]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mips/configure
sim: drop use of bfd/configure.host
[thirdparty/binutils-gdb.git] / sim / mips / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
c906108c 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
c906108c 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 471
c906108c 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
634cgen_breaks
635mips_extra_libs
636XMKMF
637mips_igen_engine
81ecdfbb
RW
638sim_multi_obj
639sim_multi_src
640sim_multi_igen_configs
641sim_multi_flags
642sim_gen
8e394ffc
AB
643sim_micromips16_flags
644sim_micromips_flags
81ecdfbb
RW
645sim_m16_flags
646sim_igen_flags
647SIM_SUBTARGET
648REPORT_BUGS_TEXI
649REPORT_BUGS_TO
650PKGVERSION
81ecdfbb 651MAINT
31e6ad7d
MF
652MAINTAINER_MODE_FALSE
653MAINTAINER_MODE_TRUE
6bb11ab3
L
654lt_cv_dlopen_libs
655OTOOL64
656OTOOL
657LIPO
658NMEDIT
659DSYMUTIL
660AWK
661STRIP
662OBJDUMP
663LN_S
664NM
665ac_ct_DUMPBIN
666DUMPBIN
667LD
668FGREP
669SED
670LIBTOOL
671PLUGINS_FALSE
672PLUGINS_TRUE
aadc9410
MF
673zlibinc
674zlibdir
81ecdfbb
RW
675CATOBJEXT
676GENCAT
677INSTOBJEXT
678DATADIRNAME
679CATALOGS
680POSUB
681GMSGFMT
682XGETTEXT
683INCINTL
684LIBINTL_DEP
685LIBINTL
686USE_NLS
db2e4d67
MF
687GMAKE_FALSE
688GMAKE_TRUE
689MAKE
690CCDEPMODE
691DEPDIR
692am__leading_dot
5f3ef9d0 693PACKAGE
46f900c0 694C_DIALECT
81ecdfbb
RW
695RANLIB
696AR
81ecdfbb
RW
697CC_FOR_BUILD
698INSTALL_DATA
699INSTALL_SCRIPT
700INSTALL_PROGRAM
2232061b
MF
701EGREP
702GREP
703CPP
81ecdfbb
RW
704target_os
705target_vendor
706target_cpu
707target
708host_os
709host_vendor
710host_cpu
711host
712build_os
713build_vendor
714build_cpu
715build
6ffe910a
MF
716OBJEXT
717EXEEXT
718ac_ct_CC
719CPPFLAGS
720LDFLAGS
721CFLAGS
722CC
81ecdfbb
RW
723WERROR_CFLAGS
724WARN_CFLAGS
81ecdfbb 725sim_reserved_bits
81ecdfbb
RW
726sim_inline
727sim_hw
728sim_hw_objs
729sim_hw_cflags
730sim_default_model
731sim_scache
732sim_float
81ecdfbb
RW
733sim_endian
734sim_bitsize
81ecdfbb 735sim_alignment
81ecdfbb
RW
736target_alias
737host_alias
738build_alias
739LIBS
740ECHO_T
741ECHO_N
742ECHO_C
743DEFS
744mandir
745localedir
746libdir
747psdir
748pdfdir
749dvidir
750htmldir
751infodir
752docdir
753oldincludedir
754includedir
755localstatedir
756sharedstatedir
757sysconfdir
758datadir
759datarootdir
760libexecdir
761sbindir
762bindir
763program_transform_name
764prefix
765exec_prefix
766PACKAGE_URL
767PACKAGE_BUGREPORT
768PACKAGE_STRING
769PACKAGE_VERSION
770PACKAGE_TARNAME
771PACKAGE_NAME
772PATH_SEPARATOR
773SHELL'
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
35695fd6
AC
2390# This file contains common code used by all simulators.
2391#
2392# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2393# directory. It is intended to be invoked before any target specific stuff.
2394# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2395# It is intended to be invoked last.
2396#
50df264d 2397# See README-HACKING for more details.
35695fd6 2398
d6416cdc
RW
2399# Include global overrides and fixes for Autoconf.
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
d6416cdc 2422
d6416cdc
RW
2423
2424
2425
2426
2427
2428
35695fd6
AC
2429
2430
2431
db2e4d67 2432
5c887dd5
JB
2433
2434
6bb11ab3 2435# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2436#
6bb11ab3
L
2437# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2438# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2439# Written by Gordon Matzigkeit, 1996
2440#
2441# This file is free software; the Free Software Foundation gives
2442# unlimited permission to copy and/or distribute it, with or without
2443# modifications, as long as this notice is preserved.
db2e4d67 2444
db2e4d67 2445
db2e4d67 2446
6bb11ab3 2447# serial 56 LT_INIT
db2e4d67
MF
2448
2449
6bb11ab3
L
2450# LT_PREREQ(VERSION)
2451# ------------------
2452# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2453
db2e4d67
MF
2454
2455
6bb11ab3
L
2456# _LT_CHECK_BUILDDIR
2457# ------------------
2458# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2459
2460
35695fd6 2461
6bb11ab3
L
2462# LT_INIT([OPTIONS])
2463# ------------------
2464# LT_INIT
35695fd6 2465
6bb11ab3
L
2466# Old names:
2467# This is what autoupdate's m4 run will expand. It fires
2468# the warning (with _au_warn_XXX), outputs it into the
2469# updated configure.ac (with AC_DIAGNOSE), and then outputs
2470# the replacement expansion.
35695fd6
AC
2471
2472
6bb11ab3
L
2473# This is an auxiliary macro that is also run when
2474# autoupdate runs m4. It simply calls m4_warning, but
2475# we need a wrapper so that each warning is emitted only
2476# once. We break the quoting in m4_warning's argument in
2477# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2478
2479
6bb11ab3
L
2480# Finally, this is the expansion that is picked up by
2481# autoconf. It tells the user to run autoupdate, and
2482# then outputs the replacement expansion. We do not care
2483# about autoupdate's warning because that contains
2484# information on what to do *after* running autoupdate.
35695fd6 2485
6bb11ab3
L
2486# This is what autoupdate's m4 run will expand. It fires
2487# the warning (with _au_warn_XXX), outputs it into the
2488# updated configure.ac (with AC_DIAGNOSE), and then outputs
2489# the replacement expansion.
35695fd6
AC
2490
2491
6bb11ab3
L
2492# This is an auxiliary macro that is also run when
2493# autoupdate runs m4. It simply calls m4_warning, but
2494# we need a wrapper so that each warning is emitted only
2495# once. We break the quoting in m4_warning's argument in
2496# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2497
2498
6bb11ab3
L
2499# Finally, this is the expansion that is picked up by
2500# autoconf. It tells the user to run autoupdate, and
2501# then outputs the replacement expansion. We do not care
2502# about autoupdate's warning because that contains
2503# information on what to do *after* running autoupdate.
35695fd6
AC
2504
2505
2506
6bb11ab3
L
2507# _LT_CC_BASENAME(CC)
2508# -------------------
2509# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2510
2511
2512
6bb11ab3
L
2513# _LT_FILEUTILS_DEFAULTS
2514# ----------------------
2515# It is okay to use these file commands and assume they have been set
2516# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2517# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2518
2519
6bb11ab3
L
2520# _LT_SETUP
2521# ---------
2522# _LT_SETUP
35695fd6
AC
2523
2524
6bb11ab3
L
2525# _LT_PREPARE_SED_QUOTE_VARS
2526# --------------------------
2527# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2528
2529
6bb11ab3
L
2530# _LT_PROG_LTMAIN
2531# ---------------
2532# Note that this code is called both from `configure', and `config.status'
2533# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2534# `config.status' has no value for ac_aux_dir unless we are using Automake,
2535# so we pass a copy along to make sure it has a sensible value anyway.
2536# _LT_PROG_LTMAIN
35695fd6
AC
2537
2538
6bb11ab3
L
2539## ------------------------------------- ##
2540## Accumulate code for creating libtool. ##
2541## ------------------------------------- ##
35695fd6 2542
6bb11ab3
L
2543# So that we can recreate a full libtool script including additional
2544# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2545# in macros and then make a single call at the end using the `libtool'
2546# label.
35695fd6
AC
2547
2548
6bb11ab3
L
2549# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2550# ----------------------------------------
2551# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2552
2553
6bb11ab3 2554# Initialize.
35695fd6
AC
2555
2556
2557
6bb11ab3
L
2558# _LT_CONFIG_LIBTOOL([COMMANDS])
2559# ------------------------------
2560# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2561
2562
6bb11ab3 2563# Initialize.
35695fd6
AC
2564
2565
2566
6bb11ab3
L
2567# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2568# -----------------------------------------------------
35695fd6 2569
5912fadd
JB
2570
2571
6bb11ab3
L
2572# _LT_FORMAT_COMMENT([COMMENT])
2573# -----------------------------
2574# Add leading comment marks to the start of each line, and a trailing
2575# full-stop to the whole comment if one is not present already.
5912fadd
JB
2576
2577
35695fd6
AC
2578
2579
6bb11ab3
L
2580## ------------------------ ##
2581## FIXME: Eliminate VARNAME ##
2582## ------------------------ ##
35695fd6
AC
2583
2584
6bb11ab3
L
2585# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2586# -------------------------------------------------------------------
2587# CONFIGNAME is the name given to the value in the libtool script.
2588# VARNAME is the (base) name used in the configure script.
2589# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2590# VARNAME. Any other value will be used directly.
35695fd6 2591
35695fd6
AC
2592
2593
6bb11ab3
L
2594# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2595# --------------------------------------------------------
35695fd6
AC
2596
2597
2598
6bb11ab3
L
2599# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2600# ------------------------------------------------
35695fd6
AC
2601
2602
2603
6bb11ab3
L
2604# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2605# ---------------------------------------------------------
35695fd6
AC
2606
2607
2608
6bb11ab3
L
2609# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2610# --------------------------------------------------
35695fd6
AC
2611
2612
2613
6bb11ab3
L
2614# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2615# ---------------------------------------------------
35695fd6
AC
2616
2617
2618
6bb11ab3
L
2619# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2620# ---------------------------------------------------
35695fd6
AC
2621
2622
2623
2624
6bb11ab3
L
2625# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2626# ------------------------------------------------
35695fd6
AC
2627
2628
2629
2630
6bb11ab3
L
2631# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2632# ------------------------------------
2633# Quote a variable value, and forward it to `config.status' so that its
2634# declaration there will have the same value as in `configure'. VARNAME
2635# must have a single quote delimited value for this to work.
35695fd6
AC
2636
2637
2638
6bb11ab3
L
2639# _LT_CONFIG_STATUS_DECLARATIONS
2640# ------------------------------
2641# We delimit libtool config variables with single quotes, so when
2642# we write them to config.status, we have to be sure to quote all
2643# embedded single quotes properly. In configure, this macro expands
2644# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2645#
2646# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2647
2648
2649
6bb11ab3
L
2650# _LT_LIBTOOL_TAGS
2651# ----------------
2652# Output comment and list of tags supported by the script
35695fd6
AC
2653
2654
2655
6bb11ab3
L
2656# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2657# -----------------------------------
2658# Extract the dictionary values for VARNAME (optionally with TAG) and
2659# expand to a commented shell variable setting:
2660#
2661# # Some comment about what VAR is for.
2662# visible_name=$lt_internal_name
35695fd6
AC
2663
2664
35695fd6 2665
6bb11ab3
L
2666# _LT_LIBTOOL_CONFIG_VARS
2667# -----------------------
2668# Produce commented declarations of non-tagged libtool config variables
2669# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2670# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2671# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2672
2673
6efef468 2674
6bb11ab3
L
2675# _LT_LIBTOOL_TAG_VARS(TAG)
2676# -------------------------
6efef468
JM
2677
2678
2679
6bb11ab3
L
2680# _LT_TAGVAR(VARNAME, [TAGNAME])
2681# ------------------------------
6efef468
JM
2682
2683
2684
6bb11ab3
L
2685# _LT_CONFIG_COMMANDS
2686# -------------------
2687# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2688# variables for single and double quote escaping we saved from calls
2689# to _LT_DECL, we can put quote escaped variables declarations
2690# into `config.status', and then the shell code to quote escape them in
2691# for loops in `config.status'. Finally, any additional code accumulated
2692# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2693#_LT_CONFIG_COMMANDS
2694
2695
2696# Initialize.
2697
2698
2699# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2700# ------------------------------------
2701# Generate a child script FILE with all initialization necessary to
2702# reuse the environment learned by the parent script, and make the
2703# file executable. If COMMENT is supplied, it is inserted after the
2704# `#!' sequence but before initialization text begins. After this
2705# macro, additional text can be appended to FILE to form the body of
2706# the child script. The macro ends with non-zero status if the
2707# file could not be fully written (such as if the disk is full).
2708# _LT_GENERATED_FILE_INIT
2709
2710# LT_OUTPUT
2711# ---------
2712# This macro allows early generation of the libtool script (before
2713# AC_OUTPUT is called), incase it is used in configure for compilation
2714# tests.
2715# LT_OUTPUT
2716
2717
2718# _LT_CONFIG(TAG)
2719# ---------------
2720# If TAG is the built-in tag, create an initial libtool script with a
2721# default configuration from the untagged config vars. Otherwise add code
2722# to config.status for appending the configuration named by TAG from the
2723# matching tagged config vars.
2724# _LT_CONFIG
6efef468
JM
2725
2726
6bb11ab3
L
2727# LT_SUPPORTED_TAG(TAG)
2728# ---------------------
2729# Trace this macro to discover what tags are supported by the libtool
2730# --tag option, using:
2731# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2732
6efef468 2733
6efef468 2734
6bb11ab3 2735# C support is built-in for now
6efef468 2736
6efef468
JM
2737
2738
2739
6bb11ab3
L
2740# LT_LANG(LANG)
2741# -------------
2742# Enable libtool support for the given language if not already enabled.
2743# LT_LANG
6efef468
JM
2744
2745
6bb11ab3
L
2746# _LT_LANG(LANGNAME)
2747# ------------------
2748# _LT_LANG
6efef468
JM
2749
2750
6bb11ab3
L
2751# _LT_LANG_DEFAULT_CONFIG
2752# -----------------------
2753# _LT_LANG_DEFAULT_CONFIG
6efef468 2754
6bb11ab3
L
2755# Obsolete macros:
2756# This is what autoupdate's m4 run will expand. It fires
2757# the warning (with _au_warn_XXX), outputs it into the
2758# updated configure.ac (with AC_DIAGNOSE), and then outputs
2759# the replacement expansion.
6efef468 2760
6efef468 2761
6bb11ab3
L
2762# This is an auxiliary macro that is also run when
2763# autoupdate runs m4. It simply calls m4_warning, but
2764# we need a wrapper so that each warning is emitted only
2765# once. We break the quoting in m4_warning's argument in
2766# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2767
6efef468 2768
6bb11ab3
L
2769# Finally, this is the expansion that is picked up by
2770# autoconf. It tells the user to run autoupdate, and
2771# then outputs the replacement expansion. We do not care
2772# about autoupdate's warning because that contains
2773# information on what to do *after* running autoupdate.
6efef468 2774
6bb11ab3
L
2775# This is what autoupdate's m4 run will expand. It fires
2776# the warning (with _au_warn_XXX), outputs it into the
2777# updated configure.ac (with AC_DIAGNOSE), and then outputs
2778# the replacement expansion.
6efef468
JM
2779
2780
6bb11ab3
L
2781# This is an auxiliary macro that is also run when
2782# autoupdate runs m4. It simply calls m4_warning, but
2783# we need a wrapper so that each warning is emitted only
2784# once. We break the quoting in m4_warning's argument in
2785# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2786
2787
6bb11ab3
L
2788# Finally, this is the expansion that is picked up by
2789# autoconf. It tells the user to run autoupdate, and
2790# then outputs the replacement expansion. We do not care
2791# about autoupdate's warning because that contains
2792# information on what to do *after* running autoupdate.
6efef468 2793
6bb11ab3
L
2794# This is what autoupdate's m4 run will expand. It fires
2795# the warning (with _au_warn_XXX), outputs it into the
2796# updated configure.ac (with AC_DIAGNOSE), and then outputs
2797# the replacement expansion.
6efef468
JM
2798
2799
6bb11ab3
L
2800# This is an auxiliary macro that is also run when
2801# autoupdate runs m4. It simply calls m4_warning, but
2802# we need a wrapper so that each warning is emitted only
2803# once. We break the quoting in m4_warning's argument in
2804# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2805
2806
6bb11ab3
L
2807# Finally, this is the expansion that is picked up by
2808# autoconf. It tells the user to run autoupdate, and
2809# then outputs the replacement expansion. We do not care
2810# about autoupdate's warning because that contains
2811# information on what to do *after* running autoupdate.
6efef468 2812
6bb11ab3
L
2813# This is what autoupdate's m4 run will expand. It fires
2814# the warning (with _au_warn_XXX), outputs it into the
2815# updated configure.ac (with AC_DIAGNOSE), and then outputs
2816# the replacement expansion.
6efef468
JM
2817
2818
6bb11ab3
L
2819# This is an auxiliary macro that is also run when
2820# autoupdate runs m4. It simply calls m4_warning, but
2821# we need a wrapper so that each warning is emitted only
2822# once. We break the quoting in m4_warning's argument in
2823# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2824
2825
6bb11ab3
L
2826# Finally, this is the expansion that is picked up by
2827# autoconf. It tells the user to run autoupdate, and
2828# then outputs the replacement expansion. We do not care
2829# about autoupdate's warning because that contains
2830# information on what to do *after* running autoupdate.
6efef468 2831
6bb11ab3
L
2832# This is what autoupdate's m4 run will expand. It fires
2833# the warning (with _au_warn_XXX), outputs it into the
2834# updated configure.ac (with AC_DIAGNOSE), and then outputs
2835# the replacement expansion.
6efef468
JM
2836
2837
6bb11ab3
L
2838# This is an auxiliary macro that is also run when
2839# autoupdate runs m4. It simply calls m4_warning, but
2840# we need a wrapper so that each warning is emitted only
2841# once. We break the quoting in m4_warning's argument in
2842# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2843
2844
6bb11ab3
L
2845# Finally, this is the expansion that is picked up by
2846# autoconf. It tells the user to run autoupdate, and
2847# then outputs the replacement expansion. We do not care
2848# about autoupdate's warning because that contains
2849# information on what to do *after* running autoupdate.
6efef468 2850
35695fd6 2851
b7026657 2852
6bb11ab3
L
2853# _LT_TAG_COMPILER
2854# ----------------
2855# _LT_TAG_COMPILER
35695fd6
AC
2856
2857
6bb11ab3
L
2858# _LT_COMPILER_BOILERPLATE
2859# ------------------------
2860# Check for compiler boilerplate output or warnings with
2861# the simple compiler test code.
2862# _LT_COMPILER_BOILERPLATE
f0569246 2863
f0569246 2864
6bb11ab3
L
2865# _LT_LINKER_BOILERPLATE
2866# ----------------------
2867# Check for linker boilerplate output or warnings with
2868# the simple link test code.
2869# _LT_LINKER_BOILERPLATE
b7026657 2870
6bb11ab3
L
2871# _LT_REQUIRED_DARWIN_CHECKS
2872# -------------------------
81ecdfbb 2873
b7026657 2874
b7026657 2875
6bb11ab3
L
2876# _LT_DARWIN_LINKER_FEATURES
2877# --------------------------
2878# Checks for linker and compiler features on darwin
b7026657 2879
b7026657 2880
6bb11ab3
L
2881# _LT_SYS_MODULE_PATH_AIX
2882# -----------------------
2883# Links a minimal program and checks the executable
2884# for the system default hardcoded library path. In most cases,
2885# this is /usr/lib:/lib, but when the MPI compilers are used
2886# the location of the communication and MPI libs are included too.
2887# If we don't find anything, use the default library path according
2888# to the aix ld manual.
2889# _LT_SYS_MODULE_PATH_AIX
b7026657 2890
b7026657 2891
6bb11ab3
L
2892# _LT_SHELL_INIT(ARG)
2893# -------------------
2894# _LT_SHELL_INIT
b7026657 2895
f0569246 2896
81ecdfbb 2897
6bb11ab3
L
2898# _LT_PROG_ECHO_BACKSLASH
2899# -----------------------
2900# Find how we can fake an echo command that does not interpret backslash.
2901# In particular, with Autoconf 2.60 or later we add some code to the start
2902# of the generated configure script which will find a shell with a builtin
2903# printf (which we can use as an echo command).
2904# _LT_PROG_ECHO_BACKSLASH
f0569246 2905
b7026657 2906
6bb11ab3
L
2907# _LT_ENABLE_LOCK
2908# ---------------
2909# _LT_ENABLE_LOCK
81ecdfbb 2910
b7026657 2911
6bb11ab3
L
2912# _LT_CMD_OLD_ARCHIVE
2913# -------------------
2914# _LT_CMD_OLD_ARCHIVE
f0569246 2915
81ecdfbb 2916
6bb11ab3
L
2917# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2918# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2919# ----------------------------------------------------------------
2920# Check whether the given compiler option works
2921# _LT_COMPILER_OPTION
b7026657 2922
6bb11ab3
L
2923# Old name:
2924# This is what autoupdate's m4 run will expand. It fires
2925# the warning (with _au_warn_XXX), outputs it into the
2926# updated configure.ac (with AC_DIAGNOSE), and then outputs
2927# the replacement expansion.
b7026657 2928
b7026657 2929
6bb11ab3
L
2930# This is an auxiliary macro that is also run when
2931# autoupdate runs m4. It simply calls m4_warning, but
2932# we need a wrapper so that each warning is emitted only
2933# once. We break the quoting in m4_warning's argument in
2934# order to expand this macro's arguments, not AU_DEFUN's.
f0569246 2935
f0569246 2936
6bb11ab3
L
2937# Finally, this is the expansion that is picked up by
2938# autoconf. It tells the user to run autoupdate, and
2939# then outputs the replacement expansion. We do not care
2940# about autoupdate's warning because that contains
2941# information on what to do *after* running autoupdate.
f0569246 2942
f0569246 2943
f0569246 2944
6bb11ab3
L
2945# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2946# [ACTION-SUCCESS], [ACTION-FAILURE])
2947# ----------------------------------------------------
2948# Check whether the given linker option works
2949# _LT_LINKER_OPTION
81ecdfbb 2950
6bb11ab3
L
2951# Old name:
2952# This is what autoupdate's m4 run will expand. It fires
2953# the warning (with _au_warn_XXX), outputs it into the
2954# updated configure.ac (with AC_DIAGNOSE), and then outputs
2955# the replacement expansion.
81ecdfbb 2956
81ecdfbb 2957
6bb11ab3
L
2958# This is an auxiliary macro that is also run when
2959# autoupdate runs m4. It simply calls m4_warning, but
2960# we need a wrapper so that each warning is emitted only
2961# once. We break the quoting in m4_warning's argument in
2962# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2963
f0569246 2964
6bb11ab3
L
2965# Finally, this is the expansion that is picked up by
2966# autoconf. It tells the user to run autoupdate, and
2967# then outputs the replacement expansion. We do not care
2968# about autoupdate's warning because that contains
2969# information on what to do *after* running autoupdate.
2970
2971
2972
2973# LT_CMD_MAX_LEN
2974#---------------
2975# LT_CMD_MAX_LEN
2976
2977# Old name:
2978# This is what autoupdate's m4 run will expand. It fires
2979# the warning (with _au_warn_XXX), outputs it into the
2980# updated configure.ac (with AC_DIAGNOSE), and then outputs
2981# the replacement expansion.
2982
2983
2984# This is an auxiliary macro that is also run when
2985# autoupdate runs m4. It simply calls m4_warning, but
2986# we need a wrapper so that each warning is emitted only
2987# once. We break the quoting in m4_warning's argument in
2988# order to expand this macro's arguments, not AU_DEFUN's.
2989
2990
2991# Finally, this is the expansion that is picked up by
2992# autoconf. It tells the user to run autoupdate, and
2993# then outputs the replacement expansion. We do not care
2994# about autoupdate's warning because that contains
2995# information on what to do *after* running autoupdate.
2996
2997
2998
2999# _LT_HEADER_DLFCN
3000# ----------------
3001# _LT_HEADER_DLFCN
3002
3003
3004# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
3005# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
3006# ----------------------------------------------------------------
3007# _LT_TRY_DLOPEN_SELF
3008
3009
3010# LT_SYS_DLOPEN_SELF
3011# ------------------
3012# LT_SYS_DLOPEN_SELF
3013
3014# Old name:
3015# This is what autoupdate's m4 run will expand. It fires
3016# the warning (with _au_warn_XXX), outputs it into the
3017# updated configure.ac (with AC_DIAGNOSE), and then outputs
3018# the replacement expansion.
3019
3020
3021# This is an auxiliary macro that is also run when
3022# autoupdate runs m4. It simply calls m4_warning, but
3023# we need a wrapper so that each warning is emitted only
3024# once. We break the quoting in m4_warning's argument in
3025# order to expand this macro's arguments, not AU_DEFUN's.
3026
3027
3028# Finally, this is the expansion that is picked up by
3029# autoconf. It tells the user to run autoupdate, and
3030# then outputs the replacement expansion. We do not care
3031# about autoupdate's warning because that contains
3032# information on what to do *after* running autoupdate.
3033
3034
3035
3036# _LT_COMPILER_C_O([TAGNAME])
3037# ---------------------------
3038# Check to see if options -c and -o are simultaneously supported by compiler.
3039# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3040# _LT_COMPILER_C_O
3041
3042
3043# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3044# ----------------------------------
3045# Check to see if we can do hard links to lock some files if needed
3046# _LT_COMPILER_FILE_LOCKS
3047
3048
3049# _LT_CHECK_OBJDIR
3050# ----------------
3051# _LT_CHECK_OBJDIR
3052
3053
3054# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3055# --------------------------------------
3056# Check hardcoding attributes.
3057# _LT_LINKER_HARDCODE_LIBPATH
3058
3059
3060# _LT_CMD_STRIPLIB
3061# ----------------
3062# _LT_CMD_STRIPLIB
3063
3064
3065# _LT_SYS_DYNAMIC_LINKER([TAG])
3066# -----------------------------
3067# PORTME Fill in your ld.so characteristics
3068# _LT_SYS_DYNAMIC_LINKER
3069
3070
3071# _LT_PATH_TOOL_PREFIX(TOOL)
3072# --------------------------
3073# find a file program which can recognize shared library
3074# _LT_PATH_TOOL_PREFIX
3075
3076# Old name:
3077# This is what autoupdate's m4 run will expand. It fires
3078# the warning (with _au_warn_XXX), outputs it into the
3079# updated configure.ac (with AC_DIAGNOSE), and then outputs
3080# the replacement expansion.
3081
3082
3083# This is an auxiliary macro that is also run when
3084# autoupdate runs m4. It simply calls m4_warning, but
3085# we need a wrapper so that each warning is emitted only
3086# once. We break the quoting in m4_warning's argument in
3087# order to expand this macro's arguments, not AU_DEFUN's.
3088
3089
3090# Finally, this is the expansion that is picked up by
3091# autoconf. It tells the user to run autoupdate, and
3092# then outputs the replacement expansion. We do not care
3093# about autoupdate's warning because that contains
3094# information on what to do *after* running autoupdate.
3095
3096
3097
3098# _LT_PATH_MAGIC
3099# --------------
3100# find a file program which can recognize a shared library
3101# _LT_PATH_MAGIC
3102
3103
3104# LT_PATH_LD
3105# ----------
3106# find the pathname to the GNU or non-GNU linker
3107# LT_PATH_LD
3108
3109# Old names:
3110# This is what autoupdate's m4 run will expand. It fires
3111# the warning (with _au_warn_XXX), outputs it into the
3112# updated configure.ac (with AC_DIAGNOSE), and then outputs
3113# the replacement expansion.
3114
3115
3116# This is an auxiliary macro that is also run when
3117# autoupdate runs m4. It simply calls m4_warning, but
3118# we need a wrapper so that each warning is emitted only
3119# once. We break the quoting in m4_warning's argument in
3120# order to expand this macro's arguments, not AU_DEFUN's.
3121
3122
3123# Finally, this is the expansion that is picked up by
3124# autoconf. It tells the user to run autoupdate, and
3125# then outputs the replacement expansion. We do not care
3126# about autoupdate's warning because that contains
3127# information on what to do *after* running autoupdate.
3128
3129# This is what autoupdate's m4 run will expand. It fires
3130# the warning (with _au_warn_XXX), outputs it into the
3131# updated configure.ac (with AC_DIAGNOSE), and then outputs
3132# the replacement expansion.
3133
3134
3135# This is an auxiliary macro that is also run when
3136# autoupdate runs m4. It simply calls m4_warning, but
3137# we need a wrapper so that each warning is emitted only
3138# once. We break the quoting in m4_warning's argument in
3139# order to expand this macro's arguments, not AU_DEFUN's.
3140
3141
3142# Finally, this is the expansion that is picked up by
3143# autoconf. It tells the user to run autoupdate, and
3144# then outputs the replacement expansion. We do not care
3145# about autoupdate's warning because that contains
3146# information on what to do *after* running autoupdate.
3147
3148
3149
3150# _LT_PATH_LD_GNU
3151#- --------------
3152# _LT_PATH_LD_GNU
3153
3154
3155# _LT_CMD_RELOAD
3156# --------------
3157# find reload flag for linker
3158# -- PORTME Some linkers may need a different reload flag.
3159# _LT_CMD_RELOAD
3160
3161
3162# _LT_CHECK_MAGIC_METHOD
3163# ----------------------
3164# how to check for library dependencies
3165# -- PORTME fill in with the dynamic library characteristics
3166# _LT_CHECK_MAGIC_METHOD
3167
3168
3169# LT_PATH_NM
3170# ----------
3171# find the pathname to a BSD- or MS-compatible name lister
3172# LT_PATH_NM
3173
3174# Old names:
3175# This is what autoupdate's m4 run will expand. It fires
3176# the warning (with _au_warn_XXX), outputs it into the
3177# updated configure.ac (with AC_DIAGNOSE), and then outputs
3178# the replacement expansion.
3179
3180
3181# This is an auxiliary macro that is also run when
3182# autoupdate runs m4. It simply calls m4_warning, but
3183# we need a wrapper so that each warning is emitted only
3184# once. We break the quoting in m4_warning's argument in
3185# order to expand this macro's arguments, not AU_DEFUN's.
3186
3187
3188# Finally, this is the expansion that is picked up by
3189# autoconf. It tells the user to run autoupdate, and
3190# then outputs the replacement expansion. We do not care
3191# about autoupdate's warning because that contains
3192# information on what to do *after* running autoupdate.
3193
3194# This is what autoupdate's m4 run will expand. It fires
3195# the warning (with _au_warn_XXX), outputs it into the
3196# updated configure.ac (with AC_DIAGNOSE), and then outputs
3197# the replacement expansion.
3198
3199
3200# This is an auxiliary macro that is also run when
3201# autoupdate runs m4. It simply calls m4_warning, but
3202# we need a wrapper so that each warning is emitted only
3203# once. We break the quoting in m4_warning's argument in
3204# order to expand this macro's arguments, not AU_DEFUN's.
3205
3206
3207# Finally, this is the expansion that is picked up by
3208# autoconf. It tells the user to run autoupdate, and
3209# then outputs the replacement expansion. We do not care
3210# about autoupdate's warning because that contains
3211# information on what to do *after* running autoupdate.
3212
3213
3214
3215# LT_LIB_M
3216# --------
3217# check for math library
3218# LT_LIB_M
3219
3220# Old name:
3221# This is what autoupdate's m4 run will expand. It fires
3222# the warning (with _au_warn_XXX), outputs it into the
3223# updated configure.ac (with AC_DIAGNOSE), and then outputs
3224# the replacement expansion.
3225
3226
3227# This is an auxiliary macro that is also run when
3228# autoupdate runs m4. It simply calls m4_warning, but
3229# we need a wrapper so that each warning is emitted only
3230# once. We break the quoting in m4_warning's argument in
3231# order to expand this macro's arguments, not AU_DEFUN's.
3232
3233
3234# Finally, this is the expansion that is picked up by
3235# autoconf. It tells the user to run autoupdate, and
3236# then outputs the replacement expansion. We do not care
3237# about autoupdate's warning because that contains
3238# information on what to do *after* running autoupdate.
3239
3240
3241
3242# _LT_COMPILER_NO_RTTI([TAGNAME])
3243# -------------------------------
3244# _LT_COMPILER_NO_RTTI
3245
3246
3247# _LT_CMD_GLOBAL_SYMBOLS
3248# ----------------------
3249 # _LT_CMD_GLOBAL_SYMBOLS
3250
3251
3252# _LT_COMPILER_PIC([TAGNAME])
3253# ---------------------------
3254# _LT_COMPILER_PIC
3255
3256
3257# _LT_LINKER_SHLIBS([TAGNAME])
3258# ----------------------------
3259# See if the linker supports building shared libraries.
3260# _LT_LINKER_SHLIBS
3261
3262
3263# _LT_LANG_C_CONFIG([TAG])
3264# ------------------------
3265# Ensure that the configuration variables for a C compiler are suitably
3266# defined. These variables are subsequently used by _LT_CONFIG to write
3267# the compiler configuration to `libtool'.
3268# _LT_LANG_C_CONFIG
3269
3270
3271# _LT_LANG_CXX_CONFIG([TAG])
3272# --------------------------
3273# Ensure that the configuration variables for a C++ compiler are suitably
3274# defined. These variables are subsequently used by _LT_CONFIG to write
3275# the compiler configuration to `libtool'.
3276# _LT_LANG_CXX_CONFIG
3277
3278
3279# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3280# ---------------------------------
3281# Figure out "hidden" library dependencies from verbose
3282# compiler output when linking a shared library.
3283# Parse the compiler output and extract the necessary
3284# objects, libraries and library flags.
3285# _LT_SYS_HIDDEN_LIBDEPS
3286
3287
3288# _LT_LANG_F77_CONFIG([TAG])
3289# --------------------------
3290# Ensure that the configuration variables for a Fortran 77 compiler are
3291# suitably defined. These variables are subsequently used by _LT_CONFIG
3292# to write the compiler configuration to `libtool'.
3293# _LT_LANG_F77_CONFIG
3294
3295
3296# _LT_LANG_FC_CONFIG([TAG])
3297# -------------------------
3298# Ensure that the configuration variables for a Fortran compiler are
3299# suitably defined. These variables are subsequently used by _LT_CONFIG
3300# to write the compiler configuration to `libtool'.
3301# _LT_LANG_FC_CONFIG
3302
3303
3304# _LT_LANG_GCJ_CONFIG([TAG])
3305# --------------------------
3306# Ensure that the configuration variables for the GNU Java Compiler compiler
3307# are suitably defined. These variables are subsequently used by _LT_CONFIG
3308# to write the compiler configuration to `libtool'.
3309# _LT_LANG_GCJ_CONFIG
3310
3311
3312# _LT_LANG_RC_CONFIG([TAG])
3313# -------------------------
3314# Ensure that the configuration variables for the Windows resource compiler
3315# are suitably defined. These variables are subsequently used by _LT_CONFIG
3316# to write the compiler configuration to `libtool'.
3317# _LT_LANG_RC_CONFIG
3318
3319
3320# LT_PROG_GCJ
3321# -----------
3322
3323
3324# Old name:
3325# This is what autoupdate's m4 run will expand. It fires
3326# the warning (with _au_warn_XXX), outputs it into the
3327# updated configure.ac (with AC_DIAGNOSE), and then outputs
3328# the replacement expansion.
3329
3330
3331# This is an auxiliary macro that is also run when
3332# autoupdate runs m4. It simply calls m4_warning, but
3333# we need a wrapper so that each warning is emitted only
3334# once. We break the quoting in m4_warning's argument in
3335# order to expand this macro's arguments, not AU_DEFUN's.
3336
3337
3338# Finally, this is the expansion that is picked up by
3339# autoconf. It tells the user to run autoupdate, and
3340# then outputs the replacement expansion. We do not care
3341# about autoupdate's warning because that contains
3342# information on what to do *after* running autoupdate.
3343
3344
3345
3346# LT_PROG_RC
3347# ----------
3348
3349
3350# Old name:
3351# This is what autoupdate's m4 run will expand. It fires
3352# the warning (with _au_warn_XXX), outputs it into the
3353# updated configure.ac (with AC_DIAGNOSE), and then outputs
3354# the replacement expansion.
3355
3356
3357# This is an auxiliary macro that is also run when
3358# autoupdate runs m4. It simply calls m4_warning, but
3359# we need a wrapper so that each warning is emitted only
3360# once. We break the quoting in m4_warning's argument in
3361# order to expand this macro's arguments, not AU_DEFUN's.
3362
3363
3364# Finally, this is the expansion that is picked up by
3365# autoconf. It tells the user to run autoupdate, and
3366# then outputs the replacement expansion. We do not care
3367# about autoupdate's warning because that contains
3368# information on what to do *after* running autoupdate.
3369
3370
3371
3372# _LT_DECL_EGREP
3373# --------------
3374# If we don't have a new enough Autoconf to choose the best grep
3375# available, choose the one first in the user's PATH.
3376
3377
3378
3379# _LT_DECL_OBJDUMP
3380# --------------
3381# If we don't have a new enough Autoconf to choose the best objdump
3382# available, choose the one first in the user's PATH.
3383
3384
3385
3386# _LT_DECL_SED
3387# ------------
3388# Check for a fully-functional sed program, that truncates
3389# as few characters as possible. Prefer GNU sed if found.
3390# _LT_DECL_SED
3391
3392#m4_ifndef
3393
3394# Old name:
3395# This is what autoupdate's m4 run will expand. It fires
3396# the warning (with _au_warn_XXX), outputs it into the
3397# updated configure.ac (with AC_DIAGNOSE), and then outputs
3398# the replacement expansion.
3399
3400
3401# This is an auxiliary macro that is also run when
3402# autoupdate runs m4. It simply calls m4_warning, but
3403# we need a wrapper so that each warning is emitted only
3404# once. We break the quoting in m4_warning's argument in
3405# order to expand this macro's arguments, not AU_DEFUN's.
3406
3407
3408# Finally, this is the expansion that is picked up by
3409# autoconf. It tells the user to run autoupdate, and
3410# then outputs the replacement expansion. We do not care
3411# about autoupdate's warning because that contains
3412# information on what to do *after* running autoupdate.
3413
3414
3415
3416# _LT_CHECK_SHELL_FEATURES
3417# ------------------------
3418# Find out whether the shell is Bourne or XSI compatible,
3419# or has some other useful features.
3420# _LT_CHECK_SHELL_FEATURES
3421
3422
3423# _LT_PROG_XSI_SHELLFNS
3424# ---------------------
3425# Bourne and XSI compatible variants of some useful shell functions.
3426
3427
3428# Helper functions for option handling. -*- Autoconf -*-
3429#
3430# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3431# Inc.
3432# Written by Gary V. Vaughan, 2004
3433#
3434# This file is free software; the Free Software Foundation gives
3435# unlimited permission to copy and/or distribute it, with or without
3436# modifications, as long as this notice is preserved.
3437
3438# serial 6 ltoptions.m4
3439
3440# This is to help aclocal find these macros, as it can't see m4_define.
3441
3442
3443
3444# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3445# ------------------------------------------
3446
3447
3448
3449# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3450# ---------------------------------------
3451# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3452# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3453# saved as a flag.
3454
3455
3456
3457# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3458# ------------------------------------------------------------
3459# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3460
3461
3462
3463# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3464# -------------------------------------------------------
3465# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3466# are set.
3467
3468
3469
3470# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3471# ----------------------------------------
3472# OPTION-LIST is a space-separated list of Libtool options associated
3473# with MACRO-NAME. If any OPTION has a matching handler declared with
3474# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3475# the unknown option and exit.
3476# _LT_SET_OPTIONS
3477
3478
3479## --------------------------------- ##
3480## Macros to handle LT_INIT options. ##
3481## --------------------------------- ##
3482
3483# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3484# -----------------------------------------
3485
3486
3487
3488# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3489# -----------------------------------------------
3490# LT_OPTION_DEFINE
3491
3492
3493# dlopen
3494# ------
3495
3496
3497# This is what autoupdate's m4 run will expand. It fires
3498# the warning (with _au_warn_XXX), outputs it into the
3499# updated configure.ac (with AC_DIAGNOSE), and then outputs
3500# the replacement expansion.
3501
3502
3503# This is an auxiliary macro that is also run when
3504# autoupdate runs m4. It simply calls m4_warning, but
3505# we need a wrapper so that each warning is emitted only
3506# once. We break the quoting in m4_warning's argument in
3507# order to expand this macro's arguments, not AU_DEFUN's.
3508
3509
3510# Finally, this is the expansion that is picked up by
3511# autoconf. It tells the user to run autoupdate, and
3512# then outputs the replacement expansion. We do not care
3513# about autoupdate's warning because that contains
3514# information on what to do *after* running autoupdate.
3515
3516
3517
3518
3519# win32-dll
3520# ---------
3521# Declare package support for building win32 dll's.
3522# win32-dll
3523
3524# This is what autoupdate's m4 run will expand. It fires
3525# the warning (with _au_warn_XXX), outputs it into the
3526# updated configure.ac (with AC_DIAGNOSE), and then outputs
3527# the replacement expansion.
3528
3529
3530# This is an auxiliary macro that is also run when
3531# autoupdate runs m4. It simply calls m4_warning, but
3532# we need a wrapper so that each warning is emitted only
3533# once. We break the quoting in m4_warning's argument in
3534# order to expand this macro's arguments, not AU_DEFUN's.
3535
3536
3537# Finally, this is the expansion that is picked up by
3538# autoconf. It tells the user to run autoupdate, and
3539# then outputs the replacement expansion. We do not care
3540# about autoupdate's warning because that contains
3541# information on what to do *after* running autoupdate.
3542
3543
3544
3545
3546# _LT_ENABLE_SHARED([DEFAULT])
3547# ----------------------------
3548# implement the --enable-shared flag, and supports the `shared' and
3549# `disable-shared' LT_INIT options.
3550# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3551# _LT_ENABLE_SHARED
3552
3553
3554
3555
3556# Old names:
3557
3558
3559
3560
3561# This is what autoupdate's m4 run will expand. It fires
3562# the warning (with _au_warn_XXX), outputs it into the
3563# updated configure.ac (with AC_DIAGNOSE), and then outputs
3564# the replacement expansion.
3565
3566
3567# This is an auxiliary macro that is also run when
3568# autoupdate runs m4. It simply calls m4_warning, but
3569# we need a wrapper so that each warning is emitted only
3570# once. We break the quoting in m4_warning's argument in
3571# order to expand this macro's arguments, not AU_DEFUN's.
3572
3573
3574# Finally, this is the expansion that is picked up by
3575# autoconf. It tells the user to run autoupdate, and
3576# then outputs the replacement expansion. We do not care
3577# about autoupdate's warning because that contains
3578# information on what to do *after* running autoupdate.
3579
3580# This is what autoupdate's m4 run will expand. It fires
3581# the warning (with _au_warn_XXX), outputs it into the
3582# updated configure.ac (with AC_DIAGNOSE), and then outputs
3583# the replacement expansion.
3584
3585
3586# This is an auxiliary macro that is also run when
3587# autoupdate runs m4. It simply calls m4_warning, but
3588# we need a wrapper so that each warning is emitted only
3589# once. We break the quoting in m4_warning's argument in
3590# order to expand this macro's arguments, not AU_DEFUN's.
3591
3592
3593# Finally, this is the expansion that is picked up by
3594# autoconf. It tells the user to run autoupdate, and
3595# then outputs the replacement expansion. We do not care
3596# about autoupdate's warning because that contains
3597# information on what to do *after* running autoupdate.
3598
3599
3600
3601
3602
3603# _LT_ENABLE_STATIC([DEFAULT])
3604# ----------------------------
3605# implement the --enable-static flag, and support the `static' and
3606# `disable-static' LT_INIT options.
3607# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3608# _LT_ENABLE_STATIC
3609
3610
3611
3612
3613# Old names:
3614
3615
3616
3617
3618# This is what autoupdate's m4 run will expand. It fires
3619# the warning (with _au_warn_XXX), outputs it into the
3620# updated configure.ac (with AC_DIAGNOSE), and then outputs
3621# the replacement expansion.
3622
3623
3624# This is an auxiliary macro that is also run when
3625# autoupdate runs m4. It simply calls m4_warning, but
3626# we need a wrapper so that each warning is emitted only
3627# once. We break the quoting in m4_warning's argument in
3628# order to expand this macro's arguments, not AU_DEFUN's.
3629
3630
3631# Finally, this is the expansion that is picked up by
3632# autoconf. It tells the user to run autoupdate, and
3633# then outputs the replacement expansion. We do not care
3634# about autoupdate's warning because that contains
3635# information on what to do *after* running autoupdate.
3636
3637# This is what autoupdate's m4 run will expand. It fires
3638# the warning (with _au_warn_XXX), outputs it into the
3639# updated configure.ac (with AC_DIAGNOSE), and then outputs
3640# the replacement expansion.
3641
3642
3643# This is an auxiliary macro that is also run when
3644# autoupdate runs m4. It simply calls m4_warning, but
3645# we need a wrapper so that each warning is emitted only
3646# once. We break the quoting in m4_warning's argument in
3647# order to expand this macro's arguments, not AU_DEFUN's.
3648
3649
3650# Finally, this is the expansion that is picked up by
3651# autoconf. It tells the user to run autoupdate, and
3652# then outputs the replacement expansion. We do not care
3653# about autoupdate's warning because that contains
3654# information on what to do *after* running autoupdate.
3655
3656
3657
3658
3659
3660# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3661# ----------------------------------
3662# implement the --enable-fast-install flag, and support the `fast-install'
3663# and `disable-fast-install' LT_INIT options.
3664# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3665# _LT_ENABLE_FAST_INSTALL
3666
3667
3668
3669
3670# Old names:
3671# This is what autoupdate's m4 run will expand. It fires
3672# the warning (with _au_warn_XXX), outputs it into the
3673# updated configure.ac (with AC_DIAGNOSE), and then outputs
3674# the replacement expansion.
3675
3676
3677# This is an auxiliary macro that is also run when
3678# autoupdate runs m4. It simply calls m4_warning, but
3679# we need a wrapper so that each warning is emitted only
3680# once. We break the quoting in m4_warning's argument in
3681# order to expand this macro's arguments, not AU_DEFUN's.
3682
3683
3684# Finally, this is the expansion that is picked up by
3685# autoconf. It tells the user to run autoupdate, and
3686# then outputs the replacement expansion. We do not care
3687# about autoupdate's warning because that contains
3688# information on what to do *after* running autoupdate.
3689
3690
3691# This is what autoupdate's m4 run will expand. It fires
3692# the warning (with _au_warn_XXX), outputs it into the
3693# updated configure.ac (with AC_DIAGNOSE), and then outputs
3694# the replacement expansion.
3695
3696
3697# This is an auxiliary macro that is also run when
3698# autoupdate runs m4. It simply calls m4_warning, but
3699# we need a wrapper so that each warning is emitted only
3700# once. We break the quoting in m4_warning's argument in
3701# order to expand this macro's arguments, not AU_DEFUN's.
3702
3703
3704# Finally, this is the expansion that is picked up by
3705# autoconf. It tells the user to run autoupdate, and
3706# then outputs the replacement expansion. We do not care
3707# about autoupdate's warning because that contains
3708# information on what to do *after* running autoupdate.
3709
3710
3711
3712
3713# _LT_WITH_PIC([MODE])
3714# --------------------
3715# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3716# LT_INIT options.
3717# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3718# _LT_WITH_PIC
3719
3720
3721
3722
3723# Old name:
3724# This is what autoupdate's m4 run will expand. It fires
3725# the warning (with _au_warn_XXX), outputs it into the
3726# updated configure.ac (with AC_DIAGNOSE), and then outputs
3727# the replacement expansion.
3728
3729
3730# This is an auxiliary macro that is also run when
3731# autoupdate runs m4. It simply calls m4_warning, but
3732# we need a wrapper so that each warning is emitted only
3733# once. We break the quoting in m4_warning's argument in
3734# order to expand this macro's arguments, not AU_DEFUN's.
3735
3736
3737# Finally, this is the expansion that is picked up by
3738# autoconf. It tells the user to run autoupdate, and
3739# then outputs the replacement expansion. We do not care
3740# about autoupdate's warning because that contains
3741# information on what to do *after* running autoupdate.
3742
3743
3744
3745## ----------------- ##
3746## LTDL_INIT Options ##
3747## ----------------- ##
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3759#
3760# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3761# Written by Gary V. Vaughan, 2004
3762#
3763# This file is free software; the Free Software Foundation gives
3764# unlimited permission to copy and/or distribute it, with or without
3765# modifications, as long as this notice is preserved.
3766
3767# serial 6 ltsugar.m4
3768
3769# This is to help aclocal find these macros, as it can't see m4_define.
3770
3771
3772
3773# lt_join(SEP, ARG1, [ARG2...])
3774# -----------------------------
3775# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3776# associated separator.
3777# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3778# versions in m4sugar had bugs.
3779
3780
3781
3782
3783# lt_car(LIST)
3784# lt_cdr(LIST)
3785# ------------
3786# Manipulate m4 lists.
3787# These macros are necessary as long as will still need to support
3788# Autoconf-2.59 which quotes differently.
3789
3790
3791
3792
3793
3794# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3795# ------------------------------------------
3796# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3797# Note that neither SEPARATOR nor STRING are expanded; they are appended
3798# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3799# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3800# than defined and empty).
3801#
3802# This macro is needed until we can rely on Autoconf 2.62, since earlier
3803# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3804
3805
3806
3807
3808# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3809# ----------------------------------------------------------
3810# Produce a SEP delimited list of all paired combinations of elements of
3811# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3812# has the form PREFIXmINFIXSUFFIXn.
3813# Needed until we can rely on m4_combine added in Autoconf 2.62.
3814
3815
3816
3817# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3818# -----------------------------------------------------------------------
3819# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3820# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3821
3822
3823
3824# lt_dict_add(DICT, KEY, VALUE)
3825# -----------------------------
3826
3827
3828
3829# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3830# --------------------------------------------
3831
3832
3833
3834# lt_dict_fetch(DICT, KEY, [SUBKEY])
3835# ----------------------------------
3836
3837
3838
3839# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3840# -----------------------------------------------------------------
3841
3842
3843
3844# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3845# --------------------------------------------------------------
3846
3847
3848# ltversion.m4 -- version numbers -*- Autoconf -*-
3849#
3850# Copyright (C) 2004 Free Software Foundation, Inc.
3851# Written by Scott James Remnant, 2004
3852#
3853# This file is free software; the Free Software Foundation gives
3854# unlimited permission to copy and/or distribute it, with or without
3855# modifications, as long as this notice is preserved.
3856
3857# Generated from ltversion.in.
3858
3859# serial 3134 ltversion.m4
3860# This file is part of GNU Libtool
3861
3862
3863
3864
3865
3866
3867# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3868#
3869# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3870# Written by Scott James Remnant, 2004.
3871#
3872# This file is free software; the Free Software Foundation gives
3873# unlimited permission to copy and/or distribute it, with or without
3874# modifications, as long as this notice is preserved.
3875
3876# serial 4 lt~obsolete.m4
3877
3878# These exist entirely to fool aclocal when bootstrapping libtool.
3879#
3880# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3881# which have later been changed to m4_define as they aren't part of the
3882# exported API, or moved to Autoconf or Automake where they belong.
3883#
3884# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3885# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3886# using a macro with the same name in our local m4/libtool.m4 it'll
3887# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3888# and doesn't know about Autoconf macros at all.)
3889#
3890# So we provide this file, which has a silly filename so it's always
3891# included after everything else. This provides aclocal with the
3892# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3893# because those macros already exist, or will be overwritten later.
3894# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3895#
3896# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3897# Yes, that means every name once taken will need to remain here until
3898# we give up compatibility with versions before 1.7, at which point
3899# we need to keep only those names which we still refer to.
3900
3901# This is to help aclocal find these macros, as it can't see m4_define.
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966## -*- Autoconf -*-
3967
3968# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3969# Free Software Foundation, Inc.
3970#
3971# This file is free software; the Free Software Foundation
3972# gives unlimited permission to copy and/or distribute it,
3973# with or without modifications, as long as this notice is preserved.
3974
3975# serial 8
3976
3977# Based on depend.m4 from automake 1.9, modified for standalone use in
3978# an environment where GNU make is required.
3979
3980# ZW_PROG_COMPILER_DEPENDENCIES
3981# -----------------------------
3982# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3983# sets fooDEPMODE accordingly. Cache-variable compatible with
3984# original; not side-effect compatible. As the users of this macro
3985# may require accurate dependencies for correct builds, it does *not*
3986# honor --disable-dependency-checking, and failure to detect a usable
3987# method is an error. depcomp is assumed to be located in
3988# $ac_aux_dir.
3989#
3990# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3991
3992
3993
3994# AM_SET_DEPDIR
3995# -------------
3996# Choose a directory name for dependency files.
3997
3998
3999# ZW_CREATE_DEPDIR
4000# ----------------
4001# As AM_SET_DEPDIR, but also create the directory at config.status time.
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
6bb11ab3
L
4043
4044
4045
4046
4047
6bb11ab3
L
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
6bb11ab3
L
4063
4064
4065
4066
4067
4068# intl sister-directory configuration rules.
4069#
4070
4071# The idea behind this macro is that there's no need to repeat all the
4072# autoconf probes done by the intl directory - it's already done them
4073# for us. In fact, there's no need even to look at the cache for the
4074# answers. All we need to do is nab a few pieces of information.
4075# The intl directory is set up to make this easy, by generating a
4076# small file which can be sourced as a shell script; then we produce
4077# the necessary substitutions and definitions for this directory.
4078
4079
4080
4081# Autoconf M4 include file defining utility macros for complex Canadian
4082# cross builds.
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092####
4093# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4094# or AC_INIT.
4095# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4096
4097####
4098# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4099# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4100
4101
4102####
4103# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4104# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4105
4106
4107
4108# Backported from Autoconf 2.5x; can go away when and if
4109# we switch. Put the OS path separator in $PATH_SEPARATOR.
4110
4111
4112
4113
37f980dc
SM
4114
4115
4116
4117
6bb11ab3
L
4118# ACX_HAVE_GCC_FOR_TARGET
4119# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4120
4121
4122# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4123# Searching for installed target binutils. We need to take extra care,
4124# else we may find the wrong assembler, linker, etc., and lose.
4125#
4126# First try --with-build-time-tools, if specified.
4127#
4128# For build != host, we ask the installed GCC for the name of the tool it
4129# uses, and accept it if it is an absolute path. This is because the
4130# only good choice for a compiler is the same GCC version that is being
4131# installed (or we couldn't make target libraries), and we assume that
4132# on the host system we'll have not only the same GCC version, but also
4133# the same binutils version.
4134#
4135# For build == host, search the same directories that the installed
4136# compiler will search. We used to do this for the assembler, linker,
4137# and nm only; for simplicity of configuration, however, we extend this
4138# criterion to tools (such as ar and ranlib) that are never invoked by
4139# the compiler, to avoid mismatches.
4140#
4141# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4142# if build == target. This makes the most sense only when bootstrapping,
4143# but we also do so when build != host. In this case, we hope that the
4144# build and host systems will have similar contents of MD_EXEC_PREFIX.
4145#
4146# If we do not find a suitable binary, then try the user's path.
4147
4148
4149###
4150# AC_PROG_CPP_WERROR
4151# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4152# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4153# For now, using this also overrides header checks to use only the
4154# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4155# bit harder from here).
4156# Eventually autoconf will default to checking headers with the compiler
4157# instead, and we'll have to do this differently.
4158
4159# AC_PROG_CPP_WERROR
4160
4161# Test for GNAT.
4162# We require the gnatbind & gnatmake programs, as well as a compiler driver
4163# that understands Ada. We use the user's CC setting, already found, and
4164# possibly add $1 to the command-line parameters.
4165#
4166# Sets the shell variable have_gnat to yes or no as appropriate, and
4167# substitutes GNATBIND and GNATMAKE.
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193ac_ext=c
4194ac_cpp='$CPP $CPPFLAGS'
4195ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4196ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4197ac_compiler_gnu=$ac_cv_c_compiler_gnu
4198if test -n "$ac_tool_prefix"; then
4199 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4200set dummy ${ac_tool_prefix}gcc; ac_word=$2
4201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4202$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4203if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4204 $as_echo_n "(cached) " >&6
4205else
4206 if test -n "$CC"; then
4207 ac_cv_prog_CC="$CC" # Let the user override the test.
4208else
4209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4210for as_dir in $PATH
4211do
4212 IFS=$as_save_IFS
4213 test -z "$as_dir" && as_dir=.
4214 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4216 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4218 break 2
4219 fi
4220done
4221 done
4222IFS=$as_save_IFS
4223
4224fi
4225fi
4226CC=$ac_cv_prog_CC
4227if test -n "$CC"; then
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4229$as_echo "$CC" >&6; }
4230else
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4232$as_echo "no" >&6; }
4233fi
4234
4235
4236fi
4237if test -z "$ac_cv_prog_CC"; then
4238 ac_ct_CC=$CC
4239 # Extract the first word of "gcc", so it can be a program name with args.
4240set dummy gcc; ac_word=$2
4241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4242$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4243if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4244 $as_echo_n "(cached) " >&6
4245else
4246 if test -n "$ac_ct_CC"; then
4247 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4248else
4249as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4250for as_dir in $PATH
4251do
4252 IFS=$as_save_IFS
4253 test -z "$as_dir" && as_dir=.
4254 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4255 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4256 ac_cv_prog_ac_ct_CC="gcc"
4257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4258 break 2
4259 fi
4260done
4261 done
4262IFS=$as_save_IFS
4263
4264fi
4265fi
4266ac_ct_CC=$ac_cv_prog_ac_ct_CC
4267if test -n "$ac_ct_CC"; then
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4269$as_echo "$ac_ct_CC" >&6; }
4270else
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4272$as_echo "no" >&6; }
4273fi
4274
4275 if test "x$ac_ct_CC" = x; then
4276 CC=""
4277 else
4278 case $cross_compiling:$ac_tool_warned in
4279yes:)
4280{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4281$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4282ac_tool_warned=yes ;;
4283esac
4284 CC=$ac_ct_CC
4285 fi
4286else
4287 CC="$ac_cv_prog_CC"
4288fi
4289
4290if test -z "$CC"; then
4291 if test -n "$ac_tool_prefix"; then
4292 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4293set dummy ${ac_tool_prefix}cc; ac_word=$2
4294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4295$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4296if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4297 $as_echo_n "(cached) " >&6
4298else
4299 if test -n "$CC"; then
4300 ac_cv_prog_CC="$CC" # Let the user override the test.
4301else
4302as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4303for as_dir in $PATH
4304do
4305 IFS=$as_save_IFS
4306 test -z "$as_dir" && as_dir=.
4307 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4308 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4309 ac_cv_prog_CC="${ac_tool_prefix}cc"
4310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4311 break 2
4312 fi
4313done
4314 done
4315IFS=$as_save_IFS
4316
4317fi
4318fi
4319CC=$ac_cv_prog_CC
4320if test -n "$CC"; then
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4322$as_echo "$CC" >&6; }
4323else
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4325$as_echo "no" >&6; }
4326fi
4327
4328
4329 fi
4330fi
4331if test -z "$CC"; then
4332 # Extract the first word of "cc", so it can be a program name with args.
4333set dummy cc; ac_word=$2
4334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4335$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4336if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4337 $as_echo_n "(cached) " >&6
4338else
4339 if test -n "$CC"; then
4340 ac_cv_prog_CC="$CC" # Let the user override the test.
4341else
4342 ac_prog_rejected=no
4343as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4344for as_dir in $PATH
4345do
4346 IFS=$as_save_IFS
4347 test -z "$as_dir" && as_dir=.
4348 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4349 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4350 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4351 ac_prog_rejected=yes
4352 continue
4353 fi
4354 ac_cv_prog_CC="cc"
4355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4356 break 2
4357 fi
4358done
4359 done
4360IFS=$as_save_IFS
4361
4362if test $ac_prog_rejected = yes; then
4363 # We found a bogon in the path, so make sure we never use it.
4364 set dummy $ac_cv_prog_CC
4365 shift
4366 if test $# != 0; then
4367 # We chose a different compiler from the bogus one.
4368 # However, it has the same basename, so the bogon will be chosen
4369 # first if we set CC to just the basename; use the full file name.
4370 shift
4371 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4372 fi
4373fi
4374fi
4375fi
4376CC=$ac_cv_prog_CC
4377if test -n "$CC"; then
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4379$as_echo "$CC" >&6; }
4380else
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4382$as_echo "no" >&6; }
4383fi
4384
4385
4386fi
4387if test -z "$CC"; then
4388 if test -n "$ac_tool_prefix"; then
4389 for ac_prog in cl.exe
4390 do
4391 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4392set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4394$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4395if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4396 $as_echo_n "(cached) " >&6
4397else
4398 if test -n "$CC"; then
4399 ac_cv_prog_CC="$CC" # Let the user override the test.
4400else
4401as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4402for as_dir in $PATH
4403do
4404 IFS=$as_save_IFS
4405 test -z "$as_dir" && as_dir=.
4406 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4407 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4408 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4410 break 2
4411 fi
4412done
4413 done
4414IFS=$as_save_IFS
4415
4416fi
4417fi
4418CC=$ac_cv_prog_CC
4419if test -n "$CC"; then
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4421$as_echo "$CC" >&6; }
4422else
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4424$as_echo "no" >&6; }
4425fi
4426
4427
4428 test -n "$CC" && break
4429 done
4430fi
4431if test -z "$CC"; then
4432 ac_ct_CC=$CC
4433 for ac_prog in cl.exe
4434do
4435 # Extract the first word of "$ac_prog", so it can be a program name with args.
4436set dummy $ac_prog; ac_word=$2
4437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4438$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4439if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4440 $as_echo_n "(cached) " >&6
4441else
4442 if test -n "$ac_ct_CC"; then
4443 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4444else
4445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4446for as_dir in $PATH
4447do
4448 IFS=$as_save_IFS
4449 test -z "$as_dir" && as_dir=.
4450 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4452 ac_cv_prog_ac_ct_CC="$ac_prog"
4453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4454 break 2
4455 fi
4456done
4457 done
4458IFS=$as_save_IFS
4459
4460fi
4461fi
4462ac_ct_CC=$ac_cv_prog_ac_ct_CC
4463if test -n "$ac_ct_CC"; then
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4465$as_echo "$ac_ct_CC" >&6; }
4466else
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4468$as_echo "no" >&6; }
4469fi
4470
4471
4472 test -n "$ac_ct_CC" && break
4473done
4474
4475 if test "x$ac_ct_CC" = x; then
4476 CC=""
4477 else
4478 case $cross_compiling:$ac_tool_warned in
4479yes:)
4480{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4481$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4482ac_tool_warned=yes ;;
4483esac
4484 CC=$ac_ct_CC
4485 fi
4486fi
4487
4488fi
4489
4490
4491test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4492$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4493as_fn_error $? "no acceptable C compiler found in \$PATH
4494See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4495
4496# Provide some information about the compiler.
4497$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4498set X $ac_compile
4499ac_compiler=$2
4500for ac_option in --version -v -V -qversion; do
4501 { { ac_try="$ac_compiler $ac_option >&5"
4502case "(($ac_try" in
4503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4504 *) ac_try_echo=$ac_try;;
4505esac
4506eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4507$as_echo "$ac_try_echo"; } >&5
4508 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4509 ac_status=$?
4510 if test -s conftest.err; then
4511 sed '10a\
4512... rest of stderr output deleted ...
4513 10q' conftest.err >conftest.er1
4514 cat conftest.er1 >&5
6bb11ab3 4515 fi
d0ac1c44 4516 rm -f conftest.er1 conftest.err
6bb11ab3
L
4517 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4518 test $ac_status = 0; }
4519done
4520
4521cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4522/* end confdefs.h. */
4523
4524int
4525main ()
4526{
4527
4528 ;
4529 return 0;
4530}
4531_ACEOF
4532ac_clean_files_save=$ac_clean_files
d0ac1c44 4533ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
4534# Try to create an executable without -o first, disregard a.out.
4535# It will help us diagnose broken compilers, and finding out an intuition
4536# of exeext.
d0ac1c44
SM
4537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4538$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
4539ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4540
4541# The possible output files:
4542ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4543
4544ac_rmfiles=
4545for ac_file in $ac_files
4546do
4547 case $ac_file in
4548 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4549 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4550 esac
4551done
4552rm -f $ac_rmfiles
4553
4554if { { ac_try="$ac_link_default"
4555case "(($ac_try" in
4556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4557 *) ac_try_echo=$ac_try;;
4558esac
4559eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4560$as_echo "$ac_try_echo"; } >&5
4561 (eval "$ac_link_default") 2>&5
4562 ac_status=$?
4563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4564 test $ac_status = 0; }; then :
4565 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4566# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4567# in a Makefile. We should not override ac_cv_exeext if it was cached,
4568# so that the user can short-circuit this test for compilers unknown to
4569# Autoconf.
4570for ac_file in $ac_files ''
4571do
4572 test -f "$ac_file" || continue
4573 case $ac_file in
4574 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4575 ;;
4576 [ab].out )
4577 # We found the default executable, but exeext='' is most
4578 # certainly right.
4579 break;;
4580 *.* )
4581 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4582 then :; else
4583 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4584 fi
4585 # We set ac_cv_exeext here because the later test for it is not
4586 # safe: cross compilers may not add the suffix if given an `-o'
4587 # argument, so we may need to know it at that point already.
4588 # Even if this section looks crufty: it has the advantage of
4589 # actually working.
4590 break;;
4591 * )
4592 break;;
4593 esac
4594done
4595test "$ac_cv_exeext" = no && ac_cv_exeext=
4596
4597else
4598 ac_file=''
4599fi
6bb11ab3 4600if test -z "$ac_file"; then :
d0ac1c44
SM
4601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4602$as_echo "no" >&6; }
4603$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
4604sed 's/^/| /' conftest.$ac_ext >&5
4605
4606{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4607$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4608as_fn_error 77 "C compiler cannot create executables
4609See \`config.log' for more details" "$LINENO" 5; }
4610else
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4612$as_echo "yes" >&6; }
6bb11ab3 4613fi
d0ac1c44
SM
4614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4615$as_echo_n "checking for C compiler default output file name... " >&6; }
4616{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4617$as_echo "$ac_file" >&6; }
6bb11ab3
L
4618ac_exeext=$ac_cv_exeext
4619
d0ac1c44 4620rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 4621ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4623$as_echo_n "checking for suffix of executables... " >&6; }
4624if { { ac_try="$ac_link"
4625case "(($ac_try" in
4626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4627 *) ac_try_echo=$ac_try;;
4628esac
4629eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4630$as_echo "$ac_try_echo"; } >&5
4631 (eval "$ac_link") 2>&5
4632 ac_status=$?
4633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4634 test $ac_status = 0; }; then :
4635 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4636# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4637# work properly (i.e., refer to `conftest.exe'), while it won't with
4638# `rm'.
4639for ac_file in conftest.exe conftest conftest.*; do
4640 test -f "$ac_file" || continue
4641 case $ac_file in
4642 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4643 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4644 break;;
4645 * ) break;;
4646 esac
4647done
4648else
4649 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4650$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4651as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4652See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 4653fi
d0ac1c44 4654rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
4655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4656$as_echo "$ac_cv_exeext" >&6; }
4657
4658rm -f conftest.$ac_ext
4659EXEEXT=$ac_cv_exeext
4660ac_exeext=$EXEEXT
d0ac1c44
SM
4661cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4662/* end confdefs.h. */
4663#include <stdio.h>
4664int
4665main ()
4666{
4667FILE *f = fopen ("conftest.out", "w");
4668 return ferror (f) || fclose (f) != 0;
4669
4670 ;
4671 return 0;
4672}
4673_ACEOF
4674ac_clean_files="$ac_clean_files conftest.out"
4675# Check that the compiler produces executables we can run. If not, either
4676# the compiler is broken, or we cross compile.
4677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4678$as_echo_n "checking whether we are cross compiling... " >&6; }
4679if test "$cross_compiling" != yes; then
4680 { { ac_try="$ac_link"
4681case "(($ac_try" in
4682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4683 *) ac_try_echo=$ac_try;;
4684esac
4685eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4686$as_echo "$ac_try_echo"; } >&5
4687 (eval "$ac_link") 2>&5
4688 ac_status=$?
4689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4690 test $ac_status = 0; }
4691 if { ac_try='./conftest$ac_cv_exeext'
4692 { { case "(($ac_try" in
4693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4694 *) ac_try_echo=$ac_try;;
4695esac
4696eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4697$as_echo "$ac_try_echo"; } >&5
4698 (eval "$ac_try") 2>&5
4699 ac_status=$?
4700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4701 test $ac_status = 0; }; }; then
4702 cross_compiling=no
4703 else
4704 if test "$cross_compiling" = maybe; then
4705 cross_compiling=yes
4706 else
4707 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4708$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4709as_fn_error $? "cannot run C compiled programs.
4710If you meant to cross compile, use \`--host'.
4711See \`config.log' for more details" "$LINENO" 5; }
4712 fi
4713 fi
4714fi
4715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4716$as_echo "$cross_compiling" >&6; }
4717
4718rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4719ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4721$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 4722if ${ac_cv_objext+:} false; then :
6bb11ab3
L
4723 $as_echo_n "(cached) " >&6
4724else
4725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4726/* end confdefs.h. */
4727
4728int
4729main ()
4730{
4731
4732 ;
4733 return 0;
4734}
4735_ACEOF
4736rm -f conftest.o conftest.obj
4737if { { ac_try="$ac_compile"
4738case "(($ac_try" in
4739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4740 *) ac_try_echo=$ac_try;;
4741esac
4742eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4743$as_echo "$ac_try_echo"; } >&5
4744 (eval "$ac_compile") 2>&5
4745 ac_status=$?
4746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4747 test $ac_status = 0; }; then :
4748 for ac_file in conftest.o conftest.obj conftest.*; do
4749 test -f "$ac_file" || continue;
4750 case $ac_file in
4751 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4752 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4753 break;;
4754 esac
4755done
4756else
4757 $as_echo "$as_me: failed program was:" >&5
4758sed 's/^/| /' conftest.$ac_ext >&5
4759
4760{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4761$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4762as_fn_error $? "cannot compute suffix of object files: cannot compile
4763See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4764fi
4765rm -f conftest.$ac_cv_objext conftest.$ac_ext
4766fi
4767{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4768$as_echo "$ac_cv_objext" >&6; }
4769OBJEXT=$ac_cv_objext
4770ac_objext=$OBJEXT
4771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4772$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4773if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
4774 $as_echo_n "(cached) " >&6
4775else
4776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4777/* end confdefs.h. */
4778
4779int
4780main ()
4781{
4782#ifndef __GNUC__
4783 choke me
4784#endif
4785
4786 ;
4787 return 0;
4788}
4789_ACEOF
4790if ac_fn_c_try_compile "$LINENO"; then :
4791 ac_compiler_gnu=yes
4792else
4793 ac_compiler_gnu=no
4794fi
4795rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4796ac_cv_c_compiler_gnu=$ac_compiler_gnu
4797
4798fi
4799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4800$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4801if test $ac_compiler_gnu = yes; then
4802 GCC=yes
4803else
4804 GCC=
4805fi
4806ac_test_CFLAGS=${CFLAGS+set}
4807ac_save_CFLAGS=$CFLAGS
4808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4809$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4810if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
4811 $as_echo_n "(cached) " >&6
4812else
4813 ac_save_c_werror_flag=$ac_c_werror_flag
4814 ac_c_werror_flag=yes
4815 ac_cv_prog_cc_g=no
4816 CFLAGS="-g"
4817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4818/* end confdefs.h. */
4819
4820int
4821main ()
4822{
4823
4824 ;
4825 return 0;
4826}
4827_ACEOF
4828if ac_fn_c_try_compile "$LINENO"; then :
4829 ac_cv_prog_cc_g=yes
4830else
4831 CFLAGS=""
4832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4833/* end confdefs.h. */
4834
4835int
4836main ()
4837{
4838
4839 ;
4840 return 0;
4841}
4842_ACEOF
4843if ac_fn_c_try_compile "$LINENO"; then :
4844
4845else
4846 ac_c_werror_flag=$ac_save_c_werror_flag
4847 CFLAGS="-g"
4848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4849/* end confdefs.h. */
4850
4851int
4852main ()
4853{
4854
4855 ;
4856 return 0;
4857}
4858_ACEOF
4859if ac_fn_c_try_compile "$LINENO"; then :
4860 ac_cv_prog_cc_g=yes
4861fi
4862rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4863fi
4864rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4865fi
4866rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4867 ac_c_werror_flag=$ac_save_c_werror_flag
4868fi
4869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4870$as_echo "$ac_cv_prog_cc_g" >&6; }
4871if test "$ac_test_CFLAGS" = set; then
4872 CFLAGS=$ac_save_CFLAGS
4873elif test $ac_cv_prog_cc_g = yes; then
4874 if test "$GCC" = yes; then
4875 CFLAGS="-g -O2"
4876 else
4877 CFLAGS="-g"
4878 fi
4879else
4880 if test "$GCC" = yes; then
4881 CFLAGS="-O2"
4882 else
4883 CFLAGS=
4884 fi
4885fi
4886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4887$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4888if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
4889 $as_echo_n "(cached) " >&6
4890else
4891 ac_cv_prog_cc_c89=no
4892ac_save_CC=$CC
4893cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4894/* end confdefs.h. */
4895#include <stdarg.h>
4896#include <stdio.h>
d0ac1c44 4897struct stat;
6bb11ab3
L
4898/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4899struct buf { int x; };
4900FILE * (*rcsopen) (struct buf *, struct stat *, int);
4901static char *e (p, i)
4902 char **p;
4903 int i;
4904{
4905 return p[i];
4906}
4907static char *f (char * (*g) (char **, int), char **p, ...)
4908{
4909 char *s;
4910 va_list v;
4911 va_start (v,p);
4912 s = g (p, va_arg (v,int));
4913 va_end (v);
4914 return s;
4915}
4916
4917/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4918 function prototypes and stuff, but not '\xHH' hex character constants.
4919 These don't provoke an error unfortunately, instead are silently treated
4920 as 'x'. The following induces an error, until -std is added to get
4921 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4922 array size at least. It's necessary to write '\x00'==0 to get something
4923 that's true only with -std. */
4924int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4925
4926/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4927 inside strings and character constants. */
4928#define FOO(x) 'x'
4929int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4930
4931int test (int i, double x);
4932struct s1 {int (*f) (int a);};
4933struct s2 {int (*f) (double a);};
4934int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4935int argc;
4936char **argv;
4937int
4938main ()
4939{
4940return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4941 ;
4942 return 0;
4943}
4944_ACEOF
4945for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4946 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4947do
4948 CC="$ac_save_CC $ac_arg"
4949 if ac_fn_c_try_compile "$LINENO"; then :
4950 ac_cv_prog_cc_c89=$ac_arg
4951fi
4952rm -f core conftest.err conftest.$ac_objext
4953 test "x$ac_cv_prog_cc_c89" != "xno" && break
4954done
4955rm -f conftest.$ac_ext
4956CC=$ac_save_CC
4957
4958fi
4959# AC_CACHE_VAL
4960case "x$ac_cv_prog_cc_c89" in
4961 x)
4962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4963$as_echo "none needed" >&6; } ;;
4964 xno)
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4966$as_echo "unsupported" >&6; } ;;
4967 *)
4968 CC="$CC $ac_cv_prog_cc_c89"
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4970$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4971esac
4972if test "x$ac_cv_prog_cc_c89" != xno; then :
4973
4974fi
4975
4976ac_ext=c
4977ac_cpp='$CPP $CPPFLAGS'
4978ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4979ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4980ac_compiler_gnu=$ac_cv_c_compiler_gnu
4981
4982ac_aux_dir=
4983for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
4984 if test -f "$ac_dir/install-sh"; then
4985 ac_aux_dir=$ac_dir
4986 ac_install_sh="$ac_aux_dir/install-sh -c"
4987 break
4988 elif test -f "$ac_dir/install.sh"; then
4989 ac_aux_dir=$ac_dir
4990 ac_install_sh="$ac_aux_dir/install.sh -c"
4991 break
4992 elif test -f "$ac_dir/shtool"; then
4993 ac_aux_dir=$ac_dir
4994 ac_install_sh="$ac_aux_dir/shtool install -c"
4995 break
4996 fi
6bb11ab3
L
4997done
4998if test -z "$ac_aux_dir"; then
d0ac1c44 4999 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
5000fi
5001
5002# These three variables are undocumented and unsupported,
5003# and are intended to be withdrawn in a future Autoconf release.
5004# They can cause serious problems if a builder's source tree is in a directory
5005# whose full name contains unusual characters.
5006ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
5007ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
5008ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
5009
5010
5011# Make sure we can run config.sub.
5012$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 5013 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
5014
5015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5016$as_echo_n "checking build system type... " >&6; }
d0ac1c44 5017if ${ac_cv_build+:} false; then :
6bb11ab3
L
5018 $as_echo_n "(cached) " >&6
5019else
5020 ac_build_alias=$build_alias
5021test "x$ac_build_alias" = x &&
5022 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5023test "x$ac_build_alias" = x &&
d0ac1c44 5024 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 5025ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 5026 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
5027
5028fi
5029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5030$as_echo "$ac_cv_build" >&6; }
5031case $ac_cv_build in
5032*-*-*) ;;
d0ac1c44 5033*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
5034esac
5035build=$ac_cv_build
5036ac_save_IFS=$IFS; IFS='-'
5037set x $ac_cv_build
5038shift
5039build_cpu=$1
5040build_vendor=$2
5041shift; shift
5042# Remember, the first character of IFS is used to create $*,
5043# except with old shells:
5044build_os=$*
5045IFS=$ac_save_IFS
5046case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5047
5048
5049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5050$as_echo_n "checking host system type... " >&6; }
d0ac1c44 5051if ${ac_cv_host+:} false; then :
6bb11ab3
L
5052 $as_echo_n "(cached) " >&6
5053else
5054 if test "x$host_alias" = x; then
5055 ac_cv_host=$ac_cv_build
5056else
5057 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 5058 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
5059fi
5060
5061fi
5062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5063$as_echo "$ac_cv_host" >&6; }
5064case $ac_cv_host in
5065*-*-*) ;;
d0ac1c44 5066*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
5067esac
5068host=$ac_cv_host
5069ac_save_IFS=$IFS; IFS='-'
5070set x $ac_cv_host
5071shift
5072host_cpu=$1
5073host_vendor=$2
5074shift; shift
5075# Remember, the first character of IFS is used to create $*,
5076# except with old shells:
5077host_os=$*
5078IFS=$ac_save_IFS
5079case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5080
5081
5082{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5083$as_echo_n "checking target system type... " >&6; }
d0ac1c44 5084if ${ac_cv_target+:} false; then :
6bb11ab3
L
5085 $as_echo_n "(cached) " >&6
5086else
5087 if test "x$target_alias" = x; then
5088 ac_cv_target=$ac_cv_host
5089else
5090 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 5091 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
5092fi
5093
5094fi
5095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5096$as_echo "$ac_cv_target" >&6; }
5097case $ac_cv_target in
5098*-*-*) ;;
d0ac1c44 5099*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
5100esac
5101target=$ac_cv_target
5102ac_save_IFS=$IFS; IFS='-'
5103set x $ac_cv_target
5104shift
5105target_cpu=$1
5106target_vendor=$2
5107shift; shift
5108# Remember, the first character of IFS is used to create $*,
5109# except with old shells:
5110target_os=$*
5111IFS=$ac_save_IFS
5112case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5113
5114
5115# The aliases save the names the user supplied, while $host etc.
5116# will get canonicalized.
5117test -n "$target_alias" &&
5118 test "$program_prefix$program_suffix$program_transform_name" = \
5119 NONENONEs,x,x, &&
5120 program_prefix=${target_alias}-
5121
5122ac_ext=c
5123ac_cpp='$CPP $CPPFLAGS'
5124ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5125ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5126ac_compiler_gnu=$ac_cv_c_compiler_gnu
5127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5128$as_echo_n "checking how to run the C preprocessor... " >&6; }
5129# On Suns, sometimes $CPP names a directory.
5130if test -n "$CPP" && test -d "$CPP"; then
5131 CPP=
5132fi
5133if test -z "$CPP"; then
d0ac1c44 5134 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
5135 $as_echo_n "(cached) " >&6
5136else
5137 # Double quotes because CPP needs to be expanded
5138 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5139 do
5140 ac_preproc_ok=false
5141for ac_c_preproc_warn_flag in '' yes
5142do
5143 # Use a header file that comes with gcc, so configuring glibc
5144 # with a fresh cross-compiler works.
5145 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5146 # <limits.h> exists even on freestanding compilers.
5147 # On the NeXT, cc -E runs the code through the compiler's parser,
5148 # not just through cpp. "Syntax error" is here to catch this case.
5149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5150/* end confdefs.h. */
5151#ifdef __STDC__
5152# include <limits.h>
5153#else
5154# include <assert.h>
5155#endif
5156 Syntax error
5157_ACEOF
5158if ac_fn_c_try_cpp "$LINENO"; then :
5159
5160else
5161 # Broken: fails on valid input.
5162continue
5163fi
d0ac1c44 5164rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5165
5166 # OK, works on sane cases. Now check whether nonexistent headers
5167 # can be detected and how.
5168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5169/* end confdefs.h. */
5170#include <ac_nonexistent.h>
5171_ACEOF
5172if ac_fn_c_try_cpp "$LINENO"; then :
5173 # Broken: success on invalid input.
5174continue
5175else
5176 # Passes both tests.
5177ac_preproc_ok=:
5178break
5179fi
d0ac1c44 5180rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5181
5182done
5183# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5184rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5185if $ac_preproc_ok; then :
5186 break
5187fi
5188
5189 done
5190 ac_cv_prog_CPP=$CPP
5191
5192fi
5193 CPP=$ac_cv_prog_CPP
5194else
5195 ac_cv_prog_CPP=$CPP
5196fi
5197{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5198$as_echo "$CPP" >&6; }
5199ac_preproc_ok=false
5200for ac_c_preproc_warn_flag in '' yes
5201do
5202 # Use a header file that comes with gcc, so configuring glibc
5203 # with a fresh cross-compiler works.
5204 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5205 # <limits.h> exists even on freestanding compilers.
5206 # On the NeXT, cc -E runs the code through the compiler's parser,
5207 # not just through cpp. "Syntax error" is here to catch this case.
5208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5209/* end confdefs.h. */
5210#ifdef __STDC__
5211# include <limits.h>
5212#else
5213# include <assert.h>
5214#endif
5215 Syntax error
5216_ACEOF
5217if ac_fn_c_try_cpp "$LINENO"; then :
5218
5219else
5220 # Broken: fails on valid input.
5221continue
5222fi
d0ac1c44 5223rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5224
5225 # OK, works on sane cases. Now check whether nonexistent headers
5226 # can be detected and how.
5227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5228/* end confdefs.h. */
5229#include <ac_nonexistent.h>
5230_ACEOF
5231if ac_fn_c_try_cpp "$LINENO"; then :
5232 # Broken: success on invalid input.
5233continue
5234else
5235 # Passes both tests.
5236ac_preproc_ok=:
5237break
5238fi
d0ac1c44 5239rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5240
5241done
5242# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5243rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5244if $ac_preproc_ok; then :
5245
5246else
5247 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5248$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5249as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5250See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
5251fi
5252
5253ac_ext=c
5254ac_cpp='$CPP $CPPFLAGS'
5255ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5256ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5257ac_compiler_gnu=$ac_cv_c_compiler_gnu
5258
5259
5260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5261$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5262if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
5263 $as_echo_n "(cached) " >&6
5264else
5265 if test -z "$GREP"; then
5266 ac_path_GREP_found=false
5267 # Loop through the user's path and test for each of PROGNAME-LIST
5268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5269for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5270do
5271 IFS=$as_save_IFS
5272 test -z "$as_dir" && as_dir=.
5273 for ac_prog in grep ggrep; do
5274 for ac_exec_ext in '' $ac_executable_extensions; do
5275 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5276 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
5277# Check for GNU ac_path_GREP and select it if it is found.
5278 # Check for GNU $ac_path_GREP
5279case `"$ac_path_GREP" --version 2>&1` in
5280*GNU*)
5281 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5282*)
5283 ac_count=0
5284 $as_echo_n 0123456789 >"conftest.in"
5285 while :
5286 do
5287 cat "conftest.in" "conftest.in" >"conftest.tmp"
5288 mv "conftest.tmp" "conftest.in"
5289 cp "conftest.in" "conftest.nl"
5290 $as_echo 'GREP' >> "conftest.nl"
5291 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5292 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5293 as_fn_arith $ac_count + 1 && ac_count=$as_val
5294 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5295 # Best one so far, save it but keep looking for a better one
5296 ac_cv_path_GREP="$ac_path_GREP"
5297 ac_path_GREP_max=$ac_count
5298 fi
5299 # 10*(2^10) chars as input seems more than enough
5300 test $ac_count -gt 10 && break
5301 done
5302 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5303esac
5304
5305 $ac_path_GREP_found && break 3
5306 done
5307 done
5308 done
5309IFS=$as_save_IFS
5310 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5311 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5312 fi
5313else
5314 ac_cv_path_GREP=$GREP
5315fi
5316
5317fi
5318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5319$as_echo "$ac_cv_path_GREP" >&6; }
5320 GREP="$ac_cv_path_GREP"
5321
5322
5323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5324$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5325if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
5326 $as_echo_n "(cached) " >&6
5327else
5328 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5329 then ac_cv_path_EGREP="$GREP -E"
5330 else
5331 if test -z "$EGREP"; then
5332 ac_path_EGREP_found=false
5333 # Loop through the user's path and test for each of PROGNAME-LIST
5334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5335for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5336do
5337 IFS=$as_save_IFS
5338 test -z "$as_dir" && as_dir=.
5339 for ac_prog in egrep; do
5340 for ac_exec_ext in '' $ac_executable_extensions; do
5341 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5342 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
5343# Check for GNU ac_path_EGREP and select it if it is found.
5344 # Check for GNU $ac_path_EGREP
5345case `"$ac_path_EGREP" --version 2>&1` in
5346*GNU*)
5347 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5348*)
5349 ac_count=0
5350 $as_echo_n 0123456789 >"conftest.in"
5351 while :
5352 do
5353 cat "conftest.in" "conftest.in" >"conftest.tmp"
5354 mv "conftest.tmp" "conftest.in"
5355 cp "conftest.in" "conftest.nl"
5356 $as_echo 'EGREP' >> "conftest.nl"
5357 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5358 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5359 as_fn_arith $ac_count + 1 && ac_count=$as_val
5360 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5361 # Best one so far, save it but keep looking for a better one
5362 ac_cv_path_EGREP="$ac_path_EGREP"
5363 ac_path_EGREP_max=$ac_count
5364 fi
5365 # 10*(2^10) chars as input seems more than enough
5366 test $ac_count -gt 10 && break
5367 done
5368 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5369esac
5370
5371 $ac_path_EGREP_found && break 3
5372 done
5373 done
5374 done
5375IFS=$as_save_IFS
5376 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5377 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5378 fi
5379else
5380 ac_cv_path_EGREP=$EGREP
5381fi
5382
5383 fi
5384fi
5385{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5386$as_echo "$ac_cv_path_EGREP" >&6; }
5387 EGREP="$ac_cv_path_EGREP"
5388
5389
5390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5391$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5392if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
5393 $as_echo_n "(cached) " >&6
5394else
5395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5396/* end confdefs.h. */
5397#include <stdlib.h>
5398#include <stdarg.h>
5399#include <string.h>
5400#include <float.h>
5401
5402int
5403main ()
5404{
5405
5406 ;
5407 return 0;
5408}
5409_ACEOF
5410if ac_fn_c_try_compile "$LINENO"; then :
5411 ac_cv_header_stdc=yes
5412else
5413 ac_cv_header_stdc=no
5414fi
5415rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5416
5417if test $ac_cv_header_stdc = yes; then
5418 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5420/* end confdefs.h. */
5421#include <string.h>
5422
5423_ACEOF
5424if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5425 $EGREP "memchr" >/dev/null 2>&1; then :
5426
5427else
5428 ac_cv_header_stdc=no
5429fi
5430rm -f conftest*
5431
5432fi
5433
5434if test $ac_cv_header_stdc = yes; then
5435 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5437/* end confdefs.h. */
5438#include <stdlib.h>
5439
5440_ACEOF
5441if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5442 $EGREP "free" >/dev/null 2>&1; then :
5443
5444else
5445 ac_cv_header_stdc=no
5446fi
5447rm -f conftest*
5448
5449fi
5450
5451if test $ac_cv_header_stdc = yes; then
5452 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5453 if test "$cross_compiling" = yes; then :
5454 :
5455else
5456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5457/* end confdefs.h. */
5458#include <ctype.h>
5459#include <stdlib.h>
5460#if ((' ' & 0x0FF) == 0x020)
5461# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5462# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5463#else
5464# define ISLOWER(c) \
5465 (('a' <= (c) && (c) <= 'i') \
5466 || ('j' <= (c) && (c) <= 'r') \
5467 || ('s' <= (c) && (c) <= 'z'))
5468# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5469#endif
5470
5471#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5472int
5473main ()
5474{
5475 int i;
5476 for (i = 0; i < 256; i++)
5477 if (XOR (islower (i), ISLOWER (i))
5478 || toupper (i) != TOUPPER (i))
5479 return 2;
5480 return 0;
5481}
5482_ACEOF
5483if ac_fn_c_try_run "$LINENO"; then :
5484
5485else
5486 ac_cv_header_stdc=no
5487fi
5488rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5489 conftest.$ac_objext conftest.beam conftest.$ac_ext
5490fi
5491
5492fi
5493fi
5494{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5495$as_echo "$ac_cv_header_stdc" >&6; }
5496if test $ac_cv_header_stdc = yes; then
5497
5498$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5499
5500fi
5501
5502# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5503for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5504 inttypes.h stdint.h unistd.h
5505do :
5506 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5507ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5508"
d0ac1c44 5509if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
5510 cat >>confdefs.h <<_ACEOF
5511#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5512_ACEOF
5513
5514fi
5515
5516done
5517
5518
5519
5520 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5521if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
5522 MINIX=yes
5523else
5524 MINIX=
5525fi
5526
5527
5528 if test "$MINIX" = yes; then
5529
5530$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5531
5532
5533$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5534
5535
5536$as_echo "#define _MINIX 1" >>confdefs.h
5537
5538 fi
5539
5540
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5542$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5543if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
5544 $as_echo_n "(cached) " >&6
5545else
5546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5547/* end confdefs.h. */
5548
d0ac1c44
SM
5549# define __EXTENSIONS__ 1
5550 $ac_includes_default
6bb11ab3
L
5551int
5552main ()
5553{
5554
5555 ;
5556 return 0;
5557}
5558_ACEOF
5559if ac_fn_c_try_compile "$LINENO"; then :
5560 ac_cv_safe_to_define___extensions__=yes
5561else
5562 ac_cv_safe_to_define___extensions__=no
5563fi
5564rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5565fi
5566{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5567$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5568 test $ac_cv_safe_to_define___extensions__ = yes &&
5569 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5570
5571 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5572
5573 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5574
5575 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5576
5577 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5578
5579
5580test "$program_prefix" != NONE &&
5581 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5582# Use a double $ so make ignores it.
5583test "$program_suffix" != NONE &&
5584 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5585# Double any \ or $.
5586# By default was `s,x,x', remove it if useless.
5587ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5588program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5589
5590# Find a good install program. We prefer a C program (faster),
5591# so one script is as good as another. But avoid the broken or
5592# incompatible versions:
5593# SysV /etc/install, /usr/sbin/install
5594# SunOS /usr/etc/install
5595# IRIX /sbin/install
5596# AIX /bin/install
5597# AmigaOS /C/install, which installs bootblocks on floppy discs
5598# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5599# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5600# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5601# OS/2's system install, which has a completely different semantic
5602# ./install, which can be erroneously created by make from ./install.sh.
5603# Reject install programs that cannot install multiple files.
5604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5605$as_echo_n "checking for a BSD-compatible install... " >&6; }
5606if test -z "$INSTALL"; then
d0ac1c44 5607if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
5608 $as_echo_n "(cached) " >&6
5609else
5610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5611for as_dir in $PATH
5612do
5613 IFS=$as_save_IFS
5614 test -z "$as_dir" && as_dir=.
5615 # Account for people who put trailing slashes in PATH elements.
5616case $as_dir/ in #((
5617 ./ | .// | /[cC]/* | \
5618 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5619 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5620 /usr/ucb/* ) ;;
5621 *)
5622 # OSF1 and SCO ODT 3.0 have their own names for install.
5623 # Don't use installbsd from OSF since it installs stuff as root
5624 # by default.
5625 for ac_prog in ginstall scoinst install; do
5626 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5627 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
5628 if test $ac_prog = install &&
5629 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5630 # AIX install. It has an incompatible calling convention.
5631 :
5632 elif test $ac_prog = install &&
5633 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5634 # program-specific install script used by HP pwplus--don't use.
5635 :
5636 else
5637 rm -rf conftest.one conftest.two conftest.dir
5638 echo one > conftest.one
5639 echo two > conftest.two
5640 mkdir conftest.dir
5641 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5642 test -s conftest.one && test -s conftest.two &&
5643 test -s conftest.dir/conftest.one &&
5644 test -s conftest.dir/conftest.two
5645 then
5646 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5647 break 3
5648 fi
5649 fi
5650 fi
5651 done
5652 done
5653 ;;
5654esac
5655
5656 done
5657IFS=$as_save_IFS
5658
5659rm -rf conftest.one conftest.two conftest.dir
5660
5661fi
5662 if test "${ac_cv_path_install+set}" = set; then
5663 INSTALL=$ac_cv_path_install
5664 else
5665 # As a last resort, use the slow shell script. Don't cache a
5666 # value for INSTALL within a source directory, because that will
5667 # break other packages using the cache if that directory is
5668 # removed, or if the value is a relative name.
5669 INSTALL=$ac_install_sh
5670 fi
5671fi
5672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5673$as_echo "$INSTALL" >&6; }
5674
5675# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5676# It thinks the first close brace ends the variable substitution.
5677test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5678
5679test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5680
5681test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5682
5683rm -rf .tst 2>/dev/null
5684mkdir .tst 2>/dev/null
5685if test -d .tst; then
5686 am__leading_dot=.
5687else
5688 am__leading_dot=_
5689fi
5690rmdir .tst 2>/dev/null
5691
5692DEPDIR="${am__leading_dot}deps"
5693
5694case `pwd` in
5695 *\ * | *\ *)
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5697$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5698esac
5699
5700
5701
5702macro_version='2.2.7a'
5703macro_revision='1.3134'
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717ltmain="$ac_aux_dir/ltmain.sh"
5718
5719# Backslashify metacharacters that are still active within
5720# double-quoted strings.
5721sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5722
5723# Same as above, but do not quote variable references.
5724double_quote_subst='s/\(["`\\]\)/\\\1/g'
5725
5726# Sed substitution to delay expansion of an escaped shell variable in a
5727# double_quote_subst'ed string.
5728delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5729
5730# Sed substitution to delay expansion of an escaped single quote.
5731delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5732
5733# Sed substitution to avoid accidental globbing in evaled expressions
5734no_glob_subst='s/\*/\\\*/g'
5735
5736ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5737ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5738ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5739
5740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5741$as_echo_n "checking how to print strings... " >&6; }
5742# Test print first, because it will be a builtin if present.
5743if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5744 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5745 ECHO='print -r --'
5746elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5747 ECHO='printf %s\n'
5748else
5749 # Use this function as a fallback that always works.
5750 func_fallback_echo ()
5751 {
5752 eval 'cat <<_LTECHO_EOF
5753$1
5754_LTECHO_EOF'
5755 }
5756 ECHO='func_fallback_echo'
5757fi
5758
5759# func_echo_all arg...
5760# Invoke $ECHO with all args, space-separated.
5761func_echo_all ()
5762{
5763 $ECHO ""
5764}
5765
5766case "$ECHO" in
5767 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5768$as_echo "printf" >&6; } ;;
5769 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5770$as_echo "print -r" >&6; } ;;
5771 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5772$as_echo "cat" >&6; } ;;
5773esac
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5789$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5790if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
5791 $as_echo_n "(cached) " >&6
5792else
5793 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5794 for ac_i in 1 2 3 4 5 6 7; do
5795 ac_script="$ac_script$as_nl$ac_script"
5796 done
5797 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5798 { ac_script=; unset ac_script;}
5799 if test -z "$SED"; then
5800 ac_path_SED_found=false
5801 # Loop through the user's path and test for each of PROGNAME-LIST
5802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5803for as_dir in $PATH
5804do
5805 IFS=$as_save_IFS
5806 test -z "$as_dir" && as_dir=.
5807 for ac_prog in sed gsed; do
5808 for ac_exec_ext in '' $ac_executable_extensions; do
5809 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5810 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
5811# Check for GNU ac_path_SED and select it if it is found.
5812 # Check for GNU $ac_path_SED
5813case `"$ac_path_SED" --version 2>&1` in
5814*GNU*)
5815 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5816*)
5817 ac_count=0
5818 $as_echo_n 0123456789 >"conftest.in"
5819 while :
5820 do
5821 cat "conftest.in" "conftest.in" >"conftest.tmp"
5822 mv "conftest.tmp" "conftest.in"
5823 cp "conftest.in" "conftest.nl"
5824 $as_echo '' >> "conftest.nl"
5825 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5826 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5827 as_fn_arith $ac_count + 1 && ac_count=$as_val
5828 if test $ac_count -gt ${ac_path_SED_max-0}; then
5829 # Best one so far, save it but keep looking for a better one
5830 ac_cv_path_SED="$ac_path_SED"
5831 ac_path_SED_max=$ac_count
5832 fi
5833 # 10*(2^10) chars as input seems more than enough
5834 test $ac_count -gt 10 && break
5835 done
5836 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5837esac
5838
5839 $ac_path_SED_found && break 3
5840 done
5841 done
5842 done
5843IFS=$as_save_IFS
5844 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5845 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
5846 fi
5847else
5848 ac_cv_path_SED=$SED
5849fi
5850
5851fi
5852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5853$as_echo "$ac_cv_path_SED" >&6; }
5854 SED="$ac_cv_path_SED"
5855 rm -f conftest.sed
5856
5857test -z "$SED" && SED=sed
5858Xsed="$SED -e 1s/^X//"
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5871$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5872if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
5873 $as_echo_n "(cached) " >&6
5874else
5875 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5876 then ac_cv_path_FGREP="$GREP -F"
5877 else
5878 if test -z "$FGREP"; then
5879 ac_path_FGREP_found=false
5880 # Loop through the user's path and test for each of PROGNAME-LIST
5881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5882for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5883do
5884 IFS=$as_save_IFS
5885 test -z "$as_dir" && as_dir=.
5886 for ac_prog in fgrep; do
5887 for ac_exec_ext in '' $ac_executable_extensions; do
5888 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5889 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
5890# Check for GNU ac_path_FGREP and select it if it is found.
5891 # Check for GNU $ac_path_FGREP
5892case `"$ac_path_FGREP" --version 2>&1` in
5893*GNU*)
5894 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5895*)
5896 ac_count=0
5897 $as_echo_n 0123456789 >"conftest.in"
5898 while :
5899 do
5900 cat "conftest.in" "conftest.in" >"conftest.tmp"
5901 mv "conftest.tmp" "conftest.in"
5902 cp "conftest.in" "conftest.nl"
5903 $as_echo 'FGREP' >> "conftest.nl"
5904 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5905 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5906 as_fn_arith $ac_count + 1 && ac_count=$as_val
5907 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5908 # Best one so far, save it but keep looking for a better one
5909 ac_cv_path_FGREP="$ac_path_FGREP"
5910 ac_path_FGREP_max=$ac_count
5911 fi
5912 # 10*(2^10) chars as input seems more than enough
5913 test $ac_count -gt 10 && break
5914 done
5915 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5916esac
5917
5918 $ac_path_FGREP_found && break 3
5919 done
5920 done
5921 done
5922IFS=$as_save_IFS
5923 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5924 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5925 fi
5926else
5927 ac_cv_path_FGREP=$FGREP
5928fi
5929
5930 fi
5931fi
5932{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5933$as_echo "$ac_cv_path_FGREP" >&6; }
5934 FGREP="$ac_cv_path_FGREP"
5935
5936
5937test -z "$GREP" && GREP=grep
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957# Check whether --with-gnu-ld was given.
5958if test "${with_gnu_ld+set}" = set; then :
5959 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5960else
5961 with_gnu_ld=no
5962fi
5963
5964ac_prog=ld
5965if test "$GCC" = yes; then
5966 # Check if gcc -print-prog-name=ld gives a path.
5967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5968$as_echo_n "checking for ld used by $CC... " >&6; }
5969 case $host in
5970 *-*-mingw*)
5971 # gcc leaves a trailing carriage return which upsets mingw
5972 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5973 *)
5974 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5975 esac
5976 case $ac_prog in
5977 # Accept absolute paths.
5978 [\\/]* | ?:[\\/]*)
5979 re_direlt='/[^/][^/]*/\.\./'
5980 # Canonicalize the pathname of ld
5981 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5982 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5983 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5984 done
5985 test -z "$LD" && LD="$ac_prog"
5986 ;;
5987 "")
5988 # If it fails, then pretend we aren't using GCC.
5989 ac_prog=ld
5990 ;;
5991 *)
5992 # If it is relative, then search for the first ld in PATH.
5993 with_gnu_ld=unknown
5994 ;;
5995 esac
5996elif test "$with_gnu_ld" = yes; then
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5998$as_echo_n "checking for GNU ld... " >&6; }
5999else
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6001$as_echo_n "checking for non-GNU ld... " >&6; }
6002fi
d0ac1c44 6003if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
6004 $as_echo_n "(cached) " >&6
6005else
6006 if test -z "$LD"; then
6007 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6008 for ac_dir in $PATH; do
6009 IFS="$lt_save_ifs"
6010 test -z "$ac_dir" && ac_dir=.
6011 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6012 lt_cv_path_LD="$ac_dir/$ac_prog"
6013 # Check to see if the program is GNU ld. I'd rather use --version,
6014 # but apparently some variants of GNU ld only accept -v.
6015 # Break only if it was the GNU/non-GNU ld that we prefer.
6016 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6017 *GNU* | *'with BFD'*)
6018 test "$with_gnu_ld" != no && break
6019 ;;
6020 *)
6021 test "$with_gnu_ld" != yes && break
6022 ;;
6023 esac
6024 fi
6025 done
6026 IFS="$lt_save_ifs"
6027else
6028 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6029fi
6030fi
6031
6032LD="$lt_cv_path_LD"
6033if test -n "$LD"; then
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6035$as_echo "$LD" >&6; }
6036else
6037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6038$as_echo "no" >&6; }
6039fi
d0ac1c44 6040test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
6041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6042$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6043if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
6044 $as_echo_n "(cached) " >&6
6045else
6046 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6047case `$LD -v 2>&1 </dev/null` in
6048*GNU* | *'with BFD'*)
6049 lt_cv_prog_gnu_ld=yes
6050 ;;
6051*)
6052 lt_cv_prog_gnu_ld=no
6053 ;;
6054esac
6055fi
6056{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6057$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6058with_gnu_ld=$lt_cv_prog_gnu_ld
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6069$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6070if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
6071 $as_echo_n "(cached) " >&6
6072else
6073 if test -n "$NM"; then
6074 # Let the user override the test.
6075 lt_cv_path_NM="$NM"
6076else
6077 lt_nm_to_check="${ac_tool_prefix}nm"
6078 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6079 lt_nm_to_check="$lt_nm_to_check nm"
6080 fi
6081 for lt_tmp_nm in $lt_nm_to_check; do
6082 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6083 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6084 IFS="$lt_save_ifs"
6085 test -z "$ac_dir" && ac_dir=.
6086 tmp_nm="$ac_dir/$lt_tmp_nm"
6087 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6088 # Check to see if the nm accepts a BSD-compat flag.
6089 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6090 # nm: unknown option "B" ignored
6091 # Tru64's nm complains that /dev/null is an invalid object file
6092 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6093 */dev/null* | *'Invalid file or object type'*)
6094 lt_cv_path_NM="$tmp_nm -B"
6095 break
6096 ;;
6097 *)
6098 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6099 */dev/null*)
6100 lt_cv_path_NM="$tmp_nm -p"
6101 break
6102 ;;
6103 *)
6104 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6105 continue # so that we can try to find one that supports BSD flags
6106 ;;
6107 esac
6108 ;;
6109 esac
6110 fi
6111 done
6112 IFS="$lt_save_ifs"
6113 done
6114 : ${lt_cv_path_NM=no}
6115fi
6116fi
6117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6118$as_echo "$lt_cv_path_NM" >&6; }
6119if test "$lt_cv_path_NM" != "no"; then
6120 NM="$lt_cv_path_NM"
6121else
6122 # Didn't find any BSD compatible name lister, look for dumpbin.
6123 if test -n "$DUMPBIN"; then :
6124 # Let the user override the test.
6125 else
6126 if test -n "$ac_tool_prefix"; then
6127 for ac_prog in dumpbin "link -dump"
6128 do
6129 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6130set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6132$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6133if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
6134 $as_echo_n "(cached) " >&6
6135else
6136 if test -n "$DUMPBIN"; then
6137 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6138else
6139as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6140for as_dir in $PATH
6141do
6142 IFS=$as_save_IFS
6143 test -z "$as_dir" && as_dir=.
6144 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6146 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6148 break 2
6149 fi
6150done
6151 done
6152IFS=$as_save_IFS
6153
6154fi
6155fi
6156DUMPBIN=$ac_cv_prog_DUMPBIN
6157if test -n "$DUMPBIN"; then
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6159$as_echo "$DUMPBIN" >&6; }
6160else
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6162$as_echo "no" >&6; }
6163fi
6164
6165
6166 test -n "$DUMPBIN" && break
6167 done
6168fi
6169if test -z "$DUMPBIN"; then
6170 ac_ct_DUMPBIN=$DUMPBIN
6171 for ac_prog in dumpbin "link -dump"
6172do
6173 # Extract the first word of "$ac_prog", so it can be a program name with args.
6174set dummy $ac_prog; ac_word=$2
6175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6176$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6177if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
6178 $as_echo_n "(cached) " >&6
6179else
6180 if test -n "$ac_ct_DUMPBIN"; then
6181 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6182else
6183as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6184for as_dir in $PATH
6185do
6186 IFS=$as_save_IFS
6187 test -z "$as_dir" && as_dir=.
6188 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6189 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6190 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6192 break 2
6193 fi
6194done
6195 done
6196IFS=$as_save_IFS
6197
6198fi
6199fi
6200ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6201if test -n "$ac_ct_DUMPBIN"; then
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6203$as_echo "$ac_ct_DUMPBIN" >&6; }
6204else
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6206$as_echo "no" >&6; }
6207fi
6208
6209
6210 test -n "$ac_ct_DUMPBIN" && break
6211done
6212
6213 if test "x$ac_ct_DUMPBIN" = x; then
6214 DUMPBIN=":"
6215 else
6216 case $cross_compiling:$ac_tool_warned in
6217yes:)
6218{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6219$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6220ac_tool_warned=yes ;;
6221esac
6222 DUMPBIN=$ac_ct_DUMPBIN
6223 fi
6224fi
6225
6226 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6227 *COFF*)
6228 DUMPBIN="$DUMPBIN -symbols"
6229 ;;
6230 *)
6231 DUMPBIN=:
6232 ;;
6233 esac
6234 fi
6235
6236 if test "$DUMPBIN" != ":"; then
6237 NM="$DUMPBIN"
6238 fi
6239fi
6240test -z "$NM" && NM=nm
6241
6242
6243
6244
6245
6246
6247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6248$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6249if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
6250 $as_echo_n "(cached) " >&6
6251else
6252 lt_cv_nm_interface="BSD nm"
6253 echo "int some_variable = 0;" > conftest.$ac_ext
6254 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6255 (eval "$ac_compile" 2>conftest.err)
6256 cat conftest.err >&5
6257 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6258 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6259 cat conftest.err >&5
6260 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6261 cat conftest.out >&5
6262 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6263 lt_cv_nm_interface="MS dumpbin"
6264 fi
6265 rm -f conftest*
6266fi
6267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6268$as_echo "$lt_cv_nm_interface" >&6; }
6269
6270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6271$as_echo_n "checking whether ln -s works... " >&6; }
6272LN_S=$as_ln_s
6273if test "$LN_S" = "ln -s"; then
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6275$as_echo "yes" >&6; }
6276else
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6278$as_echo "no, using $LN_S" >&6; }
6279fi
6280
6281# find the maximum length of command line arguments
6282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6283$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6284if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
6285 $as_echo_n "(cached) " >&6
6286else
6287 i=0
6288 teststring="ABCD"
6289
6290 case $build_os in
6291 msdosdjgpp*)
6292 # On DJGPP, this test can blow up pretty badly due to problems in libc
6293 # (any single argument exceeding 2000 bytes causes a buffer overrun
6294 # during glob expansion). Even if it were fixed, the result of this
6295 # check would be larger than it should be.
6296 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6297 ;;
6298
6299 gnu*)
6300 # Under GNU Hurd, this test is not required because there is
6301 # no limit to the length of command line arguments.
6302 # Libtool will interpret -1 as no limit whatsoever
6303 lt_cv_sys_max_cmd_len=-1;
6304 ;;
6305
6306 cygwin* | mingw* | cegcc*)
6307 # On Win9x/ME, this test blows up -- it succeeds, but takes
6308 # about 5 minutes as the teststring grows exponentially.
6309 # Worse, since 9x/ME are not pre-emptively multitasking,
6310 # you end up with a "frozen" computer, even though with patience
6311 # the test eventually succeeds (with a max line length of 256k).
6312 # Instead, let's just punt: use the minimum linelength reported by
6313 # all of the supported platforms: 8192 (on NT/2K/XP).
6314 lt_cv_sys_max_cmd_len=8192;
6315 ;;
6316
6317 mint*)
6318 # On MiNT this can take a long time and run out of memory.
6319 lt_cv_sys_max_cmd_len=8192;
6320 ;;
6321
6322 amigaos*)
6323 # On AmigaOS with pdksh, this test takes hours, literally.
6324 # So we just punt and use a minimum line length of 8192.
6325 lt_cv_sys_max_cmd_len=8192;
6326 ;;
6327
6328 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6329 # This has been around since 386BSD, at least. Likely further.
6330 if test -x /sbin/sysctl; then
6331 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6332 elif test -x /usr/sbin/sysctl; then
6333 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6334 else
6335 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6336 fi
6337 # And add a safety zone
6338 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6339 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6340 ;;
6341
6342 interix*)
6343 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6344 lt_cv_sys_max_cmd_len=196608
6345 ;;
6346
6347 osf*)
6348 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6349 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6350 # nice to cause kernel panics so lets avoid the loop below.
6351 # First set a reasonable default.
6352 lt_cv_sys_max_cmd_len=16384
6353 #
6354 if test -x /sbin/sysconfig; then
6355 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6356 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6357 esac
6358 fi
6359 ;;
6360 sco3.2v5*)
6361 lt_cv_sys_max_cmd_len=102400
6362 ;;
6363 sysv5* | sco5v6* | sysv4.2uw2*)
6364 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6365 if test -n "$kargmax"; then
6366 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6367 else
6368 lt_cv_sys_max_cmd_len=32768
6369 fi
6370 ;;
6371 *)
6372 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6373 if test -n "$lt_cv_sys_max_cmd_len"; then
6374 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6375 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6376 else
6377 # Make teststring a little bigger before we do anything with it.
6378 # a 1K string should be a reasonable start.
6379 for i in 1 2 3 4 5 6 7 8 ; do
6380 teststring=$teststring$teststring
6381 done
6382 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6383 # If test is not a shell built-in, we'll probably end up computing a
6384 # maximum length that is only half of the actual maximum length, but
6385 # we can't tell.
6386 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6387 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6388 test $i != 17 # 1/2 MB should be enough
6389 do
6390 i=`expr $i + 1`
6391 teststring=$teststring$teststring
6392 done
6393 # Only check the string length outside the loop.
6394 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6395 teststring=
6396 # Add a significant safety factor because C++ compilers can tack on
6397 # massive amounts of additional arguments before passing them to the
6398 # linker. It appears as though 1/2 is a usable value.
6399 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6400 fi
6401 ;;
6402 esac
6403
6404fi
6405
6406if test -n $lt_cv_sys_max_cmd_len ; then
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6408$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6409else
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6411$as_echo "none" >&6; }
6412fi
6413max_cmd_len=$lt_cv_sys_max_cmd_len
6414
6415
6416
6417
6418
6419
6420: ${CP="cp -f"}
6421: ${MV="mv -f"}
6422: ${RM="rm -f"}
6423
6424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6425$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6426# Try some XSI features
6427xsi_shell=no
6428( _lt_dummy="a/b/c"
6429 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6430 = c,a/b,, \
6431 && eval 'test $(( 1 + 1 )) -eq 2 \
6432 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6433 && xsi_shell=yes
6434{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6435$as_echo "$xsi_shell" >&6; }
6436
6437
6438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6439$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6440lt_shell_append=no
6441( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6442 >/dev/null 2>&1 \
6443 && lt_shell_append=yes
6444{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6445$as_echo "$lt_shell_append" >&6; }
6446
6447
6448if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6449 lt_unset=unset
6450else
6451 lt_unset=false
6452fi
6453
6454
6455
6456
6457
6458# test EBCDIC or ASCII
6459case `echo X|tr X '\101'` in
6460 A) # ASCII based system
6461 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6462 lt_SP2NL='tr \040 \012'
6463 lt_NL2SP='tr \015\012 \040\040'
6464 ;;
6465 *) # EBCDIC based system
6466 lt_SP2NL='tr \100 \n'
6467 lt_NL2SP='tr \r\n \100\100'
6468 ;;
6469esac
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6480$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6481if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
6482 $as_echo_n "(cached) " >&6
6483else
6484 lt_cv_ld_reload_flag='-r'
6485fi
6486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6487$as_echo "$lt_cv_ld_reload_flag" >&6; }
6488reload_flag=$lt_cv_ld_reload_flag
6489case $reload_flag in
6490"" | " "*) ;;
6491*) reload_flag=" $reload_flag" ;;
6492esac
6493reload_cmds='$LD$reload_flag -o $output$reload_objs'
6494case $host_os in
6495 darwin*)
6496 if test "$GCC" = yes; then
6497 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6498 else
6499 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6500 fi
6501 ;;
6502esac
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512if test -n "$ac_tool_prefix"; then
6513 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6514set dummy ${ac_tool_prefix}objdump; ac_word=$2
6515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6516$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6517if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
6518 $as_echo_n "(cached) " >&6
6519else
6520 if test -n "$OBJDUMP"; then
6521 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6522else
6523as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6524for as_dir in $PATH
6525do
6526 IFS=$as_save_IFS
6527 test -z "$as_dir" && as_dir=.
6528 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6529 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6530 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6532 break 2
6533 fi
6534done
6535 done
6536IFS=$as_save_IFS
6537
6538fi
6539fi
6540OBJDUMP=$ac_cv_prog_OBJDUMP
6541if test -n "$OBJDUMP"; then
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6543$as_echo "$OBJDUMP" >&6; }
6544else
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6546$as_echo "no" >&6; }
6547fi
6548
6549
6550fi
6551if test -z "$ac_cv_prog_OBJDUMP"; then
6552 ac_ct_OBJDUMP=$OBJDUMP
6553 # Extract the first word of "objdump", so it can be a program name with args.
6554set dummy objdump; ac_word=$2
6555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6556$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6557if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
6558 $as_echo_n "(cached) " >&6
6559else
6560 if test -n "$ac_ct_OBJDUMP"; then
6561 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6562else
6563as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6564for as_dir in $PATH
6565do
6566 IFS=$as_save_IFS
6567 test -z "$as_dir" && as_dir=.
6568 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6569 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6570 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6571 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6572 break 2
6573 fi
6574done
6575 done
6576IFS=$as_save_IFS
6577
6578fi
6579fi
6580ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6581if test -n "$ac_ct_OBJDUMP"; then
6582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6583$as_echo "$ac_ct_OBJDUMP" >&6; }
6584else
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6586$as_echo "no" >&6; }
6587fi
6588
6589 if test "x$ac_ct_OBJDUMP" = x; then
6590 OBJDUMP="false"
6591 else
6592 case $cross_compiling:$ac_tool_warned in
6593yes:)
6594{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6595$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6596ac_tool_warned=yes ;;
6597esac
6598 OBJDUMP=$ac_ct_OBJDUMP
6599 fi
6600else
6601 OBJDUMP="$ac_cv_prog_OBJDUMP"
6602fi
6603
6604test -z "$OBJDUMP" && OBJDUMP=objdump
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6615$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6616if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
6617 $as_echo_n "(cached) " >&6
6618else
6619 lt_cv_file_magic_cmd='$MAGIC_CMD'
6620lt_cv_file_magic_test_file=
6621lt_cv_deplibs_check_method='unknown'
6622# Need to set the preceding variable on all platforms that support
6623# interlibrary dependencies.
6624# 'none' -- dependencies not supported.
6625# `unknown' -- same as none, but documents that we really don't know.
6626# 'pass_all' -- all dependencies passed with no checks.
6627# 'test_compile' -- check by making test program.
6628# 'file_magic [[regex]]' -- check by looking for files in library path
6629# which responds to the $file_magic_cmd with a given extended regex.
6630# If you have `file' or equivalent on your system and you're not sure
6631# whether `pass_all' will *always* work, you probably want this one.
6632
6633case $host_os in
6634aix[4-9]*)
6635 lt_cv_deplibs_check_method=pass_all
6636 ;;
6637
6638beos*)
6639 lt_cv_deplibs_check_method=pass_all
6640 ;;
6641
6642bsdi[45]*)
6643 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6644 lt_cv_file_magic_cmd='/usr/bin/file -L'
6645 lt_cv_file_magic_test_file=/shlib/libc.so
6646 ;;
6647
6648cygwin*)
6649 # func_win32_libid is a shell function defined in ltmain.sh
6650 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6651 lt_cv_file_magic_cmd='func_win32_libid'
6652 ;;
6653
6654mingw* | pw32*)
6655 # Base MSYS/MinGW do not provide the 'file' command needed by
6656 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6657 # unless we find 'file', for example because we are cross-compiling.
6658 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6659 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6660 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6661 lt_cv_file_magic_cmd='func_win32_libid'
6662 else
6663 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6664 lt_cv_file_magic_cmd='$OBJDUMP -f'
6665 fi
6666 ;;
6667
6668cegcc*)
6669 # use the weaker test based on 'objdump'. See mingw*.
6670 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6671 lt_cv_file_magic_cmd='$OBJDUMP -f'
6672 ;;
6673
6674darwin* | rhapsody*)
6675 lt_cv_deplibs_check_method=pass_all
6676 ;;
6677
6678freebsd* | dragonfly*)
6679 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6680 case $host_cpu in
6681 i*86 )
6682 # Not sure whether the presence of OpenBSD here was a mistake.
6683 # Let's accept both of them until this is cleared up.
6684 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6685 lt_cv_file_magic_cmd=/usr/bin/file
6686 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6687 ;;
6688 esac
6689 else
6690 lt_cv_deplibs_check_method=pass_all
6691 fi
6692 ;;
6693
6694gnu*)
6695 lt_cv_deplibs_check_method=pass_all
6696 ;;
6697
6698haiku*)
6699 lt_cv_deplibs_check_method=pass_all
6700 ;;
6701
6702hpux10.20* | hpux11*)
6703 lt_cv_file_magic_cmd=/usr/bin/file
6704 case $host_cpu in
6705 ia64*)
6706 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6707 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6708 ;;
6709 hppa*64*)
6710 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]'
6711 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6712 ;;
6713 *)
6714 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6715 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6716 ;;
6717 esac
6718 ;;
6719
6720interix[3-9]*)
6721 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6722 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6723 ;;
6724
6725irix5* | irix6* | nonstopux*)
6726 case $LD in
6727 *-32|*"-32 ") libmagic=32-bit;;
6728 *-n32|*"-n32 ") libmagic=N32;;
6729 *-64|*"-64 ") libmagic=64-bit;;
6730 *) libmagic=never-match;;
6731 esac
6732 lt_cv_deplibs_check_method=pass_all
6733 ;;
6734
6735# This must be Linux ELF.
6736linux* | k*bsd*-gnu | kopensolaris*-gnu)
6737 lt_cv_deplibs_check_method=pass_all
6738 ;;
6739
6740netbsd*)
6741 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6742 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6743 else
6744 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6745 fi
6746 ;;
6747
6748newos6*)
6749 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6750 lt_cv_file_magic_cmd=/usr/bin/file
6751 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6752 ;;
6753
6754*nto* | *qnx*)
6755 lt_cv_deplibs_check_method=pass_all
6756 ;;
6757
6758openbsd*)
6759 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6760 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6761 else
6762 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6763 fi
6764 ;;
6765
6766osf3* | osf4* | osf5*)
6767 lt_cv_deplibs_check_method=pass_all
6768 ;;
6769
6770rdos*)
6771 lt_cv_deplibs_check_method=pass_all
6772 ;;
6773
6774solaris*)
6775 lt_cv_deplibs_check_method=pass_all
6776 ;;
6777
6778sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6779 lt_cv_deplibs_check_method=pass_all
6780 ;;
6781
6782sysv4 | sysv4.3*)
6783 case $host_vendor in
6784 motorola)
6785 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]'
6786 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6787 ;;
6788 ncr)
6789 lt_cv_deplibs_check_method=pass_all
6790 ;;
6791 sequent)
6792 lt_cv_file_magic_cmd='/bin/file'
6793 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6794 ;;
6795 sni)
6796 lt_cv_file_magic_cmd='/bin/file'
6797 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6798 lt_cv_file_magic_test_file=/lib/libc.so
6799 ;;
6800 siemens)
6801 lt_cv_deplibs_check_method=pass_all
6802 ;;
6803 pc)
6804 lt_cv_deplibs_check_method=pass_all
6805 ;;
6806 esac
6807 ;;
6808
6809tpf*)
6810 lt_cv_deplibs_check_method=pass_all
6811 ;;
6812esac
6813
6814fi
6815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6816$as_echo "$lt_cv_deplibs_check_method" >&6; }
6817file_magic_cmd=$lt_cv_file_magic_cmd
6818deplibs_check_method=$lt_cv_deplibs_check_method
6819test -z "$deplibs_check_method" && deplibs_check_method=unknown
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
68ed2854
MF
6832plugin_option=
6833plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6834for plugin in $plugin_names; do
6835 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6836 if test x$plugin_so = x$plugin; then
6837 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6838 fi
6839 if test x$plugin_so != x$plugin; then
6840 plugin_option="--plugin $plugin_so"
6841 break
6842 fi
6843done
6844
6bb11ab3
L
6845if test -n "$ac_tool_prefix"; then
6846 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6847set dummy ${ac_tool_prefix}ar; ac_word=$2
6848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6849$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6850if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
6851 $as_echo_n "(cached) " >&6
6852else
6853 if test -n "$AR"; then
6854 ac_cv_prog_AR="$AR" # Let the user override the test.
6855else
6856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6857for as_dir in $PATH
6858do
6859 IFS=$as_save_IFS
6860 test -z "$as_dir" && as_dir=.
6861 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6863 ac_cv_prog_AR="${ac_tool_prefix}ar"
6864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6865 break 2
6866 fi
6867done
6868 done
6869IFS=$as_save_IFS
6870
6871fi
6872fi
6873AR=$ac_cv_prog_AR
6874if test -n "$AR"; then
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6876$as_echo "$AR" >&6; }
6877else
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6879$as_echo "no" >&6; }
6880fi
6881
6882
6883fi
6884if test -z "$ac_cv_prog_AR"; then
6885 ac_ct_AR=$AR
6886 # Extract the first word of "ar", so it can be a program name with args.
6887set dummy ar; ac_word=$2
6888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6889$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6890if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
6891 $as_echo_n "(cached) " >&6
6892else
6893 if test -n "$ac_ct_AR"; then
6894 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6895else
6896as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6897for as_dir in $PATH
6898do
6899 IFS=$as_save_IFS
6900 test -z "$as_dir" && as_dir=.
6901 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6902 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6903 ac_cv_prog_ac_ct_AR="ar"
6904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6905 break 2
6906 fi
6907done
6908 done
6909IFS=$as_save_IFS
6910
6911fi
6912fi
6913ac_ct_AR=$ac_cv_prog_ac_ct_AR
6914if test -n "$ac_ct_AR"; then
6915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6916$as_echo "$ac_ct_AR" >&6; }
6917else
6918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6919$as_echo "no" >&6; }
6920fi
6921
6922 if test "x$ac_ct_AR" = x; then
6923 AR="false"
6924 else
6925 case $cross_compiling:$ac_tool_warned in
6926yes:)
6927{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6928$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6929ac_tool_warned=yes ;;
6930esac
6931 AR=$ac_ct_AR
6932 fi
6933else
6934 AR="$ac_cv_prog_AR"
6935fi
6936
6937test -z "$AR" && AR=ar
68ed2854
MF
6938if test -n "$plugin_option"; then
6939 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
6940 touch conftest.c
6941 $AR $plugin_option rc conftest.a conftest.c
6942 if test "$?" != 0; then
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6944$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6945 else
6946 AR="$AR $plugin_option"
6947 fi
6948 rm -f conftest.*
68ed2854
MF
6949 fi
6950fi
6bb11ab3
L
6951test -z "$AR_FLAGS" && AR_FLAGS=cru
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963if test -n "$ac_tool_prefix"; then
6964 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6965set dummy ${ac_tool_prefix}strip; ac_word=$2
6966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6967$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6968if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
6969 $as_echo_n "(cached) " >&6
6970else
6971 if test -n "$STRIP"; then
6972 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6973else
6974as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6975for as_dir in $PATH
6976do
6977 IFS=$as_save_IFS
6978 test -z "$as_dir" && as_dir=.
6979 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6980 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6981 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6983 break 2
6984 fi
6985done
6986 done
6987IFS=$as_save_IFS
6988
6989fi
6990fi
6991STRIP=$ac_cv_prog_STRIP
6992if test -n "$STRIP"; then
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6994$as_echo "$STRIP" >&6; }
6995else
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6997$as_echo "no" >&6; }
6998fi
6999
7000
7001fi
7002if test -z "$ac_cv_prog_STRIP"; then
7003 ac_ct_STRIP=$STRIP
7004 # Extract the first word of "strip", so it can be a program name with args.
7005set dummy strip; ac_word=$2
7006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7007$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7008if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
7009 $as_echo_n "(cached) " >&6
7010else
7011 if test -n "$ac_ct_STRIP"; then
7012 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7013else
7014as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7015for as_dir in $PATH
7016do
7017 IFS=$as_save_IFS
7018 test -z "$as_dir" && as_dir=.
7019 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7020 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7021 ac_cv_prog_ac_ct_STRIP="strip"
7022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7023 break 2
7024 fi
7025done
7026 done
7027IFS=$as_save_IFS
7028
7029fi
7030fi
7031ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7032if test -n "$ac_ct_STRIP"; then
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7034$as_echo "$ac_ct_STRIP" >&6; }
7035else
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7037$as_echo "no" >&6; }
7038fi
7039
7040 if test "x$ac_ct_STRIP" = x; then
7041 STRIP=":"
7042 else
7043 case $cross_compiling:$ac_tool_warned in
7044yes:)
7045{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7046$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7047ac_tool_warned=yes ;;
7048esac
7049 STRIP=$ac_ct_STRIP
7050 fi
7051else
7052 STRIP="$ac_cv_prog_STRIP"
7053fi
7054
7055test -z "$STRIP" && STRIP=:
7056
7057
7058
7059
7060
7061
7062if test -n "$ac_tool_prefix"; then
7063 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7064set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7066$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7067if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
7068 $as_echo_n "(cached) " >&6
7069else
7070 if test -n "$RANLIB"; then
7071 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7072else
7073as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7074for as_dir in $PATH
7075do
7076 IFS=$as_save_IFS
7077 test -z "$as_dir" && as_dir=.
7078 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7079 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7080 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7082 break 2
7083 fi
7084done
7085 done
7086IFS=$as_save_IFS
7087
7088fi
7089fi
7090RANLIB=$ac_cv_prog_RANLIB
7091if test -n "$RANLIB"; then
7092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7093$as_echo "$RANLIB" >&6; }
7094else
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7096$as_echo "no" >&6; }
7097fi
7098
7099
7100fi
7101if test -z "$ac_cv_prog_RANLIB"; then
7102 ac_ct_RANLIB=$RANLIB
7103 # Extract the first word of "ranlib", so it can be a program name with args.
7104set dummy ranlib; ac_word=$2
7105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7106$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7107if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7108 $as_echo_n "(cached) " >&6
7109else
7110 if test -n "$ac_ct_RANLIB"; then
7111 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7112else
7113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7114for as_dir in $PATH
7115do
7116 IFS=$as_save_IFS
7117 test -z "$as_dir" && as_dir=.
7118 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7119 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7120 ac_cv_prog_ac_ct_RANLIB="ranlib"
7121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7122 break 2
7123 fi
7124done
7125 done
7126IFS=$as_save_IFS
7127
7128fi
7129fi
7130ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7131if test -n "$ac_ct_RANLIB"; then
7132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7133$as_echo "$ac_ct_RANLIB" >&6; }
7134else
7135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7136$as_echo "no" >&6; }
7137fi
7138
7139 if test "x$ac_ct_RANLIB" = x; then
7140 RANLIB=":"
7141 else
7142 case $cross_compiling:$ac_tool_warned in
7143yes:)
7144{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7145$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7146ac_tool_warned=yes ;;
7147esac
7148 RANLIB=$ac_ct_RANLIB
7149 fi
7150else
7151 RANLIB="$ac_cv_prog_RANLIB"
7152fi
7153
7154test -z "$RANLIB" && RANLIB=:
68ed2854
MF
7155if test -n "$plugin_option" && test "$RANLIB" != ":"; then
7156 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
7157 RANLIB="$RANLIB $plugin_option"
7158 fi
7159fi
6bb11ab3
L
7160
7161
7162
7163
7164
7165
7166# Determine commands to create old-style static archives.
7167old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7168old_postinstall_cmds='chmod 644 $oldlib'
7169old_postuninstall_cmds=
7170
7171if test -n "$RANLIB"; then
7172 case $host_os in
7173 openbsd*)
7174 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7175 ;;
7176 *)
7177 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7178 ;;
7179 esac
7180 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7181fi
7182
7183case $host_os in
7184 darwin*)
7185 lock_old_archive_extraction=yes ;;
7186 *)
7187 lock_old_archive_extraction=no ;;
7188esac
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210for ac_prog in gawk mawk nawk awk
7211do
7212 # Extract the first word of "$ac_prog", so it can be a program name with args.
7213set dummy $ac_prog; ac_word=$2
7214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7215$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7216if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
7217 $as_echo_n "(cached) " >&6
7218else
7219 if test -n "$AWK"; then
7220 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7221else
7222as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7223for as_dir in $PATH
7224do
7225 IFS=$as_save_IFS
7226 test -z "$as_dir" && as_dir=.
7227 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7228 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7229 ac_cv_prog_AWK="$ac_prog"
7230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7231 break 2
7232 fi
7233done
7234 done
7235IFS=$as_save_IFS
7236
7237fi
7238fi
7239AWK=$ac_cv_prog_AWK
7240if test -n "$AWK"; then
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7242$as_echo "$AWK" >&6; }
7243else
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7245$as_echo "no" >&6; }
7246fi
7247
7248
7249 test -n "$AWK" && break
7250done
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270# If no C compiler was specified, use CC.
7271LTCC=${LTCC-"$CC"}
7272
7273# If no C compiler flags were specified, use CFLAGS.
7274LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7275
7276# Allow CC to be a program name with arguments.
7277compiler=$CC
7278
7279
7280# Check for command to grab the raw symbol name followed by C symbol from nm.
7281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7282$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7283if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
7284 $as_echo_n "(cached) " >&6
7285else
7286
7287# These are sane defaults that work on at least a few old systems.
7288# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7289
7290# Character class describing NM global symbol codes.
7291symcode='[BCDEGRST]'
7292
7293# Regexp to match symbols that can be accessed directly from C.
7294sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7295
7296# Define system-specific variables.
7297case $host_os in
7298aix*)
7299 symcode='[BCDT]'
7300 ;;
7301cygwin* | mingw* | pw32* | cegcc*)
7302 symcode='[ABCDGISTW]'
7303 ;;
7304hpux*)
7305 if test "$host_cpu" = ia64; then
7306 symcode='[ABCDEGRST]'
7307 fi
7308 ;;
7309irix* | nonstopux*)
7310 symcode='[BCDEGRST]'
7311 ;;
7312osf*)
7313 symcode='[BCDEGQRST]'
7314 ;;
7315solaris*)
7316 symcode='[BDRT]'
7317 ;;
7318sco3.2v5*)
7319 symcode='[DT]'
7320 ;;
7321sysv4.2uw2*)
7322 symcode='[DT]'
7323 ;;
7324sysv5* | sco5v6* | unixware* | OpenUNIX*)
7325 symcode='[ABDT]'
7326 ;;
7327sysv4)
7328 symcode='[DFNSTU]'
7329 ;;
7330esac
7331
7332# If we're using GNU nm, then use its standard symbol codes.
7333case `$NM -V 2>&1` in
7334*GNU* | *'with BFD'*)
7335 symcode='[ABCDGIRSTW]' ;;
7336esac
7337
7338# Transform an extracted symbol line into a proper C declaration.
7339# Some systems (esp. on ia64) link data and code symbols differently,
7340# so use this general approach.
7341lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7342
7343# Transform an extracted symbol line into symbol name and symbol address
7344lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7345lt_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'"
7346
7347# Handle CRLF in mingw tool chain
7348opt_cr=
7349case $build_os in
7350mingw*)
7351 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7352 ;;
7353esac
7354
7355# Try without a prefix underscore, then with it.
7356for ac_symprfx in "" "_"; do
7357
7358 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7359 symxfrm="\\1 $ac_symprfx\\2 \\2"
7360
7361 # Write the raw and C identifiers.
7362 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7363 # Fake it for dumpbin and say T for any non-static function
7364 # and D for any global variable.
7365 # Also find C++ and __fastcall symbols from MSVC++,
7366 # which start with @ or ?.
7367 lt_cv_sys_global_symbol_pipe="$AWK '"\
7368" {last_section=section; section=\$ 3};"\
7369" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7370" \$ 0!~/External *\|/{next};"\
7371" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7372" {if(hide[section]) next};"\
7373" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7374" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7375" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7376" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7377" ' prfx=^$ac_symprfx"
7378 else
7379 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7380 fi
7381
7382 # Check to see that the pipe works correctly.
7383 pipe_works=no
7384
7385 rm -f conftest*
7386 cat > conftest.$ac_ext <<_LT_EOF
7387#ifdef __cplusplus
7388extern "C" {
7389#endif
7390char nm_test_var;
7391void nm_test_func(void);
7392void nm_test_func(void){}
7393#ifdef __cplusplus
7394}
7395#endif
7396int main(){nm_test_var='a';nm_test_func();return(0);}
7397_LT_EOF
7398
7399 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7400 (eval $ac_compile) 2>&5
7401 ac_status=$?
7402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7403 test $ac_status = 0; }; then
7404 # Now try to grab the symbols.
7405 nlist=conftest.nm
7406 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7407 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7408 ac_status=$?
7409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7410 test $ac_status = 0; } && test -s "$nlist"; then
7411 # Try sorting and uniquifying the output.
7412 if sort "$nlist" | uniq > "$nlist"T; then
7413 mv -f "$nlist"T "$nlist"
7414 else
7415 rm -f "$nlist"T
7416 fi
7417
7418 # Make sure that we snagged all the symbols we need.
7419 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7420 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7421 cat <<_LT_EOF > conftest.$ac_ext
7422#ifdef __cplusplus
7423extern "C" {
7424#endif
7425
7426_LT_EOF
7427 # Now generate the symbol file.
7428 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7429
7430 cat <<_LT_EOF >> conftest.$ac_ext
7431
7432/* The mapping between symbol names and symbols. */
7433const struct {
7434 const char *name;
7435 void *address;
7436}
7437lt__PROGRAM__LTX_preloaded_symbols[] =
7438{
7439 { "@PROGRAM@", (void *) 0 },
7440_LT_EOF
7441 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7442 cat <<\_LT_EOF >> conftest.$ac_ext
7443 {0, (void *) 0}
7444};
7445
7446/* This works around a problem in FreeBSD linker */
7447#ifdef FREEBSD_WORKAROUND
7448static const void *lt_preloaded_setup() {
7449 return lt__PROGRAM__LTX_preloaded_symbols;
7450}
7451#endif
7452
7453#ifdef __cplusplus
7454}
7455#endif
7456_LT_EOF
7457 # Now try linking the two files.
7458 mv conftest.$ac_objext conftstm.$ac_objext
7459 lt_save_LIBS="$LIBS"
7460 lt_save_CFLAGS="$CFLAGS"
7461 LIBS="conftstm.$ac_objext"
7462 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7463 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7464 (eval $ac_link) 2>&5
7465 ac_status=$?
7466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7467 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7468 pipe_works=yes
7469 fi
7470 LIBS="$lt_save_LIBS"
7471 CFLAGS="$lt_save_CFLAGS"
7472 else
7473 echo "cannot find nm_test_func in $nlist" >&5
7474 fi
7475 else
7476 echo "cannot find nm_test_var in $nlist" >&5
7477 fi
7478 else
7479 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7480 fi
7481 else
7482 echo "$progname: failed program was:" >&5
7483 cat conftest.$ac_ext >&5
7484 fi
7485 rm -rf conftest* conftst*
7486
7487 # Do not use the global_symbol_pipe unless it works.
7488 if test "$pipe_works" = yes; then
7489 break
7490 else
7491 lt_cv_sys_global_symbol_pipe=
7492 fi
7493done
7494
7495fi
7496
7497if test -z "$lt_cv_sys_global_symbol_pipe"; then
7498 lt_cv_sys_global_symbol_to_cdecl=
7499fi
7500if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7502$as_echo "failed" >&6; }
7503else
7504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7505$as_echo "ok" >&6; }
7506fi
7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529# Check whether --enable-libtool-lock was given.
7530if test "${enable_libtool_lock+set}" = set; then :
7531 enableval=$enable_libtool_lock;
7532fi
7533
7534test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7535
7536# Some flags need to be propagated to the compiler or linker for good
7537# libtool support.
7538case $host in
7539ia64-*-hpux*)
7540 # Find out which ABI we are using.
7541 echo 'int i;' > conftest.$ac_ext
7542 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7543 (eval $ac_compile) 2>&5
7544 ac_status=$?
7545 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7546 test $ac_status = 0; }; then
7547 case `/usr/bin/file conftest.$ac_objext` in
7548 *ELF-32*)
7549 HPUX_IA64_MODE="32"
7550 ;;
7551 *ELF-64*)
7552 HPUX_IA64_MODE="64"
7553 ;;
7554 esac
7555 fi
7556 rm -rf conftest*
7557 ;;
7558*-*-irix6*)
7559 # Find out which ABI we are using.
7560 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7561 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7562 (eval $ac_compile) 2>&5
7563 ac_status=$?
7564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7565 test $ac_status = 0; }; then
7566 if test "$lt_cv_prog_gnu_ld" = yes; then
7567 case `/usr/bin/file conftest.$ac_objext` in
7568 *32-bit*)
7569 LD="${LD-ld} -melf32bsmip"
7570 ;;
7571 *N32*)
7572 LD="${LD-ld} -melf32bmipn32"
7573 ;;
7574 *64-bit*)
7575 LD="${LD-ld} -melf64bmip"
7576 ;;
7577 esac
7578 else
7579 case `/usr/bin/file conftest.$ac_objext` in
7580 *32-bit*)
7581 LD="${LD-ld} -32"
7582 ;;
7583 *N32*)
7584 LD="${LD-ld} -n32"
7585 ;;
7586 *64-bit*)
7587 LD="${LD-ld} -64"
7588 ;;
7589 esac
7590 fi
7591 fi
7592 rm -rf conftest*
7593 ;;
7594
bf3d9781 7595x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7596s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7597 # Find out which ABI we are using.
7598 echo 'int i;' > conftest.$ac_ext
7599 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7600 (eval $ac_compile) 2>&5
7601 ac_status=$?
7602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7603 test $ac_status = 0; }; then
7604 case `/usr/bin/file conftest.o` in
7605 *32-bit*)
7606 case $host in
7607 x86_64-*kfreebsd*-gnu)
7608 LD="${LD-ld} -m elf_i386_fbsd"
7609 ;;
7610 x86_64-*linux*)
7611 case `/usr/bin/file conftest.o` in
7612 *x86-64*)
7613 LD="${LD-ld} -m elf32_x86_64"
7614 ;;
7615 *)
7616 LD="${LD-ld} -m elf_i386"
7617 ;;
7618 esac
7619 ;;
bf3d9781
AM
7620 powerpc64le-*linux*)
7621 LD="${LD-ld} -m elf32lppclinux"
7622 ;;
7623 powerpc64-*linux*)
6bb11ab3
L
7624 LD="${LD-ld} -m elf32ppclinux"
7625 ;;
7626 s390x-*linux*)
7627 LD="${LD-ld} -m elf_s390"
7628 ;;
7629 sparc64-*linux*)
7630 LD="${LD-ld} -m elf32_sparc"
7631 ;;
7632 esac
7633 ;;
7634 *64-bit*)
7635 case $host in
7636 x86_64-*kfreebsd*-gnu)
7637 LD="${LD-ld} -m elf_x86_64_fbsd"
7638 ;;
7639 x86_64-*linux*)
7640 LD="${LD-ld} -m elf_x86_64"
7641 ;;
bf3d9781
AM
7642 powerpcle-*linux*)
7643 LD="${LD-ld} -m elf64lppc"
7644 ;;
7645 powerpc-*linux*)
6bb11ab3
L
7646 LD="${LD-ld} -m elf64ppc"
7647 ;;
7648 s390*-*linux*|s390*-*tpf*)
7649 LD="${LD-ld} -m elf64_s390"
7650 ;;
7651 sparc*-*linux*)
7652 LD="${LD-ld} -m elf64_sparc"
7653 ;;
7654 esac
7655 ;;
7656 esac
7657 fi
7658 rm -rf conftest*
7659 ;;
7660
7661*-*-sco3.2v5*)
7662 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7663 SAVE_CFLAGS="$CFLAGS"
7664 CFLAGS="$CFLAGS -belf"
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7666$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7667if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
7668 $as_echo_n "(cached) " >&6
7669else
7670 ac_ext=c
7671ac_cpp='$CPP $CPPFLAGS'
7672ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7673ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7674ac_compiler_gnu=$ac_cv_c_compiler_gnu
7675
7676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7677/* end confdefs.h. */
7678
7679int
7680main ()
7681{
7682
7683 ;
7684 return 0;
7685}
7686_ACEOF
7687if ac_fn_c_try_link "$LINENO"; then :
7688 lt_cv_cc_needs_belf=yes
7689else
7690 lt_cv_cc_needs_belf=no
7691fi
7692rm -f core conftest.err conftest.$ac_objext \
7693 conftest$ac_exeext conftest.$ac_ext
7694 ac_ext=c
7695ac_cpp='$CPP $CPPFLAGS'
7696ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7697ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7698ac_compiler_gnu=$ac_cv_c_compiler_gnu
7699
7700fi
7701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7702$as_echo "$lt_cv_cc_needs_belf" >&6; }
7703 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7704 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7705 CFLAGS="$SAVE_CFLAGS"
7706 fi
7707 ;;
7708sparc*-*solaris*)
7709 # Find out which ABI we are using.
7710 echo 'int i;' > conftest.$ac_ext
7711 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7712 (eval $ac_compile) 2>&5
7713 ac_status=$?
7714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7715 test $ac_status = 0; }; then
7716 case `/usr/bin/file conftest.o` in
7717 *64-bit*)
7718 case $lt_cv_prog_gnu_ld in
7719 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7720 *)
7721 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7722 LD="${LD-ld} -64"
7723 fi
7724 ;;
7725 esac
7726 ;;
7727 esac
7728 fi
7729 rm -rf conftest*
7730 ;;
7731esac
7732
7733need_locks="$enable_libtool_lock"
7734
7735
7736 case $host_os in
7737 rhapsody* | darwin*)
7738 if test -n "$ac_tool_prefix"; then
7739 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7740set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7742$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7743if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
7744 $as_echo_n "(cached) " >&6
7745else
7746 if test -n "$DSYMUTIL"; then
7747 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7748else
7749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7750for as_dir in $PATH
7751do
7752 IFS=$as_save_IFS
7753 test -z "$as_dir" && as_dir=.
7754 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7756 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7758 break 2
7759 fi
7760done
7761 done
7762IFS=$as_save_IFS
7763
7764fi
7765fi
7766DSYMUTIL=$ac_cv_prog_DSYMUTIL
7767if test -n "$DSYMUTIL"; then
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7769$as_echo "$DSYMUTIL" >&6; }
7770else
7771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7772$as_echo "no" >&6; }
7773fi
7774
7775
7776fi
7777if test -z "$ac_cv_prog_DSYMUTIL"; then
7778 ac_ct_DSYMUTIL=$DSYMUTIL
7779 # Extract the first word of "dsymutil", so it can be a program name with args.
7780set dummy dsymutil; ac_word=$2
7781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7782$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7783if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
7784 $as_echo_n "(cached) " >&6
7785else
7786 if test -n "$ac_ct_DSYMUTIL"; then
7787 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7788else
7789as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7790for as_dir in $PATH
7791do
7792 IFS=$as_save_IFS
7793 test -z "$as_dir" && as_dir=.
7794 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7796 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7798 break 2
7799 fi
7800done
7801 done
7802IFS=$as_save_IFS
7803
7804fi
7805fi
7806ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7807if test -n "$ac_ct_DSYMUTIL"; then
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7809$as_echo "$ac_ct_DSYMUTIL" >&6; }
7810else
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7812$as_echo "no" >&6; }
7813fi
7814
7815 if test "x$ac_ct_DSYMUTIL" = x; then
7816 DSYMUTIL=":"
7817 else
7818 case $cross_compiling:$ac_tool_warned in
7819yes:)
7820{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7821$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7822ac_tool_warned=yes ;;
7823esac
7824 DSYMUTIL=$ac_ct_DSYMUTIL
7825 fi
7826else
7827 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7828fi
7829
7830 if test -n "$ac_tool_prefix"; then
7831 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7832set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7834$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7835if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
7836 $as_echo_n "(cached) " >&6
7837else
7838 if test -n "$NMEDIT"; then
7839 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7840else
7841as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7842for as_dir in $PATH
7843do
7844 IFS=$as_save_IFS
7845 test -z "$as_dir" && as_dir=.
7846 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7847 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7848 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7850 break 2
7851 fi
7852done
7853 done
7854IFS=$as_save_IFS
7855
7856fi
7857fi
7858NMEDIT=$ac_cv_prog_NMEDIT
7859if test -n "$NMEDIT"; then
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7861$as_echo "$NMEDIT" >&6; }
7862else
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7864$as_echo "no" >&6; }
7865fi
7866
7867
7868fi
7869if test -z "$ac_cv_prog_NMEDIT"; then
7870 ac_ct_NMEDIT=$NMEDIT
7871 # Extract the first word of "nmedit", so it can be a program name with args.
7872set dummy nmedit; ac_word=$2
7873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7874$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7875if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
7876 $as_echo_n "(cached) " >&6
7877else
7878 if test -n "$ac_ct_NMEDIT"; then
7879 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7880else
7881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7882for as_dir in $PATH
7883do
7884 IFS=$as_save_IFS
7885 test -z "$as_dir" && as_dir=.
7886 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7887 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7888 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7890 break 2
7891 fi
7892done
7893 done
7894IFS=$as_save_IFS
7895
7896fi
7897fi
7898ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7899if test -n "$ac_ct_NMEDIT"; then
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7901$as_echo "$ac_ct_NMEDIT" >&6; }
7902else
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7904$as_echo "no" >&6; }
7905fi
7906
7907 if test "x$ac_ct_NMEDIT" = x; then
7908 NMEDIT=":"
7909 else
7910 case $cross_compiling:$ac_tool_warned in
7911yes:)
7912{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7913$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7914ac_tool_warned=yes ;;
7915esac
7916 NMEDIT=$ac_ct_NMEDIT
7917 fi
7918else
7919 NMEDIT="$ac_cv_prog_NMEDIT"
7920fi
7921
7922 if test -n "$ac_tool_prefix"; then
7923 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7924set dummy ${ac_tool_prefix}lipo; ac_word=$2
7925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7926$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7927if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
7928 $as_echo_n "(cached) " >&6
7929else
7930 if test -n "$LIPO"; then
7931 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7932else
7933as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7934for as_dir in $PATH
7935do
7936 IFS=$as_save_IFS
7937 test -z "$as_dir" && as_dir=.
7938 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7939 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7940 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7942 break 2
7943 fi
7944done
7945 done
7946IFS=$as_save_IFS
7947
7948fi
7949fi
7950LIPO=$ac_cv_prog_LIPO
7951if test -n "$LIPO"; then
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7953$as_echo "$LIPO" >&6; }
7954else
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7956$as_echo "no" >&6; }
7957fi
7958
7959
7960fi
7961if test -z "$ac_cv_prog_LIPO"; then
7962 ac_ct_LIPO=$LIPO
7963 # Extract the first word of "lipo", so it can be a program name with args.
7964set dummy lipo; ac_word=$2
7965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7966$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7967if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
7968 $as_echo_n "(cached) " >&6
7969else
7970 if test -n "$ac_ct_LIPO"; then
7971 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7972else
7973as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7974for as_dir in $PATH
7975do
7976 IFS=$as_save_IFS
7977 test -z "$as_dir" && as_dir=.
7978 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7979 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7980 ac_cv_prog_ac_ct_LIPO="lipo"
7981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7982 break 2
7983 fi
7984done
7985 done
7986IFS=$as_save_IFS
7987
7988fi
7989fi
7990ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7991if test -n "$ac_ct_LIPO"; then
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7993$as_echo "$ac_ct_LIPO" >&6; }
7994else
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7996$as_echo "no" >&6; }
7997fi
7998
7999 if test "x$ac_ct_LIPO" = x; then
8000 LIPO=":"
8001 else
8002 case $cross_compiling:$ac_tool_warned in
8003yes:)
8004{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8005$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8006ac_tool_warned=yes ;;
8007esac
8008 LIPO=$ac_ct_LIPO
8009 fi
8010else
8011 LIPO="$ac_cv_prog_LIPO"
8012fi
8013
8014 if test -n "$ac_tool_prefix"; then
8015 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
8016set dummy ${ac_tool_prefix}otool; ac_word=$2
8017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8018$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8019if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
8020 $as_echo_n "(cached) " >&6
8021else
8022 if test -n "$OTOOL"; then
8023 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8024else
8025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8026for as_dir in $PATH
8027do
8028 IFS=$as_save_IFS
8029 test -z "$as_dir" && as_dir=.
8030 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8031 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8032 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8034 break 2
8035 fi
8036done
8037 done
8038IFS=$as_save_IFS
8039
8040fi
8041fi
8042OTOOL=$ac_cv_prog_OTOOL
8043if test -n "$OTOOL"; then
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8045$as_echo "$OTOOL" >&6; }
8046else
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8048$as_echo "no" >&6; }
8049fi
8050
8051
8052fi
8053if test -z "$ac_cv_prog_OTOOL"; then
8054 ac_ct_OTOOL=$OTOOL
8055 # Extract the first word of "otool", so it can be a program name with args.
8056set dummy otool; ac_word=$2
8057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8058$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8059if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
8060 $as_echo_n "(cached) " >&6
8061else
8062 if test -n "$ac_ct_OTOOL"; then
8063 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8064else
8065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8066for as_dir in $PATH
8067do
8068 IFS=$as_save_IFS
8069 test -z "$as_dir" && as_dir=.
8070 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8071 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8072 ac_cv_prog_ac_ct_OTOOL="otool"
8073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8074 break 2
8075 fi
8076done
8077 done
8078IFS=$as_save_IFS
8079
8080fi
8081fi
8082ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8083if test -n "$ac_ct_OTOOL"; then
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8085$as_echo "$ac_ct_OTOOL" >&6; }
8086else
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8088$as_echo "no" >&6; }
8089fi
8090
8091 if test "x$ac_ct_OTOOL" = x; then
8092 OTOOL=":"
8093 else
8094 case $cross_compiling:$ac_tool_warned in
8095yes:)
8096{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8097$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8098ac_tool_warned=yes ;;
8099esac
8100 OTOOL=$ac_ct_OTOOL
8101 fi
8102else
8103 OTOOL="$ac_cv_prog_OTOOL"
8104fi
8105
8106 if test -n "$ac_tool_prefix"; then
8107 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8108set dummy ${ac_tool_prefix}otool64; ac_word=$2
8109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8110$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8111if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
8112 $as_echo_n "(cached) " >&6
8113else
8114 if test -n "$OTOOL64"; then
8115 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8116else
8117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8118for as_dir in $PATH
8119do
8120 IFS=$as_save_IFS
8121 test -z "$as_dir" && as_dir=.
8122 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8123 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8124 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8126 break 2
8127 fi
8128done
8129 done
8130IFS=$as_save_IFS
8131
8132fi
8133fi
8134OTOOL64=$ac_cv_prog_OTOOL64
8135if test -n "$OTOOL64"; then
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8137$as_echo "$OTOOL64" >&6; }
8138else
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8140$as_echo "no" >&6; }
8141fi
8142
8143
8144fi
8145if test -z "$ac_cv_prog_OTOOL64"; then
8146 ac_ct_OTOOL64=$OTOOL64
8147 # Extract the first word of "otool64", so it can be a program name with args.
8148set dummy otool64; ac_word=$2
8149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8150$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8151if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
8152 $as_echo_n "(cached) " >&6
8153else
8154 if test -n "$ac_ct_OTOOL64"; then
8155 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8156else
8157as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8158for as_dir in $PATH
8159do
8160 IFS=$as_save_IFS
8161 test -z "$as_dir" && as_dir=.
8162 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8163 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8164 ac_cv_prog_ac_ct_OTOOL64="otool64"
8165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8166 break 2
8167 fi
8168done
8169 done
8170IFS=$as_save_IFS
8171
8172fi
8173fi
8174ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8175if test -n "$ac_ct_OTOOL64"; then
8176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8177$as_echo "$ac_ct_OTOOL64" >&6; }
8178else
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8180$as_echo "no" >&6; }
8181fi
8182
8183 if test "x$ac_ct_OTOOL64" = x; then
8184 OTOOL64=":"
8185 else
8186 case $cross_compiling:$ac_tool_warned in
8187yes:)
8188{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8189$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8190ac_tool_warned=yes ;;
8191esac
8192 OTOOL64=$ac_ct_OTOOL64
8193 fi
8194else
8195 OTOOL64="$ac_cv_prog_OTOOL64"
8196fi
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8225$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 8226if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
8227 $as_echo_n "(cached) " >&6
8228else
8229 lt_cv_apple_cc_single_mod=no
8230 if test -z "${LT_MULTI_MODULE}"; then
8231 # By default we will add the -single_module flag. You can override
8232 # by either setting the environment variable LT_MULTI_MODULE
8233 # non-empty at configure time, or by adding -multi_module to the
8234 # link flags.
8235 rm -rf libconftest.dylib*
8236 echo "int foo(void){return 1;}" > conftest.c
8237 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8238-dynamiclib -Wl,-single_module conftest.c" >&5
8239 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8240 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8241 _lt_result=$?
8242 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8243 lt_cv_apple_cc_single_mod=yes
8244 else
8245 cat conftest.err >&5
8246 fi
8247 rm -rf libconftest.dylib*
8248 rm -f conftest.*
8249 fi
8250fi
8251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8252$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8254$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8255if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
8256 $as_echo_n "(cached) " >&6
8257else
8258 lt_cv_ld_exported_symbols_list=no
8259 save_LDFLAGS=$LDFLAGS
8260 echo "_main" > conftest.sym
8261 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8263/* end confdefs.h. */
8264
8265int
8266main ()
8267{
8268
8269 ;
8270 return 0;
8271}
8272_ACEOF
8273if ac_fn_c_try_link "$LINENO"; then :
8274 lt_cv_ld_exported_symbols_list=yes
8275else
8276 lt_cv_ld_exported_symbols_list=no
8277fi
8278rm -f core conftest.err conftest.$ac_objext \
8279 conftest$ac_exeext conftest.$ac_ext
8280 LDFLAGS="$save_LDFLAGS"
8281
8282fi
8283{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8284$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8286$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8287if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
8288 $as_echo_n "(cached) " >&6
8289else
8290 lt_cv_ld_force_load=no
8291 cat > conftest.c << _LT_EOF
8292int forced_loaded() { return 2;}
8293_LT_EOF
8294 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8295 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8296 echo "$AR cru libconftest.a conftest.o" >&5
8297 $AR cru libconftest.a conftest.o 2>&5
8298 cat > conftest.c << _LT_EOF
8299int main() { return 0;}
8300_LT_EOF
8301 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8302 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8303 _lt_result=$?
8304 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8305 lt_cv_ld_force_load=yes
8306 else
8307 cat conftest.err >&5
8308 fi
8309 rm -f conftest.err libconftest.a conftest conftest.c
8310 rm -rf conftest.dSYM
8311
8312fi
8313{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8314$as_echo "$lt_cv_ld_force_load" >&6; }
8315 case $host_os in
8316 rhapsody* | darwin1.[012])
8317 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8318 darwin1.*)
8319 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8320 darwin*) # darwin 5.x on
8321 # if running on 10.5 or later, the deployment target defaults
8322 # to the OS version, if on x86, and 10.4, the deployment
8323 # target defaults to 10.4. Don't you love it?
8324 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8325 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8326 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8327 10.[012][,.]*)
6bb11ab3
L
8328 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8329 10.*)
8330 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8331 esac
8332 ;;
8333 esac
8334 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8335 _lt_dar_single_mod='$single_module'
8336 fi
8337 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8338 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8339 else
8340 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8341 fi
8342 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8343 _lt_dsymutil='~$DSYMUTIL $lib || :'
8344 else
8345 _lt_dsymutil=
8346 fi
8347 ;;
8348 esac
8349
8350for ac_header in dlfcn.h
8351do :
8352 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8353"
d0ac1c44 8354if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
8355 cat >>confdefs.h <<_ACEOF
8356#define HAVE_DLFCN_H 1
8357_ACEOF
8358
8359fi
8360
8361done
8362
8363
8364
8365# autoconf.info says this should be called right after AC_INIT.
8366ac_config_headers="$ac_config_headers config.h:config.in"
8367
8368
8369
0cb8d851
MF
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8371$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 8372if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
8373 $as_echo_n "(cached) " >&6
8374else
8375 ac_cv_c_bigendian=unknown
8376 # See if we're dealing with a universal compiler.
8377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8378/* end confdefs.h. */
8379#ifndef __APPLE_CC__
8380 not a universal capable compiler
8381 #endif
8382 typedef int dummy;
8383
8384_ACEOF
8385if ac_fn_c_try_compile "$LINENO"; then :
8386
8387 # Check for potential -arch flags. It is not universal unless
8388 # there are at least two -arch flags with different values.
8389 ac_arch=
8390 ac_prev=
8391 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8392 if test -n "$ac_prev"; then
8393 case $ac_word in
8394 i?86 | x86_64 | ppc | ppc64)
8395 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8396 ac_arch=$ac_word
8397 else
8398 ac_cv_c_bigendian=universal
8399 break
8400 fi
8401 ;;
8402 esac
8403 ac_prev=
8404 elif test "x$ac_word" = "x-arch"; then
8405 ac_prev=arch
8406 fi
8407 done
8408fi
8409rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8410 if test $ac_cv_c_bigendian = unknown; then
8411 # See if sys/param.h defines the BYTE_ORDER macro.
8412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8413/* end confdefs.h. */
8414#include <sys/types.h>
8415 #include <sys/param.h>
8416
8417int
8418main ()
8419{
8420#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8421 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8422 && LITTLE_ENDIAN)
8423 bogus endian macros
8424 #endif
8425
8426 ;
8427 return 0;
8428}
8429_ACEOF
8430if ac_fn_c_try_compile "$LINENO"; then :
8431 # It does; now see whether it defined to BIG_ENDIAN or not.
8432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8433/* end confdefs.h. */
8434#include <sys/types.h>
8435 #include <sys/param.h>
8436
8437int
8438main ()
8439{
8440#if BYTE_ORDER != BIG_ENDIAN
8441 not big endian
8442 #endif
8443
8444 ;
8445 return 0;
8446}
8447_ACEOF
8448if ac_fn_c_try_compile "$LINENO"; then :
8449 ac_cv_c_bigendian=yes
8450else
8451 ac_cv_c_bigendian=no
8452fi
8453rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8454fi
8455rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8456 fi
8457 if test $ac_cv_c_bigendian = unknown; then
8458 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8460/* end confdefs.h. */
8461#include <limits.h>
8462
8463int
8464main ()
8465{
8466#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8467 bogus endian macros
8468 #endif
8469
8470 ;
8471 return 0;
8472}
8473_ACEOF
8474if ac_fn_c_try_compile "$LINENO"; then :
8475 # It does; now see whether it defined to _BIG_ENDIAN or not.
8476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8477/* end confdefs.h. */
8478#include <limits.h>
8479
8480int
8481main ()
8482{
8483#ifndef _BIG_ENDIAN
8484 not big endian
8485 #endif
8486
8487 ;
8488 return 0;
8489}
8490_ACEOF
8491if ac_fn_c_try_compile "$LINENO"; then :
8492 ac_cv_c_bigendian=yes
8493else
8494 ac_cv_c_bigendian=no
8495fi
8496rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8497fi
8498rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8499 fi
8500 if test $ac_cv_c_bigendian = unknown; then
8501 # Compile a test program.
8502 if test "$cross_compiling" = yes; then :
8503 # Try to guess by grepping values from an object file.
8504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8505/* end confdefs.h. */
8506short int ascii_mm[] =
8507 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8508 short int ascii_ii[] =
8509 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8510 int use_ascii (int i) {
8511 return ascii_mm[i] + ascii_ii[i];
8512 }
8513 short int ebcdic_ii[] =
8514 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8515 short int ebcdic_mm[] =
8516 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8517 int use_ebcdic (int i) {
8518 return ebcdic_mm[i] + ebcdic_ii[i];
8519 }
8520 extern int foo;
8521
8522int
8523main ()
8524{
8525return use_ascii (foo) == use_ebcdic (foo);
8526 ;
8527 return 0;
8528}
8529_ACEOF
8530if ac_fn_c_try_compile "$LINENO"; then :
8531 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8532 ac_cv_c_bigendian=yes
8533 fi
8534 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8535 if test "$ac_cv_c_bigendian" = unknown; then
8536 ac_cv_c_bigendian=no
8537 else
8538 # finding both strings is unlikely to happen, but who knows?
8539 ac_cv_c_bigendian=unknown
8540 fi
8541 fi
8542fi
8543rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8544else
8545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8546/* end confdefs.h. */
8547$ac_includes_default
8548int
8549main ()
8550{
8551
8552 /* Are we little or big endian? From Harbison&Steele. */
8553 union
8554 {
8555 long int l;
8556 char c[sizeof (long int)];
8557 } u;
8558 u.l = 1;
8559 return u.c[sizeof (long int) - 1] == 1;
8560
8561 ;
8562 return 0;
8563}
8564_ACEOF
8565if ac_fn_c_try_run "$LINENO"; then :
8566 ac_cv_c_bigendian=no
8567else
8568 ac_cv_c_bigendian=yes
8569fi
8570rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8571 conftest.$ac_objext conftest.beam conftest.$ac_ext
8572fi
8573
8574 fi
8575fi
8576{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8577$as_echo "$ac_cv_c_bigendian" >&6; }
8578 case $ac_cv_c_bigendian in #(
8579 yes)
8580 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8581;; #(
8582 no)
8583 ;; #(
8584 universal)
8585
8586$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8587
8588 ;; #(
8589 *)
d0ac1c44 8590 as_fn_error $? "unknown endianness
0cb8d851
MF
8591 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8592 esac
8593
6bb11ab3
L
8594
8595
8596
8597# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8598if test -z "$CC_FOR_BUILD"; then
8599 if test "x$cross_compiling" = "xno"; then
8600 CC_FOR_BUILD='$(CC)'
8601 else
8602 CC_FOR_BUILD=gcc
8603 fi
6bb11ab3
L
8604fi
8605
8606
8607
6bb11ab3
L
8608AR=${AR-ar}
8609
8610if test -n "$ac_tool_prefix"; then
8611 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8612set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8614$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8615if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
8616 $as_echo_n "(cached) " >&6
8617else
8618 if test -n "$RANLIB"; then
8619 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8620else
8621as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8622for as_dir in $PATH
8623do
8624 IFS=$as_save_IFS
8625 test -z "$as_dir" && as_dir=.
8626 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8627 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8628 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8630 break 2
8631 fi
8632done
8633 done
8634IFS=$as_save_IFS
8635
8636fi
8637fi
8638RANLIB=$ac_cv_prog_RANLIB
8639if test -n "$RANLIB"; then
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8641$as_echo "$RANLIB" >&6; }
8642else
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8644$as_echo "no" >&6; }
8645fi
8646
8647
8648fi
8649if test -z "$ac_cv_prog_RANLIB"; then
8650 ac_ct_RANLIB=$RANLIB
8651 # Extract the first word of "ranlib", so it can be a program name with args.
8652set dummy ranlib; ac_word=$2
8653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8654$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8655if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
8656 $as_echo_n "(cached) " >&6
8657else
8658 if test -n "$ac_ct_RANLIB"; then
8659 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8660else
8661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8662for as_dir in $PATH
8663do
8664 IFS=$as_save_IFS
8665 test -z "$as_dir" && as_dir=.
8666 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8667 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8668 ac_cv_prog_ac_ct_RANLIB="ranlib"
8669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8670 break 2
8671 fi
8672done
8673 done
8674IFS=$as_save_IFS
8675
8676fi
8677fi
8678ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8679if test -n "$ac_ct_RANLIB"; then
8680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8681$as_echo "$ac_ct_RANLIB" >&6; }
8682else
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8684$as_echo "no" >&6; }
8685fi
8686
8687 if test "x$ac_ct_RANLIB" = x; then
8688 RANLIB=":"
8689 else
8690 case $cross_compiling:$ac_tool_warned in
8691yes:)
8692{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8693$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8694ac_tool_warned=yes ;;
8695esac
8696 RANLIB=$ac_ct_RANLIB
8697 fi
8698else
8699 RANLIB="$ac_cv_prog_RANLIB"
8700fi
8701
8702
46f900c0
MF
8703# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8704# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8705# is C99. So handle it ourselves.
8706:
8707C_DIALECT=
8708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8709$as_echo_n "checking whether C11 is supported by default... " >&6; }
8710cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8711/* end confdefs.h. */
8712
8713#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8714# error "C11 support not found"
8715#endif
8716
8717_ACEOF
8718if ac_fn_c_try_compile "$LINENO"; then :
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8720$as_echo "yes" >&6; }
8721else
8722
8723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8724$as_echo "no" >&6; }
8725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8726$as_echo_n "checking for -std=c11 support... " >&6; }
8727 ac_save_CC="$CC"
8728 CC="$CC -std=c11"
8729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8730/* end confdefs.h. */
8731
8732#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8733# error "C11 support not found"
8734#endif
8735
8736_ACEOF
8737if ac_fn_c_try_compile "$LINENO"; then :
8738
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8740$as_echo "yes" >&6; }
8741 CC="$ac_save_CC"
8742 C_DIALECT="-std=c11"
8743
8744else
8745 as_fn_error $? "C11 is required" "$LINENO" 5
8746fi
8747rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8748fi
8749rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8750
8751
6bb11ab3
L
8752# Some of the common include files depend on bfd.h, and bfd.h checks
8753# that config.h is included first by testing that the PACKAGE macro
8754# is defined.
8755PACKAGE=sim
8756
8757cat >>confdefs.h <<_ACEOF
8758#define PACKAGE "$PACKAGE"
8759_ACEOF
8760
8761
8762
8763# Dependency checking.
8764ac_config_commands="$ac_config_commands depdir"
8765
8766
8767depcc="$CC" am_compiler_list=
8768
8769am_depcomp=$ac_aux_dir/depcomp
8770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8771$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 8772if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
8773 $as_echo_n "(cached) " >&6
8774else
8775 if test -f "$am_depcomp"; then
8776 # We make a subdir and do the tests there. Otherwise we can end up
8777 # making bogus files that we don't know about and never remove. For
8778 # instance it was reported that on HP-UX the gcc test will end up
8779 # making a dummy file named `D' -- because `-MD' means `put the output
8780 # in D'.
8781 mkdir conftest.dir
8782 # Copy depcomp to subdir because otherwise we won't find it if we're
8783 # using a relative directory.
8784 cp "$am_depcomp" conftest.dir
8785 cd conftest.dir
8786 # We will build objects and dependencies in a subdirectory because
8787 # it helps to detect inapplicable dependency modes. For instance
8788 # both Tru64's cc and ICC support -MD to output dependencies as a
8789 # side effect of compilation, but ICC will put the dependencies in
8790 # the current directory while Tru64 will put them in the object
8791 # directory.
8792 mkdir sub
8793
8794 am_cv_CC_dependencies_compiler_type=none
8795 if test "$am_compiler_list" = ""; then
8796 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8797 fi
8798 for depmode in $am_compiler_list; do
8799 if test $depmode = none; then break; fi
8800
8801 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8802 # Setup a source with many dependencies, because some compilers
8803 # like to wrap large dependency lists on column 80 (with \), and
8804 # we should not choose a depcomp mode which is confused by this.
8805 #
8806 # We need to recreate these files for each test, as the compiler may
8807 # overwrite some of them when testing with obscure command lines.
8808 # This happens at least with the AIX C compiler.
8809 : > sub/conftest.c
8810 for i in 1 2 3 4 5 6; do
8811 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8812 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8813 # Solaris 8's {/usr,}/bin/sh.
8814 touch sub/conftst$i.h
8815 done
8816 echo "include sub/conftest.Po" > confmf
8817
8818 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8819 # mode. It turns out that the SunPro C++ compiler does not properly
8820 # handle `-M -o', and we need to detect this.
8821 depcmd="depmode=$depmode \
8822 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8823 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8824 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8825 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8826 if env $depcmd > conftest.err 2>&1 &&
8827 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8828 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8829 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8830 # icc doesn't choke on unknown options, it will just issue warnings
8831 # or remarks (even with -Werror). So we grep stderr for any message
8832 # that says an option was ignored or not supported.
8833 # When given -MP, icc 7.0 and 7.1 complain thusly:
8834 # icc: Command line warning: ignoring option '-M'; no argument required
8835 # The diagnosis changed in icc 8.0:
8836 # icc: Command line remark: option '-MP' not supported
8837 if (grep 'ignoring option' conftest.err ||
8838 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8839 am_cv_CC_dependencies_compiler_type=$depmode
8840 $as_echo "$as_me:$LINENO: success" >&5
8841 break
8842 fi
8843 fi
8844 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8845 sed -e 's/^/| /' < conftest.err >&5
8846 done
8847
8848 cd ..
8849 rm -rf conftest.dir
8850else
8851 am_cv_CC_dependencies_compiler_type=none
8852fi
8853
8854fi
8855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8856$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8857if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 8858then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
8859else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8860
8861fi
8862
8863
8864# Check for the 'make' the user wants to use.
8865for ac_prog in make
8866do
8867 # Extract the first word of "$ac_prog", so it can be a program name with args.
8868set dummy $ac_prog; ac_word=$2
8869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8870$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8871if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
8872 $as_echo_n "(cached) " >&6
8873else
8874 if test -n "$MAKE"; then
8875 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8876else
8877as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8878for as_dir in $PATH
8879do
8880 IFS=$as_save_IFS
8881 test -z "$as_dir" && as_dir=.
8882 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8883 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8884 ac_cv_prog_MAKE="$ac_prog"
8885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8886 break 2
8887 fi
8888done
8889 done
8890IFS=$as_save_IFS
8891
8892fi
8893fi
8894MAKE=$ac_cv_prog_MAKE
8895if test -n "$MAKE"; then
8896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8897$as_echo "$MAKE" >&6; }
8898else
8899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8900$as_echo "no" >&6; }
8901fi
8902
8903
8904 test -n "$MAKE" && break
8905done
8906
8907MAKE_IS_GNU=
8908case "`$MAKE --version 2>&1 | sed 1q`" in
8909 *GNU*)
8910 MAKE_IS_GNU=yes
8911 ;;
8912esac
8913 if test "$MAKE_IS_GNU" = yes; then
8914 GMAKE_TRUE=
8915 GMAKE_FALSE='#'
8916else
8917 GMAKE_TRUE='#'
8918 GMAKE_FALSE=
8919fi
8920
8921
8922ALL_LINGUAS=
8923# If we haven't got the data from the intl directory,
8924# assume NLS is disabled.
8925USE_NLS=no
8926LIBINTL=
8927LIBINTL_DEP=
8928INCINTL=
8929XGETTEXT=
8930GMSGFMT=
8931POSUB=
8932
8933if test -f ../../intl/config.intl; then
8934 . ../../intl/config.intl
8935fi
8936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8937$as_echo_n "checking whether NLS is requested... " >&6; }
8938if test x"$USE_NLS" != xyes; then
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8940$as_echo "no" >&6; }
8941else
8942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8943$as_echo "yes" >&6; }
8944
8945$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8946
8947
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8949$as_echo_n "checking for catalogs to be installed... " >&6; }
8950 # Look for .po and .gmo files in the source directory.
8951 CATALOGS=
8952 XLINGUAS=
8953 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8954 # If there aren't any .gmo files the shell will give us the
8955 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8956 # weeded out.
8957 case "$cat" in *\**)
8958 continue;;
8959 esac
8960 # The quadruple backslash is collapsed to a double backslash
8961 # by the backticks, then collapsed again by the double quotes,
8962 # leaving us with one backslash in the sed expression (right
8963 # before the dot that mustn't act as a wildcard).
8964 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8965 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8966 # The user is allowed to set LINGUAS to a list of languages to
8967 # install catalogs for. If it's empty that means "all of them."
8968 if test "x$LINGUAS" = x; then
8969 CATALOGS="$CATALOGS $cat"
8970 XLINGUAS="$XLINGUAS $lang"
8971 else
8972 case "$LINGUAS" in *$lang*)
8973 CATALOGS="$CATALOGS $cat"
8974 XLINGUAS="$XLINGUAS $lang"
8975 ;;
8976 esac
8977 fi
8978 done
8979 LINGUAS="$XLINGUAS"
8980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8981$as_echo "$LINGUAS" >&6; }
8982
8983
8984 DATADIRNAME=share
8985
8986 INSTOBJEXT=.mo
8987
8988 GENCAT=gencat
8989
8990 CATOBJEXT=.gmo
8991
8992fi
8993
8994# Check for common headers.
68ed2854
MF
8995# NB: You can assume C11 headers exist.
8996for ac_header in unistd.h
6bb11ab3 8997do :
68ed2854
MF
8998 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
8999if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 9000 cat >>confdefs.h <<_ACEOF
68ed2854 9001#define HAVE_UNISTD_H 1
6bb11ab3
L
9002_ACEOF
9003
9004fi
9005
9006done
9007
936df756 9008for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
9009do :
9010 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9011ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9012if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
9013 cat >>confdefs.h <<_ACEOF
9014#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9015_ACEOF
9016
9017fi
9018
9019done
9020
9021for ac_header in fcntl.h fpu_control.h
9022do :
9023 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9024ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9025if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
9026 cat >>confdefs.h <<_ACEOF
9027#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9028_ACEOF
9029
9030fi
9031
9032done
9033
68ed2854 9034for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
9035do :
9036 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9037ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9038if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
9039 cat >>confdefs.h <<_ACEOF
9040#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9041_ACEOF
9042
9043fi
9044
9045done
9046
9047for ac_func in getrusage time sigaction __setfpucw
9048do :
9049 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9050ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9051if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
9052 cat >>confdefs.h <<_ACEOF
9053#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9054_ACEOF
9055
9056fi
9057done
9058
936df756
MF
9059for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9060do :
9061 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9062ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9063if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
9064 cat >>confdefs.h <<_ACEOF
9065#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9066_ACEOF
9067
9068fi
9069done
9070
9071ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9072#include <sys/types.h>
9073#endif
9074#ifdef HAVE_SYS_STAT_H
9075#include <sys/stat.h>
9076#endif
9077"
d0ac1c44 9078if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
9079
9080cat >>confdefs.h <<_ACEOF
9081#define HAVE_STRUCT_STAT_ST_DEV 1
9082_ACEOF
9083
9084
9085fi
9086ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9087#include <sys/types.h>
9088#endif
9089#ifdef HAVE_SYS_STAT_H
9090#include <sys/stat.h>
9091#endif
9092"
d0ac1c44 9093if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
9094
9095cat >>confdefs.h <<_ACEOF
9096#define HAVE_STRUCT_STAT_ST_INO 1
9097_ACEOF
9098
9099
9100fi
9101ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9102#include <sys/types.h>
9103#endif
9104#ifdef HAVE_SYS_STAT_H
9105#include <sys/stat.h>
9106#endif
9107"
d0ac1c44 9108if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
9109
9110cat >>confdefs.h <<_ACEOF
9111#define HAVE_STRUCT_STAT_ST_MODE 1
9112_ACEOF
9113
9114
9115fi
9116ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9117#include <sys/types.h>
9118#endif
9119#ifdef HAVE_SYS_STAT_H
9120#include <sys/stat.h>
9121#endif
9122"
d0ac1c44 9123if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
9124
9125cat >>confdefs.h <<_ACEOF
9126#define HAVE_STRUCT_STAT_ST_NLINK 1
9127_ACEOF
9128
9129
9130fi
9131ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9132#include <sys/types.h>
9133#endif
9134#ifdef HAVE_SYS_STAT_H
9135#include <sys/stat.h>
9136#endif
9137"
d0ac1c44 9138if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
9139
9140cat >>confdefs.h <<_ACEOF
9141#define HAVE_STRUCT_STAT_ST_UID 1
9142_ACEOF
9143
9144
9145fi
9146ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9147#include <sys/types.h>
9148#endif
9149#ifdef HAVE_SYS_STAT_H
9150#include <sys/stat.h>
9151#endif
9152"
d0ac1c44 9153if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
9154
9155cat >>confdefs.h <<_ACEOF
9156#define HAVE_STRUCT_STAT_ST_GID 1
9157_ACEOF
9158
9159
9160fi
9161ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9162#include <sys/types.h>
9163#endif
9164#ifdef HAVE_SYS_STAT_H
9165#include <sys/stat.h>
9166#endif
9167"
d0ac1c44 9168if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
9169
9170cat >>confdefs.h <<_ACEOF
9171#define HAVE_STRUCT_STAT_ST_RDEV 1
9172_ACEOF
9173
9174
9175fi
9176ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9177#include <sys/types.h>
9178#endif
9179#ifdef HAVE_SYS_STAT_H
9180#include <sys/stat.h>
9181#endif
9182"
d0ac1c44 9183if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
9184
9185cat >>confdefs.h <<_ACEOF
9186#define HAVE_STRUCT_STAT_ST_SIZE 1
9187_ACEOF
9188
9189
9190fi
9191ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9192#include <sys/types.h>
9193#endif
9194#ifdef HAVE_SYS_STAT_H
9195#include <sys/stat.h>
9196#endif
9197"
d0ac1c44 9198if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
9199
9200cat >>confdefs.h <<_ACEOF
9201#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9202_ACEOF
9203
9204
9205fi
9206ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9207#include <sys/types.h>
9208#endif
9209#ifdef HAVE_SYS_STAT_H
9210#include <sys/stat.h>
9211#endif
9212"
d0ac1c44 9213if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
9214
9215cat >>confdefs.h <<_ACEOF
9216#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9217_ACEOF
9218
9219
9220fi
9221ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9222#include <sys/types.h>
9223#endif
9224#ifdef HAVE_SYS_STAT_H
9225#include <sys/stat.h>
9226#endif
9227"
d0ac1c44 9228if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
9229
9230cat >>confdefs.h <<_ACEOF
9231#define HAVE_STRUCT_STAT_ST_ATIME 1
9232_ACEOF
9233
9234
9235fi
9236ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9237#include <sys/types.h>
9238#endif
9239#ifdef HAVE_SYS_STAT_H
9240#include <sys/stat.h>
9241#endif
9242"
d0ac1c44 9243if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
9244
9245cat >>confdefs.h <<_ACEOF
9246#define HAVE_STRUCT_STAT_ST_MTIME 1
9247_ACEOF
9248
9249
9250fi
9251ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9252#include <sys/types.h>
9253#endif
9254#ifdef HAVE_SYS_STAT_H
9255#include <sys/stat.h>
9256#endif
9257"
d0ac1c44 9258if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
9259
9260cat >>confdefs.h <<_ACEOF
9261#define HAVE_STRUCT_STAT_ST_CTIME 1
9262_ACEOF
9263
9264
9265fi
9266
9267ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9268#include <sys/socket.h>
9269
9270"
d0ac1c44 9271if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
9272
9273cat >>confdefs.h <<_ACEOF
9274#define HAVE_SOCKLEN_T 1
9275_ACEOF
9276
9277
9278fi
9279
6bb11ab3
L
9280
9281# Check for socket libraries
9282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9283$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 9284if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
9285 $as_echo_n "(cached) " >&6
9286else
9287 ac_check_lib_save_LIBS=$LIBS
9288LIBS="-lsocket $LIBS"
9289cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9290/* end confdefs.h. */
9291
9292/* Override any GCC internal prototype to avoid an error.
9293 Use char because int might match the return type of a GCC
9294 builtin and then its argument prototype would still apply. */
9295#ifdef __cplusplus
9296extern "C"
9297#endif
9298char bind ();
9299int
9300main ()
9301{
9302return bind ();
9303 ;
9304 return 0;
9305}
9306_ACEOF
9307if ac_fn_c_try_link "$LINENO"; then :
9308 ac_cv_lib_socket_bind=yes
9309else
9310 ac_cv_lib_socket_bind=no
9311fi
9312rm -f core conftest.err conftest.$ac_objext \
9313 conftest$ac_exeext conftest.$ac_ext
9314LIBS=$ac_check_lib_save_LIBS
9315fi
9316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9317$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 9318if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
9319 cat >>confdefs.h <<_ACEOF
9320#define HAVE_LIBSOCKET 1
9321_ACEOF
9322
9323 LIBS="-lsocket $LIBS"
9324
9325fi
9326
9327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9328$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 9329if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
9330 $as_echo_n "(cached) " >&6
9331else
9332 ac_check_lib_save_LIBS=$LIBS
9333LIBS="-lnsl $LIBS"
9334cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9335/* end confdefs.h. */
9336
9337/* Override any GCC internal prototype to avoid an error.
9338 Use char because int might match the return type of a GCC
9339 builtin and then its argument prototype would still apply. */
9340#ifdef __cplusplus
9341extern "C"
9342#endif
9343char gethostbyname ();
9344int
9345main ()
9346{
9347return gethostbyname ();
9348 ;
9349 return 0;
9350}
9351_ACEOF
9352if ac_fn_c_try_link "$LINENO"; then :
9353 ac_cv_lib_nsl_gethostbyname=yes
9354else
9355 ac_cv_lib_nsl_gethostbyname=no
9356fi
9357rm -f core conftest.err conftest.$ac_objext \
9358 conftest$ac_exeext conftest.$ac_ext
9359LIBS=$ac_check_lib_save_LIBS
9360fi
9361{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9362$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 9363if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
9364 cat >>confdefs.h <<_ACEOF
9365#define HAVE_LIBNSL 1
9366_ACEOF
9367
9368 LIBS="-lnsl $LIBS"
9369
9370fi
9371
9372
9373# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9374# using the same condition.
9375
aadc9410 9376 # Use the system's zlib library.
7fed4b0b
L
9377 zlibdir="-L\$(top_builddir)/../zlib"
9378 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9379
aadc9410
MF
9380# Check whether --with-system-zlib was given.
9381if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9382 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9383 zlibdir=
9384 zlibinc=
9385 fi
6bb11ab3
L
9386
9387fi
9388
6bb11ab3 9389
6bb11ab3 9390
6bb11ab3
L
9391
9392
9393# BFD uses libdl when when plugins enabled.
9394
faa743bb
RM
9395 maybe_plugins=no
9396 for ac_header in dlfcn.h
9397do :
9398 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9399"
d0ac1c44 9400if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
9401 cat >>confdefs.h <<_ACEOF
9402#define HAVE_DLFCN_H 1
9403_ACEOF
9404 maybe_plugins=yes
9405fi
9406
9407done
9408
9409 for ac_header in windows.h
9410do :
9411 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9412"
d0ac1c44 9413if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
9414 cat >>confdefs.h <<_ACEOF
9415#define HAVE_WINDOWS_H 1
9416_ACEOF
9417 maybe_plugins=yes
9418fi
9419
9420done
9421
9422
9423 # Check whether --enable-plugins was given.
6bb11ab3
L
9424if test "${enable_plugins+set}" = set; then :
9425 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9426 no) plugins=no ;;
9427 *) plugins=yes
9428 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 9429 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
9430 fi ;;
9431 esac
6bb11ab3 9432else
faa743bb
RM
9433 plugins=$maybe_plugins
9434
6bb11ab3
L
9435fi
9436
2974be62 9437 if test "$plugins" = "yes"; then
37f980dc
SM
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9439$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 9440if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9441 $as_echo_n "(cached) " >&6
9442else
9443 ac_func_search_save_LIBS=$LIBS
9444cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9445/* end confdefs.h. */
9446
9447/* Override any GCC internal prototype to avoid an error.
9448 Use char because int might match the return type of a GCC
9449 builtin and then its argument prototype would still apply. */
9450#ifdef __cplusplus
9451extern "C"
9452#endif
37f980dc 9453char dlsym ();
2974be62
AM
9454int
9455main ()
9456{
37f980dc 9457return dlsym ();
2974be62
AM
9458 ;
9459 return 0;
9460}
9461_ACEOF
9462for ac_lib in '' dl; do
9463 if test -z "$ac_lib"; then
9464 ac_res="none required"
9465 else
9466 ac_res=-l$ac_lib
9467 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9468 fi
9469 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 9470 ac_cv_search_dlsym=$ac_res
2974be62
AM
9471fi
9472rm -f core conftest.err conftest.$ac_objext \
9473 conftest$ac_exeext
d0ac1c44 9474 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9475 break
9476fi
9477done
d0ac1c44 9478if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9479
9480else
37f980dc 9481 ac_cv_search_dlsym=no
2974be62
AM
9482fi
9483rm conftest.$ac_ext
9484LIBS=$ac_func_search_save_LIBS
9485fi
37f980dc
SM
9486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9487$as_echo "$ac_cv_search_dlsym" >&6; }
9488ac_res=$ac_cv_search_dlsym
2974be62
AM
9489if test "$ac_res" != no; then :
9490 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9491
9492fi
9493
9494 fi
6bb11ab3
L
9495
9496 if test "$plugins" = yes; then
9497 PLUGINS_TRUE=
9498 PLUGINS_FALSE='#'
9499else
9500 PLUGINS_TRUE='#'
9501 PLUGINS_FALSE=
9502fi
9503
9504
9505
9506
9507
9508# Set options
9509enable_dlopen=yes
9510
9511
9512
9513
9514 enable_win32_dll=no
9515
9516
9517 # Check whether --enable-shared was given.
9518if test "${enable_shared+set}" = set; then :
9519 enableval=$enable_shared; p=${PACKAGE-default}
9520 case $enableval in
9521 yes) enable_shared=yes ;;
9522 no) enable_shared=no ;;
9523 *)
9524 enable_shared=no
9525 # Look at the argument we got. We use all the common list separators.
9526 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9527 for pkg in $enableval; do
9528 IFS="$lt_save_ifs"
9529 if test "X$pkg" = "X$p"; then
9530 enable_shared=yes
9531 fi
9532 done
9533 IFS="$lt_save_ifs"
9534 ;;
9535 esac
9536else
9537 enable_shared=yes
9538fi
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548 # Check whether --enable-static was given.
9549if test "${enable_static+set}" = set; then :
9550 enableval=$enable_static; p=${PACKAGE-default}
9551 case $enableval in
9552 yes) enable_static=yes ;;
9553 no) enable_static=no ;;
9554 *)
9555 enable_static=no
9556 # Look at the argument we got. We use all the common list separators.
9557 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9558 for pkg in $enableval; do
9559 IFS="$lt_save_ifs"
9560 if test "X$pkg" = "X$p"; then
9561 enable_static=yes
9562 fi
9563 done
9564 IFS="$lt_save_ifs"
9565 ;;
9566 esac
9567else
9568 enable_static=yes
9569fi
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580# Check whether --with-pic was given.
9581if test "${with_pic+set}" = set; then :
9582 withval=$with_pic; pic_mode="$withval"
9583else
9584 pic_mode=default
9585fi
9586
9587
9588test -z "$pic_mode" && pic_mode=default
9589
9590
9591
9592
9593
9594
9595
9596 # Check whether --enable-fast-install was given.
9597if test "${enable_fast_install+set}" = set; then :
9598 enableval=$enable_fast_install; p=${PACKAGE-default}
9599 case $enableval in
9600 yes) enable_fast_install=yes ;;
9601 no) enable_fast_install=no ;;
9602 *)
9603 enable_fast_install=no
9604 # Look at the argument we got. We use all the common list separators.
9605 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9606 for pkg in $enableval; do
9607 IFS="$lt_save_ifs"
9608 if test "X$pkg" = "X$p"; then
9609 enable_fast_install=yes
9610 fi
9611 done
9612 IFS="$lt_save_ifs"
9613 ;;
9614 esac
9615else
9616 enable_fast_install=yes
9617fi
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629# This can be used to rebuild libtool when needed
9630LIBTOOL_DEPS="$ltmain"
9631
9632# Always use our own libtool.
9633LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660test -z "$LN_S" && LN_S="ln -s"
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675if test -n "${ZSH_VERSION+set}" ; then
9676 setopt NO_GLOB_SUBST
9677fi
9678
9679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9680$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 9681if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
9682 $as_echo_n "(cached) " >&6
9683else
9684 rm -f .libs 2>/dev/null
9685mkdir .libs 2>/dev/null
9686if test -d .libs; then
9687 lt_cv_objdir=.libs
9688else
9689 # MS-DOS does not allow filenames that begin with a dot.
9690 lt_cv_objdir=_libs
9691fi
9692rmdir .libs 2>/dev/null
9693fi
9694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9695$as_echo "$lt_cv_objdir" >&6; }
9696objdir=$lt_cv_objdir
9697
9698
9699
9700
9701
9702cat >>confdefs.h <<_ACEOF
9703#define LT_OBJDIR "$lt_cv_objdir/"
9704_ACEOF
9705
9706
9707
9708
9709case $host_os in
9710aix3*)
9711 # AIX sometimes has problems with the GCC collect2 program. For some
9712 # reason, if we set the COLLECT_NAMES environment variable, the problems
9713 # vanish in a puff of smoke.
9714 if test "X${COLLECT_NAMES+set}" != Xset; then
9715 COLLECT_NAMES=
9716 export COLLECT_NAMES
9717 fi
9718 ;;
9719esac
9720
9721# Global variables:
9722ofile=libtool
9723can_build_shared=yes
9724
9725# All known linkers require a `.a' archive for static linking (except MSVC,
9726# which needs '.lib').
9727libext=a
9728
9729with_gnu_ld="$lt_cv_prog_gnu_ld"
9730
9731old_CC="$CC"
9732old_CFLAGS="$CFLAGS"
9733
9734# Set sane defaults for various variables
9735test -z "$CC" && CC=cc
9736test -z "$LTCC" && LTCC=$CC
9737test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9738test -z "$LD" && LD=ld
9739test -z "$ac_objext" && ac_objext=o
9740
9741for cc_temp in $compiler""; do
9742 case $cc_temp in
9743 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9744 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9745 \-*) ;;
9746 *) break;;
9747 esac
9748done
9749cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9750
9751
9752# Only perform the check for file, if the check method requires it
9753test -z "$MAGIC_CMD" && MAGIC_CMD=file
9754case $deplibs_check_method in
9755file_magic*)
9756 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9758$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 9759if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9760 $as_echo_n "(cached) " >&6
9761else
9762 case $MAGIC_CMD in
9763[\\/*] | ?:[\\/]*)
9764 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9765 ;;
9766*)
9767 lt_save_MAGIC_CMD="$MAGIC_CMD"
9768 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9769 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9770 for ac_dir in $ac_dummy; do
9771 IFS="$lt_save_ifs"
9772 test -z "$ac_dir" && ac_dir=.
9773 if test -f $ac_dir/${ac_tool_prefix}file; then
9774 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9775 if test -n "$file_magic_test_file"; then
9776 case $deplibs_check_method in
9777 "file_magic "*)
9778 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9779 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9780 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9781 $EGREP "$file_magic_regex" > /dev/null; then
9782 :
9783 else
9784 cat <<_LT_EOF 1>&2
9785
9786*** Warning: the command libtool uses to detect shared libraries,
9787*** $file_magic_cmd, produces output that libtool cannot recognize.
9788*** The result is that libtool may fail to recognize shared libraries
9789*** as such. This will affect the creation of libtool libraries that
9790*** depend on shared libraries, but programs linked with such libtool
9791*** libraries will work regardless of this problem. Nevertheless, you
9792*** may want to report the problem to your system manager and/or to
9793*** bug-libtool@gnu.org
9794
9795_LT_EOF
9796 fi ;;
9797 esac
9798 fi
9799 break
9800 fi
9801 done
9802 IFS="$lt_save_ifs"
9803 MAGIC_CMD="$lt_save_MAGIC_CMD"
9804 ;;
9805esac
f0569246 9806fi
f0569246 9807
6bb11ab3
L
9808MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9809if test -n "$MAGIC_CMD"; then
9810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9811$as_echo "$MAGIC_CMD" >&6; }
9812else
9813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9814$as_echo "no" >&6; }
9815fi
9816
9817
9818
9819
9820
9821if test -z "$lt_cv_path_MAGIC_CMD"; then
9822 if test -n "$ac_tool_prefix"; then
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9824$as_echo_n "checking for file... " >&6; }
d0ac1c44 9825if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9826 $as_echo_n "(cached) " >&6
9827else
9828 case $MAGIC_CMD in
9829[\\/*] | ?:[\\/]*)
9830 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9831 ;;
9832*)
9833 lt_save_MAGIC_CMD="$MAGIC_CMD"
9834 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9835 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9836 for ac_dir in $ac_dummy; do
9837 IFS="$lt_save_ifs"
9838 test -z "$ac_dir" && ac_dir=.
9839 if test -f $ac_dir/file; then
9840 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9841 if test -n "$file_magic_test_file"; then
9842 case $deplibs_check_method in
9843 "file_magic "*)
9844 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9845 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9846 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9847 $EGREP "$file_magic_regex" > /dev/null; then
9848 :
9849 else
9850 cat <<_LT_EOF 1>&2
9851
9852*** Warning: the command libtool uses to detect shared libraries,
9853*** $file_magic_cmd, produces output that libtool cannot recognize.
9854*** The result is that libtool may fail to recognize shared libraries
9855*** as such. This will affect the creation of libtool libraries that
9856*** depend on shared libraries, but programs linked with such libtool
9857*** libraries will work regardless of this problem. Nevertheless, you
9858*** may want to report the problem to your system manager and/or to
9859*** bug-libtool@gnu.org
9860
9861_LT_EOF
9862 fi ;;
9863 esac
9864 fi
9865 break
9866 fi
9867 done
9868 IFS="$lt_save_ifs"
9869 MAGIC_CMD="$lt_save_MAGIC_CMD"
9870 ;;
81ecdfbb 9871esac
6bb11ab3
L
9872fi
9873
9874MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9875if test -n "$MAGIC_CMD"; then
9876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9877$as_echo "$MAGIC_CMD" >&6; }
9878else
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9880$as_echo "no" >&6; }
9881fi
9882
9883
f0569246 9884 else
6bb11ab3 9885 MAGIC_CMD=:
f0569246
AC
9886 fi
9887fi
81ecdfbb 9888
6bb11ab3
L
9889 fi
9890 ;;
81ecdfbb 9891esac
6bb11ab3
L
9892
9893# Use C for the default configuration in the libtool script
9894
9895lt_save_CC="$CC"
9896ac_ext=c
9897ac_cpp='$CPP $CPPFLAGS'
9898ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9899ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9900ac_compiler_gnu=$ac_cv_c_compiler_gnu
9901
9902
9903# Source file extension for C test sources.
9904ac_ext=c
9905
9906# Object file extension for compiled C test sources.
9907objext=o
9908objext=$objext
9909
9910# Code to be used in simple compile tests
9911lt_simple_compile_test_code="int some_variable = 0;"
9912
9913# Code to be used in simple link tests
9914lt_simple_link_test_code='int main(){return(0);}'
9915
9916
9917
9918
9919
9920
9921
9922# If no C compiler was specified, use CC.
9923LTCC=${LTCC-"$CC"}
9924
9925# If no C compiler flags were specified, use CFLAGS.
9926LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9927
9928# Allow CC to be a program name with arguments.
9929compiler=$CC
9930
9931# Save the default compiler, since it gets overwritten when the other
9932# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9933compiler_DEFAULT=$CC
9934
9935# save warnings/boilerplate of simple test code
9936ac_outfile=conftest.$ac_objext
9937echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9938eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9939_lt_compiler_boilerplate=`cat conftest.err`
9940$RM conftest*
9941
9942ac_outfile=conftest.$ac_objext
9943echo "$lt_simple_link_test_code" >conftest.$ac_ext
9944eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9945_lt_linker_boilerplate=`cat conftest.err`
9946$RM -r conftest*
9947
9948
9949## CAVEAT EMPTOR:
9950## There is no encapsulation within the following macros, do not change
9951## the running order or otherwise move them around unless you know exactly
9952## what you are doing...
9953if test -n "$compiler"; then
9954
9955lt_prog_compiler_no_builtin_flag=
9956
9957if test "$GCC" = yes; then
9958 case $cc_basename in
9959 nvcc*)
9960 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9961 *)
9962 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9963 esac
6bb11ab3
L
9964
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9966$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 9967if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 9968 $as_echo_n "(cached) " >&6
f0569246 9969else
6bb11ab3
L
9970 lt_cv_prog_compiler_rtti_exceptions=no
9971 ac_outfile=conftest.$ac_objext
9972 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9973 lt_compiler_flag="-fno-rtti -fno-exceptions"
9974 # Insert the option either (1) after the last *FLAGS variable, or
9975 # (2) before a word containing "conftest.", or (3) at the end.
9976 # Note that $ac_compile itself does not contain backslashes and begins
9977 # with a dollar sign (not a hyphen), so the echo should work correctly.
9978 # The option is referenced via a variable to avoid confusing sed.
9979 lt_compile=`echo "$ac_compile" | $SED \
9980 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9981 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9982 -e 's:$: $lt_compiler_flag:'`
9983 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9984 (eval "$lt_compile" 2>conftest.err)
9985 ac_status=$?
9986 cat conftest.err >&5
9987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988 if (exit $ac_status) && test -s "$ac_outfile"; then
9989 # The compiler can only warn and ignore the option if not recognized
9990 # So say no if there are warnings other than the usual output.
9991 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9992 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9993 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9994 lt_cv_prog_compiler_rtti_exceptions=yes
9995 fi
9996 fi
9997 $RM conftest*
9998
f0569246 9999fi
6bb11ab3
L
10000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
10001$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
10002
10003if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
10004 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
10005else
10006 :
10007fi
10008
10009fi
10010
10011
10012
10013
10014
10015
10016 lt_prog_compiler_wl=
10017lt_prog_compiler_pic=
10018lt_prog_compiler_static=
10019
10020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
10021$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
10022
10023 if test "$GCC" = yes; then
10024 lt_prog_compiler_wl='-Wl,'
10025 lt_prog_compiler_static='-static'
10026
10027 case $host_os in
10028 aix*)
10029 # All AIX code is PIC.
10030 if test "$host_cpu" = ia64; then
10031 # AIX 5 now supports IA64 processor
10032 lt_prog_compiler_static='-Bstatic'
10033 fi
10034 lt_prog_compiler_pic='-fPIC'
10035 ;;
10036
10037 amigaos*)
10038 case $host_cpu in
10039 powerpc)
10040 # see comment about AmigaOS4 .so support
10041 lt_prog_compiler_pic='-fPIC'
10042 ;;
10043 m68k)
10044 # FIXME: we need at least 68020 code to build shared libraries, but
10045 # adding the `-m68020' flag to GCC prevents building anything better,
10046 # like `-m68040'.
10047 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
10048 ;;
10049 esac
10050 ;;
10051
10052 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10053 # PIC is the default for these OSes.
10054 ;;
10055
10056 mingw* | cygwin* | pw32* | os2* | cegcc*)
10057 # This hack is so that the source file can tell whether it is being
10058 # built for inclusion in a dll (and should export symbols for example).
10059 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10060 # (--disable-auto-import) libraries
10061 lt_prog_compiler_pic='-DDLL_EXPORT'
10062 ;;
10063
10064 darwin* | rhapsody*)
10065 # PIC is the default on this platform
10066 # Common symbols not allowed in MH_DYLIB files
10067 lt_prog_compiler_pic='-fno-common'
10068 ;;
10069
10070 haiku*)
10071 # PIC is the default for Haiku.
10072 # The "-static" flag exists, but is broken.
10073 lt_prog_compiler_static=
10074 ;;
10075
10076 hpux*)
10077 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10078 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10079 # sets the default TLS model and affects inlining.
10080 case $host_cpu in
10081 hppa*64*)
10082 # +Z the default
10083 ;;
10084 *)
10085 lt_prog_compiler_pic='-fPIC'
10086 ;;
10087 esac
10088 ;;
10089
10090 interix[3-9]*)
10091 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10092 # Instead, we relocate shared libraries at runtime.
10093 ;;
10094
10095 msdosdjgpp*)
10096 # Just because we use GCC doesn't mean we suddenly get shared libraries
10097 # on systems that don't support them.
10098 lt_prog_compiler_can_build_shared=no
10099 enable_shared=no
10100 ;;
10101
10102 *nto* | *qnx*)
10103 # QNX uses GNU C++, but need to define -shared option too, otherwise
10104 # it will coredump.
10105 lt_prog_compiler_pic='-fPIC -shared'
10106 ;;
10107
10108 sysv4*MP*)
10109 if test -d /usr/nec; then
10110 lt_prog_compiler_pic=-Kconform_pic
10111 fi
10112 ;;
10113
10114 *)
10115 lt_prog_compiler_pic='-fPIC'
10116 ;;
10117 esac
10118
10119 case $cc_basename in
10120 nvcc*) # Cuda Compiler Driver 2.2
10121 lt_prog_compiler_wl='-Xlinker '
10122 lt_prog_compiler_pic='-Xcompiler -fPIC'
10123 ;;
10124 esac
10125 else
10126 # PORTME Check for flag to pass linker flags through the system compiler.
10127 case $host_os in
10128 aix*)
10129 lt_prog_compiler_wl='-Wl,'
10130 if test "$host_cpu" = ia64; then
10131 # AIX 5 now supports IA64 processor
10132 lt_prog_compiler_static='-Bstatic'
10133 else
10134 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10135 fi
10136 ;;
10137
10138 mingw* | cygwin* | pw32* | os2* | cegcc*)
10139 # This hack is so that the source file can tell whether it is being
10140 # built for inclusion in a dll (and should export symbols for example).
10141 lt_prog_compiler_pic='-DDLL_EXPORT'
10142 ;;
10143
10144 hpux9* | hpux10* | hpux11*)
10145 lt_prog_compiler_wl='-Wl,'
10146 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10147 # not for PA HP-UX.
10148 case $host_cpu in
10149 hppa*64*|ia64*)
10150 # +Z the default
10151 ;;
10152 *)
10153 lt_prog_compiler_pic='+Z'
10154 ;;
10155 esac
10156 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10157 lt_prog_compiler_static='${wl}-a ${wl}archive'
10158 ;;
10159
10160 irix5* | irix6* | nonstopux*)
10161 lt_prog_compiler_wl='-Wl,'
10162 # PIC (with -KPIC) is the default.
10163 lt_prog_compiler_static='-non_shared'
10164 ;;
10165
10166 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10167 case $cc_basename in
10168 # old Intel for x86_64 which still supported -KPIC.
10169 ecc*)
10170 lt_prog_compiler_wl='-Wl,'
10171 lt_prog_compiler_pic='-KPIC'
10172 lt_prog_compiler_static='-static'
10173 ;;
10174 # icc used to be incompatible with GCC.
10175 # ICC 10 doesn't accept -KPIC any more.
10176 icc* | ifort*)
10177 lt_prog_compiler_wl='-Wl,'
10178 lt_prog_compiler_pic='-fPIC'
10179 lt_prog_compiler_static='-static'
10180 ;;
10181 # Lahey Fortran 8.1.
10182 lf95*)
10183 lt_prog_compiler_wl='-Wl,'
10184 lt_prog_compiler_pic='--shared'
10185 lt_prog_compiler_static='--static'
10186 ;;
10187 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10188 # Portland Group compilers (*not* the Pentium gcc compiler,
10189 # which looks to be a dead project)
10190 lt_prog_compiler_wl='-Wl,'
10191 lt_prog_compiler_pic='-fpic'
10192 lt_prog_compiler_static='-Bstatic'
10193 ;;
10194 ccc*)
10195 lt_prog_compiler_wl='-Wl,'
10196 # All Alpha code is PIC.
10197 lt_prog_compiler_static='-non_shared'
10198 ;;
10199 xl* | bgxl* | bgf* | mpixl*)
10200 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10201 lt_prog_compiler_wl='-Wl,'
10202 lt_prog_compiler_pic='-qpic'
10203 lt_prog_compiler_static='-qstaticlink'
10204 ;;
10205 *)
10206 case `$CC -V 2>&1 | sed 5q` in
10207 *Sun\ F* | *Sun*Fortran*)
10208 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10209 lt_prog_compiler_pic='-KPIC'
10210 lt_prog_compiler_static='-Bstatic'
10211 lt_prog_compiler_wl=''
10212 ;;
10213 *Sun\ C*)
10214 # Sun C 5.9
10215 lt_prog_compiler_pic='-KPIC'
10216 lt_prog_compiler_static='-Bstatic'
10217 lt_prog_compiler_wl='-Wl,'
10218 ;;
10219 esac
10220 ;;
10221 esac
10222 ;;
10223
10224 newsos6)
10225 lt_prog_compiler_pic='-KPIC'
10226 lt_prog_compiler_static='-Bstatic'
10227 ;;
10228
10229 *nto* | *qnx*)
10230 # QNX uses GNU C++, but need to define -shared option too, otherwise
10231 # it will coredump.
10232 lt_prog_compiler_pic='-fPIC -shared'
10233 ;;
10234
10235 osf3* | osf4* | osf5*)
10236 lt_prog_compiler_wl='-Wl,'
10237 # All OSF/1 code is PIC.
10238 lt_prog_compiler_static='-non_shared'
10239 ;;
10240
10241 rdos*)
10242 lt_prog_compiler_static='-non_shared'
10243 ;;
10244
10245 solaris*)
10246 lt_prog_compiler_pic='-KPIC'
10247 lt_prog_compiler_static='-Bstatic'
10248 case $cc_basename in
10249 f77* | f90* | f95*)
10250 lt_prog_compiler_wl='-Qoption ld ';;
10251 *)
10252 lt_prog_compiler_wl='-Wl,';;
10253 esac
10254 ;;
10255
10256 sunos4*)
10257 lt_prog_compiler_wl='-Qoption ld '
10258 lt_prog_compiler_pic='-PIC'
10259 lt_prog_compiler_static='-Bstatic'
10260 ;;
f0569246 10261
6bb11ab3
L
10262 sysv4 | sysv4.2uw2* | sysv4.3*)
10263 lt_prog_compiler_wl='-Wl,'
10264 lt_prog_compiler_pic='-KPIC'
10265 lt_prog_compiler_static='-Bstatic'
10266 ;;
f0569246 10267
6bb11ab3
L
10268 sysv4*MP*)
10269 if test -d /usr/nec ;then
10270 lt_prog_compiler_pic='-Kconform_pic'
10271 lt_prog_compiler_static='-Bstatic'
10272 fi
10273 ;;
f0569246 10274
6bb11ab3
L
10275 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10276 lt_prog_compiler_wl='-Wl,'
10277 lt_prog_compiler_pic='-KPIC'
10278 lt_prog_compiler_static='-Bstatic'
10279 ;;
10280
10281 unicos*)
10282 lt_prog_compiler_wl='-Wl,'
10283 lt_prog_compiler_can_build_shared=no
10284 ;;
10285
10286 uts4*)
10287 lt_prog_compiler_pic='-pic'
10288 lt_prog_compiler_static='-Bstatic'
10289 ;;
10290
10291 *)
10292 lt_prog_compiler_can_build_shared=no
10293 ;;
10294 esac
10295 fi
10296
10297case $host_os in
10298 # For platforms which do not support PIC, -DPIC is meaningless:
10299 *djgpp*)
10300 lt_prog_compiler_pic=
10301 ;;
10302 *)
10303 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10304 ;;
81ecdfbb 10305esac
6bb11ab3
L
10306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10307$as_echo "$lt_prog_compiler_pic" >&6; }
10308
10309
10310
10311
10312
10313
10314#
10315# Check to make sure the PIC flag actually works.
10316#
10317if test -n "$lt_prog_compiler_pic"; then
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10319$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 10320if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 10321 $as_echo_n "(cached) " >&6
b7026657 10322else
6bb11ab3
L
10323 lt_cv_prog_compiler_pic_works=no
10324 ac_outfile=conftest.$ac_objext
10325 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10326 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10327 # Insert the option either (1) after the last *FLAGS variable, or
10328 # (2) before a word containing "conftest.", or (3) at the end.
10329 # Note that $ac_compile itself does not contain backslashes and begins
10330 # with a dollar sign (not a hyphen), so the echo should work correctly.
10331 # The option is referenced via a variable to avoid confusing sed.
10332 lt_compile=`echo "$ac_compile" | $SED \
10333 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10334 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10335 -e 's:$: $lt_compiler_flag:'`
10336 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10337 (eval "$lt_compile" 2>conftest.err)
10338 ac_status=$?
10339 cat conftest.err >&5
10340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10341 if (exit $ac_status) && test -s "$ac_outfile"; then
10342 # The compiler can only warn and ignore the option if not recognized
10343 # So say no if there are warnings other than the usual output.
10344 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10345 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10346 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10347 lt_cv_prog_compiler_pic_works=yes
10348 fi
10349 fi
10350 $RM conftest*
b7026657 10351
b7026657 10352fi
6bb11ab3
L
10353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10354$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10355
10356if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10357 case $lt_prog_compiler_pic in
10358 "" | " "*) ;;
10359 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10360 esac
10361else
10362 lt_prog_compiler_pic=
10363 lt_prog_compiler_can_build_shared=no
f0569246 10364fi
6bb11ab3
L
10365
10366fi
10367
10368
10369
10370
10371
10372
10373#
10374# Check to make sure the static flag actually works.
10375#
10376wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10378$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 10379if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 10380 $as_echo_n "(cached) " >&6
f0569246 10381else
6bb11ab3
L
10382 lt_cv_prog_compiler_static_works=no
10383 save_LDFLAGS="$LDFLAGS"
10384 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10385 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10386 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10387 # The linker can only warn and ignore the option if not recognized
10388 # So say no if there are warnings
10389 if test -s conftest.err; then
10390 # Append any errors to the config.log.
10391 cat conftest.err 1>&5
10392 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10393 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10394 if diff conftest.exp conftest.er2 >/dev/null; then
10395 lt_cv_prog_compiler_static_works=yes
10396 fi
10397 else
10398 lt_cv_prog_compiler_static_works=yes
10399 fi
10400 fi
10401 $RM -r conftest*
10402 LDFLAGS="$save_LDFLAGS"
f0569246 10403
6bb11ab3
L
10404fi
10405{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10406$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 10407
6bb11ab3
L
10408if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10409 :
f0569246 10410else
6bb11ab3 10411 lt_prog_compiler_static=
f0569246 10412fi
b7026657 10413
6bb11ab3
L
10414
10415
10416
10417
10418
10419
10420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10421$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10422if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 10423 $as_echo_n "(cached) " >&6
81ecdfbb 10424else
6bb11ab3
L
10425 lt_cv_prog_compiler_c_o=no
10426 $RM -r conftest 2>/dev/null
10427 mkdir conftest
10428 cd conftest
10429 mkdir out
10430 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10431
10432 lt_compiler_flag="-o out/conftest2.$ac_objext"
10433 # Insert the option either (1) after the last *FLAGS variable, or
10434 # (2) before a word containing "conftest.", or (3) at the end.
10435 # Note that $ac_compile itself does not contain backslashes and begins
10436 # with a dollar sign (not a hyphen), so the echo should work correctly.
10437 lt_compile=`echo "$ac_compile" | $SED \
10438 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10439 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10440 -e 's:$: $lt_compiler_flag:'`
10441 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10442 (eval "$lt_compile" 2>out/conftest.err)
10443 ac_status=$?
10444 cat out/conftest.err >&5
10445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10446 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10447 then
10448 # The compiler can only warn and ignore the option if not recognized
10449 # So say no if there are warnings
10450 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10451 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10452 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10453 lt_cv_prog_compiler_c_o=yes
10454 fi
10455 fi
10456 chmod u+w . 2>&5
10457 $RM conftest*
10458 # SGI C++ compiler will create directory out/ii_files/ for
10459 # template instantiation
10460 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10461 $RM out/* && rmdir out
10462 cd ..
10463 $RM -r conftest
10464 $RM conftest*
10465
81ecdfbb 10466fi
6bb11ab3
L
10467{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10468$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10469
10470
10471
10472
10473
10474
10475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10476$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10477if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
10478 $as_echo_n "(cached) " >&6
10479else
6bb11ab3
L
10480 lt_cv_prog_compiler_c_o=no
10481 $RM -r conftest 2>/dev/null
10482 mkdir conftest
10483 cd conftest
10484 mkdir out
10485 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10486
10487 lt_compiler_flag="-o out/conftest2.$ac_objext"
10488 # Insert the option either (1) after the last *FLAGS variable, or
10489 # (2) before a word containing "conftest.", or (3) at the end.
10490 # Note that $ac_compile itself does not contain backslashes and begins
10491 # with a dollar sign (not a hyphen), so the echo should work correctly.
10492 lt_compile=`echo "$ac_compile" | $SED \
10493 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10494 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10495 -e 's:$: $lt_compiler_flag:'`
10496 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10497 (eval "$lt_compile" 2>out/conftest.err)
10498 ac_status=$?
10499 cat out/conftest.err >&5
10500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10501 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10502 then
10503 # The compiler can only warn and ignore the option if not recognized
10504 # So say no if there are warnings
10505 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10506 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10507 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10508 lt_cv_prog_compiler_c_o=yes
10509 fi
10510 fi
10511 chmod u+w . 2>&5
10512 $RM conftest*
10513 # SGI C++ compiler will create directory out/ii_files/ for
10514 # template instantiation
10515 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10516 $RM out/* && rmdir out
10517 cd ..
10518 $RM -r conftest
10519 $RM conftest*
10520
10521fi
10522{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10523$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10524
10525
10526
10527
10528hard_links="nottested"
10529if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10530 # do not overwrite the value of need_locks provided by the user
10531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10532$as_echo_n "checking if we can lock with hard links... " >&6; }
10533 hard_links=yes
10534 $RM conftest*
10535 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10536 touch conftest.a
10537 ln conftest.a conftest.b 2>&5 || hard_links=no
10538 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10540$as_echo "$hard_links" >&6; }
10541 if test "$hard_links" = no; then
10542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10543$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10544 need_locks=warn
10545 fi
10546else
10547 need_locks=no
10548fi
10549
10550
10551
10552
10553
10554
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10556$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10557
10558 runpath_var=
10559 allow_undefined_flag=
10560 always_export_symbols=no
10561 archive_cmds=
10562 archive_expsym_cmds=
10563 compiler_needs_object=no
10564 enable_shared_with_static_runtimes=no
10565 export_dynamic_flag_spec=
10566 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10567 hardcode_automatic=no
10568 hardcode_direct=no
10569 hardcode_direct_absolute=no
10570 hardcode_libdir_flag_spec=
10571 hardcode_libdir_flag_spec_ld=
10572 hardcode_libdir_separator=
10573 hardcode_minus_L=no
10574 hardcode_shlibpath_var=unsupported
10575 inherit_rpath=no
10576 link_all_deplibs=unknown
10577 module_cmds=
10578 module_expsym_cmds=
10579 old_archive_from_new_cmds=
10580 old_archive_from_expsyms_cmds=
10581 thread_safe_flag_spec=
10582 whole_archive_flag_spec=
10583 # include_expsyms should be a list of space-separated symbols to be *always*
10584 # included in the symbol list
10585 include_expsyms=
10586 # exclude_expsyms can be an extended regexp of symbols to exclude
10587 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10588 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10589 # as well as any symbol that contains `d'.
10590 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10591 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10592 # platforms (ab)use it in PIC code, but their linkers get confused if
10593 # the symbol is explicitly referenced. Since portable code cannot
10594 # rely on this symbol name, it's probably fine to never include it in
10595 # preloaded symbol tables.
10596 # Exclude shared library initialization/finalization symbols.
10597 extract_expsyms_cmds=
10598
10599 case $host_os in
10600 cygwin* | mingw* | pw32* | cegcc*)
10601 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10602 # When not using gcc, we currently assume that we are using
10603 # Microsoft Visual C++.
10604 if test "$GCC" != yes; then
10605 with_gnu_ld=no
10606 fi
10607 ;;
10608 interix*)
10609 # we just hope/assume this is gcc and not c89 (= MSVC++)
10610 with_gnu_ld=yes
10611 ;;
10612 openbsd*)
10613 with_gnu_ld=no
10614 ;;
10615 esac
f0569246 10616
6bb11ab3
L
10617 ld_shlibs=yes
10618
10619 # On some targets, GNU ld is compatible enough with the native linker
10620 # that we're better off using the native interface for both.
10621 lt_use_gnu_ld_interface=no
10622 if test "$with_gnu_ld" = yes; then
10623 case $host_os in
10624 aix*)
10625 # The AIX port of GNU ld has always aspired to compatibility
10626 # with the native linker. However, as the warning in the GNU ld
10627 # block says, versions before 2.19.5* couldn't really create working
10628 # shared libraries, regardless of the interface used.
10629 case `$LD -v 2>&1` in
10630 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10631 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10632 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10633 *)
10634 lt_use_gnu_ld_interface=yes
10635 ;;
10636 esac
10637 ;;
10638 *)
10639 lt_use_gnu_ld_interface=yes
10640 ;;
10641 esac
10642 fi
f0569246 10643
6bb11ab3
L
10644 if test "$lt_use_gnu_ld_interface" = yes; then
10645 # If archive_cmds runs LD, not CC, wlarc should be empty
10646 wlarc='${wl}'
10647
10648 # Set some defaults for GNU ld with shared library support. These
10649 # are reset later if shared libraries are not supported. Putting them
10650 # here allows them to be overridden if necessary.
10651 runpath_var=LD_RUN_PATH
10652 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10653 export_dynamic_flag_spec='${wl}--export-dynamic'
10654 # ancient GNU ld didn't support --whole-archive et. al.
10655 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10656 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10657 else
10658 whole_archive_flag_spec=
10659 fi
10660 supports_anon_versioning=no
10661 case `$LD -v 2>&1` in
10662 *GNU\ gold*) supports_anon_versioning=yes ;;
10663 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10664 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10665 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10666 *\ 2.11.*) ;; # other 2.11 versions
10667 *) supports_anon_versioning=yes ;;
10668 esac
10669
10670 # See if GNU ld supports shared libraries.
10671 case $host_os in
10672 aix[3-9]*)
10673 # On AIX/PPC, the GNU linker is very broken
10674 if test "$host_cpu" != ia64; then
10675 ld_shlibs=no
10676 cat <<_LT_EOF 1>&2
10677
10678*** Warning: the GNU linker, at least up to release 2.19, is reported
10679*** to be unable to reliably create shared libraries on AIX.
10680*** Therefore, libtool is disabling shared libraries support. If you
10681*** really care for shared libraries, you may want to install binutils
10682*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10683*** You will then need to restart the configuration process.
10684
10685_LT_EOF
10686 fi
10687 ;;
10688
10689 amigaos*)
10690 case $host_cpu in
10691 powerpc)
10692 # see comment about AmigaOS4 .so support
10693 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10694 archive_expsym_cmds=''
10695 ;;
10696 m68k)
10697 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)'
10698 hardcode_libdir_flag_spec='-L$libdir'
10699 hardcode_minus_L=yes
10700 ;;
10701 esac
10702 ;;
10703
10704 beos*)
10705 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10706 allow_undefined_flag=unsupported
10707 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10708 # support --undefined. This deserves some investigation. FIXME
10709 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10710 else
10711 ld_shlibs=no
10712 fi
10713 ;;
10714
10715 cygwin* | mingw* | pw32* | cegcc*)
10716 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10717 # as there is no search path for DLLs.
10718 hardcode_libdir_flag_spec='-L$libdir'
10719 export_dynamic_flag_spec='${wl}--export-all-symbols'
10720 allow_undefined_flag=unsupported
10721 always_export_symbols=no
10722 enable_shared_with_static_runtimes=yes
10723 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10724
10725 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10726 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10727 # If the export-symbols file already is a .def file (1st line
10728 # is EXPORTS), use it as is; otherwise, prepend...
10729 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10730 cp $export_symbols $output_objdir/$soname.def;
10731 else
10732 echo EXPORTS > $output_objdir/$soname.def;
10733 cat $export_symbols >> $output_objdir/$soname.def;
10734 fi~
10735 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10736 else
10737 ld_shlibs=no
10738 fi
10739 ;;
10740
10741 haiku*)
10742 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10743 link_all_deplibs=yes
10744 ;;
10745
10746 interix[3-9]*)
10747 hardcode_direct=no
10748 hardcode_shlibpath_var=no
10749 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10750 export_dynamic_flag_spec='${wl}-E'
10751 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10752 # Instead, shared libraries are loaded at an image base (0x10000000 by
10753 # default) and relocated if they conflict, which is a slow very memory
10754 # consuming and fragmenting process. To avoid this, we pick a random,
10755 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10756 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10757 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10758 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'
10759 ;;
10760
10761 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10762 tmp_diet=no
10763 if test "$host_os" = linux-dietlibc; then
10764 case $cc_basename in
10765 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10766 esac
10767 fi
10768 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10769 && test "$tmp_diet" = no
10770 then
5cddc23a 10771 tmp_addflag=' $pic_flag'
6bb11ab3
L
10772 tmp_sharedflag='-shared'
10773 case $cc_basename,$host_cpu in
10774 pgcc*) # Portland Group C compiler
10775 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'
10776 tmp_addflag=' $pic_flag'
10777 ;;
10778 pgf77* | pgf90* | pgf95* | pgfortran*)
10779 # Portland Group f77 and f90 compilers
10780 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'
10781 tmp_addflag=' $pic_flag -Mnomain' ;;
10782 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10783 tmp_addflag=' -i_dynamic' ;;
10784 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10785 tmp_addflag=' -i_dynamic -nofor_main' ;;
10786 ifc* | ifort*) # Intel Fortran compiler
10787 tmp_addflag=' -nofor_main' ;;
10788 lf95*) # Lahey Fortran 8.1
10789 whole_archive_flag_spec=
10790 tmp_sharedflag='--shared' ;;
10791 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10792 tmp_sharedflag='-qmkshrobj'
10793 tmp_addflag= ;;
10794 nvcc*) # Cuda Compiler Driver 2.2
10795 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'
10796 compiler_needs_object=yes
10797 ;;
10798 esac
10799 case `$CC -V 2>&1 | sed 5q` in
10800 *Sun\ C*) # Sun C 5.9
10801 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'
10802 compiler_needs_object=yes
10803 tmp_sharedflag='-G' ;;
10804 *Sun\ F*) # Sun Fortran 8.3
10805 tmp_sharedflag='-G' ;;
10806 esac
10807 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10808
10809 if test "x$supports_anon_versioning" = xyes; then
10810 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10811 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10812 echo "local: *; };" >> $output_objdir/$libname.ver~
10813 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10814 fi
10815
10816 case $cc_basename in
10817 xlf* | bgf* | bgxlf* | mpixlf*)
10818 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10819 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10820 hardcode_libdir_flag_spec=
10821 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10822 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10823 if test "x$supports_anon_versioning" = xyes; then
10824 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10825 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10826 echo "local: *; };" >> $output_objdir/$libname.ver~
10827 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10828 fi
10829 ;;
10830 esac
10831 else
10832 ld_shlibs=no
10833 fi
10834 ;;
10835
10836 netbsd*)
10837 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10838 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10839 wlarc=
10840 else
10841 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10842 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10843 fi
10844 ;;
10845
10846 solaris*)
10847 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10848 ld_shlibs=no
10849 cat <<_LT_EOF 1>&2
10850
10851*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10852*** create shared libraries on Solaris systems. Therefore, libtool
10853*** is disabling shared libraries support. We urge you to upgrade GNU
10854*** binutils to release 2.9.1 or newer. Another option is to modify
10855*** your PATH or compiler configuration so that the native linker is
10856*** used, and then restart.
10857
10858_LT_EOF
10859 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10860 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10861 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10862 else
10863 ld_shlibs=no
10864 fi
10865 ;;
10866
10867 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10868 case `$LD -v 2>&1` in
10869 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10870 ld_shlibs=no
10871 cat <<_LT_EOF 1>&2
10872
10873*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10874*** reliably create shared libraries on SCO systems. Therefore, libtool
10875*** is disabling shared libraries support. We urge you to upgrade GNU
10876*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10877*** your PATH or compiler configuration so that the native linker is
10878*** used, and then restart.
10879
10880_LT_EOF
10881 ;;
10882 *)
10883 # For security reasons, it is highly recommended that you always
10884 # use absolute paths for naming shared libraries, and exclude the
10885 # DT_RUNPATH tag from executables and libraries. But doing so
10886 # requires that you compile everything twice, which is a pain.
10887 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10888 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10889 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10890 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10891 else
10892 ld_shlibs=no
10893 fi
10894 ;;
10895 esac
10896 ;;
10897
10898 sunos4*)
10899 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10900 wlarc=
10901 hardcode_direct=yes
10902 hardcode_shlibpath_var=no
10903 ;;
10904
10905 *)
10906 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10907 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10908 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10909 else
10910 ld_shlibs=no
10911 fi
10912 ;;
10913 esac
10914
10915 if test "$ld_shlibs" = no; then
10916 runpath_var=
10917 hardcode_libdir_flag_spec=
10918 export_dynamic_flag_spec=
10919 whole_archive_flag_spec=
10920 fi
10921 else
10922 # PORTME fill in a description of your system's linker (not GNU ld)
10923 case $host_os in
10924 aix3*)
10925 allow_undefined_flag=unsupported
10926 always_export_symbols=yes
10927 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'
10928 # Note: this linker hardcodes the directories in LIBPATH if there
10929 # are no directories specified by -L.
10930 hardcode_minus_L=yes
10931 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10932 # Neither direct hardcoding nor static linking is supported with a
10933 # broken collect2.
10934 hardcode_direct=unsupported
10935 fi
10936 ;;
10937
10938 aix[4-9]*)
10939 if test "$host_cpu" = ia64; then
10940 # On IA64, the linker does run time linking by default, so we don't
10941 # have to do anything special.
10942 aix_use_runtimelinking=no
10943 exp_sym_flag='-Bexport'
10944 no_entry_flag=""
10945 else
10946 # If we're using GNU nm, then we don't want the "-C" option.
10947 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10948 # Also, AIX nm treats weak defined symbols like other global
10949 # defined symbols, whereas GNU nm marks them as "W".
10950 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10951 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'
10952 else
5c887dd5 10953 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
10954 fi
10955 aix_use_runtimelinking=no
10956
10957 # Test if we are trying to use run time linking or normal
10958 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10959 # need to do runtime linking.
10960 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10961 for ld_flag in $LDFLAGS; do
10962 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10963 aix_use_runtimelinking=yes
10964 break
10965 fi
10966 done
10967 ;;
10968 esac
10969
10970 exp_sym_flag='-bexport'
10971 no_entry_flag='-bnoentry'
10972 fi
10973
10974 # When large executables or shared objects are built, AIX ld can
10975 # have problems creating the table of contents. If linking a library
10976 # or program results in "error TOC overflow" add -mminimal-toc to
10977 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10978 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10979
10980 archive_cmds=''
10981 hardcode_direct=yes
10982 hardcode_direct_absolute=yes
10983 hardcode_libdir_separator=':'
10984 link_all_deplibs=yes
10985 file_list_spec='${wl}-f,'
10986
10987 if test "$GCC" = yes; then
10988 case $host_os in aix4.[012]|aix4.[012].*)
10989 # We only want to do this on AIX 4.2 and lower, the check
10990 # below for broken collect2 doesn't work under 4.3+
10991 collect2name=`${CC} -print-prog-name=collect2`
10992 if test -f "$collect2name" &&
10993 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10994 then
10995 # We have reworked collect2
10996 :
10997 else
10998 # We have old collect2
10999 hardcode_direct=unsupported
11000 # It fails to find uninstalled libraries when the uninstalled
11001 # path is not listed in the libpath. Setting hardcode_minus_L
11002 # to unsupported forces relinking
11003 hardcode_minus_L=yes
11004 hardcode_libdir_flag_spec='-L$libdir'
11005 hardcode_libdir_separator=
11006 fi
11007 ;;
11008 esac
11009 shared_flag='-shared'
11010 if test "$aix_use_runtimelinking" = yes; then
11011 shared_flag="$shared_flag "'${wl}-G'
11012 fi
11013 else
11014 # not using gcc
11015 if test "$host_cpu" = ia64; then
11016 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11017 # chokes on -Wl,-G. The following line is correct:
11018 shared_flag='-G'
11019 else
11020 if test "$aix_use_runtimelinking" = yes; then
11021 shared_flag='${wl}-G'
11022 else
11023 shared_flag='${wl}-bM:SRE'
11024 fi
11025 fi
11026 fi
11027
11028 export_dynamic_flag_spec='${wl}-bexpall'
11029 # It seems that -bexpall does not export symbols beginning with
11030 # underscore (_), so it is better to generate a list of symbols to export.
11031 always_export_symbols=yes
11032 if test "$aix_use_runtimelinking" = yes; then
11033 # Warning - without using the other runtime loading flags (-brtl),
11034 # -berok will link without error, but may produce a broken library.
11035 allow_undefined_flag='-berok'
11036 # Determine the default libpath from the value encoded in an
11037 # empty executable.
11038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
11039/* end confdefs.h. */
11040
11041int
11042main ()
11043{
11044
11045 ;
11046 return 0;
11047}
11048_ACEOF
6bb11ab3 11049if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 11050
6bb11ab3
L
11051lt_aix_libpath_sed='
11052 /Import File Strings/,/^$/ {
11053 /^0/ {
11054 s/^0 *\(.*\)$/\1/
11055 p
11056 }
11057 }'
11058aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11059# Check for a 64-bit object if we didn't find anything.
11060if test -z "$aix_libpath"; then
11061 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11062fi
11063fi
11064rm -f core conftest.err conftest.$ac_objext \
11065 conftest$ac_exeext conftest.$ac_ext
11066if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11067
11068 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11069 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"
11070 else
11071 if test "$host_cpu" = ia64; then
11072 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11073 allow_undefined_flag="-z nodefs"
11074 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"
11075 else
11076 # Determine the default libpath from the value encoded in an
11077 # empty executable.
81ecdfbb
RW
11078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11079/* end confdefs.h. */
11080
11081int
11082main ()
11083{
b7026657 11084
81ecdfbb
RW
11085 ;
11086 return 0;
11087}
11088_ACEOF
6bb11ab3
L
11089if ac_fn_c_try_link "$LINENO"; then :
11090
11091lt_aix_libpath_sed='
11092 /Import File Strings/,/^$/ {
11093 /^0/ {
11094 s/^0 *\(.*\)$/\1/
11095 p
11096 }
11097 }'
11098aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11099# Check for a 64-bit object if we didn't find anything.
11100if test -z "$aix_libpath"; then
11101 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 11102fi
81ecdfbb 11103fi
6bb11ab3
L
11104rm -f core conftest.err conftest.$ac_objext \
11105 conftest$ac_exeext conftest.$ac_ext
11106if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11107
11108 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11109 # Warning - without using the other run time loading flags,
11110 # -berok will link without error, but may produce a broken library.
11111 no_undefined_flag=' ${wl}-bernotok'
11112 allow_undefined_flag=' ${wl}-berok'
11113 if test "$with_gnu_ld" = yes; then
11114 # We only use this code for GNU lds that support --whole-archive.
11115 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11116 else
11117 # Exported symbols can be pulled into shared objects from archives
11118 whole_archive_flag_spec='$convenience'
11119 fi
11120 archive_cmds_need_lc=yes
11121 # This is similar to how AIX traditionally builds its shared libraries.
11122 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'
11123 fi
11124 fi
11125 ;;
11126
11127 amigaos*)
11128 case $host_cpu in
11129 powerpc)
11130 # see comment about AmigaOS4 .so support
11131 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11132 archive_expsym_cmds=''
11133 ;;
11134 m68k)
11135 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)'
11136 hardcode_libdir_flag_spec='-L$libdir'
11137 hardcode_minus_L=yes
11138 ;;
11139 esac
11140 ;;
11141
11142 bsdi[45]*)
11143 export_dynamic_flag_spec=-rdynamic
11144 ;;
11145
11146 cygwin* | mingw* | pw32* | cegcc*)
11147 # When not using gcc, we currently assume that we are using
11148 # Microsoft Visual C++.
11149 # hardcode_libdir_flag_spec is actually meaningless, as there is
11150 # no search path for DLLs.
11151 hardcode_libdir_flag_spec=' '
11152 allow_undefined_flag=unsupported
11153 # Tell ltmain to make .lib files, not .a files.
11154 libext=lib
11155 # Tell ltmain to make .dll files, not .so files.
11156 shrext_cmds=".dll"
11157 # FIXME: Setting linknames here is a bad hack.
11158 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11159 # The linker will automatically build a .lib file if we build a DLL.
11160 old_archive_from_new_cmds='true'
11161 # FIXME: Should let the user specify the lib program.
11162 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11163 fix_srcfile_path='`cygpath -w "$srcfile"`'
11164 enable_shared_with_static_runtimes=yes
11165 ;;
11166
11167 darwin* | rhapsody*)
11168
11169
11170 archive_cmds_need_lc=no
11171 hardcode_direct=no
11172 hardcode_automatic=yes
11173 hardcode_shlibpath_var=unsupported
11174 if test "$lt_cv_ld_force_load" = "yes"; then
11175 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 11176 else
6bb11ab3 11177 whole_archive_flag_spec=''
f0569246 11178 fi
6bb11ab3
L
11179 link_all_deplibs=yes
11180 allow_undefined_flag="$_lt_dar_allow_undefined"
11181 case $cc_basename in
11182 ifort*) _lt_dar_can_shared=yes ;;
11183 *) _lt_dar_can_shared=$GCC ;;
11184 esac
11185 if test "$_lt_dar_can_shared" = "yes"; then
11186 output_verbose_link_cmd=func_echo_all
11187 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11188 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11189 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}"
11190 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}"
11191
f0569246 11192 else
6bb11ab3 11193 ld_shlibs=no
f0569246 11194 fi
6bb11ab3
L
11195
11196 ;;
11197
11198 dgux*)
11199 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11200 hardcode_libdir_flag_spec='-L$libdir'
11201 hardcode_shlibpath_var=no
11202 ;;
11203
11204 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11205 # support. Future versions do this automatically, but an explicit c++rt0.o
11206 # does not break anything, and helps significantly (at the cost of a little
11207 # extra space).
11208 freebsd2.2*)
11209 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11210 hardcode_libdir_flag_spec='-R$libdir'
11211 hardcode_direct=yes
11212 hardcode_shlibpath_var=no
11213 ;;
11214
11215 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11216 freebsd2.*)
11217 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11218 hardcode_direct=yes
11219 hardcode_minus_L=yes
11220 hardcode_shlibpath_var=no
11221 ;;
11222
11223 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11224 freebsd* | dragonfly*)
11225 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11226 hardcode_libdir_flag_spec='-R$libdir'
11227 hardcode_direct=yes
11228 hardcode_shlibpath_var=no
11229 ;;
11230
11231 hpux9*)
11232 if test "$GCC" = yes; then
11233 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'
11234 else
11235 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'
11236 fi
11237 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11238 hardcode_libdir_separator=:
11239 hardcode_direct=yes
11240
11241 # hardcode_minus_L: Not really in the search PATH,
11242 # but as the default location of the library.
11243 hardcode_minus_L=yes
11244 export_dynamic_flag_spec='${wl}-E'
11245 ;;
11246
11247 hpux10*)
11248 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11249 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11250 else
11251 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11252 fi
11253 if test "$with_gnu_ld" = no; then
11254 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11255 hardcode_libdir_flag_spec_ld='+b $libdir'
11256 hardcode_libdir_separator=:
11257 hardcode_direct=yes
11258 hardcode_direct_absolute=yes
11259 export_dynamic_flag_spec='${wl}-E'
11260 # hardcode_minus_L: Not really in the search PATH,
11261 # but as the default location of the library.
11262 hardcode_minus_L=yes
11263 fi
11264 ;;
11265
11266 hpux11*)
11267 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11268 case $host_cpu in
11269 hppa*64*)
11270 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11271 ;;
11272 ia64*)
11273 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11274 ;;
11275 *)
11276 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11277 ;;
11278 esac
11279 else
11280 case $host_cpu in
11281 hppa*64*)
11282 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11283 ;;
11284 ia64*)
11285 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11286 ;;
11287 *)
11288
11289 # Older versions of the 11.00 compiler do not understand -b yet
11290 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11292$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 11293if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 11294 $as_echo_n "(cached) " >&6
f0569246 11295else
6bb11ab3
L
11296 lt_cv_prog_compiler__b=no
11297 save_LDFLAGS="$LDFLAGS"
11298 LDFLAGS="$LDFLAGS -b"
11299 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11300 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11301 # The linker can only warn and ignore the option if not recognized
11302 # So say no if there are warnings
11303 if test -s conftest.err; then
11304 # Append any errors to the config.log.
11305 cat conftest.err 1>&5
11306 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11307 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11308 if diff conftest.exp conftest.er2 >/dev/null; then
11309 lt_cv_prog_compiler__b=yes
11310 fi
11311 else
11312 lt_cv_prog_compiler__b=yes
11313 fi
11314 fi
11315 $RM -r conftest*
11316 LDFLAGS="$save_LDFLAGS"
f0569246 11317
6bb11ab3
L
11318fi
11319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11320$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 11321
6bb11ab3
L
11322if test x"$lt_cv_prog_compiler__b" = xyes; then
11323 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11324else
11325 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11326fi
81ecdfbb 11327
6bb11ab3
L
11328 ;;
11329 esac
11330 fi
11331 if test "$with_gnu_ld" = no; then
11332 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11333 hardcode_libdir_separator=:
11334
11335 case $host_cpu in
11336 hppa*64*|ia64*)
11337 hardcode_direct=no
11338 hardcode_shlibpath_var=no
11339 ;;
11340 *)
11341 hardcode_direct=yes
11342 hardcode_direct_absolute=yes
11343 export_dynamic_flag_spec='${wl}-E'
11344
11345 # hardcode_minus_L: Not really in the search PATH,
11346 # but as the default location of the library.
11347 hardcode_minus_L=yes
11348 ;;
11349 esac
11350 fi
11351 ;;
11352
11353 irix5* | irix6* | nonstopux*)
11354 if test "$GCC" = yes; then
11355 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'
11356 # Try to use the -exported_symbol ld option, if it does not
11357 # work, assume that -exports_file does not work either and
11358 # implicitly export all symbols.
11359 save_LDFLAGS="$LDFLAGS"
11360 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11362/* end confdefs.h. */
11363int foo(void) {}
b7026657 11364_ACEOF
6bb11ab3
L
11365if ac_fn_c_try_link "$LINENO"; then :
11366 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 11367
f0569246 11368fi
6bb11ab3
L
11369rm -f core conftest.err conftest.$ac_objext \
11370 conftest$ac_exeext conftest.$ac_ext
11371 LDFLAGS="$save_LDFLAGS"
11372 else
11373 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'
11374 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'
11375 fi
11376 archive_cmds_need_lc='no'
11377 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11378 hardcode_libdir_separator=:
11379 inherit_rpath=yes
11380 link_all_deplibs=yes
11381 ;;
11382
11383 netbsd*)
11384 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11385 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11386 else
11387 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11388 fi
11389 hardcode_libdir_flag_spec='-R$libdir'
11390 hardcode_direct=yes
11391 hardcode_shlibpath_var=no
11392 ;;
11393
11394 newsos6)
11395 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11396 hardcode_direct=yes
11397 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11398 hardcode_libdir_separator=:
11399 hardcode_shlibpath_var=no
11400 ;;
11401
11402 *nto* | *qnx*)
11403 ;;
11404
11405 openbsd*)
11406 if test -f /usr/libexec/ld.so; then
11407 hardcode_direct=yes
11408 hardcode_shlibpath_var=no
11409 hardcode_direct_absolute=yes
11410 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11411 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11412 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11413 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11414 export_dynamic_flag_spec='${wl}-E'
11415 else
11416 case $host_os in
11417 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11418 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11419 hardcode_libdir_flag_spec='-R$libdir'
11420 ;;
11421 *)
11422 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11423 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11424 ;;
11425 esac
11426 fi
11427 else
11428 ld_shlibs=no
11429 fi
11430 ;;
11431
11432 os2*)
11433 hardcode_libdir_flag_spec='-L$libdir'
11434 hardcode_minus_L=yes
11435 allow_undefined_flag=unsupported
11436 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'
11437 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11438 ;;
11439
11440 osf3*)
11441 if test "$GCC" = yes; then
11442 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11443 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'
11444 else
11445 allow_undefined_flag=' -expect_unresolved \*'
11446 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'
11447 fi
11448 archive_cmds_need_lc='no'
11449 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11450 hardcode_libdir_separator=:
11451 ;;
11452
11453 osf4* | osf5*) # as osf3* with the addition of -msym flag
11454 if test "$GCC" = yes; then
11455 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11456 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'
11457 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11458 else
11459 allow_undefined_flag=' -expect_unresolved \*'
11460 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'
11461 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~
11462 $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'
11463
11464 # Both c and cxx compiler support -rpath directly
11465 hardcode_libdir_flag_spec='-rpath $libdir'
11466 fi
11467 archive_cmds_need_lc='no'
11468 hardcode_libdir_separator=:
11469 ;;
11470
11471 solaris*)
11472 no_undefined_flag=' -z defs'
11473 if test "$GCC" = yes; then
11474 wlarc='${wl}'
11475 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11476 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11477 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11478 else
11479 case `$CC -V 2>&1` in
11480 *"Compilers 5.0"*)
11481 wlarc=''
11482 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11483 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11484 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11485 ;;
11486 *)
11487 wlarc='${wl}'
11488 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11489 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11490 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11491 ;;
11492 esac
11493 fi
11494 hardcode_libdir_flag_spec='-R$libdir'
11495 hardcode_shlibpath_var=no
11496 case $host_os in
11497 solaris2.[0-5] | solaris2.[0-5].*) ;;
11498 *)
11499 # The compiler driver will combine and reorder linker options,
11500 # but understands `-z linker_flag'. GCC discards it without `$wl',
11501 # but is careful enough not to reorder.
11502 # Supported since Solaris 2.6 (maybe 2.5.1?)
11503 if test "$GCC" = yes; then
11504 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11505 else
11506 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11507 fi
11508 ;;
11509 esac
11510 link_all_deplibs=yes
11511 ;;
11512
11513 sunos4*)
11514 if test "x$host_vendor" = xsequent; then
11515 # Use $CC to link under sequent, because it throws in some extra .o
11516 # files that make .init and .fini sections work.
11517 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11518 else
11519 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11520 fi
11521 hardcode_libdir_flag_spec='-L$libdir'
11522 hardcode_direct=yes
11523 hardcode_minus_L=yes
11524 hardcode_shlibpath_var=no
11525 ;;
11526
11527 sysv4)
11528 case $host_vendor in
11529 sni)
11530 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11531 hardcode_direct=yes # is this really true???
11532 ;;
11533 siemens)
11534 ## LD is ld it makes a PLAMLIB
11535 ## CC just makes a GrossModule.
11536 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11537 reload_cmds='$CC -r -o $output$reload_objs'
11538 hardcode_direct=no
11539 ;;
11540 motorola)
11541 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11542 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11543 ;;
11544 esac
11545 runpath_var='LD_RUN_PATH'
11546 hardcode_shlibpath_var=no
11547 ;;
11548
11549 sysv4.3*)
11550 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11551 hardcode_shlibpath_var=no
11552 export_dynamic_flag_spec='-Bexport'
11553 ;;
11554
11555 sysv4*MP*)
11556 if test -d /usr/nec; then
11557 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11558 hardcode_shlibpath_var=no
11559 runpath_var=LD_RUN_PATH
11560 hardcode_runpath_var=yes
11561 ld_shlibs=yes
11562 fi
11563 ;;
11564
11565 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11566 no_undefined_flag='${wl}-z,text'
11567 archive_cmds_need_lc=no
11568 hardcode_shlibpath_var=no
11569 runpath_var='LD_RUN_PATH'
11570
11571 if test "$GCC" = yes; then
11572 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11573 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11574 else
11575 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11576 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11577 fi
11578 ;;
11579
11580 sysv5* | sco3.2v5* | sco5v6*)
11581 # Note: We can NOT use -z defs as we might desire, because we do not
11582 # link with -lc, and that would cause any symbols used from libc to
11583 # always be unresolved, which means just about no library would
11584 # ever link correctly. If we're not using GNU ld we use -z text
11585 # though, which does catch some bad symbols but isn't as heavy-handed
11586 # as -z defs.
11587 no_undefined_flag='${wl}-z,text'
11588 allow_undefined_flag='${wl}-z,nodefs'
11589 archive_cmds_need_lc=no
11590 hardcode_shlibpath_var=no
11591 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11592 hardcode_libdir_separator=':'
11593 link_all_deplibs=yes
11594 export_dynamic_flag_spec='${wl}-Bexport'
11595 runpath_var='LD_RUN_PATH'
11596
11597 if test "$GCC" = yes; then
11598 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11599 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11600 else
11601 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11602 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11603 fi
11604 ;;
11605
11606 uts4*)
11607 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11608 hardcode_libdir_flag_spec='-L$libdir'
11609 hardcode_shlibpath_var=no
11610 ;;
11611
11612 *)
11613 ld_shlibs=no
11614 ;;
11615 esac
11616
11617 if test x$host_vendor = xsni; then
11618 case $host in
11619 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11620 export_dynamic_flag_spec='${wl}-Blargedynsym'
11621 ;;
11622 esac
11623 fi
11624 fi
11625
11626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11627$as_echo "$ld_shlibs" >&6; }
11628test "$ld_shlibs" = no && can_build_shared=no
11629
11630with_gnu_ld=$with_gnu_ld
11631
11632
11633
11634
11635
f0569246 11636
b7026657 11637
f0569246 11638
6ffe910a 11639
6ffe910a
MF
11640
11641
6ffe910a 11642
f0569246 11643
f0569246 11644
c906108c 11645
6bb11ab3
L
11646#
11647# Do we need to explicitly link libc?
11648#
11649case "x$archive_cmds_need_lc" in
11650x|xyes)
11651 # Assume -lc should be added
11652 archive_cmds_need_lc=yes
11653
11654 if test "$enable_shared" = yes && test "$GCC" = yes; then
11655 case $archive_cmds in
11656 *'~'*)
11657 # FIXME: we may have to deal with multi-command sequences.
11658 ;;
11659 '$CC '*)
11660 # Test whether the compiler implicitly links with -lc since on some
11661 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11662 # to ld, don't add -lc before -lgcc.
11663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11664$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 11665if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 11666 $as_echo_n "(cached) " >&6
f0569246 11667else
6bb11ab3
L
11668 $RM conftest*
11669 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11670
11671 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11672 (eval $ac_compile) 2>&5
11673 ac_status=$?
11674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11675 test $ac_status = 0; } 2>conftest.err; then
11676 soname=conftest
11677 lib=conftest
11678 libobjs=conftest.$ac_objext
11679 deplibs=
11680 wl=$lt_prog_compiler_wl
11681 pic_flag=$lt_prog_compiler_pic
11682 compiler_flags=-v
11683 linker_flags=-v
11684 verstring=
11685 output_objdir=.
11686 libname=conftest
11687 lt_save_allow_undefined_flag=$allow_undefined_flag
11688 allow_undefined_flag=
11689 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11690 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11691 ac_status=$?
11692 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11693 test $ac_status = 0; }
11694 then
11695 lt_cv_archive_cmds_need_lc=no
11696 else
11697 lt_cv_archive_cmds_need_lc=yes
11698 fi
11699 allow_undefined_flag=$lt_save_allow_undefined_flag
11700 else
11701 cat conftest.err 1>&5
11702 fi
11703 $RM conftest*
c906108c 11704
6ffe910a 11705fi
6bb11ab3
L
11706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11707$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11708 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11709 ;;
11710 esac
11711 fi
11712 ;;
6ffe910a 11713esac
c906108c 11714
c906108c 11715
6ffe910a 11716
c906108c 11717
81ecdfbb 11718
35695fd6 11719
35695fd6 11720
35695fd6 11721
f0569246 11722
c906108c 11723
f0569246 11724
b7026657 11725
f0569246 11726
c906108c 11727
81ecdfbb 11728
b7026657 11729
f0569246
AC
11730
11731
81ecdfbb 11732
81ecdfbb 11733
81ecdfbb
RW
11734
11735
81ecdfbb 11736
81ecdfbb 11737
f0569246
AC
11738
11739
c906108c 11740
f0569246 11741
c906108c 11742
c906108c 11743
81ecdfbb 11744
b7026657 11745
c906108c 11746
f0569246 11747
81ecdfbb 11748
f0569246 11749
c906108c 11750
c906108c 11751
b7026657 11752
81ecdfbb 11753
b7026657 11754
c906108c 11755
c906108c 11756
b7026657
AC
11757
11758
11759
11760
6ffe910a 11761
2232061b
MF
11762
11763
2232061b 11764
2232061b
MF
11765
11766
2232061b
MF
11767
11768
2232061b 11769
6bb11ab3
L
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
11850
11851
11852
11853
11854
11855
11856
11857
11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
11868
11869
11870
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11872$as_echo_n "checking dynamic linker characteristics... " >&6; }
11873
11874if test "$GCC" = yes; then
11875 case $host_os in
11876 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11877 *) lt_awk_arg="/^libraries:/" ;;
11878 esac
11879 case $host_os in
11880 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11881 *) lt_sed_strip_eq="s,=/,/,g" ;;
11882 esac
11883 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11884 case $lt_search_path_spec in
11885 *\;*)
11886 # if the path contains ";" then we assume it to be the separator
11887 # otherwise default to the standard path separator (i.e. ":") - it is
11888 # assumed that no part of a normal pathname contains ";" but that should
11889 # okay in the real world where ";" in dirpaths is itself problematic.
11890 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11891 ;;
11892 *)
11893 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11894 ;;
11895 esac
11896 # Ok, now we have the path, separated by spaces, we can step through it
11897 # and add multilib dir if necessary.
11898 lt_tmp_lt_search_path_spec=
11899 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11900 for lt_sys_path in $lt_search_path_spec; do
11901 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11902 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11903 else
11904 test -d "$lt_sys_path" && \
11905 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11906 fi
11907 done
11908 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11909BEGIN {RS=" "; FS="/|\n";} {
11910 lt_foo="";
11911 lt_count=0;
11912 for (lt_i = NF; lt_i > 0; lt_i--) {
11913 if ($lt_i != "" && $lt_i != ".") {
11914 if ($lt_i == "..") {
11915 lt_count++;
11916 } else {
11917 if (lt_count == 0) {
11918 lt_foo="/" $lt_i lt_foo;
11919 } else {
11920 lt_count--;
11921 }
11922 }
11923 }
11924 }
11925 if (lt_foo != "") { lt_freq[lt_foo]++; }
11926 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11927}'`
11928 # AWK program above erroneously prepends '/' to C:/dos/paths
11929 # for these hosts.
11930 case $host_os in
11931 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11932 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11933 esac
11934 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11935else
11936 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11937fi
11938library_names_spec=
11939libname_spec='lib$name'
11940soname_spec=
11941shrext_cmds=".so"
11942postinstall_cmds=
11943postuninstall_cmds=
11944finish_cmds=
11945finish_eval=
11946shlibpath_var=
11947shlibpath_overrides_runpath=unknown
11948version_type=none
11949dynamic_linker="$host_os ld.so"
11950sys_lib_dlsearch_path_spec="/lib /usr/lib"
11951need_lib_prefix=unknown
11952hardcode_into_libs=no
11953
11954# when you set need_version to no, make sure it does not cause -set_version
11955# flags to be left without arguments
11956need_version=unknown
11957
11958case $host_os in
11959aix3*)
11960 version_type=linux
11961 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11962 shlibpath_var=LIBPATH
11963
11964 # AIX 3 has no versioning support, so we append a major version to the name.
11965 soname_spec='${libname}${release}${shared_ext}$major'
11966 ;;
11967
11968aix[4-9]*)
11969 version_type=linux
11970 need_lib_prefix=no
11971 need_version=no
11972 hardcode_into_libs=yes
11973 if test "$host_cpu" = ia64; then
11974 # AIX 5 supports IA64
11975 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11976 shlibpath_var=LD_LIBRARY_PATH
11977 else
11978 # With GCC up to 2.95.x, collect2 would create an import file
11979 # for dependence libraries. The import file would start with
11980 # the line `#! .'. This would cause the generated library to
11981 # depend on `.', always an invalid library. This was fixed in
11982 # development snapshots of GCC prior to 3.0.
11983 case $host_os in
11984 aix4 | aix4.[01] | aix4.[01].*)
11985 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11986 echo ' yes '
11987 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11988 :
11989 else
11990 can_build_shared=no
11991 fi
11992 ;;
11993 esac
11994 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11995 # soname into executable. Probably we can add versioning support to
11996 # collect2, so additional links can be useful in future.
11997 if test "$aix_use_runtimelinking" = yes; then
11998 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11999 # instead of lib<name>.a to let people know that these are not
12000 # typical AIX shared libraries.
12001 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12002 else
12003 # We preserve .a as extension for shared libraries through AIX4.2
12004 # and later when we are not doing run time linking.
12005 library_names_spec='${libname}${release}.a $libname.a'
12006 soname_spec='${libname}${release}${shared_ext}$major'
12007 fi
12008 shlibpath_var=LIBPATH
2232061b 12009 fi
6bb11ab3
L
12010 ;;
12011
12012amigaos*)
12013 case $host_cpu in
12014 powerpc)
12015 # Since July 2007 AmigaOS4 officially supports .so libraries.
12016 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
12017 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12018 ;;
12019 m68k)
12020 library_names_spec='$libname.ixlibrary $libname.a'
12021 # Create ${libname}_ixlibrary.a entries in /sys/libs.
12022 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'
12023 ;;
12024 esac
12025 ;;
12026
12027beos*)
12028 library_names_spec='${libname}${shared_ext}'
12029 dynamic_linker="$host_os ld.so"
12030 shlibpath_var=LIBRARY_PATH
12031 ;;
12032
12033bsdi[45]*)
12034 version_type=linux
12035 need_version=no
12036 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12037 soname_spec='${libname}${release}${shared_ext}$major'
12038 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
12039 shlibpath_var=LD_LIBRARY_PATH
12040 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
12041 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
12042 # the default ld.so.conf also contains /usr/contrib/lib and
12043 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
12044 # libtool to hard-code these into programs
12045 ;;
12046
12047cygwin* | mingw* | pw32* | cegcc*)
12048 version_type=windows
12049 shrext_cmds=".dll"
12050 need_version=no
12051 need_lib_prefix=no
12052
12053 case $GCC,$host_os in
12054 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
12055 library_names_spec='$libname.dll.a'
12056 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12057 postinstall_cmds='base_file=`basename \${file}`~
12058 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12059 dldir=$destdir/`dirname \$dlpath`~
12060 test -d \$dldir || mkdir -p \$dldir~
12061 $install_prog $dir/$dlname \$dldir/$dlname~
12062 chmod a+x \$dldir/$dlname~
12063 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12064 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12065 fi'
12066 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12067 dlpath=$dir/\$dldll~
12068 $RM \$dlpath'
12069 shlibpath_overrides_runpath=yes
12070
12071 case $host_os in
12072 cygwin*)
12073 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12074 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12075
12076 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12077 ;;
12078 mingw* | cegcc*)
12079 # MinGW DLLs use traditional 'lib' prefix
12080 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12081 ;;
12082 pw32*)
12083 # pw32 DLLs use 'pw' prefix rather than 'lib'
12084 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12085 ;;
12086 esac
12087 ;;
2232061b 12088
6bb11ab3
L
12089 *)
12090 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12091 ;;
12092 esac
12093 dynamic_linker='Win32 ld.exe'
12094 # FIXME: first we should search . and the directory the executable is in
12095 shlibpath_var=PATH
12096 ;;
12097
12098darwin* | rhapsody*)
12099 dynamic_linker="$host_os dyld"
12100 version_type=darwin
12101 need_lib_prefix=no
12102 need_version=no
12103 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12104 soname_spec='${libname}${release}${major}$shared_ext'
12105 shlibpath_overrides_runpath=yes
12106 shlibpath_var=DYLD_LIBRARY_PATH
12107 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12108
12109 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12110 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12111 ;;
12112
12113dgux*)
12114 version_type=linux
12115 need_lib_prefix=no
12116 need_version=no
12117 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12118 soname_spec='${libname}${release}${shared_ext}$major'
12119 shlibpath_var=LD_LIBRARY_PATH
12120 ;;
12121
12122freebsd* | dragonfly*)
12123 # DragonFly does not have aout. When/if they implement a new
12124 # versioning mechanism, adjust this.
12125 if test -x /usr/bin/objformat; then
12126 objformat=`/usr/bin/objformat`
12127 else
12128 case $host_os in
12129 freebsd[23].*) objformat=aout ;;
12130 *) objformat=elf ;;
12131 esac
12132 fi
12133 version_type=freebsd-$objformat
12134 case $version_type in
12135 freebsd-elf*)
12136 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12137 need_version=no
12138 need_lib_prefix=no
12139 ;;
12140 freebsd-*)
12141 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12142 need_version=yes
12143 ;;
12144 esac
12145 shlibpath_var=LD_LIBRARY_PATH
12146 case $host_os in
12147 freebsd2.*)
12148 shlibpath_overrides_runpath=yes
12149 ;;
12150 freebsd3.[01]* | freebsdelf3.[01]*)
12151 shlibpath_overrides_runpath=yes
12152 hardcode_into_libs=yes
12153 ;;
12154 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12155 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12156 shlibpath_overrides_runpath=no
12157 hardcode_into_libs=yes
12158 ;;
12159 *) # from 4.6 on, and DragonFly
12160 shlibpath_overrides_runpath=yes
12161 hardcode_into_libs=yes
12162 ;;
12163 esac
12164 ;;
12165
6bb11ab3
L
12166haiku*)
12167 version_type=linux
12168 need_lib_prefix=no
12169 need_version=no
12170 dynamic_linker="$host_os runtime_loader"
12171 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12172 soname_spec='${libname}${release}${shared_ext}$major'
12173 shlibpath_var=LIBRARY_PATH
12174 shlibpath_overrides_runpath=yes
12175 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12176 hardcode_into_libs=yes
12177 ;;
12178
12179hpux9* | hpux10* | hpux11*)
12180 # Give a soname corresponding to the major version so that dld.sl refuses to
12181 # link against other versions.
12182 version_type=sunos
12183 need_lib_prefix=no
12184 need_version=no
12185 case $host_cpu in
12186 ia64*)
12187 shrext_cmds='.so'
12188 hardcode_into_libs=yes
12189 dynamic_linker="$host_os dld.so"
12190 shlibpath_var=LD_LIBRARY_PATH
12191 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12192 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12193 soname_spec='${libname}${release}${shared_ext}$major'
12194 if test "X$HPUX_IA64_MODE" = X32; then
12195 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12196 else
12197 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12198 fi
12199 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12200 ;;
12201 hppa*64*)
12202 shrext_cmds='.sl'
12203 hardcode_into_libs=yes
12204 dynamic_linker="$host_os dld.sl"
12205 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12206 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12207 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12208 soname_spec='${libname}${release}${shared_ext}$major'
12209 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12210 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12211 ;;
12212 *)
12213 shrext_cmds='.sl'
12214 dynamic_linker="$host_os dld.sl"
12215 shlibpath_var=SHLIB_PATH
12216 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12217 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12218 soname_spec='${libname}${release}${shared_ext}$major'
12219 ;;
12220 esac
12221 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12222 postinstall_cmds='chmod 555 $lib'
12223 # or fails outright, so override atomically:
12224 install_override_mode=555
12225 ;;
12226
12227interix[3-9]*)
12228 version_type=linux
12229 need_lib_prefix=no
12230 need_version=no
12231 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12232 soname_spec='${libname}${release}${shared_ext}$major'
12233 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12234 shlibpath_var=LD_LIBRARY_PATH
12235 shlibpath_overrides_runpath=no
12236 hardcode_into_libs=yes
12237 ;;
12238
12239irix5* | irix6* | nonstopux*)
12240 case $host_os in
12241 nonstopux*) version_type=nonstopux ;;
12242 *)
12243 if test "$lt_cv_prog_gnu_ld" = yes; then
12244 version_type=linux
12245 else
12246 version_type=irix
12247 fi ;;
12248 esac
12249 need_lib_prefix=no
12250 need_version=no
12251 soname_spec='${libname}${release}${shared_ext}$major'
12252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12253 case $host_os in
12254 irix5* | nonstopux*)
12255 libsuff= shlibsuff=
12256 ;;
12257 *)
12258 case $LD in # libtool.m4 will add one of these switches to LD
12259 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12260 libsuff= shlibsuff= libmagic=32-bit;;
12261 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12262 libsuff=32 shlibsuff=N32 libmagic=N32;;
12263 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12264 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12265 *) libsuff= shlibsuff= libmagic=never-match;;
12266 esac
12267 ;;
12268 esac
12269 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12270 shlibpath_overrides_runpath=no
12271 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12272 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12273 hardcode_into_libs=yes
12274 ;;
12275
12276# No shared lib support for Linux oldld, aout, or coff.
12277linux*oldld* | linux*aout* | linux*coff*)
12278 dynamic_linker=no
12279 ;;
12280
12281# This must be Linux ELF.
46f900c0 12282linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
12283 version_type=linux
12284 need_lib_prefix=no
12285 need_version=no
12286 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12287 soname_spec='${libname}${release}${shared_ext}$major'
12288 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12289 shlibpath_var=LD_LIBRARY_PATH
12290 shlibpath_overrides_runpath=no
12291
12292 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 12293 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
12294 $as_echo_n "(cached) " >&6
12295else
6bb11ab3
L
12296 lt_cv_shlibpath_overrides_runpath=no
12297 save_LDFLAGS=$LDFLAGS
12298 save_libdir=$libdir
12299 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12300 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12302/* end confdefs.h. */
12303
2232061b
MF
12304int
12305main ()
12306{
12307
12308 ;
12309 return 0;
12310}
12311_ACEOF
6bb11ab3
L
12312if ac_fn_c_try_link "$LINENO"; then :
12313 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12314 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12315fi
2232061b 12316fi
6bb11ab3
L
12317rm -f core conftest.err conftest.$ac_objext \
12318 conftest$ac_exeext conftest.$ac_ext
12319 LDFLAGS=$save_LDFLAGS
12320 libdir=$save_libdir
2232061b 12321
6bb11ab3 12322fi
2232061b 12323
6bb11ab3 12324 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12325
6bb11ab3
L
12326 # This implies no fast_install, which is unacceptable.
12327 # Some rework will be needed to allow for fast_install
12328 # before this can be enabled.
12329 hardcode_into_libs=yes
2232061b 12330
6bb11ab3
L
12331 # Append ld.so.conf contents to the search path
12332 if test -f /etc/ld.so.conf; then
12333 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' ' '`
12334 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12335 fi
12336
12337 # We used to test for /lib/ld.so.1 and disable shared libraries on
12338 # powerpc, because MkLinux only supported shared libraries with the
12339 # GNU dynamic linker. Since this was broken with cross compilers,
12340 # most powerpc-linux boxes support dynamic linking these days and
12341 # people can always --disable-shared, the test was removed, and we
12342 # assume the GNU/Linux dynamic linker is in use.
12343 dynamic_linker='GNU/Linux ld.so'
12344 ;;
12345
12346netbsd*)
12347 version_type=sunos
12348 need_lib_prefix=no
12349 need_version=no
12350 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12351 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12352 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12353 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12354 else
6bb11ab3
L
12355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12356 soname_spec='${libname}${release}${shared_ext}$major'
12357 dynamic_linker='NetBSD ld.elf_so'
12358 fi
12359 shlibpath_var=LD_LIBRARY_PATH
12360 shlibpath_overrides_runpath=yes
12361 hardcode_into_libs=yes
12362 ;;
12363
12364newsos6)
12365 version_type=linux
12366 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12367 shlibpath_var=LD_LIBRARY_PATH
12368 shlibpath_overrides_runpath=yes
12369 ;;
12370
12371*nto* | *qnx*)
12372 version_type=qnx
12373 need_lib_prefix=no
12374 need_version=no
12375 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12376 soname_spec='${libname}${release}${shared_ext}$major'
12377 shlibpath_var=LD_LIBRARY_PATH
12378 shlibpath_overrides_runpath=no
12379 hardcode_into_libs=yes
12380 dynamic_linker='ldqnx.so'
12381 ;;
12382
12383openbsd*)
12384 version_type=sunos
12385 sys_lib_dlsearch_path_spec="/usr/lib"
12386 need_lib_prefix=no
12387 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12388 case $host_os in
12389 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12390 *) need_version=no ;;
12391 esac
12392 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12393 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12394 shlibpath_var=LD_LIBRARY_PATH
12395 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12396 case $host_os in
12397 openbsd2.[89] | openbsd2.[89].*)
12398 shlibpath_overrides_runpath=no
12399 ;;
12400 *)
12401 shlibpath_overrides_runpath=yes
12402 ;;
12403 esac
12404 else
12405 shlibpath_overrides_runpath=yes
12406 fi
12407 ;;
12408
12409os2*)
12410 libname_spec='$name'
12411 shrext_cmds=".dll"
12412 need_lib_prefix=no
12413 library_names_spec='$libname${shared_ext} $libname.a'
12414 dynamic_linker='OS/2 ld.exe'
12415 shlibpath_var=LIBPATH
12416 ;;
12417
12418osf3* | osf4* | osf5*)
12419 version_type=osf
12420 need_lib_prefix=no
12421 need_version=no
12422 soname_spec='${libname}${release}${shared_ext}$major'
12423 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12424 shlibpath_var=LD_LIBRARY_PATH
12425 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12426 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12427 ;;
12428
12429rdos*)
12430 dynamic_linker=no
12431 ;;
12432
12433solaris*)
12434 version_type=linux
12435 need_lib_prefix=no
12436 need_version=no
12437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12438 soname_spec='${libname}${release}${shared_ext}$major'
12439 shlibpath_var=LD_LIBRARY_PATH
12440 shlibpath_overrides_runpath=yes
12441 hardcode_into_libs=yes
12442 # ldd complains unless libraries are executable
12443 postinstall_cmds='chmod +x $lib'
12444 ;;
12445
12446sunos4*)
12447 version_type=sunos
12448 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12449 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12450 shlibpath_var=LD_LIBRARY_PATH
12451 shlibpath_overrides_runpath=yes
12452 if test "$with_gnu_ld" = yes; then
12453 need_lib_prefix=no
12454 fi
12455 need_version=yes
12456 ;;
12457
12458sysv4 | sysv4.3*)
12459 version_type=linux
12460 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12461 soname_spec='${libname}${release}${shared_ext}$major'
12462 shlibpath_var=LD_LIBRARY_PATH
12463 case $host_vendor in
12464 sni)
12465 shlibpath_overrides_runpath=no
12466 need_lib_prefix=no
12467 runpath_var=LD_RUN_PATH
12468 ;;
12469 siemens)
12470 need_lib_prefix=no
12471 ;;
12472 motorola)
12473 need_lib_prefix=no
12474 need_version=no
12475 shlibpath_overrides_runpath=no
12476 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12477 ;;
12478 esac
12479 ;;
12480
12481sysv4*MP*)
12482 if test -d /usr/nec ;then
12483 version_type=linux
12484 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12485 soname_spec='$libname${shared_ext}.$major'
12486 shlibpath_var=LD_LIBRARY_PATH
12487 fi
12488 ;;
12489
12490sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12491 version_type=freebsd-elf
12492 need_lib_prefix=no
12493 need_version=no
12494 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12495 soname_spec='${libname}${release}${shared_ext}$major'
12496 shlibpath_var=LD_LIBRARY_PATH
12497 shlibpath_overrides_runpath=yes
12498 hardcode_into_libs=yes
12499 if test "$with_gnu_ld" = yes; then
12500 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12501 else
12502 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12503 case $host_os in
12504 sco3.2v5*)
12505 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12506 ;;
12507 esac
2232061b 12508 fi
6bb11ab3
L
12509 sys_lib_dlsearch_path_spec='/usr/lib'
12510 ;;
12511
12512tpf*)
12513 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12514 version_type=linux
12515 need_lib_prefix=no
12516 need_version=no
12517 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12518 shlibpath_var=LD_LIBRARY_PATH
12519 shlibpath_overrides_runpath=no
12520 hardcode_into_libs=yes
12521 ;;
12522
12523uts4*)
12524 version_type=linux
12525 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12526 soname_spec='${libname}${release}${shared_ext}$major'
12527 shlibpath_var=LD_LIBRARY_PATH
12528 ;;
12529
12530*)
12531 dynamic_linker=no
12532 ;;
12533esac
12534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12535$as_echo "$dynamic_linker" >&6; }
12536test "$dynamic_linker" = no && can_build_shared=no
12537
12538variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12539if test "$GCC" = yes; then
12540 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12541fi
2232061b 12542
6bb11ab3
L
12543if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12544 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12545fi
12546if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12547 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12548fi
12549
12550
12551
12552
12553
12554
12555
12556
12557
12558
12559
12560
12561
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
2232061b 12572
2232061b 12573
2232061b 12574
2232061b 12575
2232061b
MF
12576
12577
6ffe910a 12578
6ffe910a
MF
12579
12580
12581
12582
12583
2232061b 12584
6ffe910a
MF
12585
12586
12587
12588
6ffe910a 12589
6ffe910a 12590
6ffe910a
MF
12591
12592
6ffe910a 12593
6ffe910a 12594
6ffe910a
MF
12595
12596
5f3ef9d0 12597
5f3ef9d0
JB
12598
12599
12600
db2e4d67
MF
12601
12602
db2e4d67 12603
db2e4d67 12604
db2e4d67 12605
db2e4d67 12606
db2e4d67 12607
db2e4d67 12608
db2e4d67 12609
db2e4d67
MF
12610
12611
db2e4d67 12612
db2e4d67
MF
12613
12614
db2e4d67 12615
db2e4d67
MF
12616
12617
6ffe910a 12618
6ffe910a 12619
6ffe910a
MF
12620
12621
6ffe910a
MF
12622
12623
6ffe910a 12624
6ffe910a 12625
6ffe910a 12626
6ffe910a 12627
6ffe910a 12628
35695fd6 12629
35695fd6 12630
35695fd6 12631
b7026657 12632
b7026657 12633
c906108c 12634
b7026657 12635
b7026657 12636
c906108c 12637
b7026657 12638
6bb11ab3
L
12639
12640
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12642$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12643hardcode_action=
12644if test -n "$hardcode_libdir_flag_spec" ||
12645 test -n "$runpath_var" ||
12646 test "X$hardcode_automatic" = "Xyes" ; then
12647
12648 # We can hardcode non-existent directories.
12649 if test "$hardcode_direct" != no &&
12650 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12651 # have to relink, otherwise we might link with an installed library
12652 # when we should be linking with a yet-to-be-installed one
12653 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12654 test "$hardcode_minus_L" != no; then
12655 # Linking always hardcodes the temporary library directory.
12656 hardcode_action=relink
12657 else
12658 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12659 hardcode_action=immediate
12660 fi
12661else
12662 # We cannot hardcode anything, or else we can only hardcode existing
12663 # directories.
12664 hardcode_action=unsupported
12665fi
12666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12667$as_echo "$hardcode_action" >&6; }
12668
12669if test "$hardcode_action" = relink ||
12670 test "$inherit_rpath" = yes; then
12671 # Fast installation is not supported
12672 enable_fast_install=no
12673elif test "$shlibpath_overrides_runpath" = yes ||
12674 test "$enable_shared" = no; then
12675 # Fast installation is not necessary
12676 enable_fast_install=needless
c906108c 12677fi
b7026657 12678
c906108c 12679
6bb11ab3
L
12680
12681
12682
12683
12684 if test "x$enable_dlopen" != xyes; then
12685 enable_dlopen=unknown
12686 enable_dlopen_self=unknown
12687 enable_dlopen_self_static=unknown
12688else
12689 lt_cv_dlopen=no
12690 lt_cv_dlopen_libs=
12691
12692 case $host_os in
12693 beos*)
12694 lt_cv_dlopen="load_add_on"
12695 lt_cv_dlopen_libs=
12696 lt_cv_dlopen_self=yes
12697 ;;
12698
12699 mingw* | pw32* | cegcc*)
12700 lt_cv_dlopen="LoadLibrary"
12701 lt_cv_dlopen_libs=
12702 ;;
12703
12704 cygwin*)
12705 lt_cv_dlopen="dlopen"
12706 lt_cv_dlopen_libs=
12707 ;;
12708
12709 darwin*)
12710 # if libdl is installed we need to link against it
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12712$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12713if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
12714 $as_echo_n "(cached) " >&6
12715else
12716 ac_check_lib_save_LIBS=$LIBS
12717LIBS="-ldl $LIBS"
12718cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12719/* end confdefs.h. */
12720
12721/* Override any GCC internal prototype to avoid an error.
12722 Use char because int might match the return type of a GCC
12723 builtin and then its argument prototype would still apply. */
12724#ifdef __cplusplus
12725extern "C"
12726#endif
12727char dlopen ();
12728int
12729main ()
12730{
12731return dlopen ();
12732 ;
12733 return 0;
12734}
b7026657 12735_ACEOF
6bb11ab3
L
12736if ac_fn_c_try_link "$LINENO"; then :
12737 ac_cv_lib_dl_dlopen=yes
12738else
12739 ac_cv_lib_dl_dlopen=no
12740fi
12741rm -f core conftest.err conftest.$ac_objext \
12742 conftest$ac_exeext conftest.$ac_ext
12743LIBS=$ac_check_lib_save_LIBS
12744fi
12745{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12746$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12747if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12748 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12749else
12750
12751 lt_cv_dlopen="dyld"
12752 lt_cv_dlopen_libs=
12753 lt_cv_dlopen_self=yes
c906108c 12754
c906108c 12755fi
c906108c 12756
6bb11ab3 12757 ;;
c906108c 12758
6bb11ab3
L
12759 *)
12760 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 12761if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
12762 lt_cv_dlopen="shl_load"
12763else
12764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12765$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 12766if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
12767 $as_echo_n "(cached) " >&6
12768else
12769 ac_check_lib_save_LIBS=$LIBS
12770LIBS="-ldld $LIBS"
12771cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12772/* end confdefs.h. */
12773
12774/* Override any GCC internal prototype to avoid an error.
12775 Use char because int might match the return type of a GCC
12776 builtin and then its argument prototype would still apply. */
12777#ifdef __cplusplus
12778extern "C"
12779#endif
12780char shl_load ();
12781int
12782main ()
12783{
12784return shl_load ();
12785 ;
12786 return 0;
12787}
12788_ACEOF
12789if ac_fn_c_try_link "$LINENO"; then :
12790 ac_cv_lib_dld_shl_load=yes
12791else
12792 ac_cv_lib_dld_shl_load=no
12793fi
12794rm -f core conftest.err conftest.$ac_objext \
12795 conftest$ac_exeext conftest.$ac_ext
12796LIBS=$ac_check_lib_save_LIBS
12797fi
12798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12799$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 12800if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
12801 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12802else
12803 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 12804if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
12805 lt_cv_dlopen="dlopen"
12806else
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12808$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12809if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 12810 $as_echo_n "(cached) " >&6
c906108c 12811else
b7026657 12812 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12813LIBS="-ldl $LIBS"
81ecdfbb 12814cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12815/* end confdefs.h. */
12816
81ecdfbb
RW
12817/* Override any GCC internal prototype to avoid an error.
12818 Use char because int might match the return type of a GCC
12819 builtin and then its argument prototype would still apply. */
b7026657
AC
12820#ifdef __cplusplus
12821extern "C"
12822#endif
6bb11ab3 12823char dlopen ();
b7026657
AC
12824int
12825main ()
12826{
6bb11ab3 12827return dlopen ();
b7026657
AC
12828 ;
12829 return 0;
12830}
12831_ACEOF
81ecdfbb 12832if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12833 ac_cv_lib_dl_dlopen=yes
b7026657 12834else
6bb11ab3 12835 ac_cv_lib_dl_dlopen=no
b7026657 12836fi
81ecdfbb
RW
12837rm -f core conftest.err conftest.$ac_objext \
12838 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12839LIBS=$ac_check_lib_save_LIBS
12840fi
6bb11ab3
L
12841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12842$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12843if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12844 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12845else
12846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12847$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 12848if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 12849 $as_echo_n "(cached) " >&6
c906108c 12850else
b7026657 12851 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12852LIBS="-lsvld $LIBS"
81ecdfbb 12853cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12854/* end confdefs.h. */
12855
81ecdfbb
RW
12856/* Override any GCC internal prototype to avoid an error.
12857 Use char because int might match the return type of a GCC
12858 builtin and then its argument prototype would still apply. */
b7026657
AC
12859#ifdef __cplusplus
12860extern "C"
12861#endif
6bb11ab3 12862char dlopen ();
b7026657
AC
12863int
12864main ()
12865{
6bb11ab3 12866return dlopen ();
b7026657
AC
12867 ;
12868 return 0;
12869}
12870_ACEOF
81ecdfbb 12871if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12872 ac_cv_lib_svld_dlopen=yes
b7026657 12873else
6bb11ab3 12874 ac_cv_lib_svld_dlopen=no
b7026657 12875fi
81ecdfbb
RW
12876rm -f core conftest.err conftest.$ac_objext \
12877 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12878LIBS=$ac_check_lib_save_LIBS
12879fi
6bb11ab3
L
12880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12881$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 12882if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 12883 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12884else
6bb11ab3
L
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12886$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 12887if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb
RW
12888 $as_echo_n "(cached) " >&6
12889else
6bb11ab3
L
12890 ac_check_lib_save_LIBS=$LIBS
12891LIBS="-ldld $LIBS"
81ecdfbb 12892cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624 12893/* end confdefs.h. */
81ecdfbb
RW
12894
12895/* Override any GCC internal prototype to avoid an error.
12896 Use char because int might match the return type of a GCC
12897 builtin and then its argument prototype would still apply. */
12898#ifdef __cplusplus
12899extern "C"
12900#endif
6bb11ab3 12901char dld_link ();
81ecdfbb
RW
12902int
12903main ()
12904{
6bb11ab3 12905return dld_link ();
81ecdfbb
RW
12906 ;
12907 return 0;
12908}
b5bd9624 12909_ACEOF
6bb11ab3
L
12910if ac_fn_c_try_link "$LINENO"; then :
12911 ac_cv_lib_dld_dld_link=yes
12912else
12913 ac_cv_lib_dld_dld_link=no
12914fi
12915rm -f core conftest.err conftest.$ac_objext \
12916 conftest$ac_exeext conftest.$ac_ext
12917LIBS=$ac_check_lib_save_LIBS
12918fi
12919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12920$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 12921if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
12922 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12923fi
12924
12925
12926fi
12927
12928
12929fi
12930
12931
12932fi
12933
12934
12935fi
12936
12937
12938fi
12939
12940 ;;
12941 esac
12942
12943 if test "x$lt_cv_dlopen" != xno; then
12944 enable_dlopen=yes
b5bd9624 12945 else
6bb11ab3
L
12946 enable_dlopen=no
12947 fi
12948
12949 case $lt_cv_dlopen in
12950 dlopen)
12951 save_CPPFLAGS="$CPPFLAGS"
12952 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12953
12954 save_LDFLAGS="$LDFLAGS"
12955 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12956
12957 save_LIBS="$LIBS"
12958 LIBS="$lt_cv_dlopen_libs $LIBS"
12959
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12961$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 12962if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
12963 $as_echo_n "(cached) " >&6
12964else
12965 if test "$cross_compiling" = yes; then :
12966 lt_cv_dlopen_self=cross
12967else
12968 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12969 lt_status=$lt_dlunknown
12970 cat > conftest.$ac_ext <<_LT_EOF
aa09469f 12971#line 12971 "configure"
6bb11ab3
L
12972#include "confdefs.h"
12973
12974#if HAVE_DLFCN_H
12975#include <dlfcn.h>
12976#endif
12977
12978#include <stdio.h>
12979
12980#ifdef RTLD_GLOBAL
12981# define LT_DLGLOBAL RTLD_GLOBAL
12982#else
12983# ifdef DL_GLOBAL
12984# define LT_DLGLOBAL DL_GLOBAL
12985# else
12986# define LT_DLGLOBAL 0
12987# endif
12988#endif
12989
12990/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12991 find out it does not work in some platform. */
12992#ifndef LT_DLLAZY_OR_NOW
12993# ifdef RTLD_LAZY
12994# define LT_DLLAZY_OR_NOW RTLD_LAZY
12995# else
12996# ifdef DL_LAZY
12997# define LT_DLLAZY_OR_NOW DL_LAZY
12998# else
12999# ifdef RTLD_NOW
13000# define LT_DLLAZY_OR_NOW RTLD_NOW
13001# else
13002# ifdef DL_NOW
13003# define LT_DLLAZY_OR_NOW DL_NOW
13004# else
13005# define LT_DLLAZY_OR_NOW 0
13006# endif
13007# endif
13008# endif
13009# endif
13010#endif
13011
13012/* When -fvisbility=hidden is used, assume the code has been annotated
13013 correspondingly for the symbols needed. */
13014#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13015void fnord () __attribute__((visibility("default")));
13016#endif
13017
13018void fnord () { int i=42; }
13019int main ()
13020{
13021 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13022 int status = $lt_dlunknown;
13023
13024 if (self)
13025 {
13026 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13027 else
13028 {
13029 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13030 else puts (dlerror ());
13031 }
13032 /* dlclose (self); */
13033 }
13034 else
13035 puts (dlerror ());
13036
13037 return status;
13038}
13039_LT_EOF
13040 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13041 (eval $ac_link) 2>&5
13042 ac_status=$?
13043 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13044 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13045 (./conftest; exit; ) >&5 2>/dev/null
13046 lt_status=$?
13047 case x$lt_status in
13048 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
13049 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
13050 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13051 esac
13052 else :
13053 # compilation failed
13054 lt_cv_dlopen_self=no
b5bd9624 13055 fi
b5bd9624 13056fi
6bb11ab3
L
13057rm -fr conftest*
13058
13059
b5bd9624 13060fi
6bb11ab3
L
13061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13062$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 13063
6bb11ab3
L
13064 if test "x$lt_cv_dlopen_self" = xyes; then
13065 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13067$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 13068if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 13069 $as_echo_n "(cached) " >&6
b5bd9624 13070else
6bb11ab3
L
13071 if test "$cross_compiling" = yes; then :
13072 lt_cv_dlopen_self_static=cross
13073else
13074 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13075 lt_status=$lt_dlunknown
13076 cat > conftest.$ac_ext <<_LT_EOF
aa09469f 13077#line 13077 "configure"
6bb11ab3
L
13078#include "confdefs.h"
13079
13080#if HAVE_DLFCN_H
13081#include <dlfcn.h>
13082#endif
13083
13084#include <stdio.h>
13085
13086#ifdef RTLD_GLOBAL
13087# define LT_DLGLOBAL RTLD_GLOBAL
13088#else
13089# ifdef DL_GLOBAL
13090# define LT_DLGLOBAL DL_GLOBAL
13091# else
13092# define LT_DLGLOBAL 0
13093# endif
13094#endif
13095
13096/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13097 find out it does not work in some platform. */
13098#ifndef LT_DLLAZY_OR_NOW
13099# ifdef RTLD_LAZY
13100# define LT_DLLAZY_OR_NOW RTLD_LAZY
13101# else
13102# ifdef DL_LAZY
13103# define LT_DLLAZY_OR_NOW DL_LAZY
13104# else
13105# ifdef RTLD_NOW
13106# define LT_DLLAZY_OR_NOW RTLD_NOW
13107# else
13108# ifdef DL_NOW
13109# define LT_DLLAZY_OR_NOW DL_NOW
13110# else
13111# define LT_DLLAZY_OR_NOW 0
13112# endif
13113# endif
13114# endif
13115# endif
13116#endif
13117
13118/* When -fvisbility=hidden is used, assume the code has been annotated
13119 correspondingly for the symbols needed. */
13120#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13121void fnord () __attribute__((visibility("default")));
13122#endif
13123
13124void fnord () { int i=42; }
13125int main ()
13126{
13127 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13128 int status = $lt_dlunknown;
13129
13130 if (self)
13131 {
13132 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13133 else
13134 {
13135 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13136 else puts (dlerror ());
13137 }
13138 /* dlclose (self); */
13139 }
13140 else
13141 puts (dlerror ());
13142
13143 return status;
13144}
13145_LT_EOF
13146 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13147 (eval $ac_link) 2>&5
13148 ac_status=$?
13149 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13150 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13151 (./conftest; exit; ) >&5 2>/dev/null
13152 lt_status=$?
13153 case x$lt_status in
13154 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13155 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13156 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13157 esac
13158 else :
13159 # compilation failed
13160 lt_cv_dlopen_self_static=no
13161 fi
b5bd9624 13162fi
6bb11ab3
L
13163rm -fr conftest*
13164
13165
b5bd9624 13166fi
6bb11ab3
L
13167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13168$as_echo "$lt_cv_dlopen_self_static" >&6; }
13169 fi
13170
13171 CPPFLAGS="$save_CPPFLAGS"
13172 LDFLAGS="$save_LDFLAGS"
13173 LIBS="$save_LIBS"
13174 ;;
13175 esac
13176
13177 case $lt_cv_dlopen_self in
13178 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13179 *) enable_dlopen_self=unknown ;;
13180 esac
13181
13182 case $lt_cv_dlopen_self_static in
13183 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13184 *) enable_dlopen_self_static=unknown ;;
13185 esac
13186fi
13187
13188
13189
13190
13191
13192
13193
13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204striplib=
13205old_striplib=
13206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13207$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13208if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13209 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13210 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13212$as_echo "yes" >&6; }
13213else
13214# FIXME - insert some real tests, host_os isn't really good enough
13215 case $host_os in
13216 darwin*)
13217 if test -n "$STRIP" ; then
13218 striplib="$STRIP -x"
13219 old_striplib="$STRIP -S"
13220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13221$as_echo "yes" >&6; }
13222 else
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13224$as_echo "no" >&6; }
13225 fi
13226 ;;
13227 *)
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13229$as_echo "no" >&6; }
13230 ;;
13231 esac
13232fi
13233
13234
13235
13236
13237
13238
13239
13240
13241
13242
13243
13244
13245 # Report which library types will actually be built
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13247$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13249$as_echo "$can_build_shared" >&6; }
13250
13251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13252$as_echo_n "checking whether to build shared libraries... " >&6; }
13253 test "$can_build_shared" = "no" && enable_shared=no
13254
13255 # On AIX, shared libraries and static libraries use the same namespace, and
13256 # are all built from PIC.
13257 case $host_os in
13258 aix3*)
13259 test "$enable_shared" = yes && enable_static=no
13260 if test -n "$RANLIB"; then
13261 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13262 postinstall_cmds='$RANLIB $lib'
13263 fi
13264 ;;
13265
13266 aix[4-9]*)
13267 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13268 test "$enable_shared" = yes && enable_static=no
13269 fi
13270 ;;
13271 esac
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13273$as_echo "$enable_shared" >&6; }
13274
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13276$as_echo_n "checking whether to build static libraries... " >&6; }
13277 # Make sure either enable_shared or enable_static is yes.
13278 test "$enable_shared" = yes || enable_static=yes
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13280$as_echo "$enable_static" >&6; }
13281
13282
13283
13284
13285fi
13286ac_ext=c
13287ac_cpp='$CPP $CPPFLAGS'
13288ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13289ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13290ac_compiler_gnu=$ac_cv_c_compiler_gnu
13291
13292CC="$lt_save_CC"
13293
13294
13295
13296
13297
13298
13299
13300
13301
b5bd9624 13302
b5bd9624 13303
b5bd9624 13304
b5bd9624 13305
6bb11ab3
L
13306 ac_config_commands="$ac_config_commands libtool"
13307
13308
13309
13310
13311# Only expand once:
13312
13313
5912fadd 13314
b5bd9624 13315
c906108c
SS
13316
13317
31e6ad7d
MF
13318
13319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13320$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13321 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13322if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13323 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13324else
13325 USE_MAINTAINER_MODE=no
c906108c 13326fi
31e6ad7d
MF
13327
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13329$as_echo "$USE_MAINTAINER_MODE" >&6; }
13330 if test $USE_MAINTAINER_MODE = yes; then
13331 MAINTAINER_MODE_TRUE=
13332 MAINTAINER_MODE_FALSE='#'
c906108c 13333else
31e6ad7d
MF
13334 MAINTAINER_MODE_TRUE='#'
13335 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
13336fi
13337
31e6ad7d
MF
13338 MAINT=$MAINTAINER_MODE_TRUE
13339
13340
c906108c
SS
13341
13342
ce39bd38
MF
13343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13344$as_echo_n "checking for sim debug setting... " >&6; }
13345sim_debug="0"
81ecdfbb
RW
13346# Check whether --enable-sim-debug was given.
13347if test "${enable_sim_debug+set}" = set; then :
13348 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13349 yes) sim_debug="7";;
13350 no) sim_debug="0";;
13351 *) sim_debug="($enableval)";;
c906108c 13352esac
c906108c 13353fi
ce39bd38
MF
13354if test "$sim_debug" != "0"; then
13355
13356cat >>confdefs.h <<_ACEOF
13357#define DEBUG $sim_debug
13358_ACEOF
13359
81ecdfbb
RW
13360fi
13361
ce39bd38
MF
13362cat >>confdefs.h <<_ACEOF
13363#define WITH_DEBUG $sim_debug
13364_ACEOF
13365
13366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13367$as_echo "$sim_debug" >&6; }
c906108c
SS
13368
13369
ce39bd38
MF
13370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13371$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13372sim_stdio="0"
81ecdfbb
RW
13373# Check whether --enable-sim-stdio was given.
13374if test "${enable_sim_stdio+set}" = set; then :
13375 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13376 yes) sim_stdio="DO_USE_STDIO";;
13377 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 13378 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 13379esac
81ecdfbb
RW
13380fi
13381
ce39bd38
MF
13382cat >>confdefs.h <<_ACEOF
13383#define WITH_STDIO $sim_stdio
13384_ACEOF
13385
13386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13387$as_echo "$sim_stdio" >&6; }
c906108c
SS
13388
13389
ce39bd38
MF
13390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13391$as_echo_n "checking for sim trace settings... " >&6; }
13392sim_trace="~TRACE_debug"
81ecdfbb
RW
13393# Check whether --enable-sim-trace was given.
13394if test "${enable_sim_trace+set}" = set; then :
13395 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13396 yes) sim_trace="-1";;
13397 no) sim_trace="0";;
c906108c 13398 [-0-9]*)
ce39bd38 13399 sim_trace="'(${enableval})'";;
2232061b 13400 [[:lower:]]*)
c906108c
SS
13401 sim_trace=""
13402 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13403 if test x"$sim_trace" = x; then
ce39bd38 13404 sim_trace="(TRACE_$x"
c906108c
SS
13405 else
13406 sim_trace="${sim_trace}|TRACE_$x"
13407 fi
13408 done
ce39bd38 13409 sim_trace="$sim_trace)" ;;
c906108c 13410esac
81ecdfbb
RW
13411fi
13412
ce39bd38
MF
13413cat >>confdefs.h <<_ACEOF
13414#define WITH_TRACE $sim_trace
13415_ACEOF
13416
13417{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13418$as_echo "$sim_trace" >&6; }
c906108c
SS
13419
13420
ce39bd38
MF
13421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13422$as_echo_n "checking for sim profile settings... " >&6; }
13423profile="1"
13424sim_profile="-1"
81ecdfbb
RW
13425# Check whether --enable-sim-profile was given.
13426if test "${enable_sim_profile+set}" = set; then :
13427 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13428 yes) profile="1" sim_profile="-1";;
13429 no) profile="0" sim_profile="0";;
c906108c 13430 [-0-9]*)
ce39bd38 13431 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 13432 [a-z]*)
ce39bd38 13433 profile="1"
c906108c
SS
13434 sim_profile=""
13435 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13436 if test x"$sim_profile" = x; then
ce39bd38 13437 sim_profile="(PROFILE_$x"
c906108c
SS
13438 else
13439 sim_profile="${sim_profile}|PROFILE_$x"
13440 fi
13441 done
ce39bd38 13442 sim_profile="$sim_profile)" ;;
c906108c 13443esac
81ecdfbb
RW
13444fi
13445
ce39bd38
MF
13446cat >>confdefs.h <<_ACEOF
13447#define PROFILE $profile
13448_ACEOF
c906108c
SS
13449
13450
ce39bd38
MF
13451cat >>confdefs.h <<_ACEOF
13452#define WITH_PROFILE $sim_profile
13453_ACEOF
13454
13455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13456$as_echo "$sim_profile" >&6; }
13457
13458
13459
13460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13461$as_echo_n "checking whether to enable sim asserts... " >&6; }
13462sim_assert="1"
35656e95
MF
13463# Check whether --enable-sim-assert was given.
13464if test "${enable_sim_assert+set}" = set; then :
13465 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13466 yes) sim_assert="1";;
13467 no) sim_assert="0";;
d0ac1c44 13468 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13469esac
35656e95
MF
13470fi
13471
ce39bd38
MF
13472cat >>confdefs.h <<_ACEOF
13473#define WITH_ASSERT $sim_assert
13474_ACEOF
13475
13476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13477$as_echo "$sim_assert" >&6; }
13478
35656e95 13479
ce39bd38
MF
13480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13481$as_echo_n "checking default sim environment setting... " >&6; }
13482sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13483# Check whether --enable-sim-environment was given.
13484if test "${enable_sim_environment+set}" = set; then :
13485 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13486 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13487 user | USER) sim_environment="USER_ENVIRONMENT";;
13488 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13489 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 13490 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13491esac
16f7876d
MF
13492fi
13493
ce39bd38
MF
13494cat >>confdefs.h <<_ACEOF
13495#define WITH_ENVIRONMENT $sim_environment
13496_ACEOF
13497
13498{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13499$as_echo "$sim_environment" >&6; }
13500
16f7876d 13501
347fe5bb
MF
13502sim_inline="-DDEFAULT_INLINE=0"
13503# Check whether --enable-sim-inline was given.
13504if test "${enable_sim_inline+set}" = set; then :
13505 enableval=$enable_sim_inline; sim_inline=""
13506case "$enableval" in
13507 no) sim_inline="-DDEFAULT_INLINE=0";;
13508 0) sim_inline="-DDEFAULT_INLINE=0";;
13509 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13510 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13511 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13512 new_flag=""
13513 case "$x" in
13514 *_INLINE=*) new_flag="-D$x";;
13515 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13516 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13517 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13518 esac
13519 if test x"$sim_inline" = x""; then
13520 sim_inline="$new_flag"
13521 else
13522 sim_inline="$sim_inline $new_flag"
13523 fi
13524 done;;
13525esac
13526if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13527 echo "Setting inline flags = $sim_inline" 6>&1
13528fi
13529fi
13530
13531
13532
6efef468 13533
81ecdfbb
RW
13534# Check whether --with-pkgversion was given.
13535if test "${with_pkgversion+set}" = set; then :
13536 withval=$with_pkgversion; case "$withval" in
d0ac1c44 13537 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13538 no) PKGVERSION= ;;
13539 *) PKGVERSION="($withval) " ;;
13540 esac
13541else
bf12d44e 13542 PKGVERSION="(SIM) "
6efef468 13543
81ecdfbb
RW
13544fi
13545
6efef468
JM
13546
13547
13548
13549
81ecdfbb
RW
13550# Check whether --with-bugurl was given.
13551if test "${with_bugurl+set}" = set; then :
13552 withval=$with_bugurl; case "$withval" in
d0ac1c44 13553 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13554 no) BUGURL=
13555 ;;
13556 *) BUGURL="$withval"
13557 ;;
13558 esac
13559else
dfb856ba 13560 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 13561
81ecdfbb
RW
13562fi
13563
6efef468
JM
13564 case ${BUGURL} in
13565 "")
13566 REPORT_BUGS_TO=
13567 REPORT_BUGS_TEXI=
13568 ;;
13569 *)
13570 REPORT_BUGS_TO="<$BUGURL>"
13571 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13572 ;;
13573 esac;
13574
13575
13576
13577
13578cat >>confdefs.h <<_ACEOF
13579#define PKGVERSION "$PKGVERSION"
13580_ACEOF
13581
13582
13583cat >>confdefs.h <<_ACEOF
13584#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13585_ACEOF
13586
13587
81ecdfbb
RW
13588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13589$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 13590if ${ac_cv_type_signal+:} false; then :
81ecdfbb 13591 $as_echo_n "(cached) " >&6
c906108c 13592else
81ecdfbb 13593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13594/* end confdefs.h. */
c906108c
SS
13595#include <sys/types.h>
13596#include <signal.h>
c906108c 13597
b7026657
AC
13598int
13599main ()
13600{
81ecdfbb 13601return *(signal (0, 0)) (0) == 1;
b7026657
AC
13602 ;
13603 return 0;
13604}
13605_ACEOF
81ecdfbb
RW
13606if ac_fn_c_try_compile "$LINENO"; then :
13607 ac_cv_type_signal=int
c906108c 13608else
81ecdfbb 13609 ac_cv_type_signal=void
c906108c 13610fi
81ecdfbb 13611rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 13612fi
81ecdfbb
RW
13613{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13614$as_echo "$ac_cv_type_signal" >&6; }
c906108c 13615
b7026657 13616cat >>confdefs.h <<_ACEOF
c906108c 13617#define RETSIGTYPE $ac_cv_type_signal
b7026657 13618_ACEOF
c906108c
SS
13619
13620
cd0fc7c3
SS
13621
13622
c906108c 13623
c906108c
SS
13624
13625
c906108c
SS
13626wire_alignment="NONSTRICT_ALIGNMENT"
13627default_alignment=""
13628
81ecdfbb
RW
13629# Check whether --enable-sim-alignment was given.
13630if test "${enable_sim_alignment+set}" = set; then :
13631 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
13632 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13633 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13634 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13635 yes) if test x"$wire_alignment" != x; then
13636 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13637 else
13638 if test x"$default_alignment" != x; then
13639 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13640 else
13641 echo "No hard-wired alignment for target $target" 1>&6
13642 sim_alignment="-DWITH_ALIGNMENT=0"
13643 fi
13644 fi;;
13645 no) if test x"$default_alignment" != x; then
13646 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13647 else
13648 if test x"$wire_alignment" != x; then
13649 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13650 else
13651 echo "No default alignment for target $target" 1>&6
13652 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13653 fi
13654 fi;;
d0ac1c44 13655 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
13656esac
13657if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13658 echo "Setting alignment flags = $sim_alignment" 6>&1
13659fi
13660else
13661 if test x"$default_alignment" != x; then
13662 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13663else
13664 if test x"$wire_alignment" != x; then
13665 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13666 else
13667 sim_alignment=
13668 fi
13669fi
81ecdfbb
RW
13670fi
13671
c906108c 13672
2232061b
MF
13673# Check whether --enable-werror was given.
13674if test "${enable_werror+set}" = set; then :
13675 enableval=$enable_werror; case "${enableval}" in
13676 yes | y) ERROR_ON_WARNING="yes" ;;
13677 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 13678 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
13679 esac
13680fi
13681
13682
13683# Enable -Werror by default when using gcc
13684if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13685 ERROR_ON_WARNING=yes
51216631 13686fi
2232061b
MF
13687
13688WERROR_CFLAGS=""
2232061b 13689
2232061b 13690build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 13691-Wpointer-sign \
2232061b 13692-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
13693-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13694-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13695-Wold-style-declaration -Wold-style-definition"
2232061b
MF
13696
13697# Enable -Wno-format by default when using gcc on mingw since many
13698# GCC versions complain about %I64.
13699case "${host}" in
13700 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 13701 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
13702esac
13703
81ecdfbb
RW
13704# Check whether --enable-build-warnings was given.
13705if test "${enable_build_warnings+set}" = set; then :
13706 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
13707 yes) ;;
13708 no) build_warnings="-w";;
13709 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13710 build_warnings="${build_warnings} ${t}";;
13711 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13712 build_warnings="${t} ${build_warnings}";;
13713 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13714esac
13715if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13716 echo "Setting compiler warning flags = $build_warnings" 6>&1
13717fi
81ecdfbb
RW
13718fi
13719# Check whether --enable-sim-build-warnings was given.
13720if test "${enable_sim_build_warnings+set}" = set; then :
13721 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
13722 yes) ;;
13723 no) build_warnings="-w";;
13724 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 13725 build_warnings="${build_warnings} ${t}";;
c906108c 13726 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
13727 build_warnings="${t} ${build_warnings}";;
13728 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
13729esac
13730if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
13731 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13732fi
81ecdfbb
RW
13733fi
13734WARN_CFLAGS=""
d4f3574e
SS
13735if test "x${build_warnings}" != x -a "x$GCC" = xyes
13736then
81ecdfbb
RW
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13738$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
13739 # Separate out the -Werror flag as some files just cannot be
13740 # compiled with it enabled.
13741 for w in ${build_warnings}; do
13742 case $w in
13743 -Werr*) WERROR_CFLAGS=-Werror ;;
13744 *) # Check that GCC accepts it
13745 saved_CFLAGS="$CFLAGS"
13746 CFLAGS="$CFLAGS $w"
81ecdfbb 13747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13748/* end confdefs.h. */
c8cca39f 13749
b7026657
AC
13750int
13751main ()
13752{
c8cca39f 13753
b7026657
AC
13754 ;
13755 return 0;
13756}
13757_ACEOF
81ecdfbb 13758if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 13759 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 13760fi
81ecdfbb 13761rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
13762 CFLAGS="$saved_CFLAGS"
13763 esac
13764 done
2232061b
MF
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13766$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
13767fi
13768
13769
e6c674b8 13770default_sim_reserved_bits="1"
81ecdfbb
RW
13771# Check whether --enable-sim-reserved-bits was given.
13772if test "${enable_sim_reserved_bits+set}" = set; then :
13773 enableval=$enable_sim_reserved_bits; case "${enableval}" in
e6c674b8
CD
13774 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
13775 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 13776 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
e6c674b8
CD
13777esac
13778if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
13779 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
13780fi
13781else
13782 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
13783fi
13784
e6c674b8 13785
c906108c
SS
13786# DEPRECATED
13787#
13788# Instead of defining a `subtarget' macro, code should be checking
13789# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
13790# in question.
13791#
13792case "${target}" in
4c54fc26 13793 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
c906108c 13794 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
109ad085 13795 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
cc220243 13796 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
1e799e28
CD
13797 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13798 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
c906108c
SS
13799 *) SIM_SUBTARGET="";;
13800esac
13801
13802
13803
13804
13805#
13806# Select the byte order of the target
13807#
13808mips_endian=
13809default_endian=
13810case "${target}" in
1ac72f06
MF
13811 mips64el*-*-*) mips_endian=LITTLE ;;
13812 mips64vr*el-*-*) default_endian=LITTLE ;;
13813 mips64*-*-*) default_endian=BIG ;;
13814 mips16*-*-*) default_endian=BIG ;;
13815 mipsisa32*-*-*) default_endian=BIG ;;
13816 mipsisa64*-*-*) default_endian=BIG ;;
13817 mips*-*-*) default_endian=BIG ;;
13818 *) default_endian=BIG ;;
c906108c
SS
13819esac
13820
13821wire_endian="$mips_endian"
13822default_endian="$default_endian"
81ecdfbb
RW
13823# Check whether --enable-sim-endian was given.
13824if test "${enable_sim_endian+set}" = set; then :
13825 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13826 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13827 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 13828 yes) if test x"$wire_endian" != x; then
1ac72f06 13829 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 13830 else
1ac72f06
MF
13831 if test x"$default_endian" != x; then
13832 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13833 else
13834 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13835 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
13836 fi
13837 fi;;
13838 no) if test x"$default_endian" != x; then
1ac72f06 13839 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13840 else
13841 if test x"$wire_endian" != x; then
1ac72f06 13842 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
13843 else
13844 echo "No default endian for target $target" 1>&6
1ac72f06 13845 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
13846 fi
13847 fi;;
d0ac1c44 13848 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
13849esac
13850if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13851 echo "Setting endian flags = $sim_endian" 6>&1
13852fi
13853else
13854 if test x"$default_endian" != x; then
1ac72f06 13855 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13856else
13857 if test x"$wire_endian" != x; then
1ac72f06 13858 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
13859 else
13860 sim_endian=
13861 fi
13862fi
81ecdfbb
RW
13863fi
13864
c906108c
SS
13865
13866
13867
13868#
13869# Select the bitsize of the target
13870#
13871mips_addr_bitsize=
13872case "${target}" in
109ad085 13873 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
cc220243 13874 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
13875 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
13876 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1e799e28
CD
13877 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
13878 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
13879 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
13880 *) mips_bitsize=64 ; mips_msb=63 ;;
13881esac
13882wire_word_bitsize="$mips_bitsize"
13883wire_word_msb="$mips_msb"
13884wire_address_bitsize="$mips_addr_bitsize"
13885wire_cell_bitsize=""
81ecdfbb
RW
13886# Check whether --enable-sim-bitsize was given.
13887if test "${enable_sim_bitsize+set}" = set; then :
13888 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
13889case "${enableval}" in
13890 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13891 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13892 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13893 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13894 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13895 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13896 else
13897 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13898 fi ;;
13899 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13900 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13901 else
13902 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13903 fi ;;
d0ac1c44 13904 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13905esac
13906# address bitsize
13907tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13908case x"${tmp}" in
13909 x ) ;;
13910 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13911 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 13912 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13913esac
13914# cell bitsize
13915tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13916case x"${tmp}" in
13917 x ) ;;
13918 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13919 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 13920 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13921esac
13922if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13923 echo "Setting bitsize flags = $sim_bitsize" 6>&1
13924fi
13925else
13926 sim_bitsize=""
13927if test x"$wire_word_bitsize" != x; then
13928 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13929fi
13930if test x"$wire_word_msb" != x; then
13931 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13932fi
13933if test x"$wire_address_bitsize" != x; then
13934 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13935fi
13936if test x"$wire_cell_bitsize" != x; then
13937 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13938fi
81ecdfbb
RW
13939fi
13940
c906108c
SS
13941
13942
13943
13944#
13945# Select the floating hardware support of the target
13946#
13947mips_fpu=HARDWARE_FLOATING_POINT
13948mips_fpu_bitsize=
13949case "${target}" in
4b5d35ee 13950 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
109ad085 13951 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
cc220243 13952 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
13953 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
13954 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1e799e28
CD
13955 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13956 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
13957 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13958 *) mips_fpu=HARD_FLOATING_POINT ;;
13959esac
13960
13961default_sim_float="$mips_fpu"
13962default_sim_float_bitsize="$mips_fpu_bitsize"
81ecdfbb
RW
13963# Check whether --enable-sim-float was given.
13964if test "${enable_sim_float+set}" = set; then :
13965 enableval=$enable_sim_float; case "${enableval}" in
c906108c
SS
13966 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
13967 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
13968 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
13969 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
d0ac1c44 13970 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
c906108c
SS
13971esac
13972if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
13973 echo "Setting float flags = $sim_float" 6>&1
13974fi
13975else
b7026657 13976
c906108c
SS
13977sim_float=
13978if test x"${default_sim_float}" != x""; then
13979 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
13980fi
13981if test x"${default_sim_float_bitsize}" != x""; then
13982 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
13983fi
13984
81ecdfbb
RW
13985fi
13986
c906108c
SS
13987
13988
13989
c906108c
SS
13990#
13991# Select the IGEN architecture
13992#
13993sim_gen=IGEN
13994sim_igen_machine="-M mipsIV"
139181c8 13995sim_m16_machine="-M mips16,mipsIII"
c906108c
SS
13996sim_igen_filter="32,64,f"
13997sim_m16_filter="16"
4c54fc26
CD
13998sim_mach_default="mips8000"
13999
c906108c
SS
14000case "${target}" in
14001 mips*tx39*) sim_gen=IGEN
14002 sim_igen_filter="32,f"
14003 sim_igen_machine="-M r3900"
14004 ;;
14005 mips64vr43*-*-*) sim_gen=IGEN
14006 sim_igen_machine="-M mipsIV"
4c54fc26 14007 sim_mach_default="mips8000"
c906108c
SS
14008 ;;
14009 mips64vr5*-*-*) sim_gen=IGEN
14010 sim_igen_machine="-M vr5000"
4c54fc26 14011 sim_mach_default="mips5000"
c906108c
SS
14012 ;;
14013 mips64vr41*) sim_gen=M16
14014 sim_igen_machine="-M vr4100"
14015 sim_m16_machine="-M vr4100"
14016 sim_igen_filter="32,64,f"
14017 sim_m16_filter="16"
4c54fc26 14018 sim_mach_default="mips4100"
c906108c 14019 ;;
4c54fc26
CD
14020 mips64vr-*-* | mips64vrel-*-*)
14021 sim_gen=MULTI
14022 sim_multi_configs="\
14023 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
14024 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
14025 vr5000:mipsIV:32,64,f:mips4300,mips5000\
14026 vr5400:mipsIV,vr5400:32,64,f:mips5400\
14027 vr5500:mipsIV,vr5500:32,64,f:mips5500"
14028 sim_multi_default=mips5000
14029 ;;
cc220243 14030 mips*-sde-elf* | mips*-mti-elf*)
8e394ffc
AB
14031 sim_gen=MULTI
14032 sim_multi_configs="\
14033 micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
14034 mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
14035 sim_multi_default=mipsisa64r2
109ad085 14036 ;;
c906108c
SS
14037 mips64*-*-*) sim_igen_filter="32,64,f"
14038 sim_gen=IGEN
14039 ;;
14040 mips16*-*-*) sim_gen=M16
14041 sim_igen_filter="32,64,f"
14042 sim_m16_filter="16"
14043 ;;
8e394ffc
AB
14044 mipsisa32r2*-*-*) sim_gen=MULTI
14045 sim_multi_configs="\
14046 micromips:micromips32,micromipsdsp:32,f:mips_micromips\
14047 mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
14048 sim_multi_default=mipsisa32r2
e70cb6cd 14049 ;;
d5fb0879
RS
14050 mipsisa32*-*-*) sim_gen=M16
14051 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
14052 sim_m16_machine="-M mips16,mips16e,mips32"
14053 sim_igen_filter="32,f"
14054 sim_mach_default="mipsisa32"
1e799e28 14055 ;;
d5fb0879
RS
14056 mipsisa64r2*-*-*) sim_gen=M16
14057 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
14058 sim_m16_machine="-M mips16,mips16e,mips64r2"
14059 sim_igen_filter="32,64,f"
14060 sim_mach_default="mipsisa64r2"
e70cb6cd 14061 ;;
7cbea089 14062 mipsisa64sb1*-*-*) sim_gen=IGEN
109ad085 14063 sim_igen_machine="-M mips64,mips3d,sb1"
7cbea089 14064 sim_igen_filter="32,64,f"
4c54fc26 14065 sim_mach_default="mips_sb1"
7cbea089 14066 ;;
d5fb0879
RS
14067 mipsisa64*-*-*) sim_gen=M16
14068 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
14069 sim_m16_machine="-M mips16,mips16e,mips64"
14070 sim_igen_filter="32,64,f"
14071 sim_mach_default="mipsisa64"
1e799e28 14072 ;;
109ad085 14073 mips*lsi*) sim_gen=M16
c906108c
SS
14074 sim_igen_machine="-M mipsIII,mips16"
14075 sim_m16_machine="-M mips16,mipsIII"
14076 sim_igen_filter="32,f"
14077 sim_m16_filter="16"
4c54fc26 14078 sim_mach_default="mips4000"
109ad085 14079 ;;
c906108c
SS
14080 mips*-*-*) sim_gen=IGEN
14081 sim_igen_filter="32,f"
14082 ;;
14083esac
4c54fc26
CD
14084
14085# The MULTI generator can combine several simulation engines into one.
14086# executable. A configuration which uses the MULTI should set two
14087# variables: ${sim_multi_configs} and ${sim_multi_default}.
14088#
14089# ${sim_multi_configs} is the list of engines to build. Each
14090# space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
14091# where:
14092#
14093# - NAME is a C-compatible prefix for the engine,
14094# - MACHINE is a -M argument,
14095# - FILTER is a -F argument, and
14096# - BFDMACHS is a comma-separated list of bfd machines that the
14097# simulator can run.
14098#
14099# Each entry will have a separate simulation engine whose prefix is
14100# m32<NAME>. If the machine list includes "mips16", there will also
14101# be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
14102# generated using the same machine list as the 32-bit version,
14103# but the filter will be "16" instead of FILTER.
14104#
14105# The simulator compares the bfd mach against BFDMACHS to decide
14106# which engine to use. Entries in BFDMACHS should be bfd_mach
14107# values with "bfd_mach_" removed. ${sim_multi_default} says
14108# which entry should be the default.
14109if test ${sim_gen} = MULTI; then
14110
14111 # Simple sanity check.
14112 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
d0ac1c44 14113 as_fn_error $? "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
4c54fc26
CD
14114 fi
14115
14116 # Start in a known state.
14117 rm -f multi-include.h multi-run.c
14118 sim_multi_flags=
14119 sim_multi_src=
8e394ffc 14120 sim_multi_obj=
4c54fc26
CD
14121 sim_multi_igen_configs=
14122 sim_seen_default=no
14123
14124 cat << __EOF__ > multi-run.c
14125/* Main entry point for MULTI simulators.
46f900c0 14126 Copyright (C) 2003-2021 Free Software Foundation, Inc.
4c54fc26
CD
14127
14128 This program is free software; you can redistribute it and/or modify
14129 it under the terms of the GNU General Public License as published by
35ee6e1e 14130 the Free Software Foundation; either version 3 of the License, or
4c54fc26
CD
14131 (at your option) any later version.
14132
14133 This program is distributed in the hope that it will be useful,
14134 but WITHOUT ANY WARRANTY; without even the implied warranty of
14135 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14136 GNU General Public License for more details.
14137
14138 You should have received a copy of the GNU General Public License
35ee6e1e 14139 along with this program. If not, see <http://www.gnu.org/licenses/>.
4c54fc26
CD
14140
14141 --
14142
14143 This file was generated by sim/mips/configure. */
14144
14145#include "sim-main.h"
14146#include "multi-include.h"
8e394ffc
AB
14147#include "elf-bfd.h"
14148#include "elf/mips.h"
4c54fc26
CD
14149
14150#define SD sd
14151#define CPU cpu
14152
14153void
14154sim_engine_run (SIM_DESC sd,
14155 int next_cpu_nr,
14156 int nr_cpus,
14157 int signal) /* ignore */
14158{
14159 int mach;
14160
14161 if (STATE_ARCHITECTURE (sd) == NULL)
14162 mach = bfd_mach_${sim_multi_default};
1554f758 14163 else if (elf_elfheader (STATE_PROG_BFD (sd))->e_flags
8e394ffc
AB
14164 & EF_MIPS_ARCH_ASE_MICROMIPS)
14165 mach = bfd_mach_mips_micromips;
4c54fc26
CD
14166 else
14167 mach = STATE_ARCHITECTURE (SD)->mach;
14168
14169 switch (mach)
14170 {
14171__EOF__
14172
14173 for fc in ${sim_multi_configs}; do
14174
14175 # Split up the entry. ${c} contains the first three elements.
14176 # Note: outer sqaure brackets are m4 quotes.
14177 c=`echo ${fc} | sed 's/:[^:]*$//'`
14178 bfdmachs=`echo ${fc} | sed 's/.*://'`
14179 name=`echo ${c} | sed 's/:.*//'`
14180 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
14181 filter=`echo ${c} | sed 's/.*://'`
14182
14183 # Build the following lists:
14184 #
14185 # sim_multi_flags: all -M and -F flags used by the simulator
14186 # sim_multi_src: all makefile-generated source files
14187 # sim_multi_obj: the objects for ${sim_multi_src}
14188 # sim_multi_igen_configs: igen configuration strings.
14189 #
14190 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
14191 # or m16) followed by the NAME, MACHINE and FILTER part of
14192 # the ${sim_multi_configs} entry.
14193 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
14194
8e394ffc 14195 # Check whether special handling is needed.
4c54fc26
CD
14196 case ${c} in
14197 *:*mips16*:*)
14198 # Run igen twice, once for normal mode and once for mips16.
14199 ws="m32 m16"
14200
14201 # The top-level function for the mips16 simulator is
14202 # in a file m16${name}_run.c, generated by the
14203 # tmp-run-multi Makefile rule.
14204 sim_multi_src="${sim_multi_src} m16${name}_run.c"
14205 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
14206 sim_multi_flags="${sim_multi_flags} -F 16"
14207 ;;
8e394ffc
AB
14208 *:*micromips32*:*)
14209 # Run igen thrice, once for micromips32, once for micromips16,
14210 # and once for m32.
14211 ws="micromips_m32 micromips16 micromips32"
14212
14213 # The top-level function for the micromips simulator is
14214 # in a file micromips${name}_run.c, generated by the
14215 # tmp-run-multi Makefile rule.
14216 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
14217 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
14218 sim_multi_flags="${sim_multi_flags} -F 16,32"
14219 ;;
14220 *:*micromips64*:*)
14221 # Run igen thrice, once for micromips64, once for micromips16,
14222 # and once for m64.
14223 ws="micromips_m64 micromips16 micromips64"
14224
14225 # The top-level function for the micromips simulator is
14226 # in a file micromips${name}_run.c, generated by the
14227 # tmp-run-multi Makefile rule.
14228 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
14229 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
14230 sim_multi_flags="${sim_multi_flags} -F 16,32,64"
14231 ;;
4c54fc26
CD
14232 *)
14233 ws=m32
14234 ;;
14235 esac
14236
14237 # Now add the list of igen-generated files to ${sim_multi_src}
14238 # and ${sim_multi_obj}.
14239 for w in ${ws}; do
14240 for base in engine icache idecode model semantics support; do
14241 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
14242 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
14243 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
14244 done
14245 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
14246 done
14247
14248 # Add an include for the engine.h file. This file declares the
14249 # top-level foo_engine_run() function.
14250 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
14251
14252 # Add case statements for this engine to sim_engine_run().
14253 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
14254 echo " case bfd_mach_${mach}:" >> multi-run.c
14255 if test ${mach} = ${sim_multi_default}; then
14256 echo " default:" >> multi-run.c
14257 sim_seen_default=yes
14258 fi
14259 done
14260 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
14261 >> multi-run.c
14262 echo " break;" >> multi-run.c
14263 done
14264
14265 # Check whether we added a 'default:' label.
14266 if test ${sim_seen_default} = no; then
d0ac1c44 14267 as_fn_error $? "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
4c54fc26
CD
14268 fi
14269
14270 cat << __EOF__ >> multi-run.c
14271 }
14272}
14273
14274int
14275mips_mach_multi (SIM_DESC sd)
14276{
14277 if (STATE_ARCHITECTURE (sd) == NULL)
14278 return bfd_mach_${sim_multi_default};
14279
14280 switch (STATE_ARCHITECTURE (SD)->mach)
14281 {
14282__EOF__
14283
14284 # Add case statements for this engine to mips_mach_multi().
14285 for fc in ${sim_multi_configs}; do
14286
14287 # Split up the entry. ${c} contains the first three elements.
14288 # Note: outer sqaure brackets are m4 quotes.
14289 c=`echo ${fc} | sed 's/:[^:]*$//'`
14290 bfdmachs=`echo ${fc} | sed 's/.*://'`
14291
14292 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
14293 echo " case bfd_mach_${mach}:" >> multi-run.c
14294 done
14295 done
14296
14297 cat << __EOF__ >> multi-run.c
14298 return (STATE_ARCHITECTURE (SD)->mach);
14299 default:
14300 return bfd_mach_${sim_multi_default};
14301 }
14302}
14303__EOF__
14304
14305 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
14306else
14307 # For clean-extra
14308 sim_multi_src=doesnt-exist.c
14309
14310 if test x"${sim_mach_default}" = x""; then
d0ac1c44 14311 as_fn_error $? "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
4c54fc26
CD
14312 fi
14313 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
14314fi
c906108c
SS
14315sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
14316sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
8e394ffc
AB
14317sim_micromips16_flags=" -F ${sim_micromips16_filter} ${sim_micromips16_machine} ${sim_igen_smp}"
14318sim_micromips_flags=" -F ${sim_micromips_filter} ${sim_micromips_machine} ${sim_igen_smp}"
c906108c
SS
14319
14320
14321
14322
14323
4c54fc26
CD
14324
14325
14326
14327
c906108c
SS
14328#
14329# Add simulated hardware devices
14330#
14331hw_enabled=no
14332case "${target}" in
14333 mips*tx39*)
14334 hw_enabled=yes
b7026657 14335 hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
c906108c
SS
14336 ;;
14337 *)
c906108c
SS
14338 ;;
14339esac
14340
c906108c 14341if test "$hw_devices"; then
6ffe910a 14342 hardware="$hw_devices"
c906108c 14343else
6ffe910a 14344 hardware="cfi core pal glue"
c906108c 14345fi
6ffe910a 14346hardware="$hardware $hw_extra_devices"
1517bd27 14347
c906108c
SS
14348sim_hw_cflags="-DWITH_HW=1"
14349sim_hw="$hardware"
14350sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 14351
81ecdfbb
RW
14352# Check whether --enable-sim-hardware was given.
14353if test "${enable_sim_hardware+set}" = set; then :
14354 enableval=$enable_sim_hardware;
30452bbe
MF
14355else
14356 enable_sim_hardware="$hw_enabled"
1517bd27
MF
14357fi
14358
14359case ${enable_sim_hardware} in
64dd13df
MF
14360 yes|no) ;;
14361 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
14362 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
14363 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c906108c 14364esac
1517bd27 14365
64dd13df 14366if test "$enable_sim_hardware" = no; then
c906108c
SS
14367 sim_hw_objs=
14368 sim_hw_cflags="-DWITH_HW=0"
14369 sim_hw=
14370else
14371 sim_hw_cflags="-DWITH_HW=1"
14372 # remove duplicates
14373 sim_hw=""
14374 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
b3a3ffef
HPN
14375 for i in $hardware ; do
14376 case " $sim_hw " in
c906108c
SS
14377 *" $i "*) ;;
14378 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
14379 esac
14380 done
3be31516 14381 # mingw does not support sockser
3be31516
JS
14382 case ${host} in
14383 *mingw*) ;;
49cd1634
MF
14384 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
14385 # that you instatiate. Instead, other code will call into it directly.
14386 # At some point, we should convert it over.
14387 sim_hw_objs="$sim_hw_objs dv-sockser.o"
3be31516
JS
14388
14389cat >>confdefs.h <<_ACEOF
14390#define HAVE_DV_SOCKSER 1
14391_ACEOF
14392
14393 ;;
14394 esac
1517bd27
MF
14395 if test x"$silent" != x"yes"; then
14396 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
3be31516 14397 fi
1517bd27
MF
14398 case " $hardware " in
14399 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 14400$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 14401if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
14402 $as_echo_n "(cached) " >&6
14403else
14404 ac_check_lib_save_LIBS=$LIBS
14405LIBS="-lm $LIBS"
14406cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14407/* end confdefs.h. */
14408
14409/* Override any GCC internal prototype to avoid an error.
14410 Use char because int might match the return type of a GCC
14411 builtin and then its argument prototype would still apply. */
14412#ifdef __cplusplus
14413extern "C"
14414#endif
14415char log2 ();
14416int
14417main ()
14418{
14419return log2 ();
14420 ;
14421 return 0;
14422}
14423_ACEOF
14424if ac_fn_c_try_link "$LINENO"; then :
14425 ac_cv_lib_m_log2=yes
14426else
14427 ac_cv_lib_m_log2=no
14428fi
14429rm -f core conftest.err conftest.$ac_objext \
14430 conftest$ac_exeext conftest.$ac_ext
14431LIBS=$ac_check_lib_save_LIBS
14432fi
14433{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
14434$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 14435if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
14436 cat >>confdefs.h <<_ACEOF
14437#define HAVE_LIBM 1
14438_ACEOF
14439
14440 LIBS="-lm $LIBS"
14441
14442fi
14443;;
1517bd27
MF
14444 esac
14445fi
4399a56b 14446
c906108c 14447
c906108c
SS
14448
14449# Choose simulator engine
14450case "${target}" in
14451 *) mips_igen_engine="engine.o"
14452 ;;
14453esac
14454
14455
14456
81ecdfbb
RW
14457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
14458$as_echo_n "checking for X... " >&6; }
b7026657 14459
c906108c 14460
81ecdfbb
RW
14461# Check whether --with-x was given.
14462if test "${with_x+set}" = set; then :
14463 withval=$with_x;
14464fi
c906108c
SS
14465
14466# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
14467if test "x$with_x" = xno; then
14468 # The user explicitly disabled X.
14469 have_x=disabled
14470else
81ecdfbb 14471 case $x_includes,$x_libraries in #(
d0ac1c44
SM
14472 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
14473 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
81ecdfbb 14474 $as_echo_n "(cached) " >&6
c906108c
SS
14475else
14476 # One or both of the vars are not set, and there is no cached value.
b7026657 14477ac_x_includes=no ac_x_libraries=no
81ecdfbb 14478rm -f -r conftest.dir
b7026657
AC
14479if mkdir conftest.dir; then
14480 cd conftest.dir
b7026657 14481 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
14482incroot:
14483 @echo incroot='${INCROOT}'
14484usrlibdir:
14485 @echo usrlibdir='${USRLIBDIR}'
14486libdir:
14487 @echo libdir='${LIBDIR}'
14488_ACEOF
14489 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
d0ac1c44 14490 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
14491 for ac_var in incroot usrlibdir libdir; do
14492 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14493 done
c906108c 14494 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
14495 for ac_extension in a so sl dylib la dll; do
14496 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
14497 test -f "$ac_im_libdir/libX11.$ac_extension"; then
b7026657 14498 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
14499 fi
14500 done
14501 # Screen out bogus values from the imake configuration. They are
14502 # bogus both because they are the default anyway, and because
14503 # using them would break gcc on systems where it needs fixed includes.
b7026657 14504 case $ac_im_incroot in
81ecdfbb 14505 /usr/include) ac_x_includes= ;;
b7026657 14506 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 14507 esac
b7026657 14508 case $ac_im_usrlibdir in
81ecdfbb 14509 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
b7026657 14510 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
14511 esac
14512 fi
14513 cd ..
81ecdfbb 14514 rm -f -r conftest.dir
c906108c
SS
14515fi
14516
b7026657
AC
14517# Standard set of common directories for X headers.
14518# Check X11 before X11Rn because it is often a symlink to the current release.
14519ac_x_header_dirs='
14520/usr/X11/include
81ecdfbb 14521/usr/X11R7/include
b7026657
AC
14522/usr/X11R6/include
14523/usr/X11R5/include
14524/usr/X11R4/include
14525
14526/usr/include/X11
81ecdfbb 14527/usr/include/X11R7
b7026657
AC
14528/usr/include/X11R6
14529/usr/include/X11R5
14530/usr/include/X11R4
14531
14532/usr/local/X11/include
81ecdfbb 14533/usr/local/X11R7/include
b7026657
AC
14534/usr/local/X11R6/include
14535/usr/local/X11R5/include
14536/usr/local/X11R4/include
14537
14538/usr/local/include/X11
81ecdfbb 14539/usr/local/include/X11R7
b7026657
AC
14540/usr/local/include/X11R6
14541/usr/local/include/X11R5
14542/usr/local/include/X11R4
14543
14544/usr/X386/include
14545/usr/x386/include
14546/usr/XFree86/include/X11
14547
14548/usr/include
14549/usr/local/include
14550/usr/unsupported/include
14551/usr/athena/include
14552/usr/local/x11r5/include
14553/usr/lpp/Xamples/include
14554
14555/usr/openwin/include
14556/usr/openwin/share/include'
14557
14558if test "$ac_x_includes" = no; then
81ecdfbb 14559 # Guess where to find include files, by looking for Xlib.h.
c906108c 14560 # First, try using that file with no special directory specified.
81ecdfbb 14561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 14562/* end confdefs.h. */
81ecdfbb 14563#include <X11/Xlib.h>
b7026657 14564_ACEOF
81ecdfbb 14565if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
14566 # We can compile using X headers with no special include directory.
14567ac_x_includes=
14568else
b7026657 14569 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 14570 if test -r "$ac_dir/X11/Xlib.h"; then
b7026657
AC
14571 ac_x_includes=$ac_dir
14572 break
14573 fi
14574done
c906108c 14575fi
d0ac1c44 14576rm -f conftest.err conftest.i conftest.$ac_ext
b7026657 14577fi # $ac_x_includes = no
c906108c 14578
b7026657 14579if test "$ac_x_libraries" = no; then
c906108c 14580 # Check for the libraries.
c906108c
SS
14581 # See if we find them without any special options.
14582 # Don't add to $LIBS permanently.
b7026657 14583 ac_save_LIBS=$LIBS
81ecdfbb
RW
14584 LIBS="-lX11 $LIBS"
14585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 14586/* end confdefs.h. */
81ecdfbb 14587#include <X11/Xlib.h>
b7026657
AC
14588int
14589main ()
14590{
81ecdfbb 14591XrmInitialize ()
b7026657
AC
14592 ;
14593 return 0;
14594}
14595_ACEOF
81ecdfbb 14596if ac_fn_c_try_link "$LINENO"; then :
b7026657 14597 LIBS=$ac_save_LIBS
c906108c
SS
14598# We can link X programs with no special library path.
14599ac_x_libraries=
14600else
81ecdfbb
RW
14601 LIBS=$ac_save_LIBS
14602for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
b7026657 14603do
81ecdfbb
RW
14604 # Don't even attempt the hair of trying to link an X program!
14605 for ac_extension in a so sl dylib la dll; do
14606 if test -r "$ac_dir/libX11.$ac_extension"; then
14607 ac_x_libraries=$ac_dir
14608 break 2
14609 fi
14610 done
14611done
b7026657 14612fi
81ecdfbb
RW
14613rm -f core conftest.err conftest.$ac_objext \
14614 conftest$ac_exeext conftest.$ac_ext
14615fi # $ac_x_libraries = no
b7026657 14616
81ecdfbb
RW
14617case $ac_x_includes,$ac_x_libraries in #(
14618 no,* | *,no | *\'*)
14619 # Didn't find X, or a directory has "'" in its name.
14620 ac_cv_have_x="have_x=no";; #(
14621 *)
14622 # Record where we found X for the cache.
14623 ac_cv_have_x="have_x=yes\
14624 ac_x_includes='$ac_x_includes'\
14625 ac_x_libraries='$ac_x_libraries'"
14626esac
b7026657 14627fi
81ecdfbb
RW
14628;; #(
14629 *) have_x=yes;;
14630 esac
14631 eval "$ac_cv_have_x"
14632fi # $with_x != no
b7026657 14633
81ecdfbb
RW
14634if test "$have_x" != yes; then
14635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14636$as_echo "$have_x" >&6; }
14637 no_x=yes
b7026657 14638else
81ecdfbb
RW
14639 # If each of the values was on the command line, it overrides each guess.
14640 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14641 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14642 # Update the cache value to reflect the command line values.
14643 ac_cv_have_x="have_x=yes\
14644 ac_x_includes='$x_includes'\
14645 ac_x_libraries='$x_libraries'"
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14647$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
b7026657 14648fi
b7026657 14649
81ecdfbb
RW
14650mips_extra_libs=""
14651
14652
81ecdfbb
RW
14653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
14654$as_echo_n "checking for fabs in -lm... " >&6; }
d0ac1c44 14655if ${ac_cv_lib_m_fabs+:} false; then :
81ecdfbb 14656 $as_echo_n "(cached) " >&6
b7026657
AC
14657else
14658 ac_check_lib_save_LIBS=$LIBS
14659LIBS="-lm $LIBS"
81ecdfbb 14660cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
14661/* end confdefs.h. */
14662
81ecdfbb
RW
14663/* Override any GCC internal prototype to avoid an error.
14664 Use char because int might match the return type of a GCC
14665 builtin and then its argument prototype would still apply. */
b7026657
AC
14666#ifdef __cplusplus
14667extern "C"
14668#endif
b7026657
AC
14669char fabs ();
14670int
14671main ()
14672{
81ecdfbb 14673return fabs ();
b7026657
AC
14674 ;
14675 return 0;
14676}
14677_ACEOF
81ecdfbb 14678if ac_fn_c_try_link "$LINENO"; then :
b7026657
AC
14679 ac_cv_lib_m_fabs=yes
14680else
81ecdfbb 14681 ac_cv_lib_m_fabs=no
b7026657 14682fi
81ecdfbb
RW
14683rm -f core conftest.err conftest.$ac_objext \
14684 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
14685LIBS=$ac_check_lib_save_LIBS
14686fi
81ecdfbb
RW
14687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
14688$as_echo "$ac_cv_lib_m_fabs" >&6; }
d0ac1c44 14689if test "x$ac_cv_lib_m_fabs" = xyes; then :
b7026657
AC
14690 cat >>confdefs.h <<_ACEOF
14691#define HAVE_LIBM 1
14692_ACEOF
14693
14694 LIBS="-lm $LIBS"
14695
14696fi
14697
b7026657 14698for ac_func in aint anint sqrt
81ecdfbb
RW
14699do :
14700 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14701ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14702if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
b7026657 14703 cat >>confdefs.h <<_ACEOF
81ecdfbb 14704#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
b7026657
AC
14705_ACEOF
14706
14707fi
14708done
14709
14710
14711
b7026657
AC
14712cgen_breaks=""
14713if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
14714cgen_breaks="break cgen_rtx_error";
14715fi
14716
81ecdfbb 14717ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 14718
81ecdfbb 14719ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 14720
81ecdfbb 14721ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 14722
81ecdfbb 14723ac_config_commands="$ac_config_commands Makefile"
38f48d72 14724
81ecdfbb 14725ac_config_commands="$ac_config_commands stamp-h"
38f48d72 14726
b7026657
AC
14727cat >confcache <<\_ACEOF
14728# This file is a shell script that caches the results of configure
14729# tests run on this system so they can be shared between configure
14730# scripts and configure runs, see configure's option --config-cache.
14731# It is not useful on other systems. If it contains results you don't
14732# want to keep, you may remove or edit it.
14733#
14734# config.status only pays attention to the cache file if you give it
14735# the --recheck option to rerun configure.
14736#
14737# `ac_cv_env_foo' variables (set or unset) will be overridden when
14738# loading this file, other *unset* `ac_cv_foo' will be assigned the
14739# following values.
14740
14741_ACEOF
14742
14743# The following way of writing the cache mishandles newlines in values,
14744# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14745# So, we kill variables containing newlines.
b7026657
AC
14746# Ultrix sh set writes to stderr and can't be redirected directly,
14747# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14748(
14749 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14750 eval ac_val=\$$ac_var
14751 case $ac_val in #(
14752 *${as_nl}*)
14753 case $ac_var in #(
14754 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14755$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14756 esac
14757 case $ac_var in #(
14758 _ | IFS | as_nl) ;; #(
14759 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14760 *) { eval $ac_var=; unset $ac_var;} ;;
14761 esac ;;
14762 esac
14763 done
14764
b7026657 14765 (set) 2>&1 |
81ecdfbb
RW
14766 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14767 *${as_nl}ac_space=\ *)
14768 # `set' does not quote correctly, so add quotes: double-quote
14769 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
14770 sed -n \
14771 "s/'/'\\\\''/g;
14772 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14773 ;; #(
b7026657
AC
14774 *)
14775 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14776 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 14777 ;;
81ecdfbb
RW
14778 esac |
14779 sort
14780) |
b7026657 14781 sed '
81ecdfbb 14782 /^ac_cv_env_/b end
b7026657 14783 t clear
81ecdfbb 14784 :clear
b7026657
AC
14785 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14786 t end
81ecdfbb
RW
14787 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14788 :end' >>confcache
14789if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14790 if test -w "$cache_file"; then
d0ac1c44 14791 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
14792 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14793$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
14794 if test ! -f "$cache_file" || test -h "$cache_file"; then
14795 cat confcache >"$cache_file"
14796 else
14797 case $cache_file in #(
14798 */* | ?:*)
14799 mv -f confcache "$cache_file"$$ &&
14800 mv -f "$cache_file"$$ "$cache_file" ;; #(
14801 *)
14802 mv -f confcache "$cache_file" ;;
14803 esac
14804 fi
14805 fi
b7026657 14806 else
81ecdfbb
RW
14807 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14808$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
14809 fi
14810fi
14811rm -f confcache
14812
14813test "x$prefix" = xNONE && prefix=$ac_default_prefix
14814# Let make expand exec_prefix.
14815test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14816
b7026657
AC
14817DEFS=-DHAVE_CONFIG_H
14818
14819ac_libobjs=
14820ac_ltlibobjs=
d0ac1c44 14821U=
b7026657
AC
14822for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14823 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14824 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14825 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14826 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14827 # will be set to the directory where LIBOBJS objects are built.
14828 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14829 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
14830done
14831LIBOBJS=$ac_libobjs
14832
14833LTLIBOBJS=$ac_ltlibobjs
14834
14835
0cb8d851 14836
db2e4d67 14837if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 14838 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
14839Usually this means the macro was only invoked conditionally." "$LINENO" 5
14840fi
6bb11ab3 14841if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 14842 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
14843Usually this means the macro was only invoked conditionally." "$LINENO" 5
14844fi
31e6ad7d 14845if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 14846 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
14847Usually this means the macro was only invoked conditionally." "$LINENO" 5
14848fi
b7026657 14849
d0ac1c44 14850: "${CONFIG_STATUS=./config.status}"
81ecdfbb 14851ac_write_fail=0
b7026657
AC
14852ac_clean_files_save=$ac_clean_files
14853ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14854{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14855$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14856as_write_fail=0
14857cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
14858#! $SHELL
14859# Generated by $as_me.
14860# Run this file to recreate the current configuration.
14861# Compiler output produced by configure, useful for debugging
14862# configure, is in config.log if it exists.
c906108c 14863
b7026657
AC
14864debug=false
14865ac_cs_recheck=false
14866ac_cs_silent=false
b7026657 14867
81ecdfbb
RW
14868SHELL=\${CONFIG_SHELL-$SHELL}
14869export SHELL
14870_ASEOF
14871cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14872## -------------------- ##
14873## M4sh Initialization. ##
14874## -------------------- ##
14875
14876# Be more Bourne compatible
14877DUALCASE=1; export DUALCASE # for MKS sh
14878if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
14879 emulate sh
14880 NULLCMD=:
81ecdfbb 14881 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
14882 # is contrary to our usage. Disable this feature.
14883 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14884 setopt NO_GLOB_SUBST
14885else
14886 case `(set -o) 2>/dev/null` in #(
14887 *posix*) :
14888 set -o posix ;; #(
14889 *) :
14890 ;;
14891esac
c906108c 14892fi
b7026657 14893
81ecdfbb
RW
14894
14895as_nl='
14896'
14897export as_nl
14898# Printing a long string crashes Solaris 7 /usr/bin/printf.
14899as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14900as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14901as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14902# Prefer a ksh shell builtin over an external printf program on Solaris,
14903# but without wasting forks for bash or zsh.
14904if test -z "$BASH_VERSION$ZSH_VERSION" \
14905 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14906 as_echo='print -r --'
14907 as_echo_n='print -rn --'
14908elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14909 as_echo='printf %s\n'
14910 as_echo_n='printf %s'
14911else
14912 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14913 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14914 as_echo_n='/usr/ucb/echo -n'
14915 else
14916 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14917 as_echo_n_body='eval
14918 arg=$1;
14919 case $arg in #(
14920 *"$as_nl"*)
14921 expr "X$arg" : "X\\(.*\\)$as_nl";
14922 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14923 esac;
14924 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14925 '
14926 export as_echo_n_body
14927 as_echo_n='sh -c $as_echo_n_body as_echo'
14928 fi
14929 export as_echo_body
14930 as_echo='sh -c $as_echo_body as_echo'
c906108c 14931fi
b7026657 14932
81ecdfbb
RW
14933# The user is always right.
14934if test "${PATH_SEPARATOR+set}" != set; then
14935 PATH_SEPARATOR=:
14936 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14937 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14938 PATH_SEPARATOR=';'
14939 }
14940fi
14941
14942
14943# IFS
14944# We need space, tab and new line, in precisely that order. Quoting is
14945# there to prevent editors from complaining about space-tab.
14946# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14947# splitting by setting IFS to empty value.)
14948IFS=" "" $as_nl"
14949
14950# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 14951as_myself=
81ecdfbb
RW
14952case $0 in #((
14953 *[\\/]* ) as_myself=$0 ;;
14954 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14955for as_dir in $PATH
14956do
14957 IFS=$as_save_IFS
14958 test -z "$as_dir" && as_dir=.
14959 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14960 done
14961IFS=$as_save_IFS
b7026657 14962
81ecdfbb
RW
14963 ;;
14964esac
14965# We did not find ourselves, most probably we were run as `sh COMMAND'
14966# in which case we are not to be found in the path.
14967if test "x$as_myself" = x; then
14968 as_myself=$0
14969fi
14970if test ! -f "$as_myself"; then
14971 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14972 exit 1
14973fi
14974
14975# Unset variables that we do not need and which cause bugs (e.g. in
14976# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14977# suppresses any "Segmentation fault" message there. '((' could
14978# trigger a bug in pdksh 5.2.14.
14979for as_var in BASH_ENV ENV MAIL MAILPATH
14980do eval test x\${$as_var+set} = xset \
14981 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14982done
b7026657
AC
14983PS1='$ '
14984PS2='> '
14985PS4='+ '
14986
14987# NLS nuisances.
81ecdfbb
RW
14988LC_ALL=C
14989export LC_ALL
14990LANGUAGE=C
14991export LANGUAGE
14992
14993# CDPATH.
14994(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14995
14996
d0ac1c44
SM
14997# as_fn_error STATUS ERROR [LINENO LOG_FD]
14998# ----------------------------------------
81ecdfbb
RW
14999# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15000# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 15001# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
15002as_fn_error ()
15003{
d0ac1c44
SM
15004 as_status=$1; test $as_status -eq 0 && as_status=1
15005 if test "$4"; then
15006 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15007 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 15008 fi
d0ac1c44 15009 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
15010 as_fn_exit $as_status
15011} # as_fn_error
15012
15013
15014# as_fn_set_status STATUS
15015# -----------------------
15016# Set $? to STATUS, without forking.
15017as_fn_set_status ()
15018{
15019 return $1
15020} # as_fn_set_status
15021
15022# as_fn_exit STATUS
15023# -----------------
15024# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15025as_fn_exit ()
15026{
15027 set +e
15028 as_fn_set_status $1
15029 exit $1
15030} # as_fn_exit
15031
15032# as_fn_unset VAR
15033# ---------------
15034# Portably unset VAR.
15035as_fn_unset ()
15036{
15037 { eval $1=; unset $1;}
15038}
15039as_unset=as_fn_unset
15040# as_fn_append VAR VALUE
15041# ----------------------
15042# Append the text in VALUE to the end of the definition contained in VAR. Take
15043# advantage of any shell optimizations that allow amortized linear growth over
15044# repeated appends, instead of the typical quadratic growth present in naive
15045# implementations.
15046if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15047 eval 'as_fn_append ()
15048 {
15049 eval $1+=\$2
15050 }'
15051else
15052 as_fn_append ()
15053 {
15054 eval $1=\$$1\$2
15055 }
15056fi # as_fn_append
c906108c 15057
81ecdfbb
RW
15058# as_fn_arith ARG...
15059# ------------------
15060# Perform arithmetic evaluation on the ARGs, and store the result in the
15061# global $as_val. Take advantage of shells that can avoid forks. The arguments
15062# must be portable across $(()) and expr.
15063if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15064 eval 'as_fn_arith ()
15065 {
15066 as_val=$(( $* ))
15067 }'
15068else
15069 as_fn_arith ()
15070 {
15071 as_val=`expr "$@" || test $? -eq 1`
15072 }
15073fi # as_fn_arith
15074
15075
15076if expr a : '\(a\)' >/dev/null 2>&1 &&
15077 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 15078 as_expr=expr
c906108c 15079else
b7026657 15080 as_expr=false
c906108c 15081fi
c906108c 15082
81ecdfbb 15083if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
15084 as_basename=basename
15085else
15086 as_basename=false
c906108c 15087fi
c906108c 15088
81ecdfbb
RW
15089if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15090 as_dirname=dirname
15091else
15092 as_dirname=false
15093fi
c906108c 15094
81ecdfbb 15095as_me=`$as_basename -- "$0" ||
b7026657
AC
15096$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15097 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15098 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15099$as_echo X/"$0" |
15100 sed '/^.*\/\([^/][^/]*\)\/*$/{
15101 s//\1/
15102 q
15103 }
15104 /^X\/\(\/\/\)$/{
15105 s//\1/
15106 q
15107 }
15108 /^X\/\(\/\).*/{
15109 s//\1/
15110 q
15111 }
15112 s/.*/./; q'`
b7026657 15113
b7026657
AC
15114# Avoid depending upon Character Ranges.
15115as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15116as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15117as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15118as_cr_digits='0123456789'
15119as_cr_alnum=$as_cr_Letters$as_cr_digits
15120
81ecdfbb
RW
15121ECHO_C= ECHO_N= ECHO_T=
15122case `echo -n x` in #(((((
15123-n*)
15124 case `echo 'xy\c'` in
15125 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15126 xy) ECHO_C='\c';;
15127 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15128 ECHO_T=' ';;
15129 esac;;
15130*)
15131 ECHO_N='-n';;
b7026657 15132esac
c906108c 15133
81ecdfbb
RW
15134rm -f conf$$ conf$$.exe conf$$.file
15135if test -d conf$$.dir; then
15136 rm -f conf$$.dir/conf$$.file
c906108c 15137else
81ecdfbb
RW
15138 rm -f conf$$.dir
15139 mkdir conf$$.dir 2>/dev/null
c906108c 15140fi
81ecdfbb
RW
15141if (echo >conf$$.file) 2>/dev/null; then
15142 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 15143 as_ln_s='ln -s'
81ecdfbb
RW
15144 # ... but there are two gotchas:
15145 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15146 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 15147 # In both cases, we have to default to `cp -pR'.
81ecdfbb 15148 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 15149 as_ln_s='cp -pR'
81ecdfbb
RW
15150 elif ln conf$$.file conf$$ 2>/dev/null; then
15151 as_ln_s=ln
15152 else
d0ac1c44 15153 as_ln_s='cp -pR'
b7026657 15154 fi
b7026657 15155else
d0ac1c44 15156 as_ln_s='cp -pR'
c906108c 15157fi
81ecdfbb
RW
15158rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15159rmdir conf$$.dir 2>/dev/null
15160
15161
15162# as_fn_mkdir_p
15163# -------------
15164# Create "$as_dir" as a directory, including parents if necessary.
15165as_fn_mkdir_p ()
15166{
15167
15168 case $as_dir in #(
15169 -*) as_dir=./$as_dir;;
15170 esac
15171 test -d "$as_dir" || eval $as_mkdir_p || {
15172 as_dirs=
15173 while :; do
15174 case $as_dir in #(
15175 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15176 *) as_qdir=$as_dir;;
15177 esac
15178 as_dirs="'$as_qdir' $as_dirs"
15179 as_dir=`$as_dirname -- "$as_dir" ||
15180$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15181 X"$as_dir" : 'X\(//\)[^/]' \| \
15182 X"$as_dir" : 'X\(//\)$' \| \
15183 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15184$as_echo X"$as_dir" |
15185 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15186 s//\1/
15187 q
15188 }
15189 /^X\(\/\/\)[^/].*/{
15190 s//\1/
15191 q
15192 }
15193 /^X\(\/\/\)$/{
15194 s//\1/
15195 q
15196 }
15197 /^X\(\/\).*/{
15198 s//\1/
15199 q
15200 }
15201 s/.*/./; q'`
15202 test -d "$as_dir" && break
15203 done
15204 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 15205 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 15206
c906108c 15207
81ecdfbb 15208} # as_fn_mkdir_p
b7026657 15209if mkdir -p . 2>/dev/null; then
81ecdfbb 15210 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 15211else
b7026657
AC
15212 test -d ./-p && rmdir ./-p
15213 as_mkdir_p=false
c906108c 15214fi
c906108c 15215
d0ac1c44
SM
15216
15217# as_fn_executable_p FILE
15218# -----------------------
15219# Test if FILE is an executable regular file.
15220as_fn_executable_p ()
15221{
15222 test -f "$1" && test -x "$1"
15223} # as_fn_executable_p
15224as_test_x='test -x'
15225as_executable_p=as_fn_executable_p
c906108c 15226
b7026657
AC
15227# Sed expression to map a string onto a valid CPP name.
15228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 15229
b7026657
AC
15230# Sed expression to map a string onto a valid variable name.
15231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 15232
b7026657 15233
b7026657 15234exec 6>&1
81ecdfbb
RW
15235## ----------------------------------- ##
15236## Main body of $CONFIG_STATUS script. ##
15237## ----------------------------------- ##
15238_ASEOF
15239test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15240
15241cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15242# Save the log message, to keep $0 and so on meaningful, and to
b7026657 15243# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15244# values after options handling.
15245ac_log="
b7026657 15246This file was extended by $as_me, which was
d0ac1c44 15247generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
15248
15249 CONFIG_FILES = $CONFIG_FILES
15250 CONFIG_HEADERS = $CONFIG_HEADERS
15251 CONFIG_LINKS = $CONFIG_LINKS
15252 CONFIG_COMMANDS = $CONFIG_COMMANDS
15253 $ $0 $@
15254
81ecdfbb
RW
15255on `(hostname || uname -n) 2>/dev/null | sed 1q`
15256"
15257
b7026657
AC
15258_ACEOF
15259
81ecdfbb
RW
15260case $ac_config_files in *"
15261"*) set x $ac_config_files; shift; ac_config_files=$*;;
15262esac
379832de 15263
81ecdfbb
RW
15264case $ac_config_headers in *"
15265"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15266esac
b7026657 15267
b7026657 15268
81ecdfbb
RW
15269cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15270# Files that config.status was made for.
15271config_files="$ac_config_files"
15272config_headers="$ac_config_headers"
81ecdfbb 15273config_commands="$ac_config_commands"
b7026657 15274
81ecdfbb 15275_ACEOF
b7026657 15276
81ecdfbb 15277cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 15278ac_cs_usage="\
81ecdfbb
RW
15279\`$as_me' instantiates files and other configuration actions
15280from templates according to the current configuration. Unless the files
15281and actions are specified as TAGs, all are instantiated by default.
b7026657 15282
81ecdfbb 15283Usage: $0 [OPTION]... [TAG]...
b7026657
AC
15284
15285 -h, --help print this help, then exit
81ecdfbb 15286 -V, --version print version number and configuration settings, then exit
d0ac1c44 15287 --config print configuration, then exit
81ecdfbb
RW
15288 -q, --quiet, --silent
15289 do not print progress messages
b7026657
AC
15290 -d, --debug don't remove temporary files
15291 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15292 --file=FILE[:TEMPLATE]
15293 instantiate the configuration file FILE
15294 --header=FILE[:TEMPLATE]
15295 instantiate the configuration header FILE
b7026657
AC
15296
15297Configuration files:
15298$config_files
15299
15300Configuration headers:
15301$config_headers
15302
b7026657
AC
15303Configuration commands:
15304$config_commands
15305
81ecdfbb 15306Report bugs to the package provider."
b7026657 15307
81ecdfbb
RW
15308_ACEOF
15309cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15310ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
15311ac_cs_version="\\
15312config.status
d0ac1c44
SM
15313configured by $0, generated by GNU Autoconf 2.69,
15314 with options \\"\$ac_cs_config\\"
b7026657 15315
d0ac1c44 15316Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
15317This config.status script is free software; the Free Software Foundation
15318gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15319
15320ac_pwd='$ac_pwd'
15321srcdir='$srcdir'
15322INSTALL='$INSTALL'
6bb11ab3 15323AWK='$AWK'
81ecdfbb 15324test -n "\$AWK" || AWK=awk
b7026657
AC
15325_ACEOF
15326
81ecdfbb
RW
15327cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15328# The default lists apply if the user does not specify any file.
b7026657
AC
15329ac_need_defaults=:
15330while test $# != 0
15331do
15332 case $1 in
d0ac1c44 15333 --*=?*)
81ecdfbb
RW
15334 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15335 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 15336 ac_shift=:
c906108c 15337 ;;
d0ac1c44
SM
15338 --*=)
15339 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15340 ac_optarg=
15341 ac_shift=:
15342 ;;
81ecdfbb 15343 *)
b7026657
AC
15344 ac_option=$1
15345 ac_optarg=$2
15346 ac_shift=shift
c906108c 15347 ;;
b7026657 15348 esac
c906108c 15349
b7026657
AC
15350 case $ac_option in
15351 # Handling of the options.
b7026657
AC
15352 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15353 ac_cs_recheck=: ;;
81ecdfbb
RW
15354 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15355 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
15356 --config | --confi | --conf | --con | --co | --c )
15357 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 15358 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
15359 debug=: ;;
15360 --file | --fil | --fi | --f )
15361 $ac_shift
81ecdfbb
RW
15362 case $ac_optarg in
15363 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 15364 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
15365 esac
15366 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
15367 ac_need_defaults=false;;
15368 --header | --heade | --head | --hea )
15369 $ac_shift
81ecdfbb
RW
15370 case $ac_optarg in
15371 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15372 esac
15373 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 15374 ac_need_defaults=false;;
81ecdfbb
RW
15375 --he | --h)
15376 # Conflict between --help and --header
d0ac1c44 15377 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
15378Try \`$0 --help' for more information.";;
15379 --help | --hel | -h )
15380 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
15381 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15382 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15383 ac_cs_silent=: ;;
c906108c 15384
b7026657 15385 # This is an error.
d0ac1c44 15386 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 15387Try \`$0 --help' for more information." ;;
c906108c 15388
81ecdfbb
RW
15389 *) as_fn_append ac_config_targets " $1"
15390 ac_need_defaults=false ;;
b7026657
AC
15391
15392 esac
15393 shift
15394done
15395
15396ac_configure_extra_args=
15397
15398if $ac_cs_silent; then
15399 exec 6>/dev/null
15400 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
15401fi
15402
b7026657 15403_ACEOF
81ecdfbb 15404cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 15405if \$ac_cs_recheck; then
d0ac1c44 15406 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
15407 shift
15408 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15409 CONFIG_SHELL='$SHELL'
15410 export CONFIG_SHELL
15411 exec "\$@"
b7026657 15412fi
c906108c 15413
b7026657 15414_ACEOF
81ecdfbb
RW
15415cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15416exec 5>>config.log
15417{
15418 echo
15419 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15420## Running $as_me. ##
15421_ASBOX
15422 $as_echo "$ac_log"
15423} >&5
c906108c 15424
81ecdfbb
RW
15425_ACEOF
15426cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
15427#
15428# INIT-COMMANDS
15429#
15430ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
15431
6bb11ab3
L
15432
15433# The HP-UX ksh and POSIX shell print the target directory to stdout
15434# if CDPATH is set.
15435(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15436
15437sed_quote_subst='$sed_quote_subst'
15438double_quote_subst='$double_quote_subst'
15439delay_variable_subst='$delay_variable_subst'
15440macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15441macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15442enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15443enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15444pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15445enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15446SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15447ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15448host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15449host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15450host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15451build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15452build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15453build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15454SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15455Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15456GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15457EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15458FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15459LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15460NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15461LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15462max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15463ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15464exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15465lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15466lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15467lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15468reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15469reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15470OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15471deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15472file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15473AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15474AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15475STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15476RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15477old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15478old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15479old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15480lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15481CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15482CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15483compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15484GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15485lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15486lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15487lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15488lt_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"`'
15489objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15490MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15491lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15492lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15493lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15494lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15495lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15496need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15497DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15498NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15499LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15500OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15501OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15502libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15503shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15504extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15505archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15506enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15507export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15508whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15509compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15510old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15511old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15512archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15513archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15514module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15515module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15516with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15517allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15518no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15519hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15520hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15521hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15522hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15523hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15524hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15525hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15526hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15527inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15528link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15529fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15530always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15531export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15532exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15533include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15534prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15535file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15536variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15537need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15538need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15539version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15540runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15541shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15542shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15543libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15544library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15545soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15546install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15547postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15548postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15549finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15550finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15551hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15552sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15553sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15554hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15555enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15556enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15557enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15558old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15559striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15560
15561LTCC='$LTCC'
15562LTCFLAGS='$LTCFLAGS'
15563compiler='$compiler_DEFAULT'
15564
15565# A function that is used when there is no print builtin or printf.
15566func_fallback_echo ()
15567{
15568 eval 'cat <<_LTECHO_EOF
15569\$1
15570_LTECHO_EOF'
15571}
15572
15573# Quote evaled strings.
15574for var in SHELL \
15575ECHO \
15576SED \
15577GREP \
15578EGREP \
15579FGREP \
15580LD \
15581NM \
15582LN_S \
15583lt_SP2NL \
15584lt_NL2SP \
15585reload_flag \
15586OBJDUMP \
15587deplibs_check_method \
15588file_magic_cmd \
15589AR \
15590AR_FLAGS \
15591STRIP \
15592RANLIB \
15593CC \
15594CFLAGS \
15595compiler \
15596lt_cv_sys_global_symbol_pipe \
15597lt_cv_sys_global_symbol_to_cdecl \
15598lt_cv_sys_global_symbol_to_c_name_address \
15599lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15600lt_prog_compiler_no_builtin_flag \
15601lt_prog_compiler_wl \
15602lt_prog_compiler_pic \
15603lt_prog_compiler_static \
15604lt_cv_prog_compiler_c_o \
15605need_locks \
15606DSYMUTIL \
15607NMEDIT \
15608LIPO \
15609OTOOL \
15610OTOOL64 \
15611shrext_cmds \
15612export_dynamic_flag_spec \
15613whole_archive_flag_spec \
15614compiler_needs_object \
15615with_gnu_ld \
15616allow_undefined_flag \
15617no_undefined_flag \
15618hardcode_libdir_flag_spec \
15619hardcode_libdir_flag_spec_ld \
15620hardcode_libdir_separator \
15621fix_srcfile_path \
15622exclude_expsyms \
15623include_expsyms \
15624file_list_spec \
15625variables_saved_for_relink \
15626libname_spec \
15627library_names_spec \
15628soname_spec \
15629install_override_mode \
15630finish_eval \
15631old_striplib \
15632striplib; do
15633 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15634 *[\\\\\\\`\\"\\\$]*)
15635 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15636 ;;
15637 *)
15638 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15639 ;;
15640 esac
15641done
15642
15643# Double-quote double-evaled strings.
15644for var in reload_cmds \
15645old_postinstall_cmds \
15646old_postuninstall_cmds \
15647old_archive_cmds \
15648extract_expsyms_cmds \
15649old_archive_from_new_cmds \
15650old_archive_from_expsyms_cmds \
15651archive_cmds \
15652archive_expsym_cmds \
15653module_cmds \
15654module_expsym_cmds \
15655export_symbols_cmds \
15656prelink_cmds \
15657postinstall_cmds \
15658postuninstall_cmds \
15659finish_cmds \
15660sys_lib_search_path_spec \
15661sys_lib_dlsearch_path_spec; do
15662 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15663 *[\\\\\\\`\\"\\\$]*)
15664 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15665 ;;
15666 *)
15667 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15668 ;;
15669 esac
15670done
15671
15672ac_aux_dir='$ac_aux_dir'
15673xsi_shell='$xsi_shell'
15674lt_shell_append='$lt_shell_append'
15675
15676# See if we are running on zsh, and set the options which allow our
15677# commands through without removal of \ escapes INIT.
15678if test -n "\${ZSH_VERSION+set}" ; then
15679 setopt NO_GLOB_SUBST
15680fi
15681
15682
15683 PACKAGE='$PACKAGE'
15684 VERSION='$VERSION'
15685 TIMESTAMP='$TIMESTAMP'
15686 RM='$RM'
15687 ofile='$ofile'
15688
15689
15690
15691
81ecdfbb 15692_ACEOF
c906108c 15693
81ecdfbb 15694cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 15695
81ecdfbb 15696# Handling of arguments.
b7026657 15697for ac_config_target in $ac_config_targets
c906108c 15698do
81ecdfbb
RW
15699 case $ac_config_target in
15700 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 15701 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 15702 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
15703 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
15704 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
15705 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
15706 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15707 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
15708
d0ac1c44 15709 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
15710 esac
15711done
15712
81ecdfbb 15713
b7026657
AC
15714# If the user did not use the arguments to specify the items to instantiate,
15715# then the envvar interface is used. Set only those that are not.
15716# We use the long form for the default assignment because of an extremely
15717# bizarre bug on SunOS 4.1.3.
15718if $ac_need_defaults; then
15719 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15720 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
15721 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15722fi
15723
15724# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15725# simply because there is no reason against having it here, and in addition,
b7026657 15726# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15727# Hook for its removal unless debugging.
15728# Note that there is a small window in which the directory will not be cleaned:
15729# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
15730$debug ||
15731{
d0ac1c44 15732 tmp= ac_tmp=
81ecdfbb 15733 trap 'exit_status=$?
d0ac1c44
SM
15734 : "${ac_tmp:=$tmp}"
15735 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
15736' 0
15737 trap 'as_fn_exit 1' 1 2 13 15
b7026657 15738}
b7026657 15739# Create a (secure) tmp directory for tmp files.
c906108c 15740
b7026657 15741{
81ecdfbb 15742 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 15743 test -d "$tmp"
b7026657
AC
15744} ||
15745{
81ecdfbb
RW
15746 tmp=./conf$$-$RANDOM
15747 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
15748} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15749ac_tmp=$tmp
b7026657 15750
81ecdfbb
RW
15751# Set up the scripts for CONFIG_FILES section.
15752# No need to generate them if there are no CONFIG_FILES.
15753# This happens for instance with `./config.status config.h'.
15754if test -n "$CONFIG_FILES"; then
b7026657 15755
c906108c 15756
81ecdfbb
RW
15757ac_cr=`echo X | tr X '\015'`
15758# On cygwin, bash can eat \r inside `` if the user requested igncr.
15759# But we know of no other shell where ac_cr would be empty at this
15760# point, so we can use a bashism as a fallback.
15761if test "x$ac_cr" = x; then
15762 eval ac_cr=\$\'\\r\'
15763fi
15764ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15765if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 15766 ac_cs_awk_cr='\\r'
81ecdfbb
RW
15767else
15768 ac_cs_awk_cr=$ac_cr
15769fi
b7026657 15770
d0ac1c44 15771echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
15772_ACEOF
15773
c906108c 15774
81ecdfbb
RW
15775{
15776 echo "cat >conf$$subs.awk <<_ACEOF" &&
15777 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15778 echo "_ACEOF"
15779} >conf$$subs.sh ||
d0ac1c44
SM
15780 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15781ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
15782ac_delim='%!_!# '
15783for ac_last_try in false false false false false :; do
15784 . ./conf$$subs.sh ||
d0ac1c44 15785 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15786
15787 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15788 if test $ac_delim_n = $ac_delim_num; then
15789 break
15790 elif $ac_last_try; then
d0ac1c44 15791 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 15792 else
81ecdfbb
RW
15793 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15794 fi
15795done
15796rm -f conf$$subs.sh
15797
15798cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15799cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
15800_ACEOF
15801sed -n '
15802h
15803s/^/S["/; s/!.*/"]=/
15804p
15805g
15806s/^[^!]*!//
15807:repl
15808t repl
15809s/'"$ac_delim"'$//
15810t delim
15811:nl
15812h
d0ac1c44 15813s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15814t more1
15815s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15816p
15817n
15818b repl
15819:more1
15820s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15821p
15822g
15823s/.\{148\}//
15824t nl
15825:delim
15826h
d0ac1c44 15827s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15828t more2
15829s/["\\]/\\&/g; s/^/"/; s/$/"/
15830p
15831b
15832:more2
15833s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15834p
15835g
15836s/.\{148\}//
15837t delim
15838' <conf$$subs.awk | sed '
15839/^[^""]/{
15840 N
15841 s/\n//
15842}
15843' >>$CONFIG_STATUS || ac_write_fail=1
15844rm -f conf$$subs.awk
15845cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15846_ACAWK
d0ac1c44 15847cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
15848 for (key in S) S_is_set[key] = 1
15849 FS = "\a"
b7026657 15850
81ecdfbb
RW
15851}
15852{
15853 line = $ 0
15854 nfields = split(line, field, "@")
15855 substed = 0
15856 len = length(field[1])
15857 for (i = 2; i < nfields; i++) {
15858 key = field[i]
15859 keylen = length(key)
15860 if (S_is_set[key]) {
15861 value = S[key]
15862 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15863 len += length(value) + length(field[++i])
15864 substed = 1
15865 } else
15866 len += 1 + keylen
15867 }
15868
15869 print line
15870}
c906108c 15871
81ecdfbb
RW
15872_ACAWK
15873_ACEOF
15874cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15875if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15876 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 15877else
81ecdfbb 15878 cat
d0ac1c44
SM
15879fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15880 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 15881_ACEOF
b7026657 15882
d0ac1c44
SM
15883# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15884# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
15885# trailing colons and then remove the whole line if VPATH becomes empty
15886# (actually we leave an empty line to preserve line numbers).
15887if test "x$srcdir" = x.; then
d0ac1c44
SM
15888 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15889h
15890s///
15891s/^/:/
15892s/[ ]*$/:/
15893s/:\$(srcdir):/:/g
15894s/:\${srcdir}:/:/g
15895s/:@srcdir@:/:/g
15896s/^:*//
81ecdfbb 15897s/:*$//
d0ac1c44
SM
15898x
15899s/\(=[ ]*\).*/\1/
15900G
15901s/\n//
81ecdfbb
RW
15902s/^[^=]*=[ ]*$//
15903}'
15904fi
c906108c 15905
81ecdfbb
RW
15906cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15907fi # test -n "$CONFIG_FILES"
c906108c 15908
81ecdfbb
RW
15909# Set up the scripts for CONFIG_HEADERS section.
15910# No need to generate them if there are no CONFIG_HEADERS.
15911# This happens for instance with `./config.status Makefile'.
15912if test -n "$CONFIG_HEADERS"; then
d0ac1c44 15913cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
15914BEGIN {
15915_ACEOF
b7026657 15916
81ecdfbb
RW
15917# Transform confdefs.h into an awk script `defines.awk', embedded as
15918# here-document in config.status, that substitutes the proper values into
15919# config.h.in to produce config.h.
c906108c 15920
81ecdfbb
RW
15921# Create a delimiter string that does not exist in confdefs.h, to ease
15922# handling of long lines.
15923ac_delim='%!_!# '
15924for ac_last_try in false false :; do
d0ac1c44
SM
15925 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15926 if test -z "$ac_tt"; then
81ecdfbb
RW
15927 break
15928 elif $ac_last_try; then
d0ac1c44 15929 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 15930 else
81ecdfbb 15931 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 15932 fi
b7026657 15933done
81ecdfbb
RW
15934
15935# For the awk script, D is an array of macro values keyed by name,
15936# likewise P contains macro parameters if any. Preserve backslash
15937# newline sequences.
15938
15939ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15940sed -n '
15941s/.\{148\}/&'"$ac_delim"'/g
15942t rset
15943:rset
15944s/^[ ]*#[ ]*define[ ][ ]*/ /
15945t def
15946d
15947:def
15948s/\\$//
15949t bsnl
15950s/["\\]/\\&/g
15951s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15952D["\1"]=" \3"/p
15953s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15954d
15955:bsnl
15956s/["\\]/\\&/g
15957s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15958D["\1"]=" \3\\\\\\n"\\/p
15959t cont
15960s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15961t cont
15962d
15963:cont
15964n
15965s/.\{148\}/&'"$ac_delim"'/g
15966t clear
15967:clear
15968s/\\$//
15969t bsnlc
15970s/["\\]/\\&/g; s/^/"/; s/$/"/p
15971d
15972:bsnlc
15973s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15974b cont
15975' <confdefs.h | sed '
15976s/'"$ac_delim"'/"\\\
15977"/g' >>$CONFIG_STATUS || ac_write_fail=1
15978
15979cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15980 for (key in D) D_is_set[key] = 1
15981 FS = "\a"
15982}
15983/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15984 line = \$ 0
15985 split(line, arg, " ")
15986 if (arg[1] == "#") {
15987 defundef = arg[2]
15988 mac1 = arg[3]
15989 } else {
15990 defundef = substr(arg[1], 2)
15991 mac1 = arg[2]
15992 }
15993 split(mac1, mac2, "(") #)
15994 macro = mac2[1]
15995 prefix = substr(line, 1, index(line, defundef) - 1)
15996 if (D_is_set[macro]) {
15997 # Preserve the white space surrounding the "#".
15998 print prefix "define", macro P[macro] D[macro]
15999 next
16000 } else {
16001 # Replace #undef with comments. This is necessary, for example,
16002 # in the case of _POSIX_SOURCE, which is predefined and required
16003 # on some systems where configure will not decide to define it.
16004 if (defundef == "undef") {
16005 print "/*", prefix defundef, macro, "*/"
16006 next
16007 }
16008 }
16009}
16010{ print }
16011_ACAWK
b7026657 16012_ACEOF
81ecdfbb 16013cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 16014 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 16015fi # test -n "$CONFIG_HEADERS"
b7026657 16016
c906108c 16017
99d8e879 16018eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
16019shift
16020for ac_tag
16021do
16022 case $ac_tag in
16023 :[FHLC]) ac_mode=$ac_tag; continue;;
16024 esac
16025 case $ac_mode$ac_tag in
16026 :[FHL]*:*);;
d0ac1c44 16027 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
16028 :[FH]-) ac_tag=-:-;;
16029 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 16030 esac
81ecdfbb
RW
16031 ac_save_IFS=$IFS
16032 IFS=:
16033 set x $ac_tag
16034 IFS=$ac_save_IFS
16035 shift
16036 ac_file=$1
16037 shift
c906108c 16038
81ecdfbb
RW
16039 case $ac_mode in
16040 :L) ac_source=$1;;
16041 :[FH])
16042 ac_file_inputs=
16043 for ac_f
16044 do
16045 case $ac_f in
d0ac1c44 16046 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
16047 *) # Look for the file first in the build tree, then in the source tree
16048 # (if the path is not absolute). The absolute path cannot be DOS-style,
16049 # because $ac_f cannot contain `:'.
16050 test -f "$ac_f" ||
16051 case $ac_f in
16052 [\\/$]*) false;;
16053 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16054 esac ||
d0ac1c44 16055 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 16056 esac
81ecdfbb
RW
16057 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16058 as_fn_append ac_file_inputs " '$ac_f'"
16059 done
b7026657 16060
81ecdfbb
RW
16061 # Let's still pretend it is `configure' which instantiates (i.e., don't
16062 # use $as_me), people would be surprised to read:
16063 # /* config.h. Generated by config.status. */
16064 configure_input='Generated from '`
16065 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16066 `' by configure.'
16067 if test x"$ac_file" != x-; then
16068 configure_input="$ac_file. $configure_input"
16069 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16070$as_echo "$as_me: creating $ac_file" >&6;}
16071 fi
16072 # Neutralize special characters interpreted by sed in replacement strings.
16073 case $configure_input in #(
16074 *\&* | *\|* | *\\* )
16075 ac_sed_conf_input=`$as_echo "$configure_input" |
16076 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16077 *) ac_sed_conf_input=$configure_input;;
16078 esac
b7026657 16079
81ecdfbb 16080 case $ac_tag in
d0ac1c44
SM
16081 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16082 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
16083 esac
16084 ;;
16085 esac
b7026657 16086
81ecdfbb 16087 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
16088$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16089 X"$ac_file" : 'X\(//\)[^/]' \| \
16090 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16091 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16092$as_echo X"$ac_file" |
16093 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16094 s//\1/
16095 q
16096 }
16097 /^X\(\/\/\)[^/].*/{
16098 s//\1/
16099 q
16100 }
16101 /^X\(\/\/\)$/{
16102 s//\1/
16103 q
16104 }
16105 /^X\(\/\).*/{
16106 s//\1/
16107 q
16108 }
16109 s/.*/./; q'`
16110 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
16111 ac_builddir=.
16112
81ecdfbb
RW
16113case "$ac_dir" in
16114.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16115*)
16116 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16117 # A ".." for each directory in $ac_dir_suffix.
16118 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16119 case $ac_top_builddir_sub in
16120 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16121 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16122 esac ;;
16123esac
16124ac_abs_top_builddir=$ac_pwd
16125ac_abs_builddir=$ac_pwd$ac_dir_suffix
16126# for backward compatibility:
16127ac_top_builddir=$ac_top_build_prefix
b7026657
AC
16128
16129case $srcdir in
81ecdfbb 16130 .) # We are building in place.
b7026657 16131 ac_srcdir=.
81ecdfbb
RW
16132 ac_top_srcdir=$ac_top_builddir_sub
16133 ac_abs_top_srcdir=$ac_pwd ;;
16134 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 16135 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16136 ac_top_srcdir=$srcdir
16137 ac_abs_top_srcdir=$srcdir ;;
16138 *) # Relative name.
16139 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16140 ac_top_srcdir=$ac_top_build_prefix$srcdir
16141 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 16142esac
81ecdfbb 16143ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 16144
c906108c 16145
81ecdfbb
RW
16146 case $ac_mode in
16147 :F)
16148 #
16149 # CONFIG_FILE
16150 #
b7026657 16151
81ecdfbb
RW
16152 case $INSTALL in
16153 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16154 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 16155 esac
81ecdfbb 16156_ACEOF
c906108c 16157
81ecdfbb
RW
16158cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16159# If the template does not know about datarootdir, expand it.
16160# FIXME: This hack should be removed a few years after 2.60.
16161ac_datarootdir_hack=; ac_datarootdir_seen=
16162ac_sed_dataroot='
16163/datarootdir/ {
16164 p
16165 q
16166}
16167/@datadir@/p
16168/@docdir@/p
16169/@infodir@/p
16170/@localedir@/p
16171/@mandir@/p'
16172case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16173*datarootdir*) ac_datarootdir_seen=yes;;
16174*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16175 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16176$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16177_ACEOF
16178cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16179 ac_datarootdir_hack='
16180 s&@datadir@&$datadir&g
16181 s&@docdir@&$docdir&g
16182 s&@infodir@&$infodir&g
16183 s&@localedir@&$localedir&g
16184 s&@mandir@&$mandir&g
16185 s&\\\${datarootdir}&$datarootdir&g' ;;
16186esac
b7026657 16187_ACEOF
b7026657 16188
81ecdfbb
RW
16189# Neutralize VPATH when `$srcdir' = `.'.
16190# Shell code in configure.ac might set extrasub.
16191# FIXME: do we really want to maintain this feature?
16192cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16193ac_sed_extra="$ac_vpsub
16194$extrasub
16195_ACEOF
16196cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16197:t
16198/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16199s|@configure_input@|$ac_sed_conf_input|;t t
16200s&@top_builddir@&$ac_top_builddir_sub&;t t
16201s&@top_build_prefix@&$ac_top_build_prefix&;t t
16202s&@srcdir@&$ac_srcdir&;t t
16203s&@abs_srcdir@&$ac_abs_srcdir&;t t
16204s&@top_srcdir@&$ac_top_srcdir&;t t
16205s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16206s&@builddir@&$ac_builddir&;t t
16207s&@abs_builddir@&$ac_abs_builddir&;t t
16208s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16209s&@INSTALL@&$ac_INSTALL&;t t
16210$ac_datarootdir_hack
16211"
d0ac1c44
SM
16212eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16213 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16214
16215test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
16216 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16217 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16218 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 16219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16220which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 16221$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16222which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 16223
d0ac1c44 16224 rm -f "$ac_tmp/stdin"
81ecdfbb 16225 case $ac_file in
d0ac1c44
SM
16226 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16227 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 16228 esac \
d0ac1c44 16229 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16230 ;;
16231 :H)
16232 #
16233 # CONFIG_HEADER
16234 #
16235 if test x"$ac_file" != x-; then
16236 {
16237 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16238 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16239 } >"$ac_tmp/config.h" \
16240 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16241 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
16242 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16243$as_echo "$as_me: $ac_file is unchanged" >&6;}
16244 else
16245 rm -f "$ac_file"
d0ac1c44
SM
16246 mv "$ac_tmp/config.h" "$ac_file" \
16247 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 16248 fi
b7026657 16249 else
81ecdfbb 16250 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16251 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16252 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
16253 fi
16254 ;;
b7026657 16255
81ecdfbb
RW
16256 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16257$as_echo "$as_me: executing $ac_file commands" >&6;}
16258 ;;
16259 esac
b7026657
AC
16260
16261
81ecdfbb 16262 case $ac_file$ac_mode in
db2e4d67 16263 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
16264 "libtool":C)
16265
16266 # See if we are running on zsh, and set the options which allow our
16267 # commands through without removal of \ escapes.
16268 if test -n "${ZSH_VERSION+set}" ; then
16269 setopt NO_GLOB_SUBST
16270 fi
16271
16272 cfgfile="${ofile}T"
16273 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16274 $RM "$cfgfile"
16275
16276 cat <<_LT_EOF >> "$cfgfile"
16277#! $SHELL
16278
16279# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16280# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16281# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16282# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16283#
16284# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16285# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16286# Written by Gordon Matzigkeit, 1996
16287#
16288# This file is part of GNU Libtool.
16289#
16290# GNU Libtool is free software; you can redistribute it and/or
16291# modify it under the terms of the GNU General Public License as
16292# published by the Free Software Foundation; either version 2 of
16293# the License, or (at your option) any later version.
16294#
16295# As a special exception to the GNU General Public License,
16296# if you distribute this file as part of a program or library that
16297# is built using GNU Libtool, you may include this file under the
16298# same distribution terms that you use for the rest of that program.
16299#
16300# GNU Libtool is distributed in the hope that it will be useful,
16301# but WITHOUT ANY WARRANTY; without even the implied warranty of
16302# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16303# GNU General Public License for more details.
16304#
16305# You should have received a copy of the GNU General Public License
16306# along with GNU Libtool; see the file COPYING. If not, a copy
16307# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16308# obtained by writing to the Free Software Foundation, Inc.,
16309# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16310
16311
16312# The names of the tagged configurations supported by this script.
16313available_tags=""
16314
16315# ### BEGIN LIBTOOL CONFIG
16316
16317# Which release of libtool.m4 was used?
16318macro_version=$macro_version
16319macro_revision=$macro_revision
16320
16321# Whether or not to build shared libraries.
16322build_libtool_libs=$enable_shared
16323
16324# Whether or not to build static libraries.
16325build_old_libs=$enable_static
16326
16327# What type of objects to build.
16328pic_mode=$pic_mode
16329
16330# Whether or not to optimize for fast installation.
16331fast_install=$enable_fast_install
16332
16333# Shell to use when invoking shell scripts.
16334SHELL=$lt_SHELL
16335
16336# An echo program that protects backslashes.
16337ECHO=$lt_ECHO
16338
16339# The host system.
16340host_alias=$host_alias
16341host=$host
16342host_os=$host_os
16343
16344# The build system.
16345build_alias=$build_alias
16346build=$build
16347build_os=$build_os
16348
16349# A sed program that does not truncate output.
16350SED=$lt_SED
16351
16352# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16353Xsed="\$SED -e 1s/^X//"
16354
16355# A grep program that handles long lines.
16356GREP=$lt_GREP
16357
16358# An ERE matcher.
16359EGREP=$lt_EGREP
16360
16361# A literal string matcher.
16362FGREP=$lt_FGREP
16363
16364# A BSD- or MS-compatible name lister.
16365NM=$lt_NM
16366
16367# Whether we need soft or hard links.
16368LN_S=$lt_LN_S
16369
16370# What is the maximum length of a command?
16371max_cmd_len=$max_cmd_len
16372
16373# Object file suffix (normally "o").
16374objext=$ac_objext
16375
16376# Executable file suffix (normally "").
16377exeext=$exeext
16378
16379# whether the shell understands "unset".
16380lt_unset=$lt_unset
16381
16382# turn spaces into newlines.
16383SP2NL=$lt_lt_SP2NL
16384
16385# turn newlines into spaces.
16386NL2SP=$lt_lt_NL2SP
16387
16388# An object symbol dumper.
16389OBJDUMP=$lt_OBJDUMP
16390
16391# Method to check whether dependent libraries are shared objects.
16392deplibs_check_method=$lt_deplibs_check_method
16393
16394# Command to use when deplibs_check_method == "file_magic".
16395file_magic_cmd=$lt_file_magic_cmd
16396
16397# The archiver.
16398AR=$lt_AR
16399AR_FLAGS=$lt_AR_FLAGS
16400
16401# A symbol stripping program.
16402STRIP=$lt_STRIP
16403
16404# Commands used to install an old-style archive.
16405RANLIB=$lt_RANLIB
16406old_postinstall_cmds=$lt_old_postinstall_cmds
16407old_postuninstall_cmds=$lt_old_postuninstall_cmds
16408
16409# Whether to use a lock for old archive extraction.
16410lock_old_archive_extraction=$lock_old_archive_extraction
16411
16412# A C compiler.
16413LTCC=$lt_CC
16414
16415# LTCC compiler flags.
16416LTCFLAGS=$lt_CFLAGS
16417
16418# Take the output of nm and produce a listing of raw symbols and C names.
16419global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16420
16421# Transform the output of nm in a proper C declaration.
16422global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16423
16424# Transform the output of nm in a C name address pair.
16425global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16426
16427# Transform the output of nm in a C name address pair when lib prefix is needed.
16428global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16429
16430# The name of the directory that contains temporary libtool files.
16431objdir=$objdir
16432
16433# Used to examine libraries when file_magic_cmd begins with "file".
16434MAGIC_CMD=$MAGIC_CMD
16435
16436# Must we lock files when doing compilation?
16437need_locks=$lt_need_locks
16438
16439# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16440DSYMUTIL=$lt_DSYMUTIL
16441
16442# Tool to change global to local symbols on Mac OS X.
16443NMEDIT=$lt_NMEDIT
16444
16445# Tool to manipulate fat objects and archives on Mac OS X.
16446LIPO=$lt_LIPO
16447
16448# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16449OTOOL=$lt_OTOOL
16450
16451# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16452OTOOL64=$lt_OTOOL64
16453
16454# Old archive suffix (normally "a").
16455libext=$libext
16456
16457# Shared library suffix (normally ".so").
16458shrext_cmds=$lt_shrext_cmds
16459
16460# The commands to extract the exported symbol list from a shared archive.
16461extract_expsyms_cmds=$lt_extract_expsyms_cmds
16462
16463# Variables whose values should be saved in libtool wrapper scripts and
16464# restored at link time.
16465variables_saved_for_relink=$lt_variables_saved_for_relink
16466
16467# Do we need the "lib" prefix for modules?
16468need_lib_prefix=$need_lib_prefix
16469
16470# Do we need a version for libraries?
16471need_version=$need_version
16472
16473# Library versioning type.
16474version_type=$version_type
16475
16476# Shared library runtime path variable.
16477runpath_var=$runpath_var
16478
16479# Shared library path variable.
16480shlibpath_var=$shlibpath_var
16481
16482# Is shlibpath searched before the hard-coded library search path?
16483shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16484
16485# Format of library name prefix.
16486libname_spec=$lt_libname_spec
16487
16488# List of archive names. First name is the real one, the rest are links.
16489# The last name is the one that the linker finds with -lNAME
16490library_names_spec=$lt_library_names_spec
16491
16492# The coded name of the library, if different from the real name.
16493soname_spec=$lt_soname_spec
16494
16495# Permission mode override for installation of shared libraries.
16496install_override_mode=$lt_install_override_mode
16497
16498# Command to use after installation of a shared archive.
16499postinstall_cmds=$lt_postinstall_cmds
16500
16501# Command to use after uninstallation of a shared archive.
16502postuninstall_cmds=$lt_postuninstall_cmds
16503
16504# Commands used to finish a libtool library installation in a directory.
16505finish_cmds=$lt_finish_cmds
16506
16507# As "finish_cmds", except a single script fragment to be evaled but
16508# not shown.
16509finish_eval=$lt_finish_eval
16510
16511# Whether we should hardcode library paths into libraries.
16512hardcode_into_libs=$hardcode_into_libs
16513
16514# Compile-time system search path for libraries.
16515sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16516
16517# Run-time system search path for libraries.
16518sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16519
16520# Whether dlopen is supported.
16521dlopen_support=$enable_dlopen
16522
16523# Whether dlopen of programs is supported.
16524dlopen_self=$enable_dlopen_self
16525
16526# Whether dlopen of statically linked programs is supported.
16527dlopen_self_static=$enable_dlopen_self_static
16528
16529# Commands to strip libraries.
16530old_striplib=$lt_old_striplib
16531striplib=$lt_striplib
16532
16533
16534# The linker used to build libraries.
16535LD=$lt_LD
16536
16537# How to create reloadable object files.
16538reload_flag=$lt_reload_flag
16539reload_cmds=$lt_reload_cmds
16540
16541# Commands used to build an old-style archive.
16542old_archive_cmds=$lt_old_archive_cmds
16543
16544# A language specific compiler.
16545CC=$lt_compiler
16546
16547# Is the compiler the GNU compiler?
16548with_gcc=$GCC
16549
16550# Compiler flag to turn off builtin functions.
16551no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16552
16553# How to pass a linker flag through the compiler.
16554wl=$lt_lt_prog_compiler_wl
16555
16556# Additional compiler flags for building library objects.
16557pic_flag=$lt_lt_prog_compiler_pic
16558
16559# Compiler flag to prevent dynamic linking.
16560link_static_flag=$lt_lt_prog_compiler_static
16561
16562# Does compiler simultaneously support -c and -o options?
16563compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16564
16565# Whether or not to add -lc for building shared libraries.
16566build_libtool_need_lc=$archive_cmds_need_lc
16567
16568# Whether or not to disallow shared libs when runtime libs are static.
16569allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16570
16571# Compiler flag to allow reflexive dlopens.
16572export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16573
16574# Compiler flag to generate shared objects directly from archives.
16575whole_archive_flag_spec=$lt_whole_archive_flag_spec
16576
16577# Whether the compiler copes with passing no objects directly.
16578compiler_needs_object=$lt_compiler_needs_object
16579
16580# Create an old-style archive from a shared archive.
16581old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16582
16583# Create a temporary old-style archive to link instead of a shared archive.
16584old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16585
16586# Commands used to build a shared archive.
16587archive_cmds=$lt_archive_cmds
16588archive_expsym_cmds=$lt_archive_expsym_cmds
16589
16590# Commands used to build a loadable module if different from building
16591# a shared archive.
16592module_cmds=$lt_module_cmds
16593module_expsym_cmds=$lt_module_expsym_cmds
16594
16595# Whether we are building with GNU ld or not.
16596with_gnu_ld=$lt_with_gnu_ld
16597
16598# Flag that allows shared libraries with undefined symbols to be built.
16599allow_undefined_flag=$lt_allow_undefined_flag
16600
16601# Flag that enforces no undefined symbols.
16602no_undefined_flag=$lt_no_undefined_flag
16603
16604# Flag to hardcode \$libdir into a binary during linking.
16605# This must work even if \$libdir does not exist
16606hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16607
16608# If ld is used when linking, flag to hardcode \$libdir into a binary
16609# during linking. This must work even if \$libdir does not exist.
16610hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16611
16612# Whether we need a single "-rpath" flag with a separated argument.
16613hardcode_libdir_separator=$lt_hardcode_libdir_separator
16614
16615# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16616# DIR into the resulting binary.
16617hardcode_direct=$hardcode_direct
16618
16619# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16620# DIR into the resulting binary and the resulting library dependency is
16621# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16622# library is relocated.
16623hardcode_direct_absolute=$hardcode_direct_absolute
16624
16625# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16626# into the resulting binary.
16627hardcode_minus_L=$hardcode_minus_L
16628
16629# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16630# into the resulting binary.
16631hardcode_shlibpath_var=$hardcode_shlibpath_var
16632
16633# Set to "yes" if building a shared library automatically hardcodes DIR
16634# into the library and all subsequent libraries and executables linked
16635# against it.
16636hardcode_automatic=$hardcode_automatic
16637
16638# Set to yes if linker adds runtime paths of dependent libraries
16639# to runtime path list.
16640inherit_rpath=$inherit_rpath
16641
16642# Whether libtool must link a program against all its dependency libraries.
16643link_all_deplibs=$link_all_deplibs
16644
16645# Fix the shell variable \$srcfile for the compiler.
16646fix_srcfile_path=$lt_fix_srcfile_path
16647
16648# Set to "yes" if exported symbols are required.
16649always_export_symbols=$always_export_symbols
16650
16651# The commands to list exported symbols.
16652export_symbols_cmds=$lt_export_symbols_cmds
16653
16654# Symbols that should not be listed in the preloaded symbols.
16655exclude_expsyms=$lt_exclude_expsyms
16656
16657# Symbols that must always be exported.
16658include_expsyms=$lt_include_expsyms
16659
16660# Commands necessary for linking programs (against libraries) with templates.
16661prelink_cmds=$lt_prelink_cmds
16662
16663# Specify filename containing input files.
16664file_list_spec=$lt_file_list_spec
16665
16666# How to hardcode a shared library path into an executable.
16667hardcode_action=$hardcode_action
16668
16669# ### END LIBTOOL CONFIG
16670
16671_LT_EOF
16672
16673 case $host_os in
16674 aix3*)
16675 cat <<\_LT_EOF >> "$cfgfile"
16676# AIX sometimes has problems with the GCC collect2 program. For some
16677# reason, if we set the COLLECT_NAMES environment variable, the problems
16678# vanish in a puff of smoke.
16679if test "X${COLLECT_NAMES+set}" != Xset; then
16680 COLLECT_NAMES=
16681 export COLLECT_NAMES
16682fi
16683_LT_EOF
16684 ;;
16685 esac
16686
16687
16688ltmain="$ac_aux_dir/ltmain.sh"
16689
16690
16691 # We use sed instead of cat because bash on DJGPP gets confused if
16692 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16693 # text mode, it properly converts lines to CR/LF. This bash problem
16694 # is reportedly fixed, but why not run on old versions too?
16695 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16696 || (rm -f "$cfgfile"; exit 1)
16697
16698 case $xsi_shell in
16699 yes)
16700 cat << \_LT_EOF >> "$cfgfile"
16701
16702# func_dirname file append nondir_replacement
16703# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16704# otherwise set result to NONDIR_REPLACEMENT.
16705func_dirname ()
16706{
16707 case ${1} in
16708 */*) func_dirname_result="${1%/*}${2}" ;;
16709 * ) func_dirname_result="${3}" ;;
16710 esac
16711}
16712
16713# func_basename file
16714func_basename ()
16715{
16716 func_basename_result="${1##*/}"
16717}
16718
16719# func_dirname_and_basename file append nondir_replacement
16720# perform func_basename and func_dirname in a single function
16721# call:
16722# dirname: Compute the dirname of FILE. If nonempty,
16723# add APPEND to the result, otherwise set result
16724# to NONDIR_REPLACEMENT.
16725# value returned in "$func_dirname_result"
16726# basename: Compute filename of FILE.
16727# value retuned in "$func_basename_result"
16728# Implementation must be kept synchronized with func_dirname
16729# and func_basename. For efficiency, we do not delegate to
16730# those functions but instead duplicate the functionality here.
16731func_dirname_and_basename ()
16732{
16733 case ${1} in
16734 */*) func_dirname_result="${1%/*}${2}" ;;
16735 * ) func_dirname_result="${3}" ;;
16736 esac
16737 func_basename_result="${1##*/}"
16738}
16739
16740# func_stripname prefix suffix name
16741# strip PREFIX and SUFFIX off of NAME.
16742# PREFIX and SUFFIX must not contain globbing or regex special
16743# characters, hashes, percent signs, but SUFFIX may contain a leading
16744# dot (in which case that matches only a dot).
16745func_stripname ()
16746{
16747 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16748 # positional parameters, so assign one to ordinary parameter first.
16749 func_stripname_result=${3}
16750 func_stripname_result=${func_stripname_result#"${1}"}
16751 func_stripname_result=${func_stripname_result%"${2}"}
16752}
16753
16754# func_opt_split
16755func_opt_split ()
16756{
16757 func_opt_split_opt=${1%%=*}
16758 func_opt_split_arg=${1#*=}
16759}
16760
16761# func_lo2o object
16762func_lo2o ()
16763{
16764 case ${1} in
16765 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16766 *) func_lo2o_result=${1} ;;
16767 esac
16768}
16769
16770# func_xform libobj-or-source
16771func_xform ()
16772{
16773 func_xform_result=${1%.*}.lo
16774}
16775
16776# func_arith arithmetic-term...
16777func_arith ()
16778{
16779 func_arith_result=$(( $* ))
16780}
16781
16782# func_len string
16783# STRING may not start with a hyphen.
16784func_len ()
16785{
16786 func_len_result=${#1}
16787}
16788
16789_LT_EOF
16790 ;;
16791 *) # Bourne compatible functions.
16792 cat << \_LT_EOF >> "$cfgfile"
16793
16794# func_dirname file append nondir_replacement
16795# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16796# otherwise set result to NONDIR_REPLACEMENT.
16797func_dirname ()
16798{
16799 # Extract subdirectory from the argument.
16800 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16801 if test "X$func_dirname_result" = "X${1}"; then
16802 func_dirname_result="${3}"
16803 else
16804 func_dirname_result="$func_dirname_result${2}"
16805 fi
16806}
16807
16808# func_basename file
16809func_basename ()
16810{
16811 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16812}
16813
16814
16815# func_stripname prefix suffix name
16816# strip PREFIX and SUFFIX off of NAME.
16817# PREFIX and SUFFIX must not contain globbing or regex special
16818# characters, hashes, percent signs, but SUFFIX may contain a leading
16819# dot (in which case that matches only a dot).
16820# func_strip_suffix prefix name
16821func_stripname ()
16822{
16823 case ${2} in
16824 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16825 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16826 esac
16827}
16828
16829# sed scripts:
16830my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16831my_sed_long_arg='1s/^-[^=]*=//'
16832
16833# func_opt_split
16834func_opt_split ()
16835{
16836 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16837 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16838}
16839
16840# func_lo2o object
16841func_lo2o ()
16842{
16843 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16844}
16845
16846# func_xform libobj-or-source
16847func_xform ()
16848{
16849 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16850}
16851
16852# func_arith arithmetic-term...
16853func_arith ()
16854{
16855 func_arith_result=`expr "$@"`
16856}
16857
16858# func_len string
16859# STRING may not start with a hyphen.
16860func_len ()
16861{
16862 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16863}
16864
16865_LT_EOF
16866esac
16867
16868case $lt_shell_append in
16869 yes)
16870 cat << \_LT_EOF >> "$cfgfile"
16871
16872# func_append var value
16873# Append VALUE to the end of shell variable VAR.
16874func_append ()
16875{
16876 eval "$1+=\$2"
16877}
16878_LT_EOF
16879 ;;
16880 *)
16881 cat << \_LT_EOF >> "$cfgfile"
16882
16883# func_append var value
16884# Append VALUE to the end of shell variable VAR.
16885func_append ()
16886{
16887 eval "$1=\$$1\$2"
16888}
16889
16890_LT_EOF
16891 ;;
16892 esac
16893
16894
16895 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16896 || (rm -f "$cfgfile"; exit 1)
16897
16898 mv -f "$cfgfile" "$ofile" ||
16899 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16900 chmod +x "$ofile"
16901
16902 ;;
81ecdfbb 16903 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
16904 rm -f Makesim1.tmp Makesim2.tmp Makefile
16905 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16906 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16907 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
16908 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16909 <Makefile.sim >Makefile
38f48d72 16910 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 16911 ;;
81ecdfbb
RW
16912 "stamp-h":C) echo > stamp-h ;;
16913
b7026657 16914 esac
81ecdfbb 16915done # for ac_tag
c906108c 16916
b7026657 16917
81ecdfbb 16918as_fn_exit 0
b7026657 16919_ACEOF
b7026657
AC
16920ac_clean_files=$ac_clean_files_save
16921
81ecdfbb 16922test $ac_write_fail = 0 ||
d0ac1c44 16923 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 16924
b7026657
AC
16925
16926# configure is writing to config.log, and then calls config.status.
16927# config.status does its own redirection, appending to config.log.
16928# Unfortunately, on DOS this fails, as config.log is still kept open
16929# by configure, so config.status won't be able to write to it; its
16930# output is simply discarded. So we exec the FD to /dev/null,
16931# effectively closing config.log, so it can be properly (re)opened and
16932# appended to by config.status. When coming back to configure, we
16933# need to make the FD available again.
16934if test "$no_create" != yes; then
16935 ac_cs_success=:
16936 ac_config_status_args=
16937 test "$silent" = yes &&
16938 ac_config_status_args="$ac_config_status_args --quiet"
16939 exec 5>/dev/null
16940 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16941 exec 5>>config.log
16942 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16943 # would make configure fail if this is the last instruction.
d0ac1c44 16944 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
16945fi
16946if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16948$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 16949fi
c906108c
SS
16950
16951