]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mips/configure
sim: require AC_PROG_CPP explicitly
[thirdparty/binutils-gdb.git] / sim / mips / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
c906108c 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
c906108c 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 471
c906108c 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_default_model
635sim_scache
81ecdfbb
RW
636cgen_breaks
637mips_extra_libs
638XMKMF
639mips_igen_engine
81ecdfbb
RW
640sim_multi_obj
641sim_multi_src
642sim_multi_igen_configs
643sim_multi_flags
644sim_gen
8e394ffc
AB
645sim_micromips16_flags
646sim_micromips_flags
81ecdfbb
RW
647sim_m16_flags
648sim_igen_flags
649SIM_SUBTARGET
650REPORT_BUGS_TEXI
651REPORT_BUGS_TO
652PKGVERSION
81ecdfbb 653MAINT
31e6ad7d
MF
654MAINTAINER_MODE_FALSE
655MAINTAINER_MODE_TRUE
6bb11ab3
L
656lt_cv_dlopen_libs
657OTOOL64
658OTOOL
659LIPO
660NMEDIT
661DSYMUTIL
662AWK
663STRIP
664OBJDUMP
665LN_S
666NM
667ac_ct_DUMPBIN
668DUMPBIN
669LD
670FGREP
671SED
672LIBTOOL
673PLUGINS_FALSE
674PLUGINS_TRUE
aadc9410
MF
675zlibinc
676zlibdir
81ecdfbb
RW
677CATOBJEXT
678GENCAT
679INSTOBJEXT
680DATADIRNAME
681CATALOGS
682POSUB
683GMSGFMT
684XGETTEXT
685INCINTL
686LIBINTL_DEP
687LIBINTL
688USE_NLS
db2e4d67
MF
689GMAKE_FALSE
690GMAKE_TRUE
691MAKE
692CCDEPMODE
693DEPDIR
694am__leading_dot
5f3ef9d0 695PACKAGE
46f900c0 696C_DIALECT
81ecdfbb
RW
697RANLIB
698AR
81ecdfbb
RW
699CC_FOR_BUILD
700INSTALL_DATA
701INSTALL_SCRIPT
702INSTALL_PROGRAM
2232061b
MF
703EGREP
704GREP
81ecdfbb
RW
705target_os
706target_vendor
707target_cpu
708target
709host_os
710host_vendor
711host_cpu
712host
713build_os
714build_vendor
715build_cpu
716build
ebe9564b 717CPP
6ffe910a
MF
718OBJEXT
719EXEEXT
720ac_ct_CC
721CPPFLAGS
722LDFLAGS
723CFLAGS
724CC
81ecdfbb
RW
725target_alias
726host_alias
727build_alias
728LIBS
729ECHO_T
730ECHO_N
731ECHO_C
732DEFS
733mandir
734localedir
735libdir
736psdir
737pdfdir
738dvidir
739htmldir
740infodir
741docdir
742oldincludedir
743includedir
744localstatedir
745sharedstatedir
746sysconfdir
747datadir
748datarootdir
749libexecdir
750sbindir
751bindir
752program_transform_name
753prefix
754exec_prefix
755PACKAGE_URL
756PACKAGE_BUGREPORT
757PACKAGE_STRING
758PACKAGE_VERSION
759PACKAGE_TARNAME
760PACKAGE_NAME
761PATH_SEPARATOR
136da8cd
MF
762SHELL
763WERROR_CFLAGS
764WARN_CFLAGS
765sim_reserved_bits
766sim_inline
767sim_hw
768sim_hw_objs
769sim_hw_cflags
136da8cd
MF
770sim_float
771sim_endian
772sim_bitsize
773sim_alignment'
b7026657 774ac_subst_files=''
81ecdfbb
RW
775ac_user_opts='
776enable_option_checking
aadc9410 777with_system_zlib
6bb11ab3
L
778enable_plugins
779enable_shared
780enable_static
781with_pic
782enable_fast_install
783with_gnu_ld
784enable_libtool_lock
81ecdfbb 785enable_maintainer_mode
81ecdfbb
RW
786enable_sim_debug
787enable_sim_stdio
788enable_sim_trace
789enable_sim_profile
35656e95 790enable_sim_assert
16f7876d 791enable_sim_environment
347fe5bb 792enable_sim_inline
81ecdfbb
RW
793with_pkgversion
794with_bugurl
81ecdfbb 795enable_sim_alignment
2232061b 796enable_werror
81ecdfbb
RW
797enable_build_warnings
798enable_sim_build_warnings
799enable_sim_reserved_bits
800enable_sim_endian
801enable_sim_bitsize
802enable_sim_float
81ecdfbb
RW
803enable_sim_hardware
804with_x
805'
806 ac_precious_vars='build_alias
807host_alias
808target_alias
809CC
810CFLAGS
811LDFLAGS
812LIBS
813CPPFLAGS
814CPP
815XMKMF'
816
c906108c
SS
817
818# Initialize some variables set by options.
b7026657
AC
819ac_init_help=
820ac_init_version=false
81ecdfbb
RW
821ac_unrecognized_opts=
822ac_unrecognized_sep=
c906108c
SS
823# The variables have the same names as the options, with
824# dashes changed to underlines.
b7026657 825cache_file=/dev/null
c906108c 826exec_prefix=NONE
c906108c 827no_create=
c906108c
SS
828no_recursion=
829prefix=NONE
830program_prefix=NONE
831program_suffix=NONE
832program_transform_name=s,x,x,
833silent=
834site=
835srcdir=
c906108c
SS
836verbose=
837x_includes=NONE
838x_libraries=NONE
b7026657
AC
839
840# Installation directory options.
841# These are left unexpanded so users can "make install exec_prefix=/foo"
842# and all the variables that are supposed to be based on exec_prefix
843# by default will actually change.
844# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 845# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
846bindir='${exec_prefix}/bin'
847sbindir='${exec_prefix}/sbin'
848libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
849datarootdir='${prefix}/share'
850datadir='${datarootdir}'
c906108c
SS
851sysconfdir='${prefix}/etc'
852sharedstatedir='${prefix}/com'
853localstatedir='${prefix}/var'
c906108c
SS
854includedir='${prefix}/include'
855oldincludedir='/usr/include'
81ecdfbb
RW
856docdir='${datarootdir}/doc/${PACKAGE}'
857infodir='${datarootdir}/info'
858htmldir='${docdir}'
859dvidir='${docdir}'
860pdfdir='${docdir}'
861psdir='${docdir}'
862libdir='${exec_prefix}/lib'
863localedir='${datarootdir}/locale'
864mandir='${datarootdir}/man'
c906108c 865
c906108c 866ac_prev=
81ecdfbb 867ac_dashdash=
c906108c
SS
868for ac_option
869do
c906108c
SS
870 # If the previous option needs an argument, assign it.
871 if test -n "$ac_prev"; then
81ecdfbb 872 eval $ac_prev=\$ac_option
c906108c
SS
873 ac_prev=
874 continue
875 fi
876
81ecdfbb 877 case $ac_option in
d0ac1c44
SM
878 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
879 *=) ac_optarg= ;;
880 *) ac_optarg=yes ;;
81ecdfbb 881 esac
c906108c
SS
882
883 # Accept the important Cygnus configure options, so we can diagnose typos.
884
81ecdfbb
RW
885 case $ac_dashdash$ac_option in
886 --)
887 ac_dashdash=yes ;;
c906108c
SS
888
889 -bindir | --bindir | --bindi | --bind | --bin | --bi)
890 ac_prev=bindir ;;
891 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 892 bindir=$ac_optarg ;;
c906108c
SS
893
894 -build | --build | --buil | --bui | --bu)
b7026657 895 ac_prev=build_alias ;;
c906108c 896 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 897 build_alias=$ac_optarg ;;
c906108c
SS
898
899 -cache-file | --cache-file | --cache-fil | --cache-fi \
900 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
901 ac_prev=cache_file ;;
902 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
903 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
904 cache_file=$ac_optarg ;;
905
906 --config-cache | -C)
907 cache_file=config.cache ;;
c906108c 908
81ecdfbb 909 -datadir | --datadir | --datadi | --datad)
c906108c 910 ac_prev=datadir ;;
81ecdfbb 911 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 912 datadir=$ac_optarg ;;
c906108c 913
81ecdfbb
RW
914 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
915 | --dataroo | --dataro | --datar)
916 ac_prev=datarootdir ;;
917 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
918 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
919 datarootdir=$ac_optarg ;;
920
c906108c 921 -disable-* | --disable-*)
81ecdfbb 922 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 923 # Reject names that are not valid shell variable names.
81ecdfbb 924 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 925 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
926 ac_useropt_orig=$ac_useropt
927 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
928 case $ac_user_opts in
929 *"
930"enable_$ac_useropt"
931"*) ;;
932 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
933 ac_unrecognized_sep=', ';;
934 esac
935 eval enable_$ac_useropt=no ;;
936
937 -docdir | --docdir | --docdi | --doc | --do)
938 ac_prev=docdir ;;
939 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
940 docdir=$ac_optarg ;;
941
942 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
943 ac_prev=dvidir ;;
944 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
945 dvidir=$ac_optarg ;;
c906108c
SS
946
947 -enable-* | --enable-*)
81ecdfbb 948 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 949 # Reject names that are not valid shell variable names.
81ecdfbb 950 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 951 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
952 ac_useropt_orig=$ac_useropt
953 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
954 case $ac_user_opts in
955 *"
956"enable_$ac_useropt"
957"*) ;;
958 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
959 ac_unrecognized_sep=', ';;
c906108c 960 esac
81ecdfbb 961 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
962
963 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
964 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
965 | --exec | --exe | --ex)
966 ac_prev=exec_prefix ;;
967 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
968 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
969 | --exec=* | --exe=* | --ex=*)
b7026657 970 exec_prefix=$ac_optarg ;;
c906108c
SS
971
972 -gas | --gas | --ga | --g)
973 # Obsolete; use --with-gas.
974 with_gas=yes ;;
975
b7026657
AC
976 -help | --help | --hel | --he | -h)
977 ac_init_help=long ;;
978 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
979 ac_init_help=recursive ;;
980 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
981 ac_init_help=short ;;
c906108c
SS
982
983 -host | --host | --hos | --ho)
b7026657 984 ac_prev=host_alias ;;
c906108c 985 -host=* | --host=* | --hos=* | --ho=*)
b7026657 986 host_alias=$ac_optarg ;;
c906108c 987
81ecdfbb
RW
988 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
989 ac_prev=htmldir ;;
990 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
991 | --ht=*)
992 htmldir=$ac_optarg ;;
993
c906108c
SS
994 -includedir | --includedir | --includedi | --included | --include \
995 | --includ | --inclu | --incl | --inc)
996 ac_prev=includedir ;;
997 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
998 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 999 includedir=$ac_optarg ;;
c906108c
SS
1000
1001 -infodir | --infodir | --infodi | --infod | --info | --inf)
1002 ac_prev=infodir ;;
1003 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 1004 infodir=$ac_optarg ;;
c906108c
SS
1005
1006 -libdir | --libdir | --libdi | --libd)
1007 ac_prev=libdir ;;
1008 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 1009 libdir=$ac_optarg ;;
c906108c
SS
1010
1011 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1012 | --libexe | --libex | --libe)
1013 ac_prev=libexecdir ;;
1014 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1015 | --libexe=* | --libex=* | --libe=*)
b7026657 1016 libexecdir=$ac_optarg ;;
c906108c 1017
81ecdfbb
RW
1018 -localedir | --localedir | --localedi | --localed | --locale)
1019 ac_prev=localedir ;;
1020 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1021 localedir=$ac_optarg ;;
1022
c906108c 1023 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1024 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1025 ac_prev=localstatedir ;;
1026 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1027 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1028 localstatedir=$ac_optarg ;;
c906108c
SS
1029
1030 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1031 ac_prev=mandir ;;
1032 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1033 mandir=$ac_optarg ;;
c906108c
SS
1034
1035 -nfp | --nfp | --nf)
1036 # Obsolete; use --without-fp.
1037 with_fp=no ;;
1038
1039 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1040 | --no-cr | --no-c | -n)
c906108c
SS
1041 no_create=yes ;;
1042
1043 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1044 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1045 no_recursion=yes ;;
1046
1047 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1048 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1049 | --oldin | --oldi | --old | --ol | --o)
1050 ac_prev=oldincludedir ;;
1051 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1052 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1053 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1054 oldincludedir=$ac_optarg ;;
c906108c
SS
1055
1056 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1057 ac_prev=prefix ;;
1058 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1059 prefix=$ac_optarg ;;
c906108c
SS
1060
1061 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1062 | --program-pre | --program-pr | --program-p)
1063 ac_prev=program_prefix ;;
1064 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1065 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1066 program_prefix=$ac_optarg ;;
c906108c
SS
1067
1068 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1069 | --program-suf | --program-su | --program-s)
1070 ac_prev=program_suffix ;;
1071 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1072 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1073 program_suffix=$ac_optarg ;;
c906108c
SS
1074
1075 -program-transform-name | --program-transform-name \
1076 | --program-transform-nam | --program-transform-na \
1077 | --program-transform-n | --program-transform- \
1078 | --program-transform | --program-transfor \
1079 | --program-transfo | --program-transf \
1080 | --program-trans | --program-tran \
1081 | --progr-tra | --program-tr | --program-t)
1082 ac_prev=program_transform_name ;;
1083 -program-transform-name=* | --program-transform-name=* \
1084 | --program-transform-nam=* | --program-transform-na=* \
1085 | --program-transform-n=* | --program-transform-=* \
1086 | --program-transform=* | --program-transfor=* \
1087 | --program-transfo=* | --program-transf=* \
1088 | --program-trans=* | --program-tran=* \
1089 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1090 program_transform_name=$ac_optarg ;;
c906108c 1091
81ecdfbb
RW
1092 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1093 ac_prev=pdfdir ;;
1094 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1095 pdfdir=$ac_optarg ;;
1096
1097 -psdir | --psdir | --psdi | --psd | --ps)
1098 ac_prev=psdir ;;
1099 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1100 psdir=$ac_optarg ;;
1101
c906108c
SS
1102 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1103 | -silent | --silent | --silen | --sile | --sil)
1104 silent=yes ;;
1105
1106 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1107 ac_prev=sbindir ;;
1108 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1109 | --sbi=* | --sb=*)
b7026657 1110 sbindir=$ac_optarg ;;
c906108c
SS
1111
1112 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1113 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1114 | --sharedst | --shareds | --shared | --share | --shar \
1115 | --sha | --sh)
1116 ac_prev=sharedstatedir ;;
1117 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1118 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1119 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1120 | --sha=* | --sh=*)
b7026657 1121 sharedstatedir=$ac_optarg ;;
c906108c
SS
1122
1123 -site | --site | --sit)
1124 ac_prev=site ;;
1125 -site=* | --site=* | --sit=*)
b7026657 1126 site=$ac_optarg ;;
e514a9d6 1127
c906108c
SS
1128 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1129 ac_prev=srcdir ;;
1130 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1131 srcdir=$ac_optarg ;;
c906108c
SS
1132
1133 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1134 | --syscon | --sysco | --sysc | --sys | --sy)
1135 ac_prev=sysconfdir ;;
1136 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1137 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1138 sysconfdir=$ac_optarg ;;
c906108c
SS
1139
1140 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1141 ac_prev=target_alias ;;
c906108c 1142 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1143 target_alias=$ac_optarg ;;
c906108c
SS
1144
1145 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1146 verbose=yes ;;
1147
b7026657
AC
1148 -version | --version | --versio | --versi | --vers | -V)
1149 ac_init_version=: ;;
c906108c
SS
1150
1151 -with-* | --with-*)
81ecdfbb 1152 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1153 # Reject names that are not valid shell variable names.
81ecdfbb 1154 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1155 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1156 ac_useropt_orig=$ac_useropt
1157 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1158 case $ac_user_opts in
1159 *"
1160"with_$ac_useropt"
1161"*) ;;
1162 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1163 ac_unrecognized_sep=', ';;
c906108c 1164 esac
81ecdfbb 1165 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1166
1167 -without-* | --without-*)
81ecdfbb 1168 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1169 # Reject names that are not valid shell variable names.
81ecdfbb 1170 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1171 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1172 ac_useropt_orig=$ac_useropt
1173 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1174 case $ac_user_opts in
1175 *"
1176"with_$ac_useropt"
1177"*) ;;
1178 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1179 ac_unrecognized_sep=', ';;
1180 esac
1181 eval with_$ac_useropt=no ;;
c906108c
SS
1182
1183 --x)
1184 # Obsolete; use --with-x.
1185 with_x=yes ;;
1186
1187 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1188 | --x-incl | --x-inc | --x-in | --x-i)
1189 ac_prev=x_includes ;;
1190 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1191 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1192 x_includes=$ac_optarg ;;
c906108c
SS
1193
1194 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1195 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1196 ac_prev=x_libraries ;;
1197 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1198 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1199 x_libraries=$ac_optarg ;;
c906108c 1200
d0ac1c44
SM
1201 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1202Try \`$0 --help' for more information"
c906108c
SS
1203 ;;
1204
b7026657
AC
1205 *=*)
1206 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1207 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1208 case $ac_envvar in #(
1209 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1210 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1211 esac
1212 eval $ac_envvar=\$ac_optarg
b7026657
AC
1213 export $ac_envvar ;;
1214
c906108c 1215 *)
b7026657 1216 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1217 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1218 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1219 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1220 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1221 ;;
1222
1223 esac
1224done
1225
1226if test -n "$ac_prev"; then
b7026657 1227 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1228 as_fn_error $? "missing argument to $ac_option"
c906108c 1229fi
c906108c 1230
81ecdfbb
RW
1231if test -n "$ac_unrecognized_opts"; then
1232 case $enable_option_checking in
1233 no) ;;
d0ac1c44 1234 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1235 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1236 esac
81ecdfbb 1237fi
c906108c 1238
81ecdfbb
RW
1239# Check all directory arguments for consistency.
1240for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1241 datadir sysconfdir sharedstatedir localstatedir includedir \
1242 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1243 libdir localedir mandir
c906108c 1244do
81ecdfbb
RW
1245 eval ac_val=\$$ac_var
1246 # Remove trailing slashes.
1247 case $ac_val in
1248 */ )
1249 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1250 eval $ac_var=\$ac_val;;
1251 esac
1252 # Be sure to have absolute directory names.
b7026657 1253 case $ac_val in
81ecdfbb
RW
1254 [\\/$]* | ?:[\\/]* ) continue;;
1255 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1256 esac
d0ac1c44 1257 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1258done
1259
b7026657
AC
1260# There might be people who depend on the old broken behavior: `$host'
1261# used to hold the argument of --host etc.
1262# FIXME: To remove some day.
1263build=$build_alias
1264host=$host_alias
1265target=$target_alias
1266
1267# FIXME: To remove some day.
1268if test "x$host_alias" != x; then
1269 if test "x$build_alias" = x; then
1270 cross_compiling=maybe
b7026657
AC
1271 elif test "x$build_alias" != "x$host_alias"; then
1272 cross_compiling=yes
1273 fi
1274fi
c906108c 1275
b7026657
AC
1276ac_tool_prefix=
1277test -n "$host_alias" && ac_tool_prefix=$host_alias-
1278
1279test "$silent" = yes && exec 6>/dev/null
c906108c 1280
c906108c 1281
81ecdfbb
RW
1282ac_pwd=`pwd` && test -n "$ac_pwd" &&
1283ac_ls_di=`ls -di .` &&
1284ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1285 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1286test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1287 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1288
1289
c906108c
SS
1290# Find the source files, if location was not specified.
1291if test -z "$srcdir"; then
1292 ac_srcdir_defaulted=yes
81ecdfbb
RW
1293 # Try the directory containing this script, then the parent directory.
1294 ac_confdir=`$as_dirname -- "$as_myself" ||
1295$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1296 X"$as_myself" : 'X\(//\)[^/]' \| \
1297 X"$as_myself" : 'X\(//\)$' \| \
1298 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1299$as_echo X"$as_myself" |
1300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1301 s//\1/
1302 q
1303 }
1304 /^X\(\/\/\)[^/].*/{
1305 s//\1/
1306 q
1307 }
1308 /^X\(\/\/\)$/{
1309 s//\1/
1310 q
1311 }
1312 /^X\(\/\).*/{
1313 s//\1/
1314 q
1315 }
1316 s/.*/./; q'`
c906108c 1317 srcdir=$ac_confdir
81ecdfbb 1318 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1319 srcdir=..
1320 fi
1321else
1322 ac_srcdir_defaulted=no
1323fi
81ecdfbb
RW
1324if test ! -r "$srcdir/$ac_unique_file"; then
1325 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1326 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1327fi
1328ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1329ac_abs_confdir=`(
d0ac1c44 1330 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1331 pwd)`
1332# When building in place, set srcdir=.
1333if test "$ac_abs_confdir" = "$ac_pwd"; then
1334 srcdir=.
1335fi
1336# Remove unnecessary trailing slashes from srcdir.
1337# Double slashes in file names in object file debugging info
1338# mess up M-x gdb in Emacs.
1339case $srcdir in
1340*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1341esac
1342for ac_var in $ac_precious_vars; do
1343 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1344 eval ac_env_${ac_var}_value=\$${ac_var}
1345 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1346 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1347done
c906108c 1348
b7026657
AC
1349#
1350# Report the --help message.
1351#
1352if test "$ac_init_help" = "long"; then
1353 # Omit some internal or obsolete options to make the list less imposing.
1354 # This message is too long to be a string in the A/UX 3.1 sh.
1355 cat <<_ACEOF
1356\`configure' configures this package to adapt to many kinds of systems.
c906108c 1357
b7026657 1358Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1359
b7026657
AC
1360To assign environment variables (e.g., CC, CFLAGS...), specify them as
1361VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1362
b7026657 1363Defaults for the options are specified in brackets.
c906108c 1364
b7026657
AC
1365Configuration:
1366 -h, --help display this help and exit
1367 --help=short display options specific to this package
1368 --help=recursive display the short help of all the included packages
1369 -V, --version display version information and exit
d0ac1c44 1370 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1371 --cache-file=FILE cache test results in FILE [disabled]
1372 -C, --config-cache alias for \`--cache-file=config.cache'
1373 -n, --no-create do not create output files
1374 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1375
b7026657
AC
1376Installation directories:
1377 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1378 [$ac_default_prefix]
b7026657 1379 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1380 [PREFIX]
c906108c 1381
b7026657
AC
1382By default, \`make install' will install all the files in
1383\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1384an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1385for instance \`--prefix=\$HOME'.
c906108c 1386
b7026657
AC
1387For better control, use the options below.
1388
1389Fine tuning of the installation directories:
81ecdfbb
RW
1390 --bindir=DIR user executables [EPREFIX/bin]
1391 --sbindir=DIR system admin executables [EPREFIX/sbin]
1392 --libexecdir=DIR program executables [EPREFIX/libexec]
1393 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1394 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1395 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1396 --libdir=DIR object code libraries [EPREFIX/lib]
1397 --includedir=DIR C header files [PREFIX/include]
1398 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1399 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1400 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1401 --infodir=DIR info documentation [DATAROOTDIR/info]
1402 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1403 --mandir=DIR man documentation [DATAROOTDIR/man]
1404 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1405 --htmldir=DIR html documentation [DOCDIR]
1406 --dvidir=DIR dvi documentation [DOCDIR]
1407 --pdfdir=DIR pdf documentation [DOCDIR]
1408 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1409_ACEOF
1410
1411 cat <<\_ACEOF
1412
1413Program names:
1414 --program-prefix=PREFIX prepend PREFIX to installed program names
1415 --program-suffix=SUFFIX append SUFFIX to installed program names
1416 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1417
1418X features:
1419 --x-includes=DIR X include files are in DIR
1420 --x-libraries=DIR X library files are in DIR
1421
1422System types:
1423 --build=BUILD configure for building on BUILD [guessed]
1424 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1425 --target=TARGET configure for building compilers for TARGET [HOST]
1426_ACEOF
c906108c 1427fi
b7026657
AC
1428
1429if test -n "$ac_init_help"; then
1430
1431 cat <<\_ACEOF
1432
1433Optional Features:
81ecdfbb 1434 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1435 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1436 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1437 --enable-plugins Enable support for plugins
6bb11ab3
L
1438 --enable-shared[=PKGS] build shared libraries [default=yes]
1439 --enable-static[=PKGS] build static libraries [default=yes]
1440 --enable-fast-install[=PKGS]
1441 optimize for fast installation [default=yes]
1442 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1443 --enable-maintainer-mode
1444 enable make rules and dependencies not useful (and
1445 sometimes confusing) to the casual installer
8d0978fb
MF
1446 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1447 itself)
1448 --enable-sim-stdio Specify whether to use stdio for console
1449 input/output
1450 --enable-sim-trace=opts Enable tracing of simulated programs
1451 --enable-sim-profile=opts
1452 Enable profiling flags
35656e95 1453 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1454 --enable-sim-environment=environment
1455 Specify mixed, user, virtual or operating
1456 environment
8d0978fb
MF
1457 --enable-sim-inline=inlines
1458 Specify which functions should be inlined
1459 --enable-sim-alignment=align
1460 Specify strict, nonstrict or forced alignment of
1461 memory accesses
2232061b
MF
1462 --enable-werror treat compile warnings as errors
1463 --enable-build-warnings enable build-time compiler warnings if gcc is used
1464 --enable-sim-build-warnings
1465 enable SIM specific build-time compiler warnings if
1466 gcc is used
8d0978fb
MF
1467 --enable-sim-reserved-bits
1468 Specify whether to check reserved bits in
1469 instruction
1470 --enable-sim-endian=endian
1471 Specify target byte endian orientation
1472 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1473 --enable-sim-float Specify that the target processor has floating point
1474 hardware
1517bd27
MF
1475 --enable-sim-hardware=LIST
1476 Specify the hardware to be included in the build.
b7026657
AC
1477
1478Optional Packages:
1479 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1480 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1481 --with-system-zlib use installed libz
6bb11ab3
L
1482 --with-pic try to use only PIC/non-PIC objects [default=use
1483 both]
1484 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1485 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468 1486 --with-bugurl=URL Direct users to URL to report a bug
b7026657
AC
1487 --with-x use the X Window System
1488
1489Some influential environment variables:
1490 CC C compiler command
1491 CFLAGS C compiler flags
1492 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1493 nonstandard directory <lib dir>
81ecdfbb 1494 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1495 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1496 you have headers in a nonstandard directory <include dir>
b7026657 1497 CPP C preprocessor
81ecdfbb 1498 XMKMF Path to xmkmf, Makefile generator for X Window System
b7026657
AC
1499
1500Use these variables to override the choices made by `configure' or to help
1501it to find libraries and programs with nonstandard names/locations.
1502
81ecdfbb 1503Report bugs to the package provider.
b7026657 1504_ACEOF
81ecdfbb 1505ac_status=$?
c906108c
SS
1506fi
1507
b7026657
AC
1508if test "$ac_init_help" = "recursive"; then
1509 # If there are subdirs, report their specific --help.
b7026657 1510 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1511 test -d "$ac_dir" ||
1512 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1513 continue
b7026657 1514 ac_builddir=.
c906108c 1515
81ecdfbb
RW
1516case "$ac_dir" in
1517.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1518*)
1519 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1520 # A ".." for each directory in $ac_dir_suffix.
1521 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1522 case $ac_top_builddir_sub in
1523 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1524 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1525 esac ;;
1526esac
1527ac_abs_top_builddir=$ac_pwd
1528ac_abs_builddir=$ac_pwd$ac_dir_suffix
1529# for backward compatibility:
1530ac_top_builddir=$ac_top_build_prefix
c906108c 1531
b7026657 1532case $srcdir in
81ecdfbb 1533 .) # We are building in place.
b7026657 1534 ac_srcdir=.
81ecdfbb
RW
1535 ac_top_srcdir=$ac_top_builddir_sub
1536 ac_abs_top_srcdir=$ac_pwd ;;
1537 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1538 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1539 ac_top_srcdir=$srcdir
1540 ac_abs_top_srcdir=$srcdir ;;
1541 *) # Relative name.
1542 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1543 ac_top_srcdir=$ac_top_build_prefix$srcdir
1544 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1545esac
81ecdfbb
RW
1546ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1547
1548 cd "$ac_dir" || { ac_status=$?; continue; }
1549 # Check for guested configure.
1550 if test -f "$ac_srcdir/configure.gnu"; then
1551 echo &&
1552 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1553 elif test -f "$ac_srcdir/configure"; then
1554 echo &&
1555 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1556 else
81ecdfbb
RW
1557 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1558 fi || ac_status=$?
1559 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1560 done
1561fi
1562
81ecdfbb 1563test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1564if $ac_init_version; then
1565 cat <<\_ACEOF
81ecdfbb 1566configure
d0ac1c44 1567generated by GNU Autoconf 2.69
b7026657 1568
d0ac1c44 1569Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1570This configure script is free software; the Free Software Foundation
1571gives unlimited permission to copy, distribute and modify it.
1572_ACEOF
81ecdfbb 1573 exit
b7026657 1574fi
b7026657 1575
81ecdfbb
RW
1576## ------------------------ ##
1577## Autoconf initialization. ##
1578## ------------------------ ##
b7026657 1579
81ecdfbb
RW
1580# ac_fn_c_try_compile LINENO
1581# --------------------------
1582# Try to compile conftest.$ac_ext, and return whether this succeeded.
1583ac_fn_c_try_compile ()
b7026657 1584{
81ecdfbb
RW
1585 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1586 rm -f conftest.$ac_objext
1587 if { { ac_try="$ac_compile"
1588case "(($ac_try" in
1589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1590 *) ac_try_echo=$ac_try;;
1591esac
1592eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1593$as_echo "$ac_try_echo"; } >&5
1594 (eval "$ac_compile") 2>conftest.err
1595 ac_status=$?
1596 if test -s conftest.err; then
1597 grep -v '^ *+' conftest.err >conftest.er1
1598 cat conftest.er1 >&5
1599 mv -f conftest.er1 conftest.err
1600 fi
1601 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1602 test $ac_status = 0; } && {
1603 test -z "$ac_c_werror_flag" ||
1604 test ! -s conftest.err
1605 } && test -s conftest.$ac_objext; then :
1606 ac_retval=0
1607else
1608 $as_echo "$as_me: failed program was:" >&5
1609sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1610
81ecdfbb
RW
1611 ac_retval=1
1612fi
d0ac1c44
SM
1613 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1614 as_fn_set_status $ac_retval
b7026657 1615
81ecdfbb 1616} # ac_fn_c_try_compile
b7026657 1617
81ecdfbb
RW
1618# ac_fn_c_try_cpp LINENO
1619# ----------------------
1620# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1621ac_fn_c_try_cpp ()
1622{
1623 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1624 if { { ac_try="$ac_cpp conftest.$ac_ext"
1625case "(($ac_try" in
1626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1627 *) ac_try_echo=$ac_try;;
1628esac
1629eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1630$as_echo "$ac_try_echo"; } >&5
1631 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1632 ac_status=$?
1633 if test -s conftest.err; then
1634 grep -v '^ *+' conftest.err >conftest.er1
1635 cat conftest.er1 >&5
1636 mv -f conftest.er1 conftest.err
1637 fi
1638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1639 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1640 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1641 test ! -s conftest.err
1642 }; then :
1643 ac_retval=0
1644else
1645 $as_echo "$as_me: failed program was:" >&5
1646sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1647
81ecdfbb
RW
1648 ac_retval=1
1649fi
d0ac1c44
SM
1650 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1651 as_fn_set_status $ac_retval
b7026657 1652
81ecdfbb
RW
1653} # ac_fn_c_try_cpp
1654
1655# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1656# -------------------------------------------------------
1657# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1658# the include files in INCLUDES and setting the cache variable VAR
1659# accordingly.
1660ac_fn_c_check_header_mongrel ()
1661{
1662 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1663 if eval \${$3+:} false; then :
81ecdfbb
RW
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1665$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1666if eval \${$3+:} false; then :
81ecdfbb
RW
1667 $as_echo_n "(cached) " >&6
1668fi
1669eval ac_res=\$$3
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1671$as_echo "$ac_res" >&6; }
1672else
1673 # Is the header compilable?
1674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1675$as_echo_n "checking $2 usability... " >&6; }
1676cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1677/* end confdefs.h. */
1678$4
1679#include <$2>
1680_ACEOF
1681if ac_fn_c_try_compile "$LINENO"; then :
1682 ac_header_compiler=yes
1683else
1684 ac_header_compiler=no
1685fi
1686rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1688$as_echo "$ac_header_compiler" >&6; }
1689
1690# Is the header present?
1691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1692$as_echo_n "checking $2 presence... " >&6; }
1693cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1694/* end confdefs.h. */
1695#include <$2>
1696_ACEOF
1697if ac_fn_c_try_cpp "$LINENO"; then :
1698 ac_header_preproc=yes
1699else
1700 ac_header_preproc=no
1701fi
d0ac1c44 1702rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1704$as_echo "$ac_header_preproc" >&6; }
1705
1706# So? What about this header?
1707case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1708 yes:no: )
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1710$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1712$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1713 ;;
1714 no:yes:* )
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1716$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1718$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1720$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1722$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1724$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1725 ;;
1726esac
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1728$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1729if eval \${$3+:} false; then :
81ecdfbb
RW
1730 $as_echo_n "(cached) " >&6
1731else
1732 eval "$3=\$ac_header_compiler"
1733fi
1734eval ac_res=\$$3
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1736$as_echo "$ac_res" >&6; }
1737fi
d0ac1c44 1738 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1739
1740} # ac_fn_c_check_header_mongrel
1741
1742# ac_fn_c_try_run LINENO
1743# ----------------------
1744# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1745# that executables *can* be run.
1746ac_fn_c_try_run ()
1747{
1748 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1749 if { { ac_try="$ac_link"
1750case "(($ac_try" in
1751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1752 *) ac_try_echo=$ac_try;;
1753esac
1754eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1755$as_echo "$ac_try_echo"; } >&5
1756 (eval "$ac_link") 2>&5
1757 ac_status=$?
1758 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1759 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1760 { { case "(($ac_try" in
1761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762 *) ac_try_echo=$ac_try;;
1763esac
1764eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765$as_echo "$ac_try_echo"; } >&5
1766 (eval "$ac_try") 2>&5
1767 ac_status=$?
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; }; }; then :
1770 ac_retval=0
1771else
1772 $as_echo "$as_me: program exited with status $ac_status" >&5
1773 $as_echo "$as_me: failed program was:" >&5
1774sed 's/^/| /' conftest.$ac_ext >&5
1775
1776 ac_retval=$ac_status
1777fi
1778 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1779 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1780 as_fn_set_status $ac_retval
81ecdfbb
RW
1781
1782} # ac_fn_c_try_run
1783
1784# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1785# -------------------------------------------------------
1786# Tests whether HEADER exists and can be compiled using the include files in
1787# INCLUDES, setting the cache variable VAR accordingly.
1788ac_fn_c_check_header_compile ()
1789{
1790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1792$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1793if eval \${$3+:} false; then :
81ecdfbb
RW
1794 $as_echo_n "(cached) " >&6
1795else
1796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1797/* end confdefs.h. */
1798$4
1799#include <$2>
1800_ACEOF
1801if ac_fn_c_try_compile "$LINENO"; then :
1802 eval "$3=yes"
1803else
1804 eval "$3=no"
1805fi
1806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1807fi
1808eval ac_res=\$$3
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1810$as_echo "$ac_res" >&6; }
d0ac1c44 1811 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1812
1813} # ac_fn_c_check_header_compile
1814
1815# ac_fn_c_try_link LINENO
1816# -----------------------
1817# Try to link conftest.$ac_ext, and return whether this succeeded.
1818ac_fn_c_try_link ()
1819{
1820 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1821 rm -f conftest.$ac_objext conftest$ac_exeext
1822 if { { ac_try="$ac_link"
1823case "(($ac_try" in
1824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1825 *) ac_try_echo=$ac_try;;
1826esac
1827eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1828$as_echo "$ac_try_echo"; } >&5
1829 (eval "$ac_link") 2>conftest.err
1830 ac_status=$?
1831 if test -s conftest.err; then
1832 grep -v '^ *+' conftest.err >conftest.er1
1833 cat conftest.er1 >&5
1834 mv -f conftest.er1 conftest.err
1835 fi
1836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1837 test $ac_status = 0; } && {
1838 test -z "$ac_c_werror_flag" ||
1839 test ! -s conftest.err
1840 } && test -s conftest$ac_exeext && {
1841 test "$cross_compiling" = yes ||
d0ac1c44 1842 test -x conftest$ac_exeext
81ecdfbb
RW
1843 }; then :
1844 ac_retval=0
1845else
1846 $as_echo "$as_me: failed program was:" >&5
1847sed 's/^/| /' conftest.$ac_ext >&5
1848
1849 ac_retval=1
1850fi
1851 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1852 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1853 # interfere with the next link command; also delete a directory that is
1854 # left behind by Apple's compiler. We do this before executing the actions.
1855 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1856 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1857 as_fn_set_status $ac_retval
81ecdfbb
RW
1858
1859} # ac_fn_c_try_link
1860
1861# ac_fn_c_check_func LINENO FUNC VAR
1862# ----------------------------------
1863# Tests whether FUNC exists, setting the cache variable VAR accordingly
1864ac_fn_c_check_func ()
1865{
1866 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1868$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1869if eval \${$3+:} false; then :
81ecdfbb
RW
1870 $as_echo_n "(cached) " >&6
1871else
1872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1873/* end confdefs.h. */
1874/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1875 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1876#define $2 innocuous_$2
1877
1878/* System header to define __stub macros and hopefully few prototypes,
1879 which can conflict with char $2 (); below.
1880 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1881 <limits.h> exists even on freestanding compilers. */
1882
1883#ifdef __STDC__
1884# include <limits.h>
1885#else
1886# include <assert.h>
1887#endif
1888
1889#undef $2
1890
1891/* Override any GCC internal prototype to avoid an error.
1892 Use char because int might match the return type of a GCC
1893 builtin and then its argument prototype would still apply. */
1894#ifdef __cplusplus
1895extern "C"
1896#endif
1897char $2 ();
1898/* The GNU C library defines this for functions which it implements
1899 to always fail with ENOSYS. Some functions are actually named
1900 something starting with __ and the normal name is an alias. */
1901#if defined __stub_$2 || defined __stub___$2
1902choke me
1903#endif
1904
1905int
1906main ()
1907{
1908return $2 ();
1909 ;
1910 return 0;
1911}
1912_ACEOF
1913if ac_fn_c_try_link "$LINENO"; then :
1914 eval "$3=yes"
1915else
1916 eval "$3=no"
1917fi
1918rm -f core conftest.err conftest.$ac_objext \
1919 conftest$ac_exeext conftest.$ac_ext
1920fi
1921eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923$as_echo "$ac_res" >&6; }
d0ac1c44 1924 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1925
1926} # ac_fn_c_check_func
936df756
MF
1927
1928# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1929# ----------------------------------------------------
1930# Tries to find if the field MEMBER exists in type AGGR, after including
1931# INCLUDES, setting cache variable VAR accordingly.
1932ac_fn_c_check_member ()
1933{
1934 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1936$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1937if eval \${$4+:} false; then :
936df756
MF
1938 $as_echo_n "(cached) " >&6
1939else
1940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1941/* end confdefs.h. */
1942$5
1943int
1944main ()
1945{
1946static $2 ac_aggr;
1947if (ac_aggr.$3)
1948return 0;
1949 ;
1950 return 0;
1951}
1952_ACEOF
1953if ac_fn_c_try_compile "$LINENO"; then :
1954 eval "$4=yes"
1955else
1956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1957/* end confdefs.h. */
1958$5
1959int
1960main ()
1961{
1962static $2 ac_aggr;
1963if (sizeof ac_aggr.$3)
1964return 0;
1965 ;
1966 return 0;
1967}
1968_ACEOF
1969if ac_fn_c_try_compile "$LINENO"; then :
1970 eval "$4=yes"
1971else
1972 eval "$4=no"
1973fi
1974rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1975fi
1976rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1977fi
1978eval ac_res=\$$4
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980$as_echo "$ac_res" >&6; }
d0ac1c44 1981 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1982
1983} # ac_fn_c_check_member
1984
1985# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1986# -------------------------------------------
1987# Tests whether TYPE exists after having included INCLUDES, setting cache
1988# variable VAR accordingly.
1989ac_fn_c_check_type ()
1990{
1991 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1993$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1994if eval \${$3+:} false; then :
936df756
MF
1995 $as_echo_n "(cached) " >&6
1996else
1997 eval "$3=no"
1998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1999/* end confdefs.h. */
2000$4
2001int
2002main ()
2003{
2004if (sizeof ($2))
2005 return 0;
2006 ;
2007 return 0;
2008}
2009_ACEOF
2010if ac_fn_c_try_compile "$LINENO"; then :
2011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2012/* end confdefs.h. */
2013$4
2014int
2015main ()
2016{
2017if (sizeof (($2)))
2018 return 0;
2019 ;
2020 return 0;
2021}
2022_ACEOF
2023if ac_fn_c_try_compile "$LINENO"; then :
2024
2025else
2026 eval "$3=yes"
2027fi
2028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2029fi
2030rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2031fi
2032eval ac_res=\$$3
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2034$as_echo "$ac_res" >&6; }
d0ac1c44 2035 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2036
2037} # ac_fn_c_check_type
81ecdfbb
RW
2038cat >config.log <<_ACEOF
2039This file contains any messages produced by compilers while
2040running configure, to aid debugging if configure makes a mistake.
2041
2042It was created by $as_me, which was
d0ac1c44 2043generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2044
2045 $ $0 $@
2046
2047_ACEOF
2048exec 5>>config.log
2049{
2050cat <<_ASUNAME
2051## --------- ##
2052## Platform. ##
2053## --------- ##
2054
2055hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2056uname -m = `(uname -m) 2>/dev/null || echo unknown`
2057uname -r = `(uname -r) 2>/dev/null || echo unknown`
2058uname -s = `(uname -s) 2>/dev/null || echo unknown`
2059uname -v = `(uname -v) 2>/dev/null || echo unknown`
2060
2061/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2062/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2063
2064/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2065/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2066/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2067/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2068/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2069/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2070/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2071
2072_ASUNAME
2073
2074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2075for as_dir in $PATH
2076do
2077 IFS=$as_save_IFS
2078 test -z "$as_dir" && as_dir=.
2079 $as_echo "PATH: $as_dir"
2080 done
2081IFS=$as_save_IFS
2082
2083} >&5
2084
2085cat >&5 <<_ACEOF
b7026657
AC
2086
2087
2088## ----------- ##
2089## Core tests. ##
2090## ----------- ##
2091
2092_ACEOF
2093
2094
2095# Keep a trace of the command line.
2096# Strip out --no-create and --no-recursion so they do not pile up.
2097# Strip out --silent because we don't want to record it for future runs.
2098# Also quote any args containing shell meta-characters.
2099# Make two passes to allow for proper duplicate-argument suppression.
2100ac_configure_args=
2101ac_configure_args0=
2102ac_configure_args1=
b7026657
AC
2103ac_must_keep_next=false
2104for ac_pass in 1 2
2105do
2106 for ac_arg
2107 do
2108 case $ac_arg in
2109 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2110 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2111 | -silent | --silent | --silen | --sile | --sil)
2112 continue ;;
81ecdfbb
RW
2113 *\'*)
2114 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2115 esac
2116 case $ac_pass in
81ecdfbb 2117 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2118 2)
81ecdfbb 2119 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2120 if test $ac_must_keep_next = true; then
2121 ac_must_keep_next=false # Got value, back to normal.
2122 else
2123 case $ac_arg in
2124 *=* | --config-cache | -C | -disable-* | --disable-* \
2125 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2126 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2127 | -with-* | --with-* | -without-* | --without-* | --x)
2128 case "$ac_configure_args0 " in
2129 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2130 esac
2131 ;;
2132 -* ) ac_must_keep_next=true ;;
2133 esac
2134 fi
81ecdfbb 2135 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2136 ;;
2137 esac
2138 done
2139done
81ecdfbb
RW
2140{ ac_configure_args0=; unset ac_configure_args0;}
2141{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2142
2143# When interrupted or exit'd, cleanup temporary files, and complete
2144# config.log. We remove comments because anyway the quotes in there
2145# would cause problems or look ugly.
81ecdfbb
RW
2146# WARNING: Use '\'' to represent an apostrophe within the trap.
2147# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2148trap 'exit_status=$?
2149 # Save into config.log some information that might help in debugging.
2150 {
2151 echo
2152
d0ac1c44 2153 $as_echo "## ---------------- ##
b7026657 2154## Cache variables. ##
d0ac1c44 2155## ---------------- ##"
b7026657
AC
2156 echo
2157 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2158(
2159 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2160 eval ac_val=\$$ac_var
2161 case $ac_val in #(
2162 *${as_nl}*)
2163 case $ac_var in #(
2164 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2165$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2166 esac
2167 case $ac_var in #(
2168 _ | IFS | as_nl) ;; #(
2169 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2170 *) { eval $ac_var=; unset $ac_var;} ;;
2171 esac ;;
2172 esac
2173 done
b7026657 2174 (set) 2>&1 |
81ecdfbb
RW
2175 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2176 *${as_nl}ac_space=\ *)
b7026657 2177 sed -n \
81ecdfbb
RW
2178 "s/'\''/'\''\\\\'\'''\''/g;
2179 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2180 ;; #(
b7026657 2181 *)
81ecdfbb 2182 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2183 ;;
81ecdfbb
RW
2184 esac |
2185 sort
2186)
b7026657
AC
2187 echo
2188
d0ac1c44 2189 $as_echo "## ----------------- ##
b7026657 2190## Output variables. ##
d0ac1c44 2191## ----------------- ##"
b7026657
AC
2192 echo
2193 for ac_var in $ac_subst_vars
2194 do
81ecdfbb
RW
2195 eval ac_val=\$$ac_var
2196 case $ac_val in
2197 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2198 esac
2199 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2200 done | sort
2201 echo
2202
2203 if test -n "$ac_subst_files"; then
d0ac1c44 2204 $as_echo "## ------------------- ##
81ecdfbb 2205## File substitutions. ##
d0ac1c44 2206## ------------------- ##"
b7026657
AC
2207 echo
2208 for ac_var in $ac_subst_files
2209 do
81ecdfbb
RW
2210 eval ac_val=\$$ac_var
2211 case $ac_val in
2212 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2213 esac
2214 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2215 done | sort
2216 echo
2217 fi
2218
2219 if test -s confdefs.h; then
d0ac1c44 2220 $as_echo "## ----------- ##
b7026657 2221## confdefs.h. ##
d0ac1c44 2222## ----------- ##"
b7026657 2223 echo
81ecdfbb 2224 cat confdefs.h
b7026657
AC
2225 echo
2226 fi
2227 test "$ac_signal" != 0 &&
81ecdfbb
RW
2228 $as_echo "$as_me: caught signal $ac_signal"
2229 $as_echo "$as_me: exit $exit_status"
b7026657 2230 } >&5
81ecdfbb
RW
2231 rm -f core *.core core.conftest.* &&
2232 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2233 exit $exit_status
81ecdfbb 2234' 0
b7026657 2235for ac_signal in 1 2 13 15; do
81ecdfbb 2236 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2237done
2238ac_signal=0
2239
2240# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2241rm -f -r conftest* confdefs.h
2242
2243$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2244
2245# Predefined preprocessor variables.
2246
2247cat >>confdefs.h <<_ACEOF
2248#define PACKAGE_NAME "$PACKAGE_NAME"
2249_ACEOF
2250
b7026657
AC
2251cat >>confdefs.h <<_ACEOF
2252#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2253_ACEOF
2254
b7026657
AC
2255cat >>confdefs.h <<_ACEOF
2256#define PACKAGE_VERSION "$PACKAGE_VERSION"
2257_ACEOF
2258
b7026657
AC
2259cat >>confdefs.h <<_ACEOF
2260#define PACKAGE_STRING "$PACKAGE_STRING"
2261_ACEOF
2262
b7026657
AC
2263cat >>confdefs.h <<_ACEOF
2264#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2265_ACEOF
2266
81ecdfbb
RW
2267cat >>confdefs.h <<_ACEOF
2268#define PACKAGE_URL "$PACKAGE_URL"
2269_ACEOF
2270
b7026657
AC
2271
2272# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2273# Prefer an explicitly selected file to automatically selected ones.
2274ac_site_file1=NONE
2275ac_site_file2=NONE
2276if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2277 # We do not want a PATH search for config.site.
2278 case $CONFIG_SITE in #((
2279 -*) ac_site_file1=./$CONFIG_SITE;;
2280 */*) ac_site_file1=$CONFIG_SITE;;
2281 *) ac_site_file1=./$CONFIG_SITE;;
2282 esac
81ecdfbb
RW
2283elif test "x$prefix" != xNONE; then
2284 ac_site_file1=$prefix/share/config.site
2285 ac_site_file2=$prefix/etc/config.site
2286else
2287 ac_site_file1=$ac_default_prefix/share/config.site
2288 ac_site_file2=$ac_default_prefix/etc/config.site
2289fi
2290for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2291do
2292 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2293 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2295$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2296 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2297 . "$ac_site_file" \
2298 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2299$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2300as_fn_error $? "failed to load site script $ac_site_file
2301See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2302 fi
2303done
2304
2305if test -r "$cache_file"; then
d0ac1c44
SM
2306 # Some versions of bash will fail to source /dev/null (special files
2307 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2308 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2310$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2311 case $cache_file in
81ecdfbb
RW
2312 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2313 *) . "./$cache_file";;
b7026657
AC
2314 esac
2315 fi
c906108c 2316else
81ecdfbb
RW
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2318$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2319 >$cache_file
2320fi
2321
2322# Check that the precious variables saved in the cache have kept the same
2323# value.
2324ac_cache_corrupted=false
81ecdfbb 2325for ac_var in $ac_precious_vars; do
b7026657
AC
2326 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2327 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2328 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2329 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2330 case $ac_old_set,$ac_new_set in
2331 set,)
81ecdfbb
RW
2332 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2333$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2334 ac_cache_corrupted=: ;;
2335 ,set)
81ecdfbb
RW
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2337$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2338 ac_cache_corrupted=: ;;
2339 ,);;
2340 *)
2341 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2342 # differences in whitespace do not lead to failure.
2343 ac_old_val_w=`echo x $ac_old_val`
2344 ac_new_val_w=`echo x $ac_new_val`
2345 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2347$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2348 ac_cache_corrupted=:
2349 else
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2351$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2352 eval $ac_var=\$ac_old_val
2353 fi
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2355$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2357$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2358 fi;;
2359 esac
2360 # Pass precious variables to config.status.
2361 if test "$ac_new_set" = set; then
2362 case $ac_new_val in
81ecdfbb 2363 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2364 *) ac_arg=$ac_var=$ac_new_val ;;
2365 esac
2366 case " $ac_configure_args " in
2367 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2368 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2369 esac
2370 fi
2371done
2372if $ac_cache_corrupted; then
81ecdfbb
RW
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2374$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2376$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2377 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c906108c 2378fi
81ecdfbb
RW
2379## -------------------- ##
2380## Main body of script. ##
2381## -------------------- ##
b7026657
AC
2382
2383ac_ext=c
2384ac_cpp='$CPP $CPPFLAGS'
2385ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2386ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2387ac_compiler_gnu=$ac_cv_c_compiler_gnu
2388
2389
6bb11ab3
L
2390
2391
2392
2393
2394
2395ac_ext=c
2396ac_cpp='$CPP $CPPFLAGS'
2397ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2398ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2399ac_compiler_gnu=$ac_cv_c_compiler_gnu
2400if test -n "$ac_tool_prefix"; then
2401 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2402set dummy ${ac_tool_prefix}gcc; ac_word=$2
2403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2404$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2405if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2406 $as_echo_n "(cached) " >&6
2407else
2408 if test -n "$CC"; then
2409 ac_cv_prog_CC="$CC" # Let the user override the test.
2410else
2411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2412for as_dir in $PATH
2413do
2414 IFS=$as_save_IFS
2415 test -z "$as_dir" && as_dir=.
2416 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2417 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2418 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2420 break 2
2421 fi
2422done
2423 done
2424IFS=$as_save_IFS
2425
2426fi
2427fi
2428CC=$ac_cv_prog_CC
2429if test -n "$CC"; then
2430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2431$as_echo "$CC" >&6; }
2432else
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2434$as_echo "no" >&6; }
2435fi
2436
2437
2438fi
2439if test -z "$ac_cv_prog_CC"; then
2440 ac_ct_CC=$CC
2441 # Extract the first word of "gcc", so it can be a program name with args.
2442set dummy gcc; ac_word=$2
2443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2444$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2445if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2446 $as_echo_n "(cached) " >&6
2447else
2448 if test -n "$ac_ct_CC"; then
2449 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2450else
2451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2452for as_dir in $PATH
2453do
2454 IFS=$as_save_IFS
2455 test -z "$as_dir" && as_dir=.
2456 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2457 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2458 ac_cv_prog_ac_ct_CC="gcc"
2459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2460 break 2
2461 fi
2462done
2463 done
2464IFS=$as_save_IFS
2465
2466fi
2467fi
2468ac_ct_CC=$ac_cv_prog_ac_ct_CC
2469if test -n "$ac_ct_CC"; then
2470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2471$as_echo "$ac_ct_CC" >&6; }
2472else
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2474$as_echo "no" >&6; }
2475fi
2476
2477 if test "x$ac_ct_CC" = x; then
2478 CC=""
2479 else
2480 case $cross_compiling:$ac_tool_warned in
2481yes:)
2482{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2483$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2484ac_tool_warned=yes ;;
2485esac
2486 CC=$ac_ct_CC
2487 fi
2488else
2489 CC="$ac_cv_prog_CC"
2490fi
2491
2492if test -z "$CC"; then
2493 if test -n "$ac_tool_prefix"; then
2494 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2495set dummy ${ac_tool_prefix}cc; ac_word=$2
2496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2497$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2498if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2499 $as_echo_n "(cached) " >&6
2500else
2501 if test -n "$CC"; then
2502 ac_cv_prog_CC="$CC" # Let the user override the test.
2503else
2504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2505for as_dir in $PATH
2506do
2507 IFS=$as_save_IFS
2508 test -z "$as_dir" && as_dir=.
2509 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2511 ac_cv_prog_CC="${ac_tool_prefix}cc"
2512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2513 break 2
2514 fi
2515done
2516 done
2517IFS=$as_save_IFS
2518
2519fi
2520fi
2521CC=$ac_cv_prog_CC
2522if test -n "$CC"; then
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2524$as_echo "$CC" >&6; }
2525else
2526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2527$as_echo "no" >&6; }
2528fi
2529
2530
2531 fi
2532fi
2533if test -z "$CC"; then
2534 # Extract the first word of "cc", so it can be a program name with args.
2535set dummy cc; ac_word=$2
2536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2537$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2538if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2539 $as_echo_n "(cached) " >&6
2540else
2541 if test -n "$CC"; then
2542 ac_cv_prog_CC="$CC" # Let the user override the test.
2543else
2544 ac_prog_rejected=no
2545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2546for as_dir in $PATH
2547do
2548 IFS=$as_save_IFS
2549 test -z "$as_dir" && as_dir=.
2550 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2551 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2552 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2553 ac_prog_rejected=yes
2554 continue
2555 fi
2556 ac_cv_prog_CC="cc"
2557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2558 break 2
2559 fi
2560done
2561 done
2562IFS=$as_save_IFS
2563
2564if test $ac_prog_rejected = yes; then
2565 # We found a bogon in the path, so make sure we never use it.
2566 set dummy $ac_cv_prog_CC
2567 shift
2568 if test $# != 0; then
2569 # We chose a different compiler from the bogus one.
2570 # However, it has the same basename, so the bogon will be chosen
2571 # first if we set CC to just the basename; use the full file name.
2572 shift
2573 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2574 fi
2575fi
2576fi
2577fi
2578CC=$ac_cv_prog_CC
2579if test -n "$CC"; then
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2581$as_echo "$CC" >&6; }
2582else
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2584$as_echo "no" >&6; }
2585fi
2586
2587
2588fi
2589if test -z "$CC"; then
2590 if test -n "$ac_tool_prefix"; then
2591 for ac_prog in cl.exe
2592 do
2593 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2594set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2595{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2596$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2597if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2598 $as_echo_n "(cached) " >&6
2599else
2600 if test -n "$CC"; then
2601 ac_cv_prog_CC="$CC" # Let the user override the test.
2602else
2603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2604for as_dir in $PATH
2605do
2606 IFS=$as_save_IFS
2607 test -z "$as_dir" && as_dir=.
2608 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2609 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2610 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2612 break 2
2613 fi
2614done
2615 done
2616IFS=$as_save_IFS
2617
2618fi
2619fi
2620CC=$ac_cv_prog_CC
2621if test -n "$CC"; then
2622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2623$as_echo "$CC" >&6; }
2624else
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2626$as_echo "no" >&6; }
2627fi
2628
2629
2630 test -n "$CC" && break
2631 done
2632fi
2633if test -z "$CC"; then
2634 ac_ct_CC=$CC
2635 for ac_prog in cl.exe
2636do
2637 # Extract the first word of "$ac_prog", so it can be a program name with args.
2638set dummy $ac_prog; ac_word=$2
2639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2640$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2641if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2642 $as_echo_n "(cached) " >&6
2643else
2644 if test -n "$ac_ct_CC"; then
2645 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2646else
2647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2648for as_dir in $PATH
2649do
2650 IFS=$as_save_IFS
2651 test -z "$as_dir" && as_dir=.
2652 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2653 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2654 ac_cv_prog_ac_ct_CC="$ac_prog"
2655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2656 break 2
2657 fi
2658done
2659 done
2660IFS=$as_save_IFS
2661
2662fi
2663fi
2664ac_ct_CC=$ac_cv_prog_ac_ct_CC
2665if test -n "$ac_ct_CC"; then
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2667$as_echo "$ac_ct_CC" >&6; }
2668else
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2670$as_echo "no" >&6; }
2671fi
2672
2673
2674 test -n "$ac_ct_CC" && break
2675done
2676
2677 if test "x$ac_ct_CC" = x; then
2678 CC=""
2679 else
2680 case $cross_compiling:$ac_tool_warned in
2681yes:)
2682{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2683$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2684ac_tool_warned=yes ;;
2685esac
2686 CC=$ac_ct_CC
2687 fi
2688fi
2689
2690fi
2691
2692
2693test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2694$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2695as_fn_error $? "no acceptable C compiler found in \$PATH
2696See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2697
2698# Provide some information about the compiler.
2699$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2700set X $ac_compile
2701ac_compiler=$2
2702for ac_option in --version -v -V -qversion; do
2703 { { ac_try="$ac_compiler $ac_option >&5"
2704case "(($ac_try" in
2705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2706 *) ac_try_echo=$ac_try;;
2707esac
2708eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2709$as_echo "$ac_try_echo"; } >&5
2710 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2711 ac_status=$?
2712 if test -s conftest.err; then
2713 sed '10a\
2714... rest of stderr output deleted ...
2715 10q' conftest.err >conftest.er1
2716 cat conftest.er1 >&5
6bb11ab3 2717 fi
d0ac1c44 2718 rm -f conftest.er1 conftest.err
6bb11ab3
L
2719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2720 test $ac_status = 0; }
2721done
2722
2723cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2724/* end confdefs.h. */
2725
2726int
2727main ()
2728{
2729
2730 ;
2731 return 0;
2732}
2733_ACEOF
2734ac_clean_files_save=$ac_clean_files
d0ac1c44 2735ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2736# Try to create an executable without -o first, disregard a.out.
2737# It will help us diagnose broken compilers, and finding out an intuition
2738# of exeext.
d0ac1c44
SM
2739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2740$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2741ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2742
2743# The possible output files:
2744ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2745
2746ac_rmfiles=
2747for ac_file in $ac_files
2748do
2749 case $ac_file in
2750 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2751 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2752 esac
2753done
2754rm -f $ac_rmfiles
2755
2756if { { ac_try="$ac_link_default"
2757case "(($ac_try" in
2758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2759 *) ac_try_echo=$ac_try;;
2760esac
2761eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2762$as_echo "$ac_try_echo"; } >&5
2763 (eval "$ac_link_default") 2>&5
2764 ac_status=$?
2765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2766 test $ac_status = 0; }; then :
2767 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2768# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2769# in a Makefile. We should not override ac_cv_exeext if it was cached,
2770# so that the user can short-circuit this test for compilers unknown to
2771# Autoconf.
2772for ac_file in $ac_files ''
2773do
2774 test -f "$ac_file" || continue
2775 case $ac_file in
2776 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2777 ;;
2778 [ab].out )
2779 # We found the default executable, but exeext='' is most
2780 # certainly right.
2781 break;;
2782 *.* )
2783 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2784 then :; else
2785 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2786 fi
2787 # We set ac_cv_exeext here because the later test for it is not
2788 # safe: cross compilers may not add the suffix if given an `-o'
2789 # argument, so we may need to know it at that point already.
2790 # Even if this section looks crufty: it has the advantage of
2791 # actually working.
2792 break;;
2793 * )
2794 break;;
2795 esac
2796done
2797test "$ac_cv_exeext" = no && ac_cv_exeext=
2798
2799else
2800 ac_file=''
2801fi
6bb11ab3 2802if test -z "$ac_file"; then :
d0ac1c44
SM
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2804$as_echo "no" >&6; }
2805$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2806sed 's/^/| /' conftest.$ac_ext >&5
2807
2808{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2809$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2810as_fn_error 77 "C compiler cannot create executables
2811See \`config.log' for more details" "$LINENO" 5; }
2812else
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2814$as_echo "yes" >&6; }
6bb11ab3 2815fi
d0ac1c44
SM
2816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2817$as_echo_n "checking for C compiler default output file name... " >&6; }
2818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2819$as_echo "$ac_file" >&6; }
6bb11ab3
L
2820ac_exeext=$ac_cv_exeext
2821
d0ac1c44 2822rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2823ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2825$as_echo_n "checking for suffix of executables... " >&6; }
2826if { { ac_try="$ac_link"
2827case "(($ac_try" in
2828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2829 *) ac_try_echo=$ac_try;;
2830esac
2831eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2832$as_echo "$ac_try_echo"; } >&5
2833 (eval "$ac_link") 2>&5
2834 ac_status=$?
2835 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2836 test $ac_status = 0; }; then :
2837 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2838# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2839# work properly (i.e., refer to `conftest.exe'), while it won't with
2840# `rm'.
2841for ac_file in conftest.exe conftest conftest.*; do
2842 test -f "$ac_file" || continue
2843 case $ac_file in
2844 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2845 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2846 break;;
2847 * ) break;;
2848 esac
2849done
2850else
2851 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2852$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2853as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2854See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2855fi
d0ac1c44 2856rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2858$as_echo "$ac_cv_exeext" >&6; }
2859
2860rm -f conftest.$ac_ext
2861EXEEXT=$ac_cv_exeext
2862ac_exeext=$EXEEXT
d0ac1c44
SM
2863cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2864/* end confdefs.h. */
2865#include <stdio.h>
2866int
2867main ()
2868{
2869FILE *f = fopen ("conftest.out", "w");
2870 return ferror (f) || fclose (f) != 0;
2871
2872 ;
2873 return 0;
2874}
2875_ACEOF
2876ac_clean_files="$ac_clean_files conftest.out"
2877# Check that the compiler produces executables we can run. If not, either
2878# the compiler is broken, or we cross compile.
2879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2880$as_echo_n "checking whether we are cross compiling... " >&6; }
2881if test "$cross_compiling" != yes; then
2882 { { ac_try="$ac_link"
2883case "(($ac_try" in
2884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2885 *) ac_try_echo=$ac_try;;
2886esac
2887eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2888$as_echo "$ac_try_echo"; } >&5
2889 (eval "$ac_link") 2>&5
2890 ac_status=$?
2891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2892 test $ac_status = 0; }
2893 if { ac_try='./conftest$ac_cv_exeext'
2894 { { case "(($ac_try" in
2895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2896 *) ac_try_echo=$ac_try;;
2897esac
2898eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2899$as_echo "$ac_try_echo"; } >&5
2900 (eval "$ac_try") 2>&5
2901 ac_status=$?
2902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2903 test $ac_status = 0; }; }; then
2904 cross_compiling=no
2905 else
2906 if test "$cross_compiling" = maybe; then
2907 cross_compiling=yes
2908 else
2909 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2910$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2911as_fn_error $? "cannot run C compiled programs.
2912If you meant to cross compile, use \`--host'.
2913See \`config.log' for more details" "$LINENO" 5; }
2914 fi
2915 fi
2916fi
2917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2918$as_echo "$cross_compiling" >&6; }
2919
2920rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2921ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2923$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2924if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2925 $as_echo_n "(cached) " >&6
2926else
2927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2928/* end confdefs.h. */
2929
2930int
2931main ()
2932{
2933
2934 ;
2935 return 0;
2936}
2937_ACEOF
2938rm -f conftest.o conftest.obj
2939if { { ac_try="$ac_compile"
2940case "(($ac_try" in
2941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2942 *) ac_try_echo=$ac_try;;
2943esac
2944eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2945$as_echo "$ac_try_echo"; } >&5
2946 (eval "$ac_compile") 2>&5
2947 ac_status=$?
2948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2949 test $ac_status = 0; }; then :
2950 for ac_file in conftest.o conftest.obj conftest.*; do
2951 test -f "$ac_file" || continue;
2952 case $ac_file in
2953 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2954 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2955 break;;
2956 esac
2957done
2958else
2959 $as_echo "$as_me: failed program was:" >&5
2960sed 's/^/| /' conftest.$ac_ext >&5
2961
2962{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2963$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2964as_fn_error $? "cannot compute suffix of object files: cannot compile
2965See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2966fi
2967rm -f conftest.$ac_cv_objext conftest.$ac_ext
2968fi
2969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2970$as_echo "$ac_cv_objext" >&6; }
2971OBJEXT=$ac_cv_objext
2972ac_objext=$OBJEXT
2973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2974$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2975if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2976 $as_echo_n "(cached) " >&6
2977else
2978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2979/* end confdefs.h. */
2980
2981int
2982main ()
2983{
2984#ifndef __GNUC__
2985 choke me
2986#endif
2987
2988 ;
2989 return 0;
2990}
2991_ACEOF
2992if ac_fn_c_try_compile "$LINENO"; then :
2993 ac_compiler_gnu=yes
2994else
2995 ac_compiler_gnu=no
2996fi
2997rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2998ac_cv_c_compiler_gnu=$ac_compiler_gnu
2999
3000fi
3001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3002$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3003if test $ac_compiler_gnu = yes; then
3004 GCC=yes
3005else
3006 GCC=
3007fi
3008ac_test_CFLAGS=${CFLAGS+set}
3009ac_save_CFLAGS=$CFLAGS
3010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3011$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3012if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3013 $as_echo_n "(cached) " >&6
3014else
3015 ac_save_c_werror_flag=$ac_c_werror_flag
3016 ac_c_werror_flag=yes
3017 ac_cv_prog_cc_g=no
3018 CFLAGS="-g"
3019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3020/* end confdefs.h. */
3021
3022int
3023main ()
3024{
3025
3026 ;
3027 return 0;
3028}
3029_ACEOF
3030if ac_fn_c_try_compile "$LINENO"; then :
3031 ac_cv_prog_cc_g=yes
3032else
3033 CFLAGS=""
3034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3035/* end confdefs.h. */
3036
3037int
3038main ()
3039{
3040
3041 ;
3042 return 0;
3043}
3044_ACEOF
3045if ac_fn_c_try_compile "$LINENO"; then :
3046
3047else
3048 ac_c_werror_flag=$ac_save_c_werror_flag
3049 CFLAGS="-g"
3050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3051/* end confdefs.h. */
3052
3053int
3054main ()
3055{
3056
3057 ;
3058 return 0;
3059}
3060_ACEOF
3061if ac_fn_c_try_compile "$LINENO"; then :
3062 ac_cv_prog_cc_g=yes
3063fi
3064rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3065fi
3066rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067fi
3068rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069 ac_c_werror_flag=$ac_save_c_werror_flag
3070fi
3071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3072$as_echo "$ac_cv_prog_cc_g" >&6; }
3073if test "$ac_test_CFLAGS" = set; then
3074 CFLAGS=$ac_save_CFLAGS
3075elif test $ac_cv_prog_cc_g = yes; then
3076 if test "$GCC" = yes; then
3077 CFLAGS="-g -O2"
3078 else
3079 CFLAGS="-g"
3080 fi
3081else
3082 if test "$GCC" = yes; then
3083 CFLAGS="-O2"
3084 else
3085 CFLAGS=
3086 fi
3087fi
3088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3089$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3090if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3091 $as_echo_n "(cached) " >&6
3092else
3093 ac_cv_prog_cc_c89=no
3094ac_save_CC=$CC
3095cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3096/* end confdefs.h. */
3097#include <stdarg.h>
3098#include <stdio.h>
d0ac1c44 3099struct stat;
6bb11ab3
L
3100/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3101struct buf { int x; };
3102FILE * (*rcsopen) (struct buf *, struct stat *, int);
3103static char *e (p, i)
3104 char **p;
3105 int i;
3106{
3107 return p[i];
3108}
3109static char *f (char * (*g) (char **, int), char **p, ...)
3110{
3111 char *s;
3112 va_list v;
3113 va_start (v,p);
3114 s = g (p, va_arg (v,int));
3115 va_end (v);
3116 return s;
3117}
3118
3119/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3120 function prototypes and stuff, but not '\xHH' hex character constants.
3121 These don't provoke an error unfortunately, instead are silently treated
3122 as 'x'. The following induces an error, until -std is added to get
3123 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3124 array size at least. It's necessary to write '\x00'==0 to get something
3125 that's true only with -std. */
3126int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3127
3128/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3129 inside strings and character constants. */
3130#define FOO(x) 'x'
3131int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3132
3133int test (int i, double x);
3134struct s1 {int (*f) (int a);};
3135struct s2 {int (*f) (double a);};
3136int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3137int argc;
3138char **argv;
3139int
3140main ()
3141{
3142return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3143 ;
3144 return 0;
3145}
3146_ACEOF
3147for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3148 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3149do
3150 CC="$ac_save_CC $ac_arg"
3151 if ac_fn_c_try_compile "$LINENO"; then :
3152 ac_cv_prog_cc_c89=$ac_arg
3153fi
3154rm -f core conftest.err conftest.$ac_objext
3155 test "x$ac_cv_prog_cc_c89" != "xno" && break
3156done
3157rm -f conftest.$ac_ext
3158CC=$ac_save_CC
3159
3160fi
3161# AC_CACHE_VAL
3162case "x$ac_cv_prog_cc_c89" in
3163 x)
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3165$as_echo "none needed" >&6; } ;;
3166 xno)
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3168$as_echo "unsupported" >&6; } ;;
3169 *)
3170 CC="$CC $ac_cv_prog_cc_c89"
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3172$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3173esac
3174if test "x$ac_cv_prog_cc_c89" != xno; then :
3175
3176fi
3177
3178ac_ext=c
3179ac_cpp='$CPP $CPPFLAGS'
3180ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3181ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3182ac_compiler_gnu=$ac_cv_c_compiler_gnu
3183
ebe9564b
MF
3184ac_ext=c
3185ac_cpp='$CPP $CPPFLAGS'
3186ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3187ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3188ac_compiler_gnu=$ac_cv_c_compiler_gnu
3189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3190$as_echo_n "checking how to run the C preprocessor... " >&6; }
3191# On Suns, sometimes $CPP names a directory.
3192if test -n "$CPP" && test -d "$CPP"; then
3193 CPP=
3194fi
3195if test -z "$CPP"; then
3196 if ${ac_cv_prog_CPP+:} false; then :
3197 $as_echo_n "(cached) " >&6
3198else
3199 # Double quotes because CPP needs to be expanded
3200 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3201 do
3202 ac_preproc_ok=false
3203for ac_c_preproc_warn_flag in '' yes
3204do
3205 # Use a header file that comes with gcc, so configuring glibc
3206 # with a fresh cross-compiler works.
3207 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3208 # <limits.h> exists even on freestanding compilers.
3209 # On the NeXT, cc -E runs the code through the compiler's parser,
3210 # not just through cpp. "Syntax error" is here to catch this case.
3211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3212/* end confdefs.h. */
3213#ifdef __STDC__
3214# include <limits.h>
3215#else
3216# include <assert.h>
3217#endif
3218 Syntax error
3219_ACEOF
3220if ac_fn_c_try_cpp "$LINENO"; then :
3221
3222else
3223 # Broken: fails on valid input.
3224continue
3225fi
3226rm -f conftest.err conftest.i conftest.$ac_ext
3227
3228 # OK, works on sane cases. Now check whether nonexistent headers
3229 # can be detected and how.
3230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3231/* end confdefs.h. */
3232#include <ac_nonexistent.h>
3233_ACEOF
3234if ac_fn_c_try_cpp "$LINENO"; then :
3235 # Broken: success on invalid input.
3236continue
3237else
3238 # Passes both tests.
3239ac_preproc_ok=:
3240break
3241fi
3242rm -f conftest.err conftest.i conftest.$ac_ext
3243
3244done
3245# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3246rm -f conftest.i conftest.err conftest.$ac_ext
3247if $ac_preproc_ok; then :
3248 break
3249fi
3250
3251 done
3252 ac_cv_prog_CPP=$CPP
3253
3254fi
3255 CPP=$ac_cv_prog_CPP
3256else
3257 ac_cv_prog_CPP=$CPP
3258fi
3259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3260$as_echo "$CPP" >&6; }
3261ac_preproc_ok=false
3262for ac_c_preproc_warn_flag in '' yes
3263do
3264 # Use a header file that comes with gcc, so configuring glibc
3265 # with a fresh cross-compiler works.
3266 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3267 # <limits.h> exists even on freestanding compilers.
3268 # On the NeXT, cc -E runs the code through the compiler's parser,
3269 # not just through cpp. "Syntax error" is here to catch this case.
3270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3271/* end confdefs.h. */
3272#ifdef __STDC__
3273# include <limits.h>
3274#else
3275# include <assert.h>
3276#endif
3277 Syntax error
3278_ACEOF
3279if ac_fn_c_try_cpp "$LINENO"; then :
3280
3281else
3282 # Broken: fails on valid input.
3283continue
3284fi
3285rm -f conftest.err conftest.i conftest.$ac_ext
3286
3287 # OK, works on sane cases. Now check whether nonexistent headers
3288 # can be detected and how.
3289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3290/* end confdefs.h. */
3291#include <ac_nonexistent.h>
3292_ACEOF
3293if ac_fn_c_try_cpp "$LINENO"; then :
3294 # Broken: success on invalid input.
3295continue
3296else
3297 # Passes both tests.
3298ac_preproc_ok=:
3299break
3300fi
3301rm -f conftest.err conftest.i conftest.$ac_ext
3302
3303done
3304# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3305rm -f conftest.i conftest.err conftest.$ac_ext
3306if $ac_preproc_ok; then :
3307
3308else
3309 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3310$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3311as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3312See \`config.log' for more details" "$LINENO" 5; }
3313fi
3314
3315ac_ext=c
3316ac_cpp='$CPP $CPPFLAGS'
3317ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3318ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3319ac_compiler_gnu=$ac_cv_c_compiler_gnu
3320
6bb11ab3
L
3321ac_aux_dir=
3322for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
3323 if test -f "$ac_dir/install-sh"; then
3324 ac_aux_dir=$ac_dir
3325 ac_install_sh="$ac_aux_dir/install-sh -c"
3326 break
3327 elif test -f "$ac_dir/install.sh"; then
3328 ac_aux_dir=$ac_dir
3329 ac_install_sh="$ac_aux_dir/install.sh -c"
3330 break
3331 elif test -f "$ac_dir/shtool"; then
3332 ac_aux_dir=$ac_dir
3333 ac_install_sh="$ac_aux_dir/shtool install -c"
3334 break
3335 fi
6bb11ab3
L
3336done
3337if test -z "$ac_aux_dir"; then
d0ac1c44 3338 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
3339fi
3340
3341# These three variables are undocumented and unsupported,
3342# and are intended to be withdrawn in a future Autoconf release.
3343# They can cause serious problems if a builder's source tree is in a directory
3344# whose full name contains unusual characters.
3345ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3346ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3347ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3348
3349
3350# Make sure we can run config.sub.
3351$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 3352 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
3353
3354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3355$as_echo_n "checking build system type... " >&6; }
d0ac1c44 3356if ${ac_cv_build+:} false; then :
6bb11ab3
L
3357 $as_echo_n "(cached) " >&6
3358else
3359 ac_build_alias=$build_alias
3360test "x$ac_build_alias" = x &&
3361 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3362test "x$ac_build_alias" = x &&
d0ac1c44 3363 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 3364ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 3365 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
3366
3367fi
3368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3369$as_echo "$ac_cv_build" >&6; }
3370case $ac_cv_build in
3371*-*-*) ;;
d0ac1c44 3372*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
3373esac
3374build=$ac_cv_build
3375ac_save_IFS=$IFS; IFS='-'
3376set x $ac_cv_build
3377shift
3378build_cpu=$1
3379build_vendor=$2
3380shift; shift
3381# Remember, the first character of IFS is used to create $*,
3382# except with old shells:
3383build_os=$*
3384IFS=$ac_save_IFS
3385case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3386
3387
3388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3389$as_echo_n "checking host system type... " >&6; }
d0ac1c44 3390if ${ac_cv_host+:} false; then :
6bb11ab3
L
3391 $as_echo_n "(cached) " >&6
3392else
3393 if test "x$host_alias" = x; then
3394 ac_cv_host=$ac_cv_build
3395else
3396 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 3397 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
3398fi
3399
3400fi
3401{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3402$as_echo "$ac_cv_host" >&6; }
3403case $ac_cv_host in
3404*-*-*) ;;
d0ac1c44 3405*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
3406esac
3407host=$ac_cv_host
3408ac_save_IFS=$IFS; IFS='-'
3409set x $ac_cv_host
3410shift
3411host_cpu=$1
3412host_vendor=$2
3413shift; shift
3414# Remember, the first character of IFS is used to create $*,
3415# except with old shells:
3416host_os=$*
3417IFS=$ac_save_IFS
3418case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3419
3420
3421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3422$as_echo_n "checking target system type... " >&6; }
d0ac1c44 3423if ${ac_cv_target+:} false; then :
6bb11ab3
L
3424 $as_echo_n "(cached) " >&6
3425else
3426 if test "x$target_alias" = x; then
3427 ac_cv_target=$ac_cv_host
3428else
3429 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 3430 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
3431fi
3432
3433fi
3434{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3435$as_echo "$ac_cv_target" >&6; }
3436case $ac_cv_target in
3437*-*-*) ;;
d0ac1c44 3438*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
3439esac
3440target=$ac_cv_target
3441ac_save_IFS=$IFS; IFS='-'
3442set x $ac_cv_target
3443shift
3444target_cpu=$1
3445target_vendor=$2
3446shift; shift
3447# Remember, the first character of IFS is used to create $*,
3448# except with old shells:
3449target_os=$*
3450IFS=$ac_save_IFS
3451case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3452
3453
3454# The aliases save the names the user supplied, while $host etc.
3455# will get canonicalized.
3456test -n "$target_alias" &&
3457 test "$program_prefix$program_suffix$program_transform_name" = \
3458 NONENONEs,x,x, &&
3459 program_prefix=${target_alias}-
3460
6bb11ab3
L
3461
3462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3463$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3464if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3465 $as_echo_n "(cached) " >&6
3466else
3467 if test -z "$GREP"; then
3468 ac_path_GREP_found=false
3469 # Loop through the user's path and test for each of PROGNAME-LIST
3470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3471for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3472do
3473 IFS=$as_save_IFS
3474 test -z "$as_dir" && as_dir=.
3475 for ac_prog in grep ggrep; do
3476 for ac_exec_ext in '' $ac_executable_extensions; do
3477 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3478 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3479# Check for GNU ac_path_GREP and select it if it is found.
3480 # Check for GNU $ac_path_GREP
3481case `"$ac_path_GREP" --version 2>&1` in
3482*GNU*)
3483 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3484*)
3485 ac_count=0
3486 $as_echo_n 0123456789 >"conftest.in"
3487 while :
3488 do
3489 cat "conftest.in" "conftest.in" >"conftest.tmp"
3490 mv "conftest.tmp" "conftest.in"
3491 cp "conftest.in" "conftest.nl"
3492 $as_echo 'GREP' >> "conftest.nl"
3493 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3494 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3495 as_fn_arith $ac_count + 1 && ac_count=$as_val
3496 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3497 # Best one so far, save it but keep looking for a better one
3498 ac_cv_path_GREP="$ac_path_GREP"
3499 ac_path_GREP_max=$ac_count
3500 fi
3501 # 10*(2^10) chars as input seems more than enough
3502 test $ac_count -gt 10 && break
3503 done
3504 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3505esac
3506
3507 $ac_path_GREP_found && break 3
3508 done
3509 done
3510 done
3511IFS=$as_save_IFS
3512 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3513 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3514 fi
3515else
3516 ac_cv_path_GREP=$GREP
3517fi
3518
3519fi
3520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3521$as_echo "$ac_cv_path_GREP" >&6; }
3522 GREP="$ac_cv_path_GREP"
3523
3524
3525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3526$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3527if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3528 $as_echo_n "(cached) " >&6
3529else
3530 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3531 then ac_cv_path_EGREP="$GREP -E"
3532 else
3533 if test -z "$EGREP"; then
3534 ac_path_EGREP_found=false
3535 # Loop through the user's path and test for each of PROGNAME-LIST
3536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3537for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3538do
3539 IFS=$as_save_IFS
3540 test -z "$as_dir" && as_dir=.
3541 for ac_prog in egrep; do
3542 for ac_exec_ext in '' $ac_executable_extensions; do
3543 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3544 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3545# Check for GNU ac_path_EGREP and select it if it is found.
3546 # Check for GNU $ac_path_EGREP
3547case `"$ac_path_EGREP" --version 2>&1` in
3548*GNU*)
3549 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3550*)
3551 ac_count=0
3552 $as_echo_n 0123456789 >"conftest.in"
3553 while :
3554 do
3555 cat "conftest.in" "conftest.in" >"conftest.tmp"
3556 mv "conftest.tmp" "conftest.in"
3557 cp "conftest.in" "conftest.nl"
3558 $as_echo 'EGREP' >> "conftest.nl"
3559 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3560 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3561 as_fn_arith $ac_count + 1 && ac_count=$as_val
3562 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3563 # Best one so far, save it but keep looking for a better one
3564 ac_cv_path_EGREP="$ac_path_EGREP"
3565 ac_path_EGREP_max=$ac_count
3566 fi
3567 # 10*(2^10) chars as input seems more than enough
3568 test $ac_count -gt 10 && break
3569 done
3570 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3571esac
3572
3573 $ac_path_EGREP_found && break 3
3574 done
3575 done
3576 done
3577IFS=$as_save_IFS
3578 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3579 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3580 fi
3581else
3582 ac_cv_path_EGREP=$EGREP
3583fi
3584
3585 fi
3586fi
3587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3588$as_echo "$ac_cv_path_EGREP" >&6; }
3589 EGREP="$ac_cv_path_EGREP"
3590
3591
3592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3593$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3594if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3595 $as_echo_n "(cached) " >&6
3596else
3597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3598/* end confdefs.h. */
3599#include <stdlib.h>
3600#include <stdarg.h>
3601#include <string.h>
3602#include <float.h>
3603
3604int
3605main ()
3606{
3607
3608 ;
3609 return 0;
3610}
3611_ACEOF
3612if ac_fn_c_try_compile "$LINENO"; then :
3613 ac_cv_header_stdc=yes
3614else
3615 ac_cv_header_stdc=no
3616fi
3617rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3618
3619if test $ac_cv_header_stdc = yes; then
3620 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3622/* end confdefs.h. */
3623#include <string.h>
3624
3625_ACEOF
3626if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3627 $EGREP "memchr" >/dev/null 2>&1; then :
3628
3629else
3630 ac_cv_header_stdc=no
3631fi
3632rm -f conftest*
3633
3634fi
3635
3636if test $ac_cv_header_stdc = yes; then
3637 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3639/* end confdefs.h. */
3640#include <stdlib.h>
3641
3642_ACEOF
3643if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3644 $EGREP "free" >/dev/null 2>&1; then :
3645
3646else
3647 ac_cv_header_stdc=no
3648fi
3649rm -f conftest*
3650
3651fi
3652
3653if test $ac_cv_header_stdc = yes; then
3654 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3655 if test "$cross_compiling" = yes; then :
3656 :
3657else
3658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3659/* end confdefs.h. */
3660#include <ctype.h>
3661#include <stdlib.h>
3662#if ((' ' & 0x0FF) == 0x020)
3663# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3664# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3665#else
3666# define ISLOWER(c) \
3667 (('a' <= (c) && (c) <= 'i') \
3668 || ('j' <= (c) && (c) <= 'r') \
3669 || ('s' <= (c) && (c) <= 'z'))
3670# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3671#endif
3672
3673#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3674int
3675main ()
3676{
3677 int i;
3678 for (i = 0; i < 256; i++)
3679 if (XOR (islower (i), ISLOWER (i))
3680 || toupper (i) != TOUPPER (i))
3681 return 2;
3682 return 0;
3683}
3684_ACEOF
3685if ac_fn_c_try_run "$LINENO"; then :
3686
3687else
3688 ac_cv_header_stdc=no
3689fi
3690rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3691 conftest.$ac_objext conftest.beam conftest.$ac_ext
3692fi
3693
3694fi
3695fi
3696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3697$as_echo "$ac_cv_header_stdc" >&6; }
3698if test $ac_cv_header_stdc = yes; then
3699
3700$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3701
3702fi
3703
3704# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3705for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3706 inttypes.h stdint.h unistd.h
3707do :
3708 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3709ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3710"
d0ac1c44 3711if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3712 cat >>confdefs.h <<_ACEOF
3713#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3714_ACEOF
3715
3716fi
3717
3718done
3719
3720
3721
3722 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3723if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3724 MINIX=yes
3725else
3726 MINIX=
3727fi
3728
3729
3730 if test "$MINIX" = yes; then
3731
3732$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3733
3734
3735$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3736
3737
3738$as_echo "#define _MINIX 1" >>confdefs.h
3739
3740 fi
3741
3742
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3744$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3745if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3746 $as_echo_n "(cached) " >&6
3747else
3748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3749/* end confdefs.h. */
3750
d0ac1c44
SM
3751# define __EXTENSIONS__ 1
3752 $ac_includes_default
6bb11ab3
L
3753int
3754main ()
3755{
3756
3757 ;
3758 return 0;
3759}
3760_ACEOF
3761if ac_fn_c_try_compile "$LINENO"; then :
3762 ac_cv_safe_to_define___extensions__=yes
3763else
3764 ac_cv_safe_to_define___extensions__=no
3765fi
3766rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3767fi
3768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3769$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3770 test $ac_cv_safe_to_define___extensions__ = yes &&
3771 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3772
3773 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3774
3775 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3776
3777 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3778
3779 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3780
3781
3782test "$program_prefix" != NONE &&
3783 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3784# Use a double $ so make ignores it.
3785test "$program_suffix" != NONE &&
3786 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3787# Double any \ or $.
3788# By default was `s,x,x', remove it if useless.
3789ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3790program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3791
3792# Find a good install program. We prefer a C program (faster),
3793# so one script is as good as another. But avoid the broken or
3794# incompatible versions:
3795# SysV /etc/install, /usr/sbin/install
3796# SunOS /usr/etc/install
3797# IRIX /sbin/install
3798# AIX /bin/install
3799# AmigaOS /C/install, which installs bootblocks on floppy discs
3800# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3801# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3802# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3803# OS/2's system install, which has a completely different semantic
3804# ./install, which can be erroneously created by make from ./install.sh.
3805# Reject install programs that cannot install multiple files.
3806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3807$as_echo_n "checking for a BSD-compatible install... " >&6; }
3808if test -z "$INSTALL"; then
d0ac1c44 3809if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3810 $as_echo_n "(cached) " >&6
3811else
3812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3813for as_dir in $PATH
3814do
3815 IFS=$as_save_IFS
3816 test -z "$as_dir" && as_dir=.
3817 # Account for people who put trailing slashes in PATH elements.
3818case $as_dir/ in #((
3819 ./ | .// | /[cC]/* | \
3820 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3821 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3822 /usr/ucb/* ) ;;
3823 *)
3824 # OSF1 and SCO ODT 3.0 have their own names for install.
3825 # Don't use installbsd from OSF since it installs stuff as root
3826 # by default.
3827 for ac_prog in ginstall scoinst install; do
3828 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3829 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3830 if test $ac_prog = install &&
3831 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3832 # AIX install. It has an incompatible calling convention.
3833 :
3834 elif test $ac_prog = install &&
3835 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3836 # program-specific install script used by HP pwplus--don't use.
3837 :
3838 else
3839 rm -rf conftest.one conftest.two conftest.dir
3840 echo one > conftest.one
3841 echo two > conftest.two
3842 mkdir conftest.dir
3843 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3844 test -s conftest.one && test -s conftest.two &&
3845 test -s conftest.dir/conftest.one &&
3846 test -s conftest.dir/conftest.two
3847 then
3848 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3849 break 3
3850 fi
3851 fi
3852 fi
3853 done
3854 done
3855 ;;
3856esac
3857
3858 done
3859IFS=$as_save_IFS
3860
3861rm -rf conftest.one conftest.two conftest.dir
3862
3863fi
3864 if test "${ac_cv_path_install+set}" = set; then
3865 INSTALL=$ac_cv_path_install
3866 else
3867 # As a last resort, use the slow shell script. Don't cache a
3868 # value for INSTALL within a source directory, because that will
3869 # break other packages using the cache if that directory is
3870 # removed, or if the value is a relative name.
3871 INSTALL=$ac_install_sh
3872 fi
3873fi
3874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3875$as_echo "$INSTALL" >&6; }
3876
3877# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3878# It thinks the first close brace ends the variable substitution.
3879test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3880
3881test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3882
3883test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3884
3885rm -rf .tst 2>/dev/null
3886mkdir .tst 2>/dev/null
3887if test -d .tst; then
3888 am__leading_dot=.
3889else
3890 am__leading_dot=_
3891fi
3892rmdir .tst 2>/dev/null
3893
3894DEPDIR="${am__leading_dot}deps"
3895
3896case `pwd` in
3897 *\ * | *\ *)
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3899$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3900esac
3901
3902
3903
3904macro_version='2.2.7a'
3905macro_revision='1.3134'
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919ltmain="$ac_aux_dir/ltmain.sh"
3920
3921# Backslashify metacharacters that are still active within
3922# double-quoted strings.
3923sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3924
3925# Same as above, but do not quote variable references.
3926double_quote_subst='s/\(["`\\]\)/\\\1/g'
3927
3928# Sed substitution to delay expansion of an escaped shell variable in a
3929# double_quote_subst'ed string.
3930delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3931
3932# Sed substitution to delay expansion of an escaped single quote.
3933delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3934
3935# Sed substitution to avoid accidental globbing in evaled expressions
3936no_glob_subst='s/\*/\\\*/g'
3937
3938ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3939ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3940ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3941
3942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3943$as_echo_n "checking how to print strings... " >&6; }
3944# Test print first, because it will be a builtin if present.
3945if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3946 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3947 ECHO='print -r --'
3948elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3949 ECHO='printf %s\n'
3950else
3951 # Use this function as a fallback that always works.
3952 func_fallback_echo ()
3953 {
3954 eval 'cat <<_LTECHO_EOF
3955$1
3956_LTECHO_EOF'
3957 }
3958 ECHO='func_fallback_echo'
3959fi
3960
3961# func_echo_all arg...
3962# Invoke $ECHO with all args, space-separated.
3963func_echo_all ()
3964{
3965 $ECHO ""
3966}
3967
3968case "$ECHO" in
3969 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3970$as_echo "printf" >&6; } ;;
3971 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3972$as_echo "print -r" >&6; } ;;
3973 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3974$as_echo "cat" >&6; } ;;
3975esac
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3991$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3992if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3993 $as_echo_n "(cached) " >&6
3994else
3995 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3996 for ac_i in 1 2 3 4 5 6 7; do
3997 ac_script="$ac_script$as_nl$ac_script"
3998 done
3999 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4000 { ac_script=; unset ac_script;}
4001 if test -z "$SED"; then
4002 ac_path_SED_found=false
4003 # Loop through the user's path and test for each of PROGNAME-LIST
4004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4005for as_dir in $PATH
4006do
4007 IFS=$as_save_IFS
4008 test -z "$as_dir" && as_dir=.
4009 for ac_prog in sed gsed; do
4010 for ac_exec_ext in '' $ac_executable_extensions; do
4011 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4012 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
4013# Check for GNU ac_path_SED and select it if it is found.
4014 # Check for GNU $ac_path_SED
4015case `"$ac_path_SED" --version 2>&1` in
4016*GNU*)
4017 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4018*)
4019 ac_count=0
4020 $as_echo_n 0123456789 >"conftest.in"
4021 while :
4022 do
4023 cat "conftest.in" "conftest.in" >"conftest.tmp"
4024 mv "conftest.tmp" "conftest.in"
4025 cp "conftest.in" "conftest.nl"
4026 $as_echo '' >> "conftest.nl"
4027 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4028 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4029 as_fn_arith $ac_count + 1 && ac_count=$as_val
4030 if test $ac_count -gt ${ac_path_SED_max-0}; then
4031 # Best one so far, save it but keep looking for a better one
4032 ac_cv_path_SED="$ac_path_SED"
4033 ac_path_SED_max=$ac_count
4034 fi
4035 # 10*(2^10) chars as input seems more than enough
4036 test $ac_count -gt 10 && break
4037 done
4038 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4039esac
4040
4041 $ac_path_SED_found && break 3
4042 done
4043 done
4044 done
4045IFS=$as_save_IFS
4046 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4047 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4048 fi
4049else
4050 ac_cv_path_SED=$SED
4051fi
4052
4053fi
4054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4055$as_echo "$ac_cv_path_SED" >&6; }
4056 SED="$ac_cv_path_SED"
4057 rm -f conftest.sed
4058
4059test -z "$SED" && SED=sed
4060Xsed="$SED -e 1s/^X//"
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4073$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4074if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4075 $as_echo_n "(cached) " >&6
4076else
4077 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4078 then ac_cv_path_FGREP="$GREP -F"
4079 else
4080 if test -z "$FGREP"; then
4081 ac_path_FGREP_found=false
4082 # Loop through the user's path and test for each of PROGNAME-LIST
4083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4084for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4085do
4086 IFS=$as_save_IFS
4087 test -z "$as_dir" && as_dir=.
4088 for ac_prog in fgrep; do
4089 for ac_exec_ext in '' $ac_executable_extensions; do
4090 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4091 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4092# Check for GNU ac_path_FGREP and select it if it is found.
4093 # Check for GNU $ac_path_FGREP
4094case `"$ac_path_FGREP" --version 2>&1` in
4095*GNU*)
4096 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4097*)
4098 ac_count=0
4099 $as_echo_n 0123456789 >"conftest.in"
4100 while :
4101 do
4102 cat "conftest.in" "conftest.in" >"conftest.tmp"
4103 mv "conftest.tmp" "conftest.in"
4104 cp "conftest.in" "conftest.nl"
4105 $as_echo 'FGREP' >> "conftest.nl"
4106 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4107 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4108 as_fn_arith $ac_count + 1 && ac_count=$as_val
4109 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4110 # Best one so far, save it but keep looking for a better one
4111 ac_cv_path_FGREP="$ac_path_FGREP"
4112 ac_path_FGREP_max=$ac_count
4113 fi
4114 # 10*(2^10) chars as input seems more than enough
4115 test $ac_count -gt 10 && break
4116 done
4117 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4118esac
4119
4120 $ac_path_FGREP_found && break 3
4121 done
4122 done
4123 done
4124IFS=$as_save_IFS
4125 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4126 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4127 fi
4128else
4129 ac_cv_path_FGREP=$FGREP
4130fi
4131
4132 fi
4133fi
4134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4135$as_echo "$ac_cv_path_FGREP" >&6; }
4136 FGREP="$ac_cv_path_FGREP"
4137
4138
4139test -z "$GREP" && GREP=grep
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159# Check whether --with-gnu-ld was given.
4160if test "${with_gnu_ld+set}" = set; then :
4161 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4162else
4163 with_gnu_ld=no
4164fi
4165
4166ac_prog=ld
4167if test "$GCC" = yes; then
4168 # Check if gcc -print-prog-name=ld gives a path.
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4170$as_echo_n "checking for ld used by $CC... " >&6; }
4171 case $host in
4172 *-*-mingw*)
4173 # gcc leaves a trailing carriage return which upsets mingw
4174 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4175 *)
4176 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4177 esac
4178 case $ac_prog in
4179 # Accept absolute paths.
4180 [\\/]* | ?:[\\/]*)
4181 re_direlt='/[^/][^/]*/\.\./'
4182 # Canonicalize the pathname of ld
4183 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4184 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4185 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4186 done
4187 test -z "$LD" && LD="$ac_prog"
4188 ;;
4189 "")
4190 # If it fails, then pretend we aren't using GCC.
4191 ac_prog=ld
4192 ;;
4193 *)
4194 # If it is relative, then search for the first ld in PATH.
4195 with_gnu_ld=unknown
4196 ;;
4197 esac
4198elif test "$with_gnu_ld" = yes; then
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4200$as_echo_n "checking for GNU ld... " >&6; }
4201else
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4203$as_echo_n "checking for non-GNU ld... " >&6; }
4204fi
d0ac1c44 4205if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4206 $as_echo_n "(cached) " >&6
4207else
4208 if test -z "$LD"; then
4209 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4210 for ac_dir in $PATH; do
4211 IFS="$lt_save_ifs"
4212 test -z "$ac_dir" && ac_dir=.
4213 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4214 lt_cv_path_LD="$ac_dir/$ac_prog"
4215 # Check to see if the program is GNU ld. I'd rather use --version,
4216 # but apparently some variants of GNU ld only accept -v.
4217 # Break only if it was the GNU/non-GNU ld that we prefer.
4218 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4219 *GNU* | *'with BFD'*)
4220 test "$with_gnu_ld" != no && break
4221 ;;
4222 *)
4223 test "$with_gnu_ld" != yes && break
4224 ;;
4225 esac
4226 fi
4227 done
4228 IFS="$lt_save_ifs"
4229else
4230 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4231fi
4232fi
4233
4234LD="$lt_cv_path_LD"
4235if test -n "$LD"; then
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4237$as_echo "$LD" >&6; }
4238else
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4240$as_echo "no" >&6; }
4241fi
d0ac1c44 4242test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4244$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4245if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4246 $as_echo_n "(cached) " >&6
4247else
4248 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4249case `$LD -v 2>&1 </dev/null` in
4250*GNU* | *'with BFD'*)
4251 lt_cv_prog_gnu_ld=yes
4252 ;;
4253*)
4254 lt_cv_prog_gnu_ld=no
4255 ;;
4256esac
4257fi
4258{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4259$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4260with_gnu_ld=$lt_cv_prog_gnu_ld
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4271$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4272if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4273 $as_echo_n "(cached) " >&6
4274else
4275 if test -n "$NM"; then
4276 # Let the user override the test.
4277 lt_cv_path_NM="$NM"
4278else
4279 lt_nm_to_check="${ac_tool_prefix}nm"
4280 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4281 lt_nm_to_check="$lt_nm_to_check nm"
4282 fi
4283 for lt_tmp_nm in $lt_nm_to_check; do
4284 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4285 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4286 IFS="$lt_save_ifs"
4287 test -z "$ac_dir" && ac_dir=.
4288 tmp_nm="$ac_dir/$lt_tmp_nm"
4289 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4290 # Check to see if the nm accepts a BSD-compat flag.
4291 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4292 # nm: unknown option "B" ignored
4293 # Tru64's nm complains that /dev/null is an invalid object file
4294 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4295 */dev/null* | *'Invalid file or object type'*)
4296 lt_cv_path_NM="$tmp_nm -B"
4297 break
4298 ;;
4299 *)
4300 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4301 */dev/null*)
4302 lt_cv_path_NM="$tmp_nm -p"
4303 break
4304 ;;
4305 *)
4306 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4307 continue # so that we can try to find one that supports BSD flags
4308 ;;
4309 esac
4310 ;;
4311 esac
4312 fi
4313 done
4314 IFS="$lt_save_ifs"
4315 done
4316 : ${lt_cv_path_NM=no}
4317fi
4318fi
4319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4320$as_echo "$lt_cv_path_NM" >&6; }
4321if test "$lt_cv_path_NM" != "no"; then
4322 NM="$lt_cv_path_NM"
4323else
4324 # Didn't find any BSD compatible name lister, look for dumpbin.
4325 if test -n "$DUMPBIN"; then :
4326 # Let the user override the test.
4327 else
4328 if test -n "$ac_tool_prefix"; then
4329 for ac_prog in dumpbin "link -dump"
4330 do
4331 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4332set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4334$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4335if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4336 $as_echo_n "(cached) " >&6
4337else
4338 if test -n "$DUMPBIN"; then
4339 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4340else
4341as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4342for as_dir in $PATH
4343do
4344 IFS=$as_save_IFS
4345 test -z "$as_dir" && as_dir=.
4346 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4347 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4348 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4349 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4350 break 2
4351 fi
4352done
4353 done
4354IFS=$as_save_IFS
4355
4356fi
4357fi
4358DUMPBIN=$ac_cv_prog_DUMPBIN
4359if test -n "$DUMPBIN"; then
4360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4361$as_echo "$DUMPBIN" >&6; }
4362else
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4364$as_echo "no" >&6; }
4365fi
4366
4367
4368 test -n "$DUMPBIN" && break
4369 done
4370fi
4371if test -z "$DUMPBIN"; then
4372 ac_ct_DUMPBIN=$DUMPBIN
4373 for ac_prog in dumpbin "link -dump"
4374do
4375 # Extract the first word of "$ac_prog", so it can be a program name with args.
4376set dummy $ac_prog; ac_word=$2
4377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4378$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4379if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4380 $as_echo_n "(cached) " >&6
4381else
4382 if test -n "$ac_ct_DUMPBIN"; then
4383 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4384else
4385as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4386for as_dir in $PATH
4387do
4388 IFS=$as_save_IFS
4389 test -z "$as_dir" && as_dir=.
4390 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4391 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4392 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4394 break 2
4395 fi
4396done
4397 done
4398IFS=$as_save_IFS
4399
4400fi
4401fi
4402ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4403if test -n "$ac_ct_DUMPBIN"; then
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4405$as_echo "$ac_ct_DUMPBIN" >&6; }
4406else
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4408$as_echo "no" >&6; }
4409fi
4410
4411
4412 test -n "$ac_ct_DUMPBIN" && break
4413done
4414
4415 if test "x$ac_ct_DUMPBIN" = x; then
4416 DUMPBIN=":"
4417 else
4418 case $cross_compiling:$ac_tool_warned in
4419yes:)
4420{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4421$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4422ac_tool_warned=yes ;;
4423esac
4424 DUMPBIN=$ac_ct_DUMPBIN
4425 fi
4426fi
4427
4428 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4429 *COFF*)
4430 DUMPBIN="$DUMPBIN -symbols"
4431 ;;
4432 *)
4433 DUMPBIN=:
4434 ;;
4435 esac
4436 fi
4437
4438 if test "$DUMPBIN" != ":"; then
4439 NM="$DUMPBIN"
4440 fi
4441fi
4442test -z "$NM" && NM=nm
4443
4444
4445
4446
4447
4448
4449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4450$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4451if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4452 $as_echo_n "(cached) " >&6
4453else
4454 lt_cv_nm_interface="BSD nm"
4455 echo "int some_variable = 0;" > conftest.$ac_ext
4456 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4457 (eval "$ac_compile" 2>conftest.err)
4458 cat conftest.err >&5
4459 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4460 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4461 cat conftest.err >&5
4462 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4463 cat conftest.out >&5
4464 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4465 lt_cv_nm_interface="MS dumpbin"
4466 fi
4467 rm -f conftest*
4468fi
4469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4470$as_echo "$lt_cv_nm_interface" >&6; }
4471
4472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4473$as_echo_n "checking whether ln -s works... " >&6; }
4474LN_S=$as_ln_s
4475if test "$LN_S" = "ln -s"; then
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4477$as_echo "yes" >&6; }
4478else
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4480$as_echo "no, using $LN_S" >&6; }
4481fi
4482
4483# find the maximum length of command line arguments
4484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4485$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4486if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4487 $as_echo_n "(cached) " >&6
4488else
4489 i=0
4490 teststring="ABCD"
4491
4492 case $build_os in
4493 msdosdjgpp*)
4494 # On DJGPP, this test can blow up pretty badly due to problems in libc
4495 # (any single argument exceeding 2000 bytes causes a buffer overrun
4496 # during glob expansion). Even if it were fixed, the result of this
4497 # check would be larger than it should be.
4498 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4499 ;;
4500
4501 gnu*)
4502 # Under GNU Hurd, this test is not required because there is
4503 # no limit to the length of command line arguments.
4504 # Libtool will interpret -1 as no limit whatsoever
4505 lt_cv_sys_max_cmd_len=-1;
4506 ;;
4507
4508 cygwin* | mingw* | cegcc*)
4509 # On Win9x/ME, this test blows up -- it succeeds, but takes
4510 # about 5 minutes as the teststring grows exponentially.
4511 # Worse, since 9x/ME are not pre-emptively multitasking,
4512 # you end up with a "frozen" computer, even though with patience
4513 # the test eventually succeeds (with a max line length of 256k).
4514 # Instead, let's just punt: use the minimum linelength reported by
4515 # all of the supported platforms: 8192 (on NT/2K/XP).
4516 lt_cv_sys_max_cmd_len=8192;
4517 ;;
4518
4519 mint*)
4520 # On MiNT this can take a long time and run out of memory.
4521 lt_cv_sys_max_cmd_len=8192;
4522 ;;
4523
4524 amigaos*)
4525 # On AmigaOS with pdksh, this test takes hours, literally.
4526 # So we just punt and use a minimum line length of 8192.
4527 lt_cv_sys_max_cmd_len=8192;
4528 ;;
4529
4530 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4531 # This has been around since 386BSD, at least. Likely further.
4532 if test -x /sbin/sysctl; then
4533 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4534 elif test -x /usr/sbin/sysctl; then
4535 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4536 else
4537 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4538 fi
4539 # And add a safety zone
4540 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4541 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4542 ;;
4543
4544 interix*)
4545 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4546 lt_cv_sys_max_cmd_len=196608
4547 ;;
4548
4549 osf*)
4550 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4551 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4552 # nice to cause kernel panics so lets avoid the loop below.
4553 # First set a reasonable default.
4554 lt_cv_sys_max_cmd_len=16384
4555 #
4556 if test -x /sbin/sysconfig; then
4557 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4558 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4559 esac
4560 fi
4561 ;;
4562 sco3.2v5*)
4563 lt_cv_sys_max_cmd_len=102400
4564 ;;
4565 sysv5* | sco5v6* | sysv4.2uw2*)
4566 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4567 if test -n "$kargmax"; then
4568 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4569 else
4570 lt_cv_sys_max_cmd_len=32768
4571 fi
4572 ;;
4573 *)
4574 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4575 if test -n "$lt_cv_sys_max_cmd_len"; then
4576 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4577 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4578 else
4579 # Make teststring a little bigger before we do anything with it.
4580 # a 1K string should be a reasonable start.
4581 for i in 1 2 3 4 5 6 7 8 ; do
4582 teststring=$teststring$teststring
4583 done
4584 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4585 # If test is not a shell built-in, we'll probably end up computing a
4586 # maximum length that is only half of the actual maximum length, but
4587 # we can't tell.
4588 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4589 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4590 test $i != 17 # 1/2 MB should be enough
4591 do
4592 i=`expr $i + 1`
4593 teststring=$teststring$teststring
4594 done
4595 # Only check the string length outside the loop.
4596 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4597 teststring=
4598 # Add a significant safety factor because C++ compilers can tack on
4599 # massive amounts of additional arguments before passing them to the
4600 # linker. It appears as though 1/2 is a usable value.
4601 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4602 fi
4603 ;;
4604 esac
4605
4606fi
4607
4608if test -n $lt_cv_sys_max_cmd_len ; then
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4610$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4611else
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4613$as_echo "none" >&6; }
4614fi
4615max_cmd_len=$lt_cv_sys_max_cmd_len
4616
4617
4618
4619
4620
4621
4622: ${CP="cp -f"}
4623: ${MV="mv -f"}
4624: ${RM="rm -f"}
4625
4626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4627$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4628# Try some XSI features
4629xsi_shell=no
4630( _lt_dummy="a/b/c"
4631 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4632 = c,a/b,, \
4633 && eval 'test $(( 1 + 1 )) -eq 2 \
4634 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4635 && xsi_shell=yes
4636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4637$as_echo "$xsi_shell" >&6; }
4638
4639
4640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4641$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4642lt_shell_append=no
4643( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4644 >/dev/null 2>&1 \
4645 && lt_shell_append=yes
4646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4647$as_echo "$lt_shell_append" >&6; }
4648
4649
4650if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4651 lt_unset=unset
4652else
4653 lt_unset=false
4654fi
4655
4656
4657
4658
4659
4660# test EBCDIC or ASCII
4661case `echo X|tr X '\101'` in
4662 A) # ASCII based system
4663 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4664 lt_SP2NL='tr \040 \012'
4665 lt_NL2SP='tr \015\012 \040\040'
4666 ;;
4667 *) # EBCDIC based system
4668 lt_SP2NL='tr \100 \n'
4669 lt_NL2SP='tr \r\n \100\100'
4670 ;;
4671esac
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4682$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4683if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4684 $as_echo_n "(cached) " >&6
4685else
4686 lt_cv_ld_reload_flag='-r'
4687fi
4688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4689$as_echo "$lt_cv_ld_reload_flag" >&6; }
4690reload_flag=$lt_cv_ld_reload_flag
4691case $reload_flag in
4692"" | " "*) ;;
4693*) reload_flag=" $reload_flag" ;;
4694esac
4695reload_cmds='$LD$reload_flag -o $output$reload_objs'
4696case $host_os in
4697 darwin*)
4698 if test "$GCC" = yes; then
4699 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4700 else
4701 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4702 fi
4703 ;;
4704esac
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714if test -n "$ac_tool_prefix"; then
4715 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4716set dummy ${ac_tool_prefix}objdump; ac_word=$2
4717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4718$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4719if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4720 $as_echo_n "(cached) " >&6
4721else
4722 if test -n "$OBJDUMP"; then
4723 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4724else
4725as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4726for as_dir in $PATH
4727do
4728 IFS=$as_save_IFS
4729 test -z "$as_dir" && as_dir=.
4730 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4732 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4734 break 2
4735 fi
4736done
4737 done
4738IFS=$as_save_IFS
4739
4740fi
4741fi
4742OBJDUMP=$ac_cv_prog_OBJDUMP
4743if test -n "$OBJDUMP"; then
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4745$as_echo "$OBJDUMP" >&6; }
4746else
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4748$as_echo "no" >&6; }
4749fi
4750
4751
4752fi
4753if test -z "$ac_cv_prog_OBJDUMP"; then
4754 ac_ct_OBJDUMP=$OBJDUMP
4755 # Extract the first word of "objdump", so it can be a program name with args.
4756set dummy objdump; ac_word=$2
4757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4758$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4759if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4760 $as_echo_n "(cached) " >&6
4761else
4762 if test -n "$ac_ct_OBJDUMP"; then
4763 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4764else
4765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4766for as_dir in $PATH
4767do
4768 IFS=$as_save_IFS
4769 test -z "$as_dir" && as_dir=.
4770 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4772 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4774 break 2
4775 fi
4776done
4777 done
4778IFS=$as_save_IFS
4779
4780fi
4781fi
4782ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4783if test -n "$ac_ct_OBJDUMP"; then
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4785$as_echo "$ac_ct_OBJDUMP" >&6; }
4786else
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4788$as_echo "no" >&6; }
4789fi
4790
4791 if test "x$ac_ct_OBJDUMP" = x; then
4792 OBJDUMP="false"
4793 else
4794 case $cross_compiling:$ac_tool_warned in
4795yes:)
4796{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4797$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4798ac_tool_warned=yes ;;
4799esac
4800 OBJDUMP=$ac_ct_OBJDUMP
4801 fi
4802else
4803 OBJDUMP="$ac_cv_prog_OBJDUMP"
4804fi
4805
4806test -z "$OBJDUMP" && OBJDUMP=objdump
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4817$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4818if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4819 $as_echo_n "(cached) " >&6
4820else
4821 lt_cv_file_magic_cmd='$MAGIC_CMD'
4822lt_cv_file_magic_test_file=
4823lt_cv_deplibs_check_method='unknown'
4824# Need to set the preceding variable on all platforms that support
4825# interlibrary dependencies.
4826# 'none' -- dependencies not supported.
4827# `unknown' -- same as none, but documents that we really don't know.
4828# 'pass_all' -- all dependencies passed with no checks.
4829# 'test_compile' -- check by making test program.
4830# 'file_magic [[regex]]' -- check by looking for files in library path
4831# which responds to the $file_magic_cmd with a given extended regex.
4832# If you have `file' or equivalent on your system and you're not sure
4833# whether `pass_all' will *always* work, you probably want this one.
4834
4835case $host_os in
4836aix[4-9]*)
4837 lt_cv_deplibs_check_method=pass_all
4838 ;;
4839
4840beos*)
4841 lt_cv_deplibs_check_method=pass_all
4842 ;;
4843
4844bsdi[45]*)
4845 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4846 lt_cv_file_magic_cmd='/usr/bin/file -L'
4847 lt_cv_file_magic_test_file=/shlib/libc.so
4848 ;;
4849
4850cygwin*)
4851 # func_win32_libid is a shell function defined in ltmain.sh
4852 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4853 lt_cv_file_magic_cmd='func_win32_libid'
4854 ;;
4855
4856mingw* | pw32*)
4857 # Base MSYS/MinGW do not provide the 'file' command needed by
4858 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4859 # unless we find 'file', for example because we are cross-compiling.
4860 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4861 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4862 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4863 lt_cv_file_magic_cmd='func_win32_libid'
4864 else
4865 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4866 lt_cv_file_magic_cmd='$OBJDUMP -f'
4867 fi
4868 ;;
4869
4870cegcc*)
4871 # use the weaker test based on 'objdump'. See mingw*.
4872 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4873 lt_cv_file_magic_cmd='$OBJDUMP -f'
4874 ;;
4875
4876darwin* | rhapsody*)
4877 lt_cv_deplibs_check_method=pass_all
4878 ;;
4879
4880freebsd* | dragonfly*)
4881 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4882 case $host_cpu in
4883 i*86 )
4884 # Not sure whether the presence of OpenBSD here was a mistake.
4885 # Let's accept both of them until this is cleared up.
4886 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4887 lt_cv_file_magic_cmd=/usr/bin/file
4888 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4889 ;;
4890 esac
4891 else
4892 lt_cv_deplibs_check_method=pass_all
4893 fi
4894 ;;
4895
4896gnu*)
4897 lt_cv_deplibs_check_method=pass_all
4898 ;;
4899
4900haiku*)
4901 lt_cv_deplibs_check_method=pass_all
4902 ;;
4903
4904hpux10.20* | hpux11*)
4905 lt_cv_file_magic_cmd=/usr/bin/file
4906 case $host_cpu in
4907 ia64*)
4908 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4909 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4910 ;;
4911 hppa*64*)
4912 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
4913 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4914 ;;
4915 *)
4916 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4917 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4918 ;;
4919 esac
4920 ;;
4921
4922interix[3-9]*)
4923 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4924 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4925 ;;
4926
4927irix5* | irix6* | nonstopux*)
4928 case $LD in
4929 *-32|*"-32 ") libmagic=32-bit;;
4930 *-n32|*"-n32 ") libmagic=N32;;
4931 *-64|*"-64 ") libmagic=64-bit;;
4932 *) libmagic=never-match;;
4933 esac
4934 lt_cv_deplibs_check_method=pass_all
4935 ;;
4936
4937# This must be Linux ELF.
4938linux* | k*bsd*-gnu | kopensolaris*-gnu)
4939 lt_cv_deplibs_check_method=pass_all
4940 ;;
4941
4942netbsd*)
4943 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4944 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4945 else
4946 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4947 fi
4948 ;;
4949
4950newos6*)
4951 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4952 lt_cv_file_magic_cmd=/usr/bin/file
4953 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4954 ;;
4955
4956*nto* | *qnx*)
4957 lt_cv_deplibs_check_method=pass_all
4958 ;;
4959
4960openbsd*)
4961 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4962 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4963 else
4964 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4965 fi
4966 ;;
4967
4968osf3* | osf4* | osf5*)
4969 lt_cv_deplibs_check_method=pass_all
4970 ;;
4971
4972rdos*)
4973 lt_cv_deplibs_check_method=pass_all
4974 ;;
4975
4976solaris*)
4977 lt_cv_deplibs_check_method=pass_all
4978 ;;
4979
4980sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4981 lt_cv_deplibs_check_method=pass_all
4982 ;;
4983
4984sysv4 | sysv4.3*)
4985 case $host_vendor in
4986 motorola)
4987 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
4988 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4989 ;;
4990 ncr)
4991 lt_cv_deplibs_check_method=pass_all
4992 ;;
4993 sequent)
4994 lt_cv_file_magic_cmd='/bin/file'
4995 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4996 ;;
4997 sni)
4998 lt_cv_file_magic_cmd='/bin/file'
4999 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5000 lt_cv_file_magic_test_file=/lib/libc.so
5001 ;;
5002 siemens)
5003 lt_cv_deplibs_check_method=pass_all
5004 ;;
5005 pc)
5006 lt_cv_deplibs_check_method=pass_all
5007 ;;
5008 esac
5009 ;;
5010
5011tpf*)
5012 lt_cv_deplibs_check_method=pass_all
5013 ;;
5014esac
5015
5016fi
5017{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5018$as_echo "$lt_cv_deplibs_check_method" >&6; }
5019file_magic_cmd=$lt_cv_file_magic_cmd
5020deplibs_check_method=$lt_cv_deplibs_check_method
5021test -z "$deplibs_check_method" && deplibs_check_method=unknown
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
68ed2854
MF
5034plugin_option=
5035plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5036for plugin in $plugin_names; do
5037 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5038 if test x$plugin_so = x$plugin; then
5039 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5040 fi
5041 if test x$plugin_so != x$plugin; then
5042 plugin_option="--plugin $plugin_so"
5043 break
5044 fi
5045done
5046
6bb11ab3
L
5047if test -n "$ac_tool_prefix"; then
5048 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5049set dummy ${ac_tool_prefix}ar; ac_word=$2
5050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5051$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5052if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5053 $as_echo_n "(cached) " >&6
5054else
5055 if test -n "$AR"; then
5056 ac_cv_prog_AR="$AR" # Let the user override the test.
5057else
5058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5059for as_dir in $PATH
5060do
5061 IFS=$as_save_IFS
5062 test -z "$as_dir" && as_dir=.
5063 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5065 ac_cv_prog_AR="${ac_tool_prefix}ar"
5066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5067 break 2
5068 fi
5069done
5070 done
5071IFS=$as_save_IFS
5072
5073fi
5074fi
5075AR=$ac_cv_prog_AR
5076if test -n "$AR"; then
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5078$as_echo "$AR" >&6; }
5079else
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5081$as_echo "no" >&6; }
5082fi
5083
5084
5085fi
5086if test -z "$ac_cv_prog_AR"; then
5087 ac_ct_AR=$AR
5088 # Extract the first word of "ar", so it can be a program name with args.
5089set dummy ar; ac_word=$2
5090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5091$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5092if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5093 $as_echo_n "(cached) " >&6
5094else
5095 if test -n "$ac_ct_AR"; then
5096 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5097else
5098as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5099for as_dir in $PATH
5100do
5101 IFS=$as_save_IFS
5102 test -z "$as_dir" && as_dir=.
5103 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5104 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5105 ac_cv_prog_ac_ct_AR="ar"
5106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5107 break 2
5108 fi
5109done
5110 done
5111IFS=$as_save_IFS
5112
5113fi
5114fi
5115ac_ct_AR=$ac_cv_prog_ac_ct_AR
5116if test -n "$ac_ct_AR"; then
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5118$as_echo "$ac_ct_AR" >&6; }
5119else
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5121$as_echo "no" >&6; }
5122fi
5123
5124 if test "x$ac_ct_AR" = x; then
5125 AR="false"
5126 else
5127 case $cross_compiling:$ac_tool_warned in
5128yes:)
5129{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5130$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5131ac_tool_warned=yes ;;
5132esac
5133 AR=$ac_ct_AR
5134 fi
5135else
5136 AR="$ac_cv_prog_AR"
5137fi
5138
5139test -z "$AR" && AR=ar
68ed2854
MF
5140if test -n "$plugin_option"; then
5141 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5142 touch conftest.c
5143 $AR $plugin_option rc conftest.a conftest.c
5144 if test "$?" != 0; then
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5146$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5147 else
5148 AR="$AR $plugin_option"
5149 fi
5150 rm -f conftest.*
68ed2854
MF
5151 fi
5152fi
6bb11ab3
L
5153test -z "$AR_FLAGS" && AR_FLAGS=cru
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165if test -n "$ac_tool_prefix"; then
5166 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5167set dummy ${ac_tool_prefix}strip; ac_word=$2
5168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5169$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5170if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5171 $as_echo_n "(cached) " >&6
5172else
5173 if test -n "$STRIP"; then
5174 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5175else
5176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5177for as_dir in $PATH
5178do
5179 IFS=$as_save_IFS
5180 test -z "$as_dir" && as_dir=.
5181 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5182 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5183 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5185 break 2
5186 fi
5187done
5188 done
5189IFS=$as_save_IFS
5190
5191fi
5192fi
5193STRIP=$ac_cv_prog_STRIP
5194if test -n "$STRIP"; then
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5196$as_echo "$STRIP" >&6; }
5197else
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5199$as_echo "no" >&6; }
5200fi
5201
5202
5203fi
5204if test -z "$ac_cv_prog_STRIP"; then
5205 ac_ct_STRIP=$STRIP
5206 # Extract the first word of "strip", so it can be a program name with args.
5207set dummy strip; ac_word=$2
5208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5209$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5210if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5211 $as_echo_n "(cached) " >&6
5212else
5213 if test -n "$ac_ct_STRIP"; then
5214 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5215else
5216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5217for as_dir in $PATH
5218do
5219 IFS=$as_save_IFS
5220 test -z "$as_dir" && as_dir=.
5221 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5223 ac_cv_prog_ac_ct_STRIP="strip"
5224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5225 break 2
5226 fi
5227done
5228 done
5229IFS=$as_save_IFS
5230
5231fi
5232fi
5233ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5234if test -n "$ac_ct_STRIP"; then
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5236$as_echo "$ac_ct_STRIP" >&6; }
5237else
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5239$as_echo "no" >&6; }
5240fi
5241
5242 if test "x$ac_ct_STRIP" = x; then
5243 STRIP=":"
5244 else
5245 case $cross_compiling:$ac_tool_warned in
5246yes:)
5247{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5248$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5249ac_tool_warned=yes ;;
5250esac
5251 STRIP=$ac_ct_STRIP
5252 fi
5253else
5254 STRIP="$ac_cv_prog_STRIP"
5255fi
5256
5257test -z "$STRIP" && STRIP=:
5258
5259
5260
5261
5262
5263
5264if test -n "$ac_tool_prefix"; then
5265 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5266set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5268$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5269if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5270 $as_echo_n "(cached) " >&6
5271else
5272 if test -n "$RANLIB"; then
5273 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5274else
5275as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5276for as_dir in $PATH
5277do
5278 IFS=$as_save_IFS
5279 test -z "$as_dir" && as_dir=.
5280 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5281 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5282 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5284 break 2
5285 fi
5286done
5287 done
5288IFS=$as_save_IFS
5289
5290fi
5291fi
5292RANLIB=$ac_cv_prog_RANLIB
5293if test -n "$RANLIB"; then
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5295$as_echo "$RANLIB" >&6; }
5296else
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5298$as_echo "no" >&6; }
5299fi
5300
5301
5302fi
5303if test -z "$ac_cv_prog_RANLIB"; then
5304 ac_ct_RANLIB=$RANLIB
5305 # Extract the first word of "ranlib", so it can be a program name with args.
5306set dummy ranlib; ac_word=$2
5307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5308$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5309if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5310 $as_echo_n "(cached) " >&6
5311else
5312 if test -n "$ac_ct_RANLIB"; then
5313 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5314else
5315as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5316for as_dir in $PATH
5317do
5318 IFS=$as_save_IFS
5319 test -z "$as_dir" && as_dir=.
5320 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5321 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5322 ac_cv_prog_ac_ct_RANLIB="ranlib"
5323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5324 break 2
5325 fi
5326done
5327 done
5328IFS=$as_save_IFS
5329
5330fi
5331fi
5332ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5333if test -n "$ac_ct_RANLIB"; then
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5335$as_echo "$ac_ct_RANLIB" >&6; }
5336else
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5338$as_echo "no" >&6; }
5339fi
5340
5341 if test "x$ac_ct_RANLIB" = x; then
5342 RANLIB=":"
5343 else
5344 case $cross_compiling:$ac_tool_warned in
5345yes:)
5346{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5347$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5348ac_tool_warned=yes ;;
5349esac
5350 RANLIB=$ac_ct_RANLIB
5351 fi
5352else
5353 RANLIB="$ac_cv_prog_RANLIB"
5354fi
5355
5356test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5357if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5358 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5359 RANLIB="$RANLIB $plugin_option"
5360 fi
5361fi
6bb11ab3
L
5362
5363
5364
5365
5366
5367
5368# Determine commands to create old-style static archives.
5369old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5370old_postinstall_cmds='chmod 644 $oldlib'
5371old_postuninstall_cmds=
5372
5373if test -n "$RANLIB"; then
5374 case $host_os in
5375 openbsd*)
5376 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5377 ;;
5378 *)
5379 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5380 ;;
5381 esac
5382 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5383fi
5384
5385case $host_os in
5386 darwin*)
5387 lock_old_archive_extraction=yes ;;
5388 *)
5389 lock_old_archive_extraction=no ;;
5390esac
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412for ac_prog in gawk mawk nawk awk
5413do
5414 # Extract the first word of "$ac_prog", so it can be a program name with args.
5415set dummy $ac_prog; ac_word=$2
5416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5417$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5418if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5419 $as_echo_n "(cached) " >&6
5420else
5421 if test -n "$AWK"; then
5422 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5423else
5424as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5425for as_dir in $PATH
5426do
5427 IFS=$as_save_IFS
5428 test -z "$as_dir" && as_dir=.
5429 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5430 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5431 ac_cv_prog_AWK="$ac_prog"
5432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5433 break 2
5434 fi
5435done
5436 done
5437IFS=$as_save_IFS
5438
5439fi
5440fi
5441AWK=$ac_cv_prog_AWK
5442if test -n "$AWK"; then
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5444$as_echo "$AWK" >&6; }
5445else
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447$as_echo "no" >&6; }
5448fi
5449
5450
5451 test -n "$AWK" && break
5452done
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472# If no C compiler was specified, use CC.
5473LTCC=${LTCC-"$CC"}
5474
5475# If no C compiler flags were specified, use CFLAGS.
5476LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5477
5478# Allow CC to be a program name with arguments.
5479compiler=$CC
5480
5481
5482# Check for command to grab the raw symbol name followed by C symbol from nm.
5483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5484$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5485if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5486 $as_echo_n "(cached) " >&6
5487else
5488
5489# These are sane defaults that work on at least a few old systems.
5490# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5491
5492# Character class describing NM global symbol codes.
5493symcode='[BCDEGRST]'
5494
5495# Regexp to match symbols that can be accessed directly from C.
5496sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5497
5498# Define system-specific variables.
5499case $host_os in
5500aix*)
5501 symcode='[BCDT]'
5502 ;;
5503cygwin* | mingw* | pw32* | cegcc*)
5504 symcode='[ABCDGISTW]'
5505 ;;
5506hpux*)
5507 if test "$host_cpu" = ia64; then
5508 symcode='[ABCDEGRST]'
5509 fi
5510 ;;
5511irix* | nonstopux*)
5512 symcode='[BCDEGRST]'
5513 ;;
5514osf*)
5515 symcode='[BCDEGQRST]'
5516 ;;
5517solaris*)
5518 symcode='[BDRT]'
5519 ;;
5520sco3.2v5*)
5521 symcode='[DT]'
5522 ;;
5523sysv4.2uw2*)
5524 symcode='[DT]'
5525 ;;
5526sysv5* | sco5v6* | unixware* | OpenUNIX*)
5527 symcode='[ABDT]'
5528 ;;
5529sysv4)
5530 symcode='[DFNSTU]'
5531 ;;
5532esac
5533
5534# If we're using GNU nm, then use its standard symbol codes.
5535case `$NM -V 2>&1` in
5536*GNU* | *'with BFD'*)
5537 symcode='[ABCDGIRSTW]' ;;
5538esac
5539
5540# Transform an extracted symbol line into a proper C declaration.
5541# Some systems (esp. on ia64) link data and code symbols differently,
5542# so use this general approach.
5543lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5544
5545# Transform an extracted symbol line into symbol name and symbol address
5546lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5547lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
5548
5549# Handle CRLF in mingw tool chain
5550opt_cr=
5551case $build_os in
5552mingw*)
5553 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5554 ;;
5555esac
5556
5557# Try without a prefix underscore, then with it.
5558for ac_symprfx in "" "_"; do
5559
5560 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5561 symxfrm="\\1 $ac_symprfx\\2 \\2"
5562
5563 # Write the raw and C identifiers.
5564 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5565 # Fake it for dumpbin and say T for any non-static function
5566 # and D for any global variable.
5567 # Also find C++ and __fastcall symbols from MSVC++,
5568 # which start with @ or ?.
5569 lt_cv_sys_global_symbol_pipe="$AWK '"\
5570" {last_section=section; section=\$ 3};"\
5571" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5572" \$ 0!~/External *\|/{next};"\
5573" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5574" {if(hide[section]) next};"\
5575" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5576" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5577" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5578" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5579" ' prfx=^$ac_symprfx"
5580 else
5581 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5582 fi
5583
5584 # Check to see that the pipe works correctly.
5585 pipe_works=no
5586
5587 rm -f conftest*
5588 cat > conftest.$ac_ext <<_LT_EOF
5589#ifdef __cplusplus
5590extern "C" {
5591#endif
5592char nm_test_var;
5593void nm_test_func(void);
5594void nm_test_func(void){}
5595#ifdef __cplusplus
5596}
5597#endif
5598int main(){nm_test_var='a';nm_test_func();return(0);}
5599_LT_EOF
5600
5601 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5602 (eval $ac_compile) 2>&5
5603 ac_status=$?
5604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5605 test $ac_status = 0; }; then
5606 # Now try to grab the symbols.
5607 nlist=conftest.nm
5608 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5609 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5610 ac_status=$?
5611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5612 test $ac_status = 0; } && test -s "$nlist"; then
5613 # Try sorting and uniquifying the output.
5614 if sort "$nlist" | uniq > "$nlist"T; then
5615 mv -f "$nlist"T "$nlist"
5616 else
5617 rm -f "$nlist"T
5618 fi
5619
5620 # Make sure that we snagged all the symbols we need.
5621 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5622 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5623 cat <<_LT_EOF > conftest.$ac_ext
5624#ifdef __cplusplus
5625extern "C" {
5626#endif
5627
5628_LT_EOF
5629 # Now generate the symbol file.
5630 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5631
5632 cat <<_LT_EOF >> conftest.$ac_ext
5633
5634/* The mapping between symbol names and symbols. */
5635const struct {
5636 const char *name;
5637 void *address;
5638}
5639lt__PROGRAM__LTX_preloaded_symbols[] =
5640{
5641 { "@PROGRAM@", (void *) 0 },
5642_LT_EOF
5643 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5644 cat <<\_LT_EOF >> conftest.$ac_ext
5645 {0, (void *) 0}
5646};
5647
5648/* This works around a problem in FreeBSD linker */
5649#ifdef FREEBSD_WORKAROUND
5650static const void *lt_preloaded_setup() {
5651 return lt__PROGRAM__LTX_preloaded_symbols;
5652}
5653#endif
5654
5655#ifdef __cplusplus
5656}
5657#endif
5658_LT_EOF
5659 # Now try linking the two files.
5660 mv conftest.$ac_objext conftstm.$ac_objext
5661 lt_save_LIBS="$LIBS"
5662 lt_save_CFLAGS="$CFLAGS"
5663 LIBS="conftstm.$ac_objext"
5664 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5665 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5666 (eval $ac_link) 2>&5
5667 ac_status=$?
5668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5669 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5670 pipe_works=yes
5671 fi
5672 LIBS="$lt_save_LIBS"
5673 CFLAGS="$lt_save_CFLAGS"
5674 else
5675 echo "cannot find nm_test_func in $nlist" >&5
5676 fi
5677 else
5678 echo "cannot find nm_test_var in $nlist" >&5
5679 fi
5680 else
5681 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5682 fi
5683 else
5684 echo "$progname: failed program was:" >&5
5685 cat conftest.$ac_ext >&5
5686 fi
5687 rm -rf conftest* conftst*
5688
5689 # Do not use the global_symbol_pipe unless it works.
5690 if test "$pipe_works" = yes; then
5691 break
5692 else
5693 lt_cv_sys_global_symbol_pipe=
5694 fi
5695done
5696
5697fi
5698
5699if test -z "$lt_cv_sys_global_symbol_pipe"; then
5700 lt_cv_sys_global_symbol_to_cdecl=
5701fi
5702if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5704$as_echo "failed" >&6; }
5705else
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5707$as_echo "ok" >&6; }
5708fi
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731# Check whether --enable-libtool-lock was given.
5732if test "${enable_libtool_lock+set}" = set; then :
5733 enableval=$enable_libtool_lock;
5734fi
5735
5736test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5737
5738# Some flags need to be propagated to the compiler or linker for good
5739# libtool support.
5740case $host in
5741ia64-*-hpux*)
5742 # Find out which ABI we are using.
5743 echo 'int i;' > conftest.$ac_ext
5744 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5745 (eval $ac_compile) 2>&5
5746 ac_status=$?
5747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5748 test $ac_status = 0; }; then
5749 case `/usr/bin/file conftest.$ac_objext` in
5750 *ELF-32*)
5751 HPUX_IA64_MODE="32"
5752 ;;
5753 *ELF-64*)
5754 HPUX_IA64_MODE="64"
5755 ;;
5756 esac
5757 fi
5758 rm -rf conftest*
5759 ;;
5760*-*-irix6*)
5761 # Find out which ABI we are using.
5762 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5763 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5764 (eval $ac_compile) 2>&5
5765 ac_status=$?
5766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5767 test $ac_status = 0; }; then
5768 if test "$lt_cv_prog_gnu_ld" = yes; then
5769 case `/usr/bin/file conftest.$ac_objext` in
5770 *32-bit*)
5771 LD="${LD-ld} -melf32bsmip"
5772 ;;
5773 *N32*)
5774 LD="${LD-ld} -melf32bmipn32"
5775 ;;
5776 *64-bit*)
5777 LD="${LD-ld} -melf64bmip"
5778 ;;
5779 esac
5780 else
5781 case `/usr/bin/file conftest.$ac_objext` in
5782 *32-bit*)
5783 LD="${LD-ld} -32"
5784 ;;
5785 *N32*)
5786 LD="${LD-ld} -n32"
5787 ;;
5788 *64-bit*)
5789 LD="${LD-ld} -64"
5790 ;;
5791 esac
5792 fi
5793 fi
5794 rm -rf conftest*
5795 ;;
5796
bf3d9781 5797x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5798s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5799 # Find out which ABI we are using.
5800 echo 'int i;' > conftest.$ac_ext
5801 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5802 (eval $ac_compile) 2>&5
5803 ac_status=$?
5804 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5805 test $ac_status = 0; }; then
5806 case `/usr/bin/file conftest.o` in
5807 *32-bit*)
5808 case $host in
5809 x86_64-*kfreebsd*-gnu)
5810 LD="${LD-ld} -m elf_i386_fbsd"
5811 ;;
5812 x86_64-*linux*)
5813 case `/usr/bin/file conftest.o` in
5814 *x86-64*)
5815 LD="${LD-ld} -m elf32_x86_64"
5816 ;;
5817 *)
5818 LD="${LD-ld} -m elf_i386"
5819 ;;
5820 esac
5821 ;;
bf3d9781
AM
5822 powerpc64le-*linux*)
5823 LD="${LD-ld} -m elf32lppclinux"
5824 ;;
5825 powerpc64-*linux*)
6bb11ab3
L
5826 LD="${LD-ld} -m elf32ppclinux"
5827 ;;
5828 s390x-*linux*)
5829 LD="${LD-ld} -m elf_s390"
5830 ;;
5831 sparc64-*linux*)
5832 LD="${LD-ld} -m elf32_sparc"
5833 ;;
5834 esac
5835 ;;
5836 *64-bit*)
5837 case $host in
5838 x86_64-*kfreebsd*-gnu)
5839 LD="${LD-ld} -m elf_x86_64_fbsd"
5840 ;;
5841 x86_64-*linux*)
5842 LD="${LD-ld} -m elf_x86_64"
5843 ;;
bf3d9781
AM
5844 powerpcle-*linux*)
5845 LD="${LD-ld} -m elf64lppc"
5846 ;;
5847 powerpc-*linux*)
6bb11ab3
L
5848 LD="${LD-ld} -m elf64ppc"
5849 ;;
5850 s390*-*linux*|s390*-*tpf*)
5851 LD="${LD-ld} -m elf64_s390"
5852 ;;
5853 sparc*-*linux*)
5854 LD="${LD-ld} -m elf64_sparc"
5855 ;;
5856 esac
5857 ;;
5858 esac
5859 fi
5860 rm -rf conftest*
5861 ;;
5862
5863*-*-sco3.2v5*)
5864 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5865 SAVE_CFLAGS="$CFLAGS"
5866 CFLAGS="$CFLAGS -belf"
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5868$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5869if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5870 $as_echo_n "(cached) " >&6
5871else
5872 ac_ext=c
5873ac_cpp='$CPP $CPPFLAGS'
5874ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5875ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5876ac_compiler_gnu=$ac_cv_c_compiler_gnu
5877
5878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5879/* end confdefs.h. */
5880
5881int
5882main ()
5883{
5884
5885 ;
5886 return 0;
5887}
5888_ACEOF
5889if ac_fn_c_try_link "$LINENO"; then :
5890 lt_cv_cc_needs_belf=yes
5891else
5892 lt_cv_cc_needs_belf=no
5893fi
5894rm -f core conftest.err conftest.$ac_objext \
5895 conftest$ac_exeext conftest.$ac_ext
5896 ac_ext=c
5897ac_cpp='$CPP $CPPFLAGS'
5898ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5899ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5900ac_compiler_gnu=$ac_cv_c_compiler_gnu
5901
5902fi
5903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5904$as_echo "$lt_cv_cc_needs_belf" >&6; }
5905 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5906 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5907 CFLAGS="$SAVE_CFLAGS"
5908 fi
5909 ;;
5910sparc*-*solaris*)
5911 # Find out which ABI we are using.
5912 echo 'int i;' > conftest.$ac_ext
5913 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5914 (eval $ac_compile) 2>&5
5915 ac_status=$?
5916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5917 test $ac_status = 0; }; then
5918 case `/usr/bin/file conftest.o` in
5919 *64-bit*)
5920 case $lt_cv_prog_gnu_ld in
5921 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5922 *)
5923 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5924 LD="${LD-ld} -64"
5925 fi
5926 ;;
5927 esac
5928 ;;
5929 esac
5930 fi
5931 rm -rf conftest*
5932 ;;
5933esac
5934
5935need_locks="$enable_libtool_lock"
5936
5937
5938 case $host_os in
5939 rhapsody* | darwin*)
5940 if test -n "$ac_tool_prefix"; then
5941 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5942set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5944$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5945if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5946 $as_echo_n "(cached) " >&6
5947else
5948 if test -n "$DSYMUTIL"; then
5949 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5950else
5951as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5952for as_dir in $PATH
5953do
5954 IFS=$as_save_IFS
5955 test -z "$as_dir" && as_dir=.
5956 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5958 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5960 break 2
5961 fi
5962done
5963 done
5964IFS=$as_save_IFS
5965
5966fi
5967fi
5968DSYMUTIL=$ac_cv_prog_DSYMUTIL
5969if test -n "$DSYMUTIL"; then
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5971$as_echo "$DSYMUTIL" >&6; }
5972else
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5974$as_echo "no" >&6; }
5975fi
5976
5977
5978fi
5979if test -z "$ac_cv_prog_DSYMUTIL"; then
5980 ac_ct_DSYMUTIL=$DSYMUTIL
5981 # Extract the first word of "dsymutil", so it can be a program name with args.
5982set dummy dsymutil; ac_word=$2
5983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5984$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5985if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5986 $as_echo_n "(cached) " >&6
5987else
5988 if test -n "$ac_ct_DSYMUTIL"; then
5989 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5990else
5991as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5992for as_dir in $PATH
5993do
5994 IFS=$as_save_IFS
5995 test -z "$as_dir" && as_dir=.
5996 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5998 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6000 break 2
6001 fi
6002done
6003 done
6004IFS=$as_save_IFS
6005
6006fi
6007fi
6008ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6009if test -n "$ac_ct_DSYMUTIL"; then
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6011$as_echo "$ac_ct_DSYMUTIL" >&6; }
6012else
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6014$as_echo "no" >&6; }
6015fi
6016
6017 if test "x$ac_ct_DSYMUTIL" = x; then
6018 DSYMUTIL=":"
6019 else
6020 case $cross_compiling:$ac_tool_warned in
6021yes:)
6022{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6023$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6024ac_tool_warned=yes ;;
6025esac
6026 DSYMUTIL=$ac_ct_DSYMUTIL
6027 fi
6028else
6029 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6030fi
6031
6032 if test -n "$ac_tool_prefix"; then
6033 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6034set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6036$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6037if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6038 $as_echo_n "(cached) " >&6
6039else
6040 if test -n "$NMEDIT"; then
6041 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6042else
6043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6044for as_dir in $PATH
6045do
6046 IFS=$as_save_IFS
6047 test -z "$as_dir" && as_dir=.
6048 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6050 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6052 break 2
6053 fi
6054done
6055 done
6056IFS=$as_save_IFS
6057
6058fi
6059fi
6060NMEDIT=$ac_cv_prog_NMEDIT
6061if test -n "$NMEDIT"; then
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6063$as_echo "$NMEDIT" >&6; }
6064else
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6066$as_echo "no" >&6; }
6067fi
6068
6069
6070fi
6071if test -z "$ac_cv_prog_NMEDIT"; then
6072 ac_ct_NMEDIT=$NMEDIT
6073 # Extract the first word of "nmedit", so it can be a program name with args.
6074set dummy nmedit; ac_word=$2
6075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6076$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6077if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6078 $as_echo_n "(cached) " >&6
6079else
6080 if test -n "$ac_ct_NMEDIT"; then
6081 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6082else
6083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6084for as_dir in $PATH
6085do
6086 IFS=$as_save_IFS
6087 test -z "$as_dir" && as_dir=.
6088 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6089 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6090 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6092 break 2
6093 fi
6094done
6095 done
6096IFS=$as_save_IFS
6097
6098fi
6099fi
6100ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6101if test -n "$ac_ct_NMEDIT"; then
6102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6103$as_echo "$ac_ct_NMEDIT" >&6; }
6104else
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6106$as_echo "no" >&6; }
6107fi
6108
6109 if test "x$ac_ct_NMEDIT" = x; then
6110 NMEDIT=":"
6111 else
6112 case $cross_compiling:$ac_tool_warned in
6113yes:)
6114{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6115$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6116ac_tool_warned=yes ;;
6117esac
6118 NMEDIT=$ac_ct_NMEDIT
6119 fi
6120else
6121 NMEDIT="$ac_cv_prog_NMEDIT"
6122fi
6123
6124 if test -n "$ac_tool_prefix"; then
6125 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6126set dummy ${ac_tool_prefix}lipo; ac_word=$2
6127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6128$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6129if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6130 $as_echo_n "(cached) " >&6
6131else
6132 if test -n "$LIPO"; then
6133 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6134else
6135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6136for as_dir in $PATH
6137do
6138 IFS=$as_save_IFS
6139 test -z "$as_dir" && as_dir=.
6140 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6142 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6144 break 2
6145 fi
6146done
6147 done
6148IFS=$as_save_IFS
6149
6150fi
6151fi
6152LIPO=$ac_cv_prog_LIPO
6153if test -n "$LIPO"; then
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6155$as_echo "$LIPO" >&6; }
6156else
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6158$as_echo "no" >&6; }
6159fi
6160
6161
6162fi
6163if test -z "$ac_cv_prog_LIPO"; then
6164 ac_ct_LIPO=$LIPO
6165 # Extract the first word of "lipo", so it can be a program name with args.
6166set dummy lipo; ac_word=$2
6167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6168$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6169if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6170 $as_echo_n "(cached) " >&6
6171else
6172 if test -n "$ac_ct_LIPO"; then
6173 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6174else
6175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6176for as_dir in $PATH
6177do
6178 IFS=$as_save_IFS
6179 test -z "$as_dir" && as_dir=.
6180 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6181 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6182 ac_cv_prog_ac_ct_LIPO="lipo"
6183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6184 break 2
6185 fi
6186done
6187 done
6188IFS=$as_save_IFS
6189
6190fi
6191fi
6192ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6193if test -n "$ac_ct_LIPO"; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6195$as_echo "$ac_ct_LIPO" >&6; }
6196else
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6198$as_echo "no" >&6; }
6199fi
6200
6201 if test "x$ac_ct_LIPO" = x; then
6202 LIPO=":"
6203 else
6204 case $cross_compiling:$ac_tool_warned in
6205yes:)
6206{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6207$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6208ac_tool_warned=yes ;;
6209esac
6210 LIPO=$ac_ct_LIPO
6211 fi
6212else
6213 LIPO="$ac_cv_prog_LIPO"
6214fi
6215
6216 if test -n "$ac_tool_prefix"; then
6217 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6218set dummy ${ac_tool_prefix}otool; ac_word=$2
6219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6220$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6221if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6222 $as_echo_n "(cached) " >&6
6223else
6224 if test -n "$OTOOL"; then
6225 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6226else
6227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6228for as_dir in $PATH
6229do
6230 IFS=$as_save_IFS
6231 test -z "$as_dir" && as_dir=.
6232 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6233 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6234 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6236 break 2
6237 fi
6238done
6239 done
6240IFS=$as_save_IFS
6241
6242fi
6243fi
6244OTOOL=$ac_cv_prog_OTOOL
6245if test -n "$OTOOL"; then
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6247$as_echo "$OTOOL" >&6; }
6248else
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6250$as_echo "no" >&6; }
6251fi
6252
6253
6254fi
6255if test -z "$ac_cv_prog_OTOOL"; then
6256 ac_ct_OTOOL=$OTOOL
6257 # Extract the first word of "otool", so it can be a program name with args.
6258set dummy otool; ac_word=$2
6259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6260$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6261if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6262 $as_echo_n "(cached) " >&6
6263else
6264 if test -n "$ac_ct_OTOOL"; then
6265 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6266else
6267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6268for as_dir in $PATH
6269do
6270 IFS=$as_save_IFS
6271 test -z "$as_dir" && as_dir=.
6272 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6274 ac_cv_prog_ac_ct_OTOOL="otool"
6275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6276 break 2
6277 fi
6278done
6279 done
6280IFS=$as_save_IFS
6281
6282fi
6283fi
6284ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6285if test -n "$ac_ct_OTOOL"; then
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6287$as_echo "$ac_ct_OTOOL" >&6; }
6288else
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6290$as_echo "no" >&6; }
6291fi
6292
6293 if test "x$ac_ct_OTOOL" = x; then
6294 OTOOL=":"
6295 else
6296 case $cross_compiling:$ac_tool_warned in
6297yes:)
6298{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6299$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6300ac_tool_warned=yes ;;
6301esac
6302 OTOOL=$ac_ct_OTOOL
6303 fi
6304else
6305 OTOOL="$ac_cv_prog_OTOOL"
6306fi
6307
6308 if test -n "$ac_tool_prefix"; then
6309 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6310set dummy ${ac_tool_prefix}otool64; ac_word=$2
6311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6312$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6313if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6314 $as_echo_n "(cached) " >&6
6315else
6316 if test -n "$OTOOL64"; then
6317 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6318else
6319as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6320for as_dir in $PATH
6321do
6322 IFS=$as_save_IFS
6323 test -z "$as_dir" && as_dir=.
6324 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6325 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6326 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6328 break 2
6329 fi
6330done
6331 done
6332IFS=$as_save_IFS
6333
6334fi
6335fi
6336OTOOL64=$ac_cv_prog_OTOOL64
6337if test -n "$OTOOL64"; then
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6339$as_echo "$OTOOL64" >&6; }
6340else
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6342$as_echo "no" >&6; }
6343fi
6344
6345
6346fi
6347if test -z "$ac_cv_prog_OTOOL64"; then
6348 ac_ct_OTOOL64=$OTOOL64
6349 # Extract the first word of "otool64", so it can be a program name with args.
6350set dummy otool64; ac_word=$2
6351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6352$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6353if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6354 $as_echo_n "(cached) " >&6
6355else
6356 if test -n "$ac_ct_OTOOL64"; then
6357 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6358else
6359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6360for as_dir in $PATH
6361do
6362 IFS=$as_save_IFS
6363 test -z "$as_dir" && as_dir=.
6364 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6365 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6366 ac_cv_prog_ac_ct_OTOOL64="otool64"
6367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6368 break 2
6369 fi
6370done
6371 done
6372IFS=$as_save_IFS
6373
6374fi
6375fi
6376ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6377if test -n "$ac_ct_OTOOL64"; then
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6379$as_echo "$ac_ct_OTOOL64" >&6; }
6380else
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6382$as_echo "no" >&6; }
6383fi
6384
6385 if test "x$ac_ct_OTOOL64" = x; then
6386 OTOOL64=":"
6387 else
6388 case $cross_compiling:$ac_tool_warned in
6389yes:)
6390{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6391$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6392ac_tool_warned=yes ;;
6393esac
6394 OTOOL64=$ac_ct_OTOOL64
6395 fi
6396else
6397 OTOOL64="$ac_cv_prog_OTOOL64"
6398fi
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6427$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6428if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6429 $as_echo_n "(cached) " >&6
6430else
6431 lt_cv_apple_cc_single_mod=no
6432 if test -z "${LT_MULTI_MODULE}"; then
6433 # By default we will add the -single_module flag. You can override
6434 # by either setting the environment variable LT_MULTI_MODULE
6435 # non-empty at configure time, or by adding -multi_module to the
6436 # link flags.
6437 rm -rf libconftest.dylib*
6438 echo "int foo(void){return 1;}" > conftest.c
6439 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6440-dynamiclib -Wl,-single_module conftest.c" >&5
6441 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6442 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6443 _lt_result=$?
6444 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6445 lt_cv_apple_cc_single_mod=yes
6446 else
6447 cat conftest.err >&5
6448 fi
6449 rm -rf libconftest.dylib*
6450 rm -f conftest.*
6451 fi
6452fi
6453{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6454$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6456$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6457if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6458 $as_echo_n "(cached) " >&6
6459else
6460 lt_cv_ld_exported_symbols_list=no
6461 save_LDFLAGS=$LDFLAGS
6462 echo "_main" > conftest.sym
6463 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6465/* end confdefs.h. */
6466
6467int
6468main ()
6469{
6470
6471 ;
6472 return 0;
6473}
6474_ACEOF
6475if ac_fn_c_try_link "$LINENO"; then :
6476 lt_cv_ld_exported_symbols_list=yes
6477else
6478 lt_cv_ld_exported_symbols_list=no
6479fi
6480rm -f core conftest.err conftest.$ac_objext \
6481 conftest$ac_exeext conftest.$ac_ext
6482 LDFLAGS="$save_LDFLAGS"
6483
6484fi
6485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6486$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6488$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6489if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6490 $as_echo_n "(cached) " >&6
6491else
6492 lt_cv_ld_force_load=no
6493 cat > conftest.c << _LT_EOF
6494int forced_loaded() { return 2;}
6495_LT_EOF
6496 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6497 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6498 echo "$AR cru libconftest.a conftest.o" >&5
6499 $AR cru libconftest.a conftest.o 2>&5
6500 cat > conftest.c << _LT_EOF
6501int main() { return 0;}
6502_LT_EOF
6503 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6504 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6505 _lt_result=$?
6506 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6507 lt_cv_ld_force_load=yes
6508 else
6509 cat conftest.err >&5
6510 fi
6511 rm -f conftest.err libconftest.a conftest conftest.c
6512 rm -rf conftest.dSYM
6513
6514fi
6515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6516$as_echo "$lt_cv_ld_force_load" >&6; }
6517 case $host_os in
6518 rhapsody* | darwin1.[012])
6519 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6520 darwin1.*)
6521 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6522 darwin*) # darwin 5.x on
6523 # if running on 10.5 or later, the deployment target defaults
6524 # to the OS version, if on x86, and 10.4, the deployment
6525 # target defaults to 10.4. Don't you love it?
6526 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6527 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6528 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6529 10.[012][,.]*)
6bb11ab3
L
6530 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6531 10.*)
6532 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6533 esac
6534 ;;
6535 esac
6536 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6537 _lt_dar_single_mod='$single_module'
6538 fi
6539 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6540 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6541 else
6542 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6543 fi
6544 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6545 _lt_dsymutil='~$DSYMUTIL $lib || :'
6546 else
6547 _lt_dsymutil=
6548 fi
6549 ;;
6550 esac
6551
6552for ac_header in dlfcn.h
6553do :
6554 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6555"
d0ac1c44 6556if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6557 cat >>confdefs.h <<_ACEOF
6558#define HAVE_DLFCN_H 1
6559_ACEOF
6560
6561fi
6562
6563done
6564
6565
6566
ebe9564b 6567
6bb11ab3
L
6568ac_config_headers="$ac_config_headers config.h:config.in"
6569
6570
6571
0cb8d851
MF
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6573$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6574if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6575 $as_echo_n "(cached) " >&6
6576else
6577 ac_cv_c_bigendian=unknown
6578 # See if we're dealing with a universal compiler.
6579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6580/* end confdefs.h. */
6581#ifndef __APPLE_CC__
6582 not a universal capable compiler
6583 #endif
6584 typedef int dummy;
6585
6586_ACEOF
6587if ac_fn_c_try_compile "$LINENO"; then :
6588
6589 # Check for potential -arch flags. It is not universal unless
6590 # there are at least two -arch flags with different values.
6591 ac_arch=
6592 ac_prev=
6593 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6594 if test -n "$ac_prev"; then
6595 case $ac_word in
6596 i?86 | x86_64 | ppc | ppc64)
6597 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6598 ac_arch=$ac_word
6599 else
6600 ac_cv_c_bigendian=universal
6601 break
6602 fi
6603 ;;
6604 esac
6605 ac_prev=
6606 elif test "x$ac_word" = "x-arch"; then
6607 ac_prev=arch
6608 fi
6609 done
6610fi
6611rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6612 if test $ac_cv_c_bigendian = unknown; then
6613 # See if sys/param.h defines the BYTE_ORDER macro.
6614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6615/* end confdefs.h. */
6616#include <sys/types.h>
6617 #include <sys/param.h>
6618
6619int
6620main ()
6621{
6622#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6623 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6624 && LITTLE_ENDIAN)
6625 bogus endian macros
6626 #endif
6627
6628 ;
6629 return 0;
6630}
6631_ACEOF
6632if ac_fn_c_try_compile "$LINENO"; then :
6633 # It does; now see whether it defined to BIG_ENDIAN or not.
6634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6635/* end confdefs.h. */
6636#include <sys/types.h>
6637 #include <sys/param.h>
6638
6639int
6640main ()
6641{
6642#if BYTE_ORDER != BIG_ENDIAN
6643 not big endian
6644 #endif
6645
6646 ;
6647 return 0;
6648}
6649_ACEOF
6650if ac_fn_c_try_compile "$LINENO"; then :
6651 ac_cv_c_bigendian=yes
6652else
6653 ac_cv_c_bigendian=no
6654fi
6655rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6656fi
6657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6658 fi
6659 if test $ac_cv_c_bigendian = unknown; then
6660 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6662/* end confdefs.h. */
6663#include <limits.h>
6664
6665int
6666main ()
6667{
6668#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6669 bogus endian macros
6670 #endif
6671
6672 ;
6673 return 0;
6674}
6675_ACEOF
6676if ac_fn_c_try_compile "$LINENO"; then :
6677 # It does; now see whether it defined to _BIG_ENDIAN or not.
6678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6679/* end confdefs.h. */
6680#include <limits.h>
6681
6682int
6683main ()
6684{
6685#ifndef _BIG_ENDIAN
6686 not big endian
6687 #endif
6688
6689 ;
6690 return 0;
6691}
6692_ACEOF
6693if ac_fn_c_try_compile "$LINENO"; then :
6694 ac_cv_c_bigendian=yes
6695else
6696 ac_cv_c_bigendian=no
6697fi
6698rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6699fi
6700rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6701 fi
6702 if test $ac_cv_c_bigendian = unknown; then
6703 # Compile a test program.
6704 if test "$cross_compiling" = yes; then :
6705 # Try to guess by grepping values from an object file.
6706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6707/* end confdefs.h. */
6708short int ascii_mm[] =
6709 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6710 short int ascii_ii[] =
6711 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6712 int use_ascii (int i) {
6713 return ascii_mm[i] + ascii_ii[i];
6714 }
6715 short int ebcdic_ii[] =
6716 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6717 short int ebcdic_mm[] =
6718 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6719 int use_ebcdic (int i) {
6720 return ebcdic_mm[i] + ebcdic_ii[i];
6721 }
6722 extern int foo;
6723
6724int
6725main ()
6726{
6727return use_ascii (foo) == use_ebcdic (foo);
6728 ;
6729 return 0;
6730}
6731_ACEOF
6732if ac_fn_c_try_compile "$LINENO"; then :
6733 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6734 ac_cv_c_bigendian=yes
6735 fi
6736 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6737 if test "$ac_cv_c_bigendian" = unknown; then
6738 ac_cv_c_bigendian=no
6739 else
6740 # finding both strings is unlikely to happen, but who knows?
6741 ac_cv_c_bigendian=unknown
6742 fi
6743 fi
6744fi
6745rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6746else
6747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6748/* end confdefs.h. */
6749$ac_includes_default
6750int
6751main ()
6752{
6753
6754 /* Are we little or big endian? From Harbison&Steele. */
6755 union
6756 {
6757 long int l;
6758 char c[sizeof (long int)];
6759 } u;
6760 u.l = 1;
6761 return u.c[sizeof (long int) - 1] == 1;
6762
6763 ;
6764 return 0;
6765}
6766_ACEOF
6767if ac_fn_c_try_run "$LINENO"; then :
6768 ac_cv_c_bigendian=no
6769else
6770 ac_cv_c_bigendian=yes
6771fi
6772rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6773 conftest.$ac_objext conftest.beam conftest.$ac_ext
6774fi
6775
6776 fi
6777fi
6778{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6779$as_echo "$ac_cv_c_bigendian" >&6; }
6780 case $ac_cv_c_bigendian in #(
6781 yes)
6782 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6783;; #(
6784 no)
6785 ;; #(
6786 universal)
6787
6788$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6789
6790 ;; #(
6791 *)
d0ac1c44 6792 as_fn_error $? "unknown endianness
0cb8d851
MF
6793 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6794 esac
6795
6bb11ab3
L
6796
6797
6798
6799# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
6800if test -z "$CC_FOR_BUILD"; then
6801 if test "x$cross_compiling" = "xno"; then
6802 CC_FOR_BUILD='$(CC)'
6803 else
6804 CC_FOR_BUILD=gcc
6805 fi
6bb11ab3
L
6806fi
6807
6808
6809
6bb11ab3
L
6810AR=${AR-ar}
6811
6812if test -n "$ac_tool_prefix"; then
6813 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6814set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6816$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6817if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6818 $as_echo_n "(cached) " >&6
6819else
6820 if test -n "$RANLIB"; then
6821 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6822else
6823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6824for as_dir in $PATH
6825do
6826 IFS=$as_save_IFS
6827 test -z "$as_dir" && as_dir=.
6828 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6830 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6832 break 2
6833 fi
6834done
6835 done
6836IFS=$as_save_IFS
6837
6838fi
6839fi
6840RANLIB=$ac_cv_prog_RANLIB
6841if test -n "$RANLIB"; then
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6843$as_echo "$RANLIB" >&6; }
6844else
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6846$as_echo "no" >&6; }
6847fi
6848
6849
6850fi
6851if test -z "$ac_cv_prog_RANLIB"; then
6852 ac_ct_RANLIB=$RANLIB
6853 # Extract the first word of "ranlib", so it can be a program name with args.
6854set dummy ranlib; ac_word=$2
6855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6856$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6857if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6858 $as_echo_n "(cached) " >&6
6859else
6860 if test -n "$ac_ct_RANLIB"; then
6861 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6862else
6863as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6864for as_dir in $PATH
6865do
6866 IFS=$as_save_IFS
6867 test -z "$as_dir" && as_dir=.
6868 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6869 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6870 ac_cv_prog_ac_ct_RANLIB="ranlib"
6871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6872 break 2
6873 fi
6874done
6875 done
6876IFS=$as_save_IFS
6877
6878fi
6879fi
6880ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6881if test -n "$ac_ct_RANLIB"; then
6882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6883$as_echo "$ac_ct_RANLIB" >&6; }
6884else
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6886$as_echo "no" >&6; }
6887fi
6888
6889 if test "x$ac_ct_RANLIB" = x; then
6890 RANLIB=":"
6891 else
6892 case $cross_compiling:$ac_tool_warned in
6893yes:)
6894{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6895$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6896ac_tool_warned=yes ;;
6897esac
6898 RANLIB=$ac_ct_RANLIB
6899 fi
6900else
6901 RANLIB="$ac_cv_prog_RANLIB"
6902fi
6903
6904
46f900c0
MF
6905# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6906# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6907# is C99. So handle it ourselves.
6908:
6909C_DIALECT=
6910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6911$as_echo_n "checking whether C11 is supported by default... " >&6; }
6912cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6913/* end confdefs.h. */
6914
6915#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6916# error "C11 support not found"
6917#endif
6918
6919_ACEOF
6920if ac_fn_c_try_compile "$LINENO"; then :
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6922$as_echo "yes" >&6; }
6923else
6924
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6926$as_echo "no" >&6; }
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6928$as_echo_n "checking for -std=c11 support... " >&6; }
6929 ac_save_CC="$CC"
6930 CC="$CC -std=c11"
6931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6932/* end confdefs.h. */
6933
6934#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6935# error "C11 support not found"
6936#endif
6937
6938_ACEOF
6939if ac_fn_c_try_compile "$LINENO"; then :
6940
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6942$as_echo "yes" >&6; }
6943 CC="$ac_save_CC"
6944 C_DIALECT="-std=c11"
6945
6946else
6947 as_fn_error $? "C11 is required" "$LINENO" 5
6948fi
6949rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6950fi
6951rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6952
6953
6bb11ab3
L
6954# Some of the common include files depend on bfd.h, and bfd.h checks
6955# that config.h is included first by testing that the PACKAGE macro
6956# is defined.
6957PACKAGE=sim
6958
6959cat >>confdefs.h <<_ACEOF
6960#define PACKAGE "$PACKAGE"
6961_ACEOF
6962
6963
6964
6965# Dependency checking.
6966ac_config_commands="$ac_config_commands depdir"
6967
6968
6969depcc="$CC" am_compiler_list=
6970
6971am_depcomp=$ac_aux_dir/depcomp
6972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6973$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6974if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6975 $as_echo_n "(cached) " >&6
6976else
6977 if test -f "$am_depcomp"; then
6978 # We make a subdir and do the tests there. Otherwise we can end up
6979 # making bogus files that we don't know about and never remove. For
6980 # instance it was reported that on HP-UX the gcc test will end up
6981 # making a dummy file named `D' -- because `-MD' means `put the output
6982 # in D'.
6983 mkdir conftest.dir
6984 # Copy depcomp to subdir because otherwise we won't find it if we're
6985 # using a relative directory.
6986 cp "$am_depcomp" conftest.dir
6987 cd conftest.dir
6988 # We will build objects and dependencies in a subdirectory because
6989 # it helps to detect inapplicable dependency modes. For instance
6990 # both Tru64's cc and ICC support -MD to output dependencies as a
6991 # side effect of compilation, but ICC will put the dependencies in
6992 # the current directory while Tru64 will put them in the object
6993 # directory.
6994 mkdir sub
6995
6996 am_cv_CC_dependencies_compiler_type=none
6997 if test "$am_compiler_list" = ""; then
6998 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6999 fi
7000 for depmode in $am_compiler_list; do
7001 if test $depmode = none; then break; fi
7002
7003 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7004 # Setup a source with many dependencies, because some compilers
7005 # like to wrap large dependency lists on column 80 (with \), and
7006 # we should not choose a depcomp mode which is confused by this.
7007 #
7008 # We need to recreate these files for each test, as the compiler may
7009 # overwrite some of them when testing with obscure command lines.
7010 # This happens at least with the AIX C compiler.
7011 : > sub/conftest.c
7012 for i in 1 2 3 4 5 6; do
7013 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7014 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7015 # Solaris 8's {/usr,}/bin/sh.
7016 touch sub/conftst$i.h
7017 done
7018 echo "include sub/conftest.Po" > confmf
7019
7020 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7021 # mode. It turns out that the SunPro C++ compiler does not properly
7022 # handle `-M -o', and we need to detect this.
7023 depcmd="depmode=$depmode \
7024 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7025 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7026 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7027 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7028 if env $depcmd > conftest.err 2>&1 &&
7029 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7030 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7031 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7032 # icc doesn't choke on unknown options, it will just issue warnings
7033 # or remarks (even with -Werror). So we grep stderr for any message
7034 # that says an option was ignored or not supported.
7035 # When given -MP, icc 7.0 and 7.1 complain thusly:
7036 # icc: Command line warning: ignoring option '-M'; no argument required
7037 # The diagnosis changed in icc 8.0:
7038 # icc: Command line remark: option '-MP' not supported
7039 if (grep 'ignoring option' conftest.err ||
7040 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7041 am_cv_CC_dependencies_compiler_type=$depmode
7042 $as_echo "$as_me:$LINENO: success" >&5
7043 break
7044 fi
7045 fi
7046 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7047 sed -e 's/^/| /' < conftest.err >&5
7048 done
7049
7050 cd ..
7051 rm -rf conftest.dir
7052else
7053 am_cv_CC_dependencies_compiler_type=none
7054fi
7055
7056fi
7057{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7058$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7059if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7060then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7061else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7062
7063fi
7064
7065
7066# Check for the 'make' the user wants to use.
7067for ac_prog in make
7068do
7069 # Extract the first word of "$ac_prog", so it can be a program name with args.
7070set dummy $ac_prog; ac_word=$2
7071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7072$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7073if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7074 $as_echo_n "(cached) " >&6
7075else
7076 if test -n "$MAKE"; then
7077 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7078else
7079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7080for as_dir in $PATH
7081do
7082 IFS=$as_save_IFS
7083 test -z "$as_dir" && as_dir=.
7084 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7086 ac_cv_prog_MAKE="$ac_prog"
7087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7088 break 2
7089 fi
7090done
7091 done
7092IFS=$as_save_IFS
7093
7094fi
7095fi
7096MAKE=$ac_cv_prog_MAKE
7097if test -n "$MAKE"; then
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7099$as_echo "$MAKE" >&6; }
7100else
7101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7102$as_echo "no" >&6; }
7103fi
7104
7105
7106 test -n "$MAKE" && break
7107done
7108
7109MAKE_IS_GNU=
7110case "`$MAKE --version 2>&1 | sed 1q`" in
7111 *GNU*)
7112 MAKE_IS_GNU=yes
7113 ;;
7114esac
7115 if test "$MAKE_IS_GNU" = yes; then
7116 GMAKE_TRUE=
7117 GMAKE_FALSE='#'
7118else
7119 GMAKE_TRUE='#'
7120 GMAKE_FALSE=
7121fi
7122
7123
7124ALL_LINGUAS=
7125# If we haven't got the data from the intl directory,
7126# assume NLS is disabled.
7127USE_NLS=no
7128LIBINTL=
7129LIBINTL_DEP=
7130INCINTL=
7131XGETTEXT=
7132GMSGFMT=
7133POSUB=
7134
7135if test -f ../../intl/config.intl; then
7136 . ../../intl/config.intl
7137fi
7138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7139$as_echo_n "checking whether NLS is requested... " >&6; }
7140if test x"$USE_NLS" != xyes; then
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7142$as_echo "no" >&6; }
7143else
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7145$as_echo "yes" >&6; }
7146
7147$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7148
7149
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7151$as_echo_n "checking for catalogs to be installed... " >&6; }
7152 # Look for .po and .gmo files in the source directory.
7153 CATALOGS=
7154 XLINGUAS=
7155 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7156 # If there aren't any .gmo files the shell will give us the
7157 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7158 # weeded out.
7159 case "$cat" in *\**)
7160 continue;;
7161 esac
7162 # The quadruple backslash is collapsed to a double backslash
7163 # by the backticks, then collapsed again by the double quotes,
7164 # leaving us with one backslash in the sed expression (right
7165 # before the dot that mustn't act as a wildcard).
7166 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7167 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7168 # The user is allowed to set LINGUAS to a list of languages to
7169 # install catalogs for. If it's empty that means "all of them."
7170 if test "x$LINGUAS" = x; then
7171 CATALOGS="$CATALOGS $cat"
7172 XLINGUAS="$XLINGUAS $lang"
7173 else
7174 case "$LINGUAS" in *$lang*)
7175 CATALOGS="$CATALOGS $cat"
7176 XLINGUAS="$XLINGUAS $lang"
7177 ;;
7178 esac
7179 fi
7180 done
7181 LINGUAS="$XLINGUAS"
7182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7183$as_echo "$LINGUAS" >&6; }
7184
7185
7186 DATADIRNAME=share
7187
7188 INSTOBJEXT=.mo
7189
7190 GENCAT=gencat
7191
7192 CATOBJEXT=.gmo
7193
7194fi
7195
7196# Check for common headers.
68ed2854
MF
7197# NB: You can assume C11 headers exist.
7198for ac_header in unistd.h
6bb11ab3 7199do :
68ed2854
MF
7200 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7201if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7202 cat >>confdefs.h <<_ACEOF
68ed2854 7203#define HAVE_UNISTD_H 1
6bb11ab3
L
7204_ACEOF
7205
7206fi
7207
7208done
7209
936df756 7210for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7211do :
7212 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7213ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7214if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7215 cat >>confdefs.h <<_ACEOF
7216#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7217_ACEOF
7218
7219fi
7220
7221done
7222
7223for ac_header in fcntl.h fpu_control.h
7224do :
7225 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7226ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7227if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7228 cat >>confdefs.h <<_ACEOF
7229#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7230_ACEOF
7231
7232fi
7233
7234done
7235
68ed2854 7236for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7237do :
7238 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7239ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7240if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7241 cat >>confdefs.h <<_ACEOF
7242#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7243_ACEOF
7244
7245fi
7246
7247done
7248
7249for ac_func in getrusage time sigaction __setfpucw
7250do :
7251 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7252ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7253if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
7254 cat >>confdefs.h <<_ACEOF
7255#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7256_ACEOF
7257
7258fi
7259done
7260
936df756
MF
7261for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7262do :
7263 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7264ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7265if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
7266 cat >>confdefs.h <<_ACEOF
7267#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7268_ACEOF
7269
7270fi
7271done
7272
7273ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7274#include <sys/types.h>
7275#endif
7276#ifdef HAVE_SYS_STAT_H
7277#include <sys/stat.h>
7278#endif
7279"
d0ac1c44 7280if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7281
7282cat >>confdefs.h <<_ACEOF
7283#define HAVE_STRUCT_STAT_ST_DEV 1
7284_ACEOF
7285
7286
7287fi
7288ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7289#include <sys/types.h>
7290#endif
7291#ifdef HAVE_SYS_STAT_H
7292#include <sys/stat.h>
7293#endif
7294"
d0ac1c44 7295if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7296
7297cat >>confdefs.h <<_ACEOF
7298#define HAVE_STRUCT_STAT_ST_INO 1
7299_ACEOF
7300
7301
7302fi
7303ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7304#include <sys/types.h>
7305#endif
7306#ifdef HAVE_SYS_STAT_H
7307#include <sys/stat.h>
7308#endif
7309"
d0ac1c44 7310if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7311
7312cat >>confdefs.h <<_ACEOF
7313#define HAVE_STRUCT_STAT_ST_MODE 1
7314_ACEOF
7315
7316
7317fi
7318ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7319#include <sys/types.h>
7320#endif
7321#ifdef HAVE_SYS_STAT_H
7322#include <sys/stat.h>
7323#endif
7324"
d0ac1c44 7325if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7326
7327cat >>confdefs.h <<_ACEOF
7328#define HAVE_STRUCT_STAT_ST_NLINK 1
7329_ACEOF
7330
7331
7332fi
7333ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7334#include <sys/types.h>
7335#endif
7336#ifdef HAVE_SYS_STAT_H
7337#include <sys/stat.h>
7338#endif
7339"
d0ac1c44 7340if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7341
7342cat >>confdefs.h <<_ACEOF
7343#define HAVE_STRUCT_STAT_ST_UID 1
7344_ACEOF
7345
7346
7347fi
7348ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7349#include <sys/types.h>
7350#endif
7351#ifdef HAVE_SYS_STAT_H
7352#include <sys/stat.h>
7353#endif
7354"
d0ac1c44 7355if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7356
7357cat >>confdefs.h <<_ACEOF
7358#define HAVE_STRUCT_STAT_ST_GID 1
7359_ACEOF
7360
7361
7362fi
7363ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7364#include <sys/types.h>
7365#endif
7366#ifdef HAVE_SYS_STAT_H
7367#include <sys/stat.h>
7368#endif
7369"
d0ac1c44 7370if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7371
7372cat >>confdefs.h <<_ACEOF
7373#define HAVE_STRUCT_STAT_ST_RDEV 1
7374_ACEOF
7375
7376
7377fi
7378ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7379#include <sys/types.h>
7380#endif
7381#ifdef HAVE_SYS_STAT_H
7382#include <sys/stat.h>
7383#endif
7384"
d0ac1c44 7385if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7386
7387cat >>confdefs.h <<_ACEOF
7388#define HAVE_STRUCT_STAT_ST_SIZE 1
7389_ACEOF
7390
7391
7392fi
7393ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7394#include <sys/types.h>
7395#endif
7396#ifdef HAVE_SYS_STAT_H
7397#include <sys/stat.h>
7398#endif
7399"
d0ac1c44 7400if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7401
7402cat >>confdefs.h <<_ACEOF
7403#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7404_ACEOF
7405
7406
7407fi
7408ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7409#include <sys/types.h>
7410#endif
7411#ifdef HAVE_SYS_STAT_H
7412#include <sys/stat.h>
7413#endif
7414"
d0ac1c44 7415if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7416
7417cat >>confdefs.h <<_ACEOF
7418#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7419_ACEOF
7420
7421
7422fi
7423ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7424#include <sys/types.h>
7425#endif
7426#ifdef HAVE_SYS_STAT_H
7427#include <sys/stat.h>
7428#endif
7429"
d0ac1c44 7430if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7431
7432cat >>confdefs.h <<_ACEOF
7433#define HAVE_STRUCT_STAT_ST_ATIME 1
7434_ACEOF
7435
7436
7437fi
7438ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7439#include <sys/types.h>
7440#endif
7441#ifdef HAVE_SYS_STAT_H
7442#include <sys/stat.h>
7443#endif
7444"
d0ac1c44 7445if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7446
7447cat >>confdefs.h <<_ACEOF
7448#define HAVE_STRUCT_STAT_ST_MTIME 1
7449_ACEOF
7450
7451
7452fi
7453ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7454#include <sys/types.h>
7455#endif
7456#ifdef HAVE_SYS_STAT_H
7457#include <sys/stat.h>
7458#endif
7459"
d0ac1c44 7460if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7461
7462cat >>confdefs.h <<_ACEOF
7463#define HAVE_STRUCT_STAT_ST_CTIME 1
7464_ACEOF
7465
7466
7467fi
7468
7469ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7470#include <sys/socket.h>
7471
7472"
d0ac1c44 7473if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7474
7475cat >>confdefs.h <<_ACEOF
7476#define HAVE_SOCKLEN_T 1
7477_ACEOF
7478
7479
7480fi
7481
6bb11ab3
L
7482
7483# Check for socket libraries
7484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7485$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7486if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7487 $as_echo_n "(cached) " >&6
7488else
7489 ac_check_lib_save_LIBS=$LIBS
7490LIBS="-lsocket $LIBS"
7491cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7492/* end confdefs.h. */
7493
7494/* Override any GCC internal prototype to avoid an error.
7495 Use char because int might match the return type of a GCC
7496 builtin and then its argument prototype would still apply. */
7497#ifdef __cplusplus
7498extern "C"
7499#endif
7500char bind ();
7501int
7502main ()
7503{
7504return bind ();
7505 ;
7506 return 0;
7507}
7508_ACEOF
7509if ac_fn_c_try_link "$LINENO"; then :
7510 ac_cv_lib_socket_bind=yes
7511else
7512 ac_cv_lib_socket_bind=no
7513fi
7514rm -f core conftest.err conftest.$ac_objext \
7515 conftest$ac_exeext conftest.$ac_ext
7516LIBS=$ac_check_lib_save_LIBS
7517fi
7518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7519$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7520if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7521 cat >>confdefs.h <<_ACEOF
7522#define HAVE_LIBSOCKET 1
7523_ACEOF
7524
7525 LIBS="-lsocket $LIBS"
7526
7527fi
7528
7529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7530$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7531if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7532 $as_echo_n "(cached) " >&6
7533else
7534 ac_check_lib_save_LIBS=$LIBS
7535LIBS="-lnsl $LIBS"
7536cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7537/* end confdefs.h. */
7538
7539/* Override any GCC internal prototype to avoid an error.
7540 Use char because int might match the return type of a GCC
7541 builtin and then its argument prototype would still apply. */
7542#ifdef __cplusplus
7543extern "C"
7544#endif
7545char gethostbyname ();
7546int
7547main ()
7548{
7549return gethostbyname ();
7550 ;
7551 return 0;
7552}
7553_ACEOF
7554if ac_fn_c_try_link "$LINENO"; then :
7555 ac_cv_lib_nsl_gethostbyname=yes
7556else
7557 ac_cv_lib_nsl_gethostbyname=no
7558fi
7559rm -f core conftest.err conftest.$ac_objext \
7560 conftest$ac_exeext conftest.$ac_ext
7561LIBS=$ac_check_lib_save_LIBS
7562fi
7563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7564$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7565if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7566 cat >>confdefs.h <<_ACEOF
7567#define HAVE_LIBNSL 1
7568_ACEOF
7569
7570 LIBS="-lnsl $LIBS"
7571
7572fi
7573
7574
7575# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7576# using the same condition.
7577
aadc9410 7578 # Use the system's zlib library.
7fed4b0b
L
7579 zlibdir="-L\$(top_builddir)/../zlib"
7580 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7581
aadc9410
MF
7582# Check whether --with-system-zlib was given.
7583if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7584 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7585 zlibdir=
7586 zlibinc=
7587 fi
6bb11ab3
L
7588
7589fi
7590
6bb11ab3 7591
6bb11ab3 7592
6bb11ab3
L
7593
7594
7595# BFD uses libdl when when plugins enabled.
7596
faa743bb
RM
7597 maybe_plugins=no
7598 for ac_header in dlfcn.h
7599do :
7600 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7601"
d0ac1c44 7602if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7603 cat >>confdefs.h <<_ACEOF
7604#define HAVE_DLFCN_H 1
7605_ACEOF
7606 maybe_plugins=yes
7607fi
7608
7609done
7610
7611 for ac_header in windows.h
7612do :
7613 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7614"
d0ac1c44 7615if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7616 cat >>confdefs.h <<_ACEOF
7617#define HAVE_WINDOWS_H 1
7618_ACEOF
7619 maybe_plugins=yes
7620fi
7621
7622done
7623
7624
7625 # Check whether --enable-plugins was given.
6bb11ab3
L
7626if test "${enable_plugins+set}" = set; then :
7627 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7628 no) plugins=no ;;
7629 *) plugins=yes
7630 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7631 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7632 fi ;;
7633 esac
6bb11ab3 7634else
faa743bb
RM
7635 plugins=$maybe_plugins
7636
6bb11ab3
L
7637fi
7638
2974be62 7639 if test "$plugins" = "yes"; then
37f980dc
SM
7640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7641$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7642if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7643 $as_echo_n "(cached) " >&6
7644else
7645 ac_func_search_save_LIBS=$LIBS
7646cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7647/* end confdefs.h. */
7648
7649/* Override any GCC internal prototype to avoid an error.
7650 Use char because int might match the return type of a GCC
7651 builtin and then its argument prototype would still apply. */
7652#ifdef __cplusplus
7653extern "C"
7654#endif
37f980dc 7655char dlsym ();
2974be62
AM
7656int
7657main ()
7658{
37f980dc 7659return dlsym ();
2974be62
AM
7660 ;
7661 return 0;
7662}
7663_ACEOF
7664for ac_lib in '' dl; do
7665 if test -z "$ac_lib"; then
7666 ac_res="none required"
7667 else
7668 ac_res=-l$ac_lib
7669 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7670 fi
7671 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7672 ac_cv_search_dlsym=$ac_res
2974be62
AM
7673fi
7674rm -f core conftest.err conftest.$ac_objext \
7675 conftest$ac_exeext
d0ac1c44 7676 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7677 break
7678fi
7679done
d0ac1c44 7680if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7681
7682else
37f980dc 7683 ac_cv_search_dlsym=no
2974be62
AM
7684fi
7685rm conftest.$ac_ext
7686LIBS=$ac_func_search_save_LIBS
7687fi
37f980dc
SM
7688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7689$as_echo "$ac_cv_search_dlsym" >&6; }
7690ac_res=$ac_cv_search_dlsym
2974be62
AM
7691if test "$ac_res" != no; then :
7692 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7693
7694fi
7695
7696 fi
6bb11ab3
L
7697
7698 if test "$plugins" = yes; then
7699 PLUGINS_TRUE=
7700 PLUGINS_FALSE='#'
7701else
7702 PLUGINS_TRUE='#'
7703 PLUGINS_FALSE=
7704fi
7705
7706
7707
7708
7709
7710# Set options
7711enable_dlopen=yes
7712
7713
7714
7715
7716 enable_win32_dll=no
7717
7718
7719 # Check whether --enable-shared was given.
7720if test "${enable_shared+set}" = set; then :
7721 enableval=$enable_shared; p=${PACKAGE-default}
7722 case $enableval in
7723 yes) enable_shared=yes ;;
7724 no) enable_shared=no ;;
7725 *)
7726 enable_shared=no
7727 # Look at the argument we got. We use all the common list separators.
7728 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7729 for pkg in $enableval; do
7730 IFS="$lt_save_ifs"
7731 if test "X$pkg" = "X$p"; then
7732 enable_shared=yes
7733 fi
7734 done
7735 IFS="$lt_save_ifs"
7736 ;;
7737 esac
7738else
7739 enable_shared=yes
7740fi
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750 # Check whether --enable-static was given.
7751if test "${enable_static+set}" = set; then :
7752 enableval=$enable_static; p=${PACKAGE-default}
7753 case $enableval in
7754 yes) enable_static=yes ;;
7755 no) enable_static=no ;;
7756 *)
7757 enable_static=no
7758 # Look at the argument we got. We use all the common list separators.
7759 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7760 for pkg in $enableval; do
7761 IFS="$lt_save_ifs"
7762 if test "X$pkg" = "X$p"; then
7763 enable_static=yes
7764 fi
7765 done
7766 IFS="$lt_save_ifs"
7767 ;;
7768 esac
7769else
7770 enable_static=yes
7771fi
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782# Check whether --with-pic was given.
7783if test "${with_pic+set}" = set; then :
7784 withval=$with_pic; pic_mode="$withval"
7785else
7786 pic_mode=default
7787fi
7788
7789
7790test -z "$pic_mode" && pic_mode=default
7791
7792
7793
7794
7795
7796
7797
7798 # Check whether --enable-fast-install was given.
7799if test "${enable_fast_install+set}" = set; then :
7800 enableval=$enable_fast_install; p=${PACKAGE-default}
7801 case $enableval in
7802 yes) enable_fast_install=yes ;;
7803 no) enable_fast_install=no ;;
7804 *)
7805 enable_fast_install=no
7806 # Look at the argument we got. We use all the common list separators.
7807 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7808 for pkg in $enableval; do
7809 IFS="$lt_save_ifs"
7810 if test "X$pkg" = "X$p"; then
7811 enable_fast_install=yes
7812 fi
7813 done
7814 IFS="$lt_save_ifs"
7815 ;;
7816 esac
7817else
7818 enable_fast_install=yes
7819fi
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831# This can be used to rebuild libtool when needed
7832LIBTOOL_DEPS="$ltmain"
7833
7834# Always use our own libtool.
7835LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862test -z "$LN_S" && LN_S="ln -s"
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877if test -n "${ZSH_VERSION+set}" ; then
7878 setopt NO_GLOB_SUBST
7879fi
7880
7881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7882$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7883if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7884 $as_echo_n "(cached) " >&6
7885else
7886 rm -f .libs 2>/dev/null
7887mkdir .libs 2>/dev/null
7888if test -d .libs; then
7889 lt_cv_objdir=.libs
7890else
7891 # MS-DOS does not allow filenames that begin with a dot.
7892 lt_cv_objdir=_libs
7893fi
7894rmdir .libs 2>/dev/null
7895fi
7896{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7897$as_echo "$lt_cv_objdir" >&6; }
7898objdir=$lt_cv_objdir
7899
7900
7901
7902
7903
7904cat >>confdefs.h <<_ACEOF
7905#define LT_OBJDIR "$lt_cv_objdir/"
7906_ACEOF
7907
7908
7909
7910
7911case $host_os in
7912aix3*)
7913 # AIX sometimes has problems with the GCC collect2 program. For some
7914 # reason, if we set the COLLECT_NAMES environment variable, the problems
7915 # vanish in a puff of smoke.
7916 if test "X${COLLECT_NAMES+set}" != Xset; then
7917 COLLECT_NAMES=
7918 export COLLECT_NAMES
7919 fi
7920 ;;
7921esac
7922
7923# Global variables:
7924ofile=libtool
7925can_build_shared=yes
7926
7927# All known linkers require a `.a' archive for static linking (except MSVC,
7928# which needs '.lib').
7929libext=a
7930
7931with_gnu_ld="$lt_cv_prog_gnu_ld"
7932
7933old_CC="$CC"
7934old_CFLAGS="$CFLAGS"
7935
7936# Set sane defaults for various variables
7937test -z "$CC" && CC=cc
7938test -z "$LTCC" && LTCC=$CC
7939test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7940test -z "$LD" && LD=ld
7941test -z "$ac_objext" && ac_objext=o
7942
7943for cc_temp in $compiler""; do
7944 case $cc_temp in
7945 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7946 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7947 \-*) ;;
7948 *) break;;
7949 esac
7950done
7951cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7952
7953
7954# Only perform the check for file, if the check method requires it
7955test -z "$MAGIC_CMD" && MAGIC_CMD=file
7956case $deplibs_check_method in
7957file_magic*)
7958 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7960$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7961if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7962 $as_echo_n "(cached) " >&6
7963else
7964 case $MAGIC_CMD in
7965[\\/*] | ?:[\\/]*)
7966 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7967 ;;
7968*)
7969 lt_save_MAGIC_CMD="$MAGIC_CMD"
7970 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7971 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7972 for ac_dir in $ac_dummy; do
7973 IFS="$lt_save_ifs"
7974 test -z "$ac_dir" && ac_dir=.
7975 if test -f $ac_dir/${ac_tool_prefix}file; then
7976 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7977 if test -n "$file_magic_test_file"; then
7978 case $deplibs_check_method in
7979 "file_magic "*)
7980 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7981 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7982 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7983 $EGREP "$file_magic_regex" > /dev/null; then
7984 :
7985 else
7986 cat <<_LT_EOF 1>&2
7987
7988*** Warning: the command libtool uses to detect shared libraries,
7989*** $file_magic_cmd, produces output that libtool cannot recognize.
7990*** The result is that libtool may fail to recognize shared libraries
7991*** as such. This will affect the creation of libtool libraries that
7992*** depend on shared libraries, but programs linked with such libtool
7993*** libraries will work regardless of this problem. Nevertheless, you
7994*** may want to report the problem to your system manager and/or to
7995*** bug-libtool@gnu.org
7996
7997_LT_EOF
7998 fi ;;
7999 esac
8000 fi
8001 break
8002 fi
8003 done
8004 IFS="$lt_save_ifs"
8005 MAGIC_CMD="$lt_save_MAGIC_CMD"
8006 ;;
8007esac
f0569246 8008fi
f0569246 8009
6bb11ab3
L
8010MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8011if test -n "$MAGIC_CMD"; then
8012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8013$as_echo "$MAGIC_CMD" >&6; }
8014else
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8016$as_echo "no" >&6; }
8017fi
8018
8019
8020
8021
8022
8023if test -z "$lt_cv_path_MAGIC_CMD"; then
8024 if test -n "$ac_tool_prefix"; then
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8026$as_echo_n "checking for file... " >&6; }
d0ac1c44 8027if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8028 $as_echo_n "(cached) " >&6
8029else
8030 case $MAGIC_CMD in
8031[\\/*] | ?:[\\/]*)
8032 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8033 ;;
8034*)
8035 lt_save_MAGIC_CMD="$MAGIC_CMD"
8036 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8037 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8038 for ac_dir in $ac_dummy; do
8039 IFS="$lt_save_ifs"
8040 test -z "$ac_dir" && ac_dir=.
8041 if test -f $ac_dir/file; then
8042 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8043 if test -n "$file_magic_test_file"; then
8044 case $deplibs_check_method in
8045 "file_magic "*)
8046 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8047 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8048 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8049 $EGREP "$file_magic_regex" > /dev/null; then
8050 :
8051 else
8052 cat <<_LT_EOF 1>&2
8053
8054*** Warning: the command libtool uses to detect shared libraries,
8055*** $file_magic_cmd, produces output that libtool cannot recognize.
8056*** The result is that libtool may fail to recognize shared libraries
8057*** as such. This will affect the creation of libtool libraries that
8058*** depend on shared libraries, but programs linked with such libtool
8059*** libraries will work regardless of this problem. Nevertheless, you
8060*** may want to report the problem to your system manager and/or to
8061*** bug-libtool@gnu.org
8062
8063_LT_EOF
8064 fi ;;
8065 esac
8066 fi
8067 break
8068 fi
8069 done
8070 IFS="$lt_save_ifs"
8071 MAGIC_CMD="$lt_save_MAGIC_CMD"
8072 ;;
81ecdfbb 8073esac
6bb11ab3
L
8074fi
8075
8076MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8077if test -n "$MAGIC_CMD"; then
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8079$as_echo "$MAGIC_CMD" >&6; }
8080else
8081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8082$as_echo "no" >&6; }
8083fi
8084
8085
f0569246 8086 else
6bb11ab3 8087 MAGIC_CMD=:
f0569246
AC
8088 fi
8089fi
81ecdfbb 8090
6bb11ab3
L
8091 fi
8092 ;;
81ecdfbb 8093esac
6bb11ab3
L
8094
8095# Use C for the default configuration in the libtool script
8096
8097lt_save_CC="$CC"
8098ac_ext=c
8099ac_cpp='$CPP $CPPFLAGS'
8100ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8101ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8102ac_compiler_gnu=$ac_cv_c_compiler_gnu
8103
8104
8105# Source file extension for C test sources.
8106ac_ext=c
8107
8108# Object file extension for compiled C test sources.
8109objext=o
8110objext=$objext
8111
8112# Code to be used in simple compile tests
8113lt_simple_compile_test_code="int some_variable = 0;"
8114
8115# Code to be used in simple link tests
8116lt_simple_link_test_code='int main(){return(0);}'
8117
8118
8119
8120
8121
8122
8123
8124# If no C compiler was specified, use CC.
8125LTCC=${LTCC-"$CC"}
8126
8127# If no C compiler flags were specified, use CFLAGS.
8128LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8129
8130# Allow CC to be a program name with arguments.
8131compiler=$CC
8132
8133# Save the default compiler, since it gets overwritten when the other
8134# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8135compiler_DEFAULT=$CC
8136
8137# save warnings/boilerplate of simple test code
8138ac_outfile=conftest.$ac_objext
8139echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8140eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8141_lt_compiler_boilerplate=`cat conftest.err`
8142$RM conftest*
8143
8144ac_outfile=conftest.$ac_objext
8145echo "$lt_simple_link_test_code" >conftest.$ac_ext
8146eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8147_lt_linker_boilerplate=`cat conftest.err`
8148$RM -r conftest*
8149
8150
8151## CAVEAT EMPTOR:
8152## There is no encapsulation within the following macros, do not change
8153## the running order or otherwise move them around unless you know exactly
8154## what you are doing...
8155if test -n "$compiler"; then
8156
8157lt_prog_compiler_no_builtin_flag=
8158
8159if test "$GCC" = yes; then
8160 case $cc_basename in
8161 nvcc*)
8162 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8163 *)
8164 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8165 esac
6bb11ab3
L
8166
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8168$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8169if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8170 $as_echo_n "(cached) " >&6
f0569246 8171else
6bb11ab3
L
8172 lt_cv_prog_compiler_rtti_exceptions=no
8173 ac_outfile=conftest.$ac_objext
8174 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8175 lt_compiler_flag="-fno-rtti -fno-exceptions"
8176 # Insert the option either (1) after the last *FLAGS variable, or
8177 # (2) before a word containing "conftest.", or (3) at the end.
8178 # Note that $ac_compile itself does not contain backslashes and begins
8179 # with a dollar sign (not a hyphen), so the echo should work correctly.
8180 # The option is referenced via a variable to avoid confusing sed.
8181 lt_compile=`echo "$ac_compile" | $SED \
8182 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8183 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8184 -e 's:$: $lt_compiler_flag:'`
8185 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8186 (eval "$lt_compile" 2>conftest.err)
8187 ac_status=$?
8188 cat conftest.err >&5
8189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190 if (exit $ac_status) && test -s "$ac_outfile"; then
8191 # The compiler can only warn and ignore the option if not recognized
8192 # So say no if there are warnings other than the usual output.
8193 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8194 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8195 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8196 lt_cv_prog_compiler_rtti_exceptions=yes
8197 fi
8198 fi
8199 $RM conftest*
8200
f0569246 8201fi
6bb11ab3
L
8202{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8203$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8204
8205if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8206 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8207else
8208 :
8209fi
8210
8211fi
8212
8213
8214
8215
8216
8217
8218 lt_prog_compiler_wl=
8219lt_prog_compiler_pic=
8220lt_prog_compiler_static=
8221
8222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8223$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8224
8225 if test "$GCC" = yes; then
8226 lt_prog_compiler_wl='-Wl,'
8227 lt_prog_compiler_static='-static'
8228
8229 case $host_os in
8230 aix*)
8231 # All AIX code is PIC.
8232 if test "$host_cpu" = ia64; then
8233 # AIX 5 now supports IA64 processor
8234 lt_prog_compiler_static='-Bstatic'
8235 fi
8236 lt_prog_compiler_pic='-fPIC'
8237 ;;
8238
8239 amigaos*)
8240 case $host_cpu in
8241 powerpc)
8242 # see comment about AmigaOS4 .so support
8243 lt_prog_compiler_pic='-fPIC'
8244 ;;
8245 m68k)
8246 # FIXME: we need at least 68020 code to build shared libraries, but
8247 # adding the `-m68020' flag to GCC prevents building anything better,
8248 # like `-m68040'.
8249 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8250 ;;
8251 esac
8252 ;;
8253
8254 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8255 # PIC is the default for these OSes.
8256 ;;
8257
8258 mingw* | cygwin* | pw32* | os2* | cegcc*)
8259 # This hack is so that the source file can tell whether it is being
8260 # built for inclusion in a dll (and should export symbols for example).
8261 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8262 # (--disable-auto-import) libraries
8263 lt_prog_compiler_pic='-DDLL_EXPORT'
8264 ;;
8265
8266 darwin* | rhapsody*)
8267 # PIC is the default on this platform
8268 # Common symbols not allowed in MH_DYLIB files
8269 lt_prog_compiler_pic='-fno-common'
8270 ;;
8271
8272 haiku*)
8273 # PIC is the default for Haiku.
8274 # The "-static" flag exists, but is broken.
8275 lt_prog_compiler_static=
8276 ;;
8277
8278 hpux*)
8279 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8280 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8281 # sets the default TLS model and affects inlining.
8282 case $host_cpu in
8283 hppa*64*)
8284 # +Z the default
8285 ;;
8286 *)
8287 lt_prog_compiler_pic='-fPIC'
8288 ;;
8289 esac
8290 ;;
8291
8292 interix[3-9]*)
8293 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8294 # Instead, we relocate shared libraries at runtime.
8295 ;;
8296
8297 msdosdjgpp*)
8298 # Just because we use GCC doesn't mean we suddenly get shared libraries
8299 # on systems that don't support them.
8300 lt_prog_compiler_can_build_shared=no
8301 enable_shared=no
8302 ;;
8303
8304 *nto* | *qnx*)
8305 # QNX uses GNU C++, but need to define -shared option too, otherwise
8306 # it will coredump.
8307 lt_prog_compiler_pic='-fPIC -shared'
8308 ;;
8309
8310 sysv4*MP*)
8311 if test -d /usr/nec; then
8312 lt_prog_compiler_pic=-Kconform_pic
8313 fi
8314 ;;
8315
8316 *)
8317 lt_prog_compiler_pic='-fPIC'
8318 ;;
8319 esac
8320
8321 case $cc_basename in
8322 nvcc*) # Cuda Compiler Driver 2.2
8323 lt_prog_compiler_wl='-Xlinker '
8324 lt_prog_compiler_pic='-Xcompiler -fPIC'
8325 ;;
8326 esac
8327 else
8328 # PORTME Check for flag to pass linker flags through the system compiler.
8329 case $host_os in
8330 aix*)
8331 lt_prog_compiler_wl='-Wl,'
8332 if test "$host_cpu" = ia64; then
8333 # AIX 5 now supports IA64 processor
8334 lt_prog_compiler_static='-Bstatic'
8335 else
8336 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8337 fi
8338 ;;
8339
8340 mingw* | cygwin* | pw32* | os2* | cegcc*)
8341 # This hack is so that the source file can tell whether it is being
8342 # built for inclusion in a dll (and should export symbols for example).
8343 lt_prog_compiler_pic='-DDLL_EXPORT'
8344 ;;
8345
8346 hpux9* | hpux10* | hpux11*)
8347 lt_prog_compiler_wl='-Wl,'
8348 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8349 # not for PA HP-UX.
8350 case $host_cpu in
8351 hppa*64*|ia64*)
8352 # +Z the default
8353 ;;
8354 *)
8355 lt_prog_compiler_pic='+Z'
8356 ;;
8357 esac
8358 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8359 lt_prog_compiler_static='${wl}-a ${wl}archive'
8360 ;;
8361
8362 irix5* | irix6* | nonstopux*)
8363 lt_prog_compiler_wl='-Wl,'
8364 # PIC (with -KPIC) is the default.
8365 lt_prog_compiler_static='-non_shared'
8366 ;;
8367
8368 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8369 case $cc_basename in
8370 # old Intel for x86_64 which still supported -KPIC.
8371 ecc*)
8372 lt_prog_compiler_wl='-Wl,'
8373 lt_prog_compiler_pic='-KPIC'
8374 lt_prog_compiler_static='-static'
8375 ;;
8376 # icc used to be incompatible with GCC.
8377 # ICC 10 doesn't accept -KPIC any more.
8378 icc* | ifort*)
8379 lt_prog_compiler_wl='-Wl,'
8380 lt_prog_compiler_pic='-fPIC'
8381 lt_prog_compiler_static='-static'
8382 ;;
8383 # Lahey Fortran 8.1.
8384 lf95*)
8385 lt_prog_compiler_wl='-Wl,'
8386 lt_prog_compiler_pic='--shared'
8387 lt_prog_compiler_static='--static'
8388 ;;
8389 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8390 # Portland Group compilers (*not* the Pentium gcc compiler,
8391 # which looks to be a dead project)
8392 lt_prog_compiler_wl='-Wl,'
8393 lt_prog_compiler_pic='-fpic'
8394 lt_prog_compiler_static='-Bstatic'
8395 ;;
8396 ccc*)
8397 lt_prog_compiler_wl='-Wl,'
8398 # All Alpha code is PIC.
8399 lt_prog_compiler_static='-non_shared'
8400 ;;
8401 xl* | bgxl* | bgf* | mpixl*)
8402 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8403 lt_prog_compiler_wl='-Wl,'
8404 lt_prog_compiler_pic='-qpic'
8405 lt_prog_compiler_static='-qstaticlink'
8406 ;;
8407 *)
8408 case `$CC -V 2>&1 | sed 5q` in
8409 *Sun\ F* | *Sun*Fortran*)
8410 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8411 lt_prog_compiler_pic='-KPIC'
8412 lt_prog_compiler_static='-Bstatic'
8413 lt_prog_compiler_wl=''
8414 ;;
8415 *Sun\ C*)
8416 # Sun C 5.9
8417 lt_prog_compiler_pic='-KPIC'
8418 lt_prog_compiler_static='-Bstatic'
8419 lt_prog_compiler_wl='-Wl,'
8420 ;;
8421 esac
8422 ;;
8423 esac
8424 ;;
8425
8426 newsos6)
8427 lt_prog_compiler_pic='-KPIC'
8428 lt_prog_compiler_static='-Bstatic'
8429 ;;
8430
8431 *nto* | *qnx*)
8432 # QNX uses GNU C++, but need to define -shared option too, otherwise
8433 # it will coredump.
8434 lt_prog_compiler_pic='-fPIC -shared'
8435 ;;
8436
8437 osf3* | osf4* | osf5*)
8438 lt_prog_compiler_wl='-Wl,'
8439 # All OSF/1 code is PIC.
8440 lt_prog_compiler_static='-non_shared'
8441 ;;
8442
8443 rdos*)
8444 lt_prog_compiler_static='-non_shared'
8445 ;;
8446
8447 solaris*)
8448 lt_prog_compiler_pic='-KPIC'
8449 lt_prog_compiler_static='-Bstatic'
8450 case $cc_basename in
8451 f77* | f90* | f95*)
8452 lt_prog_compiler_wl='-Qoption ld ';;
8453 *)
8454 lt_prog_compiler_wl='-Wl,';;
8455 esac
8456 ;;
8457
8458 sunos4*)
8459 lt_prog_compiler_wl='-Qoption ld '
8460 lt_prog_compiler_pic='-PIC'
8461 lt_prog_compiler_static='-Bstatic'
8462 ;;
f0569246 8463
6bb11ab3
L
8464 sysv4 | sysv4.2uw2* | sysv4.3*)
8465 lt_prog_compiler_wl='-Wl,'
8466 lt_prog_compiler_pic='-KPIC'
8467 lt_prog_compiler_static='-Bstatic'
8468 ;;
f0569246 8469
6bb11ab3
L
8470 sysv4*MP*)
8471 if test -d /usr/nec ;then
8472 lt_prog_compiler_pic='-Kconform_pic'
8473 lt_prog_compiler_static='-Bstatic'
8474 fi
8475 ;;
f0569246 8476
6bb11ab3
L
8477 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8478 lt_prog_compiler_wl='-Wl,'
8479 lt_prog_compiler_pic='-KPIC'
8480 lt_prog_compiler_static='-Bstatic'
8481 ;;
8482
8483 unicos*)
8484 lt_prog_compiler_wl='-Wl,'
8485 lt_prog_compiler_can_build_shared=no
8486 ;;
8487
8488 uts4*)
8489 lt_prog_compiler_pic='-pic'
8490 lt_prog_compiler_static='-Bstatic'
8491 ;;
8492
8493 *)
8494 lt_prog_compiler_can_build_shared=no
8495 ;;
8496 esac
8497 fi
8498
8499case $host_os in
8500 # For platforms which do not support PIC, -DPIC is meaningless:
8501 *djgpp*)
8502 lt_prog_compiler_pic=
8503 ;;
8504 *)
8505 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8506 ;;
81ecdfbb 8507esac
6bb11ab3
L
8508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8509$as_echo "$lt_prog_compiler_pic" >&6; }
8510
8511
8512
8513
8514
8515
8516#
8517# Check to make sure the PIC flag actually works.
8518#
8519if test -n "$lt_prog_compiler_pic"; then
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8521$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8522if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8523 $as_echo_n "(cached) " >&6
b7026657 8524else
6bb11ab3
L
8525 lt_cv_prog_compiler_pic_works=no
8526 ac_outfile=conftest.$ac_objext
8527 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8528 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8529 # Insert the option either (1) after the last *FLAGS variable, or
8530 # (2) before a word containing "conftest.", or (3) at the end.
8531 # Note that $ac_compile itself does not contain backslashes and begins
8532 # with a dollar sign (not a hyphen), so the echo should work correctly.
8533 # The option is referenced via a variable to avoid confusing sed.
8534 lt_compile=`echo "$ac_compile" | $SED \
8535 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8536 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8537 -e 's:$: $lt_compiler_flag:'`
8538 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8539 (eval "$lt_compile" 2>conftest.err)
8540 ac_status=$?
8541 cat conftest.err >&5
8542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8543 if (exit $ac_status) && test -s "$ac_outfile"; then
8544 # The compiler can only warn and ignore the option if not recognized
8545 # So say no if there are warnings other than the usual output.
8546 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8547 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8548 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8549 lt_cv_prog_compiler_pic_works=yes
8550 fi
8551 fi
8552 $RM conftest*
b7026657 8553
b7026657 8554fi
6bb11ab3
L
8555{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8556$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8557
8558if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8559 case $lt_prog_compiler_pic in
8560 "" | " "*) ;;
8561 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8562 esac
8563else
8564 lt_prog_compiler_pic=
8565 lt_prog_compiler_can_build_shared=no
f0569246 8566fi
6bb11ab3
L
8567
8568fi
8569
8570
8571
8572
8573
8574
8575#
8576# Check to make sure the static flag actually works.
8577#
8578wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8580$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8581if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8582 $as_echo_n "(cached) " >&6
f0569246 8583else
6bb11ab3
L
8584 lt_cv_prog_compiler_static_works=no
8585 save_LDFLAGS="$LDFLAGS"
8586 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8587 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8588 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8589 # The linker can only warn and ignore the option if not recognized
8590 # So say no if there are warnings
8591 if test -s conftest.err; then
8592 # Append any errors to the config.log.
8593 cat conftest.err 1>&5
8594 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8595 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8596 if diff conftest.exp conftest.er2 >/dev/null; then
8597 lt_cv_prog_compiler_static_works=yes
8598 fi
8599 else
8600 lt_cv_prog_compiler_static_works=yes
8601 fi
8602 fi
8603 $RM -r conftest*
8604 LDFLAGS="$save_LDFLAGS"
f0569246 8605
6bb11ab3
L
8606fi
8607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8608$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8609
6bb11ab3
L
8610if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8611 :
f0569246 8612else
6bb11ab3 8613 lt_prog_compiler_static=
f0569246 8614fi
b7026657 8615
6bb11ab3
L
8616
8617
8618
8619
8620
8621
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8623$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8624if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8625 $as_echo_n "(cached) " >&6
81ecdfbb 8626else
6bb11ab3
L
8627 lt_cv_prog_compiler_c_o=no
8628 $RM -r conftest 2>/dev/null
8629 mkdir conftest
8630 cd conftest
8631 mkdir out
8632 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8633
8634 lt_compiler_flag="-o out/conftest2.$ac_objext"
8635 # Insert the option either (1) after the last *FLAGS variable, or
8636 # (2) before a word containing "conftest.", or (3) at the end.
8637 # Note that $ac_compile itself does not contain backslashes and begins
8638 # with a dollar sign (not a hyphen), so the echo should work correctly.
8639 lt_compile=`echo "$ac_compile" | $SED \
8640 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8641 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8642 -e 's:$: $lt_compiler_flag:'`
8643 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8644 (eval "$lt_compile" 2>out/conftest.err)
8645 ac_status=$?
8646 cat out/conftest.err >&5
8647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8648 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8649 then
8650 # The compiler can only warn and ignore the option if not recognized
8651 # So say no if there are warnings
8652 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8653 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8654 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8655 lt_cv_prog_compiler_c_o=yes
8656 fi
8657 fi
8658 chmod u+w . 2>&5
8659 $RM conftest*
8660 # SGI C++ compiler will create directory out/ii_files/ for
8661 # template instantiation
8662 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8663 $RM out/* && rmdir out
8664 cd ..
8665 $RM -r conftest
8666 $RM conftest*
8667
81ecdfbb 8668fi
6bb11ab3
L
8669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8670$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8671
8672
8673
8674
8675
8676
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8678$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8679if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8680 $as_echo_n "(cached) " >&6
8681else
6bb11ab3
L
8682 lt_cv_prog_compiler_c_o=no
8683 $RM -r conftest 2>/dev/null
8684 mkdir conftest
8685 cd conftest
8686 mkdir out
8687 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8688
8689 lt_compiler_flag="-o out/conftest2.$ac_objext"
8690 # Insert the option either (1) after the last *FLAGS variable, or
8691 # (2) before a word containing "conftest.", or (3) at the end.
8692 # Note that $ac_compile itself does not contain backslashes and begins
8693 # with a dollar sign (not a hyphen), so the echo should work correctly.
8694 lt_compile=`echo "$ac_compile" | $SED \
8695 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8696 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8697 -e 's:$: $lt_compiler_flag:'`
8698 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8699 (eval "$lt_compile" 2>out/conftest.err)
8700 ac_status=$?
8701 cat out/conftest.err >&5
8702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8703 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8704 then
8705 # The compiler can only warn and ignore the option if not recognized
8706 # So say no if there are warnings
8707 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8708 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8709 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8710 lt_cv_prog_compiler_c_o=yes
8711 fi
8712 fi
8713 chmod u+w . 2>&5
8714 $RM conftest*
8715 # SGI C++ compiler will create directory out/ii_files/ for
8716 # template instantiation
8717 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8718 $RM out/* && rmdir out
8719 cd ..
8720 $RM -r conftest
8721 $RM conftest*
8722
8723fi
8724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8725$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8726
8727
8728
8729
8730hard_links="nottested"
8731if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8732 # do not overwrite the value of need_locks provided by the user
8733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8734$as_echo_n "checking if we can lock with hard links... " >&6; }
8735 hard_links=yes
8736 $RM conftest*
8737 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8738 touch conftest.a
8739 ln conftest.a conftest.b 2>&5 || hard_links=no
8740 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8742$as_echo "$hard_links" >&6; }
8743 if test "$hard_links" = no; then
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8745$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8746 need_locks=warn
8747 fi
8748else
8749 need_locks=no
8750fi
8751
8752
8753
8754
8755
8756
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8758$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8759
8760 runpath_var=
8761 allow_undefined_flag=
8762 always_export_symbols=no
8763 archive_cmds=
8764 archive_expsym_cmds=
8765 compiler_needs_object=no
8766 enable_shared_with_static_runtimes=no
8767 export_dynamic_flag_spec=
8768 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8769 hardcode_automatic=no
8770 hardcode_direct=no
8771 hardcode_direct_absolute=no
8772 hardcode_libdir_flag_spec=
8773 hardcode_libdir_flag_spec_ld=
8774 hardcode_libdir_separator=
8775 hardcode_minus_L=no
8776 hardcode_shlibpath_var=unsupported
8777 inherit_rpath=no
8778 link_all_deplibs=unknown
8779 module_cmds=
8780 module_expsym_cmds=
8781 old_archive_from_new_cmds=
8782 old_archive_from_expsyms_cmds=
8783 thread_safe_flag_spec=
8784 whole_archive_flag_spec=
8785 # include_expsyms should be a list of space-separated symbols to be *always*
8786 # included in the symbol list
8787 include_expsyms=
8788 # exclude_expsyms can be an extended regexp of symbols to exclude
8789 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8790 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8791 # as well as any symbol that contains `d'.
8792 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8793 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8794 # platforms (ab)use it in PIC code, but their linkers get confused if
8795 # the symbol is explicitly referenced. Since portable code cannot
8796 # rely on this symbol name, it's probably fine to never include it in
8797 # preloaded symbol tables.
8798 # Exclude shared library initialization/finalization symbols.
8799 extract_expsyms_cmds=
8800
8801 case $host_os in
8802 cygwin* | mingw* | pw32* | cegcc*)
8803 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8804 # When not using gcc, we currently assume that we are using
8805 # Microsoft Visual C++.
8806 if test "$GCC" != yes; then
8807 with_gnu_ld=no
8808 fi
8809 ;;
8810 interix*)
8811 # we just hope/assume this is gcc and not c89 (= MSVC++)
8812 with_gnu_ld=yes
8813 ;;
8814 openbsd*)
8815 with_gnu_ld=no
8816 ;;
8817 esac
f0569246 8818
6bb11ab3
L
8819 ld_shlibs=yes
8820
8821 # On some targets, GNU ld is compatible enough with the native linker
8822 # that we're better off using the native interface for both.
8823 lt_use_gnu_ld_interface=no
8824 if test "$with_gnu_ld" = yes; then
8825 case $host_os in
8826 aix*)
8827 # The AIX port of GNU ld has always aspired to compatibility
8828 # with the native linker. However, as the warning in the GNU ld
8829 # block says, versions before 2.19.5* couldn't really create working
8830 # shared libraries, regardless of the interface used.
8831 case `$LD -v 2>&1` in
8832 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8833 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8834 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8835 *)
8836 lt_use_gnu_ld_interface=yes
8837 ;;
8838 esac
8839 ;;
8840 *)
8841 lt_use_gnu_ld_interface=yes
8842 ;;
8843 esac
8844 fi
f0569246 8845
6bb11ab3
L
8846 if test "$lt_use_gnu_ld_interface" = yes; then
8847 # If archive_cmds runs LD, not CC, wlarc should be empty
8848 wlarc='${wl}'
8849
8850 # Set some defaults for GNU ld with shared library support. These
8851 # are reset later if shared libraries are not supported. Putting them
8852 # here allows them to be overridden if necessary.
8853 runpath_var=LD_RUN_PATH
8854 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8855 export_dynamic_flag_spec='${wl}--export-dynamic'
8856 # ancient GNU ld didn't support --whole-archive et. al.
8857 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8858 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8859 else
8860 whole_archive_flag_spec=
8861 fi
8862 supports_anon_versioning=no
8863 case `$LD -v 2>&1` in
8864 *GNU\ gold*) supports_anon_versioning=yes ;;
8865 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8866 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8867 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8868 *\ 2.11.*) ;; # other 2.11 versions
8869 *) supports_anon_versioning=yes ;;
8870 esac
8871
8872 # See if GNU ld supports shared libraries.
8873 case $host_os in
8874 aix[3-9]*)
8875 # On AIX/PPC, the GNU linker is very broken
8876 if test "$host_cpu" != ia64; then
8877 ld_shlibs=no
8878 cat <<_LT_EOF 1>&2
8879
8880*** Warning: the GNU linker, at least up to release 2.19, is reported
8881*** to be unable to reliably create shared libraries on AIX.
8882*** Therefore, libtool is disabling shared libraries support. If you
8883*** really care for shared libraries, you may want to install binutils
8884*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8885*** You will then need to restart the configuration process.
8886
8887_LT_EOF
8888 fi
8889 ;;
8890
8891 amigaos*)
8892 case $host_cpu in
8893 powerpc)
8894 # see comment about AmigaOS4 .so support
8895 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8896 archive_expsym_cmds=''
8897 ;;
8898 m68k)
8899 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)'
8900 hardcode_libdir_flag_spec='-L$libdir'
8901 hardcode_minus_L=yes
8902 ;;
8903 esac
8904 ;;
8905
8906 beos*)
8907 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8908 allow_undefined_flag=unsupported
8909 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8910 # support --undefined. This deserves some investigation. FIXME
8911 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8912 else
8913 ld_shlibs=no
8914 fi
8915 ;;
8916
8917 cygwin* | mingw* | pw32* | cegcc*)
8918 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8919 # as there is no search path for DLLs.
8920 hardcode_libdir_flag_spec='-L$libdir'
8921 export_dynamic_flag_spec='${wl}--export-all-symbols'
8922 allow_undefined_flag=unsupported
8923 always_export_symbols=no
8924 enable_shared_with_static_runtimes=yes
8925 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8926
8927 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8928 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8929 # If the export-symbols file already is a .def file (1st line
8930 # is EXPORTS), use it as is; otherwise, prepend...
8931 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8932 cp $export_symbols $output_objdir/$soname.def;
8933 else
8934 echo EXPORTS > $output_objdir/$soname.def;
8935 cat $export_symbols >> $output_objdir/$soname.def;
8936 fi~
8937 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8938 else
8939 ld_shlibs=no
8940 fi
8941 ;;
8942
8943 haiku*)
8944 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8945 link_all_deplibs=yes
8946 ;;
8947
8948 interix[3-9]*)
8949 hardcode_direct=no
8950 hardcode_shlibpath_var=no
8951 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8952 export_dynamic_flag_spec='${wl}-E'
8953 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8954 # Instead, shared libraries are loaded at an image base (0x10000000 by
8955 # default) and relocated if they conflict, which is a slow very memory
8956 # consuming and fragmenting process. To avoid this, we pick a random,
8957 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8958 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8959 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8960 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'
8961 ;;
8962
8963 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8964 tmp_diet=no
8965 if test "$host_os" = linux-dietlibc; then
8966 case $cc_basename in
8967 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8968 esac
8969 fi
8970 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8971 && test "$tmp_diet" = no
8972 then
5cddc23a 8973 tmp_addflag=' $pic_flag'
6bb11ab3
L
8974 tmp_sharedflag='-shared'
8975 case $cc_basename,$host_cpu in
8976 pgcc*) # Portland Group C compiler
8977 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'
8978 tmp_addflag=' $pic_flag'
8979 ;;
8980 pgf77* | pgf90* | pgf95* | pgfortran*)
8981 # Portland Group f77 and f90 compilers
8982 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'
8983 tmp_addflag=' $pic_flag -Mnomain' ;;
8984 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8985 tmp_addflag=' -i_dynamic' ;;
8986 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8987 tmp_addflag=' -i_dynamic -nofor_main' ;;
8988 ifc* | ifort*) # Intel Fortran compiler
8989 tmp_addflag=' -nofor_main' ;;
8990 lf95*) # Lahey Fortran 8.1
8991 whole_archive_flag_spec=
8992 tmp_sharedflag='--shared' ;;
8993 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8994 tmp_sharedflag='-qmkshrobj'
8995 tmp_addflag= ;;
8996 nvcc*) # Cuda Compiler Driver 2.2
8997 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'
8998 compiler_needs_object=yes
8999 ;;
9000 esac
9001 case `$CC -V 2>&1 | sed 5q` in
9002 *Sun\ C*) # Sun C 5.9
9003 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'
9004 compiler_needs_object=yes
9005 tmp_sharedflag='-G' ;;
9006 *Sun\ F*) # Sun Fortran 8.3
9007 tmp_sharedflag='-G' ;;
9008 esac
9009 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9010
9011 if test "x$supports_anon_versioning" = xyes; then
9012 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9013 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9014 echo "local: *; };" >> $output_objdir/$libname.ver~
9015 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9016 fi
9017
9018 case $cc_basename in
9019 xlf* | bgf* | bgxlf* | mpixlf*)
9020 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9021 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9022 hardcode_libdir_flag_spec=
9023 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9024 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9025 if test "x$supports_anon_versioning" = xyes; then
9026 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9027 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9028 echo "local: *; };" >> $output_objdir/$libname.ver~
9029 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9030 fi
9031 ;;
9032 esac
9033 else
9034 ld_shlibs=no
9035 fi
9036 ;;
9037
9038 netbsd*)
9039 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9040 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9041 wlarc=
9042 else
9043 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9044 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9045 fi
9046 ;;
9047
9048 solaris*)
9049 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9050 ld_shlibs=no
9051 cat <<_LT_EOF 1>&2
9052
9053*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9054*** create shared libraries on Solaris systems. Therefore, libtool
9055*** is disabling shared libraries support. We urge you to upgrade GNU
9056*** binutils to release 2.9.1 or newer. Another option is to modify
9057*** your PATH or compiler configuration so that the native linker is
9058*** used, and then restart.
9059
9060_LT_EOF
9061 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9062 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9063 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9064 else
9065 ld_shlibs=no
9066 fi
9067 ;;
9068
9069 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9070 case `$LD -v 2>&1` in
9071 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9072 ld_shlibs=no
9073 cat <<_LT_EOF 1>&2
9074
9075*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9076*** reliably create shared libraries on SCO systems. Therefore, libtool
9077*** is disabling shared libraries support. We urge you to upgrade GNU
9078*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9079*** your PATH or compiler configuration so that the native linker is
9080*** used, and then restart.
9081
9082_LT_EOF
9083 ;;
9084 *)
9085 # For security reasons, it is highly recommended that you always
9086 # use absolute paths for naming shared libraries, and exclude the
9087 # DT_RUNPATH tag from executables and libraries. But doing so
9088 # requires that you compile everything twice, which is a pain.
9089 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9090 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9091 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9092 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9093 else
9094 ld_shlibs=no
9095 fi
9096 ;;
9097 esac
9098 ;;
9099
9100 sunos4*)
9101 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9102 wlarc=
9103 hardcode_direct=yes
9104 hardcode_shlibpath_var=no
9105 ;;
9106
9107 *)
9108 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9109 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9110 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9111 else
9112 ld_shlibs=no
9113 fi
9114 ;;
9115 esac
9116
9117 if test "$ld_shlibs" = no; then
9118 runpath_var=
9119 hardcode_libdir_flag_spec=
9120 export_dynamic_flag_spec=
9121 whole_archive_flag_spec=
9122 fi
9123 else
9124 # PORTME fill in a description of your system's linker (not GNU ld)
9125 case $host_os in
9126 aix3*)
9127 allow_undefined_flag=unsupported
9128 always_export_symbols=yes
9129 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'
9130 # Note: this linker hardcodes the directories in LIBPATH if there
9131 # are no directories specified by -L.
9132 hardcode_minus_L=yes
9133 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9134 # Neither direct hardcoding nor static linking is supported with a
9135 # broken collect2.
9136 hardcode_direct=unsupported
9137 fi
9138 ;;
9139
9140 aix[4-9]*)
9141 if test "$host_cpu" = ia64; then
9142 # On IA64, the linker does run time linking by default, so we don't
9143 # have to do anything special.
9144 aix_use_runtimelinking=no
9145 exp_sym_flag='-Bexport'
9146 no_entry_flag=""
9147 else
9148 # If we're using GNU nm, then we don't want the "-C" option.
9149 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9150 # Also, AIX nm treats weak defined symbols like other global
9151 # defined symbols, whereas GNU nm marks them as "W".
9152 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9153 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'
9154 else
5c887dd5 9155 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
9156 fi
9157 aix_use_runtimelinking=no
9158
9159 # Test if we are trying to use run time linking or normal
9160 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9161 # need to do runtime linking.
9162 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9163 for ld_flag in $LDFLAGS; do
9164 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9165 aix_use_runtimelinking=yes
9166 break
9167 fi
9168 done
9169 ;;
9170 esac
9171
9172 exp_sym_flag='-bexport'
9173 no_entry_flag='-bnoentry'
9174 fi
9175
9176 # When large executables or shared objects are built, AIX ld can
9177 # have problems creating the table of contents. If linking a library
9178 # or program results in "error TOC overflow" add -mminimal-toc to
9179 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9180 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9181
9182 archive_cmds=''
9183 hardcode_direct=yes
9184 hardcode_direct_absolute=yes
9185 hardcode_libdir_separator=':'
9186 link_all_deplibs=yes
9187 file_list_spec='${wl}-f,'
9188
9189 if test "$GCC" = yes; then
9190 case $host_os in aix4.[012]|aix4.[012].*)
9191 # We only want to do this on AIX 4.2 and lower, the check
9192 # below for broken collect2 doesn't work under 4.3+
9193 collect2name=`${CC} -print-prog-name=collect2`
9194 if test -f "$collect2name" &&
9195 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9196 then
9197 # We have reworked collect2
9198 :
9199 else
9200 # We have old collect2
9201 hardcode_direct=unsupported
9202 # It fails to find uninstalled libraries when the uninstalled
9203 # path is not listed in the libpath. Setting hardcode_minus_L
9204 # to unsupported forces relinking
9205 hardcode_minus_L=yes
9206 hardcode_libdir_flag_spec='-L$libdir'
9207 hardcode_libdir_separator=
9208 fi
9209 ;;
9210 esac
9211 shared_flag='-shared'
9212 if test "$aix_use_runtimelinking" = yes; then
9213 shared_flag="$shared_flag "'${wl}-G'
9214 fi
9215 else
9216 # not using gcc
9217 if test "$host_cpu" = ia64; then
9218 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9219 # chokes on -Wl,-G. The following line is correct:
9220 shared_flag='-G'
9221 else
9222 if test "$aix_use_runtimelinking" = yes; then
9223 shared_flag='${wl}-G'
9224 else
9225 shared_flag='${wl}-bM:SRE'
9226 fi
9227 fi
9228 fi
9229
9230 export_dynamic_flag_spec='${wl}-bexpall'
9231 # It seems that -bexpall does not export symbols beginning with
9232 # underscore (_), so it is better to generate a list of symbols to export.
9233 always_export_symbols=yes
9234 if test "$aix_use_runtimelinking" = yes; then
9235 # Warning - without using the other runtime loading flags (-brtl),
9236 # -berok will link without error, but may produce a broken library.
9237 allow_undefined_flag='-berok'
9238 # Determine the default libpath from the value encoded in an
9239 # empty executable.
9240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9241/* end confdefs.h. */
9242
9243int
9244main ()
9245{
9246
9247 ;
9248 return 0;
9249}
9250_ACEOF
6bb11ab3 9251if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 9252
6bb11ab3
L
9253lt_aix_libpath_sed='
9254 /Import File Strings/,/^$/ {
9255 /^0/ {
9256 s/^0 *\(.*\)$/\1/
9257 p
9258 }
9259 }'
9260aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9261# Check for a 64-bit object if we didn't find anything.
9262if test -z "$aix_libpath"; then
9263 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9264fi
9265fi
9266rm -f core conftest.err conftest.$ac_objext \
9267 conftest$ac_exeext conftest.$ac_ext
9268if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9269
9270 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9271 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"
9272 else
9273 if test "$host_cpu" = ia64; then
9274 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9275 allow_undefined_flag="-z nodefs"
9276 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"
9277 else
9278 # Determine the default libpath from the value encoded in an
9279 # empty executable.
81ecdfbb
RW
9280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9281/* end confdefs.h. */
9282
9283int
9284main ()
9285{
b7026657 9286
81ecdfbb
RW
9287 ;
9288 return 0;
9289}
9290_ACEOF
6bb11ab3
L
9291if ac_fn_c_try_link "$LINENO"; then :
9292
9293lt_aix_libpath_sed='
9294 /Import File Strings/,/^$/ {
9295 /^0/ {
9296 s/^0 *\(.*\)$/\1/
9297 p
9298 }
9299 }'
9300aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9301# Check for a 64-bit object if we didn't find anything.
9302if test -z "$aix_libpath"; then
9303 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 9304fi
81ecdfbb 9305fi
6bb11ab3
L
9306rm -f core conftest.err conftest.$ac_objext \
9307 conftest$ac_exeext conftest.$ac_ext
9308if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9309
9310 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9311 # Warning - without using the other run time loading flags,
9312 # -berok will link without error, but may produce a broken library.
9313 no_undefined_flag=' ${wl}-bernotok'
9314 allow_undefined_flag=' ${wl}-berok'
9315 if test "$with_gnu_ld" = yes; then
9316 # We only use this code for GNU lds that support --whole-archive.
9317 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9318 else
9319 # Exported symbols can be pulled into shared objects from archives
9320 whole_archive_flag_spec='$convenience'
9321 fi
9322 archive_cmds_need_lc=yes
9323 # This is similar to how AIX traditionally builds its shared libraries.
9324 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'
9325 fi
9326 fi
9327 ;;
9328
9329 amigaos*)
9330 case $host_cpu in
9331 powerpc)
9332 # see comment about AmigaOS4 .so support
9333 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9334 archive_expsym_cmds=''
9335 ;;
9336 m68k)
9337 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)'
9338 hardcode_libdir_flag_spec='-L$libdir'
9339 hardcode_minus_L=yes
9340 ;;
9341 esac
9342 ;;
9343
9344 bsdi[45]*)
9345 export_dynamic_flag_spec=-rdynamic
9346 ;;
9347
9348 cygwin* | mingw* | pw32* | cegcc*)
9349 # When not using gcc, we currently assume that we are using
9350 # Microsoft Visual C++.
9351 # hardcode_libdir_flag_spec is actually meaningless, as there is
9352 # no search path for DLLs.
9353 hardcode_libdir_flag_spec=' '
9354 allow_undefined_flag=unsupported
9355 # Tell ltmain to make .lib files, not .a files.
9356 libext=lib
9357 # Tell ltmain to make .dll files, not .so files.
9358 shrext_cmds=".dll"
9359 # FIXME: Setting linknames here is a bad hack.
9360 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9361 # The linker will automatically build a .lib file if we build a DLL.
9362 old_archive_from_new_cmds='true'
9363 # FIXME: Should let the user specify the lib program.
9364 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9365 fix_srcfile_path='`cygpath -w "$srcfile"`'
9366 enable_shared_with_static_runtimes=yes
9367 ;;
9368
9369 darwin* | rhapsody*)
9370
9371
9372 archive_cmds_need_lc=no
9373 hardcode_direct=no
9374 hardcode_automatic=yes
9375 hardcode_shlibpath_var=unsupported
9376 if test "$lt_cv_ld_force_load" = "yes"; then
9377 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 9378 else
6bb11ab3 9379 whole_archive_flag_spec=''
f0569246 9380 fi
6bb11ab3
L
9381 link_all_deplibs=yes
9382 allow_undefined_flag="$_lt_dar_allow_undefined"
9383 case $cc_basename in
9384 ifort*) _lt_dar_can_shared=yes ;;
9385 *) _lt_dar_can_shared=$GCC ;;
9386 esac
9387 if test "$_lt_dar_can_shared" = "yes"; then
9388 output_verbose_link_cmd=func_echo_all
9389 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9390 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9391 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}"
9392 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}"
9393
f0569246 9394 else
6bb11ab3 9395 ld_shlibs=no
f0569246 9396 fi
6bb11ab3
L
9397
9398 ;;
9399
9400 dgux*)
9401 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9402 hardcode_libdir_flag_spec='-L$libdir'
9403 hardcode_shlibpath_var=no
9404 ;;
9405
9406 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9407 # support. Future versions do this automatically, but an explicit c++rt0.o
9408 # does not break anything, and helps significantly (at the cost of a little
9409 # extra space).
9410 freebsd2.2*)
9411 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9412 hardcode_libdir_flag_spec='-R$libdir'
9413 hardcode_direct=yes
9414 hardcode_shlibpath_var=no
9415 ;;
9416
9417 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9418 freebsd2.*)
9419 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9420 hardcode_direct=yes
9421 hardcode_minus_L=yes
9422 hardcode_shlibpath_var=no
9423 ;;
9424
9425 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9426 freebsd* | dragonfly*)
9427 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9428 hardcode_libdir_flag_spec='-R$libdir'
9429 hardcode_direct=yes
9430 hardcode_shlibpath_var=no
9431 ;;
9432
9433 hpux9*)
9434 if test "$GCC" = yes; then
9435 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'
9436 else
9437 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'
9438 fi
9439 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9440 hardcode_libdir_separator=:
9441 hardcode_direct=yes
9442
9443 # hardcode_minus_L: Not really in the search PATH,
9444 # but as the default location of the library.
9445 hardcode_minus_L=yes
9446 export_dynamic_flag_spec='${wl}-E'
9447 ;;
9448
9449 hpux10*)
9450 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9451 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9452 else
9453 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9454 fi
9455 if test "$with_gnu_ld" = no; then
9456 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9457 hardcode_libdir_flag_spec_ld='+b $libdir'
9458 hardcode_libdir_separator=:
9459 hardcode_direct=yes
9460 hardcode_direct_absolute=yes
9461 export_dynamic_flag_spec='${wl}-E'
9462 # hardcode_minus_L: Not really in the search PATH,
9463 # but as the default location of the library.
9464 hardcode_minus_L=yes
9465 fi
9466 ;;
9467
9468 hpux11*)
9469 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9470 case $host_cpu in
9471 hppa*64*)
9472 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9473 ;;
9474 ia64*)
9475 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9476 ;;
9477 *)
9478 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9479 ;;
9480 esac
9481 else
9482 case $host_cpu in
9483 hppa*64*)
9484 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9485 ;;
9486 ia64*)
9487 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9488 ;;
9489 *)
9490
9491 # Older versions of the 11.00 compiler do not understand -b yet
9492 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9494$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9495if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9496 $as_echo_n "(cached) " >&6
f0569246 9497else
6bb11ab3
L
9498 lt_cv_prog_compiler__b=no
9499 save_LDFLAGS="$LDFLAGS"
9500 LDFLAGS="$LDFLAGS -b"
9501 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9502 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9503 # The linker can only warn and ignore the option if not recognized
9504 # So say no if there are warnings
9505 if test -s conftest.err; then
9506 # Append any errors to the config.log.
9507 cat conftest.err 1>&5
9508 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9509 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9510 if diff conftest.exp conftest.er2 >/dev/null; then
9511 lt_cv_prog_compiler__b=yes
9512 fi
9513 else
9514 lt_cv_prog_compiler__b=yes
9515 fi
9516 fi
9517 $RM -r conftest*
9518 LDFLAGS="$save_LDFLAGS"
f0569246 9519
6bb11ab3
L
9520fi
9521{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9522$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9523
6bb11ab3
L
9524if test x"$lt_cv_prog_compiler__b" = xyes; then
9525 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9526else
9527 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9528fi
81ecdfbb 9529
6bb11ab3
L
9530 ;;
9531 esac
9532 fi
9533 if test "$with_gnu_ld" = no; then
9534 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9535 hardcode_libdir_separator=:
9536
9537 case $host_cpu in
9538 hppa*64*|ia64*)
9539 hardcode_direct=no
9540 hardcode_shlibpath_var=no
9541 ;;
9542 *)
9543 hardcode_direct=yes
9544 hardcode_direct_absolute=yes
9545 export_dynamic_flag_spec='${wl}-E'
9546
9547 # hardcode_minus_L: Not really in the search PATH,
9548 # but as the default location of the library.
9549 hardcode_minus_L=yes
9550 ;;
9551 esac
9552 fi
9553 ;;
9554
9555 irix5* | irix6* | nonstopux*)
9556 if test "$GCC" = yes; then
9557 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'
9558 # Try to use the -exported_symbol ld option, if it does not
9559 # work, assume that -exports_file does not work either and
9560 # implicitly export all symbols.
9561 save_LDFLAGS="$LDFLAGS"
9562 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9564/* end confdefs.h. */
9565int foo(void) {}
b7026657 9566_ACEOF
6bb11ab3
L
9567if ac_fn_c_try_link "$LINENO"; then :
9568 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 9569
f0569246 9570fi
6bb11ab3
L
9571rm -f core conftest.err conftest.$ac_objext \
9572 conftest$ac_exeext conftest.$ac_ext
9573 LDFLAGS="$save_LDFLAGS"
9574 else
9575 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'
9576 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'
9577 fi
9578 archive_cmds_need_lc='no'
9579 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9580 hardcode_libdir_separator=:
9581 inherit_rpath=yes
9582 link_all_deplibs=yes
9583 ;;
9584
9585 netbsd*)
9586 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9587 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9588 else
9589 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9590 fi
9591 hardcode_libdir_flag_spec='-R$libdir'
9592 hardcode_direct=yes
9593 hardcode_shlibpath_var=no
9594 ;;
9595
9596 newsos6)
9597 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9598 hardcode_direct=yes
9599 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9600 hardcode_libdir_separator=:
9601 hardcode_shlibpath_var=no
9602 ;;
9603
9604 *nto* | *qnx*)
9605 ;;
9606
9607 openbsd*)
9608 if test -f /usr/libexec/ld.so; then
9609 hardcode_direct=yes
9610 hardcode_shlibpath_var=no
9611 hardcode_direct_absolute=yes
9612 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9613 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9614 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9615 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9616 export_dynamic_flag_spec='${wl}-E'
9617 else
9618 case $host_os in
9619 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9620 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9621 hardcode_libdir_flag_spec='-R$libdir'
9622 ;;
9623 *)
9624 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9625 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9626 ;;
9627 esac
9628 fi
9629 else
9630 ld_shlibs=no
9631 fi
9632 ;;
9633
9634 os2*)
9635 hardcode_libdir_flag_spec='-L$libdir'
9636 hardcode_minus_L=yes
9637 allow_undefined_flag=unsupported
9638 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'
9639 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9640 ;;
9641
9642 osf3*)
9643 if test "$GCC" = yes; then
9644 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9645 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'
9646 else
9647 allow_undefined_flag=' -expect_unresolved \*'
9648 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'
9649 fi
9650 archive_cmds_need_lc='no'
9651 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9652 hardcode_libdir_separator=:
9653 ;;
9654
9655 osf4* | osf5*) # as osf3* with the addition of -msym flag
9656 if test "$GCC" = yes; then
9657 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9658 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'
9659 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9660 else
9661 allow_undefined_flag=' -expect_unresolved \*'
9662 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'
9663 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~
9664 $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'
9665
9666 # Both c and cxx compiler support -rpath directly
9667 hardcode_libdir_flag_spec='-rpath $libdir'
9668 fi
9669 archive_cmds_need_lc='no'
9670 hardcode_libdir_separator=:
9671 ;;
9672
9673 solaris*)
9674 no_undefined_flag=' -z defs'
9675 if test "$GCC" = yes; then
9676 wlarc='${wl}'
9677 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9678 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9679 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9680 else
9681 case `$CC -V 2>&1` in
9682 *"Compilers 5.0"*)
9683 wlarc=''
9684 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9685 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9686 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9687 ;;
9688 *)
9689 wlarc='${wl}'
9690 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9691 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9692 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9693 ;;
9694 esac
9695 fi
9696 hardcode_libdir_flag_spec='-R$libdir'
9697 hardcode_shlibpath_var=no
9698 case $host_os in
9699 solaris2.[0-5] | solaris2.[0-5].*) ;;
9700 *)
9701 # The compiler driver will combine and reorder linker options,
9702 # but understands `-z linker_flag'. GCC discards it without `$wl',
9703 # but is careful enough not to reorder.
9704 # Supported since Solaris 2.6 (maybe 2.5.1?)
9705 if test "$GCC" = yes; then
9706 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9707 else
9708 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9709 fi
9710 ;;
9711 esac
9712 link_all_deplibs=yes
9713 ;;
9714
9715 sunos4*)
9716 if test "x$host_vendor" = xsequent; then
9717 # Use $CC to link under sequent, because it throws in some extra .o
9718 # files that make .init and .fini sections work.
9719 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9720 else
9721 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9722 fi
9723 hardcode_libdir_flag_spec='-L$libdir'
9724 hardcode_direct=yes
9725 hardcode_minus_L=yes
9726 hardcode_shlibpath_var=no
9727 ;;
9728
9729 sysv4)
9730 case $host_vendor in
9731 sni)
9732 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9733 hardcode_direct=yes # is this really true???
9734 ;;
9735 siemens)
9736 ## LD is ld it makes a PLAMLIB
9737 ## CC just makes a GrossModule.
9738 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9739 reload_cmds='$CC -r -o $output$reload_objs'
9740 hardcode_direct=no
9741 ;;
9742 motorola)
9743 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9744 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9745 ;;
9746 esac
9747 runpath_var='LD_RUN_PATH'
9748 hardcode_shlibpath_var=no
9749 ;;
9750
9751 sysv4.3*)
9752 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9753 hardcode_shlibpath_var=no
9754 export_dynamic_flag_spec='-Bexport'
9755 ;;
9756
9757 sysv4*MP*)
9758 if test -d /usr/nec; then
9759 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9760 hardcode_shlibpath_var=no
9761 runpath_var=LD_RUN_PATH
9762 hardcode_runpath_var=yes
9763 ld_shlibs=yes
9764 fi
9765 ;;
9766
9767 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9768 no_undefined_flag='${wl}-z,text'
9769 archive_cmds_need_lc=no
9770 hardcode_shlibpath_var=no
9771 runpath_var='LD_RUN_PATH'
9772
9773 if test "$GCC" = yes; then
9774 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9775 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9776 else
9777 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9778 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9779 fi
9780 ;;
9781
9782 sysv5* | sco3.2v5* | sco5v6*)
9783 # Note: We can NOT use -z defs as we might desire, because we do not
9784 # link with -lc, and that would cause any symbols used from libc to
9785 # always be unresolved, which means just about no library would
9786 # ever link correctly. If we're not using GNU ld we use -z text
9787 # though, which does catch some bad symbols but isn't as heavy-handed
9788 # as -z defs.
9789 no_undefined_flag='${wl}-z,text'
9790 allow_undefined_flag='${wl}-z,nodefs'
9791 archive_cmds_need_lc=no
9792 hardcode_shlibpath_var=no
9793 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9794 hardcode_libdir_separator=':'
9795 link_all_deplibs=yes
9796 export_dynamic_flag_spec='${wl}-Bexport'
9797 runpath_var='LD_RUN_PATH'
9798
9799 if test "$GCC" = yes; then
9800 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9801 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9802 else
9803 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9804 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9805 fi
9806 ;;
9807
9808 uts4*)
9809 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9810 hardcode_libdir_flag_spec='-L$libdir'
9811 hardcode_shlibpath_var=no
9812 ;;
9813
9814 *)
9815 ld_shlibs=no
9816 ;;
9817 esac
9818
9819 if test x$host_vendor = xsni; then
9820 case $host in
9821 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9822 export_dynamic_flag_spec='${wl}-Blargedynsym'
9823 ;;
9824 esac
9825 fi
9826 fi
9827
9828{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9829$as_echo "$ld_shlibs" >&6; }
9830test "$ld_shlibs" = no && can_build_shared=no
9831
9832with_gnu_ld=$with_gnu_ld
9833
9834
9835
9836
9837
f0569246 9838
b7026657 9839
f0569246 9840
6ffe910a 9841
6ffe910a
MF
9842
9843
6ffe910a 9844
f0569246 9845
f0569246 9846
c906108c 9847
6bb11ab3
L
9848#
9849# Do we need to explicitly link libc?
9850#
9851case "x$archive_cmds_need_lc" in
9852x|xyes)
9853 # Assume -lc should be added
9854 archive_cmds_need_lc=yes
9855
9856 if test "$enable_shared" = yes && test "$GCC" = yes; then
9857 case $archive_cmds in
9858 *'~'*)
9859 # FIXME: we may have to deal with multi-command sequences.
9860 ;;
9861 '$CC '*)
9862 # Test whether the compiler implicitly links with -lc since on some
9863 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9864 # to ld, don't add -lc before -lgcc.
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9866$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9867if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9868 $as_echo_n "(cached) " >&6
f0569246 9869else
6bb11ab3
L
9870 $RM conftest*
9871 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9872
9873 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9874 (eval $ac_compile) 2>&5
9875 ac_status=$?
9876 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9877 test $ac_status = 0; } 2>conftest.err; then
9878 soname=conftest
9879 lib=conftest
9880 libobjs=conftest.$ac_objext
9881 deplibs=
9882 wl=$lt_prog_compiler_wl
9883 pic_flag=$lt_prog_compiler_pic
9884 compiler_flags=-v
9885 linker_flags=-v
9886 verstring=
9887 output_objdir=.
9888 libname=conftest
9889 lt_save_allow_undefined_flag=$allow_undefined_flag
9890 allow_undefined_flag=
9891 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9892 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9893 ac_status=$?
9894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9895 test $ac_status = 0; }
9896 then
9897 lt_cv_archive_cmds_need_lc=no
9898 else
9899 lt_cv_archive_cmds_need_lc=yes
9900 fi
9901 allow_undefined_flag=$lt_save_allow_undefined_flag
9902 else
9903 cat conftest.err 1>&5
9904 fi
9905 $RM conftest*
c906108c 9906
6ffe910a 9907fi
6bb11ab3
L
9908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9909$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9910 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9911 ;;
9912 esac
9913 fi
9914 ;;
6ffe910a 9915esac
c906108c 9916
c906108c 9917
6ffe910a 9918
c906108c 9919
81ecdfbb 9920
35695fd6 9921
35695fd6 9922
35695fd6 9923
f0569246 9924
c906108c 9925
f0569246 9926
b7026657 9927
f0569246 9928
c906108c 9929
81ecdfbb 9930
b7026657 9931
f0569246
AC
9932
9933
81ecdfbb 9934
81ecdfbb 9935
81ecdfbb
RW
9936
9937
81ecdfbb 9938
81ecdfbb 9939
f0569246
AC
9940
9941
c906108c 9942
f0569246 9943
c906108c 9944
c906108c 9945
81ecdfbb 9946
b7026657 9947
c906108c 9948
f0569246 9949
81ecdfbb 9950
f0569246 9951
c906108c 9952
c906108c 9953
b7026657 9954
81ecdfbb 9955
b7026657 9956
c906108c 9957
c906108c 9958
b7026657
AC
9959
9960
9961
9962
6ffe910a 9963
2232061b
MF
9964
9965
2232061b 9966
2232061b
MF
9967
9968
2232061b
MF
9969
9970
2232061b 9971
6bb11ab3
L
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10074$as_echo_n "checking dynamic linker characteristics... " >&6; }
10075
10076if test "$GCC" = yes; then
10077 case $host_os in
10078 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10079 *) lt_awk_arg="/^libraries:/" ;;
10080 esac
10081 case $host_os in
10082 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10083 *) lt_sed_strip_eq="s,=/,/,g" ;;
10084 esac
10085 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10086 case $lt_search_path_spec in
10087 *\;*)
10088 # if the path contains ";" then we assume it to be the separator
10089 # otherwise default to the standard path separator (i.e. ":") - it is
10090 # assumed that no part of a normal pathname contains ";" but that should
10091 # okay in the real world where ";" in dirpaths is itself problematic.
10092 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10093 ;;
10094 *)
10095 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10096 ;;
10097 esac
10098 # Ok, now we have the path, separated by spaces, we can step through it
10099 # and add multilib dir if necessary.
10100 lt_tmp_lt_search_path_spec=
10101 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10102 for lt_sys_path in $lt_search_path_spec; do
10103 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10104 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10105 else
10106 test -d "$lt_sys_path" && \
10107 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10108 fi
10109 done
10110 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10111BEGIN {RS=" "; FS="/|\n";} {
10112 lt_foo="";
10113 lt_count=0;
10114 for (lt_i = NF; lt_i > 0; lt_i--) {
10115 if ($lt_i != "" && $lt_i != ".") {
10116 if ($lt_i == "..") {
10117 lt_count++;
10118 } else {
10119 if (lt_count == 0) {
10120 lt_foo="/" $lt_i lt_foo;
10121 } else {
10122 lt_count--;
10123 }
10124 }
10125 }
10126 }
10127 if (lt_foo != "") { lt_freq[lt_foo]++; }
10128 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10129}'`
10130 # AWK program above erroneously prepends '/' to C:/dos/paths
10131 # for these hosts.
10132 case $host_os in
10133 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10134 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10135 esac
10136 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10137else
10138 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10139fi
10140library_names_spec=
10141libname_spec='lib$name'
10142soname_spec=
10143shrext_cmds=".so"
10144postinstall_cmds=
10145postuninstall_cmds=
10146finish_cmds=
10147finish_eval=
10148shlibpath_var=
10149shlibpath_overrides_runpath=unknown
10150version_type=none
10151dynamic_linker="$host_os ld.so"
10152sys_lib_dlsearch_path_spec="/lib /usr/lib"
10153need_lib_prefix=unknown
10154hardcode_into_libs=no
10155
10156# when you set need_version to no, make sure it does not cause -set_version
10157# flags to be left without arguments
10158need_version=unknown
10159
10160case $host_os in
10161aix3*)
10162 version_type=linux
10163 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10164 shlibpath_var=LIBPATH
10165
10166 # AIX 3 has no versioning support, so we append a major version to the name.
10167 soname_spec='${libname}${release}${shared_ext}$major'
10168 ;;
10169
10170aix[4-9]*)
10171 version_type=linux
10172 need_lib_prefix=no
10173 need_version=no
10174 hardcode_into_libs=yes
10175 if test "$host_cpu" = ia64; then
10176 # AIX 5 supports IA64
10177 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10178 shlibpath_var=LD_LIBRARY_PATH
10179 else
10180 # With GCC up to 2.95.x, collect2 would create an import file
10181 # for dependence libraries. The import file would start with
10182 # the line `#! .'. This would cause the generated library to
10183 # depend on `.', always an invalid library. This was fixed in
10184 # development snapshots of GCC prior to 3.0.
10185 case $host_os in
10186 aix4 | aix4.[01] | aix4.[01].*)
10187 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10188 echo ' yes '
10189 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10190 :
10191 else
10192 can_build_shared=no
10193 fi
10194 ;;
10195 esac
10196 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10197 # soname into executable. Probably we can add versioning support to
10198 # collect2, so additional links can be useful in future.
10199 if test "$aix_use_runtimelinking" = yes; then
10200 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10201 # instead of lib<name>.a to let people know that these are not
10202 # typical AIX shared libraries.
10203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10204 else
10205 # We preserve .a as extension for shared libraries through AIX4.2
10206 # and later when we are not doing run time linking.
10207 library_names_spec='${libname}${release}.a $libname.a'
10208 soname_spec='${libname}${release}${shared_ext}$major'
10209 fi
10210 shlibpath_var=LIBPATH
2232061b 10211 fi
6bb11ab3
L
10212 ;;
10213
10214amigaos*)
10215 case $host_cpu in
10216 powerpc)
10217 # Since July 2007 AmigaOS4 officially supports .so libraries.
10218 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10219 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10220 ;;
10221 m68k)
10222 library_names_spec='$libname.ixlibrary $libname.a'
10223 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10224 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'
10225 ;;
10226 esac
10227 ;;
10228
10229beos*)
10230 library_names_spec='${libname}${shared_ext}'
10231 dynamic_linker="$host_os ld.so"
10232 shlibpath_var=LIBRARY_PATH
10233 ;;
10234
10235bsdi[45]*)
10236 version_type=linux
10237 need_version=no
10238 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10239 soname_spec='${libname}${release}${shared_ext}$major'
10240 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10241 shlibpath_var=LD_LIBRARY_PATH
10242 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10243 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10244 # the default ld.so.conf also contains /usr/contrib/lib and
10245 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10246 # libtool to hard-code these into programs
10247 ;;
10248
10249cygwin* | mingw* | pw32* | cegcc*)
10250 version_type=windows
10251 shrext_cmds=".dll"
10252 need_version=no
10253 need_lib_prefix=no
10254
10255 case $GCC,$host_os in
10256 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10257 library_names_spec='$libname.dll.a'
10258 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10259 postinstall_cmds='base_file=`basename \${file}`~
10260 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10261 dldir=$destdir/`dirname \$dlpath`~
10262 test -d \$dldir || mkdir -p \$dldir~
10263 $install_prog $dir/$dlname \$dldir/$dlname~
10264 chmod a+x \$dldir/$dlname~
10265 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10266 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10267 fi'
10268 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10269 dlpath=$dir/\$dldll~
10270 $RM \$dlpath'
10271 shlibpath_overrides_runpath=yes
10272
10273 case $host_os in
10274 cygwin*)
10275 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10276 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10277
10278 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10279 ;;
10280 mingw* | cegcc*)
10281 # MinGW DLLs use traditional 'lib' prefix
10282 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10283 ;;
10284 pw32*)
10285 # pw32 DLLs use 'pw' prefix rather than 'lib'
10286 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10287 ;;
10288 esac
10289 ;;
2232061b 10290
6bb11ab3
L
10291 *)
10292 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10293 ;;
10294 esac
10295 dynamic_linker='Win32 ld.exe'
10296 # FIXME: first we should search . and the directory the executable is in
10297 shlibpath_var=PATH
10298 ;;
10299
10300darwin* | rhapsody*)
10301 dynamic_linker="$host_os dyld"
10302 version_type=darwin
10303 need_lib_prefix=no
10304 need_version=no
10305 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10306 soname_spec='${libname}${release}${major}$shared_ext'
10307 shlibpath_overrides_runpath=yes
10308 shlibpath_var=DYLD_LIBRARY_PATH
10309 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10310
10311 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10312 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10313 ;;
10314
10315dgux*)
10316 version_type=linux
10317 need_lib_prefix=no
10318 need_version=no
10319 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10320 soname_spec='${libname}${release}${shared_ext}$major'
10321 shlibpath_var=LD_LIBRARY_PATH
10322 ;;
10323
10324freebsd* | dragonfly*)
10325 # DragonFly does not have aout. When/if they implement a new
10326 # versioning mechanism, adjust this.
10327 if test -x /usr/bin/objformat; then
10328 objformat=`/usr/bin/objformat`
10329 else
10330 case $host_os in
10331 freebsd[23].*) objformat=aout ;;
10332 *) objformat=elf ;;
10333 esac
10334 fi
10335 version_type=freebsd-$objformat
10336 case $version_type in
10337 freebsd-elf*)
10338 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10339 need_version=no
10340 need_lib_prefix=no
10341 ;;
10342 freebsd-*)
10343 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10344 need_version=yes
10345 ;;
10346 esac
10347 shlibpath_var=LD_LIBRARY_PATH
10348 case $host_os in
10349 freebsd2.*)
10350 shlibpath_overrides_runpath=yes
10351 ;;
10352 freebsd3.[01]* | freebsdelf3.[01]*)
10353 shlibpath_overrides_runpath=yes
10354 hardcode_into_libs=yes
10355 ;;
10356 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10357 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10358 shlibpath_overrides_runpath=no
10359 hardcode_into_libs=yes
10360 ;;
10361 *) # from 4.6 on, and DragonFly
10362 shlibpath_overrides_runpath=yes
10363 hardcode_into_libs=yes
10364 ;;
10365 esac
10366 ;;
10367
6bb11ab3
L
10368haiku*)
10369 version_type=linux
10370 need_lib_prefix=no
10371 need_version=no
10372 dynamic_linker="$host_os runtime_loader"
10373 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10374 soname_spec='${libname}${release}${shared_ext}$major'
10375 shlibpath_var=LIBRARY_PATH
10376 shlibpath_overrides_runpath=yes
10377 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10378 hardcode_into_libs=yes
10379 ;;
10380
10381hpux9* | hpux10* | hpux11*)
10382 # Give a soname corresponding to the major version so that dld.sl refuses to
10383 # link against other versions.
10384 version_type=sunos
10385 need_lib_prefix=no
10386 need_version=no
10387 case $host_cpu in
10388 ia64*)
10389 shrext_cmds='.so'
10390 hardcode_into_libs=yes
10391 dynamic_linker="$host_os dld.so"
10392 shlibpath_var=LD_LIBRARY_PATH
10393 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10394 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10395 soname_spec='${libname}${release}${shared_ext}$major'
10396 if test "X$HPUX_IA64_MODE" = X32; then
10397 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10398 else
10399 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10400 fi
10401 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10402 ;;
10403 hppa*64*)
10404 shrext_cmds='.sl'
10405 hardcode_into_libs=yes
10406 dynamic_linker="$host_os dld.sl"
10407 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10408 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10409 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10410 soname_spec='${libname}${release}${shared_ext}$major'
10411 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10412 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10413 ;;
10414 *)
10415 shrext_cmds='.sl'
10416 dynamic_linker="$host_os dld.sl"
10417 shlibpath_var=SHLIB_PATH
10418 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10419 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10420 soname_spec='${libname}${release}${shared_ext}$major'
10421 ;;
10422 esac
10423 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10424 postinstall_cmds='chmod 555 $lib'
10425 # or fails outright, so override atomically:
10426 install_override_mode=555
10427 ;;
10428
10429interix[3-9]*)
10430 version_type=linux
10431 need_lib_prefix=no
10432 need_version=no
10433 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10434 soname_spec='${libname}${release}${shared_ext}$major'
10435 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10436 shlibpath_var=LD_LIBRARY_PATH
10437 shlibpath_overrides_runpath=no
10438 hardcode_into_libs=yes
10439 ;;
10440
10441irix5* | irix6* | nonstopux*)
10442 case $host_os in
10443 nonstopux*) version_type=nonstopux ;;
10444 *)
10445 if test "$lt_cv_prog_gnu_ld" = yes; then
10446 version_type=linux
10447 else
10448 version_type=irix
10449 fi ;;
10450 esac
10451 need_lib_prefix=no
10452 need_version=no
10453 soname_spec='${libname}${release}${shared_ext}$major'
10454 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10455 case $host_os in
10456 irix5* | nonstopux*)
10457 libsuff= shlibsuff=
10458 ;;
10459 *)
10460 case $LD in # libtool.m4 will add one of these switches to LD
10461 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10462 libsuff= shlibsuff= libmagic=32-bit;;
10463 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10464 libsuff=32 shlibsuff=N32 libmagic=N32;;
10465 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10466 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10467 *) libsuff= shlibsuff= libmagic=never-match;;
10468 esac
10469 ;;
10470 esac
10471 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10472 shlibpath_overrides_runpath=no
10473 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10474 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10475 hardcode_into_libs=yes
10476 ;;
10477
10478# No shared lib support for Linux oldld, aout, or coff.
10479linux*oldld* | linux*aout* | linux*coff*)
10480 dynamic_linker=no
10481 ;;
10482
10483# This must be Linux ELF.
46f900c0 10484linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10485 version_type=linux
10486 need_lib_prefix=no
10487 need_version=no
10488 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10489 soname_spec='${libname}${release}${shared_ext}$major'
10490 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10491 shlibpath_var=LD_LIBRARY_PATH
10492 shlibpath_overrides_runpath=no
10493
10494 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10495 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10496 $as_echo_n "(cached) " >&6
10497else
6bb11ab3
L
10498 lt_cv_shlibpath_overrides_runpath=no
10499 save_LDFLAGS=$LDFLAGS
10500 save_libdir=$libdir
10501 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10502 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10504/* end confdefs.h. */
10505
2232061b
MF
10506int
10507main ()
10508{
10509
10510 ;
10511 return 0;
10512}
10513_ACEOF
6bb11ab3
L
10514if ac_fn_c_try_link "$LINENO"; then :
10515 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10516 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10517fi
2232061b 10518fi
6bb11ab3
L
10519rm -f core conftest.err conftest.$ac_objext \
10520 conftest$ac_exeext conftest.$ac_ext
10521 LDFLAGS=$save_LDFLAGS
10522 libdir=$save_libdir
2232061b 10523
6bb11ab3 10524fi
2232061b 10525
6bb11ab3 10526 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10527
6bb11ab3
L
10528 # This implies no fast_install, which is unacceptable.
10529 # Some rework will be needed to allow for fast_install
10530 # before this can be enabled.
10531 hardcode_into_libs=yes
2232061b 10532
6bb11ab3
L
10533 # Append ld.so.conf contents to the search path
10534 if test -f /etc/ld.so.conf; then
10535 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' ' '`
10536 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10537 fi
10538
10539 # We used to test for /lib/ld.so.1 and disable shared libraries on
10540 # powerpc, because MkLinux only supported shared libraries with the
10541 # GNU dynamic linker. Since this was broken with cross compilers,
10542 # most powerpc-linux boxes support dynamic linking these days and
10543 # people can always --disable-shared, the test was removed, and we
10544 # assume the GNU/Linux dynamic linker is in use.
10545 dynamic_linker='GNU/Linux ld.so'
10546 ;;
10547
10548netbsd*)
10549 version_type=sunos
10550 need_lib_prefix=no
10551 need_version=no
10552 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10553 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10554 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10555 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10556 else
6bb11ab3
L
10557 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10558 soname_spec='${libname}${release}${shared_ext}$major'
10559 dynamic_linker='NetBSD ld.elf_so'
10560 fi
10561 shlibpath_var=LD_LIBRARY_PATH
10562 shlibpath_overrides_runpath=yes
10563 hardcode_into_libs=yes
10564 ;;
10565
10566newsos6)
10567 version_type=linux
10568 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10569 shlibpath_var=LD_LIBRARY_PATH
10570 shlibpath_overrides_runpath=yes
10571 ;;
10572
10573*nto* | *qnx*)
10574 version_type=qnx
10575 need_lib_prefix=no
10576 need_version=no
10577 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10578 soname_spec='${libname}${release}${shared_ext}$major'
10579 shlibpath_var=LD_LIBRARY_PATH
10580 shlibpath_overrides_runpath=no
10581 hardcode_into_libs=yes
10582 dynamic_linker='ldqnx.so'
10583 ;;
10584
10585openbsd*)
10586 version_type=sunos
10587 sys_lib_dlsearch_path_spec="/usr/lib"
10588 need_lib_prefix=no
10589 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10590 case $host_os in
10591 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10592 *) need_version=no ;;
10593 esac
10594 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10595 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10596 shlibpath_var=LD_LIBRARY_PATH
10597 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10598 case $host_os in
10599 openbsd2.[89] | openbsd2.[89].*)
10600 shlibpath_overrides_runpath=no
10601 ;;
10602 *)
10603 shlibpath_overrides_runpath=yes
10604 ;;
10605 esac
10606 else
10607 shlibpath_overrides_runpath=yes
10608 fi
10609 ;;
10610
10611os2*)
10612 libname_spec='$name'
10613 shrext_cmds=".dll"
10614 need_lib_prefix=no
10615 library_names_spec='$libname${shared_ext} $libname.a'
10616 dynamic_linker='OS/2 ld.exe'
10617 shlibpath_var=LIBPATH
10618 ;;
10619
10620osf3* | osf4* | osf5*)
10621 version_type=osf
10622 need_lib_prefix=no
10623 need_version=no
10624 soname_spec='${libname}${release}${shared_ext}$major'
10625 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10626 shlibpath_var=LD_LIBRARY_PATH
10627 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10628 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10629 ;;
10630
10631rdos*)
10632 dynamic_linker=no
10633 ;;
10634
10635solaris*)
10636 version_type=linux
10637 need_lib_prefix=no
10638 need_version=no
10639 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10640 soname_spec='${libname}${release}${shared_ext}$major'
10641 shlibpath_var=LD_LIBRARY_PATH
10642 shlibpath_overrides_runpath=yes
10643 hardcode_into_libs=yes
10644 # ldd complains unless libraries are executable
10645 postinstall_cmds='chmod +x $lib'
10646 ;;
10647
10648sunos4*)
10649 version_type=sunos
10650 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10651 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10652 shlibpath_var=LD_LIBRARY_PATH
10653 shlibpath_overrides_runpath=yes
10654 if test "$with_gnu_ld" = yes; then
10655 need_lib_prefix=no
10656 fi
10657 need_version=yes
10658 ;;
10659
10660sysv4 | sysv4.3*)
10661 version_type=linux
10662 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10663 soname_spec='${libname}${release}${shared_ext}$major'
10664 shlibpath_var=LD_LIBRARY_PATH
10665 case $host_vendor in
10666 sni)
10667 shlibpath_overrides_runpath=no
10668 need_lib_prefix=no
10669 runpath_var=LD_RUN_PATH
10670 ;;
10671 siemens)
10672 need_lib_prefix=no
10673 ;;
10674 motorola)
10675 need_lib_prefix=no
10676 need_version=no
10677 shlibpath_overrides_runpath=no
10678 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10679 ;;
10680 esac
10681 ;;
10682
10683sysv4*MP*)
10684 if test -d /usr/nec ;then
10685 version_type=linux
10686 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10687 soname_spec='$libname${shared_ext}.$major'
10688 shlibpath_var=LD_LIBRARY_PATH
10689 fi
10690 ;;
10691
10692sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10693 version_type=freebsd-elf
10694 need_lib_prefix=no
10695 need_version=no
10696 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10697 soname_spec='${libname}${release}${shared_ext}$major'
10698 shlibpath_var=LD_LIBRARY_PATH
10699 shlibpath_overrides_runpath=yes
10700 hardcode_into_libs=yes
10701 if test "$with_gnu_ld" = yes; then
10702 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10703 else
10704 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10705 case $host_os in
10706 sco3.2v5*)
10707 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10708 ;;
10709 esac
2232061b 10710 fi
6bb11ab3
L
10711 sys_lib_dlsearch_path_spec='/usr/lib'
10712 ;;
10713
10714tpf*)
10715 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10716 version_type=linux
10717 need_lib_prefix=no
10718 need_version=no
10719 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10720 shlibpath_var=LD_LIBRARY_PATH
10721 shlibpath_overrides_runpath=no
10722 hardcode_into_libs=yes
10723 ;;
10724
10725uts4*)
10726 version_type=linux
10727 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10728 soname_spec='${libname}${release}${shared_ext}$major'
10729 shlibpath_var=LD_LIBRARY_PATH
10730 ;;
10731
10732*)
10733 dynamic_linker=no
10734 ;;
10735esac
10736{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10737$as_echo "$dynamic_linker" >&6; }
10738test "$dynamic_linker" = no && can_build_shared=no
10739
10740variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10741if test "$GCC" = yes; then
10742 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10743fi
2232061b 10744
6bb11ab3
L
10745if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10746 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10747fi
10748if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10749 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10750fi
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
2232061b 10774
2232061b 10775
2232061b 10776
2232061b 10777
2232061b
MF
10778
10779
6ffe910a 10780
6ffe910a
MF
10781
10782
10783
10784
10785
2232061b 10786
6ffe910a
MF
10787
10788
10789
10790
6ffe910a 10791
6ffe910a 10792
6ffe910a
MF
10793
10794
6ffe910a 10795
6ffe910a 10796
6ffe910a
MF
10797
10798
5f3ef9d0 10799
5f3ef9d0
JB
10800
10801
10802
db2e4d67
MF
10803
10804
db2e4d67 10805
db2e4d67 10806
db2e4d67 10807
db2e4d67 10808
db2e4d67 10809
db2e4d67 10810
db2e4d67 10811
db2e4d67
MF
10812
10813
db2e4d67 10814
db2e4d67
MF
10815
10816
db2e4d67 10817
db2e4d67
MF
10818
10819
6ffe910a 10820
6ffe910a 10821
6ffe910a
MF
10822
10823
6ffe910a
MF
10824
10825
6ffe910a 10826
6ffe910a 10827
6ffe910a 10828
6ffe910a 10829
6ffe910a 10830
35695fd6 10831
35695fd6 10832
35695fd6 10833
b7026657 10834
b7026657 10835
c906108c 10836
b7026657 10837
b7026657 10838
c906108c 10839
b7026657 10840
6bb11ab3
L
10841
10842
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10844$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10845hardcode_action=
10846if test -n "$hardcode_libdir_flag_spec" ||
10847 test -n "$runpath_var" ||
10848 test "X$hardcode_automatic" = "Xyes" ; then
10849
10850 # We can hardcode non-existent directories.
10851 if test "$hardcode_direct" != no &&
10852 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10853 # have to relink, otherwise we might link with an installed library
10854 # when we should be linking with a yet-to-be-installed one
10855 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10856 test "$hardcode_minus_L" != no; then
10857 # Linking always hardcodes the temporary library directory.
10858 hardcode_action=relink
10859 else
10860 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10861 hardcode_action=immediate
10862 fi
10863else
10864 # We cannot hardcode anything, or else we can only hardcode existing
10865 # directories.
10866 hardcode_action=unsupported
10867fi
10868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10869$as_echo "$hardcode_action" >&6; }
10870
10871if test "$hardcode_action" = relink ||
10872 test "$inherit_rpath" = yes; then
10873 # Fast installation is not supported
10874 enable_fast_install=no
10875elif test "$shlibpath_overrides_runpath" = yes ||
10876 test "$enable_shared" = no; then
10877 # Fast installation is not necessary
10878 enable_fast_install=needless
c906108c 10879fi
b7026657 10880
c906108c 10881
6bb11ab3
L
10882
10883
10884
10885
10886 if test "x$enable_dlopen" != xyes; then
10887 enable_dlopen=unknown
10888 enable_dlopen_self=unknown
10889 enable_dlopen_self_static=unknown
10890else
10891 lt_cv_dlopen=no
10892 lt_cv_dlopen_libs=
10893
10894 case $host_os in
10895 beos*)
10896 lt_cv_dlopen="load_add_on"
10897 lt_cv_dlopen_libs=
10898 lt_cv_dlopen_self=yes
10899 ;;
10900
10901 mingw* | pw32* | cegcc*)
10902 lt_cv_dlopen="LoadLibrary"
10903 lt_cv_dlopen_libs=
10904 ;;
10905
10906 cygwin*)
10907 lt_cv_dlopen="dlopen"
10908 lt_cv_dlopen_libs=
10909 ;;
10910
10911 darwin*)
10912 # if libdl is installed we need to link against it
10913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10914$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10915if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10916 $as_echo_n "(cached) " >&6
10917else
10918 ac_check_lib_save_LIBS=$LIBS
10919LIBS="-ldl $LIBS"
10920cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10921/* end confdefs.h. */
10922
10923/* Override any GCC internal prototype to avoid an error.
10924 Use char because int might match the return type of a GCC
10925 builtin and then its argument prototype would still apply. */
10926#ifdef __cplusplus
10927extern "C"
10928#endif
10929char dlopen ();
10930int
10931main ()
10932{
10933return dlopen ();
10934 ;
10935 return 0;
10936}
b7026657 10937_ACEOF
6bb11ab3
L
10938if ac_fn_c_try_link "$LINENO"; then :
10939 ac_cv_lib_dl_dlopen=yes
10940else
10941 ac_cv_lib_dl_dlopen=no
10942fi
10943rm -f core conftest.err conftest.$ac_objext \
10944 conftest$ac_exeext conftest.$ac_ext
10945LIBS=$ac_check_lib_save_LIBS
10946fi
10947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10948$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10949if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10950 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10951else
10952
10953 lt_cv_dlopen="dyld"
10954 lt_cv_dlopen_libs=
10955 lt_cv_dlopen_self=yes
c906108c 10956
c906108c 10957fi
c906108c 10958
6bb11ab3 10959 ;;
c906108c 10960
6bb11ab3
L
10961 *)
10962 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10963if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10964 lt_cv_dlopen="shl_load"
10965else
10966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10967$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10968if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10969 $as_echo_n "(cached) " >&6
10970else
10971 ac_check_lib_save_LIBS=$LIBS
10972LIBS="-ldld $LIBS"
10973cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10974/* end confdefs.h. */
10975
10976/* Override any GCC internal prototype to avoid an error.
10977 Use char because int might match the return type of a GCC
10978 builtin and then its argument prototype would still apply. */
10979#ifdef __cplusplus
10980extern "C"
10981#endif
10982char shl_load ();
10983int
10984main ()
10985{
10986return shl_load ();
10987 ;
10988 return 0;
10989}
10990_ACEOF
10991if ac_fn_c_try_link "$LINENO"; then :
10992 ac_cv_lib_dld_shl_load=yes
10993else
10994 ac_cv_lib_dld_shl_load=no
10995fi
10996rm -f core conftest.err conftest.$ac_objext \
10997 conftest$ac_exeext conftest.$ac_ext
10998LIBS=$ac_check_lib_save_LIBS
10999fi
11000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11001$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11002if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11003 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11004else
11005 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11006if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11007 lt_cv_dlopen="dlopen"
11008else
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11010$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11011if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11012 $as_echo_n "(cached) " >&6
c906108c 11013else
b7026657 11014 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11015LIBS="-ldl $LIBS"
81ecdfbb 11016cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11017/* end confdefs.h. */
11018
81ecdfbb
RW
11019/* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
b7026657
AC
11022#ifdef __cplusplus
11023extern "C"
11024#endif
6bb11ab3 11025char dlopen ();
b7026657
AC
11026int
11027main ()
11028{
6bb11ab3 11029return dlopen ();
b7026657
AC
11030 ;
11031 return 0;
11032}
11033_ACEOF
81ecdfbb 11034if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11035 ac_cv_lib_dl_dlopen=yes
b7026657 11036else
6bb11ab3 11037 ac_cv_lib_dl_dlopen=no
b7026657 11038fi
81ecdfbb
RW
11039rm -f core conftest.err conftest.$ac_objext \
11040 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11041LIBS=$ac_check_lib_save_LIBS
11042fi
6bb11ab3
L
11043{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11044$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11045if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11046 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11047else
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11049$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11050if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11051 $as_echo_n "(cached) " >&6
c906108c 11052else
b7026657 11053 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11054LIBS="-lsvld $LIBS"
81ecdfbb 11055cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11056/* end confdefs.h. */
11057
81ecdfbb
RW
11058/* Override any GCC internal prototype to avoid an error.
11059 Use char because int might match the return type of a GCC
11060 builtin and then its argument prototype would still apply. */
b7026657
AC
11061#ifdef __cplusplus
11062extern "C"
11063#endif
6bb11ab3 11064char dlopen ();
b7026657
AC
11065int
11066main ()
11067{
6bb11ab3 11068return dlopen ();
b7026657
AC
11069 ;
11070 return 0;
11071}
11072_ACEOF
81ecdfbb 11073if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11074 ac_cv_lib_svld_dlopen=yes
b7026657 11075else
6bb11ab3 11076 ac_cv_lib_svld_dlopen=no
b7026657 11077fi
81ecdfbb
RW
11078rm -f core conftest.err conftest.$ac_objext \
11079 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11080LIBS=$ac_check_lib_save_LIBS
11081fi
6bb11ab3
L
11082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11083$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11084if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11085 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11086else
6bb11ab3
L
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11088$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11089if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb
RW
11090 $as_echo_n "(cached) " >&6
11091else
6bb11ab3
L
11092 ac_check_lib_save_LIBS=$LIBS
11093LIBS="-ldld $LIBS"
81ecdfbb 11094cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624 11095/* end confdefs.h. */
81ecdfbb
RW
11096
11097/* Override any GCC internal prototype to avoid an error.
11098 Use char because int might match the return type of a GCC
11099 builtin and then its argument prototype would still apply. */
11100#ifdef __cplusplus
11101extern "C"
11102#endif
6bb11ab3 11103char dld_link ();
81ecdfbb
RW
11104int
11105main ()
11106{
6bb11ab3 11107return dld_link ();
81ecdfbb
RW
11108 ;
11109 return 0;
11110}
b5bd9624 11111_ACEOF
6bb11ab3
L
11112if ac_fn_c_try_link "$LINENO"; then :
11113 ac_cv_lib_dld_dld_link=yes
11114else
11115 ac_cv_lib_dld_dld_link=no
11116fi
11117rm -f core conftest.err conftest.$ac_objext \
11118 conftest$ac_exeext conftest.$ac_ext
11119LIBS=$ac_check_lib_save_LIBS
11120fi
11121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11122$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11123if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11124 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11125fi
11126
11127
11128fi
11129
11130
11131fi
11132
11133
11134fi
11135
11136
11137fi
11138
11139
11140fi
11141
11142 ;;
11143 esac
11144
11145 if test "x$lt_cv_dlopen" != xno; then
11146 enable_dlopen=yes
b5bd9624 11147 else
6bb11ab3
L
11148 enable_dlopen=no
11149 fi
11150
11151 case $lt_cv_dlopen in
11152 dlopen)
11153 save_CPPFLAGS="$CPPFLAGS"
11154 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11155
11156 save_LDFLAGS="$LDFLAGS"
11157 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11158
11159 save_LIBS="$LIBS"
11160 LIBS="$lt_cv_dlopen_libs $LIBS"
11161
11162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11163$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11164if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11165 $as_echo_n "(cached) " >&6
11166else
11167 if test "$cross_compiling" = yes; then :
11168 lt_cv_dlopen_self=cross
11169else
11170 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11171 lt_status=$lt_dlunknown
11172 cat > conftest.$ac_ext <<_LT_EOF
ebe9564b 11173#line 11173 "configure"
6bb11ab3
L
11174#include "confdefs.h"
11175
11176#if HAVE_DLFCN_H
11177#include <dlfcn.h>
11178#endif
11179
11180#include <stdio.h>
11181
11182#ifdef RTLD_GLOBAL
11183# define LT_DLGLOBAL RTLD_GLOBAL
11184#else
11185# ifdef DL_GLOBAL
11186# define LT_DLGLOBAL DL_GLOBAL
11187# else
11188# define LT_DLGLOBAL 0
11189# endif
11190#endif
11191
11192/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11193 find out it does not work in some platform. */
11194#ifndef LT_DLLAZY_OR_NOW
11195# ifdef RTLD_LAZY
11196# define LT_DLLAZY_OR_NOW RTLD_LAZY
11197# else
11198# ifdef DL_LAZY
11199# define LT_DLLAZY_OR_NOW DL_LAZY
11200# else
11201# ifdef RTLD_NOW
11202# define LT_DLLAZY_OR_NOW RTLD_NOW
11203# else
11204# ifdef DL_NOW
11205# define LT_DLLAZY_OR_NOW DL_NOW
11206# else
11207# define LT_DLLAZY_OR_NOW 0
11208# endif
11209# endif
11210# endif
11211# endif
11212#endif
11213
11214/* When -fvisbility=hidden is used, assume the code has been annotated
11215 correspondingly for the symbols needed. */
11216#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11217void fnord () __attribute__((visibility("default")));
11218#endif
11219
11220void fnord () { int i=42; }
11221int main ()
11222{
11223 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11224 int status = $lt_dlunknown;
11225
11226 if (self)
11227 {
11228 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11229 else
11230 {
11231 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11232 else puts (dlerror ());
11233 }
11234 /* dlclose (self); */
11235 }
11236 else
11237 puts (dlerror ());
11238
11239 return status;
11240}
11241_LT_EOF
11242 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11243 (eval $ac_link) 2>&5
11244 ac_status=$?
11245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11246 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11247 (./conftest; exit; ) >&5 2>/dev/null
11248 lt_status=$?
11249 case x$lt_status in
11250 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11251 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11252 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11253 esac
11254 else :
11255 # compilation failed
11256 lt_cv_dlopen_self=no
b5bd9624 11257 fi
b5bd9624 11258fi
6bb11ab3
L
11259rm -fr conftest*
11260
11261
b5bd9624 11262fi
6bb11ab3
L
11263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11264$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11265
6bb11ab3
L
11266 if test "x$lt_cv_dlopen_self" = xyes; then
11267 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11269$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11270if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11271 $as_echo_n "(cached) " >&6
b5bd9624 11272else
6bb11ab3
L
11273 if test "$cross_compiling" = yes; then :
11274 lt_cv_dlopen_self_static=cross
11275else
11276 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11277 lt_status=$lt_dlunknown
11278 cat > conftest.$ac_ext <<_LT_EOF
ebe9564b 11279#line 11279 "configure"
6bb11ab3
L
11280#include "confdefs.h"
11281
11282#if HAVE_DLFCN_H
11283#include <dlfcn.h>
11284#endif
11285
11286#include <stdio.h>
11287
11288#ifdef RTLD_GLOBAL
11289# define LT_DLGLOBAL RTLD_GLOBAL
11290#else
11291# ifdef DL_GLOBAL
11292# define LT_DLGLOBAL DL_GLOBAL
11293# else
11294# define LT_DLGLOBAL 0
11295# endif
11296#endif
11297
11298/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11299 find out it does not work in some platform. */
11300#ifndef LT_DLLAZY_OR_NOW
11301# ifdef RTLD_LAZY
11302# define LT_DLLAZY_OR_NOW RTLD_LAZY
11303# else
11304# ifdef DL_LAZY
11305# define LT_DLLAZY_OR_NOW DL_LAZY
11306# else
11307# ifdef RTLD_NOW
11308# define LT_DLLAZY_OR_NOW RTLD_NOW
11309# else
11310# ifdef DL_NOW
11311# define LT_DLLAZY_OR_NOW DL_NOW
11312# else
11313# define LT_DLLAZY_OR_NOW 0
11314# endif
11315# endif
11316# endif
11317# endif
11318#endif
11319
11320/* When -fvisbility=hidden is used, assume the code has been annotated
11321 correspondingly for the symbols needed. */
11322#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11323void fnord () __attribute__((visibility("default")));
11324#endif
11325
11326void fnord () { int i=42; }
11327int main ()
11328{
11329 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11330 int status = $lt_dlunknown;
11331
11332 if (self)
11333 {
11334 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11335 else
11336 {
11337 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11338 else puts (dlerror ());
11339 }
11340 /* dlclose (self); */
11341 }
11342 else
11343 puts (dlerror ());
11344
11345 return status;
11346}
11347_LT_EOF
11348 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11349 (eval $ac_link) 2>&5
11350 ac_status=$?
11351 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11352 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11353 (./conftest; exit; ) >&5 2>/dev/null
11354 lt_status=$?
11355 case x$lt_status in
11356 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11357 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11358 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11359 esac
11360 else :
11361 # compilation failed
11362 lt_cv_dlopen_self_static=no
11363 fi
b5bd9624 11364fi
6bb11ab3
L
11365rm -fr conftest*
11366
11367
b5bd9624 11368fi
6bb11ab3
L
11369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11370$as_echo "$lt_cv_dlopen_self_static" >&6; }
11371 fi
11372
11373 CPPFLAGS="$save_CPPFLAGS"
11374 LDFLAGS="$save_LDFLAGS"
11375 LIBS="$save_LIBS"
11376 ;;
11377 esac
11378
11379 case $lt_cv_dlopen_self in
11380 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11381 *) enable_dlopen_self=unknown ;;
11382 esac
11383
11384 case $lt_cv_dlopen_self_static in
11385 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11386 *) enable_dlopen_self_static=unknown ;;
11387 esac
11388fi
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
11403
11404
11405
11406striplib=
11407old_striplib=
11408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11409$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11410if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11411 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11412 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11414$as_echo "yes" >&6; }
11415else
11416# FIXME - insert some real tests, host_os isn't really good enough
11417 case $host_os in
11418 darwin*)
11419 if test -n "$STRIP" ; then
11420 striplib="$STRIP -x"
11421 old_striplib="$STRIP -S"
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11423$as_echo "yes" >&6; }
11424 else
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11426$as_echo "no" >&6; }
11427 fi
11428 ;;
11429 *)
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11431$as_echo "no" >&6; }
11432 ;;
11433 esac
11434fi
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447 # Report which library types will actually be built
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11449$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11451$as_echo "$can_build_shared" >&6; }
11452
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11454$as_echo_n "checking whether to build shared libraries... " >&6; }
11455 test "$can_build_shared" = "no" && enable_shared=no
11456
11457 # On AIX, shared libraries and static libraries use the same namespace, and
11458 # are all built from PIC.
11459 case $host_os in
11460 aix3*)
11461 test "$enable_shared" = yes && enable_static=no
11462 if test -n "$RANLIB"; then
11463 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11464 postinstall_cmds='$RANLIB $lib'
11465 fi
11466 ;;
11467
11468 aix[4-9]*)
11469 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11470 test "$enable_shared" = yes && enable_static=no
11471 fi
11472 ;;
11473 esac
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11475$as_echo "$enable_shared" >&6; }
11476
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11478$as_echo_n "checking whether to build static libraries... " >&6; }
11479 # Make sure either enable_shared or enable_static is yes.
11480 test "$enable_shared" = yes || enable_static=yes
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11482$as_echo "$enable_static" >&6; }
11483
11484
11485
11486
11487fi
11488ac_ext=c
11489ac_cpp='$CPP $CPPFLAGS'
11490ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11491ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11492ac_compiler_gnu=$ac_cv_c_compiler_gnu
11493
11494CC="$lt_save_CC"
11495
11496
11497
11498
11499
11500
11501
11502
11503
b5bd9624 11504
b5bd9624 11505
b5bd9624 11506
b5bd9624 11507
6bb11ab3
L
11508 ac_config_commands="$ac_config_commands libtool"
11509
11510
11511
11512
11513# Only expand once:
11514
11515
5912fadd 11516
b5bd9624 11517
c906108c
SS
11518
11519
31e6ad7d
MF
11520
11521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11522$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11523 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11524if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11525 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11526else
11527 USE_MAINTAINER_MODE=no
c906108c 11528fi
31e6ad7d
MF
11529
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11531$as_echo "$USE_MAINTAINER_MODE" >&6; }
11532 if test $USE_MAINTAINER_MODE = yes; then
11533 MAINTAINER_MODE_TRUE=
11534 MAINTAINER_MODE_FALSE='#'
c906108c 11535else
31e6ad7d
MF
11536 MAINTAINER_MODE_TRUE='#'
11537 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11538fi
11539
31e6ad7d
MF
11540 MAINT=$MAINTAINER_MODE_TRUE
11541
11542
c906108c
SS
11543
11544
ce39bd38
MF
11545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11546$as_echo_n "checking for sim debug setting... " >&6; }
11547sim_debug="0"
81ecdfbb
RW
11548# Check whether --enable-sim-debug was given.
11549if test "${enable_sim_debug+set}" = set; then :
11550 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11551 yes) sim_debug="7";;
11552 no) sim_debug="0";;
11553 *) sim_debug="($enableval)";;
c906108c 11554esac
c906108c 11555fi
ce39bd38
MF
11556if test "$sim_debug" != "0"; then
11557
11558cat >>confdefs.h <<_ACEOF
11559#define DEBUG $sim_debug
11560_ACEOF
11561
81ecdfbb
RW
11562fi
11563
ce39bd38
MF
11564cat >>confdefs.h <<_ACEOF
11565#define WITH_DEBUG $sim_debug
11566_ACEOF
11567
11568{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11569$as_echo "$sim_debug" >&6; }
c906108c
SS
11570
11571
ce39bd38
MF
11572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11573$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11574sim_stdio="0"
81ecdfbb
RW
11575# Check whether --enable-sim-stdio was given.
11576if test "${enable_sim_stdio+set}" = set; then :
11577 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11578 yes) sim_stdio="DO_USE_STDIO";;
11579 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11580 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11581esac
81ecdfbb
RW
11582fi
11583
ce39bd38
MF
11584cat >>confdefs.h <<_ACEOF
11585#define WITH_STDIO $sim_stdio
11586_ACEOF
11587
11588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11589$as_echo "$sim_stdio" >&6; }
c906108c
SS
11590
11591
ce39bd38
MF
11592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11593$as_echo_n "checking for sim trace settings... " >&6; }
11594sim_trace="~TRACE_debug"
81ecdfbb
RW
11595# Check whether --enable-sim-trace was given.
11596if test "${enable_sim_trace+set}" = set; then :
11597 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11598 yes) sim_trace="-1";;
11599 no) sim_trace="0";;
c906108c 11600 [-0-9]*)
ce39bd38 11601 sim_trace="'(${enableval})'";;
2232061b 11602 [[:lower:]]*)
c906108c
SS
11603 sim_trace=""
11604 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11605 if test x"$sim_trace" = x; then
ce39bd38 11606 sim_trace="(TRACE_$x"
c906108c
SS
11607 else
11608 sim_trace="${sim_trace}|TRACE_$x"
11609 fi
11610 done
ce39bd38 11611 sim_trace="$sim_trace)" ;;
c906108c 11612esac
81ecdfbb
RW
11613fi
11614
ce39bd38
MF
11615cat >>confdefs.h <<_ACEOF
11616#define WITH_TRACE $sim_trace
11617_ACEOF
11618
11619{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11620$as_echo "$sim_trace" >&6; }
c906108c
SS
11621
11622
ce39bd38
MF
11623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11624$as_echo_n "checking for sim profile settings... " >&6; }
11625profile="1"
11626sim_profile="-1"
81ecdfbb
RW
11627# Check whether --enable-sim-profile was given.
11628if test "${enable_sim_profile+set}" = set; then :
11629 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11630 yes) profile="1" sim_profile="-1";;
11631 no) profile="0" sim_profile="0";;
c906108c 11632 [-0-9]*)
ce39bd38 11633 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11634 [a-z]*)
ce39bd38 11635 profile="1"
c906108c
SS
11636 sim_profile=""
11637 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11638 if test x"$sim_profile" = x; then
ce39bd38 11639 sim_profile="(PROFILE_$x"
c906108c
SS
11640 else
11641 sim_profile="${sim_profile}|PROFILE_$x"
11642 fi
11643 done
ce39bd38 11644 sim_profile="$sim_profile)" ;;
c906108c 11645esac
81ecdfbb
RW
11646fi
11647
ce39bd38
MF
11648cat >>confdefs.h <<_ACEOF
11649#define PROFILE $profile
11650_ACEOF
c906108c
SS
11651
11652
ce39bd38
MF
11653cat >>confdefs.h <<_ACEOF
11654#define WITH_PROFILE $sim_profile
11655_ACEOF
11656
11657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11658$as_echo "$sim_profile" >&6; }
11659
11660
11661
11662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11663$as_echo_n "checking whether to enable sim asserts... " >&6; }
11664sim_assert="1"
35656e95
MF
11665# Check whether --enable-sim-assert was given.
11666if test "${enable_sim_assert+set}" = set; then :
11667 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11668 yes) sim_assert="1";;
11669 no) sim_assert="0";;
d0ac1c44 11670 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11671esac
35656e95
MF
11672fi
11673
ce39bd38
MF
11674cat >>confdefs.h <<_ACEOF
11675#define WITH_ASSERT $sim_assert
11676_ACEOF
11677
11678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11679$as_echo "$sim_assert" >&6; }
11680
35656e95 11681
ce39bd38
MF
11682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11683$as_echo_n "checking default sim environment setting... " >&6; }
11684sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11685# Check whether --enable-sim-environment was given.
11686if test "${enable_sim_environment+set}" = set; then :
11687 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11688 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11689 user | USER) sim_environment="USER_ENVIRONMENT";;
11690 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11691 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11692 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11693esac
16f7876d
MF
11694fi
11695
ce39bd38
MF
11696cat >>confdefs.h <<_ACEOF
11697#define WITH_ENVIRONMENT $sim_environment
11698_ACEOF
11699
11700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11701$as_echo "$sim_environment" >&6; }
11702
16f7876d 11703
347fe5bb
MF
11704sim_inline="-DDEFAULT_INLINE=0"
11705# Check whether --enable-sim-inline was given.
11706if test "${enable_sim_inline+set}" = set; then :
11707 enableval=$enable_sim_inline; sim_inline=""
11708case "$enableval" in
11709 no) sim_inline="-DDEFAULT_INLINE=0";;
11710 0) sim_inline="-DDEFAULT_INLINE=0";;
11711 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11712 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11713 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11714 new_flag=""
11715 case "$x" in
11716 *_INLINE=*) new_flag="-D$x";;
11717 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11718 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11719 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11720 esac
11721 if test x"$sim_inline" = x""; then
11722 sim_inline="$new_flag"
11723 else
11724 sim_inline="$sim_inline $new_flag"
11725 fi
11726 done;;
11727esac
11728if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11729 echo "Setting inline flags = $sim_inline" 6>&1
11730fi
11731fi
11732
11733
11734
6efef468 11735
81ecdfbb
RW
11736# Check whether --with-pkgversion was given.
11737if test "${with_pkgversion+set}" = set; then :
11738 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11739 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11740 no) PKGVERSION= ;;
11741 *) PKGVERSION="($withval) " ;;
11742 esac
11743else
bf12d44e 11744 PKGVERSION="(SIM) "
6efef468 11745
81ecdfbb
RW
11746fi
11747
6efef468
JM
11748
11749
11750
11751
81ecdfbb
RW
11752# Check whether --with-bugurl was given.
11753if test "${with_bugurl+set}" = set; then :
11754 withval=$with_bugurl; case "$withval" in
d0ac1c44 11755 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11756 no) BUGURL=
11757 ;;
11758 *) BUGURL="$withval"
11759 ;;
11760 esac
11761else
dfb856ba 11762 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11763
81ecdfbb
RW
11764fi
11765
6efef468
JM
11766 case ${BUGURL} in
11767 "")
11768 REPORT_BUGS_TO=
11769 REPORT_BUGS_TEXI=
11770 ;;
11771 *)
11772 REPORT_BUGS_TO="<$BUGURL>"
11773 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11774 ;;
11775 esac;
11776
11777
11778
11779
11780cat >>confdefs.h <<_ACEOF
11781#define PKGVERSION "$PKGVERSION"
11782_ACEOF
11783
11784
11785cat >>confdefs.h <<_ACEOF
11786#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11787_ACEOF
11788
11789
81ecdfbb
RW
11790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11791$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11792if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11793 $as_echo_n "(cached) " >&6
c906108c 11794else
81ecdfbb 11795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11796/* end confdefs.h. */
c906108c
SS
11797#include <sys/types.h>
11798#include <signal.h>
c906108c 11799
b7026657
AC
11800int
11801main ()
11802{
81ecdfbb 11803return *(signal (0, 0)) (0) == 1;
b7026657
AC
11804 ;
11805 return 0;
11806}
11807_ACEOF
81ecdfbb
RW
11808if ac_fn_c_try_compile "$LINENO"; then :
11809 ac_cv_type_signal=int
c906108c 11810else
81ecdfbb 11811 ac_cv_type_signal=void
c906108c 11812fi
81ecdfbb 11813rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11814fi
81ecdfbb
RW
11815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11816$as_echo "$ac_cv_type_signal" >&6; }
c906108c 11817
b7026657 11818cat >>confdefs.h <<_ACEOF
c906108c 11819#define RETSIGTYPE $ac_cv_type_signal
b7026657 11820_ACEOF
c906108c
SS
11821
11822
cd0fc7c3
SS
11823
11824
c906108c 11825
c906108c 11826
c906108c
SS
11827wire_alignment="NONSTRICT_ALIGNMENT"
11828default_alignment=""
11829
81ecdfbb
RW
11830# Check whether --enable-sim-alignment was given.
11831if test "${enable_sim_alignment+set}" = set; then :
11832 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11833 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11834 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11835 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11836 yes) if test x"$wire_alignment" != x; then
11837 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11838 else
11839 if test x"$default_alignment" != x; then
11840 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11841 else
11842 echo "No hard-wired alignment for target $target" 1>&6
11843 sim_alignment="-DWITH_ALIGNMENT=0"
11844 fi
11845 fi;;
11846 no) if test x"$default_alignment" != x; then
11847 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11848 else
11849 if test x"$wire_alignment" != x; then
11850 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11851 else
11852 echo "No default alignment for target $target" 1>&6
11853 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11854 fi
11855 fi;;
d0ac1c44 11856 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11857esac
11858if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11859 echo "Setting alignment flags = $sim_alignment" 6>&1
11860fi
11861else
11862 if test x"$default_alignment" != x; then
11863 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11864else
11865 if test x"$wire_alignment" != x; then
11866 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11867 else
11868 sim_alignment=
11869 fi
11870fi
81ecdfbb
RW
11871fi
11872
c906108c 11873
2232061b
MF
11874# Check whether --enable-werror was given.
11875if test "${enable_werror+set}" = set; then :
11876 enableval=$enable_werror; case "${enableval}" in
11877 yes | y) ERROR_ON_WARNING="yes" ;;
11878 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11879 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11880 esac
11881fi
11882
11883
11884# Enable -Werror by default when using gcc
11885if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11886 ERROR_ON_WARNING=yes
51216631 11887fi
2232061b
MF
11888
11889WERROR_CFLAGS=""
2232061b 11890
2232061b 11891build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 11892-Wpointer-sign \
2232061b 11893-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
11894-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11895-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11896-Wold-style-declaration -Wold-style-definition"
2232061b
MF
11897
11898# Enable -Wno-format by default when using gcc on mingw since many
11899# GCC versions complain about %I64.
11900case "${host}" in
11901 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 11902 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
11903esac
11904
81ecdfbb
RW
11905# Check whether --enable-build-warnings was given.
11906if test "${enable_build_warnings+set}" = set; then :
11907 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
11908 yes) ;;
11909 no) build_warnings="-w";;
11910 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11911 build_warnings="${build_warnings} ${t}";;
11912 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11913 build_warnings="${t} ${build_warnings}";;
11914 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11915esac
11916if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11917 echo "Setting compiler warning flags = $build_warnings" 6>&1
11918fi
81ecdfbb
RW
11919fi
11920# Check whether --enable-sim-build-warnings was given.
11921if test "${enable_sim_build_warnings+set}" = set; then :
11922 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
11923 yes) ;;
11924 no) build_warnings="-w";;
11925 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 11926 build_warnings="${build_warnings} ${t}";;
c906108c 11927 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
11928 build_warnings="${t} ${build_warnings}";;
11929 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
11930esac
11931if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
11932 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11933fi
81ecdfbb
RW
11934fi
11935WARN_CFLAGS=""
d4f3574e
SS
11936if test "x${build_warnings}" != x -a "x$GCC" = xyes
11937then
81ecdfbb
RW
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11939$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
11940 # Separate out the -Werror flag as some files just cannot be
11941 # compiled with it enabled.
11942 for w in ${build_warnings}; do
11943 case $w in
11944 -Werr*) WERROR_CFLAGS=-Werror ;;
11945 *) # Check that GCC accepts it
11946 saved_CFLAGS="$CFLAGS"
11947 CFLAGS="$CFLAGS $w"
81ecdfbb 11948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11949/* end confdefs.h. */
c8cca39f 11950
b7026657
AC
11951int
11952main ()
11953{
c8cca39f 11954
b7026657
AC
11955 ;
11956 return 0;
11957}
11958_ACEOF
81ecdfbb 11959if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 11960 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 11961fi
81ecdfbb 11962rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
11963 CFLAGS="$saved_CFLAGS"
11964 esac
11965 done
2232061b
MF
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11967$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
11968fi
11969
11970
e6c674b8 11971default_sim_reserved_bits="1"
81ecdfbb
RW
11972# Check whether --enable-sim-reserved-bits was given.
11973if test "${enable_sim_reserved_bits+set}" = set; then :
11974 enableval=$enable_sim_reserved_bits; case "${enableval}" in
e6c674b8
CD
11975 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
11976 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 11977 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
e6c674b8
CD
11978esac
11979if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
11980 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
11981fi
11982else
11983 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
11984fi
11985
e6c674b8 11986
c906108c
SS
11987# DEPRECATED
11988#
11989# Instead of defining a `subtarget' macro, code should be checking
11990# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
11991# in question.
11992#
11993case "${target}" in
4c54fc26 11994 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
c906108c 11995 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
109ad085 11996 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
cc220243 11997 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
1e799e28
CD
11998 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
11999 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
c906108c
SS
12000 *) SIM_SUBTARGET="";;
12001esac
12002
12003
12004
12005
12006#
12007# Select the byte order of the target
12008#
12009mips_endian=
12010default_endian=
12011case "${target}" in
1ac72f06
MF
12012 mips64el*-*-*) mips_endian=LITTLE ;;
12013 mips64vr*el-*-*) default_endian=LITTLE ;;
12014 mips64*-*-*) default_endian=BIG ;;
12015 mips16*-*-*) default_endian=BIG ;;
12016 mipsisa32*-*-*) default_endian=BIG ;;
12017 mipsisa64*-*-*) default_endian=BIG ;;
12018 mips*-*-*) default_endian=BIG ;;
12019 *) default_endian=BIG ;;
c906108c
SS
12020esac
12021
12022wire_endian="$mips_endian"
12023default_endian="$default_endian"
81ecdfbb
RW
12024# Check whether --enable-sim-endian was given.
12025if test "${enable_sim_endian+set}" = set; then :
12026 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
12027 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
12028 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 12029 yes) if test x"$wire_endian" != x; then
1ac72f06 12030 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 12031 else
1ac72f06
MF
12032 if test x"$default_endian" != x; then
12033 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12034 else
12035 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 12036 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
12037 fi
12038 fi;;
12039 no) if test x"$default_endian" != x; then
1ac72f06 12040 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12041 else
12042 if test x"$wire_endian" != x; then
1ac72f06 12043 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
12044 else
12045 echo "No default endian for target $target" 1>&6
1ac72f06 12046 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
12047 fi
12048 fi;;
d0ac1c44 12049 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
12050esac
12051if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12052 echo "Setting endian flags = $sim_endian" 6>&1
12053fi
12054else
12055 if test x"$default_endian" != x; then
1ac72f06 12056 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
12057else
12058 if test x"$wire_endian" != x; then
1ac72f06 12059 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
12060 else
12061 sim_endian=
12062 fi
12063fi
81ecdfbb
RW
12064fi
12065
c906108c
SS
12066
12067
12068
12069#
12070# Select the bitsize of the target
12071#
12072mips_addr_bitsize=
12073case "${target}" in
109ad085 12074 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
cc220243 12075 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
12076 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
12077 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1e799e28
CD
12078 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
12079 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
12080 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
12081 *) mips_bitsize=64 ; mips_msb=63 ;;
12082esac
12083wire_word_bitsize="$mips_bitsize"
12084wire_word_msb="$mips_msb"
12085wire_address_bitsize="$mips_addr_bitsize"
12086wire_cell_bitsize=""
81ecdfbb
RW
12087# Check whether --enable-sim-bitsize was given.
12088if test "${enable_sim_bitsize+set}" = set; then :
12089 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
12090case "${enableval}" in
12091 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
12092 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
12093 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12094 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12095 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12096 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
12097 else
12098 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
12099 fi ;;
12100 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12101 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
12102 else
12103 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
12104 fi ;;
d0ac1c44 12105 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12106esac
12107# address bitsize
12108tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
12109case x"${tmp}" in
12110 x ) ;;
12111 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
12112 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 12113 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12114esac
12115# cell bitsize
12116tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
12117case x"${tmp}" in
12118 x ) ;;
12119 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
12120 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 12121 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12122esac
12123if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
12124 echo "Setting bitsize flags = $sim_bitsize" 6>&1
12125fi
12126else
12127 sim_bitsize=""
12128if test x"$wire_word_bitsize" != x; then
12129 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
12130fi
12131if test x"$wire_word_msb" != x; then
12132 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
12133fi
12134if test x"$wire_address_bitsize" != x; then
12135 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
12136fi
12137if test x"$wire_cell_bitsize" != x; then
12138 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
12139fi
81ecdfbb
RW
12140fi
12141
c906108c
SS
12142
12143
12144
12145#
12146# Select the floating hardware support of the target
12147#
12148mips_fpu=HARDWARE_FLOATING_POINT
12149mips_fpu_bitsize=
12150case "${target}" in
4b5d35ee 12151 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
109ad085 12152 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
cc220243 12153 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
12154 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
12155 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1e799e28
CD
12156 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
12157 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
12158 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
12159 *) mips_fpu=HARD_FLOATING_POINT ;;
12160esac
12161
12162default_sim_float="$mips_fpu"
12163default_sim_float_bitsize="$mips_fpu_bitsize"
81ecdfbb
RW
12164# Check whether --enable-sim-float was given.
12165if test "${enable_sim_float+set}" = set; then :
12166 enableval=$enable_sim_float; case "${enableval}" in
c906108c
SS
12167 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
12168 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
12169 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
12170 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
d0ac1c44 12171 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
c906108c
SS
12172esac
12173if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
12174 echo "Setting float flags = $sim_float" 6>&1
12175fi
12176else
b7026657 12177
c906108c
SS
12178sim_float=
12179if test x"${default_sim_float}" != x""; then
12180 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
12181fi
12182if test x"${default_sim_float_bitsize}" != x""; then
12183 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
12184fi
12185
81ecdfbb
RW
12186fi
12187
c906108c
SS
12188
12189
12190
c906108c
SS
12191#
12192# Select the IGEN architecture
12193#
12194sim_gen=IGEN
12195sim_igen_machine="-M mipsIV"
139181c8 12196sim_m16_machine="-M mips16,mipsIII"
c906108c
SS
12197sim_igen_filter="32,64,f"
12198sim_m16_filter="16"
4c54fc26
CD
12199sim_mach_default="mips8000"
12200
c906108c
SS
12201case "${target}" in
12202 mips*tx39*) sim_gen=IGEN
12203 sim_igen_filter="32,f"
12204 sim_igen_machine="-M r3900"
12205 ;;
12206 mips64vr43*-*-*) sim_gen=IGEN
12207 sim_igen_machine="-M mipsIV"
4c54fc26 12208 sim_mach_default="mips8000"
c906108c
SS
12209 ;;
12210 mips64vr5*-*-*) sim_gen=IGEN
12211 sim_igen_machine="-M vr5000"
4c54fc26 12212 sim_mach_default="mips5000"
c906108c
SS
12213 ;;
12214 mips64vr41*) sim_gen=M16
12215 sim_igen_machine="-M vr4100"
12216 sim_m16_machine="-M vr4100"
12217 sim_igen_filter="32,64,f"
12218 sim_m16_filter="16"
4c54fc26 12219 sim_mach_default="mips4100"
c906108c 12220 ;;
4c54fc26
CD
12221 mips64vr-*-* | mips64vrel-*-*)
12222 sim_gen=MULTI
12223 sim_multi_configs="\
12224 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
12225 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
12226 vr5000:mipsIV:32,64,f:mips4300,mips5000\
12227 vr5400:mipsIV,vr5400:32,64,f:mips5400\
12228 vr5500:mipsIV,vr5500:32,64,f:mips5500"
12229 sim_multi_default=mips5000
12230 ;;
cc220243 12231 mips*-sde-elf* | mips*-mti-elf*)
8e394ffc
AB
12232 sim_gen=MULTI
12233 sim_multi_configs="\
12234 micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
12235 mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
12236 sim_multi_default=mipsisa64r2
109ad085 12237 ;;
c906108c
SS
12238 mips64*-*-*) sim_igen_filter="32,64,f"
12239 sim_gen=IGEN
12240 ;;
12241 mips16*-*-*) sim_gen=M16
12242 sim_igen_filter="32,64,f"
12243 sim_m16_filter="16"
12244 ;;
8e394ffc
AB
12245 mipsisa32r2*-*-*) sim_gen=MULTI
12246 sim_multi_configs="\
12247 micromips:micromips32,micromipsdsp:32,f:mips_micromips\
12248 mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
12249 sim_multi_default=mipsisa32r2
e70cb6cd 12250 ;;
d5fb0879
RS
12251 mipsisa32*-*-*) sim_gen=M16
12252 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
12253 sim_m16_machine="-M mips16,mips16e,mips32"
12254 sim_igen_filter="32,f"
12255 sim_mach_default="mipsisa32"
1e799e28 12256 ;;
d5fb0879
RS
12257 mipsisa64r2*-*-*) sim_gen=M16
12258 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
12259 sim_m16_machine="-M mips16,mips16e,mips64r2"
12260 sim_igen_filter="32,64,f"
12261 sim_mach_default="mipsisa64r2"
e70cb6cd 12262 ;;
7cbea089 12263 mipsisa64sb1*-*-*) sim_gen=IGEN
109ad085 12264 sim_igen_machine="-M mips64,mips3d,sb1"
7cbea089 12265 sim_igen_filter="32,64,f"
4c54fc26 12266 sim_mach_default="mips_sb1"
7cbea089 12267 ;;
d5fb0879
RS
12268 mipsisa64*-*-*) sim_gen=M16
12269 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
12270 sim_m16_machine="-M mips16,mips16e,mips64"
12271 sim_igen_filter="32,64,f"
12272 sim_mach_default="mipsisa64"
1e799e28 12273 ;;
109ad085 12274 mips*lsi*) sim_gen=M16
c906108c
SS
12275 sim_igen_machine="-M mipsIII,mips16"
12276 sim_m16_machine="-M mips16,mipsIII"
12277 sim_igen_filter="32,f"
12278 sim_m16_filter="16"
4c54fc26 12279 sim_mach_default="mips4000"
109ad085 12280 ;;
c906108c
SS
12281 mips*-*-*) sim_gen=IGEN
12282 sim_igen_filter="32,f"
12283 ;;
12284esac
4c54fc26
CD
12285
12286# The MULTI generator can combine several simulation engines into one.
12287# executable. A configuration which uses the MULTI should set two
12288# variables: ${sim_multi_configs} and ${sim_multi_default}.
12289#
12290# ${sim_multi_configs} is the list of engines to build. Each
12291# space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
12292# where:
12293#
12294# - NAME is a C-compatible prefix for the engine,
12295# - MACHINE is a -M argument,
12296# - FILTER is a -F argument, and
12297# - BFDMACHS is a comma-separated list of bfd machines that the
12298# simulator can run.
12299#
12300# Each entry will have a separate simulation engine whose prefix is
12301# m32<NAME>. If the machine list includes "mips16", there will also
12302# be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
12303# generated using the same machine list as the 32-bit version,
12304# but the filter will be "16" instead of FILTER.
12305#
12306# The simulator compares the bfd mach against BFDMACHS to decide
12307# which engine to use. Entries in BFDMACHS should be bfd_mach
12308# values with "bfd_mach_" removed. ${sim_multi_default} says
12309# which entry should be the default.
12310if test ${sim_gen} = MULTI; then
12311
12312 # Simple sanity check.
12313 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
d0ac1c44 12314 as_fn_error $? "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
4c54fc26
CD
12315 fi
12316
12317 # Start in a known state.
12318 rm -f multi-include.h multi-run.c
12319 sim_multi_flags=
12320 sim_multi_src=
8e394ffc 12321 sim_multi_obj=
4c54fc26
CD
12322 sim_multi_igen_configs=
12323 sim_seen_default=no
12324
12325 cat << __EOF__ > multi-run.c
12326/* Main entry point for MULTI simulators.
46f900c0 12327 Copyright (C) 2003-2021 Free Software Foundation, Inc.
4c54fc26
CD
12328
12329 This program is free software; you can redistribute it and/or modify
12330 it under the terms of the GNU General Public License as published by
35ee6e1e 12331 the Free Software Foundation; either version 3 of the License, or
4c54fc26
CD
12332 (at your option) any later version.
12333
12334 This program is distributed in the hope that it will be useful,
12335 but WITHOUT ANY WARRANTY; without even the implied warranty of
12336 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12337 GNU General Public License for more details.
12338
12339 You should have received a copy of the GNU General Public License
35ee6e1e 12340 along with this program. If not, see <http://www.gnu.org/licenses/>.
4c54fc26
CD
12341
12342 --
12343
12344 This file was generated by sim/mips/configure. */
12345
12346#include "sim-main.h"
12347#include "multi-include.h"
8e394ffc
AB
12348#include "elf-bfd.h"
12349#include "elf/mips.h"
4c54fc26
CD
12350
12351#define SD sd
12352#define CPU cpu
12353
12354void
12355sim_engine_run (SIM_DESC sd,
12356 int next_cpu_nr,
12357 int nr_cpus,
12358 int signal) /* ignore */
12359{
12360 int mach;
12361
12362 if (STATE_ARCHITECTURE (sd) == NULL)
12363 mach = bfd_mach_${sim_multi_default};
1554f758 12364 else if (elf_elfheader (STATE_PROG_BFD (sd))->e_flags
8e394ffc
AB
12365 & EF_MIPS_ARCH_ASE_MICROMIPS)
12366 mach = bfd_mach_mips_micromips;
4c54fc26
CD
12367 else
12368 mach = STATE_ARCHITECTURE (SD)->mach;
12369
12370 switch (mach)
12371 {
12372__EOF__
12373
12374 for fc in ${sim_multi_configs}; do
12375
12376 # Split up the entry. ${c} contains the first three elements.
12377 # Note: outer sqaure brackets are m4 quotes.
12378 c=`echo ${fc} | sed 's/:[^:]*$//'`
12379 bfdmachs=`echo ${fc} | sed 's/.*://'`
12380 name=`echo ${c} | sed 's/:.*//'`
12381 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
12382 filter=`echo ${c} | sed 's/.*://'`
12383
12384 # Build the following lists:
12385 #
12386 # sim_multi_flags: all -M and -F flags used by the simulator
12387 # sim_multi_src: all makefile-generated source files
12388 # sim_multi_obj: the objects for ${sim_multi_src}
12389 # sim_multi_igen_configs: igen configuration strings.
12390 #
12391 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
12392 # or m16) followed by the NAME, MACHINE and FILTER part of
12393 # the ${sim_multi_configs} entry.
12394 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
12395
8e394ffc 12396 # Check whether special handling is needed.
4c54fc26
CD
12397 case ${c} in
12398 *:*mips16*:*)
12399 # Run igen twice, once for normal mode and once for mips16.
12400 ws="m32 m16"
12401
12402 # The top-level function for the mips16 simulator is
12403 # in a file m16${name}_run.c, generated by the
12404 # tmp-run-multi Makefile rule.
12405 sim_multi_src="${sim_multi_src} m16${name}_run.c"
12406 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
12407 sim_multi_flags="${sim_multi_flags} -F 16"
12408 ;;
8e394ffc
AB
12409 *:*micromips32*:*)
12410 # Run igen thrice, once for micromips32, once for micromips16,
12411 # and once for m32.
12412 ws="micromips_m32 micromips16 micromips32"
12413
12414 # The top-level function for the micromips simulator is
12415 # in a file micromips${name}_run.c, generated by the
12416 # tmp-run-multi Makefile rule.
12417 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
12418 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
12419 sim_multi_flags="${sim_multi_flags} -F 16,32"
12420 ;;
12421 *:*micromips64*:*)
12422 # Run igen thrice, once for micromips64, once for micromips16,
12423 # and once for m64.
12424 ws="micromips_m64 micromips16 micromips64"
12425
12426 # The top-level function for the micromips simulator is
12427 # in a file micromips${name}_run.c, generated by the
12428 # tmp-run-multi Makefile rule.
12429 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
12430 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
12431 sim_multi_flags="${sim_multi_flags} -F 16,32,64"
12432 ;;
4c54fc26
CD
12433 *)
12434 ws=m32
12435 ;;
12436 esac
12437
12438 # Now add the list of igen-generated files to ${sim_multi_src}
12439 # and ${sim_multi_obj}.
12440 for w in ${ws}; do
12441 for base in engine icache idecode model semantics support; do
12442 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
12443 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
12444 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
12445 done
12446 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
12447 done
12448
12449 # Add an include for the engine.h file. This file declares the
12450 # top-level foo_engine_run() function.
12451 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
12452
12453 # Add case statements for this engine to sim_engine_run().
12454 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
12455 echo " case bfd_mach_${mach}:" >> multi-run.c
12456 if test ${mach} = ${sim_multi_default}; then
12457 echo " default:" >> multi-run.c
12458 sim_seen_default=yes
12459 fi
12460 done
12461 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
12462 >> multi-run.c
12463 echo " break;" >> multi-run.c
12464 done
12465
12466 # Check whether we added a 'default:' label.
12467 if test ${sim_seen_default} = no; then
d0ac1c44 12468 as_fn_error $? "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
4c54fc26
CD
12469 fi
12470
12471 cat << __EOF__ >> multi-run.c
12472 }
12473}
12474
12475int
12476mips_mach_multi (SIM_DESC sd)
12477{
12478 if (STATE_ARCHITECTURE (sd) == NULL)
12479 return bfd_mach_${sim_multi_default};
12480
12481 switch (STATE_ARCHITECTURE (SD)->mach)
12482 {
12483__EOF__
12484
12485 # Add case statements for this engine to mips_mach_multi().
12486 for fc in ${sim_multi_configs}; do
12487
12488 # Split up the entry. ${c} contains the first three elements.
12489 # Note: outer sqaure brackets are m4 quotes.
12490 c=`echo ${fc} | sed 's/:[^:]*$//'`
12491 bfdmachs=`echo ${fc} | sed 's/.*://'`
12492
12493 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
12494 echo " case bfd_mach_${mach}:" >> multi-run.c
12495 done
12496 done
12497
12498 cat << __EOF__ >> multi-run.c
12499 return (STATE_ARCHITECTURE (SD)->mach);
12500 default:
12501 return bfd_mach_${sim_multi_default};
12502 }
12503}
12504__EOF__
12505
12506 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
12507else
12508 # For clean-extra
12509 sim_multi_src=doesnt-exist.c
12510
12511 if test x"${sim_mach_default}" = x""; then
d0ac1c44 12512 as_fn_error $? "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
4c54fc26
CD
12513 fi
12514 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
12515fi
c906108c
SS
12516sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
12517sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
8e394ffc
AB
12518sim_micromips16_flags=" -F ${sim_micromips16_filter} ${sim_micromips16_machine} ${sim_igen_smp}"
12519sim_micromips_flags=" -F ${sim_micromips_filter} ${sim_micromips_machine} ${sim_igen_smp}"
c906108c
SS
12520
12521
12522
12523
12524
4c54fc26
CD
12525
12526
12527
12528
c906108c
SS
12529#
12530# Add simulated hardware devices
12531#
12532hw_enabled=no
12533case "${target}" in
12534 mips*tx39*)
12535 hw_enabled=yes
b7026657 12536 hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
c906108c
SS
12537 ;;
12538 *)
c906108c
SS
12539 ;;
12540esac
12541
c906108c 12542if test "$hw_devices"; then
6ffe910a 12543 hardware="$hw_devices"
c906108c 12544else
6ffe910a 12545 hardware="cfi core pal glue"
c906108c 12546fi
6ffe910a 12547hardware="$hardware $hw_extra_devices"
1517bd27 12548
c906108c
SS
12549sim_hw_cflags="-DWITH_HW=1"
12550sim_hw="$hardware"
12551sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 12552
81ecdfbb
RW
12553# Check whether --enable-sim-hardware was given.
12554if test "${enable_sim_hardware+set}" = set; then :
12555 enableval=$enable_sim_hardware;
30452bbe
MF
12556else
12557 enable_sim_hardware="$hw_enabled"
1517bd27
MF
12558fi
12559
12560case ${enable_sim_hardware} in
64dd13df
MF
12561 yes|no) ;;
12562 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
12563 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
12564 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c906108c 12565esac
1517bd27 12566
64dd13df 12567if test "$enable_sim_hardware" = no; then
c906108c
SS
12568 sim_hw_objs=
12569 sim_hw_cflags="-DWITH_HW=0"
12570 sim_hw=
12571else
12572 sim_hw_cflags="-DWITH_HW=1"
12573 # remove duplicates
12574 sim_hw=""
12575 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
b3a3ffef
HPN
12576 for i in $hardware ; do
12577 case " $sim_hw " in
c906108c
SS
12578 *" $i "*) ;;
12579 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
12580 esac
12581 done
3be31516 12582 # mingw does not support sockser
3be31516
JS
12583 case ${host} in
12584 *mingw*) ;;
49cd1634
MF
12585 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
12586 # that you instatiate. Instead, other code will call into it directly.
12587 # At some point, we should convert it over.
12588 sim_hw_objs="$sim_hw_objs dv-sockser.o"
3be31516
JS
12589
12590cat >>confdefs.h <<_ACEOF
12591#define HAVE_DV_SOCKSER 1
12592_ACEOF
12593
12594 ;;
12595 esac
1517bd27
MF
12596 if test x"$silent" != x"yes"; then
12597 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
3be31516 12598 fi
1517bd27
MF
12599 case " $hardware " in
12600 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 12601$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 12602if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
12603 $as_echo_n "(cached) " >&6
12604else
12605 ac_check_lib_save_LIBS=$LIBS
12606LIBS="-lm $LIBS"
12607cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12608/* end confdefs.h. */
12609
12610/* Override any GCC internal prototype to avoid an error.
12611 Use char because int might match the return type of a GCC
12612 builtin and then its argument prototype would still apply. */
12613#ifdef __cplusplus
12614extern "C"
12615#endif
12616char log2 ();
12617int
12618main ()
12619{
12620return log2 ();
12621 ;
12622 return 0;
12623}
12624_ACEOF
12625if ac_fn_c_try_link "$LINENO"; then :
12626 ac_cv_lib_m_log2=yes
12627else
12628 ac_cv_lib_m_log2=no
12629fi
12630rm -f core conftest.err conftest.$ac_objext \
12631 conftest$ac_exeext conftest.$ac_ext
12632LIBS=$ac_check_lib_save_LIBS
12633fi
12634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
12635$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 12636if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
12637 cat >>confdefs.h <<_ACEOF
12638#define HAVE_LIBM 1
12639_ACEOF
12640
12641 LIBS="-lm $LIBS"
12642
12643fi
12644;;
1517bd27
MF
12645 esac
12646fi
4399a56b 12647
c906108c 12648
c906108c
SS
12649
12650# Choose simulator engine
12651case "${target}" in
12652 *) mips_igen_engine="engine.o"
12653 ;;
12654esac
12655
12656
12657
81ecdfbb
RW
12658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
12659$as_echo_n "checking for X... " >&6; }
b7026657 12660
c906108c 12661
81ecdfbb
RW
12662# Check whether --with-x was given.
12663if test "${with_x+set}" = set; then :
12664 withval=$with_x;
12665fi
c906108c
SS
12666
12667# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
12668if test "x$with_x" = xno; then
12669 # The user explicitly disabled X.
12670 have_x=disabled
12671else
81ecdfbb 12672 case $x_includes,$x_libraries in #(
d0ac1c44
SM
12673 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
12674 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
81ecdfbb 12675 $as_echo_n "(cached) " >&6
c906108c
SS
12676else
12677 # One or both of the vars are not set, and there is no cached value.
b7026657 12678ac_x_includes=no ac_x_libraries=no
81ecdfbb 12679rm -f -r conftest.dir
b7026657
AC
12680if mkdir conftest.dir; then
12681 cd conftest.dir
b7026657 12682 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
12683incroot:
12684 @echo incroot='${INCROOT}'
12685usrlibdir:
12686 @echo usrlibdir='${USRLIBDIR}'
12687libdir:
12688 @echo libdir='${LIBDIR}'
12689_ACEOF
12690 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
d0ac1c44 12691 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
12692 for ac_var in incroot usrlibdir libdir; do
12693 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
12694 done
c906108c 12695 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
12696 for ac_extension in a so sl dylib la dll; do
12697 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
12698 test -f "$ac_im_libdir/libX11.$ac_extension"; then
b7026657 12699 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
12700 fi
12701 done
12702 # Screen out bogus values from the imake configuration. They are
12703 # bogus both because they are the default anyway, and because
12704 # using them would break gcc on systems where it needs fixed includes.
b7026657 12705 case $ac_im_incroot in
81ecdfbb 12706 /usr/include) ac_x_includes= ;;
b7026657 12707 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 12708 esac
b7026657 12709 case $ac_im_usrlibdir in
81ecdfbb 12710 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
b7026657 12711 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
12712 esac
12713 fi
12714 cd ..
81ecdfbb 12715 rm -f -r conftest.dir
c906108c
SS
12716fi
12717
b7026657
AC
12718# Standard set of common directories for X headers.
12719# Check X11 before X11Rn because it is often a symlink to the current release.
12720ac_x_header_dirs='
12721/usr/X11/include
81ecdfbb 12722/usr/X11R7/include
b7026657
AC
12723/usr/X11R6/include
12724/usr/X11R5/include
12725/usr/X11R4/include
12726
12727/usr/include/X11
81ecdfbb 12728/usr/include/X11R7
b7026657
AC
12729/usr/include/X11R6
12730/usr/include/X11R5
12731/usr/include/X11R4
12732
12733/usr/local/X11/include
81ecdfbb 12734/usr/local/X11R7/include
b7026657
AC
12735/usr/local/X11R6/include
12736/usr/local/X11R5/include
12737/usr/local/X11R4/include
12738
12739/usr/local/include/X11
81ecdfbb 12740/usr/local/include/X11R7
b7026657
AC
12741/usr/local/include/X11R6
12742/usr/local/include/X11R5
12743/usr/local/include/X11R4
12744
12745/usr/X386/include
12746/usr/x386/include
12747/usr/XFree86/include/X11
12748
12749/usr/include
12750/usr/local/include
12751/usr/unsupported/include
12752/usr/athena/include
12753/usr/local/x11r5/include
12754/usr/lpp/Xamples/include
12755
12756/usr/openwin/include
12757/usr/openwin/share/include'
12758
12759if test "$ac_x_includes" = no; then
81ecdfbb 12760 # Guess where to find include files, by looking for Xlib.h.
c906108c 12761 # First, try using that file with no special directory specified.
81ecdfbb 12762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12763/* end confdefs.h. */
81ecdfbb 12764#include <X11/Xlib.h>
b7026657 12765_ACEOF
81ecdfbb 12766if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
12767 # We can compile using X headers with no special include directory.
12768ac_x_includes=
12769else
b7026657 12770 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 12771 if test -r "$ac_dir/X11/Xlib.h"; then
b7026657
AC
12772 ac_x_includes=$ac_dir
12773 break
12774 fi
12775done
c906108c 12776fi
d0ac1c44 12777rm -f conftest.err conftest.i conftest.$ac_ext
b7026657 12778fi # $ac_x_includes = no
c906108c 12779
b7026657 12780if test "$ac_x_libraries" = no; then
c906108c 12781 # Check for the libraries.
c906108c
SS
12782 # See if we find them without any special options.
12783 # Don't add to $LIBS permanently.
b7026657 12784 ac_save_LIBS=$LIBS
81ecdfbb
RW
12785 LIBS="-lX11 $LIBS"
12786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12787/* end confdefs.h. */
81ecdfbb 12788#include <X11/Xlib.h>
b7026657
AC
12789int
12790main ()
12791{
81ecdfbb 12792XrmInitialize ()
b7026657
AC
12793 ;
12794 return 0;
12795}
12796_ACEOF
81ecdfbb 12797if ac_fn_c_try_link "$LINENO"; then :
b7026657 12798 LIBS=$ac_save_LIBS
c906108c
SS
12799# We can link X programs with no special library path.
12800ac_x_libraries=
12801else
81ecdfbb
RW
12802 LIBS=$ac_save_LIBS
12803for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
b7026657 12804do
81ecdfbb
RW
12805 # Don't even attempt the hair of trying to link an X program!
12806 for ac_extension in a so sl dylib la dll; do
12807 if test -r "$ac_dir/libX11.$ac_extension"; then
12808 ac_x_libraries=$ac_dir
12809 break 2
12810 fi
12811 done
12812done
b7026657 12813fi
81ecdfbb
RW
12814rm -f core conftest.err conftest.$ac_objext \
12815 conftest$ac_exeext conftest.$ac_ext
12816fi # $ac_x_libraries = no
b7026657 12817
81ecdfbb
RW
12818case $ac_x_includes,$ac_x_libraries in #(
12819 no,* | *,no | *\'*)
12820 # Didn't find X, or a directory has "'" in its name.
12821 ac_cv_have_x="have_x=no";; #(
12822 *)
12823 # Record where we found X for the cache.
12824 ac_cv_have_x="have_x=yes\
12825 ac_x_includes='$ac_x_includes'\
12826 ac_x_libraries='$ac_x_libraries'"
12827esac
b7026657 12828fi
81ecdfbb
RW
12829;; #(
12830 *) have_x=yes;;
12831 esac
12832 eval "$ac_cv_have_x"
12833fi # $with_x != no
b7026657 12834
81ecdfbb
RW
12835if test "$have_x" != yes; then
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
12837$as_echo "$have_x" >&6; }
12838 no_x=yes
b7026657 12839else
81ecdfbb
RW
12840 # If each of the values was on the command line, it overrides each guess.
12841 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
12842 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
12843 # Update the cache value to reflect the command line values.
12844 ac_cv_have_x="have_x=yes\
12845 ac_x_includes='$x_includes'\
12846 ac_x_libraries='$x_libraries'"
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
12848$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
b7026657 12849fi
b7026657 12850
81ecdfbb
RW
12851mips_extra_libs=""
12852
12853
81ecdfbb
RW
12854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
12855$as_echo_n "checking for fabs in -lm... " >&6; }
d0ac1c44 12856if ${ac_cv_lib_m_fabs+:} false; then :
81ecdfbb 12857 $as_echo_n "(cached) " >&6
b7026657
AC
12858else
12859 ac_check_lib_save_LIBS=$LIBS
12860LIBS="-lm $LIBS"
81ecdfbb 12861cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12862/* end confdefs.h. */
12863
81ecdfbb
RW
12864/* Override any GCC internal prototype to avoid an error.
12865 Use char because int might match the return type of a GCC
12866 builtin and then its argument prototype would still apply. */
b7026657
AC
12867#ifdef __cplusplus
12868extern "C"
12869#endif
b7026657
AC
12870char fabs ();
12871int
12872main ()
12873{
81ecdfbb 12874return fabs ();
b7026657
AC
12875 ;
12876 return 0;
12877}
12878_ACEOF
81ecdfbb 12879if ac_fn_c_try_link "$LINENO"; then :
b7026657
AC
12880 ac_cv_lib_m_fabs=yes
12881else
81ecdfbb 12882 ac_cv_lib_m_fabs=no
b7026657 12883fi
81ecdfbb
RW
12884rm -f core conftest.err conftest.$ac_objext \
12885 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12886LIBS=$ac_check_lib_save_LIBS
12887fi
81ecdfbb
RW
12888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
12889$as_echo "$ac_cv_lib_m_fabs" >&6; }
d0ac1c44 12890if test "x$ac_cv_lib_m_fabs" = xyes; then :
b7026657
AC
12891 cat >>confdefs.h <<_ACEOF
12892#define HAVE_LIBM 1
12893_ACEOF
12894
12895 LIBS="-lm $LIBS"
12896
12897fi
12898
b7026657 12899for ac_func in aint anint sqrt
81ecdfbb
RW
12900do :
12901 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12902ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 12903if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
b7026657 12904 cat >>confdefs.h <<_ACEOF
81ecdfbb 12905#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
b7026657
AC
12906_ACEOF
12907
12908fi
12909done
12910
12911
12912
b7026657
AC
12913cgen_breaks=""
12914if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12915cgen_breaks="break cgen_rtx_error";
12916fi
12917
81ecdfbb 12918ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 12919
81ecdfbb 12920ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 12921
81ecdfbb 12922ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 12923
81ecdfbb 12924ac_config_commands="$ac_config_commands Makefile"
38f48d72 12925
81ecdfbb 12926ac_config_commands="$ac_config_commands stamp-h"
38f48d72 12927
760b3e8b
MF
12928
12929
12930
12931
12932
12933
12934
12935
12936
12937
12938
12939
b7026657
AC
12940cat >confcache <<\_ACEOF
12941# This file is a shell script that caches the results of configure
12942# tests run on this system so they can be shared between configure
12943# scripts and configure runs, see configure's option --config-cache.
12944# It is not useful on other systems. If it contains results you don't
12945# want to keep, you may remove or edit it.
12946#
12947# config.status only pays attention to the cache file if you give it
12948# the --recheck option to rerun configure.
12949#
12950# `ac_cv_env_foo' variables (set or unset) will be overridden when
12951# loading this file, other *unset* `ac_cv_foo' will be assigned the
12952# following values.
12953
12954_ACEOF
12955
12956# The following way of writing the cache mishandles newlines in values,
12957# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12958# So, we kill variables containing newlines.
b7026657
AC
12959# Ultrix sh set writes to stderr and can't be redirected directly,
12960# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12961(
12962 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12963 eval ac_val=\$$ac_var
12964 case $ac_val in #(
12965 *${as_nl}*)
12966 case $ac_var in #(
12967 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12968$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12969 esac
12970 case $ac_var in #(
12971 _ | IFS | as_nl) ;; #(
12972 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12973 *) { eval $ac_var=; unset $ac_var;} ;;
12974 esac ;;
12975 esac
12976 done
12977
b7026657 12978 (set) 2>&1 |
81ecdfbb
RW
12979 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12980 *${as_nl}ac_space=\ *)
12981 # `set' does not quote correctly, so add quotes: double-quote
12982 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
12983 sed -n \
12984 "s/'/'\\\\''/g;
12985 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12986 ;; #(
b7026657
AC
12987 *)
12988 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12989 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 12990 ;;
81ecdfbb
RW
12991 esac |
12992 sort
12993) |
b7026657 12994 sed '
81ecdfbb 12995 /^ac_cv_env_/b end
b7026657 12996 t clear
81ecdfbb 12997 :clear
b7026657
AC
12998 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12999 t end
81ecdfbb
RW
13000 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13001 :end' >>confcache
13002if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13003 if test -w "$cache_file"; then
d0ac1c44 13004 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13006$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
13007 if test ! -f "$cache_file" || test -h "$cache_file"; then
13008 cat confcache >"$cache_file"
13009 else
13010 case $cache_file in #(
13011 */* | ?:*)
13012 mv -f confcache "$cache_file"$$ &&
13013 mv -f "$cache_file"$$ "$cache_file" ;; #(
13014 *)
13015 mv -f confcache "$cache_file" ;;
13016 esac
13017 fi
13018 fi
b7026657 13019 else
81ecdfbb
RW
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13021$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13022 fi
13023fi
13024rm -f confcache
13025
13026test "x$prefix" = xNONE && prefix=$ac_default_prefix
13027# Let make expand exec_prefix.
13028test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13029
b7026657
AC
13030DEFS=-DHAVE_CONFIG_H
13031
13032ac_libobjs=
13033ac_ltlibobjs=
d0ac1c44 13034U=
b7026657
AC
13035for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13036 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13037 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13038 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13039 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13040 # will be set to the directory where LIBOBJS objects are built.
13041 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13042 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13043done
13044LIBOBJS=$ac_libobjs
13045
13046LTLIBOBJS=$ac_ltlibobjs
13047
13048
0cb8d851 13049
db2e4d67 13050if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 13051 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
13052Usually this means the macro was only invoked conditionally." "$LINENO" 5
13053fi
6bb11ab3 13054if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 13055 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
13056Usually this means the macro was only invoked conditionally." "$LINENO" 5
13057fi
31e6ad7d 13058if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 13059 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
13060Usually this means the macro was only invoked conditionally." "$LINENO" 5
13061fi
b7026657 13062
d0ac1c44 13063: "${CONFIG_STATUS=./config.status}"
81ecdfbb 13064ac_write_fail=0
b7026657
AC
13065ac_clean_files_save=$ac_clean_files
13066ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13067{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13068$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13069as_write_fail=0
13070cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13071#! $SHELL
13072# Generated by $as_me.
13073# Run this file to recreate the current configuration.
13074# Compiler output produced by configure, useful for debugging
13075# configure, is in config.log if it exists.
c906108c 13076
b7026657
AC
13077debug=false
13078ac_cs_recheck=false
13079ac_cs_silent=false
b7026657 13080
81ecdfbb
RW
13081SHELL=\${CONFIG_SHELL-$SHELL}
13082export SHELL
13083_ASEOF
13084cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13085## -------------------- ##
13086## M4sh Initialization. ##
13087## -------------------- ##
13088
13089# Be more Bourne compatible
13090DUALCASE=1; export DUALCASE # for MKS sh
13091if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13092 emulate sh
13093 NULLCMD=:
81ecdfbb 13094 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13095 # is contrary to our usage. Disable this feature.
13096 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13097 setopt NO_GLOB_SUBST
13098else
13099 case `(set -o) 2>/dev/null` in #(
13100 *posix*) :
13101 set -o posix ;; #(
13102 *) :
13103 ;;
13104esac
c906108c 13105fi
b7026657 13106
81ecdfbb
RW
13107
13108as_nl='
13109'
13110export as_nl
13111# Printing a long string crashes Solaris 7 /usr/bin/printf.
13112as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13113as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13114as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13115# Prefer a ksh shell builtin over an external printf program on Solaris,
13116# but without wasting forks for bash or zsh.
13117if test -z "$BASH_VERSION$ZSH_VERSION" \
13118 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13119 as_echo='print -r --'
13120 as_echo_n='print -rn --'
13121elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13122 as_echo='printf %s\n'
13123 as_echo_n='printf %s'
13124else
13125 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13126 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13127 as_echo_n='/usr/ucb/echo -n'
13128 else
13129 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13130 as_echo_n_body='eval
13131 arg=$1;
13132 case $arg in #(
13133 *"$as_nl"*)
13134 expr "X$arg" : "X\\(.*\\)$as_nl";
13135 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13136 esac;
13137 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13138 '
13139 export as_echo_n_body
13140 as_echo_n='sh -c $as_echo_n_body as_echo'
13141 fi
13142 export as_echo_body
13143 as_echo='sh -c $as_echo_body as_echo'
c906108c 13144fi
b7026657 13145
81ecdfbb
RW
13146# The user is always right.
13147if test "${PATH_SEPARATOR+set}" != set; then
13148 PATH_SEPARATOR=:
13149 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13150 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13151 PATH_SEPARATOR=';'
13152 }
13153fi
13154
13155
13156# IFS
13157# We need space, tab and new line, in precisely that order. Quoting is
13158# there to prevent editors from complaining about space-tab.
13159# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13160# splitting by setting IFS to empty value.)
13161IFS=" "" $as_nl"
13162
13163# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 13164as_myself=
81ecdfbb
RW
13165case $0 in #((
13166 *[\\/]* ) as_myself=$0 ;;
13167 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13168for as_dir in $PATH
13169do
13170 IFS=$as_save_IFS
13171 test -z "$as_dir" && as_dir=.
13172 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13173 done
13174IFS=$as_save_IFS
b7026657 13175
81ecdfbb
RW
13176 ;;
13177esac
13178# We did not find ourselves, most probably we were run as `sh COMMAND'
13179# in which case we are not to be found in the path.
13180if test "x$as_myself" = x; then
13181 as_myself=$0
13182fi
13183if test ! -f "$as_myself"; then
13184 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13185 exit 1
13186fi
13187
13188# Unset variables that we do not need and which cause bugs (e.g. in
13189# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13190# suppresses any "Segmentation fault" message there. '((' could
13191# trigger a bug in pdksh 5.2.14.
13192for as_var in BASH_ENV ENV MAIL MAILPATH
13193do eval test x\${$as_var+set} = xset \
13194 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13195done
b7026657
AC
13196PS1='$ '
13197PS2='> '
13198PS4='+ '
13199
13200# NLS nuisances.
81ecdfbb
RW
13201LC_ALL=C
13202export LC_ALL
13203LANGUAGE=C
13204export LANGUAGE
13205
13206# CDPATH.
13207(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13208
13209
d0ac1c44
SM
13210# as_fn_error STATUS ERROR [LINENO LOG_FD]
13211# ----------------------------------------
81ecdfbb
RW
13212# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13213# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 13214# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
13215as_fn_error ()
13216{
d0ac1c44
SM
13217 as_status=$1; test $as_status -eq 0 && as_status=1
13218 if test "$4"; then
13219 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13220 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 13221 fi
d0ac1c44 13222 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
13223 as_fn_exit $as_status
13224} # as_fn_error
13225
13226
13227# as_fn_set_status STATUS
13228# -----------------------
13229# Set $? to STATUS, without forking.
13230as_fn_set_status ()
13231{
13232 return $1
13233} # as_fn_set_status
13234
13235# as_fn_exit STATUS
13236# -----------------
13237# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13238as_fn_exit ()
13239{
13240 set +e
13241 as_fn_set_status $1
13242 exit $1
13243} # as_fn_exit
13244
13245# as_fn_unset VAR
13246# ---------------
13247# Portably unset VAR.
13248as_fn_unset ()
13249{
13250 { eval $1=; unset $1;}
13251}
13252as_unset=as_fn_unset
13253# as_fn_append VAR VALUE
13254# ----------------------
13255# Append the text in VALUE to the end of the definition contained in VAR. Take
13256# advantage of any shell optimizations that allow amortized linear growth over
13257# repeated appends, instead of the typical quadratic growth present in naive
13258# implementations.
13259if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13260 eval 'as_fn_append ()
13261 {
13262 eval $1+=\$2
13263 }'
13264else
13265 as_fn_append ()
13266 {
13267 eval $1=\$$1\$2
13268 }
13269fi # as_fn_append
c906108c 13270
81ecdfbb
RW
13271# as_fn_arith ARG...
13272# ------------------
13273# Perform arithmetic evaluation on the ARGs, and store the result in the
13274# global $as_val. Take advantage of shells that can avoid forks. The arguments
13275# must be portable across $(()) and expr.
13276if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13277 eval 'as_fn_arith ()
13278 {
13279 as_val=$(( $* ))
13280 }'
13281else
13282 as_fn_arith ()
13283 {
13284 as_val=`expr "$@" || test $? -eq 1`
13285 }
13286fi # as_fn_arith
13287
13288
13289if expr a : '\(a\)' >/dev/null 2>&1 &&
13290 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13291 as_expr=expr
c906108c 13292else
b7026657 13293 as_expr=false
c906108c 13294fi
c906108c 13295
81ecdfbb 13296if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13297 as_basename=basename
13298else
13299 as_basename=false
c906108c 13300fi
c906108c 13301
81ecdfbb
RW
13302if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13303 as_dirname=dirname
13304else
13305 as_dirname=false
13306fi
c906108c 13307
81ecdfbb 13308as_me=`$as_basename -- "$0" ||
b7026657
AC
13309$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13310 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13311 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13312$as_echo X/"$0" |
13313 sed '/^.*\/\([^/][^/]*\)\/*$/{
13314 s//\1/
13315 q
13316 }
13317 /^X\/\(\/\/\)$/{
13318 s//\1/
13319 q
13320 }
13321 /^X\/\(\/\).*/{
13322 s//\1/
13323 q
13324 }
13325 s/.*/./; q'`
b7026657 13326
b7026657
AC
13327# Avoid depending upon Character Ranges.
13328as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13329as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13330as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13331as_cr_digits='0123456789'
13332as_cr_alnum=$as_cr_Letters$as_cr_digits
13333
81ecdfbb
RW
13334ECHO_C= ECHO_N= ECHO_T=
13335case `echo -n x` in #(((((
13336-n*)
13337 case `echo 'xy\c'` in
13338 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13339 xy) ECHO_C='\c';;
13340 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13341 ECHO_T=' ';;
13342 esac;;
13343*)
13344 ECHO_N='-n';;
b7026657 13345esac
c906108c 13346
81ecdfbb
RW
13347rm -f conf$$ conf$$.exe conf$$.file
13348if test -d conf$$.dir; then
13349 rm -f conf$$.dir/conf$$.file
c906108c 13350else
81ecdfbb
RW
13351 rm -f conf$$.dir
13352 mkdir conf$$.dir 2>/dev/null
c906108c 13353fi
81ecdfbb
RW
13354if (echo >conf$$.file) 2>/dev/null; then
13355 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13356 as_ln_s='ln -s'
81ecdfbb
RW
13357 # ... but there are two gotchas:
13358 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13359 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 13360 # In both cases, we have to default to `cp -pR'.
81ecdfbb 13361 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 13362 as_ln_s='cp -pR'
81ecdfbb
RW
13363 elif ln conf$$.file conf$$ 2>/dev/null; then
13364 as_ln_s=ln
13365 else
d0ac1c44 13366 as_ln_s='cp -pR'
b7026657 13367 fi
b7026657 13368else
d0ac1c44 13369 as_ln_s='cp -pR'
c906108c 13370fi
81ecdfbb
RW
13371rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13372rmdir conf$$.dir 2>/dev/null
13373
13374
13375# as_fn_mkdir_p
13376# -------------
13377# Create "$as_dir" as a directory, including parents if necessary.
13378as_fn_mkdir_p ()
13379{
13380
13381 case $as_dir in #(
13382 -*) as_dir=./$as_dir;;
13383 esac
13384 test -d "$as_dir" || eval $as_mkdir_p || {
13385 as_dirs=
13386 while :; do
13387 case $as_dir in #(
13388 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13389 *) as_qdir=$as_dir;;
13390 esac
13391 as_dirs="'$as_qdir' $as_dirs"
13392 as_dir=`$as_dirname -- "$as_dir" ||
13393$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13394 X"$as_dir" : 'X\(//\)[^/]' \| \
13395 X"$as_dir" : 'X\(//\)$' \| \
13396 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13397$as_echo X"$as_dir" |
13398 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13399 s//\1/
13400 q
13401 }
13402 /^X\(\/\/\)[^/].*/{
13403 s//\1/
13404 q
13405 }
13406 /^X\(\/\/\)$/{
13407 s//\1/
13408 q
13409 }
13410 /^X\(\/\).*/{
13411 s//\1/
13412 q
13413 }
13414 s/.*/./; q'`
13415 test -d "$as_dir" && break
13416 done
13417 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 13418 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 13419
c906108c 13420
81ecdfbb 13421} # as_fn_mkdir_p
b7026657 13422if mkdir -p . 2>/dev/null; then
81ecdfbb 13423 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 13424else
b7026657
AC
13425 test -d ./-p && rmdir ./-p
13426 as_mkdir_p=false
c906108c 13427fi
c906108c 13428
d0ac1c44
SM
13429
13430# as_fn_executable_p FILE
13431# -----------------------
13432# Test if FILE is an executable regular file.
13433as_fn_executable_p ()
13434{
13435 test -f "$1" && test -x "$1"
13436} # as_fn_executable_p
13437as_test_x='test -x'
13438as_executable_p=as_fn_executable_p
c906108c 13439
b7026657
AC
13440# Sed expression to map a string onto a valid CPP name.
13441as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13442
b7026657
AC
13443# Sed expression to map a string onto a valid variable name.
13444as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13445
b7026657 13446
b7026657 13447exec 6>&1
81ecdfbb
RW
13448## ----------------------------------- ##
13449## Main body of $CONFIG_STATUS script. ##
13450## ----------------------------------- ##
13451_ASEOF
13452test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13453
13454cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13455# Save the log message, to keep $0 and so on meaningful, and to
b7026657 13456# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13457# values after options handling.
13458ac_log="
b7026657 13459This file was extended by $as_me, which was
d0ac1c44 13460generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
13461
13462 CONFIG_FILES = $CONFIG_FILES
13463 CONFIG_HEADERS = $CONFIG_HEADERS
13464 CONFIG_LINKS = $CONFIG_LINKS
13465 CONFIG_COMMANDS = $CONFIG_COMMANDS
13466 $ $0 $@
13467
81ecdfbb
RW
13468on `(hostname || uname -n) 2>/dev/null | sed 1q`
13469"
13470
b7026657
AC
13471_ACEOF
13472
81ecdfbb
RW
13473case $ac_config_files in *"
13474"*) set x $ac_config_files; shift; ac_config_files=$*;;
13475esac
379832de 13476
81ecdfbb
RW
13477case $ac_config_headers in *"
13478"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13479esac
b7026657 13480
b7026657 13481
81ecdfbb
RW
13482cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13483# Files that config.status was made for.
13484config_files="$ac_config_files"
13485config_headers="$ac_config_headers"
81ecdfbb 13486config_commands="$ac_config_commands"
b7026657 13487
81ecdfbb 13488_ACEOF
b7026657 13489
81ecdfbb 13490cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13491ac_cs_usage="\
81ecdfbb
RW
13492\`$as_me' instantiates files and other configuration actions
13493from templates according to the current configuration. Unless the files
13494and actions are specified as TAGs, all are instantiated by default.
b7026657 13495
81ecdfbb 13496Usage: $0 [OPTION]... [TAG]...
b7026657
AC
13497
13498 -h, --help print this help, then exit
81ecdfbb 13499 -V, --version print version number and configuration settings, then exit
d0ac1c44 13500 --config print configuration, then exit
81ecdfbb
RW
13501 -q, --quiet, --silent
13502 do not print progress messages
b7026657
AC
13503 -d, --debug don't remove temporary files
13504 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13505 --file=FILE[:TEMPLATE]
13506 instantiate the configuration file FILE
13507 --header=FILE[:TEMPLATE]
13508 instantiate the configuration header FILE
b7026657
AC
13509
13510Configuration files:
13511$config_files
13512
13513Configuration headers:
13514$config_headers
13515
b7026657
AC
13516Configuration commands:
13517$config_commands
13518
81ecdfbb 13519Report bugs to the package provider."
b7026657 13520
81ecdfbb
RW
13521_ACEOF
13522cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13523ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
13524ac_cs_version="\\
13525config.status
d0ac1c44
SM
13526configured by $0, generated by GNU Autoconf 2.69,
13527 with options \\"\$ac_cs_config\\"
b7026657 13528
d0ac1c44 13529Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
13530This config.status script is free software; the Free Software Foundation
13531gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13532
13533ac_pwd='$ac_pwd'
13534srcdir='$srcdir'
13535INSTALL='$INSTALL'
6bb11ab3 13536AWK='$AWK'
81ecdfbb 13537test -n "\$AWK" || AWK=awk
b7026657
AC
13538_ACEOF
13539
81ecdfbb
RW
13540cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13541# The default lists apply if the user does not specify any file.
b7026657
AC
13542ac_need_defaults=:
13543while test $# != 0
13544do
13545 case $1 in
d0ac1c44 13546 --*=?*)
81ecdfbb
RW
13547 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13548 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 13549 ac_shift=:
c906108c 13550 ;;
d0ac1c44
SM
13551 --*=)
13552 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13553 ac_optarg=
13554 ac_shift=:
13555 ;;
81ecdfbb 13556 *)
b7026657
AC
13557 ac_option=$1
13558 ac_optarg=$2
13559 ac_shift=shift
c906108c 13560 ;;
b7026657 13561 esac
c906108c 13562
b7026657
AC
13563 case $ac_option in
13564 # Handling of the options.
b7026657
AC
13565 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13566 ac_cs_recheck=: ;;
81ecdfbb
RW
13567 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13568 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
13569 --config | --confi | --conf | --con | --co | --c )
13570 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 13571 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
13572 debug=: ;;
13573 --file | --fil | --fi | --f )
13574 $ac_shift
81ecdfbb
RW
13575 case $ac_optarg in
13576 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 13577 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
13578 esac
13579 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
13580 ac_need_defaults=false;;
13581 --header | --heade | --head | --hea )
13582 $ac_shift
81ecdfbb
RW
13583 case $ac_optarg in
13584 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13585 esac
13586 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 13587 ac_need_defaults=false;;
81ecdfbb
RW
13588 --he | --h)
13589 # Conflict between --help and --header
d0ac1c44 13590 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
13591Try \`$0 --help' for more information.";;
13592 --help | --hel | -h )
13593 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
13594 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13595 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13596 ac_cs_silent=: ;;
c906108c 13597
b7026657 13598 # This is an error.
d0ac1c44 13599 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 13600Try \`$0 --help' for more information." ;;
c906108c 13601
81ecdfbb
RW
13602 *) as_fn_append ac_config_targets " $1"
13603 ac_need_defaults=false ;;
b7026657
AC
13604
13605 esac
13606 shift
13607done
13608
13609ac_configure_extra_args=
13610
13611if $ac_cs_silent; then
13612 exec 6>/dev/null
13613 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
13614fi
13615
b7026657 13616_ACEOF
81ecdfbb 13617cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 13618if \$ac_cs_recheck; then
d0ac1c44 13619 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
13620 shift
13621 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13622 CONFIG_SHELL='$SHELL'
13623 export CONFIG_SHELL
13624 exec "\$@"
b7026657 13625fi
c906108c 13626
b7026657 13627_ACEOF
81ecdfbb
RW
13628cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13629exec 5>>config.log
13630{
13631 echo
13632 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13633## Running $as_me. ##
13634_ASBOX
13635 $as_echo "$ac_log"
13636} >&5
c906108c 13637
81ecdfbb
RW
13638_ACEOF
13639cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
13640#
13641# INIT-COMMANDS
13642#
13643ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13644
6bb11ab3
L
13645
13646# The HP-UX ksh and POSIX shell print the target directory to stdout
13647# if CDPATH is set.
13648(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13649
13650sed_quote_subst='$sed_quote_subst'
13651double_quote_subst='$double_quote_subst'
13652delay_variable_subst='$delay_variable_subst'
13653macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13654macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13655enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13656enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13657pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13658enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13659SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13660ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13661host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13662host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13663host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13664build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13665build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13666build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13667SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13668Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13669GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13670EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13671FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13672LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13673NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13674LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13675max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13676ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13677exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13678lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13679lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13680lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13681reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13682reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13683OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13684deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13685file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13686AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13687AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13688STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13689RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13690old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13691old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13692old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13693lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13694CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13695CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13696compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13697GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13698lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13699lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13700lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13701lt_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"`'
13702objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13703MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13704lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13705lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13706lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13707lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13708lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13709need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13710DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13711NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13712LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13713OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13714OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13715libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13716shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13717extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13718archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13719enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13720export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13721whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13722compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13723old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13724old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13725archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13726archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13727module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13728module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13729with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13730allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13731no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13732hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13733hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13734hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13735hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13736hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13737hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13738hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13739hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13740inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13741link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13742fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13743always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13744export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13745exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13746include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13747prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13748file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13749variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13750need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13751need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13752version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13753runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13754shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13755shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13756libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13757library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13758soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13759install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13760postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13761postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13762finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13763finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13764hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13765sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13766sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13767hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13768enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13769enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13770enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13771old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13772striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13773
13774LTCC='$LTCC'
13775LTCFLAGS='$LTCFLAGS'
13776compiler='$compiler_DEFAULT'
13777
13778# A function that is used when there is no print builtin or printf.
13779func_fallback_echo ()
13780{
13781 eval 'cat <<_LTECHO_EOF
13782\$1
13783_LTECHO_EOF'
13784}
13785
13786# Quote evaled strings.
13787for var in SHELL \
13788ECHO \
13789SED \
13790GREP \
13791EGREP \
13792FGREP \
13793LD \
13794NM \
13795LN_S \
13796lt_SP2NL \
13797lt_NL2SP \
13798reload_flag \
13799OBJDUMP \
13800deplibs_check_method \
13801file_magic_cmd \
13802AR \
13803AR_FLAGS \
13804STRIP \
13805RANLIB \
13806CC \
13807CFLAGS \
13808compiler \
13809lt_cv_sys_global_symbol_pipe \
13810lt_cv_sys_global_symbol_to_cdecl \
13811lt_cv_sys_global_symbol_to_c_name_address \
13812lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13813lt_prog_compiler_no_builtin_flag \
13814lt_prog_compiler_wl \
13815lt_prog_compiler_pic \
13816lt_prog_compiler_static \
13817lt_cv_prog_compiler_c_o \
13818need_locks \
13819DSYMUTIL \
13820NMEDIT \
13821LIPO \
13822OTOOL \
13823OTOOL64 \
13824shrext_cmds \
13825export_dynamic_flag_spec \
13826whole_archive_flag_spec \
13827compiler_needs_object \
13828with_gnu_ld \
13829allow_undefined_flag \
13830no_undefined_flag \
13831hardcode_libdir_flag_spec \
13832hardcode_libdir_flag_spec_ld \
13833hardcode_libdir_separator \
13834fix_srcfile_path \
13835exclude_expsyms \
13836include_expsyms \
13837file_list_spec \
13838variables_saved_for_relink \
13839libname_spec \
13840library_names_spec \
13841soname_spec \
13842install_override_mode \
13843finish_eval \
13844old_striplib \
13845striplib; do
13846 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13847 *[\\\\\\\`\\"\\\$]*)
13848 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13849 ;;
13850 *)
13851 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13852 ;;
13853 esac
13854done
13855
13856# Double-quote double-evaled strings.
13857for var in reload_cmds \
13858old_postinstall_cmds \
13859old_postuninstall_cmds \
13860old_archive_cmds \
13861extract_expsyms_cmds \
13862old_archive_from_new_cmds \
13863old_archive_from_expsyms_cmds \
13864archive_cmds \
13865archive_expsym_cmds \
13866module_cmds \
13867module_expsym_cmds \
13868export_symbols_cmds \
13869prelink_cmds \
13870postinstall_cmds \
13871postuninstall_cmds \
13872finish_cmds \
13873sys_lib_search_path_spec \
13874sys_lib_dlsearch_path_spec; do
13875 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13876 *[\\\\\\\`\\"\\\$]*)
13877 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13878 ;;
13879 *)
13880 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13881 ;;
13882 esac
13883done
13884
13885ac_aux_dir='$ac_aux_dir'
13886xsi_shell='$xsi_shell'
13887lt_shell_append='$lt_shell_append'
13888
13889# See if we are running on zsh, and set the options which allow our
13890# commands through without removal of \ escapes INIT.
13891if test -n "\${ZSH_VERSION+set}" ; then
13892 setopt NO_GLOB_SUBST
13893fi
13894
13895
13896 PACKAGE='$PACKAGE'
13897 VERSION='$VERSION'
13898 TIMESTAMP='$TIMESTAMP'
13899 RM='$RM'
13900 ofile='$ofile'
13901
13902
13903
13904
81ecdfbb 13905_ACEOF
c906108c 13906
81ecdfbb 13907cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 13908
81ecdfbb 13909# Handling of arguments.
b7026657 13910for ac_config_target in $ac_config_targets
c906108c 13911do
81ecdfbb
RW
13912 case $ac_config_target in
13913 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13914 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13915 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13916 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13917 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13918 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13919 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13920 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13921
d0ac1c44 13922 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
13923 esac
13924done
13925
81ecdfbb 13926
b7026657
AC
13927# If the user did not use the arguments to specify the items to instantiate,
13928# then the envvar interface is used. Set only those that are not.
13929# We use the long form for the default assignment because of an extremely
13930# bizarre bug on SunOS 4.1.3.
13931if $ac_need_defaults; then
13932 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13933 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
13934 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13935fi
13936
13937# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13938# simply because there is no reason against having it here, and in addition,
b7026657 13939# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13940# Hook for its removal unless debugging.
13941# Note that there is a small window in which the directory will not be cleaned:
13942# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
13943$debug ||
13944{
d0ac1c44 13945 tmp= ac_tmp=
81ecdfbb 13946 trap 'exit_status=$?
d0ac1c44
SM
13947 : "${ac_tmp:=$tmp}"
13948 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13949' 0
13950 trap 'as_fn_exit 1' 1 2 13 15
b7026657 13951}
b7026657 13952# Create a (secure) tmp directory for tmp files.
c906108c 13953
b7026657 13954{
81ecdfbb 13955 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13956 test -d "$tmp"
b7026657
AC
13957} ||
13958{
81ecdfbb
RW
13959 tmp=./conf$$-$RANDOM
13960 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13961} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13962ac_tmp=$tmp
b7026657 13963
81ecdfbb
RW
13964# Set up the scripts for CONFIG_FILES section.
13965# No need to generate them if there are no CONFIG_FILES.
13966# This happens for instance with `./config.status config.h'.
13967if test -n "$CONFIG_FILES"; then
b7026657 13968
c906108c 13969
81ecdfbb
RW
13970ac_cr=`echo X | tr X '\015'`
13971# On cygwin, bash can eat \r inside `` if the user requested igncr.
13972# But we know of no other shell where ac_cr would be empty at this
13973# point, so we can use a bashism as a fallback.
13974if test "x$ac_cr" = x; then
13975 eval ac_cr=\$\'\\r\'
13976fi
13977ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13978if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13979 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13980else
13981 ac_cs_awk_cr=$ac_cr
13982fi
b7026657 13983
d0ac1c44 13984echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
13985_ACEOF
13986
c906108c 13987
81ecdfbb
RW
13988{
13989 echo "cat >conf$$subs.awk <<_ACEOF" &&
13990 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13991 echo "_ACEOF"
13992} >conf$$subs.sh ||
d0ac1c44
SM
13993 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13994ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13995ac_delim='%!_!# '
13996for ac_last_try in false false false false false :; do
13997 . ./conf$$subs.sh ||
d0ac1c44 13998 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13999
14000 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14001 if test $ac_delim_n = $ac_delim_num; then
14002 break
14003 elif $ac_last_try; then
d0ac1c44 14004 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 14005 else
81ecdfbb
RW
14006 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14007 fi
14008done
14009rm -f conf$$subs.sh
14010
14011cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14012cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
14013_ACEOF
14014sed -n '
14015h
14016s/^/S["/; s/!.*/"]=/
14017p
14018g
14019s/^[^!]*!//
14020:repl
14021t repl
14022s/'"$ac_delim"'$//
14023t delim
14024:nl
14025h
d0ac1c44 14026s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14027t more1
14028s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14029p
14030n
14031b repl
14032:more1
14033s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14034p
14035g
14036s/.\{148\}//
14037t nl
14038:delim
14039h
d0ac1c44 14040s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14041t more2
14042s/["\\]/\\&/g; s/^/"/; s/$/"/
14043p
14044b
14045:more2
14046s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14047p
14048g
14049s/.\{148\}//
14050t delim
14051' <conf$$subs.awk | sed '
14052/^[^""]/{
14053 N
14054 s/\n//
14055}
14056' >>$CONFIG_STATUS || ac_write_fail=1
14057rm -f conf$$subs.awk
14058cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14059_ACAWK
d0ac1c44 14060cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
14061 for (key in S) S_is_set[key] = 1
14062 FS = "\a"
b7026657 14063
81ecdfbb
RW
14064}
14065{
14066 line = $ 0
14067 nfields = split(line, field, "@")
14068 substed = 0
14069 len = length(field[1])
14070 for (i = 2; i < nfields; i++) {
14071 key = field[i]
14072 keylen = length(key)
14073 if (S_is_set[key]) {
14074 value = S[key]
14075 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14076 len += length(value) + length(field[++i])
14077 substed = 1
14078 } else
14079 len += 1 + keylen
14080 }
14081
14082 print line
14083}
c906108c 14084
81ecdfbb
RW
14085_ACAWK
14086_ACEOF
14087cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14088if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14089 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14090else
81ecdfbb 14091 cat
d0ac1c44
SM
14092fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14093 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 14094_ACEOF
b7026657 14095
d0ac1c44
SM
14096# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14097# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
14098# trailing colons and then remove the whole line if VPATH becomes empty
14099# (actually we leave an empty line to preserve line numbers).
14100if test "x$srcdir" = x.; then
d0ac1c44
SM
14101 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14102h
14103s///
14104s/^/:/
14105s/[ ]*$/:/
14106s/:\$(srcdir):/:/g
14107s/:\${srcdir}:/:/g
14108s/:@srcdir@:/:/g
14109s/^:*//
81ecdfbb 14110s/:*$//
d0ac1c44
SM
14111x
14112s/\(=[ ]*\).*/\1/
14113G
14114s/\n//
81ecdfbb
RW
14115s/^[^=]*=[ ]*$//
14116}'
14117fi
c906108c 14118
81ecdfbb
RW
14119cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14120fi # test -n "$CONFIG_FILES"
c906108c 14121
81ecdfbb
RW
14122# Set up the scripts for CONFIG_HEADERS section.
14123# No need to generate them if there are no CONFIG_HEADERS.
14124# This happens for instance with `./config.status Makefile'.
14125if test -n "$CONFIG_HEADERS"; then
d0ac1c44 14126cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
14127BEGIN {
14128_ACEOF
b7026657 14129
81ecdfbb
RW
14130# Transform confdefs.h into an awk script `defines.awk', embedded as
14131# here-document in config.status, that substitutes the proper values into
14132# config.h.in to produce config.h.
c906108c 14133
81ecdfbb
RW
14134# Create a delimiter string that does not exist in confdefs.h, to ease
14135# handling of long lines.
14136ac_delim='%!_!# '
14137for ac_last_try in false false :; do
d0ac1c44
SM
14138 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14139 if test -z "$ac_tt"; then
81ecdfbb
RW
14140 break
14141 elif $ac_last_try; then
d0ac1c44 14142 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14143 else
81ecdfbb 14144 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14145 fi
b7026657 14146done
81ecdfbb
RW
14147
14148# For the awk script, D is an array of macro values keyed by name,
14149# likewise P contains macro parameters if any. Preserve backslash
14150# newline sequences.
14151
14152ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14153sed -n '
14154s/.\{148\}/&'"$ac_delim"'/g
14155t rset
14156:rset
14157s/^[ ]*#[ ]*define[ ][ ]*/ /
14158t def
14159d
14160:def
14161s/\\$//
14162t bsnl
14163s/["\\]/\\&/g
14164s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14165D["\1"]=" \3"/p
14166s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14167d
14168:bsnl
14169s/["\\]/\\&/g
14170s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14171D["\1"]=" \3\\\\\\n"\\/p
14172t cont
14173s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14174t cont
14175d
14176:cont
14177n
14178s/.\{148\}/&'"$ac_delim"'/g
14179t clear
14180:clear
14181s/\\$//
14182t bsnlc
14183s/["\\]/\\&/g; s/^/"/; s/$/"/p
14184d
14185:bsnlc
14186s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14187b cont
14188' <confdefs.h | sed '
14189s/'"$ac_delim"'/"\\\
14190"/g' >>$CONFIG_STATUS || ac_write_fail=1
14191
14192cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14193 for (key in D) D_is_set[key] = 1
14194 FS = "\a"
14195}
14196/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14197 line = \$ 0
14198 split(line, arg, " ")
14199 if (arg[1] == "#") {
14200 defundef = arg[2]
14201 mac1 = arg[3]
14202 } else {
14203 defundef = substr(arg[1], 2)
14204 mac1 = arg[2]
14205 }
14206 split(mac1, mac2, "(") #)
14207 macro = mac2[1]
14208 prefix = substr(line, 1, index(line, defundef) - 1)
14209 if (D_is_set[macro]) {
14210 # Preserve the white space surrounding the "#".
14211 print prefix "define", macro P[macro] D[macro]
14212 next
14213 } else {
14214 # Replace #undef with comments. This is necessary, for example,
14215 # in the case of _POSIX_SOURCE, which is predefined and required
14216 # on some systems where configure will not decide to define it.
14217 if (defundef == "undef") {
14218 print "/*", prefix defundef, macro, "*/"
14219 next
14220 }
14221 }
14222}
14223{ print }
14224_ACAWK
b7026657 14225_ACEOF
81ecdfbb 14226cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 14227 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 14228fi # test -n "$CONFIG_HEADERS"
b7026657 14229
c906108c 14230
99d8e879 14231eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
14232shift
14233for ac_tag
14234do
14235 case $ac_tag in
14236 :[FHLC]) ac_mode=$ac_tag; continue;;
14237 esac
14238 case $ac_mode$ac_tag in
14239 :[FHL]*:*);;
d0ac1c44 14240 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
14241 :[FH]-) ac_tag=-:-;;
14242 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14243 esac
81ecdfbb
RW
14244 ac_save_IFS=$IFS
14245 IFS=:
14246 set x $ac_tag
14247 IFS=$ac_save_IFS
14248 shift
14249 ac_file=$1
14250 shift
c906108c 14251
81ecdfbb
RW
14252 case $ac_mode in
14253 :L) ac_source=$1;;
14254 :[FH])
14255 ac_file_inputs=
14256 for ac_f
14257 do
14258 case $ac_f in
d0ac1c44 14259 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
14260 *) # Look for the file first in the build tree, then in the source tree
14261 # (if the path is not absolute). The absolute path cannot be DOS-style,
14262 # because $ac_f cannot contain `:'.
14263 test -f "$ac_f" ||
14264 case $ac_f in
14265 [\\/$]*) false;;
14266 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14267 esac ||
d0ac1c44 14268 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14269 esac
81ecdfbb
RW
14270 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14271 as_fn_append ac_file_inputs " '$ac_f'"
14272 done
b7026657 14273
81ecdfbb
RW
14274 # Let's still pretend it is `configure' which instantiates (i.e., don't
14275 # use $as_me), people would be surprised to read:
14276 # /* config.h. Generated by config.status. */
14277 configure_input='Generated from '`
14278 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14279 `' by configure.'
14280 if test x"$ac_file" != x-; then
14281 configure_input="$ac_file. $configure_input"
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14283$as_echo "$as_me: creating $ac_file" >&6;}
14284 fi
14285 # Neutralize special characters interpreted by sed in replacement strings.
14286 case $configure_input in #(
14287 *\&* | *\|* | *\\* )
14288 ac_sed_conf_input=`$as_echo "$configure_input" |
14289 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14290 *) ac_sed_conf_input=$configure_input;;
14291 esac
b7026657 14292
81ecdfbb 14293 case $ac_tag in
d0ac1c44
SM
14294 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14295 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
14296 esac
14297 ;;
14298 esac
b7026657 14299
81ecdfbb 14300 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14301$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14302 X"$ac_file" : 'X\(//\)[^/]' \| \
14303 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14304 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14305$as_echo X"$ac_file" |
14306 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14307 s//\1/
14308 q
14309 }
14310 /^X\(\/\/\)[^/].*/{
14311 s//\1/
14312 q
14313 }
14314 /^X\(\/\/\)$/{
14315 s//\1/
14316 q
14317 }
14318 /^X\(\/\).*/{
14319 s//\1/
14320 q
14321 }
14322 s/.*/./; q'`
14323 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14324 ac_builddir=.
14325
81ecdfbb
RW
14326case "$ac_dir" in
14327.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14328*)
14329 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14330 # A ".." for each directory in $ac_dir_suffix.
14331 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14332 case $ac_top_builddir_sub in
14333 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14334 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14335 esac ;;
14336esac
14337ac_abs_top_builddir=$ac_pwd
14338ac_abs_builddir=$ac_pwd$ac_dir_suffix
14339# for backward compatibility:
14340ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14341
14342case $srcdir in
81ecdfbb 14343 .) # We are building in place.
b7026657 14344 ac_srcdir=.
81ecdfbb
RW
14345 ac_top_srcdir=$ac_top_builddir_sub
14346 ac_abs_top_srcdir=$ac_pwd ;;
14347 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14348 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14349 ac_top_srcdir=$srcdir
14350 ac_abs_top_srcdir=$srcdir ;;
14351 *) # Relative name.
14352 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14353 ac_top_srcdir=$ac_top_build_prefix$srcdir
14354 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14355esac
81ecdfbb 14356ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14357
c906108c 14358
81ecdfbb
RW
14359 case $ac_mode in
14360 :F)
14361 #
14362 # CONFIG_FILE
14363 #
b7026657 14364
81ecdfbb
RW
14365 case $INSTALL in
14366 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14367 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 14368 esac
81ecdfbb 14369_ACEOF
c906108c 14370
81ecdfbb
RW
14371cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14372# If the template does not know about datarootdir, expand it.
14373# FIXME: This hack should be removed a few years after 2.60.
14374ac_datarootdir_hack=; ac_datarootdir_seen=
14375ac_sed_dataroot='
14376/datarootdir/ {
14377 p
14378 q
14379}
14380/@datadir@/p
14381/@docdir@/p
14382/@infodir@/p
14383/@localedir@/p
14384/@mandir@/p'
14385case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14386*datarootdir*) ac_datarootdir_seen=yes;;
14387*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14389$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14390_ACEOF
14391cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14392 ac_datarootdir_hack='
14393 s&@datadir@&$datadir&g
14394 s&@docdir@&$docdir&g
14395 s&@infodir@&$infodir&g
14396 s&@localedir@&$localedir&g
14397 s&@mandir@&$mandir&g
14398 s&\\\${datarootdir}&$datarootdir&g' ;;
14399esac
b7026657 14400_ACEOF
b7026657 14401
81ecdfbb
RW
14402# Neutralize VPATH when `$srcdir' = `.'.
14403# Shell code in configure.ac might set extrasub.
14404# FIXME: do we really want to maintain this feature?
14405cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14406ac_sed_extra="$ac_vpsub
14407$extrasub
14408_ACEOF
14409cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14410:t
14411/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14412s|@configure_input@|$ac_sed_conf_input|;t t
14413s&@top_builddir@&$ac_top_builddir_sub&;t t
14414s&@top_build_prefix@&$ac_top_build_prefix&;t t
14415s&@srcdir@&$ac_srcdir&;t t
14416s&@abs_srcdir@&$ac_abs_srcdir&;t t
14417s&@top_srcdir@&$ac_top_srcdir&;t t
14418s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14419s&@builddir@&$ac_builddir&;t t
14420s&@abs_builddir@&$ac_abs_builddir&;t t
14421s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14422s&@INSTALL@&$ac_INSTALL&;t t
14423$ac_datarootdir_hack
14424"
d0ac1c44
SM
14425eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14426 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14427
14428test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
14429 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14430 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14431 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 14432 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14433which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 14434$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 14435which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 14436
d0ac1c44 14437 rm -f "$ac_tmp/stdin"
81ecdfbb 14438 case $ac_file in
d0ac1c44
SM
14439 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14440 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 14441 esac \
d0ac1c44 14442 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
14443 ;;
14444 :H)
14445 #
14446 # CONFIG_HEADER
14447 #
14448 if test x"$ac_file" != x-; then
14449 {
14450 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14451 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14452 } >"$ac_tmp/config.h" \
14453 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14454 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
14455 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14456$as_echo "$as_me: $ac_file is unchanged" >&6;}
14457 else
14458 rm -f "$ac_file"
d0ac1c44
SM
14459 mv "$ac_tmp/config.h" "$ac_file" \
14460 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 14461 fi
b7026657 14462 else
81ecdfbb 14463 $as_echo "/* $configure_input */" \
d0ac1c44
SM
14464 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14465 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
14466 fi
14467 ;;
b7026657 14468
81ecdfbb
RW
14469 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14470$as_echo "$as_me: executing $ac_file commands" >&6;}
14471 ;;
14472 esac
b7026657
AC
14473
14474
81ecdfbb 14475 case $ac_file$ac_mode in
db2e4d67 14476 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
14477 "libtool":C)
14478
14479 # See if we are running on zsh, and set the options which allow our
14480 # commands through without removal of \ escapes.
14481 if test -n "${ZSH_VERSION+set}" ; then
14482 setopt NO_GLOB_SUBST
14483 fi
14484
14485 cfgfile="${ofile}T"
14486 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14487 $RM "$cfgfile"
14488
14489 cat <<_LT_EOF >> "$cfgfile"
14490#! $SHELL
14491
14492# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14493# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14494# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14495# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14496#
14497# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14498# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14499# Written by Gordon Matzigkeit, 1996
14500#
14501# This file is part of GNU Libtool.
14502#
14503# GNU Libtool is free software; you can redistribute it and/or
14504# modify it under the terms of the GNU General Public License as
14505# published by the Free Software Foundation; either version 2 of
14506# the License, or (at your option) any later version.
14507#
14508# As a special exception to the GNU General Public License,
14509# if you distribute this file as part of a program or library that
14510# is built using GNU Libtool, you may include this file under the
14511# same distribution terms that you use for the rest of that program.
14512#
14513# GNU Libtool is distributed in the hope that it will be useful,
14514# but WITHOUT ANY WARRANTY; without even the implied warranty of
14515# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14516# GNU General Public License for more details.
14517#
14518# You should have received a copy of the GNU General Public License
14519# along with GNU Libtool; see the file COPYING. If not, a copy
14520# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14521# obtained by writing to the Free Software Foundation, Inc.,
14522# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14523
14524
14525# The names of the tagged configurations supported by this script.
14526available_tags=""
14527
14528# ### BEGIN LIBTOOL CONFIG
14529
14530# Which release of libtool.m4 was used?
14531macro_version=$macro_version
14532macro_revision=$macro_revision
14533
14534# Whether or not to build shared libraries.
14535build_libtool_libs=$enable_shared
14536
14537# Whether or not to build static libraries.
14538build_old_libs=$enable_static
14539
14540# What type of objects to build.
14541pic_mode=$pic_mode
14542
14543# Whether or not to optimize for fast installation.
14544fast_install=$enable_fast_install
14545
14546# Shell to use when invoking shell scripts.
14547SHELL=$lt_SHELL
14548
14549# An echo program that protects backslashes.
14550ECHO=$lt_ECHO
14551
14552# The host system.
14553host_alias=$host_alias
14554host=$host
14555host_os=$host_os
14556
14557# The build system.
14558build_alias=$build_alias
14559build=$build
14560build_os=$build_os
14561
14562# A sed program that does not truncate output.
14563SED=$lt_SED
14564
14565# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14566Xsed="\$SED -e 1s/^X//"
14567
14568# A grep program that handles long lines.
14569GREP=$lt_GREP
14570
14571# An ERE matcher.
14572EGREP=$lt_EGREP
14573
14574# A literal string matcher.
14575FGREP=$lt_FGREP
14576
14577# A BSD- or MS-compatible name lister.
14578NM=$lt_NM
14579
14580# Whether we need soft or hard links.
14581LN_S=$lt_LN_S
14582
14583# What is the maximum length of a command?
14584max_cmd_len=$max_cmd_len
14585
14586# Object file suffix (normally "o").
14587objext=$ac_objext
14588
14589# Executable file suffix (normally "").
14590exeext=$exeext
14591
14592# whether the shell understands "unset".
14593lt_unset=$lt_unset
14594
14595# turn spaces into newlines.
14596SP2NL=$lt_lt_SP2NL
14597
14598# turn newlines into spaces.
14599NL2SP=$lt_lt_NL2SP
14600
14601# An object symbol dumper.
14602OBJDUMP=$lt_OBJDUMP
14603
14604# Method to check whether dependent libraries are shared objects.
14605deplibs_check_method=$lt_deplibs_check_method
14606
14607# Command to use when deplibs_check_method == "file_magic".
14608file_magic_cmd=$lt_file_magic_cmd
14609
14610# The archiver.
14611AR=$lt_AR
14612AR_FLAGS=$lt_AR_FLAGS
14613
14614# A symbol stripping program.
14615STRIP=$lt_STRIP
14616
14617# Commands used to install an old-style archive.
14618RANLIB=$lt_RANLIB
14619old_postinstall_cmds=$lt_old_postinstall_cmds
14620old_postuninstall_cmds=$lt_old_postuninstall_cmds
14621
14622# Whether to use a lock for old archive extraction.
14623lock_old_archive_extraction=$lock_old_archive_extraction
14624
14625# A C compiler.
14626LTCC=$lt_CC
14627
14628# LTCC compiler flags.
14629LTCFLAGS=$lt_CFLAGS
14630
14631# Take the output of nm and produce a listing of raw symbols and C names.
14632global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14633
14634# Transform the output of nm in a proper C declaration.
14635global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14636
14637# Transform the output of nm in a C name address pair.
14638global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14639
14640# Transform the output of nm in a C name address pair when lib prefix is needed.
14641global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14642
14643# The name of the directory that contains temporary libtool files.
14644objdir=$objdir
14645
14646# Used to examine libraries when file_magic_cmd begins with "file".
14647MAGIC_CMD=$MAGIC_CMD
14648
14649# Must we lock files when doing compilation?
14650need_locks=$lt_need_locks
14651
14652# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14653DSYMUTIL=$lt_DSYMUTIL
14654
14655# Tool to change global to local symbols on Mac OS X.
14656NMEDIT=$lt_NMEDIT
14657
14658# Tool to manipulate fat objects and archives on Mac OS X.
14659LIPO=$lt_LIPO
14660
14661# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14662OTOOL=$lt_OTOOL
14663
14664# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14665OTOOL64=$lt_OTOOL64
14666
14667# Old archive suffix (normally "a").
14668libext=$libext
14669
14670# Shared library suffix (normally ".so").
14671shrext_cmds=$lt_shrext_cmds
14672
14673# The commands to extract the exported symbol list from a shared archive.
14674extract_expsyms_cmds=$lt_extract_expsyms_cmds
14675
14676# Variables whose values should be saved in libtool wrapper scripts and
14677# restored at link time.
14678variables_saved_for_relink=$lt_variables_saved_for_relink
14679
14680# Do we need the "lib" prefix for modules?
14681need_lib_prefix=$need_lib_prefix
14682
14683# Do we need a version for libraries?
14684need_version=$need_version
14685
14686# Library versioning type.
14687version_type=$version_type
14688
14689# Shared library runtime path variable.
14690runpath_var=$runpath_var
14691
14692# Shared library path variable.
14693shlibpath_var=$shlibpath_var
14694
14695# Is shlibpath searched before the hard-coded library search path?
14696shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14697
14698# Format of library name prefix.
14699libname_spec=$lt_libname_spec
14700
14701# List of archive names. First name is the real one, the rest are links.
14702# The last name is the one that the linker finds with -lNAME
14703library_names_spec=$lt_library_names_spec
14704
14705# The coded name of the library, if different from the real name.
14706soname_spec=$lt_soname_spec
14707
14708# Permission mode override for installation of shared libraries.
14709install_override_mode=$lt_install_override_mode
14710
14711# Command to use after installation of a shared archive.
14712postinstall_cmds=$lt_postinstall_cmds
14713
14714# Command to use after uninstallation of a shared archive.
14715postuninstall_cmds=$lt_postuninstall_cmds
14716
14717# Commands used to finish a libtool library installation in a directory.
14718finish_cmds=$lt_finish_cmds
14719
14720# As "finish_cmds", except a single script fragment to be evaled but
14721# not shown.
14722finish_eval=$lt_finish_eval
14723
14724# Whether we should hardcode library paths into libraries.
14725hardcode_into_libs=$hardcode_into_libs
14726
14727# Compile-time system search path for libraries.
14728sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14729
14730# Run-time system search path for libraries.
14731sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14732
14733# Whether dlopen is supported.
14734dlopen_support=$enable_dlopen
14735
14736# Whether dlopen of programs is supported.
14737dlopen_self=$enable_dlopen_self
14738
14739# Whether dlopen of statically linked programs is supported.
14740dlopen_self_static=$enable_dlopen_self_static
14741
14742# Commands to strip libraries.
14743old_striplib=$lt_old_striplib
14744striplib=$lt_striplib
14745
14746
14747# The linker used to build libraries.
14748LD=$lt_LD
14749
14750# How to create reloadable object files.
14751reload_flag=$lt_reload_flag
14752reload_cmds=$lt_reload_cmds
14753
14754# Commands used to build an old-style archive.
14755old_archive_cmds=$lt_old_archive_cmds
14756
14757# A language specific compiler.
14758CC=$lt_compiler
14759
14760# Is the compiler the GNU compiler?
14761with_gcc=$GCC
14762
14763# Compiler flag to turn off builtin functions.
14764no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14765
14766# How to pass a linker flag through the compiler.
14767wl=$lt_lt_prog_compiler_wl
14768
14769# Additional compiler flags for building library objects.
14770pic_flag=$lt_lt_prog_compiler_pic
14771
14772# Compiler flag to prevent dynamic linking.
14773link_static_flag=$lt_lt_prog_compiler_static
14774
14775# Does compiler simultaneously support -c and -o options?
14776compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14777
14778# Whether or not to add -lc for building shared libraries.
14779build_libtool_need_lc=$archive_cmds_need_lc
14780
14781# Whether or not to disallow shared libs when runtime libs are static.
14782allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14783
14784# Compiler flag to allow reflexive dlopens.
14785export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14786
14787# Compiler flag to generate shared objects directly from archives.
14788whole_archive_flag_spec=$lt_whole_archive_flag_spec
14789
14790# Whether the compiler copes with passing no objects directly.
14791compiler_needs_object=$lt_compiler_needs_object
14792
14793# Create an old-style archive from a shared archive.
14794old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14795
14796# Create a temporary old-style archive to link instead of a shared archive.
14797old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14798
14799# Commands used to build a shared archive.
14800archive_cmds=$lt_archive_cmds
14801archive_expsym_cmds=$lt_archive_expsym_cmds
14802
14803# Commands used to build a loadable module if different from building
14804# a shared archive.
14805module_cmds=$lt_module_cmds
14806module_expsym_cmds=$lt_module_expsym_cmds
14807
14808# Whether we are building with GNU ld or not.
14809with_gnu_ld=$lt_with_gnu_ld
14810
14811# Flag that allows shared libraries with undefined symbols to be built.
14812allow_undefined_flag=$lt_allow_undefined_flag
14813
14814# Flag that enforces no undefined symbols.
14815no_undefined_flag=$lt_no_undefined_flag
14816
14817# Flag to hardcode \$libdir into a binary during linking.
14818# This must work even if \$libdir does not exist
14819hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14820
14821# If ld is used when linking, flag to hardcode \$libdir into a binary
14822# during linking. This must work even if \$libdir does not exist.
14823hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14824
14825# Whether we need a single "-rpath" flag with a separated argument.
14826hardcode_libdir_separator=$lt_hardcode_libdir_separator
14827
14828# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14829# DIR into the resulting binary.
14830hardcode_direct=$hardcode_direct
14831
14832# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14833# DIR into the resulting binary and the resulting library dependency is
14834# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14835# library is relocated.
14836hardcode_direct_absolute=$hardcode_direct_absolute
14837
14838# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14839# into the resulting binary.
14840hardcode_minus_L=$hardcode_minus_L
14841
14842# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14843# into the resulting binary.
14844hardcode_shlibpath_var=$hardcode_shlibpath_var
14845
14846# Set to "yes" if building a shared library automatically hardcodes DIR
14847# into the library and all subsequent libraries and executables linked
14848# against it.
14849hardcode_automatic=$hardcode_automatic
14850
14851# Set to yes if linker adds runtime paths of dependent libraries
14852# to runtime path list.
14853inherit_rpath=$inherit_rpath
14854
14855# Whether libtool must link a program against all its dependency libraries.
14856link_all_deplibs=$link_all_deplibs
14857
14858# Fix the shell variable \$srcfile for the compiler.
14859fix_srcfile_path=$lt_fix_srcfile_path
14860
14861# Set to "yes" if exported symbols are required.
14862always_export_symbols=$always_export_symbols
14863
14864# The commands to list exported symbols.
14865export_symbols_cmds=$lt_export_symbols_cmds
14866
14867# Symbols that should not be listed in the preloaded symbols.
14868exclude_expsyms=$lt_exclude_expsyms
14869
14870# Symbols that must always be exported.
14871include_expsyms=$lt_include_expsyms
14872
14873# Commands necessary for linking programs (against libraries) with templates.
14874prelink_cmds=$lt_prelink_cmds
14875
14876# Specify filename containing input files.
14877file_list_spec=$lt_file_list_spec
14878
14879# How to hardcode a shared library path into an executable.
14880hardcode_action=$hardcode_action
14881
14882# ### END LIBTOOL CONFIG
14883
14884_LT_EOF
14885
14886 case $host_os in
14887 aix3*)
14888 cat <<\_LT_EOF >> "$cfgfile"
14889# AIX sometimes has problems with the GCC collect2 program. For some
14890# reason, if we set the COLLECT_NAMES environment variable, the problems
14891# vanish in a puff of smoke.
14892if test "X${COLLECT_NAMES+set}" != Xset; then
14893 COLLECT_NAMES=
14894 export COLLECT_NAMES
14895fi
14896_LT_EOF
14897 ;;
14898 esac
14899
14900
14901ltmain="$ac_aux_dir/ltmain.sh"
14902
14903
14904 # We use sed instead of cat because bash on DJGPP gets confused if
14905 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14906 # text mode, it properly converts lines to CR/LF. This bash problem
14907 # is reportedly fixed, but why not run on old versions too?
14908 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14909 || (rm -f "$cfgfile"; exit 1)
14910
14911 case $xsi_shell in
14912 yes)
14913 cat << \_LT_EOF >> "$cfgfile"
14914
14915# func_dirname file append nondir_replacement
14916# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14917# otherwise set result to NONDIR_REPLACEMENT.
14918func_dirname ()
14919{
14920 case ${1} in
14921 */*) func_dirname_result="${1%/*}${2}" ;;
14922 * ) func_dirname_result="${3}" ;;
14923 esac
14924}
14925
14926# func_basename file
14927func_basename ()
14928{
14929 func_basename_result="${1##*/}"
14930}
14931
14932# func_dirname_and_basename file append nondir_replacement
14933# perform func_basename and func_dirname in a single function
14934# call:
14935# dirname: Compute the dirname of FILE. If nonempty,
14936# add APPEND to the result, otherwise set result
14937# to NONDIR_REPLACEMENT.
14938# value returned in "$func_dirname_result"
14939# basename: Compute filename of FILE.
14940# value retuned in "$func_basename_result"
14941# Implementation must be kept synchronized with func_dirname
14942# and func_basename. For efficiency, we do not delegate to
14943# those functions but instead duplicate the functionality here.
14944func_dirname_and_basename ()
14945{
14946 case ${1} in
14947 */*) func_dirname_result="${1%/*}${2}" ;;
14948 * ) func_dirname_result="${3}" ;;
14949 esac
14950 func_basename_result="${1##*/}"
14951}
14952
14953# func_stripname prefix suffix name
14954# strip PREFIX and SUFFIX off of NAME.
14955# PREFIX and SUFFIX must not contain globbing or regex special
14956# characters, hashes, percent signs, but SUFFIX may contain a leading
14957# dot (in which case that matches only a dot).
14958func_stripname ()
14959{
14960 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14961 # positional parameters, so assign one to ordinary parameter first.
14962 func_stripname_result=${3}
14963 func_stripname_result=${func_stripname_result#"${1}"}
14964 func_stripname_result=${func_stripname_result%"${2}"}
14965}
14966
14967# func_opt_split
14968func_opt_split ()
14969{
14970 func_opt_split_opt=${1%%=*}
14971 func_opt_split_arg=${1#*=}
14972}
14973
14974# func_lo2o object
14975func_lo2o ()
14976{
14977 case ${1} in
14978 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14979 *) func_lo2o_result=${1} ;;
14980 esac
14981}
14982
14983# func_xform libobj-or-source
14984func_xform ()
14985{
14986 func_xform_result=${1%.*}.lo
14987}
14988
14989# func_arith arithmetic-term...
14990func_arith ()
14991{
14992 func_arith_result=$(( $* ))
14993}
14994
14995# func_len string
14996# STRING may not start with a hyphen.
14997func_len ()
14998{
14999 func_len_result=${#1}
15000}
15001
15002_LT_EOF
15003 ;;
15004 *) # Bourne compatible functions.
15005 cat << \_LT_EOF >> "$cfgfile"
15006
15007# func_dirname file append nondir_replacement
15008# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15009# otherwise set result to NONDIR_REPLACEMENT.
15010func_dirname ()
15011{
15012 # Extract subdirectory from the argument.
15013 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15014 if test "X$func_dirname_result" = "X${1}"; then
15015 func_dirname_result="${3}"
15016 else
15017 func_dirname_result="$func_dirname_result${2}"
15018 fi
15019}
15020
15021# func_basename file
15022func_basename ()
15023{
15024 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15025}
15026
15027
15028# func_stripname prefix suffix name
15029# strip PREFIX and SUFFIX off of NAME.
15030# PREFIX and SUFFIX must not contain globbing or regex special
15031# characters, hashes, percent signs, but SUFFIX may contain a leading
15032# dot (in which case that matches only a dot).
15033# func_strip_suffix prefix name
15034func_stripname ()
15035{
15036 case ${2} in
15037 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15038 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15039 esac
15040}
15041
15042# sed scripts:
15043my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15044my_sed_long_arg='1s/^-[^=]*=//'
15045
15046# func_opt_split
15047func_opt_split ()
15048{
15049 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15050 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15051}
15052
15053# func_lo2o object
15054func_lo2o ()
15055{
15056 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15057}
15058
15059# func_xform libobj-or-source
15060func_xform ()
15061{
15062 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15063}
15064
15065# func_arith arithmetic-term...
15066func_arith ()
15067{
15068 func_arith_result=`expr "$@"`
15069}
15070
15071# func_len string
15072# STRING may not start with a hyphen.
15073func_len ()
15074{
15075 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15076}
15077
15078_LT_EOF
15079esac
15080
15081case $lt_shell_append in
15082 yes)
15083 cat << \_LT_EOF >> "$cfgfile"
15084
15085# func_append var value
15086# Append VALUE to the end of shell variable VAR.
15087func_append ()
15088{
15089 eval "$1+=\$2"
15090}
15091_LT_EOF
15092 ;;
15093 *)
15094 cat << \_LT_EOF >> "$cfgfile"
15095
15096# func_append var value
15097# Append VALUE to the end of shell variable VAR.
15098func_append ()
15099{
15100 eval "$1=\$$1\$2"
15101}
15102
15103_LT_EOF
15104 ;;
15105 esac
15106
15107
15108 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15109 || (rm -f "$cfgfile"; exit 1)
15110
15111 mv -f "$cfgfile" "$ofile" ||
15112 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15113 chmod +x "$ofile"
15114
15115 ;;
81ecdfbb 15116 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15117 rm -f Makesim1.tmp Makesim2.tmp Makefile
15118 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15119 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15120 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15121 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15122 <Makefile.sim >Makefile
38f48d72 15123 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15124 ;;
81ecdfbb
RW
15125 "stamp-h":C) echo > stamp-h ;;
15126
b7026657 15127 esac
81ecdfbb 15128done # for ac_tag
c906108c 15129
b7026657 15130
81ecdfbb 15131as_fn_exit 0
b7026657 15132_ACEOF
b7026657
AC
15133ac_clean_files=$ac_clean_files_save
15134
81ecdfbb 15135test $ac_write_fail = 0 ||
d0ac1c44 15136 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 15137
b7026657
AC
15138
15139# configure is writing to config.log, and then calls config.status.
15140# config.status does its own redirection, appending to config.log.
15141# Unfortunately, on DOS this fails, as config.log is still kept open
15142# by configure, so config.status won't be able to write to it; its
15143# output is simply discarded. So we exec the FD to /dev/null,
15144# effectively closing config.log, so it can be properly (re)opened and
15145# appended to by config.status. When coming back to configure, we
15146# need to make the FD available again.
15147if test "$no_create" != yes; then
15148 ac_cs_success=:
15149 ac_config_status_args=
15150 test "$silent" = yes &&
15151 ac_config_status_args="$ac_config_status_args --quiet"
15152 exec 5>/dev/null
15153 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15154 exec 5>>config.log
15155 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15156 # would make configure fail if this is the last instruction.
d0ac1c44 15157 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
15158fi
15159if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15160 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15161$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15162fi
c906108c
SS
15163
15164