]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mn10300/configure
sim: delete unused SIM_EXTRA_LIBDEPS
[thirdparty/binutils-gdb.git] / sim / mn10300 / 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
636sim_float
81ecdfbb
RW
637cgen_breaks
638REPORT_BUGS_TEXI
639REPORT_BUGS_TO
640PKGVERSION
81ecdfbb 641MAINT
31e6ad7d
MF
642MAINTAINER_MODE_FALSE
643MAINTAINER_MODE_TRUE
6bb11ab3
L
644lt_cv_dlopen_libs
645OTOOL64
646OTOOL
647LIPO
648NMEDIT
649DSYMUTIL
650AWK
651STRIP
652OBJDUMP
653LN_S
654NM
655ac_ct_DUMPBIN
656DUMPBIN
657LD
658FGREP
659SED
660LIBTOOL
661PLUGINS_FALSE
662PLUGINS_TRUE
aadc9410
MF
663zlibinc
664zlibdir
81ecdfbb
RW
665CATOBJEXT
666GENCAT
667INSTOBJEXT
668DATADIRNAME
669CATALOGS
670POSUB
671GMSGFMT
672XGETTEXT
673INCINTL
674LIBINTL_DEP
675LIBINTL
676USE_NLS
db2e4d67
MF
677GMAKE_FALSE
678GMAKE_TRUE
679MAKE
680CCDEPMODE
681DEPDIR
682am__leading_dot
5f3ef9d0 683PACKAGE
46f900c0 684C_DIALECT
81ecdfbb
RW
685RANLIB
686AR
81ecdfbb
RW
687CC_FOR_BUILD
688INSTALL_DATA
689INSTALL_SCRIPT
690INSTALL_PROGRAM
2232061b
MF
691EGREP
692GREP
693CPP
81ecdfbb
RW
694target_os
695target_vendor
696target_cpu
697target
698host_os
699host_vendor
700host_cpu
701host
702build_os
703build_vendor
704build_cpu
705build
6ffe910a
MF
706OBJEXT
707EXEEXT
708ac_ct_CC
709CPPFLAGS
710LDFLAGS
711CFLAGS
712CC
81ecdfbb
RW
713target_alias
714host_alias
715build_alias
716LIBS
717ECHO_T
718ECHO_N
719ECHO_C
720DEFS
721mandir
722localedir
723libdir
724psdir
725pdfdir
726dvidir
727htmldir
728infodir
729docdir
730oldincludedir
731includedir
732localstatedir
733sharedstatedir
734sysconfdir
735datadir
736datarootdir
737libexecdir
738sbindir
739bindir
740program_transform_name
741prefix
742exec_prefix
743PACKAGE_URL
744PACKAGE_BUGREPORT
745PACKAGE_STRING
746PACKAGE_VERSION
747PACKAGE_TARNAME
748PACKAGE_NAME
749PATH_SEPARATOR
136da8cd
MF
750SHELL
751WERROR_CFLAGS
752WARN_CFLAGS
753sim_reserved_bits
754sim_inline
755sim_hw
756sim_hw_objs
757sim_hw_cflags
136da8cd
MF
758sim_endian
759sim_bitsize
760sim_alignment'
b7026657 761ac_subst_files=''
81ecdfbb
RW
762ac_user_opts='
763enable_option_checking
aadc9410 764with_system_zlib
6bb11ab3
L
765enable_plugins
766enable_shared
767enable_static
768with_pic
769enable_fast_install
770with_gnu_ld
771enable_libtool_lock
81ecdfbb 772enable_maintainer_mode
81ecdfbb
RW
773enable_sim_debug
774enable_sim_stdio
775enable_sim_trace
776enable_sim_profile
35656e95 777enable_sim_assert
16f7876d 778enable_sim_environment
347fe5bb 779enable_sim_inline
81ecdfbb
RW
780with_pkgversion
781with_bugurl
782enable_sim_endian
783enable_sim_alignment
2232061b 784enable_werror
81ecdfbb
RW
785enable_build_warnings
786enable_sim_build_warnings
787enable_sim_reserved_bits
788enable_sim_bitsize
81ecdfbb
RW
789enable_sim_hardware
790'
791 ac_precious_vars='build_alias
792host_alias
793target_alias
794CC
795CFLAGS
796LDFLAGS
797LIBS
798CPPFLAGS
799CPP'
800
c906108c
SS
801
802# Initialize some variables set by options.
b7026657
AC
803ac_init_help=
804ac_init_version=false
81ecdfbb
RW
805ac_unrecognized_opts=
806ac_unrecognized_sep=
c906108c
SS
807# The variables have the same names as the options, with
808# dashes changed to underlines.
b7026657 809cache_file=/dev/null
c906108c 810exec_prefix=NONE
c906108c 811no_create=
c906108c
SS
812no_recursion=
813prefix=NONE
814program_prefix=NONE
815program_suffix=NONE
816program_transform_name=s,x,x,
817silent=
818site=
819srcdir=
c906108c
SS
820verbose=
821x_includes=NONE
822x_libraries=NONE
b7026657
AC
823
824# Installation directory options.
825# These are left unexpanded so users can "make install exec_prefix=/foo"
826# and all the variables that are supposed to be based on exec_prefix
827# by default will actually change.
828# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 829# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
830bindir='${exec_prefix}/bin'
831sbindir='${exec_prefix}/sbin'
832libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
833datarootdir='${prefix}/share'
834datadir='${datarootdir}'
c906108c
SS
835sysconfdir='${prefix}/etc'
836sharedstatedir='${prefix}/com'
837localstatedir='${prefix}/var'
c906108c
SS
838includedir='${prefix}/include'
839oldincludedir='/usr/include'
81ecdfbb
RW
840docdir='${datarootdir}/doc/${PACKAGE}'
841infodir='${datarootdir}/info'
842htmldir='${docdir}'
843dvidir='${docdir}'
844pdfdir='${docdir}'
845psdir='${docdir}'
846libdir='${exec_prefix}/lib'
847localedir='${datarootdir}/locale'
848mandir='${datarootdir}/man'
c906108c 849
c906108c 850ac_prev=
81ecdfbb 851ac_dashdash=
c906108c
SS
852for ac_option
853do
c906108c
SS
854 # If the previous option needs an argument, assign it.
855 if test -n "$ac_prev"; then
81ecdfbb 856 eval $ac_prev=\$ac_option
c906108c
SS
857 ac_prev=
858 continue
859 fi
860
81ecdfbb 861 case $ac_option in
d0ac1c44
SM
862 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
863 *=) ac_optarg= ;;
864 *) ac_optarg=yes ;;
81ecdfbb 865 esac
c906108c
SS
866
867 # Accept the important Cygnus configure options, so we can diagnose typos.
868
81ecdfbb
RW
869 case $ac_dashdash$ac_option in
870 --)
871 ac_dashdash=yes ;;
c906108c
SS
872
873 -bindir | --bindir | --bindi | --bind | --bin | --bi)
874 ac_prev=bindir ;;
875 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 876 bindir=$ac_optarg ;;
c906108c
SS
877
878 -build | --build | --buil | --bui | --bu)
b7026657 879 ac_prev=build_alias ;;
c906108c 880 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 881 build_alias=$ac_optarg ;;
c906108c
SS
882
883 -cache-file | --cache-file | --cache-fil | --cache-fi \
884 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
885 ac_prev=cache_file ;;
886 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
887 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
888 cache_file=$ac_optarg ;;
889
890 --config-cache | -C)
891 cache_file=config.cache ;;
c906108c 892
81ecdfbb 893 -datadir | --datadir | --datadi | --datad)
c906108c 894 ac_prev=datadir ;;
81ecdfbb 895 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 896 datadir=$ac_optarg ;;
c906108c 897
81ecdfbb
RW
898 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
899 | --dataroo | --dataro | --datar)
900 ac_prev=datarootdir ;;
901 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
902 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
903 datarootdir=$ac_optarg ;;
904
c906108c 905 -disable-* | --disable-*)
81ecdfbb 906 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 907 # Reject names that are not valid shell variable names.
81ecdfbb 908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 909 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
910 ac_useropt_orig=$ac_useropt
911 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
912 case $ac_user_opts in
913 *"
914"enable_$ac_useropt"
915"*) ;;
916 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
917 ac_unrecognized_sep=', ';;
918 esac
919 eval enable_$ac_useropt=no ;;
920
921 -docdir | --docdir | --docdi | --doc | --do)
922 ac_prev=docdir ;;
923 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
924 docdir=$ac_optarg ;;
925
926 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
927 ac_prev=dvidir ;;
928 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
929 dvidir=$ac_optarg ;;
c906108c
SS
930
931 -enable-* | --enable-*)
81ecdfbb 932 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 933 # Reject names that are not valid shell variable names.
81ecdfbb 934 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 935 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
936 ac_useropt_orig=$ac_useropt
937 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
938 case $ac_user_opts in
939 *"
940"enable_$ac_useropt"
941"*) ;;
942 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
943 ac_unrecognized_sep=', ';;
c906108c 944 esac
81ecdfbb 945 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
946
947 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
948 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
949 | --exec | --exe | --ex)
950 ac_prev=exec_prefix ;;
951 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
952 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
953 | --exec=* | --exe=* | --ex=*)
b7026657 954 exec_prefix=$ac_optarg ;;
c906108c
SS
955
956 -gas | --gas | --ga | --g)
957 # Obsolete; use --with-gas.
958 with_gas=yes ;;
959
b7026657
AC
960 -help | --help | --hel | --he | -h)
961 ac_init_help=long ;;
962 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
963 ac_init_help=recursive ;;
964 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
965 ac_init_help=short ;;
c906108c
SS
966
967 -host | --host | --hos | --ho)
b7026657 968 ac_prev=host_alias ;;
c906108c 969 -host=* | --host=* | --hos=* | --ho=*)
b7026657 970 host_alias=$ac_optarg ;;
c906108c 971
81ecdfbb
RW
972 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
973 ac_prev=htmldir ;;
974 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
975 | --ht=*)
976 htmldir=$ac_optarg ;;
977
c906108c
SS
978 -includedir | --includedir | --includedi | --included | --include \
979 | --includ | --inclu | --incl | --inc)
980 ac_prev=includedir ;;
981 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
982 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 983 includedir=$ac_optarg ;;
c906108c
SS
984
985 -infodir | --infodir | --infodi | --infod | --info | --inf)
986 ac_prev=infodir ;;
987 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 988 infodir=$ac_optarg ;;
c906108c
SS
989
990 -libdir | --libdir | --libdi | --libd)
991 ac_prev=libdir ;;
992 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 993 libdir=$ac_optarg ;;
c906108c
SS
994
995 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
996 | --libexe | --libex | --libe)
997 ac_prev=libexecdir ;;
998 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
999 | --libexe=* | --libex=* | --libe=*)
b7026657 1000 libexecdir=$ac_optarg ;;
c906108c 1001
81ecdfbb
RW
1002 -localedir | --localedir | --localedi | --localed | --locale)
1003 ac_prev=localedir ;;
1004 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1005 localedir=$ac_optarg ;;
1006
c906108c 1007 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1008 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1009 ac_prev=localstatedir ;;
1010 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1011 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1012 localstatedir=$ac_optarg ;;
c906108c
SS
1013
1014 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1015 ac_prev=mandir ;;
1016 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1017 mandir=$ac_optarg ;;
c906108c
SS
1018
1019 -nfp | --nfp | --nf)
1020 # Obsolete; use --without-fp.
1021 with_fp=no ;;
1022
1023 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1024 | --no-cr | --no-c | -n)
c906108c
SS
1025 no_create=yes ;;
1026
1027 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1028 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1029 no_recursion=yes ;;
1030
1031 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1032 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1033 | --oldin | --oldi | --old | --ol | --o)
1034 ac_prev=oldincludedir ;;
1035 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1036 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1037 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1038 oldincludedir=$ac_optarg ;;
c906108c
SS
1039
1040 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1041 ac_prev=prefix ;;
1042 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1043 prefix=$ac_optarg ;;
c906108c
SS
1044
1045 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1046 | --program-pre | --program-pr | --program-p)
1047 ac_prev=program_prefix ;;
1048 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1049 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1050 program_prefix=$ac_optarg ;;
c906108c
SS
1051
1052 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1053 | --program-suf | --program-su | --program-s)
1054 ac_prev=program_suffix ;;
1055 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1056 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1057 program_suffix=$ac_optarg ;;
c906108c
SS
1058
1059 -program-transform-name | --program-transform-name \
1060 | --program-transform-nam | --program-transform-na \
1061 | --program-transform-n | --program-transform- \
1062 | --program-transform | --program-transfor \
1063 | --program-transfo | --program-transf \
1064 | --program-trans | --program-tran \
1065 | --progr-tra | --program-tr | --program-t)
1066 ac_prev=program_transform_name ;;
1067 -program-transform-name=* | --program-transform-name=* \
1068 | --program-transform-nam=* | --program-transform-na=* \
1069 | --program-transform-n=* | --program-transform-=* \
1070 | --program-transform=* | --program-transfor=* \
1071 | --program-transfo=* | --program-transf=* \
1072 | --program-trans=* | --program-tran=* \
1073 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1074 program_transform_name=$ac_optarg ;;
c906108c 1075
81ecdfbb
RW
1076 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1077 ac_prev=pdfdir ;;
1078 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1079 pdfdir=$ac_optarg ;;
1080
1081 -psdir | --psdir | --psdi | --psd | --ps)
1082 ac_prev=psdir ;;
1083 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1084 psdir=$ac_optarg ;;
1085
c906108c
SS
1086 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1087 | -silent | --silent | --silen | --sile | --sil)
1088 silent=yes ;;
1089
1090 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1091 ac_prev=sbindir ;;
1092 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1093 | --sbi=* | --sb=*)
b7026657 1094 sbindir=$ac_optarg ;;
c906108c
SS
1095
1096 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1097 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1098 | --sharedst | --shareds | --shared | --share | --shar \
1099 | --sha | --sh)
1100 ac_prev=sharedstatedir ;;
1101 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1102 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1103 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1104 | --sha=* | --sh=*)
b7026657 1105 sharedstatedir=$ac_optarg ;;
c906108c
SS
1106
1107 -site | --site | --sit)
1108 ac_prev=site ;;
1109 -site=* | --site=* | --sit=*)
b7026657 1110 site=$ac_optarg ;;
eb2d80b4 1111
c906108c
SS
1112 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1113 ac_prev=srcdir ;;
1114 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1115 srcdir=$ac_optarg ;;
c906108c
SS
1116
1117 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1118 | --syscon | --sysco | --sysc | --sys | --sy)
1119 ac_prev=sysconfdir ;;
1120 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1121 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1122 sysconfdir=$ac_optarg ;;
c906108c
SS
1123
1124 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1125 ac_prev=target_alias ;;
c906108c 1126 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1127 target_alias=$ac_optarg ;;
c906108c
SS
1128
1129 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1130 verbose=yes ;;
1131
b7026657
AC
1132 -version | --version | --versio | --versi | --vers | -V)
1133 ac_init_version=: ;;
c906108c
SS
1134
1135 -with-* | --with-*)
81ecdfbb 1136 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1137 # Reject names that are not valid shell variable names.
81ecdfbb 1138 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1139 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1140 ac_useropt_orig=$ac_useropt
1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1142 case $ac_user_opts in
1143 *"
1144"with_$ac_useropt"
1145"*) ;;
1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1147 ac_unrecognized_sep=', ';;
c906108c 1148 esac
81ecdfbb 1149 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1150
1151 -without-* | --without-*)
81ecdfbb 1152 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
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--without-$ac_useropt_orig"
1163 ac_unrecognized_sep=', ';;
1164 esac
1165 eval with_$ac_useropt=no ;;
c906108c
SS
1166
1167 --x)
1168 # Obsolete; use --with-x.
1169 with_x=yes ;;
1170
1171 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1172 | --x-incl | --x-inc | --x-in | --x-i)
1173 ac_prev=x_includes ;;
1174 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1175 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1176 x_includes=$ac_optarg ;;
c906108c
SS
1177
1178 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1179 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1180 ac_prev=x_libraries ;;
1181 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1182 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1183 x_libraries=$ac_optarg ;;
c906108c 1184
d0ac1c44
SM
1185 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1186Try \`$0 --help' for more information"
c906108c
SS
1187 ;;
1188
b7026657
AC
1189 *=*)
1190 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1191 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1192 case $ac_envvar in #(
1193 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1194 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1195 esac
1196 eval $ac_envvar=\$ac_optarg
b7026657
AC
1197 export $ac_envvar ;;
1198
c906108c 1199 *)
b7026657 1200 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1201 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1202 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1203 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1204 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1205 ;;
1206
1207 esac
1208done
1209
1210if test -n "$ac_prev"; then
b7026657 1211 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1212 as_fn_error $? "missing argument to $ac_option"
c906108c 1213fi
c906108c 1214
81ecdfbb
RW
1215if test -n "$ac_unrecognized_opts"; then
1216 case $enable_option_checking in
1217 no) ;;
d0ac1c44 1218 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1219 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1220 esac
81ecdfbb 1221fi
c906108c 1222
81ecdfbb
RW
1223# Check all directory arguments for consistency.
1224for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1225 datadir sysconfdir sharedstatedir localstatedir includedir \
1226 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1227 libdir localedir mandir
c906108c 1228do
81ecdfbb
RW
1229 eval ac_val=\$$ac_var
1230 # Remove trailing slashes.
1231 case $ac_val in
1232 */ )
1233 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1234 eval $ac_var=\$ac_val;;
1235 esac
1236 # Be sure to have absolute directory names.
b7026657 1237 case $ac_val in
81ecdfbb
RW
1238 [\\/$]* | ?:[\\/]* ) continue;;
1239 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1240 esac
d0ac1c44 1241 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1242done
1243
b7026657
AC
1244# There might be people who depend on the old broken behavior: `$host'
1245# used to hold the argument of --host etc.
1246# FIXME: To remove some day.
1247build=$build_alias
1248host=$host_alias
1249target=$target_alias
1250
1251# FIXME: To remove some day.
1252if test "x$host_alias" != x; then
1253 if test "x$build_alias" = x; then
1254 cross_compiling=maybe
b7026657
AC
1255 elif test "x$build_alias" != "x$host_alias"; then
1256 cross_compiling=yes
1257 fi
1258fi
c906108c 1259
b7026657
AC
1260ac_tool_prefix=
1261test -n "$host_alias" && ac_tool_prefix=$host_alias-
1262
1263test "$silent" = yes && exec 6>/dev/null
c906108c 1264
c906108c 1265
81ecdfbb
RW
1266ac_pwd=`pwd` && test -n "$ac_pwd" &&
1267ac_ls_di=`ls -di .` &&
1268ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1269 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1270test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1271 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1272
1273
c906108c
SS
1274# Find the source files, if location was not specified.
1275if test -z "$srcdir"; then
1276 ac_srcdir_defaulted=yes
81ecdfbb
RW
1277 # Try the directory containing this script, then the parent directory.
1278 ac_confdir=`$as_dirname -- "$as_myself" ||
1279$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1280 X"$as_myself" : 'X\(//\)[^/]' \| \
1281 X"$as_myself" : 'X\(//\)$' \| \
1282 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1283$as_echo X"$as_myself" |
1284 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1285 s//\1/
1286 q
1287 }
1288 /^X\(\/\/\)[^/].*/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\/\)$/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\).*/{
1297 s//\1/
1298 q
1299 }
1300 s/.*/./; q'`
c906108c 1301 srcdir=$ac_confdir
81ecdfbb 1302 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1303 srcdir=..
1304 fi
1305else
1306 ac_srcdir_defaulted=no
1307fi
81ecdfbb
RW
1308if test ! -r "$srcdir/$ac_unique_file"; then
1309 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1310 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1311fi
1312ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1313ac_abs_confdir=`(
d0ac1c44 1314 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1315 pwd)`
1316# When building in place, set srcdir=.
1317if test "$ac_abs_confdir" = "$ac_pwd"; then
1318 srcdir=.
1319fi
1320# Remove unnecessary trailing slashes from srcdir.
1321# Double slashes in file names in object file debugging info
1322# mess up M-x gdb in Emacs.
1323case $srcdir in
1324*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1325esac
1326for ac_var in $ac_precious_vars; do
1327 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_env_${ac_var}_value=\$${ac_var}
1329 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1330 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1331done
c906108c 1332
b7026657
AC
1333#
1334# Report the --help message.
1335#
1336if test "$ac_init_help" = "long"; then
1337 # Omit some internal or obsolete options to make the list less imposing.
1338 # This message is too long to be a string in the A/UX 3.1 sh.
1339 cat <<_ACEOF
1340\`configure' configures this package to adapt to many kinds of systems.
c906108c 1341
b7026657 1342Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1343
b7026657
AC
1344To assign environment variables (e.g., CC, CFLAGS...), specify them as
1345VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1346
b7026657 1347Defaults for the options are specified in brackets.
c906108c 1348
b7026657
AC
1349Configuration:
1350 -h, --help display this help and exit
1351 --help=short display options specific to this package
1352 --help=recursive display the short help of all the included packages
1353 -V, --version display version information and exit
d0ac1c44 1354 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1355 --cache-file=FILE cache test results in FILE [disabled]
1356 -C, --config-cache alias for \`--cache-file=config.cache'
1357 -n, --no-create do not create output files
1358 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1359
b7026657
AC
1360Installation directories:
1361 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1362 [$ac_default_prefix]
b7026657 1363 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1364 [PREFIX]
c906108c 1365
b7026657
AC
1366By default, \`make install' will install all the files in
1367\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1368an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1369for instance \`--prefix=\$HOME'.
c906108c 1370
b7026657
AC
1371For better control, use the options below.
1372
1373Fine tuning of the installation directories:
81ecdfbb
RW
1374 --bindir=DIR user executables [EPREFIX/bin]
1375 --sbindir=DIR system admin executables [EPREFIX/sbin]
1376 --libexecdir=DIR program executables [EPREFIX/libexec]
1377 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1378 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1379 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1380 --libdir=DIR object code libraries [EPREFIX/lib]
1381 --includedir=DIR C header files [PREFIX/include]
1382 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1383 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1384 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1385 --infodir=DIR info documentation [DATAROOTDIR/info]
1386 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1387 --mandir=DIR man documentation [DATAROOTDIR/man]
1388 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1389 --htmldir=DIR html documentation [DOCDIR]
1390 --dvidir=DIR dvi documentation [DOCDIR]
1391 --pdfdir=DIR pdf documentation [DOCDIR]
1392 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1393_ACEOF
1394
1395 cat <<\_ACEOF
1396
1397Program names:
1398 --program-prefix=PREFIX prepend PREFIX to installed program names
1399 --program-suffix=SUFFIX append SUFFIX to installed program names
1400 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1401
1402System types:
1403 --build=BUILD configure for building on BUILD [guessed]
1404 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1405 --target=TARGET configure for building compilers for TARGET [HOST]
1406_ACEOF
c906108c 1407fi
b7026657
AC
1408
1409if test -n "$ac_init_help"; then
1410
1411 cat <<\_ACEOF
1412
1413Optional Features:
81ecdfbb 1414 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1415 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1416 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1417 --enable-plugins Enable support for plugins
6bb11ab3
L
1418 --enable-shared[=PKGS] build shared libraries [default=yes]
1419 --enable-static[=PKGS] build static libraries [default=yes]
1420 --enable-fast-install[=PKGS]
1421 optimize for fast installation [default=yes]
1422 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1423 --enable-maintainer-mode
1424 enable make rules and dependencies not useful (and
1425 sometimes confusing) to the casual installer
8d0978fb
MF
1426 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1427 itself)
1428 --enable-sim-stdio Specify whether to use stdio for console
1429 input/output
1430 --enable-sim-trace=opts Enable tracing of simulated programs
1431 --enable-sim-profile=opts
1432 Enable profiling flags
35656e95 1433 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1434 --enable-sim-environment=environment
1435 Specify mixed, user, virtual or operating
1436 environment
347fe5bb
MF
1437 --enable-sim-inline=inlines
1438 Specify which functions should be inlined
8d0978fb
MF
1439 --enable-sim-endian=endian
1440 Specify target byte endian orientation
1441 --enable-sim-alignment=align
1442 Specify strict, nonstrict or forced alignment of
1443 memory accesses
2232061b
MF
1444 --enable-werror treat compile warnings as errors
1445 --enable-build-warnings enable build-time compiler warnings if gcc is used
1446 --enable-sim-build-warnings
1447 enable SIM specific build-time compiler warnings if
1448 gcc is used
8d0978fb
MF
1449 --enable-sim-reserved-bits
1450 Specify whether to check reserved bits in
1451 instruction
1452 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1517bd27
MF
1453 --enable-sim-hardware=LIST
1454 Specify the hardware to be included in the build.
b7026657 1455
6efef468
JM
1456Optional Packages:
1457 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1458 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1459 --with-system-zlib use installed libz
6bb11ab3
L
1460 --with-pic try to use only PIC/non-PIC objects [default=use
1461 both]
1462 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1463 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1464 --with-bugurl=URL Direct users to URL to report a bug
1465
b7026657
AC
1466Some influential environment variables:
1467 CC C compiler command
1468 CFLAGS C compiler flags
1469 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1470 nonstandard directory <lib dir>
81ecdfbb 1471 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1472 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1473 you have headers in a nonstandard directory <include dir>
b7026657
AC
1474 CPP C preprocessor
1475
1476Use these variables to override the choices made by `configure' or to help
1477it to find libraries and programs with nonstandard names/locations.
1478
81ecdfbb 1479Report bugs to the package provider.
b7026657 1480_ACEOF
81ecdfbb 1481ac_status=$?
c906108c
SS
1482fi
1483
b7026657
AC
1484if test "$ac_init_help" = "recursive"; then
1485 # If there are subdirs, report their specific --help.
b7026657 1486 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1487 test -d "$ac_dir" ||
1488 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1489 continue
b7026657 1490 ac_builddir=.
c906108c 1491
81ecdfbb
RW
1492case "$ac_dir" in
1493.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1494*)
1495 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1496 # A ".." for each directory in $ac_dir_suffix.
1497 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1498 case $ac_top_builddir_sub in
1499 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1500 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1501 esac ;;
1502esac
1503ac_abs_top_builddir=$ac_pwd
1504ac_abs_builddir=$ac_pwd$ac_dir_suffix
1505# for backward compatibility:
1506ac_top_builddir=$ac_top_build_prefix
c906108c 1507
b7026657 1508case $srcdir in
81ecdfbb 1509 .) # We are building in place.
b7026657 1510 ac_srcdir=.
81ecdfbb
RW
1511 ac_top_srcdir=$ac_top_builddir_sub
1512 ac_abs_top_srcdir=$ac_pwd ;;
1513 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1514 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1515 ac_top_srcdir=$srcdir
1516 ac_abs_top_srcdir=$srcdir ;;
1517 *) # Relative name.
1518 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1519 ac_top_srcdir=$ac_top_build_prefix$srcdir
1520 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1521esac
81ecdfbb
RW
1522ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1523
1524 cd "$ac_dir" || { ac_status=$?; continue; }
1525 # Check for guested configure.
1526 if test -f "$ac_srcdir/configure.gnu"; then
1527 echo &&
1528 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1529 elif test -f "$ac_srcdir/configure"; then
1530 echo &&
1531 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1532 else
81ecdfbb
RW
1533 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1534 fi || ac_status=$?
1535 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1536 done
c906108c 1537fi
b7026657 1538
81ecdfbb 1539test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1540if $ac_init_version; then
1541 cat <<\_ACEOF
81ecdfbb 1542configure
d0ac1c44 1543generated by GNU Autoconf 2.69
b7026657 1544
d0ac1c44 1545Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1546This configure script is free software; the Free Software Foundation
1547gives unlimited permission to copy, distribute and modify it.
1548_ACEOF
81ecdfbb 1549 exit
b7026657 1550fi
b7026657 1551
81ecdfbb
RW
1552## ------------------------ ##
1553## Autoconf initialization. ##
1554## ------------------------ ##
b7026657 1555
81ecdfbb
RW
1556# ac_fn_c_try_compile LINENO
1557# --------------------------
1558# Try to compile conftest.$ac_ext, and return whether this succeeded.
1559ac_fn_c_try_compile ()
b7026657 1560{
81ecdfbb
RW
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 rm -f conftest.$ac_objext
1563 if { { ac_try="$ac_compile"
1564case "(($ac_try" in
1565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1566 *) ac_try_echo=$ac_try;;
1567esac
1568eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1569$as_echo "$ac_try_echo"; } >&5
1570 (eval "$ac_compile") 2>conftest.err
1571 ac_status=$?
1572 if test -s conftest.err; then
1573 grep -v '^ *+' conftest.err >conftest.er1
1574 cat conftest.er1 >&5
1575 mv -f conftest.er1 conftest.err
1576 fi
1577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1578 test $ac_status = 0; } && {
1579 test -z "$ac_c_werror_flag" ||
1580 test ! -s conftest.err
1581 } && test -s conftest.$ac_objext; then :
1582 ac_retval=0
1583else
1584 $as_echo "$as_me: failed program was:" >&5
1585sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1586
81ecdfbb
RW
1587 ac_retval=1
1588fi
d0ac1c44
SM
1589 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1590 as_fn_set_status $ac_retval
b7026657 1591
81ecdfbb 1592} # ac_fn_c_try_compile
b7026657 1593
81ecdfbb
RW
1594# ac_fn_c_try_cpp LINENO
1595# ----------------------
1596# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1597ac_fn_c_try_cpp ()
1598{
1599 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1600 if { { ac_try="$ac_cpp conftest.$ac_ext"
1601case "(($ac_try" in
1602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1603 *) ac_try_echo=$ac_try;;
1604esac
1605eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606$as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1608 ac_status=$?
1609 if test -s conftest.err; then
1610 grep -v '^ *+' conftest.err >conftest.er1
1611 cat conftest.er1 >&5
1612 mv -f conftest.er1 conftest.err
1613 fi
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1615 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1616 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1617 test ! -s conftest.err
1618 }; then :
1619 ac_retval=0
1620else
1621 $as_echo "$as_me: failed program was:" >&5
1622sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1623
81ecdfbb
RW
1624 ac_retval=1
1625fi
d0ac1c44
SM
1626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1627 as_fn_set_status $ac_retval
b7026657 1628
81ecdfbb
RW
1629} # ac_fn_c_try_cpp
1630
1631# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1632# -------------------------------------------------------
1633# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1634# the include files in INCLUDES and setting the cache variable VAR
1635# accordingly.
1636ac_fn_c_check_header_mongrel ()
1637{
1638 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1639 if eval \${$3+:} false; then :
81ecdfbb
RW
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1641$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1642if eval \${$3+:} false; then :
81ecdfbb
RW
1643 $as_echo_n "(cached) " >&6
1644fi
1645eval ac_res=\$$3
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1647$as_echo "$ac_res" >&6; }
1648else
1649 # Is the header compilable?
1650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1651$as_echo_n "checking $2 usability... " >&6; }
1652cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1653/* end confdefs.h. */
1654$4
1655#include <$2>
1656_ACEOF
1657if ac_fn_c_try_compile "$LINENO"; then :
1658 ac_header_compiler=yes
1659else
1660 ac_header_compiler=no
1661fi
1662rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1664$as_echo "$ac_header_compiler" >&6; }
1665
1666# Is the header present?
1667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1668$as_echo_n "checking $2 presence... " >&6; }
1669cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1670/* end confdefs.h. */
1671#include <$2>
1672_ACEOF
1673if ac_fn_c_try_cpp "$LINENO"; then :
1674 ac_header_preproc=yes
1675else
1676 ac_header_preproc=no
1677fi
d0ac1c44 1678rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1679{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1680$as_echo "$ac_header_preproc" >&6; }
1681
1682# So? What about this header?
1683case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1684 yes:no: )
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1686$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1688$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1689 ;;
1690 no:yes:* )
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1692$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1694$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1696$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1698$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1700$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1701 ;;
1702esac
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1704$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1705if eval \${$3+:} false; then :
81ecdfbb
RW
1706 $as_echo_n "(cached) " >&6
1707else
1708 eval "$3=\$ac_header_compiler"
1709fi
1710eval ac_res=\$$3
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1712$as_echo "$ac_res" >&6; }
1713fi
d0ac1c44 1714 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1715
1716} # ac_fn_c_check_header_mongrel
1717
1718# ac_fn_c_try_run LINENO
1719# ----------------------
1720# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1721# that executables *can* be run.
1722ac_fn_c_try_run ()
1723{
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 if { { ac_try="$ac_link"
1726case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729esac
1730eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731$as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_link") 2>&5
1733 ac_status=$?
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1736 { { case "(($ac_try" in
1737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1738 *) ac_try_echo=$ac_try;;
1739esac
1740eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741$as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_try") 2>&5
1743 ac_status=$?
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; }; }; then :
1746 ac_retval=0
1747else
1748 $as_echo "$as_me: program exited with status $ac_status" >&5
1749 $as_echo "$as_me: failed program was:" >&5
1750sed 's/^/| /' conftest.$ac_ext >&5
1751
1752 ac_retval=$ac_status
1753fi
1754 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1756 as_fn_set_status $ac_retval
81ecdfbb
RW
1757
1758} # ac_fn_c_try_run
1759
1760# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1761# -------------------------------------------------------
1762# Tests whether HEADER exists and can be compiled using the include files in
1763# INCLUDES, setting the cache variable VAR accordingly.
1764ac_fn_c_check_header_compile ()
1765{
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1768$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1769if eval \${$3+:} false; then :
81ecdfbb
RW
1770 $as_echo_n "(cached) " >&6
1771else
1772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1773/* end confdefs.h. */
1774$4
1775#include <$2>
1776_ACEOF
1777if ac_fn_c_try_compile "$LINENO"; then :
1778 eval "$3=yes"
1779else
1780 eval "$3=no"
1781fi
1782rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1783fi
1784eval ac_res=\$$3
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1786$as_echo "$ac_res" >&6; }
d0ac1c44 1787 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1788
1789} # ac_fn_c_check_header_compile
1790
1791# ac_fn_c_try_link LINENO
1792# -----------------------
1793# Try to link conftest.$ac_ext, and return whether this succeeded.
1794ac_fn_c_try_link ()
1795{
1796 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1797 rm -f conftest.$ac_objext conftest$ac_exeext
1798 if { { ac_try="$ac_link"
1799case "(($ac_try" in
1800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1801 *) ac_try_echo=$ac_try;;
1802esac
1803eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1804$as_echo "$ac_try_echo"; } >&5
1805 (eval "$ac_link") 2>conftest.err
1806 ac_status=$?
1807 if test -s conftest.err; then
1808 grep -v '^ *+' conftest.err >conftest.er1
1809 cat conftest.er1 >&5
1810 mv -f conftest.er1 conftest.err
1811 fi
1812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1813 test $ac_status = 0; } && {
1814 test -z "$ac_c_werror_flag" ||
1815 test ! -s conftest.err
1816 } && test -s conftest$ac_exeext && {
1817 test "$cross_compiling" = yes ||
d0ac1c44 1818 test -x conftest$ac_exeext
81ecdfbb
RW
1819 }; then :
1820 ac_retval=0
1821else
1822 $as_echo "$as_me: failed program was:" >&5
1823sed 's/^/| /' conftest.$ac_ext >&5
1824
1825 ac_retval=1
1826fi
1827 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1828 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1829 # interfere with the next link command; also delete a directory that is
1830 # left behind by Apple's compiler. We do this before executing the actions.
1831 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1832 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1833 as_fn_set_status $ac_retval
81ecdfbb
RW
1834
1835} # ac_fn_c_try_link
1836
1837# ac_fn_c_check_func LINENO FUNC VAR
1838# ----------------------------------
1839# Tests whether FUNC exists, setting the cache variable VAR accordingly
1840ac_fn_c_check_func ()
1841{
1842 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1844$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1845if eval \${$3+:} false; then :
81ecdfbb
RW
1846 $as_echo_n "(cached) " >&6
1847else
1848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1849/* end confdefs.h. */
1850/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1851 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1852#define $2 innocuous_$2
1853
1854/* System header to define __stub macros and hopefully few prototypes,
1855 which can conflict with char $2 (); below.
1856 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1857 <limits.h> exists even on freestanding compilers. */
1858
1859#ifdef __STDC__
1860# include <limits.h>
1861#else
1862# include <assert.h>
1863#endif
1864
1865#undef $2
1866
1867/* Override any GCC internal prototype to avoid an error.
1868 Use char because int might match the return type of a GCC
1869 builtin and then its argument prototype would still apply. */
1870#ifdef __cplusplus
1871extern "C"
1872#endif
1873char $2 ();
1874/* The GNU C library defines this for functions which it implements
1875 to always fail with ENOSYS. Some functions are actually named
1876 something starting with __ and the normal name is an alias. */
1877#if defined __stub_$2 || defined __stub___$2
1878choke me
1879#endif
1880
1881int
1882main ()
1883{
1884return $2 ();
1885 ;
1886 return 0;
1887}
1888_ACEOF
1889if ac_fn_c_try_link "$LINENO"; then :
1890 eval "$3=yes"
1891else
1892 eval "$3=no"
1893fi
1894rm -f core conftest.err conftest.$ac_objext \
1895 conftest$ac_exeext conftest.$ac_ext
1896fi
1897eval ac_res=\$$3
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1899$as_echo "$ac_res" >&6; }
d0ac1c44 1900 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1901
1902} # ac_fn_c_check_func
936df756
MF
1903
1904# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1905# ----------------------------------------------------
1906# Tries to find if the field MEMBER exists in type AGGR, after including
1907# INCLUDES, setting cache variable VAR accordingly.
1908ac_fn_c_check_member ()
1909{
1910 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1912$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1913if eval \${$4+:} false; then :
936df756
MF
1914 $as_echo_n "(cached) " >&6
1915else
1916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1917/* end confdefs.h. */
1918$5
1919int
1920main ()
1921{
1922static $2 ac_aggr;
1923if (ac_aggr.$3)
1924return 0;
1925 ;
1926 return 0;
1927}
1928_ACEOF
1929if ac_fn_c_try_compile "$LINENO"; then :
1930 eval "$4=yes"
1931else
1932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1933/* end confdefs.h. */
1934$5
1935int
1936main ()
1937{
1938static $2 ac_aggr;
1939if (sizeof ac_aggr.$3)
1940return 0;
1941 ;
1942 return 0;
1943}
1944_ACEOF
1945if ac_fn_c_try_compile "$LINENO"; then :
1946 eval "$4=yes"
1947else
1948 eval "$4=no"
1949fi
1950rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1951fi
1952rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1953fi
1954eval ac_res=\$$4
1955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1956$as_echo "$ac_res" >&6; }
d0ac1c44 1957 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1958
1959} # ac_fn_c_check_member
1960
1961# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1962# -------------------------------------------
1963# Tests whether TYPE exists after having included INCLUDES, setting cache
1964# variable VAR accordingly.
1965ac_fn_c_check_type ()
1966{
1967 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1969$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1970if eval \${$3+:} false; then :
936df756
MF
1971 $as_echo_n "(cached) " >&6
1972else
1973 eval "$3=no"
1974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1975/* end confdefs.h. */
1976$4
1977int
1978main ()
1979{
1980if (sizeof ($2))
1981 return 0;
1982 ;
1983 return 0;
1984}
1985_ACEOF
1986if ac_fn_c_try_compile "$LINENO"; then :
1987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1988/* end confdefs.h. */
1989$4
1990int
1991main ()
1992{
1993if (sizeof (($2)))
1994 return 0;
1995 ;
1996 return 0;
1997}
1998_ACEOF
1999if ac_fn_c_try_compile "$LINENO"; then :
2000
2001else
2002 eval "$3=yes"
2003fi
2004rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2005fi
2006rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2007fi
2008eval ac_res=\$$3
2009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2010$as_echo "$ac_res" >&6; }
d0ac1c44 2011 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2012
2013} # ac_fn_c_check_type
81ecdfbb
RW
2014cat >config.log <<_ACEOF
2015This file contains any messages produced by compilers while
2016running configure, to aid debugging if configure makes a mistake.
2017
2018It was created by $as_me, which was
d0ac1c44 2019generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2020
2021 $ $0 $@
2022
2023_ACEOF
2024exec 5>>config.log
2025{
2026cat <<_ASUNAME
2027## --------- ##
2028## Platform. ##
2029## --------- ##
2030
2031hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2032uname -m = `(uname -m) 2>/dev/null || echo unknown`
2033uname -r = `(uname -r) 2>/dev/null || echo unknown`
2034uname -s = `(uname -s) 2>/dev/null || echo unknown`
2035uname -v = `(uname -v) 2>/dev/null || echo unknown`
2036
2037/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2038/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2039
2040/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2041/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2042/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2043/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2044/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2045/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2046/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2047
2048_ASUNAME
2049
2050as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2051for as_dir in $PATH
2052do
2053 IFS=$as_save_IFS
2054 test -z "$as_dir" && as_dir=.
2055 $as_echo "PATH: $as_dir"
2056 done
2057IFS=$as_save_IFS
2058
2059} >&5
2060
2061cat >&5 <<_ACEOF
b7026657
AC
2062
2063
2064## ----------- ##
2065## Core tests. ##
2066## ----------- ##
2067
2068_ACEOF
2069
2070
2071# Keep a trace of the command line.
2072# Strip out --no-create and --no-recursion so they do not pile up.
2073# Strip out --silent because we don't want to record it for future runs.
2074# Also quote any args containing shell meta-characters.
2075# Make two passes to allow for proper duplicate-argument suppression.
2076ac_configure_args=
2077ac_configure_args0=
2078ac_configure_args1=
b7026657
AC
2079ac_must_keep_next=false
2080for ac_pass in 1 2
2081do
2082 for ac_arg
2083 do
2084 case $ac_arg in
2085 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2086 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2087 | -silent | --silent | --silen | --sile | --sil)
2088 continue ;;
81ecdfbb
RW
2089 *\'*)
2090 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2091 esac
2092 case $ac_pass in
81ecdfbb 2093 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2094 2)
81ecdfbb 2095 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2096 if test $ac_must_keep_next = true; then
2097 ac_must_keep_next=false # Got value, back to normal.
2098 else
2099 case $ac_arg in
2100 *=* | --config-cache | -C | -disable-* | --disable-* \
2101 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2102 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2103 | -with-* | --with-* | -without-* | --without-* | --x)
2104 case "$ac_configure_args0 " in
2105 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2106 esac
2107 ;;
2108 -* ) ac_must_keep_next=true ;;
2109 esac
2110 fi
81ecdfbb 2111 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2112 ;;
2113 esac
2114 done
2115done
81ecdfbb
RW
2116{ ac_configure_args0=; unset ac_configure_args0;}
2117{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2118
2119# When interrupted or exit'd, cleanup temporary files, and complete
2120# config.log. We remove comments because anyway the quotes in there
2121# would cause problems or look ugly.
81ecdfbb
RW
2122# WARNING: Use '\'' to represent an apostrophe within the trap.
2123# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2124trap 'exit_status=$?
2125 # Save into config.log some information that might help in debugging.
2126 {
2127 echo
2128
d0ac1c44 2129 $as_echo "## ---------------- ##
b7026657 2130## Cache variables. ##
d0ac1c44 2131## ---------------- ##"
b7026657
AC
2132 echo
2133 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2134(
2135 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2136 eval ac_val=\$$ac_var
2137 case $ac_val in #(
2138 *${as_nl}*)
2139 case $ac_var in #(
2140 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2141$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2142 esac
2143 case $ac_var in #(
2144 _ | IFS | as_nl) ;; #(
2145 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2146 *) { eval $ac_var=; unset $ac_var;} ;;
2147 esac ;;
2148 esac
2149 done
b7026657 2150 (set) 2>&1 |
81ecdfbb
RW
2151 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2152 *${as_nl}ac_space=\ *)
b7026657 2153 sed -n \
81ecdfbb
RW
2154 "s/'\''/'\''\\\\'\'''\''/g;
2155 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2156 ;; #(
b7026657 2157 *)
81ecdfbb 2158 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2159 ;;
81ecdfbb
RW
2160 esac |
2161 sort
2162)
b7026657
AC
2163 echo
2164
d0ac1c44 2165 $as_echo "## ----------------- ##
b7026657 2166## Output variables. ##
d0ac1c44 2167## ----------------- ##"
b7026657
AC
2168 echo
2169 for ac_var in $ac_subst_vars
2170 do
81ecdfbb
RW
2171 eval ac_val=\$$ac_var
2172 case $ac_val in
2173 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2174 esac
2175 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2176 done | sort
2177 echo
2178
2179 if test -n "$ac_subst_files"; then
d0ac1c44 2180 $as_echo "## ------------------- ##
81ecdfbb 2181## File substitutions. ##
d0ac1c44 2182## ------------------- ##"
b7026657
AC
2183 echo
2184 for ac_var in $ac_subst_files
2185 do
81ecdfbb
RW
2186 eval ac_val=\$$ac_var
2187 case $ac_val in
2188 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2189 esac
2190 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2191 done | sort
2192 echo
2193 fi
2194
2195 if test -s confdefs.h; then
d0ac1c44 2196 $as_echo "## ----------- ##
b7026657 2197## confdefs.h. ##
d0ac1c44 2198## ----------- ##"
b7026657 2199 echo
81ecdfbb 2200 cat confdefs.h
b7026657
AC
2201 echo
2202 fi
2203 test "$ac_signal" != 0 &&
81ecdfbb
RW
2204 $as_echo "$as_me: caught signal $ac_signal"
2205 $as_echo "$as_me: exit $exit_status"
b7026657 2206 } >&5
81ecdfbb
RW
2207 rm -f core *.core core.conftest.* &&
2208 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2209 exit $exit_status
81ecdfbb 2210' 0
b7026657 2211for ac_signal in 1 2 13 15; do
81ecdfbb 2212 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2213done
2214ac_signal=0
2215
2216# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2217rm -f -r conftest* confdefs.h
2218
2219$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2220
2221# Predefined preprocessor variables.
2222
2223cat >>confdefs.h <<_ACEOF
2224#define PACKAGE_NAME "$PACKAGE_NAME"
2225_ACEOF
2226
b7026657
AC
2227cat >>confdefs.h <<_ACEOF
2228#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2229_ACEOF
2230
b7026657
AC
2231cat >>confdefs.h <<_ACEOF
2232#define PACKAGE_VERSION "$PACKAGE_VERSION"
2233_ACEOF
2234
b7026657
AC
2235cat >>confdefs.h <<_ACEOF
2236#define PACKAGE_STRING "$PACKAGE_STRING"
2237_ACEOF
2238
b7026657
AC
2239cat >>confdefs.h <<_ACEOF
2240#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2241_ACEOF
2242
81ecdfbb
RW
2243cat >>confdefs.h <<_ACEOF
2244#define PACKAGE_URL "$PACKAGE_URL"
2245_ACEOF
2246
b7026657
AC
2247
2248# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2249# Prefer an explicitly selected file to automatically selected ones.
2250ac_site_file1=NONE
2251ac_site_file2=NONE
2252if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2253 # We do not want a PATH search for config.site.
2254 case $CONFIG_SITE in #((
2255 -*) ac_site_file1=./$CONFIG_SITE;;
2256 */*) ac_site_file1=$CONFIG_SITE;;
2257 *) ac_site_file1=./$CONFIG_SITE;;
2258 esac
81ecdfbb
RW
2259elif test "x$prefix" != xNONE; then
2260 ac_site_file1=$prefix/share/config.site
2261 ac_site_file2=$prefix/etc/config.site
2262else
2263 ac_site_file1=$ac_default_prefix/share/config.site
2264 ac_site_file2=$ac_default_prefix/etc/config.site
2265fi
2266for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2267do
2268 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2269 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2271$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2272 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2273 . "$ac_site_file" \
2274 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2275$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2276as_fn_error $? "failed to load site script $ac_site_file
2277See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2278 fi
2279done
2280
2281if test -r "$cache_file"; then
d0ac1c44
SM
2282 # Some versions of bash will fail to source /dev/null (special files
2283 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2284 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2286$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2287 case $cache_file in
81ecdfbb
RW
2288 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2289 *) . "./$cache_file";;
b7026657
AC
2290 esac
2291 fi
2292else
81ecdfbb
RW
2293 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2294$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2295 >$cache_file
2296fi
2297
2298# Check that the precious variables saved in the cache have kept the same
2299# value.
2300ac_cache_corrupted=false
81ecdfbb 2301for ac_var in $ac_precious_vars; do
b7026657
AC
2302 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2303 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2304 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2305 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2306 case $ac_old_set,$ac_new_set in
2307 set,)
81ecdfbb
RW
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2309$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2310 ac_cache_corrupted=: ;;
2311 ,set)
81ecdfbb
RW
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2313$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2314 ac_cache_corrupted=: ;;
2315 ,);;
2316 *)
2317 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2318 # differences in whitespace do not lead to failure.
2319 ac_old_val_w=`echo x $ac_old_val`
2320 ac_new_val_w=`echo x $ac_new_val`
2321 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2322 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2323$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2324 ac_cache_corrupted=:
2325 else
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2327$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2328 eval $ac_var=\$ac_old_val
2329 fi
2330 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2331$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2332 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2333$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2334 fi;;
2335 esac
2336 # Pass precious variables to config.status.
2337 if test "$ac_new_set" = set; then
2338 case $ac_new_val in
81ecdfbb 2339 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2340 *) ac_arg=$ac_var=$ac_new_val ;;
2341 esac
2342 case " $ac_configure_args " in
2343 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2344 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2345 esac
2346 fi
2347done
2348if $ac_cache_corrupted; then
81ecdfbb
RW
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2350$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2351 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2352$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2353 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2354fi
81ecdfbb
RW
2355## -------------------- ##
2356## Main body of script. ##
2357## -------------------- ##
b7026657
AC
2358
2359ac_ext=c
2360ac_cpp='$CPP $CPPFLAGS'
2361ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2362ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2363ac_compiler_gnu=$ac_cv_c_compiler_gnu
2364
2365
6bb11ab3
L
2366
2367
2368
2369
2370
2371ac_ext=c
2372ac_cpp='$CPP $CPPFLAGS'
2373ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2374ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2375ac_compiler_gnu=$ac_cv_c_compiler_gnu
2376if test -n "$ac_tool_prefix"; then
2377 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2378set dummy ${ac_tool_prefix}gcc; ac_word=$2
2379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2380$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2381if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2382 $as_echo_n "(cached) " >&6
2383else
2384 if test -n "$CC"; then
2385 ac_cv_prog_CC="$CC" # Let the user override the test.
2386else
2387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2388for as_dir in $PATH
2389do
2390 IFS=$as_save_IFS
2391 test -z "$as_dir" && as_dir=.
2392 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2393 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2394 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2396 break 2
2397 fi
2398done
2399 done
2400IFS=$as_save_IFS
2401
2402fi
2403fi
2404CC=$ac_cv_prog_CC
2405if test -n "$CC"; then
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2407$as_echo "$CC" >&6; }
2408else
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2410$as_echo "no" >&6; }
2411fi
2412
2413
2414fi
2415if test -z "$ac_cv_prog_CC"; then
2416 ac_ct_CC=$CC
2417 # Extract the first word of "gcc", so it can be a program name with args.
2418set dummy gcc; ac_word=$2
2419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2420$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2421if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2422 $as_echo_n "(cached) " >&6
2423else
2424 if test -n "$ac_ct_CC"; then
2425 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2426else
2427as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2428for as_dir in $PATH
2429do
2430 IFS=$as_save_IFS
2431 test -z "$as_dir" && as_dir=.
2432 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2433 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2434 ac_cv_prog_ac_ct_CC="gcc"
2435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2436 break 2
2437 fi
2438done
2439 done
2440IFS=$as_save_IFS
2441
2442fi
2443fi
2444ac_ct_CC=$ac_cv_prog_ac_ct_CC
2445if test -n "$ac_ct_CC"; then
2446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2447$as_echo "$ac_ct_CC" >&6; }
2448else
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2450$as_echo "no" >&6; }
2451fi
2452
2453 if test "x$ac_ct_CC" = x; then
2454 CC=""
2455 else
2456 case $cross_compiling:$ac_tool_warned in
2457yes:)
2458{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2459$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2460ac_tool_warned=yes ;;
2461esac
2462 CC=$ac_ct_CC
2463 fi
2464else
2465 CC="$ac_cv_prog_CC"
2466fi
2467
2468if test -z "$CC"; then
2469 if test -n "$ac_tool_prefix"; then
2470 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2471set dummy ${ac_tool_prefix}cc; ac_word=$2
2472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2473$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2474if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2475 $as_echo_n "(cached) " >&6
2476else
2477 if test -n "$CC"; then
2478 ac_cv_prog_CC="$CC" # Let the user override the test.
2479else
2480as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2481for as_dir in $PATH
2482do
2483 IFS=$as_save_IFS
2484 test -z "$as_dir" && as_dir=.
2485 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2486 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2487 ac_cv_prog_CC="${ac_tool_prefix}cc"
2488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2489 break 2
2490 fi
2491done
2492 done
2493IFS=$as_save_IFS
2494
2495fi
2496fi
2497CC=$ac_cv_prog_CC
2498if test -n "$CC"; then
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2500$as_echo "$CC" >&6; }
2501else
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2503$as_echo "no" >&6; }
2504fi
2505
2506
2507 fi
2508fi
2509if test -z "$CC"; then
2510 # Extract the first word of "cc", so it can be a program name with args.
2511set dummy cc; ac_word=$2
2512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2513$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2514if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2515 $as_echo_n "(cached) " >&6
2516else
2517 if test -n "$CC"; then
2518 ac_cv_prog_CC="$CC" # Let the user override the test.
2519else
2520 ac_prog_rejected=no
2521as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2522for as_dir in $PATH
2523do
2524 IFS=$as_save_IFS
2525 test -z "$as_dir" && as_dir=.
2526 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2527 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2528 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2529 ac_prog_rejected=yes
2530 continue
2531 fi
2532 ac_cv_prog_CC="cc"
2533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2534 break 2
2535 fi
2536done
2537 done
2538IFS=$as_save_IFS
2539
2540if test $ac_prog_rejected = yes; then
2541 # We found a bogon in the path, so make sure we never use it.
2542 set dummy $ac_cv_prog_CC
2543 shift
2544 if test $# != 0; then
2545 # We chose a different compiler from the bogus one.
2546 # However, it has the same basename, so the bogon will be chosen
2547 # first if we set CC to just the basename; use the full file name.
2548 shift
2549 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2550 fi
2551fi
2552fi
2553fi
2554CC=$ac_cv_prog_CC
2555if test -n "$CC"; then
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2557$as_echo "$CC" >&6; }
2558else
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2560$as_echo "no" >&6; }
2561fi
2562
2563
2564fi
2565if test -z "$CC"; then
2566 if test -n "$ac_tool_prefix"; then
2567 for ac_prog in cl.exe
2568 do
2569 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2570set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2572$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2573if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2574 $as_echo_n "(cached) " >&6
2575else
2576 if test -n "$CC"; then
2577 ac_cv_prog_CC="$CC" # Let the user override the test.
2578else
2579as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2580for as_dir in $PATH
2581do
2582 IFS=$as_save_IFS
2583 test -z "$as_dir" && as_dir=.
2584 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2585 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2586 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2588 break 2
2589 fi
2590done
2591 done
2592IFS=$as_save_IFS
2593
2594fi
2595fi
2596CC=$ac_cv_prog_CC
2597if test -n "$CC"; then
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2599$as_echo "$CC" >&6; }
2600else
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2602$as_echo "no" >&6; }
2603fi
2604
2605
2606 test -n "$CC" && break
2607 done
2608fi
2609if test -z "$CC"; then
2610 ac_ct_CC=$CC
2611 for ac_prog in cl.exe
2612do
2613 # Extract the first word of "$ac_prog", so it can be a program name with args.
2614set dummy $ac_prog; ac_word=$2
2615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2616$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2617if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2618 $as_echo_n "(cached) " >&6
2619else
2620 if test -n "$ac_ct_CC"; then
2621 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2622else
2623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624for as_dir in $PATH
2625do
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2629 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2630 ac_cv_prog_ac_ct_CC="$ac_prog"
2631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2633 fi
2634done
2635 done
2636IFS=$as_save_IFS
2637
2638fi
2639fi
2640ac_ct_CC=$ac_cv_prog_ac_ct_CC
2641if test -n "$ac_ct_CC"; then
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2643$as_echo "$ac_ct_CC" >&6; }
2644else
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2646$as_echo "no" >&6; }
2647fi
2648
2649
2650 test -n "$ac_ct_CC" && break
2651done
2652
2653 if test "x$ac_ct_CC" = x; then
2654 CC=""
2655 else
2656 case $cross_compiling:$ac_tool_warned in
2657yes:)
2658{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2659$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2660ac_tool_warned=yes ;;
2661esac
2662 CC=$ac_ct_CC
2663 fi
2664fi
2665
2666fi
2667
2668
2669test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2670$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2671as_fn_error $? "no acceptable C compiler found in \$PATH
2672See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2673
2674# Provide some information about the compiler.
2675$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2676set X $ac_compile
2677ac_compiler=$2
2678for ac_option in --version -v -V -qversion; do
2679 { { ac_try="$ac_compiler $ac_option >&5"
2680case "(($ac_try" in
2681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2682 *) ac_try_echo=$ac_try;;
2683esac
2684eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2685$as_echo "$ac_try_echo"; } >&5
2686 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2687 ac_status=$?
2688 if test -s conftest.err; then
2689 sed '10a\
2690... rest of stderr output deleted ...
2691 10q' conftest.err >conftest.er1
2692 cat conftest.er1 >&5
6bb11ab3 2693 fi
d0ac1c44 2694 rm -f conftest.er1 conftest.err
6bb11ab3
L
2695 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2696 test $ac_status = 0; }
2697done
2698
2699cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2700/* end confdefs.h. */
2701
2702int
2703main ()
2704{
2705
2706 ;
2707 return 0;
2708}
2709_ACEOF
2710ac_clean_files_save=$ac_clean_files
d0ac1c44 2711ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2712# Try to create an executable without -o first, disregard a.out.
2713# It will help us diagnose broken compilers, and finding out an intuition
2714# of exeext.
d0ac1c44
SM
2715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2716$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2717ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2718
2719# The possible output files:
2720ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2721
2722ac_rmfiles=
2723for ac_file in $ac_files
2724do
2725 case $ac_file in
2726 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2727 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2728 esac
2729done
2730rm -f $ac_rmfiles
2731
2732if { { ac_try="$ac_link_default"
2733case "(($ac_try" in
2734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2735 *) ac_try_echo=$ac_try;;
2736esac
2737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2738$as_echo "$ac_try_echo"; } >&5
2739 (eval "$ac_link_default") 2>&5
2740 ac_status=$?
2741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2742 test $ac_status = 0; }; then :
2743 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2744# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2745# in a Makefile. We should not override ac_cv_exeext if it was cached,
2746# so that the user can short-circuit this test for compilers unknown to
2747# Autoconf.
2748for ac_file in $ac_files ''
2749do
2750 test -f "$ac_file" || continue
2751 case $ac_file in
2752 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2753 ;;
2754 [ab].out )
2755 # We found the default executable, but exeext='' is most
2756 # certainly right.
2757 break;;
2758 *.* )
2759 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2760 then :; else
2761 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2762 fi
2763 # We set ac_cv_exeext here because the later test for it is not
2764 # safe: cross compilers may not add the suffix if given an `-o'
2765 # argument, so we may need to know it at that point already.
2766 # Even if this section looks crufty: it has the advantage of
2767 # actually working.
2768 break;;
2769 * )
2770 break;;
2771 esac
2772done
2773test "$ac_cv_exeext" = no && ac_cv_exeext=
2774
2775else
2776 ac_file=''
2777fi
6bb11ab3 2778if test -z "$ac_file"; then :
d0ac1c44
SM
2779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2780$as_echo "no" >&6; }
2781$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2782sed 's/^/| /' conftest.$ac_ext >&5
2783
2784{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2785$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2786as_fn_error 77 "C compiler cannot create executables
2787See \`config.log' for more details" "$LINENO" 5; }
2788else
2789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2790$as_echo "yes" >&6; }
6bb11ab3 2791fi
d0ac1c44
SM
2792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2793$as_echo_n "checking for C compiler default output file name... " >&6; }
2794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2795$as_echo "$ac_file" >&6; }
6bb11ab3
L
2796ac_exeext=$ac_cv_exeext
2797
d0ac1c44 2798rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2799ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2801$as_echo_n "checking for suffix of executables... " >&6; }
2802if { { ac_try="$ac_link"
2803case "(($ac_try" in
2804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2805 *) ac_try_echo=$ac_try;;
2806esac
2807eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2808$as_echo "$ac_try_echo"; } >&5
2809 (eval "$ac_link") 2>&5
2810 ac_status=$?
2811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2812 test $ac_status = 0; }; then :
2813 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2814# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2815# work properly (i.e., refer to `conftest.exe'), while it won't with
2816# `rm'.
2817for ac_file in conftest.exe conftest conftest.*; do
2818 test -f "$ac_file" || continue
2819 case $ac_file in
2820 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2821 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2822 break;;
2823 * ) break;;
2824 esac
2825done
2826else
2827 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2828$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2829as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2830See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2831fi
d0ac1c44 2832rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2833{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2834$as_echo "$ac_cv_exeext" >&6; }
2835
2836rm -f conftest.$ac_ext
2837EXEEXT=$ac_cv_exeext
2838ac_exeext=$EXEEXT
d0ac1c44
SM
2839cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2840/* end confdefs.h. */
2841#include <stdio.h>
2842int
2843main ()
2844{
2845FILE *f = fopen ("conftest.out", "w");
2846 return ferror (f) || fclose (f) != 0;
2847
2848 ;
2849 return 0;
2850}
2851_ACEOF
2852ac_clean_files="$ac_clean_files conftest.out"
2853# Check that the compiler produces executables we can run. If not, either
2854# the compiler is broken, or we cross compile.
2855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2856$as_echo_n "checking whether we are cross compiling... " >&6; }
2857if test "$cross_compiling" != yes; then
2858 { { ac_try="$ac_link"
2859case "(($ac_try" in
2860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2861 *) ac_try_echo=$ac_try;;
2862esac
2863eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2864$as_echo "$ac_try_echo"; } >&5
2865 (eval "$ac_link") 2>&5
2866 ac_status=$?
2867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2868 test $ac_status = 0; }
2869 if { ac_try='./conftest$ac_cv_exeext'
2870 { { case "(($ac_try" in
2871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2872 *) ac_try_echo=$ac_try;;
2873esac
2874eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2875$as_echo "$ac_try_echo"; } >&5
2876 (eval "$ac_try") 2>&5
2877 ac_status=$?
2878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2879 test $ac_status = 0; }; }; then
2880 cross_compiling=no
2881 else
2882 if test "$cross_compiling" = maybe; then
2883 cross_compiling=yes
2884 else
2885 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2886$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2887as_fn_error $? "cannot run C compiled programs.
2888If you meant to cross compile, use \`--host'.
2889See \`config.log' for more details" "$LINENO" 5; }
2890 fi
2891 fi
2892fi
2893{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2894$as_echo "$cross_compiling" >&6; }
2895
2896rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2897ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2899$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2900if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2901 $as_echo_n "(cached) " >&6
2902else
2903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2904/* end confdefs.h. */
2905
2906int
2907main ()
2908{
2909
2910 ;
2911 return 0;
2912}
2913_ACEOF
2914rm -f conftest.o conftest.obj
2915if { { ac_try="$ac_compile"
2916case "(($ac_try" in
2917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2918 *) ac_try_echo=$ac_try;;
2919esac
2920eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2921$as_echo "$ac_try_echo"; } >&5
2922 (eval "$ac_compile") 2>&5
2923 ac_status=$?
2924 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2925 test $ac_status = 0; }; then :
2926 for ac_file in conftest.o conftest.obj conftest.*; do
2927 test -f "$ac_file" || continue;
2928 case $ac_file in
2929 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2930 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2931 break;;
2932 esac
2933done
2934else
2935 $as_echo "$as_me: failed program was:" >&5
2936sed 's/^/| /' conftest.$ac_ext >&5
2937
2938{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2939$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2940as_fn_error $? "cannot compute suffix of object files: cannot compile
2941See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2942fi
2943rm -f conftest.$ac_cv_objext conftest.$ac_ext
2944fi
2945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2946$as_echo "$ac_cv_objext" >&6; }
2947OBJEXT=$ac_cv_objext
2948ac_objext=$OBJEXT
2949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2950$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2951if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2952 $as_echo_n "(cached) " >&6
2953else
2954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2955/* end confdefs.h. */
2956
2957int
2958main ()
2959{
2960#ifndef __GNUC__
2961 choke me
2962#endif
2963
2964 ;
2965 return 0;
2966}
2967_ACEOF
2968if ac_fn_c_try_compile "$LINENO"; then :
2969 ac_compiler_gnu=yes
2970else
2971 ac_compiler_gnu=no
2972fi
2973rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2974ac_cv_c_compiler_gnu=$ac_compiler_gnu
2975
2976fi
2977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2978$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2979if test $ac_compiler_gnu = yes; then
2980 GCC=yes
2981else
2982 GCC=
2983fi
2984ac_test_CFLAGS=${CFLAGS+set}
2985ac_save_CFLAGS=$CFLAGS
2986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2987$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2988if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2989 $as_echo_n "(cached) " >&6
2990else
2991 ac_save_c_werror_flag=$ac_c_werror_flag
2992 ac_c_werror_flag=yes
2993 ac_cv_prog_cc_g=no
2994 CFLAGS="-g"
2995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2996/* end confdefs.h. */
2997
2998int
2999main ()
3000{
3001
3002 ;
3003 return 0;
3004}
3005_ACEOF
3006if ac_fn_c_try_compile "$LINENO"; then :
3007 ac_cv_prog_cc_g=yes
3008else
3009 CFLAGS=""
3010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3011/* end confdefs.h. */
3012
3013int
3014main ()
3015{
3016
3017 ;
3018 return 0;
3019}
3020_ACEOF
3021if ac_fn_c_try_compile "$LINENO"; then :
3022
3023else
3024 ac_c_werror_flag=$ac_save_c_werror_flag
3025 CFLAGS="-g"
3026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3027/* end confdefs.h. */
3028
3029int
3030main ()
3031{
3032
3033 ;
3034 return 0;
3035}
3036_ACEOF
3037if ac_fn_c_try_compile "$LINENO"; then :
3038 ac_cv_prog_cc_g=yes
3039fi
3040rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3041fi
3042rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3043fi
3044rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3045 ac_c_werror_flag=$ac_save_c_werror_flag
3046fi
3047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3048$as_echo "$ac_cv_prog_cc_g" >&6; }
3049if test "$ac_test_CFLAGS" = set; then
3050 CFLAGS=$ac_save_CFLAGS
3051elif test $ac_cv_prog_cc_g = yes; then
3052 if test "$GCC" = yes; then
3053 CFLAGS="-g -O2"
3054 else
3055 CFLAGS="-g"
3056 fi
3057else
3058 if test "$GCC" = yes; then
3059 CFLAGS="-O2"
3060 else
3061 CFLAGS=
3062 fi
3063fi
3064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3065$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3066if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3067 $as_echo_n "(cached) " >&6
3068else
3069 ac_cv_prog_cc_c89=no
3070ac_save_CC=$CC
3071cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3072/* end confdefs.h. */
3073#include <stdarg.h>
3074#include <stdio.h>
d0ac1c44 3075struct stat;
6bb11ab3
L
3076/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3077struct buf { int x; };
3078FILE * (*rcsopen) (struct buf *, struct stat *, int);
3079static char *e (p, i)
3080 char **p;
3081 int i;
3082{
3083 return p[i];
3084}
3085static char *f (char * (*g) (char **, int), char **p, ...)
3086{
3087 char *s;
3088 va_list v;
3089 va_start (v,p);
3090 s = g (p, va_arg (v,int));
3091 va_end (v);
3092 return s;
3093}
3094
3095/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3096 function prototypes and stuff, but not '\xHH' hex character constants.
3097 These don't provoke an error unfortunately, instead are silently treated
3098 as 'x'. The following induces an error, until -std is added to get
3099 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3100 array size at least. It's necessary to write '\x00'==0 to get something
3101 that's true only with -std. */
3102int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3103
3104/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3105 inside strings and character constants. */
3106#define FOO(x) 'x'
3107int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3108
3109int test (int i, double x);
3110struct s1 {int (*f) (int a);};
3111struct s2 {int (*f) (double a);};
3112int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3113int argc;
3114char **argv;
3115int
3116main ()
3117{
3118return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3119 ;
3120 return 0;
3121}
3122_ACEOF
3123for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3124 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3125do
3126 CC="$ac_save_CC $ac_arg"
3127 if ac_fn_c_try_compile "$LINENO"; then :
3128 ac_cv_prog_cc_c89=$ac_arg
3129fi
3130rm -f core conftest.err conftest.$ac_objext
3131 test "x$ac_cv_prog_cc_c89" != "xno" && break
3132done
3133rm -f conftest.$ac_ext
3134CC=$ac_save_CC
3135
3136fi
3137# AC_CACHE_VAL
3138case "x$ac_cv_prog_cc_c89" in
3139 x)
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3141$as_echo "none needed" >&6; } ;;
3142 xno)
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3144$as_echo "unsupported" >&6; } ;;
3145 *)
3146 CC="$CC $ac_cv_prog_cc_c89"
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3148$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3149esac
3150if test "x$ac_cv_prog_cc_c89" != xno; then :
3151
3152fi
3153
3154ac_ext=c
3155ac_cpp='$CPP $CPPFLAGS'
3156ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3157ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3158ac_compiler_gnu=$ac_cv_c_compiler_gnu
3159
3160ac_aux_dir=
3161for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
3162 if test -f "$ac_dir/install-sh"; then
3163 ac_aux_dir=$ac_dir
3164 ac_install_sh="$ac_aux_dir/install-sh -c"
3165 break
3166 elif test -f "$ac_dir/install.sh"; then
3167 ac_aux_dir=$ac_dir
3168 ac_install_sh="$ac_aux_dir/install.sh -c"
3169 break
3170 elif test -f "$ac_dir/shtool"; then
3171 ac_aux_dir=$ac_dir
3172 ac_install_sh="$ac_aux_dir/shtool install -c"
3173 break
3174 fi
6bb11ab3
L
3175done
3176if test -z "$ac_aux_dir"; then
d0ac1c44 3177 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
3178fi
3179
3180# These three variables are undocumented and unsupported,
3181# and are intended to be withdrawn in a future Autoconf release.
3182# They can cause serious problems if a builder's source tree is in a directory
3183# whose full name contains unusual characters.
3184ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3185ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3186ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3187
3188
3189# Make sure we can run config.sub.
3190$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 3191 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
3192
3193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3194$as_echo_n "checking build system type... " >&6; }
d0ac1c44 3195if ${ac_cv_build+:} false; then :
6bb11ab3
L
3196 $as_echo_n "(cached) " >&6
3197else
3198 ac_build_alias=$build_alias
3199test "x$ac_build_alias" = x &&
3200 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3201test "x$ac_build_alias" = x &&
d0ac1c44 3202 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 3203ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 3204 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
3205
3206fi
3207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3208$as_echo "$ac_cv_build" >&6; }
3209case $ac_cv_build in
3210*-*-*) ;;
d0ac1c44 3211*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
3212esac
3213build=$ac_cv_build
3214ac_save_IFS=$IFS; IFS='-'
3215set x $ac_cv_build
3216shift
3217build_cpu=$1
3218build_vendor=$2
3219shift; shift
3220# Remember, the first character of IFS is used to create $*,
3221# except with old shells:
3222build_os=$*
3223IFS=$ac_save_IFS
3224case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3225
3226
3227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3228$as_echo_n "checking host system type... " >&6; }
d0ac1c44 3229if ${ac_cv_host+:} false; then :
6bb11ab3
L
3230 $as_echo_n "(cached) " >&6
3231else
3232 if test "x$host_alias" = x; then
3233 ac_cv_host=$ac_cv_build
3234else
3235 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 3236 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
3237fi
3238
3239fi
3240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3241$as_echo "$ac_cv_host" >&6; }
3242case $ac_cv_host in
3243*-*-*) ;;
d0ac1c44 3244*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
3245esac
3246host=$ac_cv_host
3247ac_save_IFS=$IFS; IFS='-'
3248set x $ac_cv_host
3249shift
3250host_cpu=$1
3251host_vendor=$2
3252shift; shift
3253# Remember, the first character of IFS is used to create $*,
3254# except with old shells:
3255host_os=$*
3256IFS=$ac_save_IFS
3257case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3258
3259
3260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3261$as_echo_n "checking target system type... " >&6; }
d0ac1c44 3262if ${ac_cv_target+:} false; then :
6bb11ab3
L
3263 $as_echo_n "(cached) " >&6
3264else
3265 if test "x$target_alias" = x; then
3266 ac_cv_target=$ac_cv_host
3267else
3268 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 3269 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
3270fi
3271
3272fi
3273{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3274$as_echo "$ac_cv_target" >&6; }
3275case $ac_cv_target in
3276*-*-*) ;;
d0ac1c44 3277*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
3278esac
3279target=$ac_cv_target
3280ac_save_IFS=$IFS; IFS='-'
3281set x $ac_cv_target
3282shift
3283target_cpu=$1
3284target_vendor=$2
3285shift; shift
3286# Remember, the first character of IFS is used to create $*,
3287# except with old shells:
3288target_os=$*
3289IFS=$ac_save_IFS
3290case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3291
3292
3293# The aliases save the names the user supplied, while $host etc.
3294# will get canonicalized.
3295test -n "$target_alias" &&
3296 test "$program_prefix$program_suffix$program_transform_name" = \
3297 NONENONEs,x,x, &&
3298 program_prefix=${target_alias}-
3299
3300ac_ext=c
3301ac_cpp='$CPP $CPPFLAGS'
3302ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3303ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3304ac_compiler_gnu=$ac_cv_c_compiler_gnu
3305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3306$as_echo_n "checking how to run the C preprocessor... " >&6; }
3307# On Suns, sometimes $CPP names a directory.
3308if test -n "$CPP" && test -d "$CPP"; then
3309 CPP=
3310fi
3311if test -z "$CPP"; then
d0ac1c44 3312 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
3313 $as_echo_n "(cached) " >&6
3314else
3315 # Double quotes because CPP needs to be expanded
3316 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3317 do
3318 ac_preproc_ok=false
3319for ac_c_preproc_warn_flag in '' yes
3320do
3321 # Use a header file that comes with gcc, so configuring glibc
3322 # with a fresh cross-compiler works.
3323 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3324 # <limits.h> exists even on freestanding compilers.
3325 # On the NeXT, cc -E runs the code through the compiler's parser,
3326 # not just through cpp. "Syntax error" is here to catch this case.
3327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3328/* end confdefs.h. */
3329#ifdef __STDC__
3330# include <limits.h>
3331#else
3332# include <assert.h>
3333#endif
3334 Syntax error
3335_ACEOF
3336if ac_fn_c_try_cpp "$LINENO"; then :
3337
3338else
3339 # Broken: fails on valid input.
3340continue
3341fi
d0ac1c44 3342rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3343
3344 # OK, works on sane cases. Now check whether nonexistent headers
3345 # can be detected and how.
3346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3347/* end confdefs.h. */
3348#include <ac_nonexistent.h>
3349_ACEOF
3350if ac_fn_c_try_cpp "$LINENO"; then :
3351 # Broken: success on invalid input.
3352continue
3353else
3354 # Passes both tests.
3355ac_preproc_ok=:
3356break
3357fi
d0ac1c44 3358rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3359
3360done
3361# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3362rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
3363if $ac_preproc_ok; then :
3364 break
3365fi
3366
3367 done
3368 ac_cv_prog_CPP=$CPP
3369
3370fi
3371 CPP=$ac_cv_prog_CPP
3372else
3373 ac_cv_prog_CPP=$CPP
3374fi
3375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3376$as_echo "$CPP" >&6; }
3377ac_preproc_ok=false
3378for ac_c_preproc_warn_flag in '' yes
3379do
3380 # Use a header file that comes with gcc, so configuring glibc
3381 # with a fresh cross-compiler works.
3382 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3383 # <limits.h> exists even on freestanding compilers.
3384 # On the NeXT, cc -E runs the code through the compiler's parser,
3385 # not just through cpp. "Syntax error" is here to catch this case.
3386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3387/* end confdefs.h. */
3388#ifdef __STDC__
3389# include <limits.h>
3390#else
3391# include <assert.h>
3392#endif
3393 Syntax error
3394_ACEOF
3395if ac_fn_c_try_cpp "$LINENO"; then :
3396
3397else
3398 # Broken: fails on valid input.
3399continue
3400fi
d0ac1c44 3401rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3402
3403 # OK, works on sane cases. Now check whether nonexistent headers
3404 # can be detected and how.
3405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3406/* end confdefs.h. */
3407#include <ac_nonexistent.h>
3408_ACEOF
3409if ac_fn_c_try_cpp "$LINENO"; then :
3410 # Broken: success on invalid input.
3411continue
3412else
3413 # Passes both tests.
3414ac_preproc_ok=:
3415break
3416fi
d0ac1c44 3417rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3418
3419done
3420# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3421rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
3422if $ac_preproc_ok; then :
3423
3424else
3425 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3426$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3427as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3428See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3429fi
3430
3431ac_ext=c
3432ac_cpp='$CPP $CPPFLAGS'
3433ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3434ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3435ac_compiler_gnu=$ac_cv_c_compiler_gnu
3436
3437
3438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3439$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3440if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3441 $as_echo_n "(cached) " >&6
3442else
3443 if test -z "$GREP"; then
3444 ac_path_GREP_found=false
3445 # Loop through the user's path and test for each of PROGNAME-LIST
3446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3447for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3448do
3449 IFS=$as_save_IFS
3450 test -z "$as_dir" && as_dir=.
3451 for ac_prog in grep ggrep; do
3452 for ac_exec_ext in '' $ac_executable_extensions; do
3453 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3454 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3455# Check for GNU ac_path_GREP and select it if it is found.
3456 # Check for GNU $ac_path_GREP
3457case `"$ac_path_GREP" --version 2>&1` in
3458*GNU*)
3459 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3460*)
3461 ac_count=0
3462 $as_echo_n 0123456789 >"conftest.in"
3463 while :
3464 do
3465 cat "conftest.in" "conftest.in" >"conftest.tmp"
3466 mv "conftest.tmp" "conftest.in"
3467 cp "conftest.in" "conftest.nl"
3468 $as_echo 'GREP' >> "conftest.nl"
3469 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3470 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3471 as_fn_arith $ac_count + 1 && ac_count=$as_val
3472 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3473 # Best one so far, save it but keep looking for a better one
3474 ac_cv_path_GREP="$ac_path_GREP"
3475 ac_path_GREP_max=$ac_count
3476 fi
3477 # 10*(2^10) chars as input seems more than enough
3478 test $ac_count -gt 10 && break
3479 done
3480 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3481esac
3482
3483 $ac_path_GREP_found && break 3
3484 done
3485 done
3486 done
3487IFS=$as_save_IFS
3488 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3489 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3490 fi
3491else
3492 ac_cv_path_GREP=$GREP
3493fi
3494
3495fi
3496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3497$as_echo "$ac_cv_path_GREP" >&6; }
3498 GREP="$ac_cv_path_GREP"
3499
3500
3501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3502$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3503if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3504 $as_echo_n "(cached) " >&6
3505else
3506 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3507 then ac_cv_path_EGREP="$GREP -E"
3508 else
3509 if test -z "$EGREP"; then
3510 ac_path_EGREP_found=false
3511 # Loop through the user's path and test for each of PROGNAME-LIST
3512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3513for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3514do
3515 IFS=$as_save_IFS
3516 test -z "$as_dir" && as_dir=.
3517 for ac_prog in egrep; do
3518 for ac_exec_ext in '' $ac_executable_extensions; do
3519 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3520 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3521# Check for GNU ac_path_EGREP and select it if it is found.
3522 # Check for GNU $ac_path_EGREP
3523case `"$ac_path_EGREP" --version 2>&1` in
3524*GNU*)
3525 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3526*)
3527 ac_count=0
3528 $as_echo_n 0123456789 >"conftest.in"
3529 while :
3530 do
3531 cat "conftest.in" "conftest.in" >"conftest.tmp"
3532 mv "conftest.tmp" "conftest.in"
3533 cp "conftest.in" "conftest.nl"
3534 $as_echo 'EGREP' >> "conftest.nl"
3535 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3536 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3537 as_fn_arith $ac_count + 1 && ac_count=$as_val
3538 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3539 # Best one so far, save it but keep looking for a better one
3540 ac_cv_path_EGREP="$ac_path_EGREP"
3541 ac_path_EGREP_max=$ac_count
3542 fi
3543 # 10*(2^10) chars as input seems more than enough
3544 test $ac_count -gt 10 && break
3545 done
3546 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3547esac
3548
3549 $ac_path_EGREP_found && break 3
3550 done
3551 done
3552 done
3553IFS=$as_save_IFS
3554 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3555 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3556 fi
3557else
3558 ac_cv_path_EGREP=$EGREP
3559fi
3560
3561 fi
3562fi
3563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3564$as_echo "$ac_cv_path_EGREP" >&6; }
3565 EGREP="$ac_cv_path_EGREP"
3566
3567
3568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3569$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3570if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3571 $as_echo_n "(cached) " >&6
3572else
3573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3574/* end confdefs.h. */
3575#include <stdlib.h>
3576#include <stdarg.h>
3577#include <string.h>
3578#include <float.h>
3579
3580int
3581main ()
3582{
3583
3584 ;
3585 return 0;
3586}
3587_ACEOF
3588if ac_fn_c_try_compile "$LINENO"; then :
3589 ac_cv_header_stdc=yes
3590else
3591 ac_cv_header_stdc=no
3592fi
3593rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3594
3595if test $ac_cv_header_stdc = yes; then
3596 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3598/* end confdefs.h. */
3599#include <string.h>
3600
3601_ACEOF
3602if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3603 $EGREP "memchr" >/dev/null 2>&1; then :
3604
3605else
3606 ac_cv_header_stdc=no
3607fi
3608rm -f conftest*
3609
3610fi
3611
3612if test $ac_cv_header_stdc = yes; then
3613 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3615/* end confdefs.h. */
3616#include <stdlib.h>
3617
3618_ACEOF
3619if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3620 $EGREP "free" >/dev/null 2>&1; then :
3621
3622else
3623 ac_cv_header_stdc=no
3624fi
3625rm -f conftest*
3626
3627fi
3628
3629if test $ac_cv_header_stdc = yes; then
3630 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3631 if test "$cross_compiling" = yes; then :
3632 :
3633else
3634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3635/* end confdefs.h. */
3636#include <ctype.h>
3637#include <stdlib.h>
3638#if ((' ' & 0x0FF) == 0x020)
3639# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3640# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3641#else
3642# define ISLOWER(c) \
3643 (('a' <= (c) && (c) <= 'i') \
3644 || ('j' <= (c) && (c) <= 'r') \
3645 || ('s' <= (c) && (c) <= 'z'))
3646# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3647#endif
3648
3649#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3650int
3651main ()
3652{
3653 int i;
3654 for (i = 0; i < 256; i++)
3655 if (XOR (islower (i), ISLOWER (i))
3656 || toupper (i) != TOUPPER (i))
3657 return 2;
3658 return 0;
3659}
3660_ACEOF
3661if ac_fn_c_try_run "$LINENO"; then :
3662
3663else
3664 ac_cv_header_stdc=no
3665fi
3666rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3667 conftest.$ac_objext conftest.beam conftest.$ac_ext
3668fi
3669
3670fi
3671fi
3672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3673$as_echo "$ac_cv_header_stdc" >&6; }
3674if test $ac_cv_header_stdc = yes; then
3675
3676$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3677
3678fi
3679
3680# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3681for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3682 inttypes.h stdint.h unistd.h
3683do :
3684 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3685ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3686"
d0ac1c44 3687if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3688 cat >>confdefs.h <<_ACEOF
3689#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3690_ACEOF
3691
3692fi
3693
3694done
3695
3696
3697
3698 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3699if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3700 MINIX=yes
3701else
3702 MINIX=
3703fi
3704
3705
3706 if test "$MINIX" = yes; then
3707
3708$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3709
3710
3711$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3712
3713
3714$as_echo "#define _MINIX 1" >>confdefs.h
3715
3716 fi
3717
3718
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3720$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3721if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3722 $as_echo_n "(cached) " >&6
3723else
3724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3725/* end confdefs.h. */
3726
d0ac1c44
SM
3727# define __EXTENSIONS__ 1
3728 $ac_includes_default
6bb11ab3
L
3729int
3730main ()
3731{
3732
3733 ;
3734 return 0;
3735}
3736_ACEOF
3737if ac_fn_c_try_compile "$LINENO"; then :
3738 ac_cv_safe_to_define___extensions__=yes
3739else
3740 ac_cv_safe_to_define___extensions__=no
3741fi
3742rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3743fi
3744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3745$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3746 test $ac_cv_safe_to_define___extensions__ = yes &&
3747 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3748
3749 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3750
3751 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3752
3753 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3754
3755 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3756
3757
3758test "$program_prefix" != NONE &&
3759 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3760# Use a double $ so make ignores it.
3761test "$program_suffix" != NONE &&
3762 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3763# Double any \ or $.
3764# By default was `s,x,x', remove it if useless.
3765ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3766program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3767
3768# Find a good install program. We prefer a C program (faster),
3769# so one script is as good as another. But avoid the broken or
3770# incompatible versions:
3771# SysV /etc/install, /usr/sbin/install
3772# SunOS /usr/etc/install
3773# IRIX /sbin/install
3774# AIX /bin/install
3775# AmigaOS /C/install, which installs bootblocks on floppy discs
3776# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3777# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3778# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3779# OS/2's system install, which has a completely different semantic
3780# ./install, which can be erroneously created by make from ./install.sh.
3781# Reject install programs that cannot install multiple files.
3782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3783$as_echo_n "checking for a BSD-compatible install... " >&6; }
3784if test -z "$INSTALL"; then
d0ac1c44 3785if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3786 $as_echo_n "(cached) " >&6
3787else
3788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3789for as_dir in $PATH
3790do
3791 IFS=$as_save_IFS
3792 test -z "$as_dir" && as_dir=.
3793 # Account for people who put trailing slashes in PATH elements.
3794case $as_dir/ in #((
3795 ./ | .// | /[cC]/* | \
3796 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3797 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3798 /usr/ucb/* ) ;;
3799 *)
3800 # OSF1 and SCO ODT 3.0 have their own names for install.
3801 # Don't use installbsd from OSF since it installs stuff as root
3802 # by default.
3803 for ac_prog in ginstall scoinst install; do
3804 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3805 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3806 if test $ac_prog = install &&
3807 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3808 # AIX install. It has an incompatible calling convention.
3809 :
3810 elif test $ac_prog = install &&
3811 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3812 # program-specific install script used by HP pwplus--don't use.
3813 :
3814 else
3815 rm -rf conftest.one conftest.two conftest.dir
3816 echo one > conftest.one
3817 echo two > conftest.two
3818 mkdir conftest.dir
3819 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3820 test -s conftest.one && test -s conftest.two &&
3821 test -s conftest.dir/conftest.one &&
3822 test -s conftest.dir/conftest.two
3823 then
3824 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3825 break 3
3826 fi
3827 fi
3828 fi
3829 done
3830 done
3831 ;;
3832esac
3833
3834 done
3835IFS=$as_save_IFS
3836
3837rm -rf conftest.one conftest.two conftest.dir
3838
3839fi
3840 if test "${ac_cv_path_install+set}" = set; then
3841 INSTALL=$ac_cv_path_install
3842 else
3843 # As a last resort, use the slow shell script. Don't cache a
3844 # value for INSTALL within a source directory, because that will
3845 # break other packages using the cache if that directory is
3846 # removed, or if the value is a relative name.
3847 INSTALL=$ac_install_sh
3848 fi
3849fi
3850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3851$as_echo "$INSTALL" >&6; }
3852
3853# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3854# It thinks the first close brace ends the variable substitution.
3855test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3856
3857test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3858
3859test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3860
3861rm -rf .tst 2>/dev/null
3862mkdir .tst 2>/dev/null
3863if test -d .tst; then
3864 am__leading_dot=.
3865else
3866 am__leading_dot=_
3867fi
3868rmdir .tst 2>/dev/null
3869
3870DEPDIR="${am__leading_dot}deps"
3871
3872case `pwd` in
3873 *\ * | *\ *)
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3875$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3876esac
3877
3878
3879
3880macro_version='2.2.7a'
3881macro_revision='1.3134'
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895ltmain="$ac_aux_dir/ltmain.sh"
3896
3897# Backslashify metacharacters that are still active within
3898# double-quoted strings.
3899sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3900
3901# Same as above, but do not quote variable references.
3902double_quote_subst='s/\(["`\\]\)/\\\1/g'
3903
3904# Sed substitution to delay expansion of an escaped shell variable in a
3905# double_quote_subst'ed string.
3906delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3907
3908# Sed substitution to delay expansion of an escaped single quote.
3909delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3910
3911# Sed substitution to avoid accidental globbing in evaled expressions
3912no_glob_subst='s/\*/\\\*/g'
3913
3914ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3915ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3916ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3917
3918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3919$as_echo_n "checking how to print strings... " >&6; }
3920# Test print first, because it will be a builtin if present.
3921if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3922 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3923 ECHO='print -r --'
3924elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3925 ECHO='printf %s\n'
3926else
3927 # Use this function as a fallback that always works.
3928 func_fallback_echo ()
3929 {
3930 eval 'cat <<_LTECHO_EOF
3931$1
3932_LTECHO_EOF'
3933 }
3934 ECHO='func_fallback_echo'
3935fi
3936
3937# func_echo_all arg...
3938# Invoke $ECHO with all args, space-separated.
3939func_echo_all ()
3940{
3941 $ECHO ""
3942}
3943
3944case "$ECHO" in
3945 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3946$as_echo "printf" >&6; } ;;
3947 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3948$as_echo "print -r" >&6; } ;;
3949 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3950$as_echo "cat" >&6; } ;;
3951esac
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3967$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3968if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3969 $as_echo_n "(cached) " >&6
3970else
3971 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3972 for ac_i in 1 2 3 4 5 6 7; do
3973 ac_script="$ac_script$as_nl$ac_script"
3974 done
3975 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3976 { ac_script=; unset ac_script;}
3977 if test -z "$SED"; then
3978 ac_path_SED_found=false
3979 # Loop through the user's path and test for each of PROGNAME-LIST
3980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3981for as_dir in $PATH
3982do
3983 IFS=$as_save_IFS
3984 test -z "$as_dir" && as_dir=.
3985 for ac_prog in sed gsed; do
3986 for ac_exec_ext in '' $ac_executable_extensions; do
3987 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3988 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3989# Check for GNU ac_path_SED and select it if it is found.
3990 # Check for GNU $ac_path_SED
3991case `"$ac_path_SED" --version 2>&1` in
3992*GNU*)
3993 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3994*)
3995 ac_count=0
3996 $as_echo_n 0123456789 >"conftest.in"
3997 while :
3998 do
3999 cat "conftest.in" "conftest.in" >"conftest.tmp"
4000 mv "conftest.tmp" "conftest.in"
4001 cp "conftest.in" "conftest.nl"
4002 $as_echo '' >> "conftest.nl"
4003 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4004 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4005 as_fn_arith $ac_count + 1 && ac_count=$as_val
4006 if test $ac_count -gt ${ac_path_SED_max-0}; then
4007 # Best one so far, save it but keep looking for a better one
4008 ac_cv_path_SED="$ac_path_SED"
4009 ac_path_SED_max=$ac_count
4010 fi
4011 # 10*(2^10) chars as input seems more than enough
4012 test $ac_count -gt 10 && break
4013 done
4014 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4015esac
4016
4017 $ac_path_SED_found && break 3
4018 done
4019 done
4020 done
4021IFS=$as_save_IFS
4022 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4023 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4024 fi
4025else
4026 ac_cv_path_SED=$SED
4027fi
4028
4029fi
4030{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4031$as_echo "$ac_cv_path_SED" >&6; }
4032 SED="$ac_cv_path_SED"
4033 rm -f conftest.sed
4034
4035test -z "$SED" && SED=sed
4036Xsed="$SED -e 1s/^X//"
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4049$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4050if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4051 $as_echo_n "(cached) " >&6
4052else
4053 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4054 then ac_cv_path_FGREP="$GREP -F"
4055 else
4056 if test -z "$FGREP"; then
4057 ac_path_FGREP_found=false
4058 # Loop through the user's path and test for each of PROGNAME-LIST
4059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4060for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4061do
4062 IFS=$as_save_IFS
4063 test -z "$as_dir" && as_dir=.
4064 for ac_prog in fgrep; do
4065 for ac_exec_ext in '' $ac_executable_extensions; do
4066 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4067 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4068# Check for GNU ac_path_FGREP and select it if it is found.
4069 # Check for GNU $ac_path_FGREP
4070case `"$ac_path_FGREP" --version 2>&1` in
4071*GNU*)
4072 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4073*)
4074 ac_count=0
4075 $as_echo_n 0123456789 >"conftest.in"
4076 while :
4077 do
4078 cat "conftest.in" "conftest.in" >"conftest.tmp"
4079 mv "conftest.tmp" "conftest.in"
4080 cp "conftest.in" "conftest.nl"
4081 $as_echo 'FGREP' >> "conftest.nl"
4082 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4083 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4084 as_fn_arith $ac_count + 1 && ac_count=$as_val
4085 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4086 # Best one so far, save it but keep looking for a better one
4087 ac_cv_path_FGREP="$ac_path_FGREP"
4088 ac_path_FGREP_max=$ac_count
4089 fi
4090 # 10*(2^10) chars as input seems more than enough
4091 test $ac_count -gt 10 && break
4092 done
4093 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4094esac
4095
4096 $ac_path_FGREP_found && break 3
4097 done
4098 done
4099 done
4100IFS=$as_save_IFS
4101 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4102 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4103 fi
4104else
4105 ac_cv_path_FGREP=$FGREP
4106fi
4107
4108 fi
4109fi
4110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4111$as_echo "$ac_cv_path_FGREP" >&6; }
4112 FGREP="$ac_cv_path_FGREP"
4113
4114
4115test -z "$GREP" && GREP=grep
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135# Check whether --with-gnu-ld was given.
4136if test "${with_gnu_ld+set}" = set; then :
4137 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4138else
4139 with_gnu_ld=no
4140fi
4141
4142ac_prog=ld
4143if test "$GCC" = yes; then
4144 # Check if gcc -print-prog-name=ld gives a path.
4145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4146$as_echo_n "checking for ld used by $CC... " >&6; }
4147 case $host in
4148 *-*-mingw*)
4149 # gcc leaves a trailing carriage return which upsets mingw
4150 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4151 *)
4152 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4153 esac
4154 case $ac_prog in
4155 # Accept absolute paths.
4156 [\\/]* | ?:[\\/]*)
4157 re_direlt='/[^/][^/]*/\.\./'
4158 # Canonicalize the pathname of ld
4159 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4160 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4161 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4162 done
4163 test -z "$LD" && LD="$ac_prog"
4164 ;;
4165 "")
4166 # If it fails, then pretend we aren't using GCC.
4167 ac_prog=ld
4168 ;;
4169 *)
4170 # If it is relative, then search for the first ld in PATH.
4171 with_gnu_ld=unknown
4172 ;;
4173 esac
4174elif test "$with_gnu_ld" = yes; then
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4176$as_echo_n "checking for GNU ld... " >&6; }
4177else
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4179$as_echo_n "checking for non-GNU ld... " >&6; }
4180fi
d0ac1c44 4181if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4182 $as_echo_n "(cached) " >&6
4183else
4184 if test -z "$LD"; then
4185 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4186 for ac_dir in $PATH; do
4187 IFS="$lt_save_ifs"
4188 test -z "$ac_dir" && ac_dir=.
4189 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4190 lt_cv_path_LD="$ac_dir/$ac_prog"
4191 # Check to see if the program is GNU ld. I'd rather use --version,
4192 # but apparently some variants of GNU ld only accept -v.
4193 # Break only if it was the GNU/non-GNU ld that we prefer.
4194 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4195 *GNU* | *'with BFD'*)
4196 test "$with_gnu_ld" != no && break
4197 ;;
4198 *)
4199 test "$with_gnu_ld" != yes && break
4200 ;;
4201 esac
4202 fi
4203 done
4204 IFS="$lt_save_ifs"
4205else
4206 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4207fi
4208fi
4209
4210LD="$lt_cv_path_LD"
4211if test -n "$LD"; then
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4213$as_echo "$LD" >&6; }
4214else
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4216$as_echo "no" >&6; }
4217fi
d0ac1c44 4218test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4220$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4221if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4222 $as_echo_n "(cached) " >&6
4223else
4224 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4225case `$LD -v 2>&1 </dev/null` in
4226*GNU* | *'with BFD'*)
4227 lt_cv_prog_gnu_ld=yes
4228 ;;
4229*)
4230 lt_cv_prog_gnu_ld=no
4231 ;;
4232esac
4233fi
4234{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4235$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4236with_gnu_ld=$lt_cv_prog_gnu_ld
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4247$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4248if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4249 $as_echo_n "(cached) " >&6
4250else
4251 if test -n "$NM"; then
4252 # Let the user override the test.
4253 lt_cv_path_NM="$NM"
4254else
4255 lt_nm_to_check="${ac_tool_prefix}nm"
4256 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4257 lt_nm_to_check="$lt_nm_to_check nm"
4258 fi
4259 for lt_tmp_nm in $lt_nm_to_check; do
4260 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4261 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4262 IFS="$lt_save_ifs"
4263 test -z "$ac_dir" && ac_dir=.
4264 tmp_nm="$ac_dir/$lt_tmp_nm"
4265 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4266 # Check to see if the nm accepts a BSD-compat flag.
4267 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4268 # nm: unknown option "B" ignored
4269 # Tru64's nm complains that /dev/null is an invalid object file
4270 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4271 */dev/null* | *'Invalid file or object type'*)
4272 lt_cv_path_NM="$tmp_nm -B"
4273 break
4274 ;;
4275 *)
4276 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4277 */dev/null*)
4278 lt_cv_path_NM="$tmp_nm -p"
4279 break
4280 ;;
4281 *)
4282 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4283 continue # so that we can try to find one that supports BSD flags
4284 ;;
4285 esac
4286 ;;
4287 esac
4288 fi
4289 done
4290 IFS="$lt_save_ifs"
4291 done
4292 : ${lt_cv_path_NM=no}
4293fi
4294fi
4295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4296$as_echo "$lt_cv_path_NM" >&6; }
4297if test "$lt_cv_path_NM" != "no"; then
4298 NM="$lt_cv_path_NM"
4299else
4300 # Didn't find any BSD compatible name lister, look for dumpbin.
4301 if test -n "$DUMPBIN"; then :
4302 # Let the user override the test.
4303 else
4304 if test -n "$ac_tool_prefix"; then
4305 for ac_prog in dumpbin "link -dump"
4306 do
4307 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4308set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4310$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4311if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4312 $as_echo_n "(cached) " >&6
4313else
4314 if test -n "$DUMPBIN"; then
4315 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4316else
4317as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4318for as_dir in $PATH
4319do
4320 IFS=$as_save_IFS
4321 test -z "$as_dir" && as_dir=.
4322 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4323 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4324 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4326 break 2
4327 fi
4328done
4329 done
4330IFS=$as_save_IFS
4331
4332fi
4333fi
4334DUMPBIN=$ac_cv_prog_DUMPBIN
4335if test -n "$DUMPBIN"; then
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4337$as_echo "$DUMPBIN" >&6; }
4338else
4339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4340$as_echo "no" >&6; }
4341fi
4342
4343
4344 test -n "$DUMPBIN" && break
4345 done
4346fi
4347if test -z "$DUMPBIN"; then
4348 ac_ct_DUMPBIN=$DUMPBIN
4349 for ac_prog in dumpbin "link -dump"
4350do
4351 # Extract the first word of "$ac_prog", so it can be a program name with args.
4352set dummy $ac_prog; ac_word=$2
4353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4354$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4355if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4356 $as_echo_n "(cached) " >&6
4357else
4358 if test -n "$ac_ct_DUMPBIN"; then
4359 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4360else
4361as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4362for as_dir in $PATH
4363do
4364 IFS=$as_save_IFS
4365 test -z "$as_dir" && as_dir=.
4366 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4367 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4368 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4370 break 2
4371 fi
4372done
4373 done
4374IFS=$as_save_IFS
4375
4376fi
4377fi
4378ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4379if test -n "$ac_ct_DUMPBIN"; then
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4381$as_echo "$ac_ct_DUMPBIN" >&6; }
4382else
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4384$as_echo "no" >&6; }
4385fi
4386
4387
4388 test -n "$ac_ct_DUMPBIN" && break
4389done
4390
4391 if test "x$ac_ct_DUMPBIN" = x; then
4392 DUMPBIN=":"
4393 else
4394 case $cross_compiling:$ac_tool_warned in
4395yes:)
4396{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4397$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4398ac_tool_warned=yes ;;
4399esac
4400 DUMPBIN=$ac_ct_DUMPBIN
4401 fi
4402fi
4403
4404 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4405 *COFF*)
4406 DUMPBIN="$DUMPBIN -symbols"
4407 ;;
4408 *)
4409 DUMPBIN=:
4410 ;;
4411 esac
4412 fi
4413
4414 if test "$DUMPBIN" != ":"; then
4415 NM="$DUMPBIN"
4416 fi
4417fi
4418test -z "$NM" && NM=nm
4419
4420
4421
4422
4423
4424
4425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4426$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4427if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4428 $as_echo_n "(cached) " >&6
4429else
4430 lt_cv_nm_interface="BSD nm"
4431 echo "int some_variable = 0;" > conftest.$ac_ext
4432 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4433 (eval "$ac_compile" 2>conftest.err)
4434 cat conftest.err >&5
4435 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4436 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4437 cat conftest.err >&5
4438 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4439 cat conftest.out >&5
4440 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4441 lt_cv_nm_interface="MS dumpbin"
4442 fi
4443 rm -f conftest*
4444fi
4445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4446$as_echo "$lt_cv_nm_interface" >&6; }
4447
4448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4449$as_echo_n "checking whether ln -s works... " >&6; }
4450LN_S=$as_ln_s
4451if test "$LN_S" = "ln -s"; then
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4453$as_echo "yes" >&6; }
4454else
4455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4456$as_echo "no, using $LN_S" >&6; }
4457fi
4458
4459# find the maximum length of command line arguments
4460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4461$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4462if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4463 $as_echo_n "(cached) " >&6
4464else
4465 i=0
4466 teststring="ABCD"
4467
4468 case $build_os in
4469 msdosdjgpp*)
4470 # On DJGPP, this test can blow up pretty badly due to problems in libc
4471 # (any single argument exceeding 2000 bytes causes a buffer overrun
4472 # during glob expansion). Even if it were fixed, the result of this
4473 # check would be larger than it should be.
4474 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4475 ;;
4476
4477 gnu*)
4478 # Under GNU Hurd, this test is not required because there is
4479 # no limit to the length of command line arguments.
4480 # Libtool will interpret -1 as no limit whatsoever
4481 lt_cv_sys_max_cmd_len=-1;
4482 ;;
4483
4484 cygwin* | mingw* | cegcc*)
4485 # On Win9x/ME, this test blows up -- it succeeds, but takes
4486 # about 5 minutes as the teststring grows exponentially.
4487 # Worse, since 9x/ME are not pre-emptively multitasking,
4488 # you end up with a "frozen" computer, even though with patience
4489 # the test eventually succeeds (with a max line length of 256k).
4490 # Instead, let's just punt: use the minimum linelength reported by
4491 # all of the supported platforms: 8192 (on NT/2K/XP).
4492 lt_cv_sys_max_cmd_len=8192;
4493 ;;
4494
4495 mint*)
4496 # On MiNT this can take a long time and run out of memory.
4497 lt_cv_sys_max_cmd_len=8192;
4498 ;;
4499
4500 amigaos*)
4501 # On AmigaOS with pdksh, this test takes hours, literally.
4502 # So we just punt and use a minimum line length of 8192.
4503 lt_cv_sys_max_cmd_len=8192;
4504 ;;
4505
4506 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4507 # This has been around since 386BSD, at least. Likely further.
4508 if test -x /sbin/sysctl; then
4509 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4510 elif test -x /usr/sbin/sysctl; then
4511 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4512 else
4513 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4514 fi
4515 # And add a safety zone
4516 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4517 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4518 ;;
4519
4520 interix*)
4521 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4522 lt_cv_sys_max_cmd_len=196608
4523 ;;
4524
4525 osf*)
4526 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4527 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4528 # nice to cause kernel panics so lets avoid the loop below.
4529 # First set a reasonable default.
4530 lt_cv_sys_max_cmd_len=16384
4531 #
4532 if test -x /sbin/sysconfig; then
4533 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4534 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4535 esac
4536 fi
4537 ;;
4538 sco3.2v5*)
4539 lt_cv_sys_max_cmd_len=102400
4540 ;;
4541 sysv5* | sco5v6* | sysv4.2uw2*)
4542 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4543 if test -n "$kargmax"; then
4544 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4545 else
4546 lt_cv_sys_max_cmd_len=32768
4547 fi
4548 ;;
4549 *)
4550 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4551 if test -n "$lt_cv_sys_max_cmd_len"; then
4552 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4553 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4554 else
4555 # Make teststring a little bigger before we do anything with it.
4556 # a 1K string should be a reasonable start.
4557 for i in 1 2 3 4 5 6 7 8 ; do
4558 teststring=$teststring$teststring
4559 done
4560 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4561 # If test is not a shell built-in, we'll probably end up computing a
4562 # maximum length that is only half of the actual maximum length, but
4563 # we can't tell.
4564 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4565 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4566 test $i != 17 # 1/2 MB should be enough
4567 do
4568 i=`expr $i + 1`
4569 teststring=$teststring$teststring
4570 done
4571 # Only check the string length outside the loop.
4572 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4573 teststring=
4574 # Add a significant safety factor because C++ compilers can tack on
4575 # massive amounts of additional arguments before passing them to the
4576 # linker. It appears as though 1/2 is a usable value.
4577 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4578 fi
4579 ;;
4580 esac
4581
4582fi
4583
4584if test -n $lt_cv_sys_max_cmd_len ; then
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4586$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4587else
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4589$as_echo "none" >&6; }
4590fi
4591max_cmd_len=$lt_cv_sys_max_cmd_len
4592
4593
4594
4595
4596
4597
4598: ${CP="cp -f"}
4599: ${MV="mv -f"}
4600: ${RM="rm -f"}
4601
4602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4603$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4604# Try some XSI features
4605xsi_shell=no
4606( _lt_dummy="a/b/c"
4607 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4608 = c,a/b,, \
4609 && eval 'test $(( 1 + 1 )) -eq 2 \
4610 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4611 && xsi_shell=yes
4612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4613$as_echo "$xsi_shell" >&6; }
4614
4615
4616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4617$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4618lt_shell_append=no
4619( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4620 >/dev/null 2>&1 \
4621 && lt_shell_append=yes
4622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4623$as_echo "$lt_shell_append" >&6; }
4624
4625
4626if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4627 lt_unset=unset
4628else
4629 lt_unset=false
4630fi
4631
4632
4633
4634
4635
4636# test EBCDIC or ASCII
4637case `echo X|tr X '\101'` in
4638 A) # ASCII based system
4639 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4640 lt_SP2NL='tr \040 \012'
4641 lt_NL2SP='tr \015\012 \040\040'
4642 ;;
4643 *) # EBCDIC based system
4644 lt_SP2NL='tr \100 \n'
4645 lt_NL2SP='tr \r\n \100\100'
4646 ;;
4647esac
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4658$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4659if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4660 $as_echo_n "(cached) " >&6
4661else
4662 lt_cv_ld_reload_flag='-r'
4663fi
4664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4665$as_echo "$lt_cv_ld_reload_flag" >&6; }
4666reload_flag=$lt_cv_ld_reload_flag
4667case $reload_flag in
4668"" | " "*) ;;
4669*) reload_flag=" $reload_flag" ;;
4670esac
4671reload_cmds='$LD$reload_flag -o $output$reload_objs'
4672case $host_os in
4673 darwin*)
4674 if test "$GCC" = yes; then
4675 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4676 else
4677 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4678 fi
4679 ;;
4680esac
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690if test -n "$ac_tool_prefix"; then
4691 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4692set dummy ${ac_tool_prefix}objdump; ac_word=$2
4693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4694$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4695if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4696 $as_echo_n "(cached) " >&6
4697else
4698 if test -n "$OBJDUMP"; then
4699 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4700else
4701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4702for as_dir in $PATH
4703do
4704 IFS=$as_save_IFS
4705 test -z "$as_dir" && as_dir=.
4706 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4707 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4708 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4710 break 2
4711 fi
4712done
4713 done
4714IFS=$as_save_IFS
4715
4716fi
4717fi
4718OBJDUMP=$ac_cv_prog_OBJDUMP
4719if test -n "$OBJDUMP"; then
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4721$as_echo "$OBJDUMP" >&6; }
4722else
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4724$as_echo "no" >&6; }
4725fi
4726
4727
4728fi
4729if test -z "$ac_cv_prog_OBJDUMP"; then
4730 ac_ct_OBJDUMP=$OBJDUMP
4731 # Extract the first word of "objdump", so it can be a program name with args.
4732set dummy objdump; ac_word=$2
4733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4734$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4735if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4736 $as_echo_n "(cached) " >&6
4737else
4738 if test -n "$ac_ct_OBJDUMP"; then
4739 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4740else
4741as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4742for as_dir in $PATH
4743do
4744 IFS=$as_save_IFS
4745 test -z "$as_dir" && as_dir=.
4746 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4747 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4748 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4750 break 2
4751 fi
4752done
4753 done
4754IFS=$as_save_IFS
4755
4756fi
4757fi
4758ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4759if test -n "$ac_ct_OBJDUMP"; then
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4761$as_echo "$ac_ct_OBJDUMP" >&6; }
4762else
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4764$as_echo "no" >&6; }
4765fi
4766
4767 if test "x$ac_ct_OBJDUMP" = x; then
4768 OBJDUMP="false"
4769 else
4770 case $cross_compiling:$ac_tool_warned in
4771yes:)
4772{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4773$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4774ac_tool_warned=yes ;;
4775esac
4776 OBJDUMP=$ac_ct_OBJDUMP
4777 fi
4778else
4779 OBJDUMP="$ac_cv_prog_OBJDUMP"
4780fi
4781
4782test -z "$OBJDUMP" && OBJDUMP=objdump
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4793$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4794if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4795 $as_echo_n "(cached) " >&6
4796else
4797 lt_cv_file_magic_cmd='$MAGIC_CMD'
4798lt_cv_file_magic_test_file=
4799lt_cv_deplibs_check_method='unknown'
4800# Need to set the preceding variable on all platforms that support
4801# interlibrary dependencies.
4802# 'none' -- dependencies not supported.
4803# `unknown' -- same as none, but documents that we really don't know.
4804# 'pass_all' -- all dependencies passed with no checks.
4805# 'test_compile' -- check by making test program.
4806# 'file_magic [[regex]]' -- check by looking for files in library path
4807# which responds to the $file_magic_cmd with a given extended regex.
4808# If you have `file' or equivalent on your system and you're not sure
4809# whether `pass_all' will *always* work, you probably want this one.
4810
4811case $host_os in
4812aix[4-9]*)
4813 lt_cv_deplibs_check_method=pass_all
4814 ;;
4815
4816beos*)
4817 lt_cv_deplibs_check_method=pass_all
4818 ;;
4819
4820bsdi[45]*)
4821 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4822 lt_cv_file_magic_cmd='/usr/bin/file -L'
4823 lt_cv_file_magic_test_file=/shlib/libc.so
4824 ;;
4825
4826cygwin*)
4827 # func_win32_libid is a shell function defined in ltmain.sh
4828 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4829 lt_cv_file_magic_cmd='func_win32_libid'
4830 ;;
4831
4832mingw* | pw32*)
4833 # Base MSYS/MinGW do not provide the 'file' command needed by
4834 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4835 # unless we find 'file', for example because we are cross-compiling.
4836 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4837 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4838 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4839 lt_cv_file_magic_cmd='func_win32_libid'
4840 else
4841 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4842 lt_cv_file_magic_cmd='$OBJDUMP -f'
4843 fi
4844 ;;
4845
4846cegcc*)
4847 # use the weaker test based on 'objdump'. See mingw*.
4848 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4849 lt_cv_file_magic_cmd='$OBJDUMP -f'
4850 ;;
4851
4852darwin* | rhapsody*)
4853 lt_cv_deplibs_check_method=pass_all
4854 ;;
4855
4856freebsd* | dragonfly*)
4857 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4858 case $host_cpu in
4859 i*86 )
4860 # Not sure whether the presence of OpenBSD here was a mistake.
4861 # Let's accept both of them until this is cleared up.
4862 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4863 lt_cv_file_magic_cmd=/usr/bin/file
4864 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4865 ;;
4866 esac
4867 else
4868 lt_cv_deplibs_check_method=pass_all
4869 fi
4870 ;;
4871
4872gnu*)
4873 lt_cv_deplibs_check_method=pass_all
4874 ;;
4875
4876haiku*)
4877 lt_cv_deplibs_check_method=pass_all
4878 ;;
4879
4880hpux10.20* | hpux11*)
4881 lt_cv_file_magic_cmd=/usr/bin/file
4882 case $host_cpu in
4883 ia64*)
4884 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4885 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4886 ;;
4887 hppa*64*)
4888 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]'
4889 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4890 ;;
4891 *)
4892 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4893 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4894 ;;
4895 esac
4896 ;;
4897
4898interix[3-9]*)
4899 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4900 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4901 ;;
4902
4903irix5* | irix6* | nonstopux*)
4904 case $LD in
4905 *-32|*"-32 ") libmagic=32-bit;;
4906 *-n32|*"-n32 ") libmagic=N32;;
4907 *-64|*"-64 ") libmagic=64-bit;;
4908 *) libmagic=never-match;;
4909 esac
4910 lt_cv_deplibs_check_method=pass_all
4911 ;;
4912
4913# This must be Linux ELF.
4914linux* | k*bsd*-gnu | kopensolaris*-gnu)
4915 lt_cv_deplibs_check_method=pass_all
4916 ;;
4917
4918netbsd*)
4919 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4920 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4921 else
4922 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4923 fi
4924 ;;
4925
4926newos6*)
4927 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4928 lt_cv_file_magic_cmd=/usr/bin/file
4929 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4930 ;;
4931
4932*nto* | *qnx*)
4933 lt_cv_deplibs_check_method=pass_all
4934 ;;
4935
4936openbsd*)
4937 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4938 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4939 else
4940 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4941 fi
4942 ;;
4943
4944osf3* | osf4* | osf5*)
4945 lt_cv_deplibs_check_method=pass_all
4946 ;;
4947
4948rdos*)
4949 lt_cv_deplibs_check_method=pass_all
4950 ;;
4951
4952solaris*)
4953 lt_cv_deplibs_check_method=pass_all
4954 ;;
4955
4956sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4957 lt_cv_deplibs_check_method=pass_all
4958 ;;
4959
4960sysv4 | sysv4.3*)
4961 case $host_vendor in
4962 motorola)
4963 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]'
4964 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4965 ;;
4966 ncr)
4967 lt_cv_deplibs_check_method=pass_all
4968 ;;
4969 sequent)
4970 lt_cv_file_magic_cmd='/bin/file'
4971 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4972 ;;
4973 sni)
4974 lt_cv_file_magic_cmd='/bin/file'
4975 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4976 lt_cv_file_magic_test_file=/lib/libc.so
4977 ;;
4978 siemens)
4979 lt_cv_deplibs_check_method=pass_all
4980 ;;
4981 pc)
4982 lt_cv_deplibs_check_method=pass_all
4983 ;;
4984 esac
4985 ;;
4986
4987tpf*)
4988 lt_cv_deplibs_check_method=pass_all
4989 ;;
4990esac
4991
4992fi
4993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4994$as_echo "$lt_cv_deplibs_check_method" >&6; }
4995file_magic_cmd=$lt_cv_file_magic_cmd
4996deplibs_check_method=$lt_cv_deplibs_check_method
4997test -z "$deplibs_check_method" && deplibs_check_method=unknown
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
68ed2854
MF
5010plugin_option=
5011plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5012for plugin in $plugin_names; do
5013 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5014 if test x$plugin_so = x$plugin; then
5015 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5016 fi
5017 if test x$plugin_so != x$plugin; then
5018 plugin_option="--plugin $plugin_so"
5019 break
5020 fi
5021done
5022
6bb11ab3
L
5023if test -n "$ac_tool_prefix"; then
5024 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5025set dummy ${ac_tool_prefix}ar; ac_word=$2
5026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5027$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5028if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5029 $as_echo_n "(cached) " >&6
5030else
5031 if test -n "$AR"; then
5032 ac_cv_prog_AR="$AR" # Let the user override the test.
5033else
5034as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5035for as_dir in $PATH
5036do
5037 IFS=$as_save_IFS
5038 test -z "$as_dir" && as_dir=.
5039 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5040 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5041 ac_cv_prog_AR="${ac_tool_prefix}ar"
5042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5043 break 2
5044 fi
5045done
5046 done
5047IFS=$as_save_IFS
5048
5049fi
5050fi
5051AR=$ac_cv_prog_AR
5052if test -n "$AR"; then
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5054$as_echo "$AR" >&6; }
5055else
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5057$as_echo "no" >&6; }
5058fi
5059
5060
5061fi
5062if test -z "$ac_cv_prog_AR"; then
5063 ac_ct_AR=$AR
5064 # Extract the first word of "ar", so it can be a program name with args.
5065set dummy ar; ac_word=$2
5066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5067$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5068if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5069 $as_echo_n "(cached) " >&6
5070else
5071 if test -n "$ac_ct_AR"; then
5072 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5073else
5074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5075for as_dir in $PATH
5076do
5077 IFS=$as_save_IFS
5078 test -z "$as_dir" && as_dir=.
5079 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5080 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5081 ac_cv_prog_ac_ct_AR="ar"
5082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5083 break 2
5084 fi
5085done
5086 done
5087IFS=$as_save_IFS
5088
5089fi
5090fi
5091ac_ct_AR=$ac_cv_prog_ac_ct_AR
5092if test -n "$ac_ct_AR"; then
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5094$as_echo "$ac_ct_AR" >&6; }
5095else
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5097$as_echo "no" >&6; }
5098fi
5099
5100 if test "x$ac_ct_AR" = x; then
5101 AR="false"
5102 else
5103 case $cross_compiling:$ac_tool_warned in
5104yes:)
5105{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5106$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5107ac_tool_warned=yes ;;
5108esac
5109 AR=$ac_ct_AR
5110 fi
5111else
5112 AR="$ac_cv_prog_AR"
5113fi
5114
5115test -z "$AR" && AR=ar
68ed2854
MF
5116if test -n "$plugin_option"; then
5117 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5118 touch conftest.c
5119 $AR $plugin_option rc conftest.a conftest.c
5120 if test "$?" != 0; then
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5122$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5123 else
5124 AR="$AR $plugin_option"
5125 fi
5126 rm -f conftest.*
68ed2854
MF
5127 fi
5128fi
6bb11ab3
L
5129test -z "$AR_FLAGS" && AR_FLAGS=cru
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141if test -n "$ac_tool_prefix"; then
5142 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5143set dummy ${ac_tool_prefix}strip; ac_word=$2
5144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5145$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5146if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5147 $as_echo_n "(cached) " >&6
5148else
5149 if test -n "$STRIP"; then
5150 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5151else
5152as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5153for as_dir in $PATH
5154do
5155 IFS=$as_save_IFS
5156 test -z "$as_dir" && as_dir=.
5157 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5158 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5159 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5161 break 2
5162 fi
5163done
5164 done
5165IFS=$as_save_IFS
5166
5167fi
5168fi
5169STRIP=$ac_cv_prog_STRIP
5170if test -n "$STRIP"; then
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5172$as_echo "$STRIP" >&6; }
5173else
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5175$as_echo "no" >&6; }
5176fi
5177
5178
5179fi
5180if test -z "$ac_cv_prog_STRIP"; then
5181 ac_ct_STRIP=$STRIP
5182 # Extract the first word of "strip", so it can be a program name with args.
5183set dummy strip; ac_word=$2
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5185$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5186if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5187 $as_echo_n "(cached) " >&6
5188else
5189 if test -n "$ac_ct_STRIP"; then
5190 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5191else
5192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5193for as_dir in $PATH
5194do
5195 IFS=$as_save_IFS
5196 test -z "$as_dir" && as_dir=.
5197 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5199 ac_cv_prog_ac_ct_STRIP="strip"
5200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5201 break 2
5202 fi
5203done
5204 done
5205IFS=$as_save_IFS
5206
5207fi
5208fi
5209ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5210if test -n "$ac_ct_STRIP"; then
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5212$as_echo "$ac_ct_STRIP" >&6; }
5213else
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5215$as_echo "no" >&6; }
5216fi
5217
5218 if test "x$ac_ct_STRIP" = x; then
5219 STRIP=":"
5220 else
5221 case $cross_compiling:$ac_tool_warned in
5222yes:)
5223{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5224$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5225ac_tool_warned=yes ;;
5226esac
5227 STRIP=$ac_ct_STRIP
5228 fi
5229else
5230 STRIP="$ac_cv_prog_STRIP"
5231fi
5232
5233test -z "$STRIP" && STRIP=:
5234
5235
5236
5237
5238
5239
5240if test -n "$ac_tool_prefix"; then
5241 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5242set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5244$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5245if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5246 $as_echo_n "(cached) " >&6
5247else
5248 if test -n "$RANLIB"; then
5249 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5250else
5251as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5252for as_dir in $PATH
5253do
5254 IFS=$as_save_IFS
5255 test -z "$as_dir" && as_dir=.
5256 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5257 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5258 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5260 break 2
5261 fi
5262done
5263 done
5264IFS=$as_save_IFS
5265
5266fi
5267fi
5268RANLIB=$ac_cv_prog_RANLIB
5269if test -n "$RANLIB"; then
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5271$as_echo "$RANLIB" >&6; }
5272else
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5274$as_echo "no" >&6; }
5275fi
5276
5277
5278fi
5279if test -z "$ac_cv_prog_RANLIB"; then
5280 ac_ct_RANLIB=$RANLIB
5281 # Extract the first word of "ranlib", so it can be a program name with args.
5282set dummy ranlib; ac_word=$2
5283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5284$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5285if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5286 $as_echo_n "(cached) " >&6
5287else
5288 if test -n "$ac_ct_RANLIB"; then
5289 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5290else
5291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5292for as_dir in $PATH
5293do
5294 IFS=$as_save_IFS
5295 test -z "$as_dir" && as_dir=.
5296 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5298 ac_cv_prog_ac_ct_RANLIB="ranlib"
5299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5300 break 2
5301 fi
5302done
5303 done
5304IFS=$as_save_IFS
5305
5306fi
5307fi
5308ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5309if test -n "$ac_ct_RANLIB"; then
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5311$as_echo "$ac_ct_RANLIB" >&6; }
5312else
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5314$as_echo "no" >&6; }
5315fi
5316
5317 if test "x$ac_ct_RANLIB" = x; then
5318 RANLIB=":"
5319 else
5320 case $cross_compiling:$ac_tool_warned in
5321yes:)
5322{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5323$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5324ac_tool_warned=yes ;;
5325esac
5326 RANLIB=$ac_ct_RANLIB
5327 fi
5328else
5329 RANLIB="$ac_cv_prog_RANLIB"
5330fi
5331
5332test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5333if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5334 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5335 RANLIB="$RANLIB $plugin_option"
5336 fi
5337fi
6bb11ab3
L
5338
5339
5340
5341
5342
5343
5344# Determine commands to create old-style static archives.
5345old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5346old_postinstall_cmds='chmod 644 $oldlib'
5347old_postuninstall_cmds=
5348
5349if test -n "$RANLIB"; then
5350 case $host_os in
5351 openbsd*)
5352 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5353 ;;
5354 *)
5355 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5356 ;;
5357 esac
5358 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5359fi
5360
5361case $host_os in
5362 darwin*)
5363 lock_old_archive_extraction=yes ;;
5364 *)
5365 lock_old_archive_extraction=no ;;
5366esac
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388for ac_prog in gawk mawk nawk awk
5389do
5390 # Extract the first word of "$ac_prog", so it can be a program name with args.
5391set dummy $ac_prog; ac_word=$2
5392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5393$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5394if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5395 $as_echo_n "(cached) " >&6
5396else
5397 if test -n "$AWK"; then
5398 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5399else
5400as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5401for as_dir in $PATH
5402do
5403 IFS=$as_save_IFS
5404 test -z "$as_dir" && as_dir=.
5405 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5406 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5407 ac_cv_prog_AWK="$ac_prog"
5408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5409 break 2
5410 fi
5411done
5412 done
5413IFS=$as_save_IFS
5414
5415fi
5416fi
5417AWK=$ac_cv_prog_AWK
5418if test -n "$AWK"; then
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5420$as_echo "$AWK" >&6; }
5421else
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5423$as_echo "no" >&6; }
5424fi
5425
5426
5427 test -n "$AWK" && break
5428done
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448# If no C compiler was specified, use CC.
5449LTCC=${LTCC-"$CC"}
5450
5451# If no C compiler flags were specified, use CFLAGS.
5452LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5453
5454# Allow CC to be a program name with arguments.
5455compiler=$CC
5456
5457
5458# Check for command to grab the raw symbol name followed by C symbol from nm.
5459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5460$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5461if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5462 $as_echo_n "(cached) " >&6
5463else
5464
5465# These are sane defaults that work on at least a few old systems.
5466# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5467
5468# Character class describing NM global symbol codes.
5469symcode='[BCDEGRST]'
5470
5471# Regexp to match symbols that can be accessed directly from C.
5472sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5473
5474# Define system-specific variables.
5475case $host_os in
5476aix*)
5477 symcode='[BCDT]'
5478 ;;
5479cygwin* | mingw* | pw32* | cegcc*)
5480 symcode='[ABCDGISTW]'
5481 ;;
5482hpux*)
5483 if test "$host_cpu" = ia64; then
5484 symcode='[ABCDEGRST]'
5485 fi
5486 ;;
5487irix* | nonstopux*)
5488 symcode='[BCDEGRST]'
5489 ;;
5490osf*)
5491 symcode='[BCDEGQRST]'
5492 ;;
5493solaris*)
5494 symcode='[BDRT]'
5495 ;;
5496sco3.2v5*)
5497 symcode='[DT]'
5498 ;;
5499sysv4.2uw2*)
5500 symcode='[DT]'
5501 ;;
5502sysv5* | sco5v6* | unixware* | OpenUNIX*)
5503 symcode='[ABDT]'
5504 ;;
5505sysv4)
5506 symcode='[DFNSTU]'
5507 ;;
5508esac
5509
5510# If we're using GNU nm, then use its standard symbol codes.
5511case `$NM -V 2>&1` in
5512*GNU* | *'with BFD'*)
5513 symcode='[ABCDGIRSTW]' ;;
5514esac
5515
5516# Transform an extracted symbol line into a proper C declaration.
5517# Some systems (esp. on ia64) link data and code symbols differently,
5518# so use this general approach.
5519lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5520
5521# Transform an extracted symbol line into symbol name and symbol address
5522lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5523lt_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'"
5524
5525# Handle CRLF in mingw tool chain
5526opt_cr=
5527case $build_os in
5528mingw*)
5529 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5530 ;;
5531esac
5532
5533# Try without a prefix underscore, then with it.
5534for ac_symprfx in "" "_"; do
5535
5536 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5537 symxfrm="\\1 $ac_symprfx\\2 \\2"
5538
5539 # Write the raw and C identifiers.
5540 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5541 # Fake it for dumpbin and say T for any non-static function
5542 # and D for any global variable.
5543 # Also find C++ and __fastcall symbols from MSVC++,
5544 # which start with @ or ?.
5545 lt_cv_sys_global_symbol_pipe="$AWK '"\
5546" {last_section=section; section=\$ 3};"\
5547" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5548" \$ 0!~/External *\|/{next};"\
5549" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5550" {if(hide[section]) next};"\
5551" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5552" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5553" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5554" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5555" ' prfx=^$ac_symprfx"
5556 else
5557 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5558 fi
5559
5560 # Check to see that the pipe works correctly.
5561 pipe_works=no
5562
5563 rm -f conftest*
5564 cat > conftest.$ac_ext <<_LT_EOF
5565#ifdef __cplusplus
5566extern "C" {
5567#endif
5568char nm_test_var;
5569void nm_test_func(void);
5570void nm_test_func(void){}
5571#ifdef __cplusplus
5572}
5573#endif
5574int main(){nm_test_var='a';nm_test_func();return(0);}
5575_LT_EOF
5576
5577 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5578 (eval $ac_compile) 2>&5
5579 ac_status=$?
5580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5581 test $ac_status = 0; }; then
5582 # Now try to grab the symbols.
5583 nlist=conftest.nm
5584 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5585 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5586 ac_status=$?
5587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5588 test $ac_status = 0; } && test -s "$nlist"; then
5589 # Try sorting and uniquifying the output.
5590 if sort "$nlist" | uniq > "$nlist"T; then
5591 mv -f "$nlist"T "$nlist"
5592 else
5593 rm -f "$nlist"T
5594 fi
5595
5596 # Make sure that we snagged all the symbols we need.
5597 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5598 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5599 cat <<_LT_EOF > conftest.$ac_ext
5600#ifdef __cplusplus
5601extern "C" {
5602#endif
5603
5604_LT_EOF
5605 # Now generate the symbol file.
5606 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5607
5608 cat <<_LT_EOF >> conftest.$ac_ext
5609
5610/* The mapping between symbol names and symbols. */
5611const struct {
5612 const char *name;
5613 void *address;
5614}
5615lt__PROGRAM__LTX_preloaded_symbols[] =
5616{
5617 { "@PROGRAM@", (void *) 0 },
5618_LT_EOF
5619 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5620 cat <<\_LT_EOF >> conftest.$ac_ext
5621 {0, (void *) 0}
5622};
5623
5624/* This works around a problem in FreeBSD linker */
5625#ifdef FREEBSD_WORKAROUND
5626static const void *lt_preloaded_setup() {
5627 return lt__PROGRAM__LTX_preloaded_symbols;
5628}
5629#endif
5630
5631#ifdef __cplusplus
5632}
5633#endif
5634_LT_EOF
5635 # Now try linking the two files.
5636 mv conftest.$ac_objext conftstm.$ac_objext
5637 lt_save_LIBS="$LIBS"
5638 lt_save_CFLAGS="$CFLAGS"
5639 LIBS="conftstm.$ac_objext"
5640 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5641 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5642 (eval $ac_link) 2>&5
5643 ac_status=$?
5644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5645 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5646 pipe_works=yes
5647 fi
5648 LIBS="$lt_save_LIBS"
5649 CFLAGS="$lt_save_CFLAGS"
5650 else
5651 echo "cannot find nm_test_func in $nlist" >&5
5652 fi
5653 else
5654 echo "cannot find nm_test_var in $nlist" >&5
5655 fi
5656 else
5657 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5658 fi
5659 else
5660 echo "$progname: failed program was:" >&5
5661 cat conftest.$ac_ext >&5
5662 fi
5663 rm -rf conftest* conftst*
5664
5665 # Do not use the global_symbol_pipe unless it works.
5666 if test "$pipe_works" = yes; then
5667 break
5668 else
5669 lt_cv_sys_global_symbol_pipe=
5670 fi
5671done
5672
5673fi
5674
5675if test -z "$lt_cv_sys_global_symbol_pipe"; then
5676 lt_cv_sys_global_symbol_to_cdecl=
5677fi
5678if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5680$as_echo "failed" >&6; }
5681else
5682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5683$as_echo "ok" >&6; }
5684fi
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707# Check whether --enable-libtool-lock was given.
5708if test "${enable_libtool_lock+set}" = set; then :
5709 enableval=$enable_libtool_lock;
5710fi
5711
5712test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5713
5714# Some flags need to be propagated to the compiler or linker for good
5715# libtool support.
5716case $host in
5717ia64-*-hpux*)
5718 # Find out which ABI we are using.
5719 echo 'int i;' > conftest.$ac_ext
5720 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5721 (eval $ac_compile) 2>&5
5722 ac_status=$?
5723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5724 test $ac_status = 0; }; then
5725 case `/usr/bin/file conftest.$ac_objext` in
5726 *ELF-32*)
5727 HPUX_IA64_MODE="32"
5728 ;;
5729 *ELF-64*)
5730 HPUX_IA64_MODE="64"
5731 ;;
5732 esac
5733 fi
5734 rm -rf conftest*
5735 ;;
5736*-*-irix6*)
5737 # Find out which ABI we are using.
5738 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5739 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5740 (eval $ac_compile) 2>&5
5741 ac_status=$?
5742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5743 test $ac_status = 0; }; then
5744 if test "$lt_cv_prog_gnu_ld" = yes; then
5745 case `/usr/bin/file conftest.$ac_objext` in
5746 *32-bit*)
5747 LD="${LD-ld} -melf32bsmip"
5748 ;;
5749 *N32*)
5750 LD="${LD-ld} -melf32bmipn32"
5751 ;;
5752 *64-bit*)
5753 LD="${LD-ld} -melf64bmip"
5754 ;;
5755 esac
5756 else
5757 case `/usr/bin/file conftest.$ac_objext` in
5758 *32-bit*)
5759 LD="${LD-ld} -32"
5760 ;;
5761 *N32*)
5762 LD="${LD-ld} -n32"
5763 ;;
5764 *64-bit*)
5765 LD="${LD-ld} -64"
5766 ;;
5767 esac
5768 fi
5769 fi
5770 rm -rf conftest*
5771 ;;
5772
bf3d9781 5773x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5774s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5775 # Find out which ABI we are using.
5776 echo 'int i;' > conftest.$ac_ext
5777 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5778 (eval $ac_compile) 2>&5
5779 ac_status=$?
5780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5781 test $ac_status = 0; }; then
5782 case `/usr/bin/file conftest.o` in
5783 *32-bit*)
5784 case $host in
5785 x86_64-*kfreebsd*-gnu)
5786 LD="${LD-ld} -m elf_i386_fbsd"
5787 ;;
5788 x86_64-*linux*)
5789 case `/usr/bin/file conftest.o` in
5790 *x86-64*)
5791 LD="${LD-ld} -m elf32_x86_64"
5792 ;;
5793 *)
5794 LD="${LD-ld} -m elf_i386"
5795 ;;
5796 esac
5797 ;;
bf3d9781
AM
5798 powerpc64le-*linux*)
5799 LD="${LD-ld} -m elf32lppclinux"
5800 ;;
5801 powerpc64-*linux*)
6bb11ab3
L
5802 LD="${LD-ld} -m elf32ppclinux"
5803 ;;
5804 s390x-*linux*)
5805 LD="${LD-ld} -m elf_s390"
5806 ;;
5807 sparc64-*linux*)
5808 LD="${LD-ld} -m elf32_sparc"
5809 ;;
5810 esac
5811 ;;
5812 *64-bit*)
5813 case $host in
5814 x86_64-*kfreebsd*-gnu)
5815 LD="${LD-ld} -m elf_x86_64_fbsd"
5816 ;;
5817 x86_64-*linux*)
5818 LD="${LD-ld} -m elf_x86_64"
5819 ;;
bf3d9781
AM
5820 powerpcle-*linux*)
5821 LD="${LD-ld} -m elf64lppc"
5822 ;;
5823 powerpc-*linux*)
6bb11ab3
L
5824 LD="${LD-ld} -m elf64ppc"
5825 ;;
5826 s390*-*linux*|s390*-*tpf*)
5827 LD="${LD-ld} -m elf64_s390"
5828 ;;
5829 sparc*-*linux*)
5830 LD="${LD-ld} -m elf64_sparc"
5831 ;;
5832 esac
5833 ;;
5834 esac
5835 fi
5836 rm -rf conftest*
5837 ;;
5838
5839*-*-sco3.2v5*)
5840 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5841 SAVE_CFLAGS="$CFLAGS"
5842 CFLAGS="$CFLAGS -belf"
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5844$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5845if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5846 $as_echo_n "(cached) " >&6
5847else
5848 ac_ext=c
5849ac_cpp='$CPP $CPPFLAGS'
5850ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5851ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5852ac_compiler_gnu=$ac_cv_c_compiler_gnu
5853
5854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5855/* end confdefs.h. */
5856
5857int
5858main ()
5859{
5860
5861 ;
5862 return 0;
5863}
5864_ACEOF
5865if ac_fn_c_try_link "$LINENO"; then :
5866 lt_cv_cc_needs_belf=yes
5867else
5868 lt_cv_cc_needs_belf=no
5869fi
5870rm -f core conftest.err conftest.$ac_objext \
5871 conftest$ac_exeext conftest.$ac_ext
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
5878fi
5879{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5880$as_echo "$lt_cv_cc_needs_belf" >&6; }
5881 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5882 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5883 CFLAGS="$SAVE_CFLAGS"
5884 fi
5885 ;;
5886sparc*-*solaris*)
5887 # Find out which ABI we are using.
5888 echo 'int i;' > conftest.$ac_ext
5889 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5890 (eval $ac_compile) 2>&5
5891 ac_status=$?
5892 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5893 test $ac_status = 0; }; then
5894 case `/usr/bin/file conftest.o` in
5895 *64-bit*)
5896 case $lt_cv_prog_gnu_ld in
5897 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5898 *)
5899 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5900 LD="${LD-ld} -64"
5901 fi
5902 ;;
5903 esac
5904 ;;
5905 esac
5906 fi
5907 rm -rf conftest*
5908 ;;
5909esac
5910
5911need_locks="$enable_libtool_lock"
5912
5913
5914 case $host_os in
5915 rhapsody* | darwin*)
5916 if test -n "$ac_tool_prefix"; then
5917 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5918set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5920$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5921if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5922 $as_echo_n "(cached) " >&6
5923else
5924 if test -n "$DSYMUTIL"; then
5925 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5926else
5927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5928for as_dir in $PATH
5929do
5930 IFS=$as_save_IFS
5931 test -z "$as_dir" && as_dir=.
5932 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5933 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5934 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5936 break 2
5937 fi
5938done
5939 done
5940IFS=$as_save_IFS
5941
5942fi
5943fi
5944DSYMUTIL=$ac_cv_prog_DSYMUTIL
5945if test -n "$DSYMUTIL"; then
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5947$as_echo "$DSYMUTIL" >&6; }
5948else
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5950$as_echo "no" >&6; }
5951fi
5952
5953
5954fi
5955if test -z "$ac_cv_prog_DSYMUTIL"; then
5956 ac_ct_DSYMUTIL=$DSYMUTIL
5957 # Extract the first word of "dsymutil", so it can be a program name with args.
5958set dummy dsymutil; ac_word=$2
5959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5960$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5961if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5962 $as_echo_n "(cached) " >&6
5963else
5964 if test -n "$ac_ct_DSYMUTIL"; then
5965 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5966else
5967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968for as_dir in $PATH
5969do
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5973 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5974 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5977 fi
5978done
5979 done
5980IFS=$as_save_IFS
5981
5982fi
5983fi
5984ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5985if test -n "$ac_ct_DSYMUTIL"; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5987$as_echo "$ac_ct_DSYMUTIL" >&6; }
5988else
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5990$as_echo "no" >&6; }
5991fi
5992
5993 if test "x$ac_ct_DSYMUTIL" = x; then
5994 DSYMUTIL=":"
5995 else
5996 case $cross_compiling:$ac_tool_warned in
5997yes:)
5998{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5999$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6000ac_tool_warned=yes ;;
6001esac
6002 DSYMUTIL=$ac_ct_DSYMUTIL
6003 fi
6004else
6005 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6006fi
6007
6008 if test -n "$ac_tool_prefix"; then
6009 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6010set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6012$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6013if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6014 $as_echo_n "(cached) " >&6
6015else
6016 if test -n "$NMEDIT"; then
6017 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6018else
6019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6020for as_dir in $PATH
6021do
6022 IFS=$as_save_IFS
6023 test -z "$as_dir" && as_dir=.
6024 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6025 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6026 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6028 break 2
6029 fi
6030done
6031 done
6032IFS=$as_save_IFS
6033
6034fi
6035fi
6036NMEDIT=$ac_cv_prog_NMEDIT
6037if test -n "$NMEDIT"; then
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6039$as_echo "$NMEDIT" >&6; }
6040else
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6042$as_echo "no" >&6; }
6043fi
6044
6045
6046fi
6047if test -z "$ac_cv_prog_NMEDIT"; then
6048 ac_ct_NMEDIT=$NMEDIT
6049 # Extract the first word of "nmedit", so it can be a program name with args.
6050set dummy nmedit; ac_word=$2
6051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6052$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6053if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6054 $as_echo_n "(cached) " >&6
6055else
6056 if test -n "$ac_ct_NMEDIT"; then
6057 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6058else
6059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6060for as_dir in $PATH
6061do
6062 IFS=$as_save_IFS
6063 test -z "$as_dir" && as_dir=.
6064 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6066 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6068 break 2
6069 fi
6070done
6071 done
6072IFS=$as_save_IFS
6073
6074fi
6075fi
6076ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6077if test -n "$ac_ct_NMEDIT"; then
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6079$as_echo "$ac_ct_NMEDIT" >&6; }
6080else
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6082$as_echo "no" >&6; }
6083fi
6084
6085 if test "x$ac_ct_NMEDIT" = x; then
6086 NMEDIT=":"
6087 else
6088 case $cross_compiling:$ac_tool_warned in
6089yes:)
6090{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6091$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6092ac_tool_warned=yes ;;
6093esac
6094 NMEDIT=$ac_ct_NMEDIT
6095 fi
6096else
6097 NMEDIT="$ac_cv_prog_NMEDIT"
6098fi
6099
6100 if test -n "$ac_tool_prefix"; then
6101 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6102set dummy ${ac_tool_prefix}lipo; ac_word=$2
6103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6104$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6105if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6106 $as_echo_n "(cached) " >&6
6107else
6108 if test -n "$LIPO"; then
6109 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6110else
6111as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6112for as_dir in $PATH
6113do
6114 IFS=$as_save_IFS
6115 test -z "$as_dir" && as_dir=.
6116 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6117 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6118 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6120 break 2
6121 fi
6122done
6123 done
6124IFS=$as_save_IFS
6125
6126fi
6127fi
6128LIPO=$ac_cv_prog_LIPO
6129if test -n "$LIPO"; then
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6131$as_echo "$LIPO" >&6; }
6132else
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6134$as_echo "no" >&6; }
6135fi
6136
6137
6138fi
6139if test -z "$ac_cv_prog_LIPO"; then
6140 ac_ct_LIPO=$LIPO
6141 # Extract the first word of "lipo", so it can be a program name with args.
6142set dummy lipo; ac_word=$2
6143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6144$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6145if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6146 $as_echo_n "(cached) " >&6
6147else
6148 if test -n "$ac_ct_LIPO"; then
6149 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6150else
6151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6152for as_dir in $PATH
6153do
6154 IFS=$as_save_IFS
6155 test -z "$as_dir" && as_dir=.
6156 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6157 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6158 ac_cv_prog_ac_ct_LIPO="lipo"
6159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6160 break 2
6161 fi
6162done
6163 done
6164IFS=$as_save_IFS
6165
6166fi
6167fi
6168ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6169if test -n "$ac_ct_LIPO"; then
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6171$as_echo "$ac_ct_LIPO" >&6; }
6172else
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6174$as_echo "no" >&6; }
6175fi
6176
6177 if test "x$ac_ct_LIPO" = x; then
6178 LIPO=":"
6179 else
6180 case $cross_compiling:$ac_tool_warned in
6181yes:)
6182{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6183$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6184ac_tool_warned=yes ;;
6185esac
6186 LIPO=$ac_ct_LIPO
6187 fi
6188else
6189 LIPO="$ac_cv_prog_LIPO"
6190fi
6191
6192 if test -n "$ac_tool_prefix"; then
6193 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6194set dummy ${ac_tool_prefix}otool; ac_word=$2
6195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6196$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6197if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6198 $as_echo_n "(cached) " >&6
6199else
6200 if test -n "$OTOOL"; then
6201 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6202else
6203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6204for as_dir in $PATH
6205do
6206 IFS=$as_save_IFS
6207 test -z "$as_dir" && as_dir=.
6208 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6209 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6210 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6212 break 2
6213 fi
6214done
6215 done
6216IFS=$as_save_IFS
6217
6218fi
6219fi
6220OTOOL=$ac_cv_prog_OTOOL
6221if test -n "$OTOOL"; then
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6223$as_echo "$OTOOL" >&6; }
6224else
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6226$as_echo "no" >&6; }
6227fi
6228
6229
6230fi
6231if test -z "$ac_cv_prog_OTOOL"; then
6232 ac_ct_OTOOL=$OTOOL
6233 # Extract the first word of "otool", so it can be a program name with args.
6234set dummy otool; ac_word=$2
6235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6236$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6237if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6238 $as_echo_n "(cached) " >&6
6239else
6240 if test -n "$ac_ct_OTOOL"; then
6241 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6242else
6243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6244for as_dir in $PATH
6245do
6246 IFS=$as_save_IFS
6247 test -z "$as_dir" && as_dir=.
6248 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6250 ac_cv_prog_ac_ct_OTOOL="otool"
6251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6252 break 2
6253 fi
6254done
6255 done
6256IFS=$as_save_IFS
6257
6258fi
6259fi
6260ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6261if test -n "$ac_ct_OTOOL"; then
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6263$as_echo "$ac_ct_OTOOL" >&6; }
6264else
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6266$as_echo "no" >&6; }
6267fi
6268
6269 if test "x$ac_ct_OTOOL" = x; then
6270 OTOOL=":"
6271 else
6272 case $cross_compiling:$ac_tool_warned in
6273yes:)
6274{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6275$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6276ac_tool_warned=yes ;;
6277esac
6278 OTOOL=$ac_ct_OTOOL
6279 fi
6280else
6281 OTOOL="$ac_cv_prog_OTOOL"
6282fi
6283
6284 if test -n "$ac_tool_prefix"; then
6285 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6286set dummy ${ac_tool_prefix}otool64; ac_word=$2
6287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6288$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6289if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6290 $as_echo_n "(cached) " >&6
6291else
6292 if test -n "$OTOOL64"; then
6293 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6294else
6295as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6296for as_dir in $PATH
6297do
6298 IFS=$as_save_IFS
6299 test -z "$as_dir" && as_dir=.
6300 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6301 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6302 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6304 break 2
6305 fi
6306done
6307 done
6308IFS=$as_save_IFS
6309
6310fi
6311fi
6312OTOOL64=$ac_cv_prog_OTOOL64
6313if test -n "$OTOOL64"; then
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6315$as_echo "$OTOOL64" >&6; }
6316else
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6318$as_echo "no" >&6; }
6319fi
6320
6321
6322fi
6323if test -z "$ac_cv_prog_OTOOL64"; then
6324 ac_ct_OTOOL64=$OTOOL64
6325 # Extract the first word of "otool64", so it can be a program name with args.
6326set dummy otool64; ac_word=$2
6327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6328$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6329if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6330 $as_echo_n "(cached) " >&6
6331else
6332 if test -n "$ac_ct_OTOOL64"; then
6333 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6334else
6335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6336for as_dir in $PATH
6337do
6338 IFS=$as_save_IFS
6339 test -z "$as_dir" && as_dir=.
6340 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6342 ac_cv_prog_ac_ct_OTOOL64="otool64"
6343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6344 break 2
6345 fi
6346done
6347 done
6348IFS=$as_save_IFS
6349
6350fi
6351fi
6352ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6353if test -n "$ac_ct_OTOOL64"; then
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6355$as_echo "$ac_ct_OTOOL64" >&6; }
6356else
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6358$as_echo "no" >&6; }
6359fi
6360
6361 if test "x$ac_ct_OTOOL64" = x; then
6362 OTOOL64=":"
6363 else
6364 case $cross_compiling:$ac_tool_warned in
6365yes:)
6366{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6367$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6368ac_tool_warned=yes ;;
6369esac
6370 OTOOL64=$ac_ct_OTOOL64
6371 fi
6372else
6373 OTOOL64="$ac_cv_prog_OTOOL64"
6374fi
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6403$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6404if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6405 $as_echo_n "(cached) " >&6
6406else
6407 lt_cv_apple_cc_single_mod=no
6408 if test -z "${LT_MULTI_MODULE}"; then
6409 # By default we will add the -single_module flag. You can override
6410 # by either setting the environment variable LT_MULTI_MODULE
6411 # non-empty at configure time, or by adding -multi_module to the
6412 # link flags.
6413 rm -rf libconftest.dylib*
6414 echo "int foo(void){return 1;}" > conftest.c
6415 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6416-dynamiclib -Wl,-single_module conftest.c" >&5
6417 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6418 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6419 _lt_result=$?
6420 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6421 lt_cv_apple_cc_single_mod=yes
6422 else
6423 cat conftest.err >&5
6424 fi
6425 rm -rf libconftest.dylib*
6426 rm -f conftest.*
6427 fi
6428fi
6429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6430$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6432$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6433if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6434 $as_echo_n "(cached) " >&6
6435else
6436 lt_cv_ld_exported_symbols_list=no
6437 save_LDFLAGS=$LDFLAGS
6438 echo "_main" > conftest.sym
6439 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6441/* end confdefs.h. */
6442
6443int
6444main ()
6445{
6446
6447 ;
6448 return 0;
6449}
6450_ACEOF
6451if ac_fn_c_try_link "$LINENO"; then :
6452 lt_cv_ld_exported_symbols_list=yes
6453else
6454 lt_cv_ld_exported_symbols_list=no
6455fi
6456rm -f core conftest.err conftest.$ac_objext \
6457 conftest$ac_exeext conftest.$ac_ext
6458 LDFLAGS="$save_LDFLAGS"
6459
6460fi
6461{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6462$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6464$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6465if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6466 $as_echo_n "(cached) " >&6
6467else
6468 lt_cv_ld_force_load=no
6469 cat > conftest.c << _LT_EOF
6470int forced_loaded() { return 2;}
6471_LT_EOF
6472 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6473 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6474 echo "$AR cru libconftest.a conftest.o" >&5
6475 $AR cru libconftest.a conftest.o 2>&5
6476 cat > conftest.c << _LT_EOF
6477int main() { return 0;}
6478_LT_EOF
6479 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6480 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6481 _lt_result=$?
6482 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6483 lt_cv_ld_force_load=yes
6484 else
6485 cat conftest.err >&5
6486 fi
6487 rm -f conftest.err libconftest.a conftest conftest.c
6488 rm -rf conftest.dSYM
6489
6490fi
6491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6492$as_echo "$lt_cv_ld_force_load" >&6; }
6493 case $host_os in
6494 rhapsody* | darwin1.[012])
6495 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6496 darwin1.*)
6497 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6498 darwin*) # darwin 5.x on
6499 # if running on 10.5 or later, the deployment target defaults
6500 # to the OS version, if on x86, and 10.4, the deployment
6501 # target defaults to 10.4. Don't you love it?
6502 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6503 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6504 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6505 10.[012][,.]*)
6bb11ab3
L
6506 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6507 10.*)
6508 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6509 esac
6510 ;;
6511 esac
6512 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6513 _lt_dar_single_mod='$single_module'
6514 fi
6515 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6516 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6517 else
6518 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6519 fi
6520 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6521 _lt_dsymutil='~$DSYMUTIL $lib || :'
6522 else
6523 _lt_dsymutil=
6524 fi
6525 ;;
6526 esac
6527
6528for ac_header in dlfcn.h
6529do :
6530 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6531"
d0ac1c44 6532if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6533 cat >>confdefs.h <<_ACEOF
6534#define HAVE_DLFCN_H 1
6535_ACEOF
6536
6537fi
6538
6539done
6540
6541
6542
6bb11ab3
L
6543ac_config_headers="$ac_config_headers config.h:config.in"
6544
6545
6546
0cb8d851
MF
6547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6548$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6549if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6550 $as_echo_n "(cached) " >&6
6551else
6552 ac_cv_c_bigendian=unknown
6553 # See if we're dealing with a universal compiler.
6554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6555/* end confdefs.h. */
6556#ifndef __APPLE_CC__
6557 not a universal capable compiler
6558 #endif
6559 typedef int dummy;
6560
6561_ACEOF
6562if ac_fn_c_try_compile "$LINENO"; then :
6563
6564 # Check for potential -arch flags. It is not universal unless
6565 # there are at least two -arch flags with different values.
6566 ac_arch=
6567 ac_prev=
6568 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6569 if test -n "$ac_prev"; then
6570 case $ac_word in
6571 i?86 | x86_64 | ppc | ppc64)
6572 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6573 ac_arch=$ac_word
6574 else
6575 ac_cv_c_bigendian=universal
6576 break
6577 fi
6578 ;;
6579 esac
6580 ac_prev=
6581 elif test "x$ac_word" = "x-arch"; then
6582 ac_prev=arch
6583 fi
6584 done
6585fi
6586rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6587 if test $ac_cv_c_bigendian = unknown; then
6588 # See if sys/param.h defines the BYTE_ORDER macro.
6589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6590/* end confdefs.h. */
6591#include <sys/types.h>
6592 #include <sys/param.h>
6593
6594int
6595main ()
6596{
6597#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6598 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6599 && LITTLE_ENDIAN)
6600 bogus endian macros
6601 #endif
6602
6603 ;
6604 return 0;
6605}
6606_ACEOF
6607if ac_fn_c_try_compile "$LINENO"; then :
6608 # It does; now see whether it defined to BIG_ENDIAN or not.
6609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6610/* end confdefs.h. */
6611#include <sys/types.h>
6612 #include <sys/param.h>
6613
6614int
6615main ()
6616{
6617#if BYTE_ORDER != BIG_ENDIAN
6618 not big endian
6619 #endif
6620
6621 ;
6622 return 0;
6623}
6624_ACEOF
6625if ac_fn_c_try_compile "$LINENO"; then :
6626 ac_cv_c_bigendian=yes
6627else
6628 ac_cv_c_bigendian=no
6629fi
6630rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6631fi
6632rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6633 fi
6634 if test $ac_cv_c_bigendian = unknown; then
6635 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6637/* end confdefs.h. */
6638#include <limits.h>
6639
6640int
6641main ()
6642{
6643#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6644 bogus endian macros
6645 #endif
6646
6647 ;
6648 return 0;
6649}
6650_ACEOF
6651if ac_fn_c_try_compile "$LINENO"; then :
6652 # It does; now see whether it defined to _BIG_ENDIAN or not.
6653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6654/* end confdefs.h. */
6655#include <limits.h>
6656
6657int
6658main ()
6659{
6660#ifndef _BIG_ENDIAN
6661 not big endian
6662 #endif
6663
6664 ;
6665 return 0;
6666}
6667_ACEOF
6668if ac_fn_c_try_compile "$LINENO"; then :
6669 ac_cv_c_bigendian=yes
6670else
6671 ac_cv_c_bigendian=no
6672fi
6673rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6674fi
6675rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6676 fi
6677 if test $ac_cv_c_bigendian = unknown; then
6678 # Compile a test program.
6679 if test "$cross_compiling" = yes; then :
6680 # Try to guess by grepping values from an object file.
6681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6682/* end confdefs.h. */
6683short int ascii_mm[] =
6684 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6685 short int ascii_ii[] =
6686 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6687 int use_ascii (int i) {
6688 return ascii_mm[i] + ascii_ii[i];
6689 }
6690 short int ebcdic_ii[] =
6691 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6692 short int ebcdic_mm[] =
6693 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6694 int use_ebcdic (int i) {
6695 return ebcdic_mm[i] + ebcdic_ii[i];
6696 }
6697 extern int foo;
6698
6699int
6700main ()
6701{
6702return use_ascii (foo) == use_ebcdic (foo);
6703 ;
6704 return 0;
6705}
6706_ACEOF
6707if ac_fn_c_try_compile "$LINENO"; then :
6708 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6709 ac_cv_c_bigendian=yes
6710 fi
6711 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6712 if test "$ac_cv_c_bigendian" = unknown; then
6713 ac_cv_c_bigendian=no
6714 else
6715 # finding both strings is unlikely to happen, but who knows?
6716 ac_cv_c_bigendian=unknown
6717 fi
6718 fi
6719fi
6720rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6721else
6722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6723/* end confdefs.h. */
6724$ac_includes_default
6725int
6726main ()
6727{
6728
6729 /* Are we little or big endian? From Harbison&Steele. */
6730 union
6731 {
6732 long int l;
6733 char c[sizeof (long int)];
6734 } u;
6735 u.l = 1;
6736 return u.c[sizeof (long int) - 1] == 1;
6737
6738 ;
6739 return 0;
6740}
6741_ACEOF
6742if ac_fn_c_try_run "$LINENO"; then :
6743 ac_cv_c_bigendian=no
6744else
6745 ac_cv_c_bigendian=yes
6746fi
6747rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6748 conftest.$ac_objext conftest.beam conftest.$ac_ext
6749fi
6750
6751 fi
6752fi
6753{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6754$as_echo "$ac_cv_c_bigendian" >&6; }
6755 case $ac_cv_c_bigendian in #(
6756 yes)
6757 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6758;; #(
6759 no)
6760 ;; #(
6761 universal)
6762
6763$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6764
6765 ;; #(
6766 *)
d0ac1c44 6767 as_fn_error $? "unknown endianness
0cb8d851
MF
6768 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6769 esac
6770
6bb11ab3
L
6771
6772
6773
6774# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
6775if test -z "$CC_FOR_BUILD"; then
6776 if test "x$cross_compiling" = "xno"; then
6777 CC_FOR_BUILD='$(CC)'
6778 else
6779 CC_FOR_BUILD=gcc
6780 fi
6bb11ab3
L
6781fi
6782
6783
6784
6bb11ab3
L
6785AR=${AR-ar}
6786
6787if test -n "$ac_tool_prefix"; then
6788 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6789set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6791$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6792if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6793 $as_echo_n "(cached) " >&6
6794else
6795 if test -n "$RANLIB"; then
6796 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6797else
6798as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6799for as_dir in $PATH
6800do
6801 IFS=$as_save_IFS
6802 test -z "$as_dir" && as_dir=.
6803 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6804 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6805 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6807 break 2
6808 fi
6809done
6810 done
6811IFS=$as_save_IFS
6812
6813fi
6814fi
6815RANLIB=$ac_cv_prog_RANLIB
6816if test -n "$RANLIB"; then
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6818$as_echo "$RANLIB" >&6; }
6819else
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6821$as_echo "no" >&6; }
6822fi
6823
6824
6825fi
6826if test -z "$ac_cv_prog_RANLIB"; then
6827 ac_ct_RANLIB=$RANLIB
6828 # Extract the first word of "ranlib", so it can be a program name with args.
6829set dummy ranlib; ac_word=$2
6830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6831$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6832if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6833 $as_echo_n "(cached) " >&6
6834else
6835 if test -n "$ac_ct_RANLIB"; then
6836 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6837else
6838as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6839for as_dir in $PATH
6840do
6841 IFS=$as_save_IFS
6842 test -z "$as_dir" && as_dir=.
6843 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6845 ac_cv_prog_ac_ct_RANLIB="ranlib"
6846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6847 break 2
6848 fi
6849done
6850 done
6851IFS=$as_save_IFS
6852
6853fi
6854fi
6855ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6856if test -n "$ac_ct_RANLIB"; then
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6858$as_echo "$ac_ct_RANLIB" >&6; }
6859else
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6861$as_echo "no" >&6; }
6862fi
6863
6864 if test "x$ac_ct_RANLIB" = x; then
6865 RANLIB=":"
6866 else
6867 case $cross_compiling:$ac_tool_warned in
6868yes:)
6869{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6870$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6871ac_tool_warned=yes ;;
6872esac
6873 RANLIB=$ac_ct_RANLIB
6874 fi
6875else
6876 RANLIB="$ac_cv_prog_RANLIB"
6877fi
6878
6879
46f900c0
MF
6880# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6881# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6882# is C99. So handle it ourselves.
6883:
6884C_DIALECT=
6885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6886$as_echo_n "checking whether C11 is supported by default... " >&6; }
6887cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6888/* end confdefs.h. */
6889
6890#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6891# error "C11 support not found"
6892#endif
6893
6894_ACEOF
6895if ac_fn_c_try_compile "$LINENO"; then :
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6897$as_echo "yes" >&6; }
6898else
6899
6900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6901$as_echo "no" >&6; }
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6903$as_echo_n "checking for -std=c11 support... " >&6; }
6904 ac_save_CC="$CC"
6905 CC="$CC -std=c11"
6906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6907/* end confdefs.h. */
6908
6909#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6910# error "C11 support not found"
6911#endif
6912
6913_ACEOF
6914if ac_fn_c_try_compile "$LINENO"; then :
6915
6916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6917$as_echo "yes" >&6; }
6918 CC="$ac_save_CC"
6919 C_DIALECT="-std=c11"
6920
6921else
6922 as_fn_error $? "C11 is required" "$LINENO" 5
6923fi
6924rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6925fi
6926rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6927
6928
6bb11ab3
L
6929# Some of the common include files depend on bfd.h, and bfd.h checks
6930# that config.h is included first by testing that the PACKAGE macro
6931# is defined.
6932PACKAGE=sim
6933
6934cat >>confdefs.h <<_ACEOF
6935#define PACKAGE "$PACKAGE"
6936_ACEOF
6937
6938
6939
6940# Dependency checking.
6941ac_config_commands="$ac_config_commands depdir"
6942
6943
6944depcc="$CC" am_compiler_list=
6945
6946am_depcomp=$ac_aux_dir/depcomp
6947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6948$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6949if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6950 $as_echo_n "(cached) " >&6
6951else
6952 if test -f "$am_depcomp"; then
6953 # We make a subdir and do the tests there. Otherwise we can end up
6954 # making bogus files that we don't know about and never remove. For
6955 # instance it was reported that on HP-UX the gcc test will end up
6956 # making a dummy file named `D' -- because `-MD' means `put the output
6957 # in D'.
6958 mkdir conftest.dir
6959 # Copy depcomp to subdir because otherwise we won't find it if we're
6960 # using a relative directory.
6961 cp "$am_depcomp" conftest.dir
6962 cd conftest.dir
6963 # We will build objects and dependencies in a subdirectory because
6964 # it helps to detect inapplicable dependency modes. For instance
6965 # both Tru64's cc and ICC support -MD to output dependencies as a
6966 # side effect of compilation, but ICC will put the dependencies in
6967 # the current directory while Tru64 will put them in the object
6968 # directory.
6969 mkdir sub
6970
6971 am_cv_CC_dependencies_compiler_type=none
6972 if test "$am_compiler_list" = ""; then
6973 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6974 fi
6975 for depmode in $am_compiler_list; do
6976 if test $depmode = none; then break; fi
6977
6978 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6979 # Setup a source with many dependencies, because some compilers
6980 # like to wrap large dependency lists on column 80 (with \), and
6981 # we should not choose a depcomp mode which is confused by this.
6982 #
6983 # We need to recreate these files for each test, as the compiler may
6984 # overwrite some of them when testing with obscure command lines.
6985 # This happens at least with the AIX C compiler.
6986 : > sub/conftest.c
6987 for i in 1 2 3 4 5 6; do
6988 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6989 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6990 # Solaris 8's {/usr,}/bin/sh.
6991 touch sub/conftst$i.h
6992 done
6993 echo "include sub/conftest.Po" > confmf
6994
6995 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6996 # mode. It turns out that the SunPro C++ compiler does not properly
6997 # handle `-M -o', and we need to detect this.
6998 depcmd="depmode=$depmode \
6999 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7000 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7001 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7002 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7003 if env $depcmd > conftest.err 2>&1 &&
7004 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7005 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7006 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7007 # icc doesn't choke on unknown options, it will just issue warnings
7008 # or remarks (even with -Werror). So we grep stderr for any message
7009 # that says an option was ignored or not supported.
7010 # When given -MP, icc 7.0 and 7.1 complain thusly:
7011 # icc: Command line warning: ignoring option '-M'; no argument required
7012 # The diagnosis changed in icc 8.0:
7013 # icc: Command line remark: option '-MP' not supported
7014 if (grep 'ignoring option' conftest.err ||
7015 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7016 am_cv_CC_dependencies_compiler_type=$depmode
7017 $as_echo "$as_me:$LINENO: success" >&5
7018 break
7019 fi
7020 fi
7021 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7022 sed -e 's/^/| /' < conftest.err >&5
7023 done
7024
7025 cd ..
7026 rm -rf conftest.dir
7027else
7028 am_cv_CC_dependencies_compiler_type=none
7029fi
7030
7031fi
7032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7033$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7034if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7035then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7036else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7037
7038fi
7039
7040
7041# Check for the 'make' the user wants to use.
7042for ac_prog in make
7043do
7044 # Extract the first word of "$ac_prog", so it can be a program name with args.
7045set dummy $ac_prog; ac_word=$2
7046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7047$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7048if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7049 $as_echo_n "(cached) " >&6
7050else
7051 if test -n "$MAKE"; then
7052 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7053else
7054as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7055for as_dir in $PATH
7056do
7057 IFS=$as_save_IFS
7058 test -z "$as_dir" && as_dir=.
7059 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7060 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7061 ac_cv_prog_MAKE="$ac_prog"
7062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7063 break 2
7064 fi
7065done
7066 done
7067IFS=$as_save_IFS
7068
7069fi
7070fi
7071MAKE=$ac_cv_prog_MAKE
7072if test -n "$MAKE"; then
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7074$as_echo "$MAKE" >&6; }
7075else
7076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7077$as_echo "no" >&6; }
7078fi
7079
7080
7081 test -n "$MAKE" && break
7082done
7083
7084MAKE_IS_GNU=
7085case "`$MAKE --version 2>&1 | sed 1q`" in
7086 *GNU*)
7087 MAKE_IS_GNU=yes
7088 ;;
7089esac
7090 if test "$MAKE_IS_GNU" = yes; then
7091 GMAKE_TRUE=
7092 GMAKE_FALSE='#'
7093else
7094 GMAKE_TRUE='#'
7095 GMAKE_FALSE=
7096fi
7097
7098
7099ALL_LINGUAS=
7100# If we haven't got the data from the intl directory,
7101# assume NLS is disabled.
7102USE_NLS=no
7103LIBINTL=
7104LIBINTL_DEP=
7105INCINTL=
7106XGETTEXT=
7107GMSGFMT=
7108POSUB=
7109
7110if test -f ../../intl/config.intl; then
7111 . ../../intl/config.intl
7112fi
7113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7114$as_echo_n "checking whether NLS is requested... " >&6; }
7115if test x"$USE_NLS" != xyes; then
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7117$as_echo "no" >&6; }
7118else
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7120$as_echo "yes" >&6; }
7121
7122$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7123
7124
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7126$as_echo_n "checking for catalogs to be installed... " >&6; }
7127 # Look for .po and .gmo files in the source directory.
7128 CATALOGS=
7129 XLINGUAS=
7130 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7131 # If there aren't any .gmo files the shell will give us the
7132 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7133 # weeded out.
7134 case "$cat" in *\**)
7135 continue;;
7136 esac
7137 # The quadruple backslash is collapsed to a double backslash
7138 # by the backticks, then collapsed again by the double quotes,
7139 # leaving us with one backslash in the sed expression (right
7140 # before the dot that mustn't act as a wildcard).
7141 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7142 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7143 # The user is allowed to set LINGUAS to a list of languages to
7144 # install catalogs for. If it's empty that means "all of them."
7145 if test "x$LINGUAS" = x; then
7146 CATALOGS="$CATALOGS $cat"
7147 XLINGUAS="$XLINGUAS $lang"
7148 else
7149 case "$LINGUAS" in *$lang*)
7150 CATALOGS="$CATALOGS $cat"
7151 XLINGUAS="$XLINGUAS $lang"
7152 ;;
7153 esac
7154 fi
7155 done
7156 LINGUAS="$XLINGUAS"
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7158$as_echo "$LINGUAS" >&6; }
7159
7160
7161 DATADIRNAME=share
7162
7163 INSTOBJEXT=.mo
7164
7165 GENCAT=gencat
7166
7167 CATOBJEXT=.gmo
7168
7169fi
7170
7171# Check for common headers.
68ed2854
MF
7172# NB: You can assume C11 headers exist.
7173for ac_header in unistd.h
6bb11ab3 7174do :
68ed2854
MF
7175 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7176if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7177 cat >>confdefs.h <<_ACEOF
68ed2854 7178#define HAVE_UNISTD_H 1
6bb11ab3
L
7179_ACEOF
7180
7181fi
7182
7183done
7184
936df756 7185for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7186do :
7187 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7188ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7189if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7190 cat >>confdefs.h <<_ACEOF
7191#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7192_ACEOF
7193
7194fi
7195
7196done
7197
7198for ac_header in fcntl.h fpu_control.h
7199do :
7200 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7201ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7202if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7203 cat >>confdefs.h <<_ACEOF
7204#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7205_ACEOF
7206
7207fi
7208
7209done
7210
68ed2854 7211for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7212do :
7213 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7214ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7215if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7216 cat >>confdefs.h <<_ACEOF
7217#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7218_ACEOF
7219
7220fi
7221
7222done
7223
7224for ac_func in getrusage time sigaction __setfpucw
7225do :
7226 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7227ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7228if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
7229 cat >>confdefs.h <<_ACEOF
7230#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7231_ACEOF
7232
7233fi
7234done
7235
936df756
MF
7236for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7237do :
7238 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7239ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7240if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
7241 cat >>confdefs.h <<_ACEOF
7242#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7243_ACEOF
7244
7245fi
7246done
7247
7248ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7249#include <sys/types.h>
7250#endif
7251#ifdef HAVE_SYS_STAT_H
7252#include <sys/stat.h>
7253#endif
7254"
d0ac1c44 7255if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7256
7257cat >>confdefs.h <<_ACEOF
7258#define HAVE_STRUCT_STAT_ST_DEV 1
7259_ACEOF
7260
7261
7262fi
7263ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7264#include <sys/types.h>
7265#endif
7266#ifdef HAVE_SYS_STAT_H
7267#include <sys/stat.h>
7268#endif
7269"
d0ac1c44 7270if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7271
7272cat >>confdefs.h <<_ACEOF
7273#define HAVE_STRUCT_STAT_ST_INO 1
7274_ACEOF
7275
7276
7277fi
7278ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7279#include <sys/types.h>
7280#endif
7281#ifdef HAVE_SYS_STAT_H
7282#include <sys/stat.h>
7283#endif
7284"
d0ac1c44 7285if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7286
7287cat >>confdefs.h <<_ACEOF
7288#define HAVE_STRUCT_STAT_ST_MODE 1
7289_ACEOF
7290
7291
7292fi
7293ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7294#include <sys/types.h>
7295#endif
7296#ifdef HAVE_SYS_STAT_H
7297#include <sys/stat.h>
7298#endif
7299"
d0ac1c44 7300if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7301
7302cat >>confdefs.h <<_ACEOF
7303#define HAVE_STRUCT_STAT_ST_NLINK 1
7304_ACEOF
7305
7306
7307fi
7308ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7309#include <sys/types.h>
7310#endif
7311#ifdef HAVE_SYS_STAT_H
7312#include <sys/stat.h>
7313#endif
7314"
d0ac1c44 7315if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7316
7317cat >>confdefs.h <<_ACEOF
7318#define HAVE_STRUCT_STAT_ST_UID 1
7319_ACEOF
7320
7321
7322fi
7323ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7324#include <sys/types.h>
7325#endif
7326#ifdef HAVE_SYS_STAT_H
7327#include <sys/stat.h>
7328#endif
7329"
d0ac1c44 7330if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7331
7332cat >>confdefs.h <<_ACEOF
7333#define HAVE_STRUCT_STAT_ST_GID 1
7334_ACEOF
7335
7336
7337fi
7338ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7339#include <sys/types.h>
7340#endif
7341#ifdef HAVE_SYS_STAT_H
7342#include <sys/stat.h>
7343#endif
7344"
d0ac1c44 7345if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7346
7347cat >>confdefs.h <<_ACEOF
7348#define HAVE_STRUCT_STAT_ST_RDEV 1
7349_ACEOF
7350
7351
7352fi
7353ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7354#include <sys/types.h>
7355#endif
7356#ifdef HAVE_SYS_STAT_H
7357#include <sys/stat.h>
7358#endif
7359"
d0ac1c44 7360if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7361
7362cat >>confdefs.h <<_ACEOF
7363#define HAVE_STRUCT_STAT_ST_SIZE 1
7364_ACEOF
7365
7366
7367fi
7368ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7369#include <sys/types.h>
7370#endif
7371#ifdef HAVE_SYS_STAT_H
7372#include <sys/stat.h>
7373#endif
7374"
d0ac1c44 7375if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7376
7377cat >>confdefs.h <<_ACEOF
7378#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7379_ACEOF
7380
7381
7382fi
7383ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7384#include <sys/types.h>
7385#endif
7386#ifdef HAVE_SYS_STAT_H
7387#include <sys/stat.h>
7388#endif
7389"
d0ac1c44 7390if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7391
7392cat >>confdefs.h <<_ACEOF
7393#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7394_ACEOF
7395
7396
7397fi
7398ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7399#include <sys/types.h>
7400#endif
7401#ifdef HAVE_SYS_STAT_H
7402#include <sys/stat.h>
7403#endif
7404"
d0ac1c44 7405if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7406
7407cat >>confdefs.h <<_ACEOF
7408#define HAVE_STRUCT_STAT_ST_ATIME 1
7409_ACEOF
7410
7411
7412fi
7413ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7414#include <sys/types.h>
7415#endif
7416#ifdef HAVE_SYS_STAT_H
7417#include <sys/stat.h>
7418#endif
7419"
d0ac1c44 7420if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7421
7422cat >>confdefs.h <<_ACEOF
7423#define HAVE_STRUCT_STAT_ST_MTIME 1
7424_ACEOF
7425
7426
7427fi
7428ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7429#include <sys/types.h>
7430#endif
7431#ifdef HAVE_SYS_STAT_H
7432#include <sys/stat.h>
7433#endif
7434"
d0ac1c44 7435if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7436
7437cat >>confdefs.h <<_ACEOF
7438#define HAVE_STRUCT_STAT_ST_CTIME 1
7439_ACEOF
7440
7441
7442fi
7443
7444ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7445#include <sys/socket.h>
7446
7447"
d0ac1c44 7448if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7449
7450cat >>confdefs.h <<_ACEOF
7451#define HAVE_SOCKLEN_T 1
7452_ACEOF
7453
7454
7455fi
7456
6bb11ab3
L
7457
7458# Check for socket libraries
7459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7460$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7461if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7462 $as_echo_n "(cached) " >&6
7463else
7464 ac_check_lib_save_LIBS=$LIBS
7465LIBS="-lsocket $LIBS"
7466cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7467/* end confdefs.h. */
7468
7469/* Override any GCC internal prototype to avoid an error.
7470 Use char because int might match the return type of a GCC
7471 builtin and then its argument prototype would still apply. */
7472#ifdef __cplusplus
7473extern "C"
7474#endif
7475char bind ();
7476int
7477main ()
7478{
7479return bind ();
7480 ;
7481 return 0;
7482}
7483_ACEOF
7484if ac_fn_c_try_link "$LINENO"; then :
7485 ac_cv_lib_socket_bind=yes
7486else
7487 ac_cv_lib_socket_bind=no
7488fi
7489rm -f core conftest.err conftest.$ac_objext \
7490 conftest$ac_exeext conftest.$ac_ext
7491LIBS=$ac_check_lib_save_LIBS
7492fi
7493{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7494$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7495if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7496 cat >>confdefs.h <<_ACEOF
7497#define HAVE_LIBSOCKET 1
7498_ACEOF
7499
7500 LIBS="-lsocket $LIBS"
7501
7502fi
7503
7504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7505$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7506if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7507 $as_echo_n "(cached) " >&6
7508else
7509 ac_check_lib_save_LIBS=$LIBS
7510LIBS="-lnsl $LIBS"
7511cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7512/* end confdefs.h. */
7513
7514/* Override any GCC internal prototype to avoid an error.
7515 Use char because int might match the return type of a GCC
7516 builtin and then its argument prototype would still apply. */
7517#ifdef __cplusplus
7518extern "C"
7519#endif
7520char gethostbyname ();
7521int
7522main ()
7523{
7524return gethostbyname ();
7525 ;
7526 return 0;
7527}
7528_ACEOF
7529if ac_fn_c_try_link "$LINENO"; then :
7530 ac_cv_lib_nsl_gethostbyname=yes
7531else
7532 ac_cv_lib_nsl_gethostbyname=no
7533fi
7534rm -f core conftest.err conftest.$ac_objext \
7535 conftest$ac_exeext conftest.$ac_ext
7536LIBS=$ac_check_lib_save_LIBS
7537fi
7538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7539$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7540if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7541 cat >>confdefs.h <<_ACEOF
7542#define HAVE_LIBNSL 1
7543_ACEOF
7544
7545 LIBS="-lnsl $LIBS"
7546
7547fi
7548
7549
7550# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7551# using the same condition.
7552
aadc9410 7553 # Use the system's zlib library.
7fed4b0b
L
7554 zlibdir="-L\$(top_builddir)/../zlib"
7555 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7556
aadc9410
MF
7557# Check whether --with-system-zlib was given.
7558if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7559 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7560 zlibdir=
7561 zlibinc=
7562 fi
6bb11ab3
L
7563
7564fi
7565
6bb11ab3 7566
6bb11ab3 7567
6bb11ab3
L
7568
7569
7570# BFD uses libdl when when plugins enabled.
7571
faa743bb
RM
7572 maybe_plugins=no
7573 for ac_header in dlfcn.h
7574do :
7575 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7576"
d0ac1c44 7577if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7578 cat >>confdefs.h <<_ACEOF
7579#define HAVE_DLFCN_H 1
7580_ACEOF
7581 maybe_plugins=yes
7582fi
7583
7584done
7585
7586 for ac_header in windows.h
7587do :
7588 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7589"
d0ac1c44 7590if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7591 cat >>confdefs.h <<_ACEOF
7592#define HAVE_WINDOWS_H 1
7593_ACEOF
7594 maybe_plugins=yes
7595fi
7596
7597done
7598
7599
7600 # Check whether --enable-plugins was given.
6bb11ab3
L
7601if test "${enable_plugins+set}" = set; then :
7602 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7603 no) plugins=no ;;
7604 *) plugins=yes
7605 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7606 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7607 fi ;;
7608 esac
6bb11ab3 7609else
faa743bb
RM
7610 plugins=$maybe_plugins
7611
6bb11ab3
L
7612fi
7613
2974be62 7614 if test "$plugins" = "yes"; then
37f980dc
SM
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7616$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7617if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7618 $as_echo_n "(cached) " >&6
7619else
7620 ac_func_search_save_LIBS=$LIBS
7621cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7622/* end confdefs.h. */
7623
7624/* Override any GCC internal prototype to avoid an error.
7625 Use char because int might match the return type of a GCC
7626 builtin and then its argument prototype would still apply. */
7627#ifdef __cplusplus
7628extern "C"
7629#endif
37f980dc 7630char dlsym ();
2974be62
AM
7631int
7632main ()
7633{
37f980dc 7634return dlsym ();
2974be62
AM
7635 ;
7636 return 0;
7637}
7638_ACEOF
7639for ac_lib in '' dl; do
7640 if test -z "$ac_lib"; then
7641 ac_res="none required"
7642 else
7643 ac_res=-l$ac_lib
7644 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7645 fi
7646 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7647 ac_cv_search_dlsym=$ac_res
2974be62
AM
7648fi
7649rm -f core conftest.err conftest.$ac_objext \
7650 conftest$ac_exeext
d0ac1c44 7651 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7652 break
7653fi
7654done
d0ac1c44 7655if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7656
7657else
37f980dc 7658 ac_cv_search_dlsym=no
2974be62
AM
7659fi
7660rm conftest.$ac_ext
7661LIBS=$ac_func_search_save_LIBS
7662fi
37f980dc
SM
7663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7664$as_echo "$ac_cv_search_dlsym" >&6; }
7665ac_res=$ac_cv_search_dlsym
2974be62
AM
7666if test "$ac_res" != no; then :
7667 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7668
7669fi
7670
7671 fi
6bb11ab3
L
7672
7673 if test "$plugins" = yes; then
7674 PLUGINS_TRUE=
7675 PLUGINS_FALSE='#'
7676else
7677 PLUGINS_TRUE='#'
7678 PLUGINS_FALSE=
7679fi
7680
7681
7682
7683
7684
7685# Set options
7686enable_dlopen=yes
7687
7688
7689
7690
7691 enable_win32_dll=no
7692
7693
7694 # Check whether --enable-shared was given.
7695if test "${enable_shared+set}" = set; then :
7696 enableval=$enable_shared; p=${PACKAGE-default}
7697 case $enableval in
7698 yes) enable_shared=yes ;;
7699 no) enable_shared=no ;;
7700 *)
7701 enable_shared=no
7702 # Look at the argument we got. We use all the common list separators.
7703 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7704 for pkg in $enableval; do
7705 IFS="$lt_save_ifs"
7706 if test "X$pkg" = "X$p"; then
7707 enable_shared=yes
7708 fi
7709 done
7710 IFS="$lt_save_ifs"
7711 ;;
7712 esac
7713else
7714 enable_shared=yes
7715fi
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725 # Check whether --enable-static was given.
7726if test "${enable_static+set}" = set; then :
7727 enableval=$enable_static; p=${PACKAGE-default}
7728 case $enableval in
7729 yes) enable_static=yes ;;
7730 no) enable_static=no ;;
7731 *)
7732 enable_static=no
7733 # Look at the argument we got. We use all the common list separators.
7734 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7735 for pkg in $enableval; do
7736 IFS="$lt_save_ifs"
7737 if test "X$pkg" = "X$p"; then
7738 enable_static=yes
7739 fi
7740 done
7741 IFS="$lt_save_ifs"
7742 ;;
7743 esac
7744else
7745 enable_static=yes
7746fi
7747
7748
7749
7750
7751
7752
7753
7754
7755
7756
7757# Check whether --with-pic was given.
7758if test "${with_pic+set}" = set; then :
7759 withval=$with_pic; pic_mode="$withval"
7760else
7761 pic_mode=default
7762fi
7763
7764
7765test -z "$pic_mode" && pic_mode=default
7766
7767
7768
7769
7770
7771
7772
7773 # Check whether --enable-fast-install was given.
7774if test "${enable_fast_install+set}" = set; then :
7775 enableval=$enable_fast_install; p=${PACKAGE-default}
7776 case $enableval in
7777 yes) enable_fast_install=yes ;;
7778 no) enable_fast_install=no ;;
7779 *)
7780 enable_fast_install=no
7781 # Look at the argument we got. We use all the common list separators.
7782 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7783 for pkg in $enableval; do
7784 IFS="$lt_save_ifs"
7785 if test "X$pkg" = "X$p"; then
7786 enable_fast_install=yes
7787 fi
7788 done
7789 IFS="$lt_save_ifs"
7790 ;;
7791 esac
7792else
7793 enable_fast_install=yes
7794fi
7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
7806# This can be used to rebuild libtool when needed
7807LIBTOOL_DEPS="$ltmain"
7808
7809# Always use our own libtool.
7810LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837test -z "$LN_S" && LN_S="ln -s"
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852if test -n "${ZSH_VERSION+set}" ; then
7853 setopt NO_GLOB_SUBST
7854fi
7855
7856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7857$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7858if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7859 $as_echo_n "(cached) " >&6
7860else
7861 rm -f .libs 2>/dev/null
7862mkdir .libs 2>/dev/null
7863if test -d .libs; then
7864 lt_cv_objdir=.libs
7865else
7866 # MS-DOS does not allow filenames that begin with a dot.
7867 lt_cv_objdir=_libs
f0569246 7868fi
6bb11ab3
L
7869rmdir .libs 2>/dev/null
7870fi
7871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7872$as_echo "$lt_cv_objdir" >&6; }
7873objdir=$lt_cv_objdir
f0569246 7874
6bb11ab3
L
7875
7876
7877
7878
7879cat >>confdefs.h <<_ACEOF
7880#define LT_OBJDIR "$lt_cv_objdir/"
7881_ACEOF
7882
7883
7884
7885
7886case $host_os in
7887aix3*)
7888 # AIX sometimes has problems with the GCC collect2 program. For some
7889 # reason, if we set the COLLECT_NAMES environment variable, the problems
7890 # vanish in a puff of smoke.
7891 if test "X${COLLECT_NAMES+set}" != Xset; then
7892 COLLECT_NAMES=
7893 export COLLECT_NAMES
7894 fi
7895 ;;
81ecdfbb 7896esac
6bb11ab3
L
7897
7898# Global variables:
7899ofile=libtool
7900can_build_shared=yes
7901
7902# All known linkers require a `.a' archive for static linking (except MSVC,
7903# which needs '.lib').
7904libext=a
7905
7906with_gnu_ld="$lt_cv_prog_gnu_ld"
7907
7908old_CC="$CC"
7909old_CFLAGS="$CFLAGS"
7910
7911# Set sane defaults for various variables
7912test -z "$CC" && CC=cc
7913test -z "$LTCC" && LTCC=$CC
7914test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7915test -z "$LD" && LD=ld
7916test -z "$ac_objext" && ac_objext=o
7917
7918for cc_temp in $compiler""; do
7919 case $cc_temp in
7920 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7921 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7922 \-*) ;;
7923 *) break;;
7924 esac
7925done
7926cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7927
7928
7929# Only perform the check for file, if the check method requires it
7930test -z "$MAGIC_CMD" && MAGIC_CMD=file
7931case $deplibs_check_method in
7932file_magic*)
7933 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7935$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7936if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7937 $as_echo_n "(cached) " >&6
7938else
7939 case $MAGIC_CMD in
7940[\\/*] | ?:[\\/]*)
7941 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7942 ;;
7943*)
7944 lt_save_MAGIC_CMD="$MAGIC_CMD"
7945 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7946 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7947 for ac_dir in $ac_dummy; do
7948 IFS="$lt_save_ifs"
7949 test -z "$ac_dir" && ac_dir=.
7950 if test -f $ac_dir/${ac_tool_prefix}file; then
7951 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7952 if test -n "$file_magic_test_file"; then
7953 case $deplibs_check_method in
7954 "file_magic "*)
7955 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7956 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7957 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7958 $EGREP "$file_magic_regex" > /dev/null; then
7959 :
7960 else
7961 cat <<_LT_EOF 1>&2
7962
7963*** Warning: the command libtool uses to detect shared libraries,
7964*** $file_magic_cmd, produces output that libtool cannot recognize.
7965*** The result is that libtool may fail to recognize shared libraries
7966*** as such. This will affect the creation of libtool libraries that
7967*** depend on shared libraries, but programs linked with such libtool
7968*** libraries will work regardless of this problem. Nevertheless, you
7969*** may want to report the problem to your system manager and/or to
7970*** bug-libtool@gnu.org
7971
7972_LT_EOF
7973 fi ;;
7974 esac
7975 fi
7976 break
f0569246 7977 fi
6bb11ab3
L
7978 done
7979 IFS="$lt_save_ifs"
7980 MAGIC_CMD="$lt_save_MAGIC_CMD"
7981 ;;
7982esac
f0569246 7983fi
f0569246 7984
6bb11ab3
L
7985MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7986if test -n "$MAGIC_CMD"; then
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7988$as_echo "$MAGIC_CMD" >&6; }
7989else
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7991$as_echo "no" >&6; }
7992fi
81ecdfbb 7993
6bb11ab3
L
7994
7995
7996
7997
7998if test -z "$lt_cv_path_MAGIC_CMD"; then
7999 if test -n "$ac_tool_prefix"; then
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8001$as_echo_n "checking for file... " >&6; }
d0ac1c44 8002if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8003 $as_echo_n "(cached) " >&6
8004else
8005 case $MAGIC_CMD in
8006[\\/*] | ?:[\\/]*)
8007 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8008 ;;
8009*)
8010 lt_save_MAGIC_CMD="$MAGIC_CMD"
8011 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8012 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8013 for ac_dir in $ac_dummy; do
8014 IFS="$lt_save_ifs"
8015 test -z "$ac_dir" && ac_dir=.
8016 if test -f $ac_dir/file; then
8017 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8018 if test -n "$file_magic_test_file"; then
8019 case $deplibs_check_method in
8020 "file_magic "*)
8021 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8022 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8023 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8024 $EGREP "$file_magic_regex" > /dev/null; then
8025 :
8026 else
8027 cat <<_LT_EOF 1>&2
8028
8029*** Warning: the command libtool uses to detect shared libraries,
8030*** $file_magic_cmd, produces output that libtool cannot recognize.
8031*** The result is that libtool may fail to recognize shared libraries
8032*** as such. This will affect the creation of libtool libraries that
8033*** depend on shared libraries, but programs linked with such libtool
8034*** libraries will work regardless of this problem. Nevertheless, you
8035*** may want to report the problem to your system manager and/or to
8036*** bug-libtool@gnu.org
8037
8038_LT_EOF
8039 fi ;;
8040 esac
8041 fi
8042 break
8043 fi
8044 done
8045 IFS="$lt_save_ifs"
8046 MAGIC_CMD="$lt_save_MAGIC_CMD"
8047 ;;
81ecdfbb 8048esac
6bb11ab3
L
8049fi
8050
8051MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8052if test -n "$MAGIC_CMD"; then
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8054$as_echo "$MAGIC_CMD" >&6; }
8055else
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8057$as_echo "no" >&6; }
8058fi
8059
8060
8061 else
8062 MAGIC_CMD=:
8063 fi
8064fi
8065
8066 fi
8067 ;;
8068esac
8069
8070# Use C for the default configuration in the libtool script
8071
8072lt_save_CC="$CC"
8073ac_ext=c
8074ac_cpp='$CPP $CPPFLAGS'
8075ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8076ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8077ac_compiler_gnu=$ac_cv_c_compiler_gnu
8078
8079
8080# Source file extension for C test sources.
8081ac_ext=c
8082
8083# Object file extension for compiled C test sources.
8084objext=o
8085objext=$objext
8086
8087# Code to be used in simple compile tests
8088lt_simple_compile_test_code="int some_variable = 0;"
8089
8090# Code to be used in simple link tests
8091lt_simple_link_test_code='int main(){return(0);}'
8092
8093
8094
8095
8096
8097
8098
8099# If no C compiler was specified, use CC.
8100LTCC=${LTCC-"$CC"}
8101
8102# If no C compiler flags were specified, use CFLAGS.
8103LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8104
8105# Allow CC to be a program name with arguments.
8106compiler=$CC
8107
8108# Save the default compiler, since it gets overwritten when the other
8109# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8110compiler_DEFAULT=$CC
8111
8112# save warnings/boilerplate of simple test code
8113ac_outfile=conftest.$ac_objext
8114echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8115eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8116_lt_compiler_boilerplate=`cat conftest.err`
8117$RM conftest*
8118
8119ac_outfile=conftest.$ac_objext
8120echo "$lt_simple_link_test_code" >conftest.$ac_ext
8121eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8122_lt_linker_boilerplate=`cat conftest.err`
8123$RM -r conftest*
8124
8125
8126## CAVEAT EMPTOR:
8127## There is no encapsulation within the following macros, do not change
8128## the running order or otherwise move them around unless you know exactly
8129## what you are doing...
8130if test -n "$compiler"; then
8131
8132lt_prog_compiler_no_builtin_flag=
8133
8134if test "$GCC" = yes; then
8135 case $cc_basename in
8136 nvcc*)
8137 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8138 *)
8139 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8140 esac
6bb11ab3
L
8141
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8143$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8144if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8145 $as_echo_n "(cached) " >&6
f0569246 8146else
6bb11ab3
L
8147 lt_cv_prog_compiler_rtti_exceptions=no
8148 ac_outfile=conftest.$ac_objext
8149 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8150 lt_compiler_flag="-fno-rtti -fno-exceptions"
8151 # Insert the option either (1) after the last *FLAGS variable, or
8152 # (2) before a word containing "conftest.", or (3) at the end.
8153 # Note that $ac_compile itself does not contain backslashes and begins
8154 # with a dollar sign (not a hyphen), so the echo should work correctly.
8155 # The option is referenced via a variable to avoid confusing sed.
8156 lt_compile=`echo "$ac_compile" | $SED \
8157 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8158 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8159 -e 's:$: $lt_compiler_flag:'`
8160 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8161 (eval "$lt_compile" 2>conftest.err)
8162 ac_status=$?
8163 cat conftest.err >&5
8164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8165 if (exit $ac_status) && test -s "$ac_outfile"; then
8166 # The compiler can only warn and ignore the option if not recognized
8167 # So say no if there are warnings other than the usual output.
8168 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8169 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8170 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8171 lt_cv_prog_compiler_rtti_exceptions=yes
8172 fi
8173 fi
8174 $RM conftest*
8175
f0569246 8176fi
6bb11ab3
L
8177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8178$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8179
8180if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8181 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8182else
8183 :
8184fi
8185
8186fi
8187
8188
8189
8190
8191
8192
8193 lt_prog_compiler_wl=
8194lt_prog_compiler_pic=
8195lt_prog_compiler_static=
8196
8197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8198$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8199
8200 if test "$GCC" = yes; then
8201 lt_prog_compiler_wl='-Wl,'
8202 lt_prog_compiler_static='-static'
8203
8204 case $host_os in
8205 aix*)
8206 # All AIX code is PIC.
8207 if test "$host_cpu" = ia64; then
8208 # AIX 5 now supports IA64 processor
8209 lt_prog_compiler_static='-Bstatic'
8210 fi
8211 lt_prog_compiler_pic='-fPIC'
8212 ;;
8213
8214 amigaos*)
8215 case $host_cpu in
8216 powerpc)
8217 # see comment about AmigaOS4 .so support
8218 lt_prog_compiler_pic='-fPIC'
8219 ;;
8220 m68k)
8221 # FIXME: we need at least 68020 code to build shared libraries, but
8222 # adding the `-m68020' flag to GCC prevents building anything better,
8223 # like `-m68040'.
8224 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8225 ;;
8226 esac
8227 ;;
8228
8229 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8230 # PIC is the default for these OSes.
8231 ;;
8232
8233 mingw* | cygwin* | pw32* | os2* | cegcc*)
8234 # This hack is so that the source file can tell whether it is being
8235 # built for inclusion in a dll (and should export symbols for example).
8236 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8237 # (--disable-auto-import) libraries
8238 lt_prog_compiler_pic='-DDLL_EXPORT'
8239 ;;
8240
8241 darwin* | rhapsody*)
8242 # PIC is the default on this platform
8243 # Common symbols not allowed in MH_DYLIB files
8244 lt_prog_compiler_pic='-fno-common'
8245 ;;
8246
8247 haiku*)
8248 # PIC is the default for Haiku.
8249 # The "-static" flag exists, but is broken.
8250 lt_prog_compiler_static=
8251 ;;
8252
8253 hpux*)
8254 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8255 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8256 # sets the default TLS model and affects inlining.
8257 case $host_cpu in
8258 hppa*64*)
8259 # +Z the default
8260 ;;
8261 *)
8262 lt_prog_compiler_pic='-fPIC'
8263 ;;
8264 esac
8265 ;;
8266
8267 interix[3-9]*)
8268 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8269 # Instead, we relocate shared libraries at runtime.
8270 ;;
8271
8272 msdosdjgpp*)
8273 # Just because we use GCC doesn't mean we suddenly get shared libraries
8274 # on systems that don't support them.
8275 lt_prog_compiler_can_build_shared=no
8276 enable_shared=no
8277 ;;
8278
8279 *nto* | *qnx*)
8280 # QNX uses GNU C++, but need to define -shared option too, otherwise
8281 # it will coredump.
8282 lt_prog_compiler_pic='-fPIC -shared'
8283 ;;
8284
8285 sysv4*MP*)
8286 if test -d /usr/nec; then
8287 lt_prog_compiler_pic=-Kconform_pic
8288 fi
8289 ;;
8290
8291 *)
8292 lt_prog_compiler_pic='-fPIC'
8293 ;;
8294 esac
8295
8296 case $cc_basename in
8297 nvcc*) # Cuda Compiler Driver 2.2
8298 lt_prog_compiler_wl='-Xlinker '
8299 lt_prog_compiler_pic='-Xcompiler -fPIC'
8300 ;;
8301 esac
8302 else
8303 # PORTME Check for flag to pass linker flags through the system compiler.
8304 case $host_os in
8305 aix*)
8306 lt_prog_compiler_wl='-Wl,'
8307 if test "$host_cpu" = ia64; then
8308 # AIX 5 now supports IA64 processor
8309 lt_prog_compiler_static='-Bstatic'
8310 else
8311 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8312 fi
8313 ;;
8314
8315 mingw* | cygwin* | pw32* | os2* | cegcc*)
8316 # This hack is so that the source file can tell whether it is being
8317 # built for inclusion in a dll (and should export symbols for example).
8318 lt_prog_compiler_pic='-DDLL_EXPORT'
8319 ;;
8320
8321 hpux9* | hpux10* | hpux11*)
8322 lt_prog_compiler_wl='-Wl,'
8323 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8324 # not for PA HP-UX.
8325 case $host_cpu in
8326 hppa*64*|ia64*)
8327 # +Z the default
8328 ;;
8329 *)
8330 lt_prog_compiler_pic='+Z'
8331 ;;
8332 esac
8333 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8334 lt_prog_compiler_static='${wl}-a ${wl}archive'
8335 ;;
8336
8337 irix5* | irix6* | nonstopux*)
8338 lt_prog_compiler_wl='-Wl,'
8339 # PIC (with -KPIC) is the default.
8340 lt_prog_compiler_static='-non_shared'
8341 ;;
8342
8343 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8344 case $cc_basename in
8345 # old Intel for x86_64 which still supported -KPIC.
8346 ecc*)
8347 lt_prog_compiler_wl='-Wl,'
8348 lt_prog_compiler_pic='-KPIC'
8349 lt_prog_compiler_static='-static'
8350 ;;
8351 # icc used to be incompatible with GCC.
8352 # ICC 10 doesn't accept -KPIC any more.
8353 icc* | ifort*)
8354 lt_prog_compiler_wl='-Wl,'
8355 lt_prog_compiler_pic='-fPIC'
8356 lt_prog_compiler_static='-static'
8357 ;;
8358 # Lahey Fortran 8.1.
8359 lf95*)
8360 lt_prog_compiler_wl='-Wl,'
8361 lt_prog_compiler_pic='--shared'
8362 lt_prog_compiler_static='--static'
8363 ;;
8364 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8365 # Portland Group compilers (*not* the Pentium gcc compiler,
8366 # which looks to be a dead project)
8367 lt_prog_compiler_wl='-Wl,'
8368 lt_prog_compiler_pic='-fpic'
8369 lt_prog_compiler_static='-Bstatic'
8370 ;;
8371 ccc*)
8372 lt_prog_compiler_wl='-Wl,'
8373 # All Alpha code is PIC.
8374 lt_prog_compiler_static='-non_shared'
8375 ;;
8376 xl* | bgxl* | bgf* | mpixl*)
8377 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8378 lt_prog_compiler_wl='-Wl,'
8379 lt_prog_compiler_pic='-qpic'
8380 lt_prog_compiler_static='-qstaticlink'
8381 ;;
8382 *)
8383 case `$CC -V 2>&1 | sed 5q` in
8384 *Sun\ F* | *Sun*Fortran*)
8385 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8386 lt_prog_compiler_pic='-KPIC'
8387 lt_prog_compiler_static='-Bstatic'
8388 lt_prog_compiler_wl=''
8389 ;;
8390 *Sun\ C*)
8391 # Sun C 5.9
8392 lt_prog_compiler_pic='-KPIC'
8393 lt_prog_compiler_static='-Bstatic'
8394 lt_prog_compiler_wl='-Wl,'
8395 ;;
8396 esac
8397 ;;
8398 esac
8399 ;;
8400
8401 newsos6)
8402 lt_prog_compiler_pic='-KPIC'
8403 lt_prog_compiler_static='-Bstatic'
8404 ;;
8405
8406 *nto* | *qnx*)
8407 # QNX uses GNU C++, but need to define -shared option too, otherwise
8408 # it will coredump.
8409 lt_prog_compiler_pic='-fPIC -shared'
8410 ;;
8411
8412 osf3* | osf4* | osf5*)
8413 lt_prog_compiler_wl='-Wl,'
8414 # All OSF/1 code is PIC.
8415 lt_prog_compiler_static='-non_shared'
8416 ;;
8417
8418 rdos*)
8419 lt_prog_compiler_static='-non_shared'
8420 ;;
8421
8422 solaris*)
8423 lt_prog_compiler_pic='-KPIC'
8424 lt_prog_compiler_static='-Bstatic'
8425 case $cc_basename in
8426 f77* | f90* | f95*)
8427 lt_prog_compiler_wl='-Qoption ld ';;
8428 *)
8429 lt_prog_compiler_wl='-Wl,';;
8430 esac
8431 ;;
f0569246 8432
6bb11ab3
L
8433 sunos4*)
8434 lt_prog_compiler_wl='-Qoption ld '
8435 lt_prog_compiler_pic='-PIC'
8436 lt_prog_compiler_static='-Bstatic'
8437 ;;
f0569246 8438
6bb11ab3
L
8439 sysv4 | sysv4.2uw2* | sysv4.3*)
8440 lt_prog_compiler_wl='-Wl,'
8441 lt_prog_compiler_pic='-KPIC'
8442 lt_prog_compiler_static='-Bstatic'
8443 ;;
f0569246 8444
6bb11ab3
L
8445 sysv4*MP*)
8446 if test -d /usr/nec ;then
8447 lt_prog_compiler_pic='-Kconform_pic'
8448 lt_prog_compiler_static='-Bstatic'
8449 fi
8450 ;;
8451
8452 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8453 lt_prog_compiler_wl='-Wl,'
8454 lt_prog_compiler_pic='-KPIC'
8455 lt_prog_compiler_static='-Bstatic'
8456 ;;
8457
8458 unicos*)
8459 lt_prog_compiler_wl='-Wl,'
8460 lt_prog_compiler_can_build_shared=no
8461 ;;
8462
8463 uts4*)
8464 lt_prog_compiler_pic='-pic'
8465 lt_prog_compiler_static='-Bstatic'
8466 ;;
8467
8468 *)
8469 lt_prog_compiler_can_build_shared=no
8470 ;;
8471 esac
8472 fi
8473
8474case $host_os in
8475 # For platforms which do not support PIC, -DPIC is meaningless:
8476 *djgpp*)
8477 lt_prog_compiler_pic=
8478 ;;
8479 *)
8480 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8481 ;;
81ecdfbb 8482esac
6bb11ab3
L
8483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8484$as_echo "$lt_prog_compiler_pic" >&6; }
8485
8486
8487
8488
8489
8490
8491#
8492# Check to make sure the PIC flag actually works.
8493#
8494if test -n "$lt_prog_compiler_pic"; then
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8496$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8497if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8498 $as_echo_n "(cached) " >&6
b7026657 8499else
6bb11ab3
L
8500 lt_cv_prog_compiler_pic_works=no
8501 ac_outfile=conftest.$ac_objext
8502 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8503 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8504 # Insert the option either (1) after the last *FLAGS variable, or
8505 # (2) before a word containing "conftest.", or (3) at the end.
8506 # Note that $ac_compile itself does not contain backslashes and begins
8507 # with a dollar sign (not a hyphen), so the echo should work correctly.
8508 # The option is referenced via a variable to avoid confusing sed.
8509 lt_compile=`echo "$ac_compile" | $SED \
8510 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8511 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8512 -e 's:$: $lt_compiler_flag:'`
8513 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8514 (eval "$lt_compile" 2>conftest.err)
8515 ac_status=$?
8516 cat conftest.err >&5
8517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8518 if (exit $ac_status) && test -s "$ac_outfile"; then
8519 # The compiler can only warn and ignore the option if not recognized
8520 # So say no if there are warnings other than the usual output.
8521 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8522 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8523 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8524 lt_cv_prog_compiler_pic_works=yes
8525 fi
8526 fi
8527 $RM conftest*
b7026657 8528
b7026657 8529fi
6bb11ab3
L
8530{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8531$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8532
8533if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8534 case $lt_prog_compiler_pic in
8535 "" | " "*) ;;
8536 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8537 esac
8538else
8539 lt_prog_compiler_pic=
8540 lt_prog_compiler_can_build_shared=no
f0569246 8541fi
6bb11ab3
L
8542
8543fi
8544
8545
8546
8547
8548
8549
8550#
8551# Check to make sure the static flag actually works.
8552#
8553wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8555$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8556if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8557 $as_echo_n "(cached) " >&6
f0569246 8558else
6bb11ab3
L
8559 lt_cv_prog_compiler_static_works=no
8560 save_LDFLAGS="$LDFLAGS"
8561 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8562 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8563 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8564 # The linker can only warn and ignore the option if not recognized
8565 # So say no if there are warnings
8566 if test -s conftest.err; then
8567 # Append any errors to the config.log.
8568 cat conftest.err 1>&5
8569 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8570 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8571 if diff conftest.exp conftest.er2 >/dev/null; then
8572 lt_cv_prog_compiler_static_works=yes
8573 fi
8574 else
8575 lt_cv_prog_compiler_static_works=yes
8576 fi
8577 fi
8578 $RM -r conftest*
8579 LDFLAGS="$save_LDFLAGS"
f0569246 8580
6bb11ab3
L
8581fi
8582{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8583$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8584
6bb11ab3
L
8585if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8586 :
f0569246 8587else
6bb11ab3 8588 lt_prog_compiler_static=
f0569246 8589fi
b7026657 8590
6bb11ab3
L
8591
8592
8593
8594
8595
8596
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8598$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8599if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8600 $as_echo_n "(cached) " >&6
81ecdfbb 8601else
6bb11ab3
L
8602 lt_cv_prog_compiler_c_o=no
8603 $RM -r conftest 2>/dev/null
8604 mkdir conftest
8605 cd conftest
8606 mkdir out
8607 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8608
8609 lt_compiler_flag="-o out/conftest2.$ac_objext"
8610 # Insert the option either (1) after the last *FLAGS variable, or
8611 # (2) before a word containing "conftest.", or (3) at the end.
8612 # Note that $ac_compile itself does not contain backslashes and begins
8613 # with a dollar sign (not a hyphen), so the echo should work correctly.
8614 lt_compile=`echo "$ac_compile" | $SED \
8615 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8616 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8617 -e 's:$: $lt_compiler_flag:'`
8618 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8619 (eval "$lt_compile" 2>out/conftest.err)
8620 ac_status=$?
8621 cat out/conftest.err >&5
8622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8623 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8624 then
8625 # The compiler can only warn and ignore the option if not recognized
8626 # So say no if there are warnings
8627 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8628 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8629 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8630 lt_cv_prog_compiler_c_o=yes
8631 fi
8632 fi
8633 chmod u+w . 2>&5
8634 $RM conftest*
8635 # SGI C++ compiler will create directory out/ii_files/ for
8636 # template instantiation
8637 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8638 $RM out/* && rmdir out
8639 cd ..
8640 $RM -r conftest
8641 $RM conftest*
8642
81ecdfbb 8643fi
6bb11ab3
L
8644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8645$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8646
8647
8648
8649
8650
8651
8652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8653$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8654if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8655 $as_echo_n "(cached) " >&6
8656else
6bb11ab3
L
8657 lt_cv_prog_compiler_c_o=no
8658 $RM -r conftest 2>/dev/null
8659 mkdir conftest
8660 cd conftest
8661 mkdir out
8662 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8663
8664 lt_compiler_flag="-o out/conftest2.$ac_objext"
8665 # Insert the option either (1) after the last *FLAGS variable, or
8666 # (2) before a word containing "conftest.", or (3) at the end.
8667 # Note that $ac_compile itself does not contain backslashes and begins
8668 # with a dollar sign (not a hyphen), so the echo should work correctly.
8669 lt_compile=`echo "$ac_compile" | $SED \
8670 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8671 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8672 -e 's:$: $lt_compiler_flag:'`
8673 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8674 (eval "$lt_compile" 2>out/conftest.err)
8675 ac_status=$?
8676 cat out/conftest.err >&5
8677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8678 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8679 then
8680 # The compiler can only warn and ignore the option if not recognized
8681 # So say no if there are warnings
8682 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8683 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8684 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8685 lt_cv_prog_compiler_c_o=yes
8686 fi
8687 fi
8688 chmod u+w . 2>&5
8689 $RM conftest*
8690 # SGI C++ compiler will create directory out/ii_files/ for
8691 # template instantiation
8692 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8693 $RM out/* && rmdir out
8694 cd ..
8695 $RM -r conftest
8696 $RM conftest*
8697
8698fi
8699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8700$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8701
8702
8703
8704
8705hard_links="nottested"
8706if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8707 # do not overwrite the value of need_locks provided by the user
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8709$as_echo_n "checking if we can lock with hard links... " >&6; }
8710 hard_links=yes
8711 $RM conftest*
8712 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8713 touch conftest.a
8714 ln conftest.a conftest.b 2>&5 || hard_links=no
8715 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8717$as_echo "$hard_links" >&6; }
8718 if test "$hard_links" = no; then
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8720$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8721 need_locks=warn
8722 fi
8723else
8724 need_locks=no
8725fi
8726
8727
8728
8729
8730
8731
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8733$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8734
8735 runpath_var=
8736 allow_undefined_flag=
8737 always_export_symbols=no
8738 archive_cmds=
8739 archive_expsym_cmds=
8740 compiler_needs_object=no
8741 enable_shared_with_static_runtimes=no
8742 export_dynamic_flag_spec=
8743 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8744 hardcode_automatic=no
8745 hardcode_direct=no
8746 hardcode_direct_absolute=no
8747 hardcode_libdir_flag_spec=
8748 hardcode_libdir_flag_spec_ld=
8749 hardcode_libdir_separator=
8750 hardcode_minus_L=no
8751 hardcode_shlibpath_var=unsupported
8752 inherit_rpath=no
8753 link_all_deplibs=unknown
8754 module_cmds=
8755 module_expsym_cmds=
8756 old_archive_from_new_cmds=
8757 old_archive_from_expsyms_cmds=
8758 thread_safe_flag_spec=
8759 whole_archive_flag_spec=
8760 # include_expsyms should be a list of space-separated symbols to be *always*
8761 # included in the symbol list
8762 include_expsyms=
8763 # exclude_expsyms can be an extended regexp of symbols to exclude
8764 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8765 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8766 # as well as any symbol that contains `d'.
8767 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8768 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8769 # platforms (ab)use it in PIC code, but their linkers get confused if
8770 # the symbol is explicitly referenced. Since portable code cannot
8771 # rely on this symbol name, it's probably fine to never include it in
8772 # preloaded symbol tables.
8773 # Exclude shared library initialization/finalization symbols.
8774 extract_expsyms_cmds=
8775
8776 case $host_os in
8777 cygwin* | mingw* | pw32* | cegcc*)
8778 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8779 # When not using gcc, we currently assume that we are using
8780 # Microsoft Visual C++.
8781 if test "$GCC" != yes; then
8782 with_gnu_ld=no
8783 fi
8784 ;;
8785 interix*)
8786 # we just hope/assume this is gcc and not c89 (= MSVC++)
8787 with_gnu_ld=yes
8788 ;;
8789 openbsd*)
8790 with_gnu_ld=no
8791 ;;
8792 esac
f0569246 8793
6bb11ab3
L
8794 ld_shlibs=yes
8795
8796 # On some targets, GNU ld is compatible enough with the native linker
8797 # that we're better off using the native interface for both.
8798 lt_use_gnu_ld_interface=no
8799 if test "$with_gnu_ld" = yes; then
8800 case $host_os in
8801 aix*)
8802 # The AIX port of GNU ld has always aspired to compatibility
8803 # with the native linker. However, as the warning in the GNU ld
8804 # block says, versions before 2.19.5* couldn't really create working
8805 # shared libraries, regardless of the interface used.
8806 case `$LD -v 2>&1` in
8807 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8808 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8809 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8810 *)
8811 lt_use_gnu_ld_interface=yes
8812 ;;
8813 esac
8814 ;;
8815 *)
8816 lt_use_gnu_ld_interface=yes
8817 ;;
8818 esac
8819 fi
f0569246 8820
6bb11ab3
L
8821 if test "$lt_use_gnu_ld_interface" = yes; then
8822 # If archive_cmds runs LD, not CC, wlarc should be empty
8823 wlarc='${wl}'
8824
8825 # Set some defaults for GNU ld with shared library support. These
8826 # are reset later if shared libraries are not supported. Putting them
8827 # here allows them to be overridden if necessary.
8828 runpath_var=LD_RUN_PATH
8829 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8830 export_dynamic_flag_spec='${wl}--export-dynamic'
8831 # ancient GNU ld didn't support --whole-archive et. al.
8832 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8833 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8834 else
8835 whole_archive_flag_spec=
8836 fi
8837 supports_anon_versioning=no
8838 case `$LD -v 2>&1` in
8839 *GNU\ gold*) supports_anon_versioning=yes ;;
8840 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8841 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8842 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8843 *\ 2.11.*) ;; # other 2.11 versions
8844 *) supports_anon_versioning=yes ;;
8845 esac
8846
8847 # See if GNU ld supports shared libraries.
8848 case $host_os in
8849 aix[3-9]*)
8850 # On AIX/PPC, the GNU linker is very broken
8851 if test "$host_cpu" != ia64; then
8852 ld_shlibs=no
8853 cat <<_LT_EOF 1>&2
8854
8855*** Warning: the GNU linker, at least up to release 2.19, is reported
8856*** to be unable to reliably create shared libraries on AIX.
8857*** Therefore, libtool is disabling shared libraries support. If you
8858*** really care for shared libraries, you may want to install binutils
8859*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8860*** You will then need to restart the configuration process.
8861
8862_LT_EOF
8863 fi
8864 ;;
8865
8866 amigaos*)
8867 case $host_cpu in
8868 powerpc)
8869 # see comment about AmigaOS4 .so support
8870 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8871 archive_expsym_cmds=''
8872 ;;
8873 m68k)
8874 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)'
8875 hardcode_libdir_flag_spec='-L$libdir'
8876 hardcode_minus_L=yes
8877 ;;
8878 esac
8879 ;;
8880
8881 beos*)
8882 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8883 allow_undefined_flag=unsupported
8884 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8885 # support --undefined. This deserves some investigation. FIXME
8886 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8887 else
8888 ld_shlibs=no
8889 fi
8890 ;;
8891
8892 cygwin* | mingw* | pw32* | cegcc*)
8893 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8894 # as there is no search path for DLLs.
8895 hardcode_libdir_flag_spec='-L$libdir'
8896 export_dynamic_flag_spec='${wl}--export-all-symbols'
8897 allow_undefined_flag=unsupported
8898 always_export_symbols=no
8899 enable_shared_with_static_runtimes=yes
8900 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8901
8902 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8903 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8904 # If the export-symbols file already is a .def file (1st line
8905 # is EXPORTS), use it as is; otherwise, prepend...
8906 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8907 cp $export_symbols $output_objdir/$soname.def;
8908 else
8909 echo EXPORTS > $output_objdir/$soname.def;
8910 cat $export_symbols >> $output_objdir/$soname.def;
8911 fi~
8912 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8913 else
8914 ld_shlibs=no
8915 fi
8916 ;;
8917
8918 haiku*)
8919 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8920 link_all_deplibs=yes
8921 ;;
8922
8923 interix[3-9]*)
8924 hardcode_direct=no
8925 hardcode_shlibpath_var=no
8926 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8927 export_dynamic_flag_spec='${wl}-E'
8928 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8929 # Instead, shared libraries are loaded at an image base (0x10000000 by
8930 # default) and relocated if they conflict, which is a slow very memory
8931 # consuming and fragmenting process. To avoid this, we pick a random,
8932 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8933 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8934 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8935 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'
8936 ;;
8937
8938 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8939 tmp_diet=no
8940 if test "$host_os" = linux-dietlibc; then
8941 case $cc_basename in
8942 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8943 esac
8944 fi
8945 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8946 && test "$tmp_diet" = no
8947 then
5cddc23a 8948 tmp_addflag=' $pic_flag'
6bb11ab3
L
8949 tmp_sharedflag='-shared'
8950 case $cc_basename,$host_cpu in
8951 pgcc*) # Portland Group C compiler
8952 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'
8953 tmp_addflag=' $pic_flag'
8954 ;;
8955 pgf77* | pgf90* | pgf95* | pgfortran*)
8956 # Portland Group f77 and f90 compilers
8957 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'
8958 tmp_addflag=' $pic_flag -Mnomain' ;;
8959 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8960 tmp_addflag=' -i_dynamic' ;;
8961 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8962 tmp_addflag=' -i_dynamic -nofor_main' ;;
8963 ifc* | ifort*) # Intel Fortran compiler
8964 tmp_addflag=' -nofor_main' ;;
8965 lf95*) # Lahey Fortran 8.1
8966 whole_archive_flag_spec=
8967 tmp_sharedflag='--shared' ;;
8968 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8969 tmp_sharedflag='-qmkshrobj'
8970 tmp_addflag= ;;
8971 nvcc*) # Cuda Compiler Driver 2.2
8972 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'
8973 compiler_needs_object=yes
8974 ;;
8975 esac
8976 case `$CC -V 2>&1 | sed 5q` in
8977 *Sun\ C*) # Sun C 5.9
8978 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'
8979 compiler_needs_object=yes
8980 tmp_sharedflag='-G' ;;
8981 *Sun\ F*) # Sun Fortran 8.3
8982 tmp_sharedflag='-G' ;;
8983 esac
8984 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8985
8986 if test "x$supports_anon_versioning" = xyes; then
8987 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8988 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8989 echo "local: *; };" >> $output_objdir/$libname.ver~
8990 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8991 fi
8992
8993 case $cc_basename in
8994 xlf* | bgf* | bgxlf* | mpixlf*)
8995 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8996 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8997 hardcode_libdir_flag_spec=
8998 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8999 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9000 if test "x$supports_anon_versioning" = xyes; then
9001 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9002 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9003 echo "local: *; };" >> $output_objdir/$libname.ver~
9004 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9005 fi
9006 ;;
9007 esac
9008 else
9009 ld_shlibs=no
9010 fi
9011 ;;
9012
9013 netbsd*)
9014 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9015 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9016 wlarc=
9017 else
9018 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9019 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9020 fi
9021 ;;
9022
9023 solaris*)
9024 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9025 ld_shlibs=no
9026 cat <<_LT_EOF 1>&2
9027
9028*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9029*** create shared libraries on Solaris systems. Therefore, libtool
9030*** is disabling shared libraries support. We urge you to upgrade GNU
9031*** binutils to release 2.9.1 or newer. Another option is to modify
9032*** your PATH or compiler configuration so that the native linker is
9033*** used, and then restart.
9034
9035_LT_EOF
9036 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9037 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9038 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9039 else
9040 ld_shlibs=no
9041 fi
9042 ;;
9043
9044 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9045 case `$LD -v 2>&1` in
9046 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9047 ld_shlibs=no
9048 cat <<_LT_EOF 1>&2
9049
9050*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9051*** reliably create shared libraries on SCO systems. Therefore, libtool
9052*** is disabling shared libraries support. We urge you to upgrade GNU
9053*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9054*** your PATH or compiler configuration so that the native linker is
9055*** used, and then restart.
9056
9057_LT_EOF
9058 ;;
9059 *)
9060 # For security reasons, it is highly recommended that you always
9061 # use absolute paths for naming shared libraries, and exclude the
9062 # DT_RUNPATH tag from executables and libraries. But doing so
9063 # requires that you compile everything twice, which is a pain.
9064 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9065 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9066 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9067 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9068 else
9069 ld_shlibs=no
9070 fi
9071 ;;
9072 esac
9073 ;;
9074
9075 sunos4*)
9076 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9077 wlarc=
9078 hardcode_direct=yes
9079 hardcode_shlibpath_var=no
9080 ;;
9081
9082 *)
9083 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9084 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9085 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9086 else
9087 ld_shlibs=no
9088 fi
9089 ;;
9090 esac
9091
9092 if test "$ld_shlibs" = no; then
9093 runpath_var=
9094 hardcode_libdir_flag_spec=
9095 export_dynamic_flag_spec=
9096 whole_archive_flag_spec=
9097 fi
9098 else
9099 # PORTME fill in a description of your system's linker (not GNU ld)
9100 case $host_os in
9101 aix3*)
9102 allow_undefined_flag=unsupported
9103 always_export_symbols=yes
9104 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'
9105 # Note: this linker hardcodes the directories in LIBPATH if there
9106 # are no directories specified by -L.
9107 hardcode_minus_L=yes
9108 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9109 # Neither direct hardcoding nor static linking is supported with a
9110 # broken collect2.
9111 hardcode_direct=unsupported
9112 fi
9113 ;;
9114
9115 aix[4-9]*)
9116 if test "$host_cpu" = ia64; then
9117 # On IA64, the linker does run time linking by default, so we don't
9118 # have to do anything special.
9119 aix_use_runtimelinking=no
9120 exp_sym_flag='-Bexport'
9121 no_entry_flag=""
9122 else
9123 # If we're using GNU nm, then we don't want the "-C" option.
9124 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9125 # Also, AIX nm treats weak defined symbols like other global
9126 # defined symbols, whereas GNU nm marks them as "W".
9127 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9128 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'
9129 else
5c887dd5 9130 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
9131 fi
9132 aix_use_runtimelinking=no
9133
9134 # Test if we are trying to use run time linking or normal
9135 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9136 # need to do runtime linking.
9137 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9138 for ld_flag in $LDFLAGS; do
9139 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9140 aix_use_runtimelinking=yes
9141 break
9142 fi
9143 done
9144 ;;
9145 esac
9146
9147 exp_sym_flag='-bexport'
9148 no_entry_flag='-bnoentry'
9149 fi
9150
9151 # When large executables or shared objects are built, AIX ld can
9152 # have problems creating the table of contents. If linking a library
9153 # or program results in "error TOC overflow" add -mminimal-toc to
9154 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9155 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9156
9157 archive_cmds=''
9158 hardcode_direct=yes
9159 hardcode_direct_absolute=yes
9160 hardcode_libdir_separator=':'
9161 link_all_deplibs=yes
9162 file_list_spec='${wl}-f,'
9163
9164 if test "$GCC" = yes; then
9165 case $host_os in aix4.[012]|aix4.[012].*)
9166 # We only want to do this on AIX 4.2 and lower, the check
9167 # below for broken collect2 doesn't work under 4.3+
9168 collect2name=`${CC} -print-prog-name=collect2`
9169 if test -f "$collect2name" &&
9170 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9171 then
9172 # We have reworked collect2
9173 :
9174 else
9175 # We have old collect2
9176 hardcode_direct=unsupported
9177 # It fails to find uninstalled libraries when the uninstalled
9178 # path is not listed in the libpath. Setting hardcode_minus_L
9179 # to unsupported forces relinking
9180 hardcode_minus_L=yes
9181 hardcode_libdir_flag_spec='-L$libdir'
9182 hardcode_libdir_separator=
9183 fi
9184 ;;
9185 esac
9186 shared_flag='-shared'
9187 if test "$aix_use_runtimelinking" = yes; then
9188 shared_flag="$shared_flag "'${wl}-G'
9189 fi
9190 else
9191 # not using gcc
9192 if test "$host_cpu" = ia64; then
9193 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9194 # chokes on -Wl,-G. The following line is correct:
9195 shared_flag='-G'
9196 else
9197 if test "$aix_use_runtimelinking" = yes; then
9198 shared_flag='${wl}-G'
9199 else
9200 shared_flag='${wl}-bM:SRE'
9201 fi
9202 fi
9203 fi
9204
9205 export_dynamic_flag_spec='${wl}-bexpall'
9206 # It seems that -bexpall does not export symbols beginning with
9207 # underscore (_), so it is better to generate a list of symbols to export.
9208 always_export_symbols=yes
9209 if test "$aix_use_runtimelinking" = yes; then
9210 # Warning - without using the other runtime loading flags (-brtl),
9211 # -berok will link without error, but may produce a broken library.
9212 allow_undefined_flag='-berok'
9213 # Determine the default libpath from the value encoded in an
9214 # empty executable.
9215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9216/* end confdefs.h. */
9217
9218int
9219main ()
9220{
9221
9222 ;
9223 return 0;
9224}
9225_ACEOF
6bb11ab3 9226if ac_fn_c_try_link "$LINENO"; then :
b7026657 9227
6bb11ab3
L
9228lt_aix_libpath_sed='
9229 /Import File Strings/,/^$/ {
9230 /^0/ {
9231 s/^0 *\(.*\)$/\1/
9232 p
9233 }
9234 }'
9235aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9236# Check for a 64-bit object if we didn't find anything.
9237if test -z "$aix_libpath"; then
9238 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9239fi
9240fi
9241rm -f core conftest.err conftest.$ac_objext \
9242 conftest$ac_exeext conftest.$ac_ext
9243if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9244
9245 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9246 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"
9247 else
9248 if test "$host_cpu" = ia64; then
9249 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9250 allow_undefined_flag="-z nodefs"
9251 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"
9252 else
9253 # Determine the default libpath from the value encoded in an
9254 # empty executable.
81ecdfbb
RW
9255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9256/* end confdefs.h. */
9257
9258int
9259main ()
9260{
9261
9262 ;
9263 return 0;
9264}
9265_ACEOF
6bb11ab3
L
9266if ac_fn_c_try_link "$LINENO"; then :
9267
9268lt_aix_libpath_sed='
9269 /Import File Strings/,/^$/ {
9270 /^0/ {
9271 s/^0 *\(.*\)$/\1/
9272 p
9273 }
9274 }'
9275aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9276# Check for a 64-bit object if we didn't find anything.
9277if test -z "$aix_libpath"; then
9278 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 9279fi
81ecdfbb 9280fi
6bb11ab3
L
9281rm -f core conftest.err conftest.$ac_objext \
9282 conftest$ac_exeext conftest.$ac_ext
9283if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9284
9285 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9286 # Warning - without using the other run time loading flags,
9287 # -berok will link without error, but may produce a broken library.
9288 no_undefined_flag=' ${wl}-bernotok'
9289 allow_undefined_flag=' ${wl}-berok'
9290 if test "$with_gnu_ld" = yes; then
9291 # We only use this code for GNU lds that support --whole-archive.
9292 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9293 else
9294 # Exported symbols can be pulled into shared objects from archives
9295 whole_archive_flag_spec='$convenience'
9296 fi
9297 archive_cmds_need_lc=yes
9298 # This is similar to how AIX traditionally builds its shared libraries.
9299 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'
9300 fi
9301 fi
9302 ;;
9303
9304 amigaos*)
9305 case $host_cpu in
9306 powerpc)
9307 # see comment about AmigaOS4 .so support
9308 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9309 archive_expsym_cmds=''
9310 ;;
9311 m68k)
9312 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)'
9313 hardcode_libdir_flag_spec='-L$libdir'
9314 hardcode_minus_L=yes
9315 ;;
9316 esac
9317 ;;
9318
9319 bsdi[45]*)
9320 export_dynamic_flag_spec=-rdynamic
9321 ;;
9322
9323 cygwin* | mingw* | pw32* | cegcc*)
9324 # When not using gcc, we currently assume that we are using
9325 # Microsoft Visual C++.
9326 # hardcode_libdir_flag_spec is actually meaningless, as there is
9327 # no search path for DLLs.
9328 hardcode_libdir_flag_spec=' '
9329 allow_undefined_flag=unsupported
9330 # Tell ltmain to make .lib files, not .a files.
9331 libext=lib
9332 # Tell ltmain to make .dll files, not .so files.
9333 shrext_cmds=".dll"
9334 # FIXME: Setting linknames here is a bad hack.
9335 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9336 # The linker will automatically build a .lib file if we build a DLL.
9337 old_archive_from_new_cmds='true'
9338 # FIXME: Should let the user specify the lib program.
9339 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9340 fix_srcfile_path='`cygpath -w "$srcfile"`'
9341 enable_shared_with_static_runtimes=yes
9342 ;;
9343
9344 darwin* | rhapsody*)
9345
9346
9347 archive_cmds_need_lc=no
9348 hardcode_direct=no
9349 hardcode_automatic=yes
9350 hardcode_shlibpath_var=unsupported
9351 if test "$lt_cv_ld_force_load" = "yes"; then
9352 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 9353 else
6bb11ab3 9354 whole_archive_flag_spec=''
f0569246 9355 fi
6bb11ab3
L
9356 link_all_deplibs=yes
9357 allow_undefined_flag="$_lt_dar_allow_undefined"
9358 case $cc_basename in
9359 ifort*) _lt_dar_can_shared=yes ;;
9360 *) _lt_dar_can_shared=$GCC ;;
9361 esac
9362 if test "$_lt_dar_can_shared" = "yes"; then
9363 output_verbose_link_cmd=func_echo_all
9364 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9365 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9366 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}"
9367 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}"
9368
f0569246 9369 else
6bb11ab3 9370 ld_shlibs=no
f0569246 9371 fi
6bb11ab3
L
9372
9373 ;;
9374
9375 dgux*)
9376 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9377 hardcode_libdir_flag_spec='-L$libdir'
9378 hardcode_shlibpath_var=no
9379 ;;
9380
9381 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9382 # support. Future versions do this automatically, but an explicit c++rt0.o
9383 # does not break anything, and helps significantly (at the cost of a little
9384 # extra space).
9385 freebsd2.2*)
9386 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9387 hardcode_libdir_flag_spec='-R$libdir'
9388 hardcode_direct=yes
9389 hardcode_shlibpath_var=no
9390 ;;
9391
9392 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9393 freebsd2.*)
9394 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9395 hardcode_direct=yes
9396 hardcode_minus_L=yes
9397 hardcode_shlibpath_var=no
9398 ;;
9399
9400 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9401 freebsd* | dragonfly*)
9402 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9403 hardcode_libdir_flag_spec='-R$libdir'
9404 hardcode_direct=yes
9405 hardcode_shlibpath_var=no
9406 ;;
9407
9408 hpux9*)
9409 if test "$GCC" = yes; then
9410 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'
9411 else
9412 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'
9413 fi
9414 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9415 hardcode_libdir_separator=:
9416 hardcode_direct=yes
9417
9418 # hardcode_minus_L: Not really in the search PATH,
9419 # but as the default location of the library.
9420 hardcode_minus_L=yes
9421 export_dynamic_flag_spec='${wl}-E'
9422 ;;
9423
9424 hpux10*)
9425 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9426 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9427 else
9428 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9429 fi
9430 if test "$with_gnu_ld" = no; then
9431 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9432 hardcode_libdir_flag_spec_ld='+b $libdir'
9433 hardcode_libdir_separator=:
9434 hardcode_direct=yes
9435 hardcode_direct_absolute=yes
9436 export_dynamic_flag_spec='${wl}-E'
9437 # hardcode_minus_L: Not really in the search PATH,
9438 # but as the default location of the library.
9439 hardcode_minus_L=yes
9440 fi
9441 ;;
9442
9443 hpux11*)
9444 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9445 case $host_cpu in
9446 hppa*64*)
9447 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9448 ;;
9449 ia64*)
9450 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9451 ;;
9452 *)
9453 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9454 ;;
9455 esac
9456 else
9457 case $host_cpu in
9458 hppa*64*)
9459 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9460 ;;
9461 ia64*)
9462 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9463 ;;
9464 *)
9465
9466 # Older versions of the 11.00 compiler do not understand -b yet
9467 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9469$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9470if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9471 $as_echo_n "(cached) " >&6
f0569246 9472else
6bb11ab3
L
9473 lt_cv_prog_compiler__b=no
9474 save_LDFLAGS="$LDFLAGS"
9475 LDFLAGS="$LDFLAGS -b"
9476 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9477 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9478 # The linker can only warn and ignore the option if not recognized
9479 # So say no if there are warnings
9480 if test -s conftest.err; then
9481 # Append any errors to the config.log.
9482 cat conftest.err 1>&5
9483 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9484 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9485 if diff conftest.exp conftest.er2 >/dev/null; then
9486 lt_cv_prog_compiler__b=yes
9487 fi
9488 else
9489 lt_cv_prog_compiler__b=yes
9490 fi
9491 fi
9492 $RM -r conftest*
9493 LDFLAGS="$save_LDFLAGS"
f0569246 9494
6bb11ab3
L
9495fi
9496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9497$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9498
6bb11ab3
L
9499if test x"$lt_cv_prog_compiler__b" = xyes; then
9500 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9501else
9502 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9503fi
81ecdfbb 9504
6bb11ab3
L
9505 ;;
9506 esac
9507 fi
9508 if test "$with_gnu_ld" = no; then
9509 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9510 hardcode_libdir_separator=:
9511
9512 case $host_cpu in
9513 hppa*64*|ia64*)
9514 hardcode_direct=no
9515 hardcode_shlibpath_var=no
9516 ;;
9517 *)
9518 hardcode_direct=yes
9519 hardcode_direct_absolute=yes
9520 export_dynamic_flag_spec='${wl}-E'
9521
9522 # hardcode_minus_L: Not really in the search PATH,
9523 # but as the default location of the library.
9524 hardcode_minus_L=yes
9525 ;;
9526 esac
9527 fi
9528 ;;
9529
9530 irix5* | irix6* | nonstopux*)
9531 if test "$GCC" = yes; then
9532 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'
9533 # Try to use the -exported_symbol ld option, if it does not
9534 # work, assume that -exports_file does not work either and
9535 # implicitly export all symbols.
9536 save_LDFLAGS="$LDFLAGS"
9537 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9539/* end confdefs.h. */
9540int foo(void) {}
b7026657 9541_ACEOF
6bb11ab3
L
9542if ac_fn_c_try_link "$LINENO"; then :
9543 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 9544
f0569246 9545fi
6bb11ab3
L
9546rm -f core conftest.err conftest.$ac_objext \
9547 conftest$ac_exeext conftest.$ac_ext
9548 LDFLAGS="$save_LDFLAGS"
9549 else
9550 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'
9551 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'
9552 fi
9553 archive_cmds_need_lc='no'
9554 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9555 hardcode_libdir_separator=:
9556 inherit_rpath=yes
9557 link_all_deplibs=yes
9558 ;;
9559
9560 netbsd*)
9561 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9562 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9563 else
9564 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9565 fi
9566 hardcode_libdir_flag_spec='-R$libdir'
9567 hardcode_direct=yes
9568 hardcode_shlibpath_var=no
9569 ;;
9570
9571 newsos6)
9572 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9573 hardcode_direct=yes
9574 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9575 hardcode_libdir_separator=:
9576 hardcode_shlibpath_var=no
9577 ;;
9578
9579 *nto* | *qnx*)
9580 ;;
9581
9582 openbsd*)
9583 if test -f /usr/libexec/ld.so; then
9584 hardcode_direct=yes
9585 hardcode_shlibpath_var=no
9586 hardcode_direct_absolute=yes
9587 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9588 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9589 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9590 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9591 export_dynamic_flag_spec='${wl}-E'
9592 else
9593 case $host_os in
9594 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9595 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9596 hardcode_libdir_flag_spec='-R$libdir'
9597 ;;
9598 *)
9599 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9600 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9601 ;;
9602 esac
9603 fi
9604 else
9605 ld_shlibs=no
9606 fi
9607 ;;
9608
9609 os2*)
9610 hardcode_libdir_flag_spec='-L$libdir'
9611 hardcode_minus_L=yes
9612 allow_undefined_flag=unsupported
9613 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'
9614 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9615 ;;
9616
9617 osf3*)
9618 if test "$GCC" = yes; then
9619 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9620 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'
9621 else
9622 allow_undefined_flag=' -expect_unresolved \*'
9623 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'
9624 fi
9625 archive_cmds_need_lc='no'
9626 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9627 hardcode_libdir_separator=:
9628 ;;
9629
9630 osf4* | osf5*) # as osf3* with the addition of -msym flag
9631 if test "$GCC" = yes; then
9632 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9633 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'
9634 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9635 else
9636 allow_undefined_flag=' -expect_unresolved \*'
9637 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'
9638 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~
9639 $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'
9640
9641 # Both c and cxx compiler support -rpath directly
9642 hardcode_libdir_flag_spec='-rpath $libdir'
9643 fi
9644 archive_cmds_need_lc='no'
9645 hardcode_libdir_separator=:
9646 ;;
9647
9648 solaris*)
9649 no_undefined_flag=' -z defs'
9650 if test "$GCC" = yes; then
9651 wlarc='${wl}'
9652 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9653 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9654 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9655 else
9656 case `$CC -V 2>&1` in
9657 *"Compilers 5.0"*)
9658 wlarc=''
9659 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9660 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9661 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9662 ;;
9663 *)
9664 wlarc='${wl}'
9665 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9666 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9667 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9668 ;;
9669 esac
9670 fi
9671 hardcode_libdir_flag_spec='-R$libdir'
9672 hardcode_shlibpath_var=no
9673 case $host_os in
9674 solaris2.[0-5] | solaris2.[0-5].*) ;;
9675 *)
9676 # The compiler driver will combine and reorder linker options,
9677 # but understands `-z linker_flag'. GCC discards it without `$wl',
9678 # but is careful enough not to reorder.
9679 # Supported since Solaris 2.6 (maybe 2.5.1?)
9680 if test "$GCC" = yes; then
9681 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9682 else
9683 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9684 fi
9685 ;;
9686 esac
9687 link_all_deplibs=yes
9688 ;;
9689
9690 sunos4*)
9691 if test "x$host_vendor" = xsequent; then
9692 # Use $CC to link under sequent, because it throws in some extra .o
9693 # files that make .init and .fini sections work.
9694 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9695 else
9696 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9697 fi
9698 hardcode_libdir_flag_spec='-L$libdir'
9699 hardcode_direct=yes
9700 hardcode_minus_L=yes
9701 hardcode_shlibpath_var=no
9702 ;;
9703
9704 sysv4)
9705 case $host_vendor in
9706 sni)
9707 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9708 hardcode_direct=yes # is this really true???
9709 ;;
9710 siemens)
9711 ## LD is ld it makes a PLAMLIB
9712 ## CC just makes a GrossModule.
9713 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9714 reload_cmds='$CC -r -o $output$reload_objs'
9715 hardcode_direct=no
9716 ;;
9717 motorola)
9718 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9719 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9720 ;;
9721 esac
9722 runpath_var='LD_RUN_PATH'
9723 hardcode_shlibpath_var=no
9724 ;;
9725
9726 sysv4.3*)
9727 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9728 hardcode_shlibpath_var=no
9729 export_dynamic_flag_spec='-Bexport'
9730 ;;
9731
9732 sysv4*MP*)
9733 if test -d /usr/nec; then
9734 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9735 hardcode_shlibpath_var=no
9736 runpath_var=LD_RUN_PATH
9737 hardcode_runpath_var=yes
9738 ld_shlibs=yes
9739 fi
9740 ;;
9741
9742 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9743 no_undefined_flag='${wl}-z,text'
9744 archive_cmds_need_lc=no
9745 hardcode_shlibpath_var=no
9746 runpath_var='LD_RUN_PATH'
9747
9748 if test "$GCC" = yes; then
9749 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9750 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9751 else
9752 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9753 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9754 fi
9755 ;;
9756
9757 sysv5* | sco3.2v5* | sco5v6*)
9758 # Note: We can NOT use -z defs as we might desire, because we do not
9759 # link with -lc, and that would cause any symbols used from libc to
9760 # always be unresolved, which means just about no library would
9761 # ever link correctly. If we're not using GNU ld we use -z text
9762 # though, which does catch some bad symbols but isn't as heavy-handed
9763 # as -z defs.
9764 no_undefined_flag='${wl}-z,text'
9765 allow_undefined_flag='${wl}-z,nodefs'
9766 archive_cmds_need_lc=no
9767 hardcode_shlibpath_var=no
9768 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9769 hardcode_libdir_separator=':'
9770 link_all_deplibs=yes
9771 export_dynamic_flag_spec='${wl}-Bexport'
9772 runpath_var='LD_RUN_PATH'
9773
9774 if test "$GCC" = yes; then
9775 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9776 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9777 else
9778 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9779 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9780 fi
9781 ;;
9782
9783 uts4*)
9784 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9785 hardcode_libdir_flag_spec='-L$libdir'
9786 hardcode_shlibpath_var=no
9787 ;;
9788
9789 *)
9790 ld_shlibs=no
9791 ;;
9792 esac
9793
9794 if test x$host_vendor = xsni; then
9795 case $host in
9796 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9797 export_dynamic_flag_spec='${wl}-Blargedynsym'
9798 ;;
9799 esac
9800 fi
9801 fi
9802
9803{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9804$as_echo "$ld_shlibs" >&6; }
9805test "$ld_shlibs" = no && can_build_shared=no
9806
9807with_gnu_ld=$with_gnu_ld
9808
9809
9810
9811
b7026657 9812
f0569246 9813
f0569246 9814
6ffe910a 9815
6ffe910a
MF
9816
9817
6ffe910a 9818
f0569246 9819
f0569246 9820
c906108c 9821
6bb11ab3
L
9822
9823#
9824# Do we need to explicitly link libc?
9825#
9826case "x$archive_cmds_need_lc" in
9827x|xyes)
9828 # Assume -lc should be added
9829 archive_cmds_need_lc=yes
9830
9831 if test "$enable_shared" = yes && test "$GCC" = yes; then
9832 case $archive_cmds in
9833 *'~'*)
9834 # FIXME: we may have to deal with multi-command sequences.
9835 ;;
9836 '$CC '*)
9837 # Test whether the compiler implicitly links with -lc since on some
9838 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9839 # to ld, don't add -lc before -lgcc.
9840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9841$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9842if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9843 $as_echo_n "(cached) " >&6
f0569246 9844else
6bb11ab3
L
9845 $RM conftest*
9846 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9847
9848 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9849 (eval $ac_compile) 2>&5
9850 ac_status=$?
9851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9852 test $ac_status = 0; } 2>conftest.err; then
9853 soname=conftest
9854 lib=conftest
9855 libobjs=conftest.$ac_objext
9856 deplibs=
9857 wl=$lt_prog_compiler_wl
9858 pic_flag=$lt_prog_compiler_pic
9859 compiler_flags=-v
9860 linker_flags=-v
9861 verstring=
9862 output_objdir=.
9863 libname=conftest
9864 lt_save_allow_undefined_flag=$allow_undefined_flag
9865 allow_undefined_flag=
9866 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9867 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9868 ac_status=$?
9869 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9870 test $ac_status = 0; }
9871 then
9872 lt_cv_archive_cmds_need_lc=no
9873 else
9874 lt_cv_archive_cmds_need_lc=yes
9875 fi
9876 allow_undefined_flag=$lt_save_allow_undefined_flag
9877 else
9878 cat conftest.err 1>&5
9879 fi
9880 $RM conftest*
c906108c 9881
6ffe910a 9882fi
6bb11ab3
L
9883{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9884$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9885 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9886 ;;
9887 esac
9888 fi
9889 ;;
6ffe910a 9890esac
c906108c 9891
c906108c 9892
6ffe910a 9893
c906108c 9894
81ecdfbb 9895
35695fd6 9896
35695fd6 9897
35695fd6 9898
f0569246 9899
c906108c 9900
f0569246 9901
b7026657 9902
f0569246 9903
c906108c 9904
81ecdfbb 9905
b7026657 9906
f0569246
AC
9907
9908
81ecdfbb 9909
81ecdfbb 9910
81ecdfbb
RW
9911
9912
81ecdfbb 9913
81ecdfbb 9914
f0569246
AC
9915
9916
c906108c 9917
f0569246 9918
c906108c 9919
c906108c 9920
81ecdfbb 9921
b7026657 9922
c906108c 9923
f0569246 9924
81ecdfbb 9925
f0569246 9926
c906108c 9927
c906108c 9928
b7026657 9929
81ecdfbb 9930
b7026657 9931
c906108c 9932
c906108c 9933
b7026657
AC
9934
9935
9936
9937
6ffe910a 9938
2232061b
MF
9939
9940
2232061b 9941
2232061b
MF
9942
9943
2232061b
MF
9944
9945
2232061b 9946
2232061b
MF
9947
9948
6bb11ab3
L
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10049$as_echo_n "checking dynamic linker characteristics... " >&6; }
10050
10051if test "$GCC" = yes; then
10052 case $host_os in
10053 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10054 *) lt_awk_arg="/^libraries:/" ;;
10055 esac
10056 case $host_os in
10057 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10058 *) lt_sed_strip_eq="s,=/,/,g" ;;
10059 esac
10060 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10061 case $lt_search_path_spec in
10062 *\;*)
10063 # if the path contains ";" then we assume it to be the separator
10064 # otherwise default to the standard path separator (i.e. ":") - it is
10065 # assumed that no part of a normal pathname contains ";" but that should
10066 # okay in the real world where ";" in dirpaths is itself problematic.
10067 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10068 ;;
10069 *)
10070 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10071 ;;
10072 esac
10073 # Ok, now we have the path, separated by spaces, we can step through it
10074 # and add multilib dir if necessary.
10075 lt_tmp_lt_search_path_spec=
10076 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10077 for lt_sys_path in $lt_search_path_spec; do
10078 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10079 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10080 else
10081 test -d "$lt_sys_path" && \
10082 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10083 fi
10084 done
10085 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10086BEGIN {RS=" "; FS="/|\n";} {
10087 lt_foo="";
10088 lt_count=0;
10089 for (lt_i = NF; lt_i > 0; lt_i--) {
10090 if ($lt_i != "" && $lt_i != ".") {
10091 if ($lt_i == "..") {
10092 lt_count++;
10093 } else {
10094 if (lt_count == 0) {
10095 lt_foo="/" $lt_i lt_foo;
10096 } else {
10097 lt_count--;
10098 }
10099 }
10100 }
10101 }
10102 if (lt_foo != "") { lt_freq[lt_foo]++; }
10103 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10104}'`
10105 # AWK program above erroneously prepends '/' to C:/dos/paths
10106 # for these hosts.
10107 case $host_os in
10108 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10109 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10110 esac
10111 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10112else
10113 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10114fi
10115library_names_spec=
10116libname_spec='lib$name'
10117soname_spec=
10118shrext_cmds=".so"
10119postinstall_cmds=
10120postuninstall_cmds=
10121finish_cmds=
10122finish_eval=
10123shlibpath_var=
10124shlibpath_overrides_runpath=unknown
10125version_type=none
10126dynamic_linker="$host_os ld.so"
10127sys_lib_dlsearch_path_spec="/lib /usr/lib"
10128need_lib_prefix=unknown
10129hardcode_into_libs=no
10130
10131# when you set need_version to no, make sure it does not cause -set_version
10132# flags to be left without arguments
10133need_version=unknown
10134
10135case $host_os in
10136aix3*)
10137 version_type=linux
10138 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10139 shlibpath_var=LIBPATH
10140
10141 # AIX 3 has no versioning support, so we append a major version to the name.
10142 soname_spec='${libname}${release}${shared_ext}$major'
10143 ;;
10144
10145aix[4-9]*)
10146 version_type=linux
10147 need_lib_prefix=no
10148 need_version=no
10149 hardcode_into_libs=yes
10150 if test "$host_cpu" = ia64; then
10151 # AIX 5 supports IA64
10152 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10153 shlibpath_var=LD_LIBRARY_PATH
10154 else
10155 # With GCC up to 2.95.x, collect2 would create an import file
10156 # for dependence libraries. The import file would start with
10157 # the line `#! .'. This would cause the generated library to
10158 # depend on `.', always an invalid library. This was fixed in
10159 # development snapshots of GCC prior to 3.0.
10160 case $host_os in
10161 aix4 | aix4.[01] | aix4.[01].*)
10162 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10163 echo ' yes '
10164 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10165 :
10166 else
10167 can_build_shared=no
10168 fi
10169 ;;
10170 esac
10171 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10172 # soname into executable. Probably we can add versioning support to
10173 # collect2, so additional links can be useful in future.
10174 if test "$aix_use_runtimelinking" = yes; then
10175 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10176 # instead of lib<name>.a to let people know that these are not
10177 # typical AIX shared libraries.
10178 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10179 else
10180 # We preserve .a as extension for shared libraries through AIX4.2
10181 # and later when we are not doing run time linking.
10182 library_names_spec='${libname}${release}.a $libname.a'
10183 soname_spec='${libname}${release}${shared_ext}$major'
10184 fi
10185 shlibpath_var=LIBPATH
10186 fi
10187 ;;
10188
10189amigaos*)
10190 case $host_cpu in
10191 powerpc)
10192 # Since July 2007 AmigaOS4 officially supports .so libraries.
10193 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10195 ;;
10196 m68k)
10197 library_names_spec='$libname.ixlibrary $libname.a'
10198 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10199 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'
10200 ;;
10201 esac
10202 ;;
10203
10204beos*)
10205 library_names_spec='${libname}${shared_ext}'
10206 dynamic_linker="$host_os ld.so"
10207 shlibpath_var=LIBRARY_PATH
10208 ;;
10209
10210bsdi[45]*)
10211 version_type=linux
10212 need_version=no
10213 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10214 soname_spec='${libname}${release}${shared_ext}$major'
10215 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10216 shlibpath_var=LD_LIBRARY_PATH
10217 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10218 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10219 # the default ld.so.conf also contains /usr/contrib/lib and
10220 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10221 # libtool to hard-code these into programs
10222 ;;
10223
10224cygwin* | mingw* | pw32* | cegcc*)
10225 version_type=windows
10226 shrext_cmds=".dll"
10227 need_version=no
10228 need_lib_prefix=no
10229
10230 case $GCC,$host_os in
10231 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10232 library_names_spec='$libname.dll.a'
10233 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10234 postinstall_cmds='base_file=`basename \${file}`~
10235 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10236 dldir=$destdir/`dirname \$dlpath`~
10237 test -d \$dldir || mkdir -p \$dldir~
10238 $install_prog $dir/$dlname \$dldir/$dlname~
10239 chmod a+x \$dldir/$dlname~
10240 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10241 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10242 fi'
10243 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10244 dlpath=$dir/\$dldll~
10245 $RM \$dlpath'
10246 shlibpath_overrides_runpath=yes
10247
10248 case $host_os in
10249 cygwin*)
10250 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10251 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10252
10253 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10254 ;;
10255 mingw* | cegcc*)
10256 # MinGW DLLs use traditional 'lib' prefix
10257 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10258 ;;
10259 pw32*)
10260 # pw32 DLLs use 'pw' prefix rather than 'lib'
10261 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10262 ;;
10263 esac
10264 ;;
10265
10266 *)
10267 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10268 ;;
10269 esac
10270 dynamic_linker='Win32 ld.exe'
10271 # FIXME: first we should search . and the directory the executable is in
10272 shlibpath_var=PATH
10273 ;;
10274
10275darwin* | rhapsody*)
10276 dynamic_linker="$host_os dyld"
10277 version_type=darwin
10278 need_lib_prefix=no
10279 need_version=no
10280 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10281 soname_spec='${libname}${release}${major}$shared_ext'
10282 shlibpath_overrides_runpath=yes
10283 shlibpath_var=DYLD_LIBRARY_PATH
10284 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10285
10286 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10287 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10288 ;;
10289
10290dgux*)
10291 version_type=linux
10292 need_lib_prefix=no
10293 need_version=no
10294 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10295 soname_spec='${libname}${release}${shared_ext}$major'
10296 shlibpath_var=LD_LIBRARY_PATH
10297 ;;
10298
10299freebsd* | dragonfly*)
10300 # DragonFly does not have aout. When/if they implement a new
10301 # versioning mechanism, adjust this.
10302 if test -x /usr/bin/objformat; then
10303 objformat=`/usr/bin/objformat`
10304 else
10305 case $host_os in
10306 freebsd[23].*) objformat=aout ;;
10307 *) objformat=elf ;;
10308 esac
10309 fi
10310 version_type=freebsd-$objformat
10311 case $version_type in
10312 freebsd-elf*)
10313 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10314 need_version=no
10315 need_lib_prefix=no
10316 ;;
10317 freebsd-*)
10318 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10319 need_version=yes
10320 ;;
10321 esac
10322 shlibpath_var=LD_LIBRARY_PATH
10323 case $host_os in
10324 freebsd2.*)
10325 shlibpath_overrides_runpath=yes
10326 ;;
10327 freebsd3.[01]* | freebsdelf3.[01]*)
10328 shlibpath_overrides_runpath=yes
10329 hardcode_into_libs=yes
10330 ;;
10331 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10332 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10333 shlibpath_overrides_runpath=no
10334 hardcode_into_libs=yes
10335 ;;
10336 *) # from 4.6 on, and DragonFly
10337 shlibpath_overrides_runpath=yes
10338 hardcode_into_libs=yes
10339 ;;
10340 esac
10341 ;;
10342
6bb11ab3
L
10343haiku*)
10344 version_type=linux
10345 need_lib_prefix=no
10346 need_version=no
10347 dynamic_linker="$host_os runtime_loader"
10348 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10349 soname_spec='${libname}${release}${shared_ext}$major'
10350 shlibpath_var=LIBRARY_PATH
10351 shlibpath_overrides_runpath=yes
10352 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10353 hardcode_into_libs=yes
10354 ;;
10355
10356hpux9* | hpux10* | hpux11*)
10357 # Give a soname corresponding to the major version so that dld.sl refuses to
10358 # link against other versions.
10359 version_type=sunos
10360 need_lib_prefix=no
10361 need_version=no
10362 case $host_cpu in
10363 ia64*)
10364 shrext_cmds='.so'
10365 hardcode_into_libs=yes
10366 dynamic_linker="$host_os dld.so"
10367 shlibpath_var=LD_LIBRARY_PATH
10368 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10369 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10370 soname_spec='${libname}${release}${shared_ext}$major'
10371 if test "X$HPUX_IA64_MODE" = X32; then
10372 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10373 else
10374 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10375 fi
10376 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10377 ;;
10378 hppa*64*)
10379 shrext_cmds='.sl'
10380 hardcode_into_libs=yes
10381 dynamic_linker="$host_os dld.sl"
10382 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10383 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10384 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10385 soname_spec='${libname}${release}${shared_ext}$major'
10386 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10387 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10388 ;;
10389 *)
10390 shrext_cmds='.sl'
10391 dynamic_linker="$host_os dld.sl"
10392 shlibpath_var=SHLIB_PATH
10393 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
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 ;;
10397 esac
10398 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10399 postinstall_cmds='chmod 555 $lib'
10400 # or fails outright, so override atomically:
10401 install_override_mode=555
10402 ;;
10403
10404interix[3-9]*)
10405 version_type=linux
10406 need_lib_prefix=no
10407 need_version=no
10408 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10409 soname_spec='${libname}${release}${shared_ext}$major'
10410 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10411 shlibpath_var=LD_LIBRARY_PATH
10412 shlibpath_overrides_runpath=no
10413 hardcode_into_libs=yes
10414 ;;
10415
10416irix5* | irix6* | nonstopux*)
10417 case $host_os in
10418 nonstopux*) version_type=nonstopux ;;
10419 *)
10420 if test "$lt_cv_prog_gnu_ld" = yes; then
10421 version_type=linux
10422 else
10423 version_type=irix
10424 fi ;;
10425 esac
10426 need_lib_prefix=no
10427 need_version=no
10428 soname_spec='${libname}${release}${shared_ext}$major'
10429 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10430 case $host_os in
10431 irix5* | nonstopux*)
10432 libsuff= shlibsuff=
10433 ;;
10434 *)
10435 case $LD in # libtool.m4 will add one of these switches to LD
10436 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10437 libsuff= shlibsuff= libmagic=32-bit;;
10438 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10439 libsuff=32 shlibsuff=N32 libmagic=N32;;
10440 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10441 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10442 *) libsuff= shlibsuff= libmagic=never-match;;
10443 esac
10444 ;;
10445 esac
10446 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10447 shlibpath_overrides_runpath=no
10448 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10449 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10450 hardcode_into_libs=yes
10451 ;;
10452
10453# No shared lib support for Linux oldld, aout, or coff.
10454linux*oldld* | linux*aout* | linux*coff*)
10455 dynamic_linker=no
10456 ;;
10457
10458# This must be Linux ELF.
46f900c0 10459linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10460 version_type=linux
10461 need_lib_prefix=no
10462 need_version=no
10463 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10464 soname_spec='${libname}${release}${shared_ext}$major'
10465 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10466 shlibpath_var=LD_LIBRARY_PATH
10467 shlibpath_overrides_runpath=no
10468
10469 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10470 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10471 $as_echo_n "(cached) " >&6
10472else
6bb11ab3
L
10473 lt_cv_shlibpath_overrides_runpath=no
10474 save_LDFLAGS=$LDFLAGS
10475 save_libdir=$libdir
10476 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10477 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10479/* end confdefs.h. */
10480
2232061b
MF
10481int
10482main ()
10483{
10484
10485 ;
10486 return 0;
10487}
10488_ACEOF
6bb11ab3
L
10489if ac_fn_c_try_link "$LINENO"; then :
10490 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10491 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10492fi
2232061b 10493fi
6bb11ab3
L
10494rm -f core conftest.err conftest.$ac_objext \
10495 conftest$ac_exeext conftest.$ac_ext
10496 LDFLAGS=$save_LDFLAGS
10497 libdir=$save_libdir
2232061b 10498
6bb11ab3 10499fi
2232061b 10500
6bb11ab3 10501 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10502
6bb11ab3
L
10503 # This implies no fast_install, which is unacceptable.
10504 # Some rework will be needed to allow for fast_install
10505 # before this can be enabled.
10506 hardcode_into_libs=yes
2232061b 10507
6bb11ab3
L
10508 # Append ld.so.conf contents to the search path
10509 if test -f /etc/ld.so.conf; then
10510 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' ' '`
10511 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10512 fi
2232061b 10513
6bb11ab3
L
10514 # We used to test for /lib/ld.so.1 and disable shared libraries on
10515 # powerpc, because MkLinux only supported shared libraries with the
10516 # GNU dynamic linker. Since this was broken with cross compilers,
10517 # most powerpc-linux boxes support dynamic linking these days and
10518 # people can always --disable-shared, the test was removed, and we
10519 # assume the GNU/Linux dynamic linker is in use.
10520 dynamic_linker='GNU/Linux ld.so'
10521 ;;
10522
10523netbsd*)
10524 version_type=sunos
10525 need_lib_prefix=no
10526 need_version=no
10527 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10528 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10529 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10530 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10531 else
6bb11ab3
L
10532 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10533 soname_spec='${libname}${release}${shared_ext}$major'
10534 dynamic_linker='NetBSD ld.elf_so'
10535 fi
10536 shlibpath_var=LD_LIBRARY_PATH
10537 shlibpath_overrides_runpath=yes
10538 hardcode_into_libs=yes
10539 ;;
10540
10541newsos6)
10542 version_type=linux
10543 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10544 shlibpath_var=LD_LIBRARY_PATH
10545 shlibpath_overrides_runpath=yes
10546 ;;
10547
10548*nto* | *qnx*)
10549 version_type=qnx
10550 need_lib_prefix=no
10551 need_version=no
10552 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10553 soname_spec='${libname}${release}${shared_ext}$major'
10554 shlibpath_var=LD_LIBRARY_PATH
10555 shlibpath_overrides_runpath=no
10556 hardcode_into_libs=yes
10557 dynamic_linker='ldqnx.so'
10558 ;;
10559
10560openbsd*)
10561 version_type=sunos
10562 sys_lib_dlsearch_path_spec="/usr/lib"
10563 need_lib_prefix=no
10564 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10565 case $host_os in
10566 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10567 *) need_version=no ;;
10568 esac
10569 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10570 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10571 shlibpath_var=LD_LIBRARY_PATH
10572 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10573 case $host_os in
10574 openbsd2.[89] | openbsd2.[89].*)
10575 shlibpath_overrides_runpath=no
10576 ;;
10577 *)
10578 shlibpath_overrides_runpath=yes
10579 ;;
10580 esac
10581 else
10582 shlibpath_overrides_runpath=yes
10583 fi
10584 ;;
10585
10586os2*)
10587 libname_spec='$name'
10588 shrext_cmds=".dll"
10589 need_lib_prefix=no
10590 library_names_spec='$libname${shared_ext} $libname.a'
10591 dynamic_linker='OS/2 ld.exe'
10592 shlibpath_var=LIBPATH
10593 ;;
10594
10595osf3* | osf4* | osf5*)
10596 version_type=osf
10597 need_lib_prefix=no
10598 need_version=no
10599 soname_spec='${libname}${release}${shared_ext}$major'
10600 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10601 shlibpath_var=LD_LIBRARY_PATH
10602 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10603 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10604 ;;
10605
10606rdos*)
10607 dynamic_linker=no
10608 ;;
10609
10610solaris*)
10611 version_type=linux
10612 need_lib_prefix=no
10613 need_version=no
10614 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10615 soname_spec='${libname}${release}${shared_ext}$major'
10616 shlibpath_var=LD_LIBRARY_PATH
10617 shlibpath_overrides_runpath=yes
10618 hardcode_into_libs=yes
10619 # ldd complains unless libraries are executable
10620 postinstall_cmds='chmod +x $lib'
10621 ;;
10622
10623sunos4*)
10624 version_type=sunos
10625 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10626 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10627 shlibpath_var=LD_LIBRARY_PATH
10628 shlibpath_overrides_runpath=yes
10629 if test "$with_gnu_ld" = yes; then
10630 need_lib_prefix=no
10631 fi
10632 need_version=yes
10633 ;;
10634
10635sysv4 | sysv4.3*)
10636 version_type=linux
10637 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10638 soname_spec='${libname}${release}${shared_ext}$major'
10639 shlibpath_var=LD_LIBRARY_PATH
10640 case $host_vendor in
10641 sni)
10642 shlibpath_overrides_runpath=no
10643 need_lib_prefix=no
10644 runpath_var=LD_RUN_PATH
10645 ;;
10646 siemens)
10647 need_lib_prefix=no
10648 ;;
10649 motorola)
10650 need_lib_prefix=no
10651 need_version=no
10652 shlibpath_overrides_runpath=no
10653 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10654 ;;
10655 esac
10656 ;;
10657
10658sysv4*MP*)
10659 if test -d /usr/nec ;then
10660 version_type=linux
10661 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10662 soname_spec='$libname${shared_ext}.$major'
10663 shlibpath_var=LD_LIBRARY_PATH
2232061b 10664 fi
6bb11ab3
L
10665 ;;
10666
10667sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10668 version_type=freebsd-elf
10669 need_lib_prefix=no
10670 need_version=no
10671 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10672 soname_spec='${libname}${release}${shared_ext}$major'
10673 shlibpath_var=LD_LIBRARY_PATH
10674 shlibpath_overrides_runpath=yes
10675 hardcode_into_libs=yes
10676 if test "$with_gnu_ld" = yes; then
10677 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10678 else
10679 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10680 case $host_os in
10681 sco3.2v5*)
10682 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10683 ;;
10684 esac
10685 fi
10686 sys_lib_dlsearch_path_spec='/usr/lib'
10687 ;;
10688
10689tpf*)
10690 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10691 version_type=linux
10692 need_lib_prefix=no
10693 need_version=no
10694 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10695 shlibpath_var=LD_LIBRARY_PATH
10696 shlibpath_overrides_runpath=no
10697 hardcode_into_libs=yes
10698 ;;
10699
10700uts4*)
10701 version_type=linux
10702 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10703 soname_spec='${libname}${release}${shared_ext}$major'
10704 shlibpath_var=LD_LIBRARY_PATH
10705 ;;
10706
10707*)
10708 dynamic_linker=no
10709 ;;
10710esac
10711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10712$as_echo "$dynamic_linker" >&6; }
10713test "$dynamic_linker" = no && can_build_shared=no
10714
10715variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10716if test "$GCC" = yes; then
10717 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10718fi
2232061b 10719
6bb11ab3
L
10720if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10721 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10722fi
10723if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10724 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10725fi
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
2232061b 10752
2232061b 10753
2232061b 10754
2232061b 10755
2232061b
MF
10756
10757
6ffe910a 10758
6ffe910a
MF
10759
10760
10761
10762
10763
2232061b 10764
6ffe910a
MF
10765
10766
10767
10768
6ffe910a 10769
6ffe910a 10770
6ffe910a
MF
10771
10772
6ffe910a 10773
6ffe910a 10774
6ffe910a
MF
10775
10776
5f3ef9d0 10777
5f3ef9d0
JB
10778
10779
10780
db2e4d67
MF
10781
10782
db2e4d67 10783
db2e4d67 10784
db2e4d67 10785
db2e4d67 10786
db2e4d67 10787
db2e4d67 10788
db2e4d67 10789
db2e4d67
MF
10790
10791
db2e4d67 10792
db2e4d67
MF
10793
10794
db2e4d67 10795
db2e4d67
MF
10796
10797
6ffe910a 10798
6ffe910a 10799
6ffe910a
MF
10800
10801
6ffe910a
MF
10802
10803
6ffe910a 10804
6ffe910a 10805
6ffe910a 10806
6ffe910a 10807
6ffe910a 10808
b7026657 10809
b7026657 10810
c906108c 10811
b7026657 10812
b7026657 10813
c906108c 10814
b7026657 10815
b7026657 10816
cd0fc7c3 10817
6bb11ab3
L
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10819$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10820hardcode_action=
10821if test -n "$hardcode_libdir_flag_spec" ||
10822 test -n "$runpath_var" ||
10823 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10824
6bb11ab3
L
10825 # We can hardcode non-existent directories.
10826 if test "$hardcode_direct" != no &&
10827 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10828 # have to relink, otherwise we might link with an installed library
10829 # when we should be linking with a yet-to-be-installed one
10830 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10831 test "$hardcode_minus_L" != no; then
10832 # Linking always hardcodes the temporary library directory.
10833 hardcode_action=relink
10834 else
10835 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10836 hardcode_action=immediate
10837 fi
10838else
10839 # We cannot hardcode anything, or else we can only hardcode existing
10840 # directories.
10841 hardcode_action=unsupported
c906108c 10842fi
6bb11ab3
L
10843{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10844$as_echo "$hardcode_action" >&6; }
b7026657 10845
6bb11ab3
L
10846if test "$hardcode_action" = relink ||
10847 test "$inherit_rpath" = yes; then
10848 # Fast installation is not supported
10849 enable_fast_install=no
10850elif test "$shlibpath_overrides_runpath" = yes ||
10851 test "$enable_shared" = no; then
10852 # Fast installation is not necessary
10853 enable_fast_install=needless
10854fi
c906108c 10855
6bb11ab3
L
10856
10857
10858
10859
10860
10861 if test "x$enable_dlopen" != xyes; then
10862 enable_dlopen=unknown
10863 enable_dlopen_self=unknown
10864 enable_dlopen_self_static=unknown
10865else
10866 lt_cv_dlopen=no
10867 lt_cv_dlopen_libs=
10868
10869 case $host_os in
10870 beos*)
10871 lt_cv_dlopen="load_add_on"
10872 lt_cv_dlopen_libs=
10873 lt_cv_dlopen_self=yes
10874 ;;
10875
10876 mingw* | pw32* | cegcc*)
10877 lt_cv_dlopen="LoadLibrary"
10878 lt_cv_dlopen_libs=
10879 ;;
10880
10881 cygwin*)
10882 lt_cv_dlopen="dlopen"
10883 lt_cv_dlopen_libs=
10884 ;;
10885
10886 darwin*)
10887 # if libdl is installed we need to link against it
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10889$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10890if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10891 $as_echo_n "(cached) " >&6
10892else
10893 ac_check_lib_save_LIBS=$LIBS
10894LIBS="-ldl $LIBS"
10895cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10896/* end confdefs.h. */
10897
10898/* Override any GCC internal prototype to avoid an error.
10899 Use char because int might match the return type of a GCC
10900 builtin and then its argument prototype would still apply. */
10901#ifdef __cplusplus
10902extern "C"
10903#endif
10904char dlopen ();
10905int
10906main ()
10907{
10908return dlopen ();
10909 ;
10910 return 0;
10911}
b7026657 10912_ACEOF
6bb11ab3
L
10913if ac_fn_c_try_link "$LINENO"; then :
10914 ac_cv_lib_dl_dlopen=yes
10915else
10916 ac_cv_lib_dl_dlopen=no
10917fi
10918rm -f core conftest.err conftest.$ac_objext \
10919 conftest$ac_exeext conftest.$ac_ext
10920LIBS=$ac_check_lib_save_LIBS
10921fi
10922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10923$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10924if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10925 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10926else
10927
10928 lt_cv_dlopen="dyld"
10929 lt_cv_dlopen_libs=
10930 lt_cv_dlopen_self=yes
c906108c 10931
c906108c 10932fi
c906108c 10933
6bb11ab3 10934 ;;
c906108c 10935
6bb11ab3
L
10936 *)
10937 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10938if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10939 lt_cv_dlopen="shl_load"
10940else
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10942$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10943if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10944 $as_echo_n "(cached) " >&6
10945else
10946 ac_check_lib_save_LIBS=$LIBS
10947LIBS="-ldld $LIBS"
10948cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10949/* end confdefs.h. */
10950
10951/* Override any GCC internal prototype to avoid an error.
10952 Use char because int might match the return type of a GCC
10953 builtin and then its argument prototype would still apply. */
10954#ifdef __cplusplus
10955extern "C"
10956#endif
10957char shl_load ();
10958int
10959main ()
10960{
10961return shl_load ();
10962 ;
10963 return 0;
10964}
10965_ACEOF
10966if ac_fn_c_try_link "$LINENO"; then :
10967 ac_cv_lib_dld_shl_load=yes
10968else
10969 ac_cv_lib_dld_shl_load=no
10970fi
10971rm -f core conftest.err conftest.$ac_objext \
10972 conftest$ac_exeext conftest.$ac_ext
10973LIBS=$ac_check_lib_save_LIBS
10974fi
10975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10976$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10977if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10978 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10979else
10980 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10981if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10982 lt_cv_dlopen="dlopen"
10983else
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10985$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10986if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10987 $as_echo_n "(cached) " >&6
c906108c 10988else
b7026657 10989 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10990LIBS="-ldl $LIBS"
81ecdfbb 10991cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10992/* end confdefs.h. */
c906108c 10993
81ecdfbb
RW
10994/* Override any GCC internal prototype to avoid an error.
10995 Use char because int might match the return type of a GCC
10996 builtin and then its argument prototype would still apply. */
b7026657
AC
10997#ifdef __cplusplus
10998extern "C"
10999#endif
6bb11ab3 11000char dlopen ();
b7026657
AC
11001int
11002main ()
11003{
6bb11ab3 11004return dlopen ();
b7026657
AC
11005 ;
11006 return 0;
11007}
11008_ACEOF
81ecdfbb 11009if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11010 ac_cv_lib_dl_dlopen=yes
b7026657 11011else
6bb11ab3 11012 ac_cv_lib_dl_dlopen=no
b7026657 11013fi
81ecdfbb
RW
11014rm -f core conftest.err conftest.$ac_objext \
11015 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11016LIBS=$ac_check_lib_save_LIBS
11017fi
6bb11ab3
L
11018{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11019$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11020if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11021 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11022else
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11024$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11025if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11026 $as_echo_n "(cached) " >&6
c906108c 11027else
b7026657 11028 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11029LIBS="-lsvld $LIBS"
81ecdfbb 11030cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11031/* end confdefs.h. */
11032
81ecdfbb
RW
11033/* Override any GCC internal prototype to avoid an error.
11034 Use char because int might match the return type of a GCC
11035 builtin and then its argument prototype would still apply. */
b7026657
AC
11036#ifdef __cplusplus
11037extern "C"
11038#endif
6bb11ab3 11039char dlopen ();
b7026657
AC
11040int
11041main ()
11042{
6bb11ab3 11043return dlopen ();
b7026657
AC
11044 ;
11045 return 0;
11046}
11047_ACEOF
81ecdfbb 11048if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11049 ac_cv_lib_svld_dlopen=yes
b7026657 11050else
6bb11ab3 11051 ac_cv_lib_svld_dlopen=no
b7026657 11052fi
81ecdfbb
RW
11053rm -f core conftest.err conftest.$ac_objext \
11054 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11055LIBS=$ac_check_lib_save_LIBS
11056fi
6bb11ab3
L
11057{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11058$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11059if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11060 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11061else
6bb11ab3
L
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11063$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11064if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11065 $as_echo_n "(cached) " >&6
b5bd9624 11066else
6bb11ab3
L
11067 ac_check_lib_save_LIBS=$LIBS
11068LIBS="-ldld $LIBS"
81ecdfbb 11069cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
11070/* end confdefs.h. */
11071
81ecdfbb
RW
11072/* Override any GCC internal prototype to avoid an error.
11073 Use char because int might match the return type of a GCC
b5bd9624 11074 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
11075#ifdef __cplusplus
11076extern "C"
11077#endif
6bb11ab3 11078char dld_link ();
81ecdfbb
RW
11079int
11080main ()
11081{
6bb11ab3 11082return dld_link ();
81ecdfbb
RW
11083 ;
11084 return 0;
11085}
b5bd9624 11086_ACEOF
6bb11ab3
L
11087if ac_fn_c_try_link "$LINENO"; then :
11088 ac_cv_lib_dld_dld_link=yes
11089else
11090 ac_cv_lib_dld_dld_link=no
11091fi
11092rm -f core conftest.err conftest.$ac_objext \
11093 conftest$ac_exeext conftest.$ac_ext
11094LIBS=$ac_check_lib_save_LIBS
11095fi
11096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11097$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11098if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11099 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11100fi
11101
11102
11103fi
11104
11105
11106fi
11107
11108
11109fi
11110
11111
11112fi
11113
11114
11115fi
11116
11117 ;;
11118 esac
11119
11120 if test "x$lt_cv_dlopen" != xno; then
11121 enable_dlopen=yes
b5bd9624 11122 else
6bb11ab3
L
11123 enable_dlopen=no
11124 fi
11125
11126 case $lt_cv_dlopen in
11127 dlopen)
11128 save_CPPFLAGS="$CPPFLAGS"
11129 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11130
11131 save_LDFLAGS="$LDFLAGS"
11132 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11133
11134 save_LIBS="$LIBS"
11135 LIBS="$lt_cv_dlopen_libs $LIBS"
11136
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11138$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11139if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11140 $as_echo_n "(cached) " >&6
11141else
11142 if test "$cross_compiling" = yes; then :
11143 lt_cv_dlopen_self=cross
11144else
11145 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11146 lt_status=$lt_dlunknown
11147 cat > conftest.$ac_ext <<_LT_EOF
136da8cd 11148#line 11148 "configure"
6bb11ab3
L
11149#include "confdefs.h"
11150
11151#if HAVE_DLFCN_H
11152#include <dlfcn.h>
11153#endif
11154
11155#include <stdio.h>
11156
11157#ifdef RTLD_GLOBAL
11158# define LT_DLGLOBAL RTLD_GLOBAL
11159#else
11160# ifdef DL_GLOBAL
11161# define LT_DLGLOBAL DL_GLOBAL
11162# else
11163# define LT_DLGLOBAL 0
11164# endif
11165#endif
11166
11167/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11168 find out it does not work in some platform. */
11169#ifndef LT_DLLAZY_OR_NOW
11170# ifdef RTLD_LAZY
11171# define LT_DLLAZY_OR_NOW RTLD_LAZY
11172# else
11173# ifdef DL_LAZY
11174# define LT_DLLAZY_OR_NOW DL_LAZY
11175# else
11176# ifdef RTLD_NOW
11177# define LT_DLLAZY_OR_NOW RTLD_NOW
11178# else
11179# ifdef DL_NOW
11180# define LT_DLLAZY_OR_NOW DL_NOW
11181# else
11182# define LT_DLLAZY_OR_NOW 0
11183# endif
11184# endif
11185# endif
11186# endif
11187#endif
11188
11189/* When -fvisbility=hidden is used, assume the code has been annotated
11190 correspondingly for the symbols needed. */
11191#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11192void fnord () __attribute__((visibility("default")));
11193#endif
11194
11195void fnord () { int i=42; }
11196int main ()
11197{
11198 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11199 int status = $lt_dlunknown;
11200
11201 if (self)
11202 {
11203 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11204 else
11205 {
11206 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11207 else puts (dlerror ());
11208 }
11209 /* dlclose (self); */
11210 }
11211 else
11212 puts (dlerror ());
11213
11214 return status;
11215}
11216_LT_EOF
11217 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11218 (eval $ac_link) 2>&5
11219 ac_status=$?
11220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11221 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11222 (./conftest; exit; ) >&5 2>/dev/null
11223 lt_status=$?
11224 case x$lt_status in
11225 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11226 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11227 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11228 esac
11229 else :
11230 # compilation failed
11231 lt_cv_dlopen_self=no
b5bd9624 11232 fi
b5bd9624 11233fi
6bb11ab3
L
11234rm -fr conftest*
11235
11236
b5bd9624 11237fi
6bb11ab3
L
11238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11239$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11240
6bb11ab3
L
11241 if test "x$lt_cv_dlopen_self" = xyes; then
11242 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11244$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11245if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11246 $as_echo_n "(cached) " >&6
b5bd9624 11247else
6bb11ab3
L
11248 if test "$cross_compiling" = yes; then :
11249 lt_cv_dlopen_self_static=cross
11250else
11251 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11252 lt_status=$lt_dlunknown
11253 cat > conftest.$ac_ext <<_LT_EOF
136da8cd 11254#line 11254 "configure"
6bb11ab3
L
11255#include "confdefs.h"
11256
11257#if HAVE_DLFCN_H
11258#include <dlfcn.h>
11259#endif
11260
11261#include <stdio.h>
11262
11263#ifdef RTLD_GLOBAL
11264# define LT_DLGLOBAL RTLD_GLOBAL
11265#else
11266# ifdef DL_GLOBAL
11267# define LT_DLGLOBAL DL_GLOBAL
11268# else
11269# define LT_DLGLOBAL 0
11270# endif
11271#endif
11272
11273/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11274 find out it does not work in some platform. */
11275#ifndef LT_DLLAZY_OR_NOW
11276# ifdef RTLD_LAZY
11277# define LT_DLLAZY_OR_NOW RTLD_LAZY
11278# else
11279# ifdef DL_LAZY
11280# define LT_DLLAZY_OR_NOW DL_LAZY
11281# else
11282# ifdef RTLD_NOW
11283# define LT_DLLAZY_OR_NOW RTLD_NOW
11284# else
11285# ifdef DL_NOW
11286# define LT_DLLAZY_OR_NOW DL_NOW
11287# else
11288# define LT_DLLAZY_OR_NOW 0
11289# endif
11290# endif
11291# endif
11292# endif
11293#endif
11294
11295/* When -fvisbility=hidden is used, assume the code has been annotated
11296 correspondingly for the symbols needed. */
11297#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11298void fnord () __attribute__((visibility("default")));
11299#endif
11300
11301void fnord () { int i=42; }
11302int main ()
11303{
11304 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11305 int status = $lt_dlunknown;
11306
11307 if (self)
11308 {
11309 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11310 else
11311 {
11312 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11313 else puts (dlerror ());
11314 }
11315 /* dlclose (self); */
11316 }
11317 else
11318 puts (dlerror ());
11319
11320 return status;
11321}
11322_LT_EOF
11323 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11324 (eval $ac_link) 2>&5
11325 ac_status=$?
11326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11327 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11328 (./conftest; exit; ) >&5 2>/dev/null
11329 lt_status=$?
11330 case x$lt_status in
11331 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11332 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11333 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11334 esac
11335 else :
11336 # compilation failed
11337 lt_cv_dlopen_self_static=no
11338 fi
b5bd9624 11339fi
6bb11ab3
L
11340rm -fr conftest*
11341
11342
b5bd9624 11343fi
6bb11ab3
L
11344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11345$as_echo "$lt_cv_dlopen_self_static" >&6; }
11346 fi
11347
11348 CPPFLAGS="$save_CPPFLAGS"
11349 LDFLAGS="$save_LDFLAGS"
11350 LIBS="$save_LIBS"
11351 ;;
11352 esac
11353
11354 case $lt_cv_dlopen_self in
11355 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11356 *) enable_dlopen_self=unknown ;;
11357 esac
11358
11359 case $lt_cv_dlopen_self_static in
11360 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11361 *) enable_dlopen_self_static=unknown ;;
11362 esac
11363fi
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381striplib=
11382old_striplib=
11383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11384$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11385if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11386 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11387 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11389$as_echo "yes" >&6; }
11390else
11391# FIXME - insert some real tests, host_os isn't really good enough
11392 case $host_os in
11393 darwin*)
11394 if test -n "$STRIP" ; then
11395 striplib="$STRIP -x"
11396 old_striplib="$STRIP -S"
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11398$as_echo "yes" >&6; }
11399 else
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401$as_echo "no" >&6; }
11402 fi
11403 ;;
11404 *)
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11406$as_echo "no" >&6; }
11407 ;;
11408 esac
11409fi
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422 # Report which library types will actually be built
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11424$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11426$as_echo "$can_build_shared" >&6; }
11427
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11429$as_echo_n "checking whether to build shared libraries... " >&6; }
11430 test "$can_build_shared" = "no" && enable_shared=no
11431
11432 # On AIX, shared libraries and static libraries use the same namespace, and
11433 # are all built from PIC.
11434 case $host_os in
11435 aix3*)
11436 test "$enable_shared" = yes && enable_static=no
11437 if test -n "$RANLIB"; then
11438 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11439 postinstall_cmds='$RANLIB $lib'
11440 fi
11441 ;;
11442
11443 aix[4-9]*)
11444 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11445 test "$enable_shared" = yes && enable_static=no
11446 fi
11447 ;;
11448 esac
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11450$as_echo "$enable_shared" >&6; }
11451
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11453$as_echo_n "checking whether to build static libraries... " >&6; }
11454 # Make sure either enable_shared or enable_static is yes.
11455 test "$enable_shared" = yes || enable_static=yes
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11457$as_echo "$enable_static" >&6; }
11458
11459
11460
11461
11462fi
11463ac_ext=c
11464ac_cpp='$CPP $CPPFLAGS'
11465ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11466ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11467ac_compiler_gnu=$ac_cv_c_compiler_gnu
11468
11469CC="$lt_save_CC"
11470
11471
11472
11473
11474
11475
11476
11477
11478
b5bd9624 11479
b5bd9624 11480
b5bd9624 11481
b5bd9624 11482
6bb11ab3
L
11483 ac_config_commands="$ac_config_commands libtool"
11484
11485
11486
11487
11488# Only expand once:
11489
11490
5912fadd 11491
b5bd9624 11492
c906108c
SS
11493
11494
31e6ad7d
MF
11495
11496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11497$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11498 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11499if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11500 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11501else
11502 USE_MAINTAINER_MODE=no
c906108c 11503fi
31e6ad7d
MF
11504
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11506$as_echo "$USE_MAINTAINER_MODE" >&6; }
11507 if test $USE_MAINTAINER_MODE = yes; then
11508 MAINTAINER_MODE_TRUE=
11509 MAINTAINER_MODE_FALSE='#'
c906108c 11510else
31e6ad7d
MF
11511 MAINTAINER_MODE_TRUE='#'
11512 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11513fi
11514
31e6ad7d
MF
11515 MAINT=$MAINTAINER_MODE_TRUE
11516
11517
c906108c
SS
11518
11519
ce39bd38
MF
11520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11521$as_echo_n "checking for sim debug setting... " >&6; }
11522sim_debug="0"
81ecdfbb
RW
11523# Check whether --enable-sim-debug was given.
11524if test "${enable_sim_debug+set}" = set; then :
11525 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11526 yes) sim_debug="7";;
11527 no) sim_debug="0";;
11528 *) sim_debug="($enableval)";;
c906108c 11529esac
c906108c 11530fi
ce39bd38
MF
11531if test "$sim_debug" != "0"; then
11532
11533cat >>confdefs.h <<_ACEOF
11534#define DEBUG $sim_debug
11535_ACEOF
11536
81ecdfbb
RW
11537fi
11538
ce39bd38
MF
11539cat >>confdefs.h <<_ACEOF
11540#define WITH_DEBUG $sim_debug
11541_ACEOF
11542
11543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11544$as_echo "$sim_debug" >&6; }
c906108c
SS
11545
11546
ce39bd38
MF
11547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11548$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11549sim_stdio="0"
81ecdfbb
RW
11550# Check whether --enable-sim-stdio was given.
11551if test "${enable_sim_stdio+set}" = set; then :
11552 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11553 yes) sim_stdio="DO_USE_STDIO";;
11554 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11555 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11556esac
81ecdfbb
RW
11557fi
11558
ce39bd38
MF
11559cat >>confdefs.h <<_ACEOF
11560#define WITH_STDIO $sim_stdio
11561_ACEOF
11562
11563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11564$as_echo "$sim_stdio" >&6; }
c906108c
SS
11565
11566
ce39bd38
MF
11567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11568$as_echo_n "checking for sim trace settings... " >&6; }
11569sim_trace="~TRACE_debug"
81ecdfbb
RW
11570# Check whether --enable-sim-trace was given.
11571if test "${enable_sim_trace+set}" = set; then :
11572 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11573 yes) sim_trace="-1";;
11574 no) sim_trace="0";;
c906108c 11575 [-0-9]*)
ce39bd38 11576 sim_trace="'(${enableval})'";;
2232061b 11577 [[:lower:]]*)
c906108c
SS
11578 sim_trace=""
11579 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11580 if test x"$sim_trace" = x; then
ce39bd38 11581 sim_trace="(TRACE_$x"
c906108c
SS
11582 else
11583 sim_trace="${sim_trace}|TRACE_$x"
11584 fi
11585 done
ce39bd38 11586 sim_trace="$sim_trace)" ;;
c906108c 11587esac
81ecdfbb
RW
11588fi
11589
ce39bd38
MF
11590cat >>confdefs.h <<_ACEOF
11591#define WITH_TRACE $sim_trace
11592_ACEOF
11593
11594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11595$as_echo "$sim_trace" >&6; }
c906108c
SS
11596
11597
ce39bd38
MF
11598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11599$as_echo_n "checking for sim profile settings... " >&6; }
11600profile="1"
11601sim_profile="-1"
81ecdfbb
RW
11602# Check whether --enable-sim-profile was given.
11603if test "${enable_sim_profile+set}" = set; then :
11604 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11605 yes) profile="1" sim_profile="-1";;
11606 no) profile="0" sim_profile="0";;
c906108c 11607 [-0-9]*)
ce39bd38 11608 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11609 [a-z]*)
ce39bd38 11610 profile="1"
c906108c
SS
11611 sim_profile=""
11612 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11613 if test x"$sim_profile" = x; then
ce39bd38 11614 sim_profile="(PROFILE_$x"
c906108c
SS
11615 else
11616 sim_profile="${sim_profile}|PROFILE_$x"
11617 fi
11618 done
ce39bd38 11619 sim_profile="$sim_profile)" ;;
c906108c 11620esac
81ecdfbb
RW
11621fi
11622
ce39bd38
MF
11623cat >>confdefs.h <<_ACEOF
11624#define PROFILE $profile
11625_ACEOF
c906108c
SS
11626
11627
ce39bd38
MF
11628cat >>confdefs.h <<_ACEOF
11629#define WITH_PROFILE $sim_profile
11630_ACEOF
11631
11632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11633$as_echo "$sim_profile" >&6; }
11634
11635
11636
11637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11638$as_echo_n "checking whether to enable sim asserts... " >&6; }
11639sim_assert="1"
35656e95
MF
11640# Check whether --enable-sim-assert was given.
11641if test "${enable_sim_assert+set}" = set; then :
11642 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11643 yes) sim_assert="1";;
11644 no) sim_assert="0";;
d0ac1c44 11645 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11646esac
35656e95
MF
11647fi
11648
ce39bd38
MF
11649cat >>confdefs.h <<_ACEOF
11650#define WITH_ASSERT $sim_assert
11651_ACEOF
11652
11653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11654$as_echo "$sim_assert" >&6; }
11655
35656e95 11656
ce39bd38
MF
11657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11658$as_echo_n "checking default sim environment setting... " >&6; }
11659sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11660# Check whether --enable-sim-environment was given.
11661if test "${enable_sim_environment+set}" = set; then :
11662 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11663 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11664 user | USER) sim_environment="USER_ENVIRONMENT";;
11665 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11666 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11667 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11668esac
16f7876d
MF
11669fi
11670
ce39bd38
MF
11671cat >>confdefs.h <<_ACEOF
11672#define WITH_ENVIRONMENT $sim_environment
11673_ACEOF
11674
11675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11676$as_echo "$sim_environment" >&6; }
11677
16f7876d 11678
347fe5bb
MF
11679sim_inline="-DDEFAULT_INLINE=0"
11680# Check whether --enable-sim-inline was given.
11681if test "${enable_sim_inline+set}" = set; then :
11682 enableval=$enable_sim_inline; sim_inline=""
11683case "$enableval" in
11684 no) sim_inline="-DDEFAULT_INLINE=0";;
11685 0) sim_inline="-DDEFAULT_INLINE=0";;
11686 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11687 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11688 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11689 new_flag=""
11690 case "$x" in
11691 *_INLINE=*) new_flag="-D$x";;
11692 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11693 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11694 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11695 esac
11696 if test x"$sim_inline" = x""; then
11697 sim_inline="$new_flag"
11698 else
11699 sim_inline="$sim_inline $new_flag"
11700 fi
11701 done;;
11702esac
11703if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11704 echo "Setting inline flags = $sim_inline" 6>&1
11705fi
11706fi
11707
11708
11709
6efef468 11710
81ecdfbb
RW
11711# Check whether --with-pkgversion was given.
11712if test "${with_pkgversion+set}" = set; then :
11713 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11714 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11715 no) PKGVERSION= ;;
11716 *) PKGVERSION="($withval) " ;;
11717 esac
11718else
bf12d44e 11719 PKGVERSION="(SIM) "
6efef468 11720
81ecdfbb
RW
11721fi
11722
6efef468
JM
11723
11724
11725
11726
81ecdfbb
RW
11727# Check whether --with-bugurl was given.
11728if test "${with_bugurl+set}" = set; then :
11729 withval=$with_bugurl; case "$withval" in
d0ac1c44 11730 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11731 no) BUGURL=
11732 ;;
11733 *) BUGURL="$withval"
11734 ;;
11735 esac
11736else
dfb856ba 11737 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11738
81ecdfbb
RW
11739fi
11740
6efef468
JM
11741 case ${BUGURL} in
11742 "")
11743 REPORT_BUGS_TO=
11744 REPORT_BUGS_TEXI=
11745 ;;
11746 *)
11747 REPORT_BUGS_TO="<$BUGURL>"
11748 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11749 ;;
11750 esac;
11751
11752
11753
11754
11755cat >>confdefs.h <<_ACEOF
11756#define PKGVERSION "$PKGVERSION"
11757_ACEOF
11758
11759
11760cat >>confdefs.h <<_ACEOF
11761#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11762_ACEOF
11763
11764
81ecdfbb
RW
11765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11766$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11767if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11768 $as_echo_n "(cached) " >&6
c906108c 11769else
81ecdfbb 11770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11771/* end confdefs.h. */
c906108c
SS
11772#include <sys/types.h>
11773#include <signal.h>
c906108c 11774
b7026657
AC
11775int
11776main ()
11777{
81ecdfbb 11778return *(signal (0, 0)) (0) == 1;
b7026657
AC
11779 ;
11780 return 0;
11781}
11782_ACEOF
81ecdfbb
RW
11783if ac_fn_c_try_compile "$LINENO"; then :
11784 ac_cv_type_signal=int
c906108c 11785else
81ecdfbb 11786 ac_cv_type_signal=void
c906108c 11787fi
81ecdfbb 11788rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11789fi
81ecdfbb
RW
11790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11791$as_echo "$ac_cv_type_signal" >&6; }
c906108c 11792
b7026657 11793cat >>confdefs.h <<_ACEOF
c906108c 11794#define RETSIGTYPE $ac_cv_type_signal
b7026657 11795_ACEOF
c906108c
SS
11796
11797
cd0fc7c3
SS
11798
11799
c906108c 11800
c906108c
SS
11801
11802
1ac72f06 11803wire_endian="LITTLE"
c906108c 11804default_endian=""
81ecdfbb
RW
11805# Check whether --enable-sim-endian was given.
11806if test "${enable_sim_endian+set}" = set; then :
11807 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11808 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11809 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 11810 yes) if test x"$wire_endian" != x; then
1ac72f06 11811 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 11812 else
1ac72f06
MF
11813 if test x"$default_endian" != x; then
11814 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11815 else
11816 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11817 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11818 fi
11819 fi;;
11820 no) if test x"$default_endian" != x; then
1ac72f06 11821 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11822 else
11823 if test x"$wire_endian" != x; then
1ac72f06 11824 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11825 else
11826 echo "No default endian for target $target" 1>&6
1ac72f06 11827 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11828 fi
11829 fi;;
d0ac1c44 11830 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
11831esac
11832if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11833 echo "Setting endian flags = $sim_endian" 6>&1
11834fi
11835else
11836 if test x"$default_endian" != x; then
1ac72f06 11837 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11838else
11839 if test x"$wire_endian" != x; then
1ac72f06 11840 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11841 else
11842 sim_endian=
11843 fi
11844fi
81ecdfbb
RW
11845fi
11846
c906108c
SS
11847wire_alignment="NONSTRICT_ALIGNMENT"
11848default_alignment=""
11849
81ecdfbb
RW
11850# Check whether --enable-sim-alignment was given.
11851if test "${enable_sim_alignment+set}" = set; then :
11852 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11853 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11854 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11855 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11856 yes) if test x"$wire_alignment" != x; then
11857 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11858 else
11859 if test x"$default_alignment" != x; then
11860 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11861 else
11862 echo "No hard-wired alignment for target $target" 1>&6
11863 sim_alignment="-DWITH_ALIGNMENT=0"
11864 fi
11865 fi;;
11866 no) if test x"$default_alignment" != x; then
11867 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11868 else
11869 if test x"$wire_alignment" != x; then
11870 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11871 else
11872 echo "No default alignment for target $target" 1>&6
11873 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11874 fi
11875 fi;;
d0ac1c44 11876 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11877esac
11878if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11879 echo "Setting alignment flags = $sim_alignment" 6>&1
11880fi
11881else
11882 if test x"$default_alignment" != x; then
11883 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11884else
11885 if test x"$wire_alignment" != x; then
11886 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11887 else
11888 sim_alignment=
11889 fi
11890fi
81ecdfbb
RW
11891fi
11892
c906108c 11893
2232061b
MF
11894# Check whether --enable-werror was given.
11895if test "${enable_werror+set}" = set; then :
11896 enableval=$enable_werror; case "${enableval}" in
11897 yes | y) ERROR_ON_WARNING="yes" ;;
11898 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11899 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11900 esac
11901fi
11902
11903
11904# Enable -Werror by default when using gcc
11905if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11906 ERROR_ON_WARNING=yes
51216631 11907fi
2232061b
MF
11908
11909WERROR_CFLAGS=""
2232061b 11910
2232061b 11911build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 11912-Wpointer-sign \
2232061b 11913-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
11914-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11915-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11916-Wold-style-declaration -Wold-style-definition"
2232061b
MF
11917
11918# Enable -Wno-format by default when using gcc on mingw since many
11919# GCC versions complain about %I64.
11920case "${host}" in
11921 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 11922 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
11923esac
11924
81ecdfbb
RW
11925# Check whether --enable-build-warnings was given.
11926if test "${enable_build_warnings+set}" = set; then :
11927 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
11928 yes) ;;
11929 no) build_warnings="-w";;
11930 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11931 build_warnings="${build_warnings} ${t}";;
11932 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11933 build_warnings="${t} ${build_warnings}";;
11934 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11935esac
11936if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11937 echo "Setting compiler warning flags = $build_warnings" 6>&1
11938fi
81ecdfbb
RW
11939fi
11940# Check whether --enable-sim-build-warnings was given.
11941if test "${enable_sim_build_warnings+set}" = set; then :
11942 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
11943 yes) ;;
11944 no) build_warnings="-w";;
11945 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 11946 build_warnings="${build_warnings} ${t}";;
c906108c 11947 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
11948 build_warnings="${t} ${build_warnings}";;
11949 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
11950esac
11951if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
11952 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11953fi
81ecdfbb
RW
11954fi
11955WARN_CFLAGS=""
d4f3574e
SS
11956if test "x${build_warnings}" != x -a "x$GCC" = xyes
11957then
81ecdfbb
RW
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11959$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
11960 # Separate out the -Werror flag as some files just cannot be
11961 # compiled with it enabled.
11962 for w in ${build_warnings}; do
11963 case $w in
11964 -Werr*) WERROR_CFLAGS=-Werror ;;
11965 *) # Check that GCC accepts it
11966 saved_CFLAGS="$CFLAGS"
11967 CFLAGS="$CFLAGS $w"
81ecdfbb 11968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11969/* end confdefs.h. */
c8cca39f 11970
b7026657
AC
11971int
11972main ()
11973{
c8cca39f 11974
b7026657
AC
11975 ;
11976 return 0;
11977}
11978_ACEOF
81ecdfbb 11979if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 11980 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 11981fi
81ecdfbb 11982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
11983 CFLAGS="$saved_CFLAGS"
11984 esac
11985 done
2232061b
MF
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11987$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
11988fi
11989
11990
11991default_sim_reserved_bits="1"
81ecdfbb
RW
11992# Check whether --enable-sim-reserved-bits was given.
11993if test "${enable_sim_reserved_bits+set}" = set; then :
11994 enableval=$enable_sim_reserved_bits; case "${enableval}" in
c906108c
SS
11995 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
11996 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 11997 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
c906108c
SS
11998esac
11999if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
12000 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
12001fi
12002else
12003 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
12004fi
12005
c906108c
SS
12006wire_word_bitsize="32"
12007wire_word_msb="31"
12008wire_address_bitsize=""
12009wire_cell_bitsize=""
81ecdfbb
RW
12010# Check whether --enable-sim-bitsize was given.
12011if test "${enable_sim_bitsize+set}" = set; then :
12012 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
12013case "${enableval}" in
12014 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
12015 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
12016 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12017 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12018 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12019 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
12020 else
12021 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
12022 fi ;;
12023 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12024 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
12025 else
12026 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
12027 fi ;;
d0ac1c44 12028 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12029esac
12030# address bitsize
12031tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
12032case x"${tmp}" in
12033 x ) ;;
12034 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
12035 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 12036 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12037esac
12038# cell bitsize
12039tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
12040case x"${tmp}" in
12041 x ) ;;
12042 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
12043 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 12044 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
12045esac
12046if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
12047 echo "Setting bitsize flags = $sim_bitsize" 6>&1
12048fi
12049else
12050 sim_bitsize=""
12051if test x"$wire_word_bitsize" != x; then
12052 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
12053fi
12054if test x"$wire_word_msb" != x; then
12055 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
12056fi
12057if test x"$wire_address_bitsize" != x; then
12058 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
12059fi
12060if test x"$wire_cell_bitsize" != x; then
12061 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
12062fi
81ecdfbb
RW
12063fi
12064
c906108c 12065
81ecdfbb 12066if test ""; then
6ffe910a 12067 hardware=""
b7026657 12068else
6ffe910a 12069 hardware="cfi core pal glue"
b7026657 12070fi
6ffe910a 12071hardware="$hardware mn103cpu mn103int mn103tim mn103ser mn103iop"
1517bd27 12072
81ecdfbb
RW
12073sim_hw_cflags="-DWITH_HW=1"
12074sim_hw="$hardware"
12075sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 12076
81ecdfbb
RW
12077# Check whether --enable-sim-hardware was given.
12078if test "${enable_sim_hardware+set}" = set; then :
12079 enableval=$enable_sim_hardware;
30452bbe
MF
12080else
12081 enable_sim_hardware="yes"
1517bd27
MF
12082fi
12083
12084case ${enable_sim_hardware} in
64dd13df
MF
12085 yes|no) ;;
12086 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
12087 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
12088 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
81ecdfbb 12089esac
1517bd27 12090
64dd13df 12091if test "$enable_sim_hardware" = no; then
81ecdfbb
RW
12092 sim_hw_objs=
12093 sim_hw_cflags="-DWITH_HW=0"
12094 sim_hw=
b7026657 12095else
81ecdfbb
RW
12096 sim_hw_cflags="-DWITH_HW=1"
12097 # remove duplicates
12098 sim_hw=""
12099 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
12100 for i in $hardware ; do
12101 case " $sim_hw " in
12102 *" $i "*) ;;
12103 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
12104 esac
12105 done
fb61c40a 12106 # mingw does not support sockser
fb61c40a
JS
12107 case ${host} in
12108 *mingw*) ;;
49cd1634
MF
12109 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
12110 # that you instatiate. Instead, other code will call into it directly.
12111 # At some point, we should convert it over.
12112 sim_hw_objs="$sim_hw_objs dv-sockser.o"
fb61c40a
JS
12113
12114cat >>confdefs.h <<_ACEOF
12115#define HAVE_DV_SOCKSER 1
12116_ACEOF
12117
12118 ;;
12119 esac
1517bd27
MF
12120 if test x"$silent" != x"yes"; then
12121 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
fb61c40a 12122 fi
1517bd27
MF
12123 case " $hardware " in
12124 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 12125$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 12126if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
12127 $as_echo_n "(cached) " >&6
12128else
12129 ac_check_lib_save_LIBS=$LIBS
12130LIBS="-lm $LIBS"
12131cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12132/* end confdefs.h. */
12133
12134/* Override any GCC internal prototype to avoid an error.
12135 Use char because int might match the return type of a GCC
12136 builtin and then its argument prototype would still apply. */
12137#ifdef __cplusplus
12138extern "C"
12139#endif
12140char log2 ();
12141int
12142main ()
12143{
12144return log2 ();
12145 ;
12146 return 0;
12147}
12148_ACEOF
12149if ac_fn_c_try_link "$LINENO"; then :
12150 ac_cv_lib_m_log2=yes
12151else
12152 ac_cv_lib_m_log2=no
12153fi
12154rm -f core conftest.err conftest.$ac_objext \
12155 conftest$ac_exeext conftest.$ac_ext
12156LIBS=$ac_check_lib_save_LIBS
12157fi
12158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
12159$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 12160if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
12161 cat >>confdefs.h <<_ACEOF
12162#define HAVE_LIBM 1
12163_ACEOF
12164
12165 LIBS="-lm $LIBS"
12166
12167fi
12168;;
1517bd27
MF
12169 esac
12170fi
4399a56b 12171
81ecdfbb
RW
12172
12173for ac_func in time chmod utime fork execve execv chown
12174do :
12175 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12176ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 12177if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
12178 cat >>confdefs.h <<_ACEOF
12179#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12180_ACEOF
b7026657
AC
12181
12182fi
81ecdfbb
RW
12183done
12184
5cddc23a 12185for ac_header in utime.h
81ecdfbb 12186do :
5cddc23a 12187 ac_fn_c_check_header_mongrel "$LINENO" "utime.h" "ac_cv_header_utime_h" "$ac_includes_default"
d0ac1c44 12188if test "x$ac_cv_header_utime_h" = xyes; then :
b7026657 12189 cat >>confdefs.h <<_ACEOF
5cddc23a 12190#define HAVE_UTIME_H 1
b7026657
AC
12191_ACEOF
12192
12193fi
12194
12195done
12196
12197
12198
b7026657
AC
12199cgen_breaks=""
12200if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12201cgen_breaks="break cgen_rtx_error";
12202fi
12203
81ecdfbb 12204ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 12205
81ecdfbb 12206ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 12207
81ecdfbb 12208ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 12209
81ecdfbb 12210ac_config_commands="$ac_config_commands Makefile"
38f48d72 12211
81ecdfbb 12212ac_config_commands="$ac_config_commands stamp-h"
38f48d72 12213
760b3e8b
MF
12214
12215
12216
12217
12218
12219
12220
12221
12222
12223
12224
12225
b7026657
AC
12226cat >confcache <<\_ACEOF
12227# This file is a shell script that caches the results of configure
12228# tests run on this system so they can be shared between configure
12229# scripts and configure runs, see configure's option --config-cache.
12230# It is not useful on other systems. If it contains results you don't
12231# want to keep, you may remove or edit it.
12232#
12233# config.status only pays attention to the cache file if you give it
12234# the --recheck option to rerun configure.
12235#
12236# `ac_cv_env_foo' variables (set or unset) will be overridden when
12237# loading this file, other *unset* `ac_cv_foo' will be assigned the
12238# following values.
12239
12240_ACEOF
12241
12242# The following way of writing the cache mishandles newlines in values,
12243# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12244# So, we kill variables containing newlines.
b7026657
AC
12245# Ultrix sh set writes to stderr and can't be redirected directly,
12246# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12247(
12248 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12249 eval ac_val=\$$ac_var
12250 case $ac_val in #(
12251 *${as_nl}*)
12252 case $ac_var in #(
12253 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12254$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12255 esac
12256 case $ac_var in #(
12257 _ | IFS | as_nl) ;; #(
12258 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12259 *) { eval $ac_var=; unset $ac_var;} ;;
12260 esac ;;
12261 esac
12262 done
12263
b7026657 12264 (set) 2>&1 |
81ecdfbb
RW
12265 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12266 *${as_nl}ac_space=\ *)
12267 # `set' does not quote correctly, so add quotes: double-quote
12268 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
12269 sed -n \
12270 "s/'/'\\\\''/g;
12271 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12272 ;; #(
b7026657
AC
12273 *)
12274 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12275 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 12276 ;;
81ecdfbb
RW
12277 esac |
12278 sort
12279) |
b7026657 12280 sed '
81ecdfbb 12281 /^ac_cv_env_/b end
b7026657 12282 t clear
81ecdfbb 12283 :clear
b7026657
AC
12284 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12285 t end
81ecdfbb
RW
12286 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12287 :end' >>confcache
12288if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12289 if test -w "$cache_file"; then
d0ac1c44 12290 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12292$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12293 if test ! -f "$cache_file" || test -h "$cache_file"; then
12294 cat confcache >"$cache_file"
12295 else
12296 case $cache_file in #(
12297 */* | ?:*)
12298 mv -f confcache "$cache_file"$$ &&
12299 mv -f "$cache_file"$$ "$cache_file" ;; #(
12300 *)
12301 mv -f confcache "$cache_file" ;;
12302 esac
12303 fi
12304 fi
b7026657 12305 else
81ecdfbb
RW
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12307$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
12308 fi
12309fi
12310rm -f confcache
12311
12312test "x$prefix" = xNONE && prefix=$ac_default_prefix
12313# Let make expand exec_prefix.
12314test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12315
b7026657
AC
12316DEFS=-DHAVE_CONFIG_H
12317
12318ac_libobjs=
12319ac_ltlibobjs=
d0ac1c44 12320U=
b7026657
AC
12321for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12322 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12323 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12324 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12325 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12326 # will be set to the directory where LIBOBJS objects are built.
12327 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12328 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
12329done
12330LIBOBJS=$ac_libobjs
12331
12332LTLIBOBJS=$ac_ltlibobjs
12333
12334
0cb8d851 12335
db2e4d67 12336if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 12337 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
12338Usually this means the macro was only invoked conditionally." "$LINENO" 5
12339fi
6bb11ab3 12340if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12341 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12342Usually this means the macro was only invoked conditionally." "$LINENO" 5
12343fi
31e6ad7d 12344if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12345 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12346Usually this means the macro was only invoked conditionally." "$LINENO" 5
12347fi
b7026657 12348
d0ac1c44 12349: "${CONFIG_STATUS=./config.status}"
81ecdfbb 12350ac_write_fail=0
b7026657
AC
12351ac_clean_files_save=$ac_clean_files
12352ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
12353{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12354$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12355as_write_fail=0
12356cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
12357#! $SHELL
12358# Generated by $as_me.
12359# Run this file to recreate the current configuration.
12360# Compiler output produced by configure, useful for debugging
12361# configure, is in config.log if it exists.
12362
12363debug=false
12364ac_cs_recheck=false
12365ac_cs_silent=false
b7026657 12366
81ecdfbb
RW
12367SHELL=\${CONFIG_SHELL-$SHELL}
12368export SHELL
12369_ASEOF
12370cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12371## -------------------- ##
12372## M4sh Initialization. ##
12373## -------------------- ##
12374
12375# Be more Bourne compatible
12376DUALCASE=1; export DUALCASE # for MKS sh
12377if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
12378 emulate sh
12379 NULLCMD=:
81ecdfbb 12380 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
12381 # is contrary to our usage. Disable this feature.
12382 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
12383 setopt NO_GLOB_SUBST
12384else
12385 case `(set -o) 2>/dev/null` in #(
12386 *posix*) :
12387 set -o posix ;; #(
12388 *) :
12389 ;;
12390esac
b7026657 12391fi
b7026657 12392
81ecdfbb
RW
12393
12394as_nl='
12395'
12396export as_nl
12397# Printing a long string crashes Solaris 7 /usr/bin/printf.
12398as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12399as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12400as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12401# Prefer a ksh shell builtin over an external printf program on Solaris,
12402# but without wasting forks for bash or zsh.
12403if test -z "$BASH_VERSION$ZSH_VERSION" \
12404 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12405 as_echo='print -r --'
12406 as_echo_n='print -rn --'
12407elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12408 as_echo='printf %s\n'
12409 as_echo_n='printf %s'
12410else
12411 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12412 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12413 as_echo_n='/usr/ucb/echo -n'
12414 else
12415 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12416 as_echo_n_body='eval
12417 arg=$1;
12418 case $arg in #(
12419 *"$as_nl"*)
12420 expr "X$arg" : "X\\(.*\\)$as_nl";
12421 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12422 esac;
12423 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12424 '
12425 export as_echo_n_body
12426 as_echo_n='sh -c $as_echo_n_body as_echo'
12427 fi
12428 export as_echo_body
12429 as_echo='sh -c $as_echo_body as_echo'
12430fi
12431
12432# The user is always right.
12433if test "${PATH_SEPARATOR+set}" != set; then
12434 PATH_SEPARATOR=:
12435 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12436 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12437 PATH_SEPARATOR=';'
12438 }
c906108c 12439fi
b7026657
AC
12440
12441
81ecdfbb
RW
12442# IFS
12443# We need space, tab and new line, in precisely that order. Quoting is
12444# there to prevent editors from complaining about space-tab.
12445# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12446# splitting by setting IFS to empty value.)
12447IFS=" "" $as_nl"
12448
12449# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12450as_myself=
81ecdfbb
RW
12451case $0 in #((
12452 *[\\/]* ) as_myself=$0 ;;
12453 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12454for as_dir in $PATH
12455do
12456 IFS=$as_save_IFS
12457 test -z "$as_dir" && as_dir=.
12458 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12459 done
12460IFS=$as_save_IFS
12461
12462 ;;
12463esac
12464# We did not find ourselves, most probably we were run as `sh COMMAND'
12465# in which case we are not to be found in the path.
12466if test "x$as_myself" = x; then
12467 as_myself=$0
12468fi
12469if test ! -f "$as_myself"; then
12470 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12471 exit 1
12472fi
12473
12474# Unset variables that we do not need and which cause bugs (e.g. in
12475# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12476# suppresses any "Segmentation fault" message there. '((' could
12477# trigger a bug in pdksh 5.2.14.
12478for as_var in BASH_ENV ENV MAIL MAILPATH
12479do eval test x\${$as_var+set} = xset \
12480 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12481done
b7026657
AC
12482PS1='$ '
12483PS2='> '
12484PS4='+ '
12485
12486# NLS nuisances.
81ecdfbb
RW
12487LC_ALL=C
12488export LC_ALL
12489LANGUAGE=C
12490export LANGUAGE
12491
12492# CDPATH.
12493(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12494
12495
d0ac1c44
SM
12496# as_fn_error STATUS ERROR [LINENO LOG_FD]
12497# ----------------------------------------
81ecdfbb
RW
12498# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12499# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12500# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12501as_fn_error ()
12502{
d0ac1c44
SM
12503 as_status=$1; test $as_status -eq 0 && as_status=1
12504 if test "$4"; then
12505 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12506 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 12507 fi
d0ac1c44 12508 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12509 as_fn_exit $as_status
12510} # as_fn_error
12511
12512
12513# as_fn_set_status STATUS
12514# -----------------------
12515# Set $? to STATUS, without forking.
12516as_fn_set_status ()
12517{
12518 return $1
12519} # as_fn_set_status
12520
12521# as_fn_exit STATUS
12522# -----------------
12523# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12524as_fn_exit ()
12525{
12526 set +e
12527 as_fn_set_status $1
12528 exit $1
12529} # as_fn_exit
12530
12531# as_fn_unset VAR
12532# ---------------
12533# Portably unset VAR.
12534as_fn_unset ()
12535{
12536 { eval $1=; unset $1;}
12537}
12538as_unset=as_fn_unset
12539# as_fn_append VAR VALUE
12540# ----------------------
12541# Append the text in VALUE to the end of the definition contained in VAR. Take
12542# advantage of any shell optimizations that allow amortized linear growth over
12543# repeated appends, instead of the typical quadratic growth present in naive
12544# implementations.
12545if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12546 eval 'as_fn_append ()
12547 {
12548 eval $1+=\$2
12549 }'
12550else
12551 as_fn_append ()
12552 {
12553 eval $1=\$$1\$2
12554 }
12555fi # as_fn_append
12556
12557# as_fn_arith ARG...
12558# ------------------
12559# Perform arithmetic evaluation on the ARGs, and store the result in the
12560# global $as_val. Take advantage of shells that can avoid forks. The arguments
12561# must be portable across $(()) and expr.
12562if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12563 eval 'as_fn_arith ()
12564 {
12565 as_val=$(( $* ))
12566 }'
12567else
12568 as_fn_arith ()
12569 {
12570 as_val=`expr "$@" || test $? -eq 1`
12571 }
12572fi # as_fn_arith
12573
b7026657 12574
81ecdfbb
RW
12575if expr a : '\(a\)' >/dev/null 2>&1 &&
12576 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
12577 as_expr=expr
12578else
12579 as_expr=false
c906108c 12580fi
b7026657 12581
81ecdfbb 12582if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
12583 as_basename=basename
12584else
12585 as_basename=false
c906108c
SS
12586fi
12587
81ecdfbb
RW
12588if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12589 as_dirname=dirname
12590else
12591 as_dirname=false
12592fi
c906108c 12593
81ecdfbb 12594as_me=`$as_basename -- "$0" ||
b7026657
AC
12595$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12596 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12597 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12598$as_echo X/"$0" |
12599 sed '/^.*\/\([^/][^/]*\)\/*$/{
12600 s//\1/
12601 q
12602 }
12603 /^X\/\(\/\/\)$/{
12604 s//\1/
12605 q
12606 }
12607 /^X\/\(\/\).*/{
12608 s//\1/
12609 q
12610 }
12611 s/.*/./; q'`
b7026657 12612
b7026657
AC
12613# Avoid depending upon Character Ranges.
12614as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12615as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12616as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12617as_cr_digits='0123456789'
12618as_cr_alnum=$as_cr_Letters$as_cr_digits
12619
81ecdfbb
RW
12620ECHO_C= ECHO_N= ECHO_T=
12621case `echo -n x` in #(((((
12622-n*)
12623 case `echo 'xy\c'` in
12624 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12625 xy) ECHO_C='\c';;
12626 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12627 ECHO_T=' ';;
12628 esac;;
12629*)
12630 ECHO_N='-n';;
b7026657
AC
12631esac
12632
81ecdfbb
RW
12633rm -f conf$$ conf$$.exe conf$$.file
12634if test -d conf$$.dir; then
12635 rm -f conf$$.dir/conf$$.file
c906108c 12636else
81ecdfbb
RW
12637 rm -f conf$$.dir
12638 mkdir conf$$.dir 2>/dev/null
c906108c 12639fi
81ecdfbb
RW
12640if (echo >conf$$.file) 2>/dev/null; then
12641 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12642 as_ln_s='ln -s'
81ecdfbb
RW
12643 # ... but there are two gotchas:
12644 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12645 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12646 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12647 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12648 as_ln_s='cp -pR'
81ecdfbb
RW
12649 elif ln conf$$.file conf$$ 2>/dev/null; then
12650 as_ln_s=ln
12651 else
d0ac1c44 12652 as_ln_s='cp -pR'
b7026657 12653 fi
b7026657 12654else
d0ac1c44 12655 as_ln_s='cp -pR'
c906108c 12656fi
81ecdfbb
RW
12657rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12658rmdir conf$$.dir 2>/dev/null
12659
12660
12661# as_fn_mkdir_p
12662# -------------
12663# Create "$as_dir" as a directory, including parents if necessary.
12664as_fn_mkdir_p ()
12665{
12666
12667 case $as_dir in #(
12668 -*) as_dir=./$as_dir;;
12669 esac
12670 test -d "$as_dir" || eval $as_mkdir_p || {
12671 as_dirs=
12672 while :; do
12673 case $as_dir in #(
12674 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12675 *) as_qdir=$as_dir;;
12676 esac
12677 as_dirs="'$as_qdir' $as_dirs"
12678 as_dir=`$as_dirname -- "$as_dir" ||
12679$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12680 X"$as_dir" : 'X\(//\)[^/]' \| \
12681 X"$as_dir" : 'X\(//\)$' \| \
12682 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12683$as_echo X"$as_dir" |
12684 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12685 s//\1/
12686 q
12687 }
12688 /^X\(\/\/\)[^/].*/{
12689 s//\1/
12690 q
12691 }
12692 /^X\(\/\/\)$/{
12693 s//\1/
12694 q
12695 }
12696 /^X\(\/\).*/{
12697 s//\1/
12698 q
12699 }
12700 s/.*/./; q'`
12701 test -d "$as_dir" && break
12702 done
12703 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12704 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 12705
c906108c 12706
81ecdfbb 12707} # as_fn_mkdir_p
b7026657 12708if mkdir -p . 2>/dev/null; then
81ecdfbb 12709 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 12710else
b7026657
AC
12711 test -d ./-p && rmdir ./-p
12712 as_mkdir_p=false
c906108c 12713fi
c906108c 12714
d0ac1c44
SM
12715
12716# as_fn_executable_p FILE
12717# -----------------------
12718# Test if FILE is an executable regular file.
12719as_fn_executable_p ()
12720{
12721 test -f "$1" && test -x "$1"
12722} # as_fn_executable_p
12723as_test_x='test -x'
12724as_executable_p=as_fn_executable_p
b7026657
AC
12725
12726# Sed expression to map a string onto a valid CPP name.
12727as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12728
12729# Sed expression to map a string onto a valid variable name.
12730as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12731
12732
b7026657 12733exec 6>&1
81ecdfbb
RW
12734## ----------------------------------- ##
12735## Main body of $CONFIG_STATUS script. ##
12736## ----------------------------------- ##
12737_ASEOF
12738test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12739
12740cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12741# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12742# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12743# values after options handling.
12744ac_log="
b7026657 12745This file was extended by $as_me, which was
d0ac1c44 12746generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12747
12748 CONFIG_FILES = $CONFIG_FILES
12749 CONFIG_HEADERS = $CONFIG_HEADERS
12750 CONFIG_LINKS = $CONFIG_LINKS
12751 CONFIG_COMMANDS = $CONFIG_COMMANDS
12752 $ $0 $@
12753
81ecdfbb
RW
12754on `(hostname || uname -n) 2>/dev/null | sed 1q`
12755"
12756
b7026657
AC
12757_ACEOF
12758
81ecdfbb
RW
12759case $ac_config_files in *"
12760"*) set x $ac_config_files; shift; ac_config_files=$*;;
12761esac
b7026657 12762
81ecdfbb
RW
12763case $ac_config_headers in *"
12764"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12765esac
b7026657 12766
c906108c 12767
81ecdfbb
RW
12768cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12769# Files that config.status was made for.
12770config_files="$ac_config_files"
12771config_headers="$ac_config_headers"
81ecdfbb 12772config_commands="$ac_config_commands"
c906108c 12773
81ecdfbb 12774_ACEOF
c906108c 12775
81ecdfbb 12776cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12777ac_cs_usage="\
81ecdfbb
RW
12778\`$as_me' instantiates files and other configuration actions
12779from templates according to the current configuration. Unless the files
12780and actions are specified as TAGs, all are instantiated by default.
c906108c 12781
81ecdfbb 12782Usage: $0 [OPTION]... [TAG]...
c906108c 12783
b7026657 12784 -h, --help print this help, then exit
81ecdfbb 12785 -V, --version print version number and configuration settings, then exit
d0ac1c44 12786 --config print configuration, then exit
81ecdfbb
RW
12787 -q, --quiet, --silent
12788 do not print progress messages
b7026657
AC
12789 -d, --debug don't remove temporary files
12790 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12791 --file=FILE[:TEMPLATE]
12792 instantiate the configuration file FILE
12793 --header=FILE[:TEMPLATE]
12794 instantiate the configuration header FILE
b7026657
AC
12795
12796Configuration files:
12797$config_files
12798
12799Configuration headers:
12800$config_headers
12801
b7026657
AC
12802Configuration commands:
12803$config_commands
12804
81ecdfbb 12805Report bugs to the package provider."
b7026657 12806
81ecdfbb
RW
12807_ACEOF
12808cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12809ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12810ac_cs_version="\\
12811config.status
d0ac1c44
SM
12812configured by $0, generated by GNU Autoconf 2.69,
12813 with options \\"\$ac_cs_config\\"
b7026657 12814
d0ac1c44 12815Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12816This config.status script is free software; the Free Software Foundation
12817gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12818
12819ac_pwd='$ac_pwd'
12820srcdir='$srcdir'
12821INSTALL='$INSTALL'
6bb11ab3 12822AWK='$AWK'
81ecdfbb 12823test -n "\$AWK" || AWK=awk
b7026657
AC
12824_ACEOF
12825
81ecdfbb
RW
12826cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12827# The default lists apply if the user does not specify any file.
b7026657
AC
12828ac_need_defaults=:
12829while test $# != 0
12830do
12831 case $1 in
d0ac1c44 12832 --*=?*)
81ecdfbb
RW
12833 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12834 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12835 ac_shift=:
c906108c 12836 ;;
d0ac1c44
SM
12837 --*=)
12838 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12839 ac_optarg=
12840 ac_shift=:
12841 ;;
81ecdfbb 12842 *)
b7026657
AC
12843 ac_option=$1
12844 ac_optarg=$2
12845 ac_shift=shift
c906108c 12846 ;;
b7026657 12847 esac
c906108c 12848
b7026657
AC
12849 case $ac_option in
12850 # Handling of the options.
b7026657
AC
12851 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12852 ac_cs_recheck=: ;;
81ecdfbb
RW
12853 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12854 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12855 --config | --confi | --conf | --con | --co | --c )
12856 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12857 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12858 debug=: ;;
12859 --file | --fil | --fi | --f )
12860 $ac_shift
81ecdfbb
RW
12861 case $ac_optarg in
12862 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12863 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12864 esac
12865 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12866 ac_need_defaults=false;;
12867 --header | --heade | --head | --hea )
12868 $ac_shift
81ecdfbb
RW
12869 case $ac_optarg in
12870 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12871 esac
12872 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12873 ac_need_defaults=false;;
81ecdfbb
RW
12874 --he | --h)
12875 # Conflict between --help and --header
d0ac1c44 12876 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12877Try \`$0 --help' for more information.";;
12878 --help | --hel | -h )
12879 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12880 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12881 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12882 ac_cs_silent=: ;;
c906108c 12883
b7026657 12884 # This is an error.
d0ac1c44 12885 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12886Try \`$0 --help' for more information." ;;
c906108c 12887
81ecdfbb
RW
12888 *) as_fn_append ac_config_targets " $1"
12889 ac_need_defaults=false ;;
b7026657
AC
12890
12891 esac
12892 shift
12893done
12894
12895ac_configure_extra_args=
12896
12897if $ac_cs_silent; then
12898 exec 6>/dev/null
12899 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12900fi
12901
b7026657 12902_ACEOF
81ecdfbb 12903cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12904if \$ac_cs_recheck; then
d0ac1c44 12905 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12906 shift
12907 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12908 CONFIG_SHELL='$SHELL'
12909 export CONFIG_SHELL
12910 exec "\$@"
b7026657 12911fi
c906108c 12912
b7026657 12913_ACEOF
81ecdfbb
RW
12914cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12915exec 5>>config.log
12916{
12917 echo
12918 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12919## Running $as_me. ##
12920_ASBOX
12921 $as_echo "$ac_log"
12922} >&5
c906108c 12923
81ecdfbb
RW
12924_ACEOF
12925cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12926#
12927# INIT-COMMANDS
12928#
12929ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12930
6bb11ab3
L
12931
12932# The HP-UX ksh and POSIX shell print the target directory to stdout
12933# if CDPATH is set.
12934(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12935
12936sed_quote_subst='$sed_quote_subst'
12937double_quote_subst='$double_quote_subst'
12938delay_variable_subst='$delay_variable_subst'
12939macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12940macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12941enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12942enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12943pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12944enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12945SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12946ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12947host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12948host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12949host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12950build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12951build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12952build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12953SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12954Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12955GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12956EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12957FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12958LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12959NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12960LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12961max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12962ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12963exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12964lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12965lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12966lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12967reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12968reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12969OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12970deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12971file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12972AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12973AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12974STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12975RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12976old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12977old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12978old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12979lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12980CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12981CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12982compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12983GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12984lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12985lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12986lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12987lt_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"`'
12988objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12989MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12990lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12991lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12992lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12993lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12994lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12995need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12996DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12997NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12998LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12999OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13000OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13001libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13002shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13003extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13004archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13005enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13006export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13007whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13008compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13009old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13010old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13011archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13012archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13013module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13014module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13015with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13016allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13017no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13018hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13019hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13020hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13021hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13022hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13023hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13024hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13025hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13026inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13027link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13028fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13029always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13030export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13031exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13032include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13033prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13034file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13035variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13036need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13037need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13038version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13039runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13040shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13041shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13042libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13043library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13044soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13045install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13046postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13047postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13048finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13049finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13050hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13051sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13052sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13053hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13054enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13055enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13056enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13057old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13058striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13059
13060LTCC='$LTCC'
13061LTCFLAGS='$LTCFLAGS'
13062compiler='$compiler_DEFAULT'
13063
13064# A function that is used when there is no print builtin or printf.
13065func_fallback_echo ()
13066{
13067 eval 'cat <<_LTECHO_EOF
13068\$1
13069_LTECHO_EOF'
13070}
13071
13072# Quote evaled strings.
13073for var in SHELL \
13074ECHO \
13075SED \
13076GREP \
13077EGREP \
13078FGREP \
13079LD \
13080NM \
13081LN_S \
13082lt_SP2NL \
13083lt_NL2SP \
13084reload_flag \
13085OBJDUMP \
13086deplibs_check_method \
13087file_magic_cmd \
13088AR \
13089AR_FLAGS \
13090STRIP \
13091RANLIB \
13092CC \
13093CFLAGS \
13094compiler \
13095lt_cv_sys_global_symbol_pipe \
13096lt_cv_sys_global_symbol_to_cdecl \
13097lt_cv_sys_global_symbol_to_c_name_address \
13098lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13099lt_prog_compiler_no_builtin_flag \
13100lt_prog_compiler_wl \
13101lt_prog_compiler_pic \
13102lt_prog_compiler_static \
13103lt_cv_prog_compiler_c_o \
13104need_locks \
13105DSYMUTIL \
13106NMEDIT \
13107LIPO \
13108OTOOL \
13109OTOOL64 \
13110shrext_cmds \
13111export_dynamic_flag_spec \
13112whole_archive_flag_spec \
13113compiler_needs_object \
13114with_gnu_ld \
13115allow_undefined_flag \
13116no_undefined_flag \
13117hardcode_libdir_flag_spec \
13118hardcode_libdir_flag_spec_ld \
13119hardcode_libdir_separator \
13120fix_srcfile_path \
13121exclude_expsyms \
13122include_expsyms \
13123file_list_spec \
13124variables_saved_for_relink \
13125libname_spec \
13126library_names_spec \
13127soname_spec \
13128install_override_mode \
13129finish_eval \
13130old_striplib \
13131striplib; do
13132 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13133 *[\\\\\\\`\\"\\\$]*)
13134 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13135 ;;
13136 *)
13137 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13138 ;;
13139 esac
13140done
13141
13142# Double-quote double-evaled strings.
13143for var in reload_cmds \
13144old_postinstall_cmds \
13145old_postuninstall_cmds \
13146old_archive_cmds \
13147extract_expsyms_cmds \
13148old_archive_from_new_cmds \
13149old_archive_from_expsyms_cmds \
13150archive_cmds \
13151archive_expsym_cmds \
13152module_cmds \
13153module_expsym_cmds \
13154export_symbols_cmds \
13155prelink_cmds \
13156postinstall_cmds \
13157postuninstall_cmds \
13158finish_cmds \
13159sys_lib_search_path_spec \
13160sys_lib_dlsearch_path_spec; do
13161 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13162 *[\\\\\\\`\\"\\\$]*)
13163 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13164 ;;
13165 *)
13166 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13167 ;;
13168 esac
13169done
13170
13171ac_aux_dir='$ac_aux_dir'
13172xsi_shell='$xsi_shell'
13173lt_shell_append='$lt_shell_append'
13174
13175# See if we are running on zsh, and set the options which allow our
13176# commands through without removal of \ escapes INIT.
13177if test -n "\${ZSH_VERSION+set}" ; then
13178 setopt NO_GLOB_SUBST
13179fi
13180
13181
13182 PACKAGE='$PACKAGE'
13183 VERSION='$VERSION'
13184 TIMESTAMP='$TIMESTAMP'
13185 RM='$RM'
13186 ofile='$ofile'
13187
13188
13189
13190
81ecdfbb 13191_ACEOF
c906108c 13192
81ecdfbb 13193cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 13194
81ecdfbb 13195# Handling of arguments.
b7026657 13196for ac_config_target in $ac_config_targets
c906108c 13197do
81ecdfbb
RW
13198 case $ac_config_target in
13199 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13200 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13201 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13202 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13203 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13204 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13205 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13206 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13207
d0ac1c44 13208 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
13209 esac
13210done
13211
81ecdfbb 13212
b7026657
AC
13213# If the user did not use the arguments to specify the items to instantiate,
13214# then the envvar interface is used. Set only those that are not.
13215# We use the long form for the default assignment because of an extremely
13216# bizarre bug on SunOS 4.1.3.
13217if $ac_need_defaults; then
13218 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13219 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
13220 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13221fi
13222
13223# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13224# simply because there is no reason against having it here, and in addition,
b7026657 13225# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13226# Hook for its removal unless debugging.
13227# Note that there is a small window in which the directory will not be cleaned:
13228# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
13229$debug ||
13230{
d0ac1c44 13231 tmp= ac_tmp=
81ecdfbb 13232 trap 'exit_status=$?
d0ac1c44
SM
13233 : "${ac_tmp:=$tmp}"
13234 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13235' 0
13236 trap 'as_fn_exit 1' 1 2 13 15
b7026657 13237}
b7026657 13238# Create a (secure) tmp directory for tmp files.
c906108c 13239
b7026657 13240{
81ecdfbb 13241 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13242 test -d "$tmp"
b7026657
AC
13243} ||
13244{
81ecdfbb
RW
13245 tmp=./conf$$-$RANDOM
13246 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13247} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13248ac_tmp=$tmp
b7026657 13249
81ecdfbb
RW
13250# Set up the scripts for CONFIG_FILES section.
13251# No need to generate them if there are no CONFIG_FILES.
13252# This happens for instance with `./config.status config.h'.
13253if test -n "$CONFIG_FILES"; then
b7026657 13254
c906108c 13255
81ecdfbb
RW
13256ac_cr=`echo X | tr X '\015'`
13257# On cygwin, bash can eat \r inside `` if the user requested igncr.
13258# But we know of no other shell where ac_cr would be empty at this
13259# point, so we can use a bashism as a fallback.
13260if test "x$ac_cr" = x; then
13261 eval ac_cr=\$\'\\r\'
13262fi
13263ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13264if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13265 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13266else
13267 ac_cs_awk_cr=$ac_cr
13268fi
b7026657 13269
d0ac1c44 13270echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
13271_ACEOF
13272
c906108c 13273
81ecdfbb
RW
13274{
13275 echo "cat >conf$$subs.awk <<_ACEOF" &&
13276 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13277 echo "_ACEOF"
13278} >conf$$subs.sh ||
d0ac1c44
SM
13279 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13280ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13281ac_delim='%!_!# '
13282for ac_last_try in false false false false false :; do
13283 . ./conf$$subs.sh ||
d0ac1c44 13284 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13285
13286 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13287 if test $ac_delim_n = $ac_delim_num; then
13288 break
13289 elif $ac_last_try; then
d0ac1c44 13290 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 13291 else
81ecdfbb
RW
13292 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13293 fi
13294done
13295rm -f conf$$subs.sh
13296
13297cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13298cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
13299_ACEOF
13300sed -n '
13301h
13302s/^/S["/; s/!.*/"]=/
13303p
13304g
13305s/^[^!]*!//
13306:repl
13307t repl
13308s/'"$ac_delim"'$//
13309t delim
13310:nl
13311h
d0ac1c44 13312s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13313t more1
13314s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13315p
13316n
13317b repl
13318:more1
13319s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13320p
13321g
13322s/.\{148\}//
13323t nl
13324:delim
13325h
d0ac1c44 13326s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13327t more2
13328s/["\\]/\\&/g; s/^/"/; s/$/"/
13329p
13330b
13331:more2
13332s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13333p
13334g
13335s/.\{148\}//
13336t delim
13337' <conf$$subs.awk | sed '
13338/^[^""]/{
13339 N
13340 s/\n//
13341}
13342' >>$CONFIG_STATUS || ac_write_fail=1
13343rm -f conf$$subs.awk
13344cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13345_ACAWK
d0ac1c44 13346cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
13347 for (key in S) S_is_set[key] = 1
13348 FS = "\a"
b7026657 13349
81ecdfbb
RW
13350}
13351{
13352 line = $ 0
13353 nfields = split(line, field, "@")
13354 substed = 0
13355 len = length(field[1])
13356 for (i = 2; i < nfields; i++) {
13357 key = field[i]
13358 keylen = length(key)
13359 if (S_is_set[key]) {
13360 value = S[key]
13361 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13362 len += length(value) + length(field[++i])
13363 substed = 1
13364 } else
13365 len += 1 + keylen
13366 }
13367
13368 print line
13369}
c906108c 13370
81ecdfbb
RW
13371_ACAWK
13372_ACEOF
13373cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13374if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13375 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 13376else
81ecdfbb 13377 cat
d0ac1c44
SM
13378fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13379 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 13380_ACEOF
b7026657 13381
d0ac1c44
SM
13382# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13383# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
13384# trailing colons and then remove the whole line if VPATH becomes empty
13385# (actually we leave an empty line to preserve line numbers).
13386if test "x$srcdir" = x.; then
d0ac1c44
SM
13387 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13388h
13389s///
13390s/^/:/
13391s/[ ]*$/:/
13392s/:\$(srcdir):/:/g
13393s/:\${srcdir}:/:/g
13394s/:@srcdir@:/:/g
13395s/^:*//
81ecdfbb 13396s/:*$//
d0ac1c44
SM
13397x
13398s/\(=[ ]*\).*/\1/
13399G
13400s/\n//
81ecdfbb
RW
13401s/^[^=]*=[ ]*$//
13402}'
13403fi
c906108c 13404
81ecdfbb
RW
13405cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13406fi # test -n "$CONFIG_FILES"
c906108c 13407
81ecdfbb
RW
13408# Set up the scripts for CONFIG_HEADERS section.
13409# No need to generate them if there are no CONFIG_HEADERS.
13410# This happens for instance with `./config.status Makefile'.
13411if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13412cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
13413BEGIN {
13414_ACEOF
b7026657 13415
81ecdfbb
RW
13416# Transform confdefs.h into an awk script `defines.awk', embedded as
13417# here-document in config.status, that substitutes the proper values into
13418# config.h.in to produce config.h.
c906108c 13419
81ecdfbb
RW
13420# Create a delimiter string that does not exist in confdefs.h, to ease
13421# handling of long lines.
13422ac_delim='%!_!# '
13423for ac_last_try in false false :; do
d0ac1c44
SM
13424 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13425 if test -z "$ac_tt"; then
81ecdfbb
RW
13426 break
13427 elif $ac_last_try; then
d0ac1c44 13428 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 13429 else
81ecdfbb 13430 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 13431 fi
b7026657 13432done
81ecdfbb
RW
13433
13434# For the awk script, D is an array of macro values keyed by name,
13435# likewise P contains macro parameters if any. Preserve backslash
13436# newline sequences.
13437
13438ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13439sed -n '
13440s/.\{148\}/&'"$ac_delim"'/g
13441t rset
13442:rset
13443s/^[ ]*#[ ]*define[ ][ ]*/ /
13444t def
13445d
13446:def
13447s/\\$//
13448t bsnl
13449s/["\\]/\\&/g
13450s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13451D["\1"]=" \3"/p
13452s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13453d
13454:bsnl
13455s/["\\]/\\&/g
13456s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13457D["\1"]=" \3\\\\\\n"\\/p
13458t cont
13459s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13460t cont
13461d
13462:cont
13463n
13464s/.\{148\}/&'"$ac_delim"'/g
13465t clear
13466:clear
13467s/\\$//
13468t bsnlc
13469s/["\\]/\\&/g; s/^/"/; s/$/"/p
13470d
13471:bsnlc
13472s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13473b cont
13474' <confdefs.h | sed '
13475s/'"$ac_delim"'/"\\\
13476"/g' >>$CONFIG_STATUS || ac_write_fail=1
13477
13478cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13479 for (key in D) D_is_set[key] = 1
13480 FS = "\a"
13481}
13482/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13483 line = \$ 0
13484 split(line, arg, " ")
13485 if (arg[1] == "#") {
13486 defundef = arg[2]
13487 mac1 = arg[3]
13488 } else {
13489 defundef = substr(arg[1], 2)
13490 mac1 = arg[2]
13491 }
13492 split(mac1, mac2, "(") #)
13493 macro = mac2[1]
13494 prefix = substr(line, 1, index(line, defundef) - 1)
13495 if (D_is_set[macro]) {
13496 # Preserve the white space surrounding the "#".
13497 print prefix "define", macro P[macro] D[macro]
13498 next
13499 } else {
13500 # Replace #undef with comments. This is necessary, for example,
13501 # in the case of _POSIX_SOURCE, which is predefined and required
13502 # on some systems where configure will not decide to define it.
13503 if (defundef == "undef") {
13504 print "/*", prefix defundef, macro, "*/"
13505 next
13506 }
13507 }
13508}
13509{ print }
13510_ACAWK
b7026657 13511_ACEOF
81ecdfbb 13512cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13513 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13514fi # test -n "$CONFIG_HEADERS"
b7026657 13515
c906108c 13516
99d8e879 13517eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13518shift
13519for ac_tag
13520do
13521 case $ac_tag in
13522 :[FHLC]) ac_mode=$ac_tag; continue;;
c906108c 13523 esac
81ecdfbb
RW
13524 case $ac_mode$ac_tag in
13525 :[FHL]*:*);;
d0ac1c44 13526 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13527 :[FH]-) ac_tag=-:-;;
13528 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13529 esac
13530 ac_save_IFS=$IFS
13531 IFS=:
13532 set x $ac_tag
13533 IFS=$ac_save_IFS
13534 shift
13535 ac_file=$1
13536 shift
c906108c 13537
81ecdfbb
RW
13538 case $ac_mode in
13539 :L) ac_source=$1;;
13540 :[FH])
13541 ac_file_inputs=
13542 for ac_f
13543 do
13544 case $ac_f in
d0ac1c44 13545 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13546 *) # Look for the file first in the build tree, then in the source tree
13547 # (if the path is not absolute). The absolute path cannot be DOS-style,
13548 # because $ac_f cannot contain `:'.
13549 test -f "$ac_f" ||
13550 case $ac_f in
13551 [\\/$]*) false;;
13552 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13553 esac ||
d0ac1c44 13554 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 13555 esac
81ecdfbb
RW
13556 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13557 as_fn_append ac_file_inputs " '$ac_f'"
13558 done
b7026657 13559
81ecdfbb
RW
13560 # Let's still pretend it is `configure' which instantiates (i.e., don't
13561 # use $as_me), people would be surprised to read:
13562 # /* config.h. Generated by config.status. */
13563 configure_input='Generated from '`
13564 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13565 `' by configure.'
13566 if test x"$ac_file" != x-; then
13567 configure_input="$ac_file. $configure_input"
13568 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13569$as_echo "$as_me: creating $ac_file" >&6;}
13570 fi
13571 # Neutralize special characters interpreted by sed in replacement strings.
13572 case $configure_input in #(
13573 *\&* | *\|* | *\\* )
13574 ac_sed_conf_input=`$as_echo "$configure_input" |
13575 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13576 *) ac_sed_conf_input=$configure_input;;
13577 esac
b7026657 13578
81ecdfbb 13579 case $ac_tag in
d0ac1c44
SM
13580 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13581 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13582 esac
13583 ;;
13584 esac
b7026657 13585
81ecdfbb 13586 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
13587$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13588 X"$ac_file" : 'X\(//\)[^/]' \| \
13589 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13590 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13591$as_echo X"$ac_file" |
13592 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13593 s//\1/
13594 q
13595 }
13596 /^X\(\/\/\)[^/].*/{
13597 s//\1/
13598 q
13599 }
13600 /^X\(\/\/\)$/{
13601 s//\1/
13602 q
13603 }
13604 /^X\(\/\).*/{
13605 s//\1/
13606 q
13607 }
13608 s/.*/./; q'`
13609 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
13610 ac_builddir=.
13611
81ecdfbb
RW
13612case "$ac_dir" in
13613.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13614*)
13615 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13616 # A ".." for each directory in $ac_dir_suffix.
13617 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13618 case $ac_top_builddir_sub in
13619 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13620 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13621 esac ;;
13622esac
13623ac_abs_top_builddir=$ac_pwd
13624ac_abs_builddir=$ac_pwd$ac_dir_suffix
13625# for backward compatibility:
13626ac_top_builddir=$ac_top_build_prefix
b7026657
AC
13627
13628case $srcdir in
81ecdfbb 13629 .) # We are building in place.
b7026657 13630 ac_srcdir=.
81ecdfbb
RW
13631 ac_top_srcdir=$ac_top_builddir_sub
13632 ac_abs_top_srcdir=$ac_pwd ;;
13633 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 13634 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13635 ac_top_srcdir=$srcdir
13636 ac_abs_top_srcdir=$srcdir ;;
13637 *) # Relative name.
13638 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13639 ac_top_srcdir=$ac_top_build_prefix$srcdir
13640 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13641esac
81ecdfbb 13642ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13643
c906108c 13644
81ecdfbb
RW
13645 case $ac_mode in
13646 :F)
13647 #
13648 # CONFIG_FILE
13649 #
b7026657 13650
81ecdfbb
RW
13651 case $INSTALL in
13652 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13653 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 13654 esac
81ecdfbb 13655_ACEOF
c906108c 13656
81ecdfbb
RW
13657cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13658# If the template does not know about datarootdir, expand it.
13659# FIXME: This hack should be removed a few years after 2.60.
13660ac_datarootdir_hack=; ac_datarootdir_seen=
13661ac_sed_dataroot='
13662/datarootdir/ {
13663 p
13664 q
13665}
13666/@datadir@/p
13667/@docdir@/p
13668/@infodir@/p
13669/@localedir@/p
13670/@mandir@/p'
13671case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13672*datarootdir*) ac_datarootdir_seen=yes;;
13673*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13675$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13676_ACEOF
13677cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13678 ac_datarootdir_hack='
13679 s&@datadir@&$datadir&g
13680 s&@docdir@&$docdir&g
13681 s&@infodir@&$infodir&g
13682 s&@localedir@&$localedir&g
13683 s&@mandir@&$mandir&g
13684 s&\\\${datarootdir}&$datarootdir&g' ;;
13685esac
b7026657 13686_ACEOF
b7026657 13687
81ecdfbb
RW
13688# Neutralize VPATH when `$srcdir' = `.'.
13689# Shell code in configure.ac might set extrasub.
13690# FIXME: do we really want to maintain this feature?
13691cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13692ac_sed_extra="$ac_vpsub
13693$extrasub
13694_ACEOF
13695cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13696:t
13697/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13698s|@configure_input@|$ac_sed_conf_input|;t t
13699s&@top_builddir@&$ac_top_builddir_sub&;t t
13700s&@top_build_prefix@&$ac_top_build_prefix&;t t
13701s&@srcdir@&$ac_srcdir&;t t
13702s&@abs_srcdir@&$ac_abs_srcdir&;t t
13703s&@top_srcdir@&$ac_top_srcdir&;t t
13704s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13705s&@builddir@&$ac_builddir&;t t
13706s&@abs_builddir@&$ac_abs_builddir&;t t
13707s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13708s&@INSTALL@&$ac_INSTALL&;t t
13709$ac_datarootdir_hack
13710"
d0ac1c44
SM
13711eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13712 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13713
13714test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13715 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13716 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13717 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13719which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13720$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13721which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13722
d0ac1c44 13723 rm -f "$ac_tmp/stdin"
81ecdfbb 13724 case $ac_file in
d0ac1c44
SM
13725 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13726 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13727 esac \
d0ac1c44 13728 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13729 ;;
13730 :H)
13731 #
13732 # CONFIG_HEADER
13733 #
13734 if test x"$ac_file" != x-; then
13735 {
13736 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13737 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13738 } >"$ac_tmp/config.h" \
13739 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13740 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13742$as_echo "$as_me: $ac_file is unchanged" >&6;}
13743 else
13744 rm -f "$ac_file"
d0ac1c44
SM
13745 mv "$ac_tmp/config.h" "$ac_file" \
13746 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13747 fi
b7026657 13748 else
81ecdfbb 13749 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13750 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13751 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13752 fi
13753 ;;
b7026657 13754
81ecdfbb
RW
13755 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13756$as_echo "$as_me: executing $ac_file commands" >&6;}
13757 ;;
13758 esac
b7026657
AC
13759
13760
81ecdfbb 13761 case $ac_file$ac_mode in
db2e4d67 13762 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13763 "libtool":C)
13764
13765 # See if we are running on zsh, and set the options which allow our
13766 # commands through without removal of \ escapes.
13767 if test -n "${ZSH_VERSION+set}" ; then
13768 setopt NO_GLOB_SUBST
13769 fi
13770
13771 cfgfile="${ofile}T"
13772 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13773 $RM "$cfgfile"
13774
13775 cat <<_LT_EOF >> "$cfgfile"
13776#! $SHELL
13777
13778# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13779# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13780# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13781# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13782#
13783# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13784# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13785# Written by Gordon Matzigkeit, 1996
13786#
13787# This file is part of GNU Libtool.
13788#
13789# GNU Libtool is free software; you can redistribute it and/or
13790# modify it under the terms of the GNU General Public License as
13791# published by the Free Software Foundation; either version 2 of
13792# the License, or (at your option) any later version.
13793#
13794# As a special exception to the GNU General Public License,
13795# if you distribute this file as part of a program or library that
13796# is built using GNU Libtool, you may include this file under the
13797# same distribution terms that you use for the rest of that program.
13798#
13799# GNU Libtool is distributed in the hope that it will be useful,
13800# but WITHOUT ANY WARRANTY; without even the implied warranty of
13801# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13802# GNU General Public License for more details.
13803#
13804# You should have received a copy of the GNU General Public License
13805# along with GNU Libtool; see the file COPYING. If not, a copy
13806# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13807# obtained by writing to the Free Software Foundation, Inc.,
13808# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13809
13810
13811# The names of the tagged configurations supported by this script.
13812available_tags=""
13813
13814# ### BEGIN LIBTOOL CONFIG
13815
13816# Which release of libtool.m4 was used?
13817macro_version=$macro_version
13818macro_revision=$macro_revision
13819
13820# Whether or not to build shared libraries.
13821build_libtool_libs=$enable_shared
13822
13823# Whether or not to build static libraries.
13824build_old_libs=$enable_static
13825
13826# What type of objects to build.
13827pic_mode=$pic_mode
13828
13829# Whether or not to optimize for fast installation.
13830fast_install=$enable_fast_install
13831
13832# Shell to use when invoking shell scripts.
13833SHELL=$lt_SHELL
13834
13835# An echo program that protects backslashes.
13836ECHO=$lt_ECHO
13837
13838# The host system.
13839host_alias=$host_alias
13840host=$host
13841host_os=$host_os
13842
13843# The build system.
13844build_alias=$build_alias
13845build=$build
13846build_os=$build_os
13847
13848# A sed program that does not truncate output.
13849SED=$lt_SED
13850
13851# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13852Xsed="\$SED -e 1s/^X//"
13853
13854# A grep program that handles long lines.
13855GREP=$lt_GREP
13856
13857# An ERE matcher.
13858EGREP=$lt_EGREP
13859
13860# A literal string matcher.
13861FGREP=$lt_FGREP
13862
13863# A BSD- or MS-compatible name lister.
13864NM=$lt_NM
13865
13866# Whether we need soft or hard links.
13867LN_S=$lt_LN_S
13868
13869# What is the maximum length of a command?
13870max_cmd_len=$max_cmd_len
13871
13872# Object file suffix (normally "o").
13873objext=$ac_objext
13874
13875# Executable file suffix (normally "").
13876exeext=$exeext
13877
13878# whether the shell understands "unset".
13879lt_unset=$lt_unset
13880
13881# turn spaces into newlines.
13882SP2NL=$lt_lt_SP2NL
13883
13884# turn newlines into spaces.
13885NL2SP=$lt_lt_NL2SP
13886
13887# An object symbol dumper.
13888OBJDUMP=$lt_OBJDUMP
13889
13890# Method to check whether dependent libraries are shared objects.
13891deplibs_check_method=$lt_deplibs_check_method
13892
13893# Command to use when deplibs_check_method == "file_magic".
13894file_magic_cmd=$lt_file_magic_cmd
13895
13896# The archiver.
13897AR=$lt_AR
13898AR_FLAGS=$lt_AR_FLAGS
13899
13900# A symbol stripping program.
13901STRIP=$lt_STRIP
13902
13903# Commands used to install an old-style archive.
13904RANLIB=$lt_RANLIB
13905old_postinstall_cmds=$lt_old_postinstall_cmds
13906old_postuninstall_cmds=$lt_old_postuninstall_cmds
13907
13908# Whether to use a lock for old archive extraction.
13909lock_old_archive_extraction=$lock_old_archive_extraction
13910
13911# A C compiler.
13912LTCC=$lt_CC
13913
13914# LTCC compiler flags.
13915LTCFLAGS=$lt_CFLAGS
13916
13917# Take the output of nm and produce a listing of raw symbols and C names.
13918global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13919
13920# Transform the output of nm in a proper C declaration.
13921global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13922
13923# Transform the output of nm in a C name address pair.
13924global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13925
13926# Transform the output of nm in a C name address pair when lib prefix is needed.
13927global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13928
13929# The name of the directory that contains temporary libtool files.
13930objdir=$objdir
13931
13932# Used to examine libraries when file_magic_cmd begins with "file".
13933MAGIC_CMD=$MAGIC_CMD
13934
13935# Must we lock files when doing compilation?
13936need_locks=$lt_need_locks
13937
13938# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13939DSYMUTIL=$lt_DSYMUTIL
13940
13941# Tool to change global to local symbols on Mac OS X.
13942NMEDIT=$lt_NMEDIT
13943
13944# Tool to manipulate fat objects and archives on Mac OS X.
13945LIPO=$lt_LIPO
13946
13947# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13948OTOOL=$lt_OTOOL
13949
13950# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13951OTOOL64=$lt_OTOOL64
13952
13953# Old archive suffix (normally "a").
13954libext=$libext
13955
13956# Shared library suffix (normally ".so").
13957shrext_cmds=$lt_shrext_cmds
13958
13959# The commands to extract the exported symbol list from a shared archive.
13960extract_expsyms_cmds=$lt_extract_expsyms_cmds
13961
13962# Variables whose values should be saved in libtool wrapper scripts and
13963# restored at link time.
13964variables_saved_for_relink=$lt_variables_saved_for_relink
13965
13966# Do we need the "lib" prefix for modules?
13967need_lib_prefix=$need_lib_prefix
13968
13969# Do we need a version for libraries?
13970need_version=$need_version
13971
13972# Library versioning type.
13973version_type=$version_type
13974
13975# Shared library runtime path variable.
13976runpath_var=$runpath_var
13977
13978# Shared library path variable.
13979shlibpath_var=$shlibpath_var
13980
13981# Is shlibpath searched before the hard-coded library search path?
13982shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13983
13984# Format of library name prefix.
13985libname_spec=$lt_libname_spec
13986
13987# List of archive names. First name is the real one, the rest are links.
13988# The last name is the one that the linker finds with -lNAME
13989library_names_spec=$lt_library_names_spec
13990
13991# The coded name of the library, if different from the real name.
13992soname_spec=$lt_soname_spec
13993
13994# Permission mode override for installation of shared libraries.
13995install_override_mode=$lt_install_override_mode
13996
13997# Command to use after installation of a shared archive.
13998postinstall_cmds=$lt_postinstall_cmds
13999
14000# Command to use after uninstallation of a shared archive.
14001postuninstall_cmds=$lt_postuninstall_cmds
14002
14003# Commands used to finish a libtool library installation in a directory.
14004finish_cmds=$lt_finish_cmds
14005
14006# As "finish_cmds", except a single script fragment to be evaled but
14007# not shown.
14008finish_eval=$lt_finish_eval
14009
14010# Whether we should hardcode library paths into libraries.
14011hardcode_into_libs=$hardcode_into_libs
14012
14013# Compile-time system search path for libraries.
14014sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14015
14016# Run-time system search path for libraries.
14017sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14018
14019# Whether dlopen is supported.
14020dlopen_support=$enable_dlopen
14021
14022# Whether dlopen of programs is supported.
14023dlopen_self=$enable_dlopen_self
14024
14025# Whether dlopen of statically linked programs is supported.
14026dlopen_self_static=$enable_dlopen_self_static
14027
14028# Commands to strip libraries.
14029old_striplib=$lt_old_striplib
14030striplib=$lt_striplib
14031
14032
14033# The linker used to build libraries.
14034LD=$lt_LD
14035
14036# How to create reloadable object files.
14037reload_flag=$lt_reload_flag
14038reload_cmds=$lt_reload_cmds
14039
14040# Commands used to build an old-style archive.
14041old_archive_cmds=$lt_old_archive_cmds
14042
14043# A language specific compiler.
14044CC=$lt_compiler
14045
14046# Is the compiler the GNU compiler?
14047with_gcc=$GCC
14048
14049# Compiler flag to turn off builtin functions.
14050no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14051
14052# How to pass a linker flag through the compiler.
14053wl=$lt_lt_prog_compiler_wl
14054
14055# Additional compiler flags for building library objects.
14056pic_flag=$lt_lt_prog_compiler_pic
14057
14058# Compiler flag to prevent dynamic linking.
14059link_static_flag=$lt_lt_prog_compiler_static
14060
14061# Does compiler simultaneously support -c and -o options?
14062compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14063
14064# Whether or not to add -lc for building shared libraries.
14065build_libtool_need_lc=$archive_cmds_need_lc
14066
14067# Whether or not to disallow shared libs when runtime libs are static.
14068allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14069
14070# Compiler flag to allow reflexive dlopens.
14071export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14072
14073# Compiler flag to generate shared objects directly from archives.
14074whole_archive_flag_spec=$lt_whole_archive_flag_spec
14075
14076# Whether the compiler copes with passing no objects directly.
14077compiler_needs_object=$lt_compiler_needs_object
14078
14079# Create an old-style archive from a shared archive.
14080old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14081
14082# Create a temporary old-style archive to link instead of a shared archive.
14083old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14084
14085# Commands used to build a shared archive.
14086archive_cmds=$lt_archive_cmds
14087archive_expsym_cmds=$lt_archive_expsym_cmds
14088
14089# Commands used to build a loadable module if different from building
14090# a shared archive.
14091module_cmds=$lt_module_cmds
14092module_expsym_cmds=$lt_module_expsym_cmds
14093
14094# Whether we are building with GNU ld or not.
14095with_gnu_ld=$lt_with_gnu_ld
14096
14097# Flag that allows shared libraries with undefined symbols to be built.
14098allow_undefined_flag=$lt_allow_undefined_flag
14099
14100# Flag that enforces no undefined symbols.
14101no_undefined_flag=$lt_no_undefined_flag
14102
14103# Flag to hardcode \$libdir into a binary during linking.
14104# This must work even if \$libdir does not exist
14105hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14106
14107# If ld is used when linking, flag to hardcode \$libdir into a binary
14108# during linking. This must work even if \$libdir does not exist.
14109hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14110
14111# Whether we need a single "-rpath" flag with a separated argument.
14112hardcode_libdir_separator=$lt_hardcode_libdir_separator
14113
14114# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14115# DIR into the resulting binary.
14116hardcode_direct=$hardcode_direct
14117
14118# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14119# DIR into the resulting binary and the resulting library dependency is
14120# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14121# library is relocated.
14122hardcode_direct_absolute=$hardcode_direct_absolute
14123
14124# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14125# into the resulting binary.
14126hardcode_minus_L=$hardcode_minus_L
14127
14128# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14129# into the resulting binary.
14130hardcode_shlibpath_var=$hardcode_shlibpath_var
14131
14132# Set to "yes" if building a shared library automatically hardcodes DIR
14133# into the library and all subsequent libraries and executables linked
14134# against it.
14135hardcode_automatic=$hardcode_automatic
14136
14137# Set to yes if linker adds runtime paths of dependent libraries
14138# to runtime path list.
14139inherit_rpath=$inherit_rpath
14140
14141# Whether libtool must link a program against all its dependency libraries.
14142link_all_deplibs=$link_all_deplibs
14143
14144# Fix the shell variable \$srcfile for the compiler.
14145fix_srcfile_path=$lt_fix_srcfile_path
14146
14147# Set to "yes" if exported symbols are required.
14148always_export_symbols=$always_export_symbols
14149
14150# The commands to list exported symbols.
14151export_symbols_cmds=$lt_export_symbols_cmds
14152
14153# Symbols that should not be listed in the preloaded symbols.
14154exclude_expsyms=$lt_exclude_expsyms
14155
14156# Symbols that must always be exported.
14157include_expsyms=$lt_include_expsyms
14158
14159# Commands necessary for linking programs (against libraries) with templates.
14160prelink_cmds=$lt_prelink_cmds
14161
14162# Specify filename containing input files.
14163file_list_spec=$lt_file_list_spec
14164
14165# How to hardcode a shared library path into an executable.
14166hardcode_action=$hardcode_action
14167
14168# ### END LIBTOOL CONFIG
14169
14170_LT_EOF
14171
14172 case $host_os in
14173 aix3*)
14174 cat <<\_LT_EOF >> "$cfgfile"
14175# AIX sometimes has problems with the GCC collect2 program. For some
14176# reason, if we set the COLLECT_NAMES environment variable, the problems
14177# vanish in a puff of smoke.
14178if test "X${COLLECT_NAMES+set}" != Xset; then
14179 COLLECT_NAMES=
14180 export COLLECT_NAMES
14181fi
14182_LT_EOF
14183 ;;
14184 esac
14185
14186
14187ltmain="$ac_aux_dir/ltmain.sh"
14188
14189
14190 # We use sed instead of cat because bash on DJGPP gets confused if
14191 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14192 # text mode, it properly converts lines to CR/LF. This bash problem
14193 # is reportedly fixed, but why not run on old versions too?
14194 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14195 || (rm -f "$cfgfile"; exit 1)
14196
14197 case $xsi_shell in
14198 yes)
14199 cat << \_LT_EOF >> "$cfgfile"
14200
14201# func_dirname file append nondir_replacement
14202# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14203# otherwise set result to NONDIR_REPLACEMENT.
14204func_dirname ()
14205{
14206 case ${1} in
14207 */*) func_dirname_result="${1%/*}${2}" ;;
14208 * ) func_dirname_result="${3}" ;;
14209 esac
14210}
14211
14212# func_basename file
14213func_basename ()
14214{
14215 func_basename_result="${1##*/}"
14216}
14217
14218# func_dirname_and_basename file append nondir_replacement
14219# perform func_basename and func_dirname in a single function
14220# call:
14221# dirname: Compute the dirname of FILE. If nonempty,
14222# add APPEND to the result, otherwise set result
14223# to NONDIR_REPLACEMENT.
14224# value returned in "$func_dirname_result"
14225# basename: Compute filename of FILE.
14226# value retuned in "$func_basename_result"
14227# Implementation must be kept synchronized with func_dirname
14228# and func_basename. For efficiency, we do not delegate to
14229# those functions but instead duplicate the functionality here.
14230func_dirname_and_basename ()
14231{
14232 case ${1} in
14233 */*) func_dirname_result="${1%/*}${2}" ;;
14234 * ) func_dirname_result="${3}" ;;
14235 esac
14236 func_basename_result="${1##*/}"
14237}
14238
14239# func_stripname prefix suffix name
14240# strip PREFIX and SUFFIX off of NAME.
14241# PREFIX and SUFFIX must not contain globbing or regex special
14242# characters, hashes, percent signs, but SUFFIX may contain a leading
14243# dot (in which case that matches only a dot).
14244func_stripname ()
14245{
14246 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14247 # positional parameters, so assign one to ordinary parameter first.
14248 func_stripname_result=${3}
14249 func_stripname_result=${func_stripname_result#"${1}"}
14250 func_stripname_result=${func_stripname_result%"${2}"}
14251}
14252
14253# func_opt_split
14254func_opt_split ()
14255{
14256 func_opt_split_opt=${1%%=*}
14257 func_opt_split_arg=${1#*=}
14258}
14259
14260# func_lo2o object
14261func_lo2o ()
14262{
14263 case ${1} in
14264 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14265 *) func_lo2o_result=${1} ;;
14266 esac
14267}
14268
14269# func_xform libobj-or-source
14270func_xform ()
14271{
14272 func_xform_result=${1%.*}.lo
14273}
14274
14275# func_arith arithmetic-term...
14276func_arith ()
14277{
14278 func_arith_result=$(( $* ))
14279}
14280
14281# func_len string
14282# STRING may not start with a hyphen.
14283func_len ()
14284{
14285 func_len_result=${#1}
14286}
14287
14288_LT_EOF
14289 ;;
14290 *) # Bourne compatible functions.
14291 cat << \_LT_EOF >> "$cfgfile"
14292
14293# func_dirname file append nondir_replacement
14294# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14295# otherwise set result to NONDIR_REPLACEMENT.
14296func_dirname ()
14297{
14298 # Extract subdirectory from the argument.
14299 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14300 if test "X$func_dirname_result" = "X${1}"; then
14301 func_dirname_result="${3}"
14302 else
14303 func_dirname_result="$func_dirname_result${2}"
14304 fi
14305}
14306
14307# func_basename file
14308func_basename ()
14309{
14310 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14311}
14312
14313
14314# func_stripname prefix suffix name
14315# strip PREFIX and SUFFIX off of NAME.
14316# PREFIX and SUFFIX must not contain globbing or regex special
14317# characters, hashes, percent signs, but SUFFIX may contain a leading
14318# dot (in which case that matches only a dot).
14319# func_strip_suffix prefix name
14320func_stripname ()
14321{
14322 case ${2} in
14323 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14324 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14325 esac
14326}
14327
14328# sed scripts:
14329my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14330my_sed_long_arg='1s/^-[^=]*=//'
14331
14332# func_opt_split
14333func_opt_split ()
14334{
14335 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14336 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14337}
14338
14339# func_lo2o object
14340func_lo2o ()
14341{
14342 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14343}
14344
14345# func_xform libobj-or-source
14346func_xform ()
14347{
14348 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14349}
14350
14351# func_arith arithmetic-term...
14352func_arith ()
14353{
14354 func_arith_result=`expr "$@"`
14355}
14356
14357# func_len string
14358# STRING may not start with a hyphen.
14359func_len ()
14360{
14361 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14362}
14363
14364_LT_EOF
14365esac
14366
14367case $lt_shell_append in
14368 yes)
14369 cat << \_LT_EOF >> "$cfgfile"
14370
14371# func_append var value
14372# Append VALUE to the end of shell variable VAR.
14373func_append ()
14374{
14375 eval "$1+=\$2"
14376}
14377_LT_EOF
14378 ;;
14379 *)
14380 cat << \_LT_EOF >> "$cfgfile"
14381
14382# func_append var value
14383# Append VALUE to the end of shell variable VAR.
14384func_append ()
14385{
14386 eval "$1=\$$1\$2"
14387}
14388
14389_LT_EOF
14390 ;;
14391 esac
14392
14393
14394 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14395 || (rm -f "$cfgfile"; exit 1)
14396
14397 mv -f "$cfgfile" "$ofile" ||
14398 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14399 chmod +x "$ofile"
14400
14401 ;;
81ecdfbb 14402 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
14403 rm -f Makesim1.tmp Makesim2.tmp Makefile
14404 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14405 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14406 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
14407 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14408 <Makefile.sim >Makefile
38f48d72 14409 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 14410 ;;
81ecdfbb
RW
14411 "stamp-h":C) echo > stamp-h ;;
14412
b7026657 14413 esac
81ecdfbb 14414done # for ac_tag
c906108c 14415
b7026657 14416
81ecdfbb 14417as_fn_exit 0
b7026657 14418_ACEOF
b7026657
AC
14419ac_clean_files=$ac_clean_files_save
14420
81ecdfbb 14421test $ac_write_fail = 0 ||
d0ac1c44 14422 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 14423
b7026657
AC
14424
14425# configure is writing to config.log, and then calls config.status.
14426# config.status does its own redirection, appending to config.log.
14427# Unfortunately, on DOS this fails, as config.log is still kept open
14428# by configure, so config.status won't be able to write to it; its
14429# output is simply discarded. So we exec the FD to /dev/null,
14430# effectively closing config.log, so it can be properly (re)opened and
14431# appended to by config.status. When coming back to configure, we
14432# need to make the FD available again.
14433if test "$no_create" != yes; then
14434 ac_cs_success=:
14435 ac_config_status_args=
14436 test "$silent" = yes &&
14437 ac_config_status_args="$ac_config_status_args --quiet"
14438 exec 5>/dev/null
14439 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14440 exec 5>>config.log
14441 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14442 # would make configure fail if this is the last instruction.
d0ac1c44 14443 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14444fi
14445if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14447$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 14448fi
c906108c
SS
14449
14450