]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mips/configure
Shrink size of dwarf2_per_cu_data
[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
2c2645d7 632ac_header_list=
37e9f182 633ac_func_list=
81ecdfbb
RW
634ac_subst_vars='LTLIBOBJS
635LIBOBJS
760b3e8b
MF
636sim_default_model
637sim_scache
81ecdfbb
RW
638cgen_breaks
639mips_extra_libs
640XMKMF
641mips_igen_engine
81ecdfbb
RW
642sim_multi_obj
643sim_multi_src
644sim_multi_igen_configs
645sim_multi_flags
646sim_gen
8e394ffc
AB
647sim_micromips16_flags
648sim_micromips_flags
81ecdfbb
RW
649sim_m16_flags
650sim_igen_flags
651SIM_SUBTARGET
652REPORT_BUGS_TEXI
653REPORT_BUGS_TO
654PKGVERSION
81ecdfbb 655MAINT
31e6ad7d
MF
656MAINTAINER_MODE_FALSE
657MAINTAINER_MODE_TRUE
6bb11ab3
L
658lt_cv_dlopen_libs
659OTOOL64
660OTOOL
661LIPO
662NMEDIT
663DSYMUTIL
664AWK
665STRIP
666OBJDUMP
667LN_S
668NM
669ac_ct_DUMPBIN
670DUMPBIN
671LD
672FGREP
673SED
674LIBTOOL
675PLUGINS_FALSE
676PLUGINS_TRUE
aadc9410
MF
677zlibinc
678zlibdir
81ecdfbb
RW
679CATOBJEXT
680GENCAT
681INSTOBJEXT
682DATADIRNAME
683CATALOGS
684POSUB
685GMSGFMT
686XGETTEXT
687INCINTL
688LIBINTL_DEP
689LIBINTL
690USE_NLS
db2e4d67
MF
691GMAKE_FALSE
692GMAKE_TRUE
693MAKE
694CCDEPMODE
695DEPDIR
696am__leading_dot
5f3ef9d0 697PACKAGE
46f900c0 698C_DIALECT
81ecdfbb
RW
699RANLIB
700AR
c2783492 701LDFLAGS_FOR_BUILD
c25ea03d 702CFLAGS_FOR_BUILD
81ecdfbb
RW
703CC_FOR_BUILD
704INSTALL_DATA
705INSTALL_SCRIPT
706INSTALL_PROGRAM
2232061b
MF
707EGREP
708GREP
c2783492
MF
709CPP
710OBJEXT
711EXEEXT
712ac_ct_CC
713CPPFLAGS
714LDFLAGS
715CFLAGS
716CC
81ecdfbb
RW
717target_os
718target_vendor
719target_cpu
720target
721host_os
722host_vendor
723host_cpu
724host
725build_os
726build_vendor
727build_cpu
728build
81ecdfbb
RW
729target_alias
730host_alias
731build_alias
732LIBS
733ECHO_T
734ECHO_N
735ECHO_C
736DEFS
737mandir
738localedir
739libdir
740psdir
741pdfdir
742dvidir
743htmldir
744infodir
745docdir
746oldincludedir
747includedir
748localstatedir
749sharedstatedir
750sysconfdir
751datadir
752datarootdir
753libexecdir
754sbindir
755bindir
756program_transform_name
757prefix
758exec_prefix
759PACKAGE_URL
760PACKAGE_BUGREPORT
761PACKAGE_STRING
762PACKAGE_VERSION
763PACKAGE_TARNAME
764PACKAGE_NAME
765PATH_SEPARATOR
136da8cd
MF
766SHELL
767WERROR_CFLAGS
768WARN_CFLAGS
769sim_reserved_bits
770sim_inline
771sim_hw
772sim_hw_objs
773sim_hw_cflags
136da8cd
MF
774sim_float
775sim_endian
776sim_bitsize
777sim_alignment'
b7026657 778ac_subst_files=''
81ecdfbb
RW
779ac_user_opts='
780enable_option_checking
aadc9410 781with_system_zlib
6bb11ab3
L
782enable_plugins
783enable_shared
784enable_static
785with_pic
786enable_fast_install
787with_gnu_ld
788enable_libtool_lock
81ecdfbb 789enable_maintainer_mode
81ecdfbb
RW
790enable_sim_debug
791enable_sim_stdio
792enable_sim_trace
793enable_sim_profile
35656e95 794enable_sim_assert
16f7876d 795enable_sim_environment
347fe5bb 796enable_sim_inline
81ecdfbb
RW
797with_pkgversion
798with_bugurl
81ecdfbb 799enable_sim_alignment
2232061b 800enable_werror
81ecdfbb
RW
801enable_build_warnings
802enable_sim_build_warnings
803enable_sim_reserved_bits
804enable_sim_endian
805enable_sim_bitsize
806enable_sim_float
81ecdfbb
RW
807enable_sim_hardware
808with_x
809'
810 ac_precious_vars='build_alias
811host_alias
812target_alias
813CC
814CFLAGS
815LDFLAGS
816LIBS
817CPPFLAGS
818CPP
819XMKMF'
820
c906108c
SS
821
822# Initialize some variables set by options.
b7026657
AC
823ac_init_help=
824ac_init_version=false
81ecdfbb
RW
825ac_unrecognized_opts=
826ac_unrecognized_sep=
c906108c
SS
827# The variables have the same names as the options, with
828# dashes changed to underlines.
b7026657 829cache_file=/dev/null
c906108c 830exec_prefix=NONE
c906108c 831no_create=
c906108c
SS
832no_recursion=
833prefix=NONE
834program_prefix=NONE
835program_suffix=NONE
836program_transform_name=s,x,x,
837silent=
838site=
839srcdir=
c906108c
SS
840verbose=
841x_includes=NONE
842x_libraries=NONE
b7026657
AC
843
844# Installation directory options.
845# These are left unexpanded so users can "make install exec_prefix=/foo"
846# and all the variables that are supposed to be based on exec_prefix
847# by default will actually change.
848# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 849# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
850bindir='${exec_prefix}/bin'
851sbindir='${exec_prefix}/sbin'
852libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
853datarootdir='${prefix}/share'
854datadir='${datarootdir}'
c906108c
SS
855sysconfdir='${prefix}/etc'
856sharedstatedir='${prefix}/com'
857localstatedir='${prefix}/var'
c906108c
SS
858includedir='${prefix}/include'
859oldincludedir='/usr/include'
81ecdfbb
RW
860docdir='${datarootdir}/doc/${PACKAGE}'
861infodir='${datarootdir}/info'
862htmldir='${docdir}'
863dvidir='${docdir}'
864pdfdir='${docdir}'
865psdir='${docdir}'
866libdir='${exec_prefix}/lib'
867localedir='${datarootdir}/locale'
868mandir='${datarootdir}/man'
c906108c 869
c906108c 870ac_prev=
81ecdfbb 871ac_dashdash=
c906108c
SS
872for ac_option
873do
c906108c
SS
874 # If the previous option needs an argument, assign it.
875 if test -n "$ac_prev"; then
81ecdfbb 876 eval $ac_prev=\$ac_option
c906108c
SS
877 ac_prev=
878 continue
879 fi
880
81ecdfbb 881 case $ac_option in
d0ac1c44
SM
882 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
883 *=) ac_optarg= ;;
884 *) ac_optarg=yes ;;
81ecdfbb 885 esac
c906108c
SS
886
887 # Accept the important Cygnus configure options, so we can diagnose typos.
888
81ecdfbb
RW
889 case $ac_dashdash$ac_option in
890 --)
891 ac_dashdash=yes ;;
c906108c
SS
892
893 -bindir | --bindir | --bindi | --bind | --bin | --bi)
894 ac_prev=bindir ;;
895 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 896 bindir=$ac_optarg ;;
c906108c
SS
897
898 -build | --build | --buil | --bui | --bu)
b7026657 899 ac_prev=build_alias ;;
c906108c 900 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 901 build_alias=$ac_optarg ;;
c906108c
SS
902
903 -cache-file | --cache-file | --cache-fil | --cache-fi \
904 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
905 ac_prev=cache_file ;;
906 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
907 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
908 cache_file=$ac_optarg ;;
909
910 --config-cache | -C)
911 cache_file=config.cache ;;
c906108c 912
81ecdfbb 913 -datadir | --datadir | --datadi | --datad)
c906108c 914 ac_prev=datadir ;;
81ecdfbb 915 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 916 datadir=$ac_optarg ;;
c906108c 917
81ecdfbb
RW
918 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
919 | --dataroo | --dataro | --datar)
920 ac_prev=datarootdir ;;
921 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
922 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
923 datarootdir=$ac_optarg ;;
924
c906108c 925 -disable-* | --disable-*)
81ecdfbb 926 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 927 # Reject names that are not valid shell variable names.
81ecdfbb 928 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 929 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
930 ac_useropt_orig=$ac_useropt
931 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
932 case $ac_user_opts in
933 *"
934"enable_$ac_useropt"
935"*) ;;
936 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
937 ac_unrecognized_sep=', ';;
938 esac
939 eval enable_$ac_useropt=no ;;
940
941 -docdir | --docdir | --docdi | --doc | --do)
942 ac_prev=docdir ;;
943 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
944 docdir=$ac_optarg ;;
945
946 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
947 ac_prev=dvidir ;;
948 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
949 dvidir=$ac_optarg ;;
c906108c
SS
950
951 -enable-* | --enable-*)
81ecdfbb 952 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 953 # Reject names that are not valid shell variable names.
81ecdfbb 954 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 955 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
956 ac_useropt_orig=$ac_useropt
957 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
958 case $ac_user_opts in
959 *"
960"enable_$ac_useropt"
961"*) ;;
962 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
963 ac_unrecognized_sep=', ';;
c906108c 964 esac
81ecdfbb 965 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
966
967 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
968 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
969 | --exec | --exe | --ex)
970 ac_prev=exec_prefix ;;
971 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
972 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
973 | --exec=* | --exe=* | --ex=*)
b7026657 974 exec_prefix=$ac_optarg ;;
c906108c
SS
975
976 -gas | --gas | --ga | --g)
977 # Obsolete; use --with-gas.
978 with_gas=yes ;;
979
b7026657
AC
980 -help | --help | --hel | --he | -h)
981 ac_init_help=long ;;
982 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
983 ac_init_help=recursive ;;
984 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
985 ac_init_help=short ;;
c906108c
SS
986
987 -host | --host | --hos | --ho)
b7026657 988 ac_prev=host_alias ;;
c906108c 989 -host=* | --host=* | --hos=* | --ho=*)
b7026657 990 host_alias=$ac_optarg ;;
c906108c 991
81ecdfbb
RW
992 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
993 ac_prev=htmldir ;;
994 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
995 | --ht=*)
996 htmldir=$ac_optarg ;;
997
c906108c
SS
998 -includedir | --includedir | --includedi | --included | --include \
999 | --includ | --inclu | --incl | --inc)
1000 ac_prev=includedir ;;
1001 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1002 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 1003 includedir=$ac_optarg ;;
c906108c
SS
1004
1005 -infodir | --infodir | --infodi | --infod | --info | --inf)
1006 ac_prev=infodir ;;
1007 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 1008 infodir=$ac_optarg ;;
c906108c
SS
1009
1010 -libdir | --libdir | --libdi | --libd)
1011 ac_prev=libdir ;;
1012 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 1013 libdir=$ac_optarg ;;
c906108c
SS
1014
1015 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1016 | --libexe | --libex | --libe)
1017 ac_prev=libexecdir ;;
1018 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1019 | --libexe=* | --libex=* | --libe=*)
b7026657 1020 libexecdir=$ac_optarg ;;
c906108c 1021
81ecdfbb
RW
1022 -localedir | --localedir | --localedi | --localed | --locale)
1023 ac_prev=localedir ;;
1024 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1025 localedir=$ac_optarg ;;
1026
c906108c 1027 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1028 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1029 ac_prev=localstatedir ;;
1030 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1031 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1032 localstatedir=$ac_optarg ;;
c906108c
SS
1033
1034 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1035 ac_prev=mandir ;;
1036 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1037 mandir=$ac_optarg ;;
c906108c
SS
1038
1039 -nfp | --nfp | --nf)
1040 # Obsolete; use --without-fp.
1041 with_fp=no ;;
1042
1043 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1044 | --no-cr | --no-c | -n)
c906108c
SS
1045 no_create=yes ;;
1046
1047 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1048 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1049 no_recursion=yes ;;
1050
1051 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1052 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1053 | --oldin | --oldi | --old | --ol | --o)
1054 ac_prev=oldincludedir ;;
1055 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1056 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1057 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1058 oldincludedir=$ac_optarg ;;
c906108c
SS
1059
1060 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1061 ac_prev=prefix ;;
1062 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1063 prefix=$ac_optarg ;;
c906108c
SS
1064
1065 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1066 | --program-pre | --program-pr | --program-p)
1067 ac_prev=program_prefix ;;
1068 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1069 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1070 program_prefix=$ac_optarg ;;
c906108c
SS
1071
1072 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1073 | --program-suf | --program-su | --program-s)
1074 ac_prev=program_suffix ;;
1075 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1076 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1077 program_suffix=$ac_optarg ;;
c906108c
SS
1078
1079 -program-transform-name | --program-transform-name \
1080 | --program-transform-nam | --program-transform-na \
1081 | --program-transform-n | --program-transform- \
1082 | --program-transform | --program-transfor \
1083 | --program-transfo | --program-transf \
1084 | --program-trans | --program-tran \
1085 | --progr-tra | --program-tr | --program-t)
1086 ac_prev=program_transform_name ;;
1087 -program-transform-name=* | --program-transform-name=* \
1088 | --program-transform-nam=* | --program-transform-na=* \
1089 | --program-transform-n=* | --program-transform-=* \
1090 | --program-transform=* | --program-transfor=* \
1091 | --program-transfo=* | --program-transf=* \
1092 | --program-trans=* | --program-tran=* \
1093 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1094 program_transform_name=$ac_optarg ;;
c906108c 1095
81ecdfbb
RW
1096 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1097 ac_prev=pdfdir ;;
1098 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1099 pdfdir=$ac_optarg ;;
1100
1101 -psdir | --psdir | --psdi | --psd | --ps)
1102 ac_prev=psdir ;;
1103 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1104 psdir=$ac_optarg ;;
1105
c906108c
SS
1106 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1107 | -silent | --silent | --silen | --sile | --sil)
1108 silent=yes ;;
1109
1110 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1111 ac_prev=sbindir ;;
1112 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1113 | --sbi=* | --sb=*)
b7026657 1114 sbindir=$ac_optarg ;;
c906108c
SS
1115
1116 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1117 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1118 | --sharedst | --shareds | --shared | --share | --shar \
1119 | --sha | --sh)
1120 ac_prev=sharedstatedir ;;
1121 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1122 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1123 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1124 | --sha=* | --sh=*)
b7026657 1125 sharedstatedir=$ac_optarg ;;
c906108c
SS
1126
1127 -site | --site | --sit)
1128 ac_prev=site ;;
1129 -site=* | --site=* | --sit=*)
b7026657 1130 site=$ac_optarg ;;
e514a9d6 1131
c906108c
SS
1132 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1133 ac_prev=srcdir ;;
1134 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1135 srcdir=$ac_optarg ;;
c906108c
SS
1136
1137 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1138 | --syscon | --sysco | --sysc | --sys | --sy)
1139 ac_prev=sysconfdir ;;
1140 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1141 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1142 sysconfdir=$ac_optarg ;;
c906108c
SS
1143
1144 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1145 ac_prev=target_alias ;;
c906108c 1146 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1147 target_alias=$ac_optarg ;;
c906108c
SS
1148
1149 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1150 verbose=yes ;;
1151
b7026657
AC
1152 -version | --version | --versio | --versi | --vers | -V)
1153 ac_init_version=: ;;
c906108c
SS
1154
1155 -with-* | --with-*)
81ecdfbb 1156 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1157 # Reject names that are not valid shell variable names.
81ecdfbb 1158 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1159 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1160 ac_useropt_orig=$ac_useropt
1161 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1162 case $ac_user_opts in
1163 *"
1164"with_$ac_useropt"
1165"*) ;;
1166 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1167 ac_unrecognized_sep=', ';;
c906108c 1168 esac
81ecdfbb 1169 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1170
1171 -without-* | --without-*)
81ecdfbb 1172 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1173 # Reject names that are not valid shell variable names.
81ecdfbb 1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1175 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1179 *"
1180"with_$ac_useropt"
1181"*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1184 esac
1185 eval with_$ac_useropt=no ;;
c906108c
SS
1186
1187 --x)
1188 # Obsolete; use --with-x.
1189 with_x=yes ;;
1190
1191 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1192 | --x-incl | --x-inc | --x-in | --x-i)
1193 ac_prev=x_includes ;;
1194 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1195 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1196 x_includes=$ac_optarg ;;
c906108c
SS
1197
1198 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1199 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1200 ac_prev=x_libraries ;;
1201 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1202 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1203 x_libraries=$ac_optarg ;;
c906108c 1204
d0ac1c44
SM
1205 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1206Try \`$0 --help' for more information"
c906108c
SS
1207 ;;
1208
b7026657
AC
1209 *=*)
1210 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1211 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1212 case $ac_envvar in #(
1213 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1214 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1215 esac
1216 eval $ac_envvar=\$ac_optarg
b7026657
AC
1217 export $ac_envvar ;;
1218
c906108c 1219 *)
b7026657 1220 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1221 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1222 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1223 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1224 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1225 ;;
1226
1227 esac
1228done
1229
1230if test -n "$ac_prev"; then
b7026657 1231 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1232 as_fn_error $? "missing argument to $ac_option"
c906108c 1233fi
c906108c 1234
81ecdfbb
RW
1235if test -n "$ac_unrecognized_opts"; then
1236 case $enable_option_checking in
1237 no) ;;
d0ac1c44 1238 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1239 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1240 esac
81ecdfbb 1241fi
c906108c 1242
81ecdfbb
RW
1243# Check all directory arguments for consistency.
1244for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1245 datadir sysconfdir sharedstatedir localstatedir includedir \
1246 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1247 libdir localedir mandir
c906108c 1248do
81ecdfbb
RW
1249 eval ac_val=\$$ac_var
1250 # Remove trailing slashes.
1251 case $ac_val in
1252 */ )
1253 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1254 eval $ac_var=\$ac_val;;
1255 esac
1256 # Be sure to have absolute directory names.
b7026657 1257 case $ac_val in
81ecdfbb
RW
1258 [\\/$]* | ?:[\\/]* ) continue;;
1259 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1260 esac
d0ac1c44 1261 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1262done
1263
b7026657
AC
1264# There might be people who depend on the old broken behavior: `$host'
1265# used to hold the argument of --host etc.
1266# FIXME: To remove some day.
1267build=$build_alias
1268host=$host_alias
1269target=$target_alias
1270
1271# FIXME: To remove some day.
1272if test "x$host_alias" != x; then
1273 if test "x$build_alias" = x; then
1274 cross_compiling=maybe
b7026657
AC
1275 elif test "x$build_alias" != "x$host_alias"; then
1276 cross_compiling=yes
1277 fi
1278fi
c906108c 1279
b7026657
AC
1280ac_tool_prefix=
1281test -n "$host_alias" && ac_tool_prefix=$host_alias-
1282
1283test "$silent" = yes && exec 6>/dev/null
c906108c 1284
c906108c 1285
81ecdfbb
RW
1286ac_pwd=`pwd` && test -n "$ac_pwd" &&
1287ac_ls_di=`ls -di .` &&
1288ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1289 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1290test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1291 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1292
1293
c906108c
SS
1294# Find the source files, if location was not specified.
1295if test -z "$srcdir"; then
1296 ac_srcdir_defaulted=yes
81ecdfbb
RW
1297 # Try the directory containing this script, then the parent directory.
1298 ac_confdir=`$as_dirname -- "$as_myself" ||
1299$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1300 X"$as_myself" : 'X\(//\)[^/]' \| \
1301 X"$as_myself" : 'X\(//\)$' \| \
1302 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1303$as_echo X"$as_myself" |
1304 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1305 s//\1/
1306 q
1307 }
1308 /^X\(\/\/\)[^/].*/{
1309 s//\1/
1310 q
1311 }
1312 /^X\(\/\/\)$/{
1313 s//\1/
1314 q
1315 }
1316 /^X\(\/\).*/{
1317 s//\1/
1318 q
1319 }
1320 s/.*/./; q'`
c906108c 1321 srcdir=$ac_confdir
81ecdfbb 1322 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1323 srcdir=..
1324 fi
1325else
1326 ac_srcdir_defaulted=no
1327fi
81ecdfbb
RW
1328if test ! -r "$srcdir/$ac_unique_file"; then
1329 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1330 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1331fi
1332ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1333ac_abs_confdir=`(
d0ac1c44 1334 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1335 pwd)`
1336# When building in place, set srcdir=.
1337if test "$ac_abs_confdir" = "$ac_pwd"; then
1338 srcdir=.
1339fi
1340# Remove unnecessary trailing slashes from srcdir.
1341# Double slashes in file names in object file debugging info
1342# mess up M-x gdb in Emacs.
1343case $srcdir in
1344*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1345esac
1346for ac_var in $ac_precious_vars; do
1347 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1348 eval ac_env_${ac_var}_value=\$${ac_var}
1349 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1350 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1351done
c906108c 1352
b7026657
AC
1353#
1354# Report the --help message.
1355#
1356if test "$ac_init_help" = "long"; then
1357 # Omit some internal or obsolete options to make the list less imposing.
1358 # This message is too long to be a string in the A/UX 3.1 sh.
1359 cat <<_ACEOF
1360\`configure' configures this package to adapt to many kinds of systems.
c906108c 1361
b7026657 1362Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1363
b7026657
AC
1364To assign environment variables (e.g., CC, CFLAGS...), specify them as
1365VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1366
b7026657 1367Defaults for the options are specified in brackets.
c906108c 1368
b7026657
AC
1369Configuration:
1370 -h, --help display this help and exit
1371 --help=short display options specific to this package
1372 --help=recursive display the short help of all the included packages
1373 -V, --version display version information and exit
d0ac1c44 1374 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1375 --cache-file=FILE cache test results in FILE [disabled]
1376 -C, --config-cache alias for \`--cache-file=config.cache'
1377 -n, --no-create do not create output files
1378 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1379
b7026657
AC
1380Installation directories:
1381 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1382 [$ac_default_prefix]
b7026657 1383 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1384 [PREFIX]
c906108c 1385
b7026657
AC
1386By default, \`make install' will install all the files in
1387\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1388an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1389for instance \`--prefix=\$HOME'.
c906108c 1390
b7026657
AC
1391For better control, use the options below.
1392
1393Fine tuning of the installation directories:
81ecdfbb
RW
1394 --bindir=DIR user executables [EPREFIX/bin]
1395 --sbindir=DIR system admin executables [EPREFIX/sbin]
1396 --libexecdir=DIR program executables [EPREFIX/libexec]
1397 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1398 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1399 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1400 --libdir=DIR object code libraries [EPREFIX/lib]
1401 --includedir=DIR C header files [PREFIX/include]
1402 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1403 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1404 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1405 --infodir=DIR info documentation [DATAROOTDIR/info]
1406 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1407 --mandir=DIR man documentation [DATAROOTDIR/man]
1408 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1409 --htmldir=DIR html documentation [DOCDIR]
1410 --dvidir=DIR dvi documentation [DOCDIR]
1411 --pdfdir=DIR pdf documentation [DOCDIR]
1412 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1413_ACEOF
1414
1415 cat <<\_ACEOF
1416
1417Program names:
1418 --program-prefix=PREFIX prepend PREFIX to installed program names
1419 --program-suffix=SUFFIX append SUFFIX to installed program names
1420 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1421
1422X features:
1423 --x-includes=DIR X include files are in DIR
1424 --x-libraries=DIR X library files are in DIR
1425
1426System types:
1427 --build=BUILD configure for building on BUILD [guessed]
1428 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1429 --target=TARGET configure for building compilers for TARGET [HOST]
1430_ACEOF
c906108c 1431fi
b7026657
AC
1432
1433if test -n "$ac_init_help"; then
1434
1435 cat <<\_ACEOF
1436
1437Optional Features:
81ecdfbb 1438 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1439 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1440 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1441 --enable-plugins Enable support for plugins
6bb11ab3
L
1442 --enable-shared[=PKGS] build shared libraries [default=yes]
1443 --enable-static[=PKGS] build static libraries [default=yes]
1444 --enable-fast-install[=PKGS]
1445 optimize for fast installation [default=yes]
1446 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1447 --enable-maintainer-mode
1448 enable make rules and dependencies not useful (and
1449 sometimes confusing) to the casual installer
8d0978fb
MF
1450 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1451 itself)
1452 --enable-sim-stdio Specify whether to use stdio for console
1453 input/output
1454 --enable-sim-trace=opts Enable tracing of simulated programs
1455 --enable-sim-profile=opts
1456 Enable profiling flags
35656e95 1457 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1458 --enable-sim-environment=environment
1459 Specify mixed, user, virtual or operating
1460 environment
8d0978fb
MF
1461 --enable-sim-inline=inlines
1462 Specify which functions should be inlined
1463 --enable-sim-alignment=align
1464 Specify strict, nonstrict or forced alignment of
1465 memory accesses
2232061b
MF
1466 --enable-werror treat compile warnings as errors
1467 --enable-build-warnings enable build-time compiler warnings if gcc is used
1468 --enable-sim-build-warnings
1469 enable SIM specific build-time compiler warnings if
1470 gcc is used
8d0978fb
MF
1471 --enable-sim-reserved-bits
1472 Specify whether to check reserved bits in
1473 instruction
1474 --enable-sim-endian=endian
1475 Specify target byte endian orientation
1476 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1477 --enable-sim-float Specify that the target processor has floating point
1478 hardware
1517bd27
MF
1479 --enable-sim-hardware=LIST
1480 Specify the hardware to be included in the build.
b7026657
AC
1481
1482Optional Packages:
1483 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1484 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1485 --with-system-zlib use installed libz
6bb11ab3
L
1486 --with-pic try to use only PIC/non-PIC objects [default=use
1487 both]
1488 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1489 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468 1490 --with-bugurl=URL Direct users to URL to report a bug
b7026657
AC
1491 --with-x use the X Window System
1492
1493Some influential environment variables:
1494 CC C compiler command
1495 CFLAGS C compiler flags
1496 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1497 nonstandard directory <lib dir>
81ecdfbb 1498 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1499 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1500 you have headers in a nonstandard directory <include dir>
b7026657 1501 CPP C preprocessor
81ecdfbb 1502 XMKMF Path to xmkmf, Makefile generator for X Window System
b7026657
AC
1503
1504Use these variables to override the choices made by `configure' or to help
1505it to find libraries and programs with nonstandard names/locations.
1506
81ecdfbb 1507Report bugs to the package provider.
b7026657 1508_ACEOF
81ecdfbb 1509ac_status=$?
c906108c
SS
1510fi
1511
b7026657
AC
1512if test "$ac_init_help" = "recursive"; then
1513 # If there are subdirs, report their specific --help.
b7026657 1514 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1515 test -d "$ac_dir" ||
1516 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1517 continue
b7026657 1518 ac_builddir=.
c906108c 1519
81ecdfbb
RW
1520case "$ac_dir" in
1521.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1522*)
1523 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1524 # A ".." for each directory in $ac_dir_suffix.
1525 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1526 case $ac_top_builddir_sub in
1527 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1528 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1529 esac ;;
1530esac
1531ac_abs_top_builddir=$ac_pwd
1532ac_abs_builddir=$ac_pwd$ac_dir_suffix
1533# for backward compatibility:
1534ac_top_builddir=$ac_top_build_prefix
c906108c 1535
b7026657 1536case $srcdir in
81ecdfbb 1537 .) # We are building in place.
b7026657 1538 ac_srcdir=.
81ecdfbb
RW
1539 ac_top_srcdir=$ac_top_builddir_sub
1540 ac_abs_top_srcdir=$ac_pwd ;;
1541 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1542 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1543 ac_top_srcdir=$srcdir
1544 ac_abs_top_srcdir=$srcdir ;;
1545 *) # Relative name.
1546 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1547 ac_top_srcdir=$ac_top_build_prefix$srcdir
1548 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1549esac
81ecdfbb
RW
1550ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1551
1552 cd "$ac_dir" || { ac_status=$?; continue; }
1553 # Check for guested configure.
1554 if test -f "$ac_srcdir/configure.gnu"; then
1555 echo &&
1556 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1557 elif test -f "$ac_srcdir/configure"; then
1558 echo &&
1559 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1560 else
81ecdfbb
RW
1561 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1562 fi || ac_status=$?
1563 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1564 done
1565fi
1566
81ecdfbb 1567test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1568if $ac_init_version; then
1569 cat <<\_ACEOF
81ecdfbb 1570configure
d0ac1c44 1571generated by GNU Autoconf 2.69
b7026657 1572
d0ac1c44 1573Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1574This configure script is free software; the Free Software Foundation
1575gives unlimited permission to copy, distribute and modify it.
1576_ACEOF
81ecdfbb 1577 exit
b7026657 1578fi
b7026657 1579
81ecdfbb
RW
1580## ------------------------ ##
1581## Autoconf initialization. ##
1582## ------------------------ ##
b7026657 1583
81ecdfbb
RW
1584# ac_fn_c_try_compile LINENO
1585# --------------------------
1586# Try to compile conftest.$ac_ext, and return whether this succeeded.
1587ac_fn_c_try_compile ()
b7026657 1588{
81ecdfbb
RW
1589 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1590 rm -f conftest.$ac_objext
1591 if { { ac_try="$ac_compile"
1592case "(($ac_try" in
1593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1594 *) ac_try_echo=$ac_try;;
1595esac
1596eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1597$as_echo "$ac_try_echo"; } >&5
1598 (eval "$ac_compile") 2>conftest.err
1599 ac_status=$?
1600 if test -s conftest.err; then
1601 grep -v '^ *+' conftest.err >conftest.er1
1602 cat conftest.er1 >&5
1603 mv -f conftest.er1 conftest.err
1604 fi
1605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1606 test $ac_status = 0; } && {
1607 test -z "$ac_c_werror_flag" ||
1608 test ! -s conftest.err
1609 } && test -s conftest.$ac_objext; then :
1610 ac_retval=0
1611else
1612 $as_echo "$as_me: failed program was:" >&5
1613sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1614
81ecdfbb
RW
1615 ac_retval=1
1616fi
d0ac1c44
SM
1617 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1618 as_fn_set_status $ac_retval
b7026657 1619
81ecdfbb 1620} # ac_fn_c_try_compile
b7026657 1621
81ecdfbb
RW
1622# ac_fn_c_try_cpp LINENO
1623# ----------------------
1624# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1625ac_fn_c_try_cpp ()
1626{
1627 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1628 if { { ac_try="$ac_cpp conftest.$ac_ext"
1629case "(($ac_try" in
1630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1631 *) ac_try_echo=$ac_try;;
1632esac
1633eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1634$as_echo "$ac_try_echo"; } >&5
1635 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1636 ac_status=$?
1637 if test -s conftest.err; then
1638 grep -v '^ *+' conftest.err >conftest.er1
1639 cat conftest.er1 >&5
1640 mv -f conftest.er1 conftest.err
1641 fi
1642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1643 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1644 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1645 test ! -s conftest.err
1646 }; then :
1647 ac_retval=0
1648else
1649 $as_echo "$as_me: failed program was:" >&5
1650sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1651
81ecdfbb
RW
1652 ac_retval=1
1653fi
d0ac1c44
SM
1654 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1655 as_fn_set_status $ac_retval
b7026657 1656
81ecdfbb
RW
1657} # ac_fn_c_try_cpp
1658
1659# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1660# -------------------------------------------------------
1661# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1662# the include files in INCLUDES and setting the cache variable VAR
1663# accordingly.
1664ac_fn_c_check_header_mongrel ()
1665{
1666 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1667 if eval \${$3+:} false; then :
81ecdfbb
RW
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1669$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1670if eval \${$3+:} false; then :
81ecdfbb
RW
1671 $as_echo_n "(cached) " >&6
1672fi
1673eval ac_res=\$$3
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1675$as_echo "$ac_res" >&6; }
1676else
1677 # Is the header compilable?
1678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1679$as_echo_n "checking $2 usability... " >&6; }
1680cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1681/* end confdefs.h. */
1682$4
1683#include <$2>
1684_ACEOF
1685if ac_fn_c_try_compile "$LINENO"; then :
1686 ac_header_compiler=yes
1687else
1688 ac_header_compiler=no
1689fi
1690rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1691{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1692$as_echo "$ac_header_compiler" >&6; }
1693
1694# Is the header present?
1695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1696$as_echo_n "checking $2 presence... " >&6; }
1697cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1698/* end confdefs.h. */
1699#include <$2>
1700_ACEOF
1701if ac_fn_c_try_cpp "$LINENO"; then :
1702 ac_header_preproc=yes
1703else
1704 ac_header_preproc=no
1705fi
d0ac1c44 1706rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1707{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1708$as_echo "$ac_header_preproc" >&6; }
1709
1710# So? What about this header?
1711case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1712 yes:no: )
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1714$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1716$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1717 ;;
1718 no:yes:* )
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1720$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1722$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1724$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1726$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1728$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1729 ;;
1730esac
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1732$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1733if eval \${$3+:} false; then :
81ecdfbb
RW
1734 $as_echo_n "(cached) " >&6
1735else
1736 eval "$3=\$ac_header_compiler"
1737fi
1738eval ac_res=\$$3
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1740$as_echo "$ac_res" >&6; }
1741fi
d0ac1c44 1742 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1743
1744} # ac_fn_c_check_header_mongrel
1745
1746# ac_fn_c_try_run LINENO
1747# ----------------------
1748# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1749# that executables *can* be run.
1750ac_fn_c_try_run ()
1751{
1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1753 if { { ac_try="$ac_link"
1754case "(($ac_try" in
1755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1756 *) ac_try_echo=$ac_try;;
1757esac
1758eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1759$as_echo "$ac_try_echo"; } >&5
1760 (eval "$ac_link") 2>&5
1761 ac_status=$?
1762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1763 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1764 { { case "(($ac_try" in
1765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1766 *) ac_try_echo=$ac_try;;
1767esac
1768eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1769$as_echo "$ac_try_echo"; } >&5
1770 (eval "$ac_try") 2>&5
1771 ac_status=$?
1772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1773 test $ac_status = 0; }; }; then :
1774 ac_retval=0
1775else
1776 $as_echo "$as_me: program exited with status $ac_status" >&5
1777 $as_echo "$as_me: failed program was:" >&5
1778sed 's/^/| /' conftest.$ac_ext >&5
1779
1780 ac_retval=$ac_status
1781fi
1782 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1783 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1784 as_fn_set_status $ac_retval
81ecdfbb
RW
1785
1786} # ac_fn_c_try_run
1787
1788# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1789# -------------------------------------------------------
1790# Tests whether HEADER exists and can be compiled using the include files in
1791# INCLUDES, setting the cache variable VAR accordingly.
1792ac_fn_c_check_header_compile ()
1793{
1794 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1796$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1797if eval \${$3+:} false; then :
81ecdfbb
RW
1798 $as_echo_n "(cached) " >&6
1799else
1800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1801/* end confdefs.h. */
1802$4
1803#include <$2>
1804_ACEOF
1805if ac_fn_c_try_compile "$LINENO"; then :
1806 eval "$3=yes"
1807else
1808 eval "$3=no"
1809fi
1810rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1811fi
1812eval ac_res=\$$3
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1814$as_echo "$ac_res" >&6; }
d0ac1c44 1815 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1816
1817} # ac_fn_c_check_header_compile
1818
1819# ac_fn_c_try_link LINENO
1820# -----------------------
1821# Try to link conftest.$ac_ext, and return whether this succeeded.
1822ac_fn_c_try_link ()
1823{
1824 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1825 rm -f conftest.$ac_objext conftest$ac_exeext
1826 if { { ac_try="$ac_link"
1827case "(($ac_try" in
1828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1829 *) ac_try_echo=$ac_try;;
1830esac
1831eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1832$as_echo "$ac_try_echo"; } >&5
1833 (eval "$ac_link") 2>conftest.err
1834 ac_status=$?
1835 if test -s conftest.err; then
1836 grep -v '^ *+' conftest.err >conftest.er1
1837 cat conftest.er1 >&5
1838 mv -f conftest.er1 conftest.err
1839 fi
1840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1841 test $ac_status = 0; } && {
1842 test -z "$ac_c_werror_flag" ||
1843 test ! -s conftest.err
1844 } && test -s conftest$ac_exeext && {
1845 test "$cross_compiling" = yes ||
d0ac1c44 1846 test -x conftest$ac_exeext
81ecdfbb
RW
1847 }; then :
1848 ac_retval=0
1849else
1850 $as_echo "$as_me: failed program was:" >&5
1851sed 's/^/| /' conftest.$ac_ext >&5
1852
1853 ac_retval=1
1854fi
1855 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1856 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1857 # interfere with the next link command; also delete a directory that is
1858 # left behind by Apple's compiler. We do this before executing the actions.
1859 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1860 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1861 as_fn_set_status $ac_retval
81ecdfbb
RW
1862
1863} # ac_fn_c_try_link
1864
1865# ac_fn_c_check_func LINENO FUNC VAR
1866# ----------------------------------
1867# Tests whether FUNC exists, setting the cache variable VAR accordingly
1868ac_fn_c_check_func ()
1869{
1870 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1872$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1873if eval \${$3+:} false; then :
81ecdfbb
RW
1874 $as_echo_n "(cached) " >&6
1875else
1876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1877/* end confdefs.h. */
1878/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1879 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1880#define $2 innocuous_$2
1881
1882/* System header to define __stub macros and hopefully few prototypes,
1883 which can conflict with char $2 (); below.
1884 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1885 <limits.h> exists even on freestanding compilers. */
1886
1887#ifdef __STDC__
1888# include <limits.h>
1889#else
1890# include <assert.h>
1891#endif
1892
1893#undef $2
1894
1895/* Override any GCC internal prototype to avoid an error.
1896 Use char because int might match the return type of a GCC
1897 builtin and then its argument prototype would still apply. */
1898#ifdef __cplusplus
1899extern "C"
1900#endif
1901char $2 ();
1902/* The GNU C library defines this for functions which it implements
1903 to always fail with ENOSYS. Some functions are actually named
1904 something starting with __ and the normal name is an alias. */
1905#if defined __stub_$2 || defined __stub___$2
1906choke me
1907#endif
1908
1909int
1910main ()
1911{
1912return $2 ();
1913 ;
1914 return 0;
1915}
1916_ACEOF
1917if ac_fn_c_try_link "$LINENO"; then :
1918 eval "$3=yes"
1919else
1920 eval "$3=no"
1921fi
1922rm -f core conftest.err conftest.$ac_objext \
1923 conftest$ac_exeext conftest.$ac_ext
1924fi
1925eval ac_res=\$$3
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1927$as_echo "$ac_res" >&6; }
d0ac1c44 1928 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1929
1930} # ac_fn_c_check_func
936df756
MF
1931
1932# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1933# ----------------------------------------------------
1934# Tries to find if the field MEMBER exists in type AGGR, after including
1935# INCLUDES, setting cache variable VAR accordingly.
1936ac_fn_c_check_member ()
1937{
1938 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1940$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1941if eval \${$4+:} false; then :
936df756
MF
1942 $as_echo_n "(cached) " >&6
1943else
1944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1945/* end confdefs.h. */
1946$5
1947int
1948main ()
1949{
1950static $2 ac_aggr;
1951if (ac_aggr.$3)
1952return 0;
1953 ;
1954 return 0;
1955}
1956_ACEOF
1957if ac_fn_c_try_compile "$LINENO"; then :
1958 eval "$4=yes"
1959else
1960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1961/* end confdefs.h. */
1962$5
1963int
1964main ()
1965{
1966static $2 ac_aggr;
1967if (sizeof ac_aggr.$3)
1968return 0;
1969 ;
1970 return 0;
1971}
1972_ACEOF
1973if ac_fn_c_try_compile "$LINENO"; then :
1974 eval "$4=yes"
1975else
1976 eval "$4=no"
1977fi
1978rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1979fi
1980rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1981fi
1982eval ac_res=\$$4
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1984$as_echo "$ac_res" >&6; }
d0ac1c44 1985 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1986
1987} # ac_fn_c_check_member
1988
1989# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1990# -------------------------------------------
1991# Tests whether TYPE exists after having included INCLUDES, setting cache
1992# variable VAR accordingly.
1993ac_fn_c_check_type ()
1994{
1995 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1997$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1998if eval \${$3+:} false; then :
936df756
MF
1999 $as_echo_n "(cached) " >&6
2000else
2001 eval "$3=no"
2002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2003/* end confdefs.h. */
2004$4
2005int
2006main ()
2007{
2008if (sizeof ($2))
2009 return 0;
2010 ;
2011 return 0;
2012}
2013_ACEOF
2014if ac_fn_c_try_compile "$LINENO"; then :
2015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2016/* end confdefs.h. */
2017$4
2018int
2019main ()
2020{
2021if (sizeof (($2)))
2022 return 0;
2023 ;
2024 return 0;
2025}
2026_ACEOF
2027if ac_fn_c_try_compile "$LINENO"; then :
2028
2029else
2030 eval "$3=yes"
2031fi
2032rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2033fi
2034rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035fi
2036eval ac_res=\$$3
2037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2038$as_echo "$ac_res" >&6; }
d0ac1c44 2039 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2040
2041} # ac_fn_c_check_type
81ecdfbb
RW
2042cat >config.log <<_ACEOF
2043This file contains any messages produced by compilers while
2044running configure, to aid debugging if configure makes a mistake.
2045
2046It was created by $as_me, which was
d0ac1c44 2047generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2048
2049 $ $0 $@
2050
2051_ACEOF
2052exec 5>>config.log
2053{
2054cat <<_ASUNAME
2055## --------- ##
2056## Platform. ##
2057## --------- ##
2058
2059hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2060uname -m = `(uname -m) 2>/dev/null || echo unknown`
2061uname -r = `(uname -r) 2>/dev/null || echo unknown`
2062uname -s = `(uname -s) 2>/dev/null || echo unknown`
2063uname -v = `(uname -v) 2>/dev/null || echo unknown`
2064
2065/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2066/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2067
2068/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2069/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2070/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2071/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2072/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2073/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2074/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2075
2076_ASUNAME
2077
2078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2079for as_dir in $PATH
2080do
2081 IFS=$as_save_IFS
2082 test -z "$as_dir" && as_dir=.
2083 $as_echo "PATH: $as_dir"
2084 done
2085IFS=$as_save_IFS
2086
2087} >&5
2088
2089cat >&5 <<_ACEOF
b7026657
AC
2090
2091
2092## ----------- ##
2093## Core tests. ##
2094## ----------- ##
2095
2096_ACEOF
2097
2098
2099# Keep a trace of the command line.
2100# Strip out --no-create and --no-recursion so they do not pile up.
2101# Strip out --silent because we don't want to record it for future runs.
2102# Also quote any args containing shell meta-characters.
2103# Make two passes to allow for proper duplicate-argument suppression.
2104ac_configure_args=
2105ac_configure_args0=
2106ac_configure_args1=
b7026657
AC
2107ac_must_keep_next=false
2108for ac_pass in 1 2
2109do
2110 for ac_arg
2111 do
2112 case $ac_arg in
2113 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2114 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2115 | -silent | --silent | --silen | --sile | --sil)
2116 continue ;;
81ecdfbb
RW
2117 *\'*)
2118 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2119 esac
2120 case $ac_pass in
81ecdfbb 2121 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2122 2)
81ecdfbb 2123 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2124 if test $ac_must_keep_next = true; then
2125 ac_must_keep_next=false # Got value, back to normal.
2126 else
2127 case $ac_arg in
2128 *=* | --config-cache | -C | -disable-* | --disable-* \
2129 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2130 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2131 | -with-* | --with-* | -without-* | --without-* | --x)
2132 case "$ac_configure_args0 " in
2133 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2134 esac
2135 ;;
2136 -* ) ac_must_keep_next=true ;;
2137 esac
2138 fi
81ecdfbb 2139 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2140 ;;
2141 esac
2142 done
2143done
81ecdfbb
RW
2144{ ac_configure_args0=; unset ac_configure_args0;}
2145{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2146
2147# When interrupted or exit'd, cleanup temporary files, and complete
2148# config.log. We remove comments because anyway the quotes in there
2149# would cause problems or look ugly.
81ecdfbb
RW
2150# WARNING: Use '\'' to represent an apostrophe within the trap.
2151# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2152trap 'exit_status=$?
2153 # Save into config.log some information that might help in debugging.
2154 {
2155 echo
2156
d0ac1c44 2157 $as_echo "## ---------------- ##
b7026657 2158## Cache variables. ##
d0ac1c44 2159## ---------------- ##"
b7026657
AC
2160 echo
2161 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2162(
2163 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2164 eval ac_val=\$$ac_var
2165 case $ac_val in #(
2166 *${as_nl}*)
2167 case $ac_var in #(
2168 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2169$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2170 esac
2171 case $ac_var in #(
2172 _ | IFS | as_nl) ;; #(
2173 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2174 *) { eval $ac_var=; unset $ac_var;} ;;
2175 esac ;;
2176 esac
2177 done
b7026657 2178 (set) 2>&1 |
81ecdfbb
RW
2179 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2180 *${as_nl}ac_space=\ *)
b7026657 2181 sed -n \
81ecdfbb
RW
2182 "s/'\''/'\''\\\\'\'''\''/g;
2183 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2184 ;; #(
b7026657 2185 *)
81ecdfbb 2186 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2187 ;;
81ecdfbb
RW
2188 esac |
2189 sort
2190)
b7026657
AC
2191 echo
2192
d0ac1c44 2193 $as_echo "## ----------------- ##
b7026657 2194## Output variables. ##
d0ac1c44 2195## ----------------- ##"
b7026657
AC
2196 echo
2197 for ac_var in $ac_subst_vars
2198 do
81ecdfbb
RW
2199 eval ac_val=\$$ac_var
2200 case $ac_val in
2201 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2202 esac
2203 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2204 done | sort
2205 echo
2206
2207 if test -n "$ac_subst_files"; then
d0ac1c44 2208 $as_echo "## ------------------- ##
81ecdfbb 2209## File substitutions. ##
d0ac1c44 2210## ------------------- ##"
b7026657
AC
2211 echo
2212 for ac_var in $ac_subst_files
2213 do
81ecdfbb
RW
2214 eval ac_val=\$$ac_var
2215 case $ac_val in
2216 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2217 esac
2218 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2219 done | sort
2220 echo
2221 fi
2222
2223 if test -s confdefs.h; then
d0ac1c44 2224 $as_echo "## ----------- ##
b7026657 2225## confdefs.h. ##
d0ac1c44 2226## ----------- ##"
b7026657 2227 echo
81ecdfbb 2228 cat confdefs.h
b7026657
AC
2229 echo
2230 fi
2231 test "$ac_signal" != 0 &&
81ecdfbb
RW
2232 $as_echo "$as_me: caught signal $ac_signal"
2233 $as_echo "$as_me: exit $exit_status"
b7026657 2234 } >&5
81ecdfbb
RW
2235 rm -f core *.core core.conftest.* &&
2236 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2237 exit $exit_status
81ecdfbb 2238' 0
b7026657 2239for ac_signal in 1 2 13 15; do
81ecdfbb 2240 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2241done
2242ac_signal=0
2243
2244# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2245rm -f -r conftest* confdefs.h
2246
2247$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2248
2249# Predefined preprocessor variables.
2250
2251cat >>confdefs.h <<_ACEOF
2252#define PACKAGE_NAME "$PACKAGE_NAME"
2253_ACEOF
2254
b7026657
AC
2255cat >>confdefs.h <<_ACEOF
2256#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2257_ACEOF
2258
b7026657
AC
2259cat >>confdefs.h <<_ACEOF
2260#define PACKAGE_VERSION "$PACKAGE_VERSION"
2261_ACEOF
2262
b7026657
AC
2263cat >>confdefs.h <<_ACEOF
2264#define PACKAGE_STRING "$PACKAGE_STRING"
2265_ACEOF
2266
b7026657
AC
2267cat >>confdefs.h <<_ACEOF
2268#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2269_ACEOF
2270
81ecdfbb
RW
2271cat >>confdefs.h <<_ACEOF
2272#define PACKAGE_URL "$PACKAGE_URL"
2273_ACEOF
2274
b7026657
AC
2275
2276# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2277# Prefer an explicitly selected file to automatically selected ones.
2278ac_site_file1=NONE
2279ac_site_file2=NONE
2280if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2281 # We do not want a PATH search for config.site.
2282 case $CONFIG_SITE in #((
2283 -*) ac_site_file1=./$CONFIG_SITE;;
2284 */*) ac_site_file1=$CONFIG_SITE;;
2285 *) ac_site_file1=./$CONFIG_SITE;;
2286 esac
81ecdfbb
RW
2287elif test "x$prefix" != xNONE; then
2288 ac_site_file1=$prefix/share/config.site
2289 ac_site_file2=$prefix/etc/config.site
2290else
2291 ac_site_file1=$ac_default_prefix/share/config.site
2292 ac_site_file2=$ac_default_prefix/etc/config.site
2293fi
2294for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2295do
2296 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2297 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2299$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2300 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2301 . "$ac_site_file" \
2302 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2303$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2304as_fn_error $? "failed to load site script $ac_site_file
2305See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2306 fi
2307done
2308
2309if test -r "$cache_file"; then
d0ac1c44
SM
2310 # Some versions of bash will fail to source /dev/null (special files
2311 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2312 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2314$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2315 case $cache_file in
81ecdfbb
RW
2316 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2317 *) . "./$cache_file";;
b7026657
AC
2318 esac
2319 fi
c906108c 2320else
81ecdfbb
RW
2321 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2322$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2323 >$cache_file
2324fi
2325
2c2645d7
MF
2326as_fn_append ac_header_list " dlfcn.h"
2327as_fn_append ac_header_list " fcntl.h"
2328as_fn_append ac_header_list " fpu_control.h"
2329as_fn_append ac_header_list " unistd.h"
2330as_fn_append ac_header_list " sys/mman.h"
2331as_fn_append ac_header_list " sys/resource.h"
2332as_fn_append ac_header_list " sys/time.h"
2333as_fn_append ac_header_list " sys/times.h"
2334as_fn_append ac_header_list " sys/stat.h"
37e9f182
MF
2335as_fn_append ac_func_list " __setfpucw"
2336as_fn_append ac_func_list " ftruncate"
2337as_fn_append ac_func_list " getrusage"
2338as_fn_append ac_func_list " lstat"
2339as_fn_append ac_func_list " mmap"
2340as_fn_append ac_func_list " munmap"
2341as_fn_append ac_func_list " posix_fallocate"
2342as_fn_append ac_func_list " sigaction"
2343as_fn_append ac_func_list " time"
2344as_fn_append ac_func_list " truncate"
b7026657
AC
2345# Check that the precious variables saved in the cache have kept the same
2346# value.
2347ac_cache_corrupted=false
81ecdfbb 2348for ac_var in $ac_precious_vars; do
b7026657
AC
2349 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2350 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2351 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2352 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2353 case $ac_old_set,$ac_new_set in
2354 set,)
81ecdfbb
RW
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2356$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2357 ac_cache_corrupted=: ;;
2358 ,set)
81ecdfbb
RW
2359 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2360$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2361 ac_cache_corrupted=: ;;
2362 ,);;
2363 *)
2364 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2365 # differences in whitespace do not lead to failure.
2366 ac_old_val_w=`echo x $ac_old_val`
2367 ac_new_val_w=`echo x $ac_new_val`
2368 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2370$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2371 ac_cache_corrupted=:
2372 else
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2374$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2375 eval $ac_var=\$ac_old_val
2376 fi
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2378$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2379 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2380$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2381 fi;;
2382 esac
2383 # Pass precious variables to config.status.
2384 if test "$ac_new_set" = set; then
2385 case $ac_new_val in
81ecdfbb 2386 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2387 *) ac_arg=$ac_var=$ac_new_val ;;
2388 esac
2389 case " $ac_configure_args " in
2390 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2391 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2392 esac
2393 fi
2394done
2395if $ac_cache_corrupted; then
81ecdfbb
RW
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2397$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2399$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2400 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c906108c 2401fi
81ecdfbb
RW
2402## -------------------- ##
2403## Main body of script. ##
2404## -------------------- ##
b7026657
AC
2405
2406ac_ext=c
2407ac_cpp='$CPP $CPPFLAGS'
2408ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2409ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2410ac_compiler_gnu=$ac_cv_c_compiler_gnu
2411
2412
6bb11ab3
L
2413
2414
2415
2416
2417
c2783492
MF
2418ac_aux_dir=
2419for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2420 if test -f "$ac_dir/install-sh"; then
2421 ac_aux_dir=$ac_dir
2422 ac_install_sh="$ac_aux_dir/install-sh -c"
2423 break
2424 elif test -f "$ac_dir/install.sh"; then
2425 ac_aux_dir=$ac_dir
2426 ac_install_sh="$ac_aux_dir/install.sh -c"
2427 break
2428 elif test -f "$ac_dir/shtool"; then
2429 ac_aux_dir=$ac_dir
2430 ac_install_sh="$ac_aux_dir/shtool install -c"
2431 break
2432 fi
2433done
2434if test -z "$ac_aux_dir"; then
2435 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2436fi
2437
2438# These three variables are undocumented and unsupported,
2439# and are intended to be withdrawn in a future Autoconf release.
2440# They can cause serious problems if a builder's source tree is in a directory
2441# whose full name contains unusual characters.
2442ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2443ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2444ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2445
2446
2447# Make sure we can run config.sub.
2448$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2449 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2450
2451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2452$as_echo_n "checking build system type... " >&6; }
2453if ${ac_cv_build+:} false; then :
2454 $as_echo_n "(cached) " >&6
2455else
2456 ac_build_alias=$build_alias
2457test "x$ac_build_alias" = x &&
2458 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2459test "x$ac_build_alias" = x &&
2460 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2461ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2462 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2463
2464fi
2465{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2466$as_echo "$ac_cv_build" >&6; }
2467case $ac_cv_build in
2468*-*-*) ;;
2469*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2470esac
2471build=$ac_cv_build
2472ac_save_IFS=$IFS; IFS='-'
2473set x $ac_cv_build
2474shift
2475build_cpu=$1
2476build_vendor=$2
2477shift; shift
2478# Remember, the first character of IFS is used to create $*,
2479# except with old shells:
2480build_os=$*
2481IFS=$ac_save_IFS
2482case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2483
2484
2485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2486$as_echo_n "checking host system type... " >&6; }
2487if ${ac_cv_host+:} false; then :
2488 $as_echo_n "(cached) " >&6
2489else
2490 if test "x$host_alias" = x; then
2491 ac_cv_host=$ac_cv_build
2492else
2493 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2494 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2495fi
2496
2497fi
2498{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2499$as_echo "$ac_cv_host" >&6; }
2500case $ac_cv_host in
2501*-*-*) ;;
2502*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2503esac
2504host=$ac_cv_host
2505ac_save_IFS=$IFS; IFS='-'
2506set x $ac_cv_host
2507shift
2508host_cpu=$1
2509host_vendor=$2
2510shift; shift
2511# Remember, the first character of IFS is used to create $*,
2512# except with old shells:
2513host_os=$*
2514IFS=$ac_save_IFS
2515case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2516
2517
2518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2519$as_echo_n "checking target system type... " >&6; }
2520if ${ac_cv_target+:} false; then :
2521 $as_echo_n "(cached) " >&6
2522else
2523 if test "x$target_alias" = x; then
2524 ac_cv_target=$ac_cv_host
2525else
2526 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2527 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2528fi
2529
2530fi
2531{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2532$as_echo "$ac_cv_target" >&6; }
2533case $ac_cv_target in
2534*-*-*) ;;
2535*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2536esac
2537target=$ac_cv_target
2538ac_save_IFS=$IFS; IFS='-'
2539set x $ac_cv_target
2540shift
2541target_cpu=$1
2542target_vendor=$2
2543shift; shift
2544# Remember, the first character of IFS is used to create $*,
2545# except with old shells:
2546target_os=$*
2547IFS=$ac_save_IFS
2548case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2549
2550
2551# The aliases save the names the user supplied, while $host etc.
2552# will get canonicalized.
2553test -n "$target_alias" &&
2554 test "$program_prefix$program_suffix$program_transform_name" = \
2555 NONENONEs,x,x, &&
2556 program_prefix=${target_alias}-
6bb11ab3
L
2557ac_ext=c
2558ac_cpp='$CPP $CPPFLAGS'
2559ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2560ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2561ac_compiler_gnu=$ac_cv_c_compiler_gnu
2562if test -n "$ac_tool_prefix"; then
2563 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2564set dummy ${ac_tool_prefix}gcc; ac_word=$2
2565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2566$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2567if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2568 $as_echo_n "(cached) " >&6
2569else
2570 if test -n "$CC"; then
2571 ac_cv_prog_CC="$CC" # Let the user override the test.
2572else
2573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2574for as_dir in $PATH
2575do
2576 IFS=$as_save_IFS
2577 test -z "$as_dir" && as_dir=.
2578 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2579 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2580 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2582 break 2
2583 fi
2584done
2585 done
2586IFS=$as_save_IFS
2587
2588fi
2589fi
2590CC=$ac_cv_prog_CC
2591if test -n "$CC"; then
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2593$as_echo "$CC" >&6; }
2594else
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2596$as_echo "no" >&6; }
2597fi
2598
2599
2600fi
2601if test -z "$ac_cv_prog_CC"; then
2602 ac_ct_CC=$CC
2603 # Extract the first word of "gcc", so it can be a program name with args.
2604set dummy gcc; ac_word=$2
2605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2606$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2607if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2608 $as_echo_n "(cached) " >&6
2609else
2610 if test -n "$ac_ct_CC"; then
2611 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2612else
2613as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2614for as_dir in $PATH
2615do
2616 IFS=$as_save_IFS
2617 test -z "$as_dir" && as_dir=.
2618 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2619 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2620 ac_cv_prog_ac_ct_CC="gcc"
2621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2622 break 2
2623 fi
2624done
2625 done
2626IFS=$as_save_IFS
2627
2628fi
2629fi
2630ac_ct_CC=$ac_cv_prog_ac_ct_CC
2631if test -n "$ac_ct_CC"; then
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2633$as_echo "$ac_ct_CC" >&6; }
2634else
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2636$as_echo "no" >&6; }
2637fi
2638
2639 if test "x$ac_ct_CC" = x; then
2640 CC=""
2641 else
2642 case $cross_compiling:$ac_tool_warned in
2643yes:)
2644{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2645$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2646ac_tool_warned=yes ;;
2647esac
2648 CC=$ac_ct_CC
2649 fi
2650else
2651 CC="$ac_cv_prog_CC"
2652fi
2653
2654if test -z "$CC"; then
2655 if test -n "$ac_tool_prefix"; then
2656 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2657set dummy ${ac_tool_prefix}cc; ac_word=$2
2658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2659$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2660if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2661 $as_echo_n "(cached) " >&6
2662else
2663 if test -n "$CC"; then
2664 ac_cv_prog_CC="$CC" # Let the user override the test.
2665else
2666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2667for as_dir in $PATH
2668do
2669 IFS=$as_save_IFS
2670 test -z "$as_dir" && as_dir=.
2671 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2672 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2673 ac_cv_prog_CC="${ac_tool_prefix}cc"
2674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2675 break 2
2676 fi
2677done
2678 done
2679IFS=$as_save_IFS
2680
2681fi
2682fi
2683CC=$ac_cv_prog_CC
2684if test -n "$CC"; then
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2686$as_echo "$CC" >&6; }
2687else
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2689$as_echo "no" >&6; }
2690fi
2691
2692
2693 fi
2694fi
2695if test -z "$CC"; then
2696 # Extract the first word of "cc", so it can be a program name with args.
2697set dummy cc; ac_word=$2
2698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2699$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2700if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2701 $as_echo_n "(cached) " >&6
2702else
2703 if test -n "$CC"; then
2704 ac_cv_prog_CC="$CC" # Let the user override the test.
2705else
2706 ac_prog_rejected=no
2707as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2708for as_dir in $PATH
2709do
2710 IFS=$as_save_IFS
2711 test -z "$as_dir" && as_dir=.
2712 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2713 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2714 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2715 ac_prog_rejected=yes
2716 continue
2717 fi
2718 ac_cv_prog_CC="cc"
2719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2720 break 2
2721 fi
2722done
2723 done
2724IFS=$as_save_IFS
2725
2726if test $ac_prog_rejected = yes; then
2727 # We found a bogon in the path, so make sure we never use it.
2728 set dummy $ac_cv_prog_CC
2729 shift
2730 if test $# != 0; then
2731 # We chose a different compiler from the bogus one.
2732 # However, it has the same basename, so the bogon will be chosen
2733 # first if we set CC to just the basename; use the full file name.
2734 shift
2735 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2736 fi
2737fi
2738fi
2739fi
2740CC=$ac_cv_prog_CC
2741if test -n "$CC"; then
2742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2743$as_echo "$CC" >&6; }
2744else
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2746$as_echo "no" >&6; }
2747fi
2748
2749
2750fi
2751if test -z "$CC"; then
2752 if test -n "$ac_tool_prefix"; then
2753 for ac_prog in cl.exe
2754 do
2755 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2756set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2758$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2759if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2760 $as_echo_n "(cached) " >&6
2761else
2762 if test -n "$CC"; then
2763 ac_cv_prog_CC="$CC" # Let the user override the test.
2764else
2765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2766for as_dir in $PATH
2767do
2768 IFS=$as_save_IFS
2769 test -z "$as_dir" && as_dir=.
2770 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2772 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2774 break 2
2775 fi
2776done
2777 done
2778IFS=$as_save_IFS
2779
2780fi
2781fi
2782CC=$ac_cv_prog_CC
2783if test -n "$CC"; then
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2785$as_echo "$CC" >&6; }
2786else
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2788$as_echo "no" >&6; }
2789fi
2790
2791
2792 test -n "$CC" && break
2793 done
2794fi
2795if test -z "$CC"; then
2796 ac_ct_CC=$CC
2797 for ac_prog in cl.exe
2798do
2799 # Extract the first word of "$ac_prog", so it can be a program name with args.
2800set dummy $ac_prog; ac_word=$2
2801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2802$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2803if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2804 $as_echo_n "(cached) " >&6
2805else
2806 if test -n "$ac_ct_CC"; then
2807 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2808else
2809as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2810for as_dir in $PATH
2811do
2812 IFS=$as_save_IFS
2813 test -z "$as_dir" && as_dir=.
2814 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2816 ac_cv_prog_ac_ct_CC="$ac_prog"
2817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2818 break 2
2819 fi
2820done
2821 done
2822IFS=$as_save_IFS
2823
2824fi
2825fi
2826ac_ct_CC=$ac_cv_prog_ac_ct_CC
2827if test -n "$ac_ct_CC"; then
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2829$as_echo "$ac_ct_CC" >&6; }
2830else
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2832$as_echo "no" >&6; }
2833fi
2834
2835
2836 test -n "$ac_ct_CC" && break
2837done
2838
2839 if test "x$ac_ct_CC" = x; then
2840 CC=""
2841 else
2842 case $cross_compiling:$ac_tool_warned in
2843yes:)
2844{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2845$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2846ac_tool_warned=yes ;;
2847esac
2848 CC=$ac_ct_CC
2849 fi
2850fi
2851
2852fi
2853
2854
2855test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2856$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2857as_fn_error $? "no acceptable C compiler found in \$PATH
2858See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2859
2860# Provide some information about the compiler.
2861$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2862set X $ac_compile
2863ac_compiler=$2
2864for ac_option in --version -v -V -qversion; do
2865 { { ac_try="$ac_compiler $ac_option >&5"
2866case "(($ac_try" in
2867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2868 *) ac_try_echo=$ac_try;;
2869esac
2870eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2871$as_echo "$ac_try_echo"; } >&5
2872 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2873 ac_status=$?
2874 if test -s conftest.err; then
2875 sed '10a\
2876... rest of stderr output deleted ...
2877 10q' conftest.err >conftest.er1
2878 cat conftest.er1 >&5
6bb11ab3 2879 fi
d0ac1c44 2880 rm -f conftest.er1 conftest.err
6bb11ab3
L
2881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2882 test $ac_status = 0; }
2883done
2884
2885cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2886/* end confdefs.h. */
2887
2888int
2889main ()
2890{
2891
2892 ;
2893 return 0;
2894}
2895_ACEOF
2896ac_clean_files_save=$ac_clean_files
d0ac1c44 2897ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2898# Try to create an executable without -o first, disregard a.out.
2899# It will help us diagnose broken compilers, and finding out an intuition
2900# of exeext.
d0ac1c44
SM
2901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2902$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2903ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2904
2905# The possible output files:
2906ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2907
2908ac_rmfiles=
2909for ac_file in $ac_files
2910do
2911 case $ac_file in
2912 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2913 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2914 esac
2915done
2916rm -f $ac_rmfiles
2917
2918if { { ac_try="$ac_link_default"
2919case "(($ac_try" in
2920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2921 *) ac_try_echo=$ac_try;;
2922esac
2923eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2924$as_echo "$ac_try_echo"; } >&5
2925 (eval "$ac_link_default") 2>&5
2926 ac_status=$?
2927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2928 test $ac_status = 0; }; then :
2929 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2930# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2931# in a Makefile. We should not override ac_cv_exeext if it was cached,
2932# so that the user can short-circuit this test for compilers unknown to
2933# Autoconf.
2934for ac_file in $ac_files ''
2935do
2936 test -f "$ac_file" || continue
2937 case $ac_file in
2938 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2939 ;;
2940 [ab].out )
2941 # We found the default executable, but exeext='' is most
2942 # certainly right.
2943 break;;
2944 *.* )
2945 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2946 then :; else
2947 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2948 fi
2949 # We set ac_cv_exeext here because the later test for it is not
2950 # safe: cross compilers may not add the suffix if given an `-o'
2951 # argument, so we may need to know it at that point already.
2952 # Even if this section looks crufty: it has the advantage of
2953 # actually working.
2954 break;;
2955 * )
2956 break;;
2957 esac
2958done
2959test "$ac_cv_exeext" = no && ac_cv_exeext=
2960
2961else
2962 ac_file=''
2963fi
6bb11ab3 2964if test -z "$ac_file"; then :
d0ac1c44
SM
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2966$as_echo "no" >&6; }
2967$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2968sed 's/^/| /' conftest.$ac_ext >&5
2969
2970{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2971$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2972as_fn_error 77 "C compiler cannot create executables
2973See \`config.log' for more details" "$LINENO" 5; }
2974else
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2976$as_echo "yes" >&6; }
6bb11ab3 2977fi
d0ac1c44
SM
2978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2979$as_echo_n "checking for C compiler default output file name... " >&6; }
2980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2981$as_echo "$ac_file" >&6; }
6bb11ab3
L
2982ac_exeext=$ac_cv_exeext
2983
d0ac1c44 2984rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2985ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2987$as_echo_n "checking for suffix of executables... " >&6; }
2988if { { ac_try="$ac_link"
2989case "(($ac_try" in
2990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2991 *) ac_try_echo=$ac_try;;
2992esac
2993eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2994$as_echo "$ac_try_echo"; } >&5
2995 (eval "$ac_link") 2>&5
2996 ac_status=$?
2997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2998 test $ac_status = 0; }; then :
2999 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3000# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3001# work properly (i.e., refer to `conftest.exe'), while it won't with
3002# `rm'.
3003for ac_file in conftest.exe conftest conftest.*; do
3004 test -f "$ac_file" || continue
3005 case $ac_file in
3006 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3007 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3008 break;;
3009 * ) break;;
3010 esac
3011done
3012else
3013 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3014$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3015as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3016See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 3017fi
d0ac1c44 3018rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
3019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3020$as_echo "$ac_cv_exeext" >&6; }
3021
3022rm -f conftest.$ac_ext
3023EXEEXT=$ac_cv_exeext
3024ac_exeext=$EXEEXT
d0ac1c44
SM
3025cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3026/* end confdefs.h. */
3027#include <stdio.h>
3028int
3029main ()
3030{
3031FILE *f = fopen ("conftest.out", "w");
3032 return ferror (f) || fclose (f) != 0;
3033
3034 ;
3035 return 0;
3036}
3037_ACEOF
3038ac_clean_files="$ac_clean_files conftest.out"
3039# Check that the compiler produces executables we can run. If not, either
3040# the compiler is broken, or we cross compile.
3041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3042$as_echo_n "checking whether we are cross compiling... " >&6; }
3043if test "$cross_compiling" != yes; then
3044 { { ac_try="$ac_link"
3045case "(($ac_try" in
3046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3047 *) ac_try_echo=$ac_try;;
3048esac
3049eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3050$as_echo "$ac_try_echo"; } >&5
3051 (eval "$ac_link") 2>&5
3052 ac_status=$?
3053 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3054 test $ac_status = 0; }
3055 if { ac_try='./conftest$ac_cv_exeext'
3056 { { case "(($ac_try" in
3057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3058 *) ac_try_echo=$ac_try;;
3059esac
3060eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3061$as_echo "$ac_try_echo"; } >&5
3062 (eval "$ac_try") 2>&5
3063 ac_status=$?
3064 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3065 test $ac_status = 0; }; }; then
3066 cross_compiling=no
3067 else
3068 if test "$cross_compiling" = maybe; then
3069 cross_compiling=yes
3070 else
3071 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3072$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3073as_fn_error $? "cannot run C compiled programs.
3074If you meant to cross compile, use \`--host'.
3075See \`config.log' for more details" "$LINENO" 5; }
3076 fi
3077 fi
3078fi
3079{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3080$as_echo "$cross_compiling" >&6; }
3081
3082rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3083ac_clean_files=$ac_clean_files_save
6bb11ab3
L
3084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3085$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3086if ${ac_cv_objext+:} false; then :
6bb11ab3
L
3087 $as_echo_n "(cached) " >&6
3088else
3089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3090/* end confdefs.h. */
3091
3092int
3093main ()
3094{
3095
3096 ;
3097 return 0;
3098}
3099_ACEOF
3100rm -f conftest.o conftest.obj
3101if { { ac_try="$ac_compile"
3102case "(($ac_try" in
3103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3104 *) ac_try_echo=$ac_try;;
3105esac
3106eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3107$as_echo "$ac_try_echo"; } >&5
3108 (eval "$ac_compile") 2>&5
3109 ac_status=$?
3110 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3111 test $ac_status = 0; }; then :
3112 for ac_file in conftest.o conftest.obj conftest.*; do
3113 test -f "$ac_file" || continue;
3114 case $ac_file in
3115 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3116 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3117 break;;
3118 esac
3119done
3120else
3121 $as_echo "$as_me: failed program was:" >&5
3122sed 's/^/| /' conftest.$ac_ext >&5
3123
3124{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3125$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3126as_fn_error $? "cannot compute suffix of object files: cannot compile
3127See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3128fi
3129rm -f conftest.$ac_cv_objext conftest.$ac_ext
3130fi
3131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3132$as_echo "$ac_cv_objext" >&6; }
3133OBJEXT=$ac_cv_objext
3134ac_objext=$OBJEXT
3135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3136$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3137if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
3138 $as_echo_n "(cached) " >&6
3139else
3140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3141/* end confdefs.h. */
3142
3143int
3144main ()
3145{
3146#ifndef __GNUC__
3147 choke me
3148#endif
3149
3150 ;
3151 return 0;
3152}
3153_ACEOF
3154if ac_fn_c_try_compile "$LINENO"; then :
3155 ac_compiler_gnu=yes
3156else
3157 ac_compiler_gnu=no
3158fi
3159rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3160ac_cv_c_compiler_gnu=$ac_compiler_gnu
3161
3162fi
3163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3164$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3165if test $ac_compiler_gnu = yes; then
3166 GCC=yes
3167else
3168 GCC=
3169fi
3170ac_test_CFLAGS=${CFLAGS+set}
3171ac_save_CFLAGS=$CFLAGS
3172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3173$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3174if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3175 $as_echo_n "(cached) " >&6
3176else
3177 ac_save_c_werror_flag=$ac_c_werror_flag
3178 ac_c_werror_flag=yes
3179 ac_cv_prog_cc_g=no
3180 CFLAGS="-g"
3181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3182/* end confdefs.h. */
3183
3184int
3185main ()
3186{
3187
3188 ;
3189 return 0;
3190}
3191_ACEOF
3192if ac_fn_c_try_compile "$LINENO"; then :
3193 ac_cv_prog_cc_g=yes
3194else
3195 CFLAGS=""
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197/* end confdefs.h. */
3198
3199int
3200main ()
3201{
3202
3203 ;
3204 return 0;
3205}
3206_ACEOF
3207if ac_fn_c_try_compile "$LINENO"; then :
3208
3209else
3210 ac_c_werror_flag=$ac_save_c_werror_flag
3211 CFLAGS="-g"
3212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3213/* end confdefs.h. */
3214
3215int
3216main ()
3217{
3218
3219 ;
3220 return 0;
3221}
3222_ACEOF
3223if ac_fn_c_try_compile "$LINENO"; then :
3224 ac_cv_prog_cc_g=yes
3225fi
3226rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3227fi
3228rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3229fi
3230rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3231 ac_c_werror_flag=$ac_save_c_werror_flag
3232fi
3233{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3234$as_echo "$ac_cv_prog_cc_g" >&6; }
3235if test "$ac_test_CFLAGS" = set; then
3236 CFLAGS=$ac_save_CFLAGS
3237elif test $ac_cv_prog_cc_g = yes; then
3238 if test "$GCC" = yes; then
3239 CFLAGS="-g -O2"
3240 else
3241 CFLAGS="-g"
3242 fi
3243else
3244 if test "$GCC" = yes; then
3245 CFLAGS="-O2"
3246 else
3247 CFLAGS=
3248 fi
3249fi
3250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3251$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3252if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3253 $as_echo_n "(cached) " >&6
3254else
3255 ac_cv_prog_cc_c89=no
3256ac_save_CC=$CC
3257cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3258/* end confdefs.h. */
3259#include <stdarg.h>
3260#include <stdio.h>
d0ac1c44 3261struct stat;
6bb11ab3
L
3262/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3263struct buf { int x; };
3264FILE * (*rcsopen) (struct buf *, struct stat *, int);
3265static char *e (p, i)
3266 char **p;
3267 int i;
3268{
3269 return p[i];
3270}
3271static char *f (char * (*g) (char **, int), char **p, ...)
3272{
3273 char *s;
3274 va_list v;
3275 va_start (v,p);
3276 s = g (p, va_arg (v,int));
3277 va_end (v);
3278 return s;
3279}
3280
3281/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3282 function prototypes and stuff, but not '\xHH' hex character constants.
3283 These don't provoke an error unfortunately, instead are silently treated
3284 as 'x'. The following induces an error, until -std is added to get
3285 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3286 array size at least. It's necessary to write '\x00'==0 to get something
3287 that's true only with -std. */
3288int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3289
3290/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3291 inside strings and character constants. */
3292#define FOO(x) 'x'
3293int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3294
3295int test (int i, double x);
3296struct s1 {int (*f) (int a);};
3297struct s2 {int (*f) (double a);};
3298int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3299int argc;
3300char **argv;
3301int
3302main ()
3303{
3304return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3305 ;
3306 return 0;
3307}
3308_ACEOF
3309for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3310 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3311do
3312 CC="$ac_save_CC $ac_arg"
3313 if ac_fn_c_try_compile "$LINENO"; then :
3314 ac_cv_prog_cc_c89=$ac_arg
3315fi
3316rm -f core conftest.err conftest.$ac_objext
3317 test "x$ac_cv_prog_cc_c89" != "xno" && break
3318done
3319rm -f conftest.$ac_ext
3320CC=$ac_save_CC
3321
3322fi
3323# AC_CACHE_VAL
3324case "x$ac_cv_prog_cc_c89" in
3325 x)
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3327$as_echo "none needed" >&6; } ;;
3328 xno)
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3330$as_echo "unsupported" >&6; } ;;
3331 *)
3332 CC="$CC $ac_cv_prog_cc_c89"
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3334$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3335esac
3336if test "x$ac_cv_prog_cc_c89" != xno; then :
3337
3338fi
3339
3340ac_ext=c
3341ac_cpp='$CPP $CPPFLAGS'
3342ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3343ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3344ac_compiler_gnu=$ac_cv_c_compiler_gnu
3345
c2783492 3346
ebe9564b
MF
3347ac_ext=c
3348ac_cpp='$CPP $CPPFLAGS'
3349ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3350ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3351ac_compiler_gnu=$ac_cv_c_compiler_gnu
3352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3353$as_echo_n "checking how to run the C preprocessor... " >&6; }
3354# On Suns, sometimes $CPP names a directory.
3355if test -n "$CPP" && test -d "$CPP"; then
3356 CPP=
3357fi
3358if test -z "$CPP"; then
3359 if ${ac_cv_prog_CPP+:} false; then :
3360 $as_echo_n "(cached) " >&6
3361else
3362 # Double quotes because CPP needs to be expanded
3363 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3364 do
3365 ac_preproc_ok=false
3366for ac_c_preproc_warn_flag in '' yes
3367do
3368 # Use a header file that comes with gcc, so configuring glibc
3369 # with a fresh cross-compiler works.
3370 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3371 # <limits.h> exists even on freestanding compilers.
3372 # On the NeXT, cc -E runs the code through the compiler's parser,
3373 # not just through cpp. "Syntax error" is here to catch this case.
3374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3375/* end confdefs.h. */
3376#ifdef __STDC__
3377# include <limits.h>
3378#else
3379# include <assert.h>
3380#endif
3381 Syntax error
3382_ACEOF
3383if ac_fn_c_try_cpp "$LINENO"; then :
3384
3385else
3386 # Broken: fails on valid input.
3387continue
3388fi
3389rm -f conftest.err conftest.i conftest.$ac_ext
3390
3391 # OK, works on sane cases. Now check whether nonexistent headers
3392 # can be detected and how.
3393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3394/* end confdefs.h. */
3395#include <ac_nonexistent.h>
3396_ACEOF
3397if ac_fn_c_try_cpp "$LINENO"; then :
3398 # Broken: success on invalid input.
3399continue
3400else
3401 # Passes both tests.
3402ac_preproc_ok=:
3403break
3404fi
3405rm -f conftest.err conftest.i conftest.$ac_ext
3406
3407done
3408# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3409rm -f conftest.i conftest.err conftest.$ac_ext
3410if $ac_preproc_ok; then :
3411 break
3412fi
3413
3414 done
3415 ac_cv_prog_CPP=$CPP
3416
3417fi
3418 CPP=$ac_cv_prog_CPP
3419else
3420 ac_cv_prog_CPP=$CPP
3421fi
3422{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3423$as_echo "$CPP" >&6; }
3424ac_preproc_ok=false
3425for ac_c_preproc_warn_flag in '' yes
3426do
3427 # Use a header file that comes with gcc, so configuring glibc
3428 # with a fresh cross-compiler works.
3429 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3430 # <limits.h> exists even on freestanding compilers.
3431 # On the NeXT, cc -E runs the code through the compiler's parser,
3432 # not just through cpp. "Syntax error" is here to catch this case.
3433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3434/* end confdefs.h. */
3435#ifdef __STDC__
3436# include <limits.h>
3437#else
3438# include <assert.h>
3439#endif
3440 Syntax error
3441_ACEOF
3442if ac_fn_c_try_cpp "$LINENO"; then :
3443
3444else
3445 # Broken: fails on valid input.
3446continue
3447fi
3448rm -f conftest.err conftest.i conftest.$ac_ext
3449
3450 # OK, works on sane cases. Now check whether nonexistent headers
3451 # can be detected and how.
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453/* end confdefs.h. */
3454#include <ac_nonexistent.h>
3455_ACEOF
3456if ac_fn_c_try_cpp "$LINENO"; then :
3457 # Broken: success on invalid input.
3458continue
3459else
3460 # Passes both tests.
3461ac_preproc_ok=:
3462break
3463fi
3464rm -f conftest.err conftest.i conftest.$ac_ext
3465
3466done
3467# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3468rm -f conftest.i conftest.err conftest.$ac_ext
3469if $ac_preproc_ok; then :
3470
3471else
3472 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3473$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3474as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3475See \`config.log' for more details" "$LINENO" 5; }
3476fi
3477
3478ac_ext=c
3479ac_cpp='$CPP $CPPFLAGS'
3480ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3481ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3482ac_compiler_gnu=$ac_cv_c_compiler_gnu
3483
6bb11ab3
L
3484
3485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3486$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3487if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3488 $as_echo_n "(cached) " >&6
3489else
3490 if test -z "$GREP"; then
3491 ac_path_GREP_found=false
3492 # Loop through the user's path and test for each of PROGNAME-LIST
3493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3494for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3495do
3496 IFS=$as_save_IFS
3497 test -z "$as_dir" && as_dir=.
3498 for ac_prog in grep ggrep; do
3499 for ac_exec_ext in '' $ac_executable_extensions; do
3500 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3501 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3502# Check for GNU ac_path_GREP and select it if it is found.
3503 # Check for GNU $ac_path_GREP
3504case `"$ac_path_GREP" --version 2>&1` in
3505*GNU*)
3506 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3507*)
3508 ac_count=0
3509 $as_echo_n 0123456789 >"conftest.in"
3510 while :
3511 do
3512 cat "conftest.in" "conftest.in" >"conftest.tmp"
3513 mv "conftest.tmp" "conftest.in"
3514 cp "conftest.in" "conftest.nl"
3515 $as_echo 'GREP' >> "conftest.nl"
3516 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3517 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3518 as_fn_arith $ac_count + 1 && ac_count=$as_val
3519 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3520 # Best one so far, save it but keep looking for a better one
3521 ac_cv_path_GREP="$ac_path_GREP"
3522 ac_path_GREP_max=$ac_count
3523 fi
3524 # 10*(2^10) chars as input seems more than enough
3525 test $ac_count -gt 10 && break
3526 done
3527 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3528esac
3529
3530 $ac_path_GREP_found && break 3
3531 done
3532 done
3533 done
3534IFS=$as_save_IFS
3535 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3536 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3537 fi
3538else
3539 ac_cv_path_GREP=$GREP
3540fi
3541
3542fi
3543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3544$as_echo "$ac_cv_path_GREP" >&6; }
3545 GREP="$ac_cv_path_GREP"
3546
3547
3548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3549$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3550if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3551 $as_echo_n "(cached) " >&6
3552else
3553 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3554 then ac_cv_path_EGREP="$GREP -E"
3555 else
3556 if test -z "$EGREP"; then
3557 ac_path_EGREP_found=false
3558 # Loop through the user's path and test for each of PROGNAME-LIST
3559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3560for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3561do
3562 IFS=$as_save_IFS
3563 test -z "$as_dir" && as_dir=.
3564 for ac_prog in egrep; do
3565 for ac_exec_ext in '' $ac_executable_extensions; do
3566 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3567 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3568# Check for GNU ac_path_EGREP and select it if it is found.
3569 # Check for GNU $ac_path_EGREP
3570case `"$ac_path_EGREP" --version 2>&1` in
3571*GNU*)
3572 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3573*)
3574 ac_count=0
3575 $as_echo_n 0123456789 >"conftest.in"
3576 while :
3577 do
3578 cat "conftest.in" "conftest.in" >"conftest.tmp"
3579 mv "conftest.tmp" "conftest.in"
3580 cp "conftest.in" "conftest.nl"
3581 $as_echo 'EGREP' >> "conftest.nl"
3582 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3583 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3584 as_fn_arith $ac_count + 1 && ac_count=$as_val
3585 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3586 # Best one so far, save it but keep looking for a better one
3587 ac_cv_path_EGREP="$ac_path_EGREP"
3588 ac_path_EGREP_max=$ac_count
3589 fi
3590 # 10*(2^10) chars as input seems more than enough
3591 test $ac_count -gt 10 && break
3592 done
3593 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3594esac
3595
3596 $ac_path_EGREP_found && break 3
3597 done
3598 done
3599 done
3600IFS=$as_save_IFS
3601 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3602 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3603 fi
3604else
3605 ac_cv_path_EGREP=$EGREP
3606fi
3607
3608 fi
3609fi
3610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3611$as_echo "$ac_cv_path_EGREP" >&6; }
3612 EGREP="$ac_cv_path_EGREP"
3613
3614
3615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3616$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3617if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3618 $as_echo_n "(cached) " >&6
3619else
3620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3621/* end confdefs.h. */
3622#include <stdlib.h>
3623#include <stdarg.h>
3624#include <string.h>
3625#include <float.h>
3626
3627int
3628main ()
3629{
3630
3631 ;
3632 return 0;
3633}
3634_ACEOF
3635if ac_fn_c_try_compile "$LINENO"; then :
3636 ac_cv_header_stdc=yes
3637else
3638 ac_cv_header_stdc=no
3639fi
3640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3641
3642if test $ac_cv_header_stdc = yes; then
3643 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3645/* end confdefs.h. */
3646#include <string.h>
3647
3648_ACEOF
3649if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3650 $EGREP "memchr" >/dev/null 2>&1; then :
3651
3652else
3653 ac_cv_header_stdc=no
3654fi
3655rm -f conftest*
3656
3657fi
3658
3659if test $ac_cv_header_stdc = yes; then
3660 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3662/* end confdefs.h. */
3663#include <stdlib.h>
3664
3665_ACEOF
3666if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3667 $EGREP "free" >/dev/null 2>&1; then :
3668
3669else
3670 ac_cv_header_stdc=no
3671fi
3672rm -f conftest*
3673
3674fi
3675
3676if test $ac_cv_header_stdc = yes; then
3677 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3678 if test "$cross_compiling" = yes; then :
3679 :
3680else
3681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3682/* end confdefs.h. */
3683#include <ctype.h>
3684#include <stdlib.h>
3685#if ((' ' & 0x0FF) == 0x020)
3686# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3687# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3688#else
3689# define ISLOWER(c) \
3690 (('a' <= (c) && (c) <= 'i') \
3691 || ('j' <= (c) && (c) <= 'r') \
3692 || ('s' <= (c) && (c) <= 'z'))
3693# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3694#endif
3695
3696#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3697int
3698main ()
3699{
3700 int i;
3701 for (i = 0; i < 256; i++)
3702 if (XOR (islower (i), ISLOWER (i))
3703 || toupper (i) != TOUPPER (i))
3704 return 2;
3705 return 0;
3706}
3707_ACEOF
3708if ac_fn_c_try_run "$LINENO"; then :
3709
3710else
3711 ac_cv_header_stdc=no
3712fi
3713rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3714 conftest.$ac_objext conftest.beam conftest.$ac_ext
3715fi
3716
3717fi
3718fi
3719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3720$as_echo "$ac_cv_header_stdc" >&6; }
3721if test $ac_cv_header_stdc = yes; then
3722
3723$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3724
3725fi
3726
3727# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3728for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3729 inttypes.h stdint.h unistd.h
3730do :
3731 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3732ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3733"
d0ac1c44 3734if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3735 cat >>confdefs.h <<_ACEOF
3736#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3737_ACEOF
3738
3739fi
3740
3741done
3742
3743
3744
3745 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3746if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3747 MINIX=yes
3748else
3749 MINIX=
3750fi
3751
3752
3753 if test "$MINIX" = yes; then
3754
3755$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3756
3757
3758$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3759
3760
3761$as_echo "#define _MINIX 1" >>confdefs.h
3762
3763 fi
3764
3765
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3767$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3768if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3769 $as_echo_n "(cached) " >&6
3770else
3771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3772/* end confdefs.h. */
3773
d0ac1c44
SM
3774# define __EXTENSIONS__ 1
3775 $ac_includes_default
6bb11ab3
L
3776int
3777main ()
3778{
3779
3780 ;
3781 return 0;
3782}
3783_ACEOF
3784if ac_fn_c_try_compile "$LINENO"; then :
3785 ac_cv_safe_to_define___extensions__=yes
3786else
3787 ac_cv_safe_to_define___extensions__=no
3788fi
3789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3790fi
3791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3792$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3793 test $ac_cv_safe_to_define___extensions__ = yes &&
3794 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3795
3796 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3797
3798 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3799
3800 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3801
3802 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3803
3804
3805test "$program_prefix" != NONE &&
3806 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3807# Use a double $ so make ignores it.
3808test "$program_suffix" != NONE &&
3809 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3810# Double any \ or $.
3811# By default was `s,x,x', remove it if useless.
3812ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3813program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3814
3815# Find a good install program. We prefer a C program (faster),
3816# so one script is as good as another. But avoid the broken or
3817# incompatible versions:
3818# SysV /etc/install, /usr/sbin/install
3819# SunOS /usr/etc/install
3820# IRIX /sbin/install
3821# AIX /bin/install
3822# AmigaOS /C/install, which installs bootblocks on floppy discs
3823# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3824# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3825# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3826# OS/2's system install, which has a completely different semantic
3827# ./install, which can be erroneously created by make from ./install.sh.
3828# Reject install programs that cannot install multiple files.
3829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3830$as_echo_n "checking for a BSD-compatible install... " >&6; }
3831if test -z "$INSTALL"; then
d0ac1c44 3832if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3833 $as_echo_n "(cached) " >&6
3834else
3835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3836for as_dir in $PATH
3837do
3838 IFS=$as_save_IFS
3839 test -z "$as_dir" && as_dir=.
3840 # Account for people who put trailing slashes in PATH elements.
3841case $as_dir/ in #((
3842 ./ | .// | /[cC]/* | \
3843 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3844 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3845 /usr/ucb/* ) ;;
3846 *)
3847 # OSF1 and SCO ODT 3.0 have their own names for install.
3848 # Don't use installbsd from OSF since it installs stuff as root
3849 # by default.
3850 for ac_prog in ginstall scoinst install; do
3851 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3852 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3853 if test $ac_prog = install &&
3854 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3855 # AIX install. It has an incompatible calling convention.
3856 :
3857 elif test $ac_prog = install &&
3858 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3859 # program-specific install script used by HP pwplus--don't use.
3860 :
3861 else
3862 rm -rf conftest.one conftest.two conftest.dir
3863 echo one > conftest.one
3864 echo two > conftest.two
3865 mkdir conftest.dir
3866 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3867 test -s conftest.one && test -s conftest.two &&
3868 test -s conftest.dir/conftest.one &&
3869 test -s conftest.dir/conftest.two
3870 then
3871 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3872 break 3
3873 fi
3874 fi
3875 fi
3876 done
3877 done
3878 ;;
3879esac
3880
3881 done
3882IFS=$as_save_IFS
3883
3884rm -rf conftest.one conftest.two conftest.dir
3885
3886fi
3887 if test "${ac_cv_path_install+set}" = set; then
3888 INSTALL=$ac_cv_path_install
3889 else
3890 # As a last resort, use the slow shell script. Don't cache a
3891 # value for INSTALL within a source directory, because that will
3892 # break other packages using the cache if that directory is
3893 # removed, or if the value is a relative name.
3894 INSTALL=$ac_install_sh
3895 fi
3896fi
3897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3898$as_echo "$INSTALL" >&6; }
3899
3900# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3901# It thinks the first close brace ends the variable substitution.
3902test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3903
3904test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3905
3906test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3907
3908rm -rf .tst 2>/dev/null
3909mkdir .tst 2>/dev/null
3910if test -d .tst; then
3911 am__leading_dot=.
3912else
3913 am__leading_dot=_
3914fi
3915rmdir .tst 2>/dev/null
3916
3917DEPDIR="${am__leading_dot}deps"
37e9f182
MF
3918
3919
2c2645d7
MF
3920
3921
3922 for ac_header in $ac_header_list
3923do :
3924 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3925ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3926"
3927if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3928 cat >>confdefs.h <<_ACEOF
3929#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3930_ACEOF
3931
3932fi
3933
3934done
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
37e9f182
MF
3955
3956
3957 for ac_func in $ac_func_list
3958do :
3959 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3960ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
3961if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3962 cat >>confdefs.h <<_ACEOF
3963#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3964_ACEOF
3965
3966fi
3967done
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
6bb11ab3
L
3988
3989case `pwd` in
3990 *\ * | *\ *)
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3992$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3993esac
3994
3995
3996
3997macro_version='2.2.7a'
3998macro_revision='1.3134'
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012ltmain="$ac_aux_dir/ltmain.sh"
4013
4014# Backslashify metacharacters that are still active within
4015# double-quoted strings.
4016sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4017
4018# Same as above, but do not quote variable references.
4019double_quote_subst='s/\(["`\\]\)/\\\1/g'
4020
4021# Sed substitution to delay expansion of an escaped shell variable in a
4022# double_quote_subst'ed string.
4023delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4024
4025# Sed substitution to delay expansion of an escaped single quote.
4026delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4027
4028# Sed substitution to avoid accidental globbing in evaled expressions
4029no_glob_subst='s/\*/\\\*/g'
4030
4031ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4032ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4033ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4034
4035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4036$as_echo_n "checking how to print strings... " >&6; }
4037# Test print first, because it will be a builtin if present.
4038if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4039 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4040 ECHO='print -r --'
4041elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4042 ECHO='printf %s\n'
4043else
4044 # Use this function as a fallback that always works.
4045 func_fallback_echo ()
4046 {
4047 eval 'cat <<_LTECHO_EOF
4048$1
4049_LTECHO_EOF'
4050 }
4051 ECHO='func_fallback_echo'
4052fi
4053
4054# func_echo_all arg...
4055# Invoke $ECHO with all args, space-separated.
4056func_echo_all ()
4057{
4058 $ECHO ""
4059}
4060
4061case "$ECHO" in
4062 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4063$as_echo "printf" >&6; } ;;
4064 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4065$as_echo "print -r" >&6; } ;;
4066 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4067$as_echo "cat" >&6; } ;;
4068esac
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4084$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4085if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
4086 $as_echo_n "(cached) " >&6
4087else
4088 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4089 for ac_i in 1 2 3 4 5 6 7; do
4090 ac_script="$ac_script$as_nl$ac_script"
4091 done
4092 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4093 { ac_script=; unset ac_script;}
4094 if test -z "$SED"; then
4095 ac_path_SED_found=false
4096 # Loop through the user's path and test for each of PROGNAME-LIST
4097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4098for as_dir in $PATH
4099do
4100 IFS=$as_save_IFS
4101 test -z "$as_dir" && as_dir=.
4102 for ac_prog in sed gsed; do
4103 for ac_exec_ext in '' $ac_executable_extensions; do
4104 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4105 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
4106# Check for GNU ac_path_SED and select it if it is found.
4107 # Check for GNU $ac_path_SED
4108case `"$ac_path_SED" --version 2>&1` in
4109*GNU*)
4110 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4111*)
4112 ac_count=0
4113 $as_echo_n 0123456789 >"conftest.in"
4114 while :
4115 do
4116 cat "conftest.in" "conftest.in" >"conftest.tmp"
4117 mv "conftest.tmp" "conftest.in"
4118 cp "conftest.in" "conftest.nl"
4119 $as_echo '' >> "conftest.nl"
4120 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4121 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4122 as_fn_arith $ac_count + 1 && ac_count=$as_val
4123 if test $ac_count -gt ${ac_path_SED_max-0}; then
4124 # Best one so far, save it but keep looking for a better one
4125 ac_cv_path_SED="$ac_path_SED"
4126 ac_path_SED_max=$ac_count
4127 fi
4128 # 10*(2^10) chars as input seems more than enough
4129 test $ac_count -gt 10 && break
4130 done
4131 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4132esac
4133
4134 $ac_path_SED_found && break 3
4135 done
4136 done
4137 done
4138IFS=$as_save_IFS
4139 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4140 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4141 fi
4142else
4143 ac_cv_path_SED=$SED
4144fi
4145
4146fi
4147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4148$as_echo "$ac_cv_path_SED" >&6; }
4149 SED="$ac_cv_path_SED"
4150 rm -f conftest.sed
4151
4152test -z "$SED" && SED=sed
4153Xsed="$SED -e 1s/^X//"
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4166$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4167if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4168 $as_echo_n "(cached) " >&6
4169else
4170 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4171 then ac_cv_path_FGREP="$GREP -F"
4172 else
4173 if test -z "$FGREP"; then
4174 ac_path_FGREP_found=false
4175 # Loop through the user's path and test for each of PROGNAME-LIST
4176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4177for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4178do
4179 IFS=$as_save_IFS
4180 test -z "$as_dir" && as_dir=.
4181 for ac_prog in fgrep; do
4182 for ac_exec_ext in '' $ac_executable_extensions; do
4183 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4184 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4185# Check for GNU ac_path_FGREP and select it if it is found.
4186 # Check for GNU $ac_path_FGREP
4187case `"$ac_path_FGREP" --version 2>&1` in
4188*GNU*)
4189 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4190*)
4191 ac_count=0
4192 $as_echo_n 0123456789 >"conftest.in"
4193 while :
4194 do
4195 cat "conftest.in" "conftest.in" >"conftest.tmp"
4196 mv "conftest.tmp" "conftest.in"
4197 cp "conftest.in" "conftest.nl"
4198 $as_echo 'FGREP' >> "conftest.nl"
4199 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4200 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4201 as_fn_arith $ac_count + 1 && ac_count=$as_val
4202 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4203 # Best one so far, save it but keep looking for a better one
4204 ac_cv_path_FGREP="$ac_path_FGREP"
4205 ac_path_FGREP_max=$ac_count
4206 fi
4207 # 10*(2^10) chars as input seems more than enough
4208 test $ac_count -gt 10 && break
4209 done
4210 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4211esac
4212
4213 $ac_path_FGREP_found && break 3
4214 done
4215 done
4216 done
4217IFS=$as_save_IFS
4218 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4219 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4220 fi
4221else
4222 ac_cv_path_FGREP=$FGREP
4223fi
4224
4225 fi
4226fi
4227{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4228$as_echo "$ac_cv_path_FGREP" >&6; }
4229 FGREP="$ac_cv_path_FGREP"
4230
4231
4232test -z "$GREP" && GREP=grep
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252# Check whether --with-gnu-ld was given.
4253if test "${with_gnu_ld+set}" = set; then :
4254 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4255else
4256 with_gnu_ld=no
4257fi
4258
4259ac_prog=ld
4260if test "$GCC" = yes; then
4261 # Check if gcc -print-prog-name=ld gives a path.
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4263$as_echo_n "checking for ld used by $CC... " >&6; }
4264 case $host in
4265 *-*-mingw*)
4266 # gcc leaves a trailing carriage return which upsets mingw
4267 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4268 *)
4269 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4270 esac
4271 case $ac_prog in
4272 # Accept absolute paths.
4273 [\\/]* | ?:[\\/]*)
4274 re_direlt='/[^/][^/]*/\.\./'
4275 # Canonicalize the pathname of ld
4276 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4277 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4278 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4279 done
4280 test -z "$LD" && LD="$ac_prog"
4281 ;;
4282 "")
4283 # If it fails, then pretend we aren't using GCC.
4284 ac_prog=ld
4285 ;;
4286 *)
4287 # If it is relative, then search for the first ld in PATH.
4288 with_gnu_ld=unknown
4289 ;;
4290 esac
4291elif test "$with_gnu_ld" = yes; then
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4293$as_echo_n "checking for GNU ld... " >&6; }
4294else
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4296$as_echo_n "checking for non-GNU ld... " >&6; }
4297fi
d0ac1c44 4298if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4299 $as_echo_n "(cached) " >&6
4300else
4301 if test -z "$LD"; then
4302 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4303 for ac_dir in $PATH; do
4304 IFS="$lt_save_ifs"
4305 test -z "$ac_dir" && ac_dir=.
4306 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4307 lt_cv_path_LD="$ac_dir/$ac_prog"
4308 # Check to see if the program is GNU ld. I'd rather use --version,
4309 # but apparently some variants of GNU ld only accept -v.
4310 # Break only if it was the GNU/non-GNU ld that we prefer.
4311 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4312 *GNU* | *'with BFD'*)
4313 test "$with_gnu_ld" != no && break
4314 ;;
4315 *)
4316 test "$with_gnu_ld" != yes && break
4317 ;;
4318 esac
4319 fi
4320 done
4321 IFS="$lt_save_ifs"
4322else
4323 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4324fi
4325fi
4326
4327LD="$lt_cv_path_LD"
4328if test -n "$LD"; then
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4330$as_echo "$LD" >&6; }
4331else
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4333$as_echo "no" >&6; }
4334fi
d0ac1c44 4335test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4337$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4338if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4339 $as_echo_n "(cached) " >&6
4340else
4341 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4342case `$LD -v 2>&1 </dev/null` in
4343*GNU* | *'with BFD'*)
4344 lt_cv_prog_gnu_ld=yes
4345 ;;
4346*)
4347 lt_cv_prog_gnu_ld=no
4348 ;;
4349esac
4350fi
4351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4352$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4353with_gnu_ld=$lt_cv_prog_gnu_ld
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4364$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4365if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4366 $as_echo_n "(cached) " >&6
4367else
4368 if test -n "$NM"; then
4369 # Let the user override the test.
4370 lt_cv_path_NM="$NM"
4371else
4372 lt_nm_to_check="${ac_tool_prefix}nm"
4373 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4374 lt_nm_to_check="$lt_nm_to_check nm"
4375 fi
4376 for lt_tmp_nm in $lt_nm_to_check; do
4377 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4378 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4379 IFS="$lt_save_ifs"
4380 test -z "$ac_dir" && ac_dir=.
4381 tmp_nm="$ac_dir/$lt_tmp_nm"
4382 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4383 # Check to see if the nm accepts a BSD-compat flag.
4384 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4385 # nm: unknown option "B" ignored
4386 # Tru64's nm complains that /dev/null is an invalid object file
4387 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4388 */dev/null* | *'Invalid file or object type'*)
4389 lt_cv_path_NM="$tmp_nm -B"
4390 break
4391 ;;
4392 *)
4393 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4394 */dev/null*)
4395 lt_cv_path_NM="$tmp_nm -p"
4396 break
4397 ;;
4398 *)
4399 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4400 continue # so that we can try to find one that supports BSD flags
4401 ;;
4402 esac
4403 ;;
4404 esac
4405 fi
4406 done
4407 IFS="$lt_save_ifs"
4408 done
4409 : ${lt_cv_path_NM=no}
4410fi
4411fi
4412{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4413$as_echo "$lt_cv_path_NM" >&6; }
4414if test "$lt_cv_path_NM" != "no"; then
4415 NM="$lt_cv_path_NM"
4416else
4417 # Didn't find any BSD compatible name lister, look for dumpbin.
4418 if test -n "$DUMPBIN"; then :
4419 # Let the user override the test.
4420 else
4421 if test -n "$ac_tool_prefix"; then
4422 for ac_prog in dumpbin "link -dump"
4423 do
4424 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4425set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4427$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4428if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4429 $as_echo_n "(cached) " >&6
4430else
4431 if test -n "$DUMPBIN"; then
4432 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4433else
4434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435for as_dir in $PATH
4436do
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4440 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4441 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4443 break 2
4444 fi
4445done
4446 done
4447IFS=$as_save_IFS
4448
4449fi
4450fi
4451DUMPBIN=$ac_cv_prog_DUMPBIN
4452if test -n "$DUMPBIN"; then
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4454$as_echo "$DUMPBIN" >&6; }
4455else
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4457$as_echo "no" >&6; }
4458fi
4459
4460
4461 test -n "$DUMPBIN" && break
4462 done
4463fi
4464if test -z "$DUMPBIN"; then
4465 ac_ct_DUMPBIN=$DUMPBIN
4466 for ac_prog in dumpbin "link -dump"
4467do
4468 # Extract the first word of "$ac_prog", so it can be a program name with args.
4469set dummy $ac_prog; ac_word=$2
4470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4471$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4472if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4473 $as_echo_n "(cached) " >&6
4474else
4475 if test -n "$ac_ct_DUMPBIN"; then
4476 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4477else
4478as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4479for as_dir in $PATH
4480do
4481 IFS=$as_save_IFS
4482 test -z "$as_dir" && as_dir=.
4483 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4484 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4485 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4487 break 2
4488 fi
4489done
4490 done
4491IFS=$as_save_IFS
4492
4493fi
4494fi
4495ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4496if test -n "$ac_ct_DUMPBIN"; then
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4498$as_echo "$ac_ct_DUMPBIN" >&6; }
4499else
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4501$as_echo "no" >&6; }
4502fi
4503
4504
4505 test -n "$ac_ct_DUMPBIN" && break
4506done
4507
4508 if test "x$ac_ct_DUMPBIN" = x; then
4509 DUMPBIN=":"
4510 else
4511 case $cross_compiling:$ac_tool_warned in
4512yes:)
4513{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4514$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4515ac_tool_warned=yes ;;
4516esac
4517 DUMPBIN=$ac_ct_DUMPBIN
4518 fi
4519fi
4520
4521 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4522 *COFF*)
4523 DUMPBIN="$DUMPBIN -symbols"
4524 ;;
4525 *)
4526 DUMPBIN=:
4527 ;;
4528 esac
4529 fi
4530
4531 if test "$DUMPBIN" != ":"; then
4532 NM="$DUMPBIN"
4533 fi
4534fi
4535test -z "$NM" && NM=nm
4536
4537
4538
4539
4540
4541
4542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4543$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4544if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4545 $as_echo_n "(cached) " >&6
4546else
4547 lt_cv_nm_interface="BSD nm"
4548 echo "int some_variable = 0;" > conftest.$ac_ext
4549 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4550 (eval "$ac_compile" 2>conftest.err)
4551 cat conftest.err >&5
4552 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4553 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4554 cat conftest.err >&5
4555 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4556 cat conftest.out >&5
4557 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4558 lt_cv_nm_interface="MS dumpbin"
4559 fi
4560 rm -f conftest*
4561fi
4562{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4563$as_echo "$lt_cv_nm_interface" >&6; }
4564
4565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4566$as_echo_n "checking whether ln -s works... " >&6; }
4567LN_S=$as_ln_s
4568if test "$LN_S" = "ln -s"; then
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4570$as_echo "yes" >&6; }
4571else
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4573$as_echo "no, using $LN_S" >&6; }
4574fi
4575
4576# find the maximum length of command line arguments
4577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4578$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4579if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4580 $as_echo_n "(cached) " >&6
4581else
4582 i=0
4583 teststring="ABCD"
4584
4585 case $build_os in
4586 msdosdjgpp*)
4587 # On DJGPP, this test can blow up pretty badly due to problems in libc
4588 # (any single argument exceeding 2000 bytes causes a buffer overrun
4589 # during glob expansion). Even if it were fixed, the result of this
4590 # check would be larger than it should be.
4591 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4592 ;;
4593
4594 gnu*)
4595 # Under GNU Hurd, this test is not required because there is
4596 # no limit to the length of command line arguments.
4597 # Libtool will interpret -1 as no limit whatsoever
4598 lt_cv_sys_max_cmd_len=-1;
4599 ;;
4600
4601 cygwin* | mingw* | cegcc*)
4602 # On Win9x/ME, this test blows up -- it succeeds, but takes
4603 # about 5 minutes as the teststring grows exponentially.
4604 # Worse, since 9x/ME are not pre-emptively multitasking,
4605 # you end up with a "frozen" computer, even though with patience
4606 # the test eventually succeeds (with a max line length of 256k).
4607 # Instead, let's just punt: use the minimum linelength reported by
4608 # all of the supported platforms: 8192 (on NT/2K/XP).
4609 lt_cv_sys_max_cmd_len=8192;
4610 ;;
4611
4612 mint*)
4613 # On MiNT this can take a long time and run out of memory.
4614 lt_cv_sys_max_cmd_len=8192;
4615 ;;
4616
4617 amigaos*)
4618 # On AmigaOS with pdksh, this test takes hours, literally.
4619 # So we just punt and use a minimum line length of 8192.
4620 lt_cv_sys_max_cmd_len=8192;
4621 ;;
4622
4623 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4624 # This has been around since 386BSD, at least. Likely further.
4625 if test -x /sbin/sysctl; then
4626 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4627 elif test -x /usr/sbin/sysctl; then
4628 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4629 else
4630 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4631 fi
4632 # And add a safety zone
4633 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4634 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4635 ;;
4636
4637 interix*)
4638 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4639 lt_cv_sys_max_cmd_len=196608
4640 ;;
4641
4642 osf*)
4643 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4644 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4645 # nice to cause kernel panics so lets avoid the loop below.
4646 # First set a reasonable default.
4647 lt_cv_sys_max_cmd_len=16384
4648 #
4649 if test -x /sbin/sysconfig; then
4650 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4651 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4652 esac
4653 fi
4654 ;;
4655 sco3.2v5*)
4656 lt_cv_sys_max_cmd_len=102400
4657 ;;
4658 sysv5* | sco5v6* | sysv4.2uw2*)
4659 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4660 if test -n "$kargmax"; then
4661 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4662 else
4663 lt_cv_sys_max_cmd_len=32768
4664 fi
4665 ;;
4666 *)
4667 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4668 if test -n "$lt_cv_sys_max_cmd_len"; then
4669 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4670 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4671 else
4672 # Make teststring a little bigger before we do anything with it.
4673 # a 1K string should be a reasonable start.
4674 for i in 1 2 3 4 5 6 7 8 ; do
4675 teststring=$teststring$teststring
4676 done
4677 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4678 # If test is not a shell built-in, we'll probably end up computing a
4679 # maximum length that is only half of the actual maximum length, but
4680 # we can't tell.
4681 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4682 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4683 test $i != 17 # 1/2 MB should be enough
4684 do
4685 i=`expr $i + 1`
4686 teststring=$teststring$teststring
4687 done
4688 # Only check the string length outside the loop.
4689 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4690 teststring=
4691 # Add a significant safety factor because C++ compilers can tack on
4692 # massive amounts of additional arguments before passing them to the
4693 # linker. It appears as though 1/2 is a usable value.
4694 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4695 fi
4696 ;;
4697 esac
4698
4699fi
4700
4701if test -n $lt_cv_sys_max_cmd_len ; then
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4703$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4704else
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4706$as_echo "none" >&6; }
4707fi
4708max_cmd_len=$lt_cv_sys_max_cmd_len
4709
4710
4711
4712
4713
4714
4715: ${CP="cp -f"}
4716: ${MV="mv -f"}
4717: ${RM="rm -f"}
4718
4719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4720$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4721# Try some XSI features
4722xsi_shell=no
4723( _lt_dummy="a/b/c"
4724 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4725 = c,a/b,, \
4726 && eval 'test $(( 1 + 1 )) -eq 2 \
4727 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4728 && xsi_shell=yes
4729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4730$as_echo "$xsi_shell" >&6; }
4731
4732
4733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4734$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4735lt_shell_append=no
4736( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4737 >/dev/null 2>&1 \
4738 && lt_shell_append=yes
4739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4740$as_echo "$lt_shell_append" >&6; }
4741
4742
4743if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4744 lt_unset=unset
4745else
4746 lt_unset=false
4747fi
4748
4749
4750
4751
4752
4753# test EBCDIC or ASCII
4754case `echo X|tr X '\101'` in
4755 A) # ASCII based system
4756 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4757 lt_SP2NL='tr \040 \012'
4758 lt_NL2SP='tr \015\012 \040\040'
4759 ;;
4760 *) # EBCDIC based system
4761 lt_SP2NL='tr \100 \n'
4762 lt_NL2SP='tr \r\n \100\100'
4763 ;;
4764esac
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4775$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4776if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4777 $as_echo_n "(cached) " >&6
4778else
4779 lt_cv_ld_reload_flag='-r'
4780fi
4781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4782$as_echo "$lt_cv_ld_reload_flag" >&6; }
4783reload_flag=$lt_cv_ld_reload_flag
4784case $reload_flag in
4785"" | " "*) ;;
4786*) reload_flag=" $reload_flag" ;;
4787esac
4788reload_cmds='$LD$reload_flag -o $output$reload_objs'
4789case $host_os in
4790 darwin*)
4791 if test "$GCC" = yes; then
4792 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4793 else
4794 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4795 fi
4796 ;;
4797esac
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807if test -n "$ac_tool_prefix"; then
4808 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4809set dummy ${ac_tool_prefix}objdump; ac_word=$2
4810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4811$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4812if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4813 $as_echo_n "(cached) " >&6
4814else
4815 if test -n "$OBJDUMP"; then
4816 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4817else
4818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4819for as_dir in $PATH
4820do
4821 IFS=$as_save_IFS
4822 test -z "$as_dir" && as_dir=.
4823 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4825 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4827 break 2
4828 fi
4829done
4830 done
4831IFS=$as_save_IFS
4832
4833fi
4834fi
4835OBJDUMP=$ac_cv_prog_OBJDUMP
4836if test -n "$OBJDUMP"; then
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4838$as_echo "$OBJDUMP" >&6; }
4839else
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4841$as_echo "no" >&6; }
4842fi
4843
4844
4845fi
4846if test -z "$ac_cv_prog_OBJDUMP"; then
4847 ac_ct_OBJDUMP=$OBJDUMP
4848 # Extract the first word of "objdump", so it can be a program name with args.
4849set dummy objdump; ac_word=$2
4850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4851$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4852if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4853 $as_echo_n "(cached) " >&6
4854else
4855 if test -n "$ac_ct_OBJDUMP"; then
4856 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4857else
4858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4859for as_dir in $PATH
4860do
4861 IFS=$as_save_IFS
4862 test -z "$as_dir" && as_dir=.
4863 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4864 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4865 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4867 break 2
4868 fi
4869done
4870 done
4871IFS=$as_save_IFS
4872
4873fi
4874fi
4875ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4876if test -n "$ac_ct_OBJDUMP"; then
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4878$as_echo "$ac_ct_OBJDUMP" >&6; }
4879else
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4881$as_echo "no" >&6; }
4882fi
4883
4884 if test "x$ac_ct_OBJDUMP" = x; then
4885 OBJDUMP="false"
4886 else
4887 case $cross_compiling:$ac_tool_warned in
4888yes:)
4889{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4890$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4891ac_tool_warned=yes ;;
4892esac
4893 OBJDUMP=$ac_ct_OBJDUMP
4894 fi
4895else
4896 OBJDUMP="$ac_cv_prog_OBJDUMP"
4897fi
4898
4899test -z "$OBJDUMP" && OBJDUMP=objdump
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4910$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4911if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4912 $as_echo_n "(cached) " >&6
4913else
4914 lt_cv_file_magic_cmd='$MAGIC_CMD'
4915lt_cv_file_magic_test_file=
4916lt_cv_deplibs_check_method='unknown'
4917# Need to set the preceding variable on all platforms that support
4918# interlibrary dependencies.
4919# 'none' -- dependencies not supported.
4920# `unknown' -- same as none, but documents that we really don't know.
4921# 'pass_all' -- all dependencies passed with no checks.
4922# 'test_compile' -- check by making test program.
4923# 'file_magic [[regex]]' -- check by looking for files in library path
4924# which responds to the $file_magic_cmd with a given extended regex.
4925# If you have `file' or equivalent on your system and you're not sure
4926# whether `pass_all' will *always* work, you probably want this one.
4927
4928case $host_os in
4929aix[4-9]*)
4930 lt_cv_deplibs_check_method=pass_all
4931 ;;
4932
4933beos*)
4934 lt_cv_deplibs_check_method=pass_all
4935 ;;
4936
4937bsdi[45]*)
4938 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4939 lt_cv_file_magic_cmd='/usr/bin/file -L'
4940 lt_cv_file_magic_test_file=/shlib/libc.so
4941 ;;
4942
4943cygwin*)
4944 # func_win32_libid is a shell function defined in ltmain.sh
4945 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4946 lt_cv_file_magic_cmd='func_win32_libid'
4947 ;;
4948
4949mingw* | pw32*)
4950 # Base MSYS/MinGW do not provide the 'file' command needed by
4951 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4952 # unless we find 'file', for example because we are cross-compiling.
4953 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4954 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4955 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4956 lt_cv_file_magic_cmd='func_win32_libid'
4957 else
4958 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4959 lt_cv_file_magic_cmd='$OBJDUMP -f'
4960 fi
4961 ;;
4962
4963cegcc*)
4964 # use the weaker test based on 'objdump'. See mingw*.
4965 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4966 lt_cv_file_magic_cmd='$OBJDUMP -f'
4967 ;;
4968
4969darwin* | rhapsody*)
4970 lt_cv_deplibs_check_method=pass_all
4971 ;;
4972
4973freebsd* | dragonfly*)
4974 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4975 case $host_cpu in
4976 i*86 )
4977 # Not sure whether the presence of OpenBSD here was a mistake.
4978 # Let's accept both of them until this is cleared up.
4979 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4980 lt_cv_file_magic_cmd=/usr/bin/file
4981 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4982 ;;
4983 esac
4984 else
4985 lt_cv_deplibs_check_method=pass_all
4986 fi
4987 ;;
4988
4989gnu*)
4990 lt_cv_deplibs_check_method=pass_all
4991 ;;
4992
4993haiku*)
4994 lt_cv_deplibs_check_method=pass_all
4995 ;;
4996
4997hpux10.20* | hpux11*)
4998 lt_cv_file_magic_cmd=/usr/bin/file
4999 case $host_cpu in
5000 ia64*)
5001 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5002 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5003 ;;
5004 hppa*64*)
5005 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]'
5006 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5007 ;;
5008 *)
5009 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5010 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5011 ;;
5012 esac
5013 ;;
5014
5015interix[3-9]*)
5016 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5017 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5018 ;;
5019
5020irix5* | irix6* | nonstopux*)
5021 case $LD in
5022 *-32|*"-32 ") libmagic=32-bit;;
5023 *-n32|*"-n32 ") libmagic=N32;;
5024 *-64|*"-64 ") libmagic=64-bit;;
5025 *) libmagic=never-match;;
5026 esac
5027 lt_cv_deplibs_check_method=pass_all
5028 ;;
5029
5030# This must be Linux ELF.
5031linux* | k*bsd*-gnu | kopensolaris*-gnu)
5032 lt_cv_deplibs_check_method=pass_all
5033 ;;
5034
5035netbsd*)
5036 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5037 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5038 else
5039 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5040 fi
5041 ;;
5042
5043newos6*)
5044 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5045 lt_cv_file_magic_cmd=/usr/bin/file
5046 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5047 ;;
5048
5049*nto* | *qnx*)
5050 lt_cv_deplibs_check_method=pass_all
5051 ;;
5052
5053openbsd*)
5054 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5055 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5056 else
5057 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5058 fi
5059 ;;
5060
5061osf3* | osf4* | osf5*)
5062 lt_cv_deplibs_check_method=pass_all
5063 ;;
5064
5065rdos*)
5066 lt_cv_deplibs_check_method=pass_all
5067 ;;
5068
5069solaris*)
5070 lt_cv_deplibs_check_method=pass_all
5071 ;;
5072
5073sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5074 lt_cv_deplibs_check_method=pass_all
5075 ;;
5076
5077sysv4 | sysv4.3*)
5078 case $host_vendor in
5079 motorola)
5080 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]'
5081 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5082 ;;
5083 ncr)
5084 lt_cv_deplibs_check_method=pass_all
5085 ;;
5086 sequent)
5087 lt_cv_file_magic_cmd='/bin/file'
5088 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5089 ;;
5090 sni)
5091 lt_cv_file_magic_cmd='/bin/file'
5092 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5093 lt_cv_file_magic_test_file=/lib/libc.so
5094 ;;
5095 siemens)
5096 lt_cv_deplibs_check_method=pass_all
5097 ;;
5098 pc)
5099 lt_cv_deplibs_check_method=pass_all
5100 ;;
5101 esac
5102 ;;
5103
5104tpf*)
5105 lt_cv_deplibs_check_method=pass_all
5106 ;;
5107esac
5108
5109fi
5110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5111$as_echo "$lt_cv_deplibs_check_method" >&6; }
5112file_magic_cmd=$lt_cv_file_magic_cmd
5113deplibs_check_method=$lt_cv_deplibs_check_method
5114test -z "$deplibs_check_method" && deplibs_check_method=unknown
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
68ed2854
MF
5127plugin_option=
5128plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5129for plugin in $plugin_names; do
5130 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5131 if test x$plugin_so = x$plugin; then
5132 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5133 fi
5134 if test x$plugin_so != x$plugin; then
5135 plugin_option="--plugin $plugin_so"
5136 break
5137 fi
5138done
5139
6bb11ab3
L
5140if test -n "$ac_tool_prefix"; then
5141 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5142set dummy ${ac_tool_prefix}ar; ac_word=$2
5143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5144$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5145if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5146 $as_echo_n "(cached) " >&6
5147else
5148 if test -n "$AR"; then
5149 ac_cv_prog_AR="$AR" # Let the user override the test.
5150else
5151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5152for as_dir in $PATH
5153do
5154 IFS=$as_save_IFS
5155 test -z "$as_dir" && as_dir=.
5156 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5157 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5158 ac_cv_prog_AR="${ac_tool_prefix}ar"
5159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5160 break 2
5161 fi
5162done
5163 done
5164IFS=$as_save_IFS
5165
5166fi
5167fi
5168AR=$ac_cv_prog_AR
5169if test -n "$AR"; then
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5171$as_echo "$AR" >&6; }
5172else
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5174$as_echo "no" >&6; }
5175fi
5176
5177
5178fi
5179if test -z "$ac_cv_prog_AR"; then
5180 ac_ct_AR=$AR
5181 # Extract the first word of "ar", so it can be a program name with args.
5182set dummy ar; ac_word=$2
5183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5184$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5185if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5186 $as_echo_n "(cached) " >&6
5187else
5188 if test -n "$ac_ct_AR"; then
5189 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5190else
5191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5192for as_dir in $PATH
5193do
5194 IFS=$as_save_IFS
5195 test -z "$as_dir" && as_dir=.
5196 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5198 ac_cv_prog_ac_ct_AR="ar"
5199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5200 break 2
5201 fi
5202done
5203 done
5204IFS=$as_save_IFS
5205
5206fi
5207fi
5208ac_ct_AR=$ac_cv_prog_ac_ct_AR
5209if test -n "$ac_ct_AR"; then
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5211$as_echo "$ac_ct_AR" >&6; }
5212else
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5214$as_echo "no" >&6; }
5215fi
5216
5217 if test "x$ac_ct_AR" = x; then
5218 AR="false"
5219 else
5220 case $cross_compiling:$ac_tool_warned in
5221yes:)
5222{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5223$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5224ac_tool_warned=yes ;;
5225esac
5226 AR=$ac_ct_AR
5227 fi
5228else
5229 AR="$ac_cv_prog_AR"
5230fi
5231
5232test -z "$AR" && AR=ar
68ed2854
MF
5233if test -n "$plugin_option"; then
5234 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5235 touch conftest.c
5236 $AR $plugin_option rc conftest.a conftest.c
5237 if test "$?" != 0; then
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5239$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5240 else
5241 AR="$AR $plugin_option"
5242 fi
5243 rm -f conftest.*
68ed2854
MF
5244 fi
5245fi
6bb11ab3
L
5246test -z "$AR_FLAGS" && AR_FLAGS=cru
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258if test -n "$ac_tool_prefix"; then
5259 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5260set dummy ${ac_tool_prefix}strip; ac_word=$2
5261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5262$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5263if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5264 $as_echo_n "(cached) " >&6
5265else
5266 if test -n "$STRIP"; then
5267 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5268else
5269as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5270for as_dir in $PATH
5271do
5272 IFS=$as_save_IFS
5273 test -z "$as_dir" && as_dir=.
5274 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5275 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5276 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5278 break 2
5279 fi
5280done
5281 done
5282IFS=$as_save_IFS
5283
5284fi
5285fi
5286STRIP=$ac_cv_prog_STRIP
5287if test -n "$STRIP"; then
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5289$as_echo "$STRIP" >&6; }
5290else
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5292$as_echo "no" >&6; }
5293fi
5294
5295
5296fi
5297if test -z "$ac_cv_prog_STRIP"; then
5298 ac_ct_STRIP=$STRIP
5299 # Extract the first word of "strip", so it can be a program name with args.
5300set dummy strip; ac_word=$2
5301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5302$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5303if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5304 $as_echo_n "(cached) " >&6
5305else
5306 if test -n "$ac_ct_STRIP"; then
5307 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5308else
5309as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5310for as_dir in $PATH
5311do
5312 IFS=$as_save_IFS
5313 test -z "$as_dir" && as_dir=.
5314 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5315 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5316 ac_cv_prog_ac_ct_STRIP="strip"
5317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5318 break 2
5319 fi
5320done
5321 done
5322IFS=$as_save_IFS
5323
5324fi
5325fi
5326ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5327if test -n "$ac_ct_STRIP"; then
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5329$as_echo "$ac_ct_STRIP" >&6; }
5330else
5331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5332$as_echo "no" >&6; }
5333fi
5334
5335 if test "x$ac_ct_STRIP" = x; then
5336 STRIP=":"
5337 else
5338 case $cross_compiling:$ac_tool_warned in
5339yes:)
5340{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5341$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5342ac_tool_warned=yes ;;
5343esac
5344 STRIP=$ac_ct_STRIP
5345 fi
5346else
5347 STRIP="$ac_cv_prog_STRIP"
5348fi
5349
5350test -z "$STRIP" && STRIP=:
5351
5352
5353
5354
5355
5356
5357if test -n "$ac_tool_prefix"; then
5358 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5359set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5361$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5362if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5363 $as_echo_n "(cached) " >&6
5364else
5365 if test -n "$RANLIB"; then
5366 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5367else
5368as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5369for as_dir in $PATH
5370do
5371 IFS=$as_save_IFS
5372 test -z "$as_dir" && as_dir=.
5373 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5374 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5375 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5377 break 2
5378 fi
5379done
5380 done
5381IFS=$as_save_IFS
5382
5383fi
5384fi
5385RANLIB=$ac_cv_prog_RANLIB
5386if test -n "$RANLIB"; then
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5388$as_echo "$RANLIB" >&6; }
5389else
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5391$as_echo "no" >&6; }
5392fi
5393
5394
5395fi
5396if test -z "$ac_cv_prog_RANLIB"; then
5397 ac_ct_RANLIB=$RANLIB
5398 # Extract the first word of "ranlib", so it can be a program name with args.
5399set dummy ranlib; ac_word=$2
5400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5401$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5402if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5403 $as_echo_n "(cached) " >&6
5404else
5405 if test -n "$ac_ct_RANLIB"; then
5406 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5407else
5408as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5409for as_dir in $PATH
5410do
5411 IFS=$as_save_IFS
5412 test -z "$as_dir" && as_dir=.
5413 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5415 ac_cv_prog_ac_ct_RANLIB="ranlib"
5416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5417 break 2
5418 fi
5419done
5420 done
5421IFS=$as_save_IFS
5422
5423fi
5424fi
5425ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5426if test -n "$ac_ct_RANLIB"; then
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5428$as_echo "$ac_ct_RANLIB" >&6; }
5429else
5430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5431$as_echo "no" >&6; }
5432fi
5433
5434 if test "x$ac_ct_RANLIB" = x; then
5435 RANLIB=":"
5436 else
5437 case $cross_compiling:$ac_tool_warned in
5438yes:)
5439{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5440$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5441ac_tool_warned=yes ;;
5442esac
5443 RANLIB=$ac_ct_RANLIB
5444 fi
5445else
5446 RANLIB="$ac_cv_prog_RANLIB"
5447fi
5448
5449test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5450if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5451 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5452 RANLIB="$RANLIB $plugin_option"
5453 fi
5454fi
6bb11ab3
L
5455
5456
5457
5458
5459
5460
5461# Determine commands to create old-style static archives.
5462old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5463old_postinstall_cmds='chmod 644 $oldlib'
5464old_postuninstall_cmds=
5465
5466if test -n "$RANLIB"; then
5467 case $host_os in
5468 openbsd*)
5469 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5470 ;;
5471 *)
5472 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5473 ;;
5474 esac
5475 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5476fi
5477
5478case $host_os in
5479 darwin*)
5480 lock_old_archive_extraction=yes ;;
5481 *)
5482 lock_old_archive_extraction=no ;;
5483esac
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505for ac_prog in gawk mawk nawk awk
5506do
5507 # Extract the first word of "$ac_prog", so it can be a program name with args.
5508set dummy $ac_prog; ac_word=$2
5509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5510$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5511if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5512 $as_echo_n "(cached) " >&6
5513else
5514 if test -n "$AWK"; then
5515 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5516else
5517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5518for as_dir in $PATH
5519do
5520 IFS=$as_save_IFS
5521 test -z "$as_dir" && as_dir=.
5522 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5524 ac_cv_prog_AWK="$ac_prog"
5525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5526 break 2
5527 fi
5528done
5529 done
5530IFS=$as_save_IFS
5531
5532fi
5533fi
5534AWK=$ac_cv_prog_AWK
5535if test -n "$AWK"; then
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5537$as_echo "$AWK" >&6; }
5538else
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5540$as_echo "no" >&6; }
5541fi
5542
5543
5544 test -n "$AWK" && break
5545done
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565# If no C compiler was specified, use CC.
5566LTCC=${LTCC-"$CC"}
5567
5568# If no C compiler flags were specified, use CFLAGS.
5569LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5570
5571# Allow CC to be a program name with arguments.
5572compiler=$CC
5573
5574
5575# Check for command to grab the raw symbol name followed by C symbol from nm.
5576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5577$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5578if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5579 $as_echo_n "(cached) " >&6
5580else
5581
5582# These are sane defaults that work on at least a few old systems.
5583# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5584
5585# Character class describing NM global symbol codes.
5586symcode='[BCDEGRST]'
5587
5588# Regexp to match symbols that can be accessed directly from C.
5589sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5590
5591# Define system-specific variables.
5592case $host_os in
5593aix*)
5594 symcode='[BCDT]'
5595 ;;
5596cygwin* | mingw* | pw32* | cegcc*)
5597 symcode='[ABCDGISTW]'
5598 ;;
5599hpux*)
5600 if test "$host_cpu" = ia64; then
5601 symcode='[ABCDEGRST]'
5602 fi
5603 ;;
5604irix* | nonstopux*)
5605 symcode='[BCDEGRST]'
5606 ;;
5607osf*)
5608 symcode='[BCDEGQRST]'
5609 ;;
5610solaris*)
5611 symcode='[BDRT]'
5612 ;;
5613sco3.2v5*)
5614 symcode='[DT]'
5615 ;;
5616sysv4.2uw2*)
5617 symcode='[DT]'
5618 ;;
5619sysv5* | sco5v6* | unixware* | OpenUNIX*)
5620 symcode='[ABDT]'
5621 ;;
5622sysv4)
5623 symcode='[DFNSTU]'
5624 ;;
5625esac
5626
5627# If we're using GNU nm, then use its standard symbol codes.
5628case `$NM -V 2>&1` in
5629*GNU* | *'with BFD'*)
5630 symcode='[ABCDGIRSTW]' ;;
5631esac
5632
5633# Transform an extracted symbol line into a proper C declaration.
5634# Some systems (esp. on ia64) link data and code symbols differently,
5635# so use this general approach.
5636lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5637
5638# Transform an extracted symbol line into symbol name and symbol address
5639lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5640lt_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'"
5641
5642# Handle CRLF in mingw tool chain
5643opt_cr=
5644case $build_os in
5645mingw*)
5646 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5647 ;;
5648esac
5649
5650# Try without a prefix underscore, then with it.
5651for ac_symprfx in "" "_"; do
5652
5653 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5654 symxfrm="\\1 $ac_symprfx\\2 \\2"
5655
5656 # Write the raw and C identifiers.
5657 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5658 # Fake it for dumpbin and say T for any non-static function
5659 # and D for any global variable.
5660 # Also find C++ and __fastcall symbols from MSVC++,
5661 # which start with @ or ?.
5662 lt_cv_sys_global_symbol_pipe="$AWK '"\
5663" {last_section=section; section=\$ 3};"\
5664" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5665" \$ 0!~/External *\|/{next};"\
5666" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5667" {if(hide[section]) next};"\
5668" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5669" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5670" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5671" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5672" ' prfx=^$ac_symprfx"
5673 else
5674 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5675 fi
5676
5677 # Check to see that the pipe works correctly.
5678 pipe_works=no
5679
5680 rm -f conftest*
5681 cat > conftest.$ac_ext <<_LT_EOF
5682#ifdef __cplusplus
5683extern "C" {
5684#endif
5685char nm_test_var;
5686void nm_test_func(void);
5687void nm_test_func(void){}
5688#ifdef __cplusplus
5689}
5690#endif
5691int main(){nm_test_var='a';nm_test_func();return(0);}
5692_LT_EOF
5693
5694 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5695 (eval $ac_compile) 2>&5
5696 ac_status=$?
5697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5698 test $ac_status = 0; }; then
5699 # Now try to grab the symbols.
5700 nlist=conftest.nm
5701 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5702 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5703 ac_status=$?
5704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5705 test $ac_status = 0; } && test -s "$nlist"; then
5706 # Try sorting and uniquifying the output.
5707 if sort "$nlist" | uniq > "$nlist"T; then
5708 mv -f "$nlist"T "$nlist"
5709 else
5710 rm -f "$nlist"T
5711 fi
5712
5713 # Make sure that we snagged all the symbols we need.
5714 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5715 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5716 cat <<_LT_EOF > conftest.$ac_ext
5717#ifdef __cplusplus
5718extern "C" {
5719#endif
5720
5721_LT_EOF
5722 # Now generate the symbol file.
5723 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5724
5725 cat <<_LT_EOF >> conftest.$ac_ext
5726
5727/* The mapping between symbol names and symbols. */
5728const struct {
5729 const char *name;
5730 void *address;
5731}
5732lt__PROGRAM__LTX_preloaded_symbols[] =
5733{
5734 { "@PROGRAM@", (void *) 0 },
5735_LT_EOF
5736 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5737 cat <<\_LT_EOF >> conftest.$ac_ext
5738 {0, (void *) 0}
5739};
5740
5741/* This works around a problem in FreeBSD linker */
5742#ifdef FREEBSD_WORKAROUND
5743static const void *lt_preloaded_setup() {
5744 return lt__PROGRAM__LTX_preloaded_symbols;
5745}
5746#endif
5747
5748#ifdef __cplusplus
5749}
5750#endif
5751_LT_EOF
5752 # Now try linking the two files.
5753 mv conftest.$ac_objext conftstm.$ac_objext
5754 lt_save_LIBS="$LIBS"
5755 lt_save_CFLAGS="$CFLAGS"
5756 LIBS="conftstm.$ac_objext"
5757 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5758 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5759 (eval $ac_link) 2>&5
5760 ac_status=$?
5761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5762 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5763 pipe_works=yes
5764 fi
5765 LIBS="$lt_save_LIBS"
5766 CFLAGS="$lt_save_CFLAGS"
5767 else
5768 echo "cannot find nm_test_func in $nlist" >&5
5769 fi
5770 else
5771 echo "cannot find nm_test_var in $nlist" >&5
5772 fi
5773 else
5774 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5775 fi
5776 else
5777 echo "$progname: failed program was:" >&5
5778 cat conftest.$ac_ext >&5
5779 fi
5780 rm -rf conftest* conftst*
5781
5782 # Do not use the global_symbol_pipe unless it works.
5783 if test "$pipe_works" = yes; then
5784 break
5785 else
5786 lt_cv_sys_global_symbol_pipe=
5787 fi
5788done
5789
5790fi
5791
5792if test -z "$lt_cv_sys_global_symbol_pipe"; then
5793 lt_cv_sys_global_symbol_to_cdecl=
5794fi
5795if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5797$as_echo "failed" >&6; }
5798else
5799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5800$as_echo "ok" >&6; }
5801fi
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824# Check whether --enable-libtool-lock was given.
5825if test "${enable_libtool_lock+set}" = set; then :
5826 enableval=$enable_libtool_lock;
5827fi
5828
5829test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5830
5831# Some flags need to be propagated to the compiler or linker for good
5832# libtool support.
5833case $host in
5834ia64-*-hpux*)
5835 # Find out which ABI we are using.
5836 echo 'int i;' > conftest.$ac_ext
5837 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5838 (eval $ac_compile) 2>&5
5839 ac_status=$?
5840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5841 test $ac_status = 0; }; then
5842 case `/usr/bin/file conftest.$ac_objext` in
5843 *ELF-32*)
5844 HPUX_IA64_MODE="32"
5845 ;;
5846 *ELF-64*)
5847 HPUX_IA64_MODE="64"
5848 ;;
5849 esac
5850 fi
5851 rm -rf conftest*
5852 ;;
5853*-*-irix6*)
5854 # Find out which ABI we are using.
5855 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5856 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5857 (eval $ac_compile) 2>&5
5858 ac_status=$?
5859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5860 test $ac_status = 0; }; then
5861 if test "$lt_cv_prog_gnu_ld" = yes; then
5862 case `/usr/bin/file conftest.$ac_objext` in
5863 *32-bit*)
5864 LD="${LD-ld} -melf32bsmip"
5865 ;;
5866 *N32*)
5867 LD="${LD-ld} -melf32bmipn32"
5868 ;;
5869 *64-bit*)
5870 LD="${LD-ld} -melf64bmip"
5871 ;;
5872 esac
5873 else
5874 case `/usr/bin/file conftest.$ac_objext` in
5875 *32-bit*)
5876 LD="${LD-ld} -32"
5877 ;;
5878 *N32*)
5879 LD="${LD-ld} -n32"
5880 ;;
5881 *64-bit*)
5882 LD="${LD-ld} -64"
5883 ;;
5884 esac
5885 fi
5886 fi
5887 rm -rf conftest*
5888 ;;
5889
bf3d9781 5890x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5891s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5892 # Find out which ABI we are using.
5893 echo 'int i;' > conftest.$ac_ext
5894 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5895 (eval $ac_compile) 2>&5
5896 ac_status=$?
5897 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5898 test $ac_status = 0; }; then
5899 case `/usr/bin/file conftest.o` in
5900 *32-bit*)
5901 case $host in
5902 x86_64-*kfreebsd*-gnu)
5903 LD="${LD-ld} -m elf_i386_fbsd"
5904 ;;
5905 x86_64-*linux*)
5906 case `/usr/bin/file conftest.o` in
5907 *x86-64*)
5908 LD="${LD-ld} -m elf32_x86_64"
5909 ;;
5910 *)
5911 LD="${LD-ld} -m elf_i386"
5912 ;;
5913 esac
5914 ;;
bf3d9781
AM
5915 powerpc64le-*linux*)
5916 LD="${LD-ld} -m elf32lppclinux"
5917 ;;
5918 powerpc64-*linux*)
6bb11ab3
L
5919 LD="${LD-ld} -m elf32ppclinux"
5920 ;;
5921 s390x-*linux*)
5922 LD="${LD-ld} -m elf_s390"
5923 ;;
5924 sparc64-*linux*)
5925 LD="${LD-ld} -m elf32_sparc"
5926 ;;
5927 esac
5928 ;;
5929 *64-bit*)
5930 case $host in
5931 x86_64-*kfreebsd*-gnu)
5932 LD="${LD-ld} -m elf_x86_64_fbsd"
5933 ;;
5934 x86_64-*linux*)
5935 LD="${LD-ld} -m elf_x86_64"
5936 ;;
bf3d9781
AM
5937 powerpcle-*linux*)
5938 LD="${LD-ld} -m elf64lppc"
5939 ;;
5940 powerpc-*linux*)
6bb11ab3
L
5941 LD="${LD-ld} -m elf64ppc"
5942 ;;
5943 s390*-*linux*|s390*-*tpf*)
5944 LD="${LD-ld} -m elf64_s390"
5945 ;;
5946 sparc*-*linux*)
5947 LD="${LD-ld} -m elf64_sparc"
5948 ;;
5949 esac
5950 ;;
5951 esac
5952 fi
5953 rm -rf conftest*
5954 ;;
5955
5956*-*-sco3.2v5*)
5957 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5958 SAVE_CFLAGS="$CFLAGS"
5959 CFLAGS="$CFLAGS -belf"
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5961$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5962if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5963 $as_echo_n "(cached) " >&6
5964else
5965 ac_ext=c
5966ac_cpp='$CPP $CPPFLAGS'
5967ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5968ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5969ac_compiler_gnu=$ac_cv_c_compiler_gnu
5970
5971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5972/* end confdefs.h. */
5973
5974int
5975main ()
5976{
5977
5978 ;
5979 return 0;
5980}
5981_ACEOF
5982if ac_fn_c_try_link "$LINENO"; then :
5983 lt_cv_cc_needs_belf=yes
5984else
5985 lt_cv_cc_needs_belf=no
5986fi
5987rm -f core conftest.err conftest.$ac_objext \
5988 conftest$ac_exeext conftest.$ac_ext
5989 ac_ext=c
5990ac_cpp='$CPP $CPPFLAGS'
5991ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5992ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5993ac_compiler_gnu=$ac_cv_c_compiler_gnu
5994
5995fi
5996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5997$as_echo "$lt_cv_cc_needs_belf" >&6; }
5998 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5999 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6000 CFLAGS="$SAVE_CFLAGS"
6001 fi
6002 ;;
6003sparc*-*solaris*)
6004 # Find out which ABI we are using.
6005 echo 'int i;' > conftest.$ac_ext
6006 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6007 (eval $ac_compile) 2>&5
6008 ac_status=$?
6009 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6010 test $ac_status = 0; }; then
6011 case `/usr/bin/file conftest.o` in
6012 *64-bit*)
6013 case $lt_cv_prog_gnu_ld in
6014 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6015 *)
6016 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6017 LD="${LD-ld} -64"
6018 fi
6019 ;;
6020 esac
6021 ;;
6022 esac
6023 fi
6024 rm -rf conftest*
6025 ;;
6026esac
6027
6028need_locks="$enable_libtool_lock"
6029
6030
6031 case $host_os in
6032 rhapsody* | darwin*)
6033 if test -n "$ac_tool_prefix"; then
6034 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6035set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6037$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6038if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
6039 $as_echo_n "(cached) " >&6
6040else
6041 if test -n "$DSYMUTIL"; then
6042 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6043else
6044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6045for as_dir in $PATH
6046do
6047 IFS=$as_save_IFS
6048 test -z "$as_dir" && as_dir=.
6049 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6050 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6051 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6053 break 2
6054 fi
6055done
6056 done
6057IFS=$as_save_IFS
6058
6059fi
6060fi
6061DSYMUTIL=$ac_cv_prog_DSYMUTIL
6062if test -n "$DSYMUTIL"; then
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6064$as_echo "$DSYMUTIL" >&6; }
6065else
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6067$as_echo "no" >&6; }
6068fi
6069
6070
6071fi
6072if test -z "$ac_cv_prog_DSYMUTIL"; then
6073 ac_ct_DSYMUTIL=$DSYMUTIL
6074 # Extract the first word of "dsymutil", so it can be a program name with args.
6075set dummy dsymutil; ac_word=$2
6076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6077$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6078if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
6079 $as_echo_n "(cached) " >&6
6080else
6081 if test -n "$ac_ct_DSYMUTIL"; then
6082 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6083else
6084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6085for as_dir in $PATH
6086do
6087 IFS=$as_save_IFS
6088 test -z "$as_dir" && as_dir=.
6089 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6090 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6091 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6093 break 2
6094 fi
6095done
6096 done
6097IFS=$as_save_IFS
6098
6099fi
6100fi
6101ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6102if test -n "$ac_ct_DSYMUTIL"; then
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6104$as_echo "$ac_ct_DSYMUTIL" >&6; }
6105else
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6107$as_echo "no" >&6; }
6108fi
6109
6110 if test "x$ac_ct_DSYMUTIL" = x; then
6111 DSYMUTIL=":"
6112 else
6113 case $cross_compiling:$ac_tool_warned in
6114yes:)
6115{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6116$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6117ac_tool_warned=yes ;;
6118esac
6119 DSYMUTIL=$ac_ct_DSYMUTIL
6120 fi
6121else
6122 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6123fi
6124
6125 if test -n "$ac_tool_prefix"; then
6126 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6127set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6129$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6130if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6131 $as_echo_n "(cached) " >&6
6132else
6133 if test -n "$NMEDIT"; then
6134 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6135else
6136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6137for as_dir in $PATH
6138do
6139 IFS=$as_save_IFS
6140 test -z "$as_dir" && as_dir=.
6141 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6142 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6143 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6145 break 2
6146 fi
6147done
6148 done
6149IFS=$as_save_IFS
6150
6151fi
6152fi
6153NMEDIT=$ac_cv_prog_NMEDIT
6154if test -n "$NMEDIT"; then
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6156$as_echo "$NMEDIT" >&6; }
6157else
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6159$as_echo "no" >&6; }
6160fi
6161
6162
6163fi
6164if test -z "$ac_cv_prog_NMEDIT"; then
6165 ac_ct_NMEDIT=$NMEDIT
6166 # Extract the first word of "nmedit", so it can be a program name with args.
6167set dummy nmedit; ac_word=$2
6168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6169$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6170if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6171 $as_echo_n "(cached) " >&6
6172else
6173 if test -n "$ac_ct_NMEDIT"; then
6174 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6175else
6176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6177for as_dir in $PATH
6178do
6179 IFS=$as_save_IFS
6180 test -z "$as_dir" && as_dir=.
6181 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6182 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6183 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6185 break 2
6186 fi
6187done
6188 done
6189IFS=$as_save_IFS
6190
6191fi
6192fi
6193ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6194if test -n "$ac_ct_NMEDIT"; then
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6196$as_echo "$ac_ct_NMEDIT" >&6; }
6197else
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6199$as_echo "no" >&6; }
6200fi
6201
6202 if test "x$ac_ct_NMEDIT" = x; then
6203 NMEDIT=":"
6204 else
6205 case $cross_compiling:$ac_tool_warned in
6206yes:)
6207{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6208$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6209ac_tool_warned=yes ;;
6210esac
6211 NMEDIT=$ac_ct_NMEDIT
6212 fi
6213else
6214 NMEDIT="$ac_cv_prog_NMEDIT"
6215fi
6216
6217 if test -n "$ac_tool_prefix"; then
6218 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6219set dummy ${ac_tool_prefix}lipo; ac_word=$2
6220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6221$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6222if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6223 $as_echo_n "(cached) " >&6
6224else
6225 if test -n "$LIPO"; then
6226 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6227else
6228as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6229for as_dir in $PATH
6230do
6231 IFS=$as_save_IFS
6232 test -z "$as_dir" && as_dir=.
6233 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6235 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6237 break 2
6238 fi
6239done
6240 done
6241IFS=$as_save_IFS
6242
6243fi
6244fi
6245LIPO=$ac_cv_prog_LIPO
6246if test -n "$LIPO"; then
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6248$as_echo "$LIPO" >&6; }
6249else
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6251$as_echo "no" >&6; }
6252fi
6253
6254
6255fi
6256if test -z "$ac_cv_prog_LIPO"; then
6257 ac_ct_LIPO=$LIPO
6258 # Extract the first word of "lipo", so it can be a program name with args.
6259set dummy lipo; ac_word=$2
6260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6261$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6262if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6263 $as_echo_n "(cached) " >&6
6264else
6265 if test -n "$ac_ct_LIPO"; then
6266 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6267else
6268as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6269for as_dir in $PATH
6270do
6271 IFS=$as_save_IFS
6272 test -z "$as_dir" && as_dir=.
6273 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6275 ac_cv_prog_ac_ct_LIPO="lipo"
6276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6277 break 2
6278 fi
6279done
6280 done
6281IFS=$as_save_IFS
6282
6283fi
6284fi
6285ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6286if test -n "$ac_ct_LIPO"; then
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6288$as_echo "$ac_ct_LIPO" >&6; }
6289else
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6291$as_echo "no" >&6; }
6292fi
6293
6294 if test "x$ac_ct_LIPO" = x; then
6295 LIPO=":"
6296 else
6297 case $cross_compiling:$ac_tool_warned in
6298yes:)
6299{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6300$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6301ac_tool_warned=yes ;;
6302esac
6303 LIPO=$ac_ct_LIPO
6304 fi
6305else
6306 LIPO="$ac_cv_prog_LIPO"
6307fi
6308
6309 if test -n "$ac_tool_prefix"; then
6310 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6311set dummy ${ac_tool_prefix}otool; ac_word=$2
6312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6313$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6314if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6315 $as_echo_n "(cached) " >&6
6316else
6317 if test -n "$OTOOL"; then
6318 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6319else
6320as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6321for as_dir in $PATH
6322do
6323 IFS=$as_save_IFS
6324 test -z "$as_dir" && as_dir=.
6325 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6326 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6327 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6329 break 2
6330 fi
6331done
6332 done
6333IFS=$as_save_IFS
6334
6335fi
6336fi
6337OTOOL=$ac_cv_prog_OTOOL
6338if test -n "$OTOOL"; then
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6340$as_echo "$OTOOL" >&6; }
6341else
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6343$as_echo "no" >&6; }
6344fi
6345
6346
6347fi
6348if test -z "$ac_cv_prog_OTOOL"; then
6349 ac_ct_OTOOL=$OTOOL
6350 # Extract the first word of "otool", so it can be a program name with args.
6351set dummy otool; ac_word=$2
6352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6353$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6354if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6355 $as_echo_n "(cached) " >&6
6356else
6357 if test -n "$ac_ct_OTOOL"; then
6358 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6359else
6360as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6361for as_dir in $PATH
6362do
6363 IFS=$as_save_IFS
6364 test -z "$as_dir" && as_dir=.
6365 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6366 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6367 ac_cv_prog_ac_ct_OTOOL="otool"
6368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6369 break 2
6370 fi
6371done
6372 done
6373IFS=$as_save_IFS
6374
6375fi
6376fi
6377ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6378if test -n "$ac_ct_OTOOL"; then
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6380$as_echo "$ac_ct_OTOOL" >&6; }
6381else
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6383$as_echo "no" >&6; }
6384fi
6385
6386 if test "x$ac_ct_OTOOL" = x; then
6387 OTOOL=":"
6388 else
6389 case $cross_compiling:$ac_tool_warned in
6390yes:)
6391{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6392$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6393ac_tool_warned=yes ;;
6394esac
6395 OTOOL=$ac_ct_OTOOL
6396 fi
6397else
6398 OTOOL="$ac_cv_prog_OTOOL"
6399fi
6400
6401 if test -n "$ac_tool_prefix"; then
6402 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6403set dummy ${ac_tool_prefix}otool64; ac_word=$2
6404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6405$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6406if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6407 $as_echo_n "(cached) " >&6
6408else
6409 if test -n "$OTOOL64"; then
6410 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6411else
6412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6413for as_dir in $PATH
6414do
6415 IFS=$as_save_IFS
6416 test -z "$as_dir" && as_dir=.
6417 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6418 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6419 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6421 break 2
6422 fi
6423done
6424 done
6425IFS=$as_save_IFS
6426
6427fi
6428fi
6429OTOOL64=$ac_cv_prog_OTOOL64
6430if test -n "$OTOOL64"; then
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6432$as_echo "$OTOOL64" >&6; }
6433else
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6435$as_echo "no" >&6; }
6436fi
6437
6438
6439fi
6440if test -z "$ac_cv_prog_OTOOL64"; then
6441 ac_ct_OTOOL64=$OTOOL64
6442 # Extract the first word of "otool64", so it can be a program name with args.
6443set dummy otool64; ac_word=$2
6444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6445$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6446if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6447 $as_echo_n "(cached) " >&6
6448else
6449 if test -n "$ac_ct_OTOOL64"; then
6450 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6451else
6452as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6453for as_dir in $PATH
6454do
6455 IFS=$as_save_IFS
6456 test -z "$as_dir" && as_dir=.
6457 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6458 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6459 ac_cv_prog_ac_ct_OTOOL64="otool64"
6460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6461 break 2
6462 fi
6463done
6464 done
6465IFS=$as_save_IFS
6466
6467fi
6468fi
6469ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6470if test -n "$ac_ct_OTOOL64"; then
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6472$as_echo "$ac_ct_OTOOL64" >&6; }
6473else
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6475$as_echo "no" >&6; }
6476fi
6477
6478 if test "x$ac_ct_OTOOL64" = x; then
6479 OTOOL64=":"
6480 else
6481 case $cross_compiling:$ac_tool_warned in
6482yes:)
6483{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6484$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6485ac_tool_warned=yes ;;
6486esac
6487 OTOOL64=$ac_ct_OTOOL64
6488 fi
6489else
6490 OTOOL64="$ac_cv_prog_OTOOL64"
6491fi
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6520$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6521if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6522 $as_echo_n "(cached) " >&6
6523else
6524 lt_cv_apple_cc_single_mod=no
6525 if test -z "${LT_MULTI_MODULE}"; then
6526 # By default we will add the -single_module flag. You can override
6527 # by either setting the environment variable LT_MULTI_MODULE
6528 # non-empty at configure time, or by adding -multi_module to the
6529 # link flags.
6530 rm -rf libconftest.dylib*
6531 echo "int foo(void){return 1;}" > conftest.c
6532 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6533-dynamiclib -Wl,-single_module conftest.c" >&5
6534 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6535 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6536 _lt_result=$?
6537 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6538 lt_cv_apple_cc_single_mod=yes
6539 else
6540 cat conftest.err >&5
6541 fi
6542 rm -rf libconftest.dylib*
6543 rm -f conftest.*
6544 fi
6545fi
6546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6547$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6549$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6550if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6551 $as_echo_n "(cached) " >&6
6552else
6553 lt_cv_ld_exported_symbols_list=no
6554 save_LDFLAGS=$LDFLAGS
6555 echo "_main" > conftest.sym
6556 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6558/* end confdefs.h. */
6559
6560int
6561main ()
6562{
6563
6564 ;
6565 return 0;
6566}
6567_ACEOF
6568if ac_fn_c_try_link "$LINENO"; then :
6569 lt_cv_ld_exported_symbols_list=yes
6570else
6571 lt_cv_ld_exported_symbols_list=no
6572fi
6573rm -f core conftest.err conftest.$ac_objext \
6574 conftest$ac_exeext conftest.$ac_ext
6575 LDFLAGS="$save_LDFLAGS"
6576
6577fi
6578{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6579$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6581$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6582if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6583 $as_echo_n "(cached) " >&6
6584else
6585 lt_cv_ld_force_load=no
6586 cat > conftest.c << _LT_EOF
6587int forced_loaded() { return 2;}
6588_LT_EOF
6589 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6590 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6591 echo "$AR cru libconftest.a conftest.o" >&5
6592 $AR cru libconftest.a conftest.o 2>&5
6593 cat > conftest.c << _LT_EOF
6594int main() { return 0;}
6595_LT_EOF
6596 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6597 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6598 _lt_result=$?
6599 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6600 lt_cv_ld_force_load=yes
6601 else
6602 cat conftest.err >&5
6603 fi
6604 rm -f conftest.err libconftest.a conftest conftest.c
6605 rm -rf conftest.dSYM
6606
6607fi
6608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6609$as_echo "$lt_cv_ld_force_load" >&6; }
6610 case $host_os in
6611 rhapsody* | darwin1.[012])
6612 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6613 darwin1.*)
6614 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6615 darwin*) # darwin 5.x on
6616 # if running on 10.5 or later, the deployment target defaults
6617 # to the OS version, if on x86, and 10.4, the deployment
6618 # target defaults to 10.4. Don't you love it?
6619 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6620 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6621 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6622 10.[012][,.]*)
6bb11ab3
L
6623 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6624 10.*)
6625 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6626 esac
6627 ;;
6628 esac
6629 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6630 _lt_dar_single_mod='$single_module'
6631 fi
6632 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6633 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6634 else
6635 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6636 fi
6637 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6638 _lt_dsymutil='~$DSYMUTIL $lib || :'
6639 else
6640 _lt_dsymutil=
6641 fi
6642 ;;
6643 esac
6644
6645for ac_header in dlfcn.h
6646do :
6647 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6648"
d0ac1c44 6649if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6650 cat >>confdefs.h <<_ACEOF
6651#define HAVE_DLFCN_H 1
6652_ACEOF
6653
6654fi
6655
6656done
6657
6658
6659
ebe9564b 6660
6bb11ab3 6661
0cb8d851
MF
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6663$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6664if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6665 $as_echo_n "(cached) " >&6
6666else
6667 ac_cv_c_bigendian=unknown
6668 # See if we're dealing with a universal compiler.
6669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6670/* end confdefs.h. */
6671#ifndef __APPLE_CC__
6672 not a universal capable compiler
6673 #endif
6674 typedef int dummy;
6675
6676_ACEOF
6677if ac_fn_c_try_compile "$LINENO"; then :
6678
6679 # Check for potential -arch flags. It is not universal unless
6680 # there are at least two -arch flags with different values.
6681 ac_arch=
6682 ac_prev=
6683 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6684 if test -n "$ac_prev"; then
6685 case $ac_word in
6686 i?86 | x86_64 | ppc | ppc64)
6687 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6688 ac_arch=$ac_word
6689 else
6690 ac_cv_c_bigendian=universal
6691 break
6692 fi
6693 ;;
6694 esac
6695 ac_prev=
6696 elif test "x$ac_word" = "x-arch"; then
6697 ac_prev=arch
6698 fi
6699 done
6700fi
6701rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6702 if test $ac_cv_c_bigendian = unknown; then
6703 # See if sys/param.h defines the BYTE_ORDER macro.
6704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6705/* end confdefs.h. */
6706#include <sys/types.h>
6707 #include <sys/param.h>
6708
6709int
6710main ()
6711{
6712#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6713 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6714 && LITTLE_ENDIAN)
6715 bogus endian macros
6716 #endif
6717
6718 ;
6719 return 0;
6720}
6721_ACEOF
6722if ac_fn_c_try_compile "$LINENO"; then :
6723 # It does; now see whether it defined to BIG_ENDIAN or not.
6724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6725/* end confdefs.h. */
6726#include <sys/types.h>
6727 #include <sys/param.h>
6728
6729int
6730main ()
6731{
6732#if BYTE_ORDER != BIG_ENDIAN
6733 not big endian
6734 #endif
6735
6736 ;
6737 return 0;
6738}
6739_ACEOF
6740if ac_fn_c_try_compile "$LINENO"; then :
6741 ac_cv_c_bigendian=yes
6742else
6743 ac_cv_c_bigendian=no
6744fi
6745rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6746fi
6747rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6748 fi
6749 if test $ac_cv_c_bigendian = unknown; then
6750 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6752/* end confdefs.h. */
6753#include <limits.h>
6754
6755int
6756main ()
6757{
6758#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6759 bogus endian macros
6760 #endif
6761
6762 ;
6763 return 0;
6764}
6765_ACEOF
6766if ac_fn_c_try_compile "$LINENO"; then :
6767 # It does; now see whether it defined to _BIG_ENDIAN or not.
6768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6769/* end confdefs.h. */
6770#include <limits.h>
6771
6772int
6773main ()
6774{
6775#ifndef _BIG_ENDIAN
6776 not big endian
6777 #endif
6778
6779 ;
6780 return 0;
6781}
6782_ACEOF
6783if ac_fn_c_try_compile "$LINENO"; then :
6784 ac_cv_c_bigendian=yes
6785else
6786 ac_cv_c_bigendian=no
6787fi
6788rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6789fi
6790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6791 fi
6792 if test $ac_cv_c_bigendian = unknown; then
6793 # Compile a test program.
6794 if test "$cross_compiling" = yes; then :
6795 # Try to guess by grepping values from an object file.
6796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6797/* end confdefs.h. */
6798short int ascii_mm[] =
6799 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6800 short int ascii_ii[] =
6801 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6802 int use_ascii (int i) {
6803 return ascii_mm[i] + ascii_ii[i];
6804 }
6805 short int ebcdic_ii[] =
6806 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6807 short int ebcdic_mm[] =
6808 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6809 int use_ebcdic (int i) {
6810 return ebcdic_mm[i] + ebcdic_ii[i];
6811 }
6812 extern int foo;
6813
6814int
6815main ()
6816{
6817return use_ascii (foo) == use_ebcdic (foo);
6818 ;
6819 return 0;
6820}
6821_ACEOF
6822if ac_fn_c_try_compile "$LINENO"; then :
6823 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6824 ac_cv_c_bigendian=yes
6825 fi
6826 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6827 if test "$ac_cv_c_bigendian" = unknown; then
6828 ac_cv_c_bigendian=no
6829 else
6830 # finding both strings is unlikely to happen, but who knows?
6831 ac_cv_c_bigendian=unknown
6832 fi
6833 fi
6834fi
6835rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6836else
6837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6838/* end confdefs.h. */
6839$ac_includes_default
6840int
6841main ()
6842{
6843
6844 /* Are we little or big endian? From Harbison&Steele. */
6845 union
6846 {
6847 long int l;
6848 char c[sizeof (long int)];
6849 } u;
6850 u.l = 1;
6851 return u.c[sizeof (long int) - 1] == 1;
6852
6853 ;
6854 return 0;
6855}
6856_ACEOF
6857if ac_fn_c_try_run "$LINENO"; then :
6858 ac_cv_c_bigendian=no
6859else
6860 ac_cv_c_bigendian=yes
6861fi
6862rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6863 conftest.$ac_objext conftest.beam conftest.$ac_ext
6864fi
6865
6866 fi
6867fi
6868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6869$as_echo "$ac_cv_c_bigendian" >&6; }
6870 case $ac_cv_c_bigendian in #(
6871 yes)
6872 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6873;; #(
6874 no)
6875 ;; #(
6876 universal)
6877
6878$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6879
6880 ;; #(
6881 *)
d0ac1c44 6882 as_fn_error $? "unknown endianness
0cb8d851
MF
6883 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6884 esac
6885
6bb11ab3
L
6886
6887
6888
c25ea03d
MF
6889if test "x$cross_compiling" = "xno"; then
6890 : "${CC_FOR_BUILD:=\$(CC)}"
6891 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6892 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d
MF
6893else
6894 : "${CC_FOR_BUILD:=gcc}"
6895 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6896 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6897fi
6898
6899
6900
c25ea03d 6901
c2783492 6902
a3e2cc64
MF
6903if test -n "$ac_tool_prefix"; then
6904 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6905set dummy ${ac_tool_prefix}ar; ac_word=$2
6906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6907$as_echo_n "checking for $ac_word... " >&6; }
6908if ${ac_cv_prog_AR+:} false; then :
6909 $as_echo_n "(cached) " >&6
6910else
6911 if test -n "$AR"; then
6912 ac_cv_prog_AR="$AR" # Let the user override the test.
6913else
6914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6915for as_dir in $PATH
6916do
6917 IFS=$as_save_IFS
6918 test -z "$as_dir" && as_dir=.
6919 for ac_exec_ext in '' $ac_executable_extensions; do
6920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6921 ac_cv_prog_AR="${ac_tool_prefix}ar"
6922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6923 break 2
6924 fi
6925done
6926 done
6927IFS=$as_save_IFS
6928
6929fi
6930fi
6931AR=$ac_cv_prog_AR
6932if test -n "$AR"; then
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6934$as_echo "$AR" >&6; }
6935else
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6937$as_echo "no" >&6; }
6938fi
6939
6940
6941fi
6942if test -z "$ac_cv_prog_AR"; then
6943 ac_ct_AR=$AR
6944 # Extract the first word of "ar", so it can be a program name with args.
6945set dummy ar; ac_word=$2
6946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6947$as_echo_n "checking for $ac_word... " >&6; }
6948if ${ac_cv_prog_ac_ct_AR+:} false; then :
6949 $as_echo_n "(cached) " >&6
6950else
6951 if test -n "$ac_ct_AR"; then
6952 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6953else
6954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6955for as_dir in $PATH
6956do
6957 IFS=$as_save_IFS
6958 test -z "$as_dir" && as_dir=.
6959 for ac_exec_ext in '' $ac_executable_extensions; do
6960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6961 ac_cv_prog_ac_ct_AR="ar"
6962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6963 break 2
6964 fi
6965done
6966 done
6967IFS=$as_save_IFS
6968
6969fi
6970fi
6971ac_ct_AR=$ac_cv_prog_ac_ct_AR
6972if test -n "$ac_ct_AR"; then
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6974$as_echo "$ac_ct_AR" >&6; }
6975else
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6977$as_echo "no" >&6; }
6978fi
6979
6980 if test "x$ac_ct_AR" = x; then
6981 AR=""
6982 else
6983 case $cross_compiling:$ac_tool_warned in
6984yes:)
6985{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6986$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6987ac_tool_warned=yes ;;
6988esac
6989 AR=$ac_ct_AR
6990 fi
6991else
6992 AR="$ac_cv_prog_AR"
6993fi
6bb11ab3
L
6994
6995if test -n "$ac_tool_prefix"; then
6996 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6997set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6999$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7000if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
7001 $as_echo_n "(cached) " >&6
7002else
7003 if test -n "$RANLIB"; then
7004 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7005else
7006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7007for as_dir in $PATH
7008do
7009 IFS=$as_save_IFS
7010 test -z "$as_dir" && as_dir=.
7011 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7012 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7013 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7015 break 2
7016 fi
7017done
7018 done
7019IFS=$as_save_IFS
7020
7021fi
7022fi
7023RANLIB=$ac_cv_prog_RANLIB
7024if test -n "$RANLIB"; then
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7026$as_echo "$RANLIB" >&6; }
7027else
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7029$as_echo "no" >&6; }
7030fi
7031
7032
7033fi
7034if test -z "$ac_cv_prog_RANLIB"; then
7035 ac_ct_RANLIB=$RANLIB
7036 # Extract the first word of "ranlib", so it can be a program name with args.
7037set dummy ranlib; ac_word=$2
7038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7039$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7040if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7041 $as_echo_n "(cached) " >&6
7042else
7043 if test -n "$ac_ct_RANLIB"; then
7044 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7045else
7046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7047for as_dir in $PATH
7048do
7049 IFS=$as_save_IFS
7050 test -z "$as_dir" && as_dir=.
7051 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7052 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7053 ac_cv_prog_ac_ct_RANLIB="ranlib"
7054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7055 break 2
7056 fi
7057done
7058 done
7059IFS=$as_save_IFS
7060
7061fi
7062fi
7063ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7064if test -n "$ac_ct_RANLIB"; then
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7066$as_echo "$ac_ct_RANLIB" >&6; }
7067else
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7069$as_echo "no" >&6; }
7070fi
7071
7072 if test "x$ac_ct_RANLIB" = x; then
7073 RANLIB=":"
7074 else
7075 case $cross_compiling:$ac_tool_warned in
7076yes:)
7077{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7078$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7079ac_tool_warned=yes ;;
7080esac
7081 RANLIB=$ac_ct_RANLIB
7082 fi
7083else
7084 RANLIB="$ac_cv_prog_RANLIB"
7085fi
7086
7087
46f900c0
MF
7088# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
7089# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
7090# is C99. So handle it ourselves.
7091:
7092C_DIALECT=
7093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7094$as_echo_n "checking whether C11 is supported by default... " >&6; }
7095cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7096/* end confdefs.h. */
7097
7098#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7099# error "C11 support not found"
7100#endif
7101
7102_ACEOF
7103if ac_fn_c_try_compile "$LINENO"; then :
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7105$as_echo "yes" >&6; }
7106else
7107
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7109$as_echo "no" >&6; }
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7111$as_echo_n "checking for -std=c11 support... " >&6; }
7112 ac_save_CC="$CC"
7113 CC="$CC -std=c11"
7114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7115/* end confdefs.h. */
7116
7117#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7118# error "C11 support not found"
7119#endif
7120
7121_ACEOF
7122if ac_fn_c_try_compile "$LINENO"; then :
7123
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7125$as_echo "yes" >&6; }
7126 CC="$ac_save_CC"
7127 C_DIALECT="-std=c11"
7128
7129else
7130 as_fn_error $? "C11 is required" "$LINENO" 5
7131fi
7132rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7133fi
7134rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7135
7136
c2783492
MF
7137ac_config_headers="$ac_config_headers config.h:config.in"
7138
7139
6bb11ab3
L
7140# Some of the common include files depend on bfd.h, and bfd.h checks
7141# that config.h is included first by testing that the PACKAGE macro
7142# is defined.
7143PACKAGE=sim
7144
7145cat >>confdefs.h <<_ACEOF
7146#define PACKAGE "$PACKAGE"
7147_ACEOF
7148
7149
7150
7151# Dependency checking.
7152ac_config_commands="$ac_config_commands depdir"
7153
7154
7155depcc="$CC" am_compiler_list=
7156
7157am_depcomp=$ac_aux_dir/depcomp
7158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7159$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7160if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
7161 $as_echo_n "(cached) " >&6
7162else
7163 if test -f "$am_depcomp"; then
7164 # We make a subdir and do the tests there. Otherwise we can end up
7165 # making bogus files that we don't know about and never remove. For
7166 # instance it was reported that on HP-UX the gcc test will end up
7167 # making a dummy file named `D' -- because `-MD' means `put the output
7168 # in D'.
7169 mkdir conftest.dir
7170 # Copy depcomp to subdir because otherwise we won't find it if we're
7171 # using a relative directory.
7172 cp "$am_depcomp" conftest.dir
7173 cd conftest.dir
7174 # We will build objects and dependencies in a subdirectory because
7175 # it helps to detect inapplicable dependency modes. For instance
7176 # both Tru64's cc and ICC support -MD to output dependencies as a
7177 # side effect of compilation, but ICC will put the dependencies in
7178 # the current directory while Tru64 will put them in the object
7179 # directory.
7180 mkdir sub
7181
7182 am_cv_CC_dependencies_compiler_type=none
7183 if test "$am_compiler_list" = ""; then
7184 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7185 fi
7186 for depmode in $am_compiler_list; do
7187 if test $depmode = none; then break; fi
7188
7189 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7190 # Setup a source with many dependencies, because some compilers
7191 # like to wrap large dependency lists on column 80 (with \), and
7192 # we should not choose a depcomp mode which is confused by this.
7193 #
7194 # We need to recreate these files for each test, as the compiler may
7195 # overwrite some of them when testing with obscure command lines.
7196 # This happens at least with the AIX C compiler.
7197 : > sub/conftest.c
7198 for i in 1 2 3 4 5 6; do
7199 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7200 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7201 # Solaris 8's {/usr,}/bin/sh.
7202 touch sub/conftst$i.h
7203 done
7204 echo "include sub/conftest.Po" > confmf
7205
7206 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7207 # mode. It turns out that the SunPro C++ compiler does not properly
7208 # handle `-M -o', and we need to detect this.
7209 depcmd="depmode=$depmode \
7210 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7211 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7212 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7213 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7214 if env $depcmd > conftest.err 2>&1 &&
7215 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7216 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7217 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7218 # icc doesn't choke on unknown options, it will just issue warnings
7219 # or remarks (even with -Werror). So we grep stderr for any message
7220 # that says an option was ignored or not supported.
7221 # When given -MP, icc 7.0 and 7.1 complain thusly:
7222 # icc: Command line warning: ignoring option '-M'; no argument required
7223 # The diagnosis changed in icc 8.0:
7224 # icc: Command line remark: option '-MP' not supported
7225 if (grep 'ignoring option' conftest.err ||
7226 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7227 am_cv_CC_dependencies_compiler_type=$depmode
7228 $as_echo "$as_me:$LINENO: success" >&5
7229 break
7230 fi
7231 fi
7232 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7233 sed -e 's/^/| /' < conftest.err >&5
7234 done
7235
7236 cd ..
7237 rm -rf conftest.dir
7238else
7239 am_cv_CC_dependencies_compiler_type=none
7240fi
7241
7242fi
7243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7244$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7245if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7246then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7247else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7248
7249fi
7250
7251
7252# Check for the 'make' the user wants to use.
7253for ac_prog in make
7254do
7255 # Extract the first word of "$ac_prog", so it can be a program name with args.
7256set dummy $ac_prog; ac_word=$2
7257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7258$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7259if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7260 $as_echo_n "(cached) " >&6
7261else
7262 if test -n "$MAKE"; then
7263 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7264else
7265as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7266for as_dir in $PATH
7267do
7268 IFS=$as_save_IFS
7269 test -z "$as_dir" && as_dir=.
7270 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7271 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7272 ac_cv_prog_MAKE="$ac_prog"
7273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7274 break 2
7275 fi
7276done
7277 done
7278IFS=$as_save_IFS
7279
7280fi
7281fi
7282MAKE=$ac_cv_prog_MAKE
7283if test -n "$MAKE"; then
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7285$as_echo "$MAKE" >&6; }
7286else
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7288$as_echo "no" >&6; }
7289fi
7290
7291
7292 test -n "$MAKE" && break
7293done
7294
7295MAKE_IS_GNU=
7296case "`$MAKE --version 2>&1 | sed 1q`" in
7297 *GNU*)
7298 MAKE_IS_GNU=yes
7299 ;;
7300esac
7301 if test "$MAKE_IS_GNU" = yes; then
7302 GMAKE_TRUE=
7303 GMAKE_FALSE='#'
7304else
7305 GMAKE_TRUE='#'
7306 GMAKE_FALSE=
7307fi
7308
7309
7310ALL_LINGUAS=
7311# If we haven't got the data from the intl directory,
7312# assume NLS is disabled.
7313USE_NLS=no
7314LIBINTL=
7315LIBINTL_DEP=
7316INCINTL=
7317XGETTEXT=
7318GMSGFMT=
7319POSUB=
7320
7321if test -f ../../intl/config.intl; then
7322 . ../../intl/config.intl
7323fi
7324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7325$as_echo_n "checking whether NLS is requested... " >&6; }
7326if test x"$USE_NLS" != xyes; then
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7328$as_echo "no" >&6; }
7329else
7330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7331$as_echo "yes" >&6; }
7332
7333$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7334
7335
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7337$as_echo_n "checking for catalogs to be installed... " >&6; }
7338 # Look for .po and .gmo files in the source directory.
7339 CATALOGS=
7340 XLINGUAS=
7341 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7342 # If there aren't any .gmo files the shell will give us the
7343 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7344 # weeded out.
7345 case "$cat" in *\**)
7346 continue;;
7347 esac
7348 # The quadruple backslash is collapsed to a double backslash
7349 # by the backticks, then collapsed again by the double quotes,
7350 # leaving us with one backslash in the sed expression (right
7351 # before the dot that mustn't act as a wildcard).
7352 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7353 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7354 # The user is allowed to set LINGUAS to a list of languages to
7355 # install catalogs for. If it's empty that means "all of them."
7356 if test "x$LINGUAS" = x; then
7357 CATALOGS="$CATALOGS $cat"
7358 XLINGUAS="$XLINGUAS $lang"
7359 else
7360 case "$LINGUAS" in *$lang*)
7361 CATALOGS="$CATALOGS $cat"
7362 XLINGUAS="$XLINGUAS $lang"
7363 ;;
7364 esac
7365 fi
7366 done
7367 LINGUAS="$XLINGUAS"
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7369$as_echo "$LINGUAS" >&6; }
7370
7371
7372 DATADIRNAME=share
7373
7374 INSTOBJEXT=.mo
7375
7376 GENCAT=gencat
7377
7378 CATOBJEXT=.gmo
7379
7380fi
7381
7382# Check for common headers.
68ed2854 7383# NB: You can assume C11 headers exist.
6bb11ab3 7384
936df756
MF
7385
7386ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7387#include <sys/types.h>
7388#endif
7389#ifdef HAVE_SYS_STAT_H
7390#include <sys/stat.h>
7391#endif
7392"
d0ac1c44 7393if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7394
7395cat >>confdefs.h <<_ACEOF
7396#define HAVE_STRUCT_STAT_ST_DEV 1
7397_ACEOF
7398
7399
7400fi
7401ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7402#include <sys/types.h>
7403#endif
7404#ifdef HAVE_SYS_STAT_H
7405#include <sys/stat.h>
7406#endif
7407"
d0ac1c44 7408if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7409
7410cat >>confdefs.h <<_ACEOF
7411#define HAVE_STRUCT_STAT_ST_INO 1
7412_ACEOF
7413
7414
7415fi
7416ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7417#include <sys/types.h>
7418#endif
7419#ifdef HAVE_SYS_STAT_H
7420#include <sys/stat.h>
7421#endif
7422"
d0ac1c44 7423if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7424
7425cat >>confdefs.h <<_ACEOF
7426#define HAVE_STRUCT_STAT_ST_MODE 1
7427_ACEOF
7428
7429
7430fi
7431ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7432#include <sys/types.h>
7433#endif
7434#ifdef HAVE_SYS_STAT_H
7435#include <sys/stat.h>
7436#endif
7437"
d0ac1c44 7438if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7439
7440cat >>confdefs.h <<_ACEOF
7441#define HAVE_STRUCT_STAT_ST_NLINK 1
7442_ACEOF
7443
7444
7445fi
7446ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7447#include <sys/types.h>
7448#endif
7449#ifdef HAVE_SYS_STAT_H
7450#include <sys/stat.h>
7451#endif
7452"
d0ac1c44 7453if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7454
7455cat >>confdefs.h <<_ACEOF
7456#define HAVE_STRUCT_STAT_ST_UID 1
7457_ACEOF
7458
7459
7460fi
7461ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7462#include <sys/types.h>
7463#endif
7464#ifdef HAVE_SYS_STAT_H
7465#include <sys/stat.h>
7466#endif
7467"
d0ac1c44 7468if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7469
7470cat >>confdefs.h <<_ACEOF
7471#define HAVE_STRUCT_STAT_ST_GID 1
7472_ACEOF
7473
7474
7475fi
7476ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7477#include <sys/types.h>
7478#endif
7479#ifdef HAVE_SYS_STAT_H
7480#include <sys/stat.h>
7481#endif
7482"
d0ac1c44 7483if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7484
7485cat >>confdefs.h <<_ACEOF
7486#define HAVE_STRUCT_STAT_ST_RDEV 1
7487_ACEOF
7488
7489
7490fi
7491ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7492#include <sys/types.h>
7493#endif
7494#ifdef HAVE_SYS_STAT_H
7495#include <sys/stat.h>
7496#endif
7497"
d0ac1c44 7498if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7499
7500cat >>confdefs.h <<_ACEOF
7501#define HAVE_STRUCT_STAT_ST_SIZE 1
7502_ACEOF
7503
7504
7505fi
7506ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7507#include <sys/types.h>
7508#endif
7509#ifdef HAVE_SYS_STAT_H
7510#include <sys/stat.h>
7511#endif
7512"
d0ac1c44 7513if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7514
7515cat >>confdefs.h <<_ACEOF
7516#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7517_ACEOF
7518
7519
7520fi
7521ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7522#include <sys/types.h>
7523#endif
7524#ifdef HAVE_SYS_STAT_H
7525#include <sys/stat.h>
7526#endif
7527"
d0ac1c44 7528if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7529
7530cat >>confdefs.h <<_ACEOF
7531#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7532_ACEOF
7533
7534
7535fi
7536ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7537#include <sys/types.h>
7538#endif
7539#ifdef HAVE_SYS_STAT_H
7540#include <sys/stat.h>
7541#endif
7542"
d0ac1c44 7543if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7544
7545cat >>confdefs.h <<_ACEOF
7546#define HAVE_STRUCT_STAT_ST_ATIME 1
7547_ACEOF
7548
7549
7550fi
7551ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7552#include <sys/types.h>
7553#endif
7554#ifdef HAVE_SYS_STAT_H
7555#include <sys/stat.h>
7556#endif
7557"
d0ac1c44 7558if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7559
7560cat >>confdefs.h <<_ACEOF
7561#define HAVE_STRUCT_STAT_ST_MTIME 1
7562_ACEOF
7563
7564
7565fi
7566ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7567#include <sys/types.h>
7568#endif
7569#ifdef HAVE_SYS_STAT_H
7570#include <sys/stat.h>
7571#endif
7572"
d0ac1c44 7573if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7574
7575cat >>confdefs.h <<_ACEOF
7576#define HAVE_STRUCT_STAT_ST_CTIME 1
7577_ACEOF
7578
7579
7580fi
7581
7582ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7583#include <sys/socket.h>
7584
7585"
d0ac1c44 7586if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7587
7588cat >>confdefs.h <<_ACEOF
7589#define HAVE_SOCKLEN_T 1
7590_ACEOF
7591
7592
7593fi
7594
6bb11ab3
L
7595
7596# Check for socket libraries
7597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7598$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7599if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7600 $as_echo_n "(cached) " >&6
7601else
7602 ac_check_lib_save_LIBS=$LIBS
7603LIBS="-lsocket $LIBS"
7604cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7605/* end confdefs.h. */
7606
7607/* Override any GCC internal prototype to avoid an error.
7608 Use char because int might match the return type of a GCC
7609 builtin and then its argument prototype would still apply. */
7610#ifdef __cplusplus
7611extern "C"
7612#endif
7613char bind ();
7614int
7615main ()
7616{
7617return bind ();
7618 ;
7619 return 0;
7620}
7621_ACEOF
7622if ac_fn_c_try_link "$LINENO"; then :
7623 ac_cv_lib_socket_bind=yes
7624else
7625 ac_cv_lib_socket_bind=no
7626fi
7627rm -f core conftest.err conftest.$ac_objext \
7628 conftest$ac_exeext conftest.$ac_ext
7629LIBS=$ac_check_lib_save_LIBS
7630fi
7631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7632$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7633if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7634 cat >>confdefs.h <<_ACEOF
7635#define HAVE_LIBSOCKET 1
7636_ACEOF
7637
7638 LIBS="-lsocket $LIBS"
7639
7640fi
7641
7642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7643$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7644if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7645 $as_echo_n "(cached) " >&6
7646else
7647 ac_check_lib_save_LIBS=$LIBS
7648LIBS="-lnsl $LIBS"
7649cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7650/* end confdefs.h. */
7651
7652/* Override any GCC internal prototype to avoid an error.
7653 Use char because int might match the return type of a GCC
7654 builtin and then its argument prototype would still apply. */
7655#ifdef __cplusplus
7656extern "C"
7657#endif
7658char gethostbyname ();
7659int
7660main ()
7661{
7662return gethostbyname ();
7663 ;
7664 return 0;
7665}
7666_ACEOF
7667if ac_fn_c_try_link "$LINENO"; then :
7668 ac_cv_lib_nsl_gethostbyname=yes
7669else
7670 ac_cv_lib_nsl_gethostbyname=no
7671fi
7672rm -f core conftest.err conftest.$ac_objext \
7673 conftest$ac_exeext conftest.$ac_ext
7674LIBS=$ac_check_lib_save_LIBS
7675fi
7676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7677$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7678if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7679 cat >>confdefs.h <<_ACEOF
7680#define HAVE_LIBNSL 1
7681_ACEOF
7682
7683 LIBS="-lnsl $LIBS"
7684
7685fi
7686
7687
7688# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7689# using the same condition.
7690
aadc9410 7691 # Use the system's zlib library.
7fed4b0b
L
7692 zlibdir="-L\$(top_builddir)/../zlib"
7693 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7694
aadc9410
MF
7695# Check whether --with-system-zlib was given.
7696if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7697 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7698 zlibdir=
7699 zlibinc=
7700 fi
6bb11ab3
L
7701
7702fi
7703
6bb11ab3 7704
6bb11ab3 7705
6bb11ab3
L
7706
7707
7708# BFD uses libdl when when plugins enabled.
7709
faa743bb
RM
7710 maybe_plugins=no
7711 for ac_header in dlfcn.h
7712do :
7713 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7714"
d0ac1c44 7715if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7716 cat >>confdefs.h <<_ACEOF
7717#define HAVE_DLFCN_H 1
7718_ACEOF
7719 maybe_plugins=yes
7720fi
7721
7722done
7723
7724 for ac_header in windows.h
7725do :
7726 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7727"
d0ac1c44 7728if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7729 cat >>confdefs.h <<_ACEOF
7730#define HAVE_WINDOWS_H 1
7731_ACEOF
7732 maybe_plugins=yes
7733fi
7734
7735done
7736
7737
7738 # Check whether --enable-plugins was given.
6bb11ab3
L
7739if test "${enable_plugins+set}" = set; then :
7740 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7741 no) plugins=no ;;
7742 *) plugins=yes
7743 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7744 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7745 fi ;;
7746 esac
6bb11ab3 7747else
faa743bb
RM
7748 plugins=$maybe_plugins
7749
6bb11ab3
L
7750fi
7751
2974be62 7752 if test "$plugins" = "yes"; then
37f980dc
SM
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7754$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7755if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7756 $as_echo_n "(cached) " >&6
7757else
7758 ac_func_search_save_LIBS=$LIBS
7759cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7760/* end confdefs.h. */
7761
7762/* Override any GCC internal prototype to avoid an error.
7763 Use char because int might match the return type of a GCC
7764 builtin and then its argument prototype would still apply. */
7765#ifdef __cplusplus
7766extern "C"
7767#endif
37f980dc 7768char dlsym ();
2974be62
AM
7769int
7770main ()
7771{
37f980dc 7772return dlsym ();
2974be62
AM
7773 ;
7774 return 0;
7775}
7776_ACEOF
7777for ac_lib in '' dl; do
7778 if test -z "$ac_lib"; then
7779 ac_res="none required"
7780 else
7781 ac_res=-l$ac_lib
7782 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7783 fi
7784 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7785 ac_cv_search_dlsym=$ac_res
2974be62
AM
7786fi
7787rm -f core conftest.err conftest.$ac_objext \
7788 conftest$ac_exeext
d0ac1c44 7789 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7790 break
7791fi
7792done
d0ac1c44 7793if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7794
7795else
37f980dc 7796 ac_cv_search_dlsym=no
2974be62
AM
7797fi
7798rm conftest.$ac_ext
7799LIBS=$ac_func_search_save_LIBS
7800fi
37f980dc
SM
7801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7802$as_echo "$ac_cv_search_dlsym" >&6; }
7803ac_res=$ac_cv_search_dlsym
2974be62
AM
7804if test "$ac_res" != no; then :
7805 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7806
7807fi
7808
7809 fi
6bb11ab3
L
7810
7811 if test "$plugins" = yes; then
7812 PLUGINS_TRUE=
7813 PLUGINS_FALSE='#'
7814else
7815 PLUGINS_TRUE='#'
7816 PLUGINS_FALSE=
7817fi
7818
7819
7820
7821
7822
7823# Set options
7824enable_dlopen=yes
7825
7826
7827
7828
7829 enable_win32_dll=no
7830
7831
7832 # Check whether --enable-shared was given.
7833if test "${enable_shared+set}" = set; then :
7834 enableval=$enable_shared; p=${PACKAGE-default}
7835 case $enableval in
7836 yes) enable_shared=yes ;;
7837 no) enable_shared=no ;;
7838 *)
7839 enable_shared=no
7840 # Look at the argument we got. We use all the common list separators.
7841 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7842 for pkg in $enableval; do
7843 IFS="$lt_save_ifs"
7844 if test "X$pkg" = "X$p"; then
7845 enable_shared=yes
7846 fi
7847 done
7848 IFS="$lt_save_ifs"
7849 ;;
7850 esac
7851else
7852 enable_shared=yes
7853fi
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863 # Check whether --enable-static was given.
7864if test "${enable_static+set}" = set; then :
7865 enableval=$enable_static; p=${PACKAGE-default}
7866 case $enableval in
7867 yes) enable_static=yes ;;
7868 no) enable_static=no ;;
7869 *)
7870 enable_static=no
7871 # Look at the argument we got. We use all the common list separators.
7872 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7873 for pkg in $enableval; do
7874 IFS="$lt_save_ifs"
7875 if test "X$pkg" = "X$p"; then
7876 enable_static=yes
7877 fi
7878 done
7879 IFS="$lt_save_ifs"
7880 ;;
7881 esac
7882else
7883 enable_static=yes
7884fi
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895# Check whether --with-pic was given.
7896if test "${with_pic+set}" = set; then :
7897 withval=$with_pic; pic_mode="$withval"
7898else
7899 pic_mode=default
7900fi
7901
7902
7903test -z "$pic_mode" && pic_mode=default
7904
7905
7906
7907
7908
7909
7910
7911 # Check whether --enable-fast-install was given.
7912if test "${enable_fast_install+set}" = set; then :
7913 enableval=$enable_fast_install; p=${PACKAGE-default}
7914 case $enableval in
7915 yes) enable_fast_install=yes ;;
7916 no) enable_fast_install=no ;;
7917 *)
7918 enable_fast_install=no
7919 # Look at the argument we got. We use all the common list separators.
7920 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7921 for pkg in $enableval; do
7922 IFS="$lt_save_ifs"
7923 if test "X$pkg" = "X$p"; then
7924 enable_fast_install=yes
7925 fi
7926 done
7927 IFS="$lt_save_ifs"
7928 ;;
7929 esac
7930else
7931 enable_fast_install=yes
7932fi
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944# This can be used to rebuild libtool when needed
7945LIBTOOL_DEPS="$ltmain"
7946
7947# Always use our own libtool.
7948LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975test -z "$LN_S" && LN_S="ln -s"
7976
7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
7989
7990if test -n "${ZSH_VERSION+set}" ; then
7991 setopt NO_GLOB_SUBST
7992fi
7993
7994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7995$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7996if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7997 $as_echo_n "(cached) " >&6
7998else
7999 rm -f .libs 2>/dev/null
8000mkdir .libs 2>/dev/null
8001if test -d .libs; then
8002 lt_cv_objdir=.libs
8003else
8004 # MS-DOS does not allow filenames that begin with a dot.
8005 lt_cv_objdir=_libs
8006fi
8007rmdir .libs 2>/dev/null
8008fi
8009{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8010$as_echo "$lt_cv_objdir" >&6; }
8011objdir=$lt_cv_objdir
8012
8013
8014
8015
8016
8017cat >>confdefs.h <<_ACEOF
8018#define LT_OBJDIR "$lt_cv_objdir/"
8019_ACEOF
8020
8021
8022
8023
8024case $host_os in
8025aix3*)
8026 # AIX sometimes has problems with the GCC collect2 program. For some
8027 # reason, if we set the COLLECT_NAMES environment variable, the problems
8028 # vanish in a puff of smoke.
8029 if test "X${COLLECT_NAMES+set}" != Xset; then
8030 COLLECT_NAMES=
8031 export COLLECT_NAMES
8032 fi
8033 ;;
8034esac
8035
8036# Global variables:
8037ofile=libtool
8038can_build_shared=yes
8039
8040# All known linkers require a `.a' archive for static linking (except MSVC,
8041# which needs '.lib').
8042libext=a
8043
8044with_gnu_ld="$lt_cv_prog_gnu_ld"
8045
8046old_CC="$CC"
8047old_CFLAGS="$CFLAGS"
8048
8049# Set sane defaults for various variables
8050test -z "$CC" && CC=cc
8051test -z "$LTCC" && LTCC=$CC
8052test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8053test -z "$LD" && LD=ld
8054test -z "$ac_objext" && ac_objext=o
8055
8056for cc_temp in $compiler""; do
8057 case $cc_temp in
8058 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8059 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8060 \-*) ;;
8061 *) break;;
8062 esac
8063done
8064cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8065
8066
8067# Only perform the check for file, if the check method requires it
8068test -z "$MAGIC_CMD" && MAGIC_CMD=file
8069case $deplibs_check_method in
8070file_magic*)
8071 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8073$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8074if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8075 $as_echo_n "(cached) " >&6
8076else
8077 case $MAGIC_CMD in
8078[\\/*] | ?:[\\/]*)
8079 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8080 ;;
8081*)
8082 lt_save_MAGIC_CMD="$MAGIC_CMD"
8083 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8084 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8085 for ac_dir in $ac_dummy; do
8086 IFS="$lt_save_ifs"
8087 test -z "$ac_dir" && ac_dir=.
8088 if test -f $ac_dir/${ac_tool_prefix}file; then
8089 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8090 if test -n "$file_magic_test_file"; then
8091 case $deplibs_check_method in
8092 "file_magic "*)
8093 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8094 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8095 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8096 $EGREP "$file_magic_regex" > /dev/null; then
8097 :
8098 else
8099 cat <<_LT_EOF 1>&2
8100
8101*** Warning: the command libtool uses to detect shared libraries,
8102*** $file_magic_cmd, produces output that libtool cannot recognize.
8103*** The result is that libtool may fail to recognize shared libraries
8104*** as such. This will affect the creation of libtool libraries that
8105*** depend on shared libraries, but programs linked with such libtool
8106*** libraries will work regardless of this problem. Nevertheless, you
8107*** may want to report the problem to your system manager and/or to
8108*** bug-libtool@gnu.org
8109
8110_LT_EOF
8111 fi ;;
8112 esac
8113 fi
8114 break
8115 fi
8116 done
8117 IFS="$lt_save_ifs"
8118 MAGIC_CMD="$lt_save_MAGIC_CMD"
8119 ;;
8120esac
f0569246 8121fi
f0569246 8122
6bb11ab3
L
8123MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8124if test -n "$MAGIC_CMD"; then
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8126$as_echo "$MAGIC_CMD" >&6; }
8127else
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8129$as_echo "no" >&6; }
8130fi
8131
8132
8133
8134
8135
8136if test -z "$lt_cv_path_MAGIC_CMD"; then
8137 if test -n "$ac_tool_prefix"; then
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8139$as_echo_n "checking for file... " >&6; }
d0ac1c44 8140if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8141 $as_echo_n "(cached) " >&6
8142else
8143 case $MAGIC_CMD in
8144[\\/*] | ?:[\\/]*)
8145 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8146 ;;
8147*)
8148 lt_save_MAGIC_CMD="$MAGIC_CMD"
8149 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8150 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8151 for ac_dir in $ac_dummy; do
8152 IFS="$lt_save_ifs"
8153 test -z "$ac_dir" && ac_dir=.
8154 if test -f $ac_dir/file; then
8155 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8156 if test -n "$file_magic_test_file"; then
8157 case $deplibs_check_method in
8158 "file_magic "*)
8159 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8160 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8161 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8162 $EGREP "$file_magic_regex" > /dev/null; then
8163 :
8164 else
8165 cat <<_LT_EOF 1>&2
8166
8167*** Warning: the command libtool uses to detect shared libraries,
8168*** $file_magic_cmd, produces output that libtool cannot recognize.
8169*** The result is that libtool may fail to recognize shared libraries
8170*** as such. This will affect the creation of libtool libraries that
8171*** depend on shared libraries, but programs linked with such libtool
8172*** libraries will work regardless of this problem. Nevertheless, you
8173*** may want to report the problem to your system manager and/or to
8174*** bug-libtool@gnu.org
8175
8176_LT_EOF
8177 fi ;;
8178 esac
8179 fi
8180 break
8181 fi
8182 done
8183 IFS="$lt_save_ifs"
8184 MAGIC_CMD="$lt_save_MAGIC_CMD"
8185 ;;
81ecdfbb 8186esac
6bb11ab3
L
8187fi
8188
8189MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8190if test -n "$MAGIC_CMD"; then
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8192$as_echo "$MAGIC_CMD" >&6; }
8193else
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8195$as_echo "no" >&6; }
8196fi
8197
8198
f0569246 8199 else
6bb11ab3 8200 MAGIC_CMD=:
f0569246
AC
8201 fi
8202fi
81ecdfbb 8203
6bb11ab3
L
8204 fi
8205 ;;
81ecdfbb 8206esac
6bb11ab3
L
8207
8208# Use C for the default configuration in the libtool script
8209
8210lt_save_CC="$CC"
8211ac_ext=c
8212ac_cpp='$CPP $CPPFLAGS'
8213ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8214ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8215ac_compiler_gnu=$ac_cv_c_compiler_gnu
8216
8217
8218# Source file extension for C test sources.
8219ac_ext=c
8220
8221# Object file extension for compiled C test sources.
8222objext=o
8223objext=$objext
8224
8225# Code to be used in simple compile tests
8226lt_simple_compile_test_code="int some_variable = 0;"
8227
8228# Code to be used in simple link tests
8229lt_simple_link_test_code='int main(){return(0);}'
8230
8231
8232
8233
8234
8235
8236
8237# If no C compiler was specified, use CC.
8238LTCC=${LTCC-"$CC"}
8239
8240# If no C compiler flags were specified, use CFLAGS.
8241LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8242
8243# Allow CC to be a program name with arguments.
8244compiler=$CC
8245
8246# Save the default compiler, since it gets overwritten when the other
8247# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8248compiler_DEFAULT=$CC
8249
8250# save warnings/boilerplate of simple test code
8251ac_outfile=conftest.$ac_objext
8252echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8253eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8254_lt_compiler_boilerplate=`cat conftest.err`
8255$RM conftest*
8256
8257ac_outfile=conftest.$ac_objext
8258echo "$lt_simple_link_test_code" >conftest.$ac_ext
8259eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8260_lt_linker_boilerplate=`cat conftest.err`
8261$RM -r conftest*
8262
8263
8264## CAVEAT EMPTOR:
8265## There is no encapsulation within the following macros, do not change
8266## the running order or otherwise move them around unless you know exactly
8267## what you are doing...
8268if test -n "$compiler"; then
8269
8270lt_prog_compiler_no_builtin_flag=
8271
8272if test "$GCC" = yes; then
8273 case $cc_basename in
8274 nvcc*)
8275 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8276 *)
8277 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8278 esac
6bb11ab3
L
8279
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8281$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8282if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8283 $as_echo_n "(cached) " >&6
f0569246 8284else
6bb11ab3
L
8285 lt_cv_prog_compiler_rtti_exceptions=no
8286 ac_outfile=conftest.$ac_objext
8287 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8288 lt_compiler_flag="-fno-rtti -fno-exceptions"
8289 # Insert the option either (1) after the last *FLAGS variable, or
8290 # (2) before a word containing "conftest.", or (3) at the end.
8291 # Note that $ac_compile itself does not contain backslashes and begins
8292 # with a dollar sign (not a hyphen), so the echo should work correctly.
8293 # The option is referenced via a variable to avoid confusing sed.
8294 lt_compile=`echo "$ac_compile" | $SED \
8295 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8296 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8297 -e 's:$: $lt_compiler_flag:'`
8298 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8299 (eval "$lt_compile" 2>conftest.err)
8300 ac_status=$?
8301 cat conftest.err >&5
8302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8303 if (exit $ac_status) && test -s "$ac_outfile"; then
8304 # The compiler can only warn and ignore the option if not recognized
8305 # So say no if there are warnings other than the usual output.
8306 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8307 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8308 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8309 lt_cv_prog_compiler_rtti_exceptions=yes
8310 fi
8311 fi
8312 $RM conftest*
8313
f0569246 8314fi
6bb11ab3
L
8315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8316$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8317
8318if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8319 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8320else
8321 :
8322fi
8323
8324fi
8325
8326
8327
8328
8329
8330
8331 lt_prog_compiler_wl=
8332lt_prog_compiler_pic=
8333lt_prog_compiler_static=
8334
8335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8336$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8337
8338 if test "$GCC" = yes; then
8339 lt_prog_compiler_wl='-Wl,'
8340 lt_prog_compiler_static='-static'
8341
8342 case $host_os in
8343 aix*)
8344 # All AIX code is PIC.
8345 if test "$host_cpu" = ia64; then
8346 # AIX 5 now supports IA64 processor
8347 lt_prog_compiler_static='-Bstatic'
8348 fi
8349 lt_prog_compiler_pic='-fPIC'
8350 ;;
8351
8352 amigaos*)
8353 case $host_cpu in
8354 powerpc)
8355 # see comment about AmigaOS4 .so support
8356 lt_prog_compiler_pic='-fPIC'
8357 ;;
8358 m68k)
8359 # FIXME: we need at least 68020 code to build shared libraries, but
8360 # adding the `-m68020' flag to GCC prevents building anything better,
8361 # like `-m68040'.
8362 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8363 ;;
8364 esac
8365 ;;
8366
8367 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8368 # PIC is the default for these OSes.
8369 ;;
8370
8371 mingw* | cygwin* | pw32* | os2* | cegcc*)
8372 # This hack is so that the source file can tell whether it is being
8373 # built for inclusion in a dll (and should export symbols for example).
8374 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8375 # (--disable-auto-import) libraries
8376 lt_prog_compiler_pic='-DDLL_EXPORT'
8377 ;;
8378
8379 darwin* | rhapsody*)
8380 # PIC is the default on this platform
8381 # Common symbols not allowed in MH_DYLIB files
8382 lt_prog_compiler_pic='-fno-common'
8383 ;;
8384
8385 haiku*)
8386 # PIC is the default for Haiku.
8387 # The "-static" flag exists, but is broken.
8388 lt_prog_compiler_static=
8389 ;;
8390
8391 hpux*)
8392 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8393 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8394 # sets the default TLS model and affects inlining.
8395 case $host_cpu in
8396 hppa*64*)
8397 # +Z the default
8398 ;;
8399 *)
8400 lt_prog_compiler_pic='-fPIC'
8401 ;;
8402 esac
8403 ;;
8404
8405 interix[3-9]*)
8406 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8407 # Instead, we relocate shared libraries at runtime.
8408 ;;
8409
8410 msdosdjgpp*)
8411 # Just because we use GCC doesn't mean we suddenly get shared libraries
8412 # on systems that don't support them.
8413 lt_prog_compiler_can_build_shared=no
8414 enable_shared=no
8415 ;;
8416
8417 *nto* | *qnx*)
8418 # QNX uses GNU C++, but need to define -shared option too, otherwise
8419 # it will coredump.
8420 lt_prog_compiler_pic='-fPIC -shared'
8421 ;;
8422
8423 sysv4*MP*)
8424 if test -d /usr/nec; then
8425 lt_prog_compiler_pic=-Kconform_pic
8426 fi
8427 ;;
8428
8429 *)
8430 lt_prog_compiler_pic='-fPIC'
8431 ;;
8432 esac
8433
8434 case $cc_basename in
8435 nvcc*) # Cuda Compiler Driver 2.2
8436 lt_prog_compiler_wl='-Xlinker '
8437 lt_prog_compiler_pic='-Xcompiler -fPIC'
8438 ;;
8439 esac
8440 else
8441 # PORTME Check for flag to pass linker flags through the system compiler.
8442 case $host_os in
8443 aix*)
8444 lt_prog_compiler_wl='-Wl,'
8445 if test "$host_cpu" = ia64; then
8446 # AIX 5 now supports IA64 processor
8447 lt_prog_compiler_static='-Bstatic'
8448 else
8449 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8450 fi
8451 ;;
8452
8453 mingw* | cygwin* | pw32* | os2* | cegcc*)
8454 # This hack is so that the source file can tell whether it is being
8455 # built for inclusion in a dll (and should export symbols for example).
8456 lt_prog_compiler_pic='-DDLL_EXPORT'
8457 ;;
8458
8459 hpux9* | hpux10* | hpux11*)
8460 lt_prog_compiler_wl='-Wl,'
8461 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8462 # not for PA HP-UX.
8463 case $host_cpu in
8464 hppa*64*|ia64*)
8465 # +Z the default
8466 ;;
8467 *)
8468 lt_prog_compiler_pic='+Z'
8469 ;;
8470 esac
8471 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8472 lt_prog_compiler_static='${wl}-a ${wl}archive'
8473 ;;
8474
8475 irix5* | irix6* | nonstopux*)
8476 lt_prog_compiler_wl='-Wl,'
8477 # PIC (with -KPIC) is the default.
8478 lt_prog_compiler_static='-non_shared'
8479 ;;
8480
8481 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8482 case $cc_basename in
8483 # old Intel for x86_64 which still supported -KPIC.
8484 ecc*)
8485 lt_prog_compiler_wl='-Wl,'
8486 lt_prog_compiler_pic='-KPIC'
8487 lt_prog_compiler_static='-static'
8488 ;;
8489 # icc used to be incompatible with GCC.
8490 # ICC 10 doesn't accept -KPIC any more.
8491 icc* | ifort*)
8492 lt_prog_compiler_wl='-Wl,'
8493 lt_prog_compiler_pic='-fPIC'
8494 lt_prog_compiler_static='-static'
8495 ;;
8496 # Lahey Fortran 8.1.
8497 lf95*)
8498 lt_prog_compiler_wl='-Wl,'
8499 lt_prog_compiler_pic='--shared'
8500 lt_prog_compiler_static='--static'
8501 ;;
8502 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8503 # Portland Group compilers (*not* the Pentium gcc compiler,
8504 # which looks to be a dead project)
8505 lt_prog_compiler_wl='-Wl,'
8506 lt_prog_compiler_pic='-fpic'
8507 lt_prog_compiler_static='-Bstatic'
8508 ;;
8509 ccc*)
8510 lt_prog_compiler_wl='-Wl,'
8511 # All Alpha code is PIC.
8512 lt_prog_compiler_static='-non_shared'
8513 ;;
8514 xl* | bgxl* | bgf* | mpixl*)
8515 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8516 lt_prog_compiler_wl='-Wl,'
8517 lt_prog_compiler_pic='-qpic'
8518 lt_prog_compiler_static='-qstaticlink'
8519 ;;
8520 *)
8521 case `$CC -V 2>&1 | sed 5q` in
8522 *Sun\ F* | *Sun*Fortran*)
8523 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8524 lt_prog_compiler_pic='-KPIC'
8525 lt_prog_compiler_static='-Bstatic'
8526 lt_prog_compiler_wl=''
8527 ;;
8528 *Sun\ C*)
8529 # Sun C 5.9
8530 lt_prog_compiler_pic='-KPIC'
8531 lt_prog_compiler_static='-Bstatic'
8532 lt_prog_compiler_wl='-Wl,'
8533 ;;
8534 esac
8535 ;;
8536 esac
8537 ;;
8538
8539 newsos6)
8540 lt_prog_compiler_pic='-KPIC'
8541 lt_prog_compiler_static='-Bstatic'
8542 ;;
8543
8544 *nto* | *qnx*)
8545 # QNX uses GNU C++, but need to define -shared option too, otherwise
8546 # it will coredump.
8547 lt_prog_compiler_pic='-fPIC -shared'
8548 ;;
8549
8550 osf3* | osf4* | osf5*)
8551 lt_prog_compiler_wl='-Wl,'
8552 # All OSF/1 code is PIC.
8553 lt_prog_compiler_static='-non_shared'
8554 ;;
8555
8556 rdos*)
8557 lt_prog_compiler_static='-non_shared'
8558 ;;
8559
8560 solaris*)
8561 lt_prog_compiler_pic='-KPIC'
8562 lt_prog_compiler_static='-Bstatic'
8563 case $cc_basename in
8564 f77* | f90* | f95*)
8565 lt_prog_compiler_wl='-Qoption ld ';;
8566 *)
8567 lt_prog_compiler_wl='-Wl,';;
8568 esac
8569 ;;
8570
8571 sunos4*)
8572 lt_prog_compiler_wl='-Qoption ld '
8573 lt_prog_compiler_pic='-PIC'
8574 lt_prog_compiler_static='-Bstatic'
8575 ;;
f0569246 8576
6bb11ab3
L
8577 sysv4 | sysv4.2uw2* | sysv4.3*)
8578 lt_prog_compiler_wl='-Wl,'
8579 lt_prog_compiler_pic='-KPIC'
8580 lt_prog_compiler_static='-Bstatic'
8581 ;;
f0569246 8582
6bb11ab3
L
8583 sysv4*MP*)
8584 if test -d /usr/nec ;then
8585 lt_prog_compiler_pic='-Kconform_pic'
8586 lt_prog_compiler_static='-Bstatic'
8587 fi
8588 ;;
f0569246 8589
6bb11ab3
L
8590 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8591 lt_prog_compiler_wl='-Wl,'
8592 lt_prog_compiler_pic='-KPIC'
8593 lt_prog_compiler_static='-Bstatic'
8594 ;;
8595
8596 unicos*)
8597 lt_prog_compiler_wl='-Wl,'
8598 lt_prog_compiler_can_build_shared=no
8599 ;;
8600
8601 uts4*)
8602 lt_prog_compiler_pic='-pic'
8603 lt_prog_compiler_static='-Bstatic'
8604 ;;
8605
8606 *)
8607 lt_prog_compiler_can_build_shared=no
8608 ;;
8609 esac
8610 fi
8611
8612case $host_os in
8613 # For platforms which do not support PIC, -DPIC is meaningless:
8614 *djgpp*)
8615 lt_prog_compiler_pic=
8616 ;;
8617 *)
8618 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8619 ;;
81ecdfbb 8620esac
6bb11ab3
L
8621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8622$as_echo "$lt_prog_compiler_pic" >&6; }
8623
8624
8625
8626
8627
8628
8629#
8630# Check to make sure the PIC flag actually works.
8631#
8632if test -n "$lt_prog_compiler_pic"; then
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8634$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8635if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8636 $as_echo_n "(cached) " >&6
b7026657 8637else
6bb11ab3
L
8638 lt_cv_prog_compiler_pic_works=no
8639 ac_outfile=conftest.$ac_objext
8640 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8641 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8642 # Insert the option either (1) after the last *FLAGS variable, or
8643 # (2) before a word containing "conftest.", or (3) at the end.
8644 # Note that $ac_compile itself does not contain backslashes and begins
8645 # with a dollar sign (not a hyphen), so the echo should work correctly.
8646 # The option is referenced via a variable to avoid confusing sed.
8647 lt_compile=`echo "$ac_compile" | $SED \
8648 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8649 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8650 -e 's:$: $lt_compiler_flag:'`
8651 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8652 (eval "$lt_compile" 2>conftest.err)
8653 ac_status=$?
8654 cat conftest.err >&5
8655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8656 if (exit $ac_status) && test -s "$ac_outfile"; then
8657 # The compiler can only warn and ignore the option if not recognized
8658 # So say no if there are warnings other than the usual output.
8659 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8660 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8661 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8662 lt_cv_prog_compiler_pic_works=yes
8663 fi
8664 fi
8665 $RM conftest*
b7026657 8666
b7026657 8667fi
6bb11ab3
L
8668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8669$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8670
8671if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8672 case $lt_prog_compiler_pic in
8673 "" | " "*) ;;
8674 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8675 esac
8676else
8677 lt_prog_compiler_pic=
8678 lt_prog_compiler_can_build_shared=no
f0569246 8679fi
6bb11ab3
L
8680
8681fi
8682
8683
8684
8685
8686
8687
8688#
8689# Check to make sure the static flag actually works.
8690#
8691wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8693$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8694if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8695 $as_echo_n "(cached) " >&6
f0569246 8696else
6bb11ab3
L
8697 lt_cv_prog_compiler_static_works=no
8698 save_LDFLAGS="$LDFLAGS"
8699 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8700 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8701 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8702 # The linker can only warn and ignore the option if not recognized
8703 # So say no if there are warnings
8704 if test -s conftest.err; then
8705 # Append any errors to the config.log.
8706 cat conftest.err 1>&5
8707 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8708 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8709 if diff conftest.exp conftest.er2 >/dev/null; then
8710 lt_cv_prog_compiler_static_works=yes
8711 fi
8712 else
8713 lt_cv_prog_compiler_static_works=yes
8714 fi
8715 fi
8716 $RM -r conftest*
8717 LDFLAGS="$save_LDFLAGS"
f0569246 8718
6bb11ab3
L
8719fi
8720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8721$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8722
6bb11ab3
L
8723if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8724 :
f0569246 8725else
6bb11ab3 8726 lt_prog_compiler_static=
f0569246 8727fi
b7026657 8728
6bb11ab3
L
8729
8730
8731
8732
8733
8734
8735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8736$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8737if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8738 $as_echo_n "(cached) " >&6
81ecdfbb 8739else
6bb11ab3
L
8740 lt_cv_prog_compiler_c_o=no
8741 $RM -r conftest 2>/dev/null
8742 mkdir conftest
8743 cd conftest
8744 mkdir out
8745 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8746
8747 lt_compiler_flag="-o out/conftest2.$ac_objext"
8748 # Insert the option either (1) after the last *FLAGS variable, or
8749 # (2) before a word containing "conftest.", or (3) at the end.
8750 # Note that $ac_compile itself does not contain backslashes and begins
8751 # with a dollar sign (not a hyphen), so the echo should work correctly.
8752 lt_compile=`echo "$ac_compile" | $SED \
8753 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8754 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8755 -e 's:$: $lt_compiler_flag:'`
8756 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8757 (eval "$lt_compile" 2>out/conftest.err)
8758 ac_status=$?
8759 cat out/conftest.err >&5
8760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8761 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8762 then
8763 # The compiler can only warn and ignore the option if not recognized
8764 # So say no if there are warnings
8765 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8766 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8767 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8768 lt_cv_prog_compiler_c_o=yes
8769 fi
8770 fi
8771 chmod u+w . 2>&5
8772 $RM conftest*
8773 # SGI C++ compiler will create directory out/ii_files/ for
8774 # template instantiation
8775 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8776 $RM out/* && rmdir out
8777 cd ..
8778 $RM -r conftest
8779 $RM conftest*
8780
81ecdfbb 8781fi
6bb11ab3
L
8782{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8783$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8784
8785
8786
8787
8788
8789
8790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8791$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8792if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8793 $as_echo_n "(cached) " >&6
8794else
6bb11ab3
L
8795 lt_cv_prog_compiler_c_o=no
8796 $RM -r conftest 2>/dev/null
8797 mkdir conftest
8798 cd conftest
8799 mkdir out
8800 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8801
8802 lt_compiler_flag="-o out/conftest2.$ac_objext"
8803 # Insert the option either (1) after the last *FLAGS variable, or
8804 # (2) before a word containing "conftest.", or (3) at the end.
8805 # Note that $ac_compile itself does not contain backslashes and begins
8806 # with a dollar sign (not a hyphen), so the echo should work correctly.
8807 lt_compile=`echo "$ac_compile" | $SED \
8808 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8809 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8810 -e 's:$: $lt_compiler_flag:'`
8811 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8812 (eval "$lt_compile" 2>out/conftest.err)
8813 ac_status=$?
8814 cat out/conftest.err >&5
8815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8816 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8817 then
8818 # The compiler can only warn and ignore the option if not recognized
8819 # So say no if there are warnings
8820 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8821 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8822 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8823 lt_cv_prog_compiler_c_o=yes
8824 fi
8825 fi
8826 chmod u+w . 2>&5
8827 $RM conftest*
8828 # SGI C++ compiler will create directory out/ii_files/ for
8829 # template instantiation
8830 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8831 $RM out/* && rmdir out
8832 cd ..
8833 $RM -r conftest
8834 $RM conftest*
8835
8836fi
8837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8838$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8839
8840
8841
8842
8843hard_links="nottested"
8844if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8845 # do not overwrite the value of need_locks provided by the user
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8847$as_echo_n "checking if we can lock with hard links... " >&6; }
8848 hard_links=yes
8849 $RM conftest*
8850 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8851 touch conftest.a
8852 ln conftest.a conftest.b 2>&5 || hard_links=no
8853 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8855$as_echo "$hard_links" >&6; }
8856 if test "$hard_links" = no; then
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8858$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8859 need_locks=warn
8860 fi
8861else
8862 need_locks=no
8863fi
8864
8865
8866
8867
8868
8869
8870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8871$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8872
8873 runpath_var=
8874 allow_undefined_flag=
8875 always_export_symbols=no
8876 archive_cmds=
8877 archive_expsym_cmds=
8878 compiler_needs_object=no
8879 enable_shared_with_static_runtimes=no
8880 export_dynamic_flag_spec=
8881 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8882 hardcode_automatic=no
8883 hardcode_direct=no
8884 hardcode_direct_absolute=no
8885 hardcode_libdir_flag_spec=
8886 hardcode_libdir_flag_spec_ld=
8887 hardcode_libdir_separator=
8888 hardcode_minus_L=no
8889 hardcode_shlibpath_var=unsupported
8890 inherit_rpath=no
8891 link_all_deplibs=unknown
8892 module_cmds=
8893 module_expsym_cmds=
8894 old_archive_from_new_cmds=
8895 old_archive_from_expsyms_cmds=
8896 thread_safe_flag_spec=
8897 whole_archive_flag_spec=
8898 # include_expsyms should be a list of space-separated symbols to be *always*
8899 # included in the symbol list
8900 include_expsyms=
8901 # exclude_expsyms can be an extended regexp of symbols to exclude
8902 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8903 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8904 # as well as any symbol that contains `d'.
8905 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8906 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8907 # platforms (ab)use it in PIC code, but their linkers get confused if
8908 # the symbol is explicitly referenced. Since portable code cannot
8909 # rely on this symbol name, it's probably fine to never include it in
8910 # preloaded symbol tables.
8911 # Exclude shared library initialization/finalization symbols.
8912 extract_expsyms_cmds=
8913
8914 case $host_os in
8915 cygwin* | mingw* | pw32* | cegcc*)
8916 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8917 # When not using gcc, we currently assume that we are using
8918 # Microsoft Visual C++.
8919 if test "$GCC" != yes; then
8920 with_gnu_ld=no
8921 fi
8922 ;;
8923 interix*)
8924 # we just hope/assume this is gcc and not c89 (= MSVC++)
8925 with_gnu_ld=yes
8926 ;;
8927 openbsd*)
8928 with_gnu_ld=no
8929 ;;
8930 esac
f0569246 8931
6bb11ab3
L
8932 ld_shlibs=yes
8933
8934 # On some targets, GNU ld is compatible enough with the native linker
8935 # that we're better off using the native interface for both.
8936 lt_use_gnu_ld_interface=no
8937 if test "$with_gnu_ld" = yes; then
8938 case $host_os in
8939 aix*)
8940 # The AIX port of GNU ld has always aspired to compatibility
8941 # with the native linker. However, as the warning in the GNU ld
8942 # block says, versions before 2.19.5* couldn't really create working
8943 # shared libraries, regardless of the interface used.
8944 case `$LD -v 2>&1` in
8945 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8946 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8947 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8948 *)
8949 lt_use_gnu_ld_interface=yes
8950 ;;
8951 esac
8952 ;;
8953 *)
8954 lt_use_gnu_ld_interface=yes
8955 ;;
8956 esac
8957 fi
f0569246 8958
6bb11ab3
L
8959 if test "$lt_use_gnu_ld_interface" = yes; then
8960 # If archive_cmds runs LD, not CC, wlarc should be empty
8961 wlarc='${wl}'
8962
8963 # Set some defaults for GNU ld with shared library support. These
8964 # are reset later if shared libraries are not supported. Putting them
8965 # here allows them to be overridden if necessary.
8966 runpath_var=LD_RUN_PATH
8967 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8968 export_dynamic_flag_spec='${wl}--export-dynamic'
8969 # ancient GNU ld didn't support --whole-archive et. al.
8970 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8971 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8972 else
8973 whole_archive_flag_spec=
8974 fi
8975 supports_anon_versioning=no
8976 case `$LD -v 2>&1` in
8977 *GNU\ gold*) supports_anon_versioning=yes ;;
8978 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8979 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8980 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8981 *\ 2.11.*) ;; # other 2.11 versions
8982 *) supports_anon_versioning=yes ;;
8983 esac
8984
8985 # See if GNU ld supports shared libraries.
8986 case $host_os in
8987 aix[3-9]*)
8988 # On AIX/PPC, the GNU linker is very broken
8989 if test "$host_cpu" != ia64; then
8990 ld_shlibs=no
8991 cat <<_LT_EOF 1>&2
8992
8993*** Warning: the GNU linker, at least up to release 2.19, is reported
8994*** to be unable to reliably create shared libraries on AIX.
8995*** Therefore, libtool is disabling shared libraries support. If you
8996*** really care for shared libraries, you may want to install binutils
8997*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8998*** You will then need to restart the configuration process.
8999
9000_LT_EOF
9001 fi
9002 ;;
9003
9004 amigaos*)
9005 case $host_cpu in
9006 powerpc)
9007 # see comment about AmigaOS4 .so support
9008 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9009 archive_expsym_cmds=''
9010 ;;
9011 m68k)
9012 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)'
9013 hardcode_libdir_flag_spec='-L$libdir'
9014 hardcode_minus_L=yes
9015 ;;
9016 esac
9017 ;;
9018
9019 beos*)
9020 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9021 allow_undefined_flag=unsupported
9022 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9023 # support --undefined. This deserves some investigation. FIXME
9024 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9025 else
9026 ld_shlibs=no
9027 fi
9028 ;;
9029
9030 cygwin* | mingw* | pw32* | cegcc*)
9031 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9032 # as there is no search path for DLLs.
9033 hardcode_libdir_flag_spec='-L$libdir'
9034 export_dynamic_flag_spec='${wl}--export-all-symbols'
9035 allow_undefined_flag=unsupported
9036 always_export_symbols=no
9037 enable_shared_with_static_runtimes=yes
9038 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9039
9040 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9041 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9042 # If the export-symbols file already is a .def file (1st line
9043 # is EXPORTS), use it as is; otherwise, prepend...
9044 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9045 cp $export_symbols $output_objdir/$soname.def;
9046 else
9047 echo EXPORTS > $output_objdir/$soname.def;
9048 cat $export_symbols >> $output_objdir/$soname.def;
9049 fi~
9050 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9051 else
9052 ld_shlibs=no
9053 fi
9054 ;;
9055
9056 haiku*)
9057 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9058 link_all_deplibs=yes
9059 ;;
9060
9061 interix[3-9]*)
9062 hardcode_direct=no
9063 hardcode_shlibpath_var=no
9064 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9065 export_dynamic_flag_spec='${wl}-E'
9066 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9067 # Instead, shared libraries are loaded at an image base (0x10000000 by
9068 # default) and relocated if they conflict, which is a slow very memory
9069 # consuming and fragmenting process. To avoid this, we pick a random,
9070 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9071 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9072 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9073 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'
9074 ;;
9075
9076 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9077 tmp_diet=no
9078 if test "$host_os" = linux-dietlibc; then
9079 case $cc_basename in
9080 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9081 esac
9082 fi
9083 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9084 && test "$tmp_diet" = no
9085 then
5cddc23a 9086 tmp_addflag=' $pic_flag'
6bb11ab3
L
9087 tmp_sharedflag='-shared'
9088 case $cc_basename,$host_cpu in
9089 pgcc*) # Portland Group C compiler
9090 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'
9091 tmp_addflag=' $pic_flag'
9092 ;;
9093 pgf77* | pgf90* | pgf95* | pgfortran*)
9094 # Portland Group f77 and f90 compilers
9095 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'
9096 tmp_addflag=' $pic_flag -Mnomain' ;;
9097 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9098 tmp_addflag=' -i_dynamic' ;;
9099 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9100 tmp_addflag=' -i_dynamic -nofor_main' ;;
9101 ifc* | ifort*) # Intel Fortran compiler
9102 tmp_addflag=' -nofor_main' ;;
9103 lf95*) # Lahey Fortran 8.1
9104 whole_archive_flag_spec=
9105 tmp_sharedflag='--shared' ;;
9106 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9107 tmp_sharedflag='-qmkshrobj'
9108 tmp_addflag= ;;
9109 nvcc*) # Cuda Compiler Driver 2.2
9110 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'
9111 compiler_needs_object=yes
9112 ;;
9113 esac
9114 case `$CC -V 2>&1 | sed 5q` in
9115 *Sun\ C*) # Sun C 5.9
9116 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'
9117 compiler_needs_object=yes
9118 tmp_sharedflag='-G' ;;
9119 *Sun\ F*) # Sun Fortran 8.3
9120 tmp_sharedflag='-G' ;;
9121 esac
9122 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9123
9124 if test "x$supports_anon_versioning" = xyes; then
9125 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9126 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9127 echo "local: *; };" >> $output_objdir/$libname.ver~
9128 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9129 fi
9130
9131 case $cc_basename in
9132 xlf* | bgf* | bgxlf* | mpixlf*)
9133 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9134 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9135 hardcode_libdir_flag_spec=
9136 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9137 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9138 if test "x$supports_anon_versioning" = xyes; then
9139 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9140 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9141 echo "local: *; };" >> $output_objdir/$libname.ver~
9142 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9143 fi
9144 ;;
9145 esac
9146 else
9147 ld_shlibs=no
9148 fi
9149 ;;
9150
9151 netbsd*)
9152 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9153 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9154 wlarc=
9155 else
9156 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9157 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9158 fi
9159 ;;
9160
9161 solaris*)
9162 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9163 ld_shlibs=no
9164 cat <<_LT_EOF 1>&2
9165
9166*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9167*** create shared libraries on Solaris systems. Therefore, libtool
9168*** is disabling shared libraries support. We urge you to upgrade GNU
9169*** binutils to release 2.9.1 or newer. Another option is to modify
9170*** your PATH or compiler configuration so that the native linker is
9171*** used, and then restart.
9172
9173_LT_EOF
9174 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9175 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9176 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9177 else
9178 ld_shlibs=no
9179 fi
9180 ;;
9181
9182 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9183 case `$LD -v 2>&1` in
9184 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9185 ld_shlibs=no
9186 cat <<_LT_EOF 1>&2
9187
9188*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9189*** reliably create shared libraries on SCO systems. Therefore, libtool
9190*** is disabling shared libraries support. We urge you to upgrade GNU
9191*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9192*** your PATH or compiler configuration so that the native linker is
9193*** used, and then restart.
9194
9195_LT_EOF
9196 ;;
9197 *)
9198 # For security reasons, it is highly recommended that you always
9199 # use absolute paths for naming shared libraries, and exclude the
9200 # DT_RUNPATH tag from executables and libraries. But doing so
9201 # requires that you compile everything twice, which is a pain.
9202 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9203 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9204 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9205 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9206 else
9207 ld_shlibs=no
9208 fi
9209 ;;
9210 esac
9211 ;;
9212
9213 sunos4*)
9214 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9215 wlarc=
9216 hardcode_direct=yes
9217 hardcode_shlibpath_var=no
9218 ;;
9219
9220 *)
9221 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9222 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9223 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9224 else
9225 ld_shlibs=no
9226 fi
9227 ;;
9228 esac
9229
9230 if test "$ld_shlibs" = no; then
9231 runpath_var=
9232 hardcode_libdir_flag_spec=
9233 export_dynamic_flag_spec=
9234 whole_archive_flag_spec=
9235 fi
9236 else
9237 # PORTME fill in a description of your system's linker (not GNU ld)
9238 case $host_os in
9239 aix3*)
9240 allow_undefined_flag=unsupported
9241 always_export_symbols=yes
9242 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'
9243 # Note: this linker hardcodes the directories in LIBPATH if there
9244 # are no directories specified by -L.
9245 hardcode_minus_L=yes
9246 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9247 # Neither direct hardcoding nor static linking is supported with a
9248 # broken collect2.
9249 hardcode_direct=unsupported
9250 fi
9251 ;;
9252
9253 aix[4-9]*)
9254 if test "$host_cpu" = ia64; then
9255 # On IA64, the linker does run time linking by default, so we don't
9256 # have to do anything special.
9257 aix_use_runtimelinking=no
9258 exp_sym_flag='-Bexport'
9259 no_entry_flag=""
9260 else
9261 # If we're using GNU nm, then we don't want the "-C" option.
9262 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9263 # Also, AIX nm treats weak defined symbols like other global
9264 # defined symbols, whereas GNU nm marks them as "W".
9265 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9266 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'
9267 else
5c887dd5 9268 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
9269 fi
9270 aix_use_runtimelinking=no
9271
9272 # Test if we are trying to use run time linking or normal
9273 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9274 # need to do runtime linking.
9275 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9276 for ld_flag in $LDFLAGS; do
9277 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9278 aix_use_runtimelinking=yes
9279 break
9280 fi
9281 done
9282 ;;
9283 esac
9284
9285 exp_sym_flag='-bexport'
9286 no_entry_flag='-bnoentry'
9287 fi
9288
9289 # When large executables or shared objects are built, AIX ld can
9290 # have problems creating the table of contents. If linking a library
9291 # or program results in "error TOC overflow" add -mminimal-toc to
9292 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9293 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9294
9295 archive_cmds=''
9296 hardcode_direct=yes
9297 hardcode_direct_absolute=yes
9298 hardcode_libdir_separator=':'
9299 link_all_deplibs=yes
9300 file_list_spec='${wl}-f,'
9301
9302 if test "$GCC" = yes; then
9303 case $host_os in aix4.[012]|aix4.[012].*)
9304 # We only want to do this on AIX 4.2 and lower, the check
9305 # below for broken collect2 doesn't work under 4.3+
9306 collect2name=`${CC} -print-prog-name=collect2`
9307 if test -f "$collect2name" &&
9308 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9309 then
9310 # We have reworked collect2
9311 :
9312 else
9313 # We have old collect2
9314 hardcode_direct=unsupported
9315 # It fails to find uninstalled libraries when the uninstalled
9316 # path is not listed in the libpath. Setting hardcode_minus_L
9317 # to unsupported forces relinking
9318 hardcode_minus_L=yes
9319 hardcode_libdir_flag_spec='-L$libdir'
9320 hardcode_libdir_separator=
9321 fi
9322 ;;
9323 esac
9324 shared_flag='-shared'
9325 if test "$aix_use_runtimelinking" = yes; then
9326 shared_flag="$shared_flag "'${wl}-G'
9327 fi
9328 else
9329 # not using gcc
9330 if test "$host_cpu" = ia64; then
9331 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9332 # chokes on -Wl,-G. The following line is correct:
9333 shared_flag='-G'
9334 else
9335 if test "$aix_use_runtimelinking" = yes; then
9336 shared_flag='${wl}-G'
9337 else
9338 shared_flag='${wl}-bM:SRE'
9339 fi
9340 fi
9341 fi
9342
9343 export_dynamic_flag_spec='${wl}-bexpall'
9344 # It seems that -bexpall does not export symbols beginning with
9345 # underscore (_), so it is better to generate a list of symbols to export.
9346 always_export_symbols=yes
9347 if test "$aix_use_runtimelinking" = yes; then
9348 # Warning - without using the other runtime loading flags (-brtl),
9349 # -berok will link without error, but may produce a broken library.
9350 allow_undefined_flag='-berok'
9351 # Determine the default libpath from the value encoded in an
9352 # empty executable.
9353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9354/* end confdefs.h. */
9355
9356int
9357main ()
9358{
9359
9360 ;
9361 return 0;
9362}
9363_ACEOF
6bb11ab3 9364if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 9365
6bb11ab3
L
9366lt_aix_libpath_sed='
9367 /Import File Strings/,/^$/ {
9368 /^0/ {
9369 s/^0 *\(.*\)$/\1/
9370 p
9371 }
9372 }'
9373aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9374# Check for a 64-bit object if we didn't find anything.
9375if test -z "$aix_libpath"; then
9376 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9377fi
9378fi
9379rm -f core conftest.err conftest.$ac_objext \
9380 conftest$ac_exeext conftest.$ac_ext
9381if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9382
9383 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9384 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"
9385 else
9386 if test "$host_cpu" = ia64; then
9387 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9388 allow_undefined_flag="-z nodefs"
9389 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"
9390 else
9391 # Determine the default libpath from the value encoded in an
9392 # empty executable.
81ecdfbb
RW
9393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9394/* end confdefs.h. */
9395
9396int
9397main ()
9398{
b7026657 9399
81ecdfbb
RW
9400 ;
9401 return 0;
9402}
9403_ACEOF
6bb11ab3
L
9404if ac_fn_c_try_link "$LINENO"; then :
9405
9406lt_aix_libpath_sed='
9407 /Import File Strings/,/^$/ {
9408 /^0/ {
9409 s/^0 *\(.*\)$/\1/
9410 p
9411 }
9412 }'
9413aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9414# Check for a 64-bit object if we didn't find anything.
9415if test -z "$aix_libpath"; then
9416 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 9417fi
81ecdfbb 9418fi
6bb11ab3
L
9419rm -f core conftest.err conftest.$ac_objext \
9420 conftest$ac_exeext conftest.$ac_ext
9421if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9422
9423 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9424 # Warning - without using the other run time loading flags,
9425 # -berok will link without error, but may produce a broken library.
9426 no_undefined_flag=' ${wl}-bernotok'
9427 allow_undefined_flag=' ${wl}-berok'
9428 if test "$with_gnu_ld" = yes; then
9429 # We only use this code for GNU lds that support --whole-archive.
9430 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9431 else
9432 # Exported symbols can be pulled into shared objects from archives
9433 whole_archive_flag_spec='$convenience'
9434 fi
9435 archive_cmds_need_lc=yes
9436 # This is similar to how AIX traditionally builds its shared libraries.
9437 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'
9438 fi
9439 fi
9440 ;;
9441
9442 amigaos*)
9443 case $host_cpu in
9444 powerpc)
9445 # see comment about AmigaOS4 .so support
9446 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9447 archive_expsym_cmds=''
9448 ;;
9449 m68k)
9450 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)'
9451 hardcode_libdir_flag_spec='-L$libdir'
9452 hardcode_minus_L=yes
9453 ;;
9454 esac
9455 ;;
9456
9457 bsdi[45]*)
9458 export_dynamic_flag_spec=-rdynamic
9459 ;;
9460
9461 cygwin* | mingw* | pw32* | cegcc*)
9462 # When not using gcc, we currently assume that we are using
9463 # Microsoft Visual C++.
9464 # hardcode_libdir_flag_spec is actually meaningless, as there is
9465 # no search path for DLLs.
9466 hardcode_libdir_flag_spec=' '
9467 allow_undefined_flag=unsupported
9468 # Tell ltmain to make .lib files, not .a files.
9469 libext=lib
9470 # Tell ltmain to make .dll files, not .so files.
9471 shrext_cmds=".dll"
9472 # FIXME: Setting linknames here is a bad hack.
9473 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9474 # The linker will automatically build a .lib file if we build a DLL.
9475 old_archive_from_new_cmds='true'
9476 # FIXME: Should let the user specify the lib program.
9477 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9478 fix_srcfile_path='`cygpath -w "$srcfile"`'
9479 enable_shared_with_static_runtimes=yes
9480 ;;
9481
9482 darwin* | rhapsody*)
9483
9484
9485 archive_cmds_need_lc=no
9486 hardcode_direct=no
9487 hardcode_automatic=yes
9488 hardcode_shlibpath_var=unsupported
9489 if test "$lt_cv_ld_force_load" = "yes"; then
9490 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 9491 else
6bb11ab3 9492 whole_archive_flag_spec=''
f0569246 9493 fi
6bb11ab3
L
9494 link_all_deplibs=yes
9495 allow_undefined_flag="$_lt_dar_allow_undefined"
9496 case $cc_basename in
9497 ifort*) _lt_dar_can_shared=yes ;;
9498 *) _lt_dar_can_shared=$GCC ;;
9499 esac
9500 if test "$_lt_dar_can_shared" = "yes"; then
9501 output_verbose_link_cmd=func_echo_all
9502 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9503 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9504 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}"
9505 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}"
9506
f0569246 9507 else
6bb11ab3 9508 ld_shlibs=no
f0569246 9509 fi
6bb11ab3
L
9510
9511 ;;
9512
9513 dgux*)
9514 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9515 hardcode_libdir_flag_spec='-L$libdir'
9516 hardcode_shlibpath_var=no
9517 ;;
9518
9519 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9520 # support. Future versions do this automatically, but an explicit c++rt0.o
9521 # does not break anything, and helps significantly (at the cost of a little
9522 # extra space).
9523 freebsd2.2*)
9524 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9525 hardcode_libdir_flag_spec='-R$libdir'
9526 hardcode_direct=yes
9527 hardcode_shlibpath_var=no
9528 ;;
9529
9530 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9531 freebsd2.*)
9532 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9533 hardcode_direct=yes
9534 hardcode_minus_L=yes
9535 hardcode_shlibpath_var=no
9536 ;;
9537
9538 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9539 freebsd* | dragonfly*)
9540 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9541 hardcode_libdir_flag_spec='-R$libdir'
9542 hardcode_direct=yes
9543 hardcode_shlibpath_var=no
9544 ;;
9545
9546 hpux9*)
9547 if test "$GCC" = yes; then
9548 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'
9549 else
9550 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'
9551 fi
9552 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9553 hardcode_libdir_separator=:
9554 hardcode_direct=yes
9555
9556 # hardcode_minus_L: Not really in the search PATH,
9557 # but as the default location of the library.
9558 hardcode_minus_L=yes
9559 export_dynamic_flag_spec='${wl}-E'
9560 ;;
9561
9562 hpux10*)
9563 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9564 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9565 else
9566 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9567 fi
9568 if test "$with_gnu_ld" = no; then
9569 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9570 hardcode_libdir_flag_spec_ld='+b $libdir'
9571 hardcode_libdir_separator=:
9572 hardcode_direct=yes
9573 hardcode_direct_absolute=yes
9574 export_dynamic_flag_spec='${wl}-E'
9575 # hardcode_minus_L: Not really in the search PATH,
9576 # but as the default location of the library.
9577 hardcode_minus_L=yes
9578 fi
9579 ;;
9580
9581 hpux11*)
9582 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9583 case $host_cpu in
9584 hppa*64*)
9585 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9586 ;;
9587 ia64*)
9588 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9589 ;;
9590 *)
9591 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9592 ;;
9593 esac
9594 else
9595 case $host_cpu in
9596 hppa*64*)
9597 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9598 ;;
9599 ia64*)
9600 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9601 ;;
9602 *)
9603
9604 # Older versions of the 11.00 compiler do not understand -b yet
9605 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9607$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9608if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9609 $as_echo_n "(cached) " >&6
f0569246 9610else
6bb11ab3
L
9611 lt_cv_prog_compiler__b=no
9612 save_LDFLAGS="$LDFLAGS"
9613 LDFLAGS="$LDFLAGS -b"
9614 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9615 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9616 # The linker can only warn and ignore the option if not recognized
9617 # So say no if there are warnings
9618 if test -s conftest.err; then
9619 # Append any errors to the config.log.
9620 cat conftest.err 1>&5
9621 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9622 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9623 if diff conftest.exp conftest.er2 >/dev/null; then
9624 lt_cv_prog_compiler__b=yes
9625 fi
9626 else
9627 lt_cv_prog_compiler__b=yes
9628 fi
9629 fi
9630 $RM -r conftest*
9631 LDFLAGS="$save_LDFLAGS"
f0569246 9632
6bb11ab3
L
9633fi
9634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9635$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9636
6bb11ab3
L
9637if test x"$lt_cv_prog_compiler__b" = xyes; then
9638 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9639else
9640 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9641fi
81ecdfbb 9642
6bb11ab3
L
9643 ;;
9644 esac
9645 fi
9646 if test "$with_gnu_ld" = no; then
9647 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9648 hardcode_libdir_separator=:
9649
9650 case $host_cpu in
9651 hppa*64*|ia64*)
9652 hardcode_direct=no
9653 hardcode_shlibpath_var=no
9654 ;;
9655 *)
9656 hardcode_direct=yes
9657 hardcode_direct_absolute=yes
9658 export_dynamic_flag_spec='${wl}-E'
9659
9660 # hardcode_minus_L: Not really in the search PATH,
9661 # but as the default location of the library.
9662 hardcode_minus_L=yes
9663 ;;
9664 esac
9665 fi
9666 ;;
9667
9668 irix5* | irix6* | nonstopux*)
9669 if test "$GCC" = yes; then
9670 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'
9671 # Try to use the -exported_symbol ld option, if it does not
9672 # work, assume that -exports_file does not work either and
9673 # implicitly export all symbols.
9674 save_LDFLAGS="$LDFLAGS"
9675 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9677/* end confdefs.h. */
9678int foo(void) {}
b7026657 9679_ACEOF
6bb11ab3
L
9680if ac_fn_c_try_link "$LINENO"; then :
9681 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 9682
f0569246 9683fi
6bb11ab3
L
9684rm -f core conftest.err conftest.$ac_objext \
9685 conftest$ac_exeext conftest.$ac_ext
9686 LDFLAGS="$save_LDFLAGS"
9687 else
9688 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'
9689 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'
9690 fi
9691 archive_cmds_need_lc='no'
9692 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9693 hardcode_libdir_separator=:
9694 inherit_rpath=yes
9695 link_all_deplibs=yes
9696 ;;
9697
9698 netbsd*)
9699 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9700 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9701 else
9702 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9703 fi
9704 hardcode_libdir_flag_spec='-R$libdir'
9705 hardcode_direct=yes
9706 hardcode_shlibpath_var=no
9707 ;;
9708
9709 newsos6)
9710 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9711 hardcode_direct=yes
9712 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9713 hardcode_libdir_separator=:
9714 hardcode_shlibpath_var=no
9715 ;;
9716
9717 *nto* | *qnx*)
9718 ;;
9719
9720 openbsd*)
9721 if test -f /usr/libexec/ld.so; then
9722 hardcode_direct=yes
9723 hardcode_shlibpath_var=no
9724 hardcode_direct_absolute=yes
9725 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9726 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9727 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9728 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9729 export_dynamic_flag_spec='${wl}-E'
9730 else
9731 case $host_os in
9732 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9733 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9734 hardcode_libdir_flag_spec='-R$libdir'
9735 ;;
9736 *)
9737 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9738 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9739 ;;
9740 esac
9741 fi
9742 else
9743 ld_shlibs=no
9744 fi
9745 ;;
9746
9747 os2*)
9748 hardcode_libdir_flag_spec='-L$libdir'
9749 hardcode_minus_L=yes
9750 allow_undefined_flag=unsupported
9751 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'
9752 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9753 ;;
9754
9755 osf3*)
9756 if test "$GCC" = yes; then
9757 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9758 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'
9759 else
9760 allow_undefined_flag=' -expect_unresolved \*'
9761 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'
9762 fi
9763 archive_cmds_need_lc='no'
9764 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9765 hardcode_libdir_separator=:
9766 ;;
9767
9768 osf4* | osf5*) # as osf3* with the addition of -msym flag
9769 if test "$GCC" = yes; then
9770 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9771 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'
9772 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9773 else
9774 allow_undefined_flag=' -expect_unresolved \*'
9775 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'
9776 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~
9777 $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'
9778
9779 # Both c and cxx compiler support -rpath directly
9780 hardcode_libdir_flag_spec='-rpath $libdir'
9781 fi
9782 archive_cmds_need_lc='no'
9783 hardcode_libdir_separator=:
9784 ;;
9785
9786 solaris*)
9787 no_undefined_flag=' -z defs'
9788 if test "$GCC" = yes; then
9789 wlarc='${wl}'
9790 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9791 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9792 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9793 else
9794 case `$CC -V 2>&1` in
9795 *"Compilers 5.0"*)
9796 wlarc=''
9797 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9798 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9799 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9800 ;;
9801 *)
9802 wlarc='${wl}'
9803 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9804 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9805 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9806 ;;
9807 esac
9808 fi
9809 hardcode_libdir_flag_spec='-R$libdir'
9810 hardcode_shlibpath_var=no
9811 case $host_os in
9812 solaris2.[0-5] | solaris2.[0-5].*) ;;
9813 *)
9814 # The compiler driver will combine and reorder linker options,
9815 # but understands `-z linker_flag'. GCC discards it without `$wl',
9816 # but is careful enough not to reorder.
9817 # Supported since Solaris 2.6 (maybe 2.5.1?)
9818 if test "$GCC" = yes; then
9819 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9820 else
9821 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9822 fi
9823 ;;
9824 esac
9825 link_all_deplibs=yes
9826 ;;
9827
9828 sunos4*)
9829 if test "x$host_vendor" = xsequent; then
9830 # Use $CC to link under sequent, because it throws in some extra .o
9831 # files that make .init and .fini sections work.
9832 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9833 else
9834 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9835 fi
9836 hardcode_libdir_flag_spec='-L$libdir'
9837 hardcode_direct=yes
9838 hardcode_minus_L=yes
9839 hardcode_shlibpath_var=no
9840 ;;
9841
9842 sysv4)
9843 case $host_vendor in
9844 sni)
9845 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9846 hardcode_direct=yes # is this really true???
9847 ;;
9848 siemens)
9849 ## LD is ld it makes a PLAMLIB
9850 ## CC just makes a GrossModule.
9851 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9852 reload_cmds='$CC -r -o $output$reload_objs'
9853 hardcode_direct=no
9854 ;;
9855 motorola)
9856 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9857 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9858 ;;
9859 esac
9860 runpath_var='LD_RUN_PATH'
9861 hardcode_shlibpath_var=no
9862 ;;
9863
9864 sysv4.3*)
9865 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9866 hardcode_shlibpath_var=no
9867 export_dynamic_flag_spec='-Bexport'
9868 ;;
9869
9870 sysv4*MP*)
9871 if test -d /usr/nec; then
9872 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9873 hardcode_shlibpath_var=no
9874 runpath_var=LD_RUN_PATH
9875 hardcode_runpath_var=yes
9876 ld_shlibs=yes
9877 fi
9878 ;;
9879
9880 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9881 no_undefined_flag='${wl}-z,text'
9882 archive_cmds_need_lc=no
9883 hardcode_shlibpath_var=no
9884 runpath_var='LD_RUN_PATH'
9885
9886 if test "$GCC" = yes; then
9887 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9888 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9889 else
9890 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9891 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9892 fi
9893 ;;
9894
9895 sysv5* | sco3.2v5* | sco5v6*)
9896 # Note: We can NOT use -z defs as we might desire, because we do not
9897 # link with -lc, and that would cause any symbols used from libc to
9898 # always be unresolved, which means just about no library would
9899 # ever link correctly. If we're not using GNU ld we use -z text
9900 # though, which does catch some bad symbols but isn't as heavy-handed
9901 # as -z defs.
9902 no_undefined_flag='${wl}-z,text'
9903 allow_undefined_flag='${wl}-z,nodefs'
9904 archive_cmds_need_lc=no
9905 hardcode_shlibpath_var=no
9906 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9907 hardcode_libdir_separator=':'
9908 link_all_deplibs=yes
9909 export_dynamic_flag_spec='${wl}-Bexport'
9910 runpath_var='LD_RUN_PATH'
9911
9912 if test "$GCC" = yes; then
9913 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9914 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9915 else
9916 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9917 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9918 fi
9919 ;;
9920
9921 uts4*)
9922 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9923 hardcode_libdir_flag_spec='-L$libdir'
9924 hardcode_shlibpath_var=no
9925 ;;
9926
9927 *)
9928 ld_shlibs=no
9929 ;;
9930 esac
9931
9932 if test x$host_vendor = xsni; then
9933 case $host in
9934 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9935 export_dynamic_flag_spec='${wl}-Blargedynsym'
9936 ;;
9937 esac
9938 fi
9939 fi
9940
9941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9942$as_echo "$ld_shlibs" >&6; }
9943test "$ld_shlibs" = no && can_build_shared=no
9944
9945with_gnu_ld=$with_gnu_ld
9946
9947
9948
9949
9950
f0569246 9951
b7026657 9952
f0569246 9953
6ffe910a 9954
6ffe910a
MF
9955
9956
6ffe910a 9957
f0569246 9958
f0569246 9959
c906108c 9960
6bb11ab3
L
9961#
9962# Do we need to explicitly link libc?
9963#
9964case "x$archive_cmds_need_lc" in
9965x|xyes)
9966 # Assume -lc should be added
9967 archive_cmds_need_lc=yes
9968
9969 if test "$enable_shared" = yes && test "$GCC" = yes; then
9970 case $archive_cmds in
9971 *'~'*)
9972 # FIXME: we may have to deal with multi-command sequences.
9973 ;;
9974 '$CC '*)
9975 # Test whether the compiler implicitly links with -lc since on some
9976 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9977 # to ld, don't add -lc before -lgcc.
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9979$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9980if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9981 $as_echo_n "(cached) " >&6
f0569246 9982else
6bb11ab3
L
9983 $RM conftest*
9984 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9985
9986 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9987 (eval $ac_compile) 2>&5
9988 ac_status=$?
9989 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9990 test $ac_status = 0; } 2>conftest.err; then
9991 soname=conftest
9992 lib=conftest
9993 libobjs=conftest.$ac_objext
9994 deplibs=
9995 wl=$lt_prog_compiler_wl
9996 pic_flag=$lt_prog_compiler_pic
9997 compiler_flags=-v
9998 linker_flags=-v
9999 verstring=
10000 output_objdir=.
10001 libname=conftest
10002 lt_save_allow_undefined_flag=$allow_undefined_flag
10003 allow_undefined_flag=
10004 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10005 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10006 ac_status=$?
10007 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10008 test $ac_status = 0; }
10009 then
10010 lt_cv_archive_cmds_need_lc=no
10011 else
10012 lt_cv_archive_cmds_need_lc=yes
10013 fi
10014 allow_undefined_flag=$lt_save_allow_undefined_flag
10015 else
10016 cat conftest.err 1>&5
10017 fi
10018 $RM conftest*
c906108c 10019
6ffe910a 10020fi
6bb11ab3
L
10021{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10022$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10023 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10024 ;;
10025 esac
10026 fi
10027 ;;
6ffe910a 10028esac
c906108c 10029
c906108c 10030
6ffe910a 10031
c906108c 10032
81ecdfbb 10033
35695fd6 10034
35695fd6 10035
35695fd6 10036
f0569246 10037
c906108c 10038
f0569246 10039
b7026657 10040
f0569246 10041
c906108c 10042
81ecdfbb 10043
b7026657 10044
f0569246
AC
10045
10046
81ecdfbb 10047
81ecdfbb 10048
81ecdfbb
RW
10049
10050
81ecdfbb 10051
81ecdfbb 10052
f0569246
AC
10053
10054
c906108c 10055
f0569246 10056
c906108c 10057
c906108c 10058
81ecdfbb 10059
b7026657 10060
c906108c 10061
f0569246 10062
81ecdfbb 10063
f0569246 10064
c906108c 10065
c906108c 10066
b7026657 10067
81ecdfbb 10068
b7026657 10069
c906108c 10070
c906108c 10071
b7026657
AC
10072
10073
10074
10075
6ffe910a 10076
2232061b
MF
10077
10078
2232061b 10079
2232061b
MF
10080
10081
2232061b
MF
10082
10083
2232061b 10084
6bb11ab3
L
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10187$as_echo_n "checking dynamic linker characteristics... " >&6; }
10188
10189if test "$GCC" = yes; then
10190 case $host_os in
10191 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10192 *) lt_awk_arg="/^libraries:/" ;;
10193 esac
10194 case $host_os in
10195 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10196 *) lt_sed_strip_eq="s,=/,/,g" ;;
10197 esac
10198 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10199 case $lt_search_path_spec in
10200 *\;*)
10201 # if the path contains ";" then we assume it to be the separator
10202 # otherwise default to the standard path separator (i.e. ":") - it is
10203 # assumed that no part of a normal pathname contains ";" but that should
10204 # okay in the real world where ";" in dirpaths is itself problematic.
10205 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10206 ;;
10207 *)
10208 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10209 ;;
10210 esac
10211 # Ok, now we have the path, separated by spaces, we can step through it
10212 # and add multilib dir if necessary.
10213 lt_tmp_lt_search_path_spec=
10214 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10215 for lt_sys_path in $lt_search_path_spec; do
10216 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10217 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10218 else
10219 test -d "$lt_sys_path" && \
10220 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10221 fi
10222 done
10223 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10224BEGIN {RS=" "; FS="/|\n";} {
10225 lt_foo="";
10226 lt_count=0;
10227 for (lt_i = NF; lt_i > 0; lt_i--) {
10228 if ($lt_i != "" && $lt_i != ".") {
10229 if ($lt_i == "..") {
10230 lt_count++;
10231 } else {
10232 if (lt_count == 0) {
10233 lt_foo="/" $lt_i lt_foo;
10234 } else {
10235 lt_count--;
10236 }
10237 }
10238 }
10239 }
10240 if (lt_foo != "") { lt_freq[lt_foo]++; }
10241 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10242}'`
10243 # AWK program above erroneously prepends '/' to C:/dos/paths
10244 # for these hosts.
10245 case $host_os in
10246 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10247 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10248 esac
10249 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10250else
10251 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10252fi
10253library_names_spec=
10254libname_spec='lib$name'
10255soname_spec=
10256shrext_cmds=".so"
10257postinstall_cmds=
10258postuninstall_cmds=
10259finish_cmds=
10260finish_eval=
10261shlibpath_var=
10262shlibpath_overrides_runpath=unknown
10263version_type=none
10264dynamic_linker="$host_os ld.so"
10265sys_lib_dlsearch_path_spec="/lib /usr/lib"
10266need_lib_prefix=unknown
10267hardcode_into_libs=no
10268
10269# when you set need_version to no, make sure it does not cause -set_version
10270# flags to be left without arguments
10271need_version=unknown
10272
10273case $host_os in
10274aix3*)
10275 version_type=linux
10276 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10277 shlibpath_var=LIBPATH
10278
10279 # AIX 3 has no versioning support, so we append a major version to the name.
10280 soname_spec='${libname}${release}${shared_ext}$major'
10281 ;;
10282
10283aix[4-9]*)
10284 version_type=linux
10285 need_lib_prefix=no
10286 need_version=no
10287 hardcode_into_libs=yes
10288 if test "$host_cpu" = ia64; then
10289 # AIX 5 supports IA64
10290 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10291 shlibpath_var=LD_LIBRARY_PATH
10292 else
10293 # With GCC up to 2.95.x, collect2 would create an import file
10294 # for dependence libraries. The import file would start with
10295 # the line `#! .'. This would cause the generated library to
10296 # depend on `.', always an invalid library. This was fixed in
10297 # development snapshots of GCC prior to 3.0.
10298 case $host_os in
10299 aix4 | aix4.[01] | aix4.[01].*)
10300 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10301 echo ' yes '
10302 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10303 :
10304 else
10305 can_build_shared=no
10306 fi
10307 ;;
10308 esac
10309 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10310 # soname into executable. Probably we can add versioning support to
10311 # collect2, so additional links can be useful in future.
10312 if test "$aix_use_runtimelinking" = yes; then
10313 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10314 # instead of lib<name>.a to let people know that these are not
10315 # typical AIX shared libraries.
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10317 else
10318 # We preserve .a as extension for shared libraries through AIX4.2
10319 # and later when we are not doing run time linking.
10320 library_names_spec='${libname}${release}.a $libname.a'
10321 soname_spec='${libname}${release}${shared_ext}$major'
10322 fi
10323 shlibpath_var=LIBPATH
2232061b 10324 fi
6bb11ab3
L
10325 ;;
10326
10327amigaos*)
10328 case $host_cpu in
10329 powerpc)
10330 # Since July 2007 AmigaOS4 officially supports .so libraries.
10331 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10332 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10333 ;;
10334 m68k)
10335 library_names_spec='$libname.ixlibrary $libname.a'
10336 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10337 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'
10338 ;;
10339 esac
10340 ;;
10341
10342beos*)
10343 library_names_spec='${libname}${shared_ext}'
10344 dynamic_linker="$host_os ld.so"
10345 shlibpath_var=LIBRARY_PATH
10346 ;;
10347
10348bsdi[45]*)
10349 version_type=linux
10350 need_version=no
10351 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10352 soname_spec='${libname}${release}${shared_ext}$major'
10353 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10354 shlibpath_var=LD_LIBRARY_PATH
10355 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10356 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10357 # the default ld.so.conf also contains /usr/contrib/lib and
10358 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10359 # libtool to hard-code these into programs
10360 ;;
10361
10362cygwin* | mingw* | pw32* | cegcc*)
10363 version_type=windows
10364 shrext_cmds=".dll"
10365 need_version=no
10366 need_lib_prefix=no
10367
10368 case $GCC,$host_os in
10369 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10370 library_names_spec='$libname.dll.a'
10371 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10372 postinstall_cmds='base_file=`basename \${file}`~
10373 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10374 dldir=$destdir/`dirname \$dlpath`~
10375 test -d \$dldir || mkdir -p \$dldir~
10376 $install_prog $dir/$dlname \$dldir/$dlname~
10377 chmod a+x \$dldir/$dlname~
10378 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10379 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10380 fi'
10381 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10382 dlpath=$dir/\$dldll~
10383 $RM \$dlpath'
10384 shlibpath_overrides_runpath=yes
10385
10386 case $host_os in
10387 cygwin*)
10388 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10389 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10390
10391 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10392 ;;
10393 mingw* | cegcc*)
10394 # MinGW DLLs use traditional 'lib' prefix
10395 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10396 ;;
10397 pw32*)
10398 # pw32 DLLs use 'pw' prefix rather than 'lib'
10399 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10400 ;;
10401 esac
10402 ;;
2232061b 10403
6bb11ab3
L
10404 *)
10405 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10406 ;;
10407 esac
10408 dynamic_linker='Win32 ld.exe'
10409 # FIXME: first we should search . and the directory the executable is in
10410 shlibpath_var=PATH
10411 ;;
10412
10413darwin* | rhapsody*)
10414 dynamic_linker="$host_os dyld"
10415 version_type=darwin
10416 need_lib_prefix=no
10417 need_version=no
10418 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10419 soname_spec='${libname}${release}${major}$shared_ext'
10420 shlibpath_overrides_runpath=yes
10421 shlibpath_var=DYLD_LIBRARY_PATH
10422 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10423
10424 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10425 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10426 ;;
10427
10428dgux*)
10429 version_type=linux
10430 need_lib_prefix=no
10431 need_version=no
10432 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10433 soname_spec='${libname}${release}${shared_ext}$major'
10434 shlibpath_var=LD_LIBRARY_PATH
10435 ;;
10436
10437freebsd* | dragonfly*)
10438 # DragonFly does not have aout. When/if they implement a new
10439 # versioning mechanism, adjust this.
10440 if test -x /usr/bin/objformat; then
10441 objformat=`/usr/bin/objformat`
10442 else
10443 case $host_os in
10444 freebsd[23].*) objformat=aout ;;
10445 *) objformat=elf ;;
10446 esac
10447 fi
10448 version_type=freebsd-$objformat
10449 case $version_type in
10450 freebsd-elf*)
10451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10452 need_version=no
10453 need_lib_prefix=no
10454 ;;
10455 freebsd-*)
10456 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10457 need_version=yes
10458 ;;
10459 esac
10460 shlibpath_var=LD_LIBRARY_PATH
10461 case $host_os in
10462 freebsd2.*)
10463 shlibpath_overrides_runpath=yes
10464 ;;
10465 freebsd3.[01]* | freebsdelf3.[01]*)
10466 shlibpath_overrides_runpath=yes
10467 hardcode_into_libs=yes
10468 ;;
10469 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10470 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10471 shlibpath_overrides_runpath=no
10472 hardcode_into_libs=yes
10473 ;;
10474 *) # from 4.6 on, and DragonFly
10475 shlibpath_overrides_runpath=yes
10476 hardcode_into_libs=yes
10477 ;;
10478 esac
10479 ;;
10480
6bb11ab3
L
10481haiku*)
10482 version_type=linux
10483 need_lib_prefix=no
10484 need_version=no
10485 dynamic_linker="$host_os runtime_loader"
10486 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10487 soname_spec='${libname}${release}${shared_ext}$major'
10488 shlibpath_var=LIBRARY_PATH
10489 shlibpath_overrides_runpath=yes
10490 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10491 hardcode_into_libs=yes
10492 ;;
10493
10494hpux9* | hpux10* | hpux11*)
10495 # Give a soname corresponding to the major version so that dld.sl refuses to
10496 # link against other versions.
10497 version_type=sunos
10498 need_lib_prefix=no
10499 need_version=no
10500 case $host_cpu in
10501 ia64*)
10502 shrext_cmds='.so'
10503 hardcode_into_libs=yes
10504 dynamic_linker="$host_os dld.so"
10505 shlibpath_var=LD_LIBRARY_PATH
10506 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10507 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10508 soname_spec='${libname}${release}${shared_ext}$major'
10509 if test "X$HPUX_IA64_MODE" = X32; then
10510 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10511 else
10512 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10513 fi
10514 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10515 ;;
10516 hppa*64*)
10517 shrext_cmds='.sl'
10518 hardcode_into_libs=yes
10519 dynamic_linker="$host_os dld.sl"
10520 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10521 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10522 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10523 soname_spec='${libname}${release}${shared_ext}$major'
10524 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10525 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10526 ;;
10527 *)
10528 shrext_cmds='.sl'
10529 dynamic_linker="$host_os dld.sl"
10530 shlibpath_var=SHLIB_PATH
10531 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10532 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10533 soname_spec='${libname}${release}${shared_ext}$major'
10534 ;;
10535 esac
10536 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10537 postinstall_cmds='chmod 555 $lib'
10538 # or fails outright, so override atomically:
10539 install_override_mode=555
10540 ;;
10541
10542interix[3-9]*)
10543 version_type=linux
10544 need_lib_prefix=no
10545 need_version=no
10546 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10547 soname_spec='${libname}${release}${shared_ext}$major'
10548 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10549 shlibpath_var=LD_LIBRARY_PATH
10550 shlibpath_overrides_runpath=no
10551 hardcode_into_libs=yes
10552 ;;
10553
10554irix5* | irix6* | nonstopux*)
10555 case $host_os in
10556 nonstopux*) version_type=nonstopux ;;
10557 *)
10558 if test "$lt_cv_prog_gnu_ld" = yes; then
10559 version_type=linux
10560 else
10561 version_type=irix
10562 fi ;;
10563 esac
10564 need_lib_prefix=no
10565 need_version=no
10566 soname_spec='${libname}${release}${shared_ext}$major'
10567 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10568 case $host_os in
10569 irix5* | nonstopux*)
10570 libsuff= shlibsuff=
10571 ;;
10572 *)
10573 case $LD in # libtool.m4 will add one of these switches to LD
10574 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10575 libsuff= shlibsuff= libmagic=32-bit;;
10576 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10577 libsuff=32 shlibsuff=N32 libmagic=N32;;
10578 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10579 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10580 *) libsuff= shlibsuff= libmagic=never-match;;
10581 esac
10582 ;;
10583 esac
10584 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10585 shlibpath_overrides_runpath=no
10586 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10587 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10588 hardcode_into_libs=yes
10589 ;;
10590
10591# No shared lib support for Linux oldld, aout, or coff.
10592linux*oldld* | linux*aout* | linux*coff*)
10593 dynamic_linker=no
10594 ;;
10595
10596# This must be Linux ELF.
46f900c0 10597linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10598 version_type=linux
10599 need_lib_prefix=no
10600 need_version=no
10601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10602 soname_spec='${libname}${release}${shared_ext}$major'
10603 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10604 shlibpath_var=LD_LIBRARY_PATH
10605 shlibpath_overrides_runpath=no
10606
10607 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10608 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10609 $as_echo_n "(cached) " >&6
10610else
6bb11ab3
L
10611 lt_cv_shlibpath_overrides_runpath=no
10612 save_LDFLAGS=$LDFLAGS
10613 save_libdir=$libdir
10614 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10615 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10617/* end confdefs.h. */
10618
2232061b
MF
10619int
10620main ()
10621{
10622
10623 ;
10624 return 0;
10625}
10626_ACEOF
6bb11ab3
L
10627if ac_fn_c_try_link "$LINENO"; then :
10628 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10629 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10630fi
2232061b 10631fi
6bb11ab3
L
10632rm -f core conftest.err conftest.$ac_objext \
10633 conftest$ac_exeext conftest.$ac_ext
10634 LDFLAGS=$save_LDFLAGS
10635 libdir=$save_libdir
2232061b 10636
6bb11ab3 10637fi
2232061b 10638
6bb11ab3 10639 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10640
6bb11ab3
L
10641 # This implies no fast_install, which is unacceptable.
10642 # Some rework will be needed to allow for fast_install
10643 # before this can be enabled.
10644 hardcode_into_libs=yes
2232061b 10645
6bb11ab3
L
10646 # Append ld.so.conf contents to the search path
10647 if test -f /etc/ld.so.conf; then
10648 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' ' '`
10649 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10650 fi
10651
10652 # We used to test for /lib/ld.so.1 and disable shared libraries on
10653 # powerpc, because MkLinux only supported shared libraries with the
10654 # GNU dynamic linker. Since this was broken with cross compilers,
10655 # most powerpc-linux boxes support dynamic linking these days and
10656 # people can always --disable-shared, the test was removed, and we
10657 # assume the GNU/Linux dynamic linker is in use.
10658 dynamic_linker='GNU/Linux ld.so'
10659 ;;
10660
10661netbsd*)
10662 version_type=sunos
10663 need_lib_prefix=no
10664 need_version=no
10665 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10666 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10667 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10668 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10669 else
6bb11ab3
L
10670 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10671 soname_spec='${libname}${release}${shared_ext}$major'
10672 dynamic_linker='NetBSD ld.elf_so'
10673 fi
10674 shlibpath_var=LD_LIBRARY_PATH
10675 shlibpath_overrides_runpath=yes
10676 hardcode_into_libs=yes
10677 ;;
10678
10679newsos6)
10680 version_type=linux
10681 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10682 shlibpath_var=LD_LIBRARY_PATH
10683 shlibpath_overrides_runpath=yes
10684 ;;
10685
10686*nto* | *qnx*)
10687 version_type=qnx
10688 need_lib_prefix=no
10689 need_version=no
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 shlibpath_overrides_runpath=no
10694 hardcode_into_libs=yes
10695 dynamic_linker='ldqnx.so'
10696 ;;
10697
10698openbsd*)
10699 version_type=sunos
10700 sys_lib_dlsearch_path_spec="/usr/lib"
10701 need_lib_prefix=no
10702 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10703 case $host_os in
10704 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10705 *) need_version=no ;;
10706 esac
10707 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10708 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10709 shlibpath_var=LD_LIBRARY_PATH
10710 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10711 case $host_os in
10712 openbsd2.[89] | openbsd2.[89].*)
10713 shlibpath_overrides_runpath=no
10714 ;;
10715 *)
10716 shlibpath_overrides_runpath=yes
10717 ;;
10718 esac
10719 else
10720 shlibpath_overrides_runpath=yes
10721 fi
10722 ;;
10723
10724os2*)
10725 libname_spec='$name'
10726 shrext_cmds=".dll"
10727 need_lib_prefix=no
10728 library_names_spec='$libname${shared_ext} $libname.a'
10729 dynamic_linker='OS/2 ld.exe'
10730 shlibpath_var=LIBPATH
10731 ;;
10732
10733osf3* | osf4* | osf5*)
10734 version_type=osf
10735 need_lib_prefix=no
10736 need_version=no
10737 soname_spec='${libname}${release}${shared_ext}$major'
10738 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10739 shlibpath_var=LD_LIBRARY_PATH
10740 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10741 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10742 ;;
10743
10744rdos*)
10745 dynamic_linker=no
10746 ;;
10747
10748solaris*)
10749 version_type=linux
10750 need_lib_prefix=no
10751 need_version=no
10752 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10753 soname_spec='${libname}${release}${shared_ext}$major'
10754 shlibpath_var=LD_LIBRARY_PATH
10755 shlibpath_overrides_runpath=yes
10756 hardcode_into_libs=yes
10757 # ldd complains unless libraries are executable
10758 postinstall_cmds='chmod +x $lib'
10759 ;;
10760
10761sunos4*)
10762 version_type=sunos
10763 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10764 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10765 shlibpath_var=LD_LIBRARY_PATH
10766 shlibpath_overrides_runpath=yes
10767 if test "$with_gnu_ld" = yes; then
10768 need_lib_prefix=no
10769 fi
10770 need_version=yes
10771 ;;
10772
10773sysv4 | sysv4.3*)
10774 version_type=linux
10775 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10776 soname_spec='${libname}${release}${shared_ext}$major'
10777 shlibpath_var=LD_LIBRARY_PATH
10778 case $host_vendor in
10779 sni)
10780 shlibpath_overrides_runpath=no
10781 need_lib_prefix=no
10782 runpath_var=LD_RUN_PATH
10783 ;;
10784 siemens)
10785 need_lib_prefix=no
10786 ;;
10787 motorola)
10788 need_lib_prefix=no
10789 need_version=no
10790 shlibpath_overrides_runpath=no
10791 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10792 ;;
10793 esac
10794 ;;
10795
10796sysv4*MP*)
10797 if test -d /usr/nec ;then
10798 version_type=linux
10799 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10800 soname_spec='$libname${shared_ext}.$major'
10801 shlibpath_var=LD_LIBRARY_PATH
10802 fi
10803 ;;
10804
10805sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10806 version_type=freebsd-elf
10807 need_lib_prefix=no
10808 need_version=no
10809 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10810 soname_spec='${libname}${release}${shared_ext}$major'
10811 shlibpath_var=LD_LIBRARY_PATH
10812 shlibpath_overrides_runpath=yes
10813 hardcode_into_libs=yes
10814 if test "$with_gnu_ld" = yes; then
10815 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10816 else
10817 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10818 case $host_os in
10819 sco3.2v5*)
10820 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10821 ;;
10822 esac
2232061b 10823 fi
6bb11ab3
L
10824 sys_lib_dlsearch_path_spec='/usr/lib'
10825 ;;
10826
10827tpf*)
10828 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10829 version_type=linux
10830 need_lib_prefix=no
10831 need_version=no
10832 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10833 shlibpath_var=LD_LIBRARY_PATH
10834 shlibpath_overrides_runpath=no
10835 hardcode_into_libs=yes
10836 ;;
10837
10838uts4*)
10839 version_type=linux
10840 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10841 soname_spec='${libname}${release}${shared_ext}$major'
10842 shlibpath_var=LD_LIBRARY_PATH
10843 ;;
10844
10845*)
10846 dynamic_linker=no
10847 ;;
10848esac
10849{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10850$as_echo "$dynamic_linker" >&6; }
10851test "$dynamic_linker" = no && can_build_shared=no
10852
10853variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10854if test "$GCC" = yes; then
10855 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10856fi
2232061b 10857
6bb11ab3
L
10858if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10859 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10860fi
10861if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10862 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10863fi
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
2232061b 10887
2232061b 10888
2232061b 10889
2232061b 10890
2232061b
MF
10891
10892
6ffe910a 10893
6ffe910a
MF
10894
10895
10896
10897
10898
2232061b 10899
6ffe910a
MF
10900
10901
10902
10903
6ffe910a 10904
6ffe910a 10905
6ffe910a
MF
10906
10907
6ffe910a 10908
6ffe910a 10909
6ffe910a
MF
10910
10911
5f3ef9d0 10912
5f3ef9d0
JB
10913
10914
10915
db2e4d67
MF
10916
10917
db2e4d67 10918
db2e4d67 10919
db2e4d67 10920
db2e4d67 10921
db2e4d67 10922
db2e4d67 10923
db2e4d67 10924
db2e4d67
MF
10925
10926
db2e4d67 10927
db2e4d67
MF
10928
10929
db2e4d67 10930
db2e4d67
MF
10931
10932
6ffe910a 10933
6ffe910a 10934
6ffe910a
MF
10935
10936
6ffe910a
MF
10937
10938
6ffe910a 10939
6ffe910a 10940
6ffe910a 10941
6ffe910a 10942
6ffe910a 10943
35695fd6 10944
35695fd6 10945
35695fd6 10946
b7026657 10947
b7026657 10948
c906108c 10949
b7026657 10950
b7026657 10951
c906108c 10952
b7026657 10953
6bb11ab3
L
10954
10955
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10957$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10958hardcode_action=
10959if test -n "$hardcode_libdir_flag_spec" ||
10960 test -n "$runpath_var" ||
10961 test "X$hardcode_automatic" = "Xyes" ; then
10962
10963 # We can hardcode non-existent directories.
10964 if test "$hardcode_direct" != no &&
10965 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10966 # have to relink, otherwise we might link with an installed library
10967 # when we should be linking with a yet-to-be-installed one
10968 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10969 test "$hardcode_minus_L" != no; then
10970 # Linking always hardcodes the temporary library directory.
10971 hardcode_action=relink
10972 else
10973 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10974 hardcode_action=immediate
10975 fi
10976else
10977 # We cannot hardcode anything, or else we can only hardcode existing
10978 # directories.
10979 hardcode_action=unsupported
10980fi
10981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10982$as_echo "$hardcode_action" >&6; }
10983
10984if test "$hardcode_action" = relink ||
10985 test "$inherit_rpath" = yes; then
10986 # Fast installation is not supported
10987 enable_fast_install=no
10988elif test "$shlibpath_overrides_runpath" = yes ||
10989 test "$enable_shared" = no; then
10990 # Fast installation is not necessary
10991 enable_fast_install=needless
c906108c 10992fi
b7026657 10993
c906108c 10994
6bb11ab3
L
10995
10996
10997
10998
10999 if test "x$enable_dlopen" != xyes; then
11000 enable_dlopen=unknown
11001 enable_dlopen_self=unknown
11002 enable_dlopen_self_static=unknown
11003else
11004 lt_cv_dlopen=no
11005 lt_cv_dlopen_libs=
11006
11007 case $host_os in
11008 beos*)
11009 lt_cv_dlopen="load_add_on"
11010 lt_cv_dlopen_libs=
11011 lt_cv_dlopen_self=yes
11012 ;;
11013
11014 mingw* | pw32* | cegcc*)
11015 lt_cv_dlopen="LoadLibrary"
11016 lt_cv_dlopen_libs=
11017 ;;
11018
11019 cygwin*)
11020 lt_cv_dlopen="dlopen"
11021 lt_cv_dlopen_libs=
11022 ;;
11023
11024 darwin*)
11025 # if libdl is installed we need to link against it
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11027$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11028if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
11029 $as_echo_n "(cached) " >&6
11030else
11031 ac_check_lib_save_LIBS=$LIBS
11032LIBS="-ldl $LIBS"
11033cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11034/* end confdefs.h. */
11035
11036/* Override any GCC internal prototype to avoid an error.
11037 Use char because int might match the return type of a GCC
11038 builtin and then its argument prototype would still apply. */
11039#ifdef __cplusplus
11040extern "C"
11041#endif
11042char dlopen ();
11043int
11044main ()
11045{
11046return dlopen ();
11047 ;
11048 return 0;
11049}
b7026657 11050_ACEOF
6bb11ab3
L
11051if ac_fn_c_try_link "$LINENO"; then :
11052 ac_cv_lib_dl_dlopen=yes
11053else
11054 ac_cv_lib_dl_dlopen=no
11055fi
11056rm -f core conftest.err conftest.$ac_objext \
11057 conftest$ac_exeext conftest.$ac_ext
11058LIBS=$ac_check_lib_save_LIBS
11059fi
11060{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11061$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11062if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11063 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11064else
11065
11066 lt_cv_dlopen="dyld"
11067 lt_cv_dlopen_libs=
11068 lt_cv_dlopen_self=yes
c906108c 11069
c906108c 11070fi
c906108c 11071
6bb11ab3 11072 ;;
c906108c 11073
6bb11ab3
L
11074 *)
11075 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11076if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
11077 lt_cv_dlopen="shl_load"
11078else
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11080$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11081if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
11082 $as_echo_n "(cached) " >&6
11083else
11084 ac_check_lib_save_LIBS=$LIBS
11085LIBS="-ldld $LIBS"
11086cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11087/* end confdefs.h. */
11088
11089/* Override any GCC internal prototype to avoid an error.
11090 Use char because int might match the return type of a GCC
11091 builtin and then its argument prototype would still apply. */
11092#ifdef __cplusplus
11093extern "C"
11094#endif
11095char shl_load ();
11096int
11097main ()
11098{
11099return shl_load ();
11100 ;
11101 return 0;
11102}
11103_ACEOF
11104if ac_fn_c_try_link "$LINENO"; then :
11105 ac_cv_lib_dld_shl_load=yes
11106else
11107 ac_cv_lib_dld_shl_load=no
11108fi
11109rm -f core conftest.err conftest.$ac_objext \
11110 conftest$ac_exeext conftest.$ac_ext
11111LIBS=$ac_check_lib_save_LIBS
11112fi
11113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11114$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11115if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11116 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11117else
11118 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11119if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11120 lt_cv_dlopen="dlopen"
11121else
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11123$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11124if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11125 $as_echo_n "(cached) " >&6
c906108c 11126else
b7026657 11127 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11128LIBS="-ldl $LIBS"
81ecdfbb 11129cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11130/* end confdefs.h. */
11131
81ecdfbb
RW
11132/* Override any GCC internal prototype to avoid an error.
11133 Use char because int might match the return type of a GCC
11134 builtin and then its argument prototype would still apply. */
b7026657
AC
11135#ifdef __cplusplus
11136extern "C"
11137#endif
6bb11ab3 11138char dlopen ();
b7026657
AC
11139int
11140main ()
11141{
6bb11ab3 11142return dlopen ();
b7026657
AC
11143 ;
11144 return 0;
11145}
11146_ACEOF
81ecdfbb 11147if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11148 ac_cv_lib_dl_dlopen=yes
b7026657 11149else
6bb11ab3 11150 ac_cv_lib_dl_dlopen=no
b7026657 11151fi
81ecdfbb
RW
11152rm -f core conftest.err conftest.$ac_objext \
11153 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11154LIBS=$ac_check_lib_save_LIBS
11155fi
6bb11ab3
L
11156{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11157$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11158if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11159 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11160else
11161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11162$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11163if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11164 $as_echo_n "(cached) " >&6
c906108c 11165else
b7026657 11166 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11167LIBS="-lsvld $LIBS"
81ecdfbb 11168cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11169/* end confdefs.h. */
11170
81ecdfbb
RW
11171/* Override any GCC internal prototype to avoid an error.
11172 Use char because int might match the return type of a GCC
11173 builtin and then its argument prototype would still apply. */
b7026657
AC
11174#ifdef __cplusplus
11175extern "C"
11176#endif
6bb11ab3 11177char dlopen ();
b7026657
AC
11178int
11179main ()
11180{
6bb11ab3 11181return dlopen ();
b7026657
AC
11182 ;
11183 return 0;
11184}
11185_ACEOF
81ecdfbb 11186if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11187 ac_cv_lib_svld_dlopen=yes
b7026657 11188else
6bb11ab3 11189 ac_cv_lib_svld_dlopen=no
b7026657 11190fi
81ecdfbb
RW
11191rm -f core conftest.err conftest.$ac_objext \
11192 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11193LIBS=$ac_check_lib_save_LIBS
11194fi
6bb11ab3
L
11195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11196$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11197if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11198 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11199else
6bb11ab3
L
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11201$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11202if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb
RW
11203 $as_echo_n "(cached) " >&6
11204else
6bb11ab3
L
11205 ac_check_lib_save_LIBS=$LIBS
11206LIBS="-ldld $LIBS"
81ecdfbb 11207cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624 11208/* end confdefs.h. */
81ecdfbb
RW
11209
11210/* Override any GCC internal prototype to avoid an error.
11211 Use char because int might match the return type of a GCC
11212 builtin and then its argument prototype would still apply. */
11213#ifdef __cplusplus
11214extern "C"
11215#endif
6bb11ab3 11216char dld_link ();
81ecdfbb
RW
11217int
11218main ()
11219{
6bb11ab3 11220return dld_link ();
81ecdfbb
RW
11221 ;
11222 return 0;
11223}
b5bd9624 11224_ACEOF
6bb11ab3
L
11225if ac_fn_c_try_link "$LINENO"; then :
11226 ac_cv_lib_dld_dld_link=yes
11227else
11228 ac_cv_lib_dld_dld_link=no
11229fi
11230rm -f core conftest.err conftest.$ac_objext \
11231 conftest$ac_exeext conftest.$ac_ext
11232LIBS=$ac_check_lib_save_LIBS
11233fi
11234{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11235$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11236if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11237 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11238fi
11239
11240
11241fi
11242
11243
11244fi
11245
11246
11247fi
11248
11249
11250fi
11251
11252
11253fi
11254
11255 ;;
11256 esac
11257
11258 if test "x$lt_cv_dlopen" != xno; then
11259 enable_dlopen=yes
b5bd9624 11260 else
6bb11ab3
L
11261 enable_dlopen=no
11262 fi
11263
11264 case $lt_cv_dlopen in
11265 dlopen)
11266 save_CPPFLAGS="$CPPFLAGS"
11267 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11268
11269 save_LDFLAGS="$LDFLAGS"
11270 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11271
11272 save_LIBS="$LIBS"
11273 LIBS="$lt_cv_dlopen_libs $LIBS"
11274
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11276$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11277if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11278 $as_echo_n "(cached) " >&6
11279else
11280 if test "$cross_compiling" = yes; then :
11281 lt_cv_dlopen_self=cross
11282else
11283 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11284 lt_status=$lt_dlunknown
11285 cat > conftest.$ac_ext <<_LT_EOF
2c2645d7 11286#line 11286 "configure"
6bb11ab3
L
11287#include "confdefs.h"
11288
11289#if HAVE_DLFCN_H
11290#include <dlfcn.h>
11291#endif
11292
11293#include <stdio.h>
11294
11295#ifdef RTLD_GLOBAL
11296# define LT_DLGLOBAL RTLD_GLOBAL
11297#else
11298# ifdef DL_GLOBAL
11299# define LT_DLGLOBAL DL_GLOBAL
11300# else
11301# define LT_DLGLOBAL 0
11302# endif
11303#endif
11304
11305/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11306 find out it does not work in some platform. */
11307#ifndef LT_DLLAZY_OR_NOW
11308# ifdef RTLD_LAZY
11309# define LT_DLLAZY_OR_NOW RTLD_LAZY
11310# else
11311# ifdef DL_LAZY
11312# define LT_DLLAZY_OR_NOW DL_LAZY
11313# else
11314# ifdef RTLD_NOW
11315# define LT_DLLAZY_OR_NOW RTLD_NOW
11316# else
11317# ifdef DL_NOW
11318# define LT_DLLAZY_OR_NOW DL_NOW
11319# else
11320# define LT_DLLAZY_OR_NOW 0
11321# endif
11322# endif
11323# endif
11324# endif
11325#endif
11326
11327/* When -fvisbility=hidden is used, assume the code has been annotated
11328 correspondingly for the symbols needed. */
11329#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11330void fnord () __attribute__((visibility("default")));
11331#endif
11332
11333void fnord () { int i=42; }
11334int main ()
11335{
11336 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11337 int status = $lt_dlunknown;
11338
11339 if (self)
11340 {
11341 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11342 else
11343 {
11344 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11345 else puts (dlerror ());
11346 }
11347 /* dlclose (self); */
11348 }
11349 else
11350 puts (dlerror ());
11351
11352 return status;
11353}
11354_LT_EOF
11355 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11356 (eval $ac_link) 2>&5
11357 ac_status=$?
11358 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11359 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11360 (./conftest; exit; ) >&5 2>/dev/null
11361 lt_status=$?
11362 case x$lt_status in
11363 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11364 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11365 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11366 esac
11367 else :
11368 # compilation failed
11369 lt_cv_dlopen_self=no
b5bd9624 11370 fi
b5bd9624 11371fi
6bb11ab3
L
11372rm -fr conftest*
11373
11374
b5bd9624 11375fi
6bb11ab3
L
11376{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11377$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11378
6bb11ab3
L
11379 if test "x$lt_cv_dlopen_self" = xyes; then
11380 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11382$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11383if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11384 $as_echo_n "(cached) " >&6
b5bd9624 11385else
6bb11ab3
L
11386 if test "$cross_compiling" = yes; then :
11387 lt_cv_dlopen_self_static=cross
11388else
11389 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11390 lt_status=$lt_dlunknown
11391 cat > conftest.$ac_ext <<_LT_EOF
2c2645d7 11392#line 11392 "configure"
6bb11ab3
L
11393#include "confdefs.h"
11394
11395#if HAVE_DLFCN_H
11396#include <dlfcn.h>
11397#endif
11398
11399#include <stdio.h>
11400
11401#ifdef RTLD_GLOBAL
11402# define LT_DLGLOBAL RTLD_GLOBAL
11403#else
11404# ifdef DL_GLOBAL
11405# define LT_DLGLOBAL DL_GLOBAL
11406# else
11407# define LT_DLGLOBAL 0
11408# endif
11409#endif
11410
11411/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11412 find out it does not work in some platform. */
11413#ifndef LT_DLLAZY_OR_NOW
11414# ifdef RTLD_LAZY
11415# define LT_DLLAZY_OR_NOW RTLD_LAZY
11416# else
11417# ifdef DL_LAZY
11418# define LT_DLLAZY_OR_NOW DL_LAZY
11419# else
11420# ifdef RTLD_NOW
11421# define LT_DLLAZY_OR_NOW RTLD_NOW
11422# else
11423# ifdef DL_NOW
11424# define LT_DLLAZY_OR_NOW DL_NOW
11425# else
11426# define LT_DLLAZY_OR_NOW 0
11427# endif
11428# endif
11429# endif
11430# endif
11431#endif
11432
11433/* When -fvisbility=hidden is used, assume the code has been annotated
11434 correspondingly for the symbols needed. */
11435#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11436void fnord () __attribute__((visibility("default")));
11437#endif
11438
11439void fnord () { int i=42; }
11440int main ()
11441{
11442 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11443 int status = $lt_dlunknown;
11444
11445 if (self)
11446 {
11447 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11448 else
11449 {
11450 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11451 else puts (dlerror ());
11452 }
11453 /* dlclose (self); */
11454 }
11455 else
11456 puts (dlerror ());
11457
11458 return status;
11459}
11460_LT_EOF
11461 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11462 (eval $ac_link) 2>&5
11463 ac_status=$?
11464 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11465 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11466 (./conftest; exit; ) >&5 2>/dev/null
11467 lt_status=$?
11468 case x$lt_status in
11469 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11470 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11471 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11472 esac
11473 else :
11474 # compilation failed
11475 lt_cv_dlopen_self_static=no
11476 fi
b5bd9624 11477fi
6bb11ab3
L
11478rm -fr conftest*
11479
11480
b5bd9624 11481fi
6bb11ab3
L
11482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11483$as_echo "$lt_cv_dlopen_self_static" >&6; }
11484 fi
11485
11486 CPPFLAGS="$save_CPPFLAGS"
11487 LDFLAGS="$save_LDFLAGS"
11488 LIBS="$save_LIBS"
11489 ;;
11490 esac
11491
11492 case $lt_cv_dlopen_self in
11493 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11494 *) enable_dlopen_self=unknown ;;
11495 esac
11496
11497 case $lt_cv_dlopen_self_static in
11498 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11499 *) enable_dlopen_self_static=unknown ;;
11500 esac
11501fi
11502
11503
11504
11505
11506
11507
11508
11509
11510
11511
11512
11513
11514
11515
11516
11517
11518
11519striplib=
11520old_striplib=
11521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11522$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11523if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11524 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11525 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11527$as_echo "yes" >&6; }
11528else
11529# FIXME - insert some real tests, host_os isn't really good enough
11530 case $host_os in
11531 darwin*)
11532 if test -n "$STRIP" ; then
11533 striplib="$STRIP -x"
11534 old_striplib="$STRIP -S"
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11536$as_echo "yes" >&6; }
11537 else
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11539$as_echo "no" >&6; }
11540 fi
11541 ;;
11542 *)
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11544$as_echo "no" >&6; }
11545 ;;
11546 esac
11547fi
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559
11560 # Report which library types will actually be built
11561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11562$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11564$as_echo "$can_build_shared" >&6; }
11565
11566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11567$as_echo_n "checking whether to build shared libraries... " >&6; }
11568 test "$can_build_shared" = "no" && enable_shared=no
11569
11570 # On AIX, shared libraries and static libraries use the same namespace, and
11571 # are all built from PIC.
11572 case $host_os in
11573 aix3*)
11574 test "$enable_shared" = yes && enable_static=no
11575 if test -n "$RANLIB"; then
11576 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11577 postinstall_cmds='$RANLIB $lib'
11578 fi
11579 ;;
11580
11581 aix[4-9]*)
11582 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11583 test "$enable_shared" = yes && enable_static=no
11584 fi
11585 ;;
11586 esac
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11588$as_echo "$enable_shared" >&6; }
11589
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11591$as_echo_n "checking whether to build static libraries... " >&6; }
11592 # Make sure either enable_shared or enable_static is yes.
11593 test "$enable_shared" = yes || enable_static=yes
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11595$as_echo "$enable_static" >&6; }
11596
11597
11598
11599
11600fi
11601ac_ext=c
11602ac_cpp='$CPP $CPPFLAGS'
11603ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11604ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11605ac_compiler_gnu=$ac_cv_c_compiler_gnu
11606
11607CC="$lt_save_CC"
11608
11609
11610
11611
11612
11613
11614
11615
11616
b5bd9624 11617
b5bd9624 11618
b5bd9624 11619
b5bd9624 11620
6bb11ab3
L
11621 ac_config_commands="$ac_config_commands libtool"
11622
11623
11624
11625
11626# Only expand once:
11627
11628
5912fadd 11629
b5bd9624 11630
c906108c
SS
11631
11632
31e6ad7d
MF
11633
11634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11635$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11636 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11637if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11638 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11639else
11640 USE_MAINTAINER_MODE=no
c906108c 11641fi
31e6ad7d
MF
11642
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11644$as_echo "$USE_MAINTAINER_MODE" >&6; }
11645 if test $USE_MAINTAINER_MODE = yes; then
11646 MAINTAINER_MODE_TRUE=
11647 MAINTAINER_MODE_FALSE='#'
c906108c 11648else
31e6ad7d
MF
11649 MAINTAINER_MODE_TRUE='#'
11650 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11651fi
11652
31e6ad7d
MF
11653 MAINT=$MAINTAINER_MODE_TRUE
11654
11655
c906108c
SS
11656
11657
ce39bd38
MF
11658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11659$as_echo_n "checking for sim debug setting... " >&6; }
11660sim_debug="0"
81ecdfbb
RW
11661# Check whether --enable-sim-debug was given.
11662if test "${enable_sim_debug+set}" = set; then :
11663 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11664 yes) sim_debug="7";;
11665 no) sim_debug="0";;
11666 *) sim_debug="($enableval)";;
c906108c 11667esac
c906108c 11668fi
ce39bd38
MF
11669if test "$sim_debug" != "0"; then
11670
11671cat >>confdefs.h <<_ACEOF
11672#define DEBUG $sim_debug
11673_ACEOF
11674
81ecdfbb
RW
11675fi
11676
ce39bd38
MF
11677cat >>confdefs.h <<_ACEOF
11678#define WITH_DEBUG $sim_debug
11679_ACEOF
11680
11681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11682$as_echo "$sim_debug" >&6; }
c906108c
SS
11683
11684
ce39bd38
MF
11685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11686$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11687sim_stdio="0"
81ecdfbb
RW
11688# Check whether --enable-sim-stdio was given.
11689if test "${enable_sim_stdio+set}" = set; then :
11690 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11691 yes) sim_stdio="DO_USE_STDIO";;
11692 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11693 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11694esac
81ecdfbb
RW
11695fi
11696
ce39bd38
MF
11697cat >>confdefs.h <<_ACEOF
11698#define WITH_STDIO $sim_stdio
11699_ACEOF
11700
11701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11702$as_echo "$sim_stdio" >&6; }
c906108c
SS
11703
11704
ce39bd38
MF
11705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11706$as_echo_n "checking for sim trace settings... " >&6; }
11707sim_trace="~TRACE_debug"
81ecdfbb
RW
11708# Check whether --enable-sim-trace was given.
11709if test "${enable_sim_trace+set}" = set; then :
11710 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11711 yes) sim_trace="-1";;
11712 no) sim_trace="0";;
c906108c 11713 [-0-9]*)
ce39bd38 11714 sim_trace="'(${enableval})'";;
2232061b 11715 [[:lower:]]*)
c906108c
SS
11716 sim_trace=""
11717 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11718 if test x"$sim_trace" = x; then
ce39bd38 11719 sim_trace="(TRACE_$x"
c906108c
SS
11720 else
11721 sim_trace="${sim_trace}|TRACE_$x"
11722 fi
11723 done
ce39bd38 11724 sim_trace="$sim_trace)" ;;
c906108c 11725esac
81ecdfbb
RW
11726fi
11727
ce39bd38
MF
11728cat >>confdefs.h <<_ACEOF
11729#define WITH_TRACE $sim_trace
11730_ACEOF
11731
11732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11733$as_echo "$sim_trace" >&6; }
c906108c
SS
11734
11735
ce39bd38
MF
11736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11737$as_echo_n "checking for sim profile settings... " >&6; }
11738profile="1"
11739sim_profile="-1"
81ecdfbb
RW
11740# Check whether --enable-sim-profile was given.
11741if test "${enable_sim_profile+set}" = set; then :
11742 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11743 yes) profile="1" sim_profile="-1";;
11744 no) profile="0" sim_profile="0";;
c906108c 11745 [-0-9]*)
ce39bd38 11746 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11747 [a-z]*)
ce39bd38 11748 profile="1"
c906108c
SS
11749 sim_profile=""
11750 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11751 if test x"$sim_profile" = x; then
ce39bd38 11752 sim_profile="(PROFILE_$x"
c906108c
SS
11753 else
11754 sim_profile="${sim_profile}|PROFILE_$x"
11755 fi
11756 done
ce39bd38 11757 sim_profile="$sim_profile)" ;;
c906108c 11758esac
81ecdfbb
RW
11759fi
11760
ce39bd38
MF
11761cat >>confdefs.h <<_ACEOF
11762#define PROFILE $profile
11763_ACEOF
c906108c
SS
11764
11765
ce39bd38
MF
11766cat >>confdefs.h <<_ACEOF
11767#define WITH_PROFILE $sim_profile
11768_ACEOF
11769
11770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11771$as_echo "$sim_profile" >&6; }
11772
11773
11774
11775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11776$as_echo_n "checking whether to enable sim asserts... " >&6; }
11777sim_assert="1"
35656e95
MF
11778# Check whether --enable-sim-assert was given.
11779if test "${enable_sim_assert+set}" = set; then :
11780 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11781 yes) sim_assert="1";;
11782 no) sim_assert="0";;
d0ac1c44 11783 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11784esac
35656e95
MF
11785fi
11786
ce39bd38
MF
11787cat >>confdefs.h <<_ACEOF
11788#define WITH_ASSERT $sim_assert
11789_ACEOF
11790
11791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11792$as_echo "$sim_assert" >&6; }
11793
35656e95 11794
ce39bd38
MF
11795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11796$as_echo_n "checking default sim environment setting... " >&6; }
11797sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11798# Check whether --enable-sim-environment was given.
11799if test "${enable_sim_environment+set}" = set; then :
11800 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11801 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11802 user | USER) sim_environment="USER_ENVIRONMENT";;
11803 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11804 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11805 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11806esac
16f7876d
MF
11807fi
11808
ce39bd38
MF
11809cat >>confdefs.h <<_ACEOF
11810#define WITH_ENVIRONMENT $sim_environment
11811_ACEOF
11812
11813{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11814$as_echo "$sim_environment" >&6; }
11815
16f7876d 11816
347fe5bb
MF
11817sim_inline="-DDEFAULT_INLINE=0"
11818# Check whether --enable-sim-inline was given.
11819if test "${enable_sim_inline+set}" = set; then :
11820 enableval=$enable_sim_inline; sim_inline=""
11821case "$enableval" in
11822 no) sim_inline="-DDEFAULT_INLINE=0";;
11823 0) sim_inline="-DDEFAULT_INLINE=0";;
11824 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11825 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11826 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11827 new_flag=""
11828 case "$x" in
11829 *_INLINE=*) new_flag="-D$x";;
11830 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11831 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11832 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11833 esac
11834 if test x"$sim_inline" = x""; then
11835 sim_inline="$new_flag"
11836 else
11837 sim_inline="$sim_inline $new_flag"
11838 fi
11839 done;;
11840esac
11841if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11842 echo "Setting inline flags = $sim_inline" 6>&1
11843fi
11844fi
11845
11846
11847
6efef468 11848
81ecdfbb
RW
11849# Check whether --with-pkgversion was given.
11850if test "${with_pkgversion+set}" = set; then :
11851 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11852 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11853 no) PKGVERSION= ;;
11854 *) PKGVERSION="($withval) " ;;
11855 esac
11856else
bf12d44e 11857 PKGVERSION="(SIM) "
6efef468 11858
81ecdfbb
RW
11859fi
11860
6efef468
JM
11861
11862
11863
11864
81ecdfbb
RW
11865# Check whether --with-bugurl was given.
11866if test "${with_bugurl+set}" = set; then :
11867 withval=$with_bugurl; case "$withval" in
d0ac1c44 11868 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11869 no) BUGURL=
11870 ;;
11871 *) BUGURL="$withval"
11872 ;;
11873 esac
11874else
dfb856ba 11875 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11876
81ecdfbb
RW
11877fi
11878
6efef468
JM
11879 case ${BUGURL} in
11880 "")
11881 REPORT_BUGS_TO=
11882 REPORT_BUGS_TEXI=
11883 ;;
11884 *)
11885 REPORT_BUGS_TO="<$BUGURL>"
11886 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11887 ;;
11888 esac;
11889
11890
11891
11892
11893cat >>confdefs.h <<_ACEOF
11894#define PKGVERSION "$PKGVERSION"
11895_ACEOF
11896
11897
11898cat >>confdefs.h <<_ACEOF
11899#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11900_ACEOF
11901
11902
81ecdfbb
RW
11903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11904$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11905if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11906 $as_echo_n "(cached) " >&6
c906108c 11907else
81ecdfbb 11908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11909/* end confdefs.h. */
c906108c
SS
11910#include <sys/types.h>
11911#include <signal.h>
c906108c 11912
b7026657
AC
11913int
11914main ()
11915{
81ecdfbb 11916return *(signal (0, 0)) (0) == 1;
b7026657
AC
11917 ;
11918 return 0;
11919}
11920_ACEOF
81ecdfbb
RW
11921if ac_fn_c_try_compile "$LINENO"; then :
11922 ac_cv_type_signal=int
c906108c 11923else
81ecdfbb 11924 ac_cv_type_signal=void
c906108c 11925fi
81ecdfbb 11926rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11927fi
81ecdfbb
RW
11928{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11929$as_echo "$ac_cv_type_signal" >&6; }
c906108c 11930
b7026657 11931cat >>confdefs.h <<_ACEOF
c906108c 11932#define RETSIGTYPE $ac_cv_type_signal
b7026657 11933_ACEOF
c906108c
SS
11934
11935
cd0fc7c3
SS
11936
11937
c906108c 11938
c906108c 11939
c906108c
SS
11940wire_alignment="NONSTRICT_ALIGNMENT"
11941default_alignment=""
11942
81ecdfbb
RW
11943# Check whether --enable-sim-alignment was given.
11944if test "${enable_sim_alignment+set}" = set; then :
11945 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11946 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11947 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11948 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11949 yes) if test x"$wire_alignment" != x; then
11950 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11951 else
11952 if test x"$default_alignment" != x; then
11953 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11954 else
11955 echo "No hard-wired alignment for target $target" 1>&6
11956 sim_alignment="-DWITH_ALIGNMENT=0"
11957 fi
11958 fi;;
11959 no) if test x"$default_alignment" != x; then
11960 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11961 else
11962 if test x"$wire_alignment" != x; then
11963 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11964 else
11965 echo "No default alignment for target $target" 1>&6
11966 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11967 fi
11968 fi;;
d0ac1c44 11969 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11970esac
11971if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11972 echo "Setting alignment flags = $sim_alignment" 6>&1
11973fi
11974else
11975 if test x"$default_alignment" != x; then
11976 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11977else
11978 if test x"$wire_alignment" != x; then
11979 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11980 else
11981 sim_alignment=
11982 fi
11983fi
81ecdfbb
RW
11984fi
11985
c906108c 11986
2232061b
MF
11987# Check whether --enable-werror was given.
11988if test "${enable_werror+set}" = set; then :
11989 enableval=$enable_werror; case "${enableval}" in
11990 yes | y) ERROR_ON_WARNING="yes" ;;
11991 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11992 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11993 esac
11994fi
11995
11996
11997# Enable -Werror by default when using gcc
11998if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11999 ERROR_ON_WARNING=yes
51216631 12000fi
2232061b
MF
12001
12002WERROR_CFLAGS=""
2232061b 12003
2232061b 12004build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 12005-Wpointer-sign \
2232061b 12006-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
12007-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
12008-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
12009-Wold-style-declaration -Wold-style-definition"
2232061b
MF
12010
12011# Enable -Wno-format by default when using gcc on mingw since many
12012# GCC versions complain about %I64.
12013case "${host}" in
12014 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 12015 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
12016esac
12017
81ecdfbb
RW
12018# Check whether --enable-build-warnings was given.
12019if test "${enable_build_warnings+set}" = set; then :
12020 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
12021 yes) ;;
12022 no) build_warnings="-w";;
12023 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12024 build_warnings="${build_warnings} ${t}";;
12025 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12026 build_warnings="${t} ${build_warnings}";;
12027 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12028esac
12029if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12030 echo "Setting compiler warning flags = $build_warnings" 6>&1
12031fi
81ecdfbb
RW
12032fi
12033# Check whether --enable-sim-build-warnings was given.
12034if test "${enable_sim_build_warnings+set}" = set; then :
12035 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
12036 yes) ;;
12037 no) build_warnings="-w";;
12038 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 12039 build_warnings="${build_warnings} ${t}";;
c906108c 12040 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
12041 build_warnings="${t} ${build_warnings}";;
12042 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
12043esac
12044if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
12045 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12046fi
81ecdfbb
RW
12047fi
12048WARN_CFLAGS=""
d4f3574e
SS
12049if test "x${build_warnings}" != x -a "x$GCC" = xyes
12050then
81ecdfbb
RW
12051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12052$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
12053 # Separate out the -Werror flag as some files just cannot be
12054 # compiled with it enabled.
12055 for w in ${build_warnings}; do
12056 case $w in
12057 -Werr*) WERROR_CFLAGS=-Werror ;;
12058 *) # Check that GCC accepts it
12059 saved_CFLAGS="$CFLAGS"
12060 CFLAGS="$CFLAGS $w"
81ecdfbb 12061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12062/* end confdefs.h. */
c8cca39f 12063
b7026657
AC
12064int
12065main ()
12066{
c8cca39f 12067
b7026657
AC
12068 ;
12069 return 0;
12070}
12071_ACEOF
81ecdfbb 12072if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 12073 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 12074fi
81ecdfbb 12075rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
12076 CFLAGS="$saved_CFLAGS"
12077 esac
12078 done
2232061b
MF
12079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12080$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
12081fi
12082
12083
e6c674b8 12084default_sim_reserved_bits="1"
81ecdfbb
RW
12085# Check whether --enable-sim-reserved-bits was given.
12086if test "${enable_sim_reserved_bits+set}" = set; then :
12087 enableval=$enable_sim_reserved_bits; case "${enableval}" in
e6c674b8
CD
12088 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
12089 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 12090 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
e6c674b8
CD
12091esac
12092if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
12093 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
12094fi
12095else
12096 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
12097fi
12098
e6c674b8 12099
c906108c
SS
12100# DEPRECATED
12101#
12102# Instead of defining a `subtarget' macro, code should be checking
12103# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
12104# in question.
12105#
12106case "${target}" in
4c54fc26 12107 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
c906108c 12108 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
109ad085 12109 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
cc220243 12110 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
1e799e28
CD
12111 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
12112 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
c906108c
SS
12113 *) SIM_SUBTARGET="";;
12114esac
12115
12116
12117
12118
12119#
12120# Select the byte order of the target
12121#
12122mips_endian=
12123default_endian=
12124case "${target}" in
1ac72f06
MF
12125 mips64el*-*-*) mips_endian=LITTLE ;;
12126 mips64vr*el-*-*) default_endian=LITTLE ;;
12127 mips64*-*-*) default_endian=BIG ;;
12128 mips16*-*-*) default_endian=BIG ;;
12129 mipsisa32*-*-*) default_endian=BIG ;;
12130 mipsisa64*-*-*) default_endian=BIG ;;
12131 mips*-*-*) default_endian=BIG ;;
12132 *) default_endian=BIG ;;
c906108c
SS
12133esac
12134
12135wire_endian="$mips_endian"
12136default_endian="$default_endian"
81ecdfbb
RW
12137# Check whether --enable-sim-endian was given.
12138if test "${enable_sim_endian+set}" = set; then :
12139 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
12140 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
12141 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 12142 yes) if test x"$wire_endian" != x; then
1ac72f06 12143 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 12144 else
1ac72f06
MF
12145 if test x"$default_endian" != x; then
12146 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12147 else
12148 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 12149 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
12150 fi
12151 fi;;
12152 no) if test x"$default_endian" != x; then
1ac72f06 12153 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12154 else
12155 if test x"$wire_endian" != x; then
1ac72f06 12156 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
12157 else
12158 echo "No default endian for target $target" 1>&6
1ac72f06 12159 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
12160 fi
12161 fi;;
d0ac1c44 12162 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
12163esac
12164if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12165 echo "Setting endian flags = $sim_endian" 6>&1
12166fi
12167else
12168 if test x"$default_endian" != x; then
1ac72f06 12169 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12170else
12171 if test x"$wire_endian" != x; then
1ac72f06 12172 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
12173 else
12174 sim_endian=
12175 fi
12176fi
81ecdfbb
RW
12177fi
12178
c906108c
SS
12179
12180
12181
12182#
12183# Select the bitsize of the target
12184#
12185mips_addr_bitsize=
12186case "${target}" in
109ad085 12187 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
cc220243 12188 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
12189 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
12190 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1e799e28
CD
12191 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
12192 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
12193 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
12194 *) mips_bitsize=64 ; mips_msb=63 ;;
12195esac
12196wire_word_bitsize="$mips_bitsize"
12197wire_word_msb="$mips_msb"
12198wire_address_bitsize="$mips_addr_bitsize"
12199wire_cell_bitsize=""
81ecdfbb
RW
12200# Check whether --enable-sim-bitsize was given.
12201if test "${enable_sim_bitsize+set}" = set; then :
12202 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
12203case "${enableval}" in
12204 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
12205 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
12206 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12207 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12208 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12209 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
12210 else
12211 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
12212 fi ;;
12213 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12214 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
12215 else
12216 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
12217 fi ;;
d0ac1c44 12218 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12219esac
12220# address bitsize
12221tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
12222case x"${tmp}" in
12223 x ) ;;
12224 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
12225 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 12226 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12227esac
12228# cell bitsize
12229tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
12230case x"${tmp}" in
12231 x ) ;;
12232 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
12233 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 12234 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12235esac
12236if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
12237 echo "Setting bitsize flags = $sim_bitsize" 6>&1
12238fi
12239else
12240 sim_bitsize=""
12241if test x"$wire_word_bitsize" != x; then
12242 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
12243fi
12244if test x"$wire_word_msb" != x; then
12245 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
12246fi
12247if test x"$wire_address_bitsize" != x; then
12248 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
12249fi
12250if test x"$wire_cell_bitsize" != x; then
12251 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
12252fi
81ecdfbb
RW
12253fi
12254
c906108c
SS
12255
12256
12257
12258#
12259# Select the floating hardware support of the target
12260#
12261mips_fpu=HARDWARE_FLOATING_POINT
12262mips_fpu_bitsize=
12263case "${target}" in
4b5d35ee 12264 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
109ad085 12265 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
cc220243 12266 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
12267 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
12268 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1e799e28
CD
12269 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
12270 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
12271 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
12272 *) mips_fpu=HARD_FLOATING_POINT ;;
12273esac
12274
12275default_sim_float="$mips_fpu"
12276default_sim_float_bitsize="$mips_fpu_bitsize"
81ecdfbb
RW
12277# Check whether --enable-sim-float was given.
12278if test "${enable_sim_float+set}" = set; then :
12279 enableval=$enable_sim_float; case "${enableval}" in
c906108c
SS
12280 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
12281 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
12282 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
12283 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
d0ac1c44 12284 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
c906108c
SS
12285esac
12286if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
12287 echo "Setting float flags = $sim_float" 6>&1
12288fi
12289else
b7026657 12290
c906108c
SS
12291sim_float=
12292if test x"${default_sim_float}" != x""; then
12293 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
12294fi
12295if test x"${default_sim_float_bitsize}" != x""; then
12296 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
12297fi
12298
81ecdfbb
RW
12299fi
12300
c906108c
SS
12301
12302
12303
c906108c
SS
12304#
12305# Select the IGEN architecture
12306#
12307sim_gen=IGEN
12308sim_igen_machine="-M mipsIV"
139181c8 12309sim_m16_machine="-M mips16,mipsIII"
c906108c
SS
12310sim_igen_filter="32,64,f"
12311sim_m16_filter="16"
4c54fc26
CD
12312sim_mach_default="mips8000"
12313
c906108c
SS
12314case "${target}" in
12315 mips*tx39*) sim_gen=IGEN
12316 sim_igen_filter="32,f"
12317 sim_igen_machine="-M r3900"
12318 ;;
12319 mips64vr43*-*-*) sim_gen=IGEN
12320 sim_igen_machine="-M mipsIV"
4c54fc26 12321 sim_mach_default="mips8000"
c906108c
SS
12322 ;;
12323 mips64vr5*-*-*) sim_gen=IGEN
12324 sim_igen_machine="-M vr5000"
4c54fc26 12325 sim_mach_default="mips5000"
c906108c
SS
12326 ;;
12327 mips64vr41*) sim_gen=M16
12328 sim_igen_machine="-M vr4100"
12329 sim_m16_machine="-M vr4100"
12330 sim_igen_filter="32,64,f"
12331 sim_m16_filter="16"
4c54fc26 12332 sim_mach_default="mips4100"
c906108c 12333 ;;
4c54fc26
CD
12334 mips64vr-*-* | mips64vrel-*-*)
12335 sim_gen=MULTI
12336 sim_multi_configs="\
12337 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
12338 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
12339 vr5000:mipsIV:32,64,f:mips4300,mips5000\
12340 vr5400:mipsIV,vr5400:32,64,f:mips5400\
12341 vr5500:mipsIV,vr5500:32,64,f:mips5500"
12342 sim_multi_default=mips5000
12343 ;;
cc220243 12344 mips*-sde-elf* | mips*-mti-elf*)
8e394ffc
AB
12345 sim_gen=MULTI
12346 sim_multi_configs="\
12347 micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
12348 mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
12349 sim_multi_default=mipsisa64r2
109ad085 12350 ;;
c906108c
SS
12351 mips64*-*-*) sim_igen_filter="32,64,f"
12352 sim_gen=IGEN
12353 ;;
12354 mips16*-*-*) sim_gen=M16
12355 sim_igen_filter="32,64,f"
12356 sim_m16_filter="16"
12357 ;;
8e394ffc
AB
12358 mipsisa32r2*-*-*) sim_gen=MULTI
12359 sim_multi_configs="\
12360 micromips:micromips32,micromipsdsp:32,f:mips_micromips\
12361 mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
12362 sim_multi_default=mipsisa32r2
e70cb6cd 12363 ;;
d5fb0879
RS
12364 mipsisa32*-*-*) sim_gen=M16
12365 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
12366 sim_m16_machine="-M mips16,mips16e,mips32"
12367 sim_igen_filter="32,f"
12368 sim_mach_default="mipsisa32"
1e799e28 12369 ;;
d5fb0879
RS
12370 mipsisa64r2*-*-*) sim_gen=M16
12371 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
12372 sim_m16_machine="-M mips16,mips16e,mips64r2"
12373 sim_igen_filter="32,64,f"
12374 sim_mach_default="mipsisa64r2"
e70cb6cd 12375 ;;
7cbea089 12376 mipsisa64sb1*-*-*) sim_gen=IGEN
109ad085 12377 sim_igen_machine="-M mips64,mips3d,sb1"
7cbea089 12378 sim_igen_filter="32,64,f"
4c54fc26 12379 sim_mach_default="mips_sb1"
7cbea089 12380 ;;
d5fb0879
RS
12381 mipsisa64*-*-*) sim_gen=M16
12382 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
12383 sim_m16_machine="-M mips16,mips16e,mips64"
12384 sim_igen_filter="32,64,f"
12385 sim_mach_default="mipsisa64"
1e799e28 12386 ;;
109ad085 12387 mips*lsi*) sim_gen=M16
c906108c
SS
12388 sim_igen_machine="-M mipsIII,mips16"
12389 sim_m16_machine="-M mips16,mipsIII"
12390 sim_igen_filter="32,f"
12391 sim_m16_filter="16"
4c54fc26 12392 sim_mach_default="mips4000"
109ad085 12393 ;;
c906108c
SS
12394 mips*-*-*) sim_gen=IGEN
12395 sim_igen_filter="32,f"
12396 ;;
12397esac
4c54fc26
CD
12398
12399# The MULTI generator can combine several simulation engines into one.
12400# executable. A configuration which uses the MULTI should set two
12401# variables: ${sim_multi_configs} and ${sim_multi_default}.
12402#
12403# ${sim_multi_configs} is the list of engines to build. Each
12404# space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
12405# where:
12406#
12407# - NAME is a C-compatible prefix for the engine,
12408# - MACHINE is a -M argument,
12409# - FILTER is a -F argument, and
12410# - BFDMACHS is a comma-separated list of bfd machines that the
12411# simulator can run.
12412#
12413# Each entry will have a separate simulation engine whose prefix is
12414# m32<NAME>. If the machine list includes "mips16", there will also
12415# be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
12416# generated using the same machine list as the 32-bit version,
12417# but the filter will be "16" instead of FILTER.
12418#
12419# The simulator compares the bfd mach against BFDMACHS to decide
12420# which engine to use. Entries in BFDMACHS should be bfd_mach
12421# values with "bfd_mach_" removed. ${sim_multi_default} says
12422# which entry should be the default.
12423if test ${sim_gen} = MULTI; then
12424
12425 # Simple sanity check.
12426 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
d0ac1c44 12427 as_fn_error $? "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
4c54fc26
CD
12428 fi
12429
12430 # Start in a known state.
12431 rm -f multi-include.h multi-run.c
12432 sim_multi_flags=
12433 sim_multi_src=
8e394ffc 12434 sim_multi_obj=
4c54fc26
CD
12435 sim_multi_igen_configs=
12436 sim_seen_default=no
12437
12438 cat << __EOF__ > multi-run.c
12439/* Main entry point for MULTI simulators.
46f900c0 12440 Copyright (C) 2003-2021 Free Software Foundation, Inc.
4c54fc26
CD
12441
12442 This program is free software; you can redistribute it and/or modify
12443 it under the terms of the GNU General Public License as published by
35ee6e1e 12444 the Free Software Foundation; either version 3 of the License, or
4c54fc26
CD
12445 (at your option) any later version.
12446
12447 This program is distributed in the hope that it will be useful,
12448 but WITHOUT ANY WARRANTY; without even the implied warranty of
12449 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12450 GNU General Public License for more details.
12451
12452 You should have received a copy of the GNU General Public License
35ee6e1e 12453 along with this program. If not, see <http://www.gnu.org/licenses/>.
4c54fc26
CD
12454
12455 --
12456
12457 This file was generated by sim/mips/configure. */
12458
12459#include "sim-main.h"
12460#include "multi-include.h"
8e394ffc
AB
12461#include "elf-bfd.h"
12462#include "elf/mips.h"
4c54fc26
CD
12463
12464#define SD sd
12465#define CPU cpu
12466
12467void
12468sim_engine_run (SIM_DESC sd,
12469 int next_cpu_nr,
12470 int nr_cpus,
12471 int signal) /* ignore */
12472{
12473 int mach;
12474
12475 if (STATE_ARCHITECTURE (sd) == NULL)
12476 mach = bfd_mach_${sim_multi_default};
1554f758 12477 else if (elf_elfheader (STATE_PROG_BFD (sd))->e_flags
8e394ffc
AB
12478 & EF_MIPS_ARCH_ASE_MICROMIPS)
12479 mach = bfd_mach_mips_micromips;
4c54fc26
CD
12480 else
12481 mach = STATE_ARCHITECTURE (SD)->mach;
12482
12483 switch (mach)
12484 {
12485__EOF__
12486
12487 for fc in ${sim_multi_configs}; do
12488
12489 # Split up the entry. ${c} contains the first three elements.
12490 # Note: outer sqaure brackets are m4 quotes.
12491 c=`echo ${fc} | sed 's/:[^:]*$//'`
12492 bfdmachs=`echo ${fc} | sed 's/.*://'`
12493 name=`echo ${c} | sed 's/:.*//'`
12494 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
12495 filter=`echo ${c} | sed 's/.*://'`
12496
12497 # Build the following lists:
12498 #
12499 # sim_multi_flags: all -M and -F flags used by the simulator
12500 # sim_multi_src: all makefile-generated source files
12501 # sim_multi_obj: the objects for ${sim_multi_src}
12502 # sim_multi_igen_configs: igen configuration strings.
12503 #
12504 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
12505 # or m16) followed by the NAME, MACHINE and FILTER part of
12506 # the ${sim_multi_configs} entry.
12507 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
12508
8e394ffc 12509 # Check whether special handling is needed.
4c54fc26
CD
12510 case ${c} in
12511 *:*mips16*:*)
12512 # Run igen twice, once for normal mode and once for mips16.
12513 ws="m32 m16"
12514
12515 # The top-level function for the mips16 simulator is
12516 # in a file m16${name}_run.c, generated by the
12517 # tmp-run-multi Makefile rule.
12518 sim_multi_src="${sim_multi_src} m16${name}_run.c"
12519 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
12520 sim_multi_flags="${sim_multi_flags} -F 16"
12521 ;;
8e394ffc
AB
12522 *:*micromips32*:*)
12523 # Run igen thrice, once for micromips32, once for micromips16,
12524 # and once for m32.
12525 ws="micromips_m32 micromips16 micromips32"
12526
12527 # The top-level function for the micromips simulator is
12528 # in a file micromips${name}_run.c, generated by the
12529 # tmp-run-multi Makefile rule.
12530 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
12531 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
12532 sim_multi_flags="${sim_multi_flags} -F 16,32"
12533 ;;
12534 *:*micromips64*:*)
12535 # Run igen thrice, once for micromips64, once for micromips16,
12536 # and once for m64.
12537 ws="micromips_m64 micromips16 micromips64"
12538
12539 # The top-level function for the micromips simulator is
12540 # in a file micromips${name}_run.c, generated by the
12541 # tmp-run-multi Makefile rule.
12542 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
12543 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
12544 sim_multi_flags="${sim_multi_flags} -F 16,32,64"
12545 ;;
4c54fc26
CD
12546 *)
12547 ws=m32
12548 ;;
12549 esac
12550
12551 # Now add the list of igen-generated files to ${sim_multi_src}
12552 # and ${sim_multi_obj}.
12553 for w in ${ws}; do
12554 for base in engine icache idecode model semantics support; do
12555 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
12556 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
12557 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
12558 done
12559 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
12560 done
12561
12562 # Add an include for the engine.h file. This file declares the
12563 # top-level foo_engine_run() function.
12564 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
12565
12566 # Add case statements for this engine to sim_engine_run().
12567 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
12568 echo " case bfd_mach_${mach}:" >> multi-run.c
12569 if test ${mach} = ${sim_multi_default}; then
12570 echo " default:" >> multi-run.c
12571 sim_seen_default=yes
12572 fi
12573 done
12574 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
12575 >> multi-run.c
12576 echo " break;" >> multi-run.c
12577 done
12578
12579 # Check whether we added a 'default:' label.
12580 if test ${sim_seen_default} = no; then
d0ac1c44 12581 as_fn_error $? "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
4c54fc26
CD
12582 fi
12583
12584 cat << __EOF__ >> multi-run.c
12585 }
12586}
12587
12588int
12589mips_mach_multi (SIM_DESC sd)
12590{
12591 if (STATE_ARCHITECTURE (sd) == NULL)
12592 return bfd_mach_${sim_multi_default};
12593
12594 switch (STATE_ARCHITECTURE (SD)->mach)
12595 {
12596__EOF__
12597
12598 # Add case statements for this engine to mips_mach_multi().
12599 for fc in ${sim_multi_configs}; do
12600
12601 # Split up the entry. ${c} contains the first three elements.
12602 # Note: outer sqaure brackets are m4 quotes.
12603 c=`echo ${fc} | sed 's/:[^:]*$//'`
12604 bfdmachs=`echo ${fc} | sed 's/.*://'`
12605
12606 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
12607 echo " case bfd_mach_${mach}:" >> multi-run.c
12608 done
12609 done
12610
12611 cat << __EOF__ >> multi-run.c
12612 return (STATE_ARCHITECTURE (SD)->mach);
12613 default:
12614 return bfd_mach_${sim_multi_default};
12615 }
12616}
12617__EOF__
12618
12619 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
12620else
12621 # For clean-extra
12622 sim_multi_src=doesnt-exist.c
12623
12624 if test x"${sim_mach_default}" = x""; then
d0ac1c44 12625 as_fn_error $? "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
4c54fc26
CD
12626 fi
12627 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
12628fi
c906108c
SS
12629sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
12630sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
8e394ffc
AB
12631sim_micromips16_flags=" -F ${sim_micromips16_filter} ${sim_micromips16_machine} ${sim_igen_smp}"
12632sim_micromips_flags=" -F ${sim_micromips_filter} ${sim_micromips_machine} ${sim_igen_smp}"
c906108c
SS
12633
12634
12635
12636
12637
4c54fc26
CD
12638
12639
12640
12641
c906108c
SS
12642#
12643# Add simulated hardware devices
12644#
12645hw_enabled=no
12646case "${target}" in
12647 mips*tx39*)
12648 hw_enabled=yes
b7026657 12649 hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
c906108c
SS
12650 ;;
12651 *)
c906108c
SS
12652 ;;
12653esac
12654
c906108c 12655if test "$hw_devices"; then
6ffe910a 12656 hardware="$hw_devices"
c906108c 12657else
6ffe910a 12658 hardware="cfi core pal glue"
c906108c 12659fi
6ffe910a 12660hardware="$hardware $hw_extra_devices"
1517bd27 12661
c906108c
SS
12662sim_hw_cflags="-DWITH_HW=1"
12663sim_hw="$hardware"
12664sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 12665
81ecdfbb
RW
12666# Check whether --enable-sim-hardware was given.
12667if test "${enable_sim_hardware+set}" = set; then :
12668 enableval=$enable_sim_hardware;
30452bbe
MF
12669else
12670 enable_sim_hardware="$hw_enabled"
1517bd27
MF
12671fi
12672
12673case ${enable_sim_hardware} in
64dd13df
MF
12674 yes|no) ;;
12675 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
12676 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
12677 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c906108c 12678esac
1517bd27 12679
64dd13df 12680if test "$enable_sim_hardware" = no; then
c906108c
SS
12681 sim_hw_objs=
12682 sim_hw_cflags="-DWITH_HW=0"
12683 sim_hw=
12684else
12685 sim_hw_cflags="-DWITH_HW=1"
12686 # remove duplicates
12687 sim_hw=""
12688 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
b3a3ffef
HPN
12689 for i in $hardware ; do
12690 case " $sim_hw " in
c906108c
SS
12691 *" $i "*) ;;
12692 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
12693 esac
12694 done
3be31516 12695 # mingw does not support sockser
3be31516
JS
12696 case ${host} in
12697 *mingw*) ;;
49cd1634
MF
12698 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
12699 # that you instatiate. Instead, other code will call into it directly.
12700 # At some point, we should convert it over.
12701 sim_hw_objs="$sim_hw_objs dv-sockser.o"
3be31516
JS
12702
12703cat >>confdefs.h <<_ACEOF
12704#define HAVE_DV_SOCKSER 1
12705_ACEOF
12706
12707 ;;
12708 esac
1517bd27
MF
12709 if test x"$silent" != x"yes"; then
12710 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
3be31516 12711 fi
1517bd27
MF
12712 case " $hardware " in
12713 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 12714$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 12715if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
12716 $as_echo_n "(cached) " >&6
12717else
12718 ac_check_lib_save_LIBS=$LIBS
12719LIBS="-lm $LIBS"
12720cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12721/* end confdefs.h. */
12722
12723/* Override any GCC internal prototype to avoid an error.
12724 Use char because int might match the return type of a GCC
12725 builtin and then its argument prototype would still apply. */
12726#ifdef __cplusplus
12727extern "C"
12728#endif
12729char log2 ();
12730int
12731main ()
12732{
12733return log2 ();
12734 ;
12735 return 0;
12736}
12737_ACEOF
12738if ac_fn_c_try_link "$LINENO"; then :
12739 ac_cv_lib_m_log2=yes
12740else
12741 ac_cv_lib_m_log2=no
12742fi
12743rm -f core conftest.err conftest.$ac_objext \
12744 conftest$ac_exeext conftest.$ac_ext
12745LIBS=$ac_check_lib_save_LIBS
12746fi
12747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
12748$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 12749if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
12750 cat >>confdefs.h <<_ACEOF
12751#define HAVE_LIBM 1
12752_ACEOF
12753
12754 LIBS="-lm $LIBS"
12755
12756fi
12757;;
1517bd27
MF
12758 esac
12759fi
4399a56b 12760
c906108c 12761
c906108c
SS
12762
12763# Choose simulator engine
12764case "${target}" in
12765 *) mips_igen_engine="engine.o"
12766 ;;
12767esac
12768
12769
12770
81ecdfbb
RW
12771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
12772$as_echo_n "checking for X... " >&6; }
b7026657 12773
c906108c 12774
81ecdfbb
RW
12775# Check whether --with-x was given.
12776if test "${with_x+set}" = set; then :
12777 withval=$with_x;
12778fi
c906108c
SS
12779
12780# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
12781if test "x$with_x" = xno; then
12782 # The user explicitly disabled X.
12783 have_x=disabled
12784else
81ecdfbb 12785 case $x_includes,$x_libraries in #(
d0ac1c44
SM
12786 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
12787 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
81ecdfbb 12788 $as_echo_n "(cached) " >&6
c906108c
SS
12789else
12790 # One or both of the vars are not set, and there is no cached value.
b7026657 12791ac_x_includes=no ac_x_libraries=no
81ecdfbb 12792rm -f -r conftest.dir
b7026657
AC
12793if mkdir conftest.dir; then
12794 cd conftest.dir
b7026657 12795 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
12796incroot:
12797 @echo incroot='${INCROOT}'
12798usrlibdir:
12799 @echo usrlibdir='${USRLIBDIR}'
12800libdir:
12801 @echo libdir='${LIBDIR}'
12802_ACEOF
12803 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
d0ac1c44 12804 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
12805 for ac_var in incroot usrlibdir libdir; do
12806 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
12807 done
c906108c 12808 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
12809 for ac_extension in a so sl dylib la dll; do
12810 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
12811 test -f "$ac_im_libdir/libX11.$ac_extension"; then
b7026657 12812 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
12813 fi
12814 done
12815 # Screen out bogus values from the imake configuration. They are
12816 # bogus both because they are the default anyway, and because
12817 # using them would break gcc on systems where it needs fixed includes.
b7026657 12818 case $ac_im_incroot in
81ecdfbb 12819 /usr/include) ac_x_includes= ;;
b7026657 12820 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 12821 esac
b7026657 12822 case $ac_im_usrlibdir in
81ecdfbb 12823 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
b7026657 12824 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
12825 esac
12826 fi
12827 cd ..
81ecdfbb 12828 rm -f -r conftest.dir
c906108c
SS
12829fi
12830
b7026657
AC
12831# Standard set of common directories for X headers.
12832# Check X11 before X11Rn because it is often a symlink to the current release.
12833ac_x_header_dirs='
12834/usr/X11/include
81ecdfbb 12835/usr/X11R7/include
b7026657
AC
12836/usr/X11R6/include
12837/usr/X11R5/include
12838/usr/X11R4/include
12839
12840/usr/include/X11
81ecdfbb 12841/usr/include/X11R7
b7026657
AC
12842/usr/include/X11R6
12843/usr/include/X11R5
12844/usr/include/X11R4
12845
12846/usr/local/X11/include
81ecdfbb 12847/usr/local/X11R7/include
b7026657
AC
12848/usr/local/X11R6/include
12849/usr/local/X11R5/include
12850/usr/local/X11R4/include
12851
12852/usr/local/include/X11
81ecdfbb 12853/usr/local/include/X11R7
b7026657
AC
12854/usr/local/include/X11R6
12855/usr/local/include/X11R5
12856/usr/local/include/X11R4
12857
12858/usr/X386/include
12859/usr/x386/include
12860/usr/XFree86/include/X11
12861
12862/usr/include
12863/usr/local/include
12864/usr/unsupported/include
12865/usr/athena/include
12866/usr/local/x11r5/include
12867/usr/lpp/Xamples/include
12868
12869/usr/openwin/include
12870/usr/openwin/share/include'
12871
12872if test "$ac_x_includes" = no; then
81ecdfbb 12873 # Guess where to find include files, by looking for Xlib.h.
c906108c 12874 # First, try using that file with no special directory specified.
81ecdfbb 12875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12876/* end confdefs.h. */
81ecdfbb 12877#include <X11/Xlib.h>
b7026657 12878_ACEOF
81ecdfbb 12879if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
12880 # We can compile using X headers with no special include directory.
12881ac_x_includes=
12882else
b7026657 12883 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 12884 if test -r "$ac_dir/X11/Xlib.h"; then
b7026657
AC
12885 ac_x_includes=$ac_dir
12886 break
12887 fi
12888done
c906108c 12889fi
d0ac1c44 12890rm -f conftest.err conftest.i conftest.$ac_ext
b7026657 12891fi # $ac_x_includes = no
c906108c 12892
b7026657 12893if test "$ac_x_libraries" = no; then
c906108c 12894 # Check for the libraries.
c906108c
SS
12895 # See if we find them without any special options.
12896 # Don't add to $LIBS permanently.
b7026657 12897 ac_save_LIBS=$LIBS
81ecdfbb
RW
12898 LIBS="-lX11 $LIBS"
12899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12900/* end confdefs.h. */
81ecdfbb 12901#include <X11/Xlib.h>
b7026657
AC
12902int
12903main ()
12904{
81ecdfbb 12905XrmInitialize ()
b7026657
AC
12906 ;
12907 return 0;
12908}
12909_ACEOF
81ecdfbb 12910if ac_fn_c_try_link "$LINENO"; then :
b7026657 12911 LIBS=$ac_save_LIBS
c906108c
SS
12912# We can link X programs with no special library path.
12913ac_x_libraries=
12914else
81ecdfbb
RW
12915 LIBS=$ac_save_LIBS
12916for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
b7026657 12917do
81ecdfbb
RW
12918 # Don't even attempt the hair of trying to link an X program!
12919 for ac_extension in a so sl dylib la dll; do
12920 if test -r "$ac_dir/libX11.$ac_extension"; then
12921 ac_x_libraries=$ac_dir
12922 break 2
12923 fi
12924 done
12925done
b7026657 12926fi
81ecdfbb
RW
12927rm -f core conftest.err conftest.$ac_objext \
12928 conftest$ac_exeext conftest.$ac_ext
12929fi # $ac_x_libraries = no
b7026657 12930
81ecdfbb
RW
12931case $ac_x_includes,$ac_x_libraries in #(
12932 no,* | *,no | *\'*)
12933 # Didn't find X, or a directory has "'" in its name.
12934 ac_cv_have_x="have_x=no";; #(
12935 *)
12936 # Record where we found X for the cache.
12937 ac_cv_have_x="have_x=yes\
12938 ac_x_includes='$ac_x_includes'\
12939 ac_x_libraries='$ac_x_libraries'"
12940esac
b7026657 12941fi
81ecdfbb
RW
12942;; #(
12943 *) have_x=yes;;
12944 esac
12945 eval "$ac_cv_have_x"
12946fi # $with_x != no
b7026657 12947
81ecdfbb
RW
12948if test "$have_x" != yes; then
12949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
12950$as_echo "$have_x" >&6; }
12951 no_x=yes
b7026657 12952else
81ecdfbb
RW
12953 # If each of the values was on the command line, it overrides each guess.
12954 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
12955 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
12956 # Update the cache value to reflect the command line values.
12957 ac_cv_have_x="have_x=yes\
12958 ac_x_includes='$x_includes'\
12959 ac_x_libraries='$x_libraries'"
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
12961$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
b7026657 12962fi
b7026657 12963
81ecdfbb
RW
12964mips_extra_libs=""
12965
12966
81ecdfbb
RW
12967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
12968$as_echo_n "checking for fabs in -lm... " >&6; }
d0ac1c44 12969if ${ac_cv_lib_m_fabs+:} false; then :
81ecdfbb 12970 $as_echo_n "(cached) " >&6
b7026657
AC
12971else
12972 ac_check_lib_save_LIBS=$LIBS
12973LIBS="-lm $LIBS"
81ecdfbb 12974cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12975/* end confdefs.h. */
12976
81ecdfbb
RW
12977/* Override any GCC internal prototype to avoid an error.
12978 Use char because int might match the return type of a GCC
12979 builtin and then its argument prototype would still apply. */
b7026657
AC
12980#ifdef __cplusplus
12981extern "C"
12982#endif
b7026657
AC
12983char fabs ();
12984int
12985main ()
12986{
81ecdfbb 12987return fabs ();
b7026657
AC
12988 ;
12989 return 0;
12990}
12991_ACEOF
81ecdfbb 12992if ac_fn_c_try_link "$LINENO"; then :
b7026657
AC
12993 ac_cv_lib_m_fabs=yes
12994else
81ecdfbb 12995 ac_cv_lib_m_fabs=no
b7026657 12996fi
81ecdfbb
RW
12997rm -f core conftest.err conftest.$ac_objext \
12998 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12999LIBS=$ac_check_lib_save_LIBS
13000fi
81ecdfbb
RW
13001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
13002$as_echo "$ac_cv_lib_m_fabs" >&6; }
d0ac1c44 13003if test "x$ac_cv_lib_m_fabs" = xyes; then :
b7026657
AC
13004 cat >>confdefs.h <<_ACEOF
13005#define HAVE_LIBM 1
13006_ACEOF
13007
13008 LIBS="-lm $LIBS"
13009
13010fi
13011
b7026657 13012for ac_func in aint anint sqrt
81ecdfbb
RW
13013do :
13014 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13015ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13016if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
b7026657 13017 cat >>confdefs.h <<_ACEOF
81ecdfbb 13018#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
b7026657
AC
13019_ACEOF
13020
13021fi
13022done
13023
13024
13025
b7026657
AC
13026cgen_breaks=""
13027if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13028cgen_breaks="break cgen_rtx_error";
13029fi
13030
81ecdfbb 13031ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13032
81ecdfbb 13033ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13034
81ecdfbb 13035ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13036
81ecdfbb 13037ac_config_commands="$ac_config_commands Makefile"
38f48d72 13038
81ecdfbb 13039ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13040
760b3e8b
MF
13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
b7026657
AC
13053cat >confcache <<\_ACEOF
13054# This file is a shell script that caches the results of configure
13055# tests run on this system so they can be shared between configure
13056# scripts and configure runs, see configure's option --config-cache.
13057# It is not useful on other systems. If it contains results you don't
13058# want to keep, you may remove or edit it.
13059#
13060# config.status only pays attention to the cache file if you give it
13061# the --recheck option to rerun configure.
13062#
13063# `ac_cv_env_foo' variables (set or unset) will be overridden when
13064# loading this file, other *unset* `ac_cv_foo' will be assigned the
13065# following values.
13066
13067_ACEOF
13068
13069# The following way of writing the cache mishandles newlines in values,
13070# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13071# So, we kill variables containing newlines.
b7026657
AC
13072# Ultrix sh set writes to stderr and can't be redirected directly,
13073# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13074(
13075 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13076 eval ac_val=\$$ac_var
13077 case $ac_val in #(
13078 *${as_nl}*)
13079 case $ac_var in #(
13080 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13081$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13082 esac
13083 case $ac_var in #(
13084 _ | IFS | as_nl) ;; #(
13085 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13086 *) { eval $ac_var=; unset $ac_var;} ;;
13087 esac ;;
13088 esac
13089 done
13090
b7026657 13091 (set) 2>&1 |
81ecdfbb
RW
13092 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13093 *${as_nl}ac_space=\ *)
13094 # `set' does not quote correctly, so add quotes: double-quote
13095 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13096 sed -n \
13097 "s/'/'\\\\''/g;
13098 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13099 ;; #(
b7026657
AC
13100 *)
13101 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13102 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13103 ;;
81ecdfbb
RW
13104 esac |
13105 sort
13106) |
b7026657 13107 sed '
81ecdfbb 13108 /^ac_cv_env_/b end
b7026657 13109 t clear
81ecdfbb 13110 :clear
b7026657
AC
13111 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13112 t end
81ecdfbb
RW
13113 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13114 :end' >>confcache
13115if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13116 if test -w "$cache_file"; then
d0ac1c44 13117 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13119$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
13120 if test ! -f "$cache_file" || test -h "$cache_file"; then
13121 cat confcache >"$cache_file"
13122 else
13123 case $cache_file in #(
13124 */* | ?:*)
13125 mv -f confcache "$cache_file"$$ &&
13126 mv -f "$cache_file"$$ "$cache_file" ;; #(
13127 *)
13128 mv -f confcache "$cache_file" ;;
13129 esac
13130 fi
13131 fi
b7026657 13132 else
81ecdfbb
RW
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13134$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13135 fi
13136fi
13137rm -f confcache
13138
13139test "x$prefix" = xNONE && prefix=$ac_default_prefix
13140# Let make expand exec_prefix.
13141test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13142
b7026657
AC
13143DEFS=-DHAVE_CONFIG_H
13144
13145ac_libobjs=
13146ac_ltlibobjs=
d0ac1c44 13147U=
b7026657
AC
13148for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13149 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13150 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13151 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13152 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13153 # will be set to the directory where LIBOBJS objects are built.
13154 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13155 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13156done
13157LIBOBJS=$ac_libobjs
13158
13159LTLIBOBJS=$ac_ltlibobjs
13160
13161
0cb8d851 13162
db2e4d67 13163if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 13164 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
13165Usually this means the macro was only invoked conditionally." "$LINENO" 5
13166fi
6bb11ab3 13167if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 13168 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
13169Usually this means the macro was only invoked conditionally." "$LINENO" 5
13170fi
31e6ad7d 13171if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 13172 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
13173Usually this means the macro was only invoked conditionally." "$LINENO" 5
13174fi
b7026657 13175
d0ac1c44 13176: "${CONFIG_STATUS=./config.status}"
81ecdfbb 13177ac_write_fail=0
b7026657
AC
13178ac_clean_files_save=$ac_clean_files
13179ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13180{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13181$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13182as_write_fail=0
13183cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13184#! $SHELL
13185# Generated by $as_me.
13186# Run this file to recreate the current configuration.
13187# Compiler output produced by configure, useful for debugging
13188# configure, is in config.log if it exists.
c906108c 13189
b7026657
AC
13190debug=false
13191ac_cs_recheck=false
13192ac_cs_silent=false
b7026657 13193
81ecdfbb
RW
13194SHELL=\${CONFIG_SHELL-$SHELL}
13195export SHELL
13196_ASEOF
13197cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13198## -------------------- ##
13199## M4sh Initialization. ##
13200## -------------------- ##
13201
13202# Be more Bourne compatible
13203DUALCASE=1; export DUALCASE # for MKS sh
13204if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13205 emulate sh
13206 NULLCMD=:
81ecdfbb 13207 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13208 # is contrary to our usage. Disable this feature.
13209 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13210 setopt NO_GLOB_SUBST
13211else
13212 case `(set -o) 2>/dev/null` in #(
13213 *posix*) :
13214 set -o posix ;; #(
13215 *) :
13216 ;;
13217esac
c906108c 13218fi
b7026657 13219
81ecdfbb
RW
13220
13221as_nl='
13222'
13223export as_nl
13224# Printing a long string crashes Solaris 7 /usr/bin/printf.
13225as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13226as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13227as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13228# Prefer a ksh shell builtin over an external printf program on Solaris,
13229# but without wasting forks for bash or zsh.
13230if test -z "$BASH_VERSION$ZSH_VERSION" \
13231 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13232 as_echo='print -r --'
13233 as_echo_n='print -rn --'
13234elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13235 as_echo='printf %s\n'
13236 as_echo_n='printf %s'
13237else
13238 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13239 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13240 as_echo_n='/usr/ucb/echo -n'
13241 else
13242 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13243 as_echo_n_body='eval
13244 arg=$1;
13245 case $arg in #(
13246 *"$as_nl"*)
13247 expr "X$arg" : "X\\(.*\\)$as_nl";
13248 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13249 esac;
13250 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13251 '
13252 export as_echo_n_body
13253 as_echo_n='sh -c $as_echo_n_body as_echo'
13254 fi
13255 export as_echo_body
13256 as_echo='sh -c $as_echo_body as_echo'
c906108c 13257fi
b7026657 13258
81ecdfbb
RW
13259# The user is always right.
13260if test "${PATH_SEPARATOR+set}" != set; then
13261 PATH_SEPARATOR=:
13262 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13263 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13264 PATH_SEPARATOR=';'
13265 }
13266fi
13267
13268
13269# IFS
13270# We need space, tab and new line, in precisely that order. Quoting is
13271# there to prevent editors from complaining about space-tab.
13272# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13273# splitting by setting IFS to empty value.)
13274IFS=" "" $as_nl"
13275
13276# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 13277as_myself=
81ecdfbb
RW
13278case $0 in #((
13279 *[\\/]* ) as_myself=$0 ;;
13280 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13281for as_dir in $PATH
13282do
13283 IFS=$as_save_IFS
13284 test -z "$as_dir" && as_dir=.
13285 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13286 done
13287IFS=$as_save_IFS
b7026657 13288
81ecdfbb
RW
13289 ;;
13290esac
13291# We did not find ourselves, most probably we were run as `sh COMMAND'
13292# in which case we are not to be found in the path.
13293if test "x$as_myself" = x; then
13294 as_myself=$0
13295fi
13296if test ! -f "$as_myself"; then
13297 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13298 exit 1
13299fi
13300
13301# Unset variables that we do not need and which cause bugs (e.g. in
13302# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13303# suppresses any "Segmentation fault" message there. '((' could
13304# trigger a bug in pdksh 5.2.14.
13305for as_var in BASH_ENV ENV MAIL MAILPATH
13306do eval test x\${$as_var+set} = xset \
13307 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13308done
b7026657
AC
13309PS1='$ '
13310PS2='> '
13311PS4='+ '
13312
13313# NLS nuisances.
81ecdfbb
RW
13314LC_ALL=C
13315export LC_ALL
13316LANGUAGE=C
13317export LANGUAGE
13318
13319# CDPATH.
13320(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13321
13322
d0ac1c44
SM
13323# as_fn_error STATUS ERROR [LINENO LOG_FD]
13324# ----------------------------------------
81ecdfbb
RW
13325# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13326# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 13327# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
13328as_fn_error ()
13329{
d0ac1c44
SM
13330 as_status=$1; test $as_status -eq 0 && as_status=1
13331 if test "$4"; then
13332 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13333 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 13334 fi
d0ac1c44 13335 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
13336 as_fn_exit $as_status
13337} # as_fn_error
13338
13339
13340# as_fn_set_status STATUS
13341# -----------------------
13342# Set $? to STATUS, without forking.
13343as_fn_set_status ()
13344{
13345 return $1
13346} # as_fn_set_status
13347
13348# as_fn_exit STATUS
13349# -----------------
13350# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13351as_fn_exit ()
13352{
13353 set +e
13354 as_fn_set_status $1
13355 exit $1
13356} # as_fn_exit
13357
13358# as_fn_unset VAR
13359# ---------------
13360# Portably unset VAR.
13361as_fn_unset ()
13362{
13363 { eval $1=; unset $1;}
13364}
13365as_unset=as_fn_unset
13366# as_fn_append VAR VALUE
13367# ----------------------
13368# Append the text in VALUE to the end of the definition contained in VAR. Take
13369# advantage of any shell optimizations that allow amortized linear growth over
13370# repeated appends, instead of the typical quadratic growth present in naive
13371# implementations.
13372if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13373 eval 'as_fn_append ()
13374 {
13375 eval $1+=\$2
13376 }'
13377else
13378 as_fn_append ()
13379 {
13380 eval $1=\$$1\$2
13381 }
13382fi # as_fn_append
c906108c 13383
81ecdfbb
RW
13384# as_fn_arith ARG...
13385# ------------------
13386# Perform arithmetic evaluation on the ARGs, and store the result in the
13387# global $as_val. Take advantage of shells that can avoid forks. The arguments
13388# must be portable across $(()) and expr.
13389if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13390 eval 'as_fn_arith ()
13391 {
13392 as_val=$(( $* ))
13393 }'
13394else
13395 as_fn_arith ()
13396 {
13397 as_val=`expr "$@" || test $? -eq 1`
13398 }
13399fi # as_fn_arith
13400
13401
13402if expr a : '\(a\)' >/dev/null 2>&1 &&
13403 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13404 as_expr=expr
c906108c 13405else
b7026657 13406 as_expr=false
c906108c 13407fi
c906108c 13408
81ecdfbb 13409if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13410 as_basename=basename
13411else
13412 as_basename=false
c906108c 13413fi
c906108c 13414
81ecdfbb
RW
13415if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13416 as_dirname=dirname
13417else
13418 as_dirname=false
13419fi
c906108c 13420
81ecdfbb 13421as_me=`$as_basename -- "$0" ||
b7026657
AC
13422$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13423 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13424 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13425$as_echo X/"$0" |
13426 sed '/^.*\/\([^/][^/]*\)\/*$/{
13427 s//\1/
13428 q
13429 }
13430 /^X\/\(\/\/\)$/{
13431 s//\1/
13432 q
13433 }
13434 /^X\/\(\/\).*/{
13435 s//\1/
13436 q
13437 }
13438 s/.*/./; q'`
b7026657 13439
b7026657
AC
13440# Avoid depending upon Character Ranges.
13441as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13442as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13443as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13444as_cr_digits='0123456789'
13445as_cr_alnum=$as_cr_Letters$as_cr_digits
13446
81ecdfbb
RW
13447ECHO_C= ECHO_N= ECHO_T=
13448case `echo -n x` in #(((((
13449-n*)
13450 case `echo 'xy\c'` in
13451 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13452 xy) ECHO_C='\c';;
13453 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13454 ECHO_T=' ';;
13455 esac;;
13456*)
13457 ECHO_N='-n';;
b7026657 13458esac
c906108c 13459
81ecdfbb
RW
13460rm -f conf$$ conf$$.exe conf$$.file
13461if test -d conf$$.dir; then
13462 rm -f conf$$.dir/conf$$.file
c906108c 13463else
81ecdfbb
RW
13464 rm -f conf$$.dir
13465 mkdir conf$$.dir 2>/dev/null
c906108c 13466fi
81ecdfbb
RW
13467if (echo >conf$$.file) 2>/dev/null; then
13468 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13469 as_ln_s='ln -s'
81ecdfbb
RW
13470 # ... but there are two gotchas:
13471 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13472 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 13473 # In both cases, we have to default to `cp -pR'.
81ecdfbb 13474 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 13475 as_ln_s='cp -pR'
81ecdfbb
RW
13476 elif ln conf$$.file conf$$ 2>/dev/null; then
13477 as_ln_s=ln
13478 else
d0ac1c44 13479 as_ln_s='cp -pR'
b7026657 13480 fi
b7026657 13481else
d0ac1c44 13482 as_ln_s='cp -pR'
c906108c 13483fi
81ecdfbb
RW
13484rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13485rmdir conf$$.dir 2>/dev/null
13486
13487
13488# as_fn_mkdir_p
13489# -------------
13490# Create "$as_dir" as a directory, including parents if necessary.
13491as_fn_mkdir_p ()
13492{
13493
13494 case $as_dir in #(
13495 -*) as_dir=./$as_dir;;
13496 esac
13497 test -d "$as_dir" || eval $as_mkdir_p || {
13498 as_dirs=
13499 while :; do
13500 case $as_dir in #(
13501 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13502 *) as_qdir=$as_dir;;
13503 esac
13504 as_dirs="'$as_qdir' $as_dirs"
13505 as_dir=`$as_dirname -- "$as_dir" ||
13506$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13507 X"$as_dir" : 'X\(//\)[^/]' \| \
13508 X"$as_dir" : 'X\(//\)$' \| \
13509 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13510$as_echo X"$as_dir" |
13511 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13512 s//\1/
13513 q
13514 }
13515 /^X\(\/\/\)[^/].*/{
13516 s//\1/
13517 q
13518 }
13519 /^X\(\/\/\)$/{
13520 s//\1/
13521 q
13522 }
13523 /^X\(\/\).*/{
13524 s//\1/
13525 q
13526 }
13527 s/.*/./; q'`
13528 test -d "$as_dir" && break
13529 done
13530 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 13531 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 13532
c906108c 13533
81ecdfbb 13534} # as_fn_mkdir_p
b7026657 13535if mkdir -p . 2>/dev/null; then
81ecdfbb 13536 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 13537else
b7026657
AC
13538 test -d ./-p && rmdir ./-p
13539 as_mkdir_p=false
c906108c 13540fi
c906108c 13541
d0ac1c44
SM
13542
13543# as_fn_executable_p FILE
13544# -----------------------
13545# Test if FILE is an executable regular file.
13546as_fn_executable_p ()
13547{
13548 test -f "$1" && test -x "$1"
13549} # as_fn_executable_p
13550as_test_x='test -x'
13551as_executable_p=as_fn_executable_p
c906108c 13552
b7026657
AC
13553# Sed expression to map a string onto a valid CPP name.
13554as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13555
b7026657
AC
13556# Sed expression to map a string onto a valid variable name.
13557as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13558
b7026657 13559
b7026657 13560exec 6>&1
81ecdfbb
RW
13561## ----------------------------------- ##
13562## Main body of $CONFIG_STATUS script. ##
13563## ----------------------------------- ##
13564_ASEOF
13565test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13566
13567cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13568# Save the log message, to keep $0 and so on meaningful, and to
b7026657 13569# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13570# values after options handling.
13571ac_log="
b7026657 13572This file was extended by $as_me, which was
d0ac1c44 13573generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
13574
13575 CONFIG_FILES = $CONFIG_FILES
13576 CONFIG_HEADERS = $CONFIG_HEADERS
13577 CONFIG_LINKS = $CONFIG_LINKS
13578 CONFIG_COMMANDS = $CONFIG_COMMANDS
13579 $ $0 $@
13580
81ecdfbb
RW
13581on `(hostname || uname -n) 2>/dev/null | sed 1q`
13582"
13583
b7026657
AC
13584_ACEOF
13585
81ecdfbb
RW
13586case $ac_config_files in *"
13587"*) set x $ac_config_files; shift; ac_config_files=$*;;
13588esac
379832de 13589
81ecdfbb
RW
13590case $ac_config_headers in *"
13591"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13592esac
b7026657 13593
b7026657 13594
81ecdfbb
RW
13595cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13596# Files that config.status was made for.
13597config_files="$ac_config_files"
13598config_headers="$ac_config_headers"
81ecdfbb 13599config_commands="$ac_config_commands"
b7026657 13600
81ecdfbb 13601_ACEOF
b7026657 13602
81ecdfbb 13603cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13604ac_cs_usage="\
81ecdfbb
RW
13605\`$as_me' instantiates files and other configuration actions
13606from templates according to the current configuration. Unless the files
13607and actions are specified as TAGs, all are instantiated by default.
b7026657 13608
81ecdfbb 13609Usage: $0 [OPTION]... [TAG]...
b7026657
AC
13610
13611 -h, --help print this help, then exit
81ecdfbb 13612 -V, --version print version number and configuration settings, then exit
d0ac1c44 13613 --config print configuration, then exit
81ecdfbb
RW
13614 -q, --quiet, --silent
13615 do not print progress messages
b7026657
AC
13616 -d, --debug don't remove temporary files
13617 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13618 --file=FILE[:TEMPLATE]
13619 instantiate the configuration file FILE
13620 --header=FILE[:TEMPLATE]
13621 instantiate the configuration header FILE
b7026657
AC
13622
13623Configuration files:
13624$config_files
13625
13626Configuration headers:
13627$config_headers
13628
b7026657
AC
13629Configuration commands:
13630$config_commands
13631
81ecdfbb 13632Report bugs to the package provider."
b7026657 13633
81ecdfbb
RW
13634_ACEOF
13635cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13636ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
13637ac_cs_version="\\
13638config.status
d0ac1c44
SM
13639configured by $0, generated by GNU Autoconf 2.69,
13640 with options \\"\$ac_cs_config\\"
b7026657 13641
d0ac1c44 13642Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
13643This config.status script is free software; the Free Software Foundation
13644gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13645
13646ac_pwd='$ac_pwd'
13647srcdir='$srcdir'
13648INSTALL='$INSTALL'
6bb11ab3 13649AWK='$AWK'
81ecdfbb 13650test -n "\$AWK" || AWK=awk
b7026657
AC
13651_ACEOF
13652
81ecdfbb
RW
13653cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13654# The default lists apply if the user does not specify any file.
b7026657
AC
13655ac_need_defaults=:
13656while test $# != 0
13657do
13658 case $1 in
d0ac1c44 13659 --*=?*)
81ecdfbb
RW
13660 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13661 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 13662 ac_shift=:
c906108c 13663 ;;
d0ac1c44
SM
13664 --*=)
13665 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13666 ac_optarg=
13667 ac_shift=:
13668 ;;
81ecdfbb 13669 *)
b7026657
AC
13670 ac_option=$1
13671 ac_optarg=$2
13672 ac_shift=shift
c906108c 13673 ;;
b7026657 13674 esac
c906108c 13675
b7026657
AC
13676 case $ac_option in
13677 # Handling of the options.
b7026657
AC
13678 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13679 ac_cs_recheck=: ;;
81ecdfbb
RW
13680 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13681 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
13682 --config | --confi | --conf | --con | --co | --c )
13683 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 13684 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
13685 debug=: ;;
13686 --file | --fil | --fi | --f )
13687 $ac_shift
81ecdfbb
RW
13688 case $ac_optarg in
13689 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 13690 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
13691 esac
13692 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
13693 ac_need_defaults=false;;
13694 --header | --heade | --head | --hea )
13695 $ac_shift
81ecdfbb
RW
13696 case $ac_optarg in
13697 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13698 esac
13699 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 13700 ac_need_defaults=false;;
81ecdfbb
RW
13701 --he | --h)
13702 # Conflict between --help and --header
d0ac1c44 13703 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
13704Try \`$0 --help' for more information.";;
13705 --help | --hel | -h )
13706 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
13707 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13708 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13709 ac_cs_silent=: ;;
c906108c 13710
b7026657 13711 # This is an error.
d0ac1c44 13712 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 13713Try \`$0 --help' for more information." ;;
c906108c 13714
81ecdfbb
RW
13715 *) as_fn_append ac_config_targets " $1"
13716 ac_need_defaults=false ;;
b7026657
AC
13717
13718 esac
13719 shift
13720done
13721
13722ac_configure_extra_args=
13723
13724if $ac_cs_silent; then
13725 exec 6>/dev/null
13726 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
13727fi
13728
b7026657 13729_ACEOF
81ecdfbb 13730cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 13731if \$ac_cs_recheck; then
d0ac1c44 13732 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
13733 shift
13734 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13735 CONFIG_SHELL='$SHELL'
13736 export CONFIG_SHELL
13737 exec "\$@"
b7026657 13738fi
c906108c 13739
b7026657 13740_ACEOF
81ecdfbb
RW
13741cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13742exec 5>>config.log
13743{
13744 echo
13745 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13746## Running $as_me. ##
13747_ASBOX
13748 $as_echo "$ac_log"
13749} >&5
c906108c 13750
81ecdfbb
RW
13751_ACEOF
13752cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
13753#
13754# INIT-COMMANDS
13755#
13756ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13757
6bb11ab3
L
13758
13759# The HP-UX ksh and POSIX shell print the target directory to stdout
13760# if CDPATH is set.
13761(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13762
13763sed_quote_subst='$sed_quote_subst'
13764double_quote_subst='$double_quote_subst'
13765delay_variable_subst='$delay_variable_subst'
13766macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13767macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13768enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13769enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13770pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13771enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13772SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13773ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13774host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13775host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13776host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13777build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13778build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13779build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13780SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13781Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13782GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13783EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13784FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13785LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13786NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13787LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13788max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13789ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13790exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13791lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13792lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13793lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13794reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13795reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13796OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13797deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13798file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13799AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13800AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13801STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13802RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13803old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13804old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13805old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13806lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13807CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13808CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13809compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13810GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13811lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13812lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13813lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13814lt_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"`'
13815objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13816MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13817lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13818lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13819lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13820lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13821lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13822need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13823DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13824NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13825LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13826OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13827OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13828libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13829shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13830extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13831archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13832enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13833export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13834whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13835compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13836old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13837old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13838archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13839archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13840module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13841module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13842with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13843allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13844no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13845hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13846hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13847hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13848hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13849hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13850hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13851hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13852hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13853inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13854link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13855fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13856always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13857export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13858exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13859include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13860prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13861file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13862variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13863need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13864need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13865version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13866runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13867shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13868shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13869libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13870library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13871soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13872install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13873postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13874postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13875finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13876finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13877hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13878sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13879sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13880hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13881enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13882enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13883enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13884old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13885striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13886
13887LTCC='$LTCC'
13888LTCFLAGS='$LTCFLAGS'
13889compiler='$compiler_DEFAULT'
13890
13891# A function that is used when there is no print builtin or printf.
13892func_fallback_echo ()
13893{
13894 eval 'cat <<_LTECHO_EOF
13895\$1
13896_LTECHO_EOF'
13897}
13898
13899# Quote evaled strings.
13900for var in SHELL \
13901ECHO \
13902SED \
13903GREP \
13904EGREP \
13905FGREP \
13906LD \
13907NM \
13908LN_S \
13909lt_SP2NL \
13910lt_NL2SP \
13911reload_flag \
13912OBJDUMP \
13913deplibs_check_method \
13914file_magic_cmd \
13915AR \
13916AR_FLAGS \
13917STRIP \
13918RANLIB \
13919CC \
13920CFLAGS \
13921compiler \
13922lt_cv_sys_global_symbol_pipe \
13923lt_cv_sys_global_symbol_to_cdecl \
13924lt_cv_sys_global_symbol_to_c_name_address \
13925lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13926lt_prog_compiler_no_builtin_flag \
13927lt_prog_compiler_wl \
13928lt_prog_compiler_pic \
13929lt_prog_compiler_static \
13930lt_cv_prog_compiler_c_o \
13931need_locks \
13932DSYMUTIL \
13933NMEDIT \
13934LIPO \
13935OTOOL \
13936OTOOL64 \
13937shrext_cmds \
13938export_dynamic_flag_spec \
13939whole_archive_flag_spec \
13940compiler_needs_object \
13941with_gnu_ld \
13942allow_undefined_flag \
13943no_undefined_flag \
13944hardcode_libdir_flag_spec \
13945hardcode_libdir_flag_spec_ld \
13946hardcode_libdir_separator \
13947fix_srcfile_path \
13948exclude_expsyms \
13949include_expsyms \
13950file_list_spec \
13951variables_saved_for_relink \
13952libname_spec \
13953library_names_spec \
13954soname_spec \
13955install_override_mode \
13956finish_eval \
13957old_striplib \
13958striplib; do
13959 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13960 *[\\\\\\\`\\"\\\$]*)
13961 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13962 ;;
13963 *)
13964 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13965 ;;
13966 esac
13967done
13968
13969# Double-quote double-evaled strings.
13970for var in reload_cmds \
13971old_postinstall_cmds \
13972old_postuninstall_cmds \
13973old_archive_cmds \
13974extract_expsyms_cmds \
13975old_archive_from_new_cmds \
13976old_archive_from_expsyms_cmds \
13977archive_cmds \
13978archive_expsym_cmds \
13979module_cmds \
13980module_expsym_cmds \
13981export_symbols_cmds \
13982prelink_cmds \
13983postinstall_cmds \
13984postuninstall_cmds \
13985finish_cmds \
13986sys_lib_search_path_spec \
13987sys_lib_dlsearch_path_spec; do
13988 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13989 *[\\\\\\\`\\"\\\$]*)
13990 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13991 ;;
13992 *)
13993 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13994 ;;
13995 esac
13996done
13997
13998ac_aux_dir='$ac_aux_dir'
13999xsi_shell='$xsi_shell'
14000lt_shell_append='$lt_shell_append'
14001
14002# See if we are running on zsh, and set the options which allow our
14003# commands through without removal of \ escapes INIT.
14004if test -n "\${ZSH_VERSION+set}" ; then
14005 setopt NO_GLOB_SUBST
14006fi
14007
14008
14009 PACKAGE='$PACKAGE'
14010 VERSION='$VERSION'
14011 TIMESTAMP='$TIMESTAMP'
14012 RM='$RM'
14013 ofile='$ofile'
14014
14015
14016
14017
81ecdfbb 14018_ACEOF
c906108c 14019
81ecdfbb 14020cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 14021
81ecdfbb 14022# Handling of arguments.
b7026657 14023for ac_config_target in $ac_config_targets
c906108c 14024do
81ecdfbb
RW
14025 case $ac_config_target in
14026 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14027 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14028 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14029 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14030 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14031 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14032 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14033 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14034
d0ac1c44 14035 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14036 esac
14037done
14038
81ecdfbb 14039
b7026657
AC
14040# If the user did not use the arguments to specify the items to instantiate,
14041# then the envvar interface is used. Set only those that are not.
14042# We use the long form for the default assignment because of an extremely
14043# bizarre bug on SunOS 4.1.3.
14044if $ac_need_defaults; then
14045 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14046 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
14047 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14048fi
14049
14050# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14051# simply because there is no reason against having it here, and in addition,
b7026657 14052# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14053# Hook for its removal unless debugging.
14054# Note that there is a small window in which the directory will not be cleaned:
14055# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14056$debug ||
14057{
d0ac1c44 14058 tmp= ac_tmp=
81ecdfbb 14059 trap 'exit_status=$?
d0ac1c44
SM
14060 : "${ac_tmp:=$tmp}"
14061 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
14062' 0
14063 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14064}
b7026657 14065# Create a (secure) tmp directory for tmp files.
c906108c 14066
b7026657 14067{
81ecdfbb 14068 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 14069 test -d "$tmp"
b7026657
AC
14070} ||
14071{
81ecdfbb
RW
14072 tmp=./conf$$-$RANDOM
14073 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
14074} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14075ac_tmp=$tmp
b7026657 14076
81ecdfbb
RW
14077# Set up the scripts for CONFIG_FILES section.
14078# No need to generate them if there are no CONFIG_FILES.
14079# This happens for instance with `./config.status config.h'.
14080if test -n "$CONFIG_FILES"; then
b7026657 14081
c906108c 14082
81ecdfbb
RW
14083ac_cr=`echo X | tr X '\015'`
14084# On cygwin, bash can eat \r inside `` if the user requested igncr.
14085# But we know of no other shell where ac_cr would be empty at this
14086# point, so we can use a bashism as a fallback.
14087if test "x$ac_cr" = x; then
14088 eval ac_cr=\$\'\\r\'
14089fi
14090ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14091if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 14092 ac_cs_awk_cr='\\r'
81ecdfbb
RW
14093else
14094 ac_cs_awk_cr=$ac_cr
14095fi
b7026657 14096
d0ac1c44 14097echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
14098_ACEOF
14099
c906108c 14100
81ecdfbb
RW
14101{
14102 echo "cat >conf$$subs.awk <<_ACEOF" &&
14103 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14104 echo "_ACEOF"
14105} >conf$$subs.sh ||
d0ac1c44
SM
14106 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14107ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
14108ac_delim='%!_!# '
14109for ac_last_try in false false false false false :; do
14110 . ./conf$$subs.sh ||
d0ac1c44 14111 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14112
14113 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14114 if test $ac_delim_n = $ac_delim_num; then
14115 break
14116 elif $ac_last_try; then
d0ac1c44 14117 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 14118 else
81ecdfbb
RW
14119 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14120 fi
14121done
14122rm -f conf$$subs.sh
14123
14124cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14125cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
14126_ACEOF
14127sed -n '
14128h
14129s/^/S["/; s/!.*/"]=/
14130p
14131g
14132s/^[^!]*!//
14133:repl
14134t repl
14135s/'"$ac_delim"'$//
14136t delim
14137:nl
14138h
d0ac1c44 14139s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14140t more1
14141s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14142p
14143n
14144b repl
14145:more1
14146s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14147p
14148g
14149s/.\{148\}//
14150t nl
14151:delim
14152h
d0ac1c44 14153s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14154t more2
14155s/["\\]/\\&/g; s/^/"/; s/$/"/
14156p
14157b
14158:more2
14159s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14160p
14161g
14162s/.\{148\}//
14163t delim
14164' <conf$$subs.awk | sed '
14165/^[^""]/{
14166 N
14167 s/\n//
14168}
14169' >>$CONFIG_STATUS || ac_write_fail=1
14170rm -f conf$$subs.awk
14171cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14172_ACAWK
d0ac1c44 14173cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
14174 for (key in S) S_is_set[key] = 1
14175 FS = "\a"
b7026657 14176
81ecdfbb
RW
14177}
14178{
14179 line = $ 0
14180 nfields = split(line, field, "@")
14181 substed = 0
14182 len = length(field[1])
14183 for (i = 2; i < nfields; i++) {
14184 key = field[i]
14185 keylen = length(key)
14186 if (S_is_set[key]) {
14187 value = S[key]
14188 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14189 len += length(value) + length(field[++i])
14190 substed = 1
14191 } else
14192 len += 1 + keylen
14193 }
14194
14195 print line
14196}
c906108c 14197
81ecdfbb
RW
14198_ACAWK
14199_ACEOF
14200cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14201if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14202 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14203else
81ecdfbb 14204 cat
d0ac1c44
SM
14205fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14206 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 14207_ACEOF
b7026657 14208
d0ac1c44
SM
14209# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14210# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
14211# trailing colons and then remove the whole line if VPATH becomes empty
14212# (actually we leave an empty line to preserve line numbers).
14213if test "x$srcdir" = x.; then
d0ac1c44
SM
14214 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14215h
14216s///
14217s/^/:/
14218s/[ ]*$/:/
14219s/:\$(srcdir):/:/g
14220s/:\${srcdir}:/:/g
14221s/:@srcdir@:/:/g
14222s/^:*//
81ecdfbb 14223s/:*$//
d0ac1c44
SM
14224x
14225s/\(=[ ]*\).*/\1/
14226G
14227s/\n//
81ecdfbb
RW
14228s/^[^=]*=[ ]*$//
14229}'
14230fi
c906108c 14231
81ecdfbb
RW
14232cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14233fi # test -n "$CONFIG_FILES"
c906108c 14234
81ecdfbb
RW
14235# Set up the scripts for CONFIG_HEADERS section.
14236# No need to generate them if there are no CONFIG_HEADERS.
14237# This happens for instance with `./config.status Makefile'.
14238if test -n "$CONFIG_HEADERS"; then
d0ac1c44 14239cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
14240BEGIN {
14241_ACEOF
b7026657 14242
81ecdfbb
RW
14243# Transform confdefs.h into an awk script `defines.awk', embedded as
14244# here-document in config.status, that substitutes the proper values into
14245# config.h.in to produce config.h.
c906108c 14246
81ecdfbb
RW
14247# Create a delimiter string that does not exist in confdefs.h, to ease
14248# handling of long lines.
14249ac_delim='%!_!# '
14250for ac_last_try in false false :; do
d0ac1c44
SM
14251 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14252 if test -z "$ac_tt"; then
81ecdfbb
RW
14253 break
14254 elif $ac_last_try; then
d0ac1c44 14255 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14256 else
81ecdfbb 14257 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14258 fi
b7026657 14259done
81ecdfbb
RW
14260
14261# For the awk script, D is an array of macro values keyed by name,
14262# likewise P contains macro parameters if any. Preserve backslash
14263# newline sequences.
14264
14265ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14266sed -n '
14267s/.\{148\}/&'"$ac_delim"'/g
14268t rset
14269:rset
14270s/^[ ]*#[ ]*define[ ][ ]*/ /
14271t def
14272d
14273:def
14274s/\\$//
14275t bsnl
14276s/["\\]/\\&/g
14277s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14278D["\1"]=" \3"/p
14279s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14280d
14281:bsnl
14282s/["\\]/\\&/g
14283s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14284D["\1"]=" \3\\\\\\n"\\/p
14285t cont
14286s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14287t cont
14288d
14289:cont
14290n
14291s/.\{148\}/&'"$ac_delim"'/g
14292t clear
14293:clear
14294s/\\$//
14295t bsnlc
14296s/["\\]/\\&/g; s/^/"/; s/$/"/p
14297d
14298:bsnlc
14299s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14300b cont
14301' <confdefs.h | sed '
14302s/'"$ac_delim"'/"\\\
14303"/g' >>$CONFIG_STATUS || ac_write_fail=1
14304
14305cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14306 for (key in D) D_is_set[key] = 1
14307 FS = "\a"
14308}
14309/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14310 line = \$ 0
14311 split(line, arg, " ")
14312 if (arg[1] == "#") {
14313 defundef = arg[2]
14314 mac1 = arg[3]
14315 } else {
14316 defundef = substr(arg[1], 2)
14317 mac1 = arg[2]
14318 }
14319 split(mac1, mac2, "(") #)
14320 macro = mac2[1]
14321 prefix = substr(line, 1, index(line, defundef) - 1)
14322 if (D_is_set[macro]) {
14323 # Preserve the white space surrounding the "#".
14324 print prefix "define", macro P[macro] D[macro]
14325 next
14326 } else {
14327 # Replace #undef with comments. This is necessary, for example,
14328 # in the case of _POSIX_SOURCE, which is predefined and required
14329 # on some systems where configure will not decide to define it.
14330 if (defundef == "undef") {
14331 print "/*", prefix defundef, macro, "*/"
14332 next
14333 }
14334 }
14335}
14336{ print }
14337_ACAWK
b7026657 14338_ACEOF
81ecdfbb 14339cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 14340 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 14341fi # test -n "$CONFIG_HEADERS"
b7026657 14342
c906108c 14343
99d8e879 14344eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
14345shift
14346for ac_tag
14347do
14348 case $ac_tag in
14349 :[FHLC]) ac_mode=$ac_tag; continue;;
14350 esac
14351 case $ac_mode$ac_tag in
14352 :[FHL]*:*);;
d0ac1c44 14353 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
14354 :[FH]-) ac_tag=-:-;;
14355 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14356 esac
81ecdfbb
RW
14357 ac_save_IFS=$IFS
14358 IFS=:
14359 set x $ac_tag
14360 IFS=$ac_save_IFS
14361 shift
14362 ac_file=$1
14363 shift
c906108c 14364
81ecdfbb
RW
14365 case $ac_mode in
14366 :L) ac_source=$1;;
14367 :[FH])
14368 ac_file_inputs=
14369 for ac_f
14370 do
14371 case $ac_f in
d0ac1c44 14372 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
14373 *) # Look for the file first in the build tree, then in the source tree
14374 # (if the path is not absolute). The absolute path cannot be DOS-style,
14375 # because $ac_f cannot contain `:'.
14376 test -f "$ac_f" ||
14377 case $ac_f in
14378 [\\/$]*) false;;
14379 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14380 esac ||
d0ac1c44 14381 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14382 esac
81ecdfbb
RW
14383 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14384 as_fn_append ac_file_inputs " '$ac_f'"
14385 done
b7026657 14386
81ecdfbb
RW
14387 # Let's still pretend it is `configure' which instantiates (i.e., don't
14388 # use $as_me), people would be surprised to read:
14389 # /* config.h. Generated by config.status. */
14390 configure_input='Generated from '`
14391 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14392 `' by configure.'
14393 if test x"$ac_file" != x-; then
14394 configure_input="$ac_file. $configure_input"
14395 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14396$as_echo "$as_me: creating $ac_file" >&6;}
14397 fi
14398 # Neutralize special characters interpreted by sed in replacement strings.
14399 case $configure_input in #(
14400 *\&* | *\|* | *\\* )
14401 ac_sed_conf_input=`$as_echo "$configure_input" |
14402 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14403 *) ac_sed_conf_input=$configure_input;;
14404 esac
b7026657 14405
81ecdfbb 14406 case $ac_tag in
d0ac1c44
SM
14407 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14408 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
14409 esac
14410 ;;
14411 esac
b7026657 14412
81ecdfbb 14413 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14414$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14415 X"$ac_file" : 'X\(//\)[^/]' \| \
14416 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14417 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14418$as_echo X"$ac_file" |
14419 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14420 s//\1/
14421 q
14422 }
14423 /^X\(\/\/\)[^/].*/{
14424 s//\1/
14425 q
14426 }
14427 /^X\(\/\/\)$/{
14428 s//\1/
14429 q
14430 }
14431 /^X\(\/\).*/{
14432 s//\1/
14433 q
14434 }
14435 s/.*/./; q'`
14436 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14437 ac_builddir=.
14438
81ecdfbb
RW
14439case "$ac_dir" in
14440.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14441*)
14442 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14443 # A ".." for each directory in $ac_dir_suffix.
14444 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14445 case $ac_top_builddir_sub in
14446 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14447 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14448 esac ;;
14449esac
14450ac_abs_top_builddir=$ac_pwd
14451ac_abs_builddir=$ac_pwd$ac_dir_suffix
14452# for backward compatibility:
14453ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14454
14455case $srcdir in
81ecdfbb 14456 .) # We are building in place.
b7026657 14457 ac_srcdir=.
81ecdfbb
RW
14458 ac_top_srcdir=$ac_top_builddir_sub
14459 ac_abs_top_srcdir=$ac_pwd ;;
14460 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14461 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14462 ac_top_srcdir=$srcdir
14463 ac_abs_top_srcdir=$srcdir ;;
14464 *) # Relative name.
14465 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14466 ac_top_srcdir=$ac_top_build_prefix$srcdir
14467 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14468esac
81ecdfbb 14469ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14470
c906108c 14471
81ecdfbb
RW
14472 case $ac_mode in
14473 :F)
14474 #
14475 # CONFIG_FILE
14476 #
b7026657 14477
81ecdfbb
RW
14478 case $INSTALL in
14479 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14480 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 14481 esac
81ecdfbb 14482_ACEOF
c906108c 14483
81ecdfbb
RW
14484cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14485# If the template does not know about datarootdir, expand it.
14486# FIXME: This hack should be removed a few years after 2.60.
14487ac_datarootdir_hack=; ac_datarootdir_seen=
14488ac_sed_dataroot='
14489/datarootdir/ {
14490 p
14491 q
14492}
14493/@datadir@/p
14494/@docdir@/p
14495/@infodir@/p
14496/@localedir@/p
14497/@mandir@/p'
14498case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14499*datarootdir*) ac_datarootdir_seen=yes;;
14500*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14502$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14503_ACEOF
14504cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14505 ac_datarootdir_hack='
14506 s&@datadir@&$datadir&g
14507 s&@docdir@&$docdir&g
14508 s&@infodir@&$infodir&g
14509 s&@localedir@&$localedir&g
14510 s&@mandir@&$mandir&g
14511 s&\\\${datarootdir}&$datarootdir&g' ;;
14512esac
b7026657 14513_ACEOF
b7026657 14514
81ecdfbb
RW
14515# Neutralize VPATH when `$srcdir' = `.'.
14516# Shell code in configure.ac might set extrasub.
14517# FIXME: do we really want to maintain this feature?
14518cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14519ac_sed_extra="$ac_vpsub
14520$extrasub
14521_ACEOF
14522cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14523:t
14524/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14525s|@configure_input@|$ac_sed_conf_input|;t t
14526s&@top_builddir@&$ac_top_builddir_sub&;t t
14527s&@top_build_prefix@&$ac_top_build_prefix&;t t
14528s&@srcdir@&$ac_srcdir&;t t
14529s&@abs_srcdir@&$ac_abs_srcdir&;t t
14530s&@top_srcdir@&$ac_top_srcdir&;t t
14531s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14532s&@builddir@&$ac_builddir&;t t
14533s&@abs_builddir@&$ac_abs_builddir&;t t
14534s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14535s&@INSTALL@&$ac_INSTALL&;t t
14536$ac_datarootdir_hack
14537"
d0ac1c44
SM
14538eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14539 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14540
14541test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
14542 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14543 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14544 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 14545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14546which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 14547$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14548which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 14549
d0ac1c44 14550 rm -f "$ac_tmp/stdin"
81ecdfbb 14551 case $ac_file in
d0ac1c44
SM
14552 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14553 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 14554 esac \
d0ac1c44 14555 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14556 ;;
14557 :H)
14558 #
14559 # CONFIG_HEADER
14560 #
14561 if test x"$ac_file" != x-; then
14562 {
14563 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14564 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14565 } >"$ac_tmp/config.h" \
14566 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14567 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
14568 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14569$as_echo "$as_me: $ac_file is unchanged" >&6;}
14570 else
14571 rm -f "$ac_file"
d0ac1c44
SM
14572 mv "$ac_tmp/config.h" "$ac_file" \
14573 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 14574 fi
b7026657 14575 else
81ecdfbb 14576 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14577 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14578 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
14579 fi
14580 ;;
b7026657 14581
81ecdfbb
RW
14582 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14583$as_echo "$as_me: executing $ac_file commands" >&6;}
14584 ;;
14585 esac
b7026657
AC
14586
14587
81ecdfbb 14588 case $ac_file$ac_mode in
db2e4d67 14589 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
14590 "libtool":C)
14591
14592 # See if we are running on zsh, and set the options which allow our
14593 # commands through without removal of \ escapes.
14594 if test -n "${ZSH_VERSION+set}" ; then
14595 setopt NO_GLOB_SUBST
14596 fi
14597
14598 cfgfile="${ofile}T"
14599 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14600 $RM "$cfgfile"
14601
14602 cat <<_LT_EOF >> "$cfgfile"
14603#! $SHELL
14604
14605# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14606# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14607# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14608# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14609#
14610# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14611# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14612# Written by Gordon Matzigkeit, 1996
14613#
14614# This file is part of GNU Libtool.
14615#
14616# GNU Libtool is free software; you can redistribute it and/or
14617# modify it under the terms of the GNU General Public License as
14618# published by the Free Software Foundation; either version 2 of
14619# the License, or (at your option) any later version.
14620#
14621# As a special exception to the GNU General Public License,
14622# if you distribute this file as part of a program or library that
14623# is built using GNU Libtool, you may include this file under the
14624# same distribution terms that you use for the rest of that program.
14625#
14626# GNU Libtool is distributed in the hope that it will be useful,
14627# but WITHOUT ANY WARRANTY; without even the implied warranty of
14628# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14629# GNU General Public License for more details.
14630#
14631# You should have received a copy of the GNU General Public License
14632# along with GNU Libtool; see the file COPYING. If not, a copy
14633# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14634# obtained by writing to the Free Software Foundation, Inc.,
14635# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14636
14637
14638# The names of the tagged configurations supported by this script.
14639available_tags=""
14640
14641# ### BEGIN LIBTOOL CONFIG
14642
14643# Which release of libtool.m4 was used?
14644macro_version=$macro_version
14645macro_revision=$macro_revision
14646
14647# Whether or not to build shared libraries.
14648build_libtool_libs=$enable_shared
14649
14650# Whether or not to build static libraries.
14651build_old_libs=$enable_static
14652
14653# What type of objects to build.
14654pic_mode=$pic_mode
14655
14656# Whether or not to optimize for fast installation.
14657fast_install=$enable_fast_install
14658
14659# Shell to use when invoking shell scripts.
14660SHELL=$lt_SHELL
14661
14662# An echo program that protects backslashes.
14663ECHO=$lt_ECHO
14664
14665# The host system.
14666host_alias=$host_alias
14667host=$host
14668host_os=$host_os
14669
14670# The build system.
14671build_alias=$build_alias
14672build=$build
14673build_os=$build_os
14674
14675# A sed program that does not truncate output.
14676SED=$lt_SED
14677
14678# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14679Xsed="\$SED -e 1s/^X//"
14680
14681# A grep program that handles long lines.
14682GREP=$lt_GREP
14683
14684# An ERE matcher.
14685EGREP=$lt_EGREP
14686
14687# A literal string matcher.
14688FGREP=$lt_FGREP
14689
14690# A BSD- or MS-compatible name lister.
14691NM=$lt_NM
14692
14693# Whether we need soft or hard links.
14694LN_S=$lt_LN_S
14695
14696# What is the maximum length of a command?
14697max_cmd_len=$max_cmd_len
14698
14699# Object file suffix (normally "o").
14700objext=$ac_objext
14701
14702# Executable file suffix (normally "").
14703exeext=$exeext
14704
14705# whether the shell understands "unset".
14706lt_unset=$lt_unset
14707
14708# turn spaces into newlines.
14709SP2NL=$lt_lt_SP2NL
14710
14711# turn newlines into spaces.
14712NL2SP=$lt_lt_NL2SP
14713
14714# An object symbol dumper.
14715OBJDUMP=$lt_OBJDUMP
14716
14717# Method to check whether dependent libraries are shared objects.
14718deplibs_check_method=$lt_deplibs_check_method
14719
14720# Command to use when deplibs_check_method == "file_magic".
14721file_magic_cmd=$lt_file_magic_cmd
14722
14723# The archiver.
14724AR=$lt_AR
14725AR_FLAGS=$lt_AR_FLAGS
14726
14727# A symbol stripping program.
14728STRIP=$lt_STRIP
14729
14730# Commands used to install an old-style archive.
14731RANLIB=$lt_RANLIB
14732old_postinstall_cmds=$lt_old_postinstall_cmds
14733old_postuninstall_cmds=$lt_old_postuninstall_cmds
14734
14735# Whether to use a lock for old archive extraction.
14736lock_old_archive_extraction=$lock_old_archive_extraction
14737
14738# A C compiler.
14739LTCC=$lt_CC
14740
14741# LTCC compiler flags.
14742LTCFLAGS=$lt_CFLAGS
14743
14744# Take the output of nm and produce a listing of raw symbols and C names.
14745global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14746
14747# Transform the output of nm in a proper C declaration.
14748global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14749
14750# Transform the output of nm in a C name address pair.
14751global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14752
14753# Transform the output of nm in a C name address pair when lib prefix is needed.
14754global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14755
14756# The name of the directory that contains temporary libtool files.
14757objdir=$objdir
14758
14759# Used to examine libraries when file_magic_cmd begins with "file".
14760MAGIC_CMD=$MAGIC_CMD
14761
14762# Must we lock files when doing compilation?
14763need_locks=$lt_need_locks
14764
14765# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14766DSYMUTIL=$lt_DSYMUTIL
14767
14768# Tool to change global to local symbols on Mac OS X.
14769NMEDIT=$lt_NMEDIT
14770
14771# Tool to manipulate fat objects and archives on Mac OS X.
14772LIPO=$lt_LIPO
14773
14774# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14775OTOOL=$lt_OTOOL
14776
14777# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14778OTOOL64=$lt_OTOOL64
14779
14780# Old archive suffix (normally "a").
14781libext=$libext
14782
14783# Shared library suffix (normally ".so").
14784shrext_cmds=$lt_shrext_cmds
14785
14786# The commands to extract the exported symbol list from a shared archive.
14787extract_expsyms_cmds=$lt_extract_expsyms_cmds
14788
14789# Variables whose values should be saved in libtool wrapper scripts and
14790# restored at link time.
14791variables_saved_for_relink=$lt_variables_saved_for_relink
14792
14793# Do we need the "lib" prefix for modules?
14794need_lib_prefix=$need_lib_prefix
14795
14796# Do we need a version for libraries?
14797need_version=$need_version
14798
14799# Library versioning type.
14800version_type=$version_type
14801
14802# Shared library runtime path variable.
14803runpath_var=$runpath_var
14804
14805# Shared library path variable.
14806shlibpath_var=$shlibpath_var
14807
14808# Is shlibpath searched before the hard-coded library search path?
14809shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14810
14811# Format of library name prefix.
14812libname_spec=$lt_libname_spec
14813
14814# List of archive names. First name is the real one, the rest are links.
14815# The last name is the one that the linker finds with -lNAME
14816library_names_spec=$lt_library_names_spec
14817
14818# The coded name of the library, if different from the real name.
14819soname_spec=$lt_soname_spec
14820
14821# Permission mode override for installation of shared libraries.
14822install_override_mode=$lt_install_override_mode
14823
14824# Command to use after installation of a shared archive.
14825postinstall_cmds=$lt_postinstall_cmds
14826
14827# Command to use after uninstallation of a shared archive.
14828postuninstall_cmds=$lt_postuninstall_cmds
14829
14830# Commands used to finish a libtool library installation in a directory.
14831finish_cmds=$lt_finish_cmds
14832
14833# As "finish_cmds", except a single script fragment to be evaled but
14834# not shown.
14835finish_eval=$lt_finish_eval
14836
14837# Whether we should hardcode library paths into libraries.
14838hardcode_into_libs=$hardcode_into_libs
14839
14840# Compile-time system search path for libraries.
14841sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14842
14843# Run-time system search path for libraries.
14844sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14845
14846# Whether dlopen is supported.
14847dlopen_support=$enable_dlopen
14848
14849# Whether dlopen of programs is supported.
14850dlopen_self=$enable_dlopen_self
14851
14852# Whether dlopen of statically linked programs is supported.
14853dlopen_self_static=$enable_dlopen_self_static
14854
14855# Commands to strip libraries.
14856old_striplib=$lt_old_striplib
14857striplib=$lt_striplib
14858
14859
14860# The linker used to build libraries.
14861LD=$lt_LD
14862
14863# How to create reloadable object files.
14864reload_flag=$lt_reload_flag
14865reload_cmds=$lt_reload_cmds
14866
14867# Commands used to build an old-style archive.
14868old_archive_cmds=$lt_old_archive_cmds
14869
14870# A language specific compiler.
14871CC=$lt_compiler
14872
14873# Is the compiler the GNU compiler?
14874with_gcc=$GCC
14875
14876# Compiler flag to turn off builtin functions.
14877no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14878
14879# How to pass a linker flag through the compiler.
14880wl=$lt_lt_prog_compiler_wl
14881
14882# Additional compiler flags for building library objects.
14883pic_flag=$lt_lt_prog_compiler_pic
14884
14885# Compiler flag to prevent dynamic linking.
14886link_static_flag=$lt_lt_prog_compiler_static
14887
14888# Does compiler simultaneously support -c and -o options?
14889compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14890
14891# Whether or not to add -lc for building shared libraries.
14892build_libtool_need_lc=$archive_cmds_need_lc
14893
14894# Whether or not to disallow shared libs when runtime libs are static.
14895allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14896
14897# Compiler flag to allow reflexive dlopens.
14898export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14899
14900# Compiler flag to generate shared objects directly from archives.
14901whole_archive_flag_spec=$lt_whole_archive_flag_spec
14902
14903# Whether the compiler copes with passing no objects directly.
14904compiler_needs_object=$lt_compiler_needs_object
14905
14906# Create an old-style archive from a shared archive.
14907old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14908
14909# Create a temporary old-style archive to link instead of a shared archive.
14910old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14911
14912# Commands used to build a shared archive.
14913archive_cmds=$lt_archive_cmds
14914archive_expsym_cmds=$lt_archive_expsym_cmds
14915
14916# Commands used to build a loadable module if different from building
14917# a shared archive.
14918module_cmds=$lt_module_cmds
14919module_expsym_cmds=$lt_module_expsym_cmds
14920
14921# Whether we are building with GNU ld or not.
14922with_gnu_ld=$lt_with_gnu_ld
14923
14924# Flag that allows shared libraries with undefined symbols to be built.
14925allow_undefined_flag=$lt_allow_undefined_flag
14926
14927# Flag that enforces no undefined symbols.
14928no_undefined_flag=$lt_no_undefined_flag
14929
14930# Flag to hardcode \$libdir into a binary during linking.
14931# This must work even if \$libdir does not exist
14932hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14933
14934# If ld is used when linking, flag to hardcode \$libdir into a binary
14935# during linking. This must work even if \$libdir does not exist.
14936hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14937
14938# Whether we need a single "-rpath" flag with a separated argument.
14939hardcode_libdir_separator=$lt_hardcode_libdir_separator
14940
14941# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14942# DIR into the resulting binary.
14943hardcode_direct=$hardcode_direct
14944
14945# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14946# DIR into the resulting binary and the resulting library dependency is
14947# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14948# library is relocated.
14949hardcode_direct_absolute=$hardcode_direct_absolute
14950
14951# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14952# into the resulting binary.
14953hardcode_minus_L=$hardcode_minus_L
14954
14955# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14956# into the resulting binary.
14957hardcode_shlibpath_var=$hardcode_shlibpath_var
14958
14959# Set to "yes" if building a shared library automatically hardcodes DIR
14960# into the library and all subsequent libraries and executables linked
14961# against it.
14962hardcode_automatic=$hardcode_automatic
14963
14964# Set to yes if linker adds runtime paths of dependent libraries
14965# to runtime path list.
14966inherit_rpath=$inherit_rpath
14967
14968# Whether libtool must link a program against all its dependency libraries.
14969link_all_deplibs=$link_all_deplibs
14970
14971# Fix the shell variable \$srcfile for the compiler.
14972fix_srcfile_path=$lt_fix_srcfile_path
14973
14974# Set to "yes" if exported symbols are required.
14975always_export_symbols=$always_export_symbols
14976
14977# The commands to list exported symbols.
14978export_symbols_cmds=$lt_export_symbols_cmds
14979
14980# Symbols that should not be listed in the preloaded symbols.
14981exclude_expsyms=$lt_exclude_expsyms
14982
14983# Symbols that must always be exported.
14984include_expsyms=$lt_include_expsyms
14985
14986# Commands necessary for linking programs (against libraries) with templates.
14987prelink_cmds=$lt_prelink_cmds
14988
14989# Specify filename containing input files.
14990file_list_spec=$lt_file_list_spec
14991
14992# How to hardcode a shared library path into an executable.
14993hardcode_action=$hardcode_action
14994
14995# ### END LIBTOOL CONFIG
14996
14997_LT_EOF
14998
14999 case $host_os in
15000 aix3*)
15001 cat <<\_LT_EOF >> "$cfgfile"
15002# AIX sometimes has problems with the GCC collect2 program. For some
15003# reason, if we set the COLLECT_NAMES environment variable, the problems
15004# vanish in a puff of smoke.
15005if test "X${COLLECT_NAMES+set}" != Xset; then
15006 COLLECT_NAMES=
15007 export COLLECT_NAMES
15008fi
15009_LT_EOF
15010 ;;
15011 esac
15012
15013
15014ltmain="$ac_aux_dir/ltmain.sh"
15015
15016
15017 # We use sed instead of cat because bash on DJGPP gets confused if
15018 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15019 # text mode, it properly converts lines to CR/LF. This bash problem
15020 # is reportedly fixed, but why not run on old versions too?
15021 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15022 || (rm -f "$cfgfile"; exit 1)
15023
15024 case $xsi_shell in
15025 yes)
15026 cat << \_LT_EOF >> "$cfgfile"
15027
15028# func_dirname file append nondir_replacement
15029# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15030# otherwise set result to NONDIR_REPLACEMENT.
15031func_dirname ()
15032{
15033 case ${1} in
15034 */*) func_dirname_result="${1%/*}${2}" ;;
15035 * ) func_dirname_result="${3}" ;;
15036 esac
15037}
15038
15039# func_basename file
15040func_basename ()
15041{
15042 func_basename_result="${1##*/}"
15043}
15044
15045# func_dirname_and_basename file append nondir_replacement
15046# perform func_basename and func_dirname in a single function
15047# call:
15048# dirname: Compute the dirname of FILE. If nonempty,
15049# add APPEND to the result, otherwise set result
15050# to NONDIR_REPLACEMENT.
15051# value returned in "$func_dirname_result"
15052# basename: Compute filename of FILE.
15053# value retuned in "$func_basename_result"
15054# Implementation must be kept synchronized with func_dirname
15055# and func_basename. For efficiency, we do not delegate to
15056# those functions but instead duplicate the functionality here.
15057func_dirname_and_basename ()
15058{
15059 case ${1} in
15060 */*) func_dirname_result="${1%/*}${2}" ;;
15061 * ) func_dirname_result="${3}" ;;
15062 esac
15063 func_basename_result="${1##*/}"
15064}
15065
15066# func_stripname prefix suffix name
15067# strip PREFIX and SUFFIX off of NAME.
15068# PREFIX and SUFFIX must not contain globbing or regex special
15069# characters, hashes, percent signs, but SUFFIX may contain a leading
15070# dot (in which case that matches only a dot).
15071func_stripname ()
15072{
15073 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15074 # positional parameters, so assign one to ordinary parameter first.
15075 func_stripname_result=${3}
15076 func_stripname_result=${func_stripname_result#"${1}"}
15077 func_stripname_result=${func_stripname_result%"${2}"}
15078}
15079
15080# func_opt_split
15081func_opt_split ()
15082{
15083 func_opt_split_opt=${1%%=*}
15084 func_opt_split_arg=${1#*=}
15085}
15086
15087# func_lo2o object
15088func_lo2o ()
15089{
15090 case ${1} in
15091 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15092 *) func_lo2o_result=${1} ;;
15093 esac
15094}
15095
15096# func_xform libobj-or-source
15097func_xform ()
15098{
15099 func_xform_result=${1%.*}.lo
15100}
15101
15102# func_arith arithmetic-term...
15103func_arith ()
15104{
15105 func_arith_result=$(( $* ))
15106}
15107
15108# func_len string
15109# STRING may not start with a hyphen.
15110func_len ()
15111{
15112 func_len_result=${#1}
15113}
15114
15115_LT_EOF
15116 ;;
15117 *) # Bourne compatible functions.
15118 cat << \_LT_EOF >> "$cfgfile"
15119
15120# func_dirname file append nondir_replacement
15121# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15122# otherwise set result to NONDIR_REPLACEMENT.
15123func_dirname ()
15124{
15125 # Extract subdirectory from the argument.
15126 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15127 if test "X$func_dirname_result" = "X${1}"; then
15128 func_dirname_result="${3}"
15129 else
15130 func_dirname_result="$func_dirname_result${2}"
15131 fi
15132}
15133
15134# func_basename file
15135func_basename ()
15136{
15137 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15138}
15139
15140
15141# func_stripname prefix suffix name
15142# strip PREFIX and SUFFIX off of NAME.
15143# PREFIX and SUFFIX must not contain globbing or regex special
15144# characters, hashes, percent signs, but SUFFIX may contain a leading
15145# dot (in which case that matches only a dot).
15146# func_strip_suffix prefix name
15147func_stripname ()
15148{
15149 case ${2} in
15150 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15151 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15152 esac
15153}
15154
15155# sed scripts:
15156my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15157my_sed_long_arg='1s/^-[^=]*=//'
15158
15159# func_opt_split
15160func_opt_split ()
15161{
15162 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15163 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15164}
15165
15166# func_lo2o object
15167func_lo2o ()
15168{
15169 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15170}
15171
15172# func_xform libobj-or-source
15173func_xform ()
15174{
15175 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15176}
15177
15178# func_arith arithmetic-term...
15179func_arith ()
15180{
15181 func_arith_result=`expr "$@"`
15182}
15183
15184# func_len string
15185# STRING may not start with a hyphen.
15186func_len ()
15187{
15188 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15189}
15190
15191_LT_EOF
15192esac
15193
15194case $lt_shell_append in
15195 yes)
15196 cat << \_LT_EOF >> "$cfgfile"
15197
15198# func_append var value
15199# Append VALUE to the end of shell variable VAR.
15200func_append ()
15201{
15202 eval "$1+=\$2"
15203}
15204_LT_EOF
15205 ;;
15206 *)
15207 cat << \_LT_EOF >> "$cfgfile"
15208
15209# func_append var value
15210# Append VALUE to the end of shell variable VAR.
15211func_append ()
15212{
15213 eval "$1=\$$1\$2"
15214}
15215
15216_LT_EOF
15217 ;;
15218 esac
15219
15220
15221 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15222 || (rm -f "$cfgfile"; exit 1)
15223
15224 mv -f "$cfgfile" "$ofile" ||
15225 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15226 chmod +x "$ofile"
15227
15228 ;;
81ecdfbb 15229 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15230 rm -f Makesim1.tmp Makesim2.tmp Makefile
15231 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15232 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15233 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15234 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15235 <Makefile.sim >Makefile
38f48d72 15236 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15237 ;;
81ecdfbb
RW
15238 "stamp-h":C) echo > stamp-h ;;
15239
b7026657 15240 esac
81ecdfbb 15241done # for ac_tag
c906108c 15242
b7026657 15243
81ecdfbb 15244as_fn_exit 0
b7026657 15245_ACEOF
b7026657
AC
15246ac_clean_files=$ac_clean_files_save
15247
81ecdfbb 15248test $ac_write_fail = 0 ||
d0ac1c44 15249 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 15250
b7026657
AC
15251
15252# configure is writing to config.log, and then calls config.status.
15253# config.status does its own redirection, appending to config.log.
15254# Unfortunately, on DOS this fails, as config.log is still kept open
15255# by configure, so config.status won't be able to write to it; its
15256# output is simply discarded. So we exec the FD to /dev/null,
15257# effectively closing config.log, so it can be properly (re)opened and
15258# appended to by config.status. When coming back to configure, we
15259# need to make the FD available again.
15260if test "$no_create" != yes; then
15261 ac_cs_success=:
15262 ac_config_status_args=
15263 test "$silent" = yes &&
15264 ac_config_status_args="$ac_config_status_args --quiet"
15265 exec 5>/dev/null
15266 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15267 exec 5>>config.log
15268 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15269 # would make configure fail if this is the last instruction.
d0ac1c44 15270 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
15271fi
15272if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15273 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15274$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15275fi
c906108c
SS
15276
15277