Split out ada_atr_size
[deliverable/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
573fe3fb 3# Generated by GNU Autoconf 2.69 for binutils 2.36.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'
573fe3fb
NC
590PACKAGE_VERSION='2.36.50'
591PACKAGE_STRING='binutils 2.36.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
f6720b1c
AM
689DEBUGINFOD_LIBS
690DEBUGINFOD_CFLAGS
691PKG_CONFIG_LIBDIR
692PKG_CONFIG_PATH
693PKG_CONFIG
c8693053 694LARGEFILE_CPPFLAGS
81ecdfbb
RW
695OTOOL64
696OTOOL
697LIPO
698NMEDIT
699DSYMUTIL
81ecdfbb
RW
700RANLIB
701AR
702OBJDUMP
703LN_S
704NM
705ac_ct_DUMPBIN
706DUMPBIN
707LD
708FGREP
709SED
710LIBTOOL
711EGREP
712GREP
713CPP
d0ac1c44
SM
714AM_BACKSLASH
715AM_DEFAULT_VERBOSITY
716AM_DEFAULT_V
717AM_V
81ecdfbb
RW
718am__fastdepCC_FALSE
719am__fastdepCC_TRUE
720CCDEPMODE
6eb7d830 721am__nodep
81ecdfbb
RW
722AMDEPBACKSLASH
723AMDEP_FALSE
724AMDEP_TRUE
725am__quote
726am__include
727DEPDIR
728am__untar
729am__tar
730AMTAR
731am__leading_dot
732SET_MAKE
733AWK
734mkdir_p
735MKDIR_P
736INSTALL_STRIP_PROGRAM
737STRIP
738install_sh
739MAKEINFO
740AUTOHEADER
741AUTOMAKE
742AUTOCONF
743ACLOCAL
744VERSION
745PACKAGE
746CYGPATH_W
747am__isrc
748INSTALL_DATA
749INSTALL_SCRIPT
750INSTALL_PROGRAM
751OBJEXT
752EXEEXT
753ac_ct_CC
754CPPFLAGS
755LDFLAGS
756CFLAGS
757CC
758target_os
759target_vendor
760target_cpu
761target
762host_os
763host_vendor
764host_cpu
765host
766build_os
767build_vendor
768build_cpu
769build
770target_alias
771host_alias
772build_alias
773LIBS
774ECHO_T
775ECHO_N
776ECHO_C
777DEFS
778mandir
779localedir
780libdir
781psdir
782pdfdir
783dvidir
784htmldir
785infodir
786docdir
787oldincludedir
788includedir
789localstatedir
790sharedstatedir
791sysconfdir
792datadir
793datarootdir
794libexecdir
795sbindir
796bindir
797program_transform_name
798prefix
799exec_prefix
800PACKAGE_URL
801PACKAGE_BUGREPORT
802PACKAGE_STRING
803PACKAGE_VERSION
804PACKAGE_TARNAME
805PACKAGE_NAME
806PATH_SEPARATOR
807SHELL'
42ecbf5e 808ac_subst_files=''
81ecdfbb
RW
809ac_user_opts='
810enable_option_checking
811enable_dependency_tracking
d0ac1c44 812enable_silent_rules
81ecdfbb
RW
813enable_shared
814enable_static
815with_pic
816enable_fast_install
817with_gnu_ld
818enable_libtool_lock
b879806f
AM
819enable_plugins
820enable_largefile
81ecdfbb 821enable_targets
9cb80f72 822enable_deterministic_archives
7fac9594 823enable_default_strings_all
e6f6aa8d 824enable_f_for_ifunc_symbols
c46b7066 825enable_follow_debug_links
301a9420 826with_debuginfod
094e34f2 827enable_libctf
81ecdfbb
RW
828enable_werror
829enable_build_warnings
830enable_nls
831enable_maintainer_mode
0ee42ecd 832with_system_zlib
81ecdfbb
RW
833enable_rpath
834with_libiconv_prefix
9f1528a1 835with_libiconv_type
81ecdfbb
RW
836'
837 ac_precious_vars='build_alias
838host_alias
839target_alias
840CC
841CFLAGS
842LDFLAGS
843LIBS
844CPPFLAGS
845CPP
f6720b1c
AM
846PKG_CONFIG
847PKG_CONFIG_PATH
848PKG_CONFIG_LIBDIR
849DEBUGINFOD_CFLAGS
850DEBUGINFOD_LIBS
81ecdfbb
RW
851YACC
852YFLAGS'
853
252b5132
RH
854
855# Initialize some variables set by options.
42ecbf5e
DJ
856ac_init_help=
857ac_init_version=false
81ecdfbb
RW
858ac_unrecognized_opts=
859ac_unrecognized_sep=
252b5132
RH
860# The variables have the same names as the options, with
861# dashes changed to underlines.
42ecbf5e 862cache_file=/dev/null
252b5132 863exec_prefix=NONE
252b5132 864no_create=
252b5132
RH
865no_recursion=
866prefix=NONE
867program_prefix=NONE
868program_suffix=NONE
869program_transform_name=s,x,x,
870silent=
871site=
872srcdir=
252b5132
RH
873verbose=
874x_includes=NONE
875x_libraries=NONE
42ecbf5e
DJ
876
877# Installation directory options.
878# These are left unexpanded so users can "make install exec_prefix=/foo"
879# and all the variables that are supposed to be based on exec_prefix
880# by default will actually change.
881# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 882# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
883bindir='${exec_prefix}/bin'
884sbindir='${exec_prefix}/sbin'
885libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
886datarootdir='${prefix}/share'
887datadir='${datarootdir}'
252b5132
RH
888sysconfdir='${prefix}/etc'
889sharedstatedir='${prefix}/com'
890localstatedir='${prefix}/var'
252b5132
RH
891includedir='${prefix}/include'
892oldincludedir='/usr/include'
2e98a7bd 893docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
894infodir='${datarootdir}/info'
895htmldir='${docdir}'
896dvidir='${docdir}'
897pdfdir='${docdir}'
898psdir='${docdir}'
899libdir='${exec_prefix}/lib'
900localedir='${datarootdir}/locale'
901mandir='${datarootdir}/man'
252b5132 902
252b5132 903ac_prev=
81ecdfbb 904ac_dashdash=
252b5132
RH
905for ac_option
906do
252b5132
RH
907 # If the previous option needs an argument, assign it.
908 if test -n "$ac_prev"; then
81ecdfbb 909 eval $ac_prev=\$ac_option
252b5132
RH
910 ac_prev=
911 continue
912 fi
913
81ecdfbb 914 case $ac_option in
d0ac1c44
SM
915 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
916 *=) ac_optarg= ;;
917 *) ac_optarg=yes ;;
81ecdfbb 918 esac
252b5132
RH
919
920 # Accept the important Cygnus configure options, so we can diagnose typos.
921
81ecdfbb
RW
922 case $ac_dashdash$ac_option in
923 --)
924 ac_dashdash=yes ;;
252b5132
RH
925
926 -bindir | --bindir | --bindi | --bind | --bin | --bi)
927 ac_prev=bindir ;;
928 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 929 bindir=$ac_optarg ;;
252b5132
RH
930
931 -build | --build | --buil | --bui | --bu)
42ecbf5e 932 ac_prev=build_alias ;;
252b5132 933 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 934 build_alias=$ac_optarg ;;
252b5132
RH
935
936 -cache-file | --cache-file | --cache-fil | --cache-fi \
937 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
938 ac_prev=cache_file ;;
939 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
940 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
941 cache_file=$ac_optarg ;;
942
943 --config-cache | -C)
944 cache_file=config.cache ;;
252b5132 945
81ecdfbb 946 -datadir | --datadir | --datadi | --datad)
252b5132 947 ac_prev=datadir ;;
81ecdfbb 948 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 949 datadir=$ac_optarg ;;
252b5132 950
81ecdfbb
RW
951 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
952 | --dataroo | --dataro | --datar)
953 ac_prev=datarootdir ;;
954 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
955 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
956 datarootdir=$ac_optarg ;;
957
252b5132 958 -disable-* | --disable-*)
81ecdfbb 959 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 960 # Reject names that are not valid shell variable names.
81ecdfbb 961 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 962 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
963 ac_useropt_orig=$ac_useropt
964 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965 case $ac_user_opts in
966 *"
967"enable_$ac_useropt"
968"*) ;;
969 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
970 ac_unrecognized_sep=', ';;
971 esac
972 eval enable_$ac_useropt=no ;;
973
974 -docdir | --docdir | --docdi | --doc | --do)
975 ac_prev=docdir ;;
976 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
977 docdir=$ac_optarg ;;
978
979 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
980 ac_prev=dvidir ;;
981 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
982 dvidir=$ac_optarg ;;
252b5132
RH
983
984 -enable-* | --enable-*)
81ecdfbb 985 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 986 # Reject names that are not valid shell variable names.
81ecdfbb 987 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 988 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
989 ac_useropt_orig=$ac_useropt
990 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
991 case $ac_user_opts in
992 *"
993"enable_$ac_useropt"
994"*) ;;
995 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
996 ac_unrecognized_sep=', ';;
252b5132 997 esac
81ecdfbb 998 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
999
1000 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1001 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1002 | --exec | --exe | --ex)
1003 ac_prev=exec_prefix ;;
1004 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1005 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1006 | --exec=* | --exe=* | --ex=*)
42ecbf5e 1007 exec_prefix=$ac_optarg ;;
252b5132
RH
1008
1009 -gas | --gas | --ga | --g)
1010 # Obsolete; use --with-gas.
1011 with_gas=yes ;;
1012
42ecbf5e
DJ
1013 -help | --help | --hel | --he | -h)
1014 ac_init_help=long ;;
1015 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1016 ac_init_help=recursive ;;
1017 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1018 ac_init_help=short ;;
252b5132
RH
1019
1020 -host | --host | --hos | --ho)
42ecbf5e 1021 ac_prev=host_alias ;;
252b5132 1022 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 1023 host_alias=$ac_optarg ;;
252b5132 1024
81ecdfbb
RW
1025 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1026 ac_prev=htmldir ;;
1027 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1028 | --ht=*)
1029 htmldir=$ac_optarg ;;
1030
252b5132
RH
1031 -includedir | --includedir | --includedi | --included | --include \
1032 | --includ | --inclu | --incl | --inc)
1033 ac_prev=includedir ;;
1034 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1035 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 1036 includedir=$ac_optarg ;;
252b5132
RH
1037
1038 -infodir | --infodir | --infodi | --infod | --info | --inf)
1039 ac_prev=infodir ;;
1040 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 1041 infodir=$ac_optarg ;;
252b5132
RH
1042
1043 -libdir | --libdir | --libdi | --libd)
1044 ac_prev=libdir ;;
1045 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 1046 libdir=$ac_optarg ;;
252b5132
RH
1047
1048 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1049 | --libexe | --libex | --libe)
1050 ac_prev=libexecdir ;;
1051 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1052 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 1053 libexecdir=$ac_optarg ;;
252b5132 1054
81ecdfbb
RW
1055 -localedir | --localedir | --localedi | --localed | --locale)
1056 ac_prev=localedir ;;
1057 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1058 localedir=$ac_optarg ;;
1059
252b5132 1060 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1061 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1062 ac_prev=localstatedir ;;
1063 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1064 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1065 localstatedir=$ac_optarg ;;
252b5132
RH
1066
1067 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1068 ac_prev=mandir ;;
1069 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1070 mandir=$ac_optarg ;;
252b5132
RH
1071
1072 -nfp | --nfp | --nf)
1073 # Obsolete; use --without-fp.
1074 with_fp=no ;;
1075
1076 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1077 | --no-cr | --no-c | -n)
252b5132
RH
1078 no_create=yes ;;
1079
1080 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1081 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1082 no_recursion=yes ;;
1083
1084 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1085 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1086 | --oldin | --oldi | --old | --ol | --o)
1087 ac_prev=oldincludedir ;;
1088 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1089 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1090 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1091 oldincludedir=$ac_optarg ;;
252b5132
RH
1092
1093 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1094 ac_prev=prefix ;;
1095 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1096 prefix=$ac_optarg ;;
252b5132
RH
1097
1098 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1099 | --program-pre | --program-pr | --program-p)
1100 ac_prev=program_prefix ;;
1101 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1102 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1103 program_prefix=$ac_optarg ;;
252b5132
RH
1104
1105 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1106 | --program-suf | --program-su | --program-s)
1107 ac_prev=program_suffix ;;
1108 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1109 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1110 program_suffix=$ac_optarg ;;
252b5132
RH
1111
1112 -program-transform-name | --program-transform-name \
1113 | --program-transform-nam | --program-transform-na \
1114 | --program-transform-n | --program-transform- \
1115 | --program-transform | --program-transfor \
1116 | --program-transfo | --program-transf \
1117 | --program-trans | --program-tran \
1118 | --progr-tra | --program-tr | --program-t)
1119 ac_prev=program_transform_name ;;
1120 -program-transform-name=* | --program-transform-name=* \
1121 | --program-transform-nam=* | --program-transform-na=* \
1122 | --program-transform-n=* | --program-transform-=* \
1123 | --program-transform=* | --program-transfor=* \
1124 | --program-transfo=* | --program-transf=* \
1125 | --program-trans=* | --program-tran=* \
1126 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1127 program_transform_name=$ac_optarg ;;
252b5132 1128
81ecdfbb
RW
1129 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1130 ac_prev=pdfdir ;;
1131 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1132 pdfdir=$ac_optarg ;;
1133
1134 -psdir | --psdir | --psdi | --psd | --ps)
1135 ac_prev=psdir ;;
1136 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1137 psdir=$ac_optarg ;;
1138
252b5132
RH
1139 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1140 | -silent | --silent | --silen | --sile | --sil)
1141 silent=yes ;;
1142
1143 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1144 ac_prev=sbindir ;;
1145 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1146 | --sbi=* | --sb=*)
42ecbf5e 1147 sbindir=$ac_optarg ;;
252b5132
RH
1148
1149 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1150 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1151 | --sharedst | --shareds | --shared | --share | --shar \
1152 | --sha | --sh)
1153 ac_prev=sharedstatedir ;;
1154 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1155 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1156 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1157 | --sha=* | --sh=*)
42ecbf5e 1158 sharedstatedir=$ac_optarg ;;
252b5132
RH
1159
1160 -site | --site | --sit)
1161 ac_prev=site ;;
1162 -site=* | --site=* | --sit=*)
42ecbf5e 1163 site=$ac_optarg ;;
252b5132
RH
1164
1165 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1166 ac_prev=srcdir ;;
1167 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1168 srcdir=$ac_optarg ;;
252b5132
RH
1169
1170 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1171 | --syscon | --sysco | --sysc | --sys | --sy)
1172 ac_prev=sysconfdir ;;
1173 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1174 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1175 sysconfdir=$ac_optarg ;;
252b5132
RH
1176
1177 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1178 ac_prev=target_alias ;;
252b5132 1179 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1180 target_alias=$ac_optarg ;;
252b5132
RH
1181
1182 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1183 verbose=yes ;;
1184
42ecbf5e
DJ
1185 -version | --version | --versio | --versi | --vers | -V)
1186 ac_init_version=: ;;
252b5132
RH
1187
1188 -with-* | --with-*)
81ecdfbb 1189 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1190 # Reject names that are not valid shell variable names.
81ecdfbb 1191 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1192 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1193 ac_useropt_orig=$ac_useropt
1194 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1195 case $ac_user_opts in
1196 *"
1197"with_$ac_useropt"
1198"*) ;;
1199 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1200 ac_unrecognized_sep=', ';;
252b5132 1201 esac
81ecdfbb 1202 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1203
1204 -without-* | --without-*)
81ecdfbb 1205 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1206 # Reject names that are not valid shell variable names.
81ecdfbb 1207 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1208 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1209 ac_useropt_orig=$ac_useropt
1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1212 *"
1213"with_$ac_useropt"
1214"*) ;;
1215 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1216 ac_unrecognized_sep=', ';;
1217 esac
1218 eval with_$ac_useropt=no ;;
252b5132
RH
1219
1220 --x)
1221 # Obsolete; use --with-x.
1222 with_x=yes ;;
1223
1224 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1225 | --x-incl | --x-inc | --x-in | --x-i)
1226 ac_prev=x_includes ;;
1227 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1228 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1229 x_includes=$ac_optarg ;;
252b5132
RH
1230
1231 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1232 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1233 ac_prev=x_libraries ;;
1234 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1235 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1236 x_libraries=$ac_optarg ;;
252b5132 1237
d0ac1c44
SM
1238 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1239Try \`$0 --help' for more information"
252b5132
RH
1240 ;;
1241
42ecbf5e
DJ
1242 *=*)
1243 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1244 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1245 case $ac_envvar in #(
1246 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1247 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1248 esac
1249 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1250 export $ac_envvar ;;
1251
252b5132 1252 *)
42ecbf5e 1253 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1254 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1255 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1256 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1257 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1258 ;;
1259
1260 esac
1261done
1262
1263if test -n "$ac_prev"; then
42ecbf5e 1264 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1265 as_fn_error $? "missing argument to $ac_option"
252b5132
RH
1266fi
1267
81ecdfbb
RW
1268if test -n "$ac_unrecognized_opts"; then
1269 case $enable_option_checking in
1270 no) ;;
d0ac1c44 1271 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1272 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1273 esac
81ecdfbb 1274fi
252b5132 1275
81ecdfbb
RW
1276# Check all directory arguments for consistency.
1277for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1278 datadir sysconfdir sharedstatedir localstatedir includedir \
1279 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
e0b2a78c 1280 libdir localedir mandir
252b5132 1281do
81ecdfbb
RW
1282 eval ac_val=\$$ac_var
1283 # Remove trailing slashes.
42ecbf5e 1284 case $ac_val in
81ecdfbb
RW
1285 */ )
1286 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1287 eval $ac_var=\$ac_val;;
252b5132 1288 esac
81ecdfbb
RW
1289 # Be sure to have absolute directory names.
1290 case $ac_val in
1291 [\\/$]* | ?:[\\/]* ) continue;;
1292 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1293 esac
d0ac1c44 1294 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1295done
1296
42ecbf5e
DJ
1297# There might be people who depend on the old broken behavior: `$host'
1298# used to hold the argument of --host etc.
1299# FIXME: To remove some day.
1300build=$build_alias
1301host=$host_alias
1302target=$target_alias
1303
1304# FIXME: To remove some day.
1305if test "x$host_alias" != x; then
1306 if test "x$build_alias" = x; then
1307 cross_compiling=maybe
42ecbf5e
DJ
1308 elif test "x$build_alias" != "x$host_alias"; then
1309 cross_compiling=yes
1310 fi
1311fi
e5a52504 1312
42ecbf5e
DJ
1313ac_tool_prefix=
1314test -n "$host_alias" && ac_tool_prefix=$host_alias-
1315
1316test "$silent" = yes && exec 6>/dev/null
252b5132 1317
252b5132 1318
81ecdfbb
RW
1319ac_pwd=`pwd` && test -n "$ac_pwd" &&
1320ac_ls_di=`ls -di .` &&
1321ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1322 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1323test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1324 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1325
1326
252b5132
RH
1327# Find the source files, if location was not specified.
1328if test -z "$srcdir"; then
1329 ac_srcdir_defaulted=yes
81ecdfbb
RW
1330 # Try the directory containing this script, then the parent directory.
1331 ac_confdir=`$as_dirname -- "$as_myself" ||
1332$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1333 X"$as_myself" : 'X\(//\)[^/]' \| \
1334 X"$as_myself" : 'X\(//\)$' \| \
1335 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1336$as_echo X"$as_myself" |
1337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1338 s//\1/
1339 q
1340 }
1341 /^X\(\/\/\)[^/].*/{
1342 s//\1/
1343 q
1344 }
1345 /^X\(\/\/\)$/{
1346 s//\1/
1347 q
1348 }
1349 /^X\(\/\).*/{
1350 s//\1/
1351 q
1352 }
1353 s/.*/./; q'`
252b5132 1354 srcdir=$ac_confdir
81ecdfbb 1355 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1356 srcdir=..
1357 fi
1358else
1359 ac_srcdir_defaulted=no
1360fi
81ecdfbb
RW
1361if test ! -r "$srcdir/$ac_unique_file"; then
1362 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1363 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1364fi
1365ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1366ac_abs_confdir=`(
d0ac1c44 1367 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1368 pwd)`
1369# When building in place, set srcdir=.
1370if test "$ac_abs_confdir" = "$ac_pwd"; then
1371 srcdir=.
1372fi
1373# Remove unnecessary trailing slashes from srcdir.
1374# Double slashes in file names in object file debugging info
1375# mess up M-x gdb in Emacs.
1376case $srcdir in
1377*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1378esac
1379for ac_var in $ac_precious_vars; do
1380 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1381 eval ac_env_${ac_var}_value=\$${ac_var}
1382 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1383 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1384done
252b5132 1385
42ecbf5e
DJ
1386#
1387# Report the --help message.
1388#
1389if test "$ac_init_help" = "long"; then
1390 # Omit some internal or obsolete options to make the list less imposing.
1391 # This message is too long to be a string in the A/UX 3.1 sh.
1392 cat <<_ACEOF
573fe3fb 1393\`configure' configures binutils 2.36.50 to adapt to many kinds of systems.
252b5132 1394
42ecbf5e 1395Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1396
42ecbf5e
DJ
1397To assign environment variables (e.g., CC, CFLAGS...), specify them as
1398VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1399
42ecbf5e 1400Defaults for the options are specified in brackets.
ac48eca1 1401
42ecbf5e
DJ
1402Configuration:
1403 -h, --help display this help and exit
1404 --help=short display options specific to this package
1405 --help=recursive display the short help of all the included packages
1406 -V, --version display version information and exit
d0ac1c44 1407 -q, --quiet, --silent do not print \`checking ...' messages
42ecbf5e
DJ
1408 --cache-file=FILE cache test results in FILE [disabled]
1409 -C, --config-cache alias for \`--cache-file=config.cache'
1410 -n, --no-create do not create output files
1411 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1412
42ecbf5e
DJ
1413Installation directories:
1414 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1415 [$ac_default_prefix]
42ecbf5e 1416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1417 [PREFIX]
ac48eca1 1418
42ecbf5e
DJ
1419By default, \`make install' will install all the files in
1420\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1421an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1422for instance \`--prefix=\$HOME'.
ac48eca1 1423
42ecbf5e 1424For better control, use the options below.
ac48eca1 1425
42ecbf5e 1426Fine tuning of the installation directories:
81ecdfbb
RW
1427 --bindir=DIR user executables [EPREFIX/bin]
1428 --sbindir=DIR system admin executables [EPREFIX/sbin]
1429 --libexecdir=DIR program executables [EPREFIX/libexec]
1430 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1431 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1432 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1433 --libdir=DIR object code libraries [EPREFIX/lib]
1434 --includedir=DIR C header files [PREFIX/include]
1435 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1436 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1437 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1438 --infodir=DIR info documentation [DATAROOTDIR/info]
1439 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1440 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1441 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
81ecdfbb
RW
1442 --htmldir=DIR html documentation [DOCDIR]
1443 --dvidir=DIR dvi documentation [DOCDIR]
1444 --pdfdir=DIR pdf documentation [DOCDIR]
1445 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1446_ACEOF
ac48eca1 1447
42ecbf5e 1448 cat <<\_ACEOF
252b5132 1449
42ecbf5e
DJ
1450Program names:
1451 --program-prefix=PREFIX prepend PREFIX to installed program names
1452 --program-suffix=SUFFIX append SUFFIX to installed program names
1453 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1454
42ecbf5e
DJ
1455System types:
1456 --build=BUILD configure for building on BUILD [guessed]
1457 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1458 --target=TARGET configure for building compilers for TARGET [HOST]
1459_ACEOF
252b5132 1460fi
252b5132 1461
42ecbf5e 1462if test -n "$ac_init_help"; then
2e98a7bd 1463 case $ac_init_help in
573fe3fb 1464 short | recursive ) echo "Configuration of binutils 2.36.50:";;
2e98a7bd 1465 esac
42ecbf5e 1466 cat <<\_ACEOF
252b5132 1467
42ecbf5e 1468Optional Features:
81ecdfbb 1469 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1470 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1471 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1472 --enable-dependency-tracking
1473 do not reject slow dependency extractors
1474 --disable-dependency-tracking
1475 speeds up one-time build
1476 --enable-silent-rules less verbose build output (undo: "make V=1")
1477 --disable-silent-rules verbose build output (undo: "make V=0")
81ecdfbb
RW
1478 --enable-shared[=PKGS] build shared libraries [default=yes]
1479 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1480 --enable-fast-install[=PKGS]
1481 optimize for fast installation [default=yes]
42ecbf5e 1482 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1483 --enable-plugins Enable support for plugins
1484 --disable-largefile omit support for large files
42ecbf5e 1485 --enable-targets alternative target configurations
9cb80f72
RM
1486 --enable-deterministic-archives
1487 ar and ranlib default to -D behavior
7fac9594
NC
1488 --disable-default-strings-all
1489 strings defaults to --data behavior
e6f6aa8d
NC
1490 --enable-f-for-ifunc-symbols
1491 Have nm use F and f for global and local ifunc
1492 symbols
c46b7066
NC
1493 --enable-follow-debug-links
1494 Have readelf and objdump follow debug links by
1495 default
094e34f2 1496 --enable-libctf Handle .ctf type-info sections [default=yes]
241a6c40
AM
1497 --enable-werror treat compile warnings as errors
1498 --enable-build-warnings enable build-time compiler warnings
42ecbf5e 1499 --disable-nls do not use Native Language Support
d0ac1c44
SM
1500 --enable-maintainer-mode
1501 enable make rules and dependencies not useful (and
1502 sometimes confusing) to the casual installer
5ba684e2 1503 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1504
1505Optional Packages:
1506 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1507 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1508 --with-pic try to use only PIC/non-PIC objects [default=use
1509 both]
1510 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
301a9420
AM
1511 --with-debuginfod Enable debuginfo lookups with debuginfod
1512 (auto/yes/no)
0ee42ecd 1513 --with-system-zlib use installed libz
5ba684e2
NC
1514 --with-gnu-ld assume the C compiler uses GNU ld default=no
1515 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1516 --without-libiconv-prefix don't search for libiconv in includedir and libdir
9f1528a1 1517 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
252b5132 1518
42ecbf5e
DJ
1519Some influential environment variables:
1520 CC C compiler command
1521 CFLAGS C compiler flags
1522 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1523 nonstandard directory <lib dir>
81ecdfbb 1524 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1525 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1526 you have headers in a nonstandard directory <include dir>
42ecbf5e 1527 CPP C preprocessor
f6720b1c
AM
1528 PKG_CONFIG path to pkg-config utility
1529 PKG_CONFIG_PATH
1530 directories to add to pkg-config's search path
1531 PKG_CONFIG_LIBDIR
1532 path overriding pkg-config's built-in search path
1533 DEBUGINFOD_CFLAGS
1534 C compiler flags for DEBUGINFOD, overriding pkg-config
1535 DEBUGINFOD_LIBS
1536 linker flags for DEBUGINFOD, overriding pkg-config
d0ac1c44
SM
1537 YACC The `Yet Another Compiler Compiler' implementation to use.
1538 Defaults to the first program found out of: `bison -y', `byacc',
1539 `yacc'.
81ecdfbb
RW
1540 YFLAGS The list of arguments that will be passed by default to $YACC.
1541 This script will default YFLAGS to the empty string to avoid a
1542 default value of `-d' given by some make applications.
e5a52504 1543
42ecbf5e
DJ
1544Use these variables to override the choices made by `configure' or to help
1545it to find libraries and programs with nonstandard names/locations.
1546
81ecdfbb 1547Report bugs to the package provider.
42ecbf5e 1548_ACEOF
81ecdfbb 1549ac_status=$?
252b5132
RH
1550fi
1551
42ecbf5e
DJ
1552if test "$ac_init_help" = "recursive"; then
1553 # If there are subdirs, report their specific --help.
42ecbf5e 1554 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1555 test -d "$ac_dir" ||
1556 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1557 continue
42ecbf5e
DJ
1558 ac_builddir=.
1559
81ecdfbb
RW
1560case "$ac_dir" in
1561.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1562*)
1563 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1564 # A ".." for each directory in $ac_dir_suffix.
1565 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1566 case $ac_top_builddir_sub in
1567 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1568 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1569 esac ;;
1570esac
1571ac_abs_top_builddir=$ac_pwd
1572ac_abs_builddir=$ac_pwd$ac_dir_suffix
1573# for backward compatibility:
1574ac_top_builddir=$ac_top_build_prefix
252b5132 1575
42ecbf5e 1576case $srcdir in
81ecdfbb 1577 .) # We are building in place.
42ecbf5e 1578 ac_srcdir=.
81ecdfbb
RW
1579 ac_top_srcdir=$ac_top_builddir_sub
1580 ac_abs_top_srcdir=$ac_pwd ;;
1581 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1582 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1583 ac_top_srcdir=$srcdir
1584 ac_abs_top_srcdir=$srcdir ;;
1585 *) # Relative name.
1586 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1587 ac_top_srcdir=$ac_top_build_prefix$srcdir
1588 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1589esac
81ecdfbb
RW
1590ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1591
1592 cd "$ac_dir" || { ac_status=$?; continue; }
1593 # Check for guested configure.
1594 if test -f "$ac_srcdir/configure.gnu"; then
1595 echo &&
1596 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1597 elif test -f "$ac_srcdir/configure"; then
1598 echo &&
1599 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1600 else
81ecdfbb
RW
1601 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1602 fi || ac_status=$?
1603 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1604 done
1605fi
5d64ca4e 1606
81ecdfbb 1607test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1608if $ac_init_version; then
1609 cat <<\_ACEOF
573fe3fb 1610binutils configure 2.36.50
d0ac1c44 1611generated by GNU Autoconf 2.69
5d64ca4e 1612
d0ac1c44 1613Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
1614This configure script is free software; the Free Software Foundation
1615gives unlimited permission to copy, distribute and modify it.
1616_ACEOF
81ecdfbb 1617 exit
42ecbf5e 1618fi
252b5132 1619
81ecdfbb
RW
1620## ------------------------ ##
1621## Autoconf initialization. ##
1622## ------------------------ ##
e5a52504 1623
81ecdfbb
RW
1624# ac_fn_c_try_compile LINENO
1625# --------------------------
1626# Try to compile conftest.$ac_ext, and return whether this succeeded.
1627ac_fn_c_try_compile ()
42ecbf5e 1628{
81ecdfbb
RW
1629 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1630 rm -f conftest.$ac_objext
1631 if { { ac_try="$ac_compile"
1632case "(($ac_try" in
1633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1634 *) ac_try_echo=$ac_try;;
1635esac
1636eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1637$as_echo "$ac_try_echo"; } >&5
1638 (eval "$ac_compile") 2>conftest.err
1639 ac_status=$?
1640 if test -s conftest.err; then
1641 grep -v '^ *+' conftest.err >conftest.er1
1642 cat conftest.er1 >&5
1643 mv -f conftest.er1 conftest.err
1644 fi
1645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1646 test $ac_status = 0; } && {
1647 test -z "$ac_c_werror_flag" ||
1648 test ! -s conftest.err
1649 } && test -s conftest.$ac_objext; then :
1650 ac_retval=0
1651else
1652 $as_echo "$as_me: failed program was:" >&5
1653sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1654
81ecdfbb
RW
1655 ac_retval=1
1656fi
d0ac1c44
SM
1657 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1658 as_fn_set_status $ac_retval
42ecbf5e 1659
81ecdfbb
RW
1660} # ac_fn_c_try_compile
1661
1662# ac_fn_c_try_link LINENO
1663# -----------------------
1664# Try to link conftest.$ac_ext, and return whether this succeeded.
1665ac_fn_c_try_link ()
1666{
1667 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1668 rm -f conftest.$ac_objext conftest$ac_exeext
1669 if { { ac_try="$ac_link"
1670case "(($ac_try" in
1671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1672 *) ac_try_echo=$ac_try;;
1673esac
1674eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1675$as_echo "$ac_try_echo"; } >&5
1676 (eval "$ac_link") 2>conftest.err
1677 ac_status=$?
1678 if test -s conftest.err; then
1679 grep -v '^ *+' conftest.err >conftest.er1
1680 cat conftest.er1 >&5
1681 mv -f conftest.er1 conftest.err
1682 fi
1683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1684 test $ac_status = 0; } && {
1685 test -z "$ac_c_werror_flag" ||
1686 test ! -s conftest.err
1687 } && test -s conftest$ac_exeext && {
1688 test "$cross_compiling" = yes ||
d0ac1c44 1689 test -x conftest$ac_exeext
81ecdfbb
RW
1690 }; then :
1691 ac_retval=0
1692else
1693 $as_echo "$as_me: failed program was:" >&5
1694sed 's/^/| /' conftest.$ac_ext >&5
1695
1696 ac_retval=1
1697fi
1698 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1699 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1700 # interfere with the next link command; also delete a directory that is
1701 # left behind by Apple's compiler. We do this before executing the actions.
1702 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1703 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1704 as_fn_set_status $ac_retval
81ecdfbb
RW
1705
1706} # ac_fn_c_try_link
1707
1708# ac_fn_c_try_cpp LINENO
1709# ----------------------
1710# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1711ac_fn_c_try_cpp ()
1712{
1713 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1714 if { { ac_try="$ac_cpp conftest.$ac_ext"
1715case "(($ac_try" in
1716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1717 *) ac_try_echo=$ac_try;;
1718esac
1719eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1720$as_echo "$ac_try_echo"; } >&5
1721 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1722 ac_status=$?
1723 if test -s conftest.err; then
1724 grep -v '^ *+' conftest.err >conftest.er1
1725 cat conftest.er1 >&5
1726 mv -f conftest.er1 conftest.err
1727 fi
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1729 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1730 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1731 test ! -s conftest.err
1732 }; then :
1733 ac_retval=0
1734else
1735 $as_echo "$as_me: failed program was:" >&5
1736sed 's/^/| /' conftest.$ac_ext >&5
1737
1738 ac_retval=1
1739fi
d0ac1c44
SM
1740 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1741 as_fn_set_status $ac_retval
81ecdfbb
RW
1742
1743} # ac_fn_c_try_cpp
1744
1745# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1746# -------------------------------------------------------
1747# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1748# the include files in INCLUDES and setting the cache variable VAR
1749# accordingly.
1750ac_fn_c_check_header_mongrel ()
1751{
1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1753 if eval \${$3+:} false; then :
81ecdfbb
RW
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1755$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1756if eval \${$3+:} false; then :
81ecdfbb
RW
1757 $as_echo_n "(cached) " >&6
1758fi
1759eval ac_res=\$$3
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1761$as_echo "$ac_res" >&6; }
1762else
1763 # Is the header compilable?
1764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1765$as_echo_n "checking $2 usability... " >&6; }
1766cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1767/* end confdefs.h. */
1768$4
1769#include <$2>
1770_ACEOF
1771if ac_fn_c_try_compile "$LINENO"; then :
1772 ac_header_compiler=yes
1773else
1774 ac_header_compiler=no
1775fi
1776rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1778$as_echo "$ac_header_compiler" >&6; }
1779
1780# Is the header present?
1781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1782$as_echo_n "checking $2 presence... " >&6; }
1783cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1784/* end confdefs.h. */
1785#include <$2>
1786_ACEOF
1787if ac_fn_c_try_cpp "$LINENO"; then :
1788 ac_header_preproc=yes
1789else
1790 ac_header_preproc=no
1791fi
d0ac1c44 1792rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1793{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1794$as_echo "$ac_header_preproc" >&6; }
1795
1796# So? What about this header?
1797case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1798 yes:no: )
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1800$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1802$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1803 ;;
1804 no:yes:* )
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1806$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1808$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1810$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1812$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1814$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1815 ;;
1816esac
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1819if eval \${$3+:} false; then :
81ecdfbb
RW
1820 $as_echo_n "(cached) " >&6
1821else
1822 eval "$3=\$ac_header_compiler"
1823fi
1824eval ac_res=\$$3
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1826$as_echo "$ac_res" >&6; }
1827fi
d0ac1c44 1828 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1829
1830} # ac_fn_c_check_header_mongrel
1831
1832# ac_fn_c_try_run LINENO
1833# ----------------------
1834# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1835# that executables *can* be run.
1836ac_fn_c_try_run ()
1837{
1838 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1839 if { { ac_try="$ac_link"
1840case "(($ac_try" in
1841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1842 *) ac_try_echo=$ac_try;;
1843esac
1844eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1845$as_echo "$ac_try_echo"; } >&5
1846 (eval "$ac_link") 2>&5
1847 ac_status=$?
1848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1849 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1850 { { case "(($ac_try" in
1851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1852 *) ac_try_echo=$ac_try;;
1853esac
1854eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1855$as_echo "$ac_try_echo"; } >&5
1856 (eval "$ac_try") 2>&5
1857 ac_status=$?
1858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1859 test $ac_status = 0; }; }; then :
1860 ac_retval=0
1861else
1862 $as_echo "$as_me: program exited with status $ac_status" >&5
1863 $as_echo "$as_me: failed program was:" >&5
1864sed 's/^/| /' conftest.$ac_ext >&5
1865
1866 ac_retval=$ac_status
1867fi
1868 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1869 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1870 as_fn_set_status $ac_retval
81ecdfbb
RW
1871
1872} # ac_fn_c_try_run
1873
1874# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1875# -------------------------------------------------------
1876# Tests whether HEADER exists and can be compiled using the include files in
1877# INCLUDES, setting the cache variable VAR accordingly.
1878ac_fn_c_check_header_compile ()
1879{
1880 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1882$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1883if eval \${$3+:} false; then :
81ecdfbb
RW
1884 $as_echo_n "(cached) " >&6
1885else
1886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1887/* end confdefs.h. */
1888$4
1889#include <$2>
1890_ACEOF
1891if ac_fn_c_try_compile "$LINENO"; then :
1892 eval "$3=yes"
1893else
1894 eval "$3=no"
1895fi
1896rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1897fi
1898eval ac_res=\$$3
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1900$as_echo "$ac_res" >&6; }
d0ac1c44 1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1902
1903} # ac_fn_c_check_header_compile
1904
1905# ac_fn_c_check_func LINENO FUNC VAR
1906# ----------------------------------
1907# Tests whether FUNC exists, setting the cache variable VAR accordingly
1908ac_fn_c_check_func ()
1909{
1910 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1912$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1913if eval \${$3+:} false; then :
81ecdfbb
RW
1914 $as_echo_n "(cached) " >&6
1915else
1916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1917/* end confdefs.h. */
1918/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1919 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1920#define $2 innocuous_$2
1921
1922/* System header to define __stub macros and hopefully few prototypes,
1923 which can conflict with char $2 (); below.
1924 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1925 <limits.h> exists even on freestanding compilers. */
1926
1927#ifdef __STDC__
1928# include <limits.h>
1929#else
1930# include <assert.h>
1931#endif
1932
1933#undef $2
1934
1935/* Override any GCC internal prototype to avoid an error.
1936 Use char because int might match the return type of a GCC
1937 builtin and then its argument prototype would still apply. */
1938#ifdef __cplusplus
1939extern "C"
1940#endif
1941char $2 ();
1942/* The GNU C library defines this for functions which it implements
1943 to always fail with ENOSYS. Some functions are actually named
1944 something starting with __ and the normal name is an alias. */
1945#if defined __stub_$2 || defined __stub___$2
1946choke me
1947#endif
1948
1949int
1950main ()
1951{
1952return $2 ();
1953 ;
1954 return 0;
1955}
1956_ACEOF
1957if ac_fn_c_try_link "$LINENO"; then :
1958 eval "$3=yes"
1959else
1960 eval "$3=no"
1961fi
1962rm -f core conftest.err conftest.$ac_objext \
1963 conftest$ac_exeext conftest.$ac_ext
1964fi
1965eval ac_res=\$$3
1966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1967$as_echo "$ac_res" >&6; }
d0ac1c44 1968 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1969
1970} # ac_fn_c_check_func
1971
4c219c2e
AM
1972# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1973# --------------------------------------------
1974# Tries to find the compile-time value of EXPR in a program that includes
1975# INCLUDES, setting VAR accordingly. Returns whether the value could be
1976# computed
1977ac_fn_c_compute_int ()
1978{
1979 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1980 if test "$cross_compiling" = yes; then
1981 # Depending upon the size, compute the lo and hi bounds.
1982cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1983/* end confdefs.h. */
1984$4
1985int
1986main ()
1987{
1988static int test_array [1 - 2 * !(($2) >= 0)];
d0ac1c44
SM
1989test_array [0] = 0;
1990return test_array [0];
4c219c2e
AM
1991
1992 ;
1993 return 0;
1994}
1995_ACEOF
1996if ac_fn_c_try_compile "$LINENO"; then :
1997 ac_lo=0 ac_mid=0
1998 while :; do
1999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2000/* end confdefs.h. */
2001$4
2002int
2003main ()
2004{
2005static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2006test_array [0] = 0;
2007return test_array [0];
4c219c2e
AM
2008
2009 ;
2010 return 0;
2011}
2012_ACEOF
2013if ac_fn_c_try_compile "$LINENO"; then :
2014 ac_hi=$ac_mid; break
2015else
2016 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2017 if test $ac_lo -le $ac_mid; then
2018 ac_lo= ac_hi=
2019 break
2020 fi
2021 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2022fi
2023rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2024 done
2025else
2026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2027/* end confdefs.h. */
2028$4
2029int
2030main ()
2031{
2032static int test_array [1 - 2 * !(($2) < 0)];
d0ac1c44
SM
2033test_array [0] = 0;
2034return test_array [0];
4c219c2e
AM
2035
2036 ;
2037 return 0;
2038}
2039_ACEOF
2040if ac_fn_c_try_compile "$LINENO"; then :
2041 ac_hi=-1 ac_mid=-1
2042 while :; do
2043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2044/* end confdefs.h. */
2045$4
2046int
2047main ()
2048{
2049static int test_array [1 - 2 * !(($2) >= $ac_mid)];
d0ac1c44
SM
2050test_array [0] = 0;
2051return test_array [0];
4c219c2e
AM
2052
2053 ;
2054 return 0;
2055}
2056_ACEOF
2057if ac_fn_c_try_compile "$LINENO"; then :
2058 ac_lo=$ac_mid; break
2059else
2060 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2061 if test $ac_mid -le $ac_hi; then
2062 ac_lo= ac_hi=
2063 break
2064 fi
2065 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2066fi
2067rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2068 done
2069else
2070 ac_lo= ac_hi=
2071fi
2072rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2073fi
2074rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2075# Binary search between lo and hi bounds.
2076while test "x$ac_lo" != "x$ac_hi"; do
2077 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079/* end confdefs.h. */
2080$4
2081int
2082main ()
2083{
2084static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2085test_array [0] = 0;
2086return test_array [0];
4c219c2e
AM
2087
2088 ;
2089 return 0;
2090}
2091_ACEOF
2092if ac_fn_c_try_compile "$LINENO"; then :
2093 ac_hi=$ac_mid
2094else
2095 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2096fi
2097rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2098done
2099case $ac_lo in #((
2100?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2101'') ac_retval=1 ;;
2102esac
2103 else
2104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2105/* end confdefs.h. */
2106$4
2107static long int longval () { return $2; }
2108static unsigned long int ulongval () { return $2; }
2109#include <stdio.h>
2110#include <stdlib.h>
2111int
2112main ()
2113{
2114
2115 FILE *f = fopen ("conftest.val", "w");
2116 if (! f)
2117 return 1;
2118 if (($2) < 0)
2119 {
2120 long int i = longval ();
2121 if (i != ($2))
2122 return 1;
2123 fprintf (f, "%ld", i);
2124 }
2125 else
2126 {
2127 unsigned long int i = ulongval ();
2128 if (i != ($2))
2129 return 1;
2130 fprintf (f, "%lu", i);
2131 }
2132 /* Do not output a trailing newline, as this causes \r\n confusion
2133 on some platforms. */
2134 return ferror (f) || fclose (f) != 0;
2135
2136 ;
2137 return 0;
2138}
2139_ACEOF
2140if ac_fn_c_try_run "$LINENO"; then :
2141 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2142else
2143 ac_retval=1
2144fi
2145rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2146 conftest.$ac_objext conftest.beam conftest.$ac_ext
2147rm -f conftest.val
2148
2149 fi
d0ac1c44
SM
2150 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2151 as_fn_set_status $ac_retval
4c219c2e
AM
2152
2153} # ac_fn_c_compute_int
2154
2155# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2156# -------------------------------------------
2157# Tests whether TYPE exists after having included INCLUDES, setting cache
2158# variable VAR accordingly.
2159ac_fn_c_check_type ()
2160{
2161 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2163$as_echo_n "checking for $2... " >&6; }
d0ac1c44 2164if eval \${$3+:} false; then :
4c219c2e
AM
2165 $as_echo_n "(cached) " >&6
2166else
2167 eval "$3=no"
2168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2169/* end confdefs.h. */
2170$4
2171int
2172main ()
2173{
2174if (sizeof ($2))
2175 return 0;
2176 ;
2177 return 0;
2178}
2179_ACEOF
2180if ac_fn_c_try_compile "$LINENO"; then :
2181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2182/* end confdefs.h. */
2183$4
2184int
2185main ()
2186{
2187if (sizeof (($2)))
2188 return 0;
2189 ;
2190 return 0;
2191}
2192_ACEOF
2193if ac_fn_c_try_compile "$LINENO"; then :
2194
2195else
2196 eval "$3=yes"
2197fi
2198rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2199fi
2200rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2201fi
2202eval ac_res=\$$3
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2204$as_echo "$ac_res" >&6; }
d0ac1c44 2205 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4c219c2e
AM
2206
2207} # ac_fn_c_check_type
f6720b1c
AM
2208
2209# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2210# ---------------------------------------------
2211# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2212# accordingly.
2213ac_fn_c_check_decl ()
2214{
2215 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2216 as_decl_name=`echo $2|sed 's/ *(.*//'`
2217 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2219$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2220if eval \${$3+:} false; then :
2221 $as_echo_n "(cached) " >&6
2222else
2223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2224/* end confdefs.h. */
2225$4
2226int
2227main ()
2228{
2229#ifndef $as_decl_name
2230#ifdef __cplusplus
2231 (void) $as_decl_use;
2232#else
2233 (void) $as_decl_name;
2234#endif
2235#endif
2236
2237 ;
2238 return 0;
2239}
2240_ACEOF
2241if ac_fn_c_try_compile "$LINENO"; then :
2242 eval "$3=yes"
2243else
2244 eval "$3=no"
2245fi
2246rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2247fi
2248eval ac_res=\$$3
2249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2250$as_echo "$ac_res" >&6; }
2251 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2252
2253} # ac_fn_c_check_decl
81ecdfbb
RW
2254cat >config.log <<_ACEOF
2255This file contains any messages produced by compilers while
2256running configure, to aid debugging if configure makes a mistake.
2257
573fe3fb 2258It was created by binutils $as_me 2.36.50, which was
d0ac1c44 2259generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2260
2261 $ $0 $@
2262
2263_ACEOF
2264exec 5>>config.log
2265{
2266cat <<_ASUNAME
2267## --------- ##
2268## Platform. ##
2269## --------- ##
2270
2271hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2272uname -m = `(uname -m) 2>/dev/null || echo unknown`
2273uname -r = `(uname -r) 2>/dev/null || echo unknown`
2274uname -s = `(uname -s) 2>/dev/null || echo unknown`
2275uname -v = `(uname -v) 2>/dev/null || echo unknown`
2276
2277/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2278/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2279
2280/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2281/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2282/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2283/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2284/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2285/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2286/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2287
2288_ASUNAME
2289
2290as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2291for as_dir in $PATH
2292do
2293 IFS=$as_save_IFS
2294 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2295 $as_echo "PATH: $as_dir"
2296 done
2297IFS=$as_save_IFS
e5a52504 2298
42ecbf5e 2299} >&5
ceae3e33 2300
42ecbf5e 2301cat >&5 <<_ACEOF
e5a52504 2302
42ecbf5e
DJ
2303
2304## ----------- ##
2305## Core tests. ##
2306## ----------- ##
2307
2308_ACEOF
2309
2310
2311# Keep a trace of the command line.
2312# Strip out --no-create and --no-recursion so they do not pile up.
2313# Strip out --silent because we don't want to record it for future runs.
2314# Also quote any args containing shell meta-characters.
2315# Make two passes to allow for proper duplicate-argument suppression.
2316ac_configure_args=
2317ac_configure_args0=
2318ac_configure_args1=
42ecbf5e
DJ
2319ac_must_keep_next=false
2320for ac_pass in 1 2
2321do
2322 for ac_arg
2323 do
2324 case $ac_arg in
2325 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2326 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2327 | -silent | --silent | --silen | --sile | --sil)
2328 continue ;;
81ecdfbb
RW
2329 *\'*)
2330 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2331 esac
2332 case $ac_pass in
81ecdfbb 2333 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2334 2)
81ecdfbb 2335 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2336 if test $ac_must_keep_next = true; then
2337 ac_must_keep_next=false # Got value, back to normal.
2338 else
2339 case $ac_arg in
2340 *=* | --config-cache | -C | -disable-* | --disable-* \
2341 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2342 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2343 | -with-* | --with-* | -without-* | --without-* | --x)
2344 case "$ac_configure_args0 " in
2345 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2346 esac
2347 ;;
2348 -* ) ac_must_keep_next=true ;;
2349 esac
2350 fi
81ecdfbb 2351 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2352 ;;
2353 esac
2354 done
2355done
81ecdfbb
RW
2356{ ac_configure_args0=; unset ac_configure_args0;}
2357{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2358
2359# When interrupted or exit'd, cleanup temporary files, and complete
2360# config.log. We remove comments because anyway the quotes in there
2361# would cause problems or look ugly.
81ecdfbb
RW
2362# WARNING: Use '\'' to represent an apostrophe within the trap.
2363# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2364trap 'exit_status=$?
2365 # Save into config.log some information that might help in debugging.
2366 {
2367 echo
2368
d0ac1c44 2369 $as_echo "## ---------------- ##
42ecbf5e 2370## Cache variables. ##
d0ac1c44 2371## ---------------- ##"
42ecbf5e
DJ
2372 echo
2373 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2374(
2375 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2376 eval ac_val=\$$ac_var
2377 case $ac_val in #(
2378 *${as_nl}*)
2379 case $ac_var in #(
2380 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2381$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2382 esac
2383 case $ac_var in #(
2384 _ | IFS | as_nl) ;; #(
2385 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2386 *) { eval $ac_var=; unset $ac_var;} ;;
2387 esac ;;
2388 esac
2389 done
42ecbf5e 2390 (set) 2>&1 |
81ecdfbb
RW
2391 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2392 *${as_nl}ac_space=\ *)
42ecbf5e 2393 sed -n \
81ecdfbb
RW
2394 "s/'\''/'\''\\\\'\'''\''/g;
2395 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2396 ;; #(
42ecbf5e 2397 *)
81ecdfbb 2398 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2399 ;;
81ecdfbb
RW
2400 esac |
2401 sort
2402)
42ecbf5e
DJ
2403 echo
2404
d0ac1c44 2405 $as_echo "## ----------------- ##
42ecbf5e 2406## Output variables. ##
d0ac1c44 2407## ----------------- ##"
42ecbf5e
DJ
2408 echo
2409 for ac_var in $ac_subst_vars
2410 do
81ecdfbb
RW
2411 eval ac_val=\$$ac_var
2412 case $ac_val in
2413 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2414 esac
2415 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2416 done | sort
2417 echo
2418
2419 if test -n "$ac_subst_files"; then
d0ac1c44 2420 $as_echo "## ------------------- ##
81ecdfbb 2421## File substitutions. ##
d0ac1c44 2422## ------------------- ##"
42ecbf5e
DJ
2423 echo
2424 for ac_var in $ac_subst_files
2425 do
81ecdfbb
RW
2426 eval ac_val=\$$ac_var
2427 case $ac_val in
2428 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2429 esac
2430 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2431 done | sort
2432 echo
2433 fi
2434
2435 if test -s confdefs.h; then
d0ac1c44 2436 $as_echo "## ----------- ##
42ecbf5e 2437## confdefs.h. ##
d0ac1c44 2438## ----------- ##"
42ecbf5e 2439 echo
81ecdfbb 2440 cat confdefs.h
42ecbf5e
DJ
2441 echo
2442 fi
2443 test "$ac_signal" != 0 &&
81ecdfbb
RW
2444 $as_echo "$as_me: caught signal $ac_signal"
2445 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2446 } >&5
81ecdfbb
RW
2447 rm -f core *.core core.conftest.* &&
2448 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2449 exit $exit_status
81ecdfbb 2450' 0
42ecbf5e 2451for ac_signal in 1 2 13 15; do
81ecdfbb 2452 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2453done
2454ac_signal=0
2455
2456# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2457rm -f -r conftest* confdefs.h
2458
2459$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2460
2461# Predefined preprocessor variables.
2462
2463cat >>confdefs.h <<_ACEOF
2464#define PACKAGE_NAME "$PACKAGE_NAME"
2465_ACEOF
2466
42ecbf5e
DJ
2467cat >>confdefs.h <<_ACEOF
2468#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2469_ACEOF
2470
42ecbf5e
DJ
2471cat >>confdefs.h <<_ACEOF
2472#define PACKAGE_VERSION "$PACKAGE_VERSION"
2473_ACEOF
2474
42ecbf5e
DJ
2475cat >>confdefs.h <<_ACEOF
2476#define PACKAGE_STRING "$PACKAGE_STRING"
2477_ACEOF
2478
42ecbf5e
DJ
2479cat >>confdefs.h <<_ACEOF
2480#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2481_ACEOF
2482
81ecdfbb
RW
2483cat >>confdefs.h <<_ACEOF
2484#define PACKAGE_URL "$PACKAGE_URL"
2485_ACEOF
2486
42ecbf5e
DJ
2487
2488# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2489# Prefer an explicitly selected file to automatically selected ones.
2490ac_site_file1=NONE
2491ac_site_file2=NONE
2492if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2493 # We do not want a PATH search for config.site.
2494 case $CONFIG_SITE in #((
2495 -*) ac_site_file1=./$CONFIG_SITE;;
2496 */*) ac_site_file1=$CONFIG_SITE;;
2497 *) ac_site_file1=./$CONFIG_SITE;;
2498 esac
81ecdfbb
RW
2499elif test "x$prefix" != xNONE; then
2500 ac_site_file1=$prefix/share/config.site
2501 ac_site_file2=$prefix/etc/config.site
2502else
2503 ac_site_file1=$ac_default_prefix/share/config.site
2504 ac_site_file2=$ac_default_prefix/etc/config.site
2505fi
2506for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2507do
2508 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2509 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2511$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e 2512 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2513 . "$ac_site_file" \
2514 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2515$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2516as_fn_error $? "failed to load site script $ac_site_file
2517See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
2518 fi
2519done
2520
2521if test -r "$cache_file"; then
d0ac1c44
SM
2522 # Some versions of bash will fail to source /dev/null (special files
2523 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2524 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2526$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2527 case $cache_file in
81ecdfbb
RW
2528 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2529 *) . "./$cache_file";;
42ecbf5e
DJ
2530 esac
2531 fi
2532else
81ecdfbb
RW
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2534$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2535 >$cache_file
2536fi
2537
34156b23
L
2538as_fn_append ac_header_list " stdlib.h"
2539as_fn_append ac_header_list " unistd.h"
2540as_fn_append ac_header_list " sys/param.h"
42ecbf5e
DJ
2541# Check that the precious variables saved in the cache have kept the same
2542# value.
2543ac_cache_corrupted=false
81ecdfbb 2544for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2545 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2546 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2547 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2548 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2549 case $ac_old_set,$ac_new_set in
2550 set,)
81ecdfbb
RW
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2552$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2553 ac_cache_corrupted=: ;;
2554 ,set)
81ecdfbb
RW
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2556$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2557 ac_cache_corrupted=: ;;
2558 ,);;
2559 *)
2560 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2561 # differences in whitespace do not lead to failure.
2562 ac_old_val_w=`echo x $ac_old_val`
2563 ac_new_val_w=`echo x $ac_new_val`
2564 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2566$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2567 ac_cache_corrupted=:
2568 else
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2570$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2571 eval $ac_var=\$ac_old_val
2572 fi
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2574$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2576$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2577 fi;;
2578 esac
2579 # Pass precious variables to config.status.
2580 if test "$ac_new_set" = set; then
2581 case $ac_new_val in
81ecdfbb 2582 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2583 *) ac_arg=$ac_var=$ac_new_val ;;
2584 esac
2585 case " $ac_configure_args " in
2586 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2587 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2588 esac
2589 fi
2590done
2591if $ac_cache_corrupted; then
81ecdfbb
RW
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2593$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2595$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2596 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2597fi
81ecdfbb
RW
2598## -------------------- ##
2599## Main body of script. ##
2600## -------------------- ##
42ecbf5e
DJ
2601
2602ac_ext=c
2603ac_cpp='$CPP $CPPFLAGS'
2604ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2605ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2606ac_compiler_gnu=$ac_cv_c_compiler_gnu
2607
2608
2609
42ecbf5e 2610
da594c4a 2611
42ecbf5e
DJ
2612
2613
2614ac_aux_dir=
81ecdfbb 2615for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2616 if test -f "$ac_dir/install-sh"; then
2617 ac_aux_dir=$ac_dir
2618 ac_install_sh="$ac_aux_dir/install-sh -c"
2619 break
2620 elif test -f "$ac_dir/install.sh"; then
2621 ac_aux_dir=$ac_dir
2622 ac_install_sh="$ac_aux_dir/install.sh -c"
2623 break
2624 elif test -f "$ac_dir/shtool"; then
2625 ac_aux_dir=$ac_dir
2626 ac_install_sh="$ac_aux_dir/shtool install -c"
2627 break
2628 fi
42ecbf5e
DJ
2629done
2630if test -z "$ac_aux_dir"; then
d0ac1c44 2631 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2632fi
81ecdfbb
RW
2633
2634# These three variables are undocumented and unsupported,
2635# and are intended to be withdrawn in a future Autoconf release.
2636# They can cause serious problems if a builder's source tree is in a directory
2637# whose full name contains unusual characters.
2638ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2639ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2640ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2641
42ecbf5e
DJ
2642
2643# Make sure we can run config.sub.
81ecdfbb 2644$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2645 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2646
2647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2648$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2649if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2650 $as_echo_n "(cached) " >&6
2651else
2652 ac_build_alias=$build_alias
2653test "x$ac_build_alias" = x &&
2654 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2655test "x$ac_build_alias" = x &&
d0ac1c44 2656 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2657ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2658 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2659
2660fi
2661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2662$as_echo "$ac_cv_build" >&6; }
2663case $ac_cv_build in
2664*-*-*) ;;
d0ac1c44 2665*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2666esac
42ecbf5e 2667build=$ac_cv_build
81ecdfbb
RW
2668ac_save_IFS=$IFS; IFS='-'
2669set x $ac_cv_build
2670shift
2671build_cpu=$1
2672build_vendor=$2
2673shift; shift
2674# Remember, the first character of IFS is used to create $*,
2675# except with old shells:
2676build_os=$*
2677IFS=$ac_save_IFS
2678case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2679
2680
81ecdfbb
RW
2681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2682$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2683if ${ac_cv_host+:} false; then :
81ecdfbb 2684 $as_echo_n "(cached) " >&6
42ecbf5e 2685else
81ecdfbb
RW
2686 if test "x$host_alias" = x; then
2687 ac_cv_host=$ac_cv_build
2688else
2689 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2690 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2691fi
42ecbf5e
DJ
2692
2693fi
81ecdfbb
RW
2694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2695$as_echo "$ac_cv_host" >&6; }
2696case $ac_cv_host in
2697*-*-*) ;;
d0ac1c44 2698*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2699esac
42ecbf5e 2700host=$ac_cv_host
81ecdfbb
RW
2701ac_save_IFS=$IFS; IFS='-'
2702set x $ac_cv_host
2703shift
2704host_cpu=$1
2705host_vendor=$2
2706shift; shift
2707# Remember, the first character of IFS is used to create $*,
2708# except with old shells:
2709host_os=$*
2710IFS=$ac_save_IFS
2711case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2712
2713
81ecdfbb
RW
2714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2715$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2716if ${ac_cv_target+:} false; then :
81ecdfbb
RW
2717 $as_echo_n "(cached) " >&6
2718else
2719 if test "x$target_alias" = x; then
2720 ac_cv_target=$ac_cv_host
42ecbf5e 2721else
81ecdfbb 2722 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2723 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2724fi
42ecbf5e
DJ
2725
2726fi
81ecdfbb
RW
2727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2728$as_echo "$ac_cv_target" >&6; }
2729case $ac_cv_target in
2730*-*-*) ;;
d0ac1c44 2731*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2732esac
42ecbf5e 2733target=$ac_cv_target
81ecdfbb
RW
2734ac_save_IFS=$IFS; IFS='-'
2735set x $ac_cv_target
2736shift
2737target_cpu=$1
2738target_vendor=$2
2739shift; shift
2740# Remember, the first character of IFS is used to create $*,
2741# except with old shells:
2742target_os=$*
2743IFS=$ac_save_IFS
2744case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2745
2746
2747# The aliases save the names the user supplied, while $host etc.
2748# will get canonicalized.
2749test -n "$target_alias" &&
2750 test "$program_prefix$program_suffix$program_transform_name" = \
2751 NONENONEs,x,x, &&
2752 program_prefix=${target_alias}-
d0ac1c44
SM
2753# Expand $ac_aux_dir to an absolute path.
2754am_aux_dir=`cd "$ac_aux_dir" && pwd`
2755
42ecbf5e
DJ
2756ac_ext=c
2757ac_cpp='$CPP $CPPFLAGS'
2758ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2759ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2760ac_compiler_gnu=$ac_cv_c_compiler_gnu
2761if test -n "$ac_tool_prefix"; then
2762 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2763set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2765$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2766if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2767 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2768else
2769 if test -n "$CC"; then
2770 ac_cv_prog_CC="$CC" # Let the user override the test.
2771else
2772as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2773for as_dir in $PATH
2774do
2775 IFS=$as_save_IFS
2776 test -z "$as_dir" && as_dir=.
81ecdfbb 2777 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2778 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2779 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2781 break 2
2782 fi
2783done
81ecdfbb
RW
2784 done
2785IFS=$as_save_IFS
42ecbf5e
DJ
2786
2787fi
2788fi
2789CC=$ac_cv_prog_CC
2790if test -n "$CC"; then
81ecdfbb
RW
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2792$as_echo "$CC" >&6; }
42ecbf5e 2793else
81ecdfbb
RW
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2795$as_echo "no" >&6; }
42ecbf5e
DJ
2796fi
2797
81ecdfbb 2798
42ecbf5e
DJ
2799fi
2800if test -z "$ac_cv_prog_CC"; then
2801 ac_ct_CC=$CC
2802 # Extract the first word of "gcc", so it can be a program name with args.
2803set dummy gcc; ac_word=$2
81ecdfbb
RW
2804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2805$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2806if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2807 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2808else
2809 if test -n "$ac_ct_CC"; then
2810 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2811else
2812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2813for as_dir in $PATH
2814do
2815 IFS=$as_save_IFS
2816 test -z "$as_dir" && as_dir=.
81ecdfbb 2817 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2819 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2821 break 2
2822 fi
2823done
81ecdfbb
RW
2824 done
2825IFS=$as_save_IFS
42ecbf5e
DJ
2826
2827fi
2828fi
2829ac_ct_CC=$ac_cv_prog_ac_ct_CC
2830if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2832$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2833else
81ecdfbb
RW
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2835$as_echo "no" >&6; }
42ecbf5e
DJ
2836fi
2837
81ecdfbb
RW
2838 if test "x$ac_ct_CC" = x; then
2839 CC=""
2840 else
2841 case $cross_compiling:$ac_tool_warned in
2842yes:)
2843{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2844$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2845ac_tool_warned=yes ;;
2846esac
2847 CC=$ac_ct_CC
2848 fi
42ecbf5e
DJ
2849else
2850 CC="$ac_cv_prog_CC"
2851fi
2852
2853if test -z "$CC"; then
81ecdfbb
RW
2854 if test -n "$ac_tool_prefix"; then
2855 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2856set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2858$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2859if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2860 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2861else
2862 if test -n "$CC"; then
2863 ac_cv_prog_CC="$CC" # Let the user override the test.
2864else
2865as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2866for as_dir in $PATH
2867do
2868 IFS=$as_save_IFS
2869 test -z "$as_dir" && as_dir=.
81ecdfbb 2870 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2871 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2872 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2874 break 2
2875 fi
2876done
81ecdfbb
RW
2877 done
2878IFS=$as_save_IFS
42ecbf5e
DJ
2879
2880fi
2881fi
2882CC=$ac_cv_prog_CC
2883if test -n "$CC"; then
81ecdfbb
RW
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2885$as_echo "$CC" >&6; }
42ecbf5e 2886else
81ecdfbb
RW
2887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2888$as_echo "no" >&6; }
42ecbf5e
DJ
2889fi
2890
81ecdfbb
RW
2891
2892 fi
42ecbf5e 2893fi
81ecdfbb 2894if test -z "$CC"; then
42ecbf5e
DJ
2895 # Extract the first word of "cc", so it can be a program name with args.
2896set dummy cc; ac_word=$2
81ecdfbb
RW
2897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2898$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2899if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2900 $as_echo_n "(cached) " >&6
42ecbf5e 2901else
81ecdfbb
RW
2902 if test -n "$CC"; then
2903 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2904else
81ecdfbb 2905 ac_prog_rejected=no
42ecbf5e
DJ
2906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2907for as_dir in $PATH
2908do
2909 IFS=$as_save_IFS
2910 test -z "$as_dir" && as_dir=.
81ecdfbb 2911 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2913 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2914 ac_prog_rejected=yes
2915 continue
2916 fi
2917 ac_cv_prog_CC="cc"
2918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2919 break 2
2920 fi
2921done
81ecdfbb
RW
2922 done
2923IFS=$as_save_IFS
42ecbf5e
DJ
2924
2925if test $ac_prog_rejected = yes; then
2926 # We found a bogon in the path, so make sure we never use it.
2927 set dummy $ac_cv_prog_CC
2928 shift
2929 if test $# != 0; then
2930 # We chose a different compiler from the bogus one.
2931 # However, it has the same basename, so the bogon will be chosen
2932 # first if we set CC to just the basename; use the full file name.
2933 shift
2934 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2935 fi
2936fi
2937fi
2938fi
2939CC=$ac_cv_prog_CC
2940if test -n "$CC"; then
81ecdfbb
RW
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2942$as_echo "$CC" >&6; }
42ecbf5e 2943else
81ecdfbb
RW
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2945$as_echo "no" >&6; }
42ecbf5e
DJ
2946fi
2947
81ecdfbb 2948
42ecbf5e
DJ
2949fi
2950if test -z "$CC"; then
2951 if test -n "$ac_tool_prefix"; then
81ecdfbb 2952 for ac_prog in cl.exe
42ecbf5e
DJ
2953 do
2954 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2955set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2957$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2958if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2959 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2960else
2961 if test -n "$CC"; then
2962 ac_cv_prog_CC="$CC" # Let the user override the test.
2963else
2964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2965for as_dir in $PATH
2966do
2967 IFS=$as_save_IFS
2968 test -z "$as_dir" && as_dir=.
81ecdfbb 2969 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2971 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2973 break 2
2974 fi
2975done
81ecdfbb
RW
2976 done
2977IFS=$as_save_IFS
42ecbf5e
DJ
2978
2979fi
2980fi
2981CC=$ac_cv_prog_CC
2982if test -n "$CC"; then
81ecdfbb
RW
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2984$as_echo "$CC" >&6; }
42ecbf5e 2985else
81ecdfbb
RW
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2987$as_echo "no" >&6; }
42ecbf5e
DJ
2988fi
2989
81ecdfbb 2990
42ecbf5e
DJ
2991 test -n "$CC" && break
2992 done
2993fi
2994if test -z "$CC"; then
2995 ac_ct_CC=$CC
81ecdfbb 2996 for ac_prog in cl.exe
42ecbf5e
DJ
2997do
2998 # Extract the first word of "$ac_prog", so it can be a program name with args.
2999set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3001$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3002if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3003 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3004else
3005 if test -n "$ac_ct_CC"; then
3006 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3007else
3008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3009for as_dir in $PATH
3010do
3011 IFS=$as_save_IFS
3012 test -z "$as_dir" && as_dir=.
81ecdfbb 3013 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 3015 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3017 break 2
3018 fi
3019done
81ecdfbb
RW
3020 done
3021IFS=$as_save_IFS
42ecbf5e
DJ
3022
3023fi
3024fi
3025ac_ct_CC=$ac_cv_prog_ac_ct_CC
3026if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3028$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 3029else
81ecdfbb
RW
3030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3031$as_echo "no" >&6; }
42ecbf5e
DJ
3032fi
3033
81ecdfbb 3034
42ecbf5e
DJ
3035 test -n "$ac_ct_CC" && break
3036done
3037
81ecdfbb
RW
3038 if test "x$ac_ct_CC" = x; then
3039 CC=""
3040 else
3041 case $cross_compiling:$ac_tool_warned in
3042yes:)
3043{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3044$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3045ac_tool_warned=yes ;;
3046esac
3047 CC=$ac_ct_CC
3048 fi
42ecbf5e
DJ
3049fi
3050
3051fi
3052
3053
81ecdfbb
RW
3054test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3055$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3056as_fn_error $? "no acceptable C compiler found in \$PATH
3057See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
3058
3059# Provide some information about the compiler.
81ecdfbb
RW
3060$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3061set X $ac_compile
3062ac_compiler=$2
3063for ac_option in --version -v -V -qversion; do
3064 { { ac_try="$ac_compiler $ac_option >&5"
3065case "(($ac_try" in
3066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3067 *) ac_try_echo=$ac_try;;
3068esac
3069eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3070$as_echo "$ac_try_echo"; } >&5
3071 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 3072 ac_status=$?
81ecdfbb
RW
3073 if test -s conftest.err; then
3074 sed '10a\
3075... rest of stderr output deleted ...
3076 10q' conftest.err >conftest.er1
3077 cat conftest.er1 >&5
81ecdfbb 3078 fi
d0ac1c44 3079 rm -f conftest.er1 conftest.err
81ecdfbb
RW
3080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3081 test $ac_status = 0; }
3082done
42ecbf5e 3083
81ecdfbb 3084cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3085/* end confdefs.h. */
3086
3087int
3088main ()
3089{
3090
3091 ;
3092 return 0;
3093}
3094_ACEOF
3095ac_clean_files_save=$ac_clean_files
d0ac1c44 3096ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
42ecbf5e
DJ
3097# Try to create an executable without -o first, disregard a.out.
3098# It will help us diagnose broken compilers, and finding out an intuition
3099# of exeext.
d0ac1c44
SM
3100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3101$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
3102ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3103
3104# The possible output files:
3105ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3106
3107ac_rmfiles=
3108for ac_file in $ac_files
3109do
3110 case $ac_file in
3111 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3112 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3113 esac
3114done
3115rm -f $ac_rmfiles
3116
3117if { { ac_try="$ac_link_default"
3118case "(($ac_try" in
3119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3120 *) ac_try_echo=$ac_try;;
3121esac
3122eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3123$as_echo "$ac_try_echo"; } >&5
3124 (eval "$ac_link_default") 2>&5
3125 ac_status=$?
3126 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3127 test $ac_status = 0; }; then :
3128 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3129# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3130# in a Makefile. We should not override ac_cv_exeext if it was cached,
3131# so that the user can short-circuit this test for compilers unknown to
3132# Autoconf.
3133for ac_file in $ac_files ''
42ecbf5e
DJ
3134do
3135 test -f "$ac_file" || continue
3136 case $ac_file in
81ecdfbb 3137 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3138 ;;
3139 [ab].out )
3140 # We found the default executable, but exeext='' is most
3141 # certainly right.
3142 break;;
3143 *.* )
81ecdfbb
RW
3144 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3145 then :; else
3146 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3147 fi
3148 # We set ac_cv_exeext here because the later test for it is not
3149 # safe: cross compilers may not add the suffix if given an `-o'
3150 # argument, so we may need to know it at that point already.
3151 # Even if this section looks crufty: it has the advantage of
3152 # actually working.
42ecbf5e
DJ
3153 break;;
3154 * )
3155 break;;
3156 esac
3157done
81ecdfbb
RW
3158test "$ac_cv_exeext" = no && ac_cv_exeext=
3159
42ecbf5e 3160else
81ecdfbb
RW
3161 ac_file=''
3162fi
81ecdfbb 3163if test -z "$ac_file"; then :
d0ac1c44
SM
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165$as_echo "no" >&6; }
3166$as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3167sed 's/^/| /' conftest.$ac_ext >&5
3168
81ecdfbb
RW
3169{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3170$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3171as_fn_error 77 "C compiler cannot create executables
3172See \`config.log' for more details" "$LINENO" 5; }
3173else
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3175$as_echo "yes" >&6; }
42ecbf5e 3176fi
d0ac1c44
SM
3177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3178$as_echo_n "checking for C compiler default output file name... " >&6; }
3179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3180$as_echo "$ac_file" >&6; }
42ecbf5e 3181ac_exeext=$ac_cv_exeext
42ecbf5e 3182
d0ac1c44 3183rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
42ecbf5e 3184ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3186$as_echo_n "checking for suffix of executables... " >&6; }
3187if { { ac_try="$ac_link"
3188case "(($ac_try" in
3189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3190 *) ac_try_echo=$ac_try;;
3191esac
3192eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3193$as_echo "$ac_try_echo"; } >&5
3194 (eval "$ac_link") 2>&5
42ecbf5e 3195 ac_status=$?
81ecdfbb
RW
3196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3197 test $ac_status = 0; }; then :
42ecbf5e
DJ
3198 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3199# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3200# work properly (i.e., refer to `conftest.exe'), while it won't with
3201# `rm'.
3202for ac_file in conftest.exe conftest conftest.*; do
3203 test -f "$ac_file" || continue
3204 case $ac_file in
81ecdfbb 3205 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3206 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3207 break;;
3208 * ) break;;
3209 esac
3210done
3211else
81ecdfbb
RW
3212 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3213$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3214as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3215See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e 3216fi
d0ac1c44 3217rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
3218{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3219$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3220
3221rm -f conftest.$ac_ext
3222EXEEXT=$ac_cv_exeext
3223ac_exeext=$EXEEXT
d0ac1c44
SM
3224cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3225/* end confdefs.h. */
3226#include <stdio.h>
3227int
3228main ()
3229{
3230FILE *f = fopen ("conftest.out", "w");
3231 return ferror (f) || fclose (f) != 0;
3232
3233 ;
3234 return 0;
3235}
3236_ACEOF
3237ac_clean_files="$ac_clean_files conftest.out"
3238# Check that the compiler produces executables we can run. If not, either
3239# the compiler is broken, or we cross compile.
3240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3241$as_echo_n "checking whether we are cross compiling... " >&6; }
3242if test "$cross_compiling" != yes; then
3243 { { ac_try="$ac_link"
3244case "(($ac_try" in
3245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3246 *) ac_try_echo=$ac_try;;
3247esac
3248eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3249$as_echo "$ac_try_echo"; } >&5
3250 (eval "$ac_link") 2>&5
3251 ac_status=$?
3252 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3253 test $ac_status = 0; }
3254 if { ac_try='./conftest$ac_cv_exeext'
3255 { { case "(($ac_try" in
3256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3257 *) ac_try_echo=$ac_try;;
3258esac
3259eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3260$as_echo "$ac_try_echo"; } >&5
3261 (eval "$ac_try") 2>&5
3262 ac_status=$?
3263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3264 test $ac_status = 0; }; }; then
3265 cross_compiling=no
3266 else
3267 if test "$cross_compiling" = maybe; then
3268 cross_compiling=yes
3269 else
3270 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3271$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3272as_fn_error $? "cannot run C compiled programs.
3273If you meant to cross compile, use \`--host'.
3274See \`config.log' for more details" "$LINENO" 5; }
3275 fi
3276 fi
3277fi
3278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3279$as_echo "$cross_compiling" >&6; }
3280
3281rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3282ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3284$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3285if ${ac_cv_objext+:} false; then :
81ecdfbb 3286 $as_echo_n "(cached) " >&6
42ecbf5e 3287else
81ecdfbb 3288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3289/* end confdefs.h. */
3290
3291int
3292main ()
3293{
3294
3295 ;
3296 return 0;
3297}
3298_ACEOF
3299rm -f conftest.o conftest.obj
81ecdfbb
RW
3300if { { ac_try="$ac_compile"
3301case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3304esac
3305eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306$as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_compile") 2>&5
3308 ac_status=$?
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }; then :
3311 for ac_file in conftest.o conftest.obj conftest.*; do
3312 test -f "$ac_file" || continue;
42ecbf5e 3313 case $ac_file in
81ecdfbb 3314 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3315 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3316 break;;
3317 esac
3318done
3319else
81ecdfbb 3320 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3321sed 's/^/| /' conftest.$ac_ext >&5
3322
81ecdfbb
RW
3323{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3324$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3325as_fn_error $? "cannot compute suffix of object files: cannot compile
3326See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e 3327fi
42ecbf5e
DJ
3328rm -f conftest.$ac_cv_objext conftest.$ac_ext
3329fi
81ecdfbb
RW
3330{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3331$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3332OBJEXT=$ac_cv_objext
3333ac_objext=$OBJEXT
81ecdfbb
RW
3334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3335$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3336if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3337 $as_echo_n "(cached) " >&6
42ecbf5e 3338else
81ecdfbb 3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3340/* end confdefs.h. */
3341
3342int
3343main ()
3344{
3345#ifndef __GNUC__
3346 choke me
3347#endif
3348
3349 ;
3350 return 0;
3351}
3352_ACEOF
81ecdfbb 3353if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3354 ac_compiler_gnu=yes
3355else
81ecdfbb 3356 ac_compiler_gnu=no
42ecbf5e 3357fi
81ecdfbb 3358rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3359ac_cv_c_compiler_gnu=$ac_compiler_gnu
3360
3361fi
81ecdfbb
RW
3362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3363$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3364if test $ac_compiler_gnu = yes; then
3365 GCC=yes
3366else
3367 GCC=
3368fi
42ecbf5e
DJ
3369ac_test_CFLAGS=${CFLAGS+set}
3370ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3372$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3373if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3374 $as_echo_n "(cached) " >&6
3375else
3376 ac_save_c_werror_flag=$ac_c_werror_flag
3377 ac_c_werror_flag=yes
3378 ac_cv_prog_cc_g=no
3379 CFLAGS="-g"
3380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3381/* end confdefs.h. */
3382
3383int
3384main ()
3385{
3386
3387 ;
3388 return 0;
3389}
3390_ACEOF
81ecdfbb 3391if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3392 ac_cv_prog_cc_g=yes
3393else
81ecdfbb
RW
3394 CFLAGS=""
3395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3396/* end confdefs.h. */
3397
3398int
3399main ()
3400{
3401
3402 ;
3403 return 0;
3404}
3405_ACEOF
3406if ac_fn_c_try_compile "$LINENO"; then :
3407
3408else
3409 ac_c_werror_flag=$ac_save_c_werror_flag
3410 CFLAGS="-g"
3411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3412/* end confdefs.h. */
3413
3414int
3415main ()
3416{
42ecbf5e 3417
81ecdfbb
RW
3418 ;
3419 return 0;
3420}
3421_ACEOF
3422if ac_fn_c_try_compile "$LINENO"; then :
3423 ac_cv_prog_cc_g=yes
3424fi
3425rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3426fi
81ecdfbb 3427rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3428fi
81ecdfbb
RW
3429rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3430 ac_c_werror_flag=$ac_save_c_werror_flag
3431fi
3432{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3433$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3434if test "$ac_test_CFLAGS" = set; then
3435 CFLAGS=$ac_save_CFLAGS
3436elif test $ac_cv_prog_cc_g = yes; then
3437 if test "$GCC" = yes; then
3438 CFLAGS="-g -O2"
3439 else
3440 CFLAGS="-g"
3441 fi
3442else
3443 if test "$GCC" = yes; then
3444 CFLAGS="-O2"
3445 else
3446 CFLAGS=
3447 fi
3448fi
81ecdfbb
RW
3449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3450$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3451if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3452 $as_echo_n "(cached) " >&6
42ecbf5e 3453else
81ecdfbb 3454 ac_cv_prog_cc_c89=no
42ecbf5e 3455ac_save_CC=$CC
81ecdfbb 3456cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3457/* end confdefs.h. */
3458#include <stdarg.h>
3459#include <stdio.h>
d0ac1c44 3460struct stat;
42ecbf5e
DJ
3461/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3462struct buf { int x; };
3463FILE * (*rcsopen) (struct buf *, struct stat *, int);
3464static char *e (p, i)
3465 char **p;
3466 int i;
3467{
3468 return p[i];
3469}
3470static char *f (char * (*g) (char **, int), char **p, ...)
3471{
3472 char *s;
3473 va_list v;
3474 va_start (v,p);
3475 s = g (p, va_arg (v,int));
3476 va_end (v);
3477 return s;
3478}
3479
3480/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3481 function prototypes and stuff, but not '\xHH' hex character constants.
3482 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3483 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3484 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3485 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3486 that's true only with -std. */
42ecbf5e
DJ
3487int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3488
81ecdfbb
RW
3489/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3490 inside strings and character constants. */
3491#define FOO(x) 'x'
3492int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3493
42ecbf5e
DJ
3494int test (int i, double x);
3495struct s1 {int (*f) (int a);};
3496struct s2 {int (*f) (double a);};
3497int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3498int argc;
3499char **argv;
3500int
3501main ()
3502{
3503return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3504 ;
3505 return 0;
3506}
3507_ACEOF
81ecdfbb
RW
3508for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3509 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3510do
3511 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3512 if ac_fn_c_try_compile "$LINENO"; then :
3513 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3514fi
81ecdfbb
RW
3515rm -f core conftest.err conftest.$ac_objext
3516 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3517done
81ecdfbb 3518rm -f conftest.$ac_ext
42ecbf5e
DJ
3519CC=$ac_save_CC
3520
3521fi
81ecdfbb
RW
3522# AC_CACHE_VAL
3523case "x$ac_cv_prog_cc_c89" in
3524 x)
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3526$as_echo "none needed" >&6; } ;;
3527 xno)
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3529$as_echo "unsupported" >&6; } ;;
42ecbf5e 3530 *)
81ecdfbb
RW
3531 CC="$CC $ac_cv_prog_cc_c89"
3532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3533$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3534esac
81ecdfbb 3535if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3536
42ecbf5e
DJ
3537fi
3538
42ecbf5e
DJ
3539ac_ext=c
3540ac_cpp='$CPP $CPPFLAGS'
3541ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3542ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3543ac_compiler_gnu=$ac_cv_c_compiler_gnu
3544
d0ac1c44
SM
3545ac_ext=c
3546ac_cpp='$CPP $CPPFLAGS'
3547ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3548ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3549ac_compiler_gnu=$ac_cv_c_compiler_gnu
3550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3551$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3552if ${am_cv_prog_cc_c_o+:} false; then :
3553 $as_echo_n "(cached) " >&6
3554else
3555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3556/* end confdefs.h. */
3557
3558int
3559main ()
3560{
3561
3562 ;
3563 return 0;
3564}
3565_ACEOF
3566 # Make sure it works both with $CC and with simple cc.
3567 # Following AC_PROG_CC_C_O, we do the test twice because some
3568 # compilers refuse to overwrite an existing .o file with -o,
3569 # though they will create one.
3570 am_cv_prog_cc_c_o=yes
3571 for am_i in 1 2; do
3572 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3573 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3574 ac_status=$?
3575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3576 (exit $ac_status); } \
3577 && test -f conftest2.$ac_objext; then
3578 : OK
3579 else
3580 am_cv_prog_cc_c_o=no
3581 break
3582 fi
3583 done
3584 rm -f core conftest*
3585 unset am_i
3586fi
3587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3588$as_echo "$am_cv_prog_cc_c_o" >&6; }
3589if test "$am_cv_prog_cc_c_o" != yes; then
3590 # Losing compiler, so override with the script.
3591 # FIXME: It is wrong to rewrite CC.
3592 # But if we don't then we get into trouble of one sort or another.
3593 # A longer-term fix would be to have automake use am__CC in this case,
3594 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3595 CC="$am_aux_dir/compile $CC"
3596fi
3597ac_ext=c
3598ac_cpp='$CPP $CPPFLAGS'
3599ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3600ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3601ac_compiler_gnu=$ac_cv_c_compiler_gnu
3602
3603
42ecbf5e 3604
81ecdfbb
RW
3605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3606$as_echo_n "checking for library containing strerror... " >&6; }
d0ac1c44 3607if ${ac_cv_search_strerror+:} false; then :
81ecdfbb 3608 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3609else
3610 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3611cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3612/* end confdefs.h. */
3613
81ecdfbb
RW
3614/* Override any GCC internal prototype to avoid an error.
3615 Use char because int might match the return type of a GCC
3616 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3617#ifdef __cplusplus
3618extern "C"
3619#endif
42ecbf5e
DJ
3620char strerror ();
3621int
3622main ()
3623{
81ecdfbb 3624return strerror ();
42ecbf5e
DJ
3625 ;
3626 return 0;
3627}
3628_ACEOF
81ecdfbb
RW
3629for ac_lib in '' cposix; do
3630 if test -z "$ac_lib"; then
3631 ac_res="none required"
3632 else
3633 ac_res=-l$ac_lib
42ecbf5e 3634 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3635 fi
3636 if ac_fn_c_try_link "$LINENO"; then :
3637 ac_cv_search_strerror=$ac_res
3638fi
3639rm -f core conftest.err conftest.$ac_objext \
3640 conftest$ac_exeext
d0ac1c44 3641 if ${ac_cv_search_strerror+:} false; then :
81ecdfbb
RW
3642 break
3643fi
3644done
d0ac1c44 3645if ${ac_cv_search_strerror+:} false; then :
42ecbf5e 3646
42ecbf5e 3647else
81ecdfbb 3648 ac_cv_search_strerror=no
42ecbf5e 3649fi
81ecdfbb 3650rm conftest.$ac_ext
42ecbf5e
DJ
3651LIBS=$ac_func_search_save_LIBS
3652fi
81ecdfbb
RW
3653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3654$as_echo "$ac_cv_search_strerror" >&6; }
3655ac_res=$ac_cv_search_strerror
3656if test "$ac_res" != no; then :
3657 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3658
3659fi
3660
3661
d0ac1c44 3662am__api_version='1.15'
81ecdfbb 3663
42ecbf5e
DJ
3664# Find a good install program. We prefer a C program (faster),
3665# so one script is as good as another. But avoid the broken or
3666# incompatible versions:
3667# SysV /etc/install, /usr/sbin/install
3668# SunOS /usr/etc/install
3669# IRIX /sbin/install
3670# AIX /bin/install
3671# AmigaOS /C/install, which installs bootblocks on floppy discs
3672# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3673# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3674# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3675# OS/2's system install, which has a completely different semantic
3676# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3677# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3679$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3680if test -z "$INSTALL"; then
d0ac1c44 3681if ${ac_cv_path_install+:} false; then :
81ecdfbb 3682 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3683else
3684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3685for as_dir in $PATH
3686do
3687 IFS=$as_save_IFS
3688 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3689 # Account for people who put trailing slashes in PATH elements.
3690case $as_dir/ in #((
3691 ./ | .// | /[cC]/* | \
42ecbf5e 3692 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3693 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3694 /usr/ucb/* ) ;;
3695 *)
3696 # OSF1 and SCO ODT 3.0 have their own names for install.
3697 # Don't use installbsd from OSF since it installs stuff as root
3698 # by default.
3699 for ac_prog in ginstall scoinst install; do
3700 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3701 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
42ecbf5e
DJ
3702 if test $ac_prog = install &&
3703 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3704 # AIX install. It has an incompatible calling convention.
3705 :
42ecbf5e
DJ
3706 elif test $ac_prog = install &&
3707 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3708 # program-specific install script used by HP pwplus--don't use.
3709 :
252b5132 3710 else
58c85be7
RW
3711 rm -rf conftest.one conftest.two conftest.dir
3712 echo one > conftest.one
3713 echo two > conftest.two
3714 mkdir conftest.dir
3715 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3716 test -s conftest.one && test -s conftest.two &&
3717 test -s conftest.dir/conftest.one &&
3718 test -s conftest.dir/conftest.two
3719 then
3720 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3721 break 3
3722 fi
252b5132
RH
3723 fi
3724 fi
d15b04bd 3725 done
42ecbf5e
DJ
3726 done
3727 ;;
3728esac
81ecdfbb
RW
3729
3730 done
3731IFS=$as_save_IFS
42ecbf5e 3732
58c85be7 3733rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3734
3735fi
3736 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3737 INSTALL=$ac_cv_path_install
252b5132 3738 else
58c85be7
RW
3739 # As a last resort, use the slow shell script. Don't cache a
3740 # value for INSTALL within a source directory, because that will
252b5132 3741 # break other packages using the cache if that directory is
58c85be7 3742 # removed, or if the value is a relative name.
42ecbf5e 3743 INSTALL=$ac_install_sh
252b5132
RH
3744 fi
3745fi
81ecdfbb
RW
3746{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3747$as_echo "$INSTALL" >&6; }
252b5132
RH
3748
3749# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3750# It thinks the first close brace ends the variable substitution.
3751test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3752
42ecbf5e 3753test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3754
3755test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3756
81ecdfbb
RW
3757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3758$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
3759# Reject unsafe characters in $srcdir or the absolute working directory
3760# name. Accept space and tab only in the latter.
3761am_lf='
3762'
3763case `pwd` in
3764 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 3765 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
3766esac
3767case $srcdir in
3768 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 3769 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
3770esac
3771
d0ac1c44 3772# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
3773# arguments. Must try -L first in case configure is actually a
3774# symlink; some systems play weird games with the mod time of symlinks
3775# (eg FreeBSD returns the mod time of the symlink's containing
3776# directory).
3777if (
d0ac1c44
SM
3778 am_has_slept=no
3779 for am_try in 1 2; do
3780 echo "timestamp, slept: $am_has_slept" > conftest.file
3781 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3782 if test "$*" = "X"; then
3783 # -L didn't work.
3784 set X `ls -t "$srcdir/configure" conftest.file`
3785 fi
3786 if test "$*" != "X $srcdir/configure conftest.file" \
3787 && test "$*" != "X conftest.file $srcdir/configure"; then
3788
3789 # If neither matched, then we have a broken ls. This can happen
3790 # if, for instance, CONFIG_SHELL is bash and it inherits a
3791 # broken ls alias from the environment. This has actually
3792 # happened. Such a system could not be considered "sane".
3793 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3794 alias in your environment" "$LINENO" 5
3795 fi
3796 if test "$2" = conftest.file || test $am_try -eq 2; then
3797 break
3798 fi
3799 # Just in case.
3800 sleep 1
3801 am_has_slept=yes
3802 done
42ecbf5e 3803 test "$2" = conftest.file
252b5132
RH
3804 )
3805then
3806 # Ok.
3807 :
3808else
d0ac1c44 3809 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 3810Check your system clock" "$LINENO" 5
42ecbf5e 3811fi
81ecdfbb
RW
3812{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3813$as_echo "yes" >&6; }
d0ac1c44
SM
3814# If we didn't sleep, we still need to ensure time stamps of config.status and
3815# generated files are strictly newer.
3816am_sleep_pid=
3817if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3818 ( sleep 1 ) &
3819 am_sleep_pid=$!
3820fi
3821
3822rm -f conftest.file
3823
42ecbf5e 3824test "$program_prefix" != NONE &&
81ecdfbb 3825 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3826# Use a double $ so make ignores it.
3827test "$program_suffix" != NONE &&
81ecdfbb
RW
3828 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3829# Double any \ or $.
42ecbf5e 3830# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3831ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3832program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e 3833
81ecdfbb
RW
3834if test x"${MISSING+set}" != xset; then
3835 case $am_aux_dir in
3836 *\ * | *\ *)
3837 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3838 *)
3839 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3840 esac
3841fi
42ecbf5e 3842# Use eval to expand $SHELL
d0ac1c44
SM
3843if eval "$MISSING --is-lightweight"; then
3844 am_missing_run="$MISSING "
42ecbf5e
DJ
3845else
3846 am_missing_run=
d0ac1c44
SM
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3848$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3849fi
3850
d0ac1c44 3851if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
3852 case $am_aux_dir in
3853 *\ * | *\ *)
3854 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3855 *)
3856 install_sh="\${SHELL} $am_aux_dir/install-sh"
3857 esac
3858fi
3859
d0ac1c44
SM
3860# Installed binaries are usually stripped using 'strip' when the user
3861# run "make install-strip". However 'strip' might not be the right
81ecdfbb 3862# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 3863# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
3864if test "$cross_compiling" != no; then
3865 if test -n "$ac_tool_prefix"; then
3866 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3867set dummy ${ac_tool_prefix}strip; ac_word=$2
3868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3869$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3870if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 3871 $as_echo_n "(cached) " >&6
42ecbf5e 3872else
81ecdfbb
RW
3873 if test -n "$STRIP"; then
3874 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3875else
3876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877for as_dir in $PATH
3878do
3879 IFS=$as_save_IFS
3880 test -z "$as_dir" && as_dir=.
81ecdfbb 3881 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3883 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3885 break 2
3886 fi
3887done
3888 done
3889IFS=$as_save_IFS
3890
3891fi
3892fi
3893STRIP=$ac_cv_prog_STRIP
3894if test -n "$STRIP"; then
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3896$as_echo "$STRIP" >&6; }
3897else
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3899$as_echo "no" >&6; }
3900fi
3901
3902
3903fi
3904if test -z "$ac_cv_prog_STRIP"; then
3905 ac_ct_STRIP=$STRIP
3906 # Extract the first word of "strip", so it can be a program name with args.
3907set dummy strip; ac_word=$2
3908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3909$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3910if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
3911 $as_echo_n "(cached) " >&6
3912else
3913 if test -n "$ac_ct_STRIP"; then
3914 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3915else
3916as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3917for as_dir in $PATH
3918do
3919 IFS=$as_save_IFS
3920 test -z "$as_dir" && as_dir=.
3921 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3923 ac_cv_prog_ac_ct_STRIP="strip"
3924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3925 break 2
3926 fi
3927done
81ecdfbb
RW
3928 done
3929IFS=$as_save_IFS
3930
3931fi
3932fi
3933ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3934if test -n "$ac_ct_STRIP"; then
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3936$as_echo "$ac_ct_STRIP" >&6; }
3937else
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3939$as_echo "no" >&6; }
3940fi
3941
3942 if test "x$ac_ct_STRIP" = x; then
3943 STRIP=":"
3944 else
3945 case $cross_compiling:$ac_tool_warned in
3946yes:)
3947{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3948$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3949ac_tool_warned=yes ;;
3950esac
3951 STRIP=$ac_ct_STRIP
3952 fi
3953else
3954 STRIP="$ac_cv_prog_STRIP"
3955fi
3956
3957fi
3958INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3959
3960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3961$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3962if test -z "$MKDIR_P"; then
d0ac1c44 3963 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
3964 $as_echo_n "(cached) " >&6
3965else
3966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3968do
3969 IFS=$as_save_IFS
3970 test -z "$as_dir" && as_dir=.
3971 for ac_prog in mkdir gmkdir; do
3972 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3973 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
3974 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3975 'mkdir (GNU coreutils) '* | \
3976 'mkdir (coreutils) '* | \
3977 'mkdir (fileutils) '4.1*)
3978 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3979 break 3;;
3980 esac
3981 done
3982 done
3983 done
3984IFS=$as_save_IFS
3985
3986fi
3987
d0ac1c44 3988 test -d ./--version && rmdir ./--version
81ecdfbb
RW
3989 if test "${ac_cv_path_mkdir+set}" = set; then
3990 MKDIR_P="$ac_cv_path_mkdir -p"
3991 else
3992 # As a last resort, use the slow shell script. Don't cache a
3993 # value for MKDIR_P within a source directory, because that will
3994 # break other packages using the cache if that directory is
3995 # removed, or if the value is a relative name.
81ecdfbb
RW
3996 MKDIR_P="$ac_install_sh -d"
3997 fi
3998fi
3999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4000$as_echo "$MKDIR_P" >&6; }
4001
81ecdfbb
RW
4002for ac_prog in gawk mawk nawk awk
4003do
4004 # Extract the first word of "$ac_prog", so it can be a program name with args.
4005set dummy $ac_prog; ac_word=$2
4006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4007$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4008if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb
RW
4009 $as_echo_n "(cached) " >&6
4010else
4011 if test -n "$AWK"; then
4012 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4013else
4014as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4015for as_dir in $PATH
4016do
4017 IFS=$as_save_IFS
4018 test -z "$as_dir" && as_dir=.
4019 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4020 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
4021 ac_cv_prog_AWK="$ac_prog"
4022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4023 break 2
4024 fi
42ecbf5e 4025done
81ecdfbb
RW
4026 done
4027IFS=$as_save_IFS
42ecbf5e
DJ
4028
4029fi
4030fi
4031AWK=$ac_cv_prog_AWK
4032if test -n "$AWK"; then
81ecdfbb
RW
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4034$as_echo "$AWK" >&6; }
42ecbf5e 4035else
81ecdfbb
RW
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4037$as_echo "no" >&6; }
42ecbf5e
DJ
4038fi
4039
81ecdfbb 4040
42ecbf5e
DJ
4041 test -n "$AWK" && break
4042done
4043
81ecdfbb
RW
4044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4045$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4046set x ${MAKE-make}
4047ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 4048if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 4049 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
4050else
4051 cat >conftest.make <<\_ACEOF
81ecdfbb 4052SHELL = /bin/sh
42ecbf5e 4053all:
81ecdfbb 4054 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e 4055_ACEOF
d0ac1c44 4056# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
4057case `${MAKE-make} -f conftest.make 2>/dev/null` in
4058 *@@@%%%=?*=@@@%%%*)
4059 eval ac_cv_prog_make_${ac_make}_set=yes;;
4060 *)
4061 eval ac_cv_prog_make_${ac_make}_set=no;;
4062esac
42ecbf5e
DJ
4063rm -f conftest.make
4064fi
81ecdfbb
RW
4065if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4067$as_echo "yes" >&6; }
42ecbf5e
DJ
4068 SET_MAKE=
4069else
81ecdfbb
RW
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4071$as_echo "no" >&6; }
42ecbf5e
DJ
4072 SET_MAKE="MAKE=${MAKE-make}"
4073fi
4074
4075rm -rf .tst 2>/dev/null
4076mkdir .tst 2>/dev/null
4077if test -d .tst; then
4078 am__leading_dot=.
4079else
4080 am__leading_dot=_
4081fi
4082rmdir .tst 2>/dev/null
4083
4084DEPDIR="${am__leading_dot}deps"
4085
81ecdfbb 4086ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
4087
4088
4089am_make=${MAKE-make}
4090cat > confinc << 'END'
4091am__doit:
81ecdfbb 4092 @echo this is the am__doit target
42ecbf5e
DJ
4093.PHONY: am__doit
4094END
4095# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
4096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4097$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
4098am__include="#"
4099am__quote=
4100_am_result=none
4101# First try GNU make style include.
4102echo "include confinc" > confmf
d0ac1c44 4103# Ignore all kinds of additional output from 'make'.
81ecdfbb
RW
4104case `$am_make -s -f confmf 2> /dev/null` in #(
4105*the\ am__doit\ target*)
4106 am__include=include
4107 am__quote=
4108 _am_result=GNU
4109 ;;
4110esac
42ecbf5e
DJ
4111# Now try BSD make style include.
4112if test "$am__include" = "#"; then
4113 echo '.include "confinc"' > confmf
81ecdfbb
RW
4114 case `$am_make -s -f confmf 2> /dev/null` in #(
4115 *the\ am__doit\ target*)
4116 am__include=.include
4117 am__quote="\""
4118 _am_result=BSD
4119 ;;
4120 esac
42ecbf5e
DJ
4121fi
4122
4123
81ecdfbb
RW
4124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4125$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
4126rm -f confinc confmf
4127
81ecdfbb
RW
4128# Check whether --enable-dependency-tracking was given.
4129if test "${enable_dependency_tracking+set}" = set; then :
4130 enableval=$enable_dependency_tracking;
4131fi
42ecbf5e 4132
42ecbf5e
DJ
4133if test "x$enable_dependency_tracking" != xno; then
4134 am_depcomp="$ac_aux_dir/depcomp"
4135 AMDEPBACKSLASH='\'
6eb7d830 4136 am__nodep='_no'
42ecbf5e 4137fi
81ecdfbb 4138 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
4139 AMDEP_TRUE=
4140 AMDEP_FALSE='#'
4141else
4142 AMDEP_TRUE='#'
4143 AMDEP_FALSE=
4144fi
4145
4146
d0ac1c44
SM
4147# Check whether --enable-silent-rules was given.
4148if test "${enable_silent_rules+set}" = set; then :
4149 enableval=$enable_silent_rules;
4150fi
4151
4152case $enable_silent_rules in # (((
4153 yes) AM_DEFAULT_VERBOSITY=0;;
4154 no) AM_DEFAULT_VERBOSITY=1;;
4155 *) AM_DEFAULT_VERBOSITY=1;;
4156esac
4157am_make=${MAKE-make}
4158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4159$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4160if ${am_cv_make_support_nested_variables+:} false; then :
4161 $as_echo_n "(cached) " >&6
4162else
4163 if $as_echo 'TRUE=$(BAR$(V))
4164BAR0=false
4165BAR1=true
4166V=1
4167am__doit:
4168 @$(TRUE)
4169.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4170 am_cv_make_support_nested_variables=yes
4171else
4172 am_cv_make_support_nested_variables=no
4173fi
4174fi
4175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4176$as_echo "$am_cv_make_support_nested_variables" >&6; }
4177if test $am_cv_make_support_nested_variables = yes; then
4178 AM_V='$(V)'
4179 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4180else
4181 AM_V=$AM_DEFAULT_VERBOSITY
4182 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4183fi
4184AM_BACKSLASH='\'
4185
81ecdfbb
RW
4186if test "`cd $srcdir && pwd`" != "`pwd`"; then
4187 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4188 # is not polluted with repeated "-I."
4189 am__isrc=' -I$(srcdir)'
4190 # test to see if srcdir already configured
4191 if test -f $srcdir/config.status; then
d0ac1c44 4192 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 4193 fi
42ecbf5e
DJ
4194fi
4195
4196# test whether we have cygpath
4197if test -z "$CYGPATH_W"; then
4198 if (cygpath --version) >/dev/null 2>/dev/null; then
4199 CYGPATH_W='cygpath -w'
4200 else
4201 CYGPATH_W=echo
4202 fi
4203fi
4204
4205
4206# Define the identity of the package.
2e98a7bd 4207 PACKAGE='binutils'
573fe3fb 4208 VERSION='2.36.50'
42ecbf5e
DJ
4209
4210
4211cat >>confdefs.h <<_ACEOF
4212#define PACKAGE "$PACKAGE"
4213_ACEOF
4214
4215
4216cat >>confdefs.h <<_ACEOF
4217#define VERSION "$VERSION"
4218_ACEOF
4219
4220# Some tools Automake needs.
4221
4222ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4223
4224
4225AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4226
4227
4228AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4229
4230
4231AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4232
4233
4234MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4235
d0ac1c44
SM
4236# For better backward compatibility. To be removed once Automake 1.9.x
4237# dies out for good. For more background, see:
4238# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4239# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4240mkdir_p='$(MKDIR_P)'
4241
4242# We need awk for the "check" target (and possibly the TAP driver). The
4243# system "awk" is bad on some platforms.
6eb7d830
AM
4244# Always define AMTAR for backward compatibility. Yes, it's still used
4245# in the wild :-( We should find a proper way to deprecate it ...
4246AMTAR='$${TAR-tar}'
252b5132 4247
d0ac1c44
SM
4248
4249# We'll loop over all known methods to create a tar archive until one works.
4250_am_tools='gnutar pax cpio none'
4251
6eb7d830 4252am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
252b5132
RH
4253
4254
4255
252b5132 4256
d0ac1c44 4257
42ecbf5e
DJ
4258depcc="$CC" am_compiler_list=
4259
81ecdfbb
RW
4260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4261$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 4262if ${am_cv_CC_dependencies_compiler_type+:} false; then :
81ecdfbb 4263 $as_echo_n "(cached) " >&6
252b5132 4264else
42ecbf5e
DJ
4265 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4266 # We make a subdir and do the tests there. Otherwise we can end up
4267 # making bogus files that we don't know about and never remove. For
4268 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
4269 # making a dummy file named 'D' -- because '-MD' means "put the output
4270 # in D".
6eb7d830 4271 rm -rf conftest.dir
42ecbf5e
DJ
4272 mkdir conftest.dir
4273 # Copy depcomp to subdir because otherwise we won't find it if we're
4274 # using a relative directory.
4275 cp "$am_depcomp" conftest.dir
4276 cd conftest.dir
4277 # We will build objects and dependencies in a subdirectory because
4278 # it helps to detect inapplicable dependency modes. For instance
4279 # both Tru64's cc and ICC support -MD to output dependencies as a
4280 # side effect of compilation, but ICC will put the dependencies in
4281 # the current directory while Tru64 will put them in the object
4282 # directory.
4283 mkdir sub
252b5132 4284
42ecbf5e
DJ
4285 am_cv_CC_dependencies_compiler_type=none
4286 if test "$am_compiler_list" = ""; then
4287 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4288 fi
81ecdfbb
RW
4289 am__universal=false
4290 case " $depcc " in #(
4291 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4292 esac
4293
42ecbf5e
DJ
4294 for depmode in $am_compiler_list; do
4295 # Setup a source with many dependencies, because some compilers
4296 # like to wrap large dependency lists on column 80 (with \), and
4297 # we should not choose a depcomp mode which is confused by this.
4298 #
4299 # We need to recreate these files for each test, as the compiler may
4300 # overwrite some of them when testing with obscure command lines.
4301 # This happens at least with the AIX C compiler.
4302 : > sub/conftest.c
4303 for i in 1 2 3 4 5 6; do
4304 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
4305 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4306 # Solaris 10 /bin/sh.
4307 echo '/* dummy */' > sub/conftst$i.h
42ecbf5e
DJ
4308 done
4309 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4310
d0ac1c44 4311 # We check with '-c' and '-o' for the sake of the "dashmstdout"
81ecdfbb 4312 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
4313 # handle '-M -o', and we need to detect this. Also, some Intel
4314 # versions had trouble with output in subdirs.
81ecdfbb
RW
4315 am__obj=sub/conftest.${OBJEXT-o}
4316 am__minus_obj="-o $am__obj"
42ecbf5e 4317 case $depmode in
81ecdfbb
RW
4318 gcc)
4319 # This depmode causes a compiler race in universal mode.
4320 test "$am__universal" = false || continue
4321 ;;
42ecbf5e 4322 nosideeffect)
d0ac1c44
SM
4323 # After this tag, mechanisms are not by side-effect, so they'll
4324 # only be used when explicitly requested.
42ecbf5e
DJ
4325 if test "x$enable_dependency_tracking" = xyes; then
4326 continue
4327 else
4328 break
4329 fi
4330 ;;
6eb7d830 4331 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
d0ac1c44 4332 # This compiler won't grok '-c -o', but also, the minuso test has
81ecdfbb
RW
4333 # not run yet. These depmodes are late enough in the game, and
4334 # so weak that their functioning should not be impacted.
4335 am__obj=conftest.${OBJEXT-o}
4336 am__minus_obj=
4337 ;;
42ecbf5e
DJ
4338 none) break ;;
4339 esac
42ecbf5e 4340 if depmode=$depmode \
81ecdfbb 4341 source=sub/conftest.c object=$am__obj \
42ecbf5e 4342 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4343 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4344 >/dev/null 2>conftest.err &&
81ecdfbb 4345 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4346 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4347 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4348 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4349 # icc doesn't choke on unknown options, it will just issue warnings
4350 # or remarks (even with -Werror). So we grep stderr for any message
4351 # that says an option was ignored or not supported.
4352 # When given -MP, icc 7.0 and 7.1 complain thusly:
4353 # icc: Command line warning: ignoring option '-M'; no argument required
4354 # The diagnosis changed in icc 8.0:
4355 # icc: Command line remark: option '-MP' not supported
4356 if (grep 'ignoring option' conftest.err ||
4357 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4358 am_cv_CC_dependencies_compiler_type=$depmode
4359 break
4360 fi
4361 fi
4362 done
4363
4364 cd ..
4365 rm -rf conftest.dir
252b5132 4366else
42ecbf5e 4367 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
4368fi
4369
252b5132 4370fi
81ecdfbb
RW
4371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4372$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4373CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4374
81ecdfbb 4375 if
42ecbf5e
DJ
4376 test "x$enable_dependency_tracking" != xno \
4377 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4378 am__fastdepCC_TRUE=
4379 am__fastdepCC_FALSE='#'
252b5132 4380else
42ecbf5e
DJ
4381 am__fastdepCC_TRUE='#'
4382 am__fastdepCC_FALSE=
252b5132
RH
4383fi
4384
4385
4386
d0ac1c44
SM
4387# POSIX will say in a future version that running "rm -f" with no argument
4388# is OK; and we want to be able to make that assumption in our Makefile
4389# recipes. So use an aggressive probe to check that the usage we want is
4390# actually supported "in the wild" to an acceptable degree.
4391# See automake bug#10828.
4392# To make any issue more visible, cause the running configure to be aborted
4393# by default if the 'rm' program in use doesn't match our expectations; the
4394# user can still override this though.
4395if rm -f && rm -fr && rm -rf; then : OK; else
4396 cat >&2 <<'END'
4397Oops!
4398
4399Your 'rm' program seems unable to run without file operands specified
4400on the command line, even when the '-f' option is present. This is contrary
4401to the behaviour of most rm programs out there, and not conforming with
4402the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4403
4404Please tell bug-automake@gnu.org about your system, including the value
4405of your $PATH and any error possibly output before this message. This
4406can help us improve future automake versions.
4407
4408END
4409 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4410 echo 'Configuration will proceed anyway, since you have set the' >&2
4411 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4412 echo >&2
4413 else
4414 cat >&2 <<'END'
4415Aborting the configuration process, to ensure you take notice of the issue.
4416
4417You can download and install GNU coreutils to get an 'rm' implementation
4418that behaves properly: <http://www.gnu.org/software/coreutils/>.
4419
4420If you want to complete the configuration process using your problematic
4421'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4422to "yes", and re-run configure.
4423
4424END
4425 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4426 fi
4427fi
4428
42ecbf5e 4429
d45dc31f
SE
4430ac_ext=c
4431ac_cpp='$CPP $CPPFLAGS'
4432ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4433ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4434ac_compiler_gnu=$ac_cv_c_compiler_gnu
4435if test -n "$ac_tool_prefix"; then
4436 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4437set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4439$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4440if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4441 $as_echo_n "(cached) " >&6
252b5132 4442else
d45dc31f
SE
4443 if test -n "$CC"; then
4444 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 4445else
d45dc31f
SE
4446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4447for as_dir in $PATH
4448do
4449 IFS=$as_save_IFS
4450 test -z "$as_dir" && as_dir=.
81ecdfbb 4451 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4452 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4453 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4455 break 2
4456 fi
4457done
81ecdfbb
RW
4458 done
4459IFS=$as_save_IFS
ceae3e33 4460
d45dc31f
SE
4461fi
4462fi
4463CC=$ac_cv_prog_CC
4464if test -n "$CC"; then
81ecdfbb
RW
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4466$as_echo "$CC" >&6; }
252b5132 4467else
81ecdfbb
RW
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4469$as_echo "no" >&6; }
252b5132 4470fi
d45dc31f 4471
81ecdfbb 4472
d45dc31f
SE
4473fi
4474if test -z "$ac_cv_prog_CC"; then
4475 ac_ct_CC=$CC
4476 # Extract the first word of "gcc", so it can be a program name with args.
4477set dummy gcc; ac_word=$2
81ecdfbb
RW
4478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4479$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4480if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4481 $as_echo_n "(cached) " >&6
252b5132 4482else
d45dc31f
SE
4483 if test -n "$ac_ct_CC"; then
4484 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4485else
d45dc31f
SE
4486as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4487for as_dir in $PATH
4488do
4489 IFS=$as_save_IFS
4490 test -z "$as_dir" && as_dir=.
81ecdfbb 4491 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4492 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4493 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4495 break 2
4496 fi
4497done
81ecdfbb
RW
4498 done
4499IFS=$as_save_IFS
d45dc31f 4500
252b5132
RH
4501fi
4502fi
d45dc31f
SE
4503ac_ct_CC=$ac_cv_prog_ac_ct_CC
4504if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4506$as_echo "$ac_ct_CC" >&6; }
252b5132 4507else
81ecdfbb
RW
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4509$as_echo "no" >&6; }
252b5132 4510fi
d45dc31f 4511
81ecdfbb
RW
4512 if test "x$ac_ct_CC" = x; then
4513 CC=""
4514 else
4515 case $cross_compiling:$ac_tool_warned in
4516yes:)
4517{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4518$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4519ac_tool_warned=yes ;;
4520esac
4521 CC=$ac_ct_CC
4522 fi
d45dc31f
SE
4523else
4524 CC="$ac_cv_prog_CC"
4525fi
4526
4527if test -z "$CC"; then
81ecdfbb
RW
4528 if test -n "$ac_tool_prefix"; then
4529 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4530set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4532$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4533if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4534 $as_echo_n "(cached) " >&6
252b5132 4535else
d45dc31f
SE
4536 if test -n "$CC"; then
4537 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4538else
d45dc31f
SE
4539as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4540for as_dir in $PATH
4541do
4542 IFS=$as_save_IFS
4543 test -z "$as_dir" && as_dir=.
81ecdfbb 4544 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4546 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4548 break 2
4549 fi
4550done
81ecdfbb
RW
4551 done
4552IFS=$as_save_IFS
d45dc31f 4553
252b5132
RH
4554fi
4555fi
d45dc31f
SE
4556CC=$ac_cv_prog_CC
4557if test -n "$CC"; then
81ecdfbb
RW
4558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4559$as_echo "$CC" >&6; }
d45dc31f 4560else
81ecdfbb
RW
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4562$as_echo "no" >&6; }
252b5132
RH
4563fi
4564
252b5132 4565
81ecdfbb 4566 fi
d45dc31f
SE
4567fi
4568if test -z "$CC"; then
4569 # Extract the first word of "cc", so it can be a program name with args.
4570set dummy cc; ac_word=$2
81ecdfbb
RW
4571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4572$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4573if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4574 $as_echo_n "(cached) " >&6
252b5132 4575else
d45dc31f
SE
4576 if test -n "$CC"; then
4577 ac_cv_prog_CC="$CC" # Let the user override the test.
4578else
4579 ac_prog_rejected=no
4580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4581for as_dir in $PATH
4582do
4583 IFS=$as_save_IFS
4584 test -z "$as_dir" && as_dir=.
81ecdfbb 4585 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4586 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f
SE
4587 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4588 ac_prog_rejected=yes
4589 continue
4590 fi
4591 ac_cv_prog_CC="cc"
81ecdfbb 4592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4593 break 2
4594 fi
4595done
81ecdfbb
RW
4596 done
4597IFS=$as_save_IFS
d45dc31f
SE
4598
4599if test $ac_prog_rejected = yes; then
4600 # We found a bogon in the path, so make sure we never use it.
4601 set dummy $ac_cv_prog_CC
4602 shift
4603 if test $# != 0; then
4604 # We chose a different compiler from the bogus one.
4605 # However, it has the same basename, so the bogon will be chosen
4606 # first if we set CC to just the basename; use the full file name.
4607 shift
4608 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4609 fi
4610fi
4611fi
4612fi
4613CC=$ac_cv_prog_CC
4614if test -n "$CC"; then
81ecdfbb
RW
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4616$as_echo "$CC" >&6; }
d45dc31f 4617else
81ecdfbb
RW
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4619$as_echo "no" >&6; }
252b5132
RH
4620fi
4621
81ecdfbb 4622
d45dc31f
SE
4623fi
4624if test -z "$CC"; then
4625 if test -n "$ac_tool_prefix"; then
81ecdfbb 4626 for ac_prog in cl.exe
d45dc31f
SE
4627 do
4628 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4629set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4631$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4632if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4633 $as_echo_n "(cached) " >&6
ac48eca1 4634else
d45dc31f
SE
4635 if test -n "$CC"; then
4636 ac_cv_prog_CC="$CC" # Let the user override the test.
4637else
4638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4639for as_dir in $PATH
4640do
4641 IFS=$as_save_IFS
4642 test -z "$as_dir" && as_dir=.
81ecdfbb 4643 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4644 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4645 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4647 break 2
4648 fi
4649done
81ecdfbb
RW
4650 done
4651IFS=$as_save_IFS
ac48eca1 4652
d45dc31f
SE
4653fi
4654fi
4655CC=$ac_cv_prog_CC
4656if test -n "$CC"; then
81ecdfbb
RW
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4658$as_echo "$CC" >&6; }
d45dc31f 4659else
81ecdfbb
RW
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4661$as_echo "no" >&6; }
d45dc31f 4662fi
ac48eca1 4663
81ecdfbb 4664
d45dc31f
SE
4665 test -n "$CC" && break
4666 done
4667fi
4668if test -z "$CC"; then
4669 ac_ct_CC=$CC
81ecdfbb 4670 for ac_prog in cl.exe
d45dc31f
SE
4671do
4672 # Extract the first word of "$ac_prog", so it can be a program name with args.
4673set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4675$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4676if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4677 $as_echo_n "(cached) " >&6
d45dc31f
SE
4678else
4679 if test -n "$ac_ct_CC"; then
4680 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4681else
4682as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4683for as_dir in $PATH
4684do
4685 IFS=$as_save_IFS
4686 test -z "$as_dir" && as_dir=.
81ecdfbb 4687 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4689 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4691 break 2
4692 fi
4693done
81ecdfbb
RW
4694 done
4695IFS=$as_save_IFS
ac48eca1 4696
d45dc31f
SE
4697fi
4698fi
4699ac_ct_CC=$ac_cv_prog_ac_ct_CC
4700if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4702$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4703else
81ecdfbb
RW
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4705$as_echo "no" >&6; }
d45dc31f 4706fi
ac48eca1 4707
81ecdfbb 4708
d45dc31f
SE
4709 test -n "$ac_ct_CC" && break
4710done
ac48eca1 4711
81ecdfbb
RW
4712 if test "x$ac_ct_CC" = x; then
4713 CC=""
4714 else
4715 case $cross_compiling:$ac_tool_warned in
4716yes:)
4717{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4718$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4719ac_tool_warned=yes ;;
4720esac
4721 CC=$ac_ct_CC
4722 fi
d45dc31f 4723fi
ac48eca1
AO
4724
4725fi
ac48eca1 4726
ac48eca1 4727
81ecdfbb
RW
4728test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4729$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4730as_fn_error $? "no acceptable C compiler found in \$PATH
4731See \`config.log' for more details" "$LINENO" 5; }
ac48eca1 4732
d45dc31f 4733# Provide some information about the compiler.
81ecdfbb
RW
4734$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4735set X $ac_compile
4736ac_compiler=$2
4737for ac_option in --version -v -V -qversion; do
4738 { { ac_try="$ac_compiler $ac_option >&5"
4739case "(($ac_try" in
4740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4741 *) ac_try_echo=$ac_try;;
4742esac
4743eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4744$as_echo "$ac_try_echo"; } >&5
4745 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4746 ac_status=$?
81ecdfbb
RW
4747 if test -s conftest.err; then
4748 sed '10a\
4749... rest of stderr output deleted ...
4750 10q' conftest.err >conftest.er1
4751 cat conftest.er1 >&5
81ecdfbb 4752 fi
d0ac1c44 4753 rm -f conftest.er1 conftest.err
81ecdfbb
RW
4754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4755 test $ac_status = 0; }
4756done
ac48eca1 4757
81ecdfbb
RW
4758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4759$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4760if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4761 $as_echo_n "(cached) " >&6
bdcfeba5 4762else
81ecdfbb 4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4764/* end confdefs.h. */
bdcfeba5 4765
d45dc31f
SE
4766int
4767main ()
4768{
4769#ifndef __GNUC__
4770 choke me
4771#endif
bdcfeba5 4772
d45dc31f
SE
4773 ;
4774 return 0;
4775}
4776_ACEOF
81ecdfbb 4777if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4778 ac_compiler_gnu=yes
4779else
81ecdfbb 4780 ac_compiler_gnu=no
bdcfeba5 4781fi
81ecdfbb 4782rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4783ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4784
bdcfeba5 4785fi
81ecdfbb
RW
4786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4787$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4788if test $ac_compiler_gnu = yes; then
4789 GCC=yes
4790else
4791 GCC=
4792fi
d45dc31f
SE
4793ac_test_CFLAGS=${CFLAGS+set}
4794ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4796$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4797if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
4798 $as_echo_n "(cached) " >&6
4799else
4800 ac_save_c_werror_flag=$ac_c_werror_flag
4801 ac_c_werror_flag=yes
4802 ac_cv_prog_cc_g=no
4803 CFLAGS="-g"
4804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4805/* end confdefs.h. */
ac48eca1 4806
d45dc31f
SE
4807int
4808main ()
4809{
ac48eca1 4810
d45dc31f
SE
4811 ;
4812 return 0;
4813}
4814_ACEOF
81ecdfbb 4815if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4816 ac_cv_prog_cc_g=yes
ac48eca1 4817else
81ecdfbb
RW
4818 CFLAGS=""
4819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4820/* end confdefs.h. */
4821
4822int
4823main ()
4824{
4825
4826 ;
4827 return 0;
4828}
4829_ACEOF
4830if ac_fn_c_try_compile "$LINENO"; then :
4831
4832else
4833 ac_c_werror_flag=$ac_save_c_werror_flag
4834 CFLAGS="-g"
4835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4836/* end confdefs.h. */
4837
4838int
4839main ()
4840{
ac48eca1 4841
81ecdfbb
RW
4842 ;
4843 return 0;
4844}
4845_ACEOF
4846if ac_fn_c_try_compile "$LINENO"; then :
4847 ac_cv_prog_cc_g=yes
4848fi
4849rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4850fi
81ecdfbb 4851rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4852fi
81ecdfbb
RW
4853rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4854 ac_c_werror_flag=$ac_save_c_werror_flag
4855fi
4856{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4857$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4858if test "$ac_test_CFLAGS" = set; then
4859 CFLAGS=$ac_save_CFLAGS
4860elif test $ac_cv_prog_cc_g = yes; then
4861 if test "$GCC" = yes; then
4862 CFLAGS="-g -O2"
ac48eca1 4863 else
d45dc31f 4864 CFLAGS="-g"
42ecbf5e 4865 fi
ac48eca1 4866else
d45dc31f
SE
4867 if test "$GCC" = yes; then
4868 CFLAGS="-O2"
4869 else
4870 CFLAGS=
42ecbf5e 4871 fi
ac48eca1 4872fi
81ecdfbb
RW
4873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4874$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4875if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 4876 $as_echo_n "(cached) " >&6
d45dc31f 4877else
81ecdfbb 4878 ac_cv_prog_cc_c89=no
d45dc31f 4879ac_save_CC=$CC
81ecdfbb 4880cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4881/* end confdefs.h. */
d45dc31f
SE
4882#include <stdarg.h>
4883#include <stdio.h>
d0ac1c44 4884struct stat;
d45dc31f
SE
4885/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4886struct buf { int x; };
4887FILE * (*rcsopen) (struct buf *, struct stat *, int);
4888static char *e (p, i)
4889 char **p;
4890 int i;
4891{
4892 return p[i];
4893}
4894static char *f (char * (*g) (char **, int), char **p, ...)
4895{
4896 char *s;
4897 va_list v;
4898 va_start (v,p);
4899 s = g (p, va_arg (v,int));
4900 va_end (v);
4901 return s;
4902}
4903
4904/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4905 function prototypes and stuff, but not '\xHH' hex character constants.
4906 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4907 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4908 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4909 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4910 that's true only with -std. */
d45dc31f 4911int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4912
81ecdfbb
RW
4913/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4914 inside strings and character constants. */
4915#define FOO(x) 'x'
4916int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4917
d45dc31f
SE
4918int test (int i, double x);
4919struct s1 {int (*f) (int a);};
4920struct s2 {int (*f) (double a);};
4921int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4922int argc;
4923char **argv;
42ecbf5e
DJ
4924int
4925main ()
4926{
d45dc31f 4927return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4928 ;
4929 return 0;
4930}
4931_ACEOF
81ecdfbb
RW
4932for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4933 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4934do
4935 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4936 if ac_fn_c_try_compile "$LINENO"; then :
4937 ac_cv_prog_cc_c89=$ac_arg
252b5132 4938fi
81ecdfbb
RW
4939rm -f core conftest.err conftest.$ac_objext
4940 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4941done
81ecdfbb 4942rm -f conftest.$ac_ext
d45dc31f 4943CC=$ac_save_CC
ac48eca1 4944
252b5132 4945fi
81ecdfbb
RW
4946# AC_CACHE_VAL
4947case "x$ac_cv_prog_cc_c89" in
4948 x)
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4950$as_echo "none needed" >&6; } ;;
4951 xno)
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4953$as_echo "unsupported" >&6; } ;;
d45dc31f 4954 *)
81ecdfbb
RW
4955 CC="$CC $ac_cv_prog_cc_c89"
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4957$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4958esac
81ecdfbb 4959if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4960
d45dc31f 4961fi
ac48eca1 4962
d45dc31f
SE
4963ac_ext=c
4964ac_cpp='$CPP $CPPFLAGS'
4965ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4966ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4967ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4968
d0ac1c44
SM
4969ac_ext=c
4970ac_cpp='$CPP $CPPFLAGS'
4971ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4972ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4973ac_compiler_gnu=$ac_cv_c_compiler_gnu
4974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4975$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4976if ${am_cv_prog_cc_c_o+:} false; then :
4977 $as_echo_n "(cached) " >&6
4978else
4979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4980/* end confdefs.h. */
4981
4982int
4983main ()
4984{
4985
4986 ;
4987 return 0;
4988}
4989_ACEOF
4990 # Make sure it works both with $CC and with simple cc.
4991 # Following AC_PROG_CC_C_O, we do the test twice because some
4992 # compilers refuse to overwrite an existing .o file with -o,
4993 # though they will create one.
4994 am_cv_prog_cc_c_o=yes
4995 for am_i in 1 2; do
4996 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4997 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4998 ac_status=$?
4999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5000 (exit $ac_status); } \
5001 && test -f conftest2.$ac_objext; then
5002 : OK
5003 else
5004 am_cv_prog_cc_c_o=no
5005 break
5006 fi
5007 done
5008 rm -f core conftest*
5009 unset am_i
5010fi
5011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5012$as_echo "$am_cv_prog_cc_c_o" >&6; }
5013if test "$am_cv_prog_cc_c_o" != yes; then
5014 # Losing compiler, so override with the script.
5015 # FIXME: It is wrong to rewrite CC.
5016 # But if we don't then we get into trouble of one sort or another.
5017 # A longer-term fix would be to have automake use am__CC in this case,
5018 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5019 CC="$am_aux_dir/compile $CC"
5020fi
5021ac_ext=c
5022ac_cpp='$CPP $CPPFLAGS'
5023ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5024ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5025ac_compiler_gnu=$ac_cv_c_compiler_gnu
5026
5027
7357c5b6
AM
5028ac_ext=c
5029ac_cpp='$CPP $CPPFLAGS'
5030ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5031ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5032ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
5033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5034$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
5035# On Suns, sometimes $CPP names a directory.
5036if test -n "$CPP" && test -d "$CPP"; then
5037 CPP=
5038fi
5039if test -z "$CPP"; then
d0ac1c44 5040 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 5041 $as_echo_n "(cached) " >&6
7357c5b6
AM
5042else
5043 # Double quotes because CPP needs to be expanded
5044 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5045 do
5046 ac_preproc_ok=false
5047for ac_c_preproc_warn_flag in '' yes
5048do
5049 # Use a header file that comes with gcc, so configuring glibc
5050 # with a fresh cross-compiler works.
5051 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5052 # <limits.h> exists even on freestanding compilers.
5053 # On the NeXT, cc -E runs the code through the compiler's parser,
5054 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5056/* end confdefs.h. */
5057#ifdef __STDC__
5058# include <limits.h>
5059#else
5060# include <assert.h>
5061#endif
5062 Syntax error
5063_ACEOF
81ecdfbb 5064if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5065
81ecdfbb 5066else
7357c5b6
AM
5067 # Broken: fails on valid input.
5068continue
5069fi
d0ac1c44 5070rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5071
81ecdfbb 5072 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5073 # can be detected and how.
81ecdfbb 5074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5075/* end confdefs.h. */
5076#include <ac_nonexistent.h>
5077_ACEOF
81ecdfbb 5078if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5079 # Broken: success on invalid input.
5080continue
5081else
7357c5b6
AM
5082 # Passes both tests.
5083ac_preproc_ok=:
5084break
5085fi
d0ac1c44 5086rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5087
7357c5b6
AM
5088done
5089# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5090rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 5091if $ac_preproc_ok; then :
7357c5b6
AM
5092 break
5093fi
d7040cdb 5094
7357c5b6
AM
5095 done
5096 ac_cv_prog_CPP=$CPP
d7040cdb 5097
7357c5b6
AM
5098fi
5099 CPP=$ac_cv_prog_CPP
5100else
5101 ac_cv_prog_CPP=$CPP
5102fi
81ecdfbb
RW
5103{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5104$as_echo "$CPP" >&6; }
7357c5b6
AM
5105ac_preproc_ok=false
5106for ac_c_preproc_warn_flag in '' yes
5107do
5108 # Use a header file that comes with gcc, so configuring glibc
5109 # with a fresh cross-compiler works.
5110 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5111 # <limits.h> exists even on freestanding compilers.
5112 # On the NeXT, cc -E runs the code through the compiler's parser,
5113 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5115/* end confdefs.h. */
5116#ifdef __STDC__
5117# include <limits.h>
5118#else
5119# include <assert.h>
5120#endif
5121 Syntax error
5122_ACEOF
81ecdfbb 5123if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5124
81ecdfbb 5125else
7357c5b6
AM
5126 # Broken: fails on valid input.
5127continue
5128fi
d0ac1c44 5129rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5130
81ecdfbb 5131 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5132 # can be detected and how.
81ecdfbb 5133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5134/* end confdefs.h. */
5135#include <ac_nonexistent.h>
5136_ACEOF
81ecdfbb 5137if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5138 # Broken: success on invalid input.
5139continue
5140else
7357c5b6
AM
5141 # Passes both tests.
5142ac_preproc_ok=:
5143break
5144fi
d0ac1c44 5145rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5146
7357c5b6
AM
5147done
5148# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5149rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
5150if $ac_preproc_ok; then :
5151
7357c5b6 5152else
81ecdfbb
RW
5153 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5154$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5155as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5156See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 5157fi
d7040cdb 5158
7357c5b6
AM
5159ac_ext=c
5160ac_cpp='$CPP $CPPFLAGS'
5161ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5162ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5163ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
5164
5165
81ecdfbb
RW
5166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5167$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5168if ${ac_cv_path_GREP+:} false; then :
81ecdfbb 5169 $as_echo_n "(cached) " >&6
7357c5b6 5170else
81ecdfbb
RW
5171 if test -z "$GREP"; then
5172 ac_path_GREP_found=false
5173 # Loop through the user's path and test for each of PROGNAME-LIST
5174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5176do
5177 IFS=$as_save_IFS
5178 test -z "$as_dir" && as_dir=.
5179 for ac_prog in grep ggrep; do
5180 for ac_exec_ext in '' $ac_executable_extensions; do
5181 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5182 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
5183# Check for GNU ac_path_GREP and select it if it is found.
5184 # Check for GNU $ac_path_GREP
5185case `"$ac_path_GREP" --version 2>&1` in
5186*GNU*)
5187 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5188*)
5189 ac_count=0
5190 $as_echo_n 0123456789 >"conftest.in"
5191 while :
5192 do
5193 cat "conftest.in" "conftest.in" >"conftest.tmp"
5194 mv "conftest.tmp" "conftest.in"
5195 cp "conftest.in" "conftest.nl"
5196 $as_echo 'GREP' >> "conftest.nl"
5197 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5198 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5199 as_fn_arith $ac_count + 1 && ac_count=$as_val
5200 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5201 # Best one so far, save it but keep looking for a better one
5202 ac_cv_path_GREP="$ac_path_GREP"
5203 ac_path_GREP_max=$ac_count
7357c5b6 5204 fi
81ecdfbb
RW
5205 # 10*(2^10) chars as input seems more than enough
5206 test $ac_count -gt 10 && break
5207 done
5208 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5209esac
5210
5211 $ac_path_GREP_found && break 3
5212 done
5213 done
5214 done
5215IFS=$as_save_IFS
5216 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5217 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5218 fi
5219else
5220 ac_cv_path_GREP=$GREP
5221fi
5222
7357c5b6 5223fi
81ecdfbb
RW
5224{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5225$as_echo "$ac_cv_path_GREP" >&6; }
5226 GREP="$ac_cv_path_GREP"
d7040cdb 5227
d7040cdb 5228
81ecdfbb
RW
5229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5230$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5231if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 5232 $as_echo_n "(cached) " >&6
7357c5b6 5233else
81ecdfbb
RW
5234 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5235 then ac_cv_path_EGREP="$GREP -E"
5236 else
5237 if test -z "$EGREP"; then
5238 ac_path_EGREP_found=false
5239 # Loop through the user's path and test for each of PROGNAME-LIST
5240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5241for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5242do
5243 IFS=$as_save_IFS
5244 test -z "$as_dir" && as_dir=.
5245 for ac_prog in egrep; do
5246 for ac_exec_ext in '' $ac_executable_extensions; do
5247 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5248 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
5249# Check for GNU ac_path_EGREP and select it if it is found.
5250 # Check for GNU $ac_path_EGREP
5251case `"$ac_path_EGREP" --version 2>&1` in
5252*GNU*)
5253 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5254*)
5255 ac_count=0
5256 $as_echo_n 0123456789 >"conftest.in"
5257 while :
5258 do
5259 cat "conftest.in" "conftest.in" >"conftest.tmp"
5260 mv "conftest.tmp" "conftest.in"
5261 cp "conftest.in" "conftest.nl"
5262 $as_echo 'EGREP' >> "conftest.nl"
5263 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5264 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5265 as_fn_arith $ac_count + 1 && ac_count=$as_val
5266 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5267 # Best one so far, save it but keep looking for a better one
5268 ac_cv_path_EGREP="$ac_path_EGREP"
5269 ac_path_EGREP_max=$ac_count
5270 fi
5271 # 10*(2^10) chars as input seems more than enough
5272 test $ac_count -gt 10 && break
5273 done
5274 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5275esac
5276
5277 $ac_path_EGREP_found && break 3
5278 done
5279 done
5280 done
5281IFS=$as_save_IFS
5282 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5283 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5284 fi
5285else
5286 ac_cv_path_EGREP=$EGREP
5287fi
5288
5289 fi
5290fi
5291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5292$as_echo "$ac_cv_path_EGREP" >&6; }
5293 EGREP="$ac_cv_path_EGREP"
5294
5295
5296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5297$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5298if ${ac_cv_header_stdc+:} false; then :
81ecdfbb
RW
5299 $as_echo_n "(cached) " >&6
5300else
5301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5302/* end confdefs.h. */
5303#include <stdlib.h>
5304#include <stdarg.h>
5305#include <string.h>
5306#include <float.h>
d7040cdb 5307
7357c5b6
AM
5308int
5309main ()
5310{
d7040cdb 5311
7357c5b6
AM
5312 ;
5313 return 0;
5314}
5315_ACEOF
81ecdfbb 5316if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
5317 ac_cv_header_stdc=yes
5318else
81ecdfbb 5319 ac_cv_header_stdc=no
7357c5b6 5320fi
81ecdfbb 5321rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5322
7357c5b6
AM
5323if test $ac_cv_header_stdc = yes; then
5324 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5326/* end confdefs.h. */
5327#include <string.h>
d7040cdb 5328
7357c5b6
AM
5329_ACEOF
5330if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5331 $EGREP "memchr" >/dev/null 2>&1; then :
5332
d45dc31f 5333else
7357c5b6
AM
5334 ac_cv_header_stdc=no
5335fi
5336rm -f conftest*
d7040cdb 5337
7357c5b6 5338fi
d7040cdb 5339
7357c5b6
AM
5340if test $ac_cv_header_stdc = yes; then
5341 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5343/* end confdefs.h. */
5344#include <stdlib.h>
d7040cdb 5345
7357c5b6
AM
5346_ACEOF
5347if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5348 $EGREP "free" >/dev/null 2>&1; then :
5349
7357c5b6
AM
5350else
5351 ac_cv_header_stdc=no
5352fi
5353rm -f conftest*
d7040cdb 5354
7357c5b6 5355fi
d7040cdb 5356
7357c5b6
AM
5357if test $ac_cv_header_stdc = yes; then
5358 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5359 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5360 :
5361else
81ecdfbb 5362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5363/* end confdefs.h. */
5364#include <ctype.h>
81ecdfbb 5365#include <stdlib.h>
7357c5b6
AM
5366#if ((' ' & 0x0FF) == 0x020)
5367# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5368# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5369#else
5370# define ISLOWER(c) \
5371 (('a' <= (c) && (c) <= 'i') \
5372 || ('j' <= (c) && (c) <= 'r') \
5373 || ('s' <= (c) && (c) <= 'z'))
5374# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5375#endif
d7040cdb 5376
7357c5b6
AM
5377#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5378int
5379main ()
5380{
5381 int i;
5382 for (i = 0; i < 256; i++)
5383 if (XOR (islower (i), ISLOWER (i))
5384 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5385 return 2;
5386 return 0;
7357c5b6
AM
5387}
5388_ACEOF
81ecdfbb 5389if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5390
81ecdfbb
RW
5391else
5392 ac_cv_header_stdc=no
7357c5b6 5393fi
81ecdfbb
RW
5394rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5395 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5396fi
81ecdfbb 5397
7357c5b6
AM
5398fi
5399fi
81ecdfbb
RW
5400{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5401$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5402if test $ac_cv_header_stdc = yes; then
d7040cdb 5403
81ecdfbb 5404$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5405
7357c5b6 5406fi
d7040cdb 5407
7357c5b6 5408# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
5409for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5410 inttypes.h stdint.h unistd.h
5411do :
5412 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5413ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5414"
d0ac1c44 5415if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
5416 cat >>confdefs.h <<_ACEOF
5417#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5418_ACEOF
d7040cdb 5419
81ecdfbb 5420fi
d7040cdb 5421
81ecdfbb 5422done
d7040cdb
SE
5423
5424
5425
81ecdfbb 5426 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5427if test "x$ac_cv_header_minix_config_h" = xyes; then :
81ecdfbb
RW
5428 MINIX=yes
5429else
5430 MINIX=
5431fi
d7040cdb
SE
5432
5433
81ecdfbb 5434 if test "$MINIX" = yes; then
d7040cdb 5435
81ecdfbb 5436$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 5437
d7040cdb 5438
81ecdfbb 5439$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5440
5441
81ecdfbb 5442$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5443
81ecdfbb 5444 fi
d7040cdb
SE
5445
5446
81ecdfbb
RW
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5448$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5449if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 5450 $as_echo_n "(cached) " >&6
7357c5b6 5451else
81ecdfbb 5452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5453/* end confdefs.h. */
d7040cdb 5454
d0ac1c44
SM
5455# define __EXTENSIONS__ 1
5456 $ac_includes_default
7357c5b6
AM
5457int
5458main ()
5459{
d7040cdb 5460
7357c5b6
AM
5461 ;
5462 return 0;
5463}
5464_ACEOF
81ecdfbb 5465if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5466 ac_cv_safe_to_define___extensions__=yes
d7040cdb 5467else
81ecdfbb 5468 ac_cv_safe_to_define___extensions__=no
d7040cdb 5469fi
81ecdfbb 5470rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5471fi
81ecdfbb
RW
5472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5473$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5474 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5475 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 5476
81ecdfbb 5477 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 5478
81ecdfbb 5479 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 5480
81ecdfbb 5481 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 5482
81ecdfbb 5483 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
5484
5485
e3525117 5486
5691d22d 5487
81ecdfbb 5488
718a6fd8
SE
5489case `pwd` in
5490 *\ * | *\ *)
81ecdfbb
RW
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5492$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5493esac
d7040cdb
SE
5494
5495
7357c5b6 5496
f2c621e4
AS
5497macro_version='2.2.7a'
5498macro_revision='1.3134'
7357c5b6
AM
5499
5500
5501
5502
5503
5504
7357c5b6
AM
5505
5506
5507
5508
5509
5510
5511
718a6fd8 5512ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5513
3725885a
RW
5514# Backslashify metacharacters that are still active within
5515# double-quoted strings.
5516sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5517
5518# Same as above, but do not quote variable references.
5519double_quote_subst='s/\(["`\\]\)/\\\1/g'
5520
5521# Sed substitution to delay expansion of an escaped shell variable in a
5522# double_quote_subst'ed string.
5523delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5524
5525# Sed substitution to delay expansion of an escaped single quote.
5526delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5527
5528# Sed substitution to avoid accidental globbing in evaled expressions
5529no_glob_subst='s/\*/\\\*/g'
5530
5531ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5532ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5533ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5534
5535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5536$as_echo_n "checking how to print strings... " >&6; }
5537# Test print first, because it will be a builtin if present.
f2c621e4 5538if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5539 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5540 ECHO='print -r --'
5541elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5542 ECHO='printf %s\n'
5543else
5544 # Use this function as a fallback that always works.
5545 func_fallback_echo ()
5546 {
5547 eval 'cat <<_LTECHO_EOF
5548$1
5549_LTECHO_EOF'
5550 }
5551 ECHO='func_fallback_echo'
5552fi
5553
5554# func_echo_all arg...
5555# Invoke $ECHO with all args, space-separated.
5556func_echo_all ()
5557{
5558 $ECHO ""
5559}
5560
5561case "$ECHO" in
5562 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5563$as_echo "printf" >&6; } ;;
5564 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5565$as_echo "print -r" >&6; } ;;
5566 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5567$as_echo "cat" >&6; } ;;
5568esac
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
81ecdfbb
RW
5583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5584$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5585if ${ac_cv_path_SED+:} false; then :
81ecdfbb 5586 $as_echo_n "(cached) " >&6
7357c5b6 5587else
81ecdfbb
RW
5588 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5589 for ac_i in 1 2 3 4 5 6 7; do
5590 ac_script="$ac_script$as_nl$ac_script"
5591 done
5592 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5593 { ac_script=; unset ac_script;}
5594 if test -z "$SED"; then
5595 ac_path_SED_found=false
5596 # Loop through the user's path and test for each of PROGNAME-LIST
5597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5598for as_dir in $PATH
5599do
5600 IFS=$as_save_IFS
5601 test -z "$as_dir" && as_dir=.
81ecdfbb 5602 for ac_prog in sed gsed; do
7357c5b6 5603 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 5604 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5605 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
5606# Check for GNU ac_path_SED and select it if it is found.
5607 # Check for GNU $ac_path_SED
5608case `"$ac_path_SED" --version 2>&1` in
5609*GNU*)
5610 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5611*)
5612 ac_count=0
5613 $as_echo_n 0123456789 >"conftest.in"
5614 while :
5615 do
5616 cat "conftest.in" "conftest.in" >"conftest.tmp"
5617 mv "conftest.tmp" "conftest.in"
5618 cp "conftest.in" "conftest.nl"
5619 $as_echo '' >> "conftest.nl"
5620 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5621 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5622 as_fn_arith $ac_count + 1 && ac_count=$as_val
5623 if test $ac_count -gt ${ac_path_SED_max-0}; then
5624 # Best one so far, save it but keep looking for a better one
5625 ac_cv_path_SED="$ac_path_SED"
5626 ac_path_SED_max=$ac_count
5627 fi
5628 # 10*(2^10) chars as input seems more than enough
5629 test $ac_count -gt 10 && break
5630 done
5631 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5632esac
5633
5634 $ac_path_SED_found && break 3
7357c5b6
AM
5635 done
5636 done
81ecdfbb 5637 done
7357c5b6 5638IFS=$as_save_IFS
81ecdfbb 5639 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5640 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5641 fi
81ecdfbb
RW
5642else
5643 ac_cv_path_SED=$SED
7357c5b6
AM
5644fi
5645
81ecdfbb
RW
5646fi
5647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5648$as_echo "$ac_cv_path_SED" >&6; }
5649 SED="$ac_cv_path_SED"
5650 rm -f conftest.sed
7357c5b6
AM
5651
5652test -z "$SED" && SED=sed
5653Xsed="$SED -e 1s/^X//"
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
81ecdfbb
RW
5665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5666$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5667if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 5668 $as_echo_n "(cached) " >&6
7357c5b6 5669else
81ecdfbb
RW
5670 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5671 then ac_cv_path_FGREP="$GREP -F"
5672 else
5673 if test -z "$FGREP"; then
5674 ac_path_FGREP_found=false
5675 # Loop through the user's path and test for each of PROGNAME-LIST
5676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5677for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5678do
5679 IFS=$as_save_IFS
5680 test -z "$as_dir" && as_dir=.
5681 for ac_prog in fgrep; do
5682 for ac_exec_ext in '' $ac_executable_extensions; do
5683 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5684 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
5685# Check for GNU ac_path_FGREP and select it if it is found.
5686 # Check for GNU $ac_path_FGREP
5687case `"$ac_path_FGREP" --version 2>&1` in
5688*GNU*)
5689 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5690*)
5691 ac_count=0
5692 $as_echo_n 0123456789 >"conftest.in"
5693 while :
5694 do
5695 cat "conftest.in" "conftest.in" >"conftest.tmp"
5696 mv "conftest.tmp" "conftest.in"
5697 cp "conftest.in" "conftest.nl"
5698 $as_echo 'FGREP' >> "conftest.nl"
5699 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5700 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5701 as_fn_arith $ac_count + 1 && ac_count=$as_val
5702 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5703 # Best one so far, save it but keep looking for a better one
5704 ac_cv_path_FGREP="$ac_path_FGREP"
5705 ac_path_FGREP_max=$ac_count
7357c5b6 5706 fi
81ecdfbb
RW
5707 # 10*(2^10) chars as input seems more than enough
5708 test $ac_count -gt 10 && break
5709 done
5710 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5711esac
5712
5713 $ac_path_FGREP_found && break 3
5714 done
5715 done
5716 done
5717IFS=$as_save_IFS
5718 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5719 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5720 fi
5721else
5722 ac_cv_path_FGREP=$FGREP
5723fi
5724
5725 fi
7357c5b6 5726fi
81ecdfbb
RW
5727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5728$as_echo "$ac_cv_path_FGREP" >&6; }
5729 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5730
5731
5732test -z "$GREP" && GREP=grep
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
81ecdfbb
RW
5752# Check whether --with-gnu-ld was given.
5753if test "${with_gnu_ld+set}" = set; then :
5754 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5755else
5756 with_gnu_ld=no
81ecdfbb
RW
5757fi
5758
7357c5b6
AM
5759ac_prog=ld
5760if test "$GCC" = yes; then
5761 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5763$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5764 case $host in
5765 *-*-mingw*)
d45dc31f
SE
5766 # gcc leaves a trailing carriage return which upsets mingw
5767 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5768 *)
5769 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5770 esac
5771 case $ac_prog in
5772 # Accept absolute paths.
d7040cdb 5773 [\\/]* | ?:[\\/]*)
d45dc31f 5774 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5775 # Canonicalize the pathname of ld
5776 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5777 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5778 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5779 done
5780 test -z "$LD" && LD="$ac_prog"
5781 ;;
5782 "")
5783 # If it fails, then pretend we aren't using GCC.
5784 ac_prog=ld
5785 ;;
5786 *)
5787 # If it is relative, then search for the first ld in PATH.
5788 with_gnu_ld=unknown
5789 ;;
5790 esac
5791elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5793$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5794else
81ecdfbb
RW
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5796$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5797fi
d0ac1c44 5798if ${lt_cv_path_LD+:} false; then :
81ecdfbb 5799 $as_echo_n "(cached) " >&6
d45dc31f
SE
5800else
5801 if test -z "$LD"; then
d7040cdb 5802 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5803 for ac_dir in $PATH; do
d7040cdb 5804 IFS="$lt_save_ifs"
d45dc31f
SE
5805 test -z "$ac_dir" && ac_dir=.
5806 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5807 lt_cv_path_LD="$ac_dir/$ac_prog"
5808 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5809 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5810 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5811 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5812 *GNU* | *'with BFD'*)
d45dc31f 5813 test "$with_gnu_ld" != no && break
d7040cdb
SE
5814 ;;
5815 *)
d45dc31f 5816 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5817 ;;
5818 esac
d45dc31f
SE
5819 fi
5820 done
d7040cdb 5821 IFS="$lt_save_ifs"
d45dc31f
SE
5822else
5823 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5824fi
5825fi
1ad12f97 5826
d45dc31f
SE
5827LD="$lt_cv_path_LD"
5828if test -n "$LD"; then
81ecdfbb
RW
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5830$as_echo "$LD" >&6; }
d45dc31f 5831else
81ecdfbb
RW
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5833$as_echo "no" >&6; }
d45dc31f 5834fi
d0ac1c44 5835test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
5836{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5837$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 5838if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 5839 $as_echo_n "(cached) " >&6
d45dc31f 5840else
d7040cdb
SE
5841 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5842case `$LD -v 2>&1 </dev/null` in
5843*GNU* | *'with BFD'*)
d45dc31f 5844 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5845 ;;
5846*)
d45dc31f 5847 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5848 ;;
5849esac
d45dc31f 5850fi
81ecdfbb
RW
5851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5852$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5853with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5854
d45dc31f 5855
42ecbf5e 5856
d7040cdb
SE
5857
5858
5859
5860
5861
5862
81ecdfbb
RW
5863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5864$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5865if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5866 $as_echo_n "(cached) " >&6
d45dc31f
SE
5867else
5868 if test -n "$NM"; then
5869 # Let the user override the test.
5870 lt_cv_path_NM="$NM"
5871else
d7040cdb
SE
5872 lt_nm_to_check="${ac_tool_prefix}nm"
5873 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5874 lt_nm_to_check="$lt_nm_to_check nm"
5875 fi
5876 for lt_tmp_nm in $lt_nm_to_check; do
5877 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5878 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5879 IFS="$lt_save_ifs"
5880 test -z "$ac_dir" && ac_dir=.
5881 tmp_nm="$ac_dir/$lt_tmp_nm"
5882 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5883 # Check to see if the nm accepts a BSD-compat flag.
5884 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5885 # nm: unknown option "B" ignored
5886 # Tru64's nm complains that /dev/null is an invalid object file
5887 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5888 */dev/null* | *'Invalid file or object type'*)
5889 lt_cv_path_NM="$tmp_nm -B"
5890 break
5891 ;;
5892 *)
5893 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5894 */dev/null*)
5895 lt_cv_path_NM="$tmp_nm -p"
5896 break
5897 ;;
5898 *)
5899 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5900 continue # so that we can try to find one that supports BSD flags
5901 ;;
5902 esac
5903 ;;
5904 esac
d45dc31f 5905 fi
d7040cdb
SE
5906 done
5907 IFS="$lt_save_ifs"
d45dc31f 5908 done
d7040cdb 5909 : ${lt_cv_path_NM=no}
d45dc31f 5910fi
a541e3ce 5911fi
81ecdfbb
RW
5912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5913$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5914if test "$lt_cv_path_NM" != "no"; then
5915 NM="$lt_cv_path_NM"
d45dc31f 5916else
d7040cdb 5917 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5918 if test -n "$DUMPBIN"; then :
5919 # Let the user override the test.
5920 else
5921 if test -n "$ac_tool_prefix"; then
5922 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5923 do
5924 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5925set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5927$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5928if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5929 $as_echo_n "(cached) " >&6
d45dc31f 5930else
d7040cdb
SE
5931 if test -n "$DUMPBIN"; then
5932 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5933else
5934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5935for as_dir in $PATH
5936do
5937 IFS=$as_save_IFS
5938 test -z "$as_dir" && as_dir=.
81ecdfbb 5939 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5940 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5941 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5943 break 2
5944 fi
5945done
81ecdfbb
RW
5946 done
5947IFS=$as_save_IFS
398ee8f1 5948
d7040cdb
SE
5949fi
5950fi
5951DUMPBIN=$ac_cv_prog_DUMPBIN
5952if test -n "$DUMPBIN"; then
81ecdfbb
RW
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5954$as_echo "$DUMPBIN" >&6; }
d7040cdb 5955else
81ecdfbb
RW
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5957$as_echo "no" >&6; }
d7040cdb 5958fi
d15b04bd 5959
81ecdfbb 5960
d7040cdb
SE
5961 test -n "$DUMPBIN" && break
5962 done
5963fi
5964if test -z "$DUMPBIN"; then
5965 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5966 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5967do
5968 # Extract the first word of "$ac_prog", so it can be a program name with args.
5969set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5971$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5972if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5973 $as_echo_n "(cached) " >&6
d7040cdb
SE
5974else
5975 if test -n "$ac_ct_DUMPBIN"; then
5976 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5977else
5978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5979for as_dir in $PATH
5980do
5981 IFS=$as_save_IFS
5982 test -z "$as_dir" && as_dir=.
81ecdfbb 5983 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5984 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5985 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5987 break 2
d45dc31f 5988 fi
d7040cdb 5989done
81ecdfbb
RW
5990 done
5991IFS=$as_save_IFS
d15b04bd 5992
d7040cdb
SE
5993fi
5994fi
5995ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5996if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5998$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5999else
81ecdfbb
RW
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6001$as_echo "no" >&6; }
d7040cdb 6002fi
42ecbf5e 6003
81ecdfbb 6004
d7040cdb
SE
6005 test -n "$ac_ct_DUMPBIN" && break
6006done
d45dc31f 6007
81ecdfbb
RW
6008 if test "x$ac_ct_DUMPBIN" = x; then
6009 DUMPBIN=":"
6010 else
6011 case $cross_compiling:$ac_tool_warned in
6012yes:)
6013{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6014$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6015ac_tool_warned=yes ;;
6016esac
6017 DUMPBIN=$ac_ct_DUMPBIN
6018 fi
d7040cdb 6019fi
d45dc31f 6020
3725885a
RW
6021 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6022 *COFF*)
6023 DUMPBIN="$DUMPBIN -symbols"
6024 ;;
6025 *)
6026 DUMPBIN=:
6027 ;;
6028 esac
6029 fi
d45dc31f 6030
d7040cdb
SE
6031 if test "$DUMPBIN" != ":"; then
6032 NM="$DUMPBIN"
42ecbf5e 6033 fi
d7040cdb
SE
6034fi
6035test -z "$NM" && NM=nm
d45dc31f 6036
42ecbf5e 6037
d15b04bd 6038
42ecbf5e 6039
d45dc31f 6040
42ecbf5e 6041
81ecdfbb
RW
6042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6043$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6044if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 6045 $as_echo_n "(cached) " >&6
d7040cdb
SE
6046else
6047 lt_cv_nm_interface="BSD nm"
6048 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 6049 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
6050 (eval "$ac_compile" 2>conftest.err)
6051 cat conftest.err >&5
3725885a 6052 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
6053 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6054 cat conftest.err >&5
3725885a 6055 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
6056 cat conftest.out >&5
6057 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6058 lt_cv_nm_interface="MS dumpbin"
6059 fi
6060 rm -f conftest*
42ecbf5e 6061fi
81ecdfbb
RW
6062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6063$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 6064
81ecdfbb
RW
6065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6066$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
6067LN_S=$as_ln_s
6068if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6070$as_echo "yes" >&6; }
d7040cdb 6071else
81ecdfbb
RW
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6073$as_echo "no, using $LN_S" >&6; }
d7040cdb 6074fi
d45dc31f
SE
6075
6076# find the maximum length of command line arguments
81ecdfbb
RW
6077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6078$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6079if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 6080 $as_echo_n "(cached) " >&6
42ecbf5e 6081else
d45dc31f
SE
6082 i=0
6083 teststring="ABCD"
6084
6085 case $build_os in
6086 msdosdjgpp*)
6087 # On DJGPP, this test can blow up pretty badly due to problems in libc
6088 # (any single argument exceeding 2000 bytes causes a buffer overrun
6089 # during glob expansion). Even if it were fixed, the result of this
6090 # check would be larger than it should be.
6091 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6092 ;;
6093
d7040cdb
SE
6094 gnu*)
6095 # Under GNU Hurd, this test is not required because there is
6096 # no limit to the length of command line arguments.
6097 # Libtool will interpret -1 as no limit whatsoever
6098 lt_cv_sys_max_cmd_len=-1;
6099 ;;
6100
718a6fd8 6101 cygwin* | mingw* | cegcc*)
d45dc31f
SE
6102 # On Win9x/ME, this test blows up -- it succeeds, but takes
6103 # about 5 minutes as the teststring grows exponentially.
6104 # Worse, since 9x/ME are not pre-emptively multitasking,
6105 # you end up with a "frozen" computer, even though with patience
6106 # the test eventually succeeds (with a max line length of 256k).
6107 # Instead, let's just punt: use the minimum linelength reported by
6108 # all of the supported platforms: 8192 (on NT/2K/XP).
6109 lt_cv_sys_max_cmd_len=8192;
6110 ;;
6111
3725885a
RW
6112 mint*)
6113 # On MiNT this can take a long time and run out of memory.
6114 lt_cv_sys_max_cmd_len=8192;
6115 ;;
6116
d45dc31f
SE
6117 amigaos*)
6118 # On AmigaOS with pdksh, this test takes hours, literally.
6119 # So we just punt and use a minimum line length of 8192.
6120 lt_cv_sys_max_cmd_len=8192;
6121 ;;
6122
6123 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6124 # This has been around since 386BSD, at least. Likely further.
6125 if test -x /sbin/sysctl; then
6126 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6127 elif test -x /usr/sbin/sysctl; then
6128 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6129 else
d7040cdb 6130 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
6131 fi
6132 # And add a safety zone
6133 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6134 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6135 ;;
d7040cdb
SE
6136
6137 interix*)
6138 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6139 lt_cv_sys_max_cmd_len=196608
6140 ;;
6141
6142 osf*)
6143 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6144 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6145 # nice to cause kernel panics so lets avoid the loop below.
6146 # First set a reasonable default.
6147 lt_cv_sys_max_cmd_len=16384
6148 #
6149 if test -x /sbin/sysconfig; then
6150 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6151 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6152 esac
6153 fi
6154 ;;
6155 sco3.2v5*)
6156 lt_cv_sys_max_cmd_len=102400
6157 ;;
6158 sysv5* | sco5v6* | sysv4.2uw2*)
6159 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6160 if test -n "$kargmax"; then
6161 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6162 else
6163 lt_cv_sys_max_cmd_len=32768
6164 fi
6165 ;;
6166 *)
718a6fd8
SE
6167 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6168 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
6169 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6170 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6171 else
6172 # Make teststring a little bigger before we do anything with it.
6173 # a 1K string should be a reasonable start.
6174 for i in 1 2 3 4 5 6 7 8 ; do
6175 teststring=$teststring$teststring
6176 done
6177 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6178 # If test is not a shell built-in, we'll probably end up computing a
6179 # maximum length that is only half of the actual maximum length, but
6180 # we can't tell.
3725885a
RW
6181 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6182 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
6183 test $i != 17 # 1/2 MB should be enough
6184 do
6185 i=`expr $i + 1`
6186 teststring=$teststring$teststring
6187 done
6188 # Only check the string length outside the loop.
6189 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6190 teststring=
6191 # Add a significant safety factor because C++ compilers can tack on
6192 # massive amounts of additional arguments before passing them to the
6193 # linker. It appears as though 1/2 is a usable value.
6194 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6195 fi
d7040cdb 6196 ;;
d45dc31f 6197 esac
42ecbf5e 6198
42ecbf5e
DJ
6199fi
6200
d7040cdb 6201if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6203$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 6204else
81ecdfbb
RW
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6206$as_echo "none" >&6; }
252b5132 6207fi
d7040cdb 6208max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 6209
d45dc31f 6210
42ecbf5e 6211
d45dc31f 6212
d45dc31f 6213
d7040cdb 6214
d7040cdb
SE
6215: ${CP="cp -f"}
6216: ${MV="mv -f"}
6217: ${RM="rm -f"}
6218
81ecdfbb
RW
6219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6220$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
6221# Try some XSI features
6222xsi_shell=no
6223( _lt_dummy="a/b/c"
f2c621e4
AS
6224 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6225 = c,a/b,, \
718a6fd8
SE
6226 && eval 'test $(( 1 + 1 )) -eq 2 \
6227 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 6228 && xsi_shell=yes
81ecdfbb
RW
6229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6230$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
6231
6232
81ecdfbb
RW
6233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6234$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
6235lt_shell_append=no
6236( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6237 >/dev/null 2>&1 \
6238 && lt_shell_append=yes
81ecdfbb
RW
6239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6240$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6241
6242
6243if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6244 lt_unset=unset
252b5132 6245else
d7040cdb 6246 lt_unset=false
252b5132
RH
6247fi
6248
d7040cdb
SE
6249
6250
6251
6252
6253# test EBCDIC or ASCII
6254case `echo X|tr X '\101'` in
6255 A) # ASCII based system
6256 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6257 lt_SP2NL='tr \040 \012'
6258 lt_NL2SP='tr \015\012 \040\040'
6259 ;;
6260 *) # EBCDIC based system
6261 lt_SP2NL='tr \100 \n'
6262 lt_NL2SP='tr \r\n \100\100'
6263 ;;
6264esac
6265
6266
6267
6268
6269
6270
6271
6272
6273
81ecdfbb
RW
6274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6275$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6276if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 6277 $as_echo_n "(cached) " >&6
252b5132 6278else
d7040cdb
SE
6279 lt_cv_ld_reload_flag='-r'
6280fi
81ecdfbb
RW
6281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6282$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
6283reload_flag=$lt_cv_ld_reload_flag
6284case $reload_flag in
6285"" | " "*) ;;
6286*) reload_flag=" $reload_flag" ;;
6287esac
6288reload_cmds='$LD$reload_flag -o $output$reload_objs'
6289case $host_os in
6290 darwin*)
6291 if test "$GCC" = yes; then
6292 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6293 else
6294 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6295 fi
6296 ;;
6297esac
6298
6299
6300
6301
6302
6303
6304
6305
6306
718a6fd8
SE
6307if test -n "$ac_tool_prefix"; then
6308 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6309set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6311$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6312if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 6313 $as_echo_n "(cached) " >&6
718a6fd8
SE
6314else
6315 if test -n "$OBJDUMP"; then
6316 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6317else
6318as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6319for as_dir in $PATH
6320do
6321 IFS=$as_save_IFS
6322 test -z "$as_dir" && as_dir=.
81ecdfbb 6323 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6324 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6325 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6327 break 2
6328 fi
6329done
81ecdfbb
RW
6330 done
6331IFS=$as_save_IFS
718a6fd8
SE
6332
6333fi
6334fi
6335OBJDUMP=$ac_cv_prog_OBJDUMP
6336if test -n "$OBJDUMP"; then
81ecdfbb
RW
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6338$as_echo "$OBJDUMP" >&6; }
718a6fd8 6339else
81ecdfbb
RW
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6341$as_echo "no" >&6; }
718a6fd8
SE
6342fi
6343
81ecdfbb 6344
718a6fd8
SE
6345fi
6346if test -z "$ac_cv_prog_OBJDUMP"; then
6347 ac_ct_OBJDUMP=$OBJDUMP
6348 # Extract the first word of "objdump", so it can be a program name with args.
6349set dummy objdump; ac_word=$2
81ecdfbb
RW
6350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6351$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6352if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 6353 $as_echo_n "(cached) " >&6
718a6fd8
SE
6354else
6355 if test -n "$ac_ct_OBJDUMP"; then
6356 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6357else
6358as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6359for as_dir in $PATH
6360do
6361 IFS=$as_save_IFS
6362 test -z "$as_dir" && as_dir=.
81ecdfbb 6363 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6364 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6365 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6367 break 2
6368 fi
6369done
81ecdfbb
RW
6370 done
6371IFS=$as_save_IFS
718a6fd8 6372
718a6fd8
SE
6373fi
6374fi
6375ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6376if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6378$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6379else
81ecdfbb
RW
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6381$as_echo "no" >&6; }
718a6fd8
SE
6382fi
6383
81ecdfbb
RW
6384 if test "x$ac_ct_OBJDUMP" = x; then
6385 OBJDUMP="false"
6386 else
6387 case $cross_compiling:$ac_tool_warned in
6388yes:)
6389{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6390$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6391ac_tool_warned=yes ;;
6392esac
6393 OBJDUMP=$ac_ct_OBJDUMP
6394 fi
718a6fd8
SE
6395else
6396 OBJDUMP="$ac_cv_prog_OBJDUMP"
6397fi
6398
6399test -z "$OBJDUMP" && OBJDUMP=objdump
6400
6401
6402
6403
6404
6405
6406
6407
d7040cdb 6408
81ecdfbb
RW
6409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6410$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6411if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 6412 $as_echo_n "(cached) " >&6
d7040cdb
SE
6413else
6414 lt_cv_file_magic_cmd='$MAGIC_CMD'
6415lt_cv_file_magic_test_file=
6416lt_cv_deplibs_check_method='unknown'
6417# Need to set the preceding variable on all platforms that support
6418# interlibrary dependencies.
6419# 'none' -- dependencies not supported.
6420# `unknown' -- same as none, but documents that we really don't know.
6421# 'pass_all' -- all dependencies passed with no checks.
6422# 'test_compile' -- check by making test program.
6423# 'file_magic [[regex]]' -- check by looking for files in library path
6424# which responds to the $file_magic_cmd with a given extended regex.
6425# If you have `file' or equivalent on your system and you're not sure
6426# whether `pass_all' will *always* work, you probably want this one.
6427
6428case $host_os in
50e7d84b 6429aix[4-9]*)
d7040cdb
SE
6430 lt_cv_deplibs_check_method=pass_all
6431 ;;
6432
6433beos*)
6434 lt_cv_deplibs_check_method=pass_all
6435 ;;
6436
6437bsdi[45]*)
6438 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6439 lt_cv_file_magic_cmd='/usr/bin/file -L'
6440 lt_cv_file_magic_test_file=/shlib/libc.so
6441 ;;
6442
6443cygwin*)
6444 # func_win32_libid is a shell function defined in ltmain.sh
6445 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6446 lt_cv_file_magic_cmd='func_win32_libid'
6447 ;;
6448
6449mingw* | pw32*)
6450 # Base MSYS/MinGW do not provide the 'file' command needed by
6451 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6452 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6453 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6454 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6455 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6456 lt_cv_file_magic_cmd='func_win32_libid'
6457 else
f2c621e4 6458 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d7040cdb
SE
6459 lt_cv_file_magic_cmd='$OBJDUMP -f'
6460 fi
6461 ;;
6462
3725885a 6463cegcc*)
718a6fd8
SE
6464 # use the weaker test based on 'objdump'. See mingw*.
6465 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6466 lt_cv_file_magic_cmd='$OBJDUMP -f'
6467 ;;
6468
d7040cdb
SE
6469darwin* | rhapsody*)
6470 lt_cv_deplibs_check_method=pass_all
d45dc31f 6471 ;;
d7040cdb
SE
6472
6473freebsd* | dragonfly*)
6474 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6475 case $host_cpu in
6476 i*86 )
6477 # Not sure whether the presence of OpenBSD here was a mistake.
6478 # Let's accept both of them until this is cleared up.
6479 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6480 lt_cv_file_magic_cmd=/usr/bin/file
6481 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6482 ;;
6483 esac
6484 else
6485 lt_cv_deplibs_check_method=pass_all
6486 fi
6487 ;;
6488
6489gnu*)
6490 lt_cv_deplibs_check_method=pass_all
d45dc31f 6491 ;;
d7040cdb 6492
3725885a
RW
6493haiku*)
6494 lt_cv_deplibs_check_method=pass_all
6495 ;;
6496
d7040cdb
SE
6497hpux10.20* | hpux11*)
6498 lt_cv_file_magic_cmd=/usr/bin/file
6499 case $host_cpu in
6500 ia64*)
6501 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6502 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6503 ;;
6504 hppa*64*)
3725885a 6505 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
6506 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6507 ;;
d45dc31f 6508 *)
3725885a 6509 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6510 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6511 ;;
6512 esac
6513 ;;
42ecbf5e 6514
d7040cdb
SE
6515interix[3-9]*)
6516 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6517 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6518 ;;
42ecbf5e 6519
d7040cdb
SE
6520irix5* | irix6* | nonstopux*)
6521 case $LD in
6522 *-32|*"-32 ") libmagic=32-bit;;
6523 *-n32|*"-n32 ") libmagic=N32;;
6524 *-64|*"-64 ") libmagic=64-bit;;
6525 *) libmagic=never-match;;
6526 esac
6527 lt_cv_deplibs_check_method=pass_all
d45dc31f 6528 ;;
42ecbf5e 6529
d7040cdb 6530# This must be Linux ELF.
58e24671 6531linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6532 lt_cv_deplibs_check_method=pass_all
6533 ;;
252b5132 6534
d7040cdb
SE
6535netbsd*)
6536 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6537 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 6538 else
d7040cdb 6539 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 6540 fi
d7040cdb
SE
6541 ;;
6542
6543newos6*)
6544 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6545 lt_cv_file_magic_cmd=/usr/bin/file
6546 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6547 ;;
6548
6549*nto* | *qnx*)
6550 lt_cv_deplibs_check_method=pass_all
6551 ;;
42ecbf5e 6552
d7040cdb
SE
6553openbsd*)
6554 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6555 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6556 else
6557 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
6558 fi
6559 ;;
d7040cdb
SE
6560
6561osf3* | osf4* | osf5*)
6562 lt_cv_deplibs_check_method=pass_all
6563 ;;
6564
6565rdos*)
6566 lt_cv_deplibs_check_method=pass_all
6567 ;;
6568
6569solaris*)
6570 lt_cv_deplibs_check_method=pass_all
6571 ;;
6572
6573sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6574 lt_cv_deplibs_check_method=pass_all
6575 ;;
6576
6577sysv4 | sysv4.3*)
6578 case $host_vendor in
6579 motorola)
6580 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]'
6581 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6582 ;;
6583 ncr)
6584 lt_cv_deplibs_check_method=pass_all
6585 ;;
6586 sequent)
6587 lt_cv_file_magic_cmd='/bin/file'
6588 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6589 ;;
6590 sni)
6591 lt_cv_file_magic_cmd='/bin/file'
6592 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6593 lt_cv_file_magic_test_file=/lib/libc.so
6594 ;;
6595 siemens)
6596 lt_cv_deplibs_check_method=pass_all
6597 ;;
6598 pc)
6599 lt_cv_deplibs_check_method=pass_all
6600 ;;
6601 esac
6602 ;;
6603
6604tpf*)
6605 lt_cv_deplibs_check_method=pass_all
6606 ;;
d45dc31f 6607esac
42ecbf5e 6608
d7040cdb 6609fi
81ecdfbb
RW
6610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6611$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6612file_magic_cmd=$lt_cv_file_magic_cmd
6613deplibs_check_method=$lt_cv_deplibs_check_method
6614test -z "$deplibs_check_method" && deplibs_check_method=unknown
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
a4966cd9
L
6627plugin_option=
6628plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6629for plugin in $plugin_names; do
6630 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6631 if test x$plugin_so = x$plugin; then
6632 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6633 fi
6634 if test x$plugin_so != x$plugin; then
6635 plugin_option="--plugin $plugin_so"
6636 break
6637 fi
6638done
6639
d45dc31f 6640if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6641 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6642set dummy ${ac_tool_prefix}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_AR+:} false; then :
81ecdfbb 6646 $as_echo_n "(cached) " >&6
42ecbf5e 6647else
d7040cdb
SE
6648 if test -n "$AR"; then
6649 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6650else
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_AR="${ac_tool_prefix}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
d45dc31f 6667fi
d7040cdb
SE
6668AR=$ac_cv_prog_AR
6669if test -n "$AR"; then
81ecdfbb
RW
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6671$as_echo "$AR" >&6; }
d45dc31f 6672else
81ecdfbb
RW
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6674$as_echo "no" >&6; }
d45dc31f 6675fi
42ecbf5e 6676
81ecdfbb 6677
42ecbf5e 6678fi
f2c621e4 6679if test -z "$ac_cv_prog_AR"; then
d7040cdb 6680 ac_ct_AR=$AR
f2c621e4
AS
6681 # Extract the first word of "ar", so it can be a program name with args.
6682set dummy ar; ac_word=$2
81ecdfbb
RW
6683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6684$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6685if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 6686 $as_echo_n "(cached) " >&6
42ecbf5e 6687else
d7040cdb
SE
6688 if test -n "$ac_ct_AR"; then
6689 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6690else
d45dc31f
SE
6691as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6692for as_dir in $PATH
6693do
6694 IFS=$as_save_IFS
6695 test -z "$as_dir" && as_dir=.
81ecdfbb 6696 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6697 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 6698 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6700 break 2
6701 fi
6702done
81ecdfbb
RW
6703 done
6704IFS=$as_save_IFS
42ecbf5e 6705
42ecbf5e 6706fi
42ecbf5e 6707fi
d7040cdb
SE
6708ac_ct_AR=$ac_cv_prog_ac_ct_AR
6709if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6711$as_echo "$ac_ct_AR" >&6; }
252b5132 6712else
81ecdfbb
RW
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6714$as_echo "no" >&6; }
252b5132 6715fi
252b5132 6716
81ecdfbb
RW
6717 if test "x$ac_ct_AR" = x; then
6718 AR="false"
6719 else
6720 case $cross_compiling:$ac_tool_warned in
6721yes:)
6722{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6723$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6724ac_tool_warned=yes ;;
6725esac
6726 AR=$ac_ct_AR
6727 fi
df7b86aa 6728else
f2c621e4
AS
6729 AR="$ac_cv_prog_AR"
6730fi
df7b86aa 6731
f2c621e4 6732test -z "$AR" && AR=ar
a4966cd9
L
6733if test -n "$plugin_option"; then
6734 if $AR --help 2>&1 | grep -q "\--plugin"; then
83b33c6c
L
6735 touch conftest.c
6736 $AR $plugin_option rc conftest.a conftest.c
6737 if test "$?" != 0; then
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6739$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6740 else
6741 AR="$AR $plugin_option"
6742 fi
6743 rm -f conftest.*
a4966cd9
L
6744 fi
6745fi
f2c621e4 6746test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6747
df7b86aa 6748
df7b86aa 6749
df7b86aa 6750
df7b86aa 6751
d7040cdb
SE
6752
6753
6754
6755
6756
6757
d45dc31f
SE
6758if test -n "$ac_tool_prefix"; then
6759 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6760set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6762$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6763if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6764 $as_echo_n "(cached) " >&6
d45dc31f
SE
6765else
6766 if test -n "$STRIP"; then
6767 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6768else
6769as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6770for as_dir in $PATH
42ecbf5e 6771do
d45dc31f
SE
6772 IFS=$as_save_IFS
6773 test -z "$as_dir" && as_dir=.
81ecdfbb 6774 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 6776 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6778 break 2
6779 fi
6780done
81ecdfbb
RW
6781 done
6782IFS=$as_save_IFS
d45dc31f
SE
6783
6784fi
6785fi
6786STRIP=$ac_cv_prog_STRIP
6787if test -n "$STRIP"; then
81ecdfbb
RW
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6789$as_echo "$STRIP" >&6; }
252b5132 6790else
81ecdfbb
RW
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6792$as_echo "no" >&6; }
d45dc31f 6793fi
42ecbf5e 6794
81ecdfbb 6795
252b5132 6796fi
d45dc31f
SE
6797if test -z "$ac_cv_prog_STRIP"; then
6798 ac_ct_STRIP=$STRIP
6799 # Extract the first word of "strip", so it can be a program name with args.
6800set dummy strip; ac_word=$2
81ecdfbb
RW
6801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6802$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6803if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6804 $as_echo_n "(cached) " >&6
d45dc31f
SE
6805else
6806 if test -n "$ac_ct_STRIP"; then
6807 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6808else
6809as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6810for as_dir in $PATH
6811do
6812 IFS=$as_save_IFS
6813 test -z "$as_dir" && as_dir=.
81ecdfbb 6814 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 6816 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6818 break 2
6819 fi
6820done
81ecdfbb
RW
6821 done
6822IFS=$as_save_IFS
42ecbf5e 6823
d45dc31f
SE
6824fi
6825fi
6826ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6827if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6829$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6830else
81ecdfbb
RW
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6832$as_echo "no" >&6; }
252b5132 6833fi
e5a52504 6834
81ecdfbb
RW
6835 if test "x$ac_ct_STRIP" = x; then
6836 STRIP=":"
6837 else
6838 case $cross_compiling:$ac_tool_warned in
6839yes:)
6840{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6841$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6842ac_tool_warned=yes ;;
6843esac
6844 STRIP=$ac_ct_STRIP
6845 fi
d45dc31f
SE
6846else
6847 STRIP="$ac_cv_prog_STRIP"
6848fi
e5a52504 6849
d7040cdb 6850test -z "$STRIP" && STRIP=:
d45dc31f 6851
d45dc31f
SE
6852
6853
d45dc31f 6854
d45dc31f
SE
6855
6856
d7040cdb
SE
6857if test -n "$ac_tool_prefix"; then
6858 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6859set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6861$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6862if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6863 $as_echo_n "(cached) " >&6
d45dc31f 6864else
d7040cdb
SE
6865 if test -n "$RANLIB"; then
6866 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6867else
6868as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6869for as_dir in $PATH
6870do
6871 IFS=$as_save_IFS
6872 test -z "$as_dir" && as_dir=.
81ecdfbb 6873 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6874 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6875 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6877 break 2
d45dc31f 6878 fi
d7040cdb 6879done
81ecdfbb
RW
6880 done
6881IFS=$as_save_IFS
d45dc31f 6882
d7040cdb
SE
6883fi
6884fi
6885RANLIB=$ac_cv_prog_RANLIB
6886if test -n "$RANLIB"; then
81ecdfbb
RW
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6888$as_echo "$RANLIB" >&6; }
d7040cdb 6889else
81ecdfbb
RW
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6891$as_echo "no" >&6; }
d7040cdb 6892fi
d45dc31f 6893
81ecdfbb 6894
d7040cdb
SE
6895fi
6896if test -z "$ac_cv_prog_RANLIB"; then
6897 ac_ct_RANLIB=$RANLIB
6898 # Extract the first word of "ranlib", so it can be a program name with args.
6899set dummy ranlib; ac_word=$2
81ecdfbb
RW
6900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6901$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6902if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6903 $as_echo_n "(cached) " >&6
d7040cdb
SE
6904else
6905 if test -n "$ac_ct_RANLIB"; then
6906 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6907else
6908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6909for as_dir in $PATH
6910do
6911 IFS=$as_save_IFS
6912 test -z "$as_dir" && as_dir=.
81ecdfbb 6913 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6914 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6915 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6917 break 2
d45dc31f 6918 fi
d7040cdb 6919done
81ecdfbb
RW
6920 done
6921IFS=$as_save_IFS
d45dc31f 6922
d7040cdb
SE
6923fi
6924fi
6925ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6926if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6928$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6929else
81ecdfbb
RW
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6931$as_echo "no" >&6; }
d7040cdb 6932fi
252b5132 6933
81ecdfbb
RW
6934 if test "x$ac_ct_RANLIB" = x; then
6935 RANLIB=":"
6936 else
6937 case $cross_compiling:$ac_tool_warned in
6938yes:)
6939{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6940$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6941ac_tool_warned=yes ;;
6942esac
6943 RANLIB=$ac_ct_RANLIB
6944 fi
d7040cdb
SE
6945else
6946 RANLIB="$ac_cv_prog_RANLIB"
6947fi
d45dc31f 6948
d7040cdb 6949test -z "$RANLIB" && RANLIB=:
a4966cd9
L
6950if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6951 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6952 RANLIB="$RANLIB $plugin_option"
6953 fi
6954fi
d45dc31f 6955
d45dc31f 6956
d45dc31f 6957
42ecbf5e 6958
e5a52504 6959
d7040cdb
SE
6960
6961# Determine commands to create old-style static archives.
718a6fd8 6962old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6963old_postinstall_cmds='chmod 644 $oldlib'
6964old_postuninstall_cmds=
6965
6966if test -n "$RANLIB"; then
6967 case $host_os in
6968 openbsd*)
6969 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6970 ;;
6971 *)
6972 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6973 ;;
6974 esac
6975 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6976fi
d45dc31f 6977
3725885a
RW
6978case $host_os in
6979 darwin*)
6980 lock_old_archive_extraction=yes ;;
6981 *)
6982 lock_old_archive_extraction=no ;;
6983esac
6984
6985
6986
6987
6988
6989
d45dc31f 6990
d45dc31f
SE
6991
6992
d15b04bd 6993
3e321448 6994
d45dc31f 6995
d45dc31f 6996
d45dc31f
SE
6997
6998
d45dc31f 6999
d45dc31f 7000
d45dc31f
SE
7001
7002
7003
7004
7005
7006
7007
d45dc31f 7008
d45dc31f 7009
d45dc31f 7010
d45dc31f 7011
d45dc31f 7012
d45dc31f 7013
d45dc31f 7014
d45dc31f 7015
3e321448
L
7016
7017
d45dc31f
SE
7018
7019
d45dc31f
SE
7020
7021
d45dc31f 7022
d7040cdb
SE
7023# If no C compiler was specified, use CC.
7024LTCC=${LTCC-"$CC"}
42ecbf5e 7025
d7040cdb
SE
7026# If no C compiler flags were specified, use CFLAGS.
7027LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 7028
d7040cdb
SE
7029# Allow CC to be a program name with arguments.
7030compiler=$CC
d15b04bd 7031
d7040cdb
SE
7032
7033# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
7034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7035$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7036if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 7037 $as_echo_n "(cached) " >&6
d15b04bd 7038else
d7040cdb
SE
7039
7040# These are sane defaults that work on at least a few old systems.
7041# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7042
7043# Character class describing NM global symbol codes.
7044symcode='[BCDEGRST]'
7045
7046# Regexp to match symbols that can be accessed directly from C.
7047sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7048
7049# Define system-specific variables.
7050case $host_os in
7051aix*)
7052 symcode='[BCDT]'
7053 ;;
718a6fd8 7054cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
7055 symcode='[ABCDGISTW]'
7056 ;;
7057hpux*)
7058 if test "$host_cpu" = ia64; then
7059 symcode='[ABCDEGRST]'
42ecbf5e 7060 fi
d7040cdb
SE
7061 ;;
7062irix* | nonstopux*)
7063 symcode='[BCDEGRST]'
7064 ;;
7065osf*)
7066 symcode='[BCDEGQRST]'
7067 ;;
7068solaris*)
7069 symcode='[BDRT]'
7070 ;;
7071sco3.2v5*)
7072 symcode='[DT]'
7073 ;;
7074sysv4.2uw2*)
7075 symcode='[DT]'
7076 ;;
7077sysv5* | sco5v6* | unixware* | OpenUNIX*)
7078 symcode='[ABDT]'
7079 ;;
7080sysv4)
7081 symcode='[DFNSTU]'
7082 ;;
7083esac
d15b04bd 7084
d7040cdb
SE
7085# If we're using GNU nm, then use its standard symbol codes.
7086case `$NM -V 2>&1` in
7087*GNU* | *'with BFD'*)
7088 symcode='[ABCDGIRSTW]' ;;
7089esac
e5a52504 7090
d7040cdb
SE
7091# Transform an extracted symbol line into a proper C declaration.
7092# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
7093# so use this general approach.
7094lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 7095
7357c5b6 7096# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
7097lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7098lt_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 7099
7357c5b6
AM
7100# Handle CRLF in mingw tool chain
7101opt_cr=
7102case $build_os in
7103mingw*)
7104 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7105 ;;
7106esac
d7040cdb 7107
7357c5b6
AM
7108# Try without a prefix underscore, then with it.
7109for ac_symprfx in "" "_"; do
d7040cdb 7110
7357c5b6
AM
7111 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7112 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 7113
7357c5b6
AM
7114 # Write the raw and C identifiers.
7115 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7116 # Fake it for dumpbin and say T for any non-static function
7117 # and D for any global variable.
7118 # Also find C++ and __fastcall symbols from MSVC++,
7119 # which start with @ or ?.
7120 lt_cv_sys_global_symbol_pipe="$AWK '"\
7121" {last_section=section; section=\$ 3};"\
7122" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7123" \$ 0!~/External *\|/{next};"\
7124" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7125" {if(hide[section]) next};"\
7126" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7127" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7128" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7129" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7130" ' prfx=^$ac_symprfx"
7131 else
7132 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7133 fi
7134
7135 # Check to see that the pipe works correctly.
7136 pipe_works=no
7137
7138 rm -f conftest*
7139 cat > conftest.$ac_ext <<_LT_EOF
7140#ifdef __cplusplus
7141extern "C" {
7142#endif
7143char nm_test_var;
7144void nm_test_func(void);
7145void nm_test_func(void){}
7146#ifdef __cplusplus
d7040cdb 7147}
7357c5b6
AM
7148#endif
7149int main(){nm_test_var='a';nm_test_func();return(0);}
7150_LT_EOF
7151
81ecdfbb 7152 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 7153 (eval $ac_compile) 2>&5
42ecbf5e 7154 ac_status=$?
81ecdfbb
RW
7155 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7156 test $ac_status = 0; }; then
7357c5b6
AM
7157 # Now try to grab the symbols.
7158 nlist=conftest.nm
3725885a
RW
7159 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7160 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 7161 ac_status=$?
81ecdfbb
RW
7162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7163 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
7164 # Try sorting and uniquifying the output.
7165 if sort "$nlist" | uniq > "$nlist"T; then
7166 mv -f "$nlist"T "$nlist"
7167 else
7168 rm -f "$nlist"T
7169 fi
d7040cdb 7170
7357c5b6
AM
7171 # Make sure that we snagged all the symbols we need.
7172 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7173 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7174 cat <<_LT_EOF > conftest.$ac_ext
7175#ifdef __cplusplus
7176extern "C" {
7177#endif
e5a52504 7178
7357c5b6
AM
7179_LT_EOF
7180 # Now generate the symbol file.
7181 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 7182
7357c5b6 7183 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 7184
7357c5b6 7185/* The mapping between symbol names and symbols. */
f2c621e4 7186const struct {
7357c5b6
AM
7187 const char *name;
7188 void *address;
7189}
7190lt__PROGRAM__LTX_preloaded_symbols[] =
7191{
7192 { "@PROGRAM@", (void *) 0 },
7193_LT_EOF
7194 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7195 cat <<\_LT_EOF >> conftest.$ac_ext
7196 {0, (void *) 0}
7197};
d7040cdb 7198
7357c5b6
AM
7199/* This works around a problem in FreeBSD linker */
7200#ifdef FREEBSD_WORKAROUND
7201static const void *lt_preloaded_setup() {
7202 return lt__PROGRAM__LTX_preloaded_symbols;
7203}
d7040cdb
SE
7204#endif
7205
7357c5b6 7206#ifdef __cplusplus
d7040cdb 7207}
7357c5b6
AM
7208#endif
7209_LT_EOF
7210 # Now try linking the two files.
7211 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
7212 lt_save_LIBS="$LIBS"
7213 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
7214 LIBS="conftstm.$ac_objext"
7215 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7216 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
7217 (eval $ac_link) 2>&5
7218 ac_status=$?
81ecdfbb
RW
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7220 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
7221 pipe_works=yes
7222 fi
f2c621e4
AS
7223 LIBS="$lt_save_LIBS"
7224 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
7225 else
7226 echo "cannot find nm_test_func in $nlist" >&5
7227 fi
7228 else
7229 echo "cannot find nm_test_var in $nlist" >&5
7230 fi
7231 else
7232 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7233 fi
7234 else
7235 echo "$progname: failed program was:" >&5
7236 cat conftest.$ac_ext >&5
7237 fi
718a6fd8 7238 rm -rf conftest* conftst*
7357c5b6
AM
7239
7240 # Do not use the global_symbol_pipe unless it works.
7241 if test "$pipe_works" = yes; then
7242 break
7243 else
7244 lt_cv_sys_global_symbol_pipe=
7245 fi
7246done
d7040cdb 7247
d7040cdb 7248fi
7357c5b6
AM
7249
7250if test -z "$lt_cv_sys_global_symbol_pipe"; then
7251 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 7252fi
7357c5b6 7253if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7255$as_echo "failed" >&6; }
7357c5b6 7256else
81ecdfbb
RW
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7258$as_echo "ok" >&6; }
d7040cdb 7259fi
20e95c23 7260
20e95c23 7261
20e95c23 7262
20e95c23 7263
20e95c23 7264
20e95c23 7265
20e95c23
DJ
7266
7267
7357c5b6
AM
7268
7269
7270
718a6fd8
SE
7271
7272
7273
7274
7275
7357c5b6 7276
df7b86aa
NC
7277
7278
7279
7280
7357c5b6 7281
81ecdfbb
RW
7282# Check whether --enable-libtool-lock was given.
7283if test "${enable_libtool_lock+set}" = set; then :
7284 enableval=$enable_libtool_lock;
7285fi
7357c5b6 7286
7357c5b6
AM
7287test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7288
7289# Some flags need to be propagated to the compiler or linker for good
7290# libtool support.
7291case $host in
7292ia64-*-hpux*)
7293 # Find out which ABI we are using.
7294 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7295 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7296 (eval $ac_compile) 2>&5
7297 ac_status=$?
81ecdfbb
RW
7298 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7299 test $ac_status = 0; }; then
7357c5b6
AM
7300 case `/usr/bin/file conftest.$ac_objext` in
7301 *ELF-32*)
7302 HPUX_IA64_MODE="32"
7303 ;;
7304 *ELF-64*)
7305 HPUX_IA64_MODE="64"
7306 ;;
7307 esac
7308 fi
7309 rm -rf conftest*
7310 ;;
7311*-*-irix6*)
7312 # Find out which ABI we are using.
3725885a 7313 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7314 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7315 (eval $ac_compile) 2>&5
7316 ac_status=$?
81ecdfbb
RW
7317 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7318 test $ac_status = 0; }; then
7357c5b6
AM
7319 if test "$lt_cv_prog_gnu_ld" = yes; then
7320 case `/usr/bin/file conftest.$ac_objext` in
7321 *32-bit*)
7322 LD="${LD-ld} -melf32bsmip"
7323 ;;
7324 *N32*)
7325 LD="${LD-ld} -melf32bmipn32"
7326 ;;
7327 *64-bit*)
7328 LD="${LD-ld} -melf64bmip"
7329 ;;
7330 esac
7331 else
7332 case `/usr/bin/file conftest.$ac_objext` in
7333 *32-bit*)
7334 LD="${LD-ld} -32"
7335 ;;
7336 *N32*)
7337 LD="${LD-ld} -n32"
7338 ;;
7339 *64-bit*)
7340 LD="${LD-ld} -64"
7341 ;;
7342 esac
7343 fi
7344 fi
7345 rm -rf conftest*
7346 ;;
7347
cc9afea3 7348x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
7349s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7350 # Find out which ABI we are using.
7351 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7352 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7353 (eval $ac_compile) 2>&5
7354 ac_status=$?
81ecdfbb
RW
7355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7356 test $ac_status = 0; }; then
7357c5b6
AM
7357 case `/usr/bin/file conftest.o` in
7358 *32-bit*)
7359 case $host in
7360 x86_64-*kfreebsd*-gnu)
7361 LD="${LD-ld} -m elf_i386_fbsd"
7362 ;;
7363 x86_64-*linux*)
6d2920c8
L
7364 case `/usr/bin/file conftest.o` in
7365 *x86-64*)
7366 LD="${LD-ld} -m elf32_x86_64"
7367 ;;
7368 *)
7369 LD="${LD-ld} -m elf_i386"
7370 ;;
7371 esac
7357c5b6 7372 ;;
cc9afea3
AM
7373 powerpc64le-*linux*)
7374 LD="${LD-ld} -m elf32lppclinux"
7375 ;;
7376 powerpc64-*linux*)
7357c5b6
AM
7377 LD="${LD-ld} -m elf32ppclinux"
7378 ;;
7379 s390x-*linux*)
7380 LD="${LD-ld} -m elf_s390"
7381 ;;
7382 sparc64-*linux*)
7383 LD="${LD-ld} -m elf32_sparc"
7384 ;;
7385 esac
7386 ;;
7387 *64-bit*)
7388 case $host in
7389 x86_64-*kfreebsd*-gnu)
7390 LD="${LD-ld} -m elf_x86_64_fbsd"
7391 ;;
7392 x86_64-*linux*)
7393 LD="${LD-ld} -m elf_x86_64"
7394 ;;
cc9afea3
AM
7395 powerpcle-*linux*)
7396 LD="${LD-ld} -m elf64lppc"
7397 ;;
7398 powerpc-*linux*)
7357c5b6
AM
7399 LD="${LD-ld} -m elf64ppc"
7400 ;;
7401 s390*-*linux*|s390*-*tpf*)
7402 LD="${LD-ld} -m elf64_s390"
7403 ;;
7404 sparc*-*linux*)
7405 LD="${LD-ld} -m elf64_sparc"
7406 ;;
7407 esac
7408 ;;
7409 esac
7410 fi
7411 rm -rf conftest*
7412 ;;
7413
7414*-*-sco3.2v5*)
7415 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7416 SAVE_CFLAGS="$CFLAGS"
7417 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7419$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7420if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 7421 $as_echo_n "(cached) " >&6
d7040cdb 7422else
7357c5b6
AM
7423 ac_ext=c
7424ac_cpp='$CPP $CPPFLAGS'
7425ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7426ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7427ac_compiler_gnu=$ac_cv_c_compiler_gnu
7428
81ecdfbb 7429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7430/* end confdefs.h. */
20e95c23 7431
7357c5b6
AM
7432int
7433main ()
7434{
7435
7436 ;
7437 return 0;
7438}
d7040cdb 7439_ACEOF
81ecdfbb 7440if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7441 lt_cv_cc_needs_belf=yes
d15b04bd 7442else
81ecdfbb 7443 lt_cv_cc_needs_belf=no
d7040cdb 7444fi
81ecdfbb
RW
7445rm -f core conftest.err conftest.$ac_objext \
7446 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7447 ac_ext=c
7448ac_cpp='$CPP $CPPFLAGS'
7449ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7450ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7451ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 7452
718a6fd8 7453fi
81ecdfbb
RW
7454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7455$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
7456 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7457 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7458 CFLAGS="$SAVE_CFLAGS"
7459 fi
7460 ;;
7461sparc*-*solaris*)
7462 # Find out which ABI we are using.
7463 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7464 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
7465 (eval $ac_compile) 2>&5
7466 ac_status=$?
81ecdfbb
RW
7467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7468 test $ac_status = 0; }; then
718a6fd8
SE
7469 case `/usr/bin/file conftest.o` in
7470 *64-bit*)
7471 case $lt_cv_prog_gnu_ld in
7472 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7473 *)
7474 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7475 LD="${LD-ld} -64"
7476 fi
7477 ;;
7478 esac
7479 ;;
7480 esac
7481 fi
df7b86aa
NC
7482 rm -rf conftest*
7483 ;;
7484esac
7485
7486need_locks="$enable_libtool_lock"
7487
718a6fd8
SE
7488
7489 case $host_os in
7490 rhapsody* | darwin*)
7491 if test -n "$ac_tool_prefix"; then
7492 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7493set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7495$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7496if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 7497 $as_echo_n "(cached) " >&6
718a6fd8
SE
7498else
7499 if test -n "$DSYMUTIL"; then
7500 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7501else
7502as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7503for as_dir in $PATH
7504do
7505 IFS=$as_save_IFS
7506 test -z "$as_dir" && as_dir=.
81ecdfbb 7507 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7508 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7509 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7511 break 2
7512 fi
7513done
81ecdfbb
RW
7514 done
7515IFS=$as_save_IFS
718a6fd8
SE
7516
7517fi
7518fi
7519DSYMUTIL=$ac_cv_prog_DSYMUTIL
7520if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7522$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7523else
81ecdfbb
RW
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7525$as_echo "no" >&6; }
718a6fd8
SE
7526fi
7527
81ecdfbb 7528
718a6fd8
SE
7529fi
7530if test -z "$ac_cv_prog_DSYMUTIL"; then
7531 ac_ct_DSYMUTIL=$DSYMUTIL
7532 # Extract the first word of "dsymutil", so it can be a program name with args.
7533set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7535$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7536if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7537 $as_echo_n "(cached) " >&6
718a6fd8
SE
7538else
7539 if test -n "$ac_ct_DSYMUTIL"; then
7540 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7541else
7542as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7543for as_dir in $PATH
7544do
7545 IFS=$as_save_IFS
7546 test -z "$as_dir" && as_dir=.
81ecdfbb 7547 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7548 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7549 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7551 break 2
7552 fi
7553done
81ecdfbb
RW
7554 done
7555IFS=$as_save_IFS
718a6fd8 7556
718a6fd8
SE
7557fi
7558fi
7559ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7560if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7562$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7563else
81ecdfbb
RW
7564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7565$as_echo "no" >&6; }
718a6fd8
SE
7566fi
7567
81ecdfbb
RW
7568 if test "x$ac_ct_DSYMUTIL" = x; then
7569 DSYMUTIL=":"
7570 else
7571 case $cross_compiling:$ac_tool_warned in
7572yes:)
7573{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7574$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7575ac_tool_warned=yes ;;
7576esac
7577 DSYMUTIL=$ac_ct_DSYMUTIL
7578 fi
718a6fd8
SE
7579else
7580 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7581fi
7582
7583 if test -n "$ac_tool_prefix"; then
7584 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7585set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7587$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7588if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 7589 $as_echo_n "(cached) " >&6
718a6fd8
SE
7590else
7591 if test -n "$NMEDIT"; then
7592 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7593else
7594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7595for as_dir in $PATH
7596do
7597 IFS=$as_save_IFS
7598 test -z "$as_dir" && as_dir=.
81ecdfbb 7599 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7601 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7603 break 2
7604 fi
7605done
81ecdfbb
RW
7606 done
7607IFS=$as_save_IFS
718a6fd8
SE
7608
7609fi
7610fi
7611NMEDIT=$ac_cv_prog_NMEDIT
7612if test -n "$NMEDIT"; then
81ecdfbb
RW
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7614$as_echo "$NMEDIT" >&6; }
718a6fd8 7615else
81ecdfbb
RW
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7617$as_echo "no" >&6; }
718a6fd8
SE
7618fi
7619
81ecdfbb 7620
718a6fd8
SE
7621fi
7622if test -z "$ac_cv_prog_NMEDIT"; then
7623 ac_ct_NMEDIT=$NMEDIT
7624 # Extract the first word of "nmedit", so it can be a program name with args.
7625set dummy nmedit; ac_word=$2
81ecdfbb
RW
7626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7627$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7628if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 7629 $as_echo_n "(cached) " >&6
718a6fd8
SE
7630else
7631 if test -n "$ac_ct_NMEDIT"; then
7632 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7633else
7634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7635for as_dir in $PATH
7636do
7637 IFS=$as_save_IFS
7638 test -z "$as_dir" && as_dir=.
81ecdfbb 7639 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7641 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7643 break 2
7644 fi
7645done
81ecdfbb
RW
7646 done
7647IFS=$as_save_IFS
718a6fd8 7648
718a6fd8
SE
7649fi
7650fi
7651ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7652if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7654$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7655else
81ecdfbb
RW
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7657$as_echo "no" >&6; }
718a6fd8
SE
7658fi
7659
81ecdfbb
RW
7660 if test "x$ac_ct_NMEDIT" = x; then
7661 NMEDIT=":"
7662 else
7663 case $cross_compiling:$ac_tool_warned in
7664yes:)
7665{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7666$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7667ac_tool_warned=yes ;;
7668esac
7669 NMEDIT=$ac_ct_NMEDIT
7670 fi
718a6fd8
SE
7671else
7672 NMEDIT="$ac_cv_prog_NMEDIT"
7673fi
7674
7675 if test -n "$ac_tool_prefix"; then
7676 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7677set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7679$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7680if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 7681 $as_echo_n "(cached) " >&6
718a6fd8
SE
7682else
7683 if test -n "$LIPO"; then
7684 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7685else
7686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7687for as_dir in $PATH
7688do
7689 IFS=$as_save_IFS
7690 test -z "$as_dir" && as_dir=.
81ecdfbb 7691 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7693 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7695 break 2
7696 fi
7697done
81ecdfbb
RW
7698 done
7699IFS=$as_save_IFS
718a6fd8
SE
7700
7701fi
7702fi
7703LIPO=$ac_cv_prog_LIPO
7704if test -n "$LIPO"; then
81ecdfbb
RW
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7706$as_echo "$LIPO" >&6; }
718a6fd8 7707else
81ecdfbb
RW
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7709$as_echo "no" >&6; }
718a6fd8
SE
7710fi
7711
81ecdfbb 7712
718a6fd8
SE
7713fi
7714if test -z "$ac_cv_prog_LIPO"; then
7715 ac_ct_LIPO=$LIPO
7716 # Extract the first word of "lipo", so it can be a program name with args.
7717set dummy lipo; ac_word=$2
81ecdfbb
RW
7718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7719$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7720if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 7721 $as_echo_n "(cached) " >&6
718a6fd8
SE
7722else
7723 if test -n "$ac_ct_LIPO"; then
7724 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7725else
7726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7727for as_dir in $PATH
7728do
7729 IFS=$as_save_IFS
7730 test -z "$as_dir" && as_dir=.
81ecdfbb 7731 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7733 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7735 break 2
7736 fi
7737done
81ecdfbb
RW
7738 done
7739IFS=$as_save_IFS
718a6fd8 7740
718a6fd8
SE
7741fi
7742fi
7743ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7744if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7746$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7747else
81ecdfbb
RW
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7749$as_echo "no" >&6; }
718a6fd8
SE
7750fi
7751
81ecdfbb
RW
7752 if test "x$ac_ct_LIPO" = x; then
7753 LIPO=":"
7754 else
7755 case $cross_compiling:$ac_tool_warned in
7756yes:)
7757{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7758$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7759ac_tool_warned=yes ;;
7760esac
7761 LIPO=$ac_ct_LIPO
7762 fi
718a6fd8
SE
7763else
7764 LIPO="$ac_cv_prog_LIPO"
7765fi
7766
7767 if test -n "$ac_tool_prefix"; then
7768 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7769set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7771$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7772if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7773 $as_echo_n "(cached) " >&6
718a6fd8
SE
7774else
7775 if test -n "$OTOOL"; then
7776 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7777else
7778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7779for as_dir in $PATH
7780do
7781 IFS=$as_save_IFS
7782 test -z "$as_dir" && as_dir=.
81ecdfbb 7783 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7785 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7787 break 2
7788 fi
7789done
81ecdfbb
RW
7790 done
7791IFS=$as_save_IFS
718a6fd8
SE
7792
7793fi
7794fi
7795OTOOL=$ac_cv_prog_OTOOL
7796if test -n "$OTOOL"; then
81ecdfbb
RW
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7798$as_echo "$OTOOL" >&6; }
718a6fd8 7799else
81ecdfbb
RW
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7801$as_echo "no" >&6; }
718a6fd8
SE
7802fi
7803
81ecdfbb 7804
718a6fd8
SE
7805fi
7806if test -z "$ac_cv_prog_OTOOL"; then
7807 ac_ct_OTOOL=$OTOOL
7808 # Extract the first word of "otool", so it can be a program name with args.
7809set dummy otool; ac_word=$2
81ecdfbb
RW
7810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7811$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7812if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 7813 $as_echo_n "(cached) " >&6
718a6fd8
SE
7814else
7815 if test -n "$ac_ct_OTOOL"; then
7816 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7817else
7818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7819for as_dir in $PATH
7820do
7821 IFS=$as_save_IFS
7822 test -z "$as_dir" && as_dir=.
81ecdfbb 7823 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7825 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7827 break 2
7828 fi
7829done
81ecdfbb
RW
7830 done
7831IFS=$as_save_IFS
718a6fd8 7832
718a6fd8
SE
7833fi
7834fi
7835ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7836if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7838$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7839else
81ecdfbb
RW
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7841$as_echo "no" >&6; }
718a6fd8
SE
7842fi
7843
81ecdfbb
RW
7844 if test "x$ac_ct_OTOOL" = x; then
7845 OTOOL=":"
7846 else
7847 case $cross_compiling:$ac_tool_warned in
7848yes:)
7849{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7850$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7851ac_tool_warned=yes ;;
7852esac
7853 OTOOL=$ac_ct_OTOOL
7854 fi
718a6fd8
SE
7855else
7856 OTOOL="$ac_cv_prog_OTOOL"
7857fi
7858
7859 if test -n "$ac_tool_prefix"; then
7860 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7861set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7863$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7864if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7865 $as_echo_n "(cached) " >&6
718a6fd8
SE
7866else
7867 if test -n "$OTOOL64"; then
7868 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7869else
7870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7871for as_dir in $PATH
7872do
7873 IFS=$as_save_IFS
7874 test -z "$as_dir" && as_dir=.
81ecdfbb 7875 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7877 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7879 break 2
7880 fi
7881done
81ecdfbb
RW
7882 done
7883IFS=$as_save_IFS
718a6fd8
SE
7884
7885fi
7886fi
7887OTOOL64=$ac_cv_prog_OTOOL64
7888if test -n "$OTOOL64"; then
81ecdfbb
RW
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7890$as_echo "$OTOOL64" >&6; }
718a6fd8 7891else
81ecdfbb
RW
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7893$as_echo "no" >&6; }
718a6fd8
SE
7894fi
7895
81ecdfbb 7896
718a6fd8
SE
7897fi
7898if test -z "$ac_cv_prog_OTOOL64"; then
7899 ac_ct_OTOOL64=$OTOOL64
7900 # Extract the first word of "otool64", so it can be a program name with args.
7901set dummy otool64; ac_word=$2
81ecdfbb
RW
7902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7903$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7904if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7905 $as_echo_n "(cached) " >&6
718a6fd8
SE
7906else
7907 if test -n "$ac_ct_OTOOL64"; then
7908 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7909else
7910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7911for as_dir in $PATH
7912do
7913 IFS=$as_save_IFS
7914 test -z "$as_dir" && as_dir=.
81ecdfbb 7915 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7917 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7919 break 2
7920 fi
7921done
81ecdfbb
RW
7922 done
7923IFS=$as_save_IFS
718a6fd8 7924
718a6fd8
SE
7925fi
7926fi
7927ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7928if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7930$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7931else
81ecdfbb
RW
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7933$as_echo "no" >&6; }
718a6fd8
SE
7934fi
7935
81ecdfbb
RW
7936 if test "x$ac_ct_OTOOL64" = x; then
7937 OTOOL64=":"
7938 else
7939 case $cross_compiling:$ac_tool_warned in
7940yes:)
7941{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7942$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7943ac_tool_warned=yes ;;
7944esac
7945 OTOOL64=$ac_ct_OTOOL64
7946 fi
718a6fd8
SE
7947else
7948 OTOOL64="$ac_cv_prog_OTOOL64"
7949fi
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
81ecdfbb
RW
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7978$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7979if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7980 $as_echo_n "(cached) " >&6
718a6fd8
SE
7981else
7982 lt_cv_apple_cc_single_mod=no
7983 if test -z "${LT_MULTI_MODULE}"; then
7984 # By default we will add the -single_module flag. You can override
7985 # by either setting the environment variable LT_MULTI_MODULE
7986 # non-empty at configure time, or by adding -multi_module to the
7987 # link flags.
7988 rm -rf libconftest.dylib*
7989 echo "int foo(void){return 1;}" > conftest.c
7990 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7991-dynamiclib -Wl,-single_module conftest.c" >&5
7992 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7993 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7994 _lt_result=$?
7995 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7996 lt_cv_apple_cc_single_mod=yes
7997 else
7998 cat conftest.err >&5
7999 fi
8000 rm -rf libconftest.dylib*
8001 rm -f conftest.*
8002 fi
8003fi
81ecdfbb
RW
8004{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8005$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8007$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8008if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 8009 $as_echo_n "(cached) " >&6
718a6fd8
SE
8010else
8011 lt_cv_ld_exported_symbols_list=no
8012 save_LDFLAGS=$LDFLAGS
8013 echo "_main" > conftest.sym
8014 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 8015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
8016/* end confdefs.h. */
8017
8018int
8019main ()
8020{
8021
8022 ;
8023 return 0;
8024}
8025_ACEOF
81ecdfbb 8026if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
8027 lt_cv_ld_exported_symbols_list=yes
8028else
81ecdfbb 8029 lt_cv_ld_exported_symbols_list=no
718a6fd8 8030fi
81ecdfbb
RW
8031rm -f core conftest.err conftest.$ac_objext \
8032 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
8033 LDFLAGS="$save_LDFLAGS"
8034
8035fi
81ecdfbb
RW
8036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8037$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8039$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8040if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
8041 $as_echo_n "(cached) " >&6
8042else
8043 lt_cv_ld_force_load=no
8044 cat > conftest.c << _LT_EOF
8045int forced_loaded() { return 2;}
8046_LT_EOF
8047 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8048 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8049 echo "$AR cru libconftest.a conftest.o" >&5
8050 $AR cru libconftest.a conftest.o 2>&5
8051 cat > conftest.c << _LT_EOF
8052int main() { return 0;}
8053_LT_EOF
8054 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8055 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8056 _lt_result=$?
8057 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8058 lt_cv_ld_force_load=yes
8059 else
8060 cat conftest.err >&5
8061 fi
8062 rm -f conftest.err libconftest.a conftest conftest.c
8063 rm -rf conftest.dSYM
8064
8065fi
8066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8067$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
8068 case $host_os in
8069 rhapsody* | darwin1.[012])
8070 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8071 darwin1.*)
8072 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8073 darwin*) # darwin 5.x on
8074 # if running on 10.5 or later, the deployment target defaults
8075 # to the OS version, if on x86, and 10.4, the deployment
8076 # target defaults to 10.4. Don't you love it?
8077 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8078 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8079 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 8080 10.[012][,.]*)
718a6fd8
SE
8081 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8082 10.*)
8083 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8084 esac
8085 ;;
8086 esac
8087 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8088 _lt_dar_single_mod='$single_module'
8089 fi
8090 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8091 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8092 else
8093 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8094 fi
3725885a 8095 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
8096 _lt_dsymutil='~$DSYMUTIL $lib || :'
8097 else
8098 _lt_dsymutil=
8099 fi
8100 ;;
8101 esac
8102
718a6fd8 8103for ac_header in dlfcn.h
81ecdfbb
RW
8104do :
8105 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8106"
d0ac1c44 8107if test "x$ac_cv_header_dlfcn_h" = xyes; then :
718a6fd8 8108 cat >>confdefs.h <<_ACEOF
81ecdfbb 8109#define HAVE_DLFCN_H 1
718a6fd8
SE
8110_ACEOF
8111
8112fi
8113
8114done
8115
8116
8117
3725885a
RW
8118
8119
718a6fd8
SE
8120# Set options
8121
8122
8123
8124 enable_dlopen=no
8125
8126
8127 enable_win32_dll=no
8128
8129
81ecdfbb
RW
8130 # Check whether --enable-shared was given.
8131if test "${enable_shared+set}" = set; then :
8132 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
8133 case $enableval in
8134 yes) enable_shared=yes ;;
8135 no) enable_shared=no ;;
8136 *)
8137 enable_shared=no
8138 # Look at the argument we got. We use all the common list separators.
8139 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8140 for pkg in $enableval; do
8141 IFS="$lt_save_ifs"
8142 if test "X$pkg" = "X$p"; then
8143 enable_shared=yes
8144 fi
8145 done
8146 IFS="$lt_save_ifs"
8147 ;;
8148 esac
8149else
8150 enable_shared=yes
81ecdfbb 8151fi
718a6fd8
SE
8152
8153
8154
8155
8156
8157
8158
8159
81ecdfbb
RW
8160
8161 # Check whether --enable-static was given.
8162if test "${enable_static+set}" = set; then :
8163 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
8164 case $enableval in
8165 yes) enable_static=yes ;;
8166 no) enable_static=no ;;
8167 *)
8168 enable_static=no
8169 # Look at the argument we got. We use all the common list separators.
8170 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8171 for pkg in $enableval; do
8172 IFS="$lt_save_ifs"
8173 if test "X$pkg" = "X$p"; then
8174 enable_static=yes
8175 fi
8176 done
8177 IFS="$lt_save_ifs"
8178 ;;
8179 esac
8180else
8181 enable_static=yes
81ecdfbb 8182fi
718a6fd8
SE
8183
8184
8185
8186
8187
8188
8189
8190
8191
81ecdfbb
RW
8192
8193# Check whether --with-pic was given.
8194if test "${with_pic+set}" = set; then :
8195 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
8196else
8197 pic_mode=default
81ecdfbb
RW
8198fi
8199
718a6fd8
SE
8200
8201test -z "$pic_mode" && pic_mode=default
8202
8203
8204
8205
8206
8207
8208
81ecdfbb
RW
8209 # Check whether --enable-fast-install was given.
8210if test "${enable_fast_install+set}" = set; then :
8211 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
8212 case $enableval in
8213 yes) enable_fast_install=yes ;;
8214 no) enable_fast_install=no ;;
8215 *)
8216 enable_fast_install=no
8217 # Look at the argument we got. We use all the common list separators.
8218 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8219 for pkg in $enableval; do
8220 IFS="$lt_save_ifs"
8221 if test "X$pkg" = "X$p"; then
8222 enable_fast_install=yes
8223 fi
8224 done
8225 IFS="$lt_save_ifs"
7357c5b6
AM
8226 ;;
8227 esac
718a6fd8
SE
8228else
8229 enable_fast_install=yes
81ecdfbb
RW
8230fi
8231
20e95c23 8232
20e95c23
DJ
8233
8234
42ecbf5e 8235
d7040cdb 8236
20e95c23 8237
d7040cdb 8238
d7040cdb
SE
8239
8240
8241
8242# This can be used to rebuild libtool when needed
8243LIBTOOL_DEPS="$ltmain"
8244
8245# Always use our own libtool.
8246LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8247
8248
8249
8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
8264
8265
8266
8267
8268
8269
3725885a 8270
d7040cdb
SE
8271
8272
8273test -z "$LN_S" && LN_S="ln -s"
8274
8275
8276
8277
8278
8279
8280
8281
8282
8283
8284
8285
8286
8287
8288if test -n "${ZSH_VERSION+set}" ; then
8289 setopt NO_GLOB_SUBST
8290fi
8291
81ecdfbb
RW
8292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8293$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 8294if ${lt_cv_objdir+:} false; then :
81ecdfbb 8295 $as_echo_n "(cached) " >&6
20e95c23 8296else
d7040cdb
SE
8297 rm -f .libs 2>/dev/null
8298mkdir .libs 2>/dev/null
8299if test -d .libs; then
8300 lt_cv_objdir=.libs
42ecbf5e 8301else
d7040cdb
SE
8302 # MS-DOS does not allow filenames that begin with a dot.
8303 lt_cv_objdir=_libs
8304fi
8305rmdir .libs 2>/dev/null
42ecbf5e 8306fi
81ecdfbb
RW
8307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8308$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 8309objdir=$lt_cv_objdir
42ecbf5e 8310
d7040cdb
SE
8311
8312
8313
8314
8315cat >>confdefs.h <<_ACEOF
8316#define LT_OBJDIR "$lt_cv_objdir/"
8317_ACEOF
8318
8319
8320
8321
d7040cdb
SE
8322case $host_os in
8323aix3*)
8324 # AIX sometimes has problems with the GCC collect2 program. For some
8325 # reason, if we set the COLLECT_NAMES environment variable, the problems
8326 # vanish in a puff of smoke.
8327 if test "X${COLLECT_NAMES+set}" != Xset; then
8328 COLLECT_NAMES=
8329 export COLLECT_NAMES
8330 fi
8331 ;;
8332esac
8333
d7040cdb
SE
8334# Global variables:
8335ofile=libtool
8336can_build_shared=yes
8337
8338# All known linkers require a `.a' archive for static linking (except MSVC,
8339# which needs '.lib').
8340libext=a
8341
8342with_gnu_ld="$lt_cv_prog_gnu_ld"
8343
8344old_CC="$CC"
8345old_CFLAGS="$CFLAGS"
8346
8347# Set sane defaults for various variables
8348test -z "$CC" && CC=cc
8349test -z "$LTCC" && LTCC=$CC
8350test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8351test -z "$LD" && LD=ld
8352test -z "$ac_objext" && ac_objext=o
8353
8354for cc_temp in $compiler""; do
8355 case $cc_temp in
8356 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8357 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8358 \-*) ;;
8359 *) break;;
8360 esac
8361done
3725885a 8362cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8363
8364
8365# Only perform the check for file, if the check method requires it
8366test -z "$MAGIC_CMD" && MAGIC_CMD=file
8367case $deplibs_check_method in
8368file_magic*)
8369 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8371$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8372if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8373 $as_echo_n "(cached) " >&6
42ecbf5e 8374else
d7040cdb
SE
8375 case $MAGIC_CMD in
8376[\\/*] | ?:[\\/]*)
8377 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 8378 ;;
d7040cdb
SE
8379*)
8380 lt_save_MAGIC_CMD="$MAGIC_CMD"
8381 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8382 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8383 for ac_dir in $ac_dummy; do
8384 IFS="$lt_save_ifs"
8385 test -z "$ac_dir" && ac_dir=.
8386 if test -f $ac_dir/${ac_tool_prefix}file; then
8387 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8388 if test -n "$file_magic_test_file"; then
8389 case $deplibs_check_method in
8390 "file_magic "*)
8391 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8392 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8393 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8394 $EGREP "$file_magic_regex" > /dev/null; then
8395 :
8396 else
8397 cat <<_LT_EOF 1>&2
42ecbf5e 8398
d7040cdb
SE
8399*** Warning: the command libtool uses to detect shared libraries,
8400*** $file_magic_cmd, produces output that libtool cannot recognize.
8401*** The result is that libtool may fail to recognize shared libraries
8402*** as such. This will affect the creation of libtool libraries that
8403*** depend on shared libraries, but programs linked with such libtool
8404*** libraries will work regardless of this problem. Nevertheless, you
8405*** may want to report the problem to your system manager and/or to
8406*** bug-libtool@gnu.org
8407
8408_LT_EOF
8409 fi ;;
8410 esac
8411 fi
8412 break
8413 fi
8414 done
8415 IFS="$lt_save_ifs"
8416 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
8417 ;;
8418esac
42ecbf5e 8419fi
20e95c23 8420
d7040cdb
SE
8421MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8422if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8424$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 8425else
81ecdfbb
RW
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8427$as_echo "no" >&6; }
42ecbf5e
DJ
8428fi
8429
20e95c23
DJ
8430
8431
42ecbf5e 8432
20e95c23 8433
d7040cdb
SE
8434if test -z "$lt_cv_path_MAGIC_CMD"; then
8435 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8437$as_echo_n "checking for file... " >&6; }
d0ac1c44 8438if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8439 $as_echo_n "(cached) " >&6
42ecbf5e 8440else
d7040cdb
SE
8441 case $MAGIC_CMD in
8442[\\/*] | ?:[\\/]*)
8443 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8444 ;;
8445*)
8446 lt_save_MAGIC_CMD="$MAGIC_CMD"
8447 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8448 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8449 for ac_dir in $ac_dummy; do
8450 IFS="$lt_save_ifs"
8451 test -z "$ac_dir" && ac_dir=.
8452 if test -f $ac_dir/file; then
8453 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8454 if test -n "$file_magic_test_file"; then
8455 case $deplibs_check_method in
8456 "file_magic "*)
8457 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8458 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8459 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8460 $EGREP "$file_magic_regex" > /dev/null; then
8461 :
8462 else
8463 cat <<_LT_EOF 1>&2
8464
8465*** Warning: the command libtool uses to detect shared libraries,
8466*** $file_magic_cmd, produces output that libtool cannot recognize.
8467*** The result is that libtool may fail to recognize shared libraries
8468*** as such. This will affect the creation of libtool libraries that
8469*** depend on shared libraries, but programs linked with such libtool
8470*** libraries will work regardless of this problem. Nevertheless, you
8471*** may want to report the problem to your system manager and/or to
8472*** bug-libtool@gnu.org
8473
8474_LT_EOF
8475 fi ;;
8476 esac
8477 fi
8478 break
8479 fi
8480 done
8481 IFS="$lt_save_ifs"
8482 MAGIC_CMD="$lt_save_MAGIC_CMD"
8483 ;;
20e95c23
DJ
8484esac
8485fi
d7040cdb
SE
8486
8487MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8488if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8490$as_echo "$MAGIC_CMD" >&6; }
20e95c23 8491else
81ecdfbb
RW
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8493$as_echo "no" >&6; }
20e95c23
DJ
8494fi
8495
20e95c23 8496
42ecbf5e 8497 else
d7040cdb 8498 MAGIC_CMD=:
42ecbf5e 8499 fi
42ecbf5e 8500fi
42ecbf5e 8501
20e95c23 8502 fi
d7040cdb
SE
8503 ;;
8504esac
42ecbf5e 8505
d7040cdb 8506# Use C for the default configuration in the libtool script
42ecbf5e 8507
d7040cdb
SE
8508lt_save_CC="$CC"
8509ac_ext=c
8510ac_cpp='$CPP $CPPFLAGS'
8511ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8512ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8513ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 8514
42ecbf5e 8515
d7040cdb
SE
8516# Source file extension for C test sources.
8517ac_ext=c
42ecbf5e 8518
d7040cdb
SE
8519# Object file extension for compiled C test sources.
8520objext=o
8521objext=$objext
42ecbf5e 8522
d7040cdb
SE
8523# Code to be used in simple compile tests
8524lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 8525
d7040cdb
SE
8526# Code to be used in simple link tests
8527lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 8528
ac48eca1 8529
42ecbf5e 8530
42ecbf5e 8531
d5fbea21 8532
d5fbea21
DJ
8533
8534
d7040cdb
SE
8535# If no C compiler was specified, use CC.
8536LTCC=${LTCC-"$CC"}
20e95c23 8537
d7040cdb
SE
8538# If no C compiler flags were specified, use CFLAGS.
8539LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 8540
d7040cdb
SE
8541# Allow CC to be a program name with arguments.
8542compiler=$CC
252b5132 8543
d7040cdb
SE
8544# Save the default compiler, since it gets overwritten when the other
8545# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8546compiler_DEFAULT=$CC
42ecbf5e 8547
d7040cdb
SE
8548# save warnings/boilerplate of simple test code
8549ac_outfile=conftest.$ac_objext
8550echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8551eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8552_lt_compiler_boilerplate=`cat conftest.err`
8553$RM conftest*
252b5132 8554
d7040cdb
SE
8555ac_outfile=conftest.$ac_objext
8556echo "$lt_simple_link_test_code" >conftest.$ac_ext
8557eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8558_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8559$RM -r conftest*
252b5132 8560
42ecbf5e 8561
f2c621e4
AS
8562## CAVEAT EMPTOR:
8563## There is no encapsulation within the following macros, do not change
8564## the running order or otherwise move them around unless you know exactly
8565## what you are doing...
d7040cdb 8566if test -n "$compiler"; then
252b5132 8567
d7040cdb 8568lt_prog_compiler_no_builtin_flag=
252b5132 8569
d7040cdb 8570if test "$GCC" = yes; then
3725885a
RW
8571 case $cc_basename in
8572 nvcc*)
8573 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8574 *)
8575 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8576 esac
d15b04bd 8577
81ecdfbb
RW
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8579$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8580if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 8581 $as_echo_n "(cached) " >&6
252b5132 8582else
d7040cdb
SE
8583 lt_cv_prog_compiler_rtti_exceptions=no
8584 ac_outfile=conftest.$ac_objext
8585 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8586 lt_compiler_flag="-fno-rtti -fno-exceptions"
8587 # Insert the option either (1) after the last *FLAGS variable, or
8588 # (2) before a word containing "conftest.", or (3) at the end.
8589 # Note that $ac_compile itself does not contain backslashes and begins
8590 # with a dollar sign (not a hyphen), so the echo should work correctly.
8591 # The option is referenced via a variable to avoid confusing sed.
8592 lt_compile=`echo "$ac_compile" | $SED \
8593 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8594 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8595 -e 's:$: $lt_compiler_flag:'`
3725885a 8596 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8597 (eval "$lt_compile" 2>conftest.err)
8598 ac_status=$?
8599 cat conftest.err >&5
3725885a 8600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8601 if (exit $ac_status) && test -s "$ac_outfile"; then
8602 # The compiler can only warn and ignore the option if not recognized
8603 # So say no if there are warnings other than the usual output.
3725885a 8604 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8605 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8606 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8607 lt_cv_prog_compiler_rtti_exceptions=yes
8608 fi
8609 fi
8610 $RM conftest*
42ecbf5e 8611
252b5132 8612fi
81ecdfbb
RW
8613{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8614$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8615
8616if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8617 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8618else
d7040cdb 8619 :
252b5132 8620fi
252b5132
RH
8621
8622fi
d7040cdb
SE
8623
8624
8625
8626
8627
8628
8629 lt_prog_compiler_wl=
8630lt_prog_compiler_pic=
8631lt_prog_compiler_static=
8632
f2c621e4
AS
8633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8634$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8635
8636 if test "$GCC" = yes; then
8637 lt_prog_compiler_wl='-Wl,'
8638 lt_prog_compiler_static='-static'
8639
8640 case $host_os in
8641 aix*)
8642 # All AIX code is PIC.
8643 if test "$host_cpu" = ia64; then
8644 # AIX 5 now supports IA64 processor
8645 lt_prog_compiler_static='-Bstatic'
8646 fi
6c9c0a50 8647 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8648 ;;
8649
8650 amigaos*)
718a6fd8
SE
8651 case $host_cpu in
8652 powerpc)
8653 # see comment about AmigaOS4 .so support
8654 lt_prog_compiler_pic='-fPIC'
8655 ;;
8656 m68k)
8657 # FIXME: we need at least 68020 code to build shared libraries, but
8658 # adding the `-m68020' flag to GCC prevents building anything better,
8659 # like `-m68040'.
8660 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8661 ;;
8662 esac
d7040cdb
SE
8663 ;;
8664
8665 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8666 # PIC is the default for these OSes.
8667 ;;
8668
718a6fd8 8669 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8670 # This hack is so that the source file can tell whether it is being
8671 # built for inclusion in a dll (and should export symbols for example).
8672 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8673 # (--disable-auto-import) libraries
8674 lt_prog_compiler_pic='-DDLL_EXPORT'
8675 ;;
8676
8677 darwin* | rhapsody*)
8678 # PIC is the default on this platform
8679 # Common symbols not allowed in MH_DYLIB files
8680 lt_prog_compiler_pic='-fno-common'
8681 ;;
8682
3725885a
RW
8683 haiku*)
8684 # PIC is the default for Haiku.
8685 # The "-static" flag exists, but is broken.
8686 lt_prog_compiler_static=
8687 ;;
8688
d7040cdb 8689 hpux*)
718a6fd8
SE
8690 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8691 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8692 # sets the default TLS model and affects inlining.
d7040cdb 8693 case $host_cpu in
718a6fd8 8694 hppa*64*)
d7040cdb
SE
8695 # +Z the default
8696 ;;
8697 *)
8698 lt_prog_compiler_pic='-fPIC'
8699 ;;
8700 esac
8701 ;;
8702
8703 interix[3-9]*)
8704 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8705 # Instead, we relocate shared libraries at runtime.
8706 ;;
8707
8708 msdosdjgpp*)
8709 # Just because we use GCC doesn't mean we suddenly get shared libraries
8710 # on systems that don't support them.
8711 lt_prog_compiler_can_build_shared=no
8712 enable_shared=no
8713 ;;
8714
8715 *nto* | *qnx*)
8716 # QNX uses GNU C++, but need to define -shared option too, otherwise
8717 # it will coredump.
8718 lt_prog_compiler_pic='-fPIC -shared'
8719 ;;
8720
8721 sysv4*MP*)
8722 if test -d /usr/nec; then
8723 lt_prog_compiler_pic=-Kconform_pic
8724 fi
8725 ;;
8726
8727 *)
8728 lt_prog_compiler_pic='-fPIC'
8729 ;;
8730 esac
3725885a
RW
8731
8732 case $cc_basename in
8733 nvcc*) # Cuda Compiler Driver 2.2
8734 lt_prog_compiler_wl='-Xlinker '
8735 lt_prog_compiler_pic='-Xcompiler -fPIC'
8736 ;;
8737 esac
d7040cdb
SE
8738 else
8739 # PORTME Check for flag to pass linker flags through the system compiler.
8740 case $host_os in
8741 aix*)
8742 lt_prog_compiler_wl='-Wl,'
8743 if test "$host_cpu" = ia64; then
8744 # AIX 5 now supports IA64 processor
8745 lt_prog_compiler_static='-Bstatic'
8746 else
8747 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8748 fi
8749 ;;
d7040cdb 8750
718a6fd8 8751 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8752 # This hack is so that the source file can tell whether it is being
8753 # built for inclusion in a dll (and should export symbols for example).
8754 lt_prog_compiler_pic='-DDLL_EXPORT'
8755 ;;
8756
8757 hpux9* | hpux10* | hpux11*)
8758 lt_prog_compiler_wl='-Wl,'
8759 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8760 # not for PA HP-UX.
8761 case $host_cpu in
8762 hppa*64*|ia64*)
8763 # +Z the default
8764 ;;
8765 *)
8766 lt_prog_compiler_pic='+Z'
8767 ;;
8768 esac
8769 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8770 lt_prog_compiler_static='${wl}-a ${wl}archive'
8771 ;;
8772
8773 irix5* | irix6* | nonstopux*)
8774 lt_prog_compiler_wl='-Wl,'
8775 # PIC (with -KPIC) is the default.
8776 lt_prog_compiler_static='-non_shared'
8777 ;;
8778
58e24671 8779 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8780 case $cc_basename in
718a6fd8
SE
8781 # old Intel for x86_64 which still supported -KPIC.
8782 ecc*)
d7040cdb
SE
8783 lt_prog_compiler_wl='-Wl,'
8784 lt_prog_compiler_pic='-KPIC'
8785 lt_prog_compiler_static='-static'
8786 ;;
718a6fd8
SE
8787 # icc used to be incompatible with GCC.
8788 # ICC 10 doesn't accept -KPIC any more.
8789 icc* | ifort*)
8790 lt_prog_compiler_wl='-Wl,'
8791 lt_prog_compiler_pic='-fPIC'
8792 lt_prog_compiler_static='-static'
8793 ;;
8794 # Lahey Fortran 8.1.
8795 lf95*)
8796 lt_prog_compiler_wl='-Wl,'
8797 lt_prog_compiler_pic='--shared'
8798 lt_prog_compiler_static='--static'
8799 ;;
3725885a 8800 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8801 # Portland Group compilers (*not* the Pentium gcc compiler,
8802 # which looks to be a dead project)
8803 lt_prog_compiler_wl='-Wl,'
8804 lt_prog_compiler_pic='-fpic'
8805 lt_prog_compiler_static='-Bstatic'
8806 ;;
8807 ccc*)
8808 lt_prog_compiler_wl='-Wl,'
8809 # All Alpha code is PIC.
8810 lt_prog_compiler_static='-non_shared'
8811 ;;
3725885a
RW
8812 xl* | bgxl* | bgf* | mpixl*)
8813 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8814 lt_prog_compiler_wl='-Wl,'
8815 lt_prog_compiler_pic='-qpic'
8816 lt_prog_compiler_static='-qstaticlink'
8817 ;;
d7040cdb
SE
8818 *)
8819 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8820 *Sun\ F* | *Sun*Fortran*)
8821 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8822 lt_prog_compiler_pic='-KPIC'
8823 lt_prog_compiler_static='-Bstatic'
3725885a 8824 lt_prog_compiler_wl=''
d7040cdb 8825 ;;
3725885a
RW
8826 *Sun\ C*)
8827 # Sun C 5.9
d7040cdb
SE
8828 lt_prog_compiler_pic='-KPIC'
8829 lt_prog_compiler_static='-Bstatic'
3725885a 8830 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8831 ;;
8832 esac
8833 ;;
8834 esac
8835 ;;
8836
8837 newsos6)
8838 lt_prog_compiler_pic='-KPIC'
8839 lt_prog_compiler_static='-Bstatic'
8840 ;;
8841
8842 *nto* | *qnx*)
8843 # QNX uses GNU C++, but need to define -shared option too, otherwise
8844 # it will coredump.
8845 lt_prog_compiler_pic='-fPIC -shared'
8846 ;;
8847
8848 osf3* | osf4* | osf5*)
8849 lt_prog_compiler_wl='-Wl,'
8850 # All OSF/1 code is PIC.
8851 lt_prog_compiler_static='-non_shared'
8852 ;;
8853
8854 rdos*)
8855 lt_prog_compiler_static='-non_shared'
8856 ;;
8857
8858 solaris*)
8859 lt_prog_compiler_pic='-KPIC'
8860 lt_prog_compiler_static='-Bstatic'
8861 case $cc_basename in
f2c621e4 8862 f77* | f90* | f95*)
d7040cdb
SE
8863 lt_prog_compiler_wl='-Qoption ld ';;
8864 *)
8865 lt_prog_compiler_wl='-Wl,';;
8866 esac
8867 ;;
8868
8869 sunos4*)
8870 lt_prog_compiler_wl='-Qoption ld '
8871 lt_prog_compiler_pic='-PIC'
8872 lt_prog_compiler_static='-Bstatic'
8873 ;;
8874
8875 sysv4 | sysv4.2uw2* | sysv4.3*)
8876 lt_prog_compiler_wl='-Wl,'
8877 lt_prog_compiler_pic='-KPIC'
8878 lt_prog_compiler_static='-Bstatic'
8879 ;;
8880
8881 sysv4*MP*)
8882 if test -d /usr/nec ;then
8883 lt_prog_compiler_pic='-Kconform_pic'
8884 lt_prog_compiler_static='-Bstatic'
8885 fi
8886 ;;
8887
8888 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8889 lt_prog_compiler_wl='-Wl,'
8890 lt_prog_compiler_pic='-KPIC'
8891 lt_prog_compiler_static='-Bstatic'
8892 ;;
8893
8894 unicos*)
8895 lt_prog_compiler_wl='-Wl,'
8896 lt_prog_compiler_can_build_shared=no
8897 ;;
8898
8899 uts4*)
8900 lt_prog_compiler_pic='-pic'
8901 lt_prog_compiler_static='-Bstatic'
8902 ;;
8903
8904 *)
8905 lt_prog_compiler_can_build_shared=no
8906 ;;
8907 esac
8908 fi
8909
8910case $host_os in
8911 # For platforms which do not support PIC, -DPIC is meaningless:
8912 *djgpp*)
8913 lt_prog_compiler_pic=
8914 ;;
8915 *)
8916 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8917 ;;
8918esac
f2c621e4
AS
8919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8920$as_echo "$lt_prog_compiler_pic" >&6; }
8921
8922
8923
8924
d7040cdb
SE
8925
8926
8927#
8928# Check to make sure the PIC flag actually works.
8929#
8930if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8932$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8933if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8934 $as_echo_n "(cached) " >&6
42ecbf5e 8935else
718a6fd8 8936 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8937 ac_outfile=conftest.$ac_objext
8938 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8939 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8940 # Insert the option either (1) after the last *FLAGS variable, or
8941 # (2) before a word containing "conftest.", or (3) at the end.
8942 # Note that $ac_compile itself does not contain backslashes and begins
8943 # with a dollar sign (not a hyphen), so the echo should work correctly.
8944 # The option is referenced via a variable to avoid confusing sed.
8945 lt_compile=`echo "$ac_compile" | $SED \
8946 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8947 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8948 -e 's:$: $lt_compiler_flag:'`
3725885a 8949 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8950 (eval "$lt_compile" 2>conftest.err)
8951 ac_status=$?
8952 cat conftest.err >&5
3725885a 8953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8954 if (exit $ac_status) && test -s "$ac_outfile"; then
8955 # The compiler can only warn and ignore the option if not recognized
8956 # So say no if there are warnings other than the usual output.
3725885a 8957 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8958 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8959 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8960 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8961 fi
8962 fi
8963 $RM conftest*
42ecbf5e 8964
252b5132 8965fi
81ecdfbb
RW
8966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8967$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8968
718a6fd8 8969if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8970 case $lt_prog_compiler_pic in
8971 "" | " "*) ;;
8972 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8973 esac
252b5132 8974else
d7040cdb
SE
8975 lt_prog_compiler_pic=
8976 lt_prog_compiler_can_build_shared=no
252b5132 8977fi
252b5132
RH
8978
8979fi
42ecbf5e 8980
d7040cdb
SE
8981
8982
8983
8984
8985
8986#
8987# Check to make sure the static flag actually works.
8988#
8989wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8991$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8992if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8993 $as_echo_n "(cached) " >&6
42ecbf5e 8994else
718a6fd8 8995 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8996 save_LDFLAGS="$LDFLAGS"
8997 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8998 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8999 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9000 # The linker can only warn and ignore the option if not recognized
9001 # So say no if there are warnings
9002 if test -s conftest.err; then
9003 # Append any errors to the config.log.
9004 cat conftest.err 1>&5
3725885a 9005 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
9006 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9007 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 9008 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
9009 fi
9010 else
718a6fd8 9011 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
9012 fi
9013 fi
718a6fd8 9014 $RM -r conftest*
d7040cdb 9015 LDFLAGS="$save_LDFLAGS"
42ecbf5e 9016
42ecbf5e 9017fi
81ecdfbb
RW
9018{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9019$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 9020
718a6fd8 9021if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
9022 :
9023else
9024 lt_prog_compiler_static=
42ecbf5e 9025fi
42ecbf5e 9026
252b5132 9027
252b5132 9028
42ecbf5e 9029
252b5132 9030
20e95c23 9031
d7040cdb 9032
81ecdfbb
RW
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9034$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 9035if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 9036 $as_echo_n "(cached) " >&6
252b5132 9037else
d7040cdb
SE
9038 lt_cv_prog_compiler_c_o=no
9039 $RM -r conftest 2>/dev/null
9040 mkdir conftest
9041 cd conftest
9042 mkdir out
9043 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9044
9045 lt_compiler_flag="-o out/conftest2.$ac_objext"
9046 # Insert the option either (1) after the last *FLAGS variable, or
9047 # (2) before a word containing "conftest.", or (3) at the end.
9048 # Note that $ac_compile itself does not contain backslashes and begins
9049 # with a dollar sign (not a hyphen), so the echo should work correctly.
9050 lt_compile=`echo "$ac_compile" | $SED \
9051 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9052 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9053 -e 's:$: $lt_compiler_flag:'`
3725885a 9054 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
9055 (eval "$lt_compile" 2>out/conftest.err)
9056 ac_status=$?
9057 cat out/conftest.err >&5
3725885a 9058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
9059 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9060 then
9061 # The compiler can only warn and ignore the option if not recognized
9062 # So say no if there are warnings
3725885a 9063 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
9064 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9065 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9066 lt_cv_prog_compiler_c_o=yes
9067 fi
9068 fi
9069 chmod u+w . 2>&5
9070 $RM conftest*
9071 # SGI C++ compiler will create directory out/ii_files/ for
9072 # template instantiation
9073 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9074 $RM out/* && rmdir out
9075 cd ..
9076 $RM -r conftest
9077 $RM conftest*
9078
252b5132 9079fi
81ecdfbb
RW
9080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9081$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 9082
20e95c23 9083
20e95c23
DJ
9084
9085
d7040cdb
SE
9086
9087
81ecdfbb
RW
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9089$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 9090if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 9091 $as_echo_n "(cached) " >&6
42ecbf5e 9092else
d7040cdb
SE
9093 lt_cv_prog_compiler_c_o=no
9094 $RM -r conftest 2>/dev/null
9095 mkdir conftest
9096 cd conftest
9097 mkdir out
9098 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9099
9100 lt_compiler_flag="-o out/conftest2.$ac_objext"
9101 # Insert the option either (1) after the last *FLAGS variable, or
9102 # (2) before a word containing "conftest.", or (3) at the end.
9103 # Note that $ac_compile itself does not contain backslashes and begins
9104 # with a dollar sign (not a hyphen), so the echo should work correctly.
9105 lt_compile=`echo "$ac_compile" | $SED \
9106 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9107 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9108 -e 's:$: $lt_compiler_flag:'`
3725885a 9109 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
9110 (eval "$lt_compile" 2>out/conftest.err)
9111 ac_status=$?
9112 cat out/conftest.err >&5
3725885a 9113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
9114 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9115 then
9116 # The compiler can only warn and ignore the option if not recognized
9117 # So say no if there are warnings
3725885a 9118 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
9119 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9120 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9121 lt_cv_prog_compiler_c_o=yes
9122 fi
9123 fi
9124 chmod u+w . 2>&5
9125 $RM conftest*
9126 # SGI C++ compiler will create directory out/ii_files/ for
9127 # template instantiation
9128 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9129 $RM out/* && rmdir out
9130 cd ..
9131 $RM -r conftest
9132 $RM conftest*
9133
9134fi
81ecdfbb
RW
9135{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9136$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
9137
9138
9139
9140
9141hard_links="nottested"
9142if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9143 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
9144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9145$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
9146 hard_links=yes
9147 $RM conftest*
9148 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9149 touch conftest.a
9150 ln conftest.a conftest.b 2>&5 || hard_links=no
9151 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
9152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9153$as_echo "$hard_links" >&6; }
d7040cdb 9154 if test "$hard_links" = no; then
81ecdfbb
RW
9155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9156$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
9157 need_locks=warn
9158 fi
9159else
9160 need_locks=no
9161fi
9162
9163
9164
9165
9166
9167
81ecdfbb
RW
9168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9169$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
9170
9171 runpath_var=
9172 allow_undefined_flag=
9173 always_export_symbols=no
9174 archive_cmds=
9175 archive_expsym_cmds=
9176 compiler_needs_object=no
9177 enable_shared_with_static_runtimes=no
9178 export_dynamic_flag_spec=
9179 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9180 hardcode_automatic=no
9181 hardcode_direct=no
9182 hardcode_direct_absolute=no
9183 hardcode_libdir_flag_spec=
9184 hardcode_libdir_flag_spec_ld=
9185 hardcode_libdir_separator=
9186 hardcode_minus_L=no
9187 hardcode_shlibpath_var=unsupported
9188 inherit_rpath=no
9189 link_all_deplibs=unknown
9190 module_cmds=
9191 module_expsym_cmds=
9192 old_archive_from_new_cmds=
9193 old_archive_from_expsyms_cmds=
9194 thread_safe_flag_spec=
9195 whole_archive_flag_spec=
9196 # include_expsyms should be a list of space-separated symbols to be *always*
9197 # included in the symbol list
9198 include_expsyms=
9199 # exclude_expsyms can be an extended regexp of symbols to exclude
9200 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9201 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9202 # as well as any symbol that contains `d'.
718a6fd8 9203 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
9204 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9205 # platforms (ab)use it in PIC code, but their linkers get confused if
9206 # the symbol is explicitly referenced. Since portable code cannot
9207 # rely on this symbol name, it's probably fine to never include it in
9208 # preloaded symbol tables.
718a6fd8 9209 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
9210 extract_expsyms_cmds=
9211
9212 case $host_os in
718a6fd8 9213 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9214 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9215 # When not using gcc, we currently assume that we are using
9216 # Microsoft Visual C++.
9217 if test "$GCC" != yes; then
9218 with_gnu_ld=no
9219 fi
9220 ;;
9221 interix*)
9222 # we just hope/assume this is gcc and not c89 (= MSVC++)
9223 with_gnu_ld=yes
9224 ;;
9225 openbsd*)
9226 with_gnu_ld=no
9227 ;;
9228 esac
9229
9230 ld_shlibs=yes
3725885a
RW
9231
9232 # On some targets, GNU ld is compatible enough with the native linker
9233 # that we're better off using the native interface for both.
9234 lt_use_gnu_ld_interface=no
d7040cdb 9235 if test "$with_gnu_ld" = yes; then
3725885a
RW
9236 case $host_os in
9237 aix*)
9238 # The AIX port of GNU ld has always aspired to compatibility
9239 # with the native linker. However, as the warning in the GNU ld
9240 # block says, versions before 2.19.5* couldn't really create working
9241 # shared libraries, regardless of the interface used.
9242 case `$LD -v 2>&1` in
9243 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9244 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9245 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9246 *)
9247 lt_use_gnu_ld_interface=yes
9248 ;;
9249 esac
9250 ;;
9251 *)
9252 lt_use_gnu_ld_interface=yes
9253 ;;
9254 esac
9255 fi
9256
9257 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
9258 # If archive_cmds runs LD, not CC, wlarc should be empty
9259 wlarc='${wl}'
9260
9261 # Set some defaults for GNU ld with shared library support. These
9262 # are reset later if shared libraries are not supported. Putting them
9263 # here allows them to be overridden if necessary.
9264 runpath_var=LD_RUN_PATH
9265 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9266 export_dynamic_flag_spec='${wl}--export-dynamic'
9267 # ancient GNU ld didn't support --whole-archive et. al.
9268 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9269 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9270 else
9271 whole_archive_flag_spec=
9272 fi
9273 supports_anon_versioning=no
9274 case `$LD -v 2>&1` in
3725885a 9275 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
9276 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9277 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9278 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9279 *\ 2.11.*) ;; # other 2.11 versions
9280 *) supports_anon_versioning=yes ;;
9281 esac
9282
9283 # See if GNU ld supports shared libraries.
9284 case $host_os in
50e7d84b 9285 aix[3-9]*)
d7040cdb
SE
9286 # On AIX/PPC, the GNU linker is very broken
9287 if test "$host_cpu" != ia64; then
9288 ld_shlibs=no
9289 cat <<_LT_EOF 1>&2
9290
3725885a 9291*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
9292*** to be unable to reliably create shared libraries on AIX.
9293*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9294*** really care for shared libraries, you may want to install binutils
9295*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9296*** You will then need to restart the configuration process.
d7040cdb
SE
9297
9298_LT_EOF
9299 fi
9300 ;;
9301
9302 amigaos*)
718a6fd8
SE
9303 case $host_cpu in
9304 powerpc)
9305 # see comment about AmigaOS4 .so support
9306 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9307 archive_expsym_cmds=''
9308 ;;
9309 m68k)
9310 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)'
9311 hardcode_libdir_flag_spec='-L$libdir'
9312 hardcode_minus_L=yes
9313 ;;
9314 esac
d7040cdb
SE
9315 ;;
9316
9317 beos*)
9318 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9319 allow_undefined_flag=unsupported
9320 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9321 # support --undefined. This deserves some investigation. FIXME
9322 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9323 else
9324 ld_shlibs=no
9325 fi
9326 ;;
9327
718a6fd8 9328 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9329 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9330 # as there is no search path for DLLs.
9331 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9332 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
9333 allow_undefined_flag=unsupported
9334 always_export_symbols=no
9335 enable_shared_with_static_runtimes=yes
f2c621e4 9336 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
9337
9338 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9339 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9340 # If the export-symbols file already is a .def file (1st line
9341 # is EXPORTS), use it as is; otherwise, prepend...
9342 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9343 cp $export_symbols $output_objdir/$soname.def;
9344 else
9345 echo EXPORTS > $output_objdir/$soname.def;
9346 cat $export_symbols >> $output_objdir/$soname.def;
9347 fi~
9348 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9349 else
9350 ld_shlibs=no
9351 fi
9352 ;;
9353
3725885a
RW
9354 haiku*)
9355 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9356 link_all_deplibs=yes
9357 ;;
9358
d7040cdb
SE
9359 interix[3-9]*)
9360 hardcode_direct=no
9361 hardcode_shlibpath_var=no
9362 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9363 export_dynamic_flag_spec='${wl}-E'
9364 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9365 # Instead, shared libraries are loaded at an image base (0x10000000 by
9366 # default) and relocated if they conflict, which is a slow very memory
9367 # consuming and fragmenting process. To avoid this, we pick a random,
9368 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9369 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9370 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9371 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'
9372 ;;
9373
58e24671 9374 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9375 tmp_diet=no
9376 if test "$host_os" = linux-dietlibc; then
9377 case $cc_basename in
9378 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9379 esac
9380 fi
9381 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9382 && test "$tmp_diet" = no
9383 then
6e733cce 9384 tmp_addflag=' $pic_flag'
718a6fd8 9385 tmp_sharedflag='-shared'
d7040cdb
SE
9386 case $cc_basename,$host_cpu in
9387 pgcc*) # Portland Group C compiler
3725885a 9388 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
9389 tmp_addflag=' $pic_flag'
9390 ;;
3725885a
RW
9391 pgf77* | pgf90* | pgf95* | pgfortran*)
9392 # Portland Group f77 and f90 compilers
9393 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
9394 tmp_addflag=' $pic_flag -Mnomain' ;;
9395 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9396 tmp_addflag=' -i_dynamic' ;;
9397 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9398 tmp_addflag=' -i_dynamic -nofor_main' ;;
9399 ifc* | ifort*) # Intel Fortran compiler
9400 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9401 lf95*) # Lahey Fortran 8.1
9402 whole_archive_flag_spec=
9403 tmp_sharedflag='--shared' ;;
3725885a 9404 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9405 tmp_sharedflag='-qmkshrobj'
9406 tmp_addflag= ;;
3725885a
RW
9407 nvcc*) # Cuda Compiler Driver 2.2
9408 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'
9409 compiler_needs_object=yes
9410 ;;
d7040cdb
SE
9411 esac
9412 case `$CC -V 2>&1 | sed 5q` in
9413 *Sun\ C*) # Sun C 5.9
3725885a 9414 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
9415 compiler_needs_object=yes
9416 tmp_sharedflag='-G' ;;
9417 *Sun\ F*) # Sun Fortran 8.3
9418 tmp_sharedflag='-G' ;;
d7040cdb
SE
9419 esac
9420 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9421
9422 if test "x$supports_anon_versioning" = xyes; then
9423 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9424 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9425 echo "local: *; };" >> $output_objdir/$libname.ver~
9426 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9427 fi
718a6fd8
SE
9428
9429 case $cc_basename in
3725885a 9430 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9431 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9432 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9433 hardcode_libdir_flag_spec=
9434 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9435 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9436 if test "x$supports_anon_versioning" = xyes; then
9437 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9438 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9439 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9440 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9441 fi
9442 ;;
9443 esac
d7040cdb
SE
9444 else
9445 ld_shlibs=no
9446 fi
9447 ;;
9448
9449 netbsd*)
9450 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9451 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9452 wlarc=
9453 else
f2c621e4
AS
9454 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9455 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9456 fi
9457 ;;
9458
9459 solaris*)
9460 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9461 ld_shlibs=no
9462 cat <<_LT_EOF 1>&2
9463
9464*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9465*** create shared libraries on Solaris systems. Therefore, libtool
9466*** is disabling shared libraries support. We urge you to upgrade GNU
9467*** binutils to release 2.9.1 or newer. Another option is to modify
9468*** your PATH or compiler configuration so that the native linker is
9469*** used, and then restart.
9470
9471_LT_EOF
9472 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9473 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9474 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9475 else
9476 ld_shlibs=no
9477 fi
9478 ;;
9479
9480 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9481 case `$LD -v 2>&1` in
9482 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9483 ld_shlibs=no
9484 cat <<_LT_EOF 1>&2
9485
9486*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9487*** reliably create shared libraries on SCO systems. Therefore, libtool
9488*** is disabling shared libraries support. We urge you to upgrade GNU
9489*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9490*** your PATH or compiler configuration so that the native linker is
9491*** used, and then restart.
9492
9493_LT_EOF
9494 ;;
9495 *)
9496 # For security reasons, it is highly recommended that you always
9497 # use absolute paths for naming shared libraries, and exclude the
9498 # DT_RUNPATH tag from executables and libraries. But doing so
9499 # requires that you compile everything twice, which is a pain.
9500 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9501 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9502 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9503 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9504 else
9505 ld_shlibs=no
9506 fi
9507 ;;
9508 esac
9509 ;;
9510
9511 sunos4*)
9512 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9513 wlarc=
9514 hardcode_direct=yes
9515 hardcode_shlibpath_var=no
9516 ;;
9517
9518 *)
9519 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9520 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9521 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9522 else
9523 ld_shlibs=no
9524 fi
9525 ;;
9526 esac
9527
9528 if test "$ld_shlibs" = no; then
9529 runpath_var=
9530 hardcode_libdir_flag_spec=
9531 export_dynamic_flag_spec=
9532 whole_archive_flag_spec=
9533 fi
9534 else
9535 # PORTME fill in a description of your system's linker (not GNU ld)
9536 case $host_os in
9537 aix3*)
9538 allow_undefined_flag=unsupported
9539 always_export_symbols=yes
9540 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'
9541 # Note: this linker hardcodes the directories in LIBPATH if there
9542 # are no directories specified by -L.
9543 hardcode_minus_L=yes
9544 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9545 # Neither direct hardcoding nor static linking is supported with a
9546 # broken collect2.
9547 hardcode_direct=unsupported
9548 fi
9549 ;;
9550
50e7d84b 9551 aix[4-9]*)
d7040cdb
SE
9552 if test "$host_cpu" = ia64; then
9553 # On IA64, the linker does run time linking by default, so we don't
9554 # have to do anything special.
9555 aix_use_runtimelinking=no
9556 exp_sym_flag='-Bexport'
9557 no_entry_flag=""
9558 else
9559 # If we're using GNU nm, then we don't want the "-C" option.
9560 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9561 # Also, AIX nm treats weak defined symbols like other global
9562 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9563 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9564 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 9565 else
5c14705f 9566 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
9567 fi
9568 aix_use_runtimelinking=no
9569
9570 # Test if we are trying to use run time linking or normal
9571 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9572 # need to do runtime linking.
50e7d84b 9573 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9574 for ld_flag in $LDFLAGS; do
9575 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9576 aix_use_runtimelinking=yes
9577 break
9578 fi
9579 done
9580 ;;
9581 esac
9582
9583 exp_sym_flag='-bexport'
9584 no_entry_flag='-bnoentry'
9585 fi
9586
9587 # When large executables or shared objects are built, AIX ld can
9588 # have problems creating the table of contents. If linking a library
9589 # or program results in "error TOC overflow" add -mminimal-toc to
9590 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9591 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9592
9593 archive_cmds=''
9594 hardcode_direct=yes
9595 hardcode_direct_absolute=yes
9596 hardcode_libdir_separator=':'
9597 link_all_deplibs=yes
9598 file_list_spec='${wl}-f,'
9599
9600 if test "$GCC" = yes; then
9601 case $host_os in aix4.[012]|aix4.[012].*)
9602 # We only want to do this on AIX 4.2 and lower, the check
9603 # below for broken collect2 doesn't work under 4.3+
9604 collect2name=`${CC} -print-prog-name=collect2`
9605 if test -f "$collect2name" &&
9606 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9607 then
9608 # We have reworked collect2
9609 :
9610 else
9611 # We have old collect2
9612 hardcode_direct=unsupported
9613 # It fails to find uninstalled libraries when the uninstalled
9614 # path is not listed in the libpath. Setting hardcode_minus_L
9615 # to unsupported forces relinking
9616 hardcode_minus_L=yes
9617 hardcode_libdir_flag_spec='-L$libdir'
9618 hardcode_libdir_separator=
9619 fi
9620 ;;
9621 esac
9622 shared_flag='-shared'
9623 if test "$aix_use_runtimelinking" = yes; then
9624 shared_flag="$shared_flag "'${wl}-G'
9625 fi
9626 else
9627 # not using gcc
9628 if test "$host_cpu" = ia64; then
9629 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9630 # chokes on -Wl,-G. The following line is correct:
9631 shared_flag='-G'
9632 else
9633 if test "$aix_use_runtimelinking" = yes; then
9634 shared_flag='${wl}-G'
9635 else
9636 shared_flag='${wl}-bM:SRE'
9637 fi
9638 fi
9639 fi
9640
718a6fd8 9641 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9642 # It seems that -bexpall does not export symbols beginning with
9643 # underscore (_), so it is better to generate a list of symbols to export.
9644 always_export_symbols=yes
9645 if test "$aix_use_runtimelinking" = yes; then
9646 # Warning - without using the other runtime loading flags (-brtl),
9647 # -berok will link without error, but may produce a broken library.
9648 allow_undefined_flag='-berok'
9649 # Determine the default libpath from the value encoded in an
9650 # empty executable.
f2c621e4 9651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9652/* end confdefs.h. */
d7040cdb
SE
9653
9654int
9655main ()
9656{
9657
9658 ;
9659 return 0;
9660}
42ecbf5e 9661_ACEOF
81ecdfbb 9662if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9663
f2c621e4
AS
9664lt_aix_libpath_sed='
9665 /Import File Strings/,/^$/ {
9666 /^0/ {
9667 s/^0 *\(.*\)$/\1/
9668 p
9669 }
9670 }'
9671aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9672# Check for a 64-bit object if we didn't find anything.
9673if test -z "$aix_libpath"; then
9674 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9675fi
252b5132 9676fi
81ecdfbb
RW
9677rm -f core conftest.err conftest.$ac_objext \
9678 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9679if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9680
d7040cdb 9681 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9682 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
9683 else
9684 if test "$host_cpu" = ia64; then
9685 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9686 allow_undefined_flag="-z nodefs"
9687 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"
9688 else
9689 # Determine the default libpath from the value encoded in an
9690 # empty executable.
f2c621e4 9691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9692/* end confdefs.h. */
d7040cdb
SE
9693
9694int
9695main ()
9696{
9697
9698 ;
9699 return 0;
9700}
42ecbf5e 9701_ACEOF
81ecdfbb 9702if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9703
f2c621e4
AS
9704lt_aix_libpath_sed='
9705 /Import File Strings/,/^$/ {
9706 /^0/ {
9707 s/^0 *\(.*\)$/\1/
9708 p
9709 }
9710 }'
9711aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9712# Check for a 64-bit object if we didn't find anything.
9713if test -z "$aix_libpath"; then
9714 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9715fi
252b5132 9716fi
81ecdfbb
RW
9717rm -f core conftest.err conftest.$ac_objext \
9718 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9719if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb
SE
9720
9721 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9722 # Warning - without using the other run time loading flags,
9723 # -berok will link without error, but may produce a broken library.
9724 no_undefined_flag=' ${wl}-bernotok'
9725 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9726 if test "$with_gnu_ld" = yes; then
9727 # We only use this code for GNU lds that support --whole-archive.
9728 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9729 else
9730 # Exported symbols can be pulled into shared objects from archives
9731 whole_archive_flag_spec='$convenience'
9732 fi
d7040cdb
SE
9733 archive_cmds_need_lc=yes
9734 # This is similar to how AIX traditionally builds its shared libraries.
9735 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'
9736 fi
9737 fi
9738 ;;
42ecbf5e 9739
d7040cdb 9740 amigaos*)
718a6fd8
SE
9741 case $host_cpu in
9742 powerpc)
9743 # see comment about AmigaOS4 .so support
9744 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9745 archive_expsym_cmds=''
9746 ;;
9747 m68k)
9748 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)'
9749 hardcode_libdir_flag_spec='-L$libdir'
9750 hardcode_minus_L=yes
9751 ;;
9752 esac
d7040cdb 9753 ;;
252b5132 9754
d7040cdb
SE
9755 bsdi[45]*)
9756 export_dynamic_flag_spec=-rdynamic
9757 ;;
252b5132 9758
718a6fd8 9759 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9760 # When not using gcc, we currently assume that we are using
9761 # Microsoft Visual C++.
9762 # hardcode_libdir_flag_spec is actually meaningless, as there is
9763 # no search path for DLLs.
f2c621e4
AS
9764 hardcode_libdir_flag_spec=' '
9765 allow_undefined_flag=unsupported
9766 # Tell ltmain to make .lib files, not .a files.
9767 libext=lib
9768 # Tell ltmain to make .dll files, not .so files.
9769 shrext_cmds=".dll"
9770 # FIXME: Setting linknames here is a bad hack.
9771 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9772 # The linker will automatically build a .lib file if we build a DLL.
9773 old_archive_from_new_cmds='true'
9774 # FIXME: Should let the user specify the lib program.
9775 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9776 fix_srcfile_path='`cygpath -w "$srcfile"`'
9777 enable_shared_with_static_runtimes=yes
d7040cdb 9778 ;;
252b5132 9779
d7040cdb 9780 darwin* | rhapsody*)
c46f8c51 9781
718a6fd8
SE
9782
9783 archive_cmds_need_lc=no
9784 hardcode_direct=no
9785 hardcode_automatic=yes
9786 hardcode_shlibpath_var=unsupported
3725885a
RW
9787 if test "$lt_cv_ld_force_load" = "yes"; then
9788 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\"`'
9789 else
9790 whole_archive_flag_spec=''
9791 fi
718a6fd8
SE
9792 link_all_deplibs=yes
9793 allow_undefined_flag="$_lt_dar_allow_undefined"
9794 case $cc_basename in
9795 ifort*) _lt_dar_can_shared=yes ;;
9796 *) _lt_dar_can_shared=$GCC ;;
9797 esac
9798 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9799 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9800 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9801 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9802 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}"
9803 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}"
9804
9805 else
9806 ld_shlibs=no
9807 fi
9808
d7040cdb 9809 ;;
42ecbf5e 9810
d7040cdb
SE
9811 dgux*)
9812 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9813 hardcode_libdir_flag_spec='-L$libdir'
9814 hardcode_shlibpath_var=no
9815 ;;
252b5132 9816
d7040cdb
SE
9817 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9818 # support. Future versions do this automatically, but an explicit c++rt0.o
9819 # does not break anything, and helps significantly (at the cost of a little
9820 # extra space).
9821 freebsd2.2*)
9822 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9823 hardcode_libdir_flag_spec='-R$libdir'
9824 hardcode_direct=yes
9825 hardcode_shlibpath_var=no
9826 ;;
252b5132 9827
d7040cdb 9828 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9829 freebsd2.*)
d7040cdb
SE
9830 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9831 hardcode_direct=yes
9832 hardcode_minus_L=yes
9833 hardcode_shlibpath_var=no
9834 ;;
42ecbf5e 9835
d7040cdb
SE
9836 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9837 freebsd* | dragonfly*)
f2c621e4 9838 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9839 hardcode_libdir_flag_spec='-R$libdir'
9840 hardcode_direct=yes
9841 hardcode_shlibpath_var=no
9842 ;;
252b5132 9843
d7040cdb
SE
9844 hpux9*)
9845 if test "$GCC" = yes; then
f2c621e4 9846 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
9847 else
9848 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'
9849 fi
9850 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9851 hardcode_libdir_separator=:
9852 hardcode_direct=yes
9853
9854 # hardcode_minus_L: Not really in the search PATH,
9855 # but as the default location of the library.
9856 hardcode_minus_L=yes
9857 export_dynamic_flag_spec='${wl}-E'
9858 ;;
20e95c23 9859
d7040cdb 9860 hpux10*)
3725885a 9861 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9862 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9863 else
9864 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9865 fi
9866 if test "$with_gnu_ld" = no; then
9867 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9868 hardcode_libdir_flag_spec_ld='+b $libdir'
9869 hardcode_libdir_separator=:
9870 hardcode_direct=yes
9871 hardcode_direct_absolute=yes
9872 export_dynamic_flag_spec='${wl}-E'
9873 # hardcode_minus_L: Not really in the search PATH,
9874 # but as the default location of the library.
9875 hardcode_minus_L=yes
9876 fi
9877 ;;
20e95c23 9878
d7040cdb 9879 hpux11*)
3725885a 9880 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9881 case $host_cpu in
9882 hppa*64*)
9883 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9884 ;;
9885 ia64*)
f2c621e4 9886 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9887 ;;
9888 *)
f2c621e4 9889 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9890 ;;
9891 esac
9892 else
9893 case $host_cpu in
9894 hppa*64*)
9895 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9896 ;;
9897 ia64*)
9898 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9899 ;;
9900 *)
3725885a
RW
9901
9902 # Older versions of the 11.00 compiler do not understand -b yet
9903 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9905$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9906if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9907 $as_echo_n "(cached) " >&6
9908else
9909 lt_cv_prog_compiler__b=no
9910 save_LDFLAGS="$LDFLAGS"
9911 LDFLAGS="$LDFLAGS -b"
9912 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9913 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9914 # The linker can only warn and ignore the option if not recognized
9915 # So say no if there are warnings
9916 if test -s conftest.err; then
9917 # Append any errors to the config.log.
9918 cat conftest.err 1>&5
9919 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9920 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9921 if diff conftest.exp conftest.er2 >/dev/null; then
9922 lt_cv_prog_compiler__b=yes
9923 fi
9924 else
9925 lt_cv_prog_compiler__b=yes
9926 fi
9927 fi
9928 $RM -r conftest*
9929 LDFLAGS="$save_LDFLAGS"
9930
9931fi
9932{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9933$as_echo "$lt_cv_prog_compiler__b" >&6; }
9934
9935if test x"$lt_cv_prog_compiler__b" = xyes; then
9936 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9937else
9938 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9939fi
9940
d7040cdb
SE
9941 ;;
9942 esac
9943 fi
9944 if test "$with_gnu_ld" = no; then
9945 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9946 hardcode_libdir_separator=:
9947
9948 case $host_cpu in
9949 hppa*64*|ia64*)
9950 hardcode_direct=no
9951 hardcode_shlibpath_var=no
9952 ;;
9953 *)
9954 hardcode_direct=yes
9955 hardcode_direct_absolute=yes
9956 export_dynamic_flag_spec='${wl}-E'
9957
9958 # hardcode_minus_L: Not really in the search PATH,
9959 # but as the default location of the library.
9960 hardcode_minus_L=yes
9961 ;;
9962 esac
9963 fi
9964 ;;
9965
9966 irix5* | irix6* | nonstopux*)
9967 if test "$GCC" = yes; then
f2c621e4 9968 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
9969 # Try to use the -exported_symbol ld option, if it does not
9970 # work, assume that -exports_file does not work either and
9971 # implicitly export all symbols.
f2c621e4
AS
9972 save_LDFLAGS="$LDFLAGS"
9973 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9975/* end confdefs.h. */
f2c621e4 9976int foo(void) {}
42ecbf5e 9977_ACEOF
81ecdfbb 9978if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9979 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'
9980
42ecbf5e 9981fi
81ecdfbb
RW
9982rm -f core conftest.err conftest.$ac_objext \
9983 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9984 LDFLAGS="$save_LDFLAGS"
d7040cdb 9985 else
3725885a
RW
9986 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'
9987 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
9988 fi
9989 archive_cmds_need_lc='no'
9990 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9991 hardcode_libdir_separator=:
9992 inherit_rpath=yes
9993 link_all_deplibs=yes
9994 ;;
42ecbf5e 9995
d7040cdb
SE
9996 netbsd*)
9997 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9998 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9999 else
10000 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10001 fi
10002 hardcode_libdir_flag_spec='-R$libdir'
10003 hardcode_direct=yes
10004 hardcode_shlibpath_var=no
10005 ;;
42ecbf5e 10006
d7040cdb
SE
10007 newsos6)
10008 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10009 hardcode_direct=yes
10010 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10011 hardcode_libdir_separator=:
10012 hardcode_shlibpath_var=no
10013 ;;
42ecbf5e 10014
d7040cdb
SE
10015 *nto* | *qnx*)
10016 ;;
252b5132 10017
d7040cdb 10018 openbsd*)
718a6fd8
SE
10019 if test -f /usr/libexec/ld.so; then
10020 hardcode_direct=yes
10021 hardcode_shlibpath_var=no
10022 hardcode_direct_absolute=yes
10023 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 10024 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 10025 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 10026 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
10027 export_dynamic_flag_spec='${wl}-E'
10028 else
10029 case $host_os in
10030 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10031 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10032 hardcode_libdir_flag_spec='-R$libdir'
10033 ;;
10034 *)
10035 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10036 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10037 ;;
10038 esac
10039 fi
10040 else
10041 ld_shlibs=no
d7040cdb
SE
10042 fi
10043 ;;
252b5132 10044
d7040cdb
SE
10045 os2*)
10046 hardcode_libdir_flag_spec='-L$libdir'
10047 hardcode_minus_L=yes
10048 allow_undefined_flag=unsupported
3725885a 10049 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
10050 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10051 ;;
2481e6a2 10052
d7040cdb
SE
10053 osf3*)
10054 if test "$GCC" = yes; then
10055 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 10056 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
10057 else
10058 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10059 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
10060 fi
10061 archive_cmds_need_lc='no'
10062 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10063 hardcode_libdir_separator=:
10064 ;;
42ecbf5e 10065
d7040cdb
SE
10066 osf4* | osf5*) # as osf3* with the addition of -msym flag
10067 if test "$GCC" = yes; then
10068 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 10069 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
10070 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10071 else
10072 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10073 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 10074 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 10075 $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 10076
d7040cdb
SE
10077 # Both c and cxx compiler support -rpath directly
10078 hardcode_libdir_flag_spec='-rpath $libdir'
10079 fi
10080 archive_cmds_need_lc='no'
10081 hardcode_libdir_separator=:
10082 ;;
10083
10084 solaris*)
10085 no_undefined_flag=' -z defs'
10086 if test "$GCC" = yes; then
10087 wlarc='${wl}'
f2c621e4 10088 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 10089 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 10090 $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
10091 else
10092 case `$CC -V 2>&1` in
10093 *"Compilers 5.0"*)
10094 wlarc=''
10095 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10096 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10097 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10098 ;;
10099 *)
10100 wlarc='${wl}'
10101 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10102 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10103 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10104 ;;
10105 esac
10106 fi
10107 hardcode_libdir_flag_spec='-R$libdir'
10108 hardcode_shlibpath_var=no
10109 case $host_os in
10110 solaris2.[0-5] | solaris2.[0-5].*) ;;
10111 *)
10112 # The compiler driver will combine and reorder linker options,
10113 # but understands `-z linker_flag'. GCC discards it without `$wl',
10114 # but is careful enough not to reorder.
10115 # Supported since Solaris 2.6 (maybe 2.5.1?)
10116 if test "$GCC" = yes; then
10117 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10118 else
10119 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10120 fi
10121 ;;
10122 esac
10123 link_all_deplibs=yes
10124 ;;
10125
10126 sunos4*)
10127 if test "x$host_vendor" = xsequent; then
10128 # Use $CC to link under sequent, because it throws in some extra .o
10129 # files that make .init and .fini sections work.
10130 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10131 else
10132 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10133 fi
10134 hardcode_libdir_flag_spec='-L$libdir'
10135 hardcode_direct=yes
10136 hardcode_minus_L=yes
10137 hardcode_shlibpath_var=no
10138 ;;
10139
10140 sysv4)
10141 case $host_vendor in
10142 sni)
10143 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10144 hardcode_direct=yes # is this really true???
10145 ;;
10146 siemens)
10147 ## LD is ld it makes a PLAMLIB
10148 ## CC just makes a GrossModule.
10149 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10150 reload_cmds='$CC -r -o $output$reload_objs'
10151 hardcode_direct=no
10152 ;;
10153 motorola)
10154 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10155 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10156 ;;
10157 esac
10158 runpath_var='LD_RUN_PATH'
10159 hardcode_shlibpath_var=no
10160 ;;
10161
10162 sysv4.3*)
10163 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10164 hardcode_shlibpath_var=no
10165 export_dynamic_flag_spec='-Bexport'
10166 ;;
10167
10168 sysv4*MP*)
10169 if test -d /usr/nec; then
10170 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10171 hardcode_shlibpath_var=no
10172 runpath_var=LD_RUN_PATH
10173 hardcode_runpath_var=yes
10174 ld_shlibs=yes
10175 fi
10176 ;;
10177
10178 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10179 no_undefined_flag='${wl}-z,text'
10180 archive_cmds_need_lc=no
10181 hardcode_shlibpath_var=no
10182 runpath_var='LD_RUN_PATH'
10183
10184 if test "$GCC" = yes; then
10185 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10186 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10187 else
10188 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10189 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10190 fi
10191 ;;
10192
10193 sysv5* | sco3.2v5* | sco5v6*)
10194 # Note: We can NOT use -z defs as we might desire, because we do not
10195 # link with -lc, and that would cause any symbols used from libc to
10196 # always be unresolved, which means just about no library would
10197 # ever link correctly. If we're not using GNU ld we use -z text
10198 # though, which does catch some bad symbols but isn't as heavy-handed
10199 # as -z defs.
10200 no_undefined_flag='${wl}-z,text'
10201 allow_undefined_flag='${wl}-z,nodefs'
10202 archive_cmds_need_lc=no
10203 hardcode_shlibpath_var=no
10204 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10205 hardcode_libdir_separator=':'
10206 link_all_deplibs=yes
10207 export_dynamic_flag_spec='${wl}-Bexport'
10208 runpath_var='LD_RUN_PATH'
10209
10210 if test "$GCC" = yes; then
10211 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10212 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10213 else
10214 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10215 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10216 fi
10217 ;;
10218
10219 uts4*)
10220 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10221 hardcode_libdir_flag_spec='-L$libdir'
10222 hardcode_shlibpath_var=no
10223 ;;
10224
10225 *)
10226 ld_shlibs=no
10227 ;;
10228 esac
10229
10230 if test x$host_vendor = xsni; then
10231 case $host in
10232 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10233 export_dynamic_flag_spec='${wl}-Blargedynsym'
10234 ;;
10235 esac
10236 fi
10237 fi
10238
81ecdfbb
RW
10239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10240$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
10241test "$ld_shlibs" = no && can_build_shared=no
10242
10243with_gnu_ld=$with_gnu_ld
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259#
10260# Do we need to explicitly link libc?
10261#
10262case "x$archive_cmds_need_lc" in
10263x|xyes)
10264 # Assume -lc should be added
10265 archive_cmds_need_lc=yes
10266
10267 if test "$enable_shared" = yes && test "$GCC" = yes; then
10268 case $archive_cmds in
10269 *'~'*)
10270 # FIXME: we may have to deal with multi-command sequences.
10271 ;;
10272 '$CC '*)
10273 # Test whether the compiler implicitly links with -lc since on some
10274 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10275 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10277$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 10278if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 10279 $as_echo_n "(cached) " >&6
39144654
RW
10280else
10281 $RM conftest*
10282 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10283
81ecdfbb 10284 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 10285 (eval $ac_compile) 2>&5
20e95c23 10286 ac_status=$?
81ecdfbb
RW
10287 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10288 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10289 soname=conftest
10290 lib=conftest
10291 libobjs=conftest.$ac_objext
10292 deplibs=
10293 wl=$lt_prog_compiler_wl
10294 pic_flag=$lt_prog_compiler_pic
10295 compiler_flags=-v
10296 linker_flags=-v
10297 verstring=
10298 output_objdir=.
10299 libname=conftest
10300 lt_save_allow_undefined_flag=$allow_undefined_flag
10301 allow_undefined_flag=
81ecdfbb 10302 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 10303 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 10304 ac_status=$?
81ecdfbb
RW
10305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10306 test $ac_status = 0; }
39144654
RW
10307 then
10308 lt_cv_archive_cmds_need_lc=no
10309 else
10310 lt_cv_archive_cmds_need_lc=yes
10311 fi
10312 allow_undefined_flag=$lt_save_allow_undefined_flag
10313 else
10314 cat conftest.err 1>&5
10315 fi
10316 $RM conftest*
10317
10318fi
81ecdfbb
RW
10319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10320$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10321 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
10322 ;;
10323 esac
10324 fi
10325 ;;
10326esac
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
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
81ecdfbb
RW
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10485$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10486
10487if test "$GCC" = yes; then
d7040cdb
SE
10488 case $host_os in
10489 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10490 *) lt_awk_arg="/^libraries:/" ;;
10491 esac
3725885a
RW
10492 case $host_os in
10493 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10494 *) lt_sed_strip_eq="s,=/,/,g" ;;
10495 esac
10496 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10497 case $lt_search_path_spec in
10498 *\;*)
d7040cdb
SE
10499 # if the path contains ";" then we assume it to be the separator
10500 # otherwise default to the standard path separator (i.e. ":") - it is
10501 # assumed that no part of a normal pathname contains ";" but that should
10502 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10503 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10504 ;;
10505 *)
10506 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10507 ;;
10508 esac
d7040cdb
SE
10509 # Ok, now we have the path, separated by spaces, we can step through it
10510 # and add multilib dir if necessary.
10511 lt_tmp_lt_search_path_spec=
10512 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10513 for lt_sys_path in $lt_search_path_spec; do
10514 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10515 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10516 else
10517 test -d "$lt_sys_path" && \
10518 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10519 fi
10520 done
3725885a 10521 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10522BEGIN {RS=" "; FS="/|\n";} {
10523 lt_foo="";
10524 lt_count=0;
10525 for (lt_i = NF; lt_i > 0; lt_i--) {
10526 if ($lt_i != "" && $lt_i != ".") {
10527 if ($lt_i == "..") {
10528 lt_count++;
10529 } else {
10530 if (lt_count == 0) {
10531 lt_foo="/" $lt_i lt_foo;
10532 } else {
10533 lt_count--;
10534 }
10535 }
10536 }
10537 }
10538 if (lt_foo != "") { lt_freq[lt_foo]++; }
10539 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10540}'`
3725885a
RW
10541 # AWK program above erroneously prepends '/' to C:/dos/paths
10542 # for these hosts.
10543 case $host_os in
10544 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10545 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10546 esac
10547 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10548else
10549 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10550fi
10551library_names_spec=
10552libname_spec='lib$name'
10553soname_spec=
10554shrext_cmds=".so"
10555postinstall_cmds=
10556postuninstall_cmds=
10557finish_cmds=
10558finish_eval=
10559shlibpath_var=
10560shlibpath_overrides_runpath=unknown
10561version_type=none
10562dynamic_linker="$host_os ld.so"
10563sys_lib_dlsearch_path_spec="/lib /usr/lib"
10564need_lib_prefix=unknown
10565hardcode_into_libs=no
10566
10567# when you set need_version to no, make sure it does not cause -set_version
10568# flags to be left without arguments
10569need_version=unknown
10570
10571case $host_os in
10572aix3*)
10573 version_type=linux
10574 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10575 shlibpath_var=LIBPATH
10576
10577 # AIX 3 has no versioning support, so we append a major version to the name.
10578 soname_spec='${libname}${release}${shared_ext}$major'
10579 ;;
10580
50e7d84b 10581aix[4-9]*)
d7040cdb
SE
10582 version_type=linux
10583 need_lib_prefix=no
10584 need_version=no
10585 hardcode_into_libs=yes
10586 if test "$host_cpu" = ia64; then
10587 # AIX 5 supports IA64
10588 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10589 shlibpath_var=LD_LIBRARY_PATH
10590 else
10591 # With GCC up to 2.95.x, collect2 would create an import file
10592 # for dependence libraries. The import file would start with
10593 # the line `#! .'. This would cause the generated library to
10594 # depend on `.', always an invalid library. This was fixed in
10595 # development snapshots of GCC prior to 3.0.
10596 case $host_os in
10597 aix4 | aix4.[01] | aix4.[01].*)
10598 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10599 echo ' yes '
10600 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10601 :
10602 else
10603 can_build_shared=no
10604 fi
10605 ;;
10606 esac
10607 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10608 # soname into executable. Probably we can add versioning support to
10609 # collect2, so additional links can be useful in future.
10610 if test "$aix_use_runtimelinking" = yes; then
10611 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10612 # instead of lib<name>.a to let people know that these are not
10613 # typical AIX shared libraries.
10614 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10615 else
10616 # We preserve .a as extension for shared libraries through AIX4.2
10617 # and later when we are not doing run time linking.
10618 library_names_spec='${libname}${release}.a $libname.a'
10619 soname_spec='${libname}${release}${shared_ext}$major'
10620 fi
10621 shlibpath_var=LIBPATH
10622 fi
10623 ;;
10624
10625amigaos*)
718a6fd8
SE
10626 case $host_cpu in
10627 powerpc)
10628 # Since July 2007 AmigaOS4 officially supports .so libraries.
10629 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10630 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10631 ;;
10632 m68k)
d7040cdb
SE
10633 library_names_spec='$libname.ixlibrary $libname.a'
10634 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10635 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
10636 ;;
10637 esac
d7040cdb
SE
10638 ;;
10639
10640beos*)
10641 library_names_spec='${libname}${shared_ext}'
10642 dynamic_linker="$host_os ld.so"
10643 shlibpath_var=LIBRARY_PATH
10644 ;;
10645
10646bsdi[45]*)
10647 version_type=linux
10648 need_version=no
10649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10650 soname_spec='${libname}${release}${shared_ext}$major'
10651 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10652 shlibpath_var=LD_LIBRARY_PATH
10653 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10654 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10655 # the default ld.so.conf also contains /usr/contrib/lib and
10656 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10657 # libtool to hard-code these into programs
10658 ;;
10659
718a6fd8 10660cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10661 version_type=windows
10662 shrext_cmds=".dll"
10663 need_version=no
10664 need_lib_prefix=no
10665
f2c621e4
AS
10666 case $GCC,$host_os in
10667 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10668 library_names_spec='$libname.dll.a'
10669 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10670 postinstall_cmds='base_file=`basename \${file}`~
10671 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10672 dldir=$destdir/`dirname \$dlpath`~
10673 test -d \$dldir || mkdir -p \$dldir~
10674 $install_prog $dir/$dlname \$dldir/$dlname~
10675 chmod a+x \$dldir/$dlname~
10676 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10677 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10678 fi'
10679 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10680 dlpath=$dir/\$dldll~
10681 $RM \$dlpath'
10682 shlibpath_overrides_runpath=yes
10683
10684 case $host_os in
10685 cygwin*)
10686 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10687 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10688
10689 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10690 ;;
718a6fd8 10691 mingw* | cegcc*)
d7040cdb
SE
10692 # MinGW DLLs use traditional 'lib' prefix
10693 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10694 ;;
10695 pw32*)
10696 # pw32 DLLs use 'pw' prefix rather than 'lib'
10697 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10698 ;;
10699 esac
10700 ;;
10701
10702 *)
10703 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10704 ;;
10705 esac
f2c621e4 10706 dynamic_linker='Win32 ld.exe'
d7040cdb
SE
10707 # FIXME: first we should search . and the directory the executable is in
10708 shlibpath_var=PATH
10709 ;;
10710
10711darwin* | rhapsody*)
10712 dynamic_linker="$host_os dyld"
10713 version_type=darwin
10714 need_lib_prefix=no
10715 need_version=no
10716 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10717 soname_spec='${libname}${release}${major}$shared_ext'
10718 shlibpath_overrides_runpath=yes
10719 shlibpath_var=DYLD_LIBRARY_PATH
10720 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10721
10722 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10723 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10724 ;;
10725
10726dgux*)
10727 version_type=linux
10728 need_lib_prefix=no
10729 need_version=no
10730 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10731 soname_spec='${libname}${release}${shared_ext}$major'
10732 shlibpath_var=LD_LIBRARY_PATH
10733 ;;
10734
d7040cdb
SE
10735freebsd* | dragonfly*)
10736 # DragonFly does not have aout. When/if they implement a new
10737 # versioning mechanism, adjust this.
10738 if test -x /usr/bin/objformat; then
10739 objformat=`/usr/bin/objformat`
10740 else
10741 case $host_os in
6d2920c8 10742 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10743 *) objformat=elf ;;
10744 esac
10745 fi
10746 version_type=freebsd-$objformat
10747 case $version_type in
10748 freebsd-elf*)
10749 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10750 need_version=no
10751 need_lib_prefix=no
10752 ;;
10753 freebsd-*)
10754 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10755 need_version=yes
10756 ;;
10757 esac
10758 shlibpath_var=LD_LIBRARY_PATH
10759 case $host_os in
6d2920c8 10760 freebsd2.*)
d7040cdb
SE
10761 shlibpath_overrides_runpath=yes
10762 ;;
10763 freebsd3.[01]* | freebsdelf3.[01]*)
10764 shlibpath_overrides_runpath=yes
10765 hardcode_into_libs=yes
10766 ;;
10767 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10768 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10769 shlibpath_overrides_runpath=no
10770 hardcode_into_libs=yes
10771 ;;
10772 *) # from 4.6 on, and DragonFly
10773 shlibpath_overrides_runpath=yes
10774 hardcode_into_libs=yes
10775 ;;
10776 esac
10777 ;;
10778
3725885a
RW
10779haiku*)
10780 version_type=linux
10781 need_lib_prefix=no
10782 need_version=no
10783 dynamic_linker="$host_os runtime_loader"
10784 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10785 soname_spec='${libname}${release}${shared_ext}$major'
10786 shlibpath_var=LIBRARY_PATH
10787 shlibpath_overrides_runpath=yes
f2c621e4 10788 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10789 hardcode_into_libs=yes
10790 ;;
10791
d7040cdb
SE
10792hpux9* | hpux10* | hpux11*)
10793 # Give a soname corresponding to the major version so that dld.sl refuses to
10794 # link against other versions.
10795 version_type=sunos
10796 need_lib_prefix=no
10797 need_version=no
10798 case $host_cpu in
10799 ia64*)
10800 shrext_cmds='.so'
10801 hardcode_into_libs=yes
10802 dynamic_linker="$host_os dld.so"
10803 shlibpath_var=LD_LIBRARY_PATH
10804 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10805 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10806 soname_spec='${libname}${release}${shared_ext}$major'
10807 if test "X$HPUX_IA64_MODE" = X32; then
10808 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10809 else
10810 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10811 fi
10812 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10813 ;;
10814 hppa*64*)
10815 shrext_cmds='.sl'
10816 hardcode_into_libs=yes
10817 dynamic_linker="$host_os dld.sl"
10818 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10819 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10820 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10821 soname_spec='${libname}${release}${shared_ext}$major'
10822 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10823 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10824 ;;
10825 *)
10826 shrext_cmds='.sl'
10827 dynamic_linker="$host_os dld.sl"
10828 shlibpath_var=SHLIB_PATH
10829 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10830 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10831 soname_spec='${libname}${release}${shared_ext}$major'
10832 ;;
10833 esac
3725885a 10834 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10835 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10836 # or fails outright, so override atomically:
10837 install_override_mode=555
d7040cdb
SE
10838 ;;
10839
10840interix[3-9]*)
10841 version_type=linux
10842 need_lib_prefix=no
10843 need_version=no
10844 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10845 soname_spec='${libname}${release}${shared_ext}$major'
10846 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10847 shlibpath_var=LD_LIBRARY_PATH
10848 shlibpath_overrides_runpath=no
10849 hardcode_into_libs=yes
10850 ;;
10851
10852irix5* | irix6* | nonstopux*)
10853 case $host_os in
10854 nonstopux*) version_type=nonstopux ;;
10855 *)
10856 if test "$lt_cv_prog_gnu_ld" = yes; then
10857 version_type=linux
10858 else
10859 version_type=irix
10860 fi ;;
10861 esac
10862 need_lib_prefix=no
10863 need_version=no
10864 soname_spec='${libname}${release}${shared_ext}$major'
10865 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10866 case $host_os in
10867 irix5* | nonstopux*)
10868 libsuff= shlibsuff=
10869 ;;
10870 *)
10871 case $LD in # libtool.m4 will add one of these switches to LD
10872 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10873 libsuff= shlibsuff= libmagic=32-bit;;
10874 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10875 libsuff=32 shlibsuff=N32 libmagic=N32;;
10876 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10877 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10878 *) libsuff= shlibsuff= libmagic=never-match;;
10879 esac
10880 ;;
10881 esac
10882 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10883 shlibpath_overrides_runpath=no
10884 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10885 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10886 hardcode_into_libs=yes
10887 ;;
10888
10889# No shared lib support for Linux oldld, aout, or coff.
10890linux*oldld* | linux*aout* | linux*coff*)
10891 dynamic_linker=no
10892 ;;
10893
10894# This must be Linux ELF.
f4782128 10895linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
d7040cdb
SE
10896 version_type=linux
10897 need_lib_prefix=no
10898 need_version=no
10899 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10900 soname_spec='${libname}${release}${shared_ext}$major'
10901 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10902 shlibpath_var=LD_LIBRARY_PATH
10903 shlibpath_overrides_runpath=no
39144654 10904
d7040cdb 10905 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10906 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10907 $as_echo_n "(cached) " >&6
39144654
RW
10908else
10909 lt_cv_shlibpath_overrides_runpath=no
10910 save_LDFLAGS=$LDFLAGS
10911 save_libdir=$libdir
10912 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10913 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10915/* end confdefs.h. */
10916
10917int
10918main ()
10919{
10920
10921 ;
10922 return 0;
10923}
10924_ACEOF
81ecdfbb
RW
10925if ac_fn_c_try_link "$LINENO"; then :
10926 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10927 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10928fi
d7040cdb 10929fi
81ecdfbb
RW
10930rm -f core conftest.err conftest.$ac_objext \
10931 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10932 LDFLAGS=$save_LDFLAGS
10933 libdir=$save_libdir
10934
10935fi
10936
10937 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10938
10939 # This implies no fast_install, which is unacceptable.
10940 # Some rework will be needed to allow for fast_install
10941 # before this can be enabled.
10942 hardcode_into_libs=yes
10943
10944 # Append ld.so.conf contents to the search path
10945 if test -f /etc/ld.so.conf; then
3725885a 10946 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 10947 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
d7040cdb
SE
10948 fi
10949
10950 # We used to test for /lib/ld.so.1 and disable shared libraries on
10951 # powerpc, because MkLinux only supported shared libraries with the
10952 # GNU dynamic linker. Since this was broken with cross compilers,
10953 # most powerpc-linux boxes support dynamic linking these days and
10954 # people can always --disable-shared, the test was removed, and we
10955 # assume the GNU/Linux dynamic linker is in use.
10956 dynamic_linker='GNU/Linux ld.so'
10957 ;;
10958
10959netbsd*)
10960 version_type=sunos
10961 need_lib_prefix=no
10962 need_version=no
10963 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10964 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10965 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10966 dynamic_linker='NetBSD (a.out) ld.so'
10967 else
10968 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10969 soname_spec='${libname}${release}${shared_ext}$major'
10970 dynamic_linker='NetBSD ld.elf_so'
10971 fi
10972 shlibpath_var=LD_LIBRARY_PATH
10973 shlibpath_overrides_runpath=yes
10974 hardcode_into_libs=yes
10975 ;;
10976
10977newsos6)
10978 version_type=linux
10979 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10980 shlibpath_var=LD_LIBRARY_PATH
10981 shlibpath_overrides_runpath=yes
10982 ;;
10983
10984*nto* | *qnx*)
10985 version_type=qnx
10986 need_lib_prefix=no
10987 need_version=no
10988 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10989 soname_spec='${libname}${release}${shared_ext}$major'
10990 shlibpath_var=LD_LIBRARY_PATH
10991 shlibpath_overrides_runpath=no
10992 hardcode_into_libs=yes
10993 dynamic_linker='ldqnx.so'
10994 ;;
10995
10996openbsd*)
10997 version_type=sunos
10998 sys_lib_dlsearch_path_spec="/usr/lib"
10999 need_lib_prefix=no
11000 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11001 case $host_os in
11002 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11003 *) need_version=no ;;
11004 esac
11005 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11006 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11007 shlibpath_var=LD_LIBRARY_PATH
11008 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11009 case $host_os in
11010 openbsd2.[89] | openbsd2.[89].*)
11011 shlibpath_overrides_runpath=no
11012 ;;
11013 *)
11014 shlibpath_overrides_runpath=yes
11015 ;;
11016 esac
11017 else
11018 shlibpath_overrides_runpath=yes
11019 fi
11020 ;;
11021
11022os2*)
11023 libname_spec='$name'
11024 shrext_cmds=".dll"
11025 need_lib_prefix=no
11026 library_names_spec='$libname${shared_ext} $libname.a'
11027 dynamic_linker='OS/2 ld.exe'
11028 shlibpath_var=LIBPATH
11029 ;;
11030
11031osf3* | osf4* | osf5*)
11032 version_type=osf
11033 need_lib_prefix=no
11034 need_version=no
11035 soname_spec='${libname}${release}${shared_ext}$major'
11036 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11037 shlibpath_var=LD_LIBRARY_PATH
11038 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11039 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11040 ;;
11041
11042rdos*)
11043 dynamic_linker=no
11044 ;;
11045
11046solaris*)
11047 version_type=linux
11048 need_lib_prefix=no
11049 need_version=no
11050 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11051 soname_spec='${libname}${release}${shared_ext}$major'
11052 shlibpath_var=LD_LIBRARY_PATH
11053 shlibpath_overrides_runpath=yes
11054 hardcode_into_libs=yes
11055 # ldd complains unless libraries are executable
11056 postinstall_cmds='chmod +x $lib'
11057 ;;
11058
11059sunos4*)
11060 version_type=sunos
11061 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11062 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11063 shlibpath_var=LD_LIBRARY_PATH
11064 shlibpath_overrides_runpath=yes
11065 if test "$with_gnu_ld" = yes; then
11066 need_lib_prefix=no
11067 fi
11068 need_version=yes
11069 ;;
11070
11071sysv4 | sysv4.3*)
11072 version_type=linux
11073 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11074 soname_spec='${libname}${release}${shared_ext}$major'
11075 shlibpath_var=LD_LIBRARY_PATH
11076 case $host_vendor in
11077 sni)
11078 shlibpath_overrides_runpath=no
11079 need_lib_prefix=no
11080 runpath_var=LD_RUN_PATH
11081 ;;
11082 siemens)
11083 need_lib_prefix=no
11084 ;;
11085 motorola)
11086 need_lib_prefix=no
11087 need_version=no
11088 shlibpath_overrides_runpath=no
11089 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11090 ;;
11091 esac
11092 ;;
11093
11094sysv4*MP*)
11095 if test -d /usr/nec ;then
11096 version_type=linux
11097 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11098 soname_spec='$libname${shared_ext}.$major'
11099 shlibpath_var=LD_LIBRARY_PATH
11100 fi
11101 ;;
11102
11103sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11104 version_type=freebsd-elf
11105 need_lib_prefix=no
11106 need_version=no
11107 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11108 soname_spec='${libname}${release}${shared_ext}$major'
11109 shlibpath_var=LD_LIBRARY_PATH
11110 shlibpath_overrides_runpath=yes
11111 hardcode_into_libs=yes
11112 if test "$with_gnu_ld" = yes; then
11113 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11114 else
11115 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11116 case $host_os in
11117 sco3.2v5*)
11118 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11119 ;;
11120 esac
11121 fi
11122 sys_lib_dlsearch_path_spec='/usr/lib'
11123 ;;
11124
11125tpf*)
11126 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11127 version_type=linux
11128 need_lib_prefix=no
11129 need_version=no
718a6fd8 11130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
11131 shlibpath_var=LD_LIBRARY_PATH
11132 shlibpath_overrides_runpath=no
11133 hardcode_into_libs=yes
11134 ;;
11135
11136uts4*)
11137 version_type=linux
11138 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11139 soname_spec='${libname}${release}${shared_ext}$major'
11140 shlibpath_var=LD_LIBRARY_PATH
11141 ;;
11142
11143*)
11144 dynamic_linker=no
11145 ;;
11146esac
81ecdfbb
RW
11147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11148$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
11149test "$dynamic_linker" = no && can_build_shared=no
11150
11151variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11152if test "$GCC" = yes; then
11153 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11154fi
11155
718a6fd8
SE
11156if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11157 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11158fi
11159if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11160 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11161fi
11162
d7040cdb
SE
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
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
11232
11233
11234
11235
11236
11237
11238
11239
11240
11241
11242
3725885a
RW
11243
11244
11245
11246
11247
d7040cdb
SE
11248
11249
11250
11251
11252
11253
81ecdfbb
RW
11254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11255$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
11256hardcode_action=
11257if test -n "$hardcode_libdir_flag_spec" ||
11258 test -n "$runpath_var" ||
11259 test "X$hardcode_automatic" = "Xyes" ; then
11260
11261 # We can hardcode non-existent directories.
11262 if test "$hardcode_direct" != no &&
11263 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11264 # have to relink, otherwise we might link with an installed library
11265 # when we should be linking with a yet-to-be-installed one
11266 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11267 test "$hardcode_minus_L" != no; then
11268 # Linking always hardcodes the temporary library directory.
11269 hardcode_action=relink
11270 else
11271 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11272 hardcode_action=immediate
11273 fi
11274else
11275 # We cannot hardcode anything, or else we can only hardcode existing
11276 # directories.
11277 hardcode_action=unsupported
11278fi
81ecdfbb
RW
11279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11280$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
11281
11282if test "$hardcode_action" = relink ||
11283 test "$inherit_rpath" = yes; then
11284 # Fast installation is not supported
11285 enable_fast_install=no
11286elif test "$shlibpath_overrides_runpath" = yes ||
11287 test "$enable_shared" = no; then
11288 # Fast installation is not necessary
11289 enable_fast_install=needless
11290fi
11291
11292
11293
11294
11295
11296
11297 if test "x$enable_dlopen" != xyes; then
11298 enable_dlopen=unknown
11299 enable_dlopen_self=unknown
11300 enable_dlopen_self_static=unknown
11301else
11302 lt_cv_dlopen=no
11303 lt_cv_dlopen_libs=
11304
11305 case $host_os in
11306 beos*)
11307 lt_cv_dlopen="load_add_on"
11308 lt_cv_dlopen_libs=
11309 lt_cv_dlopen_self=yes
11310 ;;
11311
718a6fd8 11312 mingw* | pw32* | cegcc*)
d7040cdb
SE
11313 lt_cv_dlopen="LoadLibrary"
11314 lt_cv_dlopen_libs=
11315 ;;
11316
11317 cygwin*)
11318 lt_cv_dlopen="dlopen"
11319 lt_cv_dlopen_libs=
11320 ;;
11321
11322 darwin*)
11323 # if libdl is installed we need to link against it
81ecdfbb
RW
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11325$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11326if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11327 $as_echo_n "(cached) " >&6
d7040cdb
SE
11328else
11329 ac_check_lib_save_LIBS=$LIBS
11330LIBS="-ldl $LIBS"
81ecdfbb 11331cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11332/* end confdefs.h. */
11333
81ecdfbb
RW
11334/* Override any GCC internal prototype to avoid an error.
11335 Use char because int might match the return type of a GCC
11336 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11337#ifdef __cplusplus
11338extern "C"
11339#endif
d7040cdb
SE
11340char dlopen ();
11341int
11342main ()
11343{
81ecdfbb 11344return dlopen ();
d7040cdb
SE
11345 ;
11346 return 0;
11347}
11348_ACEOF
81ecdfbb 11349if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11350 ac_cv_lib_dl_dlopen=yes
11351else
81ecdfbb 11352 ac_cv_lib_dl_dlopen=no
d7040cdb 11353fi
81ecdfbb
RW
11354rm -f core conftest.err conftest.$ac_objext \
11355 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11356LIBS=$ac_check_lib_save_LIBS
11357fi
81ecdfbb
RW
11358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11359$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11360if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
11361 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11362else
11363
11364 lt_cv_dlopen="dyld"
11365 lt_cv_dlopen_libs=
11366 lt_cv_dlopen_self=yes
11367
11368fi
11369
11370 ;;
11371
11372 *)
81ecdfbb 11373 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11374if test "x$ac_cv_func_shl_load" = xyes; then :
d7040cdb
SE
11375 lt_cv_dlopen="shl_load"
11376else
81ecdfbb
RW
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11378$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11379if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 11380 $as_echo_n "(cached) " >&6
d7040cdb
SE
11381else
11382 ac_check_lib_save_LIBS=$LIBS
11383LIBS="-ldld $LIBS"
81ecdfbb 11384cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11385/* end confdefs.h. */
11386
81ecdfbb
RW
11387/* Override any GCC internal prototype to avoid an error.
11388 Use char because int might match the return type of a GCC
11389 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11390#ifdef __cplusplus
11391extern "C"
11392#endif
d7040cdb
SE
11393char shl_load ();
11394int
11395main ()
11396{
81ecdfbb 11397return shl_load ();
d7040cdb
SE
11398 ;
11399 return 0;
11400}
11401_ACEOF
81ecdfbb 11402if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11403 ac_cv_lib_dld_shl_load=yes
11404else
81ecdfbb 11405 ac_cv_lib_dld_shl_load=no
d7040cdb 11406fi
81ecdfbb
RW
11407rm -f core conftest.err conftest.$ac_objext \
11408 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11409LIBS=$ac_check_lib_save_LIBS
11410fi
81ecdfbb
RW
11411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11412$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11413if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 11414 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11415else
81ecdfbb 11416 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11417if test "x$ac_cv_func_dlopen" = xyes; then :
81ecdfbb 11418 lt_cv_dlopen="dlopen"
d7040cdb 11419else
81ecdfbb
RW
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11421$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11422if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb
RW
11423 $as_echo_n "(cached) " >&6
11424else
11425 ac_check_lib_save_LIBS=$LIBS
11426LIBS="-ldl $LIBS"
11427cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11428/* end confdefs.h. */
d7040cdb 11429
81ecdfbb
RW
11430/* Override any GCC internal prototype to avoid an error.
11431 Use char because int might match the return type of a GCC
11432 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11433#ifdef __cplusplus
11434extern "C"
d7040cdb 11435#endif
d7040cdb 11436char dlopen ();
d7040cdb
SE
11437int
11438main ()
11439{
81ecdfbb 11440return dlopen ();
d7040cdb
SE
11441 ;
11442 return 0;
11443}
11444_ACEOF
81ecdfbb
RW
11445if ac_fn_c_try_link "$LINENO"; then :
11446 ac_cv_lib_dl_dlopen=yes
d7040cdb 11447else
81ecdfbb 11448 ac_cv_lib_dl_dlopen=no
d7040cdb 11449fi
81ecdfbb
RW
11450rm -f core conftest.err conftest.$ac_objext \
11451 conftest$ac_exeext conftest.$ac_ext
11452LIBS=$ac_check_lib_save_LIBS
d7040cdb 11453fi
81ecdfbb
RW
11454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11455$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11456if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
81ecdfbb 11457 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11458else
81ecdfbb
RW
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11460$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11461if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11462 $as_echo_n "(cached) " >&6
d7040cdb
SE
11463else
11464 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11465LIBS="-lsvld $LIBS"
11466cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11467/* end confdefs.h. */
11468
81ecdfbb
RW
11469/* Override any GCC internal prototype to avoid an error.
11470 Use char because int might match the return type of a GCC
11471 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11472#ifdef __cplusplus
11473extern "C"
11474#endif
d7040cdb
SE
11475char dlopen ();
11476int
11477main ()
11478{
81ecdfbb 11479return dlopen ();
d7040cdb
SE
11480 ;
11481 return 0;
11482}
11483_ACEOF
81ecdfbb
RW
11484if ac_fn_c_try_link "$LINENO"; then :
11485 ac_cv_lib_svld_dlopen=yes
d7040cdb 11486else
81ecdfbb 11487 ac_cv_lib_svld_dlopen=no
d7040cdb 11488fi
81ecdfbb
RW
11489rm -f core conftest.err conftest.$ac_objext \
11490 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11491LIBS=$ac_check_lib_save_LIBS
11492fi
81ecdfbb
RW
11493{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11494$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11495if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
81ecdfbb 11496 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 11497else
81ecdfbb
RW
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11499$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11500if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11501 $as_echo_n "(cached) " >&6
d7040cdb
SE
11502else
11503 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11504LIBS="-ldld $LIBS"
11505cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11506/* end confdefs.h. */
11507
81ecdfbb
RW
11508/* Override any GCC internal prototype to avoid an error.
11509 Use char because int might match the return type of a GCC
11510 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11511#ifdef __cplusplus
11512extern "C"
11513#endif
81ecdfbb 11514char dld_link ();
d7040cdb
SE
11515int
11516main ()
11517{
81ecdfbb 11518return dld_link ();
d7040cdb
SE
11519 ;
11520 return 0;
11521}
11522_ACEOF
81ecdfbb 11523if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11524 ac_cv_lib_dld_dld_link=yes
11525else
81ecdfbb 11526 ac_cv_lib_dld_dld_link=no
d7040cdb 11527fi
81ecdfbb
RW
11528rm -f core conftest.err conftest.$ac_objext \
11529 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11530LIBS=$ac_check_lib_save_LIBS
11531fi
81ecdfbb
RW
11532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11533$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11534if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 11535 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11536fi
11537
11538
11539fi
11540
11541
11542fi
11543
11544
11545fi
11546
11547
11548fi
11549
11550
11551fi
11552
11553 ;;
11554 esac
11555
11556 if test "x$lt_cv_dlopen" != xno; then
11557 enable_dlopen=yes
11558 else
11559 enable_dlopen=no
11560 fi
11561
11562 case $lt_cv_dlopen in
11563 dlopen)
11564 save_CPPFLAGS="$CPPFLAGS"
11565 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11566
11567 save_LDFLAGS="$LDFLAGS"
11568 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11569
11570 save_LIBS="$LIBS"
11571 LIBS="$lt_cv_dlopen_libs $LIBS"
11572
81ecdfbb
RW
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11574$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11575if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 11576 $as_echo_n "(cached) " >&6
d7040cdb
SE
11577else
11578 if test "$cross_compiling" = yes; then :
11579 lt_cv_dlopen_self=cross
11580else
11581 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11582 lt_status=$lt_dlunknown
11583 cat > conftest.$ac_ext <<_LT_EOF
c46b7066 11584#line 11584 "configure"
d7040cdb
SE
11585#include "confdefs.h"
11586
11587#if HAVE_DLFCN_H
11588#include <dlfcn.h>
11589#endif
11590
11591#include <stdio.h>
11592
11593#ifdef RTLD_GLOBAL
11594# define LT_DLGLOBAL RTLD_GLOBAL
11595#else
11596# ifdef DL_GLOBAL
11597# define LT_DLGLOBAL DL_GLOBAL
11598# else
11599# define LT_DLGLOBAL 0
11600# endif
11601#endif
11602
11603/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11604 find out it does not work in some platform. */
11605#ifndef LT_DLLAZY_OR_NOW
11606# ifdef RTLD_LAZY
11607# define LT_DLLAZY_OR_NOW RTLD_LAZY
11608# else
11609# ifdef DL_LAZY
11610# define LT_DLLAZY_OR_NOW DL_LAZY
11611# else
11612# ifdef RTLD_NOW
11613# define LT_DLLAZY_OR_NOW RTLD_NOW
11614# else
11615# ifdef DL_NOW
11616# define LT_DLLAZY_OR_NOW DL_NOW
11617# else
11618# define LT_DLLAZY_OR_NOW 0
11619# endif
11620# endif
11621# endif
11622# endif
11623#endif
11624
3725885a
RW
11625/* When -fvisbility=hidden is used, assume the code has been annotated
11626 correspondingly for the symbols needed. */
11627#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11628void fnord () __attribute__((visibility("default")));
3725885a
RW
11629#endif
11630
f2c621e4 11631void fnord () { int i=42; }
d7040cdb
SE
11632int main ()
11633{
11634 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11635 int status = $lt_dlunknown;
11636
11637 if (self)
11638 {
11639 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11640 else
11641 {
11642 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11643 else puts (dlerror ());
11644 }
d7040cdb
SE
11645 /* dlclose (self); */
11646 }
11647 else
11648 puts (dlerror ());
11649
718a6fd8 11650 return status;
d7040cdb
SE
11651}
11652_LT_EOF
81ecdfbb 11653 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11654 (eval $ac_link) 2>&5
11655 ac_status=$?
81ecdfbb
RW
11656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11657 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11658 (./conftest; exit; ) >&5 2>/dev/null
11659 lt_status=$?
11660 case x$lt_status in
11661 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11662 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11663 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11664 esac
11665 else :
11666 # compilation failed
11667 lt_cv_dlopen_self=no
11668 fi
11669fi
11670rm -fr conftest*
11671
11672
11673fi
81ecdfbb
RW
11674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11675$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11676
11677 if test "x$lt_cv_dlopen_self" = xyes; then
11678 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11680$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11681if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 11682 $as_echo_n "(cached) " >&6
d7040cdb
SE
11683else
11684 if test "$cross_compiling" = yes; then :
11685 lt_cv_dlopen_self_static=cross
11686else
11687 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11688 lt_status=$lt_dlunknown
11689 cat > conftest.$ac_ext <<_LT_EOF
c46b7066 11690#line 11690 "configure"
d7040cdb
SE
11691#include "confdefs.h"
11692
11693#if HAVE_DLFCN_H
11694#include <dlfcn.h>
11695#endif
11696
11697#include <stdio.h>
11698
11699#ifdef RTLD_GLOBAL
11700# define LT_DLGLOBAL RTLD_GLOBAL
11701#else
11702# ifdef DL_GLOBAL
11703# define LT_DLGLOBAL DL_GLOBAL
11704# else
11705# define LT_DLGLOBAL 0
11706# endif
11707#endif
11708
11709/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11710 find out it does not work in some platform. */
11711#ifndef LT_DLLAZY_OR_NOW
11712# ifdef RTLD_LAZY
11713# define LT_DLLAZY_OR_NOW RTLD_LAZY
11714# else
11715# ifdef DL_LAZY
11716# define LT_DLLAZY_OR_NOW DL_LAZY
11717# else
11718# ifdef RTLD_NOW
11719# define LT_DLLAZY_OR_NOW RTLD_NOW
11720# else
11721# ifdef DL_NOW
11722# define LT_DLLAZY_OR_NOW DL_NOW
11723# else
11724# define LT_DLLAZY_OR_NOW 0
11725# endif
11726# endif
11727# endif
11728# endif
11729#endif
11730
3725885a
RW
11731/* When -fvisbility=hidden is used, assume the code has been annotated
11732 correspondingly for the symbols needed. */
11733#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11734void fnord () __attribute__((visibility("default")));
3725885a
RW
11735#endif
11736
f2c621e4 11737void fnord () { int i=42; }
d7040cdb
SE
11738int main ()
11739{
11740 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11741 int status = $lt_dlunknown;
11742
11743 if (self)
11744 {
11745 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11746 else
11747 {
11748 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11749 else puts (dlerror ());
11750 }
d7040cdb
SE
11751 /* dlclose (self); */
11752 }
11753 else
11754 puts (dlerror ());
11755
718a6fd8 11756 return status;
d7040cdb
SE
11757}
11758_LT_EOF
81ecdfbb 11759 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11760 (eval $ac_link) 2>&5
11761 ac_status=$?
81ecdfbb
RW
11762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11763 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11764 (./conftest; exit; ) >&5 2>/dev/null
11765 lt_status=$?
11766 case x$lt_status in
11767 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11768 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11769 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11770 esac
11771 else :
11772 # compilation failed
11773 lt_cv_dlopen_self_static=no
11774 fi
11775fi
11776rm -fr conftest*
11777
11778
11779fi
81ecdfbb
RW
11780{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11781$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11782 fi
11783
11784 CPPFLAGS="$save_CPPFLAGS"
11785 LDFLAGS="$save_LDFLAGS"
11786 LIBS="$save_LIBS"
11787 ;;
11788 esac
11789
11790 case $lt_cv_dlopen_self in
11791 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11792 *) enable_dlopen_self=unknown ;;
11793 esac
11794
11795 case $lt_cv_dlopen_self_static in
11796 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11797 *) enable_dlopen_self_static=unknown ;;
11798 esac
11799fi
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817striplib=
11818old_striplib=
81ecdfbb
RW
11819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11820$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11821if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11822 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11823 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11825$as_echo "yes" >&6; }
d7040cdb
SE
11826else
11827# FIXME - insert some real tests, host_os isn't really good enough
11828 case $host_os in
11829 darwin*)
11830 if test -n "$STRIP" ; then
11831 striplib="$STRIP -x"
11832 old_striplib="$STRIP -S"
81ecdfbb
RW
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11834$as_echo "yes" >&6; }
d7040cdb 11835 else
81ecdfbb
RW
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11837$as_echo "no" >&6; }
d7040cdb
SE
11838 fi
11839 ;;
11840 *)
81ecdfbb
RW
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11842$as_echo "no" >&6; }
d7040cdb
SE
11843 ;;
11844 esac
11845fi
11846
11847
11848
11849
11850
11851
11852
11853
11854
11855
11856
11857
11858 # Report which library types will actually be built
81ecdfbb
RW
11859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11860$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11862$as_echo "$can_build_shared" >&6; }
d7040cdb 11863
81ecdfbb
RW
11864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11865$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11866 test "$can_build_shared" = "no" && enable_shared=no
11867
11868 # On AIX, shared libraries and static libraries use the same namespace, and
11869 # are all built from PIC.
11870 case $host_os in
11871 aix3*)
11872 test "$enable_shared" = yes && enable_static=no
11873 if test -n "$RANLIB"; then
11874 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11875 postinstall_cmds='$RANLIB $lib'
11876 fi
11877 ;;
11878
50e7d84b 11879 aix[4-9]*)
d7040cdb
SE
11880 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11881 test "$enable_shared" = yes && enable_static=no
11882 fi
11883 ;;
11884 esac
81ecdfbb
RW
11885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11886$as_echo "$enable_shared" >&6; }
d7040cdb 11887
81ecdfbb
RW
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11889$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11890 # Make sure either enable_shared or enable_static is yes.
11891 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11893$as_echo "$enable_static" >&6; }
d7040cdb
SE
11894
11895
11896
11897
11898fi
11899ac_ext=c
11900ac_cpp='$CPP $CPPFLAGS'
11901ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11902ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11903ac_compiler_gnu=$ac_cv_c_compiler_gnu
11904
11905CC="$lt_save_CC"
11906
11907
11908
11909
11910
11911
11912
11913
11914
11915
11916
11917
11918
81ecdfbb 11919 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11920
11921
11922
11923
11924# Only expand once:
11925
11926
11927
b879806f
AM
11928# The tests for host and target for $enable_largefile require
11929# canonical names.
11930
11931
11932
11933# As the $enable_largefile decision depends on --enable-plugins we must set it
11934# even in directories otherwise not depending on the $plugins option.
11935
11936
11937 maybe_plugins=no
11938 for ac_header in dlfcn.h
11939do :
11940 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11941"
d0ac1c44 11942if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
11943 cat >>confdefs.h <<_ACEOF
11944#define HAVE_DLFCN_H 1
11945_ACEOF
11946 maybe_plugins=yes
11947fi
11948
11949done
11950
11951 for ac_header in windows.h
11952do :
11953 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11954"
d0ac1c44 11955if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
11956 cat >>confdefs.h <<_ACEOF
11957#define HAVE_WINDOWS_H 1
11958_ACEOF
11959 maybe_plugins=yes
11960fi
11961
11962done
11963
11964
11965 # Check whether --enable-plugins was given.
11966if test "${enable_plugins+set}" = set; then :
11967 enableval=$enable_plugins; case "${enableval}" in
11968 no) plugins=no ;;
11969 *) plugins=yes
11970 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 11971 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
11972 fi ;;
11973 esac
11974else
11975 plugins=$maybe_plugins
11976
11977fi
11978
2974be62 11979 if test "$plugins" = "yes"; then
3cba8b6c
L
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11981$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 11982if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11983 $as_echo_n "(cached) " >&6
11984else
11985 ac_func_search_save_LIBS=$LIBS
11986cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11987/* end confdefs.h. */
11988
11989/* Override any GCC internal prototype to avoid an error.
11990 Use char because int might match the return type of a GCC
11991 builtin and then its argument prototype would still apply. */
11992#ifdef __cplusplus
11993extern "C"
11994#endif
3cba8b6c 11995char dlsym ();
2974be62
AM
11996int
11997main ()
11998{
3cba8b6c 11999return dlsym ();
2974be62
AM
12000 ;
12001 return 0;
12002}
12003_ACEOF
12004for ac_lib in '' dl; do
12005 if test -z "$ac_lib"; then
12006 ac_res="none required"
12007 else
12008 ac_res=-l$ac_lib
12009 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12010 fi
12011 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 12012 ac_cv_search_dlsym=$ac_res
2974be62
AM
12013fi
12014rm -f core conftest.err conftest.$ac_objext \
12015 conftest$ac_exeext
d0ac1c44 12016 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
12017 break
12018fi
12019done
d0ac1c44 12020if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
12021
12022else
3cba8b6c 12023 ac_cv_search_dlsym=no
2974be62
AM
12024fi
12025rm conftest.$ac_ext
12026LIBS=$ac_func_search_save_LIBS
12027fi
3cba8b6c
L
12028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
12029$as_echo "$ac_cv_search_dlsym" >&6; }
12030ac_res=$ac_cv_search_dlsym
2974be62
AM
12031if test "$ac_res" != no; then :
12032 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12033
12034fi
12035
12036 fi
b879806f
AM
12037
12038
12039case "${host}" in
c8693053
RO
12040 sparc-*-solaris*|i?86-*-solaris*)
12041 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
12042 # were mutually exclusive until Solaris 11.3. Without procfs support,
12043 # the bfd/ elf module cannot provide certain routines such as
12044 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
12045 # explicitly requested large-file support through the
12046 # --enable-largefile switch, disable large-file support in favor of
12047 # procfs support.
12048 #
12049 # Check if <sys/procfs.h> is incompatible with large-file support.
12050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12051/* end confdefs.h. */
12052#define _FILE_OFFSET_BITS 64
12053#define _STRUCTURED_PROC 1
12054#include <sys/procfs.h>
12055int
12056main ()
12057{
12058
12059 ;
12060 return 0;
12061}
12062_ACEOF
12063if ac_fn_c_try_compile "$LINENO"; then :
12064 acx_cv_procfs_lfs=yes
12065else
12066 acx_cv_procfs_lfs=no
12067fi
12068rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12069 #
12070 # Forcefully disable large-file support only if necessary, gdb is in
12071 # tree and enabled.
12072 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
12073 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
12074 : ${enable_largefile="no"}
12075 if test "$plugins" = yes; then
12076 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
12077plugin support disabled; require large-file support which is incompatible with GDB." >&5
12078$as_echo "$as_me: WARNING:
12079plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
12080 plugins=no
12081 fi
12082 fi
12083 #
12084 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
12085 # benefit of g++ 9+ which predefines it on Solaris.
12086 if test "$enable_largefile" = no; then
12087 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
12088
12089 fi
b879806f
AM
12090 ;;
12091esac
12092
12093# Check whether --enable-largefile was given.
12094if test "${enable_largefile+set}" = set; then :
12095 enableval=$enable_largefile;
12096fi
12097
12098if test "$enable_largefile" != no; then
12099
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12101$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 12102if ${ac_cv_sys_largefile_CC+:} false; then :
b879806f
AM
12103 $as_echo_n "(cached) " >&6
12104else
12105 ac_cv_sys_largefile_CC=no
12106 if test "$GCC" != yes; then
12107 ac_save_CC=$CC
12108 while :; do
12109 # IRIX 6.2 and later do not support large files by default,
12110 # so use the C compiler's -n32 option if that helps.
12111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12112/* end confdefs.h. */
12113#include <sys/types.h>
12114 /* Check that off_t can represent 2**63 - 1 correctly.
12115 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12116 since some C++ compilers masquerading as C compilers
12117 incorrectly reject 9223372036854775807. */
e0b2a78c 12118#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12119 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12120 && LARGE_OFF_T % 2147483647 == 1)
12121 ? 1 : -1];
12122int
12123main ()
12124{
12125
12126 ;
12127 return 0;
12128}
12129_ACEOF
12130 if ac_fn_c_try_compile "$LINENO"; then :
12131 break
12132fi
12133rm -f core conftest.err conftest.$ac_objext
12134 CC="$CC -n32"
12135 if ac_fn_c_try_compile "$LINENO"; then :
12136 ac_cv_sys_largefile_CC=' -n32'; break
12137fi
12138rm -f core conftest.err conftest.$ac_objext
12139 break
12140 done
12141 CC=$ac_save_CC
12142 rm -f conftest.$ac_ext
12143 fi
12144fi
12145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12146$as_echo "$ac_cv_sys_largefile_CC" >&6; }
12147 if test "$ac_cv_sys_largefile_CC" != no; then
12148 CC=$CC$ac_cv_sys_largefile_CC
12149 fi
12150
12151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12152$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 12153if ${ac_cv_sys_file_offset_bits+:} false; then :
b879806f
AM
12154 $as_echo_n "(cached) " >&6
12155else
12156 while :; do
12157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12158/* end confdefs.h. */
12159#include <sys/types.h>
12160 /* Check that off_t can represent 2**63 - 1 correctly.
12161 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12162 since some C++ compilers masquerading as C compilers
12163 incorrectly reject 9223372036854775807. */
e0b2a78c 12164#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12165 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12166 && LARGE_OFF_T % 2147483647 == 1)
12167 ? 1 : -1];
12168int
12169main ()
12170{
12171
12172 ;
12173 return 0;
12174}
12175_ACEOF
12176if ac_fn_c_try_compile "$LINENO"; then :
12177 ac_cv_sys_file_offset_bits=no; break
12178fi
12179rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12181/* end confdefs.h. */
12182#define _FILE_OFFSET_BITS 64
12183#include <sys/types.h>
12184 /* Check that off_t can represent 2**63 - 1 correctly.
12185 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12186 since some C++ compilers masquerading as C compilers
12187 incorrectly reject 9223372036854775807. */
e0b2a78c 12188#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12189 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12190 && LARGE_OFF_T % 2147483647 == 1)
12191 ? 1 : -1];
12192int
12193main ()
12194{
12195
12196 ;
12197 return 0;
12198}
12199_ACEOF
12200if ac_fn_c_try_compile "$LINENO"; then :
12201 ac_cv_sys_file_offset_bits=64; break
12202fi
12203rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12204 ac_cv_sys_file_offset_bits=unknown
12205 break
12206done
12207fi
12208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12209$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12210case $ac_cv_sys_file_offset_bits in #(
12211 no | unknown) ;;
12212 *)
12213cat >>confdefs.h <<_ACEOF
12214#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12215_ACEOF
12216;;
12217esac
12218rm -rf conftest*
12219 if test $ac_cv_sys_file_offset_bits = unknown; then
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12221$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 12222if ${ac_cv_sys_large_files+:} false; then :
b879806f
AM
12223 $as_echo_n "(cached) " >&6
12224else
12225 while :; do
12226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12227/* end confdefs.h. */
12228#include <sys/types.h>
12229 /* Check that off_t can represent 2**63 - 1 correctly.
12230 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12231 since some C++ compilers masquerading as C compilers
12232 incorrectly reject 9223372036854775807. */
e0b2a78c 12233#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12234 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12235 && LARGE_OFF_T % 2147483647 == 1)
12236 ? 1 : -1];
12237int
12238main ()
12239{
12240
12241 ;
12242 return 0;
12243}
12244_ACEOF
12245if ac_fn_c_try_compile "$LINENO"; then :
12246 ac_cv_sys_large_files=no; break
12247fi
12248rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12250/* end confdefs.h. */
12251#define _LARGE_FILES 1
12252#include <sys/types.h>
12253 /* Check that off_t can represent 2**63 - 1 correctly.
12254 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12255 since some C++ compilers masquerading as C compilers
12256 incorrectly reject 9223372036854775807. */
e0b2a78c 12257#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12258 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12259 && LARGE_OFF_T % 2147483647 == 1)
12260 ? 1 : -1];
12261int
12262main ()
12263{
12264
12265 ;
12266 return 0;
12267}
12268_ACEOF
12269if ac_fn_c_try_compile "$LINENO"; then :
12270 ac_cv_sys_large_files=1; break
12271fi
12272rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12273 ac_cv_sys_large_files=unknown
12274 break
12275done
12276fi
12277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12278$as_echo "$ac_cv_sys_large_files" >&6; }
12279case $ac_cv_sys_large_files in #(
12280 no | unknown) ;;
12281 *)
12282cat >>confdefs.h <<_ACEOF
12283#define _LARGE_FILES $ac_cv_sys_large_files
12284_ACEOF
12285;;
12286esac
12287rm -rf conftest*
12288 fi
d0ac1c44
SM
12289
12290
b879806f
AM
12291fi
12292
12293
12294
81ecdfbb
RW
12295# Check whether --enable-targets was given.
12296if test "${enable_targets+set}" = set; then :
12297 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 12298 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
12299 ;;
12300 no) enable_targets= ;;
12301 *) enable_targets=$enableval ;;
12302esac
81ecdfbb
RW
12303fi
12304
e6f6aa8d 12305
9cb80f72
RM
12306# Check whether --enable-deterministic-archives was given.
12307if test "${enable_deterministic_archives+set}" = set; then :
12308 enableval=$enable_deterministic_archives;
12309if test "${enableval}" = no; then
12310 default_ar_deterministic=0
12311else
12312 default_ar_deterministic=1
12313fi
12314else
12315 default_ar_deterministic=0
12316fi
12317
12318
12319
12320cat >>confdefs.h <<_ACEOF
12321#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
12322_ACEOF
12323
12324
e6f6aa8d 12325
7fac9594
NC
12326# Check whether --enable-default-strings-all was given.
12327if test "${enable_default_strings_all+set}" = set; then :
12328 enableval=$enable_default_strings_all;
12329if test "${enableval}" = no; then
12330 default_strings_all=0
12331else
12332 default_strings_all=1
12333fi
12334else
12335 default_strings_all=1
12336fi
12337
12338
12339
e6f6aa8d
NC
12340cat >>confdefs.h <<_ACEOF
12341#define DEFAULT_STRINGS_ALL $default_strings_all
12342_ACEOF
12343
12344
12345
12346# Check whether --enable-f-for-ifunc-symbols was given.
12347if test "${enable_f_for_ifunc_symbols+set}" = set; then :
12348 enableval=$enable_f_for_ifunc_symbols;
12349if test "${enableval}" = no; then
12350 default_f_for_ifunc=0
12351else
12352 default_f_for_ifunc=1
12353fi
12354else
12355 default_f_for_ifunc=0
12356fi
12357
12358
12359
12360cat >>confdefs.h <<_ACEOF
12361#define DEFAULT_F_FOR_IFUNC_SYMBOLS $default_f_for_ifunc
12362_ACEOF
12363
12364
12365
c46b7066
NC
12366# Check whether --enable-follow-debug-links was given.
12367if test "${enable_follow_debug_links+set}" = set; then :
12368 enableval=$enable_follow_debug_links;
12369if test "${enableval}" = no; then
12370 default_for_follow_links=0
12371else
12372 default_for_follow_links=1
12373fi
12374else
12375 default_for_follow_links=1
12376fi
12377
12378
12379
12380cat >>confdefs.h <<_ACEOF
12381#define DEFAULT_FOR_FOLLOW_LINKS $default_for_follow_links
12382_ACEOF
12383
12384
12385
12386
f6720b1c
AM
12387
12388
12389
12390
12391
12392
12393if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
12394 if test -n "$ac_tool_prefix"; then
12395 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
12396set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
12397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12398$as_echo_n "checking for $ac_word... " >&6; }
12399if ${ac_cv_path_PKG_CONFIG+:} false; then :
12400 $as_echo_n "(cached) " >&6
12401else
12402 case $PKG_CONFIG in
12403 [\\/]* | ?:[\\/]*)
12404 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12405 ;;
12406 *)
12407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12408for as_dir in $PATH
12409do
12410 IFS=$as_save_IFS
12411 test -z "$as_dir" && as_dir=.
12412 for ac_exec_ext in '' $ac_executable_extensions; do
12413 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12414 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12416 break 2
12417 fi
12418done
12419 done
12420IFS=$as_save_IFS
12421
12422 ;;
12423esac
12424fi
12425PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12426if test -n "$PKG_CONFIG"; then
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
12428$as_echo "$PKG_CONFIG" >&6; }
12429else
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12431$as_echo "no" >&6; }
12432fi
12433
12434
12435fi
12436if test -z "$ac_cv_path_PKG_CONFIG"; then
12437 ac_pt_PKG_CONFIG=$PKG_CONFIG
12438 # Extract the first word of "pkg-config", so it can be a program name with args.
12439set dummy pkg-config; ac_word=$2
12440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12441$as_echo_n "checking for $ac_word... " >&6; }
12442if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
12443 $as_echo_n "(cached) " >&6
12444else
12445 case $ac_pt_PKG_CONFIG in
12446 [\\/]* | ?:[\\/]*)
12447 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
12448 ;;
12449 *)
12450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12451for as_dir in $PATH
12452do
12453 IFS=$as_save_IFS
12454 test -z "$as_dir" && as_dir=.
12455 for ac_exec_ext in '' $ac_executable_extensions; do
12456 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12457 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12459 break 2
12460 fi
12461done
12462 done
12463IFS=$as_save_IFS
12464
12465 ;;
12466esac
12467fi
12468ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
12469if test -n "$ac_pt_PKG_CONFIG"; then
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
12471$as_echo "$ac_pt_PKG_CONFIG" >&6; }
12472else
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12474$as_echo "no" >&6; }
12475fi
12476
12477 if test "x$ac_pt_PKG_CONFIG" = x; then
12478 PKG_CONFIG=""
12479 else
12480 case $cross_compiling:$ac_tool_warned in
12481yes:)
12482{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12483$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12484ac_tool_warned=yes ;;
12485esac
12486 PKG_CONFIG=$ac_pt_PKG_CONFIG
12487 fi
12488else
12489 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
12490fi
12491
12492fi
12493if test -n "$PKG_CONFIG"; then
12494 _pkg_min_version=0.9.0
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
12496$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
12497 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12499$as_echo "yes" >&6; }
12500 else
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12502$as_echo "no" >&6; }
12503 PKG_CONFIG=""
12504 fi
12505fi
12506
12507# Handle optional debuginfod support
301a9420
AM
12508
12509# Check whether --with-debuginfod was given.
12510if test "${with_debuginfod+set}" = set; then :
12511 withval=$with_debuginfod;
12512else
12513 with_debuginfod=auto
12514fi
12515
12516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
12517$as_echo_n "checking whether to use debuginfod... " >&6; }
12518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
12519$as_echo "$with_debuginfod" >&6; }
12520
f6720b1c 12521if test "x$with_debuginfod" != xno; then
301a9420 12522
f6720b1c
AM
12523pkg_failed=no
12524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
12525$as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
12526
12527if test -n "$DEBUGINFOD_CFLAGS"; then
12528 pkg_cv_DEBUGINFOD_CFLAGS="$DEBUGINFOD_CFLAGS"
12529 elif test -n "$PKG_CONFIG"; then
12530 if test -n "$PKG_CONFIG" && \
12531 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12532 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12533 ac_status=$?
12534 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12535 test $ac_status = 0; }; then
12536 pkg_cv_DEBUGINFOD_CFLAGS=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
12537 test "x$?" != "x0" && pkg_failed=yes
301a9420 12538else
f6720b1c 12539 pkg_failed=yes
301a9420 12540fi
f6720b1c
AM
12541 else
12542 pkg_failed=untried
301a9420 12543fi
f6720b1c
AM
12544if test -n "$DEBUGINFOD_LIBS"; then
12545 pkg_cv_DEBUGINFOD_LIBS="$DEBUGINFOD_LIBS"
12546 elif test -n "$PKG_CONFIG"; then
12547 if test -n "$PKG_CONFIG" && \
12548 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12549 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12550 ac_status=$?
12551 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12552 test $ac_status = 0; }; then
12553 pkg_cv_DEBUGINFOD_LIBS=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
12554 test "x$?" != "x0" && pkg_failed=yes
12555else
12556 pkg_failed=yes
301a9420 12557fi
f6720b1c
AM
12558 else
12559 pkg_failed=untried
301a9420
AM
12560fi
12561
377170fa
L
12562if test $pkg_failed = no; then
12563 pkg_save_LDFLAGS="$LDFLAGS"
12564 LDFLAGS="$LDFLAGS $pkg_cv_DEBUGINFOD_LIBS"
12565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d70f978b
L
12566/* end confdefs.h. */
12567
12568int
12569main ()
12570{
377170fa 12571
d70f978b
L
12572 ;
12573 return 0;
12574}
12575_ACEOF
12576if ac_fn_c_try_link "$LINENO"; then :
377170fa 12577
d70f978b
L
12578else
12579 pkg_failed=yes
12580fi
12581rm -f core conftest.err conftest.$ac_objext \
12582 conftest$ac_exeext conftest.$ac_ext
377170fa
L
12583 LDFLAGS=$pkg_save_LDFLAGS
12584fi
d70f978b 12585
301a9420 12586
301a9420 12587
f6720b1c
AM
12588if test $pkg_failed = yes; then
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12590$as_echo "no" >&6; }
301a9420 12591
f6720b1c
AM
12592if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12593 _pkg_short_errors_supported=yes
12594else
12595 _pkg_short_errors_supported=no
12596fi
12597 if test $_pkg_short_errors_supported = yes; then
12598 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12599 else
12600 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12601 fi
12602 # Put the nasty error message in config.log where it belongs
12603 echo "$DEBUGINFOD_PKG_ERRORS" >&5
301a9420 12604
f6720b1c
AM
12605 if test "x$with_debuginfod" = xyes; then
12606 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12607 else
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12609$as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12610 fi
12611elif test $pkg_failed = untried; then
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12613$as_echo "no" >&6; }
12614 if test "x$with_debuginfod" = xyes; then
12615 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12616 else
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12618$as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12619 fi
12620else
12621 DEBUGINFOD_CFLAGS=$pkg_cv_DEBUGINFOD_CFLAGS
12622 DEBUGINFOD_LIBS=$pkg_cv_DEBUGINFOD_LIBS
12623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12624$as_echo "yes" >&6; }
12625
12626$as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
12627
12628fi
12629else
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
12631$as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
301a9420
AM
12632fi
12633
12634
094e34f2
NA
12635 # Check whether --enable-libctf was given.
12636if test "${enable_libctf+set}" = set; then :
12637 enableval=$enable_libctf;
12638 case "$enableval" in
12639 yes|no) ;;
12640 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12641 esac
12642
12643else
12644 enable_libctf=yes
12645fi
12646
12647
12648if test "${enable_libctf}" = yes; then
12649
12650$as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12651
12652fi
12653 if test "${enable_libctf}" = yes; then
12654 ENABLE_LIBCTF_TRUE=
12655 ENABLE_LIBCTF_FALSE='#'
12656else
12657 ENABLE_LIBCTF_TRUE='#'
12658 ENABLE_LIBCTF_FALSE=
12659fi
12660
12661
d7040cdb 12662
270c9937
JB
12663# Set the 'development' global.
12664. $srcdir/../bfd/development.sh
12665
c5da1932
VZ
12666# Set acp_cpp_for_build variable
12667ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12668
9780e045 12669# Default set of GCC warnings to enable.
397841b5 12670GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 12671GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
12672
12673# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
12674cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12675/* end confdefs.h. */
12676__GNUC__
12677_ACEOF
12678if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12679 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
397841b5
AM
12680
12681else
12682 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12683fi
12684rm -f conftest*
12685
d7040cdb 12686
9780e045
NC
12687# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12688cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12689/* end confdefs.h. */
12690__GNUC__
12691_ACEOF
12692if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12693 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
12694
12695else
12696 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12697fi
12698rm -f conftest*
12699
12700
6757cf57
TS
12701# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12702WARN_WRITE_STRINGS=""
12703cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12704/* end confdefs.h. */
12705__GNUC__
12706_ACEOF
12707if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12708 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
12709
12710else
12711 WARN_WRITE_STRINGS="-Wwrite-strings"
12712fi
12713rm -f conftest*
12714
9780e045 12715
96fe4562 12716# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
12717
12718# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12719cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12720/* end confdefs.h. */
12721__GNUC__
12722_ACEOF
12723if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12724 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12725
12726else
12727 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12728fi
12729rm -f conftest*
12730
12731
12732# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12733cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12734/* end confdefs.h. */
12735__GNUC__
12736_ACEOF
12737if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12738 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12739
12740else
12741 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12742fi
12743rm -f conftest*
12744
12745
81ecdfbb
RW
12746# Check whether --enable-werror was given.
12747if test "${enable_werror+set}" = set; then :
12748 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12749 yes | y) ERROR_ON_WARNING="yes" ;;
12750 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12751 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12752 esac
81ecdfbb
RW
12753fi
12754
d7040cdb 12755
397841b5 12756# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12757case "${host}" in
12758 *-*-mingw32*)
12759 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12760 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 12761 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
12762 fi
12763 ;;
12764 *) ;;
12765esac
12766
270c9937
JB
12767# Enable -Werror by default when using gcc. Turn it off for releases.
12768if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12769 ERROR_ON_WARNING=yes
12770fi
12771
12772NO_WERROR=
12773if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12774 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 12775 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
d7040cdb
SE
12776 NO_WERROR="-Wno-error"
12777fi
12778
12779if test "${GCC}" = yes ; then
12780 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 12781 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
d7040cdb
SE
12782fi
12783
81ecdfbb
RW
12784# Check whether --enable-build-warnings was given.
12785if test "${enable_build_warnings+set}" = set; then :
12786 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
12787 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12788 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
d7040cdb
SE
12789 no) if test "${GCC}" = yes ; then
12790 WARN_CFLAGS="-w"
c5da1932 12791 WARN_CFLAGS_FOR_BUILD="-w"
d7040cdb
SE
12792 fi;;
12793 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12794 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12795 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
d7040cdb 12796 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12797 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12798 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12799 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12800 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
d7040cdb 12801esac
81ecdfbb
RW
12802fi
12803
d7040cdb
SE
12804
12805if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12806 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12807fi
12808
12809
12810
12811
12812
6757cf57 12813
c5da1932 12814
81ecdfbb 12815ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12816
12817
df7b86aa
NC
12818
12819
d7040cdb 12820if test -z "$target" ; then
d0ac1c44 12821 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12822fi
12823if test -z "$host" ; then
d0ac1c44 12824 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12825fi
12826
12827for ac_prog in 'bison -y' byacc
12828do
12829 # Extract the first word of "$ac_prog", so it can be a program name with args.
12830set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12832$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12833if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 12834 $as_echo_n "(cached) " >&6
d7040cdb
SE
12835else
12836 if test -n "$YACC"; then
12837 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12838else
12839as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12840for as_dir in $PATH
12841do
12842 IFS=$as_save_IFS
12843 test -z "$as_dir" && as_dir=.
81ecdfbb 12844 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12845 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12846 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12848 break 2
12849 fi
12850done
81ecdfbb
RW
12851 done
12852IFS=$as_save_IFS
d7040cdb
SE
12853
12854fi
12855fi
12856YACC=$ac_cv_prog_YACC
12857if test -n "$YACC"; then
81ecdfbb
RW
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12859$as_echo "$YACC" >&6; }
d7040cdb 12860else
81ecdfbb
RW
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12862$as_echo "no" >&6; }
d7040cdb
SE
12863fi
12864
81ecdfbb 12865
d7040cdb
SE
12866 test -n "$YACC" && break
12867done
12868test -n "$YACC" || YACC="yacc"
12869
12870for ac_prog in flex lex
12871do
12872 # Extract the first word of "$ac_prog", so it can be a program name with args.
12873set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12875$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12876if ${ac_cv_prog_LEX+:} false; then :
81ecdfbb 12877 $as_echo_n "(cached) " >&6
d7040cdb
SE
12878else
12879 if test -n "$LEX"; then
12880 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12881else
12882as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12883for as_dir in $PATH
12884do
12885 IFS=$as_save_IFS
12886 test -z "$as_dir" && as_dir=.
81ecdfbb 12887 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12889 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12891 break 2
12892 fi
12893done
81ecdfbb
RW
12894 done
12895IFS=$as_save_IFS
d7040cdb
SE
12896
12897fi
12898fi
12899LEX=$ac_cv_prog_LEX
12900if test -n "$LEX"; then
81ecdfbb
RW
12901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12902$as_echo "$LEX" >&6; }
d7040cdb 12903else
81ecdfbb
RW
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12905$as_echo "no" >&6; }
d7040cdb
SE
12906fi
12907
81ecdfbb 12908
d7040cdb
SE
12909 test -n "$LEX" && break
12910done
12911test -n "$LEX" || LEX=":"
12912
3d961d0d
AM
12913case "$LEX" in
12914 :|*"missing "*) ;;
12915 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
12916%%
12917a { ECHO; }
12918b { REJECT; }
12919c { yymore (); }
12920d { yyless (1); }
d0ac1c44
SM
12921e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12922 yyless ((input () != 0)); }
81ecdfbb
RW
12923f { unput (yytext[0]); }
12924. { BEGIN INITIAL; }
12925%%
12926#ifdef YYTEXT_POINTER
12927extern char *yytext;
d7040cdb 12928#endif
d7040cdb 12929int
81ecdfbb 12930main (void)
d7040cdb 12931{
81ecdfbb 12932 return ! yylex () + ! yywrap ();
d7040cdb
SE
12933}
12934_ACEOF
81ecdfbb
RW
12935{ { ac_try="$LEX conftest.l"
12936case "(($ac_try" in
12937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12938 *) ac_try_echo=$ac_try;;
12939esac
12940eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12941$as_echo "$ac_try_echo"; } >&5
12942 (eval "$LEX conftest.l") 2>&5
d7040cdb 12943 ac_status=$?
81ecdfbb
RW
12944 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12945 test $ac_status = 0; }
12946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12947$as_echo_n "checking lex output file root... " >&6; }
d0ac1c44 12948if ${ac_cv_prog_lex_root+:} false; then :
81ecdfbb 12949 $as_echo_n "(cached) " >&6
d7040cdb 12950else
d7040cdb 12951
81ecdfbb
RW
12952if test -f lex.yy.c; then
12953 ac_cv_prog_lex_root=lex.yy
12954elif test -f lexyy.c; then
12955 ac_cv_prog_lex_root=lexyy
12956else
d0ac1c44 12957 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 12958fi
d7040cdb 12959fi
81ecdfbb
RW
12960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12961$as_echo "$ac_cv_prog_lex_root" >&6; }
12962LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12963
81ecdfbb
RW
12964if test -z "${LEXLIB+set}"; then
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12966$as_echo_n "checking lex library... " >&6; }
d0ac1c44 12967if ${ac_cv_lib_lex+:} false; then :
81ecdfbb 12968 $as_echo_n "(cached) " >&6
d7040cdb 12969else
d7040cdb 12970
81ecdfbb
RW
12971 ac_save_LIBS=$LIBS
12972 ac_cv_lib_lex='none needed'
12973 for ac_lib in '' -lfl -ll; do
12974 LIBS="$ac_lib $ac_save_LIBS"
12975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12976/* end confdefs.h. */
12977`cat $LEX_OUTPUT_ROOT.c`
12978_ACEOF
12979if ac_fn_c_try_link "$LINENO"; then :
12980 ac_cv_lib_lex=$ac_lib
d7040cdb 12981fi
81ecdfbb
RW
12982rm -f core conftest.err conftest.$ac_objext \
12983 conftest$ac_exeext conftest.$ac_ext
12984 test "$ac_cv_lib_lex" != 'none needed' && break
12985 done
12986 LIBS=$ac_save_LIBS
d7040cdb
SE
12987
12988fi
81ecdfbb
RW
12989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12990$as_echo "$ac_cv_lib_lex" >&6; }
12991 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12992fi
12993
d7040cdb 12994
81ecdfbb
RW
12995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12996$as_echo_n "checking whether yytext is a pointer... " >&6; }
d0ac1c44 12997if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
81ecdfbb 12998 $as_echo_n "(cached) " >&6
d7040cdb
SE
12999else
13000 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 13001# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
13002# not all implementations provide the %pointer and %array declarations.
13003ac_cv_prog_lex_yytext_pointer=no
d7040cdb 13004ac_save_LIBS=$LIBS
81ecdfbb
RW
13005LIBS="$LEXLIB $ac_save_LIBS"
13006cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13007/* end confdefs.h. */
d0ac1c44
SM
13008
13009 #define YYTEXT_POINTER 1
d7040cdb
SE
13010`cat $LEX_OUTPUT_ROOT.c`
13011_ACEOF
81ecdfbb 13012if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13013 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 13014fi
81ecdfbb
RW
13015rm -f core conftest.err conftest.$ac_objext \
13016 conftest$ac_exeext conftest.$ac_ext
d7040cdb 13017LIBS=$ac_save_LIBS
d7040cdb
SE
13018
13019fi
81ecdfbb
RW
13020{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13021$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
13022if test $ac_cv_prog_lex_yytext_pointer = yes; then
13023
81ecdfbb 13024$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
13025
13026fi
81ecdfbb 13027rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
13028 ;;
13029esac
d7040cdb
SE
13030if test "$LEX" = :; then
13031 LEX=${am_missing_run}flex
13032fi
13033
e184813f 13034ALL_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
13035# If we haven't got the data from the intl directory,
13036# assume NLS is disabled.
13037USE_NLS=no
13038LIBINTL=
13039LIBINTL_DEP=
13040INCINTL=
13041XGETTEXT=
13042GMSGFMT=
13043POSUB=
13044
13045if test -f ../intl/config.intl; then
13046 . ../intl/config.intl
13047fi
81ecdfbb
RW
13048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13049$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 13050if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
13051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13052$as_echo "no" >&6; }
d7040cdb 13053else
81ecdfbb
RW
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13055$as_echo "yes" >&6; }
d7040cdb 13056
81ecdfbb 13057$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
13058
13059
81ecdfbb
RW
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13061$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
13062 # Look for .po and .gmo files in the source directory.
13063 CATALOGS=
13064 XLINGUAS=
13065 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13066 # If there aren't any .gmo files the shell will give us the
13067 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13068 # weeded out.
13069 case "$cat" in *\**)
13070 continue;;
13071 esac
13072 # The quadruple backslash is collapsed to a double backslash
13073 # by the backticks, then collapsed again by the double quotes,
13074 # leaving us with one backslash in the sed expression (right
13075 # before the dot that mustn't act as a wildcard).
13076 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13077 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13078 # The user is allowed to set LINGUAS to a list of languages to
13079 # install catalogs for. If it's empty that means "all of them."
13080 if test "x$LINGUAS" = x; then
13081 CATALOGS="$CATALOGS $cat"
13082 XLINGUAS="$XLINGUAS $lang"
13083 else
13084 case "$LINGUAS" in *$lang*)
13085 CATALOGS="$CATALOGS $cat"
13086 XLINGUAS="$XLINGUAS $lang"
13087 ;;
13088 esac
13089 fi
13090 done
13091 LINGUAS="$XLINGUAS"
81ecdfbb
RW
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13093$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
13094
13095
13096 DATADIRNAME=share
13097
13098 INSTOBJEXT=.mo
13099
13100 GENCAT=gencat
13101
13102 CATOBJEXT=.gmo
13103
13104fi
13105
13106 MKINSTALLDIRS=
13107 if test -n "$ac_aux_dir"; then
13108 case "$ac_aux_dir" in
13109 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13110 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13111 esac
13112 fi
13113 if test -z "$MKINSTALLDIRS"; then
13114 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13115 fi
13116
13117
13118
81ecdfbb
RW
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13120$as_echo_n "checking whether NLS is requested... " >&6; }
13121 # Check whether --enable-nls was given.
13122if test "${enable_nls+set}" = set; then :
13123 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
13124else
13125 USE_NLS=yes
81ecdfbb
RW
13126fi
13127
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13129$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
13130
13131
13132
13133
13134
13135
13136# Prepare PATH_SEPARATOR.
13137# The user is always right.
13138if test "${PATH_SEPARATOR+set}" != set; then
13139 echo "#! /bin/sh" >conf$$.sh
13140 echo "exit 0" >>conf$$.sh
13141 chmod +x conf$$.sh
13142 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13143 PATH_SEPARATOR=';'
13144 else
13145 PATH_SEPARATOR=:
13146 fi
13147 rm -f conf$$.sh
13148fi
13149
13150# Find out how to test for executable files. Don't use a zero-byte file,
13151# as systems may use methods other than mode bits to determine executability.
13152cat >conf$$.file <<_ASEOF
13153#! /bin/sh
13154exit 0
13155_ASEOF
13156chmod +x conf$$.file
13157if test -x conf$$.file >/dev/null 2>&1; then
13158 ac_executable_p="test -x"
13159else
13160 ac_executable_p="test -f"
13161fi
13162rm -f conf$$.file
13163
13164# Extract the first word of "msgfmt", so it can be a program name with args.
13165set dummy msgfmt; ac_word=$2
81ecdfbb
RW
13166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13167$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13168if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 13169 $as_echo_n "(cached) " >&6
d7040cdb
SE
13170else
13171 case "$MSGFMT" in
13172 [\\/]* | ?:[\\/]*)
13173 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13174 ;;
13175 *)
13176 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13177 for ac_dir in $PATH; do
13178 IFS="$ac_save_IFS"
13179 test -z "$ac_dir" && ac_dir=.
13180 for ac_exec_ext in '' $ac_executable_extensions; do
13181 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13182 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13183 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13184 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13185 break 2
13186 fi
13187 fi
13188 done
13189 done
13190 IFS="$ac_save_IFS"
13191 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13192 ;;
13193esac
13194fi
13195MSGFMT="$ac_cv_path_MSGFMT"
13196if test "$MSGFMT" != ":"; then
81ecdfbb
RW
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13198$as_echo "$MSGFMT" >&6; }
d7040cdb 13199else
81ecdfbb
RW
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13201$as_echo "no" >&6; }
d7040cdb
SE
13202fi
13203
13204 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13205set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
13206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13207$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13208if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 13209 $as_echo_n "(cached) " >&6
d7040cdb
SE
13210else
13211 case $GMSGFMT in
13212 [\\/]* | ?:[\\/]*)
13213 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13214 ;;
13215 *)
13216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13217for as_dir in $PATH
13218do
13219 IFS=$as_save_IFS
13220 test -z "$as_dir" && as_dir=.
81ecdfbb 13221 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13223 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13225 break 2
13226 fi
13227done
81ecdfbb
RW
13228 done
13229IFS=$as_save_IFS
d7040cdb
SE
13230
13231 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13232 ;;
13233esac
13234fi
13235GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 13236if test -n "$GMSGFMT"; then
81ecdfbb
RW
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13238$as_echo "$GMSGFMT" >&6; }
d7040cdb 13239else
81ecdfbb
RW
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13241$as_echo "no" >&6; }
d7040cdb
SE
13242fi
13243
13244
13245
81ecdfbb 13246
d7040cdb
SE
13247# Prepare PATH_SEPARATOR.
13248# The user is always right.
13249if test "${PATH_SEPARATOR+set}" != set; then
13250 echo "#! /bin/sh" >conf$$.sh
13251 echo "exit 0" >>conf$$.sh
13252 chmod +x conf$$.sh
13253 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13254 PATH_SEPARATOR=';'
13255 else
13256 PATH_SEPARATOR=:
13257 fi
13258 rm -f conf$$.sh
13259fi
13260
13261# Find out how to test for executable files. Don't use a zero-byte file,
13262# as systems may use methods other than mode bits to determine executability.
13263cat >conf$$.file <<_ASEOF
13264#! /bin/sh
13265exit 0
13266_ASEOF
13267chmod +x conf$$.file
13268if test -x conf$$.file >/dev/null 2>&1; then
13269 ac_executable_p="test -x"
13270else
13271 ac_executable_p="test -f"
13272fi
13273rm -f conf$$.file
13274
13275# Extract the first word of "xgettext", so it can be a program name with args.
13276set dummy xgettext; ac_word=$2
81ecdfbb
RW
13277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13278$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13279if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 13280 $as_echo_n "(cached) " >&6
d7040cdb
SE
13281else
13282 case "$XGETTEXT" in
13283 [\\/]* | ?:[\\/]*)
13284 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13285 ;;
13286 *)
13287 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13288 for ac_dir in $PATH; do
13289 IFS="$ac_save_IFS"
13290 test -z "$ac_dir" && ac_dir=.
13291 for ac_exec_ext in '' $ac_executable_extensions; do
13292 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13293 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13294 (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
13295 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13296 break 2
13297 fi
13298 fi
13299 done
13300 done
13301 IFS="$ac_save_IFS"
13302 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13303 ;;
13304esac
13305fi
13306XGETTEXT="$ac_cv_path_XGETTEXT"
13307if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13309$as_echo "$XGETTEXT" >&6; }
d7040cdb 13310else
81ecdfbb
RW
13311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13312$as_echo "no" >&6; }
d7040cdb
SE
13313fi
13314
13315 rm -f messages.po
13316
13317
13318# Prepare PATH_SEPARATOR.
13319# The user is always right.
13320if test "${PATH_SEPARATOR+set}" != set; then
13321 echo "#! /bin/sh" >conf$$.sh
13322 echo "exit 0" >>conf$$.sh
13323 chmod +x conf$$.sh
13324 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13325 PATH_SEPARATOR=';'
13326 else
13327 PATH_SEPARATOR=:
13328 fi
13329 rm -f conf$$.sh
13330fi
13331
13332# Find out how to test for executable files. Don't use a zero-byte file,
13333# as systems may use methods other than mode bits to determine executability.
13334cat >conf$$.file <<_ASEOF
13335#! /bin/sh
13336exit 0
13337_ASEOF
13338chmod +x conf$$.file
13339if test -x conf$$.file >/dev/null 2>&1; then
13340 ac_executable_p="test -x"
13341else
13342 ac_executable_p="test -f"
13343fi
13344rm -f conf$$.file
13345
13346# Extract the first word of "msgmerge", so it can be a program name with args.
13347set dummy msgmerge; ac_word=$2
81ecdfbb
RW
13348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13349$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13350if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 13351 $as_echo_n "(cached) " >&6
d7040cdb
SE
13352else
13353 case "$MSGMERGE" in
13354 [\\/]* | ?:[\\/]*)
13355 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13356 ;;
13357 *)
13358 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13359 for ac_dir in $PATH; do
13360 IFS="$ac_save_IFS"
13361 test -z "$ac_dir" && ac_dir=.
13362 for ac_exec_ext in '' $ac_executable_extensions; do
13363 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13364 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13365 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13366 break 2
13367 fi
13368 fi
13369 done
13370 done
13371 IFS="$ac_save_IFS"
13372 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13373 ;;
13374esac
13375fi
13376MSGMERGE="$ac_cv_path_MSGMERGE"
13377if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13379$as_echo "$MSGMERGE" >&6; }
d7040cdb 13380else
81ecdfbb
RW
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13382$as_echo "no" >&6; }
d7040cdb
SE
13383fi
13384
13385
13386 if test "$GMSGFMT" != ":"; then
13387 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13388 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13389 : ;
13390 else
13391 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13393$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13394 GMSGFMT=":"
13395 fi
13396 fi
13397
13398 if test "$XGETTEXT" != ":"; then
13399 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13400 (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
13401 : ;
13402 else
81ecdfbb
RW
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13404$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13405 XGETTEXT=":"
13406 fi
13407 rm -f messages.po
13408 fi
13409
81ecdfbb 13410 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
13411
13412
13413
81ecdfbb
RW
13414
13415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13416$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13417 # Check whether --enable-maintainer-mode was given.
13418if test "${enable_maintainer_mode+set}" = set; then :
13419 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 13420else
d7040cdb 13421 USE_MAINTAINER_MODE=no
81ecdfbb 13422fi
d7040cdb 13423
81ecdfbb
RW
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13425$as_echo "$USE_MAINTAINER_MODE" >&6; }
13426 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
13427 MAINTAINER_MODE_TRUE=
13428 MAINTAINER_MODE_FALSE='#'
13429else
13430 MAINTAINER_MODE_TRUE='#'
13431 MAINTAINER_MODE_FALSE=
42ecbf5e 13432fi
d7040cdb
SE
13433
13434 MAINT=$MAINTAINER_MODE_TRUE
13435
13436
81ecdfbb 13437 if false; then
d7040cdb
SE
13438 GENINSRC_NEVER_TRUE=
13439 GENINSRC_NEVER_FALSE='#'
13440else
13441 GENINSRC_NEVER_TRUE='#'
13442 GENINSRC_NEVER_FALSE=
42ecbf5e 13443fi
d7040cdb
SE
13444
13445
13446if test -n "$EXEEXT"; then
20e95c23 13447
81ecdfbb 13448$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 13449
252b5132
RH
13450fi
13451
d7040cdb
SE
13452cat >>confdefs.h <<_ACEOF
13453#define EXECUTABLE_SUFFIX "${EXEEXT}"
13454_ACEOF
42ecbf5e 13455
252b5132 13456
d7040cdb 13457# host-specific stuff:
252b5132 13458
d7040cdb 13459HDEFINES=
252b5132 13460
d7040cdb 13461. ${srcdir}/../bfd/configure.host
252b5132 13462
252b5132 13463
d7040cdb 13464AR=${AR-ar}
252b5132 13465
d7040cdb
SE
13466if test -n "$ac_tool_prefix"; then
13467 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13468set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
13469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13470$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13471if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 13472 $as_echo_n "(cached) " >&6
d7040cdb
SE
13473else
13474 if test -n "$RANLIB"; then
13475 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13476else
13477as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13478for as_dir in $PATH
13479do
13480 IFS=$as_save_IFS
13481 test -z "$as_dir" && as_dir=.
81ecdfbb 13482 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13483 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13484 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 13485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13486 break 2
13487 fi
13488done
81ecdfbb
RW
13489 done
13490IFS=$as_save_IFS
252b5132 13491
d7040cdb
SE
13492fi
13493fi
13494RANLIB=$ac_cv_prog_RANLIB
13495if test -n "$RANLIB"; then
81ecdfbb
RW
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
13497$as_echo "$RANLIB" >&6; }
d7040cdb 13498else
81ecdfbb
RW
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13500$as_echo "no" >&6; }
d7040cdb 13501fi
20e95c23 13502
81ecdfbb 13503
d7040cdb
SE
13504fi
13505if test -z "$ac_cv_prog_RANLIB"; then
13506 ac_ct_RANLIB=$RANLIB
13507 # Extract the first word of "ranlib", so it can be a program name with args.
13508set dummy ranlib; ac_word=$2
81ecdfbb
RW
13509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13510$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13511if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 13512 $as_echo_n "(cached) " >&6
252b5132 13513else
d7040cdb
SE
13514 if test -n "$ac_ct_RANLIB"; then
13515 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13516else
13517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13518for as_dir in $PATH
13519do
13520 IFS=$as_save_IFS
13521 test -z "$as_dir" && as_dir=.
81ecdfbb 13522 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13524 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 13525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13526 break 2
13527 fi
13528done
81ecdfbb
RW
13529 done
13530IFS=$as_save_IFS
20e95c23 13531
d7040cdb
SE
13532fi
13533fi
13534ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13535if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
13537$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 13538else
81ecdfbb
RW
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13540$as_echo "no" >&6; }
d7040cdb
SE
13541fi
13542
81ecdfbb
RW
13543 if test "x$ac_ct_RANLIB" = x; then
13544 RANLIB=":"
d7040cdb 13545 else
81ecdfbb
RW
13546 case $cross_compiling:$ac_tool_warned in
13547yes:)
13548{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13549$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13550ac_tool_warned=yes ;;
13551esac
13552 RANLIB=$ac_ct_RANLIB
d7040cdb 13553 fi
81ecdfbb
RW
13554else
13555 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 13556fi
d7040cdb 13557
d7040cdb
SE
13558
13559
13560# Put a plausible default for CC_FOR_BUILD in Makefile.
13561if test -z "$CC_FOR_BUILD"; then
13562 if test "x$cross_compiling" = "xno"; then
13563 CC_FOR_BUILD='$(CC)'
13564 else
13565 CC_FOR_BUILD=gcc
13566 fi
13567fi
20e95c23 13568
d7040cdb
SE
13569# Also set EXEEXT_FOR_BUILD.
13570if test "x$cross_compiling" = "xno"; then
13571 EXEEXT_FOR_BUILD='$(EXEEXT)'
13572else
81ecdfbb
RW
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13574$as_echo_n "checking for build system executable suffix... " >&6; }
d0ac1c44 13575if ${bfd_cv_build_exeext+:} false; then :
81ecdfbb 13576 $as_echo_n "(cached) " >&6
d7040cdb
SE
13577else
13578 rm -f conftest*
13579 echo 'int main () { return 0; }' > conftest.c
13580 bfd_cv_build_exeext=
13581 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13582 for file in conftest.*; do
13583 case $file in
13584 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13585 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13586 esac
13587 done
13588 rm -f conftest*
13589 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 13590fi
81ecdfbb
RW
13591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13592$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
13593 EXEEXT_FOR_BUILD=""
13594 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
13595fi
13596
13597
d7040cdb
SE
13598DEMANGLER_NAME=c++filt
13599case "${host}" in
13600 *-*-go32* | *-*-msdos*)
13601 DEMANGLER_NAME=cxxfilt
13602esac
8a965946
ILT
13603
13604
4c219c2e
AM
13605# The cast to long int works around a bug in the HP C Compiler
13606# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13607# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13608# This bug is HP SR number 8606223364.
13609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13610$as_echo_n "checking size of long... " >&6; }
d0ac1c44 13611if ${ac_cv_sizeof_long+:} false; then :
4c219c2e
AM
13612 $as_echo_n "(cached) " >&6
13613else
13614 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13615
13616else
13617 if test "$ac_cv_type_long" = yes; then
13618 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13619$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13620as_fn_error 77 "cannot compute sizeof (long)
13621See \`config.log' for more details" "$LINENO" 5; }
4c219c2e
AM
13622 else
13623 ac_cv_sizeof_long=0
13624 fi
13625fi
13626
13627fi
13628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13629$as_echo "$ac_cv_sizeof_long" >&6; }
13630
13631
13632
13633cat >>confdefs.h <<_ACEOF
13634#define SIZEOF_LONG $ac_cv_sizeof_long
13635_ACEOF
13636
13637
13638ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
d0ac1c44 13639if test "x$ac_cv_type_long_long" = xyes; then :
4c219c2e
AM
13640
13641cat >>confdefs.h <<_ACEOF
13642#define HAVE_LONG_LONG 1
13643_ACEOF
13644
13645# The cast to long int works around a bug in the HP C Compiler
13646# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13647# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13648# This bug is HP SR number 8606223364.
13649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13650$as_echo_n "checking size of long long... " >&6; }
d0ac1c44 13651if ${ac_cv_sizeof_long_long+:} false; then :
4c219c2e
AM
13652 $as_echo_n "(cached) " >&6
13653else
13654 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13655
13656else
13657 if test "$ac_cv_type_long_long" = yes; then
13658 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13659$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13660as_fn_error 77 "cannot compute sizeof (long long)
13661See \`config.log' for more details" "$LINENO" 5; }
4c219c2e
AM
13662 else
13663 ac_cv_sizeof_long_long=0
13664 fi
13665fi
13666
13667fi
13668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13669$as_echo "$ac_cv_sizeof_long_long" >&6; }
13670
13671
13672
13673cat >>confdefs.h <<_ACEOF
13674#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13675_ACEOF
13676
13677
13678fi
13679
13680
3bfcb652 13681for 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
13682do :
13683 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13684ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13685if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
13686 cat >>confdefs.h <<_ACEOF
13687#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13688_ACEOF
42ecbf5e 13689
81ecdfbb 13690fi
42ecbf5e 13691
81ecdfbb 13692done
42ecbf5e 13693
81ecdfbb
RW
13694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13695$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
d0ac1c44 13696if ${ac_cv_header_sys_wait_h+:} false; then :
81ecdfbb 13697 $as_echo_n "(cached) " >&6
42ecbf5e 13698else
81ecdfbb 13699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13700/* end confdefs.h. */
252b5132
RH
13701#include <sys/types.h>
13702#include <sys/wait.h>
13703#ifndef WEXITSTATUS
81ecdfbb 13704# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
13705#endif
13706#ifndef WIFEXITED
42ecbf5e 13707# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 13708#endif
42ecbf5e
DJ
13709
13710int
13711main ()
13712{
13713 int s;
13714 wait (&s);
13715 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13716 ;
13717 return 0;
13718}
13719_ACEOF
81ecdfbb 13720if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13721 ac_cv_header_sys_wait_h=yes
13722else
81ecdfbb 13723 ac_cv_header_sys_wait_h=no
252b5132 13724fi
81ecdfbb 13725rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 13726fi
81ecdfbb
RW
13727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13728$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 13729if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 13730
81ecdfbb 13731$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
13732
13733fi
13734
df7b86aa
NC
13735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13736$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
d0ac1c44 13737if ${gcc_cv_header_string+:} false; then :
df7b86aa
NC
13738 $as_echo_n "(cached) " >&6
13739else
13740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13741/* end confdefs.h. */
13742#include <string.h>
13743#include <strings.h>
13744int
13745main ()
13746{
13747
13748 ;
13749 return 0;
13750}
13751_ACEOF
13752if ac_fn_c_try_compile "$LINENO"; then :
13753 gcc_cv_header_string=yes
13754else
13755 gcc_cv_header_string=no
13756fi
13757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13758fi
13759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13760$as_echo "$gcc_cv_header_string" >&6; }
13761if test $gcc_cv_header_string = yes; then
13762
13763$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13764
13765fi
13766
d0ac1c44
SM
13767ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13768if test "x$ac_cv_type_size_t" = xyes; then :
13769
13770else
13771
13772cat >>confdefs.h <<_ACEOF
13773#define size_t unsigned int
13774_ACEOF
13775
13776fi
13777
252b5132
RH
13778# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13779# for constant arguments. Useless!
81ecdfbb
RW
13780{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13781$as_echo_n "checking for working alloca.h... " >&6; }
d0ac1c44 13782if ${ac_cv_working_alloca_h+:} false; then :
81ecdfbb 13783 $as_echo_n "(cached) " >&6
42ecbf5e 13784else
81ecdfbb 13785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13786/* end confdefs.h. */
252b5132 13787#include <alloca.h>
42ecbf5e
DJ
13788int
13789main ()
13790{
13791char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 13792 if (p) return 0;
42ecbf5e
DJ
13793 ;
13794 return 0;
13795}
13796_ACEOF
81ecdfbb 13797if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
13798 ac_cv_working_alloca_h=yes
13799else
81ecdfbb 13800 ac_cv_working_alloca_h=no
42ecbf5e 13801fi
81ecdfbb
RW
13802rm -f core conftest.err conftest.$ac_objext \
13803 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 13804fi
81ecdfbb
RW
13805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13806$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
13807if test $ac_cv_working_alloca_h = yes; then
13808
81ecdfbb 13809$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13810
13811fi
13812
81ecdfbb
RW
13813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13814$as_echo_n "checking for alloca... " >&6; }
d0ac1c44 13815if ${ac_cv_func_alloca_works+:} false; then :
81ecdfbb 13816 $as_echo_n "(cached) " >&6
252b5132 13817else
81ecdfbb 13818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13819/* end confdefs.h. */
252b5132
RH
13820#ifdef __GNUC__
13821# define alloca __builtin_alloca
13822#else
13823# ifdef _MSC_VER
13824# include <malloc.h>
13825# define alloca _alloca
13826# else
81ecdfbb 13827# ifdef HAVE_ALLOCA_H
252b5132
RH
13828# include <alloca.h>
13829# else
13830# ifdef _AIX
13831 #pragma alloca
13832# else
13833# ifndef alloca /* predefined by HP cc +Olibcalls */
d0ac1c44 13834void *alloca (size_t);
252b5132
RH
13835# endif
13836# endif
13837# endif
13838# endif
13839#endif
13840
42ecbf5e
DJ
13841int
13842main ()
13843{
13844char *p = (char *) alloca (1);
81ecdfbb 13845 if (p) return 0;
42ecbf5e
DJ
13846 ;
13847 return 0;
13848}
13849_ACEOF
81ecdfbb 13850if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13851 ac_cv_func_alloca_works=yes
13852else
81ecdfbb 13853 ac_cv_func_alloca_works=no
252b5132 13854fi
81ecdfbb
RW
13855rm -f core conftest.err conftest.$ac_objext \
13856 conftest$ac_exeext conftest.$ac_ext
252b5132 13857fi
81ecdfbb
RW
13858{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13859$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13860
252b5132 13861if test $ac_cv_func_alloca_works = yes; then
e5a52504 13862
81ecdfbb 13863$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 13864
42ecbf5e 13865else
d15b04bd 13866 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
13867# that cause trouble. Some versions do not even contain alloca or
13868# contain a buggy version. If you still want to use their alloca,
13869# use ar to extract alloca.o from them instead of compiling alloca.c.
13870
81ecdfbb 13871ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 13872
81ecdfbb 13873$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
13874
13875
81ecdfbb
RW
13876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13877$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
d0ac1c44 13878if ${ac_cv_os_cray+:} false; then :
81ecdfbb 13879 $as_echo_n "(cached) " >&6
252b5132 13880else
81ecdfbb 13881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13882/* end confdefs.h. */
81ecdfbb 13883#if defined CRAY && ! defined CRAY2
252b5132
RH
13884webecray
13885#else
13886wenotbecray
13887#endif
13888
42ecbf5e 13889_ACEOF
252b5132 13890if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13891 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13892 ac_cv_os_cray=yes
13893else
252b5132
RH
13894 ac_cv_os_cray=no
13895fi
13896rm -f conftest*
13897
13898fi
81ecdfbb
RW
13899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13900$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 13901if test $ac_cv_os_cray = yes; then
42ecbf5e 13902 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13903 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13904ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13905if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
42ecbf5e
DJ
13906
13907cat >>confdefs.h <<_ACEOF
252b5132 13908#define CRAY_STACKSEG_END $ac_func
42ecbf5e 13909_ACEOF
252b5132 13910
42ecbf5e 13911 break
252b5132
RH
13912fi
13913
42ecbf5e 13914 done
252b5132
RH
13915fi
13916
81ecdfbb
RW
13917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13918$as_echo_n "checking stack direction for C alloca... " >&6; }
d0ac1c44 13919if ${ac_cv_c_stack_direction+:} false; then :
81ecdfbb 13920 $as_echo_n "(cached) " >&6
252b5132 13921else
81ecdfbb 13922 if test "$cross_compiling" = yes; then :
252b5132
RH
13923 ac_cv_c_stack_direction=0
13924else
81ecdfbb 13925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13926/* end confdefs.h. */
81ecdfbb 13927$ac_includes_default
42ecbf5e 13928int
d0ac1c44 13929find_stack_direction (int *addr, int depth)
252b5132 13930{
d0ac1c44
SM
13931 int dir, dummy = 0;
13932 if (! addr)
13933 addr = &dummy;
13934 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13935 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13936 return dir + dummy;
252b5132 13937}
42ecbf5e
DJ
13938
13939int
d0ac1c44 13940main (int argc, char **argv)
252b5132 13941{
d0ac1c44 13942 return find_stack_direction (0, argc + !argv + 20) < 0;
252b5132 13943}
42ecbf5e 13944_ACEOF
81ecdfbb 13945if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13946 ac_cv_c_stack_direction=1
13947else
81ecdfbb 13948 ac_cv_c_stack_direction=-1
252b5132 13949fi
81ecdfbb
RW
13950rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13951 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
13952fi
13953
81ecdfbb
RW
13954fi
13955{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13956$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 13957cat >>confdefs.h <<_ACEOF
252b5132 13958#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
13959_ACEOF
13960
252b5132
RH
13961
13962fi
13963
34156b23
L
13964
13965
13966
13967 for ac_header in $ac_header_list
13968do :
13969 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13970ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13971"
13972if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13973 cat >>confdefs.h <<_ACEOF
13974#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13975_ACEOF
13976
13977fi
13978
13979done
13980
13981
13982
13983
13984
13985
13986
13987
13988for ac_func in getpagesize
13989do :
13990 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13991if test "x$ac_cv_func_getpagesize" = xyes; then :
13992 cat >>confdefs.h <<_ACEOF
13993#define HAVE_GETPAGESIZE 1
13994_ACEOF
13995
13996fi
13997done
13998
13999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14000$as_echo_n "checking for working mmap... " >&6; }
14001if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
14002 $as_echo_n "(cached) " >&6
14003else
14004 if test "$cross_compiling" = yes; then :
14005 ac_cv_func_mmap_fixed_mapped=no
14006else
14007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14008/* end confdefs.h. */
14009$ac_includes_default
14010/* malloc might have been renamed as rpl_malloc. */
14011#undef malloc
14012
14013/* Thanks to Mike Haertel and Jim Avera for this test.
14014 Here is a matrix of mmap possibilities:
14015 mmap private not fixed
14016 mmap private fixed at somewhere currently unmapped
14017 mmap private fixed at somewhere already mapped
14018 mmap shared not fixed
14019 mmap shared fixed at somewhere currently unmapped
14020 mmap shared fixed at somewhere already mapped
14021 For private mappings, we should verify that changes cannot be read()
14022 back from the file, nor mmap's back from the file at a different
14023 address. (There have been systems where private was not correctly
14024 implemented like the infamous i386 svr4.0, and systems where the
14025 VM page cache was not coherent with the file system buffer cache
14026 like early versions of FreeBSD and possibly contemporary NetBSD.)
14027 For shared mappings, we should conversely verify that changes get
14028 propagated back to all the places they're supposed to be.
14029
14030 Grep wants private fixed already mapped.
14031 The main things grep needs to know about mmap are:
14032 * does it exist and is it safe to write into the mmap'd area
14033 * how to use it (BSD variants) */
14034
14035#include <fcntl.h>
14036#include <sys/mman.h>
14037
14038#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
14039char *malloc ();
14040#endif
14041
14042/* This mess was copied from the GNU getpagesize.h. */
14043#ifndef HAVE_GETPAGESIZE
14044# ifdef _SC_PAGESIZE
14045# define getpagesize() sysconf(_SC_PAGESIZE)
14046# else /* no _SC_PAGESIZE */
14047# ifdef HAVE_SYS_PARAM_H
14048# include <sys/param.h>
14049# ifdef EXEC_PAGESIZE
14050# define getpagesize() EXEC_PAGESIZE
14051# else /* no EXEC_PAGESIZE */
14052# ifdef NBPG
14053# define getpagesize() NBPG * CLSIZE
14054# ifndef CLSIZE
14055# define CLSIZE 1
14056# endif /* no CLSIZE */
14057# else /* no NBPG */
14058# ifdef NBPC
14059# define getpagesize() NBPC
14060# else /* no NBPC */
14061# ifdef PAGESIZE
14062# define getpagesize() PAGESIZE
14063# endif /* PAGESIZE */
14064# endif /* no NBPC */
14065# endif /* no NBPG */
14066# endif /* no EXEC_PAGESIZE */
14067# else /* no HAVE_SYS_PARAM_H */
14068# define getpagesize() 8192 /* punt totally */
14069# endif /* no HAVE_SYS_PARAM_H */
14070# endif /* no _SC_PAGESIZE */
14071
14072#endif /* no HAVE_GETPAGESIZE */
14073
14074int
14075main ()
14076{
14077 char *data, *data2, *data3;
14078 const char *cdata2;
14079 int i, pagesize;
14080 int fd, fd2;
14081
14082 pagesize = getpagesize ();
14083
14084 /* First, make a file with some known garbage in it. */
14085 data = (char *) malloc (pagesize);
14086 if (!data)
14087 return 1;
14088 for (i = 0; i < pagesize; ++i)
14089 *(data + i) = rand ();
14090 umask (0);
14091 fd = creat ("conftest.mmap", 0600);
14092 if (fd < 0)
14093 return 2;
14094 if (write (fd, data, pagesize) != pagesize)
14095 return 3;
14096 close (fd);
14097
14098 /* Next, check that the tail of a page is zero-filled. File must have
14099 non-zero length, otherwise we risk SIGBUS for entire page. */
14100 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
14101 if (fd2 < 0)
14102 return 4;
14103 cdata2 = "";
14104 if (write (fd2, cdata2, 1) != 1)
14105 return 5;
14106 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
14107 if (data2 == MAP_FAILED)
14108 return 6;
14109 for (i = 0; i < pagesize; ++i)
14110 if (*(data2 + i))
14111 return 7;
14112 close (fd2);
14113 if (munmap (data2, pagesize))
14114 return 8;
14115
14116 /* Next, try to mmap the file at a fixed address which already has
14117 something else allocated at it. If we can, also make sure that
14118 we see the same garbage. */
14119 fd = open ("conftest.mmap", O_RDWR);
14120 if (fd < 0)
14121 return 9;
14122 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14123 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14124 return 10;
14125 for (i = 0; i < pagesize; ++i)
14126 if (*(data + i) != *(data2 + i))
14127 return 11;
14128
14129 /* Finally, make sure that changes to the mapped area do not
14130 percolate back to the file as seen by read(). (This is a bug on
14131 some variants of i386 svr4.0.) */
14132 for (i = 0; i < pagesize; ++i)
14133 *(data2 + i) = *(data2 + i) + 1;
14134 data3 = (char *) malloc (pagesize);
14135 if (!data3)
14136 return 12;
14137 if (read (fd, data3, pagesize) != pagesize)
14138 return 13;
14139 for (i = 0; i < pagesize; ++i)
14140 if (*(data + i) != *(data3 + i))
14141 return 14;
14142 close (fd);
14143 return 0;
14144}
14145_ACEOF
14146if ac_fn_c_try_run "$LINENO"; then :
14147 ac_cv_func_mmap_fixed_mapped=yes
14148else
14149 ac_cv_func_mmap_fixed_mapped=no
14150fi
14151rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14152 conftest.$ac_objext conftest.beam conftest.$ac_ext
14153fi
14154
14155fi
14156{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
14157$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
14158if test $ac_cv_func_mmap_fixed_mapped = yes; then
14159
14160$as_echo "#define HAVE_MMAP 1" >>confdefs.h
14161
14162fi
14163rm -f conftest.mmap conftest.txt
14164
44350750 14165for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
81ecdfbb
RW
14166do :
14167 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14168ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14169if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
14170 cat >>confdefs.h <<_ACEOF
14171#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14172_ACEOF
42ecbf5e 14173
81ecdfbb
RW
14174fi
14175done
42ecbf5e 14176
81ecdfbb 14177ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
d0ac1c44 14178if test "x$ac_cv_func_mkstemp" = xyes; then :
42ecbf5e 14179
81ecdfbb 14180$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 14181
81ecdfbb 14182fi
42ecbf5e 14183
81ecdfbb 14184ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
d0ac1c44 14185if test "x$ac_cv_func_mkdtemp" = xyes; then :
42ecbf5e 14186
81ecdfbb 14187$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 14188
81ecdfbb 14189fi
d15b04bd 14190
3bfcb652
NC
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
14192$as_echo_n "checking for mbstate_t... " >&6; }
14193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14194/* end confdefs.h. */
14195#include <wchar.h>
14196int
14197main ()
14198{
14199mbstate_t teststate;
14200 ;
14201 return 0;
14202}
14203_ACEOF
14204if ac_fn_c_try_compile "$LINENO"; then :
14205 have_mbstate_t=yes
14206else
14207 have_mbstate_t=no
14208fi
14209rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
14211$as_echo "$have_mbstate_t" >&6; }
14212 if test x"$have_mbstate_t" = xyes; then
14213
14214$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
14215
14216 fi
d15b04bd 14217
81ecdfbb
RW
14218# Some systems have frexp only in -lm, not in -lc.
14219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
14220$as_echo_n "checking for library containing frexp... " >&6; }
d0ac1c44 14221if ${ac_cv_search_frexp+:} false; then :
81ecdfbb 14222 $as_echo_n "(cached) " >&6
f9c026a8 14223else
81ecdfbb
RW
14224 ac_func_search_save_LIBS=$LIBS
14225cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 14226/* end confdefs.h. */
f9c026a8 14227
81ecdfbb
RW
14228/* Override any GCC internal prototype to avoid an error.
14229 Use char because int might match the return type of a GCC
f9c026a8 14230 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
14231#ifdef __cplusplus
14232extern "C"
14233#endif
42ecbf5e
DJ
14234char frexp ();
14235int
14236main ()
14237{
81ecdfbb 14238return frexp ();
42ecbf5e
DJ
14239 ;
14240 return 0;
14241}
14242_ACEOF
81ecdfbb
RW
14243for ac_lib in '' m; do
14244 if test -z "$ac_lib"; then
14245 ac_res="none required"
14246 else
14247 ac_res=-l$ac_lib
42ecbf5e 14248 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
14249 fi
14250 if ac_fn_c_try_link "$LINENO"; then :
14251 ac_cv_search_frexp=$ac_res
14252fi
14253rm -f core conftest.err conftest.$ac_objext \
14254 conftest$ac_exeext
d0ac1c44 14255 if ${ac_cv_search_frexp+:} false; then :
81ecdfbb
RW
14256 break
14257fi
14258done
d0ac1c44 14259if ${ac_cv_search_frexp+:} false; then :
42ecbf5e 14260
f353eb8a 14261else
81ecdfbb 14262 ac_cv_search_frexp=no
e5a52504 14263fi
81ecdfbb 14264rm conftest.$ac_ext
42ecbf5e
DJ
14265LIBS=$ac_func_search_save_LIBS
14266fi
81ecdfbb
RW
14267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
14268$as_echo "$ac_cv_search_frexp" >&6; }
14269ac_res=$ac_cv_search_frexp
14270if test "$ac_res" != no; then :
14271 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 14272
f353eb8a
ILT
14273fi
14274
42ecbf5e 14275
44350750
NC
14276
14277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
14278$as_echo_n "checking for LC_MESSAGES... " >&6; }
d0ac1c44 14279if ${am_cv_val_LC_MESSAGES+:} false; then :
44350750
NC
14280 $as_echo_n "(cached) " >&6
14281else
14282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14283/* end confdefs.h. */
14284#include <locale.h>
14285int
14286main ()
14287{
14288return LC_MESSAGES
14289 ;
14290 return 0;
14291}
14292_ACEOF
14293if ac_fn_c_try_link "$LINENO"; then :
14294 am_cv_val_LC_MESSAGES=yes
14295else
14296 am_cv_val_LC_MESSAGES=no
14297fi
14298rm -f core conftest.err conftest.$ac_objext \
14299 conftest$ac_exeext conftest.$ac_ext
14300fi
14301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14302$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14303 if test $am_cv_val_LC_MESSAGES = yes; then
14304
14305$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14306
14307 fi
14308
14309
81ecdfbb
RW
14310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
14311$as_echo_n "checking for time_t in time.h... " >&6; }
d0ac1c44 14312if ${bu_cv_decl_time_t_time_h+:} false; then :
81ecdfbb 14313 $as_echo_n "(cached) " >&6
252b5132 14314else
81ecdfbb 14315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14316/* end confdefs.h. */
252b5132 14317#include <time.h>
42ecbf5e
DJ
14318int
14319main ()
14320{
252b5132 14321time_t i;
42ecbf5e
DJ
14322 ;
14323 return 0;
14324}
14325_ACEOF
81ecdfbb 14326if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
14327 bu_cv_decl_time_t_time_h=yes
14328else
81ecdfbb 14329 bu_cv_decl_time_t_time_h=no
252b5132 14330fi
81ecdfbb 14331rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
14332fi
14333
81ecdfbb
RW
14334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
14335$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 14336if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 14337
81ecdfbb 14338$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
14339
14340fi
14341
81ecdfbb
RW
14342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
14343$as_echo_n "checking for time_t in sys/types.h... " >&6; }
d0ac1c44 14344if ${bu_cv_decl_time_t_types_h+:} false; then :
81ecdfbb 14345 $as_echo_n "(cached) " >&6
252b5132 14346else
81ecdfbb 14347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14348/* end confdefs.h. */
252b5132 14349#include <sys/types.h>
42ecbf5e
DJ
14350int
14351main ()
14352{
252b5132 14353time_t i;
42ecbf5e
DJ
14354 ;
14355 return 0;
14356}
14357_ACEOF
81ecdfbb 14358if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
14359 bu_cv_decl_time_t_types_h=yes
14360else
81ecdfbb 14361 bu_cv_decl_time_t_types_h=no
252b5132 14362fi
81ecdfbb 14363rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
14364fi
14365
81ecdfbb
RW
14366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
14367$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 14368if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 14369
81ecdfbb 14370$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
14371
14372fi
14373
81ecdfbb
RW
14374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14375$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
d0ac1c44 14376if ${bu_cv_decl_getopt_unistd_h+:} false; then :
81ecdfbb 14377 $as_echo_n "(cached) " >&6
e46eba98 14378else
81ecdfbb 14379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14380/* end confdefs.h. */
e46eba98 14381#include <unistd.h>
42ecbf5e
DJ
14382int
14383main ()
14384{
e46eba98 14385extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
14386 ;
14387 return 0;
14388}
14389_ACEOF
81ecdfbb 14390if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
14391 bu_cv_decl_getopt_unistd_h=yes
14392else
81ecdfbb 14393 bu_cv_decl_getopt_unistd_h=no
e46eba98 14394fi
81ecdfbb 14395rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
14396fi
14397
81ecdfbb
RW
14398{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
14399$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 14400if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 14401
81ecdfbb 14402$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
14403
14404fi
14405
252b5132
RH
14406# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
14407# by default.
81ecdfbb
RW
14408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
14409$as_echo_n "checking for utime.h... " >&6; }
d0ac1c44 14410if ${bu_cv_header_utime_h+:} false; then :
81ecdfbb 14411 $as_echo_n "(cached) " >&6
42ecbf5e 14412else
81ecdfbb 14413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14414/* end confdefs.h. */
252b5132
RH
14415#include <sys/types.h>
14416#ifdef HAVE_TIME_H
14417#include <time.h>
14418#endif
14419#include <utime.h>
42ecbf5e
DJ
14420int
14421main ()
14422{
252b5132 14423struct utimbuf s;
42ecbf5e
DJ
14424 ;
14425 return 0;
14426}
14427_ACEOF
81ecdfbb 14428if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
14429 bu_cv_header_utime_h=yes
14430else
81ecdfbb 14431 bu_cv_header_utime_h=no
252b5132 14432fi
81ecdfbb 14433rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
14434fi
14435
81ecdfbb
RW
14436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
14437$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 14438if test $bu_cv_header_utime_h = yes; then
42ecbf5e 14439
81ecdfbb 14440$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
14441
14442fi
14443
1f5345a6 14444ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
d0ac1c44 14445if test "x$ac_cv_have_decl_asprintf" = xyes; then :
1f5345a6
ST
14446 ac_have_decl=1
14447else
14448 ac_have_decl=0
14449fi
14450
14451cat >>confdefs.h <<_ACEOF
14452#define HAVE_DECL_ASPRINTF $ac_have_decl
14453_ACEOF
952781e8 14454ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
d0ac1c44 14455if test "x$ac_cv_have_decl_environ" = xyes; then :
952781e8
AM
14456 ac_have_decl=1
14457else
14458 ac_have_decl=0
14459fi
14460
14461cat >>confdefs.h <<_ACEOF
14462#define HAVE_DECL_ENVIRON $ac_have_decl
14463_ACEOF
81ecdfbb 14464ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
d0ac1c44 14465if test "x$ac_cv_have_decl_fprintf" = xyes; then :
81ecdfbb 14466 ac_have_decl=1
252b5132 14467else
81ecdfbb
RW
14468 ac_have_decl=0
14469fi
398ee8f1 14470
81ecdfbb
RW
14471cat >>confdefs.h <<_ACEOF
14472#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 14473_ACEOF
952781e8 14474ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
d0ac1c44 14475if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
81ecdfbb 14476 ac_have_decl=1
252b5132 14477else
81ecdfbb 14478 ac_have_decl=0
252b5132 14479fi
252b5132 14480
398ee8f1 14481cat >>confdefs.h <<_ACEOF
952781e8 14482#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
398ee8f1 14483_ACEOF
952781e8 14484ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
d0ac1c44 14485if test "x$ac_cv_have_decl_getenv" = xyes; then :
81ecdfbb 14486 ac_have_decl=1
398ee8f1 14487else
81ecdfbb
RW
14488 ac_have_decl=0
14489fi
3e321448
L
14490
14491cat >>confdefs.h <<_ACEOF
952781e8 14492#define HAVE_DECL_GETENV $ac_have_decl
42ecbf5e 14493_ACEOF
81ecdfbb 14494ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
d0ac1c44 14495if test "x$ac_cv_have_decl_sbrk" = xyes; then :
81ecdfbb 14496 ac_have_decl=1
252b5132 14497else
81ecdfbb 14498 ac_have_decl=0
252b5132 14499fi
252b5132 14500
398ee8f1 14501cat >>confdefs.h <<_ACEOF
81ecdfbb 14502#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 14503_ACEOF
952781e8 14504ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
d0ac1c44 14505if test "x$ac_cv_have_decl_snprintf" = xyes; then :
81ecdfbb 14506 ac_have_decl=1
398ee8f1 14507else
81ecdfbb 14508 ac_have_decl=0
398ee8f1 14509fi
252b5132 14510
398ee8f1 14511cat >>confdefs.h <<_ACEOF
952781e8 14512#define HAVE_DECL_SNPRINTF $ac_have_decl
398ee8f1 14513_ACEOF
952781e8 14514ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 14515if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
81ecdfbb 14516 ac_have_decl=1
398ee8f1 14517else
81ecdfbb 14518 ac_have_decl=0
398ee8f1 14519fi
252b5132 14520
398ee8f1 14521cat >>confdefs.h <<_ACEOF
952781e8 14522#define HAVE_DECL_STPCPY $ac_have_decl
b7d4af3a 14523_ACEOF
952781e8 14524ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
d0ac1c44 14525if test "x$ac_cv_have_decl_strnlen" = xyes; then :
81ecdfbb 14526 ac_have_decl=1
b7d4af3a 14527else
81ecdfbb 14528 ac_have_decl=0
b7d4af3a 14529fi
b7d4af3a
JW
14530
14531cat >>confdefs.h <<_ACEOF
952781e8 14532#define HAVE_DECL_STRNLEN $ac_have_decl
b7d4af3a 14533_ACEOF
952781e8 14534ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
d0ac1c44 14535if test "x$ac_cv_have_decl_strstr" = xyes; then :
81ecdfbb 14536 ac_have_decl=1
b7d4af3a 14537else
81ecdfbb 14538 ac_have_decl=0
db50c840 14539fi
db50c840
EB
14540
14541cat >>confdefs.h <<_ACEOF
952781e8 14542#define HAVE_DECL_STRSTR $ac_have_decl
db50c840 14543_ACEOF
81ecdfbb 14544ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
d0ac1c44 14545if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
81ecdfbb 14546 ac_have_decl=1
db50c840 14547else
81ecdfbb 14548 ac_have_decl=0
db50c840 14549fi
db50c840
EB
14550
14551cat >>confdefs.h <<_ACEOF
81ecdfbb 14552#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
14553_ACEOF
14554
14555
ed2b5077
L
14556# Link in zlib if we can. This allows us to read compressed debug
14557# sections. This is used only by readelf.c (objdump uses bfd for
14558# reading compressed sections).
14559
14560 # Use the system's zlib library.
39f3de7c
L
14561 zlibdir="-L\$(top_builddir)/../zlib"
14562 zlibinc="-I\$(top_srcdir)/../zlib"
52546677 14563
0ee42ecd
L
14564# Check whether --with-system-zlib was given.
14565if test "${with_system_zlib+set}" = set; then :
afa59b79
L
14566 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14567 zlibdir=
14568 zlibinc=
14569 fi
52546677 14570
52546677
RM
14571fi
14572
14573
52546677 14574
1b315056 14575
252b5132 14576
ed2b5077 14577
252b5132 14578case "${host}" in
8a965946 14579*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 14580
81ecdfbb 14581$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
14582 ;;
14583esac
14584
14585# target-specific stuff:
14586
14587# Canonicalize the secondary target names.
14588if test -n "$enable_targets"; then
14589 for targ in `echo $enable_targets | sed 's/,/ /g'`
14590 do
6d83c84b 14591 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
14592 if test -n "$result"; then
14593 canon_targets="$canon_targets $result"
14594 else
14595 # Allow targets that config.sub doesn't recognize, like "all".
14596 canon_targets="$canon_targets $targ"
14597 fi
14598 done
14599fi
14600
81ecdfbb 14601ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
d0ac1c44 14602if test "x$ac_cv_header_iconv_h" = xyes; then :
5ba684e2
NC
14603
14604fi
14605
14606
14607
14608 if test "X$prefix" = "XNONE"; then
14609 acl_final_prefix="$ac_default_prefix"
14610 else
14611 acl_final_prefix="$prefix"
14612 fi
14613 if test "X$exec_prefix" = "XNONE"; then
14614 acl_final_exec_prefix='${prefix}'
14615 else
14616 acl_final_exec_prefix="$exec_prefix"
14617 fi
14618 acl_save_prefix="$prefix"
14619 prefix="$acl_final_prefix"
14620 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
14621 prefix="$acl_save_prefix"
14622
14623
81ecdfbb
RW
14624# Check whether --with-gnu-ld was given.
14625if test "${with_gnu_ld+set}" = set; then :
14626 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
14627else
14628 with_gnu_ld=no
81ecdfbb
RW
14629fi
14630
5ba684e2
NC
14631# Prepare PATH_SEPARATOR.
14632# The user is always right.
14633if test "${PATH_SEPARATOR+set}" != set; then
14634 echo "#! /bin/sh" >conf$$.sh
14635 echo "exit 0" >>conf$$.sh
14636 chmod +x conf$$.sh
14637 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14638 PATH_SEPARATOR=';'
14639 else
14640 PATH_SEPARATOR=:
14641 fi
14642 rm -f conf$$.sh
14643fi
14644ac_prog=ld
14645if test "$GCC" = yes; then
14646 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
14647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
14648$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
14649 case $host in
14650 *-*-mingw*)
14651 # gcc leaves a trailing carriage return which upsets mingw
14652 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14653 *)
14654 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14655 esac
14656 case $ac_prog in
14657 # Accept absolute paths.
14658 [\\/]* | [A-Za-z]:[\\/]*)
14659 re_direlt='/[^/][^/]*/\.\./'
14660 # Canonicalize the path of ld
14661 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
14662 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
14663 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
14664 done
14665 test -z "$LD" && LD="$ac_prog"
14666 ;;
14667 "")
14668 # If it fails, then pretend we aren't using GCC.
14669 ac_prog=ld
14670 ;;
14671 *)
14672 # If it is relative, then search for the first ld in PATH.
14673 with_gnu_ld=unknown
14674 ;;
14675 esac
14676elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14678$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 14679else
81ecdfbb
RW
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14681$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 14682fi
d0ac1c44 14683if ${acl_cv_path_LD+:} false; then :
81ecdfbb 14684 $as_echo_n "(cached) " >&6
5ba684e2
NC
14685else
14686 if test -z "$LD"; then
14687 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
14688 for ac_dir in $PATH; do
14689 test -z "$ac_dir" && ac_dir=.
14690 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14691 acl_cv_path_LD="$ac_dir/$ac_prog"
14692 # Check to see if the program is GNU ld. I'd rather use --version,
14693 # but apparently some GNU ld's only accept -v.
14694 # Break only if it was the GNU/non-GNU ld that we prefer.
14695 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
14696 test "$with_gnu_ld" != no && break
14697 else
14698 test "$with_gnu_ld" != yes && break
14699 fi
14700 fi
14701 done
14702 IFS="$ac_save_ifs"
14703else
14704 acl_cv_path_LD="$LD" # Let the user override the test with a path.
14705fi
14706fi
14707
14708LD="$acl_cv_path_LD"
14709if test -n "$LD"; then
81ecdfbb
RW
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14711$as_echo "$LD" >&6; }
5ba684e2 14712else
81ecdfbb
RW
14713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14714$as_echo "no" >&6; }
5ba684e2 14715fi
d0ac1c44 14716test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
14717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14718$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 14719if ${acl_cv_prog_gnu_ld+:} false; then :
81ecdfbb 14720 $as_echo_n "(cached) " >&6
5ba684e2
NC
14721else
14722 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
14723if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
14724 acl_cv_prog_gnu_ld=yes
14725else
14726 acl_cv_prog_gnu_ld=no
14727fi
14728fi
81ecdfbb
RW
14729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14730$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
14731with_gnu_ld=$acl_cv_prog_gnu_ld
14732
14733
14734
81ecdfbb
RW
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14736$as_echo_n "checking for shared library run path origin... " >&6; }
d0ac1c44 14737if ${acl_cv_rpath+:} false; then :
81ecdfbb 14738 $as_echo_n "(cached) " >&6
5ba684e2
NC
14739else
14740
14741 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
14742 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14743 . ./conftest.sh
14744 rm -f ./conftest.sh
14745 acl_cv_rpath=done
14746
14747fi
81ecdfbb
RW
14748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14749$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
14750 wl="$acl_cv_wl"
14751 libext="$acl_cv_libext"
14752 shlibext="$acl_cv_shlibext"
14753 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
14754 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
14755 hardcode_direct="$acl_cv_hardcode_direct"
14756 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
14757 # Check whether --enable-rpath was given.
14758if test "${enable_rpath+set}" = set; then :
14759 enableval=$enable_rpath; :
5ba684e2
NC
14760else
14761 enable_rpath=yes
81ecdfbb
RW
14762fi
14763
5ba684e2
NC
14764
14765
14766
14767
14768
14769
14770
14771 use_additional=yes
14772
14773 acl_save_prefix="$prefix"
14774 prefix="$acl_final_prefix"
14775 acl_save_exec_prefix="$exec_prefix"
14776 exec_prefix="$acl_final_exec_prefix"
14777
14778 eval additional_includedir=\"$includedir\"
14779 eval additional_libdir=\"$libdir\"
14780
14781 exec_prefix="$acl_save_exec_prefix"
14782 prefix="$acl_save_prefix"
14783
14784
81ecdfbb
RW
14785# Check whether --with-libiconv-prefix was given.
14786if test "${with_libiconv_prefix+set}" = set; then :
14787 withval=$with_libiconv_prefix;
5ba684e2
NC
14788 if test "X$withval" = "Xno"; then
14789 use_additional=no
14790 else
14791 if test "X$withval" = "X"; then
14792
14793 acl_save_prefix="$prefix"
14794 prefix="$acl_final_prefix"
14795 acl_save_exec_prefix="$exec_prefix"
14796 exec_prefix="$acl_final_exec_prefix"
14797
14798 eval additional_includedir=\"$includedir\"
14799 eval additional_libdir=\"$libdir\"
14800
14801 exec_prefix="$acl_save_exec_prefix"
14802 prefix="$acl_save_prefix"
14803
14804 else
14805 additional_includedir="$withval/include"
14806 additional_libdir="$withval/lib"
14807 fi
14808 fi
14809
81ecdfbb
RW
14810fi
14811
9f1528a1
AB
14812
14813# Check whether --with-libiconv-type was given.
14814if test "${with_libiconv_type+set}" = set; then :
14815 withval=$with_libiconv_type; with_libiconv_type=$withval
14816else
14817 with_libiconv_type=auto
14818fi
14819
14820 lib_type=`eval echo \$with_libiconv_type`
14821
5ba684e2
NC
14822 LIBICONV=
14823 LTLIBICONV=
14824 INCICONV=
14825 rpathdirs=
14826 ltrpathdirs=
14827 names_already_handled=
14828 names_next_round='iconv '
14829 while test -n "$names_next_round"; do
14830 names_this_round="$names_next_round"
14831 names_next_round=
14832 for name in $names_this_round; do
14833 already_handled=
14834 for n in $names_already_handled; do
14835 if test "$n" = "$name"; then
14836 already_handled=yes
14837 break
14838 fi
14839 done
14840 if test -z "$already_handled"; then
14841 names_already_handled="$names_already_handled $name"
14842 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14843 eval value=\"\$HAVE_LIB$uppername\"
14844 if test -n "$value"; then
14845 if test "$value" = yes; then
14846 eval value=\"\$LIB$uppername\"
14847 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14848 eval value=\"\$LTLIB$uppername\"
14849 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14850 else
14851 :
14852 fi
14853 else
14854 found_dir=
14855 found_la=
14856 found_so=
14857 found_a=
14858 if test $use_additional = yes; then
9f1528a1 14859 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
5ba684e2
NC
14860 found_dir="$additional_libdir"
14861 found_so="$additional_libdir/lib$name.$shlibext"
14862 if test -f "$additional_libdir/lib$name.la"; then
14863 found_la="$additional_libdir/lib$name.la"
14864 fi
9f1528a1 14865 elif test x$lib_type != xshared; then
5ba684e2
NC
14866 if test -f "$additional_libdir/lib$name.$libext"; then
14867 found_dir="$additional_libdir"
14868 found_a="$additional_libdir/lib$name.$libext"
14869 if test -f "$additional_libdir/lib$name.la"; then
14870 found_la="$additional_libdir/lib$name.la"
14871 fi
14872 fi
14873 fi
14874 fi
14875 if test "X$found_dir" = "X"; then
14876 for x in $LDFLAGS $LTLIBICONV; do
14877
14878 acl_save_prefix="$prefix"
14879 prefix="$acl_final_prefix"
14880 acl_save_exec_prefix="$exec_prefix"
14881 exec_prefix="$acl_final_exec_prefix"
14882 eval x=\"$x\"
14883 exec_prefix="$acl_save_exec_prefix"
14884 prefix="$acl_save_prefix"
14885
14886 case "$x" in
14887 -L*)
14888 dir=`echo "X$x" | sed -e 's/^X-L//'`
9f1528a1 14889 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
5ba684e2
NC
14890 found_dir="$dir"
14891 found_so="$dir/lib$name.$shlibext"
14892 if test -f "$dir/lib$name.la"; then
14893 found_la="$dir/lib$name.la"
14894 fi
9f1528a1 14895 elif test x$lib_type != xshared; then
5ba684e2
NC
14896 if test -f "$dir/lib$name.$libext"; then
14897 found_dir="$dir"
14898 found_a="$dir/lib$name.$libext"
14899 if test -f "$dir/lib$name.la"; then
14900 found_la="$dir/lib$name.la"
14901 fi
14902 fi
14903 fi
14904 ;;
14905 esac
14906 if test "X$found_dir" != "X"; then
14907 break
14908 fi
14909 done
14910 fi
14911 if test "X$found_dir" != "X"; then
14912 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14913 if test "X$found_so" != "X"; then
14914 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14915 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14916 else
14917 haveit=
14918 for x in $ltrpathdirs; do
14919 if test "X$x" = "X$found_dir"; then
14920 haveit=yes
14921 break
14922 fi
14923 done
14924 if test -z "$haveit"; then
14925 ltrpathdirs="$ltrpathdirs $found_dir"
14926 fi
14927 if test "$hardcode_direct" = yes; then
14928 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14929 else
14930 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14931 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14932 haveit=
14933 for x in $rpathdirs; do
14934 if test "X$x" = "X$found_dir"; then
14935 haveit=yes
14936 break
14937 fi
14938 done
14939 if test -z "$haveit"; then
14940 rpathdirs="$rpathdirs $found_dir"
14941 fi
14942 else
14943 haveit=
14944 for x in $LDFLAGS $LIBICONV; do
14945
14946 acl_save_prefix="$prefix"
14947 prefix="$acl_final_prefix"
14948 acl_save_exec_prefix="$exec_prefix"
14949 exec_prefix="$acl_final_exec_prefix"
14950 eval x=\"$x\"
14951 exec_prefix="$acl_save_exec_prefix"
14952 prefix="$acl_save_prefix"
14953
14954 if test "X$x" = "X-L$found_dir"; then
14955 haveit=yes
14956 break
14957 fi
14958 done
14959 if test -z "$haveit"; then
14960 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14961 fi
14962 if test "$hardcode_minus_L" != no; then
14963 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14964 else
14965 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14966 fi
14967 fi
14968 fi
14969 fi
14970 else
14971 if test "X$found_a" != "X"; then
14972 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14973 else
14974 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14975 fi
14976 fi
14977 additional_includedir=
14978 case "$found_dir" in
14979 */lib | */lib/)
14980 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14981 additional_includedir="$basedir/include"
14982 ;;
14983 esac
14984 if test "X$additional_includedir" != "X"; then
14985 if test "X$additional_includedir" != "X/usr/include"; then
14986 haveit=
14987 if test "X$additional_includedir" = "X/usr/local/include"; then
14988 if test -n "$GCC"; then
14989 case $host_os in
14990 linux*) haveit=yes;;
14991 esac
14992 fi
14993 fi
14994 if test -z "$haveit"; then
14995 for x in $CPPFLAGS $INCICONV; do
14996
14997 acl_save_prefix="$prefix"
14998 prefix="$acl_final_prefix"
14999 acl_save_exec_prefix="$exec_prefix"
15000 exec_prefix="$acl_final_exec_prefix"
15001 eval x=\"$x\"
15002 exec_prefix="$acl_save_exec_prefix"
15003 prefix="$acl_save_prefix"
15004
15005 if test "X$x" = "X-I$additional_includedir"; then
15006 haveit=yes
15007 break
15008 fi
15009 done
15010 if test -z "$haveit"; then
15011 if test -d "$additional_includedir"; then
15012 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
15013 fi
15014 fi
15015 fi
15016 fi
15017 fi
15018 if test -n "$found_la"; then
15019 save_libdir="$libdir"
15020 case "$found_la" in
15021 */* | *\\*) . "$found_la" ;;
15022 *) . "./$found_la" ;;
15023 esac
15024 libdir="$save_libdir"
15025 for dep in $dependency_libs; do
15026 case "$dep" in
15027 -L*)
15028 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
15029 if test "X$additional_libdir" != "X/usr/lib"; then
15030 haveit=
15031 if test "X$additional_libdir" = "X/usr/local/lib"; then
15032 if test -n "$GCC"; then
15033 case $host_os in
15034 linux*) haveit=yes;;
15035 esac
15036 fi
15037 fi
15038 if test -z "$haveit"; then
15039 haveit=
15040 for x in $LDFLAGS $LIBICONV; do
15041
15042 acl_save_prefix="$prefix"
15043 prefix="$acl_final_prefix"
15044 acl_save_exec_prefix="$exec_prefix"
15045 exec_prefix="$acl_final_exec_prefix"
15046 eval x=\"$x\"
15047 exec_prefix="$acl_save_exec_prefix"
15048 prefix="$acl_save_prefix"
15049
15050 if test "X$x" = "X-L$additional_libdir"; then
15051 haveit=yes
15052 break
15053 fi
15054 done
15055 if test -z "$haveit"; then
15056 if test -d "$additional_libdir"; then
15057 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
15058 fi
15059 fi
15060 haveit=
15061 for x in $LDFLAGS $LTLIBICONV; do
15062
15063 acl_save_prefix="$prefix"
15064 prefix="$acl_final_prefix"
15065 acl_save_exec_prefix="$exec_prefix"
15066 exec_prefix="$acl_final_exec_prefix"
15067 eval x=\"$x\"
15068 exec_prefix="$acl_save_exec_prefix"
15069 prefix="$acl_save_prefix"
15070
15071 if test "X$x" = "X-L$additional_libdir"; then
15072 haveit=yes
15073 break
15074 fi
15075 done
15076 if test -z "$haveit"; then
15077 if test -d "$additional_libdir"; then
15078 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
15079 fi
15080 fi
15081 fi
15082 fi
15083 ;;
15084 -R*)
15085 dir=`echo "X$dep" | sed -e 's/^X-R//'`
15086 if test "$enable_rpath" != no; then
15087 haveit=
15088 for x in $rpathdirs; do
15089 if test "X$x" = "X$dir"; then
15090 haveit=yes
15091 break
15092 fi
15093 done
15094 if test -z "$haveit"; then
15095 rpathdirs="$rpathdirs $dir"
15096 fi
15097 haveit=
15098 for x in $ltrpathdirs; do
15099 if test "X$x" = "X$dir"; then
15100 haveit=yes
15101 break
15102 fi
15103 done
15104 if test -z "$haveit"; then
15105 ltrpathdirs="$ltrpathdirs $dir"
15106 fi
15107 fi
15108 ;;
15109 -l*)
15110 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
15111 ;;
15112 *.la)
15113 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
15114 ;;
15115 *)
15116 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
15117 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
15118 ;;
15119 esac
15120 done
15121 fi
15122 else
9f1528a1
AB
15123 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
15124 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
15125 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
15126 else
15127 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
15128 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
15129 fi
5ba684e2
NC
15130 fi
15131 fi
15132 fi
15133 done
15134 done
15135 if test "X$rpathdirs" != "X"; then
15136 if test -n "$hardcode_libdir_separator"; then
15137 alldirs=
15138 for found_dir in $rpathdirs; do
15139 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
15140 done
15141 acl_save_libdir="$libdir"
15142 libdir="$alldirs"
15143 eval flag=\"$hardcode_libdir_flag_spec\"
15144 libdir="$acl_save_libdir"
15145 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
15146 else
15147 for found_dir in $rpathdirs; do
15148 acl_save_libdir="$libdir"
15149 libdir="$found_dir"
15150 eval flag=\"$hardcode_libdir_flag_spec\"
15151 libdir="$acl_save_libdir"
15152 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
15153 done
15154 fi
15155 fi
15156 if test "X$ltrpathdirs" != "X"; then
15157 for found_dir in $ltrpathdirs; do
15158 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
15159 done
15160 fi
15161
15162
15163
15164
15165
15166
15167
81ecdfbb
RW
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
15169$as_echo_n "checking for iconv... " >&6; }
d0ac1c44 15170if ${am_cv_func_iconv+:} false; then :
81ecdfbb 15171 $as_echo_n "(cached) " >&6
5ba684e2
NC
15172else
15173
15174 am_cv_func_iconv="no, consider installing GNU libiconv"
15175 am_cv_lib_iconv=no
cfe101c6
YS
15176 am_save_CPPFLAGS="$CPPFLAGS"
15177 CPPFLAGS="$CPPFLAGS $INCICONV"
81ecdfbb 15178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
15179/* end confdefs.h. */
15180#include <stdlib.h>
15181#include <iconv.h>
15182int
15183main ()
15184{
15185iconv_t cd = iconv_open("","");
15186 iconv(cd,NULL,NULL,NULL,NULL);
15187 iconv_close(cd);
15188 ;
15189 return 0;
15190}
15191_ACEOF
81ecdfbb 15192if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 15193 am_cv_func_iconv=yes
5ba684e2 15194fi
81ecdfbb
RW
15195rm -f core conftest.err conftest.$ac_objext \
15196 conftest$ac_exeext conftest.$ac_ext
cfe101c6
YS
15197 CPPFLAGS="$am_save_CPPFLAGS"
15198
15199 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
15200 for _libs in .libs _libs; do
15201 am_save_CPPFLAGS="$CPPFLAGS"
15202 am_save_LIBS="$LIBS"
15203 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
15204 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
15205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15206/* end confdefs.h. */
15207#include <stdlib.h>
15208#include <iconv.h>
15209int
15210main ()
15211{
15212iconv_t cd = iconv_open("","");
15213 iconv(cd,NULL,NULL,NULL,NULL);
15214 iconv_close(cd);
15215 ;
15216 return 0;
15217}
15218_ACEOF
15219if ac_fn_c_try_link "$LINENO"; then :
15220 INCICONV="-I../libiconv/include"
15221 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
15222 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
15223 am_cv_lib_iconv=yes
15224 am_cv_func_iconv=yes
15225fi
15226rm -f core conftest.err conftest.$ac_objext \
15227 conftest$ac_exeext conftest.$ac_ext
15228 CPPFLAGS="$am_save_CPPFLAGS"
15229 LIBS="$am_save_LIBS"
15230 if test "$am_cv_func_iconv" = "yes"; then
15231 break
15232 fi
15233 done
15234 fi
15235
5ba684e2 15236 if test "$am_cv_func_iconv" != yes; then
cfe101c6 15237 am_save_CPPFLAGS="$CPPFLAGS"
5ba684e2 15238 am_save_LIBS="$LIBS"
5d762de0 15239 CPPFLAGS="$CPPFLAGS $INCICONV"
5ba684e2 15240 LIBS="$LIBS $LIBICONV"
81ecdfbb 15241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
15242/* end confdefs.h. */
15243#include <stdlib.h>
15244#include <iconv.h>
15245int
15246main ()
15247{
15248iconv_t cd = iconv_open("","");
15249 iconv(cd,NULL,NULL,NULL,NULL);
15250 iconv_close(cd);
15251 ;
15252 return 0;
15253}
15254_ACEOF
81ecdfbb 15255if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
15256 am_cv_lib_iconv=yes
15257 am_cv_func_iconv=yes
5ba684e2 15258fi
81ecdfbb
RW
15259rm -f core conftest.err conftest.$ac_objext \
15260 conftest$ac_exeext conftest.$ac_ext
cfe101c6 15261 CPPFLAGS="$am_save_CPPFLAGS"
5ba684e2
NC
15262 LIBS="$am_save_LIBS"
15263 fi
15264
15265fi
81ecdfbb
RW
15266{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
15267$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
15268 if test "$am_cv_func_iconv" = yes; then
15269
81ecdfbb 15270$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
15271
15272 fi
15273 if test "$am_cv_lib_iconv" = yes; then
cfe101c6
YS
15274
15275 for element in $INCICONV; do
15276 haveit=
15277 for x in $CPPFLAGS; do
15278
15279 acl_save_prefix="$prefix"
15280 prefix="$acl_final_prefix"
15281 acl_save_exec_prefix="$exec_prefix"
15282 exec_prefix="$acl_final_exec_prefix"
15283 eval x=\"$x\"
15284 exec_prefix="$acl_save_exec_prefix"
15285 prefix="$acl_save_prefix"
15286
15287 if test "X$x" = "X$element"; then
15288 haveit=yes
15289 break
15290 fi
15291 done
15292 if test -z "$haveit"; then
15293 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
15294 fi
15295 done
15296
81ecdfbb
RW
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
15298$as_echo_n "checking how to link with libiconv... " >&6; }
15299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
15300$as_echo "$LIBICONV" >&6; }
5ba684e2 15301 else
5ba684e2
NC
15302 LIBICONV=
15303 LTLIBICONV=
15304 fi
15305
15306
15307
15308 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
15309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
15310$as_echo_n "checking for iconv declaration... " >&6; }
d0ac1c44 15311 if ${am_cv_proto_iconv+:} false; then :
81ecdfbb 15312 $as_echo_n "(cached) " >&6
5ba684e2
NC
15313else
15314
81ecdfbb 15315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
15316/* end confdefs.h. */
15317
15318#include <stdlib.h>
15319#include <iconv.h>
15320extern
15321#ifdef __cplusplus
15322"C"
15323#endif
15324#if defined(__STDC__) || defined(__cplusplus)
15325size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15326#else
15327size_t iconv();
15328#endif
15329
15330int
15331main ()
15332{
15333
15334 ;
15335 return 0;
15336}
15337_ACEOF
81ecdfbb 15338if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
15339 am_cv_proto_iconv_arg1=""
15340else
81ecdfbb 15341 am_cv_proto_iconv_arg1="const"
5ba684e2 15342fi
81ecdfbb 15343rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
15344 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);"
15345fi
15346
15347 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 15348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 15349 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
15350$as_echo "${ac_t:-
15351 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
15352
15353cat >>confdefs.h <<_ACEOF
15354#define ICONV_CONST $am_cv_proto_iconv_arg1
15355_ACEOF
15356
15357 fi
15358
15359
252b5132 15360all_targets=false
252b5132
RH
15361BUILD_SRCONV=
15362BUILD_DLLTOOL=
15363DLLTOOL_DEFS=
7aad4c3d 15364DLLTOOL_DEFAULT=
252b5132 15365BUILD_WINDRES=
692ed3e7 15366BUILD_WINDMC=
252b5132
RH
15367BUILD_DLLWRAP=
15368BUILD_MISC=
1d97d67f 15369BUILD_INSTALL_MISC=
8b1e6df3 15370OBJDUMP_DEFS=
6abcee90
TG
15371OBJDUMP_PRIVATE_VECTORS=
15372OBJDUMP_PRIVATE_OFILES=
15373od_vectors=
252b5132
RH
15374
15375for targ in $target $canon_targets
15376do
15377 if test "x$targ" = "xall"; then
15378 all_targets=true
252b5132 15379 BUILD_SRCONV='$(SRCONV_PROG)'
1d97d67f 15380 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
15381 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15382 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15383 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15384 if test -z "$DLLTOOL_DEFAULT"; then
15385 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15386 fi
15387 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15388 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
1ab52cbe 15389 od_vectors="$od_vectors objdump_private_desc_xcoff"
252b5132 15390 else
252b5132
RH
15391 case $targ in
15392 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
15393 esac
6abcee90 15394
252b5132 15395 case $targ in
361dff73 15396 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 15397 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15398 if test -z "$DLLTOOL_DEFAULT"; then
15399 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
15400 fi
7148cc28
NC
15401 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
15402 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15403 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
15404 ;;
15405 arm-*-pe*)
252b5132 15406 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15407 if test -z "$DLLTOOL_DEFAULT"; then
15408 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
15409 fi
252b5132
RH
15410 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
15411 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15412 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15413 ;;
ee36d918 15414 x86_64-*-mingw* | x86_64-*-cygwin*)
99ad8390 15415 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15416 if test -z "$DLLTOOL_DEFAULT"; then
15417 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
15418 fi
99ad8390
NC
15419 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
15420 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15421 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
15422 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15423 ;;
80c7c40a 15424 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 15425 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15426 if test -z "$DLLTOOL_DEFAULT"; then
15427 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15428 fi
252b5132
RH
15429 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15430 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15431 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 15432 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 15433 ;;
80c7c40a 15434 i[3-7]86-*-interix)
7a7b06ef 15435 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
15436 if test -z "$DLLTOOL_DEFAULT"; then
15437 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15438 fi
7a7b06ef
ILT
15439 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15440 ;;
f0660b73
NC
15441 powerpc*-aix5.[01])
15442 ;;
e5231592 15443 powerpc*-aix[5-9].*)
f0660b73
NC
15444 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
15445 ;;
59678365 15446 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1ab52cbe
AM
15447 case "$BUILD_INSTALL_MISC" in
15448 *embedspu*) ;;
15449 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
15450 esac
669a9a2a 15451 ;;
e1d5b1e7 15452 sh*-*-pe)
8a0e0f38 15453 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15454 if test -z "$DLLTOOL_DEFAULT"; then
15455 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
15456 fi
8a0e0f38
NC
15457 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
15458 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15459 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 15460 ;;
cd14b966 15461 spu-*-*)
1d97d67f 15462 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 15463 ;;
e1d5b1e7 15464 mips*-*-pe)
8a0e0f38 15465 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15466 if test -z "$DLLTOOL_DEFAULT"; then
15467 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
15468 fi
8a0e0f38
NC
15469 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
15470 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15471 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15472 ;;
27a710e5 15473 mcore-*-pe)
661016bb 15474 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15475 if test -z "$DLLTOOL_DEFAULT"; then
15476 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
15477 fi
661016bb
NC
15478 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
15479 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15480 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15481 ;;
27a710e5 15482 mcore-*-elf)
661016bb 15483 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15484 if test -z "$DLLTOOL_DEFAULT"; then
15485 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
15486 fi
661016bb 15487 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 15488 ;;
15ab5209
DB
15489 mep-*)
15490 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
15491 ;;
252b5132 15492 esac
6abcee90
TG
15493
15494 # Add objdump private vectors.
15495 case $targ in
6d0cfb9c
DC
15496 avr-*-*)
15497 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
15498 ;;
52fe4420 15499 powerpc*-*-aix* | rs6000-*-aix*)
c5012cd8
TG
15500 od_vectors="$od_vectors objdump_private_desc_xcoff"
15501 ;;
15502 *-*-darwin*)
15503 od_vectors="$od_vectors objdump_private_desc_mach_o"
6abcee90
TG
15504 ;;
15505 esac
252b5132
RH
15506 fi
15507done
15508
6abcee90
TG
15509# Uniq objdump private vector, build objdump target ofiles.
15510od_files=
15511f=""
15512for i in $od_vectors ; do
15513 case " $f " in
15514 *" $i "*) ;;
15515 *)
15516 f="$f $i"
15517 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
15518 case $i in
6d0cfb9c
DC
15519 objdump_private_desc_elf32_avr)
15520 od_files="$od_files od-elf32_avr" ;;
6abcee90
TG
15521 objdump_private_desc_xcoff)
15522 od_files="$od_files od-xcoff" ;;
c5012cd8
TG
15523 objdump_private_desc_mach_o)
15524 od_files="$od_files od-macho" ;;
d0ac1c44 15525 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
6abcee90
TG
15526 esac
15527 ;;
15528 esac
15529done
15530
15531# Uniq objdump target ofiles
15532f=""
15533for i in $od_files ; do
15534 case " $f " in
15535 *" $i "*) ;;
15536 *)
15537 f="$f $i"
15538 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
15539 ;;
15540 esac
15541done
15542
7aad4c3d
L
15543DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
15544
42ecbf5e
DJ
15545if test "${with_windres+set}" = set; then
15546 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15547fi
15548
692ed3e7
NC
15549if test "${with_windmc+set}" = set; then
15550 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15551fi
15552
6abcee90
TG
15553OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
15554
15555
692ed3e7 15556
42ecbf5e
DJ
15557
15558
15559
15560
15561
15562
15563
15564
15565
15566
42ecbf5e
DJ
15567cat >>confdefs.h <<_ACEOF
15568#define TARGET "${target}"
15569_ACEOF
15570
15571
15572targ=$target
15573. $srcdir/../bfd/config.bfd
15574if test "x$targ_underscore" = "xyes"; then
15575 UNDERSCORE=1
15576else
15577 UNDERSCORE=0
15578fi
15579
15580cat >>confdefs.h <<_ACEOF
15581#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
15582_ACEOF
15583
15584
15585# Emulation
52fbfb5d
AM
15586targ=$target
15587. ${srcdir}/configure.tgt
15588EMULATION=$targ_emul
15589EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
15590
15591
15592
15593
108a6f8e
CD
15594# Required for html and install-html
15595
15596
15597
15598
31dd3154 15599
81ecdfbb 15600ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 15601
42ecbf5e
DJ
15602cat >confcache <<\_ACEOF
15603# This file is a shell script that caches the results of configure
15604# tests run on this system so they can be shared between configure
15605# scripts and configure runs, see configure's option --config-cache.
15606# It is not useful on other systems. If it contains results you don't
15607# want to keep, you may remove or edit it.
15608#
15609# config.status only pays attention to the cache file if you give it
15610# the --recheck option to rerun configure.
15611#
15612# `ac_cv_env_foo' variables (set or unset) will be overridden when
15613# loading this file, other *unset* `ac_cv_foo' will be assigned the
15614# following values.
15615
15616_ACEOF
15617
15618# The following way of writing the cache mishandles newlines in values,
15619# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15620# So, we kill variables containing newlines.
42ecbf5e
DJ
15621# Ultrix sh set writes to stderr and can't be redirected directly,
15622# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15623(
15624 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15625 eval ac_val=\$$ac_var
15626 case $ac_val in #(
15627 *${as_nl}*)
15628 case $ac_var in #(
15629 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15630$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15631 esac
15632 case $ac_var in #(
15633 _ | IFS | as_nl) ;; #(
15634 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15635 *) { eval $ac_var=; unset $ac_var;} ;;
15636 esac ;;
15637 esac
15638 done
15639
42ecbf5e 15640 (set) 2>&1 |
81ecdfbb
RW
15641 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15642 *${as_nl}ac_space=\ *)
15643 # `set' does not quote correctly, so add quotes: double-quote
15644 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
15645 sed -n \
15646 "s/'/'\\\\''/g;
15647 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15648 ;; #(
42ecbf5e
DJ
15649 *)
15650 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15651 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 15652 ;;
81ecdfbb
RW
15653 esac |
15654 sort
15655) |
42ecbf5e 15656 sed '
81ecdfbb 15657 /^ac_cv_env_/b end
42ecbf5e 15658 t clear
81ecdfbb 15659 :clear
42ecbf5e
DJ
15660 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15661 t end
81ecdfbb
RW
15662 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15663 :end' >>confcache
15664if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15665 if test -w "$cache_file"; then
d0ac1c44 15666 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
15667 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15668$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
15669 if test ! -f "$cache_file" || test -h "$cache_file"; then
15670 cat confcache >"$cache_file"
15671 else
15672 case $cache_file in #(
15673 */* | ?:*)
15674 mv -f confcache "$cache_file"$$ &&
15675 mv -f "$cache_file"$$ "$cache_file" ;; #(
15676 *)
15677 mv -f confcache "$cache_file" ;;
15678 esac
15679 fi
15680 fi
42ecbf5e 15681 else
81ecdfbb
RW
15682 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15683$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
15684 fi
15685fi
15686rm -f confcache
15687
15688test "x$prefix" = xNONE && prefix=$ac_default_prefix
15689# Let make expand exec_prefix.
15690test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15691
42ecbf5e
DJ
15692DEFS=-DHAVE_CONFIG_H
15693
15694ac_libobjs=
15695ac_ltlibobjs=
d0ac1c44 15696U=
42ecbf5e
DJ
15697for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15698 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15699 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15700 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15701 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15702 # will be set to the directory where LIBOBJS objects are built.
15703 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15704 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
15705done
15706LIBOBJS=$ac_libobjs
15707
15708LTLIBOBJS=$ac_ltlibobjs
15709
15710
d0ac1c44
SM
15711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15712$as_echo_n "checking that generated files are newer than configure... " >&6; }
15713 if test -n "$am_sleep_pid"; then
15714 # Hide warnings about reused PIDs.
15715 wait $am_sleep_pid 2>/dev/null
15716 fi
15717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15718$as_echo "done" >&6; }
42ecbf5e 15719if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
d0ac1c44 15720 as_fn_error $? "conditional \"AMDEP\" was never defined.
81ecdfbb 15721Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
15722fi
15723if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
d0ac1c44 15724 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
81ecdfbb
RW
15725Usually this means the macro was only invoked conditionally." "$LINENO" 5
15726fi
15727 if test -n "$EXEEXT"; then
15728 am__EXEEXT_TRUE=
15729 am__EXEEXT_FALSE='#'
15730else
15731 am__EXEEXT_TRUE='#'
15732 am__EXEEXT_FALSE=
42ecbf5e 15733fi
81ecdfbb 15734
094e34f2
NA
15735if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
15736 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
15737Usually this means the macro was only invoked conditionally." "$LINENO" 5
15738fi
42ecbf5e 15739if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 15740 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 15741Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 15742fi
d5fbea21 15743if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 15744 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 15745Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 15746fi
42ecbf5e 15747
d0ac1c44 15748: "${CONFIG_STATUS=./config.status}"
81ecdfbb 15749ac_write_fail=0
42ecbf5e
DJ
15750ac_clean_files_save=$ac_clean_files
15751ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15752{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15753$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15754as_write_fail=0
15755cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
15756#! $SHELL
15757# Generated by $as_me.
15758# Run this file to recreate the current configuration.
15759# Compiler output produced by configure, useful for debugging
15760# configure, is in config.log if it exists.
15761
15762debug=false
15763ac_cs_recheck=false
15764ac_cs_silent=false
252b5132 15765
81ecdfbb
RW
15766SHELL=\${CONFIG_SHELL-$SHELL}
15767export SHELL
15768_ASEOF
15769cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15770## -------------------- ##
15771## M4sh Initialization. ##
15772## -------------------- ##
252b5132 15773
81ecdfbb
RW
15774# Be more Bourne compatible
15775DUALCASE=1; export DUALCASE # for MKS sh
15776if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
15777 emulate sh
15778 NULLCMD=:
81ecdfbb 15779 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
15780 # is contrary to our usage. Disable this feature.
15781 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15782 setopt NO_GLOB_SUBST
15783else
15784 case `(set -o) 2>/dev/null` in #(
15785 *posix*) :
15786 set -o posix ;; #(
15787 *) :
15788 ;;
15789esac
42ecbf5e 15790fi
252b5132 15791
81ecdfbb
RW
15792
15793as_nl='
15794'
15795export as_nl
15796# Printing a long string crashes Solaris 7 /usr/bin/printf.
15797as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15798as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15799as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15800# Prefer a ksh shell builtin over an external printf program on Solaris,
15801# but without wasting forks for bash or zsh.
15802if test -z "$BASH_VERSION$ZSH_VERSION" \
15803 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15804 as_echo='print -r --'
15805 as_echo_n='print -rn --'
15806elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15807 as_echo='printf %s\n'
15808 as_echo_n='printf %s'
15809else
15810 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15811 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15812 as_echo_n='/usr/ucb/echo -n'
15813 else
15814 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15815 as_echo_n_body='eval
15816 arg=$1;
15817 case $arg in #(
15818 *"$as_nl"*)
15819 expr "X$arg" : "X\\(.*\\)$as_nl";
15820 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15821 esac;
15822 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15823 '
15824 export as_echo_n_body
15825 as_echo_n='sh -c $as_echo_n_body as_echo'
15826 fi
15827 export as_echo_body
15828 as_echo='sh -c $as_echo_body as_echo'
15829fi
15830
15831# The user is always right.
15832if test "${PATH_SEPARATOR+set}" != set; then
15833 PATH_SEPARATOR=:
15834 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15835 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15836 PATH_SEPARATOR=';'
15837 }
42ecbf5e 15838fi
252b5132
RH
15839
15840
81ecdfbb
RW
15841# IFS
15842# We need space, tab and new line, in precisely that order. Quoting is
15843# there to prevent editors from complaining about space-tab.
15844# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15845# splitting by setting IFS to empty value.)
15846IFS=" "" $as_nl"
15847
15848# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 15849as_myself=
81ecdfbb
RW
15850case $0 in #((
15851 *[\\/]* ) as_myself=$0 ;;
15852 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15853for as_dir in $PATH
15854do
15855 IFS=$as_save_IFS
15856 test -z "$as_dir" && as_dir=.
15857 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15858 done
15859IFS=$as_save_IFS
15860
15861 ;;
15862esac
15863# We did not find ourselves, most probably we were run as `sh COMMAND'
15864# in which case we are not to be found in the path.
15865if test "x$as_myself" = x; then
15866 as_myself=$0
15867fi
15868if test ! -f "$as_myself"; then
15869 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15870 exit 1
15871fi
15872
15873# Unset variables that we do not need and which cause bugs (e.g. in
15874# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15875# suppresses any "Segmentation fault" message there. '((' could
15876# trigger a bug in pdksh 5.2.14.
15877for as_var in BASH_ENV ENV MAIL MAILPATH
15878do eval test x\${$as_var+set} = xset \
15879 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15880done
42ecbf5e
DJ
15881PS1='$ '
15882PS2='> '
15883PS4='+ '
252b5132 15884
42ecbf5e 15885# NLS nuisances.
81ecdfbb
RW
15886LC_ALL=C
15887export LC_ALL
15888LANGUAGE=C
15889export LANGUAGE
15890
15891# CDPATH.
15892(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15893
15894
d0ac1c44
SM
15895# as_fn_error STATUS ERROR [LINENO LOG_FD]
15896# ----------------------------------------
81ecdfbb
RW
15897# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15898# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 15899# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
15900as_fn_error ()
15901{
d0ac1c44
SM
15902 as_status=$1; test $as_status -eq 0 && as_status=1
15903 if test "$4"; then
15904 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15905 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
42ecbf5e 15906 fi
d0ac1c44 15907 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
15908 as_fn_exit $as_status
15909} # as_fn_error
15910
15911
15912# as_fn_set_status STATUS
15913# -----------------------
15914# Set $? to STATUS, without forking.
15915as_fn_set_status ()
15916{
15917 return $1
15918} # as_fn_set_status
15919
15920# as_fn_exit STATUS
15921# -----------------
15922# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15923as_fn_exit ()
15924{
15925 set +e
15926 as_fn_set_status $1
15927 exit $1
15928} # as_fn_exit
15929
15930# as_fn_unset VAR
15931# ---------------
15932# Portably unset VAR.
15933as_fn_unset ()
15934{
15935 { eval $1=; unset $1;}
15936}
15937as_unset=as_fn_unset
15938# as_fn_append VAR VALUE
15939# ----------------------
15940# Append the text in VALUE to the end of the definition contained in VAR. Take
15941# advantage of any shell optimizations that allow amortized linear growth over
15942# repeated appends, instead of the typical quadratic growth present in naive
15943# implementations.
15944if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15945 eval 'as_fn_append ()
15946 {
15947 eval $1+=\$2
15948 }'
15949else
15950 as_fn_append ()
15951 {
15952 eval $1=\$$1\$2
15953 }
15954fi # as_fn_append
15955
15956# as_fn_arith ARG...
15957# ------------------
15958# Perform arithmetic evaluation on the ARGs, and store the result in the
15959# global $as_val. Take advantage of shells that can avoid forks. The arguments
15960# must be portable across $(()) and expr.
15961if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15962 eval 'as_fn_arith ()
15963 {
15964 as_val=$(( $* ))
15965 }'
15966else
15967 as_fn_arith ()
15968 {
15969 as_val=`expr "$@" || test $? -eq 1`
15970 }
15971fi # as_fn_arith
15972
252b5132 15973
81ecdfbb
RW
15974if expr a : '\(a\)' >/dev/null 2>&1 &&
15975 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
15976 as_expr=expr
15977else
15978 as_expr=false
15979fi
252b5132 15980
81ecdfbb 15981if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
15982 as_basename=basename
15983else
15984 as_basename=false
15985fi
252b5132 15986
81ecdfbb
RW
15987if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15988 as_dirname=dirname
15989else
15990 as_dirname=false
15991fi
8b1e6df3 15992
81ecdfbb 15993as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
15994$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15995 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15996 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15997$as_echo X/"$0" |
15998 sed '/^.*\/\([^/][^/]*\)\/*$/{
15999 s//\1/
16000 q
16001 }
16002 /^X\/\(\/\/\)$/{
16003 s//\1/
16004 q
16005 }
16006 /^X\/\(\/\).*/{
16007 s//\1/
16008 q
16009 }
16010 s/.*/./; q'`
0218d1e4 16011
42ecbf5e
DJ
16012# Avoid depending upon Character Ranges.
16013as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16014as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16015as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16016as_cr_digits='0123456789'
16017as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 16018
81ecdfbb
RW
16019ECHO_C= ECHO_N= ECHO_T=
16020case `echo -n x` in #(((((
16021-n*)
16022 case `echo 'xy\c'` in
16023 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16024 xy) ECHO_C='\c';;
16025 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16026 ECHO_T=' ';;
16027 esac;;
16028*)
16029 ECHO_N='-n';;
42ecbf5e 16030esac
eb1e0e80 16031
81ecdfbb
RW
16032rm -f conf$$ conf$$.exe conf$$.file
16033if test -d conf$$.dir; then
16034 rm -f conf$$.dir/conf$$.file
d15b04bd 16035else
81ecdfbb
RW
16036 rm -f conf$$.dir
16037 mkdir conf$$.dir 2>/dev/null
42ecbf5e 16038fi
81ecdfbb
RW
16039if (echo >conf$$.file) 2>/dev/null; then
16040 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 16041 as_ln_s='ln -s'
81ecdfbb
RW
16042 # ... but there are two gotchas:
16043 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16044 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 16045 # In both cases, we have to default to `cp -pR'.
81ecdfbb 16046 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 16047 as_ln_s='cp -pR'
81ecdfbb
RW
16048 elif ln conf$$.file conf$$ 2>/dev/null; then
16049 as_ln_s=ln
16050 else
d0ac1c44 16051 as_ln_s='cp -pR'
252b5132 16052 fi
42ecbf5e 16053else
d0ac1c44 16054 as_ln_s='cp -pR'
252b5132 16055fi
81ecdfbb
RW
16056rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16057rmdir conf$$.dir 2>/dev/null
16058
16059
16060# as_fn_mkdir_p
16061# -------------
16062# Create "$as_dir" as a directory, including parents if necessary.
16063as_fn_mkdir_p ()
16064{
16065
16066 case $as_dir in #(
16067 -*) as_dir=./$as_dir;;
16068 esac
16069 test -d "$as_dir" || eval $as_mkdir_p || {
16070 as_dirs=
16071 while :; do
16072 case $as_dir in #(
16073 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16074 *) as_qdir=$as_dir;;
16075 esac
16076 as_dirs="'$as_qdir' $as_dirs"
16077 as_dir=`$as_dirname -- "$as_dir" ||
16078$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16079 X"$as_dir" : 'X\(//\)[^/]' \| \
16080 X"$as_dir" : 'X\(//\)$' \| \
16081 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16082$as_echo X"$as_dir" |
16083 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16084 s//\1/
16085 q
16086 }
16087 /^X\(\/\/\)[^/].*/{
16088 s//\1/
16089 q
16090 }
16091 /^X\(\/\/\)$/{
16092 s//\1/
16093 q
16094 }
16095 /^X\(\/\).*/{
16096 s//\1/
16097 q
16098 }
16099 s/.*/./; q'`
16100 test -d "$as_dir" && break
16101 done
16102 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 16103 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 16104
252b5132 16105
81ecdfbb 16106} # as_fn_mkdir_p
42ecbf5e 16107if mkdir -p . 2>/dev/null; then
81ecdfbb 16108 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
16109else
16110 test -d ./-p && rmdir ./-p
16111 as_mkdir_p=false
16112fi
81ecdfbb 16113
d0ac1c44
SM
16114
16115# as_fn_executable_p FILE
16116# -----------------------
16117# Test if FILE is an executable regular file.
16118as_fn_executable_p ()
16119{
16120 test -f "$1" && test -x "$1"
16121} # as_fn_executable_p
16122as_test_x='test -x'
16123as_executable_p=as_fn_executable_p
252b5132 16124
42ecbf5e
DJ
16125# Sed expression to map a string onto a valid CPP name.
16126as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16127
16128# Sed expression to map a string onto a valid variable name.
16129as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16130
16131
42ecbf5e 16132exec 6>&1
81ecdfbb
RW
16133## ----------------------------------- ##
16134## Main body of $CONFIG_STATUS script. ##
16135## ----------------------------------- ##
16136_ASEOF
16137test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 16138
81ecdfbb
RW
16139cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16140# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 16141# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
16142# values after options handling.
16143ac_log="
573fe3fb 16144This file was extended by binutils $as_me 2.36.50, which was
d0ac1c44 16145generated by GNU Autoconf 2.69. Invocation command line was
42ecbf5e
DJ
16146
16147 CONFIG_FILES = $CONFIG_FILES
16148 CONFIG_HEADERS = $CONFIG_HEADERS
16149 CONFIG_LINKS = $CONFIG_LINKS
16150 CONFIG_COMMANDS = $CONFIG_COMMANDS
16151 $ $0 $@
16152
81ecdfbb
RW
16153on `(hostname || uname -n) 2>/dev/null | sed 1q`
16154"
16155
42ecbf5e
DJ
16156_ACEOF
16157
81ecdfbb
RW
16158case $ac_config_files in *"
16159"*) set x $ac_config_files; shift; ac_config_files=$*;;
16160esac
252b5132 16161
81ecdfbb
RW
16162case $ac_config_headers in *"
16163"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16164esac
e5a52504
MM
16165
16166
81ecdfbb
RW
16167cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16168# Files that config.status was made for.
16169config_files="$ac_config_files"
16170config_headers="$ac_config_headers"
16171config_commands="$ac_config_commands"
d15b04bd 16172
81ecdfbb 16173_ACEOF
42ecbf5e 16174
81ecdfbb 16175cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 16176ac_cs_usage="\
81ecdfbb
RW
16177\`$as_me' instantiates files and other configuration actions
16178from templates according to the current configuration. Unless the files
16179and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 16180
81ecdfbb 16181Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
16182
16183 -h, --help print this help, then exit
81ecdfbb 16184 -V, --version print version number and configuration settings, then exit
d0ac1c44 16185 --config print configuration, then exit
81ecdfbb
RW
16186 -q, --quiet, --silent
16187 do not print progress messages
42ecbf5e
DJ
16188 -d, --debug don't remove temporary files
16189 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
16190 --file=FILE[:TEMPLATE]
16191 instantiate the configuration file FILE
16192 --header=FILE[:TEMPLATE]
16193 instantiate the configuration header FILE
42ecbf5e
DJ
16194
16195Configuration files:
16196$config_files
16197
16198Configuration headers:
16199$config_headers
16200
16201Configuration commands:
16202$config_commands
16203
81ecdfbb 16204Report bugs to the package provider."
42ecbf5e 16205
81ecdfbb
RW
16206_ACEOF
16207cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 16208ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42ecbf5e 16209ac_cs_version="\\
573fe3fb 16210binutils config.status 2.36.50
d0ac1c44
SM
16211configured by $0, generated by GNU Autoconf 2.69,
16212 with options \\"\$ac_cs_config\\"
42ecbf5e 16213
d0ac1c44 16214Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
16215This config.status script is free software; the Free Software Foundation
16216gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
16217
16218ac_pwd='$ac_pwd'
16219srcdir='$srcdir'
16220INSTALL='$INSTALL'
16221MKDIR_P='$MKDIR_P'
16222AWK='$AWK'
16223test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
16224_ACEOF
16225
81ecdfbb
RW
16226cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16227# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
16228ac_need_defaults=:
16229while test $# != 0
16230do
16231 case $1 in
d0ac1c44 16232 --*=?*)
81ecdfbb
RW
16233 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16234 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
16235 ac_shift=:
16236 ;;
d0ac1c44
SM
16237 --*=)
16238 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16239 ac_optarg=
16240 ac_shift=:
16241 ;;
81ecdfbb 16242 *)
42ecbf5e
DJ
16243 ac_option=$1
16244 ac_optarg=$2
16245 ac_shift=shift
16246 ;;
42ecbf5e
DJ
16247 esac
16248
16249 case $ac_option in
16250 # Handling of the options.
42ecbf5e
DJ
16251 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16252 ac_cs_recheck=: ;;
81ecdfbb
RW
16253 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16254 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
16255 --config | --confi | --conf | --con | --co | --c )
16256 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 16257 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
16258 debug=: ;;
16259 --file | --fil | --fi | --f )
16260 $ac_shift
81ecdfbb
RW
16261 case $ac_optarg in
16262 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 16263 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
16264 esac
16265 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
16266 ac_need_defaults=false;;
16267 --header | --heade | --head | --hea )
16268 $ac_shift
81ecdfbb
RW
16269 case $ac_optarg in
16270 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16271 esac
16272 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 16273 ac_need_defaults=false;;
81ecdfbb
RW
16274 --he | --h)
16275 # Conflict between --help and --header
d0ac1c44 16276 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
16277Try \`$0 --help' for more information.";;
16278 --help | --hel | -h )
16279 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
16280 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16281 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16282 ac_cs_silent=: ;;
16283
16284 # This is an error.
d0ac1c44 16285 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 16286Try \`$0 --help' for more information." ;;
42ecbf5e 16287
81ecdfbb
RW
16288 *) as_fn_append ac_config_targets " $1"
16289 ac_need_defaults=false ;;
42ecbf5e
DJ
16290
16291 esac
16292 shift
16293done
16294
16295ac_configure_extra_args=
16296
16297if $ac_cs_silent; then
16298 exec 6>/dev/null
16299 ac_configure_extra_args="$ac_configure_extra_args --silent"
16300fi
16301
16302_ACEOF
81ecdfbb 16303cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 16304if \$ac_cs_recheck; then
d0ac1c44 16305 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
16306 shift
16307 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16308 CONFIG_SHELL='$SHELL'
16309 export CONFIG_SHELL
16310 exec "\$@"
42ecbf5e
DJ
16311fi
16312
16313_ACEOF
81ecdfbb
RW
16314cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16315exec 5>>config.log
16316{
16317 echo
16318 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16319## Running $as_me. ##
16320_ASBOX
16321 $as_echo "$ac_log"
16322} >&5
42ecbf5e 16323
81ecdfbb
RW
16324_ACEOF
16325cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 16326#
81ecdfbb 16327# INIT-COMMANDS
d15b04bd 16328#
42ecbf5e 16329AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
16330
16331
16332# The HP-UX ksh and POSIX shell print the target directory to stdout
16333# if CDPATH is set.
16334(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16335
16336sed_quote_subst='$sed_quote_subst'
16337double_quote_subst='$double_quote_subst'
16338delay_variable_subst='$delay_variable_subst'
3725885a
RW
16339macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16340macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16341enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16342enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16343pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16344enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16345SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16346ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16347host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16348host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16349host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16350build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16351build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16352build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16353SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16354Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16355GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16356EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16357FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16358LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16359NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16360LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16361max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16362ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16363exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16364lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16365lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16366lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16367reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16368reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16369OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16370deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16371file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16372AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16373AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16374STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16375RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16376old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16377old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16378old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16379lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16380CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16381CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16382compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16383GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16384lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16385lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16386lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16387lt_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"`'
16388objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16389MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16390lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 16391lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 16392lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
16393lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16394lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16395need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16396DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16397NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16398LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16399OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16400OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16401libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16402shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16403extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16404archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16405enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16406export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16407whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16408compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16409old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16410old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16411archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16412archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16413module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16414module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16415with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16416allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16417no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16418hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16419hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16420hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16421hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16422hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16423hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16424hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16425hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16426inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16427link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 16428fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
16429always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16430export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16431exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16432include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16433prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16434file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16435variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16436need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16437need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16438version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16439runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16440shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16441shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16442libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16443library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16444soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16445install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16446postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16447postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16448finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16449finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16450hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16451sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16452sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16453hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16454enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16455enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16456enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16457old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16458striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
16459
16460LTCC='$LTCC'
16461LTCFLAGS='$LTCFLAGS'
16462compiler='$compiler_DEFAULT'
16463
3725885a
RW
16464# A function that is used when there is no print builtin or printf.
16465func_fallback_echo ()
16466{
16467 eval 'cat <<_LTECHO_EOF
16468\$1
16469_LTECHO_EOF'
16470}
16471
d7040cdb 16472# Quote evaled strings.
3725885a
RW
16473for var in SHELL \
16474ECHO \
16475SED \
d7040cdb
SE
16476GREP \
16477EGREP \
16478FGREP \
16479LD \
16480NM \
16481LN_S \
16482lt_SP2NL \
16483lt_NL2SP \
16484reload_flag \
718a6fd8 16485OBJDUMP \
d7040cdb
SE
16486deplibs_check_method \
16487file_magic_cmd \
16488AR \
16489AR_FLAGS \
16490STRIP \
16491RANLIB \
16492CC \
16493CFLAGS \
16494compiler \
16495lt_cv_sys_global_symbol_pipe \
16496lt_cv_sys_global_symbol_to_cdecl \
16497lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 16498lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 16499lt_prog_compiler_no_builtin_flag \
df7b86aa 16500lt_prog_compiler_wl \
f2c621e4 16501lt_prog_compiler_pic \
d7040cdb
SE
16502lt_prog_compiler_static \
16503lt_cv_prog_compiler_c_o \
16504need_locks \
718a6fd8
SE
16505DSYMUTIL \
16506NMEDIT \
16507LIPO \
16508OTOOL \
16509OTOOL64 \
d7040cdb
SE
16510shrext_cmds \
16511export_dynamic_flag_spec \
16512whole_archive_flag_spec \
16513compiler_needs_object \
16514with_gnu_ld \
16515allow_undefined_flag \
16516no_undefined_flag \
16517hardcode_libdir_flag_spec \
16518hardcode_libdir_flag_spec_ld \
16519hardcode_libdir_separator \
f2c621e4 16520fix_srcfile_path \
d7040cdb
SE
16521exclude_expsyms \
16522include_expsyms \
16523file_list_spec \
16524variables_saved_for_relink \
16525libname_spec \
16526library_names_spec \
16527soname_spec \
3725885a 16528install_override_mode \
d7040cdb
SE
16529finish_eval \
16530old_striplib \
16531striplib; do
3725885a 16532 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16533 *[\\\\\\\`\\"\\\$]*)
3725885a 16534 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
16535 ;;
16536 *)
16537 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16538 ;;
16539 esac
16540done
16541
16542# Double-quote double-evaled strings.
16543for var in reload_cmds \
16544old_postinstall_cmds \
16545old_postuninstall_cmds \
16546old_archive_cmds \
16547extract_expsyms_cmds \
16548old_archive_from_new_cmds \
16549old_archive_from_expsyms_cmds \
16550archive_cmds \
16551archive_expsym_cmds \
16552module_cmds \
16553module_expsym_cmds \
16554export_symbols_cmds \
16555prelink_cmds \
16556postinstall_cmds \
16557postuninstall_cmds \
16558finish_cmds \
16559sys_lib_search_path_spec \
16560sys_lib_dlsearch_path_spec; do
3725885a 16561 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16562 *[\\\\\\\`\\"\\\$]*)
3725885a 16563 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
16564 ;;
16565 *)
16566 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16567 ;;
16568 esac
16569done
16570
d7040cdb
SE
16571ac_aux_dir='$ac_aux_dir'
16572xsi_shell='$xsi_shell'
16573lt_shell_append='$lt_shell_append'
16574
16575# See if we are running on zsh, and set the options which allow our
16576# commands through without removal of \ escapes INIT.
16577if test -n "\${ZSH_VERSION+set}" ; then
16578 setopt NO_GLOB_SUBST
16579fi
16580
16581
16582 PACKAGE='$PACKAGE'
16583 VERSION='$VERSION'
16584 TIMESTAMP='$TIMESTAMP'
16585 RM='$RM'
16586 ofile='$ofile'
16587
16588
16589
20e95c23
DJ
16590# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16591 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16592 # from automake.
16593 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16594 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16595 LINGUAS="${LINGUAS-%UNSET%}"
16596
42ecbf5e
DJ
16597
16598_ACEOF
16599
81ecdfbb 16600cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 16601
81ecdfbb 16602# Handling of arguments.
42ecbf5e 16603for ac_config_target in $ac_config_targets
252b5132 16604do
81ecdfbb
RW
16605 case $ac_config_target in
16606 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16607 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16608 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16609 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16610 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16611 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16612 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16613
d0ac1c44 16614 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 16615 esac
252b5132
RH
16616done
16617
81ecdfbb 16618
42ecbf5e
DJ
16619# If the user did not use the arguments to specify the items to instantiate,
16620# then the envvar interface is used. Set only those that are not.
16621# We use the long form for the default assignment because of an extremely
16622# bizarre bug on SunOS 4.1.3.
16623if $ac_need_defaults; then
16624 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16625 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16626 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16627fi
16628
16629# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 16630# simply because there is no reason against having it here, and in addition,
42ecbf5e 16631# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
16632# Hook for its removal unless debugging.
16633# Note that there is a small window in which the directory will not be cleaned:
16634# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
16635$debug ||
16636{
d0ac1c44 16637 tmp= ac_tmp=
81ecdfbb 16638 trap 'exit_status=$?
d0ac1c44
SM
16639 : "${ac_tmp:=$tmp}"
16640 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
16641' 0
16642 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 16643}
42ecbf5e 16644# Create a (secure) tmp directory for tmp files.
e5a52504 16645
42ecbf5e 16646{
81ecdfbb 16647 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 16648 test -d "$tmp"
42ecbf5e
DJ
16649} ||
16650{
81ecdfbb
RW
16651 tmp=./conf$$-$RANDOM
16652 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
16653} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16654ac_tmp=$tmp
81ecdfbb
RW
16655
16656# Set up the scripts for CONFIG_FILES section.
16657# No need to generate them if there are no CONFIG_FILES.
16658# This happens for instance with `./config.status config.h'.
16659if test -n "$CONFIG_FILES"; then
16660
16661
16662ac_cr=`echo X | tr X '\015'`
16663# On cygwin, bash can eat \r inside `` if the user requested igncr.
16664# But we know of no other shell where ac_cr would be empty at this
16665# point, so we can use a bashism as a fallback.
16666if test "x$ac_cr" = x; then
16667 eval ac_cr=\$\'\\r\'
16668fi
16669ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16670if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 16671 ac_cs_awk_cr='\\r'
81ecdfbb
RW
16672else
16673 ac_cs_awk_cr=$ac_cr
16674fi
16675
d0ac1c44 16676echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
16677_ACEOF
16678
16679
16680{
16681 echo "cat >conf$$subs.awk <<_ACEOF" &&
16682 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16683 echo "_ACEOF"
16684} >conf$$subs.sh ||
d0ac1c44
SM
16685 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16686ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
16687ac_delim='%!_!# '
16688for ac_last_try in false false false false false :; do
16689 . ./conf$$subs.sh ||
d0ac1c44 16690 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16691
16692 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16693 if test $ac_delim_n = $ac_delim_num; then
16694 break
16695 elif $ac_last_try; then
d0ac1c44 16696 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16697 else
16698 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16699 fi
16700done
16701rm -f conf$$subs.sh
16702
16703cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 16704cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
16705_ACEOF
16706sed -n '
16707h
16708s/^/S["/; s/!.*/"]=/
16709p
16710g
16711s/^[^!]*!//
16712:repl
16713t repl
16714s/'"$ac_delim"'$//
16715t delim
16716:nl
16717h
d0ac1c44 16718s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16719t more1
16720s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16721p
16722n
16723b repl
16724:more1
16725s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16726p
16727g
16728s/.\{148\}//
16729t nl
16730:delim
16731h
d0ac1c44 16732s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16733t more2
16734s/["\\]/\\&/g; s/^/"/; s/$/"/
16735p
16736b
16737:more2
16738s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16739p
16740g
16741s/.\{148\}//
16742t delim
16743' <conf$$subs.awk | sed '
16744/^[^""]/{
16745 N
16746 s/\n//
16747}
16748' >>$CONFIG_STATUS || ac_write_fail=1
16749rm -f conf$$subs.awk
16750cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16751_ACAWK
d0ac1c44 16752cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
16753 for (key in S) S_is_set[key] = 1
16754 FS = "\a"
16755
16756}
42ecbf5e 16757{
81ecdfbb
RW
16758 line = $ 0
16759 nfields = split(line, field, "@")
16760 substed = 0
16761 len = length(field[1])
16762 for (i = 2; i < nfields; i++) {
16763 key = field[i]
16764 keylen = length(key)
16765 if (S_is_set[key]) {
16766 value = S[key]
16767 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16768 len += length(value) + length(field[++i])
16769 substed = 1
16770 } else
16771 len += 1 + keylen
16772 }
16773
16774 print line
42ecbf5e
DJ
16775}
16776
81ecdfbb
RW
16777_ACAWK
16778_ACEOF
16779cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16780if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16781 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16782else
16783 cat
d0ac1c44
SM
16784fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16785 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
16786_ACEOF
16787
d0ac1c44
SM
16788# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16789# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
16790# trailing colons and then remove the whole line if VPATH becomes empty
16791# (actually we leave an empty line to preserve line numbers).
16792if test "x$srcdir" = x.; then
d0ac1c44
SM
16793 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16794h
16795s///
16796s/^/:/
16797s/[ ]*$/:/
16798s/:\$(srcdir):/:/g
16799s/:\${srcdir}:/:/g
16800s/:@srcdir@:/:/g
16801s/^:*//
81ecdfbb 16802s/:*$//
d0ac1c44
SM
16803x
16804s/\(=[ ]*\).*/\1/
16805G
16806s/\n//
81ecdfbb
RW
16807s/^[^=]*=[ ]*$//
16808}'
16809fi
e5a52504 16810
81ecdfbb
RW
16811cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16812fi # test -n "$CONFIG_FILES"
252b5132 16813
81ecdfbb
RW
16814# Set up the scripts for CONFIG_HEADERS section.
16815# No need to generate them if there are no CONFIG_HEADERS.
16816# This happens for instance with `./config.status Makefile'.
16817if test -n "$CONFIG_HEADERS"; then
d0ac1c44 16818cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb 16819BEGIN {
42ecbf5e
DJ
16820_ACEOF
16821
81ecdfbb
RW
16822# Transform confdefs.h into an awk script `defines.awk', embedded as
16823# here-document in config.status, that substitutes the proper values into
16824# config.h.in to produce config.h.
16825
16826# Create a delimiter string that does not exist in confdefs.h, to ease
16827# handling of long lines.
16828ac_delim='%!_!# '
16829for ac_last_try in false false :; do
d0ac1c44
SM
16830 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16831 if test -z "$ac_tt"; then
81ecdfbb
RW
16832 break
16833 elif $ac_last_try; then
d0ac1c44 16834 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
16835 else
16836 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 16837 fi
81ecdfbb 16838done
252b5132 16839
81ecdfbb
RW
16840# For the awk script, D is an array of macro values keyed by name,
16841# likewise P contains macro parameters if any. Preserve backslash
16842# newline sequences.
16843
16844ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16845sed -n '
16846s/.\{148\}/&'"$ac_delim"'/g
16847t rset
16848:rset
16849s/^[ ]*#[ ]*define[ ][ ]*/ /
16850t def
16851d
16852:def
16853s/\\$//
16854t bsnl
16855s/["\\]/\\&/g
16856s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16857D["\1"]=" \3"/p
16858s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16859d
16860:bsnl
16861s/["\\]/\\&/g
16862s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16863D["\1"]=" \3\\\\\\n"\\/p
16864t cont
16865s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16866t cont
16867d
16868:cont
16869n
16870s/.\{148\}/&'"$ac_delim"'/g
16871t clear
16872:clear
16873s/\\$//
16874t bsnlc
16875s/["\\]/\\&/g; s/^/"/; s/$/"/p
16876d
16877:bsnlc
16878s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16879b cont
16880' <confdefs.h | sed '
16881s/'"$ac_delim"'/"\\\
16882"/g' >>$CONFIG_STATUS || ac_write_fail=1
16883
16884cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16885 for (key in D) D_is_set[key] = 1
16886 FS = "\a"
16887}
16888/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16889 line = \$ 0
16890 split(line, arg, " ")
16891 if (arg[1] == "#") {
16892 defundef = arg[2]
16893 mac1 = arg[3]
16894 } else {
16895 defundef = substr(arg[1], 2)
16896 mac1 = arg[2]
16897 }
16898 split(mac1, mac2, "(") #)
16899 macro = mac2[1]
16900 prefix = substr(line, 1, index(line, defundef) - 1)
16901 if (D_is_set[macro]) {
16902 # Preserve the white space surrounding the "#".
16903 print prefix "define", macro P[macro] D[macro]
16904 next
16905 } else {
16906 # Replace #undef with comments. This is necessary, for example,
16907 # in the case of _POSIX_SOURCE, which is predefined and required
16908 # on some systems where configure will not decide to define it.
16909 if (defundef == "undef") {
16910 print "/*", prefix defundef, macro, "*/"
16911 next
16912 }
16913 }
16914}
16915{ print }
16916_ACAWK
42ecbf5e 16917_ACEOF
81ecdfbb 16918cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 16919 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb
RW
16920fi # test -n "$CONFIG_HEADERS"
16921
16922
16923eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16924shift
16925for ac_tag
16926do
16927 case $ac_tag in
16928 :[FHLC]) ac_mode=$ac_tag; continue;;
16929 esac
16930 case $ac_mode$ac_tag in
16931 :[FHL]*:*);;
d0ac1c44 16932 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
16933 :[FH]-) ac_tag=-:-;;
16934 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16935 esac
16936 ac_save_IFS=$IFS
16937 IFS=:
16938 set x $ac_tag
16939 IFS=$ac_save_IFS
16940 shift
16941 ac_file=$1
16942 shift
16943
16944 case $ac_mode in
16945 :L) ac_source=$1;;
16946 :[FH])
16947 ac_file_inputs=
16948 for ac_f
16949 do
16950 case $ac_f in
d0ac1c44 16951 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
16952 *) # Look for the file first in the build tree, then in the source tree
16953 # (if the path is not absolute). The absolute path cannot be DOS-style,
16954 # because $ac_f cannot contain `:'.
16955 test -f "$ac_f" ||
16956 case $ac_f in
16957 [\\/$]*) false;;
16958 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16959 esac ||
d0ac1c44 16960 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
16961 esac
16962 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16963 as_fn_append ac_file_inputs " '$ac_f'"
16964 done
16965
16966 # Let's still pretend it is `configure' which instantiates (i.e., don't
16967 # use $as_me), people would be surprised to read:
16968 # /* config.h. Generated by config.status. */
16969 configure_input='Generated from '`
16970 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16971 `' by configure.'
16972 if test x"$ac_file" != x-; then
16973 configure_input="$ac_file. $configure_input"
16974 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16975$as_echo "$as_me: creating $ac_file" >&6;}
16976 fi
16977 # Neutralize special characters interpreted by sed in replacement strings.
16978 case $configure_input in #(
16979 *\&* | *\|* | *\\* )
16980 ac_sed_conf_input=`$as_echo "$configure_input" |
16981 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16982 *) ac_sed_conf_input=$configure_input;;
16983 esac
16984
16985 case $ac_tag in
d0ac1c44
SM
16986 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16987 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
16988 esac
16989 ;;
252b5132
RH
16990 esac
16991
81ecdfbb 16992 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
16993$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16994 X"$ac_file" : 'X\(//\)[^/]' \| \
16995 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16996 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16997$as_echo X"$ac_file" |
16998 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16999 s//\1/
17000 q
17001 }
17002 /^X\(\/\/\)[^/].*/{
17003 s//\1/
17004 q
17005 }
17006 /^X\(\/\/\)$/{
17007 s//\1/
17008 q
17009 }
17010 /^X\(\/\).*/{
17011 s//\1/
17012 q
17013 }
17014 s/.*/./; q'`
17015 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 17016 ac_builddir=.
e5a52504 17017
81ecdfbb
RW
17018case "$ac_dir" in
17019.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17020*)
17021 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17022 # A ".." for each directory in $ac_dir_suffix.
17023 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17024 case $ac_top_builddir_sub in
17025 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17026 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17027 esac ;;
17028esac
17029ac_abs_top_builddir=$ac_pwd
17030ac_abs_builddir=$ac_pwd$ac_dir_suffix
17031# for backward compatibility:
17032ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
17033
17034case $srcdir in
81ecdfbb 17035 .) # We are building in place.
42ecbf5e 17036 ac_srcdir=.
81ecdfbb
RW
17037 ac_top_srcdir=$ac_top_builddir_sub
17038 ac_abs_top_srcdir=$ac_pwd ;;
17039 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 17040 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
17041 ac_top_srcdir=$srcdir
17042 ac_abs_top_srcdir=$srcdir ;;
17043 *) # Relative name.
17044 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17045 ac_top_srcdir=$ac_top_build_prefix$srcdir
17046 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 17047esac
81ecdfbb 17048ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 17049
e5a52504 17050
81ecdfbb
RW
17051 case $ac_mode in
17052 :F)
17053 #
17054 # CONFIG_FILE
17055 #
42ecbf5e
DJ
17056
17057 case $INSTALL in
17058 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
17059 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17060 esac
17061 ac_MKDIR_P=$MKDIR_P
17062 case $MKDIR_P in
17063 [\\/$]* | ?:[\\/]* ) ;;
17064 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 17065 esac
81ecdfbb 17066_ACEOF
e5a52504 17067
81ecdfbb
RW
17068cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17069# If the template does not know about datarootdir, expand it.
17070# FIXME: This hack should be removed a few years after 2.60.
17071ac_datarootdir_hack=; ac_datarootdir_seen=
17072ac_sed_dataroot='
17073/datarootdir/ {
17074 p
17075 q
17076}
17077/@datadir@/p
17078/@docdir@/p
17079/@infodir@/p
17080/@localedir@/p
17081/@mandir@/p'
17082case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17083*datarootdir*) ac_datarootdir_seen=yes;;
17084*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17086$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17087_ACEOF
17088cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17089 ac_datarootdir_hack='
17090 s&@datadir@&$datadir&g
17091 s&@docdir@&$docdir&g
17092 s&@infodir@&$infodir&g
17093 s&@localedir@&$localedir&g
17094 s&@mandir@&$mandir&g
17095 s&\\\${datarootdir}&$datarootdir&g' ;;
17096esac
42ecbf5e 17097_ACEOF
81ecdfbb
RW
17098
17099# Neutralize VPATH when `$srcdir' = `.'.
17100# Shell code in configure.ac might set extrasub.
17101# FIXME: do we really want to maintain this feature?
17102cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17103ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
17104$extrasub
17105_ACEOF
81ecdfbb 17106cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
17107:t
17108/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
17109s|@configure_input@|$ac_sed_conf_input|;t t
17110s&@top_builddir@&$ac_top_builddir_sub&;t t
17111s&@top_build_prefix@&$ac_top_build_prefix&;t t
17112s&@srcdir@&$ac_srcdir&;t t
17113s&@abs_srcdir@&$ac_abs_srcdir&;t t
17114s&@top_srcdir@&$ac_top_srcdir&;t t
17115s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17116s&@builddir@&$ac_builddir&;t t
17117s&@abs_builddir@&$ac_abs_builddir&;t t
17118s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17119s&@INSTALL@&$ac_INSTALL&;t t
17120s&@MKDIR_P@&$ac_MKDIR_P&;t t
17121$ac_datarootdir_hack
17122"
d0ac1c44
SM
17123eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17124 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
17125
17126test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
17127 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17128 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17129 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 17130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 17131which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 17132$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 17133which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 17134
d0ac1c44 17135 rm -f "$ac_tmp/stdin"
42ecbf5e 17136 case $ac_file in
d0ac1c44
SM
17137 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17138 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 17139 esac \
d0ac1c44 17140 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
17141 ;;
17142 :H)
17143 #
17144 # CONFIG_HEADER
17145 #
42ecbf5e 17146 if test x"$ac_file" != x-; then
81ecdfbb
RW
17147 {
17148 $as_echo "/* $configure_input */" \
d0ac1c44
SM
17149 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17150 } >"$ac_tmp/config.h" \
17151 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17152 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
17153 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17154$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 17155 else
81ecdfbb 17156 rm -f "$ac_file"
d0ac1c44
SM
17157 mv "$ac_tmp/config.h" "$ac_file" \
17158 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 17159 fi
42ecbf5e 17160 else
81ecdfbb 17161 $as_echo "/* $configure_input */" \
d0ac1c44
SM
17162 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17163 || as_fn_error $? "could not create -" "$LINENO" 5
252b5132 17164 fi
81ecdfbb
RW
17165# Compute "$ac_file"'s index in $config_headers.
17166_am_arg="$ac_file"
42ecbf5e
DJ
17167_am_stamp_count=1
17168for _am_header in $config_headers :; do
17169 case $_am_header in
81ecdfbb 17170 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
17171 break ;;
17172 * )
17173 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17174 esac
17175done
81ecdfbb
RW
17176echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17177$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17178 X"$_am_arg" : 'X\(//\)[^/]' \| \
17179 X"$_am_arg" : 'X\(//\)$' \| \
17180 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17181$as_echo X"$_am_arg" |
17182 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17183 s//\1/
17184 q
17185 }
17186 /^X\(\/\/\)[^/].*/{
17187 s//\1/
17188 q
17189 }
17190 /^X\(\/\/\)$/{
17191 s//\1/
17192 q
17193 }
17194 /^X\(\/\).*/{
17195 s//\1/
17196 q
17197 }
17198 s/.*/./; q'`/stamp-h$_am_stamp_count
17199 ;;
42ecbf5e 17200
81ecdfbb
RW
17201 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17202$as_echo "$as_me: executing $ac_file commands" >&6;}
17203 ;;
17204 esac
e5a52504 17205
42ecbf5e 17206
81ecdfbb
RW
17207 case $ac_file$ac_mode in
17208 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 17209 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
17210 # are listed without --file. Let's play safe and only enable the eval
17211 # if we detect the quoting.
17212 case $CONFIG_FILES in
17213 *\'*) eval set x "$CONFIG_FILES" ;;
17214 *) set x $CONFIG_FILES ;;
17215 esac
17216 shift
17217 for mf
17218 do
17219 # Strip MF so we end up with the name of the file.
17220 mf=`echo "$mf" | sed -e 's/:.*$//'`
17221 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 17222 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
17223 # some people rename them; so instead we look at the file content.
17224 # Grep'ing the first line is not enough: some people post-process
17225 # each Makefile.in and add a new line on top of each file to say so.
17226 # Grep'ing the whole file is not good either: AIX grep has a line
17227 # limit of 2048, but all sed's we know have understand at least 4000.
17228 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17229 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
17230$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17231 X"$mf" : 'X\(//\)[^/]' \| \
17232 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
17233 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17234$as_echo X"$mf" |
17235 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17236 s//\1/
17237 q
17238 }
17239 /^X\(\/\/\)[^/].*/{
17240 s//\1/
17241 q
17242 }
17243 /^X\(\/\/\)$/{
17244 s//\1/
17245 q
17246 }
17247 /^X\(\/\).*/{
17248 s//\1/
17249 q
17250 }
17251 s/.*/./; q'`
17252 else
17253 continue
17254 fi
17255 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 17256 # from the Makefile without running 'make'.
81ecdfbb
RW
17257 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17258 test -z "$DEPDIR" && continue
17259 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 17260 test -z "$am__include" && continue
81ecdfbb 17261 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
17262 # Find all dependency output files, they are included files with
17263 # $(DEPDIR) in their names. We invoke sed twice because it is the
17264 # simplest approach to changing $(DEPDIR) to its actual value in the
17265 # expansion.
17266 for file in `sed -n "
17267 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 17268 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
17269 # Make sure the directory exists.
17270 test -f "$dirpart/$file" && continue
17271 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
17272$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17273 X"$file" : 'X\(//\)[^/]' \| \
17274 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
17275 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17276$as_echo X"$file" |
17277 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17278 s//\1/
17279 q
17280 }
17281 /^X\(\/\/\)[^/].*/{
17282 s//\1/
17283 q
17284 }
17285 /^X\(\/\/\)$/{
17286 s//\1/
17287 q
17288 }
17289 /^X\(\/\).*/{
17290 s//\1/
17291 q
17292 }
17293 s/.*/./; q'`
17294 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17295 # echo "creating $dirpart/$file"
17296 echo '# dummy' > "$dirpart/$file"
42ecbf5e 17297 done
42ecbf5e 17298 done
81ecdfbb 17299}
d7040cdb 17300 ;;
81ecdfbb 17301 "libtool":C)
d7040cdb
SE
17302
17303 # See if we are running on zsh, and set the options which allow our
17304 # commands through without removal of \ escapes.
17305 if test -n "${ZSH_VERSION+set}" ; then
17306 setopt NO_GLOB_SUBST
17307 fi
17308
17309 cfgfile="${ofile}T"
17310 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17311 $RM "$cfgfile"
17312
17313 cat <<_LT_EOF >> "$cfgfile"
17314#! $SHELL
17315
17316# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 17317# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
17318# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17319# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17320#
718a6fd8 17321# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 17322# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 17323# Written by Gordon Matzigkeit, 1996
d7040cdb 17324#
718a6fd8 17325# This file is part of GNU Libtool.
d7040cdb 17326#
718a6fd8
SE
17327# GNU Libtool is free software; you can redistribute it and/or
17328# modify it under the terms of the GNU General Public License as
17329# published by the Free Software Foundation; either version 2 of
17330# the License, or (at your option) any later version.
d7040cdb 17331#
718a6fd8
SE
17332# As a special exception to the GNU General Public License,
17333# if you distribute this file as part of a program or library that
17334# is built using GNU Libtool, you may include this file under the
17335# same distribution terms that you use for the rest of that program.
d7040cdb 17336#
718a6fd8
SE
17337# GNU Libtool is distributed in the hope that it will be useful,
17338# but WITHOUT ANY WARRANTY; without even the implied warranty of
17339# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17340# GNU General Public License for more details.
d7040cdb 17341#
718a6fd8
SE
17342# You should have received a copy of the GNU General Public License
17343# along with GNU Libtool; see the file COPYING. If not, a copy
17344# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17345# obtained by writing to the Free Software Foundation, Inc.,
17346# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
17347
17348
17349# The names of the tagged configurations supported by this script.
17350available_tags=""
17351
17352# ### BEGIN LIBTOOL CONFIG
17353
17354# Which release of libtool.m4 was used?
17355macro_version=$macro_version
17356macro_revision=$macro_revision
17357
17358# Whether or not to build shared libraries.
17359build_libtool_libs=$enable_shared
17360
17361# Whether or not to build static libraries.
17362build_old_libs=$enable_static
17363
17364# What type of objects to build.
17365pic_mode=$pic_mode
17366
17367# Whether or not to optimize for fast installation.
17368fast_install=$enable_fast_install
17369
3725885a
RW
17370# Shell to use when invoking shell scripts.
17371SHELL=$lt_SHELL
17372
17373# An echo program that protects backslashes.
17374ECHO=$lt_ECHO
17375
d7040cdb
SE
17376# The host system.
17377host_alias=$host_alias
17378host=$host
17379host_os=$host_os
17380
17381# The build system.
17382build_alias=$build_alias
17383build=$build
17384build_os=$build_os
17385
17386# A sed program that does not truncate output.
17387SED=$lt_SED
17388
17389# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17390Xsed="\$SED -e 1s/^X//"
17391
17392# A grep program that handles long lines.
17393GREP=$lt_GREP
17394
17395# An ERE matcher.
17396EGREP=$lt_EGREP
17397
17398# A literal string matcher.
17399FGREP=$lt_FGREP
17400
17401# A BSD- or MS-compatible name lister.
17402NM=$lt_NM
17403
17404# Whether we need soft or hard links.
17405LN_S=$lt_LN_S
17406
17407# What is the maximum length of a command?
17408max_cmd_len=$max_cmd_len
17409
17410# Object file suffix (normally "o").
17411objext=$ac_objext
17412
17413# Executable file suffix (normally "").
17414exeext=$exeext
17415
17416# whether the shell understands "unset".
17417lt_unset=$lt_unset
17418
17419# turn spaces into newlines.
17420SP2NL=$lt_lt_SP2NL
17421
17422# turn newlines into spaces.
17423NL2SP=$lt_lt_NL2SP
17424
718a6fd8
SE
17425# An object symbol dumper.
17426OBJDUMP=$lt_OBJDUMP
17427
d7040cdb
SE
17428# Method to check whether dependent libraries are shared objects.
17429deplibs_check_method=$lt_deplibs_check_method
17430
f2c621e4 17431# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
17432file_magic_cmd=$lt_file_magic_cmd
17433
17434# The archiver.
17435AR=$lt_AR
17436AR_FLAGS=$lt_AR_FLAGS
17437
17438# A symbol stripping program.
17439STRIP=$lt_STRIP
17440
17441# Commands used to install an old-style archive.
17442RANLIB=$lt_RANLIB
17443old_postinstall_cmds=$lt_old_postinstall_cmds
17444old_postuninstall_cmds=$lt_old_postuninstall_cmds
17445
3725885a
RW
17446# Whether to use a lock for old archive extraction.
17447lock_old_archive_extraction=$lock_old_archive_extraction
17448
d7040cdb
SE
17449# A C compiler.
17450LTCC=$lt_CC
17451
17452# LTCC compiler flags.
17453LTCFLAGS=$lt_CFLAGS
17454
17455# Take the output of nm and produce a listing of raw symbols and C names.
17456global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17457
17458# Transform the output of nm in a proper C declaration.
17459global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17460
17461# Transform the output of nm in a C name address pair.
17462global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17463
718a6fd8
SE
17464# Transform the output of nm in a C name address pair when lib prefix is needed.
17465global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17466
d7040cdb
SE
17467# The name of the directory that contains temporary libtool files.
17468objdir=$objdir
17469
d7040cdb
SE
17470# Used to examine libraries when file_magic_cmd begins with "file".
17471MAGIC_CMD=$MAGIC_CMD
17472
17473# Must we lock files when doing compilation?
17474need_locks=$lt_need_locks
17475
718a6fd8
SE
17476# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17477DSYMUTIL=$lt_DSYMUTIL
17478
17479# Tool to change global to local symbols on Mac OS X.
17480NMEDIT=$lt_NMEDIT
17481
17482# Tool to manipulate fat objects and archives on Mac OS X.
17483LIPO=$lt_LIPO
17484
17485# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17486OTOOL=$lt_OTOOL
17487
17488# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17489OTOOL64=$lt_OTOOL64
17490
d7040cdb
SE
17491# Old archive suffix (normally "a").
17492libext=$libext
17493
17494# Shared library suffix (normally ".so").
17495shrext_cmds=$lt_shrext_cmds
17496
17497# The commands to extract the exported symbol list from a shared archive.
17498extract_expsyms_cmds=$lt_extract_expsyms_cmds
17499
17500# Variables whose values should be saved in libtool wrapper scripts and
17501# restored at link time.
17502variables_saved_for_relink=$lt_variables_saved_for_relink
17503
17504# Do we need the "lib" prefix for modules?
17505need_lib_prefix=$need_lib_prefix
17506
17507# Do we need a version for libraries?
17508need_version=$need_version
17509
17510# Library versioning type.
17511version_type=$version_type
17512
17513# Shared library runtime path variable.
17514runpath_var=$runpath_var
17515
17516# Shared library path variable.
17517shlibpath_var=$shlibpath_var
17518
17519# Is shlibpath searched before the hard-coded library search path?
17520shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17521
17522# Format of library name prefix.
17523libname_spec=$lt_libname_spec
17524
17525# List of archive names. First name is the real one, the rest are links.
17526# The last name is the one that the linker finds with -lNAME
17527library_names_spec=$lt_library_names_spec
17528
17529# The coded name of the library, if different from the real name.
17530soname_spec=$lt_soname_spec
17531
3725885a
RW
17532# Permission mode override for installation of shared libraries.
17533install_override_mode=$lt_install_override_mode
17534
d7040cdb
SE
17535# Command to use after installation of a shared archive.
17536postinstall_cmds=$lt_postinstall_cmds
17537
17538# Command to use after uninstallation of a shared archive.
17539postuninstall_cmds=$lt_postuninstall_cmds
17540
17541# Commands used to finish a libtool library installation in a directory.
17542finish_cmds=$lt_finish_cmds
17543
17544# As "finish_cmds", except a single script fragment to be evaled but
17545# not shown.
17546finish_eval=$lt_finish_eval
17547
17548# Whether we should hardcode library paths into libraries.
17549hardcode_into_libs=$hardcode_into_libs
17550
17551# Compile-time system search path for libraries.
17552sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17553
17554# Run-time system search path for libraries.
17555sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17556
17557# Whether dlopen is supported.
17558dlopen_support=$enable_dlopen
17559
17560# Whether dlopen of programs is supported.
17561dlopen_self=$enable_dlopen_self
17562
17563# Whether dlopen of statically linked programs is supported.
17564dlopen_self_static=$enable_dlopen_self_static
17565
17566# Commands to strip libraries.
17567old_striplib=$lt_old_striplib
17568striplib=$lt_striplib
17569
17570
17571# The linker used to build libraries.
17572LD=$lt_LD
17573
3725885a
RW
17574# How to create reloadable object files.
17575reload_flag=$lt_reload_flag
17576reload_cmds=$lt_reload_cmds
17577
d7040cdb
SE
17578# Commands used to build an old-style archive.
17579old_archive_cmds=$lt_old_archive_cmds
17580
17581# A language specific compiler.
17582CC=$lt_compiler
17583
17584# Is the compiler the GNU compiler?
17585with_gcc=$GCC
17586
17587# Compiler flag to turn off builtin functions.
17588no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17589
df7b86aa
NC
17590# How to pass a linker flag through the compiler.
17591wl=$lt_lt_prog_compiler_wl
17592
f2c621e4
AS
17593# Additional compiler flags for building library objects.
17594pic_flag=$lt_lt_prog_compiler_pic
17595
d7040cdb
SE
17596# Compiler flag to prevent dynamic linking.
17597link_static_flag=$lt_lt_prog_compiler_static
17598
17599# Does compiler simultaneously support -c and -o options?
17600compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17601
17602# Whether or not to add -lc for building shared libraries.
17603build_libtool_need_lc=$archive_cmds_need_lc
17604
17605# Whether or not to disallow shared libs when runtime libs are static.
17606allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17607
17608# Compiler flag to allow reflexive dlopens.
17609export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17610
17611# Compiler flag to generate shared objects directly from archives.
17612whole_archive_flag_spec=$lt_whole_archive_flag_spec
17613
17614# Whether the compiler copes with passing no objects directly.
17615compiler_needs_object=$lt_compiler_needs_object
17616
17617# Create an old-style archive from a shared archive.
17618old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17619
17620# Create a temporary old-style archive to link instead of a shared archive.
17621old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17622
17623# Commands used to build a shared archive.
17624archive_cmds=$lt_archive_cmds
17625archive_expsym_cmds=$lt_archive_expsym_cmds
17626
17627# Commands used to build a loadable module if different from building
17628# a shared archive.
17629module_cmds=$lt_module_cmds
17630module_expsym_cmds=$lt_module_expsym_cmds
17631
17632# Whether we are building with GNU ld or not.
17633with_gnu_ld=$lt_with_gnu_ld
17634
17635# Flag that allows shared libraries with undefined symbols to be built.
17636allow_undefined_flag=$lt_allow_undefined_flag
17637
17638# Flag that enforces no undefined symbols.
17639no_undefined_flag=$lt_no_undefined_flag
17640
17641# Flag to hardcode \$libdir into a binary during linking.
17642# This must work even if \$libdir does not exist
17643hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17644
17645# If ld is used when linking, flag to hardcode \$libdir into a binary
17646# during linking. This must work even if \$libdir does not exist.
17647hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17648
17649# Whether we need a single "-rpath" flag with a separated argument.
17650hardcode_libdir_separator=$lt_hardcode_libdir_separator
17651
17652# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17653# DIR into the resulting binary.
17654hardcode_direct=$hardcode_direct
17655
17656# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17657# DIR into the resulting binary and the resulting library dependency is
17658# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17659# library is relocated.
17660hardcode_direct_absolute=$hardcode_direct_absolute
17661
17662# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17663# into the resulting binary.
17664hardcode_minus_L=$hardcode_minus_L
17665
17666# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17667# into the resulting binary.
17668hardcode_shlibpath_var=$hardcode_shlibpath_var
17669
17670# Set to "yes" if building a shared library automatically hardcodes DIR
17671# into the library and all subsequent libraries and executables linked
17672# against it.
17673hardcode_automatic=$hardcode_automatic
17674
17675# Set to yes if linker adds runtime paths of dependent libraries
17676# to runtime path list.
17677inherit_rpath=$inherit_rpath
17678
17679# Whether libtool must link a program against all its dependency libraries.
17680link_all_deplibs=$link_all_deplibs
17681
f2c621e4
AS
17682# Fix the shell variable \$srcfile for the compiler.
17683fix_srcfile_path=$lt_fix_srcfile_path
17684
d7040cdb
SE
17685# Set to "yes" if exported symbols are required.
17686always_export_symbols=$always_export_symbols
17687
17688# The commands to list exported symbols.
17689export_symbols_cmds=$lt_export_symbols_cmds
17690
17691# Symbols that should not be listed in the preloaded symbols.
17692exclude_expsyms=$lt_exclude_expsyms
17693
17694# Symbols that must always be exported.
17695include_expsyms=$lt_include_expsyms
17696
17697# Commands necessary for linking programs (against libraries) with templates.
17698prelink_cmds=$lt_prelink_cmds
17699
17700# Specify filename containing input files.
17701file_list_spec=$lt_file_list_spec
17702
17703# How to hardcode a shared library path into an executable.
17704hardcode_action=$hardcode_action
17705
17706# ### END LIBTOOL CONFIG
17707
17708_LT_EOF
17709
17710 case $host_os in
17711 aix3*)
17712 cat <<\_LT_EOF >> "$cfgfile"
17713# AIX sometimes has problems with the GCC collect2 program. For some
17714# reason, if we set the COLLECT_NAMES environment variable, the problems
17715# vanish in a puff of smoke.
17716if test "X${COLLECT_NAMES+set}" != Xset; then
17717 COLLECT_NAMES=
17718 export COLLECT_NAMES
17719fi
17720_LT_EOF
17721 ;;
17722 esac
17723
17724
17725ltmain="$ac_aux_dir/ltmain.sh"
17726
17727
17728 # We use sed instead of cat because bash on DJGPP gets confused if
17729 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17730 # text mode, it properly converts lines to CR/LF. This bash problem
17731 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
17732 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17733 || (rm -f "$cfgfile"; exit 1)
17734
17735 case $xsi_shell in
17736 yes)
17737 cat << \_LT_EOF >> "$cfgfile"
17738
17739# func_dirname file append nondir_replacement
17740# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17741# otherwise set result to NONDIR_REPLACEMENT.
17742func_dirname ()
17743{
17744 case ${1} in
17745 */*) func_dirname_result="${1%/*}${2}" ;;
17746 * ) func_dirname_result="${3}" ;;
17747 esac
17748}
17749
17750# func_basename file
17751func_basename ()
17752{
17753 func_basename_result="${1##*/}"
17754}
17755
17756# func_dirname_and_basename file append nondir_replacement
17757# perform func_basename and func_dirname in a single function
17758# call:
17759# dirname: Compute the dirname of FILE. If nonempty,
17760# add APPEND to the result, otherwise set result
17761# to NONDIR_REPLACEMENT.
17762# value returned in "$func_dirname_result"
17763# basename: Compute filename of FILE.
17764# value retuned in "$func_basename_result"
17765# Implementation must be kept synchronized with func_dirname
17766# and func_basename. For efficiency, we do not delegate to
17767# those functions but instead duplicate the functionality here.
17768func_dirname_and_basename ()
17769{
17770 case ${1} in
17771 */*) func_dirname_result="${1%/*}${2}" ;;
17772 * ) func_dirname_result="${3}" ;;
17773 esac
17774 func_basename_result="${1##*/}"
17775}
17776
17777# func_stripname prefix suffix name
17778# strip PREFIX and SUFFIX off of NAME.
17779# PREFIX and SUFFIX must not contain globbing or regex special
17780# characters, hashes, percent signs, but SUFFIX may contain a leading
17781# dot (in which case that matches only a dot).
17782func_stripname ()
17783{
17784 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17785 # positional parameters, so assign one to ordinary parameter first.
17786 func_stripname_result=${3}
17787 func_stripname_result=${func_stripname_result#"${1}"}
17788 func_stripname_result=${func_stripname_result%"${2}"}
17789}
17790
17791# func_opt_split
17792func_opt_split ()
17793{
17794 func_opt_split_opt=${1%%=*}
17795 func_opt_split_arg=${1#*=}
17796}
17797
17798# func_lo2o object
17799func_lo2o ()
17800{
17801 case ${1} in
17802 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17803 *) func_lo2o_result=${1} ;;
17804 esac
17805}
17806
17807# func_xform libobj-or-source
17808func_xform ()
17809{
17810 func_xform_result=${1%.*}.lo
17811}
17812
17813# func_arith arithmetic-term...
17814func_arith ()
17815{
17816 func_arith_result=$(( $* ))
17817}
17818
17819# func_len string
17820# STRING may not start with a hyphen.
17821func_len ()
17822{
17823 func_len_result=${#1}
17824}
17825
17826_LT_EOF
17827 ;;
17828 *) # Bourne compatible functions.
17829 cat << \_LT_EOF >> "$cfgfile"
17830
17831# func_dirname file append nondir_replacement
17832# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17833# otherwise set result to NONDIR_REPLACEMENT.
17834func_dirname ()
17835{
17836 # Extract subdirectory from the argument.
17837 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17838 if test "X$func_dirname_result" = "X${1}"; then
17839 func_dirname_result="${3}"
17840 else
17841 func_dirname_result="$func_dirname_result${2}"
17842 fi
17843}
17844
17845# func_basename file
17846func_basename ()
17847{
17848 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17849}
17850
17851
17852# func_stripname prefix suffix name
17853# strip PREFIX and SUFFIX off of NAME.
17854# PREFIX and SUFFIX must not contain globbing or regex special
17855# characters, hashes, percent signs, but SUFFIX may contain a leading
17856# dot (in which case that matches only a dot).
17857# func_strip_suffix prefix name
17858func_stripname ()
17859{
17860 case ${2} in
17861 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17862 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17863 esac
17864}
17865
17866# sed scripts:
17867my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17868my_sed_long_arg='1s/^-[^=]*=//'
17869
17870# func_opt_split
17871func_opt_split ()
17872{
17873 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17874 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17875}
17876
17877# func_lo2o object
17878func_lo2o ()
17879{
17880 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17881}
17882
17883# func_xform libobj-or-source
17884func_xform ()
17885{
17886 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17887}
17888
17889# func_arith arithmetic-term...
17890func_arith ()
17891{
17892 func_arith_result=`expr "$@"`
17893}
17894
17895# func_len string
17896# STRING may not start with a hyphen.
17897func_len ()
17898{
17899 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17900}
17901
17902_LT_EOF
17903esac
17904
17905case $lt_shell_append in
17906 yes)
17907 cat << \_LT_EOF >> "$cfgfile"
17908
17909# func_append var value
17910# Append VALUE to the end of shell variable VAR.
17911func_append ()
17912{
17913 eval "$1+=\$2"
17914}
17915_LT_EOF
17916 ;;
17917 *)
17918 cat << \_LT_EOF >> "$cfgfile"
17919
17920# func_append var value
17921# Append VALUE to the end of shell variable VAR.
17922func_append ()
17923{
17924 eval "$1=\$$1\$2"
17925}
17926
17927_LT_EOF
17928 ;;
17929 esac
17930
17931
17932 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17933 || (rm -f "$cfgfile"; exit 1)
17934
17935 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
17936 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17937 chmod +x "$ofile"
17938
42ecbf5e 17939 ;;
81ecdfbb 17940 "default-1":C)
20e95c23
DJ
17941 for ac_file in $CONFIG_FILES; do
17942 # Support "outfile[:infile[:infile...]]"
17943 case "$ac_file" in
17944 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17945 esac
17946 # PO directories have a Makefile.in generated from Makefile.in.in.
17947 case "$ac_file" in */Makefile.in)
17948 # Adjust a relative srcdir.
17949 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 17950 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
17951 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17952 # In autoconf-2.13 it is called $ac_given_srcdir.
17953 # In autoconf-2.50 it is called $srcdir.
17954 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17955 case "$ac_given_srcdir" in
17956 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17957 /*) top_srcdir="$ac_given_srcdir" ;;
17958 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17959 esac
17960 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17961 rm -f "$ac_dir/POTFILES"
17962 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17963 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17964 POMAKEFILEDEPS="POTFILES.in"
17965 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17966 # on $ac_dir but don't depend on user-specified configuration
17967 # parameters.
17968 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17969 # The LINGUAS file contains the set of available languages.
17970 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 17971 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
17972 fi
17973 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17974 # Hide the ALL_LINGUAS assigment from automake.
17975 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17976 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17977 else
37a42ee9 17978 # The set of available languages was given in configure.ac.
20e95c23
DJ
17979 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17980 fi
17981 case "$ac_given_srcdir" in
17982 .) srcdirpre= ;;
17983 *) srcdirpre='$(srcdir)/' ;;
17984 esac
17985 POFILES=
17986 GMOFILES=
17987 UPDATEPOFILES=
17988 DUMMYPOFILES=
17989 for lang in $ALL_LINGUAS; do
17990 POFILES="$POFILES $srcdirpre$lang.po"
17991 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17992 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17993 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17994 done
17995 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17996 # environment variable.
17997 INST_LINGUAS=
17998 if test -n "$ALL_LINGUAS"; then
17999 for presentlang in $ALL_LINGUAS; do
18000 useit=no
18001 if test "%UNSET%" != "$LINGUAS"; then
18002 desiredlanguages="$LINGUAS"
18003 else
18004 desiredlanguages="$ALL_LINGUAS"
18005 fi
18006 for desiredlang in $desiredlanguages; do
18007 # Use the presentlang catalog if desiredlang is
18008 # a. equal to presentlang, or
18009 # b. a variant of presentlang (because in this case,
18010 # presentlang can be used as a fallback for messages
18011 # which are not translated in the desiredlang catalog).
18012 case "$desiredlang" in
18013 "$presentlang"*) useit=yes;;
18014 esac
18015 done
18016 if test $useit = yes; then
18017 INST_LINGUAS="$INST_LINGUAS $presentlang"
18018 fi
18019 done
18020 fi
18021 CATALOGS=
18022 if test -n "$INST_LINGUAS"; then
18023 for lang in $INST_LINGUAS; do
18024 CATALOGS="$CATALOGS $lang.gmo"
18025 done
18026 fi
18027 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18028 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"
18029 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18030 if test -f "$f"; then
18031 case "$f" in
18032 *.orig | *.bak | *~) ;;
18033 *) cat "$f" >> "$ac_dir/Makefile" ;;
18034 esac
18035 fi
18036 done
18037 fi
18038 ;;
18039 esac
18040 done ;;
81ecdfbb 18041
42ecbf5e 18042 esac
81ecdfbb 18043done # for ac_tag
e5a52504 18044
42ecbf5e 18045
81ecdfbb 18046as_fn_exit 0
42ecbf5e 18047_ACEOF
42ecbf5e
DJ
18048ac_clean_files=$ac_clean_files_save
18049
81ecdfbb 18050test $ac_write_fail = 0 ||
d0ac1c44 18051 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 18052
42ecbf5e
DJ
18053
18054# configure is writing to config.log, and then calls config.status.
18055# config.status does its own redirection, appending to config.log.
18056# Unfortunately, on DOS this fails, as config.log is still kept open
18057# by configure, so config.status won't be able to write to it; its
18058# output is simply discarded. So we exec the FD to /dev/null,
18059# effectively closing config.log, so it can be properly (re)opened and
18060# appended to by config.status. When coming back to configure, we
18061# need to make the FD available again.
18062if test "$no_create" != yes; then
18063 ac_cs_success=:
18064 ac_config_status_args=
18065 test "$silent" = yes &&
18066 ac_config_status_args="$ac_config_status_args --quiet"
18067 exec 5>/dev/null
18068 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18069 exec 5>>config.log
18070 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18071 # would make configure fail if this is the last instruction.
d0ac1c44 18072 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
18073fi
18074if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18076$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 18077fi
252b5132 18078
d546b610
L
18079
18080
18081touch config.status.tmp
18082if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
18083 sed '/as_fn_exit 0/i \
18084sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
18085touch --reference=Makefile Makefile.tmp \
18086mv Makefile.tmp Makefile \
18087' config.status > config.status.tmp
18088 touch --reference=config.status config.status.tmp
18089 mv config.status.tmp config.status
18090 chmod +x config.status
18091 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
18092 touch --reference=Makefile Makefile.tmp
18093 mv Makefile.tmp Makefile
18094else
18095 rm -f config.status.tmp
18096fi
This page took 2.117881 seconds and 4 git commands to generate.