]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mips/configure
Warn when a script redefines a symbol
[thirdparty/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
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
634cgen_breaks
635mips_extra_libs
636XMKMF
637mips_igen_engine
81ecdfbb
RW
638sim_multi_obj
639sim_multi_src
640sim_multi_igen_configs
641sim_multi_flags
642sim_gen
8e394ffc
AB
643sim_micromips16_flags
644sim_micromips_flags
81ecdfbb
RW
645sim_m16_flags
646sim_igen_flags
647SIM_SUBTARGET
648REPORT_BUGS_TEXI
649REPORT_BUGS_TO
650PKGVERSION
81ecdfbb 651MAINT
31e6ad7d
MF
652MAINTAINER_MODE_FALSE
653MAINTAINER_MODE_TRUE
6bb11ab3
L
654lt_cv_dlopen_libs
655OTOOL64
656OTOOL
657LIPO
658NMEDIT
659DSYMUTIL
660AWK
661STRIP
662OBJDUMP
663LN_S
664NM
665ac_ct_DUMPBIN
666DUMPBIN
667LD
668FGREP
669SED
670LIBTOOL
671PLUGINS_FALSE
672PLUGINS_TRUE
aadc9410
MF
673zlibinc
674zlibdir
81ecdfbb
RW
675CATOBJEXT
676GENCAT
677INSTOBJEXT
678DATADIRNAME
679CATALOGS
680POSUB
681GMSGFMT
682XGETTEXT
683INCINTL
684LIBINTL_DEP
685LIBINTL
686USE_NLS
db2e4d67
MF
687GMAKE_FALSE
688GMAKE_TRUE
689MAKE
690CCDEPMODE
691DEPDIR
692am__leading_dot
5f3ef9d0 693PACKAGE
46f900c0 694C_DIALECT
81ecdfbb
RW
695RANLIB
696AR
81ecdfbb
RW
697CC_FOR_BUILD
698INSTALL_DATA
699INSTALL_SCRIPT
700INSTALL_PROGRAM
2232061b
MF
701EGREP
702GREP
703CPP
81ecdfbb
RW
704target_os
705target_vendor
706target_cpu
707target
708host_os
709host_vendor
710host_cpu
711host
712build_os
713build_vendor
714build_cpu
715build
6ffe910a
MF
716OBJEXT
717EXEEXT
718ac_ct_CC
719CPPFLAGS
720LDFLAGS
721CFLAGS
722CC
81ecdfbb
RW
723target_alias
724host_alias
725build_alias
726LIBS
727ECHO_T
728ECHO_N
729ECHO_C
730DEFS
731mandir
732localedir
733libdir
734psdir
735pdfdir
736dvidir
737htmldir
738infodir
739docdir
740oldincludedir
741includedir
742localstatedir
743sharedstatedir
744sysconfdir
745datadir
746datarootdir
747libexecdir
748sbindir
749bindir
750program_transform_name
751prefix
752exec_prefix
753PACKAGE_URL
754PACKAGE_BUGREPORT
755PACKAGE_STRING
756PACKAGE_VERSION
757PACKAGE_TARNAME
758PACKAGE_NAME
759PATH_SEPARATOR
136da8cd
MF
760SHELL
761WERROR_CFLAGS
762WARN_CFLAGS
763sim_reserved_bits
764sim_inline
765sim_hw
766sim_hw_objs
767sim_hw_cflags
768sim_default_model
769sim_scache
770sim_float
771sim_endian
772sim_bitsize
773sim_alignment'
b7026657 774ac_subst_files=''
81ecdfbb
RW
775ac_user_opts='
776enable_option_checking
aadc9410 777with_system_zlib
6bb11ab3
L
778enable_plugins
779enable_shared
780enable_static
781with_pic
782enable_fast_install
783with_gnu_ld
784enable_libtool_lock
81ecdfbb 785enable_maintainer_mode
81ecdfbb
RW
786enable_sim_debug
787enable_sim_stdio
788enable_sim_trace
789enable_sim_profile
35656e95 790enable_sim_assert
16f7876d 791enable_sim_environment
347fe5bb 792enable_sim_inline
81ecdfbb
RW
793with_pkgversion
794with_bugurl
81ecdfbb 795enable_sim_alignment
2232061b 796enable_werror
81ecdfbb
RW
797enable_build_warnings
798enable_sim_build_warnings
799enable_sim_reserved_bits
800enable_sim_endian
801enable_sim_bitsize
802enable_sim_float
81ecdfbb
RW
803enable_sim_hardware
804with_x
805'
806 ac_precious_vars='build_alias
807host_alias
808target_alias
809CC
810CFLAGS
811LDFLAGS
812LIBS
813CPPFLAGS
814CPP
815XMKMF'
816
c906108c
SS
817
818# Initialize some variables set by options.
b7026657
AC
819ac_init_help=
820ac_init_version=false
81ecdfbb
RW
821ac_unrecognized_opts=
822ac_unrecognized_sep=
c906108c
SS
823# The variables have the same names as the options, with
824# dashes changed to underlines.
b7026657 825cache_file=/dev/null
c906108c 826exec_prefix=NONE
c906108c 827no_create=
c906108c
SS
828no_recursion=
829prefix=NONE
830program_prefix=NONE
831program_suffix=NONE
832program_transform_name=s,x,x,
833silent=
834site=
835srcdir=
c906108c
SS
836verbose=
837x_includes=NONE
838x_libraries=NONE
b7026657
AC
839
840# Installation directory options.
841# These are left unexpanded so users can "make install exec_prefix=/foo"
842# and all the variables that are supposed to be based on exec_prefix
843# by default will actually change.
844# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 845# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
846bindir='${exec_prefix}/bin'
847sbindir='${exec_prefix}/sbin'
848libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
849datarootdir='${prefix}/share'
850datadir='${datarootdir}'
c906108c
SS
851sysconfdir='${prefix}/etc'
852sharedstatedir='${prefix}/com'
853localstatedir='${prefix}/var'
c906108c
SS
854includedir='${prefix}/include'
855oldincludedir='/usr/include'
81ecdfbb
RW
856docdir='${datarootdir}/doc/${PACKAGE}'
857infodir='${datarootdir}/info'
858htmldir='${docdir}'
859dvidir='${docdir}'
860pdfdir='${docdir}'
861psdir='${docdir}'
862libdir='${exec_prefix}/lib'
863localedir='${datarootdir}/locale'
864mandir='${datarootdir}/man'
c906108c 865
c906108c 866ac_prev=
81ecdfbb 867ac_dashdash=
c906108c
SS
868for ac_option
869do
c906108c
SS
870 # If the previous option needs an argument, assign it.
871 if test -n "$ac_prev"; then
81ecdfbb 872 eval $ac_prev=\$ac_option
c906108c
SS
873 ac_prev=
874 continue
875 fi
876
81ecdfbb 877 case $ac_option in
d0ac1c44
SM
878 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
879 *=) ac_optarg= ;;
880 *) ac_optarg=yes ;;
81ecdfbb 881 esac
c906108c
SS
882
883 # Accept the important Cygnus configure options, so we can diagnose typos.
884
81ecdfbb
RW
885 case $ac_dashdash$ac_option in
886 --)
887 ac_dashdash=yes ;;
c906108c
SS
888
889 -bindir | --bindir | --bindi | --bind | --bin | --bi)
890 ac_prev=bindir ;;
891 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 892 bindir=$ac_optarg ;;
c906108c
SS
893
894 -build | --build | --buil | --bui | --bu)
b7026657 895 ac_prev=build_alias ;;
c906108c 896 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 897 build_alias=$ac_optarg ;;
c906108c
SS
898
899 -cache-file | --cache-file | --cache-fil | --cache-fi \
900 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
901 ac_prev=cache_file ;;
902 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
903 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
904 cache_file=$ac_optarg ;;
905
906 --config-cache | -C)
907 cache_file=config.cache ;;
c906108c 908
81ecdfbb 909 -datadir | --datadir | --datadi | --datad)
c906108c 910 ac_prev=datadir ;;
81ecdfbb 911 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 912 datadir=$ac_optarg ;;
c906108c 913
81ecdfbb
RW
914 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
915 | --dataroo | --dataro | --datar)
916 ac_prev=datarootdir ;;
917 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
918 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
919 datarootdir=$ac_optarg ;;
920
c906108c 921 -disable-* | --disable-*)
81ecdfbb 922 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 923 # Reject names that are not valid shell variable names.
81ecdfbb 924 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 925 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
926 ac_useropt_orig=$ac_useropt
927 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
928 case $ac_user_opts in
929 *"
930"enable_$ac_useropt"
931"*) ;;
932 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
933 ac_unrecognized_sep=', ';;
934 esac
935 eval enable_$ac_useropt=no ;;
936
937 -docdir | --docdir | --docdi | --doc | --do)
938 ac_prev=docdir ;;
939 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
940 docdir=$ac_optarg ;;
941
942 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
943 ac_prev=dvidir ;;
944 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
945 dvidir=$ac_optarg ;;
c906108c
SS
946
947 -enable-* | --enable-*)
81ecdfbb 948 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 949 # Reject names that are not valid shell variable names.
81ecdfbb 950 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 951 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
952 ac_useropt_orig=$ac_useropt
953 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
954 case $ac_user_opts in
955 *"
956"enable_$ac_useropt"
957"*) ;;
958 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
959 ac_unrecognized_sep=', ';;
c906108c 960 esac
81ecdfbb 961 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
962
963 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
964 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
965 | --exec | --exe | --ex)
966 ac_prev=exec_prefix ;;
967 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
968 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
969 | --exec=* | --exe=* | --ex=*)
b7026657 970 exec_prefix=$ac_optarg ;;
c906108c
SS
971
972 -gas | --gas | --ga | --g)
973 # Obsolete; use --with-gas.
974 with_gas=yes ;;
975
b7026657
AC
976 -help | --help | --hel | --he | -h)
977 ac_init_help=long ;;
978 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
979 ac_init_help=recursive ;;
980 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
981 ac_init_help=short ;;
c906108c
SS
982
983 -host | --host | --hos | --ho)
b7026657 984 ac_prev=host_alias ;;
c906108c 985 -host=* | --host=* | --hos=* | --ho=*)
b7026657 986 host_alias=$ac_optarg ;;
c906108c 987
81ecdfbb
RW
988 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
989 ac_prev=htmldir ;;
990 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
991 | --ht=*)
992 htmldir=$ac_optarg ;;
993
c906108c
SS
994 -includedir | --includedir | --includedi | --included | --include \
995 | --includ | --inclu | --incl | --inc)
996 ac_prev=includedir ;;
997 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
998 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 999 includedir=$ac_optarg ;;
c906108c
SS
1000
1001 -infodir | --infodir | --infodi | --infod | --info | --inf)
1002 ac_prev=infodir ;;
1003 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 1004 infodir=$ac_optarg ;;
c906108c
SS
1005
1006 -libdir | --libdir | --libdi | --libd)
1007 ac_prev=libdir ;;
1008 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 1009 libdir=$ac_optarg ;;
c906108c
SS
1010
1011 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1012 | --libexe | --libex | --libe)
1013 ac_prev=libexecdir ;;
1014 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1015 | --libexe=* | --libex=* | --libe=*)
b7026657 1016 libexecdir=$ac_optarg ;;
c906108c 1017
81ecdfbb
RW
1018 -localedir | --localedir | --localedi | --localed | --locale)
1019 ac_prev=localedir ;;
1020 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1021 localedir=$ac_optarg ;;
1022
c906108c 1023 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1024 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1025 ac_prev=localstatedir ;;
1026 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1027 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1028 localstatedir=$ac_optarg ;;
c906108c
SS
1029
1030 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1031 ac_prev=mandir ;;
1032 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1033 mandir=$ac_optarg ;;
c906108c
SS
1034
1035 -nfp | --nfp | --nf)
1036 # Obsolete; use --without-fp.
1037 with_fp=no ;;
1038
1039 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1040 | --no-cr | --no-c | -n)
c906108c
SS
1041 no_create=yes ;;
1042
1043 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1044 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1045 no_recursion=yes ;;
1046
1047 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1048 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1049 | --oldin | --oldi | --old | --ol | --o)
1050 ac_prev=oldincludedir ;;
1051 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1052 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1053 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1054 oldincludedir=$ac_optarg ;;
c906108c
SS
1055
1056 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1057 ac_prev=prefix ;;
1058 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1059 prefix=$ac_optarg ;;
c906108c
SS
1060
1061 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1062 | --program-pre | --program-pr | --program-p)
1063 ac_prev=program_prefix ;;
1064 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1065 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1066 program_prefix=$ac_optarg ;;
c906108c
SS
1067
1068 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1069 | --program-suf | --program-su | --program-s)
1070 ac_prev=program_suffix ;;
1071 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1072 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1073 program_suffix=$ac_optarg ;;
c906108c
SS
1074
1075 -program-transform-name | --program-transform-name \
1076 | --program-transform-nam | --program-transform-na \
1077 | --program-transform-n | --program-transform- \
1078 | --program-transform | --program-transfor \
1079 | --program-transfo | --program-transf \
1080 | --program-trans | --program-tran \
1081 | --progr-tra | --program-tr | --program-t)
1082 ac_prev=program_transform_name ;;
1083 -program-transform-name=* | --program-transform-name=* \
1084 | --program-transform-nam=* | --program-transform-na=* \
1085 | --program-transform-n=* | --program-transform-=* \
1086 | --program-transform=* | --program-transfor=* \
1087 | --program-transfo=* | --program-transf=* \
1088 | --program-trans=* | --program-tran=* \
1089 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1090 program_transform_name=$ac_optarg ;;
c906108c 1091
81ecdfbb
RW
1092 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1093 ac_prev=pdfdir ;;
1094 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1095 pdfdir=$ac_optarg ;;
1096
1097 -psdir | --psdir | --psdi | --psd | --ps)
1098 ac_prev=psdir ;;
1099 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1100 psdir=$ac_optarg ;;
1101
c906108c
SS
1102 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1103 | -silent | --silent | --silen | --sile | --sil)
1104 silent=yes ;;
1105
1106 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1107 ac_prev=sbindir ;;
1108 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1109 | --sbi=* | --sb=*)
b7026657 1110 sbindir=$ac_optarg ;;
c906108c
SS
1111
1112 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1113 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1114 | --sharedst | --shareds | --shared | --share | --shar \
1115 | --sha | --sh)
1116 ac_prev=sharedstatedir ;;
1117 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1118 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1119 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1120 | --sha=* | --sh=*)
b7026657 1121 sharedstatedir=$ac_optarg ;;
c906108c
SS
1122
1123 -site | --site | --sit)
1124 ac_prev=site ;;
1125 -site=* | --site=* | --sit=*)
b7026657 1126 site=$ac_optarg ;;
e514a9d6 1127
c906108c
SS
1128 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1129 ac_prev=srcdir ;;
1130 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1131 srcdir=$ac_optarg ;;
c906108c
SS
1132
1133 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1134 | --syscon | --sysco | --sysc | --sys | --sy)
1135 ac_prev=sysconfdir ;;
1136 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1137 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1138 sysconfdir=$ac_optarg ;;
c906108c
SS
1139
1140 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1141 ac_prev=target_alias ;;
c906108c 1142 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1143 target_alias=$ac_optarg ;;
c906108c
SS
1144
1145 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1146 verbose=yes ;;
1147
b7026657
AC
1148 -version | --version | --versio | --versi | --vers | -V)
1149 ac_init_version=: ;;
c906108c
SS
1150
1151 -with-* | --with-*)
81ecdfbb 1152 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1153 # Reject names that are not valid shell variable names.
81ecdfbb 1154 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1155 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1156 ac_useropt_orig=$ac_useropt
1157 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1158 case $ac_user_opts in
1159 *"
1160"with_$ac_useropt"
1161"*) ;;
1162 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1163 ac_unrecognized_sep=', ';;
c906108c 1164 esac
81ecdfbb 1165 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1166
1167 -without-* | --without-*)
81ecdfbb 1168 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1169 # Reject names that are not valid shell variable names.
81ecdfbb 1170 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1171 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1172 ac_useropt_orig=$ac_useropt
1173 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1174 case $ac_user_opts in
1175 *"
1176"with_$ac_useropt"
1177"*) ;;
1178 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1179 ac_unrecognized_sep=', ';;
1180 esac
1181 eval with_$ac_useropt=no ;;
c906108c
SS
1182
1183 --x)
1184 # Obsolete; use --with-x.
1185 with_x=yes ;;
1186
1187 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1188 | --x-incl | --x-inc | --x-in | --x-i)
1189 ac_prev=x_includes ;;
1190 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1191 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1192 x_includes=$ac_optarg ;;
c906108c
SS
1193
1194 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1195 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1196 ac_prev=x_libraries ;;
1197 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1198 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1199 x_libraries=$ac_optarg ;;
c906108c 1200
d0ac1c44
SM
1201 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1202Try \`$0 --help' for more information"
c906108c
SS
1203 ;;
1204
b7026657
AC
1205 *=*)
1206 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1207 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1208 case $ac_envvar in #(
1209 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1210 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1211 esac
1212 eval $ac_envvar=\$ac_optarg
b7026657
AC
1213 export $ac_envvar ;;
1214
c906108c 1215 *)
b7026657 1216 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1217 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1218 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1219 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1220 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1221 ;;
1222
1223 esac
1224done
1225
1226if test -n "$ac_prev"; then
b7026657 1227 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1228 as_fn_error $? "missing argument to $ac_option"
c906108c 1229fi
c906108c 1230
81ecdfbb
RW
1231if test -n "$ac_unrecognized_opts"; then
1232 case $enable_option_checking in
1233 no) ;;
d0ac1c44 1234 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1235 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1236 esac
81ecdfbb 1237fi
c906108c 1238
81ecdfbb
RW
1239# Check all directory arguments for consistency.
1240for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1241 datadir sysconfdir sharedstatedir localstatedir includedir \
1242 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1243 libdir localedir mandir
c906108c 1244do
81ecdfbb
RW
1245 eval ac_val=\$$ac_var
1246 # Remove trailing slashes.
1247 case $ac_val in
1248 */ )
1249 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1250 eval $ac_var=\$ac_val;;
1251 esac
1252 # Be sure to have absolute directory names.
b7026657 1253 case $ac_val in
81ecdfbb
RW
1254 [\\/$]* | ?:[\\/]* ) continue;;
1255 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1256 esac
d0ac1c44 1257 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1258done
1259
b7026657
AC
1260# There might be people who depend on the old broken behavior: `$host'
1261# used to hold the argument of --host etc.
1262# FIXME: To remove some day.
1263build=$build_alias
1264host=$host_alias
1265target=$target_alias
1266
1267# FIXME: To remove some day.
1268if test "x$host_alias" != x; then
1269 if test "x$build_alias" = x; then
1270 cross_compiling=maybe
b7026657
AC
1271 elif test "x$build_alias" != "x$host_alias"; then
1272 cross_compiling=yes
1273 fi
1274fi
c906108c 1275
b7026657
AC
1276ac_tool_prefix=
1277test -n "$host_alias" && ac_tool_prefix=$host_alias-
1278
1279test "$silent" = yes && exec 6>/dev/null
c906108c 1280
c906108c 1281
81ecdfbb
RW
1282ac_pwd=`pwd` && test -n "$ac_pwd" &&
1283ac_ls_di=`ls -di .` &&
1284ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1285 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1286test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1287 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1288
1289
c906108c
SS
1290# Find the source files, if location was not specified.
1291if test -z "$srcdir"; then
1292 ac_srcdir_defaulted=yes
81ecdfbb
RW
1293 # Try the directory containing this script, then the parent directory.
1294 ac_confdir=`$as_dirname -- "$as_myself" ||
1295$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1296 X"$as_myself" : 'X\(//\)[^/]' \| \
1297 X"$as_myself" : 'X\(//\)$' \| \
1298 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1299$as_echo X"$as_myself" |
1300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1301 s//\1/
1302 q
1303 }
1304 /^X\(\/\/\)[^/].*/{
1305 s//\1/
1306 q
1307 }
1308 /^X\(\/\/\)$/{
1309 s//\1/
1310 q
1311 }
1312 /^X\(\/\).*/{
1313 s//\1/
1314 q
1315 }
1316 s/.*/./; q'`
c906108c 1317 srcdir=$ac_confdir
81ecdfbb 1318 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1319 srcdir=..
1320 fi
1321else
1322 ac_srcdir_defaulted=no
1323fi
81ecdfbb
RW
1324if test ! -r "$srcdir/$ac_unique_file"; then
1325 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1326 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1327fi
1328ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1329ac_abs_confdir=`(
d0ac1c44 1330 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1331 pwd)`
1332# When building in place, set srcdir=.
1333if test "$ac_abs_confdir" = "$ac_pwd"; then
1334 srcdir=.
1335fi
1336# Remove unnecessary trailing slashes from srcdir.
1337# Double slashes in file names in object file debugging info
1338# mess up M-x gdb in Emacs.
1339case $srcdir in
1340*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1341esac
1342for ac_var in $ac_precious_vars; do
1343 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1344 eval ac_env_${ac_var}_value=\$${ac_var}
1345 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1346 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1347done
c906108c 1348
b7026657
AC
1349#
1350# Report the --help message.
1351#
1352if test "$ac_init_help" = "long"; then
1353 # Omit some internal or obsolete options to make the list less imposing.
1354 # This message is too long to be a string in the A/UX 3.1 sh.
1355 cat <<_ACEOF
1356\`configure' configures this package to adapt to many kinds of systems.
c906108c 1357
b7026657 1358Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1359
b7026657
AC
1360To assign environment variables (e.g., CC, CFLAGS...), specify them as
1361VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1362
b7026657 1363Defaults for the options are specified in brackets.
c906108c 1364
b7026657
AC
1365Configuration:
1366 -h, --help display this help and exit
1367 --help=short display options specific to this package
1368 --help=recursive display the short help of all the included packages
1369 -V, --version display version information and exit
d0ac1c44 1370 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1371 --cache-file=FILE cache test results in FILE [disabled]
1372 -C, --config-cache alias for \`--cache-file=config.cache'
1373 -n, --no-create do not create output files
1374 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1375
b7026657
AC
1376Installation directories:
1377 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1378 [$ac_default_prefix]
b7026657 1379 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1380 [PREFIX]
c906108c 1381
b7026657
AC
1382By default, \`make install' will install all the files in
1383\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1384an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1385for instance \`--prefix=\$HOME'.
c906108c 1386
b7026657
AC
1387For better control, use the options below.
1388
1389Fine tuning of the installation directories:
81ecdfbb
RW
1390 --bindir=DIR user executables [EPREFIX/bin]
1391 --sbindir=DIR system admin executables [EPREFIX/sbin]
1392 --libexecdir=DIR program executables [EPREFIX/libexec]
1393 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1394 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1395 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1396 --libdir=DIR object code libraries [EPREFIX/lib]
1397 --includedir=DIR C header files [PREFIX/include]
1398 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1399 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1400 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1401 --infodir=DIR info documentation [DATAROOTDIR/info]
1402 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1403 --mandir=DIR man documentation [DATAROOTDIR/man]
1404 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1405 --htmldir=DIR html documentation [DOCDIR]
1406 --dvidir=DIR dvi documentation [DOCDIR]
1407 --pdfdir=DIR pdf documentation [DOCDIR]
1408 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1409_ACEOF
1410
1411 cat <<\_ACEOF
1412
1413Program names:
1414 --program-prefix=PREFIX prepend PREFIX to installed program names
1415 --program-suffix=SUFFIX append SUFFIX to installed program names
1416 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1417
1418X features:
1419 --x-includes=DIR X include files are in DIR
1420 --x-libraries=DIR X library files are in DIR
1421
1422System types:
1423 --build=BUILD configure for building on BUILD [guessed]
1424 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1425 --target=TARGET configure for building compilers for TARGET [HOST]
1426_ACEOF
c906108c 1427fi
b7026657
AC
1428
1429if test -n "$ac_init_help"; then
1430
1431 cat <<\_ACEOF
1432
1433Optional Features:
81ecdfbb 1434 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1435 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1436 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1437 --enable-plugins Enable support for plugins
6bb11ab3
L
1438 --enable-shared[=PKGS] build shared libraries [default=yes]
1439 --enable-static[=PKGS] build static libraries [default=yes]
1440 --enable-fast-install[=PKGS]
1441 optimize for fast installation [default=yes]
1442 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1443 --enable-maintainer-mode
1444 enable make rules and dependencies not useful (and
1445 sometimes confusing) to the casual installer
8d0978fb
MF
1446 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1447 itself)
1448 --enable-sim-stdio Specify whether to use stdio for console
1449 input/output
1450 --enable-sim-trace=opts Enable tracing of simulated programs
1451 --enable-sim-profile=opts
1452 Enable profiling flags
35656e95 1453 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1454 --enable-sim-environment=environment
1455 Specify mixed, user, virtual or operating
1456 environment
8d0978fb
MF
1457 --enable-sim-inline=inlines
1458 Specify which functions should be inlined
1459 --enable-sim-alignment=align
1460 Specify strict, nonstrict or forced alignment of
1461 memory accesses
2232061b
MF
1462 --enable-werror treat compile warnings as errors
1463 --enable-build-warnings enable build-time compiler warnings if gcc is used
1464 --enable-sim-build-warnings
1465 enable SIM specific build-time compiler warnings if
1466 gcc is used
8d0978fb
MF
1467 --enable-sim-reserved-bits
1468 Specify whether to check reserved bits in
1469 instruction
1470 --enable-sim-endian=endian
1471 Specify target byte endian orientation
1472 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1473 --enable-sim-float Specify that the target processor has floating point
1474 hardware
1517bd27
MF
1475 --enable-sim-hardware=LIST
1476 Specify the hardware to be included in the build.
b7026657
AC
1477
1478Optional Packages:
1479 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1480 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1481 --with-system-zlib use installed libz
6bb11ab3
L
1482 --with-pic try to use only PIC/non-PIC objects [default=use
1483 both]
1484 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1485 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468 1486 --with-bugurl=URL Direct users to URL to report a bug
b7026657
AC
1487 --with-x use the X Window System
1488
1489Some influential environment variables:
1490 CC C compiler command
1491 CFLAGS C compiler flags
1492 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1493 nonstandard directory <lib dir>
81ecdfbb 1494 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1495 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1496 you have headers in a nonstandard directory <include dir>
b7026657 1497 CPP C preprocessor
81ecdfbb 1498 XMKMF Path to xmkmf, Makefile generator for X Window System
b7026657
AC
1499
1500Use these variables to override the choices made by `configure' or to help
1501it to find libraries and programs with nonstandard names/locations.
1502
81ecdfbb 1503Report bugs to the package provider.
b7026657 1504_ACEOF
81ecdfbb 1505ac_status=$?
c906108c
SS
1506fi
1507
b7026657
AC
1508if test "$ac_init_help" = "recursive"; then
1509 # If there are subdirs, report their specific --help.
b7026657 1510 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1511 test -d "$ac_dir" ||
1512 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1513 continue
b7026657 1514 ac_builddir=.
c906108c 1515
81ecdfbb
RW
1516case "$ac_dir" in
1517.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1518*)
1519 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1520 # A ".." for each directory in $ac_dir_suffix.
1521 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1522 case $ac_top_builddir_sub in
1523 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1524 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1525 esac ;;
1526esac
1527ac_abs_top_builddir=$ac_pwd
1528ac_abs_builddir=$ac_pwd$ac_dir_suffix
1529# for backward compatibility:
1530ac_top_builddir=$ac_top_build_prefix
c906108c 1531
b7026657 1532case $srcdir in
81ecdfbb 1533 .) # We are building in place.
b7026657 1534 ac_srcdir=.
81ecdfbb
RW
1535 ac_top_srcdir=$ac_top_builddir_sub
1536 ac_abs_top_srcdir=$ac_pwd ;;
1537 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1538 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1539 ac_top_srcdir=$srcdir
1540 ac_abs_top_srcdir=$srcdir ;;
1541 *) # Relative name.
1542 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1543 ac_top_srcdir=$ac_top_build_prefix$srcdir
1544 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1545esac
81ecdfbb
RW
1546ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1547
1548 cd "$ac_dir" || { ac_status=$?; continue; }
1549 # Check for guested configure.
1550 if test -f "$ac_srcdir/configure.gnu"; then
1551 echo &&
1552 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1553 elif test -f "$ac_srcdir/configure"; then
1554 echo &&
1555 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1556 else
81ecdfbb
RW
1557 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1558 fi || ac_status=$?
1559 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1560 done
1561fi
1562
81ecdfbb 1563test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1564if $ac_init_version; then
1565 cat <<\_ACEOF
81ecdfbb 1566configure
d0ac1c44 1567generated by GNU Autoconf 2.69
b7026657 1568
d0ac1c44 1569Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1570This configure script is free software; the Free Software Foundation
1571gives unlimited permission to copy, distribute and modify it.
1572_ACEOF
81ecdfbb 1573 exit
b7026657 1574fi
b7026657 1575
81ecdfbb
RW
1576## ------------------------ ##
1577## Autoconf initialization. ##
1578## ------------------------ ##
b7026657 1579
81ecdfbb
RW
1580# ac_fn_c_try_compile LINENO
1581# --------------------------
1582# Try to compile conftest.$ac_ext, and return whether this succeeded.
1583ac_fn_c_try_compile ()
b7026657 1584{
81ecdfbb
RW
1585 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1586 rm -f conftest.$ac_objext
1587 if { { ac_try="$ac_compile"
1588case "(($ac_try" in
1589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1590 *) ac_try_echo=$ac_try;;
1591esac
1592eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1593$as_echo "$ac_try_echo"; } >&5
1594 (eval "$ac_compile") 2>conftest.err
1595 ac_status=$?
1596 if test -s conftest.err; then
1597 grep -v '^ *+' conftest.err >conftest.er1
1598 cat conftest.er1 >&5
1599 mv -f conftest.er1 conftest.err
1600 fi
1601 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1602 test $ac_status = 0; } && {
1603 test -z "$ac_c_werror_flag" ||
1604 test ! -s conftest.err
1605 } && test -s conftest.$ac_objext; then :
1606 ac_retval=0
1607else
1608 $as_echo "$as_me: failed program was:" >&5
1609sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1610
81ecdfbb
RW
1611 ac_retval=1
1612fi
d0ac1c44
SM
1613 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1614 as_fn_set_status $ac_retval
b7026657 1615
81ecdfbb 1616} # ac_fn_c_try_compile
b7026657 1617
81ecdfbb
RW
1618# ac_fn_c_try_cpp LINENO
1619# ----------------------
1620# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1621ac_fn_c_try_cpp ()
1622{
1623 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1624 if { { ac_try="$ac_cpp conftest.$ac_ext"
1625case "(($ac_try" in
1626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1627 *) ac_try_echo=$ac_try;;
1628esac
1629eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1630$as_echo "$ac_try_echo"; } >&5
1631 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1632 ac_status=$?
1633 if test -s conftest.err; then
1634 grep -v '^ *+' conftest.err >conftest.er1
1635 cat conftest.er1 >&5
1636 mv -f conftest.er1 conftest.err
1637 fi
1638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1639 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1640 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1641 test ! -s conftest.err
1642 }; then :
1643 ac_retval=0
1644else
1645 $as_echo "$as_me: failed program was:" >&5
1646sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1647
81ecdfbb
RW
1648 ac_retval=1
1649fi
d0ac1c44
SM
1650 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1651 as_fn_set_status $ac_retval
b7026657 1652
81ecdfbb
RW
1653} # ac_fn_c_try_cpp
1654
1655# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1656# -------------------------------------------------------
1657# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1658# the include files in INCLUDES and setting the cache variable VAR
1659# accordingly.
1660ac_fn_c_check_header_mongrel ()
1661{
1662 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1663 if eval \${$3+:} false; then :
81ecdfbb
RW
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1665$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1666if eval \${$3+:} false; then :
81ecdfbb
RW
1667 $as_echo_n "(cached) " >&6
1668fi
1669eval ac_res=\$$3
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1671$as_echo "$ac_res" >&6; }
1672else
1673 # Is the header compilable?
1674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1675$as_echo_n "checking $2 usability... " >&6; }
1676cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1677/* end confdefs.h. */
1678$4
1679#include <$2>
1680_ACEOF
1681if ac_fn_c_try_compile "$LINENO"; then :
1682 ac_header_compiler=yes
1683else
1684 ac_header_compiler=no
1685fi
1686rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1688$as_echo "$ac_header_compiler" >&6; }
1689
1690# Is the header present?
1691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1692$as_echo_n "checking $2 presence... " >&6; }
1693cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1694/* end confdefs.h. */
1695#include <$2>
1696_ACEOF
1697if ac_fn_c_try_cpp "$LINENO"; then :
1698 ac_header_preproc=yes
1699else
1700 ac_header_preproc=no
1701fi
d0ac1c44 1702rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1704$as_echo "$ac_header_preproc" >&6; }
1705
1706# So? What about this header?
1707case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1708 yes:no: )
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1710$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1712$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1713 ;;
1714 no:yes:* )
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1716$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1718$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1720$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1722$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1724$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1725 ;;
1726esac
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1728$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1729if eval \${$3+:} false; then :
81ecdfbb
RW
1730 $as_echo_n "(cached) " >&6
1731else
1732 eval "$3=\$ac_header_compiler"
1733fi
1734eval ac_res=\$$3
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1736$as_echo "$ac_res" >&6; }
1737fi
d0ac1c44 1738 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1739
1740} # ac_fn_c_check_header_mongrel
1741
1742# ac_fn_c_try_run LINENO
1743# ----------------------
1744# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1745# that executables *can* be run.
1746ac_fn_c_try_run ()
1747{
1748 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1749 if { { ac_try="$ac_link"
1750case "(($ac_try" in
1751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1752 *) ac_try_echo=$ac_try;;
1753esac
1754eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1755$as_echo "$ac_try_echo"; } >&5
1756 (eval "$ac_link") 2>&5
1757 ac_status=$?
1758 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1759 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1760 { { case "(($ac_try" in
1761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762 *) ac_try_echo=$ac_try;;
1763esac
1764eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765$as_echo "$ac_try_echo"; } >&5
1766 (eval "$ac_try") 2>&5
1767 ac_status=$?
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; }; }; then :
1770 ac_retval=0
1771else
1772 $as_echo "$as_me: program exited with status $ac_status" >&5
1773 $as_echo "$as_me: failed program was:" >&5
1774sed 's/^/| /' conftest.$ac_ext >&5
1775
1776 ac_retval=$ac_status
1777fi
1778 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1779 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1780 as_fn_set_status $ac_retval
81ecdfbb
RW
1781
1782} # ac_fn_c_try_run
1783
1784# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1785# -------------------------------------------------------
1786# Tests whether HEADER exists and can be compiled using the include files in
1787# INCLUDES, setting the cache variable VAR accordingly.
1788ac_fn_c_check_header_compile ()
1789{
1790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1792$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1793if eval \${$3+:} false; then :
81ecdfbb
RW
1794 $as_echo_n "(cached) " >&6
1795else
1796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1797/* end confdefs.h. */
1798$4
1799#include <$2>
1800_ACEOF
1801if ac_fn_c_try_compile "$LINENO"; then :
1802 eval "$3=yes"
1803else
1804 eval "$3=no"
1805fi
1806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1807fi
1808eval ac_res=\$$3
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1810$as_echo "$ac_res" >&6; }
d0ac1c44 1811 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1812
1813} # ac_fn_c_check_header_compile
1814
1815# ac_fn_c_try_link LINENO
1816# -----------------------
1817# Try to link conftest.$ac_ext, and return whether this succeeded.
1818ac_fn_c_try_link ()
1819{
1820 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1821 rm -f conftest.$ac_objext conftest$ac_exeext
1822 if { { ac_try="$ac_link"
1823case "(($ac_try" in
1824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1825 *) ac_try_echo=$ac_try;;
1826esac
1827eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1828$as_echo "$ac_try_echo"; } >&5
1829 (eval "$ac_link") 2>conftest.err
1830 ac_status=$?
1831 if test -s conftest.err; then
1832 grep -v '^ *+' conftest.err >conftest.er1
1833 cat conftest.er1 >&5
1834 mv -f conftest.er1 conftest.err
1835 fi
1836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1837 test $ac_status = 0; } && {
1838 test -z "$ac_c_werror_flag" ||
1839 test ! -s conftest.err
1840 } && test -s conftest$ac_exeext && {
1841 test "$cross_compiling" = yes ||
d0ac1c44 1842 test -x conftest$ac_exeext
81ecdfbb
RW
1843 }; then :
1844 ac_retval=0
1845else
1846 $as_echo "$as_me: failed program was:" >&5
1847sed 's/^/| /' conftest.$ac_ext >&5
1848
1849 ac_retval=1
1850fi
1851 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1852 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1853 # interfere with the next link command; also delete a directory that is
1854 # left behind by Apple's compiler. We do this before executing the actions.
1855 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1856 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1857 as_fn_set_status $ac_retval
81ecdfbb
RW
1858
1859} # ac_fn_c_try_link
1860
1861# ac_fn_c_check_func LINENO FUNC VAR
1862# ----------------------------------
1863# Tests whether FUNC exists, setting the cache variable VAR accordingly
1864ac_fn_c_check_func ()
1865{
1866 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1868$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1869if eval \${$3+:} false; then :
81ecdfbb
RW
1870 $as_echo_n "(cached) " >&6
1871else
1872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1873/* end confdefs.h. */
1874/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1875 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1876#define $2 innocuous_$2
1877
1878/* System header to define __stub macros and hopefully few prototypes,
1879 which can conflict with char $2 (); below.
1880 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1881 <limits.h> exists even on freestanding compilers. */
1882
1883#ifdef __STDC__
1884# include <limits.h>
1885#else
1886# include <assert.h>
1887#endif
1888
1889#undef $2
1890
1891/* Override any GCC internal prototype to avoid an error.
1892 Use char because int might match the return type of a GCC
1893 builtin and then its argument prototype would still apply. */
1894#ifdef __cplusplus
1895extern "C"
1896#endif
1897char $2 ();
1898/* The GNU C library defines this for functions which it implements
1899 to always fail with ENOSYS. Some functions are actually named
1900 something starting with __ and the normal name is an alias. */
1901#if defined __stub_$2 || defined __stub___$2
1902choke me
1903#endif
1904
1905int
1906main ()
1907{
1908return $2 ();
1909 ;
1910 return 0;
1911}
1912_ACEOF
1913if ac_fn_c_try_link "$LINENO"; then :
1914 eval "$3=yes"
1915else
1916 eval "$3=no"
1917fi
1918rm -f core conftest.err conftest.$ac_objext \
1919 conftest$ac_exeext conftest.$ac_ext
1920fi
1921eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923$as_echo "$ac_res" >&6; }
d0ac1c44 1924 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1925
1926} # ac_fn_c_check_func
936df756
MF
1927
1928# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1929# ----------------------------------------------------
1930# Tries to find if the field MEMBER exists in type AGGR, after including
1931# INCLUDES, setting cache variable VAR accordingly.
1932ac_fn_c_check_member ()
1933{
1934 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1936$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1937if eval \${$4+:} false; then :
936df756
MF
1938 $as_echo_n "(cached) " >&6
1939else
1940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1941/* end confdefs.h. */
1942$5
1943int
1944main ()
1945{
1946static $2 ac_aggr;
1947if (ac_aggr.$3)
1948return 0;
1949 ;
1950 return 0;
1951}
1952_ACEOF
1953if ac_fn_c_try_compile "$LINENO"; then :
1954 eval "$4=yes"
1955else
1956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1957/* end confdefs.h. */
1958$5
1959int
1960main ()
1961{
1962static $2 ac_aggr;
1963if (sizeof ac_aggr.$3)
1964return 0;
1965 ;
1966 return 0;
1967}
1968_ACEOF
1969if ac_fn_c_try_compile "$LINENO"; then :
1970 eval "$4=yes"
1971else
1972 eval "$4=no"
1973fi
1974rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1975fi
1976rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1977fi
1978eval ac_res=\$$4
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980$as_echo "$ac_res" >&6; }
d0ac1c44 1981 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1982
1983} # ac_fn_c_check_member
1984
1985# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1986# -------------------------------------------
1987# Tests whether TYPE exists after having included INCLUDES, setting cache
1988# variable VAR accordingly.
1989ac_fn_c_check_type ()
1990{
1991 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1993$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1994if eval \${$3+:} false; then :
936df756
MF
1995 $as_echo_n "(cached) " >&6
1996else
1997 eval "$3=no"
1998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1999/* end confdefs.h. */
2000$4
2001int
2002main ()
2003{
2004if (sizeof ($2))
2005 return 0;
2006 ;
2007 return 0;
2008}
2009_ACEOF
2010if ac_fn_c_try_compile "$LINENO"; then :
2011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2012/* end confdefs.h. */
2013$4
2014int
2015main ()
2016{
2017if (sizeof (($2)))
2018 return 0;
2019 ;
2020 return 0;
2021}
2022_ACEOF
2023if ac_fn_c_try_compile "$LINENO"; then :
2024
2025else
2026 eval "$3=yes"
2027fi
2028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2029fi
2030rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2031fi
2032eval ac_res=\$$3
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2034$as_echo "$ac_res" >&6; }
d0ac1c44 2035 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2036
2037} # ac_fn_c_check_type
81ecdfbb
RW
2038cat >config.log <<_ACEOF
2039This file contains any messages produced by compilers while
2040running configure, to aid debugging if configure makes a mistake.
2041
2042It was created by $as_me, which was
d0ac1c44 2043generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2044
2045 $ $0 $@
2046
2047_ACEOF
2048exec 5>>config.log
2049{
2050cat <<_ASUNAME
2051## --------- ##
2052## Platform. ##
2053## --------- ##
2054
2055hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2056uname -m = `(uname -m) 2>/dev/null || echo unknown`
2057uname -r = `(uname -r) 2>/dev/null || echo unknown`
2058uname -s = `(uname -s) 2>/dev/null || echo unknown`
2059uname -v = `(uname -v) 2>/dev/null || echo unknown`
2060
2061/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2062/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2063
2064/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2065/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2066/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2067/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2068/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2069/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2070/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2071
2072_ASUNAME
2073
2074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2075for as_dir in $PATH
2076do
2077 IFS=$as_save_IFS
2078 test -z "$as_dir" && as_dir=.
2079 $as_echo "PATH: $as_dir"
2080 done
2081IFS=$as_save_IFS
2082
2083} >&5
2084
2085cat >&5 <<_ACEOF
b7026657
AC
2086
2087
2088## ----------- ##
2089## Core tests. ##
2090## ----------- ##
2091
2092_ACEOF
2093
2094
2095# Keep a trace of the command line.
2096# Strip out --no-create and --no-recursion so they do not pile up.
2097# Strip out --silent because we don't want to record it for future runs.
2098# Also quote any args containing shell meta-characters.
2099# Make two passes to allow for proper duplicate-argument suppression.
2100ac_configure_args=
2101ac_configure_args0=
2102ac_configure_args1=
b7026657
AC
2103ac_must_keep_next=false
2104for ac_pass in 1 2
2105do
2106 for ac_arg
2107 do
2108 case $ac_arg in
2109 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2110 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2111 | -silent | --silent | --silen | --sile | --sil)
2112 continue ;;
81ecdfbb
RW
2113 *\'*)
2114 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2115 esac
2116 case $ac_pass in
81ecdfbb 2117 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2118 2)
81ecdfbb 2119 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2120 if test $ac_must_keep_next = true; then
2121 ac_must_keep_next=false # Got value, back to normal.
2122 else
2123 case $ac_arg in
2124 *=* | --config-cache | -C | -disable-* | --disable-* \
2125 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2126 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2127 | -with-* | --with-* | -without-* | --without-* | --x)
2128 case "$ac_configure_args0 " in
2129 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2130 esac
2131 ;;
2132 -* ) ac_must_keep_next=true ;;
2133 esac
2134 fi
81ecdfbb 2135 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2136 ;;
2137 esac
2138 done
2139done
81ecdfbb
RW
2140{ ac_configure_args0=; unset ac_configure_args0;}
2141{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2142
2143# When interrupted or exit'd, cleanup temporary files, and complete
2144# config.log. We remove comments because anyway the quotes in there
2145# would cause problems or look ugly.
81ecdfbb
RW
2146# WARNING: Use '\'' to represent an apostrophe within the trap.
2147# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2148trap 'exit_status=$?
2149 # Save into config.log some information that might help in debugging.
2150 {
2151 echo
2152
d0ac1c44 2153 $as_echo "## ---------------- ##
b7026657 2154## Cache variables. ##
d0ac1c44 2155## ---------------- ##"
b7026657
AC
2156 echo
2157 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2158(
2159 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2160 eval ac_val=\$$ac_var
2161 case $ac_val in #(
2162 *${as_nl}*)
2163 case $ac_var in #(
2164 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2165$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2166 esac
2167 case $ac_var in #(
2168 _ | IFS | as_nl) ;; #(
2169 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2170 *) { eval $ac_var=; unset $ac_var;} ;;
2171 esac ;;
2172 esac
2173 done
b7026657 2174 (set) 2>&1 |
81ecdfbb
RW
2175 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2176 *${as_nl}ac_space=\ *)
b7026657 2177 sed -n \
81ecdfbb
RW
2178 "s/'\''/'\''\\\\'\'''\''/g;
2179 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2180 ;; #(
b7026657 2181 *)
81ecdfbb 2182 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2183 ;;
81ecdfbb
RW
2184 esac |
2185 sort
2186)
b7026657
AC
2187 echo
2188
d0ac1c44 2189 $as_echo "## ----------------- ##
b7026657 2190## Output variables. ##
d0ac1c44 2191## ----------------- ##"
b7026657
AC
2192 echo
2193 for ac_var in $ac_subst_vars
2194 do
81ecdfbb
RW
2195 eval ac_val=\$$ac_var
2196 case $ac_val in
2197 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2198 esac
2199 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2200 done | sort
2201 echo
2202
2203 if test -n "$ac_subst_files"; then
d0ac1c44 2204 $as_echo "## ------------------- ##
81ecdfbb 2205## File substitutions. ##
d0ac1c44 2206## ------------------- ##"
b7026657
AC
2207 echo
2208 for ac_var in $ac_subst_files
2209 do
81ecdfbb
RW
2210 eval ac_val=\$$ac_var
2211 case $ac_val in
2212 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2213 esac
2214 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2215 done | sort
2216 echo
2217 fi
2218
2219 if test -s confdefs.h; then
d0ac1c44 2220 $as_echo "## ----------- ##
b7026657 2221## confdefs.h. ##
d0ac1c44 2222## ----------- ##"
b7026657 2223 echo
81ecdfbb 2224 cat confdefs.h
b7026657
AC
2225 echo
2226 fi
2227 test "$ac_signal" != 0 &&
81ecdfbb
RW
2228 $as_echo "$as_me: caught signal $ac_signal"
2229 $as_echo "$as_me: exit $exit_status"
b7026657 2230 } >&5
81ecdfbb
RW
2231 rm -f core *.core core.conftest.* &&
2232 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2233 exit $exit_status
81ecdfbb 2234' 0
b7026657 2235for ac_signal in 1 2 13 15; do
81ecdfbb 2236 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2237done
2238ac_signal=0
2239
2240# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2241rm -f -r conftest* confdefs.h
2242
2243$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2244
2245# Predefined preprocessor variables.
2246
2247cat >>confdefs.h <<_ACEOF
2248#define PACKAGE_NAME "$PACKAGE_NAME"
2249_ACEOF
2250
b7026657
AC
2251cat >>confdefs.h <<_ACEOF
2252#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2253_ACEOF
2254
b7026657
AC
2255cat >>confdefs.h <<_ACEOF
2256#define PACKAGE_VERSION "$PACKAGE_VERSION"
2257_ACEOF
2258
b7026657
AC
2259cat >>confdefs.h <<_ACEOF
2260#define PACKAGE_STRING "$PACKAGE_STRING"
2261_ACEOF
2262
b7026657
AC
2263cat >>confdefs.h <<_ACEOF
2264#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2265_ACEOF
2266
81ecdfbb
RW
2267cat >>confdefs.h <<_ACEOF
2268#define PACKAGE_URL "$PACKAGE_URL"
2269_ACEOF
2270
b7026657
AC
2271
2272# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2273# Prefer an explicitly selected file to automatically selected ones.
2274ac_site_file1=NONE
2275ac_site_file2=NONE
2276if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2277 # We do not want a PATH search for config.site.
2278 case $CONFIG_SITE in #((
2279 -*) ac_site_file1=./$CONFIG_SITE;;
2280 */*) ac_site_file1=$CONFIG_SITE;;
2281 *) ac_site_file1=./$CONFIG_SITE;;
2282 esac
81ecdfbb
RW
2283elif test "x$prefix" != xNONE; then
2284 ac_site_file1=$prefix/share/config.site
2285 ac_site_file2=$prefix/etc/config.site
2286else
2287 ac_site_file1=$ac_default_prefix/share/config.site
2288 ac_site_file2=$ac_default_prefix/etc/config.site
2289fi
2290for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2291do
2292 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2293 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2295$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2296 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2297 . "$ac_site_file" \
2298 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2299$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2300as_fn_error $? "failed to load site script $ac_site_file
2301See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2302 fi
2303done
2304
2305if test -r "$cache_file"; then
d0ac1c44
SM
2306 # Some versions of bash will fail to source /dev/null (special files
2307 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2308 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2310$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2311 case $cache_file in
81ecdfbb
RW
2312 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2313 *) . "./$cache_file";;
b7026657
AC
2314 esac
2315 fi
c906108c 2316else
81ecdfbb
RW
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2318$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2319 >$cache_file
2320fi
2321
2322# Check that the precious variables saved in the cache have kept the same
2323# value.
2324ac_cache_corrupted=false
81ecdfbb 2325for ac_var in $ac_precious_vars; do
b7026657
AC
2326 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2327 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2328 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2329 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2330 case $ac_old_set,$ac_new_set in
2331 set,)
81ecdfbb
RW
2332 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2333$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2334 ac_cache_corrupted=: ;;
2335 ,set)
81ecdfbb
RW
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2337$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2338 ac_cache_corrupted=: ;;
2339 ,);;
2340 *)
2341 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2342 # differences in whitespace do not lead to failure.
2343 ac_old_val_w=`echo x $ac_old_val`
2344 ac_new_val_w=`echo x $ac_new_val`
2345 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2347$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2348 ac_cache_corrupted=:
2349 else
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2351$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2352 eval $ac_var=\$ac_old_val
2353 fi
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2355$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2357$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2358 fi;;
2359 esac
2360 # Pass precious variables to config.status.
2361 if test "$ac_new_set" = set; then
2362 case $ac_new_val in
81ecdfbb 2363 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2364 *) ac_arg=$ac_var=$ac_new_val ;;
2365 esac
2366 case " $ac_configure_args " in
2367 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2368 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2369 esac
2370 fi
2371done
2372if $ac_cache_corrupted; then
81ecdfbb
RW
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2374$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2376$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2377 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c906108c 2378fi
81ecdfbb
RW
2379## -------------------- ##
2380## Main body of script. ##
2381## -------------------- ##
b7026657
AC
2382
2383ac_ext=c
2384ac_cpp='$CPP $CPPFLAGS'
2385ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2386ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2387ac_compiler_gnu=$ac_cv_c_compiler_gnu
2388
2389
6bb11ab3
L
2390
2391
2392
2393
2394
2395ac_ext=c
2396ac_cpp='$CPP $CPPFLAGS'
2397ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2398ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2399ac_compiler_gnu=$ac_cv_c_compiler_gnu
2400if test -n "$ac_tool_prefix"; then
2401 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2402set dummy ${ac_tool_prefix}gcc; ac_word=$2
2403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2404$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2405if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2406 $as_echo_n "(cached) " >&6
2407else
2408 if test -n "$CC"; then
2409 ac_cv_prog_CC="$CC" # Let the user override the test.
2410else
2411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2412for as_dir in $PATH
2413do
2414 IFS=$as_save_IFS
2415 test -z "$as_dir" && as_dir=.
2416 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2417 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2418 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2420 break 2
2421 fi
2422done
2423 done
2424IFS=$as_save_IFS
2425
2426fi
2427fi
2428CC=$ac_cv_prog_CC
2429if test -n "$CC"; then
2430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2431$as_echo "$CC" >&6; }
2432else
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2434$as_echo "no" >&6; }
2435fi
2436
2437
2438fi
2439if test -z "$ac_cv_prog_CC"; then
2440 ac_ct_CC=$CC
2441 # Extract the first word of "gcc", so it can be a program name with args.
2442set dummy gcc; ac_word=$2
2443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2444$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2445if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2446 $as_echo_n "(cached) " >&6
2447else
2448 if test -n "$ac_ct_CC"; then
2449 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2450else
2451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2452for as_dir in $PATH
2453do
2454 IFS=$as_save_IFS
2455 test -z "$as_dir" && as_dir=.
2456 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2457 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2458 ac_cv_prog_ac_ct_CC="gcc"
2459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2460 break 2
2461 fi
2462done
2463 done
2464IFS=$as_save_IFS
2465
2466fi
2467fi
2468ac_ct_CC=$ac_cv_prog_ac_ct_CC
2469if test -n "$ac_ct_CC"; then
2470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2471$as_echo "$ac_ct_CC" >&6; }
2472else
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2474$as_echo "no" >&6; }
2475fi
2476
2477 if test "x$ac_ct_CC" = x; then
2478 CC=""
2479 else
2480 case $cross_compiling:$ac_tool_warned in
2481yes:)
2482{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2483$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2484ac_tool_warned=yes ;;
2485esac
2486 CC=$ac_ct_CC
2487 fi
2488else
2489 CC="$ac_cv_prog_CC"
2490fi
2491
2492if test -z "$CC"; then
2493 if test -n "$ac_tool_prefix"; then
2494 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2495set dummy ${ac_tool_prefix}cc; ac_word=$2
2496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2497$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2498if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2499 $as_echo_n "(cached) " >&6
2500else
2501 if test -n "$CC"; then
2502 ac_cv_prog_CC="$CC" # Let the user override the test.
2503else
2504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2505for as_dir in $PATH
2506do
2507 IFS=$as_save_IFS
2508 test -z "$as_dir" && as_dir=.
2509 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2511 ac_cv_prog_CC="${ac_tool_prefix}cc"
2512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2513 break 2
2514 fi
2515done
2516 done
2517IFS=$as_save_IFS
2518
2519fi
2520fi
2521CC=$ac_cv_prog_CC
2522if test -n "$CC"; then
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2524$as_echo "$CC" >&6; }
2525else
2526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2527$as_echo "no" >&6; }
2528fi
2529
2530
2531 fi
2532fi
2533if test -z "$CC"; then
2534 # Extract the first word of "cc", so it can be a program name with args.
2535set dummy cc; ac_word=$2
2536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2537$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2538if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2539 $as_echo_n "(cached) " >&6
2540else
2541 if test -n "$CC"; then
2542 ac_cv_prog_CC="$CC" # Let the user override the test.
2543else
2544 ac_prog_rejected=no
2545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2546for as_dir in $PATH
2547do
2548 IFS=$as_save_IFS
2549 test -z "$as_dir" && as_dir=.
2550 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2551 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2552 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2553 ac_prog_rejected=yes
2554 continue
2555 fi
2556 ac_cv_prog_CC="cc"
2557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2558 break 2
2559 fi
2560done
2561 done
2562IFS=$as_save_IFS
2563
2564if test $ac_prog_rejected = yes; then
2565 # We found a bogon in the path, so make sure we never use it.
2566 set dummy $ac_cv_prog_CC
2567 shift
2568 if test $# != 0; then
2569 # We chose a different compiler from the bogus one.
2570 # However, it has the same basename, so the bogon will be chosen
2571 # first if we set CC to just the basename; use the full file name.
2572 shift
2573 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2574 fi
2575fi
2576fi
2577fi
2578CC=$ac_cv_prog_CC
2579if test -n "$CC"; then
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2581$as_echo "$CC" >&6; }
2582else
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2584$as_echo "no" >&6; }
2585fi
2586
2587
2588fi
2589if test -z "$CC"; then
2590 if test -n "$ac_tool_prefix"; then
2591 for ac_prog in cl.exe
2592 do
2593 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2594set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2595{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2596$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2597if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2598 $as_echo_n "(cached) " >&6
2599else
2600 if test -n "$CC"; then
2601 ac_cv_prog_CC="$CC" # Let the user override the test.
2602else
2603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2604for as_dir in $PATH
2605do
2606 IFS=$as_save_IFS
2607 test -z "$as_dir" && as_dir=.
2608 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2609 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2610 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2612 break 2
2613 fi
2614done
2615 done
2616IFS=$as_save_IFS
2617
2618fi
2619fi
2620CC=$ac_cv_prog_CC
2621if test -n "$CC"; then
2622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2623$as_echo "$CC" >&6; }
2624else
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2626$as_echo "no" >&6; }
2627fi
2628
2629
2630 test -n "$CC" && break
2631 done
2632fi
2633if test -z "$CC"; then
2634 ac_ct_CC=$CC
2635 for ac_prog in cl.exe
2636do
2637 # Extract the first word of "$ac_prog", so it can be a program name with args.
2638set dummy $ac_prog; ac_word=$2
2639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2640$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2641if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2642 $as_echo_n "(cached) " >&6
2643else
2644 if test -n "$ac_ct_CC"; then
2645 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2646else
2647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2648for as_dir in $PATH
2649do
2650 IFS=$as_save_IFS
2651 test -z "$as_dir" && as_dir=.
2652 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2653 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2654 ac_cv_prog_ac_ct_CC="$ac_prog"
2655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2656 break 2
2657 fi
2658done
2659 done
2660IFS=$as_save_IFS
2661
2662fi
2663fi
2664ac_ct_CC=$ac_cv_prog_ac_ct_CC
2665if test -n "$ac_ct_CC"; then
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2667$as_echo "$ac_ct_CC" >&6; }
2668else
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2670$as_echo "no" >&6; }
2671fi
2672
2673
2674 test -n "$ac_ct_CC" && break
2675done
2676
2677 if test "x$ac_ct_CC" = x; then
2678 CC=""
2679 else
2680 case $cross_compiling:$ac_tool_warned in
2681yes:)
2682{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2683$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2684ac_tool_warned=yes ;;
2685esac
2686 CC=$ac_ct_CC
2687 fi
2688fi
2689
2690fi
2691
2692
2693test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2694$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2695as_fn_error $? "no acceptable C compiler found in \$PATH
2696See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2697
2698# Provide some information about the compiler.
2699$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2700set X $ac_compile
2701ac_compiler=$2
2702for ac_option in --version -v -V -qversion; do
2703 { { ac_try="$ac_compiler $ac_option >&5"
2704case "(($ac_try" in
2705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2706 *) ac_try_echo=$ac_try;;
2707esac
2708eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2709$as_echo "$ac_try_echo"; } >&5
2710 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2711 ac_status=$?
2712 if test -s conftest.err; then
2713 sed '10a\
2714... rest of stderr output deleted ...
2715 10q' conftest.err >conftest.er1
2716 cat conftest.er1 >&5
6bb11ab3 2717 fi
d0ac1c44 2718 rm -f conftest.er1 conftest.err
6bb11ab3
L
2719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2720 test $ac_status = 0; }
2721done
2722
2723cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2724/* end confdefs.h. */
2725
2726int
2727main ()
2728{
2729
2730 ;
2731 return 0;
2732}
2733_ACEOF
2734ac_clean_files_save=$ac_clean_files
d0ac1c44 2735ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2736# Try to create an executable without -o first, disregard a.out.
2737# It will help us diagnose broken compilers, and finding out an intuition
2738# of exeext.
d0ac1c44
SM
2739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2740$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2741ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2742
2743# The possible output files:
2744ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2745
2746ac_rmfiles=
2747for ac_file in $ac_files
2748do
2749 case $ac_file in
2750 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2751 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2752 esac
2753done
2754rm -f $ac_rmfiles
2755
2756if { { ac_try="$ac_link_default"
2757case "(($ac_try" in
2758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2759 *) ac_try_echo=$ac_try;;
2760esac
2761eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2762$as_echo "$ac_try_echo"; } >&5
2763 (eval "$ac_link_default") 2>&5
2764 ac_status=$?
2765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2766 test $ac_status = 0; }; then :
2767 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2768# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2769# in a Makefile. We should not override ac_cv_exeext if it was cached,
2770# so that the user can short-circuit this test for compilers unknown to
2771# Autoconf.
2772for ac_file in $ac_files ''
2773do
2774 test -f "$ac_file" || continue
2775 case $ac_file in
2776 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2777 ;;
2778 [ab].out )
2779 # We found the default executable, but exeext='' is most
2780 # certainly right.
2781 break;;
2782 *.* )
2783 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2784 then :; else
2785 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2786 fi
2787 # We set ac_cv_exeext here because the later test for it is not
2788 # safe: cross compilers may not add the suffix if given an `-o'
2789 # argument, so we may need to know it at that point already.
2790 # Even if this section looks crufty: it has the advantage of
2791 # actually working.
2792 break;;
2793 * )
2794 break;;
2795 esac
2796done
2797test "$ac_cv_exeext" = no && ac_cv_exeext=
2798
2799else
2800 ac_file=''
2801fi
6bb11ab3 2802if test -z "$ac_file"; then :
d0ac1c44
SM
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2804$as_echo "no" >&6; }
2805$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2806sed 's/^/| /' conftest.$ac_ext >&5
2807
2808{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2809$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2810as_fn_error 77 "C compiler cannot create executables
2811See \`config.log' for more details" "$LINENO" 5; }
2812else
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2814$as_echo "yes" >&6; }
6bb11ab3 2815fi
d0ac1c44
SM
2816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2817$as_echo_n "checking for C compiler default output file name... " >&6; }
2818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2819$as_echo "$ac_file" >&6; }
6bb11ab3
L
2820ac_exeext=$ac_cv_exeext
2821
d0ac1c44 2822rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2823ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2825$as_echo_n "checking for suffix of executables... " >&6; }
2826if { { ac_try="$ac_link"
2827case "(($ac_try" in
2828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2829 *) ac_try_echo=$ac_try;;
2830esac
2831eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2832$as_echo "$ac_try_echo"; } >&5
2833 (eval "$ac_link") 2>&5
2834 ac_status=$?
2835 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2836 test $ac_status = 0; }; then :
2837 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2838# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2839# work properly (i.e., refer to `conftest.exe'), while it won't with
2840# `rm'.
2841for ac_file in conftest.exe conftest conftest.*; do
2842 test -f "$ac_file" || continue
2843 case $ac_file in
2844 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2845 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2846 break;;
2847 * ) break;;
2848 esac
2849done
2850else
2851 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2852$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2853as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2854See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2855fi
d0ac1c44 2856rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2858$as_echo "$ac_cv_exeext" >&6; }
2859
2860rm -f conftest.$ac_ext
2861EXEEXT=$ac_cv_exeext
2862ac_exeext=$EXEEXT
d0ac1c44
SM
2863cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2864/* end confdefs.h. */
2865#include <stdio.h>
2866int
2867main ()
2868{
2869FILE *f = fopen ("conftest.out", "w");
2870 return ferror (f) || fclose (f) != 0;
2871
2872 ;
2873 return 0;
2874}
2875_ACEOF
2876ac_clean_files="$ac_clean_files conftest.out"
2877# Check that the compiler produces executables we can run. If not, either
2878# the compiler is broken, or we cross compile.
2879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2880$as_echo_n "checking whether we are cross compiling... " >&6; }
2881if test "$cross_compiling" != yes; then
2882 { { ac_try="$ac_link"
2883case "(($ac_try" in
2884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2885 *) ac_try_echo=$ac_try;;
2886esac
2887eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2888$as_echo "$ac_try_echo"; } >&5
2889 (eval "$ac_link") 2>&5
2890 ac_status=$?
2891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2892 test $ac_status = 0; }
2893 if { ac_try='./conftest$ac_cv_exeext'
2894 { { case "(($ac_try" in
2895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2896 *) ac_try_echo=$ac_try;;
2897esac
2898eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2899$as_echo "$ac_try_echo"; } >&5
2900 (eval "$ac_try") 2>&5
2901 ac_status=$?
2902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2903 test $ac_status = 0; }; }; then
2904 cross_compiling=no
2905 else
2906 if test "$cross_compiling" = maybe; then
2907 cross_compiling=yes
2908 else
2909 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2910$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2911as_fn_error $? "cannot run C compiled programs.
2912If you meant to cross compile, use \`--host'.
2913See \`config.log' for more details" "$LINENO" 5; }
2914 fi
2915 fi
2916fi
2917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2918$as_echo "$cross_compiling" >&6; }
2919
2920rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2921ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2923$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2924if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2925 $as_echo_n "(cached) " >&6
2926else
2927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2928/* end confdefs.h. */
2929
2930int
2931main ()
2932{
2933
2934 ;
2935 return 0;
2936}
2937_ACEOF
2938rm -f conftest.o conftest.obj
2939if { { ac_try="$ac_compile"
2940case "(($ac_try" in
2941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2942 *) ac_try_echo=$ac_try;;
2943esac
2944eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2945$as_echo "$ac_try_echo"; } >&5
2946 (eval "$ac_compile") 2>&5
2947 ac_status=$?
2948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2949 test $ac_status = 0; }; then :
2950 for ac_file in conftest.o conftest.obj conftest.*; do
2951 test -f "$ac_file" || continue;
2952 case $ac_file in
2953 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2954 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2955 break;;
2956 esac
2957done
2958else
2959 $as_echo "$as_me: failed program was:" >&5
2960sed 's/^/| /' conftest.$ac_ext >&5
2961
2962{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2963$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2964as_fn_error $? "cannot compute suffix of object files: cannot compile
2965See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2966fi
2967rm -f conftest.$ac_cv_objext conftest.$ac_ext
2968fi
2969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2970$as_echo "$ac_cv_objext" >&6; }
2971OBJEXT=$ac_cv_objext
2972ac_objext=$OBJEXT
2973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2974$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2975if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2976 $as_echo_n "(cached) " >&6
2977else
2978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2979/* end confdefs.h. */
2980
2981int
2982main ()
2983{
2984#ifndef __GNUC__
2985 choke me
2986#endif
2987
2988 ;
2989 return 0;
2990}
2991_ACEOF
2992if ac_fn_c_try_compile "$LINENO"; then :
2993 ac_compiler_gnu=yes
2994else
2995 ac_compiler_gnu=no
2996fi
2997rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2998ac_cv_c_compiler_gnu=$ac_compiler_gnu
2999
3000fi
3001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3002$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3003if test $ac_compiler_gnu = yes; then
3004 GCC=yes
3005else
3006 GCC=
3007fi
3008ac_test_CFLAGS=${CFLAGS+set}
3009ac_save_CFLAGS=$CFLAGS
3010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3011$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3012if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3013 $as_echo_n "(cached) " >&6
3014else
3015 ac_save_c_werror_flag=$ac_c_werror_flag
3016 ac_c_werror_flag=yes
3017 ac_cv_prog_cc_g=no
3018 CFLAGS="-g"
3019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3020/* end confdefs.h. */
3021
3022int
3023main ()
3024{
3025
3026 ;
3027 return 0;
3028}
3029_ACEOF
3030if ac_fn_c_try_compile "$LINENO"; then :
3031 ac_cv_prog_cc_g=yes
3032else
3033 CFLAGS=""
3034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3035/* end confdefs.h. */
3036
3037int
3038main ()
3039{
3040
3041 ;
3042 return 0;
3043}
3044_ACEOF
3045if ac_fn_c_try_compile "$LINENO"; then :
3046
3047else
3048 ac_c_werror_flag=$ac_save_c_werror_flag
3049 CFLAGS="-g"
3050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3051/* end confdefs.h. */
3052
3053int
3054main ()
3055{
3056
3057 ;
3058 return 0;
3059}
3060_ACEOF
3061if ac_fn_c_try_compile "$LINENO"; then :
3062 ac_cv_prog_cc_g=yes
3063fi
3064rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3065fi
3066rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067fi
3068rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069 ac_c_werror_flag=$ac_save_c_werror_flag
3070fi
3071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3072$as_echo "$ac_cv_prog_cc_g" >&6; }
3073if test "$ac_test_CFLAGS" = set; then
3074 CFLAGS=$ac_save_CFLAGS
3075elif test $ac_cv_prog_cc_g = yes; then
3076 if test "$GCC" = yes; then
3077 CFLAGS="-g -O2"
3078 else
3079 CFLAGS="-g"
3080 fi
3081else
3082 if test "$GCC" = yes; then
3083 CFLAGS="-O2"
3084 else
3085 CFLAGS=
3086 fi
3087fi
3088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3089$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3090if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3091 $as_echo_n "(cached) " >&6
3092else
3093 ac_cv_prog_cc_c89=no
3094ac_save_CC=$CC
3095cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3096/* end confdefs.h. */
3097#include <stdarg.h>
3098#include <stdio.h>
d0ac1c44 3099struct stat;
6bb11ab3
L
3100/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3101struct buf { int x; };
3102FILE * (*rcsopen) (struct buf *, struct stat *, int);
3103static char *e (p, i)
3104 char **p;
3105 int i;
3106{
3107 return p[i];
3108}
3109static char *f (char * (*g) (char **, int), char **p, ...)
3110{
3111 char *s;
3112 va_list v;
3113 va_start (v,p);
3114 s = g (p, va_arg (v,int));
3115 va_end (v);
3116 return s;
3117}
3118
3119/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3120 function prototypes and stuff, but not '\xHH' hex character constants.
3121 These don't provoke an error unfortunately, instead are silently treated
3122 as 'x'. The following induces an error, until -std is added to get
3123 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3124 array size at least. It's necessary to write '\x00'==0 to get something
3125 that's true only with -std. */
3126int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3127
3128/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3129 inside strings and character constants. */
3130#define FOO(x) 'x'
3131int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3132
3133int test (int i, double x);
3134struct s1 {int (*f) (int a);};
3135struct s2 {int (*f) (double a);};
3136int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3137int argc;
3138char **argv;
3139int
3140main ()
3141{
3142return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3143 ;
3144 return 0;
3145}
3146_ACEOF
3147for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3148 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3149do
3150 CC="$ac_save_CC $ac_arg"
3151 if ac_fn_c_try_compile "$LINENO"; then :
3152 ac_cv_prog_cc_c89=$ac_arg
3153fi
3154rm -f core conftest.err conftest.$ac_objext
3155 test "x$ac_cv_prog_cc_c89" != "xno" && break
3156done
3157rm -f conftest.$ac_ext
3158CC=$ac_save_CC
3159
3160fi
3161# AC_CACHE_VAL
3162case "x$ac_cv_prog_cc_c89" in
3163 x)
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3165$as_echo "none needed" >&6; } ;;
3166 xno)
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3168$as_echo "unsupported" >&6; } ;;
3169 *)
3170 CC="$CC $ac_cv_prog_cc_c89"
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3172$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3173esac
3174if test "x$ac_cv_prog_cc_c89" != xno; then :
3175
3176fi
3177
3178ac_ext=c
3179ac_cpp='$CPP $CPPFLAGS'
3180ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3181ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3182ac_compiler_gnu=$ac_cv_c_compiler_gnu
3183
3184ac_aux_dir=
3185for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
3186 if test -f "$ac_dir/install-sh"; then
3187 ac_aux_dir=$ac_dir
3188 ac_install_sh="$ac_aux_dir/install-sh -c"
3189 break
3190 elif test -f "$ac_dir/install.sh"; then
3191 ac_aux_dir=$ac_dir
3192 ac_install_sh="$ac_aux_dir/install.sh -c"
3193 break
3194 elif test -f "$ac_dir/shtool"; then
3195 ac_aux_dir=$ac_dir
3196 ac_install_sh="$ac_aux_dir/shtool install -c"
3197 break
3198 fi
6bb11ab3
L
3199done
3200if test -z "$ac_aux_dir"; then
d0ac1c44 3201 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
3202fi
3203
3204# These three variables are undocumented and unsupported,
3205# and are intended to be withdrawn in a future Autoconf release.
3206# They can cause serious problems if a builder's source tree is in a directory
3207# whose full name contains unusual characters.
3208ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3209ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3210ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3211
3212
3213# Make sure we can run config.sub.
3214$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 3215 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
3216
3217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3218$as_echo_n "checking build system type... " >&6; }
d0ac1c44 3219if ${ac_cv_build+:} false; then :
6bb11ab3
L
3220 $as_echo_n "(cached) " >&6
3221else
3222 ac_build_alias=$build_alias
3223test "x$ac_build_alias" = x &&
3224 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3225test "x$ac_build_alias" = x &&
d0ac1c44 3226 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 3227ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 3228 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
3229
3230fi
3231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3232$as_echo "$ac_cv_build" >&6; }
3233case $ac_cv_build in
3234*-*-*) ;;
d0ac1c44 3235*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
3236esac
3237build=$ac_cv_build
3238ac_save_IFS=$IFS; IFS='-'
3239set x $ac_cv_build
3240shift
3241build_cpu=$1
3242build_vendor=$2
3243shift; shift
3244# Remember, the first character of IFS is used to create $*,
3245# except with old shells:
3246build_os=$*
3247IFS=$ac_save_IFS
3248case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3249
3250
3251{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3252$as_echo_n "checking host system type... " >&6; }
d0ac1c44 3253if ${ac_cv_host+:} false; then :
6bb11ab3
L
3254 $as_echo_n "(cached) " >&6
3255else
3256 if test "x$host_alias" = x; then
3257 ac_cv_host=$ac_cv_build
3258else
3259 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 3260 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
3261fi
3262
3263fi
3264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3265$as_echo "$ac_cv_host" >&6; }
3266case $ac_cv_host in
3267*-*-*) ;;
d0ac1c44 3268*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
3269esac
3270host=$ac_cv_host
3271ac_save_IFS=$IFS; IFS='-'
3272set x $ac_cv_host
3273shift
3274host_cpu=$1
3275host_vendor=$2
3276shift; shift
3277# Remember, the first character of IFS is used to create $*,
3278# except with old shells:
3279host_os=$*
3280IFS=$ac_save_IFS
3281case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3282
3283
3284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3285$as_echo_n "checking target system type... " >&6; }
d0ac1c44 3286if ${ac_cv_target+:} false; then :
6bb11ab3
L
3287 $as_echo_n "(cached) " >&6
3288else
3289 if test "x$target_alias" = x; then
3290 ac_cv_target=$ac_cv_host
3291else
3292 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 3293 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
3294fi
3295
3296fi
3297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3298$as_echo "$ac_cv_target" >&6; }
3299case $ac_cv_target in
3300*-*-*) ;;
d0ac1c44 3301*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
3302esac
3303target=$ac_cv_target
3304ac_save_IFS=$IFS; IFS='-'
3305set x $ac_cv_target
3306shift
3307target_cpu=$1
3308target_vendor=$2
3309shift; shift
3310# Remember, the first character of IFS is used to create $*,
3311# except with old shells:
3312target_os=$*
3313IFS=$ac_save_IFS
3314case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3315
3316
3317# The aliases save the names the user supplied, while $host etc.
3318# will get canonicalized.
3319test -n "$target_alias" &&
3320 test "$program_prefix$program_suffix$program_transform_name" = \
3321 NONENONEs,x,x, &&
3322 program_prefix=${target_alias}-
3323
3324ac_ext=c
3325ac_cpp='$CPP $CPPFLAGS'
3326ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3327ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3328ac_compiler_gnu=$ac_cv_c_compiler_gnu
3329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3330$as_echo_n "checking how to run the C preprocessor... " >&6; }
3331# On Suns, sometimes $CPP names a directory.
3332if test -n "$CPP" && test -d "$CPP"; then
3333 CPP=
3334fi
3335if test -z "$CPP"; then
d0ac1c44 3336 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
3337 $as_echo_n "(cached) " >&6
3338else
3339 # Double quotes because CPP needs to be expanded
3340 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3341 do
3342 ac_preproc_ok=false
3343for ac_c_preproc_warn_flag in '' yes
3344do
3345 # Use a header file that comes with gcc, so configuring glibc
3346 # with a fresh cross-compiler works.
3347 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3348 # <limits.h> exists even on freestanding compilers.
3349 # On the NeXT, cc -E runs the code through the compiler's parser,
3350 # not just through cpp. "Syntax error" is here to catch this case.
3351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3352/* end confdefs.h. */
3353#ifdef __STDC__
3354# include <limits.h>
3355#else
3356# include <assert.h>
3357#endif
3358 Syntax error
3359_ACEOF
3360if ac_fn_c_try_cpp "$LINENO"; then :
3361
3362else
3363 # Broken: fails on valid input.
3364continue
3365fi
d0ac1c44 3366rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3367
3368 # OK, works on sane cases. Now check whether nonexistent headers
3369 # can be detected and how.
3370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3371/* end confdefs.h. */
3372#include <ac_nonexistent.h>
3373_ACEOF
3374if ac_fn_c_try_cpp "$LINENO"; then :
3375 # Broken: success on invalid input.
3376continue
3377else
3378 # Passes both tests.
3379ac_preproc_ok=:
3380break
3381fi
d0ac1c44 3382rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3383
3384done
3385# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3386rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
3387if $ac_preproc_ok; then :
3388 break
3389fi
3390
3391 done
3392 ac_cv_prog_CPP=$CPP
3393
3394fi
3395 CPP=$ac_cv_prog_CPP
3396else
3397 ac_cv_prog_CPP=$CPP
3398fi
3399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3400$as_echo "$CPP" >&6; }
3401ac_preproc_ok=false
3402for ac_c_preproc_warn_flag in '' yes
3403do
3404 # Use a header file that comes with gcc, so configuring glibc
3405 # with a fresh cross-compiler works.
3406 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3407 # <limits.h> exists even on freestanding compilers.
3408 # On the NeXT, cc -E runs the code through the compiler's parser,
3409 # not just through cpp. "Syntax error" is here to catch this case.
3410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3411/* end confdefs.h. */
3412#ifdef __STDC__
3413# include <limits.h>
3414#else
3415# include <assert.h>
3416#endif
3417 Syntax error
3418_ACEOF
3419if ac_fn_c_try_cpp "$LINENO"; then :
3420
3421else
3422 # Broken: fails on valid input.
3423continue
3424fi
d0ac1c44 3425rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3426
3427 # OK, works on sane cases. Now check whether nonexistent headers
3428 # can be detected and how.
3429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3430/* end confdefs.h. */
3431#include <ac_nonexistent.h>
3432_ACEOF
3433if ac_fn_c_try_cpp "$LINENO"; then :
3434 # Broken: success on invalid input.
3435continue
3436else
3437 # Passes both tests.
3438ac_preproc_ok=:
3439break
3440fi
d0ac1c44 3441rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3442
3443done
3444# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3445rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
3446if $ac_preproc_ok; then :
3447
3448else
3449 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3450$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3451as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3452See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3453fi
3454
3455ac_ext=c
3456ac_cpp='$CPP $CPPFLAGS'
3457ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3458ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3459ac_compiler_gnu=$ac_cv_c_compiler_gnu
3460
3461
3462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3463$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3464if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3465 $as_echo_n "(cached) " >&6
3466else
3467 if test -z "$GREP"; then
3468 ac_path_GREP_found=false
3469 # Loop through the user's path and test for each of PROGNAME-LIST
3470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3471for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3472do
3473 IFS=$as_save_IFS
3474 test -z "$as_dir" && as_dir=.
3475 for ac_prog in grep ggrep; do
3476 for ac_exec_ext in '' $ac_executable_extensions; do
3477 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3478 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3479# Check for GNU ac_path_GREP and select it if it is found.
3480 # Check for GNU $ac_path_GREP
3481case `"$ac_path_GREP" --version 2>&1` in
3482*GNU*)
3483 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3484*)
3485 ac_count=0
3486 $as_echo_n 0123456789 >"conftest.in"
3487 while :
3488 do
3489 cat "conftest.in" "conftest.in" >"conftest.tmp"
3490 mv "conftest.tmp" "conftest.in"
3491 cp "conftest.in" "conftest.nl"
3492 $as_echo 'GREP' >> "conftest.nl"
3493 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3494 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3495 as_fn_arith $ac_count + 1 && ac_count=$as_val
3496 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3497 # Best one so far, save it but keep looking for a better one
3498 ac_cv_path_GREP="$ac_path_GREP"
3499 ac_path_GREP_max=$ac_count
3500 fi
3501 # 10*(2^10) chars as input seems more than enough
3502 test $ac_count -gt 10 && break
3503 done
3504 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3505esac
3506
3507 $ac_path_GREP_found && break 3
3508 done
3509 done
3510 done
3511IFS=$as_save_IFS
3512 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3513 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3514 fi
3515else
3516 ac_cv_path_GREP=$GREP
3517fi
3518
3519fi
3520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3521$as_echo "$ac_cv_path_GREP" >&6; }
3522 GREP="$ac_cv_path_GREP"
3523
3524
3525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3526$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3527if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3528 $as_echo_n "(cached) " >&6
3529else
3530 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3531 then ac_cv_path_EGREP="$GREP -E"
3532 else
3533 if test -z "$EGREP"; then
3534 ac_path_EGREP_found=false
3535 # Loop through the user's path and test for each of PROGNAME-LIST
3536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3537for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3538do
3539 IFS=$as_save_IFS
3540 test -z "$as_dir" && as_dir=.
3541 for ac_prog in egrep; do
3542 for ac_exec_ext in '' $ac_executable_extensions; do
3543 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3544 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3545# Check for GNU ac_path_EGREP and select it if it is found.
3546 # Check for GNU $ac_path_EGREP
3547case `"$ac_path_EGREP" --version 2>&1` in
3548*GNU*)
3549 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3550*)
3551 ac_count=0
3552 $as_echo_n 0123456789 >"conftest.in"
3553 while :
3554 do
3555 cat "conftest.in" "conftest.in" >"conftest.tmp"
3556 mv "conftest.tmp" "conftest.in"
3557 cp "conftest.in" "conftest.nl"
3558 $as_echo 'EGREP' >> "conftest.nl"
3559 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3560 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3561 as_fn_arith $ac_count + 1 && ac_count=$as_val
3562 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3563 # Best one so far, save it but keep looking for a better one
3564 ac_cv_path_EGREP="$ac_path_EGREP"
3565 ac_path_EGREP_max=$ac_count
3566 fi
3567 # 10*(2^10) chars as input seems more than enough
3568 test $ac_count -gt 10 && break
3569 done
3570 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3571esac
3572
3573 $ac_path_EGREP_found && break 3
3574 done
3575 done
3576 done
3577IFS=$as_save_IFS
3578 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3579 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3580 fi
3581else
3582 ac_cv_path_EGREP=$EGREP
3583fi
3584
3585 fi
3586fi
3587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3588$as_echo "$ac_cv_path_EGREP" >&6; }
3589 EGREP="$ac_cv_path_EGREP"
3590
3591
3592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3593$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3594if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3595 $as_echo_n "(cached) " >&6
3596else
3597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3598/* end confdefs.h. */
3599#include <stdlib.h>
3600#include <stdarg.h>
3601#include <string.h>
3602#include <float.h>
3603
3604int
3605main ()
3606{
3607
3608 ;
3609 return 0;
3610}
3611_ACEOF
3612if ac_fn_c_try_compile "$LINENO"; then :
3613 ac_cv_header_stdc=yes
3614else
3615 ac_cv_header_stdc=no
3616fi
3617rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3618
3619if test $ac_cv_header_stdc = yes; then
3620 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3622/* end confdefs.h. */
3623#include <string.h>
3624
3625_ACEOF
3626if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3627 $EGREP "memchr" >/dev/null 2>&1; then :
3628
3629else
3630 ac_cv_header_stdc=no
3631fi
3632rm -f conftest*
3633
3634fi
3635
3636if test $ac_cv_header_stdc = yes; then
3637 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3639/* end confdefs.h. */
3640#include <stdlib.h>
3641
3642_ACEOF
3643if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3644 $EGREP "free" >/dev/null 2>&1; then :
3645
3646else
3647 ac_cv_header_stdc=no
3648fi
3649rm -f conftest*
3650
3651fi
3652
3653if test $ac_cv_header_stdc = yes; then
3654 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3655 if test "$cross_compiling" = yes; then :
3656 :
3657else
3658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3659/* end confdefs.h. */
3660#include <ctype.h>
3661#include <stdlib.h>
3662#if ((' ' & 0x0FF) == 0x020)
3663# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3664# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3665#else
3666# define ISLOWER(c) \
3667 (('a' <= (c) && (c) <= 'i') \
3668 || ('j' <= (c) && (c) <= 'r') \
3669 || ('s' <= (c) && (c) <= 'z'))
3670# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3671#endif
3672
3673#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3674int
3675main ()
3676{
3677 int i;
3678 for (i = 0; i < 256; i++)
3679 if (XOR (islower (i), ISLOWER (i))
3680 || toupper (i) != TOUPPER (i))
3681 return 2;
3682 return 0;
3683}
3684_ACEOF
3685if ac_fn_c_try_run "$LINENO"; then :
3686
3687else
3688 ac_cv_header_stdc=no
3689fi
3690rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3691 conftest.$ac_objext conftest.beam conftest.$ac_ext
3692fi
3693
3694fi
3695fi
3696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3697$as_echo "$ac_cv_header_stdc" >&6; }
3698if test $ac_cv_header_stdc = yes; then
3699
3700$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3701
3702fi
3703
3704# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3705for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3706 inttypes.h stdint.h unistd.h
3707do :
3708 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3709ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3710"
d0ac1c44 3711if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3712 cat >>confdefs.h <<_ACEOF
3713#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3714_ACEOF
3715
3716fi
3717
3718done
3719
3720
3721
3722 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3723if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3724 MINIX=yes
3725else
3726 MINIX=
3727fi
3728
3729
3730 if test "$MINIX" = yes; then
3731
3732$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3733
3734
3735$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3736
3737
3738$as_echo "#define _MINIX 1" >>confdefs.h
3739
3740 fi
3741
3742
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3744$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3745if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3746 $as_echo_n "(cached) " >&6
3747else
3748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3749/* end confdefs.h. */
3750
d0ac1c44
SM
3751# define __EXTENSIONS__ 1
3752 $ac_includes_default
6bb11ab3
L
3753int
3754main ()
3755{
3756
3757 ;
3758 return 0;
3759}
3760_ACEOF
3761if ac_fn_c_try_compile "$LINENO"; then :
3762 ac_cv_safe_to_define___extensions__=yes
3763else
3764 ac_cv_safe_to_define___extensions__=no
3765fi
3766rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3767fi
3768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3769$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3770 test $ac_cv_safe_to_define___extensions__ = yes &&
3771 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3772
3773 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3774
3775 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3776
3777 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3778
3779 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3780
3781
3782test "$program_prefix" != NONE &&
3783 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3784# Use a double $ so make ignores it.
3785test "$program_suffix" != NONE &&
3786 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3787# Double any \ or $.
3788# By default was `s,x,x', remove it if useless.
3789ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3790program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3791
3792# Find a good install program. We prefer a C program (faster),
3793# so one script is as good as another. But avoid the broken or
3794# incompatible versions:
3795# SysV /etc/install, /usr/sbin/install
3796# SunOS /usr/etc/install
3797# IRIX /sbin/install
3798# AIX /bin/install
3799# AmigaOS /C/install, which installs bootblocks on floppy discs
3800# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3801# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3802# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3803# OS/2's system install, which has a completely different semantic
3804# ./install, which can be erroneously created by make from ./install.sh.
3805# Reject install programs that cannot install multiple files.
3806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3807$as_echo_n "checking for a BSD-compatible install... " >&6; }
3808if test -z "$INSTALL"; then
d0ac1c44 3809if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3810 $as_echo_n "(cached) " >&6
3811else
3812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3813for as_dir in $PATH
3814do
3815 IFS=$as_save_IFS
3816 test -z "$as_dir" && as_dir=.
3817 # Account for people who put trailing slashes in PATH elements.
3818case $as_dir/ in #((
3819 ./ | .// | /[cC]/* | \
3820 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3821 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3822 /usr/ucb/* ) ;;
3823 *)
3824 # OSF1 and SCO ODT 3.0 have their own names for install.
3825 # Don't use installbsd from OSF since it installs stuff as root
3826 # by default.
3827 for ac_prog in ginstall scoinst install; do
3828 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3829 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3830 if test $ac_prog = install &&
3831 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3832 # AIX install. It has an incompatible calling convention.
3833 :
3834 elif test $ac_prog = install &&
3835 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3836 # program-specific install script used by HP pwplus--don't use.
3837 :
3838 else
3839 rm -rf conftest.one conftest.two conftest.dir
3840 echo one > conftest.one
3841 echo two > conftest.two
3842 mkdir conftest.dir
3843 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3844 test -s conftest.one && test -s conftest.two &&
3845 test -s conftest.dir/conftest.one &&
3846 test -s conftest.dir/conftest.two
3847 then
3848 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3849 break 3
3850 fi
3851 fi
3852 fi
3853 done
3854 done
3855 ;;
3856esac
3857
3858 done
3859IFS=$as_save_IFS
3860
3861rm -rf conftest.one conftest.two conftest.dir
3862
3863fi
3864 if test "${ac_cv_path_install+set}" = set; then
3865 INSTALL=$ac_cv_path_install
3866 else
3867 # As a last resort, use the slow shell script. Don't cache a
3868 # value for INSTALL within a source directory, because that will
3869 # break other packages using the cache if that directory is
3870 # removed, or if the value is a relative name.
3871 INSTALL=$ac_install_sh
3872 fi
3873fi
3874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3875$as_echo "$INSTALL" >&6; }
3876
3877# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3878# It thinks the first close brace ends the variable substitution.
3879test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3880
3881test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3882
3883test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3884
3885rm -rf .tst 2>/dev/null
3886mkdir .tst 2>/dev/null
3887if test -d .tst; then
3888 am__leading_dot=.
3889else
3890 am__leading_dot=_
3891fi
3892rmdir .tst 2>/dev/null
3893
3894DEPDIR="${am__leading_dot}deps"
3895
3896case `pwd` in
3897 *\ * | *\ *)
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3899$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3900esac
3901
3902
3903
3904macro_version='2.2.7a'
3905macro_revision='1.3134'
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919ltmain="$ac_aux_dir/ltmain.sh"
3920
3921# Backslashify metacharacters that are still active within
3922# double-quoted strings.
3923sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3924
3925# Same as above, but do not quote variable references.
3926double_quote_subst='s/\(["`\\]\)/\\\1/g'
3927
3928# Sed substitution to delay expansion of an escaped shell variable in a
3929# double_quote_subst'ed string.
3930delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3931
3932# Sed substitution to delay expansion of an escaped single quote.
3933delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3934
3935# Sed substitution to avoid accidental globbing in evaled expressions
3936no_glob_subst='s/\*/\\\*/g'
3937
3938ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3939ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3940ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3941
3942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3943$as_echo_n "checking how to print strings... " >&6; }
3944# Test print first, because it will be a builtin if present.
3945if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3946 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3947 ECHO='print -r --'
3948elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3949 ECHO='printf %s\n'
3950else
3951 # Use this function as a fallback that always works.
3952 func_fallback_echo ()
3953 {
3954 eval 'cat <<_LTECHO_EOF
3955$1
3956_LTECHO_EOF'
3957 }
3958 ECHO='func_fallback_echo'
3959fi
3960
3961# func_echo_all arg...
3962# Invoke $ECHO with all args, space-separated.
3963func_echo_all ()
3964{
3965 $ECHO ""
3966}
3967
3968case "$ECHO" in
3969 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3970$as_echo "printf" >&6; } ;;
3971 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3972$as_echo "print -r" >&6; } ;;
3973 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3974$as_echo "cat" >&6; } ;;
3975esac
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3991$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3992if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3993 $as_echo_n "(cached) " >&6
3994else
3995 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3996 for ac_i in 1 2 3 4 5 6 7; do
3997 ac_script="$ac_script$as_nl$ac_script"
3998 done
3999 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4000 { ac_script=; unset ac_script;}
4001 if test -z "$SED"; then
4002 ac_path_SED_found=false
4003 # Loop through the user's path and test for each of PROGNAME-LIST
4004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4005for as_dir in $PATH
4006do
4007 IFS=$as_save_IFS
4008 test -z "$as_dir" && as_dir=.
4009 for ac_prog in sed gsed; do
4010 for ac_exec_ext in '' $ac_executable_extensions; do
4011 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4012 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
4013# Check for GNU ac_path_SED and select it if it is found.
4014 # Check for GNU $ac_path_SED
4015case `"$ac_path_SED" --version 2>&1` in
4016*GNU*)
4017 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4018*)
4019 ac_count=0
4020 $as_echo_n 0123456789 >"conftest.in"
4021 while :
4022 do
4023 cat "conftest.in" "conftest.in" >"conftest.tmp"
4024 mv "conftest.tmp" "conftest.in"
4025 cp "conftest.in" "conftest.nl"
4026 $as_echo '' >> "conftest.nl"
4027 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4028 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4029 as_fn_arith $ac_count + 1 && ac_count=$as_val
4030 if test $ac_count -gt ${ac_path_SED_max-0}; then
4031 # Best one so far, save it but keep looking for a better one
4032 ac_cv_path_SED="$ac_path_SED"
4033 ac_path_SED_max=$ac_count
4034 fi
4035 # 10*(2^10) chars as input seems more than enough
4036 test $ac_count -gt 10 && break
4037 done
4038 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4039esac
4040
4041 $ac_path_SED_found && break 3
4042 done
4043 done
4044 done
4045IFS=$as_save_IFS
4046 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4047 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4048 fi
4049else
4050 ac_cv_path_SED=$SED
4051fi
4052
4053fi
4054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4055$as_echo "$ac_cv_path_SED" >&6; }
4056 SED="$ac_cv_path_SED"
4057 rm -f conftest.sed
4058
4059test -z "$SED" && SED=sed
4060Xsed="$SED -e 1s/^X//"
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4073$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4074if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4075 $as_echo_n "(cached) " >&6
4076else
4077 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4078 then ac_cv_path_FGREP="$GREP -F"
4079 else
4080 if test -z "$FGREP"; then
4081 ac_path_FGREP_found=false
4082 # Loop through the user's path and test for each of PROGNAME-LIST
4083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4084for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4085do
4086 IFS=$as_save_IFS
4087 test -z "$as_dir" && as_dir=.
4088 for ac_prog in fgrep; do
4089 for ac_exec_ext in '' $ac_executable_extensions; do
4090 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4091 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4092# Check for GNU ac_path_FGREP and select it if it is found.
4093 # Check for GNU $ac_path_FGREP
4094case `"$ac_path_FGREP" --version 2>&1` in
4095*GNU*)
4096 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4097*)
4098 ac_count=0
4099 $as_echo_n 0123456789 >"conftest.in"
4100 while :
4101 do
4102 cat "conftest.in" "conftest.in" >"conftest.tmp"
4103 mv "conftest.tmp" "conftest.in"
4104 cp "conftest.in" "conftest.nl"
4105 $as_echo 'FGREP' >> "conftest.nl"
4106 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4107 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4108 as_fn_arith $ac_count + 1 && ac_count=$as_val
4109 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4110 # Best one so far, save it but keep looking for a better one
4111 ac_cv_path_FGREP="$ac_path_FGREP"
4112 ac_path_FGREP_max=$ac_count
4113 fi
4114 # 10*(2^10) chars as input seems more than enough
4115 test $ac_count -gt 10 && break
4116 done
4117 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4118esac
4119
4120 $ac_path_FGREP_found && break 3
4121 done
4122 done
4123 done
4124IFS=$as_save_IFS
4125 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4126 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4127 fi
4128else
4129 ac_cv_path_FGREP=$FGREP
4130fi
4131
4132 fi
4133fi
4134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4135$as_echo "$ac_cv_path_FGREP" >&6; }
4136 FGREP="$ac_cv_path_FGREP"
4137
4138
4139test -z "$GREP" && GREP=grep
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159# Check whether --with-gnu-ld was given.
4160if test "${with_gnu_ld+set}" = set; then :
4161 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4162else
4163 with_gnu_ld=no
4164fi
4165
4166ac_prog=ld
4167if test "$GCC" = yes; then
4168 # Check if gcc -print-prog-name=ld gives a path.
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4170$as_echo_n "checking for ld used by $CC... " >&6; }
4171 case $host in
4172 *-*-mingw*)
4173 # gcc leaves a trailing carriage return which upsets mingw
4174 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4175 *)
4176 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4177 esac
4178 case $ac_prog in
4179 # Accept absolute paths.
4180 [\\/]* | ?:[\\/]*)
4181 re_direlt='/[^/][^/]*/\.\./'
4182 # Canonicalize the pathname of ld
4183 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4184 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4185 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4186 done
4187 test -z "$LD" && LD="$ac_prog"
4188 ;;
4189 "")
4190 # If it fails, then pretend we aren't using GCC.
4191 ac_prog=ld
4192 ;;
4193 *)
4194 # If it is relative, then search for the first ld in PATH.
4195 with_gnu_ld=unknown
4196 ;;
4197 esac
4198elif test "$with_gnu_ld" = yes; then
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4200$as_echo_n "checking for GNU ld... " >&6; }
4201else
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4203$as_echo_n "checking for non-GNU ld... " >&6; }
4204fi
d0ac1c44 4205if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4206 $as_echo_n "(cached) " >&6
4207else
4208 if test -z "$LD"; then
4209 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4210 for ac_dir in $PATH; do
4211 IFS="$lt_save_ifs"
4212 test -z "$ac_dir" && ac_dir=.
4213 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4214 lt_cv_path_LD="$ac_dir/$ac_prog"
4215 # Check to see if the program is GNU ld. I'd rather use --version,
4216 # but apparently some variants of GNU ld only accept -v.
4217 # Break only if it was the GNU/non-GNU ld that we prefer.
4218 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4219 *GNU* | *'with BFD'*)
4220 test "$with_gnu_ld" != no && break
4221 ;;
4222 *)
4223 test "$with_gnu_ld" != yes && break
4224 ;;
4225 esac
4226 fi
4227 done
4228 IFS="$lt_save_ifs"
4229else
4230 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4231fi
4232fi
4233
4234LD="$lt_cv_path_LD"
4235if test -n "$LD"; then
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4237$as_echo "$LD" >&6; }
4238else
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4240$as_echo "no" >&6; }
4241fi
d0ac1c44 4242test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4244$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4245if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4246 $as_echo_n "(cached) " >&6
4247else
4248 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4249case `$LD -v 2>&1 </dev/null` in
4250*GNU* | *'with BFD'*)
4251 lt_cv_prog_gnu_ld=yes
4252 ;;
4253*)
4254 lt_cv_prog_gnu_ld=no
4255 ;;
4256esac
4257fi
4258{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4259$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4260with_gnu_ld=$lt_cv_prog_gnu_ld
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4271$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4272if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4273 $as_echo_n "(cached) " >&6
4274else
4275 if test -n "$NM"; then
4276 # Let the user override the test.
4277 lt_cv_path_NM="$NM"
4278else
4279 lt_nm_to_check="${ac_tool_prefix}nm"
4280 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4281 lt_nm_to_check="$lt_nm_to_check nm"
4282 fi
4283 for lt_tmp_nm in $lt_nm_to_check; do
4284 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4285 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4286 IFS="$lt_save_ifs"
4287 test -z "$ac_dir" && ac_dir=.
4288 tmp_nm="$ac_dir/$lt_tmp_nm"
4289 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4290 # Check to see if the nm accepts a BSD-compat flag.
4291 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4292 # nm: unknown option "B" ignored
4293 # Tru64's nm complains that /dev/null is an invalid object file
4294 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4295 */dev/null* | *'Invalid file or object type'*)
4296 lt_cv_path_NM="$tmp_nm -B"
4297 break
4298 ;;
4299 *)
4300 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4301 */dev/null*)
4302 lt_cv_path_NM="$tmp_nm -p"
4303 break
4304 ;;
4305 *)
4306 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4307 continue # so that we can try to find one that supports BSD flags
4308 ;;
4309 esac
4310 ;;
4311 esac
4312 fi
4313 done
4314 IFS="$lt_save_ifs"
4315 done
4316 : ${lt_cv_path_NM=no}
4317fi
4318fi
4319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4320$as_echo "$lt_cv_path_NM" >&6; }
4321if test "$lt_cv_path_NM" != "no"; then
4322 NM="$lt_cv_path_NM"
4323else
4324 # Didn't find any BSD compatible name lister, look for dumpbin.
4325 if test -n "$DUMPBIN"; then :
4326 # Let the user override the test.
4327 else
4328 if test -n "$ac_tool_prefix"; then
4329 for ac_prog in dumpbin "link -dump"
4330 do
4331 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4332set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4334$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4335if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4336 $as_echo_n "(cached) " >&6
4337else
4338 if test -n "$DUMPBIN"; then
4339 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4340else
4341as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4342for as_dir in $PATH
4343do
4344 IFS=$as_save_IFS
4345 test -z "$as_dir" && as_dir=.
4346 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4347 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4348 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4349 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4350 break 2
4351 fi
4352done
4353 done
4354IFS=$as_save_IFS
4355
4356fi
4357fi
4358DUMPBIN=$ac_cv_prog_DUMPBIN
4359if test -n "$DUMPBIN"; then
4360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4361$as_echo "$DUMPBIN" >&6; }
4362else
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4364$as_echo "no" >&6; }
4365fi
4366
4367
4368 test -n "$DUMPBIN" && break
4369 done
4370fi
4371if test -z "$DUMPBIN"; then
4372 ac_ct_DUMPBIN=$DUMPBIN
4373 for ac_prog in dumpbin "link -dump"
4374do
4375 # Extract the first word of "$ac_prog", so it can be a program name with args.
4376set dummy $ac_prog; ac_word=$2
4377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4378$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4379if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4380 $as_echo_n "(cached) " >&6
4381else
4382 if test -n "$ac_ct_DUMPBIN"; then
4383 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4384else
4385as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4386for as_dir in $PATH
4387do
4388 IFS=$as_save_IFS
4389 test -z "$as_dir" && as_dir=.
4390 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4391 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4392 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4394 break 2
4395 fi
4396done
4397 done
4398IFS=$as_save_IFS
4399
4400fi
4401fi
4402ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4403if test -n "$ac_ct_DUMPBIN"; then
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4405$as_echo "$ac_ct_DUMPBIN" >&6; }
4406else
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4408$as_echo "no" >&6; }
4409fi
4410
4411
4412 test -n "$ac_ct_DUMPBIN" && break
4413done
4414
4415 if test "x$ac_ct_DUMPBIN" = x; then
4416 DUMPBIN=":"
4417 else
4418 case $cross_compiling:$ac_tool_warned in
4419yes:)
4420{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4421$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4422ac_tool_warned=yes ;;
4423esac
4424 DUMPBIN=$ac_ct_DUMPBIN
4425 fi
4426fi
4427
4428 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4429 *COFF*)
4430 DUMPBIN="$DUMPBIN -symbols"
4431 ;;
4432 *)
4433 DUMPBIN=:
4434 ;;
4435 esac
4436 fi
4437
4438 if test "$DUMPBIN" != ":"; then
4439 NM="$DUMPBIN"
4440 fi
4441fi
4442test -z "$NM" && NM=nm
4443
4444
4445
4446
4447
4448
4449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4450$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4451if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4452 $as_echo_n "(cached) " >&6
4453else
4454 lt_cv_nm_interface="BSD nm"
4455 echo "int some_variable = 0;" > conftest.$ac_ext
4456 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4457 (eval "$ac_compile" 2>conftest.err)
4458 cat conftest.err >&5
4459 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4460 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4461 cat conftest.err >&5
4462 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4463 cat conftest.out >&5
4464 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4465 lt_cv_nm_interface="MS dumpbin"
4466 fi
4467 rm -f conftest*
4468fi
4469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4470$as_echo "$lt_cv_nm_interface" >&6; }
4471
4472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4473$as_echo_n "checking whether ln -s works... " >&6; }
4474LN_S=$as_ln_s
4475if test "$LN_S" = "ln -s"; then
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4477$as_echo "yes" >&6; }
4478else
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4480$as_echo "no, using $LN_S" >&6; }
4481fi
4482
4483# find the maximum length of command line arguments
4484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4485$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4486if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4487 $as_echo_n "(cached) " >&6
4488else
4489 i=0
4490 teststring="ABCD"
4491
4492 case $build_os in
4493 msdosdjgpp*)
4494 # On DJGPP, this test can blow up pretty badly due to problems in libc
4495 # (any single argument exceeding 2000 bytes causes a buffer overrun
4496 # during glob expansion). Even if it were fixed, the result of this
4497 # check would be larger than it should be.
4498 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4499 ;;
4500
4501 gnu*)
4502 # Under GNU Hurd, this test is not required because there is
4503 # no limit to the length of command line arguments.
4504 # Libtool will interpret -1 as no limit whatsoever
4505 lt_cv_sys_max_cmd_len=-1;
4506 ;;
4507
4508 cygwin* | mingw* | cegcc*)
4509 # On Win9x/ME, this test blows up -- it succeeds, but takes
4510 # about 5 minutes as the teststring grows exponentially.
4511 # Worse, since 9x/ME are not pre-emptively multitasking,
4512 # you end up with a "frozen" computer, even though with patience
4513 # the test eventually succeeds (with a max line length of 256k).
4514 # Instead, let's just punt: use the minimum linelength reported by
4515 # all of the supported platforms: 8192 (on NT/2K/XP).
4516 lt_cv_sys_max_cmd_len=8192;
4517 ;;
4518
4519 mint*)
4520 # On MiNT this can take a long time and run out of memory.
4521 lt_cv_sys_max_cmd_len=8192;
4522 ;;
4523
4524 amigaos*)
4525 # On AmigaOS with pdksh, this test takes hours, literally.
4526 # So we just punt and use a minimum line length of 8192.
4527 lt_cv_sys_max_cmd_len=8192;
4528 ;;
4529
4530 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4531 # This has been around since 386BSD, at least. Likely further.
4532 if test -x /sbin/sysctl; then
4533 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4534 elif test -x /usr/sbin/sysctl; then
4535 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4536 else
4537 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4538 fi
4539 # And add a safety zone
4540 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4541 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4542 ;;
4543
4544 interix*)
4545 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4546 lt_cv_sys_max_cmd_len=196608
4547 ;;
4548
4549 osf*)
4550 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4551 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4552 # nice to cause kernel panics so lets avoid the loop below.
4553 # First set a reasonable default.
4554 lt_cv_sys_max_cmd_len=16384
4555 #
4556 if test -x /sbin/sysconfig; then
4557 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4558 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4559 esac
4560 fi
4561 ;;
4562 sco3.2v5*)
4563 lt_cv_sys_max_cmd_len=102400
4564 ;;
4565 sysv5* | sco5v6* | sysv4.2uw2*)
4566 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4567 if test -n "$kargmax"; then
4568 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4569 else
4570 lt_cv_sys_max_cmd_len=32768
4571 fi
4572 ;;
4573 *)
4574 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4575 if test -n "$lt_cv_sys_max_cmd_len"; then
4576 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4577 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4578 else
4579 # Make teststring a little bigger before we do anything with it.
4580 # a 1K string should be a reasonable start.
4581 for i in 1 2 3 4 5 6 7 8 ; do
4582 teststring=$teststring$teststring
4583 done
4584 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4585 # If test is not a shell built-in, we'll probably end up computing a
4586 # maximum length that is only half of the actual maximum length, but
4587 # we can't tell.
4588 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4589 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4590 test $i != 17 # 1/2 MB should be enough
4591 do
4592 i=`expr $i + 1`
4593 teststring=$teststring$teststring
4594 done
4595 # Only check the string length outside the loop.
4596 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4597 teststring=
4598 # Add a significant safety factor because C++ compilers can tack on
4599 # massive amounts of additional arguments before passing them to the
4600 # linker. It appears as though 1/2 is a usable value.
4601 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4602 fi
4603 ;;
4604 esac
4605
4606fi
4607
4608if test -n $lt_cv_sys_max_cmd_len ; then
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4610$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4611else
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4613$as_echo "none" >&6; }
4614fi
4615max_cmd_len=$lt_cv_sys_max_cmd_len
4616
4617
4618
4619
4620
4621
4622: ${CP="cp -f"}
4623: ${MV="mv -f"}
4624: ${RM="rm -f"}
4625
4626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4627$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4628# Try some XSI features
4629xsi_shell=no
4630( _lt_dummy="a/b/c"
4631 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4632 = c,a/b,, \
4633 && eval 'test $(( 1 + 1 )) -eq 2 \
4634 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4635 && xsi_shell=yes
4636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4637$as_echo "$xsi_shell" >&6; }
4638
4639
4640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4641$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4642lt_shell_append=no
4643( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4644 >/dev/null 2>&1 \
4645 && lt_shell_append=yes
4646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4647$as_echo "$lt_shell_append" >&6; }
4648
4649
4650if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4651 lt_unset=unset
4652else
4653 lt_unset=false
4654fi
4655
4656
4657
4658
4659
4660# test EBCDIC or ASCII
4661case `echo X|tr X '\101'` in
4662 A) # ASCII based system
4663 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4664 lt_SP2NL='tr \040 \012'
4665 lt_NL2SP='tr \015\012 \040\040'
4666 ;;
4667 *) # EBCDIC based system
4668 lt_SP2NL='tr \100 \n'
4669 lt_NL2SP='tr \r\n \100\100'
4670 ;;
4671esac
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4682$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4683if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4684 $as_echo_n "(cached) " >&6
4685else
4686 lt_cv_ld_reload_flag='-r'
4687fi
4688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4689$as_echo "$lt_cv_ld_reload_flag" >&6; }
4690reload_flag=$lt_cv_ld_reload_flag
4691case $reload_flag in
4692"" | " "*) ;;
4693*) reload_flag=" $reload_flag" ;;
4694esac
4695reload_cmds='$LD$reload_flag -o $output$reload_objs'
4696case $host_os in
4697 darwin*)
4698 if test "$GCC" = yes; then
4699 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4700 else
4701 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4702 fi
4703 ;;
4704esac
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714if test -n "$ac_tool_prefix"; then
4715 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4716set dummy ${ac_tool_prefix}objdump; ac_word=$2
4717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4718$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4719if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4720 $as_echo_n "(cached) " >&6
4721else
4722 if test -n "$OBJDUMP"; then
4723 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4724else
4725as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4726for as_dir in $PATH
4727do
4728 IFS=$as_save_IFS
4729 test -z "$as_dir" && as_dir=.
4730 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4732 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4734 break 2
4735 fi
4736done
4737 done
4738IFS=$as_save_IFS
4739
4740fi
4741fi
4742OBJDUMP=$ac_cv_prog_OBJDUMP
4743if test -n "$OBJDUMP"; then
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4745$as_echo "$OBJDUMP" >&6; }
4746else
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4748$as_echo "no" >&6; }
4749fi
4750
4751
4752fi
4753if test -z "$ac_cv_prog_OBJDUMP"; then
4754 ac_ct_OBJDUMP=$OBJDUMP
4755 # Extract the first word of "objdump", so it can be a program name with args.
4756set dummy objdump; ac_word=$2
4757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4758$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4759if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4760 $as_echo_n "(cached) " >&6
4761else
4762 if test -n "$ac_ct_OBJDUMP"; then
4763 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4764else
4765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4766for as_dir in $PATH
4767do
4768 IFS=$as_save_IFS
4769 test -z "$as_dir" && as_dir=.
4770 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4772 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4774 break 2
4775 fi
4776done
4777 done
4778IFS=$as_save_IFS
4779
4780fi
4781fi
4782ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4783if test -n "$ac_ct_OBJDUMP"; then
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4785$as_echo "$ac_ct_OBJDUMP" >&6; }
4786else
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4788$as_echo "no" >&6; }
4789fi
4790
4791 if test "x$ac_ct_OBJDUMP" = x; then
4792 OBJDUMP="false"
4793 else
4794 case $cross_compiling:$ac_tool_warned in
4795yes:)
4796{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4797$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4798ac_tool_warned=yes ;;
4799esac
4800 OBJDUMP=$ac_ct_OBJDUMP
4801 fi
4802else
4803 OBJDUMP="$ac_cv_prog_OBJDUMP"
4804fi
4805
4806test -z "$OBJDUMP" && OBJDUMP=objdump
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4817$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4818if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4819 $as_echo_n "(cached) " >&6
4820else
4821 lt_cv_file_magic_cmd='$MAGIC_CMD'
4822lt_cv_file_magic_test_file=
4823lt_cv_deplibs_check_method='unknown'
4824# Need to set the preceding variable on all platforms that support
4825# interlibrary dependencies.
4826# 'none' -- dependencies not supported.
4827# `unknown' -- same as none, but documents that we really don't know.
4828# 'pass_all' -- all dependencies passed with no checks.
4829# 'test_compile' -- check by making test program.
4830# 'file_magic [[regex]]' -- check by looking for files in library path
4831# which responds to the $file_magic_cmd with a given extended regex.
4832# If you have `file' or equivalent on your system and you're not sure
4833# whether `pass_all' will *always* work, you probably want this one.
4834
4835case $host_os in
4836aix[4-9]*)
4837 lt_cv_deplibs_check_method=pass_all
4838 ;;
4839
4840beos*)
4841 lt_cv_deplibs_check_method=pass_all
4842 ;;
4843
4844bsdi[45]*)
4845 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4846 lt_cv_file_magic_cmd='/usr/bin/file -L'
4847 lt_cv_file_magic_test_file=/shlib/libc.so
4848 ;;
4849
4850cygwin*)
4851 # func_win32_libid is a shell function defined in ltmain.sh
4852 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4853 lt_cv_file_magic_cmd='func_win32_libid'
4854 ;;
4855
4856mingw* | pw32*)
4857 # Base MSYS/MinGW do not provide the 'file' command needed by
4858 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4859 # unless we find 'file', for example because we are cross-compiling.
4860 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4861 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4862 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4863 lt_cv_file_magic_cmd='func_win32_libid'
4864 else
4865 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4866 lt_cv_file_magic_cmd='$OBJDUMP -f'
4867 fi
4868 ;;
4869
4870cegcc*)
4871 # use the weaker test based on 'objdump'. See mingw*.
4872 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4873 lt_cv_file_magic_cmd='$OBJDUMP -f'
4874 ;;
4875
4876darwin* | rhapsody*)
4877 lt_cv_deplibs_check_method=pass_all
4878 ;;
4879
4880freebsd* | dragonfly*)
4881 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4882 case $host_cpu in
4883 i*86 )
4884 # Not sure whether the presence of OpenBSD here was a mistake.
4885 # Let's accept both of them until this is cleared up.
4886 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4887 lt_cv_file_magic_cmd=/usr/bin/file
4888 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4889 ;;
4890 esac
4891 else
4892 lt_cv_deplibs_check_method=pass_all
4893 fi
4894 ;;
4895
4896gnu*)
4897 lt_cv_deplibs_check_method=pass_all
4898 ;;
4899
4900haiku*)
4901 lt_cv_deplibs_check_method=pass_all
4902 ;;
4903
4904hpux10.20* | hpux11*)
4905 lt_cv_file_magic_cmd=/usr/bin/file
4906 case $host_cpu in
4907 ia64*)
4908 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4909 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4910 ;;
4911 hppa*64*)
4912 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]'
4913 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4914 ;;
4915 *)
4916 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4917 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4918 ;;
4919 esac
4920 ;;
4921
4922interix[3-9]*)
4923 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4924 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4925 ;;
4926
4927irix5* | irix6* | nonstopux*)
4928 case $LD in
4929 *-32|*"-32 ") libmagic=32-bit;;
4930 *-n32|*"-n32 ") libmagic=N32;;
4931 *-64|*"-64 ") libmagic=64-bit;;
4932 *) libmagic=never-match;;
4933 esac
4934 lt_cv_deplibs_check_method=pass_all
4935 ;;
4936
4937# This must be Linux ELF.
4938linux* | k*bsd*-gnu | kopensolaris*-gnu)
4939 lt_cv_deplibs_check_method=pass_all
4940 ;;
4941
4942netbsd*)
4943 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4944 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4945 else
4946 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4947 fi
4948 ;;
4949
4950newos6*)
4951 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4952 lt_cv_file_magic_cmd=/usr/bin/file
4953 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4954 ;;
4955
4956*nto* | *qnx*)
4957 lt_cv_deplibs_check_method=pass_all
4958 ;;
4959
4960openbsd*)
4961 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4962 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4963 else
4964 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4965 fi
4966 ;;
4967
4968osf3* | osf4* | osf5*)
4969 lt_cv_deplibs_check_method=pass_all
4970 ;;
4971
4972rdos*)
4973 lt_cv_deplibs_check_method=pass_all
4974 ;;
4975
4976solaris*)
4977 lt_cv_deplibs_check_method=pass_all
4978 ;;
4979
4980sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4981 lt_cv_deplibs_check_method=pass_all
4982 ;;
4983
4984sysv4 | sysv4.3*)
4985 case $host_vendor in
4986 motorola)
4987 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]'
4988 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4989 ;;
4990 ncr)
4991 lt_cv_deplibs_check_method=pass_all
4992 ;;
4993 sequent)
4994 lt_cv_file_magic_cmd='/bin/file'
4995 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4996 ;;
4997 sni)
4998 lt_cv_file_magic_cmd='/bin/file'
4999 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5000 lt_cv_file_magic_test_file=/lib/libc.so
5001 ;;
5002 siemens)
5003 lt_cv_deplibs_check_method=pass_all
5004 ;;
5005 pc)
5006 lt_cv_deplibs_check_method=pass_all
5007 ;;
5008 esac
5009 ;;
5010
5011tpf*)
5012 lt_cv_deplibs_check_method=pass_all
5013 ;;
5014esac
5015
5016fi
5017{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5018$as_echo "$lt_cv_deplibs_check_method" >&6; }
5019file_magic_cmd=$lt_cv_file_magic_cmd
5020deplibs_check_method=$lt_cv_deplibs_check_method
5021test -z "$deplibs_check_method" && deplibs_check_method=unknown
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
68ed2854
MF
5034plugin_option=
5035plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5036for plugin in $plugin_names; do
5037 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5038 if test x$plugin_so = x$plugin; then
5039 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5040 fi
5041 if test x$plugin_so != x$plugin; then
5042 plugin_option="--plugin $plugin_so"
5043 break
5044 fi
5045done
5046
6bb11ab3
L
5047if test -n "$ac_tool_prefix"; then
5048 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5049set dummy ${ac_tool_prefix}ar; ac_word=$2
5050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5051$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5052if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5053 $as_echo_n "(cached) " >&6
5054else
5055 if test -n "$AR"; then
5056 ac_cv_prog_AR="$AR" # Let the user override the test.
5057else
5058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5059for as_dir in $PATH
5060do
5061 IFS=$as_save_IFS
5062 test -z "$as_dir" && as_dir=.
5063 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5065 ac_cv_prog_AR="${ac_tool_prefix}ar"
5066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5067 break 2
5068 fi
5069done
5070 done
5071IFS=$as_save_IFS
5072
5073fi
5074fi
5075AR=$ac_cv_prog_AR
5076if test -n "$AR"; then
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5078$as_echo "$AR" >&6; }
5079else
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5081$as_echo "no" >&6; }
5082fi
5083
5084
5085fi
5086if test -z "$ac_cv_prog_AR"; then
5087 ac_ct_AR=$AR
5088 # Extract the first word of "ar", so it can be a program name with args.
5089set dummy ar; ac_word=$2
5090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5091$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5092if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5093 $as_echo_n "(cached) " >&6
5094else
5095 if test -n "$ac_ct_AR"; then
5096 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5097else
5098as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5099for as_dir in $PATH
5100do
5101 IFS=$as_save_IFS
5102 test -z "$as_dir" && as_dir=.
5103 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5104 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5105 ac_cv_prog_ac_ct_AR="ar"
5106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5107 break 2
5108 fi
5109done
5110 done
5111IFS=$as_save_IFS
5112
5113fi
5114fi
5115ac_ct_AR=$ac_cv_prog_ac_ct_AR
5116if test -n "$ac_ct_AR"; then
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5118$as_echo "$ac_ct_AR" >&6; }
5119else
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5121$as_echo "no" >&6; }
5122fi
5123
5124 if test "x$ac_ct_AR" = x; then
5125 AR="false"
5126 else
5127 case $cross_compiling:$ac_tool_warned in
5128yes:)
5129{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5130$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5131ac_tool_warned=yes ;;
5132esac
5133 AR=$ac_ct_AR
5134 fi
5135else
5136 AR="$ac_cv_prog_AR"
5137fi
5138
5139test -z "$AR" && AR=ar
68ed2854
MF
5140if test -n "$plugin_option"; then
5141 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5142 touch conftest.c
5143 $AR $plugin_option rc conftest.a conftest.c
5144 if test "$?" != 0; then
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5146$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5147 else
5148 AR="$AR $plugin_option"
5149 fi
5150 rm -f conftest.*
68ed2854
MF
5151 fi
5152fi
6bb11ab3
L
5153test -z "$AR_FLAGS" && AR_FLAGS=cru
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165if test -n "$ac_tool_prefix"; then
5166 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5167set dummy ${ac_tool_prefix}strip; ac_word=$2
5168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5169$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5170if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5171 $as_echo_n "(cached) " >&6
5172else
5173 if test -n "$STRIP"; then
5174 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5175else
5176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5177for as_dir in $PATH
5178do
5179 IFS=$as_save_IFS
5180 test -z "$as_dir" && as_dir=.
5181 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5182 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5183 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5185 break 2
5186 fi
5187done
5188 done
5189IFS=$as_save_IFS
5190
5191fi
5192fi
5193STRIP=$ac_cv_prog_STRIP
5194if test -n "$STRIP"; then
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5196$as_echo "$STRIP" >&6; }
5197else
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5199$as_echo "no" >&6; }
5200fi
5201
5202
5203fi
5204if test -z "$ac_cv_prog_STRIP"; then
5205 ac_ct_STRIP=$STRIP
5206 # Extract the first word of "strip", so it can be a program name with args.
5207set dummy strip; ac_word=$2
5208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5209$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5210if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5211 $as_echo_n "(cached) " >&6
5212else
5213 if test -n "$ac_ct_STRIP"; then
5214 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5215else
5216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5217for as_dir in $PATH
5218do
5219 IFS=$as_save_IFS
5220 test -z "$as_dir" && as_dir=.
5221 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5223 ac_cv_prog_ac_ct_STRIP="strip"
5224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5225 break 2
5226 fi
5227done
5228 done
5229IFS=$as_save_IFS
5230
5231fi
5232fi
5233ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5234if test -n "$ac_ct_STRIP"; then
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5236$as_echo "$ac_ct_STRIP" >&6; }
5237else
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5239$as_echo "no" >&6; }
5240fi
5241
5242 if test "x$ac_ct_STRIP" = x; then
5243 STRIP=":"
5244 else
5245 case $cross_compiling:$ac_tool_warned in
5246yes:)
5247{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5248$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5249ac_tool_warned=yes ;;
5250esac
5251 STRIP=$ac_ct_STRIP
5252 fi
5253else
5254 STRIP="$ac_cv_prog_STRIP"
5255fi
5256
5257test -z "$STRIP" && STRIP=:
5258
5259
5260
5261
5262
5263
5264if test -n "$ac_tool_prefix"; then
5265 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5266set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5268$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5269if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5270 $as_echo_n "(cached) " >&6
5271else
5272 if test -n "$RANLIB"; then
5273 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5274else
5275as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5276for as_dir in $PATH
5277do
5278 IFS=$as_save_IFS
5279 test -z "$as_dir" && as_dir=.
5280 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5281 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5282 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5284 break 2
5285 fi
5286done
5287 done
5288IFS=$as_save_IFS
5289
5290fi
5291fi
5292RANLIB=$ac_cv_prog_RANLIB
5293if test -n "$RANLIB"; then
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5295$as_echo "$RANLIB" >&6; }
5296else
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5298$as_echo "no" >&6; }
5299fi
5300
5301
5302fi
5303if test -z "$ac_cv_prog_RANLIB"; then
5304 ac_ct_RANLIB=$RANLIB
5305 # Extract the first word of "ranlib", so it can be a program name with args.
5306set dummy ranlib; ac_word=$2
5307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5308$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5309if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5310 $as_echo_n "(cached) " >&6
5311else
5312 if test -n "$ac_ct_RANLIB"; then
5313 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5314else
5315as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5316for as_dir in $PATH
5317do
5318 IFS=$as_save_IFS
5319 test -z "$as_dir" && as_dir=.
5320 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5321 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5322 ac_cv_prog_ac_ct_RANLIB="ranlib"
5323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5324 break 2
5325 fi
5326done
5327 done
5328IFS=$as_save_IFS
5329
5330fi
5331fi
5332ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5333if test -n "$ac_ct_RANLIB"; then
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5335$as_echo "$ac_ct_RANLIB" >&6; }
5336else
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5338$as_echo "no" >&6; }
5339fi
5340
5341 if test "x$ac_ct_RANLIB" = x; then
5342 RANLIB=":"
5343 else
5344 case $cross_compiling:$ac_tool_warned in
5345yes:)
5346{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5347$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5348ac_tool_warned=yes ;;
5349esac
5350 RANLIB=$ac_ct_RANLIB
5351 fi
5352else
5353 RANLIB="$ac_cv_prog_RANLIB"
5354fi
5355
5356test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5357if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5358 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5359 RANLIB="$RANLIB $plugin_option"
5360 fi
5361fi
6bb11ab3
L
5362
5363
5364
5365
5366
5367
5368# Determine commands to create old-style static archives.
5369old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5370old_postinstall_cmds='chmod 644 $oldlib'
5371old_postuninstall_cmds=
5372
5373if test -n "$RANLIB"; then
5374 case $host_os in
5375 openbsd*)
5376 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5377 ;;
5378 *)
5379 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5380 ;;
5381 esac
5382 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5383fi
5384
5385case $host_os in
5386 darwin*)
5387 lock_old_archive_extraction=yes ;;
5388 *)
5389 lock_old_archive_extraction=no ;;
5390esac
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412for ac_prog in gawk mawk nawk awk
5413do
5414 # Extract the first word of "$ac_prog", so it can be a program name with args.
5415set dummy $ac_prog; ac_word=$2
5416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5417$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5418if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5419 $as_echo_n "(cached) " >&6
5420else
5421 if test -n "$AWK"; then
5422 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5423else
5424as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5425for as_dir in $PATH
5426do
5427 IFS=$as_save_IFS
5428 test -z "$as_dir" && as_dir=.
5429 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5430 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5431 ac_cv_prog_AWK="$ac_prog"
5432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5433 break 2
5434 fi
5435done
5436 done
5437IFS=$as_save_IFS
5438
5439fi
5440fi
5441AWK=$ac_cv_prog_AWK
5442if test -n "$AWK"; then
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5444$as_echo "$AWK" >&6; }
5445else
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447$as_echo "no" >&6; }
5448fi
5449
5450
5451 test -n "$AWK" && break
5452done
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472# If no C compiler was specified, use CC.
5473LTCC=${LTCC-"$CC"}
5474
5475# If no C compiler flags were specified, use CFLAGS.
5476LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5477
5478# Allow CC to be a program name with arguments.
5479compiler=$CC
5480
5481
5482# Check for command to grab the raw symbol name followed by C symbol from nm.
5483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5484$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5485if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5486 $as_echo_n "(cached) " >&6
5487else
5488
5489# These are sane defaults that work on at least a few old systems.
5490# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5491
5492# Character class describing NM global symbol codes.
5493symcode='[BCDEGRST]'
5494
5495# Regexp to match symbols that can be accessed directly from C.
5496sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5497
5498# Define system-specific variables.
5499case $host_os in
5500aix*)
5501 symcode='[BCDT]'
5502 ;;
5503cygwin* | mingw* | pw32* | cegcc*)
5504 symcode='[ABCDGISTW]'
5505 ;;
5506hpux*)
5507 if test "$host_cpu" = ia64; then
5508 symcode='[ABCDEGRST]'
5509 fi
5510 ;;
5511irix* | nonstopux*)
5512 symcode='[BCDEGRST]'
5513 ;;
5514osf*)
5515 symcode='[BCDEGQRST]'
5516 ;;
5517solaris*)
5518 symcode='[BDRT]'
5519 ;;
5520sco3.2v5*)
5521 symcode='[DT]'
5522 ;;
5523sysv4.2uw2*)
5524 symcode='[DT]'
5525 ;;
5526sysv5* | sco5v6* | unixware* | OpenUNIX*)
5527 symcode='[ABDT]'
5528 ;;
5529sysv4)
5530 symcode='[DFNSTU]'
5531 ;;
5532esac
5533
5534# If we're using GNU nm, then use its standard symbol codes.
5535case `$NM -V 2>&1` in
5536*GNU* | *'with BFD'*)
5537 symcode='[ABCDGIRSTW]' ;;
5538esac
5539
5540# Transform an extracted symbol line into a proper C declaration.
5541# Some systems (esp. on ia64) link data and code symbols differently,
5542# so use this general approach.
5543lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5544
5545# Transform an extracted symbol line into symbol name and symbol address
5546lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5547lt_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'"
5548
5549# Handle CRLF in mingw tool chain
5550opt_cr=
5551case $build_os in
5552mingw*)
5553 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5554 ;;
5555esac
5556
5557# Try without a prefix underscore, then with it.
5558for ac_symprfx in "" "_"; do
5559
5560 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5561 symxfrm="\\1 $ac_symprfx\\2 \\2"
5562
5563 # Write the raw and C identifiers.
5564 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5565 # Fake it for dumpbin and say T for any non-static function
5566 # and D for any global variable.
5567 # Also find C++ and __fastcall symbols from MSVC++,
5568 # which start with @ or ?.
5569 lt_cv_sys_global_symbol_pipe="$AWK '"\
5570" {last_section=section; section=\$ 3};"\
5571" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5572" \$ 0!~/External *\|/{next};"\
5573" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5574" {if(hide[section]) next};"\
5575" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5576" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5577" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5578" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5579" ' prfx=^$ac_symprfx"
5580 else
5581 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5582 fi
5583
5584 # Check to see that the pipe works correctly.
5585 pipe_works=no
5586
5587 rm -f conftest*
5588 cat > conftest.$ac_ext <<_LT_EOF
5589#ifdef __cplusplus
5590extern "C" {
5591#endif
5592char nm_test_var;
5593void nm_test_func(void);
5594void nm_test_func(void){}
5595#ifdef __cplusplus
5596}
5597#endif
5598int main(){nm_test_var='a';nm_test_func();return(0);}
5599_LT_EOF
5600
5601 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5602 (eval $ac_compile) 2>&5
5603 ac_status=$?
5604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5605 test $ac_status = 0; }; then
5606 # Now try to grab the symbols.
5607 nlist=conftest.nm
5608 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5609 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5610 ac_status=$?
5611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5612 test $ac_status = 0; } && test -s "$nlist"; then
5613 # Try sorting and uniquifying the output.
5614 if sort "$nlist" | uniq > "$nlist"T; then
5615 mv -f "$nlist"T "$nlist"
5616 else
5617 rm -f "$nlist"T
5618 fi
5619
5620 # Make sure that we snagged all the symbols we need.
5621 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5622 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5623 cat <<_LT_EOF > conftest.$ac_ext
5624#ifdef __cplusplus
5625extern "C" {
5626#endif
5627
5628_LT_EOF
5629 # Now generate the symbol file.
5630 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5631
5632 cat <<_LT_EOF >> conftest.$ac_ext
5633
5634/* The mapping between symbol names and symbols. */
5635const struct {
5636 const char *name;
5637 void *address;
5638}
5639lt__PROGRAM__LTX_preloaded_symbols[] =
5640{
5641 { "@PROGRAM@", (void *) 0 },
5642_LT_EOF
5643 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5644 cat <<\_LT_EOF >> conftest.$ac_ext
5645 {0, (void *) 0}
5646};
5647
5648/* This works around a problem in FreeBSD linker */
5649#ifdef FREEBSD_WORKAROUND
5650static const void *lt_preloaded_setup() {
5651 return lt__PROGRAM__LTX_preloaded_symbols;
5652}
5653#endif
5654
5655#ifdef __cplusplus
5656}
5657#endif
5658_LT_EOF
5659 # Now try linking the two files.
5660 mv conftest.$ac_objext conftstm.$ac_objext
5661 lt_save_LIBS="$LIBS"
5662 lt_save_CFLAGS="$CFLAGS"
5663 LIBS="conftstm.$ac_objext"
5664 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5665 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5666 (eval $ac_link) 2>&5
5667 ac_status=$?
5668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5669 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5670 pipe_works=yes
5671 fi
5672 LIBS="$lt_save_LIBS"
5673 CFLAGS="$lt_save_CFLAGS"
5674 else
5675 echo "cannot find nm_test_func in $nlist" >&5
5676 fi
5677 else
5678 echo "cannot find nm_test_var in $nlist" >&5
5679 fi
5680 else
5681 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5682 fi
5683 else
5684 echo "$progname: failed program was:" >&5
5685 cat conftest.$ac_ext >&5
5686 fi
5687 rm -rf conftest* conftst*
5688
5689 # Do not use the global_symbol_pipe unless it works.
5690 if test "$pipe_works" = yes; then
5691 break
5692 else
5693 lt_cv_sys_global_symbol_pipe=
5694 fi
5695done
5696
5697fi
5698
5699if test -z "$lt_cv_sys_global_symbol_pipe"; then
5700 lt_cv_sys_global_symbol_to_cdecl=
5701fi
5702if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5704$as_echo "failed" >&6; }
5705else
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5707$as_echo "ok" >&6; }
5708fi
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731# Check whether --enable-libtool-lock was given.
5732if test "${enable_libtool_lock+set}" = set; then :
5733 enableval=$enable_libtool_lock;
5734fi
5735
5736test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5737
5738# Some flags need to be propagated to the compiler or linker for good
5739# libtool support.
5740case $host in
5741ia64-*-hpux*)
5742 # Find out which ABI we are using.
5743 echo 'int i;' > conftest.$ac_ext
5744 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5745 (eval $ac_compile) 2>&5
5746 ac_status=$?
5747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5748 test $ac_status = 0; }; then
5749 case `/usr/bin/file conftest.$ac_objext` in
5750 *ELF-32*)
5751 HPUX_IA64_MODE="32"
5752 ;;
5753 *ELF-64*)
5754 HPUX_IA64_MODE="64"
5755 ;;
5756 esac
5757 fi
5758 rm -rf conftest*
5759 ;;
5760*-*-irix6*)
5761 # Find out which ABI we are using.
5762 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5763 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5764 (eval $ac_compile) 2>&5
5765 ac_status=$?
5766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5767 test $ac_status = 0; }; then
5768 if test "$lt_cv_prog_gnu_ld" = yes; then
5769 case `/usr/bin/file conftest.$ac_objext` in
5770 *32-bit*)
5771 LD="${LD-ld} -melf32bsmip"
5772 ;;
5773 *N32*)
5774 LD="${LD-ld} -melf32bmipn32"
5775 ;;
5776 *64-bit*)
5777 LD="${LD-ld} -melf64bmip"
5778 ;;
5779 esac
5780 else
5781 case `/usr/bin/file conftest.$ac_objext` in
5782 *32-bit*)
5783 LD="${LD-ld} -32"
5784 ;;
5785 *N32*)
5786 LD="${LD-ld} -n32"
5787 ;;
5788 *64-bit*)
5789 LD="${LD-ld} -64"
5790 ;;
5791 esac
5792 fi
5793 fi
5794 rm -rf conftest*
5795 ;;
5796
bf3d9781 5797x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5798s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5799 # Find out which ABI we are using.
5800 echo 'int i;' > conftest.$ac_ext
5801 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5802 (eval $ac_compile) 2>&5
5803 ac_status=$?
5804 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5805 test $ac_status = 0; }; then
5806 case `/usr/bin/file conftest.o` in
5807 *32-bit*)
5808 case $host in
5809 x86_64-*kfreebsd*-gnu)
5810 LD="${LD-ld} -m elf_i386_fbsd"
5811 ;;
5812 x86_64-*linux*)
5813 case `/usr/bin/file conftest.o` in
5814 *x86-64*)
5815 LD="${LD-ld} -m elf32_x86_64"
5816 ;;
5817 *)
5818 LD="${LD-ld} -m elf_i386"
5819 ;;
5820 esac
5821 ;;
bf3d9781
AM
5822 powerpc64le-*linux*)
5823 LD="${LD-ld} -m elf32lppclinux"
5824 ;;
5825 powerpc64-*linux*)
6bb11ab3
L
5826 LD="${LD-ld} -m elf32ppclinux"
5827 ;;
5828 s390x-*linux*)
5829 LD="${LD-ld} -m elf_s390"
5830 ;;
5831 sparc64-*linux*)
5832 LD="${LD-ld} -m elf32_sparc"
5833 ;;
5834 esac
5835 ;;
5836 *64-bit*)
5837 case $host in
5838 x86_64-*kfreebsd*-gnu)
5839 LD="${LD-ld} -m elf_x86_64_fbsd"
5840 ;;
5841 x86_64-*linux*)
5842 LD="${LD-ld} -m elf_x86_64"
5843 ;;
bf3d9781
AM
5844 powerpcle-*linux*)
5845 LD="${LD-ld} -m elf64lppc"
5846 ;;
5847 powerpc-*linux*)
6bb11ab3
L
5848 LD="${LD-ld} -m elf64ppc"
5849 ;;
5850 s390*-*linux*|s390*-*tpf*)
5851 LD="${LD-ld} -m elf64_s390"
5852 ;;
5853 sparc*-*linux*)
5854 LD="${LD-ld} -m elf64_sparc"
5855 ;;
5856 esac
5857 ;;
5858 esac
5859 fi
5860 rm -rf conftest*
5861 ;;
5862
5863*-*-sco3.2v5*)
5864 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5865 SAVE_CFLAGS="$CFLAGS"
5866 CFLAGS="$CFLAGS -belf"
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5868$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5869if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5870 $as_echo_n "(cached) " >&6
5871else
5872 ac_ext=c
5873ac_cpp='$CPP $CPPFLAGS'
5874ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5875ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5876ac_compiler_gnu=$ac_cv_c_compiler_gnu
5877
5878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5879/* end confdefs.h. */
5880
5881int
5882main ()
5883{
5884
5885 ;
5886 return 0;
5887}
5888_ACEOF
5889if ac_fn_c_try_link "$LINENO"; then :
5890 lt_cv_cc_needs_belf=yes
5891else
5892 lt_cv_cc_needs_belf=no
5893fi
5894rm -f core conftest.err conftest.$ac_objext \
5895 conftest$ac_exeext conftest.$ac_ext
5896 ac_ext=c
5897ac_cpp='$CPP $CPPFLAGS'
5898ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5899ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5900ac_compiler_gnu=$ac_cv_c_compiler_gnu
5901
5902fi
5903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5904$as_echo "$lt_cv_cc_needs_belf" >&6; }
5905 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5906 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5907 CFLAGS="$SAVE_CFLAGS"
5908 fi
5909 ;;
5910sparc*-*solaris*)
5911 # Find out which ABI we are using.
5912 echo 'int i;' > conftest.$ac_ext
5913 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5914 (eval $ac_compile) 2>&5
5915 ac_status=$?
5916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5917 test $ac_status = 0; }; then
5918 case `/usr/bin/file conftest.o` in
5919 *64-bit*)
5920 case $lt_cv_prog_gnu_ld in
5921 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5922 *)
5923 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5924 LD="${LD-ld} -64"
5925 fi
5926 ;;
5927 esac
5928 ;;
5929 esac
5930 fi
5931 rm -rf conftest*
5932 ;;
5933esac
5934
5935need_locks="$enable_libtool_lock"
5936
5937
5938 case $host_os in
5939 rhapsody* | darwin*)
5940 if test -n "$ac_tool_prefix"; then
5941 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5942set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5944$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5945if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5946 $as_echo_n "(cached) " >&6
5947else
5948 if test -n "$DSYMUTIL"; then
5949 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5950else
5951as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5952for as_dir in $PATH
5953do
5954 IFS=$as_save_IFS
5955 test -z "$as_dir" && as_dir=.
5956 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5958 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5960 break 2
5961 fi
5962done
5963 done
5964IFS=$as_save_IFS
5965
5966fi
5967fi
5968DSYMUTIL=$ac_cv_prog_DSYMUTIL
5969if test -n "$DSYMUTIL"; then
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5971$as_echo "$DSYMUTIL" >&6; }
5972else
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5974$as_echo "no" >&6; }
5975fi
5976
5977
5978fi
5979if test -z "$ac_cv_prog_DSYMUTIL"; then
5980 ac_ct_DSYMUTIL=$DSYMUTIL
5981 # Extract the first word of "dsymutil", so it can be a program name with args.
5982set dummy dsymutil; ac_word=$2
5983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5984$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5985if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5986 $as_echo_n "(cached) " >&6
5987else
5988 if test -n "$ac_ct_DSYMUTIL"; then
5989 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5990else
5991as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5992for as_dir in $PATH
5993do
5994 IFS=$as_save_IFS
5995 test -z "$as_dir" && as_dir=.
5996 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5998 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6000 break 2
6001 fi
6002done
6003 done
6004IFS=$as_save_IFS
6005
6006fi
6007fi
6008ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6009if test -n "$ac_ct_DSYMUTIL"; then
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6011$as_echo "$ac_ct_DSYMUTIL" >&6; }
6012else
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6014$as_echo "no" >&6; }
6015fi
6016
6017 if test "x$ac_ct_DSYMUTIL" = x; then
6018 DSYMUTIL=":"
6019 else
6020 case $cross_compiling:$ac_tool_warned in
6021yes:)
6022{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6023$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6024ac_tool_warned=yes ;;
6025esac
6026 DSYMUTIL=$ac_ct_DSYMUTIL
6027 fi
6028else
6029 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6030fi
6031
6032 if test -n "$ac_tool_prefix"; then
6033 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6034set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6036$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6037if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6038 $as_echo_n "(cached) " >&6
6039else
6040 if test -n "$NMEDIT"; then
6041 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6042else
6043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6044for as_dir in $PATH
6045do
6046 IFS=$as_save_IFS
6047 test -z "$as_dir" && as_dir=.
6048 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6050 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6052 break 2
6053 fi
6054done
6055 done
6056IFS=$as_save_IFS
6057
6058fi
6059fi
6060NMEDIT=$ac_cv_prog_NMEDIT
6061if test -n "$NMEDIT"; then
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6063$as_echo "$NMEDIT" >&6; }
6064else
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6066$as_echo "no" >&6; }
6067fi
6068
6069
6070fi
6071if test -z "$ac_cv_prog_NMEDIT"; then
6072 ac_ct_NMEDIT=$NMEDIT
6073 # Extract the first word of "nmedit", so it can be a program name with args.
6074set dummy nmedit; ac_word=$2
6075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6076$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6077if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6078 $as_echo_n "(cached) " >&6
6079else
6080 if test -n "$ac_ct_NMEDIT"; then
6081 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6082else
6083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6084for as_dir in $PATH
6085do
6086 IFS=$as_save_IFS
6087 test -z "$as_dir" && as_dir=.
6088 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6089 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6090 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6092 break 2
6093 fi
6094done
6095 done
6096IFS=$as_save_IFS
6097
6098fi
6099fi
6100ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6101if test -n "$ac_ct_NMEDIT"; then
6102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6103$as_echo "$ac_ct_NMEDIT" >&6; }
6104else
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6106$as_echo "no" >&6; }
6107fi
6108
6109 if test "x$ac_ct_NMEDIT" = x; then
6110 NMEDIT=":"
6111 else
6112 case $cross_compiling:$ac_tool_warned in
6113yes:)
6114{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6115$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6116ac_tool_warned=yes ;;
6117esac
6118 NMEDIT=$ac_ct_NMEDIT
6119 fi
6120else
6121 NMEDIT="$ac_cv_prog_NMEDIT"
6122fi
6123
6124 if test -n "$ac_tool_prefix"; then
6125 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6126set dummy ${ac_tool_prefix}lipo; ac_word=$2
6127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6128$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6129if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6130 $as_echo_n "(cached) " >&6
6131else
6132 if test -n "$LIPO"; then
6133 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6134else
6135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6136for as_dir in $PATH
6137do
6138 IFS=$as_save_IFS
6139 test -z "$as_dir" && as_dir=.
6140 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6142 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6144 break 2
6145 fi
6146done
6147 done
6148IFS=$as_save_IFS
6149
6150fi
6151fi
6152LIPO=$ac_cv_prog_LIPO
6153if test -n "$LIPO"; then
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6155$as_echo "$LIPO" >&6; }
6156else
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6158$as_echo "no" >&6; }
6159fi
6160
6161
6162fi
6163if test -z "$ac_cv_prog_LIPO"; then
6164 ac_ct_LIPO=$LIPO
6165 # Extract the first word of "lipo", so it can be a program name with args.
6166set dummy lipo; ac_word=$2
6167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6168$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6169if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6170 $as_echo_n "(cached) " >&6
6171else
6172 if test -n "$ac_ct_LIPO"; then
6173 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6174else
6175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6176for as_dir in $PATH
6177do
6178 IFS=$as_save_IFS
6179 test -z "$as_dir" && as_dir=.
6180 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6181 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6182 ac_cv_prog_ac_ct_LIPO="lipo"
6183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6184 break 2
6185 fi
6186done
6187 done
6188IFS=$as_save_IFS
6189
6190fi
6191fi
6192ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6193if test -n "$ac_ct_LIPO"; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6195$as_echo "$ac_ct_LIPO" >&6; }
6196else
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6198$as_echo "no" >&6; }
6199fi
6200
6201 if test "x$ac_ct_LIPO" = x; then
6202 LIPO=":"
6203 else
6204 case $cross_compiling:$ac_tool_warned in
6205yes:)
6206{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6207$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6208ac_tool_warned=yes ;;
6209esac
6210 LIPO=$ac_ct_LIPO
6211 fi
6212else
6213 LIPO="$ac_cv_prog_LIPO"
6214fi
6215
6216 if test -n "$ac_tool_prefix"; then
6217 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6218set dummy ${ac_tool_prefix}otool; ac_word=$2
6219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6220$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6221if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6222 $as_echo_n "(cached) " >&6
6223else
6224 if test -n "$OTOOL"; then
6225 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6226else
6227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6228for as_dir in $PATH
6229do
6230 IFS=$as_save_IFS
6231 test -z "$as_dir" && as_dir=.
6232 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6233 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6234 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6236 break 2
6237 fi
6238done
6239 done
6240IFS=$as_save_IFS
6241
6242fi
6243fi
6244OTOOL=$ac_cv_prog_OTOOL
6245if test -n "$OTOOL"; then
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6247$as_echo "$OTOOL" >&6; }
6248else
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6250$as_echo "no" >&6; }
6251fi
6252
6253
6254fi
6255if test -z "$ac_cv_prog_OTOOL"; then
6256 ac_ct_OTOOL=$OTOOL
6257 # Extract the first word of "otool", so it can be a program name with args.
6258set dummy otool; ac_word=$2
6259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6260$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6261if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6262 $as_echo_n "(cached) " >&6
6263else
6264 if test -n "$ac_ct_OTOOL"; then
6265 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6266else
6267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6268for as_dir in $PATH
6269do
6270 IFS=$as_save_IFS
6271 test -z "$as_dir" && as_dir=.
6272 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6274 ac_cv_prog_ac_ct_OTOOL="otool"
6275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6276 break 2
6277 fi
6278done
6279 done
6280IFS=$as_save_IFS
6281
6282fi
6283fi
6284ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6285if test -n "$ac_ct_OTOOL"; then
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6287$as_echo "$ac_ct_OTOOL" >&6; }
6288else
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6290$as_echo "no" >&6; }
6291fi
6292
6293 if test "x$ac_ct_OTOOL" = x; then
6294 OTOOL=":"
6295 else
6296 case $cross_compiling:$ac_tool_warned in
6297yes:)
6298{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6299$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6300ac_tool_warned=yes ;;
6301esac
6302 OTOOL=$ac_ct_OTOOL
6303 fi
6304else
6305 OTOOL="$ac_cv_prog_OTOOL"
6306fi
6307
6308 if test -n "$ac_tool_prefix"; then
6309 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6310set dummy ${ac_tool_prefix}otool64; ac_word=$2
6311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6312$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6313if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6314 $as_echo_n "(cached) " >&6
6315else
6316 if test -n "$OTOOL64"; then
6317 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6318else
6319as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6320for as_dir in $PATH
6321do
6322 IFS=$as_save_IFS
6323 test -z "$as_dir" && as_dir=.
6324 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6325 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6326 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6328 break 2
6329 fi
6330done
6331 done
6332IFS=$as_save_IFS
6333
6334fi
6335fi
6336OTOOL64=$ac_cv_prog_OTOOL64
6337if test -n "$OTOOL64"; then
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6339$as_echo "$OTOOL64" >&6; }
6340else
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6342$as_echo "no" >&6; }
6343fi
6344
6345
6346fi
6347if test -z "$ac_cv_prog_OTOOL64"; then
6348 ac_ct_OTOOL64=$OTOOL64
6349 # Extract the first word of "otool64", so it can be a program name with args.
6350set dummy otool64; ac_word=$2
6351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6352$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6353if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6354 $as_echo_n "(cached) " >&6
6355else
6356 if test -n "$ac_ct_OTOOL64"; then
6357 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6358else
6359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6360for as_dir in $PATH
6361do
6362 IFS=$as_save_IFS
6363 test -z "$as_dir" && as_dir=.
6364 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6365 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6366 ac_cv_prog_ac_ct_OTOOL64="otool64"
6367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6368 break 2
6369 fi
6370done
6371 done
6372IFS=$as_save_IFS
6373
6374fi
6375fi
6376ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6377if test -n "$ac_ct_OTOOL64"; then
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6379$as_echo "$ac_ct_OTOOL64" >&6; }
6380else
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6382$as_echo "no" >&6; }
6383fi
6384
6385 if test "x$ac_ct_OTOOL64" = x; then
6386 OTOOL64=":"
6387 else
6388 case $cross_compiling:$ac_tool_warned in
6389yes:)
6390{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6391$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6392ac_tool_warned=yes ;;
6393esac
6394 OTOOL64=$ac_ct_OTOOL64
6395 fi
6396else
6397 OTOOL64="$ac_cv_prog_OTOOL64"
6398fi
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6427$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6428if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6429 $as_echo_n "(cached) " >&6
6430else
6431 lt_cv_apple_cc_single_mod=no
6432 if test -z "${LT_MULTI_MODULE}"; then
6433 # By default we will add the -single_module flag. You can override
6434 # by either setting the environment variable LT_MULTI_MODULE
6435 # non-empty at configure time, or by adding -multi_module to the
6436 # link flags.
6437 rm -rf libconftest.dylib*
6438 echo "int foo(void){return 1;}" > conftest.c
6439 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6440-dynamiclib -Wl,-single_module conftest.c" >&5
6441 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6442 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6443 _lt_result=$?
6444 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6445 lt_cv_apple_cc_single_mod=yes
6446 else
6447 cat conftest.err >&5
6448 fi
6449 rm -rf libconftest.dylib*
6450 rm -f conftest.*
6451 fi
6452fi
6453{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6454$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6456$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6457if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6458 $as_echo_n "(cached) " >&6
6459else
6460 lt_cv_ld_exported_symbols_list=no
6461 save_LDFLAGS=$LDFLAGS
6462 echo "_main" > conftest.sym
6463 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6465/* end confdefs.h. */
6466
6467int
6468main ()
6469{
6470
6471 ;
6472 return 0;
6473}
6474_ACEOF
6475if ac_fn_c_try_link "$LINENO"; then :
6476 lt_cv_ld_exported_symbols_list=yes
6477else
6478 lt_cv_ld_exported_symbols_list=no
6479fi
6480rm -f core conftest.err conftest.$ac_objext \
6481 conftest$ac_exeext conftest.$ac_ext
6482 LDFLAGS="$save_LDFLAGS"
6483
6484fi
6485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6486$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6488$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6489if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6490 $as_echo_n "(cached) " >&6
6491else
6492 lt_cv_ld_force_load=no
6493 cat > conftest.c << _LT_EOF
6494int forced_loaded() { return 2;}
6495_LT_EOF
6496 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6497 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6498 echo "$AR cru libconftest.a conftest.o" >&5
6499 $AR cru libconftest.a conftest.o 2>&5
6500 cat > conftest.c << _LT_EOF
6501int main() { return 0;}
6502_LT_EOF
6503 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6504 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6505 _lt_result=$?
6506 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6507 lt_cv_ld_force_load=yes
6508 else
6509 cat conftest.err >&5
6510 fi
6511 rm -f conftest.err libconftest.a conftest conftest.c
6512 rm -rf conftest.dSYM
6513
6514fi
6515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6516$as_echo "$lt_cv_ld_force_load" >&6; }
6517 case $host_os in
6518 rhapsody* | darwin1.[012])
6519 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6520 darwin1.*)
6521 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6522 darwin*) # darwin 5.x on
6523 # if running on 10.5 or later, the deployment target defaults
6524 # to the OS version, if on x86, and 10.4, the deployment
6525 # target defaults to 10.4. Don't you love it?
6526 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6527 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6528 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6529 10.[012][,.]*)
6bb11ab3
L
6530 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6531 10.*)
6532 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6533 esac
6534 ;;
6535 esac
6536 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6537 _lt_dar_single_mod='$single_module'
6538 fi
6539 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6540 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6541 else
6542 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6543 fi
6544 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6545 _lt_dsymutil='~$DSYMUTIL $lib || :'
6546 else
6547 _lt_dsymutil=
6548 fi
6549 ;;
6550 esac
6551
6552for ac_header in dlfcn.h
6553do :
6554 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6555"
d0ac1c44 6556if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6557 cat >>confdefs.h <<_ACEOF
6558#define HAVE_DLFCN_H 1
6559_ACEOF
6560
6561fi
6562
6563done
6564
6565
6566
6bb11ab3
L
6567ac_config_headers="$ac_config_headers config.h:config.in"
6568
6569
6570
0cb8d851
MF
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6572$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6573if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6574 $as_echo_n "(cached) " >&6
6575else
6576 ac_cv_c_bigendian=unknown
6577 # See if we're dealing with a universal compiler.
6578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6579/* end confdefs.h. */
6580#ifndef __APPLE_CC__
6581 not a universal capable compiler
6582 #endif
6583 typedef int dummy;
6584
6585_ACEOF
6586if ac_fn_c_try_compile "$LINENO"; then :
6587
6588 # Check for potential -arch flags. It is not universal unless
6589 # there are at least two -arch flags with different values.
6590 ac_arch=
6591 ac_prev=
6592 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6593 if test -n "$ac_prev"; then
6594 case $ac_word in
6595 i?86 | x86_64 | ppc | ppc64)
6596 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6597 ac_arch=$ac_word
6598 else
6599 ac_cv_c_bigendian=universal
6600 break
6601 fi
6602 ;;
6603 esac
6604 ac_prev=
6605 elif test "x$ac_word" = "x-arch"; then
6606 ac_prev=arch
6607 fi
6608 done
6609fi
6610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6611 if test $ac_cv_c_bigendian = unknown; then
6612 # See if sys/param.h defines the BYTE_ORDER macro.
6613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6614/* end confdefs.h. */
6615#include <sys/types.h>
6616 #include <sys/param.h>
6617
6618int
6619main ()
6620{
6621#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6622 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6623 && LITTLE_ENDIAN)
6624 bogus endian macros
6625 #endif
6626
6627 ;
6628 return 0;
6629}
6630_ACEOF
6631if ac_fn_c_try_compile "$LINENO"; then :
6632 # It does; now see whether it defined to BIG_ENDIAN or not.
6633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6634/* end confdefs.h. */
6635#include <sys/types.h>
6636 #include <sys/param.h>
6637
6638int
6639main ()
6640{
6641#if BYTE_ORDER != BIG_ENDIAN
6642 not big endian
6643 #endif
6644
6645 ;
6646 return 0;
6647}
6648_ACEOF
6649if ac_fn_c_try_compile "$LINENO"; then :
6650 ac_cv_c_bigendian=yes
6651else
6652 ac_cv_c_bigendian=no
6653fi
6654rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6655fi
6656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6657 fi
6658 if test $ac_cv_c_bigendian = unknown; then
6659 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6661/* end confdefs.h. */
6662#include <limits.h>
6663
6664int
6665main ()
6666{
6667#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6668 bogus endian macros
6669 #endif
6670
6671 ;
6672 return 0;
6673}
6674_ACEOF
6675if ac_fn_c_try_compile "$LINENO"; then :
6676 # It does; now see whether it defined to _BIG_ENDIAN or not.
6677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6678/* end confdefs.h. */
6679#include <limits.h>
6680
6681int
6682main ()
6683{
6684#ifndef _BIG_ENDIAN
6685 not big endian
6686 #endif
6687
6688 ;
6689 return 0;
6690}
6691_ACEOF
6692if ac_fn_c_try_compile "$LINENO"; then :
6693 ac_cv_c_bigendian=yes
6694else
6695 ac_cv_c_bigendian=no
6696fi
6697rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6698fi
6699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6700 fi
6701 if test $ac_cv_c_bigendian = unknown; then
6702 # Compile a test program.
6703 if test "$cross_compiling" = yes; then :
6704 # Try to guess by grepping values from an object file.
6705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6706/* end confdefs.h. */
6707short int ascii_mm[] =
6708 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6709 short int ascii_ii[] =
6710 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6711 int use_ascii (int i) {
6712 return ascii_mm[i] + ascii_ii[i];
6713 }
6714 short int ebcdic_ii[] =
6715 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6716 short int ebcdic_mm[] =
6717 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6718 int use_ebcdic (int i) {
6719 return ebcdic_mm[i] + ebcdic_ii[i];
6720 }
6721 extern int foo;
6722
6723int
6724main ()
6725{
6726return use_ascii (foo) == use_ebcdic (foo);
6727 ;
6728 return 0;
6729}
6730_ACEOF
6731if ac_fn_c_try_compile "$LINENO"; then :
6732 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6733 ac_cv_c_bigendian=yes
6734 fi
6735 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6736 if test "$ac_cv_c_bigendian" = unknown; then
6737 ac_cv_c_bigendian=no
6738 else
6739 # finding both strings is unlikely to happen, but who knows?
6740 ac_cv_c_bigendian=unknown
6741 fi
6742 fi
6743fi
6744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6745else
6746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6747/* end confdefs.h. */
6748$ac_includes_default
6749int
6750main ()
6751{
6752
6753 /* Are we little or big endian? From Harbison&Steele. */
6754 union
6755 {
6756 long int l;
6757 char c[sizeof (long int)];
6758 } u;
6759 u.l = 1;
6760 return u.c[sizeof (long int) - 1] == 1;
6761
6762 ;
6763 return 0;
6764}
6765_ACEOF
6766if ac_fn_c_try_run "$LINENO"; then :
6767 ac_cv_c_bigendian=no
6768else
6769 ac_cv_c_bigendian=yes
6770fi
6771rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6772 conftest.$ac_objext conftest.beam conftest.$ac_ext
6773fi
6774
6775 fi
6776fi
6777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6778$as_echo "$ac_cv_c_bigendian" >&6; }
6779 case $ac_cv_c_bigendian in #(
6780 yes)
6781 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6782;; #(
6783 no)
6784 ;; #(
6785 universal)
6786
6787$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6788
6789 ;; #(
6790 *)
d0ac1c44 6791 as_fn_error $? "unknown endianness
0cb8d851
MF
6792 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6793 esac
6794
6bb11ab3
L
6795
6796
6797
6798# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
6799if test -z "$CC_FOR_BUILD"; then
6800 if test "x$cross_compiling" = "xno"; then
6801 CC_FOR_BUILD='$(CC)'
6802 else
6803 CC_FOR_BUILD=gcc
6804 fi
6bb11ab3
L
6805fi
6806
6807
6808
6bb11ab3
L
6809AR=${AR-ar}
6810
6811if test -n "$ac_tool_prefix"; then
6812 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6813set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6815$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6816if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6817 $as_echo_n "(cached) " >&6
6818else
6819 if test -n "$RANLIB"; then
6820 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6821else
6822as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6823for as_dir in $PATH
6824do
6825 IFS=$as_save_IFS
6826 test -z "$as_dir" && as_dir=.
6827 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6828 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6829 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6831 break 2
6832 fi
6833done
6834 done
6835IFS=$as_save_IFS
6836
6837fi
6838fi
6839RANLIB=$ac_cv_prog_RANLIB
6840if test -n "$RANLIB"; then
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6842$as_echo "$RANLIB" >&6; }
6843else
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6845$as_echo "no" >&6; }
6846fi
6847
6848
6849fi
6850if test -z "$ac_cv_prog_RANLIB"; then
6851 ac_ct_RANLIB=$RANLIB
6852 # Extract the first word of "ranlib", so it can be a program name with args.
6853set dummy ranlib; ac_word=$2
6854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6855$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6856if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6857 $as_echo_n "(cached) " >&6
6858else
6859 if test -n "$ac_ct_RANLIB"; then
6860 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6861else
6862as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6863for as_dir in $PATH
6864do
6865 IFS=$as_save_IFS
6866 test -z "$as_dir" && as_dir=.
6867 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6868 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6869 ac_cv_prog_ac_ct_RANLIB="ranlib"
6870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6871 break 2
6872 fi
6873done
6874 done
6875IFS=$as_save_IFS
6876
6877fi
6878fi
6879ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6880if test -n "$ac_ct_RANLIB"; then
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6882$as_echo "$ac_ct_RANLIB" >&6; }
6883else
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6885$as_echo "no" >&6; }
6886fi
6887
6888 if test "x$ac_ct_RANLIB" = x; then
6889 RANLIB=":"
6890 else
6891 case $cross_compiling:$ac_tool_warned in
6892yes:)
6893{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6894$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6895ac_tool_warned=yes ;;
6896esac
6897 RANLIB=$ac_ct_RANLIB
6898 fi
6899else
6900 RANLIB="$ac_cv_prog_RANLIB"
6901fi
6902
6903
46f900c0
MF
6904# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6905# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6906# is C99. So handle it ourselves.
6907:
6908C_DIALECT=
6909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6910$as_echo_n "checking whether C11 is supported by default... " >&6; }
6911cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6912/* end confdefs.h. */
6913
6914#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6915# error "C11 support not found"
6916#endif
6917
6918_ACEOF
6919if ac_fn_c_try_compile "$LINENO"; then :
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6921$as_echo "yes" >&6; }
6922else
6923
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6925$as_echo "no" >&6; }
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6927$as_echo_n "checking for -std=c11 support... " >&6; }
6928 ac_save_CC="$CC"
6929 CC="$CC -std=c11"
6930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6931/* end confdefs.h. */
6932
6933#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6934# error "C11 support not found"
6935#endif
6936
6937_ACEOF
6938if ac_fn_c_try_compile "$LINENO"; then :
6939
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6941$as_echo "yes" >&6; }
6942 CC="$ac_save_CC"
6943 C_DIALECT="-std=c11"
6944
6945else
6946 as_fn_error $? "C11 is required" "$LINENO" 5
6947fi
6948rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6949fi
6950rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6951
6952
6bb11ab3
L
6953# Some of the common include files depend on bfd.h, and bfd.h checks
6954# that config.h is included first by testing that the PACKAGE macro
6955# is defined.
6956PACKAGE=sim
6957
6958cat >>confdefs.h <<_ACEOF
6959#define PACKAGE "$PACKAGE"
6960_ACEOF
6961
6962
6963
6964# Dependency checking.
6965ac_config_commands="$ac_config_commands depdir"
6966
6967
6968depcc="$CC" am_compiler_list=
6969
6970am_depcomp=$ac_aux_dir/depcomp
6971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6972$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6973if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6974 $as_echo_n "(cached) " >&6
6975else
6976 if test -f "$am_depcomp"; then
6977 # We make a subdir and do the tests there. Otherwise we can end up
6978 # making bogus files that we don't know about and never remove. For
6979 # instance it was reported that on HP-UX the gcc test will end up
6980 # making a dummy file named `D' -- because `-MD' means `put the output
6981 # in D'.
6982 mkdir conftest.dir
6983 # Copy depcomp to subdir because otherwise we won't find it if we're
6984 # using a relative directory.
6985 cp "$am_depcomp" conftest.dir
6986 cd conftest.dir
6987 # We will build objects and dependencies in a subdirectory because
6988 # it helps to detect inapplicable dependency modes. For instance
6989 # both Tru64's cc and ICC support -MD to output dependencies as a
6990 # side effect of compilation, but ICC will put the dependencies in
6991 # the current directory while Tru64 will put them in the object
6992 # directory.
6993 mkdir sub
6994
6995 am_cv_CC_dependencies_compiler_type=none
6996 if test "$am_compiler_list" = ""; then
6997 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6998 fi
6999 for depmode in $am_compiler_list; do
7000 if test $depmode = none; then break; fi
7001
7002 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7003 # Setup a source with many dependencies, because some compilers
7004 # like to wrap large dependency lists on column 80 (with \), and
7005 # we should not choose a depcomp mode which is confused by this.
7006 #
7007 # We need to recreate these files for each test, as the compiler may
7008 # overwrite some of them when testing with obscure command lines.
7009 # This happens at least with the AIX C compiler.
7010 : > sub/conftest.c
7011 for i in 1 2 3 4 5 6; do
7012 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7013 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7014 # Solaris 8's {/usr,}/bin/sh.
7015 touch sub/conftst$i.h
7016 done
7017 echo "include sub/conftest.Po" > confmf
7018
7019 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7020 # mode. It turns out that the SunPro C++ compiler does not properly
7021 # handle `-M -o', and we need to detect this.
7022 depcmd="depmode=$depmode \
7023 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7024 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7025 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7026 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7027 if env $depcmd > conftest.err 2>&1 &&
7028 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7029 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7030 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7031 # icc doesn't choke on unknown options, it will just issue warnings
7032 # or remarks (even with -Werror). So we grep stderr for any message
7033 # that says an option was ignored or not supported.
7034 # When given -MP, icc 7.0 and 7.1 complain thusly:
7035 # icc: Command line warning: ignoring option '-M'; no argument required
7036 # The diagnosis changed in icc 8.0:
7037 # icc: Command line remark: option '-MP' not supported
7038 if (grep 'ignoring option' conftest.err ||
7039 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7040 am_cv_CC_dependencies_compiler_type=$depmode
7041 $as_echo "$as_me:$LINENO: success" >&5
7042 break
7043 fi
7044 fi
7045 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7046 sed -e 's/^/| /' < conftest.err >&5
7047 done
7048
7049 cd ..
7050 rm -rf conftest.dir
7051else
7052 am_cv_CC_dependencies_compiler_type=none
7053fi
7054
7055fi
7056{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7057$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7058if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7059then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7060else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7061
7062fi
7063
7064
7065# Check for the 'make' the user wants to use.
7066for ac_prog in make
7067do
7068 # Extract the first word of "$ac_prog", so it can be a program name with args.
7069set dummy $ac_prog; ac_word=$2
7070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7071$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7072if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7073 $as_echo_n "(cached) " >&6
7074else
7075 if test -n "$MAKE"; then
7076 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7077else
7078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7079for as_dir in $PATH
7080do
7081 IFS=$as_save_IFS
7082 test -z "$as_dir" && as_dir=.
7083 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7084 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7085 ac_cv_prog_MAKE="$ac_prog"
7086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7087 break 2
7088 fi
7089done
7090 done
7091IFS=$as_save_IFS
7092
7093fi
7094fi
7095MAKE=$ac_cv_prog_MAKE
7096if test -n "$MAKE"; then
7097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7098$as_echo "$MAKE" >&6; }
7099else
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7101$as_echo "no" >&6; }
7102fi
7103
7104
7105 test -n "$MAKE" && break
7106done
7107
7108MAKE_IS_GNU=
7109case "`$MAKE --version 2>&1 | sed 1q`" in
7110 *GNU*)
7111 MAKE_IS_GNU=yes
7112 ;;
7113esac
7114 if test "$MAKE_IS_GNU" = yes; then
7115 GMAKE_TRUE=
7116 GMAKE_FALSE='#'
7117else
7118 GMAKE_TRUE='#'
7119 GMAKE_FALSE=
7120fi
7121
7122
7123ALL_LINGUAS=
7124# If we haven't got the data from the intl directory,
7125# assume NLS is disabled.
7126USE_NLS=no
7127LIBINTL=
7128LIBINTL_DEP=
7129INCINTL=
7130XGETTEXT=
7131GMSGFMT=
7132POSUB=
7133
7134if test -f ../../intl/config.intl; then
7135 . ../../intl/config.intl
7136fi
7137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7138$as_echo_n "checking whether NLS is requested... " >&6; }
7139if test x"$USE_NLS" != xyes; then
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7141$as_echo "no" >&6; }
7142else
7143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7144$as_echo "yes" >&6; }
7145
7146$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7147
7148
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7150$as_echo_n "checking for catalogs to be installed... " >&6; }
7151 # Look for .po and .gmo files in the source directory.
7152 CATALOGS=
7153 XLINGUAS=
7154 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7155 # If there aren't any .gmo files the shell will give us the
7156 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7157 # weeded out.
7158 case "$cat" in *\**)
7159 continue;;
7160 esac
7161 # The quadruple backslash is collapsed to a double backslash
7162 # by the backticks, then collapsed again by the double quotes,
7163 # leaving us with one backslash in the sed expression (right
7164 # before the dot that mustn't act as a wildcard).
7165 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7166 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7167 # The user is allowed to set LINGUAS to a list of languages to
7168 # install catalogs for. If it's empty that means "all of them."
7169 if test "x$LINGUAS" = x; then
7170 CATALOGS="$CATALOGS $cat"
7171 XLINGUAS="$XLINGUAS $lang"
7172 else
7173 case "$LINGUAS" in *$lang*)
7174 CATALOGS="$CATALOGS $cat"
7175 XLINGUAS="$XLINGUAS $lang"
7176 ;;
7177 esac
7178 fi
7179 done
7180 LINGUAS="$XLINGUAS"
7181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7182$as_echo "$LINGUAS" >&6; }
7183
7184
7185 DATADIRNAME=share
7186
7187 INSTOBJEXT=.mo
7188
7189 GENCAT=gencat
7190
7191 CATOBJEXT=.gmo
7192
7193fi
7194
7195# Check for common headers.
68ed2854
MF
7196# NB: You can assume C11 headers exist.
7197for ac_header in unistd.h
6bb11ab3 7198do :
68ed2854
MF
7199 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7200if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7201 cat >>confdefs.h <<_ACEOF
68ed2854 7202#define HAVE_UNISTD_H 1
6bb11ab3
L
7203_ACEOF
7204
7205fi
7206
7207done
7208
936df756 7209for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7210do :
7211 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7212ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7213if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7214 cat >>confdefs.h <<_ACEOF
7215#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7216_ACEOF
7217
7218fi
7219
7220done
7221
7222for ac_header in fcntl.h fpu_control.h
7223do :
7224 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7225ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7226if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7227 cat >>confdefs.h <<_ACEOF
7228#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7229_ACEOF
7230
7231fi
7232
7233done
7234
68ed2854 7235for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7236do :
7237 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7238ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7239if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7240 cat >>confdefs.h <<_ACEOF
7241#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7242_ACEOF
7243
7244fi
7245
7246done
7247
7248for ac_func in getrusage time sigaction __setfpucw
7249do :
7250 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7251ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7252if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
7253 cat >>confdefs.h <<_ACEOF
7254#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7255_ACEOF
7256
7257fi
7258done
7259
936df756
MF
7260for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7261do :
7262 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7263ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7264if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
7265 cat >>confdefs.h <<_ACEOF
7266#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7267_ACEOF
7268
7269fi
7270done
7271
7272ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7273#include <sys/types.h>
7274#endif
7275#ifdef HAVE_SYS_STAT_H
7276#include <sys/stat.h>
7277#endif
7278"
d0ac1c44 7279if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7280
7281cat >>confdefs.h <<_ACEOF
7282#define HAVE_STRUCT_STAT_ST_DEV 1
7283_ACEOF
7284
7285
7286fi
7287ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7288#include <sys/types.h>
7289#endif
7290#ifdef HAVE_SYS_STAT_H
7291#include <sys/stat.h>
7292#endif
7293"
d0ac1c44 7294if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7295
7296cat >>confdefs.h <<_ACEOF
7297#define HAVE_STRUCT_STAT_ST_INO 1
7298_ACEOF
7299
7300
7301fi
7302ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7303#include <sys/types.h>
7304#endif
7305#ifdef HAVE_SYS_STAT_H
7306#include <sys/stat.h>
7307#endif
7308"
d0ac1c44 7309if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7310
7311cat >>confdefs.h <<_ACEOF
7312#define HAVE_STRUCT_STAT_ST_MODE 1
7313_ACEOF
7314
7315
7316fi
7317ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7318#include <sys/types.h>
7319#endif
7320#ifdef HAVE_SYS_STAT_H
7321#include <sys/stat.h>
7322#endif
7323"
d0ac1c44 7324if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7325
7326cat >>confdefs.h <<_ACEOF
7327#define HAVE_STRUCT_STAT_ST_NLINK 1
7328_ACEOF
7329
7330
7331fi
7332ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7333#include <sys/types.h>
7334#endif
7335#ifdef HAVE_SYS_STAT_H
7336#include <sys/stat.h>
7337#endif
7338"
d0ac1c44 7339if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7340
7341cat >>confdefs.h <<_ACEOF
7342#define HAVE_STRUCT_STAT_ST_UID 1
7343_ACEOF
7344
7345
7346fi
7347ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7348#include <sys/types.h>
7349#endif
7350#ifdef HAVE_SYS_STAT_H
7351#include <sys/stat.h>
7352#endif
7353"
d0ac1c44 7354if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7355
7356cat >>confdefs.h <<_ACEOF
7357#define HAVE_STRUCT_STAT_ST_GID 1
7358_ACEOF
7359
7360
7361fi
7362ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7363#include <sys/types.h>
7364#endif
7365#ifdef HAVE_SYS_STAT_H
7366#include <sys/stat.h>
7367#endif
7368"
d0ac1c44 7369if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7370
7371cat >>confdefs.h <<_ACEOF
7372#define HAVE_STRUCT_STAT_ST_RDEV 1
7373_ACEOF
7374
7375
7376fi
7377ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7378#include <sys/types.h>
7379#endif
7380#ifdef HAVE_SYS_STAT_H
7381#include <sys/stat.h>
7382#endif
7383"
d0ac1c44 7384if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7385
7386cat >>confdefs.h <<_ACEOF
7387#define HAVE_STRUCT_STAT_ST_SIZE 1
7388_ACEOF
7389
7390
7391fi
7392ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7393#include <sys/types.h>
7394#endif
7395#ifdef HAVE_SYS_STAT_H
7396#include <sys/stat.h>
7397#endif
7398"
d0ac1c44 7399if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7400
7401cat >>confdefs.h <<_ACEOF
7402#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7403_ACEOF
7404
7405
7406fi
7407ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7408#include <sys/types.h>
7409#endif
7410#ifdef HAVE_SYS_STAT_H
7411#include <sys/stat.h>
7412#endif
7413"
d0ac1c44 7414if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7415
7416cat >>confdefs.h <<_ACEOF
7417#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7418_ACEOF
7419
7420
7421fi
7422ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7423#include <sys/types.h>
7424#endif
7425#ifdef HAVE_SYS_STAT_H
7426#include <sys/stat.h>
7427#endif
7428"
d0ac1c44 7429if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7430
7431cat >>confdefs.h <<_ACEOF
7432#define HAVE_STRUCT_STAT_ST_ATIME 1
7433_ACEOF
7434
7435
7436fi
7437ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7438#include <sys/types.h>
7439#endif
7440#ifdef HAVE_SYS_STAT_H
7441#include <sys/stat.h>
7442#endif
7443"
d0ac1c44 7444if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7445
7446cat >>confdefs.h <<_ACEOF
7447#define HAVE_STRUCT_STAT_ST_MTIME 1
7448_ACEOF
7449
7450
7451fi
7452ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7453#include <sys/types.h>
7454#endif
7455#ifdef HAVE_SYS_STAT_H
7456#include <sys/stat.h>
7457#endif
7458"
d0ac1c44 7459if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7460
7461cat >>confdefs.h <<_ACEOF
7462#define HAVE_STRUCT_STAT_ST_CTIME 1
7463_ACEOF
7464
7465
7466fi
7467
7468ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7469#include <sys/socket.h>
7470
7471"
d0ac1c44 7472if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7473
7474cat >>confdefs.h <<_ACEOF
7475#define HAVE_SOCKLEN_T 1
7476_ACEOF
7477
7478
7479fi
7480
6bb11ab3
L
7481
7482# Check for socket libraries
7483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7484$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7485if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7486 $as_echo_n "(cached) " >&6
7487else
7488 ac_check_lib_save_LIBS=$LIBS
7489LIBS="-lsocket $LIBS"
7490cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7491/* end confdefs.h. */
7492
7493/* Override any GCC internal prototype to avoid an error.
7494 Use char because int might match the return type of a GCC
7495 builtin and then its argument prototype would still apply. */
7496#ifdef __cplusplus
7497extern "C"
7498#endif
7499char bind ();
7500int
7501main ()
7502{
7503return bind ();
7504 ;
7505 return 0;
7506}
7507_ACEOF
7508if ac_fn_c_try_link "$LINENO"; then :
7509 ac_cv_lib_socket_bind=yes
7510else
7511 ac_cv_lib_socket_bind=no
7512fi
7513rm -f core conftest.err conftest.$ac_objext \
7514 conftest$ac_exeext conftest.$ac_ext
7515LIBS=$ac_check_lib_save_LIBS
7516fi
7517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7518$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7519if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7520 cat >>confdefs.h <<_ACEOF
7521#define HAVE_LIBSOCKET 1
7522_ACEOF
7523
7524 LIBS="-lsocket $LIBS"
7525
7526fi
7527
7528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7529$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7530if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7531 $as_echo_n "(cached) " >&6
7532else
7533 ac_check_lib_save_LIBS=$LIBS
7534LIBS="-lnsl $LIBS"
7535cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7536/* end confdefs.h. */
7537
7538/* Override any GCC internal prototype to avoid an error.
7539 Use char because int might match the return type of a GCC
7540 builtin and then its argument prototype would still apply. */
7541#ifdef __cplusplus
7542extern "C"
7543#endif
7544char gethostbyname ();
7545int
7546main ()
7547{
7548return gethostbyname ();
7549 ;
7550 return 0;
7551}
7552_ACEOF
7553if ac_fn_c_try_link "$LINENO"; then :
7554 ac_cv_lib_nsl_gethostbyname=yes
7555else
7556 ac_cv_lib_nsl_gethostbyname=no
7557fi
7558rm -f core conftest.err conftest.$ac_objext \
7559 conftest$ac_exeext conftest.$ac_ext
7560LIBS=$ac_check_lib_save_LIBS
7561fi
7562{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7563$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7564if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7565 cat >>confdefs.h <<_ACEOF
7566#define HAVE_LIBNSL 1
7567_ACEOF
7568
7569 LIBS="-lnsl $LIBS"
7570
7571fi
7572
7573
7574# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7575# using the same condition.
7576
aadc9410 7577 # Use the system's zlib library.
7fed4b0b
L
7578 zlibdir="-L\$(top_builddir)/../zlib"
7579 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7580
aadc9410
MF
7581# Check whether --with-system-zlib was given.
7582if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7583 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7584 zlibdir=
7585 zlibinc=
7586 fi
6bb11ab3
L
7587
7588fi
7589
6bb11ab3 7590
6bb11ab3 7591
6bb11ab3
L
7592
7593
7594# BFD uses libdl when when plugins enabled.
7595
faa743bb
RM
7596 maybe_plugins=no
7597 for ac_header in dlfcn.h
7598do :
7599 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7600"
d0ac1c44 7601if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7602 cat >>confdefs.h <<_ACEOF
7603#define HAVE_DLFCN_H 1
7604_ACEOF
7605 maybe_plugins=yes
7606fi
7607
7608done
7609
7610 for ac_header in windows.h
7611do :
7612 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7613"
d0ac1c44 7614if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7615 cat >>confdefs.h <<_ACEOF
7616#define HAVE_WINDOWS_H 1
7617_ACEOF
7618 maybe_plugins=yes
7619fi
7620
7621done
7622
7623
7624 # Check whether --enable-plugins was given.
6bb11ab3
L
7625if test "${enable_plugins+set}" = set; then :
7626 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7627 no) plugins=no ;;
7628 *) plugins=yes
7629 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7630 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7631 fi ;;
7632 esac
6bb11ab3 7633else
faa743bb
RM
7634 plugins=$maybe_plugins
7635
6bb11ab3
L
7636fi
7637
2974be62 7638 if test "$plugins" = "yes"; then
37f980dc
SM
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7640$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7641if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7642 $as_echo_n "(cached) " >&6
7643else
7644 ac_func_search_save_LIBS=$LIBS
7645cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7646/* end confdefs.h. */
7647
7648/* Override any GCC internal prototype to avoid an error.
7649 Use char because int might match the return type of a GCC
7650 builtin and then its argument prototype would still apply. */
7651#ifdef __cplusplus
7652extern "C"
7653#endif
37f980dc 7654char dlsym ();
2974be62
AM
7655int
7656main ()
7657{
37f980dc 7658return dlsym ();
2974be62
AM
7659 ;
7660 return 0;
7661}
7662_ACEOF
7663for ac_lib in '' dl; do
7664 if test -z "$ac_lib"; then
7665 ac_res="none required"
7666 else
7667 ac_res=-l$ac_lib
7668 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7669 fi
7670 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7671 ac_cv_search_dlsym=$ac_res
2974be62
AM
7672fi
7673rm -f core conftest.err conftest.$ac_objext \
7674 conftest$ac_exeext
d0ac1c44 7675 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7676 break
7677fi
7678done
d0ac1c44 7679if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7680
7681else
37f980dc 7682 ac_cv_search_dlsym=no
2974be62
AM
7683fi
7684rm conftest.$ac_ext
7685LIBS=$ac_func_search_save_LIBS
7686fi
37f980dc
SM
7687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7688$as_echo "$ac_cv_search_dlsym" >&6; }
7689ac_res=$ac_cv_search_dlsym
2974be62
AM
7690if test "$ac_res" != no; then :
7691 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7692
7693fi
7694
7695 fi
6bb11ab3
L
7696
7697 if test "$plugins" = yes; then
7698 PLUGINS_TRUE=
7699 PLUGINS_FALSE='#'
7700else
7701 PLUGINS_TRUE='#'
7702 PLUGINS_FALSE=
7703fi
7704
7705
7706
7707
7708
7709# Set options
7710enable_dlopen=yes
7711
7712
7713
7714
7715 enable_win32_dll=no
7716
7717
7718 # Check whether --enable-shared was given.
7719if test "${enable_shared+set}" = set; then :
7720 enableval=$enable_shared; p=${PACKAGE-default}
7721 case $enableval in
7722 yes) enable_shared=yes ;;
7723 no) enable_shared=no ;;
7724 *)
7725 enable_shared=no
7726 # Look at the argument we got. We use all the common list separators.
7727 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7728 for pkg in $enableval; do
7729 IFS="$lt_save_ifs"
7730 if test "X$pkg" = "X$p"; then
7731 enable_shared=yes
7732 fi
7733 done
7734 IFS="$lt_save_ifs"
7735 ;;
7736 esac
7737else
7738 enable_shared=yes
7739fi
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749 # Check whether --enable-static was given.
7750if test "${enable_static+set}" = set; then :
7751 enableval=$enable_static; p=${PACKAGE-default}
7752 case $enableval in
7753 yes) enable_static=yes ;;
7754 no) enable_static=no ;;
7755 *)
7756 enable_static=no
7757 # Look at the argument we got. We use all the common list separators.
7758 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7759 for pkg in $enableval; do
7760 IFS="$lt_save_ifs"
7761 if test "X$pkg" = "X$p"; then
7762 enable_static=yes
7763 fi
7764 done
7765 IFS="$lt_save_ifs"
7766 ;;
7767 esac
7768else
7769 enable_static=yes
7770fi
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781# Check whether --with-pic was given.
7782if test "${with_pic+set}" = set; then :
7783 withval=$with_pic; pic_mode="$withval"
7784else
7785 pic_mode=default
7786fi
7787
7788
7789test -z "$pic_mode" && pic_mode=default
7790
7791
7792
7793
7794
7795
7796
7797 # Check whether --enable-fast-install was given.
7798if test "${enable_fast_install+set}" = set; then :
7799 enableval=$enable_fast_install; p=${PACKAGE-default}
7800 case $enableval in
7801 yes) enable_fast_install=yes ;;
7802 no) enable_fast_install=no ;;
7803 *)
7804 enable_fast_install=no
7805 # Look at the argument we got. We use all the common list separators.
7806 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7807 for pkg in $enableval; do
7808 IFS="$lt_save_ifs"
7809 if test "X$pkg" = "X$p"; then
7810 enable_fast_install=yes
7811 fi
7812 done
7813 IFS="$lt_save_ifs"
7814 ;;
7815 esac
7816else
7817 enable_fast_install=yes
7818fi
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830# This can be used to rebuild libtool when needed
7831LIBTOOL_DEPS="$ltmain"
7832
7833# Always use our own libtool.
7834LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861test -z "$LN_S" && LN_S="ln -s"
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876if test -n "${ZSH_VERSION+set}" ; then
7877 setopt NO_GLOB_SUBST
7878fi
7879
7880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7881$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7882if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7883 $as_echo_n "(cached) " >&6
7884else
7885 rm -f .libs 2>/dev/null
7886mkdir .libs 2>/dev/null
7887if test -d .libs; then
7888 lt_cv_objdir=.libs
7889else
7890 # MS-DOS does not allow filenames that begin with a dot.
7891 lt_cv_objdir=_libs
7892fi
7893rmdir .libs 2>/dev/null
7894fi
7895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7896$as_echo "$lt_cv_objdir" >&6; }
7897objdir=$lt_cv_objdir
7898
7899
7900
7901
7902
7903cat >>confdefs.h <<_ACEOF
7904#define LT_OBJDIR "$lt_cv_objdir/"
7905_ACEOF
7906
7907
7908
7909
7910case $host_os in
7911aix3*)
7912 # AIX sometimes has problems with the GCC collect2 program. For some
7913 # reason, if we set the COLLECT_NAMES environment variable, the problems
7914 # vanish in a puff of smoke.
7915 if test "X${COLLECT_NAMES+set}" != Xset; then
7916 COLLECT_NAMES=
7917 export COLLECT_NAMES
7918 fi
7919 ;;
7920esac
7921
7922# Global variables:
7923ofile=libtool
7924can_build_shared=yes
7925
7926# All known linkers require a `.a' archive for static linking (except MSVC,
7927# which needs '.lib').
7928libext=a
7929
7930with_gnu_ld="$lt_cv_prog_gnu_ld"
7931
7932old_CC="$CC"
7933old_CFLAGS="$CFLAGS"
7934
7935# Set sane defaults for various variables
7936test -z "$CC" && CC=cc
7937test -z "$LTCC" && LTCC=$CC
7938test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7939test -z "$LD" && LD=ld
7940test -z "$ac_objext" && ac_objext=o
7941
7942for cc_temp in $compiler""; do
7943 case $cc_temp in
7944 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7945 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7946 \-*) ;;
7947 *) break;;
7948 esac
7949done
7950cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7951
7952
7953# Only perform the check for file, if the check method requires it
7954test -z "$MAGIC_CMD" && MAGIC_CMD=file
7955case $deplibs_check_method in
7956file_magic*)
7957 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7959$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7960if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7961 $as_echo_n "(cached) " >&6
7962else
7963 case $MAGIC_CMD in
7964[\\/*] | ?:[\\/]*)
7965 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7966 ;;
7967*)
7968 lt_save_MAGIC_CMD="$MAGIC_CMD"
7969 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7970 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7971 for ac_dir in $ac_dummy; do
7972 IFS="$lt_save_ifs"
7973 test -z "$ac_dir" && ac_dir=.
7974 if test -f $ac_dir/${ac_tool_prefix}file; then
7975 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7976 if test -n "$file_magic_test_file"; then
7977 case $deplibs_check_method in
7978 "file_magic "*)
7979 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7980 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7981 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7982 $EGREP "$file_magic_regex" > /dev/null; then
7983 :
7984 else
7985 cat <<_LT_EOF 1>&2
7986
7987*** Warning: the command libtool uses to detect shared libraries,
7988*** $file_magic_cmd, produces output that libtool cannot recognize.
7989*** The result is that libtool may fail to recognize shared libraries
7990*** as such. This will affect the creation of libtool libraries that
7991*** depend on shared libraries, but programs linked with such libtool
7992*** libraries will work regardless of this problem. Nevertheless, you
7993*** may want to report the problem to your system manager and/or to
7994*** bug-libtool@gnu.org
7995
7996_LT_EOF
7997 fi ;;
7998 esac
7999 fi
8000 break
8001 fi
8002 done
8003 IFS="$lt_save_ifs"
8004 MAGIC_CMD="$lt_save_MAGIC_CMD"
8005 ;;
8006esac
f0569246 8007fi
f0569246 8008
6bb11ab3
L
8009MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8010if test -n "$MAGIC_CMD"; then
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8012$as_echo "$MAGIC_CMD" >&6; }
8013else
8014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8015$as_echo "no" >&6; }
8016fi
8017
8018
8019
8020
8021
8022if test -z "$lt_cv_path_MAGIC_CMD"; then
8023 if test -n "$ac_tool_prefix"; then
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8025$as_echo_n "checking for file... " >&6; }
d0ac1c44 8026if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8027 $as_echo_n "(cached) " >&6
8028else
8029 case $MAGIC_CMD in
8030[\\/*] | ?:[\\/]*)
8031 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8032 ;;
8033*)
8034 lt_save_MAGIC_CMD="$MAGIC_CMD"
8035 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8036 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8037 for ac_dir in $ac_dummy; do
8038 IFS="$lt_save_ifs"
8039 test -z "$ac_dir" && ac_dir=.
8040 if test -f $ac_dir/file; then
8041 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8042 if test -n "$file_magic_test_file"; then
8043 case $deplibs_check_method in
8044 "file_magic "*)
8045 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8046 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8047 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8048 $EGREP "$file_magic_regex" > /dev/null; then
8049 :
8050 else
8051 cat <<_LT_EOF 1>&2
8052
8053*** Warning: the command libtool uses to detect shared libraries,
8054*** $file_magic_cmd, produces output that libtool cannot recognize.
8055*** The result is that libtool may fail to recognize shared libraries
8056*** as such. This will affect the creation of libtool libraries that
8057*** depend on shared libraries, but programs linked with such libtool
8058*** libraries will work regardless of this problem. Nevertheless, you
8059*** may want to report the problem to your system manager and/or to
8060*** bug-libtool@gnu.org
8061
8062_LT_EOF
8063 fi ;;
8064 esac
8065 fi
8066 break
8067 fi
8068 done
8069 IFS="$lt_save_ifs"
8070 MAGIC_CMD="$lt_save_MAGIC_CMD"
8071 ;;
81ecdfbb 8072esac
6bb11ab3
L
8073fi
8074
8075MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8076if test -n "$MAGIC_CMD"; then
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8078$as_echo "$MAGIC_CMD" >&6; }
8079else
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8081$as_echo "no" >&6; }
8082fi
8083
8084
f0569246 8085 else
6bb11ab3 8086 MAGIC_CMD=:
f0569246
AC
8087 fi
8088fi
81ecdfbb 8089
6bb11ab3
L
8090 fi
8091 ;;
81ecdfbb 8092esac
6bb11ab3
L
8093
8094# Use C for the default configuration in the libtool script
8095
8096lt_save_CC="$CC"
8097ac_ext=c
8098ac_cpp='$CPP $CPPFLAGS'
8099ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8100ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8101ac_compiler_gnu=$ac_cv_c_compiler_gnu
8102
8103
8104# Source file extension for C test sources.
8105ac_ext=c
8106
8107# Object file extension for compiled C test sources.
8108objext=o
8109objext=$objext
8110
8111# Code to be used in simple compile tests
8112lt_simple_compile_test_code="int some_variable = 0;"
8113
8114# Code to be used in simple link tests
8115lt_simple_link_test_code='int main(){return(0);}'
8116
8117
8118
8119
8120
8121
8122
8123# If no C compiler was specified, use CC.
8124LTCC=${LTCC-"$CC"}
8125
8126# If no C compiler flags were specified, use CFLAGS.
8127LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8128
8129# Allow CC to be a program name with arguments.
8130compiler=$CC
8131
8132# Save the default compiler, since it gets overwritten when the other
8133# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8134compiler_DEFAULT=$CC
8135
8136# save warnings/boilerplate of simple test code
8137ac_outfile=conftest.$ac_objext
8138echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8139eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8140_lt_compiler_boilerplate=`cat conftest.err`
8141$RM conftest*
8142
8143ac_outfile=conftest.$ac_objext
8144echo "$lt_simple_link_test_code" >conftest.$ac_ext
8145eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8146_lt_linker_boilerplate=`cat conftest.err`
8147$RM -r conftest*
8148
8149
8150## CAVEAT EMPTOR:
8151## There is no encapsulation within the following macros, do not change
8152## the running order or otherwise move them around unless you know exactly
8153## what you are doing...
8154if test -n "$compiler"; then
8155
8156lt_prog_compiler_no_builtin_flag=
8157
8158if test "$GCC" = yes; then
8159 case $cc_basename in
8160 nvcc*)
8161 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8162 *)
8163 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8164 esac
6bb11ab3
L
8165
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8167$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8168if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8169 $as_echo_n "(cached) " >&6
f0569246 8170else
6bb11ab3
L
8171 lt_cv_prog_compiler_rtti_exceptions=no
8172 ac_outfile=conftest.$ac_objext
8173 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8174 lt_compiler_flag="-fno-rtti -fno-exceptions"
8175 # Insert the option either (1) after the last *FLAGS variable, or
8176 # (2) before a word containing "conftest.", or (3) at the end.
8177 # Note that $ac_compile itself does not contain backslashes and begins
8178 # with a dollar sign (not a hyphen), so the echo should work correctly.
8179 # The option is referenced via a variable to avoid confusing sed.
8180 lt_compile=`echo "$ac_compile" | $SED \
8181 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8182 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8183 -e 's:$: $lt_compiler_flag:'`
8184 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8185 (eval "$lt_compile" 2>conftest.err)
8186 ac_status=$?
8187 cat conftest.err >&5
8188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8189 if (exit $ac_status) && test -s "$ac_outfile"; then
8190 # The compiler can only warn and ignore the option if not recognized
8191 # So say no if there are warnings other than the usual output.
8192 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8193 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8194 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8195 lt_cv_prog_compiler_rtti_exceptions=yes
8196 fi
8197 fi
8198 $RM conftest*
8199
f0569246 8200fi
6bb11ab3
L
8201{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8202$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8203
8204if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8205 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8206else
8207 :
8208fi
8209
8210fi
8211
8212
8213
8214
8215
8216
8217 lt_prog_compiler_wl=
8218lt_prog_compiler_pic=
8219lt_prog_compiler_static=
8220
8221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8222$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8223
8224 if test "$GCC" = yes; then
8225 lt_prog_compiler_wl='-Wl,'
8226 lt_prog_compiler_static='-static'
8227
8228 case $host_os in
8229 aix*)
8230 # All AIX code is PIC.
8231 if test "$host_cpu" = ia64; then
8232 # AIX 5 now supports IA64 processor
8233 lt_prog_compiler_static='-Bstatic'
8234 fi
8235 lt_prog_compiler_pic='-fPIC'
8236 ;;
8237
8238 amigaos*)
8239 case $host_cpu in
8240 powerpc)
8241 # see comment about AmigaOS4 .so support
8242 lt_prog_compiler_pic='-fPIC'
8243 ;;
8244 m68k)
8245 # FIXME: we need at least 68020 code to build shared libraries, but
8246 # adding the `-m68020' flag to GCC prevents building anything better,
8247 # like `-m68040'.
8248 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8249 ;;
8250 esac
8251 ;;
8252
8253 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8254 # PIC is the default for these OSes.
8255 ;;
8256
8257 mingw* | cygwin* | pw32* | os2* | cegcc*)
8258 # This hack is so that the source file can tell whether it is being
8259 # built for inclusion in a dll (and should export symbols for example).
8260 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8261 # (--disable-auto-import) libraries
8262 lt_prog_compiler_pic='-DDLL_EXPORT'
8263 ;;
8264
8265 darwin* | rhapsody*)
8266 # PIC is the default on this platform
8267 # Common symbols not allowed in MH_DYLIB files
8268 lt_prog_compiler_pic='-fno-common'
8269 ;;
8270
8271 haiku*)
8272 # PIC is the default for Haiku.
8273 # The "-static" flag exists, but is broken.
8274 lt_prog_compiler_static=
8275 ;;
8276
8277 hpux*)
8278 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8279 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8280 # sets the default TLS model and affects inlining.
8281 case $host_cpu in
8282 hppa*64*)
8283 # +Z the default
8284 ;;
8285 *)
8286 lt_prog_compiler_pic='-fPIC'
8287 ;;
8288 esac
8289 ;;
8290
8291 interix[3-9]*)
8292 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8293 # Instead, we relocate shared libraries at runtime.
8294 ;;
8295
8296 msdosdjgpp*)
8297 # Just because we use GCC doesn't mean we suddenly get shared libraries
8298 # on systems that don't support them.
8299 lt_prog_compiler_can_build_shared=no
8300 enable_shared=no
8301 ;;
8302
8303 *nto* | *qnx*)
8304 # QNX uses GNU C++, but need to define -shared option too, otherwise
8305 # it will coredump.
8306 lt_prog_compiler_pic='-fPIC -shared'
8307 ;;
8308
8309 sysv4*MP*)
8310 if test -d /usr/nec; then
8311 lt_prog_compiler_pic=-Kconform_pic
8312 fi
8313 ;;
8314
8315 *)
8316 lt_prog_compiler_pic='-fPIC'
8317 ;;
8318 esac
8319
8320 case $cc_basename in
8321 nvcc*) # Cuda Compiler Driver 2.2
8322 lt_prog_compiler_wl='-Xlinker '
8323 lt_prog_compiler_pic='-Xcompiler -fPIC'
8324 ;;
8325 esac
8326 else
8327 # PORTME Check for flag to pass linker flags through the system compiler.
8328 case $host_os in
8329 aix*)
8330 lt_prog_compiler_wl='-Wl,'
8331 if test "$host_cpu" = ia64; then
8332 # AIX 5 now supports IA64 processor
8333 lt_prog_compiler_static='-Bstatic'
8334 else
8335 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8336 fi
8337 ;;
8338
8339 mingw* | cygwin* | pw32* | os2* | cegcc*)
8340 # This hack is so that the source file can tell whether it is being
8341 # built for inclusion in a dll (and should export symbols for example).
8342 lt_prog_compiler_pic='-DDLL_EXPORT'
8343 ;;
8344
8345 hpux9* | hpux10* | hpux11*)
8346 lt_prog_compiler_wl='-Wl,'
8347 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8348 # not for PA HP-UX.
8349 case $host_cpu in
8350 hppa*64*|ia64*)
8351 # +Z the default
8352 ;;
8353 *)
8354 lt_prog_compiler_pic='+Z'
8355 ;;
8356 esac
8357 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8358 lt_prog_compiler_static='${wl}-a ${wl}archive'
8359 ;;
8360
8361 irix5* | irix6* | nonstopux*)
8362 lt_prog_compiler_wl='-Wl,'
8363 # PIC (with -KPIC) is the default.
8364 lt_prog_compiler_static='-non_shared'
8365 ;;
8366
8367 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8368 case $cc_basename in
8369 # old Intel for x86_64 which still supported -KPIC.
8370 ecc*)
8371 lt_prog_compiler_wl='-Wl,'
8372 lt_prog_compiler_pic='-KPIC'
8373 lt_prog_compiler_static='-static'
8374 ;;
8375 # icc used to be incompatible with GCC.
8376 # ICC 10 doesn't accept -KPIC any more.
8377 icc* | ifort*)
8378 lt_prog_compiler_wl='-Wl,'
8379 lt_prog_compiler_pic='-fPIC'
8380 lt_prog_compiler_static='-static'
8381 ;;
8382 # Lahey Fortran 8.1.
8383 lf95*)
8384 lt_prog_compiler_wl='-Wl,'
8385 lt_prog_compiler_pic='--shared'
8386 lt_prog_compiler_static='--static'
8387 ;;
8388 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8389 # Portland Group compilers (*not* the Pentium gcc compiler,
8390 # which looks to be a dead project)
8391 lt_prog_compiler_wl='-Wl,'
8392 lt_prog_compiler_pic='-fpic'
8393 lt_prog_compiler_static='-Bstatic'
8394 ;;
8395 ccc*)
8396 lt_prog_compiler_wl='-Wl,'
8397 # All Alpha code is PIC.
8398 lt_prog_compiler_static='-non_shared'
8399 ;;
8400 xl* | bgxl* | bgf* | mpixl*)
8401 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8402 lt_prog_compiler_wl='-Wl,'
8403 lt_prog_compiler_pic='-qpic'
8404 lt_prog_compiler_static='-qstaticlink'
8405 ;;
8406 *)
8407 case `$CC -V 2>&1 | sed 5q` in
8408 *Sun\ F* | *Sun*Fortran*)
8409 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8410 lt_prog_compiler_pic='-KPIC'
8411 lt_prog_compiler_static='-Bstatic'
8412 lt_prog_compiler_wl=''
8413 ;;
8414 *Sun\ C*)
8415 # Sun C 5.9
8416 lt_prog_compiler_pic='-KPIC'
8417 lt_prog_compiler_static='-Bstatic'
8418 lt_prog_compiler_wl='-Wl,'
8419 ;;
8420 esac
8421 ;;
8422 esac
8423 ;;
8424
8425 newsos6)
8426 lt_prog_compiler_pic='-KPIC'
8427 lt_prog_compiler_static='-Bstatic'
8428 ;;
8429
8430 *nto* | *qnx*)
8431 # QNX uses GNU C++, but need to define -shared option too, otherwise
8432 # it will coredump.
8433 lt_prog_compiler_pic='-fPIC -shared'
8434 ;;
8435
8436 osf3* | osf4* | osf5*)
8437 lt_prog_compiler_wl='-Wl,'
8438 # All OSF/1 code is PIC.
8439 lt_prog_compiler_static='-non_shared'
8440 ;;
8441
8442 rdos*)
8443 lt_prog_compiler_static='-non_shared'
8444 ;;
8445
8446 solaris*)
8447 lt_prog_compiler_pic='-KPIC'
8448 lt_prog_compiler_static='-Bstatic'
8449 case $cc_basename in
8450 f77* | f90* | f95*)
8451 lt_prog_compiler_wl='-Qoption ld ';;
8452 *)
8453 lt_prog_compiler_wl='-Wl,';;
8454 esac
8455 ;;
8456
8457 sunos4*)
8458 lt_prog_compiler_wl='-Qoption ld '
8459 lt_prog_compiler_pic='-PIC'
8460 lt_prog_compiler_static='-Bstatic'
8461 ;;
f0569246 8462
6bb11ab3
L
8463 sysv4 | sysv4.2uw2* | sysv4.3*)
8464 lt_prog_compiler_wl='-Wl,'
8465 lt_prog_compiler_pic='-KPIC'
8466 lt_prog_compiler_static='-Bstatic'
8467 ;;
f0569246 8468
6bb11ab3
L
8469 sysv4*MP*)
8470 if test -d /usr/nec ;then
8471 lt_prog_compiler_pic='-Kconform_pic'
8472 lt_prog_compiler_static='-Bstatic'
8473 fi
8474 ;;
f0569246 8475
6bb11ab3
L
8476 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8477 lt_prog_compiler_wl='-Wl,'
8478 lt_prog_compiler_pic='-KPIC'
8479 lt_prog_compiler_static='-Bstatic'
8480 ;;
8481
8482 unicos*)
8483 lt_prog_compiler_wl='-Wl,'
8484 lt_prog_compiler_can_build_shared=no
8485 ;;
8486
8487 uts4*)
8488 lt_prog_compiler_pic='-pic'
8489 lt_prog_compiler_static='-Bstatic'
8490 ;;
8491
8492 *)
8493 lt_prog_compiler_can_build_shared=no
8494 ;;
8495 esac
8496 fi
8497
8498case $host_os in
8499 # For platforms which do not support PIC, -DPIC is meaningless:
8500 *djgpp*)
8501 lt_prog_compiler_pic=
8502 ;;
8503 *)
8504 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8505 ;;
81ecdfbb 8506esac
6bb11ab3
L
8507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8508$as_echo "$lt_prog_compiler_pic" >&6; }
8509
8510
8511
8512
8513
8514
8515#
8516# Check to make sure the PIC flag actually works.
8517#
8518if test -n "$lt_prog_compiler_pic"; then
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8520$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8521if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8522 $as_echo_n "(cached) " >&6
b7026657 8523else
6bb11ab3
L
8524 lt_cv_prog_compiler_pic_works=no
8525 ac_outfile=conftest.$ac_objext
8526 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8527 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8528 # Insert the option either (1) after the last *FLAGS variable, or
8529 # (2) before a word containing "conftest.", or (3) at the end.
8530 # Note that $ac_compile itself does not contain backslashes and begins
8531 # with a dollar sign (not a hyphen), so the echo should work correctly.
8532 # The option is referenced via a variable to avoid confusing sed.
8533 lt_compile=`echo "$ac_compile" | $SED \
8534 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8535 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8536 -e 's:$: $lt_compiler_flag:'`
8537 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8538 (eval "$lt_compile" 2>conftest.err)
8539 ac_status=$?
8540 cat conftest.err >&5
8541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8542 if (exit $ac_status) && test -s "$ac_outfile"; then
8543 # The compiler can only warn and ignore the option if not recognized
8544 # So say no if there are warnings other than the usual output.
8545 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8546 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8547 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8548 lt_cv_prog_compiler_pic_works=yes
8549 fi
8550 fi
8551 $RM conftest*
b7026657 8552
b7026657 8553fi
6bb11ab3
L
8554{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8555$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8556
8557if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8558 case $lt_prog_compiler_pic in
8559 "" | " "*) ;;
8560 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8561 esac
8562else
8563 lt_prog_compiler_pic=
8564 lt_prog_compiler_can_build_shared=no
f0569246 8565fi
6bb11ab3
L
8566
8567fi
8568
8569
8570
8571
8572
8573
8574#
8575# Check to make sure the static flag actually works.
8576#
8577wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8579$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8580if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8581 $as_echo_n "(cached) " >&6
f0569246 8582else
6bb11ab3
L
8583 lt_cv_prog_compiler_static_works=no
8584 save_LDFLAGS="$LDFLAGS"
8585 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8586 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8587 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8588 # The linker can only warn and ignore the option if not recognized
8589 # So say no if there are warnings
8590 if test -s conftest.err; then
8591 # Append any errors to the config.log.
8592 cat conftest.err 1>&5
8593 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8594 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8595 if diff conftest.exp conftest.er2 >/dev/null; then
8596 lt_cv_prog_compiler_static_works=yes
8597 fi
8598 else
8599 lt_cv_prog_compiler_static_works=yes
8600 fi
8601 fi
8602 $RM -r conftest*
8603 LDFLAGS="$save_LDFLAGS"
f0569246 8604
6bb11ab3
L
8605fi
8606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8607$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8608
6bb11ab3
L
8609if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8610 :
f0569246 8611else
6bb11ab3 8612 lt_prog_compiler_static=
f0569246 8613fi
b7026657 8614
6bb11ab3
L
8615
8616
8617
8618
8619
8620
8621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8622$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8623if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8624 $as_echo_n "(cached) " >&6
81ecdfbb 8625else
6bb11ab3
L
8626 lt_cv_prog_compiler_c_o=no
8627 $RM -r conftest 2>/dev/null
8628 mkdir conftest
8629 cd conftest
8630 mkdir out
8631 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8632
8633 lt_compiler_flag="-o out/conftest2.$ac_objext"
8634 # Insert the option either (1) after the last *FLAGS variable, or
8635 # (2) before a word containing "conftest.", or (3) at the end.
8636 # Note that $ac_compile itself does not contain backslashes and begins
8637 # with a dollar sign (not a hyphen), so the echo should work correctly.
8638 lt_compile=`echo "$ac_compile" | $SED \
8639 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8640 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8641 -e 's:$: $lt_compiler_flag:'`
8642 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8643 (eval "$lt_compile" 2>out/conftest.err)
8644 ac_status=$?
8645 cat out/conftest.err >&5
8646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8647 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8648 then
8649 # The compiler can only warn and ignore the option if not recognized
8650 # So say no if there are warnings
8651 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8652 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8653 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8654 lt_cv_prog_compiler_c_o=yes
8655 fi
8656 fi
8657 chmod u+w . 2>&5
8658 $RM conftest*
8659 # SGI C++ compiler will create directory out/ii_files/ for
8660 # template instantiation
8661 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8662 $RM out/* && rmdir out
8663 cd ..
8664 $RM -r conftest
8665 $RM conftest*
8666
81ecdfbb 8667fi
6bb11ab3
L
8668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8669$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8670
8671
8672
8673
8674
8675
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8677$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8678if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8679 $as_echo_n "(cached) " >&6
8680else
6bb11ab3
L
8681 lt_cv_prog_compiler_c_o=no
8682 $RM -r conftest 2>/dev/null
8683 mkdir conftest
8684 cd conftest
8685 mkdir out
8686 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8687
8688 lt_compiler_flag="-o out/conftest2.$ac_objext"
8689 # Insert the option either (1) after the last *FLAGS variable, or
8690 # (2) before a word containing "conftest.", or (3) at the end.
8691 # Note that $ac_compile itself does not contain backslashes and begins
8692 # with a dollar sign (not a hyphen), so the echo should work correctly.
8693 lt_compile=`echo "$ac_compile" | $SED \
8694 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8695 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8696 -e 's:$: $lt_compiler_flag:'`
8697 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8698 (eval "$lt_compile" 2>out/conftest.err)
8699 ac_status=$?
8700 cat out/conftest.err >&5
8701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8702 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8703 then
8704 # The compiler can only warn and ignore the option if not recognized
8705 # So say no if there are warnings
8706 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8707 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8708 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8709 lt_cv_prog_compiler_c_o=yes
8710 fi
8711 fi
8712 chmod u+w . 2>&5
8713 $RM conftest*
8714 # SGI C++ compiler will create directory out/ii_files/ for
8715 # template instantiation
8716 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8717 $RM out/* && rmdir out
8718 cd ..
8719 $RM -r conftest
8720 $RM conftest*
8721
8722fi
8723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8724$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8725
8726
8727
8728
8729hard_links="nottested"
8730if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8731 # do not overwrite the value of need_locks provided by the user
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8733$as_echo_n "checking if we can lock with hard links... " >&6; }
8734 hard_links=yes
8735 $RM conftest*
8736 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8737 touch conftest.a
8738 ln conftest.a conftest.b 2>&5 || hard_links=no
8739 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8741$as_echo "$hard_links" >&6; }
8742 if test "$hard_links" = no; then
8743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8744$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8745 need_locks=warn
8746 fi
8747else
8748 need_locks=no
8749fi
8750
8751
8752
8753
8754
8755
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8757$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8758
8759 runpath_var=
8760 allow_undefined_flag=
8761 always_export_symbols=no
8762 archive_cmds=
8763 archive_expsym_cmds=
8764 compiler_needs_object=no
8765 enable_shared_with_static_runtimes=no
8766 export_dynamic_flag_spec=
8767 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8768 hardcode_automatic=no
8769 hardcode_direct=no
8770 hardcode_direct_absolute=no
8771 hardcode_libdir_flag_spec=
8772 hardcode_libdir_flag_spec_ld=
8773 hardcode_libdir_separator=
8774 hardcode_minus_L=no
8775 hardcode_shlibpath_var=unsupported
8776 inherit_rpath=no
8777 link_all_deplibs=unknown
8778 module_cmds=
8779 module_expsym_cmds=
8780 old_archive_from_new_cmds=
8781 old_archive_from_expsyms_cmds=
8782 thread_safe_flag_spec=
8783 whole_archive_flag_spec=
8784 # include_expsyms should be a list of space-separated symbols to be *always*
8785 # included in the symbol list
8786 include_expsyms=
8787 # exclude_expsyms can be an extended regexp of symbols to exclude
8788 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8789 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8790 # as well as any symbol that contains `d'.
8791 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8792 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8793 # platforms (ab)use it in PIC code, but their linkers get confused if
8794 # the symbol is explicitly referenced. Since portable code cannot
8795 # rely on this symbol name, it's probably fine to never include it in
8796 # preloaded symbol tables.
8797 # Exclude shared library initialization/finalization symbols.
8798 extract_expsyms_cmds=
8799
8800 case $host_os in
8801 cygwin* | mingw* | pw32* | cegcc*)
8802 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8803 # When not using gcc, we currently assume that we are using
8804 # Microsoft Visual C++.
8805 if test "$GCC" != yes; then
8806 with_gnu_ld=no
8807 fi
8808 ;;
8809 interix*)
8810 # we just hope/assume this is gcc and not c89 (= MSVC++)
8811 with_gnu_ld=yes
8812 ;;
8813 openbsd*)
8814 with_gnu_ld=no
8815 ;;
8816 esac
f0569246 8817
6bb11ab3
L
8818 ld_shlibs=yes
8819
8820 # On some targets, GNU ld is compatible enough with the native linker
8821 # that we're better off using the native interface for both.
8822 lt_use_gnu_ld_interface=no
8823 if test "$with_gnu_ld" = yes; then
8824 case $host_os in
8825 aix*)
8826 # The AIX port of GNU ld has always aspired to compatibility
8827 # with the native linker. However, as the warning in the GNU ld
8828 # block says, versions before 2.19.5* couldn't really create working
8829 # shared libraries, regardless of the interface used.
8830 case `$LD -v 2>&1` in
8831 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8832 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8833 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8834 *)
8835 lt_use_gnu_ld_interface=yes
8836 ;;
8837 esac
8838 ;;
8839 *)
8840 lt_use_gnu_ld_interface=yes
8841 ;;
8842 esac
8843 fi
f0569246 8844
6bb11ab3
L
8845 if test "$lt_use_gnu_ld_interface" = yes; then
8846 # If archive_cmds runs LD, not CC, wlarc should be empty
8847 wlarc='${wl}'
8848
8849 # Set some defaults for GNU ld with shared library support. These
8850 # are reset later if shared libraries are not supported. Putting them
8851 # here allows them to be overridden if necessary.
8852 runpath_var=LD_RUN_PATH
8853 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8854 export_dynamic_flag_spec='${wl}--export-dynamic'
8855 # ancient GNU ld didn't support --whole-archive et. al.
8856 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8857 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8858 else
8859 whole_archive_flag_spec=
8860 fi
8861 supports_anon_versioning=no
8862 case `$LD -v 2>&1` in
8863 *GNU\ gold*) supports_anon_versioning=yes ;;
8864 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8865 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8866 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8867 *\ 2.11.*) ;; # other 2.11 versions
8868 *) supports_anon_versioning=yes ;;
8869 esac
8870
8871 # See if GNU ld supports shared libraries.
8872 case $host_os in
8873 aix[3-9]*)
8874 # On AIX/PPC, the GNU linker is very broken
8875 if test "$host_cpu" != ia64; then
8876 ld_shlibs=no
8877 cat <<_LT_EOF 1>&2
8878
8879*** Warning: the GNU linker, at least up to release 2.19, is reported
8880*** to be unable to reliably create shared libraries on AIX.
8881*** Therefore, libtool is disabling shared libraries support. If you
8882*** really care for shared libraries, you may want to install binutils
8883*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8884*** You will then need to restart the configuration process.
8885
8886_LT_EOF
8887 fi
8888 ;;
8889
8890 amigaos*)
8891 case $host_cpu in
8892 powerpc)
8893 # see comment about AmigaOS4 .so support
8894 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8895 archive_expsym_cmds=''
8896 ;;
8897 m68k)
8898 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)'
8899 hardcode_libdir_flag_spec='-L$libdir'
8900 hardcode_minus_L=yes
8901 ;;
8902 esac
8903 ;;
8904
8905 beos*)
8906 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8907 allow_undefined_flag=unsupported
8908 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8909 # support --undefined. This deserves some investigation. FIXME
8910 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8911 else
8912 ld_shlibs=no
8913 fi
8914 ;;
8915
8916 cygwin* | mingw* | pw32* | cegcc*)
8917 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8918 # as there is no search path for DLLs.
8919 hardcode_libdir_flag_spec='-L$libdir'
8920 export_dynamic_flag_spec='${wl}--export-all-symbols'
8921 allow_undefined_flag=unsupported
8922 always_export_symbols=no
8923 enable_shared_with_static_runtimes=yes
8924 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8925
8926 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8927 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8928 # If the export-symbols file already is a .def file (1st line
8929 # is EXPORTS), use it as is; otherwise, prepend...
8930 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8931 cp $export_symbols $output_objdir/$soname.def;
8932 else
8933 echo EXPORTS > $output_objdir/$soname.def;
8934 cat $export_symbols >> $output_objdir/$soname.def;
8935 fi~
8936 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8937 else
8938 ld_shlibs=no
8939 fi
8940 ;;
8941
8942 haiku*)
8943 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8944 link_all_deplibs=yes
8945 ;;
8946
8947 interix[3-9]*)
8948 hardcode_direct=no
8949 hardcode_shlibpath_var=no
8950 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8951 export_dynamic_flag_spec='${wl}-E'
8952 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8953 # Instead, shared libraries are loaded at an image base (0x10000000 by
8954 # default) and relocated if they conflict, which is a slow very memory
8955 # consuming and fragmenting process. To avoid this, we pick a random,
8956 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8957 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8958 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8959 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'
8960 ;;
8961
8962 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8963 tmp_diet=no
8964 if test "$host_os" = linux-dietlibc; then
8965 case $cc_basename in
8966 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8967 esac
8968 fi
8969 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8970 && test "$tmp_diet" = no
8971 then
5cddc23a 8972 tmp_addflag=' $pic_flag'
6bb11ab3
L
8973 tmp_sharedflag='-shared'
8974 case $cc_basename,$host_cpu in
8975 pgcc*) # Portland Group C compiler
8976 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'
8977 tmp_addflag=' $pic_flag'
8978 ;;
8979 pgf77* | pgf90* | pgf95* | pgfortran*)
8980 # Portland Group f77 and f90 compilers
8981 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'
8982 tmp_addflag=' $pic_flag -Mnomain' ;;
8983 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8984 tmp_addflag=' -i_dynamic' ;;
8985 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8986 tmp_addflag=' -i_dynamic -nofor_main' ;;
8987 ifc* | ifort*) # Intel Fortran compiler
8988 tmp_addflag=' -nofor_main' ;;
8989 lf95*) # Lahey Fortran 8.1
8990 whole_archive_flag_spec=
8991 tmp_sharedflag='--shared' ;;
8992 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8993 tmp_sharedflag='-qmkshrobj'
8994 tmp_addflag= ;;
8995 nvcc*) # Cuda Compiler Driver 2.2
8996 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'
8997 compiler_needs_object=yes
8998 ;;
8999 esac
9000 case `$CC -V 2>&1 | sed 5q` in
9001 *Sun\ C*) # Sun C 5.9
9002 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'
9003 compiler_needs_object=yes
9004 tmp_sharedflag='-G' ;;
9005 *Sun\ F*) # Sun Fortran 8.3
9006 tmp_sharedflag='-G' ;;
9007 esac
9008 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9009
9010 if test "x$supports_anon_versioning" = xyes; then
9011 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9012 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9013 echo "local: *; };" >> $output_objdir/$libname.ver~
9014 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9015 fi
9016
9017 case $cc_basename in
9018 xlf* | bgf* | bgxlf* | mpixlf*)
9019 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9020 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9021 hardcode_libdir_flag_spec=
9022 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9023 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9024 if test "x$supports_anon_versioning" = xyes; then
9025 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9026 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9027 echo "local: *; };" >> $output_objdir/$libname.ver~
9028 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9029 fi
9030 ;;
9031 esac
9032 else
9033 ld_shlibs=no
9034 fi
9035 ;;
9036
9037 netbsd*)
9038 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9039 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9040 wlarc=
9041 else
9042 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9043 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9044 fi
9045 ;;
9046
9047 solaris*)
9048 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9049 ld_shlibs=no
9050 cat <<_LT_EOF 1>&2
9051
9052*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9053*** create shared libraries on Solaris systems. Therefore, libtool
9054*** is disabling shared libraries support. We urge you to upgrade GNU
9055*** binutils to release 2.9.1 or newer. Another option is to modify
9056*** your PATH or compiler configuration so that the native linker is
9057*** used, and then restart.
9058
9059_LT_EOF
9060 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9061 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9062 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9063 else
9064 ld_shlibs=no
9065 fi
9066 ;;
9067
9068 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9069 case `$LD -v 2>&1` in
9070 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9071 ld_shlibs=no
9072 cat <<_LT_EOF 1>&2
9073
9074*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9075*** reliably create shared libraries on SCO systems. Therefore, libtool
9076*** is disabling shared libraries support. We urge you to upgrade GNU
9077*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9078*** your PATH or compiler configuration so that the native linker is
9079*** used, and then restart.
9080
9081_LT_EOF
9082 ;;
9083 *)
9084 # For security reasons, it is highly recommended that you always
9085 # use absolute paths for naming shared libraries, and exclude the
9086 # DT_RUNPATH tag from executables and libraries. But doing so
9087 # requires that you compile everything twice, which is a pain.
9088 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9089 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9090 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9091 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9092 else
9093 ld_shlibs=no
9094 fi
9095 ;;
9096 esac
9097 ;;
9098
9099 sunos4*)
9100 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9101 wlarc=
9102 hardcode_direct=yes
9103 hardcode_shlibpath_var=no
9104 ;;
9105
9106 *)
9107 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9108 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9109 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9110 else
9111 ld_shlibs=no
9112 fi
9113 ;;
9114 esac
9115
9116 if test "$ld_shlibs" = no; then
9117 runpath_var=
9118 hardcode_libdir_flag_spec=
9119 export_dynamic_flag_spec=
9120 whole_archive_flag_spec=
9121 fi
9122 else
9123 # PORTME fill in a description of your system's linker (not GNU ld)
9124 case $host_os in
9125 aix3*)
9126 allow_undefined_flag=unsupported
9127 always_export_symbols=yes
9128 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'
9129 # Note: this linker hardcodes the directories in LIBPATH if there
9130 # are no directories specified by -L.
9131 hardcode_minus_L=yes
9132 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9133 # Neither direct hardcoding nor static linking is supported with a
9134 # broken collect2.
9135 hardcode_direct=unsupported
9136 fi
9137 ;;
9138
9139 aix[4-9]*)
9140 if test "$host_cpu" = ia64; then
9141 # On IA64, the linker does run time linking by default, so we don't
9142 # have to do anything special.
9143 aix_use_runtimelinking=no
9144 exp_sym_flag='-Bexport'
9145 no_entry_flag=""
9146 else
9147 # If we're using GNU nm, then we don't want the "-C" option.
9148 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9149 # Also, AIX nm treats weak defined symbols like other global
9150 # defined symbols, whereas GNU nm marks them as "W".
9151 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9152 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'
9153 else
5c887dd5 9154 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
9155 fi
9156 aix_use_runtimelinking=no
9157
9158 # Test if we are trying to use run time linking or normal
9159 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9160 # need to do runtime linking.
9161 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9162 for ld_flag in $LDFLAGS; do
9163 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9164 aix_use_runtimelinking=yes
9165 break
9166 fi
9167 done
9168 ;;
9169 esac
9170
9171 exp_sym_flag='-bexport'
9172 no_entry_flag='-bnoentry'
9173 fi
9174
9175 # When large executables or shared objects are built, AIX ld can
9176 # have problems creating the table of contents. If linking a library
9177 # or program results in "error TOC overflow" add -mminimal-toc to
9178 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9179 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9180
9181 archive_cmds=''
9182 hardcode_direct=yes
9183 hardcode_direct_absolute=yes
9184 hardcode_libdir_separator=':'
9185 link_all_deplibs=yes
9186 file_list_spec='${wl}-f,'
9187
9188 if test "$GCC" = yes; then
9189 case $host_os in aix4.[012]|aix4.[012].*)
9190 # We only want to do this on AIX 4.2 and lower, the check
9191 # below for broken collect2 doesn't work under 4.3+
9192 collect2name=`${CC} -print-prog-name=collect2`
9193 if test -f "$collect2name" &&
9194 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9195 then
9196 # We have reworked collect2
9197 :
9198 else
9199 # We have old collect2
9200 hardcode_direct=unsupported
9201 # It fails to find uninstalled libraries when the uninstalled
9202 # path is not listed in the libpath. Setting hardcode_minus_L
9203 # to unsupported forces relinking
9204 hardcode_minus_L=yes
9205 hardcode_libdir_flag_spec='-L$libdir'
9206 hardcode_libdir_separator=
9207 fi
9208 ;;
9209 esac
9210 shared_flag='-shared'
9211 if test "$aix_use_runtimelinking" = yes; then
9212 shared_flag="$shared_flag "'${wl}-G'
9213 fi
9214 else
9215 # not using gcc
9216 if test "$host_cpu" = ia64; then
9217 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9218 # chokes on -Wl,-G. The following line is correct:
9219 shared_flag='-G'
9220 else
9221 if test "$aix_use_runtimelinking" = yes; then
9222 shared_flag='${wl}-G'
9223 else
9224 shared_flag='${wl}-bM:SRE'
9225 fi
9226 fi
9227 fi
9228
9229 export_dynamic_flag_spec='${wl}-bexpall'
9230 # It seems that -bexpall does not export symbols beginning with
9231 # underscore (_), so it is better to generate a list of symbols to export.
9232 always_export_symbols=yes
9233 if test "$aix_use_runtimelinking" = yes; then
9234 # Warning - without using the other runtime loading flags (-brtl),
9235 # -berok will link without error, but may produce a broken library.
9236 allow_undefined_flag='-berok'
9237 # Determine the default libpath from the value encoded in an
9238 # empty executable.
9239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9240/* end confdefs.h. */
9241
9242int
9243main ()
9244{
9245
9246 ;
9247 return 0;
9248}
9249_ACEOF
6bb11ab3 9250if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 9251
6bb11ab3
L
9252lt_aix_libpath_sed='
9253 /Import File Strings/,/^$/ {
9254 /^0/ {
9255 s/^0 *\(.*\)$/\1/
9256 p
9257 }
9258 }'
9259aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9260# Check for a 64-bit object if we didn't find anything.
9261if test -z "$aix_libpath"; then
9262 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9263fi
9264fi
9265rm -f core conftest.err conftest.$ac_objext \
9266 conftest$ac_exeext conftest.$ac_ext
9267if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9268
9269 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9270 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"
9271 else
9272 if test "$host_cpu" = ia64; then
9273 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9274 allow_undefined_flag="-z nodefs"
9275 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"
9276 else
9277 # Determine the default libpath from the value encoded in an
9278 # empty executable.
81ecdfbb
RW
9279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9280/* end confdefs.h. */
9281
9282int
9283main ()
9284{
b7026657 9285
81ecdfbb
RW
9286 ;
9287 return 0;
9288}
9289_ACEOF
6bb11ab3
L
9290if ac_fn_c_try_link "$LINENO"; then :
9291
9292lt_aix_libpath_sed='
9293 /Import File Strings/,/^$/ {
9294 /^0/ {
9295 s/^0 *\(.*\)$/\1/
9296 p
9297 }
9298 }'
9299aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9300# Check for a 64-bit object if we didn't find anything.
9301if test -z "$aix_libpath"; then
9302 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 9303fi
81ecdfbb 9304fi
6bb11ab3
L
9305rm -f core conftest.err conftest.$ac_objext \
9306 conftest$ac_exeext conftest.$ac_ext
9307if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9308
9309 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9310 # Warning - without using the other run time loading flags,
9311 # -berok will link without error, but may produce a broken library.
9312 no_undefined_flag=' ${wl}-bernotok'
9313 allow_undefined_flag=' ${wl}-berok'
9314 if test "$with_gnu_ld" = yes; then
9315 # We only use this code for GNU lds that support --whole-archive.
9316 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9317 else
9318 # Exported symbols can be pulled into shared objects from archives
9319 whole_archive_flag_spec='$convenience'
9320 fi
9321 archive_cmds_need_lc=yes
9322 # This is similar to how AIX traditionally builds its shared libraries.
9323 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'
9324 fi
9325 fi
9326 ;;
9327
9328 amigaos*)
9329 case $host_cpu in
9330 powerpc)
9331 # see comment about AmigaOS4 .so support
9332 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9333 archive_expsym_cmds=''
9334 ;;
9335 m68k)
9336 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)'
9337 hardcode_libdir_flag_spec='-L$libdir'
9338 hardcode_minus_L=yes
9339 ;;
9340 esac
9341 ;;
9342
9343 bsdi[45]*)
9344 export_dynamic_flag_spec=-rdynamic
9345 ;;
9346
9347 cygwin* | mingw* | pw32* | cegcc*)
9348 # When not using gcc, we currently assume that we are using
9349 # Microsoft Visual C++.
9350 # hardcode_libdir_flag_spec is actually meaningless, as there is
9351 # no search path for DLLs.
9352 hardcode_libdir_flag_spec=' '
9353 allow_undefined_flag=unsupported
9354 # Tell ltmain to make .lib files, not .a files.
9355 libext=lib
9356 # Tell ltmain to make .dll files, not .so files.
9357 shrext_cmds=".dll"
9358 # FIXME: Setting linknames here is a bad hack.
9359 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9360 # The linker will automatically build a .lib file if we build a DLL.
9361 old_archive_from_new_cmds='true'
9362 # FIXME: Should let the user specify the lib program.
9363 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9364 fix_srcfile_path='`cygpath -w "$srcfile"`'
9365 enable_shared_with_static_runtimes=yes
9366 ;;
9367
9368 darwin* | rhapsody*)
9369
9370
9371 archive_cmds_need_lc=no
9372 hardcode_direct=no
9373 hardcode_automatic=yes
9374 hardcode_shlibpath_var=unsupported
9375 if test "$lt_cv_ld_force_load" = "yes"; then
9376 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 9377 else
6bb11ab3 9378 whole_archive_flag_spec=''
f0569246 9379 fi
6bb11ab3
L
9380 link_all_deplibs=yes
9381 allow_undefined_flag="$_lt_dar_allow_undefined"
9382 case $cc_basename in
9383 ifort*) _lt_dar_can_shared=yes ;;
9384 *) _lt_dar_can_shared=$GCC ;;
9385 esac
9386 if test "$_lt_dar_can_shared" = "yes"; then
9387 output_verbose_link_cmd=func_echo_all
9388 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9389 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9390 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}"
9391 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}"
9392
f0569246 9393 else
6bb11ab3 9394 ld_shlibs=no
f0569246 9395 fi
6bb11ab3
L
9396
9397 ;;
9398
9399 dgux*)
9400 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9401 hardcode_libdir_flag_spec='-L$libdir'
9402 hardcode_shlibpath_var=no
9403 ;;
9404
9405 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9406 # support. Future versions do this automatically, but an explicit c++rt0.o
9407 # does not break anything, and helps significantly (at the cost of a little
9408 # extra space).
9409 freebsd2.2*)
9410 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9411 hardcode_libdir_flag_spec='-R$libdir'
9412 hardcode_direct=yes
9413 hardcode_shlibpath_var=no
9414 ;;
9415
9416 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9417 freebsd2.*)
9418 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9419 hardcode_direct=yes
9420 hardcode_minus_L=yes
9421 hardcode_shlibpath_var=no
9422 ;;
9423
9424 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9425 freebsd* | dragonfly*)
9426 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9427 hardcode_libdir_flag_spec='-R$libdir'
9428 hardcode_direct=yes
9429 hardcode_shlibpath_var=no
9430 ;;
9431
9432 hpux9*)
9433 if test "$GCC" = yes; then
9434 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'
9435 else
9436 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'
9437 fi
9438 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9439 hardcode_libdir_separator=:
9440 hardcode_direct=yes
9441
9442 # hardcode_minus_L: Not really in the search PATH,
9443 # but as the default location of the library.
9444 hardcode_minus_L=yes
9445 export_dynamic_flag_spec='${wl}-E'
9446 ;;
9447
9448 hpux10*)
9449 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9450 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9451 else
9452 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9453 fi
9454 if test "$with_gnu_ld" = no; then
9455 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9456 hardcode_libdir_flag_spec_ld='+b $libdir'
9457 hardcode_libdir_separator=:
9458 hardcode_direct=yes
9459 hardcode_direct_absolute=yes
9460 export_dynamic_flag_spec='${wl}-E'
9461 # hardcode_minus_L: Not really in the search PATH,
9462 # but as the default location of the library.
9463 hardcode_minus_L=yes
9464 fi
9465 ;;
9466
9467 hpux11*)
9468 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9469 case $host_cpu in
9470 hppa*64*)
9471 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9472 ;;
9473 ia64*)
9474 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9475 ;;
9476 *)
9477 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9478 ;;
9479 esac
9480 else
9481 case $host_cpu in
9482 hppa*64*)
9483 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9484 ;;
9485 ia64*)
9486 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9487 ;;
9488 *)
9489
9490 # Older versions of the 11.00 compiler do not understand -b yet
9491 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9493$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9494if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9495 $as_echo_n "(cached) " >&6
f0569246 9496else
6bb11ab3
L
9497 lt_cv_prog_compiler__b=no
9498 save_LDFLAGS="$LDFLAGS"
9499 LDFLAGS="$LDFLAGS -b"
9500 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9501 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9502 # The linker can only warn and ignore the option if not recognized
9503 # So say no if there are warnings
9504 if test -s conftest.err; then
9505 # Append any errors to the config.log.
9506 cat conftest.err 1>&5
9507 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9508 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9509 if diff conftest.exp conftest.er2 >/dev/null; then
9510 lt_cv_prog_compiler__b=yes
9511 fi
9512 else
9513 lt_cv_prog_compiler__b=yes
9514 fi
9515 fi
9516 $RM -r conftest*
9517 LDFLAGS="$save_LDFLAGS"
f0569246 9518
6bb11ab3
L
9519fi
9520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9521$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9522
6bb11ab3
L
9523if test x"$lt_cv_prog_compiler__b" = xyes; then
9524 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9525else
9526 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9527fi
81ecdfbb 9528
6bb11ab3
L
9529 ;;
9530 esac
9531 fi
9532 if test "$with_gnu_ld" = no; then
9533 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9534 hardcode_libdir_separator=:
9535
9536 case $host_cpu in
9537 hppa*64*|ia64*)
9538 hardcode_direct=no
9539 hardcode_shlibpath_var=no
9540 ;;
9541 *)
9542 hardcode_direct=yes
9543 hardcode_direct_absolute=yes
9544 export_dynamic_flag_spec='${wl}-E'
9545
9546 # hardcode_minus_L: Not really in the search PATH,
9547 # but as the default location of the library.
9548 hardcode_minus_L=yes
9549 ;;
9550 esac
9551 fi
9552 ;;
9553
9554 irix5* | irix6* | nonstopux*)
9555 if test "$GCC" = yes; then
9556 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'
9557 # Try to use the -exported_symbol ld option, if it does not
9558 # work, assume that -exports_file does not work either and
9559 # implicitly export all symbols.
9560 save_LDFLAGS="$LDFLAGS"
9561 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9563/* end confdefs.h. */
9564int foo(void) {}
b7026657 9565_ACEOF
6bb11ab3
L
9566if ac_fn_c_try_link "$LINENO"; then :
9567 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 9568
f0569246 9569fi
6bb11ab3
L
9570rm -f core conftest.err conftest.$ac_objext \
9571 conftest$ac_exeext conftest.$ac_ext
9572 LDFLAGS="$save_LDFLAGS"
9573 else
9574 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'
9575 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'
9576 fi
9577 archive_cmds_need_lc='no'
9578 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9579 hardcode_libdir_separator=:
9580 inherit_rpath=yes
9581 link_all_deplibs=yes
9582 ;;
9583
9584 netbsd*)
9585 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9586 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9587 else
9588 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9589 fi
9590 hardcode_libdir_flag_spec='-R$libdir'
9591 hardcode_direct=yes
9592 hardcode_shlibpath_var=no
9593 ;;
9594
9595 newsos6)
9596 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9597 hardcode_direct=yes
9598 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9599 hardcode_libdir_separator=:
9600 hardcode_shlibpath_var=no
9601 ;;
9602
9603 *nto* | *qnx*)
9604 ;;
9605
9606 openbsd*)
9607 if test -f /usr/libexec/ld.so; then
9608 hardcode_direct=yes
9609 hardcode_shlibpath_var=no
9610 hardcode_direct_absolute=yes
9611 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9612 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9613 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9614 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9615 export_dynamic_flag_spec='${wl}-E'
9616 else
9617 case $host_os in
9618 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9619 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9620 hardcode_libdir_flag_spec='-R$libdir'
9621 ;;
9622 *)
9623 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9624 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9625 ;;
9626 esac
9627 fi
9628 else
9629 ld_shlibs=no
9630 fi
9631 ;;
9632
9633 os2*)
9634 hardcode_libdir_flag_spec='-L$libdir'
9635 hardcode_minus_L=yes
9636 allow_undefined_flag=unsupported
9637 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'
9638 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9639 ;;
9640
9641 osf3*)
9642 if test "$GCC" = yes; then
9643 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9644 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'
9645 else
9646 allow_undefined_flag=' -expect_unresolved \*'
9647 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'
9648 fi
9649 archive_cmds_need_lc='no'
9650 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9651 hardcode_libdir_separator=:
9652 ;;
9653
9654 osf4* | osf5*) # as osf3* with the addition of -msym flag
9655 if test "$GCC" = yes; then
9656 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9657 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'
9658 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9659 else
9660 allow_undefined_flag=' -expect_unresolved \*'
9661 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'
9662 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~
9663 $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'
9664
9665 # Both c and cxx compiler support -rpath directly
9666 hardcode_libdir_flag_spec='-rpath $libdir'
9667 fi
9668 archive_cmds_need_lc='no'
9669 hardcode_libdir_separator=:
9670 ;;
9671
9672 solaris*)
9673 no_undefined_flag=' -z defs'
9674 if test "$GCC" = yes; then
9675 wlarc='${wl}'
9676 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9677 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9678 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9679 else
9680 case `$CC -V 2>&1` in
9681 *"Compilers 5.0"*)
9682 wlarc=''
9683 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9684 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9685 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9686 ;;
9687 *)
9688 wlarc='${wl}'
9689 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9690 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9691 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9692 ;;
9693 esac
9694 fi
9695 hardcode_libdir_flag_spec='-R$libdir'
9696 hardcode_shlibpath_var=no
9697 case $host_os in
9698 solaris2.[0-5] | solaris2.[0-5].*) ;;
9699 *)
9700 # The compiler driver will combine and reorder linker options,
9701 # but understands `-z linker_flag'. GCC discards it without `$wl',
9702 # but is careful enough not to reorder.
9703 # Supported since Solaris 2.6 (maybe 2.5.1?)
9704 if test "$GCC" = yes; then
9705 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9706 else
9707 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9708 fi
9709 ;;
9710 esac
9711 link_all_deplibs=yes
9712 ;;
9713
9714 sunos4*)
9715 if test "x$host_vendor" = xsequent; then
9716 # Use $CC to link under sequent, because it throws in some extra .o
9717 # files that make .init and .fini sections work.
9718 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9719 else
9720 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9721 fi
9722 hardcode_libdir_flag_spec='-L$libdir'
9723 hardcode_direct=yes
9724 hardcode_minus_L=yes
9725 hardcode_shlibpath_var=no
9726 ;;
9727
9728 sysv4)
9729 case $host_vendor in
9730 sni)
9731 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9732 hardcode_direct=yes # is this really true???
9733 ;;
9734 siemens)
9735 ## LD is ld it makes a PLAMLIB
9736 ## CC just makes a GrossModule.
9737 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9738 reload_cmds='$CC -r -o $output$reload_objs'
9739 hardcode_direct=no
9740 ;;
9741 motorola)
9742 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9743 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9744 ;;
9745 esac
9746 runpath_var='LD_RUN_PATH'
9747 hardcode_shlibpath_var=no
9748 ;;
9749
9750 sysv4.3*)
9751 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9752 hardcode_shlibpath_var=no
9753 export_dynamic_flag_spec='-Bexport'
9754 ;;
9755
9756 sysv4*MP*)
9757 if test -d /usr/nec; then
9758 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9759 hardcode_shlibpath_var=no
9760 runpath_var=LD_RUN_PATH
9761 hardcode_runpath_var=yes
9762 ld_shlibs=yes
9763 fi
9764 ;;
9765
9766 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9767 no_undefined_flag='${wl}-z,text'
9768 archive_cmds_need_lc=no
9769 hardcode_shlibpath_var=no
9770 runpath_var='LD_RUN_PATH'
9771
9772 if test "$GCC" = yes; then
9773 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9774 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9775 else
9776 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9777 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9778 fi
9779 ;;
9780
9781 sysv5* | sco3.2v5* | sco5v6*)
9782 # Note: We can NOT use -z defs as we might desire, because we do not
9783 # link with -lc, and that would cause any symbols used from libc to
9784 # always be unresolved, which means just about no library would
9785 # ever link correctly. If we're not using GNU ld we use -z text
9786 # though, which does catch some bad symbols but isn't as heavy-handed
9787 # as -z defs.
9788 no_undefined_flag='${wl}-z,text'
9789 allow_undefined_flag='${wl}-z,nodefs'
9790 archive_cmds_need_lc=no
9791 hardcode_shlibpath_var=no
9792 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9793 hardcode_libdir_separator=':'
9794 link_all_deplibs=yes
9795 export_dynamic_flag_spec='${wl}-Bexport'
9796 runpath_var='LD_RUN_PATH'
9797
9798 if test "$GCC" = yes; then
9799 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9800 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9801 else
9802 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9803 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9804 fi
9805 ;;
9806
9807 uts4*)
9808 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9809 hardcode_libdir_flag_spec='-L$libdir'
9810 hardcode_shlibpath_var=no
9811 ;;
9812
9813 *)
9814 ld_shlibs=no
9815 ;;
9816 esac
9817
9818 if test x$host_vendor = xsni; then
9819 case $host in
9820 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9821 export_dynamic_flag_spec='${wl}-Blargedynsym'
9822 ;;
9823 esac
9824 fi
9825 fi
9826
9827{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9828$as_echo "$ld_shlibs" >&6; }
9829test "$ld_shlibs" = no && can_build_shared=no
9830
9831with_gnu_ld=$with_gnu_ld
9832
9833
9834
9835
9836
f0569246 9837
b7026657 9838
f0569246 9839
6ffe910a 9840
6ffe910a
MF
9841
9842
6ffe910a 9843
f0569246 9844
f0569246 9845
c906108c 9846
6bb11ab3
L
9847#
9848# Do we need to explicitly link libc?
9849#
9850case "x$archive_cmds_need_lc" in
9851x|xyes)
9852 # Assume -lc should be added
9853 archive_cmds_need_lc=yes
9854
9855 if test "$enable_shared" = yes && test "$GCC" = yes; then
9856 case $archive_cmds in
9857 *'~'*)
9858 # FIXME: we may have to deal with multi-command sequences.
9859 ;;
9860 '$CC '*)
9861 # Test whether the compiler implicitly links with -lc since on some
9862 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9863 # to ld, don't add -lc before -lgcc.
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9865$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9866if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9867 $as_echo_n "(cached) " >&6
f0569246 9868else
6bb11ab3
L
9869 $RM conftest*
9870 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9871
9872 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9873 (eval $ac_compile) 2>&5
9874 ac_status=$?
9875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9876 test $ac_status = 0; } 2>conftest.err; then
9877 soname=conftest
9878 lib=conftest
9879 libobjs=conftest.$ac_objext
9880 deplibs=
9881 wl=$lt_prog_compiler_wl
9882 pic_flag=$lt_prog_compiler_pic
9883 compiler_flags=-v
9884 linker_flags=-v
9885 verstring=
9886 output_objdir=.
9887 libname=conftest
9888 lt_save_allow_undefined_flag=$allow_undefined_flag
9889 allow_undefined_flag=
9890 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9891 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9892 ac_status=$?
9893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9894 test $ac_status = 0; }
9895 then
9896 lt_cv_archive_cmds_need_lc=no
9897 else
9898 lt_cv_archive_cmds_need_lc=yes
9899 fi
9900 allow_undefined_flag=$lt_save_allow_undefined_flag
9901 else
9902 cat conftest.err 1>&5
9903 fi
9904 $RM conftest*
c906108c 9905
6ffe910a 9906fi
6bb11ab3
L
9907{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9908$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9909 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9910 ;;
9911 esac
9912 fi
9913 ;;
6ffe910a 9914esac
c906108c 9915
c906108c 9916
6ffe910a 9917
c906108c 9918
81ecdfbb 9919
35695fd6 9920
35695fd6 9921
35695fd6 9922
f0569246 9923
c906108c 9924
f0569246 9925
b7026657 9926
f0569246 9927
c906108c 9928
81ecdfbb 9929
b7026657 9930
f0569246
AC
9931
9932
81ecdfbb 9933
81ecdfbb 9934
81ecdfbb
RW
9935
9936
81ecdfbb 9937
81ecdfbb 9938
f0569246
AC
9939
9940
c906108c 9941
f0569246 9942
c906108c 9943
c906108c 9944
81ecdfbb 9945
b7026657 9946
c906108c 9947
f0569246 9948
81ecdfbb 9949
f0569246 9950
c906108c 9951
c906108c 9952
b7026657 9953
81ecdfbb 9954
b7026657 9955
c906108c 9956
c906108c 9957
b7026657
AC
9958
9959
9960
9961
6ffe910a 9962
2232061b
MF
9963
9964
2232061b 9965
2232061b
MF
9966
9967
2232061b
MF
9968
9969
2232061b 9970
6bb11ab3
L
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10073$as_echo_n "checking dynamic linker characteristics... " >&6; }
10074
10075if test "$GCC" = yes; then
10076 case $host_os in
10077 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10078 *) lt_awk_arg="/^libraries:/" ;;
10079 esac
10080 case $host_os in
10081 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10082 *) lt_sed_strip_eq="s,=/,/,g" ;;
10083 esac
10084 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10085 case $lt_search_path_spec in
10086 *\;*)
10087 # if the path contains ";" then we assume it to be the separator
10088 # otherwise default to the standard path separator (i.e. ":") - it is
10089 # assumed that no part of a normal pathname contains ";" but that should
10090 # okay in the real world where ";" in dirpaths is itself problematic.
10091 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10092 ;;
10093 *)
10094 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10095 ;;
10096 esac
10097 # Ok, now we have the path, separated by spaces, we can step through it
10098 # and add multilib dir if necessary.
10099 lt_tmp_lt_search_path_spec=
10100 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10101 for lt_sys_path in $lt_search_path_spec; do
10102 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10103 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10104 else
10105 test -d "$lt_sys_path" && \
10106 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10107 fi
10108 done
10109 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10110BEGIN {RS=" "; FS="/|\n";} {
10111 lt_foo="";
10112 lt_count=0;
10113 for (lt_i = NF; lt_i > 0; lt_i--) {
10114 if ($lt_i != "" && $lt_i != ".") {
10115 if ($lt_i == "..") {
10116 lt_count++;
10117 } else {
10118 if (lt_count == 0) {
10119 lt_foo="/" $lt_i lt_foo;
10120 } else {
10121 lt_count--;
10122 }
10123 }
10124 }
10125 }
10126 if (lt_foo != "") { lt_freq[lt_foo]++; }
10127 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10128}'`
10129 # AWK program above erroneously prepends '/' to C:/dos/paths
10130 # for these hosts.
10131 case $host_os in
10132 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10133 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10134 esac
10135 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10136else
10137 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10138fi
10139library_names_spec=
10140libname_spec='lib$name'
10141soname_spec=
10142shrext_cmds=".so"
10143postinstall_cmds=
10144postuninstall_cmds=
10145finish_cmds=
10146finish_eval=
10147shlibpath_var=
10148shlibpath_overrides_runpath=unknown
10149version_type=none
10150dynamic_linker="$host_os ld.so"
10151sys_lib_dlsearch_path_spec="/lib /usr/lib"
10152need_lib_prefix=unknown
10153hardcode_into_libs=no
10154
10155# when you set need_version to no, make sure it does not cause -set_version
10156# flags to be left without arguments
10157need_version=unknown
10158
10159case $host_os in
10160aix3*)
10161 version_type=linux
10162 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10163 shlibpath_var=LIBPATH
10164
10165 # AIX 3 has no versioning support, so we append a major version to the name.
10166 soname_spec='${libname}${release}${shared_ext}$major'
10167 ;;
10168
10169aix[4-9]*)
10170 version_type=linux
10171 need_lib_prefix=no
10172 need_version=no
10173 hardcode_into_libs=yes
10174 if test "$host_cpu" = ia64; then
10175 # AIX 5 supports IA64
10176 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10177 shlibpath_var=LD_LIBRARY_PATH
10178 else
10179 # With GCC up to 2.95.x, collect2 would create an import file
10180 # for dependence libraries. The import file would start with
10181 # the line `#! .'. This would cause the generated library to
10182 # depend on `.', always an invalid library. This was fixed in
10183 # development snapshots of GCC prior to 3.0.
10184 case $host_os in
10185 aix4 | aix4.[01] | aix4.[01].*)
10186 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10187 echo ' yes '
10188 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10189 :
10190 else
10191 can_build_shared=no
10192 fi
10193 ;;
10194 esac
10195 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10196 # soname into executable. Probably we can add versioning support to
10197 # collect2, so additional links can be useful in future.
10198 if test "$aix_use_runtimelinking" = yes; then
10199 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10200 # instead of lib<name>.a to let people know that these are not
10201 # typical AIX shared libraries.
10202 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10203 else
10204 # We preserve .a as extension for shared libraries through AIX4.2
10205 # and later when we are not doing run time linking.
10206 library_names_spec='${libname}${release}.a $libname.a'
10207 soname_spec='${libname}${release}${shared_ext}$major'
10208 fi
10209 shlibpath_var=LIBPATH
2232061b 10210 fi
6bb11ab3
L
10211 ;;
10212
10213amigaos*)
10214 case $host_cpu in
10215 powerpc)
10216 # Since July 2007 AmigaOS4 officially supports .so libraries.
10217 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10219 ;;
10220 m68k)
10221 library_names_spec='$libname.ixlibrary $libname.a'
10222 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10223 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'
10224 ;;
10225 esac
10226 ;;
10227
10228beos*)
10229 library_names_spec='${libname}${shared_ext}'
10230 dynamic_linker="$host_os ld.so"
10231 shlibpath_var=LIBRARY_PATH
10232 ;;
10233
10234bsdi[45]*)
10235 version_type=linux
10236 need_version=no
10237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10238 soname_spec='${libname}${release}${shared_ext}$major'
10239 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10240 shlibpath_var=LD_LIBRARY_PATH
10241 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10242 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10243 # the default ld.so.conf also contains /usr/contrib/lib and
10244 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10245 # libtool to hard-code these into programs
10246 ;;
10247
10248cygwin* | mingw* | pw32* | cegcc*)
10249 version_type=windows
10250 shrext_cmds=".dll"
10251 need_version=no
10252 need_lib_prefix=no
10253
10254 case $GCC,$host_os in
10255 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10256 library_names_spec='$libname.dll.a'
10257 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10258 postinstall_cmds='base_file=`basename \${file}`~
10259 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10260 dldir=$destdir/`dirname \$dlpath`~
10261 test -d \$dldir || mkdir -p \$dldir~
10262 $install_prog $dir/$dlname \$dldir/$dlname~
10263 chmod a+x \$dldir/$dlname~
10264 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10265 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10266 fi'
10267 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10268 dlpath=$dir/\$dldll~
10269 $RM \$dlpath'
10270 shlibpath_overrides_runpath=yes
10271
10272 case $host_os in
10273 cygwin*)
10274 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10275 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10276
10277 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10278 ;;
10279 mingw* | cegcc*)
10280 # MinGW DLLs use traditional 'lib' prefix
10281 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10282 ;;
10283 pw32*)
10284 # pw32 DLLs use 'pw' prefix rather than 'lib'
10285 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10286 ;;
10287 esac
10288 ;;
2232061b 10289
6bb11ab3
L
10290 *)
10291 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10292 ;;
10293 esac
10294 dynamic_linker='Win32 ld.exe'
10295 # FIXME: first we should search . and the directory the executable is in
10296 shlibpath_var=PATH
10297 ;;
10298
10299darwin* | rhapsody*)
10300 dynamic_linker="$host_os dyld"
10301 version_type=darwin
10302 need_lib_prefix=no
10303 need_version=no
10304 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10305 soname_spec='${libname}${release}${major}$shared_ext'
10306 shlibpath_overrides_runpath=yes
10307 shlibpath_var=DYLD_LIBRARY_PATH
10308 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10309
10310 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10311 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10312 ;;
10313
10314dgux*)
10315 version_type=linux
10316 need_lib_prefix=no
10317 need_version=no
10318 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10319 soname_spec='${libname}${release}${shared_ext}$major'
10320 shlibpath_var=LD_LIBRARY_PATH
10321 ;;
10322
10323freebsd* | dragonfly*)
10324 # DragonFly does not have aout. When/if they implement a new
10325 # versioning mechanism, adjust this.
10326 if test -x /usr/bin/objformat; then
10327 objformat=`/usr/bin/objformat`
10328 else
10329 case $host_os in
10330 freebsd[23].*) objformat=aout ;;
10331 *) objformat=elf ;;
10332 esac
10333 fi
10334 version_type=freebsd-$objformat
10335 case $version_type in
10336 freebsd-elf*)
10337 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10338 need_version=no
10339 need_lib_prefix=no
10340 ;;
10341 freebsd-*)
10342 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10343 need_version=yes
10344 ;;
10345 esac
10346 shlibpath_var=LD_LIBRARY_PATH
10347 case $host_os in
10348 freebsd2.*)
10349 shlibpath_overrides_runpath=yes
10350 ;;
10351 freebsd3.[01]* | freebsdelf3.[01]*)
10352 shlibpath_overrides_runpath=yes
10353 hardcode_into_libs=yes
10354 ;;
10355 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10356 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10357 shlibpath_overrides_runpath=no
10358 hardcode_into_libs=yes
10359 ;;
10360 *) # from 4.6 on, and DragonFly
10361 shlibpath_overrides_runpath=yes
10362 hardcode_into_libs=yes
10363 ;;
10364 esac
10365 ;;
10366
6bb11ab3
L
10367haiku*)
10368 version_type=linux
10369 need_lib_prefix=no
10370 need_version=no
10371 dynamic_linker="$host_os runtime_loader"
10372 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10373 soname_spec='${libname}${release}${shared_ext}$major'
10374 shlibpath_var=LIBRARY_PATH
10375 shlibpath_overrides_runpath=yes
10376 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10377 hardcode_into_libs=yes
10378 ;;
10379
10380hpux9* | hpux10* | hpux11*)
10381 # Give a soname corresponding to the major version so that dld.sl refuses to
10382 # link against other versions.
10383 version_type=sunos
10384 need_lib_prefix=no
10385 need_version=no
10386 case $host_cpu in
10387 ia64*)
10388 shrext_cmds='.so'
10389 hardcode_into_libs=yes
10390 dynamic_linker="$host_os dld.so"
10391 shlibpath_var=LD_LIBRARY_PATH
10392 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10393 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10394 soname_spec='${libname}${release}${shared_ext}$major'
10395 if test "X$HPUX_IA64_MODE" = X32; then
10396 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10397 else
10398 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10399 fi
10400 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10401 ;;
10402 hppa*64*)
10403 shrext_cmds='.sl'
10404 hardcode_into_libs=yes
10405 dynamic_linker="$host_os dld.sl"
10406 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10407 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10408 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10409 soname_spec='${libname}${release}${shared_ext}$major'
10410 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10411 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10412 ;;
10413 *)
10414 shrext_cmds='.sl'
10415 dynamic_linker="$host_os dld.sl"
10416 shlibpath_var=SHLIB_PATH
10417 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10418 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10419 soname_spec='${libname}${release}${shared_ext}$major'
10420 ;;
10421 esac
10422 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10423 postinstall_cmds='chmod 555 $lib'
10424 # or fails outright, so override atomically:
10425 install_override_mode=555
10426 ;;
10427
10428interix[3-9]*)
10429 version_type=linux
10430 need_lib_prefix=no
10431 need_version=no
10432 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10433 soname_spec='${libname}${release}${shared_ext}$major'
10434 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10435 shlibpath_var=LD_LIBRARY_PATH
10436 shlibpath_overrides_runpath=no
10437 hardcode_into_libs=yes
10438 ;;
10439
10440irix5* | irix6* | nonstopux*)
10441 case $host_os in
10442 nonstopux*) version_type=nonstopux ;;
10443 *)
10444 if test "$lt_cv_prog_gnu_ld" = yes; then
10445 version_type=linux
10446 else
10447 version_type=irix
10448 fi ;;
10449 esac
10450 need_lib_prefix=no
10451 need_version=no
10452 soname_spec='${libname}${release}${shared_ext}$major'
10453 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10454 case $host_os in
10455 irix5* | nonstopux*)
10456 libsuff= shlibsuff=
10457 ;;
10458 *)
10459 case $LD in # libtool.m4 will add one of these switches to LD
10460 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10461 libsuff= shlibsuff= libmagic=32-bit;;
10462 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10463 libsuff=32 shlibsuff=N32 libmagic=N32;;
10464 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10465 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10466 *) libsuff= shlibsuff= libmagic=never-match;;
10467 esac
10468 ;;
10469 esac
10470 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10471 shlibpath_overrides_runpath=no
10472 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10473 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10474 hardcode_into_libs=yes
10475 ;;
10476
10477# No shared lib support for Linux oldld, aout, or coff.
10478linux*oldld* | linux*aout* | linux*coff*)
10479 dynamic_linker=no
10480 ;;
10481
10482# This must be Linux ELF.
46f900c0 10483linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10484 version_type=linux
10485 need_lib_prefix=no
10486 need_version=no
10487 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10488 soname_spec='${libname}${release}${shared_ext}$major'
10489 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10490 shlibpath_var=LD_LIBRARY_PATH
10491 shlibpath_overrides_runpath=no
10492
10493 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10494 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10495 $as_echo_n "(cached) " >&6
10496else
6bb11ab3
L
10497 lt_cv_shlibpath_overrides_runpath=no
10498 save_LDFLAGS=$LDFLAGS
10499 save_libdir=$libdir
10500 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10501 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10503/* end confdefs.h. */
10504
2232061b
MF
10505int
10506main ()
10507{
10508
10509 ;
10510 return 0;
10511}
10512_ACEOF
6bb11ab3
L
10513if ac_fn_c_try_link "$LINENO"; then :
10514 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10515 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10516fi
2232061b 10517fi
6bb11ab3
L
10518rm -f core conftest.err conftest.$ac_objext \
10519 conftest$ac_exeext conftest.$ac_ext
10520 LDFLAGS=$save_LDFLAGS
10521 libdir=$save_libdir
2232061b 10522
6bb11ab3 10523fi
2232061b 10524
6bb11ab3 10525 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10526
6bb11ab3
L
10527 # This implies no fast_install, which is unacceptable.
10528 # Some rework will be needed to allow for fast_install
10529 # before this can be enabled.
10530 hardcode_into_libs=yes
2232061b 10531
6bb11ab3
L
10532 # Append ld.so.conf contents to the search path
10533 if test -f /etc/ld.so.conf; then
10534 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' ' '`
10535 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10536 fi
10537
10538 # We used to test for /lib/ld.so.1 and disable shared libraries on
10539 # powerpc, because MkLinux only supported shared libraries with the
10540 # GNU dynamic linker. Since this was broken with cross compilers,
10541 # most powerpc-linux boxes support dynamic linking these days and
10542 # people can always --disable-shared, the test was removed, and we
10543 # assume the GNU/Linux dynamic linker is in use.
10544 dynamic_linker='GNU/Linux ld.so'
10545 ;;
10546
10547netbsd*)
10548 version_type=sunos
10549 need_lib_prefix=no
10550 need_version=no
10551 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10552 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10553 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10554 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10555 else
6bb11ab3
L
10556 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10557 soname_spec='${libname}${release}${shared_ext}$major'
10558 dynamic_linker='NetBSD ld.elf_so'
10559 fi
10560 shlibpath_var=LD_LIBRARY_PATH
10561 shlibpath_overrides_runpath=yes
10562 hardcode_into_libs=yes
10563 ;;
10564
10565newsos6)
10566 version_type=linux
10567 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10568 shlibpath_var=LD_LIBRARY_PATH
10569 shlibpath_overrides_runpath=yes
10570 ;;
10571
10572*nto* | *qnx*)
10573 version_type=qnx
10574 need_lib_prefix=no
10575 need_version=no
10576 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10577 soname_spec='${libname}${release}${shared_ext}$major'
10578 shlibpath_var=LD_LIBRARY_PATH
10579 shlibpath_overrides_runpath=no
10580 hardcode_into_libs=yes
10581 dynamic_linker='ldqnx.so'
10582 ;;
10583
10584openbsd*)
10585 version_type=sunos
10586 sys_lib_dlsearch_path_spec="/usr/lib"
10587 need_lib_prefix=no
10588 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10589 case $host_os in
10590 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10591 *) need_version=no ;;
10592 esac
10593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10594 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10595 shlibpath_var=LD_LIBRARY_PATH
10596 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10597 case $host_os in
10598 openbsd2.[89] | openbsd2.[89].*)
10599 shlibpath_overrides_runpath=no
10600 ;;
10601 *)
10602 shlibpath_overrides_runpath=yes
10603 ;;
10604 esac
10605 else
10606 shlibpath_overrides_runpath=yes
10607 fi
10608 ;;
10609
10610os2*)
10611 libname_spec='$name'
10612 shrext_cmds=".dll"
10613 need_lib_prefix=no
10614 library_names_spec='$libname${shared_ext} $libname.a'
10615 dynamic_linker='OS/2 ld.exe'
10616 shlibpath_var=LIBPATH
10617 ;;
10618
10619osf3* | osf4* | osf5*)
10620 version_type=osf
10621 need_lib_prefix=no
10622 need_version=no
10623 soname_spec='${libname}${release}${shared_ext}$major'
10624 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10625 shlibpath_var=LD_LIBRARY_PATH
10626 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10627 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10628 ;;
10629
10630rdos*)
10631 dynamic_linker=no
10632 ;;
10633
10634solaris*)
10635 version_type=linux
10636 need_lib_prefix=no
10637 need_version=no
10638 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10639 soname_spec='${libname}${release}${shared_ext}$major'
10640 shlibpath_var=LD_LIBRARY_PATH
10641 shlibpath_overrides_runpath=yes
10642 hardcode_into_libs=yes
10643 # ldd complains unless libraries are executable
10644 postinstall_cmds='chmod +x $lib'
10645 ;;
10646
10647sunos4*)
10648 version_type=sunos
10649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10650 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10651 shlibpath_var=LD_LIBRARY_PATH
10652 shlibpath_overrides_runpath=yes
10653 if test "$with_gnu_ld" = yes; then
10654 need_lib_prefix=no
10655 fi
10656 need_version=yes
10657 ;;
10658
10659sysv4 | sysv4.3*)
10660 version_type=linux
10661 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10662 soname_spec='${libname}${release}${shared_ext}$major'
10663 shlibpath_var=LD_LIBRARY_PATH
10664 case $host_vendor in
10665 sni)
10666 shlibpath_overrides_runpath=no
10667 need_lib_prefix=no
10668 runpath_var=LD_RUN_PATH
10669 ;;
10670 siemens)
10671 need_lib_prefix=no
10672 ;;
10673 motorola)
10674 need_lib_prefix=no
10675 need_version=no
10676 shlibpath_overrides_runpath=no
10677 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10678 ;;
10679 esac
10680 ;;
10681
10682sysv4*MP*)
10683 if test -d /usr/nec ;then
10684 version_type=linux
10685 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10686 soname_spec='$libname${shared_ext}.$major'
10687 shlibpath_var=LD_LIBRARY_PATH
10688 fi
10689 ;;
10690
10691sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10692 version_type=freebsd-elf
10693 need_lib_prefix=no
10694 need_version=no
10695 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10696 soname_spec='${libname}${release}${shared_ext}$major'
10697 shlibpath_var=LD_LIBRARY_PATH
10698 shlibpath_overrides_runpath=yes
10699 hardcode_into_libs=yes
10700 if test "$with_gnu_ld" = yes; then
10701 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10702 else
10703 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10704 case $host_os in
10705 sco3.2v5*)
10706 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10707 ;;
10708 esac
2232061b 10709 fi
6bb11ab3
L
10710 sys_lib_dlsearch_path_spec='/usr/lib'
10711 ;;
10712
10713tpf*)
10714 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10715 version_type=linux
10716 need_lib_prefix=no
10717 need_version=no
10718 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10719 shlibpath_var=LD_LIBRARY_PATH
10720 shlibpath_overrides_runpath=no
10721 hardcode_into_libs=yes
10722 ;;
10723
10724uts4*)
10725 version_type=linux
10726 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10727 soname_spec='${libname}${release}${shared_ext}$major'
10728 shlibpath_var=LD_LIBRARY_PATH
10729 ;;
10730
10731*)
10732 dynamic_linker=no
10733 ;;
10734esac
10735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10736$as_echo "$dynamic_linker" >&6; }
10737test "$dynamic_linker" = no && can_build_shared=no
10738
10739variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10740if test "$GCC" = yes; then
10741 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10742fi
2232061b 10743
6bb11ab3
L
10744if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10745 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10746fi
10747if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10748 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10749fi
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
2232061b 10773
2232061b 10774
2232061b 10775
2232061b 10776
2232061b
MF
10777
10778
6ffe910a 10779
6ffe910a
MF
10780
10781
10782
10783
10784
2232061b 10785
6ffe910a
MF
10786
10787
10788
10789
6ffe910a 10790
6ffe910a 10791
6ffe910a
MF
10792
10793
6ffe910a 10794
6ffe910a 10795
6ffe910a
MF
10796
10797
5f3ef9d0 10798
5f3ef9d0
JB
10799
10800
10801
db2e4d67
MF
10802
10803
db2e4d67 10804
db2e4d67 10805
db2e4d67 10806
db2e4d67 10807
db2e4d67 10808
db2e4d67 10809
db2e4d67 10810
db2e4d67
MF
10811
10812
db2e4d67 10813
db2e4d67
MF
10814
10815
db2e4d67 10816
db2e4d67
MF
10817
10818
6ffe910a 10819
6ffe910a 10820
6ffe910a
MF
10821
10822
6ffe910a
MF
10823
10824
6ffe910a 10825
6ffe910a 10826
6ffe910a 10827
6ffe910a 10828
6ffe910a 10829
35695fd6 10830
35695fd6 10831
35695fd6 10832
b7026657 10833
b7026657 10834
c906108c 10835
b7026657 10836
b7026657 10837
c906108c 10838
b7026657 10839
6bb11ab3
L
10840
10841
10842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10843$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10844hardcode_action=
10845if test -n "$hardcode_libdir_flag_spec" ||
10846 test -n "$runpath_var" ||
10847 test "X$hardcode_automatic" = "Xyes" ; then
10848
10849 # We can hardcode non-existent directories.
10850 if test "$hardcode_direct" != no &&
10851 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10852 # have to relink, otherwise we might link with an installed library
10853 # when we should be linking with a yet-to-be-installed one
10854 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10855 test "$hardcode_minus_L" != no; then
10856 # Linking always hardcodes the temporary library directory.
10857 hardcode_action=relink
10858 else
10859 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10860 hardcode_action=immediate
10861 fi
10862else
10863 # We cannot hardcode anything, or else we can only hardcode existing
10864 # directories.
10865 hardcode_action=unsupported
10866fi
10867{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10868$as_echo "$hardcode_action" >&6; }
10869
10870if test "$hardcode_action" = relink ||
10871 test "$inherit_rpath" = yes; then
10872 # Fast installation is not supported
10873 enable_fast_install=no
10874elif test "$shlibpath_overrides_runpath" = yes ||
10875 test "$enable_shared" = no; then
10876 # Fast installation is not necessary
10877 enable_fast_install=needless
c906108c 10878fi
b7026657 10879
c906108c 10880
6bb11ab3
L
10881
10882
10883
10884
10885 if test "x$enable_dlopen" != xyes; then
10886 enable_dlopen=unknown
10887 enable_dlopen_self=unknown
10888 enable_dlopen_self_static=unknown
10889else
10890 lt_cv_dlopen=no
10891 lt_cv_dlopen_libs=
10892
10893 case $host_os in
10894 beos*)
10895 lt_cv_dlopen="load_add_on"
10896 lt_cv_dlopen_libs=
10897 lt_cv_dlopen_self=yes
10898 ;;
10899
10900 mingw* | pw32* | cegcc*)
10901 lt_cv_dlopen="LoadLibrary"
10902 lt_cv_dlopen_libs=
10903 ;;
10904
10905 cygwin*)
10906 lt_cv_dlopen="dlopen"
10907 lt_cv_dlopen_libs=
10908 ;;
10909
10910 darwin*)
10911 # if libdl is installed we need to link against it
10912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10913$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10914if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10915 $as_echo_n "(cached) " >&6
10916else
10917 ac_check_lib_save_LIBS=$LIBS
10918LIBS="-ldl $LIBS"
10919cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10920/* end confdefs.h. */
10921
10922/* Override any GCC internal prototype to avoid an error.
10923 Use char because int might match the return type of a GCC
10924 builtin and then its argument prototype would still apply. */
10925#ifdef __cplusplus
10926extern "C"
10927#endif
10928char dlopen ();
10929int
10930main ()
10931{
10932return dlopen ();
10933 ;
10934 return 0;
10935}
b7026657 10936_ACEOF
6bb11ab3
L
10937if ac_fn_c_try_link "$LINENO"; then :
10938 ac_cv_lib_dl_dlopen=yes
10939else
10940 ac_cv_lib_dl_dlopen=no
10941fi
10942rm -f core conftest.err conftest.$ac_objext \
10943 conftest$ac_exeext conftest.$ac_ext
10944LIBS=$ac_check_lib_save_LIBS
10945fi
10946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10947$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10948if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10949 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10950else
10951
10952 lt_cv_dlopen="dyld"
10953 lt_cv_dlopen_libs=
10954 lt_cv_dlopen_self=yes
c906108c 10955
c906108c 10956fi
c906108c 10957
6bb11ab3 10958 ;;
c906108c 10959
6bb11ab3
L
10960 *)
10961 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10962if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10963 lt_cv_dlopen="shl_load"
10964else
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10966$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10967if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10968 $as_echo_n "(cached) " >&6
10969else
10970 ac_check_lib_save_LIBS=$LIBS
10971LIBS="-ldld $LIBS"
10972cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10973/* end confdefs.h. */
10974
10975/* Override any GCC internal prototype to avoid an error.
10976 Use char because int might match the return type of a GCC
10977 builtin and then its argument prototype would still apply. */
10978#ifdef __cplusplus
10979extern "C"
10980#endif
10981char shl_load ();
10982int
10983main ()
10984{
10985return shl_load ();
10986 ;
10987 return 0;
10988}
10989_ACEOF
10990if ac_fn_c_try_link "$LINENO"; then :
10991 ac_cv_lib_dld_shl_load=yes
10992else
10993 ac_cv_lib_dld_shl_load=no
10994fi
10995rm -f core conftest.err conftest.$ac_objext \
10996 conftest$ac_exeext conftest.$ac_ext
10997LIBS=$ac_check_lib_save_LIBS
10998fi
10999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11000$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11001if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11002 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11003else
11004 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11005if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11006 lt_cv_dlopen="dlopen"
11007else
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11009$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11010if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11011 $as_echo_n "(cached) " >&6
c906108c 11012else
b7026657 11013 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11014LIBS="-ldl $LIBS"
81ecdfbb 11015cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11016/* end confdefs.h. */
11017
81ecdfbb
RW
11018/* Override any GCC internal prototype to avoid an error.
11019 Use char because int might match the return type of a GCC
11020 builtin and then its argument prototype would still apply. */
b7026657
AC
11021#ifdef __cplusplus
11022extern "C"
11023#endif
6bb11ab3 11024char dlopen ();
b7026657
AC
11025int
11026main ()
11027{
6bb11ab3 11028return dlopen ();
b7026657
AC
11029 ;
11030 return 0;
11031}
11032_ACEOF
81ecdfbb 11033if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11034 ac_cv_lib_dl_dlopen=yes
b7026657 11035else
6bb11ab3 11036 ac_cv_lib_dl_dlopen=no
b7026657 11037fi
81ecdfbb
RW
11038rm -f core conftest.err conftest.$ac_objext \
11039 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11040LIBS=$ac_check_lib_save_LIBS
11041fi
6bb11ab3
L
11042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11043$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11044if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11045 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11046else
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11048$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11049if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11050 $as_echo_n "(cached) " >&6
c906108c 11051else
b7026657 11052 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11053LIBS="-lsvld $LIBS"
81ecdfbb 11054cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11055/* end confdefs.h. */
11056
81ecdfbb
RW
11057/* Override any GCC internal prototype to avoid an error.
11058 Use char because int might match the return type of a GCC
11059 builtin and then its argument prototype would still apply. */
b7026657
AC
11060#ifdef __cplusplus
11061extern "C"
11062#endif
6bb11ab3 11063char dlopen ();
b7026657
AC
11064int
11065main ()
11066{
6bb11ab3 11067return dlopen ();
b7026657
AC
11068 ;
11069 return 0;
11070}
11071_ACEOF
81ecdfbb 11072if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11073 ac_cv_lib_svld_dlopen=yes
b7026657 11074else
6bb11ab3 11075 ac_cv_lib_svld_dlopen=no
b7026657 11076fi
81ecdfbb
RW
11077rm -f core conftest.err conftest.$ac_objext \
11078 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11079LIBS=$ac_check_lib_save_LIBS
11080fi
6bb11ab3
L
11081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11082$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11083if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11084 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11085else
6bb11ab3
L
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11087$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11088if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb
RW
11089 $as_echo_n "(cached) " >&6
11090else
6bb11ab3
L
11091 ac_check_lib_save_LIBS=$LIBS
11092LIBS="-ldld $LIBS"
81ecdfbb 11093cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624 11094/* end confdefs.h. */
81ecdfbb
RW
11095
11096/* Override any GCC internal prototype to avoid an error.
11097 Use char because int might match the return type of a GCC
11098 builtin and then its argument prototype would still apply. */
11099#ifdef __cplusplus
11100extern "C"
11101#endif
6bb11ab3 11102char dld_link ();
81ecdfbb
RW
11103int
11104main ()
11105{
6bb11ab3 11106return dld_link ();
81ecdfbb
RW
11107 ;
11108 return 0;
11109}
b5bd9624 11110_ACEOF
6bb11ab3
L
11111if ac_fn_c_try_link "$LINENO"; then :
11112 ac_cv_lib_dld_dld_link=yes
11113else
11114 ac_cv_lib_dld_dld_link=no
11115fi
11116rm -f core conftest.err conftest.$ac_objext \
11117 conftest$ac_exeext conftest.$ac_ext
11118LIBS=$ac_check_lib_save_LIBS
11119fi
11120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11121$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11122if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11123 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11124fi
11125
11126
11127fi
11128
11129
11130fi
11131
11132
11133fi
11134
11135
11136fi
11137
11138
11139fi
11140
11141 ;;
11142 esac
11143
11144 if test "x$lt_cv_dlopen" != xno; then
11145 enable_dlopen=yes
b5bd9624 11146 else
6bb11ab3
L
11147 enable_dlopen=no
11148 fi
11149
11150 case $lt_cv_dlopen in
11151 dlopen)
11152 save_CPPFLAGS="$CPPFLAGS"
11153 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11154
11155 save_LDFLAGS="$LDFLAGS"
11156 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11157
11158 save_LIBS="$LIBS"
11159 LIBS="$lt_cv_dlopen_libs $LIBS"
11160
11161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11162$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11163if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11164 $as_echo_n "(cached) " >&6
11165else
11166 if test "$cross_compiling" = yes; then :
11167 lt_cv_dlopen_self=cross
11168else
11169 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11170 lt_status=$lt_dlunknown
11171 cat > conftest.$ac_ext <<_LT_EOF
136da8cd 11172#line 11172 "configure"
6bb11ab3
L
11173#include "confdefs.h"
11174
11175#if HAVE_DLFCN_H
11176#include <dlfcn.h>
11177#endif
11178
11179#include <stdio.h>
11180
11181#ifdef RTLD_GLOBAL
11182# define LT_DLGLOBAL RTLD_GLOBAL
11183#else
11184# ifdef DL_GLOBAL
11185# define LT_DLGLOBAL DL_GLOBAL
11186# else
11187# define LT_DLGLOBAL 0
11188# endif
11189#endif
11190
11191/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11192 find out it does not work in some platform. */
11193#ifndef LT_DLLAZY_OR_NOW
11194# ifdef RTLD_LAZY
11195# define LT_DLLAZY_OR_NOW RTLD_LAZY
11196# else
11197# ifdef DL_LAZY
11198# define LT_DLLAZY_OR_NOW DL_LAZY
11199# else
11200# ifdef RTLD_NOW
11201# define LT_DLLAZY_OR_NOW RTLD_NOW
11202# else
11203# ifdef DL_NOW
11204# define LT_DLLAZY_OR_NOW DL_NOW
11205# else
11206# define LT_DLLAZY_OR_NOW 0
11207# endif
11208# endif
11209# endif
11210# endif
11211#endif
11212
11213/* When -fvisbility=hidden is used, assume the code has been annotated
11214 correspondingly for the symbols needed. */
11215#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11216void fnord () __attribute__((visibility("default")));
11217#endif
11218
11219void fnord () { int i=42; }
11220int main ()
11221{
11222 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11223 int status = $lt_dlunknown;
11224
11225 if (self)
11226 {
11227 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11228 else
11229 {
11230 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11231 else puts (dlerror ());
11232 }
11233 /* dlclose (self); */
11234 }
11235 else
11236 puts (dlerror ());
11237
11238 return status;
11239}
11240_LT_EOF
11241 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11242 (eval $ac_link) 2>&5
11243 ac_status=$?
11244 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11245 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11246 (./conftest; exit; ) >&5 2>/dev/null
11247 lt_status=$?
11248 case x$lt_status in
11249 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11250 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11251 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11252 esac
11253 else :
11254 # compilation failed
11255 lt_cv_dlopen_self=no
b5bd9624 11256 fi
b5bd9624 11257fi
6bb11ab3
L
11258rm -fr conftest*
11259
11260
b5bd9624 11261fi
6bb11ab3
L
11262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11263$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11264
6bb11ab3
L
11265 if test "x$lt_cv_dlopen_self" = xyes; then
11266 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11268$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11269if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11270 $as_echo_n "(cached) " >&6
b5bd9624 11271else
6bb11ab3
L
11272 if test "$cross_compiling" = yes; then :
11273 lt_cv_dlopen_self_static=cross
11274else
11275 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11276 lt_status=$lt_dlunknown
11277 cat > conftest.$ac_ext <<_LT_EOF
136da8cd 11278#line 11278 "configure"
6bb11ab3
L
11279#include "confdefs.h"
11280
11281#if HAVE_DLFCN_H
11282#include <dlfcn.h>
11283#endif
11284
11285#include <stdio.h>
11286
11287#ifdef RTLD_GLOBAL
11288# define LT_DLGLOBAL RTLD_GLOBAL
11289#else
11290# ifdef DL_GLOBAL
11291# define LT_DLGLOBAL DL_GLOBAL
11292# else
11293# define LT_DLGLOBAL 0
11294# endif
11295#endif
11296
11297/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11298 find out it does not work in some platform. */
11299#ifndef LT_DLLAZY_OR_NOW
11300# ifdef RTLD_LAZY
11301# define LT_DLLAZY_OR_NOW RTLD_LAZY
11302# else
11303# ifdef DL_LAZY
11304# define LT_DLLAZY_OR_NOW DL_LAZY
11305# else
11306# ifdef RTLD_NOW
11307# define LT_DLLAZY_OR_NOW RTLD_NOW
11308# else
11309# ifdef DL_NOW
11310# define LT_DLLAZY_OR_NOW DL_NOW
11311# else
11312# define LT_DLLAZY_OR_NOW 0
11313# endif
11314# endif
11315# endif
11316# endif
11317#endif
11318
11319/* When -fvisbility=hidden is used, assume the code has been annotated
11320 correspondingly for the symbols needed. */
11321#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11322void fnord () __attribute__((visibility("default")));
11323#endif
11324
11325void fnord () { int i=42; }
11326int main ()
11327{
11328 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11329 int status = $lt_dlunknown;
11330
11331 if (self)
11332 {
11333 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11334 else
11335 {
11336 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11337 else puts (dlerror ());
11338 }
11339 /* dlclose (self); */
11340 }
11341 else
11342 puts (dlerror ());
11343
11344 return status;
11345}
11346_LT_EOF
11347 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11348 (eval $ac_link) 2>&5
11349 ac_status=$?
11350 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11351 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11352 (./conftest; exit; ) >&5 2>/dev/null
11353 lt_status=$?
11354 case x$lt_status in
11355 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11356 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11357 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11358 esac
11359 else :
11360 # compilation failed
11361 lt_cv_dlopen_self_static=no
11362 fi
b5bd9624 11363fi
6bb11ab3
L
11364rm -fr conftest*
11365
11366
b5bd9624 11367fi
6bb11ab3
L
11368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11369$as_echo "$lt_cv_dlopen_self_static" >&6; }
11370 fi
11371
11372 CPPFLAGS="$save_CPPFLAGS"
11373 LDFLAGS="$save_LDFLAGS"
11374 LIBS="$save_LIBS"
11375 ;;
11376 esac
11377
11378 case $lt_cv_dlopen_self in
11379 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11380 *) enable_dlopen_self=unknown ;;
11381 esac
11382
11383 case $lt_cv_dlopen_self_static in
11384 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11385 *) enable_dlopen_self_static=unknown ;;
11386 esac
11387fi
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
11403
11404
11405striplib=
11406old_striplib=
11407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11408$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11409if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11410 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11411 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11413$as_echo "yes" >&6; }
11414else
11415# FIXME - insert some real tests, host_os isn't really good enough
11416 case $host_os in
11417 darwin*)
11418 if test -n "$STRIP" ; then
11419 striplib="$STRIP -x"
11420 old_striplib="$STRIP -S"
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11422$as_echo "yes" >&6; }
11423 else
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11425$as_echo "no" >&6; }
11426 fi
11427 ;;
11428 *)
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11430$as_echo "no" >&6; }
11431 ;;
11432 esac
11433fi
11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446 # Report which library types will actually be built
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11448$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11450$as_echo "$can_build_shared" >&6; }
11451
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11453$as_echo_n "checking whether to build shared libraries... " >&6; }
11454 test "$can_build_shared" = "no" && enable_shared=no
11455
11456 # On AIX, shared libraries and static libraries use the same namespace, and
11457 # are all built from PIC.
11458 case $host_os in
11459 aix3*)
11460 test "$enable_shared" = yes && enable_static=no
11461 if test -n "$RANLIB"; then
11462 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11463 postinstall_cmds='$RANLIB $lib'
11464 fi
11465 ;;
11466
11467 aix[4-9]*)
11468 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11469 test "$enable_shared" = yes && enable_static=no
11470 fi
11471 ;;
11472 esac
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11474$as_echo "$enable_shared" >&6; }
11475
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11477$as_echo_n "checking whether to build static libraries... " >&6; }
11478 # Make sure either enable_shared or enable_static is yes.
11479 test "$enable_shared" = yes || enable_static=yes
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11481$as_echo "$enable_static" >&6; }
11482
11483
11484
11485
11486fi
11487ac_ext=c
11488ac_cpp='$CPP $CPPFLAGS'
11489ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11490ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11491ac_compiler_gnu=$ac_cv_c_compiler_gnu
11492
11493CC="$lt_save_CC"
11494
11495
11496
11497
11498
11499
11500
11501
11502
b5bd9624 11503
b5bd9624 11504
b5bd9624 11505
b5bd9624 11506
6bb11ab3
L
11507 ac_config_commands="$ac_config_commands libtool"
11508
11509
11510
11511
11512# Only expand once:
11513
11514
5912fadd 11515
b5bd9624 11516
c906108c
SS
11517
11518
31e6ad7d
MF
11519
11520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11521$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11522 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11523if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11524 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11525else
11526 USE_MAINTAINER_MODE=no
c906108c 11527fi
31e6ad7d
MF
11528
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11530$as_echo "$USE_MAINTAINER_MODE" >&6; }
11531 if test $USE_MAINTAINER_MODE = yes; then
11532 MAINTAINER_MODE_TRUE=
11533 MAINTAINER_MODE_FALSE='#'
c906108c 11534else
31e6ad7d
MF
11535 MAINTAINER_MODE_TRUE='#'
11536 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11537fi
11538
31e6ad7d
MF
11539 MAINT=$MAINTAINER_MODE_TRUE
11540
11541
c906108c
SS
11542
11543
ce39bd38
MF
11544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11545$as_echo_n "checking for sim debug setting... " >&6; }
11546sim_debug="0"
81ecdfbb
RW
11547# Check whether --enable-sim-debug was given.
11548if test "${enable_sim_debug+set}" = set; then :
11549 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11550 yes) sim_debug="7";;
11551 no) sim_debug="0";;
11552 *) sim_debug="($enableval)";;
c906108c 11553esac
c906108c 11554fi
ce39bd38
MF
11555if test "$sim_debug" != "0"; then
11556
11557cat >>confdefs.h <<_ACEOF
11558#define DEBUG $sim_debug
11559_ACEOF
11560
81ecdfbb
RW
11561fi
11562
ce39bd38
MF
11563cat >>confdefs.h <<_ACEOF
11564#define WITH_DEBUG $sim_debug
11565_ACEOF
11566
11567{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11568$as_echo "$sim_debug" >&6; }
c906108c
SS
11569
11570
ce39bd38
MF
11571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11572$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11573sim_stdio="0"
81ecdfbb
RW
11574# Check whether --enable-sim-stdio was given.
11575if test "${enable_sim_stdio+set}" = set; then :
11576 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11577 yes) sim_stdio="DO_USE_STDIO";;
11578 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11579 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11580esac
81ecdfbb
RW
11581fi
11582
ce39bd38
MF
11583cat >>confdefs.h <<_ACEOF
11584#define WITH_STDIO $sim_stdio
11585_ACEOF
11586
11587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11588$as_echo "$sim_stdio" >&6; }
c906108c
SS
11589
11590
ce39bd38
MF
11591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11592$as_echo_n "checking for sim trace settings... " >&6; }
11593sim_trace="~TRACE_debug"
81ecdfbb
RW
11594# Check whether --enable-sim-trace was given.
11595if test "${enable_sim_trace+set}" = set; then :
11596 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11597 yes) sim_trace="-1";;
11598 no) sim_trace="0";;
c906108c 11599 [-0-9]*)
ce39bd38 11600 sim_trace="'(${enableval})'";;
2232061b 11601 [[:lower:]]*)
c906108c
SS
11602 sim_trace=""
11603 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11604 if test x"$sim_trace" = x; then
ce39bd38 11605 sim_trace="(TRACE_$x"
c906108c
SS
11606 else
11607 sim_trace="${sim_trace}|TRACE_$x"
11608 fi
11609 done
ce39bd38 11610 sim_trace="$sim_trace)" ;;
c906108c 11611esac
81ecdfbb
RW
11612fi
11613
ce39bd38
MF
11614cat >>confdefs.h <<_ACEOF
11615#define WITH_TRACE $sim_trace
11616_ACEOF
11617
11618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11619$as_echo "$sim_trace" >&6; }
c906108c
SS
11620
11621
ce39bd38
MF
11622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11623$as_echo_n "checking for sim profile settings... " >&6; }
11624profile="1"
11625sim_profile="-1"
81ecdfbb
RW
11626# Check whether --enable-sim-profile was given.
11627if test "${enable_sim_profile+set}" = set; then :
11628 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11629 yes) profile="1" sim_profile="-1";;
11630 no) profile="0" sim_profile="0";;
c906108c 11631 [-0-9]*)
ce39bd38 11632 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11633 [a-z]*)
ce39bd38 11634 profile="1"
c906108c
SS
11635 sim_profile=""
11636 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11637 if test x"$sim_profile" = x; then
ce39bd38 11638 sim_profile="(PROFILE_$x"
c906108c
SS
11639 else
11640 sim_profile="${sim_profile}|PROFILE_$x"
11641 fi
11642 done
ce39bd38 11643 sim_profile="$sim_profile)" ;;
c906108c 11644esac
81ecdfbb
RW
11645fi
11646
ce39bd38
MF
11647cat >>confdefs.h <<_ACEOF
11648#define PROFILE $profile
11649_ACEOF
c906108c
SS
11650
11651
ce39bd38
MF
11652cat >>confdefs.h <<_ACEOF
11653#define WITH_PROFILE $sim_profile
11654_ACEOF
11655
11656{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11657$as_echo "$sim_profile" >&6; }
11658
11659
11660
11661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11662$as_echo_n "checking whether to enable sim asserts... " >&6; }
11663sim_assert="1"
35656e95
MF
11664# Check whether --enable-sim-assert was given.
11665if test "${enable_sim_assert+set}" = set; then :
11666 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11667 yes) sim_assert="1";;
11668 no) sim_assert="0";;
d0ac1c44 11669 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11670esac
35656e95
MF
11671fi
11672
ce39bd38
MF
11673cat >>confdefs.h <<_ACEOF
11674#define WITH_ASSERT $sim_assert
11675_ACEOF
11676
11677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11678$as_echo "$sim_assert" >&6; }
11679
35656e95 11680
ce39bd38
MF
11681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11682$as_echo_n "checking default sim environment setting... " >&6; }
11683sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11684# Check whether --enable-sim-environment was given.
11685if test "${enable_sim_environment+set}" = set; then :
11686 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11687 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11688 user | USER) sim_environment="USER_ENVIRONMENT";;
11689 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11690 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11691 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11692esac
16f7876d
MF
11693fi
11694
ce39bd38
MF
11695cat >>confdefs.h <<_ACEOF
11696#define WITH_ENVIRONMENT $sim_environment
11697_ACEOF
11698
11699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11700$as_echo "$sim_environment" >&6; }
11701
16f7876d 11702
347fe5bb
MF
11703sim_inline="-DDEFAULT_INLINE=0"
11704# Check whether --enable-sim-inline was given.
11705if test "${enable_sim_inline+set}" = set; then :
11706 enableval=$enable_sim_inline; sim_inline=""
11707case "$enableval" in
11708 no) sim_inline="-DDEFAULT_INLINE=0";;
11709 0) sim_inline="-DDEFAULT_INLINE=0";;
11710 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11711 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11712 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11713 new_flag=""
11714 case "$x" in
11715 *_INLINE=*) new_flag="-D$x";;
11716 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11717 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11718 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11719 esac
11720 if test x"$sim_inline" = x""; then
11721 sim_inline="$new_flag"
11722 else
11723 sim_inline="$sim_inline $new_flag"
11724 fi
11725 done;;
11726esac
11727if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11728 echo "Setting inline flags = $sim_inline" 6>&1
11729fi
11730fi
11731
11732
11733
6efef468 11734
81ecdfbb
RW
11735# Check whether --with-pkgversion was given.
11736if test "${with_pkgversion+set}" = set; then :
11737 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11738 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11739 no) PKGVERSION= ;;
11740 *) PKGVERSION="($withval) " ;;
11741 esac
11742else
bf12d44e 11743 PKGVERSION="(SIM) "
6efef468 11744
81ecdfbb
RW
11745fi
11746
6efef468
JM
11747
11748
11749
11750
81ecdfbb
RW
11751# Check whether --with-bugurl was given.
11752if test "${with_bugurl+set}" = set; then :
11753 withval=$with_bugurl; case "$withval" in
d0ac1c44 11754 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11755 no) BUGURL=
11756 ;;
11757 *) BUGURL="$withval"
11758 ;;
11759 esac
11760else
dfb856ba 11761 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11762
81ecdfbb
RW
11763fi
11764
6efef468
JM
11765 case ${BUGURL} in
11766 "")
11767 REPORT_BUGS_TO=
11768 REPORT_BUGS_TEXI=
11769 ;;
11770 *)
11771 REPORT_BUGS_TO="<$BUGURL>"
11772 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11773 ;;
11774 esac;
11775
11776
11777
11778
11779cat >>confdefs.h <<_ACEOF
11780#define PKGVERSION "$PKGVERSION"
11781_ACEOF
11782
11783
11784cat >>confdefs.h <<_ACEOF
11785#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11786_ACEOF
11787
11788
81ecdfbb
RW
11789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11790$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11791if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11792 $as_echo_n "(cached) " >&6
c906108c 11793else
81ecdfbb 11794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11795/* end confdefs.h. */
c906108c
SS
11796#include <sys/types.h>
11797#include <signal.h>
c906108c 11798
b7026657
AC
11799int
11800main ()
11801{
81ecdfbb 11802return *(signal (0, 0)) (0) == 1;
b7026657
AC
11803 ;
11804 return 0;
11805}
11806_ACEOF
81ecdfbb
RW
11807if ac_fn_c_try_compile "$LINENO"; then :
11808 ac_cv_type_signal=int
c906108c 11809else
81ecdfbb 11810 ac_cv_type_signal=void
c906108c 11811fi
81ecdfbb 11812rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11813fi
81ecdfbb
RW
11814{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11815$as_echo "$ac_cv_type_signal" >&6; }
c906108c 11816
b7026657 11817cat >>confdefs.h <<_ACEOF
c906108c 11818#define RETSIGTYPE $ac_cv_type_signal
b7026657 11819_ACEOF
c906108c
SS
11820
11821
cd0fc7c3
SS
11822
11823
c906108c 11824
c906108c
SS
11825
11826
c906108c
SS
11827wire_alignment="NONSTRICT_ALIGNMENT"
11828default_alignment=""
11829
81ecdfbb
RW
11830# Check whether --enable-sim-alignment was given.
11831if test "${enable_sim_alignment+set}" = set; then :
11832 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11833 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11834 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11835 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11836 yes) if test x"$wire_alignment" != x; then
11837 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11838 else
11839 if test x"$default_alignment" != x; then
11840 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11841 else
11842 echo "No hard-wired alignment for target $target" 1>&6
11843 sim_alignment="-DWITH_ALIGNMENT=0"
11844 fi
11845 fi;;
11846 no) if test x"$default_alignment" != x; then
11847 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11848 else
11849 if test x"$wire_alignment" != x; then
11850 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11851 else
11852 echo "No default alignment for target $target" 1>&6
11853 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11854 fi
11855 fi;;
d0ac1c44 11856 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11857esac
11858if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11859 echo "Setting alignment flags = $sim_alignment" 6>&1
11860fi
11861else
11862 if test x"$default_alignment" != x; then
11863 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11864else
11865 if test x"$wire_alignment" != x; then
11866 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11867 else
11868 sim_alignment=
11869 fi
11870fi
81ecdfbb
RW
11871fi
11872
c906108c 11873
2232061b
MF
11874# Check whether --enable-werror was given.
11875if test "${enable_werror+set}" = set; then :
11876 enableval=$enable_werror; case "${enableval}" in
11877 yes | y) ERROR_ON_WARNING="yes" ;;
11878 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11879 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11880 esac
11881fi
11882
11883
11884# Enable -Werror by default when using gcc
11885if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11886 ERROR_ON_WARNING=yes
51216631 11887fi
2232061b
MF
11888
11889WERROR_CFLAGS=""
2232061b 11890
2232061b 11891build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 11892-Wpointer-sign \
2232061b 11893-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
11894-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11895-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11896-Wold-style-declaration -Wold-style-definition"
2232061b
MF
11897
11898# Enable -Wno-format by default when using gcc on mingw since many
11899# GCC versions complain about %I64.
11900case "${host}" in
11901 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 11902 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
11903esac
11904
81ecdfbb
RW
11905# Check whether --enable-build-warnings was given.
11906if test "${enable_build_warnings+set}" = set; then :
11907 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
11908 yes) ;;
11909 no) build_warnings="-w";;
11910 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11911 build_warnings="${build_warnings} ${t}";;
11912 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11913 build_warnings="${t} ${build_warnings}";;
11914 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11915esac
11916if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11917 echo "Setting compiler warning flags = $build_warnings" 6>&1
11918fi
81ecdfbb
RW
11919fi
11920# Check whether --enable-sim-build-warnings was given.
11921if test "${enable_sim_build_warnings+set}" = set; then :
11922 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
11923 yes) ;;
11924 no) build_warnings="-w";;
11925 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 11926 build_warnings="${build_warnings} ${t}";;
c906108c 11927 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
11928 build_warnings="${t} ${build_warnings}";;
11929 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
11930esac
11931if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
11932 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11933fi
81ecdfbb
RW
11934fi
11935WARN_CFLAGS=""
d4f3574e
SS
11936if test "x${build_warnings}" != x -a "x$GCC" = xyes
11937then
81ecdfbb
RW
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11939$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
11940 # Separate out the -Werror flag as some files just cannot be
11941 # compiled with it enabled.
11942 for w in ${build_warnings}; do
11943 case $w in
11944 -Werr*) WERROR_CFLAGS=-Werror ;;
11945 *) # Check that GCC accepts it
11946 saved_CFLAGS="$CFLAGS"
11947 CFLAGS="$CFLAGS $w"
81ecdfbb 11948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11949/* end confdefs.h. */
c8cca39f 11950
b7026657
AC
11951int
11952main ()
11953{
c8cca39f 11954
b7026657
AC
11955 ;
11956 return 0;
11957}
11958_ACEOF
81ecdfbb 11959if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 11960 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 11961fi
81ecdfbb 11962rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
11963 CFLAGS="$saved_CFLAGS"
11964 esac
11965 done
2232061b
MF
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11967$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
11968fi
11969
11970
e6c674b8 11971default_sim_reserved_bits="1"
81ecdfbb
RW
11972# Check whether --enable-sim-reserved-bits was given.
11973if test "${enable_sim_reserved_bits+set}" = set; then :
11974 enableval=$enable_sim_reserved_bits; case "${enableval}" in
e6c674b8
CD
11975 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
11976 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 11977 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
e6c674b8
CD
11978esac
11979if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
11980 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
11981fi
11982else
11983 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
11984fi
11985
e6c674b8 11986
c906108c
SS
11987# DEPRECATED
11988#
11989# Instead of defining a `subtarget' macro, code should be checking
11990# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
11991# in question.
11992#
11993case "${target}" in
4c54fc26 11994 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
c906108c 11995 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
109ad085 11996 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
cc220243 11997 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
1e799e28
CD
11998 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
11999 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
c906108c
SS
12000 *) SIM_SUBTARGET="";;
12001esac
12002
12003
12004
12005
12006#
12007# Select the byte order of the target
12008#
12009mips_endian=
12010default_endian=
12011case "${target}" in
1ac72f06
MF
12012 mips64el*-*-*) mips_endian=LITTLE ;;
12013 mips64vr*el-*-*) default_endian=LITTLE ;;
12014 mips64*-*-*) default_endian=BIG ;;
12015 mips16*-*-*) default_endian=BIG ;;
12016 mipsisa32*-*-*) default_endian=BIG ;;
12017 mipsisa64*-*-*) default_endian=BIG ;;
12018 mips*-*-*) default_endian=BIG ;;
12019 *) default_endian=BIG ;;
c906108c
SS
12020esac
12021
12022wire_endian="$mips_endian"
12023default_endian="$default_endian"
81ecdfbb
RW
12024# Check whether --enable-sim-endian was given.
12025if test "${enable_sim_endian+set}" = set; then :
12026 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
12027 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
12028 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 12029 yes) if test x"$wire_endian" != x; then
1ac72f06 12030 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 12031 else
1ac72f06
MF
12032 if test x"$default_endian" != x; then
12033 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12034 else
12035 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 12036 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
12037 fi
12038 fi;;
12039 no) if test x"$default_endian" != x; then
1ac72f06 12040 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12041 else
12042 if test x"$wire_endian" != x; then
1ac72f06 12043 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
12044 else
12045 echo "No default endian for target $target" 1>&6
1ac72f06 12046 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
12047 fi
12048 fi;;
d0ac1c44 12049 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
12050esac
12051if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12052 echo "Setting endian flags = $sim_endian" 6>&1
12053fi
12054else
12055 if test x"$default_endian" != x; then
1ac72f06 12056 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12057else
12058 if test x"$wire_endian" != x; then
1ac72f06 12059 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
12060 else
12061 sim_endian=
12062 fi
12063fi
81ecdfbb
RW
12064fi
12065
c906108c
SS
12066
12067
12068
12069#
12070# Select the bitsize of the target
12071#
12072mips_addr_bitsize=
12073case "${target}" in
109ad085 12074 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
cc220243 12075 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
12076 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
12077 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1e799e28
CD
12078 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
12079 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
12080 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
12081 *) mips_bitsize=64 ; mips_msb=63 ;;
12082esac
12083wire_word_bitsize="$mips_bitsize"
12084wire_word_msb="$mips_msb"
12085wire_address_bitsize="$mips_addr_bitsize"
12086wire_cell_bitsize=""
81ecdfbb
RW
12087# Check whether --enable-sim-bitsize was given.
12088if test "${enable_sim_bitsize+set}" = set; then :
12089 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
12090case "${enableval}" in
12091 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
12092 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
12093 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12094 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12095 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12096 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
12097 else
12098 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
12099 fi ;;
12100 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12101 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
12102 else
12103 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
12104 fi ;;
d0ac1c44 12105 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12106esac
12107# address bitsize
12108tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
12109case x"${tmp}" in
12110 x ) ;;
12111 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
12112 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 12113 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12114esac
12115# cell bitsize
12116tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
12117case x"${tmp}" in
12118 x ) ;;
12119 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
12120 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 12121 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12122esac
12123if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
12124 echo "Setting bitsize flags = $sim_bitsize" 6>&1
12125fi
12126else
12127 sim_bitsize=""
12128if test x"$wire_word_bitsize" != x; then
12129 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
12130fi
12131if test x"$wire_word_msb" != x; then
12132 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
12133fi
12134if test x"$wire_address_bitsize" != x; then
12135 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
12136fi
12137if test x"$wire_cell_bitsize" != x; then
12138 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
12139fi
81ecdfbb
RW
12140fi
12141
c906108c
SS
12142
12143
12144
12145#
12146# Select the floating hardware support of the target
12147#
12148mips_fpu=HARDWARE_FLOATING_POINT
12149mips_fpu_bitsize=
12150case "${target}" in
4b5d35ee 12151 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
109ad085 12152 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
cc220243 12153 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
12154 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
12155 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1e799e28
CD
12156 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
12157 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
12158 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
12159 *) mips_fpu=HARD_FLOATING_POINT ;;
12160esac
12161
12162default_sim_float="$mips_fpu"
12163default_sim_float_bitsize="$mips_fpu_bitsize"
81ecdfbb
RW
12164# Check whether --enable-sim-float was given.
12165if test "${enable_sim_float+set}" = set; then :
12166 enableval=$enable_sim_float; case "${enableval}" in
c906108c
SS
12167 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
12168 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
12169 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
12170 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
d0ac1c44 12171 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
c906108c
SS
12172esac
12173if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
12174 echo "Setting float flags = $sim_float" 6>&1
12175fi
12176else
b7026657 12177
c906108c
SS
12178sim_float=
12179if test x"${default_sim_float}" != x""; then
12180 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
12181fi
12182if test x"${default_sim_float_bitsize}" != x""; then
12183 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
12184fi
12185
81ecdfbb
RW
12186fi
12187
c906108c
SS
12188
12189
12190
c906108c
SS
12191#
12192# Select the IGEN architecture
12193#
12194sim_gen=IGEN
12195sim_igen_machine="-M mipsIV"
139181c8 12196sim_m16_machine="-M mips16,mipsIII"
c906108c
SS
12197sim_igen_filter="32,64,f"
12198sim_m16_filter="16"
4c54fc26
CD
12199sim_mach_default="mips8000"
12200
c906108c
SS
12201case "${target}" in
12202 mips*tx39*) sim_gen=IGEN
12203 sim_igen_filter="32,f"
12204 sim_igen_machine="-M r3900"
12205 ;;
12206 mips64vr43*-*-*) sim_gen=IGEN
12207 sim_igen_machine="-M mipsIV"
4c54fc26 12208 sim_mach_default="mips8000"
c906108c
SS
12209 ;;
12210 mips64vr5*-*-*) sim_gen=IGEN
12211 sim_igen_machine="-M vr5000"
4c54fc26 12212 sim_mach_default="mips5000"
c906108c
SS
12213 ;;
12214 mips64vr41*) sim_gen=M16
12215 sim_igen_machine="-M vr4100"
12216 sim_m16_machine="-M vr4100"
12217 sim_igen_filter="32,64,f"
12218 sim_m16_filter="16"
4c54fc26 12219 sim_mach_default="mips4100"
c906108c 12220 ;;
4c54fc26
CD
12221 mips64vr-*-* | mips64vrel-*-*)
12222 sim_gen=MULTI
12223 sim_multi_configs="\
12224 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
12225 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
12226 vr5000:mipsIV:32,64,f:mips4300,mips5000\
12227 vr5400:mipsIV,vr5400:32,64,f:mips5400\
12228 vr5500:mipsIV,vr5500:32,64,f:mips5500"
12229 sim_multi_default=mips5000
12230 ;;
cc220243 12231 mips*-sde-elf* | mips*-mti-elf*)
8e394ffc
AB
12232 sim_gen=MULTI
12233 sim_multi_configs="\
12234 micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
12235 mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
12236 sim_multi_default=mipsisa64r2
109ad085 12237 ;;
c906108c
SS
12238 mips64*-*-*) sim_igen_filter="32,64,f"
12239 sim_gen=IGEN
12240 ;;
12241 mips16*-*-*) sim_gen=M16
12242 sim_igen_filter="32,64,f"
12243 sim_m16_filter="16"
12244 ;;
8e394ffc
AB
12245 mipsisa32r2*-*-*) sim_gen=MULTI
12246 sim_multi_configs="\
12247 micromips:micromips32,micromipsdsp:32,f:mips_micromips\
12248 mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
12249 sim_multi_default=mipsisa32r2
e70cb6cd 12250 ;;
d5fb0879
RS
12251 mipsisa32*-*-*) sim_gen=M16
12252 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
12253 sim_m16_machine="-M mips16,mips16e,mips32"
12254 sim_igen_filter="32,f"
12255 sim_mach_default="mipsisa32"
1e799e28 12256 ;;
d5fb0879
RS
12257 mipsisa64r2*-*-*) sim_gen=M16
12258 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
12259 sim_m16_machine="-M mips16,mips16e,mips64r2"
12260 sim_igen_filter="32,64,f"
12261 sim_mach_default="mipsisa64r2"
e70cb6cd 12262 ;;
7cbea089 12263 mipsisa64sb1*-*-*) sim_gen=IGEN
109ad085 12264 sim_igen_machine="-M mips64,mips3d,sb1"
7cbea089 12265 sim_igen_filter="32,64,f"
4c54fc26 12266 sim_mach_default="mips_sb1"
7cbea089 12267 ;;
d5fb0879
RS
12268 mipsisa64*-*-*) sim_gen=M16
12269 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
12270 sim_m16_machine="-M mips16,mips16e,mips64"
12271 sim_igen_filter="32,64,f"
12272 sim_mach_default="mipsisa64"
1e799e28 12273 ;;
109ad085 12274 mips*lsi*) sim_gen=M16
c906108c
SS
12275 sim_igen_machine="-M mipsIII,mips16"
12276 sim_m16_machine="-M mips16,mipsIII"
12277 sim_igen_filter="32,f"
12278 sim_m16_filter="16"
4c54fc26 12279 sim_mach_default="mips4000"
109ad085 12280 ;;
c906108c
SS
12281 mips*-*-*) sim_gen=IGEN
12282 sim_igen_filter="32,f"
12283 ;;
12284esac
4c54fc26
CD
12285
12286# The MULTI generator can combine several simulation engines into one.
12287# executable. A configuration which uses the MULTI should set two
12288# variables: ${sim_multi_configs} and ${sim_multi_default}.
12289#
12290# ${sim_multi_configs} is the list of engines to build. Each
12291# space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
12292# where:
12293#
12294# - NAME is a C-compatible prefix for the engine,
12295# - MACHINE is a -M argument,
12296# - FILTER is a -F argument, and
12297# - BFDMACHS is a comma-separated list of bfd machines that the
12298# simulator can run.
12299#
12300# Each entry will have a separate simulation engine whose prefix is
12301# m32<NAME>. If the machine list includes "mips16", there will also
12302# be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
12303# generated using the same machine list as the 32-bit version,
12304# but the filter will be "16" instead of FILTER.
12305#
12306# The simulator compares the bfd mach against BFDMACHS to decide
12307# which engine to use. Entries in BFDMACHS should be bfd_mach
12308# values with "bfd_mach_" removed. ${sim_multi_default} says
12309# which entry should be the default.
12310if test ${sim_gen} = MULTI; then
12311
12312 # Simple sanity check.
12313 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
d0ac1c44 12314 as_fn_error $? "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
4c54fc26
CD
12315 fi
12316
12317 # Start in a known state.
12318 rm -f multi-include.h multi-run.c
12319 sim_multi_flags=
12320 sim_multi_src=
8e394ffc 12321 sim_multi_obj=
4c54fc26
CD
12322 sim_multi_igen_configs=
12323 sim_seen_default=no
12324
12325 cat << __EOF__ > multi-run.c
12326/* Main entry point for MULTI simulators.
46f900c0 12327 Copyright (C) 2003-2021 Free Software Foundation, Inc.
4c54fc26
CD
12328
12329 This program is free software; you can redistribute it and/or modify
12330 it under the terms of the GNU General Public License as published by
35ee6e1e 12331 the Free Software Foundation; either version 3 of the License, or
4c54fc26
CD
12332 (at your option) any later version.
12333
12334 This program is distributed in the hope that it will be useful,
12335 but WITHOUT ANY WARRANTY; without even the implied warranty of
12336 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12337 GNU General Public License for more details.
12338
12339 You should have received a copy of the GNU General Public License
35ee6e1e 12340 along with this program. If not, see <http://www.gnu.org/licenses/>.
4c54fc26
CD
12341
12342 --
12343
12344 This file was generated by sim/mips/configure. */
12345
12346#include "sim-main.h"
12347#include "multi-include.h"
8e394ffc
AB
12348#include "elf-bfd.h"
12349#include "elf/mips.h"
4c54fc26
CD
12350
12351#define SD sd
12352#define CPU cpu
12353
12354void
12355sim_engine_run (SIM_DESC sd,
12356 int next_cpu_nr,
12357 int nr_cpus,
12358 int signal) /* ignore */
12359{
12360 int mach;
12361
12362 if (STATE_ARCHITECTURE (sd) == NULL)
12363 mach = bfd_mach_${sim_multi_default};
1554f758 12364 else if (elf_elfheader (STATE_PROG_BFD (sd))->e_flags
8e394ffc
AB
12365 & EF_MIPS_ARCH_ASE_MICROMIPS)
12366 mach = bfd_mach_mips_micromips;
4c54fc26
CD
12367 else
12368 mach = STATE_ARCHITECTURE (SD)->mach;
12369
12370 switch (mach)
12371 {
12372__EOF__
12373
12374 for fc in ${sim_multi_configs}; do
12375
12376 # Split up the entry. ${c} contains the first three elements.
12377 # Note: outer sqaure brackets are m4 quotes.
12378 c=`echo ${fc} | sed 's/:[^:]*$//'`
12379 bfdmachs=`echo ${fc} | sed 's/.*://'`
12380 name=`echo ${c} | sed 's/:.*//'`
12381 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
12382 filter=`echo ${c} | sed 's/.*://'`
12383
12384 # Build the following lists:
12385 #
12386 # sim_multi_flags: all -M and -F flags used by the simulator
12387 # sim_multi_src: all makefile-generated source files
12388 # sim_multi_obj: the objects for ${sim_multi_src}
12389 # sim_multi_igen_configs: igen configuration strings.
12390 #
12391 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
12392 # or m16) followed by the NAME, MACHINE and FILTER part of
12393 # the ${sim_multi_configs} entry.
12394 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
12395
8e394ffc 12396 # Check whether special handling is needed.
4c54fc26
CD
12397 case ${c} in
12398 *:*mips16*:*)
12399 # Run igen twice, once for normal mode and once for mips16.
12400 ws="m32 m16"
12401
12402 # The top-level function for the mips16 simulator is
12403 # in a file m16${name}_run.c, generated by the
12404 # tmp-run-multi Makefile rule.
12405 sim_multi_src="${sim_multi_src} m16${name}_run.c"
12406 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
12407 sim_multi_flags="${sim_multi_flags} -F 16"
12408 ;;
8e394ffc
AB
12409 *:*micromips32*:*)
12410 # Run igen thrice, once for micromips32, once for micromips16,
12411 # and once for m32.
12412 ws="micromips_m32 micromips16 micromips32"
12413
12414 # The top-level function for the micromips simulator is
12415 # in a file micromips${name}_run.c, generated by the
12416 # tmp-run-multi Makefile rule.
12417 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
12418 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
12419 sim_multi_flags="${sim_multi_flags} -F 16,32"
12420 ;;
12421 *:*micromips64*:*)
12422 # Run igen thrice, once for micromips64, once for micromips16,
12423 # and once for m64.
12424 ws="micromips_m64 micromips16 micromips64"
12425
12426 # The top-level function for the micromips simulator is
12427 # in a file micromips${name}_run.c, generated by the
12428 # tmp-run-multi Makefile rule.
12429 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
12430 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
12431 sim_multi_flags="${sim_multi_flags} -F 16,32,64"
12432 ;;
4c54fc26
CD
12433 *)
12434 ws=m32
12435 ;;
12436 esac
12437
12438 # Now add the list of igen-generated files to ${sim_multi_src}
12439 # and ${sim_multi_obj}.
12440 for w in ${ws}; do
12441 for base in engine icache idecode model semantics support; do
12442 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
12443 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
12444 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
12445 done
12446 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
12447 done
12448
12449 # Add an include for the engine.h file. This file declares the
12450 # top-level foo_engine_run() function.
12451 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
12452
12453 # Add case statements for this engine to sim_engine_run().
12454 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
12455 echo " case bfd_mach_${mach}:" >> multi-run.c
12456 if test ${mach} = ${sim_multi_default}; then
12457 echo " default:" >> multi-run.c
12458 sim_seen_default=yes
12459 fi
12460 done
12461 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
12462 >> multi-run.c
12463 echo " break;" >> multi-run.c
12464 done
12465
12466 # Check whether we added a 'default:' label.
12467 if test ${sim_seen_default} = no; then
d0ac1c44 12468 as_fn_error $? "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
4c54fc26
CD
12469 fi
12470
12471 cat << __EOF__ >> multi-run.c
12472 }
12473}
12474
12475int
12476mips_mach_multi (SIM_DESC sd)
12477{
12478 if (STATE_ARCHITECTURE (sd) == NULL)
12479 return bfd_mach_${sim_multi_default};
12480
12481 switch (STATE_ARCHITECTURE (SD)->mach)
12482 {
12483__EOF__
12484
12485 # Add case statements for this engine to mips_mach_multi().
12486 for fc in ${sim_multi_configs}; do
12487
12488 # Split up the entry. ${c} contains the first three elements.
12489 # Note: outer sqaure brackets are m4 quotes.
12490 c=`echo ${fc} | sed 's/:[^:]*$//'`
12491 bfdmachs=`echo ${fc} | sed 's/.*://'`
12492
12493 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
12494 echo " case bfd_mach_${mach}:" >> multi-run.c
12495 done
12496 done
12497
12498 cat << __EOF__ >> multi-run.c
12499 return (STATE_ARCHITECTURE (SD)->mach);
12500 default:
12501 return bfd_mach_${sim_multi_default};
12502 }
12503}
12504__EOF__
12505
12506 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
12507else
12508 # For clean-extra
12509 sim_multi_src=doesnt-exist.c
12510
12511 if test x"${sim_mach_default}" = x""; then
d0ac1c44 12512 as_fn_error $? "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
4c54fc26
CD
12513 fi
12514 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
12515fi
c906108c
SS
12516sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
12517sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
8e394ffc
AB
12518sim_micromips16_flags=" -F ${sim_micromips16_filter} ${sim_micromips16_machine} ${sim_igen_smp}"
12519sim_micromips_flags=" -F ${sim_micromips_filter} ${sim_micromips_machine} ${sim_igen_smp}"
c906108c
SS
12520
12521
12522
12523
12524
4c54fc26
CD
12525
12526
12527
12528
c906108c
SS
12529#
12530# Add simulated hardware devices
12531#
12532hw_enabled=no
12533case "${target}" in
12534 mips*tx39*)
12535 hw_enabled=yes
b7026657 12536 hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
c906108c
SS
12537 ;;
12538 *)
c906108c
SS
12539 ;;
12540esac
12541
c906108c 12542if test "$hw_devices"; then
6ffe910a 12543 hardware="$hw_devices"
c906108c 12544else
6ffe910a 12545 hardware="cfi core pal glue"
c906108c 12546fi
6ffe910a 12547hardware="$hardware $hw_extra_devices"
1517bd27 12548
c906108c
SS
12549sim_hw_cflags="-DWITH_HW=1"
12550sim_hw="$hardware"
12551sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 12552
81ecdfbb
RW
12553# Check whether --enable-sim-hardware was given.
12554if test "${enable_sim_hardware+set}" = set; then :
12555 enableval=$enable_sim_hardware;
30452bbe
MF
12556else
12557 enable_sim_hardware="$hw_enabled"
1517bd27
MF
12558fi
12559
12560case ${enable_sim_hardware} in
64dd13df
MF
12561 yes|no) ;;
12562 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
12563 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
12564 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c906108c 12565esac
1517bd27 12566
64dd13df 12567if test "$enable_sim_hardware" = no; then
c906108c
SS
12568 sim_hw_objs=
12569 sim_hw_cflags="-DWITH_HW=0"
12570 sim_hw=
12571else
12572 sim_hw_cflags="-DWITH_HW=1"
12573 # remove duplicates
12574 sim_hw=""
12575 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
b3a3ffef
HPN
12576 for i in $hardware ; do
12577 case " $sim_hw " in
c906108c
SS
12578 *" $i "*) ;;
12579 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
12580 esac
12581 done
3be31516 12582 # mingw does not support sockser
3be31516
JS
12583 case ${host} in
12584 *mingw*) ;;
49cd1634
MF
12585 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
12586 # that you instatiate. Instead, other code will call into it directly.
12587 # At some point, we should convert it over.
12588 sim_hw_objs="$sim_hw_objs dv-sockser.o"
3be31516
JS
12589
12590cat >>confdefs.h <<_ACEOF
12591#define HAVE_DV_SOCKSER 1
12592_ACEOF
12593
12594 ;;
12595 esac
1517bd27
MF
12596 if test x"$silent" != x"yes"; then
12597 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
3be31516 12598 fi
1517bd27
MF
12599 case " $hardware " in
12600 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 12601$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 12602if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
12603 $as_echo_n "(cached) " >&6
12604else
12605 ac_check_lib_save_LIBS=$LIBS
12606LIBS="-lm $LIBS"
12607cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12608/* end confdefs.h. */
12609
12610/* Override any GCC internal prototype to avoid an error.
12611 Use char because int might match the return type of a GCC
12612 builtin and then its argument prototype would still apply. */
12613#ifdef __cplusplus
12614extern "C"
12615#endif
12616char log2 ();
12617int
12618main ()
12619{
12620return log2 ();
12621 ;
12622 return 0;
12623}
12624_ACEOF
12625if ac_fn_c_try_link "$LINENO"; then :
12626 ac_cv_lib_m_log2=yes
12627else
12628 ac_cv_lib_m_log2=no
12629fi
12630rm -f core conftest.err conftest.$ac_objext \
12631 conftest$ac_exeext conftest.$ac_ext
12632LIBS=$ac_check_lib_save_LIBS
12633fi
12634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
12635$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 12636if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
12637 cat >>confdefs.h <<_ACEOF
12638#define HAVE_LIBM 1
12639_ACEOF
12640
12641 LIBS="-lm $LIBS"
12642
12643fi
12644;;
1517bd27
MF
12645 esac
12646fi
4399a56b 12647
c906108c 12648
c906108c
SS
12649
12650# Choose simulator engine
12651case "${target}" in
12652 *) mips_igen_engine="engine.o"
12653 ;;
12654esac
12655
12656
12657
81ecdfbb
RW
12658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
12659$as_echo_n "checking for X... " >&6; }
b7026657 12660
c906108c 12661
81ecdfbb
RW
12662# Check whether --with-x was given.
12663if test "${with_x+set}" = set; then :
12664 withval=$with_x;
12665fi
c906108c
SS
12666
12667# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
12668if test "x$with_x" = xno; then
12669 # The user explicitly disabled X.
12670 have_x=disabled
12671else
81ecdfbb 12672 case $x_includes,$x_libraries in #(
d0ac1c44
SM
12673 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
12674 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
81ecdfbb 12675 $as_echo_n "(cached) " >&6
c906108c
SS
12676else
12677 # One or both of the vars are not set, and there is no cached value.
b7026657 12678ac_x_includes=no ac_x_libraries=no
81ecdfbb 12679rm -f -r conftest.dir
b7026657
AC
12680if mkdir conftest.dir; then
12681 cd conftest.dir
b7026657 12682 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
12683incroot:
12684 @echo incroot='${INCROOT}'
12685usrlibdir:
12686 @echo usrlibdir='${USRLIBDIR}'
12687libdir:
12688 @echo libdir='${LIBDIR}'
12689_ACEOF
12690 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
d0ac1c44 12691 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
12692 for ac_var in incroot usrlibdir libdir; do
12693 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
12694 done
c906108c 12695 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
12696 for ac_extension in a so sl dylib la dll; do
12697 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
12698 test -f "$ac_im_libdir/libX11.$ac_extension"; then
b7026657 12699 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
12700 fi
12701 done
12702 # Screen out bogus values from the imake configuration. They are
12703 # bogus both because they are the default anyway, and because
12704 # using them would break gcc on systems where it needs fixed includes.
b7026657 12705 case $ac_im_incroot in
81ecdfbb 12706 /usr/include) ac_x_includes= ;;
b7026657 12707 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 12708 esac
b7026657 12709 case $ac_im_usrlibdir in
81ecdfbb 12710 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
b7026657 12711 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
12712 esac
12713 fi
12714 cd ..
81ecdfbb 12715 rm -f -r conftest.dir
c906108c
SS
12716fi
12717
b7026657
AC
12718# Standard set of common directories for X headers.
12719# Check X11 before X11Rn because it is often a symlink to the current release.
12720ac_x_header_dirs='
12721/usr/X11/include
81ecdfbb 12722/usr/X11R7/include
b7026657
AC
12723/usr/X11R6/include
12724/usr/X11R5/include
12725/usr/X11R4/include
12726
12727/usr/include/X11
81ecdfbb 12728/usr/include/X11R7
b7026657
AC
12729/usr/include/X11R6
12730/usr/include/X11R5
12731/usr/include/X11R4
12732
12733/usr/local/X11/include
81ecdfbb 12734/usr/local/X11R7/include
b7026657
AC
12735/usr/local/X11R6/include
12736/usr/local/X11R5/include
12737/usr/local/X11R4/include
12738
12739/usr/local/include/X11
81ecdfbb 12740/usr/local/include/X11R7
b7026657
AC
12741/usr/local/include/X11R6
12742/usr/local/include/X11R5
12743/usr/local/include/X11R4
12744
12745/usr/X386/include
12746/usr/x386/include
12747/usr/XFree86/include/X11
12748
12749/usr/include
12750/usr/local/include
12751/usr/unsupported/include
12752/usr/athena/include
12753/usr/local/x11r5/include
12754/usr/lpp/Xamples/include
12755
12756/usr/openwin/include
12757/usr/openwin/share/include'
12758
12759if test "$ac_x_includes" = no; then
81ecdfbb 12760 # Guess where to find include files, by looking for Xlib.h.
c906108c 12761 # First, try using that file with no special directory specified.
81ecdfbb 12762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12763/* end confdefs.h. */
81ecdfbb 12764#include <X11/Xlib.h>
b7026657 12765_ACEOF
81ecdfbb 12766if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
12767 # We can compile using X headers with no special include directory.
12768ac_x_includes=
12769else
b7026657 12770 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 12771 if test -r "$ac_dir/X11/Xlib.h"; then
b7026657
AC
12772 ac_x_includes=$ac_dir
12773 break
12774 fi
12775done
c906108c 12776fi
d0ac1c44 12777rm -f conftest.err conftest.i conftest.$ac_ext
b7026657 12778fi # $ac_x_includes = no
c906108c 12779
b7026657 12780if test "$ac_x_libraries" = no; then
c906108c 12781 # Check for the libraries.
c906108c
SS
12782 # See if we find them without any special options.
12783 # Don't add to $LIBS permanently.
b7026657 12784 ac_save_LIBS=$LIBS
81ecdfbb
RW
12785 LIBS="-lX11 $LIBS"
12786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12787/* end confdefs.h. */
81ecdfbb 12788#include <X11/Xlib.h>
b7026657
AC
12789int
12790main ()
12791{
81ecdfbb 12792XrmInitialize ()
b7026657
AC
12793 ;
12794 return 0;
12795}
12796_ACEOF
81ecdfbb 12797if ac_fn_c_try_link "$LINENO"; then :
b7026657 12798 LIBS=$ac_save_LIBS
c906108c
SS
12799# We can link X programs with no special library path.
12800ac_x_libraries=
12801else
81ecdfbb
RW
12802 LIBS=$ac_save_LIBS
12803for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
b7026657 12804do
81ecdfbb
RW
12805 # Don't even attempt the hair of trying to link an X program!
12806 for ac_extension in a so sl dylib la dll; do
12807 if test -r "$ac_dir/libX11.$ac_extension"; then
12808 ac_x_libraries=$ac_dir
12809 break 2
12810 fi
12811 done
12812done
b7026657 12813fi
81ecdfbb
RW
12814rm -f core conftest.err conftest.$ac_objext \
12815 conftest$ac_exeext conftest.$ac_ext
12816fi # $ac_x_libraries = no
b7026657 12817
81ecdfbb
RW
12818case $ac_x_includes,$ac_x_libraries in #(
12819 no,* | *,no | *\'*)
12820 # Didn't find X, or a directory has "'" in its name.
12821 ac_cv_have_x="have_x=no";; #(
12822 *)
12823 # Record where we found X for the cache.
12824 ac_cv_have_x="have_x=yes\
12825 ac_x_includes='$ac_x_includes'\
12826 ac_x_libraries='$ac_x_libraries'"
12827esac
b7026657 12828fi
81ecdfbb
RW
12829;; #(
12830 *) have_x=yes;;
12831 esac
12832 eval "$ac_cv_have_x"
12833fi # $with_x != no
b7026657 12834
81ecdfbb
RW
12835if test "$have_x" != yes; then
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
12837$as_echo "$have_x" >&6; }
12838 no_x=yes
b7026657 12839else
81ecdfbb
RW
12840 # If each of the values was on the command line, it overrides each guess.
12841 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
12842 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
12843 # Update the cache value to reflect the command line values.
12844 ac_cv_have_x="have_x=yes\
12845 ac_x_includes='$x_includes'\
12846 ac_x_libraries='$x_libraries'"
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
12848$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
b7026657 12849fi
b7026657 12850
81ecdfbb
RW
12851mips_extra_libs=""
12852
12853
81ecdfbb
RW
12854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
12855$as_echo_n "checking for fabs in -lm... " >&6; }
d0ac1c44 12856if ${ac_cv_lib_m_fabs+:} false; then :
81ecdfbb 12857 $as_echo_n "(cached) " >&6
b7026657
AC
12858else
12859 ac_check_lib_save_LIBS=$LIBS
12860LIBS="-lm $LIBS"
81ecdfbb 12861cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12862/* end confdefs.h. */
12863
81ecdfbb
RW
12864/* Override any GCC internal prototype to avoid an error.
12865 Use char because int might match the return type of a GCC
12866 builtin and then its argument prototype would still apply. */
b7026657
AC
12867#ifdef __cplusplus
12868extern "C"
12869#endif
b7026657
AC
12870char fabs ();
12871int
12872main ()
12873{
81ecdfbb 12874return fabs ();
b7026657
AC
12875 ;
12876 return 0;
12877}
12878_ACEOF
81ecdfbb 12879if ac_fn_c_try_link "$LINENO"; then :
b7026657
AC
12880 ac_cv_lib_m_fabs=yes
12881else
81ecdfbb 12882 ac_cv_lib_m_fabs=no
b7026657 12883fi
81ecdfbb
RW
12884rm -f core conftest.err conftest.$ac_objext \
12885 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12886LIBS=$ac_check_lib_save_LIBS
12887fi
81ecdfbb
RW
12888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
12889$as_echo "$ac_cv_lib_m_fabs" >&6; }
d0ac1c44 12890if test "x$ac_cv_lib_m_fabs" = xyes; then :
b7026657
AC
12891 cat >>confdefs.h <<_ACEOF
12892#define HAVE_LIBM 1
12893_ACEOF
12894
12895 LIBS="-lm $LIBS"
12896
12897fi
12898
b7026657 12899for ac_func in aint anint sqrt
81ecdfbb
RW
12900do :
12901 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12902ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 12903if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
b7026657 12904 cat >>confdefs.h <<_ACEOF
81ecdfbb 12905#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
b7026657
AC
12906_ACEOF
12907
12908fi
12909done
12910
12911
12912
b7026657
AC
12913cgen_breaks=""
12914if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12915cgen_breaks="break cgen_rtx_error";
12916fi
12917
81ecdfbb 12918ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 12919
81ecdfbb 12920ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 12921
81ecdfbb 12922ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 12923
81ecdfbb 12924ac_config_commands="$ac_config_commands Makefile"
38f48d72 12925
81ecdfbb 12926ac_config_commands="$ac_config_commands stamp-h"
38f48d72 12927
b7026657
AC
12928cat >confcache <<\_ACEOF
12929# This file is a shell script that caches the results of configure
12930# tests run on this system so they can be shared between configure
12931# scripts and configure runs, see configure's option --config-cache.
12932# It is not useful on other systems. If it contains results you don't
12933# want to keep, you may remove or edit it.
12934#
12935# config.status only pays attention to the cache file if you give it
12936# the --recheck option to rerun configure.
12937#
12938# `ac_cv_env_foo' variables (set or unset) will be overridden when
12939# loading this file, other *unset* `ac_cv_foo' will be assigned the
12940# following values.
12941
12942_ACEOF
12943
12944# The following way of writing the cache mishandles newlines in values,
12945# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12946# So, we kill variables containing newlines.
b7026657
AC
12947# Ultrix sh set writes to stderr and can't be redirected directly,
12948# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12949(
12950 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12951 eval ac_val=\$$ac_var
12952 case $ac_val in #(
12953 *${as_nl}*)
12954 case $ac_var in #(
12955 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12956$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12957 esac
12958 case $ac_var in #(
12959 _ | IFS | as_nl) ;; #(
12960 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12961 *) { eval $ac_var=; unset $ac_var;} ;;
12962 esac ;;
12963 esac
12964 done
12965
b7026657 12966 (set) 2>&1 |
81ecdfbb
RW
12967 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12968 *${as_nl}ac_space=\ *)
12969 # `set' does not quote correctly, so add quotes: double-quote
12970 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
12971 sed -n \
12972 "s/'/'\\\\''/g;
12973 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12974 ;; #(
b7026657
AC
12975 *)
12976 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12977 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 12978 ;;
81ecdfbb
RW
12979 esac |
12980 sort
12981) |
b7026657 12982 sed '
81ecdfbb 12983 /^ac_cv_env_/b end
b7026657 12984 t clear
81ecdfbb 12985 :clear
b7026657
AC
12986 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12987 t end
81ecdfbb
RW
12988 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12989 :end' >>confcache
12990if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12991 if test -w "$cache_file"; then
d0ac1c44 12992 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12994$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12995 if test ! -f "$cache_file" || test -h "$cache_file"; then
12996 cat confcache >"$cache_file"
12997 else
12998 case $cache_file in #(
12999 */* | ?:*)
13000 mv -f confcache "$cache_file"$$ &&
13001 mv -f "$cache_file"$$ "$cache_file" ;; #(
13002 *)
13003 mv -f confcache "$cache_file" ;;
13004 esac
13005 fi
13006 fi
b7026657 13007 else
81ecdfbb
RW
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13009$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13010 fi
13011fi
13012rm -f confcache
13013
13014test "x$prefix" = xNONE && prefix=$ac_default_prefix
13015# Let make expand exec_prefix.
13016test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13017
b7026657
AC
13018DEFS=-DHAVE_CONFIG_H
13019
13020ac_libobjs=
13021ac_ltlibobjs=
d0ac1c44 13022U=
b7026657
AC
13023for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13024 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13025 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13026 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13027 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13028 # will be set to the directory where LIBOBJS objects are built.
13029 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13030 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13031done
13032LIBOBJS=$ac_libobjs
13033
13034LTLIBOBJS=$ac_ltlibobjs
13035
13036
0cb8d851 13037
db2e4d67 13038if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 13039 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
13040Usually this means the macro was only invoked conditionally." "$LINENO" 5
13041fi
6bb11ab3 13042if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 13043 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
13044Usually this means the macro was only invoked conditionally." "$LINENO" 5
13045fi
31e6ad7d 13046if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 13047 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
13048Usually this means the macro was only invoked conditionally." "$LINENO" 5
13049fi
b7026657 13050
d0ac1c44 13051: "${CONFIG_STATUS=./config.status}"
81ecdfbb 13052ac_write_fail=0
b7026657
AC
13053ac_clean_files_save=$ac_clean_files
13054ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13055{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13056$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13057as_write_fail=0
13058cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13059#! $SHELL
13060# Generated by $as_me.
13061# Run this file to recreate the current configuration.
13062# Compiler output produced by configure, useful for debugging
13063# configure, is in config.log if it exists.
c906108c 13064
b7026657
AC
13065debug=false
13066ac_cs_recheck=false
13067ac_cs_silent=false
b7026657 13068
81ecdfbb
RW
13069SHELL=\${CONFIG_SHELL-$SHELL}
13070export SHELL
13071_ASEOF
13072cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13073## -------------------- ##
13074## M4sh Initialization. ##
13075## -------------------- ##
13076
13077# Be more Bourne compatible
13078DUALCASE=1; export DUALCASE # for MKS sh
13079if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13080 emulate sh
13081 NULLCMD=:
81ecdfbb 13082 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13083 # is contrary to our usage. Disable this feature.
13084 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13085 setopt NO_GLOB_SUBST
13086else
13087 case `(set -o) 2>/dev/null` in #(
13088 *posix*) :
13089 set -o posix ;; #(
13090 *) :
13091 ;;
13092esac
c906108c 13093fi
b7026657 13094
81ecdfbb
RW
13095
13096as_nl='
13097'
13098export as_nl
13099# Printing a long string crashes Solaris 7 /usr/bin/printf.
13100as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13101as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13102as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13103# Prefer a ksh shell builtin over an external printf program on Solaris,
13104# but without wasting forks for bash or zsh.
13105if test -z "$BASH_VERSION$ZSH_VERSION" \
13106 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13107 as_echo='print -r --'
13108 as_echo_n='print -rn --'
13109elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13110 as_echo='printf %s\n'
13111 as_echo_n='printf %s'
13112else
13113 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13114 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13115 as_echo_n='/usr/ucb/echo -n'
13116 else
13117 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13118 as_echo_n_body='eval
13119 arg=$1;
13120 case $arg in #(
13121 *"$as_nl"*)
13122 expr "X$arg" : "X\\(.*\\)$as_nl";
13123 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13124 esac;
13125 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13126 '
13127 export as_echo_n_body
13128 as_echo_n='sh -c $as_echo_n_body as_echo'
13129 fi
13130 export as_echo_body
13131 as_echo='sh -c $as_echo_body as_echo'
c906108c 13132fi
b7026657 13133
81ecdfbb
RW
13134# The user is always right.
13135if test "${PATH_SEPARATOR+set}" != set; then
13136 PATH_SEPARATOR=:
13137 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13138 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13139 PATH_SEPARATOR=';'
13140 }
13141fi
13142
13143
13144# IFS
13145# We need space, tab and new line, in precisely that order. Quoting is
13146# there to prevent editors from complaining about space-tab.
13147# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13148# splitting by setting IFS to empty value.)
13149IFS=" "" $as_nl"
13150
13151# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 13152as_myself=
81ecdfbb
RW
13153case $0 in #((
13154 *[\\/]* ) as_myself=$0 ;;
13155 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13156for as_dir in $PATH
13157do
13158 IFS=$as_save_IFS
13159 test -z "$as_dir" && as_dir=.
13160 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13161 done
13162IFS=$as_save_IFS
b7026657 13163
81ecdfbb
RW
13164 ;;
13165esac
13166# We did not find ourselves, most probably we were run as `sh COMMAND'
13167# in which case we are not to be found in the path.
13168if test "x$as_myself" = x; then
13169 as_myself=$0
13170fi
13171if test ! -f "$as_myself"; then
13172 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13173 exit 1
13174fi
13175
13176# Unset variables that we do not need and which cause bugs (e.g. in
13177# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13178# suppresses any "Segmentation fault" message there. '((' could
13179# trigger a bug in pdksh 5.2.14.
13180for as_var in BASH_ENV ENV MAIL MAILPATH
13181do eval test x\${$as_var+set} = xset \
13182 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13183done
b7026657
AC
13184PS1='$ '
13185PS2='> '
13186PS4='+ '
13187
13188# NLS nuisances.
81ecdfbb
RW
13189LC_ALL=C
13190export LC_ALL
13191LANGUAGE=C
13192export LANGUAGE
13193
13194# CDPATH.
13195(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13196
13197
d0ac1c44
SM
13198# as_fn_error STATUS ERROR [LINENO LOG_FD]
13199# ----------------------------------------
81ecdfbb
RW
13200# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13201# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 13202# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
13203as_fn_error ()
13204{
d0ac1c44
SM
13205 as_status=$1; test $as_status -eq 0 && as_status=1
13206 if test "$4"; then
13207 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13208 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 13209 fi
d0ac1c44 13210 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
13211 as_fn_exit $as_status
13212} # as_fn_error
13213
13214
13215# as_fn_set_status STATUS
13216# -----------------------
13217# Set $? to STATUS, without forking.
13218as_fn_set_status ()
13219{
13220 return $1
13221} # as_fn_set_status
13222
13223# as_fn_exit STATUS
13224# -----------------
13225# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13226as_fn_exit ()
13227{
13228 set +e
13229 as_fn_set_status $1
13230 exit $1
13231} # as_fn_exit
13232
13233# as_fn_unset VAR
13234# ---------------
13235# Portably unset VAR.
13236as_fn_unset ()
13237{
13238 { eval $1=; unset $1;}
13239}
13240as_unset=as_fn_unset
13241# as_fn_append VAR VALUE
13242# ----------------------
13243# Append the text in VALUE to the end of the definition contained in VAR. Take
13244# advantage of any shell optimizations that allow amortized linear growth over
13245# repeated appends, instead of the typical quadratic growth present in naive
13246# implementations.
13247if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13248 eval 'as_fn_append ()
13249 {
13250 eval $1+=\$2
13251 }'
13252else
13253 as_fn_append ()
13254 {
13255 eval $1=\$$1\$2
13256 }
13257fi # as_fn_append
c906108c 13258
81ecdfbb
RW
13259# as_fn_arith ARG...
13260# ------------------
13261# Perform arithmetic evaluation on the ARGs, and store the result in the
13262# global $as_val. Take advantage of shells that can avoid forks. The arguments
13263# must be portable across $(()) and expr.
13264if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13265 eval 'as_fn_arith ()
13266 {
13267 as_val=$(( $* ))
13268 }'
13269else
13270 as_fn_arith ()
13271 {
13272 as_val=`expr "$@" || test $? -eq 1`
13273 }
13274fi # as_fn_arith
13275
13276
13277if expr a : '\(a\)' >/dev/null 2>&1 &&
13278 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13279 as_expr=expr
c906108c 13280else
b7026657 13281 as_expr=false
c906108c 13282fi
c906108c 13283
81ecdfbb 13284if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13285 as_basename=basename
13286else
13287 as_basename=false
c906108c 13288fi
c906108c 13289
81ecdfbb
RW
13290if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13291 as_dirname=dirname
13292else
13293 as_dirname=false
13294fi
c906108c 13295
81ecdfbb 13296as_me=`$as_basename -- "$0" ||
b7026657
AC
13297$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13298 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13299 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13300$as_echo X/"$0" |
13301 sed '/^.*\/\([^/][^/]*\)\/*$/{
13302 s//\1/
13303 q
13304 }
13305 /^X\/\(\/\/\)$/{
13306 s//\1/
13307 q
13308 }
13309 /^X\/\(\/\).*/{
13310 s//\1/
13311 q
13312 }
13313 s/.*/./; q'`
b7026657 13314
b7026657
AC
13315# Avoid depending upon Character Ranges.
13316as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13317as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13318as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13319as_cr_digits='0123456789'
13320as_cr_alnum=$as_cr_Letters$as_cr_digits
13321
81ecdfbb
RW
13322ECHO_C= ECHO_N= ECHO_T=
13323case `echo -n x` in #(((((
13324-n*)
13325 case `echo 'xy\c'` in
13326 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13327 xy) ECHO_C='\c';;
13328 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13329 ECHO_T=' ';;
13330 esac;;
13331*)
13332 ECHO_N='-n';;
b7026657 13333esac
c906108c 13334
81ecdfbb
RW
13335rm -f conf$$ conf$$.exe conf$$.file
13336if test -d conf$$.dir; then
13337 rm -f conf$$.dir/conf$$.file
c906108c 13338else
81ecdfbb
RW
13339 rm -f conf$$.dir
13340 mkdir conf$$.dir 2>/dev/null
c906108c 13341fi
81ecdfbb
RW
13342if (echo >conf$$.file) 2>/dev/null; then
13343 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13344 as_ln_s='ln -s'
81ecdfbb
RW
13345 # ... but there are two gotchas:
13346 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13347 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 13348 # In both cases, we have to default to `cp -pR'.
81ecdfbb 13349 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 13350 as_ln_s='cp -pR'
81ecdfbb
RW
13351 elif ln conf$$.file conf$$ 2>/dev/null; then
13352 as_ln_s=ln
13353 else
d0ac1c44 13354 as_ln_s='cp -pR'
b7026657 13355 fi
b7026657 13356else
d0ac1c44 13357 as_ln_s='cp -pR'
c906108c 13358fi
81ecdfbb
RW
13359rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13360rmdir conf$$.dir 2>/dev/null
13361
13362
13363# as_fn_mkdir_p
13364# -------------
13365# Create "$as_dir" as a directory, including parents if necessary.
13366as_fn_mkdir_p ()
13367{
13368
13369 case $as_dir in #(
13370 -*) as_dir=./$as_dir;;
13371 esac
13372 test -d "$as_dir" || eval $as_mkdir_p || {
13373 as_dirs=
13374 while :; do
13375 case $as_dir in #(
13376 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13377 *) as_qdir=$as_dir;;
13378 esac
13379 as_dirs="'$as_qdir' $as_dirs"
13380 as_dir=`$as_dirname -- "$as_dir" ||
13381$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13382 X"$as_dir" : 'X\(//\)[^/]' \| \
13383 X"$as_dir" : 'X\(//\)$' \| \
13384 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13385$as_echo X"$as_dir" |
13386 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13387 s//\1/
13388 q
13389 }
13390 /^X\(\/\/\)[^/].*/{
13391 s//\1/
13392 q
13393 }
13394 /^X\(\/\/\)$/{
13395 s//\1/
13396 q
13397 }
13398 /^X\(\/\).*/{
13399 s//\1/
13400 q
13401 }
13402 s/.*/./; q'`
13403 test -d "$as_dir" && break
13404 done
13405 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 13406 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 13407
c906108c 13408
81ecdfbb 13409} # as_fn_mkdir_p
b7026657 13410if mkdir -p . 2>/dev/null; then
81ecdfbb 13411 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 13412else
b7026657
AC
13413 test -d ./-p && rmdir ./-p
13414 as_mkdir_p=false
c906108c 13415fi
c906108c 13416
d0ac1c44
SM
13417
13418# as_fn_executable_p FILE
13419# -----------------------
13420# Test if FILE is an executable regular file.
13421as_fn_executable_p ()
13422{
13423 test -f "$1" && test -x "$1"
13424} # as_fn_executable_p
13425as_test_x='test -x'
13426as_executable_p=as_fn_executable_p
c906108c 13427
b7026657
AC
13428# Sed expression to map a string onto a valid CPP name.
13429as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13430
b7026657
AC
13431# Sed expression to map a string onto a valid variable name.
13432as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13433
b7026657 13434
b7026657 13435exec 6>&1
81ecdfbb
RW
13436## ----------------------------------- ##
13437## Main body of $CONFIG_STATUS script. ##
13438## ----------------------------------- ##
13439_ASEOF
13440test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13441
13442cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13443# Save the log message, to keep $0 and so on meaningful, and to
b7026657 13444# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13445# values after options handling.
13446ac_log="
b7026657 13447This file was extended by $as_me, which was
d0ac1c44 13448generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
13449
13450 CONFIG_FILES = $CONFIG_FILES
13451 CONFIG_HEADERS = $CONFIG_HEADERS
13452 CONFIG_LINKS = $CONFIG_LINKS
13453 CONFIG_COMMANDS = $CONFIG_COMMANDS
13454 $ $0 $@
13455
81ecdfbb
RW
13456on `(hostname || uname -n) 2>/dev/null | sed 1q`
13457"
13458
b7026657
AC
13459_ACEOF
13460
81ecdfbb
RW
13461case $ac_config_files in *"
13462"*) set x $ac_config_files; shift; ac_config_files=$*;;
13463esac
379832de 13464
81ecdfbb
RW
13465case $ac_config_headers in *"
13466"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13467esac
b7026657 13468
b7026657 13469
81ecdfbb
RW
13470cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13471# Files that config.status was made for.
13472config_files="$ac_config_files"
13473config_headers="$ac_config_headers"
81ecdfbb 13474config_commands="$ac_config_commands"
b7026657 13475
81ecdfbb 13476_ACEOF
b7026657 13477
81ecdfbb 13478cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13479ac_cs_usage="\
81ecdfbb
RW
13480\`$as_me' instantiates files and other configuration actions
13481from templates according to the current configuration. Unless the files
13482and actions are specified as TAGs, all are instantiated by default.
b7026657 13483
81ecdfbb 13484Usage: $0 [OPTION]... [TAG]...
b7026657
AC
13485
13486 -h, --help print this help, then exit
81ecdfbb 13487 -V, --version print version number and configuration settings, then exit
d0ac1c44 13488 --config print configuration, then exit
81ecdfbb
RW
13489 -q, --quiet, --silent
13490 do not print progress messages
b7026657
AC
13491 -d, --debug don't remove temporary files
13492 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13493 --file=FILE[:TEMPLATE]
13494 instantiate the configuration file FILE
13495 --header=FILE[:TEMPLATE]
13496 instantiate the configuration header FILE
b7026657
AC
13497
13498Configuration files:
13499$config_files
13500
13501Configuration headers:
13502$config_headers
13503
b7026657
AC
13504Configuration commands:
13505$config_commands
13506
81ecdfbb 13507Report bugs to the package provider."
b7026657 13508
81ecdfbb
RW
13509_ACEOF
13510cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13511ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
13512ac_cs_version="\\
13513config.status
d0ac1c44
SM
13514configured by $0, generated by GNU Autoconf 2.69,
13515 with options \\"\$ac_cs_config\\"
b7026657 13516
d0ac1c44 13517Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
13518This config.status script is free software; the Free Software Foundation
13519gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13520
13521ac_pwd='$ac_pwd'
13522srcdir='$srcdir'
13523INSTALL='$INSTALL'
6bb11ab3 13524AWK='$AWK'
81ecdfbb 13525test -n "\$AWK" || AWK=awk
b7026657
AC
13526_ACEOF
13527
81ecdfbb
RW
13528cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13529# The default lists apply if the user does not specify any file.
b7026657
AC
13530ac_need_defaults=:
13531while test $# != 0
13532do
13533 case $1 in
d0ac1c44 13534 --*=?*)
81ecdfbb
RW
13535 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13536 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 13537 ac_shift=:
c906108c 13538 ;;
d0ac1c44
SM
13539 --*=)
13540 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13541 ac_optarg=
13542 ac_shift=:
13543 ;;
81ecdfbb 13544 *)
b7026657
AC
13545 ac_option=$1
13546 ac_optarg=$2
13547 ac_shift=shift
c906108c 13548 ;;
b7026657 13549 esac
c906108c 13550
b7026657
AC
13551 case $ac_option in
13552 # Handling of the options.
b7026657
AC
13553 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13554 ac_cs_recheck=: ;;
81ecdfbb
RW
13555 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13556 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
13557 --config | --confi | --conf | --con | --co | --c )
13558 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 13559 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
13560 debug=: ;;
13561 --file | --fil | --fi | --f )
13562 $ac_shift
81ecdfbb
RW
13563 case $ac_optarg in
13564 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 13565 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
13566 esac
13567 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
13568 ac_need_defaults=false;;
13569 --header | --heade | --head | --hea )
13570 $ac_shift
81ecdfbb
RW
13571 case $ac_optarg in
13572 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13573 esac
13574 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 13575 ac_need_defaults=false;;
81ecdfbb
RW
13576 --he | --h)
13577 # Conflict between --help and --header
d0ac1c44 13578 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
13579Try \`$0 --help' for more information.";;
13580 --help | --hel | -h )
13581 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
13582 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13583 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13584 ac_cs_silent=: ;;
c906108c 13585
b7026657 13586 # This is an error.
d0ac1c44 13587 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 13588Try \`$0 --help' for more information." ;;
c906108c 13589
81ecdfbb
RW
13590 *) as_fn_append ac_config_targets " $1"
13591 ac_need_defaults=false ;;
b7026657
AC
13592
13593 esac
13594 shift
13595done
13596
13597ac_configure_extra_args=
13598
13599if $ac_cs_silent; then
13600 exec 6>/dev/null
13601 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
13602fi
13603
b7026657 13604_ACEOF
81ecdfbb 13605cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 13606if \$ac_cs_recheck; then
d0ac1c44 13607 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
13608 shift
13609 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13610 CONFIG_SHELL='$SHELL'
13611 export CONFIG_SHELL
13612 exec "\$@"
b7026657 13613fi
c906108c 13614
b7026657 13615_ACEOF
81ecdfbb
RW
13616cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13617exec 5>>config.log
13618{
13619 echo
13620 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13621## Running $as_me. ##
13622_ASBOX
13623 $as_echo "$ac_log"
13624} >&5
c906108c 13625
81ecdfbb
RW
13626_ACEOF
13627cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
13628#
13629# INIT-COMMANDS
13630#
13631ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13632
6bb11ab3
L
13633
13634# The HP-UX ksh and POSIX shell print the target directory to stdout
13635# if CDPATH is set.
13636(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13637
13638sed_quote_subst='$sed_quote_subst'
13639double_quote_subst='$double_quote_subst'
13640delay_variable_subst='$delay_variable_subst'
13641macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13642macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13643enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13644enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13645pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13646enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13647SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13648ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13649host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13650host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13651host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13652build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13653build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13654build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13655SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13656Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13657GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13658EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13659FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13660LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13661NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13662LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13663max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13664ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13665exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13666lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13667lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13668lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13669reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13670reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13671OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13672deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13673file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13674AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13675AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13676STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13677RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13678old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13679old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13680old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13681lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13682CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13683CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13684compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13685GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13686lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13687lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13688lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13689lt_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"`'
13690objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13691MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13692lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13693lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13694lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13695lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13696lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13697need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13698DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13699NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13700LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13701OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13702OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13703libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13704shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13705extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13706archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13707enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13708export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13709whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13710compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13711old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13712old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13713archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13714archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13715module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13716module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13717with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13718allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13719no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13720hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13721hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13722hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13723hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13724hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13725hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13726hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13727hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13728inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13729link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13730fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13731always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13732export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13733exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13734include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13735prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13736file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13737variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13738need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13739need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13740version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13741runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13742shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13743shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13744libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13745library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13746soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13747install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13748postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13749postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13750finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13751finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13752hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13753sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13754sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13755hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13756enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13757enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13758enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13759old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13760striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13761
13762LTCC='$LTCC'
13763LTCFLAGS='$LTCFLAGS'
13764compiler='$compiler_DEFAULT'
13765
13766# A function that is used when there is no print builtin or printf.
13767func_fallback_echo ()
13768{
13769 eval 'cat <<_LTECHO_EOF
13770\$1
13771_LTECHO_EOF'
13772}
13773
13774# Quote evaled strings.
13775for var in SHELL \
13776ECHO \
13777SED \
13778GREP \
13779EGREP \
13780FGREP \
13781LD \
13782NM \
13783LN_S \
13784lt_SP2NL \
13785lt_NL2SP \
13786reload_flag \
13787OBJDUMP \
13788deplibs_check_method \
13789file_magic_cmd \
13790AR \
13791AR_FLAGS \
13792STRIP \
13793RANLIB \
13794CC \
13795CFLAGS \
13796compiler \
13797lt_cv_sys_global_symbol_pipe \
13798lt_cv_sys_global_symbol_to_cdecl \
13799lt_cv_sys_global_symbol_to_c_name_address \
13800lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13801lt_prog_compiler_no_builtin_flag \
13802lt_prog_compiler_wl \
13803lt_prog_compiler_pic \
13804lt_prog_compiler_static \
13805lt_cv_prog_compiler_c_o \
13806need_locks \
13807DSYMUTIL \
13808NMEDIT \
13809LIPO \
13810OTOOL \
13811OTOOL64 \
13812shrext_cmds \
13813export_dynamic_flag_spec \
13814whole_archive_flag_spec \
13815compiler_needs_object \
13816with_gnu_ld \
13817allow_undefined_flag \
13818no_undefined_flag \
13819hardcode_libdir_flag_spec \
13820hardcode_libdir_flag_spec_ld \
13821hardcode_libdir_separator \
13822fix_srcfile_path \
13823exclude_expsyms \
13824include_expsyms \
13825file_list_spec \
13826variables_saved_for_relink \
13827libname_spec \
13828library_names_spec \
13829soname_spec \
13830install_override_mode \
13831finish_eval \
13832old_striplib \
13833striplib; do
13834 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13835 *[\\\\\\\`\\"\\\$]*)
13836 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13837 ;;
13838 *)
13839 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13840 ;;
13841 esac
13842done
13843
13844# Double-quote double-evaled strings.
13845for var in reload_cmds \
13846old_postinstall_cmds \
13847old_postuninstall_cmds \
13848old_archive_cmds \
13849extract_expsyms_cmds \
13850old_archive_from_new_cmds \
13851old_archive_from_expsyms_cmds \
13852archive_cmds \
13853archive_expsym_cmds \
13854module_cmds \
13855module_expsym_cmds \
13856export_symbols_cmds \
13857prelink_cmds \
13858postinstall_cmds \
13859postuninstall_cmds \
13860finish_cmds \
13861sys_lib_search_path_spec \
13862sys_lib_dlsearch_path_spec; do
13863 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13864 *[\\\\\\\`\\"\\\$]*)
13865 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13866 ;;
13867 *)
13868 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13869 ;;
13870 esac
13871done
13872
13873ac_aux_dir='$ac_aux_dir'
13874xsi_shell='$xsi_shell'
13875lt_shell_append='$lt_shell_append'
13876
13877# See if we are running on zsh, and set the options which allow our
13878# commands through without removal of \ escapes INIT.
13879if test -n "\${ZSH_VERSION+set}" ; then
13880 setopt NO_GLOB_SUBST
13881fi
13882
13883
13884 PACKAGE='$PACKAGE'
13885 VERSION='$VERSION'
13886 TIMESTAMP='$TIMESTAMP'
13887 RM='$RM'
13888 ofile='$ofile'
13889
13890
13891
13892
81ecdfbb 13893_ACEOF
c906108c 13894
81ecdfbb 13895cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 13896
81ecdfbb 13897# Handling of arguments.
b7026657 13898for ac_config_target in $ac_config_targets
c906108c 13899do
81ecdfbb
RW
13900 case $ac_config_target in
13901 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13902 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13903 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13904 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13905 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13906 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13907 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13908 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13909
d0ac1c44 13910 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
13911 esac
13912done
13913
81ecdfbb 13914
b7026657
AC
13915# If the user did not use the arguments to specify the items to instantiate,
13916# then the envvar interface is used. Set only those that are not.
13917# We use the long form for the default assignment because of an extremely
13918# bizarre bug on SunOS 4.1.3.
13919if $ac_need_defaults; then
13920 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13921 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
13922 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13923fi
13924
13925# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13926# simply because there is no reason against having it here, and in addition,
b7026657 13927# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13928# Hook for its removal unless debugging.
13929# Note that there is a small window in which the directory will not be cleaned:
13930# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
13931$debug ||
13932{
d0ac1c44 13933 tmp= ac_tmp=
81ecdfbb 13934 trap 'exit_status=$?
d0ac1c44
SM
13935 : "${ac_tmp:=$tmp}"
13936 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13937' 0
13938 trap 'as_fn_exit 1' 1 2 13 15
b7026657 13939}
b7026657 13940# Create a (secure) tmp directory for tmp files.
c906108c 13941
b7026657 13942{
81ecdfbb 13943 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13944 test -d "$tmp"
b7026657
AC
13945} ||
13946{
81ecdfbb
RW
13947 tmp=./conf$$-$RANDOM
13948 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13949} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13950ac_tmp=$tmp
b7026657 13951
81ecdfbb
RW
13952# Set up the scripts for CONFIG_FILES section.
13953# No need to generate them if there are no CONFIG_FILES.
13954# This happens for instance with `./config.status config.h'.
13955if test -n "$CONFIG_FILES"; then
b7026657 13956
c906108c 13957
81ecdfbb
RW
13958ac_cr=`echo X | tr X '\015'`
13959# On cygwin, bash can eat \r inside `` if the user requested igncr.
13960# But we know of no other shell where ac_cr would be empty at this
13961# point, so we can use a bashism as a fallback.
13962if test "x$ac_cr" = x; then
13963 eval ac_cr=\$\'\\r\'
13964fi
13965ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13966if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13967 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13968else
13969 ac_cs_awk_cr=$ac_cr
13970fi
b7026657 13971
d0ac1c44 13972echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
13973_ACEOF
13974
c906108c 13975
81ecdfbb
RW
13976{
13977 echo "cat >conf$$subs.awk <<_ACEOF" &&
13978 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13979 echo "_ACEOF"
13980} >conf$$subs.sh ||
d0ac1c44
SM
13981 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13982ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13983ac_delim='%!_!# '
13984for ac_last_try in false false false false false :; do
13985 . ./conf$$subs.sh ||
d0ac1c44 13986 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13987
13988 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13989 if test $ac_delim_n = $ac_delim_num; then
13990 break
13991 elif $ac_last_try; then
d0ac1c44 13992 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 13993 else
81ecdfbb
RW
13994 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13995 fi
13996done
13997rm -f conf$$subs.sh
13998
13999cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14000cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
14001_ACEOF
14002sed -n '
14003h
14004s/^/S["/; s/!.*/"]=/
14005p
14006g
14007s/^[^!]*!//
14008:repl
14009t repl
14010s/'"$ac_delim"'$//
14011t delim
14012:nl
14013h
d0ac1c44 14014s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14015t more1
14016s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14017p
14018n
14019b repl
14020:more1
14021s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14022p
14023g
14024s/.\{148\}//
14025t nl
14026:delim
14027h
d0ac1c44 14028s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14029t more2
14030s/["\\]/\\&/g; s/^/"/; s/$/"/
14031p
14032b
14033:more2
14034s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14035p
14036g
14037s/.\{148\}//
14038t delim
14039' <conf$$subs.awk | sed '
14040/^[^""]/{
14041 N
14042 s/\n//
14043}
14044' >>$CONFIG_STATUS || ac_write_fail=1
14045rm -f conf$$subs.awk
14046cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14047_ACAWK
d0ac1c44 14048cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
14049 for (key in S) S_is_set[key] = 1
14050 FS = "\a"
b7026657 14051
81ecdfbb
RW
14052}
14053{
14054 line = $ 0
14055 nfields = split(line, field, "@")
14056 substed = 0
14057 len = length(field[1])
14058 for (i = 2; i < nfields; i++) {
14059 key = field[i]
14060 keylen = length(key)
14061 if (S_is_set[key]) {
14062 value = S[key]
14063 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14064 len += length(value) + length(field[++i])
14065 substed = 1
14066 } else
14067 len += 1 + keylen
14068 }
14069
14070 print line
14071}
c906108c 14072
81ecdfbb
RW
14073_ACAWK
14074_ACEOF
14075cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14076if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14077 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14078else
81ecdfbb 14079 cat
d0ac1c44
SM
14080fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14081 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 14082_ACEOF
b7026657 14083
d0ac1c44
SM
14084# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14085# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
14086# trailing colons and then remove the whole line if VPATH becomes empty
14087# (actually we leave an empty line to preserve line numbers).
14088if test "x$srcdir" = x.; then
d0ac1c44
SM
14089 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14090h
14091s///
14092s/^/:/
14093s/[ ]*$/:/
14094s/:\$(srcdir):/:/g
14095s/:\${srcdir}:/:/g
14096s/:@srcdir@:/:/g
14097s/^:*//
81ecdfbb 14098s/:*$//
d0ac1c44
SM
14099x
14100s/\(=[ ]*\).*/\1/
14101G
14102s/\n//
81ecdfbb
RW
14103s/^[^=]*=[ ]*$//
14104}'
14105fi
c906108c 14106
81ecdfbb
RW
14107cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14108fi # test -n "$CONFIG_FILES"
c906108c 14109
81ecdfbb
RW
14110# Set up the scripts for CONFIG_HEADERS section.
14111# No need to generate them if there are no CONFIG_HEADERS.
14112# This happens for instance with `./config.status Makefile'.
14113if test -n "$CONFIG_HEADERS"; then
d0ac1c44 14114cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
14115BEGIN {
14116_ACEOF
b7026657 14117
81ecdfbb
RW
14118# Transform confdefs.h into an awk script `defines.awk', embedded as
14119# here-document in config.status, that substitutes the proper values into
14120# config.h.in to produce config.h.
c906108c 14121
81ecdfbb
RW
14122# Create a delimiter string that does not exist in confdefs.h, to ease
14123# handling of long lines.
14124ac_delim='%!_!# '
14125for ac_last_try in false false :; do
d0ac1c44
SM
14126 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14127 if test -z "$ac_tt"; then
81ecdfbb
RW
14128 break
14129 elif $ac_last_try; then
d0ac1c44 14130 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14131 else
81ecdfbb 14132 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14133 fi
b7026657 14134done
81ecdfbb
RW
14135
14136# For the awk script, D is an array of macro values keyed by name,
14137# likewise P contains macro parameters if any. Preserve backslash
14138# newline sequences.
14139
14140ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14141sed -n '
14142s/.\{148\}/&'"$ac_delim"'/g
14143t rset
14144:rset
14145s/^[ ]*#[ ]*define[ ][ ]*/ /
14146t def
14147d
14148:def
14149s/\\$//
14150t bsnl
14151s/["\\]/\\&/g
14152s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14153D["\1"]=" \3"/p
14154s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14155d
14156:bsnl
14157s/["\\]/\\&/g
14158s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14159D["\1"]=" \3\\\\\\n"\\/p
14160t cont
14161s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14162t cont
14163d
14164:cont
14165n
14166s/.\{148\}/&'"$ac_delim"'/g
14167t clear
14168:clear
14169s/\\$//
14170t bsnlc
14171s/["\\]/\\&/g; s/^/"/; s/$/"/p
14172d
14173:bsnlc
14174s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14175b cont
14176' <confdefs.h | sed '
14177s/'"$ac_delim"'/"\\\
14178"/g' >>$CONFIG_STATUS || ac_write_fail=1
14179
14180cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14181 for (key in D) D_is_set[key] = 1
14182 FS = "\a"
14183}
14184/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14185 line = \$ 0
14186 split(line, arg, " ")
14187 if (arg[1] == "#") {
14188 defundef = arg[2]
14189 mac1 = arg[3]
14190 } else {
14191 defundef = substr(arg[1], 2)
14192 mac1 = arg[2]
14193 }
14194 split(mac1, mac2, "(") #)
14195 macro = mac2[1]
14196 prefix = substr(line, 1, index(line, defundef) - 1)
14197 if (D_is_set[macro]) {
14198 # Preserve the white space surrounding the "#".
14199 print prefix "define", macro P[macro] D[macro]
14200 next
14201 } else {
14202 # Replace #undef with comments. This is necessary, for example,
14203 # in the case of _POSIX_SOURCE, which is predefined and required
14204 # on some systems where configure will not decide to define it.
14205 if (defundef == "undef") {
14206 print "/*", prefix defundef, macro, "*/"
14207 next
14208 }
14209 }
14210}
14211{ print }
14212_ACAWK
b7026657 14213_ACEOF
81ecdfbb 14214cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 14215 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 14216fi # test -n "$CONFIG_HEADERS"
b7026657 14217
c906108c 14218
99d8e879 14219eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
14220shift
14221for ac_tag
14222do
14223 case $ac_tag in
14224 :[FHLC]) ac_mode=$ac_tag; continue;;
14225 esac
14226 case $ac_mode$ac_tag in
14227 :[FHL]*:*);;
d0ac1c44 14228 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
14229 :[FH]-) ac_tag=-:-;;
14230 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14231 esac
81ecdfbb
RW
14232 ac_save_IFS=$IFS
14233 IFS=:
14234 set x $ac_tag
14235 IFS=$ac_save_IFS
14236 shift
14237 ac_file=$1
14238 shift
c906108c 14239
81ecdfbb
RW
14240 case $ac_mode in
14241 :L) ac_source=$1;;
14242 :[FH])
14243 ac_file_inputs=
14244 for ac_f
14245 do
14246 case $ac_f in
d0ac1c44 14247 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
14248 *) # Look for the file first in the build tree, then in the source tree
14249 # (if the path is not absolute). The absolute path cannot be DOS-style,
14250 # because $ac_f cannot contain `:'.
14251 test -f "$ac_f" ||
14252 case $ac_f in
14253 [\\/$]*) false;;
14254 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14255 esac ||
d0ac1c44 14256 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14257 esac
81ecdfbb
RW
14258 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14259 as_fn_append ac_file_inputs " '$ac_f'"
14260 done
b7026657 14261
81ecdfbb
RW
14262 # Let's still pretend it is `configure' which instantiates (i.e., don't
14263 # use $as_me), people would be surprised to read:
14264 # /* config.h. Generated by config.status. */
14265 configure_input='Generated from '`
14266 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14267 `' by configure.'
14268 if test x"$ac_file" != x-; then
14269 configure_input="$ac_file. $configure_input"
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14271$as_echo "$as_me: creating $ac_file" >&6;}
14272 fi
14273 # Neutralize special characters interpreted by sed in replacement strings.
14274 case $configure_input in #(
14275 *\&* | *\|* | *\\* )
14276 ac_sed_conf_input=`$as_echo "$configure_input" |
14277 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14278 *) ac_sed_conf_input=$configure_input;;
14279 esac
b7026657 14280
81ecdfbb 14281 case $ac_tag in
d0ac1c44
SM
14282 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14283 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
14284 esac
14285 ;;
14286 esac
b7026657 14287
81ecdfbb 14288 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14289$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14290 X"$ac_file" : 'X\(//\)[^/]' \| \
14291 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14292 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14293$as_echo X"$ac_file" |
14294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14295 s//\1/
14296 q
14297 }
14298 /^X\(\/\/\)[^/].*/{
14299 s//\1/
14300 q
14301 }
14302 /^X\(\/\/\)$/{
14303 s//\1/
14304 q
14305 }
14306 /^X\(\/\).*/{
14307 s//\1/
14308 q
14309 }
14310 s/.*/./; q'`
14311 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14312 ac_builddir=.
14313
81ecdfbb
RW
14314case "$ac_dir" in
14315.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14316*)
14317 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14318 # A ".." for each directory in $ac_dir_suffix.
14319 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14320 case $ac_top_builddir_sub in
14321 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14322 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14323 esac ;;
14324esac
14325ac_abs_top_builddir=$ac_pwd
14326ac_abs_builddir=$ac_pwd$ac_dir_suffix
14327# for backward compatibility:
14328ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14329
14330case $srcdir in
81ecdfbb 14331 .) # We are building in place.
b7026657 14332 ac_srcdir=.
81ecdfbb
RW
14333 ac_top_srcdir=$ac_top_builddir_sub
14334 ac_abs_top_srcdir=$ac_pwd ;;
14335 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14336 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14337 ac_top_srcdir=$srcdir
14338 ac_abs_top_srcdir=$srcdir ;;
14339 *) # Relative name.
14340 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14341 ac_top_srcdir=$ac_top_build_prefix$srcdir
14342 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14343esac
81ecdfbb 14344ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14345
c906108c 14346
81ecdfbb
RW
14347 case $ac_mode in
14348 :F)
14349 #
14350 # CONFIG_FILE
14351 #
b7026657 14352
81ecdfbb
RW
14353 case $INSTALL in
14354 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14355 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 14356 esac
81ecdfbb 14357_ACEOF
c906108c 14358
81ecdfbb
RW
14359cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14360# If the template does not know about datarootdir, expand it.
14361# FIXME: This hack should be removed a few years after 2.60.
14362ac_datarootdir_hack=; ac_datarootdir_seen=
14363ac_sed_dataroot='
14364/datarootdir/ {
14365 p
14366 q
14367}
14368/@datadir@/p
14369/@docdir@/p
14370/@infodir@/p
14371/@localedir@/p
14372/@mandir@/p'
14373case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14374*datarootdir*) ac_datarootdir_seen=yes;;
14375*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14377$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14378_ACEOF
14379cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14380 ac_datarootdir_hack='
14381 s&@datadir@&$datadir&g
14382 s&@docdir@&$docdir&g
14383 s&@infodir@&$infodir&g
14384 s&@localedir@&$localedir&g
14385 s&@mandir@&$mandir&g
14386 s&\\\${datarootdir}&$datarootdir&g' ;;
14387esac
b7026657 14388_ACEOF
b7026657 14389
81ecdfbb
RW
14390# Neutralize VPATH when `$srcdir' = `.'.
14391# Shell code in configure.ac might set extrasub.
14392# FIXME: do we really want to maintain this feature?
14393cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14394ac_sed_extra="$ac_vpsub
14395$extrasub
14396_ACEOF
14397cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14398:t
14399/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14400s|@configure_input@|$ac_sed_conf_input|;t t
14401s&@top_builddir@&$ac_top_builddir_sub&;t t
14402s&@top_build_prefix@&$ac_top_build_prefix&;t t
14403s&@srcdir@&$ac_srcdir&;t t
14404s&@abs_srcdir@&$ac_abs_srcdir&;t t
14405s&@top_srcdir@&$ac_top_srcdir&;t t
14406s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14407s&@builddir@&$ac_builddir&;t t
14408s&@abs_builddir@&$ac_abs_builddir&;t t
14409s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14410s&@INSTALL@&$ac_INSTALL&;t t
14411$ac_datarootdir_hack
14412"
d0ac1c44
SM
14413eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14414 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14415
14416test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
14417 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14418 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14419 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 14420 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14421which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 14422$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14423which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 14424
d0ac1c44 14425 rm -f "$ac_tmp/stdin"
81ecdfbb 14426 case $ac_file in
d0ac1c44
SM
14427 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14428 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 14429 esac \
d0ac1c44 14430 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14431 ;;
14432 :H)
14433 #
14434 # CONFIG_HEADER
14435 #
14436 if test x"$ac_file" != x-; then
14437 {
14438 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14439 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14440 } >"$ac_tmp/config.h" \
14441 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14442 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14444$as_echo "$as_me: $ac_file is unchanged" >&6;}
14445 else
14446 rm -f "$ac_file"
d0ac1c44
SM
14447 mv "$ac_tmp/config.h" "$ac_file" \
14448 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 14449 fi
b7026657 14450 else
81ecdfbb 14451 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14452 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14453 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
14454 fi
14455 ;;
b7026657 14456
81ecdfbb
RW
14457 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14458$as_echo "$as_me: executing $ac_file commands" >&6;}
14459 ;;
14460 esac
b7026657
AC
14461
14462
81ecdfbb 14463 case $ac_file$ac_mode in
db2e4d67 14464 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
14465 "libtool":C)
14466
14467 # See if we are running on zsh, and set the options which allow our
14468 # commands through without removal of \ escapes.
14469 if test -n "${ZSH_VERSION+set}" ; then
14470 setopt NO_GLOB_SUBST
14471 fi
14472
14473 cfgfile="${ofile}T"
14474 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14475 $RM "$cfgfile"
14476
14477 cat <<_LT_EOF >> "$cfgfile"
14478#! $SHELL
14479
14480# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14481# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14482# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14483# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14484#
14485# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14486# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14487# Written by Gordon Matzigkeit, 1996
14488#
14489# This file is part of GNU Libtool.
14490#
14491# GNU Libtool is free software; you can redistribute it and/or
14492# modify it under the terms of the GNU General Public License as
14493# published by the Free Software Foundation; either version 2 of
14494# the License, or (at your option) any later version.
14495#
14496# As a special exception to the GNU General Public License,
14497# if you distribute this file as part of a program or library that
14498# is built using GNU Libtool, you may include this file under the
14499# same distribution terms that you use for the rest of that program.
14500#
14501# GNU Libtool is distributed in the hope that it will be useful,
14502# but WITHOUT ANY WARRANTY; without even the implied warranty of
14503# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14504# GNU General Public License for more details.
14505#
14506# You should have received a copy of the GNU General Public License
14507# along with GNU Libtool; see the file COPYING. If not, a copy
14508# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14509# obtained by writing to the Free Software Foundation, Inc.,
14510# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14511
14512
14513# The names of the tagged configurations supported by this script.
14514available_tags=""
14515
14516# ### BEGIN LIBTOOL CONFIG
14517
14518# Which release of libtool.m4 was used?
14519macro_version=$macro_version
14520macro_revision=$macro_revision
14521
14522# Whether or not to build shared libraries.
14523build_libtool_libs=$enable_shared
14524
14525# Whether or not to build static libraries.
14526build_old_libs=$enable_static
14527
14528# What type of objects to build.
14529pic_mode=$pic_mode
14530
14531# Whether or not to optimize for fast installation.
14532fast_install=$enable_fast_install
14533
14534# Shell to use when invoking shell scripts.
14535SHELL=$lt_SHELL
14536
14537# An echo program that protects backslashes.
14538ECHO=$lt_ECHO
14539
14540# The host system.
14541host_alias=$host_alias
14542host=$host
14543host_os=$host_os
14544
14545# The build system.
14546build_alias=$build_alias
14547build=$build
14548build_os=$build_os
14549
14550# A sed program that does not truncate output.
14551SED=$lt_SED
14552
14553# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14554Xsed="\$SED -e 1s/^X//"
14555
14556# A grep program that handles long lines.
14557GREP=$lt_GREP
14558
14559# An ERE matcher.
14560EGREP=$lt_EGREP
14561
14562# A literal string matcher.
14563FGREP=$lt_FGREP
14564
14565# A BSD- or MS-compatible name lister.
14566NM=$lt_NM
14567
14568# Whether we need soft or hard links.
14569LN_S=$lt_LN_S
14570
14571# What is the maximum length of a command?
14572max_cmd_len=$max_cmd_len
14573
14574# Object file suffix (normally "o").
14575objext=$ac_objext
14576
14577# Executable file suffix (normally "").
14578exeext=$exeext
14579
14580# whether the shell understands "unset".
14581lt_unset=$lt_unset
14582
14583# turn spaces into newlines.
14584SP2NL=$lt_lt_SP2NL
14585
14586# turn newlines into spaces.
14587NL2SP=$lt_lt_NL2SP
14588
14589# An object symbol dumper.
14590OBJDUMP=$lt_OBJDUMP
14591
14592# Method to check whether dependent libraries are shared objects.
14593deplibs_check_method=$lt_deplibs_check_method
14594
14595# Command to use when deplibs_check_method == "file_magic".
14596file_magic_cmd=$lt_file_magic_cmd
14597
14598# The archiver.
14599AR=$lt_AR
14600AR_FLAGS=$lt_AR_FLAGS
14601
14602# A symbol stripping program.
14603STRIP=$lt_STRIP
14604
14605# Commands used to install an old-style archive.
14606RANLIB=$lt_RANLIB
14607old_postinstall_cmds=$lt_old_postinstall_cmds
14608old_postuninstall_cmds=$lt_old_postuninstall_cmds
14609
14610# Whether to use a lock for old archive extraction.
14611lock_old_archive_extraction=$lock_old_archive_extraction
14612
14613# A C compiler.
14614LTCC=$lt_CC
14615
14616# LTCC compiler flags.
14617LTCFLAGS=$lt_CFLAGS
14618
14619# Take the output of nm and produce a listing of raw symbols and C names.
14620global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14621
14622# Transform the output of nm in a proper C declaration.
14623global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14624
14625# Transform the output of nm in a C name address pair.
14626global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14627
14628# Transform the output of nm in a C name address pair when lib prefix is needed.
14629global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14630
14631# The name of the directory that contains temporary libtool files.
14632objdir=$objdir
14633
14634# Used to examine libraries when file_magic_cmd begins with "file".
14635MAGIC_CMD=$MAGIC_CMD
14636
14637# Must we lock files when doing compilation?
14638need_locks=$lt_need_locks
14639
14640# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14641DSYMUTIL=$lt_DSYMUTIL
14642
14643# Tool to change global to local symbols on Mac OS X.
14644NMEDIT=$lt_NMEDIT
14645
14646# Tool to manipulate fat objects and archives on Mac OS X.
14647LIPO=$lt_LIPO
14648
14649# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14650OTOOL=$lt_OTOOL
14651
14652# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14653OTOOL64=$lt_OTOOL64
14654
14655# Old archive suffix (normally "a").
14656libext=$libext
14657
14658# Shared library suffix (normally ".so").
14659shrext_cmds=$lt_shrext_cmds
14660
14661# The commands to extract the exported symbol list from a shared archive.
14662extract_expsyms_cmds=$lt_extract_expsyms_cmds
14663
14664# Variables whose values should be saved in libtool wrapper scripts and
14665# restored at link time.
14666variables_saved_for_relink=$lt_variables_saved_for_relink
14667
14668# Do we need the "lib" prefix for modules?
14669need_lib_prefix=$need_lib_prefix
14670
14671# Do we need a version for libraries?
14672need_version=$need_version
14673
14674# Library versioning type.
14675version_type=$version_type
14676
14677# Shared library runtime path variable.
14678runpath_var=$runpath_var
14679
14680# Shared library path variable.
14681shlibpath_var=$shlibpath_var
14682
14683# Is shlibpath searched before the hard-coded library search path?
14684shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14685
14686# Format of library name prefix.
14687libname_spec=$lt_libname_spec
14688
14689# List of archive names. First name is the real one, the rest are links.
14690# The last name is the one that the linker finds with -lNAME
14691library_names_spec=$lt_library_names_spec
14692
14693# The coded name of the library, if different from the real name.
14694soname_spec=$lt_soname_spec
14695
14696# Permission mode override for installation of shared libraries.
14697install_override_mode=$lt_install_override_mode
14698
14699# Command to use after installation of a shared archive.
14700postinstall_cmds=$lt_postinstall_cmds
14701
14702# Command to use after uninstallation of a shared archive.
14703postuninstall_cmds=$lt_postuninstall_cmds
14704
14705# Commands used to finish a libtool library installation in a directory.
14706finish_cmds=$lt_finish_cmds
14707
14708# As "finish_cmds", except a single script fragment to be evaled but
14709# not shown.
14710finish_eval=$lt_finish_eval
14711
14712# Whether we should hardcode library paths into libraries.
14713hardcode_into_libs=$hardcode_into_libs
14714
14715# Compile-time system search path for libraries.
14716sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14717
14718# Run-time system search path for libraries.
14719sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14720
14721# Whether dlopen is supported.
14722dlopen_support=$enable_dlopen
14723
14724# Whether dlopen of programs is supported.
14725dlopen_self=$enable_dlopen_self
14726
14727# Whether dlopen of statically linked programs is supported.
14728dlopen_self_static=$enable_dlopen_self_static
14729
14730# Commands to strip libraries.
14731old_striplib=$lt_old_striplib
14732striplib=$lt_striplib
14733
14734
14735# The linker used to build libraries.
14736LD=$lt_LD
14737
14738# How to create reloadable object files.
14739reload_flag=$lt_reload_flag
14740reload_cmds=$lt_reload_cmds
14741
14742# Commands used to build an old-style archive.
14743old_archive_cmds=$lt_old_archive_cmds
14744
14745# A language specific compiler.
14746CC=$lt_compiler
14747
14748# Is the compiler the GNU compiler?
14749with_gcc=$GCC
14750
14751# Compiler flag to turn off builtin functions.
14752no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14753
14754# How to pass a linker flag through the compiler.
14755wl=$lt_lt_prog_compiler_wl
14756
14757# Additional compiler flags for building library objects.
14758pic_flag=$lt_lt_prog_compiler_pic
14759
14760# Compiler flag to prevent dynamic linking.
14761link_static_flag=$lt_lt_prog_compiler_static
14762
14763# Does compiler simultaneously support -c and -o options?
14764compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14765
14766# Whether or not to add -lc for building shared libraries.
14767build_libtool_need_lc=$archive_cmds_need_lc
14768
14769# Whether or not to disallow shared libs when runtime libs are static.
14770allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14771
14772# Compiler flag to allow reflexive dlopens.
14773export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14774
14775# Compiler flag to generate shared objects directly from archives.
14776whole_archive_flag_spec=$lt_whole_archive_flag_spec
14777
14778# Whether the compiler copes with passing no objects directly.
14779compiler_needs_object=$lt_compiler_needs_object
14780
14781# Create an old-style archive from a shared archive.
14782old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14783
14784# Create a temporary old-style archive to link instead of a shared archive.
14785old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14786
14787# Commands used to build a shared archive.
14788archive_cmds=$lt_archive_cmds
14789archive_expsym_cmds=$lt_archive_expsym_cmds
14790
14791# Commands used to build a loadable module if different from building
14792# a shared archive.
14793module_cmds=$lt_module_cmds
14794module_expsym_cmds=$lt_module_expsym_cmds
14795
14796# Whether we are building with GNU ld or not.
14797with_gnu_ld=$lt_with_gnu_ld
14798
14799# Flag that allows shared libraries with undefined symbols to be built.
14800allow_undefined_flag=$lt_allow_undefined_flag
14801
14802# Flag that enforces no undefined symbols.
14803no_undefined_flag=$lt_no_undefined_flag
14804
14805# Flag to hardcode \$libdir into a binary during linking.
14806# This must work even if \$libdir does not exist
14807hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14808
14809# If ld is used when linking, flag to hardcode \$libdir into a binary
14810# during linking. This must work even if \$libdir does not exist.
14811hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14812
14813# Whether we need a single "-rpath" flag with a separated argument.
14814hardcode_libdir_separator=$lt_hardcode_libdir_separator
14815
14816# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14817# DIR into the resulting binary.
14818hardcode_direct=$hardcode_direct
14819
14820# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14821# DIR into the resulting binary and the resulting library dependency is
14822# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14823# library is relocated.
14824hardcode_direct_absolute=$hardcode_direct_absolute
14825
14826# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14827# into the resulting binary.
14828hardcode_minus_L=$hardcode_minus_L
14829
14830# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14831# into the resulting binary.
14832hardcode_shlibpath_var=$hardcode_shlibpath_var
14833
14834# Set to "yes" if building a shared library automatically hardcodes DIR
14835# into the library and all subsequent libraries and executables linked
14836# against it.
14837hardcode_automatic=$hardcode_automatic
14838
14839# Set to yes if linker adds runtime paths of dependent libraries
14840# to runtime path list.
14841inherit_rpath=$inherit_rpath
14842
14843# Whether libtool must link a program against all its dependency libraries.
14844link_all_deplibs=$link_all_deplibs
14845
14846# Fix the shell variable \$srcfile for the compiler.
14847fix_srcfile_path=$lt_fix_srcfile_path
14848
14849# Set to "yes" if exported symbols are required.
14850always_export_symbols=$always_export_symbols
14851
14852# The commands to list exported symbols.
14853export_symbols_cmds=$lt_export_symbols_cmds
14854
14855# Symbols that should not be listed in the preloaded symbols.
14856exclude_expsyms=$lt_exclude_expsyms
14857
14858# Symbols that must always be exported.
14859include_expsyms=$lt_include_expsyms
14860
14861# Commands necessary for linking programs (against libraries) with templates.
14862prelink_cmds=$lt_prelink_cmds
14863
14864# Specify filename containing input files.
14865file_list_spec=$lt_file_list_spec
14866
14867# How to hardcode a shared library path into an executable.
14868hardcode_action=$hardcode_action
14869
14870# ### END LIBTOOL CONFIG
14871
14872_LT_EOF
14873
14874 case $host_os in
14875 aix3*)
14876 cat <<\_LT_EOF >> "$cfgfile"
14877# AIX sometimes has problems with the GCC collect2 program. For some
14878# reason, if we set the COLLECT_NAMES environment variable, the problems
14879# vanish in a puff of smoke.
14880if test "X${COLLECT_NAMES+set}" != Xset; then
14881 COLLECT_NAMES=
14882 export COLLECT_NAMES
14883fi
14884_LT_EOF
14885 ;;
14886 esac
14887
14888
14889ltmain="$ac_aux_dir/ltmain.sh"
14890
14891
14892 # We use sed instead of cat because bash on DJGPP gets confused if
14893 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14894 # text mode, it properly converts lines to CR/LF. This bash problem
14895 # is reportedly fixed, but why not run on old versions too?
14896 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14897 || (rm -f "$cfgfile"; exit 1)
14898
14899 case $xsi_shell in
14900 yes)
14901 cat << \_LT_EOF >> "$cfgfile"
14902
14903# func_dirname file append nondir_replacement
14904# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14905# otherwise set result to NONDIR_REPLACEMENT.
14906func_dirname ()
14907{
14908 case ${1} in
14909 */*) func_dirname_result="${1%/*}${2}" ;;
14910 * ) func_dirname_result="${3}" ;;
14911 esac
14912}
14913
14914# func_basename file
14915func_basename ()
14916{
14917 func_basename_result="${1##*/}"
14918}
14919
14920# func_dirname_and_basename file append nondir_replacement
14921# perform func_basename and func_dirname in a single function
14922# call:
14923# dirname: Compute the dirname of FILE. If nonempty,
14924# add APPEND to the result, otherwise set result
14925# to NONDIR_REPLACEMENT.
14926# value returned in "$func_dirname_result"
14927# basename: Compute filename of FILE.
14928# value retuned in "$func_basename_result"
14929# Implementation must be kept synchronized with func_dirname
14930# and func_basename. For efficiency, we do not delegate to
14931# those functions but instead duplicate the functionality here.
14932func_dirname_and_basename ()
14933{
14934 case ${1} in
14935 */*) func_dirname_result="${1%/*}${2}" ;;
14936 * ) func_dirname_result="${3}" ;;
14937 esac
14938 func_basename_result="${1##*/}"
14939}
14940
14941# func_stripname prefix suffix name
14942# strip PREFIX and SUFFIX off of NAME.
14943# PREFIX and SUFFIX must not contain globbing or regex special
14944# characters, hashes, percent signs, but SUFFIX may contain a leading
14945# dot (in which case that matches only a dot).
14946func_stripname ()
14947{
14948 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14949 # positional parameters, so assign one to ordinary parameter first.
14950 func_stripname_result=${3}
14951 func_stripname_result=${func_stripname_result#"${1}"}
14952 func_stripname_result=${func_stripname_result%"${2}"}
14953}
14954
14955# func_opt_split
14956func_opt_split ()
14957{
14958 func_opt_split_opt=${1%%=*}
14959 func_opt_split_arg=${1#*=}
14960}
14961
14962# func_lo2o object
14963func_lo2o ()
14964{
14965 case ${1} in
14966 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14967 *) func_lo2o_result=${1} ;;
14968 esac
14969}
14970
14971# func_xform libobj-or-source
14972func_xform ()
14973{
14974 func_xform_result=${1%.*}.lo
14975}
14976
14977# func_arith arithmetic-term...
14978func_arith ()
14979{
14980 func_arith_result=$(( $* ))
14981}
14982
14983# func_len string
14984# STRING may not start with a hyphen.
14985func_len ()
14986{
14987 func_len_result=${#1}
14988}
14989
14990_LT_EOF
14991 ;;
14992 *) # Bourne compatible functions.
14993 cat << \_LT_EOF >> "$cfgfile"
14994
14995# func_dirname file append nondir_replacement
14996# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14997# otherwise set result to NONDIR_REPLACEMENT.
14998func_dirname ()
14999{
15000 # Extract subdirectory from the argument.
15001 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15002 if test "X$func_dirname_result" = "X${1}"; then
15003 func_dirname_result="${3}"
15004 else
15005 func_dirname_result="$func_dirname_result${2}"
15006 fi
15007}
15008
15009# func_basename file
15010func_basename ()
15011{
15012 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15013}
15014
15015
15016# func_stripname prefix suffix name
15017# strip PREFIX and SUFFIX off of NAME.
15018# PREFIX and SUFFIX must not contain globbing or regex special
15019# characters, hashes, percent signs, but SUFFIX may contain a leading
15020# dot (in which case that matches only a dot).
15021# func_strip_suffix prefix name
15022func_stripname ()
15023{
15024 case ${2} in
15025 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15026 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15027 esac
15028}
15029
15030# sed scripts:
15031my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15032my_sed_long_arg='1s/^-[^=]*=//'
15033
15034# func_opt_split
15035func_opt_split ()
15036{
15037 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15038 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15039}
15040
15041# func_lo2o object
15042func_lo2o ()
15043{
15044 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15045}
15046
15047# func_xform libobj-or-source
15048func_xform ()
15049{
15050 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15051}
15052
15053# func_arith arithmetic-term...
15054func_arith ()
15055{
15056 func_arith_result=`expr "$@"`
15057}
15058
15059# func_len string
15060# STRING may not start with a hyphen.
15061func_len ()
15062{
15063 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15064}
15065
15066_LT_EOF
15067esac
15068
15069case $lt_shell_append in
15070 yes)
15071 cat << \_LT_EOF >> "$cfgfile"
15072
15073# func_append var value
15074# Append VALUE to the end of shell variable VAR.
15075func_append ()
15076{
15077 eval "$1+=\$2"
15078}
15079_LT_EOF
15080 ;;
15081 *)
15082 cat << \_LT_EOF >> "$cfgfile"
15083
15084# func_append var value
15085# Append VALUE to the end of shell variable VAR.
15086func_append ()
15087{
15088 eval "$1=\$$1\$2"
15089}
15090
15091_LT_EOF
15092 ;;
15093 esac
15094
15095
15096 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15097 || (rm -f "$cfgfile"; exit 1)
15098
15099 mv -f "$cfgfile" "$ofile" ||
15100 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15101 chmod +x "$ofile"
15102
15103 ;;
81ecdfbb 15104 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15105 rm -f Makesim1.tmp Makesim2.tmp Makefile
15106 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15107 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15108 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15109 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15110 <Makefile.sim >Makefile
38f48d72 15111 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15112 ;;
81ecdfbb
RW
15113 "stamp-h":C) echo > stamp-h ;;
15114
b7026657 15115 esac
81ecdfbb 15116done # for ac_tag
c906108c 15117
b7026657 15118
81ecdfbb 15119as_fn_exit 0
b7026657 15120_ACEOF
b7026657
AC
15121ac_clean_files=$ac_clean_files_save
15122
81ecdfbb 15123test $ac_write_fail = 0 ||
d0ac1c44 15124 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 15125
b7026657
AC
15126
15127# configure is writing to config.log, and then calls config.status.
15128# config.status does its own redirection, appending to config.log.
15129# Unfortunately, on DOS this fails, as config.log is still kept open
15130# by configure, so config.status won't be able to write to it; its
15131# output is simply discarded. So we exec the FD to /dev/null,
15132# effectively closing config.log, so it can be properly (re)opened and
15133# appended to by config.status. When coming back to configure, we
15134# need to make the FD available again.
15135if test "$no_create" != yes; then
15136 ac_cs_success=:
15137 ac_config_status_args=
15138 test "$silent" = yes &&
15139 ac_config_status_args="$ac_config_status_args --quiet"
15140 exec 5>/dev/null
15141 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15142 exec 5>>config.log
15143 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15144 # would make configure fail if this is the last instruction.
d0ac1c44 15145 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
15146fi
15147if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15148 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15149$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15150fi
c906108c
SS
15151
15152