]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mips/configure
sim: use AC_CHECK_TOOL to find ar
[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
760b3e8b
MF
634sim_default_model
635sim_scache
81ecdfbb
RW
636cgen_breaks
637mips_extra_libs
638XMKMF
639mips_igen_engine
81ecdfbb
RW
640sim_multi_obj
641sim_multi_src
642sim_multi_igen_configs
643sim_multi_flags
644sim_gen
8e394ffc
AB
645sim_micromips16_flags
646sim_micromips_flags
81ecdfbb
RW
647sim_m16_flags
648sim_igen_flags
649SIM_SUBTARGET
650REPORT_BUGS_TEXI
651REPORT_BUGS_TO
652PKGVERSION
81ecdfbb 653MAINT
31e6ad7d
MF
654MAINTAINER_MODE_FALSE
655MAINTAINER_MODE_TRUE
6bb11ab3
L
656lt_cv_dlopen_libs
657OTOOL64
658OTOOL
659LIPO
660NMEDIT
661DSYMUTIL
662AWK
663STRIP
664OBJDUMP
665LN_S
666NM
667ac_ct_DUMPBIN
668DUMPBIN
669LD
670FGREP
671SED
672LIBTOOL
673PLUGINS_FALSE
674PLUGINS_TRUE
aadc9410
MF
675zlibinc
676zlibdir
81ecdfbb
RW
677CATOBJEXT
678GENCAT
679INSTOBJEXT
680DATADIRNAME
681CATALOGS
682POSUB
683GMSGFMT
684XGETTEXT
685INCINTL
686LIBINTL_DEP
687LIBINTL
688USE_NLS
db2e4d67
MF
689GMAKE_FALSE
690GMAKE_TRUE
691MAKE
692CCDEPMODE
693DEPDIR
694am__leading_dot
5f3ef9d0 695PACKAGE
46f900c0 696C_DIALECT
81ecdfbb
RW
697RANLIB
698AR
81ecdfbb
RW
699CC_FOR_BUILD
700INSTALL_DATA
701INSTALL_SCRIPT
702INSTALL_PROGRAM
2232061b
MF
703EGREP
704GREP
81ecdfbb
RW
705target_os
706target_vendor
707target_cpu
708target
709host_os
710host_vendor
711host_cpu
712host
713build_os
714build_vendor
715build_cpu
716build
ebe9564b 717CPP
6ffe910a
MF
718OBJEXT
719EXEEXT
720ac_ct_CC
721CPPFLAGS
722LDFLAGS
723CFLAGS
724CC
81ecdfbb
RW
725target_alias
726host_alias
727build_alias
728LIBS
729ECHO_T
730ECHO_N
731ECHO_C
732DEFS
733mandir
734localedir
735libdir
736psdir
737pdfdir
738dvidir
739htmldir
740infodir
741docdir
742oldincludedir
743includedir
744localstatedir
745sharedstatedir
746sysconfdir
747datadir
748datarootdir
749libexecdir
750sbindir
751bindir
752program_transform_name
753prefix
754exec_prefix
755PACKAGE_URL
756PACKAGE_BUGREPORT
757PACKAGE_STRING
758PACKAGE_VERSION
759PACKAGE_TARNAME
760PACKAGE_NAME
761PATH_SEPARATOR
136da8cd
MF
762SHELL
763WERROR_CFLAGS
764WARN_CFLAGS
765sim_reserved_bits
766sim_inline
767sim_hw
768sim_hw_objs
769sim_hw_cflags
136da8cd
MF
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
ebe9564b
MF
3184ac_ext=c
3185ac_cpp='$CPP $CPPFLAGS'
3186ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3187ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3188ac_compiler_gnu=$ac_cv_c_compiler_gnu
3189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3190$as_echo_n "checking how to run the C preprocessor... " >&6; }
3191# On Suns, sometimes $CPP names a directory.
3192if test -n "$CPP" && test -d "$CPP"; then
3193 CPP=
3194fi
3195if test -z "$CPP"; then
3196 if ${ac_cv_prog_CPP+:} false; then :
3197 $as_echo_n "(cached) " >&6
3198else
3199 # Double quotes because CPP needs to be expanded
3200 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3201 do
3202 ac_preproc_ok=false
3203for ac_c_preproc_warn_flag in '' yes
3204do
3205 # Use a header file that comes with gcc, so configuring glibc
3206 # with a fresh cross-compiler works.
3207 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3208 # <limits.h> exists even on freestanding compilers.
3209 # On the NeXT, cc -E runs the code through the compiler's parser,
3210 # not just through cpp. "Syntax error" is here to catch this case.
3211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3212/* end confdefs.h. */
3213#ifdef __STDC__
3214# include <limits.h>
3215#else
3216# include <assert.h>
3217#endif
3218 Syntax error
3219_ACEOF
3220if ac_fn_c_try_cpp "$LINENO"; then :
3221
3222else
3223 # Broken: fails on valid input.
3224continue
3225fi
3226rm -f conftest.err conftest.i conftest.$ac_ext
3227
3228 # OK, works on sane cases. Now check whether nonexistent headers
3229 # can be detected and how.
3230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3231/* end confdefs.h. */
3232#include <ac_nonexistent.h>
3233_ACEOF
3234if ac_fn_c_try_cpp "$LINENO"; then :
3235 # Broken: success on invalid input.
3236continue
3237else
3238 # Passes both tests.
3239ac_preproc_ok=:
3240break
3241fi
3242rm -f conftest.err conftest.i conftest.$ac_ext
3243
3244done
3245# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3246rm -f conftest.i conftest.err conftest.$ac_ext
3247if $ac_preproc_ok; then :
3248 break
3249fi
3250
3251 done
3252 ac_cv_prog_CPP=$CPP
3253
3254fi
3255 CPP=$ac_cv_prog_CPP
3256else
3257 ac_cv_prog_CPP=$CPP
3258fi
3259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3260$as_echo "$CPP" >&6; }
3261ac_preproc_ok=false
3262for ac_c_preproc_warn_flag in '' yes
3263do
3264 # Use a header file that comes with gcc, so configuring glibc
3265 # with a fresh cross-compiler works.
3266 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3267 # <limits.h> exists even on freestanding compilers.
3268 # On the NeXT, cc -E runs the code through the compiler's parser,
3269 # not just through cpp. "Syntax error" is here to catch this case.
3270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3271/* end confdefs.h. */
3272#ifdef __STDC__
3273# include <limits.h>
3274#else
3275# include <assert.h>
3276#endif
3277 Syntax error
3278_ACEOF
3279if ac_fn_c_try_cpp "$LINENO"; then :
3280
3281else
3282 # Broken: fails on valid input.
3283continue
3284fi
3285rm -f conftest.err conftest.i conftest.$ac_ext
3286
3287 # OK, works on sane cases. Now check whether nonexistent headers
3288 # can be detected and how.
3289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3290/* end confdefs.h. */
3291#include <ac_nonexistent.h>
3292_ACEOF
3293if ac_fn_c_try_cpp "$LINENO"; then :
3294 # Broken: success on invalid input.
3295continue
3296else
3297 # Passes both tests.
3298ac_preproc_ok=:
3299break
3300fi
3301rm -f conftest.err conftest.i conftest.$ac_ext
3302
3303done
3304# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3305rm -f conftest.i conftest.err conftest.$ac_ext
3306if $ac_preproc_ok; then :
3307
3308else
3309 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3310$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3311as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3312See \`config.log' for more details" "$LINENO" 5; }
3313fi
3314
3315ac_ext=c
3316ac_cpp='$CPP $CPPFLAGS'
3317ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3318ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3319ac_compiler_gnu=$ac_cv_c_compiler_gnu
3320
6bb11ab3
L
3321ac_aux_dir=
3322for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
3323 if test -f "$ac_dir/install-sh"; then
3324 ac_aux_dir=$ac_dir
3325 ac_install_sh="$ac_aux_dir/install-sh -c"
3326 break
3327 elif test -f "$ac_dir/install.sh"; then
3328 ac_aux_dir=$ac_dir
3329 ac_install_sh="$ac_aux_dir/install.sh -c"
3330 break
3331 elif test -f "$ac_dir/shtool"; then
3332 ac_aux_dir=$ac_dir
3333 ac_install_sh="$ac_aux_dir/shtool install -c"
3334 break
3335 fi
6bb11ab3
L
3336done
3337if test -z "$ac_aux_dir"; then
d0ac1c44 3338 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
3339fi
3340
3341# These three variables are undocumented and unsupported,
3342# and are intended to be withdrawn in a future Autoconf release.
3343# They can cause serious problems if a builder's source tree is in a directory
3344# whose full name contains unusual characters.
3345ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3346ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3347ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3348
3349
3350# Make sure we can run config.sub.
3351$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 3352 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
3353
3354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3355$as_echo_n "checking build system type... " >&6; }
d0ac1c44 3356if ${ac_cv_build+:} false; then :
6bb11ab3
L
3357 $as_echo_n "(cached) " >&6
3358else
3359 ac_build_alias=$build_alias
3360test "x$ac_build_alias" = x &&
3361 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3362test "x$ac_build_alias" = x &&
d0ac1c44 3363 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 3364ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 3365 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
3366
3367fi
3368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3369$as_echo "$ac_cv_build" >&6; }
3370case $ac_cv_build in
3371*-*-*) ;;
d0ac1c44 3372*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
3373esac
3374build=$ac_cv_build
3375ac_save_IFS=$IFS; IFS='-'
3376set x $ac_cv_build
3377shift
3378build_cpu=$1
3379build_vendor=$2
3380shift; shift
3381# Remember, the first character of IFS is used to create $*,
3382# except with old shells:
3383build_os=$*
3384IFS=$ac_save_IFS
3385case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3386
3387
3388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3389$as_echo_n "checking host system type... " >&6; }
d0ac1c44 3390if ${ac_cv_host+:} false; then :
6bb11ab3
L
3391 $as_echo_n "(cached) " >&6
3392else
3393 if test "x$host_alias" = x; then
3394 ac_cv_host=$ac_cv_build
3395else
3396 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 3397 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
3398fi
3399
3400fi
3401{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3402$as_echo "$ac_cv_host" >&6; }
3403case $ac_cv_host in
3404*-*-*) ;;
d0ac1c44 3405*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
3406esac
3407host=$ac_cv_host
3408ac_save_IFS=$IFS; IFS='-'
3409set x $ac_cv_host
3410shift
3411host_cpu=$1
3412host_vendor=$2
3413shift; shift
3414# Remember, the first character of IFS is used to create $*,
3415# except with old shells:
3416host_os=$*
3417IFS=$ac_save_IFS
3418case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3419
3420
3421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3422$as_echo_n "checking target system type... " >&6; }
d0ac1c44 3423if ${ac_cv_target+:} false; then :
6bb11ab3
L
3424 $as_echo_n "(cached) " >&6
3425else
3426 if test "x$target_alias" = x; then
3427 ac_cv_target=$ac_cv_host
3428else
3429 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 3430 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
3431fi
3432
3433fi
3434{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3435$as_echo "$ac_cv_target" >&6; }
3436case $ac_cv_target in
3437*-*-*) ;;
d0ac1c44 3438*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
3439esac
3440target=$ac_cv_target
3441ac_save_IFS=$IFS; IFS='-'
3442set x $ac_cv_target
3443shift
3444target_cpu=$1
3445target_vendor=$2
3446shift; shift
3447# Remember, the first character of IFS is used to create $*,
3448# except with old shells:
3449target_os=$*
3450IFS=$ac_save_IFS
3451case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3452
3453
3454# The aliases save the names the user supplied, while $host etc.
3455# will get canonicalized.
3456test -n "$target_alias" &&
3457 test "$program_prefix$program_suffix$program_transform_name" = \
3458 NONENONEs,x,x, &&
3459 program_prefix=${target_alias}-
3460
6bb11ab3
L
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
ebe9564b 6567
6bb11ab3
L
6568ac_config_headers="$ac_config_headers config.h:config.in"
6569
6570
6571
0cb8d851
MF
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6573$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6574if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6575 $as_echo_n "(cached) " >&6
6576else
6577 ac_cv_c_bigendian=unknown
6578 # See if we're dealing with a universal compiler.
6579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6580/* end confdefs.h. */
6581#ifndef __APPLE_CC__
6582 not a universal capable compiler
6583 #endif
6584 typedef int dummy;
6585
6586_ACEOF
6587if ac_fn_c_try_compile "$LINENO"; then :
6588
6589 # Check for potential -arch flags. It is not universal unless
6590 # there are at least two -arch flags with different values.
6591 ac_arch=
6592 ac_prev=
6593 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6594 if test -n "$ac_prev"; then
6595 case $ac_word in
6596 i?86 | x86_64 | ppc | ppc64)
6597 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6598 ac_arch=$ac_word
6599 else
6600 ac_cv_c_bigendian=universal
6601 break
6602 fi
6603 ;;
6604 esac
6605 ac_prev=
6606 elif test "x$ac_word" = "x-arch"; then
6607 ac_prev=arch
6608 fi
6609 done
6610fi
6611rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6612 if test $ac_cv_c_bigendian = unknown; then
6613 # See if sys/param.h defines the BYTE_ORDER macro.
6614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6615/* end confdefs.h. */
6616#include <sys/types.h>
6617 #include <sys/param.h>
6618
6619int
6620main ()
6621{
6622#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6623 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6624 && LITTLE_ENDIAN)
6625 bogus endian macros
6626 #endif
6627
6628 ;
6629 return 0;
6630}
6631_ACEOF
6632if ac_fn_c_try_compile "$LINENO"; then :
6633 # It does; now see whether it defined to BIG_ENDIAN or not.
6634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6635/* end confdefs.h. */
6636#include <sys/types.h>
6637 #include <sys/param.h>
6638
6639int
6640main ()
6641{
6642#if BYTE_ORDER != BIG_ENDIAN
6643 not big endian
6644 #endif
6645
6646 ;
6647 return 0;
6648}
6649_ACEOF
6650if ac_fn_c_try_compile "$LINENO"; then :
6651 ac_cv_c_bigendian=yes
6652else
6653 ac_cv_c_bigendian=no
6654fi
6655rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6656fi
6657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6658 fi
6659 if test $ac_cv_c_bigendian = unknown; then
6660 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6662/* end confdefs.h. */
6663#include <limits.h>
6664
6665int
6666main ()
6667{
6668#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6669 bogus endian macros
6670 #endif
6671
6672 ;
6673 return 0;
6674}
6675_ACEOF
6676if ac_fn_c_try_compile "$LINENO"; then :
6677 # It does; now see whether it defined to _BIG_ENDIAN or not.
6678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6679/* end confdefs.h. */
6680#include <limits.h>
6681
6682int
6683main ()
6684{
6685#ifndef _BIG_ENDIAN
6686 not big endian
6687 #endif
6688
6689 ;
6690 return 0;
6691}
6692_ACEOF
6693if ac_fn_c_try_compile "$LINENO"; then :
6694 ac_cv_c_bigendian=yes
6695else
6696 ac_cv_c_bigendian=no
6697fi
6698rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6699fi
6700rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6701 fi
6702 if test $ac_cv_c_bigendian = unknown; then
6703 # Compile a test program.
6704 if test "$cross_compiling" = yes; then :
6705 # Try to guess by grepping values from an object file.
6706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6707/* end confdefs.h. */
6708short int ascii_mm[] =
6709 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6710 short int ascii_ii[] =
6711 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6712 int use_ascii (int i) {
6713 return ascii_mm[i] + ascii_ii[i];
6714 }
6715 short int ebcdic_ii[] =
6716 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6717 short int ebcdic_mm[] =
6718 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6719 int use_ebcdic (int i) {
6720 return ebcdic_mm[i] + ebcdic_ii[i];
6721 }
6722 extern int foo;
6723
6724int
6725main ()
6726{
6727return use_ascii (foo) == use_ebcdic (foo);
6728 ;
6729 return 0;
6730}
6731_ACEOF
6732if ac_fn_c_try_compile "$LINENO"; then :
6733 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6734 ac_cv_c_bigendian=yes
6735 fi
6736 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6737 if test "$ac_cv_c_bigendian" = unknown; then
6738 ac_cv_c_bigendian=no
6739 else
6740 # finding both strings is unlikely to happen, but who knows?
6741 ac_cv_c_bigendian=unknown
6742 fi
6743 fi
6744fi
6745rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6746else
6747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6748/* end confdefs.h. */
6749$ac_includes_default
6750int
6751main ()
6752{
6753
6754 /* Are we little or big endian? From Harbison&Steele. */
6755 union
6756 {
6757 long int l;
6758 char c[sizeof (long int)];
6759 } u;
6760 u.l = 1;
6761 return u.c[sizeof (long int) - 1] == 1;
6762
6763 ;
6764 return 0;
6765}
6766_ACEOF
6767if ac_fn_c_try_run "$LINENO"; then :
6768 ac_cv_c_bigendian=no
6769else
6770 ac_cv_c_bigendian=yes
6771fi
6772rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6773 conftest.$ac_objext conftest.beam conftest.$ac_ext
6774fi
6775
6776 fi
6777fi
6778{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6779$as_echo "$ac_cv_c_bigendian" >&6; }
6780 case $ac_cv_c_bigendian in #(
6781 yes)
6782 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6783;; #(
6784 no)
6785 ;; #(
6786 universal)
6787
6788$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6789
6790 ;; #(
6791 *)
d0ac1c44 6792 as_fn_error $? "unknown endianness
0cb8d851
MF
6793 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6794 esac
6795
6bb11ab3
L
6796
6797
6798
6799# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
6800if test -z "$CC_FOR_BUILD"; then
6801 if test "x$cross_compiling" = "xno"; then
6802 CC_FOR_BUILD='$(CC)'
6803 else
6804 CC_FOR_BUILD=gcc
6805 fi
6bb11ab3
L
6806fi
6807
6808
6809
a3e2cc64
MF
6810if test -n "$ac_tool_prefix"; then
6811 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6812set dummy ${ac_tool_prefix}ar; ac_word=$2
6813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6814$as_echo_n "checking for $ac_word... " >&6; }
6815if ${ac_cv_prog_AR+:} false; then :
6816 $as_echo_n "(cached) " >&6
6817else
6818 if test -n "$AR"; then
6819 ac_cv_prog_AR="$AR" # Let the user override the test.
6820else
6821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6822for as_dir in $PATH
6823do
6824 IFS=$as_save_IFS
6825 test -z "$as_dir" && as_dir=.
6826 for ac_exec_ext in '' $ac_executable_extensions; do
6827 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6828 ac_cv_prog_AR="${ac_tool_prefix}ar"
6829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6830 break 2
6831 fi
6832done
6833 done
6834IFS=$as_save_IFS
6835
6836fi
6837fi
6838AR=$ac_cv_prog_AR
6839if test -n "$AR"; then
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6841$as_echo "$AR" >&6; }
6842else
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6844$as_echo "no" >&6; }
6845fi
6846
6847
6848fi
6849if test -z "$ac_cv_prog_AR"; then
6850 ac_ct_AR=$AR
6851 # Extract the first word of "ar", so it can be a program name with args.
6852set dummy ar; ac_word=$2
6853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6854$as_echo_n "checking for $ac_word... " >&6; }
6855if ${ac_cv_prog_ac_ct_AR+:} false; then :
6856 $as_echo_n "(cached) " >&6
6857else
6858 if test -n "$ac_ct_AR"; then
6859 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6860else
6861as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6862for as_dir in $PATH
6863do
6864 IFS=$as_save_IFS
6865 test -z "$as_dir" && as_dir=.
6866 for ac_exec_ext in '' $ac_executable_extensions; do
6867 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6868 ac_cv_prog_ac_ct_AR="ar"
6869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6870 break 2
6871 fi
6872done
6873 done
6874IFS=$as_save_IFS
6875
6876fi
6877fi
6878ac_ct_AR=$ac_cv_prog_ac_ct_AR
6879if test -n "$ac_ct_AR"; then
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6881$as_echo "$ac_ct_AR" >&6; }
6882else
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6884$as_echo "no" >&6; }
6885fi
6886
6887 if test "x$ac_ct_AR" = x; then
6888 AR=""
6889 else
6890 case $cross_compiling:$ac_tool_warned in
6891yes:)
6892{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6893$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6894ac_tool_warned=yes ;;
6895esac
6896 AR=$ac_ct_AR
6897 fi
6898else
6899 AR="$ac_cv_prog_AR"
6900fi
6bb11ab3
L
6901
6902if test -n "$ac_tool_prefix"; then
6903 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6904set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6906$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6907if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6908 $as_echo_n "(cached) " >&6
6909else
6910 if test -n "$RANLIB"; then
6911 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6912else
6913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6914for as_dir in $PATH
6915do
6916 IFS=$as_save_IFS
6917 test -z "$as_dir" && as_dir=.
6918 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6919 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6920 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6922 break 2
6923 fi
6924done
6925 done
6926IFS=$as_save_IFS
6927
6928fi
6929fi
6930RANLIB=$ac_cv_prog_RANLIB
6931if test -n "$RANLIB"; then
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6933$as_echo "$RANLIB" >&6; }
6934else
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6936$as_echo "no" >&6; }
6937fi
6938
6939
6940fi
6941if test -z "$ac_cv_prog_RANLIB"; then
6942 ac_ct_RANLIB=$RANLIB
6943 # Extract the first word of "ranlib", so it can be a program name with args.
6944set dummy ranlib; ac_word=$2
6945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6946$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6947if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6948 $as_echo_n "(cached) " >&6
6949else
6950 if test -n "$ac_ct_RANLIB"; then
6951 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6952else
6953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6954for as_dir in $PATH
6955do
6956 IFS=$as_save_IFS
6957 test -z "$as_dir" && as_dir=.
6958 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6959 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6960 ac_cv_prog_ac_ct_RANLIB="ranlib"
6961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6962 break 2
6963 fi
6964done
6965 done
6966IFS=$as_save_IFS
6967
6968fi
6969fi
6970ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6971if test -n "$ac_ct_RANLIB"; then
6972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6973$as_echo "$ac_ct_RANLIB" >&6; }
6974else
6975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6976$as_echo "no" >&6; }
6977fi
6978
6979 if test "x$ac_ct_RANLIB" = x; then
6980 RANLIB=":"
6981 else
6982 case $cross_compiling:$ac_tool_warned in
6983yes:)
6984{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6985$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6986ac_tool_warned=yes ;;
6987esac
6988 RANLIB=$ac_ct_RANLIB
6989 fi
6990else
6991 RANLIB="$ac_cv_prog_RANLIB"
6992fi
6993
6994
46f900c0
MF
6995# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6996# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6997# is C99. So handle it ourselves.
6998:
6999C_DIALECT=
7000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7001$as_echo_n "checking whether C11 is supported by default... " >&6; }
7002cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7003/* end confdefs.h. */
7004
7005#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7006# error "C11 support not found"
7007#endif
7008
7009_ACEOF
7010if ac_fn_c_try_compile "$LINENO"; then :
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7012$as_echo "yes" >&6; }
7013else
7014
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7016$as_echo "no" >&6; }
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7018$as_echo_n "checking for -std=c11 support... " >&6; }
7019 ac_save_CC="$CC"
7020 CC="$CC -std=c11"
7021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7022/* end confdefs.h. */
7023
7024#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7025# error "C11 support not found"
7026#endif
7027
7028_ACEOF
7029if ac_fn_c_try_compile "$LINENO"; then :
7030
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7032$as_echo "yes" >&6; }
7033 CC="$ac_save_CC"
7034 C_DIALECT="-std=c11"
7035
7036else
7037 as_fn_error $? "C11 is required" "$LINENO" 5
7038fi
7039rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7040fi
7041rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7042
7043
6bb11ab3
L
7044# Some of the common include files depend on bfd.h, and bfd.h checks
7045# that config.h is included first by testing that the PACKAGE macro
7046# is defined.
7047PACKAGE=sim
7048
7049cat >>confdefs.h <<_ACEOF
7050#define PACKAGE "$PACKAGE"
7051_ACEOF
7052
7053
7054
7055# Dependency checking.
7056ac_config_commands="$ac_config_commands depdir"
7057
7058
7059depcc="$CC" am_compiler_list=
7060
7061am_depcomp=$ac_aux_dir/depcomp
7062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7063$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7064if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
7065 $as_echo_n "(cached) " >&6
7066else
7067 if test -f "$am_depcomp"; then
7068 # We make a subdir and do the tests there. Otherwise we can end up
7069 # making bogus files that we don't know about and never remove. For
7070 # instance it was reported that on HP-UX the gcc test will end up
7071 # making a dummy file named `D' -- because `-MD' means `put the output
7072 # in D'.
7073 mkdir conftest.dir
7074 # Copy depcomp to subdir because otherwise we won't find it if we're
7075 # using a relative directory.
7076 cp "$am_depcomp" conftest.dir
7077 cd conftest.dir
7078 # We will build objects and dependencies in a subdirectory because
7079 # it helps to detect inapplicable dependency modes. For instance
7080 # both Tru64's cc and ICC support -MD to output dependencies as a
7081 # side effect of compilation, but ICC will put the dependencies in
7082 # the current directory while Tru64 will put them in the object
7083 # directory.
7084 mkdir sub
7085
7086 am_cv_CC_dependencies_compiler_type=none
7087 if test "$am_compiler_list" = ""; then
7088 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7089 fi
7090 for depmode in $am_compiler_list; do
7091 if test $depmode = none; then break; fi
7092
7093 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7094 # Setup a source with many dependencies, because some compilers
7095 # like to wrap large dependency lists on column 80 (with \), and
7096 # we should not choose a depcomp mode which is confused by this.
7097 #
7098 # We need to recreate these files for each test, as the compiler may
7099 # overwrite some of them when testing with obscure command lines.
7100 # This happens at least with the AIX C compiler.
7101 : > sub/conftest.c
7102 for i in 1 2 3 4 5 6; do
7103 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7104 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7105 # Solaris 8's {/usr,}/bin/sh.
7106 touch sub/conftst$i.h
7107 done
7108 echo "include sub/conftest.Po" > confmf
7109
7110 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7111 # mode. It turns out that the SunPro C++ compiler does not properly
7112 # handle `-M -o', and we need to detect this.
7113 depcmd="depmode=$depmode \
7114 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7115 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7116 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7117 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7118 if env $depcmd > conftest.err 2>&1 &&
7119 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7120 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7121 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7122 # icc doesn't choke on unknown options, it will just issue warnings
7123 # or remarks (even with -Werror). So we grep stderr for any message
7124 # that says an option was ignored or not supported.
7125 # When given -MP, icc 7.0 and 7.1 complain thusly:
7126 # icc: Command line warning: ignoring option '-M'; no argument required
7127 # The diagnosis changed in icc 8.0:
7128 # icc: Command line remark: option '-MP' not supported
7129 if (grep 'ignoring option' conftest.err ||
7130 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7131 am_cv_CC_dependencies_compiler_type=$depmode
7132 $as_echo "$as_me:$LINENO: success" >&5
7133 break
7134 fi
7135 fi
7136 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7137 sed -e 's/^/| /' < conftest.err >&5
7138 done
7139
7140 cd ..
7141 rm -rf conftest.dir
7142else
7143 am_cv_CC_dependencies_compiler_type=none
7144fi
7145
7146fi
7147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7148$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7149if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7150then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7151else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7152
7153fi
7154
7155
7156# Check for the 'make' the user wants to use.
7157for ac_prog in make
7158do
7159 # Extract the first word of "$ac_prog", so it can be a program name with args.
7160set dummy $ac_prog; ac_word=$2
7161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7162$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7163if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7164 $as_echo_n "(cached) " >&6
7165else
7166 if test -n "$MAKE"; then
7167 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7168else
7169as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7170for as_dir in $PATH
7171do
7172 IFS=$as_save_IFS
7173 test -z "$as_dir" && as_dir=.
7174 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7175 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7176 ac_cv_prog_MAKE="$ac_prog"
7177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7178 break 2
7179 fi
7180done
7181 done
7182IFS=$as_save_IFS
7183
7184fi
7185fi
7186MAKE=$ac_cv_prog_MAKE
7187if test -n "$MAKE"; then
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7189$as_echo "$MAKE" >&6; }
7190else
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7192$as_echo "no" >&6; }
7193fi
7194
7195
7196 test -n "$MAKE" && break
7197done
7198
7199MAKE_IS_GNU=
7200case "`$MAKE --version 2>&1 | sed 1q`" in
7201 *GNU*)
7202 MAKE_IS_GNU=yes
7203 ;;
7204esac
7205 if test "$MAKE_IS_GNU" = yes; then
7206 GMAKE_TRUE=
7207 GMAKE_FALSE='#'
7208else
7209 GMAKE_TRUE='#'
7210 GMAKE_FALSE=
7211fi
7212
7213
7214ALL_LINGUAS=
7215# If we haven't got the data from the intl directory,
7216# assume NLS is disabled.
7217USE_NLS=no
7218LIBINTL=
7219LIBINTL_DEP=
7220INCINTL=
7221XGETTEXT=
7222GMSGFMT=
7223POSUB=
7224
7225if test -f ../../intl/config.intl; then
7226 . ../../intl/config.intl
7227fi
7228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7229$as_echo_n "checking whether NLS is requested... " >&6; }
7230if test x"$USE_NLS" != xyes; then
7231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7232$as_echo "no" >&6; }
7233else
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7235$as_echo "yes" >&6; }
7236
7237$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7238
7239
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7241$as_echo_n "checking for catalogs to be installed... " >&6; }
7242 # Look for .po and .gmo files in the source directory.
7243 CATALOGS=
7244 XLINGUAS=
7245 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7246 # If there aren't any .gmo files the shell will give us the
7247 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7248 # weeded out.
7249 case "$cat" in *\**)
7250 continue;;
7251 esac
7252 # The quadruple backslash is collapsed to a double backslash
7253 # by the backticks, then collapsed again by the double quotes,
7254 # leaving us with one backslash in the sed expression (right
7255 # before the dot that mustn't act as a wildcard).
7256 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7257 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7258 # The user is allowed to set LINGUAS to a list of languages to
7259 # install catalogs for. If it's empty that means "all of them."
7260 if test "x$LINGUAS" = x; then
7261 CATALOGS="$CATALOGS $cat"
7262 XLINGUAS="$XLINGUAS $lang"
7263 else
7264 case "$LINGUAS" in *$lang*)
7265 CATALOGS="$CATALOGS $cat"
7266 XLINGUAS="$XLINGUAS $lang"
7267 ;;
7268 esac
7269 fi
7270 done
7271 LINGUAS="$XLINGUAS"
7272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7273$as_echo "$LINGUAS" >&6; }
7274
7275
7276 DATADIRNAME=share
7277
7278 INSTOBJEXT=.mo
7279
7280 GENCAT=gencat
7281
7282 CATOBJEXT=.gmo
7283
7284fi
7285
7286# Check for common headers.
68ed2854
MF
7287# NB: You can assume C11 headers exist.
7288for ac_header in unistd.h
6bb11ab3 7289do :
68ed2854
MF
7290 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7291if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7292 cat >>confdefs.h <<_ACEOF
68ed2854 7293#define HAVE_UNISTD_H 1
6bb11ab3
L
7294_ACEOF
7295
7296fi
7297
7298done
7299
936df756 7300for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7301do :
7302 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7303ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7304if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7305 cat >>confdefs.h <<_ACEOF
7306#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7307_ACEOF
7308
7309fi
7310
7311done
7312
7313for ac_header in fcntl.h fpu_control.h
7314do :
7315 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7316ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7317if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7318 cat >>confdefs.h <<_ACEOF
7319#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7320_ACEOF
7321
7322fi
7323
7324done
7325
68ed2854 7326for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7327do :
7328 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7329ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7330if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7331 cat >>confdefs.h <<_ACEOF
7332#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7333_ACEOF
7334
7335fi
7336
7337done
7338
7339for ac_func in getrusage time sigaction __setfpucw
7340do :
7341 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7342ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7343if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
7344 cat >>confdefs.h <<_ACEOF
7345#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7346_ACEOF
7347
7348fi
7349done
7350
936df756
MF
7351for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7352do :
7353 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7354ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7355if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
7356 cat >>confdefs.h <<_ACEOF
7357#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7358_ACEOF
7359
7360fi
7361done
7362
7363ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7364#include <sys/types.h>
7365#endif
7366#ifdef HAVE_SYS_STAT_H
7367#include <sys/stat.h>
7368#endif
7369"
d0ac1c44 7370if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7371
7372cat >>confdefs.h <<_ACEOF
7373#define HAVE_STRUCT_STAT_ST_DEV 1
7374_ACEOF
7375
7376
7377fi
7378ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7379#include <sys/types.h>
7380#endif
7381#ifdef HAVE_SYS_STAT_H
7382#include <sys/stat.h>
7383#endif
7384"
d0ac1c44 7385if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7386
7387cat >>confdefs.h <<_ACEOF
7388#define HAVE_STRUCT_STAT_ST_INO 1
7389_ACEOF
7390
7391
7392fi
7393ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7394#include <sys/types.h>
7395#endif
7396#ifdef HAVE_SYS_STAT_H
7397#include <sys/stat.h>
7398#endif
7399"
d0ac1c44 7400if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7401
7402cat >>confdefs.h <<_ACEOF
7403#define HAVE_STRUCT_STAT_ST_MODE 1
7404_ACEOF
7405
7406
7407fi
7408ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7409#include <sys/types.h>
7410#endif
7411#ifdef HAVE_SYS_STAT_H
7412#include <sys/stat.h>
7413#endif
7414"
d0ac1c44 7415if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7416
7417cat >>confdefs.h <<_ACEOF
7418#define HAVE_STRUCT_STAT_ST_NLINK 1
7419_ACEOF
7420
7421
7422fi
7423ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7424#include <sys/types.h>
7425#endif
7426#ifdef HAVE_SYS_STAT_H
7427#include <sys/stat.h>
7428#endif
7429"
d0ac1c44 7430if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7431
7432cat >>confdefs.h <<_ACEOF
7433#define HAVE_STRUCT_STAT_ST_UID 1
7434_ACEOF
7435
7436
7437fi
7438ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7439#include <sys/types.h>
7440#endif
7441#ifdef HAVE_SYS_STAT_H
7442#include <sys/stat.h>
7443#endif
7444"
d0ac1c44 7445if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7446
7447cat >>confdefs.h <<_ACEOF
7448#define HAVE_STRUCT_STAT_ST_GID 1
7449_ACEOF
7450
7451
7452fi
7453ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7454#include <sys/types.h>
7455#endif
7456#ifdef HAVE_SYS_STAT_H
7457#include <sys/stat.h>
7458#endif
7459"
d0ac1c44 7460if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7461
7462cat >>confdefs.h <<_ACEOF
7463#define HAVE_STRUCT_STAT_ST_RDEV 1
7464_ACEOF
7465
7466
7467fi
7468ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7469#include <sys/types.h>
7470#endif
7471#ifdef HAVE_SYS_STAT_H
7472#include <sys/stat.h>
7473#endif
7474"
d0ac1c44 7475if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7476
7477cat >>confdefs.h <<_ACEOF
7478#define HAVE_STRUCT_STAT_ST_SIZE 1
7479_ACEOF
7480
7481
7482fi
7483ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7484#include <sys/types.h>
7485#endif
7486#ifdef HAVE_SYS_STAT_H
7487#include <sys/stat.h>
7488#endif
7489"
d0ac1c44 7490if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7491
7492cat >>confdefs.h <<_ACEOF
7493#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7494_ACEOF
7495
7496
7497fi
7498ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7499#include <sys/types.h>
7500#endif
7501#ifdef HAVE_SYS_STAT_H
7502#include <sys/stat.h>
7503#endif
7504"
d0ac1c44 7505if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7506
7507cat >>confdefs.h <<_ACEOF
7508#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7509_ACEOF
7510
7511
7512fi
7513ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7514#include <sys/types.h>
7515#endif
7516#ifdef HAVE_SYS_STAT_H
7517#include <sys/stat.h>
7518#endif
7519"
d0ac1c44 7520if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7521
7522cat >>confdefs.h <<_ACEOF
7523#define HAVE_STRUCT_STAT_ST_ATIME 1
7524_ACEOF
7525
7526
7527fi
7528ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7529#include <sys/types.h>
7530#endif
7531#ifdef HAVE_SYS_STAT_H
7532#include <sys/stat.h>
7533#endif
7534"
d0ac1c44 7535if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7536
7537cat >>confdefs.h <<_ACEOF
7538#define HAVE_STRUCT_STAT_ST_MTIME 1
7539_ACEOF
7540
7541
7542fi
7543ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7544#include <sys/types.h>
7545#endif
7546#ifdef HAVE_SYS_STAT_H
7547#include <sys/stat.h>
7548#endif
7549"
d0ac1c44 7550if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7551
7552cat >>confdefs.h <<_ACEOF
7553#define HAVE_STRUCT_STAT_ST_CTIME 1
7554_ACEOF
7555
7556
7557fi
7558
7559ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7560#include <sys/socket.h>
7561
7562"
d0ac1c44 7563if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7564
7565cat >>confdefs.h <<_ACEOF
7566#define HAVE_SOCKLEN_T 1
7567_ACEOF
7568
7569
7570fi
7571
6bb11ab3
L
7572
7573# Check for socket libraries
7574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7575$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7576if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7577 $as_echo_n "(cached) " >&6
7578else
7579 ac_check_lib_save_LIBS=$LIBS
7580LIBS="-lsocket $LIBS"
7581cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7582/* end confdefs.h. */
7583
7584/* Override any GCC internal prototype to avoid an error.
7585 Use char because int might match the return type of a GCC
7586 builtin and then its argument prototype would still apply. */
7587#ifdef __cplusplus
7588extern "C"
7589#endif
7590char bind ();
7591int
7592main ()
7593{
7594return bind ();
7595 ;
7596 return 0;
7597}
7598_ACEOF
7599if ac_fn_c_try_link "$LINENO"; then :
7600 ac_cv_lib_socket_bind=yes
7601else
7602 ac_cv_lib_socket_bind=no
7603fi
7604rm -f core conftest.err conftest.$ac_objext \
7605 conftest$ac_exeext conftest.$ac_ext
7606LIBS=$ac_check_lib_save_LIBS
7607fi
7608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7609$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7610if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7611 cat >>confdefs.h <<_ACEOF
7612#define HAVE_LIBSOCKET 1
7613_ACEOF
7614
7615 LIBS="-lsocket $LIBS"
7616
7617fi
7618
7619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7620$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7621if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7622 $as_echo_n "(cached) " >&6
7623else
7624 ac_check_lib_save_LIBS=$LIBS
7625LIBS="-lnsl $LIBS"
7626cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7627/* end confdefs.h. */
7628
7629/* Override any GCC internal prototype to avoid an error.
7630 Use char because int might match the return type of a GCC
7631 builtin and then its argument prototype would still apply. */
7632#ifdef __cplusplus
7633extern "C"
7634#endif
7635char gethostbyname ();
7636int
7637main ()
7638{
7639return gethostbyname ();
7640 ;
7641 return 0;
7642}
7643_ACEOF
7644if ac_fn_c_try_link "$LINENO"; then :
7645 ac_cv_lib_nsl_gethostbyname=yes
7646else
7647 ac_cv_lib_nsl_gethostbyname=no
7648fi
7649rm -f core conftest.err conftest.$ac_objext \
7650 conftest$ac_exeext conftest.$ac_ext
7651LIBS=$ac_check_lib_save_LIBS
7652fi
7653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7654$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7655if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7656 cat >>confdefs.h <<_ACEOF
7657#define HAVE_LIBNSL 1
7658_ACEOF
7659
7660 LIBS="-lnsl $LIBS"
7661
7662fi
7663
7664
7665# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7666# using the same condition.
7667
aadc9410 7668 # Use the system's zlib library.
7fed4b0b
L
7669 zlibdir="-L\$(top_builddir)/../zlib"
7670 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7671
aadc9410
MF
7672# Check whether --with-system-zlib was given.
7673if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7674 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7675 zlibdir=
7676 zlibinc=
7677 fi
6bb11ab3
L
7678
7679fi
7680
6bb11ab3 7681
6bb11ab3 7682
6bb11ab3
L
7683
7684
7685# BFD uses libdl when when plugins enabled.
7686
faa743bb
RM
7687 maybe_plugins=no
7688 for ac_header in dlfcn.h
7689do :
7690 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7691"
d0ac1c44 7692if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7693 cat >>confdefs.h <<_ACEOF
7694#define HAVE_DLFCN_H 1
7695_ACEOF
7696 maybe_plugins=yes
7697fi
7698
7699done
7700
7701 for ac_header in windows.h
7702do :
7703 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7704"
d0ac1c44 7705if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7706 cat >>confdefs.h <<_ACEOF
7707#define HAVE_WINDOWS_H 1
7708_ACEOF
7709 maybe_plugins=yes
7710fi
7711
7712done
7713
7714
7715 # Check whether --enable-plugins was given.
6bb11ab3
L
7716if test "${enable_plugins+set}" = set; then :
7717 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7718 no) plugins=no ;;
7719 *) plugins=yes
7720 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7721 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7722 fi ;;
7723 esac
6bb11ab3 7724else
faa743bb
RM
7725 plugins=$maybe_plugins
7726
6bb11ab3
L
7727fi
7728
2974be62 7729 if test "$plugins" = "yes"; then
37f980dc
SM
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7731$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7732if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7733 $as_echo_n "(cached) " >&6
7734else
7735 ac_func_search_save_LIBS=$LIBS
7736cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7737/* end confdefs.h. */
7738
7739/* Override any GCC internal prototype to avoid an error.
7740 Use char because int might match the return type of a GCC
7741 builtin and then its argument prototype would still apply. */
7742#ifdef __cplusplus
7743extern "C"
7744#endif
37f980dc 7745char dlsym ();
2974be62
AM
7746int
7747main ()
7748{
37f980dc 7749return dlsym ();
2974be62
AM
7750 ;
7751 return 0;
7752}
7753_ACEOF
7754for ac_lib in '' dl; do
7755 if test -z "$ac_lib"; then
7756 ac_res="none required"
7757 else
7758 ac_res=-l$ac_lib
7759 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7760 fi
7761 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7762 ac_cv_search_dlsym=$ac_res
2974be62
AM
7763fi
7764rm -f core conftest.err conftest.$ac_objext \
7765 conftest$ac_exeext
d0ac1c44 7766 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7767 break
7768fi
7769done
d0ac1c44 7770if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7771
7772else
37f980dc 7773 ac_cv_search_dlsym=no
2974be62
AM
7774fi
7775rm conftest.$ac_ext
7776LIBS=$ac_func_search_save_LIBS
7777fi
37f980dc
SM
7778{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7779$as_echo "$ac_cv_search_dlsym" >&6; }
7780ac_res=$ac_cv_search_dlsym
2974be62
AM
7781if test "$ac_res" != no; then :
7782 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7783
7784fi
7785
7786 fi
6bb11ab3
L
7787
7788 if test "$plugins" = yes; then
7789 PLUGINS_TRUE=
7790 PLUGINS_FALSE='#'
7791else
7792 PLUGINS_TRUE='#'
7793 PLUGINS_FALSE=
7794fi
7795
7796
7797
7798
7799
7800# Set options
7801enable_dlopen=yes
7802
7803
7804
7805
7806 enable_win32_dll=no
7807
7808
7809 # Check whether --enable-shared was given.
7810if test "${enable_shared+set}" = set; then :
7811 enableval=$enable_shared; p=${PACKAGE-default}
7812 case $enableval in
7813 yes) enable_shared=yes ;;
7814 no) enable_shared=no ;;
7815 *)
7816 enable_shared=no
7817 # Look at the argument we got. We use all the common list separators.
7818 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7819 for pkg in $enableval; do
7820 IFS="$lt_save_ifs"
7821 if test "X$pkg" = "X$p"; then
7822 enable_shared=yes
7823 fi
7824 done
7825 IFS="$lt_save_ifs"
7826 ;;
7827 esac
7828else
7829 enable_shared=yes
7830fi
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840 # Check whether --enable-static was given.
7841if test "${enable_static+set}" = set; then :
7842 enableval=$enable_static; p=${PACKAGE-default}
7843 case $enableval in
7844 yes) enable_static=yes ;;
7845 no) enable_static=no ;;
7846 *)
7847 enable_static=no
7848 # Look at the argument we got. We use all the common list separators.
7849 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7850 for pkg in $enableval; do
7851 IFS="$lt_save_ifs"
7852 if test "X$pkg" = "X$p"; then
7853 enable_static=yes
7854 fi
7855 done
7856 IFS="$lt_save_ifs"
7857 ;;
7858 esac
7859else
7860 enable_static=yes
7861fi
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872# Check whether --with-pic was given.
7873if test "${with_pic+set}" = set; then :
7874 withval=$with_pic; pic_mode="$withval"
7875else
7876 pic_mode=default
7877fi
7878
7879
7880test -z "$pic_mode" && pic_mode=default
7881
7882
7883
7884
7885
7886
7887
7888 # Check whether --enable-fast-install was given.
7889if test "${enable_fast_install+set}" = set; then :
7890 enableval=$enable_fast_install; p=${PACKAGE-default}
7891 case $enableval in
7892 yes) enable_fast_install=yes ;;
7893 no) enable_fast_install=no ;;
7894 *)
7895 enable_fast_install=no
7896 # Look at the argument we got. We use all the common list separators.
7897 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7898 for pkg in $enableval; do
7899 IFS="$lt_save_ifs"
7900 if test "X$pkg" = "X$p"; then
7901 enable_fast_install=yes
7902 fi
7903 done
7904 IFS="$lt_save_ifs"
7905 ;;
7906 esac
7907else
7908 enable_fast_install=yes
7909fi
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921# This can be used to rebuild libtool when needed
7922LIBTOOL_DEPS="$ltmain"
7923
7924# Always use our own libtool.
7925LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952test -z "$LN_S" && LN_S="ln -s"
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967if test -n "${ZSH_VERSION+set}" ; then
7968 setopt NO_GLOB_SUBST
7969fi
7970
7971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7972$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7973if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7974 $as_echo_n "(cached) " >&6
7975else
7976 rm -f .libs 2>/dev/null
7977mkdir .libs 2>/dev/null
7978if test -d .libs; then
7979 lt_cv_objdir=.libs
7980else
7981 # MS-DOS does not allow filenames that begin with a dot.
7982 lt_cv_objdir=_libs
7983fi
7984rmdir .libs 2>/dev/null
7985fi
7986{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7987$as_echo "$lt_cv_objdir" >&6; }
7988objdir=$lt_cv_objdir
7989
7990
7991
7992
7993
7994cat >>confdefs.h <<_ACEOF
7995#define LT_OBJDIR "$lt_cv_objdir/"
7996_ACEOF
7997
7998
7999
8000
8001case $host_os in
8002aix3*)
8003 # AIX sometimes has problems with the GCC collect2 program. For some
8004 # reason, if we set the COLLECT_NAMES environment variable, the problems
8005 # vanish in a puff of smoke.
8006 if test "X${COLLECT_NAMES+set}" != Xset; then
8007 COLLECT_NAMES=
8008 export COLLECT_NAMES
8009 fi
8010 ;;
8011esac
8012
8013# Global variables:
8014ofile=libtool
8015can_build_shared=yes
8016
8017# All known linkers require a `.a' archive for static linking (except MSVC,
8018# which needs '.lib').
8019libext=a
8020
8021with_gnu_ld="$lt_cv_prog_gnu_ld"
8022
8023old_CC="$CC"
8024old_CFLAGS="$CFLAGS"
8025
8026# Set sane defaults for various variables
8027test -z "$CC" && CC=cc
8028test -z "$LTCC" && LTCC=$CC
8029test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8030test -z "$LD" && LD=ld
8031test -z "$ac_objext" && ac_objext=o
8032
8033for cc_temp in $compiler""; do
8034 case $cc_temp in
8035 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8036 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8037 \-*) ;;
8038 *) break;;
8039 esac
8040done
8041cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8042
8043
8044# Only perform the check for file, if the check method requires it
8045test -z "$MAGIC_CMD" && MAGIC_CMD=file
8046case $deplibs_check_method in
8047file_magic*)
8048 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8050$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8051if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8052 $as_echo_n "(cached) " >&6
8053else
8054 case $MAGIC_CMD in
8055[\\/*] | ?:[\\/]*)
8056 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8057 ;;
8058*)
8059 lt_save_MAGIC_CMD="$MAGIC_CMD"
8060 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8061 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8062 for ac_dir in $ac_dummy; do
8063 IFS="$lt_save_ifs"
8064 test -z "$ac_dir" && ac_dir=.
8065 if test -f $ac_dir/${ac_tool_prefix}file; then
8066 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8067 if test -n "$file_magic_test_file"; then
8068 case $deplibs_check_method in
8069 "file_magic "*)
8070 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8071 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8072 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8073 $EGREP "$file_magic_regex" > /dev/null; then
8074 :
8075 else
8076 cat <<_LT_EOF 1>&2
8077
8078*** Warning: the command libtool uses to detect shared libraries,
8079*** $file_magic_cmd, produces output that libtool cannot recognize.
8080*** The result is that libtool may fail to recognize shared libraries
8081*** as such. This will affect the creation of libtool libraries that
8082*** depend on shared libraries, but programs linked with such libtool
8083*** libraries will work regardless of this problem. Nevertheless, you
8084*** may want to report the problem to your system manager and/or to
8085*** bug-libtool@gnu.org
8086
8087_LT_EOF
8088 fi ;;
8089 esac
8090 fi
8091 break
8092 fi
8093 done
8094 IFS="$lt_save_ifs"
8095 MAGIC_CMD="$lt_save_MAGIC_CMD"
8096 ;;
8097esac
f0569246 8098fi
f0569246 8099
6bb11ab3
L
8100MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8101if test -n "$MAGIC_CMD"; then
8102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8103$as_echo "$MAGIC_CMD" >&6; }
8104else
8105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8106$as_echo "no" >&6; }
8107fi
8108
8109
8110
8111
8112
8113if test -z "$lt_cv_path_MAGIC_CMD"; then
8114 if test -n "$ac_tool_prefix"; then
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8116$as_echo_n "checking for file... " >&6; }
d0ac1c44 8117if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8118 $as_echo_n "(cached) " >&6
8119else
8120 case $MAGIC_CMD in
8121[\\/*] | ?:[\\/]*)
8122 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8123 ;;
8124*)
8125 lt_save_MAGIC_CMD="$MAGIC_CMD"
8126 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8127 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8128 for ac_dir in $ac_dummy; do
8129 IFS="$lt_save_ifs"
8130 test -z "$ac_dir" && ac_dir=.
8131 if test -f $ac_dir/file; then
8132 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8133 if test -n "$file_magic_test_file"; then
8134 case $deplibs_check_method in
8135 "file_magic "*)
8136 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8137 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8138 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8139 $EGREP "$file_magic_regex" > /dev/null; then
8140 :
8141 else
8142 cat <<_LT_EOF 1>&2
8143
8144*** Warning: the command libtool uses to detect shared libraries,
8145*** $file_magic_cmd, produces output that libtool cannot recognize.
8146*** The result is that libtool may fail to recognize shared libraries
8147*** as such. This will affect the creation of libtool libraries that
8148*** depend on shared libraries, but programs linked with such libtool
8149*** libraries will work regardless of this problem. Nevertheless, you
8150*** may want to report the problem to your system manager and/or to
8151*** bug-libtool@gnu.org
8152
8153_LT_EOF
8154 fi ;;
8155 esac
8156 fi
8157 break
8158 fi
8159 done
8160 IFS="$lt_save_ifs"
8161 MAGIC_CMD="$lt_save_MAGIC_CMD"
8162 ;;
81ecdfbb 8163esac
6bb11ab3
L
8164fi
8165
8166MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8167if test -n "$MAGIC_CMD"; then
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8169$as_echo "$MAGIC_CMD" >&6; }
8170else
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8172$as_echo "no" >&6; }
8173fi
8174
8175
f0569246 8176 else
6bb11ab3 8177 MAGIC_CMD=:
f0569246
AC
8178 fi
8179fi
81ecdfbb 8180
6bb11ab3
L
8181 fi
8182 ;;
81ecdfbb 8183esac
6bb11ab3
L
8184
8185# Use C for the default configuration in the libtool script
8186
8187lt_save_CC="$CC"
8188ac_ext=c
8189ac_cpp='$CPP $CPPFLAGS'
8190ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8191ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8192ac_compiler_gnu=$ac_cv_c_compiler_gnu
8193
8194
8195# Source file extension for C test sources.
8196ac_ext=c
8197
8198# Object file extension for compiled C test sources.
8199objext=o
8200objext=$objext
8201
8202# Code to be used in simple compile tests
8203lt_simple_compile_test_code="int some_variable = 0;"
8204
8205# Code to be used in simple link tests
8206lt_simple_link_test_code='int main(){return(0);}'
8207
8208
8209
8210
8211
8212
8213
8214# If no C compiler was specified, use CC.
8215LTCC=${LTCC-"$CC"}
8216
8217# If no C compiler flags were specified, use CFLAGS.
8218LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8219
8220# Allow CC to be a program name with arguments.
8221compiler=$CC
8222
8223# Save the default compiler, since it gets overwritten when the other
8224# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8225compiler_DEFAULT=$CC
8226
8227# save warnings/boilerplate of simple test code
8228ac_outfile=conftest.$ac_objext
8229echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8230eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8231_lt_compiler_boilerplate=`cat conftest.err`
8232$RM conftest*
8233
8234ac_outfile=conftest.$ac_objext
8235echo "$lt_simple_link_test_code" >conftest.$ac_ext
8236eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8237_lt_linker_boilerplate=`cat conftest.err`
8238$RM -r conftest*
8239
8240
8241## CAVEAT EMPTOR:
8242## There is no encapsulation within the following macros, do not change
8243## the running order or otherwise move them around unless you know exactly
8244## what you are doing...
8245if test -n "$compiler"; then
8246
8247lt_prog_compiler_no_builtin_flag=
8248
8249if test "$GCC" = yes; then
8250 case $cc_basename in
8251 nvcc*)
8252 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8253 *)
8254 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8255 esac
6bb11ab3
L
8256
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8258$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8259if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8260 $as_echo_n "(cached) " >&6
f0569246 8261else
6bb11ab3
L
8262 lt_cv_prog_compiler_rtti_exceptions=no
8263 ac_outfile=conftest.$ac_objext
8264 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8265 lt_compiler_flag="-fno-rtti -fno-exceptions"
8266 # Insert the option either (1) after the last *FLAGS variable, or
8267 # (2) before a word containing "conftest.", or (3) at the end.
8268 # Note that $ac_compile itself does not contain backslashes and begins
8269 # with a dollar sign (not a hyphen), so the echo should work correctly.
8270 # The option is referenced via a variable to avoid confusing sed.
8271 lt_compile=`echo "$ac_compile" | $SED \
8272 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8273 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8274 -e 's:$: $lt_compiler_flag:'`
8275 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8276 (eval "$lt_compile" 2>conftest.err)
8277 ac_status=$?
8278 cat conftest.err >&5
8279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8280 if (exit $ac_status) && test -s "$ac_outfile"; then
8281 # The compiler can only warn and ignore the option if not recognized
8282 # So say no if there are warnings other than the usual output.
8283 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8284 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8285 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8286 lt_cv_prog_compiler_rtti_exceptions=yes
8287 fi
8288 fi
8289 $RM conftest*
8290
f0569246 8291fi
6bb11ab3
L
8292{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8293$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8294
8295if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8296 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8297else
8298 :
8299fi
8300
8301fi
8302
8303
8304
8305
8306
8307
8308 lt_prog_compiler_wl=
8309lt_prog_compiler_pic=
8310lt_prog_compiler_static=
8311
8312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8313$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8314
8315 if test "$GCC" = yes; then
8316 lt_prog_compiler_wl='-Wl,'
8317 lt_prog_compiler_static='-static'
8318
8319 case $host_os in
8320 aix*)
8321 # All AIX code is PIC.
8322 if test "$host_cpu" = ia64; then
8323 # AIX 5 now supports IA64 processor
8324 lt_prog_compiler_static='-Bstatic'
8325 fi
8326 lt_prog_compiler_pic='-fPIC'
8327 ;;
8328
8329 amigaos*)
8330 case $host_cpu in
8331 powerpc)
8332 # see comment about AmigaOS4 .so support
8333 lt_prog_compiler_pic='-fPIC'
8334 ;;
8335 m68k)
8336 # FIXME: we need at least 68020 code to build shared libraries, but
8337 # adding the `-m68020' flag to GCC prevents building anything better,
8338 # like `-m68040'.
8339 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8340 ;;
8341 esac
8342 ;;
8343
8344 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8345 # PIC is the default for these OSes.
8346 ;;
8347
8348 mingw* | cygwin* | pw32* | os2* | cegcc*)
8349 # This hack is so that the source file can tell whether it is being
8350 # built for inclusion in a dll (and should export symbols for example).
8351 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8352 # (--disable-auto-import) libraries
8353 lt_prog_compiler_pic='-DDLL_EXPORT'
8354 ;;
8355
8356 darwin* | rhapsody*)
8357 # PIC is the default on this platform
8358 # Common symbols not allowed in MH_DYLIB files
8359 lt_prog_compiler_pic='-fno-common'
8360 ;;
8361
8362 haiku*)
8363 # PIC is the default for Haiku.
8364 # The "-static" flag exists, but is broken.
8365 lt_prog_compiler_static=
8366 ;;
8367
8368 hpux*)
8369 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8370 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8371 # sets the default TLS model and affects inlining.
8372 case $host_cpu in
8373 hppa*64*)
8374 # +Z the default
8375 ;;
8376 *)
8377 lt_prog_compiler_pic='-fPIC'
8378 ;;
8379 esac
8380 ;;
8381
8382 interix[3-9]*)
8383 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8384 # Instead, we relocate shared libraries at runtime.
8385 ;;
8386
8387 msdosdjgpp*)
8388 # Just because we use GCC doesn't mean we suddenly get shared libraries
8389 # on systems that don't support them.
8390 lt_prog_compiler_can_build_shared=no
8391 enable_shared=no
8392 ;;
8393
8394 *nto* | *qnx*)
8395 # QNX uses GNU C++, but need to define -shared option too, otherwise
8396 # it will coredump.
8397 lt_prog_compiler_pic='-fPIC -shared'
8398 ;;
8399
8400 sysv4*MP*)
8401 if test -d /usr/nec; then
8402 lt_prog_compiler_pic=-Kconform_pic
8403 fi
8404 ;;
8405
8406 *)
8407 lt_prog_compiler_pic='-fPIC'
8408 ;;
8409 esac
8410
8411 case $cc_basename in
8412 nvcc*) # Cuda Compiler Driver 2.2
8413 lt_prog_compiler_wl='-Xlinker '
8414 lt_prog_compiler_pic='-Xcompiler -fPIC'
8415 ;;
8416 esac
8417 else
8418 # PORTME Check for flag to pass linker flags through the system compiler.
8419 case $host_os in
8420 aix*)
8421 lt_prog_compiler_wl='-Wl,'
8422 if test "$host_cpu" = ia64; then
8423 # AIX 5 now supports IA64 processor
8424 lt_prog_compiler_static='-Bstatic'
8425 else
8426 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8427 fi
8428 ;;
8429
8430 mingw* | cygwin* | pw32* | os2* | cegcc*)
8431 # This hack is so that the source file can tell whether it is being
8432 # built for inclusion in a dll (and should export symbols for example).
8433 lt_prog_compiler_pic='-DDLL_EXPORT'
8434 ;;
8435
8436 hpux9* | hpux10* | hpux11*)
8437 lt_prog_compiler_wl='-Wl,'
8438 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8439 # not for PA HP-UX.
8440 case $host_cpu in
8441 hppa*64*|ia64*)
8442 # +Z the default
8443 ;;
8444 *)
8445 lt_prog_compiler_pic='+Z'
8446 ;;
8447 esac
8448 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8449 lt_prog_compiler_static='${wl}-a ${wl}archive'
8450 ;;
8451
8452 irix5* | irix6* | nonstopux*)
8453 lt_prog_compiler_wl='-Wl,'
8454 # PIC (with -KPIC) is the default.
8455 lt_prog_compiler_static='-non_shared'
8456 ;;
8457
8458 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8459 case $cc_basename in
8460 # old Intel for x86_64 which still supported -KPIC.
8461 ecc*)
8462 lt_prog_compiler_wl='-Wl,'
8463 lt_prog_compiler_pic='-KPIC'
8464 lt_prog_compiler_static='-static'
8465 ;;
8466 # icc used to be incompatible with GCC.
8467 # ICC 10 doesn't accept -KPIC any more.
8468 icc* | ifort*)
8469 lt_prog_compiler_wl='-Wl,'
8470 lt_prog_compiler_pic='-fPIC'
8471 lt_prog_compiler_static='-static'
8472 ;;
8473 # Lahey Fortran 8.1.
8474 lf95*)
8475 lt_prog_compiler_wl='-Wl,'
8476 lt_prog_compiler_pic='--shared'
8477 lt_prog_compiler_static='--static'
8478 ;;
8479 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8480 # Portland Group compilers (*not* the Pentium gcc compiler,
8481 # which looks to be a dead project)
8482 lt_prog_compiler_wl='-Wl,'
8483 lt_prog_compiler_pic='-fpic'
8484 lt_prog_compiler_static='-Bstatic'
8485 ;;
8486 ccc*)
8487 lt_prog_compiler_wl='-Wl,'
8488 # All Alpha code is PIC.
8489 lt_prog_compiler_static='-non_shared'
8490 ;;
8491 xl* | bgxl* | bgf* | mpixl*)
8492 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8493 lt_prog_compiler_wl='-Wl,'
8494 lt_prog_compiler_pic='-qpic'
8495 lt_prog_compiler_static='-qstaticlink'
8496 ;;
8497 *)
8498 case `$CC -V 2>&1 | sed 5q` in
8499 *Sun\ F* | *Sun*Fortran*)
8500 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8501 lt_prog_compiler_pic='-KPIC'
8502 lt_prog_compiler_static='-Bstatic'
8503 lt_prog_compiler_wl=''
8504 ;;
8505 *Sun\ C*)
8506 # Sun C 5.9
8507 lt_prog_compiler_pic='-KPIC'
8508 lt_prog_compiler_static='-Bstatic'
8509 lt_prog_compiler_wl='-Wl,'
8510 ;;
8511 esac
8512 ;;
8513 esac
8514 ;;
8515
8516 newsos6)
8517 lt_prog_compiler_pic='-KPIC'
8518 lt_prog_compiler_static='-Bstatic'
8519 ;;
8520
8521 *nto* | *qnx*)
8522 # QNX uses GNU C++, but need to define -shared option too, otherwise
8523 # it will coredump.
8524 lt_prog_compiler_pic='-fPIC -shared'
8525 ;;
8526
8527 osf3* | osf4* | osf5*)
8528 lt_prog_compiler_wl='-Wl,'
8529 # All OSF/1 code is PIC.
8530 lt_prog_compiler_static='-non_shared'
8531 ;;
8532
8533 rdos*)
8534 lt_prog_compiler_static='-non_shared'
8535 ;;
8536
8537 solaris*)
8538 lt_prog_compiler_pic='-KPIC'
8539 lt_prog_compiler_static='-Bstatic'
8540 case $cc_basename in
8541 f77* | f90* | f95*)
8542 lt_prog_compiler_wl='-Qoption ld ';;
8543 *)
8544 lt_prog_compiler_wl='-Wl,';;
8545 esac
8546 ;;
8547
8548 sunos4*)
8549 lt_prog_compiler_wl='-Qoption ld '
8550 lt_prog_compiler_pic='-PIC'
8551 lt_prog_compiler_static='-Bstatic'
8552 ;;
f0569246 8553
6bb11ab3
L
8554 sysv4 | sysv4.2uw2* | sysv4.3*)
8555 lt_prog_compiler_wl='-Wl,'
8556 lt_prog_compiler_pic='-KPIC'
8557 lt_prog_compiler_static='-Bstatic'
8558 ;;
f0569246 8559
6bb11ab3
L
8560 sysv4*MP*)
8561 if test -d /usr/nec ;then
8562 lt_prog_compiler_pic='-Kconform_pic'
8563 lt_prog_compiler_static='-Bstatic'
8564 fi
8565 ;;
f0569246 8566
6bb11ab3
L
8567 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8568 lt_prog_compiler_wl='-Wl,'
8569 lt_prog_compiler_pic='-KPIC'
8570 lt_prog_compiler_static='-Bstatic'
8571 ;;
8572
8573 unicos*)
8574 lt_prog_compiler_wl='-Wl,'
8575 lt_prog_compiler_can_build_shared=no
8576 ;;
8577
8578 uts4*)
8579 lt_prog_compiler_pic='-pic'
8580 lt_prog_compiler_static='-Bstatic'
8581 ;;
8582
8583 *)
8584 lt_prog_compiler_can_build_shared=no
8585 ;;
8586 esac
8587 fi
8588
8589case $host_os in
8590 # For platforms which do not support PIC, -DPIC is meaningless:
8591 *djgpp*)
8592 lt_prog_compiler_pic=
8593 ;;
8594 *)
8595 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8596 ;;
81ecdfbb 8597esac
6bb11ab3
L
8598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8599$as_echo "$lt_prog_compiler_pic" >&6; }
8600
8601
8602
8603
8604
8605
8606#
8607# Check to make sure the PIC flag actually works.
8608#
8609if test -n "$lt_prog_compiler_pic"; then
8610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8611$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8612if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8613 $as_echo_n "(cached) " >&6
b7026657 8614else
6bb11ab3
L
8615 lt_cv_prog_compiler_pic_works=no
8616 ac_outfile=conftest.$ac_objext
8617 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8618 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8619 # Insert the option either (1) after the last *FLAGS variable, or
8620 # (2) before a word containing "conftest.", or (3) at the end.
8621 # Note that $ac_compile itself does not contain backslashes and begins
8622 # with a dollar sign (not a hyphen), so the echo should work correctly.
8623 # The option is referenced via a variable to avoid confusing sed.
8624 lt_compile=`echo "$ac_compile" | $SED \
8625 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8626 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8627 -e 's:$: $lt_compiler_flag:'`
8628 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8629 (eval "$lt_compile" 2>conftest.err)
8630 ac_status=$?
8631 cat conftest.err >&5
8632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8633 if (exit $ac_status) && test -s "$ac_outfile"; then
8634 # The compiler can only warn and ignore the option if not recognized
8635 # So say no if there are warnings other than the usual output.
8636 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8637 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8638 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8639 lt_cv_prog_compiler_pic_works=yes
8640 fi
8641 fi
8642 $RM conftest*
b7026657 8643
b7026657 8644fi
6bb11ab3
L
8645{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8646$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8647
8648if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8649 case $lt_prog_compiler_pic in
8650 "" | " "*) ;;
8651 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8652 esac
8653else
8654 lt_prog_compiler_pic=
8655 lt_prog_compiler_can_build_shared=no
f0569246 8656fi
6bb11ab3
L
8657
8658fi
8659
8660
8661
8662
8663
8664
8665#
8666# Check to make sure the static flag actually works.
8667#
8668wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8670$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8671if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8672 $as_echo_n "(cached) " >&6
f0569246 8673else
6bb11ab3
L
8674 lt_cv_prog_compiler_static_works=no
8675 save_LDFLAGS="$LDFLAGS"
8676 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8677 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8678 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8679 # The linker can only warn and ignore the option if not recognized
8680 # So say no if there are warnings
8681 if test -s conftest.err; then
8682 # Append any errors to the config.log.
8683 cat conftest.err 1>&5
8684 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8685 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8686 if diff conftest.exp conftest.er2 >/dev/null; then
8687 lt_cv_prog_compiler_static_works=yes
8688 fi
8689 else
8690 lt_cv_prog_compiler_static_works=yes
8691 fi
8692 fi
8693 $RM -r conftest*
8694 LDFLAGS="$save_LDFLAGS"
f0569246 8695
6bb11ab3
L
8696fi
8697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8698$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8699
6bb11ab3
L
8700if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8701 :
f0569246 8702else
6bb11ab3 8703 lt_prog_compiler_static=
f0569246 8704fi
b7026657 8705
6bb11ab3
L
8706
8707
8708
8709
8710
8711
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8713$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8714if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8715 $as_echo_n "(cached) " >&6
81ecdfbb 8716else
6bb11ab3
L
8717 lt_cv_prog_compiler_c_o=no
8718 $RM -r conftest 2>/dev/null
8719 mkdir conftest
8720 cd conftest
8721 mkdir out
8722 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8723
8724 lt_compiler_flag="-o out/conftest2.$ac_objext"
8725 # Insert the option either (1) after the last *FLAGS variable, or
8726 # (2) before a word containing "conftest.", or (3) at the end.
8727 # Note that $ac_compile itself does not contain backslashes and begins
8728 # with a dollar sign (not a hyphen), so the echo should work correctly.
8729 lt_compile=`echo "$ac_compile" | $SED \
8730 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8731 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8732 -e 's:$: $lt_compiler_flag:'`
8733 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8734 (eval "$lt_compile" 2>out/conftest.err)
8735 ac_status=$?
8736 cat out/conftest.err >&5
8737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8738 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8739 then
8740 # The compiler can only warn and ignore the option if not recognized
8741 # So say no if there are warnings
8742 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8743 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8744 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8745 lt_cv_prog_compiler_c_o=yes
8746 fi
8747 fi
8748 chmod u+w . 2>&5
8749 $RM conftest*
8750 # SGI C++ compiler will create directory out/ii_files/ for
8751 # template instantiation
8752 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8753 $RM out/* && rmdir out
8754 cd ..
8755 $RM -r conftest
8756 $RM conftest*
8757
81ecdfbb 8758fi
6bb11ab3
L
8759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8760$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8761
8762
8763
8764
8765
8766
8767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8768$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8769if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8770 $as_echo_n "(cached) " >&6
8771else
6bb11ab3
L
8772 lt_cv_prog_compiler_c_o=no
8773 $RM -r conftest 2>/dev/null
8774 mkdir conftest
8775 cd conftest
8776 mkdir out
8777 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8778
8779 lt_compiler_flag="-o out/conftest2.$ac_objext"
8780 # Insert the option either (1) after the last *FLAGS variable, or
8781 # (2) before a word containing "conftest.", or (3) at the end.
8782 # Note that $ac_compile itself does not contain backslashes and begins
8783 # with a dollar sign (not a hyphen), so the echo should work correctly.
8784 lt_compile=`echo "$ac_compile" | $SED \
8785 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8786 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8787 -e 's:$: $lt_compiler_flag:'`
8788 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8789 (eval "$lt_compile" 2>out/conftest.err)
8790 ac_status=$?
8791 cat out/conftest.err >&5
8792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8793 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8794 then
8795 # The compiler can only warn and ignore the option if not recognized
8796 # So say no if there are warnings
8797 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8798 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8799 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8800 lt_cv_prog_compiler_c_o=yes
8801 fi
8802 fi
8803 chmod u+w . 2>&5
8804 $RM conftest*
8805 # SGI C++ compiler will create directory out/ii_files/ for
8806 # template instantiation
8807 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8808 $RM out/* && rmdir out
8809 cd ..
8810 $RM -r conftest
8811 $RM conftest*
8812
8813fi
8814{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8815$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8816
8817
8818
8819
8820hard_links="nottested"
8821if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8822 # do not overwrite the value of need_locks provided by the user
8823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8824$as_echo_n "checking if we can lock with hard links... " >&6; }
8825 hard_links=yes
8826 $RM conftest*
8827 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8828 touch conftest.a
8829 ln conftest.a conftest.b 2>&5 || hard_links=no
8830 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8832$as_echo "$hard_links" >&6; }
8833 if test "$hard_links" = no; then
8834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8835$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8836 need_locks=warn
8837 fi
8838else
8839 need_locks=no
8840fi
8841
8842
8843
8844
8845
8846
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8848$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8849
8850 runpath_var=
8851 allow_undefined_flag=
8852 always_export_symbols=no
8853 archive_cmds=
8854 archive_expsym_cmds=
8855 compiler_needs_object=no
8856 enable_shared_with_static_runtimes=no
8857 export_dynamic_flag_spec=
8858 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8859 hardcode_automatic=no
8860 hardcode_direct=no
8861 hardcode_direct_absolute=no
8862 hardcode_libdir_flag_spec=
8863 hardcode_libdir_flag_spec_ld=
8864 hardcode_libdir_separator=
8865 hardcode_minus_L=no
8866 hardcode_shlibpath_var=unsupported
8867 inherit_rpath=no
8868 link_all_deplibs=unknown
8869 module_cmds=
8870 module_expsym_cmds=
8871 old_archive_from_new_cmds=
8872 old_archive_from_expsyms_cmds=
8873 thread_safe_flag_spec=
8874 whole_archive_flag_spec=
8875 # include_expsyms should be a list of space-separated symbols to be *always*
8876 # included in the symbol list
8877 include_expsyms=
8878 # exclude_expsyms can be an extended regexp of symbols to exclude
8879 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8880 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8881 # as well as any symbol that contains `d'.
8882 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8883 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8884 # platforms (ab)use it in PIC code, but their linkers get confused if
8885 # the symbol is explicitly referenced. Since portable code cannot
8886 # rely on this symbol name, it's probably fine to never include it in
8887 # preloaded symbol tables.
8888 # Exclude shared library initialization/finalization symbols.
8889 extract_expsyms_cmds=
8890
8891 case $host_os in
8892 cygwin* | mingw* | pw32* | cegcc*)
8893 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8894 # When not using gcc, we currently assume that we are using
8895 # Microsoft Visual C++.
8896 if test "$GCC" != yes; then
8897 with_gnu_ld=no
8898 fi
8899 ;;
8900 interix*)
8901 # we just hope/assume this is gcc and not c89 (= MSVC++)
8902 with_gnu_ld=yes
8903 ;;
8904 openbsd*)
8905 with_gnu_ld=no
8906 ;;
8907 esac
f0569246 8908
6bb11ab3
L
8909 ld_shlibs=yes
8910
8911 # On some targets, GNU ld is compatible enough with the native linker
8912 # that we're better off using the native interface for both.
8913 lt_use_gnu_ld_interface=no
8914 if test "$with_gnu_ld" = yes; then
8915 case $host_os in
8916 aix*)
8917 # The AIX port of GNU ld has always aspired to compatibility
8918 # with the native linker. However, as the warning in the GNU ld
8919 # block says, versions before 2.19.5* couldn't really create working
8920 # shared libraries, regardless of the interface used.
8921 case `$LD -v 2>&1` in
8922 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8923 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8924 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8925 *)
8926 lt_use_gnu_ld_interface=yes
8927 ;;
8928 esac
8929 ;;
8930 *)
8931 lt_use_gnu_ld_interface=yes
8932 ;;
8933 esac
8934 fi
f0569246 8935
6bb11ab3
L
8936 if test "$lt_use_gnu_ld_interface" = yes; then
8937 # If archive_cmds runs LD, not CC, wlarc should be empty
8938 wlarc='${wl}'
8939
8940 # Set some defaults for GNU ld with shared library support. These
8941 # are reset later if shared libraries are not supported. Putting them
8942 # here allows them to be overridden if necessary.
8943 runpath_var=LD_RUN_PATH
8944 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8945 export_dynamic_flag_spec='${wl}--export-dynamic'
8946 # ancient GNU ld didn't support --whole-archive et. al.
8947 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8948 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8949 else
8950 whole_archive_flag_spec=
8951 fi
8952 supports_anon_versioning=no
8953 case `$LD -v 2>&1` in
8954 *GNU\ gold*) supports_anon_versioning=yes ;;
8955 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8956 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8957 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8958 *\ 2.11.*) ;; # other 2.11 versions
8959 *) supports_anon_versioning=yes ;;
8960 esac
8961
8962 # See if GNU ld supports shared libraries.
8963 case $host_os in
8964 aix[3-9]*)
8965 # On AIX/PPC, the GNU linker is very broken
8966 if test "$host_cpu" != ia64; then
8967 ld_shlibs=no
8968 cat <<_LT_EOF 1>&2
8969
8970*** Warning: the GNU linker, at least up to release 2.19, is reported
8971*** to be unable to reliably create shared libraries on AIX.
8972*** Therefore, libtool is disabling shared libraries support. If you
8973*** really care for shared libraries, you may want to install binutils
8974*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8975*** You will then need to restart the configuration process.
8976
8977_LT_EOF
8978 fi
8979 ;;
8980
8981 amigaos*)
8982 case $host_cpu in
8983 powerpc)
8984 # see comment about AmigaOS4 .so support
8985 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8986 archive_expsym_cmds=''
8987 ;;
8988 m68k)
8989 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)'
8990 hardcode_libdir_flag_spec='-L$libdir'
8991 hardcode_minus_L=yes
8992 ;;
8993 esac
8994 ;;
8995
8996 beos*)
8997 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8998 allow_undefined_flag=unsupported
8999 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9000 # support --undefined. This deserves some investigation. FIXME
9001 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9002 else
9003 ld_shlibs=no
9004 fi
9005 ;;
9006
9007 cygwin* | mingw* | pw32* | cegcc*)
9008 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9009 # as there is no search path for DLLs.
9010 hardcode_libdir_flag_spec='-L$libdir'
9011 export_dynamic_flag_spec='${wl}--export-all-symbols'
9012 allow_undefined_flag=unsupported
9013 always_export_symbols=no
9014 enable_shared_with_static_runtimes=yes
9015 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9016
9017 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9018 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9019 # If the export-symbols file already is a .def file (1st line
9020 # is EXPORTS), use it as is; otherwise, prepend...
9021 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9022 cp $export_symbols $output_objdir/$soname.def;
9023 else
9024 echo EXPORTS > $output_objdir/$soname.def;
9025 cat $export_symbols >> $output_objdir/$soname.def;
9026 fi~
9027 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9028 else
9029 ld_shlibs=no
9030 fi
9031 ;;
9032
9033 haiku*)
9034 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9035 link_all_deplibs=yes
9036 ;;
9037
9038 interix[3-9]*)
9039 hardcode_direct=no
9040 hardcode_shlibpath_var=no
9041 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9042 export_dynamic_flag_spec='${wl}-E'
9043 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9044 # Instead, shared libraries are loaded at an image base (0x10000000 by
9045 # default) and relocated if they conflict, which is a slow very memory
9046 # consuming and fragmenting process. To avoid this, we pick a random,
9047 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9048 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9049 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9050 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'
9051 ;;
9052
9053 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9054 tmp_diet=no
9055 if test "$host_os" = linux-dietlibc; then
9056 case $cc_basename in
9057 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9058 esac
9059 fi
9060 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9061 && test "$tmp_diet" = no
9062 then
5cddc23a 9063 tmp_addflag=' $pic_flag'
6bb11ab3
L
9064 tmp_sharedflag='-shared'
9065 case $cc_basename,$host_cpu in
9066 pgcc*) # Portland Group C compiler
9067 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'
9068 tmp_addflag=' $pic_flag'
9069 ;;
9070 pgf77* | pgf90* | pgf95* | pgfortran*)
9071 # Portland Group f77 and f90 compilers
9072 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'
9073 tmp_addflag=' $pic_flag -Mnomain' ;;
9074 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9075 tmp_addflag=' -i_dynamic' ;;
9076 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9077 tmp_addflag=' -i_dynamic -nofor_main' ;;
9078 ifc* | ifort*) # Intel Fortran compiler
9079 tmp_addflag=' -nofor_main' ;;
9080 lf95*) # Lahey Fortran 8.1
9081 whole_archive_flag_spec=
9082 tmp_sharedflag='--shared' ;;
9083 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9084 tmp_sharedflag='-qmkshrobj'
9085 tmp_addflag= ;;
9086 nvcc*) # Cuda Compiler Driver 2.2
9087 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'
9088 compiler_needs_object=yes
9089 ;;
9090 esac
9091 case `$CC -V 2>&1 | sed 5q` in
9092 *Sun\ C*) # Sun C 5.9
9093 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'
9094 compiler_needs_object=yes
9095 tmp_sharedflag='-G' ;;
9096 *Sun\ F*) # Sun Fortran 8.3
9097 tmp_sharedflag='-G' ;;
9098 esac
9099 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9100
9101 if test "x$supports_anon_versioning" = xyes; then
9102 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9103 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9104 echo "local: *; };" >> $output_objdir/$libname.ver~
9105 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9106 fi
9107
9108 case $cc_basename in
9109 xlf* | bgf* | bgxlf* | mpixlf*)
9110 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9111 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9112 hardcode_libdir_flag_spec=
9113 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9114 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9115 if test "x$supports_anon_versioning" = xyes; then
9116 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9117 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9118 echo "local: *; };" >> $output_objdir/$libname.ver~
9119 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9120 fi
9121 ;;
9122 esac
9123 else
9124 ld_shlibs=no
9125 fi
9126 ;;
9127
9128 netbsd*)
9129 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9130 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9131 wlarc=
9132 else
9133 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9134 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9135 fi
9136 ;;
9137
9138 solaris*)
9139 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9140 ld_shlibs=no
9141 cat <<_LT_EOF 1>&2
9142
9143*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9144*** create shared libraries on Solaris systems. Therefore, libtool
9145*** is disabling shared libraries support. We urge you to upgrade GNU
9146*** binutils to release 2.9.1 or newer. Another option is to modify
9147*** your PATH or compiler configuration so that the native linker is
9148*** used, and then restart.
9149
9150_LT_EOF
9151 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9152 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9153 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9154 else
9155 ld_shlibs=no
9156 fi
9157 ;;
9158
9159 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9160 case `$LD -v 2>&1` in
9161 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9162 ld_shlibs=no
9163 cat <<_LT_EOF 1>&2
9164
9165*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9166*** reliably create shared libraries on SCO systems. Therefore, libtool
9167*** is disabling shared libraries support. We urge you to upgrade GNU
9168*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9169*** your PATH or compiler configuration so that the native linker is
9170*** used, and then restart.
9171
9172_LT_EOF
9173 ;;
9174 *)
9175 # For security reasons, it is highly recommended that you always
9176 # use absolute paths for naming shared libraries, and exclude the
9177 # DT_RUNPATH tag from executables and libraries. But doing so
9178 # requires that you compile everything twice, which is a pain.
9179 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9180 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9181 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9182 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9183 else
9184 ld_shlibs=no
9185 fi
9186 ;;
9187 esac
9188 ;;
9189
9190 sunos4*)
9191 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9192 wlarc=
9193 hardcode_direct=yes
9194 hardcode_shlibpath_var=no
9195 ;;
9196
9197 *)
9198 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9199 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9200 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9201 else
9202 ld_shlibs=no
9203 fi
9204 ;;
9205 esac
9206
9207 if test "$ld_shlibs" = no; then
9208 runpath_var=
9209 hardcode_libdir_flag_spec=
9210 export_dynamic_flag_spec=
9211 whole_archive_flag_spec=
9212 fi
9213 else
9214 # PORTME fill in a description of your system's linker (not GNU ld)
9215 case $host_os in
9216 aix3*)
9217 allow_undefined_flag=unsupported
9218 always_export_symbols=yes
9219 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'
9220 # Note: this linker hardcodes the directories in LIBPATH if there
9221 # are no directories specified by -L.
9222 hardcode_minus_L=yes
9223 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9224 # Neither direct hardcoding nor static linking is supported with a
9225 # broken collect2.
9226 hardcode_direct=unsupported
9227 fi
9228 ;;
9229
9230 aix[4-9]*)
9231 if test "$host_cpu" = ia64; then
9232 # On IA64, the linker does run time linking by default, so we don't
9233 # have to do anything special.
9234 aix_use_runtimelinking=no
9235 exp_sym_flag='-Bexport'
9236 no_entry_flag=""
9237 else
9238 # If we're using GNU nm, then we don't want the "-C" option.
9239 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9240 # Also, AIX nm treats weak defined symbols like other global
9241 # defined symbols, whereas GNU nm marks them as "W".
9242 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9243 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'
9244 else
5c887dd5 9245 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
9246 fi
9247 aix_use_runtimelinking=no
9248
9249 # Test if we are trying to use run time linking or normal
9250 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9251 # need to do runtime linking.
9252 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9253 for ld_flag in $LDFLAGS; do
9254 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9255 aix_use_runtimelinking=yes
9256 break
9257 fi
9258 done
9259 ;;
9260 esac
9261
9262 exp_sym_flag='-bexport'
9263 no_entry_flag='-bnoentry'
9264 fi
9265
9266 # When large executables or shared objects are built, AIX ld can
9267 # have problems creating the table of contents. If linking a library
9268 # or program results in "error TOC overflow" add -mminimal-toc to
9269 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9270 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9271
9272 archive_cmds=''
9273 hardcode_direct=yes
9274 hardcode_direct_absolute=yes
9275 hardcode_libdir_separator=':'
9276 link_all_deplibs=yes
9277 file_list_spec='${wl}-f,'
9278
9279 if test "$GCC" = yes; then
9280 case $host_os in aix4.[012]|aix4.[012].*)
9281 # We only want to do this on AIX 4.2 and lower, the check
9282 # below for broken collect2 doesn't work under 4.3+
9283 collect2name=`${CC} -print-prog-name=collect2`
9284 if test -f "$collect2name" &&
9285 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9286 then
9287 # We have reworked collect2
9288 :
9289 else
9290 # We have old collect2
9291 hardcode_direct=unsupported
9292 # It fails to find uninstalled libraries when the uninstalled
9293 # path is not listed in the libpath. Setting hardcode_minus_L
9294 # to unsupported forces relinking
9295 hardcode_minus_L=yes
9296 hardcode_libdir_flag_spec='-L$libdir'
9297 hardcode_libdir_separator=
9298 fi
9299 ;;
9300 esac
9301 shared_flag='-shared'
9302 if test "$aix_use_runtimelinking" = yes; then
9303 shared_flag="$shared_flag "'${wl}-G'
9304 fi
9305 else
9306 # not using gcc
9307 if test "$host_cpu" = ia64; then
9308 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9309 # chokes on -Wl,-G. The following line is correct:
9310 shared_flag='-G'
9311 else
9312 if test "$aix_use_runtimelinking" = yes; then
9313 shared_flag='${wl}-G'
9314 else
9315 shared_flag='${wl}-bM:SRE'
9316 fi
9317 fi
9318 fi
9319
9320 export_dynamic_flag_spec='${wl}-bexpall'
9321 # It seems that -bexpall does not export symbols beginning with
9322 # underscore (_), so it is better to generate a list of symbols to export.
9323 always_export_symbols=yes
9324 if test "$aix_use_runtimelinking" = yes; then
9325 # Warning - without using the other runtime loading flags (-brtl),
9326 # -berok will link without error, but may produce a broken library.
9327 allow_undefined_flag='-berok'
9328 # Determine the default libpath from the value encoded in an
9329 # empty executable.
9330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9331/* end confdefs.h. */
9332
9333int
9334main ()
9335{
9336
9337 ;
9338 return 0;
9339}
9340_ACEOF
6bb11ab3 9341if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 9342
6bb11ab3
L
9343lt_aix_libpath_sed='
9344 /Import File Strings/,/^$/ {
9345 /^0/ {
9346 s/^0 *\(.*\)$/\1/
9347 p
9348 }
9349 }'
9350aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9351# Check for a 64-bit object if we didn't find anything.
9352if test -z "$aix_libpath"; then
9353 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9354fi
9355fi
9356rm -f core conftest.err conftest.$ac_objext \
9357 conftest$ac_exeext conftest.$ac_ext
9358if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9359
9360 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9361 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"
9362 else
9363 if test "$host_cpu" = ia64; then
9364 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9365 allow_undefined_flag="-z nodefs"
9366 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"
9367 else
9368 # Determine the default libpath from the value encoded in an
9369 # empty executable.
81ecdfbb
RW
9370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9371/* end confdefs.h. */
9372
9373int
9374main ()
9375{
b7026657 9376
81ecdfbb
RW
9377 ;
9378 return 0;
9379}
9380_ACEOF
6bb11ab3
L
9381if ac_fn_c_try_link "$LINENO"; then :
9382
9383lt_aix_libpath_sed='
9384 /Import File Strings/,/^$/ {
9385 /^0/ {
9386 s/^0 *\(.*\)$/\1/
9387 p
9388 }
9389 }'
9390aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9391# Check for a 64-bit object if we didn't find anything.
9392if test -z "$aix_libpath"; then
9393 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 9394fi
81ecdfbb 9395fi
6bb11ab3
L
9396rm -f core conftest.err conftest.$ac_objext \
9397 conftest$ac_exeext conftest.$ac_ext
9398if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9399
9400 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9401 # Warning - without using the other run time loading flags,
9402 # -berok will link without error, but may produce a broken library.
9403 no_undefined_flag=' ${wl}-bernotok'
9404 allow_undefined_flag=' ${wl}-berok'
9405 if test "$with_gnu_ld" = yes; then
9406 # We only use this code for GNU lds that support --whole-archive.
9407 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9408 else
9409 # Exported symbols can be pulled into shared objects from archives
9410 whole_archive_flag_spec='$convenience'
9411 fi
9412 archive_cmds_need_lc=yes
9413 # This is similar to how AIX traditionally builds its shared libraries.
9414 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'
9415 fi
9416 fi
9417 ;;
9418
9419 amigaos*)
9420 case $host_cpu in
9421 powerpc)
9422 # see comment about AmigaOS4 .so support
9423 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9424 archive_expsym_cmds=''
9425 ;;
9426 m68k)
9427 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)'
9428 hardcode_libdir_flag_spec='-L$libdir'
9429 hardcode_minus_L=yes
9430 ;;
9431 esac
9432 ;;
9433
9434 bsdi[45]*)
9435 export_dynamic_flag_spec=-rdynamic
9436 ;;
9437
9438 cygwin* | mingw* | pw32* | cegcc*)
9439 # When not using gcc, we currently assume that we are using
9440 # Microsoft Visual C++.
9441 # hardcode_libdir_flag_spec is actually meaningless, as there is
9442 # no search path for DLLs.
9443 hardcode_libdir_flag_spec=' '
9444 allow_undefined_flag=unsupported
9445 # Tell ltmain to make .lib files, not .a files.
9446 libext=lib
9447 # Tell ltmain to make .dll files, not .so files.
9448 shrext_cmds=".dll"
9449 # FIXME: Setting linknames here is a bad hack.
9450 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9451 # The linker will automatically build a .lib file if we build a DLL.
9452 old_archive_from_new_cmds='true'
9453 # FIXME: Should let the user specify the lib program.
9454 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9455 fix_srcfile_path='`cygpath -w "$srcfile"`'
9456 enable_shared_with_static_runtimes=yes
9457 ;;
9458
9459 darwin* | rhapsody*)
9460
9461
9462 archive_cmds_need_lc=no
9463 hardcode_direct=no
9464 hardcode_automatic=yes
9465 hardcode_shlibpath_var=unsupported
9466 if test "$lt_cv_ld_force_load" = "yes"; then
9467 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 9468 else
6bb11ab3 9469 whole_archive_flag_spec=''
f0569246 9470 fi
6bb11ab3
L
9471 link_all_deplibs=yes
9472 allow_undefined_flag="$_lt_dar_allow_undefined"
9473 case $cc_basename in
9474 ifort*) _lt_dar_can_shared=yes ;;
9475 *) _lt_dar_can_shared=$GCC ;;
9476 esac
9477 if test "$_lt_dar_can_shared" = "yes"; then
9478 output_verbose_link_cmd=func_echo_all
9479 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9480 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9481 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}"
9482 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}"
9483
f0569246 9484 else
6bb11ab3 9485 ld_shlibs=no
f0569246 9486 fi
6bb11ab3
L
9487
9488 ;;
9489
9490 dgux*)
9491 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9492 hardcode_libdir_flag_spec='-L$libdir'
9493 hardcode_shlibpath_var=no
9494 ;;
9495
9496 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9497 # support. Future versions do this automatically, but an explicit c++rt0.o
9498 # does not break anything, and helps significantly (at the cost of a little
9499 # extra space).
9500 freebsd2.2*)
9501 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9502 hardcode_libdir_flag_spec='-R$libdir'
9503 hardcode_direct=yes
9504 hardcode_shlibpath_var=no
9505 ;;
9506
9507 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9508 freebsd2.*)
9509 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9510 hardcode_direct=yes
9511 hardcode_minus_L=yes
9512 hardcode_shlibpath_var=no
9513 ;;
9514
9515 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9516 freebsd* | dragonfly*)
9517 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9518 hardcode_libdir_flag_spec='-R$libdir'
9519 hardcode_direct=yes
9520 hardcode_shlibpath_var=no
9521 ;;
9522
9523 hpux9*)
9524 if test "$GCC" = yes; then
9525 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'
9526 else
9527 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'
9528 fi
9529 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9530 hardcode_libdir_separator=:
9531 hardcode_direct=yes
9532
9533 # hardcode_minus_L: Not really in the search PATH,
9534 # but as the default location of the library.
9535 hardcode_minus_L=yes
9536 export_dynamic_flag_spec='${wl}-E'
9537 ;;
9538
9539 hpux10*)
9540 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9541 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9542 else
9543 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9544 fi
9545 if test "$with_gnu_ld" = no; then
9546 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9547 hardcode_libdir_flag_spec_ld='+b $libdir'
9548 hardcode_libdir_separator=:
9549 hardcode_direct=yes
9550 hardcode_direct_absolute=yes
9551 export_dynamic_flag_spec='${wl}-E'
9552 # hardcode_minus_L: Not really in the search PATH,
9553 # but as the default location of the library.
9554 hardcode_minus_L=yes
9555 fi
9556 ;;
9557
9558 hpux11*)
9559 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9560 case $host_cpu in
9561 hppa*64*)
9562 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9563 ;;
9564 ia64*)
9565 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9566 ;;
9567 *)
9568 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9569 ;;
9570 esac
9571 else
9572 case $host_cpu in
9573 hppa*64*)
9574 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9575 ;;
9576 ia64*)
9577 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9578 ;;
9579 *)
9580
9581 # Older versions of the 11.00 compiler do not understand -b yet
9582 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9584$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9585if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9586 $as_echo_n "(cached) " >&6
f0569246 9587else
6bb11ab3
L
9588 lt_cv_prog_compiler__b=no
9589 save_LDFLAGS="$LDFLAGS"
9590 LDFLAGS="$LDFLAGS -b"
9591 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9592 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9593 # The linker can only warn and ignore the option if not recognized
9594 # So say no if there are warnings
9595 if test -s conftest.err; then
9596 # Append any errors to the config.log.
9597 cat conftest.err 1>&5
9598 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9599 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9600 if diff conftest.exp conftest.er2 >/dev/null; then
9601 lt_cv_prog_compiler__b=yes
9602 fi
9603 else
9604 lt_cv_prog_compiler__b=yes
9605 fi
9606 fi
9607 $RM -r conftest*
9608 LDFLAGS="$save_LDFLAGS"
f0569246 9609
6bb11ab3
L
9610fi
9611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9612$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9613
6bb11ab3
L
9614if test x"$lt_cv_prog_compiler__b" = xyes; then
9615 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9616else
9617 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9618fi
81ecdfbb 9619
6bb11ab3
L
9620 ;;
9621 esac
9622 fi
9623 if test "$with_gnu_ld" = no; then
9624 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9625 hardcode_libdir_separator=:
9626
9627 case $host_cpu in
9628 hppa*64*|ia64*)
9629 hardcode_direct=no
9630 hardcode_shlibpath_var=no
9631 ;;
9632 *)
9633 hardcode_direct=yes
9634 hardcode_direct_absolute=yes
9635 export_dynamic_flag_spec='${wl}-E'
9636
9637 # hardcode_minus_L: Not really in the search PATH,
9638 # but as the default location of the library.
9639 hardcode_minus_L=yes
9640 ;;
9641 esac
9642 fi
9643 ;;
9644
9645 irix5* | irix6* | nonstopux*)
9646 if test "$GCC" = yes; then
9647 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'
9648 # Try to use the -exported_symbol ld option, if it does not
9649 # work, assume that -exports_file does not work either and
9650 # implicitly export all symbols.
9651 save_LDFLAGS="$LDFLAGS"
9652 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9654/* end confdefs.h. */
9655int foo(void) {}
b7026657 9656_ACEOF
6bb11ab3
L
9657if ac_fn_c_try_link "$LINENO"; then :
9658 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 9659
f0569246 9660fi
6bb11ab3
L
9661rm -f core conftest.err conftest.$ac_objext \
9662 conftest$ac_exeext conftest.$ac_ext
9663 LDFLAGS="$save_LDFLAGS"
9664 else
9665 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'
9666 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'
9667 fi
9668 archive_cmds_need_lc='no'
9669 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9670 hardcode_libdir_separator=:
9671 inherit_rpath=yes
9672 link_all_deplibs=yes
9673 ;;
9674
9675 netbsd*)
9676 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9677 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9678 else
9679 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9680 fi
9681 hardcode_libdir_flag_spec='-R$libdir'
9682 hardcode_direct=yes
9683 hardcode_shlibpath_var=no
9684 ;;
9685
9686 newsos6)
9687 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9688 hardcode_direct=yes
9689 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9690 hardcode_libdir_separator=:
9691 hardcode_shlibpath_var=no
9692 ;;
9693
9694 *nto* | *qnx*)
9695 ;;
9696
9697 openbsd*)
9698 if test -f /usr/libexec/ld.so; then
9699 hardcode_direct=yes
9700 hardcode_shlibpath_var=no
9701 hardcode_direct_absolute=yes
9702 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9703 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9704 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9705 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9706 export_dynamic_flag_spec='${wl}-E'
9707 else
9708 case $host_os in
9709 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9710 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9711 hardcode_libdir_flag_spec='-R$libdir'
9712 ;;
9713 *)
9714 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9715 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9716 ;;
9717 esac
9718 fi
9719 else
9720 ld_shlibs=no
9721 fi
9722 ;;
9723
9724 os2*)
9725 hardcode_libdir_flag_spec='-L$libdir'
9726 hardcode_minus_L=yes
9727 allow_undefined_flag=unsupported
9728 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'
9729 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9730 ;;
9731
9732 osf3*)
9733 if test "$GCC" = yes; then
9734 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9735 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'
9736 else
9737 allow_undefined_flag=' -expect_unresolved \*'
9738 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'
9739 fi
9740 archive_cmds_need_lc='no'
9741 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9742 hardcode_libdir_separator=:
9743 ;;
9744
9745 osf4* | osf5*) # as osf3* with the addition of -msym flag
9746 if test "$GCC" = yes; then
9747 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9748 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'
9749 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9750 else
9751 allow_undefined_flag=' -expect_unresolved \*'
9752 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'
9753 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~
9754 $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'
9755
9756 # Both c and cxx compiler support -rpath directly
9757 hardcode_libdir_flag_spec='-rpath $libdir'
9758 fi
9759 archive_cmds_need_lc='no'
9760 hardcode_libdir_separator=:
9761 ;;
9762
9763 solaris*)
9764 no_undefined_flag=' -z defs'
9765 if test "$GCC" = yes; then
9766 wlarc='${wl}'
9767 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9768 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9769 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9770 else
9771 case `$CC -V 2>&1` in
9772 *"Compilers 5.0"*)
9773 wlarc=''
9774 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9775 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9776 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9777 ;;
9778 *)
9779 wlarc='${wl}'
9780 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9781 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9782 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9783 ;;
9784 esac
9785 fi
9786 hardcode_libdir_flag_spec='-R$libdir'
9787 hardcode_shlibpath_var=no
9788 case $host_os in
9789 solaris2.[0-5] | solaris2.[0-5].*) ;;
9790 *)
9791 # The compiler driver will combine and reorder linker options,
9792 # but understands `-z linker_flag'. GCC discards it without `$wl',
9793 # but is careful enough not to reorder.
9794 # Supported since Solaris 2.6 (maybe 2.5.1?)
9795 if test "$GCC" = yes; then
9796 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9797 else
9798 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9799 fi
9800 ;;
9801 esac
9802 link_all_deplibs=yes
9803 ;;
9804
9805 sunos4*)
9806 if test "x$host_vendor" = xsequent; then
9807 # Use $CC to link under sequent, because it throws in some extra .o
9808 # files that make .init and .fini sections work.
9809 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9810 else
9811 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9812 fi
9813 hardcode_libdir_flag_spec='-L$libdir'
9814 hardcode_direct=yes
9815 hardcode_minus_L=yes
9816 hardcode_shlibpath_var=no
9817 ;;
9818
9819 sysv4)
9820 case $host_vendor in
9821 sni)
9822 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9823 hardcode_direct=yes # is this really true???
9824 ;;
9825 siemens)
9826 ## LD is ld it makes a PLAMLIB
9827 ## CC just makes a GrossModule.
9828 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9829 reload_cmds='$CC -r -o $output$reload_objs'
9830 hardcode_direct=no
9831 ;;
9832 motorola)
9833 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9834 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9835 ;;
9836 esac
9837 runpath_var='LD_RUN_PATH'
9838 hardcode_shlibpath_var=no
9839 ;;
9840
9841 sysv4.3*)
9842 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9843 hardcode_shlibpath_var=no
9844 export_dynamic_flag_spec='-Bexport'
9845 ;;
9846
9847 sysv4*MP*)
9848 if test -d /usr/nec; then
9849 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9850 hardcode_shlibpath_var=no
9851 runpath_var=LD_RUN_PATH
9852 hardcode_runpath_var=yes
9853 ld_shlibs=yes
9854 fi
9855 ;;
9856
9857 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9858 no_undefined_flag='${wl}-z,text'
9859 archive_cmds_need_lc=no
9860 hardcode_shlibpath_var=no
9861 runpath_var='LD_RUN_PATH'
9862
9863 if test "$GCC" = yes; then
9864 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9865 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9866 else
9867 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9868 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9869 fi
9870 ;;
9871
9872 sysv5* | sco3.2v5* | sco5v6*)
9873 # Note: We can NOT use -z defs as we might desire, because we do not
9874 # link with -lc, and that would cause any symbols used from libc to
9875 # always be unresolved, which means just about no library would
9876 # ever link correctly. If we're not using GNU ld we use -z text
9877 # though, which does catch some bad symbols but isn't as heavy-handed
9878 # as -z defs.
9879 no_undefined_flag='${wl}-z,text'
9880 allow_undefined_flag='${wl}-z,nodefs'
9881 archive_cmds_need_lc=no
9882 hardcode_shlibpath_var=no
9883 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9884 hardcode_libdir_separator=':'
9885 link_all_deplibs=yes
9886 export_dynamic_flag_spec='${wl}-Bexport'
9887 runpath_var='LD_RUN_PATH'
9888
9889 if test "$GCC" = yes; then
9890 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9891 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9892 else
9893 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9894 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9895 fi
9896 ;;
9897
9898 uts4*)
9899 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9900 hardcode_libdir_flag_spec='-L$libdir'
9901 hardcode_shlibpath_var=no
9902 ;;
9903
9904 *)
9905 ld_shlibs=no
9906 ;;
9907 esac
9908
9909 if test x$host_vendor = xsni; then
9910 case $host in
9911 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9912 export_dynamic_flag_spec='${wl}-Blargedynsym'
9913 ;;
9914 esac
9915 fi
9916 fi
9917
9918{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9919$as_echo "$ld_shlibs" >&6; }
9920test "$ld_shlibs" = no && can_build_shared=no
9921
9922with_gnu_ld=$with_gnu_ld
9923
9924
9925
9926
9927
f0569246 9928
b7026657 9929
f0569246 9930
6ffe910a 9931
6ffe910a
MF
9932
9933
6ffe910a 9934
f0569246 9935
f0569246 9936
c906108c 9937
6bb11ab3
L
9938#
9939# Do we need to explicitly link libc?
9940#
9941case "x$archive_cmds_need_lc" in
9942x|xyes)
9943 # Assume -lc should be added
9944 archive_cmds_need_lc=yes
9945
9946 if test "$enable_shared" = yes && test "$GCC" = yes; then
9947 case $archive_cmds in
9948 *'~'*)
9949 # FIXME: we may have to deal with multi-command sequences.
9950 ;;
9951 '$CC '*)
9952 # Test whether the compiler implicitly links with -lc since on some
9953 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9954 # to ld, don't add -lc before -lgcc.
9955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9956$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9957if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9958 $as_echo_n "(cached) " >&6
f0569246 9959else
6bb11ab3
L
9960 $RM conftest*
9961 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9962
9963 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9964 (eval $ac_compile) 2>&5
9965 ac_status=$?
9966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9967 test $ac_status = 0; } 2>conftest.err; then
9968 soname=conftest
9969 lib=conftest
9970 libobjs=conftest.$ac_objext
9971 deplibs=
9972 wl=$lt_prog_compiler_wl
9973 pic_flag=$lt_prog_compiler_pic
9974 compiler_flags=-v
9975 linker_flags=-v
9976 verstring=
9977 output_objdir=.
9978 libname=conftest
9979 lt_save_allow_undefined_flag=$allow_undefined_flag
9980 allow_undefined_flag=
9981 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9982 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9983 ac_status=$?
9984 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9985 test $ac_status = 0; }
9986 then
9987 lt_cv_archive_cmds_need_lc=no
9988 else
9989 lt_cv_archive_cmds_need_lc=yes
9990 fi
9991 allow_undefined_flag=$lt_save_allow_undefined_flag
9992 else
9993 cat conftest.err 1>&5
9994 fi
9995 $RM conftest*
c906108c 9996
6ffe910a 9997fi
6bb11ab3
L
9998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9999$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10000 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10001 ;;
10002 esac
10003 fi
10004 ;;
6ffe910a 10005esac
c906108c 10006
c906108c 10007
6ffe910a 10008
c906108c 10009
81ecdfbb 10010
35695fd6 10011
35695fd6 10012
35695fd6 10013
f0569246 10014
c906108c 10015
f0569246 10016
b7026657 10017
f0569246 10018
c906108c 10019
81ecdfbb 10020
b7026657 10021
f0569246
AC
10022
10023
81ecdfbb 10024
81ecdfbb 10025
81ecdfbb
RW
10026
10027
81ecdfbb 10028
81ecdfbb 10029
f0569246
AC
10030
10031
c906108c 10032
f0569246 10033
c906108c 10034
c906108c 10035
81ecdfbb 10036
b7026657 10037
c906108c 10038
f0569246 10039
81ecdfbb 10040
f0569246 10041
c906108c 10042
c906108c 10043
b7026657 10044
81ecdfbb 10045
b7026657 10046
c906108c 10047
c906108c 10048
b7026657
AC
10049
10050
10051
10052
6ffe910a 10053
2232061b
MF
10054
10055
2232061b 10056
2232061b
MF
10057
10058
2232061b
MF
10059
10060
2232061b 10061
6bb11ab3
L
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10164$as_echo_n "checking dynamic linker characteristics... " >&6; }
10165
10166if test "$GCC" = yes; then
10167 case $host_os in
10168 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10169 *) lt_awk_arg="/^libraries:/" ;;
10170 esac
10171 case $host_os in
10172 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10173 *) lt_sed_strip_eq="s,=/,/,g" ;;
10174 esac
10175 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10176 case $lt_search_path_spec in
10177 *\;*)
10178 # if the path contains ";" then we assume it to be the separator
10179 # otherwise default to the standard path separator (i.e. ":") - it is
10180 # assumed that no part of a normal pathname contains ";" but that should
10181 # okay in the real world where ";" in dirpaths is itself problematic.
10182 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10183 ;;
10184 *)
10185 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10186 ;;
10187 esac
10188 # Ok, now we have the path, separated by spaces, we can step through it
10189 # and add multilib dir if necessary.
10190 lt_tmp_lt_search_path_spec=
10191 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10192 for lt_sys_path in $lt_search_path_spec; do
10193 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10194 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10195 else
10196 test -d "$lt_sys_path" && \
10197 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10198 fi
10199 done
10200 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10201BEGIN {RS=" "; FS="/|\n";} {
10202 lt_foo="";
10203 lt_count=0;
10204 for (lt_i = NF; lt_i > 0; lt_i--) {
10205 if ($lt_i != "" && $lt_i != ".") {
10206 if ($lt_i == "..") {
10207 lt_count++;
10208 } else {
10209 if (lt_count == 0) {
10210 lt_foo="/" $lt_i lt_foo;
10211 } else {
10212 lt_count--;
10213 }
10214 }
10215 }
10216 }
10217 if (lt_foo != "") { lt_freq[lt_foo]++; }
10218 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10219}'`
10220 # AWK program above erroneously prepends '/' to C:/dos/paths
10221 # for these hosts.
10222 case $host_os in
10223 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10224 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10225 esac
10226 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10227else
10228 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10229fi
10230library_names_spec=
10231libname_spec='lib$name'
10232soname_spec=
10233shrext_cmds=".so"
10234postinstall_cmds=
10235postuninstall_cmds=
10236finish_cmds=
10237finish_eval=
10238shlibpath_var=
10239shlibpath_overrides_runpath=unknown
10240version_type=none
10241dynamic_linker="$host_os ld.so"
10242sys_lib_dlsearch_path_spec="/lib /usr/lib"
10243need_lib_prefix=unknown
10244hardcode_into_libs=no
10245
10246# when you set need_version to no, make sure it does not cause -set_version
10247# flags to be left without arguments
10248need_version=unknown
10249
10250case $host_os in
10251aix3*)
10252 version_type=linux
10253 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10254 shlibpath_var=LIBPATH
10255
10256 # AIX 3 has no versioning support, so we append a major version to the name.
10257 soname_spec='${libname}${release}${shared_ext}$major'
10258 ;;
10259
10260aix[4-9]*)
10261 version_type=linux
10262 need_lib_prefix=no
10263 need_version=no
10264 hardcode_into_libs=yes
10265 if test "$host_cpu" = ia64; then
10266 # AIX 5 supports IA64
10267 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10268 shlibpath_var=LD_LIBRARY_PATH
10269 else
10270 # With GCC up to 2.95.x, collect2 would create an import file
10271 # for dependence libraries. The import file would start with
10272 # the line `#! .'. This would cause the generated library to
10273 # depend on `.', always an invalid library. This was fixed in
10274 # development snapshots of GCC prior to 3.0.
10275 case $host_os in
10276 aix4 | aix4.[01] | aix4.[01].*)
10277 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10278 echo ' yes '
10279 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10280 :
10281 else
10282 can_build_shared=no
10283 fi
10284 ;;
10285 esac
10286 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10287 # soname into executable. Probably we can add versioning support to
10288 # collect2, so additional links can be useful in future.
10289 if test "$aix_use_runtimelinking" = yes; then
10290 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10291 # instead of lib<name>.a to let people know that these are not
10292 # typical AIX shared libraries.
10293 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10294 else
10295 # We preserve .a as extension for shared libraries through AIX4.2
10296 # and later when we are not doing run time linking.
10297 library_names_spec='${libname}${release}.a $libname.a'
10298 soname_spec='${libname}${release}${shared_ext}$major'
10299 fi
10300 shlibpath_var=LIBPATH
2232061b 10301 fi
6bb11ab3
L
10302 ;;
10303
10304amigaos*)
10305 case $host_cpu in
10306 powerpc)
10307 # Since July 2007 AmigaOS4 officially supports .so libraries.
10308 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10309 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10310 ;;
10311 m68k)
10312 library_names_spec='$libname.ixlibrary $libname.a'
10313 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10314 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'
10315 ;;
10316 esac
10317 ;;
10318
10319beos*)
10320 library_names_spec='${libname}${shared_ext}'
10321 dynamic_linker="$host_os ld.so"
10322 shlibpath_var=LIBRARY_PATH
10323 ;;
10324
10325bsdi[45]*)
10326 version_type=linux
10327 need_version=no
10328 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10329 soname_spec='${libname}${release}${shared_ext}$major'
10330 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10331 shlibpath_var=LD_LIBRARY_PATH
10332 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10333 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10334 # the default ld.so.conf also contains /usr/contrib/lib and
10335 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10336 # libtool to hard-code these into programs
10337 ;;
10338
10339cygwin* | mingw* | pw32* | cegcc*)
10340 version_type=windows
10341 shrext_cmds=".dll"
10342 need_version=no
10343 need_lib_prefix=no
10344
10345 case $GCC,$host_os in
10346 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10347 library_names_spec='$libname.dll.a'
10348 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10349 postinstall_cmds='base_file=`basename \${file}`~
10350 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10351 dldir=$destdir/`dirname \$dlpath`~
10352 test -d \$dldir || mkdir -p \$dldir~
10353 $install_prog $dir/$dlname \$dldir/$dlname~
10354 chmod a+x \$dldir/$dlname~
10355 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10356 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10357 fi'
10358 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10359 dlpath=$dir/\$dldll~
10360 $RM \$dlpath'
10361 shlibpath_overrides_runpath=yes
10362
10363 case $host_os in
10364 cygwin*)
10365 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10366 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10367
10368 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10369 ;;
10370 mingw* | cegcc*)
10371 # MinGW DLLs use traditional 'lib' prefix
10372 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10373 ;;
10374 pw32*)
10375 # pw32 DLLs use 'pw' prefix rather than 'lib'
10376 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10377 ;;
10378 esac
10379 ;;
2232061b 10380
6bb11ab3
L
10381 *)
10382 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10383 ;;
10384 esac
10385 dynamic_linker='Win32 ld.exe'
10386 # FIXME: first we should search . and the directory the executable is in
10387 shlibpath_var=PATH
10388 ;;
10389
10390darwin* | rhapsody*)
10391 dynamic_linker="$host_os dyld"
10392 version_type=darwin
10393 need_lib_prefix=no
10394 need_version=no
10395 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10396 soname_spec='${libname}${release}${major}$shared_ext'
10397 shlibpath_overrides_runpath=yes
10398 shlibpath_var=DYLD_LIBRARY_PATH
10399 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10400
10401 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10402 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10403 ;;
10404
10405dgux*)
10406 version_type=linux
10407 need_lib_prefix=no
10408 need_version=no
10409 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10410 soname_spec='${libname}${release}${shared_ext}$major'
10411 shlibpath_var=LD_LIBRARY_PATH
10412 ;;
10413
10414freebsd* | dragonfly*)
10415 # DragonFly does not have aout. When/if they implement a new
10416 # versioning mechanism, adjust this.
10417 if test -x /usr/bin/objformat; then
10418 objformat=`/usr/bin/objformat`
10419 else
10420 case $host_os in
10421 freebsd[23].*) objformat=aout ;;
10422 *) objformat=elf ;;
10423 esac
10424 fi
10425 version_type=freebsd-$objformat
10426 case $version_type in
10427 freebsd-elf*)
10428 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10429 need_version=no
10430 need_lib_prefix=no
10431 ;;
10432 freebsd-*)
10433 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10434 need_version=yes
10435 ;;
10436 esac
10437 shlibpath_var=LD_LIBRARY_PATH
10438 case $host_os in
10439 freebsd2.*)
10440 shlibpath_overrides_runpath=yes
10441 ;;
10442 freebsd3.[01]* | freebsdelf3.[01]*)
10443 shlibpath_overrides_runpath=yes
10444 hardcode_into_libs=yes
10445 ;;
10446 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10447 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10448 shlibpath_overrides_runpath=no
10449 hardcode_into_libs=yes
10450 ;;
10451 *) # from 4.6 on, and DragonFly
10452 shlibpath_overrides_runpath=yes
10453 hardcode_into_libs=yes
10454 ;;
10455 esac
10456 ;;
10457
6bb11ab3
L
10458haiku*)
10459 version_type=linux
10460 need_lib_prefix=no
10461 need_version=no
10462 dynamic_linker="$host_os runtime_loader"
10463 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10464 soname_spec='${libname}${release}${shared_ext}$major'
10465 shlibpath_var=LIBRARY_PATH
10466 shlibpath_overrides_runpath=yes
10467 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10468 hardcode_into_libs=yes
10469 ;;
10470
10471hpux9* | hpux10* | hpux11*)
10472 # Give a soname corresponding to the major version so that dld.sl refuses to
10473 # link against other versions.
10474 version_type=sunos
10475 need_lib_prefix=no
10476 need_version=no
10477 case $host_cpu in
10478 ia64*)
10479 shrext_cmds='.so'
10480 hardcode_into_libs=yes
10481 dynamic_linker="$host_os dld.so"
10482 shlibpath_var=LD_LIBRARY_PATH
10483 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10484 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10485 soname_spec='${libname}${release}${shared_ext}$major'
10486 if test "X$HPUX_IA64_MODE" = X32; then
10487 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10488 else
10489 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10490 fi
10491 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10492 ;;
10493 hppa*64*)
10494 shrext_cmds='.sl'
10495 hardcode_into_libs=yes
10496 dynamic_linker="$host_os dld.sl"
10497 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10498 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10499 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10500 soname_spec='${libname}${release}${shared_ext}$major'
10501 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10502 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10503 ;;
10504 *)
10505 shrext_cmds='.sl'
10506 dynamic_linker="$host_os dld.sl"
10507 shlibpath_var=SHLIB_PATH
10508 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10509 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10510 soname_spec='${libname}${release}${shared_ext}$major'
10511 ;;
10512 esac
10513 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10514 postinstall_cmds='chmod 555 $lib'
10515 # or fails outright, so override atomically:
10516 install_override_mode=555
10517 ;;
10518
10519interix[3-9]*)
10520 version_type=linux
10521 need_lib_prefix=no
10522 need_version=no
10523 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10524 soname_spec='${libname}${release}${shared_ext}$major'
10525 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10526 shlibpath_var=LD_LIBRARY_PATH
10527 shlibpath_overrides_runpath=no
10528 hardcode_into_libs=yes
10529 ;;
10530
10531irix5* | irix6* | nonstopux*)
10532 case $host_os in
10533 nonstopux*) version_type=nonstopux ;;
10534 *)
10535 if test "$lt_cv_prog_gnu_ld" = yes; then
10536 version_type=linux
10537 else
10538 version_type=irix
10539 fi ;;
10540 esac
10541 need_lib_prefix=no
10542 need_version=no
10543 soname_spec='${libname}${release}${shared_ext}$major'
10544 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10545 case $host_os in
10546 irix5* | nonstopux*)
10547 libsuff= shlibsuff=
10548 ;;
10549 *)
10550 case $LD in # libtool.m4 will add one of these switches to LD
10551 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10552 libsuff= shlibsuff= libmagic=32-bit;;
10553 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10554 libsuff=32 shlibsuff=N32 libmagic=N32;;
10555 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10556 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10557 *) libsuff= shlibsuff= libmagic=never-match;;
10558 esac
10559 ;;
10560 esac
10561 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10562 shlibpath_overrides_runpath=no
10563 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10564 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10565 hardcode_into_libs=yes
10566 ;;
10567
10568# No shared lib support for Linux oldld, aout, or coff.
10569linux*oldld* | linux*aout* | linux*coff*)
10570 dynamic_linker=no
10571 ;;
10572
10573# This must be Linux ELF.
46f900c0 10574linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10575 version_type=linux
10576 need_lib_prefix=no
10577 need_version=no
10578 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10579 soname_spec='${libname}${release}${shared_ext}$major'
10580 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10581 shlibpath_var=LD_LIBRARY_PATH
10582 shlibpath_overrides_runpath=no
10583
10584 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10585 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10586 $as_echo_n "(cached) " >&6
10587else
6bb11ab3
L
10588 lt_cv_shlibpath_overrides_runpath=no
10589 save_LDFLAGS=$LDFLAGS
10590 save_libdir=$libdir
10591 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10592 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10594/* end confdefs.h. */
10595
2232061b
MF
10596int
10597main ()
10598{
10599
10600 ;
10601 return 0;
10602}
10603_ACEOF
6bb11ab3
L
10604if ac_fn_c_try_link "$LINENO"; then :
10605 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10606 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10607fi
2232061b 10608fi
6bb11ab3
L
10609rm -f core conftest.err conftest.$ac_objext \
10610 conftest$ac_exeext conftest.$ac_ext
10611 LDFLAGS=$save_LDFLAGS
10612 libdir=$save_libdir
2232061b 10613
6bb11ab3 10614fi
2232061b 10615
6bb11ab3 10616 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10617
6bb11ab3
L
10618 # This implies no fast_install, which is unacceptable.
10619 # Some rework will be needed to allow for fast_install
10620 # before this can be enabled.
10621 hardcode_into_libs=yes
2232061b 10622
6bb11ab3
L
10623 # Append ld.so.conf contents to the search path
10624 if test -f /etc/ld.so.conf; then
10625 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' ' '`
10626 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10627 fi
10628
10629 # We used to test for /lib/ld.so.1 and disable shared libraries on
10630 # powerpc, because MkLinux only supported shared libraries with the
10631 # GNU dynamic linker. Since this was broken with cross compilers,
10632 # most powerpc-linux boxes support dynamic linking these days and
10633 # people can always --disable-shared, the test was removed, and we
10634 # assume the GNU/Linux dynamic linker is in use.
10635 dynamic_linker='GNU/Linux ld.so'
10636 ;;
10637
10638netbsd*)
10639 version_type=sunos
10640 need_lib_prefix=no
10641 need_version=no
10642 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10644 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10645 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10646 else
6bb11ab3
L
10647 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10648 soname_spec='${libname}${release}${shared_ext}$major'
10649 dynamic_linker='NetBSD ld.elf_so'
10650 fi
10651 shlibpath_var=LD_LIBRARY_PATH
10652 shlibpath_overrides_runpath=yes
10653 hardcode_into_libs=yes
10654 ;;
10655
10656newsos6)
10657 version_type=linux
10658 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10659 shlibpath_var=LD_LIBRARY_PATH
10660 shlibpath_overrides_runpath=yes
10661 ;;
10662
10663*nto* | *qnx*)
10664 version_type=qnx
10665 need_lib_prefix=no
10666 need_version=no
10667 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10668 soname_spec='${libname}${release}${shared_ext}$major'
10669 shlibpath_var=LD_LIBRARY_PATH
10670 shlibpath_overrides_runpath=no
10671 hardcode_into_libs=yes
10672 dynamic_linker='ldqnx.so'
10673 ;;
10674
10675openbsd*)
10676 version_type=sunos
10677 sys_lib_dlsearch_path_spec="/usr/lib"
10678 need_lib_prefix=no
10679 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10680 case $host_os in
10681 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10682 *) need_version=no ;;
10683 esac
10684 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10685 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10686 shlibpath_var=LD_LIBRARY_PATH
10687 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10688 case $host_os in
10689 openbsd2.[89] | openbsd2.[89].*)
10690 shlibpath_overrides_runpath=no
10691 ;;
10692 *)
10693 shlibpath_overrides_runpath=yes
10694 ;;
10695 esac
10696 else
10697 shlibpath_overrides_runpath=yes
10698 fi
10699 ;;
10700
10701os2*)
10702 libname_spec='$name'
10703 shrext_cmds=".dll"
10704 need_lib_prefix=no
10705 library_names_spec='$libname${shared_ext} $libname.a'
10706 dynamic_linker='OS/2 ld.exe'
10707 shlibpath_var=LIBPATH
10708 ;;
10709
10710osf3* | osf4* | osf5*)
10711 version_type=osf
10712 need_lib_prefix=no
10713 need_version=no
10714 soname_spec='${libname}${release}${shared_ext}$major'
10715 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10716 shlibpath_var=LD_LIBRARY_PATH
10717 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10718 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10719 ;;
10720
10721rdos*)
10722 dynamic_linker=no
10723 ;;
10724
10725solaris*)
10726 version_type=linux
10727 need_lib_prefix=no
10728 need_version=no
10729 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10730 soname_spec='${libname}${release}${shared_ext}$major'
10731 shlibpath_var=LD_LIBRARY_PATH
10732 shlibpath_overrides_runpath=yes
10733 hardcode_into_libs=yes
10734 # ldd complains unless libraries are executable
10735 postinstall_cmds='chmod +x $lib'
10736 ;;
10737
10738sunos4*)
10739 version_type=sunos
10740 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10741 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10742 shlibpath_var=LD_LIBRARY_PATH
10743 shlibpath_overrides_runpath=yes
10744 if test "$with_gnu_ld" = yes; then
10745 need_lib_prefix=no
10746 fi
10747 need_version=yes
10748 ;;
10749
10750sysv4 | sysv4.3*)
10751 version_type=linux
10752 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10753 soname_spec='${libname}${release}${shared_ext}$major'
10754 shlibpath_var=LD_LIBRARY_PATH
10755 case $host_vendor in
10756 sni)
10757 shlibpath_overrides_runpath=no
10758 need_lib_prefix=no
10759 runpath_var=LD_RUN_PATH
10760 ;;
10761 siemens)
10762 need_lib_prefix=no
10763 ;;
10764 motorola)
10765 need_lib_prefix=no
10766 need_version=no
10767 shlibpath_overrides_runpath=no
10768 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10769 ;;
10770 esac
10771 ;;
10772
10773sysv4*MP*)
10774 if test -d /usr/nec ;then
10775 version_type=linux
10776 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10777 soname_spec='$libname${shared_ext}.$major'
10778 shlibpath_var=LD_LIBRARY_PATH
10779 fi
10780 ;;
10781
10782sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10783 version_type=freebsd-elf
10784 need_lib_prefix=no
10785 need_version=no
10786 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10787 soname_spec='${libname}${release}${shared_ext}$major'
10788 shlibpath_var=LD_LIBRARY_PATH
10789 shlibpath_overrides_runpath=yes
10790 hardcode_into_libs=yes
10791 if test "$with_gnu_ld" = yes; then
10792 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10793 else
10794 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10795 case $host_os in
10796 sco3.2v5*)
10797 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10798 ;;
10799 esac
2232061b 10800 fi
6bb11ab3
L
10801 sys_lib_dlsearch_path_spec='/usr/lib'
10802 ;;
10803
10804tpf*)
10805 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10806 version_type=linux
10807 need_lib_prefix=no
10808 need_version=no
10809 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10810 shlibpath_var=LD_LIBRARY_PATH
10811 shlibpath_overrides_runpath=no
10812 hardcode_into_libs=yes
10813 ;;
10814
10815uts4*)
10816 version_type=linux
10817 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10818 soname_spec='${libname}${release}${shared_ext}$major'
10819 shlibpath_var=LD_LIBRARY_PATH
10820 ;;
10821
10822*)
10823 dynamic_linker=no
10824 ;;
10825esac
10826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10827$as_echo "$dynamic_linker" >&6; }
10828test "$dynamic_linker" = no && can_build_shared=no
10829
10830variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10831if test "$GCC" = yes; then
10832 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10833fi
2232061b 10834
6bb11ab3
L
10835if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10836 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10837fi
10838if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10839 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10840fi
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
2232061b 10864
2232061b 10865
2232061b 10866
2232061b 10867
2232061b
MF
10868
10869
6ffe910a 10870
6ffe910a
MF
10871
10872
10873
10874
10875
2232061b 10876
6ffe910a
MF
10877
10878
10879
10880
6ffe910a 10881
6ffe910a 10882
6ffe910a
MF
10883
10884
6ffe910a 10885
6ffe910a 10886
6ffe910a
MF
10887
10888
5f3ef9d0 10889
5f3ef9d0
JB
10890
10891
10892
db2e4d67
MF
10893
10894
db2e4d67 10895
db2e4d67 10896
db2e4d67 10897
db2e4d67 10898
db2e4d67 10899
db2e4d67 10900
db2e4d67 10901
db2e4d67
MF
10902
10903
db2e4d67 10904
db2e4d67
MF
10905
10906
db2e4d67 10907
db2e4d67
MF
10908
10909
6ffe910a 10910
6ffe910a 10911
6ffe910a
MF
10912
10913
6ffe910a
MF
10914
10915
6ffe910a 10916
6ffe910a 10917
6ffe910a 10918
6ffe910a 10919
6ffe910a 10920
35695fd6 10921
35695fd6 10922
35695fd6 10923
b7026657 10924
b7026657 10925
c906108c 10926
b7026657 10927
b7026657 10928
c906108c 10929
b7026657 10930
6bb11ab3
L
10931
10932
10933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10934$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10935hardcode_action=
10936if test -n "$hardcode_libdir_flag_spec" ||
10937 test -n "$runpath_var" ||
10938 test "X$hardcode_automatic" = "Xyes" ; then
10939
10940 # We can hardcode non-existent directories.
10941 if test "$hardcode_direct" != no &&
10942 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10943 # have to relink, otherwise we might link with an installed library
10944 # when we should be linking with a yet-to-be-installed one
10945 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10946 test "$hardcode_minus_L" != no; then
10947 # Linking always hardcodes the temporary library directory.
10948 hardcode_action=relink
10949 else
10950 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10951 hardcode_action=immediate
10952 fi
10953else
10954 # We cannot hardcode anything, or else we can only hardcode existing
10955 # directories.
10956 hardcode_action=unsupported
10957fi
10958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10959$as_echo "$hardcode_action" >&6; }
10960
10961if test "$hardcode_action" = relink ||
10962 test "$inherit_rpath" = yes; then
10963 # Fast installation is not supported
10964 enable_fast_install=no
10965elif test "$shlibpath_overrides_runpath" = yes ||
10966 test "$enable_shared" = no; then
10967 # Fast installation is not necessary
10968 enable_fast_install=needless
c906108c 10969fi
b7026657 10970
c906108c 10971
6bb11ab3
L
10972
10973
10974
10975
10976 if test "x$enable_dlopen" != xyes; then
10977 enable_dlopen=unknown
10978 enable_dlopen_self=unknown
10979 enable_dlopen_self_static=unknown
10980else
10981 lt_cv_dlopen=no
10982 lt_cv_dlopen_libs=
10983
10984 case $host_os in
10985 beos*)
10986 lt_cv_dlopen="load_add_on"
10987 lt_cv_dlopen_libs=
10988 lt_cv_dlopen_self=yes
10989 ;;
10990
10991 mingw* | pw32* | cegcc*)
10992 lt_cv_dlopen="LoadLibrary"
10993 lt_cv_dlopen_libs=
10994 ;;
10995
10996 cygwin*)
10997 lt_cv_dlopen="dlopen"
10998 lt_cv_dlopen_libs=
10999 ;;
11000
11001 darwin*)
11002 # if libdl is installed we need to link against it
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11004$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11005if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
11006 $as_echo_n "(cached) " >&6
11007else
11008 ac_check_lib_save_LIBS=$LIBS
11009LIBS="-ldl $LIBS"
11010cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11011/* end confdefs.h. */
11012
11013/* Override any GCC internal prototype to avoid an error.
11014 Use char because int might match the return type of a GCC
11015 builtin and then its argument prototype would still apply. */
11016#ifdef __cplusplus
11017extern "C"
11018#endif
11019char dlopen ();
11020int
11021main ()
11022{
11023return dlopen ();
11024 ;
11025 return 0;
11026}
b7026657 11027_ACEOF
6bb11ab3
L
11028if ac_fn_c_try_link "$LINENO"; then :
11029 ac_cv_lib_dl_dlopen=yes
11030else
11031 ac_cv_lib_dl_dlopen=no
11032fi
11033rm -f core conftest.err conftest.$ac_objext \
11034 conftest$ac_exeext conftest.$ac_ext
11035LIBS=$ac_check_lib_save_LIBS
11036fi
11037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11038$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11039if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11040 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11041else
11042
11043 lt_cv_dlopen="dyld"
11044 lt_cv_dlopen_libs=
11045 lt_cv_dlopen_self=yes
c906108c 11046
c906108c 11047fi
c906108c 11048
6bb11ab3 11049 ;;
c906108c 11050
6bb11ab3
L
11051 *)
11052 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11053if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
11054 lt_cv_dlopen="shl_load"
11055else
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11057$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11058if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
11059 $as_echo_n "(cached) " >&6
11060else
11061 ac_check_lib_save_LIBS=$LIBS
11062LIBS="-ldld $LIBS"
11063cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11064/* end confdefs.h. */
11065
11066/* Override any GCC internal prototype to avoid an error.
11067 Use char because int might match the return type of a GCC
11068 builtin and then its argument prototype would still apply. */
11069#ifdef __cplusplus
11070extern "C"
11071#endif
11072char shl_load ();
11073int
11074main ()
11075{
11076return shl_load ();
11077 ;
11078 return 0;
11079}
11080_ACEOF
11081if ac_fn_c_try_link "$LINENO"; then :
11082 ac_cv_lib_dld_shl_load=yes
11083else
11084 ac_cv_lib_dld_shl_load=no
11085fi
11086rm -f core conftest.err conftest.$ac_objext \
11087 conftest$ac_exeext conftest.$ac_ext
11088LIBS=$ac_check_lib_save_LIBS
11089fi
11090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11091$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11092if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11093 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11094else
11095 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11096if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11097 lt_cv_dlopen="dlopen"
11098else
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11100$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11101if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11102 $as_echo_n "(cached) " >&6
c906108c 11103else
b7026657 11104 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11105LIBS="-ldl $LIBS"
81ecdfbb 11106cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11107/* end confdefs.h. */
11108
81ecdfbb
RW
11109/* Override any GCC internal prototype to avoid an error.
11110 Use char because int might match the return type of a GCC
11111 builtin and then its argument prototype would still apply. */
b7026657
AC
11112#ifdef __cplusplus
11113extern "C"
11114#endif
6bb11ab3 11115char dlopen ();
b7026657
AC
11116int
11117main ()
11118{
6bb11ab3 11119return dlopen ();
b7026657
AC
11120 ;
11121 return 0;
11122}
11123_ACEOF
81ecdfbb 11124if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11125 ac_cv_lib_dl_dlopen=yes
b7026657 11126else
6bb11ab3 11127 ac_cv_lib_dl_dlopen=no
b7026657 11128fi
81ecdfbb
RW
11129rm -f core conftest.err conftest.$ac_objext \
11130 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11131LIBS=$ac_check_lib_save_LIBS
11132fi
6bb11ab3
L
11133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11134$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11135if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11136 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11137else
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11139$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11140if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11141 $as_echo_n "(cached) " >&6
c906108c 11142else
b7026657 11143 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11144LIBS="-lsvld $LIBS"
81ecdfbb 11145cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11146/* end confdefs.h. */
11147
81ecdfbb
RW
11148/* Override any GCC internal prototype to avoid an error.
11149 Use char because int might match the return type of a GCC
11150 builtin and then its argument prototype would still apply. */
b7026657
AC
11151#ifdef __cplusplus
11152extern "C"
11153#endif
6bb11ab3 11154char dlopen ();
b7026657
AC
11155int
11156main ()
11157{
6bb11ab3 11158return dlopen ();
b7026657
AC
11159 ;
11160 return 0;
11161}
11162_ACEOF
81ecdfbb 11163if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11164 ac_cv_lib_svld_dlopen=yes
b7026657 11165else
6bb11ab3 11166 ac_cv_lib_svld_dlopen=no
b7026657 11167fi
81ecdfbb
RW
11168rm -f core conftest.err conftest.$ac_objext \
11169 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11170LIBS=$ac_check_lib_save_LIBS
11171fi
6bb11ab3
L
11172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11173$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11174if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11175 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11176else
6bb11ab3
L
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11178$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11179if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb
RW
11180 $as_echo_n "(cached) " >&6
11181else
6bb11ab3
L
11182 ac_check_lib_save_LIBS=$LIBS
11183LIBS="-ldld $LIBS"
81ecdfbb 11184cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624 11185/* end confdefs.h. */
81ecdfbb
RW
11186
11187/* Override any GCC internal prototype to avoid an error.
11188 Use char because int might match the return type of a GCC
11189 builtin and then its argument prototype would still apply. */
11190#ifdef __cplusplus
11191extern "C"
11192#endif
6bb11ab3 11193char dld_link ();
81ecdfbb
RW
11194int
11195main ()
11196{
6bb11ab3 11197return dld_link ();
81ecdfbb
RW
11198 ;
11199 return 0;
11200}
b5bd9624 11201_ACEOF
6bb11ab3
L
11202if ac_fn_c_try_link "$LINENO"; then :
11203 ac_cv_lib_dld_dld_link=yes
11204else
11205 ac_cv_lib_dld_dld_link=no
11206fi
11207rm -f core conftest.err conftest.$ac_objext \
11208 conftest$ac_exeext conftest.$ac_ext
11209LIBS=$ac_check_lib_save_LIBS
11210fi
11211{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11212$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11213if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11214 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11215fi
11216
11217
11218fi
11219
11220
11221fi
11222
11223
11224fi
11225
11226
11227fi
11228
11229
11230fi
11231
11232 ;;
11233 esac
11234
11235 if test "x$lt_cv_dlopen" != xno; then
11236 enable_dlopen=yes
b5bd9624 11237 else
6bb11ab3
L
11238 enable_dlopen=no
11239 fi
11240
11241 case $lt_cv_dlopen in
11242 dlopen)
11243 save_CPPFLAGS="$CPPFLAGS"
11244 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11245
11246 save_LDFLAGS="$LDFLAGS"
11247 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11248
11249 save_LIBS="$LIBS"
11250 LIBS="$lt_cv_dlopen_libs $LIBS"
11251
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11253$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11254if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11255 $as_echo_n "(cached) " >&6
11256else
11257 if test "$cross_compiling" = yes; then :
11258 lt_cv_dlopen_self=cross
11259else
11260 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11261 lt_status=$lt_dlunknown
11262 cat > conftest.$ac_ext <<_LT_EOF
a3e2cc64 11263#line 11263 "configure"
6bb11ab3
L
11264#include "confdefs.h"
11265
11266#if HAVE_DLFCN_H
11267#include <dlfcn.h>
11268#endif
11269
11270#include <stdio.h>
11271
11272#ifdef RTLD_GLOBAL
11273# define LT_DLGLOBAL RTLD_GLOBAL
11274#else
11275# ifdef DL_GLOBAL
11276# define LT_DLGLOBAL DL_GLOBAL
11277# else
11278# define LT_DLGLOBAL 0
11279# endif
11280#endif
11281
11282/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11283 find out it does not work in some platform. */
11284#ifndef LT_DLLAZY_OR_NOW
11285# ifdef RTLD_LAZY
11286# define LT_DLLAZY_OR_NOW RTLD_LAZY
11287# else
11288# ifdef DL_LAZY
11289# define LT_DLLAZY_OR_NOW DL_LAZY
11290# else
11291# ifdef RTLD_NOW
11292# define LT_DLLAZY_OR_NOW RTLD_NOW
11293# else
11294# ifdef DL_NOW
11295# define LT_DLLAZY_OR_NOW DL_NOW
11296# else
11297# define LT_DLLAZY_OR_NOW 0
11298# endif
11299# endif
11300# endif
11301# endif
11302#endif
11303
11304/* When -fvisbility=hidden is used, assume the code has been annotated
11305 correspondingly for the symbols needed. */
11306#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11307void fnord () __attribute__((visibility("default")));
11308#endif
11309
11310void fnord () { int i=42; }
11311int main ()
11312{
11313 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11314 int status = $lt_dlunknown;
11315
11316 if (self)
11317 {
11318 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11319 else
11320 {
11321 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11322 else puts (dlerror ());
11323 }
11324 /* dlclose (self); */
11325 }
11326 else
11327 puts (dlerror ());
11328
11329 return status;
11330}
11331_LT_EOF
11332 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11333 (eval $ac_link) 2>&5
11334 ac_status=$?
11335 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11336 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11337 (./conftest; exit; ) >&5 2>/dev/null
11338 lt_status=$?
11339 case x$lt_status in
11340 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11341 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11342 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11343 esac
11344 else :
11345 # compilation failed
11346 lt_cv_dlopen_self=no
b5bd9624 11347 fi
b5bd9624 11348fi
6bb11ab3
L
11349rm -fr conftest*
11350
11351
b5bd9624 11352fi
6bb11ab3
L
11353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11354$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11355
6bb11ab3
L
11356 if test "x$lt_cv_dlopen_self" = xyes; then
11357 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11359$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11360if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11361 $as_echo_n "(cached) " >&6
b5bd9624 11362else
6bb11ab3
L
11363 if test "$cross_compiling" = yes; then :
11364 lt_cv_dlopen_self_static=cross
11365else
11366 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11367 lt_status=$lt_dlunknown
11368 cat > conftest.$ac_ext <<_LT_EOF
a3e2cc64 11369#line 11369 "configure"
6bb11ab3
L
11370#include "confdefs.h"
11371
11372#if HAVE_DLFCN_H
11373#include <dlfcn.h>
11374#endif
11375
11376#include <stdio.h>
11377
11378#ifdef RTLD_GLOBAL
11379# define LT_DLGLOBAL RTLD_GLOBAL
11380#else
11381# ifdef DL_GLOBAL
11382# define LT_DLGLOBAL DL_GLOBAL
11383# else
11384# define LT_DLGLOBAL 0
11385# endif
11386#endif
11387
11388/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11389 find out it does not work in some platform. */
11390#ifndef LT_DLLAZY_OR_NOW
11391# ifdef RTLD_LAZY
11392# define LT_DLLAZY_OR_NOW RTLD_LAZY
11393# else
11394# ifdef DL_LAZY
11395# define LT_DLLAZY_OR_NOW DL_LAZY
11396# else
11397# ifdef RTLD_NOW
11398# define LT_DLLAZY_OR_NOW RTLD_NOW
11399# else
11400# ifdef DL_NOW
11401# define LT_DLLAZY_OR_NOW DL_NOW
11402# else
11403# define LT_DLLAZY_OR_NOW 0
11404# endif
11405# endif
11406# endif
11407# endif
11408#endif
11409
11410/* When -fvisbility=hidden is used, assume the code has been annotated
11411 correspondingly for the symbols needed. */
11412#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11413void fnord () __attribute__((visibility("default")));
11414#endif
11415
11416void fnord () { int i=42; }
11417int main ()
11418{
11419 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11420 int status = $lt_dlunknown;
11421
11422 if (self)
11423 {
11424 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11425 else
11426 {
11427 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11428 else puts (dlerror ());
11429 }
11430 /* dlclose (self); */
11431 }
11432 else
11433 puts (dlerror ());
11434
11435 return status;
11436}
11437_LT_EOF
11438 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11439 (eval $ac_link) 2>&5
11440 ac_status=$?
11441 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11442 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11443 (./conftest; exit; ) >&5 2>/dev/null
11444 lt_status=$?
11445 case x$lt_status in
11446 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11447 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11448 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11449 esac
11450 else :
11451 # compilation failed
11452 lt_cv_dlopen_self_static=no
11453 fi
b5bd9624 11454fi
6bb11ab3
L
11455rm -fr conftest*
11456
11457
b5bd9624 11458fi
6bb11ab3
L
11459{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11460$as_echo "$lt_cv_dlopen_self_static" >&6; }
11461 fi
11462
11463 CPPFLAGS="$save_CPPFLAGS"
11464 LDFLAGS="$save_LDFLAGS"
11465 LIBS="$save_LIBS"
11466 ;;
11467 esac
11468
11469 case $lt_cv_dlopen_self in
11470 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11471 *) enable_dlopen_self=unknown ;;
11472 esac
11473
11474 case $lt_cv_dlopen_self_static in
11475 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11476 *) enable_dlopen_self_static=unknown ;;
11477 esac
11478fi
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496striplib=
11497old_striplib=
11498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11499$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11500if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11501 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11502 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11504$as_echo "yes" >&6; }
11505else
11506# FIXME - insert some real tests, host_os isn't really good enough
11507 case $host_os in
11508 darwin*)
11509 if test -n "$STRIP" ; then
11510 striplib="$STRIP -x"
11511 old_striplib="$STRIP -S"
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11513$as_echo "yes" >&6; }
11514 else
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11516$as_echo "no" >&6; }
11517 fi
11518 ;;
11519 *)
11520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11521$as_echo "no" >&6; }
11522 ;;
11523 esac
11524fi
11525
11526
11527
11528
11529
11530
11531
11532
11533
11534
11535
11536
11537 # Report which library types will actually be built
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11539$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11541$as_echo "$can_build_shared" >&6; }
11542
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11544$as_echo_n "checking whether to build shared libraries... " >&6; }
11545 test "$can_build_shared" = "no" && enable_shared=no
11546
11547 # On AIX, shared libraries and static libraries use the same namespace, and
11548 # are all built from PIC.
11549 case $host_os in
11550 aix3*)
11551 test "$enable_shared" = yes && enable_static=no
11552 if test -n "$RANLIB"; then
11553 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11554 postinstall_cmds='$RANLIB $lib'
11555 fi
11556 ;;
11557
11558 aix[4-9]*)
11559 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11560 test "$enable_shared" = yes && enable_static=no
11561 fi
11562 ;;
11563 esac
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11565$as_echo "$enable_shared" >&6; }
11566
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11568$as_echo_n "checking whether to build static libraries... " >&6; }
11569 # Make sure either enable_shared or enable_static is yes.
11570 test "$enable_shared" = yes || enable_static=yes
11571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11572$as_echo "$enable_static" >&6; }
11573
11574
11575
11576
11577fi
11578ac_ext=c
11579ac_cpp='$CPP $CPPFLAGS'
11580ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11581ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11582ac_compiler_gnu=$ac_cv_c_compiler_gnu
11583
11584CC="$lt_save_CC"
11585
11586
11587
11588
11589
11590
11591
11592
11593
b5bd9624 11594
b5bd9624 11595
b5bd9624 11596
b5bd9624 11597
6bb11ab3
L
11598 ac_config_commands="$ac_config_commands libtool"
11599
11600
11601
11602
11603# Only expand once:
11604
11605
5912fadd 11606
b5bd9624 11607
c906108c
SS
11608
11609
31e6ad7d
MF
11610
11611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11612$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11613 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11614if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11615 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11616else
11617 USE_MAINTAINER_MODE=no
c906108c 11618fi
31e6ad7d
MF
11619
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11621$as_echo "$USE_MAINTAINER_MODE" >&6; }
11622 if test $USE_MAINTAINER_MODE = yes; then
11623 MAINTAINER_MODE_TRUE=
11624 MAINTAINER_MODE_FALSE='#'
c906108c 11625else
31e6ad7d
MF
11626 MAINTAINER_MODE_TRUE='#'
11627 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11628fi
11629
31e6ad7d
MF
11630 MAINT=$MAINTAINER_MODE_TRUE
11631
11632
c906108c
SS
11633
11634
ce39bd38
MF
11635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11636$as_echo_n "checking for sim debug setting... " >&6; }
11637sim_debug="0"
81ecdfbb
RW
11638# Check whether --enable-sim-debug was given.
11639if test "${enable_sim_debug+set}" = set; then :
11640 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11641 yes) sim_debug="7";;
11642 no) sim_debug="0";;
11643 *) sim_debug="($enableval)";;
c906108c 11644esac
c906108c 11645fi
ce39bd38
MF
11646if test "$sim_debug" != "0"; then
11647
11648cat >>confdefs.h <<_ACEOF
11649#define DEBUG $sim_debug
11650_ACEOF
11651
81ecdfbb
RW
11652fi
11653
ce39bd38
MF
11654cat >>confdefs.h <<_ACEOF
11655#define WITH_DEBUG $sim_debug
11656_ACEOF
11657
11658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11659$as_echo "$sim_debug" >&6; }
c906108c
SS
11660
11661
ce39bd38
MF
11662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11663$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11664sim_stdio="0"
81ecdfbb
RW
11665# Check whether --enable-sim-stdio was given.
11666if test "${enable_sim_stdio+set}" = set; then :
11667 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11668 yes) sim_stdio="DO_USE_STDIO";;
11669 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11670 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11671esac
81ecdfbb
RW
11672fi
11673
ce39bd38
MF
11674cat >>confdefs.h <<_ACEOF
11675#define WITH_STDIO $sim_stdio
11676_ACEOF
11677
11678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11679$as_echo "$sim_stdio" >&6; }
c906108c
SS
11680
11681
ce39bd38
MF
11682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11683$as_echo_n "checking for sim trace settings... " >&6; }
11684sim_trace="~TRACE_debug"
81ecdfbb
RW
11685# Check whether --enable-sim-trace was given.
11686if test "${enable_sim_trace+set}" = set; then :
11687 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11688 yes) sim_trace="-1";;
11689 no) sim_trace="0";;
c906108c 11690 [-0-9]*)
ce39bd38 11691 sim_trace="'(${enableval})'";;
2232061b 11692 [[:lower:]]*)
c906108c
SS
11693 sim_trace=""
11694 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11695 if test x"$sim_trace" = x; then
ce39bd38 11696 sim_trace="(TRACE_$x"
c906108c
SS
11697 else
11698 sim_trace="${sim_trace}|TRACE_$x"
11699 fi
11700 done
ce39bd38 11701 sim_trace="$sim_trace)" ;;
c906108c 11702esac
81ecdfbb
RW
11703fi
11704
ce39bd38
MF
11705cat >>confdefs.h <<_ACEOF
11706#define WITH_TRACE $sim_trace
11707_ACEOF
11708
11709{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11710$as_echo "$sim_trace" >&6; }
c906108c
SS
11711
11712
ce39bd38
MF
11713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11714$as_echo_n "checking for sim profile settings... " >&6; }
11715profile="1"
11716sim_profile="-1"
81ecdfbb
RW
11717# Check whether --enable-sim-profile was given.
11718if test "${enable_sim_profile+set}" = set; then :
11719 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11720 yes) profile="1" sim_profile="-1";;
11721 no) profile="0" sim_profile="0";;
c906108c 11722 [-0-9]*)
ce39bd38 11723 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11724 [a-z]*)
ce39bd38 11725 profile="1"
c906108c
SS
11726 sim_profile=""
11727 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11728 if test x"$sim_profile" = x; then
ce39bd38 11729 sim_profile="(PROFILE_$x"
c906108c
SS
11730 else
11731 sim_profile="${sim_profile}|PROFILE_$x"
11732 fi
11733 done
ce39bd38 11734 sim_profile="$sim_profile)" ;;
c906108c 11735esac
81ecdfbb
RW
11736fi
11737
ce39bd38
MF
11738cat >>confdefs.h <<_ACEOF
11739#define PROFILE $profile
11740_ACEOF
c906108c
SS
11741
11742
ce39bd38
MF
11743cat >>confdefs.h <<_ACEOF
11744#define WITH_PROFILE $sim_profile
11745_ACEOF
11746
11747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11748$as_echo "$sim_profile" >&6; }
11749
11750
11751
11752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11753$as_echo_n "checking whether to enable sim asserts... " >&6; }
11754sim_assert="1"
35656e95
MF
11755# Check whether --enable-sim-assert was given.
11756if test "${enable_sim_assert+set}" = set; then :
11757 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11758 yes) sim_assert="1";;
11759 no) sim_assert="0";;
d0ac1c44 11760 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11761esac
35656e95
MF
11762fi
11763
ce39bd38
MF
11764cat >>confdefs.h <<_ACEOF
11765#define WITH_ASSERT $sim_assert
11766_ACEOF
11767
11768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11769$as_echo "$sim_assert" >&6; }
11770
35656e95 11771
ce39bd38
MF
11772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11773$as_echo_n "checking default sim environment setting... " >&6; }
11774sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11775# Check whether --enable-sim-environment was given.
11776if test "${enable_sim_environment+set}" = set; then :
11777 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11778 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11779 user | USER) sim_environment="USER_ENVIRONMENT";;
11780 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11781 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11782 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11783esac
16f7876d
MF
11784fi
11785
ce39bd38
MF
11786cat >>confdefs.h <<_ACEOF
11787#define WITH_ENVIRONMENT $sim_environment
11788_ACEOF
11789
11790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11791$as_echo "$sim_environment" >&6; }
11792
16f7876d 11793
347fe5bb
MF
11794sim_inline="-DDEFAULT_INLINE=0"
11795# Check whether --enable-sim-inline was given.
11796if test "${enable_sim_inline+set}" = set; then :
11797 enableval=$enable_sim_inline; sim_inline=""
11798case "$enableval" in
11799 no) sim_inline="-DDEFAULT_INLINE=0";;
11800 0) sim_inline="-DDEFAULT_INLINE=0";;
11801 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11802 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11803 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11804 new_flag=""
11805 case "$x" in
11806 *_INLINE=*) new_flag="-D$x";;
11807 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11808 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11809 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11810 esac
11811 if test x"$sim_inline" = x""; then
11812 sim_inline="$new_flag"
11813 else
11814 sim_inline="$sim_inline $new_flag"
11815 fi
11816 done;;
11817esac
11818if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11819 echo "Setting inline flags = $sim_inline" 6>&1
11820fi
11821fi
11822
11823
11824
6efef468 11825
81ecdfbb
RW
11826# Check whether --with-pkgversion was given.
11827if test "${with_pkgversion+set}" = set; then :
11828 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11829 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11830 no) PKGVERSION= ;;
11831 *) PKGVERSION="($withval) " ;;
11832 esac
11833else
bf12d44e 11834 PKGVERSION="(SIM) "
6efef468 11835
81ecdfbb
RW
11836fi
11837
6efef468
JM
11838
11839
11840
11841
81ecdfbb
RW
11842# Check whether --with-bugurl was given.
11843if test "${with_bugurl+set}" = set; then :
11844 withval=$with_bugurl; case "$withval" in
d0ac1c44 11845 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11846 no) BUGURL=
11847 ;;
11848 *) BUGURL="$withval"
11849 ;;
11850 esac
11851else
dfb856ba 11852 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11853
81ecdfbb
RW
11854fi
11855
6efef468
JM
11856 case ${BUGURL} in
11857 "")
11858 REPORT_BUGS_TO=
11859 REPORT_BUGS_TEXI=
11860 ;;
11861 *)
11862 REPORT_BUGS_TO="<$BUGURL>"
11863 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11864 ;;
11865 esac;
11866
11867
11868
11869
11870cat >>confdefs.h <<_ACEOF
11871#define PKGVERSION "$PKGVERSION"
11872_ACEOF
11873
11874
11875cat >>confdefs.h <<_ACEOF
11876#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11877_ACEOF
11878
11879
81ecdfbb
RW
11880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11881$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11882if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11883 $as_echo_n "(cached) " >&6
c906108c 11884else
81ecdfbb 11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11886/* end confdefs.h. */
c906108c
SS
11887#include <sys/types.h>
11888#include <signal.h>
c906108c 11889
b7026657
AC
11890int
11891main ()
11892{
81ecdfbb 11893return *(signal (0, 0)) (0) == 1;
b7026657
AC
11894 ;
11895 return 0;
11896}
11897_ACEOF
81ecdfbb
RW
11898if ac_fn_c_try_compile "$LINENO"; then :
11899 ac_cv_type_signal=int
c906108c 11900else
81ecdfbb 11901 ac_cv_type_signal=void
c906108c 11902fi
81ecdfbb 11903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11904fi
81ecdfbb
RW
11905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11906$as_echo "$ac_cv_type_signal" >&6; }
c906108c 11907
b7026657 11908cat >>confdefs.h <<_ACEOF
c906108c 11909#define RETSIGTYPE $ac_cv_type_signal
b7026657 11910_ACEOF
c906108c
SS
11911
11912
cd0fc7c3
SS
11913
11914
c906108c 11915
c906108c 11916
c906108c
SS
11917wire_alignment="NONSTRICT_ALIGNMENT"
11918default_alignment=""
11919
81ecdfbb
RW
11920# Check whether --enable-sim-alignment was given.
11921if test "${enable_sim_alignment+set}" = set; then :
11922 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11923 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11924 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11925 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11926 yes) if test x"$wire_alignment" != x; then
11927 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11928 else
11929 if test x"$default_alignment" != x; then
11930 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11931 else
11932 echo "No hard-wired alignment for target $target" 1>&6
11933 sim_alignment="-DWITH_ALIGNMENT=0"
11934 fi
11935 fi;;
11936 no) if test x"$default_alignment" != x; then
11937 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11938 else
11939 if test x"$wire_alignment" != x; then
11940 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11941 else
11942 echo "No default alignment for target $target" 1>&6
11943 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11944 fi
11945 fi;;
d0ac1c44 11946 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11947esac
11948if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11949 echo "Setting alignment flags = $sim_alignment" 6>&1
11950fi
11951else
11952 if test x"$default_alignment" != x; then
11953 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11954else
11955 if test x"$wire_alignment" != x; then
11956 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11957 else
11958 sim_alignment=
11959 fi
11960fi
81ecdfbb
RW
11961fi
11962
c906108c 11963
2232061b
MF
11964# Check whether --enable-werror was given.
11965if test "${enable_werror+set}" = set; then :
11966 enableval=$enable_werror; case "${enableval}" in
11967 yes | y) ERROR_ON_WARNING="yes" ;;
11968 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11969 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11970 esac
11971fi
11972
11973
11974# Enable -Werror by default when using gcc
11975if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11976 ERROR_ON_WARNING=yes
51216631 11977fi
2232061b
MF
11978
11979WERROR_CFLAGS=""
2232061b 11980
2232061b 11981build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 11982-Wpointer-sign \
2232061b 11983-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
11984-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11985-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11986-Wold-style-declaration -Wold-style-definition"
2232061b
MF
11987
11988# Enable -Wno-format by default when using gcc on mingw since many
11989# GCC versions complain about %I64.
11990case "${host}" in
11991 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 11992 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
11993esac
11994
81ecdfbb
RW
11995# Check whether --enable-build-warnings was given.
11996if test "${enable_build_warnings+set}" = set; then :
11997 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
11998 yes) ;;
11999 no) build_warnings="-w";;
12000 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12001 build_warnings="${build_warnings} ${t}";;
12002 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12003 build_warnings="${t} ${build_warnings}";;
12004 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12005esac
12006if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12007 echo "Setting compiler warning flags = $build_warnings" 6>&1
12008fi
81ecdfbb
RW
12009fi
12010# Check whether --enable-sim-build-warnings was given.
12011if test "${enable_sim_build_warnings+set}" = set; then :
12012 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
12013 yes) ;;
12014 no) build_warnings="-w";;
12015 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 12016 build_warnings="${build_warnings} ${t}";;
c906108c 12017 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
12018 build_warnings="${t} ${build_warnings}";;
12019 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
12020esac
12021if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
12022 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12023fi
81ecdfbb
RW
12024fi
12025WARN_CFLAGS=""
d4f3574e
SS
12026if test "x${build_warnings}" != x -a "x$GCC" = xyes
12027then
81ecdfbb
RW
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12029$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
12030 # Separate out the -Werror flag as some files just cannot be
12031 # compiled with it enabled.
12032 for w in ${build_warnings}; do
12033 case $w in
12034 -Werr*) WERROR_CFLAGS=-Werror ;;
12035 *) # Check that GCC accepts it
12036 saved_CFLAGS="$CFLAGS"
12037 CFLAGS="$CFLAGS $w"
81ecdfbb 12038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12039/* end confdefs.h. */
c8cca39f 12040
b7026657
AC
12041int
12042main ()
12043{
c8cca39f 12044
b7026657
AC
12045 ;
12046 return 0;
12047}
12048_ACEOF
81ecdfbb 12049if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 12050 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 12051fi
81ecdfbb 12052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
12053 CFLAGS="$saved_CFLAGS"
12054 esac
12055 done
2232061b
MF
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12057$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
12058fi
12059
12060
e6c674b8 12061default_sim_reserved_bits="1"
81ecdfbb
RW
12062# Check whether --enable-sim-reserved-bits was given.
12063if test "${enable_sim_reserved_bits+set}" = set; then :
12064 enableval=$enable_sim_reserved_bits; case "${enableval}" in
e6c674b8
CD
12065 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
12066 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 12067 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
e6c674b8
CD
12068esac
12069if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
12070 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
12071fi
12072else
12073 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
12074fi
12075
e6c674b8 12076
c906108c
SS
12077# DEPRECATED
12078#
12079# Instead of defining a `subtarget' macro, code should be checking
12080# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
12081# in question.
12082#
12083case "${target}" in
4c54fc26 12084 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
c906108c 12085 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
109ad085 12086 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
cc220243 12087 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
1e799e28
CD
12088 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
12089 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
c906108c
SS
12090 *) SIM_SUBTARGET="";;
12091esac
12092
12093
12094
12095
12096#
12097# Select the byte order of the target
12098#
12099mips_endian=
12100default_endian=
12101case "${target}" in
1ac72f06
MF
12102 mips64el*-*-*) mips_endian=LITTLE ;;
12103 mips64vr*el-*-*) default_endian=LITTLE ;;
12104 mips64*-*-*) default_endian=BIG ;;
12105 mips16*-*-*) default_endian=BIG ;;
12106 mipsisa32*-*-*) default_endian=BIG ;;
12107 mipsisa64*-*-*) default_endian=BIG ;;
12108 mips*-*-*) default_endian=BIG ;;
12109 *) default_endian=BIG ;;
c906108c
SS
12110esac
12111
12112wire_endian="$mips_endian"
12113default_endian="$default_endian"
81ecdfbb
RW
12114# Check whether --enable-sim-endian was given.
12115if test "${enable_sim_endian+set}" = set; then :
12116 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
12117 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
12118 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 12119 yes) if test x"$wire_endian" != x; then
1ac72f06 12120 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 12121 else
1ac72f06
MF
12122 if test x"$default_endian" != x; then
12123 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12124 else
12125 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 12126 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
12127 fi
12128 fi;;
12129 no) if test x"$default_endian" != x; then
1ac72f06 12130 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12131 else
12132 if test x"$wire_endian" != x; then
1ac72f06 12133 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
12134 else
12135 echo "No default endian for target $target" 1>&6
1ac72f06 12136 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
12137 fi
12138 fi;;
d0ac1c44 12139 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
12140esac
12141if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12142 echo "Setting endian flags = $sim_endian" 6>&1
12143fi
12144else
12145 if test x"$default_endian" != x; then
1ac72f06 12146 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12147else
12148 if test x"$wire_endian" != x; then
1ac72f06 12149 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
12150 else
12151 sim_endian=
12152 fi
12153fi
81ecdfbb
RW
12154fi
12155
c906108c
SS
12156
12157
12158
12159#
12160# Select the bitsize of the target
12161#
12162mips_addr_bitsize=
12163case "${target}" in
109ad085 12164 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
cc220243 12165 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
12166 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
12167 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1e799e28
CD
12168 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
12169 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
12170 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
12171 *) mips_bitsize=64 ; mips_msb=63 ;;
12172esac
12173wire_word_bitsize="$mips_bitsize"
12174wire_word_msb="$mips_msb"
12175wire_address_bitsize="$mips_addr_bitsize"
12176wire_cell_bitsize=""
81ecdfbb
RW
12177# Check whether --enable-sim-bitsize was given.
12178if test "${enable_sim_bitsize+set}" = set; then :
12179 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
12180case "${enableval}" in
12181 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
12182 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
12183 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12184 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12185 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12186 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
12187 else
12188 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
12189 fi ;;
12190 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12191 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
12192 else
12193 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
12194 fi ;;
d0ac1c44 12195 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12196esac
12197# address bitsize
12198tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
12199case x"${tmp}" in
12200 x ) ;;
12201 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
12202 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 12203 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12204esac
12205# cell bitsize
12206tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
12207case x"${tmp}" in
12208 x ) ;;
12209 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
12210 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 12211 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12212esac
12213if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
12214 echo "Setting bitsize flags = $sim_bitsize" 6>&1
12215fi
12216else
12217 sim_bitsize=""
12218if test x"$wire_word_bitsize" != x; then
12219 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
12220fi
12221if test x"$wire_word_msb" != x; then
12222 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
12223fi
12224if test x"$wire_address_bitsize" != x; then
12225 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
12226fi
12227if test x"$wire_cell_bitsize" != x; then
12228 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
12229fi
81ecdfbb
RW
12230fi
12231
c906108c
SS
12232
12233
12234
12235#
12236# Select the floating hardware support of the target
12237#
12238mips_fpu=HARDWARE_FLOATING_POINT
12239mips_fpu_bitsize=
12240case "${target}" in
4b5d35ee 12241 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
109ad085 12242 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
cc220243 12243 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
12244 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
12245 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1e799e28
CD
12246 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
12247 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
12248 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
12249 *) mips_fpu=HARD_FLOATING_POINT ;;
12250esac
12251
12252default_sim_float="$mips_fpu"
12253default_sim_float_bitsize="$mips_fpu_bitsize"
81ecdfbb
RW
12254# Check whether --enable-sim-float was given.
12255if test "${enable_sim_float+set}" = set; then :
12256 enableval=$enable_sim_float; case "${enableval}" in
c906108c
SS
12257 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
12258 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
12259 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
12260 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
d0ac1c44 12261 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
c906108c
SS
12262esac
12263if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
12264 echo "Setting float flags = $sim_float" 6>&1
12265fi
12266else
b7026657 12267
c906108c
SS
12268sim_float=
12269if test x"${default_sim_float}" != x""; then
12270 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
12271fi
12272if test x"${default_sim_float_bitsize}" != x""; then
12273 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
12274fi
12275
81ecdfbb
RW
12276fi
12277
c906108c
SS
12278
12279
12280
c906108c
SS
12281#
12282# Select the IGEN architecture
12283#
12284sim_gen=IGEN
12285sim_igen_machine="-M mipsIV"
139181c8 12286sim_m16_machine="-M mips16,mipsIII"
c906108c
SS
12287sim_igen_filter="32,64,f"
12288sim_m16_filter="16"
4c54fc26
CD
12289sim_mach_default="mips8000"
12290
c906108c
SS
12291case "${target}" in
12292 mips*tx39*) sim_gen=IGEN
12293 sim_igen_filter="32,f"
12294 sim_igen_machine="-M r3900"
12295 ;;
12296 mips64vr43*-*-*) sim_gen=IGEN
12297 sim_igen_machine="-M mipsIV"
4c54fc26 12298 sim_mach_default="mips8000"
c906108c
SS
12299 ;;
12300 mips64vr5*-*-*) sim_gen=IGEN
12301 sim_igen_machine="-M vr5000"
4c54fc26 12302 sim_mach_default="mips5000"
c906108c
SS
12303 ;;
12304 mips64vr41*) sim_gen=M16
12305 sim_igen_machine="-M vr4100"
12306 sim_m16_machine="-M vr4100"
12307 sim_igen_filter="32,64,f"
12308 sim_m16_filter="16"
4c54fc26 12309 sim_mach_default="mips4100"
c906108c 12310 ;;
4c54fc26
CD
12311 mips64vr-*-* | mips64vrel-*-*)
12312 sim_gen=MULTI
12313 sim_multi_configs="\
12314 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
12315 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
12316 vr5000:mipsIV:32,64,f:mips4300,mips5000\
12317 vr5400:mipsIV,vr5400:32,64,f:mips5400\
12318 vr5500:mipsIV,vr5500:32,64,f:mips5500"
12319 sim_multi_default=mips5000
12320 ;;
cc220243 12321 mips*-sde-elf* | mips*-mti-elf*)
8e394ffc
AB
12322 sim_gen=MULTI
12323 sim_multi_configs="\
12324 micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
12325 mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
12326 sim_multi_default=mipsisa64r2
109ad085 12327 ;;
c906108c
SS
12328 mips64*-*-*) sim_igen_filter="32,64,f"
12329 sim_gen=IGEN
12330 ;;
12331 mips16*-*-*) sim_gen=M16
12332 sim_igen_filter="32,64,f"
12333 sim_m16_filter="16"
12334 ;;
8e394ffc
AB
12335 mipsisa32r2*-*-*) sim_gen=MULTI
12336 sim_multi_configs="\
12337 micromips:micromips32,micromipsdsp:32,f:mips_micromips\
12338 mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
12339 sim_multi_default=mipsisa32r2
e70cb6cd 12340 ;;
d5fb0879
RS
12341 mipsisa32*-*-*) sim_gen=M16
12342 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
12343 sim_m16_machine="-M mips16,mips16e,mips32"
12344 sim_igen_filter="32,f"
12345 sim_mach_default="mipsisa32"
1e799e28 12346 ;;
d5fb0879
RS
12347 mipsisa64r2*-*-*) sim_gen=M16
12348 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
12349 sim_m16_machine="-M mips16,mips16e,mips64r2"
12350 sim_igen_filter="32,64,f"
12351 sim_mach_default="mipsisa64r2"
e70cb6cd 12352 ;;
7cbea089 12353 mipsisa64sb1*-*-*) sim_gen=IGEN
109ad085 12354 sim_igen_machine="-M mips64,mips3d,sb1"
7cbea089 12355 sim_igen_filter="32,64,f"
4c54fc26 12356 sim_mach_default="mips_sb1"
7cbea089 12357 ;;
d5fb0879
RS
12358 mipsisa64*-*-*) sim_gen=M16
12359 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
12360 sim_m16_machine="-M mips16,mips16e,mips64"
12361 sim_igen_filter="32,64,f"
12362 sim_mach_default="mipsisa64"
1e799e28 12363 ;;
109ad085 12364 mips*lsi*) sim_gen=M16
c906108c
SS
12365 sim_igen_machine="-M mipsIII,mips16"
12366 sim_m16_machine="-M mips16,mipsIII"
12367 sim_igen_filter="32,f"
12368 sim_m16_filter="16"
4c54fc26 12369 sim_mach_default="mips4000"
109ad085 12370 ;;
c906108c
SS
12371 mips*-*-*) sim_gen=IGEN
12372 sim_igen_filter="32,f"
12373 ;;
12374esac
4c54fc26
CD
12375
12376# The MULTI generator can combine several simulation engines into one.
12377# executable. A configuration which uses the MULTI should set two
12378# variables: ${sim_multi_configs} and ${sim_multi_default}.
12379#
12380# ${sim_multi_configs} is the list of engines to build. Each
12381# space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
12382# where:
12383#
12384# - NAME is a C-compatible prefix for the engine,
12385# - MACHINE is a -M argument,
12386# - FILTER is a -F argument, and
12387# - BFDMACHS is a comma-separated list of bfd machines that the
12388# simulator can run.
12389#
12390# Each entry will have a separate simulation engine whose prefix is
12391# m32<NAME>. If the machine list includes "mips16", there will also
12392# be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
12393# generated using the same machine list as the 32-bit version,
12394# but the filter will be "16" instead of FILTER.
12395#
12396# The simulator compares the bfd mach against BFDMACHS to decide
12397# which engine to use. Entries in BFDMACHS should be bfd_mach
12398# values with "bfd_mach_" removed. ${sim_multi_default} says
12399# which entry should be the default.
12400if test ${sim_gen} = MULTI; then
12401
12402 # Simple sanity check.
12403 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
d0ac1c44 12404 as_fn_error $? "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
4c54fc26
CD
12405 fi
12406
12407 # Start in a known state.
12408 rm -f multi-include.h multi-run.c
12409 sim_multi_flags=
12410 sim_multi_src=
8e394ffc 12411 sim_multi_obj=
4c54fc26
CD
12412 sim_multi_igen_configs=
12413 sim_seen_default=no
12414
12415 cat << __EOF__ > multi-run.c
12416/* Main entry point for MULTI simulators.
46f900c0 12417 Copyright (C) 2003-2021 Free Software Foundation, Inc.
4c54fc26
CD
12418
12419 This program is free software; you can redistribute it and/or modify
12420 it under the terms of the GNU General Public License as published by
35ee6e1e 12421 the Free Software Foundation; either version 3 of the License, or
4c54fc26
CD
12422 (at your option) any later version.
12423
12424 This program is distributed in the hope that it will be useful,
12425 but WITHOUT ANY WARRANTY; without even the implied warranty of
12426 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12427 GNU General Public License for more details.
12428
12429 You should have received a copy of the GNU General Public License
35ee6e1e 12430 along with this program. If not, see <http://www.gnu.org/licenses/>.
4c54fc26
CD
12431
12432 --
12433
12434 This file was generated by sim/mips/configure. */
12435
12436#include "sim-main.h"
12437#include "multi-include.h"
8e394ffc
AB
12438#include "elf-bfd.h"
12439#include "elf/mips.h"
4c54fc26
CD
12440
12441#define SD sd
12442#define CPU cpu
12443
12444void
12445sim_engine_run (SIM_DESC sd,
12446 int next_cpu_nr,
12447 int nr_cpus,
12448 int signal) /* ignore */
12449{
12450 int mach;
12451
12452 if (STATE_ARCHITECTURE (sd) == NULL)
12453 mach = bfd_mach_${sim_multi_default};
1554f758 12454 else if (elf_elfheader (STATE_PROG_BFD (sd))->e_flags
8e394ffc
AB
12455 & EF_MIPS_ARCH_ASE_MICROMIPS)
12456 mach = bfd_mach_mips_micromips;
4c54fc26
CD
12457 else
12458 mach = STATE_ARCHITECTURE (SD)->mach;
12459
12460 switch (mach)
12461 {
12462__EOF__
12463
12464 for fc in ${sim_multi_configs}; do
12465
12466 # Split up the entry. ${c} contains the first three elements.
12467 # Note: outer sqaure brackets are m4 quotes.
12468 c=`echo ${fc} | sed 's/:[^:]*$//'`
12469 bfdmachs=`echo ${fc} | sed 's/.*://'`
12470 name=`echo ${c} | sed 's/:.*//'`
12471 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
12472 filter=`echo ${c} | sed 's/.*://'`
12473
12474 # Build the following lists:
12475 #
12476 # sim_multi_flags: all -M and -F flags used by the simulator
12477 # sim_multi_src: all makefile-generated source files
12478 # sim_multi_obj: the objects for ${sim_multi_src}
12479 # sim_multi_igen_configs: igen configuration strings.
12480 #
12481 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
12482 # or m16) followed by the NAME, MACHINE and FILTER part of
12483 # the ${sim_multi_configs} entry.
12484 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
12485
8e394ffc 12486 # Check whether special handling is needed.
4c54fc26
CD
12487 case ${c} in
12488 *:*mips16*:*)
12489 # Run igen twice, once for normal mode and once for mips16.
12490 ws="m32 m16"
12491
12492 # The top-level function for the mips16 simulator is
12493 # in a file m16${name}_run.c, generated by the
12494 # tmp-run-multi Makefile rule.
12495 sim_multi_src="${sim_multi_src} m16${name}_run.c"
12496 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
12497 sim_multi_flags="${sim_multi_flags} -F 16"
12498 ;;
8e394ffc
AB
12499 *:*micromips32*:*)
12500 # Run igen thrice, once for micromips32, once for micromips16,
12501 # and once for m32.
12502 ws="micromips_m32 micromips16 micromips32"
12503
12504 # The top-level function for the micromips simulator is
12505 # in a file micromips${name}_run.c, generated by the
12506 # tmp-run-multi Makefile rule.
12507 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
12508 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
12509 sim_multi_flags="${sim_multi_flags} -F 16,32"
12510 ;;
12511 *:*micromips64*:*)
12512 # Run igen thrice, once for micromips64, once for micromips16,
12513 # and once for m64.
12514 ws="micromips_m64 micromips16 micromips64"
12515
12516 # The top-level function for the micromips simulator is
12517 # in a file micromips${name}_run.c, generated by the
12518 # tmp-run-multi Makefile rule.
12519 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
12520 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
12521 sim_multi_flags="${sim_multi_flags} -F 16,32,64"
12522 ;;
4c54fc26
CD
12523 *)
12524 ws=m32
12525 ;;
12526 esac
12527
12528 # Now add the list of igen-generated files to ${sim_multi_src}
12529 # and ${sim_multi_obj}.
12530 for w in ${ws}; do
12531 for base in engine icache idecode model semantics support; do
12532 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
12533 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
12534 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
12535 done
12536 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
12537 done
12538
12539 # Add an include for the engine.h file. This file declares the
12540 # top-level foo_engine_run() function.
12541 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
12542
12543 # Add case statements for this engine to sim_engine_run().
12544 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
12545 echo " case bfd_mach_${mach}:" >> multi-run.c
12546 if test ${mach} = ${sim_multi_default}; then
12547 echo " default:" >> multi-run.c
12548 sim_seen_default=yes
12549 fi
12550 done
12551 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
12552 >> multi-run.c
12553 echo " break;" >> multi-run.c
12554 done
12555
12556 # Check whether we added a 'default:' label.
12557 if test ${sim_seen_default} = no; then
d0ac1c44 12558 as_fn_error $? "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
4c54fc26
CD
12559 fi
12560
12561 cat << __EOF__ >> multi-run.c
12562 }
12563}
12564
12565int
12566mips_mach_multi (SIM_DESC sd)
12567{
12568 if (STATE_ARCHITECTURE (sd) == NULL)
12569 return bfd_mach_${sim_multi_default};
12570
12571 switch (STATE_ARCHITECTURE (SD)->mach)
12572 {
12573__EOF__
12574
12575 # Add case statements for this engine to mips_mach_multi().
12576 for fc in ${sim_multi_configs}; do
12577
12578 # Split up the entry. ${c} contains the first three elements.
12579 # Note: outer sqaure brackets are m4 quotes.
12580 c=`echo ${fc} | sed 's/:[^:]*$//'`
12581 bfdmachs=`echo ${fc} | sed 's/.*://'`
12582
12583 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
12584 echo " case bfd_mach_${mach}:" >> multi-run.c
12585 done
12586 done
12587
12588 cat << __EOF__ >> multi-run.c
12589 return (STATE_ARCHITECTURE (SD)->mach);
12590 default:
12591 return bfd_mach_${sim_multi_default};
12592 }
12593}
12594__EOF__
12595
12596 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
12597else
12598 # For clean-extra
12599 sim_multi_src=doesnt-exist.c
12600
12601 if test x"${sim_mach_default}" = x""; then
d0ac1c44 12602 as_fn_error $? "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
4c54fc26
CD
12603 fi
12604 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
12605fi
c906108c
SS
12606sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
12607sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
8e394ffc
AB
12608sim_micromips16_flags=" -F ${sim_micromips16_filter} ${sim_micromips16_machine} ${sim_igen_smp}"
12609sim_micromips_flags=" -F ${sim_micromips_filter} ${sim_micromips_machine} ${sim_igen_smp}"
c906108c
SS
12610
12611
12612
12613
12614
4c54fc26
CD
12615
12616
12617
12618
c906108c
SS
12619#
12620# Add simulated hardware devices
12621#
12622hw_enabled=no
12623case "${target}" in
12624 mips*tx39*)
12625 hw_enabled=yes
b7026657 12626 hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
c906108c
SS
12627 ;;
12628 *)
c906108c
SS
12629 ;;
12630esac
12631
c906108c 12632if test "$hw_devices"; then
6ffe910a 12633 hardware="$hw_devices"
c906108c 12634else
6ffe910a 12635 hardware="cfi core pal glue"
c906108c 12636fi
6ffe910a 12637hardware="$hardware $hw_extra_devices"
1517bd27 12638
c906108c
SS
12639sim_hw_cflags="-DWITH_HW=1"
12640sim_hw="$hardware"
12641sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 12642
81ecdfbb
RW
12643# Check whether --enable-sim-hardware was given.
12644if test "${enable_sim_hardware+set}" = set; then :
12645 enableval=$enable_sim_hardware;
30452bbe
MF
12646else
12647 enable_sim_hardware="$hw_enabled"
1517bd27
MF
12648fi
12649
12650case ${enable_sim_hardware} in
64dd13df
MF
12651 yes|no) ;;
12652 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
12653 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
12654 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c906108c 12655esac
1517bd27 12656
64dd13df 12657if test "$enable_sim_hardware" = no; then
c906108c
SS
12658 sim_hw_objs=
12659 sim_hw_cflags="-DWITH_HW=0"
12660 sim_hw=
12661else
12662 sim_hw_cflags="-DWITH_HW=1"
12663 # remove duplicates
12664 sim_hw=""
12665 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
b3a3ffef
HPN
12666 for i in $hardware ; do
12667 case " $sim_hw " in
c906108c
SS
12668 *" $i "*) ;;
12669 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
12670 esac
12671 done
3be31516 12672 # mingw does not support sockser
3be31516
JS
12673 case ${host} in
12674 *mingw*) ;;
49cd1634
MF
12675 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
12676 # that you instatiate. Instead, other code will call into it directly.
12677 # At some point, we should convert it over.
12678 sim_hw_objs="$sim_hw_objs dv-sockser.o"
3be31516
JS
12679
12680cat >>confdefs.h <<_ACEOF
12681#define HAVE_DV_SOCKSER 1
12682_ACEOF
12683
12684 ;;
12685 esac
1517bd27
MF
12686 if test x"$silent" != x"yes"; then
12687 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
3be31516 12688 fi
1517bd27
MF
12689 case " $hardware " in
12690 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 12691$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 12692if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
12693 $as_echo_n "(cached) " >&6
12694else
12695 ac_check_lib_save_LIBS=$LIBS
12696LIBS="-lm $LIBS"
12697cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12698/* end confdefs.h. */
12699
12700/* Override any GCC internal prototype to avoid an error.
12701 Use char because int might match the return type of a GCC
12702 builtin and then its argument prototype would still apply. */
12703#ifdef __cplusplus
12704extern "C"
12705#endif
12706char log2 ();
12707int
12708main ()
12709{
12710return log2 ();
12711 ;
12712 return 0;
12713}
12714_ACEOF
12715if ac_fn_c_try_link "$LINENO"; then :
12716 ac_cv_lib_m_log2=yes
12717else
12718 ac_cv_lib_m_log2=no
12719fi
12720rm -f core conftest.err conftest.$ac_objext \
12721 conftest$ac_exeext conftest.$ac_ext
12722LIBS=$ac_check_lib_save_LIBS
12723fi
12724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
12725$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 12726if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
12727 cat >>confdefs.h <<_ACEOF
12728#define HAVE_LIBM 1
12729_ACEOF
12730
12731 LIBS="-lm $LIBS"
12732
12733fi
12734;;
1517bd27
MF
12735 esac
12736fi
4399a56b 12737
c906108c 12738
c906108c
SS
12739
12740# Choose simulator engine
12741case "${target}" in
12742 *) mips_igen_engine="engine.o"
12743 ;;
12744esac
12745
12746
12747
81ecdfbb
RW
12748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
12749$as_echo_n "checking for X... " >&6; }
b7026657 12750
c906108c 12751
81ecdfbb
RW
12752# Check whether --with-x was given.
12753if test "${with_x+set}" = set; then :
12754 withval=$with_x;
12755fi
c906108c
SS
12756
12757# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
12758if test "x$with_x" = xno; then
12759 # The user explicitly disabled X.
12760 have_x=disabled
12761else
81ecdfbb 12762 case $x_includes,$x_libraries in #(
d0ac1c44
SM
12763 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
12764 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
81ecdfbb 12765 $as_echo_n "(cached) " >&6
c906108c
SS
12766else
12767 # One or both of the vars are not set, and there is no cached value.
b7026657 12768ac_x_includes=no ac_x_libraries=no
81ecdfbb 12769rm -f -r conftest.dir
b7026657
AC
12770if mkdir conftest.dir; then
12771 cd conftest.dir
b7026657 12772 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
12773incroot:
12774 @echo incroot='${INCROOT}'
12775usrlibdir:
12776 @echo usrlibdir='${USRLIBDIR}'
12777libdir:
12778 @echo libdir='${LIBDIR}'
12779_ACEOF
12780 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
d0ac1c44 12781 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
12782 for ac_var in incroot usrlibdir libdir; do
12783 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
12784 done
c906108c 12785 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
12786 for ac_extension in a so sl dylib la dll; do
12787 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
12788 test -f "$ac_im_libdir/libX11.$ac_extension"; then
b7026657 12789 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
12790 fi
12791 done
12792 # Screen out bogus values from the imake configuration. They are
12793 # bogus both because they are the default anyway, and because
12794 # using them would break gcc on systems where it needs fixed includes.
b7026657 12795 case $ac_im_incroot in
81ecdfbb 12796 /usr/include) ac_x_includes= ;;
b7026657 12797 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 12798 esac
b7026657 12799 case $ac_im_usrlibdir in
81ecdfbb 12800 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
b7026657 12801 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
12802 esac
12803 fi
12804 cd ..
81ecdfbb 12805 rm -f -r conftest.dir
c906108c
SS
12806fi
12807
b7026657
AC
12808# Standard set of common directories for X headers.
12809# Check X11 before X11Rn because it is often a symlink to the current release.
12810ac_x_header_dirs='
12811/usr/X11/include
81ecdfbb 12812/usr/X11R7/include
b7026657
AC
12813/usr/X11R6/include
12814/usr/X11R5/include
12815/usr/X11R4/include
12816
12817/usr/include/X11
81ecdfbb 12818/usr/include/X11R7
b7026657
AC
12819/usr/include/X11R6
12820/usr/include/X11R5
12821/usr/include/X11R4
12822
12823/usr/local/X11/include
81ecdfbb 12824/usr/local/X11R7/include
b7026657
AC
12825/usr/local/X11R6/include
12826/usr/local/X11R5/include
12827/usr/local/X11R4/include
12828
12829/usr/local/include/X11
81ecdfbb 12830/usr/local/include/X11R7
b7026657
AC
12831/usr/local/include/X11R6
12832/usr/local/include/X11R5
12833/usr/local/include/X11R4
12834
12835/usr/X386/include
12836/usr/x386/include
12837/usr/XFree86/include/X11
12838
12839/usr/include
12840/usr/local/include
12841/usr/unsupported/include
12842/usr/athena/include
12843/usr/local/x11r5/include
12844/usr/lpp/Xamples/include
12845
12846/usr/openwin/include
12847/usr/openwin/share/include'
12848
12849if test "$ac_x_includes" = no; then
81ecdfbb 12850 # Guess where to find include files, by looking for Xlib.h.
c906108c 12851 # First, try using that file with no special directory specified.
81ecdfbb 12852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12853/* end confdefs.h. */
81ecdfbb 12854#include <X11/Xlib.h>
b7026657 12855_ACEOF
81ecdfbb 12856if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
12857 # We can compile using X headers with no special include directory.
12858ac_x_includes=
12859else
b7026657 12860 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 12861 if test -r "$ac_dir/X11/Xlib.h"; then
b7026657
AC
12862 ac_x_includes=$ac_dir
12863 break
12864 fi
12865done
c906108c 12866fi
d0ac1c44 12867rm -f conftest.err conftest.i conftest.$ac_ext
b7026657 12868fi # $ac_x_includes = no
c906108c 12869
b7026657 12870if test "$ac_x_libraries" = no; then
c906108c 12871 # Check for the libraries.
c906108c
SS
12872 # See if we find them without any special options.
12873 # Don't add to $LIBS permanently.
b7026657 12874 ac_save_LIBS=$LIBS
81ecdfbb
RW
12875 LIBS="-lX11 $LIBS"
12876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12877/* end confdefs.h. */
81ecdfbb 12878#include <X11/Xlib.h>
b7026657
AC
12879int
12880main ()
12881{
81ecdfbb 12882XrmInitialize ()
b7026657
AC
12883 ;
12884 return 0;
12885}
12886_ACEOF
81ecdfbb 12887if ac_fn_c_try_link "$LINENO"; then :
b7026657 12888 LIBS=$ac_save_LIBS
c906108c
SS
12889# We can link X programs with no special library path.
12890ac_x_libraries=
12891else
81ecdfbb
RW
12892 LIBS=$ac_save_LIBS
12893for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
b7026657 12894do
81ecdfbb
RW
12895 # Don't even attempt the hair of trying to link an X program!
12896 for ac_extension in a so sl dylib la dll; do
12897 if test -r "$ac_dir/libX11.$ac_extension"; then
12898 ac_x_libraries=$ac_dir
12899 break 2
12900 fi
12901 done
12902done
b7026657 12903fi
81ecdfbb
RW
12904rm -f core conftest.err conftest.$ac_objext \
12905 conftest$ac_exeext conftest.$ac_ext
12906fi # $ac_x_libraries = no
b7026657 12907
81ecdfbb
RW
12908case $ac_x_includes,$ac_x_libraries in #(
12909 no,* | *,no | *\'*)
12910 # Didn't find X, or a directory has "'" in its name.
12911 ac_cv_have_x="have_x=no";; #(
12912 *)
12913 # Record where we found X for the cache.
12914 ac_cv_have_x="have_x=yes\
12915 ac_x_includes='$ac_x_includes'\
12916 ac_x_libraries='$ac_x_libraries'"
12917esac
b7026657 12918fi
81ecdfbb
RW
12919;; #(
12920 *) have_x=yes;;
12921 esac
12922 eval "$ac_cv_have_x"
12923fi # $with_x != no
b7026657 12924
81ecdfbb
RW
12925if test "$have_x" != yes; then
12926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
12927$as_echo "$have_x" >&6; }
12928 no_x=yes
b7026657 12929else
81ecdfbb
RW
12930 # If each of the values was on the command line, it overrides each guess.
12931 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
12932 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
12933 # Update the cache value to reflect the command line values.
12934 ac_cv_have_x="have_x=yes\
12935 ac_x_includes='$x_includes'\
12936 ac_x_libraries='$x_libraries'"
12937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
12938$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
b7026657 12939fi
b7026657 12940
81ecdfbb
RW
12941mips_extra_libs=""
12942
12943
81ecdfbb
RW
12944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
12945$as_echo_n "checking for fabs in -lm... " >&6; }
d0ac1c44 12946if ${ac_cv_lib_m_fabs+:} false; then :
81ecdfbb 12947 $as_echo_n "(cached) " >&6
b7026657
AC
12948else
12949 ac_check_lib_save_LIBS=$LIBS
12950LIBS="-lm $LIBS"
81ecdfbb 12951cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12952/* end confdefs.h. */
12953
81ecdfbb
RW
12954/* Override any GCC internal prototype to avoid an error.
12955 Use char because int might match the return type of a GCC
12956 builtin and then its argument prototype would still apply. */
b7026657
AC
12957#ifdef __cplusplus
12958extern "C"
12959#endif
b7026657
AC
12960char fabs ();
12961int
12962main ()
12963{
81ecdfbb 12964return fabs ();
b7026657
AC
12965 ;
12966 return 0;
12967}
12968_ACEOF
81ecdfbb 12969if ac_fn_c_try_link "$LINENO"; then :
b7026657
AC
12970 ac_cv_lib_m_fabs=yes
12971else
81ecdfbb 12972 ac_cv_lib_m_fabs=no
b7026657 12973fi
81ecdfbb
RW
12974rm -f core conftest.err conftest.$ac_objext \
12975 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12976LIBS=$ac_check_lib_save_LIBS
12977fi
81ecdfbb
RW
12978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
12979$as_echo "$ac_cv_lib_m_fabs" >&6; }
d0ac1c44 12980if test "x$ac_cv_lib_m_fabs" = xyes; then :
b7026657
AC
12981 cat >>confdefs.h <<_ACEOF
12982#define HAVE_LIBM 1
12983_ACEOF
12984
12985 LIBS="-lm $LIBS"
12986
12987fi
12988
b7026657 12989for ac_func in aint anint sqrt
81ecdfbb
RW
12990do :
12991 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12992ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 12993if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
b7026657 12994 cat >>confdefs.h <<_ACEOF
81ecdfbb 12995#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
b7026657
AC
12996_ACEOF
12997
12998fi
12999done
13000
13001
13002
b7026657
AC
13003cgen_breaks=""
13004if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13005cgen_breaks="break cgen_rtx_error";
13006fi
13007
81ecdfbb 13008ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13009
81ecdfbb 13010ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13011
81ecdfbb 13012ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13013
81ecdfbb 13014ac_config_commands="$ac_config_commands Makefile"
38f48d72 13015
81ecdfbb 13016ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13017
760b3e8b
MF
13018
13019
13020
13021
13022
13023
13024
13025
13026
13027
13028
13029
b7026657
AC
13030cat >confcache <<\_ACEOF
13031# This file is a shell script that caches the results of configure
13032# tests run on this system so they can be shared between configure
13033# scripts and configure runs, see configure's option --config-cache.
13034# It is not useful on other systems. If it contains results you don't
13035# want to keep, you may remove or edit it.
13036#
13037# config.status only pays attention to the cache file if you give it
13038# the --recheck option to rerun configure.
13039#
13040# `ac_cv_env_foo' variables (set or unset) will be overridden when
13041# loading this file, other *unset* `ac_cv_foo' will be assigned the
13042# following values.
13043
13044_ACEOF
13045
13046# The following way of writing the cache mishandles newlines in values,
13047# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13048# So, we kill variables containing newlines.
b7026657
AC
13049# Ultrix sh set writes to stderr and can't be redirected directly,
13050# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13051(
13052 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13053 eval ac_val=\$$ac_var
13054 case $ac_val in #(
13055 *${as_nl}*)
13056 case $ac_var in #(
13057 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13058$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13059 esac
13060 case $ac_var in #(
13061 _ | IFS | as_nl) ;; #(
13062 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13063 *) { eval $ac_var=; unset $ac_var;} ;;
13064 esac ;;
13065 esac
13066 done
13067
b7026657 13068 (set) 2>&1 |
81ecdfbb
RW
13069 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13070 *${as_nl}ac_space=\ *)
13071 # `set' does not quote correctly, so add quotes: double-quote
13072 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13073 sed -n \
13074 "s/'/'\\\\''/g;
13075 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13076 ;; #(
b7026657
AC
13077 *)
13078 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13079 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13080 ;;
81ecdfbb
RW
13081 esac |
13082 sort
13083) |
b7026657 13084 sed '
81ecdfbb 13085 /^ac_cv_env_/b end
b7026657 13086 t clear
81ecdfbb 13087 :clear
b7026657
AC
13088 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13089 t end
81ecdfbb
RW
13090 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13091 :end' >>confcache
13092if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13093 if test -w "$cache_file"; then
d0ac1c44 13094 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13096$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
13097 if test ! -f "$cache_file" || test -h "$cache_file"; then
13098 cat confcache >"$cache_file"
13099 else
13100 case $cache_file in #(
13101 */* | ?:*)
13102 mv -f confcache "$cache_file"$$ &&
13103 mv -f "$cache_file"$$ "$cache_file" ;; #(
13104 *)
13105 mv -f confcache "$cache_file" ;;
13106 esac
13107 fi
13108 fi
b7026657 13109 else
81ecdfbb
RW
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13111$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13112 fi
13113fi
13114rm -f confcache
13115
13116test "x$prefix" = xNONE && prefix=$ac_default_prefix
13117# Let make expand exec_prefix.
13118test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13119
b7026657
AC
13120DEFS=-DHAVE_CONFIG_H
13121
13122ac_libobjs=
13123ac_ltlibobjs=
d0ac1c44 13124U=
b7026657
AC
13125for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13126 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13127 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13128 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13129 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13130 # will be set to the directory where LIBOBJS objects are built.
13131 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13132 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13133done
13134LIBOBJS=$ac_libobjs
13135
13136LTLIBOBJS=$ac_ltlibobjs
13137
13138
0cb8d851 13139
db2e4d67 13140if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 13141 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
13142Usually this means the macro was only invoked conditionally." "$LINENO" 5
13143fi
6bb11ab3 13144if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 13145 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
13146Usually this means the macro was only invoked conditionally." "$LINENO" 5
13147fi
31e6ad7d 13148if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 13149 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
13150Usually this means the macro was only invoked conditionally." "$LINENO" 5
13151fi
b7026657 13152
d0ac1c44 13153: "${CONFIG_STATUS=./config.status}"
81ecdfbb 13154ac_write_fail=0
b7026657
AC
13155ac_clean_files_save=$ac_clean_files
13156ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13157{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13158$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13159as_write_fail=0
13160cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13161#! $SHELL
13162# Generated by $as_me.
13163# Run this file to recreate the current configuration.
13164# Compiler output produced by configure, useful for debugging
13165# configure, is in config.log if it exists.
c906108c 13166
b7026657
AC
13167debug=false
13168ac_cs_recheck=false
13169ac_cs_silent=false
b7026657 13170
81ecdfbb
RW
13171SHELL=\${CONFIG_SHELL-$SHELL}
13172export SHELL
13173_ASEOF
13174cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13175## -------------------- ##
13176## M4sh Initialization. ##
13177## -------------------- ##
13178
13179# Be more Bourne compatible
13180DUALCASE=1; export DUALCASE # for MKS sh
13181if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13182 emulate sh
13183 NULLCMD=:
81ecdfbb 13184 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13185 # is contrary to our usage. Disable this feature.
13186 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13187 setopt NO_GLOB_SUBST
13188else
13189 case `(set -o) 2>/dev/null` in #(
13190 *posix*) :
13191 set -o posix ;; #(
13192 *) :
13193 ;;
13194esac
c906108c 13195fi
b7026657 13196
81ecdfbb
RW
13197
13198as_nl='
13199'
13200export as_nl
13201# Printing a long string crashes Solaris 7 /usr/bin/printf.
13202as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13203as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13204as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13205# Prefer a ksh shell builtin over an external printf program on Solaris,
13206# but without wasting forks for bash or zsh.
13207if test -z "$BASH_VERSION$ZSH_VERSION" \
13208 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13209 as_echo='print -r --'
13210 as_echo_n='print -rn --'
13211elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13212 as_echo='printf %s\n'
13213 as_echo_n='printf %s'
13214else
13215 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13216 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13217 as_echo_n='/usr/ucb/echo -n'
13218 else
13219 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13220 as_echo_n_body='eval
13221 arg=$1;
13222 case $arg in #(
13223 *"$as_nl"*)
13224 expr "X$arg" : "X\\(.*\\)$as_nl";
13225 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13226 esac;
13227 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13228 '
13229 export as_echo_n_body
13230 as_echo_n='sh -c $as_echo_n_body as_echo'
13231 fi
13232 export as_echo_body
13233 as_echo='sh -c $as_echo_body as_echo'
c906108c 13234fi
b7026657 13235
81ecdfbb
RW
13236# The user is always right.
13237if test "${PATH_SEPARATOR+set}" != set; then
13238 PATH_SEPARATOR=:
13239 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13240 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13241 PATH_SEPARATOR=';'
13242 }
13243fi
13244
13245
13246# IFS
13247# We need space, tab and new line, in precisely that order. Quoting is
13248# there to prevent editors from complaining about space-tab.
13249# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13250# splitting by setting IFS to empty value.)
13251IFS=" "" $as_nl"
13252
13253# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 13254as_myself=
81ecdfbb
RW
13255case $0 in #((
13256 *[\\/]* ) as_myself=$0 ;;
13257 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13258for as_dir in $PATH
13259do
13260 IFS=$as_save_IFS
13261 test -z "$as_dir" && as_dir=.
13262 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13263 done
13264IFS=$as_save_IFS
b7026657 13265
81ecdfbb
RW
13266 ;;
13267esac
13268# We did not find ourselves, most probably we were run as `sh COMMAND'
13269# in which case we are not to be found in the path.
13270if test "x$as_myself" = x; then
13271 as_myself=$0
13272fi
13273if test ! -f "$as_myself"; then
13274 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13275 exit 1
13276fi
13277
13278# Unset variables that we do not need and which cause bugs (e.g. in
13279# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13280# suppresses any "Segmentation fault" message there. '((' could
13281# trigger a bug in pdksh 5.2.14.
13282for as_var in BASH_ENV ENV MAIL MAILPATH
13283do eval test x\${$as_var+set} = xset \
13284 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13285done
b7026657
AC
13286PS1='$ '
13287PS2='> '
13288PS4='+ '
13289
13290# NLS nuisances.
81ecdfbb
RW
13291LC_ALL=C
13292export LC_ALL
13293LANGUAGE=C
13294export LANGUAGE
13295
13296# CDPATH.
13297(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13298
13299
d0ac1c44
SM
13300# as_fn_error STATUS ERROR [LINENO LOG_FD]
13301# ----------------------------------------
81ecdfbb
RW
13302# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13303# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 13304# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
13305as_fn_error ()
13306{
d0ac1c44
SM
13307 as_status=$1; test $as_status -eq 0 && as_status=1
13308 if test "$4"; then
13309 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13310 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 13311 fi
d0ac1c44 13312 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
13313 as_fn_exit $as_status
13314} # as_fn_error
13315
13316
13317# as_fn_set_status STATUS
13318# -----------------------
13319# Set $? to STATUS, without forking.
13320as_fn_set_status ()
13321{
13322 return $1
13323} # as_fn_set_status
13324
13325# as_fn_exit STATUS
13326# -----------------
13327# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13328as_fn_exit ()
13329{
13330 set +e
13331 as_fn_set_status $1
13332 exit $1
13333} # as_fn_exit
13334
13335# as_fn_unset VAR
13336# ---------------
13337# Portably unset VAR.
13338as_fn_unset ()
13339{
13340 { eval $1=; unset $1;}
13341}
13342as_unset=as_fn_unset
13343# as_fn_append VAR VALUE
13344# ----------------------
13345# Append the text in VALUE to the end of the definition contained in VAR. Take
13346# advantage of any shell optimizations that allow amortized linear growth over
13347# repeated appends, instead of the typical quadratic growth present in naive
13348# implementations.
13349if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13350 eval 'as_fn_append ()
13351 {
13352 eval $1+=\$2
13353 }'
13354else
13355 as_fn_append ()
13356 {
13357 eval $1=\$$1\$2
13358 }
13359fi # as_fn_append
c906108c 13360
81ecdfbb
RW
13361# as_fn_arith ARG...
13362# ------------------
13363# Perform arithmetic evaluation on the ARGs, and store the result in the
13364# global $as_val. Take advantage of shells that can avoid forks. The arguments
13365# must be portable across $(()) and expr.
13366if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13367 eval 'as_fn_arith ()
13368 {
13369 as_val=$(( $* ))
13370 }'
13371else
13372 as_fn_arith ()
13373 {
13374 as_val=`expr "$@" || test $? -eq 1`
13375 }
13376fi # as_fn_arith
13377
13378
13379if expr a : '\(a\)' >/dev/null 2>&1 &&
13380 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13381 as_expr=expr
c906108c 13382else
b7026657 13383 as_expr=false
c906108c 13384fi
c906108c 13385
81ecdfbb 13386if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13387 as_basename=basename
13388else
13389 as_basename=false
c906108c 13390fi
c906108c 13391
81ecdfbb
RW
13392if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13393 as_dirname=dirname
13394else
13395 as_dirname=false
13396fi
c906108c 13397
81ecdfbb 13398as_me=`$as_basename -- "$0" ||
b7026657
AC
13399$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13400 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13401 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13402$as_echo X/"$0" |
13403 sed '/^.*\/\([^/][^/]*\)\/*$/{
13404 s//\1/
13405 q
13406 }
13407 /^X\/\(\/\/\)$/{
13408 s//\1/
13409 q
13410 }
13411 /^X\/\(\/\).*/{
13412 s//\1/
13413 q
13414 }
13415 s/.*/./; q'`
b7026657 13416
b7026657
AC
13417# Avoid depending upon Character Ranges.
13418as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13419as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13420as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13421as_cr_digits='0123456789'
13422as_cr_alnum=$as_cr_Letters$as_cr_digits
13423
81ecdfbb
RW
13424ECHO_C= ECHO_N= ECHO_T=
13425case `echo -n x` in #(((((
13426-n*)
13427 case `echo 'xy\c'` in
13428 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13429 xy) ECHO_C='\c';;
13430 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13431 ECHO_T=' ';;
13432 esac;;
13433*)
13434 ECHO_N='-n';;
b7026657 13435esac
c906108c 13436
81ecdfbb
RW
13437rm -f conf$$ conf$$.exe conf$$.file
13438if test -d conf$$.dir; then
13439 rm -f conf$$.dir/conf$$.file
c906108c 13440else
81ecdfbb
RW
13441 rm -f conf$$.dir
13442 mkdir conf$$.dir 2>/dev/null
c906108c 13443fi
81ecdfbb
RW
13444if (echo >conf$$.file) 2>/dev/null; then
13445 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13446 as_ln_s='ln -s'
81ecdfbb
RW
13447 # ... but there are two gotchas:
13448 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13449 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 13450 # In both cases, we have to default to `cp -pR'.
81ecdfbb 13451 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 13452 as_ln_s='cp -pR'
81ecdfbb
RW
13453 elif ln conf$$.file conf$$ 2>/dev/null; then
13454 as_ln_s=ln
13455 else
d0ac1c44 13456 as_ln_s='cp -pR'
b7026657 13457 fi
b7026657 13458else
d0ac1c44 13459 as_ln_s='cp -pR'
c906108c 13460fi
81ecdfbb
RW
13461rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13462rmdir conf$$.dir 2>/dev/null
13463
13464
13465# as_fn_mkdir_p
13466# -------------
13467# Create "$as_dir" as a directory, including parents if necessary.
13468as_fn_mkdir_p ()
13469{
13470
13471 case $as_dir in #(
13472 -*) as_dir=./$as_dir;;
13473 esac
13474 test -d "$as_dir" || eval $as_mkdir_p || {
13475 as_dirs=
13476 while :; do
13477 case $as_dir in #(
13478 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13479 *) as_qdir=$as_dir;;
13480 esac
13481 as_dirs="'$as_qdir' $as_dirs"
13482 as_dir=`$as_dirname -- "$as_dir" ||
13483$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13484 X"$as_dir" : 'X\(//\)[^/]' \| \
13485 X"$as_dir" : 'X\(//\)$' \| \
13486 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13487$as_echo X"$as_dir" |
13488 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13489 s//\1/
13490 q
13491 }
13492 /^X\(\/\/\)[^/].*/{
13493 s//\1/
13494 q
13495 }
13496 /^X\(\/\/\)$/{
13497 s//\1/
13498 q
13499 }
13500 /^X\(\/\).*/{
13501 s//\1/
13502 q
13503 }
13504 s/.*/./; q'`
13505 test -d "$as_dir" && break
13506 done
13507 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 13508 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 13509
c906108c 13510
81ecdfbb 13511} # as_fn_mkdir_p
b7026657 13512if mkdir -p . 2>/dev/null; then
81ecdfbb 13513 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 13514else
b7026657
AC
13515 test -d ./-p && rmdir ./-p
13516 as_mkdir_p=false
c906108c 13517fi
c906108c 13518
d0ac1c44
SM
13519
13520# as_fn_executable_p FILE
13521# -----------------------
13522# Test if FILE is an executable regular file.
13523as_fn_executable_p ()
13524{
13525 test -f "$1" && test -x "$1"
13526} # as_fn_executable_p
13527as_test_x='test -x'
13528as_executable_p=as_fn_executable_p
c906108c 13529
b7026657
AC
13530# Sed expression to map a string onto a valid CPP name.
13531as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13532
b7026657
AC
13533# Sed expression to map a string onto a valid variable name.
13534as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13535
b7026657 13536
b7026657 13537exec 6>&1
81ecdfbb
RW
13538## ----------------------------------- ##
13539## Main body of $CONFIG_STATUS script. ##
13540## ----------------------------------- ##
13541_ASEOF
13542test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13543
13544cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13545# Save the log message, to keep $0 and so on meaningful, and to
b7026657 13546# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13547# values after options handling.
13548ac_log="
b7026657 13549This file was extended by $as_me, which was
d0ac1c44 13550generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
13551
13552 CONFIG_FILES = $CONFIG_FILES
13553 CONFIG_HEADERS = $CONFIG_HEADERS
13554 CONFIG_LINKS = $CONFIG_LINKS
13555 CONFIG_COMMANDS = $CONFIG_COMMANDS
13556 $ $0 $@
13557
81ecdfbb
RW
13558on `(hostname || uname -n) 2>/dev/null | sed 1q`
13559"
13560
b7026657
AC
13561_ACEOF
13562
81ecdfbb
RW
13563case $ac_config_files in *"
13564"*) set x $ac_config_files; shift; ac_config_files=$*;;
13565esac
379832de 13566
81ecdfbb
RW
13567case $ac_config_headers in *"
13568"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13569esac
b7026657 13570
b7026657 13571
81ecdfbb
RW
13572cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13573# Files that config.status was made for.
13574config_files="$ac_config_files"
13575config_headers="$ac_config_headers"
81ecdfbb 13576config_commands="$ac_config_commands"
b7026657 13577
81ecdfbb 13578_ACEOF
b7026657 13579
81ecdfbb 13580cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13581ac_cs_usage="\
81ecdfbb
RW
13582\`$as_me' instantiates files and other configuration actions
13583from templates according to the current configuration. Unless the files
13584and actions are specified as TAGs, all are instantiated by default.
b7026657 13585
81ecdfbb 13586Usage: $0 [OPTION]... [TAG]...
b7026657
AC
13587
13588 -h, --help print this help, then exit
81ecdfbb 13589 -V, --version print version number and configuration settings, then exit
d0ac1c44 13590 --config print configuration, then exit
81ecdfbb
RW
13591 -q, --quiet, --silent
13592 do not print progress messages
b7026657
AC
13593 -d, --debug don't remove temporary files
13594 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13595 --file=FILE[:TEMPLATE]
13596 instantiate the configuration file FILE
13597 --header=FILE[:TEMPLATE]
13598 instantiate the configuration header FILE
b7026657
AC
13599
13600Configuration files:
13601$config_files
13602
13603Configuration headers:
13604$config_headers
13605
b7026657
AC
13606Configuration commands:
13607$config_commands
13608
81ecdfbb 13609Report bugs to the package provider."
b7026657 13610
81ecdfbb
RW
13611_ACEOF
13612cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13613ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
13614ac_cs_version="\\
13615config.status
d0ac1c44
SM
13616configured by $0, generated by GNU Autoconf 2.69,
13617 with options \\"\$ac_cs_config\\"
b7026657 13618
d0ac1c44 13619Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
13620This config.status script is free software; the Free Software Foundation
13621gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13622
13623ac_pwd='$ac_pwd'
13624srcdir='$srcdir'
13625INSTALL='$INSTALL'
6bb11ab3 13626AWK='$AWK'
81ecdfbb 13627test -n "\$AWK" || AWK=awk
b7026657
AC
13628_ACEOF
13629
81ecdfbb
RW
13630cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13631# The default lists apply if the user does not specify any file.
b7026657
AC
13632ac_need_defaults=:
13633while test $# != 0
13634do
13635 case $1 in
d0ac1c44 13636 --*=?*)
81ecdfbb
RW
13637 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13638 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 13639 ac_shift=:
c906108c 13640 ;;
d0ac1c44
SM
13641 --*=)
13642 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13643 ac_optarg=
13644 ac_shift=:
13645 ;;
81ecdfbb 13646 *)
b7026657
AC
13647 ac_option=$1
13648 ac_optarg=$2
13649 ac_shift=shift
c906108c 13650 ;;
b7026657 13651 esac
c906108c 13652
b7026657
AC
13653 case $ac_option in
13654 # Handling of the options.
b7026657
AC
13655 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13656 ac_cs_recheck=: ;;
81ecdfbb
RW
13657 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13658 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
13659 --config | --confi | --conf | --con | --co | --c )
13660 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 13661 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
13662 debug=: ;;
13663 --file | --fil | --fi | --f )
13664 $ac_shift
81ecdfbb
RW
13665 case $ac_optarg in
13666 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 13667 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
13668 esac
13669 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
13670 ac_need_defaults=false;;
13671 --header | --heade | --head | --hea )
13672 $ac_shift
81ecdfbb
RW
13673 case $ac_optarg in
13674 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13675 esac
13676 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 13677 ac_need_defaults=false;;
81ecdfbb
RW
13678 --he | --h)
13679 # Conflict between --help and --header
d0ac1c44 13680 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
13681Try \`$0 --help' for more information.";;
13682 --help | --hel | -h )
13683 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
13684 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13685 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13686 ac_cs_silent=: ;;
c906108c 13687
b7026657 13688 # This is an error.
d0ac1c44 13689 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 13690Try \`$0 --help' for more information." ;;
c906108c 13691
81ecdfbb
RW
13692 *) as_fn_append ac_config_targets " $1"
13693 ac_need_defaults=false ;;
b7026657
AC
13694
13695 esac
13696 shift
13697done
13698
13699ac_configure_extra_args=
13700
13701if $ac_cs_silent; then
13702 exec 6>/dev/null
13703 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
13704fi
13705
b7026657 13706_ACEOF
81ecdfbb 13707cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 13708if \$ac_cs_recheck; then
d0ac1c44 13709 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
13710 shift
13711 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13712 CONFIG_SHELL='$SHELL'
13713 export CONFIG_SHELL
13714 exec "\$@"
b7026657 13715fi
c906108c 13716
b7026657 13717_ACEOF
81ecdfbb
RW
13718cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13719exec 5>>config.log
13720{
13721 echo
13722 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13723## Running $as_me. ##
13724_ASBOX
13725 $as_echo "$ac_log"
13726} >&5
c906108c 13727
81ecdfbb
RW
13728_ACEOF
13729cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
13730#
13731# INIT-COMMANDS
13732#
13733ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13734
6bb11ab3
L
13735
13736# The HP-UX ksh and POSIX shell print the target directory to stdout
13737# if CDPATH is set.
13738(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13739
13740sed_quote_subst='$sed_quote_subst'
13741double_quote_subst='$double_quote_subst'
13742delay_variable_subst='$delay_variable_subst'
13743macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13744macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13745enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13746enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13747pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13748enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13749SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13750ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13751host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13752host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13753host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13754build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13755build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13756build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13757SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13758Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13759GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13760EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13761FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13762LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13763NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13764LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13765max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13766ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13767exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13768lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13769lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13770lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13771reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13772reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13773OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13774deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13775file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13776AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13777AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13778STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13779RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13780old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13781old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13782old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13783lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13784CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13785CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13786compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13787GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13788lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13789lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13790lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13791lt_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"`'
13792objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13793MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13794lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13795lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13796lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13797lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13798lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13799need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13800DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13801NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13802LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13803OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13804OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13805libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13806shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13807extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13808archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13809enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13810export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13811whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13812compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13813old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13814old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13815archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13816archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13817module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13818module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13819with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13820allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13821no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13822hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13823hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13824hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13825hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13826hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13827hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13828hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13829hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13830inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13831link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13832fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13833always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13834export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13835exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13836include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13837prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13838file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13839variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13840need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13841need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13842version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13843runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13844shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13845shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13846libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13847library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13848soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13849install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13850postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13851postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13852finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13853finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13854hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13855sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13856sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13857hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13858enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13859enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13860enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13861old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13862striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13863
13864LTCC='$LTCC'
13865LTCFLAGS='$LTCFLAGS'
13866compiler='$compiler_DEFAULT'
13867
13868# A function that is used when there is no print builtin or printf.
13869func_fallback_echo ()
13870{
13871 eval 'cat <<_LTECHO_EOF
13872\$1
13873_LTECHO_EOF'
13874}
13875
13876# Quote evaled strings.
13877for var in SHELL \
13878ECHO \
13879SED \
13880GREP \
13881EGREP \
13882FGREP \
13883LD \
13884NM \
13885LN_S \
13886lt_SP2NL \
13887lt_NL2SP \
13888reload_flag \
13889OBJDUMP \
13890deplibs_check_method \
13891file_magic_cmd \
13892AR \
13893AR_FLAGS \
13894STRIP \
13895RANLIB \
13896CC \
13897CFLAGS \
13898compiler \
13899lt_cv_sys_global_symbol_pipe \
13900lt_cv_sys_global_symbol_to_cdecl \
13901lt_cv_sys_global_symbol_to_c_name_address \
13902lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13903lt_prog_compiler_no_builtin_flag \
13904lt_prog_compiler_wl \
13905lt_prog_compiler_pic \
13906lt_prog_compiler_static \
13907lt_cv_prog_compiler_c_o \
13908need_locks \
13909DSYMUTIL \
13910NMEDIT \
13911LIPO \
13912OTOOL \
13913OTOOL64 \
13914shrext_cmds \
13915export_dynamic_flag_spec \
13916whole_archive_flag_spec \
13917compiler_needs_object \
13918with_gnu_ld \
13919allow_undefined_flag \
13920no_undefined_flag \
13921hardcode_libdir_flag_spec \
13922hardcode_libdir_flag_spec_ld \
13923hardcode_libdir_separator \
13924fix_srcfile_path \
13925exclude_expsyms \
13926include_expsyms \
13927file_list_spec \
13928variables_saved_for_relink \
13929libname_spec \
13930library_names_spec \
13931soname_spec \
13932install_override_mode \
13933finish_eval \
13934old_striplib \
13935striplib; do
13936 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13937 *[\\\\\\\`\\"\\\$]*)
13938 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13939 ;;
13940 *)
13941 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13942 ;;
13943 esac
13944done
13945
13946# Double-quote double-evaled strings.
13947for var in reload_cmds \
13948old_postinstall_cmds \
13949old_postuninstall_cmds \
13950old_archive_cmds \
13951extract_expsyms_cmds \
13952old_archive_from_new_cmds \
13953old_archive_from_expsyms_cmds \
13954archive_cmds \
13955archive_expsym_cmds \
13956module_cmds \
13957module_expsym_cmds \
13958export_symbols_cmds \
13959prelink_cmds \
13960postinstall_cmds \
13961postuninstall_cmds \
13962finish_cmds \
13963sys_lib_search_path_spec \
13964sys_lib_dlsearch_path_spec; do
13965 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13966 *[\\\\\\\`\\"\\\$]*)
13967 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13968 ;;
13969 *)
13970 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13971 ;;
13972 esac
13973done
13974
13975ac_aux_dir='$ac_aux_dir'
13976xsi_shell='$xsi_shell'
13977lt_shell_append='$lt_shell_append'
13978
13979# See if we are running on zsh, and set the options which allow our
13980# commands through without removal of \ escapes INIT.
13981if test -n "\${ZSH_VERSION+set}" ; then
13982 setopt NO_GLOB_SUBST
13983fi
13984
13985
13986 PACKAGE='$PACKAGE'
13987 VERSION='$VERSION'
13988 TIMESTAMP='$TIMESTAMP'
13989 RM='$RM'
13990 ofile='$ofile'
13991
13992
13993
13994
81ecdfbb 13995_ACEOF
c906108c 13996
81ecdfbb 13997cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 13998
81ecdfbb 13999# Handling of arguments.
b7026657 14000for ac_config_target in $ac_config_targets
c906108c 14001do
81ecdfbb
RW
14002 case $ac_config_target in
14003 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14004 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14005 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14006 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14007 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14008 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14009 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14010 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14011
d0ac1c44 14012 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14013 esac
14014done
14015
81ecdfbb 14016
b7026657
AC
14017# If the user did not use the arguments to specify the items to instantiate,
14018# then the envvar interface is used. Set only those that are not.
14019# We use the long form for the default assignment because of an extremely
14020# bizarre bug on SunOS 4.1.3.
14021if $ac_need_defaults; then
14022 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14023 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
14024 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14025fi
14026
14027# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14028# simply because there is no reason against having it here, and in addition,
b7026657 14029# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14030# Hook for its removal unless debugging.
14031# Note that there is a small window in which the directory will not be cleaned:
14032# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14033$debug ||
14034{
d0ac1c44 14035 tmp= ac_tmp=
81ecdfbb 14036 trap 'exit_status=$?
d0ac1c44
SM
14037 : "${ac_tmp:=$tmp}"
14038 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
14039' 0
14040 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14041}
b7026657 14042# Create a (secure) tmp directory for tmp files.
c906108c 14043
b7026657 14044{
81ecdfbb 14045 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 14046 test -d "$tmp"
b7026657
AC
14047} ||
14048{
81ecdfbb
RW
14049 tmp=./conf$$-$RANDOM
14050 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
14051} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14052ac_tmp=$tmp
b7026657 14053
81ecdfbb
RW
14054# Set up the scripts for CONFIG_FILES section.
14055# No need to generate them if there are no CONFIG_FILES.
14056# This happens for instance with `./config.status config.h'.
14057if test -n "$CONFIG_FILES"; then
b7026657 14058
c906108c 14059
81ecdfbb
RW
14060ac_cr=`echo X | tr X '\015'`
14061# On cygwin, bash can eat \r inside `` if the user requested igncr.
14062# But we know of no other shell where ac_cr would be empty at this
14063# point, so we can use a bashism as a fallback.
14064if test "x$ac_cr" = x; then
14065 eval ac_cr=\$\'\\r\'
14066fi
14067ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14068if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 14069 ac_cs_awk_cr='\\r'
81ecdfbb
RW
14070else
14071 ac_cs_awk_cr=$ac_cr
14072fi
b7026657 14073
d0ac1c44 14074echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
14075_ACEOF
14076
c906108c 14077
81ecdfbb
RW
14078{
14079 echo "cat >conf$$subs.awk <<_ACEOF" &&
14080 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14081 echo "_ACEOF"
14082} >conf$$subs.sh ||
d0ac1c44
SM
14083 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14084ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
14085ac_delim='%!_!# '
14086for ac_last_try in false false false false false :; do
14087 . ./conf$$subs.sh ||
d0ac1c44 14088 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14089
14090 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14091 if test $ac_delim_n = $ac_delim_num; then
14092 break
14093 elif $ac_last_try; then
d0ac1c44 14094 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 14095 else
81ecdfbb
RW
14096 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14097 fi
14098done
14099rm -f conf$$subs.sh
14100
14101cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14102cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
14103_ACEOF
14104sed -n '
14105h
14106s/^/S["/; s/!.*/"]=/
14107p
14108g
14109s/^[^!]*!//
14110:repl
14111t repl
14112s/'"$ac_delim"'$//
14113t delim
14114:nl
14115h
d0ac1c44 14116s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14117t more1
14118s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14119p
14120n
14121b repl
14122:more1
14123s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14124p
14125g
14126s/.\{148\}//
14127t nl
14128:delim
14129h
d0ac1c44 14130s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14131t more2
14132s/["\\]/\\&/g; s/^/"/; s/$/"/
14133p
14134b
14135:more2
14136s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14137p
14138g
14139s/.\{148\}//
14140t delim
14141' <conf$$subs.awk | sed '
14142/^[^""]/{
14143 N
14144 s/\n//
14145}
14146' >>$CONFIG_STATUS || ac_write_fail=1
14147rm -f conf$$subs.awk
14148cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14149_ACAWK
d0ac1c44 14150cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
14151 for (key in S) S_is_set[key] = 1
14152 FS = "\a"
b7026657 14153
81ecdfbb
RW
14154}
14155{
14156 line = $ 0
14157 nfields = split(line, field, "@")
14158 substed = 0
14159 len = length(field[1])
14160 for (i = 2; i < nfields; i++) {
14161 key = field[i]
14162 keylen = length(key)
14163 if (S_is_set[key]) {
14164 value = S[key]
14165 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14166 len += length(value) + length(field[++i])
14167 substed = 1
14168 } else
14169 len += 1 + keylen
14170 }
14171
14172 print line
14173}
c906108c 14174
81ecdfbb
RW
14175_ACAWK
14176_ACEOF
14177cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14178if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14179 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14180else
81ecdfbb 14181 cat
d0ac1c44
SM
14182fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14183 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 14184_ACEOF
b7026657 14185
d0ac1c44
SM
14186# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14187# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
14188# trailing colons and then remove the whole line if VPATH becomes empty
14189# (actually we leave an empty line to preserve line numbers).
14190if test "x$srcdir" = x.; then
d0ac1c44
SM
14191 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14192h
14193s///
14194s/^/:/
14195s/[ ]*$/:/
14196s/:\$(srcdir):/:/g
14197s/:\${srcdir}:/:/g
14198s/:@srcdir@:/:/g
14199s/^:*//
81ecdfbb 14200s/:*$//
d0ac1c44
SM
14201x
14202s/\(=[ ]*\).*/\1/
14203G
14204s/\n//
81ecdfbb
RW
14205s/^[^=]*=[ ]*$//
14206}'
14207fi
c906108c 14208
81ecdfbb
RW
14209cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14210fi # test -n "$CONFIG_FILES"
c906108c 14211
81ecdfbb
RW
14212# Set up the scripts for CONFIG_HEADERS section.
14213# No need to generate them if there are no CONFIG_HEADERS.
14214# This happens for instance with `./config.status Makefile'.
14215if test -n "$CONFIG_HEADERS"; then
d0ac1c44 14216cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
14217BEGIN {
14218_ACEOF
b7026657 14219
81ecdfbb
RW
14220# Transform confdefs.h into an awk script `defines.awk', embedded as
14221# here-document in config.status, that substitutes the proper values into
14222# config.h.in to produce config.h.
c906108c 14223
81ecdfbb
RW
14224# Create a delimiter string that does not exist in confdefs.h, to ease
14225# handling of long lines.
14226ac_delim='%!_!# '
14227for ac_last_try in false false :; do
d0ac1c44
SM
14228 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14229 if test -z "$ac_tt"; then
81ecdfbb
RW
14230 break
14231 elif $ac_last_try; then
d0ac1c44 14232 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14233 else
81ecdfbb 14234 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14235 fi
b7026657 14236done
81ecdfbb
RW
14237
14238# For the awk script, D is an array of macro values keyed by name,
14239# likewise P contains macro parameters if any. Preserve backslash
14240# newline sequences.
14241
14242ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14243sed -n '
14244s/.\{148\}/&'"$ac_delim"'/g
14245t rset
14246:rset
14247s/^[ ]*#[ ]*define[ ][ ]*/ /
14248t def
14249d
14250:def
14251s/\\$//
14252t bsnl
14253s/["\\]/\\&/g
14254s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14255D["\1"]=" \3"/p
14256s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14257d
14258:bsnl
14259s/["\\]/\\&/g
14260s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14261D["\1"]=" \3\\\\\\n"\\/p
14262t cont
14263s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14264t cont
14265d
14266:cont
14267n
14268s/.\{148\}/&'"$ac_delim"'/g
14269t clear
14270:clear
14271s/\\$//
14272t bsnlc
14273s/["\\]/\\&/g; s/^/"/; s/$/"/p
14274d
14275:bsnlc
14276s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14277b cont
14278' <confdefs.h | sed '
14279s/'"$ac_delim"'/"\\\
14280"/g' >>$CONFIG_STATUS || ac_write_fail=1
14281
14282cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14283 for (key in D) D_is_set[key] = 1
14284 FS = "\a"
14285}
14286/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14287 line = \$ 0
14288 split(line, arg, " ")
14289 if (arg[1] == "#") {
14290 defundef = arg[2]
14291 mac1 = arg[3]
14292 } else {
14293 defundef = substr(arg[1], 2)
14294 mac1 = arg[2]
14295 }
14296 split(mac1, mac2, "(") #)
14297 macro = mac2[1]
14298 prefix = substr(line, 1, index(line, defundef) - 1)
14299 if (D_is_set[macro]) {
14300 # Preserve the white space surrounding the "#".
14301 print prefix "define", macro P[macro] D[macro]
14302 next
14303 } else {
14304 # Replace #undef with comments. This is necessary, for example,
14305 # in the case of _POSIX_SOURCE, which is predefined and required
14306 # on some systems where configure will not decide to define it.
14307 if (defundef == "undef") {
14308 print "/*", prefix defundef, macro, "*/"
14309 next
14310 }
14311 }
14312}
14313{ print }
14314_ACAWK
b7026657 14315_ACEOF
81ecdfbb 14316cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 14317 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 14318fi # test -n "$CONFIG_HEADERS"
b7026657 14319
c906108c 14320
99d8e879 14321eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
14322shift
14323for ac_tag
14324do
14325 case $ac_tag in
14326 :[FHLC]) ac_mode=$ac_tag; continue;;
14327 esac
14328 case $ac_mode$ac_tag in
14329 :[FHL]*:*);;
d0ac1c44 14330 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
14331 :[FH]-) ac_tag=-:-;;
14332 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14333 esac
81ecdfbb
RW
14334 ac_save_IFS=$IFS
14335 IFS=:
14336 set x $ac_tag
14337 IFS=$ac_save_IFS
14338 shift
14339 ac_file=$1
14340 shift
c906108c 14341
81ecdfbb
RW
14342 case $ac_mode in
14343 :L) ac_source=$1;;
14344 :[FH])
14345 ac_file_inputs=
14346 for ac_f
14347 do
14348 case $ac_f in
d0ac1c44 14349 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
14350 *) # Look for the file first in the build tree, then in the source tree
14351 # (if the path is not absolute). The absolute path cannot be DOS-style,
14352 # because $ac_f cannot contain `:'.
14353 test -f "$ac_f" ||
14354 case $ac_f in
14355 [\\/$]*) false;;
14356 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14357 esac ||
d0ac1c44 14358 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14359 esac
81ecdfbb
RW
14360 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14361 as_fn_append ac_file_inputs " '$ac_f'"
14362 done
b7026657 14363
81ecdfbb
RW
14364 # Let's still pretend it is `configure' which instantiates (i.e., don't
14365 # use $as_me), people would be surprised to read:
14366 # /* config.h. Generated by config.status. */
14367 configure_input='Generated from '`
14368 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14369 `' by configure.'
14370 if test x"$ac_file" != x-; then
14371 configure_input="$ac_file. $configure_input"
14372 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14373$as_echo "$as_me: creating $ac_file" >&6;}
14374 fi
14375 # Neutralize special characters interpreted by sed in replacement strings.
14376 case $configure_input in #(
14377 *\&* | *\|* | *\\* )
14378 ac_sed_conf_input=`$as_echo "$configure_input" |
14379 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14380 *) ac_sed_conf_input=$configure_input;;
14381 esac
b7026657 14382
81ecdfbb 14383 case $ac_tag in
d0ac1c44
SM
14384 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14385 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
14386 esac
14387 ;;
14388 esac
b7026657 14389
81ecdfbb 14390 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14391$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14392 X"$ac_file" : 'X\(//\)[^/]' \| \
14393 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14394 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14395$as_echo X"$ac_file" |
14396 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14397 s//\1/
14398 q
14399 }
14400 /^X\(\/\/\)[^/].*/{
14401 s//\1/
14402 q
14403 }
14404 /^X\(\/\/\)$/{
14405 s//\1/
14406 q
14407 }
14408 /^X\(\/\).*/{
14409 s//\1/
14410 q
14411 }
14412 s/.*/./; q'`
14413 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14414 ac_builddir=.
14415
81ecdfbb
RW
14416case "$ac_dir" in
14417.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14418*)
14419 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14420 # A ".." for each directory in $ac_dir_suffix.
14421 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14422 case $ac_top_builddir_sub in
14423 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14424 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14425 esac ;;
14426esac
14427ac_abs_top_builddir=$ac_pwd
14428ac_abs_builddir=$ac_pwd$ac_dir_suffix
14429# for backward compatibility:
14430ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14431
14432case $srcdir in
81ecdfbb 14433 .) # We are building in place.
b7026657 14434 ac_srcdir=.
81ecdfbb
RW
14435 ac_top_srcdir=$ac_top_builddir_sub
14436 ac_abs_top_srcdir=$ac_pwd ;;
14437 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14438 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14439 ac_top_srcdir=$srcdir
14440 ac_abs_top_srcdir=$srcdir ;;
14441 *) # Relative name.
14442 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14443 ac_top_srcdir=$ac_top_build_prefix$srcdir
14444 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14445esac
81ecdfbb 14446ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14447
c906108c 14448
81ecdfbb
RW
14449 case $ac_mode in
14450 :F)
14451 #
14452 # CONFIG_FILE
14453 #
b7026657 14454
81ecdfbb
RW
14455 case $INSTALL in
14456 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14457 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 14458 esac
81ecdfbb 14459_ACEOF
c906108c 14460
81ecdfbb
RW
14461cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14462# If the template does not know about datarootdir, expand it.
14463# FIXME: This hack should be removed a few years after 2.60.
14464ac_datarootdir_hack=; ac_datarootdir_seen=
14465ac_sed_dataroot='
14466/datarootdir/ {
14467 p
14468 q
14469}
14470/@datadir@/p
14471/@docdir@/p
14472/@infodir@/p
14473/@localedir@/p
14474/@mandir@/p'
14475case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14476*datarootdir*) ac_datarootdir_seen=yes;;
14477*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14479$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14480_ACEOF
14481cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14482 ac_datarootdir_hack='
14483 s&@datadir@&$datadir&g
14484 s&@docdir@&$docdir&g
14485 s&@infodir@&$infodir&g
14486 s&@localedir@&$localedir&g
14487 s&@mandir@&$mandir&g
14488 s&\\\${datarootdir}&$datarootdir&g' ;;
14489esac
b7026657 14490_ACEOF
b7026657 14491
81ecdfbb
RW
14492# Neutralize VPATH when `$srcdir' = `.'.
14493# Shell code in configure.ac might set extrasub.
14494# FIXME: do we really want to maintain this feature?
14495cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14496ac_sed_extra="$ac_vpsub
14497$extrasub
14498_ACEOF
14499cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14500:t
14501/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14502s|@configure_input@|$ac_sed_conf_input|;t t
14503s&@top_builddir@&$ac_top_builddir_sub&;t t
14504s&@top_build_prefix@&$ac_top_build_prefix&;t t
14505s&@srcdir@&$ac_srcdir&;t t
14506s&@abs_srcdir@&$ac_abs_srcdir&;t t
14507s&@top_srcdir@&$ac_top_srcdir&;t t
14508s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14509s&@builddir@&$ac_builddir&;t t
14510s&@abs_builddir@&$ac_abs_builddir&;t t
14511s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14512s&@INSTALL@&$ac_INSTALL&;t t
14513$ac_datarootdir_hack
14514"
d0ac1c44
SM
14515eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14516 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14517
14518test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
14519 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14520 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14521 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 14522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14523which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 14524$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14525which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 14526
d0ac1c44 14527 rm -f "$ac_tmp/stdin"
81ecdfbb 14528 case $ac_file in
d0ac1c44
SM
14529 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14530 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 14531 esac \
d0ac1c44 14532 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14533 ;;
14534 :H)
14535 #
14536 # CONFIG_HEADER
14537 #
14538 if test x"$ac_file" != x-; then
14539 {
14540 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14541 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14542 } >"$ac_tmp/config.h" \
14543 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14544 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
14545 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14546$as_echo "$as_me: $ac_file is unchanged" >&6;}
14547 else
14548 rm -f "$ac_file"
d0ac1c44
SM
14549 mv "$ac_tmp/config.h" "$ac_file" \
14550 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 14551 fi
b7026657 14552 else
81ecdfbb 14553 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14554 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14555 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
14556 fi
14557 ;;
b7026657 14558
81ecdfbb
RW
14559 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14560$as_echo "$as_me: executing $ac_file commands" >&6;}
14561 ;;
14562 esac
b7026657
AC
14563
14564
81ecdfbb 14565 case $ac_file$ac_mode in
db2e4d67 14566 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
14567 "libtool":C)
14568
14569 # See if we are running on zsh, and set the options which allow our
14570 # commands through without removal of \ escapes.
14571 if test -n "${ZSH_VERSION+set}" ; then
14572 setopt NO_GLOB_SUBST
14573 fi
14574
14575 cfgfile="${ofile}T"
14576 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14577 $RM "$cfgfile"
14578
14579 cat <<_LT_EOF >> "$cfgfile"
14580#! $SHELL
14581
14582# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14583# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14584# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14585# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14586#
14587# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14588# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14589# Written by Gordon Matzigkeit, 1996
14590#
14591# This file is part of GNU Libtool.
14592#
14593# GNU Libtool is free software; you can redistribute it and/or
14594# modify it under the terms of the GNU General Public License as
14595# published by the Free Software Foundation; either version 2 of
14596# the License, or (at your option) any later version.
14597#
14598# As a special exception to the GNU General Public License,
14599# if you distribute this file as part of a program or library that
14600# is built using GNU Libtool, you may include this file under the
14601# same distribution terms that you use for the rest of that program.
14602#
14603# GNU Libtool is distributed in the hope that it will be useful,
14604# but WITHOUT ANY WARRANTY; without even the implied warranty of
14605# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14606# GNU General Public License for more details.
14607#
14608# You should have received a copy of the GNU General Public License
14609# along with GNU Libtool; see the file COPYING. If not, a copy
14610# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14611# obtained by writing to the Free Software Foundation, Inc.,
14612# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14613
14614
14615# The names of the tagged configurations supported by this script.
14616available_tags=""
14617
14618# ### BEGIN LIBTOOL CONFIG
14619
14620# Which release of libtool.m4 was used?
14621macro_version=$macro_version
14622macro_revision=$macro_revision
14623
14624# Whether or not to build shared libraries.
14625build_libtool_libs=$enable_shared
14626
14627# Whether or not to build static libraries.
14628build_old_libs=$enable_static
14629
14630# What type of objects to build.
14631pic_mode=$pic_mode
14632
14633# Whether or not to optimize for fast installation.
14634fast_install=$enable_fast_install
14635
14636# Shell to use when invoking shell scripts.
14637SHELL=$lt_SHELL
14638
14639# An echo program that protects backslashes.
14640ECHO=$lt_ECHO
14641
14642# The host system.
14643host_alias=$host_alias
14644host=$host
14645host_os=$host_os
14646
14647# The build system.
14648build_alias=$build_alias
14649build=$build
14650build_os=$build_os
14651
14652# A sed program that does not truncate output.
14653SED=$lt_SED
14654
14655# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14656Xsed="\$SED -e 1s/^X//"
14657
14658# A grep program that handles long lines.
14659GREP=$lt_GREP
14660
14661# An ERE matcher.
14662EGREP=$lt_EGREP
14663
14664# A literal string matcher.
14665FGREP=$lt_FGREP
14666
14667# A BSD- or MS-compatible name lister.
14668NM=$lt_NM
14669
14670# Whether we need soft or hard links.
14671LN_S=$lt_LN_S
14672
14673# What is the maximum length of a command?
14674max_cmd_len=$max_cmd_len
14675
14676# Object file suffix (normally "o").
14677objext=$ac_objext
14678
14679# Executable file suffix (normally "").
14680exeext=$exeext
14681
14682# whether the shell understands "unset".
14683lt_unset=$lt_unset
14684
14685# turn spaces into newlines.
14686SP2NL=$lt_lt_SP2NL
14687
14688# turn newlines into spaces.
14689NL2SP=$lt_lt_NL2SP
14690
14691# An object symbol dumper.
14692OBJDUMP=$lt_OBJDUMP
14693
14694# Method to check whether dependent libraries are shared objects.
14695deplibs_check_method=$lt_deplibs_check_method
14696
14697# Command to use when deplibs_check_method == "file_magic".
14698file_magic_cmd=$lt_file_magic_cmd
14699
14700# The archiver.
14701AR=$lt_AR
14702AR_FLAGS=$lt_AR_FLAGS
14703
14704# A symbol stripping program.
14705STRIP=$lt_STRIP
14706
14707# Commands used to install an old-style archive.
14708RANLIB=$lt_RANLIB
14709old_postinstall_cmds=$lt_old_postinstall_cmds
14710old_postuninstall_cmds=$lt_old_postuninstall_cmds
14711
14712# Whether to use a lock for old archive extraction.
14713lock_old_archive_extraction=$lock_old_archive_extraction
14714
14715# A C compiler.
14716LTCC=$lt_CC
14717
14718# LTCC compiler flags.
14719LTCFLAGS=$lt_CFLAGS
14720
14721# Take the output of nm and produce a listing of raw symbols and C names.
14722global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14723
14724# Transform the output of nm in a proper C declaration.
14725global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14726
14727# Transform the output of nm in a C name address pair.
14728global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14729
14730# Transform the output of nm in a C name address pair when lib prefix is needed.
14731global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14732
14733# The name of the directory that contains temporary libtool files.
14734objdir=$objdir
14735
14736# Used to examine libraries when file_magic_cmd begins with "file".
14737MAGIC_CMD=$MAGIC_CMD
14738
14739# Must we lock files when doing compilation?
14740need_locks=$lt_need_locks
14741
14742# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14743DSYMUTIL=$lt_DSYMUTIL
14744
14745# Tool to change global to local symbols on Mac OS X.
14746NMEDIT=$lt_NMEDIT
14747
14748# Tool to manipulate fat objects and archives on Mac OS X.
14749LIPO=$lt_LIPO
14750
14751# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14752OTOOL=$lt_OTOOL
14753
14754# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14755OTOOL64=$lt_OTOOL64
14756
14757# Old archive suffix (normally "a").
14758libext=$libext
14759
14760# Shared library suffix (normally ".so").
14761shrext_cmds=$lt_shrext_cmds
14762
14763# The commands to extract the exported symbol list from a shared archive.
14764extract_expsyms_cmds=$lt_extract_expsyms_cmds
14765
14766# Variables whose values should be saved in libtool wrapper scripts and
14767# restored at link time.
14768variables_saved_for_relink=$lt_variables_saved_for_relink
14769
14770# Do we need the "lib" prefix for modules?
14771need_lib_prefix=$need_lib_prefix
14772
14773# Do we need a version for libraries?
14774need_version=$need_version
14775
14776# Library versioning type.
14777version_type=$version_type
14778
14779# Shared library runtime path variable.
14780runpath_var=$runpath_var
14781
14782# Shared library path variable.
14783shlibpath_var=$shlibpath_var
14784
14785# Is shlibpath searched before the hard-coded library search path?
14786shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14787
14788# Format of library name prefix.
14789libname_spec=$lt_libname_spec
14790
14791# List of archive names. First name is the real one, the rest are links.
14792# The last name is the one that the linker finds with -lNAME
14793library_names_spec=$lt_library_names_spec
14794
14795# The coded name of the library, if different from the real name.
14796soname_spec=$lt_soname_spec
14797
14798# Permission mode override for installation of shared libraries.
14799install_override_mode=$lt_install_override_mode
14800
14801# Command to use after installation of a shared archive.
14802postinstall_cmds=$lt_postinstall_cmds
14803
14804# Command to use after uninstallation of a shared archive.
14805postuninstall_cmds=$lt_postuninstall_cmds
14806
14807# Commands used to finish a libtool library installation in a directory.
14808finish_cmds=$lt_finish_cmds
14809
14810# As "finish_cmds", except a single script fragment to be evaled but
14811# not shown.
14812finish_eval=$lt_finish_eval
14813
14814# Whether we should hardcode library paths into libraries.
14815hardcode_into_libs=$hardcode_into_libs
14816
14817# Compile-time system search path for libraries.
14818sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14819
14820# Run-time system search path for libraries.
14821sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14822
14823# Whether dlopen is supported.
14824dlopen_support=$enable_dlopen
14825
14826# Whether dlopen of programs is supported.
14827dlopen_self=$enable_dlopen_self
14828
14829# Whether dlopen of statically linked programs is supported.
14830dlopen_self_static=$enable_dlopen_self_static
14831
14832# Commands to strip libraries.
14833old_striplib=$lt_old_striplib
14834striplib=$lt_striplib
14835
14836
14837# The linker used to build libraries.
14838LD=$lt_LD
14839
14840# How to create reloadable object files.
14841reload_flag=$lt_reload_flag
14842reload_cmds=$lt_reload_cmds
14843
14844# Commands used to build an old-style archive.
14845old_archive_cmds=$lt_old_archive_cmds
14846
14847# A language specific compiler.
14848CC=$lt_compiler
14849
14850# Is the compiler the GNU compiler?
14851with_gcc=$GCC
14852
14853# Compiler flag to turn off builtin functions.
14854no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14855
14856# How to pass a linker flag through the compiler.
14857wl=$lt_lt_prog_compiler_wl
14858
14859# Additional compiler flags for building library objects.
14860pic_flag=$lt_lt_prog_compiler_pic
14861
14862# Compiler flag to prevent dynamic linking.
14863link_static_flag=$lt_lt_prog_compiler_static
14864
14865# Does compiler simultaneously support -c and -o options?
14866compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14867
14868# Whether or not to add -lc for building shared libraries.
14869build_libtool_need_lc=$archive_cmds_need_lc
14870
14871# Whether or not to disallow shared libs when runtime libs are static.
14872allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14873
14874# Compiler flag to allow reflexive dlopens.
14875export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14876
14877# Compiler flag to generate shared objects directly from archives.
14878whole_archive_flag_spec=$lt_whole_archive_flag_spec
14879
14880# Whether the compiler copes with passing no objects directly.
14881compiler_needs_object=$lt_compiler_needs_object
14882
14883# Create an old-style archive from a shared archive.
14884old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14885
14886# Create a temporary old-style archive to link instead of a shared archive.
14887old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14888
14889# Commands used to build a shared archive.
14890archive_cmds=$lt_archive_cmds
14891archive_expsym_cmds=$lt_archive_expsym_cmds
14892
14893# Commands used to build a loadable module if different from building
14894# a shared archive.
14895module_cmds=$lt_module_cmds
14896module_expsym_cmds=$lt_module_expsym_cmds
14897
14898# Whether we are building with GNU ld or not.
14899with_gnu_ld=$lt_with_gnu_ld
14900
14901# Flag that allows shared libraries with undefined symbols to be built.
14902allow_undefined_flag=$lt_allow_undefined_flag
14903
14904# Flag that enforces no undefined symbols.
14905no_undefined_flag=$lt_no_undefined_flag
14906
14907# Flag to hardcode \$libdir into a binary during linking.
14908# This must work even if \$libdir does not exist
14909hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14910
14911# If ld is used when linking, flag to hardcode \$libdir into a binary
14912# during linking. This must work even if \$libdir does not exist.
14913hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14914
14915# Whether we need a single "-rpath" flag with a separated argument.
14916hardcode_libdir_separator=$lt_hardcode_libdir_separator
14917
14918# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14919# DIR into the resulting binary.
14920hardcode_direct=$hardcode_direct
14921
14922# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14923# DIR into the resulting binary and the resulting library dependency is
14924# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14925# library is relocated.
14926hardcode_direct_absolute=$hardcode_direct_absolute
14927
14928# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14929# into the resulting binary.
14930hardcode_minus_L=$hardcode_minus_L
14931
14932# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14933# into the resulting binary.
14934hardcode_shlibpath_var=$hardcode_shlibpath_var
14935
14936# Set to "yes" if building a shared library automatically hardcodes DIR
14937# into the library and all subsequent libraries and executables linked
14938# against it.
14939hardcode_automatic=$hardcode_automatic
14940
14941# Set to yes if linker adds runtime paths of dependent libraries
14942# to runtime path list.
14943inherit_rpath=$inherit_rpath
14944
14945# Whether libtool must link a program against all its dependency libraries.
14946link_all_deplibs=$link_all_deplibs
14947
14948# Fix the shell variable \$srcfile for the compiler.
14949fix_srcfile_path=$lt_fix_srcfile_path
14950
14951# Set to "yes" if exported symbols are required.
14952always_export_symbols=$always_export_symbols
14953
14954# The commands to list exported symbols.
14955export_symbols_cmds=$lt_export_symbols_cmds
14956
14957# Symbols that should not be listed in the preloaded symbols.
14958exclude_expsyms=$lt_exclude_expsyms
14959
14960# Symbols that must always be exported.
14961include_expsyms=$lt_include_expsyms
14962
14963# Commands necessary for linking programs (against libraries) with templates.
14964prelink_cmds=$lt_prelink_cmds
14965
14966# Specify filename containing input files.
14967file_list_spec=$lt_file_list_spec
14968
14969# How to hardcode a shared library path into an executable.
14970hardcode_action=$hardcode_action
14971
14972# ### END LIBTOOL CONFIG
14973
14974_LT_EOF
14975
14976 case $host_os in
14977 aix3*)
14978 cat <<\_LT_EOF >> "$cfgfile"
14979# AIX sometimes has problems with the GCC collect2 program. For some
14980# reason, if we set the COLLECT_NAMES environment variable, the problems
14981# vanish in a puff of smoke.
14982if test "X${COLLECT_NAMES+set}" != Xset; then
14983 COLLECT_NAMES=
14984 export COLLECT_NAMES
14985fi
14986_LT_EOF
14987 ;;
14988 esac
14989
14990
14991ltmain="$ac_aux_dir/ltmain.sh"
14992
14993
14994 # We use sed instead of cat because bash on DJGPP gets confused if
14995 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14996 # text mode, it properly converts lines to CR/LF. This bash problem
14997 # is reportedly fixed, but why not run on old versions too?
14998 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14999 || (rm -f "$cfgfile"; exit 1)
15000
15001 case $xsi_shell in
15002 yes)
15003 cat << \_LT_EOF >> "$cfgfile"
15004
15005# func_dirname file append nondir_replacement
15006# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15007# otherwise set result to NONDIR_REPLACEMENT.
15008func_dirname ()
15009{
15010 case ${1} in
15011 */*) func_dirname_result="${1%/*}${2}" ;;
15012 * ) func_dirname_result="${3}" ;;
15013 esac
15014}
15015
15016# func_basename file
15017func_basename ()
15018{
15019 func_basename_result="${1##*/}"
15020}
15021
15022# func_dirname_and_basename file append nondir_replacement
15023# perform func_basename and func_dirname in a single function
15024# call:
15025# dirname: Compute the dirname of FILE. If nonempty,
15026# add APPEND to the result, otherwise set result
15027# to NONDIR_REPLACEMENT.
15028# value returned in "$func_dirname_result"
15029# basename: Compute filename of FILE.
15030# value retuned in "$func_basename_result"
15031# Implementation must be kept synchronized with func_dirname
15032# and func_basename. For efficiency, we do not delegate to
15033# those functions but instead duplicate the functionality here.
15034func_dirname_and_basename ()
15035{
15036 case ${1} in
15037 */*) func_dirname_result="${1%/*}${2}" ;;
15038 * ) func_dirname_result="${3}" ;;
15039 esac
15040 func_basename_result="${1##*/}"
15041}
15042
15043# func_stripname prefix suffix name
15044# strip PREFIX and SUFFIX off of NAME.
15045# PREFIX and SUFFIX must not contain globbing or regex special
15046# characters, hashes, percent signs, but SUFFIX may contain a leading
15047# dot (in which case that matches only a dot).
15048func_stripname ()
15049{
15050 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15051 # positional parameters, so assign one to ordinary parameter first.
15052 func_stripname_result=${3}
15053 func_stripname_result=${func_stripname_result#"${1}"}
15054 func_stripname_result=${func_stripname_result%"${2}"}
15055}
15056
15057# func_opt_split
15058func_opt_split ()
15059{
15060 func_opt_split_opt=${1%%=*}
15061 func_opt_split_arg=${1#*=}
15062}
15063
15064# func_lo2o object
15065func_lo2o ()
15066{
15067 case ${1} in
15068 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15069 *) func_lo2o_result=${1} ;;
15070 esac
15071}
15072
15073# func_xform libobj-or-source
15074func_xform ()
15075{
15076 func_xform_result=${1%.*}.lo
15077}
15078
15079# func_arith arithmetic-term...
15080func_arith ()
15081{
15082 func_arith_result=$(( $* ))
15083}
15084
15085# func_len string
15086# STRING may not start with a hyphen.
15087func_len ()
15088{
15089 func_len_result=${#1}
15090}
15091
15092_LT_EOF
15093 ;;
15094 *) # Bourne compatible functions.
15095 cat << \_LT_EOF >> "$cfgfile"
15096
15097# func_dirname file append nondir_replacement
15098# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15099# otherwise set result to NONDIR_REPLACEMENT.
15100func_dirname ()
15101{
15102 # Extract subdirectory from the argument.
15103 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15104 if test "X$func_dirname_result" = "X${1}"; then
15105 func_dirname_result="${3}"
15106 else
15107 func_dirname_result="$func_dirname_result${2}"
15108 fi
15109}
15110
15111# func_basename file
15112func_basename ()
15113{
15114 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15115}
15116
15117
15118# func_stripname prefix suffix name
15119# strip PREFIX and SUFFIX off of NAME.
15120# PREFIX and SUFFIX must not contain globbing or regex special
15121# characters, hashes, percent signs, but SUFFIX may contain a leading
15122# dot (in which case that matches only a dot).
15123# func_strip_suffix prefix name
15124func_stripname ()
15125{
15126 case ${2} in
15127 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15128 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15129 esac
15130}
15131
15132# sed scripts:
15133my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15134my_sed_long_arg='1s/^-[^=]*=//'
15135
15136# func_opt_split
15137func_opt_split ()
15138{
15139 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15140 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15141}
15142
15143# func_lo2o object
15144func_lo2o ()
15145{
15146 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15147}
15148
15149# func_xform libobj-or-source
15150func_xform ()
15151{
15152 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15153}
15154
15155# func_arith arithmetic-term...
15156func_arith ()
15157{
15158 func_arith_result=`expr "$@"`
15159}
15160
15161# func_len string
15162# STRING may not start with a hyphen.
15163func_len ()
15164{
15165 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15166}
15167
15168_LT_EOF
15169esac
15170
15171case $lt_shell_append in
15172 yes)
15173 cat << \_LT_EOF >> "$cfgfile"
15174
15175# func_append var value
15176# Append VALUE to the end of shell variable VAR.
15177func_append ()
15178{
15179 eval "$1+=\$2"
15180}
15181_LT_EOF
15182 ;;
15183 *)
15184 cat << \_LT_EOF >> "$cfgfile"
15185
15186# func_append var value
15187# Append VALUE to the end of shell variable VAR.
15188func_append ()
15189{
15190 eval "$1=\$$1\$2"
15191}
15192
15193_LT_EOF
15194 ;;
15195 esac
15196
15197
15198 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15199 || (rm -f "$cfgfile"; exit 1)
15200
15201 mv -f "$cfgfile" "$ofile" ||
15202 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15203 chmod +x "$ofile"
15204
15205 ;;
81ecdfbb 15206 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15207 rm -f Makesim1.tmp Makesim2.tmp Makefile
15208 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15209 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15210 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15211 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15212 <Makefile.sim >Makefile
38f48d72 15213 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15214 ;;
81ecdfbb
RW
15215 "stamp-h":C) echo > stamp-h ;;
15216
b7026657 15217 esac
81ecdfbb 15218done # for ac_tag
c906108c 15219
b7026657 15220
81ecdfbb 15221as_fn_exit 0
b7026657 15222_ACEOF
b7026657
AC
15223ac_clean_files=$ac_clean_files_save
15224
81ecdfbb 15225test $ac_write_fail = 0 ||
d0ac1c44 15226 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 15227
b7026657
AC
15228
15229# configure is writing to config.log, and then calls config.status.
15230# config.status does its own redirection, appending to config.log.
15231# Unfortunately, on DOS this fails, as config.log is still kept open
15232# by configure, so config.status won't be able to write to it; its
15233# output is simply discarded. So we exec the FD to /dev/null,
15234# effectively closing config.log, so it can be properly (re)opened and
15235# appended to by config.status. When coming back to configure, we
15236# need to make the FD available again.
15237if test "$no_create" != yes; then
15238 ac_cs_success=:
15239 ac_config_status_args=
15240 test "$silent" = yes &&
15241 ac_config_status_args="$ac_config_status_args --quiet"
15242 exec 5>/dev/null
15243 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15244 exec 5>>config.log
15245 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15246 # would make configure fail if this is the last instruction.
d0ac1c44 15247 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
15248fi
15249if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15250 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15251$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15252fi
c906108c
SS
15253
15254