config/debuginfod.m4: Use PKG_CHECK_MODULES
[deliverable/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
b19d852d 3# Generated by GNU Autoconf 2.69 for binutils 2.35.50.
d0ac1c44
SM
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
252b5132
RH
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
42ecbf5e 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
42ecbf5e 31fi
42ecbf5e 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
42ecbf5e
DJ
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
42ecbf5e
DJ
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3725885a
RW
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
42ecbf5e 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
42ecbf5e 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
42ecbf5e 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
42ecbf5e 410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
435 as_basename=basename
436else
437 as_basename=false
438fi
439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
42ecbf5e 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
42ecbf5e 464
42ecbf5e
DJ
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
42ecbf5e 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
42ecbf5e 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
42ecbf5e 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
42ecbf5e 490 t loop
81ecdfbb 491 s/-\n.*//
42ecbf5e 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
42ecbf5e 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
42ecbf5e
DJ
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
42ecbf5e
DJ
504 # Exit status is that of the last command.
505 exit
506}
507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
42ecbf5e
DJ
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
42ecbf5e 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
42ecbf5e 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
42ecbf5e 541 fi
42ecbf5e 542else
d0ac1c44 543 as_ln_s='cp -pR'
42ecbf5e 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
42ecbf5e
DJ
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
42ecbf5e
DJ
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
d7040cdb
SE
564SHELL=${CONFIG_SHELL-/bin/sh}
565
d7040cdb 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
81ecdfbb 569
42ecbf5e 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
42ecbf5e
DJ
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 574
42ecbf5e
DJ
575#
576# Initializations.
577#
252b5132 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
42ecbf5e 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
42ecbf5e
DJ
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
42ecbf5e
DJ
586
587# Identity of this package.
2e98a7bd
AM
588PACKAGE_NAME='binutils'
589PACKAGE_TARNAME='binutils'
b19d852d
NC
590PACKAGE_VERSION='2.35.50'
591PACKAGE_STRING='binutils 2.35.50'
2e98a7bd
AM
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
42ecbf5e
DJ
594
595ac_unique_file="ar.c"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
42ecbf5e
DJ
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
42ecbf5e
DJ
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
42ecbf5e
DJ
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
42ecbf5e
DJ
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
42ecbf5e
DJ
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
42ecbf5e
DJ
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
42ecbf5e 623# include <inttypes.h>
42ecbf5e 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
42ecbf5e
DJ
629# include <unistd.h>
630#endif"
631
34156b23 632ac_header_list=
81ecdfbb
RW
633ac_subst_vars='am__EXEEXT_FALSE
634am__EXEEXT_TRUE
635LTLIBOBJS
636LIBOBJS
637EMULATION_VECTOR
638EMULATION
6abcee90 639OBJDUMP_PRIVATE_OFILES
81ecdfbb
RW
640OBJDUMP_DEFS
641BUILD_INSTALL_MISC
642BUILD_MISC
643BUILD_DLLWRAP
644BUILD_WINDMC
645BUILD_WINDRES
646DLLTOOL_DEFS
647BUILD_DLLTOOL
648BUILD_SRCONV
81ecdfbb
RW
649LTLIBICONV
650LIBICONV
0ee42ecd
L
651zlibinc
652zlibdir
81ecdfbb
RW
653ALLOCA
654DEMANGLER_NAME
655EXEEXT_FOR_BUILD
656CC_FOR_BUILD
657HDEFINES
658GENINSRC_NEVER_FALSE
659GENINSRC_NEVER_TRUE
660MAINT
661MAINTAINER_MODE_FALSE
662MAINTAINER_MODE_TRUE
663MSGMERGE
664MSGFMT
665MKINSTALLDIRS
666CATOBJEXT
667GENCAT
668INSTOBJEXT
669DATADIRNAME
670CATALOGS
671POSUB
672GMSGFMT
673XGETTEXT
674INCINTL
675LIBINTL_DEP
676LIBINTL
677USE_NLS
678LEXLIB
679LEX_OUTPUT_ROOT
680LEX
681YFLAGS
682YACC
6757cf57 683WARN_WRITE_STRINGS
81ecdfbb 684NO_WERROR
c5da1932 685WARN_CFLAGS_FOR_BUILD
81ecdfbb 686WARN_CFLAGS
094e34f2
NA
687ENABLE_LIBCTF_FALSE
688ENABLE_LIBCTF_TRUE
f6720b1c
AM
689DEBUGINFOD_LIBS
690DEBUGINFOD_CFLAGS
691PKG_CONFIG_LIBDIR
692PKG_CONFIG_PATH
693PKG_CONFIG
81ecdfbb
RW
694OTOOL64
695OTOOL
696LIPO
697NMEDIT
698DSYMUTIL
81ecdfbb
RW
699RANLIB
700AR
701OBJDUMP
702LN_S
703NM
704ac_ct_DUMPBIN
705DUMPBIN
706LD
707FGREP
708SED
709LIBTOOL
710EGREP
711GREP
712CPP
d0ac1c44
SM
713AM_BACKSLASH
714AM_DEFAULT_VERBOSITY
715AM_DEFAULT_V
716AM_V
81ecdfbb
RW
717am__fastdepCC_FALSE
718am__fastdepCC_TRUE
719CCDEPMODE
6eb7d830 720am__nodep
81ecdfbb
RW
721AMDEPBACKSLASH
722AMDEP_FALSE
723AMDEP_TRUE
724am__quote
725am__include
726DEPDIR
727am__untar
728am__tar
729AMTAR
730am__leading_dot
731SET_MAKE
732AWK
733mkdir_p
734MKDIR_P
735INSTALL_STRIP_PROGRAM
736STRIP
737install_sh
738MAKEINFO
739AUTOHEADER
740AUTOMAKE
741AUTOCONF
742ACLOCAL
743VERSION
744PACKAGE
745CYGPATH_W
746am__isrc
747INSTALL_DATA
748INSTALL_SCRIPT
749INSTALL_PROGRAM
750OBJEXT
751EXEEXT
752ac_ct_CC
753CPPFLAGS
754LDFLAGS
755CFLAGS
756CC
757target_os
758target_vendor
759target_cpu
760target
761host_os
762host_vendor
763host_cpu
764host
765build_os
766build_vendor
767build_cpu
768build
769target_alias
770host_alias
771build_alias
772LIBS
773ECHO_T
774ECHO_N
775ECHO_C
776DEFS
777mandir
778localedir
779libdir
780psdir
781pdfdir
782dvidir
783htmldir
784infodir
785docdir
786oldincludedir
787includedir
788localstatedir
789sharedstatedir
790sysconfdir
791datadir
792datarootdir
793libexecdir
794sbindir
795bindir
796program_transform_name
797prefix
798exec_prefix
799PACKAGE_URL
800PACKAGE_BUGREPORT
801PACKAGE_STRING
802PACKAGE_VERSION
803PACKAGE_TARNAME
804PACKAGE_NAME
805PATH_SEPARATOR
806SHELL'
42ecbf5e 807ac_subst_files=''
81ecdfbb
RW
808ac_user_opts='
809enable_option_checking
810enable_dependency_tracking
d0ac1c44 811enable_silent_rules
81ecdfbb
RW
812enable_shared
813enable_static
814with_pic
815enable_fast_install
816with_gnu_ld
817enable_libtool_lock
b879806f
AM
818enable_plugins
819enable_largefile
81ecdfbb 820enable_targets
9cb80f72 821enable_deterministic_archives
7fac9594 822enable_default_strings_all
301a9420 823with_debuginfod
094e34f2 824enable_libctf
81ecdfbb
RW
825enable_werror
826enable_build_warnings
827enable_nls
828enable_maintainer_mode
0ee42ecd 829with_system_zlib
81ecdfbb
RW
830enable_rpath
831with_libiconv_prefix
9f1528a1 832with_libiconv_type
81ecdfbb
RW
833'
834 ac_precious_vars='build_alias
835host_alias
836target_alias
837CC
838CFLAGS
839LDFLAGS
840LIBS
841CPPFLAGS
842CPP
f6720b1c
AM
843PKG_CONFIG
844PKG_CONFIG_PATH
845PKG_CONFIG_LIBDIR
846DEBUGINFOD_CFLAGS
847DEBUGINFOD_LIBS
81ecdfbb
RW
848YACC
849YFLAGS'
850
252b5132
RH
851
852# Initialize some variables set by options.
42ecbf5e
DJ
853ac_init_help=
854ac_init_version=false
81ecdfbb
RW
855ac_unrecognized_opts=
856ac_unrecognized_sep=
252b5132
RH
857# The variables have the same names as the options, with
858# dashes changed to underlines.
42ecbf5e 859cache_file=/dev/null
252b5132 860exec_prefix=NONE
252b5132 861no_create=
252b5132
RH
862no_recursion=
863prefix=NONE
864program_prefix=NONE
865program_suffix=NONE
866program_transform_name=s,x,x,
867silent=
868site=
869srcdir=
252b5132
RH
870verbose=
871x_includes=NONE
872x_libraries=NONE
42ecbf5e
DJ
873
874# Installation directory options.
875# These are left unexpanded so users can "make install exec_prefix=/foo"
876# and all the variables that are supposed to be based on exec_prefix
877# by default will actually change.
878# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 879# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
880bindir='${exec_prefix}/bin'
881sbindir='${exec_prefix}/sbin'
882libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
883datarootdir='${prefix}/share'
884datadir='${datarootdir}'
252b5132
RH
885sysconfdir='${prefix}/etc'
886sharedstatedir='${prefix}/com'
887localstatedir='${prefix}/var'
252b5132
RH
888includedir='${prefix}/include'
889oldincludedir='/usr/include'
2e98a7bd 890docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
891infodir='${datarootdir}/info'
892htmldir='${docdir}'
893dvidir='${docdir}'
894pdfdir='${docdir}'
895psdir='${docdir}'
896libdir='${exec_prefix}/lib'
897localedir='${datarootdir}/locale'
898mandir='${datarootdir}/man'
252b5132 899
252b5132 900ac_prev=
81ecdfbb 901ac_dashdash=
252b5132
RH
902for ac_option
903do
252b5132
RH
904 # If the previous option needs an argument, assign it.
905 if test -n "$ac_prev"; then
81ecdfbb 906 eval $ac_prev=\$ac_option
252b5132
RH
907 ac_prev=
908 continue
909 fi
910
81ecdfbb 911 case $ac_option in
d0ac1c44
SM
912 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
913 *=) ac_optarg= ;;
914 *) ac_optarg=yes ;;
81ecdfbb 915 esac
252b5132
RH
916
917 # Accept the important Cygnus configure options, so we can diagnose typos.
918
81ecdfbb
RW
919 case $ac_dashdash$ac_option in
920 --)
921 ac_dashdash=yes ;;
252b5132
RH
922
923 -bindir | --bindir | --bindi | --bind | --bin | --bi)
924 ac_prev=bindir ;;
925 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 926 bindir=$ac_optarg ;;
252b5132
RH
927
928 -build | --build | --buil | --bui | --bu)
42ecbf5e 929 ac_prev=build_alias ;;
252b5132 930 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 931 build_alias=$ac_optarg ;;
252b5132
RH
932
933 -cache-file | --cache-file | --cache-fil | --cache-fi \
934 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
935 ac_prev=cache_file ;;
936 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
937 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
938 cache_file=$ac_optarg ;;
939
940 --config-cache | -C)
941 cache_file=config.cache ;;
252b5132 942
81ecdfbb 943 -datadir | --datadir | --datadi | --datad)
252b5132 944 ac_prev=datadir ;;
81ecdfbb 945 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 946 datadir=$ac_optarg ;;
252b5132 947
81ecdfbb
RW
948 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
949 | --dataroo | --dataro | --datar)
950 ac_prev=datarootdir ;;
951 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
952 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
953 datarootdir=$ac_optarg ;;
954
252b5132 955 -disable-* | --disable-*)
81ecdfbb 956 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 957 # Reject names that are not valid shell variable names.
81ecdfbb 958 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 959 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
960 ac_useropt_orig=$ac_useropt
961 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
962 case $ac_user_opts in
963 *"
964"enable_$ac_useropt"
965"*) ;;
966 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
967 ac_unrecognized_sep=', ';;
968 esac
969 eval enable_$ac_useropt=no ;;
970
971 -docdir | --docdir | --docdi | --doc | --do)
972 ac_prev=docdir ;;
973 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
974 docdir=$ac_optarg ;;
975
976 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
977 ac_prev=dvidir ;;
978 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
979 dvidir=$ac_optarg ;;
252b5132
RH
980
981 -enable-* | --enable-*)
81ecdfbb 982 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 983 # Reject names that are not valid shell variable names.
81ecdfbb 984 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 985 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
986 ac_useropt_orig=$ac_useropt
987 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
988 case $ac_user_opts in
989 *"
990"enable_$ac_useropt"
991"*) ;;
992 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
993 ac_unrecognized_sep=', ';;
252b5132 994 esac
81ecdfbb 995 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
996
997 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
998 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
999 | --exec | --exe | --ex)
1000 ac_prev=exec_prefix ;;
1001 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1002 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1003 | --exec=* | --exe=* | --ex=*)
42ecbf5e 1004 exec_prefix=$ac_optarg ;;
252b5132
RH
1005
1006 -gas | --gas | --ga | --g)
1007 # Obsolete; use --with-gas.
1008 with_gas=yes ;;
1009
42ecbf5e
DJ
1010 -help | --help | --hel | --he | -h)
1011 ac_init_help=long ;;
1012 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1013 ac_init_help=recursive ;;
1014 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1015 ac_init_help=short ;;
252b5132
RH
1016
1017 -host | --host | --hos | --ho)
42ecbf5e 1018 ac_prev=host_alias ;;
252b5132 1019 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 1020 host_alias=$ac_optarg ;;
252b5132 1021
81ecdfbb
RW
1022 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1023 ac_prev=htmldir ;;
1024 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1025 | --ht=*)
1026 htmldir=$ac_optarg ;;
1027
252b5132
RH
1028 -includedir | --includedir | --includedi | --included | --include \
1029 | --includ | --inclu | --incl | --inc)
1030 ac_prev=includedir ;;
1031 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1032 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 1033 includedir=$ac_optarg ;;
252b5132
RH
1034
1035 -infodir | --infodir | --infodi | --infod | --info | --inf)
1036 ac_prev=infodir ;;
1037 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 1038 infodir=$ac_optarg ;;
252b5132
RH
1039
1040 -libdir | --libdir | --libdi | --libd)
1041 ac_prev=libdir ;;
1042 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 1043 libdir=$ac_optarg ;;
252b5132
RH
1044
1045 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1046 | --libexe | --libex | --libe)
1047 ac_prev=libexecdir ;;
1048 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1049 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 1050 libexecdir=$ac_optarg ;;
252b5132 1051
81ecdfbb
RW
1052 -localedir | --localedir | --localedi | --localed | --locale)
1053 ac_prev=localedir ;;
1054 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1055 localedir=$ac_optarg ;;
1056
252b5132 1057 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1058 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1059 ac_prev=localstatedir ;;
1060 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1061 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1062 localstatedir=$ac_optarg ;;
252b5132
RH
1063
1064 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1065 ac_prev=mandir ;;
1066 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1067 mandir=$ac_optarg ;;
252b5132
RH
1068
1069 -nfp | --nfp | --nf)
1070 # Obsolete; use --without-fp.
1071 with_fp=no ;;
1072
1073 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1074 | --no-cr | --no-c | -n)
252b5132
RH
1075 no_create=yes ;;
1076
1077 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1078 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1079 no_recursion=yes ;;
1080
1081 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1082 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1083 | --oldin | --oldi | --old | --ol | --o)
1084 ac_prev=oldincludedir ;;
1085 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1086 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1087 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1088 oldincludedir=$ac_optarg ;;
252b5132
RH
1089
1090 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1091 ac_prev=prefix ;;
1092 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1093 prefix=$ac_optarg ;;
252b5132
RH
1094
1095 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1096 | --program-pre | --program-pr | --program-p)
1097 ac_prev=program_prefix ;;
1098 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1099 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1100 program_prefix=$ac_optarg ;;
252b5132
RH
1101
1102 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1103 | --program-suf | --program-su | --program-s)
1104 ac_prev=program_suffix ;;
1105 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1106 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1107 program_suffix=$ac_optarg ;;
252b5132
RH
1108
1109 -program-transform-name | --program-transform-name \
1110 | --program-transform-nam | --program-transform-na \
1111 | --program-transform-n | --program-transform- \
1112 | --program-transform | --program-transfor \
1113 | --program-transfo | --program-transf \
1114 | --program-trans | --program-tran \
1115 | --progr-tra | --program-tr | --program-t)
1116 ac_prev=program_transform_name ;;
1117 -program-transform-name=* | --program-transform-name=* \
1118 | --program-transform-nam=* | --program-transform-na=* \
1119 | --program-transform-n=* | --program-transform-=* \
1120 | --program-transform=* | --program-transfor=* \
1121 | --program-transfo=* | --program-transf=* \
1122 | --program-trans=* | --program-tran=* \
1123 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1124 program_transform_name=$ac_optarg ;;
252b5132 1125
81ecdfbb
RW
1126 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1127 ac_prev=pdfdir ;;
1128 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1129 pdfdir=$ac_optarg ;;
1130
1131 -psdir | --psdir | --psdi | --psd | --ps)
1132 ac_prev=psdir ;;
1133 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1134 psdir=$ac_optarg ;;
1135
252b5132
RH
1136 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1137 | -silent | --silent | --silen | --sile | --sil)
1138 silent=yes ;;
1139
1140 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1141 ac_prev=sbindir ;;
1142 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1143 | --sbi=* | --sb=*)
42ecbf5e 1144 sbindir=$ac_optarg ;;
252b5132
RH
1145
1146 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1147 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1148 | --sharedst | --shareds | --shared | --share | --shar \
1149 | --sha | --sh)
1150 ac_prev=sharedstatedir ;;
1151 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1152 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1153 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1154 | --sha=* | --sh=*)
42ecbf5e 1155 sharedstatedir=$ac_optarg ;;
252b5132
RH
1156
1157 -site | --site | --sit)
1158 ac_prev=site ;;
1159 -site=* | --site=* | --sit=*)
42ecbf5e 1160 site=$ac_optarg ;;
252b5132
RH
1161
1162 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1163 ac_prev=srcdir ;;
1164 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1165 srcdir=$ac_optarg ;;
252b5132
RH
1166
1167 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1168 | --syscon | --sysco | --sysc | --sys | --sy)
1169 ac_prev=sysconfdir ;;
1170 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1171 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1172 sysconfdir=$ac_optarg ;;
252b5132
RH
1173
1174 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1175 ac_prev=target_alias ;;
252b5132 1176 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1177 target_alias=$ac_optarg ;;
252b5132
RH
1178
1179 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1180 verbose=yes ;;
1181
42ecbf5e
DJ
1182 -version | --version | --versio | --versi | --vers | -V)
1183 ac_init_version=: ;;
252b5132
RH
1184
1185 -with-* | --with-*)
81ecdfbb 1186 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1187 # Reject names that are not valid shell variable names.
81ecdfbb 1188 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1189 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1190 ac_useropt_orig=$ac_useropt
1191 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1192 case $ac_user_opts in
1193 *"
1194"with_$ac_useropt"
1195"*) ;;
1196 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1197 ac_unrecognized_sep=', ';;
252b5132 1198 esac
81ecdfbb 1199 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1200
1201 -without-* | --without-*)
81ecdfbb 1202 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1203 # Reject names that are not valid shell variable names.
81ecdfbb 1204 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1205 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1206 ac_useropt_orig=$ac_useropt
1207 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1208 case $ac_user_opts in
1209 *"
1210"with_$ac_useropt"
1211"*) ;;
1212 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1213 ac_unrecognized_sep=', ';;
1214 esac
1215 eval with_$ac_useropt=no ;;
252b5132
RH
1216
1217 --x)
1218 # Obsolete; use --with-x.
1219 with_x=yes ;;
1220
1221 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1222 | --x-incl | --x-inc | --x-in | --x-i)
1223 ac_prev=x_includes ;;
1224 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1225 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1226 x_includes=$ac_optarg ;;
252b5132
RH
1227
1228 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1229 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1230 ac_prev=x_libraries ;;
1231 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1232 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1233 x_libraries=$ac_optarg ;;
252b5132 1234
d0ac1c44
SM
1235 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1236Try \`$0 --help' for more information"
252b5132
RH
1237 ;;
1238
42ecbf5e
DJ
1239 *=*)
1240 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1241 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1242 case $ac_envvar in #(
1243 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1244 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1245 esac
1246 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1247 export $ac_envvar ;;
1248
252b5132 1249 *)
42ecbf5e 1250 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1251 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1252 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1253 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1254 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1255 ;;
1256
1257 esac
1258done
1259
1260if test -n "$ac_prev"; then
42ecbf5e 1261 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1262 as_fn_error $? "missing argument to $ac_option"
252b5132
RH
1263fi
1264
81ecdfbb
RW
1265if test -n "$ac_unrecognized_opts"; then
1266 case $enable_option_checking in
1267 no) ;;
d0ac1c44 1268 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1269 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1270 esac
81ecdfbb 1271fi
252b5132 1272
81ecdfbb
RW
1273# Check all directory arguments for consistency.
1274for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1275 datadir sysconfdir sharedstatedir localstatedir includedir \
1276 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
e0b2a78c 1277 libdir localedir mandir
252b5132 1278do
81ecdfbb
RW
1279 eval ac_val=\$$ac_var
1280 # Remove trailing slashes.
42ecbf5e 1281 case $ac_val in
81ecdfbb
RW
1282 */ )
1283 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1284 eval $ac_var=\$ac_val;;
252b5132 1285 esac
81ecdfbb
RW
1286 # Be sure to have absolute directory names.
1287 case $ac_val in
1288 [\\/$]* | ?:[\\/]* ) continue;;
1289 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1290 esac
d0ac1c44 1291 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1292done
1293
42ecbf5e
DJ
1294# There might be people who depend on the old broken behavior: `$host'
1295# used to hold the argument of --host etc.
1296# FIXME: To remove some day.
1297build=$build_alias
1298host=$host_alias
1299target=$target_alias
1300
1301# FIXME: To remove some day.
1302if test "x$host_alias" != x; then
1303 if test "x$build_alias" = x; then
1304 cross_compiling=maybe
42ecbf5e
DJ
1305 elif test "x$build_alias" != "x$host_alias"; then
1306 cross_compiling=yes
1307 fi
1308fi
e5a52504 1309
42ecbf5e
DJ
1310ac_tool_prefix=
1311test -n "$host_alias" && ac_tool_prefix=$host_alias-
1312
1313test "$silent" = yes && exec 6>/dev/null
252b5132 1314
252b5132 1315
81ecdfbb
RW
1316ac_pwd=`pwd` && test -n "$ac_pwd" &&
1317ac_ls_di=`ls -di .` &&
1318ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1319 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1320test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1321 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1322
1323
252b5132
RH
1324# Find the source files, if location was not specified.
1325if test -z "$srcdir"; then
1326 ac_srcdir_defaulted=yes
81ecdfbb
RW
1327 # Try the directory containing this script, then the parent directory.
1328 ac_confdir=`$as_dirname -- "$as_myself" ||
1329$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1330 X"$as_myself" : 'X\(//\)[^/]' \| \
1331 X"$as_myself" : 'X\(//\)$' \| \
1332 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1333$as_echo X"$as_myself" |
1334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1335 s//\1/
1336 q
1337 }
1338 /^X\(\/\/\)[^/].*/{
1339 s//\1/
1340 q
1341 }
1342 /^X\(\/\/\)$/{
1343 s//\1/
1344 q
1345 }
1346 /^X\(\/\).*/{
1347 s//\1/
1348 q
1349 }
1350 s/.*/./; q'`
252b5132 1351 srcdir=$ac_confdir
81ecdfbb 1352 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1353 srcdir=..
1354 fi
1355else
1356 ac_srcdir_defaulted=no
1357fi
81ecdfbb
RW
1358if test ! -r "$srcdir/$ac_unique_file"; then
1359 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1360 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1361fi
1362ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1363ac_abs_confdir=`(
d0ac1c44 1364 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1365 pwd)`
1366# When building in place, set srcdir=.
1367if test "$ac_abs_confdir" = "$ac_pwd"; then
1368 srcdir=.
1369fi
1370# Remove unnecessary trailing slashes from srcdir.
1371# Double slashes in file names in object file debugging info
1372# mess up M-x gdb in Emacs.
1373case $srcdir in
1374*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1375esac
1376for ac_var in $ac_precious_vars; do
1377 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1378 eval ac_env_${ac_var}_value=\$${ac_var}
1379 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1380 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1381done
252b5132 1382
42ecbf5e
DJ
1383#
1384# Report the --help message.
1385#
1386if test "$ac_init_help" = "long"; then
1387 # Omit some internal or obsolete options to make the list less imposing.
1388 # This message is too long to be a string in the A/UX 3.1 sh.
1389 cat <<_ACEOF
b19d852d 1390\`configure' configures binutils 2.35.50 to adapt to many kinds of systems.
252b5132 1391
42ecbf5e 1392Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1393
42ecbf5e
DJ
1394To assign environment variables (e.g., CC, CFLAGS...), specify them as
1395VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1396
42ecbf5e 1397Defaults for the options are specified in brackets.
ac48eca1 1398
42ecbf5e
DJ
1399Configuration:
1400 -h, --help display this help and exit
1401 --help=short display options specific to this package
1402 --help=recursive display the short help of all the included packages
1403 -V, --version display version information and exit
d0ac1c44 1404 -q, --quiet, --silent do not print \`checking ...' messages
42ecbf5e
DJ
1405 --cache-file=FILE cache test results in FILE [disabled]
1406 -C, --config-cache alias for \`--cache-file=config.cache'
1407 -n, --no-create do not create output files
1408 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1409
42ecbf5e
DJ
1410Installation directories:
1411 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1412 [$ac_default_prefix]
42ecbf5e 1413 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1414 [PREFIX]
ac48eca1 1415
42ecbf5e
DJ
1416By default, \`make install' will install all the files in
1417\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1418an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1419for instance \`--prefix=\$HOME'.
ac48eca1 1420
42ecbf5e 1421For better control, use the options below.
ac48eca1 1422
42ecbf5e 1423Fine tuning of the installation directories:
81ecdfbb
RW
1424 --bindir=DIR user executables [EPREFIX/bin]
1425 --sbindir=DIR system admin executables [EPREFIX/sbin]
1426 --libexecdir=DIR program executables [EPREFIX/libexec]
1427 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1428 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1429 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1430 --libdir=DIR object code libraries [EPREFIX/lib]
1431 --includedir=DIR C header files [PREFIX/include]
1432 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1433 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1434 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1435 --infodir=DIR info documentation [DATAROOTDIR/info]
1436 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1437 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1438 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
81ecdfbb
RW
1439 --htmldir=DIR html documentation [DOCDIR]
1440 --dvidir=DIR dvi documentation [DOCDIR]
1441 --pdfdir=DIR pdf documentation [DOCDIR]
1442 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1443_ACEOF
ac48eca1 1444
42ecbf5e 1445 cat <<\_ACEOF
252b5132 1446
42ecbf5e
DJ
1447Program names:
1448 --program-prefix=PREFIX prepend PREFIX to installed program names
1449 --program-suffix=SUFFIX append SUFFIX to installed program names
1450 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1451
42ecbf5e
DJ
1452System types:
1453 --build=BUILD configure for building on BUILD [guessed]
1454 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1455 --target=TARGET configure for building compilers for TARGET [HOST]
1456_ACEOF
252b5132 1457fi
252b5132 1458
42ecbf5e 1459if test -n "$ac_init_help"; then
2e98a7bd 1460 case $ac_init_help in
b19d852d 1461 short | recursive ) echo "Configuration of binutils 2.35.50:";;
2e98a7bd 1462 esac
42ecbf5e 1463 cat <<\_ACEOF
252b5132 1464
42ecbf5e 1465Optional Features:
81ecdfbb 1466 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1467 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1468 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1469 --enable-dependency-tracking
1470 do not reject slow dependency extractors
1471 --disable-dependency-tracking
1472 speeds up one-time build
1473 --enable-silent-rules less verbose build output (undo: "make V=1")
1474 --disable-silent-rules verbose build output (undo: "make V=0")
81ecdfbb
RW
1475 --enable-shared[=PKGS] build shared libraries [default=yes]
1476 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1477 --enable-fast-install[=PKGS]
1478 optimize for fast installation [default=yes]
42ecbf5e 1479 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1480 --enable-plugins Enable support for plugins
1481 --disable-largefile omit support for large files
42ecbf5e 1482 --enable-targets alternative target configurations
9cb80f72
RM
1483 --enable-deterministic-archives
1484 ar and ranlib default to -D behavior
7fac9594
NC
1485 --disable-default-strings-all
1486 strings defaults to --data behavior
094e34f2 1487 --enable-libctf Handle .ctf type-info sections [default=yes]
241a6c40
AM
1488 --enable-werror treat compile warnings as errors
1489 --enable-build-warnings enable build-time compiler warnings
42ecbf5e 1490 --disable-nls do not use Native Language Support
d0ac1c44
SM
1491 --enable-maintainer-mode
1492 enable make rules and dependencies not useful (and
1493 sometimes confusing) to the casual installer
5ba684e2 1494 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1495
1496Optional Packages:
1497 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1498 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1499 --with-pic try to use only PIC/non-PIC objects [default=use
1500 both]
1501 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
301a9420
AM
1502 --with-debuginfod Enable debuginfo lookups with debuginfod
1503 (auto/yes/no)
0ee42ecd 1504 --with-system-zlib use installed libz
5ba684e2
NC
1505 --with-gnu-ld assume the C compiler uses GNU ld default=no
1506 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1507 --without-libiconv-prefix don't search for libiconv in includedir and libdir
9f1528a1 1508 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
252b5132 1509
42ecbf5e
DJ
1510Some influential environment variables:
1511 CC C compiler command
1512 CFLAGS C compiler flags
1513 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1514 nonstandard directory <lib dir>
81ecdfbb 1515 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1516 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1517 you have headers in a nonstandard directory <include dir>
42ecbf5e 1518 CPP C preprocessor
f6720b1c
AM
1519 PKG_CONFIG path to pkg-config utility
1520 PKG_CONFIG_PATH
1521 directories to add to pkg-config's search path
1522 PKG_CONFIG_LIBDIR
1523 path overriding pkg-config's built-in search path
1524 DEBUGINFOD_CFLAGS
1525 C compiler flags for DEBUGINFOD, overriding pkg-config
1526 DEBUGINFOD_LIBS
1527 linker flags for DEBUGINFOD, overriding pkg-config
d0ac1c44
SM
1528 YACC The `Yet Another Compiler Compiler' implementation to use.
1529 Defaults to the first program found out of: `bison -y', `byacc',
1530 `yacc'.
81ecdfbb
RW
1531 YFLAGS The list of arguments that will be passed by default to $YACC.
1532 This script will default YFLAGS to the empty string to avoid a
1533 default value of `-d' given by some make applications.
e5a52504 1534
42ecbf5e
DJ
1535Use these variables to override the choices made by `configure' or to help
1536it to find libraries and programs with nonstandard names/locations.
1537
81ecdfbb 1538Report bugs to the package provider.
42ecbf5e 1539_ACEOF
81ecdfbb 1540ac_status=$?
252b5132
RH
1541fi
1542
42ecbf5e
DJ
1543if test "$ac_init_help" = "recursive"; then
1544 # If there are subdirs, report their specific --help.
42ecbf5e 1545 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1546 test -d "$ac_dir" ||
1547 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1548 continue
42ecbf5e
DJ
1549 ac_builddir=.
1550
81ecdfbb
RW
1551case "$ac_dir" in
1552.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1553*)
1554 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1555 # A ".." for each directory in $ac_dir_suffix.
1556 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1557 case $ac_top_builddir_sub in
1558 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1559 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1560 esac ;;
1561esac
1562ac_abs_top_builddir=$ac_pwd
1563ac_abs_builddir=$ac_pwd$ac_dir_suffix
1564# for backward compatibility:
1565ac_top_builddir=$ac_top_build_prefix
252b5132 1566
42ecbf5e 1567case $srcdir in
81ecdfbb 1568 .) # We are building in place.
42ecbf5e 1569 ac_srcdir=.
81ecdfbb
RW
1570 ac_top_srcdir=$ac_top_builddir_sub
1571 ac_abs_top_srcdir=$ac_pwd ;;
1572 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1573 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1574 ac_top_srcdir=$srcdir
1575 ac_abs_top_srcdir=$srcdir ;;
1576 *) # Relative name.
1577 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1578 ac_top_srcdir=$ac_top_build_prefix$srcdir
1579 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1580esac
81ecdfbb
RW
1581ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1582
1583 cd "$ac_dir" || { ac_status=$?; continue; }
1584 # Check for guested configure.
1585 if test -f "$ac_srcdir/configure.gnu"; then
1586 echo &&
1587 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1588 elif test -f "$ac_srcdir/configure"; then
1589 echo &&
1590 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1591 else
81ecdfbb
RW
1592 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1593 fi || ac_status=$?
1594 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1595 done
1596fi
5d64ca4e 1597
81ecdfbb 1598test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1599if $ac_init_version; then
1600 cat <<\_ACEOF
b19d852d 1601binutils configure 2.35.50
d0ac1c44 1602generated by GNU Autoconf 2.69
5d64ca4e 1603
d0ac1c44 1604Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
1605This configure script is free software; the Free Software Foundation
1606gives unlimited permission to copy, distribute and modify it.
1607_ACEOF
81ecdfbb 1608 exit
42ecbf5e 1609fi
252b5132 1610
81ecdfbb
RW
1611## ------------------------ ##
1612## Autoconf initialization. ##
1613## ------------------------ ##
e5a52504 1614
81ecdfbb
RW
1615# ac_fn_c_try_compile LINENO
1616# --------------------------
1617# Try to compile conftest.$ac_ext, and return whether this succeeded.
1618ac_fn_c_try_compile ()
42ecbf5e 1619{
81ecdfbb
RW
1620 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1621 rm -f conftest.$ac_objext
1622 if { { ac_try="$ac_compile"
1623case "(($ac_try" in
1624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1625 *) ac_try_echo=$ac_try;;
1626esac
1627eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1628$as_echo "$ac_try_echo"; } >&5
1629 (eval "$ac_compile") 2>conftest.err
1630 ac_status=$?
1631 if test -s conftest.err; then
1632 grep -v '^ *+' conftest.err >conftest.er1
1633 cat conftest.er1 >&5
1634 mv -f conftest.er1 conftest.err
1635 fi
1636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1637 test $ac_status = 0; } && {
1638 test -z "$ac_c_werror_flag" ||
1639 test ! -s conftest.err
1640 } && test -s conftest.$ac_objext; then :
1641 ac_retval=0
1642else
1643 $as_echo "$as_me: failed program was:" >&5
1644sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1645
81ecdfbb
RW
1646 ac_retval=1
1647fi
d0ac1c44
SM
1648 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1649 as_fn_set_status $ac_retval
42ecbf5e 1650
81ecdfbb
RW
1651} # ac_fn_c_try_compile
1652
1653# ac_fn_c_try_link LINENO
1654# -----------------------
1655# Try to link conftest.$ac_ext, and return whether this succeeded.
1656ac_fn_c_try_link ()
1657{
1658 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1659 rm -f conftest.$ac_objext conftest$ac_exeext
1660 if { { ac_try="$ac_link"
1661case "(($ac_try" in
1662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1663 *) ac_try_echo=$ac_try;;
1664esac
1665eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1666$as_echo "$ac_try_echo"; } >&5
1667 (eval "$ac_link") 2>conftest.err
1668 ac_status=$?
1669 if test -s conftest.err; then
1670 grep -v '^ *+' conftest.err >conftest.er1
1671 cat conftest.er1 >&5
1672 mv -f conftest.er1 conftest.err
1673 fi
1674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1675 test $ac_status = 0; } && {
1676 test -z "$ac_c_werror_flag" ||
1677 test ! -s conftest.err
1678 } && test -s conftest$ac_exeext && {
1679 test "$cross_compiling" = yes ||
d0ac1c44 1680 test -x conftest$ac_exeext
81ecdfbb
RW
1681 }; then :
1682 ac_retval=0
1683else
1684 $as_echo "$as_me: failed program was:" >&5
1685sed 's/^/| /' conftest.$ac_ext >&5
1686
1687 ac_retval=1
1688fi
1689 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1690 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1691 # interfere with the next link command; also delete a directory that is
1692 # left behind by Apple's compiler. We do this before executing the actions.
1693 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1694 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1695 as_fn_set_status $ac_retval
81ecdfbb
RW
1696
1697} # ac_fn_c_try_link
1698
1699# ac_fn_c_try_cpp LINENO
1700# ----------------------
1701# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1702ac_fn_c_try_cpp ()
1703{
1704 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1705 if { { ac_try="$ac_cpp conftest.$ac_ext"
1706case "(($ac_try" in
1707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1708 *) ac_try_echo=$ac_try;;
1709esac
1710eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1711$as_echo "$ac_try_echo"; } >&5
1712 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1713 ac_status=$?
1714 if test -s conftest.err; then
1715 grep -v '^ *+' conftest.err >conftest.er1
1716 cat conftest.er1 >&5
1717 mv -f conftest.er1 conftest.err
1718 fi
1719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1720 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1721 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1722 test ! -s conftest.err
1723 }; then :
1724 ac_retval=0
1725else
1726 $as_echo "$as_me: failed program was:" >&5
1727sed 's/^/| /' conftest.$ac_ext >&5
1728
1729 ac_retval=1
1730fi
d0ac1c44
SM
1731 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1732 as_fn_set_status $ac_retval
81ecdfbb
RW
1733
1734} # ac_fn_c_try_cpp
1735
1736# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1737# -------------------------------------------------------
1738# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1739# the include files in INCLUDES and setting the cache variable VAR
1740# accordingly.
1741ac_fn_c_check_header_mongrel ()
1742{
1743 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1744 if eval \${$3+:} false; then :
81ecdfbb
RW
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1746$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1747if eval \${$3+:} false; then :
81ecdfbb
RW
1748 $as_echo_n "(cached) " >&6
1749fi
1750eval ac_res=\$$3
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1752$as_echo "$ac_res" >&6; }
1753else
1754 # Is the header compilable?
1755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1756$as_echo_n "checking $2 usability... " >&6; }
1757cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1758/* end confdefs.h. */
1759$4
1760#include <$2>
1761_ACEOF
1762if ac_fn_c_try_compile "$LINENO"; then :
1763 ac_header_compiler=yes
1764else
1765 ac_header_compiler=no
1766fi
1767rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1769$as_echo "$ac_header_compiler" >&6; }
1770
1771# Is the header present?
1772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1773$as_echo_n "checking $2 presence... " >&6; }
1774cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1775/* end confdefs.h. */
1776#include <$2>
1777_ACEOF
1778if ac_fn_c_try_cpp "$LINENO"; then :
1779 ac_header_preproc=yes
1780else
1781 ac_header_preproc=no
1782fi
d0ac1c44 1783rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1784{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1785$as_echo "$ac_header_preproc" >&6; }
1786
1787# So? What about this header?
1788case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1789 yes:no: )
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1791$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1793$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1794 ;;
1795 no:yes:* )
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1797$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1799$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1801$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1803$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1805$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1806 ;;
1807esac
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1809$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1810if eval \${$3+:} false; then :
81ecdfbb
RW
1811 $as_echo_n "(cached) " >&6
1812else
1813 eval "$3=\$ac_header_compiler"
1814fi
1815eval ac_res=\$$3
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1817$as_echo "$ac_res" >&6; }
1818fi
d0ac1c44 1819 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1820
1821} # ac_fn_c_check_header_mongrel
1822
1823# ac_fn_c_try_run LINENO
1824# ----------------------
1825# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1826# that executables *can* be run.
1827ac_fn_c_try_run ()
1828{
1829 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1830 if { { ac_try="$ac_link"
1831case "(($ac_try" in
1832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1833 *) ac_try_echo=$ac_try;;
1834esac
1835eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1836$as_echo "$ac_try_echo"; } >&5
1837 (eval "$ac_link") 2>&5
1838 ac_status=$?
1839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1840 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1841 { { case "(($ac_try" in
1842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1843 *) ac_try_echo=$ac_try;;
1844esac
1845eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1846$as_echo "$ac_try_echo"; } >&5
1847 (eval "$ac_try") 2>&5
1848 ac_status=$?
1849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1850 test $ac_status = 0; }; }; then :
1851 ac_retval=0
1852else
1853 $as_echo "$as_me: program exited with status $ac_status" >&5
1854 $as_echo "$as_me: failed program was:" >&5
1855sed 's/^/| /' conftest.$ac_ext >&5
1856
1857 ac_retval=$ac_status
1858fi
1859 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1860 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1861 as_fn_set_status $ac_retval
81ecdfbb
RW
1862
1863} # ac_fn_c_try_run
1864
1865# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1866# -------------------------------------------------------
1867# Tests whether HEADER exists and can be compiled using the include files in
1868# INCLUDES, setting the cache variable VAR accordingly.
1869ac_fn_c_check_header_compile ()
1870{
1871 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1873$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1874if eval \${$3+:} false; then :
81ecdfbb
RW
1875 $as_echo_n "(cached) " >&6
1876else
1877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1878/* end confdefs.h. */
1879$4
1880#include <$2>
1881_ACEOF
1882if ac_fn_c_try_compile "$LINENO"; then :
1883 eval "$3=yes"
1884else
1885 eval "$3=no"
1886fi
1887rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1888fi
1889eval ac_res=\$$3
1890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1891$as_echo "$ac_res" >&6; }
d0ac1c44 1892 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1893
1894} # ac_fn_c_check_header_compile
1895
1896# ac_fn_c_check_func LINENO FUNC VAR
1897# ----------------------------------
1898# Tests whether FUNC exists, setting the cache variable VAR accordingly
1899ac_fn_c_check_func ()
1900{
1901 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1903$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1904if eval \${$3+:} false; then :
81ecdfbb
RW
1905 $as_echo_n "(cached) " >&6
1906else
1907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1908/* end confdefs.h. */
1909/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1910 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1911#define $2 innocuous_$2
1912
1913/* System header to define __stub macros and hopefully few prototypes,
1914 which can conflict with char $2 (); below.
1915 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1916 <limits.h> exists even on freestanding compilers. */
1917
1918#ifdef __STDC__
1919# include <limits.h>
1920#else
1921# include <assert.h>
1922#endif
1923
1924#undef $2
1925
1926/* Override any GCC internal prototype to avoid an error.
1927 Use char because int might match the return type of a GCC
1928 builtin and then its argument prototype would still apply. */
1929#ifdef __cplusplus
1930extern "C"
1931#endif
1932char $2 ();
1933/* The GNU C library defines this for functions which it implements
1934 to always fail with ENOSYS. Some functions are actually named
1935 something starting with __ and the normal name is an alias. */
1936#if defined __stub_$2 || defined __stub___$2
1937choke me
1938#endif
1939
1940int
1941main ()
1942{
1943return $2 ();
1944 ;
1945 return 0;
1946}
1947_ACEOF
1948if ac_fn_c_try_link "$LINENO"; then :
1949 eval "$3=yes"
1950else
1951 eval "$3=no"
1952fi
1953rm -f core conftest.err conftest.$ac_objext \
1954 conftest$ac_exeext conftest.$ac_ext
1955fi
1956eval ac_res=\$$3
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1958$as_echo "$ac_res" >&6; }
d0ac1c44 1959 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1960
1961} # ac_fn_c_check_func
1962
4c219c2e
AM
1963# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1964# --------------------------------------------
1965# Tries to find the compile-time value of EXPR in a program that includes
1966# INCLUDES, setting VAR accordingly. Returns whether the value could be
1967# computed
1968ac_fn_c_compute_int ()
1969{
1970 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1971 if test "$cross_compiling" = yes; then
1972 # Depending upon the size, compute the lo and hi bounds.
1973cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1974/* end confdefs.h. */
1975$4
1976int
1977main ()
1978{
1979static int test_array [1 - 2 * !(($2) >= 0)];
d0ac1c44
SM
1980test_array [0] = 0;
1981return test_array [0];
4c219c2e
AM
1982
1983 ;
1984 return 0;
1985}
1986_ACEOF
1987if ac_fn_c_try_compile "$LINENO"; then :
1988 ac_lo=0 ac_mid=0
1989 while :; do
1990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1991/* end confdefs.h. */
1992$4
1993int
1994main ()
1995{
1996static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
1997test_array [0] = 0;
1998return test_array [0];
4c219c2e
AM
1999
2000 ;
2001 return 0;
2002}
2003_ACEOF
2004if ac_fn_c_try_compile "$LINENO"; then :
2005 ac_hi=$ac_mid; break
2006else
2007 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2008 if test $ac_lo -le $ac_mid; then
2009 ac_lo= ac_hi=
2010 break
2011 fi
2012 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2013fi
2014rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2015 done
2016else
2017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018/* end confdefs.h. */
2019$4
2020int
2021main ()
2022{
2023static int test_array [1 - 2 * !(($2) < 0)];
d0ac1c44
SM
2024test_array [0] = 0;
2025return test_array [0];
4c219c2e
AM
2026
2027 ;
2028 return 0;
2029}
2030_ACEOF
2031if ac_fn_c_try_compile "$LINENO"; then :
2032 ac_hi=-1 ac_mid=-1
2033 while :; do
2034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2035/* end confdefs.h. */
2036$4
2037int
2038main ()
2039{
2040static int test_array [1 - 2 * !(($2) >= $ac_mid)];
d0ac1c44
SM
2041test_array [0] = 0;
2042return test_array [0];
4c219c2e
AM
2043
2044 ;
2045 return 0;
2046}
2047_ACEOF
2048if ac_fn_c_try_compile "$LINENO"; then :
2049 ac_lo=$ac_mid; break
2050else
2051 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2052 if test $ac_mid -le $ac_hi; then
2053 ac_lo= ac_hi=
2054 break
2055 fi
2056 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2057fi
2058rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2059 done
2060else
2061 ac_lo= ac_hi=
2062fi
2063rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2064fi
2065rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2066# Binary search between lo and hi bounds.
2067while test "x$ac_lo" != "x$ac_hi"; do
2068 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2070/* end confdefs.h. */
2071$4
2072int
2073main ()
2074{
2075static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2076test_array [0] = 0;
2077return test_array [0];
4c219c2e
AM
2078
2079 ;
2080 return 0;
2081}
2082_ACEOF
2083if ac_fn_c_try_compile "$LINENO"; then :
2084 ac_hi=$ac_mid
2085else
2086 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2087fi
2088rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2089done
2090case $ac_lo in #((
2091?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2092'') ac_retval=1 ;;
2093esac
2094 else
2095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2096/* end confdefs.h. */
2097$4
2098static long int longval () { return $2; }
2099static unsigned long int ulongval () { return $2; }
2100#include <stdio.h>
2101#include <stdlib.h>
2102int
2103main ()
2104{
2105
2106 FILE *f = fopen ("conftest.val", "w");
2107 if (! f)
2108 return 1;
2109 if (($2) < 0)
2110 {
2111 long int i = longval ();
2112 if (i != ($2))
2113 return 1;
2114 fprintf (f, "%ld", i);
2115 }
2116 else
2117 {
2118 unsigned long int i = ulongval ();
2119 if (i != ($2))
2120 return 1;
2121 fprintf (f, "%lu", i);
2122 }
2123 /* Do not output a trailing newline, as this causes \r\n confusion
2124 on some platforms. */
2125 return ferror (f) || fclose (f) != 0;
2126
2127 ;
2128 return 0;
2129}
2130_ACEOF
2131if ac_fn_c_try_run "$LINENO"; then :
2132 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2133else
2134 ac_retval=1
2135fi
2136rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2137 conftest.$ac_objext conftest.beam conftest.$ac_ext
2138rm -f conftest.val
2139
2140 fi
d0ac1c44
SM
2141 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2142 as_fn_set_status $ac_retval
4c219c2e
AM
2143
2144} # ac_fn_c_compute_int
2145
2146# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2147# -------------------------------------------
2148# Tests whether TYPE exists after having included INCLUDES, setting cache
2149# variable VAR accordingly.
2150ac_fn_c_check_type ()
2151{
2152 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2154$as_echo_n "checking for $2... " >&6; }
d0ac1c44 2155if eval \${$3+:} false; then :
4c219c2e
AM
2156 $as_echo_n "(cached) " >&6
2157else
2158 eval "$3=no"
2159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2160/* end confdefs.h. */
2161$4
2162int
2163main ()
2164{
2165if (sizeof ($2))
2166 return 0;
2167 ;
2168 return 0;
2169}
2170_ACEOF
2171if ac_fn_c_try_compile "$LINENO"; then :
2172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2173/* end confdefs.h. */
2174$4
2175int
2176main ()
2177{
2178if (sizeof (($2)))
2179 return 0;
2180 ;
2181 return 0;
2182}
2183_ACEOF
2184if ac_fn_c_try_compile "$LINENO"; then :
2185
2186else
2187 eval "$3=yes"
2188fi
2189rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2190fi
2191rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2192fi
2193eval ac_res=\$$3
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2195$as_echo "$ac_res" >&6; }
d0ac1c44 2196 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4c219c2e
AM
2197
2198} # ac_fn_c_check_type
f6720b1c
AM
2199
2200# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2201# ---------------------------------------------
2202# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2203# accordingly.
2204ac_fn_c_check_decl ()
2205{
2206 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2207 as_decl_name=`echo $2|sed 's/ *(.*//'`
2208 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2210$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2211if eval \${$3+:} false; then :
2212 $as_echo_n "(cached) " >&6
2213else
2214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2215/* end confdefs.h. */
2216$4
2217int
2218main ()
2219{
2220#ifndef $as_decl_name
2221#ifdef __cplusplus
2222 (void) $as_decl_use;
2223#else
2224 (void) $as_decl_name;
2225#endif
2226#endif
2227
2228 ;
2229 return 0;
2230}
2231_ACEOF
2232if ac_fn_c_try_compile "$LINENO"; then :
2233 eval "$3=yes"
2234else
2235 eval "$3=no"
2236fi
2237rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2238fi
2239eval ac_res=\$$3
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2241$as_echo "$ac_res" >&6; }
2242 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2243
2244} # ac_fn_c_check_decl
81ecdfbb
RW
2245cat >config.log <<_ACEOF
2246This file contains any messages produced by compilers while
2247running configure, to aid debugging if configure makes a mistake.
2248
b19d852d 2249It was created by binutils $as_me 2.35.50, which was
d0ac1c44 2250generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2251
2252 $ $0 $@
2253
2254_ACEOF
2255exec 5>>config.log
2256{
2257cat <<_ASUNAME
2258## --------- ##
2259## Platform. ##
2260## --------- ##
2261
2262hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2263uname -m = `(uname -m) 2>/dev/null || echo unknown`
2264uname -r = `(uname -r) 2>/dev/null || echo unknown`
2265uname -s = `(uname -s) 2>/dev/null || echo unknown`
2266uname -v = `(uname -v) 2>/dev/null || echo unknown`
2267
2268/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2269/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2270
2271/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2272/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2273/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2274/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2275/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2276/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2277/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2278
2279_ASUNAME
2280
2281as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2282for as_dir in $PATH
2283do
2284 IFS=$as_save_IFS
2285 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2286 $as_echo "PATH: $as_dir"
2287 done
2288IFS=$as_save_IFS
e5a52504 2289
42ecbf5e 2290} >&5
ceae3e33 2291
42ecbf5e 2292cat >&5 <<_ACEOF
e5a52504 2293
42ecbf5e
DJ
2294
2295## ----------- ##
2296## Core tests. ##
2297## ----------- ##
2298
2299_ACEOF
2300
2301
2302# Keep a trace of the command line.
2303# Strip out --no-create and --no-recursion so they do not pile up.
2304# Strip out --silent because we don't want to record it for future runs.
2305# Also quote any args containing shell meta-characters.
2306# Make two passes to allow for proper duplicate-argument suppression.
2307ac_configure_args=
2308ac_configure_args0=
2309ac_configure_args1=
42ecbf5e
DJ
2310ac_must_keep_next=false
2311for ac_pass in 1 2
2312do
2313 for ac_arg
2314 do
2315 case $ac_arg in
2316 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2317 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2318 | -silent | --silent | --silen | --sile | --sil)
2319 continue ;;
81ecdfbb
RW
2320 *\'*)
2321 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2322 esac
2323 case $ac_pass in
81ecdfbb 2324 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2325 2)
81ecdfbb 2326 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2327 if test $ac_must_keep_next = true; then
2328 ac_must_keep_next=false # Got value, back to normal.
2329 else
2330 case $ac_arg in
2331 *=* | --config-cache | -C | -disable-* | --disable-* \
2332 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2333 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2334 | -with-* | --with-* | -without-* | --without-* | --x)
2335 case "$ac_configure_args0 " in
2336 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2337 esac
2338 ;;
2339 -* ) ac_must_keep_next=true ;;
2340 esac
2341 fi
81ecdfbb 2342 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2343 ;;
2344 esac
2345 done
2346done
81ecdfbb
RW
2347{ ac_configure_args0=; unset ac_configure_args0;}
2348{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2349
2350# When interrupted or exit'd, cleanup temporary files, and complete
2351# config.log. We remove comments because anyway the quotes in there
2352# would cause problems or look ugly.
81ecdfbb
RW
2353# WARNING: Use '\'' to represent an apostrophe within the trap.
2354# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2355trap 'exit_status=$?
2356 # Save into config.log some information that might help in debugging.
2357 {
2358 echo
2359
d0ac1c44 2360 $as_echo "## ---------------- ##
42ecbf5e 2361## Cache variables. ##
d0ac1c44 2362## ---------------- ##"
42ecbf5e
DJ
2363 echo
2364 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2365(
2366 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2367 eval ac_val=\$$ac_var
2368 case $ac_val in #(
2369 *${as_nl}*)
2370 case $ac_var in #(
2371 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2372$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2373 esac
2374 case $ac_var in #(
2375 _ | IFS | as_nl) ;; #(
2376 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2377 *) { eval $ac_var=; unset $ac_var;} ;;
2378 esac ;;
2379 esac
2380 done
42ecbf5e 2381 (set) 2>&1 |
81ecdfbb
RW
2382 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2383 *${as_nl}ac_space=\ *)
42ecbf5e 2384 sed -n \
81ecdfbb
RW
2385 "s/'\''/'\''\\\\'\'''\''/g;
2386 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2387 ;; #(
42ecbf5e 2388 *)
81ecdfbb 2389 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2390 ;;
81ecdfbb
RW
2391 esac |
2392 sort
2393)
42ecbf5e
DJ
2394 echo
2395
d0ac1c44 2396 $as_echo "## ----------------- ##
42ecbf5e 2397## Output variables. ##
d0ac1c44 2398## ----------------- ##"
42ecbf5e
DJ
2399 echo
2400 for ac_var in $ac_subst_vars
2401 do
81ecdfbb
RW
2402 eval ac_val=\$$ac_var
2403 case $ac_val in
2404 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2405 esac
2406 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2407 done | sort
2408 echo
2409
2410 if test -n "$ac_subst_files"; then
d0ac1c44 2411 $as_echo "## ------------------- ##
81ecdfbb 2412## File substitutions. ##
d0ac1c44 2413## ------------------- ##"
42ecbf5e
DJ
2414 echo
2415 for ac_var in $ac_subst_files
2416 do
81ecdfbb
RW
2417 eval ac_val=\$$ac_var
2418 case $ac_val in
2419 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2420 esac
2421 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2422 done | sort
2423 echo
2424 fi
2425
2426 if test -s confdefs.h; then
d0ac1c44 2427 $as_echo "## ----------- ##
42ecbf5e 2428## confdefs.h. ##
d0ac1c44 2429## ----------- ##"
42ecbf5e 2430 echo
81ecdfbb 2431 cat confdefs.h
42ecbf5e
DJ
2432 echo
2433 fi
2434 test "$ac_signal" != 0 &&
81ecdfbb
RW
2435 $as_echo "$as_me: caught signal $ac_signal"
2436 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2437 } >&5
81ecdfbb
RW
2438 rm -f core *.core core.conftest.* &&
2439 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2440 exit $exit_status
81ecdfbb 2441' 0
42ecbf5e 2442for ac_signal in 1 2 13 15; do
81ecdfbb 2443 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2444done
2445ac_signal=0
2446
2447# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2448rm -f -r conftest* confdefs.h
2449
2450$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2451
2452# Predefined preprocessor variables.
2453
2454cat >>confdefs.h <<_ACEOF
2455#define PACKAGE_NAME "$PACKAGE_NAME"
2456_ACEOF
2457
42ecbf5e
DJ
2458cat >>confdefs.h <<_ACEOF
2459#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2460_ACEOF
2461
42ecbf5e
DJ
2462cat >>confdefs.h <<_ACEOF
2463#define PACKAGE_VERSION "$PACKAGE_VERSION"
2464_ACEOF
2465
42ecbf5e
DJ
2466cat >>confdefs.h <<_ACEOF
2467#define PACKAGE_STRING "$PACKAGE_STRING"
2468_ACEOF
2469
42ecbf5e
DJ
2470cat >>confdefs.h <<_ACEOF
2471#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2472_ACEOF
2473
81ecdfbb
RW
2474cat >>confdefs.h <<_ACEOF
2475#define PACKAGE_URL "$PACKAGE_URL"
2476_ACEOF
2477
42ecbf5e
DJ
2478
2479# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2480# Prefer an explicitly selected file to automatically selected ones.
2481ac_site_file1=NONE
2482ac_site_file2=NONE
2483if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2484 # We do not want a PATH search for config.site.
2485 case $CONFIG_SITE in #((
2486 -*) ac_site_file1=./$CONFIG_SITE;;
2487 */*) ac_site_file1=$CONFIG_SITE;;
2488 *) ac_site_file1=./$CONFIG_SITE;;
2489 esac
81ecdfbb
RW
2490elif test "x$prefix" != xNONE; then
2491 ac_site_file1=$prefix/share/config.site
2492 ac_site_file2=$prefix/etc/config.site
2493else
2494 ac_site_file1=$ac_default_prefix/share/config.site
2495 ac_site_file2=$ac_default_prefix/etc/config.site
2496fi
2497for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2498do
2499 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2500 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2502$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e 2503 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2504 . "$ac_site_file" \
2505 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2506$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2507as_fn_error $? "failed to load site script $ac_site_file
2508See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
2509 fi
2510done
2511
2512if test -r "$cache_file"; then
d0ac1c44
SM
2513 # Some versions of bash will fail to source /dev/null (special files
2514 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2515 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2517$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2518 case $cache_file in
81ecdfbb
RW
2519 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2520 *) . "./$cache_file";;
42ecbf5e
DJ
2521 esac
2522 fi
2523else
81ecdfbb
RW
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2525$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2526 >$cache_file
2527fi
2528
34156b23
L
2529as_fn_append ac_header_list " stdlib.h"
2530as_fn_append ac_header_list " unistd.h"
2531as_fn_append ac_header_list " sys/param.h"
42ecbf5e
DJ
2532# Check that the precious variables saved in the cache have kept the same
2533# value.
2534ac_cache_corrupted=false
81ecdfbb 2535for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2536 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2537 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2538 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2539 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2540 case $ac_old_set,$ac_new_set in
2541 set,)
81ecdfbb
RW
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2543$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2544 ac_cache_corrupted=: ;;
2545 ,set)
81ecdfbb
RW
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2547$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2548 ac_cache_corrupted=: ;;
2549 ,);;
2550 *)
2551 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2552 # differences in whitespace do not lead to failure.
2553 ac_old_val_w=`echo x $ac_old_val`
2554 ac_new_val_w=`echo x $ac_new_val`
2555 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2557$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2558 ac_cache_corrupted=:
2559 else
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2561$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2562 eval $ac_var=\$ac_old_val
2563 fi
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2565$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2566 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2567$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2568 fi;;
2569 esac
2570 # Pass precious variables to config.status.
2571 if test "$ac_new_set" = set; then
2572 case $ac_new_val in
81ecdfbb 2573 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2574 *) ac_arg=$ac_var=$ac_new_val ;;
2575 esac
2576 case " $ac_configure_args " in
2577 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2578 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2579 esac
2580 fi
2581done
2582if $ac_cache_corrupted; then
81ecdfbb
RW
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2584$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2586$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2587 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2588fi
81ecdfbb
RW
2589## -------------------- ##
2590## Main body of script. ##
2591## -------------------- ##
42ecbf5e
DJ
2592
2593ac_ext=c
2594ac_cpp='$CPP $CPPFLAGS'
2595ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2596ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2597ac_compiler_gnu=$ac_cv_c_compiler_gnu
2598
2599
2600
42ecbf5e 2601
da594c4a 2602
42ecbf5e
DJ
2603
2604
2605ac_aux_dir=
81ecdfbb 2606for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2607 if test -f "$ac_dir/install-sh"; then
2608 ac_aux_dir=$ac_dir
2609 ac_install_sh="$ac_aux_dir/install-sh -c"
2610 break
2611 elif test -f "$ac_dir/install.sh"; then
2612 ac_aux_dir=$ac_dir
2613 ac_install_sh="$ac_aux_dir/install.sh -c"
2614 break
2615 elif test -f "$ac_dir/shtool"; then
2616 ac_aux_dir=$ac_dir
2617 ac_install_sh="$ac_aux_dir/shtool install -c"
2618 break
2619 fi
42ecbf5e
DJ
2620done
2621if test -z "$ac_aux_dir"; then
d0ac1c44 2622 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2623fi
81ecdfbb
RW
2624
2625# These three variables are undocumented and unsupported,
2626# and are intended to be withdrawn in a future Autoconf release.
2627# They can cause serious problems if a builder's source tree is in a directory
2628# whose full name contains unusual characters.
2629ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2630ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2631ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2632
42ecbf5e
DJ
2633
2634# Make sure we can run config.sub.
81ecdfbb 2635$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2636 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2637
2638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2639$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2640if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2641 $as_echo_n "(cached) " >&6
2642else
2643 ac_build_alias=$build_alias
2644test "x$ac_build_alias" = x &&
2645 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2646test "x$ac_build_alias" = x &&
d0ac1c44 2647 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2648ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2649 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2650
2651fi
2652{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2653$as_echo "$ac_cv_build" >&6; }
2654case $ac_cv_build in
2655*-*-*) ;;
d0ac1c44 2656*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2657esac
42ecbf5e 2658build=$ac_cv_build
81ecdfbb
RW
2659ac_save_IFS=$IFS; IFS='-'
2660set x $ac_cv_build
2661shift
2662build_cpu=$1
2663build_vendor=$2
2664shift; shift
2665# Remember, the first character of IFS is used to create $*,
2666# except with old shells:
2667build_os=$*
2668IFS=$ac_save_IFS
2669case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2670
2671
81ecdfbb
RW
2672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2673$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2674if ${ac_cv_host+:} false; then :
81ecdfbb 2675 $as_echo_n "(cached) " >&6
42ecbf5e 2676else
81ecdfbb
RW
2677 if test "x$host_alias" = x; then
2678 ac_cv_host=$ac_cv_build
2679else
2680 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2681 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2682fi
42ecbf5e
DJ
2683
2684fi
81ecdfbb
RW
2685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2686$as_echo "$ac_cv_host" >&6; }
2687case $ac_cv_host in
2688*-*-*) ;;
d0ac1c44 2689*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2690esac
42ecbf5e 2691host=$ac_cv_host
81ecdfbb
RW
2692ac_save_IFS=$IFS; IFS='-'
2693set x $ac_cv_host
2694shift
2695host_cpu=$1
2696host_vendor=$2
2697shift; shift
2698# Remember, the first character of IFS is used to create $*,
2699# except with old shells:
2700host_os=$*
2701IFS=$ac_save_IFS
2702case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2703
2704
81ecdfbb
RW
2705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2706$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2707if ${ac_cv_target+:} false; then :
81ecdfbb
RW
2708 $as_echo_n "(cached) " >&6
2709else
2710 if test "x$target_alias" = x; then
2711 ac_cv_target=$ac_cv_host
42ecbf5e 2712else
81ecdfbb 2713 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2714 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2715fi
42ecbf5e
DJ
2716
2717fi
81ecdfbb
RW
2718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2719$as_echo "$ac_cv_target" >&6; }
2720case $ac_cv_target in
2721*-*-*) ;;
d0ac1c44 2722*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2723esac
42ecbf5e 2724target=$ac_cv_target
81ecdfbb
RW
2725ac_save_IFS=$IFS; IFS='-'
2726set x $ac_cv_target
2727shift
2728target_cpu=$1
2729target_vendor=$2
2730shift; shift
2731# Remember, the first character of IFS is used to create $*,
2732# except with old shells:
2733target_os=$*
2734IFS=$ac_save_IFS
2735case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2736
2737
2738# The aliases save the names the user supplied, while $host etc.
2739# will get canonicalized.
2740test -n "$target_alias" &&
2741 test "$program_prefix$program_suffix$program_transform_name" = \
2742 NONENONEs,x,x, &&
2743 program_prefix=${target_alias}-
d0ac1c44
SM
2744# Expand $ac_aux_dir to an absolute path.
2745am_aux_dir=`cd "$ac_aux_dir" && pwd`
2746
42ecbf5e
DJ
2747ac_ext=c
2748ac_cpp='$CPP $CPPFLAGS'
2749ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2750ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2751ac_compiler_gnu=$ac_cv_c_compiler_gnu
2752if test -n "$ac_tool_prefix"; then
2753 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2754set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2756$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2757if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2758 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2759else
2760 if test -n "$CC"; then
2761 ac_cv_prog_CC="$CC" # Let the user override the test.
2762else
2763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2764for as_dir in $PATH
2765do
2766 IFS=$as_save_IFS
2767 test -z "$as_dir" && as_dir=.
81ecdfbb 2768 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2770 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2772 break 2
2773 fi
2774done
81ecdfbb
RW
2775 done
2776IFS=$as_save_IFS
42ecbf5e
DJ
2777
2778fi
2779fi
2780CC=$ac_cv_prog_CC
2781if test -n "$CC"; then
81ecdfbb
RW
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2783$as_echo "$CC" >&6; }
42ecbf5e 2784else
81ecdfbb
RW
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2786$as_echo "no" >&6; }
42ecbf5e
DJ
2787fi
2788
81ecdfbb 2789
42ecbf5e
DJ
2790fi
2791if test -z "$ac_cv_prog_CC"; then
2792 ac_ct_CC=$CC
2793 # Extract the first word of "gcc", so it can be a program name with args.
2794set dummy gcc; ac_word=$2
81ecdfbb
RW
2795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2796$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2797if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2798 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2799else
2800 if test -n "$ac_ct_CC"; then
2801 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2802else
2803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2804for as_dir in $PATH
2805do
2806 IFS=$as_save_IFS
2807 test -z "$as_dir" && as_dir=.
81ecdfbb 2808 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2809 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2810 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2812 break 2
2813 fi
2814done
81ecdfbb
RW
2815 done
2816IFS=$as_save_IFS
42ecbf5e
DJ
2817
2818fi
2819fi
2820ac_ct_CC=$ac_cv_prog_ac_ct_CC
2821if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2823$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2824else
81ecdfbb
RW
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2826$as_echo "no" >&6; }
42ecbf5e
DJ
2827fi
2828
81ecdfbb
RW
2829 if test "x$ac_ct_CC" = x; then
2830 CC=""
2831 else
2832 case $cross_compiling:$ac_tool_warned in
2833yes:)
2834{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2835$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2836ac_tool_warned=yes ;;
2837esac
2838 CC=$ac_ct_CC
2839 fi
42ecbf5e
DJ
2840else
2841 CC="$ac_cv_prog_CC"
2842fi
2843
2844if test -z "$CC"; then
81ecdfbb
RW
2845 if test -n "$ac_tool_prefix"; then
2846 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2847set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2849$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2850if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2851 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2852else
2853 if test -n "$CC"; then
2854 ac_cv_prog_CC="$CC" # Let the user override the test.
2855else
2856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2857for as_dir in $PATH
2858do
2859 IFS=$as_save_IFS
2860 test -z "$as_dir" && as_dir=.
81ecdfbb 2861 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2863 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2865 break 2
2866 fi
2867done
81ecdfbb
RW
2868 done
2869IFS=$as_save_IFS
42ecbf5e
DJ
2870
2871fi
2872fi
2873CC=$ac_cv_prog_CC
2874if test -n "$CC"; then
81ecdfbb
RW
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2876$as_echo "$CC" >&6; }
42ecbf5e 2877else
81ecdfbb
RW
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2879$as_echo "no" >&6; }
42ecbf5e
DJ
2880fi
2881
81ecdfbb
RW
2882
2883 fi
42ecbf5e 2884fi
81ecdfbb 2885if test -z "$CC"; then
42ecbf5e
DJ
2886 # Extract the first word of "cc", so it can be a program name with args.
2887set dummy cc; ac_word=$2
81ecdfbb
RW
2888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2889$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2890if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2891 $as_echo_n "(cached) " >&6
42ecbf5e 2892else
81ecdfbb
RW
2893 if test -n "$CC"; then
2894 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2895else
81ecdfbb 2896 ac_prog_rejected=no
42ecbf5e
DJ
2897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2898for as_dir in $PATH
2899do
2900 IFS=$as_save_IFS
2901 test -z "$as_dir" && as_dir=.
81ecdfbb 2902 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2904 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2905 ac_prog_rejected=yes
2906 continue
2907 fi
2908 ac_cv_prog_CC="cc"
2909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2910 break 2
2911 fi
2912done
81ecdfbb
RW
2913 done
2914IFS=$as_save_IFS
42ecbf5e
DJ
2915
2916if test $ac_prog_rejected = yes; then
2917 # We found a bogon in the path, so make sure we never use it.
2918 set dummy $ac_cv_prog_CC
2919 shift
2920 if test $# != 0; then
2921 # We chose a different compiler from the bogus one.
2922 # However, it has the same basename, so the bogon will be chosen
2923 # first if we set CC to just the basename; use the full file name.
2924 shift
2925 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2926 fi
2927fi
2928fi
2929fi
2930CC=$ac_cv_prog_CC
2931if test -n "$CC"; then
81ecdfbb
RW
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2933$as_echo "$CC" >&6; }
42ecbf5e 2934else
81ecdfbb
RW
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2936$as_echo "no" >&6; }
42ecbf5e
DJ
2937fi
2938
81ecdfbb 2939
42ecbf5e
DJ
2940fi
2941if test -z "$CC"; then
2942 if test -n "$ac_tool_prefix"; then
81ecdfbb 2943 for ac_prog in cl.exe
42ecbf5e
DJ
2944 do
2945 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2946set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2948$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2949if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2950 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2951else
2952 if test -n "$CC"; then
2953 ac_cv_prog_CC="$CC" # Let the user override the test.
2954else
2955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2956for as_dir in $PATH
2957do
2958 IFS=$as_save_IFS
2959 test -z "$as_dir" && as_dir=.
81ecdfbb 2960 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2961 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2962 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2964 break 2
2965 fi
2966done
81ecdfbb
RW
2967 done
2968IFS=$as_save_IFS
42ecbf5e
DJ
2969
2970fi
2971fi
2972CC=$ac_cv_prog_CC
2973if test -n "$CC"; then
81ecdfbb
RW
2974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2975$as_echo "$CC" >&6; }
42ecbf5e 2976else
81ecdfbb
RW
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2978$as_echo "no" >&6; }
42ecbf5e
DJ
2979fi
2980
81ecdfbb 2981
42ecbf5e
DJ
2982 test -n "$CC" && break
2983 done
2984fi
2985if test -z "$CC"; then
2986 ac_ct_CC=$CC
81ecdfbb 2987 for ac_prog in cl.exe
42ecbf5e
DJ
2988do
2989 # Extract the first word of "$ac_prog", so it can be a program name with args.
2990set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2992$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2993if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2994 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2995else
2996 if test -n "$ac_ct_CC"; then
2997 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2998else
2999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3000for as_dir in $PATH
3001do
3002 IFS=$as_save_IFS
3003 test -z "$as_dir" && as_dir=.
81ecdfbb 3004 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 3006 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3008 break 2
3009 fi
3010done
81ecdfbb
RW
3011 done
3012IFS=$as_save_IFS
42ecbf5e
DJ
3013
3014fi
3015fi
3016ac_ct_CC=$ac_cv_prog_ac_ct_CC
3017if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3019$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 3020else
81ecdfbb
RW
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3022$as_echo "no" >&6; }
42ecbf5e
DJ
3023fi
3024
81ecdfbb 3025
42ecbf5e
DJ
3026 test -n "$ac_ct_CC" && break
3027done
3028
81ecdfbb
RW
3029 if test "x$ac_ct_CC" = x; then
3030 CC=""
3031 else
3032 case $cross_compiling:$ac_tool_warned in
3033yes:)
3034{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3035$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3036ac_tool_warned=yes ;;
3037esac
3038 CC=$ac_ct_CC
3039 fi
42ecbf5e
DJ
3040fi
3041
3042fi
3043
3044
81ecdfbb
RW
3045test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3046$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3047as_fn_error $? "no acceptable C compiler found in \$PATH
3048See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
3049
3050# Provide some information about the compiler.
81ecdfbb
RW
3051$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3052set X $ac_compile
3053ac_compiler=$2
3054for ac_option in --version -v -V -qversion; do
3055 { { ac_try="$ac_compiler $ac_option >&5"
3056case "(($ac_try" in
3057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3058 *) ac_try_echo=$ac_try;;
3059esac
3060eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3061$as_echo "$ac_try_echo"; } >&5
3062 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 3063 ac_status=$?
81ecdfbb
RW
3064 if test -s conftest.err; then
3065 sed '10a\
3066... rest of stderr output deleted ...
3067 10q' conftest.err >conftest.er1
3068 cat conftest.er1 >&5
81ecdfbb 3069 fi
d0ac1c44 3070 rm -f conftest.er1 conftest.err
81ecdfbb
RW
3071 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3072 test $ac_status = 0; }
3073done
42ecbf5e 3074
81ecdfbb 3075cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3076/* end confdefs.h. */
3077
3078int
3079main ()
3080{
3081
3082 ;
3083 return 0;
3084}
3085_ACEOF
3086ac_clean_files_save=$ac_clean_files
d0ac1c44 3087ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
42ecbf5e
DJ
3088# Try to create an executable without -o first, disregard a.out.
3089# It will help us diagnose broken compilers, and finding out an intuition
3090# of exeext.
d0ac1c44
SM
3091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3092$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
3093ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3094
3095# The possible output files:
3096ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3097
3098ac_rmfiles=
3099for ac_file in $ac_files
3100do
3101 case $ac_file in
3102 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3103 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3104 esac
3105done
3106rm -f $ac_rmfiles
3107
3108if { { ac_try="$ac_link_default"
3109case "(($ac_try" in
3110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3111 *) ac_try_echo=$ac_try;;
3112esac
3113eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3114$as_echo "$ac_try_echo"; } >&5
3115 (eval "$ac_link_default") 2>&5
3116 ac_status=$?
3117 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3118 test $ac_status = 0; }; then :
3119 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3120# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3121# in a Makefile. We should not override ac_cv_exeext if it was cached,
3122# so that the user can short-circuit this test for compilers unknown to
3123# Autoconf.
3124for ac_file in $ac_files ''
42ecbf5e
DJ
3125do
3126 test -f "$ac_file" || continue
3127 case $ac_file in
81ecdfbb 3128 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3129 ;;
3130 [ab].out )
3131 # We found the default executable, but exeext='' is most
3132 # certainly right.
3133 break;;
3134 *.* )
81ecdfbb
RW
3135 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3136 then :; else
3137 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3138 fi
3139 # We set ac_cv_exeext here because the later test for it is not
3140 # safe: cross compilers may not add the suffix if given an `-o'
3141 # argument, so we may need to know it at that point already.
3142 # Even if this section looks crufty: it has the advantage of
3143 # actually working.
42ecbf5e
DJ
3144 break;;
3145 * )
3146 break;;
3147 esac
3148done
81ecdfbb
RW
3149test "$ac_cv_exeext" = no && ac_cv_exeext=
3150
42ecbf5e 3151else
81ecdfbb
RW
3152 ac_file=''
3153fi
81ecdfbb 3154if test -z "$ac_file"; then :
d0ac1c44
SM
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3156$as_echo "no" >&6; }
3157$as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3158sed 's/^/| /' conftest.$ac_ext >&5
3159
81ecdfbb
RW
3160{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3161$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3162as_fn_error 77 "C compiler cannot create executables
3163See \`config.log' for more details" "$LINENO" 5; }
3164else
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3166$as_echo "yes" >&6; }
42ecbf5e 3167fi
d0ac1c44
SM
3168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3169$as_echo_n "checking for C compiler default output file name... " >&6; }
3170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3171$as_echo "$ac_file" >&6; }
42ecbf5e 3172ac_exeext=$ac_cv_exeext
42ecbf5e 3173
d0ac1c44 3174rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
42ecbf5e 3175ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3177$as_echo_n "checking for suffix of executables... " >&6; }
3178if { { ac_try="$ac_link"
3179case "(($ac_try" in
3180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3181 *) ac_try_echo=$ac_try;;
3182esac
3183eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3184$as_echo "$ac_try_echo"; } >&5
3185 (eval "$ac_link") 2>&5
42ecbf5e 3186 ac_status=$?
81ecdfbb
RW
3187 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3188 test $ac_status = 0; }; then :
42ecbf5e
DJ
3189 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3190# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3191# work properly (i.e., refer to `conftest.exe'), while it won't with
3192# `rm'.
3193for ac_file in conftest.exe conftest conftest.*; do
3194 test -f "$ac_file" || continue
3195 case $ac_file in
81ecdfbb 3196 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3197 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3198 break;;
3199 * ) break;;
3200 esac
3201done
3202else
81ecdfbb
RW
3203 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3204$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3205as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3206See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e 3207fi
d0ac1c44 3208rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
3209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3210$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3211
3212rm -f conftest.$ac_ext
3213EXEEXT=$ac_cv_exeext
3214ac_exeext=$EXEEXT
d0ac1c44
SM
3215cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3216/* end confdefs.h. */
3217#include <stdio.h>
3218int
3219main ()
3220{
3221FILE *f = fopen ("conftest.out", "w");
3222 return ferror (f) || fclose (f) != 0;
3223
3224 ;
3225 return 0;
3226}
3227_ACEOF
3228ac_clean_files="$ac_clean_files conftest.out"
3229# Check that the compiler produces executables we can run. If not, either
3230# the compiler is broken, or we cross compile.
3231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3232$as_echo_n "checking whether we are cross compiling... " >&6; }
3233if test "$cross_compiling" != yes; then
3234 { { ac_try="$ac_link"
3235case "(($ac_try" in
3236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3237 *) ac_try_echo=$ac_try;;
3238esac
3239eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3240$as_echo "$ac_try_echo"; } >&5
3241 (eval "$ac_link") 2>&5
3242 ac_status=$?
3243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3244 test $ac_status = 0; }
3245 if { ac_try='./conftest$ac_cv_exeext'
3246 { { case "(($ac_try" in
3247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3248 *) ac_try_echo=$ac_try;;
3249esac
3250eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3251$as_echo "$ac_try_echo"; } >&5
3252 (eval "$ac_try") 2>&5
3253 ac_status=$?
3254 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3255 test $ac_status = 0; }; }; then
3256 cross_compiling=no
3257 else
3258 if test "$cross_compiling" = maybe; then
3259 cross_compiling=yes
3260 else
3261 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3262$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3263as_fn_error $? "cannot run C compiled programs.
3264If you meant to cross compile, use \`--host'.
3265See \`config.log' for more details" "$LINENO" 5; }
3266 fi
3267 fi
3268fi
3269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3270$as_echo "$cross_compiling" >&6; }
3271
3272rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3273ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3275$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3276if ${ac_cv_objext+:} false; then :
81ecdfbb 3277 $as_echo_n "(cached) " >&6
42ecbf5e 3278else
81ecdfbb 3279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3280/* end confdefs.h. */
3281
3282int
3283main ()
3284{
3285
3286 ;
3287 return 0;
3288}
3289_ACEOF
3290rm -f conftest.o conftest.obj
81ecdfbb
RW
3291if { { ac_try="$ac_compile"
3292case "(($ac_try" in
3293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3294 *) ac_try_echo=$ac_try;;
3295esac
3296eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3297$as_echo "$ac_try_echo"; } >&5
3298 (eval "$ac_compile") 2>&5
3299 ac_status=$?
3300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3301 test $ac_status = 0; }; then :
3302 for ac_file in conftest.o conftest.obj conftest.*; do
3303 test -f "$ac_file" || continue;
42ecbf5e 3304 case $ac_file in
81ecdfbb 3305 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3306 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3307 break;;
3308 esac
3309done
3310else
81ecdfbb 3311 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3312sed 's/^/| /' conftest.$ac_ext >&5
3313
81ecdfbb
RW
3314{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3315$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3316as_fn_error $? "cannot compute suffix of object files: cannot compile
3317See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e 3318fi
42ecbf5e
DJ
3319rm -f conftest.$ac_cv_objext conftest.$ac_ext
3320fi
81ecdfbb
RW
3321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3322$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3323OBJEXT=$ac_cv_objext
3324ac_objext=$OBJEXT
81ecdfbb
RW
3325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3326$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3327if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3328 $as_echo_n "(cached) " >&6
42ecbf5e 3329else
81ecdfbb 3330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3331/* end confdefs.h. */
3332
3333int
3334main ()
3335{
3336#ifndef __GNUC__
3337 choke me
3338#endif
3339
3340 ;
3341 return 0;
3342}
3343_ACEOF
81ecdfbb 3344if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3345 ac_compiler_gnu=yes
3346else
81ecdfbb 3347 ac_compiler_gnu=no
42ecbf5e 3348fi
81ecdfbb 3349rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3350ac_cv_c_compiler_gnu=$ac_compiler_gnu
3351
3352fi
81ecdfbb
RW
3353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3354$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3355if test $ac_compiler_gnu = yes; then
3356 GCC=yes
3357else
3358 GCC=
3359fi
42ecbf5e
DJ
3360ac_test_CFLAGS=${CFLAGS+set}
3361ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3363$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3364if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3365 $as_echo_n "(cached) " >&6
3366else
3367 ac_save_c_werror_flag=$ac_c_werror_flag
3368 ac_c_werror_flag=yes
3369 ac_cv_prog_cc_g=no
3370 CFLAGS="-g"
3371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3372/* end confdefs.h. */
3373
3374int
3375main ()
3376{
3377
3378 ;
3379 return 0;
3380}
3381_ACEOF
81ecdfbb 3382if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3383 ac_cv_prog_cc_g=yes
3384else
81ecdfbb
RW
3385 CFLAGS=""
3386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3387/* end confdefs.h. */
3388
3389int
3390main ()
3391{
3392
3393 ;
3394 return 0;
3395}
3396_ACEOF
3397if ac_fn_c_try_compile "$LINENO"; then :
3398
3399else
3400 ac_c_werror_flag=$ac_save_c_werror_flag
3401 CFLAGS="-g"
3402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3403/* end confdefs.h. */
3404
3405int
3406main ()
3407{
42ecbf5e 3408
81ecdfbb
RW
3409 ;
3410 return 0;
3411}
3412_ACEOF
3413if ac_fn_c_try_compile "$LINENO"; then :
3414 ac_cv_prog_cc_g=yes
3415fi
3416rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3417fi
81ecdfbb 3418rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3419fi
81ecdfbb
RW
3420rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3421 ac_c_werror_flag=$ac_save_c_werror_flag
3422fi
3423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3424$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3425if test "$ac_test_CFLAGS" = set; then
3426 CFLAGS=$ac_save_CFLAGS
3427elif test $ac_cv_prog_cc_g = yes; then
3428 if test "$GCC" = yes; then
3429 CFLAGS="-g -O2"
3430 else
3431 CFLAGS="-g"
3432 fi
3433else
3434 if test "$GCC" = yes; then
3435 CFLAGS="-O2"
3436 else
3437 CFLAGS=
3438 fi
3439fi
81ecdfbb
RW
3440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3441$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3442if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3443 $as_echo_n "(cached) " >&6
42ecbf5e 3444else
81ecdfbb 3445 ac_cv_prog_cc_c89=no
42ecbf5e 3446ac_save_CC=$CC
81ecdfbb 3447cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3448/* end confdefs.h. */
3449#include <stdarg.h>
3450#include <stdio.h>
d0ac1c44 3451struct stat;
42ecbf5e
DJ
3452/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3453struct buf { int x; };
3454FILE * (*rcsopen) (struct buf *, struct stat *, int);
3455static char *e (p, i)
3456 char **p;
3457 int i;
3458{
3459 return p[i];
3460}
3461static char *f (char * (*g) (char **, int), char **p, ...)
3462{
3463 char *s;
3464 va_list v;
3465 va_start (v,p);
3466 s = g (p, va_arg (v,int));
3467 va_end (v);
3468 return s;
3469}
3470
3471/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3472 function prototypes and stuff, but not '\xHH' hex character constants.
3473 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3474 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3475 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3476 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3477 that's true only with -std. */
42ecbf5e
DJ
3478int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3479
81ecdfbb
RW
3480/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3481 inside strings and character constants. */
3482#define FOO(x) 'x'
3483int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3484
42ecbf5e
DJ
3485int test (int i, double x);
3486struct s1 {int (*f) (int a);};
3487struct s2 {int (*f) (double a);};
3488int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3489int argc;
3490char **argv;
3491int
3492main ()
3493{
3494return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3495 ;
3496 return 0;
3497}
3498_ACEOF
81ecdfbb
RW
3499for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3500 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3501do
3502 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3503 if ac_fn_c_try_compile "$LINENO"; then :
3504 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3505fi
81ecdfbb
RW
3506rm -f core conftest.err conftest.$ac_objext
3507 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3508done
81ecdfbb 3509rm -f conftest.$ac_ext
42ecbf5e
DJ
3510CC=$ac_save_CC
3511
3512fi
81ecdfbb
RW
3513# AC_CACHE_VAL
3514case "x$ac_cv_prog_cc_c89" in
3515 x)
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3517$as_echo "none needed" >&6; } ;;
3518 xno)
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3520$as_echo "unsupported" >&6; } ;;
42ecbf5e 3521 *)
81ecdfbb
RW
3522 CC="$CC $ac_cv_prog_cc_c89"
3523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3524$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3525esac
81ecdfbb 3526if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3527
42ecbf5e
DJ
3528fi
3529
42ecbf5e
DJ
3530ac_ext=c
3531ac_cpp='$CPP $CPPFLAGS'
3532ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3533ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3534ac_compiler_gnu=$ac_cv_c_compiler_gnu
3535
d0ac1c44
SM
3536ac_ext=c
3537ac_cpp='$CPP $CPPFLAGS'
3538ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3539ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3540ac_compiler_gnu=$ac_cv_c_compiler_gnu
3541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3542$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3543if ${am_cv_prog_cc_c_o+:} false; then :
3544 $as_echo_n "(cached) " >&6
3545else
3546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3547/* end confdefs.h. */
3548
3549int
3550main ()
3551{
3552
3553 ;
3554 return 0;
3555}
3556_ACEOF
3557 # Make sure it works both with $CC and with simple cc.
3558 # Following AC_PROG_CC_C_O, we do the test twice because some
3559 # compilers refuse to overwrite an existing .o file with -o,
3560 # though they will create one.
3561 am_cv_prog_cc_c_o=yes
3562 for am_i in 1 2; do
3563 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3564 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3565 ac_status=$?
3566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3567 (exit $ac_status); } \
3568 && test -f conftest2.$ac_objext; then
3569 : OK
3570 else
3571 am_cv_prog_cc_c_o=no
3572 break
3573 fi
3574 done
3575 rm -f core conftest*
3576 unset am_i
3577fi
3578{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3579$as_echo "$am_cv_prog_cc_c_o" >&6; }
3580if test "$am_cv_prog_cc_c_o" != yes; then
3581 # Losing compiler, so override with the script.
3582 # FIXME: It is wrong to rewrite CC.
3583 # But if we don't then we get into trouble of one sort or another.
3584 # A longer-term fix would be to have automake use am__CC in this case,
3585 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3586 CC="$am_aux_dir/compile $CC"
3587fi
3588ac_ext=c
3589ac_cpp='$CPP $CPPFLAGS'
3590ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3591ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3592ac_compiler_gnu=$ac_cv_c_compiler_gnu
3593
3594
42ecbf5e 3595
81ecdfbb
RW
3596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3597$as_echo_n "checking for library containing strerror... " >&6; }
d0ac1c44 3598if ${ac_cv_search_strerror+:} false; then :
81ecdfbb 3599 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3600else
3601 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3602cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3603/* end confdefs.h. */
3604
81ecdfbb
RW
3605/* Override any GCC internal prototype to avoid an error.
3606 Use char because int might match the return type of a GCC
3607 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3608#ifdef __cplusplus
3609extern "C"
3610#endif
42ecbf5e
DJ
3611char strerror ();
3612int
3613main ()
3614{
81ecdfbb 3615return strerror ();
42ecbf5e
DJ
3616 ;
3617 return 0;
3618}
3619_ACEOF
81ecdfbb
RW
3620for ac_lib in '' cposix; do
3621 if test -z "$ac_lib"; then
3622 ac_res="none required"
3623 else
3624 ac_res=-l$ac_lib
42ecbf5e 3625 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3626 fi
3627 if ac_fn_c_try_link "$LINENO"; then :
3628 ac_cv_search_strerror=$ac_res
3629fi
3630rm -f core conftest.err conftest.$ac_objext \
3631 conftest$ac_exeext
d0ac1c44 3632 if ${ac_cv_search_strerror+:} false; then :
81ecdfbb
RW
3633 break
3634fi
3635done
d0ac1c44 3636if ${ac_cv_search_strerror+:} false; then :
42ecbf5e 3637
42ecbf5e 3638else
81ecdfbb 3639 ac_cv_search_strerror=no
42ecbf5e 3640fi
81ecdfbb 3641rm conftest.$ac_ext
42ecbf5e
DJ
3642LIBS=$ac_func_search_save_LIBS
3643fi
81ecdfbb
RW
3644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3645$as_echo "$ac_cv_search_strerror" >&6; }
3646ac_res=$ac_cv_search_strerror
3647if test "$ac_res" != no; then :
3648 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3649
3650fi
3651
3652
d0ac1c44 3653am__api_version='1.15'
81ecdfbb 3654
42ecbf5e
DJ
3655# Find a good install program. We prefer a C program (faster),
3656# so one script is as good as another. But avoid the broken or
3657# incompatible versions:
3658# SysV /etc/install, /usr/sbin/install
3659# SunOS /usr/etc/install
3660# IRIX /sbin/install
3661# AIX /bin/install
3662# AmigaOS /C/install, which installs bootblocks on floppy discs
3663# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3664# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3665# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3666# OS/2's system install, which has a completely different semantic
3667# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3668# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3670$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3671if test -z "$INSTALL"; then
d0ac1c44 3672if ${ac_cv_path_install+:} false; then :
81ecdfbb 3673 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3674else
3675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3676for as_dir in $PATH
3677do
3678 IFS=$as_save_IFS
3679 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3680 # Account for people who put trailing slashes in PATH elements.
3681case $as_dir/ in #((
3682 ./ | .// | /[cC]/* | \
42ecbf5e 3683 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3684 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3685 /usr/ucb/* ) ;;
3686 *)
3687 # OSF1 and SCO ODT 3.0 have their own names for install.
3688 # Don't use installbsd from OSF since it installs stuff as root
3689 # by default.
3690 for ac_prog in ginstall scoinst install; do
3691 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3692 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
42ecbf5e
DJ
3693 if test $ac_prog = install &&
3694 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3695 # AIX install. It has an incompatible calling convention.
3696 :
42ecbf5e
DJ
3697 elif test $ac_prog = install &&
3698 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3699 # program-specific install script used by HP pwplus--don't use.
3700 :
252b5132 3701 else
58c85be7
RW
3702 rm -rf conftest.one conftest.two conftest.dir
3703 echo one > conftest.one
3704 echo two > conftest.two
3705 mkdir conftest.dir
3706 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3707 test -s conftest.one && test -s conftest.two &&
3708 test -s conftest.dir/conftest.one &&
3709 test -s conftest.dir/conftest.two
3710 then
3711 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3712 break 3
3713 fi
252b5132
RH
3714 fi
3715 fi
d15b04bd 3716 done
42ecbf5e
DJ
3717 done
3718 ;;
3719esac
81ecdfbb
RW
3720
3721 done
3722IFS=$as_save_IFS
42ecbf5e 3723
58c85be7 3724rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3725
3726fi
3727 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3728 INSTALL=$ac_cv_path_install
252b5132 3729 else
58c85be7
RW
3730 # As a last resort, use the slow shell script. Don't cache a
3731 # value for INSTALL within a source directory, because that will
252b5132 3732 # break other packages using the cache if that directory is
58c85be7 3733 # removed, or if the value is a relative name.
42ecbf5e 3734 INSTALL=$ac_install_sh
252b5132
RH
3735 fi
3736fi
81ecdfbb
RW
3737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3738$as_echo "$INSTALL" >&6; }
252b5132
RH
3739
3740# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3741# It thinks the first close brace ends the variable substitution.
3742test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3743
42ecbf5e 3744test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3745
3746test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3747
81ecdfbb
RW
3748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3749$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
3750# Reject unsafe characters in $srcdir or the absolute working directory
3751# name. Accept space and tab only in the latter.
3752am_lf='
3753'
3754case `pwd` in
3755 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 3756 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
3757esac
3758case $srcdir in
3759 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 3760 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
3761esac
3762
d0ac1c44 3763# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
3764# arguments. Must try -L first in case configure is actually a
3765# symlink; some systems play weird games with the mod time of symlinks
3766# (eg FreeBSD returns the mod time of the symlink's containing
3767# directory).
3768if (
d0ac1c44
SM
3769 am_has_slept=no
3770 for am_try in 1 2; do
3771 echo "timestamp, slept: $am_has_slept" > conftest.file
3772 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3773 if test "$*" = "X"; then
3774 # -L didn't work.
3775 set X `ls -t "$srcdir/configure" conftest.file`
3776 fi
3777 if test "$*" != "X $srcdir/configure conftest.file" \
3778 && test "$*" != "X conftest.file $srcdir/configure"; then
3779
3780 # If neither matched, then we have a broken ls. This can happen
3781 # if, for instance, CONFIG_SHELL is bash and it inherits a
3782 # broken ls alias from the environment. This has actually
3783 # happened. Such a system could not be considered "sane".
3784 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3785 alias in your environment" "$LINENO" 5
3786 fi
3787 if test "$2" = conftest.file || test $am_try -eq 2; then
3788 break
3789 fi
3790 # Just in case.
3791 sleep 1
3792 am_has_slept=yes
3793 done
42ecbf5e 3794 test "$2" = conftest.file
252b5132
RH
3795 )
3796then
3797 # Ok.
3798 :
3799else
d0ac1c44 3800 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 3801Check your system clock" "$LINENO" 5
42ecbf5e 3802fi
81ecdfbb
RW
3803{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3804$as_echo "yes" >&6; }
d0ac1c44
SM
3805# If we didn't sleep, we still need to ensure time stamps of config.status and
3806# generated files are strictly newer.
3807am_sleep_pid=
3808if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3809 ( sleep 1 ) &
3810 am_sleep_pid=$!
3811fi
3812
3813rm -f conftest.file
3814
42ecbf5e 3815test "$program_prefix" != NONE &&
81ecdfbb 3816 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3817# Use a double $ so make ignores it.
3818test "$program_suffix" != NONE &&
81ecdfbb
RW
3819 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3820# Double any \ or $.
42ecbf5e 3821# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3822ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3823program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e 3824
81ecdfbb
RW
3825if test x"${MISSING+set}" != xset; then
3826 case $am_aux_dir in
3827 *\ * | *\ *)
3828 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3829 *)
3830 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3831 esac
3832fi
42ecbf5e 3833# Use eval to expand $SHELL
d0ac1c44
SM
3834if eval "$MISSING --is-lightweight"; then
3835 am_missing_run="$MISSING "
42ecbf5e
DJ
3836else
3837 am_missing_run=
d0ac1c44
SM
3838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3839$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3840fi
3841
d0ac1c44 3842if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
3843 case $am_aux_dir in
3844 *\ * | *\ *)
3845 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3846 *)
3847 install_sh="\${SHELL} $am_aux_dir/install-sh"
3848 esac
3849fi
3850
d0ac1c44
SM
3851# Installed binaries are usually stripped using 'strip' when the user
3852# run "make install-strip". However 'strip' might not be the right
81ecdfbb 3853# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 3854# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
3855if test "$cross_compiling" != no; then
3856 if test -n "$ac_tool_prefix"; then
3857 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3858set dummy ${ac_tool_prefix}strip; ac_word=$2
3859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3860$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3861if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 3862 $as_echo_n "(cached) " >&6
42ecbf5e 3863else
81ecdfbb
RW
3864 if test -n "$STRIP"; then
3865 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3866else
3867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3868for as_dir in $PATH
3869do
3870 IFS=$as_save_IFS
3871 test -z "$as_dir" && as_dir=.
81ecdfbb 3872 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3873 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3874 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3876 break 2
3877 fi
3878done
3879 done
3880IFS=$as_save_IFS
3881
3882fi
3883fi
3884STRIP=$ac_cv_prog_STRIP
3885if test -n "$STRIP"; then
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3887$as_echo "$STRIP" >&6; }
3888else
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3890$as_echo "no" >&6; }
3891fi
3892
3893
3894fi
3895if test -z "$ac_cv_prog_STRIP"; then
3896 ac_ct_STRIP=$STRIP
3897 # Extract the first word of "strip", so it can be a program name with args.
3898set dummy strip; ac_word=$2
3899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3900$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3901if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
3902 $as_echo_n "(cached) " >&6
3903else
3904 if test -n "$ac_ct_STRIP"; then
3905 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3906else
3907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3908for as_dir in $PATH
3909do
3910 IFS=$as_save_IFS
3911 test -z "$as_dir" && as_dir=.
3912 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3913 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3914 ac_cv_prog_ac_ct_STRIP="strip"
3915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3916 break 2
3917 fi
3918done
81ecdfbb
RW
3919 done
3920IFS=$as_save_IFS
3921
3922fi
3923fi
3924ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3925if test -n "$ac_ct_STRIP"; then
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3927$as_echo "$ac_ct_STRIP" >&6; }
3928else
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3930$as_echo "no" >&6; }
3931fi
3932
3933 if test "x$ac_ct_STRIP" = x; then
3934 STRIP=":"
3935 else
3936 case $cross_compiling:$ac_tool_warned in
3937yes:)
3938{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3939$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3940ac_tool_warned=yes ;;
3941esac
3942 STRIP=$ac_ct_STRIP
3943 fi
3944else
3945 STRIP="$ac_cv_prog_STRIP"
3946fi
3947
3948fi
3949INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3950
3951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3952$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3953if test -z "$MKDIR_P"; then
d0ac1c44 3954 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
3955 $as_echo_n "(cached) " >&6
3956else
3957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3958for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3959do
3960 IFS=$as_save_IFS
3961 test -z "$as_dir" && as_dir=.
3962 for ac_prog in mkdir gmkdir; do
3963 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3964 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
3965 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3966 'mkdir (GNU coreutils) '* | \
3967 'mkdir (coreutils) '* | \
3968 'mkdir (fileutils) '4.1*)
3969 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3970 break 3;;
3971 esac
3972 done
3973 done
3974 done
3975IFS=$as_save_IFS
3976
3977fi
3978
d0ac1c44 3979 test -d ./--version && rmdir ./--version
81ecdfbb
RW
3980 if test "${ac_cv_path_mkdir+set}" = set; then
3981 MKDIR_P="$ac_cv_path_mkdir -p"
3982 else
3983 # As a last resort, use the slow shell script. Don't cache a
3984 # value for MKDIR_P within a source directory, because that will
3985 # break other packages using the cache if that directory is
3986 # removed, or if the value is a relative name.
81ecdfbb
RW
3987 MKDIR_P="$ac_install_sh -d"
3988 fi
3989fi
3990{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3991$as_echo "$MKDIR_P" >&6; }
3992
81ecdfbb
RW
3993for ac_prog in gawk mawk nawk awk
3994do
3995 # Extract the first word of "$ac_prog", so it can be a program name with args.
3996set dummy $ac_prog; ac_word=$2
3997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3998$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3999if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb
RW
4000 $as_echo_n "(cached) " >&6
4001else
4002 if test -n "$AWK"; then
4003 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4004else
4005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4006for as_dir in $PATH
4007do
4008 IFS=$as_save_IFS
4009 test -z "$as_dir" && as_dir=.
4010 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4011 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
4012 ac_cv_prog_AWK="$ac_prog"
4013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4014 break 2
4015 fi
42ecbf5e 4016done
81ecdfbb
RW
4017 done
4018IFS=$as_save_IFS
42ecbf5e
DJ
4019
4020fi
4021fi
4022AWK=$ac_cv_prog_AWK
4023if test -n "$AWK"; then
81ecdfbb
RW
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4025$as_echo "$AWK" >&6; }
42ecbf5e 4026else
81ecdfbb
RW
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4028$as_echo "no" >&6; }
42ecbf5e
DJ
4029fi
4030
81ecdfbb 4031
42ecbf5e
DJ
4032 test -n "$AWK" && break
4033done
4034
81ecdfbb
RW
4035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4036$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4037set x ${MAKE-make}
4038ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 4039if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 4040 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
4041else
4042 cat >conftest.make <<\_ACEOF
81ecdfbb 4043SHELL = /bin/sh
42ecbf5e 4044all:
81ecdfbb 4045 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e 4046_ACEOF
d0ac1c44 4047# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
4048case `${MAKE-make} -f conftest.make 2>/dev/null` in
4049 *@@@%%%=?*=@@@%%%*)
4050 eval ac_cv_prog_make_${ac_make}_set=yes;;
4051 *)
4052 eval ac_cv_prog_make_${ac_make}_set=no;;
4053esac
42ecbf5e
DJ
4054rm -f conftest.make
4055fi
81ecdfbb
RW
4056if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4058$as_echo "yes" >&6; }
42ecbf5e
DJ
4059 SET_MAKE=
4060else
81ecdfbb
RW
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062$as_echo "no" >&6; }
42ecbf5e
DJ
4063 SET_MAKE="MAKE=${MAKE-make}"
4064fi
4065
4066rm -rf .tst 2>/dev/null
4067mkdir .tst 2>/dev/null
4068if test -d .tst; then
4069 am__leading_dot=.
4070else
4071 am__leading_dot=_
4072fi
4073rmdir .tst 2>/dev/null
4074
4075DEPDIR="${am__leading_dot}deps"
4076
81ecdfbb 4077ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
4078
4079
4080am_make=${MAKE-make}
4081cat > confinc << 'END'
4082am__doit:
81ecdfbb 4083 @echo this is the am__doit target
42ecbf5e
DJ
4084.PHONY: am__doit
4085END
4086# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
4087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4088$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
4089am__include="#"
4090am__quote=
4091_am_result=none
4092# First try GNU make style include.
4093echo "include confinc" > confmf
d0ac1c44 4094# Ignore all kinds of additional output from 'make'.
81ecdfbb
RW
4095case `$am_make -s -f confmf 2> /dev/null` in #(
4096*the\ am__doit\ target*)
4097 am__include=include
4098 am__quote=
4099 _am_result=GNU
4100 ;;
4101esac
42ecbf5e
DJ
4102# Now try BSD make style include.
4103if test "$am__include" = "#"; then
4104 echo '.include "confinc"' > confmf
81ecdfbb
RW
4105 case `$am_make -s -f confmf 2> /dev/null` in #(
4106 *the\ am__doit\ target*)
4107 am__include=.include
4108 am__quote="\""
4109 _am_result=BSD
4110 ;;
4111 esac
42ecbf5e
DJ
4112fi
4113
4114
81ecdfbb
RW
4115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4116$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
4117rm -f confinc confmf
4118
81ecdfbb
RW
4119# Check whether --enable-dependency-tracking was given.
4120if test "${enable_dependency_tracking+set}" = set; then :
4121 enableval=$enable_dependency_tracking;
4122fi
42ecbf5e 4123
42ecbf5e
DJ
4124if test "x$enable_dependency_tracking" != xno; then
4125 am_depcomp="$ac_aux_dir/depcomp"
4126 AMDEPBACKSLASH='\'
6eb7d830 4127 am__nodep='_no'
42ecbf5e 4128fi
81ecdfbb 4129 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
4130 AMDEP_TRUE=
4131 AMDEP_FALSE='#'
4132else
4133 AMDEP_TRUE='#'
4134 AMDEP_FALSE=
4135fi
4136
4137
d0ac1c44
SM
4138# Check whether --enable-silent-rules was given.
4139if test "${enable_silent_rules+set}" = set; then :
4140 enableval=$enable_silent_rules;
4141fi
4142
4143case $enable_silent_rules in # (((
4144 yes) AM_DEFAULT_VERBOSITY=0;;
4145 no) AM_DEFAULT_VERBOSITY=1;;
4146 *) AM_DEFAULT_VERBOSITY=1;;
4147esac
4148am_make=${MAKE-make}
4149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4150$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4151if ${am_cv_make_support_nested_variables+:} false; then :
4152 $as_echo_n "(cached) " >&6
4153else
4154 if $as_echo 'TRUE=$(BAR$(V))
4155BAR0=false
4156BAR1=true
4157V=1
4158am__doit:
4159 @$(TRUE)
4160.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4161 am_cv_make_support_nested_variables=yes
4162else
4163 am_cv_make_support_nested_variables=no
4164fi
4165fi
4166{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4167$as_echo "$am_cv_make_support_nested_variables" >&6; }
4168if test $am_cv_make_support_nested_variables = yes; then
4169 AM_V='$(V)'
4170 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4171else
4172 AM_V=$AM_DEFAULT_VERBOSITY
4173 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4174fi
4175AM_BACKSLASH='\'
4176
81ecdfbb
RW
4177if test "`cd $srcdir && pwd`" != "`pwd`"; then
4178 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4179 # is not polluted with repeated "-I."
4180 am__isrc=' -I$(srcdir)'
4181 # test to see if srcdir already configured
4182 if test -f $srcdir/config.status; then
d0ac1c44 4183 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 4184 fi
42ecbf5e
DJ
4185fi
4186
4187# test whether we have cygpath
4188if test -z "$CYGPATH_W"; then
4189 if (cygpath --version) >/dev/null 2>/dev/null; then
4190 CYGPATH_W='cygpath -w'
4191 else
4192 CYGPATH_W=echo
4193 fi
4194fi
4195
4196
4197# Define the identity of the package.
2e98a7bd 4198 PACKAGE='binutils'
b19d852d 4199 VERSION='2.35.50'
42ecbf5e
DJ
4200
4201
4202cat >>confdefs.h <<_ACEOF
4203#define PACKAGE "$PACKAGE"
4204_ACEOF
4205
4206
4207cat >>confdefs.h <<_ACEOF
4208#define VERSION "$VERSION"
4209_ACEOF
4210
4211# Some tools Automake needs.
4212
4213ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4214
4215
4216AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4217
4218
4219AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4220
4221
4222AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4223
4224
4225MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4226
d0ac1c44
SM
4227# For better backward compatibility. To be removed once Automake 1.9.x
4228# dies out for good. For more background, see:
4229# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4230# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4231mkdir_p='$(MKDIR_P)'
4232
4233# We need awk for the "check" target (and possibly the TAP driver). The
4234# system "awk" is bad on some platforms.
6eb7d830
AM
4235# Always define AMTAR for backward compatibility. Yes, it's still used
4236# in the wild :-( We should find a proper way to deprecate it ...
4237AMTAR='$${TAR-tar}'
252b5132 4238
d0ac1c44
SM
4239
4240# We'll loop over all known methods to create a tar archive until one works.
4241_am_tools='gnutar pax cpio none'
4242
6eb7d830 4243am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
252b5132
RH
4244
4245
4246
252b5132 4247
d0ac1c44 4248
42ecbf5e
DJ
4249depcc="$CC" am_compiler_list=
4250
81ecdfbb
RW
4251{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4252$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 4253if ${am_cv_CC_dependencies_compiler_type+:} false; then :
81ecdfbb 4254 $as_echo_n "(cached) " >&6
252b5132 4255else
42ecbf5e
DJ
4256 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4257 # We make a subdir and do the tests there. Otherwise we can end up
4258 # making bogus files that we don't know about and never remove. For
4259 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
4260 # making a dummy file named 'D' -- because '-MD' means "put the output
4261 # in D".
6eb7d830 4262 rm -rf conftest.dir
42ecbf5e
DJ
4263 mkdir conftest.dir
4264 # Copy depcomp to subdir because otherwise we won't find it if we're
4265 # using a relative directory.
4266 cp "$am_depcomp" conftest.dir
4267 cd conftest.dir
4268 # We will build objects and dependencies in a subdirectory because
4269 # it helps to detect inapplicable dependency modes. For instance
4270 # both Tru64's cc and ICC support -MD to output dependencies as a
4271 # side effect of compilation, but ICC will put the dependencies in
4272 # the current directory while Tru64 will put them in the object
4273 # directory.
4274 mkdir sub
252b5132 4275
42ecbf5e
DJ
4276 am_cv_CC_dependencies_compiler_type=none
4277 if test "$am_compiler_list" = ""; then
4278 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4279 fi
81ecdfbb
RW
4280 am__universal=false
4281 case " $depcc " in #(
4282 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4283 esac
4284
42ecbf5e
DJ
4285 for depmode in $am_compiler_list; do
4286 # Setup a source with many dependencies, because some compilers
4287 # like to wrap large dependency lists on column 80 (with \), and
4288 # we should not choose a depcomp mode which is confused by this.
4289 #
4290 # We need to recreate these files for each test, as the compiler may
4291 # overwrite some of them when testing with obscure command lines.
4292 # This happens at least with the AIX C compiler.
4293 : > sub/conftest.c
4294 for i in 1 2 3 4 5 6; do
4295 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
4296 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4297 # Solaris 10 /bin/sh.
4298 echo '/* dummy */' > sub/conftst$i.h
42ecbf5e
DJ
4299 done
4300 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4301
d0ac1c44 4302 # We check with '-c' and '-o' for the sake of the "dashmstdout"
81ecdfbb 4303 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
4304 # handle '-M -o', and we need to detect this. Also, some Intel
4305 # versions had trouble with output in subdirs.
81ecdfbb
RW
4306 am__obj=sub/conftest.${OBJEXT-o}
4307 am__minus_obj="-o $am__obj"
42ecbf5e 4308 case $depmode in
81ecdfbb
RW
4309 gcc)
4310 # This depmode causes a compiler race in universal mode.
4311 test "$am__universal" = false || continue
4312 ;;
42ecbf5e 4313 nosideeffect)
d0ac1c44
SM
4314 # After this tag, mechanisms are not by side-effect, so they'll
4315 # only be used when explicitly requested.
42ecbf5e
DJ
4316 if test "x$enable_dependency_tracking" = xyes; then
4317 continue
4318 else
4319 break
4320 fi
4321 ;;
6eb7d830 4322 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
d0ac1c44 4323 # This compiler won't grok '-c -o', but also, the minuso test has
81ecdfbb
RW
4324 # not run yet. These depmodes are late enough in the game, and
4325 # so weak that their functioning should not be impacted.
4326 am__obj=conftest.${OBJEXT-o}
4327 am__minus_obj=
4328 ;;
42ecbf5e
DJ
4329 none) break ;;
4330 esac
42ecbf5e 4331 if depmode=$depmode \
81ecdfbb 4332 source=sub/conftest.c object=$am__obj \
42ecbf5e 4333 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4334 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4335 >/dev/null 2>conftest.err &&
81ecdfbb 4336 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4337 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4338 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4339 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4340 # icc doesn't choke on unknown options, it will just issue warnings
4341 # or remarks (even with -Werror). So we grep stderr for any message
4342 # that says an option was ignored or not supported.
4343 # When given -MP, icc 7.0 and 7.1 complain thusly:
4344 # icc: Command line warning: ignoring option '-M'; no argument required
4345 # The diagnosis changed in icc 8.0:
4346 # icc: Command line remark: option '-MP' not supported
4347 if (grep 'ignoring option' conftest.err ||
4348 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4349 am_cv_CC_dependencies_compiler_type=$depmode
4350 break
4351 fi
4352 fi
4353 done
4354
4355 cd ..
4356 rm -rf conftest.dir
252b5132 4357else
42ecbf5e 4358 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
4359fi
4360
252b5132 4361fi
81ecdfbb
RW
4362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4363$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4364CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4365
81ecdfbb 4366 if
42ecbf5e
DJ
4367 test "x$enable_dependency_tracking" != xno \
4368 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4369 am__fastdepCC_TRUE=
4370 am__fastdepCC_FALSE='#'
252b5132 4371else
42ecbf5e
DJ
4372 am__fastdepCC_TRUE='#'
4373 am__fastdepCC_FALSE=
252b5132
RH
4374fi
4375
4376
4377
d0ac1c44
SM
4378# POSIX will say in a future version that running "rm -f" with no argument
4379# is OK; and we want to be able to make that assumption in our Makefile
4380# recipes. So use an aggressive probe to check that the usage we want is
4381# actually supported "in the wild" to an acceptable degree.
4382# See automake bug#10828.
4383# To make any issue more visible, cause the running configure to be aborted
4384# by default if the 'rm' program in use doesn't match our expectations; the
4385# user can still override this though.
4386if rm -f && rm -fr && rm -rf; then : OK; else
4387 cat >&2 <<'END'
4388Oops!
4389
4390Your 'rm' program seems unable to run without file operands specified
4391on the command line, even when the '-f' option is present. This is contrary
4392to the behaviour of most rm programs out there, and not conforming with
4393the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4394
4395Please tell bug-automake@gnu.org about your system, including the value
4396of your $PATH and any error possibly output before this message. This
4397can help us improve future automake versions.
4398
4399END
4400 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4401 echo 'Configuration will proceed anyway, since you have set the' >&2
4402 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4403 echo >&2
4404 else
4405 cat >&2 <<'END'
4406Aborting the configuration process, to ensure you take notice of the issue.
4407
4408You can download and install GNU coreutils to get an 'rm' implementation
4409that behaves properly: <http://www.gnu.org/software/coreutils/>.
4410
4411If you want to complete the configuration process using your problematic
4412'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4413to "yes", and re-run configure.
4414
4415END
4416 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4417 fi
4418fi
4419
42ecbf5e 4420
d45dc31f
SE
4421ac_ext=c
4422ac_cpp='$CPP $CPPFLAGS'
4423ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4424ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4425ac_compiler_gnu=$ac_cv_c_compiler_gnu
4426if test -n "$ac_tool_prefix"; then
4427 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4428set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4430$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4431if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4432 $as_echo_n "(cached) " >&6
252b5132 4433else
d45dc31f
SE
4434 if test -n "$CC"; then
4435 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 4436else
d45dc31f
SE
4437as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4438for as_dir in $PATH
4439do
4440 IFS=$as_save_IFS
4441 test -z "$as_dir" && as_dir=.
81ecdfbb 4442 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4443 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4444 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4446 break 2
4447 fi
4448done
81ecdfbb
RW
4449 done
4450IFS=$as_save_IFS
ceae3e33 4451
d45dc31f
SE
4452fi
4453fi
4454CC=$ac_cv_prog_CC
4455if test -n "$CC"; then
81ecdfbb
RW
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4457$as_echo "$CC" >&6; }
252b5132 4458else
81ecdfbb
RW
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4460$as_echo "no" >&6; }
252b5132 4461fi
d45dc31f 4462
81ecdfbb 4463
d45dc31f
SE
4464fi
4465if test -z "$ac_cv_prog_CC"; then
4466 ac_ct_CC=$CC
4467 # Extract the first word of "gcc", so it can be a program name with args.
4468set dummy gcc; ac_word=$2
81ecdfbb
RW
4469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4470$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4471if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4472 $as_echo_n "(cached) " >&6
252b5132 4473else
d45dc31f
SE
4474 if test -n "$ac_ct_CC"; then
4475 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4476else
d45dc31f
SE
4477as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4478for as_dir in $PATH
4479do
4480 IFS=$as_save_IFS
4481 test -z "$as_dir" && as_dir=.
81ecdfbb 4482 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4483 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4484 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4486 break 2
4487 fi
4488done
81ecdfbb
RW
4489 done
4490IFS=$as_save_IFS
d45dc31f 4491
252b5132
RH
4492fi
4493fi
d45dc31f
SE
4494ac_ct_CC=$ac_cv_prog_ac_ct_CC
4495if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4497$as_echo "$ac_ct_CC" >&6; }
252b5132 4498else
81ecdfbb
RW
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4500$as_echo "no" >&6; }
252b5132 4501fi
d45dc31f 4502
81ecdfbb
RW
4503 if test "x$ac_ct_CC" = x; then
4504 CC=""
4505 else
4506 case $cross_compiling:$ac_tool_warned in
4507yes:)
4508{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4509$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4510ac_tool_warned=yes ;;
4511esac
4512 CC=$ac_ct_CC
4513 fi
d45dc31f
SE
4514else
4515 CC="$ac_cv_prog_CC"
4516fi
4517
4518if test -z "$CC"; then
81ecdfbb
RW
4519 if test -n "$ac_tool_prefix"; then
4520 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4521set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4523$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4524if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4525 $as_echo_n "(cached) " >&6
252b5132 4526else
d45dc31f
SE
4527 if test -n "$CC"; then
4528 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4529else
d45dc31f
SE
4530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4531for as_dir in $PATH
4532do
4533 IFS=$as_save_IFS
4534 test -z "$as_dir" && as_dir=.
81ecdfbb 4535 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4536 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4537 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4539 break 2
4540 fi
4541done
81ecdfbb
RW
4542 done
4543IFS=$as_save_IFS
d45dc31f 4544
252b5132
RH
4545fi
4546fi
d45dc31f
SE
4547CC=$ac_cv_prog_CC
4548if test -n "$CC"; then
81ecdfbb
RW
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4550$as_echo "$CC" >&6; }
d45dc31f 4551else
81ecdfbb
RW
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4553$as_echo "no" >&6; }
252b5132
RH
4554fi
4555
252b5132 4556
81ecdfbb 4557 fi
d45dc31f
SE
4558fi
4559if test -z "$CC"; then
4560 # Extract the first word of "cc", so it can be a program name with args.
4561set dummy cc; ac_word=$2
81ecdfbb
RW
4562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4563$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4564if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4565 $as_echo_n "(cached) " >&6
252b5132 4566else
d45dc31f
SE
4567 if test -n "$CC"; then
4568 ac_cv_prog_CC="$CC" # Let the user override the test.
4569else
4570 ac_prog_rejected=no
4571as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4572for as_dir in $PATH
4573do
4574 IFS=$as_save_IFS
4575 test -z "$as_dir" && as_dir=.
81ecdfbb 4576 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4577 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f
SE
4578 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4579 ac_prog_rejected=yes
4580 continue
4581 fi
4582 ac_cv_prog_CC="cc"
81ecdfbb 4583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4584 break 2
4585 fi
4586done
81ecdfbb
RW
4587 done
4588IFS=$as_save_IFS
d45dc31f
SE
4589
4590if test $ac_prog_rejected = yes; then
4591 # We found a bogon in the path, so make sure we never use it.
4592 set dummy $ac_cv_prog_CC
4593 shift
4594 if test $# != 0; then
4595 # We chose a different compiler from the bogus one.
4596 # However, it has the same basename, so the bogon will be chosen
4597 # first if we set CC to just the basename; use the full file name.
4598 shift
4599 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4600 fi
4601fi
4602fi
4603fi
4604CC=$ac_cv_prog_CC
4605if test -n "$CC"; then
81ecdfbb
RW
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4607$as_echo "$CC" >&6; }
d45dc31f 4608else
81ecdfbb
RW
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4610$as_echo "no" >&6; }
252b5132
RH
4611fi
4612
81ecdfbb 4613
d45dc31f
SE
4614fi
4615if test -z "$CC"; then
4616 if test -n "$ac_tool_prefix"; then
81ecdfbb 4617 for ac_prog in cl.exe
d45dc31f
SE
4618 do
4619 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4620set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4622$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4623if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4624 $as_echo_n "(cached) " >&6
ac48eca1 4625else
d45dc31f
SE
4626 if test -n "$CC"; then
4627 ac_cv_prog_CC="$CC" # Let the user override the test.
4628else
4629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4630for as_dir in $PATH
4631do
4632 IFS=$as_save_IFS
4633 test -z "$as_dir" && as_dir=.
81ecdfbb 4634 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4636 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4638 break 2
4639 fi
4640done
81ecdfbb
RW
4641 done
4642IFS=$as_save_IFS
ac48eca1 4643
d45dc31f
SE
4644fi
4645fi
4646CC=$ac_cv_prog_CC
4647if test -n "$CC"; then
81ecdfbb
RW
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4649$as_echo "$CC" >&6; }
d45dc31f 4650else
81ecdfbb
RW
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4652$as_echo "no" >&6; }
d45dc31f 4653fi
ac48eca1 4654
81ecdfbb 4655
d45dc31f
SE
4656 test -n "$CC" && break
4657 done
4658fi
4659if test -z "$CC"; then
4660 ac_ct_CC=$CC
81ecdfbb 4661 for ac_prog in cl.exe
d45dc31f
SE
4662do
4663 # Extract the first word of "$ac_prog", so it can be a program name with args.
4664set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4666$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4667if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4668 $as_echo_n "(cached) " >&6
d45dc31f
SE
4669else
4670 if test -n "$ac_ct_CC"; then
4671 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4672else
4673as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4674for as_dir in $PATH
4675do
4676 IFS=$as_save_IFS
4677 test -z "$as_dir" && as_dir=.
81ecdfbb 4678 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4679 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4680 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4682 break 2
4683 fi
4684done
81ecdfbb
RW
4685 done
4686IFS=$as_save_IFS
ac48eca1 4687
d45dc31f
SE
4688fi
4689fi
4690ac_ct_CC=$ac_cv_prog_ac_ct_CC
4691if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4693$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4694else
81ecdfbb
RW
4695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4696$as_echo "no" >&6; }
d45dc31f 4697fi
ac48eca1 4698
81ecdfbb 4699
d45dc31f
SE
4700 test -n "$ac_ct_CC" && break
4701done
ac48eca1 4702
81ecdfbb
RW
4703 if test "x$ac_ct_CC" = x; then
4704 CC=""
4705 else
4706 case $cross_compiling:$ac_tool_warned in
4707yes:)
4708{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4709$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4710ac_tool_warned=yes ;;
4711esac
4712 CC=$ac_ct_CC
4713 fi
d45dc31f 4714fi
ac48eca1
AO
4715
4716fi
ac48eca1 4717
ac48eca1 4718
81ecdfbb
RW
4719test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4720$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4721as_fn_error $? "no acceptable C compiler found in \$PATH
4722See \`config.log' for more details" "$LINENO" 5; }
ac48eca1 4723
d45dc31f 4724# Provide some information about the compiler.
81ecdfbb
RW
4725$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4726set X $ac_compile
4727ac_compiler=$2
4728for ac_option in --version -v -V -qversion; do
4729 { { ac_try="$ac_compiler $ac_option >&5"
4730case "(($ac_try" in
4731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4732 *) ac_try_echo=$ac_try;;
4733esac
4734eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4735$as_echo "$ac_try_echo"; } >&5
4736 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4737 ac_status=$?
81ecdfbb
RW
4738 if test -s conftest.err; then
4739 sed '10a\
4740... rest of stderr output deleted ...
4741 10q' conftest.err >conftest.er1
4742 cat conftest.er1 >&5
81ecdfbb 4743 fi
d0ac1c44 4744 rm -f conftest.er1 conftest.err
81ecdfbb
RW
4745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4746 test $ac_status = 0; }
4747done
ac48eca1 4748
81ecdfbb
RW
4749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4750$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4751if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4752 $as_echo_n "(cached) " >&6
bdcfeba5 4753else
81ecdfbb 4754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4755/* end confdefs.h. */
bdcfeba5 4756
d45dc31f
SE
4757int
4758main ()
4759{
4760#ifndef __GNUC__
4761 choke me
4762#endif
bdcfeba5 4763
d45dc31f
SE
4764 ;
4765 return 0;
4766}
4767_ACEOF
81ecdfbb 4768if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4769 ac_compiler_gnu=yes
4770else
81ecdfbb 4771 ac_compiler_gnu=no
bdcfeba5 4772fi
81ecdfbb 4773rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4774ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4775
bdcfeba5 4776fi
81ecdfbb
RW
4777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4778$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4779if test $ac_compiler_gnu = yes; then
4780 GCC=yes
4781else
4782 GCC=
4783fi
d45dc31f
SE
4784ac_test_CFLAGS=${CFLAGS+set}
4785ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4787$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4788if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
4789 $as_echo_n "(cached) " >&6
4790else
4791 ac_save_c_werror_flag=$ac_c_werror_flag
4792 ac_c_werror_flag=yes
4793 ac_cv_prog_cc_g=no
4794 CFLAGS="-g"
4795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4796/* end confdefs.h. */
ac48eca1 4797
d45dc31f
SE
4798int
4799main ()
4800{
ac48eca1 4801
d45dc31f
SE
4802 ;
4803 return 0;
4804}
4805_ACEOF
81ecdfbb 4806if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4807 ac_cv_prog_cc_g=yes
ac48eca1 4808else
81ecdfbb
RW
4809 CFLAGS=""
4810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4811/* end confdefs.h. */
4812
4813int
4814main ()
4815{
4816
4817 ;
4818 return 0;
4819}
4820_ACEOF
4821if ac_fn_c_try_compile "$LINENO"; then :
4822
4823else
4824 ac_c_werror_flag=$ac_save_c_werror_flag
4825 CFLAGS="-g"
4826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4827/* end confdefs.h. */
4828
4829int
4830main ()
4831{
ac48eca1 4832
81ecdfbb
RW
4833 ;
4834 return 0;
4835}
4836_ACEOF
4837if ac_fn_c_try_compile "$LINENO"; then :
4838 ac_cv_prog_cc_g=yes
4839fi
4840rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4841fi
81ecdfbb 4842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4843fi
81ecdfbb
RW
4844rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4845 ac_c_werror_flag=$ac_save_c_werror_flag
4846fi
4847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4848$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4849if test "$ac_test_CFLAGS" = set; then
4850 CFLAGS=$ac_save_CFLAGS
4851elif test $ac_cv_prog_cc_g = yes; then
4852 if test "$GCC" = yes; then
4853 CFLAGS="-g -O2"
ac48eca1 4854 else
d45dc31f 4855 CFLAGS="-g"
42ecbf5e 4856 fi
ac48eca1 4857else
d45dc31f
SE
4858 if test "$GCC" = yes; then
4859 CFLAGS="-O2"
4860 else
4861 CFLAGS=
42ecbf5e 4862 fi
ac48eca1 4863fi
81ecdfbb
RW
4864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4865$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4866if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 4867 $as_echo_n "(cached) " >&6
d45dc31f 4868else
81ecdfbb 4869 ac_cv_prog_cc_c89=no
d45dc31f 4870ac_save_CC=$CC
81ecdfbb 4871cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4872/* end confdefs.h. */
d45dc31f
SE
4873#include <stdarg.h>
4874#include <stdio.h>
d0ac1c44 4875struct stat;
d45dc31f
SE
4876/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4877struct buf { int x; };
4878FILE * (*rcsopen) (struct buf *, struct stat *, int);
4879static char *e (p, i)
4880 char **p;
4881 int i;
4882{
4883 return p[i];
4884}
4885static char *f (char * (*g) (char **, int), char **p, ...)
4886{
4887 char *s;
4888 va_list v;
4889 va_start (v,p);
4890 s = g (p, va_arg (v,int));
4891 va_end (v);
4892 return s;
4893}
4894
4895/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4896 function prototypes and stuff, but not '\xHH' hex character constants.
4897 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4898 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4899 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4900 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4901 that's true only with -std. */
d45dc31f 4902int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4903
81ecdfbb
RW
4904/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4905 inside strings and character constants. */
4906#define FOO(x) 'x'
4907int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4908
d45dc31f
SE
4909int test (int i, double x);
4910struct s1 {int (*f) (int a);};
4911struct s2 {int (*f) (double a);};
4912int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4913int argc;
4914char **argv;
42ecbf5e
DJ
4915int
4916main ()
4917{
d45dc31f 4918return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4919 ;
4920 return 0;
4921}
4922_ACEOF
81ecdfbb
RW
4923for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4924 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4925do
4926 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4927 if ac_fn_c_try_compile "$LINENO"; then :
4928 ac_cv_prog_cc_c89=$ac_arg
252b5132 4929fi
81ecdfbb
RW
4930rm -f core conftest.err conftest.$ac_objext
4931 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4932done
81ecdfbb 4933rm -f conftest.$ac_ext
d45dc31f 4934CC=$ac_save_CC
ac48eca1 4935
252b5132 4936fi
81ecdfbb
RW
4937# AC_CACHE_VAL
4938case "x$ac_cv_prog_cc_c89" in
4939 x)
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4941$as_echo "none needed" >&6; } ;;
4942 xno)
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4944$as_echo "unsupported" >&6; } ;;
d45dc31f 4945 *)
81ecdfbb
RW
4946 CC="$CC $ac_cv_prog_cc_c89"
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4948$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4949esac
81ecdfbb 4950if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4951
d45dc31f 4952fi
ac48eca1 4953
d45dc31f
SE
4954ac_ext=c
4955ac_cpp='$CPP $CPPFLAGS'
4956ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4957ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4958ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4959
d0ac1c44
SM
4960ac_ext=c
4961ac_cpp='$CPP $CPPFLAGS'
4962ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4963ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4964ac_compiler_gnu=$ac_cv_c_compiler_gnu
4965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4966$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4967if ${am_cv_prog_cc_c_o+:} false; then :
4968 $as_echo_n "(cached) " >&6
4969else
4970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4971/* end confdefs.h. */
4972
4973int
4974main ()
4975{
4976
4977 ;
4978 return 0;
4979}
4980_ACEOF
4981 # Make sure it works both with $CC and with simple cc.
4982 # Following AC_PROG_CC_C_O, we do the test twice because some
4983 # compilers refuse to overwrite an existing .o file with -o,
4984 # though they will create one.
4985 am_cv_prog_cc_c_o=yes
4986 for am_i in 1 2; do
4987 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4988 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4989 ac_status=$?
4990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4991 (exit $ac_status); } \
4992 && test -f conftest2.$ac_objext; then
4993 : OK
4994 else
4995 am_cv_prog_cc_c_o=no
4996 break
4997 fi
4998 done
4999 rm -f core conftest*
5000 unset am_i
5001fi
5002{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5003$as_echo "$am_cv_prog_cc_c_o" >&6; }
5004if test "$am_cv_prog_cc_c_o" != yes; then
5005 # Losing compiler, so override with the script.
5006 # FIXME: It is wrong to rewrite CC.
5007 # But if we don't then we get into trouble of one sort or another.
5008 # A longer-term fix would be to have automake use am__CC in this case,
5009 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5010 CC="$am_aux_dir/compile $CC"
5011fi
5012ac_ext=c
5013ac_cpp='$CPP $CPPFLAGS'
5014ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5015ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5016ac_compiler_gnu=$ac_cv_c_compiler_gnu
5017
5018
7357c5b6
AM
5019ac_ext=c
5020ac_cpp='$CPP $CPPFLAGS'
5021ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5022ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5023ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
5024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5025$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
5026# On Suns, sometimes $CPP names a directory.
5027if test -n "$CPP" && test -d "$CPP"; then
5028 CPP=
5029fi
5030if test -z "$CPP"; then
d0ac1c44 5031 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 5032 $as_echo_n "(cached) " >&6
7357c5b6
AM
5033else
5034 # Double quotes because CPP needs to be expanded
5035 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5036 do
5037 ac_preproc_ok=false
5038for ac_c_preproc_warn_flag in '' yes
5039do
5040 # Use a header file that comes with gcc, so configuring glibc
5041 # with a fresh cross-compiler works.
5042 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5043 # <limits.h> exists even on freestanding compilers.
5044 # On the NeXT, cc -E runs the code through the compiler's parser,
5045 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5047/* end confdefs.h. */
5048#ifdef __STDC__
5049# include <limits.h>
5050#else
5051# include <assert.h>
5052#endif
5053 Syntax error
5054_ACEOF
81ecdfbb 5055if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5056
81ecdfbb 5057else
7357c5b6
AM
5058 # Broken: fails on valid input.
5059continue
5060fi
d0ac1c44 5061rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5062
81ecdfbb 5063 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5064 # can be detected and how.
81ecdfbb 5065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5066/* end confdefs.h. */
5067#include <ac_nonexistent.h>
5068_ACEOF
81ecdfbb 5069if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5070 # Broken: success on invalid input.
5071continue
5072else
7357c5b6
AM
5073 # Passes both tests.
5074ac_preproc_ok=:
5075break
5076fi
d0ac1c44 5077rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5078
7357c5b6
AM
5079done
5080# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5081rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 5082if $ac_preproc_ok; then :
7357c5b6
AM
5083 break
5084fi
d7040cdb 5085
7357c5b6
AM
5086 done
5087 ac_cv_prog_CPP=$CPP
d7040cdb 5088
7357c5b6
AM
5089fi
5090 CPP=$ac_cv_prog_CPP
5091else
5092 ac_cv_prog_CPP=$CPP
5093fi
81ecdfbb
RW
5094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5095$as_echo "$CPP" >&6; }
7357c5b6
AM
5096ac_preproc_ok=false
5097for ac_c_preproc_warn_flag in '' yes
5098do
5099 # Use a header file that comes with gcc, so configuring glibc
5100 # with a fresh cross-compiler works.
5101 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5102 # <limits.h> exists even on freestanding compilers.
5103 # On the NeXT, cc -E runs the code through the compiler's parser,
5104 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5106/* end confdefs.h. */
5107#ifdef __STDC__
5108# include <limits.h>
5109#else
5110# include <assert.h>
5111#endif
5112 Syntax error
5113_ACEOF
81ecdfbb 5114if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5115
81ecdfbb 5116else
7357c5b6
AM
5117 # Broken: fails on valid input.
5118continue
5119fi
d0ac1c44 5120rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5121
81ecdfbb 5122 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5123 # can be detected and how.
81ecdfbb 5124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5125/* end confdefs.h. */
5126#include <ac_nonexistent.h>
5127_ACEOF
81ecdfbb 5128if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5129 # Broken: success on invalid input.
5130continue
5131else
7357c5b6
AM
5132 # Passes both tests.
5133ac_preproc_ok=:
5134break
5135fi
d0ac1c44 5136rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5137
7357c5b6
AM
5138done
5139# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5140rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
5141if $ac_preproc_ok; then :
5142
7357c5b6 5143else
81ecdfbb
RW
5144 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5145$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5146as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5147See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 5148fi
d7040cdb 5149
7357c5b6
AM
5150ac_ext=c
5151ac_cpp='$CPP $CPPFLAGS'
5152ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5153ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5154ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
5155
5156
81ecdfbb
RW
5157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5158$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5159if ${ac_cv_path_GREP+:} false; then :
81ecdfbb 5160 $as_echo_n "(cached) " >&6
7357c5b6 5161else
81ecdfbb
RW
5162 if test -z "$GREP"; then
5163 ac_path_GREP_found=false
5164 # Loop through the user's path and test for each of PROGNAME-LIST
5165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5166for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5167do
5168 IFS=$as_save_IFS
5169 test -z "$as_dir" && as_dir=.
5170 for ac_prog in grep ggrep; do
5171 for ac_exec_ext in '' $ac_executable_extensions; do
5172 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5173 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
5174# Check for GNU ac_path_GREP and select it if it is found.
5175 # Check for GNU $ac_path_GREP
5176case `"$ac_path_GREP" --version 2>&1` in
5177*GNU*)
5178 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5179*)
5180 ac_count=0
5181 $as_echo_n 0123456789 >"conftest.in"
5182 while :
5183 do
5184 cat "conftest.in" "conftest.in" >"conftest.tmp"
5185 mv "conftest.tmp" "conftest.in"
5186 cp "conftest.in" "conftest.nl"
5187 $as_echo 'GREP' >> "conftest.nl"
5188 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5189 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5190 as_fn_arith $ac_count + 1 && ac_count=$as_val
5191 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5192 # Best one so far, save it but keep looking for a better one
5193 ac_cv_path_GREP="$ac_path_GREP"
5194 ac_path_GREP_max=$ac_count
7357c5b6 5195 fi
81ecdfbb
RW
5196 # 10*(2^10) chars as input seems more than enough
5197 test $ac_count -gt 10 && break
5198 done
5199 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5200esac
5201
5202 $ac_path_GREP_found && break 3
5203 done
5204 done
5205 done
5206IFS=$as_save_IFS
5207 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5208 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5209 fi
5210else
5211 ac_cv_path_GREP=$GREP
5212fi
5213
7357c5b6 5214fi
81ecdfbb
RW
5215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5216$as_echo "$ac_cv_path_GREP" >&6; }
5217 GREP="$ac_cv_path_GREP"
d7040cdb 5218
d7040cdb 5219
81ecdfbb
RW
5220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5221$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5222if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 5223 $as_echo_n "(cached) " >&6
7357c5b6 5224else
81ecdfbb
RW
5225 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5226 then ac_cv_path_EGREP="$GREP -E"
5227 else
5228 if test -z "$EGREP"; then
5229 ac_path_EGREP_found=false
5230 # Loop through the user's path and test for each of PROGNAME-LIST
5231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5232for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5233do
5234 IFS=$as_save_IFS
5235 test -z "$as_dir" && as_dir=.
5236 for ac_prog in egrep; do
5237 for ac_exec_ext in '' $ac_executable_extensions; do
5238 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5239 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
5240# Check for GNU ac_path_EGREP and select it if it is found.
5241 # Check for GNU $ac_path_EGREP
5242case `"$ac_path_EGREP" --version 2>&1` in
5243*GNU*)
5244 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5245*)
5246 ac_count=0
5247 $as_echo_n 0123456789 >"conftest.in"
5248 while :
5249 do
5250 cat "conftest.in" "conftest.in" >"conftest.tmp"
5251 mv "conftest.tmp" "conftest.in"
5252 cp "conftest.in" "conftest.nl"
5253 $as_echo 'EGREP' >> "conftest.nl"
5254 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5255 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5256 as_fn_arith $ac_count + 1 && ac_count=$as_val
5257 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5258 # Best one so far, save it but keep looking for a better one
5259 ac_cv_path_EGREP="$ac_path_EGREP"
5260 ac_path_EGREP_max=$ac_count
5261 fi
5262 # 10*(2^10) chars as input seems more than enough
5263 test $ac_count -gt 10 && break
5264 done
5265 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5266esac
5267
5268 $ac_path_EGREP_found && break 3
5269 done
5270 done
5271 done
5272IFS=$as_save_IFS
5273 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5274 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5275 fi
5276else
5277 ac_cv_path_EGREP=$EGREP
5278fi
5279
5280 fi
5281fi
5282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5283$as_echo "$ac_cv_path_EGREP" >&6; }
5284 EGREP="$ac_cv_path_EGREP"
5285
5286
5287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5288$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5289if ${ac_cv_header_stdc+:} false; then :
81ecdfbb
RW
5290 $as_echo_n "(cached) " >&6
5291else
5292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5293/* end confdefs.h. */
5294#include <stdlib.h>
5295#include <stdarg.h>
5296#include <string.h>
5297#include <float.h>
d7040cdb 5298
7357c5b6
AM
5299int
5300main ()
5301{
d7040cdb 5302
7357c5b6
AM
5303 ;
5304 return 0;
5305}
5306_ACEOF
81ecdfbb 5307if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
5308 ac_cv_header_stdc=yes
5309else
81ecdfbb 5310 ac_cv_header_stdc=no
7357c5b6 5311fi
81ecdfbb 5312rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5313
7357c5b6
AM
5314if test $ac_cv_header_stdc = yes; then
5315 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5317/* end confdefs.h. */
5318#include <string.h>
d7040cdb 5319
7357c5b6
AM
5320_ACEOF
5321if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5322 $EGREP "memchr" >/dev/null 2>&1; then :
5323
d45dc31f 5324else
7357c5b6
AM
5325 ac_cv_header_stdc=no
5326fi
5327rm -f conftest*
d7040cdb 5328
7357c5b6 5329fi
d7040cdb 5330
7357c5b6
AM
5331if test $ac_cv_header_stdc = yes; then
5332 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5334/* end confdefs.h. */
5335#include <stdlib.h>
d7040cdb 5336
7357c5b6
AM
5337_ACEOF
5338if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5339 $EGREP "free" >/dev/null 2>&1; then :
5340
7357c5b6
AM
5341else
5342 ac_cv_header_stdc=no
5343fi
5344rm -f conftest*
d7040cdb 5345
7357c5b6 5346fi
d7040cdb 5347
7357c5b6
AM
5348if test $ac_cv_header_stdc = yes; then
5349 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5350 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5351 :
5352else
81ecdfbb 5353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5354/* end confdefs.h. */
5355#include <ctype.h>
81ecdfbb 5356#include <stdlib.h>
7357c5b6
AM
5357#if ((' ' & 0x0FF) == 0x020)
5358# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5359# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5360#else
5361# define ISLOWER(c) \
5362 (('a' <= (c) && (c) <= 'i') \
5363 || ('j' <= (c) && (c) <= 'r') \
5364 || ('s' <= (c) && (c) <= 'z'))
5365# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5366#endif
d7040cdb 5367
7357c5b6
AM
5368#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5369int
5370main ()
5371{
5372 int i;
5373 for (i = 0; i < 256; i++)
5374 if (XOR (islower (i), ISLOWER (i))
5375 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5376 return 2;
5377 return 0;
7357c5b6
AM
5378}
5379_ACEOF
81ecdfbb 5380if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5381
81ecdfbb
RW
5382else
5383 ac_cv_header_stdc=no
7357c5b6 5384fi
81ecdfbb
RW
5385rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5386 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5387fi
81ecdfbb 5388
7357c5b6
AM
5389fi
5390fi
81ecdfbb
RW
5391{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5392$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5393if test $ac_cv_header_stdc = yes; then
d7040cdb 5394
81ecdfbb 5395$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5396
7357c5b6 5397fi
d7040cdb 5398
7357c5b6 5399# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
5400for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5401 inttypes.h stdint.h unistd.h
5402do :
5403 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5404ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5405"
d0ac1c44 5406if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
5407 cat >>confdefs.h <<_ACEOF
5408#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5409_ACEOF
d7040cdb 5410
81ecdfbb 5411fi
d7040cdb 5412
81ecdfbb 5413done
d7040cdb
SE
5414
5415
5416
81ecdfbb 5417 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5418if test "x$ac_cv_header_minix_config_h" = xyes; then :
81ecdfbb
RW
5419 MINIX=yes
5420else
5421 MINIX=
5422fi
d7040cdb
SE
5423
5424
81ecdfbb 5425 if test "$MINIX" = yes; then
d7040cdb 5426
81ecdfbb 5427$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 5428
d7040cdb 5429
81ecdfbb 5430$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5431
5432
81ecdfbb 5433$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5434
81ecdfbb 5435 fi
d7040cdb
SE
5436
5437
81ecdfbb
RW
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5439$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5440if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 5441 $as_echo_n "(cached) " >&6
7357c5b6 5442else
81ecdfbb 5443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5444/* end confdefs.h. */
d7040cdb 5445
d0ac1c44
SM
5446# define __EXTENSIONS__ 1
5447 $ac_includes_default
7357c5b6
AM
5448int
5449main ()
5450{
d7040cdb 5451
7357c5b6
AM
5452 ;
5453 return 0;
5454}
5455_ACEOF
81ecdfbb 5456if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5457 ac_cv_safe_to_define___extensions__=yes
d7040cdb 5458else
81ecdfbb 5459 ac_cv_safe_to_define___extensions__=no
d7040cdb 5460fi
81ecdfbb 5461rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5462fi
81ecdfbb
RW
5463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5464$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5465 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5466 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 5467
81ecdfbb 5468 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 5469
81ecdfbb 5470 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 5471
81ecdfbb 5472 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 5473
81ecdfbb 5474 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
5475
5476
e3525117 5477
5691d22d 5478
81ecdfbb 5479
718a6fd8
SE
5480case `pwd` in
5481 *\ * | *\ *)
81ecdfbb
RW
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5483$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5484esac
d7040cdb
SE
5485
5486
7357c5b6 5487
f2c621e4
AS
5488macro_version='2.2.7a'
5489macro_revision='1.3134'
7357c5b6
AM
5490
5491
5492
5493
5494
5495
7357c5b6
AM
5496
5497
5498
5499
5500
5501
5502
718a6fd8 5503ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5504
3725885a
RW
5505# Backslashify metacharacters that are still active within
5506# double-quoted strings.
5507sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5508
5509# Same as above, but do not quote variable references.
5510double_quote_subst='s/\(["`\\]\)/\\\1/g'
5511
5512# Sed substitution to delay expansion of an escaped shell variable in a
5513# double_quote_subst'ed string.
5514delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5515
5516# Sed substitution to delay expansion of an escaped single quote.
5517delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5518
5519# Sed substitution to avoid accidental globbing in evaled expressions
5520no_glob_subst='s/\*/\\\*/g'
5521
5522ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5523ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5524ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5525
5526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5527$as_echo_n "checking how to print strings... " >&6; }
5528# Test print first, because it will be a builtin if present.
f2c621e4 5529if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5530 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5531 ECHO='print -r --'
5532elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5533 ECHO='printf %s\n'
5534else
5535 # Use this function as a fallback that always works.
5536 func_fallback_echo ()
5537 {
5538 eval 'cat <<_LTECHO_EOF
5539$1
5540_LTECHO_EOF'
5541 }
5542 ECHO='func_fallback_echo'
5543fi
5544
5545# func_echo_all arg...
5546# Invoke $ECHO with all args, space-separated.
5547func_echo_all ()
5548{
5549 $ECHO ""
5550}
5551
5552case "$ECHO" in
5553 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5554$as_echo "printf" >&6; } ;;
5555 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5556$as_echo "print -r" >&6; } ;;
5557 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5558$as_echo "cat" >&6; } ;;
5559esac
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
81ecdfbb
RW
5574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5575$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5576if ${ac_cv_path_SED+:} false; then :
81ecdfbb 5577 $as_echo_n "(cached) " >&6
7357c5b6 5578else
81ecdfbb
RW
5579 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5580 for ac_i in 1 2 3 4 5 6 7; do
5581 ac_script="$ac_script$as_nl$ac_script"
5582 done
5583 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5584 { ac_script=; unset ac_script;}
5585 if test -z "$SED"; then
5586 ac_path_SED_found=false
5587 # Loop through the user's path and test for each of PROGNAME-LIST
5588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5589for as_dir in $PATH
5590do
5591 IFS=$as_save_IFS
5592 test -z "$as_dir" && as_dir=.
81ecdfbb 5593 for ac_prog in sed gsed; do
7357c5b6 5594 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 5595 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5596 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
5597# Check for GNU ac_path_SED and select it if it is found.
5598 # Check for GNU $ac_path_SED
5599case `"$ac_path_SED" --version 2>&1` in
5600*GNU*)
5601 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5602*)
5603 ac_count=0
5604 $as_echo_n 0123456789 >"conftest.in"
5605 while :
5606 do
5607 cat "conftest.in" "conftest.in" >"conftest.tmp"
5608 mv "conftest.tmp" "conftest.in"
5609 cp "conftest.in" "conftest.nl"
5610 $as_echo '' >> "conftest.nl"
5611 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5612 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5613 as_fn_arith $ac_count + 1 && ac_count=$as_val
5614 if test $ac_count -gt ${ac_path_SED_max-0}; then
5615 # Best one so far, save it but keep looking for a better one
5616 ac_cv_path_SED="$ac_path_SED"
5617 ac_path_SED_max=$ac_count
5618 fi
5619 # 10*(2^10) chars as input seems more than enough
5620 test $ac_count -gt 10 && break
5621 done
5622 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5623esac
5624
5625 $ac_path_SED_found && break 3
7357c5b6
AM
5626 done
5627 done
81ecdfbb 5628 done
7357c5b6 5629IFS=$as_save_IFS
81ecdfbb 5630 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5631 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5632 fi
81ecdfbb
RW
5633else
5634 ac_cv_path_SED=$SED
7357c5b6
AM
5635fi
5636
81ecdfbb
RW
5637fi
5638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5639$as_echo "$ac_cv_path_SED" >&6; }
5640 SED="$ac_cv_path_SED"
5641 rm -f conftest.sed
7357c5b6
AM
5642
5643test -z "$SED" && SED=sed
5644Xsed="$SED -e 1s/^X//"
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
81ecdfbb
RW
5656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5657$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5658if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 5659 $as_echo_n "(cached) " >&6
7357c5b6 5660else
81ecdfbb
RW
5661 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5662 then ac_cv_path_FGREP="$GREP -F"
5663 else
5664 if test -z "$FGREP"; then
5665 ac_path_FGREP_found=false
5666 # Loop through the user's path and test for each of PROGNAME-LIST
5667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5668for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5669do
5670 IFS=$as_save_IFS
5671 test -z "$as_dir" && as_dir=.
5672 for ac_prog in fgrep; do
5673 for ac_exec_ext in '' $ac_executable_extensions; do
5674 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5675 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
5676# Check for GNU ac_path_FGREP and select it if it is found.
5677 # Check for GNU $ac_path_FGREP
5678case `"$ac_path_FGREP" --version 2>&1` in
5679*GNU*)
5680 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5681*)
5682 ac_count=0
5683 $as_echo_n 0123456789 >"conftest.in"
5684 while :
5685 do
5686 cat "conftest.in" "conftest.in" >"conftest.tmp"
5687 mv "conftest.tmp" "conftest.in"
5688 cp "conftest.in" "conftest.nl"
5689 $as_echo 'FGREP' >> "conftest.nl"
5690 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5691 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5692 as_fn_arith $ac_count + 1 && ac_count=$as_val
5693 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5694 # Best one so far, save it but keep looking for a better one
5695 ac_cv_path_FGREP="$ac_path_FGREP"
5696 ac_path_FGREP_max=$ac_count
7357c5b6 5697 fi
81ecdfbb
RW
5698 # 10*(2^10) chars as input seems more than enough
5699 test $ac_count -gt 10 && break
5700 done
5701 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5702esac
5703
5704 $ac_path_FGREP_found && break 3
5705 done
5706 done
5707 done
5708IFS=$as_save_IFS
5709 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5710 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5711 fi
5712else
5713 ac_cv_path_FGREP=$FGREP
5714fi
5715
5716 fi
7357c5b6 5717fi
81ecdfbb
RW
5718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5719$as_echo "$ac_cv_path_FGREP" >&6; }
5720 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5721
5722
5723test -z "$GREP" && GREP=grep
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
81ecdfbb
RW
5743# Check whether --with-gnu-ld was given.
5744if test "${with_gnu_ld+set}" = set; then :
5745 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5746else
5747 with_gnu_ld=no
81ecdfbb
RW
5748fi
5749
7357c5b6
AM
5750ac_prog=ld
5751if test "$GCC" = yes; then
5752 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5754$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5755 case $host in
5756 *-*-mingw*)
d45dc31f
SE
5757 # gcc leaves a trailing carriage return which upsets mingw
5758 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5759 *)
5760 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5761 esac
5762 case $ac_prog in
5763 # Accept absolute paths.
d7040cdb 5764 [\\/]* | ?:[\\/]*)
d45dc31f 5765 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5766 # Canonicalize the pathname of ld
5767 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5768 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5769 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5770 done
5771 test -z "$LD" && LD="$ac_prog"
5772 ;;
5773 "")
5774 # If it fails, then pretend we aren't using GCC.
5775 ac_prog=ld
5776 ;;
5777 *)
5778 # If it is relative, then search for the first ld in PATH.
5779 with_gnu_ld=unknown
5780 ;;
5781 esac
5782elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5784$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5785else
81ecdfbb
RW
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5787$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5788fi
d0ac1c44 5789if ${lt_cv_path_LD+:} false; then :
81ecdfbb 5790 $as_echo_n "(cached) " >&6
d45dc31f
SE
5791else
5792 if test -z "$LD"; then
d7040cdb 5793 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5794 for ac_dir in $PATH; do
d7040cdb 5795 IFS="$lt_save_ifs"
d45dc31f
SE
5796 test -z "$ac_dir" && ac_dir=.
5797 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5798 lt_cv_path_LD="$ac_dir/$ac_prog"
5799 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5800 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5801 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5802 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5803 *GNU* | *'with BFD'*)
d45dc31f 5804 test "$with_gnu_ld" != no && break
d7040cdb
SE
5805 ;;
5806 *)
d45dc31f 5807 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5808 ;;
5809 esac
d45dc31f
SE
5810 fi
5811 done
d7040cdb 5812 IFS="$lt_save_ifs"
d45dc31f
SE
5813else
5814 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5815fi
5816fi
1ad12f97 5817
d45dc31f
SE
5818LD="$lt_cv_path_LD"
5819if test -n "$LD"; then
81ecdfbb
RW
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5821$as_echo "$LD" >&6; }
d45dc31f 5822else
81ecdfbb
RW
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5824$as_echo "no" >&6; }
d45dc31f 5825fi
d0ac1c44 5826test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
5827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5828$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 5829if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 5830 $as_echo_n "(cached) " >&6
d45dc31f 5831else
d7040cdb
SE
5832 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5833case `$LD -v 2>&1 </dev/null` in
5834*GNU* | *'with BFD'*)
d45dc31f 5835 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5836 ;;
5837*)
d45dc31f 5838 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5839 ;;
5840esac
d45dc31f 5841fi
81ecdfbb
RW
5842{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5843$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5844with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5845
d45dc31f 5846
42ecbf5e 5847
d7040cdb
SE
5848
5849
5850
5851
5852
5853
81ecdfbb
RW
5854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5855$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5856if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5857 $as_echo_n "(cached) " >&6
d45dc31f
SE
5858else
5859 if test -n "$NM"; then
5860 # Let the user override the test.
5861 lt_cv_path_NM="$NM"
5862else
d7040cdb
SE
5863 lt_nm_to_check="${ac_tool_prefix}nm"
5864 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5865 lt_nm_to_check="$lt_nm_to_check nm"
5866 fi
5867 for lt_tmp_nm in $lt_nm_to_check; do
5868 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5869 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5870 IFS="$lt_save_ifs"
5871 test -z "$ac_dir" && ac_dir=.
5872 tmp_nm="$ac_dir/$lt_tmp_nm"
5873 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5874 # Check to see if the nm accepts a BSD-compat flag.
5875 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5876 # nm: unknown option "B" ignored
5877 # Tru64's nm complains that /dev/null is an invalid object file
5878 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5879 */dev/null* | *'Invalid file or object type'*)
5880 lt_cv_path_NM="$tmp_nm -B"
5881 break
5882 ;;
5883 *)
5884 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5885 */dev/null*)
5886 lt_cv_path_NM="$tmp_nm -p"
5887 break
5888 ;;
5889 *)
5890 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5891 continue # so that we can try to find one that supports BSD flags
5892 ;;
5893 esac
5894 ;;
5895 esac
d45dc31f 5896 fi
d7040cdb
SE
5897 done
5898 IFS="$lt_save_ifs"
d45dc31f 5899 done
d7040cdb 5900 : ${lt_cv_path_NM=no}
d45dc31f 5901fi
a541e3ce 5902fi
81ecdfbb
RW
5903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5904$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5905if test "$lt_cv_path_NM" != "no"; then
5906 NM="$lt_cv_path_NM"
d45dc31f 5907else
d7040cdb 5908 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5909 if test -n "$DUMPBIN"; then :
5910 # Let the user override the test.
5911 else
5912 if test -n "$ac_tool_prefix"; then
5913 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5914 do
5915 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5916set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5918$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5919if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5920 $as_echo_n "(cached) " >&6
d45dc31f 5921else
d7040cdb
SE
5922 if test -n "$DUMPBIN"; then
5923 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5924else
5925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5926for as_dir in $PATH
5927do
5928 IFS=$as_save_IFS
5929 test -z "$as_dir" && as_dir=.
81ecdfbb 5930 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5932 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5934 break 2
5935 fi
5936done
81ecdfbb
RW
5937 done
5938IFS=$as_save_IFS
398ee8f1 5939
d7040cdb
SE
5940fi
5941fi
5942DUMPBIN=$ac_cv_prog_DUMPBIN
5943if test -n "$DUMPBIN"; then
81ecdfbb
RW
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5945$as_echo "$DUMPBIN" >&6; }
d7040cdb 5946else
81ecdfbb
RW
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5948$as_echo "no" >&6; }
d7040cdb 5949fi
d15b04bd 5950
81ecdfbb 5951
d7040cdb
SE
5952 test -n "$DUMPBIN" && break
5953 done
5954fi
5955if test -z "$DUMPBIN"; then
5956 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5957 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5958do
5959 # Extract the first word of "$ac_prog", so it can be a program name with args.
5960set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5962$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5963if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5964 $as_echo_n "(cached) " >&6
d7040cdb
SE
5965else
5966 if test -n "$ac_ct_DUMPBIN"; then
5967 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5968else
5969as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5970for as_dir in $PATH
5971do
5972 IFS=$as_save_IFS
5973 test -z "$as_dir" && as_dir=.
81ecdfbb 5974 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5975 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5976 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5978 break 2
d45dc31f 5979 fi
d7040cdb 5980done
81ecdfbb
RW
5981 done
5982IFS=$as_save_IFS
d15b04bd 5983
d7040cdb
SE
5984fi
5985fi
5986ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5987if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5989$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5990else
81ecdfbb
RW
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5992$as_echo "no" >&6; }
d7040cdb 5993fi
42ecbf5e 5994
81ecdfbb 5995
d7040cdb
SE
5996 test -n "$ac_ct_DUMPBIN" && break
5997done
d45dc31f 5998
81ecdfbb
RW
5999 if test "x$ac_ct_DUMPBIN" = x; then
6000 DUMPBIN=":"
6001 else
6002 case $cross_compiling:$ac_tool_warned in
6003yes:)
6004{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6005$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6006ac_tool_warned=yes ;;
6007esac
6008 DUMPBIN=$ac_ct_DUMPBIN
6009 fi
d7040cdb 6010fi
d45dc31f 6011
3725885a
RW
6012 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6013 *COFF*)
6014 DUMPBIN="$DUMPBIN -symbols"
6015 ;;
6016 *)
6017 DUMPBIN=:
6018 ;;
6019 esac
6020 fi
d45dc31f 6021
d7040cdb
SE
6022 if test "$DUMPBIN" != ":"; then
6023 NM="$DUMPBIN"
42ecbf5e 6024 fi
d7040cdb
SE
6025fi
6026test -z "$NM" && NM=nm
d45dc31f 6027
42ecbf5e 6028
d15b04bd 6029
42ecbf5e 6030
d45dc31f 6031
42ecbf5e 6032
81ecdfbb
RW
6033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6034$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6035if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 6036 $as_echo_n "(cached) " >&6
d7040cdb
SE
6037else
6038 lt_cv_nm_interface="BSD nm"
6039 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 6040 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
6041 (eval "$ac_compile" 2>conftest.err)
6042 cat conftest.err >&5
3725885a 6043 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
6044 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6045 cat conftest.err >&5
3725885a 6046 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
6047 cat conftest.out >&5
6048 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6049 lt_cv_nm_interface="MS dumpbin"
6050 fi
6051 rm -f conftest*
42ecbf5e 6052fi
81ecdfbb
RW
6053{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6054$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 6055
81ecdfbb
RW
6056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6057$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
6058LN_S=$as_ln_s
6059if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6061$as_echo "yes" >&6; }
d7040cdb 6062else
81ecdfbb
RW
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6064$as_echo "no, using $LN_S" >&6; }
d7040cdb 6065fi
d45dc31f
SE
6066
6067# find the maximum length of command line arguments
81ecdfbb
RW
6068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6069$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6070if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 6071 $as_echo_n "(cached) " >&6
42ecbf5e 6072else
d45dc31f
SE
6073 i=0
6074 teststring="ABCD"
6075
6076 case $build_os in
6077 msdosdjgpp*)
6078 # On DJGPP, this test can blow up pretty badly due to problems in libc
6079 # (any single argument exceeding 2000 bytes causes a buffer overrun
6080 # during glob expansion). Even if it were fixed, the result of this
6081 # check would be larger than it should be.
6082 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6083 ;;
6084
d7040cdb
SE
6085 gnu*)
6086 # Under GNU Hurd, this test is not required because there is
6087 # no limit to the length of command line arguments.
6088 # Libtool will interpret -1 as no limit whatsoever
6089 lt_cv_sys_max_cmd_len=-1;
6090 ;;
6091
718a6fd8 6092 cygwin* | mingw* | cegcc*)
d45dc31f
SE
6093 # On Win9x/ME, this test blows up -- it succeeds, but takes
6094 # about 5 minutes as the teststring grows exponentially.
6095 # Worse, since 9x/ME are not pre-emptively multitasking,
6096 # you end up with a "frozen" computer, even though with patience
6097 # the test eventually succeeds (with a max line length of 256k).
6098 # Instead, let's just punt: use the minimum linelength reported by
6099 # all of the supported platforms: 8192 (on NT/2K/XP).
6100 lt_cv_sys_max_cmd_len=8192;
6101 ;;
6102
3725885a
RW
6103 mint*)
6104 # On MiNT this can take a long time and run out of memory.
6105 lt_cv_sys_max_cmd_len=8192;
6106 ;;
6107
d45dc31f
SE
6108 amigaos*)
6109 # On AmigaOS with pdksh, this test takes hours, literally.
6110 # So we just punt and use a minimum line length of 8192.
6111 lt_cv_sys_max_cmd_len=8192;
6112 ;;
6113
6114 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6115 # This has been around since 386BSD, at least. Likely further.
6116 if test -x /sbin/sysctl; then
6117 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6118 elif test -x /usr/sbin/sysctl; then
6119 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6120 else
d7040cdb 6121 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
6122 fi
6123 # And add a safety zone
6124 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6125 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6126 ;;
d7040cdb
SE
6127
6128 interix*)
6129 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6130 lt_cv_sys_max_cmd_len=196608
6131 ;;
6132
6133 osf*)
6134 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6135 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6136 # nice to cause kernel panics so lets avoid the loop below.
6137 # First set a reasonable default.
6138 lt_cv_sys_max_cmd_len=16384
6139 #
6140 if test -x /sbin/sysconfig; then
6141 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6142 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6143 esac
6144 fi
6145 ;;
6146 sco3.2v5*)
6147 lt_cv_sys_max_cmd_len=102400
6148 ;;
6149 sysv5* | sco5v6* | sysv4.2uw2*)
6150 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6151 if test -n "$kargmax"; then
6152 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6153 else
6154 lt_cv_sys_max_cmd_len=32768
6155 fi
6156 ;;
6157 *)
718a6fd8
SE
6158 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6159 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
6160 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6161 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6162 else
6163 # Make teststring a little bigger before we do anything with it.
6164 # a 1K string should be a reasonable start.
6165 for i in 1 2 3 4 5 6 7 8 ; do
6166 teststring=$teststring$teststring
6167 done
6168 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6169 # If test is not a shell built-in, we'll probably end up computing a
6170 # maximum length that is only half of the actual maximum length, but
6171 # we can't tell.
3725885a
RW
6172 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6173 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
6174 test $i != 17 # 1/2 MB should be enough
6175 do
6176 i=`expr $i + 1`
6177 teststring=$teststring$teststring
6178 done
6179 # Only check the string length outside the loop.
6180 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6181 teststring=
6182 # Add a significant safety factor because C++ compilers can tack on
6183 # massive amounts of additional arguments before passing them to the
6184 # linker. It appears as though 1/2 is a usable value.
6185 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6186 fi
d7040cdb 6187 ;;
d45dc31f 6188 esac
42ecbf5e 6189
42ecbf5e
DJ
6190fi
6191
d7040cdb 6192if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6194$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 6195else
81ecdfbb
RW
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6197$as_echo "none" >&6; }
252b5132 6198fi
d7040cdb 6199max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 6200
d45dc31f 6201
42ecbf5e 6202
d45dc31f 6203
d45dc31f 6204
d7040cdb 6205
d7040cdb
SE
6206: ${CP="cp -f"}
6207: ${MV="mv -f"}
6208: ${RM="rm -f"}
6209
81ecdfbb
RW
6210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6211$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
6212# Try some XSI features
6213xsi_shell=no
6214( _lt_dummy="a/b/c"
f2c621e4
AS
6215 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6216 = c,a/b,, \
718a6fd8
SE
6217 && eval 'test $(( 1 + 1 )) -eq 2 \
6218 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 6219 && xsi_shell=yes
81ecdfbb
RW
6220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6221$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
6222
6223
81ecdfbb
RW
6224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6225$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
6226lt_shell_append=no
6227( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6228 >/dev/null 2>&1 \
6229 && lt_shell_append=yes
81ecdfbb
RW
6230{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6231$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6232
6233
6234if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6235 lt_unset=unset
252b5132 6236else
d7040cdb 6237 lt_unset=false
252b5132
RH
6238fi
6239
d7040cdb
SE
6240
6241
6242
6243
6244# test EBCDIC or ASCII
6245case `echo X|tr X '\101'` in
6246 A) # ASCII based system
6247 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6248 lt_SP2NL='tr \040 \012'
6249 lt_NL2SP='tr \015\012 \040\040'
6250 ;;
6251 *) # EBCDIC based system
6252 lt_SP2NL='tr \100 \n'
6253 lt_NL2SP='tr \r\n \100\100'
6254 ;;
6255esac
6256
6257
6258
6259
6260
6261
6262
6263
6264
81ecdfbb
RW
6265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6266$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6267if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 6268 $as_echo_n "(cached) " >&6
252b5132 6269else
d7040cdb
SE
6270 lt_cv_ld_reload_flag='-r'
6271fi
81ecdfbb
RW
6272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6273$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
6274reload_flag=$lt_cv_ld_reload_flag
6275case $reload_flag in
6276"" | " "*) ;;
6277*) reload_flag=" $reload_flag" ;;
6278esac
6279reload_cmds='$LD$reload_flag -o $output$reload_objs'
6280case $host_os in
6281 darwin*)
6282 if test "$GCC" = yes; then
6283 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6284 else
6285 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6286 fi
6287 ;;
6288esac
6289
6290
6291
6292
6293
6294
6295
6296
6297
718a6fd8
SE
6298if test -n "$ac_tool_prefix"; then
6299 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6300set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6302$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6303if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 6304 $as_echo_n "(cached) " >&6
718a6fd8
SE
6305else
6306 if test -n "$OBJDUMP"; then
6307 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6308else
6309as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6310for as_dir in $PATH
6311do
6312 IFS=$as_save_IFS
6313 test -z "$as_dir" && as_dir=.
81ecdfbb 6314 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6315 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6316 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6318 break 2
6319 fi
6320done
81ecdfbb
RW
6321 done
6322IFS=$as_save_IFS
718a6fd8
SE
6323
6324fi
6325fi
6326OBJDUMP=$ac_cv_prog_OBJDUMP
6327if test -n "$OBJDUMP"; then
81ecdfbb
RW
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6329$as_echo "$OBJDUMP" >&6; }
718a6fd8 6330else
81ecdfbb
RW
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6332$as_echo "no" >&6; }
718a6fd8
SE
6333fi
6334
81ecdfbb 6335
718a6fd8
SE
6336fi
6337if test -z "$ac_cv_prog_OBJDUMP"; then
6338 ac_ct_OBJDUMP=$OBJDUMP
6339 # Extract the first word of "objdump", so it can be a program name with args.
6340set dummy objdump; ac_word=$2
81ecdfbb
RW
6341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6342$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6343if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 6344 $as_echo_n "(cached) " >&6
718a6fd8
SE
6345else
6346 if test -n "$ac_ct_OBJDUMP"; then
6347 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6348else
6349as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6350for as_dir in $PATH
6351do
6352 IFS=$as_save_IFS
6353 test -z "$as_dir" && as_dir=.
81ecdfbb 6354 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6355 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6356 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6358 break 2
6359 fi
6360done
81ecdfbb
RW
6361 done
6362IFS=$as_save_IFS
718a6fd8 6363
718a6fd8
SE
6364fi
6365fi
6366ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6367if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6369$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6370else
81ecdfbb
RW
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6372$as_echo "no" >&6; }
718a6fd8
SE
6373fi
6374
81ecdfbb
RW
6375 if test "x$ac_ct_OBJDUMP" = x; then
6376 OBJDUMP="false"
6377 else
6378 case $cross_compiling:$ac_tool_warned in
6379yes:)
6380{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6381$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6382ac_tool_warned=yes ;;
6383esac
6384 OBJDUMP=$ac_ct_OBJDUMP
6385 fi
718a6fd8
SE
6386else
6387 OBJDUMP="$ac_cv_prog_OBJDUMP"
6388fi
6389
6390test -z "$OBJDUMP" && OBJDUMP=objdump
6391
6392
6393
6394
6395
6396
6397
6398
d7040cdb 6399
81ecdfbb
RW
6400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6401$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6402if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 6403 $as_echo_n "(cached) " >&6
d7040cdb
SE
6404else
6405 lt_cv_file_magic_cmd='$MAGIC_CMD'
6406lt_cv_file_magic_test_file=
6407lt_cv_deplibs_check_method='unknown'
6408# Need to set the preceding variable on all platforms that support
6409# interlibrary dependencies.
6410# 'none' -- dependencies not supported.
6411# `unknown' -- same as none, but documents that we really don't know.
6412# 'pass_all' -- all dependencies passed with no checks.
6413# 'test_compile' -- check by making test program.
6414# 'file_magic [[regex]]' -- check by looking for files in library path
6415# which responds to the $file_magic_cmd with a given extended regex.
6416# If you have `file' or equivalent on your system and you're not sure
6417# whether `pass_all' will *always* work, you probably want this one.
6418
6419case $host_os in
50e7d84b 6420aix[4-9]*)
d7040cdb
SE
6421 lt_cv_deplibs_check_method=pass_all
6422 ;;
6423
6424beos*)
6425 lt_cv_deplibs_check_method=pass_all
6426 ;;
6427
6428bsdi[45]*)
6429 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6430 lt_cv_file_magic_cmd='/usr/bin/file -L'
6431 lt_cv_file_magic_test_file=/shlib/libc.so
6432 ;;
6433
6434cygwin*)
6435 # func_win32_libid is a shell function defined in ltmain.sh
6436 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6437 lt_cv_file_magic_cmd='func_win32_libid'
6438 ;;
6439
6440mingw* | pw32*)
6441 # Base MSYS/MinGW do not provide the 'file' command needed by
6442 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6443 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6444 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6445 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6446 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6447 lt_cv_file_magic_cmd='func_win32_libid'
6448 else
f2c621e4 6449 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d7040cdb
SE
6450 lt_cv_file_magic_cmd='$OBJDUMP -f'
6451 fi
6452 ;;
6453
3725885a 6454cegcc*)
718a6fd8
SE
6455 # use the weaker test based on 'objdump'. See mingw*.
6456 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6457 lt_cv_file_magic_cmd='$OBJDUMP -f'
6458 ;;
6459
d7040cdb
SE
6460darwin* | rhapsody*)
6461 lt_cv_deplibs_check_method=pass_all
d45dc31f 6462 ;;
d7040cdb
SE
6463
6464freebsd* | dragonfly*)
6465 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6466 case $host_cpu in
6467 i*86 )
6468 # Not sure whether the presence of OpenBSD here was a mistake.
6469 # Let's accept both of them until this is cleared up.
6470 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6471 lt_cv_file_magic_cmd=/usr/bin/file
6472 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6473 ;;
6474 esac
6475 else
6476 lt_cv_deplibs_check_method=pass_all
6477 fi
6478 ;;
6479
6480gnu*)
6481 lt_cv_deplibs_check_method=pass_all
d45dc31f 6482 ;;
d7040cdb 6483
3725885a
RW
6484haiku*)
6485 lt_cv_deplibs_check_method=pass_all
6486 ;;
6487
d7040cdb
SE
6488hpux10.20* | hpux11*)
6489 lt_cv_file_magic_cmd=/usr/bin/file
6490 case $host_cpu in
6491 ia64*)
6492 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6493 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6494 ;;
6495 hppa*64*)
3725885a 6496 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
6497 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6498 ;;
d45dc31f 6499 *)
3725885a 6500 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6501 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6502 ;;
6503 esac
6504 ;;
42ecbf5e 6505
d7040cdb
SE
6506interix[3-9]*)
6507 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6508 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6509 ;;
42ecbf5e 6510
d7040cdb
SE
6511irix5* | irix6* | nonstopux*)
6512 case $LD in
6513 *-32|*"-32 ") libmagic=32-bit;;
6514 *-n32|*"-n32 ") libmagic=N32;;
6515 *-64|*"-64 ") libmagic=64-bit;;
6516 *) libmagic=never-match;;
6517 esac
6518 lt_cv_deplibs_check_method=pass_all
d45dc31f 6519 ;;
42ecbf5e 6520
d7040cdb 6521# This must be Linux ELF.
58e24671 6522linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6523 lt_cv_deplibs_check_method=pass_all
6524 ;;
252b5132 6525
d7040cdb
SE
6526netbsd*)
6527 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6528 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 6529 else
d7040cdb 6530 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 6531 fi
d7040cdb
SE
6532 ;;
6533
6534newos6*)
6535 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6536 lt_cv_file_magic_cmd=/usr/bin/file
6537 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6538 ;;
6539
6540*nto* | *qnx*)
6541 lt_cv_deplibs_check_method=pass_all
6542 ;;
42ecbf5e 6543
d7040cdb
SE
6544openbsd*)
6545 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6546 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6547 else
6548 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
6549 fi
6550 ;;
d7040cdb
SE
6551
6552osf3* | osf4* | osf5*)
6553 lt_cv_deplibs_check_method=pass_all
6554 ;;
6555
6556rdos*)
6557 lt_cv_deplibs_check_method=pass_all
6558 ;;
6559
6560solaris*)
6561 lt_cv_deplibs_check_method=pass_all
6562 ;;
6563
6564sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6565 lt_cv_deplibs_check_method=pass_all
6566 ;;
6567
6568sysv4 | sysv4.3*)
6569 case $host_vendor in
6570 motorola)
6571 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]'
6572 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6573 ;;
6574 ncr)
6575 lt_cv_deplibs_check_method=pass_all
6576 ;;
6577 sequent)
6578 lt_cv_file_magic_cmd='/bin/file'
6579 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6580 ;;
6581 sni)
6582 lt_cv_file_magic_cmd='/bin/file'
6583 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6584 lt_cv_file_magic_test_file=/lib/libc.so
6585 ;;
6586 siemens)
6587 lt_cv_deplibs_check_method=pass_all
6588 ;;
6589 pc)
6590 lt_cv_deplibs_check_method=pass_all
6591 ;;
6592 esac
6593 ;;
6594
6595tpf*)
6596 lt_cv_deplibs_check_method=pass_all
6597 ;;
d45dc31f 6598esac
42ecbf5e 6599
d7040cdb 6600fi
81ecdfbb
RW
6601{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6602$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6603file_magic_cmd=$lt_cv_file_magic_cmd
6604deplibs_check_method=$lt_cv_deplibs_check_method
6605test -z "$deplibs_check_method" && deplibs_check_method=unknown
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
d45dc31f 6618if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6619 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6620set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6622$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6623if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 6624 $as_echo_n "(cached) " >&6
42ecbf5e 6625else
d7040cdb
SE
6626 if test -n "$AR"; then
6627 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6628else
6629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6630for as_dir in $PATH
6631do
6632 IFS=$as_save_IFS
6633 test -z "$as_dir" && as_dir=.
81ecdfbb 6634 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 6636 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6638 break 2
6639 fi
6640done
81ecdfbb
RW
6641 done
6642IFS=$as_save_IFS
42ecbf5e 6643
42ecbf5e 6644fi
d45dc31f 6645fi
d7040cdb
SE
6646AR=$ac_cv_prog_AR
6647if test -n "$AR"; then
81ecdfbb
RW
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6649$as_echo "$AR" >&6; }
d45dc31f 6650else
81ecdfbb
RW
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6652$as_echo "no" >&6; }
d45dc31f 6653fi
42ecbf5e 6654
81ecdfbb 6655
42ecbf5e 6656fi
f2c621e4 6657if test -z "$ac_cv_prog_AR"; then
d7040cdb 6658 ac_ct_AR=$AR
f2c621e4
AS
6659 # Extract the first word of "ar", so it can be a program name with args.
6660set dummy ar; ac_word=$2
81ecdfbb
RW
6661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6662$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6663if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 6664 $as_echo_n "(cached) " >&6
42ecbf5e 6665else
d7040cdb
SE
6666 if test -n "$ac_ct_AR"; then
6667 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6668else
d45dc31f
SE
6669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6670for as_dir in $PATH
6671do
6672 IFS=$as_save_IFS
6673 test -z "$as_dir" && as_dir=.
81ecdfbb 6674 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 6676 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6678 break 2
6679 fi
6680done
81ecdfbb
RW
6681 done
6682IFS=$as_save_IFS
42ecbf5e 6683
42ecbf5e 6684fi
42ecbf5e 6685fi
d7040cdb
SE
6686ac_ct_AR=$ac_cv_prog_ac_ct_AR
6687if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6689$as_echo "$ac_ct_AR" >&6; }
252b5132 6690else
81ecdfbb
RW
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6692$as_echo "no" >&6; }
252b5132 6693fi
252b5132 6694
81ecdfbb
RW
6695 if test "x$ac_ct_AR" = x; then
6696 AR="false"
6697 else
6698 case $cross_compiling:$ac_tool_warned in
6699yes:)
6700{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6701$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6702ac_tool_warned=yes ;;
6703esac
6704 AR=$ac_ct_AR
6705 fi
df7b86aa 6706else
f2c621e4
AS
6707 AR="$ac_cv_prog_AR"
6708fi
df7b86aa 6709
f2c621e4
AS
6710test -z "$AR" && AR=ar
6711test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6712
df7b86aa 6713
df7b86aa 6714
df7b86aa 6715
df7b86aa 6716
d7040cdb
SE
6717
6718
6719
6720
6721
6722
d45dc31f
SE
6723if test -n "$ac_tool_prefix"; then
6724 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6725set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6727$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6728if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6729 $as_echo_n "(cached) " >&6
d45dc31f
SE
6730else
6731 if test -n "$STRIP"; then
6732 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6733else
6734as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6735for as_dir in $PATH
42ecbf5e 6736do
d45dc31f
SE
6737 IFS=$as_save_IFS
6738 test -z "$as_dir" && as_dir=.
81ecdfbb 6739 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6740 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 6741 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6743 break 2
6744 fi
6745done
81ecdfbb
RW
6746 done
6747IFS=$as_save_IFS
d45dc31f
SE
6748
6749fi
6750fi
6751STRIP=$ac_cv_prog_STRIP
6752if test -n "$STRIP"; then
81ecdfbb
RW
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6754$as_echo "$STRIP" >&6; }
252b5132 6755else
81ecdfbb
RW
6756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6757$as_echo "no" >&6; }
d45dc31f 6758fi
42ecbf5e 6759
81ecdfbb 6760
252b5132 6761fi
d45dc31f
SE
6762if test -z "$ac_cv_prog_STRIP"; then
6763 ac_ct_STRIP=$STRIP
6764 # Extract the first word of "strip", so it can be a program name with args.
6765set dummy strip; ac_word=$2
81ecdfbb
RW
6766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6767$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6768if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6769 $as_echo_n "(cached) " >&6
d45dc31f
SE
6770else
6771 if test -n "$ac_ct_STRIP"; then
6772 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6773else
6774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6775for as_dir in $PATH
6776do
6777 IFS=$as_save_IFS
6778 test -z "$as_dir" && as_dir=.
81ecdfbb 6779 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6780 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 6781 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6783 break 2
6784 fi
6785done
81ecdfbb
RW
6786 done
6787IFS=$as_save_IFS
42ecbf5e 6788
d45dc31f
SE
6789fi
6790fi
6791ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6792if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6794$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6795else
81ecdfbb
RW
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6797$as_echo "no" >&6; }
252b5132 6798fi
e5a52504 6799
81ecdfbb
RW
6800 if test "x$ac_ct_STRIP" = x; then
6801 STRIP=":"
6802 else
6803 case $cross_compiling:$ac_tool_warned in
6804yes:)
6805{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6806$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6807ac_tool_warned=yes ;;
6808esac
6809 STRIP=$ac_ct_STRIP
6810 fi
d45dc31f
SE
6811else
6812 STRIP="$ac_cv_prog_STRIP"
6813fi
e5a52504 6814
d7040cdb 6815test -z "$STRIP" && STRIP=:
d45dc31f 6816
d45dc31f
SE
6817
6818
d45dc31f 6819
d45dc31f
SE
6820
6821
d7040cdb
SE
6822if test -n "$ac_tool_prefix"; then
6823 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6824set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6826$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6827if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6828 $as_echo_n "(cached) " >&6
d45dc31f 6829else
d7040cdb
SE
6830 if test -n "$RANLIB"; then
6831 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6832else
6833as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6834for as_dir in $PATH
6835do
6836 IFS=$as_save_IFS
6837 test -z "$as_dir" && as_dir=.
81ecdfbb 6838 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6839 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6840 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6842 break 2
d45dc31f 6843 fi
d7040cdb 6844done
81ecdfbb
RW
6845 done
6846IFS=$as_save_IFS
d45dc31f 6847
d7040cdb
SE
6848fi
6849fi
6850RANLIB=$ac_cv_prog_RANLIB
6851if test -n "$RANLIB"; then
81ecdfbb
RW
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6853$as_echo "$RANLIB" >&6; }
d7040cdb 6854else
81ecdfbb
RW
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6856$as_echo "no" >&6; }
d7040cdb 6857fi
d45dc31f 6858
81ecdfbb 6859
d7040cdb
SE
6860fi
6861if test -z "$ac_cv_prog_RANLIB"; then
6862 ac_ct_RANLIB=$RANLIB
6863 # Extract the first word of "ranlib", so it can be a program name with args.
6864set dummy ranlib; ac_word=$2
81ecdfbb
RW
6865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6866$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6867if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6868 $as_echo_n "(cached) " >&6
d7040cdb
SE
6869else
6870 if test -n "$ac_ct_RANLIB"; then
6871 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6872else
6873as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6874for as_dir in $PATH
6875do
6876 IFS=$as_save_IFS
6877 test -z "$as_dir" && as_dir=.
81ecdfbb 6878 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6879 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6880 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6882 break 2
d45dc31f 6883 fi
d7040cdb 6884done
81ecdfbb
RW
6885 done
6886IFS=$as_save_IFS
d45dc31f 6887
d7040cdb
SE
6888fi
6889fi
6890ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6891if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6893$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6894else
81ecdfbb
RW
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6896$as_echo "no" >&6; }
d7040cdb 6897fi
252b5132 6898
81ecdfbb
RW
6899 if test "x$ac_ct_RANLIB" = x; then
6900 RANLIB=":"
6901 else
6902 case $cross_compiling:$ac_tool_warned in
6903yes:)
6904{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6905$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6906ac_tool_warned=yes ;;
6907esac
6908 RANLIB=$ac_ct_RANLIB
6909 fi
d7040cdb
SE
6910else
6911 RANLIB="$ac_cv_prog_RANLIB"
6912fi
d45dc31f 6913
d7040cdb 6914test -z "$RANLIB" && RANLIB=:
d45dc31f 6915
d45dc31f 6916
d45dc31f 6917
42ecbf5e 6918
e5a52504 6919
d7040cdb
SE
6920
6921# Determine commands to create old-style static archives.
718a6fd8 6922old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6923old_postinstall_cmds='chmod 644 $oldlib'
6924old_postuninstall_cmds=
6925
6926if test -n "$RANLIB"; then
6927 case $host_os in
6928 openbsd*)
6929 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6930 ;;
6931 *)
6932 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6933 ;;
6934 esac
6935 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6936fi
d45dc31f 6937
3725885a
RW
6938case $host_os in
6939 darwin*)
6940 lock_old_archive_extraction=yes ;;
6941 *)
6942 lock_old_archive_extraction=no ;;
6943esac
6944
6945
6946
6947
6948
6949
d45dc31f 6950
d45dc31f
SE
6951
6952
d15b04bd 6953
3e321448 6954
d45dc31f 6955
d45dc31f 6956
d45dc31f
SE
6957
6958
d45dc31f 6959
d45dc31f 6960
d45dc31f
SE
6961
6962
6963
6964
6965
6966
6967
d45dc31f 6968
d45dc31f 6969
d45dc31f 6970
d45dc31f 6971
d45dc31f 6972
d45dc31f 6973
d45dc31f 6974
d45dc31f 6975
3e321448
L
6976
6977
d45dc31f
SE
6978
6979
d45dc31f
SE
6980
6981
d45dc31f 6982
d7040cdb
SE
6983# If no C compiler was specified, use CC.
6984LTCC=${LTCC-"$CC"}
42ecbf5e 6985
d7040cdb
SE
6986# If no C compiler flags were specified, use CFLAGS.
6987LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6988
d7040cdb
SE
6989# Allow CC to be a program name with arguments.
6990compiler=$CC
d15b04bd 6991
d7040cdb
SE
6992
6993# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6995$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6996if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6997 $as_echo_n "(cached) " >&6
d15b04bd 6998else
d7040cdb
SE
6999
7000# These are sane defaults that work on at least a few old systems.
7001# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7002
7003# Character class describing NM global symbol codes.
7004symcode='[BCDEGRST]'
7005
7006# Regexp to match symbols that can be accessed directly from C.
7007sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7008
7009# Define system-specific variables.
7010case $host_os in
7011aix*)
7012 symcode='[BCDT]'
7013 ;;
718a6fd8 7014cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
7015 symcode='[ABCDGISTW]'
7016 ;;
7017hpux*)
7018 if test "$host_cpu" = ia64; then
7019 symcode='[ABCDEGRST]'
42ecbf5e 7020 fi
d7040cdb
SE
7021 ;;
7022irix* | nonstopux*)
7023 symcode='[BCDEGRST]'
7024 ;;
7025osf*)
7026 symcode='[BCDEGQRST]'
7027 ;;
7028solaris*)
7029 symcode='[BDRT]'
7030 ;;
7031sco3.2v5*)
7032 symcode='[DT]'
7033 ;;
7034sysv4.2uw2*)
7035 symcode='[DT]'
7036 ;;
7037sysv5* | sco5v6* | unixware* | OpenUNIX*)
7038 symcode='[ABDT]'
7039 ;;
7040sysv4)
7041 symcode='[DFNSTU]'
7042 ;;
7043esac
d15b04bd 7044
d7040cdb
SE
7045# If we're using GNU nm, then use its standard symbol codes.
7046case `$NM -V 2>&1` in
7047*GNU* | *'with BFD'*)
7048 symcode='[ABCDGIRSTW]' ;;
7049esac
e5a52504 7050
d7040cdb
SE
7051# Transform an extracted symbol line into a proper C declaration.
7052# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
7053# so use this general approach.
7054lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 7055
7357c5b6 7056# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
7057lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7058lt_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 7059
7357c5b6
AM
7060# Handle CRLF in mingw tool chain
7061opt_cr=
7062case $build_os in
7063mingw*)
7064 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7065 ;;
7066esac
d7040cdb 7067
7357c5b6
AM
7068# Try without a prefix underscore, then with it.
7069for ac_symprfx in "" "_"; do
d7040cdb 7070
7357c5b6
AM
7071 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7072 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 7073
7357c5b6
AM
7074 # Write the raw and C identifiers.
7075 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7076 # Fake it for dumpbin and say T for any non-static function
7077 # and D for any global variable.
7078 # Also find C++ and __fastcall symbols from MSVC++,
7079 # which start with @ or ?.
7080 lt_cv_sys_global_symbol_pipe="$AWK '"\
7081" {last_section=section; section=\$ 3};"\
7082" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7083" \$ 0!~/External *\|/{next};"\
7084" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7085" {if(hide[section]) next};"\
7086" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7087" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7088" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7089" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7090" ' prfx=^$ac_symprfx"
7091 else
7092 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7093 fi
7094
7095 # Check to see that the pipe works correctly.
7096 pipe_works=no
7097
7098 rm -f conftest*
7099 cat > conftest.$ac_ext <<_LT_EOF
7100#ifdef __cplusplus
7101extern "C" {
7102#endif
7103char nm_test_var;
7104void nm_test_func(void);
7105void nm_test_func(void){}
7106#ifdef __cplusplus
d7040cdb 7107}
7357c5b6
AM
7108#endif
7109int main(){nm_test_var='a';nm_test_func();return(0);}
7110_LT_EOF
7111
81ecdfbb 7112 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 7113 (eval $ac_compile) 2>&5
42ecbf5e 7114 ac_status=$?
81ecdfbb
RW
7115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7116 test $ac_status = 0; }; then
7357c5b6
AM
7117 # Now try to grab the symbols.
7118 nlist=conftest.nm
3725885a
RW
7119 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7120 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 7121 ac_status=$?
81ecdfbb
RW
7122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7123 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
7124 # Try sorting and uniquifying the output.
7125 if sort "$nlist" | uniq > "$nlist"T; then
7126 mv -f "$nlist"T "$nlist"
7127 else
7128 rm -f "$nlist"T
7129 fi
d7040cdb 7130
7357c5b6
AM
7131 # Make sure that we snagged all the symbols we need.
7132 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7133 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7134 cat <<_LT_EOF > conftest.$ac_ext
7135#ifdef __cplusplus
7136extern "C" {
7137#endif
e5a52504 7138
7357c5b6
AM
7139_LT_EOF
7140 # Now generate the symbol file.
7141 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 7142
7357c5b6 7143 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 7144
7357c5b6 7145/* The mapping between symbol names and symbols. */
f2c621e4 7146const struct {
7357c5b6
AM
7147 const char *name;
7148 void *address;
7149}
7150lt__PROGRAM__LTX_preloaded_symbols[] =
7151{
7152 { "@PROGRAM@", (void *) 0 },
7153_LT_EOF
7154 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7155 cat <<\_LT_EOF >> conftest.$ac_ext
7156 {0, (void *) 0}
7157};
d7040cdb 7158
7357c5b6
AM
7159/* This works around a problem in FreeBSD linker */
7160#ifdef FREEBSD_WORKAROUND
7161static const void *lt_preloaded_setup() {
7162 return lt__PROGRAM__LTX_preloaded_symbols;
7163}
d7040cdb
SE
7164#endif
7165
7357c5b6 7166#ifdef __cplusplus
d7040cdb 7167}
7357c5b6
AM
7168#endif
7169_LT_EOF
7170 # Now try linking the two files.
7171 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
7172 lt_save_LIBS="$LIBS"
7173 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
7174 LIBS="conftstm.$ac_objext"
7175 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7176 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
7177 (eval $ac_link) 2>&5
7178 ac_status=$?
81ecdfbb
RW
7179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7180 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
7181 pipe_works=yes
7182 fi
f2c621e4
AS
7183 LIBS="$lt_save_LIBS"
7184 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
7185 else
7186 echo "cannot find nm_test_func in $nlist" >&5
7187 fi
7188 else
7189 echo "cannot find nm_test_var in $nlist" >&5
7190 fi
7191 else
7192 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7193 fi
7194 else
7195 echo "$progname: failed program was:" >&5
7196 cat conftest.$ac_ext >&5
7197 fi
718a6fd8 7198 rm -rf conftest* conftst*
7357c5b6
AM
7199
7200 # Do not use the global_symbol_pipe unless it works.
7201 if test "$pipe_works" = yes; then
7202 break
7203 else
7204 lt_cv_sys_global_symbol_pipe=
7205 fi
7206done
d7040cdb 7207
d7040cdb 7208fi
7357c5b6
AM
7209
7210if test -z "$lt_cv_sys_global_symbol_pipe"; then
7211 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 7212fi
7357c5b6 7213if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7215$as_echo "failed" >&6; }
7357c5b6 7216else
81ecdfbb
RW
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7218$as_echo "ok" >&6; }
d7040cdb 7219fi
20e95c23 7220
20e95c23 7221
20e95c23 7222
20e95c23 7223
20e95c23 7224
20e95c23 7225
20e95c23
DJ
7226
7227
7357c5b6
AM
7228
7229
7230
718a6fd8
SE
7231
7232
7233
7234
7235
7357c5b6 7236
df7b86aa
NC
7237
7238
7239
7240
7357c5b6 7241
81ecdfbb
RW
7242# Check whether --enable-libtool-lock was given.
7243if test "${enable_libtool_lock+set}" = set; then :
7244 enableval=$enable_libtool_lock;
7245fi
7357c5b6 7246
7357c5b6
AM
7247test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7248
7249# Some flags need to be propagated to the compiler or linker for good
7250# libtool support.
7251case $host in
7252ia64-*-hpux*)
7253 # Find out which ABI we are using.
7254 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7255 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7256 (eval $ac_compile) 2>&5
7257 ac_status=$?
81ecdfbb
RW
7258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7259 test $ac_status = 0; }; then
7357c5b6
AM
7260 case `/usr/bin/file conftest.$ac_objext` in
7261 *ELF-32*)
7262 HPUX_IA64_MODE="32"
7263 ;;
7264 *ELF-64*)
7265 HPUX_IA64_MODE="64"
7266 ;;
7267 esac
7268 fi
7269 rm -rf conftest*
7270 ;;
7271*-*-irix6*)
7272 # Find out which ABI we are using.
3725885a 7273 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7274 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7275 (eval $ac_compile) 2>&5
7276 ac_status=$?
81ecdfbb
RW
7277 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7278 test $ac_status = 0; }; then
7357c5b6
AM
7279 if test "$lt_cv_prog_gnu_ld" = yes; then
7280 case `/usr/bin/file conftest.$ac_objext` in
7281 *32-bit*)
7282 LD="${LD-ld} -melf32bsmip"
7283 ;;
7284 *N32*)
7285 LD="${LD-ld} -melf32bmipn32"
7286 ;;
7287 *64-bit*)
7288 LD="${LD-ld} -melf64bmip"
7289 ;;
7290 esac
7291 else
7292 case `/usr/bin/file conftest.$ac_objext` in
7293 *32-bit*)
7294 LD="${LD-ld} -32"
7295 ;;
7296 *N32*)
7297 LD="${LD-ld} -n32"
7298 ;;
7299 *64-bit*)
7300 LD="${LD-ld} -64"
7301 ;;
7302 esac
7303 fi
7304 fi
7305 rm -rf conftest*
7306 ;;
7307
cc9afea3 7308x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
7309s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7310 # Find out which ABI we are using.
7311 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7312 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7313 (eval $ac_compile) 2>&5
7314 ac_status=$?
81ecdfbb
RW
7315 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7316 test $ac_status = 0; }; then
7357c5b6
AM
7317 case `/usr/bin/file conftest.o` in
7318 *32-bit*)
7319 case $host in
7320 x86_64-*kfreebsd*-gnu)
7321 LD="${LD-ld} -m elf_i386_fbsd"
7322 ;;
7323 x86_64-*linux*)
6d2920c8
L
7324 case `/usr/bin/file conftest.o` in
7325 *x86-64*)
7326 LD="${LD-ld} -m elf32_x86_64"
7327 ;;
7328 *)
7329 LD="${LD-ld} -m elf_i386"
7330 ;;
7331 esac
7357c5b6 7332 ;;
cc9afea3
AM
7333 powerpc64le-*linux*)
7334 LD="${LD-ld} -m elf32lppclinux"
7335 ;;
7336 powerpc64-*linux*)
7357c5b6
AM
7337 LD="${LD-ld} -m elf32ppclinux"
7338 ;;
7339 s390x-*linux*)
7340 LD="${LD-ld} -m elf_s390"
7341 ;;
7342 sparc64-*linux*)
7343 LD="${LD-ld} -m elf32_sparc"
7344 ;;
7345 esac
7346 ;;
7347 *64-bit*)
7348 case $host in
7349 x86_64-*kfreebsd*-gnu)
7350 LD="${LD-ld} -m elf_x86_64_fbsd"
7351 ;;
7352 x86_64-*linux*)
7353 LD="${LD-ld} -m elf_x86_64"
7354 ;;
cc9afea3
AM
7355 powerpcle-*linux*)
7356 LD="${LD-ld} -m elf64lppc"
7357 ;;
7358 powerpc-*linux*)
7357c5b6
AM
7359 LD="${LD-ld} -m elf64ppc"
7360 ;;
7361 s390*-*linux*|s390*-*tpf*)
7362 LD="${LD-ld} -m elf64_s390"
7363 ;;
7364 sparc*-*linux*)
7365 LD="${LD-ld} -m elf64_sparc"
7366 ;;
7367 esac
7368 ;;
7369 esac
7370 fi
7371 rm -rf conftest*
7372 ;;
7373
7374*-*-sco3.2v5*)
7375 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7376 SAVE_CFLAGS="$CFLAGS"
7377 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7379$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7380if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 7381 $as_echo_n "(cached) " >&6
d7040cdb 7382else
7357c5b6
AM
7383 ac_ext=c
7384ac_cpp='$CPP $CPPFLAGS'
7385ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7386ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7387ac_compiler_gnu=$ac_cv_c_compiler_gnu
7388
81ecdfbb 7389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7390/* end confdefs.h. */
20e95c23 7391
7357c5b6
AM
7392int
7393main ()
7394{
7395
7396 ;
7397 return 0;
7398}
d7040cdb 7399_ACEOF
81ecdfbb 7400if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7401 lt_cv_cc_needs_belf=yes
d15b04bd 7402else
81ecdfbb 7403 lt_cv_cc_needs_belf=no
d7040cdb 7404fi
81ecdfbb
RW
7405rm -f core conftest.err conftest.$ac_objext \
7406 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7407 ac_ext=c
7408ac_cpp='$CPP $CPPFLAGS'
7409ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7410ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7411ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 7412
718a6fd8 7413fi
81ecdfbb
RW
7414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7415$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
7416 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7417 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7418 CFLAGS="$SAVE_CFLAGS"
7419 fi
7420 ;;
7421sparc*-*solaris*)
7422 # Find out which ABI we are using.
7423 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7424 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
7425 (eval $ac_compile) 2>&5
7426 ac_status=$?
81ecdfbb
RW
7427 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7428 test $ac_status = 0; }; then
718a6fd8
SE
7429 case `/usr/bin/file conftest.o` in
7430 *64-bit*)
7431 case $lt_cv_prog_gnu_ld in
7432 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7433 *)
7434 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7435 LD="${LD-ld} -64"
7436 fi
7437 ;;
7438 esac
7439 ;;
7440 esac
7441 fi
df7b86aa
NC
7442 rm -rf conftest*
7443 ;;
7444esac
7445
7446need_locks="$enable_libtool_lock"
7447
718a6fd8
SE
7448
7449 case $host_os in
7450 rhapsody* | darwin*)
7451 if test -n "$ac_tool_prefix"; then
7452 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7453set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7455$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7456if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 7457 $as_echo_n "(cached) " >&6
718a6fd8
SE
7458else
7459 if test -n "$DSYMUTIL"; then
7460 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7461else
7462as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7463for as_dir in $PATH
7464do
7465 IFS=$as_save_IFS
7466 test -z "$as_dir" && as_dir=.
81ecdfbb 7467 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7469 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7471 break 2
7472 fi
7473done
81ecdfbb
RW
7474 done
7475IFS=$as_save_IFS
718a6fd8
SE
7476
7477fi
7478fi
7479DSYMUTIL=$ac_cv_prog_DSYMUTIL
7480if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7482$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7483else
81ecdfbb
RW
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7485$as_echo "no" >&6; }
718a6fd8
SE
7486fi
7487
81ecdfbb 7488
718a6fd8
SE
7489fi
7490if test -z "$ac_cv_prog_DSYMUTIL"; then
7491 ac_ct_DSYMUTIL=$DSYMUTIL
7492 # Extract the first word of "dsymutil", so it can be a program name with args.
7493set dummy 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_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7497 $as_echo_n "(cached) " >&6
718a6fd8
SE
7498else
7499 if test -n "$ac_ct_DSYMUTIL"; then
7500 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_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_ac_ct_DSYMUTIL="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 7516
718a6fd8
SE
7517fi
7518fi
7519ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7520if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7522$as_echo "$ac_ct_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
RW
7528 if test "x$ac_ct_DSYMUTIL" = x; then
7529 DSYMUTIL=":"
7530 else
7531 case $cross_compiling:$ac_tool_warned in
7532yes:)
7533{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7534$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7535ac_tool_warned=yes ;;
7536esac
7537 DSYMUTIL=$ac_ct_DSYMUTIL
7538 fi
718a6fd8
SE
7539else
7540 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7541fi
7542
7543 if test -n "$ac_tool_prefix"; then
7544 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7545set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7547$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7548if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 7549 $as_echo_n "(cached) " >&6
718a6fd8
SE
7550else
7551 if test -n "$NMEDIT"; then
7552 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7553else
7554as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7555for as_dir in $PATH
7556do
7557 IFS=$as_save_IFS
7558 test -z "$as_dir" && as_dir=.
81ecdfbb 7559 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7560 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7561 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7563 break 2
7564 fi
7565done
81ecdfbb
RW
7566 done
7567IFS=$as_save_IFS
718a6fd8
SE
7568
7569fi
7570fi
7571NMEDIT=$ac_cv_prog_NMEDIT
7572if test -n "$NMEDIT"; then
81ecdfbb
RW
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7574$as_echo "$NMEDIT" >&6; }
718a6fd8 7575else
81ecdfbb
RW
7576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7577$as_echo "no" >&6; }
718a6fd8
SE
7578fi
7579
81ecdfbb 7580
718a6fd8
SE
7581fi
7582if test -z "$ac_cv_prog_NMEDIT"; then
7583 ac_ct_NMEDIT=$NMEDIT
7584 # Extract the first word of "nmedit", so it can be a program name with args.
7585set dummy 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_ac_ct_NMEDIT+:} false; then :
81ecdfbb 7589 $as_echo_n "(cached) " >&6
718a6fd8
SE
7590else
7591 if test -n "$ac_ct_NMEDIT"; then
7592 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_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_ac_ct_NMEDIT="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 7608
718a6fd8
SE
7609fi
7610fi
7611ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7612if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7614$as_echo "$ac_ct_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
RW
7620 if test "x$ac_ct_NMEDIT" = x; then
7621 NMEDIT=":"
7622 else
7623 case $cross_compiling:$ac_tool_warned in
7624yes:)
7625{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7626$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7627ac_tool_warned=yes ;;
7628esac
7629 NMEDIT=$ac_ct_NMEDIT
7630 fi
718a6fd8
SE
7631else
7632 NMEDIT="$ac_cv_prog_NMEDIT"
7633fi
7634
7635 if test -n "$ac_tool_prefix"; then
7636 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7637set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7639$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7640if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 7641 $as_echo_n "(cached) " >&6
718a6fd8
SE
7642else
7643 if test -n "$LIPO"; then
7644 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7645else
7646as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7647for as_dir in $PATH
7648do
7649 IFS=$as_save_IFS
7650 test -z "$as_dir" && as_dir=.
81ecdfbb 7651 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7653 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7655 break 2
7656 fi
7657done
81ecdfbb
RW
7658 done
7659IFS=$as_save_IFS
718a6fd8
SE
7660
7661fi
7662fi
7663LIPO=$ac_cv_prog_LIPO
7664if test -n "$LIPO"; then
81ecdfbb
RW
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7666$as_echo "$LIPO" >&6; }
718a6fd8 7667else
81ecdfbb
RW
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7669$as_echo "no" >&6; }
718a6fd8
SE
7670fi
7671
81ecdfbb 7672
718a6fd8
SE
7673fi
7674if test -z "$ac_cv_prog_LIPO"; then
7675 ac_ct_LIPO=$LIPO
7676 # Extract the first word of "lipo", so it can be a program name with args.
7677set dummy 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_ac_ct_LIPO+:} false; then :
81ecdfbb 7681 $as_echo_n "(cached) " >&6
718a6fd8
SE
7682else
7683 if test -n "$ac_ct_LIPO"; then
7684 ac_cv_prog_ac_ct_LIPO="$ac_ct_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_ac_ct_LIPO="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 7700
718a6fd8
SE
7701fi
7702fi
7703ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7704if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7706$as_echo "$ac_ct_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
RW
7712 if test "x$ac_ct_LIPO" = x; then
7713 LIPO=":"
7714 else
7715 case $cross_compiling:$ac_tool_warned in
7716yes:)
7717{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7718$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7719ac_tool_warned=yes ;;
7720esac
7721 LIPO=$ac_ct_LIPO
7722 fi
718a6fd8
SE
7723else
7724 LIPO="$ac_cv_prog_LIPO"
7725fi
7726
7727 if test -n "$ac_tool_prefix"; then
7728 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7729set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7731$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7732if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7733 $as_echo_n "(cached) " >&6
718a6fd8
SE
7734else
7735 if test -n "$OTOOL"; then
7736 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7737else
7738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7739for as_dir in $PATH
7740do
7741 IFS=$as_save_IFS
7742 test -z "$as_dir" && as_dir=.
81ecdfbb 7743 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7745 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7747 break 2
7748 fi
7749done
81ecdfbb
RW
7750 done
7751IFS=$as_save_IFS
718a6fd8
SE
7752
7753fi
7754fi
7755OTOOL=$ac_cv_prog_OTOOL
7756if test -n "$OTOOL"; then
81ecdfbb
RW
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7758$as_echo "$OTOOL" >&6; }
718a6fd8 7759else
81ecdfbb
RW
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7761$as_echo "no" >&6; }
718a6fd8
SE
7762fi
7763
81ecdfbb 7764
718a6fd8
SE
7765fi
7766if test -z "$ac_cv_prog_OTOOL"; then
7767 ac_ct_OTOOL=$OTOOL
7768 # Extract the first word of "otool", so it can be a program name with args.
7769set dummy 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_ac_ct_OTOOL+:} false; then :
81ecdfbb 7773 $as_echo_n "(cached) " >&6
718a6fd8
SE
7774else
7775 if test -n "$ac_ct_OTOOL"; then
7776 ac_cv_prog_ac_ct_OTOOL="$ac_ct_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_ac_ct_OTOOL="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 7792
718a6fd8
SE
7793fi
7794fi
7795ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7796if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7798$as_echo "$ac_ct_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
RW
7804 if test "x$ac_ct_OTOOL" = x; then
7805 OTOOL=":"
7806 else
7807 case $cross_compiling:$ac_tool_warned in
7808yes:)
7809{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7810$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7811ac_tool_warned=yes ;;
7812esac
7813 OTOOL=$ac_ct_OTOOL
7814 fi
718a6fd8
SE
7815else
7816 OTOOL="$ac_cv_prog_OTOOL"
7817fi
7818
7819 if test -n "$ac_tool_prefix"; then
7820 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7821set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7823$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7824if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7825 $as_echo_n "(cached) " >&6
718a6fd8
SE
7826else
7827 if test -n "$OTOOL64"; then
7828 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7829else
7830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7831for as_dir in $PATH
7832do
7833 IFS=$as_save_IFS
7834 test -z "$as_dir" && as_dir=.
81ecdfbb 7835 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7836 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7837 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7839 break 2
7840 fi
7841done
81ecdfbb
RW
7842 done
7843IFS=$as_save_IFS
718a6fd8
SE
7844
7845fi
7846fi
7847OTOOL64=$ac_cv_prog_OTOOL64
7848if test -n "$OTOOL64"; then
81ecdfbb
RW
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7850$as_echo "$OTOOL64" >&6; }
718a6fd8 7851else
81ecdfbb
RW
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7853$as_echo "no" >&6; }
718a6fd8
SE
7854fi
7855
81ecdfbb 7856
718a6fd8
SE
7857fi
7858if test -z "$ac_cv_prog_OTOOL64"; then
7859 ac_ct_OTOOL64=$OTOOL64
7860 # Extract the first word of "otool64", so it can be a program name with args.
7861set dummy 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_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7865 $as_echo_n "(cached) " >&6
718a6fd8
SE
7866else
7867 if test -n "$ac_ct_OTOOL64"; then
7868 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_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_ac_ct_OTOOL64="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 7884
718a6fd8
SE
7885fi
7886fi
7887ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7888if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7890$as_echo "$ac_ct_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
RW
7896 if test "x$ac_ct_OTOOL64" = x; then
7897 OTOOL64=":"
7898 else
7899 case $cross_compiling:$ac_tool_warned in
7900yes:)
7901{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7902$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7903ac_tool_warned=yes ;;
7904esac
7905 OTOOL64=$ac_ct_OTOOL64
7906 fi
718a6fd8
SE
7907else
7908 OTOOL64="$ac_cv_prog_OTOOL64"
7909fi
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
81ecdfbb
RW
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7938$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7939if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7940 $as_echo_n "(cached) " >&6
718a6fd8
SE
7941else
7942 lt_cv_apple_cc_single_mod=no
7943 if test -z "${LT_MULTI_MODULE}"; then
7944 # By default we will add the -single_module flag. You can override
7945 # by either setting the environment variable LT_MULTI_MODULE
7946 # non-empty at configure time, or by adding -multi_module to the
7947 # link flags.
7948 rm -rf libconftest.dylib*
7949 echo "int foo(void){return 1;}" > conftest.c
7950 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7951-dynamiclib -Wl,-single_module conftest.c" >&5
7952 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7953 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7954 _lt_result=$?
7955 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7956 lt_cv_apple_cc_single_mod=yes
7957 else
7958 cat conftest.err >&5
7959 fi
7960 rm -rf libconftest.dylib*
7961 rm -f conftest.*
7962 fi
7963fi
81ecdfbb
RW
7964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7965$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7967$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7968if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7969 $as_echo_n "(cached) " >&6
718a6fd8
SE
7970else
7971 lt_cv_ld_exported_symbols_list=no
7972 save_LDFLAGS=$LDFLAGS
7973 echo "_main" > conftest.sym
7974 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7976/* end confdefs.h. */
7977
7978int
7979main ()
7980{
7981
7982 ;
7983 return 0;
7984}
7985_ACEOF
81ecdfbb 7986if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7987 lt_cv_ld_exported_symbols_list=yes
7988else
81ecdfbb 7989 lt_cv_ld_exported_symbols_list=no
718a6fd8 7990fi
81ecdfbb
RW
7991rm -f core conftest.err conftest.$ac_objext \
7992 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7993 LDFLAGS="$save_LDFLAGS"
7994
7995fi
81ecdfbb
RW
7996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7997$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7999$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8000if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
8001 $as_echo_n "(cached) " >&6
8002else
8003 lt_cv_ld_force_load=no
8004 cat > conftest.c << _LT_EOF
8005int forced_loaded() { return 2;}
8006_LT_EOF
8007 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8008 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8009 echo "$AR cru libconftest.a conftest.o" >&5
8010 $AR cru libconftest.a conftest.o 2>&5
8011 cat > conftest.c << _LT_EOF
8012int main() { return 0;}
8013_LT_EOF
8014 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8015 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8016 _lt_result=$?
8017 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8018 lt_cv_ld_force_load=yes
8019 else
8020 cat conftest.err >&5
8021 fi
8022 rm -f conftest.err libconftest.a conftest conftest.c
8023 rm -rf conftest.dSYM
8024
8025fi
8026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8027$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
8028 case $host_os in
8029 rhapsody* | darwin1.[012])
8030 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8031 darwin1.*)
8032 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8033 darwin*) # darwin 5.x on
8034 # if running on 10.5 or later, the deployment target defaults
8035 # to the OS version, if on x86, and 10.4, the deployment
8036 # target defaults to 10.4. Don't you love it?
8037 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8038 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8039 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 8040 10.[012][,.]*)
718a6fd8
SE
8041 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8042 10.*)
8043 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8044 esac
8045 ;;
8046 esac
8047 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8048 _lt_dar_single_mod='$single_module'
8049 fi
8050 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8051 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8052 else
8053 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8054 fi
3725885a 8055 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
8056 _lt_dsymutil='~$DSYMUTIL $lib || :'
8057 else
8058 _lt_dsymutil=
8059 fi
8060 ;;
8061 esac
8062
718a6fd8 8063for ac_header in dlfcn.h
81ecdfbb
RW
8064do :
8065 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8066"
d0ac1c44 8067if test "x$ac_cv_header_dlfcn_h" = xyes; then :
718a6fd8 8068 cat >>confdefs.h <<_ACEOF
81ecdfbb 8069#define HAVE_DLFCN_H 1
718a6fd8
SE
8070_ACEOF
8071
8072fi
8073
8074done
8075
8076
8077
3725885a
RW
8078
8079
718a6fd8
SE
8080# Set options
8081
8082
8083
8084 enable_dlopen=no
8085
8086
8087 enable_win32_dll=no
8088
8089
81ecdfbb
RW
8090 # Check whether --enable-shared was given.
8091if test "${enable_shared+set}" = set; then :
8092 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
8093 case $enableval in
8094 yes) enable_shared=yes ;;
8095 no) enable_shared=no ;;
8096 *)
8097 enable_shared=no
8098 # Look at the argument we got. We use all the common list separators.
8099 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8100 for pkg in $enableval; do
8101 IFS="$lt_save_ifs"
8102 if test "X$pkg" = "X$p"; then
8103 enable_shared=yes
8104 fi
8105 done
8106 IFS="$lt_save_ifs"
8107 ;;
8108 esac
8109else
8110 enable_shared=yes
81ecdfbb 8111fi
718a6fd8
SE
8112
8113
8114
8115
8116
8117
8118
8119
81ecdfbb
RW
8120
8121 # Check whether --enable-static was given.
8122if test "${enable_static+set}" = set; then :
8123 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
8124 case $enableval in
8125 yes) enable_static=yes ;;
8126 no) enable_static=no ;;
8127 *)
8128 enable_static=no
8129 # Look at the argument we got. We use all the common list separators.
8130 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8131 for pkg in $enableval; do
8132 IFS="$lt_save_ifs"
8133 if test "X$pkg" = "X$p"; then
8134 enable_static=yes
8135 fi
8136 done
8137 IFS="$lt_save_ifs"
8138 ;;
8139 esac
8140else
8141 enable_static=yes
81ecdfbb 8142fi
718a6fd8
SE
8143
8144
8145
8146
8147
8148
8149
8150
8151
81ecdfbb
RW
8152
8153# Check whether --with-pic was given.
8154if test "${with_pic+set}" = set; then :
8155 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
8156else
8157 pic_mode=default
81ecdfbb
RW
8158fi
8159
718a6fd8
SE
8160
8161test -z "$pic_mode" && pic_mode=default
8162
8163
8164
8165
8166
8167
8168
81ecdfbb
RW
8169 # Check whether --enable-fast-install was given.
8170if test "${enable_fast_install+set}" = set; then :
8171 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
8172 case $enableval in
8173 yes) enable_fast_install=yes ;;
8174 no) enable_fast_install=no ;;
8175 *)
8176 enable_fast_install=no
8177 # Look at the argument we got. We use all the common list separators.
8178 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8179 for pkg in $enableval; do
8180 IFS="$lt_save_ifs"
8181 if test "X$pkg" = "X$p"; then
8182 enable_fast_install=yes
8183 fi
8184 done
8185 IFS="$lt_save_ifs"
7357c5b6
AM
8186 ;;
8187 esac
718a6fd8
SE
8188else
8189 enable_fast_install=yes
81ecdfbb
RW
8190fi
8191
20e95c23 8192
20e95c23
DJ
8193
8194
42ecbf5e 8195
d7040cdb 8196
20e95c23 8197
d7040cdb 8198
d7040cdb
SE
8199
8200
8201
8202# This can be used to rebuild libtool when needed
8203LIBTOOL_DEPS="$ltmain"
8204
8205# Always use our own libtool.
8206LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8207
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
3725885a 8230
d7040cdb
SE
8231
8232
8233test -z "$LN_S" && LN_S="ln -s"
8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248if test -n "${ZSH_VERSION+set}" ; then
8249 setopt NO_GLOB_SUBST
8250fi
8251
81ecdfbb
RW
8252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8253$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 8254if ${lt_cv_objdir+:} false; then :
81ecdfbb 8255 $as_echo_n "(cached) " >&6
20e95c23 8256else
d7040cdb
SE
8257 rm -f .libs 2>/dev/null
8258mkdir .libs 2>/dev/null
8259if test -d .libs; then
8260 lt_cv_objdir=.libs
42ecbf5e 8261else
d7040cdb
SE
8262 # MS-DOS does not allow filenames that begin with a dot.
8263 lt_cv_objdir=_libs
8264fi
8265rmdir .libs 2>/dev/null
42ecbf5e 8266fi
81ecdfbb
RW
8267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8268$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 8269objdir=$lt_cv_objdir
42ecbf5e 8270
d7040cdb
SE
8271
8272
8273
8274
8275cat >>confdefs.h <<_ACEOF
8276#define LT_OBJDIR "$lt_cv_objdir/"
8277_ACEOF
8278
8279
8280
8281
d7040cdb
SE
8282case $host_os in
8283aix3*)
8284 # AIX sometimes has problems with the GCC collect2 program. For some
8285 # reason, if we set the COLLECT_NAMES environment variable, the problems
8286 # vanish in a puff of smoke.
8287 if test "X${COLLECT_NAMES+set}" != Xset; then
8288 COLLECT_NAMES=
8289 export COLLECT_NAMES
8290 fi
8291 ;;
8292esac
8293
d7040cdb
SE
8294# Global variables:
8295ofile=libtool
8296can_build_shared=yes
8297
8298# All known linkers require a `.a' archive for static linking (except MSVC,
8299# which needs '.lib').
8300libext=a
8301
8302with_gnu_ld="$lt_cv_prog_gnu_ld"
8303
8304old_CC="$CC"
8305old_CFLAGS="$CFLAGS"
8306
8307# Set sane defaults for various variables
8308test -z "$CC" && CC=cc
8309test -z "$LTCC" && LTCC=$CC
8310test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8311test -z "$LD" && LD=ld
8312test -z "$ac_objext" && ac_objext=o
8313
8314for cc_temp in $compiler""; do
8315 case $cc_temp in
8316 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8317 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8318 \-*) ;;
8319 *) break;;
8320 esac
8321done
3725885a 8322cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8323
8324
8325# Only perform the check for file, if the check method requires it
8326test -z "$MAGIC_CMD" && MAGIC_CMD=file
8327case $deplibs_check_method in
8328file_magic*)
8329 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8331$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8332if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8333 $as_echo_n "(cached) " >&6
42ecbf5e 8334else
d7040cdb
SE
8335 case $MAGIC_CMD in
8336[\\/*] | ?:[\\/]*)
8337 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 8338 ;;
d7040cdb
SE
8339*)
8340 lt_save_MAGIC_CMD="$MAGIC_CMD"
8341 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8342 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8343 for ac_dir in $ac_dummy; do
8344 IFS="$lt_save_ifs"
8345 test -z "$ac_dir" && ac_dir=.
8346 if test -f $ac_dir/${ac_tool_prefix}file; then
8347 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8348 if test -n "$file_magic_test_file"; then
8349 case $deplibs_check_method in
8350 "file_magic "*)
8351 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8352 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8353 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8354 $EGREP "$file_magic_regex" > /dev/null; then
8355 :
8356 else
8357 cat <<_LT_EOF 1>&2
42ecbf5e 8358
d7040cdb
SE
8359*** Warning: the command libtool uses to detect shared libraries,
8360*** $file_magic_cmd, produces output that libtool cannot recognize.
8361*** The result is that libtool may fail to recognize shared libraries
8362*** as such. This will affect the creation of libtool libraries that
8363*** depend on shared libraries, but programs linked with such libtool
8364*** libraries will work regardless of this problem. Nevertheless, you
8365*** may want to report the problem to your system manager and/or to
8366*** bug-libtool@gnu.org
8367
8368_LT_EOF
8369 fi ;;
8370 esac
8371 fi
8372 break
8373 fi
8374 done
8375 IFS="$lt_save_ifs"
8376 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
8377 ;;
8378esac
42ecbf5e 8379fi
20e95c23 8380
d7040cdb
SE
8381MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8382if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8384$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 8385else
81ecdfbb
RW
8386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8387$as_echo "no" >&6; }
42ecbf5e
DJ
8388fi
8389
20e95c23
DJ
8390
8391
42ecbf5e 8392
20e95c23 8393
d7040cdb
SE
8394if test -z "$lt_cv_path_MAGIC_CMD"; then
8395 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8397$as_echo_n "checking for file... " >&6; }
d0ac1c44 8398if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8399 $as_echo_n "(cached) " >&6
42ecbf5e 8400else
d7040cdb
SE
8401 case $MAGIC_CMD in
8402[\\/*] | ?:[\\/]*)
8403 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8404 ;;
8405*)
8406 lt_save_MAGIC_CMD="$MAGIC_CMD"
8407 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8408 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8409 for ac_dir in $ac_dummy; do
8410 IFS="$lt_save_ifs"
8411 test -z "$ac_dir" && ac_dir=.
8412 if test -f $ac_dir/file; then
8413 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8414 if test -n "$file_magic_test_file"; then
8415 case $deplibs_check_method in
8416 "file_magic "*)
8417 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8418 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8419 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8420 $EGREP "$file_magic_regex" > /dev/null; then
8421 :
8422 else
8423 cat <<_LT_EOF 1>&2
8424
8425*** Warning: the command libtool uses to detect shared libraries,
8426*** $file_magic_cmd, produces output that libtool cannot recognize.
8427*** The result is that libtool may fail to recognize shared libraries
8428*** as such. This will affect the creation of libtool libraries that
8429*** depend on shared libraries, but programs linked with such libtool
8430*** libraries will work regardless of this problem. Nevertheless, you
8431*** may want to report the problem to your system manager and/or to
8432*** bug-libtool@gnu.org
8433
8434_LT_EOF
8435 fi ;;
8436 esac
8437 fi
8438 break
8439 fi
8440 done
8441 IFS="$lt_save_ifs"
8442 MAGIC_CMD="$lt_save_MAGIC_CMD"
8443 ;;
20e95c23
DJ
8444esac
8445fi
d7040cdb
SE
8446
8447MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8448if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8450$as_echo "$MAGIC_CMD" >&6; }
20e95c23 8451else
81ecdfbb
RW
8452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8453$as_echo "no" >&6; }
20e95c23
DJ
8454fi
8455
20e95c23 8456
42ecbf5e 8457 else
d7040cdb 8458 MAGIC_CMD=:
42ecbf5e 8459 fi
42ecbf5e 8460fi
42ecbf5e 8461
20e95c23 8462 fi
d7040cdb
SE
8463 ;;
8464esac
42ecbf5e 8465
d7040cdb 8466# Use C for the default configuration in the libtool script
42ecbf5e 8467
d7040cdb
SE
8468lt_save_CC="$CC"
8469ac_ext=c
8470ac_cpp='$CPP $CPPFLAGS'
8471ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8472ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8473ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 8474
42ecbf5e 8475
d7040cdb
SE
8476# Source file extension for C test sources.
8477ac_ext=c
42ecbf5e 8478
d7040cdb
SE
8479# Object file extension for compiled C test sources.
8480objext=o
8481objext=$objext
42ecbf5e 8482
d7040cdb
SE
8483# Code to be used in simple compile tests
8484lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 8485
d7040cdb
SE
8486# Code to be used in simple link tests
8487lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 8488
ac48eca1 8489
42ecbf5e 8490
42ecbf5e 8491
d5fbea21 8492
d5fbea21
DJ
8493
8494
d7040cdb
SE
8495# If no C compiler was specified, use CC.
8496LTCC=${LTCC-"$CC"}
20e95c23 8497
d7040cdb
SE
8498# If no C compiler flags were specified, use CFLAGS.
8499LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 8500
d7040cdb
SE
8501# Allow CC to be a program name with arguments.
8502compiler=$CC
252b5132 8503
d7040cdb
SE
8504# Save the default compiler, since it gets overwritten when the other
8505# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8506compiler_DEFAULT=$CC
42ecbf5e 8507
d7040cdb
SE
8508# save warnings/boilerplate of simple test code
8509ac_outfile=conftest.$ac_objext
8510echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8511eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8512_lt_compiler_boilerplate=`cat conftest.err`
8513$RM conftest*
252b5132 8514
d7040cdb
SE
8515ac_outfile=conftest.$ac_objext
8516echo "$lt_simple_link_test_code" >conftest.$ac_ext
8517eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8518_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8519$RM -r conftest*
252b5132 8520
42ecbf5e 8521
f2c621e4
AS
8522## CAVEAT EMPTOR:
8523## There is no encapsulation within the following macros, do not change
8524## the running order or otherwise move them around unless you know exactly
8525## what you are doing...
d7040cdb 8526if test -n "$compiler"; then
252b5132 8527
d7040cdb 8528lt_prog_compiler_no_builtin_flag=
252b5132 8529
d7040cdb 8530if test "$GCC" = yes; then
3725885a
RW
8531 case $cc_basename in
8532 nvcc*)
8533 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8534 *)
8535 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8536 esac
d15b04bd 8537
81ecdfbb
RW
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8539$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8540if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 8541 $as_echo_n "(cached) " >&6
252b5132 8542else
d7040cdb
SE
8543 lt_cv_prog_compiler_rtti_exceptions=no
8544 ac_outfile=conftest.$ac_objext
8545 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8546 lt_compiler_flag="-fno-rtti -fno-exceptions"
8547 # Insert the option either (1) after the last *FLAGS variable, or
8548 # (2) before a word containing "conftest.", or (3) at the end.
8549 # Note that $ac_compile itself does not contain backslashes and begins
8550 # with a dollar sign (not a hyphen), so the echo should work correctly.
8551 # The option is referenced via a variable to avoid confusing sed.
8552 lt_compile=`echo "$ac_compile" | $SED \
8553 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8554 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8555 -e 's:$: $lt_compiler_flag:'`
3725885a 8556 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8557 (eval "$lt_compile" 2>conftest.err)
8558 ac_status=$?
8559 cat conftest.err >&5
3725885a 8560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8561 if (exit $ac_status) && test -s "$ac_outfile"; then
8562 # The compiler can only warn and ignore the option if not recognized
8563 # So say no if there are warnings other than the usual output.
3725885a 8564 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8565 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8566 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8567 lt_cv_prog_compiler_rtti_exceptions=yes
8568 fi
8569 fi
8570 $RM conftest*
42ecbf5e 8571
252b5132 8572fi
81ecdfbb
RW
8573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8574$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8575
8576if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8577 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8578else
d7040cdb 8579 :
252b5132 8580fi
252b5132
RH
8581
8582fi
d7040cdb
SE
8583
8584
8585
8586
8587
8588
8589 lt_prog_compiler_wl=
8590lt_prog_compiler_pic=
8591lt_prog_compiler_static=
8592
f2c621e4
AS
8593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8594$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8595
8596 if test "$GCC" = yes; then
8597 lt_prog_compiler_wl='-Wl,'
8598 lt_prog_compiler_static='-static'
8599
8600 case $host_os in
8601 aix*)
8602 # All AIX code is PIC.
8603 if test "$host_cpu" = ia64; then
8604 # AIX 5 now supports IA64 processor
8605 lt_prog_compiler_static='-Bstatic'
8606 fi
6c9c0a50 8607 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8608 ;;
8609
8610 amigaos*)
718a6fd8
SE
8611 case $host_cpu in
8612 powerpc)
8613 # see comment about AmigaOS4 .so support
8614 lt_prog_compiler_pic='-fPIC'
8615 ;;
8616 m68k)
8617 # FIXME: we need at least 68020 code to build shared libraries, but
8618 # adding the `-m68020' flag to GCC prevents building anything better,
8619 # like `-m68040'.
8620 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8621 ;;
8622 esac
d7040cdb
SE
8623 ;;
8624
8625 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8626 # PIC is the default for these OSes.
8627 ;;
8628
718a6fd8 8629 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8630 # This hack is so that the source file can tell whether it is being
8631 # built for inclusion in a dll (and should export symbols for example).
8632 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8633 # (--disable-auto-import) libraries
8634 lt_prog_compiler_pic='-DDLL_EXPORT'
8635 ;;
8636
8637 darwin* | rhapsody*)
8638 # PIC is the default on this platform
8639 # Common symbols not allowed in MH_DYLIB files
8640 lt_prog_compiler_pic='-fno-common'
8641 ;;
8642
3725885a
RW
8643 haiku*)
8644 # PIC is the default for Haiku.
8645 # The "-static" flag exists, but is broken.
8646 lt_prog_compiler_static=
8647 ;;
8648
d7040cdb 8649 hpux*)
718a6fd8
SE
8650 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8651 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8652 # sets the default TLS model and affects inlining.
d7040cdb 8653 case $host_cpu in
718a6fd8 8654 hppa*64*)
d7040cdb
SE
8655 # +Z the default
8656 ;;
8657 *)
8658 lt_prog_compiler_pic='-fPIC'
8659 ;;
8660 esac
8661 ;;
8662
8663 interix[3-9]*)
8664 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8665 # Instead, we relocate shared libraries at runtime.
8666 ;;
8667
8668 msdosdjgpp*)
8669 # Just because we use GCC doesn't mean we suddenly get shared libraries
8670 # on systems that don't support them.
8671 lt_prog_compiler_can_build_shared=no
8672 enable_shared=no
8673 ;;
8674
8675 *nto* | *qnx*)
8676 # QNX uses GNU C++, but need to define -shared option too, otherwise
8677 # it will coredump.
8678 lt_prog_compiler_pic='-fPIC -shared'
8679 ;;
8680
8681 sysv4*MP*)
8682 if test -d /usr/nec; then
8683 lt_prog_compiler_pic=-Kconform_pic
8684 fi
8685 ;;
8686
8687 *)
8688 lt_prog_compiler_pic='-fPIC'
8689 ;;
8690 esac
3725885a
RW
8691
8692 case $cc_basename in
8693 nvcc*) # Cuda Compiler Driver 2.2
8694 lt_prog_compiler_wl='-Xlinker '
8695 lt_prog_compiler_pic='-Xcompiler -fPIC'
8696 ;;
8697 esac
d7040cdb
SE
8698 else
8699 # PORTME Check for flag to pass linker flags through the system compiler.
8700 case $host_os in
8701 aix*)
8702 lt_prog_compiler_wl='-Wl,'
8703 if test "$host_cpu" = ia64; then
8704 # AIX 5 now supports IA64 processor
8705 lt_prog_compiler_static='-Bstatic'
8706 else
8707 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8708 fi
8709 ;;
d7040cdb 8710
718a6fd8 8711 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8712 # This hack is so that the source file can tell whether it is being
8713 # built for inclusion in a dll (and should export symbols for example).
8714 lt_prog_compiler_pic='-DDLL_EXPORT'
8715 ;;
8716
8717 hpux9* | hpux10* | hpux11*)
8718 lt_prog_compiler_wl='-Wl,'
8719 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8720 # not for PA HP-UX.
8721 case $host_cpu in
8722 hppa*64*|ia64*)
8723 # +Z the default
8724 ;;
8725 *)
8726 lt_prog_compiler_pic='+Z'
8727 ;;
8728 esac
8729 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8730 lt_prog_compiler_static='${wl}-a ${wl}archive'
8731 ;;
8732
8733 irix5* | irix6* | nonstopux*)
8734 lt_prog_compiler_wl='-Wl,'
8735 # PIC (with -KPIC) is the default.
8736 lt_prog_compiler_static='-non_shared'
8737 ;;
8738
58e24671 8739 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8740 case $cc_basename in
718a6fd8
SE
8741 # old Intel for x86_64 which still supported -KPIC.
8742 ecc*)
d7040cdb
SE
8743 lt_prog_compiler_wl='-Wl,'
8744 lt_prog_compiler_pic='-KPIC'
8745 lt_prog_compiler_static='-static'
8746 ;;
718a6fd8
SE
8747 # icc used to be incompatible with GCC.
8748 # ICC 10 doesn't accept -KPIC any more.
8749 icc* | ifort*)
8750 lt_prog_compiler_wl='-Wl,'
8751 lt_prog_compiler_pic='-fPIC'
8752 lt_prog_compiler_static='-static'
8753 ;;
8754 # Lahey Fortran 8.1.
8755 lf95*)
8756 lt_prog_compiler_wl='-Wl,'
8757 lt_prog_compiler_pic='--shared'
8758 lt_prog_compiler_static='--static'
8759 ;;
3725885a 8760 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8761 # Portland Group compilers (*not* the Pentium gcc compiler,
8762 # which looks to be a dead project)
8763 lt_prog_compiler_wl='-Wl,'
8764 lt_prog_compiler_pic='-fpic'
8765 lt_prog_compiler_static='-Bstatic'
8766 ;;
8767 ccc*)
8768 lt_prog_compiler_wl='-Wl,'
8769 # All Alpha code is PIC.
8770 lt_prog_compiler_static='-non_shared'
8771 ;;
3725885a
RW
8772 xl* | bgxl* | bgf* | mpixl*)
8773 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8774 lt_prog_compiler_wl='-Wl,'
8775 lt_prog_compiler_pic='-qpic'
8776 lt_prog_compiler_static='-qstaticlink'
8777 ;;
d7040cdb
SE
8778 *)
8779 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8780 *Sun\ F* | *Sun*Fortran*)
8781 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8782 lt_prog_compiler_pic='-KPIC'
8783 lt_prog_compiler_static='-Bstatic'
3725885a 8784 lt_prog_compiler_wl=''
d7040cdb 8785 ;;
3725885a
RW
8786 *Sun\ C*)
8787 # Sun C 5.9
d7040cdb
SE
8788 lt_prog_compiler_pic='-KPIC'
8789 lt_prog_compiler_static='-Bstatic'
3725885a 8790 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8791 ;;
8792 esac
8793 ;;
8794 esac
8795 ;;
8796
8797 newsos6)
8798 lt_prog_compiler_pic='-KPIC'
8799 lt_prog_compiler_static='-Bstatic'
8800 ;;
8801
8802 *nto* | *qnx*)
8803 # QNX uses GNU C++, but need to define -shared option too, otherwise
8804 # it will coredump.
8805 lt_prog_compiler_pic='-fPIC -shared'
8806 ;;
8807
8808 osf3* | osf4* | osf5*)
8809 lt_prog_compiler_wl='-Wl,'
8810 # All OSF/1 code is PIC.
8811 lt_prog_compiler_static='-non_shared'
8812 ;;
8813
8814 rdos*)
8815 lt_prog_compiler_static='-non_shared'
8816 ;;
8817
8818 solaris*)
8819 lt_prog_compiler_pic='-KPIC'
8820 lt_prog_compiler_static='-Bstatic'
8821 case $cc_basename in
f2c621e4 8822 f77* | f90* | f95*)
d7040cdb
SE
8823 lt_prog_compiler_wl='-Qoption ld ';;
8824 *)
8825 lt_prog_compiler_wl='-Wl,';;
8826 esac
8827 ;;
8828
8829 sunos4*)
8830 lt_prog_compiler_wl='-Qoption ld '
8831 lt_prog_compiler_pic='-PIC'
8832 lt_prog_compiler_static='-Bstatic'
8833 ;;
8834
8835 sysv4 | sysv4.2uw2* | sysv4.3*)
8836 lt_prog_compiler_wl='-Wl,'
8837 lt_prog_compiler_pic='-KPIC'
8838 lt_prog_compiler_static='-Bstatic'
8839 ;;
8840
8841 sysv4*MP*)
8842 if test -d /usr/nec ;then
8843 lt_prog_compiler_pic='-Kconform_pic'
8844 lt_prog_compiler_static='-Bstatic'
8845 fi
8846 ;;
8847
8848 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8849 lt_prog_compiler_wl='-Wl,'
8850 lt_prog_compiler_pic='-KPIC'
8851 lt_prog_compiler_static='-Bstatic'
8852 ;;
8853
8854 unicos*)
8855 lt_prog_compiler_wl='-Wl,'
8856 lt_prog_compiler_can_build_shared=no
8857 ;;
8858
8859 uts4*)
8860 lt_prog_compiler_pic='-pic'
8861 lt_prog_compiler_static='-Bstatic'
8862 ;;
8863
8864 *)
8865 lt_prog_compiler_can_build_shared=no
8866 ;;
8867 esac
8868 fi
8869
8870case $host_os in
8871 # For platforms which do not support PIC, -DPIC is meaningless:
8872 *djgpp*)
8873 lt_prog_compiler_pic=
8874 ;;
8875 *)
8876 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8877 ;;
8878esac
f2c621e4
AS
8879{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8880$as_echo "$lt_prog_compiler_pic" >&6; }
8881
8882
8883
8884
d7040cdb
SE
8885
8886
8887#
8888# Check to make sure the PIC flag actually works.
8889#
8890if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8892$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8893if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8894 $as_echo_n "(cached) " >&6
42ecbf5e 8895else
718a6fd8 8896 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8897 ac_outfile=conftest.$ac_objext
8898 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8899 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8900 # Insert the option either (1) after the last *FLAGS variable, or
8901 # (2) before a word containing "conftest.", or (3) at the end.
8902 # Note that $ac_compile itself does not contain backslashes and begins
8903 # with a dollar sign (not a hyphen), so the echo should work correctly.
8904 # The option is referenced via a variable to avoid confusing sed.
8905 lt_compile=`echo "$ac_compile" | $SED \
8906 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8907 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8908 -e 's:$: $lt_compiler_flag:'`
3725885a 8909 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8910 (eval "$lt_compile" 2>conftest.err)
8911 ac_status=$?
8912 cat conftest.err >&5
3725885a 8913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8914 if (exit $ac_status) && test -s "$ac_outfile"; then
8915 # The compiler can only warn and ignore the option if not recognized
8916 # So say no if there are warnings other than the usual output.
3725885a 8917 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8918 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8919 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8920 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8921 fi
8922 fi
8923 $RM conftest*
42ecbf5e 8924
252b5132 8925fi
81ecdfbb
RW
8926{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8927$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8928
718a6fd8 8929if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8930 case $lt_prog_compiler_pic in
8931 "" | " "*) ;;
8932 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8933 esac
252b5132 8934else
d7040cdb
SE
8935 lt_prog_compiler_pic=
8936 lt_prog_compiler_can_build_shared=no
252b5132 8937fi
252b5132
RH
8938
8939fi
42ecbf5e 8940
d7040cdb
SE
8941
8942
8943
8944
8945
8946#
8947# Check to make sure the static flag actually works.
8948#
8949wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8951$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8952if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8953 $as_echo_n "(cached) " >&6
42ecbf5e 8954else
718a6fd8 8955 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8956 save_LDFLAGS="$LDFLAGS"
8957 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8958 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8959 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8960 # The linker can only warn and ignore the option if not recognized
8961 # So say no if there are warnings
8962 if test -s conftest.err; then
8963 # Append any errors to the config.log.
8964 cat conftest.err 1>&5
3725885a 8965 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8966 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8967 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8968 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8969 fi
8970 else
718a6fd8 8971 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8972 fi
8973 fi
718a6fd8 8974 $RM -r conftest*
d7040cdb 8975 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8976
42ecbf5e 8977fi
81ecdfbb
RW
8978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8979$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8980
718a6fd8 8981if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8982 :
8983else
8984 lt_prog_compiler_static=
42ecbf5e 8985fi
42ecbf5e 8986
252b5132 8987
252b5132 8988
42ecbf5e 8989
252b5132 8990
20e95c23 8991
d7040cdb 8992
81ecdfbb
RW
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8994$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8995if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8996 $as_echo_n "(cached) " >&6
252b5132 8997else
d7040cdb
SE
8998 lt_cv_prog_compiler_c_o=no
8999 $RM -r conftest 2>/dev/null
9000 mkdir conftest
9001 cd conftest
9002 mkdir out
9003 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9004
9005 lt_compiler_flag="-o out/conftest2.$ac_objext"
9006 # Insert the option either (1) after the last *FLAGS variable, or
9007 # (2) before a word containing "conftest.", or (3) at the end.
9008 # Note that $ac_compile itself does not contain backslashes and begins
9009 # with a dollar sign (not a hyphen), so the echo should work correctly.
9010 lt_compile=`echo "$ac_compile" | $SED \
9011 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9012 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9013 -e 's:$: $lt_compiler_flag:'`
3725885a 9014 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
9015 (eval "$lt_compile" 2>out/conftest.err)
9016 ac_status=$?
9017 cat out/conftest.err >&5
3725885a 9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
9019 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9020 then
9021 # The compiler can only warn and ignore the option if not recognized
9022 # So say no if there are warnings
3725885a 9023 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
9024 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9025 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9026 lt_cv_prog_compiler_c_o=yes
9027 fi
9028 fi
9029 chmod u+w . 2>&5
9030 $RM conftest*
9031 # SGI C++ compiler will create directory out/ii_files/ for
9032 # template instantiation
9033 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9034 $RM out/* && rmdir out
9035 cd ..
9036 $RM -r conftest
9037 $RM conftest*
9038
252b5132 9039fi
81ecdfbb
RW
9040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9041$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 9042
20e95c23 9043
20e95c23
DJ
9044
9045
d7040cdb
SE
9046
9047
81ecdfbb
RW
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9049$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 9050if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 9051 $as_echo_n "(cached) " >&6
42ecbf5e 9052else
d7040cdb
SE
9053 lt_cv_prog_compiler_c_o=no
9054 $RM -r conftest 2>/dev/null
9055 mkdir conftest
9056 cd conftest
9057 mkdir out
9058 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9059
9060 lt_compiler_flag="-o out/conftest2.$ac_objext"
9061 # Insert the option either (1) after the last *FLAGS variable, or
9062 # (2) before a word containing "conftest.", or (3) at the end.
9063 # Note that $ac_compile itself does not contain backslashes and begins
9064 # with a dollar sign (not a hyphen), so the echo should work correctly.
9065 lt_compile=`echo "$ac_compile" | $SED \
9066 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9067 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9068 -e 's:$: $lt_compiler_flag:'`
3725885a 9069 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
9070 (eval "$lt_compile" 2>out/conftest.err)
9071 ac_status=$?
9072 cat out/conftest.err >&5
3725885a 9073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
9074 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9075 then
9076 # The compiler can only warn and ignore the option if not recognized
9077 # So say no if there are warnings
3725885a 9078 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
9079 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9080 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9081 lt_cv_prog_compiler_c_o=yes
9082 fi
9083 fi
9084 chmod u+w . 2>&5
9085 $RM conftest*
9086 # SGI C++ compiler will create directory out/ii_files/ for
9087 # template instantiation
9088 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9089 $RM out/* && rmdir out
9090 cd ..
9091 $RM -r conftest
9092 $RM conftest*
9093
9094fi
81ecdfbb
RW
9095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9096$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
9097
9098
9099
9100
9101hard_links="nottested"
9102if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9103 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
9104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9105$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
9106 hard_links=yes
9107 $RM conftest*
9108 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9109 touch conftest.a
9110 ln conftest.a conftest.b 2>&5 || hard_links=no
9111 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9113$as_echo "$hard_links" >&6; }
d7040cdb 9114 if test "$hard_links" = no; then
81ecdfbb
RW
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9116$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
9117 need_locks=warn
9118 fi
9119else
9120 need_locks=no
9121fi
9122
9123
9124
9125
9126
9127
81ecdfbb
RW
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9129$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
9130
9131 runpath_var=
9132 allow_undefined_flag=
9133 always_export_symbols=no
9134 archive_cmds=
9135 archive_expsym_cmds=
9136 compiler_needs_object=no
9137 enable_shared_with_static_runtimes=no
9138 export_dynamic_flag_spec=
9139 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9140 hardcode_automatic=no
9141 hardcode_direct=no
9142 hardcode_direct_absolute=no
9143 hardcode_libdir_flag_spec=
9144 hardcode_libdir_flag_spec_ld=
9145 hardcode_libdir_separator=
9146 hardcode_minus_L=no
9147 hardcode_shlibpath_var=unsupported
9148 inherit_rpath=no
9149 link_all_deplibs=unknown
9150 module_cmds=
9151 module_expsym_cmds=
9152 old_archive_from_new_cmds=
9153 old_archive_from_expsyms_cmds=
9154 thread_safe_flag_spec=
9155 whole_archive_flag_spec=
9156 # include_expsyms should be a list of space-separated symbols to be *always*
9157 # included in the symbol list
9158 include_expsyms=
9159 # exclude_expsyms can be an extended regexp of symbols to exclude
9160 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9161 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9162 # as well as any symbol that contains `d'.
718a6fd8 9163 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
9164 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9165 # platforms (ab)use it in PIC code, but their linkers get confused if
9166 # the symbol is explicitly referenced. Since portable code cannot
9167 # rely on this symbol name, it's probably fine to never include it in
9168 # preloaded symbol tables.
718a6fd8 9169 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
9170 extract_expsyms_cmds=
9171
9172 case $host_os in
718a6fd8 9173 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9174 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9175 # When not using gcc, we currently assume that we are using
9176 # Microsoft Visual C++.
9177 if test "$GCC" != yes; then
9178 with_gnu_ld=no
9179 fi
9180 ;;
9181 interix*)
9182 # we just hope/assume this is gcc and not c89 (= MSVC++)
9183 with_gnu_ld=yes
9184 ;;
9185 openbsd*)
9186 with_gnu_ld=no
9187 ;;
9188 esac
9189
9190 ld_shlibs=yes
3725885a
RW
9191
9192 # On some targets, GNU ld is compatible enough with the native linker
9193 # that we're better off using the native interface for both.
9194 lt_use_gnu_ld_interface=no
d7040cdb 9195 if test "$with_gnu_ld" = yes; then
3725885a
RW
9196 case $host_os in
9197 aix*)
9198 # The AIX port of GNU ld has always aspired to compatibility
9199 # with the native linker. However, as the warning in the GNU ld
9200 # block says, versions before 2.19.5* couldn't really create working
9201 # shared libraries, regardless of the interface used.
9202 case `$LD -v 2>&1` in
9203 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9204 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9205 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9206 *)
9207 lt_use_gnu_ld_interface=yes
9208 ;;
9209 esac
9210 ;;
9211 *)
9212 lt_use_gnu_ld_interface=yes
9213 ;;
9214 esac
9215 fi
9216
9217 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
9218 # If archive_cmds runs LD, not CC, wlarc should be empty
9219 wlarc='${wl}'
9220
9221 # Set some defaults for GNU ld with shared library support. These
9222 # are reset later if shared libraries are not supported. Putting them
9223 # here allows them to be overridden if necessary.
9224 runpath_var=LD_RUN_PATH
9225 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9226 export_dynamic_flag_spec='${wl}--export-dynamic'
9227 # ancient GNU ld didn't support --whole-archive et. al.
9228 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9229 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9230 else
9231 whole_archive_flag_spec=
9232 fi
9233 supports_anon_versioning=no
9234 case `$LD -v 2>&1` in
3725885a 9235 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
9236 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9237 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9238 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9239 *\ 2.11.*) ;; # other 2.11 versions
9240 *) supports_anon_versioning=yes ;;
9241 esac
9242
9243 # See if GNU ld supports shared libraries.
9244 case $host_os in
50e7d84b 9245 aix[3-9]*)
d7040cdb
SE
9246 # On AIX/PPC, the GNU linker is very broken
9247 if test "$host_cpu" != ia64; then
9248 ld_shlibs=no
9249 cat <<_LT_EOF 1>&2
9250
3725885a 9251*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
9252*** to be unable to reliably create shared libraries on AIX.
9253*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9254*** really care for shared libraries, you may want to install binutils
9255*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9256*** You will then need to restart the configuration process.
d7040cdb
SE
9257
9258_LT_EOF
9259 fi
9260 ;;
9261
9262 amigaos*)
718a6fd8
SE
9263 case $host_cpu in
9264 powerpc)
9265 # see comment about AmigaOS4 .so support
9266 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9267 archive_expsym_cmds=''
9268 ;;
9269 m68k)
9270 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)'
9271 hardcode_libdir_flag_spec='-L$libdir'
9272 hardcode_minus_L=yes
9273 ;;
9274 esac
d7040cdb
SE
9275 ;;
9276
9277 beos*)
9278 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9279 allow_undefined_flag=unsupported
9280 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9281 # support --undefined. This deserves some investigation. FIXME
9282 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9283 else
9284 ld_shlibs=no
9285 fi
9286 ;;
9287
718a6fd8 9288 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9289 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9290 # as there is no search path for DLLs.
9291 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9292 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
9293 allow_undefined_flag=unsupported
9294 always_export_symbols=no
9295 enable_shared_with_static_runtimes=yes
f2c621e4 9296 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
9297
9298 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9299 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9300 # If the export-symbols file already is a .def file (1st line
9301 # is EXPORTS), use it as is; otherwise, prepend...
9302 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9303 cp $export_symbols $output_objdir/$soname.def;
9304 else
9305 echo EXPORTS > $output_objdir/$soname.def;
9306 cat $export_symbols >> $output_objdir/$soname.def;
9307 fi~
9308 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9309 else
9310 ld_shlibs=no
9311 fi
9312 ;;
9313
3725885a
RW
9314 haiku*)
9315 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9316 link_all_deplibs=yes
9317 ;;
9318
d7040cdb
SE
9319 interix[3-9]*)
9320 hardcode_direct=no
9321 hardcode_shlibpath_var=no
9322 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9323 export_dynamic_flag_spec='${wl}-E'
9324 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9325 # Instead, shared libraries are loaded at an image base (0x10000000 by
9326 # default) and relocated if they conflict, which is a slow very memory
9327 # consuming and fragmenting process. To avoid this, we pick a random,
9328 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9329 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9330 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9331 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'
9332 ;;
9333
58e24671 9334 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9335 tmp_diet=no
9336 if test "$host_os" = linux-dietlibc; then
9337 case $cc_basename in
9338 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9339 esac
9340 fi
9341 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9342 && test "$tmp_diet" = no
9343 then
6e733cce 9344 tmp_addflag=' $pic_flag'
718a6fd8 9345 tmp_sharedflag='-shared'
d7040cdb
SE
9346 case $cc_basename,$host_cpu in
9347 pgcc*) # Portland Group C compiler
3725885a 9348 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
9349 tmp_addflag=' $pic_flag'
9350 ;;
3725885a
RW
9351 pgf77* | pgf90* | pgf95* | pgfortran*)
9352 # Portland Group f77 and f90 compilers
9353 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
9354 tmp_addflag=' $pic_flag -Mnomain' ;;
9355 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9356 tmp_addflag=' -i_dynamic' ;;
9357 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9358 tmp_addflag=' -i_dynamic -nofor_main' ;;
9359 ifc* | ifort*) # Intel Fortran compiler
9360 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9361 lf95*) # Lahey Fortran 8.1
9362 whole_archive_flag_spec=
9363 tmp_sharedflag='--shared' ;;
3725885a 9364 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9365 tmp_sharedflag='-qmkshrobj'
9366 tmp_addflag= ;;
3725885a
RW
9367 nvcc*) # Cuda Compiler Driver 2.2
9368 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'
9369 compiler_needs_object=yes
9370 ;;
d7040cdb
SE
9371 esac
9372 case `$CC -V 2>&1 | sed 5q` in
9373 *Sun\ C*) # Sun C 5.9
3725885a 9374 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
9375 compiler_needs_object=yes
9376 tmp_sharedflag='-G' ;;
9377 *Sun\ F*) # Sun Fortran 8.3
9378 tmp_sharedflag='-G' ;;
d7040cdb
SE
9379 esac
9380 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9381
9382 if test "x$supports_anon_versioning" = xyes; then
9383 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9384 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9385 echo "local: *; };" >> $output_objdir/$libname.ver~
9386 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9387 fi
718a6fd8
SE
9388
9389 case $cc_basename in
3725885a 9390 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9391 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9392 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9393 hardcode_libdir_flag_spec=
9394 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9395 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9396 if test "x$supports_anon_versioning" = xyes; then
9397 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9398 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9399 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9400 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9401 fi
9402 ;;
9403 esac
d7040cdb
SE
9404 else
9405 ld_shlibs=no
9406 fi
9407 ;;
9408
9409 netbsd*)
9410 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9411 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9412 wlarc=
9413 else
f2c621e4
AS
9414 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9415 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9416 fi
9417 ;;
9418
9419 solaris*)
9420 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9421 ld_shlibs=no
9422 cat <<_LT_EOF 1>&2
9423
9424*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9425*** create shared libraries on Solaris systems. Therefore, libtool
9426*** is disabling shared libraries support. We urge you to upgrade GNU
9427*** binutils to release 2.9.1 or newer. Another option is to modify
9428*** your PATH or compiler configuration so that the native linker is
9429*** used, and then restart.
9430
9431_LT_EOF
9432 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9433 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9434 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9435 else
9436 ld_shlibs=no
9437 fi
9438 ;;
9439
9440 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9441 case `$LD -v 2>&1` in
9442 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9443 ld_shlibs=no
9444 cat <<_LT_EOF 1>&2
9445
9446*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9447*** reliably create shared libraries on SCO systems. Therefore, libtool
9448*** is disabling shared libraries support. We urge you to upgrade GNU
9449*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9450*** your PATH or compiler configuration so that the native linker is
9451*** used, and then restart.
9452
9453_LT_EOF
9454 ;;
9455 *)
9456 # For security reasons, it is highly recommended that you always
9457 # use absolute paths for naming shared libraries, and exclude the
9458 # DT_RUNPATH tag from executables and libraries. But doing so
9459 # requires that you compile everything twice, which is a pain.
9460 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9461 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9462 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9463 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9464 else
9465 ld_shlibs=no
9466 fi
9467 ;;
9468 esac
9469 ;;
9470
9471 sunos4*)
9472 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9473 wlarc=
9474 hardcode_direct=yes
9475 hardcode_shlibpath_var=no
9476 ;;
9477
9478 *)
9479 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9480 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9481 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9482 else
9483 ld_shlibs=no
9484 fi
9485 ;;
9486 esac
9487
9488 if test "$ld_shlibs" = no; then
9489 runpath_var=
9490 hardcode_libdir_flag_spec=
9491 export_dynamic_flag_spec=
9492 whole_archive_flag_spec=
9493 fi
9494 else
9495 # PORTME fill in a description of your system's linker (not GNU ld)
9496 case $host_os in
9497 aix3*)
9498 allow_undefined_flag=unsupported
9499 always_export_symbols=yes
9500 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'
9501 # Note: this linker hardcodes the directories in LIBPATH if there
9502 # are no directories specified by -L.
9503 hardcode_minus_L=yes
9504 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9505 # Neither direct hardcoding nor static linking is supported with a
9506 # broken collect2.
9507 hardcode_direct=unsupported
9508 fi
9509 ;;
9510
50e7d84b 9511 aix[4-9]*)
d7040cdb
SE
9512 if test "$host_cpu" = ia64; then
9513 # On IA64, the linker does run time linking by default, so we don't
9514 # have to do anything special.
9515 aix_use_runtimelinking=no
9516 exp_sym_flag='-Bexport'
9517 no_entry_flag=""
9518 else
9519 # If we're using GNU nm, then we don't want the "-C" option.
9520 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9521 # Also, AIX nm treats weak defined symbols like other global
9522 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9523 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9524 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 9525 else
5c14705f 9526 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
9527 fi
9528 aix_use_runtimelinking=no
9529
9530 # Test if we are trying to use run time linking or normal
9531 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9532 # need to do runtime linking.
50e7d84b 9533 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9534 for ld_flag in $LDFLAGS; do
9535 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9536 aix_use_runtimelinking=yes
9537 break
9538 fi
9539 done
9540 ;;
9541 esac
9542
9543 exp_sym_flag='-bexport'
9544 no_entry_flag='-bnoentry'
9545 fi
9546
9547 # When large executables or shared objects are built, AIX ld can
9548 # have problems creating the table of contents. If linking a library
9549 # or program results in "error TOC overflow" add -mminimal-toc to
9550 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9551 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9552
9553 archive_cmds=''
9554 hardcode_direct=yes
9555 hardcode_direct_absolute=yes
9556 hardcode_libdir_separator=':'
9557 link_all_deplibs=yes
9558 file_list_spec='${wl}-f,'
9559
9560 if test "$GCC" = yes; then
9561 case $host_os in aix4.[012]|aix4.[012].*)
9562 # We only want to do this on AIX 4.2 and lower, the check
9563 # below for broken collect2 doesn't work under 4.3+
9564 collect2name=`${CC} -print-prog-name=collect2`
9565 if test -f "$collect2name" &&
9566 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9567 then
9568 # We have reworked collect2
9569 :
9570 else
9571 # We have old collect2
9572 hardcode_direct=unsupported
9573 # It fails to find uninstalled libraries when the uninstalled
9574 # path is not listed in the libpath. Setting hardcode_minus_L
9575 # to unsupported forces relinking
9576 hardcode_minus_L=yes
9577 hardcode_libdir_flag_spec='-L$libdir'
9578 hardcode_libdir_separator=
9579 fi
9580 ;;
9581 esac
9582 shared_flag='-shared'
9583 if test "$aix_use_runtimelinking" = yes; then
9584 shared_flag="$shared_flag "'${wl}-G'
9585 fi
9586 else
9587 # not using gcc
9588 if test "$host_cpu" = ia64; then
9589 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9590 # chokes on -Wl,-G. The following line is correct:
9591 shared_flag='-G'
9592 else
9593 if test "$aix_use_runtimelinking" = yes; then
9594 shared_flag='${wl}-G'
9595 else
9596 shared_flag='${wl}-bM:SRE'
9597 fi
9598 fi
9599 fi
9600
718a6fd8 9601 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9602 # It seems that -bexpall does not export symbols beginning with
9603 # underscore (_), so it is better to generate a list of symbols to export.
9604 always_export_symbols=yes
9605 if test "$aix_use_runtimelinking" = yes; then
9606 # Warning - without using the other runtime loading flags (-brtl),
9607 # -berok will link without error, but may produce a broken library.
9608 allow_undefined_flag='-berok'
9609 # Determine the default libpath from the value encoded in an
9610 # empty executable.
f2c621e4 9611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9612/* end confdefs.h. */
d7040cdb
SE
9613
9614int
9615main ()
9616{
9617
9618 ;
9619 return 0;
9620}
42ecbf5e 9621_ACEOF
81ecdfbb 9622if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9623
f2c621e4
AS
9624lt_aix_libpath_sed='
9625 /Import File Strings/,/^$/ {
9626 /^0/ {
9627 s/^0 *\(.*\)$/\1/
9628 p
9629 }
9630 }'
9631aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9632# Check for a 64-bit object if we didn't find anything.
9633if test -z "$aix_libpath"; then
9634 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9635fi
252b5132 9636fi
81ecdfbb
RW
9637rm -f core conftest.err conftest.$ac_objext \
9638 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9639if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9640
d7040cdb 9641 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9642 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
9643 else
9644 if test "$host_cpu" = ia64; then
9645 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9646 allow_undefined_flag="-z nodefs"
9647 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"
9648 else
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
d7040cdb
SE
9680
9681 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9682 # Warning - without using the other run time loading flags,
9683 # -berok will link without error, but may produce a broken library.
9684 no_undefined_flag=' ${wl}-bernotok'
9685 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9686 if test "$with_gnu_ld" = yes; then
9687 # We only use this code for GNU lds that support --whole-archive.
9688 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9689 else
9690 # Exported symbols can be pulled into shared objects from archives
9691 whole_archive_flag_spec='$convenience'
9692 fi
d7040cdb
SE
9693 archive_cmds_need_lc=yes
9694 # This is similar to how AIX traditionally builds its shared libraries.
9695 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'
9696 fi
9697 fi
9698 ;;
42ecbf5e 9699
d7040cdb 9700 amigaos*)
718a6fd8
SE
9701 case $host_cpu in
9702 powerpc)
9703 # see comment about AmigaOS4 .so support
9704 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9705 archive_expsym_cmds=''
9706 ;;
9707 m68k)
9708 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)'
9709 hardcode_libdir_flag_spec='-L$libdir'
9710 hardcode_minus_L=yes
9711 ;;
9712 esac
d7040cdb 9713 ;;
252b5132 9714
d7040cdb
SE
9715 bsdi[45]*)
9716 export_dynamic_flag_spec=-rdynamic
9717 ;;
252b5132 9718
718a6fd8 9719 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9720 # When not using gcc, we currently assume that we are using
9721 # Microsoft Visual C++.
9722 # hardcode_libdir_flag_spec is actually meaningless, as there is
9723 # no search path for DLLs.
f2c621e4
AS
9724 hardcode_libdir_flag_spec=' '
9725 allow_undefined_flag=unsupported
9726 # Tell ltmain to make .lib files, not .a files.
9727 libext=lib
9728 # Tell ltmain to make .dll files, not .so files.
9729 shrext_cmds=".dll"
9730 # FIXME: Setting linknames here is a bad hack.
9731 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9732 # The linker will automatically build a .lib file if we build a DLL.
9733 old_archive_from_new_cmds='true'
9734 # FIXME: Should let the user specify the lib program.
9735 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9736 fix_srcfile_path='`cygpath -w "$srcfile"`'
9737 enable_shared_with_static_runtimes=yes
d7040cdb 9738 ;;
252b5132 9739
d7040cdb 9740 darwin* | rhapsody*)
c46f8c51 9741
718a6fd8
SE
9742
9743 archive_cmds_need_lc=no
9744 hardcode_direct=no
9745 hardcode_automatic=yes
9746 hardcode_shlibpath_var=unsupported
3725885a
RW
9747 if test "$lt_cv_ld_force_load" = "yes"; then
9748 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\"`'
9749 else
9750 whole_archive_flag_spec=''
9751 fi
718a6fd8
SE
9752 link_all_deplibs=yes
9753 allow_undefined_flag="$_lt_dar_allow_undefined"
9754 case $cc_basename in
9755 ifort*) _lt_dar_can_shared=yes ;;
9756 *) _lt_dar_can_shared=$GCC ;;
9757 esac
9758 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9759 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9760 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9761 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9762 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}"
9763 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}"
9764
9765 else
9766 ld_shlibs=no
9767 fi
9768
d7040cdb 9769 ;;
42ecbf5e 9770
d7040cdb
SE
9771 dgux*)
9772 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9773 hardcode_libdir_flag_spec='-L$libdir'
9774 hardcode_shlibpath_var=no
9775 ;;
252b5132 9776
d7040cdb
SE
9777 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9778 # support. Future versions do this automatically, but an explicit c++rt0.o
9779 # does not break anything, and helps significantly (at the cost of a little
9780 # extra space).
9781 freebsd2.2*)
9782 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9783 hardcode_libdir_flag_spec='-R$libdir'
9784 hardcode_direct=yes
9785 hardcode_shlibpath_var=no
9786 ;;
252b5132 9787
d7040cdb 9788 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9789 freebsd2.*)
d7040cdb
SE
9790 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9791 hardcode_direct=yes
9792 hardcode_minus_L=yes
9793 hardcode_shlibpath_var=no
9794 ;;
42ecbf5e 9795
d7040cdb
SE
9796 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9797 freebsd* | dragonfly*)
f2c621e4 9798 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9799 hardcode_libdir_flag_spec='-R$libdir'
9800 hardcode_direct=yes
9801 hardcode_shlibpath_var=no
9802 ;;
252b5132 9803
d7040cdb
SE
9804 hpux9*)
9805 if test "$GCC" = yes; then
f2c621e4 9806 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
9807 else
9808 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'
9809 fi
9810 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9811 hardcode_libdir_separator=:
9812 hardcode_direct=yes
9813
9814 # hardcode_minus_L: Not really in the search PATH,
9815 # but as the default location of the library.
9816 hardcode_minus_L=yes
9817 export_dynamic_flag_spec='${wl}-E'
9818 ;;
20e95c23 9819
d7040cdb 9820 hpux10*)
3725885a 9821 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9822 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9823 else
9824 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9825 fi
9826 if test "$with_gnu_ld" = no; then
9827 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9828 hardcode_libdir_flag_spec_ld='+b $libdir'
9829 hardcode_libdir_separator=:
9830 hardcode_direct=yes
9831 hardcode_direct_absolute=yes
9832 export_dynamic_flag_spec='${wl}-E'
9833 # hardcode_minus_L: Not really in the search PATH,
9834 # but as the default location of the library.
9835 hardcode_minus_L=yes
9836 fi
9837 ;;
20e95c23 9838
d7040cdb 9839 hpux11*)
3725885a 9840 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9841 case $host_cpu in
9842 hppa*64*)
9843 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9844 ;;
9845 ia64*)
f2c621e4 9846 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9847 ;;
9848 *)
f2c621e4 9849 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9850 ;;
9851 esac
9852 else
9853 case $host_cpu in
9854 hppa*64*)
9855 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9856 ;;
9857 ia64*)
9858 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9859 ;;
9860 *)
3725885a
RW
9861
9862 # Older versions of the 11.00 compiler do not understand -b yet
9863 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9865$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9866if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9867 $as_echo_n "(cached) " >&6
9868else
9869 lt_cv_prog_compiler__b=no
9870 save_LDFLAGS="$LDFLAGS"
9871 LDFLAGS="$LDFLAGS -b"
9872 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9873 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9874 # The linker can only warn and ignore the option if not recognized
9875 # So say no if there are warnings
9876 if test -s conftest.err; then
9877 # Append any errors to the config.log.
9878 cat conftest.err 1>&5
9879 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9880 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9881 if diff conftest.exp conftest.er2 >/dev/null; then
9882 lt_cv_prog_compiler__b=yes
9883 fi
9884 else
9885 lt_cv_prog_compiler__b=yes
9886 fi
9887 fi
9888 $RM -r conftest*
9889 LDFLAGS="$save_LDFLAGS"
9890
9891fi
9892{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9893$as_echo "$lt_cv_prog_compiler__b" >&6; }
9894
9895if test x"$lt_cv_prog_compiler__b" = xyes; then
9896 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9897else
9898 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9899fi
9900
d7040cdb
SE
9901 ;;
9902 esac
9903 fi
9904 if test "$with_gnu_ld" = no; then
9905 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9906 hardcode_libdir_separator=:
9907
9908 case $host_cpu in
9909 hppa*64*|ia64*)
9910 hardcode_direct=no
9911 hardcode_shlibpath_var=no
9912 ;;
9913 *)
9914 hardcode_direct=yes
9915 hardcode_direct_absolute=yes
9916 export_dynamic_flag_spec='${wl}-E'
9917
9918 # hardcode_minus_L: Not really in the search PATH,
9919 # but as the default location of the library.
9920 hardcode_minus_L=yes
9921 ;;
9922 esac
9923 fi
9924 ;;
9925
9926 irix5* | irix6* | nonstopux*)
9927 if test "$GCC" = yes; then
f2c621e4 9928 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
9929 # Try to use the -exported_symbol ld option, if it does not
9930 # work, assume that -exports_file does not work either and
9931 # implicitly export all symbols.
f2c621e4
AS
9932 save_LDFLAGS="$LDFLAGS"
9933 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9935/* end confdefs.h. */
f2c621e4 9936int foo(void) {}
42ecbf5e 9937_ACEOF
81ecdfbb 9938if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9939 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'
9940
42ecbf5e 9941fi
81ecdfbb
RW
9942rm -f core conftest.err conftest.$ac_objext \
9943 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9944 LDFLAGS="$save_LDFLAGS"
d7040cdb 9945 else
3725885a
RW
9946 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'
9947 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
9948 fi
9949 archive_cmds_need_lc='no'
9950 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9951 hardcode_libdir_separator=:
9952 inherit_rpath=yes
9953 link_all_deplibs=yes
9954 ;;
42ecbf5e 9955
d7040cdb
SE
9956 netbsd*)
9957 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9958 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9959 else
9960 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9961 fi
9962 hardcode_libdir_flag_spec='-R$libdir'
9963 hardcode_direct=yes
9964 hardcode_shlibpath_var=no
9965 ;;
42ecbf5e 9966
d7040cdb
SE
9967 newsos6)
9968 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9969 hardcode_direct=yes
9970 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9971 hardcode_libdir_separator=:
9972 hardcode_shlibpath_var=no
9973 ;;
42ecbf5e 9974
d7040cdb
SE
9975 *nto* | *qnx*)
9976 ;;
252b5132 9977
d7040cdb 9978 openbsd*)
718a6fd8
SE
9979 if test -f /usr/libexec/ld.so; then
9980 hardcode_direct=yes
9981 hardcode_shlibpath_var=no
9982 hardcode_direct_absolute=yes
9983 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9984 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9985 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9986 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9987 export_dynamic_flag_spec='${wl}-E'
9988 else
9989 case $host_os in
9990 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9991 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9992 hardcode_libdir_flag_spec='-R$libdir'
9993 ;;
9994 *)
9995 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9996 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9997 ;;
9998 esac
9999 fi
10000 else
10001 ld_shlibs=no
d7040cdb
SE
10002 fi
10003 ;;
252b5132 10004
d7040cdb
SE
10005 os2*)
10006 hardcode_libdir_flag_spec='-L$libdir'
10007 hardcode_minus_L=yes
10008 allow_undefined_flag=unsupported
3725885a 10009 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
10010 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10011 ;;
2481e6a2 10012
d7040cdb
SE
10013 osf3*)
10014 if test "$GCC" = yes; then
10015 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 10016 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
10017 else
10018 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10019 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
10020 fi
10021 archive_cmds_need_lc='no'
10022 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10023 hardcode_libdir_separator=:
10024 ;;
42ecbf5e 10025
d7040cdb
SE
10026 osf4* | osf5*) # as osf3* with the addition of -msym flag
10027 if test "$GCC" = yes; then
10028 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 10029 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
10030 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10031 else
10032 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10033 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 10034 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 10035 $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 10036
d7040cdb
SE
10037 # Both c and cxx compiler support -rpath directly
10038 hardcode_libdir_flag_spec='-rpath $libdir'
10039 fi
10040 archive_cmds_need_lc='no'
10041 hardcode_libdir_separator=:
10042 ;;
10043
10044 solaris*)
10045 no_undefined_flag=' -z defs'
10046 if test "$GCC" = yes; then
10047 wlarc='${wl}'
f2c621e4 10048 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 10049 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 10050 $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
10051 else
10052 case `$CC -V 2>&1` in
10053 *"Compilers 5.0"*)
10054 wlarc=''
10055 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10056 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10057 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10058 ;;
10059 *)
10060 wlarc='${wl}'
10061 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10062 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10063 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10064 ;;
10065 esac
10066 fi
10067 hardcode_libdir_flag_spec='-R$libdir'
10068 hardcode_shlibpath_var=no
10069 case $host_os in
10070 solaris2.[0-5] | solaris2.[0-5].*) ;;
10071 *)
10072 # The compiler driver will combine and reorder linker options,
10073 # but understands `-z linker_flag'. GCC discards it without `$wl',
10074 # but is careful enough not to reorder.
10075 # Supported since Solaris 2.6 (maybe 2.5.1?)
10076 if test "$GCC" = yes; then
10077 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10078 else
10079 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10080 fi
10081 ;;
10082 esac
10083 link_all_deplibs=yes
10084 ;;
10085
10086 sunos4*)
10087 if test "x$host_vendor" = xsequent; then
10088 # Use $CC to link under sequent, because it throws in some extra .o
10089 # files that make .init and .fini sections work.
10090 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10091 else
10092 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10093 fi
10094 hardcode_libdir_flag_spec='-L$libdir'
10095 hardcode_direct=yes
10096 hardcode_minus_L=yes
10097 hardcode_shlibpath_var=no
10098 ;;
10099
10100 sysv4)
10101 case $host_vendor in
10102 sni)
10103 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10104 hardcode_direct=yes # is this really true???
10105 ;;
10106 siemens)
10107 ## LD is ld it makes a PLAMLIB
10108 ## CC just makes a GrossModule.
10109 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10110 reload_cmds='$CC -r -o $output$reload_objs'
10111 hardcode_direct=no
10112 ;;
10113 motorola)
10114 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10115 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10116 ;;
10117 esac
10118 runpath_var='LD_RUN_PATH'
10119 hardcode_shlibpath_var=no
10120 ;;
10121
10122 sysv4.3*)
10123 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10124 hardcode_shlibpath_var=no
10125 export_dynamic_flag_spec='-Bexport'
10126 ;;
10127
10128 sysv4*MP*)
10129 if test -d /usr/nec; then
10130 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10131 hardcode_shlibpath_var=no
10132 runpath_var=LD_RUN_PATH
10133 hardcode_runpath_var=yes
10134 ld_shlibs=yes
10135 fi
10136 ;;
10137
10138 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10139 no_undefined_flag='${wl}-z,text'
10140 archive_cmds_need_lc=no
10141 hardcode_shlibpath_var=no
10142 runpath_var='LD_RUN_PATH'
10143
10144 if test "$GCC" = yes; then
10145 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10146 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10147 else
10148 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10149 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10150 fi
10151 ;;
10152
10153 sysv5* | sco3.2v5* | sco5v6*)
10154 # Note: We can NOT use -z defs as we might desire, because we do not
10155 # link with -lc, and that would cause any symbols used from libc to
10156 # always be unresolved, which means just about no library would
10157 # ever link correctly. If we're not using GNU ld we use -z text
10158 # though, which does catch some bad symbols but isn't as heavy-handed
10159 # as -z defs.
10160 no_undefined_flag='${wl}-z,text'
10161 allow_undefined_flag='${wl}-z,nodefs'
10162 archive_cmds_need_lc=no
10163 hardcode_shlibpath_var=no
10164 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10165 hardcode_libdir_separator=':'
10166 link_all_deplibs=yes
10167 export_dynamic_flag_spec='${wl}-Bexport'
10168 runpath_var='LD_RUN_PATH'
10169
10170 if test "$GCC" = yes; then
10171 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10172 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10173 else
10174 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10175 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10176 fi
10177 ;;
10178
10179 uts4*)
10180 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10181 hardcode_libdir_flag_spec='-L$libdir'
10182 hardcode_shlibpath_var=no
10183 ;;
10184
10185 *)
10186 ld_shlibs=no
10187 ;;
10188 esac
10189
10190 if test x$host_vendor = xsni; then
10191 case $host in
10192 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10193 export_dynamic_flag_spec='${wl}-Blargedynsym'
10194 ;;
10195 esac
10196 fi
10197 fi
10198
81ecdfbb
RW
10199{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10200$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
10201test "$ld_shlibs" = no && can_build_shared=no
10202
10203with_gnu_ld=$with_gnu_ld
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219#
10220# Do we need to explicitly link libc?
10221#
10222case "x$archive_cmds_need_lc" in
10223x|xyes)
10224 # Assume -lc should be added
10225 archive_cmds_need_lc=yes
10226
10227 if test "$enable_shared" = yes && test "$GCC" = yes; then
10228 case $archive_cmds in
10229 *'~'*)
10230 # FIXME: we may have to deal with multi-command sequences.
10231 ;;
10232 '$CC '*)
10233 # Test whether the compiler implicitly links with -lc since on some
10234 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10235 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10237$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 10238if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 10239 $as_echo_n "(cached) " >&6
39144654
RW
10240else
10241 $RM conftest*
10242 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10243
81ecdfbb 10244 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 10245 (eval $ac_compile) 2>&5
20e95c23 10246 ac_status=$?
81ecdfbb
RW
10247 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10248 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10249 soname=conftest
10250 lib=conftest
10251 libobjs=conftest.$ac_objext
10252 deplibs=
10253 wl=$lt_prog_compiler_wl
10254 pic_flag=$lt_prog_compiler_pic
10255 compiler_flags=-v
10256 linker_flags=-v
10257 verstring=
10258 output_objdir=.
10259 libname=conftest
10260 lt_save_allow_undefined_flag=$allow_undefined_flag
10261 allow_undefined_flag=
81ecdfbb 10262 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 10263 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 10264 ac_status=$?
81ecdfbb
RW
10265 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10266 test $ac_status = 0; }
39144654
RW
10267 then
10268 lt_cv_archive_cmds_need_lc=no
10269 else
10270 lt_cv_archive_cmds_need_lc=yes
10271 fi
10272 allow_undefined_flag=$lt_save_allow_undefined_flag
10273 else
10274 cat conftest.err 1>&5
10275 fi
10276 $RM conftest*
10277
10278fi
81ecdfbb
RW
10279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10280$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10281 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
10282 ;;
10283 esac
10284 fi
10285 ;;
10286esac
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
81ecdfbb
RW
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10445$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10446
10447if test "$GCC" = yes; then
d7040cdb
SE
10448 case $host_os in
10449 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10450 *) lt_awk_arg="/^libraries:/" ;;
10451 esac
3725885a
RW
10452 case $host_os in
10453 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10454 *) lt_sed_strip_eq="s,=/,/,g" ;;
10455 esac
10456 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10457 case $lt_search_path_spec in
10458 *\;*)
d7040cdb
SE
10459 # if the path contains ";" then we assume it to be the separator
10460 # otherwise default to the standard path separator (i.e. ":") - it is
10461 # assumed that no part of a normal pathname contains ";" but that should
10462 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10463 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10464 ;;
10465 *)
10466 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10467 ;;
10468 esac
d7040cdb
SE
10469 # Ok, now we have the path, separated by spaces, we can step through it
10470 # and add multilib dir if necessary.
10471 lt_tmp_lt_search_path_spec=
10472 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10473 for lt_sys_path in $lt_search_path_spec; do
10474 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10475 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10476 else
10477 test -d "$lt_sys_path" && \
10478 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10479 fi
10480 done
3725885a 10481 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10482BEGIN {RS=" "; FS="/|\n";} {
10483 lt_foo="";
10484 lt_count=0;
10485 for (lt_i = NF; lt_i > 0; lt_i--) {
10486 if ($lt_i != "" && $lt_i != ".") {
10487 if ($lt_i == "..") {
10488 lt_count++;
10489 } else {
10490 if (lt_count == 0) {
10491 lt_foo="/" $lt_i lt_foo;
10492 } else {
10493 lt_count--;
10494 }
10495 }
10496 }
10497 }
10498 if (lt_foo != "") { lt_freq[lt_foo]++; }
10499 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10500}'`
3725885a
RW
10501 # AWK program above erroneously prepends '/' to C:/dos/paths
10502 # for these hosts.
10503 case $host_os in
10504 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10505 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10506 esac
10507 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10508else
10509 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10510fi
10511library_names_spec=
10512libname_spec='lib$name'
10513soname_spec=
10514shrext_cmds=".so"
10515postinstall_cmds=
10516postuninstall_cmds=
10517finish_cmds=
10518finish_eval=
10519shlibpath_var=
10520shlibpath_overrides_runpath=unknown
10521version_type=none
10522dynamic_linker="$host_os ld.so"
10523sys_lib_dlsearch_path_spec="/lib /usr/lib"
10524need_lib_prefix=unknown
10525hardcode_into_libs=no
10526
10527# when you set need_version to no, make sure it does not cause -set_version
10528# flags to be left without arguments
10529need_version=unknown
10530
10531case $host_os in
10532aix3*)
10533 version_type=linux
10534 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10535 shlibpath_var=LIBPATH
10536
10537 # AIX 3 has no versioning support, so we append a major version to the name.
10538 soname_spec='${libname}${release}${shared_ext}$major'
10539 ;;
10540
50e7d84b 10541aix[4-9]*)
d7040cdb
SE
10542 version_type=linux
10543 need_lib_prefix=no
10544 need_version=no
10545 hardcode_into_libs=yes
10546 if test "$host_cpu" = ia64; then
10547 # AIX 5 supports IA64
10548 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10549 shlibpath_var=LD_LIBRARY_PATH
10550 else
10551 # With GCC up to 2.95.x, collect2 would create an import file
10552 # for dependence libraries. The import file would start with
10553 # the line `#! .'. This would cause the generated library to
10554 # depend on `.', always an invalid library. This was fixed in
10555 # development snapshots of GCC prior to 3.0.
10556 case $host_os in
10557 aix4 | aix4.[01] | aix4.[01].*)
10558 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10559 echo ' yes '
10560 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10561 :
10562 else
10563 can_build_shared=no
10564 fi
10565 ;;
10566 esac
10567 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10568 # soname into executable. Probably we can add versioning support to
10569 # collect2, so additional links can be useful in future.
10570 if test "$aix_use_runtimelinking" = yes; then
10571 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10572 # instead of lib<name>.a to let people know that these are not
10573 # typical AIX shared libraries.
10574 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10575 else
10576 # We preserve .a as extension for shared libraries through AIX4.2
10577 # and later when we are not doing run time linking.
10578 library_names_spec='${libname}${release}.a $libname.a'
10579 soname_spec='${libname}${release}${shared_ext}$major'
10580 fi
10581 shlibpath_var=LIBPATH
10582 fi
10583 ;;
10584
10585amigaos*)
718a6fd8
SE
10586 case $host_cpu in
10587 powerpc)
10588 # Since July 2007 AmigaOS4 officially supports .so libraries.
10589 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10590 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10591 ;;
10592 m68k)
d7040cdb
SE
10593 library_names_spec='$libname.ixlibrary $libname.a'
10594 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10595 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
10596 ;;
10597 esac
d7040cdb
SE
10598 ;;
10599
10600beos*)
10601 library_names_spec='${libname}${shared_ext}'
10602 dynamic_linker="$host_os ld.so"
10603 shlibpath_var=LIBRARY_PATH
10604 ;;
10605
10606bsdi[45]*)
10607 version_type=linux
10608 need_version=no
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10610 soname_spec='${libname}${release}${shared_ext}$major'
10611 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10612 shlibpath_var=LD_LIBRARY_PATH
10613 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10614 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10615 # the default ld.so.conf also contains /usr/contrib/lib and
10616 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10617 # libtool to hard-code these into programs
10618 ;;
10619
718a6fd8 10620cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10621 version_type=windows
10622 shrext_cmds=".dll"
10623 need_version=no
10624 need_lib_prefix=no
10625
f2c621e4
AS
10626 case $GCC,$host_os in
10627 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10628 library_names_spec='$libname.dll.a'
10629 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10630 postinstall_cmds='base_file=`basename \${file}`~
10631 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10632 dldir=$destdir/`dirname \$dlpath`~
10633 test -d \$dldir || mkdir -p \$dldir~
10634 $install_prog $dir/$dlname \$dldir/$dlname~
10635 chmod a+x \$dldir/$dlname~
10636 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10637 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10638 fi'
10639 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10640 dlpath=$dir/\$dldll~
10641 $RM \$dlpath'
10642 shlibpath_overrides_runpath=yes
10643
10644 case $host_os in
10645 cygwin*)
10646 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10647 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10648
10649 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10650 ;;
718a6fd8 10651 mingw* | cegcc*)
d7040cdb
SE
10652 # MinGW DLLs use traditional 'lib' prefix
10653 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10654 ;;
10655 pw32*)
10656 # pw32 DLLs use 'pw' prefix rather than 'lib'
10657 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10658 ;;
10659 esac
10660 ;;
10661
10662 *)
10663 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10664 ;;
10665 esac
f2c621e4 10666 dynamic_linker='Win32 ld.exe'
d7040cdb
SE
10667 # FIXME: first we should search . and the directory the executable is in
10668 shlibpath_var=PATH
10669 ;;
10670
10671darwin* | rhapsody*)
10672 dynamic_linker="$host_os dyld"
10673 version_type=darwin
10674 need_lib_prefix=no
10675 need_version=no
10676 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10677 soname_spec='${libname}${release}${major}$shared_ext'
10678 shlibpath_overrides_runpath=yes
10679 shlibpath_var=DYLD_LIBRARY_PATH
10680 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10681
10682 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10683 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10684 ;;
10685
10686dgux*)
10687 version_type=linux
10688 need_lib_prefix=no
10689 need_version=no
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 ;;
10694
d7040cdb
SE
10695freebsd* | dragonfly*)
10696 # DragonFly does not have aout. When/if they implement a new
10697 # versioning mechanism, adjust this.
10698 if test -x /usr/bin/objformat; then
10699 objformat=`/usr/bin/objformat`
10700 else
10701 case $host_os in
6d2920c8 10702 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10703 *) objformat=elf ;;
10704 esac
10705 fi
10706 version_type=freebsd-$objformat
10707 case $version_type in
10708 freebsd-elf*)
10709 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10710 need_version=no
10711 need_lib_prefix=no
10712 ;;
10713 freebsd-*)
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10715 need_version=yes
10716 ;;
10717 esac
10718 shlibpath_var=LD_LIBRARY_PATH
10719 case $host_os in
6d2920c8 10720 freebsd2.*)
d7040cdb
SE
10721 shlibpath_overrides_runpath=yes
10722 ;;
10723 freebsd3.[01]* | freebsdelf3.[01]*)
10724 shlibpath_overrides_runpath=yes
10725 hardcode_into_libs=yes
10726 ;;
10727 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10728 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10729 shlibpath_overrides_runpath=no
10730 hardcode_into_libs=yes
10731 ;;
10732 *) # from 4.6 on, and DragonFly
10733 shlibpath_overrides_runpath=yes
10734 hardcode_into_libs=yes
10735 ;;
10736 esac
10737 ;;
10738
10739gnu*)
10740 version_type=linux
10741 need_lib_prefix=no
10742 need_version=no
10743 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10744 soname_spec='${libname}${release}${shared_ext}$major'
10745 shlibpath_var=LD_LIBRARY_PATH
10746 hardcode_into_libs=yes
10747 ;;
10748
3725885a
RW
10749haiku*)
10750 version_type=linux
10751 need_lib_prefix=no
10752 need_version=no
10753 dynamic_linker="$host_os runtime_loader"
10754 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10755 soname_spec='${libname}${release}${shared_ext}$major'
10756 shlibpath_var=LIBRARY_PATH
10757 shlibpath_overrides_runpath=yes
f2c621e4 10758 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10759 hardcode_into_libs=yes
10760 ;;
10761
d7040cdb
SE
10762hpux9* | hpux10* | hpux11*)
10763 # Give a soname corresponding to the major version so that dld.sl refuses to
10764 # link against other versions.
10765 version_type=sunos
10766 need_lib_prefix=no
10767 need_version=no
10768 case $host_cpu in
10769 ia64*)
10770 shrext_cmds='.so'
10771 hardcode_into_libs=yes
10772 dynamic_linker="$host_os dld.so"
10773 shlibpath_var=LD_LIBRARY_PATH
10774 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10775 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10776 soname_spec='${libname}${release}${shared_ext}$major'
10777 if test "X$HPUX_IA64_MODE" = X32; then
10778 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10779 else
10780 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10781 fi
10782 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10783 ;;
10784 hppa*64*)
10785 shrext_cmds='.sl'
10786 hardcode_into_libs=yes
10787 dynamic_linker="$host_os dld.sl"
10788 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10789 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10790 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10791 soname_spec='${libname}${release}${shared_ext}$major'
10792 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10793 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10794 ;;
10795 *)
10796 shrext_cmds='.sl'
10797 dynamic_linker="$host_os dld.sl"
10798 shlibpath_var=SHLIB_PATH
10799 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10800 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10801 soname_spec='${libname}${release}${shared_ext}$major'
10802 ;;
10803 esac
3725885a 10804 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10805 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10806 # or fails outright, so override atomically:
10807 install_override_mode=555
d7040cdb
SE
10808 ;;
10809
10810interix[3-9]*)
10811 version_type=linux
10812 need_lib_prefix=no
10813 need_version=no
10814 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10815 soname_spec='${libname}${release}${shared_ext}$major'
10816 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10817 shlibpath_var=LD_LIBRARY_PATH
10818 shlibpath_overrides_runpath=no
10819 hardcode_into_libs=yes
10820 ;;
10821
10822irix5* | irix6* | nonstopux*)
10823 case $host_os in
10824 nonstopux*) version_type=nonstopux ;;
10825 *)
10826 if test "$lt_cv_prog_gnu_ld" = yes; then
10827 version_type=linux
10828 else
10829 version_type=irix
10830 fi ;;
10831 esac
10832 need_lib_prefix=no
10833 need_version=no
10834 soname_spec='${libname}${release}${shared_ext}$major'
10835 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10836 case $host_os in
10837 irix5* | nonstopux*)
10838 libsuff= shlibsuff=
10839 ;;
10840 *)
10841 case $LD in # libtool.m4 will add one of these switches to LD
10842 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10843 libsuff= shlibsuff= libmagic=32-bit;;
10844 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10845 libsuff=32 shlibsuff=N32 libmagic=N32;;
10846 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10847 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10848 *) libsuff= shlibsuff= libmagic=never-match;;
10849 esac
10850 ;;
10851 esac
10852 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10853 shlibpath_overrides_runpath=no
10854 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10855 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10856 hardcode_into_libs=yes
10857 ;;
10858
10859# No shared lib support for Linux oldld, aout, or coff.
10860linux*oldld* | linux*aout* | linux*coff*)
10861 dynamic_linker=no
10862 ;;
10863
10864# This must be Linux ELF.
58e24671 10865linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10866 version_type=linux
10867 need_lib_prefix=no
10868 need_version=no
10869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10870 soname_spec='${libname}${release}${shared_ext}$major'
10871 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10872 shlibpath_var=LD_LIBRARY_PATH
10873 shlibpath_overrides_runpath=no
39144654 10874
d7040cdb 10875 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10876 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10877 $as_echo_n "(cached) " >&6
39144654
RW
10878else
10879 lt_cv_shlibpath_overrides_runpath=no
10880 save_LDFLAGS=$LDFLAGS
10881 save_libdir=$libdir
10882 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10883 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10885/* end confdefs.h. */
10886
10887int
10888main ()
10889{
10890
10891 ;
10892 return 0;
10893}
10894_ACEOF
81ecdfbb
RW
10895if ac_fn_c_try_link "$LINENO"; then :
10896 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10897 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10898fi
d7040cdb 10899fi
81ecdfbb
RW
10900rm -f core conftest.err conftest.$ac_objext \
10901 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10902 LDFLAGS=$save_LDFLAGS
10903 libdir=$save_libdir
10904
10905fi
10906
10907 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10908
10909 # This implies no fast_install, which is unacceptable.
10910 # Some rework will be needed to allow for fast_install
10911 # before this can be enabled.
10912 hardcode_into_libs=yes
10913
10914 # Append ld.so.conf contents to the search path
10915 if test -f /etc/ld.so.conf; then
3725885a 10916 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 10917 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
d7040cdb
SE
10918 fi
10919
10920 # We used to test for /lib/ld.so.1 and disable shared libraries on
10921 # powerpc, because MkLinux only supported shared libraries with the
10922 # GNU dynamic linker. Since this was broken with cross compilers,
10923 # most powerpc-linux boxes support dynamic linking these days and
10924 # people can always --disable-shared, the test was removed, and we
10925 # assume the GNU/Linux dynamic linker is in use.
10926 dynamic_linker='GNU/Linux ld.so'
10927 ;;
10928
10929netbsd*)
10930 version_type=sunos
10931 need_lib_prefix=no
10932 need_version=no
10933 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10934 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10935 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10936 dynamic_linker='NetBSD (a.out) ld.so'
10937 else
10938 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10939 soname_spec='${libname}${release}${shared_ext}$major'
10940 dynamic_linker='NetBSD ld.elf_so'
10941 fi
10942 shlibpath_var=LD_LIBRARY_PATH
10943 shlibpath_overrides_runpath=yes
10944 hardcode_into_libs=yes
10945 ;;
10946
10947newsos6)
10948 version_type=linux
10949 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10950 shlibpath_var=LD_LIBRARY_PATH
10951 shlibpath_overrides_runpath=yes
10952 ;;
10953
10954*nto* | *qnx*)
10955 version_type=qnx
10956 need_lib_prefix=no
10957 need_version=no
10958 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10959 soname_spec='${libname}${release}${shared_ext}$major'
10960 shlibpath_var=LD_LIBRARY_PATH
10961 shlibpath_overrides_runpath=no
10962 hardcode_into_libs=yes
10963 dynamic_linker='ldqnx.so'
10964 ;;
10965
10966openbsd*)
10967 version_type=sunos
10968 sys_lib_dlsearch_path_spec="/usr/lib"
10969 need_lib_prefix=no
10970 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10971 case $host_os in
10972 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10973 *) need_version=no ;;
10974 esac
10975 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10976 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10977 shlibpath_var=LD_LIBRARY_PATH
10978 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10979 case $host_os in
10980 openbsd2.[89] | openbsd2.[89].*)
10981 shlibpath_overrides_runpath=no
10982 ;;
10983 *)
10984 shlibpath_overrides_runpath=yes
10985 ;;
10986 esac
10987 else
10988 shlibpath_overrides_runpath=yes
10989 fi
10990 ;;
10991
10992os2*)
10993 libname_spec='$name'
10994 shrext_cmds=".dll"
10995 need_lib_prefix=no
10996 library_names_spec='$libname${shared_ext} $libname.a'
10997 dynamic_linker='OS/2 ld.exe'
10998 shlibpath_var=LIBPATH
10999 ;;
11000
11001osf3* | osf4* | osf5*)
11002 version_type=osf
11003 need_lib_prefix=no
11004 need_version=no
11005 soname_spec='${libname}${release}${shared_ext}$major'
11006 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11007 shlibpath_var=LD_LIBRARY_PATH
11008 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11009 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11010 ;;
11011
11012rdos*)
11013 dynamic_linker=no
11014 ;;
11015
11016solaris*)
11017 version_type=linux
11018 need_lib_prefix=no
11019 need_version=no
11020 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11021 soname_spec='${libname}${release}${shared_ext}$major'
11022 shlibpath_var=LD_LIBRARY_PATH
11023 shlibpath_overrides_runpath=yes
11024 hardcode_into_libs=yes
11025 # ldd complains unless libraries are executable
11026 postinstall_cmds='chmod +x $lib'
11027 ;;
11028
11029sunos4*)
11030 version_type=sunos
11031 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11032 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11033 shlibpath_var=LD_LIBRARY_PATH
11034 shlibpath_overrides_runpath=yes
11035 if test "$with_gnu_ld" = yes; then
11036 need_lib_prefix=no
11037 fi
11038 need_version=yes
11039 ;;
11040
11041sysv4 | sysv4.3*)
11042 version_type=linux
11043 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11044 soname_spec='${libname}${release}${shared_ext}$major'
11045 shlibpath_var=LD_LIBRARY_PATH
11046 case $host_vendor in
11047 sni)
11048 shlibpath_overrides_runpath=no
11049 need_lib_prefix=no
11050 runpath_var=LD_RUN_PATH
11051 ;;
11052 siemens)
11053 need_lib_prefix=no
11054 ;;
11055 motorola)
11056 need_lib_prefix=no
11057 need_version=no
11058 shlibpath_overrides_runpath=no
11059 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11060 ;;
11061 esac
11062 ;;
11063
11064sysv4*MP*)
11065 if test -d /usr/nec ;then
11066 version_type=linux
11067 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11068 soname_spec='$libname${shared_ext}.$major'
11069 shlibpath_var=LD_LIBRARY_PATH
11070 fi
11071 ;;
11072
11073sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11074 version_type=freebsd-elf
11075 need_lib_prefix=no
11076 need_version=no
11077 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11078 soname_spec='${libname}${release}${shared_ext}$major'
11079 shlibpath_var=LD_LIBRARY_PATH
11080 shlibpath_overrides_runpath=yes
11081 hardcode_into_libs=yes
11082 if test "$with_gnu_ld" = yes; then
11083 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11084 else
11085 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11086 case $host_os in
11087 sco3.2v5*)
11088 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11089 ;;
11090 esac
11091 fi
11092 sys_lib_dlsearch_path_spec='/usr/lib'
11093 ;;
11094
11095tpf*)
11096 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11097 version_type=linux
11098 need_lib_prefix=no
11099 need_version=no
718a6fd8 11100 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
11101 shlibpath_var=LD_LIBRARY_PATH
11102 shlibpath_overrides_runpath=no
11103 hardcode_into_libs=yes
11104 ;;
11105
11106uts4*)
11107 version_type=linux
11108 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11109 soname_spec='${libname}${release}${shared_ext}$major'
11110 shlibpath_var=LD_LIBRARY_PATH
11111 ;;
11112
11113*)
11114 dynamic_linker=no
11115 ;;
11116esac
81ecdfbb
RW
11117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11118$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
11119test "$dynamic_linker" = no && can_build_shared=no
11120
11121variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11122if test "$GCC" = yes; then
11123 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11124fi
11125
718a6fd8
SE
11126if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11127 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11128fi
11129if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11130 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11131fi
11132
d7040cdb
SE
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
3725885a
RW
11213
11214
11215
11216
11217
d7040cdb
SE
11218
11219
11220
11221
11222
11223
81ecdfbb
RW
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11225$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
11226hardcode_action=
11227if test -n "$hardcode_libdir_flag_spec" ||
11228 test -n "$runpath_var" ||
11229 test "X$hardcode_automatic" = "Xyes" ; then
11230
11231 # We can hardcode non-existent directories.
11232 if test "$hardcode_direct" != no &&
11233 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11234 # have to relink, otherwise we might link with an installed library
11235 # when we should be linking with a yet-to-be-installed one
11236 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11237 test "$hardcode_minus_L" != no; then
11238 # Linking always hardcodes the temporary library directory.
11239 hardcode_action=relink
11240 else
11241 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11242 hardcode_action=immediate
11243 fi
11244else
11245 # We cannot hardcode anything, or else we can only hardcode existing
11246 # directories.
11247 hardcode_action=unsupported
11248fi
81ecdfbb
RW
11249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11250$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
11251
11252if test "$hardcode_action" = relink ||
11253 test "$inherit_rpath" = yes; then
11254 # Fast installation is not supported
11255 enable_fast_install=no
11256elif test "$shlibpath_overrides_runpath" = yes ||
11257 test "$enable_shared" = no; then
11258 # Fast installation is not necessary
11259 enable_fast_install=needless
11260fi
11261
11262
11263
11264
11265
11266
11267 if test "x$enable_dlopen" != xyes; then
11268 enable_dlopen=unknown
11269 enable_dlopen_self=unknown
11270 enable_dlopen_self_static=unknown
11271else
11272 lt_cv_dlopen=no
11273 lt_cv_dlopen_libs=
11274
11275 case $host_os in
11276 beos*)
11277 lt_cv_dlopen="load_add_on"
11278 lt_cv_dlopen_libs=
11279 lt_cv_dlopen_self=yes
11280 ;;
11281
718a6fd8 11282 mingw* | pw32* | cegcc*)
d7040cdb
SE
11283 lt_cv_dlopen="LoadLibrary"
11284 lt_cv_dlopen_libs=
11285 ;;
11286
11287 cygwin*)
11288 lt_cv_dlopen="dlopen"
11289 lt_cv_dlopen_libs=
11290 ;;
11291
11292 darwin*)
11293 # if libdl is installed we need to link against it
81ecdfbb
RW
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11295$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11296if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11297 $as_echo_n "(cached) " >&6
d7040cdb
SE
11298else
11299 ac_check_lib_save_LIBS=$LIBS
11300LIBS="-ldl $LIBS"
81ecdfbb 11301cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11302/* end confdefs.h. */
11303
81ecdfbb
RW
11304/* Override any GCC internal prototype to avoid an error.
11305 Use char because int might match the return type of a GCC
11306 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11307#ifdef __cplusplus
11308extern "C"
11309#endif
d7040cdb
SE
11310char dlopen ();
11311int
11312main ()
11313{
81ecdfbb 11314return dlopen ();
d7040cdb
SE
11315 ;
11316 return 0;
11317}
11318_ACEOF
81ecdfbb 11319if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11320 ac_cv_lib_dl_dlopen=yes
11321else
81ecdfbb 11322 ac_cv_lib_dl_dlopen=no
d7040cdb 11323fi
81ecdfbb
RW
11324rm -f core conftest.err conftest.$ac_objext \
11325 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11326LIBS=$ac_check_lib_save_LIBS
11327fi
81ecdfbb
RW
11328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11329$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11330if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
11331 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11332else
11333
11334 lt_cv_dlopen="dyld"
11335 lt_cv_dlopen_libs=
11336 lt_cv_dlopen_self=yes
11337
11338fi
11339
11340 ;;
11341
11342 *)
81ecdfbb 11343 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11344if test "x$ac_cv_func_shl_load" = xyes; then :
d7040cdb
SE
11345 lt_cv_dlopen="shl_load"
11346else
81ecdfbb
RW
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11348$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11349if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 11350 $as_echo_n "(cached) " >&6
d7040cdb
SE
11351else
11352 ac_check_lib_save_LIBS=$LIBS
11353LIBS="-ldld $LIBS"
81ecdfbb 11354cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11355/* end confdefs.h. */
11356
81ecdfbb
RW
11357/* Override any GCC internal prototype to avoid an error.
11358 Use char because int might match the return type of a GCC
11359 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11360#ifdef __cplusplus
11361extern "C"
11362#endif
d7040cdb
SE
11363char shl_load ();
11364int
11365main ()
11366{
81ecdfbb 11367return shl_load ();
d7040cdb
SE
11368 ;
11369 return 0;
11370}
11371_ACEOF
81ecdfbb 11372if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11373 ac_cv_lib_dld_shl_load=yes
11374else
81ecdfbb 11375 ac_cv_lib_dld_shl_load=no
d7040cdb 11376fi
81ecdfbb
RW
11377rm -f core conftest.err conftest.$ac_objext \
11378 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11379LIBS=$ac_check_lib_save_LIBS
11380fi
81ecdfbb
RW
11381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11382$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11383if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 11384 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11385else
81ecdfbb 11386 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11387if test "x$ac_cv_func_dlopen" = xyes; then :
81ecdfbb 11388 lt_cv_dlopen="dlopen"
d7040cdb 11389else
81ecdfbb
RW
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11391$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11392if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb
RW
11393 $as_echo_n "(cached) " >&6
11394else
11395 ac_check_lib_save_LIBS=$LIBS
11396LIBS="-ldl $LIBS"
11397cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11398/* end confdefs.h. */
d7040cdb 11399
81ecdfbb
RW
11400/* Override any GCC internal prototype to avoid an error.
11401 Use char because int might match the return type of a GCC
11402 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11403#ifdef __cplusplus
11404extern "C"
d7040cdb 11405#endif
d7040cdb 11406char dlopen ();
d7040cdb
SE
11407int
11408main ()
11409{
81ecdfbb 11410return dlopen ();
d7040cdb
SE
11411 ;
11412 return 0;
11413}
11414_ACEOF
81ecdfbb
RW
11415if ac_fn_c_try_link "$LINENO"; then :
11416 ac_cv_lib_dl_dlopen=yes
d7040cdb 11417else
81ecdfbb 11418 ac_cv_lib_dl_dlopen=no
d7040cdb 11419fi
81ecdfbb
RW
11420rm -f core conftest.err conftest.$ac_objext \
11421 conftest$ac_exeext conftest.$ac_ext
11422LIBS=$ac_check_lib_save_LIBS
d7040cdb 11423fi
81ecdfbb
RW
11424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11425$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11426if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
81ecdfbb 11427 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11428else
81ecdfbb
RW
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11430$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11431if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11432 $as_echo_n "(cached) " >&6
d7040cdb
SE
11433else
11434 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11435LIBS="-lsvld $LIBS"
11436cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11437/* end confdefs.h. */
11438
81ecdfbb
RW
11439/* Override any GCC internal prototype to avoid an error.
11440 Use char because int might match the return type of a GCC
11441 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11442#ifdef __cplusplus
11443extern "C"
11444#endif
d7040cdb
SE
11445char dlopen ();
11446int
11447main ()
11448{
81ecdfbb 11449return dlopen ();
d7040cdb
SE
11450 ;
11451 return 0;
11452}
11453_ACEOF
81ecdfbb
RW
11454if ac_fn_c_try_link "$LINENO"; then :
11455 ac_cv_lib_svld_dlopen=yes
d7040cdb 11456else
81ecdfbb 11457 ac_cv_lib_svld_dlopen=no
d7040cdb 11458fi
81ecdfbb
RW
11459rm -f core conftest.err conftest.$ac_objext \
11460 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11461LIBS=$ac_check_lib_save_LIBS
11462fi
81ecdfbb
RW
11463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11464$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11465if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
81ecdfbb 11466 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 11467else
81ecdfbb
RW
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11469$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11470if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11471 $as_echo_n "(cached) " >&6
d7040cdb
SE
11472else
11473 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11474LIBS="-ldld $LIBS"
11475cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11476/* end confdefs.h. */
11477
81ecdfbb
RW
11478/* Override any GCC internal prototype to avoid an error.
11479 Use char because int might match the return type of a GCC
11480 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11481#ifdef __cplusplus
11482extern "C"
11483#endif
81ecdfbb 11484char dld_link ();
d7040cdb
SE
11485int
11486main ()
11487{
81ecdfbb 11488return dld_link ();
d7040cdb
SE
11489 ;
11490 return 0;
11491}
11492_ACEOF
81ecdfbb 11493if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11494 ac_cv_lib_dld_dld_link=yes
11495else
81ecdfbb 11496 ac_cv_lib_dld_dld_link=no
d7040cdb 11497fi
81ecdfbb
RW
11498rm -f core conftest.err conftest.$ac_objext \
11499 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11500LIBS=$ac_check_lib_save_LIBS
11501fi
81ecdfbb
RW
11502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11503$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11504if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 11505 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11506fi
11507
11508
11509fi
11510
11511
11512fi
11513
11514
11515fi
11516
11517
11518fi
11519
11520
11521fi
11522
11523 ;;
11524 esac
11525
11526 if test "x$lt_cv_dlopen" != xno; then
11527 enable_dlopen=yes
11528 else
11529 enable_dlopen=no
11530 fi
11531
11532 case $lt_cv_dlopen in
11533 dlopen)
11534 save_CPPFLAGS="$CPPFLAGS"
11535 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11536
11537 save_LDFLAGS="$LDFLAGS"
11538 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11539
11540 save_LIBS="$LIBS"
11541 LIBS="$lt_cv_dlopen_libs $LIBS"
11542
81ecdfbb
RW
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11544$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11545if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 11546 $as_echo_n "(cached) " >&6
d7040cdb
SE
11547else
11548 if test "$cross_compiling" = yes; then :
11549 lt_cv_dlopen_self=cross
11550else
11551 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11552 lt_status=$lt_dlunknown
11553 cat > conftest.$ac_ext <<_LT_EOF
f6720b1c 11554#line 11554 "configure"
d7040cdb
SE
11555#include "confdefs.h"
11556
11557#if HAVE_DLFCN_H
11558#include <dlfcn.h>
11559#endif
11560
11561#include <stdio.h>
11562
11563#ifdef RTLD_GLOBAL
11564# define LT_DLGLOBAL RTLD_GLOBAL
11565#else
11566# ifdef DL_GLOBAL
11567# define LT_DLGLOBAL DL_GLOBAL
11568# else
11569# define LT_DLGLOBAL 0
11570# endif
11571#endif
11572
11573/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11574 find out it does not work in some platform. */
11575#ifndef LT_DLLAZY_OR_NOW
11576# ifdef RTLD_LAZY
11577# define LT_DLLAZY_OR_NOW RTLD_LAZY
11578# else
11579# ifdef DL_LAZY
11580# define LT_DLLAZY_OR_NOW DL_LAZY
11581# else
11582# ifdef RTLD_NOW
11583# define LT_DLLAZY_OR_NOW RTLD_NOW
11584# else
11585# ifdef DL_NOW
11586# define LT_DLLAZY_OR_NOW DL_NOW
11587# else
11588# define LT_DLLAZY_OR_NOW 0
11589# endif
11590# endif
11591# endif
11592# endif
11593#endif
11594
3725885a
RW
11595/* When -fvisbility=hidden is used, assume the code has been annotated
11596 correspondingly for the symbols needed. */
11597#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11598void fnord () __attribute__((visibility("default")));
3725885a
RW
11599#endif
11600
f2c621e4 11601void fnord () { int i=42; }
d7040cdb
SE
11602int main ()
11603{
11604 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11605 int status = $lt_dlunknown;
11606
11607 if (self)
11608 {
11609 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11610 else
11611 {
11612 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11613 else puts (dlerror ());
11614 }
d7040cdb
SE
11615 /* dlclose (self); */
11616 }
11617 else
11618 puts (dlerror ());
11619
718a6fd8 11620 return status;
d7040cdb
SE
11621}
11622_LT_EOF
81ecdfbb 11623 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11624 (eval $ac_link) 2>&5
11625 ac_status=$?
81ecdfbb
RW
11626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11627 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11628 (./conftest; exit; ) >&5 2>/dev/null
11629 lt_status=$?
11630 case x$lt_status in
11631 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11632 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11633 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11634 esac
11635 else :
11636 # compilation failed
11637 lt_cv_dlopen_self=no
11638 fi
11639fi
11640rm -fr conftest*
11641
11642
11643fi
81ecdfbb
RW
11644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11645$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11646
11647 if test "x$lt_cv_dlopen_self" = xyes; then
11648 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11650$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11651if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 11652 $as_echo_n "(cached) " >&6
d7040cdb
SE
11653else
11654 if test "$cross_compiling" = yes; then :
11655 lt_cv_dlopen_self_static=cross
11656else
11657 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11658 lt_status=$lt_dlunknown
11659 cat > conftest.$ac_ext <<_LT_EOF
f6720b1c 11660#line 11660 "configure"
d7040cdb
SE
11661#include "confdefs.h"
11662
11663#if HAVE_DLFCN_H
11664#include <dlfcn.h>
11665#endif
11666
11667#include <stdio.h>
11668
11669#ifdef RTLD_GLOBAL
11670# define LT_DLGLOBAL RTLD_GLOBAL
11671#else
11672# ifdef DL_GLOBAL
11673# define LT_DLGLOBAL DL_GLOBAL
11674# else
11675# define LT_DLGLOBAL 0
11676# endif
11677#endif
11678
11679/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11680 find out it does not work in some platform. */
11681#ifndef LT_DLLAZY_OR_NOW
11682# ifdef RTLD_LAZY
11683# define LT_DLLAZY_OR_NOW RTLD_LAZY
11684# else
11685# ifdef DL_LAZY
11686# define LT_DLLAZY_OR_NOW DL_LAZY
11687# else
11688# ifdef RTLD_NOW
11689# define LT_DLLAZY_OR_NOW RTLD_NOW
11690# else
11691# ifdef DL_NOW
11692# define LT_DLLAZY_OR_NOW DL_NOW
11693# else
11694# define LT_DLLAZY_OR_NOW 0
11695# endif
11696# endif
11697# endif
11698# endif
11699#endif
11700
3725885a
RW
11701/* When -fvisbility=hidden is used, assume the code has been annotated
11702 correspondingly for the symbols needed. */
11703#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11704void fnord () __attribute__((visibility("default")));
3725885a
RW
11705#endif
11706
f2c621e4 11707void fnord () { int i=42; }
d7040cdb
SE
11708int main ()
11709{
11710 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11711 int status = $lt_dlunknown;
11712
11713 if (self)
11714 {
11715 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11716 else
11717 {
11718 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11719 else puts (dlerror ());
11720 }
d7040cdb
SE
11721 /* dlclose (self); */
11722 }
11723 else
11724 puts (dlerror ());
11725
718a6fd8 11726 return status;
d7040cdb
SE
11727}
11728_LT_EOF
81ecdfbb 11729 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11730 (eval $ac_link) 2>&5
11731 ac_status=$?
81ecdfbb
RW
11732 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11733 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11734 (./conftest; exit; ) >&5 2>/dev/null
11735 lt_status=$?
11736 case x$lt_status in
11737 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11738 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11739 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11740 esac
11741 else :
11742 # compilation failed
11743 lt_cv_dlopen_self_static=no
11744 fi
11745fi
11746rm -fr conftest*
11747
11748
11749fi
81ecdfbb
RW
11750{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11751$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11752 fi
11753
11754 CPPFLAGS="$save_CPPFLAGS"
11755 LDFLAGS="$save_LDFLAGS"
11756 LIBS="$save_LIBS"
11757 ;;
11758 esac
11759
11760 case $lt_cv_dlopen_self in
11761 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11762 *) enable_dlopen_self=unknown ;;
11763 esac
11764
11765 case $lt_cv_dlopen_self_static in
11766 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11767 *) enable_dlopen_self_static=unknown ;;
11768 esac
11769fi
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787striplib=
11788old_striplib=
81ecdfbb
RW
11789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11790$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11791if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11792 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11793 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11795$as_echo "yes" >&6; }
d7040cdb
SE
11796else
11797# FIXME - insert some real tests, host_os isn't really good enough
11798 case $host_os in
11799 darwin*)
11800 if test -n "$STRIP" ; then
11801 striplib="$STRIP -x"
11802 old_striplib="$STRIP -S"
81ecdfbb
RW
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11804$as_echo "yes" >&6; }
d7040cdb 11805 else
81ecdfbb
RW
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11807$as_echo "no" >&6; }
d7040cdb
SE
11808 fi
11809 ;;
11810 *)
81ecdfbb
RW
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11812$as_echo "no" >&6; }
d7040cdb
SE
11813 ;;
11814 esac
11815fi
11816
11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
11828 # Report which library types will actually be built
81ecdfbb
RW
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11830$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11832$as_echo "$can_build_shared" >&6; }
d7040cdb 11833
81ecdfbb
RW
11834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11835$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11836 test "$can_build_shared" = "no" && enable_shared=no
11837
11838 # On AIX, shared libraries and static libraries use the same namespace, and
11839 # are all built from PIC.
11840 case $host_os in
11841 aix3*)
11842 test "$enable_shared" = yes && enable_static=no
11843 if test -n "$RANLIB"; then
11844 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11845 postinstall_cmds='$RANLIB $lib'
11846 fi
11847 ;;
11848
50e7d84b 11849 aix[4-9]*)
d7040cdb
SE
11850 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11851 test "$enable_shared" = yes && enable_static=no
11852 fi
11853 ;;
11854 esac
81ecdfbb
RW
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11856$as_echo "$enable_shared" >&6; }
d7040cdb 11857
81ecdfbb
RW
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11859$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11860 # Make sure either enable_shared or enable_static is yes.
11861 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11863$as_echo "$enable_static" >&6; }
d7040cdb
SE
11864
11865
11866
11867
11868fi
11869ac_ext=c
11870ac_cpp='$CPP $CPPFLAGS'
11871ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11872ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11873ac_compiler_gnu=$ac_cv_c_compiler_gnu
11874
11875CC="$lt_save_CC"
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
11886
11887
11888
81ecdfbb 11889 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11890
11891
11892
11893
11894# Only expand once:
11895
11896
11897
b879806f
AM
11898# The tests for host and target for $enable_largefile require
11899# canonical names.
11900
11901
11902
11903# As the $enable_largefile decision depends on --enable-plugins we must set it
11904# even in directories otherwise not depending on the $plugins option.
11905
11906
11907 maybe_plugins=no
11908 for ac_header in dlfcn.h
11909do :
11910 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11911"
d0ac1c44 11912if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
11913 cat >>confdefs.h <<_ACEOF
11914#define HAVE_DLFCN_H 1
11915_ACEOF
11916 maybe_plugins=yes
11917fi
11918
11919done
11920
11921 for ac_header in windows.h
11922do :
11923 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11924"
d0ac1c44 11925if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
11926 cat >>confdefs.h <<_ACEOF
11927#define HAVE_WINDOWS_H 1
11928_ACEOF
11929 maybe_plugins=yes
11930fi
11931
11932done
11933
11934
11935 # Check whether --enable-plugins was given.
11936if test "${enable_plugins+set}" = set; then :
11937 enableval=$enable_plugins; case "${enableval}" in
11938 no) plugins=no ;;
11939 *) plugins=yes
11940 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 11941 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
11942 fi ;;
11943 esac
11944else
11945 plugins=$maybe_plugins
11946
11947fi
11948
2974be62 11949 if test "$plugins" = "yes"; then
3cba8b6c
L
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11951$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 11952if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11953 $as_echo_n "(cached) " >&6
11954else
11955 ac_func_search_save_LIBS=$LIBS
11956cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11957/* end confdefs.h. */
11958
11959/* Override any GCC internal prototype to avoid an error.
11960 Use char because int might match the return type of a GCC
11961 builtin and then its argument prototype would still apply. */
11962#ifdef __cplusplus
11963extern "C"
11964#endif
3cba8b6c 11965char dlsym ();
2974be62
AM
11966int
11967main ()
11968{
3cba8b6c 11969return dlsym ();
2974be62
AM
11970 ;
11971 return 0;
11972}
11973_ACEOF
11974for ac_lib in '' dl; do
11975 if test -z "$ac_lib"; then
11976 ac_res="none required"
11977 else
11978 ac_res=-l$ac_lib
11979 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11980 fi
11981 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11982 ac_cv_search_dlsym=$ac_res
2974be62
AM
11983fi
11984rm -f core conftest.err conftest.$ac_objext \
11985 conftest$ac_exeext
d0ac1c44 11986 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11987 break
11988fi
11989done
d0ac1c44 11990if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11991
11992else
3cba8b6c 11993 ac_cv_search_dlsym=no
2974be62
AM
11994fi
11995rm conftest.$ac_ext
11996LIBS=$ac_func_search_save_LIBS
11997fi
3cba8b6c
L
11998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11999$as_echo "$ac_cv_search_dlsym" >&6; }
12000ac_res=$ac_cv_search_dlsym
2974be62
AM
12001if test "$ac_res" != no; then :
12002 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12003
12004fi
12005
12006 fi
b879806f
AM
12007
12008
12009case "${host}" in
12010 sparc-*-solaris*|i[3-7]86-*-solaris*)
12011 # On native 32bit sparc and ia32 solaris, large-file and procfs support
12012 # are mutually exclusive; and without procfs support, the bfd/ elf module
12013 # cannot provide certain routines such as elfcore_write_prpsinfo
12014 # or elfcore_write_prstatus. So unless the user explicitly requested
12015 # large-file support through the --enable-largefile switch, disable
12016 # large-file support in favor of procfs support.
12017 test "${target}" = "${host}" -a "x$plugins" = xno \
12018 && : ${enable_largefile="no"}
12019 ;;
12020esac
12021
12022# Check whether --enable-largefile was given.
12023if test "${enable_largefile+set}" = set; then :
12024 enableval=$enable_largefile;
12025fi
12026
12027if test "$enable_largefile" != no; then
12028
12029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12030$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 12031if ${ac_cv_sys_largefile_CC+:} false; then :
b879806f
AM
12032 $as_echo_n "(cached) " >&6
12033else
12034 ac_cv_sys_largefile_CC=no
12035 if test "$GCC" != yes; then
12036 ac_save_CC=$CC
12037 while :; do
12038 # IRIX 6.2 and later do not support large files by default,
12039 # so use the C compiler's -n32 option if that helps.
12040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12041/* end confdefs.h. */
12042#include <sys/types.h>
12043 /* Check that off_t can represent 2**63 - 1 correctly.
12044 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12045 since some C++ compilers masquerading as C compilers
12046 incorrectly reject 9223372036854775807. */
e0b2a78c 12047#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12048 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12049 && LARGE_OFF_T % 2147483647 == 1)
12050 ? 1 : -1];
12051int
12052main ()
12053{
12054
12055 ;
12056 return 0;
12057}
12058_ACEOF
12059 if ac_fn_c_try_compile "$LINENO"; then :
12060 break
12061fi
12062rm -f core conftest.err conftest.$ac_objext
12063 CC="$CC -n32"
12064 if ac_fn_c_try_compile "$LINENO"; then :
12065 ac_cv_sys_largefile_CC=' -n32'; break
12066fi
12067rm -f core conftest.err conftest.$ac_objext
12068 break
12069 done
12070 CC=$ac_save_CC
12071 rm -f conftest.$ac_ext
12072 fi
12073fi
12074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12075$as_echo "$ac_cv_sys_largefile_CC" >&6; }
12076 if test "$ac_cv_sys_largefile_CC" != no; then
12077 CC=$CC$ac_cv_sys_largefile_CC
12078 fi
12079
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12081$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 12082if ${ac_cv_sys_file_offset_bits+:} false; then :
b879806f
AM
12083 $as_echo_n "(cached) " >&6
12084else
12085 while :; do
12086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12087/* end confdefs.h. */
12088#include <sys/types.h>
12089 /* Check that off_t can represent 2**63 - 1 correctly.
12090 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12091 since some C++ compilers masquerading as C compilers
12092 incorrectly reject 9223372036854775807. */
e0b2a78c 12093#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12094 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12095 && LARGE_OFF_T % 2147483647 == 1)
12096 ? 1 : -1];
12097int
12098main ()
12099{
12100
12101 ;
12102 return 0;
12103}
12104_ACEOF
12105if ac_fn_c_try_compile "$LINENO"; then :
12106 ac_cv_sys_file_offset_bits=no; break
12107fi
12108rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12110/* end confdefs.h. */
12111#define _FILE_OFFSET_BITS 64
12112#include <sys/types.h>
12113 /* Check that off_t can represent 2**63 - 1 correctly.
12114 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12115 since some C++ compilers masquerading as C compilers
12116 incorrectly reject 9223372036854775807. */
e0b2a78c 12117#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12118 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12119 && LARGE_OFF_T % 2147483647 == 1)
12120 ? 1 : -1];
12121int
12122main ()
12123{
12124
12125 ;
12126 return 0;
12127}
12128_ACEOF
12129if ac_fn_c_try_compile "$LINENO"; then :
12130 ac_cv_sys_file_offset_bits=64; break
12131fi
12132rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12133 ac_cv_sys_file_offset_bits=unknown
12134 break
12135done
12136fi
12137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12138$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12139case $ac_cv_sys_file_offset_bits in #(
12140 no | unknown) ;;
12141 *)
12142cat >>confdefs.h <<_ACEOF
12143#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12144_ACEOF
12145;;
12146esac
12147rm -rf conftest*
12148 if test $ac_cv_sys_file_offset_bits = unknown; then
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12150$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 12151if ${ac_cv_sys_large_files+:} false; then :
b879806f
AM
12152 $as_echo_n "(cached) " >&6
12153else
12154 while :; do
12155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12156/* end confdefs.h. */
12157#include <sys/types.h>
12158 /* Check that off_t can represent 2**63 - 1 correctly.
12159 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12160 since some C++ compilers masquerading as C compilers
12161 incorrectly reject 9223372036854775807. */
e0b2a78c 12162#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12163 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12164 && LARGE_OFF_T % 2147483647 == 1)
12165 ? 1 : -1];
12166int
12167main ()
12168{
12169
12170 ;
12171 return 0;
12172}
12173_ACEOF
12174if ac_fn_c_try_compile "$LINENO"; then :
12175 ac_cv_sys_large_files=no; break
12176fi
12177rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12179/* end confdefs.h. */
12180#define _LARGE_FILES 1
12181#include <sys/types.h>
12182 /* Check that off_t can represent 2**63 - 1 correctly.
12183 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12184 since some C++ compilers masquerading as C compilers
12185 incorrectly reject 9223372036854775807. */
e0b2a78c 12186#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12187 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12188 && LARGE_OFF_T % 2147483647 == 1)
12189 ? 1 : -1];
12190int
12191main ()
12192{
12193
12194 ;
12195 return 0;
12196}
12197_ACEOF
12198if ac_fn_c_try_compile "$LINENO"; then :
12199 ac_cv_sys_large_files=1; break
12200fi
12201rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12202 ac_cv_sys_large_files=unknown
12203 break
12204done
12205fi
12206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12207$as_echo "$ac_cv_sys_large_files" >&6; }
12208case $ac_cv_sys_large_files in #(
12209 no | unknown) ;;
12210 *)
12211cat >>confdefs.h <<_ACEOF
12212#define _LARGE_FILES $ac_cv_sys_large_files
12213_ACEOF
12214;;
12215esac
12216rm -rf conftest*
12217 fi
d0ac1c44
SM
12218
12219
b879806f
AM
12220fi
12221
12222
12223
81ecdfbb
RW
12224# Check whether --enable-targets was given.
12225if test "${enable_targets+set}" = set; then :
12226 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 12227 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
12228 ;;
12229 no) enable_targets= ;;
12230 *) enable_targets=$enableval ;;
12231esac
81ecdfbb
RW
12232fi
12233
9cb80f72
RM
12234# Check whether --enable-deterministic-archives was given.
12235if test "${enable_deterministic_archives+set}" = set; then :
12236 enableval=$enable_deterministic_archives;
12237if test "${enableval}" = no; then
12238 default_ar_deterministic=0
12239else
12240 default_ar_deterministic=1
12241fi
12242else
12243 default_ar_deterministic=0
12244fi
12245
12246
12247
12248cat >>confdefs.h <<_ACEOF
12249#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
12250_ACEOF
12251
12252
7fac9594
NC
12253# Check whether --enable-default-strings-all was given.
12254if test "${enable_default_strings_all+set}" = set; then :
12255 enableval=$enable_default_strings_all;
12256if test "${enableval}" = no; then
12257 default_strings_all=0
12258else
12259 default_strings_all=1
12260fi
12261else
12262 default_strings_all=1
12263fi
12264
12265
12266
f6720b1c
AM
12267
12268
12269
12270
12271
12272
12273if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
12274 if test -n "$ac_tool_prefix"; then
12275 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
12276set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
12277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12278$as_echo_n "checking for $ac_word... " >&6; }
12279if ${ac_cv_path_PKG_CONFIG+:} false; then :
12280 $as_echo_n "(cached) " >&6
12281else
12282 case $PKG_CONFIG in
12283 [\\/]* | ?:[\\/]*)
12284 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12285 ;;
12286 *)
12287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12288for as_dir in $PATH
12289do
12290 IFS=$as_save_IFS
12291 test -z "$as_dir" && as_dir=.
12292 for ac_exec_ext in '' $ac_executable_extensions; do
12293 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12294 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12296 break 2
12297 fi
12298done
12299 done
12300IFS=$as_save_IFS
12301
12302 ;;
12303esac
12304fi
12305PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12306if test -n "$PKG_CONFIG"; then
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
12308$as_echo "$PKG_CONFIG" >&6; }
12309else
12310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12311$as_echo "no" >&6; }
12312fi
12313
12314
12315fi
12316if test -z "$ac_cv_path_PKG_CONFIG"; then
12317 ac_pt_PKG_CONFIG=$PKG_CONFIG
12318 # Extract the first word of "pkg-config", so it can be a program name with args.
12319set dummy pkg-config; ac_word=$2
12320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12321$as_echo_n "checking for $ac_word... " >&6; }
12322if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
12323 $as_echo_n "(cached) " >&6
12324else
12325 case $ac_pt_PKG_CONFIG in
12326 [\\/]* | ?:[\\/]*)
12327 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
12328 ;;
12329 *)
12330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12331for as_dir in $PATH
12332do
12333 IFS=$as_save_IFS
12334 test -z "$as_dir" && as_dir=.
12335 for ac_exec_ext in '' $ac_executable_extensions; do
12336 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12337 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12339 break 2
12340 fi
12341done
12342 done
12343IFS=$as_save_IFS
12344
12345 ;;
12346esac
12347fi
12348ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
12349if test -n "$ac_pt_PKG_CONFIG"; then
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
12351$as_echo "$ac_pt_PKG_CONFIG" >&6; }
12352else
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12354$as_echo "no" >&6; }
12355fi
12356
12357 if test "x$ac_pt_PKG_CONFIG" = x; then
12358 PKG_CONFIG=""
12359 else
12360 case $cross_compiling:$ac_tool_warned in
12361yes:)
12362{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12363$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12364ac_tool_warned=yes ;;
12365esac
12366 PKG_CONFIG=$ac_pt_PKG_CONFIG
12367 fi
12368else
12369 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
12370fi
12371
12372fi
12373if test -n "$PKG_CONFIG"; then
12374 _pkg_min_version=0.9.0
12375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
12376$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
12377 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12379$as_echo "yes" >&6; }
12380 else
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12382$as_echo "no" >&6; }
12383 PKG_CONFIG=""
12384 fi
12385fi
12386
12387# Handle optional debuginfod support
301a9420
AM
12388
12389# Check whether --with-debuginfod was given.
12390if test "${with_debuginfod+set}" = set; then :
12391 withval=$with_debuginfod;
12392else
12393 with_debuginfod=auto
12394fi
12395
12396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
12397$as_echo_n "checking whether to use debuginfod... " >&6; }
12398{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
12399$as_echo "$with_debuginfod" >&6; }
12400
f6720b1c 12401if test "x$with_debuginfod" != xno; then
301a9420 12402
f6720b1c
AM
12403pkg_failed=no
12404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
12405$as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
12406
12407if test -n "$DEBUGINFOD_CFLAGS"; then
12408 pkg_cv_DEBUGINFOD_CFLAGS="$DEBUGINFOD_CFLAGS"
12409 elif test -n "$PKG_CONFIG"; then
12410 if test -n "$PKG_CONFIG" && \
12411 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12412 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12413 ac_status=$?
12414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12415 test $ac_status = 0; }; then
12416 pkg_cv_DEBUGINFOD_CFLAGS=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
12417 test "x$?" != "x0" && pkg_failed=yes
301a9420 12418else
f6720b1c 12419 pkg_failed=yes
301a9420 12420fi
f6720b1c
AM
12421 else
12422 pkg_failed=untried
301a9420 12423fi
f6720b1c
AM
12424if test -n "$DEBUGINFOD_LIBS"; then
12425 pkg_cv_DEBUGINFOD_LIBS="$DEBUGINFOD_LIBS"
12426 elif test -n "$PKG_CONFIG"; then
12427 if test -n "$PKG_CONFIG" && \
12428 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12429 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12430 ac_status=$?
12431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12432 test $ac_status = 0; }; then
12433 pkg_cv_DEBUGINFOD_LIBS=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
12434 test "x$?" != "x0" && pkg_failed=yes
12435else
12436 pkg_failed=yes
301a9420 12437fi
f6720b1c
AM
12438 else
12439 pkg_failed=untried
301a9420
AM
12440fi
12441
301a9420 12442
301a9420 12443
f6720b1c
AM
12444if test $pkg_failed = yes; then
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12446$as_echo "no" >&6; }
301a9420 12447
f6720b1c
AM
12448if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12449 _pkg_short_errors_supported=yes
12450else
12451 _pkg_short_errors_supported=no
12452fi
12453 if test $_pkg_short_errors_supported = yes; then
12454 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12455 else
12456 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12457 fi
12458 # Put the nasty error message in config.log where it belongs
12459 echo "$DEBUGINFOD_PKG_ERRORS" >&5
301a9420 12460
f6720b1c
AM
12461 if test "x$with_debuginfod" = xyes; then
12462 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12463 else
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12465$as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12466 fi
12467elif test $pkg_failed = untried; then
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12469$as_echo "no" >&6; }
12470 if test "x$with_debuginfod" = xyes; then
12471 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12472 else
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12474$as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12475 fi
12476else
12477 DEBUGINFOD_CFLAGS=$pkg_cv_DEBUGINFOD_CFLAGS
12478 DEBUGINFOD_LIBS=$pkg_cv_DEBUGINFOD_LIBS
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12480$as_echo "yes" >&6; }
12481
12482$as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
12483
12484fi
12485else
12486 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
12487$as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
301a9420
AM
12488fi
12489
12490
12491
7fac9594
NC
12492cat >>confdefs.h <<_ACEOF
12493#define DEFAULT_STRINGS_ALL $default_strings_all
12494_ACEOF
12495
12496
094e34f2
NA
12497 # Check whether --enable-libctf was given.
12498if test "${enable_libctf+set}" = set; then :
12499 enableval=$enable_libctf;
12500 case "$enableval" in
12501 yes|no) ;;
12502 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12503 esac
12504
12505else
12506 enable_libctf=yes
12507fi
12508
12509
12510if test "${enable_libctf}" = yes; then
12511
12512$as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12513
12514fi
12515 if test "${enable_libctf}" = yes; then
12516 ENABLE_LIBCTF_TRUE=
12517 ENABLE_LIBCTF_FALSE='#'
12518else
12519 ENABLE_LIBCTF_TRUE='#'
12520 ENABLE_LIBCTF_FALSE=
12521fi
12522
12523
d7040cdb 12524
270c9937
JB
12525# Set the 'development' global.
12526. $srcdir/../bfd/development.sh
12527
c5da1932
VZ
12528# Set acp_cpp_for_build variable
12529ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12530
9780e045 12531# Default set of GCC warnings to enable.
397841b5 12532GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 12533GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
12534
12535# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
12536cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12537/* end confdefs.h. */
12538__GNUC__
12539_ACEOF
12540if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12541 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
397841b5
AM
12542
12543else
12544 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12545fi
12546rm -f conftest*
12547
d7040cdb 12548
9780e045
NC
12549# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12550cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12551/* end confdefs.h. */
12552__GNUC__
12553_ACEOF
12554if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12555 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
12556
12557else
12558 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12559fi
12560rm -f conftest*
12561
12562
6757cf57
TS
12563# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12564WARN_WRITE_STRINGS=""
12565cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12566/* end confdefs.h. */
12567__GNUC__
12568_ACEOF
12569if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12570 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
12571
12572else
12573 WARN_WRITE_STRINGS="-Wwrite-strings"
12574fi
12575rm -f conftest*
12576
9780e045 12577
96fe4562 12578# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
12579
12580# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12581cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12582/* end confdefs.h. */
12583__GNUC__
12584_ACEOF
12585if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12586 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12587
12588else
12589 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12590fi
12591rm -f conftest*
12592
12593
12594# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12595cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12596/* end confdefs.h. */
12597__GNUC__
12598_ACEOF
12599if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12600 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12601
12602else
12603 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12604fi
12605rm -f conftest*
12606
12607
81ecdfbb
RW
12608# Check whether --enable-werror was given.
12609if test "${enable_werror+set}" = set; then :
12610 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12611 yes | y) ERROR_ON_WARNING="yes" ;;
12612 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12613 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12614 esac
81ecdfbb
RW
12615fi
12616
d7040cdb 12617
397841b5 12618# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12619case "${host}" in
12620 *-*-mingw32*)
12621 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12622 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 12623 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
12624 fi
12625 ;;
12626 *) ;;
12627esac
12628
270c9937
JB
12629# Enable -Werror by default when using gcc. Turn it off for releases.
12630if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12631 ERROR_ON_WARNING=yes
12632fi
12633
12634NO_WERROR=
12635if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12636 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 12637 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
d7040cdb
SE
12638 NO_WERROR="-Wno-error"
12639fi
12640
12641if test "${GCC}" = yes ; then
12642 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 12643 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
d7040cdb
SE
12644fi
12645
81ecdfbb
RW
12646# Check whether --enable-build-warnings was given.
12647if test "${enable_build_warnings+set}" = set; then :
12648 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
12649 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12650 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
d7040cdb
SE
12651 no) if test "${GCC}" = yes ; then
12652 WARN_CFLAGS="-w"
c5da1932 12653 WARN_CFLAGS_FOR_BUILD="-w"
d7040cdb
SE
12654 fi;;
12655 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12656 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12657 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
d7040cdb 12658 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12659 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12660 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12661 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12662 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
d7040cdb 12663esac
81ecdfbb
RW
12664fi
12665
d7040cdb
SE
12666
12667if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12668 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12669fi
12670
12671
12672
12673
12674
6757cf57 12675
c5da1932 12676
81ecdfbb 12677ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12678
12679
df7b86aa
NC
12680
12681
d7040cdb 12682if test -z "$target" ; then
d0ac1c44 12683 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12684fi
12685if test -z "$host" ; then
d0ac1c44 12686 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12687fi
12688
12689for ac_prog in 'bison -y' byacc
12690do
12691 # Extract the first word of "$ac_prog", so it can be a program name with args.
12692set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12694$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12695if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 12696 $as_echo_n "(cached) " >&6
d7040cdb
SE
12697else
12698 if test -n "$YACC"; then
12699 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12700else
12701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12702for as_dir in $PATH
12703do
12704 IFS=$as_save_IFS
12705 test -z "$as_dir" && as_dir=.
81ecdfbb 12706 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12707 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12708 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12710 break 2
12711 fi
12712done
81ecdfbb
RW
12713 done
12714IFS=$as_save_IFS
d7040cdb
SE
12715
12716fi
12717fi
12718YACC=$ac_cv_prog_YACC
12719if test -n "$YACC"; then
81ecdfbb
RW
12720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12721$as_echo "$YACC" >&6; }
d7040cdb 12722else
81ecdfbb
RW
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12724$as_echo "no" >&6; }
d7040cdb
SE
12725fi
12726
81ecdfbb 12727
d7040cdb
SE
12728 test -n "$YACC" && break
12729done
12730test -n "$YACC" || YACC="yacc"
12731
12732for ac_prog in flex lex
12733do
12734 # Extract the first word of "$ac_prog", so it can be a program name with args.
12735set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12737$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12738if ${ac_cv_prog_LEX+:} false; then :
81ecdfbb 12739 $as_echo_n "(cached) " >&6
d7040cdb
SE
12740else
12741 if test -n "$LEX"; then
12742 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12743else
12744as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12745for as_dir in $PATH
12746do
12747 IFS=$as_save_IFS
12748 test -z "$as_dir" && as_dir=.
81ecdfbb 12749 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12750 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12751 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12753 break 2
12754 fi
12755done
81ecdfbb
RW
12756 done
12757IFS=$as_save_IFS
d7040cdb
SE
12758
12759fi
12760fi
12761LEX=$ac_cv_prog_LEX
12762if test -n "$LEX"; then
81ecdfbb
RW
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12764$as_echo "$LEX" >&6; }
d7040cdb 12765else
81ecdfbb
RW
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12767$as_echo "no" >&6; }
d7040cdb
SE
12768fi
12769
81ecdfbb 12770
d7040cdb
SE
12771 test -n "$LEX" && break
12772done
12773test -n "$LEX" || LEX=":"
12774
3d961d0d
AM
12775case "$LEX" in
12776 :|*"missing "*) ;;
12777 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
12778%%
12779a { ECHO; }
12780b { REJECT; }
12781c { yymore (); }
12782d { yyless (1); }
d0ac1c44
SM
12783e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12784 yyless ((input () != 0)); }
81ecdfbb
RW
12785f { unput (yytext[0]); }
12786. { BEGIN INITIAL; }
12787%%
12788#ifdef YYTEXT_POINTER
12789extern char *yytext;
d7040cdb 12790#endif
d7040cdb 12791int
81ecdfbb 12792main (void)
d7040cdb 12793{
81ecdfbb 12794 return ! yylex () + ! yywrap ();
d7040cdb
SE
12795}
12796_ACEOF
81ecdfbb
RW
12797{ { ac_try="$LEX conftest.l"
12798case "(($ac_try" in
12799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12800 *) ac_try_echo=$ac_try;;
12801esac
12802eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12803$as_echo "$ac_try_echo"; } >&5
12804 (eval "$LEX conftest.l") 2>&5
d7040cdb 12805 ac_status=$?
81ecdfbb
RW
12806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12807 test $ac_status = 0; }
12808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12809$as_echo_n "checking lex output file root... " >&6; }
d0ac1c44 12810if ${ac_cv_prog_lex_root+:} false; then :
81ecdfbb 12811 $as_echo_n "(cached) " >&6
d7040cdb 12812else
d7040cdb 12813
81ecdfbb
RW
12814if test -f lex.yy.c; then
12815 ac_cv_prog_lex_root=lex.yy
12816elif test -f lexyy.c; then
12817 ac_cv_prog_lex_root=lexyy
12818else
d0ac1c44 12819 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 12820fi
d7040cdb 12821fi
81ecdfbb
RW
12822{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12823$as_echo "$ac_cv_prog_lex_root" >&6; }
12824LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12825
81ecdfbb
RW
12826if test -z "${LEXLIB+set}"; then
12827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12828$as_echo_n "checking lex library... " >&6; }
d0ac1c44 12829if ${ac_cv_lib_lex+:} false; then :
81ecdfbb 12830 $as_echo_n "(cached) " >&6
d7040cdb 12831else
d7040cdb 12832
81ecdfbb
RW
12833 ac_save_LIBS=$LIBS
12834 ac_cv_lib_lex='none needed'
12835 for ac_lib in '' -lfl -ll; do
12836 LIBS="$ac_lib $ac_save_LIBS"
12837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12838/* end confdefs.h. */
12839`cat $LEX_OUTPUT_ROOT.c`
12840_ACEOF
12841if ac_fn_c_try_link "$LINENO"; then :
12842 ac_cv_lib_lex=$ac_lib
d7040cdb 12843fi
81ecdfbb
RW
12844rm -f core conftest.err conftest.$ac_objext \
12845 conftest$ac_exeext conftest.$ac_ext
12846 test "$ac_cv_lib_lex" != 'none needed' && break
12847 done
12848 LIBS=$ac_save_LIBS
d7040cdb
SE
12849
12850fi
81ecdfbb
RW
12851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12852$as_echo "$ac_cv_lib_lex" >&6; }
12853 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12854fi
12855
d7040cdb 12856
81ecdfbb
RW
12857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12858$as_echo_n "checking whether yytext is a pointer... " >&6; }
d0ac1c44 12859if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
81ecdfbb 12860 $as_echo_n "(cached) " >&6
d7040cdb
SE
12861else
12862 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 12863# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
12864# not all implementations provide the %pointer and %array declarations.
12865ac_cv_prog_lex_yytext_pointer=no
d7040cdb 12866ac_save_LIBS=$LIBS
81ecdfbb
RW
12867LIBS="$LEXLIB $ac_save_LIBS"
12868cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12869/* end confdefs.h. */
d0ac1c44
SM
12870
12871 #define YYTEXT_POINTER 1
d7040cdb
SE
12872`cat $LEX_OUTPUT_ROOT.c`
12873_ACEOF
81ecdfbb 12874if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 12875 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 12876fi
81ecdfbb
RW
12877rm -f core conftest.err conftest.$ac_objext \
12878 conftest$ac_exeext conftest.$ac_ext
d7040cdb 12879LIBS=$ac_save_LIBS
d7040cdb
SE
12880
12881fi
81ecdfbb
RW
12882{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12883$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
12884if test $ac_cv_prog_lex_yytext_pointer = yes; then
12885
81ecdfbb 12886$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
12887
12888fi
81ecdfbb 12889rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
12890 ;;
12891esac
d7040cdb
SE
12892if test "$LEX" = :; then
12893 LEX=${am_missing_run}flex
12894fi
12895
e184813f 12896ALL_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
12897# If we haven't got the data from the intl directory,
12898# assume NLS is disabled.
12899USE_NLS=no
12900LIBINTL=
12901LIBINTL_DEP=
12902INCINTL=
12903XGETTEXT=
12904GMSGFMT=
12905POSUB=
12906
12907if test -f ../intl/config.intl; then
12908 . ../intl/config.intl
12909fi
81ecdfbb
RW
12910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12911$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12912if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12914$as_echo "no" >&6; }
d7040cdb 12915else
81ecdfbb
RW
12916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12917$as_echo "yes" >&6; }
d7040cdb 12918
81ecdfbb 12919$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12920
12921
81ecdfbb
RW
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12923$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12924 # Look for .po and .gmo files in the source directory.
12925 CATALOGS=
12926 XLINGUAS=
12927 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12928 # If there aren't any .gmo files the shell will give us the
12929 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12930 # weeded out.
12931 case "$cat" in *\**)
12932 continue;;
12933 esac
12934 # The quadruple backslash is collapsed to a double backslash
12935 # by the backticks, then collapsed again by the double quotes,
12936 # leaving us with one backslash in the sed expression (right
12937 # before the dot that mustn't act as a wildcard).
12938 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12939 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12940 # The user is allowed to set LINGUAS to a list of languages to
12941 # install catalogs for. If it's empty that means "all of them."
12942 if test "x$LINGUAS" = x; then
12943 CATALOGS="$CATALOGS $cat"
12944 XLINGUAS="$XLINGUAS $lang"
12945 else
12946 case "$LINGUAS" in *$lang*)
12947 CATALOGS="$CATALOGS $cat"
12948 XLINGUAS="$XLINGUAS $lang"
12949 ;;
12950 esac
12951 fi
12952 done
12953 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12955$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12956
12957
12958 DATADIRNAME=share
12959
12960 INSTOBJEXT=.mo
12961
12962 GENCAT=gencat
12963
12964 CATOBJEXT=.gmo
12965
12966fi
12967
12968 MKINSTALLDIRS=
12969 if test -n "$ac_aux_dir"; then
12970 case "$ac_aux_dir" in
12971 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12972 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12973 esac
12974 fi
12975 if test -z "$MKINSTALLDIRS"; then
12976 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12977 fi
12978
12979
12980
81ecdfbb
RW
12981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12982$as_echo_n "checking whether NLS is requested... " >&6; }
12983 # Check whether --enable-nls was given.
12984if test "${enable_nls+set}" = set; then :
12985 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12986else
12987 USE_NLS=yes
81ecdfbb
RW
12988fi
12989
12990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12991$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12992
12993
12994
12995
12996
12997
12998# Prepare PATH_SEPARATOR.
12999# The user is always right.
13000if test "${PATH_SEPARATOR+set}" != set; then
13001 echo "#! /bin/sh" >conf$$.sh
13002 echo "exit 0" >>conf$$.sh
13003 chmod +x conf$$.sh
13004 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13005 PATH_SEPARATOR=';'
13006 else
13007 PATH_SEPARATOR=:
13008 fi
13009 rm -f conf$$.sh
13010fi
13011
13012# Find out how to test for executable files. Don't use a zero-byte file,
13013# as systems may use methods other than mode bits to determine executability.
13014cat >conf$$.file <<_ASEOF
13015#! /bin/sh
13016exit 0
13017_ASEOF
13018chmod +x conf$$.file
13019if test -x conf$$.file >/dev/null 2>&1; then
13020 ac_executable_p="test -x"
13021else
13022 ac_executable_p="test -f"
13023fi
13024rm -f conf$$.file
13025
13026# Extract the first word of "msgfmt", so it can be a program name with args.
13027set dummy msgfmt; ac_word=$2
81ecdfbb
RW
13028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13029$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13030if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 13031 $as_echo_n "(cached) " >&6
d7040cdb
SE
13032else
13033 case "$MSGFMT" in
13034 [\\/]* | ?:[\\/]*)
13035 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13036 ;;
13037 *)
13038 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13039 for ac_dir in $PATH; do
13040 IFS="$ac_save_IFS"
13041 test -z "$ac_dir" && ac_dir=.
13042 for ac_exec_ext in '' $ac_executable_extensions; do
13043 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13044 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13045 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13046 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13047 break 2
13048 fi
13049 fi
13050 done
13051 done
13052 IFS="$ac_save_IFS"
13053 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13054 ;;
13055esac
13056fi
13057MSGFMT="$ac_cv_path_MSGFMT"
13058if test "$MSGFMT" != ":"; then
81ecdfbb
RW
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13060$as_echo "$MSGFMT" >&6; }
d7040cdb 13061else
81ecdfbb
RW
13062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13063$as_echo "no" >&6; }
d7040cdb
SE
13064fi
13065
13066 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13067set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
13068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13069$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13070if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 13071 $as_echo_n "(cached) " >&6
d7040cdb
SE
13072else
13073 case $GMSGFMT in
13074 [\\/]* | ?:[\\/]*)
13075 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13076 ;;
13077 *)
13078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13079for as_dir in $PATH
13080do
13081 IFS=$as_save_IFS
13082 test -z "$as_dir" && as_dir=.
81ecdfbb 13083 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13084 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13085 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13087 break 2
13088 fi
13089done
81ecdfbb
RW
13090 done
13091IFS=$as_save_IFS
d7040cdb
SE
13092
13093 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13094 ;;
13095esac
13096fi
13097GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 13098if test -n "$GMSGFMT"; then
81ecdfbb
RW
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13100$as_echo "$GMSGFMT" >&6; }
d7040cdb 13101else
81ecdfbb
RW
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13103$as_echo "no" >&6; }
d7040cdb
SE
13104fi
13105
13106
13107
81ecdfbb 13108
d7040cdb
SE
13109# Prepare PATH_SEPARATOR.
13110# The user is always right.
13111if test "${PATH_SEPARATOR+set}" != set; then
13112 echo "#! /bin/sh" >conf$$.sh
13113 echo "exit 0" >>conf$$.sh
13114 chmod +x conf$$.sh
13115 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13116 PATH_SEPARATOR=';'
13117 else
13118 PATH_SEPARATOR=:
13119 fi
13120 rm -f conf$$.sh
13121fi
13122
13123# Find out how to test for executable files. Don't use a zero-byte file,
13124# as systems may use methods other than mode bits to determine executability.
13125cat >conf$$.file <<_ASEOF
13126#! /bin/sh
13127exit 0
13128_ASEOF
13129chmod +x conf$$.file
13130if test -x conf$$.file >/dev/null 2>&1; then
13131 ac_executable_p="test -x"
13132else
13133 ac_executable_p="test -f"
13134fi
13135rm -f conf$$.file
13136
13137# Extract the first word of "xgettext", so it can be a program name with args.
13138set dummy xgettext; ac_word=$2
81ecdfbb
RW
13139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13140$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13141if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 13142 $as_echo_n "(cached) " >&6
d7040cdb
SE
13143else
13144 case "$XGETTEXT" in
13145 [\\/]* | ?:[\\/]*)
13146 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13147 ;;
13148 *)
13149 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13150 for ac_dir in $PATH; do
13151 IFS="$ac_save_IFS"
13152 test -z "$ac_dir" && ac_dir=.
13153 for ac_exec_ext in '' $ac_executable_extensions; do
13154 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13155 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13156 (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
13157 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13158 break 2
13159 fi
13160 fi
13161 done
13162 done
13163 IFS="$ac_save_IFS"
13164 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13165 ;;
13166esac
13167fi
13168XGETTEXT="$ac_cv_path_XGETTEXT"
13169if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13171$as_echo "$XGETTEXT" >&6; }
d7040cdb 13172else
81ecdfbb
RW
13173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13174$as_echo "no" >&6; }
d7040cdb
SE
13175fi
13176
13177 rm -f messages.po
13178
13179
13180# Prepare PATH_SEPARATOR.
13181# The user is always right.
13182if test "${PATH_SEPARATOR+set}" != set; then
13183 echo "#! /bin/sh" >conf$$.sh
13184 echo "exit 0" >>conf$$.sh
13185 chmod +x conf$$.sh
13186 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13187 PATH_SEPARATOR=';'
13188 else
13189 PATH_SEPARATOR=:
13190 fi
13191 rm -f conf$$.sh
13192fi
13193
13194# Find out how to test for executable files. Don't use a zero-byte file,
13195# as systems may use methods other than mode bits to determine executability.
13196cat >conf$$.file <<_ASEOF
13197#! /bin/sh
13198exit 0
13199_ASEOF
13200chmod +x conf$$.file
13201if test -x conf$$.file >/dev/null 2>&1; then
13202 ac_executable_p="test -x"
13203else
13204 ac_executable_p="test -f"
13205fi
13206rm -f conf$$.file
13207
13208# Extract the first word of "msgmerge", so it can be a program name with args.
13209set dummy msgmerge; ac_word=$2
81ecdfbb
RW
13210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13211$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13212if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 13213 $as_echo_n "(cached) " >&6
d7040cdb
SE
13214else
13215 case "$MSGMERGE" in
13216 [\\/]* | ?:[\\/]*)
13217 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13218 ;;
13219 *)
13220 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13221 for ac_dir in $PATH; do
13222 IFS="$ac_save_IFS"
13223 test -z "$ac_dir" && ac_dir=.
13224 for ac_exec_ext in '' $ac_executable_extensions; do
13225 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13226 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13227 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13228 break 2
13229 fi
13230 fi
13231 done
13232 done
13233 IFS="$ac_save_IFS"
13234 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13235 ;;
13236esac
13237fi
13238MSGMERGE="$ac_cv_path_MSGMERGE"
13239if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13241$as_echo "$MSGMERGE" >&6; }
d7040cdb 13242else
81ecdfbb
RW
13243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13244$as_echo "no" >&6; }
d7040cdb
SE
13245fi
13246
13247
13248 if test "$GMSGFMT" != ":"; then
13249 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13250 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13251 : ;
13252 else
13253 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13255$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13256 GMSGFMT=":"
13257 fi
13258 fi
13259
13260 if test "$XGETTEXT" != ":"; then
13261 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13262 (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
13263 : ;
13264 else
81ecdfbb
RW
13265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13266$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13267 XGETTEXT=":"
13268 fi
13269 rm -f messages.po
13270 fi
13271
81ecdfbb 13272 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
13273
13274
13275
81ecdfbb
RW
13276
13277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13278$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13279 # Check whether --enable-maintainer-mode was given.
13280if test "${enable_maintainer_mode+set}" = set; then :
13281 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 13282else
d7040cdb 13283 USE_MAINTAINER_MODE=no
81ecdfbb 13284fi
d7040cdb 13285
81ecdfbb
RW
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13287$as_echo "$USE_MAINTAINER_MODE" >&6; }
13288 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
13289 MAINTAINER_MODE_TRUE=
13290 MAINTAINER_MODE_FALSE='#'
13291else
13292 MAINTAINER_MODE_TRUE='#'
13293 MAINTAINER_MODE_FALSE=
42ecbf5e 13294fi
d7040cdb
SE
13295
13296 MAINT=$MAINTAINER_MODE_TRUE
13297
13298
81ecdfbb 13299 if false; then
d7040cdb
SE
13300 GENINSRC_NEVER_TRUE=
13301 GENINSRC_NEVER_FALSE='#'
13302else
13303 GENINSRC_NEVER_TRUE='#'
13304 GENINSRC_NEVER_FALSE=
42ecbf5e 13305fi
d7040cdb
SE
13306
13307
13308if test -n "$EXEEXT"; then
20e95c23 13309
81ecdfbb 13310$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 13311
252b5132
RH
13312fi
13313
d7040cdb
SE
13314cat >>confdefs.h <<_ACEOF
13315#define EXECUTABLE_SUFFIX "${EXEEXT}"
13316_ACEOF
42ecbf5e 13317
252b5132 13318
d7040cdb 13319# host-specific stuff:
252b5132 13320
d7040cdb 13321HDEFINES=
252b5132 13322
d7040cdb 13323. ${srcdir}/../bfd/configure.host
252b5132 13324
252b5132 13325
d7040cdb 13326AR=${AR-ar}
252b5132 13327
d7040cdb
SE
13328if test -n "$ac_tool_prefix"; then
13329 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13330set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
13331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13332$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13333if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 13334 $as_echo_n "(cached) " >&6
d7040cdb
SE
13335else
13336 if test -n "$RANLIB"; then
13337 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13338else
13339as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13340for as_dir in $PATH
13341do
13342 IFS=$as_save_IFS
13343 test -z "$as_dir" && as_dir=.
81ecdfbb 13344 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13345 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13346 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 13347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13348 break 2
13349 fi
13350done
81ecdfbb
RW
13351 done
13352IFS=$as_save_IFS
252b5132 13353
d7040cdb
SE
13354fi
13355fi
13356RANLIB=$ac_cv_prog_RANLIB
13357if test -n "$RANLIB"; then
81ecdfbb
RW
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
13359$as_echo "$RANLIB" >&6; }
d7040cdb 13360else
81ecdfbb
RW
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13362$as_echo "no" >&6; }
d7040cdb 13363fi
20e95c23 13364
81ecdfbb 13365
d7040cdb
SE
13366fi
13367if test -z "$ac_cv_prog_RANLIB"; then
13368 ac_ct_RANLIB=$RANLIB
13369 # Extract the first word of "ranlib", so it can be a program name with args.
13370set dummy ranlib; ac_word=$2
81ecdfbb
RW
13371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13372$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13373if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 13374 $as_echo_n "(cached) " >&6
252b5132 13375else
d7040cdb
SE
13376 if test -n "$ac_ct_RANLIB"; then
13377 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13378else
13379as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13380for as_dir in $PATH
13381do
13382 IFS=$as_save_IFS
13383 test -z "$as_dir" && as_dir=.
81ecdfbb 13384 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13385 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13386 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 13387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13388 break 2
13389 fi
13390done
81ecdfbb
RW
13391 done
13392IFS=$as_save_IFS
20e95c23 13393
d7040cdb
SE
13394fi
13395fi
13396ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13397if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
13399$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 13400else
81ecdfbb
RW
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13402$as_echo "no" >&6; }
d7040cdb
SE
13403fi
13404
81ecdfbb
RW
13405 if test "x$ac_ct_RANLIB" = x; then
13406 RANLIB=":"
d7040cdb 13407 else
81ecdfbb
RW
13408 case $cross_compiling:$ac_tool_warned in
13409yes:)
13410{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13411$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13412ac_tool_warned=yes ;;
13413esac
13414 RANLIB=$ac_ct_RANLIB
d7040cdb 13415 fi
81ecdfbb
RW
13416else
13417 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 13418fi
d7040cdb 13419
d7040cdb
SE
13420
13421
13422# Put a plausible default for CC_FOR_BUILD in Makefile.
13423if test -z "$CC_FOR_BUILD"; then
13424 if test "x$cross_compiling" = "xno"; then
13425 CC_FOR_BUILD='$(CC)'
13426 else
13427 CC_FOR_BUILD=gcc
13428 fi
13429fi
20e95c23 13430
d7040cdb
SE
13431# Also set EXEEXT_FOR_BUILD.
13432if test "x$cross_compiling" = "xno"; then
13433 EXEEXT_FOR_BUILD='$(EXEEXT)'
13434else
81ecdfbb
RW
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13436$as_echo_n "checking for build system executable suffix... " >&6; }
d0ac1c44 13437if ${bfd_cv_build_exeext+:} false; then :
81ecdfbb 13438 $as_echo_n "(cached) " >&6
d7040cdb
SE
13439else
13440 rm -f conftest*
13441 echo 'int main () { return 0; }' > conftest.c
13442 bfd_cv_build_exeext=
13443 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13444 for file in conftest.*; do
13445 case $file in
13446 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13447 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13448 esac
13449 done
13450 rm -f conftest*
13451 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 13452fi
81ecdfbb
RW
13453{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13454$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
13455 EXEEXT_FOR_BUILD=""
13456 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
13457fi
13458
13459
d7040cdb
SE
13460DEMANGLER_NAME=c++filt
13461case "${host}" in
13462 *-*-go32* | *-*-msdos*)
13463 DEMANGLER_NAME=cxxfilt
13464esac
8a965946
ILT
13465
13466
4c219c2e
AM
13467# The cast to long int works around a bug in the HP C Compiler
13468# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13469# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13470# This bug is HP SR number 8606223364.
13471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13472$as_echo_n "checking size of long... " >&6; }
d0ac1c44 13473if ${ac_cv_sizeof_long+:} false; then :
4c219c2e
AM
13474 $as_echo_n "(cached) " >&6
13475else
13476 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13477
13478else
13479 if test "$ac_cv_type_long" = yes; then
13480 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13481$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13482as_fn_error 77 "cannot compute sizeof (long)
13483See \`config.log' for more details" "$LINENO" 5; }
4c219c2e
AM
13484 else
13485 ac_cv_sizeof_long=0
13486 fi
13487fi
13488
13489fi
13490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13491$as_echo "$ac_cv_sizeof_long" >&6; }
13492
13493
13494
13495cat >>confdefs.h <<_ACEOF
13496#define SIZEOF_LONG $ac_cv_sizeof_long
13497_ACEOF
13498
13499
13500ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
d0ac1c44 13501if test "x$ac_cv_type_long_long" = xyes; then :
4c219c2e
AM
13502
13503cat >>confdefs.h <<_ACEOF
13504#define HAVE_LONG_LONG 1
13505_ACEOF
13506
13507# The cast to long int works around a bug in the HP C Compiler
13508# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13509# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13510# This bug is HP SR number 8606223364.
13511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13512$as_echo_n "checking size of long long... " >&6; }
d0ac1c44 13513if ${ac_cv_sizeof_long_long+:} false; then :
4c219c2e
AM
13514 $as_echo_n "(cached) " >&6
13515else
13516 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13517
13518else
13519 if test "$ac_cv_type_long_long" = yes; then
13520 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13521$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13522as_fn_error 77 "cannot compute sizeof (long long)
13523See \`config.log' for more details" "$LINENO" 5; }
4c219c2e
AM
13524 else
13525 ac_cv_sizeof_long_long=0
13526 fi
13527fi
13528
13529fi
13530{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13531$as_echo "$ac_cv_sizeof_long_long" >&6; }
13532
13533
13534
13535cat >>confdefs.h <<_ACEOF
13536#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13537_ACEOF
13538
13539
13540fi
13541
13542
3bfcb652 13543for 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
13544do :
13545 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13546ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13547if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
13548 cat >>confdefs.h <<_ACEOF
13549#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13550_ACEOF
42ecbf5e 13551
81ecdfbb 13552fi
42ecbf5e 13553
81ecdfbb 13554done
42ecbf5e 13555
81ecdfbb
RW
13556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13557$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
d0ac1c44 13558if ${ac_cv_header_sys_wait_h+:} false; then :
81ecdfbb 13559 $as_echo_n "(cached) " >&6
42ecbf5e 13560else
81ecdfbb 13561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13562/* end confdefs.h. */
252b5132
RH
13563#include <sys/types.h>
13564#include <sys/wait.h>
13565#ifndef WEXITSTATUS
81ecdfbb 13566# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
13567#endif
13568#ifndef WIFEXITED
42ecbf5e 13569# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 13570#endif
42ecbf5e
DJ
13571
13572int
13573main ()
13574{
13575 int s;
13576 wait (&s);
13577 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13578 ;
13579 return 0;
13580}
13581_ACEOF
81ecdfbb 13582if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13583 ac_cv_header_sys_wait_h=yes
13584else
81ecdfbb 13585 ac_cv_header_sys_wait_h=no
252b5132 13586fi
81ecdfbb 13587rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 13588fi
81ecdfbb
RW
13589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13590$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 13591if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 13592
81ecdfbb 13593$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
13594
13595fi
13596
df7b86aa
NC
13597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13598$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
d0ac1c44 13599if ${gcc_cv_header_string+:} false; then :
df7b86aa
NC
13600 $as_echo_n "(cached) " >&6
13601else
13602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13603/* end confdefs.h. */
13604#include <string.h>
13605#include <strings.h>
13606int
13607main ()
13608{
13609
13610 ;
13611 return 0;
13612}
13613_ACEOF
13614if ac_fn_c_try_compile "$LINENO"; then :
13615 gcc_cv_header_string=yes
13616else
13617 gcc_cv_header_string=no
13618fi
13619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13620fi
13621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13622$as_echo "$gcc_cv_header_string" >&6; }
13623if test $gcc_cv_header_string = yes; then
13624
13625$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13626
13627fi
13628
d0ac1c44
SM
13629ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13630if test "x$ac_cv_type_size_t" = xyes; then :
13631
13632else
13633
13634cat >>confdefs.h <<_ACEOF
13635#define size_t unsigned int
13636_ACEOF
13637
13638fi
13639
252b5132
RH
13640# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13641# for constant arguments. Useless!
81ecdfbb
RW
13642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13643$as_echo_n "checking for working alloca.h... " >&6; }
d0ac1c44 13644if ${ac_cv_working_alloca_h+:} false; then :
81ecdfbb 13645 $as_echo_n "(cached) " >&6
42ecbf5e 13646else
81ecdfbb 13647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13648/* end confdefs.h. */
252b5132 13649#include <alloca.h>
42ecbf5e
DJ
13650int
13651main ()
13652{
13653char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 13654 if (p) return 0;
42ecbf5e
DJ
13655 ;
13656 return 0;
13657}
13658_ACEOF
81ecdfbb 13659if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
13660 ac_cv_working_alloca_h=yes
13661else
81ecdfbb 13662 ac_cv_working_alloca_h=no
42ecbf5e 13663fi
81ecdfbb
RW
13664rm -f core conftest.err conftest.$ac_objext \
13665 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 13666fi
81ecdfbb
RW
13667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13668$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
13669if test $ac_cv_working_alloca_h = yes; then
13670
81ecdfbb 13671$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13672
13673fi
13674
81ecdfbb
RW
13675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13676$as_echo_n "checking for alloca... " >&6; }
d0ac1c44 13677if ${ac_cv_func_alloca_works+:} false; then :
81ecdfbb 13678 $as_echo_n "(cached) " >&6
252b5132 13679else
81ecdfbb 13680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13681/* end confdefs.h. */
252b5132
RH
13682#ifdef __GNUC__
13683# define alloca __builtin_alloca
13684#else
13685# ifdef _MSC_VER
13686# include <malloc.h>
13687# define alloca _alloca
13688# else
81ecdfbb 13689# ifdef HAVE_ALLOCA_H
252b5132
RH
13690# include <alloca.h>
13691# else
13692# ifdef _AIX
13693 #pragma alloca
13694# else
13695# ifndef alloca /* predefined by HP cc +Olibcalls */
d0ac1c44 13696void *alloca (size_t);
252b5132
RH
13697# endif
13698# endif
13699# endif
13700# endif
13701#endif
13702
42ecbf5e
DJ
13703int
13704main ()
13705{
13706char *p = (char *) alloca (1);
81ecdfbb 13707 if (p) return 0;
42ecbf5e
DJ
13708 ;
13709 return 0;
13710}
13711_ACEOF
81ecdfbb 13712if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13713 ac_cv_func_alloca_works=yes
13714else
81ecdfbb 13715 ac_cv_func_alloca_works=no
252b5132 13716fi
81ecdfbb
RW
13717rm -f core conftest.err conftest.$ac_objext \
13718 conftest$ac_exeext conftest.$ac_ext
252b5132 13719fi
81ecdfbb
RW
13720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13721$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13722
252b5132 13723if test $ac_cv_func_alloca_works = yes; then
e5a52504 13724
81ecdfbb 13725$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 13726
42ecbf5e 13727else
d15b04bd 13728 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
13729# that cause trouble. Some versions do not even contain alloca or
13730# contain a buggy version. If you still want to use their alloca,
13731# use ar to extract alloca.o from them instead of compiling alloca.c.
13732
81ecdfbb 13733ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 13734
81ecdfbb 13735$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
13736
13737
81ecdfbb
RW
13738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13739$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
d0ac1c44 13740if ${ac_cv_os_cray+:} false; then :
81ecdfbb 13741 $as_echo_n "(cached) " >&6
252b5132 13742else
81ecdfbb 13743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13744/* end confdefs.h. */
81ecdfbb 13745#if defined CRAY && ! defined CRAY2
252b5132
RH
13746webecray
13747#else
13748wenotbecray
13749#endif
13750
42ecbf5e 13751_ACEOF
252b5132 13752if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13753 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13754 ac_cv_os_cray=yes
13755else
252b5132
RH
13756 ac_cv_os_cray=no
13757fi
13758rm -f conftest*
13759
13760fi
81ecdfbb
RW
13761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13762$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 13763if test $ac_cv_os_cray = yes; then
42ecbf5e 13764 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13765 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13766ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13767if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
42ecbf5e
DJ
13768
13769cat >>confdefs.h <<_ACEOF
252b5132 13770#define CRAY_STACKSEG_END $ac_func
42ecbf5e 13771_ACEOF
252b5132 13772
42ecbf5e 13773 break
252b5132
RH
13774fi
13775
42ecbf5e 13776 done
252b5132
RH
13777fi
13778
81ecdfbb
RW
13779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13780$as_echo_n "checking stack direction for C alloca... " >&6; }
d0ac1c44 13781if ${ac_cv_c_stack_direction+:} false; then :
81ecdfbb 13782 $as_echo_n "(cached) " >&6
252b5132 13783else
81ecdfbb 13784 if test "$cross_compiling" = yes; then :
252b5132
RH
13785 ac_cv_c_stack_direction=0
13786else
81ecdfbb 13787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13788/* end confdefs.h. */
81ecdfbb 13789$ac_includes_default
42ecbf5e 13790int
d0ac1c44 13791find_stack_direction (int *addr, int depth)
252b5132 13792{
d0ac1c44
SM
13793 int dir, dummy = 0;
13794 if (! addr)
13795 addr = &dummy;
13796 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13797 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13798 return dir + dummy;
252b5132 13799}
42ecbf5e
DJ
13800
13801int
d0ac1c44 13802main (int argc, char **argv)
252b5132 13803{
d0ac1c44 13804 return find_stack_direction (0, argc + !argv + 20) < 0;
252b5132 13805}
42ecbf5e 13806_ACEOF
81ecdfbb 13807if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13808 ac_cv_c_stack_direction=1
13809else
81ecdfbb 13810 ac_cv_c_stack_direction=-1
252b5132 13811fi
81ecdfbb
RW
13812rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13813 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
13814fi
13815
81ecdfbb
RW
13816fi
13817{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13818$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 13819cat >>confdefs.h <<_ACEOF
252b5132 13820#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
13821_ACEOF
13822
252b5132
RH
13823
13824fi
13825
34156b23
L
13826
13827
13828
13829 for ac_header in $ac_header_list
13830do :
13831 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13832ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13833"
13834if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13835 cat >>confdefs.h <<_ACEOF
13836#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13837_ACEOF
13838
13839fi
13840
13841done
13842
13843
13844
13845
13846
13847
13848
13849
13850for ac_func in getpagesize
13851do :
13852 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13853if test "x$ac_cv_func_getpagesize" = xyes; then :
13854 cat >>confdefs.h <<_ACEOF
13855#define HAVE_GETPAGESIZE 1
13856_ACEOF
13857
13858fi
13859done
13860
13861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13862$as_echo_n "checking for working mmap... " >&6; }
13863if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
13864 $as_echo_n "(cached) " >&6
13865else
13866 if test "$cross_compiling" = yes; then :
13867 ac_cv_func_mmap_fixed_mapped=no
13868else
13869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13870/* end confdefs.h. */
13871$ac_includes_default
13872/* malloc might have been renamed as rpl_malloc. */
13873#undef malloc
13874
13875/* Thanks to Mike Haertel and Jim Avera for this test.
13876 Here is a matrix of mmap possibilities:
13877 mmap private not fixed
13878 mmap private fixed at somewhere currently unmapped
13879 mmap private fixed at somewhere already mapped
13880 mmap shared not fixed
13881 mmap shared fixed at somewhere currently unmapped
13882 mmap shared fixed at somewhere already mapped
13883 For private mappings, we should verify that changes cannot be read()
13884 back from the file, nor mmap's back from the file at a different
13885 address. (There have been systems where private was not correctly
13886 implemented like the infamous i386 svr4.0, and systems where the
13887 VM page cache was not coherent with the file system buffer cache
13888 like early versions of FreeBSD and possibly contemporary NetBSD.)
13889 For shared mappings, we should conversely verify that changes get
13890 propagated back to all the places they're supposed to be.
13891
13892 Grep wants private fixed already mapped.
13893 The main things grep needs to know about mmap are:
13894 * does it exist and is it safe to write into the mmap'd area
13895 * how to use it (BSD variants) */
13896
13897#include <fcntl.h>
13898#include <sys/mman.h>
13899
13900#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13901char *malloc ();
13902#endif
13903
13904/* This mess was copied from the GNU getpagesize.h. */
13905#ifndef HAVE_GETPAGESIZE
13906# ifdef _SC_PAGESIZE
13907# define getpagesize() sysconf(_SC_PAGESIZE)
13908# else /* no _SC_PAGESIZE */
13909# ifdef HAVE_SYS_PARAM_H
13910# include <sys/param.h>
13911# ifdef EXEC_PAGESIZE
13912# define getpagesize() EXEC_PAGESIZE
13913# else /* no EXEC_PAGESIZE */
13914# ifdef NBPG
13915# define getpagesize() NBPG * CLSIZE
13916# ifndef CLSIZE
13917# define CLSIZE 1
13918# endif /* no CLSIZE */
13919# else /* no NBPG */
13920# ifdef NBPC
13921# define getpagesize() NBPC
13922# else /* no NBPC */
13923# ifdef PAGESIZE
13924# define getpagesize() PAGESIZE
13925# endif /* PAGESIZE */
13926# endif /* no NBPC */
13927# endif /* no NBPG */
13928# endif /* no EXEC_PAGESIZE */
13929# else /* no HAVE_SYS_PARAM_H */
13930# define getpagesize() 8192 /* punt totally */
13931# endif /* no HAVE_SYS_PARAM_H */
13932# endif /* no _SC_PAGESIZE */
13933
13934#endif /* no HAVE_GETPAGESIZE */
13935
13936int
13937main ()
13938{
13939 char *data, *data2, *data3;
13940 const char *cdata2;
13941 int i, pagesize;
13942 int fd, fd2;
13943
13944 pagesize = getpagesize ();
13945
13946 /* First, make a file with some known garbage in it. */
13947 data = (char *) malloc (pagesize);
13948 if (!data)
13949 return 1;
13950 for (i = 0; i < pagesize; ++i)
13951 *(data + i) = rand ();
13952 umask (0);
13953 fd = creat ("conftest.mmap", 0600);
13954 if (fd < 0)
13955 return 2;
13956 if (write (fd, data, pagesize) != pagesize)
13957 return 3;
13958 close (fd);
13959
13960 /* Next, check that the tail of a page is zero-filled. File must have
13961 non-zero length, otherwise we risk SIGBUS for entire page. */
13962 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13963 if (fd2 < 0)
13964 return 4;
13965 cdata2 = "";
13966 if (write (fd2, cdata2, 1) != 1)
13967 return 5;
13968 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13969 if (data2 == MAP_FAILED)
13970 return 6;
13971 for (i = 0; i < pagesize; ++i)
13972 if (*(data2 + i))
13973 return 7;
13974 close (fd2);
13975 if (munmap (data2, pagesize))
13976 return 8;
13977
13978 /* Next, try to mmap the file at a fixed address which already has
13979 something else allocated at it. If we can, also make sure that
13980 we see the same garbage. */
13981 fd = open ("conftest.mmap", O_RDWR);
13982 if (fd < 0)
13983 return 9;
13984 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13985 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13986 return 10;
13987 for (i = 0; i < pagesize; ++i)
13988 if (*(data + i) != *(data2 + i))
13989 return 11;
13990
13991 /* Finally, make sure that changes to the mapped area do not
13992 percolate back to the file as seen by read(). (This is a bug on
13993 some variants of i386 svr4.0.) */
13994 for (i = 0; i < pagesize; ++i)
13995 *(data2 + i) = *(data2 + i) + 1;
13996 data3 = (char *) malloc (pagesize);
13997 if (!data3)
13998 return 12;
13999 if (read (fd, data3, pagesize) != pagesize)
14000 return 13;
14001 for (i = 0; i < pagesize; ++i)
14002 if (*(data + i) != *(data3 + i))
14003 return 14;
14004 close (fd);
14005 return 0;
14006}
14007_ACEOF
14008if ac_fn_c_try_run "$LINENO"; then :
14009 ac_cv_func_mmap_fixed_mapped=yes
14010else
14011 ac_cv_func_mmap_fixed_mapped=no
14012fi
14013rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14014 conftest.$ac_objext conftest.beam conftest.$ac_ext
14015fi
14016
14017fi
14018{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
14019$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
14020if test $ac_cv_func_mmap_fixed_mapped = yes; then
14021
14022$as_echo "#define HAVE_MMAP 1" >>confdefs.h
14023
14024fi
14025rm -f conftest.mmap conftest.txt
14026
44350750 14027for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
81ecdfbb
RW
14028do :
14029 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14030ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14031if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
14032 cat >>confdefs.h <<_ACEOF
14033#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14034_ACEOF
42ecbf5e 14035
81ecdfbb
RW
14036fi
14037done
42ecbf5e 14038
81ecdfbb 14039ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
d0ac1c44 14040if test "x$ac_cv_func_mkstemp" = xyes; then :
42ecbf5e 14041
81ecdfbb 14042$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 14043
81ecdfbb 14044fi
42ecbf5e 14045
81ecdfbb 14046ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
d0ac1c44 14047if test "x$ac_cv_func_mkdtemp" = xyes; then :
42ecbf5e 14048
81ecdfbb 14049$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 14050
81ecdfbb 14051fi
d15b04bd 14052
3bfcb652
NC
14053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
14054$as_echo_n "checking for mbstate_t... " >&6; }
14055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14056/* end confdefs.h. */
14057#include <wchar.h>
14058int
14059main ()
14060{
14061mbstate_t teststate;
14062 ;
14063 return 0;
14064}
14065_ACEOF
14066if ac_fn_c_try_compile "$LINENO"; then :
14067 have_mbstate_t=yes
14068else
14069 have_mbstate_t=no
14070fi
14071rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
14073$as_echo "$have_mbstate_t" >&6; }
14074 if test x"$have_mbstate_t" = xyes; then
14075
14076$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
14077
14078 fi
d15b04bd 14079
81ecdfbb
RW
14080# Some systems have frexp only in -lm, not in -lc.
14081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
14082$as_echo_n "checking for library containing frexp... " >&6; }
d0ac1c44 14083if ${ac_cv_search_frexp+:} false; then :
81ecdfbb 14084 $as_echo_n "(cached) " >&6
f9c026a8 14085else
81ecdfbb
RW
14086 ac_func_search_save_LIBS=$LIBS
14087cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 14088/* end confdefs.h. */
f9c026a8 14089
81ecdfbb
RW
14090/* Override any GCC internal prototype to avoid an error.
14091 Use char because int might match the return type of a GCC
f9c026a8 14092 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
14093#ifdef __cplusplus
14094extern "C"
14095#endif
42ecbf5e
DJ
14096char frexp ();
14097int
14098main ()
14099{
81ecdfbb 14100return frexp ();
42ecbf5e
DJ
14101 ;
14102 return 0;
14103}
14104_ACEOF
81ecdfbb
RW
14105for ac_lib in '' m; do
14106 if test -z "$ac_lib"; then
14107 ac_res="none required"
14108 else
14109 ac_res=-l$ac_lib
42ecbf5e 14110 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
14111 fi
14112 if ac_fn_c_try_link "$LINENO"; then :
14113 ac_cv_search_frexp=$ac_res
14114fi
14115rm -f core conftest.err conftest.$ac_objext \
14116 conftest$ac_exeext
d0ac1c44 14117 if ${ac_cv_search_frexp+:} false; then :
81ecdfbb
RW
14118 break
14119fi
14120done
d0ac1c44 14121if ${ac_cv_search_frexp+:} false; then :
42ecbf5e 14122
f353eb8a 14123else
81ecdfbb 14124 ac_cv_search_frexp=no
e5a52504 14125fi
81ecdfbb 14126rm conftest.$ac_ext
42ecbf5e
DJ
14127LIBS=$ac_func_search_save_LIBS
14128fi
81ecdfbb
RW
14129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
14130$as_echo "$ac_cv_search_frexp" >&6; }
14131ac_res=$ac_cv_search_frexp
14132if test "$ac_res" != no; then :
14133 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 14134
f353eb8a
ILT
14135fi
14136
42ecbf5e 14137
44350750
NC
14138
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
14140$as_echo_n "checking for LC_MESSAGES... " >&6; }
d0ac1c44 14141if ${am_cv_val_LC_MESSAGES+:} false; then :
44350750
NC
14142 $as_echo_n "(cached) " >&6
14143else
14144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14145/* end confdefs.h. */
14146#include <locale.h>
14147int
14148main ()
14149{
14150return LC_MESSAGES
14151 ;
14152 return 0;
14153}
14154_ACEOF
14155if ac_fn_c_try_link "$LINENO"; then :
14156 am_cv_val_LC_MESSAGES=yes
14157else
14158 am_cv_val_LC_MESSAGES=no
14159fi
14160rm -f core conftest.err conftest.$ac_objext \
14161 conftest$ac_exeext conftest.$ac_ext
14162fi
14163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14164$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14165 if test $am_cv_val_LC_MESSAGES = yes; then
14166
14167$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14168
14169 fi
14170
14171
81ecdfbb
RW
14172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
14173$as_echo_n "checking for time_t in time.h... " >&6; }
d0ac1c44 14174if ${bu_cv_decl_time_t_time_h+:} false; then :
81ecdfbb 14175 $as_echo_n "(cached) " >&6
252b5132 14176else
81ecdfbb 14177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14178/* end confdefs.h. */
252b5132 14179#include <time.h>
42ecbf5e
DJ
14180int
14181main ()
14182{
252b5132 14183time_t i;
42ecbf5e
DJ
14184 ;
14185 return 0;
14186}
14187_ACEOF
81ecdfbb 14188if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
14189 bu_cv_decl_time_t_time_h=yes
14190else
81ecdfbb 14191 bu_cv_decl_time_t_time_h=no
252b5132 14192fi
81ecdfbb 14193rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
14194fi
14195
81ecdfbb
RW
14196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
14197$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 14198if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 14199
81ecdfbb 14200$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
14201
14202fi
14203
81ecdfbb
RW
14204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
14205$as_echo_n "checking for time_t in sys/types.h... " >&6; }
d0ac1c44 14206if ${bu_cv_decl_time_t_types_h+:} false; then :
81ecdfbb 14207 $as_echo_n "(cached) " >&6
252b5132 14208else
81ecdfbb 14209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14210/* end confdefs.h. */
252b5132 14211#include <sys/types.h>
42ecbf5e
DJ
14212int
14213main ()
14214{
252b5132 14215time_t i;
42ecbf5e
DJ
14216 ;
14217 return 0;
14218}
14219_ACEOF
81ecdfbb 14220if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
14221 bu_cv_decl_time_t_types_h=yes
14222else
81ecdfbb 14223 bu_cv_decl_time_t_types_h=no
252b5132 14224fi
81ecdfbb 14225rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
14226fi
14227
81ecdfbb
RW
14228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
14229$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 14230if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 14231
81ecdfbb 14232$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
14233
14234fi
14235
81ecdfbb
RW
14236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14237$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
d0ac1c44 14238if ${bu_cv_decl_getopt_unistd_h+:} false; then :
81ecdfbb 14239 $as_echo_n "(cached) " >&6
e46eba98 14240else
81ecdfbb 14241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14242/* end confdefs.h. */
e46eba98 14243#include <unistd.h>
42ecbf5e
DJ
14244int
14245main ()
14246{
e46eba98 14247extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
14248 ;
14249 return 0;
14250}
14251_ACEOF
81ecdfbb 14252if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
14253 bu_cv_decl_getopt_unistd_h=yes
14254else
81ecdfbb 14255 bu_cv_decl_getopt_unistd_h=no
e46eba98 14256fi
81ecdfbb 14257rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
14258fi
14259
81ecdfbb
RW
14260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
14261$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 14262if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 14263
81ecdfbb 14264$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
14265
14266fi
14267
252b5132
RH
14268# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
14269# by default.
81ecdfbb
RW
14270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
14271$as_echo_n "checking for utime.h... " >&6; }
d0ac1c44 14272if ${bu_cv_header_utime_h+:} false; then :
81ecdfbb 14273 $as_echo_n "(cached) " >&6
42ecbf5e 14274else
81ecdfbb 14275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14276/* end confdefs.h. */
252b5132
RH
14277#include <sys/types.h>
14278#ifdef HAVE_TIME_H
14279#include <time.h>
14280#endif
14281#include <utime.h>
42ecbf5e
DJ
14282int
14283main ()
14284{
252b5132 14285struct utimbuf s;
42ecbf5e
DJ
14286 ;
14287 return 0;
14288}
14289_ACEOF
81ecdfbb 14290if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
14291 bu_cv_header_utime_h=yes
14292else
81ecdfbb 14293 bu_cv_header_utime_h=no
252b5132 14294fi
81ecdfbb 14295rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
14296fi
14297
81ecdfbb
RW
14298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
14299$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 14300if test $bu_cv_header_utime_h = yes; then
42ecbf5e 14301
81ecdfbb 14302$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
14303
14304fi
14305
1f5345a6 14306ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
d0ac1c44 14307if test "x$ac_cv_have_decl_asprintf" = xyes; then :
1f5345a6
ST
14308 ac_have_decl=1
14309else
14310 ac_have_decl=0
14311fi
14312
14313cat >>confdefs.h <<_ACEOF
14314#define HAVE_DECL_ASPRINTF $ac_have_decl
14315_ACEOF
952781e8 14316ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
d0ac1c44 14317if test "x$ac_cv_have_decl_environ" = xyes; then :
952781e8
AM
14318 ac_have_decl=1
14319else
14320 ac_have_decl=0
14321fi
14322
14323cat >>confdefs.h <<_ACEOF
14324#define HAVE_DECL_ENVIRON $ac_have_decl
14325_ACEOF
81ecdfbb 14326ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
d0ac1c44 14327if test "x$ac_cv_have_decl_fprintf" = xyes; then :
81ecdfbb 14328 ac_have_decl=1
252b5132 14329else
81ecdfbb
RW
14330 ac_have_decl=0
14331fi
398ee8f1 14332
81ecdfbb
RW
14333cat >>confdefs.h <<_ACEOF
14334#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 14335_ACEOF
952781e8 14336ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
d0ac1c44 14337if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
81ecdfbb 14338 ac_have_decl=1
252b5132 14339else
81ecdfbb 14340 ac_have_decl=0
252b5132 14341fi
252b5132 14342
398ee8f1 14343cat >>confdefs.h <<_ACEOF
952781e8 14344#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
398ee8f1 14345_ACEOF
952781e8 14346ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
d0ac1c44 14347if test "x$ac_cv_have_decl_getenv" = xyes; then :
81ecdfbb 14348 ac_have_decl=1
398ee8f1 14349else
81ecdfbb
RW
14350 ac_have_decl=0
14351fi
3e321448
L
14352
14353cat >>confdefs.h <<_ACEOF
952781e8 14354#define HAVE_DECL_GETENV $ac_have_decl
42ecbf5e 14355_ACEOF
81ecdfbb 14356ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
d0ac1c44 14357if test "x$ac_cv_have_decl_sbrk" = xyes; then :
81ecdfbb 14358 ac_have_decl=1
252b5132 14359else
81ecdfbb 14360 ac_have_decl=0
252b5132 14361fi
252b5132 14362
398ee8f1 14363cat >>confdefs.h <<_ACEOF
81ecdfbb 14364#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 14365_ACEOF
952781e8 14366ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
d0ac1c44 14367if test "x$ac_cv_have_decl_snprintf" = xyes; then :
81ecdfbb 14368 ac_have_decl=1
398ee8f1 14369else
81ecdfbb 14370 ac_have_decl=0
398ee8f1 14371fi
252b5132 14372
398ee8f1 14373cat >>confdefs.h <<_ACEOF
952781e8 14374#define HAVE_DECL_SNPRINTF $ac_have_decl
398ee8f1 14375_ACEOF
952781e8 14376ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 14377if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
81ecdfbb 14378 ac_have_decl=1
398ee8f1 14379else
81ecdfbb 14380 ac_have_decl=0
398ee8f1 14381fi
252b5132 14382
398ee8f1 14383cat >>confdefs.h <<_ACEOF
952781e8 14384#define HAVE_DECL_STPCPY $ac_have_decl
b7d4af3a 14385_ACEOF
952781e8 14386ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
d0ac1c44 14387if test "x$ac_cv_have_decl_strnlen" = xyes; then :
81ecdfbb 14388 ac_have_decl=1
b7d4af3a 14389else
81ecdfbb 14390 ac_have_decl=0
b7d4af3a 14391fi
b7d4af3a
JW
14392
14393cat >>confdefs.h <<_ACEOF
952781e8 14394#define HAVE_DECL_STRNLEN $ac_have_decl
b7d4af3a 14395_ACEOF
952781e8 14396ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
d0ac1c44 14397if test "x$ac_cv_have_decl_strstr" = xyes; then :
81ecdfbb 14398 ac_have_decl=1
b7d4af3a 14399else
81ecdfbb 14400 ac_have_decl=0
db50c840 14401fi
db50c840
EB
14402
14403cat >>confdefs.h <<_ACEOF
952781e8 14404#define HAVE_DECL_STRSTR $ac_have_decl
db50c840 14405_ACEOF
81ecdfbb 14406ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
d0ac1c44 14407if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
81ecdfbb 14408 ac_have_decl=1
db50c840 14409else
81ecdfbb 14410 ac_have_decl=0
db50c840 14411fi
db50c840
EB
14412
14413cat >>confdefs.h <<_ACEOF
81ecdfbb 14414#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
14415_ACEOF
14416
14417
ed2b5077
L
14418# Link in zlib if we can. This allows us to read compressed debug
14419# sections. This is used only by readelf.c (objdump uses bfd for
14420# reading compressed sections).
14421
14422 # Use the system's zlib library.
39f3de7c
L
14423 zlibdir="-L\$(top_builddir)/../zlib"
14424 zlibinc="-I\$(top_srcdir)/../zlib"
52546677 14425
0ee42ecd
L
14426# Check whether --with-system-zlib was given.
14427if test "${with_system_zlib+set}" = set; then :
afa59b79
L
14428 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14429 zlibdir=
14430 zlibinc=
14431 fi
52546677 14432
52546677
RM
14433fi
14434
14435
52546677 14436
1b315056 14437
252b5132 14438
ed2b5077 14439
252b5132 14440case "${host}" in
8a965946 14441*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 14442
81ecdfbb 14443$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
14444 ;;
14445esac
14446
14447# target-specific stuff:
14448
14449# Canonicalize the secondary target names.
14450if test -n "$enable_targets"; then
14451 for targ in `echo $enable_targets | sed 's/,/ /g'`
14452 do
6d83c84b 14453 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
14454 if test -n "$result"; then
14455 canon_targets="$canon_targets $result"
14456 else
14457 # Allow targets that config.sub doesn't recognize, like "all".
14458 canon_targets="$canon_targets $targ"
14459 fi
14460 done
14461fi
14462
81ecdfbb 14463ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
d0ac1c44 14464if test "x$ac_cv_header_iconv_h" = xyes; then :
5ba684e2
NC
14465
14466fi
14467
14468
14469
14470 if test "X$prefix" = "XNONE"; then
14471 acl_final_prefix="$ac_default_prefix"
14472 else
14473 acl_final_prefix="$prefix"
14474 fi
14475 if test "X$exec_prefix" = "XNONE"; then
14476 acl_final_exec_prefix='${prefix}'
14477 else
14478 acl_final_exec_prefix="$exec_prefix"
14479 fi
14480 acl_save_prefix="$prefix"
14481 prefix="$acl_final_prefix"
14482 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
14483 prefix="$acl_save_prefix"
14484
14485
81ecdfbb
RW
14486# Check whether --with-gnu-ld was given.
14487if test "${with_gnu_ld+set}" = set; then :
14488 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
14489else
14490 with_gnu_ld=no
81ecdfbb
RW
14491fi
14492
5ba684e2
NC
14493# Prepare PATH_SEPARATOR.
14494# The user is always right.
14495if test "${PATH_SEPARATOR+set}" != set; then
14496 echo "#! /bin/sh" >conf$$.sh
14497 echo "exit 0" >>conf$$.sh
14498 chmod +x conf$$.sh
14499 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14500 PATH_SEPARATOR=';'
14501 else
14502 PATH_SEPARATOR=:
14503 fi
14504 rm -f conf$$.sh
14505fi
14506ac_prog=ld
14507if test "$GCC" = yes; then
14508 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
14509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
14510$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
14511 case $host in
14512 *-*-mingw*)
14513 # gcc leaves a trailing carriage return which upsets mingw
14514 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14515 *)
14516 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14517 esac
14518 case $ac_prog in
14519 # Accept absolute paths.
14520 [\\/]* | [A-Za-z]:[\\/]*)
14521 re_direlt='/[^/][^/]*/\.\./'
14522 # Canonicalize the path of ld
14523 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
14524 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
14525 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
14526 done
14527 test -z "$LD" && LD="$ac_prog"
14528 ;;
14529 "")
14530 # If it fails, then pretend we aren't using GCC.
14531 ac_prog=ld
14532 ;;
14533 *)
14534 # If it is relative, then search for the first ld in PATH.
14535 with_gnu_ld=unknown
14536 ;;
14537 esac
14538elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
14539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14540$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 14541else
81ecdfbb
RW
14542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14543$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 14544fi
d0ac1c44 14545if ${acl_cv_path_LD+:} false; then :
81ecdfbb 14546 $as_echo_n "(cached) " >&6
5ba684e2
NC
14547else
14548 if test -z "$LD"; then
14549 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
14550 for ac_dir in $PATH; do
14551 test -z "$ac_dir" && ac_dir=.
14552 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14553 acl_cv_path_LD="$ac_dir/$ac_prog"
14554 # Check to see if the program is GNU ld. I'd rather use --version,
14555 # but apparently some GNU ld's only accept -v.
14556 # Break only if it was the GNU/non-GNU ld that we prefer.
14557 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
14558 test "$with_gnu_ld" != no && break
14559 else
14560 test "$with_gnu_ld" != yes && break
14561 fi
14562 fi
14563 done
14564 IFS="$ac_save_ifs"
14565else
14566 acl_cv_path_LD="$LD" # Let the user override the test with a path.
14567fi
14568fi
14569
14570LD="$acl_cv_path_LD"
14571if test -n "$LD"; then
81ecdfbb
RW
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14573$as_echo "$LD" >&6; }
5ba684e2 14574else
81ecdfbb
RW
14575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14576$as_echo "no" >&6; }
5ba684e2 14577fi
d0ac1c44 14578test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
14579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14580$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 14581if ${acl_cv_prog_gnu_ld+:} false; then :
81ecdfbb 14582 $as_echo_n "(cached) " >&6
5ba684e2
NC
14583else
14584 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
14585if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
14586 acl_cv_prog_gnu_ld=yes
14587else
14588 acl_cv_prog_gnu_ld=no
14589fi
14590fi
81ecdfbb
RW
14591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14592$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
14593with_gnu_ld=$acl_cv_prog_gnu_ld
14594
14595
14596
81ecdfbb
RW
14597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14598$as_echo_n "checking for shared library run path origin... " >&6; }
d0ac1c44 14599if ${acl_cv_rpath+:} false; then :
81ecdfbb 14600 $as_echo_n "(cached) " >&6
5ba684e2
NC
14601else
14602
14603 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
14604 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14605 . ./conftest.sh
14606 rm -f ./conftest.sh
14607 acl_cv_rpath=done
14608
14609fi
81ecdfbb
RW
14610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14611$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
14612 wl="$acl_cv_wl"
14613 libext="$acl_cv_libext"
14614 shlibext="$acl_cv_shlibext"
14615 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
14616 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
14617 hardcode_direct="$acl_cv_hardcode_direct"
14618 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
14619 # Check whether --enable-rpath was given.
14620if test "${enable_rpath+set}" = set; then :
14621 enableval=$enable_rpath; :
5ba684e2
NC
14622else
14623 enable_rpath=yes
81ecdfbb
RW
14624fi
14625
5ba684e2
NC
14626
14627
14628
14629
14630
14631
14632
14633 use_additional=yes
14634
14635 acl_save_prefix="$prefix"
14636 prefix="$acl_final_prefix"
14637 acl_save_exec_prefix="$exec_prefix"
14638 exec_prefix="$acl_final_exec_prefix"
14639
14640 eval additional_includedir=\"$includedir\"
14641 eval additional_libdir=\"$libdir\"
14642
14643 exec_prefix="$acl_save_exec_prefix"
14644 prefix="$acl_save_prefix"
14645
14646
81ecdfbb
RW
14647# Check whether --with-libiconv-prefix was given.
14648if test "${with_libiconv_prefix+set}" = set; then :
14649 withval=$with_libiconv_prefix;
5ba684e2
NC
14650 if test "X$withval" = "Xno"; then
14651 use_additional=no
14652 else
14653 if test "X$withval" = "X"; then
14654
14655 acl_save_prefix="$prefix"
14656 prefix="$acl_final_prefix"
14657 acl_save_exec_prefix="$exec_prefix"
14658 exec_prefix="$acl_final_exec_prefix"
14659
14660 eval additional_includedir=\"$includedir\"
14661 eval additional_libdir=\"$libdir\"
14662
14663 exec_prefix="$acl_save_exec_prefix"
14664 prefix="$acl_save_prefix"
14665
14666 else
14667 additional_includedir="$withval/include"
14668 additional_libdir="$withval/lib"
14669 fi
14670 fi
14671
81ecdfbb
RW
14672fi
14673
9f1528a1
AB
14674
14675# Check whether --with-libiconv-type was given.
14676if test "${with_libiconv_type+set}" = set; then :
14677 withval=$with_libiconv_type; with_libiconv_type=$withval
14678else
14679 with_libiconv_type=auto
14680fi
14681
14682 lib_type=`eval echo \$with_libiconv_type`
14683
5ba684e2
NC
14684 LIBICONV=
14685 LTLIBICONV=
14686 INCICONV=
14687 rpathdirs=
14688 ltrpathdirs=
14689 names_already_handled=
14690 names_next_round='iconv '
14691 while test -n "$names_next_round"; do
14692 names_this_round="$names_next_round"
14693 names_next_round=
14694 for name in $names_this_round; do
14695 already_handled=
14696 for n in $names_already_handled; do
14697 if test "$n" = "$name"; then
14698 already_handled=yes
14699 break
14700 fi
14701 done
14702 if test -z "$already_handled"; then
14703 names_already_handled="$names_already_handled $name"
14704 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14705 eval value=\"\$HAVE_LIB$uppername\"
14706 if test -n "$value"; then
14707 if test "$value" = yes; then
14708 eval value=\"\$LIB$uppername\"
14709 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14710 eval value=\"\$LTLIB$uppername\"
14711 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14712 else
14713 :
14714 fi
14715 else
14716 found_dir=
14717 found_la=
14718 found_so=
14719 found_a=
14720 if test $use_additional = yes; then
9f1528a1 14721 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
5ba684e2
NC
14722 found_dir="$additional_libdir"
14723 found_so="$additional_libdir/lib$name.$shlibext"
14724 if test -f "$additional_libdir/lib$name.la"; then
14725 found_la="$additional_libdir/lib$name.la"
14726 fi
9f1528a1 14727 elif test x$lib_type != xshared; then
5ba684e2
NC
14728 if test -f "$additional_libdir/lib$name.$libext"; then
14729 found_dir="$additional_libdir"
14730 found_a="$additional_libdir/lib$name.$libext"
14731 if test -f "$additional_libdir/lib$name.la"; then
14732 found_la="$additional_libdir/lib$name.la"
14733 fi
14734 fi
14735 fi
14736 fi
14737 if test "X$found_dir" = "X"; then
14738 for x in $LDFLAGS $LTLIBICONV; do
14739
14740 acl_save_prefix="$prefix"
14741 prefix="$acl_final_prefix"
14742 acl_save_exec_prefix="$exec_prefix"
14743 exec_prefix="$acl_final_exec_prefix"
14744 eval x=\"$x\"
14745 exec_prefix="$acl_save_exec_prefix"
14746 prefix="$acl_save_prefix"
14747
14748 case "$x" in
14749 -L*)
14750 dir=`echo "X$x" | sed -e 's/^X-L//'`
9f1528a1 14751 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
5ba684e2
NC
14752 found_dir="$dir"
14753 found_so="$dir/lib$name.$shlibext"
14754 if test -f "$dir/lib$name.la"; then
14755 found_la="$dir/lib$name.la"
14756 fi
9f1528a1 14757 elif test x$lib_type != xshared; then
5ba684e2
NC
14758 if test -f "$dir/lib$name.$libext"; then
14759 found_dir="$dir"
14760 found_a="$dir/lib$name.$libext"
14761 if test -f "$dir/lib$name.la"; then
14762 found_la="$dir/lib$name.la"
14763 fi
14764 fi
14765 fi
14766 ;;
14767 esac
14768 if test "X$found_dir" != "X"; then
14769 break
14770 fi
14771 done
14772 fi
14773 if test "X$found_dir" != "X"; then
14774 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14775 if test "X$found_so" != "X"; then
14776 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14777 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14778 else
14779 haveit=
14780 for x in $ltrpathdirs; do
14781 if test "X$x" = "X$found_dir"; then
14782 haveit=yes
14783 break
14784 fi
14785 done
14786 if test -z "$haveit"; then
14787 ltrpathdirs="$ltrpathdirs $found_dir"
14788 fi
14789 if test "$hardcode_direct" = yes; then
14790 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14791 else
14792 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14793 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14794 haveit=
14795 for x in $rpathdirs; do
14796 if test "X$x" = "X$found_dir"; then
14797 haveit=yes
14798 break
14799 fi
14800 done
14801 if test -z "$haveit"; then
14802 rpathdirs="$rpathdirs $found_dir"
14803 fi
14804 else
14805 haveit=
14806 for x in $LDFLAGS $LIBICONV; do
14807
14808 acl_save_prefix="$prefix"
14809 prefix="$acl_final_prefix"
14810 acl_save_exec_prefix="$exec_prefix"
14811 exec_prefix="$acl_final_exec_prefix"
14812 eval x=\"$x\"
14813 exec_prefix="$acl_save_exec_prefix"
14814 prefix="$acl_save_prefix"
14815
14816 if test "X$x" = "X-L$found_dir"; then
14817 haveit=yes
14818 break
14819 fi
14820 done
14821 if test -z "$haveit"; then
14822 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14823 fi
14824 if test "$hardcode_minus_L" != no; then
14825 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14826 else
14827 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14828 fi
14829 fi
14830 fi
14831 fi
14832 else
14833 if test "X$found_a" != "X"; then
14834 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14835 else
14836 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14837 fi
14838 fi
14839 additional_includedir=
14840 case "$found_dir" in
14841 */lib | */lib/)
14842 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14843 additional_includedir="$basedir/include"
14844 ;;
14845 esac
14846 if test "X$additional_includedir" != "X"; then
14847 if test "X$additional_includedir" != "X/usr/include"; then
14848 haveit=
14849 if test "X$additional_includedir" = "X/usr/local/include"; then
14850 if test -n "$GCC"; then
14851 case $host_os in
14852 linux*) haveit=yes;;
14853 esac
14854 fi
14855 fi
14856 if test -z "$haveit"; then
14857 for x in $CPPFLAGS $INCICONV; do
14858
14859 acl_save_prefix="$prefix"
14860 prefix="$acl_final_prefix"
14861 acl_save_exec_prefix="$exec_prefix"
14862 exec_prefix="$acl_final_exec_prefix"
14863 eval x=\"$x\"
14864 exec_prefix="$acl_save_exec_prefix"
14865 prefix="$acl_save_prefix"
14866
14867 if test "X$x" = "X-I$additional_includedir"; then
14868 haveit=yes
14869 break
14870 fi
14871 done
14872 if test -z "$haveit"; then
14873 if test -d "$additional_includedir"; then
14874 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14875 fi
14876 fi
14877 fi
14878 fi
14879 fi
14880 if test -n "$found_la"; then
14881 save_libdir="$libdir"
14882 case "$found_la" in
14883 */* | *\\*) . "$found_la" ;;
14884 *) . "./$found_la" ;;
14885 esac
14886 libdir="$save_libdir"
14887 for dep in $dependency_libs; do
14888 case "$dep" in
14889 -L*)
14890 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14891 if test "X$additional_libdir" != "X/usr/lib"; then
14892 haveit=
14893 if test "X$additional_libdir" = "X/usr/local/lib"; then
14894 if test -n "$GCC"; then
14895 case $host_os in
14896 linux*) haveit=yes;;
14897 esac
14898 fi
14899 fi
14900 if test -z "$haveit"; then
14901 haveit=
14902 for x in $LDFLAGS $LIBICONV; do
14903
14904 acl_save_prefix="$prefix"
14905 prefix="$acl_final_prefix"
14906 acl_save_exec_prefix="$exec_prefix"
14907 exec_prefix="$acl_final_exec_prefix"
14908 eval x=\"$x\"
14909 exec_prefix="$acl_save_exec_prefix"
14910 prefix="$acl_save_prefix"
14911
14912 if test "X$x" = "X-L$additional_libdir"; then
14913 haveit=yes
14914 break
14915 fi
14916 done
14917 if test -z "$haveit"; then
14918 if test -d "$additional_libdir"; then
14919 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14920 fi
14921 fi
14922 haveit=
14923 for x in $LDFLAGS $LTLIBICONV; do
14924
14925 acl_save_prefix="$prefix"
14926 prefix="$acl_final_prefix"
14927 acl_save_exec_prefix="$exec_prefix"
14928 exec_prefix="$acl_final_exec_prefix"
14929 eval x=\"$x\"
14930 exec_prefix="$acl_save_exec_prefix"
14931 prefix="$acl_save_prefix"
14932
14933 if test "X$x" = "X-L$additional_libdir"; then
14934 haveit=yes
14935 break
14936 fi
14937 done
14938 if test -z "$haveit"; then
14939 if test -d "$additional_libdir"; then
14940 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14941 fi
14942 fi
14943 fi
14944 fi
14945 ;;
14946 -R*)
14947 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14948 if test "$enable_rpath" != no; then
14949 haveit=
14950 for x in $rpathdirs; do
14951 if test "X$x" = "X$dir"; then
14952 haveit=yes
14953 break
14954 fi
14955 done
14956 if test -z "$haveit"; then
14957 rpathdirs="$rpathdirs $dir"
14958 fi
14959 haveit=
14960 for x in $ltrpathdirs; do
14961 if test "X$x" = "X$dir"; then
14962 haveit=yes
14963 break
14964 fi
14965 done
14966 if test -z "$haveit"; then
14967 ltrpathdirs="$ltrpathdirs $dir"
14968 fi
14969 fi
14970 ;;
14971 -l*)
14972 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14973 ;;
14974 *.la)
14975 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14976 ;;
14977 *)
14978 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14979 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14980 ;;
14981 esac
14982 done
14983 fi
14984 else
9f1528a1
AB
14985 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
14986 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14987 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14988 else
14989 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
14990 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
14991 fi
5ba684e2
NC
14992 fi
14993 fi
14994 fi
14995 done
14996 done
14997 if test "X$rpathdirs" != "X"; then
14998 if test -n "$hardcode_libdir_separator"; then
14999 alldirs=
15000 for found_dir in $rpathdirs; do
15001 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
15002 done
15003 acl_save_libdir="$libdir"
15004 libdir="$alldirs"
15005 eval flag=\"$hardcode_libdir_flag_spec\"
15006 libdir="$acl_save_libdir"
15007 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
15008 else
15009 for found_dir in $rpathdirs; do
15010 acl_save_libdir="$libdir"
15011 libdir="$found_dir"
15012 eval flag=\"$hardcode_libdir_flag_spec\"
15013 libdir="$acl_save_libdir"
15014 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
15015 done
15016 fi
15017 fi
15018 if test "X$ltrpathdirs" != "X"; then
15019 for found_dir in $ltrpathdirs; do
15020 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
15021 done
15022 fi
15023
15024
15025
15026
15027
15028
15029
81ecdfbb
RW
15030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
15031$as_echo_n "checking for iconv... " >&6; }
d0ac1c44 15032if ${am_cv_func_iconv+:} false; then :
81ecdfbb 15033 $as_echo_n "(cached) " >&6
5ba684e2
NC
15034else
15035
15036 am_cv_func_iconv="no, consider installing GNU libiconv"
15037 am_cv_lib_iconv=no
cfe101c6
YS
15038 am_save_CPPFLAGS="$CPPFLAGS"
15039 CPPFLAGS="$CPPFLAGS $INCICONV"
81ecdfbb 15040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
15041/* end confdefs.h. */
15042#include <stdlib.h>
15043#include <iconv.h>
15044int
15045main ()
15046{
15047iconv_t cd = iconv_open("","");
15048 iconv(cd,NULL,NULL,NULL,NULL);
15049 iconv_close(cd);
15050 ;
15051 return 0;
15052}
15053_ACEOF
81ecdfbb 15054if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 15055 am_cv_func_iconv=yes
5ba684e2 15056fi
81ecdfbb
RW
15057rm -f core conftest.err conftest.$ac_objext \
15058 conftest$ac_exeext conftest.$ac_ext
cfe101c6
YS
15059 CPPFLAGS="$am_save_CPPFLAGS"
15060
15061 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
15062 for _libs in .libs _libs; do
15063 am_save_CPPFLAGS="$CPPFLAGS"
15064 am_save_LIBS="$LIBS"
15065 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
15066 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
15067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15068/* end confdefs.h. */
15069#include <stdlib.h>
15070#include <iconv.h>
15071int
15072main ()
15073{
15074iconv_t cd = iconv_open("","");
15075 iconv(cd,NULL,NULL,NULL,NULL);
15076 iconv_close(cd);
15077 ;
15078 return 0;
15079}
15080_ACEOF
15081if ac_fn_c_try_link "$LINENO"; then :
15082 INCICONV="-I../libiconv/include"
15083 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
15084 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
15085 am_cv_lib_iconv=yes
15086 am_cv_func_iconv=yes
15087fi
15088rm -f core conftest.err conftest.$ac_objext \
15089 conftest$ac_exeext conftest.$ac_ext
15090 CPPFLAGS="$am_save_CPPFLAGS"
15091 LIBS="$am_save_LIBS"
15092 if test "$am_cv_func_iconv" = "yes"; then
15093 break
15094 fi
15095 done
15096 fi
15097
5ba684e2 15098 if test "$am_cv_func_iconv" != yes; then
cfe101c6 15099 am_save_CPPFLAGS="$CPPFLAGS"
5ba684e2 15100 am_save_LIBS="$LIBS"
5d762de0 15101 CPPFLAGS="$CPPFLAGS $INCICONV"
5ba684e2 15102 LIBS="$LIBS $LIBICONV"
81ecdfbb 15103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
15104/* end confdefs.h. */
15105#include <stdlib.h>
15106#include <iconv.h>
15107int
15108main ()
15109{
15110iconv_t cd = iconv_open("","");
15111 iconv(cd,NULL,NULL,NULL,NULL);
15112 iconv_close(cd);
15113 ;
15114 return 0;
15115}
15116_ACEOF
81ecdfbb 15117if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
15118 am_cv_lib_iconv=yes
15119 am_cv_func_iconv=yes
5ba684e2 15120fi
81ecdfbb
RW
15121rm -f core conftest.err conftest.$ac_objext \
15122 conftest$ac_exeext conftest.$ac_ext
cfe101c6 15123 CPPFLAGS="$am_save_CPPFLAGS"
5ba684e2
NC
15124 LIBS="$am_save_LIBS"
15125 fi
15126
15127fi
81ecdfbb
RW
15128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
15129$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
15130 if test "$am_cv_func_iconv" = yes; then
15131
81ecdfbb 15132$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
15133
15134 fi
15135 if test "$am_cv_lib_iconv" = yes; then
cfe101c6
YS
15136
15137 for element in $INCICONV; do
15138 haveit=
15139 for x in $CPPFLAGS; do
15140
15141 acl_save_prefix="$prefix"
15142 prefix="$acl_final_prefix"
15143 acl_save_exec_prefix="$exec_prefix"
15144 exec_prefix="$acl_final_exec_prefix"
15145 eval x=\"$x\"
15146 exec_prefix="$acl_save_exec_prefix"
15147 prefix="$acl_save_prefix"
15148
15149 if test "X$x" = "X$element"; then
15150 haveit=yes
15151 break
15152 fi
15153 done
15154 if test -z "$haveit"; then
15155 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
15156 fi
15157 done
15158
81ecdfbb
RW
15159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
15160$as_echo_n "checking how to link with libiconv... " >&6; }
15161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
15162$as_echo "$LIBICONV" >&6; }
5ba684e2 15163 else
5ba684e2
NC
15164 LIBICONV=
15165 LTLIBICONV=
15166 fi
15167
15168
15169
15170 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
15171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
15172$as_echo_n "checking for iconv declaration... " >&6; }
d0ac1c44 15173 if ${am_cv_proto_iconv+:} false; then :
81ecdfbb 15174 $as_echo_n "(cached) " >&6
5ba684e2
NC
15175else
15176
81ecdfbb 15177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
15178/* end confdefs.h. */
15179
15180#include <stdlib.h>
15181#include <iconv.h>
15182extern
15183#ifdef __cplusplus
15184"C"
15185#endif
15186#if defined(__STDC__) || defined(__cplusplus)
15187size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15188#else
15189size_t iconv();
15190#endif
15191
15192int
15193main ()
15194{
15195
15196 ;
15197 return 0;
15198}
15199_ACEOF
81ecdfbb 15200if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
15201 am_cv_proto_iconv_arg1=""
15202else
81ecdfbb 15203 am_cv_proto_iconv_arg1="const"
5ba684e2 15204fi
81ecdfbb 15205rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
15206 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);"
15207fi
15208
15209 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 15210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 15211 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
15212$as_echo "${ac_t:-
15213 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
15214
15215cat >>confdefs.h <<_ACEOF
15216#define ICONV_CONST $am_cv_proto_iconv_arg1
15217_ACEOF
15218
15219 fi
15220
15221
252b5132 15222all_targets=false
252b5132
RH
15223BUILD_SRCONV=
15224BUILD_DLLTOOL=
15225DLLTOOL_DEFS=
7aad4c3d 15226DLLTOOL_DEFAULT=
252b5132 15227BUILD_WINDRES=
692ed3e7 15228BUILD_WINDMC=
252b5132
RH
15229BUILD_DLLWRAP=
15230BUILD_MISC=
1d97d67f 15231BUILD_INSTALL_MISC=
8b1e6df3 15232OBJDUMP_DEFS=
6abcee90
TG
15233OBJDUMP_PRIVATE_VECTORS=
15234OBJDUMP_PRIVATE_OFILES=
15235od_vectors=
252b5132
RH
15236
15237for targ in $target $canon_targets
15238do
15239 if test "x$targ" = "xall"; then
15240 all_targets=true
252b5132 15241 BUILD_SRCONV='$(SRCONV_PROG)'
1d97d67f 15242 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
15243 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15244 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15245 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15246 if test -z "$DLLTOOL_DEFAULT"; then
15247 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15248 fi
15249 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15250 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
1ab52cbe 15251 od_vectors="$od_vectors objdump_private_desc_xcoff"
252b5132 15252 else
252b5132
RH
15253 case $targ in
15254 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
15255 esac
6abcee90 15256
252b5132 15257 case $targ in
361dff73 15258 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 15259 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15260 if test -z "$DLLTOOL_DEFAULT"; then
15261 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
15262 fi
7148cc28
NC
15263 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
15264 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15265 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
15266 ;;
15267 arm-*-pe*)
252b5132 15268 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15269 if test -z "$DLLTOOL_DEFAULT"; then
15270 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
15271 fi
252b5132
RH
15272 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
15273 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15274 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15275 ;;
ee36d918 15276 x86_64-*-mingw* | x86_64-*-cygwin*)
99ad8390 15277 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15278 if test -z "$DLLTOOL_DEFAULT"; then
15279 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
15280 fi
99ad8390
NC
15281 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
15282 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15283 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
15284 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15285 ;;
80c7c40a 15286 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 15287 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15288 if test -z "$DLLTOOL_DEFAULT"; then
15289 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15290 fi
252b5132
RH
15291 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15292 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15293 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 15294 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 15295 ;;
80c7c40a 15296 i[3-7]86-*-interix)
7a7b06ef 15297 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
15298 if test -z "$DLLTOOL_DEFAULT"; then
15299 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15300 fi
7a7b06ef
ILT
15301 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15302 ;;
f0660b73
NC
15303 powerpc*-aix5.[01])
15304 ;;
e5231592 15305 powerpc*-aix[5-9].*)
f0660b73
NC
15306 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
15307 ;;
59678365 15308 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1ab52cbe
AM
15309 case "$BUILD_INSTALL_MISC" in
15310 *embedspu*) ;;
15311 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
15312 esac
669a9a2a 15313 ;;
e1d5b1e7 15314 sh*-*-pe)
8a0e0f38 15315 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15316 if test -z "$DLLTOOL_DEFAULT"; then
15317 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
15318 fi
8a0e0f38
NC
15319 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
15320 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15321 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 15322 ;;
cd14b966 15323 spu-*-*)
1d97d67f 15324 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 15325 ;;
e1d5b1e7 15326 mips*-*-pe)
8a0e0f38 15327 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15328 if test -z "$DLLTOOL_DEFAULT"; then
15329 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
15330 fi
8a0e0f38
NC
15331 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
15332 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15333 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15334 ;;
27a710e5 15335 mcore-*-pe)
661016bb 15336 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15337 if test -z "$DLLTOOL_DEFAULT"; then
15338 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
15339 fi
661016bb
NC
15340 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
15341 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15342 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15343 ;;
27a710e5 15344 mcore-*-elf)
661016bb 15345 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15346 if test -z "$DLLTOOL_DEFAULT"; then
15347 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
15348 fi
661016bb 15349 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 15350 ;;
15ab5209
DB
15351 mep-*)
15352 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
15353 ;;
252b5132 15354 esac
6abcee90
TG
15355
15356 # Add objdump private vectors.
15357 case $targ in
6d0cfb9c
DC
15358 avr-*-*)
15359 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
15360 ;;
52fe4420 15361 powerpc*-*-aix* | rs6000-*-aix*)
c5012cd8
TG
15362 od_vectors="$od_vectors objdump_private_desc_xcoff"
15363 ;;
15364 *-*-darwin*)
15365 od_vectors="$od_vectors objdump_private_desc_mach_o"
6abcee90
TG
15366 ;;
15367 esac
252b5132
RH
15368 fi
15369done
15370
6abcee90
TG
15371# Uniq objdump private vector, build objdump target ofiles.
15372od_files=
15373f=""
15374for i in $od_vectors ; do
15375 case " $f " in
15376 *" $i "*) ;;
15377 *)
15378 f="$f $i"
15379 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
15380 case $i in
6d0cfb9c
DC
15381 objdump_private_desc_elf32_avr)
15382 od_files="$od_files od-elf32_avr" ;;
6abcee90
TG
15383 objdump_private_desc_xcoff)
15384 od_files="$od_files od-xcoff" ;;
c5012cd8
TG
15385 objdump_private_desc_mach_o)
15386 od_files="$od_files od-macho" ;;
d0ac1c44 15387 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
6abcee90
TG
15388 esac
15389 ;;
15390 esac
15391done
15392
15393# Uniq objdump target ofiles
15394f=""
15395for i in $od_files ; do
15396 case " $f " in
15397 *" $i "*) ;;
15398 *)
15399 f="$f $i"
15400 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
15401 ;;
15402 esac
15403done
15404
7aad4c3d
L
15405DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
15406
42ecbf5e
DJ
15407if test "${with_windres+set}" = set; then
15408 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15409fi
15410
692ed3e7
NC
15411if test "${with_windmc+set}" = set; then
15412 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15413fi
15414
6abcee90
TG
15415OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
15416
15417
692ed3e7 15418
42ecbf5e
DJ
15419
15420
15421
15422
15423
15424
15425
15426
15427
15428
42ecbf5e
DJ
15429cat >>confdefs.h <<_ACEOF
15430#define TARGET "${target}"
15431_ACEOF
15432
15433
15434targ=$target
15435. $srcdir/../bfd/config.bfd
15436if test "x$targ_underscore" = "xyes"; then
15437 UNDERSCORE=1
15438else
15439 UNDERSCORE=0
15440fi
15441
15442cat >>confdefs.h <<_ACEOF
15443#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
15444_ACEOF
15445
15446
15447# Emulation
52fbfb5d
AM
15448targ=$target
15449. ${srcdir}/configure.tgt
15450EMULATION=$targ_emul
15451EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
15452
15453
15454
15455
108a6f8e
CD
15456# Required for html and install-html
15457
15458
15459
15460
31dd3154 15461
81ecdfbb 15462ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 15463
42ecbf5e
DJ
15464cat >confcache <<\_ACEOF
15465# This file is a shell script that caches the results of configure
15466# tests run on this system so they can be shared between configure
15467# scripts and configure runs, see configure's option --config-cache.
15468# It is not useful on other systems. If it contains results you don't
15469# want to keep, you may remove or edit it.
15470#
15471# config.status only pays attention to the cache file if you give it
15472# the --recheck option to rerun configure.
15473#
15474# `ac_cv_env_foo' variables (set or unset) will be overridden when
15475# loading this file, other *unset* `ac_cv_foo' will be assigned the
15476# following values.
15477
15478_ACEOF
15479
15480# The following way of writing the cache mishandles newlines in values,
15481# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15482# So, we kill variables containing newlines.
42ecbf5e
DJ
15483# Ultrix sh set writes to stderr and can't be redirected directly,
15484# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15485(
15486 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15487 eval ac_val=\$$ac_var
15488 case $ac_val in #(
15489 *${as_nl}*)
15490 case $ac_var in #(
15491 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15492$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15493 esac
15494 case $ac_var in #(
15495 _ | IFS | as_nl) ;; #(
15496 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15497 *) { eval $ac_var=; unset $ac_var;} ;;
15498 esac ;;
15499 esac
15500 done
15501
42ecbf5e 15502 (set) 2>&1 |
81ecdfbb
RW
15503 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15504 *${as_nl}ac_space=\ *)
15505 # `set' does not quote correctly, so add quotes: double-quote
15506 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
15507 sed -n \
15508 "s/'/'\\\\''/g;
15509 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15510 ;; #(
42ecbf5e
DJ
15511 *)
15512 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15513 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 15514 ;;
81ecdfbb
RW
15515 esac |
15516 sort
15517) |
42ecbf5e 15518 sed '
81ecdfbb 15519 /^ac_cv_env_/b end
42ecbf5e 15520 t clear
81ecdfbb 15521 :clear
42ecbf5e
DJ
15522 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15523 t end
81ecdfbb
RW
15524 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15525 :end' >>confcache
15526if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15527 if test -w "$cache_file"; then
d0ac1c44 15528 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
15529 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15530$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
15531 if test ! -f "$cache_file" || test -h "$cache_file"; then
15532 cat confcache >"$cache_file"
15533 else
15534 case $cache_file in #(
15535 */* | ?:*)
15536 mv -f confcache "$cache_file"$$ &&
15537 mv -f "$cache_file"$$ "$cache_file" ;; #(
15538 *)
15539 mv -f confcache "$cache_file" ;;
15540 esac
15541 fi
15542 fi
42ecbf5e 15543 else
81ecdfbb
RW
15544 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15545$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
15546 fi
15547fi
15548rm -f confcache
15549
15550test "x$prefix" = xNONE && prefix=$ac_default_prefix
15551# Let make expand exec_prefix.
15552test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15553
42ecbf5e
DJ
15554DEFS=-DHAVE_CONFIG_H
15555
15556ac_libobjs=
15557ac_ltlibobjs=
d0ac1c44 15558U=
42ecbf5e
DJ
15559for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15560 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15561 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15562 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15563 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15564 # will be set to the directory where LIBOBJS objects are built.
15565 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15566 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
15567done
15568LIBOBJS=$ac_libobjs
15569
15570LTLIBOBJS=$ac_ltlibobjs
15571
15572
d0ac1c44
SM
15573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15574$as_echo_n "checking that generated files are newer than configure... " >&6; }
15575 if test -n "$am_sleep_pid"; then
15576 # Hide warnings about reused PIDs.
15577 wait $am_sleep_pid 2>/dev/null
15578 fi
15579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15580$as_echo "done" >&6; }
42ecbf5e 15581if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
d0ac1c44 15582 as_fn_error $? "conditional \"AMDEP\" was never defined.
81ecdfbb 15583Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
15584fi
15585if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
d0ac1c44 15586 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
81ecdfbb
RW
15587Usually this means the macro was only invoked conditionally." "$LINENO" 5
15588fi
15589 if test -n "$EXEEXT"; then
15590 am__EXEEXT_TRUE=
15591 am__EXEEXT_FALSE='#'
15592else
15593 am__EXEEXT_TRUE='#'
15594 am__EXEEXT_FALSE=
42ecbf5e 15595fi
81ecdfbb 15596
094e34f2
NA
15597if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
15598 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
15599Usually this means the macro was only invoked conditionally." "$LINENO" 5
15600fi
42ecbf5e 15601if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 15602 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 15603Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 15604fi
d5fbea21 15605if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 15606 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 15607Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 15608fi
42ecbf5e 15609
d0ac1c44 15610: "${CONFIG_STATUS=./config.status}"
81ecdfbb 15611ac_write_fail=0
42ecbf5e
DJ
15612ac_clean_files_save=$ac_clean_files
15613ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15614{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15615$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15616as_write_fail=0
15617cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
15618#! $SHELL
15619# Generated by $as_me.
15620# Run this file to recreate the current configuration.
15621# Compiler output produced by configure, useful for debugging
15622# configure, is in config.log if it exists.
15623
15624debug=false
15625ac_cs_recheck=false
15626ac_cs_silent=false
252b5132 15627
81ecdfbb
RW
15628SHELL=\${CONFIG_SHELL-$SHELL}
15629export SHELL
15630_ASEOF
15631cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15632## -------------------- ##
15633## M4sh Initialization. ##
15634## -------------------- ##
252b5132 15635
81ecdfbb
RW
15636# Be more Bourne compatible
15637DUALCASE=1; export DUALCASE # for MKS sh
15638if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
15639 emulate sh
15640 NULLCMD=:
81ecdfbb 15641 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
15642 # is contrary to our usage. Disable this feature.
15643 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15644 setopt NO_GLOB_SUBST
15645else
15646 case `(set -o) 2>/dev/null` in #(
15647 *posix*) :
15648 set -o posix ;; #(
15649 *) :
15650 ;;
15651esac
42ecbf5e 15652fi
252b5132 15653
81ecdfbb
RW
15654
15655as_nl='
15656'
15657export as_nl
15658# Printing a long string crashes Solaris 7 /usr/bin/printf.
15659as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15660as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15661as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15662# Prefer a ksh shell builtin over an external printf program on Solaris,
15663# but without wasting forks for bash or zsh.
15664if test -z "$BASH_VERSION$ZSH_VERSION" \
15665 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15666 as_echo='print -r --'
15667 as_echo_n='print -rn --'
15668elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15669 as_echo='printf %s\n'
15670 as_echo_n='printf %s'
15671else
15672 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15673 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15674 as_echo_n='/usr/ucb/echo -n'
15675 else
15676 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15677 as_echo_n_body='eval
15678 arg=$1;
15679 case $arg in #(
15680 *"$as_nl"*)
15681 expr "X$arg" : "X\\(.*\\)$as_nl";
15682 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15683 esac;
15684 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15685 '
15686 export as_echo_n_body
15687 as_echo_n='sh -c $as_echo_n_body as_echo'
15688 fi
15689 export as_echo_body
15690 as_echo='sh -c $as_echo_body as_echo'
15691fi
15692
15693# The user is always right.
15694if test "${PATH_SEPARATOR+set}" != set; then
15695 PATH_SEPARATOR=:
15696 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15697 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15698 PATH_SEPARATOR=';'
15699 }
42ecbf5e 15700fi
252b5132
RH
15701
15702
81ecdfbb
RW
15703# IFS
15704# We need space, tab and new line, in precisely that order. Quoting is
15705# there to prevent editors from complaining about space-tab.
15706# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15707# splitting by setting IFS to empty value.)
15708IFS=" "" $as_nl"
15709
15710# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 15711as_myself=
81ecdfbb
RW
15712case $0 in #((
15713 *[\\/]* ) as_myself=$0 ;;
15714 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15715for as_dir in $PATH
15716do
15717 IFS=$as_save_IFS
15718 test -z "$as_dir" && as_dir=.
15719 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15720 done
15721IFS=$as_save_IFS
15722
15723 ;;
15724esac
15725# We did not find ourselves, most probably we were run as `sh COMMAND'
15726# in which case we are not to be found in the path.
15727if test "x$as_myself" = x; then
15728 as_myself=$0
15729fi
15730if test ! -f "$as_myself"; then
15731 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15732 exit 1
15733fi
15734
15735# Unset variables that we do not need and which cause bugs (e.g. in
15736# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15737# suppresses any "Segmentation fault" message there. '((' could
15738# trigger a bug in pdksh 5.2.14.
15739for as_var in BASH_ENV ENV MAIL MAILPATH
15740do eval test x\${$as_var+set} = xset \
15741 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15742done
42ecbf5e
DJ
15743PS1='$ '
15744PS2='> '
15745PS4='+ '
252b5132 15746
42ecbf5e 15747# NLS nuisances.
81ecdfbb
RW
15748LC_ALL=C
15749export LC_ALL
15750LANGUAGE=C
15751export LANGUAGE
15752
15753# CDPATH.
15754(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15755
15756
d0ac1c44
SM
15757# as_fn_error STATUS ERROR [LINENO LOG_FD]
15758# ----------------------------------------
81ecdfbb
RW
15759# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15760# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 15761# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
15762as_fn_error ()
15763{
d0ac1c44
SM
15764 as_status=$1; test $as_status -eq 0 && as_status=1
15765 if test "$4"; then
15766 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15767 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
42ecbf5e 15768 fi
d0ac1c44 15769 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
15770 as_fn_exit $as_status
15771} # as_fn_error
15772
15773
15774# as_fn_set_status STATUS
15775# -----------------------
15776# Set $? to STATUS, without forking.
15777as_fn_set_status ()
15778{
15779 return $1
15780} # as_fn_set_status
15781
15782# as_fn_exit STATUS
15783# -----------------
15784# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15785as_fn_exit ()
15786{
15787 set +e
15788 as_fn_set_status $1
15789 exit $1
15790} # as_fn_exit
15791
15792# as_fn_unset VAR
15793# ---------------
15794# Portably unset VAR.
15795as_fn_unset ()
15796{
15797 { eval $1=; unset $1;}
15798}
15799as_unset=as_fn_unset
15800# as_fn_append VAR VALUE
15801# ----------------------
15802# Append the text in VALUE to the end of the definition contained in VAR. Take
15803# advantage of any shell optimizations that allow amortized linear growth over
15804# repeated appends, instead of the typical quadratic growth present in naive
15805# implementations.
15806if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15807 eval 'as_fn_append ()
15808 {
15809 eval $1+=\$2
15810 }'
15811else
15812 as_fn_append ()
15813 {
15814 eval $1=\$$1\$2
15815 }
15816fi # as_fn_append
15817
15818# as_fn_arith ARG...
15819# ------------------
15820# Perform arithmetic evaluation on the ARGs, and store the result in the
15821# global $as_val. Take advantage of shells that can avoid forks. The arguments
15822# must be portable across $(()) and expr.
15823if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15824 eval 'as_fn_arith ()
15825 {
15826 as_val=$(( $* ))
15827 }'
15828else
15829 as_fn_arith ()
15830 {
15831 as_val=`expr "$@" || test $? -eq 1`
15832 }
15833fi # as_fn_arith
15834
252b5132 15835
81ecdfbb
RW
15836if expr a : '\(a\)' >/dev/null 2>&1 &&
15837 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
15838 as_expr=expr
15839else
15840 as_expr=false
15841fi
252b5132 15842
81ecdfbb 15843if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
15844 as_basename=basename
15845else
15846 as_basename=false
15847fi
252b5132 15848
81ecdfbb
RW
15849if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15850 as_dirname=dirname
15851else
15852 as_dirname=false
15853fi
8b1e6df3 15854
81ecdfbb 15855as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
15856$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15857 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15858 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15859$as_echo X/"$0" |
15860 sed '/^.*\/\([^/][^/]*\)\/*$/{
15861 s//\1/
15862 q
15863 }
15864 /^X\/\(\/\/\)$/{
15865 s//\1/
15866 q
15867 }
15868 /^X\/\(\/\).*/{
15869 s//\1/
15870 q
15871 }
15872 s/.*/./; q'`
0218d1e4 15873
42ecbf5e
DJ
15874# Avoid depending upon Character Ranges.
15875as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15876as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15877as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15878as_cr_digits='0123456789'
15879as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 15880
81ecdfbb
RW
15881ECHO_C= ECHO_N= ECHO_T=
15882case `echo -n x` in #(((((
15883-n*)
15884 case `echo 'xy\c'` in
15885 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15886 xy) ECHO_C='\c';;
15887 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15888 ECHO_T=' ';;
15889 esac;;
15890*)
15891 ECHO_N='-n';;
42ecbf5e 15892esac
eb1e0e80 15893
81ecdfbb
RW
15894rm -f conf$$ conf$$.exe conf$$.file
15895if test -d conf$$.dir; then
15896 rm -f conf$$.dir/conf$$.file
d15b04bd 15897else
81ecdfbb
RW
15898 rm -f conf$$.dir
15899 mkdir conf$$.dir 2>/dev/null
42ecbf5e 15900fi
81ecdfbb
RW
15901if (echo >conf$$.file) 2>/dev/null; then
15902 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 15903 as_ln_s='ln -s'
81ecdfbb
RW
15904 # ... but there are two gotchas:
15905 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15906 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 15907 # In both cases, we have to default to `cp -pR'.
81ecdfbb 15908 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 15909 as_ln_s='cp -pR'
81ecdfbb
RW
15910 elif ln conf$$.file conf$$ 2>/dev/null; then
15911 as_ln_s=ln
15912 else
d0ac1c44 15913 as_ln_s='cp -pR'
252b5132 15914 fi
42ecbf5e 15915else
d0ac1c44 15916 as_ln_s='cp -pR'
252b5132 15917fi
81ecdfbb
RW
15918rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15919rmdir conf$$.dir 2>/dev/null
15920
15921
15922# as_fn_mkdir_p
15923# -------------
15924# Create "$as_dir" as a directory, including parents if necessary.
15925as_fn_mkdir_p ()
15926{
15927
15928 case $as_dir in #(
15929 -*) as_dir=./$as_dir;;
15930 esac
15931 test -d "$as_dir" || eval $as_mkdir_p || {
15932 as_dirs=
15933 while :; do
15934 case $as_dir in #(
15935 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15936 *) as_qdir=$as_dir;;
15937 esac
15938 as_dirs="'$as_qdir' $as_dirs"
15939 as_dir=`$as_dirname -- "$as_dir" ||
15940$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15941 X"$as_dir" : 'X\(//\)[^/]' \| \
15942 X"$as_dir" : 'X\(//\)$' \| \
15943 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15944$as_echo X"$as_dir" |
15945 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15946 s//\1/
15947 q
15948 }
15949 /^X\(\/\/\)[^/].*/{
15950 s//\1/
15951 q
15952 }
15953 /^X\(\/\/\)$/{
15954 s//\1/
15955 q
15956 }
15957 /^X\(\/\).*/{
15958 s//\1/
15959 q
15960 }
15961 s/.*/./; q'`
15962 test -d "$as_dir" && break
15963 done
15964 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 15965 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 15966
252b5132 15967
81ecdfbb 15968} # as_fn_mkdir_p
42ecbf5e 15969if mkdir -p . 2>/dev/null; then
81ecdfbb 15970 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
15971else
15972 test -d ./-p && rmdir ./-p
15973 as_mkdir_p=false
15974fi
81ecdfbb 15975
d0ac1c44
SM
15976
15977# as_fn_executable_p FILE
15978# -----------------------
15979# Test if FILE is an executable regular file.
15980as_fn_executable_p ()
15981{
15982 test -f "$1" && test -x "$1"
15983} # as_fn_executable_p
15984as_test_x='test -x'
15985as_executable_p=as_fn_executable_p
252b5132 15986
42ecbf5e
DJ
15987# Sed expression to map a string onto a valid CPP name.
15988as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15989
15990# Sed expression to map a string onto a valid variable name.
15991as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15992
15993
42ecbf5e 15994exec 6>&1
81ecdfbb
RW
15995## ----------------------------------- ##
15996## Main body of $CONFIG_STATUS script. ##
15997## ----------------------------------- ##
15998_ASEOF
15999test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 16000
81ecdfbb
RW
16001cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16002# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 16003# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
16004# values after options handling.
16005ac_log="
b19d852d 16006This file was extended by binutils $as_me 2.35.50, which was
d0ac1c44 16007generated by GNU Autoconf 2.69. Invocation command line was
42ecbf5e
DJ
16008
16009 CONFIG_FILES = $CONFIG_FILES
16010 CONFIG_HEADERS = $CONFIG_HEADERS
16011 CONFIG_LINKS = $CONFIG_LINKS
16012 CONFIG_COMMANDS = $CONFIG_COMMANDS
16013 $ $0 $@
16014
81ecdfbb
RW
16015on `(hostname || uname -n) 2>/dev/null | sed 1q`
16016"
16017
42ecbf5e
DJ
16018_ACEOF
16019
81ecdfbb
RW
16020case $ac_config_files in *"
16021"*) set x $ac_config_files; shift; ac_config_files=$*;;
16022esac
252b5132 16023
81ecdfbb
RW
16024case $ac_config_headers in *"
16025"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16026esac
e5a52504
MM
16027
16028
81ecdfbb
RW
16029cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16030# Files that config.status was made for.
16031config_files="$ac_config_files"
16032config_headers="$ac_config_headers"
16033config_commands="$ac_config_commands"
d15b04bd 16034
81ecdfbb 16035_ACEOF
42ecbf5e 16036
81ecdfbb 16037cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 16038ac_cs_usage="\
81ecdfbb
RW
16039\`$as_me' instantiates files and other configuration actions
16040from templates according to the current configuration. Unless the files
16041and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 16042
81ecdfbb 16043Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
16044
16045 -h, --help print this help, then exit
81ecdfbb 16046 -V, --version print version number and configuration settings, then exit
d0ac1c44 16047 --config print configuration, then exit
81ecdfbb
RW
16048 -q, --quiet, --silent
16049 do not print progress messages
42ecbf5e
DJ
16050 -d, --debug don't remove temporary files
16051 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
16052 --file=FILE[:TEMPLATE]
16053 instantiate the configuration file FILE
16054 --header=FILE[:TEMPLATE]
16055 instantiate the configuration header FILE
42ecbf5e
DJ
16056
16057Configuration files:
16058$config_files
16059
16060Configuration headers:
16061$config_headers
16062
16063Configuration commands:
16064$config_commands
16065
81ecdfbb 16066Report bugs to the package provider."
42ecbf5e 16067
81ecdfbb
RW
16068_ACEOF
16069cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 16070ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42ecbf5e 16071ac_cs_version="\\
b19d852d 16072binutils config.status 2.35.50
d0ac1c44
SM
16073configured by $0, generated by GNU Autoconf 2.69,
16074 with options \\"\$ac_cs_config\\"
42ecbf5e 16075
d0ac1c44 16076Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
16077This config.status script is free software; the Free Software Foundation
16078gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
16079
16080ac_pwd='$ac_pwd'
16081srcdir='$srcdir'
16082INSTALL='$INSTALL'
16083MKDIR_P='$MKDIR_P'
16084AWK='$AWK'
16085test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
16086_ACEOF
16087
81ecdfbb
RW
16088cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16089# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
16090ac_need_defaults=:
16091while test $# != 0
16092do
16093 case $1 in
d0ac1c44 16094 --*=?*)
81ecdfbb
RW
16095 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16096 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
16097 ac_shift=:
16098 ;;
d0ac1c44
SM
16099 --*=)
16100 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16101 ac_optarg=
16102 ac_shift=:
16103 ;;
81ecdfbb 16104 *)
42ecbf5e
DJ
16105 ac_option=$1
16106 ac_optarg=$2
16107 ac_shift=shift
16108 ;;
42ecbf5e
DJ
16109 esac
16110
16111 case $ac_option in
16112 # Handling of the options.
42ecbf5e
DJ
16113 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16114 ac_cs_recheck=: ;;
81ecdfbb
RW
16115 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16116 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
16117 --config | --confi | --conf | --con | --co | --c )
16118 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 16119 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
16120 debug=: ;;
16121 --file | --fil | --fi | --f )
16122 $ac_shift
81ecdfbb
RW
16123 case $ac_optarg in
16124 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 16125 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
16126 esac
16127 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
16128 ac_need_defaults=false;;
16129 --header | --heade | --head | --hea )
16130 $ac_shift
81ecdfbb
RW
16131 case $ac_optarg in
16132 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16133 esac
16134 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 16135 ac_need_defaults=false;;
81ecdfbb
RW
16136 --he | --h)
16137 # Conflict between --help and --header
d0ac1c44 16138 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
16139Try \`$0 --help' for more information.";;
16140 --help | --hel | -h )
16141 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
16142 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16143 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16144 ac_cs_silent=: ;;
16145
16146 # This is an error.
d0ac1c44 16147 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 16148Try \`$0 --help' for more information." ;;
42ecbf5e 16149
81ecdfbb
RW
16150 *) as_fn_append ac_config_targets " $1"
16151 ac_need_defaults=false ;;
42ecbf5e
DJ
16152
16153 esac
16154 shift
16155done
16156
16157ac_configure_extra_args=
16158
16159if $ac_cs_silent; then
16160 exec 6>/dev/null
16161 ac_configure_extra_args="$ac_configure_extra_args --silent"
16162fi
16163
16164_ACEOF
81ecdfbb 16165cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 16166if \$ac_cs_recheck; then
d0ac1c44 16167 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
16168 shift
16169 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16170 CONFIG_SHELL='$SHELL'
16171 export CONFIG_SHELL
16172 exec "\$@"
42ecbf5e
DJ
16173fi
16174
16175_ACEOF
81ecdfbb
RW
16176cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16177exec 5>>config.log
16178{
16179 echo
16180 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16181## Running $as_me. ##
16182_ASBOX
16183 $as_echo "$ac_log"
16184} >&5
42ecbf5e 16185
81ecdfbb
RW
16186_ACEOF
16187cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 16188#
81ecdfbb 16189# INIT-COMMANDS
d15b04bd 16190#
42ecbf5e 16191AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
16192
16193
16194# The HP-UX ksh and POSIX shell print the target directory to stdout
16195# if CDPATH is set.
16196(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16197
16198sed_quote_subst='$sed_quote_subst'
16199double_quote_subst='$double_quote_subst'
16200delay_variable_subst='$delay_variable_subst'
3725885a
RW
16201macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16202macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16203enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16204enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16205pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16206enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16207SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16208ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16209host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16210host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16211host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16212build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16213build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16214build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16215SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16216Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16217GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16218EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16219FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16220LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16221NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16222LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16223max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16224ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16225exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16226lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16227lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16228lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16229reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16230reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16231OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16232deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16233file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16234AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16235AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16236STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16237RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16238old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16239old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16240old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16241lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16242CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16243CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16244compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16245GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16246lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16247lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16248lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16249lt_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"`'
16250objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16251MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16252lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 16253lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 16254lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
16255lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16256lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16257need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16258DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16259NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16260LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16261OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16262OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16263libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16264shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16265extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16266archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16267enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16268export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16269whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16270compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16271old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16272old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16273archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16274archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16275module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16276module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16277with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16278allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16279no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16280hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16281hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16282hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16283hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16284hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16285hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16286hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16287hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16288inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16289link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 16290fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
16291always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16292export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16293exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16294include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16295prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16296file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16297variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16298need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16299need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16300version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16301runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16302shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16303shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16304libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16305library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16306soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16307install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16308postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16309postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16310finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16311finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16312hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16313sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16314sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16315hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16316enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16317enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16318enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16319old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16320striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
16321
16322LTCC='$LTCC'
16323LTCFLAGS='$LTCFLAGS'
16324compiler='$compiler_DEFAULT'
16325
3725885a
RW
16326# A function that is used when there is no print builtin or printf.
16327func_fallback_echo ()
16328{
16329 eval 'cat <<_LTECHO_EOF
16330\$1
16331_LTECHO_EOF'
16332}
16333
d7040cdb 16334# Quote evaled strings.
3725885a
RW
16335for var in SHELL \
16336ECHO \
16337SED \
d7040cdb
SE
16338GREP \
16339EGREP \
16340FGREP \
16341LD \
16342NM \
16343LN_S \
16344lt_SP2NL \
16345lt_NL2SP \
16346reload_flag \
718a6fd8 16347OBJDUMP \
d7040cdb
SE
16348deplibs_check_method \
16349file_magic_cmd \
16350AR \
16351AR_FLAGS \
16352STRIP \
16353RANLIB \
16354CC \
16355CFLAGS \
16356compiler \
16357lt_cv_sys_global_symbol_pipe \
16358lt_cv_sys_global_symbol_to_cdecl \
16359lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 16360lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 16361lt_prog_compiler_no_builtin_flag \
df7b86aa 16362lt_prog_compiler_wl \
f2c621e4 16363lt_prog_compiler_pic \
d7040cdb
SE
16364lt_prog_compiler_static \
16365lt_cv_prog_compiler_c_o \
16366need_locks \
718a6fd8
SE
16367DSYMUTIL \
16368NMEDIT \
16369LIPO \
16370OTOOL \
16371OTOOL64 \
d7040cdb
SE
16372shrext_cmds \
16373export_dynamic_flag_spec \
16374whole_archive_flag_spec \
16375compiler_needs_object \
16376with_gnu_ld \
16377allow_undefined_flag \
16378no_undefined_flag \
16379hardcode_libdir_flag_spec \
16380hardcode_libdir_flag_spec_ld \
16381hardcode_libdir_separator \
f2c621e4 16382fix_srcfile_path \
d7040cdb
SE
16383exclude_expsyms \
16384include_expsyms \
16385file_list_spec \
16386variables_saved_for_relink \
16387libname_spec \
16388library_names_spec \
16389soname_spec \
3725885a 16390install_override_mode \
d7040cdb
SE
16391finish_eval \
16392old_striplib \
16393striplib; do
3725885a 16394 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16395 *[\\\\\\\`\\"\\\$]*)
3725885a 16396 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
16397 ;;
16398 *)
16399 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16400 ;;
16401 esac
16402done
16403
16404# Double-quote double-evaled strings.
16405for var in reload_cmds \
16406old_postinstall_cmds \
16407old_postuninstall_cmds \
16408old_archive_cmds \
16409extract_expsyms_cmds \
16410old_archive_from_new_cmds \
16411old_archive_from_expsyms_cmds \
16412archive_cmds \
16413archive_expsym_cmds \
16414module_cmds \
16415module_expsym_cmds \
16416export_symbols_cmds \
16417prelink_cmds \
16418postinstall_cmds \
16419postuninstall_cmds \
16420finish_cmds \
16421sys_lib_search_path_spec \
16422sys_lib_dlsearch_path_spec; do
3725885a 16423 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16424 *[\\\\\\\`\\"\\\$]*)
3725885a 16425 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
16426 ;;
16427 *)
16428 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16429 ;;
16430 esac
16431done
16432
d7040cdb
SE
16433ac_aux_dir='$ac_aux_dir'
16434xsi_shell='$xsi_shell'
16435lt_shell_append='$lt_shell_append'
16436
16437# See if we are running on zsh, and set the options which allow our
16438# commands through without removal of \ escapes INIT.
16439if test -n "\${ZSH_VERSION+set}" ; then
16440 setopt NO_GLOB_SUBST
16441fi
16442
16443
16444 PACKAGE='$PACKAGE'
16445 VERSION='$VERSION'
16446 TIMESTAMP='$TIMESTAMP'
16447 RM='$RM'
16448 ofile='$ofile'
16449
16450
16451
20e95c23
DJ
16452# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16453 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16454 # from automake.
16455 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16456 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16457 LINGUAS="${LINGUAS-%UNSET%}"
16458
42ecbf5e
DJ
16459
16460_ACEOF
16461
81ecdfbb 16462cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 16463
81ecdfbb 16464# Handling of arguments.
42ecbf5e 16465for ac_config_target in $ac_config_targets
252b5132 16466do
81ecdfbb
RW
16467 case $ac_config_target in
16468 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16469 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16470 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16471 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16472 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16473 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16474 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16475
d0ac1c44 16476 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 16477 esac
252b5132
RH
16478done
16479
81ecdfbb 16480
42ecbf5e
DJ
16481# If the user did not use the arguments to specify the items to instantiate,
16482# then the envvar interface is used. Set only those that are not.
16483# We use the long form for the default assignment because of an extremely
16484# bizarre bug on SunOS 4.1.3.
16485if $ac_need_defaults; then
16486 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16487 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16488 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16489fi
16490
16491# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 16492# simply because there is no reason against having it here, and in addition,
42ecbf5e 16493# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
16494# Hook for its removal unless debugging.
16495# Note that there is a small window in which the directory will not be cleaned:
16496# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
16497$debug ||
16498{
d0ac1c44 16499 tmp= ac_tmp=
81ecdfbb 16500 trap 'exit_status=$?
d0ac1c44
SM
16501 : "${ac_tmp:=$tmp}"
16502 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
16503' 0
16504 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 16505}
42ecbf5e 16506# Create a (secure) tmp directory for tmp files.
e5a52504 16507
42ecbf5e 16508{
81ecdfbb 16509 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 16510 test -d "$tmp"
42ecbf5e
DJ
16511} ||
16512{
81ecdfbb
RW
16513 tmp=./conf$$-$RANDOM
16514 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
16515} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16516ac_tmp=$tmp
81ecdfbb
RW
16517
16518# Set up the scripts for CONFIG_FILES section.
16519# No need to generate them if there are no CONFIG_FILES.
16520# This happens for instance with `./config.status config.h'.
16521if test -n "$CONFIG_FILES"; then
16522
16523
16524ac_cr=`echo X | tr X '\015'`
16525# On cygwin, bash can eat \r inside `` if the user requested igncr.
16526# But we know of no other shell where ac_cr would be empty at this
16527# point, so we can use a bashism as a fallback.
16528if test "x$ac_cr" = x; then
16529 eval ac_cr=\$\'\\r\'
16530fi
16531ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16532if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 16533 ac_cs_awk_cr='\\r'
81ecdfbb
RW
16534else
16535 ac_cs_awk_cr=$ac_cr
16536fi
16537
d0ac1c44 16538echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
16539_ACEOF
16540
16541
16542{
16543 echo "cat >conf$$subs.awk <<_ACEOF" &&
16544 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16545 echo "_ACEOF"
16546} >conf$$subs.sh ||
d0ac1c44
SM
16547 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16548ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
16549ac_delim='%!_!# '
16550for ac_last_try in false false false false false :; do
16551 . ./conf$$subs.sh ||
d0ac1c44 16552 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16553
16554 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16555 if test $ac_delim_n = $ac_delim_num; then
16556 break
16557 elif $ac_last_try; then
d0ac1c44 16558 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16559 else
16560 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16561 fi
16562done
16563rm -f conf$$subs.sh
16564
16565cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 16566cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
16567_ACEOF
16568sed -n '
16569h
16570s/^/S["/; s/!.*/"]=/
16571p
16572g
16573s/^[^!]*!//
16574:repl
16575t repl
16576s/'"$ac_delim"'$//
16577t delim
16578:nl
16579h
d0ac1c44 16580s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16581t more1
16582s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16583p
16584n
16585b repl
16586:more1
16587s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16588p
16589g
16590s/.\{148\}//
16591t nl
16592:delim
16593h
d0ac1c44 16594s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16595t more2
16596s/["\\]/\\&/g; s/^/"/; s/$/"/
16597p
16598b
16599:more2
16600s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16601p
16602g
16603s/.\{148\}//
16604t delim
16605' <conf$$subs.awk | sed '
16606/^[^""]/{
16607 N
16608 s/\n//
16609}
16610' >>$CONFIG_STATUS || ac_write_fail=1
16611rm -f conf$$subs.awk
16612cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16613_ACAWK
d0ac1c44 16614cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
16615 for (key in S) S_is_set[key] = 1
16616 FS = "\a"
16617
16618}
42ecbf5e 16619{
81ecdfbb
RW
16620 line = $ 0
16621 nfields = split(line, field, "@")
16622 substed = 0
16623 len = length(field[1])
16624 for (i = 2; i < nfields; i++) {
16625 key = field[i]
16626 keylen = length(key)
16627 if (S_is_set[key]) {
16628 value = S[key]
16629 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16630 len += length(value) + length(field[++i])
16631 substed = 1
16632 } else
16633 len += 1 + keylen
16634 }
16635
16636 print line
42ecbf5e
DJ
16637}
16638
81ecdfbb
RW
16639_ACAWK
16640_ACEOF
16641cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16642if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16643 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16644else
16645 cat
d0ac1c44
SM
16646fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16647 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
16648_ACEOF
16649
d0ac1c44
SM
16650# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16651# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
16652# trailing colons and then remove the whole line if VPATH becomes empty
16653# (actually we leave an empty line to preserve line numbers).
16654if test "x$srcdir" = x.; then
d0ac1c44
SM
16655 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16656h
16657s///
16658s/^/:/
16659s/[ ]*$/:/
16660s/:\$(srcdir):/:/g
16661s/:\${srcdir}:/:/g
16662s/:@srcdir@:/:/g
16663s/^:*//
81ecdfbb 16664s/:*$//
d0ac1c44
SM
16665x
16666s/\(=[ ]*\).*/\1/
16667G
16668s/\n//
81ecdfbb
RW
16669s/^[^=]*=[ ]*$//
16670}'
16671fi
e5a52504 16672
81ecdfbb
RW
16673cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16674fi # test -n "$CONFIG_FILES"
252b5132 16675
81ecdfbb
RW
16676# Set up the scripts for CONFIG_HEADERS section.
16677# No need to generate them if there are no CONFIG_HEADERS.
16678# This happens for instance with `./config.status Makefile'.
16679if test -n "$CONFIG_HEADERS"; then
d0ac1c44 16680cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb 16681BEGIN {
42ecbf5e
DJ
16682_ACEOF
16683
81ecdfbb
RW
16684# Transform confdefs.h into an awk script `defines.awk', embedded as
16685# here-document in config.status, that substitutes the proper values into
16686# config.h.in to produce config.h.
16687
16688# Create a delimiter string that does not exist in confdefs.h, to ease
16689# handling of long lines.
16690ac_delim='%!_!# '
16691for ac_last_try in false false :; do
d0ac1c44
SM
16692 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16693 if test -z "$ac_tt"; then
81ecdfbb
RW
16694 break
16695 elif $ac_last_try; then
d0ac1c44 16696 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
16697 else
16698 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 16699 fi
81ecdfbb 16700done
252b5132 16701
81ecdfbb
RW
16702# For the awk script, D is an array of macro values keyed by name,
16703# likewise P contains macro parameters if any. Preserve backslash
16704# newline sequences.
16705
16706ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16707sed -n '
16708s/.\{148\}/&'"$ac_delim"'/g
16709t rset
16710:rset
16711s/^[ ]*#[ ]*define[ ][ ]*/ /
16712t def
16713d
16714:def
16715s/\\$//
16716t bsnl
16717s/["\\]/\\&/g
16718s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16719D["\1"]=" \3"/p
16720s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16721d
16722:bsnl
16723s/["\\]/\\&/g
16724s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16725D["\1"]=" \3\\\\\\n"\\/p
16726t cont
16727s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16728t cont
16729d
16730:cont
16731n
16732s/.\{148\}/&'"$ac_delim"'/g
16733t clear
16734:clear
16735s/\\$//
16736t bsnlc
16737s/["\\]/\\&/g; s/^/"/; s/$/"/p
16738d
16739:bsnlc
16740s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16741b cont
16742' <confdefs.h | sed '
16743s/'"$ac_delim"'/"\\\
16744"/g' >>$CONFIG_STATUS || ac_write_fail=1
16745
16746cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16747 for (key in D) D_is_set[key] = 1
16748 FS = "\a"
16749}
16750/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16751 line = \$ 0
16752 split(line, arg, " ")
16753 if (arg[1] == "#") {
16754 defundef = arg[2]
16755 mac1 = arg[3]
16756 } else {
16757 defundef = substr(arg[1], 2)
16758 mac1 = arg[2]
16759 }
16760 split(mac1, mac2, "(") #)
16761 macro = mac2[1]
16762 prefix = substr(line, 1, index(line, defundef) - 1)
16763 if (D_is_set[macro]) {
16764 # Preserve the white space surrounding the "#".
16765 print prefix "define", macro P[macro] D[macro]
16766 next
16767 } else {
16768 # Replace #undef with comments. This is necessary, for example,
16769 # in the case of _POSIX_SOURCE, which is predefined and required
16770 # on some systems where configure will not decide to define it.
16771 if (defundef == "undef") {
16772 print "/*", prefix defundef, macro, "*/"
16773 next
16774 }
16775 }
16776}
16777{ print }
16778_ACAWK
42ecbf5e 16779_ACEOF
81ecdfbb 16780cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 16781 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb
RW
16782fi # test -n "$CONFIG_HEADERS"
16783
16784
16785eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16786shift
16787for ac_tag
16788do
16789 case $ac_tag in
16790 :[FHLC]) ac_mode=$ac_tag; continue;;
16791 esac
16792 case $ac_mode$ac_tag in
16793 :[FHL]*:*);;
d0ac1c44 16794 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
16795 :[FH]-) ac_tag=-:-;;
16796 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16797 esac
16798 ac_save_IFS=$IFS
16799 IFS=:
16800 set x $ac_tag
16801 IFS=$ac_save_IFS
16802 shift
16803 ac_file=$1
16804 shift
16805
16806 case $ac_mode in
16807 :L) ac_source=$1;;
16808 :[FH])
16809 ac_file_inputs=
16810 for ac_f
16811 do
16812 case $ac_f in
d0ac1c44 16813 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
16814 *) # Look for the file first in the build tree, then in the source tree
16815 # (if the path is not absolute). The absolute path cannot be DOS-style,
16816 # because $ac_f cannot contain `:'.
16817 test -f "$ac_f" ||
16818 case $ac_f in
16819 [\\/$]*) false;;
16820 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16821 esac ||
d0ac1c44 16822 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
16823 esac
16824 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16825 as_fn_append ac_file_inputs " '$ac_f'"
16826 done
16827
16828 # Let's still pretend it is `configure' which instantiates (i.e., don't
16829 # use $as_me), people would be surprised to read:
16830 # /* config.h. Generated by config.status. */
16831 configure_input='Generated from '`
16832 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16833 `' by configure.'
16834 if test x"$ac_file" != x-; then
16835 configure_input="$ac_file. $configure_input"
16836 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16837$as_echo "$as_me: creating $ac_file" >&6;}
16838 fi
16839 # Neutralize special characters interpreted by sed in replacement strings.
16840 case $configure_input in #(
16841 *\&* | *\|* | *\\* )
16842 ac_sed_conf_input=`$as_echo "$configure_input" |
16843 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16844 *) ac_sed_conf_input=$configure_input;;
16845 esac
16846
16847 case $ac_tag in
d0ac1c44
SM
16848 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16849 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
16850 esac
16851 ;;
252b5132
RH
16852 esac
16853
81ecdfbb 16854 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
16855$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16856 X"$ac_file" : 'X\(//\)[^/]' \| \
16857 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16858 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16859$as_echo X"$ac_file" |
16860 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16861 s//\1/
16862 q
16863 }
16864 /^X\(\/\/\)[^/].*/{
16865 s//\1/
16866 q
16867 }
16868 /^X\(\/\/\)$/{
16869 s//\1/
16870 q
16871 }
16872 /^X\(\/\).*/{
16873 s//\1/
16874 q
16875 }
16876 s/.*/./; q'`
16877 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 16878 ac_builddir=.
e5a52504 16879
81ecdfbb
RW
16880case "$ac_dir" in
16881.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16882*)
16883 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16884 # A ".." for each directory in $ac_dir_suffix.
16885 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16886 case $ac_top_builddir_sub in
16887 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16888 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16889 esac ;;
16890esac
16891ac_abs_top_builddir=$ac_pwd
16892ac_abs_builddir=$ac_pwd$ac_dir_suffix
16893# for backward compatibility:
16894ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
16895
16896case $srcdir in
81ecdfbb 16897 .) # We are building in place.
42ecbf5e 16898 ac_srcdir=.
81ecdfbb
RW
16899 ac_top_srcdir=$ac_top_builddir_sub
16900 ac_abs_top_srcdir=$ac_pwd ;;
16901 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 16902 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16903 ac_top_srcdir=$srcdir
16904 ac_abs_top_srcdir=$srcdir ;;
16905 *) # Relative name.
16906 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16907 ac_top_srcdir=$ac_top_build_prefix$srcdir
16908 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 16909esac
81ecdfbb 16910ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 16911
e5a52504 16912
81ecdfbb
RW
16913 case $ac_mode in
16914 :F)
16915 #
16916 # CONFIG_FILE
16917 #
42ecbf5e
DJ
16918
16919 case $INSTALL in
16920 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16921 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16922 esac
16923 ac_MKDIR_P=$MKDIR_P
16924 case $MKDIR_P in
16925 [\\/$]* | ?:[\\/]* ) ;;
16926 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 16927 esac
81ecdfbb 16928_ACEOF
e5a52504 16929
81ecdfbb
RW
16930cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16931# If the template does not know about datarootdir, expand it.
16932# FIXME: This hack should be removed a few years after 2.60.
16933ac_datarootdir_hack=; ac_datarootdir_seen=
16934ac_sed_dataroot='
16935/datarootdir/ {
16936 p
16937 q
16938}
16939/@datadir@/p
16940/@docdir@/p
16941/@infodir@/p
16942/@localedir@/p
16943/@mandir@/p'
16944case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16945*datarootdir*) ac_datarootdir_seen=yes;;
16946*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16948$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16949_ACEOF
16950cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16951 ac_datarootdir_hack='
16952 s&@datadir@&$datadir&g
16953 s&@docdir@&$docdir&g
16954 s&@infodir@&$infodir&g
16955 s&@localedir@&$localedir&g
16956 s&@mandir@&$mandir&g
16957 s&\\\${datarootdir}&$datarootdir&g' ;;
16958esac
42ecbf5e 16959_ACEOF
81ecdfbb
RW
16960
16961# Neutralize VPATH when `$srcdir' = `.'.
16962# Shell code in configure.ac might set extrasub.
16963# FIXME: do we really want to maintain this feature?
16964cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16965ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
16966$extrasub
16967_ACEOF
81ecdfbb 16968cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
16969:t
16970/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16971s|@configure_input@|$ac_sed_conf_input|;t t
16972s&@top_builddir@&$ac_top_builddir_sub&;t t
16973s&@top_build_prefix@&$ac_top_build_prefix&;t t
16974s&@srcdir@&$ac_srcdir&;t t
16975s&@abs_srcdir@&$ac_abs_srcdir&;t t
16976s&@top_srcdir@&$ac_top_srcdir&;t t
16977s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16978s&@builddir@&$ac_builddir&;t t
16979s&@abs_builddir@&$ac_abs_builddir&;t t
16980s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16981s&@INSTALL@&$ac_INSTALL&;t t
16982s&@MKDIR_P@&$ac_MKDIR_P&;t t
16983$ac_datarootdir_hack
16984"
d0ac1c44
SM
16985eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16986 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16987
16988test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
16989 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16990 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16991 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 16992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16993which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 16994$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16995which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 16996
d0ac1c44 16997 rm -f "$ac_tmp/stdin"
42ecbf5e 16998 case $ac_file in
d0ac1c44
SM
16999 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17000 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 17001 esac \
d0ac1c44 17002 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
17003 ;;
17004 :H)
17005 #
17006 # CONFIG_HEADER
17007 #
42ecbf5e 17008 if test x"$ac_file" != x-; then
81ecdfbb
RW
17009 {
17010 $as_echo "/* $configure_input */" \
d0ac1c44
SM
17011 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17012 } >"$ac_tmp/config.h" \
17013 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17014 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
17015 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17016$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 17017 else
81ecdfbb 17018 rm -f "$ac_file"
d0ac1c44
SM
17019 mv "$ac_tmp/config.h" "$ac_file" \
17020 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 17021 fi
42ecbf5e 17022 else
81ecdfbb 17023 $as_echo "/* $configure_input */" \
d0ac1c44
SM
17024 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17025 || as_fn_error $? "could not create -" "$LINENO" 5
252b5132 17026 fi
81ecdfbb
RW
17027# Compute "$ac_file"'s index in $config_headers.
17028_am_arg="$ac_file"
42ecbf5e
DJ
17029_am_stamp_count=1
17030for _am_header in $config_headers :; do
17031 case $_am_header in
81ecdfbb 17032 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
17033 break ;;
17034 * )
17035 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17036 esac
17037done
81ecdfbb
RW
17038echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17039$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17040 X"$_am_arg" : 'X\(//\)[^/]' \| \
17041 X"$_am_arg" : 'X\(//\)$' \| \
17042 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17043$as_echo X"$_am_arg" |
17044 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17045 s//\1/
17046 q
17047 }
17048 /^X\(\/\/\)[^/].*/{
17049 s//\1/
17050 q
17051 }
17052 /^X\(\/\/\)$/{
17053 s//\1/
17054 q
17055 }
17056 /^X\(\/\).*/{
17057 s//\1/
17058 q
17059 }
17060 s/.*/./; q'`/stamp-h$_am_stamp_count
17061 ;;
42ecbf5e 17062
81ecdfbb
RW
17063 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17064$as_echo "$as_me: executing $ac_file commands" >&6;}
17065 ;;
17066 esac
e5a52504 17067
42ecbf5e 17068
81ecdfbb
RW
17069 case $ac_file$ac_mode in
17070 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 17071 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
17072 # are listed without --file. Let's play safe and only enable the eval
17073 # if we detect the quoting.
17074 case $CONFIG_FILES in
17075 *\'*) eval set x "$CONFIG_FILES" ;;
17076 *) set x $CONFIG_FILES ;;
17077 esac
17078 shift
17079 for mf
17080 do
17081 # Strip MF so we end up with the name of the file.
17082 mf=`echo "$mf" | sed -e 's/:.*$//'`
17083 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 17084 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
17085 # some people rename them; so instead we look at the file content.
17086 # Grep'ing the first line is not enough: some people post-process
17087 # each Makefile.in and add a new line on top of each file to say so.
17088 # Grep'ing the whole file is not good either: AIX grep has a line
17089 # limit of 2048, but all sed's we know have understand at least 4000.
17090 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17091 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
17092$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17093 X"$mf" : 'X\(//\)[^/]' \| \
17094 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
17095 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17096$as_echo X"$mf" |
17097 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17098 s//\1/
17099 q
17100 }
17101 /^X\(\/\/\)[^/].*/{
17102 s//\1/
17103 q
17104 }
17105 /^X\(\/\/\)$/{
17106 s//\1/
17107 q
17108 }
17109 /^X\(\/\).*/{
17110 s//\1/
17111 q
17112 }
17113 s/.*/./; q'`
17114 else
17115 continue
17116 fi
17117 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 17118 # from the Makefile without running 'make'.
81ecdfbb
RW
17119 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17120 test -z "$DEPDIR" && continue
17121 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 17122 test -z "$am__include" && continue
81ecdfbb 17123 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
17124 # Find all dependency output files, they are included files with
17125 # $(DEPDIR) in their names. We invoke sed twice because it is the
17126 # simplest approach to changing $(DEPDIR) to its actual value in the
17127 # expansion.
17128 for file in `sed -n "
17129 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 17130 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
17131 # Make sure the directory exists.
17132 test -f "$dirpart/$file" && continue
17133 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
17134$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17135 X"$file" : 'X\(//\)[^/]' \| \
17136 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
17137 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17138$as_echo X"$file" |
17139 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17140 s//\1/
17141 q
17142 }
17143 /^X\(\/\/\)[^/].*/{
17144 s//\1/
17145 q
17146 }
17147 /^X\(\/\/\)$/{
17148 s//\1/
17149 q
17150 }
17151 /^X\(\/\).*/{
17152 s//\1/
17153 q
17154 }
17155 s/.*/./; q'`
17156 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17157 # echo "creating $dirpart/$file"
17158 echo '# dummy' > "$dirpart/$file"
42ecbf5e 17159 done
42ecbf5e 17160 done
81ecdfbb 17161}
d7040cdb 17162 ;;
81ecdfbb 17163 "libtool":C)
d7040cdb
SE
17164
17165 # See if we are running on zsh, and set the options which allow our
17166 # commands through without removal of \ escapes.
17167 if test -n "${ZSH_VERSION+set}" ; then
17168 setopt NO_GLOB_SUBST
17169 fi
17170
17171 cfgfile="${ofile}T"
17172 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17173 $RM "$cfgfile"
17174
17175 cat <<_LT_EOF >> "$cfgfile"
17176#! $SHELL
17177
17178# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 17179# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
17180# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17181# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17182#
718a6fd8 17183# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 17184# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 17185# Written by Gordon Matzigkeit, 1996
d7040cdb 17186#
718a6fd8 17187# This file is part of GNU Libtool.
d7040cdb 17188#
718a6fd8
SE
17189# GNU Libtool is free software; you can redistribute it and/or
17190# modify it under the terms of the GNU General Public License as
17191# published by the Free Software Foundation; either version 2 of
17192# the License, or (at your option) any later version.
d7040cdb 17193#
718a6fd8
SE
17194# As a special exception to the GNU General Public License,
17195# if you distribute this file as part of a program or library that
17196# is built using GNU Libtool, you may include this file under the
17197# same distribution terms that you use for the rest of that program.
d7040cdb 17198#
718a6fd8
SE
17199# GNU Libtool is distributed in the hope that it will be useful,
17200# but WITHOUT ANY WARRANTY; without even the implied warranty of
17201# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17202# GNU General Public License for more details.
d7040cdb 17203#
718a6fd8
SE
17204# You should have received a copy of the GNU General Public License
17205# along with GNU Libtool; see the file COPYING. If not, a copy
17206# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17207# obtained by writing to the Free Software Foundation, Inc.,
17208# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
17209
17210
17211# The names of the tagged configurations supported by this script.
17212available_tags=""
17213
17214# ### BEGIN LIBTOOL CONFIG
17215
17216# Which release of libtool.m4 was used?
17217macro_version=$macro_version
17218macro_revision=$macro_revision
17219
17220# Whether or not to build shared libraries.
17221build_libtool_libs=$enable_shared
17222
17223# Whether or not to build static libraries.
17224build_old_libs=$enable_static
17225
17226# What type of objects to build.
17227pic_mode=$pic_mode
17228
17229# Whether or not to optimize for fast installation.
17230fast_install=$enable_fast_install
17231
3725885a
RW
17232# Shell to use when invoking shell scripts.
17233SHELL=$lt_SHELL
17234
17235# An echo program that protects backslashes.
17236ECHO=$lt_ECHO
17237
d7040cdb
SE
17238# The host system.
17239host_alias=$host_alias
17240host=$host
17241host_os=$host_os
17242
17243# The build system.
17244build_alias=$build_alias
17245build=$build
17246build_os=$build_os
17247
17248# A sed program that does not truncate output.
17249SED=$lt_SED
17250
17251# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17252Xsed="\$SED -e 1s/^X//"
17253
17254# A grep program that handles long lines.
17255GREP=$lt_GREP
17256
17257# An ERE matcher.
17258EGREP=$lt_EGREP
17259
17260# A literal string matcher.
17261FGREP=$lt_FGREP
17262
17263# A BSD- or MS-compatible name lister.
17264NM=$lt_NM
17265
17266# Whether we need soft or hard links.
17267LN_S=$lt_LN_S
17268
17269# What is the maximum length of a command?
17270max_cmd_len=$max_cmd_len
17271
17272# Object file suffix (normally "o").
17273objext=$ac_objext
17274
17275# Executable file suffix (normally "").
17276exeext=$exeext
17277
17278# whether the shell understands "unset".
17279lt_unset=$lt_unset
17280
17281# turn spaces into newlines.
17282SP2NL=$lt_lt_SP2NL
17283
17284# turn newlines into spaces.
17285NL2SP=$lt_lt_NL2SP
17286
718a6fd8
SE
17287# An object symbol dumper.
17288OBJDUMP=$lt_OBJDUMP
17289
d7040cdb
SE
17290# Method to check whether dependent libraries are shared objects.
17291deplibs_check_method=$lt_deplibs_check_method
17292
f2c621e4 17293# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
17294file_magic_cmd=$lt_file_magic_cmd
17295
17296# The archiver.
17297AR=$lt_AR
17298AR_FLAGS=$lt_AR_FLAGS
17299
17300# A symbol stripping program.
17301STRIP=$lt_STRIP
17302
17303# Commands used to install an old-style archive.
17304RANLIB=$lt_RANLIB
17305old_postinstall_cmds=$lt_old_postinstall_cmds
17306old_postuninstall_cmds=$lt_old_postuninstall_cmds
17307
3725885a
RW
17308# Whether to use a lock for old archive extraction.
17309lock_old_archive_extraction=$lock_old_archive_extraction
17310
d7040cdb
SE
17311# A C compiler.
17312LTCC=$lt_CC
17313
17314# LTCC compiler flags.
17315LTCFLAGS=$lt_CFLAGS
17316
17317# Take the output of nm and produce a listing of raw symbols and C names.
17318global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17319
17320# Transform the output of nm in a proper C declaration.
17321global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17322
17323# Transform the output of nm in a C name address pair.
17324global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17325
718a6fd8
SE
17326# Transform the output of nm in a C name address pair when lib prefix is needed.
17327global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17328
d7040cdb
SE
17329# The name of the directory that contains temporary libtool files.
17330objdir=$objdir
17331
d7040cdb
SE
17332# Used to examine libraries when file_magic_cmd begins with "file".
17333MAGIC_CMD=$MAGIC_CMD
17334
17335# Must we lock files when doing compilation?
17336need_locks=$lt_need_locks
17337
718a6fd8
SE
17338# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17339DSYMUTIL=$lt_DSYMUTIL
17340
17341# Tool to change global to local symbols on Mac OS X.
17342NMEDIT=$lt_NMEDIT
17343
17344# Tool to manipulate fat objects and archives on Mac OS X.
17345LIPO=$lt_LIPO
17346
17347# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17348OTOOL=$lt_OTOOL
17349
17350# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17351OTOOL64=$lt_OTOOL64
17352
d7040cdb
SE
17353# Old archive suffix (normally "a").
17354libext=$libext
17355
17356# Shared library suffix (normally ".so").
17357shrext_cmds=$lt_shrext_cmds
17358
17359# The commands to extract the exported symbol list from a shared archive.
17360extract_expsyms_cmds=$lt_extract_expsyms_cmds
17361
17362# Variables whose values should be saved in libtool wrapper scripts and
17363# restored at link time.
17364variables_saved_for_relink=$lt_variables_saved_for_relink
17365
17366# Do we need the "lib" prefix for modules?
17367need_lib_prefix=$need_lib_prefix
17368
17369# Do we need a version for libraries?
17370need_version=$need_version
17371
17372# Library versioning type.
17373version_type=$version_type
17374
17375# Shared library runtime path variable.
17376runpath_var=$runpath_var
17377
17378# Shared library path variable.
17379shlibpath_var=$shlibpath_var
17380
17381# Is shlibpath searched before the hard-coded library search path?
17382shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17383
17384# Format of library name prefix.
17385libname_spec=$lt_libname_spec
17386
17387# List of archive names. First name is the real one, the rest are links.
17388# The last name is the one that the linker finds with -lNAME
17389library_names_spec=$lt_library_names_spec
17390
17391# The coded name of the library, if different from the real name.
17392soname_spec=$lt_soname_spec
17393
3725885a
RW
17394# Permission mode override for installation of shared libraries.
17395install_override_mode=$lt_install_override_mode
17396
d7040cdb
SE
17397# Command to use after installation of a shared archive.
17398postinstall_cmds=$lt_postinstall_cmds
17399
17400# Command to use after uninstallation of a shared archive.
17401postuninstall_cmds=$lt_postuninstall_cmds
17402
17403# Commands used to finish a libtool library installation in a directory.
17404finish_cmds=$lt_finish_cmds
17405
17406# As "finish_cmds", except a single script fragment to be evaled but
17407# not shown.
17408finish_eval=$lt_finish_eval
17409
17410# Whether we should hardcode library paths into libraries.
17411hardcode_into_libs=$hardcode_into_libs
17412
17413# Compile-time system search path for libraries.
17414sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17415
17416# Run-time system search path for libraries.
17417sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17418
17419# Whether dlopen is supported.
17420dlopen_support=$enable_dlopen
17421
17422# Whether dlopen of programs is supported.
17423dlopen_self=$enable_dlopen_self
17424
17425# Whether dlopen of statically linked programs is supported.
17426dlopen_self_static=$enable_dlopen_self_static
17427
17428# Commands to strip libraries.
17429old_striplib=$lt_old_striplib
17430striplib=$lt_striplib
17431
17432
17433# The linker used to build libraries.
17434LD=$lt_LD
17435
3725885a
RW
17436# How to create reloadable object files.
17437reload_flag=$lt_reload_flag
17438reload_cmds=$lt_reload_cmds
17439
d7040cdb
SE
17440# Commands used to build an old-style archive.
17441old_archive_cmds=$lt_old_archive_cmds
17442
17443# A language specific compiler.
17444CC=$lt_compiler
17445
17446# Is the compiler the GNU compiler?
17447with_gcc=$GCC
17448
17449# Compiler flag to turn off builtin functions.
17450no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17451
df7b86aa
NC
17452# How to pass a linker flag through the compiler.
17453wl=$lt_lt_prog_compiler_wl
17454
f2c621e4
AS
17455# Additional compiler flags for building library objects.
17456pic_flag=$lt_lt_prog_compiler_pic
17457
d7040cdb
SE
17458# Compiler flag to prevent dynamic linking.
17459link_static_flag=$lt_lt_prog_compiler_static
17460
17461# Does compiler simultaneously support -c and -o options?
17462compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17463
17464# Whether or not to add -lc for building shared libraries.
17465build_libtool_need_lc=$archive_cmds_need_lc
17466
17467# Whether or not to disallow shared libs when runtime libs are static.
17468allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17469
17470# Compiler flag to allow reflexive dlopens.
17471export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17472
17473# Compiler flag to generate shared objects directly from archives.
17474whole_archive_flag_spec=$lt_whole_archive_flag_spec
17475
17476# Whether the compiler copes with passing no objects directly.
17477compiler_needs_object=$lt_compiler_needs_object
17478
17479# Create an old-style archive from a shared archive.
17480old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17481
17482# Create a temporary old-style archive to link instead of a shared archive.
17483old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17484
17485# Commands used to build a shared archive.
17486archive_cmds=$lt_archive_cmds
17487archive_expsym_cmds=$lt_archive_expsym_cmds
17488
17489# Commands used to build a loadable module if different from building
17490# a shared archive.
17491module_cmds=$lt_module_cmds
17492module_expsym_cmds=$lt_module_expsym_cmds
17493
17494# Whether we are building with GNU ld or not.
17495with_gnu_ld=$lt_with_gnu_ld
17496
17497# Flag that allows shared libraries with undefined symbols to be built.
17498allow_undefined_flag=$lt_allow_undefined_flag
17499
17500# Flag that enforces no undefined symbols.
17501no_undefined_flag=$lt_no_undefined_flag
17502
17503# Flag to hardcode \$libdir into a binary during linking.
17504# This must work even if \$libdir does not exist
17505hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17506
17507# If ld is used when linking, flag to hardcode \$libdir into a binary
17508# during linking. This must work even if \$libdir does not exist.
17509hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17510
17511# Whether we need a single "-rpath" flag with a separated argument.
17512hardcode_libdir_separator=$lt_hardcode_libdir_separator
17513
17514# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17515# DIR into the resulting binary.
17516hardcode_direct=$hardcode_direct
17517
17518# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17519# DIR into the resulting binary and the resulting library dependency is
17520# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17521# library is relocated.
17522hardcode_direct_absolute=$hardcode_direct_absolute
17523
17524# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17525# into the resulting binary.
17526hardcode_minus_L=$hardcode_minus_L
17527
17528# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17529# into the resulting binary.
17530hardcode_shlibpath_var=$hardcode_shlibpath_var
17531
17532# Set to "yes" if building a shared library automatically hardcodes DIR
17533# into the library and all subsequent libraries and executables linked
17534# against it.
17535hardcode_automatic=$hardcode_automatic
17536
17537# Set to yes if linker adds runtime paths of dependent libraries
17538# to runtime path list.
17539inherit_rpath=$inherit_rpath
17540
17541# Whether libtool must link a program against all its dependency libraries.
17542link_all_deplibs=$link_all_deplibs
17543
f2c621e4
AS
17544# Fix the shell variable \$srcfile for the compiler.
17545fix_srcfile_path=$lt_fix_srcfile_path
17546
d7040cdb
SE
17547# Set to "yes" if exported symbols are required.
17548always_export_symbols=$always_export_symbols
17549
17550# The commands to list exported symbols.
17551export_symbols_cmds=$lt_export_symbols_cmds
17552
17553# Symbols that should not be listed in the preloaded symbols.
17554exclude_expsyms=$lt_exclude_expsyms
17555
17556# Symbols that must always be exported.
17557include_expsyms=$lt_include_expsyms
17558
17559# Commands necessary for linking programs (against libraries) with templates.
17560prelink_cmds=$lt_prelink_cmds
17561
17562# Specify filename containing input files.
17563file_list_spec=$lt_file_list_spec
17564
17565# How to hardcode a shared library path into an executable.
17566hardcode_action=$hardcode_action
17567
17568# ### END LIBTOOL CONFIG
17569
17570_LT_EOF
17571
17572 case $host_os in
17573 aix3*)
17574 cat <<\_LT_EOF >> "$cfgfile"
17575# AIX sometimes has problems with the GCC collect2 program. For some
17576# reason, if we set the COLLECT_NAMES environment variable, the problems
17577# vanish in a puff of smoke.
17578if test "X${COLLECT_NAMES+set}" != Xset; then
17579 COLLECT_NAMES=
17580 export COLLECT_NAMES
17581fi
17582_LT_EOF
17583 ;;
17584 esac
17585
17586
17587ltmain="$ac_aux_dir/ltmain.sh"
17588
17589
17590 # We use sed instead of cat because bash on DJGPP gets confused if
17591 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17592 # text mode, it properly converts lines to CR/LF. This bash problem
17593 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
17594 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17595 || (rm -f "$cfgfile"; exit 1)
17596
17597 case $xsi_shell in
17598 yes)
17599 cat << \_LT_EOF >> "$cfgfile"
17600
17601# func_dirname file append nondir_replacement
17602# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17603# otherwise set result to NONDIR_REPLACEMENT.
17604func_dirname ()
17605{
17606 case ${1} in
17607 */*) func_dirname_result="${1%/*}${2}" ;;
17608 * ) func_dirname_result="${3}" ;;
17609 esac
17610}
17611
17612# func_basename file
17613func_basename ()
17614{
17615 func_basename_result="${1##*/}"
17616}
17617
17618# func_dirname_and_basename file append nondir_replacement
17619# perform func_basename and func_dirname in a single function
17620# call:
17621# dirname: Compute the dirname of FILE. If nonempty,
17622# add APPEND to the result, otherwise set result
17623# to NONDIR_REPLACEMENT.
17624# value returned in "$func_dirname_result"
17625# basename: Compute filename of FILE.
17626# value retuned in "$func_basename_result"
17627# Implementation must be kept synchronized with func_dirname
17628# and func_basename. For efficiency, we do not delegate to
17629# those functions but instead duplicate the functionality here.
17630func_dirname_and_basename ()
17631{
17632 case ${1} in
17633 */*) func_dirname_result="${1%/*}${2}" ;;
17634 * ) func_dirname_result="${3}" ;;
17635 esac
17636 func_basename_result="${1##*/}"
17637}
17638
17639# func_stripname prefix suffix name
17640# strip PREFIX and SUFFIX off of NAME.
17641# PREFIX and SUFFIX must not contain globbing or regex special
17642# characters, hashes, percent signs, but SUFFIX may contain a leading
17643# dot (in which case that matches only a dot).
17644func_stripname ()
17645{
17646 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17647 # positional parameters, so assign one to ordinary parameter first.
17648 func_stripname_result=${3}
17649 func_stripname_result=${func_stripname_result#"${1}"}
17650 func_stripname_result=${func_stripname_result%"${2}"}
17651}
17652
17653# func_opt_split
17654func_opt_split ()
17655{
17656 func_opt_split_opt=${1%%=*}
17657 func_opt_split_arg=${1#*=}
17658}
17659
17660# func_lo2o object
17661func_lo2o ()
17662{
17663 case ${1} in
17664 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17665 *) func_lo2o_result=${1} ;;
17666 esac
17667}
17668
17669# func_xform libobj-or-source
17670func_xform ()
17671{
17672 func_xform_result=${1%.*}.lo
17673}
17674
17675# func_arith arithmetic-term...
17676func_arith ()
17677{
17678 func_arith_result=$(( $* ))
17679}
17680
17681# func_len string
17682# STRING may not start with a hyphen.
17683func_len ()
17684{
17685 func_len_result=${#1}
17686}
17687
17688_LT_EOF
17689 ;;
17690 *) # Bourne compatible functions.
17691 cat << \_LT_EOF >> "$cfgfile"
17692
17693# func_dirname file append nondir_replacement
17694# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17695# otherwise set result to NONDIR_REPLACEMENT.
17696func_dirname ()
17697{
17698 # Extract subdirectory from the argument.
17699 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17700 if test "X$func_dirname_result" = "X${1}"; then
17701 func_dirname_result="${3}"
17702 else
17703 func_dirname_result="$func_dirname_result${2}"
17704 fi
17705}
17706
17707# func_basename file
17708func_basename ()
17709{
17710 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17711}
17712
17713
17714# func_stripname prefix suffix name
17715# strip PREFIX and SUFFIX off of NAME.
17716# PREFIX and SUFFIX must not contain globbing or regex special
17717# characters, hashes, percent signs, but SUFFIX may contain a leading
17718# dot (in which case that matches only a dot).
17719# func_strip_suffix prefix name
17720func_stripname ()
17721{
17722 case ${2} in
17723 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17724 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17725 esac
17726}
17727
17728# sed scripts:
17729my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17730my_sed_long_arg='1s/^-[^=]*=//'
17731
17732# func_opt_split
17733func_opt_split ()
17734{
17735 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17736 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17737}
17738
17739# func_lo2o object
17740func_lo2o ()
17741{
17742 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17743}
17744
17745# func_xform libobj-or-source
17746func_xform ()
17747{
17748 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17749}
17750
17751# func_arith arithmetic-term...
17752func_arith ()
17753{
17754 func_arith_result=`expr "$@"`
17755}
17756
17757# func_len string
17758# STRING may not start with a hyphen.
17759func_len ()
17760{
17761 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17762}
17763
17764_LT_EOF
17765esac
17766
17767case $lt_shell_append in
17768 yes)
17769 cat << \_LT_EOF >> "$cfgfile"
17770
17771# func_append var value
17772# Append VALUE to the end of shell variable VAR.
17773func_append ()
17774{
17775 eval "$1+=\$2"
17776}
17777_LT_EOF
17778 ;;
17779 *)
17780 cat << \_LT_EOF >> "$cfgfile"
17781
17782# func_append var value
17783# Append VALUE to the end of shell variable VAR.
17784func_append ()
17785{
17786 eval "$1=\$$1\$2"
17787}
17788
17789_LT_EOF
17790 ;;
17791 esac
17792
17793
17794 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17795 || (rm -f "$cfgfile"; exit 1)
17796
17797 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
17798 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17799 chmod +x "$ofile"
17800
42ecbf5e 17801 ;;
81ecdfbb 17802 "default-1":C)
20e95c23
DJ
17803 for ac_file in $CONFIG_FILES; do
17804 # Support "outfile[:infile[:infile...]]"
17805 case "$ac_file" in
17806 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17807 esac
17808 # PO directories have a Makefile.in generated from Makefile.in.in.
17809 case "$ac_file" in */Makefile.in)
17810 # Adjust a relative srcdir.
17811 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 17812 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
17813 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17814 # In autoconf-2.13 it is called $ac_given_srcdir.
17815 # In autoconf-2.50 it is called $srcdir.
17816 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17817 case "$ac_given_srcdir" in
17818 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17819 /*) top_srcdir="$ac_given_srcdir" ;;
17820 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17821 esac
17822 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17823 rm -f "$ac_dir/POTFILES"
17824 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17825 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17826 POMAKEFILEDEPS="POTFILES.in"
17827 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17828 # on $ac_dir but don't depend on user-specified configuration
17829 # parameters.
17830 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17831 # The LINGUAS file contains the set of available languages.
17832 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 17833 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
17834 fi
17835 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17836 # Hide the ALL_LINGUAS assigment from automake.
17837 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17838 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17839 else
37a42ee9 17840 # The set of available languages was given in configure.ac.
20e95c23
DJ
17841 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17842 fi
17843 case "$ac_given_srcdir" in
17844 .) srcdirpre= ;;
17845 *) srcdirpre='$(srcdir)/' ;;
17846 esac
17847 POFILES=
17848 GMOFILES=
17849 UPDATEPOFILES=
17850 DUMMYPOFILES=
17851 for lang in $ALL_LINGUAS; do
17852 POFILES="$POFILES $srcdirpre$lang.po"
17853 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17854 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17855 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17856 done
17857 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17858 # environment variable.
17859 INST_LINGUAS=
17860 if test -n "$ALL_LINGUAS"; then
17861 for presentlang in $ALL_LINGUAS; do
17862 useit=no
17863 if test "%UNSET%" != "$LINGUAS"; then
17864 desiredlanguages="$LINGUAS"
17865 else
17866 desiredlanguages="$ALL_LINGUAS"
17867 fi
17868 for desiredlang in $desiredlanguages; do
17869 # Use the presentlang catalog if desiredlang is
17870 # a. equal to presentlang, or
17871 # b. a variant of presentlang (because in this case,
17872 # presentlang can be used as a fallback for messages
17873 # which are not translated in the desiredlang catalog).
17874 case "$desiredlang" in
17875 "$presentlang"*) useit=yes;;
17876 esac
17877 done
17878 if test $useit = yes; then
17879 INST_LINGUAS="$INST_LINGUAS $presentlang"
17880 fi
17881 done
17882 fi
17883 CATALOGS=
17884 if test -n "$INST_LINGUAS"; then
17885 for lang in $INST_LINGUAS; do
17886 CATALOGS="$CATALOGS $lang.gmo"
17887 done
17888 fi
17889 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17890 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"
17891 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17892 if test -f "$f"; then
17893 case "$f" in
17894 *.orig | *.bak | *~) ;;
17895 *) cat "$f" >> "$ac_dir/Makefile" ;;
17896 esac
17897 fi
17898 done
17899 fi
17900 ;;
17901 esac
17902 done ;;
81ecdfbb 17903
42ecbf5e 17904 esac
81ecdfbb 17905done # for ac_tag
e5a52504 17906
42ecbf5e 17907
81ecdfbb 17908as_fn_exit 0
42ecbf5e 17909_ACEOF
42ecbf5e
DJ
17910ac_clean_files=$ac_clean_files_save
17911
81ecdfbb 17912test $ac_write_fail = 0 ||
d0ac1c44 17913 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 17914
42ecbf5e
DJ
17915
17916# configure is writing to config.log, and then calls config.status.
17917# config.status does its own redirection, appending to config.log.
17918# Unfortunately, on DOS this fails, as config.log is still kept open
17919# by configure, so config.status won't be able to write to it; its
17920# output is simply discarded. So we exec the FD to /dev/null,
17921# effectively closing config.log, so it can be properly (re)opened and
17922# appended to by config.status. When coming back to configure, we
17923# need to make the FD available again.
17924if test "$no_create" != yes; then
17925 ac_cs_success=:
17926 ac_config_status_args=
17927 test "$silent" = yes &&
17928 ac_config_status_args="$ac_config_status_args --quiet"
17929 exec 5>/dev/null
17930 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17931 exec 5>>config.log
17932 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17933 # would make configure fail if this is the last instruction.
d0ac1c44 17934 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
17935fi
17936if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17937 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17938$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 17939fi
252b5132 17940
This page took 2.121331 seconds and 4 git commands to generate.