sim: add support for build-time ar & ranlib
[deliverable/binutils-gdb.git] / sim / mips / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
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## -------------------- ##
c906108c 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 :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
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
b7026657 31fi
c906108c 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 }
b7026657 79fi
c906108c
SS
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
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 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
6bb11ab3
L
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
b7026657 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."
b7026657 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."
b7026657 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
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
c906108c 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 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
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
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'`
c906108c 464
b7026657
AC
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
c906108c 471
c906108c 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 |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 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; }
b7026657 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
b7026657
AC
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"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 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';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 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'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
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'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
2c2645d7 632ac_header_list=
37e9f182 633ac_func_list=
81ecdfbb
RW
634ac_subst_vars='LTLIBOBJS
635LIBOBJS
760b3e8b
MF
636sim_default_model
637sim_scache
81ecdfbb
RW
638cgen_breaks
639mips_extra_libs
640XMKMF
641mips_igen_engine
81ecdfbb
RW
642sim_multi_obj
643sim_multi_src
644sim_multi_igen_configs
645sim_multi_flags
646sim_gen
8e394ffc
AB
647sim_micromips16_flags
648sim_micromips_flags
81ecdfbb
RW
649sim_m16_flags
650sim_igen_flags
651SIM_SUBTARGET
652REPORT_BUGS_TEXI
653REPORT_BUGS_TO
654PKGVERSION
81ecdfbb 655MAINT
31e6ad7d
MF
656MAINTAINER_MODE_FALSE
657MAINTAINER_MODE_TRUE
6bb11ab3
L
658lt_cv_dlopen_libs
659OTOOL64
660OTOOL
661LIPO
662NMEDIT
663DSYMUTIL
664AWK
665STRIP
666OBJDUMP
667LN_S
668NM
669ac_ct_DUMPBIN
670DUMPBIN
671LD
672FGREP
673SED
674LIBTOOL
675PLUGINS_FALSE
676PLUGINS_TRUE
aadc9410
MF
677zlibinc
678zlibdir
81ecdfbb
RW
679CATOBJEXT
680GENCAT
681INSTOBJEXT
682DATADIRNAME
683CATALOGS
684POSUB
685GMSGFMT
686XGETTEXT
687INCINTL
688LIBINTL_DEP
689LIBINTL
690USE_NLS
db2e4d67
MF
691CCDEPMODE
692DEPDIR
693am__leading_dot
5f3ef9d0 694PACKAGE
46f900c0 695C_DIALECT
81ecdfbb
RW
696RANLIB
697AR
c2783492 698LDFLAGS_FOR_BUILD
c25ea03d 699CFLAGS_FOR_BUILD
aa0fca16 700RANLIB_FOR_BUILD
81ecdfbb 701CC_FOR_BUILD
aa0fca16 702AR_FOR_BUILD
81ecdfbb
RW
703INSTALL_DATA
704INSTALL_SCRIPT
705INSTALL_PROGRAM
2232061b
MF
706EGREP
707GREP
c2783492
MF
708CPP
709OBJEXT
710EXEEXT
711ac_ct_CC
712CPPFLAGS
713LDFLAGS
714CFLAGS
715CC
81ecdfbb
RW
716target_os
717target_vendor
718target_cpu
719target
720host_os
721host_vendor
722host_cpu
723host
724build_os
725build_vendor
726build_cpu
727build
81ecdfbb
RW
728target_alias
729host_alias
730build_alias
731LIBS
732ECHO_T
733ECHO_N
734ECHO_C
735DEFS
736mandir
737localedir
738libdir
739psdir
740pdfdir
741dvidir
742htmldir
743infodir
744docdir
745oldincludedir
746includedir
747localstatedir
748sharedstatedir
749sysconfdir
750datadir
751datarootdir
752libexecdir
753sbindir
754bindir
755program_transform_name
756prefix
757exec_prefix
758PACKAGE_URL
759PACKAGE_BUGREPORT
760PACKAGE_STRING
761PACKAGE_VERSION
762PACKAGE_TARNAME
763PACKAGE_NAME
764PATH_SEPARATOR
136da8cd
MF
765SHELL
766WERROR_CFLAGS
767WARN_CFLAGS
768sim_reserved_bits
769sim_inline
770sim_hw
771sim_hw_objs
772sim_hw_cflags
136da8cd
MF
773sim_float
774sim_endian
775sim_bitsize
776sim_alignment'
b7026657 777ac_subst_files=''
81ecdfbb
RW
778ac_user_opts='
779enable_option_checking
aadc9410 780with_system_zlib
6bb11ab3
L
781enable_plugins
782enable_shared
783enable_static
784with_pic
785enable_fast_install
786with_gnu_ld
787enable_libtool_lock
81ecdfbb 788enable_maintainer_mode
81ecdfbb
RW
789enable_sim_debug
790enable_sim_stdio
791enable_sim_trace
792enable_sim_profile
35656e95 793enable_sim_assert
16f7876d 794enable_sim_environment
347fe5bb 795enable_sim_inline
81ecdfbb
RW
796with_pkgversion
797with_bugurl
81ecdfbb 798enable_sim_alignment
2232061b 799enable_werror
81ecdfbb
RW
800enable_build_warnings
801enable_sim_build_warnings
802enable_sim_reserved_bits
803enable_sim_endian
804enable_sim_bitsize
805enable_sim_float
81ecdfbb
RW
806enable_sim_hardware
807with_x
808'
809 ac_precious_vars='build_alias
810host_alias
811target_alias
812CC
813CFLAGS
814LDFLAGS
815LIBS
816CPPFLAGS
817CPP
818XMKMF'
819
c906108c
SS
820
821# Initialize some variables set by options.
b7026657
AC
822ac_init_help=
823ac_init_version=false
81ecdfbb
RW
824ac_unrecognized_opts=
825ac_unrecognized_sep=
c906108c
SS
826# The variables have the same names as the options, with
827# dashes changed to underlines.
b7026657 828cache_file=/dev/null
c906108c 829exec_prefix=NONE
c906108c 830no_create=
c906108c
SS
831no_recursion=
832prefix=NONE
833program_prefix=NONE
834program_suffix=NONE
835program_transform_name=s,x,x,
836silent=
837site=
838srcdir=
c906108c
SS
839verbose=
840x_includes=NONE
841x_libraries=NONE
b7026657
AC
842
843# Installation directory options.
844# These are left unexpanded so users can "make install exec_prefix=/foo"
845# and all the variables that are supposed to be based on exec_prefix
846# by default will actually change.
847# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 848# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
849bindir='${exec_prefix}/bin'
850sbindir='${exec_prefix}/sbin'
851libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
852datarootdir='${prefix}/share'
853datadir='${datarootdir}'
c906108c
SS
854sysconfdir='${prefix}/etc'
855sharedstatedir='${prefix}/com'
856localstatedir='${prefix}/var'
c906108c
SS
857includedir='${prefix}/include'
858oldincludedir='/usr/include'
81ecdfbb
RW
859docdir='${datarootdir}/doc/${PACKAGE}'
860infodir='${datarootdir}/info'
861htmldir='${docdir}'
862dvidir='${docdir}'
863pdfdir='${docdir}'
864psdir='${docdir}'
865libdir='${exec_prefix}/lib'
866localedir='${datarootdir}/locale'
867mandir='${datarootdir}/man'
c906108c 868
c906108c 869ac_prev=
81ecdfbb 870ac_dashdash=
c906108c
SS
871for ac_option
872do
c906108c
SS
873 # If the previous option needs an argument, assign it.
874 if test -n "$ac_prev"; then
81ecdfbb 875 eval $ac_prev=\$ac_option
c906108c
SS
876 ac_prev=
877 continue
878 fi
879
81ecdfbb 880 case $ac_option in
d0ac1c44
SM
881 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
882 *=) ac_optarg= ;;
883 *) ac_optarg=yes ;;
81ecdfbb 884 esac
c906108c
SS
885
886 # Accept the important Cygnus configure options, so we can diagnose typos.
887
81ecdfbb
RW
888 case $ac_dashdash$ac_option in
889 --)
890 ac_dashdash=yes ;;
c906108c
SS
891
892 -bindir | --bindir | --bindi | --bind | --bin | --bi)
893 ac_prev=bindir ;;
894 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 895 bindir=$ac_optarg ;;
c906108c
SS
896
897 -build | --build | --buil | --bui | --bu)
b7026657 898 ac_prev=build_alias ;;
c906108c 899 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 900 build_alias=$ac_optarg ;;
c906108c
SS
901
902 -cache-file | --cache-file | --cache-fil | --cache-fi \
903 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
904 ac_prev=cache_file ;;
905 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
906 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
907 cache_file=$ac_optarg ;;
908
909 --config-cache | -C)
910 cache_file=config.cache ;;
c906108c 911
81ecdfbb 912 -datadir | --datadir | --datadi | --datad)
c906108c 913 ac_prev=datadir ;;
81ecdfbb 914 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 915 datadir=$ac_optarg ;;
c906108c 916
81ecdfbb
RW
917 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
918 | --dataroo | --dataro | --datar)
919 ac_prev=datarootdir ;;
920 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
921 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
922 datarootdir=$ac_optarg ;;
923
c906108c 924 -disable-* | --disable-*)
81ecdfbb 925 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 926 # Reject names that are not valid shell variable names.
81ecdfbb 927 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 928 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
929 ac_useropt_orig=$ac_useropt
930 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
931 case $ac_user_opts in
932 *"
933"enable_$ac_useropt"
934"*) ;;
935 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
936 ac_unrecognized_sep=', ';;
937 esac
938 eval enable_$ac_useropt=no ;;
939
940 -docdir | --docdir | --docdi | --doc | --do)
941 ac_prev=docdir ;;
942 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
943 docdir=$ac_optarg ;;
944
945 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
946 ac_prev=dvidir ;;
947 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
948 dvidir=$ac_optarg ;;
c906108c
SS
949
950 -enable-* | --enable-*)
81ecdfbb 951 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 952 # Reject names that are not valid shell variable names.
81ecdfbb 953 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 954 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
955 ac_useropt_orig=$ac_useropt
956 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
957 case $ac_user_opts in
958 *"
959"enable_$ac_useropt"
960"*) ;;
961 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
962 ac_unrecognized_sep=', ';;
c906108c 963 esac
81ecdfbb 964 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
965
966 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
967 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
968 | --exec | --exe | --ex)
969 ac_prev=exec_prefix ;;
970 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
971 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
972 | --exec=* | --exe=* | --ex=*)
b7026657 973 exec_prefix=$ac_optarg ;;
c906108c
SS
974
975 -gas | --gas | --ga | --g)
976 # Obsolete; use --with-gas.
977 with_gas=yes ;;
978
b7026657
AC
979 -help | --help | --hel | --he | -h)
980 ac_init_help=long ;;
981 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
982 ac_init_help=recursive ;;
983 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
984 ac_init_help=short ;;
c906108c
SS
985
986 -host | --host | --hos | --ho)
b7026657 987 ac_prev=host_alias ;;
c906108c 988 -host=* | --host=* | --hos=* | --ho=*)
b7026657 989 host_alias=$ac_optarg ;;
c906108c 990
81ecdfbb
RW
991 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
992 ac_prev=htmldir ;;
993 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
994 | --ht=*)
995 htmldir=$ac_optarg ;;
996
c906108c
SS
997 -includedir | --includedir | --includedi | --included | --include \
998 | --includ | --inclu | --incl | --inc)
999 ac_prev=includedir ;;
1000 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1001 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 1002 includedir=$ac_optarg ;;
c906108c
SS
1003
1004 -infodir | --infodir | --infodi | --infod | --info | --inf)
1005 ac_prev=infodir ;;
1006 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 1007 infodir=$ac_optarg ;;
c906108c
SS
1008
1009 -libdir | --libdir | --libdi | --libd)
1010 ac_prev=libdir ;;
1011 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 1012 libdir=$ac_optarg ;;
c906108c
SS
1013
1014 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1015 | --libexe | --libex | --libe)
1016 ac_prev=libexecdir ;;
1017 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1018 | --libexe=* | --libex=* | --libe=*)
b7026657 1019 libexecdir=$ac_optarg ;;
c906108c 1020
81ecdfbb
RW
1021 -localedir | --localedir | --localedi | --localed | --locale)
1022 ac_prev=localedir ;;
1023 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1024 localedir=$ac_optarg ;;
1025
c906108c 1026 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1027 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1028 ac_prev=localstatedir ;;
1029 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1030 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1031 localstatedir=$ac_optarg ;;
c906108c
SS
1032
1033 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1034 ac_prev=mandir ;;
1035 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1036 mandir=$ac_optarg ;;
c906108c
SS
1037
1038 -nfp | --nfp | --nf)
1039 # Obsolete; use --without-fp.
1040 with_fp=no ;;
1041
1042 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1043 | --no-cr | --no-c | -n)
c906108c
SS
1044 no_create=yes ;;
1045
1046 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1047 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1048 no_recursion=yes ;;
1049
1050 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1051 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1052 | --oldin | --oldi | --old | --ol | --o)
1053 ac_prev=oldincludedir ;;
1054 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1055 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1056 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1057 oldincludedir=$ac_optarg ;;
c906108c
SS
1058
1059 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1060 ac_prev=prefix ;;
1061 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1062 prefix=$ac_optarg ;;
c906108c
SS
1063
1064 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1065 | --program-pre | --program-pr | --program-p)
1066 ac_prev=program_prefix ;;
1067 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1068 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1069 program_prefix=$ac_optarg ;;
c906108c
SS
1070
1071 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1072 | --program-suf | --program-su | --program-s)
1073 ac_prev=program_suffix ;;
1074 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1075 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1076 program_suffix=$ac_optarg ;;
c906108c
SS
1077
1078 -program-transform-name | --program-transform-name \
1079 | --program-transform-nam | --program-transform-na \
1080 | --program-transform-n | --program-transform- \
1081 | --program-transform | --program-transfor \
1082 | --program-transfo | --program-transf \
1083 | --program-trans | --program-tran \
1084 | --progr-tra | --program-tr | --program-t)
1085 ac_prev=program_transform_name ;;
1086 -program-transform-name=* | --program-transform-name=* \
1087 | --program-transform-nam=* | --program-transform-na=* \
1088 | --program-transform-n=* | --program-transform-=* \
1089 | --program-transform=* | --program-transfor=* \
1090 | --program-transfo=* | --program-transf=* \
1091 | --program-trans=* | --program-tran=* \
1092 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1093 program_transform_name=$ac_optarg ;;
c906108c 1094
81ecdfbb
RW
1095 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1096 ac_prev=pdfdir ;;
1097 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1098 pdfdir=$ac_optarg ;;
1099
1100 -psdir | --psdir | --psdi | --psd | --ps)
1101 ac_prev=psdir ;;
1102 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1103 psdir=$ac_optarg ;;
1104
c906108c
SS
1105 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1106 | -silent | --silent | --silen | --sile | --sil)
1107 silent=yes ;;
1108
1109 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1110 ac_prev=sbindir ;;
1111 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1112 | --sbi=* | --sb=*)
b7026657 1113 sbindir=$ac_optarg ;;
c906108c
SS
1114
1115 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1116 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1117 | --sharedst | --shareds | --shared | --share | --shar \
1118 | --sha | --sh)
1119 ac_prev=sharedstatedir ;;
1120 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1121 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1122 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1123 | --sha=* | --sh=*)
b7026657 1124 sharedstatedir=$ac_optarg ;;
c906108c
SS
1125
1126 -site | --site | --sit)
1127 ac_prev=site ;;
1128 -site=* | --site=* | --sit=*)
b7026657 1129 site=$ac_optarg ;;
e514a9d6 1130
c906108c
SS
1131 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1132 ac_prev=srcdir ;;
1133 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1134 srcdir=$ac_optarg ;;
c906108c
SS
1135
1136 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1137 | --syscon | --sysco | --sysc | --sys | --sy)
1138 ac_prev=sysconfdir ;;
1139 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1140 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1141 sysconfdir=$ac_optarg ;;
c906108c
SS
1142
1143 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1144 ac_prev=target_alias ;;
c906108c 1145 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1146 target_alias=$ac_optarg ;;
c906108c
SS
1147
1148 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1149 verbose=yes ;;
1150
b7026657
AC
1151 -version | --version | --versio | --versi | --vers | -V)
1152 ac_init_version=: ;;
c906108c
SS
1153
1154 -with-* | --with-*)
81ecdfbb 1155 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1156 # Reject names that are not valid shell variable names.
81ecdfbb 1157 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1158 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1159 ac_useropt_orig=$ac_useropt
1160 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1161 case $ac_user_opts in
1162 *"
1163"with_$ac_useropt"
1164"*) ;;
1165 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1166 ac_unrecognized_sep=', ';;
c906108c 1167 esac
81ecdfbb 1168 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1169
1170 -without-* | --without-*)
81ecdfbb 1171 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1172 # Reject names that are not valid shell variable names.
81ecdfbb 1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1174 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1178 *"
1179"with_$ac_useropt"
1180"*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=no ;;
c906108c
SS
1185
1186 --x)
1187 # Obsolete; use --with-x.
1188 with_x=yes ;;
1189
1190 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1191 | --x-incl | --x-inc | --x-in | --x-i)
1192 ac_prev=x_includes ;;
1193 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1194 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1195 x_includes=$ac_optarg ;;
c906108c
SS
1196
1197 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1198 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1199 ac_prev=x_libraries ;;
1200 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1201 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1202 x_libraries=$ac_optarg ;;
c906108c 1203
d0ac1c44
SM
1204 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1205Try \`$0 --help' for more information"
c906108c
SS
1206 ;;
1207
b7026657
AC
1208 *=*)
1209 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1210 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1211 case $ac_envvar in #(
1212 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1213 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1214 esac
1215 eval $ac_envvar=\$ac_optarg
b7026657
AC
1216 export $ac_envvar ;;
1217
c906108c 1218 *)
b7026657 1219 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1220 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1221 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1222 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1223 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1224 ;;
1225
1226 esac
1227done
1228
1229if test -n "$ac_prev"; then
b7026657 1230 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1231 as_fn_error $? "missing argument to $ac_option"
c906108c 1232fi
c906108c 1233
81ecdfbb
RW
1234if test -n "$ac_unrecognized_opts"; then
1235 case $enable_option_checking in
1236 no) ;;
d0ac1c44 1237 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1238 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1239 esac
81ecdfbb 1240fi
c906108c 1241
81ecdfbb
RW
1242# Check all directory arguments for consistency.
1243for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1244 datadir sysconfdir sharedstatedir localstatedir includedir \
1245 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1246 libdir localedir mandir
c906108c 1247do
81ecdfbb
RW
1248 eval ac_val=\$$ac_var
1249 # Remove trailing slashes.
1250 case $ac_val in
1251 */ )
1252 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1253 eval $ac_var=\$ac_val;;
1254 esac
1255 # Be sure to have absolute directory names.
b7026657 1256 case $ac_val in
81ecdfbb
RW
1257 [\\/$]* | ?:[\\/]* ) continue;;
1258 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1259 esac
d0ac1c44 1260 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1261done
1262
b7026657
AC
1263# There might be people who depend on the old broken behavior: `$host'
1264# used to hold the argument of --host etc.
1265# FIXME: To remove some day.
1266build=$build_alias
1267host=$host_alias
1268target=$target_alias
1269
1270# FIXME: To remove some day.
1271if test "x$host_alias" != x; then
1272 if test "x$build_alias" = x; then
1273 cross_compiling=maybe
b7026657
AC
1274 elif test "x$build_alias" != "x$host_alias"; then
1275 cross_compiling=yes
1276 fi
1277fi
c906108c 1278
b7026657
AC
1279ac_tool_prefix=
1280test -n "$host_alias" && ac_tool_prefix=$host_alias-
1281
1282test "$silent" = yes && exec 6>/dev/null
c906108c 1283
c906108c 1284
81ecdfbb
RW
1285ac_pwd=`pwd` && test -n "$ac_pwd" &&
1286ac_ls_di=`ls -di .` &&
1287ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1288 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1289test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1290 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1291
1292
c906108c
SS
1293# Find the source files, if location was not specified.
1294if test -z "$srcdir"; then
1295 ac_srcdir_defaulted=yes
81ecdfbb
RW
1296 # Try the directory containing this script, then the parent directory.
1297 ac_confdir=`$as_dirname -- "$as_myself" ||
1298$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1299 X"$as_myself" : 'X\(//\)[^/]' \| \
1300 X"$as_myself" : 'X\(//\)$' \| \
1301 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1302$as_echo X"$as_myself" |
1303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\/\)[^/].*/{
1308 s//\1/
1309 q
1310 }
1311 /^X\(\/\/\)$/{
1312 s//\1/
1313 q
1314 }
1315 /^X\(\/\).*/{
1316 s//\1/
1317 q
1318 }
1319 s/.*/./; q'`
c906108c 1320 srcdir=$ac_confdir
81ecdfbb 1321 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1322 srcdir=..
1323 fi
1324else
1325 ac_srcdir_defaulted=no
1326fi
81ecdfbb
RW
1327if test ! -r "$srcdir/$ac_unique_file"; then
1328 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1329 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1330fi
1331ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1332ac_abs_confdir=`(
d0ac1c44 1333 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1334 pwd)`
1335# When building in place, set srcdir=.
1336if test "$ac_abs_confdir" = "$ac_pwd"; then
1337 srcdir=.
1338fi
1339# Remove unnecessary trailing slashes from srcdir.
1340# Double slashes in file names in object file debugging info
1341# mess up M-x gdb in Emacs.
1342case $srcdir in
1343*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1344esac
1345for ac_var in $ac_precious_vars; do
1346 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1347 eval ac_env_${ac_var}_value=\$${ac_var}
1348 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1349 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1350done
c906108c 1351
b7026657
AC
1352#
1353# Report the --help message.
1354#
1355if test "$ac_init_help" = "long"; then
1356 # Omit some internal or obsolete options to make the list less imposing.
1357 # This message is too long to be a string in the A/UX 3.1 sh.
1358 cat <<_ACEOF
1359\`configure' configures this package to adapt to many kinds of systems.
c906108c 1360
b7026657 1361Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1362
b7026657
AC
1363To assign environment variables (e.g., CC, CFLAGS...), specify them as
1364VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1365
b7026657 1366Defaults for the options are specified in brackets.
c906108c 1367
b7026657
AC
1368Configuration:
1369 -h, --help display this help and exit
1370 --help=short display options specific to this package
1371 --help=recursive display the short help of all the included packages
1372 -V, --version display version information and exit
d0ac1c44 1373 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1374 --cache-file=FILE cache test results in FILE [disabled]
1375 -C, --config-cache alias for \`--cache-file=config.cache'
1376 -n, --no-create do not create output files
1377 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1378
b7026657
AC
1379Installation directories:
1380 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1381 [$ac_default_prefix]
b7026657 1382 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1383 [PREFIX]
c906108c 1384
b7026657
AC
1385By default, \`make install' will install all the files in
1386\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1387an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1388for instance \`--prefix=\$HOME'.
c906108c 1389
b7026657
AC
1390For better control, use the options below.
1391
1392Fine tuning of the installation directories:
81ecdfbb
RW
1393 --bindir=DIR user executables [EPREFIX/bin]
1394 --sbindir=DIR system admin executables [EPREFIX/sbin]
1395 --libexecdir=DIR program executables [EPREFIX/libexec]
1396 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1397 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1398 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1399 --libdir=DIR object code libraries [EPREFIX/lib]
1400 --includedir=DIR C header files [PREFIX/include]
1401 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1402 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1403 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1404 --infodir=DIR info documentation [DATAROOTDIR/info]
1405 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1406 --mandir=DIR man documentation [DATAROOTDIR/man]
1407 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1408 --htmldir=DIR html documentation [DOCDIR]
1409 --dvidir=DIR dvi documentation [DOCDIR]
1410 --pdfdir=DIR pdf documentation [DOCDIR]
1411 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1412_ACEOF
1413
1414 cat <<\_ACEOF
1415
1416Program names:
1417 --program-prefix=PREFIX prepend PREFIX to installed program names
1418 --program-suffix=SUFFIX append SUFFIX to installed program names
1419 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1420
1421X features:
1422 --x-includes=DIR X include files are in DIR
1423 --x-libraries=DIR X library files are in DIR
1424
1425System types:
1426 --build=BUILD configure for building on BUILD [guessed]
1427 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1428 --target=TARGET configure for building compilers for TARGET [HOST]
1429_ACEOF
c906108c 1430fi
b7026657
AC
1431
1432if test -n "$ac_init_help"; then
1433
1434 cat <<\_ACEOF
1435
1436Optional Features:
81ecdfbb 1437 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1438 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1439 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1440 --enable-plugins Enable support for plugins
6bb11ab3
L
1441 --enable-shared[=PKGS] build shared libraries [default=yes]
1442 --enable-static[=PKGS] build static libraries [default=yes]
1443 --enable-fast-install[=PKGS]
1444 optimize for fast installation [default=yes]
1445 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1446 --enable-maintainer-mode
1447 enable make rules and dependencies not useful (and
1448 sometimes confusing) to the casual installer
8d0978fb
MF
1449 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1450 itself)
1451 --enable-sim-stdio Specify whether to use stdio for console
1452 input/output
1453 --enable-sim-trace=opts Enable tracing of simulated programs
1454 --enable-sim-profile=opts
1455 Enable profiling flags
35656e95 1456 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1457 --enable-sim-environment=environment
1458 Specify mixed, user, virtual or operating
1459 environment
8d0978fb
MF
1460 --enable-sim-inline=inlines
1461 Specify which functions should be inlined
1462 --enable-sim-alignment=align
1463 Specify strict, nonstrict or forced alignment of
1464 memory accesses
2232061b
MF
1465 --enable-werror treat compile warnings as errors
1466 --enable-build-warnings enable build-time compiler warnings if gcc is used
1467 --enable-sim-build-warnings
1468 enable SIM specific build-time compiler warnings if
1469 gcc is used
8d0978fb
MF
1470 --enable-sim-reserved-bits
1471 Specify whether to check reserved bits in
1472 instruction
1473 --enable-sim-endian=endian
1474 Specify target byte endian orientation
1475 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1476 --enable-sim-float Specify that the target processor has floating point
1477 hardware
1517bd27
MF
1478 --enable-sim-hardware=LIST
1479 Specify the hardware to be included in the build.
b7026657
AC
1480
1481Optional Packages:
1482 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1483 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1484 --with-system-zlib use installed libz
6bb11ab3
L
1485 --with-pic try to use only PIC/non-PIC objects [default=use
1486 both]
1487 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1488 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468 1489 --with-bugurl=URL Direct users to URL to report a bug
b7026657
AC
1490 --with-x use the X Window System
1491
1492Some influential environment variables:
1493 CC C compiler command
1494 CFLAGS C compiler flags
1495 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1496 nonstandard directory <lib dir>
81ecdfbb 1497 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1498 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1499 you have headers in a nonstandard directory <include dir>
b7026657 1500 CPP C preprocessor
81ecdfbb 1501 XMKMF Path to xmkmf, Makefile generator for X Window System
b7026657
AC
1502
1503Use these variables to override the choices made by `configure' or to help
1504it to find libraries and programs with nonstandard names/locations.
1505
81ecdfbb 1506Report bugs to the package provider.
b7026657 1507_ACEOF
81ecdfbb 1508ac_status=$?
c906108c
SS
1509fi
1510
b7026657
AC
1511if test "$ac_init_help" = "recursive"; then
1512 # If there are subdirs, report their specific --help.
b7026657 1513 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1514 test -d "$ac_dir" ||
1515 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1516 continue
b7026657 1517 ac_builddir=.
c906108c 1518
81ecdfbb
RW
1519case "$ac_dir" in
1520.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1521*)
1522 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1523 # A ".." for each directory in $ac_dir_suffix.
1524 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1525 case $ac_top_builddir_sub in
1526 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1527 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1528 esac ;;
1529esac
1530ac_abs_top_builddir=$ac_pwd
1531ac_abs_builddir=$ac_pwd$ac_dir_suffix
1532# for backward compatibility:
1533ac_top_builddir=$ac_top_build_prefix
c906108c 1534
b7026657 1535case $srcdir in
81ecdfbb 1536 .) # We are building in place.
b7026657 1537 ac_srcdir=.
81ecdfbb
RW
1538 ac_top_srcdir=$ac_top_builddir_sub
1539 ac_abs_top_srcdir=$ac_pwd ;;
1540 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1541 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1542 ac_top_srcdir=$srcdir
1543 ac_abs_top_srcdir=$srcdir ;;
1544 *) # Relative name.
1545 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1546 ac_top_srcdir=$ac_top_build_prefix$srcdir
1547 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1548esac
81ecdfbb
RW
1549ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1550
1551 cd "$ac_dir" || { ac_status=$?; continue; }
1552 # Check for guested configure.
1553 if test -f "$ac_srcdir/configure.gnu"; then
1554 echo &&
1555 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1556 elif test -f "$ac_srcdir/configure"; then
1557 echo &&
1558 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1559 else
81ecdfbb
RW
1560 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1561 fi || ac_status=$?
1562 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1563 done
1564fi
1565
81ecdfbb 1566test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1567if $ac_init_version; then
1568 cat <<\_ACEOF
81ecdfbb 1569configure
d0ac1c44 1570generated by GNU Autoconf 2.69
b7026657 1571
d0ac1c44 1572Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1573This configure script is free software; the Free Software Foundation
1574gives unlimited permission to copy, distribute and modify it.
1575_ACEOF
81ecdfbb 1576 exit
b7026657 1577fi
b7026657 1578
81ecdfbb
RW
1579## ------------------------ ##
1580## Autoconf initialization. ##
1581## ------------------------ ##
b7026657 1582
81ecdfbb
RW
1583# ac_fn_c_try_compile LINENO
1584# --------------------------
1585# Try to compile conftest.$ac_ext, and return whether this succeeded.
1586ac_fn_c_try_compile ()
b7026657 1587{
81ecdfbb
RW
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 rm -f conftest.$ac_objext
1590 if { { ac_try="$ac_compile"
1591case "(($ac_try" in
1592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1593 *) ac_try_echo=$ac_try;;
1594esac
1595eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1596$as_echo "$ac_try_echo"; } >&5
1597 (eval "$ac_compile") 2>conftest.err
1598 ac_status=$?
1599 if test -s conftest.err; then
1600 grep -v '^ *+' conftest.err >conftest.er1
1601 cat conftest.er1 >&5
1602 mv -f conftest.er1 conftest.err
1603 fi
1604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1605 test $ac_status = 0; } && {
1606 test -z "$ac_c_werror_flag" ||
1607 test ! -s conftest.err
1608 } && test -s conftest.$ac_objext; then :
1609 ac_retval=0
1610else
1611 $as_echo "$as_me: failed program was:" >&5
1612sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1613
81ecdfbb
RW
1614 ac_retval=1
1615fi
d0ac1c44
SM
1616 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1617 as_fn_set_status $ac_retval
b7026657 1618
81ecdfbb 1619} # ac_fn_c_try_compile
b7026657 1620
81ecdfbb
RW
1621# ac_fn_c_try_cpp LINENO
1622# ----------------------
1623# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1624ac_fn_c_try_cpp ()
1625{
1626 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1627 if { { ac_try="$ac_cpp conftest.$ac_ext"
1628case "(($ac_try" in
1629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1630 *) ac_try_echo=$ac_try;;
1631esac
1632eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1633$as_echo "$ac_try_echo"; } >&5
1634 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1635 ac_status=$?
1636 if test -s conftest.err; then
1637 grep -v '^ *+' conftest.err >conftest.er1
1638 cat conftest.er1 >&5
1639 mv -f conftest.er1 conftest.err
1640 fi
1641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1642 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1643 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1644 test ! -s conftest.err
1645 }; then :
1646 ac_retval=0
1647else
1648 $as_echo "$as_me: failed program was:" >&5
1649sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1650
81ecdfbb
RW
1651 ac_retval=1
1652fi
d0ac1c44
SM
1653 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1654 as_fn_set_status $ac_retval
b7026657 1655
81ecdfbb
RW
1656} # ac_fn_c_try_cpp
1657
1658# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1659# -------------------------------------------------------
1660# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1661# the include files in INCLUDES and setting the cache variable VAR
1662# accordingly.
1663ac_fn_c_check_header_mongrel ()
1664{
1665 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1666 if eval \${$3+:} false; then :
81ecdfbb
RW
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1668$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1669if eval \${$3+:} false; then :
81ecdfbb
RW
1670 $as_echo_n "(cached) " >&6
1671fi
1672eval ac_res=\$$3
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1674$as_echo "$ac_res" >&6; }
1675else
1676 # Is the header compilable?
1677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1678$as_echo_n "checking $2 usability... " >&6; }
1679cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1680/* end confdefs.h. */
1681$4
1682#include <$2>
1683_ACEOF
1684if ac_fn_c_try_compile "$LINENO"; then :
1685 ac_header_compiler=yes
1686else
1687 ac_header_compiler=no
1688fi
1689rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1690{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1691$as_echo "$ac_header_compiler" >&6; }
1692
1693# Is the header present?
1694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1695$as_echo_n "checking $2 presence... " >&6; }
1696cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1697/* end confdefs.h. */
1698#include <$2>
1699_ACEOF
1700if ac_fn_c_try_cpp "$LINENO"; then :
1701 ac_header_preproc=yes
1702else
1703 ac_header_preproc=no
1704fi
d0ac1c44 1705rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1707$as_echo "$ac_header_preproc" >&6; }
1708
1709# So? What about this header?
1710case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1711 yes:no: )
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1713$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1715$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1716 ;;
1717 no:yes:* )
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1719$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1721$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1723$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1725$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1727$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1728 ;;
1729esac
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1731$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1732if eval \${$3+:} false; then :
81ecdfbb
RW
1733 $as_echo_n "(cached) " >&6
1734else
1735 eval "$3=\$ac_header_compiler"
1736fi
1737eval ac_res=\$$3
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1739$as_echo "$ac_res" >&6; }
1740fi
d0ac1c44 1741 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1742
1743} # ac_fn_c_check_header_mongrel
1744
1745# ac_fn_c_try_run LINENO
1746# ----------------------
1747# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1748# that executables *can* be run.
1749ac_fn_c_try_run ()
1750{
1751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1752 if { { ac_try="$ac_link"
1753case "(($ac_try" in
1754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1755 *) ac_try_echo=$ac_try;;
1756esac
1757eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1758$as_echo "$ac_try_echo"; } >&5
1759 (eval "$ac_link") 2>&5
1760 ac_status=$?
1761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1762 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1763 { { case "(($ac_try" in
1764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1765 *) ac_try_echo=$ac_try;;
1766esac
1767eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1768$as_echo "$ac_try_echo"; } >&5
1769 (eval "$ac_try") 2>&5
1770 ac_status=$?
1771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1772 test $ac_status = 0; }; }; then :
1773 ac_retval=0
1774else
1775 $as_echo "$as_me: program exited with status $ac_status" >&5
1776 $as_echo "$as_me: failed program was:" >&5
1777sed 's/^/| /' conftest.$ac_ext >&5
1778
1779 ac_retval=$ac_status
1780fi
1781 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1782 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1783 as_fn_set_status $ac_retval
81ecdfbb
RW
1784
1785} # ac_fn_c_try_run
1786
1787# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1788# -------------------------------------------------------
1789# Tests whether HEADER exists and can be compiled using the include files in
1790# INCLUDES, setting the cache variable VAR accordingly.
1791ac_fn_c_check_header_compile ()
1792{
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1795$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1796if eval \${$3+:} false; then :
81ecdfbb
RW
1797 $as_echo_n "(cached) " >&6
1798else
1799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1800/* end confdefs.h. */
1801$4
1802#include <$2>
1803_ACEOF
1804if ac_fn_c_try_compile "$LINENO"; then :
1805 eval "$3=yes"
1806else
1807 eval "$3=no"
1808fi
1809rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1810fi
1811eval ac_res=\$$3
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1813$as_echo "$ac_res" >&6; }
d0ac1c44 1814 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1815
1816} # ac_fn_c_check_header_compile
1817
1818# ac_fn_c_try_link LINENO
1819# -----------------------
1820# Try to link conftest.$ac_ext, and return whether this succeeded.
1821ac_fn_c_try_link ()
1822{
1823 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1824 rm -f conftest.$ac_objext conftest$ac_exeext
1825 if { { ac_try="$ac_link"
1826case "(($ac_try" in
1827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1828 *) ac_try_echo=$ac_try;;
1829esac
1830eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1831$as_echo "$ac_try_echo"; } >&5
1832 (eval "$ac_link") 2>conftest.err
1833 ac_status=$?
1834 if test -s conftest.err; then
1835 grep -v '^ *+' conftest.err >conftest.er1
1836 cat conftest.er1 >&5
1837 mv -f conftest.er1 conftest.err
1838 fi
1839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1840 test $ac_status = 0; } && {
1841 test -z "$ac_c_werror_flag" ||
1842 test ! -s conftest.err
1843 } && test -s conftest$ac_exeext && {
1844 test "$cross_compiling" = yes ||
d0ac1c44 1845 test -x conftest$ac_exeext
81ecdfbb
RW
1846 }; then :
1847 ac_retval=0
1848else
1849 $as_echo "$as_me: failed program was:" >&5
1850sed 's/^/| /' conftest.$ac_ext >&5
1851
1852 ac_retval=1
1853fi
1854 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1855 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1856 # interfere with the next link command; also delete a directory that is
1857 # left behind by Apple's compiler. We do this before executing the actions.
1858 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1859 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1860 as_fn_set_status $ac_retval
81ecdfbb
RW
1861
1862} # ac_fn_c_try_link
1863
1864# ac_fn_c_check_func LINENO FUNC VAR
1865# ----------------------------------
1866# Tests whether FUNC exists, setting the cache variable VAR accordingly
1867ac_fn_c_check_func ()
1868{
1869 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1871$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1872if eval \${$3+:} false; then :
81ecdfbb
RW
1873 $as_echo_n "(cached) " >&6
1874else
1875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1876/* end confdefs.h. */
1877/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1878 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1879#define $2 innocuous_$2
1880
1881/* System header to define __stub macros and hopefully few prototypes,
1882 which can conflict with char $2 (); below.
1883 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1884 <limits.h> exists even on freestanding compilers. */
1885
1886#ifdef __STDC__
1887# include <limits.h>
1888#else
1889# include <assert.h>
1890#endif
1891
1892#undef $2
1893
1894/* Override any GCC internal prototype to avoid an error.
1895 Use char because int might match the return type of a GCC
1896 builtin and then its argument prototype would still apply. */
1897#ifdef __cplusplus
1898extern "C"
1899#endif
1900char $2 ();
1901/* The GNU C library defines this for functions which it implements
1902 to always fail with ENOSYS. Some functions are actually named
1903 something starting with __ and the normal name is an alias. */
1904#if defined __stub_$2 || defined __stub___$2
1905choke me
1906#endif
1907
1908int
1909main ()
1910{
1911return $2 ();
1912 ;
1913 return 0;
1914}
1915_ACEOF
1916if ac_fn_c_try_link "$LINENO"; then :
1917 eval "$3=yes"
1918else
1919 eval "$3=no"
1920fi
1921rm -f core conftest.err conftest.$ac_objext \
1922 conftest$ac_exeext conftest.$ac_ext
1923fi
1924eval ac_res=\$$3
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1926$as_echo "$ac_res" >&6; }
d0ac1c44 1927 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1928
1929} # ac_fn_c_check_func
936df756
MF
1930
1931# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1932# ----------------------------------------------------
1933# Tries to find if the field MEMBER exists in type AGGR, after including
1934# INCLUDES, setting cache variable VAR accordingly.
1935ac_fn_c_check_member ()
1936{
1937 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1939$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1940if eval \${$4+:} false; then :
936df756
MF
1941 $as_echo_n "(cached) " >&6
1942else
1943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1944/* end confdefs.h. */
1945$5
1946int
1947main ()
1948{
1949static $2 ac_aggr;
1950if (ac_aggr.$3)
1951return 0;
1952 ;
1953 return 0;
1954}
1955_ACEOF
1956if ac_fn_c_try_compile "$LINENO"; then :
1957 eval "$4=yes"
1958else
1959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1960/* end confdefs.h. */
1961$5
1962int
1963main ()
1964{
1965static $2 ac_aggr;
1966if (sizeof ac_aggr.$3)
1967return 0;
1968 ;
1969 return 0;
1970}
1971_ACEOF
1972if ac_fn_c_try_compile "$LINENO"; then :
1973 eval "$4=yes"
1974else
1975 eval "$4=no"
1976fi
1977rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1978fi
1979rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1980fi
1981eval ac_res=\$$4
1982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1983$as_echo "$ac_res" >&6; }
d0ac1c44 1984 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1985
1986} # ac_fn_c_check_member
1987
1988# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1989# -------------------------------------------
1990# Tests whether TYPE exists after having included INCLUDES, setting cache
1991# variable VAR accordingly.
1992ac_fn_c_check_type ()
1993{
1994 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1996$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1997if eval \${$3+:} false; then :
936df756
MF
1998 $as_echo_n "(cached) " >&6
1999else
2000 eval "$3=no"
2001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002/* end confdefs.h. */
2003$4
2004int
2005main ()
2006{
2007if (sizeof ($2))
2008 return 0;
2009 ;
2010 return 0;
2011}
2012_ACEOF
2013if ac_fn_c_try_compile "$LINENO"; then :
2014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2015/* end confdefs.h. */
2016$4
2017int
2018main ()
2019{
2020if (sizeof (($2)))
2021 return 0;
2022 ;
2023 return 0;
2024}
2025_ACEOF
2026if ac_fn_c_try_compile "$LINENO"; then :
2027
2028else
2029 eval "$3=yes"
2030fi
2031rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2032fi
2033rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2034fi
2035eval ac_res=\$$3
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2037$as_echo "$ac_res" >&6; }
d0ac1c44 2038 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2039
2040} # ac_fn_c_check_type
81ecdfbb
RW
2041cat >config.log <<_ACEOF
2042This file contains any messages produced by compilers while
2043running configure, to aid debugging if configure makes a mistake.
2044
2045It was created by $as_me, which was
d0ac1c44 2046generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2047
2048 $ $0 $@
2049
2050_ACEOF
2051exec 5>>config.log
2052{
2053cat <<_ASUNAME
2054## --------- ##
2055## Platform. ##
2056## --------- ##
2057
2058hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2059uname -m = `(uname -m) 2>/dev/null || echo unknown`
2060uname -r = `(uname -r) 2>/dev/null || echo unknown`
2061uname -s = `(uname -s) 2>/dev/null || echo unknown`
2062uname -v = `(uname -v) 2>/dev/null || echo unknown`
2063
2064/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2065/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2066
2067/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2068/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2069/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2070/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2071/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2072/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2073/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2074
2075_ASUNAME
2076
2077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2078for as_dir in $PATH
2079do
2080 IFS=$as_save_IFS
2081 test -z "$as_dir" && as_dir=.
2082 $as_echo "PATH: $as_dir"
2083 done
2084IFS=$as_save_IFS
2085
2086} >&5
2087
2088cat >&5 <<_ACEOF
b7026657
AC
2089
2090
2091## ----------- ##
2092## Core tests. ##
2093## ----------- ##
2094
2095_ACEOF
2096
2097
2098# Keep a trace of the command line.
2099# Strip out --no-create and --no-recursion so they do not pile up.
2100# Strip out --silent because we don't want to record it for future runs.
2101# Also quote any args containing shell meta-characters.
2102# Make two passes to allow for proper duplicate-argument suppression.
2103ac_configure_args=
2104ac_configure_args0=
2105ac_configure_args1=
b7026657
AC
2106ac_must_keep_next=false
2107for ac_pass in 1 2
2108do
2109 for ac_arg
2110 do
2111 case $ac_arg in
2112 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2113 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2114 | -silent | --silent | --silen | --sile | --sil)
2115 continue ;;
81ecdfbb
RW
2116 *\'*)
2117 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2118 esac
2119 case $ac_pass in
81ecdfbb 2120 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2121 2)
81ecdfbb 2122 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2123 if test $ac_must_keep_next = true; then
2124 ac_must_keep_next=false # Got value, back to normal.
2125 else
2126 case $ac_arg in
2127 *=* | --config-cache | -C | -disable-* | --disable-* \
2128 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2129 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2130 | -with-* | --with-* | -without-* | --without-* | --x)
2131 case "$ac_configure_args0 " in
2132 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2133 esac
2134 ;;
2135 -* ) ac_must_keep_next=true ;;
2136 esac
2137 fi
81ecdfbb 2138 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2139 ;;
2140 esac
2141 done
2142done
81ecdfbb
RW
2143{ ac_configure_args0=; unset ac_configure_args0;}
2144{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2145
2146# When interrupted or exit'd, cleanup temporary files, and complete
2147# config.log. We remove comments because anyway the quotes in there
2148# would cause problems or look ugly.
81ecdfbb
RW
2149# WARNING: Use '\'' to represent an apostrophe within the trap.
2150# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2151trap 'exit_status=$?
2152 # Save into config.log some information that might help in debugging.
2153 {
2154 echo
2155
d0ac1c44 2156 $as_echo "## ---------------- ##
b7026657 2157## Cache variables. ##
d0ac1c44 2158## ---------------- ##"
b7026657
AC
2159 echo
2160 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2161(
2162 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2163 eval ac_val=\$$ac_var
2164 case $ac_val in #(
2165 *${as_nl}*)
2166 case $ac_var in #(
2167 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2168$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2169 esac
2170 case $ac_var in #(
2171 _ | IFS | as_nl) ;; #(
2172 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2173 *) { eval $ac_var=; unset $ac_var;} ;;
2174 esac ;;
2175 esac
2176 done
b7026657 2177 (set) 2>&1 |
81ecdfbb
RW
2178 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2179 *${as_nl}ac_space=\ *)
b7026657 2180 sed -n \
81ecdfbb
RW
2181 "s/'\''/'\''\\\\'\'''\''/g;
2182 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2183 ;; #(
b7026657 2184 *)
81ecdfbb 2185 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2186 ;;
81ecdfbb
RW
2187 esac |
2188 sort
2189)
b7026657
AC
2190 echo
2191
d0ac1c44 2192 $as_echo "## ----------------- ##
b7026657 2193## Output variables. ##
d0ac1c44 2194## ----------------- ##"
b7026657
AC
2195 echo
2196 for ac_var in $ac_subst_vars
2197 do
81ecdfbb
RW
2198 eval ac_val=\$$ac_var
2199 case $ac_val in
2200 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2201 esac
2202 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2203 done | sort
2204 echo
2205
2206 if test -n "$ac_subst_files"; then
d0ac1c44 2207 $as_echo "## ------------------- ##
81ecdfbb 2208## File substitutions. ##
d0ac1c44 2209## ------------------- ##"
b7026657
AC
2210 echo
2211 for ac_var in $ac_subst_files
2212 do
81ecdfbb
RW
2213 eval ac_val=\$$ac_var
2214 case $ac_val in
2215 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2216 esac
2217 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2218 done | sort
2219 echo
2220 fi
2221
2222 if test -s confdefs.h; then
d0ac1c44 2223 $as_echo "## ----------- ##
b7026657 2224## confdefs.h. ##
d0ac1c44 2225## ----------- ##"
b7026657 2226 echo
81ecdfbb 2227 cat confdefs.h
b7026657
AC
2228 echo
2229 fi
2230 test "$ac_signal" != 0 &&
81ecdfbb
RW
2231 $as_echo "$as_me: caught signal $ac_signal"
2232 $as_echo "$as_me: exit $exit_status"
b7026657 2233 } >&5
81ecdfbb
RW
2234 rm -f core *.core core.conftest.* &&
2235 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2236 exit $exit_status
81ecdfbb 2237' 0
b7026657 2238for ac_signal in 1 2 13 15; do
81ecdfbb 2239 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2240done
2241ac_signal=0
2242
2243# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2244rm -f -r conftest* confdefs.h
2245
2246$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2247
2248# Predefined preprocessor variables.
2249
2250cat >>confdefs.h <<_ACEOF
2251#define PACKAGE_NAME "$PACKAGE_NAME"
2252_ACEOF
2253
b7026657
AC
2254cat >>confdefs.h <<_ACEOF
2255#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2256_ACEOF
2257
b7026657
AC
2258cat >>confdefs.h <<_ACEOF
2259#define PACKAGE_VERSION "$PACKAGE_VERSION"
2260_ACEOF
2261
b7026657
AC
2262cat >>confdefs.h <<_ACEOF
2263#define PACKAGE_STRING "$PACKAGE_STRING"
2264_ACEOF
2265
b7026657
AC
2266cat >>confdefs.h <<_ACEOF
2267#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2268_ACEOF
2269
81ecdfbb
RW
2270cat >>confdefs.h <<_ACEOF
2271#define PACKAGE_URL "$PACKAGE_URL"
2272_ACEOF
2273
b7026657
AC
2274
2275# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2276# Prefer an explicitly selected file to automatically selected ones.
2277ac_site_file1=NONE
2278ac_site_file2=NONE
2279if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2280 # We do not want a PATH search for config.site.
2281 case $CONFIG_SITE in #((
2282 -*) ac_site_file1=./$CONFIG_SITE;;
2283 */*) ac_site_file1=$CONFIG_SITE;;
2284 *) ac_site_file1=./$CONFIG_SITE;;
2285 esac
81ecdfbb
RW
2286elif test "x$prefix" != xNONE; then
2287 ac_site_file1=$prefix/share/config.site
2288 ac_site_file2=$prefix/etc/config.site
2289else
2290 ac_site_file1=$ac_default_prefix/share/config.site
2291 ac_site_file2=$ac_default_prefix/etc/config.site
2292fi
2293for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2294do
2295 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2296 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2298$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2299 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2300 . "$ac_site_file" \
2301 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2302$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2303as_fn_error $? "failed to load site script $ac_site_file
2304See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2305 fi
2306done
2307
2308if test -r "$cache_file"; then
d0ac1c44
SM
2309 # Some versions of bash will fail to source /dev/null (special files
2310 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2311 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2313$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2314 case $cache_file in
81ecdfbb
RW
2315 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2316 *) . "./$cache_file";;
b7026657
AC
2317 esac
2318 fi
c906108c 2319else
81ecdfbb
RW
2320 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2321$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2322 >$cache_file
2323fi
2324
2c2645d7
MF
2325as_fn_append ac_header_list " dlfcn.h"
2326as_fn_append ac_header_list " fcntl.h"
2327as_fn_append ac_header_list " fpu_control.h"
2328as_fn_append ac_header_list " unistd.h"
2329as_fn_append ac_header_list " sys/mman.h"
2330as_fn_append ac_header_list " sys/resource.h"
2c2645d7 2331as_fn_append ac_header_list " sys/stat.h"
37e9f182
MF
2332as_fn_append ac_func_list " __setfpucw"
2333as_fn_append ac_func_list " ftruncate"
2334as_fn_append ac_func_list " getrusage"
2335as_fn_append ac_func_list " lstat"
2336as_fn_append ac_func_list " mmap"
2337as_fn_append ac_func_list " munmap"
2338as_fn_append ac_func_list " posix_fallocate"
2339as_fn_append ac_func_list " sigaction"
fe348617 2340as_fn_append ac_func_list " strsignal"
37e9f182
MF
2341as_fn_append ac_func_list " time"
2342as_fn_append ac_func_list " truncate"
b7026657
AC
2343# Check that the precious variables saved in the cache have kept the same
2344# value.
2345ac_cache_corrupted=false
81ecdfbb 2346for ac_var in $ac_precious_vars; do
b7026657
AC
2347 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2348 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2349 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2350 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2351 case $ac_old_set,$ac_new_set in
2352 set,)
81ecdfbb
RW
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2354$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2355 ac_cache_corrupted=: ;;
2356 ,set)
81ecdfbb
RW
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2358$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2359 ac_cache_corrupted=: ;;
2360 ,);;
2361 *)
2362 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2363 # differences in whitespace do not lead to failure.
2364 ac_old_val_w=`echo x $ac_old_val`
2365 ac_new_val_w=`echo x $ac_new_val`
2366 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2367 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2368$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2369 ac_cache_corrupted=:
2370 else
2371 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2372$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2373 eval $ac_var=\$ac_old_val
2374 fi
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2376$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2378$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2379 fi;;
2380 esac
2381 # Pass precious variables to config.status.
2382 if test "$ac_new_set" = set; then
2383 case $ac_new_val in
81ecdfbb 2384 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2385 *) ac_arg=$ac_var=$ac_new_val ;;
2386 esac
2387 case " $ac_configure_args " in
2388 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2389 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2390 esac
2391 fi
2392done
2393if $ac_cache_corrupted; then
81ecdfbb
RW
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2395$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2397$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2398 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c906108c 2399fi
81ecdfbb
RW
2400## -------------------- ##
2401## Main body of script. ##
2402## -------------------- ##
b7026657
AC
2403
2404ac_ext=c
2405ac_cpp='$CPP $CPPFLAGS'
2406ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2407ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2408ac_compiler_gnu=$ac_cv_c_compiler_gnu
2409
2410
6bb11ab3
L
2411
2412
2413
2414
2415
c2783492
MF
2416ac_aux_dir=
2417for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2418 if test -f "$ac_dir/install-sh"; then
2419 ac_aux_dir=$ac_dir
2420 ac_install_sh="$ac_aux_dir/install-sh -c"
2421 break
2422 elif test -f "$ac_dir/install.sh"; then
2423 ac_aux_dir=$ac_dir
2424 ac_install_sh="$ac_aux_dir/install.sh -c"
2425 break
2426 elif test -f "$ac_dir/shtool"; then
2427 ac_aux_dir=$ac_dir
2428 ac_install_sh="$ac_aux_dir/shtool install -c"
2429 break
2430 fi
2431done
2432if test -z "$ac_aux_dir"; then
2433 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2434fi
2435
2436# These three variables are undocumented and unsupported,
2437# and are intended to be withdrawn in a future Autoconf release.
2438# They can cause serious problems if a builder's source tree is in a directory
2439# whose full name contains unusual characters.
2440ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2441ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2442ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2443
2444
2445# Make sure we can run config.sub.
2446$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2447 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2448
2449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2450$as_echo_n "checking build system type... " >&6; }
2451if ${ac_cv_build+:} false; then :
2452 $as_echo_n "(cached) " >&6
2453else
2454 ac_build_alias=$build_alias
2455test "x$ac_build_alias" = x &&
2456 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2457test "x$ac_build_alias" = x &&
2458 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2459ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2460 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2461
2462fi
2463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2464$as_echo "$ac_cv_build" >&6; }
2465case $ac_cv_build in
2466*-*-*) ;;
2467*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2468esac
2469build=$ac_cv_build
2470ac_save_IFS=$IFS; IFS='-'
2471set x $ac_cv_build
2472shift
2473build_cpu=$1
2474build_vendor=$2
2475shift; shift
2476# Remember, the first character of IFS is used to create $*,
2477# except with old shells:
2478build_os=$*
2479IFS=$ac_save_IFS
2480case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2481
2482
2483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2484$as_echo_n "checking host system type... " >&6; }
2485if ${ac_cv_host+:} false; then :
2486 $as_echo_n "(cached) " >&6
2487else
2488 if test "x$host_alias" = x; then
2489 ac_cv_host=$ac_cv_build
2490else
2491 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2492 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2493fi
2494
2495fi
2496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2497$as_echo "$ac_cv_host" >&6; }
2498case $ac_cv_host in
2499*-*-*) ;;
2500*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2501esac
2502host=$ac_cv_host
2503ac_save_IFS=$IFS; IFS='-'
2504set x $ac_cv_host
2505shift
2506host_cpu=$1
2507host_vendor=$2
2508shift; shift
2509# Remember, the first character of IFS is used to create $*,
2510# except with old shells:
2511host_os=$*
2512IFS=$ac_save_IFS
2513case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2514
2515
2516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2517$as_echo_n "checking target system type... " >&6; }
2518if ${ac_cv_target+:} false; then :
2519 $as_echo_n "(cached) " >&6
2520else
2521 if test "x$target_alias" = x; then
2522 ac_cv_target=$ac_cv_host
2523else
2524 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2525 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2526fi
2527
2528fi
2529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2530$as_echo "$ac_cv_target" >&6; }
2531case $ac_cv_target in
2532*-*-*) ;;
2533*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2534esac
2535target=$ac_cv_target
2536ac_save_IFS=$IFS; IFS='-'
2537set x $ac_cv_target
2538shift
2539target_cpu=$1
2540target_vendor=$2
2541shift; shift
2542# Remember, the first character of IFS is used to create $*,
2543# except with old shells:
2544target_os=$*
2545IFS=$ac_save_IFS
2546case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2547
2548
2549# The aliases save the names the user supplied, while $host etc.
2550# will get canonicalized.
2551test -n "$target_alias" &&
2552 test "$program_prefix$program_suffix$program_transform_name" = \
2553 NONENONEs,x,x, &&
2554 program_prefix=${target_alias}-
6bb11ab3
L
2555ac_ext=c
2556ac_cpp='$CPP $CPPFLAGS'
2557ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2558ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2559ac_compiler_gnu=$ac_cv_c_compiler_gnu
2560if test -n "$ac_tool_prefix"; then
2561 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2562set dummy ${ac_tool_prefix}gcc; ac_word=$2
2563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2564$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2565if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2566 $as_echo_n "(cached) " >&6
2567else
2568 if test -n "$CC"; then
2569 ac_cv_prog_CC="$CC" # Let the user override the test.
2570else
2571as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2572for as_dir in $PATH
2573do
2574 IFS=$as_save_IFS
2575 test -z "$as_dir" && as_dir=.
2576 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2577 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2578 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2579 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2580 break 2
2581 fi
2582done
2583 done
2584IFS=$as_save_IFS
2585
2586fi
2587fi
2588CC=$ac_cv_prog_CC
2589if test -n "$CC"; then
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2591$as_echo "$CC" >&6; }
2592else
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2594$as_echo "no" >&6; }
2595fi
2596
2597
2598fi
2599if test -z "$ac_cv_prog_CC"; then
2600 ac_ct_CC=$CC
2601 # Extract the first word of "gcc", so it can be a program name with args.
2602set dummy gcc; ac_word=$2
2603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2604$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2605if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2606 $as_echo_n "(cached) " >&6
2607else
2608 if test -n "$ac_ct_CC"; then
2609 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2610else
2611as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2612for as_dir in $PATH
2613do
2614 IFS=$as_save_IFS
2615 test -z "$as_dir" && as_dir=.
2616 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2617 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2618 ac_cv_prog_ac_ct_CC="gcc"
2619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2620 break 2
2621 fi
2622done
2623 done
2624IFS=$as_save_IFS
2625
2626fi
2627fi
2628ac_ct_CC=$ac_cv_prog_ac_ct_CC
2629if test -n "$ac_ct_CC"; then
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2631$as_echo "$ac_ct_CC" >&6; }
2632else
2633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2634$as_echo "no" >&6; }
2635fi
2636
2637 if test "x$ac_ct_CC" = x; then
2638 CC=""
2639 else
2640 case $cross_compiling:$ac_tool_warned in
2641yes:)
2642{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2643$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2644ac_tool_warned=yes ;;
2645esac
2646 CC=$ac_ct_CC
2647 fi
2648else
2649 CC="$ac_cv_prog_CC"
2650fi
2651
2652if test -z "$CC"; then
2653 if test -n "$ac_tool_prefix"; then
2654 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2655set dummy ${ac_tool_prefix}cc; ac_word=$2
2656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2657$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2658if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2659 $as_echo_n "(cached) " >&6
2660else
2661 if test -n "$CC"; then
2662 ac_cv_prog_CC="$CC" # Let the user override the test.
2663else
2664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2665for as_dir in $PATH
2666do
2667 IFS=$as_save_IFS
2668 test -z "$as_dir" && as_dir=.
2669 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2670 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2671 ac_cv_prog_CC="${ac_tool_prefix}cc"
2672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2673 break 2
2674 fi
2675done
2676 done
2677IFS=$as_save_IFS
2678
2679fi
2680fi
2681CC=$ac_cv_prog_CC
2682if test -n "$CC"; then
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2684$as_echo "$CC" >&6; }
2685else
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2687$as_echo "no" >&6; }
2688fi
2689
2690
2691 fi
2692fi
2693if test -z "$CC"; then
2694 # Extract the first word of "cc", so it can be a program name with args.
2695set dummy cc; ac_word=$2
2696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2697$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2698if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2699 $as_echo_n "(cached) " >&6
2700else
2701 if test -n "$CC"; then
2702 ac_cv_prog_CC="$CC" # Let the user override the test.
2703else
2704 ac_prog_rejected=no
2705as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2706for as_dir in $PATH
2707do
2708 IFS=$as_save_IFS
2709 test -z "$as_dir" && as_dir=.
2710 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2711 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2712 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2713 ac_prog_rejected=yes
2714 continue
2715 fi
2716 ac_cv_prog_CC="cc"
2717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2718 break 2
2719 fi
2720done
2721 done
2722IFS=$as_save_IFS
2723
2724if test $ac_prog_rejected = yes; then
2725 # We found a bogon in the path, so make sure we never use it.
2726 set dummy $ac_cv_prog_CC
2727 shift
2728 if test $# != 0; then
2729 # We chose a different compiler from the bogus one.
2730 # However, it has the same basename, so the bogon will be chosen
2731 # first if we set CC to just the basename; use the full file name.
2732 shift
2733 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2734 fi
2735fi
2736fi
2737fi
2738CC=$ac_cv_prog_CC
2739if test -n "$CC"; then
2740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2741$as_echo "$CC" >&6; }
2742else
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2744$as_echo "no" >&6; }
2745fi
2746
2747
2748fi
2749if test -z "$CC"; then
2750 if test -n "$ac_tool_prefix"; then
2751 for ac_prog in cl.exe
2752 do
2753 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2754set dummy $ac_tool_prefix$ac_prog; ac_word=$2
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 :
6bb11ab3
L
2758 $as_echo_n "(cached) " >&6
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=.
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
6bb11ab3
L
2770 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2772 break 2
2773 fi
2774done
2775 done
2776IFS=$as_save_IFS
2777
2778fi
2779fi
2780CC=$ac_cv_prog_CC
2781if test -n "$CC"; then
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2783$as_echo "$CC" >&6; }
2784else
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2786$as_echo "no" >&6; }
2787fi
2788
2789
2790 test -n "$CC" && break
2791 done
2792fi
2793if test -z "$CC"; then
2794 ac_ct_CC=$CC
2795 for ac_prog in cl.exe
2796do
2797 # Extract the first word of "$ac_prog", so it can be a program name with args.
2798set dummy $ac_prog; ac_word=$2
2799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2800$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2801if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2802 $as_echo_n "(cached) " >&6
2803else
2804 if test -n "$ac_ct_CC"; then
2805 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2806else
2807as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2808for as_dir in $PATH
2809do
2810 IFS=$as_save_IFS
2811 test -z "$as_dir" && as_dir=.
2812 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2813 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2814 ac_cv_prog_ac_ct_CC="$ac_prog"
2815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2816 break 2
2817 fi
2818done
2819 done
2820IFS=$as_save_IFS
2821
2822fi
2823fi
2824ac_ct_CC=$ac_cv_prog_ac_ct_CC
2825if test -n "$ac_ct_CC"; then
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2827$as_echo "$ac_ct_CC" >&6; }
2828else
2829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2830$as_echo "no" >&6; }
2831fi
2832
2833
2834 test -n "$ac_ct_CC" && break
2835done
2836
2837 if test "x$ac_ct_CC" = x; then
2838 CC=""
2839 else
2840 case $cross_compiling:$ac_tool_warned in
2841yes:)
2842{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2843$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2844ac_tool_warned=yes ;;
2845esac
2846 CC=$ac_ct_CC
2847 fi
2848fi
2849
2850fi
2851
2852
2853test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2854$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2855as_fn_error $? "no acceptable C compiler found in \$PATH
2856See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2857
2858# Provide some information about the compiler.
2859$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2860set X $ac_compile
2861ac_compiler=$2
2862for ac_option in --version -v -V -qversion; do
2863 { { ac_try="$ac_compiler $ac_option >&5"
2864case "(($ac_try" in
2865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2866 *) ac_try_echo=$ac_try;;
2867esac
2868eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2869$as_echo "$ac_try_echo"; } >&5
2870 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2871 ac_status=$?
2872 if test -s conftest.err; then
2873 sed '10a\
2874... rest of stderr output deleted ...
2875 10q' conftest.err >conftest.er1
2876 cat conftest.er1 >&5
6bb11ab3 2877 fi
d0ac1c44 2878 rm -f conftest.er1 conftest.err
6bb11ab3
L
2879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2880 test $ac_status = 0; }
2881done
2882
2883cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2884/* end confdefs.h. */
2885
2886int
2887main ()
2888{
2889
2890 ;
2891 return 0;
2892}
2893_ACEOF
2894ac_clean_files_save=$ac_clean_files
d0ac1c44 2895ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2896# Try to create an executable without -o first, disregard a.out.
2897# It will help us diagnose broken compilers, and finding out an intuition
2898# of exeext.
d0ac1c44
SM
2899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2900$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2901ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2902
2903# The possible output files:
2904ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2905
2906ac_rmfiles=
2907for ac_file in $ac_files
2908do
2909 case $ac_file in
2910 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2911 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2912 esac
2913done
2914rm -f $ac_rmfiles
2915
2916if { { ac_try="$ac_link_default"
2917case "(($ac_try" in
2918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2919 *) ac_try_echo=$ac_try;;
2920esac
2921eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2922$as_echo "$ac_try_echo"; } >&5
2923 (eval "$ac_link_default") 2>&5
2924 ac_status=$?
2925 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2926 test $ac_status = 0; }; then :
2927 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2928# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2929# in a Makefile. We should not override ac_cv_exeext if it was cached,
2930# so that the user can short-circuit this test for compilers unknown to
2931# Autoconf.
2932for ac_file in $ac_files ''
2933do
2934 test -f "$ac_file" || continue
2935 case $ac_file in
2936 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2937 ;;
2938 [ab].out )
2939 # We found the default executable, but exeext='' is most
2940 # certainly right.
2941 break;;
2942 *.* )
2943 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2944 then :; else
2945 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2946 fi
2947 # We set ac_cv_exeext here because the later test for it is not
2948 # safe: cross compilers may not add the suffix if given an `-o'
2949 # argument, so we may need to know it at that point already.
2950 # Even if this section looks crufty: it has the advantage of
2951 # actually working.
2952 break;;
2953 * )
2954 break;;
2955 esac
2956done
2957test "$ac_cv_exeext" = no && ac_cv_exeext=
2958
2959else
2960 ac_file=''
2961fi
6bb11ab3 2962if test -z "$ac_file"; then :
d0ac1c44
SM
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2964$as_echo "no" >&6; }
2965$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2966sed 's/^/| /' conftest.$ac_ext >&5
2967
2968{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2969$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2970as_fn_error 77 "C compiler cannot create executables
2971See \`config.log' for more details" "$LINENO" 5; }
2972else
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2974$as_echo "yes" >&6; }
6bb11ab3 2975fi
d0ac1c44
SM
2976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2977$as_echo_n "checking for C compiler default output file name... " >&6; }
2978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2979$as_echo "$ac_file" >&6; }
6bb11ab3
L
2980ac_exeext=$ac_cv_exeext
2981
d0ac1c44 2982rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2983ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2985$as_echo_n "checking for suffix of executables... " >&6; }
2986if { { ac_try="$ac_link"
2987case "(($ac_try" in
2988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2989 *) ac_try_echo=$ac_try;;
2990esac
2991eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2992$as_echo "$ac_try_echo"; } >&5
2993 (eval "$ac_link") 2>&5
2994 ac_status=$?
2995 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2996 test $ac_status = 0; }; then :
2997 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2998# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2999# work properly (i.e., refer to `conftest.exe'), while it won't with
3000# `rm'.
3001for ac_file in conftest.exe conftest conftest.*; do
3002 test -f "$ac_file" || continue
3003 case $ac_file in
3004 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3005 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3006 break;;
3007 * ) break;;
3008 esac
3009done
3010else
3011 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3012$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3013as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3014See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 3015fi
d0ac1c44 3016rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
3017{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3018$as_echo "$ac_cv_exeext" >&6; }
3019
3020rm -f conftest.$ac_ext
3021EXEEXT=$ac_cv_exeext
3022ac_exeext=$EXEEXT
d0ac1c44
SM
3023cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3024/* end confdefs.h. */
3025#include <stdio.h>
3026int
3027main ()
3028{
3029FILE *f = fopen ("conftest.out", "w");
3030 return ferror (f) || fclose (f) != 0;
3031
3032 ;
3033 return 0;
3034}
3035_ACEOF
3036ac_clean_files="$ac_clean_files conftest.out"
3037# Check that the compiler produces executables we can run. If not, either
3038# the compiler is broken, or we cross compile.
3039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3040$as_echo_n "checking whether we are cross compiling... " >&6; }
3041if test "$cross_compiling" != yes; then
3042 { { ac_try="$ac_link"
3043case "(($ac_try" in
3044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3045 *) ac_try_echo=$ac_try;;
3046esac
3047eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3048$as_echo "$ac_try_echo"; } >&5
3049 (eval "$ac_link") 2>&5
3050 ac_status=$?
3051 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3052 test $ac_status = 0; }
3053 if { ac_try='./conftest$ac_cv_exeext'
3054 { { case "(($ac_try" in
3055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3056 *) ac_try_echo=$ac_try;;
3057esac
3058eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3059$as_echo "$ac_try_echo"; } >&5
3060 (eval "$ac_try") 2>&5
3061 ac_status=$?
3062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3063 test $ac_status = 0; }; }; then
3064 cross_compiling=no
3065 else
3066 if test "$cross_compiling" = maybe; then
3067 cross_compiling=yes
3068 else
3069 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3070$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3071as_fn_error $? "cannot run C compiled programs.
3072If you meant to cross compile, use \`--host'.
3073See \`config.log' for more details" "$LINENO" 5; }
3074 fi
3075 fi
3076fi
3077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3078$as_echo "$cross_compiling" >&6; }
3079
3080rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3081ac_clean_files=$ac_clean_files_save
6bb11ab3
L
3082{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3083$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3084if ${ac_cv_objext+:} false; then :
6bb11ab3
L
3085 $as_echo_n "(cached) " >&6
3086else
3087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3088/* end confdefs.h. */
3089
3090int
3091main ()
3092{
3093
3094 ;
3095 return 0;
3096}
3097_ACEOF
3098rm -f conftest.o conftest.obj
3099if { { ac_try="$ac_compile"
3100case "(($ac_try" in
3101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3102 *) ac_try_echo=$ac_try;;
3103esac
3104eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3105$as_echo "$ac_try_echo"; } >&5
3106 (eval "$ac_compile") 2>&5
3107 ac_status=$?
3108 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3109 test $ac_status = 0; }; then :
3110 for ac_file in conftest.o conftest.obj conftest.*; do
3111 test -f "$ac_file" || continue;
3112 case $ac_file in
3113 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3114 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3115 break;;
3116 esac
3117done
3118else
3119 $as_echo "$as_me: failed program was:" >&5
3120sed 's/^/| /' conftest.$ac_ext >&5
3121
3122{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3123$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3124as_fn_error $? "cannot compute suffix of object files: cannot compile
3125See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3126fi
3127rm -f conftest.$ac_cv_objext conftest.$ac_ext
3128fi
3129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3130$as_echo "$ac_cv_objext" >&6; }
3131OBJEXT=$ac_cv_objext
3132ac_objext=$OBJEXT
3133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3134$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3135if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
3136 $as_echo_n "(cached) " >&6
3137else
3138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3139/* end confdefs.h. */
3140
3141int
3142main ()
3143{
3144#ifndef __GNUC__
3145 choke me
3146#endif
3147
3148 ;
3149 return 0;
3150}
3151_ACEOF
3152if ac_fn_c_try_compile "$LINENO"; then :
3153 ac_compiler_gnu=yes
3154else
3155 ac_compiler_gnu=no
3156fi
3157rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3158ac_cv_c_compiler_gnu=$ac_compiler_gnu
3159
3160fi
3161{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3162$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3163if test $ac_compiler_gnu = yes; then
3164 GCC=yes
3165else
3166 GCC=
3167fi
3168ac_test_CFLAGS=${CFLAGS+set}
3169ac_save_CFLAGS=$CFLAGS
3170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3171$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3172if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3173 $as_echo_n "(cached) " >&6
3174else
3175 ac_save_c_werror_flag=$ac_c_werror_flag
3176 ac_c_werror_flag=yes
3177 ac_cv_prog_cc_g=no
3178 CFLAGS="-g"
3179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3180/* end confdefs.h. */
3181
3182int
3183main ()
3184{
3185
3186 ;
3187 return 0;
3188}
3189_ACEOF
3190if ac_fn_c_try_compile "$LINENO"; then :
3191 ac_cv_prog_cc_g=yes
3192else
3193 CFLAGS=""
3194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3195/* end confdefs.h. */
3196
3197int
3198main ()
3199{
3200
3201 ;
3202 return 0;
3203}
3204_ACEOF
3205if ac_fn_c_try_compile "$LINENO"; then :
3206
3207else
3208 ac_c_werror_flag=$ac_save_c_werror_flag
3209 CFLAGS="-g"
3210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3211/* end confdefs.h. */
3212
3213int
3214main ()
3215{
3216
3217 ;
3218 return 0;
3219}
3220_ACEOF
3221if ac_fn_c_try_compile "$LINENO"; then :
3222 ac_cv_prog_cc_g=yes
3223fi
3224rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3225fi
3226rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3227fi
3228rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3229 ac_c_werror_flag=$ac_save_c_werror_flag
3230fi
3231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3232$as_echo "$ac_cv_prog_cc_g" >&6; }
3233if test "$ac_test_CFLAGS" = set; then
3234 CFLAGS=$ac_save_CFLAGS
3235elif test $ac_cv_prog_cc_g = yes; then
3236 if test "$GCC" = yes; then
3237 CFLAGS="-g -O2"
3238 else
3239 CFLAGS="-g"
3240 fi
3241else
3242 if test "$GCC" = yes; then
3243 CFLAGS="-O2"
3244 else
3245 CFLAGS=
3246 fi
3247fi
3248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3249$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3250if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3251 $as_echo_n "(cached) " >&6
3252else
3253 ac_cv_prog_cc_c89=no
3254ac_save_CC=$CC
3255cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3256/* end confdefs.h. */
3257#include <stdarg.h>
3258#include <stdio.h>
d0ac1c44 3259struct stat;
6bb11ab3
L
3260/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3261struct buf { int x; };
3262FILE * (*rcsopen) (struct buf *, struct stat *, int);
3263static char *e (p, i)
3264 char **p;
3265 int i;
3266{
3267 return p[i];
3268}
3269static char *f (char * (*g) (char **, int), char **p, ...)
3270{
3271 char *s;
3272 va_list v;
3273 va_start (v,p);
3274 s = g (p, va_arg (v,int));
3275 va_end (v);
3276 return s;
3277}
3278
3279/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3280 function prototypes and stuff, but not '\xHH' hex character constants.
3281 These don't provoke an error unfortunately, instead are silently treated
3282 as 'x'. The following induces an error, until -std is added to get
3283 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3284 array size at least. It's necessary to write '\x00'==0 to get something
3285 that's true only with -std. */
3286int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3287
3288/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3289 inside strings and character constants. */
3290#define FOO(x) 'x'
3291int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3292
3293int test (int i, double x);
3294struct s1 {int (*f) (int a);};
3295struct s2 {int (*f) (double a);};
3296int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3297int argc;
3298char **argv;
3299int
3300main ()
3301{
3302return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3303 ;
3304 return 0;
3305}
3306_ACEOF
3307for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3308 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3309do
3310 CC="$ac_save_CC $ac_arg"
3311 if ac_fn_c_try_compile "$LINENO"; then :
3312 ac_cv_prog_cc_c89=$ac_arg
3313fi
3314rm -f core conftest.err conftest.$ac_objext
3315 test "x$ac_cv_prog_cc_c89" != "xno" && break
3316done
3317rm -f conftest.$ac_ext
3318CC=$ac_save_CC
3319
3320fi
3321# AC_CACHE_VAL
3322case "x$ac_cv_prog_cc_c89" in
3323 x)
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3325$as_echo "none needed" >&6; } ;;
3326 xno)
3327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3328$as_echo "unsupported" >&6; } ;;
3329 *)
3330 CC="$CC $ac_cv_prog_cc_c89"
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3332$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3333esac
3334if test "x$ac_cv_prog_cc_c89" != xno; then :
3335
3336fi
3337
3338ac_ext=c
3339ac_cpp='$CPP $CPPFLAGS'
3340ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3341ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3342ac_compiler_gnu=$ac_cv_c_compiler_gnu
3343
c2783492 3344
ebe9564b
MF
3345ac_ext=c
3346ac_cpp='$CPP $CPPFLAGS'
3347ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3348ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3349ac_compiler_gnu=$ac_cv_c_compiler_gnu
3350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3351$as_echo_n "checking how to run the C preprocessor... " >&6; }
3352# On Suns, sometimes $CPP names a directory.
3353if test -n "$CPP" && test -d "$CPP"; then
3354 CPP=
3355fi
3356if test -z "$CPP"; then
3357 if ${ac_cv_prog_CPP+:} false; then :
3358 $as_echo_n "(cached) " >&6
3359else
3360 # Double quotes because CPP needs to be expanded
3361 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3362 do
3363 ac_preproc_ok=false
3364for ac_c_preproc_warn_flag in '' yes
3365do
3366 # Use a header file that comes with gcc, so configuring glibc
3367 # with a fresh cross-compiler works.
3368 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3369 # <limits.h> exists even on freestanding compilers.
3370 # On the NeXT, cc -E runs the code through the compiler's parser,
3371 # not just through cpp. "Syntax error" is here to catch this case.
3372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3373/* end confdefs.h. */
3374#ifdef __STDC__
3375# include <limits.h>
3376#else
3377# include <assert.h>
3378#endif
3379 Syntax error
3380_ACEOF
3381if ac_fn_c_try_cpp "$LINENO"; then :
3382
3383else
3384 # Broken: fails on valid input.
3385continue
3386fi
3387rm -f conftest.err conftest.i conftest.$ac_ext
3388
3389 # OK, works on sane cases. Now check whether nonexistent headers
3390 # can be detected and how.
3391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3392/* end confdefs.h. */
3393#include <ac_nonexistent.h>
3394_ACEOF
3395if ac_fn_c_try_cpp "$LINENO"; then :
3396 # Broken: success on invalid input.
3397continue
3398else
3399 # Passes both tests.
3400ac_preproc_ok=:
3401break
3402fi
3403rm -f conftest.err conftest.i conftest.$ac_ext
3404
3405done
3406# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3407rm -f conftest.i conftest.err conftest.$ac_ext
3408if $ac_preproc_ok; then :
3409 break
3410fi
3411
3412 done
3413 ac_cv_prog_CPP=$CPP
3414
3415fi
3416 CPP=$ac_cv_prog_CPP
3417else
3418 ac_cv_prog_CPP=$CPP
3419fi
3420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3421$as_echo "$CPP" >&6; }
3422ac_preproc_ok=false
3423for ac_c_preproc_warn_flag in '' yes
3424do
3425 # Use a header file that comes with gcc, so configuring glibc
3426 # with a fresh cross-compiler works.
3427 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3428 # <limits.h> exists even on freestanding compilers.
3429 # On the NeXT, cc -E runs the code through the compiler's parser,
3430 # not just through cpp. "Syntax error" is here to catch this case.
3431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3432/* end confdefs.h. */
3433#ifdef __STDC__
3434# include <limits.h>
3435#else
3436# include <assert.h>
3437#endif
3438 Syntax error
3439_ACEOF
3440if ac_fn_c_try_cpp "$LINENO"; then :
3441
3442else
3443 # Broken: fails on valid input.
3444continue
3445fi
3446rm -f conftest.err conftest.i conftest.$ac_ext
3447
3448 # OK, works on sane cases. Now check whether nonexistent headers
3449 # can be detected and how.
3450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3451/* end confdefs.h. */
3452#include <ac_nonexistent.h>
3453_ACEOF
3454if ac_fn_c_try_cpp "$LINENO"; then :
3455 # Broken: success on invalid input.
3456continue
3457else
3458 # Passes both tests.
3459ac_preproc_ok=:
3460break
3461fi
3462rm -f conftest.err conftest.i conftest.$ac_ext
3463
3464done
3465# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3466rm -f conftest.i conftest.err conftest.$ac_ext
3467if $ac_preproc_ok; then :
3468
3469else
3470 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3471$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3472as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3473See \`config.log' for more details" "$LINENO" 5; }
3474fi
3475
3476ac_ext=c
3477ac_cpp='$CPP $CPPFLAGS'
3478ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3479ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3480ac_compiler_gnu=$ac_cv_c_compiler_gnu
3481
6bb11ab3
L
3482
3483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3484$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3485if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3486 $as_echo_n "(cached) " >&6
3487else
3488 if test -z "$GREP"; then
3489 ac_path_GREP_found=false
3490 # Loop through the user's path and test for each of PROGNAME-LIST
3491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3492for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3493do
3494 IFS=$as_save_IFS
3495 test -z "$as_dir" && as_dir=.
3496 for ac_prog in grep ggrep; do
3497 for ac_exec_ext in '' $ac_executable_extensions; do
3498 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3499 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3500# Check for GNU ac_path_GREP and select it if it is found.
3501 # Check for GNU $ac_path_GREP
3502case `"$ac_path_GREP" --version 2>&1` in
3503*GNU*)
3504 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3505*)
3506 ac_count=0
3507 $as_echo_n 0123456789 >"conftest.in"
3508 while :
3509 do
3510 cat "conftest.in" "conftest.in" >"conftest.tmp"
3511 mv "conftest.tmp" "conftest.in"
3512 cp "conftest.in" "conftest.nl"
3513 $as_echo 'GREP' >> "conftest.nl"
3514 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3515 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3516 as_fn_arith $ac_count + 1 && ac_count=$as_val
3517 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3518 # Best one so far, save it but keep looking for a better one
3519 ac_cv_path_GREP="$ac_path_GREP"
3520 ac_path_GREP_max=$ac_count
3521 fi
3522 # 10*(2^10) chars as input seems more than enough
3523 test $ac_count -gt 10 && break
3524 done
3525 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3526esac
3527
3528 $ac_path_GREP_found && break 3
3529 done
3530 done
3531 done
3532IFS=$as_save_IFS
3533 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3534 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3535 fi
3536else
3537 ac_cv_path_GREP=$GREP
3538fi
3539
3540fi
3541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3542$as_echo "$ac_cv_path_GREP" >&6; }
3543 GREP="$ac_cv_path_GREP"
3544
3545
3546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3547$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3548if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3549 $as_echo_n "(cached) " >&6
3550else
3551 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3552 then ac_cv_path_EGREP="$GREP -E"
3553 else
3554 if test -z "$EGREP"; then
3555 ac_path_EGREP_found=false
3556 # Loop through the user's path and test for each of PROGNAME-LIST
3557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3558for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3559do
3560 IFS=$as_save_IFS
3561 test -z "$as_dir" && as_dir=.
3562 for ac_prog in egrep; do
3563 for ac_exec_ext in '' $ac_executable_extensions; do
3564 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3565 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3566# Check for GNU ac_path_EGREP and select it if it is found.
3567 # Check for GNU $ac_path_EGREP
3568case `"$ac_path_EGREP" --version 2>&1` in
3569*GNU*)
3570 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3571*)
3572 ac_count=0
3573 $as_echo_n 0123456789 >"conftest.in"
3574 while :
3575 do
3576 cat "conftest.in" "conftest.in" >"conftest.tmp"
3577 mv "conftest.tmp" "conftest.in"
3578 cp "conftest.in" "conftest.nl"
3579 $as_echo 'EGREP' >> "conftest.nl"
3580 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3581 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3582 as_fn_arith $ac_count + 1 && ac_count=$as_val
3583 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3584 # Best one so far, save it but keep looking for a better one
3585 ac_cv_path_EGREP="$ac_path_EGREP"
3586 ac_path_EGREP_max=$ac_count
3587 fi
3588 # 10*(2^10) chars as input seems more than enough
3589 test $ac_count -gt 10 && break
3590 done
3591 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3592esac
3593
3594 $ac_path_EGREP_found && break 3
3595 done
3596 done
3597 done
3598IFS=$as_save_IFS
3599 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3600 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3601 fi
3602else
3603 ac_cv_path_EGREP=$EGREP
3604fi
3605
3606 fi
3607fi
3608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3609$as_echo "$ac_cv_path_EGREP" >&6; }
3610 EGREP="$ac_cv_path_EGREP"
3611
3612
3613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3614$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3615if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3616 $as_echo_n "(cached) " >&6
3617else
3618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3619/* end confdefs.h. */
3620#include <stdlib.h>
3621#include <stdarg.h>
3622#include <string.h>
3623#include <float.h>
3624
3625int
3626main ()
3627{
3628
3629 ;
3630 return 0;
3631}
3632_ACEOF
3633if ac_fn_c_try_compile "$LINENO"; then :
3634 ac_cv_header_stdc=yes
3635else
3636 ac_cv_header_stdc=no
3637fi
3638rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3639
3640if test $ac_cv_header_stdc = yes; then
3641 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3643/* end confdefs.h. */
3644#include <string.h>
3645
3646_ACEOF
3647if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3648 $EGREP "memchr" >/dev/null 2>&1; then :
3649
3650else
3651 ac_cv_header_stdc=no
3652fi
3653rm -f conftest*
3654
3655fi
3656
3657if test $ac_cv_header_stdc = yes; then
3658 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3660/* end confdefs.h. */
3661#include <stdlib.h>
3662
3663_ACEOF
3664if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3665 $EGREP "free" >/dev/null 2>&1; then :
3666
3667else
3668 ac_cv_header_stdc=no
3669fi
3670rm -f conftest*
3671
3672fi
3673
3674if test $ac_cv_header_stdc = yes; then
3675 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3676 if test "$cross_compiling" = yes; then :
3677 :
3678else
3679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3680/* end confdefs.h. */
3681#include <ctype.h>
3682#include <stdlib.h>
3683#if ((' ' & 0x0FF) == 0x020)
3684# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3685# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3686#else
3687# define ISLOWER(c) \
3688 (('a' <= (c) && (c) <= 'i') \
3689 || ('j' <= (c) && (c) <= 'r') \
3690 || ('s' <= (c) && (c) <= 'z'))
3691# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3692#endif
3693
3694#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3695int
3696main ()
3697{
3698 int i;
3699 for (i = 0; i < 256; i++)
3700 if (XOR (islower (i), ISLOWER (i))
3701 || toupper (i) != TOUPPER (i))
3702 return 2;
3703 return 0;
3704}
3705_ACEOF
3706if ac_fn_c_try_run "$LINENO"; then :
3707
3708else
3709 ac_cv_header_stdc=no
3710fi
3711rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3712 conftest.$ac_objext conftest.beam conftest.$ac_ext
3713fi
3714
3715fi
3716fi
3717{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3718$as_echo "$ac_cv_header_stdc" >&6; }
3719if test $ac_cv_header_stdc = yes; then
3720
3721$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3722
3723fi
3724
3725# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3726for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3727 inttypes.h stdint.h unistd.h
3728do :
3729 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3730ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3731"
d0ac1c44 3732if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3733 cat >>confdefs.h <<_ACEOF
3734#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3735_ACEOF
3736
3737fi
3738
3739done
3740
3741
3742
3743 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3744if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3745 MINIX=yes
3746else
3747 MINIX=
3748fi
3749
3750
3751 if test "$MINIX" = yes; then
3752
3753$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3754
3755
3756$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3757
3758
3759$as_echo "#define _MINIX 1" >>confdefs.h
3760
3761 fi
3762
3763
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3765$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3766if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3767 $as_echo_n "(cached) " >&6
3768else
3769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3770/* end confdefs.h. */
3771
d0ac1c44
SM
3772# define __EXTENSIONS__ 1
3773 $ac_includes_default
6bb11ab3
L
3774int
3775main ()
3776{
3777
3778 ;
3779 return 0;
3780}
3781_ACEOF
3782if ac_fn_c_try_compile "$LINENO"; then :
3783 ac_cv_safe_to_define___extensions__=yes
3784else
3785 ac_cv_safe_to_define___extensions__=no
3786fi
3787rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3788fi
3789{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3790$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3791 test $ac_cv_safe_to_define___extensions__ = yes &&
3792 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3793
3794 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3795
3796 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3797
3798 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3799
3800 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3801
3802
3803test "$program_prefix" != NONE &&
3804 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3805# Use a double $ so make ignores it.
3806test "$program_suffix" != NONE &&
3807 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3808# Double any \ or $.
3809# By default was `s,x,x', remove it if useless.
3810ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3811program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3812
3813# Find a good install program. We prefer a C program (faster),
3814# so one script is as good as another. But avoid the broken or
3815# incompatible versions:
3816# SysV /etc/install, /usr/sbin/install
3817# SunOS /usr/etc/install
3818# IRIX /sbin/install
3819# AIX /bin/install
3820# AmigaOS /C/install, which installs bootblocks on floppy discs
3821# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3822# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3823# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3824# OS/2's system install, which has a completely different semantic
3825# ./install, which can be erroneously created by make from ./install.sh.
3826# Reject install programs that cannot install multiple files.
3827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3828$as_echo_n "checking for a BSD-compatible install... " >&6; }
3829if test -z "$INSTALL"; then
d0ac1c44 3830if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3831 $as_echo_n "(cached) " >&6
3832else
3833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3834for as_dir in $PATH
3835do
3836 IFS=$as_save_IFS
3837 test -z "$as_dir" && as_dir=.
3838 # Account for people who put trailing slashes in PATH elements.
3839case $as_dir/ in #((
3840 ./ | .// | /[cC]/* | \
3841 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3842 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3843 /usr/ucb/* ) ;;
3844 *)
3845 # OSF1 and SCO ODT 3.0 have their own names for install.
3846 # Don't use installbsd from OSF since it installs stuff as root
3847 # by default.
3848 for ac_prog in ginstall scoinst install; do
3849 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3850 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3851 if test $ac_prog = install &&
3852 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3853 # AIX install. It has an incompatible calling convention.
3854 :
3855 elif test $ac_prog = install &&
3856 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3857 # program-specific install script used by HP pwplus--don't use.
3858 :
3859 else
3860 rm -rf conftest.one conftest.two conftest.dir
3861 echo one > conftest.one
3862 echo two > conftest.two
3863 mkdir conftest.dir
3864 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3865 test -s conftest.one && test -s conftest.two &&
3866 test -s conftest.dir/conftest.one &&
3867 test -s conftest.dir/conftest.two
3868 then
3869 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3870 break 3
3871 fi
3872 fi
3873 fi
3874 done
3875 done
3876 ;;
3877esac
3878
3879 done
3880IFS=$as_save_IFS
3881
3882rm -rf conftest.one conftest.two conftest.dir
3883
3884fi
3885 if test "${ac_cv_path_install+set}" = set; then
3886 INSTALL=$ac_cv_path_install
3887 else
3888 # As a last resort, use the slow shell script. Don't cache a
3889 # value for INSTALL within a source directory, because that will
3890 # break other packages using the cache if that directory is
3891 # removed, or if the value is a relative name.
3892 INSTALL=$ac_install_sh
3893 fi
3894fi
3895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3896$as_echo "$INSTALL" >&6; }
3897
3898# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3899# It thinks the first close brace ends the variable substitution.
3900test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3901
3902test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3903
3904test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3905
3906rm -rf .tst 2>/dev/null
3907mkdir .tst 2>/dev/null
3908if test -d .tst; then
3909 am__leading_dot=.
3910else
3911 am__leading_dot=_
3912fi
3913rmdir .tst 2>/dev/null
3914
3915DEPDIR="${am__leading_dot}deps"
37e9f182
MF
3916
3917
2c2645d7
MF
3918
3919
3920 for ac_header in $ac_header_list
3921do :
3922 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3923ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3924"
3925if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3926 cat >>confdefs.h <<_ACEOF
3927#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3928_ACEOF
3929
3930fi
3931
3932done
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
37e9f182
MF
3949
3950
3951 for ac_func in $ac_func_list
3952do :
3953 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3954ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
3955if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3956 cat >>confdefs.h <<_ACEOF
3957#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3958_ACEOF
3959
3960fi
3961done
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
fe348617
MF
3980
3981
37e9f182
MF
3982
3983
6bb11ab3
L
3984
3985case `pwd` in
3986 *\ * | *\ *)
3987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3988$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3989esac
3990
3991
3992
3993macro_version='2.2.7a'
3994macro_revision='1.3134'
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008ltmain="$ac_aux_dir/ltmain.sh"
4009
4010# Backslashify metacharacters that are still active within
4011# double-quoted strings.
4012sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4013
4014# Same as above, but do not quote variable references.
4015double_quote_subst='s/\(["`\\]\)/\\\1/g'
4016
4017# Sed substitution to delay expansion of an escaped shell variable in a
4018# double_quote_subst'ed string.
4019delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4020
4021# Sed substitution to delay expansion of an escaped single quote.
4022delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4023
4024# Sed substitution to avoid accidental globbing in evaled expressions
4025no_glob_subst='s/\*/\\\*/g'
4026
4027ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4028ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4029ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4030
4031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4032$as_echo_n "checking how to print strings... " >&6; }
4033# Test print first, because it will be a builtin if present.
4034if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4035 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4036 ECHO='print -r --'
4037elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4038 ECHO='printf %s\n'
4039else
4040 # Use this function as a fallback that always works.
4041 func_fallback_echo ()
4042 {
4043 eval 'cat <<_LTECHO_EOF
4044$1
4045_LTECHO_EOF'
4046 }
4047 ECHO='func_fallback_echo'
4048fi
4049
4050# func_echo_all arg...
4051# Invoke $ECHO with all args, space-separated.
4052func_echo_all ()
4053{
4054 $ECHO ""
4055}
4056
4057case "$ECHO" in
4058 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4059$as_echo "printf" >&6; } ;;
4060 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4061$as_echo "print -r" >&6; } ;;
4062 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4063$as_echo "cat" >&6; } ;;
4064esac
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4080$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4081if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
4082 $as_echo_n "(cached) " >&6
4083else
4084 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4085 for ac_i in 1 2 3 4 5 6 7; do
4086 ac_script="$ac_script$as_nl$ac_script"
4087 done
4088 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4089 { ac_script=; unset ac_script;}
4090 if test -z "$SED"; then
4091 ac_path_SED_found=false
4092 # Loop through the user's path and test for each of PROGNAME-LIST
4093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4094for as_dir in $PATH
4095do
4096 IFS=$as_save_IFS
4097 test -z "$as_dir" && as_dir=.
4098 for ac_prog in sed gsed; do
4099 for ac_exec_ext in '' $ac_executable_extensions; do
4100 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4101 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
4102# Check for GNU ac_path_SED and select it if it is found.
4103 # Check for GNU $ac_path_SED
4104case `"$ac_path_SED" --version 2>&1` in
4105*GNU*)
4106 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4107*)
4108 ac_count=0
4109 $as_echo_n 0123456789 >"conftest.in"
4110 while :
4111 do
4112 cat "conftest.in" "conftest.in" >"conftest.tmp"
4113 mv "conftest.tmp" "conftest.in"
4114 cp "conftest.in" "conftest.nl"
4115 $as_echo '' >> "conftest.nl"
4116 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4117 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4118 as_fn_arith $ac_count + 1 && ac_count=$as_val
4119 if test $ac_count -gt ${ac_path_SED_max-0}; then
4120 # Best one so far, save it but keep looking for a better one
4121 ac_cv_path_SED="$ac_path_SED"
4122 ac_path_SED_max=$ac_count
4123 fi
4124 # 10*(2^10) chars as input seems more than enough
4125 test $ac_count -gt 10 && break
4126 done
4127 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4128esac
4129
4130 $ac_path_SED_found && break 3
4131 done
4132 done
4133 done
4134IFS=$as_save_IFS
4135 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4136 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4137 fi
4138else
4139 ac_cv_path_SED=$SED
4140fi
4141
4142fi
4143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4144$as_echo "$ac_cv_path_SED" >&6; }
4145 SED="$ac_cv_path_SED"
4146 rm -f conftest.sed
4147
4148test -z "$SED" && SED=sed
4149Xsed="$SED -e 1s/^X//"
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4162$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4163if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4164 $as_echo_n "(cached) " >&6
4165else
4166 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4167 then ac_cv_path_FGREP="$GREP -F"
4168 else
4169 if test -z "$FGREP"; then
4170 ac_path_FGREP_found=false
4171 # Loop through the user's path and test for each of PROGNAME-LIST
4172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4173for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4174do
4175 IFS=$as_save_IFS
4176 test -z "$as_dir" && as_dir=.
4177 for ac_prog in fgrep; do
4178 for ac_exec_ext in '' $ac_executable_extensions; do
4179 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4180 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4181# Check for GNU ac_path_FGREP and select it if it is found.
4182 # Check for GNU $ac_path_FGREP
4183case `"$ac_path_FGREP" --version 2>&1` in
4184*GNU*)
4185 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4186*)
4187 ac_count=0
4188 $as_echo_n 0123456789 >"conftest.in"
4189 while :
4190 do
4191 cat "conftest.in" "conftest.in" >"conftest.tmp"
4192 mv "conftest.tmp" "conftest.in"
4193 cp "conftest.in" "conftest.nl"
4194 $as_echo 'FGREP' >> "conftest.nl"
4195 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4196 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4197 as_fn_arith $ac_count + 1 && ac_count=$as_val
4198 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4199 # Best one so far, save it but keep looking for a better one
4200 ac_cv_path_FGREP="$ac_path_FGREP"
4201 ac_path_FGREP_max=$ac_count
4202 fi
4203 # 10*(2^10) chars as input seems more than enough
4204 test $ac_count -gt 10 && break
4205 done
4206 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4207esac
4208
4209 $ac_path_FGREP_found && break 3
4210 done
4211 done
4212 done
4213IFS=$as_save_IFS
4214 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4215 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4216 fi
4217else
4218 ac_cv_path_FGREP=$FGREP
4219fi
4220
4221 fi
4222fi
4223{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4224$as_echo "$ac_cv_path_FGREP" >&6; }
4225 FGREP="$ac_cv_path_FGREP"
4226
4227
4228test -z "$GREP" && GREP=grep
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248# Check whether --with-gnu-ld was given.
4249if test "${with_gnu_ld+set}" = set; then :
4250 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4251else
4252 with_gnu_ld=no
4253fi
4254
4255ac_prog=ld
4256if test "$GCC" = yes; then
4257 # Check if gcc -print-prog-name=ld gives a path.
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4259$as_echo_n "checking for ld used by $CC... " >&6; }
4260 case $host in
4261 *-*-mingw*)
4262 # gcc leaves a trailing carriage return which upsets mingw
4263 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4264 *)
4265 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4266 esac
4267 case $ac_prog in
4268 # Accept absolute paths.
4269 [\\/]* | ?:[\\/]*)
4270 re_direlt='/[^/][^/]*/\.\./'
4271 # Canonicalize the pathname of ld
4272 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4273 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4274 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4275 done
4276 test -z "$LD" && LD="$ac_prog"
4277 ;;
4278 "")
4279 # If it fails, then pretend we aren't using GCC.
4280 ac_prog=ld
4281 ;;
4282 *)
4283 # If it is relative, then search for the first ld in PATH.
4284 with_gnu_ld=unknown
4285 ;;
4286 esac
4287elif test "$with_gnu_ld" = yes; then
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4289$as_echo_n "checking for GNU ld... " >&6; }
4290else
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4292$as_echo_n "checking for non-GNU ld... " >&6; }
4293fi
d0ac1c44 4294if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4295 $as_echo_n "(cached) " >&6
4296else
4297 if test -z "$LD"; then
4298 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4299 for ac_dir in $PATH; do
4300 IFS="$lt_save_ifs"
4301 test -z "$ac_dir" && ac_dir=.
4302 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4303 lt_cv_path_LD="$ac_dir/$ac_prog"
4304 # Check to see if the program is GNU ld. I'd rather use --version,
4305 # but apparently some variants of GNU ld only accept -v.
4306 # Break only if it was the GNU/non-GNU ld that we prefer.
4307 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4308 *GNU* | *'with BFD'*)
4309 test "$with_gnu_ld" != no && break
4310 ;;
4311 *)
4312 test "$with_gnu_ld" != yes && break
4313 ;;
4314 esac
4315 fi
4316 done
4317 IFS="$lt_save_ifs"
4318else
4319 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4320fi
4321fi
4322
4323LD="$lt_cv_path_LD"
4324if test -n "$LD"; then
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4326$as_echo "$LD" >&6; }
4327else
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4329$as_echo "no" >&6; }
4330fi
d0ac1c44 4331test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4333$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4334if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4335 $as_echo_n "(cached) " >&6
4336else
4337 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4338case `$LD -v 2>&1 </dev/null` in
4339*GNU* | *'with BFD'*)
4340 lt_cv_prog_gnu_ld=yes
4341 ;;
4342*)
4343 lt_cv_prog_gnu_ld=no
4344 ;;
4345esac
4346fi
4347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4348$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4349with_gnu_ld=$lt_cv_prog_gnu_ld
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4360$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4361if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4362 $as_echo_n "(cached) " >&6
4363else
4364 if test -n "$NM"; then
4365 # Let the user override the test.
4366 lt_cv_path_NM="$NM"
4367else
4368 lt_nm_to_check="${ac_tool_prefix}nm"
4369 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4370 lt_nm_to_check="$lt_nm_to_check nm"
4371 fi
4372 for lt_tmp_nm in $lt_nm_to_check; do
4373 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4374 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4375 IFS="$lt_save_ifs"
4376 test -z "$ac_dir" && ac_dir=.
4377 tmp_nm="$ac_dir/$lt_tmp_nm"
4378 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4379 # Check to see if the nm accepts a BSD-compat flag.
4380 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4381 # nm: unknown option "B" ignored
4382 # Tru64's nm complains that /dev/null is an invalid object file
4383 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4384 */dev/null* | *'Invalid file or object type'*)
4385 lt_cv_path_NM="$tmp_nm -B"
4386 break
4387 ;;
4388 *)
4389 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4390 */dev/null*)
4391 lt_cv_path_NM="$tmp_nm -p"
4392 break
4393 ;;
4394 *)
4395 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4396 continue # so that we can try to find one that supports BSD flags
4397 ;;
4398 esac
4399 ;;
4400 esac
4401 fi
4402 done
4403 IFS="$lt_save_ifs"
4404 done
4405 : ${lt_cv_path_NM=no}
4406fi
4407fi
4408{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4409$as_echo "$lt_cv_path_NM" >&6; }
4410if test "$lt_cv_path_NM" != "no"; then
4411 NM="$lt_cv_path_NM"
4412else
4413 # Didn't find any BSD compatible name lister, look for dumpbin.
4414 if test -n "$DUMPBIN"; then :
4415 # Let the user override the test.
4416 else
4417 if test -n "$ac_tool_prefix"; then
4418 for ac_prog in dumpbin "link -dump"
4419 do
4420 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4421set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4423$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4424if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4425 $as_echo_n "(cached) " >&6
4426else
4427 if test -n "$DUMPBIN"; then
4428 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4429else
4430as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4431for as_dir in $PATH
4432do
4433 IFS=$as_save_IFS
4434 test -z "$as_dir" && as_dir=.
4435 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4436 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4437 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4439 break 2
4440 fi
4441done
4442 done
4443IFS=$as_save_IFS
4444
4445fi
4446fi
4447DUMPBIN=$ac_cv_prog_DUMPBIN
4448if test -n "$DUMPBIN"; then
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4450$as_echo "$DUMPBIN" >&6; }
4451else
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4453$as_echo "no" >&6; }
4454fi
4455
4456
4457 test -n "$DUMPBIN" && break
4458 done
4459fi
4460if test -z "$DUMPBIN"; then
4461 ac_ct_DUMPBIN=$DUMPBIN
4462 for ac_prog in dumpbin "link -dump"
4463do
4464 # Extract the first word of "$ac_prog", so it can be a program name with args.
4465set dummy $ac_prog; ac_word=$2
4466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4467$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4468if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4469 $as_echo_n "(cached) " >&6
4470else
4471 if test -n "$ac_ct_DUMPBIN"; then
4472 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4473else
4474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4475for as_dir in $PATH
4476do
4477 IFS=$as_save_IFS
4478 test -z "$as_dir" && as_dir=.
4479 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4480 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4481 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4483 break 2
4484 fi
4485done
4486 done
4487IFS=$as_save_IFS
4488
4489fi
4490fi
4491ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4492if test -n "$ac_ct_DUMPBIN"; then
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4494$as_echo "$ac_ct_DUMPBIN" >&6; }
4495else
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4497$as_echo "no" >&6; }
4498fi
4499
4500
4501 test -n "$ac_ct_DUMPBIN" && break
4502done
4503
4504 if test "x$ac_ct_DUMPBIN" = x; then
4505 DUMPBIN=":"
4506 else
4507 case $cross_compiling:$ac_tool_warned in
4508yes:)
4509{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4510$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4511ac_tool_warned=yes ;;
4512esac
4513 DUMPBIN=$ac_ct_DUMPBIN
4514 fi
4515fi
4516
4517 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4518 *COFF*)
4519 DUMPBIN="$DUMPBIN -symbols"
4520 ;;
4521 *)
4522 DUMPBIN=:
4523 ;;
4524 esac
4525 fi
4526
4527 if test "$DUMPBIN" != ":"; then
4528 NM="$DUMPBIN"
4529 fi
4530fi
4531test -z "$NM" && NM=nm
4532
4533
4534
4535
4536
4537
4538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4539$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4540if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4541 $as_echo_n "(cached) " >&6
4542else
4543 lt_cv_nm_interface="BSD nm"
4544 echo "int some_variable = 0;" > conftest.$ac_ext
4545 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4546 (eval "$ac_compile" 2>conftest.err)
4547 cat conftest.err >&5
4548 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4549 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4550 cat conftest.err >&5
4551 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4552 cat conftest.out >&5
4553 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4554 lt_cv_nm_interface="MS dumpbin"
4555 fi
4556 rm -f conftest*
4557fi
4558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4559$as_echo "$lt_cv_nm_interface" >&6; }
4560
4561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4562$as_echo_n "checking whether ln -s works... " >&6; }
4563LN_S=$as_ln_s
4564if test "$LN_S" = "ln -s"; then
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4566$as_echo "yes" >&6; }
4567else
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4569$as_echo "no, using $LN_S" >&6; }
4570fi
4571
4572# find the maximum length of command line arguments
4573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4574$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4575if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4576 $as_echo_n "(cached) " >&6
4577else
4578 i=0
4579 teststring="ABCD"
4580
4581 case $build_os in
4582 msdosdjgpp*)
4583 # On DJGPP, this test can blow up pretty badly due to problems in libc
4584 # (any single argument exceeding 2000 bytes causes a buffer overrun
4585 # during glob expansion). Even if it were fixed, the result of this
4586 # check would be larger than it should be.
4587 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4588 ;;
4589
4590 gnu*)
4591 # Under GNU Hurd, this test is not required because there is
4592 # no limit to the length of command line arguments.
4593 # Libtool will interpret -1 as no limit whatsoever
4594 lt_cv_sys_max_cmd_len=-1;
4595 ;;
4596
4597 cygwin* | mingw* | cegcc*)
4598 # On Win9x/ME, this test blows up -- it succeeds, but takes
4599 # about 5 minutes as the teststring grows exponentially.
4600 # Worse, since 9x/ME are not pre-emptively multitasking,
4601 # you end up with a "frozen" computer, even though with patience
4602 # the test eventually succeeds (with a max line length of 256k).
4603 # Instead, let's just punt: use the minimum linelength reported by
4604 # all of the supported platforms: 8192 (on NT/2K/XP).
4605 lt_cv_sys_max_cmd_len=8192;
4606 ;;
4607
4608 mint*)
4609 # On MiNT this can take a long time and run out of memory.
4610 lt_cv_sys_max_cmd_len=8192;
4611 ;;
4612
4613 amigaos*)
4614 # On AmigaOS with pdksh, this test takes hours, literally.
4615 # So we just punt and use a minimum line length of 8192.
4616 lt_cv_sys_max_cmd_len=8192;
4617 ;;
4618
4619 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4620 # This has been around since 386BSD, at least. Likely further.
4621 if test -x /sbin/sysctl; then
4622 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4623 elif test -x /usr/sbin/sysctl; then
4624 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4625 else
4626 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4627 fi
4628 # And add a safety zone
4629 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4630 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4631 ;;
4632
4633 interix*)
4634 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4635 lt_cv_sys_max_cmd_len=196608
4636 ;;
4637
4638 osf*)
4639 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4640 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4641 # nice to cause kernel panics so lets avoid the loop below.
4642 # First set a reasonable default.
4643 lt_cv_sys_max_cmd_len=16384
4644 #
4645 if test -x /sbin/sysconfig; then
4646 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4647 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4648 esac
4649 fi
4650 ;;
4651 sco3.2v5*)
4652 lt_cv_sys_max_cmd_len=102400
4653 ;;
4654 sysv5* | sco5v6* | sysv4.2uw2*)
4655 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4656 if test -n "$kargmax"; then
4657 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4658 else
4659 lt_cv_sys_max_cmd_len=32768
4660 fi
4661 ;;
4662 *)
4663 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4664 if test -n "$lt_cv_sys_max_cmd_len"; then
4665 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4666 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4667 else
4668 # Make teststring a little bigger before we do anything with it.
4669 # a 1K string should be a reasonable start.
4670 for i in 1 2 3 4 5 6 7 8 ; do
4671 teststring=$teststring$teststring
4672 done
4673 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4674 # If test is not a shell built-in, we'll probably end up computing a
4675 # maximum length that is only half of the actual maximum length, but
4676 # we can't tell.
4677 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4678 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4679 test $i != 17 # 1/2 MB should be enough
4680 do
4681 i=`expr $i + 1`
4682 teststring=$teststring$teststring
4683 done
4684 # Only check the string length outside the loop.
4685 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4686 teststring=
4687 # Add a significant safety factor because C++ compilers can tack on
4688 # massive amounts of additional arguments before passing them to the
4689 # linker. It appears as though 1/2 is a usable value.
4690 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4691 fi
4692 ;;
4693 esac
4694
4695fi
4696
4697if test -n $lt_cv_sys_max_cmd_len ; then
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4699$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4700else
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4702$as_echo "none" >&6; }
4703fi
4704max_cmd_len=$lt_cv_sys_max_cmd_len
4705
4706
4707
4708
4709
4710
4711: ${CP="cp -f"}
4712: ${MV="mv -f"}
4713: ${RM="rm -f"}
4714
4715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4716$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4717# Try some XSI features
4718xsi_shell=no
4719( _lt_dummy="a/b/c"
4720 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4721 = c,a/b,, \
4722 && eval 'test $(( 1 + 1 )) -eq 2 \
4723 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4724 && xsi_shell=yes
4725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4726$as_echo "$xsi_shell" >&6; }
4727
4728
4729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4730$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4731lt_shell_append=no
4732( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4733 >/dev/null 2>&1 \
4734 && lt_shell_append=yes
4735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4736$as_echo "$lt_shell_append" >&6; }
4737
4738
4739if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4740 lt_unset=unset
4741else
4742 lt_unset=false
4743fi
4744
4745
4746
4747
4748
4749# test EBCDIC or ASCII
4750case `echo X|tr X '\101'` in
4751 A) # ASCII based system
4752 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4753 lt_SP2NL='tr \040 \012'
4754 lt_NL2SP='tr \015\012 \040\040'
4755 ;;
4756 *) # EBCDIC based system
4757 lt_SP2NL='tr \100 \n'
4758 lt_NL2SP='tr \r\n \100\100'
4759 ;;
4760esac
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4771$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4772if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4773 $as_echo_n "(cached) " >&6
4774else
4775 lt_cv_ld_reload_flag='-r'
4776fi
4777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4778$as_echo "$lt_cv_ld_reload_flag" >&6; }
4779reload_flag=$lt_cv_ld_reload_flag
4780case $reload_flag in
4781"" | " "*) ;;
4782*) reload_flag=" $reload_flag" ;;
4783esac
4784reload_cmds='$LD$reload_flag -o $output$reload_objs'
4785case $host_os in
4786 darwin*)
4787 if test "$GCC" = yes; then
4788 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4789 else
4790 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4791 fi
4792 ;;
4793esac
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803if test -n "$ac_tool_prefix"; then
4804 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4805set dummy ${ac_tool_prefix}objdump; ac_word=$2
4806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4807$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4808if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4809 $as_echo_n "(cached) " >&6
4810else
4811 if test -n "$OBJDUMP"; then
4812 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4813else
4814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4815for as_dir in $PATH
4816do
4817 IFS=$as_save_IFS
4818 test -z "$as_dir" && as_dir=.
4819 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4821 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4823 break 2
4824 fi
4825done
4826 done
4827IFS=$as_save_IFS
4828
4829fi
4830fi
4831OBJDUMP=$ac_cv_prog_OBJDUMP
4832if test -n "$OBJDUMP"; then
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4834$as_echo "$OBJDUMP" >&6; }
4835else
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4837$as_echo "no" >&6; }
4838fi
4839
4840
4841fi
4842if test -z "$ac_cv_prog_OBJDUMP"; then
4843 ac_ct_OBJDUMP=$OBJDUMP
4844 # Extract the first word of "objdump", so it can be a program name with args.
4845set dummy objdump; ac_word=$2
4846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4847$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4848if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4849 $as_echo_n "(cached) " >&6
4850else
4851 if test -n "$ac_ct_OBJDUMP"; then
4852 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4853else
4854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4855for as_dir in $PATH
4856do
4857 IFS=$as_save_IFS
4858 test -z "$as_dir" && as_dir=.
4859 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4861 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4863 break 2
4864 fi
4865done
4866 done
4867IFS=$as_save_IFS
4868
4869fi
4870fi
4871ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4872if test -n "$ac_ct_OBJDUMP"; then
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4874$as_echo "$ac_ct_OBJDUMP" >&6; }
4875else
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4877$as_echo "no" >&6; }
4878fi
4879
4880 if test "x$ac_ct_OBJDUMP" = x; then
4881 OBJDUMP="false"
4882 else
4883 case $cross_compiling:$ac_tool_warned in
4884yes:)
4885{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4886$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4887ac_tool_warned=yes ;;
4888esac
4889 OBJDUMP=$ac_ct_OBJDUMP
4890 fi
4891else
4892 OBJDUMP="$ac_cv_prog_OBJDUMP"
4893fi
4894
4895test -z "$OBJDUMP" && OBJDUMP=objdump
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4906$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4907if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4908 $as_echo_n "(cached) " >&6
4909else
4910 lt_cv_file_magic_cmd='$MAGIC_CMD'
4911lt_cv_file_magic_test_file=
4912lt_cv_deplibs_check_method='unknown'
4913# Need to set the preceding variable on all platforms that support
4914# interlibrary dependencies.
4915# 'none' -- dependencies not supported.
4916# `unknown' -- same as none, but documents that we really don't know.
4917# 'pass_all' -- all dependencies passed with no checks.
4918# 'test_compile' -- check by making test program.
4919# 'file_magic [[regex]]' -- check by looking for files in library path
4920# which responds to the $file_magic_cmd with a given extended regex.
4921# If you have `file' or equivalent on your system and you're not sure
4922# whether `pass_all' will *always* work, you probably want this one.
4923
4924case $host_os in
4925aix[4-9]*)
4926 lt_cv_deplibs_check_method=pass_all
4927 ;;
4928
4929beos*)
4930 lt_cv_deplibs_check_method=pass_all
4931 ;;
4932
4933bsdi[45]*)
4934 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4935 lt_cv_file_magic_cmd='/usr/bin/file -L'
4936 lt_cv_file_magic_test_file=/shlib/libc.so
4937 ;;
4938
4939cygwin*)
4940 # func_win32_libid is a shell function defined in ltmain.sh
4941 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4942 lt_cv_file_magic_cmd='func_win32_libid'
4943 ;;
4944
4945mingw* | pw32*)
4946 # Base MSYS/MinGW do not provide the 'file' command needed by
4947 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4948 # unless we find 'file', for example because we are cross-compiling.
4949 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4950 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4951 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4952 lt_cv_file_magic_cmd='func_win32_libid'
4953 else
4954 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4955 lt_cv_file_magic_cmd='$OBJDUMP -f'
4956 fi
4957 ;;
4958
4959cegcc*)
4960 # use the weaker test based on 'objdump'. See mingw*.
4961 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4962 lt_cv_file_magic_cmd='$OBJDUMP -f'
4963 ;;
4964
4965darwin* | rhapsody*)
4966 lt_cv_deplibs_check_method=pass_all
4967 ;;
4968
4969freebsd* | dragonfly*)
4970 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4971 case $host_cpu in
4972 i*86 )
4973 # Not sure whether the presence of OpenBSD here was a mistake.
4974 # Let's accept both of them until this is cleared up.
4975 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4976 lt_cv_file_magic_cmd=/usr/bin/file
4977 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4978 ;;
4979 esac
4980 else
4981 lt_cv_deplibs_check_method=pass_all
4982 fi
4983 ;;
4984
4985gnu*)
4986 lt_cv_deplibs_check_method=pass_all
4987 ;;
4988
4989haiku*)
4990 lt_cv_deplibs_check_method=pass_all
4991 ;;
4992
4993hpux10.20* | hpux11*)
4994 lt_cv_file_magic_cmd=/usr/bin/file
4995 case $host_cpu in
4996 ia64*)
4997 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4998 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4999 ;;
5000 hppa*64*)
5001 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]'
5002 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5003 ;;
5004 *)
5005 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5006 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5007 ;;
5008 esac
5009 ;;
5010
5011interix[3-9]*)
5012 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5013 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5014 ;;
5015
5016irix5* | irix6* | nonstopux*)
5017 case $LD in
5018 *-32|*"-32 ") libmagic=32-bit;;
5019 *-n32|*"-n32 ") libmagic=N32;;
5020 *-64|*"-64 ") libmagic=64-bit;;
5021 *) libmagic=never-match;;
5022 esac
5023 lt_cv_deplibs_check_method=pass_all
5024 ;;
5025
5026# This must be Linux ELF.
5027linux* | k*bsd*-gnu | kopensolaris*-gnu)
5028 lt_cv_deplibs_check_method=pass_all
5029 ;;
5030
5031netbsd*)
5032 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5033 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5034 else
5035 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5036 fi
5037 ;;
5038
5039newos6*)
5040 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5041 lt_cv_file_magic_cmd=/usr/bin/file
5042 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5043 ;;
5044
5045*nto* | *qnx*)
5046 lt_cv_deplibs_check_method=pass_all
5047 ;;
5048
5049openbsd*)
5050 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5051 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5052 else
5053 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5054 fi
5055 ;;
5056
5057osf3* | osf4* | osf5*)
5058 lt_cv_deplibs_check_method=pass_all
5059 ;;
5060
5061rdos*)
5062 lt_cv_deplibs_check_method=pass_all
5063 ;;
5064
5065solaris*)
5066 lt_cv_deplibs_check_method=pass_all
5067 ;;
5068
5069sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5070 lt_cv_deplibs_check_method=pass_all
5071 ;;
5072
5073sysv4 | sysv4.3*)
5074 case $host_vendor in
5075 motorola)
5076 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]'
5077 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5078 ;;
5079 ncr)
5080 lt_cv_deplibs_check_method=pass_all
5081 ;;
5082 sequent)
5083 lt_cv_file_magic_cmd='/bin/file'
5084 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5085 ;;
5086 sni)
5087 lt_cv_file_magic_cmd='/bin/file'
5088 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5089 lt_cv_file_magic_test_file=/lib/libc.so
5090 ;;
5091 siemens)
5092 lt_cv_deplibs_check_method=pass_all
5093 ;;
5094 pc)
5095 lt_cv_deplibs_check_method=pass_all
5096 ;;
5097 esac
5098 ;;
5099
5100tpf*)
5101 lt_cv_deplibs_check_method=pass_all
5102 ;;
5103esac
5104
5105fi
5106{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5107$as_echo "$lt_cv_deplibs_check_method" >&6; }
5108file_magic_cmd=$lt_cv_file_magic_cmd
5109deplibs_check_method=$lt_cv_deplibs_check_method
5110test -z "$deplibs_check_method" && deplibs_check_method=unknown
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
68ed2854
MF
5123plugin_option=
5124plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5125for plugin in $plugin_names; do
5126 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5127 if test x$plugin_so = x$plugin; then
5128 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5129 fi
5130 if test x$plugin_so != x$plugin; then
5131 plugin_option="--plugin $plugin_so"
5132 break
5133 fi
5134done
5135
6bb11ab3
L
5136if test -n "$ac_tool_prefix"; then
5137 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5138set dummy ${ac_tool_prefix}ar; ac_word=$2
5139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5140$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5141if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5142 $as_echo_n "(cached) " >&6
5143else
5144 if test -n "$AR"; then
5145 ac_cv_prog_AR="$AR" # Let the user override the test.
5146else
5147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5148for as_dir in $PATH
5149do
5150 IFS=$as_save_IFS
5151 test -z "$as_dir" && as_dir=.
5152 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5154 ac_cv_prog_AR="${ac_tool_prefix}ar"
5155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5156 break 2
5157 fi
5158done
5159 done
5160IFS=$as_save_IFS
5161
5162fi
5163fi
5164AR=$ac_cv_prog_AR
5165if test -n "$AR"; then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5167$as_echo "$AR" >&6; }
5168else
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170$as_echo "no" >&6; }
5171fi
5172
5173
5174fi
5175if test -z "$ac_cv_prog_AR"; then
5176 ac_ct_AR=$AR
5177 # Extract the first word of "ar", so it can be a program name with args.
5178set dummy ar; ac_word=$2
5179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5180$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5181if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5182 $as_echo_n "(cached) " >&6
5183else
5184 if test -n "$ac_ct_AR"; then
5185 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5186else
5187as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5188for as_dir in $PATH
5189do
5190 IFS=$as_save_IFS
5191 test -z "$as_dir" && as_dir=.
5192 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5193 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5194 ac_cv_prog_ac_ct_AR="ar"
5195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5196 break 2
5197 fi
5198done
5199 done
5200IFS=$as_save_IFS
5201
5202fi
5203fi
5204ac_ct_AR=$ac_cv_prog_ac_ct_AR
5205if test -n "$ac_ct_AR"; then
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5207$as_echo "$ac_ct_AR" >&6; }
5208else
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5210$as_echo "no" >&6; }
5211fi
5212
5213 if test "x$ac_ct_AR" = x; then
5214 AR="false"
5215 else
5216 case $cross_compiling:$ac_tool_warned in
5217yes:)
5218{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5219$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5220ac_tool_warned=yes ;;
5221esac
5222 AR=$ac_ct_AR
5223 fi
5224else
5225 AR="$ac_cv_prog_AR"
5226fi
5227
5228test -z "$AR" && AR=ar
68ed2854
MF
5229if test -n "$plugin_option"; then
5230 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5231 touch conftest.c
5232 $AR $plugin_option rc conftest.a conftest.c
5233 if test "$?" != 0; then
5234 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5235$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5236 else
5237 AR="$AR $plugin_option"
5238 fi
5239 rm -f conftest.*
68ed2854
MF
5240 fi
5241fi
6bb11ab3
L
5242test -z "$AR_FLAGS" && AR_FLAGS=cru
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254if test -n "$ac_tool_prefix"; then
5255 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5256set dummy ${ac_tool_prefix}strip; ac_word=$2
5257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5258$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5259if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5260 $as_echo_n "(cached) " >&6
5261else
5262 if test -n "$STRIP"; then
5263 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5264else
5265as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5266for as_dir in $PATH
5267do
5268 IFS=$as_save_IFS
5269 test -z "$as_dir" && as_dir=.
5270 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5271 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5272 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5274 break 2
5275 fi
5276done
5277 done
5278IFS=$as_save_IFS
5279
5280fi
5281fi
5282STRIP=$ac_cv_prog_STRIP
5283if test -n "$STRIP"; then
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5285$as_echo "$STRIP" >&6; }
5286else
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5288$as_echo "no" >&6; }
5289fi
5290
5291
5292fi
5293if test -z "$ac_cv_prog_STRIP"; then
5294 ac_ct_STRIP=$STRIP
5295 # Extract the first word of "strip", so it can be a program name with args.
5296set dummy strip; ac_word=$2
5297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5298$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5299if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5300 $as_echo_n "(cached) " >&6
5301else
5302 if test -n "$ac_ct_STRIP"; then
5303 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5304else
5305as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5306for as_dir in $PATH
5307do
5308 IFS=$as_save_IFS
5309 test -z "$as_dir" && as_dir=.
5310 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5311 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5312 ac_cv_prog_ac_ct_STRIP="strip"
5313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5314 break 2
5315 fi
5316done
5317 done
5318IFS=$as_save_IFS
5319
5320fi
5321fi
5322ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5323if test -n "$ac_ct_STRIP"; then
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5325$as_echo "$ac_ct_STRIP" >&6; }
5326else
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5328$as_echo "no" >&6; }
5329fi
5330
5331 if test "x$ac_ct_STRIP" = x; then
5332 STRIP=":"
5333 else
5334 case $cross_compiling:$ac_tool_warned in
5335yes:)
5336{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5337$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5338ac_tool_warned=yes ;;
5339esac
5340 STRIP=$ac_ct_STRIP
5341 fi
5342else
5343 STRIP="$ac_cv_prog_STRIP"
5344fi
5345
5346test -z "$STRIP" && STRIP=:
5347
5348
5349
5350
5351
5352
5353if test -n "$ac_tool_prefix"; then
5354 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5355set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5357$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5358if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5359 $as_echo_n "(cached) " >&6
5360else
5361 if test -n "$RANLIB"; then
5362 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5363else
5364as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5365for as_dir in $PATH
5366do
5367 IFS=$as_save_IFS
5368 test -z "$as_dir" && as_dir=.
5369 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5370 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5371 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5373 break 2
5374 fi
5375done
5376 done
5377IFS=$as_save_IFS
5378
5379fi
5380fi
5381RANLIB=$ac_cv_prog_RANLIB
5382if test -n "$RANLIB"; then
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5384$as_echo "$RANLIB" >&6; }
5385else
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5387$as_echo "no" >&6; }
5388fi
5389
5390
5391fi
5392if test -z "$ac_cv_prog_RANLIB"; then
5393 ac_ct_RANLIB=$RANLIB
5394 # Extract the first word of "ranlib", so it can be a program name with args.
5395set dummy ranlib; ac_word=$2
5396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5397$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5398if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5399 $as_echo_n "(cached) " >&6
5400else
5401 if test -n "$ac_ct_RANLIB"; then
5402 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5403else
5404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5405for as_dir in $PATH
5406do
5407 IFS=$as_save_IFS
5408 test -z "$as_dir" && as_dir=.
5409 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5411 ac_cv_prog_ac_ct_RANLIB="ranlib"
5412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5413 break 2
5414 fi
5415done
5416 done
5417IFS=$as_save_IFS
5418
5419fi
5420fi
5421ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5422if test -n "$ac_ct_RANLIB"; then
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5424$as_echo "$ac_ct_RANLIB" >&6; }
5425else
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5427$as_echo "no" >&6; }
5428fi
5429
5430 if test "x$ac_ct_RANLIB" = x; then
5431 RANLIB=":"
5432 else
5433 case $cross_compiling:$ac_tool_warned in
5434yes:)
5435{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5436$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5437ac_tool_warned=yes ;;
5438esac
5439 RANLIB=$ac_ct_RANLIB
5440 fi
5441else
5442 RANLIB="$ac_cv_prog_RANLIB"
5443fi
5444
5445test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5446if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5447 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5448 RANLIB="$RANLIB $plugin_option"
5449 fi
5450fi
6bb11ab3
L
5451
5452
5453
5454
5455
5456
5457# Determine commands to create old-style static archives.
5458old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5459old_postinstall_cmds='chmod 644 $oldlib'
5460old_postuninstall_cmds=
5461
5462if test -n "$RANLIB"; then
5463 case $host_os in
5464 openbsd*)
5465 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5466 ;;
5467 *)
5468 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5469 ;;
5470 esac
5471 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5472fi
5473
5474case $host_os in
5475 darwin*)
5476 lock_old_archive_extraction=yes ;;
5477 *)
5478 lock_old_archive_extraction=no ;;
5479esac
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501for ac_prog in gawk mawk nawk awk
5502do
5503 # Extract the first word of "$ac_prog", so it can be a program name with args.
5504set dummy $ac_prog; ac_word=$2
5505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5506$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5507if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5508 $as_echo_n "(cached) " >&6
5509else
5510 if test -n "$AWK"; then
5511 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5512else
5513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5514for as_dir in $PATH
5515do
5516 IFS=$as_save_IFS
5517 test -z "$as_dir" && as_dir=.
5518 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5519 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5520 ac_cv_prog_AWK="$ac_prog"
5521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5522 break 2
5523 fi
5524done
5525 done
5526IFS=$as_save_IFS
5527
5528fi
5529fi
5530AWK=$ac_cv_prog_AWK
5531if test -n "$AWK"; then
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5533$as_echo "$AWK" >&6; }
5534else
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5536$as_echo "no" >&6; }
5537fi
5538
5539
5540 test -n "$AWK" && break
5541done
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561# If no C compiler was specified, use CC.
5562LTCC=${LTCC-"$CC"}
5563
5564# If no C compiler flags were specified, use CFLAGS.
5565LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5566
5567# Allow CC to be a program name with arguments.
5568compiler=$CC
5569
5570
5571# Check for command to grab the raw symbol name followed by C symbol from nm.
5572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5573$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5574if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5575 $as_echo_n "(cached) " >&6
5576else
5577
5578# These are sane defaults that work on at least a few old systems.
5579# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5580
5581# Character class describing NM global symbol codes.
5582symcode='[BCDEGRST]'
5583
5584# Regexp to match symbols that can be accessed directly from C.
5585sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5586
5587# Define system-specific variables.
5588case $host_os in
5589aix*)
5590 symcode='[BCDT]'
5591 ;;
5592cygwin* | mingw* | pw32* | cegcc*)
5593 symcode='[ABCDGISTW]'
5594 ;;
5595hpux*)
5596 if test "$host_cpu" = ia64; then
5597 symcode='[ABCDEGRST]'
5598 fi
5599 ;;
5600irix* | nonstopux*)
5601 symcode='[BCDEGRST]'
5602 ;;
5603osf*)
5604 symcode='[BCDEGQRST]'
5605 ;;
5606solaris*)
5607 symcode='[BDRT]'
5608 ;;
5609sco3.2v5*)
5610 symcode='[DT]'
5611 ;;
5612sysv4.2uw2*)
5613 symcode='[DT]'
5614 ;;
5615sysv5* | sco5v6* | unixware* | OpenUNIX*)
5616 symcode='[ABDT]'
5617 ;;
5618sysv4)
5619 symcode='[DFNSTU]'
5620 ;;
5621esac
5622
5623# If we're using GNU nm, then use its standard symbol codes.
5624case `$NM -V 2>&1` in
5625*GNU* | *'with BFD'*)
5626 symcode='[ABCDGIRSTW]' ;;
5627esac
5628
5629# Transform an extracted symbol line into a proper C declaration.
5630# Some systems (esp. on ia64) link data and code symbols differently,
5631# so use this general approach.
5632lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5633
5634# Transform an extracted symbol line into symbol name and symbol address
5635lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5636lt_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'"
5637
5638# Handle CRLF in mingw tool chain
5639opt_cr=
5640case $build_os in
5641mingw*)
5642 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5643 ;;
5644esac
5645
5646# Try without a prefix underscore, then with it.
5647for ac_symprfx in "" "_"; do
5648
5649 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5650 symxfrm="\\1 $ac_symprfx\\2 \\2"
5651
5652 # Write the raw and C identifiers.
5653 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5654 # Fake it for dumpbin and say T for any non-static function
5655 # and D for any global variable.
5656 # Also find C++ and __fastcall symbols from MSVC++,
5657 # which start with @ or ?.
5658 lt_cv_sys_global_symbol_pipe="$AWK '"\
5659" {last_section=section; section=\$ 3};"\
5660" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5661" \$ 0!~/External *\|/{next};"\
5662" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5663" {if(hide[section]) next};"\
5664" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5665" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5666" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5667" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5668" ' prfx=^$ac_symprfx"
5669 else
5670 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5671 fi
5672
5673 # Check to see that the pipe works correctly.
5674 pipe_works=no
5675
5676 rm -f conftest*
5677 cat > conftest.$ac_ext <<_LT_EOF
5678#ifdef __cplusplus
5679extern "C" {
5680#endif
5681char nm_test_var;
5682void nm_test_func(void);
5683void nm_test_func(void){}
5684#ifdef __cplusplus
5685}
5686#endif
5687int main(){nm_test_var='a';nm_test_func();return(0);}
5688_LT_EOF
5689
5690 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5691 (eval $ac_compile) 2>&5
5692 ac_status=$?
5693 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5694 test $ac_status = 0; }; then
5695 # Now try to grab the symbols.
5696 nlist=conftest.nm
5697 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5698 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5699 ac_status=$?
5700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5701 test $ac_status = 0; } && test -s "$nlist"; then
5702 # Try sorting and uniquifying the output.
5703 if sort "$nlist" | uniq > "$nlist"T; then
5704 mv -f "$nlist"T "$nlist"
5705 else
5706 rm -f "$nlist"T
5707 fi
5708
5709 # Make sure that we snagged all the symbols we need.
5710 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5711 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5712 cat <<_LT_EOF > conftest.$ac_ext
5713#ifdef __cplusplus
5714extern "C" {
5715#endif
5716
5717_LT_EOF
5718 # Now generate the symbol file.
5719 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5720
5721 cat <<_LT_EOF >> conftest.$ac_ext
5722
5723/* The mapping between symbol names and symbols. */
5724const struct {
5725 const char *name;
5726 void *address;
5727}
5728lt__PROGRAM__LTX_preloaded_symbols[] =
5729{
5730 { "@PROGRAM@", (void *) 0 },
5731_LT_EOF
5732 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5733 cat <<\_LT_EOF >> conftest.$ac_ext
5734 {0, (void *) 0}
5735};
5736
5737/* This works around a problem in FreeBSD linker */
5738#ifdef FREEBSD_WORKAROUND
5739static const void *lt_preloaded_setup() {
5740 return lt__PROGRAM__LTX_preloaded_symbols;
5741}
5742#endif
5743
5744#ifdef __cplusplus
5745}
5746#endif
5747_LT_EOF
5748 # Now try linking the two files.
5749 mv conftest.$ac_objext conftstm.$ac_objext
5750 lt_save_LIBS="$LIBS"
5751 lt_save_CFLAGS="$CFLAGS"
5752 LIBS="conftstm.$ac_objext"
5753 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5754 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5755 (eval $ac_link) 2>&5
5756 ac_status=$?
5757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5758 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5759 pipe_works=yes
5760 fi
5761 LIBS="$lt_save_LIBS"
5762 CFLAGS="$lt_save_CFLAGS"
5763 else
5764 echo "cannot find nm_test_func in $nlist" >&5
5765 fi
5766 else
5767 echo "cannot find nm_test_var in $nlist" >&5
5768 fi
5769 else
5770 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5771 fi
5772 else
5773 echo "$progname: failed program was:" >&5
5774 cat conftest.$ac_ext >&5
5775 fi
5776 rm -rf conftest* conftst*
5777
5778 # Do not use the global_symbol_pipe unless it works.
5779 if test "$pipe_works" = yes; then
5780 break
5781 else
5782 lt_cv_sys_global_symbol_pipe=
5783 fi
5784done
5785
5786fi
5787
5788if test -z "$lt_cv_sys_global_symbol_pipe"; then
5789 lt_cv_sys_global_symbol_to_cdecl=
5790fi
5791if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5793$as_echo "failed" >&6; }
5794else
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5796$as_echo "ok" >&6; }
5797fi
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820# Check whether --enable-libtool-lock was given.
5821if test "${enable_libtool_lock+set}" = set; then :
5822 enableval=$enable_libtool_lock;
5823fi
5824
5825test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5826
5827# Some flags need to be propagated to the compiler or linker for good
5828# libtool support.
5829case $host in
5830ia64-*-hpux*)
5831 # Find out which ABI we are using.
5832 echo 'int i;' > conftest.$ac_ext
5833 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5834 (eval $ac_compile) 2>&5
5835 ac_status=$?
5836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5837 test $ac_status = 0; }; then
5838 case `/usr/bin/file conftest.$ac_objext` in
5839 *ELF-32*)
5840 HPUX_IA64_MODE="32"
5841 ;;
5842 *ELF-64*)
5843 HPUX_IA64_MODE="64"
5844 ;;
5845 esac
5846 fi
5847 rm -rf conftest*
5848 ;;
5849*-*-irix6*)
5850 # Find out which ABI we are using.
5851 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5852 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5853 (eval $ac_compile) 2>&5
5854 ac_status=$?
5855 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5856 test $ac_status = 0; }; then
5857 if test "$lt_cv_prog_gnu_ld" = yes; then
5858 case `/usr/bin/file conftest.$ac_objext` in
5859 *32-bit*)
5860 LD="${LD-ld} -melf32bsmip"
5861 ;;
5862 *N32*)
5863 LD="${LD-ld} -melf32bmipn32"
5864 ;;
5865 *64-bit*)
5866 LD="${LD-ld} -melf64bmip"
5867 ;;
5868 esac
5869 else
5870 case `/usr/bin/file conftest.$ac_objext` in
5871 *32-bit*)
5872 LD="${LD-ld} -32"
5873 ;;
5874 *N32*)
5875 LD="${LD-ld} -n32"
5876 ;;
5877 *64-bit*)
5878 LD="${LD-ld} -64"
5879 ;;
5880 esac
5881 fi
5882 fi
5883 rm -rf conftest*
5884 ;;
5885
bf3d9781 5886x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5887s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5888 # Find out which ABI we are using.
5889 echo 'int i;' > conftest.$ac_ext
5890 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5891 (eval $ac_compile) 2>&5
5892 ac_status=$?
5893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5894 test $ac_status = 0; }; then
5895 case `/usr/bin/file conftest.o` in
5896 *32-bit*)
5897 case $host in
5898 x86_64-*kfreebsd*-gnu)
5899 LD="${LD-ld} -m elf_i386_fbsd"
5900 ;;
5901 x86_64-*linux*)
5902 case `/usr/bin/file conftest.o` in
5903 *x86-64*)
5904 LD="${LD-ld} -m elf32_x86_64"
5905 ;;
5906 *)
5907 LD="${LD-ld} -m elf_i386"
5908 ;;
5909 esac
5910 ;;
bf3d9781
AM
5911 powerpc64le-*linux*)
5912 LD="${LD-ld} -m elf32lppclinux"
5913 ;;
5914 powerpc64-*linux*)
6bb11ab3
L
5915 LD="${LD-ld} -m elf32ppclinux"
5916 ;;
5917 s390x-*linux*)
5918 LD="${LD-ld} -m elf_s390"
5919 ;;
5920 sparc64-*linux*)
5921 LD="${LD-ld} -m elf32_sparc"
5922 ;;
5923 esac
5924 ;;
5925 *64-bit*)
5926 case $host in
5927 x86_64-*kfreebsd*-gnu)
5928 LD="${LD-ld} -m elf_x86_64_fbsd"
5929 ;;
5930 x86_64-*linux*)
5931 LD="${LD-ld} -m elf_x86_64"
5932 ;;
bf3d9781
AM
5933 powerpcle-*linux*)
5934 LD="${LD-ld} -m elf64lppc"
5935 ;;
5936 powerpc-*linux*)
6bb11ab3
L
5937 LD="${LD-ld} -m elf64ppc"
5938 ;;
5939 s390*-*linux*|s390*-*tpf*)
5940 LD="${LD-ld} -m elf64_s390"
5941 ;;
5942 sparc*-*linux*)
5943 LD="${LD-ld} -m elf64_sparc"
5944 ;;
5945 esac
5946 ;;
5947 esac
5948 fi
5949 rm -rf conftest*
5950 ;;
5951
5952*-*-sco3.2v5*)
5953 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5954 SAVE_CFLAGS="$CFLAGS"
5955 CFLAGS="$CFLAGS -belf"
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5957$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5958if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5959 $as_echo_n "(cached) " >&6
5960else
5961 ac_ext=c
5962ac_cpp='$CPP $CPPFLAGS'
5963ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5964ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5965ac_compiler_gnu=$ac_cv_c_compiler_gnu
5966
5967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5968/* end confdefs.h. */
5969
5970int
5971main ()
5972{
5973
5974 ;
5975 return 0;
5976}
5977_ACEOF
5978if ac_fn_c_try_link "$LINENO"; then :
5979 lt_cv_cc_needs_belf=yes
5980else
5981 lt_cv_cc_needs_belf=no
5982fi
5983rm -f core conftest.err conftest.$ac_objext \
5984 conftest$ac_exeext conftest.$ac_ext
5985 ac_ext=c
5986ac_cpp='$CPP $CPPFLAGS'
5987ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5988ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5989ac_compiler_gnu=$ac_cv_c_compiler_gnu
5990
5991fi
5992{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5993$as_echo "$lt_cv_cc_needs_belf" >&6; }
5994 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5995 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5996 CFLAGS="$SAVE_CFLAGS"
5997 fi
5998 ;;
5999sparc*-*solaris*)
6000 # Find out which ABI we are using.
6001 echo 'int i;' > conftest.$ac_ext
6002 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6003 (eval $ac_compile) 2>&5
6004 ac_status=$?
6005 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6006 test $ac_status = 0; }; then
6007 case `/usr/bin/file conftest.o` in
6008 *64-bit*)
6009 case $lt_cv_prog_gnu_ld in
6010 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6011 *)
6012 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6013 LD="${LD-ld} -64"
6014 fi
6015 ;;
6016 esac
6017 ;;
6018 esac
6019 fi
6020 rm -rf conftest*
6021 ;;
6022esac
6023
6024need_locks="$enable_libtool_lock"
6025
6026
6027 case $host_os in
6028 rhapsody* | darwin*)
6029 if test -n "$ac_tool_prefix"; then
6030 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6031set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6033$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6034if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
6035 $as_echo_n "(cached) " >&6
6036else
6037 if test -n "$DSYMUTIL"; then
6038 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6039else
6040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6041for as_dir in $PATH
6042do
6043 IFS=$as_save_IFS
6044 test -z "$as_dir" && as_dir=.
6045 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6047 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6049 break 2
6050 fi
6051done
6052 done
6053IFS=$as_save_IFS
6054
6055fi
6056fi
6057DSYMUTIL=$ac_cv_prog_DSYMUTIL
6058if test -n "$DSYMUTIL"; then
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6060$as_echo "$DSYMUTIL" >&6; }
6061else
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6063$as_echo "no" >&6; }
6064fi
6065
6066
6067fi
6068if test -z "$ac_cv_prog_DSYMUTIL"; then
6069 ac_ct_DSYMUTIL=$DSYMUTIL
6070 # Extract the first word of "dsymutil", so it can be a program name with args.
6071set dummy dsymutil; ac_word=$2
6072{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6073$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6074if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
6075 $as_echo_n "(cached) " >&6
6076else
6077 if test -n "$ac_ct_DSYMUTIL"; then
6078 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6079else
6080as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6081for as_dir in $PATH
6082do
6083 IFS=$as_save_IFS
6084 test -z "$as_dir" && as_dir=.
6085 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6086 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6087 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6089 break 2
6090 fi
6091done
6092 done
6093IFS=$as_save_IFS
6094
6095fi
6096fi
6097ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6098if test -n "$ac_ct_DSYMUTIL"; then
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6100$as_echo "$ac_ct_DSYMUTIL" >&6; }
6101else
6102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6103$as_echo "no" >&6; }
6104fi
6105
6106 if test "x$ac_ct_DSYMUTIL" = x; then
6107 DSYMUTIL=":"
6108 else
6109 case $cross_compiling:$ac_tool_warned in
6110yes:)
6111{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6112$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6113ac_tool_warned=yes ;;
6114esac
6115 DSYMUTIL=$ac_ct_DSYMUTIL
6116 fi
6117else
6118 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6119fi
6120
6121 if test -n "$ac_tool_prefix"; then
6122 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6123set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6125$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6126if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6127 $as_echo_n "(cached) " >&6
6128else
6129 if test -n "$NMEDIT"; then
6130 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6131else
6132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6133for as_dir in $PATH
6134do
6135 IFS=$as_save_IFS
6136 test -z "$as_dir" && as_dir=.
6137 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6139 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6141 break 2
6142 fi
6143done
6144 done
6145IFS=$as_save_IFS
6146
6147fi
6148fi
6149NMEDIT=$ac_cv_prog_NMEDIT
6150if test -n "$NMEDIT"; then
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6152$as_echo "$NMEDIT" >&6; }
6153else
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6155$as_echo "no" >&6; }
6156fi
6157
6158
6159fi
6160if test -z "$ac_cv_prog_NMEDIT"; then
6161 ac_ct_NMEDIT=$NMEDIT
6162 # Extract the first word of "nmedit", so it can be a program name with args.
6163set dummy nmedit; ac_word=$2
6164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6165$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6166if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6167 $as_echo_n "(cached) " >&6
6168else
6169 if test -n "$ac_ct_NMEDIT"; then
6170 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6171else
6172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6173for as_dir in $PATH
6174do
6175 IFS=$as_save_IFS
6176 test -z "$as_dir" && as_dir=.
6177 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6178 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6179 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6181 break 2
6182 fi
6183done
6184 done
6185IFS=$as_save_IFS
6186
6187fi
6188fi
6189ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6190if test -n "$ac_ct_NMEDIT"; then
6191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6192$as_echo "$ac_ct_NMEDIT" >&6; }
6193else
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6195$as_echo "no" >&6; }
6196fi
6197
6198 if test "x$ac_ct_NMEDIT" = x; then
6199 NMEDIT=":"
6200 else
6201 case $cross_compiling:$ac_tool_warned in
6202yes:)
6203{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6204$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6205ac_tool_warned=yes ;;
6206esac
6207 NMEDIT=$ac_ct_NMEDIT
6208 fi
6209else
6210 NMEDIT="$ac_cv_prog_NMEDIT"
6211fi
6212
6213 if test -n "$ac_tool_prefix"; then
6214 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6215set dummy ${ac_tool_prefix}lipo; ac_word=$2
6216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6217$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6218if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6219 $as_echo_n "(cached) " >&6
6220else
6221 if test -n "$LIPO"; then
6222 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6223else
6224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6225for as_dir in $PATH
6226do
6227 IFS=$as_save_IFS
6228 test -z "$as_dir" && as_dir=.
6229 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6230 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6231 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6233 break 2
6234 fi
6235done
6236 done
6237IFS=$as_save_IFS
6238
6239fi
6240fi
6241LIPO=$ac_cv_prog_LIPO
6242if test -n "$LIPO"; then
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6244$as_echo "$LIPO" >&6; }
6245else
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6247$as_echo "no" >&6; }
6248fi
6249
6250
6251fi
6252if test -z "$ac_cv_prog_LIPO"; then
6253 ac_ct_LIPO=$LIPO
6254 # Extract the first word of "lipo", so it can be a program name with args.
6255set dummy lipo; ac_word=$2
6256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6257$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6258if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6259 $as_echo_n "(cached) " >&6
6260else
6261 if test -n "$ac_ct_LIPO"; then
6262 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6263else
6264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6265for as_dir in $PATH
6266do
6267 IFS=$as_save_IFS
6268 test -z "$as_dir" && as_dir=.
6269 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6270 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6271 ac_cv_prog_ac_ct_LIPO="lipo"
6272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6273 break 2
6274 fi
6275done
6276 done
6277IFS=$as_save_IFS
6278
6279fi
6280fi
6281ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6282if test -n "$ac_ct_LIPO"; then
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6284$as_echo "$ac_ct_LIPO" >&6; }
6285else
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6287$as_echo "no" >&6; }
6288fi
6289
6290 if test "x$ac_ct_LIPO" = x; then
6291 LIPO=":"
6292 else
6293 case $cross_compiling:$ac_tool_warned in
6294yes:)
6295{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6296$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6297ac_tool_warned=yes ;;
6298esac
6299 LIPO=$ac_ct_LIPO
6300 fi
6301else
6302 LIPO="$ac_cv_prog_LIPO"
6303fi
6304
6305 if test -n "$ac_tool_prefix"; then
6306 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6307set dummy ${ac_tool_prefix}otool; ac_word=$2
6308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6309$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6310if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6311 $as_echo_n "(cached) " >&6
6312else
6313 if test -n "$OTOOL"; then
6314 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6315else
6316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6317for as_dir in $PATH
6318do
6319 IFS=$as_save_IFS
6320 test -z "$as_dir" && as_dir=.
6321 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6322 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6323 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6325 break 2
6326 fi
6327done
6328 done
6329IFS=$as_save_IFS
6330
6331fi
6332fi
6333OTOOL=$ac_cv_prog_OTOOL
6334if test -n "$OTOOL"; then
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6336$as_echo "$OTOOL" >&6; }
6337else
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6339$as_echo "no" >&6; }
6340fi
6341
6342
6343fi
6344if test -z "$ac_cv_prog_OTOOL"; then
6345 ac_ct_OTOOL=$OTOOL
6346 # Extract the first word of "otool", so it can be a program name with args.
6347set dummy otool; ac_word=$2
6348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6349$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6350if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6351 $as_echo_n "(cached) " >&6
6352else
6353 if test -n "$ac_ct_OTOOL"; then
6354 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6355else
6356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6357for as_dir in $PATH
6358do
6359 IFS=$as_save_IFS
6360 test -z "$as_dir" && as_dir=.
6361 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6362 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6363 ac_cv_prog_ac_ct_OTOOL="otool"
6364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6365 break 2
6366 fi
6367done
6368 done
6369IFS=$as_save_IFS
6370
6371fi
6372fi
6373ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6374if test -n "$ac_ct_OTOOL"; then
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6376$as_echo "$ac_ct_OTOOL" >&6; }
6377else
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6379$as_echo "no" >&6; }
6380fi
6381
6382 if test "x$ac_ct_OTOOL" = x; then
6383 OTOOL=":"
6384 else
6385 case $cross_compiling:$ac_tool_warned in
6386yes:)
6387{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6388$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6389ac_tool_warned=yes ;;
6390esac
6391 OTOOL=$ac_ct_OTOOL
6392 fi
6393else
6394 OTOOL="$ac_cv_prog_OTOOL"
6395fi
6396
6397 if test -n "$ac_tool_prefix"; then
6398 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6399set dummy ${ac_tool_prefix}otool64; ac_word=$2
6400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6401$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6402if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6403 $as_echo_n "(cached) " >&6
6404else
6405 if test -n "$OTOOL64"; then
6406 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6407else
6408as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6409for as_dir in $PATH
6410do
6411 IFS=$as_save_IFS
6412 test -z "$as_dir" && as_dir=.
6413 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6415 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6417 break 2
6418 fi
6419done
6420 done
6421IFS=$as_save_IFS
6422
6423fi
6424fi
6425OTOOL64=$ac_cv_prog_OTOOL64
6426if test -n "$OTOOL64"; then
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6428$as_echo "$OTOOL64" >&6; }
6429else
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6431$as_echo "no" >&6; }
6432fi
6433
6434
6435fi
6436if test -z "$ac_cv_prog_OTOOL64"; then
6437 ac_ct_OTOOL64=$OTOOL64
6438 # Extract the first word of "otool64", so it can be a program name with args.
6439set dummy otool64; ac_word=$2
6440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6441$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6442if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6443 $as_echo_n "(cached) " >&6
6444else
6445 if test -n "$ac_ct_OTOOL64"; then
6446 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6447else
6448as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6449for as_dir in $PATH
6450do
6451 IFS=$as_save_IFS
6452 test -z "$as_dir" && as_dir=.
6453 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6454 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6455 ac_cv_prog_ac_ct_OTOOL64="otool64"
6456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6457 break 2
6458 fi
6459done
6460 done
6461IFS=$as_save_IFS
6462
6463fi
6464fi
6465ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6466if test -n "$ac_ct_OTOOL64"; then
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6468$as_echo "$ac_ct_OTOOL64" >&6; }
6469else
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6471$as_echo "no" >&6; }
6472fi
6473
6474 if test "x$ac_ct_OTOOL64" = x; then
6475 OTOOL64=":"
6476 else
6477 case $cross_compiling:$ac_tool_warned in
6478yes:)
6479{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6480$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6481ac_tool_warned=yes ;;
6482esac
6483 OTOOL64=$ac_ct_OTOOL64
6484 fi
6485else
6486 OTOOL64="$ac_cv_prog_OTOOL64"
6487fi
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6516$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6517if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6518 $as_echo_n "(cached) " >&6
6519else
6520 lt_cv_apple_cc_single_mod=no
6521 if test -z "${LT_MULTI_MODULE}"; then
6522 # By default we will add the -single_module flag. You can override
6523 # by either setting the environment variable LT_MULTI_MODULE
6524 # non-empty at configure time, or by adding -multi_module to the
6525 # link flags.
6526 rm -rf libconftest.dylib*
6527 echo "int foo(void){return 1;}" > conftest.c
6528 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6529-dynamiclib -Wl,-single_module conftest.c" >&5
6530 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6531 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6532 _lt_result=$?
6533 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6534 lt_cv_apple_cc_single_mod=yes
6535 else
6536 cat conftest.err >&5
6537 fi
6538 rm -rf libconftest.dylib*
6539 rm -f conftest.*
6540 fi
6541fi
6542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6543$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6545$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6546if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6547 $as_echo_n "(cached) " >&6
6548else
6549 lt_cv_ld_exported_symbols_list=no
6550 save_LDFLAGS=$LDFLAGS
6551 echo "_main" > conftest.sym
6552 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6554/* end confdefs.h. */
6555
6556int
6557main ()
6558{
6559
6560 ;
6561 return 0;
6562}
6563_ACEOF
6564if ac_fn_c_try_link "$LINENO"; then :
6565 lt_cv_ld_exported_symbols_list=yes
6566else
6567 lt_cv_ld_exported_symbols_list=no
6568fi
6569rm -f core conftest.err conftest.$ac_objext \
6570 conftest$ac_exeext conftest.$ac_ext
6571 LDFLAGS="$save_LDFLAGS"
6572
6573fi
6574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6575$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6577$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6578if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6579 $as_echo_n "(cached) " >&6
6580else
6581 lt_cv_ld_force_load=no
6582 cat > conftest.c << _LT_EOF
6583int forced_loaded() { return 2;}
6584_LT_EOF
6585 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6586 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6587 echo "$AR cru libconftest.a conftest.o" >&5
6588 $AR cru libconftest.a conftest.o 2>&5
6589 cat > conftest.c << _LT_EOF
6590int main() { return 0;}
6591_LT_EOF
6592 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6593 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6594 _lt_result=$?
6595 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6596 lt_cv_ld_force_load=yes
6597 else
6598 cat conftest.err >&5
6599 fi
6600 rm -f conftest.err libconftest.a conftest conftest.c
6601 rm -rf conftest.dSYM
6602
6603fi
6604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6605$as_echo "$lt_cv_ld_force_load" >&6; }
6606 case $host_os in
6607 rhapsody* | darwin1.[012])
6608 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6609 darwin1.*)
6610 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6611 darwin*) # darwin 5.x on
6612 # if running on 10.5 or later, the deployment target defaults
6613 # to the OS version, if on x86, and 10.4, the deployment
6614 # target defaults to 10.4. Don't you love it?
6615 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6616 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6617 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6618 10.[012][,.]*)
6bb11ab3
L
6619 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6620 10.*)
6621 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6622 esac
6623 ;;
6624 esac
6625 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6626 _lt_dar_single_mod='$single_module'
6627 fi
6628 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6629 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6630 else
6631 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6632 fi
6633 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6634 _lt_dsymutil='~$DSYMUTIL $lib || :'
6635 else
6636 _lt_dsymutil=
6637 fi
6638 ;;
6639 esac
6640
6641for ac_header in dlfcn.h
6642do :
6643 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6644"
d0ac1c44 6645if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6646 cat >>confdefs.h <<_ACEOF
6647#define HAVE_DLFCN_H 1
6648_ACEOF
6649
6650fi
6651
6652done
6653
6654
6655
ebe9564b 6656
6bb11ab3 6657
0cb8d851
MF
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6659$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6660if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6661 $as_echo_n "(cached) " >&6
6662else
6663 ac_cv_c_bigendian=unknown
6664 # See if we're dealing with a universal compiler.
6665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6666/* end confdefs.h. */
6667#ifndef __APPLE_CC__
6668 not a universal capable compiler
6669 #endif
6670 typedef int dummy;
6671
6672_ACEOF
6673if ac_fn_c_try_compile "$LINENO"; then :
6674
6675 # Check for potential -arch flags. It is not universal unless
6676 # there are at least two -arch flags with different values.
6677 ac_arch=
6678 ac_prev=
6679 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6680 if test -n "$ac_prev"; then
6681 case $ac_word in
6682 i?86 | x86_64 | ppc | ppc64)
6683 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6684 ac_arch=$ac_word
6685 else
6686 ac_cv_c_bigendian=universal
6687 break
6688 fi
6689 ;;
6690 esac
6691 ac_prev=
6692 elif test "x$ac_word" = "x-arch"; then
6693 ac_prev=arch
6694 fi
6695 done
6696fi
6697rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6698 if test $ac_cv_c_bigendian = unknown; then
6699 # See if sys/param.h defines the BYTE_ORDER macro.
6700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6701/* end confdefs.h. */
6702#include <sys/types.h>
6703 #include <sys/param.h>
6704
6705int
6706main ()
6707{
6708#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6709 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6710 && LITTLE_ENDIAN)
6711 bogus endian macros
6712 #endif
6713
6714 ;
6715 return 0;
6716}
6717_ACEOF
6718if ac_fn_c_try_compile "$LINENO"; then :
6719 # It does; now see whether it defined to BIG_ENDIAN or not.
6720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6721/* end confdefs.h. */
6722#include <sys/types.h>
6723 #include <sys/param.h>
6724
6725int
6726main ()
6727{
6728#if BYTE_ORDER != BIG_ENDIAN
6729 not big endian
6730 #endif
6731
6732 ;
6733 return 0;
6734}
6735_ACEOF
6736if ac_fn_c_try_compile "$LINENO"; then :
6737 ac_cv_c_bigendian=yes
6738else
6739 ac_cv_c_bigendian=no
6740fi
6741rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6742fi
6743rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6744 fi
6745 if test $ac_cv_c_bigendian = unknown; then
6746 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6748/* end confdefs.h. */
6749#include <limits.h>
6750
6751int
6752main ()
6753{
6754#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6755 bogus endian macros
6756 #endif
6757
6758 ;
6759 return 0;
6760}
6761_ACEOF
6762if ac_fn_c_try_compile "$LINENO"; then :
6763 # It does; now see whether it defined to _BIG_ENDIAN or not.
6764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6765/* end confdefs.h. */
6766#include <limits.h>
6767
6768int
6769main ()
6770{
6771#ifndef _BIG_ENDIAN
6772 not big endian
6773 #endif
6774
6775 ;
6776 return 0;
6777}
6778_ACEOF
6779if ac_fn_c_try_compile "$LINENO"; then :
6780 ac_cv_c_bigendian=yes
6781else
6782 ac_cv_c_bigendian=no
6783fi
6784rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6785fi
6786rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6787 fi
6788 if test $ac_cv_c_bigendian = unknown; then
6789 # Compile a test program.
6790 if test "$cross_compiling" = yes; then :
6791 # Try to guess by grepping values from an object file.
6792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6793/* end confdefs.h. */
6794short int ascii_mm[] =
6795 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6796 short int ascii_ii[] =
6797 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6798 int use_ascii (int i) {
6799 return ascii_mm[i] + ascii_ii[i];
6800 }
6801 short int ebcdic_ii[] =
6802 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6803 short int ebcdic_mm[] =
6804 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6805 int use_ebcdic (int i) {
6806 return ebcdic_mm[i] + ebcdic_ii[i];
6807 }
6808 extern int foo;
6809
6810int
6811main ()
6812{
6813return use_ascii (foo) == use_ebcdic (foo);
6814 ;
6815 return 0;
6816}
6817_ACEOF
6818if ac_fn_c_try_compile "$LINENO"; then :
6819 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6820 ac_cv_c_bigendian=yes
6821 fi
6822 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6823 if test "$ac_cv_c_bigendian" = unknown; then
6824 ac_cv_c_bigendian=no
6825 else
6826 # finding both strings is unlikely to happen, but who knows?
6827 ac_cv_c_bigendian=unknown
6828 fi
6829 fi
6830fi
6831rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6832else
6833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6834/* end confdefs.h. */
6835$ac_includes_default
6836int
6837main ()
6838{
6839
6840 /* Are we little or big endian? From Harbison&Steele. */
6841 union
6842 {
6843 long int l;
6844 char c[sizeof (long int)];
6845 } u;
6846 u.l = 1;
6847 return u.c[sizeof (long int) - 1] == 1;
6848
6849 ;
6850 return 0;
6851}
6852_ACEOF
6853if ac_fn_c_try_run "$LINENO"; then :
6854 ac_cv_c_bigendian=no
6855else
6856 ac_cv_c_bigendian=yes
6857fi
6858rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6859 conftest.$ac_objext conftest.beam conftest.$ac_ext
6860fi
6861
6862 fi
6863fi
6864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6865$as_echo "$ac_cv_c_bigendian" >&6; }
6866 case $ac_cv_c_bigendian in #(
6867 yes)
6868 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6869;; #(
6870 no)
6871 ;; #(
6872 universal)
6873
6874$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6875
6876 ;; #(
6877 *)
d0ac1c44 6878 as_fn_error $? "unknown endianness
0cb8d851
MF
6879 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6880 esac
6881
6bb11ab3
L
6882
6883
6884
c25ea03d 6885if test "x$cross_compiling" = "xno"; then
aa0fca16 6886 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6887 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6888 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6889 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6890 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6891else
aa0fca16 6892 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6893 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6894 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6895 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6896 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6897fi
6898
6899
6900
c25ea03d 6901
c2783492 6902
aa0fca16
MF
6903
6904
a3e2cc64
MF
6905if test -n "$ac_tool_prefix"; then
6906 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6907set dummy ${ac_tool_prefix}ar; ac_word=$2
6908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6909$as_echo_n "checking for $ac_word... " >&6; }
6910if ${ac_cv_prog_AR+:} false; then :
6911 $as_echo_n "(cached) " >&6
6912else
6913 if test -n "$AR"; then
6914 ac_cv_prog_AR="$AR" # Let the user override the test.
6915else
6916as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6917for as_dir in $PATH
6918do
6919 IFS=$as_save_IFS
6920 test -z "$as_dir" && as_dir=.
6921 for ac_exec_ext in '' $ac_executable_extensions; do
6922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6923 ac_cv_prog_AR="${ac_tool_prefix}ar"
6924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6925 break 2
6926 fi
6927done
6928 done
6929IFS=$as_save_IFS
6930
6931fi
6932fi
6933AR=$ac_cv_prog_AR
6934if test -n "$AR"; then
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6936$as_echo "$AR" >&6; }
6937else
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6939$as_echo "no" >&6; }
6940fi
6941
6942
6943fi
6944if test -z "$ac_cv_prog_AR"; then
6945 ac_ct_AR=$AR
6946 # Extract the first word of "ar", so it can be a program name with args.
6947set dummy ar; ac_word=$2
6948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6949$as_echo_n "checking for $ac_word... " >&6; }
6950if ${ac_cv_prog_ac_ct_AR+:} false; then :
6951 $as_echo_n "(cached) " >&6
6952else
6953 if test -n "$ac_ct_AR"; then
6954 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6955else
6956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6957for as_dir in $PATH
6958do
6959 IFS=$as_save_IFS
6960 test -z "$as_dir" && as_dir=.
6961 for ac_exec_ext in '' $ac_executable_extensions; do
6962 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6963 ac_cv_prog_ac_ct_AR="ar"
6964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6965 break 2
6966 fi
6967done
6968 done
6969IFS=$as_save_IFS
6970
6971fi
6972fi
6973ac_ct_AR=$ac_cv_prog_ac_ct_AR
6974if test -n "$ac_ct_AR"; then
6975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6976$as_echo "$ac_ct_AR" >&6; }
6977else
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6979$as_echo "no" >&6; }
6980fi
6981
6982 if test "x$ac_ct_AR" = x; then
6983 AR=""
6984 else
6985 case $cross_compiling:$ac_tool_warned in
6986yes:)
6987{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6988$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6989ac_tool_warned=yes ;;
6990esac
6991 AR=$ac_ct_AR
6992 fi
6993else
6994 AR="$ac_cv_prog_AR"
6995fi
6bb11ab3
L
6996
6997if test -n "$ac_tool_prefix"; then
6998 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6999set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7001$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7002if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
7003 $as_echo_n "(cached) " >&6
7004else
7005 if test -n "$RANLIB"; then
7006 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7007else
7008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7009for as_dir in $PATH
7010do
7011 IFS=$as_save_IFS
7012 test -z "$as_dir" && as_dir=.
7013 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7015 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7017 break 2
7018 fi
7019done
7020 done
7021IFS=$as_save_IFS
7022
7023fi
7024fi
7025RANLIB=$ac_cv_prog_RANLIB
7026if test -n "$RANLIB"; then
7027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7028$as_echo "$RANLIB" >&6; }
7029else
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7031$as_echo "no" >&6; }
7032fi
7033
7034
7035fi
7036if test -z "$ac_cv_prog_RANLIB"; then
7037 ac_ct_RANLIB=$RANLIB
7038 # Extract the first word of "ranlib", so it can be a program name with args.
7039set dummy ranlib; ac_word=$2
7040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7041$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7042if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7043 $as_echo_n "(cached) " >&6
7044else
7045 if test -n "$ac_ct_RANLIB"; then
7046 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7047else
7048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7049for as_dir in $PATH
7050do
7051 IFS=$as_save_IFS
7052 test -z "$as_dir" && as_dir=.
7053 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7054 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7055 ac_cv_prog_ac_ct_RANLIB="ranlib"
7056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7057 break 2
7058 fi
7059done
7060 done
7061IFS=$as_save_IFS
7062
7063fi
7064fi
7065ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7066if test -n "$ac_ct_RANLIB"; then
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7068$as_echo "$ac_ct_RANLIB" >&6; }
7069else
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7071$as_echo "no" >&6; }
7072fi
7073
7074 if test "x$ac_ct_RANLIB" = x; then
7075 RANLIB=":"
7076 else
7077 case $cross_compiling:$ac_tool_warned in
7078yes:)
7079{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7080$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7081ac_tool_warned=yes ;;
7082esac
7083 RANLIB=$ac_ct_RANLIB
7084 fi
7085else
7086 RANLIB="$ac_cv_prog_RANLIB"
7087fi
7088
7089
46f900c0
MF
7090# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
7091# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
7092# is C99. So handle it ourselves.
7093:
7094C_DIALECT=
7095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7096$as_echo_n "checking whether C11 is supported by default... " >&6; }
7097cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7098/* end confdefs.h. */
7099
7100#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7101# error "C11 support not found"
7102#endif
7103
7104_ACEOF
7105if ac_fn_c_try_compile "$LINENO"; then :
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7107$as_echo "yes" >&6; }
7108else
7109
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7111$as_echo "no" >&6; }
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7113$as_echo_n "checking for -std=c11 support... " >&6; }
7114 ac_save_CC="$CC"
7115 CC="$CC -std=c11"
7116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7117/* end confdefs.h. */
7118
7119#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7120# error "C11 support not found"
7121#endif
7122
7123_ACEOF
7124if ac_fn_c_try_compile "$LINENO"; then :
7125
7126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7127$as_echo "yes" >&6; }
7128 CC="$ac_save_CC"
7129 C_DIALECT="-std=c11"
7130
7131else
7132 as_fn_error $? "C11 is required" "$LINENO" 5
7133fi
7134rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7135fi
7136rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7137
7138
c2783492
MF
7139ac_config_headers="$ac_config_headers config.h:config.in"
7140
7141
6bb11ab3
L
7142# Some of the common include files depend on bfd.h, and bfd.h checks
7143# that config.h is included first by testing that the PACKAGE macro
7144# is defined.
7145PACKAGE=sim
7146
7147cat >>confdefs.h <<_ACEOF
7148#define PACKAGE "$PACKAGE"
7149_ACEOF
7150
7151
7152
7153# Dependency checking.
7154ac_config_commands="$ac_config_commands depdir"
7155
7156
7157depcc="$CC" am_compiler_list=
7158
7159am_depcomp=$ac_aux_dir/depcomp
7160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7161$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7162if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
7163 $as_echo_n "(cached) " >&6
7164else
7165 if test -f "$am_depcomp"; then
7166 # We make a subdir and do the tests there. Otherwise we can end up
7167 # making bogus files that we don't know about and never remove. For
7168 # instance it was reported that on HP-UX the gcc test will end up
7169 # making a dummy file named `D' -- because `-MD' means `put the output
7170 # in D'.
7171 mkdir conftest.dir
7172 # Copy depcomp to subdir because otherwise we won't find it if we're
7173 # using a relative directory.
7174 cp "$am_depcomp" conftest.dir
7175 cd conftest.dir
7176 # We will build objects and dependencies in a subdirectory because
7177 # it helps to detect inapplicable dependency modes. For instance
7178 # both Tru64's cc and ICC support -MD to output dependencies as a
7179 # side effect of compilation, but ICC will put the dependencies in
7180 # the current directory while Tru64 will put them in the object
7181 # directory.
7182 mkdir sub
7183
7184 am_cv_CC_dependencies_compiler_type=none
7185 if test "$am_compiler_list" = ""; then
7186 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7187 fi
7188 for depmode in $am_compiler_list; do
7189 if test $depmode = none; then break; fi
7190
7191 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7192 # Setup a source with many dependencies, because some compilers
7193 # like to wrap large dependency lists on column 80 (with \), and
7194 # we should not choose a depcomp mode which is confused by this.
7195 #
7196 # We need to recreate these files for each test, as the compiler may
7197 # overwrite some of them when testing with obscure command lines.
7198 # This happens at least with the AIX C compiler.
7199 : > sub/conftest.c
7200 for i in 1 2 3 4 5 6; do
7201 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7202 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7203 # Solaris 8's {/usr,}/bin/sh.
7204 touch sub/conftst$i.h
7205 done
7206 echo "include sub/conftest.Po" > confmf
7207
7208 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7209 # mode. It turns out that the SunPro C++ compiler does not properly
7210 # handle `-M -o', and we need to detect this.
7211 depcmd="depmode=$depmode \
7212 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7213 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7214 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7215 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7216 if env $depcmd > conftest.err 2>&1 &&
7217 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7218 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7219 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7220 # icc doesn't choke on unknown options, it will just issue warnings
7221 # or remarks (even with -Werror). So we grep stderr for any message
7222 # that says an option was ignored or not supported.
7223 # When given -MP, icc 7.0 and 7.1 complain thusly:
7224 # icc: Command line warning: ignoring option '-M'; no argument required
7225 # The diagnosis changed in icc 8.0:
7226 # icc: Command line remark: option '-MP' not supported
7227 if (grep 'ignoring option' conftest.err ||
7228 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7229 am_cv_CC_dependencies_compiler_type=$depmode
7230 $as_echo "$as_me:$LINENO: success" >&5
7231 break
7232 fi
7233 fi
7234 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7235 sed -e 's/^/| /' < conftest.err >&5
7236 done
7237
7238 cd ..
7239 rm -rf conftest.dir
7240else
7241 am_cv_CC_dependencies_compiler_type=none
7242fi
7243
7244fi
7245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7246$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7247if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7248then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7249else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7250
7251fi
7252
7253
6bb11ab3
L
7254ALL_LINGUAS=
7255# If we haven't got the data from the intl directory,
7256# assume NLS is disabled.
7257USE_NLS=no
7258LIBINTL=
7259LIBINTL_DEP=
7260INCINTL=
7261XGETTEXT=
7262GMSGFMT=
7263POSUB=
7264
7265if test -f ../../intl/config.intl; then
7266 . ../../intl/config.intl
7267fi
7268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7269$as_echo_n "checking whether NLS is requested... " >&6; }
7270if test x"$USE_NLS" != xyes; then
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7272$as_echo "no" >&6; }
7273else
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7275$as_echo "yes" >&6; }
7276
7277$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7278
7279
7280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7281$as_echo_n "checking for catalogs to be installed... " >&6; }
7282 # Look for .po and .gmo files in the source directory.
7283 CATALOGS=
7284 XLINGUAS=
7285 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7286 # If there aren't any .gmo files the shell will give us the
7287 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7288 # weeded out.
7289 case "$cat" in *\**)
7290 continue;;
7291 esac
7292 # The quadruple backslash is collapsed to a double backslash
7293 # by the backticks, then collapsed again by the double quotes,
7294 # leaving us with one backslash in the sed expression (right
7295 # before the dot that mustn't act as a wildcard).
7296 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7297 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7298 # The user is allowed to set LINGUAS to a list of languages to
7299 # install catalogs for. If it's empty that means "all of them."
7300 if test "x$LINGUAS" = x; then
7301 CATALOGS="$CATALOGS $cat"
7302 XLINGUAS="$XLINGUAS $lang"
7303 else
7304 case "$LINGUAS" in *$lang*)
7305 CATALOGS="$CATALOGS $cat"
7306 XLINGUAS="$XLINGUAS $lang"
7307 ;;
7308 esac
7309 fi
7310 done
7311 LINGUAS="$XLINGUAS"
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7313$as_echo "$LINGUAS" >&6; }
7314
7315
7316 DATADIRNAME=share
7317
7318 INSTOBJEXT=.mo
7319
7320 GENCAT=gencat
7321
7322 CATOBJEXT=.gmo
7323
7324fi
7325
7326# Check for common headers.
68ed2854 7327# NB: You can assume C11 headers exist.
6bb11ab3 7328
936df756
MF
7329
7330ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7331#include <sys/types.h>
7332#endif
7333#ifdef HAVE_SYS_STAT_H
7334#include <sys/stat.h>
7335#endif
7336"
d0ac1c44 7337if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7338
7339cat >>confdefs.h <<_ACEOF
7340#define HAVE_STRUCT_STAT_ST_DEV 1
7341_ACEOF
7342
7343
7344fi
7345ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7346#include <sys/types.h>
7347#endif
7348#ifdef HAVE_SYS_STAT_H
7349#include <sys/stat.h>
7350#endif
7351"
d0ac1c44 7352if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7353
7354cat >>confdefs.h <<_ACEOF
7355#define HAVE_STRUCT_STAT_ST_INO 1
7356_ACEOF
7357
7358
7359fi
7360ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7361#include <sys/types.h>
7362#endif
7363#ifdef HAVE_SYS_STAT_H
7364#include <sys/stat.h>
7365#endif
7366"
d0ac1c44 7367if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7368
7369cat >>confdefs.h <<_ACEOF
7370#define HAVE_STRUCT_STAT_ST_MODE 1
7371_ACEOF
7372
7373
7374fi
7375ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7376#include <sys/types.h>
7377#endif
7378#ifdef HAVE_SYS_STAT_H
7379#include <sys/stat.h>
7380#endif
7381"
d0ac1c44 7382if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7383
7384cat >>confdefs.h <<_ACEOF
7385#define HAVE_STRUCT_STAT_ST_NLINK 1
7386_ACEOF
7387
7388
7389fi
7390ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7391#include <sys/types.h>
7392#endif
7393#ifdef HAVE_SYS_STAT_H
7394#include <sys/stat.h>
7395#endif
7396"
d0ac1c44 7397if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7398
7399cat >>confdefs.h <<_ACEOF
7400#define HAVE_STRUCT_STAT_ST_UID 1
7401_ACEOF
7402
7403
7404fi
7405ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7406#include <sys/types.h>
7407#endif
7408#ifdef HAVE_SYS_STAT_H
7409#include <sys/stat.h>
7410#endif
7411"
d0ac1c44 7412if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7413
7414cat >>confdefs.h <<_ACEOF
7415#define HAVE_STRUCT_STAT_ST_GID 1
7416_ACEOF
7417
7418
7419fi
7420ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7421#include <sys/types.h>
7422#endif
7423#ifdef HAVE_SYS_STAT_H
7424#include <sys/stat.h>
7425#endif
7426"
d0ac1c44 7427if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7428
7429cat >>confdefs.h <<_ACEOF
7430#define HAVE_STRUCT_STAT_ST_RDEV 1
7431_ACEOF
7432
7433
7434fi
7435ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7436#include <sys/types.h>
7437#endif
7438#ifdef HAVE_SYS_STAT_H
7439#include <sys/stat.h>
7440#endif
7441"
d0ac1c44 7442if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7443
7444cat >>confdefs.h <<_ACEOF
7445#define HAVE_STRUCT_STAT_ST_SIZE 1
7446_ACEOF
7447
7448
7449fi
7450ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7451#include <sys/types.h>
7452#endif
7453#ifdef HAVE_SYS_STAT_H
7454#include <sys/stat.h>
7455#endif
7456"
d0ac1c44 7457if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7458
7459cat >>confdefs.h <<_ACEOF
7460#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7461_ACEOF
7462
7463
7464fi
7465ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7466#include <sys/types.h>
7467#endif
7468#ifdef HAVE_SYS_STAT_H
7469#include <sys/stat.h>
7470#endif
7471"
d0ac1c44 7472if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7473
7474cat >>confdefs.h <<_ACEOF
7475#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7476_ACEOF
7477
7478
7479fi
7480ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7481#include <sys/types.h>
7482#endif
7483#ifdef HAVE_SYS_STAT_H
7484#include <sys/stat.h>
7485#endif
7486"
d0ac1c44 7487if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7488
7489cat >>confdefs.h <<_ACEOF
7490#define HAVE_STRUCT_STAT_ST_ATIME 1
7491_ACEOF
7492
7493
7494fi
7495ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7496#include <sys/types.h>
7497#endif
7498#ifdef HAVE_SYS_STAT_H
7499#include <sys/stat.h>
7500#endif
7501"
d0ac1c44 7502if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7503
7504cat >>confdefs.h <<_ACEOF
7505#define HAVE_STRUCT_STAT_ST_MTIME 1
7506_ACEOF
7507
7508
7509fi
7510ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7511#include <sys/types.h>
7512#endif
7513#ifdef HAVE_SYS_STAT_H
7514#include <sys/stat.h>
7515#endif
7516"
d0ac1c44 7517if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7518
7519cat >>confdefs.h <<_ACEOF
7520#define HAVE_STRUCT_STAT_ST_CTIME 1
7521_ACEOF
7522
7523
7524fi
7525
7526ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7527#include <sys/socket.h>
7528
7529"
d0ac1c44 7530if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7531
7532cat >>confdefs.h <<_ACEOF
7533#define HAVE_SOCKLEN_T 1
7534_ACEOF
7535
7536
7537fi
7538
6bb11ab3
L
7539
7540# Check for socket libraries
7541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7542$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7543if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7544 $as_echo_n "(cached) " >&6
7545else
7546 ac_check_lib_save_LIBS=$LIBS
7547LIBS="-lsocket $LIBS"
7548cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7549/* end confdefs.h. */
7550
7551/* Override any GCC internal prototype to avoid an error.
7552 Use char because int might match the return type of a GCC
7553 builtin and then its argument prototype would still apply. */
7554#ifdef __cplusplus
7555extern "C"
7556#endif
7557char bind ();
7558int
7559main ()
7560{
7561return bind ();
7562 ;
7563 return 0;
7564}
7565_ACEOF
7566if ac_fn_c_try_link "$LINENO"; then :
7567 ac_cv_lib_socket_bind=yes
7568else
7569 ac_cv_lib_socket_bind=no
7570fi
7571rm -f core conftest.err conftest.$ac_objext \
7572 conftest$ac_exeext conftest.$ac_ext
7573LIBS=$ac_check_lib_save_LIBS
7574fi
7575{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7576$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7577if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7578 cat >>confdefs.h <<_ACEOF
7579#define HAVE_LIBSOCKET 1
7580_ACEOF
7581
7582 LIBS="-lsocket $LIBS"
7583
7584fi
7585
7586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7587$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7588if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7589 $as_echo_n "(cached) " >&6
7590else
7591 ac_check_lib_save_LIBS=$LIBS
7592LIBS="-lnsl $LIBS"
7593cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7594/* end confdefs.h. */
7595
7596/* Override any GCC internal prototype to avoid an error.
7597 Use char because int might match the return type of a GCC
7598 builtin and then its argument prototype would still apply. */
7599#ifdef __cplusplus
7600extern "C"
7601#endif
7602char gethostbyname ();
7603int
7604main ()
7605{
7606return gethostbyname ();
7607 ;
7608 return 0;
7609}
7610_ACEOF
7611if ac_fn_c_try_link "$LINENO"; then :
7612 ac_cv_lib_nsl_gethostbyname=yes
7613else
7614 ac_cv_lib_nsl_gethostbyname=no
7615fi
7616rm -f core conftest.err conftest.$ac_objext \
7617 conftest$ac_exeext conftest.$ac_ext
7618LIBS=$ac_check_lib_save_LIBS
7619fi
7620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7621$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7622if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7623 cat >>confdefs.h <<_ACEOF
7624#define HAVE_LIBNSL 1
7625_ACEOF
7626
7627 LIBS="-lnsl $LIBS"
7628
7629fi
7630
7631
7632# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7633# using the same condition.
7634
aadc9410 7635 # Use the system's zlib library.
7fed4b0b
L
7636 zlibdir="-L\$(top_builddir)/../zlib"
7637 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7638
aadc9410
MF
7639# Check whether --with-system-zlib was given.
7640if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7641 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7642 zlibdir=
7643 zlibinc=
7644 fi
6bb11ab3
L
7645
7646fi
7647
6bb11ab3 7648
6bb11ab3 7649
6bb11ab3
L
7650
7651
7652# BFD uses libdl when when plugins enabled.
7653
faa743bb
RM
7654 maybe_plugins=no
7655 for ac_header in dlfcn.h
7656do :
7657 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7658"
d0ac1c44 7659if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7660 cat >>confdefs.h <<_ACEOF
7661#define HAVE_DLFCN_H 1
7662_ACEOF
7663 maybe_plugins=yes
7664fi
7665
7666done
7667
7668 for ac_header in windows.h
7669do :
7670 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7671"
d0ac1c44 7672if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7673 cat >>confdefs.h <<_ACEOF
7674#define HAVE_WINDOWS_H 1
7675_ACEOF
7676 maybe_plugins=yes
7677fi
7678
7679done
7680
7681
7682 # Check whether --enable-plugins was given.
6bb11ab3
L
7683if test "${enable_plugins+set}" = set; then :
7684 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7685 no) plugins=no ;;
7686 *) plugins=yes
7687 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7688 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7689 fi ;;
7690 esac
6bb11ab3 7691else
faa743bb
RM
7692 plugins=$maybe_plugins
7693
6bb11ab3
L
7694fi
7695
2974be62 7696 if test "$plugins" = "yes"; then
37f980dc
SM
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7698$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7699if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7700 $as_echo_n "(cached) " >&6
7701else
7702 ac_func_search_save_LIBS=$LIBS
7703cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7704/* end confdefs.h. */
7705
7706/* Override any GCC internal prototype to avoid an error.
7707 Use char because int might match the return type of a GCC
7708 builtin and then its argument prototype would still apply. */
7709#ifdef __cplusplus
7710extern "C"
7711#endif
37f980dc 7712char dlsym ();
2974be62
AM
7713int
7714main ()
7715{
37f980dc 7716return dlsym ();
2974be62
AM
7717 ;
7718 return 0;
7719}
7720_ACEOF
7721for ac_lib in '' dl; do
7722 if test -z "$ac_lib"; then
7723 ac_res="none required"
7724 else
7725 ac_res=-l$ac_lib
7726 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7727 fi
7728 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7729 ac_cv_search_dlsym=$ac_res
2974be62
AM
7730fi
7731rm -f core conftest.err conftest.$ac_objext \
7732 conftest$ac_exeext
d0ac1c44 7733 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7734 break
7735fi
7736done
d0ac1c44 7737if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7738
7739else
37f980dc 7740 ac_cv_search_dlsym=no
2974be62
AM
7741fi
7742rm conftest.$ac_ext
7743LIBS=$ac_func_search_save_LIBS
7744fi
37f980dc
SM
7745{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7746$as_echo "$ac_cv_search_dlsym" >&6; }
7747ac_res=$ac_cv_search_dlsym
2974be62
AM
7748if test "$ac_res" != no; then :
7749 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7750
7751fi
7752
7753 fi
6bb11ab3
L
7754
7755 if test "$plugins" = yes; then
7756 PLUGINS_TRUE=
7757 PLUGINS_FALSE='#'
7758else
7759 PLUGINS_TRUE='#'
7760 PLUGINS_FALSE=
7761fi
7762
7763
7764
7765
7766
7767# Set options
7768enable_dlopen=yes
7769
7770
7771
7772
7773 enable_win32_dll=no
7774
7775
7776 # Check whether --enable-shared was given.
7777if test "${enable_shared+set}" = set; then :
7778 enableval=$enable_shared; p=${PACKAGE-default}
7779 case $enableval in
7780 yes) enable_shared=yes ;;
7781 no) enable_shared=no ;;
7782 *)
7783 enable_shared=no
7784 # Look at the argument we got. We use all the common list separators.
7785 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7786 for pkg in $enableval; do
7787 IFS="$lt_save_ifs"
7788 if test "X$pkg" = "X$p"; then
7789 enable_shared=yes
7790 fi
7791 done
7792 IFS="$lt_save_ifs"
7793 ;;
7794 esac
7795else
7796 enable_shared=yes
7797fi
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807 # Check whether --enable-static was given.
7808if test "${enable_static+set}" = set; then :
7809 enableval=$enable_static; p=${PACKAGE-default}
7810 case $enableval in
7811 yes) enable_static=yes ;;
7812 no) enable_static=no ;;
7813 *)
7814 enable_static=no
7815 # Look at the argument we got. We use all the common list separators.
7816 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7817 for pkg in $enableval; do
7818 IFS="$lt_save_ifs"
7819 if test "X$pkg" = "X$p"; then
7820 enable_static=yes
7821 fi
7822 done
7823 IFS="$lt_save_ifs"
7824 ;;
7825 esac
7826else
7827 enable_static=yes
7828fi
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839# Check whether --with-pic was given.
7840if test "${with_pic+set}" = set; then :
7841 withval=$with_pic; pic_mode="$withval"
7842else
7843 pic_mode=default
7844fi
7845
7846
7847test -z "$pic_mode" && pic_mode=default
7848
7849
7850
7851
7852
7853
7854
7855 # Check whether --enable-fast-install was given.
7856if test "${enable_fast_install+set}" = set; then :
7857 enableval=$enable_fast_install; p=${PACKAGE-default}
7858 case $enableval in
7859 yes) enable_fast_install=yes ;;
7860 no) enable_fast_install=no ;;
7861 *)
7862 enable_fast_install=no
7863 # Look at the argument we got. We use all the common list separators.
7864 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7865 for pkg in $enableval; do
7866 IFS="$lt_save_ifs"
7867 if test "X$pkg" = "X$p"; then
7868 enable_fast_install=yes
7869 fi
7870 done
7871 IFS="$lt_save_ifs"
7872 ;;
7873 esac
7874else
7875 enable_fast_install=yes
7876fi
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888# This can be used to rebuild libtool when needed
7889LIBTOOL_DEPS="$ltmain"
7890
7891# Always use our own libtool.
7892LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919test -z "$LN_S" && LN_S="ln -s"
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934if test -n "${ZSH_VERSION+set}" ; then
7935 setopt NO_GLOB_SUBST
7936fi
7937
7938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7939$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7940if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7941 $as_echo_n "(cached) " >&6
7942else
7943 rm -f .libs 2>/dev/null
7944mkdir .libs 2>/dev/null
7945if test -d .libs; then
7946 lt_cv_objdir=.libs
7947else
7948 # MS-DOS does not allow filenames that begin with a dot.
7949 lt_cv_objdir=_libs
7950fi
7951rmdir .libs 2>/dev/null
7952fi
7953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7954$as_echo "$lt_cv_objdir" >&6; }
7955objdir=$lt_cv_objdir
7956
7957
7958
7959
7960
7961cat >>confdefs.h <<_ACEOF
7962#define LT_OBJDIR "$lt_cv_objdir/"
7963_ACEOF
7964
7965
7966
7967
7968case $host_os in
7969aix3*)
7970 # AIX sometimes has problems with the GCC collect2 program. For some
7971 # reason, if we set the COLLECT_NAMES environment variable, the problems
7972 # vanish in a puff of smoke.
7973 if test "X${COLLECT_NAMES+set}" != Xset; then
7974 COLLECT_NAMES=
7975 export COLLECT_NAMES
7976 fi
7977 ;;
7978esac
7979
7980# Global variables:
7981ofile=libtool
7982can_build_shared=yes
7983
7984# All known linkers require a `.a' archive for static linking (except MSVC,
7985# which needs '.lib').
7986libext=a
7987
7988with_gnu_ld="$lt_cv_prog_gnu_ld"
7989
7990old_CC="$CC"
7991old_CFLAGS="$CFLAGS"
7992
7993# Set sane defaults for various variables
7994test -z "$CC" && CC=cc
7995test -z "$LTCC" && LTCC=$CC
7996test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7997test -z "$LD" && LD=ld
7998test -z "$ac_objext" && ac_objext=o
7999
8000for cc_temp in $compiler""; do
8001 case $cc_temp in
8002 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8003 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8004 \-*) ;;
8005 *) break;;
8006 esac
8007done
8008cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8009
8010
8011# Only perform the check for file, if the check method requires it
8012test -z "$MAGIC_CMD" && MAGIC_CMD=file
8013case $deplibs_check_method in
8014file_magic*)
8015 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8017$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8018if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8019 $as_echo_n "(cached) " >&6
8020else
8021 case $MAGIC_CMD in
8022[\\/*] | ?:[\\/]*)
8023 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8024 ;;
8025*)
8026 lt_save_MAGIC_CMD="$MAGIC_CMD"
8027 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8028 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8029 for ac_dir in $ac_dummy; do
8030 IFS="$lt_save_ifs"
8031 test -z "$ac_dir" && ac_dir=.
8032 if test -f $ac_dir/${ac_tool_prefix}file; then
8033 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8034 if test -n "$file_magic_test_file"; then
8035 case $deplibs_check_method in
8036 "file_magic "*)
8037 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8038 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8039 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8040 $EGREP "$file_magic_regex" > /dev/null; then
8041 :
8042 else
8043 cat <<_LT_EOF 1>&2
8044
8045*** Warning: the command libtool uses to detect shared libraries,
8046*** $file_magic_cmd, produces output that libtool cannot recognize.
8047*** The result is that libtool may fail to recognize shared libraries
8048*** as such. This will affect the creation of libtool libraries that
8049*** depend on shared libraries, but programs linked with such libtool
8050*** libraries will work regardless of this problem. Nevertheless, you
8051*** may want to report the problem to your system manager and/or to
8052*** bug-libtool@gnu.org
8053
8054_LT_EOF
8055 fi ;;
8056 esac
8057 fi
8058 break
8059 fi
8060 done
8061 IFS="$lt_save_ifs"
8062 MAGIC_CMD="$lt_save_MAGIC_CMD"
8063 ;;
8064esac
f0569246 8065fi
f0569246 8066
6bb11ab3
L
8067MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8068if test -n "$MAGIC_CMD"; then
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8070$as_echo "$MAGIC_CMD" >&6; }
8071else
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8073$as_echo "no" >&6; }
8074fi
8075
8076
8077
8078
8079
8080if test -z "$lt_cv_path_MAGIC_CMD"; then
8081 if test -n "$ac_tool_prefix"; then
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8083$as_echo_n "checking for file... " >&6; }
d0ac1c44 8084if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8085 $as_echo_n "(cached) " >&6
8086else
8087 case $MAGIC_CMD in
8088[\\/*] | ?:[\\/]*)
8089 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8090 ;;
8091*)
8092 lt_save_MAGIC_CMD="$MAGIC_CMD"
8093 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8094 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8095 for ac_dir in $ac_dummy; do
8096 IFS="$lt_save_ifs"
8097 test -z "$ac_dir" && ac_dir=.
8098 if test -f $ac_dir/file; then
8099 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8100 if test -n "$file_magic_test_file"; then
8101 case $deplibs_check_method in
8102 "file_magic "*)
8103 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8104 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8105 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8106 $EGREP "$file_magic_regex" > /dev/null; then
8107 :
8108 else
8109 cat <<_LT_EOF 1>&2
8110
8111*** Warning: the command libtool uses to detect shared libraries,
8112*** $file_magic_cmd, produces output that libtool cannot recognize.
8113*** The result is that libtool may fail to recognize shared libraries
8114*** as such. This will affect the creation of libtool libraries that
8115*** depend on shared libraries, but programs linked with such libtool
8116*** libraries will work regardless of this problem. Nevertheless, you
8117*** may want to report the problem to your system manager and/or to
8118*** bug-libtool@gnu.org
8119
8120_LT_EOF
8121 fi ;;
8122 esac
8123 fi
8124 break
8125 fi
8126 done
8127 IFS="$lt_save_ifs"
8128 MAGIC_CMD="$lt_save_MAGIC_CMD"
8129 ;;
81ecdfbb 8130esac
6bb11ab3
L
8131fi
8132
8133MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8134if test -n "$MAGIC_CMD"; then
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8136$as_echo "$MAGIC_CMD" >&6; }
8137else
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8139$as_echo "no" >&6; }
8140fi
8141
8142
f0569246 8143 else
6bb11ab3 8144 MAGIC_CMD=:
f0569246
AC
8145 fi
8146fi
81ecdfbb 8147
6bb11ab3
L
8148 fi
8149 ;;
81ecdfbb 8150esac
6bb11ab3
L
8151
8152# Use C for the default configuration in the libtool script
8153
8154lt_save_CC="$CC"
8155ac_ext=c
8156ac_cpp='$CPP $CPPFLAGS'
8157ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8158ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8159ac_compiler_gnu=$ac_cv_c_compiler_gnu
8160
8161
8162# Source file extension for C test sources.
8163ac_ext=c
8164
8165# Object file extension for compiled C test sources.
8166objext=o
8167objext=$objext
8168
8169# Code to be used in simple compile tests
8170lt_simple_compile_test_code="int some_variable = 0;"
8171
8172# Code to be used in simple link tests
8173lt_simple_link_test_code='int main(){return(0);}'
8174
8175
8176
8177
8178
8179
8180
8181# If no C compiler was specified, use CC.
8182LTCC=${LTCC-"$CC"}
8183
8184# If no C compiler flags were specified, use CFLAGS.
8185LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8186
8187# Allow CC to be a program name with arguments.
8188compiler=$CC
8189
8190# Save the default compiler, since it gets overwritten when the other
8191# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8192compiler_DEFAULT=$CC
8193
8194# save warnings/boilerplate of simple test code
8195ac_outfile=conftest.$ac_objext
8196echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8197eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8198_lt_compiler_boilerplate=`cat conftest.err`
8199$RM conftest*
8200
8201ac_outfile=conftest.$ac_objext
8202echo "$lt_simple_link_test_code" >conftest.$ac_ext
8203eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8204_lt_linker_boilerplate=`cat conftest.err`
8205$RM -r conftest*
8206
8207
8208## CAVEAT EMPTOR:
8209## There is no encapsulation within the following macros, do not change
8210## the running order or otherwise move them around unless you know exactly
8211## what you are doing...
8212if test -n "$compiler"; then
8213
8214lt_prog_compiler_no_builtin_flag=
8215
8216if test "$GCC" = yes; then
8217 case $cc_basename in
8218 nvcc*)
8219 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8220 *)
8221 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8222 esac
6bb11ab3
L
8223
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8225$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8226if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8227 $as_echo_n "(cached) " >&6
f0569246 8228else
6bb11ab3
L
8229 lt_cv_prog_compiler_rtti_exceptions=no
8230 ac_outfile=conftest.$ac_objext
8231 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8232 lt_compiler_flag="-fno-rtti -fno-exceptions"
8233 # Insert the option either (1) after the last *FLAGS variable, or
8234 # (2) before a word containing "conftest.", or (3) at the end.
8235 # Note that $ac_compile itself does not contain backslashes and begins
8236 # with a dollar sign (not a hyphen), so the echo should work correctly.
8237 # The option is referenced via a variable to avoid confusing sed.
8238 lt_compile=`echo "$ac_compile" | $SED \
8239 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8240 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8241 -e 's:$: $lt_compiler_flag:'`
8242 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8243 (eval "$lt_compile" 2>conftest.err)
8244 ac_status=$?
8245 cat conftest.err >&5
8246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8247 if (exit $ac_status) && test -s "$ac_outfile"; then
8248 # The compiler can only warn and ignore the option if not recognized
8249 # So say no if there are warnings other than the usual output.
8250 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8251 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8252 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8253 lt_cv_prog_compiler_rtti_exceptions=yes
8254 fi
8255 fi
8256 $RM conftest*
8257
f0569246 8258fi
6bb11ab3
L
8259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8260$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8261
8262if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8263 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8264else
8265 :
8266fi
8267
8268fi
8269
8270
8271
8272
8273
8274
8275 lt_prog_compiler_wl=
8276lt_prog_compiler_pic=
8277lt_prog_compiler_static=
8278
8279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8280$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8281
8282 if test "$GCC" = yes; then
8283 lt_prog_compiler_wl='-Wl,'
8284 lt_prog_compiler_static='-static'
8285
8286 case $host_os in
8287 aix*)
8288 # All AIX code is PIC.
8289 if test "$host_cpu" = ia64; then
8290 # AIX 5 now supports IA64 processor
8291 lt_prog_compiler_static='-Bstatic'
8292 fi
8293 lt_prog_compiler_pic='-fPIC'
8294 ;;
8295
8296 amigaos*)
8297 case $host_cpu in
8298 powerpc)
8299 # see comment about AmigaOS4 .so support
8300 lt_prog_compiler_pic='-fPIC'
8301 ;;
8302 m68k)
8303 # FIXME: we need at least 68020 code to build shared libraries, but
8304 # adding the `-m68020' flag to GCC prevents building anything better,
8305 # like `-m68040'.
8306 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8307 ;;
8308 esac
8309 ;;
8310
8311 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8312 # PIC is the default for these OSes.
8313 ;;
8314
8315 mingw* | cygwin* | pw32* | os2* | cegcc*)
8316 # This hack is so that the source file can tell whether it is being
8317 # built for inclusion in a dll (and should export symbols for example).
8318 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8319 # (--disable-auto-import) libraries
8320 lt_prog_compiler_pic='-DDLL_EXPORT'
8321 ;;
8322
8323 darwin* | rhapsody*)
8324 # PIC is the default on this platform
8325 # Common symbols not allowed in MH_DYLIB files
8326 lt_prog_compiler_pic='-fno-common'
8327 ;;
8328
8329 haiku*)
8330 # PIC is the default for Haiku.
8331 # The "-static" flag exists, but is broken.
8332 lt_prog_compiler_static=
8333 ;;
8334
8335 hpux*)
8336 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8337 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8338 # sets the default TLS model and affects inlining.
8339 case $host_cpu in
8340 hppa*64*)
8341 # +Z the default
8342 ;;
8343 *)
8344 lt_prog_compiler_pic='-fPIC'
8345 ;;
8346 esac
8347 ;;
8348
8349 interix[3-9]*)
8350 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8351 # Instead, we relocate shared libraries at runtime.
8352 ;;
8353
8354 msdosdjgpp*)
8355 # Just because we use GCC doesn't mean we suddenly get shared libraries
8356 # on systems that don't support them.
8357 lt_prog_compiler_can_build_shared=no
8358 enable_shared=no
8359 ;;
8360
8361 *nto* | *qnx*)
8362 # QNX uses GNU C++, but need to define -shared option too, otherwise
8363 # it will coredump.
8364 lt_prog_compiler_pic='-fPIC -shared'
8365 ;;
8366
8367 sysv4*MP*)
8368 if test -d /usr/nec; then
8369 lt_prog_compiler_pic=-Kconform_pic
8370 fi
8371 ;;
8372
8373 *)
8374 lt_prog_compiler_pic='-fPIC'
8375 ;;
8376 esac
8377
8378 case $cc_basename in
8379 nvcc*) # Cuda Compiler Driver 2.2
8380 lt_prog_compiler_wl='-Xlinker '
8381 lt_prog_compiler_pic='-Xcompiler -fPIC'
8382 ;;
8383 esac
8384 else
8385 # PORTME Check for flag to pass linker flags through the system compiler.
8386 case $host_os in
8387 aix*)
8388 lt_prog_compiler_wl='-Wl,'
8389 if test "$host_cpu" = ia64; then
8390 # AIX 5 now supports IA64 processor
8391 lt_prog_compiler_static='-Bstatic'
8392 else
8393 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8394 fi
8395 ;;
8396
8397 mingw* | cygwin* | pw32* | os2* | cegcc*)
8398 # This hack is so that the source file can tell whether it is being
8399 # built for inclusion in a dll (and should export symbols for example).
8400 lt_prog_compiler_pic='-DDLL_EXPORT'
8401 ;;
8402
8403 hpux9* | hpux10* | hpux11*)
8404 lt_prog_compiler_wl='-Wl,'
8405 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8406 # not for PA HP-UX.
8407 case $host_cpu in
8408 hppa*64*|ia64*)
8409 # +Z the default
8410 ;;
8411 *)
8412 lt_prog_compiler_pic='+Z'
8413 ;;
8414 esac
8415 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8416 lt_prog_compiler_static='${wl}-a ${wl}archive'
8417 ;;
8418
8419 irix5* | irix6* | nonstopux*)
8420 lt_prog_compiler_wl='-Wl,'
8421 # PIC (with -KPIC) is the default.
8422 lt_prog_compiler_static='-non_shared'
8423 ;;
8424
8425 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8426 case $cc_basename in
8427 # old Intel for x86_64 which still supported -KPIC.
8428 ecc*)
8429 lt_prog_compiler_wl='-Wl,'
8430 lt_prog_compiler_pic='-KPIC'
8431 lt_prog_compiler_static='-static'
8432 ;;
8433 # icc used to be incompatible with GCC.
8434 # ICC 10 doesn't accept -KPIC any more.
8435 icc* | ifort*)
8436 lt_prog_compiler_wl='-Wl,'
8437 lt_prog_compiler_pic='-fPIC'
8438 lt_prog_compiler_static='-static'
8439 ;;
8440 # Lahey Fortran 8.1.
8441 lf95*)
8442 lt_prog_compiler_wl='-Wl,'
8443 lt_prog_compiler_pic='--shared'
8444 lt_prog_compiler_static='--static'
8445 ;;
8446 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8447 # Portland Group compilers (*not* the Pentium gcc compiler,
8448 # which looks to be a dead project)
8449 lt_prog_compiler_wl='-Wl,'
8450 lt_prog_compiler_pic='-fpic'
8451 lt_prog_compiler_static='-Bstatic'
8452 ;;
8453 ccc*)
8454 lt_prog_compiler_wl='-Wl,'
8455 # All Alpha code is PIC.
8456 lt_prog_compiler_static='-non_shared'
8457 ;;
8458 xl* | bgxl* | bgf* | mpixl*)
8459 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8460 lt_prog_compiler_wl='-Wl,'
8461 lt_prog_compiler_pic='-qpic'
8462 lt_prog_compiler_static='-qstaticlink'
8463 ;;
8464 *)
8465 case `$CC -V 2>&1 | sed 5q` in
8466 *Sun\ F* | *Sun*Fortran*)
8467 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8468 lt_prog_compiler_pic='-KPIC'
8469 lt_prog_compiler_static='-Bstatic'
8470 lt_prog_compiler_wl=''
8471 ;;
8472 *Sun\ C*)
8473 # Sun C 5.9
8474 lt_prog_compiler_pic='-KPIC'
8475 lt_prog_compiler_static='-Bstatic'
8476 lt_prog_compiler_wl='-Wl,'
8477 ;;
8478 esac
8479 ;;
8480 esac
8481 ;;
8482
8483 newsos6)
8484 lt_prog_compiler_pic='-KPIC'
8485 lt_prog_compiler_static='-Bstatic'
8486 ;;
8487
8488 *nto* | *qnx*)
8489 # QNX uses GNU C++, but need to define -shared option too, otherwise
8490 # it will coredump.
8491 lt_prog_compiler_pic='-fPIC -shared'
8492 ;;
8493
8494 osf3* | osf4* | osf5*)
8495 lt_prog_compiler_wl='-Wl,'
8496 # All OSF/1 code is PIC.
8497 lt_prog_compiler_static='-non_shared'
8498 ;;
8499
8500 rdos*)
8501 lt_prog_compiler_static='-non_shared'
8502 ;;
8503
8504 solaris*)
8505 lt_prog_compiler_pic='-KPIC'
8506 lt_prog_compiler_static='-Bstatic'
8507 case $cc_basename in
8508 f77* | f90* | f95*)
8509 lt_prog_compiler_wl='-Qoption ld ';;
8510 *)
8511 lt_prog_compiler_wl='-Wl,';;
8512 esac
8513 ;;
8514
8515 sunos4*)
8516 lt_prog_compiler_wl='-Qoption ld '
8517 lt_prog_compiler_pic='-PIC'
8518 lt_prog_compiler_static='-Bstatic'
8519 ;;
f0569246 8520
6bb11ab3
L
8521 sysv4 | sysv4.2uw2* | sysv4.3*)
8522 lt_prog_compiler_wl='-Wl,'
8523 lt_prog_compiler_pic='-KPIC'
8524 lt_prog_compiler_static='-Bstatic'
8525 ;;
f0569246 8526
6bb11ab3
L
8527 sysv4*MP*)
8528 if test -d /usr/nec ;then
8529 lt_prog_compiler_pic='-Kconform_pic'
8530 lt_prog_compiler_static='-Bstatic'
8531 fi
8532 ;;
f0569246 8533
6bb11ab3
L
8534 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8535 lt_prog_compiler_wl='-Wl,'
8536 lt_prog_compiler_pic='-KPIC'
8537 lt_prog_compiler_static='-Bstatic'
8538 ;;
8539
8540 unicos*)
8541 lt_prog_compiler_wl='-Wl,'
8542 lt_prog_compiler_can_build_shared=no
8543 ;;
8544
8545 uts4*)
8546 lt_prog_compiler_pic='-pic'
8547 lt_prog_compiler_static='-Bstatic'
8548 ;;
8549
8550 *)
8551 lt_prog_compiler_can_build_shared=no
8552 ;;
8553 esac
8554 fi
8555
8556case $host_os in
8557 # For platforms which do not support PIC, -DPIC is meaningless:
8558 *djgpp*)
8559 lt_prog_compiler_pic=
8560 ;;
8561 *)
8562 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8563 ;;
81ecdfbb 8564esac
6bb11ab3
L
8565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8566$as_echo "$lt_prog_compiler_pic" >&6; }
8567
8568
8569
8570
8571
8572
8573#
8574# Check to make sure the PIC flag actually works.
8575#
8576if test -n "$lt_prog_compiler_pic"; then
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8578$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8579if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8580 $as_echo_n "(cached) " >&6
b7026657 8581else
6bb11ab3
L
8582 lt_cv_prog_compiler_pic_works=no
8583 ac_outfile=conftest.$ac_objext
8584 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8585 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8586 # Insert the option either (1) after the last *FLAGS variable, or
8587 # (2) before a word containing "conftest.", or (3) at the end.
8588 # Note that $ac_compile itself does not contain backslashes and begins
8589 # with a dollar sign (not a hyphen), so the echo should work correctly.
8590 # The option is referenced via a variable to avoid confusing sed.
8591 lt_compile=`echo "$ac_compile" | $SED \
8592 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8593 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8594 -e 's:$: $lt_compiler_flag:'`
8595 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8596 (eval "$lt_compile" 2>conftest.err)
8597 ac_status=$?
8598 cat conftest.err >&5
8599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8600 if (exit $ac_status) && test -s "$ac_outfile"; then
8601 # The compiler can only warn and ignore the option if not recognized
8602 # So say no if there are warnings other than the usual output.
8603 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8604 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8605 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8606 lt_cv_prog_compiler_pic_works=yes
8607 fi
8608 fi
8609 $RM conftest*
b7026657 8610
b7026657 8611fi
6bb11ab3
L
8612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8613$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8614
8615if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8616 case $lt_prog_compiler_pic in
8617 "" | " "*) ;;
8618 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8619 esac
8620else
8621 lt_prog_compiler_pic=
8622 lt_prog_compiler_can_build_shared=no
f0569246 8623fi
6bb11ab3
L
8624
8625fi
8626
8627
8628
8629
8630
8631
8632#
8633# Check to make sure the static flag actually works.
8634#
8635wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8637$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8638if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8639 $as_echo_n "(cached) " >&6
f0569246 8640else
6bb11ab3
L
8641 lt_cv_prog_compiler_static_works=no
8642 save_LDFLAGS="$LDFLAGS"
8643 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8644 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8645 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8646 # The linker can only warn and ignore the option if not recognized
8647 # So say no if there are warnings
8648 if test -s conftest.err; then
8649 # Append any errors to the config.log.
8650 cat conftest.err 1>&5
8651 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8652 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8653 if diff conftest.exp conftest.er2 >/dev/null; then
8654 lt_cv_prog_compiler_static_works=yes
8655 fi
8656 else
8657 lt_cv_prog_compiler_static_works=yes
8658 fi
8659 fi
8660 $RM -r conftest*
8661 LDFLAGS="$save_LDFLAGS"
f0569246 8662
6bb11ab3
L
8663fi
8664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8665$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8666
6bb11ab3
L
8667if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8668 :
f0569246 8669else
6bb11ab3 8670 lt_prog_compiler_static=
f0569246 8671fi
b7026657 8672
6bb11ab3
L
8673
8674
8675
8676
8677
8678
8679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8680$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8681if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8682 $as_echo_n "(cached) " >&6
81ecdfbb 8683else
6bb11ab3
L
8684 lt_cv_prog_compiler_c_o=no
8685 $RM -r conftest 2>/dev/null
8686 mkdir conftest
8687 cd conftest
8688 mkdir out
8689 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8690
8691 lt_compiler_flag="-o out/conftest2.$ac_objext"
8692 # Insert the option either (1) after the last *FLAGS variable, or
8693 # (2) before a word containing "conftest.", or (3) at the end.
8694 # Note that $ac_compile itself does not contain backslashes and begins
8695 # with a dollar sign (not a hyphen), so the echo should work correctly.
8696 lt_compile=`echo "$ac_compile" | $SED \
8697 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8698 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8699 -e 's:$: $lt_compiler_flag:'`
8700 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8701 (eval "$lt_compile" 2>out/conftest.err)
8702 ac_status=$?
8703 cat out/conftest.err >&5
8704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8705 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8706 then
8707 # The compiler can only warn and ignore the option if not recognized
8708 # So say no if there are warnings
8709 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8710 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8711 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8712 lt_cv_prog_compiler_c_o=yes
8713 fi
8714 fi
8715 chmod u+w . 2>&5
8716 $RM conftest*
8717 # SGI C++ compiler will create directory out/ii_files/ for
8718 # template instantiation
8719 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8720 $RM out/* && rmdir out
8721 cd ..
8722 $RM -r conftest
8723 $RM conftest*
8724
81ecdfbb 8725fi
6bb11ab3
L
8726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8727$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8728
8729
8730
8731
8732
8733
8734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8735$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8736if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8737 $as_echo_n "(cached) " >&6
8738else
6bb11ab3
L
8739 lt_cv_prog_compiler_c_o=no
8740 $RM -r conftest 2>/dev/null
8741 mkdir conftest
8742 cd conftest
8743 mkdir out
8744 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8745
8746 lt_compiler_flag="-o out/conftest2.$ac_objext"
8747 # Insert the option either (1) after the last *FLAGS variable, or
8748 # (2) before a word containing "conftest.", or (3) at the end.
8749 # Note that $ac_compile itself does not contain backslashes and begins
8750 # with a dollar sign (not a hyphen), so the echo should work correctly.
8751 lt_compile=`echo "$ac_compile" | $SED \
8752 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8753 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8754 -e 's:$: $lt_compiler_flag:'`
8755 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8756 (eval "$lt_compile" 2>out/conftest.err)
8757 ac_status=$?
8758 cat out/conftest.err >&5
8759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8760 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8761 then
8762 # The compiler can only warn and ignore the option if not recognized
8763 # So say no if there are warnings
8764 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8765 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8766 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8767 lt_cv_prog_compiler_c_o=yes
8768 fi
8769 fi
8770 chmod u+w . 2>&5
8771 $RM conftest*
8772 # SGI C++ compiler will create directory out/ii_files/ for
8773 # template instantiation
8774 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8775 $RM out/* && rmdir out
8776 cd ..
8777 $RM -r conftest
8778 $RM conftest*
8779
8780fi
8781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8782$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8783
8784
8785
8786
8787hard_links="nottested"
8788if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8789 # do not overwrite the value of need_locks provided by the user
8790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8791$as_echo_n "checking if we can lock with hard links... " >&6; }
8792 hard_links=yes
8793 $RM conftest*
8794 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8795 touch conftest.a
8796 ln conftest.a conftest.b 2>&5 || hard_links=no
8797 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8799$as_echo "$hard_links" >&6; }
8800 if test "$hard_links" = no; then
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8802$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8803 need_locks=warn
8804 fi
8805else
8806 need_locks=no
8807fi
8808
8809
8810
8811
8812
8813
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8815$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8816
8817 runpath_var=
8818 allow_undefined_flag=
8819 always_export_symbols=no
8820 archive_cmds=
8821 archive_expsym_cmds=
8822 compiler_needs_object=no
8823 enable_shared_with_static_runtimes=no
8824 export_dynamic_flag_spec=
8825 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8826 hardcode_automatic=no
8827 hardcode_direct=no
8828 hardcode_direct_absolute=no
8829 hardcode_libdir_flag_spec=
8830 hardcode_libdir_flag_spec_ld=
8831 hardcode_libdir_separator=
8832 hardcode_minus_L=no
8833 hardcode_shlibpath_var=unsupported
8834 inherit_rpath=no
8835 link_all_deplibs=unknown
8836 module_cmds=
8837 module_expsym_cmds=
8838 old_archive_from_new_cmds=
8839 old_archive_from_expsyms_cmds=
8840 thread_safe_flag_spec=
8841 whole_archive_flag_spec=
8842 # include_expsyms should be a list of space-separated symbols to be *always*
8843 # included in the symbol list
8844 include_expsyms=
8845 # exclude_expsyms can be an extended regexp of symbols to exclude
8846 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8847 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8848 # as well as any symbol that contains `d'.
8849 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8850 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8851 # platforms (ab)use it in PIC code, but their linkers get confused if
8852 # the symbol is explicitly referenced. Since portable code cannot
8853 # rely on this symbol name, it's probably fine to never include it in
8854 # preloaded symbol tables.
8855 # Exclude shared library initialization/finalization symbols.
8856 extract_expsyms_cmds=
8857
8858 case $host_os in
8859 cygwin* | mingw* | pw32* | cegcc*)
8860 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8861 # When not using gcc, we currently assume that we are using
8862 # Microsoft Visual C++.
8863 if test "$GCC" != yes; then
8864 with_gnu_ld=no
8865 fi
8866 ;;
8867 interix*)
8868 # we just hope/assume this is gcc and not c89 (= MSVC++)
8869 with_gnu_ld=yes
8870 ;;
8871 openbsd*)
8872 with_gnu_ld=no
8873 ;;
8874 esac
f0569246 8875
6bb11ab3
L
8876 ld_shlibs=yes
8877
8878 # On some targets, GNU ld is compatible enough with the native linker
8879 # that we're better off using the native interface for both.
8880 lt_use_gnu_ld_interface=no
8881 if test "$with_gnu_ld" = yes; then
8882 case $host_os in
8883 aix*)
8884 # The AIX port of GNU ld has always aspired to compatibility
8885 # with the native linker. However, as the warning in the GNU ld
8886 # block says, versions before 2.19.5* couldn't really create working
8887 # shared libraries, regardless of the interface used.
8888 case `$LD -v 2>&1` in
8889 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8890 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8891 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8892 *)
8893 lt_use_gnu_ld_interface=yes
8894 ;;
8895 esac
8896 ;;
8897 *)
8898 lt_use_gnu_ld_interface=yes
8899 ;;
8900 esac
8901 fi
f0569246 8902
6bb11ab3
L
8903 if test "$lt_use_gnu_ld_interface" = yes; then
8904 # If archive_cmds runs LD, not CC, wlarc should be empty
8905 wlarc='${wl}'
8906
8907 # Set some defaults for GNU ld with shared library support. These
8908 # are reset later if shared libraries are not supported. Putting them
8909 # here allows them to be overridden if necessary.
8910 runpath_var=LD_RUN_PATH
8911 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8912 export_dynamic_flag_spec='${wl}--export-dynamic'
8913 # ancient GNU ld didn't support --whole-archive et. al.
8914 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8915 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8916 else
8917 whole_archive_flag_spec=
8918 fi
8919 supports_anon_versioning=no
8920 case `$LD -v 2>&1` in
8921 *GNU\ gold*) supports_anon_versioning=yes ;;
8922 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8923 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8924 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8925 *\ 2.11.*) ;; # other 2.11 versions
8926 *) supports_anon_versioning=yes ;;
8927 esac
8928
8929 # See if GNU ld supports shared libraries.
8930 case $host_os in
8931 aix[3-9]*)
8932 # On AIX/PPC, the GNU linker is very broken
8933 if test "$host_cpu" != ia64; then
8934 ld_shlibs=no
8935 cat <<_LT_EOF 1>&2
8936
8937*** Warning: the GNU linker, at least up to release 2.19, is reported
8938*** to be unable to reliably create shared libraries on AIX.
8939*** Therefore, libtool is disabling shared libraries support. If you
8940*** really care for shared libraries, you may want to install binutils
8941*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8942*** You will then need to restart the configuration process.
8943
8944_LT_EOF
8945 fi
8946 ;;
8947
8948 amigaos*)
8949 case $host_cpu in
8950 powerpc)
8951 # see comment about AmigaOS4 .so support
8952 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8953 archive_expsym_cmds=''
8954 ;;
8955 m68k)
8956 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)'
8957 hardcode_libdir_flag_spec='-L$libdir'
8958 hardcode_minus_L=yes
8959 ;;
8960 esac
8961 ;;
8962
8963 beos*)
8964 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8965 allow_undefined_flag=unsupported
8966 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8967 # support --undefined. This deserves some investigation. FIXME
8968 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8969 else
8970 ld_shlibs=no
8971 fi
8972 ;;
8973
8974 cygwin* | mingw* | pw32* | cegcc*)
8975 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8976 # as there is no search path for DLLs.
8977 hardcode_libdir_flag_spec='-L$libdir'
8978 export_dynamic_flag_spec='${wl}--export-all-symbols'
8979 allow_undefined_flag=unsupported
8980 always_export_symbols=no
8981 enable_shared_with_static_runtimes=yes
8982 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8983
8984 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8985 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8986 # If the export-symbols file already is a .def file (1st line
8987 # is EXPORTS), use it as is; otherwise, prepend...
8988 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8989 cp $export_symbols $output_objdir/$soname.def;
8990 else
8991 echo EXPORTS > $output_objdir/$soname.def;
8992 cat $export_symbols >> $output_objdir/$soname.def;
8993 fi~
8994 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8995 else
8996 ld_shlibs=no
8997 fi
8998 ;;
8999
9000 haiku*)
9001 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9002 link_all_deplibs=yes
9003 ;;
9004
9005 interix[3-9]*)
9006 hardcode_direct=no
9007 hardcode_shlibpath_var=no
9008 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9009 export_dynamic_flag_spec='${wl}-E'
9010 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9011 # Instead, shared libraries are loaded at an image base (0x10000000 by
9012 # default) and relocated if they conflict, which is a slow very memory
9013 # consuming and fragmenting process. To avoid this, we pick a random,
9014 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9015 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9016 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9017 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'
9018 ;;
9019
9020 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9021 tmp_diet=no
9022 if test "$host_os" = linux-dietlibc; then
9023 case $cc_basename in
9024 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9025 esac
9026 fi
9027 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9028 && test "$tmp_diet" = no
9029 then
5cddc23a 9030 tmp_addflag=' $pic_flag'
6bb11ab3
L
9031 tmp_sharedflag='-shared'
9032 case $cc_basename,$host_cpu in
9033 pgcc*) # Portland Group C compiler
9034 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'
9035 tmp_addflag=' $pic_flag'
9036 ;;
9037 pgf77* | pgf90* | pgf95* | pgfortran*)
9038 # Portland Group f77 and f90 compilers
9039 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'
9040 tmp_addflag=' $pic_flag -Mnomain' ;;
9041 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9042 tmp_addflag=' -i_dynamic' ;;
9043 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9044 tmp_addflag=' -i_dynamic -nofor_main' ;;
9045 ifc* | ifort*) # Intel Fortran compiler
9046 tmp_addflag=' -nofor_main' ;;
9047 lf95*) # Lahey Fortran 8.1
9048 whole_archive_flag_spec=
9049 tmp_sharedflag='--shared' ;;
9050 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9051 tmp_sharedflag='-qmkshrobj'
9052 tmp_addflag= ;;
9053 nvcc*) # Cuda Compiler Driver 2.2
9054 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'
9055 compiler_needs_object=yes
9056 ;;
9057 esac
9058 case `$CC -V 2>&1 | sed 5q` in
9059 *Sun\ C*) # Sun C 5.9
9060 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'
9061 compiler_needs_object=yes
9062 tmp_sharedflag='-G' ;;
9063 *Sun\ F*) # Sun Fortran 8.3
9064 tmp_sharedflag='-G' ;;
9065 esac
9066 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9067
9068 if test "x$supports_anon_versioning" = xyes; then
9069 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9070 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9071 echo "local: *; };" >> $output_objdir/$libname.ver~
9072 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9073 fi
9074
9075 case $cc_basename in
9076 xlf* | bgf* | bgxlf* | mpixlf*)
9077 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9078 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9079 hardcode_libdir_flag_spec=
9080 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9081 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9082 if test "x$supports_anon_versioning" = xyes; then
9083 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9084 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9085 echo "local: *; };" >> $output_objdir/$libname.ver~
9086 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9087 fi
9088 ;;
9089 esac
9090 else
9091 ld_shlibs=no
9092 fi
9093 ;;
9094
9095 netbsd*)
9096 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9097 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9098 wlarc=
9099 else
9100 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9101 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9102 fi
9103 ;;
9104
9105 solaris*)
9106 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9107 ld_shlibs=no
9108 cat <<_LT_EOF 1>&2
9109
9110*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9111*** create shared libraries on Solaris systems. Therefore, libtool
9112*** is disabling shared libraries support. We urge you to upgrade GNU
9113*** binutils to release 2.9.1 or newer. Another option is to modify
9114*** your PATH or compiler configuration so that the native linker is
9115*** used, and then restart.
9116
9117_LT_EOF
9118 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9119 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9120 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9121 else
9122 ld_shlibs=no
9123 fi
9124 ;;
9125
9126 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9127 case `$LD -v 2>&1` in
9128 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9129 ld_shlibs=no
9130 cat <<_LT_EOF 1>&2
9131
9132*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9133*** reliably create shared libraries on SCO systems. Therefore, libtool
9134*** is disabling shared libraries support. We urge you to upgrade GNU
9135*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9136*** your PATH or compiler configuration so that the native linker is
9137*** used, and then restart.
9138
9139_LT_EOF
9140 ;;
9141 *)
9142 # For security reasons, it is highly recommended that you always
9143 # use absolute paths for naming shared libraries, and exclude the
9144 # DT_RUNPATH tag from executables and libraries. But doing so
9145 # requires that you compile everything twice, which is a pain.
9146 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9147 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9148 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9149 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9150 else
9151 ld_shlibs=no
9152 fi
9153 ;;
9154 esac
9155 ;;
9156
9157 sunos4*)
9158 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9159 wlarc=
9160 hardcode_direct=yes
9161 hardcode_shlibpath_var=no
9162 ;;
9163
9164 *)
9165 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9166 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9167 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9168 else
9169 ld_shlibs=no
9170 fi
9171 ;;
9172 esac
9173
9174 if test "$ld_shlibs" = no; then
9175 runpath_var=
9176 hardcode_libdir_flag_spec=
9177 export_dynamic_flag_spec=
9178 whole_archive_flag_spec=
9179 fi
9180 else
9181 # PORTME fill in a description of your system's linker (not GNU ld)
9182 case $host_os in
9183 aix3*)
9184 allow_undefined_flag=unsupported
9185 always_export_symbols=yes
9186 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'
9187 # Note: this linker hardcodes the directories in LIBPATH if there
9188 # are no directories specified by -L.
9189 hardcode_minus_L=yes
9190 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9191 # Neither direct hardcoding nor static linking is supported with a
9192 # broken collect2.
9193 hardcode_direct=unsupported
9194 fi
9195 ;;
9196
9197 aix[4-9]*)
9198 if test "$host_cpu" = ia64; then
9199 # On IA64, the linker does run time linking by default, so we don't
9200 # have to do anything special.
9201 aix_use_runtimelinking=no
9202 exp_sym_flag='-Bexport'
9203 no_entry_flag=""
9204 else
9205 # If we're using GNU nm, then we don't want the "-C" option.
9206 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9207 # Also, AIX nm treats weak defined symbols like other global
9208 # defined symbols, whereas GNU nm marks them as "W".
9209 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9210 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'
9211 else
5c887dd5 9212 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'
6bb11ab3
L
9213 fi
9214 aix_use_runtimelinking=no
9215
9216 # Test if we are trying to use run time linking or normal
9217 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9218 # need to do runtime linking.
9219 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9220 for ld_flag in $LDFLAGS; do
9221 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9222 aix_use_runtimelinking=yes
9223 break
9224 fi
9225 done
9226 ;;
9227 esac
9228
9229 exp_sym_flag='-bexport'
9230 no_entry_flag='-bnoentry'
9231 fi
9232
9233 # When large executables or shared objects are built, AIX ld can
9234 # have problems creating the table of contents. If linking a library
9235 # or program results in "error TOC overflow" add -mminimal-toc to
9236 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9237 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9238
9239 archive_cmds=''
9240 hardcode_direct=yes
9241 hardcode_direct_absolute=yes
9242 hardcode_libdir_separator=':'
9243 link_all_deplibs=yes
9244 file_list_spec='${wl}-f,'
9245
9246 if test "$GCC" = yes; then
9247 case $host_os in aix4.[012]|aix4.[012].*)
9248 # We only want to do this on AIX 4.2 and lower, the check
9249 # below for broken collect2 doesn't work under 4.3+
9250 collect2name=`${CC} -print-prog-name=collect2`
9251 if test -f "$collect2name" &&
9252 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9253 then
9254 # We have reworked collect2
9255 :
9256 else
9257 # We have old collect2
9258 hardcode_direct=unsupported
9259 # It fails to find uninstalled libraries when the uninstalled
9260 # path is not listed in the libpath. Setting hardcode_minus_L
9261 # to unsupported forces relinking
9262 hardcode_minus_L=yes
9263 hardcode_libdir_flag_spec='-L$libdir'
9264 hardcode_libdir_separator=
9265 fi
9266 ;;
9267 esac
9268 shared_flag='-shared'
9269 if test "$aix_use_runtimelinking" = yes; then
9270 shared_flag="$shared_flag "'${wl}-G'
9271 fi
9272 else
9273 # not using gcc
9274 if test "$host_cpu" = ia64; then
9275 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9276 # chokes on -Wl,-G. The following line is correct:
9277 shared_flag='-G'
9278 else
9279 if test "$aix_use_runtimelinking" = yes; then
9280 shared_flag='${wl}-G'
9281 else
9282 shared_flag='${wl}-bM:SRE'
9283 fi
9284 fi
9285 fi
9286
9287 export_dynamic_flag_spec='${wl}-bexpall'
9288 # It seems that -bexpall does not export symbols beginning with
9289 # underscore (_), so it is better to generate a list of symbols to export.
9290 always_export_symbols=yes
9291 if test "$aix_use_runtimelinking" = yes; then
9292 # Warning - without using the other runtime loading flags (-brtl),
9293 # -berok will link without error, but may produce a broken library.
9294 allow_undefined_flag='-berok'
9295 # Determine the default libpath from the value encoded in an
9296 # empty executable.
9297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9298/* end confdefs.h. */
9299
9300int
9301main ()
9302{
9303
9304 ;
9305 return 0;
9306}
9307_ACEOF
6bb11ab3 9308if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 9309
6bb11ab3
L
9310lt_aix_libpath_sed='
9311 /Import File Strings/,/^$/ {
9312 /^0/ {
9313 s/^0 *\(.*\)$/\1/
9314 p
9315 }
9316 }'
9317aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9318# Check for a 64-bit object if we didn't find anything.
9319if test -z "$aix_libpath"; then
9320 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9321fi
9322fi
9323rm -f core conftest.err conftest.$ac_objext \
9324 conftest$ac_exeext conftest.$ac_ext
9325if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9326
9327 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9328 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"
9329 else
9330 if test "$host_cpu" = ia64; then
9331 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9332 allow_undefined_flag="-z nodefs"
9333 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"
9334 else
9335 # Determine the default libpath from the value encoded in an
9336 # empty executable.
81ecdfbb
RW
9337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9338/* end confdefs.h. */
9339
9340int
9341main ()
9342{
b7026657 9343
81ecdfbb
RW
9344 ;
9345 return 0;
9346}
9347_ACEOF
6bb11ab3
L
9348if ac_fn_c_try_link "$LINENO"; then :
9349
9350lt_aix_libpath_sed='
9351 /Import File Strings/,/^$/ {
9352 /^0/ {
9353 s/^0 *\(.*\)$/\1/
9354 p
9355 }
9356 }'
9357aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9358# Check for a 64-bit object if we didn't find anything.
9359if test -z "$aix_libpath"; then
9360 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 9361fi
81ecdfbb 9362fi
6bb11ab3
L
9363rm -f core conftest.err conftest.$ac_objext \
9364 conftest$ac_exeext conftest.$ac_ext
9365if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9366
9367 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9368 # Warning - without using the other run time loading flags,
9369 # -berok will link without error, but may produce a broken library.
9370 no_undefined_flag=' ${wl}-bernotok'
9371 allow_undefined_flag=' ${wl}-berok'
9372 if test "$with_gnu_ld" = yes; then
9373 # We only use this code for GNU lds that support --whole-archive.
9374 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9375 else
9376 # Exported symbols can be pulled into shared objects from archives
9377 whole_archive_flag_spec='$convenience'
9378 fi
9379 archive_cmds_need_lc=yes
9380 # This is similar to how AIX traditionally builds its shared libraries.
9381 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'
9382 fi
9383 fi
9384 ;;
9385
9386 amigaos*)
9387 case $host_cpu in
9388 powerpc)
9389 # see comment about AmigaOS4 .so support
9390 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9391 archive_expsym_cmds=''
9392 ;;
9393 m68k)
9394 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)'
9395 hardcode_libdir_flag_spec='-L$libdir'
9396 hardcode_minus_L=yes
9397 ;;
9398 esac
9399 ;;
9400
9401 bsdi[45]*)
9402 export_dynamic_flag_spec=-rdynamic
9403 ;;
9404
9405 cygwin* | mingw* | pw32* | cegcc*)
9406 # When not using gcc, we currently assume that we are using
9407 # Microsoft Visual C++.
9408 # hardcode_libdir_flag_spec is actually meaningless, as there is
9409 # no search path for DLLs.
9410 hardcode_libdir_flag_spec=' '
9411 allow_undefined_flag=unsupported
9412 # Tell ltmain to make .lib files, not .a files.
9413 libext=lib
9414 # Tell ltmain to make .dll files, not .so files.
9415 shrext_cmds=".dll"
9416 # FIXME: Setting linknames here is a bad hack.
9417 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9418 # The linker will automatically build a .lib file if we build a DLL.
9419 old_archive_from_new_cmds='true'
9420 # FIXME: Should let the user specify the lib program.
9421 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9422 fix_srcfile_path='`cygpath -w "$srcfile"`'
9423 enable_shared_with_static_runtimes=yes
9424 ;;
9425
9426 darwin* | rhapsody*)
9427
9428
9429 archive_cmds_need_lc=no
9430 hardcode_direct=no
9431 hardcode_automatic=yes
9432 hardcode_shlibpath_var=unsupported
9433 if test "$lt_cv_ld_force_load" = "yes"; then
9434 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\"`'
f0569246 9435 else
6bb11ab3 9436 whole_archive_flag_spec=''
f0569246 9437 fi
6bb11ab3
L
9438 link_all_deplibs=yes
9439 allow_undefined_flag="$_lt_dar_allow_undefined"
9440 case $cc_basename in
9441 ifort*) _lt_dar_can_shared=yes ;;
9442 *) _lt_dar_can_shared=$GCC ;;
9443 esac
9444 if test "$_lt_dar_can_shared" = "yes"; then
9445 output_verbose_link_cmd=func_echo_all
9446 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9447 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9448 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}"
9449 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}"
9450
f0569246 9451 else
6bb11ab3 9452 ld_shlibs=no
f0569246 9453 fi
6bb11ab3
L
9454
9455 ;;
9456
9457 dgux*)
9458 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9459 hardcode_libdir_flag_spec='-L$libdir'
9460 hardcode_shlibpath_var=no
9461 ;;
9462
9463 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9464 # support. Future versions do this automatically, but an explicit c++rt0.o
9465 # does not break anything, and helps significantly (at the cost of a little
9466 # extra space).
9467 freebsd2.2*)
9468 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9469 hardcode_libdir_flag_spec='-R$libdir'
9470 hardcode_direct=yes
9471 hardcode_shlibpath_var=no
9472 ;;
9473
9474 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9475 freebsd2.*)
9476 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9477 hardcode_direct=yes
9478 hardcode_minus_L=yes
9479 hardcode_shlibpath_var=no
9480 ;;
9481
9482 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9483 freebsd* | dragonfly*)
9484 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9485 hardcode_libdir_flag_spec='-R$libdir'
9486 hardcode_direct=yes
9487 hardcode_shlibpath_var=no
9488 ;;
9489
9490 hpux9*)
9491 if test "$GCC" = yes; then
9492 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'
9493 else
9494 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'
9495 fi
9496 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9497 hardcode_libdir_separator=:
9498 hardcode_direct=yes
9499
9500 # hardcode_minus_L: Not really in the search PATH,
9501 # but as the default location of the library.
9502 hardcode_minus_L=yes
9503 export_dynamic_flag_spec='${wl}-E'
9504 ;;
9505
9506 hpux10*)
9507 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9508 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9509 else
9510 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9511 fi
9512 if test "$with_gnu_ld" = no; then
9513 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9514 hardcode_libdir_flag_spec_ld='+b $libdir'
9515 hardcode_libdir_separator=:
9516 hardcode_direct=yes
9517 hardcode_direct_absolute=yes
9518 export_dynamic_flag_spec='${wl}-E'
9519 # hardcode_minus_L: Not really in the search PATH,
9520 # but as the default location of the library.
9521 hardcode_minus_L=yes
9522 fi
9523 ;;
9524
9525 hpux11*)
9526 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9527 case $host_cpu in
9528 hppa*64*)
9529 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9530 ;;
9531 ia64*)
9532 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9533 ;;
9534 *)
9535 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9536 ;;
9537 esac
9538 else
9539 case $host_cpu in
9540 hppa*64*)
9541 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9542 ;;
9543 ia64*)
9544 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9545 ;;
9546 *)
9547
9548 # Older versions of the 11.00 compiler do not understand -b yet
9549 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9551$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9552if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9553 $as_echo_n "(cached) " >&6
f0569246 9554else
6bb11ab3
L
9555 lt_cv_prog_compiler__b=no
9556 save_LDFLAGS="$LDFLAGS"
9557 LDFLAGS="$LDFLAGS -b"
9558 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9559 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9560 # The linker can only warn and ignore the option if not recognized
9561 # So say no if there are warnings
9562 if test -s conftest.err; then
9563 # Append any errors to the config.log.
9564 cat conftest.err 1>&5
9565 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9566 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9567 if diff conftest.exp conftest.er2 >/dev/null; then
9568 lt_cv_prog_compiler__b=yes
9569 fi
9570 else
9571 lt_cv_prog_compiler__b=yes
9572 fi
9573 fi
9574 $RM -r conftest*
9575 LDFLAGS="$save_LDFLAGS"
f0569246 9576
6bb11ab3
L
9577fi
9578{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9579$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9580
6bb11ab3
L
9581if test x"$lt_cv_prog_compiler__b" = xyes; then
9582 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9583else
9584 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9585fi
81ecdfbb 9586
6bb11ab3
L
9587 ;;
9588 esac
9589 fi
9590 if test "$with_gnu_ld" = no; then
9591 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9592 hardcode_libdir_separator=:
9593
9594 case $host_cpu in
9595 hppa*64*|ia64*)
9596 hardcode_direct=no
9597 hardcode_shlibpath_var=no
9598 ;;
9599 *)
9600 hardcode_direct=yes
9601 hardcode_direct_absolute=yes
9602 export_dynamic_flag_spec='${wl}-E'
9603
9604 # hardcode_minus_L: Not really in the search PATH,
9605 # but as the default location of the library.
9606 hardcode_minus_L=yes
9607 ;;
9608 esac
9609 fi
9610 ;;
9611
9612 irix5* | irix6* | nonstopux*)
9613 if test "$GCC" = yes; then
9614 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'
9615 # Try to use the -exported_symbol ld option, if it does not
9616 # work, assume that -exports_file does not work either and
9617 # implicitly export all symbols.
9618 save_LDFLAGS="$LDFLAGS"
9619 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9621/* end confdefs.h. */
9622int foo(void) {}
b7026657 9623_ACEOF
6bb11ab3
L
9624if ac_fn_c_try_link "$LINENO"; then :
9625 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'
c906108c 9626
f0569246 9627fi
6bb11ab3
L
9628rm -f core conftest.err conftest.$ac_objext \
9629 conftest$ac_exeext conftest.$ac_ext
9630 LDFLAGS="$save_LDFLAGS"
9631 else
9632 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'
9633 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'
9634 fi
9635 archive_cmds_need_lc='no'
9636 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9637 hardcode_libdir_separator=:
9638 inherit_rpath=yes
9639 link_all_deplibs=yes
9640 ;;
9641
9642 netbsd*)
9643 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9644 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9645 else
9646 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9647 fi
9648 hardcode_libdir_flag_spec='-R$libdir'
9649 hardcode_direct=yes
9650 hardcode_shlibpath_var=no
9651 ;;
9652
9653 newsos6)
9654 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9655 hardcode_direct=yes
9656 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9657 hardcode_libdir_separator=:
9658 hardcode_shlibpath_var=no
9659 ;;
9660
9661 *nto* | *qnx*)
9662 ;;
9663
9664 openbsd*)
9665 if test -f /usr/libexec/ld.so; then
9666 hardcode_direct=yes
9667 hardcode_shlibpath_var=no
9668 hardcode_direct_absolute=yes
9669 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9670 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9671 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9672 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9673 export_dynamic_flag_spec='${wl}-E'
9674 else
9675 case $host_os in
9676 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9677 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9678 hardcode_libdir_flag_spec='-R$libdir'
9679 ;;
9680 *)
9681 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9682 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9683 ;;
9684 esac
9685 fi
9686 else
9687 ld_shlibs=no
9688 fi
9689 ;;
9690
9691 os2*)
9692 hardcode_libdir_flag_spec='-L$libdir'
9693 hardcode_minus_L=yes
9694 allow_undefined_flag=unsupported
9695 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'
9696 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9697 ;;
9698
9699 osf3*)
9700 if test "$GCC" = yes; then
9701 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9702 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'
9703 else
9704 allow_undefined_flag=' -expect_unresolved \*'
9705 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'
9706 fi
9707 archive_cmds_need_lc='no'
9708 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9709 hardcode_libdir_separator=:
9710 ;;
9711
9712 osf4* | osf5*) # as osf3* with the addition of -msym flag
9713 if test "$GCC" = yes; then
9714 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9715 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'
9716 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9717 else
9718 allow_undefined_flag=' -expect_unresolved \*'
9719 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'
9720 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~
9721 $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'
9722
9723 # Both c and cxx compiler support -rpath directly
9724 hardcode_libdir_flag_spec='-rpath $libdir'
9725 fi
9726 archive_cmds_need_lc='no'
9727 hardcode_libdir_separator=:
9728 ;;
9729
9730 solaris*)
9731 no_undefined_flag=' -z defs'
9732 if test "$GCC" = yes; then
9733 wlarc='${wl}'
9734 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9735 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9736 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9737 else
9738 case `$CC -V 2>&1` in
9739 *"Compilers 5.0"*)
9740 wlarc=''
9741 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9742 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9743 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9744 ;;
9745 *)
9746 wlarc='${wl}'
9747 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9748 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9749 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9750 ;;
9751 esac
9752 fi
9753 hardcode_libdir_flag_spec='-R$libdir'
9754 hardcode_shlibpath_var=no
9755 case $host_os in
9756 solaris2.[0-5] | solaris2.[0-5].*) ;;
9757 *)
9758 # The compiler driver will combine and reorder linker options,
9759 # but understands `-z linker_flag'. GCC discards it without `$wl',
9760 # but is careful enough not to reorder.
9761 # Supported since Solaris 2.6 (maybe 2.5.1?)
9762 if test "$GCC" = yes; then
9763 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9764 else
9765 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9766 fi
9767 ;;
9768 esac
9769 link_all_deplibs=yes
9770 ;;
9771
9772 sunos4*)
9773 if test "x$host_vendor" = xsequent; then
9774 # Use $CC to link under sequent, because it throws in some extra .o
9775 # files that make .init and .fini sections work.
9776 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9777 else
9778 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9779 fi
9780 hardcode_libdir_flag_spec='-L$libdir'
9781 hardcode_direct=yes
9782 hardcode_minus_L=yes
9783 hardcode_shlibpath_var=no
9784 ;;
9785
9786 sysv4)
9787 case $host_vendor in
9788 sni)
9789 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9790 hardcode_direct=yes # is this really true???
9791 ;;
9792 siemens)
9793 ## LD is ld it makes a PLAMLIB
9794 ## CC just makes a GrossModule.
9795 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9796 reload_cmds='$CC -r -o $output$reload_objs'
9797 hardcode_direct=no
9798 ;;
9799 motorola)
9800 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9801 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9802 ;;
9803 esac
9804 runpath_var='LD_RUN_PATH'
9805 hardcode_shlibpath_var=no
9806 ;;
9807
9808 sysv4.3*)
9809 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9810 hardcode_shlibpath_var=no
9811 export_dynamic_flag_spec='-Bexport'
9812 ;;
9813
9814 sysv4*MP*)
9815 if test -d /usr/nec; then
9816 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9817 hardcode_shlibpath_var=no
9818 runpath_var=LD_RUN_PATH
9819 hardcode_runpath_var=yes
9820 ld_shlibs=yes
9821 fi
9822 ;;
9823
9824 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9825 no_undefined_flag='${wl}-z,text'
9826 archive_cmds_need_lc=no
9827 hardcode_shlibpath_var=no
9828 runpath_var='LD_RUN_PATH'
9829
9830 if test "$GCC" = yes; then
9831 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9832 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9833 else
9834 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9835 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9836 fi
9837 ;;
9838
9839 sysv5* | sco3.2v5* | sco5v6*)
9840 # Note: We can NOT use -z defs as we might desire, because we do not
9841 # link with -lc, and that would cause any symbols used from libc to
9842 # always be unresolved, which means just about no library would
9843 # ever link correctly. If we're not using GNU ld we use -z text
9844 # though, which does catch some bad symbols but isn't as heavy-handed
9845 # as -z defs.
9846 no_undefined_flag='${wl}-z,text'
9847 allow_undefined_flag='${wl}-z,nodefs'
9848 archive_cmds_need_lc=no
9849 hardcode_shlibpath_var=no
9850 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9851 hardcode_libdir_separator=':'
9852 link_all_deplibs=yes
9853 export_dynamic_flag_spec='${wl}-Bexport'
9854 runpath_var='LD_RUN_PATH'
9855
9856 if test "$GCC" = yes; then
9857 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9858 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9859 else
9860 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9861 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9862 fi
9863 ;;
9864
9865 uts4*)
9866 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9867 hardcode_libdir_flag_spec='-L$libdir'
9868 hardcode_shlibpath_var=no
9869 ;;
9870
9871 *)
9872 ld_shlibs=no
9873 ;;
9874 esac
9875
9876 if test x$host_vendor = xsni; then
9877 case $host in
9878 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9879 export_dynamic_flag_spec='${wl}-Blargedynsym'
9880 ;;
9881 esac
9882 fi
9883 fi
9884
9885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9886$as_echo "$ld_shlibs" >&6; }
9887test "$ld_shlibs" = no && can_build_shared=no
9888
9889with_gnu_ld=$with_gnu_ld
9890
9891
9892
9893
9894
f0569246 9895
b7026657 9896
f0569246 9897
6ffe910a 9898
6ffe910a
MF
9899
9900
6ffe910a 9901
f0569246 9902
f0569246 9903
c906108c 9904
6bb11ab3
L
9905#
9906# Do we need to explicitly link libc?
9907#
9908case "x$archive_cmds_need_lc" in
9909x|xyes)
9910 # Assume -lc should be added
9911 archive_cmds_need_lc=yes
9912
9913 if test "$enable_shared" = yes && test "$GCC" = yes; then
9914 case $archive_cmds in
9915 *'~'*)
9916 # FIXME: we may have to deal with multi-command sequences.
9917 ;;
9918 '$CC '*)
9919 # Test whether the compiler implicitly links with -lc since on some
9920 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9921 # to ld, don't add -lc before -lgcc.
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9923$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9924if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9925 $as_echo_n "(cached) " >&6
f0569246 9926else
6bb11ab3
L
9927 $RM conftest*
9928 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9929
9930 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9931 (eval $ac_compile) 2>&5
9932 ac_status=$?
9933 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9934 test $ac_status = 0; } 2>conftest.err; then
9935 soname=conftest
9936 lib=conftest
9937 libobjs=conftest.$ac_objext
9938 deplibs=
9939 wl=$lt_prog_compiler_wl
9940 pic_flag=$lt_prog_compiler_pic
9941 compiler_flags=-v
9942 linker_flags=-v
9943 verstring=
9944 output_objdir=.
9945 libname=conftest
9946 lt_save_allow_undefined_flag=$allow_undefined_flag
9947 allow_undefined_flag=
9948 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9949 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9950 ac_status=$?
9951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9952 test $ac_status = 0; }
9953 then
9954 lt_cv_archive_cmds_need_lc=no
9955 else
9956 lt_cv_archive_cmds_need_lc=yes
9957 fi
9958 allow_undefined_flag=$lt_save_allow_undefined_flag
9959 else
9960 cat conftest.err 1>&5
9961 fi
9962 $RM conftest*
c906108c 9963
6ffe910a 9964fi
6bb11ab3
L
9965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9966$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9967 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9968 ;;
9969 esac
9970 fi
9971 ;;
6ffe910a 9972esac
c906108c 9973
c906108c 9974
6ffe910a 9975
c906108c 9976
81ecdfbb 9977
35695fd6 9978
35695fd6 9979
35695fd6 9980
f0569246 9981
c906108c 9982
f0569246 9983
b7026657 9984
f0569246 9985
c906108c 9986
81ecdfbb 9987
b7026657 9988
f0569246
AC
9989
9990
81ecdfbb 9991
81ecdfbb 9992
81ecdfbb
RW
9993
9994
81ecdfbb 9995
81ecdfbb 9996
f0569246
AC
9997
9998
c906108c 9999
f0569246 10000
c906108c 10001
c906108c 10002
81ecdfbb 10003
b7026657 10004
c906108c 10005
f0569246 10006
81ecdfbb 10007
f0569246 10008
c906108c 10009
c906108c 10010
b7026657 10011
81ecdfbb 10012
b7026657 10013
c906108c 10014
c906108c 10015
b7026657
AC
10016
10017
10018
10019
6ffe910a 10020
2232061b
MF
10021
10022
2232061b 10023
2232061b
MF
10024
10025
2232061b
MF
10026
10027
2232061b 10028
6bb11ab3
L
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10131$as_echo_n "checking dynamic linker characteristics... " >&6; }
10132
10133if test "$GCC" = yes; then
10134 case $host_os in
10135 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10136 *) lt_awk_arg="/^libraries:/" ;;
10137 esac
10138 case $host_os in
10139 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10140 *) lt_sed_strip_eq="s,=/,/,g" ;;
10141 esac
10142 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10143 case $lt_search_path_spec in
10144 *\;*)
10145 # if the path contains ";" then we assume it to be the separator
10146 # otherwise default to the standard path separator (i.e. ":") - it is
10147 # assumed that no part of a normal pathname contains ";" but that should
10148 # okay in the real world where ";" in dirpaths is itself problematic.
10149 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10150 ;;
10151 *)
10152 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10153 ;;
10154 esac
10155 # Ok, now we have the path, separated by spaces, we can step through it
10156 # and add multilib dir if necessary.
10157 lt_tmp_lt_search_path_spec=
10158 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10159 for lt_sys_path in $lt_search_path_spec; do
10160 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10161 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10162 else
10163 test -d "$lt_sys_path" && \
10164 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10165 fi
10166 done
10167 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10168BEGIN {RS=" "; FS="/|\n";} {
10169 lt_foo="";
10170 lt_count=0;
10171 for (lt_i = NF; lt_i > 0; lt_i--) {
10172 if ($lt_i != "" && $lt_i != ".") {
10173 if ($lt_i == "..") {
10174 lt_count++;
10175 } else {
10176 if (lt_count == 0) {
10177 lt_foo="/" $lt_i lt_foo;
10178 } else {
10179 lt_count--;
10180 }
10181 }
10182 }
10183 }
10184 if (lt_foo != "") { lt_freq[lt_foo]++; }
10185 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10186}'`
10187 # AWK program above erroneously prepends '/' to C:/dos/paths
10188 # for these hosts.
10189 case $host_os in
10190 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10191 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10192 esac
10193 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10194else
10195 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10196fi
10197library_names_spec=
10198libname_spec='lib$name'
10199soname_spec=
10200shrext_cmds=".so"
10201postinstall_cmds=
10202postuninstall_cmds=
10203finish_cmds=
10204finish_eval=
10205shlibpath_var=
10206shlibpath_overrides_runpath=unknown
10207version_type=none
10208dynamic_linker="$host_os ld.so"
10209sys_lib_dlsearch_path_spec="/lib /usr/lib"
10210need_lib_prefix=unknown
10211hardcode_into_libs=no
10212
10213# when you set need_version to no, make sure it does not cause -set_version
10214# flags to be left without arguments
10215need_version=unknown
10216
10217case $host_os in
10218aix3*)
10219 version_type=linux
10220 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10221 shlibpath_var=LIBPATH
10222
10223 # AIX 3 has no versioning support, so we append a major version to the name.
10224 soname_spec='${libname}${release}${shared_ext}$major'
10225 ;;
10226
10227aix[4-9]*)
10228 version_type=linux
10229 need_lib_prefix=no
10230 need_version=no
10231 hardcode_into_libs=yes
10232 if test "$host_cpu" = ia64; then
10233 # AIX 5 supports IA64
10234 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10235 shlibpath_var=LD_LIBRARY_PATH
10236 else
10237 # With GCC up to 2.95.x, collect2 would create an import file
10238 # for dependence libraries. The import file would start with
10239 # the line `#! .'. This would cause the generated library to
10240 # depend on `.', always an invalid library. This was fixed in
10241 # development snapshots of GCC prior to 3.0.
10242 case $host_os in
10243 aix4 | aix4.[01] | aix4.[01].*)
10244 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10245 echo ' yes '
10246 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10247 :
10248 else
10249 can_build_shared=no
10250 fi
10251 ;;
10252 esac
10253 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10254 # soname into executable. Probably we can add versioning support to
10255 # collect2, so additional links can be useful in future.
10256 if test "$aix_use_runtimelinking" = yes; then
10257 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10258 # instead of lib<name>.a to let people know that these are not
10259 # typical AIX shared libraries.
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10261 else
10262 # We preserve .a as extension for shared libraries through AIX4.2
10263 # and later when we are not doing run time linking.
10264 library_names_spec='${libname}${release}.a $libname.a'
10265 soname_spec='${libname}${release}${shared_ext}$major'
10266 fi
10267 shlibpath_var=LIBPATH
2232061b 10268 fi
6bb11ab3
L
10269 ;;
10270
10271amigaos*)
10272 case $host_cpu in
10273 powerpc)
10274 # Since July 2007 AmigaOS4 officially supports .so libraries.
10275 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10277 ;;
10278 m68k)
10279 library_names_spec='$libname.ixlibrary $libname.a'
10280 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10281 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'
10282 ;;
10283 esac
10284 ;;
10285
10286beos*)
10287 library_names_spec='${libname}${shared_ext}'
10288 dynamic_linker="$host_os ld.so"
10289 shlibpath_var=LIBRARY_PATH
10290 ;;
10291
10292bsdi[45]*)
10293 version_type=linux
10294 need_version=no
10295 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10296 soname_spec='${libname}${release}${shared_ext}$major'
10297 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10298 shlibpath_var=LD_LIBRARY_PATH
10299 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10300 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10301 # the default ld.so.conf also contains /usr/contrib/lib and
10302 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10303 # libtool to hard-code these into programs
10304 ;;
10305
10306cygwin* | mingw* | pw32* | cegcc*)
10307 version_type=windows
10308 shrext_cmds=".dll"
10309 need_version=no
10310 need_lib_prefix=no
10311
10312 case $GCC,$host_os in
10313 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10314 library_names_spec='$libname.dll.a'
10315 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10316 postinstall_cmds='base_file=`basename \${file}`~
10317 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10318 dldir=$destdir/`dirname \$dlpath`~
10319 test -d \$dldir || mkdir -p \$dldir~
10320 $install_prog $dir/$dlname \$dldir/$dlname~
10321 chmod a+x \$dldir/$dlname~
10322 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10323 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10324 fi'
10325 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10326 dlpath=$dir/\$dldll~
10327 $RM \$dlpath'
10328 shlibpath_overrides_runpath=yes
10329
10330 case $host_os in
10331 cygwin*)
10332 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10333 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10334
10335 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10336 ;;
10337 mingw* | cegcc*)
10338 # MinGW DLLs use traditional 'lib' prefix
10339 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10340 ;;
10341 pw32*)
10342 # pw32 DLLs use 'pw' prefix rather than 'lib'
10343 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10344 ;;
10345 esac
10346 ;;
2232061b 10347
6bb11ab3
L
10348 *)
10349 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10350 ;;
10351 esac
10352 dynamic_linker='Win32 ld.exe'
10353 # FIXME: first we should search . and the directory the executable is in
10354 shlibpath_var=PATH
10355 ;;
10356
10357darwin* | rhapsody*)
10358 dynamic_linker="$host_os dyld"
10359 version_type=darwin
10360 need_lib_prefix=no
10361 need_version=no
10362 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10363 soname_spec='${libname}${release}${major}$shared_ext'
10364 shlibpath_overrides_runpath=yes
10365 shlibpath_var=DYLD_LIBRARY_PATH
10366 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10367
10368 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10369 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10370 ;;
10371
10372dgux*)
10373 version_type=linux
10374 need_lib_prefix=no
10375 need_version=no
10376 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10377 soname_spec='${libname}${release}${shared_ext}$major'
10378 shlibpath_var=LD_LIBRARY_PATH
10379 ;;
10380
10381freebsd* | dragonfly*)
10382 # DragonFly does not have aout. When/if they implement a new
10383 # versioning mechanism, adjust this.
10384 if test -x /usr/bin/objformat; then
10385 objformat=`/usr/bin/objformat`
10386 else
10387 case $host_os in
10388 freebsd[23].*) objformat=aout ;;
10389 *) objformat=elf ;;
10390 esac
10391 fi
10392 version_type=freebsd-$objformat
10393 case $version_type in
10394 freebsd-elf*)
10395 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10396 need_version=no
10397 need_lib_prefix=no
10398 ;;
10399 freebsd-*)
10400 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10401 need_version=yes
10402 ;;
10403 esac
10404 shlibpath_var=LD_LIBRARY_PATH
10405 case $host_os in
10406 freebsd2.*)
10407 shlibpath_overrides_runpath=yes
10408 ;;
10409 freebsd3.[01]* | freebsdelf3.[01]*)
10410 shlibpath_overrides_runpath=yes
10411 hardcode_into_libs=yes
10412 ;;
10413 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10414 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10415 shlibpath_overrides_runpath=no
10416 hardcode_into_libs=yes
10417 ;;
10418 *) # from 4.6 on, and DragonFly
10419 shlibpath_overrides_runpath=yes
10420 hardcode_into_libs=yes
10421 ;;
10422 esac
10423 ;;
10424
6bb11ab3
L
10425haiku*)
10426 version_type=linux
10427 need_lib_prefix=no
10428 need_version=no
10429 dynamic_linker="$host_os runtime_loader"
10430 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10431 soname_spec='${libname}${release}${shared_ext}$major'
10432 shlibpath_var=LIBRARY_PATH
10433 shlibpath_overrides_runpath=yes
10434 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10435 hardcode_into_libs=yes
10436 ;;
10437
10438hpux9* | hpux10* | hpux11*)
10439 # Give a soname corresponding to the major version so that dld.sl refuses to
10440 # link against other versions.
10441 version_type=sunos
10442 need_lib_prefix=no
10443 need_version=no
10444 case $host_cpu in
10445 ia64*)
10446 shrext_cmds='.so'
10447 hardcode_into_libs=yes
10448 dynamic_linker="$host_os dld.so"
10449 shlibpath_var=LD_LIBRARY_PATH
10450 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10452 soname_spec='${libname}${release}${shared_ext}$major'
10453 if test "X$HPUX_IA64_MODE" = X32; then
10454 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10455 else
10456 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10457 fi
10458 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10459 ;;
10460 hppa*64*)
10461 shrext_cmds='.sl'
10462 hardcode_into_libs=yes
10463 dynamic_linker="$host_os dld.sl"
10464 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10465 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10466 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10467 soname_spec='${libname}${release}${shared_ext}$major'
10468 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10469 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10470 ;;
10471 *)
10472 shrext_cmds='.sl'
10473 dynamic_linker="$host_os dld.sl"
10474 shlibpath_var=SHLIB_PATH
10475 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10476 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10477 soname_spec='${libname}${release}${shared_ext}$major'
10478 ;;
10479 esac
10480 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10481 postinstall_cmds='chmod 555 $lib'
10482 # or fails outright, so override atomically:
10483 install_override_mode=555
10484 ;;
10485
10486interix[3-9]*)
10487 version_type=linux
10488 need_lib_prefix=no
10489 need_version=no
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10491 soname_spec='${libname}${release}${shared_ext}$major'
10492 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10493 shlibpath_var=LD_LIBRARY_PATH
10494 shlibpath_overrides_runpath=no
10495 hardcode_into_libs=yes
10496 ;;
10497
10498irix5* | irix6* | nonstopux*)
10499 case $host_os in
10500 nonstopux*) version_type=nonstopux ;;
10501 *)
10502 if test "$lt_cv_prog_gnu_ld" = yes; then
10503 version_type=linux
10504 else
10505 version_type=irix
10506 fi ;;
10507 esac
10508 need_lib_prefix=no
10509 need_version=no
10510 soname_spec='${libname}${release}${shared_ext}$major'
10511 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10512 case $host_os in
10513 irix5* | nonstopux*)
10514 libsuff= shlibsuff=
10515 ;;
10516 *)
10517 case $LD in # libtool.m4 will add one of these switches to LD
10518 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10519 libsuff= shlibsuff= libmagic=32-bit;;
10520 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10521 libsuff=32 shlibsuff=N32 libmagic=N32;;
10522 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10523 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10524 *) libsuff= shlibsuff= libmagic=never-match;;
10525 esac
10526 ;;
10527 esac
10528 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10529 shlibpath_overrides_runpath=no
10530 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10531 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10532 hardcode_into_libs=yes
10533 ;;
10534
10535# No shared lib support for Linux oldld, aout, or coff.
10536linux*oldld* | linux*aout* | linux*coff*)
10537 dynamic_linker=no
10538 ;;
10539
10540# This must be Linux ELF.
46f900c0 10541linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10542 version_type=linux
10543 need_lib_prefix=no
10544 need_version=no
10545 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10546 soname_spec='${libname}${release}${shared_ext}$major'
10547 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10548 shlibpath_var=LD_LIBRARY_PATH
10549 shlibpath_overrides_runpath=no
10550
10551 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10552 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10553 $as_echo_n "(cached) " >&6
10554else
6bb11ab3
L
10555 lt_cv_shlibpath_overrides_runpath=no
10556 save_LDFLAGS=$LDFLAGS
10557 save_libdir=$libdir
10558 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10559 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10561/* end confdefs.h. */
10562
2232061b
MF
10563int
10564main ()
10565{
10566
10567 ;
10568 return 0;
10569}
10570_ACEOF
6bb11ab3
L
10571if ac_fn_c_try_link "$LINENO"; then :
10572 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10573 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10574fi
2232061b 10575fi
6bb11ab3
L
10576rm -f core conftest.err conftest.$ac_objext \
10577 conftest$ac_exeext conftest.$ac_ext
10578 LDFLAGS=$save_LDFLAGS
10579 libdir=$save_libdir
2232061b 10580
6bb11ab3 10581fi
2232061b 10582
6bb11ab3 10583 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10584
6bb11ab3
L
10585 # This implies no fast_install, which is unacceptable.
10586 # Some rework will be needed to allow for fast_install
10587 # before this can be enabled.
10588 hardcode_into_libs=yes
2232061b 10589
6bb11ab3
L
10590 # Append ld.so.conf contents to the search path
10591 if test -f /etc/ld.so.conf; then
10592 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' ' '`
10593 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10594 fi
10595
10596 # We used to test for /lib/ld.so.1 and disable shared libraries on
10597 # powerpc, because MkLinux only supported shared libraries with the
10598 # GNU dynamic linker. Since this was broken with cross compilers,
10599 # most powerpc-linux boxes support dynamic linking these days and
10600 # people can always --disable-shared, the test was removed, and we
10601 # assume the GNU/Linux dynamic linker is in use.
10602 dynamic_linker='GNU/Linux ld.so'
10603 ;;
10604
10605netbsd*)
10606 version_type=sunos
10607 need_lib_prefix=no
10608 need_version=no
10609 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10610 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10611 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10612 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10613 else
6bb11ab3
L
10614 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10615 soname_spec='${libname}${release}${shared_ext}$major'
10616 dynamic_linker='NetBSD ld.elf_so'
10617 fi
10618 shlibpath_var=LD_LIBRARY_PATH
10619 shlibpath_overrides_runpath=yes
10620 hardcode_into_libs=yes
10621 ;;
10622
10623newsos6)
10624 version_type=linux
10625 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10626 shlibpath_var=LD_LIBRARY_PATH
10627 shlibpath_overrides_runpath=yes
10628 ;;
10629
10630*nto* | *qnx*)
10631 version_type=qnx
10632 need_lib_prefix=no
10633 need_version=no
10634 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10635 soname_spec='${libname}${release}${shared_ext}$major'
10636 shlibpath_var=LD_LIBRARY_PATH
10637 shlibpath_overrides_runpath=no
10638 hardcode_into_libs=yes
10639 dynamic_linker='ldqnx.so'
10640 ;;
10641
10642openbsd*)
10643 version_type=sunos
10644 sys_lib_dlsearch_path_spec="/usr/lib"
10645 need_lib_prefix=no
10646 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10647 case $host_os in
10648 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10649 *) need_version=no ;;
10650 esac
10651 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10652 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10653 shlibpath_var=LD_LIBRARY_PATH
10654 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10655 case $host_os in
10656 openbsd2.[89] | openbsd2.[89].*)
10657 shlibpath_overrides_runpath=no
10658 ;;
10659 *)
10660 shlibpath_overrides_runpath=yes
10661 ;;
10662 esac
10663 else
10664 shlibpath_overrides_runpath=yes
10665 fi
10666 ;;
10667
10668os2*)
10669 libname_spec='$name'
10670 shrext_cmds=".dll"
10671 need_lib_prefix=no
10672 library_names_spec='$libname${shared_ext} $libname.a'
10673 dynamic_linker='OS/2 ld.exe'
10674 shlibpath_var=LIBPATH
10675 ;;
10676
10677osf3* | osf4* | osf5*)
10678 version_type=osf
10679 need_lib_prefix=no
10680 need_version=no
10681 soname_spec='${libname}${release}${shared_ext}$major'
10682 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10683 shlibpath_var=LD_LIBRARY_PATH
10684 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10685 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10686 ;;
10687
10688rdos*)
10689 dynamic_linker=no
10690 ;;
10691
10692solaris*)
10693 version_type=linux
10694 need_lib_prefix=no
10695 need_version=no
10696 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10697 soname_spec='${libname}${release}${shared_ext}$major'
10698 shlibpath_var=LD_LIBRARY_PATH
10699 shlibpath_overrides_runpath=yes
10700 hardcode_into_libs=yes
10701 # ldd complains unless libraries are executable
10702 postinstall_cmds='chmod +x $lib'
10703 ;;
10704
10705sunos4*)
10706 version_type=sunos
10707 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10708 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10709 shlibpath_var=LD_LIBRARY_PATH
10710 shlibpath_overrides_runpath=yes
10711 if test "$with_gnu_ld" = yes; then
10712 need_lib_prefix=no
10713 fi
10714 need_version=yes
10715 ;;
10716
10717sysv4 | sysv4.3*)
10718 version_type=linux
10719 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10720 soname_spec='${libname}${release}${shared_ext}$major'
10721 shlibpath_var=LD_LIBRARY_PATH
10722 case $host_vendor in
10723 sni)
10724 shlibpath_overrides_runpath=no
10725 need_lib_prefix=no
10726 runpath_var=LD_RUN_PATH
10727 ;;
10728 siemens)
10729 need_lib_prefix=no
10730 ;;
10731 motorola)
10732 need_lib_prefix=no
10733 need_version=no
10734 shlibpath_overrides_runpath=no
10735 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10736 ;;
10737 esac
10738 ;;
10739
10740sysv4*MP*)
10741 if test -d /usr/nec ;then
10742 version_type=linux
10743 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10744 soname_spec='$libname${shared_ext}.$major'
10745 shlibpath_var=LD_LIBRARY_PATH
10746 fi
10747 ;;
10748
10749sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10750 version_type=freebsd-elf
10751 need_lib_prefix=no
10752 need_version=no
10753 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10754 soname_spec='${libname}${release}${shared_ext}$major'
10755 shlibpath_var=LD_LIBRARY_PATH
10756 shlibpath_overrides_runpath=yes
10757 hardcode_into_libs=yes
10758 if test "$with_gnu_ld" = yes; then
10759 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10760 else
10761 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10762 case $host_os in
10763 sco3.2v5*)
10764 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10765 ;;
10766 esac
2232061b 10767 fi
6bb11ab3
L
10768 sys_lib_dlsearch_path_spec='/usr/lib'
10769 ;;
10770
10771tpf*)
10772 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10773 version_type=linux
10774 need_lib_prefix=no
10775 need_version=no
10776 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10777 shlibpath_var=LD_LIBRARY_PATH
10778 shlibpath_overrides_runpath=no
10779 hardcode_into_libs=yes
10780 ;;
10781
10782uts4*)
10783 version_type=linux
10784 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10785 soname_spec='${libname}${release}${shared_ext}$major'
10786 shlibpath_var=LD_LIBRARY_PATH
10787 ;;
10788
10789*)
10790 dynamic_linker=no
10791 ;;
10792esac
10793{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10794$as_echo "$dynamic_linker" >&6; }
10795test "$dynamic_linker" = no && can_build_shared=no
10796
10797variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10798if test "$GCC" = yes; then
10799 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10800fi
2232061b 10801
6bb11ab3
L
10802if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10803 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10804fi
10805if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10806 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10807fi
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
2232061b 10831
2232061b 10832
2232061b 10833
2232061b 10834
2232061b
MF
10835
10836
6ffe910a 10837
6ffe910a
MF
10838
10839
10840
10841
10842
2232061b 10843
6ffe910a
MF
10844
10845
10846
10847
6ffe910a 10848
6ffe910a 10849
6ffe910a
MF
10850
10851
6ffe910a 10852
6ffe910a 10853
6ffe910a
MF
10854
10855
5f3ef9d0 10856
5f3ef9d0
JB
10857
10858
10859
db2e4d67
MF
10860
10861
db2e4d67 10862
db2e4d67 10863
db2e4d67 10864
db2e4d67 10865
db2e4d67 10866
db2e4d67 10867
db2e4d67 10868
db2e4d67
MF
10869
10870
db2e4d67 10871
db2e4d67
MF
10872
10873
db2e4d67 10874
db2e4d67
MF
10875
10876
6ffe910a 10877
6ffe910a 10878
6ffe910a
MF
10879
10880
6ffe910a
MF
10881
10882
6ffe910a 10883
6ffe910a 10884
6ffe910a 10885
6ffe910a 10886
6ffe910a 10887
35695fd6 10888
35695fd6 10889
35695fd6 10890
b7026657 10891
b7026657 10892
c906108c 10893
b7026657 10894
b7026657 10895
c906108c 10896
b7026657 10897
6bb11ab3
L
10898
10899
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10901$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10902hardcode_action=
10903if test -n "$hardcode_libdir_flag_spec" ||
10904 test -n "$runpath_var" ||
10905 test "X$hardcode_automatic" = "Xyes" ; then
10906
10907 # We can hardcode non-existent directories.
10908 if test "$hardcode_direct" != no &&
10909 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10910 # have to relink, otherwise we might link with an installed library
10911 # when we should be linking with a yet-to-be-installed one
10912 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10913 test "$hardcode_minus_L" != no; then
10914 # Linking always hardcodes the temporary library directory.
10915 hardcode_action=relink
10916 else
10917 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10918 hardcode_action=immediate
10919 fi
10920else
10921 # We cannot hardcode anything, or else we can only hardcode existing
10922 # directories.
10923 hardcode_action=unsupported
10924fi
10925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10926$as_echo "$hardcode_action" >&6; }
10927
10928if test "$hardcode_action" = relink ||
10929 test "$inherit_rpath" = yes; then
10930 # Fast installation is not supported
10931 enable_fast_install=no
10932elif test "$shlibpath_overrides_runpath" = yes ||
10933 test "$enable_shared" = no; then
10934 # Fast installation is not necessary
10935 enable_fast_install=needless
c906108c 10936fi
b7026657 10937
c906108c 10938
6bb11ab3
L
10939
10940
10941
10942
10943 if test "x$enable_dlopen" != xyes; then
10944 enable_dlopen=unknown
10945 enable_dlopen_self=unknown
10946 enable_dlopen_self_static=unknown
10947else
10948 lt_cv_dlopen=no
10949 lt_cv_dlopen_libs=
10950
10951 case $host_os in
10952 beos*)
10953 lt_cv_dlopen="load_add_on"
10954 lt_cv_dlopen_libs=
10955 lt_cv_dlopen_self=yes
10956 ;;
10957
10958 mingw* | pw32* | cegcc*)
10959 lt_cv_dlopen="LoadLibrary"
10960 lt_cv_dlopen_libs=
10961 ;;
10962
10963 cygwin*)
10964 lt_cv_dlopen="dlopen"
10965 lt_cv_dlopen_libs=
10966 ;;
10967
10968 darwin*)
10969 # if libdl is installed we need to link against it
10970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10971$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10972if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10973 $as_echo_n "(cached) " >&6
10974else
10975 ac_check_lib_save_LIBS=$LIBS
10976LIBS="-ldl $LIBS"
10977cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10978/* end confdefs.h. */
10979
10980/* Override any GCC internal prototype to avoid an error.
10981 Use char because int might match the return type of a GCC
10982 builtin and then its argument prototype would still apply. */
10983#ifdef __cplusplus
10984extern "C"
10985#endif
10986char dlopen ();
10987int
10988main ()
10989{
10990return dlopen ();
10991 ;
10992 return 0;
10993}
b7026657 10994_ACEOF
6bb11ab3
L
10995if ac_fn_c_try_link "$LINENO"; then :
10996 ac_cv_lib_dl_dlopen=yes
10997else
10998 ac_cv_lib_dl_dlopen=no
10999fi
11000rm -f core conftest.err conftest.$ac_objext \
11001 conftest$ac_exeext conftest.$ac_ext
11002LIBS=$ac_check_lib_save_LIBS
11003fi
11004{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11005$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11006if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11007 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11008else
11009
11010 lt_cv_dlopen="dyld"
11011 lt_cv_dlopen_libs=
11012 lt_cv_dlopen_self=yes
c906108c 11013
c906108c 11014fi
c906108c 11015
6bb11ab3 11016 ;;
c906108c 11017
6bb11ab3
L
11018 *)
11019 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11020if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
11021 lt_cv_dlopen="shl_load"
11022else
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11024$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11025if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
11026 $as_echo_n "(cached) " >&6
11027else
11028 ac_check_lib_save_LIBS=$LIBS
11029LIBS="-ldld $LIBS"
11030cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11031/* end confdefs.h. */
11032
11033/* Override any GCC internal prototype to avoid an error.
11034 Use char because int might match the return type of a GCC
11035 builtin and then its argument prototype would still apply. */
11036#ifdef __cplusplus
11037extern "C"
11038#endif
11039char shl_load ();
11040int
11041main ()
11042{
11043return shl_load ();
11044 ;
11045 return 0;
11046}
11047_ACEOF
11048if ac_fn_c_try_link "$LINENO"; then :
11049 ac_cv_lib_dld_shl_load=yes
11050else
11051 ac_cv_lib_dld_shl_load=no
11052fi
11053rm -f core conftest.err conftest.$ac_objext \
11054 conftest$ac_exeext conftest.$ac_ext
11055LIBS=$ac_check_lib_save_LIBS
11056fi
11057{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11058$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11059if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11060 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11061else
11062 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11063if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11064 lt_cv_dlopen="dlopen"
11065else
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11067$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11068if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11069 $as_echo_n "(cached) " >&6
c906108c 11070else
b7026657 11071 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11072LIBS="-ldl $LIBS"
81ecdfbb 11073cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11074/* end confdefs.h. */
11075
81ecdfbb
RW
11076/* Override any GCC internal prototype to avoid an error.
11077 Use char because int might match the return type of a GCC
11078 builtin and then its argument prototype would still apply. */
b7026657
AC
11079#ifdef __cplusplus
11080extern "C"
11081#endif
6bb11ab3 11082char dlopen ();
b7026657
AC
11083int
11084main ()
11085{
6bb11ab3 11086return dlopen ();
b7026657
AC
11087 ;
11088 return 0;
11089}
11090_ACEOF
81ecdfbb 11091if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11092 ac_cv_lib_dl_dlopen=yes
b7026657 11093else
6bb11ab3 11094 ac_cv_lib_dl_dlopen=no
b7026657 11095fi
81ecdfbb
RW
11096rm -f core conftest.err conftest.$ac_objext \
11097 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11098LIBS=$ac_check_lib_save_LIBS
11099fi
6bb11ab3
L
11100{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11101$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11102if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11103 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11104else
11105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11106$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11107if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11108 $as_echo_n "(cached) " >&6
c906108c 11109else
b7026657 11110 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11111LIBS="-lsvld $LIBS"
81ecdfbb 11112cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11113/* end confdefs.h. */
11114
81ecdfbb
RW
11115/* Override any GCC internal prototype to avoid an error.
11116 Use char because int might match the return type of a GCC
11117 builtin and then its argument prototype would still apply. */
b7026657
AC
11118#ifdef __cplusplus
11119extern "C"
11120#endif
6bb11ab3 11121char dlopen ();
b7026657
AC
11122int
11123main ()
11124{
6bb11ab3 11125return dlopen ();
b7026657
AC
11126 ;
11127 return 0;
11128}
11129_ACEOF
81ecdfbb 11130if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11131 ac_cv_lib_svld_dlopen=yes
b7026657 11132else
6bb11ab3 11133 ac_cv_lib_svld_dlopen=no
b7026657 11134fi
81ecdfbb
RW
11135rm -f core conftest.err conftest.$ac_objext \
11136 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11137LIBS=$ac_check_lib_save_LIBS
11138fi
6bb11ab3
L
11139{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11140$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11141if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11142 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11143else
6bb11ab3
L
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11145$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11146if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb
RW
11147 $as_echo_n "(cached) " >&6
11148else
6bb11ab3
L
11149 ac_check_lib_save_LIBS=$LIBS
11150LIBS="-ldld $LIBS"
81ecdfbb 11151cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624 11152/* end confdefs.h. */
81ecdfbb
RW
11153
11154/* Override any GCC internal prototype to avoid an error.
11155 Use char because int might match the return type of a GCC
11156 builtin and then its argument prototype would still apply. */
11157#ifdef __cplusplus
11158extern "C"
11159#endif
6bb11ab3 11160char dld_link ();
81ecdfbb
RW
11161int
11162main ()
11163{
6bb11ab3 11164return dld_link ();
81ecdfbb
RW
11165 ;
11166 return 0;
11167}
b5bd9624 11168_ACEOF
6bb11ab3
L
11169if ac_fn_c_try_link "$LINENO"; then :
11170 ac_cv_lib_dld_dld_link=yes
11171else
11172 ac_cv_lib_dld_dld_link=no
11173fi
11174rm -f core conftest.err conftest.$ac_objext \
11175 conftest$ac_exeext conftest.$ac_ext
11176LIBS=$ac_check_lib_save_LIBS
11177fi
11178{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11179$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11180if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11181 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11182fi
11183
11184
11185fi
11186
11187
11188fi
11189
11190
11191fi
11192
11193
11194fi
11195
11196
11197fi
11198
11199 ;;
11200 esac
11201
11202 if test "x$lt_cv_dlopen" != xno; then
11203 enable_dlopen=yes
b5bd9624 11204 else
6bb11ab3
L
11205 enable_dlopen=no
11206 fi
11207
11208 case $lt_cv_dlopen in
11209 dlopen)
11210 save_CPPFLAGS="$CPPFLAGS"
11211 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11212
11213 save_LDFLAGS="$LDFLAGS"
11214 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11215
11216 save_LIBS="$LIBS"
11217 LIBS="$lt_cv_dlopen_libs $LIBS"
11218
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11220$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11221if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11222 $as_echo_n "(cached) " >&6
11223else
11224 if test "$cross_compiling" = yes; then :
11225 lt_cv_dlopen_self=cross
11226else
11227 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11228 lt_status=$lt_dlunknown
11229 cat > conftest.$ac_ext <<_LT_EOF
aa0fca16 11230#line 11230 "configure"
6bb11ab3
L
11231#include "confdefs.h"
11232
11233#if HAVE_DLFCN_H
11234#include <dlfcn.h>
11235#endif
11236
11237#include <stdio.h>
11238
11239#ifdef RTLD_GLOBAL
11240# define LT_DLGLOBAL RTLD_GLOBAL
11241#else
11242# ifdef DL_GLOBAL
11243# define LT_DLGLOBAL DL_GLOBAL
11244# else
11245# define LT_DLGLOBAL 0
11246# endif
11247#endif
11248
11249/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11250 find out it does not work in some platform. */
11251#ifndef LT_DLLAZY_OR_NOW
11252# ifdef RTLD_LAZY
11253# define LT_DLLAZY_OR_NOW RTLD_LAZY
11254# else
11255# ifdef DL_LAZY
11256# define LT_DLLAZY_OR_NOW DL_LAZY
11257# else
11258# ifdef RTLD_NOW
11259# define LT_DLLAZY_OR_NOW RTLD_NOW
11260# else
11261# ifdef DL_NOW
11262# define LT_DLLAZY_OR_NOW DL_NOW
11263# else
11264# define LT_DLLAZY_OR_NOW 0
11265# endif
11266# endif
11267# endif
11268# endif
11269#endif
11270
11271/* When -fvisbility=hidden is used, assume the code has been annotated
11272 correspondingly for the symbols needed. */
11273#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11274void fnord () __attribute__((visibility("default")));
11275#endif
11276
11277void fnord () { int i=42; }
11278int main ()
11279{
11280 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11281 int status = $lt_dlunknown;
11282
11283 if (self)
11284 {
11285 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11286 else
11287 {
11288 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11289 else puts (dlerror ());
11290 }
11291 /* dlclose (self); */
11292 }
11293 else
11294 puts (dlerror ());
11295
11296 return status;
11297}
11298_LT_EOF
11299 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11300 (eval $ac_link) 2>&5
11301 ac_status=$?
11302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11303 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11304 (./conftest; exit; ) >&5 2>/dev/null
11305 lt_status=$?
11306 case x$lt_status in
11307 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11308 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11309 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11310 esac
11311 else :
11312 # compilation failed
11313 lt_cv_dlopen_self=no
b5bd9624 11314 fi
b5bd9624 11315fi
6bb11ab3
L
11316rm -fr conftest*
11317
11318
b5bd9624 11319fi
6bb11ab3
L
11320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11321$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11322
6bb11ab3
L
11323 if test "x$lt_cv_dlopen_self" = xyes; then
11324 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11326$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11327if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11328 $as_echo_n "(cached) " >&6
b5bd9624 11329else
6bb11ab3
L
11330 if test "$cross_compiling" = yes; then :
11331 lt_cv_dlopen_self_static=cross
11332else
11333 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11334 lt_status=$lt_dlunknown
11335 cat > conftest.$ac_ext <<_LT_EOF
aa0fca16 11336#line 11336 "configure"
6bb11ab3
L
11337#include "confdefs.h"
11338
11339#if HAVE_DLFCN_H
11340#include <dlfcn.h>
11341#endif
11342
11343#include <stdio.h>
11344
11345#ifdef RTLD_GLOBAL
11346# define LT_DLGLOBAL RTLD_GLOBAL
11347#else
11348# ifdef DL_GLOBAL
11349# define LT_DLGLOBAL DL_GLOBAL
11350# else
11351# define LT_DLGLOBAL 0
11352# endif
11353#endif
11354
11355/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11356 find out it does not work in some platform. */
11357#ifndef LT_DLLAZY_OR_NOW
11358# ifdef RTLD_LAZY
11359# define LT_DLLAZY_OR_NOW RTLD_LAZY
11360# else
11361# ifdef DL_LAZY
11362# define LT_DLLAZY_OR_NOW DL_LAZY
11363# else
11364# ifdef RTLD_NOW
11365# define LT_DLLAZY_OR_NOW RTLD_NOW
11366# else
11367# ifdef DL_NOW
11368# define LT_DLLAZY_OR_NOW DL_NOW
11369# else
11370# define LT_DLLAZY_OR_NOW 0
11371# endif
11372# endif
11373# endif
11374# endif
11375#endif
11376
11377/* When -fvisbility=hidden is used, assume the code has been annotated
11378 correspondingly for the symbols needed. */
11379#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11380void fnord () __attribute__((visibility("default")));
11381#endif
11382
11383void fnord () { int i=42; }
11384int main ()
11385{
11386 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11387 int status = $lt_dlunknown;
11388
11389 if (self)
11390 {
11391 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11392 else
11393 {
11394 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11395 else puts (dlerror ());
11396 }
11397 /* dlclose (self); */
11398 }
11399 else
11400 puts (dlerror ());
11401
11402 return status;
11403}
11404_LT_EOF
11405 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11406 (eval $ac_link) 2>&5
11407 ac_status=$?
11408 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11409 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11410 (./conftest; exit; ) >&5 2>/dev/null
11411 lt_status=$?
11412 case x$lt_status in
11413 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11414 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11415 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11416 esac
11417 else :
11418 # compilation failed
11419 lt_cv_dlopen_self_static=no
11420 fi
b5bd9624 11421fi
6bb11ab3
L
11422rm -fr conftest*
11423
11424
b5bd9624 11425fi
6bb11ab3
L
11426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11427$as_echo "$lt_cv_dlopen_self_static" >&6; }
11428 fi
11429
11430 CPPFLAGS="$save_CPPFLAGS"
11431 LDFLAGS="$save_LDFLAGS"
11432 LIBS="$save_LIBS"
11433 ;;
11434 esac
11435
11436 case $lt_cv_dlopen_self in
11437 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11438 *) enable_dlopen_self=unknown ;;
11439 esac
11440
11441 case $lt_cv_dlopen_self_static in
11442 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11443 *) enable_dlopen_self_static=unknown ;;
11444 esac
11445fi
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457
11458
11459
11460
11461
11462
11463striplib=
11464old_striplib=
11465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11466$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11467if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11468 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11469 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11471$as_echo "yes" >&6; }
11472else
11473# FIXME - insert some real tests, host_os isn't really good enough
11474 case $host_os in
11475 darwin*)
11476 if test -n "$STRIP" ; then
11477 striplib="$STRIP -x"
11478 old_striplib="$STRIP -S"
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11480$as_echo "yes" >&6; }
11481 else
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11483$as_echo "no" >&6; }
11484 fi
11485 ;;
11486 *)
11487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11488$as_echo "no" >&6; }
11489 ;;
11490 esac
11491fi
11492
11493
11494
11495
11496
11497
11498
11499
11500
11501
11502
11503
11504 # Report which library types will actually be built
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11506$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11508$as_echo "$can_build_shared" >&6; }
11509
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11511$as_echo_n "checking whether to build shared libraries... " >&6; }
11512 test "$can_build_shared" = "no" && enable_shared=no
11513
11514 # On AIX, shared libraries and static libraries use the same namespace, and
11515 # are all built from PIC.
11516 case $host_os in
11517 aix3*)
11518 test "$enable_shared" = yes && enable_static=no
11519 if test -n "$RANLIB"; then
11520 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11521 postinstall_cmds='$RANLIB $lib'
11522 fi
11523 ;;
11524
11525 aix[4-9]*)
11526 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11527 test "$enable_shared" = yes && enable_static=no
11528 fi
11529 ;;
11530 esac
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11532$as_echo "$enable_shared" >&6; }
11533
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11535$as_echo_n "checking whether to build static libraries... " >&6; }
11536 # Make sure either enable_shared or enable_static is yes.
11537 test "$enable_shared" = yes || enable_static=yes
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11539$as_echo "$enable_static" >&6; }
11540
11541
11542
11543
11544fi
11545ac_ext=c
11546ac_cpp='$CPP $CPPFLAGS'
11547ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11548ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11549ac_compiler_gnu=$ac_cv_c_compiler_gnu
11550
11551CC="$lt_save_CC"
11552
11553
11554
11555
11556
11557
11558
11559
11560
b5bd9624 11561
b5bd9624 11562
b5bd9624 11563
b5bd9624 11564
6bb11ab3
L
11565 ac_config_commands="$ac_config_commands libtool"
11566
11567
11568
11569
11570# Only expand once:
11571
11572
5912fadd 11573
b5bd9624 11574
c906108c
SS
11575
11576
31e6ad7d
MF
11577
11578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11579$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11580 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11581if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11582 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11583else
11584 USE_MAINTAINER_MODE=no
c906108c 11585fi
31e6ad7d
MF
11586
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11588$as_echo "$USE_MAINTAINER_MODE" >&6; }
11589 if test $USE_MAINTAINER_MODE = yes; then
11590 MAINTAINER_MODE_TRUE=
11591 MAINTAINER_MODE_FALSE='#'
c906108c 11592else
31e6ad7d
MF
11593 MAINTAINER_MODE_TRUE='#'
11594 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11595fi
11596
31e6ad7d
MF
11597 MAINT=$MAINTAINER_MODE_TRUE
11598
11599
c906108c
SS
11600
11601
ce39bd38
MF
11602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11603$as_echo_n "checking for sim debug setting... " >&6; }
11604sim_debug="0"
81ecdfbb
RW
11605# Check whether --enable-sim-debug was given.
11606if test "${enable_sim_debug+set}" = set; then :
11607 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11608 yes) sim_debug="7";;
11609 no) sim_debug="0";;
11610 *) sim_debug="($enableval)";;
c906108c 11611esac
c906108c 11612fi
ce39bd38
MF
11613if test "$sim_debug" != "0"; then
11614
11615cat >>confdefs.h <<_ACEOF
11616#define DEBUG $sim_debug
11617_ACEOF
11618
81ecdfbb
RW
11619fi
11620
ce39bd38
MF
11621cat >>confdefs.h <<_ACEOF
11622#define WITH_DEBUG $sim_debug
11623_ACEOF
11624
11625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11626$as_echo "$sim_debug" >&6; }
c906108c
SS
11627
11628
ce39bd38
MF
11629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11630$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11631sim_stdio="0"
81ecdfbb
RW
11632# Check whether --enable-sim-stdio was given.
11633if test "${enable_sim_stdio+set}" = set; then :
11634 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11635 yes) sim_stdio="DO_USE_STDIO";;
11636 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11637 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11638esac
81ecdfbb
RW
11639fi
11640
ce39bd38
MF
11641cat >>confdefs.h <<_ACEOF
11642#define WITH_STDIO $sim_stdio
11643_ACEOF
11644
11645{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11646$as_echo "$sim_stdio" >&6; }
c906108c
SS
11647
11648
ce39bd38
MF
11649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11650$as_echo_n "checking for sim trace settings... " >&6; }
11651sim_trace="~TRACE_debug"
81ecdfbb
RW
11652# Check whether --enable-sim-trace was given.
11653if test "${enable_sim_trace+set}" = set; then :
11654 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11655 yes) sim_trace="-1";;
11656 no) sim_trace="0";;
c906108c 11657 [-0-9]*)
ce39bd38 11658 sim_trace="'(${enableval})'";;
2232061b 11659 [[:lower:]]*)
c906108c
SS
11660 sim_trace=""
11661 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11662 if test x"$sim_trace" = x; then
ce39bd38 11663 sim_trace="(TRACE_$x"
c906108c
SS
11664 else
11665 sim_trace="${sim_trace}|TRACE_$x"
11666 fi
11667 done
ce39bd38 11668 sim_trace="$sim_trace)" ;;
c906108c 11669esac
81ecdfbb
RW
11670fi
11671
ce39bd38
MF
11672cat >>confdefs.h <<_ACEOF
11673#define WITH_TRACE $sim_trace
11674_ACEOF
11675
11676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11677$as_echo "$sim_trace" >&6; }
c906108c
SS
11678
11679
ce39bd38
MF
11680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11681$as_echo_n "checking for sim profile settings... " >&6; }
11682profile="1"
11683sim_profile="-1"
81ecdfbb
RW
11684# Check whether --enable-sim-profile was given.
11685if test "${enable_sim_profile+set}" = set; then :
11686 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11687 yes) profile="1" sim_profile="-1";;
11688 no) profile="0" sim_profile="0";;
c906108c 11689 [-0-9]*)
ce39bd38 11690 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11691 [a-z]*)
ce39bd38 11692 profile="1"
c906108c
SS
11693 sim_profile=""
11694 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11695 if test x"$sim_profile" = x; then
ce39bd38 11696 sim_profile="(PROFILE_$x"
c906108c
SS
11697 else
11698 sim_profile="${sim_profile}|PROFILE_$x"
11699 fi
11700 done
ce39bd38 11701 sim_profile="$sim_profile)" ;;
c906108c 11702esac
81ecdfbb
RW
11703fi
11704
ce39bd38
MF
11705cat >>confdefs.h <<_ACEOF
11706#define PROFILE $profile
11707_ACEOF
c906108c
SS
11708
11709
ce39bd38
MF
11710cat >>confdefs.h <<_ACEOF
11711#define WITH_PROFILE $sim_profile
11712_ACEOF
11713
11714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11715$as_echo "$sim_profile" >&6; }
11716
11717
11718
11719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11720$as_echo_n "checking whether to enable sim asserts... " >&6; }
11721sim_assert="1"
35656e95
MF
11722# Check whether --enable-sim-assert was given.
11723if test "${enable_sim_assert+set}" = set; then :
11724 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11725 yes) sim_assert="1";;
11726 no) sim_assert="0";;
d0ac1c44 11727 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11728esac
35656e95
MF
11729fi
11730
ce39bd38
MF
11731cat >>confdefs.h <<_ACEOF
11732#define WITH_ASSERT $sim_assert
11733_ACEOF
11734
11735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11736$as_echo "$sim_assert" >&6; }
11737
35656e95 11738
ce39bd38
MF
11739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11740$as_echo_n "checking default sim environment setting... " >&6; }
11741sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11742# Check whether --enable-sim-environment was given.
11743if test "${enable_sim_environment+set}" = set; then :
11744 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11745 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11746 user | USER) sim_environment="USER_ENVIRONMENT";;
11747 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11748 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11749 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11750esac
16f7876d
MF
11751fi
11752
ce39bd38
MF
11753cat >>confdefs.h <<_ACEOF
11754#define WITH_ENVIRONMENT $sim_environment
11755_ACEOF
11756
11757{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11758$as_echo "$sim_environment" >&6; }
11759
16f7876d 11760
347fe5bb
MF
11761sim_inline="-DDEFAULT_INLINE=0"
11762# Check whether --enable-sim-inline was given.
11763if test "${enable_sim_inline+set}" = set; then :
11764 enableval=$enable_sim_inline; sim_inline=""
11765case "$enableval" in
11766 no) sim_inline="-DDEFAULT_INLINE=0";;
11767 0) sim_inline="-DDEFAULT_INLINE=0";;
11768 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11769 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11770 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11771 new_flag=""
11772 case "$x" in
11773 *_INLINE=*) new_flag="-D$x";;
11774 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11775 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11776 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11777 esac
11778 if test x"$sim_inline" = x""; then
11779 sim_inline="$new_flag"
11780 else
11781 sim_inline="$sim_inline $new_flag"
11782 fi
11783 done;;
11784esac
11785if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11786 echo "Setting inline flags = $sim_inline" 6>&1
11787fi
11788fi
11789
11790
11791
6efef468 11792
81ecdfbb
RW
11793# Check whether --with-pkgversion was given.
11794if test "${with_pkgversion+set}" = set; then :
11795 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11796 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11797 no) PKGVERSION= ;;
11798 *) PKGVERSION="($withval) " ;;
11799 esac
11800else
bf12d44e 11801 PKGVERSION="(SIM) "
6efef468 11802
81ecdfbb
RW
11803fi
11804
6efef468
JM
11805
11806
11807
11808
81ecdfbb
RW
11809# Check whether --with-bugurl was given.
11810if test "${with_bugurl+set}" = set; then :
11811 withval=$with_bugurl; case "$withval" in
d0ac1c44 11812 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11813 no) BUGURL=
11814 ;;
11815 *) BUGURL="$withval"
11816 ;;
11817 esac
11818else
dfb856ba 11819 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11820
81ecdfbb
RW
11821fi
11822
6efef468
JM
11823 case ${BUGURL} in
11824 "")
11825 REPORT_BUGS_TO=
11826 REPORT_BUGS_TEXI=
11827 ;;
11828 *)
11829 REPORT_BUGS_TO="<$BUGURL>"
11830 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11831 ;;
11832 esac;
11833
11834
11835
11836
11837cat >>confdefs.h <<_ACEOF
11838#define PKGVERSION "$PKGVERSION"
11839_ACEOF
11840
11841
11842cat >>confdefs.h <<_ACEOF
11843#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11844_ACEOF
11845
11846
81ecdfbb
RW
11847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11848$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11849if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11850 $as_echo_n "(cached) " >&6
c906108c 11851else
81ecdfbb 11852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11853/* end confdefs.h. */
c906108c
SS
11854#include <sys/types.h>
11855#include <signal.h>
c906108c 11856
b7026657
AC
11857int
11858main ()
11859{
81ecdfbb 11860return *(signal (0, 0)) (0) == 1;
b7026657
AC
11861 ;
11862 return 0;
11863}
11864_ACEOF
81ecdfbb
RW
11865if ac_fn_c_try_compile "$LINENO"; then :
11866 ac_cv_type_signal=int
c906108c 11867else
81ecdfbb 11868 ac_cv_type_signal=void
c906108c 11869fi
81ecdfbb 11870rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11871fi
81ecdfbb
RW
11872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11873$as_echo "$ac_cv_type_signal" >&6; }
c906108c 11874
b7026657 11875cat >>confdefs.h <<_ACEOF
c906108c 11876#define RETSIGTYPE $ac_cv_type_signal
b7026657 11877_ACEOF
c906108c
SS
11878
11879
cd0fc7c3
SS
11880
11881
c906108c 11882
c906108c 11883
c906108c
SS
11884wire_alignment="NONSTRICT_ALIGNMENT"
11885default_alignment=""
11886
81ecdfbb
RW
11887# Check whether --enable-sim-alignment was given.
11888if test "${enable_sim_alignment+set}" = set; then :
11889 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11890 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11891 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11892 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11893 yes) if test x"$wire_alignment" != x; then
11894 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11895 else
11896 if test x"$default_alignment" != x; then
11897 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11898 else
11899 echo "No hard-wired alignment for target $target" 1>&6
11900 sim_alignment="-DWITH_ALIGNMENT=0"
11901 fi
11902 fi;;
11903 no) if test x"$default_alignment" != x; then
11904 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11905 else
11906 if test x"$wire_alignment" != x; then
11907 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11908 else
11909 echo "No default alignment for target $target" 1>&6
11910 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11911 fi
11912 fi;;
d0ac1c44 11913 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11914esac
11915if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11916 echo "Setting alignment flags = $sim_alignment" 6>&1
11917fi
11918else
11919 if test x"$default_alignment" != x; then
11920 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11921else
11922 if test x"$wire_alignment" != x; then
11923 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11924 else
11925 sim_alignment=
11926 fi
11927fi
81ecdfbb
RW
11928fi
11929
c906108c 11930
2232061b
MF
11931# Check whether --enable-werror was given.
11932if test "${enable_werror+set}" = set; then :
11933 enableval=$enable_werror; case "${enableval}" in
11934 yes | y) ERROR_ON_WARNING="yes" ;;
11935 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11936 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11937 esac
11938fi
11939
11940
11941# Enable -Werror by default when using gcc
11942if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11943 ERROR_ON_WARNING=yes
51216631 11944fi
2232061b
MF
11945
11946WERROR_CFLAGS=""
2232061b 11947
2232061b 11948build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 11949-Wpointer-sign \
2232061b 11950-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
11951-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11952-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11953-Wold-style-declaration -Wold-style-definition"
2232061b
MF
11954
11955# Enable -Wno-format by default when using gcc on mingw since many
11956# GCC versions complain about %I64.
11957case "${host}" in
11958 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 11959 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
11960esac
11961
81ecdfbb
RW
11962# Check whether --enable-build-warnings was given.
11963if test "${enable_build_warnings+set}" = set; then :
11964 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
11965 yes) ;;
11966 no) build_warnings="-w";;
11967 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11968 build_warnings="${build_warnings} ${t}";;
11969 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11970 build_warnings="${t} ${build_warnings}";;
11971 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11972esac
11973if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11974 echo "Setting compiler warning flags = $build_warnings" 6>&1
11975fi
81ecdfbb
RW
11976fi
11977# Check whether --enable-sim-build-warnings was given.
11978if test "${enable_sim_build_warnings+set}" = set; then :
11979 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
11980 yes) ;;
11981 no) build_warnings="-w";;
11982 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 11983 build_warnings="${build_warnings} ${t}";;
c906108c 11984 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
11985 build_warnings="${t} ${build_warnings}";;
11986 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
11987esac
11988if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
11989 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11990fi
81ecdfbb
RW
11991fi
11992WARN_CFLAGS=""
d4f3574e
SS
11993if test "x${build_warnings}" != x -a "x$GCC" = xyes
11994then
81ecdfbb
RW
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11996$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
11997 # Separate out the -Werror flag as some files just cannot be
11998 # compiled with it enabled.
11999 for w in ${build_warnings}; do
12000 case $w in
12001 -Werr*) WERROR_CFLAGS=-Werror ;;
12002 *) # Check that GCC accepts it
12003 saved_CFLAGS="$CFLAGS"
1f195bc3 12004 CFLAGS="$CFLAGS -Werror $w"
81ecdfbb 12005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12006/* end confdefs.h. */
c8cca39f 12007
b7026657
AC
12008int
12009main ()
12010{
c8cca39f 12011
b7026657
AC
12012 ;
12013 return 0;
12014}
12015_ACEOF
81ecdfbb 12016if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 12017 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 12018fi
81ecdfbb 12019rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
12020 CFLAGS="$saved_CFLAGS"
12021 esac
12022 done
2232061b
MF
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12024$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
12025fi
12026
12027
e6c674b8 12028default_sim_reserved_bits="1"
81ecdfbb
RW
12029# Check whether --enable-sim-reserved-bits was given.
12030if test "${enable_sim_reserved_bits+set}" = set; then :
12031 enableval=$enable_sim_reserved_bits; case "${enableval}" in
e6c674b8
CD
12032 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
12033 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 12034 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
e6c674b8
CD
12035esac
12036if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
12037 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
12038fi
12039else
12040 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
12041fi
12042
e6c674b8 12043
c906108c
SS
12044# DEPRECATED
12045#
12046# Instead of defining a `subtarget' macro, code should be checking
12047# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
12048# in question.
12049#
12050case "${target}" in
4c54fc26 12051 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
c906108c 12052 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
109ad085 12053 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
cc220243 12054 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
1e799e28
CD
12055 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
12056 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
c906108c
SS
12057 *) SIM_SUBTARGET="";;
12058esac
12059
12060
12061
12062
12063#
12064# Select the byte order of the target
12065#
12066mips_endian=
12067default_endian=
12068case "${target}" in
1ac72f06
MF
12069 mips64el*-*-*) mips_endian=LITTLE ;;
12070 mips64vr*el-*-*) default_endian=LITTLE ;;
12071 mips64*-*-*) default_endian=BIG ;;
12072 mips16*-*-*) default_endian=BIG ;;
12073 mipsisa32*-*-*) default_endian=BIG ;;
12074 mipsisa64*-*-*) default_endian=BIG ;;
12075 mips*-*-*) default_endian=BIG ;;
12076 *) default_endian=BIG ;;
c906108c
SS
12077esac
12078
12079wire_endian="$mips_endian"
12080default_endian="$default_endian"
81ecdfbb
RW
12081# Check whether --enable-sim-endian was given.
12082if test "${enable_sim_endian+set}" = set; then :
12083 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
12084 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
12085 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 12086 yes) if test x"$wire_endian" != x; then
1ac72f06 12087 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 12088 else
1ac72f06
MF
12089 if test x"$default_endian" != x; then
12090 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12091 else
12092 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 12093 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
12094 fi
12095 fi;;
12096 no) if test x"$default_endian" != x; then
1ac72f06 12097 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12098 else
12099 if test x"$wire_endian" != x; then
1ac72f06 12100 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
12101 else
12102 echo "No default endian for target $target" 1>&6
1ac72f06 12103 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
12104 fi
12105 fi;;
d0ac1c44 12106 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
12107esac
12108if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12109 echo "Setting endian flags = $sim_endian" 6>&1
12110fi
12111else
12112 if test x"$default_endian" != x; then
1ac72f06 12113 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12114else
12115 if test x"$wire_endian" != x; then
1ac72f06 12116 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
12117 else
12118 sim_endian=
12119 fi
12120fi
81ecdfbb
RW
12121fi
12122
c906108c
SS
12123
12124
12125
12126#
12127# Select the bitsize of the target
12128#
12129mips_addr_bitsize=
12130case "${target}" in
109ad085 12131 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
cc220243 12132 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
12133 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
12134 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1e799e28
CD
12135 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
12136 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
12137 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
12138 *) mips_bitsize=64 ; mips_msb=63 ;;
12139esac
12140wire_word_bitsize="$mips_bitsize"
12141wire_word_msb="$mips_msb"
12142wire_address_bitsize="$mips_addr_bitsize"
12143wire_cell_bitsize=""
81ecdfbb
RW
12144# Check whether --enable-sim-bitsize was given.
12145if test "${enable_sim_bitsize+set}" = set; then :
12146 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
12147case "${enableval}" in
12148 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
12149 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
12150 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12151 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12152 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12153 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
12154 else
12155 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
12156 fi ;;
12157 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12158 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
12159 else
12160 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
12161 fi ;;
d0ac1c44 12162 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12163esac
12164# address bitsize
12165tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
12166case x"${tmp}" in
12167 x ) ;;
12168 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
12169 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 12170 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12171esac
12172# cell bitsize
12173tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
12174case x"${tmp}" in
12175 x ) ;;
12176 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
12177 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 12178 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12179esac
12180if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
12181 echo "Setting bitsize flags = $sim_bitsize" 6>&1
12182fi
12183else
12184 sim_bitsize=""
12185if test x"$wire_word_bitsize" != x; then
12186 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
12187fi
12188if test x"$wire_word_msb" != x; then
12189 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
12190fi
12191if test x"$wire_address_bitsize" != x; then
12192 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
12193fi
12194if test x"$wire_cell_bitsize" != x; then
12195 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
12196fi
81ecdfbb
RW
12197fi
12198
c906108c
SS
12199
12200
12201
12202#
12203# Select the floating hardware support of the target
12204#
12205mips_fpu=HARDWARE_FLOATING_POINT
12206mips_fpu_bitsize=
12207case "${target}" in
4b5d35ee 12208 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
109ad085 12209 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
cc220243 12210 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
12211 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
12212 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1e799e28
CD
12213 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
12214 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
12215 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
12216 *) mips_fpu=HARD_FLOATING_POINT ;;
12217esac
12218
12219default_sim_float="$mips_fpu"
12220default_sim_float_bitsize="$mips_fpu_bitsize"
81ecdfbb
RW
12221# Check whether --enable-sim-float was given.
12222if test "${enable_sim_float+set}" = set; then :
12223 enableval=$enable_sim_float; case "${enableval}" in
c906108c
SS
12224 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
12225 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
12226 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
12227 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
d0ac1c44 12228 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
c906108c
SS
12229esac
12230if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
12231 echo "Setting float flags = $sim_float" 6>&1
12232fi
12233else
b7026657 12234
c906108c
SS
12235sim_float=
12236if test x"${default_sim_float}" != x""; then
12237 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
12238fi
12239if test x"${default_sim_float_bitsize}" != x""; then
12240 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
12241fi
12242
81ecdfbb
RW
12243fi
12244
c906108c
SS
12245
12246
12247
c906108c
SS
12248#
12249# Select the IGEN architecture
12250#
12251sim_gen=IGEN
12252sim_igen_machine="-M mipsIV"
139181c8 12253sim_m16_machine="-M mips16,mipsIII"
c906108c
SS
12254sim_igen_filter="32,64,f"
12255sim_m16_filter="16"
4c54fc26
CD
12256sim_mach_default="mips8000"
12257
c906108c
SS
12258case "${target}" in
12259 mips*tx39*) sim_gen=IGEN
12260 sim_igen_filter="32,f"
12261 sim_igen_machine="-M r3900"
12262 ;;
12263 mips64vr43*-*-*) sim_gen=IGEN
12264 sim_igen_machine="-M mipsIV"
4c54fc26 12265 sim_mach_default="mips8000"
c906108c
SS
12266 ;;
12267 mips64vr5*-*-*) sim_gen=IGEN
12268 sim_igen_machine="-M vr5000"
4c54fc26 12269 sim_mach_default="mips5000"
c906108c
SS
12270 ;;
12271 mips64vr41*) sim_gen=M16
12272 sim_igen_machine="-M vr4100"
12273 sim_m16_machine="-M vr4100"
12274 sim_igen_filter="32,64,f"
12275 sim_m16_filter="16"
4c54fc26 12276 sim_mach_default="mips4100"
c906108c 12277 ;;
4c54fc26
CD
12278 mips64vr-*-* | mips64vrel-*-*)
12279 sim_gen=MULTI
12280 sim_multi_configs="\
12281 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
12282 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
12283 vr5000:mipsIV:32,64,f:mips4300,mips5000\
12284 vr5400:mipsIV,vr5400:32,64,f:mips5400\
12285 vr5500:mipsIV,vr5500:32,64,f:mips5500"
12286 sim_multi_default=mips5000
12287 ;;
cc220243 12288 mips*-sde-elf* | mips*-mti-elf*)
8e394ffc
AB
12289 sim_gen=MULTI
12290 sim_multi_configs="\
12291 micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
12292 mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
12293 sim_multi_default=mipsisa64r2
109ad085 12294 ;;
c906108c
SS
12295 mips64*-*-*) sim_igen_filter="32,64,f"
12296 sim_gen=IGEN
12297 ;;
12298 mips16*-*-*) sim_gen=M16
12299 sim_igen_filter="32,64,f"
12300 sim_m16_filter="16"
12301 ;;
8e394ffc
AB
12302 mipsisa32r2*-*-*) sim_gen=MULTI
12303 sim_multi_configs="\
12304 micromips:micromips32,micromipsdsp:32,f:mips_micromips\
12305 mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
12306 sim_multi_default=mipsisa32r2
e70cb6cd 12307 ;;
d5fb0879
RS
12308 mipsisa32*-*-*) sim_gen=M16
12309 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
12310 sim_m16_machine="-M mips16,mips16e,mips32"
12311 sim_igen_filter="32,f"
12312 sim_mach_default="mipsisa32"
1e799e28 12313 ;;
d5fb0879
RS
12314 mipsisa64r2*-*-*) sim_gen=M16
12315 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
12316 sim_m16_machine="-M mips16,mips16e,mips64r2"
12317 sim_igen_filter="32,64,f"
12318 sim_mach_default="mipsisa64r2"
e70cb6cd 12319 ;;
7cbea089 12320 mipsisa64sb1*-*-*) sim_gen=IGEN
109ad085 12321 sim_igen_machine="-M mips64,mips3d,sb1"
7cbea089 12322 sim_igen_filter="32,64,f"
4c54fc26 12323 sim_mach_default="mips_sb1"
7cbea089 12324 ;;
d5fb0879
RS
12325 mipsisa64*-*-*) sim_gen=M16
12326 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
12327 sim_m16_machine="-M mips16,mips16e,mips64"
12328 sim_igen_filter="32,64,f"
12329 sim_mach_default="mipsisa64"
1e799e28 12330 ;;
109ad085 12331 mips*lsi*) sim_gen=M16
c906108c
SS
12332 sim_igen_machine="-M mipsIII,mips16"
12333 sim_m16_machine="-M mips16,mipsIII"
12334 sim_igen_filter="32,f"
12335 sim_m16_filter="16"
4c54fc26 12336 sim_mach_default="mips4000"
109ad085 12337 ;;
c906108c
SS
12338 mips*-*-*) sim_gen=IGEN
12339 sim_igen_filter="32,f"
12340 ;;
12341esac
4c54fc26
CD
12342
12343# The MULTI generator can combine several simulation engines into one.
12344# executable. A configuration which uses the MULTI should set two
12345# variables: ${sim_multi_configs} and ${sim_multi_default}.
12346#
12347# ${sim_multi_configs} is the list of engines to build. Each
12348# space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
12349# where:
12350#
12351# - NAME is a C-compatible prefix for the engine,
12352# - MACHINE is a -M argument,
12353# - FILTER is a -F argument, and
12354# - BFDMACHS is a comma-separated list of bfd machines that the
12355# simulator can run.
12356#
12357# Each entry will have a separate simulation engine whose prefix is
12358# m32<NAME>. If the machine list includes "mips16", there will also
12359# be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
12360# generated using the same machine list as the 32-bit version,
12361# but the filter will be "16" instead of FILTER.
12362#
12363# The simulator compares the bfd mach against BFDMACHS to decide
12364# which engine to use. Entries in BFDMACHS should be bfd_mach
12365# values with "bfd_mach_" removed. ${sim_multi_default} says
12366# which entry should be the default.
12367if test ${sim_gen} = MULTI; then
12368
12369 # Simple sanity check.
12370 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
d0ac1c44 12371 as_fn_error $? "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
4c54fc26
CD
12372 fi
12373
12374 # Start in a known state.
12375 rm -f multi-include.h multi-run.c
12376 sim_multi_flags=
12377 sim_multi_src=
8e394ffc 12378 sim_multi_obj=
4c54fc26
CD
12379 sim_multi_igen_configs=
12380 sim_seen_default=no
12381
12382 cat << __EOF__ > multi-run.c
12383/* Main entry point for MULTI simulators.
46f900c0 12384 Copyright (C) 2003-2021 Free Software Foundation, Inc.
4c54fc26
CD
12385
12386 This program is free software; you can redistribute it and/or modify
12387 it under the terms of the GNU General Public License as published by
35ee6e1e 12388 the Free Software Foundation; either version 3 of the License, or
4c54fc26
CD
12389 (at your option) any later version.
12390
12391 This program is distributed in the hope that it will be useful,
12392 but WITHOUT ANY WARRANTY; without even the implied warranty of
12393 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12394 GNU General Public License for more details.
12395
12396 You should have received a copy of the GNU General Public License
35ee6e1e 12397 along with this program. If not, see <http://www.gnu.org/licenses/>.
4c54fc26
CD
12398
12399 --
12400
12401 This file was generated by sim/mips/configure. */
12402
12403#include "sim-main.h"
12404#include "multi-include.h"
8e394ffc
AB
12405#include "elf-bfd.h"
12406#include "elf/mips.h"
4c54fc26
CD
12407
12408#define SD sd
12409#define CPU cpu
12410
12411void
12412sim_engine_run (SIM_DESC sd,
12413 int next_cpu_nr,
12414 int nr_cpus,
12415 int signal) /* ignore */
12416{
12417 int mach;
12418
12419 if (STATE_ARCHITECTURE (sd) == NULL)
12420 mach = bfd_mach_${sim_multi_default};
1554f758 12421 else if (elf_elfheader (STATE_PROG_BFD (sd))->e_flags
8e394ffc
AB
12422 & EF_MIPS_ARCH_ASE_MICROMIPS)
12423 mach = bfd_mach_mips_micromips;
4c54fc26
CD
12424 else
12425 mach = STATE_ARCHITECTURE (SD)->mach;
12426
12427 switch (mach)
12428 {
12429__EOF__
12430
12431 for fc in ${sim_multi_configs}; do
12432
12433 # Split up the entry. ${c} contains the first three elements.
12434 # Note: outer sqaure brackets are m4 quotes.
12435 c=`echo ${fc} | sed 's/:[^:]*$//'`
12436 bfdmachs=`echo ${fc} | sed 's/.*://'`
12437 name=`echo ${c} | sed 's/:.*//'`
12438 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
12439 filter=`echo ${c} | sed 's/.*://'`
12440
12441 # Build the following lists:
12442 #
12443 # sim_multi_flags: all -M and -F flags used by the simulator
12444 # sim_multi_src: all makefile-generated source files
12445 # sim_multi_obj: the objects for ${sim_multi_src}
12446 # sim_multi_igen_configs: igen configuration strings.
12447 #
12448 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
12449 # or m16) followed by the NAME, MACHINE and FILTER part of
12450 # the ${sim_multi_configs} entry.
12451 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
12452
8e394ffc 12453 # Check whether special handling is needed.
4c54fc26
CD
12454 case ${c} in
12455 *:*mips16*:*)
12456 # Run igen twice, once for normal mode and once for mips16.
12457 ws="m32 m16"
12458
12459 # The top-level function for the mips16 simulator is
12460 # in a file m16${name}_run.c, generated by the
12461 # tmp-run-multi Makefile rule.
12462 sim_multi_src="${sim_multi_src} m16${name}_run.c"
12463 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
12464 sim_multi_flags="${sim_multi_flags} -F 16"
12465 ;;
8e394ffc
AB
12466 *:*micromips32*:*)
12467 # Run igen thrice, once for micromips32, once for micromips16,
12468 # and once for m32.
12469 ws="micromips_m32 micromips16 micromips32"
12470
12471 # The top-level function for the micromips simulator is
12472 # in a file micromips${name}_run.c, generated by the
12473 # tmp-run-multi Makefile rule.
12474 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
12475 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
12476 sim_multi_flags="${sim_multi_flags} -F 16,32"
12477 ;;
12478 *:*micromips64*:*)
12479 # Run igen thrice, once for micromips64, once for micromips16,
12480 # and once for m64.
12481 ws="micromips_m64 micromips16 micromips64"
12482
12483 # The top-level function for the micromips simulator is
12484 # in a file micromips${name}_run.c, generated by the
12485 # tmp-run-multi Makefile rule.
12486 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
12487 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
12488 sim_multi_flags="${sim_multi_flags} -F 16,32,64"
12489 ;;
4c54fc26
CD
12490 *)
12491 ws=m32
12492 ;;
12493 esac
12494
12495 # Now add the list of igen-generated files to ${sim_multi_src}
12496 # and ${sim_multi_obj}.
12497 for w in ${ws}; do
12498 for base in engine icache idecode model semantics support; do
12499 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
12500 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
12501 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
12502 done
12503 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
12504 done
12505
12506 # Add an include for the engine.h file. This file declares the
12507 # top-level foo_engine_run() function.
12508 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
12509
12510 # Add case statements for this engine to sim_engine_run().
12511 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
12512 echo " case bfd_mach_${mach}:" >> multi-run.c
12513 if test ${mach} = ${sim_multi_default}; then
12514 echo " default:" >> multi-run.c
12515 sim_seen_default=yes
12516 fi
12517 done
12518 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
12519 >> multi-run.c
12520 echo " break;" >> multi-run.c
12521 done
12522
12523 # Check whether we added a 'default:' label.
12524 if test ${sim_seen_default} = no; then
d0ac1c44 12525 as_fn_error $? "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
4c54fc26
CD
12526 fi
12527
12528 cat << __EOF__ >> multi-run.c
12529 }
12530}
12531
12532int
12533mips_mach_multi (SIM_DESC sd)
12534{
12535 if (STATE_ARCHITECTURE (sd) == NULL)
12536 return bfd_mach_${sim_multi_default};
12537
12538 switch (STATE_ARCHITECTURE (SD)->mach)
12539 {
12540__EOF__
12541
12542 # Add case statements for this engine to mips_mach_multi().
12543 for fc in ${sim_multi_configs}; do
12544
12545 # Split up the entry. ${c} contains the first three elements.
12546 # Note: outer sqaure brackets are m4 quotes.
12547 c=`echo ${fc} | sed 's/:[^:]*$//'`
12548 bfdmachs=`echo ${fc} | sed 's/.*://'`
12549
12550 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
12551 echo " case bfd_mach_${mach}:" >> multi-run.c
12552 done
12553 done
12554
12555 cat << __EOF__ >> multi-run.c
12556 return (STATE_ARCHITECTURE (SD)->mach);
12557 default:
12558 return bfd_mach_${sim_multi_default};
12559 }
12560}
12561__EOF__
12562
12563 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
12564else
12565 # For clean-extra
12566 sim_multi_src=doesnt-exist.c
12567
12568 if test x"${sim_mach_default}" = x""; then
d0ac1c44 12569 as_fn_error $? "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
4c54fc26
CD
12570 fi
12571 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
12572fi
c906108c
SS
12573sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
12574sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
8e394ffc
AB
12575sim_micromips16_flags=" -F ${sim_micromips16_filter} ${sim_micromips16_machine} ${sim_igen_smp}"
12576sim_micromips_flags=" -F ${sim_micromips_filter} ${sim_micromips_machine} ${sim_igen_smp}"
c906108c
SS
12577
12578
12579
12580
12581
4c54fc26
CD
12582
12583
12584
12585
c906108c
SS
12586#
12587# Add simulated hardware devices
12588#
9d903352 12589hw_extra_devices=""
c906108c
SS
12590case "${target}" in
12591 mips*tx39*)
b7026657 12592 hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
c906108c
SS
12593 ;;
12594 *)
c906108c
SS
12595 ;;
12596esac
12597
9d903352 12598hardware="cfi core pal glue $hw_extra_devices"
c906108c
SS
12599sim_hw_cflags="-DWITH_HW=1"
12600sim_hw="$hardware"
12601sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 12602
81ecdfbb
RW
12603# Check whether --enable-sim-hardware was given.
12604if test "${enable_sim_hardware+set}" = set; then :
12605 enableval=$enable_sim_hardware;
30452bbe 12606else
9d903352 12607 enable_sim_hardware="yes"
1517bd27
MF
12608fi
12609
12610case ${enable_sim_hardware} in
64dd13df
MF
12611 yes|no) ;;
12612 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
12613 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
12614 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c906108c 12615esac
1517bd27 12616
64dd13df 12617if test "$enable_sim_hardware" = no; then
c906108c
SS
12618 sim_hw_objs=
12619 sim_hw_cflags="-DWITH_HW=0"
12620 sim_hw=
12621else
12622 sim_hw_cflags="-DWITH_HW=1"
12623 # remove duplicates
12624 sim_hw=""
12625 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
b3a3ffef
HPN
12626 for i in $hardware ; do
12627 case " $sim_hw " in
c906108c
SS
12628 *" $i "*) ;;
12629 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
12630 esac
12631 done
3be31516 12632 # mingw does not support sockser
3be31516
JS
12633 case ${host} in
12634 *mingw*) ;;
49cd1634
MF
12635 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
12636 # that you instatiate. Instead, other code will call into it directly.
12637 # At some point, we should convert it over.
12638 sim_hw_objs="$sim_hw_objs dv-sockser.o"
3be31516
JS
12639
12640cat >>confdefs.h <<_ACEOF
12641#define HAVE_DV_SOCKSER 1
12642_ACEOF
12643
12644 ;;
12645 esac
1517bd27
MF
12646 if test x"$silent" != x"yes"; then
12647 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
3be31516 12648 fi
1517bd27
MF
12649 case " $hardware " in
12650 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 12651$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 12652if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
12653 $as_echo_n "(cached) " >&6
12654else
12655 ac_check_lib_save_LIBS=$LIBS
12656LIBS="-lm $LIBS"
12657cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12658/* end confdefs.h. */
12659
12660/* Override any GCC internal prototype to avoid an error.
12661 Use char because int might match the return type of a GCC
12662 builtin and then its argument prototype would still apply. */
12663#ifdef __cplusplus
12664extern "C"
12665#endif
12666char log2 ();
12667int
12668main ()
12669{
12670return log2 ();
12671 ;
12672 return 0;
12673}
12674_ACEOF
12675if ac_fn_c_try_link "$LINENO"; then :
12676 ac_cv_lib_m_log2=yes
12677else
12678 ac_cv_lib_m_log2=no
12679fi
12680rm -f core conftest.err conftest.$ac_objext \
12681 conftest$ac_exeext conftest.$ac_ext
12682LIBS=$ac_check_lib_save_LIBS
12683fi
12684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
12685$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 12686if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
12687 cat >>confdefs.h <<_ACEOF
12688#define HAVE_LIBM 1
12689_ACEOF
12690
12691 LIBS="-lm $LIBS"
12692
12693fi
12694;;
1517bd27
MF
12695 esac
12696fi
4399a56b 12697
c906108c 12698
c906108c
SS
12699
12700# Choose simulator engine
12701case "${target}" in
12702 *) mips_igen_engine="engine.o"
12703 ;;
12704esac
12705
12706
12707
81ecdfbb
RW
12708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
12709$as_echo_n "checking for X... " >&6; }
b7026657 12710
c906108c 12711
81ecdfbb
RW
12712# Check whether --with-x was given.
12713if test "${with_x+set}" = set; then :
12714 withval=$with_x;
12715fi
c906108c
SS
12716
12717# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
12718if test "x$with_x" = xno; then
12719 # The user explicitly disabled X.
12720 have_x=disabled
12721else
81ecdfbb 12722 case $x_includes,$x_libraries in #(
d0ac1c44
SM
12723 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
12724 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
81ecdfbb 12725 $as_echo_n "(cached) " >&6
c906108c
SS
12726else
12727 # One or both of the vars are not set, and there is no cached value.
b7026657 12728ac_x_includes=no ac_x_libraries=no
81ecdfbb 12729rm -f -r conftest.dir
b7026657
AC
12730if mkdir conftest.dir; then
12731 cd conftest.dir
b7026657 12732 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
12733incroot:
12734 @echo incroot='${INCROOT}'
12735usrlibdir:
12736 @echo usrlibdir='${USRLIBDIR}'
12737libdir:
12738 @echo libdir='${LIBDIR}'
12739_ACEOF
12740 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
d0ac1c44 12741 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
12742 for ac_var in incroot usrlibdir libdir; do
12743 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
12744 done
c906108c 12745 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
12746 for ac_extension in a so sl dylib la dll; do
12747 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
12748 test -f "$ac_im_libdir/libX11.$ac_extension"; then
b7026657 12749 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
12750 fi
12751 done
12752 # Screen out bogus values from the imake configuration. They are
12753 # bogus both because they are the default anyway, and because
12754 # using them would break gcc on systems where it needs fixed includes.
b7026657 12755 case $ac_im_incroot in
81ecdfbb 12756 /usr/include) ac_x_includes= ;;
b7026657 12757 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 12758 esac
b7026657 12759 case $ac_im_usrlibdir in
81ecdfbb 12760 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
b7026657 12761 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
12762 esac
12763 fi
12764 cd ..
81ecdfbb 12765 rm -f -r conftest.dir
c906108c
SS
12766fi
12767
b7026657
AC
12768# Standard set of common directories for X headers.
12769# Check X11 before X11Rn because it is often a symlink to the current release.
12770ac_x_header_dirs='
12771/usr/X11/include
81ecdfbb 12772/usr/X11R7/include
b7026657
AC
12773/usr/X11R6/include
12774/usr/X11R5/include
12775/usr/X11R4/include
12776
12777/usr/include/X11
81ecdfbb 12778/usr/include/X11R7
b7026657
AC
12779/usr/include/X11R6
12780/usr/include/X11R5
12781/usr/include/X11R4
12782
12783/usr/local/X11/include
81ecdfbb 12784/usr/local/X11R7/include
b7026657
AC
12785/usr/local/X11R6/include
12786/usr/local/X11R5/include
12787/usr/local/X11R4/include
12788
12789/usr/local/include/X11
81ecdfbb 12790/usr/local/include/X11R7
b7026657
AC
12791/usr/local/include/X11R6
12792/usr/local/include/X11R5
12793/usr/local/include/X11R4
12794
12795/usr/X386/include
12796/usr/x386/include
12797/usr/XFree86/include/X11
12798
12799/usr/include
12800/usr/local/include
12801/usr/unsupported/include
12802/usr/athena/include
12803/usr/local/x11r5/include
12804/usr/lpp/Xamples/include
12805
12806/usr/openwin/include
12807/usr/openwin/share/include'
12808
12809if test "$ac_x_includes" = no; then
81ecdfbb 12810 # Guess where to find include files, by looking for Xlib.h.
c906108c 12811 # First, try using that file with no special directory specified.
81ecdfbb 12812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12813/* end confdefs.h. */
81ecdfbb 12814#include <X11/Xlib.h>
b7026657 12815_ACEOF
81ecdfbb 12816if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
12817 # We can compile using X headers with no special include directory.
12818ac_x_includes=
12819else
b7026657 12820 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 12821 if test -r "$ac_dir/X11/Xlib.h"; then
b7026657
AC
12822 ac_x_includes=$ac_dir
12823 break
12824 fi
12825done
c906108c 12826fi
d0ac1c44 12827rm -f conftest.err conftest.i conftest.$ac_ext
b7026657 12828fi # $ac_x_includes = no
c906108c 12829
b7026657 12830if test "$ac_x_libraries" = no; then
c906108c 12831 # Check for the libraries.
c906108c
SS
12832 # See if we find them without any special options.
12833 # Don't add to $LIBS permanently.
b7026657 12834 ac_save_LIBS=$LIBS
81ecdfbb
RW
12835 LIBS="-lX11 $LIBS"
12836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12837/* end confdefs.h. */
81ecdfbb 12838#include <X11/Xlib.h>
b7026657
AC
12839int
12840main ()
12841{
81ecdfbb 12842XrmInitialize ()
b7026657
AC
12843 ;
12844 return 0;
12845}
12846_ACEOF
81ecdfbb 12847if ac_fn_c_try_link "$LINENO"; then :
b7026657 12848 LIBS=$ac_save_LIBS
c906108c
SS
12849# We can link X programs with no special library path.
12850ac_x_libraries=
12851else
81ecdfbb
RW
12852 LIBS=$ac_save_LIBS
12853for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
b7026657 12854do
81ecdfbb
RW
12855 # Don't even attempt the hair of trying to link an X program!
12856 for ac_extension in a so sl dylib la dll; do
12857 if test -r "$ac_dir/libX11.$ac_extension"; then
12858 ac_x_libraries=$ac_dir
12859 break 2
12860 fi
12861 done
12862done
b7026657 12863fi
81ecdfbb
RW
12864rm -f core conftest.err conftest.$ac_objext \
12865 conftest$ac_exeext conftest.$ac_ext
12866fi # $ac_x_libraries = no
b7026657 12867
81ecdfbb
RW
12868case $ac_x_includes,$ac_x_libraries in #(
12869 no,* | *,no | *\'*)
12870 # Didn't find X, or a directory has "'" in its name.
12871 ac_cv_have_x="have_x=no";; #(
12872 *)
12873 # Record where we found X for the cache.
12874 ac_cv_have_x="have_x=yes\
12875 ac_x_includes='$ac_x_includes'\
12876 ac_x_libraries='$ac_x_libraries'"
12877esac
b7026657 12878fi
81ecdfbb
RW
12879;; #(
12880 *) have_x=yes;;
12881 esac
12882 eval "$ac_cv_have_x"
12883fi # $with_x != no
b7026657 12884
81ecdfbb
RW
12885if test "$have_x" != yes; then
12886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
12887$as_echo "$have_x" >&6; }
12888 no_x=yes
b7026657 12889else
81ecdfbb
RW
12890 # If each of the values was on the command line, it overrides each guess.
12891 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
12892 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
12893 # Update the cache value to reflect the command line values.
12894 ac_cv_have_x="have_x=yes\
12895 ac_x_includes='$x_includes'\
12896 ac_x_libraries='$x_libraries'"
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
12898$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
b7026657 12899fi
b7026657 12900
81ecdfbb
RW
12901mips_extra_libs=""
12902
12903
81ecdfbb
RW
12904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
12905$as_echo_n "checking for fabs in -lm... " >&6; }
d0ac1c44 12906if ${ac_cv_lib_m_fabs+:} false; then :
81ecdfbb 12907 $as_echo_n "(cached) " >&6
b7026657
AC
12908else
12909 ac_check_lib_save_LIBS=$LIBS
12910LIBS="-lm $LIBS"
81ecdfbb 12911cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12912/* end confdefs.h. */
12913
81ecdfbb
RW
12914/* Override any GCC internal prototype to avoid an error.
12915 Use char because int might match the return type of a GCC
12916 builtin and then its argument prototype would still apply. */
b7026657
AC
12917#ifdef __cplusplus
12918extern "C"
12919#endif
b7026657
AC
12920char fabs ();
12921int
12922main ()
12923{
81ecdfbb 12924return fabs ();
b7026657
AC
12925 ;
12926 return 0;
12927}
12928_ACEOF
81ecdfbb 12929if ac_fn_c_try_link "$LINENO"; then :
b7026657
AC
12930 ac_cv_lib_m_fabs=yes
12931else
81ecdfbb 12932 ac_cv_lib_m_fabs=no
b7026657 12933fi
81ecdfbb
RW
12934rm -f core conftest.err conftest.$ac_objext \
12935 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12936LIBS=$ac_check_lib_save_LIBS
12937fi
81ecdfbb
RW
12938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
12939$as_echo "$ac_cv_lib_m_fabs" >&6; }
d0ac1c44 12940if test "x$ac_cv_lib_m_fabs" = xyes; then :
b7026657
AC
12941 cat >>confdefs.h <<_ACEOF
12942#define HAVE_LIBM 1
12943_ACEOF
12944
12945 LIBS="-lm $LIBS"
12946
12947fi
12948
b7026657 12949for ac_func in aint anint sqrt
81ecdfbb
RW
12950do :
12951 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12952ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 12953if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
b7026657 12954 cat >>confdefs.h <<_ACEOF
81ecdfbb 12955#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
b7026657
AC
12956_ACEOF
12957
12958fi
12959done
12960
12961
12962
b7026657
AC
12963cgen_breaks=""
12964if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12965cgen_breaks="break cgen_rtx_error";
12966fi
12967
81ecdfbb 12968ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 12969
81ecdfbb 12970ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 12971
81ecdfbb 12972ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 12973
81ecdfbb 12974ac_config_commands="$ac_config_commands Makefile"
38f48d72 12975
81ecdfbb 12976ac_config_commands="$ac_config_commands stamp-h"
38f48d72 12977
760b3e8b
MF
12978
12979
12980
12981
12982
12983
12984
12985
12986
12987
12988
12989
b7026657
AC
12990cat >confcache <<\_ACEOF
12991# This file is a shell script that caches the results of configure
12992# tests run on this system so they can be shared between configure
12993# scripts and configure runs, see configure's option --config-cache.
12994# It is not useful on other systems. If it contains results you don't
12995# want to keep, you may remove or edit it.
12996#
12997# config.status only pays attention to the cache file if you give it
12998# the --recheck option to rerun configure.
12999#
13000# `ac_cv_env_foo' variables (set or unset) will be overridden when
13001# loading this file, other *unset* `ac_cv_foo' will be assigned the
13002# following values.
13003
13004_ACEOF
13005
13006# The following way of writing the cache mishandles newlines in values,
13007# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13008# So, we kill variables containing newlines.
b7026657
AC
13009# Ultrix sh set writes to stderr and can't be redirected directly,
13010# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13011(
13012 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13013 eval ac_val=\$$ac_var
13014 case $ac_val in #(
13015 *${as_nl}*)
13016 case $ac_var in #(
13017 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13018$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13019 esac
13020 case $ac_var in #(
13021 _ | IFS | as_nl) ;; #(
13022 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13023 *) { eval $ac_var=; unset $ac_var;} ;;
13024 esac ;;
13025 esac
13026 done
13027
b7026657 13028 (set) 2>&1 |
81ecdfbb
RW
13029 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13030 *${as_nl}ac_space=\ *)
13031 # `set' does not quote correctly, so add quotes: double-quote
13032 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13033 sed -n \
13034 "s/'/'\\\\''/g;
13035 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13036 ;; #(
b7026657
AC
13037 *)
13038 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13039 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13040 ;;
81ecdfbb
RW
13041 esac |
13042 sort
13043) |
b7026657 13044 sed '
81ecdfbb 13045 /^ac_cv_env_/b end
b7026657 13046 t clear
81ecdfbb 13047 :clear
b7026657
AC
13048 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13049 t end
81ecdfbb
RW
13050 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13051 :end' >>confcache
13052if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13053 if test -w "$cache_file"; then
d0ac1c44 13054 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
13055 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13056$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
13057 if test ! -f "$cache_file" || test -h "$cache_file"; then
13058 cat confcache >"$cache_file"
13059 else
13060 case $cache_file in #(
13061 */* | ?:*)
13062 mv -f confcache "$cache_file"$$ &&
13063 mv -f "$cache_file"$$ "$cache_file" ;; #(
13064 *)
13065 mv -f confcache "$cache_file" ;;
13066 esac
13067 fi
13068 fi
b7026657 13069 else
81ecdfbb
RW
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13071$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13072 fi
13073fi
13074rm -f confcache
13075
13076test "x$prefix" = xNONE && prefix=$ac_default_prefix
13077# Let make expand exec_prefix.
13078test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13079
b7026657
AC
13080DEFS=-DHAVE_CONFIG_H
13081
13082ac_libobjs=
13083ac_ltlibobjs=
d0ac1c44 13084U=
b7026657
AC
13085for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13086 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13087 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13088 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13089 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13090 # will be set to the directory where LIBOBJS objects are built.
13091 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13092 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13093done
13094LIBOBJS=$ac_libobjs
13095
13096LTLIBOBJS=$ac_ltlibobjs
13097
13098
0cb8d851 13099
6bb11ab3 13100if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 13101 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
13102Usually this means the macro was only invoked conditionally." "$LINENO" 5
13103fi
31e6ad7d 13104if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 13105 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
13106Usually this means the macro was only invoked conditionally." "$LINENO" 5
13107fi
b7026657 13108
d0ac1c44 13109: "${CONFIG_STATUS=./config.status}"
81ecdfbb 13110ac_write_fail=0
b7026657
AC
13111ac_clean_files_save=$ac_clean_files
13112ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13113{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13114$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13115as_write_fail=0
13116cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13117#! $SHELL
13118# Generated by $as_me.
13119# Run this file to recreate the current configuration.
13120# Compiler output produced by configure, useful for debugging
13121# configure, is in config.log if it exists.
c906108c 13122
b7026657
AC
13123debug=false
13124ac_cs_recheck=false
13125ac_cs_silent=false
b7026657 13126
81ecdfbb
RW
13127SHELL=\${CONFIG_SHELL-$SHELL}
13128export SHELL
13129_ASEOF
13130cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13131## -------------------- ##
13132## M4sh Initialization. ##
13133## -------------------- ##
13134
13135# Be more Bourne compatible
13136DUALCASE=1; export DUALCASE # for MKS sh
13137if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13138 emulate sh
13139 NULLCMD=:
81ecdfbb 13140 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13141 # is contrary to our usage. Disable this feature.
13142 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13143 setopt NO_GLOB_SUBST
13144else
13145 case `(set -o) 2>/dev/null` in #(
13146 *posix*) :
13147 set -o posix ;; #(
13148 *) :
13149 ;;
13150esac
c906108c 13151fi
b7026657 13152
81ecdfbb
RW
13153
13154as_nl='
13155'
13156export as_nl
13157# Printing a long string crashes Solaris 7 /usr/bin/printf.
13158as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13159as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13160as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13161# Prefer a ksh shell builtin over an external printf program on Solaris,
13162# but without wasting forks for bash or zsh.
13163if test -z "$BASH_VERSION$ZSH_VERSION" \
13164 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13165 as_echo='print -r --'
13166 as_echo_n='print -rn --'
13167elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13168 as_echo='printf %s\n'
13169 as_echo_n='printf %s'
13170else
13171 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13172 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13173 as_echo_n='/usr/ucb/echo -n'
13174 else
13175 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13176 as_echo_n_body='eval
13177 arg=$1;
13178 case $arg in #(
13179 *"$as_nl"*)
13180 expr "X$arg" : "X\\(.*\\)$as_nl";
13181 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13182 esac;
13183 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13184 '
13185 export as_echo_n_body
13186 as_echo_n='sh -c $as_echo_n_body as_echo'
13187 fi
13188 export as_echo_body
13189 as_echo='sh -c $as_echo_body as_echo'
c906108c 13190fi
b7026657 13191
81ecdfbb
RW
13192# The user is always right.
13193if test "${PATH_SEPARATOR+set}" != set; then
13194 PATH_SEPARATOR=:
13195 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13196 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13197 PATH_SEPARATOR=';'
13198 }
13199fi
13200
13201
13202# IFS
13203# We need space, tab and new line, in precisely that order. Quoting is
13204# there to prevent editors from complaining about space-tab.
13205# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13206# splitting by setting IFS to empty value.)
13207IFS=" "" $as_nl"
13208
13209# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 13210as_myself=
81ecdfbb
RW
13211case $0 in #((
13212 *[\\/]* ) as_myself=$0 ;;
13213 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13214for as_dir in $PATH
13215do
13216 IFS=$as_save_IFS
13217 test -z "$as_dir" && as_dir=.
13218 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13219 done
13220IFS=$as_save_IFS
b7026657 13221
81ecdfbb
RW
13222 ;;
13223esac
13224# We did not find ourselves, most probably we were run as `sh COMMAND'
13225# in which case we are not to be found in the path.
13226if test "x$as_myself" = x; then
13227 as_myself=$0
13228fi
13229if test ! -f "$as_myself"; then
13230 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13231 exit 1
13232fi
13233
13234# Unset variables that we do not need and which cause bugs (e.g. in
13235# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13236# suppresses any "Segmentation fault" message there. '((' could
13237# trigger a bug in pdksh 5.2.14.
13238for as_var in BASH_ENV ENV MAIL MAILPATH
13239do eval test x\${$as_var+set} = xset \
13240 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13241done
b7026657
AC
13242PS1='$ '
13243PS2='> '
13244PS4='+ '
13245
13246# NLS nuisances.
81ecdfbb
RW
13247LC_ALL=C
13248export LC_ALL
13249LANGUAGE=C
13250export LANGUAGE
13251
13252# CDPATH.
13253(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13254
13255
d0ac1c44
SM
13256# as_fn_error STATUS ERROR [LINENO LOG_FD]
13257# ----------------------------------------
81ecdfbb
RW
13258# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13259# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 13260# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
13261as_fn_error ()
13262{
d0ac1c44
SM
13263 as_status=$1; test $as_status -eq 0 && as_status=1
13264 if test "$4"; then
13265 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13266 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 13267 fi
d0ac1c44 13268 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
13269 as_fn_exit $as_status
13270} # as_fn_error
13271
13272
13273# as_fn_set_status STATUS
13274# -----------------------
13275# Set $? to STATUS, without forking.
13276as_fn_set_status ()
13277{
13278 return $1
13279} # as_fn_set_status
13280
13281# as_fn_exit STATUS
13282# -----------------
13283# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13284as_fn_exit ()
13285{
13286 set +e
13287 as_fn_set_status $1
13288 exit $1
13289} # as_fn_exit
13290
13291# as_fn_unset VAR
13292# ---------------
13293# Portably unset VAR.
13294as_fn_unset ()
13295{
13296 { eval $1=; unset $1;}
13297}
13298as_unset=as_fn_unset
13299# as_fn_append VAR VALUE
13300# ----------------------
13301# Append the text in VALUE to the end of the definition contained in VAR. Take
13302# advantage of any shell optimizations that allow amortized linear growth over
13303# repeated appends, instead of the typical quadratic growth present in naive
13304# implementations.
13305if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13306 eval 'as_fn_append ()
13307 {
13308 eval $1+=\$2
13309 }'
13310else
13311 as_fn_append ()
13312 {
13313 eval $1=\$$1\$2
13314 }
13315fi # as_fn_append
c906108c 13316
81ecdfbb
RW
13317# as_fn_arith ARG...
13318# ------------------
13319# Perform arithmetic evaluation on the ARGs, and store the result in the
13320# global $as_val. Take advantage of shells that can avoid forks. The arguments
13321# must be portable across $(()) and expr.
13322if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13323 eval 'as_fn_arith ()
13324 {
13325 as_val=$(( $* ))
13326 }'
13327else
13328 as_fn_arith ()
13329 {
13330 as_val=`expr "$@" || test $? -eq 1`
13331 }
13332fi # as_fn_arith
13333
13334
13335if expr a : '\(a\)' >/dev/null 2>&1 &&
13336 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13337 as_expr=expr
c906108c 13338else
b7026657 13339 as_expr=false
c906108c 13340fi
c906108c 13341
81ecdfbb 13342if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13343 as_basename=basename
13344else
13345 as_basename=false
c906108c 13346fi
c906108c 13347
81ecdfbb
RW
13348if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13349 as_dirname=dirname
13350else
13351 as_dirname=false
13352fi
c906108c 13353
81ecdfbb 13354as_me=`$as_basename -- "$0" ||
b7026657
AC
13355$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13356 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13357 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13358$as_echo X/"$0" |
13359 sed '/^.*\/\([^/][^/]*\)\/*$/{
13360 s//\1/
13361 q
13362 }
13363 /^X\/\(\/\/\)$/{
13364 s//\1/
13365 q
13366 }
13367 /^X\/\(\/\).*/{
13368 s//\1/
13369 q
13370 }
13371 s/.*/./; q'`
b7026657 13372
b7026657
AC
13373# Avoid depending upon Character Ranges.
13374as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13375as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13376as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13377as_cr_digits='0123456789'
13378as_cr_alnum=$as_cr_Letters$as_cr_digits
13379
81ecdfbb
RW
13380ECHO_C= ECHO_N= ECHO_T=
13381case `echo -n x` in #(((((
13382-n*)
13383 case `echo 'xy\c'` in
13384 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13385 xy) ECHO_C='\c';;
13386 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13387 ECHO_T=' ';;
13388 esac;;
13389*)
13390 ECHO_N='-n';;
b7026657 13391esac
c906108c 13392
81ecdfbb
RW
13393rm -f conf$$ conf$$.exe conf$$.file
13394if test -d conf$$.dir; then
13395 rm -f conf$$.dir/conf$$.file
c906108c 13396else
81ecdfbb
RW
13397 rm -f conf$$.dir
13398 mkdir conf$$.dir 2>/dev/null
c906108c 13399fi
81ecdfbb
RW
13400if (echo >conf$$.file) 2>/dev/null; then
13401 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13402 as_ln_s='ln -s'
81ecdfbb
RW
13403 # ... but there are two gotchas:
13404 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13405 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 13406 # In both cases, we have to default to `cp -pR'.
81ecdfbb 13407 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 13408 as_ln_s='cp -pR'
81ecdfbb
RW
13409 elif ln conf$$.file conf$$ 2>/dev/null; then
13410 as_ln_s=ln
13411 else
d0ac1c44 13412 as_ln_s='cp -pR'
b7026657 13413 fi
b7026657 13414else
d0ac1c44 13415 as_ln_s='cp -pR'
c906108c 13416fi
81ecdfbb
RW
13417rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13418rmdir conf$$.dir 2>/dev/null
13419
13420
13421# as_fn_mkdir_p
13422# -------------
13423# Create "$as_dir" as a directory, including parents if necessary.
13424as_fn_mkdir_p ()
13425{
13426
13427 case $as_dir in #(
13428 -*) as_dir=./$as_dir;;
13429 esac
13430 test -d "$as_dir" || eval $as_mkdir_p || {
13431 as_dirs=
13432 while :; do
13433 case $as_dir in #(
13434 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13435 *) as_qdir=$as_dir;;
13436 esac
13437 as_dirs="'$as_qdir' $as_dirs"
13438 as_dir=`$as_dirname -- "$as_dir" ||
13439$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13440 X"$as_dir" : 'X\(//\)[^/]' \| \
13441 X"$as_dir" : 'X\(//\)$' \| \
13442 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13443$as_echo X"$as_dir" |
13444 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13445 s//\1/
13446 q
13447 }
13448 /^X\(\/\/\)[^/].*/{
13449 s//\1/
13450 q
13451 }
13452 /^X\(\/\/\)$/{
13453 s//\1/
13454 q
13455 }
13456 /^X\(\/\).*/{
13457 s//\1/
13458 q
13459 }
13460 s/.*/./; q'`
13461 test -d "$as_dir" && break
13462 done
13463 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 13464 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 13465
c906108c 13466
81ecdfbb 13467} # as_fn_mkdir_p
b7026657 13468if mkdir -p . 2>/dev/null; then
81ecdfbb 13469 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 13470else
b7026657
AC
13471 test -d ./-p && rmdir ./-p
13472 as_mkdir_p=false
c906108c 13473fi
c906108c 13474
d0ac1c44
SM
13475
13476# as_fn_executable_p FILE
13477# -----------------------
13478# Test if FILE is an executable regular file.
13479as_fn_executable_p ()
13480{
13481 test -f "$1" && test -x "$1"
13482} # as_fn_executable_p
13483as_test_x='test -x'
13484as_executable_p=as_fn_executable_p
c906108c 13485
b7026657
AC
13486# Sed expression to map a string onto a valid CPP name.
13487as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13488
b7026657
AC
13489# Sed expression to map a string onto a valid variable name.
13490as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13491
b7026657 13492
b7026657 13493exec 6>&1
81ecdfbb
RW
13494## ----------------------------------- ##
13495## Main body of $CONFIG_STATUS script. ##
13496## ----------------------------------- ##
13497_ASEOF
13498test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13499
13500cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13501# Save the log message, to keep $0 and so on meaningful, and to
b7026657 13502# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13503# values after options handling.
13504ac_log="
b7026657 13505This file was extended by $as_me, which was
d0ac1c44 13506generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
13507
13508 CONFIG_FILES = $CONFIG_FILES
13509 CONFIG_HEADERS = $CONFIG_HEADERS
13510 CONFIG_LINKS = $CONFIG_LINKS
13511 CONFIG_COMMANDS = $CONFIG_COMMANDS
13512 $ $0 $@
13513
81ecdfbb
RW
13514on `(hostname || uname -n) 2>/dev/null | sed 1q`
13515"
13516
b7026657
AC
13517_ACEOF
13518
81ecdfbb
RW
13519case $ac_config_files in *"
13520"*) set x $ac_config_files; shift; ac_config_files=$*;;
13521esac
379832de 13522
81ecdfbb
RW
13523case $ac_config_headers in *"
13524"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13525esac
b7026657 13526
b7026657 13527
81ecdfbb
RW
13528cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13529# Files that config.status was made for.
13530config_files="$ac_config_files"
13531config_headers="$ac_config_headers"
81ecdfbb 13532config_commands="$ac_config_commands"
b7026657 13533
81ecdfbb 13534_ACEOF
b7026657 13535
81ecdfbb 13536cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13537ac_cs_usage="\
81ecdfbb
RW
13538\`$as_me' instantiates files and other configuration actions
13539from templates according to the current configuration. Unless the files
13540and actions are specified as TAGs, all are instantiated by default.
b7026657 13541
81ecdfbb 13542Usage: $0 [OPTION]... [TAG]...
b7026657
AC
13543
13544 -h, --help print this help, then exit
81ecdfbb 13545 -V, --version print version number and configuration settings, then exit
d0ac1c44 13546 --config print configuration, then exit
81ecdfbb
RW
13547 -q, --quiet, --silent
13548 do not print progress messages
b7026657
AC
13549 -d, --debug don't remove temporary files
13550 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13551 --file=FILE[:TEMPLATE]
13552 instantiate the configuration file FILE
13553 --header=FILE[:TEMPLATE]
13554 instantiate the configuration header FILE
b7026657
AC
13555
13556Configuration files:
13557$config_files
13558
13559Configuration headers:
13560$config_headers
13561
b7026657
AC
13562Configuration commands:
13563$config_commands
13564
81ecdfbb 13565Report bugs to the package provider."
b7026657 13566
81ecdfbb
RW
13567_ACEOF
13568cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13569ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
13570ac_cs_version="\\
13571config.status
d0ac1c44
SM
13572configured by $0, generated by GNU Autoconf 2.69,
13573 with options \\"\$ac_cs_config\\"
b7026657 13574
d0ac1c44 13575Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
13576This config.status script is free software; the Free Software Foundation
13577gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13578
13579ac_pwd='$ac_pwd'
13580srcdir='$srcdir'
13581INSTALL='$INSTALL'
6bb11ab3 13582AWK='$AWK'
81ecdfbb 13583test -n "\$AWK" || AWK=awk
b7026657
AC
13584_ACEOF
13585
81ecdfbb
RW
13586cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13587# The default lists apply if the user does not specify any file.
b7026657
AC
13588ac_need_defaults=:
13589while test $# != 0
13590do
13591 case $1 in
d0ac1c44 13592 --*=?*)
81ecdfbb
RW
13593 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13594 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 13595 ac_shift=:
c906108c 13596 ;;
d0ac1c44
SM
13597 --*=)
13598 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13599 ac_optarg=
13600 ac_shift=:
13601 ;;
81ecdfbb 13602 *)
b7026657
AC
13603 ac_option=$1
13604 ac_optarg=$2
13605 ac_shift=shift
c906108c 13606 ;;
b7026657 13607 esac
c906108c 13608
b7026657
AC
13609 case $ac_option in
13610 # Handling of the options.
b7026657
AC
13611 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13612 ac_cs_recheck=: ;;
81ecdfbb
RW
13613 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13614 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
13615 --config | --confi | --conf | --con | --co | --c )
13616 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 13617 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
13618 debug=: ;;
13619 --file | --fil | --fi | --f )
13620 $ac_shift
81ecdfbb
RW
13621 case $ac_optarg in
13622 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 13623 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
13624 esac
13625 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
13626 ac_need_defaults=false;;
13627 --header | --heade | --head | --hea )
13628 $ac_shift
81ecdfbb
RW
13629 case $ac_optarg in
13630 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13631 esac
13632 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 13633 ac_need_defaults=false;;
81ecdfbb
RW
13634 --he | --h)
13635 # Conflict between --help and --header
d0ac1c44 13636 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
13637Try \`$0 --help' for more information.";;
13638 --help | --hel | -h )
13639 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
13640 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13641 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13642 ac_cs_silent=: ;;
c906108c 13643
b7026657 13644 # This is an error.
d0ac1c44 13645 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 13646Try \`$0 --help' for more information." ;;
c906108c 13647
81ecdfbb
RW
13648 *) as_fn_append ac_config_targets " $1"
13649 ac_need_defaults=false ;;
b7026657
AC
13650
13651 esac
13652 shift
13653done
13654
13655ac_configure_extra_args=
13656
13657if $ac_cs_silent; then
13658 exec 6>/dev/null
13659 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
13660fi
13661
b7026657 13662_ACEOF
81ecdfbb 13663cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 13664if \$ac_cs_recheck; then
d0ac1c44 13665 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
13666 shift
13667 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13668 CONFIG_SHELL='$SHELL'
13669 export CONFIG_SHELL
13670 exec "\$@"
b7026657 13671fi
c906108c 13672
b7026657 13673_ACEOF
81ecdfbb
RW
13674cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13675exec 5>>config.log
13676{
13677 echo
13678 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13679## Running $as_me. ##
13680_ASBOX
13681 $as_echo "$ac_log"
13682} >&5
c906108c 13683
81ecdfbb
RW
13684_ACEOF
13685cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
13686#
13687# INIT-COMMANDS
13688#
13689ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13690
6bb11ab3
L
13691
13692# The HP-UX ksh and POSIX shell print the target directory to stdout
13693# if CDPATH is set.
13694(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13695
13696sed_quote_subst='$sed_quote_subst'
13697double_quote_subst='$double_quote_subst'
13698delay_variable_subst='$delay_variable_subst'
13699macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13700macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13701enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13702enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13703pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13704enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13705SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13706ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13707host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13708host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13709host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13710build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13711build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13712build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13713SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13714Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13715GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13716EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13717FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13718LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13719NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13720LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13721max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13722ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13723exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13724lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13725lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13726lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13727reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13728reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13729OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13730deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13731file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13732AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13733AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13734STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13735RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13736old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13737old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13738old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13739lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13740CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13741CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13742compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13743GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13744lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13745lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13746lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13747lt_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"`'
13748objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13749MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13750lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13751lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13752lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13753lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13754lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13755need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13756DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13757NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13758LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13759OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13760OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13761libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13762shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13763extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13764archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13765enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13766export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13767whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13768compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13769old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13770old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13771archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13772archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13773module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13774module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13775with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13776allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13777no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13778hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13779hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13780hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13781hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13782hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13783hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13784hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13785hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13786inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13787link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13788fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13789always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13790export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13791exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13792include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13793prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13794file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13795variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13796need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13797need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13798version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13799runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13800shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13801shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13802libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13803library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13804soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13805install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13806postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13807postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13808finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13809finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13810hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13811sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13812sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13813hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13814enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13815enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13816enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13817old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13818striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13819
13820LTCC='$LTCC'
13821LTCFLAGS='$LTCFLAGS'
13822compiler='$compiler_DEFAULT'
13823
13824# A function that is used when there is no print builtin or printf.
13825func_fallback_echo ()
13826{
13827 eval 'cat <<_LTECHO_EOF
13828\$1
13829_LTECHO_EOF'
13830}
13831
13832# Quote evaled strings.
13833for var in SHELL \
13834ECHO \
13835SED \
13836GREP \
13837EGREP \
13838FGREP \
13839LD \
13840NM \
13841LN_S \
13842lt_SP2NL \
13843lt_NL2SP \
13844reload_flag \
13845OBJDUMP \
13846deplibs_check_method \
13847file_magic_cmd \
13848AR \
13849AR_FLAGS \
13850STRIP \
13851RANLIB \
13852CC \
13853CFLAGS \
13854compiler \
13855lt_cv_sys_global_symbol_pipe \
13856lt_cv_sys_global_symbol_to_cdecl \
13857lt_cv_sys_global_symbol_to_c_name_address \
13858lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13859lt_prog_compiler_no_builtin_flag \
13860lt_prog_compiler_wl \
13861lt_prog_compiler_pic \
13862lt_prog_compiler_static \
13863lt_cv_prog_compiler_c_o \
13864need_locks \
13865DSYMUTIL \
13866NMEDIT \
13867LIPO \
13868OTOOL \
13869OTOOL64 \
13870shrext_cmds \
13871export_dynamic_flag_spec \
13872whole_archive_flag_spec \
13873compiler_needs_object \
13874with_gnu_ld \
13875allow_undefined_flag \
13876no_undefined_flag \
13877hardcode_libdir_flag_spec \
13878hardcode_libdir_flag_spec_ld \
13879hardcode_libdir_separator \
13880fix_srcfile_path \
13881exclude_expsyms \
13882include_expsyms \
13883file_list_spec \
13884variables_saved_for_relink \
13885libname_spec \
13886library_names_spec \
13887soname_spec \
13888install_override_mode \
13889finish_eval \
13890old_striplib \
13891striplib; do
13892 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13893 *[\\\\\\\`\\"\\\$]*)
13894 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13895 ;;
13896 *)
13897 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13898 ;;
13899 esac
13900done
13901
13902# Double-quote double-evaled strings.
13903for var in reload_cmds \
13904old_postinstall_cmds \
13905old_postuninstall_cmds \
13906old_archive_cmds \
13907extract_expsyms_cmds \
13908old_archive_from_new_cmds \
13909old_archive_from_expsyms_cmds \
13910archive_cmds \
13911archive_expsym_cmds \
13912module_cmds \
13913module_expsym_cmds \
13914export_symbols_cmds \
13915prelink_cmds \
13916postinstall_cmds \
13917postuninstall_cmds \
13918finish_cmds \
13919sys_lib_search_path_spec \
13920sys_lib_dlsearch_path_spec; do
13921 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13922 *[\\\\\\\`\\"\\\$]*)
13923 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13924 ;;
13925 *)
13926 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13927 ;;
13928 esac
13929done
13930
13931ac_aux_dir='$ac_aux_dir'
13932xsi_shell='$xsi_shell'
13933lt_shell_append='$lt_shell_append'
13934
13935# See if we are running on zsh, and set the options which allow our
13936# commands through without removal of \ escapes INIT.
13937if test -n "\${ZSH_VERSION+set}" ; then
13938 setopt NO_GLOB_SUBST
13939fi
13940
13941
13942 PACKAGE='$PACKAGE'
13943 VERSION='$VERSION'
13944 TIMESTAMP='$TIMESTAMP'
13945 RM='$RM'
13946 ofile='$ofile'
13947
13948
13949
13950
81ecdfbb 13951_ACEOF
c906108c 13952
81ecdfbb 13953cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 13954
81ecdfbb 13955# Handling of arguments.
b7026657 13956for ac_config_target in $ac_config_targets
c906108c 13957do
81ecdfbb
RW
13958 case $ac_config_target in
13959 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13960 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13961 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13962 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13963 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13964 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13965 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13966 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13967
d0ac1c44 13968 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
13969 esac
13970done
13971
81ecdfbb 13972
b7026657
AC
13973# If the user did not use the arguments to specify the items to instantiate,
13974# then the envvar interface is used. Set only those that are not.
13975# We use the long form for the default assignment because of an extremely
13976# bizarre bug on SunOS 4.1.3.
13977if $ac_need_defaults; then
13978 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13979 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
13980 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13981fi
13982
13983# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13984# simply because there is no reason against having it here, and in addition,
b7026657 13985# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13986# Hook for its removal unless debugging.
13987# Note that there is a small window in which the directory will not be cleaned:
13988# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
13989$debug ||
13990{
d0ac1c44 13991 tmp= ac_tmp=
81ecdfbb 13992 trap 'exit_status=$?
d0ac1c44
SM
13993 : "${ac_tmp:=$tmp}"
13994 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13995' 0
13996 trap 'as_fn_exit 1' 1 2 13 15
b7026657 13997}
b7026657 13998# Create a (secure) tmp directory for tmp files.
c906108c 13999
b7026657 14000{
81ecdfbb 14001 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 14002 test -d "$tmp"
b7026657
AC
14003} ||
14004{
81ecdfbb
RW
14005 tmp=./conf$$-$RANDOM
14006 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
14007} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14008ac_tmp=$tmp
b7026657 14009
81ecdfbb
RW
14010# Set up the scripts for CONFIG_FILES section.
14011# No need to generate them if there are no CONFIG_FILES.
14012# This happens for instance with `./config.status config.h'.
14013if test -n "$CONFIG_FILES"; then
b7026657 14014
c906108c 14015
81ecdfbb
RW
14016ac_cr=`echo X | tr X '\015'`
14017# On cygwin, bash can eat \r inside `` if the user requested igncr.
14018# But we know of no other shell where ac_cr would be empty at this
14019# point, so we can use a bashism as a fallback.
14020if test "x$ac_cr" = x; then
14021 eval ac_cr=\$\'\\r\'
14022fi
14023ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14024if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 14025 ac_cs_awk_cr='\\r'
81ecdfbb
RW
14026else
14027 ac_cs_awk_cr=$ac_cr
14028fi
b7026657 14029
d0ac1c44 14030echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
14031_ACEOF
14032
c906108c 14033
81ecdfbb
RW
14034{
14035 echo "cat >conf$$subs.awk <<_ACEOF" &&
14036 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14037 echo "_ACEOF"
14038} >conf$$subs.sh ||
d0ac1c44
SM
14039 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14040ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
14041ac_delim='%!_!# '
14042for ac_last_try in false false false false false :; do
14043 . ./conf$$subs.sh ||
d0ac1c44 14044 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14045
14046 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14047 if test $ac_delim_n = $ac_delim_num; then
14048 break
14049 elif $ac_last_try; then
d0ac1c44 14050 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 14051 else
81ecdfbb
RW
14052 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14053 fi
14054done
14055rm -f conf$$subs.sh
14056
14057cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14058cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
14059_ACEOF
14060sed -n '
14061h
14062s/^/S["/; s/!.*/"]=/
14063p
14064g
14065s/^[^!]*!//
14066:repl
14067t repl
14068s/'"$ac_delim"'$//
14069t delim
14070:nl
14071h
d0ac1c44 14072s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14073t more1
14074s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14075p
14076n
14077b repl
14078:more1
14079s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14080p
14081g
14082s/.\{148\}//
14083t nl
14084:delim
14085h
d0ac1c44 14086s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14087t more2
14088s/["\\]/\\&/g; s/^/"/; s/$/"/
14089p
14090b
14091:more2
14092s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14093p
14094g
14095s/.\{148\}//
14096t delim
14097' <conf$$subs.awk | sed '
14098/^[^""]/{
14099 N
14100 s/\n//
14101}
14102' >>$CONFIG_STATUS || ac_write_fail=1
14103rm -f conf$$subs.awk
14104cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14105_ACAWK
d0ac1c44 14106cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
14107 for (key in S) S_is_set[key] = 1
14108 FS = "\a"
b7026657 14109
81ecdfbb
RW
14110}
14111{
14112 line = $ 0
14113 nfields = split(line, field, "@")
14114 substed = 0
14115 len = length(field[1])
14116 for (i = 2; i < nfields; i++) {
14117 key = field[i]
14118 keylen = length(key)
14119 if (S_is_set[key]) {
14120 value = S[key]
14121 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14122 len += length(value) + length(field[++i])
14123 substed = 1
14124 } else
14125 len += 1 + keylen
14126 }
14127
14128 print line
14129}
c906108c 14130
81ecdfbb
RW
14131_ACAWK
14132_ACEOF
14133cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14134if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14135 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14136else
81ecdfbb 14137 cat
d0ac1c44
SM
14138fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14139 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 14140_ACEOF
b7026657 14141
d0ac1c44
SM
14142# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14143# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
14144# trailing colons and then remove the whole line if VPATH becomes empty
14145# (actually we leave an empty line to preserve line numbers).
14146if test "x$srcdir" = x.; then
d0ac1c44
SM
14147 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14148h
14149s///
14150s/^/:/
14151s/[ ]*$/:/
14152s/:\$(srcdir):/:/g
14153s/:\${srcdir}:/:/g
14154s/:@srcdir@:/:/g
14155s/^:*//
81ecdfbb 14156s/:*$//
d0ac1c44
SM
14157x
14158s/\(=[ ]*\).*/\1/
14159G
14160s/\n//
81ecdfbb
RW
14161s/^[^=]*=[ ]*$//
14162}'
14163fi
c906108c 14164
81ecdfbb
RW
14165cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14166fi # test -n "$CONFIG_FILES"
c906108c 14167
81ecdfbb
RW
14168# Set up the scripts for CONFIG_HEADERS section.
14169# No need to generate them if there are no CONFIG_HEADERS.
14170# This happens for instance with `./config.status Makefile'.
14171if test -n "$CONFIG_HEADERS"; then
d0ac1c44 14172cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
14173BEGIN {
14174_ACEOF
b7026657 14175
81ecdfbb
RW
14176# Transform confdefs.h into an awk script `defines.awk', embedded as
14177# here-document in config.status, that substitutes the proper values into
14178# config.h.in to produce config.h.
c906108c 14179
81ecdfbb
RW
14180# Create a delimiter string that does not exist in confdefs.h, to ease
14181# handling of long lines.
14182ac_delim='%!_!# '
14183for ac_last_try in false false :; do
d0ac1c44
SM
14184 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14185 if test -z "$ac_tt"; then
81ecdfbb
RW
14186 break
14187 elif $ac_last_try; then
d0ac1c44 14188 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14189 else
81ecdfbb 14190 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14191 fi
b7026657 14192done
81ecdfbb
RW
14193
14194# For the awk script, D is an array of macro values keyed by name,
14195# likewise P contains macro parameters if any. Preserve backslash
14196# newline sequences.
14197
14198ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14199sed -n '
14200s/.\{148\}/&'"$ac_delim"'/g
14201t rset
14202:rset
14203s/^[ ]*#[ ]*define[ ][ ]*/ /
14204t def
14205d
14206:def
14207s/\\$//
14208t bsnl
14209s/["\\]/\\&/g
14210s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14211D["\1"]=" \3"/p
14212s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14213d
14214:bsnl
14215s/["\\]/\\&/g
14216s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14217D["\1"]=" \3\\\\\\n"\\/p
14218t cont
14219s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14220t cont
14221d
14222:cont
14223n
14224s/.\{148\}/&'"$ac_delim"'/g
14225t clear
14226:clear
14227s/\\$//
14228t bsnlc
14229s/["\\]/\\&/g; s/^/"/; s/$/"/p
14230d
14231:bsnlc
14232s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14233b cont
14234' <confdefs.h | sed '
14235s/'"$ac_delim"'/"\\\
14236"/g' >>$CONFIG_STATUS || ac_write_fail=1
14237
14238cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14239 for (key in D) D_is_set[key] = 1
14240 FS = "\a"
14241}
14242/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14243 line = \$ 0
14244 split(line, arg, " ")
14245 if (arg[1] == "#") {
14246 defundef = arg[2]
14247 mac1 = arg[3]
14248 } else {
14249 defundef = substr(arg[1], 2)
14250 mac1 = arg[2]
14251 }
14252 split(mac1, mac2, "(") #)
14253 macro = mac2[1]
14254 prefix = substr(line, 1, index(line, defundef) - 1)
14255 if (D_is_set[macro]) {
14256 # Preserve the white space surrounding the "#".
14257 print prefix "define", macro P[macro] D[macro]
14258 next
14259 } else {
14260 # Replace #undef with comments. This is necessary, for example,
14261 # in the case of _POSIX_SOURCE, which is predefined and required
14262 # on some systems where configure will not decide to define it.
14263 if (defundef == "undef") {
14264 print "/*", prefix defundef, macro, "*/"
14265 next
14266 }
14267 }
14268}
14269{ print }
14270_ACAWK
b7026657 14271_ACEOF
81ecdfbb 14272cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 14273 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 14274fi # test -n "$CONFIG_HEADERS"
b7026657 14275
c906108c 14276
99d8e879 14277eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
14278shift
14279for ac_tag
14280do
14281 case $ac_tag in
14282 :[FHLC]) ac_mode=$ac_tag; continue;;
14283 esac
14284 case $ac_mode$ac_tag in
14285 :[FHL]*:*);;
d0ac1c44 14286 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
14287 :[FH]-) ac_tag=-:-;;
14288 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14289 esac
81ecdfbb
RW
14290 ac_save_IFS=$IFS
14291 IFS=:
14292 set x $ac_tag
14293 IFS=$ac_save_IFS
14294 shift
14295 ac_file=$1
14296 shift
c906108c 14297
81ecdfbb
RW
14298 case $ac_mode in
14299 :L) ac_source=$1;;
14300 :[FH])
14301 ac_file_inputs=
14302 for ac_f
14303 do
14304 case $ac_f in
d0ac1c44 14305 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
14306 *) # Look for the file first in the build tree, then in the source tree
14307 # (if the path is not absolute). The absolute path cannot be DOS-style,
14308 # because $ac_f cannot contain `:'.
14309 test -f "$ac_f" ||
14310 case $ac_f in
14311 [\\/$]*) false;;
14312 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14313 esac ||
d0ac1c44 14314 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14315 esac
81ecdfbb
RW
14316 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14317 as_fn_append ac_file_inputs " '$ac_f'"
14318 done
b7026657 14319
81ecdfbb
RW
14320 # Let's still pretend it is `configure' which instantiates (i.e., don't
14321 # use $as_me), people would be surprised to read:
14322 # /* config.h. Generated by config.status. */
14323 configure_input='Generated from '`
14324 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14325 `' by configure.'
14326 if test x"$ac_file" != x-; then
14327 configure_input="$ac_file. $configure_input"
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14329$as_echo "$as_me: creating $ac_file" >&6;}
14330 fi
14331 # Neutralize special characters interpreted by sed in replacement strings.
14332 case $configure_input in #(
14333 *\&* | *\|* | *\\* )
14334 ac_sed_conf_input=`$as_echo "$configure_input" |
14335 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14336 *) ac_sed_conf_input=$configure_input;;
14337 esac
b7026657 14338
81ecdfbb 14339 case $ac_tag in
d0ac1c44
SM
14340 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14341 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
14342 esac
14343 ;;
14344 esac
b7026657 14345
81ecdfbb 14346 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14347$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14348 X"$ac_file" : 'X\(//\)[^/]' \| \
14349 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14350 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14351$as_echo X"$ac_file" |
14352 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14353 s//\1/
14354 q
14355 }
14356 /^X\(\/\/\)[^/].*/{
14357 s//\1/
14358 q
14359 }
14360 /^X\(\/\/\)$/{
14361 s//\1/
14362 q
14363 }
14364 /^X\(\/\).*/{
14365 s//\1/
14366 q
14367 }
14368 s/.*/./; q'`
14369 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14370 ac_builddir=.
14371
81ecdfbb
RW
14372case "$ac_dir" in
14373.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14374*)
14375 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14376 # A ".." for each directory in $ac_dir_suffix.
14377 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14378 case $ac_top_builddir_sub in
14379 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14380 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14381 esac ;;
14382esac
14383ac_abs_top_builddir=$ac_pwd
14384ac_abs_builddir=$ac_pwd$ac_dir_suffix
14385# for backward compatibility:
14386ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14387
14388case $srcdir in
81ecdfbb 14389 .) # We are building in place.
b7026657 14390 ac_srcdir=.
81ecdfbb
RW
14391 ac_top_srcdir=$ac_top_builddir_sub
14392 ac_abs_top_srcdir=$ac_pwd ;;
14393 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14394 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14395 ac_top_srcdir=$srcdir
14396 ac_abs_top_srcdir=$srcdir ;;
14397 *) # Relative name.
14398 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14399 ac_top_srcdir=$ac_top_build_prefix$srcdir
14400 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14401esac
81ecdfbb 14402ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14403
c906108c 14404
81ecdfbb
RW
14405 case $ac_mode in
14406 :F)
14407 #
14408 # CONFIG_FILE
14409 #
b7026657 14410
81ecdfbb
RW
14411 case $INSTALL in
14412 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14413 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 14414 esac
81ecdfbb 14415_ACEOF
c906108c 14416
81ecdfbb
RW
14417cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14418# If the template does not know about datarootdir, expand it.
14419# FIXME: This hack should be removed a few years after 2.60.
14420ac_datarootdir_hack=; ac_datarootdir_seen=
14421ac_sed_dataroot='
14422/datarootdir/ {
14423 p
14424 q
14425}
14426/@datadir@/p
14427/@docdir@/p
14428/@infodir@/p
14429/@localedir@/p
14430/@mandir@/p'
14431case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14432*datarootdir*) ac_datarootdir_seen=yes;;
14433*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14434 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14435$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14436_ACEOF
14437cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14438 ac_datarootdir_hack='
14439 s&@datadir@&$datadir&g
14440 s&@docdir@&$docdir&g
14441 s&@infodir@&$infodir&g
14442 s&@localedir@&$localedir&g
14443 s&@mandir@&$mandir&g
14444 s&\\\${datarootdir}&$datarootdir&g' ;;
14445esac
b7026657 14446_ACEOF
b7026657 14447
81ecdfbb
RW
14448# Neutralize VPATH when `$srcdir' = `.'.
14449# Shell code in configure.ac might set extrasub.
14450# FIXME: do we really want to maintain this feature?
14451cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14452ac_sed_extra="$ac_vpsub
14453$extrasub
14454_ACEOF
14455cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14456:t
14457/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14458s|@configure_input@|$ac_sed_conf_input|;t t
14459s&@top_builddir@&$ac_top_builddir_sub&;t t
14460s&@top_build_prefix@&$ac_top_build_prefix&;t t
14461s&@srcdir@&$ac_srcdir&;t t
14462s&@abs_srcdir@&$ac_abs_srcdir&;t t
14463s&@top_srcdir@&$ac_top_srcdir&;t t
14464s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14465s&@builddir@&$ac_builddir&;t t
14466s&@abs_builddir@&$ac_abs_builddir&;t t
14467s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14468s&@INSTALL@&$ac_INSTALL&;t t
14469$ac_datarootdir_hack
14470"
d0ac1c44
SM
14471eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14472 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14473
14474test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
14475 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14476 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14477 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 14478 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14479which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 14480$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14481which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 14482
d0ac1c44 14483 rm -f "$ac_tmp/stdin"
81ecdfbb 14484 case $ac_file in
d0ac1c44
SM
14485 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14486 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 14487 esac \
d0ac1c44 14488 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14489 ;;
14490 :H)
14491 #
14492 # CONFIG_HEADER
14493 #
14494 if test x"$ac_file" != x-; then
14495 {
14496 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14497 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14498 } >"$ac_tmp/config.h" \
14499 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14500 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14502$as_echo "$as_me: $ac_file is unchanged" >&6;}
14503 else
14504 rm -f "$ac_file"
d0ac1c44
SM
14505 mv "$ac_tmp/config.h" "$ac_file" \
14506 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 14507 fi
b7026657 14508 else
81ecdfbb 14509 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14510 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14511 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
14512 fi
14513 ;;
b7026657 14514
81ecdfbb
RW
14515 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14516$as_echo "$as_me: executing $ac_file commands" >&6;}
14517 ;;
14518 esac
b7026657
AC
14519
14520
81ecdfbb 14521 case $ac_file$ac_mode in
db2e4d67 14522 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
14523 "libtool":C)
14524
14525 # See if we are running on zsh, and set the options which allow our
14526 # commands through without removal of \ escapes.
14527 if test -n "${ZSH_VERSION+set}" ; then
14528 setopt NO_GLOB_SUBST
14529 fi
14530
14531 cfgfile="${ofile}T"
14532 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14533 $RM "$cfgfile"
14534
14535 cat <<_LT_EOF >> "$cfgfile"
14536#! $SHELL
14537
14538# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14539# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14540# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14541# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14542#
14543# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14544# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14545# Written by Gordon Matzigkeit, 1996
14546#
14547# This file is part of GNU Libtool.
14548#
14549# GNU Libtool is free software; you can redistribute it and/or
14550# modify it under the terms of the GNU General Public License as
14551# published by the Free Software Foundation; either version 2 of
14552# the License, or (at your option) any later version.
14553#
14554# As a special exception to the GNU General Public License,
14555# if you distribute this file as part of a program or library that
14556# is built using GNU Libtool, you may include this file under the
14557# same distribution terms that you use for the rest of that program.
14558#
14559# GNU Libtool is distributed in the hope that it will be useful,
14560# but WITHOUT ANY WARRANTY; without even the implied warranty of
14561# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14562# GNU General Public License for more details.
14563#
14564# You should have received a copy of the GNU General Public License
14565# along with GNU Libtool; see the file COPYING. If not, a copy
14566# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14567# obtained by writing to the Free Software Foundation, Inc.,
14568# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14569
14570
14571# The names of the tagged configurations supported by this script.
14572available_tags=""
14573
14574# ### BEGIN LIBTOOL CONFIG
14575
14576# Which release of libtool.m4 was used?
14577macro_version=$macro_version
14578macro_revision=$macro_revision
14579
14580# Whether or not to build shared libraries.
14581build_libtool_libs=$enable_shared
14582
14583# Whether or not to build static libraries.
14584build_old_libs=$enable_static
14585
14586# What type of objects to build.
14587pic_mode=$pic_mode
14588
14589# Whether or not to optimize for fast installation.
14590fast_install=$enable_fast_install
14591
14592# Shell to use when invoking shell scripts.
14593SHELL=$lt_SHELL
14594
14595# An echo program that protects backslashes.
14596ECHO=$lt_ECHO
14597
14598# The host system.
14599host_alias=$host_alias
14600host=$host
14601host_os=$host_os
14602
14603# The build system.
14604build_alias=$build_alias
14605build=$build
14606build_os=$build_os
14607
14608# A sed program that does not truncate output.
14609SED=$lt_SED
14610
14611# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14612Xsed="\$SED -e 1s/^X//"
14613
14614# A grep program that handles long lines.
14615GREP=$lt_GREP
14616
14617# An ERE matcher.
14618EGREP=$lt_EGREP
14619
14620# A literal string matcher.
14621FGREP=$lt_FGREP
14622
14623# A BSD- or MS-compatible name lister.
14624NM=$lt_NM
14625
14626# Whether we need soft or hard links.
14627LN_S=$lt_LN_S
14628
14629# What is the maximum length of a command?
14630max_cmd_len=$max_cmd_len
14631
14632# Object file suffix (normally "o").
14633objext=$ac_objext
14634
14635# Executable file suffix (normally "").
14636exeext=$exeext
14637
14638# whether the shell understands "unset".
14639lt_unset=$lt_unset
14640
14641# turn spaces into newlines.
14642SP2NL=$lt_lt_SP2NL
14643
14644# turn newlines into spaces.
14645NL2SP=$lt_lt_NL2SP
14646
14647# An object symbol dumper.
14648OBJDUMP=$lt_OBJDUMP
14649
14650# Method to check whether dependent libraries are shared objects.
14651deplibs_check_method=$lt_deplibs_check_method
14652
14653# Command to use when deplibs_check_method == "file_magic".
14654file_magic_cmd=$lt_file_magic_cmd
14655
14656# The archiver.
14657AR=$lt_AR
14658AR_FLAGS=$lt_AR_FLAGS
14659
14660# A symbol stripping program.
14661STRIP=$lt_STRIP
14662
14663# Commands used to install an old-style archive.
14664RANLIB=$lt_RANLIB
14665old_postinstall_cmds=$lt_old_postinstall_cmds
14666old_postuninstall_cmds=$lt_old_postuninstall_cmds
14667
14668# Whether to use a lock for old archive extraction.
14669lock_old_archive_extraction=$lock_old_archive_extraction
14670
14671# A C compiler.
14672LTCC=$lt_CC
14673
14674# LTCC compiler flags.
14675LTCFLAGS=$lt_CFLAGS
14676
14677# Take the output of nm and produce a listing of raw symbols and C names.
14678global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14679
14680# Transform the output of nm in a proper C declaration.
14681global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14682
14683# Transform the output of nm in a C name address pair.
14684global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14685
14686# Transform the output of nm in a C name address pair when lib prefix is needed.
14687global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14688
14689# The name of the directory that contains temporary libtool files.
14690objdir=$objdir
14691
14692# Used to examine libraries when file_magic_cmd begins with "file".
14693MAGIC_CMD=$MAGIC_CMD
14694
14695# Must we lock files when doing compilation?
14696need_locks=$lt_need_locks
14697
14698# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14699DSYMUTIL=$lt_DSYMUTIL
14700
14701# Tool to change global to local symbols on Mac OS X.
14702NMEDIT=$lt_NMEDIT
14703
14704# Tool to manipulate fat objects and archives on Mac OS X.
14705LIPO=$lt_LIPO
14706
14707# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14708OTOOL=$lt_OTOOL
14709
14710# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14711OTOOL64=$lt_OTOOL64
14712
14713# Old archive suffix (normally "a").
14714libext=$libext
14715
14716# Shared library suffix (normally ".so").
14717shrext_cmds=$lt_shrext_cmds
14718
14719# The commands to extract the exported symbol list from a shared archive.
14720extract_expsyms_cmds=$lt_extract_expsyms_cmds
14721
14722# Variables whose values should be saved in libtool wrapper scripts and
14723# restored at link time.
14724variables_saved_for_relink=$lt_variables_saved_for_relink
14725
14726# Do we need the "lib" prefix for modules?
14727need_lib_prefix=$need_lib_prefix
14728
14729# Do we need a version for libraries?
14730need_version=$need_version
14731
14732# Library versioning type.
14733version_type=$version_type
14734
14735# Shared library runtime path variable.
14736runpath_var=$runpath_var
14737
14738# Shared library path variable.
14739shlibpath_var=$shlibpath_var
14740
14741# Is shlibpath searched before the hard-coded library search path?
14742shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14743
14744# Format of library name prefix.
14745libname_spec=$lt_libname_spec
14746
14747# List of archive names. First name is the real one, the rest are links.
14748# The last name is the one that the linker finds with -lNAME
14749library_names_spec=$lt_library_names_spec
14750
14751# The coded name of the library, if different from the real name.
14752soname_spec=$lt_soname_spec
14753
14754# Permission mode override for installation of shared libraries.
14755install_override_mode=$lt_install_override_mode
14756
14757# Command to use after installation of a shared archive.
14758postinstall_cmds=$lt_postinstall_cmds
14759
14760# Command to use after uninstallation of a shared archive.
14761postuninstall_cmds=$lt_postuninstall_cmds
14762
14763# Commands used to finish a libtool library installation in a directory.
14764finish_cmds=$lt_finish_cmds
14765
14766# As "finish_cmds", except a single script fragment to be evaled but
14767# not shown.
14768finish_eval=$lt_finish_eval
14769
14770# Whether we should hardcode library paths into libraries.
14771hardcode_into_libs=$hardcode_into_libs
14772
14773# Compile-time system search path for libraries.
14774sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14775
14776# Run-time system search path for libraries.
14777sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14778
14779# Whether dlopen is supported.
14780dlopen_support=$enable_dlopen
14781
14782# Whether dlopen of programs is supported.
14783dlopen_self=$enable_dlopen_self
14784
14785# Whether dlopen of statically linked programs is supported.
14786dlopen_self_static=$enable_dlopen_self_static
14787
14788# Commands to strip libraries.
14789old_striplib=$lt_old_striplib
14790striplib=$lt_striplib
14791
14792
14793# The linker used to build libraries.
14794LD=$lt_LD
14795
14796# How to create reloadable object files.
14797reload_flag=$lt_reload_flag
14798reload_cmds=$lt_reload_cmds
14799
14800# Commands used to build an old-style archive.
14801old_archive_cmds=$lt_old_archive_cmds
14802
14803# A language specific compiler.
14804CC=$lt_compiler
14805
14806# Is the compiler the GNU compiler?
14807with_gcc=$GCC
14808
14809# Compiler flag to turn off builtin functions.
14810no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14811
14812# How to pass a linker flag through the compiler.
14813wl=$lt_lt_prog_compiler_wl
14814
14815# Additional compiler flags for building library objects.
14816pic_flag=$lt_lt_prog_compiler_pic
14817
14818# Compiler flag to prevent dynamic linking.
14819link_static_flag=$lt_lt_prog_compiler_static
14820
14821# Does compiler simultaneously support -c and -o options?
14822compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14823
14824# Whether or not to add -lc for building shared libraries.
14825build_libtool_need_lc=$archive_cmds_need_lc
14826
14827# Whether or not to disallow shared libs when runtime libs are static.
14828allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14829
14830# Compiler flag to allow reflexive dlopens.
14831export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14832
14833# Compiler flag to generate shared objects directly from archives.
14834whole_archive_flag_spec=$lt_whole_archive_flag_spec
14835
14836# Whether the compiler copes with passing no objects directly.
14837compiler_needs_object=$lt_compiler_needs_object
14838
14839# Create an old-style archive from a shared archive.
14840old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14841
14842# Create a temporary old-style archive to link instead of a shared archive.
14843old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14844
14845# Commands used to build a shared archive.
14846archive_cmds=$lt_archive_cmds
14847archive_expsym_cmds=$lt_archive_expsym_cmds
14848
14849# Commands used to build a loadable module if different from building
14850# a shared archive.
14851module_cmds=$lt_module_cmds
14852module_expsym_cmds=$lt_module_expsym_cmds
14853
14854# Whether we are building with GNU ld or not.
14855with_gnu_ld=$lt_with_gnu_ld
14856
14857# Flag that allows shared libraries with undefined symbols to be built.
14858allow_undefined_flag=$lt_allow_undefined_flag
14859
14860# Flag that enforces no undefined symbols.
14861no_undefined_flag=$lt_no_undefined_flag
14862
14863# Flag to hardcode \$libdir into a binary during linking.
14864# This must work even if \$libdir does not exist
14865hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14866
14867# If ld is used when linking, flag to hardcode \$libdir into a binary
14868# during linking. This must work even if \$libdir does not exist.
14869hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14870
14871# Whether we need a single "-rpath" flag with a separated argument.
14872hardcode_libdir_separator=$lt_hardcode_libdir_separator
14873
14874# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14875# DIR into the resulting binary.
14876hardcode_direct=$hardcode_direct
14877
14878# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14879# DIR into the resulting binary and the resulting library dependency is
14880# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14881# library is relocated.
14882hardcode_direct_absolute=$hardcode_direct_absolute
14883
14884# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14885# into the resulting binary.
14886hardcode_minus_L=$hardcode_minus_L
14887
14888# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14889# into the resulting binary.
14890hardcode_shlibpath_var=$hardcode_shlibpath_var
14891
14892# Set to "yes" if building a shared library automatically hardcodes DIR
14893# into the library and all subsequent libraries and executables linked
14894# against it.
14895hardcode_automatic=$hardcode_automatic
14896
14897# Set to yes if linker adds runtime paths of dependent libraries
14898# to runtime path list.
14899inherit_rpath=$inherit_rpath
14900
14901# Whether libtool must link a program against all its dependency libraries.
14902link_all_deplibs=$link_all_deplibs
14903
14904# Fix the shell variable \$srcfile for the compiler.
14905fix_srcfile_path=$lt_fix_srcfile_path
14906
14907# Set to "yes" if exported symbols are required.
14908always_export_symbols=$always_export_symbols
14909
14910# The commands to list exported symbols.
14911export_symbols_cmds=$lt_export_symbols_cmds
14912
14913# Symbols that should not be listed in the preloaded symbols.
14914exclude_expsyms=$lt_exclude_expsyms
14915
14916# Symbols that must always be exported.
14917include_expsyms=$lt_include_expsyms
14918
14919# Commands necessary for linking programs (against libraries) with templates.
14920prelink_cmds=$lt_prelink_cmds
14921
14922# Specify filename containing input files.
14923file_list_spec=$lt_file_list_spec
14924
14925# How to hardcode a shared library path into an executable.
14926hardcode_action=$hardcode_action
14927
14928# ### END LIBTOOL CONFIG
14929
14930_LT_EOF
14931
14932 case $host_os in
14933 aix3*)
14934 cat <<\_LT_EOF >> "$cfgfile"
14935# AIX sometimes has problems with the GCC collect2 program. For some
14936# reason, if we set the COLLECT_NAMES environment variable, the problems
14937# vanish in a puff of smoke.
14938if test "X${COLLECT_NAMES+set}" != Xset; then
14939 COLLECT_NAMES=
14940 export COLLECT_NAMES
14941fi
14942_LT_EOF
14943 ;;
14944 esac
14945
14946
14947ltmain="$ac_aux_dir/ltmain.sh"
14948
14949
14950 # We use sed instead of cat because bash on DJGPP gets confused if
14951 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14952 # text mode, it properly converts lines to CR/LF. This bash problem
14953 # is reportedly fixed, but why not run on old versions too?
14954 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14955 || (rm -f "$cfgfile"; exit 1)
14956
14957 case $xsi_shell in
14958 yes)
14959 cat << \_LT_EOF >> "$cfgfile"
14960
14961# func_dirname file append nondir_replacement
14962# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14963# otherwise set result to NONDIR_REPLACEMENT.
14964func_dirname ()
14965{
14966 case ${1} in
14967 */*) func_dirname_result="${1%/*}${2}" ;;
14968 * ) func_dirname_result="${3}" ;;
14969 esac
14970}
14971
14972# func_basename file
14973func_basename ()
14974{
14975 func_basename_result="${1##*/}"
14976}
14977
14978# func_dirname_and_basename file append nondir_replacement
14979# perform func_basename and func_dirname in a single function
14980# call:
14981# dirname: Compute the dirname of FILE. If nonempty,
14982# add APPEND to the result, otherwise set result
14983# to NONDIR_REPLACEMENT.
14984# value returned in "$func_dirname_result"
14985# basename: Compute filename of FILE.
14986# value retuned in "$func_basename_result"
14987# Implementation must be kept synchronized with func_dirname
14988# and func_basename. For efficiency, we do not delegate to
14989# those functions but instead duplicate the functionality here.
14990func_dirname_and_basename ()
14991{
14992 case ${1} in
14993 */*) func_dirname_result="${1%/*}${2}" ;;
14994 * ) func_dirname_result="${3}" ;;
14995 esac
14996 func_basename_result="${1##*/}"
14997}
14998
14999# func_stripname prefix suffix name
15000# strip PREFIX and SUFFIX off of NAME.
15001# PREFIX and SUFFIX must not contain globbing or regex special
15002# characters, hashes, percent signs, but SUFFIX may contain a leading
15003# dot (in which case that matches only a dot).
15004func_stripname ()
15005{
15006 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15007 # positional parameters, so assign one to ordinary parameter first.
15008 func_stripname_result=${3}
15009 func_stripname_result=${func_stripname_result#"${1}"}
15010 func_stripname_result=${func_stripname_result%"${2}"}
15011}
15012
15013# func_opt_split
15014func_opt_split ()
15015{
15016 func_opt_split_opt=${1%%=*}
15017 func_opt_split_arg=${1#*=}
15018}
15019
15020# func_lo2o object
15021func_lo2o ()
15022{
15023 case ${1} in
15024 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15025 *) func_lo2o_result=${1} ;;
15026 esac
15027}
15028
15029# func_xform libobj-or-source
15030func_xform ()
15031{
15032 func_xform_result=${1%.*}.lo
15033}
15034
15035# func_arith arithmetic-term...
15036func_arith ()
15037{
15038 func_arith_result=$(( $* ))
15039}
15040
15041# func_len string
15042# STRING may not start with a hyphen.
15043func_len ()
15044{
15045 func_len_result=${#1}
15046}
15047
15048_LT_EOF
15049 ;;
15050 *) # Bourne compatible functions.
15051 cat << \_LT_EOF >> "$cfgfile"
15052
15053# func_dirname file append nondir_replacement
15054# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15055# otherwise set result to NONDIR_REPLACEMENT.
15056func_dirname ()
15057{
15058 # Extract subdirectory from the argument.
15059 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15060 if test "X$func_dirname_result" = "X${1}"; then
15061 func_dirname_result="${3}"
15062 else
15063 func_dirname_result="$func_dirname_result${2}"
15064 fi
15065}
15066
15067# func_basename file
15068func_basename ()
15069{
15070 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15071}
15072
15073
15074# func_stripname prefix suffix name
15075# strip PREFIX and SUFFIX off of NAME.
15076# PREFIX and SUFFIX must not contain globbing or regex special
15077# characters, hashes, percent signs, but SUFFIX may contain a leading
15078# dot (in which case that matches only a dot).
15079# func_strip_suffix prefix name
15080func_stripname ()
15081{
15082 case ${2} in
15083 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15084 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15085 esac
15086}
15087
15088# sed scripts:
15089my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15090my_sed_long_arg='1s/^-[^=]*=//'
15091
15092# func_opt_split
15093func_opt_split ()
15094{
15095 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15096 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15097}
15098
15099# func_lo2o object
15100func_lo2o ()
15101{
15102 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15103}
15104
15105# func_xform libobj-or-source
15106func_xform ()
15107{
15108 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15109}
15110
15111# func_arith arithmetic-term...
15112func_arith ()
15113{
15114 func_arith_result=`expr "$@"`
15115}
15116
15117# func_len string
15118# STRING may not start with a hyphen.
15119func_len ()
15120{
15121 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15122}
15123
15124_LT_EOF
15125esac
15126
15127case $lt_shell_append in
15128 yes)
15129 cat << \_LT_EOF >> "$cfgfile"
15130
15131# func_append var value
15132# Append VALUE to the end of shell variable VAR.
15133func_append ()
15134{
15135 eval "$1+=\$2"
15136}
15137_LT_EOF
15138 ;;
15139 *)
15140 cat << \_LT_EOF >> "$cfgfile"
15141
15142# func_append var value
15143# Append VALUE to the end of shell variable VAR.
15144func_append ()
15145{
15146 eval "$1=\$$1\$2"
15147}
15148
15149_LT_EOF
15150 ;;
15151 esac
15152
15153
15154 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15155 || (rm -f "$cfgfile"; exit 1)
15156
15157 mv -f "$cfgfile" "$ofile" ||
15158 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15159 chmod +x "$ofile"
15160
15161 ;;
81ecdfbb 15162 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15163 rm -f Makesim1.tmp Makesim2.tmp Makefile
15164 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15165 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15166 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15167 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15168 <Makefile.sim >Makefile
38f48d72 15169 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15170 ;;
81ecdfbb
RW
15171 "stamp-h":C) echo > stamp-h ;;
15172
b7026657 15173 esac
81ecdfbb 15174done # for ac_tag
c906108c 15175
b7026657 15176
81ecdfbb 15177as_fn_exit 0
b7026657 15178_ACEOF
b7026657
AC
15179ac_clean_files=$ac_clean_files_save
15180
81ecdfbb 15181test $ac_write_fail = 0 ||
d0ac1c44 15182 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 15183
b7026657
AC
15184
15185# configure is writing to config.log, and then calls config.status.
15186# config.status does its own redirection, appending to config.log.
15187# Unfortunately, on DOS this fails, as config.log is still kept open
15188# by configure, so config.status won't be able to write to it; its
15189# output is simply discarded. So we exec the FD to /dev/null,
15190# effectively closing config.log, so it can be properly (re)opened and
15191# appended to by config.status. When coming back to configure, we
15192# need to make the FD available again.
15193if test "$no_create" != yes; then
15194 ac_cs_success=:
15195 ac_config_status_args=
15196 test "$silent" = yes &&
15197 ac_config_status_args="$ac_config_status_args --quiet"
15198 exec 5>/dev/null
15199 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15200 exec 5>>config.log
15201 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15202 # would make configure fail if this is the last instruction.
d0ac1c44 15203 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
15204fi
15205if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15206 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15207$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15208fi
c906108c
SS
15209
15210
This page took 2.428553 seconds and 4 git commands to generate.