]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/v850/configure
sim: use AC_CHECK_TOOL to find ar
[thirdparty/binutils-gdb.git] / sim / v850 / 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
c906108c 309
81ecdfbb
RW
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
426
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_hw
635sim_hw_objs
636sim_hw_cflags
637sim_default_model
638sim_scache
639sim_float
81ecdfbb
RW
640cgen_breaks
641REPORT_BUGS_TEXI
642REPORT_BUGS_TO
643PKGVERSION
81ecdfbb 644MAINT
31e6ad7d
MF
645MAINTAINER_MODE_FALSE
646MAINTAINER_MODE_TRUE
6bb11ab3
L
647lt_cv_dlopen_libs
648OTOOL64
649OTOOL
650LIPO
651NMEDIT
652DSYMUTIL
653AWK
654STRIP
655OBJDUMP
656LN_S
657NM
658ac_ct_DUMPBIN
659DUMPBIN
660LD
661FGREP
662SED
663LIBTOOL
664PLUGINS_FALSE
665PLUGINS_TRUE
aadc9410
MF
666zlibinc
667zlibdir
81ecdfbb
RW
668CATOBJEXT
669GENCAT
670INSTOBJEXT
671DATADIRNAME
672CATALOGS
673POSUB
674GMSGFMT
675XGETTEXT
676INCINTL
677LIBINTL_DEP
678LIBINTL
679USE_NLS
db2e4d67
MF
680GMAKE_FALSE
681GMAKE_TRUE
682MAKE
683CCDEPMODE
684DEPDIR
685am__leading_dot
5f3ef9d0 686PACKAGE
46f900c0 687C_DIALECT
81ecdfbb
RW
688RANLIB
689AR
81ecdfbb
RW
690CC_FOR_BUILD
691INSTALL_DATA
692INSTALL_SCRIPT
693INSTALL_PROGRAM
2232061b
MF
694EGREP
695GREP
81ecdfbb
RW
696target_os
697target_vendor
698target_cpu
699target
700host_os
701host_vendor
702host_cpu
703host
704build_os
705build_vendor
706build_cpu
707build
ebe9564b 708CPP
6ffe910a
MF
709OBJEXT
710EXEEXT
711ac_ct_CC
712CPPFLAGS
713LDFLAGS
714CFLAGS
715CC
81ecdfbb
RW
716target_alias
717host_alias
718build_alias
719LIBS
720ECHO_T
721ECHO_N
722ECHO_C
723DEFS
724mandir
725localedir
726libdir
727psdir
728pdfdir
729dvidir
730htmldir
731infodir
732docdir
733oldincludedir
734includedir
735localstatedir
736sharedstatedir
737sysconfdir
738datadir
739datarootdir
740libexecdir
741sbindir
742bindir
743program_transform_name
744prefix
745exec_prefix
746PACKAGE_URL
747PACKAGE_BUGREPORT
748PACKAGE_STRING
749PACKAGE_VERSION
750PACKAGE_TARNAME
751PACKAGE_NAME
752PATH_SEPARATOR
136da8cd
MF
753SHELL
754WERROR_CFLAGS
755WARN_CFLAGS
756sim_reserved_bits
757sim_inline
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
5f05936d
MF
784enable_sim_reserved_bits
785enable_sim_bitsize
2232061b 786enable_werror
81ecdfbb
RW
787enable_build_warnings
788enable_sim_build_warnings
81ecdfbb
RW
789'
790 ac_precious_vars='build_alias
791host_alias
792target_alias
793CC
794CFLAGS
795LDFLAGS
796LIBS
797CPPFLAGS
798CPP'
799
c906108c
SS
800
801# Initialize some variables set by options.
b7026657
AC
802ac_init_help=
803ac_init_version=false
81ecdfbb
RW
804ac_unrecognized_opts=
805ac_unrecognized_sep=
c906108c
SS
806# The variables have the same names as the options, with
807# dashes changed to underlines.
b7026657 808cache_file=/dev/null
c906108c 809exec_prefix=NONE
c906108c 810no_create=
c906108c
SS
811no_recursion=
812prefix=NONE
813program_prefix=NONE
814program_suffix=NONE
815program_transform_name=s,x,x,
816silent=
817site=
818srcdir=
c906108c
SS
819verbose=
820x_includes=NONE
821x_libraries=NONE
b7026657
AC
822
823# Installation directory options.
824# These are left unexpanded so users can "make install exec_prefix=/foo"
825# and all the variables that are supposed to be based on exec_prefix
826# by default will actually change.
827# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 828# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
829bindir='${exec_prefix}/bin'
830sbindir='${exec_prefix}/sbin'
831libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
832datarootdir='${prefix}/share'
833datadir='${datarootdir}'
c906108c
SS
834sysconfdir='${prefix}/etc'
835sharedstatedir='${prefix}/com'
836localstatedir='${prefix}/var'
c906108c
SS
837includedir='${prefix}/include'
838oldincludedir='/usr/include'
81ecdfbb
RW
839docdir='${datarootdir}/doc/${PACKAGE}'
840infodir='${datarootdir}/info'
841htmldir='${docdir}'
842dvidir='${docdir}'
843pdfdir='${docdir}'
844psdir='${docdir}'
845libdir='${exec_prefix}/lib'
846localedir='${datarootdir}/locale'
847mandir='${datarootdir}/man'
c906108c 848
c906108c 849ac_prev=
81ecdfbb 850ac_dashdash=
c906108c
SS
851for ac_option
852do
c906108c
SS
853 # If the previous option needs an argument, assign it.
854 if test -n "$ac_prev"; then
81ecdfbb 855 eval $ac_prev=\$ac_option
c906108c
SS
856 ac_prev=
857 continue
858 fi
859
81ecdfbb 860 case $ac_option in
d0ac1c44
SM
861 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
862 *=) ac_optarg= ;;
863 *) ac_optarg=yes ;;
81ecdfbb 864 esac
c906108c
SS
865
866 # Accept the important Cygnus configure options, so we can diagnose typos.
867
81ecdfbb
RW
868 case $ac_dashdash$ac_option in
869 --)
870 ac_dashdash=yes ;;
c906108c
SS
871
872 -bindir | --bindir | --bindi | --bind | --bin | --bi)
873 ac_prev=bindir ;;
874 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 875 bindir=$ac_optarg ;;
c906108c
SS
876
877 -build | --build | --buil | --bui | --bu)
b7026657 878 ac_prev=build_alias ;;
c906108c 879 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 880 build_alias=$ac_optarg ;;
c906108c
SS
881
882 -cache-file | --cache-file | --cache-fil | --cache-fi \
883 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
884 ac_prev=cache_file ;;
885 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
886 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
887 cache_file=$ac_optarg ;;
888
889 --config-cache | -C)
890 cache_file=config.cache ;;
c906108c 891
81ecdfbb 892 -datadir | --datadir | --datadi | --datad)
c906108c 893 ac_prev=datadir ;;
81ecdfbb 894 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 895 datadir=$ac_optarg ;;
c906108c 896
81ecdfbb
RW
897 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
898 | --dataroo | --dataro | --datar)
899 ac_prev=datarootdir ;;
900 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
901 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
902 datarootdir=$ac_optarg ;;
903
c906108c 904 -disable-* | --disable-*)
81ecdfbb 905 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 906 # Reject names that are not valid shell variable names.
81ecdfbb 907 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 908 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
909 ac_useropt_orig=$ac_useropt
910 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
911 case $ac_user_opts in
912 *"
913"enable_$ac_useropt"
914"*) ;;
915 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
916 ac_unrecognized_sep=', ';;
917 esac
918 eval enable_$ac_useropt=no ;;
919
920 -docdir | --docdir | --docdi | --doc | --do)
921 ac_prev=docdir ;;
922 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
923 docdir=$ac_optarg ;;
924
925 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
926 ac_prev=dvidir ;;
927 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
928 dvidir=$ac_optarg ;;
c906108c
SS
929
930 -enable-* | --enable-*)
81ecdfbb 931 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 932 # Reject names that are not valid shell variable names.
81ecdfbb 933 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 934 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
935 ac_useropt_orig=$ac_useropt
936 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
937 case $ac_user_opts in
938 *"
939"enable_$ac_useropt"
940"*) ;;
941 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
942 ac_unrecognized_sep=', ';;
c906108c 943 esac
81ecdfbb 944 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
945
946 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
947 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
948 | --exec | --exe | --ex)
949 ac_prev=exec_prefix ;;
950 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
951 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
952 | --exec=* | --exe=* | --ex=*)
b7026657 953 exec_prefix=$ac_optarg ;;
c906108c
SS
954
955 -gas | --gas | --ga | --g)
956 # Obsolete; use --with-gas.
957 with_gas=yes ;;
958
b7026657
AC
959 -help | --help | --hel | --he | -h)
960 ac_init_help=long ;;
961 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
962 ac_init_help=recursive ;;
963 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
964 ac_init_help=short ;;
c906108c
SS
965
966 -host | --host | --hos | --ho)
b7026657 967 ac_prev=host_alias ;;
c906108c 968 -host=* | --host=* | --hos=* | --ho=*)
b7026657 969 host_alias=$ac_optarg ;;
c906108c 970
81ecdfbb
RW
971 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
972 ac_prev=htmldir ;;
973 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
974 | --ht=*)
975 htmldir=$ac_optarg ;;
976
c906108c
SS
977 -includedir | --includedir | --includedi | --included | --include \
978 | --includ | --inclu | --incl | --inc)
979 ac_prev=includedir ;;
980 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
981 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 982 includedir=$ac_optarg ;;
c906108c
SS
983
984 -infodir | --infodir | --infodi | --infod | --info | --inf)
985 ac_prev=infodir ;;
986 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 987 infodir=$ac_optarg ;;
c906108c
SS
988
989 -libdir | --libdir | --libdi | --libd)
990 ac_prev=libdir ;;
991 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 992 libdir=$ac_optarg ;;
c906108c
SS
993
994 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
995 | --libexe | --libex | --libe)
996 ac_prev=libexecdir ;;
997 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
998 | --libexe=* | --libex=* | --libe=*)
b7026657 999 libexecdir=$ac_optarg ;;
c906108c 1000
81ecdfbb
RW
1001 -localedir | --localedir | --localedi | --localed | --locale)
1002 ac_prev=localedir ;;
1003 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1004 localedir=$ac_optarg ;;
1005
c906108c 1006 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1007 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1008 ac_prev=localstatedir ;;
1009 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1010 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1011 localstatedir=$ac_optarg ;;
c906108c
SS
1012
1013 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1014 ac_prev=mandir ;;
1015 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1016 mandir=$ac_optarg ;;
c906108c
SS
1017
1018 -nfp | --nfp | --nf)
1019 # Obsolete; use --without-fp.
1020 with_fp=no ;;
1021
1022 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1023 | --no-cr | --no-c | -n)
c906108c
SS
1024 no_create=yes ;;
1025
1026 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1027 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1028 no_recursion=yes ;;
1029
1030 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1031 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1032 | --oldin | --oldi | --old | --ol | --o)
1033 ac_prev=oldincludedir ;;
1034 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1035 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1036 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1037 oldincludedir=$ac_optarg ;;
c906108c
SS
1038
1039 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1040 ac_prev=prefix ;;
1041 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1042 prefix=$ac_optarg ;;
c906108c
SS
1043
1044 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1045 | --program-pre | --program-pr | --program-p)
1046 ac_prev=program_prefix ;;
1047 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1048 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1049 program_prefix=$ac_optarg ;;
c906108c
SS
1050
1051 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1052 | --program-suf | --program-su | --program-s)
1053 ac_prev=program_suffix ;;
1054 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1055 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1056 program_suffix=$ac_optarg ;;
c906108c
SS
1057
1058 -program-transform-name | --program-transform-name \
1059 | --program-transform-nam | --program-transform-na \
1060 | --program-transform-n | --program-transform- \
1061 | --program-transform | --program-transfor \
1062 | --program-transfo | --program-transf \
1063 | --program-trans | --program-tran \
1064 | --progr-tra | --program-tr | --program-t)
1065 ac_prev=program_transform_name ;;
1066 -program-transform-name=* | --program-transform-name=* \
1067 | --program-transform-nam=* | --program-transform-na=* \
1068 | --program-transform-n=* | --program-transform-=* \
1069 | --program-transform=* | --program-transfor=* \
1070 | --program-transfo=* | --program-transf=* \
1071 | --program-trans=* | --program-tran=* \
1072 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1073 program_transform_name=$ac_optarg ;;
c906108c 1074
81ecdfbb
RW
1075 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1076 ac_prev=pdfdir ;;
1077 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1078 pdfdir=$ac_optarg ;;
1079
1080 -psdir | --psdir | --psdi | --psd | --ps)
1081 ac_prev=psdir ;;
1082 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1083 psdir=$ac_optarg ;;
1084
c906108c
SS
1085 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1086 | -silent | --silent | --silen | --sile | --sil)
1087 silent=yes ;;
1088
1089 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1090 ac_prev=sbindir ;;
1091 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1092 | --sbi=* | --sb=*)
b7026657 1093 sbindir=$ac_optarg ;;
c906108c
SS
1094
1095 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1096 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1097 | --sharedst | --shareds | --shared | --share | --shar \
1098 | --sha | --sh)
1099 ac_prev=sharedstatedir ;;
1100 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1101 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1102 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1103 | --sha=* | --sh=*)
b7026657 1104 sharedstatedir=$ac_optarg ;;
c906108c
SS
1105
1106 -site | --site | --sit)
1107 ac_prev=site ;;
1108 -site=* | --site=* | --sit=*)
b7026657 1109 site=$ac_optarg ;;
eb2d80b4 1110
c906108c
SS
1111 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1112 ac_prev=srcdir ;;
1113 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1114 srcdir=$ac_optarg ;;
c906108c
SS
1115
1116 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1117 | --syscon | --sysco | --sysc | --sys | --sy)
1118 ac_prev=sysconfdir ;;
1119 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1120 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1121 sysconfdir=$ac_optarg ;;
c906108c
SS
1122
1123 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1124 ac_prev=target_alias ;;
c906108c 1125 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1126 target_alias=$ac_optarg ;;
c906108c
SS
1127
1128 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1129 verbose=yes ;;
1130
b7026657
AC
1131 -version | --version | --versio | --versi | --vers | -V)
1132 ac_init_version=: ;;
c906108c
SS
1133
1134 -with-* | --with-*)
81ecdfbb 1135 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1136 # Reject names that are not valid shell variable names.
81ecdfbb 1137 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1138 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1139 ac_useropt_orig=$ac_useropt
1140 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1141 case $ac_user_opts in
1142 *"
1143"with_$ac_useropt"
1144"*) ;;
1145 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1146 ac_unrecognized_sep=', ';;
c906108c 1147 esac
81ecdfbb 1148 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1149
1150 -without-* | --without-*)
81ecdfbb 1151 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1152 # Reject names that are not valid shell variable names.
81ecdfbb 1153 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1154 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1155 ac_useropt_orig=$ac_useropt
1156 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1157 case $ac_user_opts in
1158 *"
1159"with_$ac_useropt"
1160"*) ;;
1161 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1162 ac_unrecognized_sep=', ';;
1163 esac
1164 eval with_$ac_useropt=no ;;
c906108c
SS
1165
1166 --x)
1167 # Obsolete; use --with-x.
1168 with_x=yes ;;
1169
1170 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1171 | --x-incl | --x-inc | --x-in | --x-i)
1172 ac_prev=x_includes ;;
1173 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1174 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1175 x_includes=$ac_optarg ;;
c906108c
SS
1176
1177 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1178 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1179 ac_prev=x_libraries ;;
1180 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1181 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1182 x_libraries=$ac_optarg ;;
c906108c 1183
d0ac1c44
SM
1184 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1185Try \`$0 --help' for more information"
c906108c
SS
1186 ;;
1187
b7026657
AC
1188 *=*)
1189 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1190 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1191 case $ac_envvar in #(
1192 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1193 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1194 esac
1195 eval $ac_envvar=\$ac_optarg
b7026657
AC
1196 export $ac_envvar ;;
1197
c906108c 1198 *)
b7026657 1199 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1200 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1201 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1202 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1203 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1204 ;;
1205
1206 esac
1207done
1208
1209if test -n "$ac_prev"; then
b7026657 1210 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1211 as_fn_error $? "missing argument to $ac_option"
c906108c 1212fi
c906108c 1213
81ecdfbb
RW
1214if test -n "$ac_unrecognized_opts"; then
1215 case $enable_option_checking in
1216 no) ;;
d0ac1c44 1217 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1218 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1219 esac
81ecdfbb 1220fi
c906108c 1221
81ecdfbb
RW
1222# Check all directory arguments for consistency.
1223for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1224 datadir sysconfdir sharedstatedir localstatedir includedir \
1225 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1226 libdir localedir mandir
c906108c 1227do
81ecdfbb
RW
1228 eval ac_val=\$$ac_var
1229 # Remove trailing slashes.
1230 case $ac_val in
1231 */ )
1232 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1233 eval $ac_var=\$ac_val;;
1234 esac
1235 # Be sure to have absolute directory names.
b7026657 1236 case $ac_val in
81ecdfbb
RW
1237 [\\/$]* | ?:[\\/]* ) continue;;
1238 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1239 esac
d0ac1c44 1240 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1241done
1242
b7026657
AC
1243# There might be people who depend on the old broken behavior: `$host'
1244# used to hold the argument of --host etc.
1245# FIXME: To remove some day.
1246build=$build_alias
1247host=$host_alias
1248target=$target_alias
1249
1250# FIXME: To remove some day.
1251if test "x$host_alias" != x; then
1252 if test "x$build_alias" = x; then
1253 cross_compiling=maybe
b7026657
AC
1254 elif test "x$build_alias" != "x$host_alias"; then
1255 cross_compiling=yes
1256 fi
1257fi
c906108c 1258
b7026657
AC
1259ac_tool_prefix=
1260test -n "$host_alias" && ac_tool_prefix=$host_alias-
1261
1262test "$silent" = yes && exec 6>/dev/null
c906108c 1263
c906108c 1264
81ecdfbb
RW
1265ac_pwd=`pwd` && test -n "$ac_pwd" &&
1266ac_ls_di=`ls -di .` &&
1267ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1268 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1269test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1270 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1271
1272
c906108c
SS
1273# Find the source files, if location was not specified.
1274if test -z "$srcdir"; then
1275 ac_srcdir_defaulted=yes
81ecdfbb
RW
1276 # Try the directory containing this script, then the parent directory.
1277 ac_confdir=`$as_dirname -- "$as_myself" ||
1278$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1279 X"$as_myself" : 'X\(//\)[^/]' \| \
1280 X"$as_myself" : 'X\(//\)$' \| \
1281 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1282$as_echo X"$as_myself" |
1283 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\/\)[^/].*/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\/\)$/{
1292 s//\1/
1293 q
1294 }
1295 /^X\(\/\).*/{
1296 s//\1/
1297 q
1298 }
1299 s/.*/./; q'`
c906108c 1300 srcdir=$ac_confdir
81ecdfbb 1301 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1302 srcdir=..
1303 fi
1304else
1305 ac_srcdir_defaulted=no
1306fi
81ecdfbb
RW
1307if test ! -r "$srcdir/$ac_unique_file"; then
1308 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1309 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1310fi
1311ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1312ac_abs_confdir=`(
d0ac1c44 1313 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1314 pwd)`
1315# When building in place, set srcdir=.
1316if test "$ac_abs_confdir" = "$ac_pwd"; then
1317 srcdir=.
1318fi
1319# Remove unnecessary trailing slashes from srcdir.
1320# Double slashes in file names in object file debugging info
1321# mess up M-x gdb in Emacs.
1322case $srcdir in
1323*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1324esac
1325for ac_var in $ac_precious_vars; do
1326 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1327 eval ac_env_${ac_var}_value=\$${ac_var}
1328 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1329 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1330done
c906108c 1331
b7026657
AC
1332#
1333# Report the --help message.
1334#
1335if test "$ac_init_help" = "long"; then
1336 # Omit some internal or obsolete options to make the list less imposing.
1337 # This message is too long to be a string in the A/UX 3.1 sh.
1338 cat <<_ACEOF
1339\`configure' configures this package to adapt to many kinds of systems.
c906108c 1340
b7026657 1341Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1342
b7026657
AC
1343To assign environment variables (e.g., CC, CFLAGS...), specify them as
1344VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1345
b7026657 1346Defaults for the options are specified in brackets.
c906108c 1347
b7026657
AC
1348Configuration:
1349 -h, --help display this help and exit
1350 --help=short display options specific to this package
1351 --help=recursive display the short help of all the included packages
1352 -V, --version display version information and exit
d0ac1c44 1353 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1354 --cache-file=FILE cache test results in FILE [disabled]
1355 -C, --config-cache alias for \`--cache-file=config.cache'
1356 -n, --no-create do not create output files
1357 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1358
b7026657
AC
1359Installation directories:
1360 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1361 [$ac_default_prefix]
b7026657 1362 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1363 [PREFIX]
c906108c 1364
b7026657
AC
1365By default, \`make install' will install all the files in
1366\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1367an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1368for instance \`--prefix=\$HOME'.
c906108c 1369
b7026657
AC
1370For better control, use the options below.
1371
1372Fine tuning of the installation directories:
81ecdfbb
RW
1373 --bindir=DIR user executables [EPREFIX/bin]
1374 --sbindir=DIR system admin executables [EPREFIX/sbin]
1375 --libexecdir=DIR program executables [EPREFIX/libexec]
1376 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1377 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1378 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1379 --libdir=DIR object code libraries [EPREFIX/lib]
1380 --includedir=DIR C header files [PREFIX/include]
1381 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1382 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1383 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1384 --infodir=DIR info documentation [DATAROOTDIR/info]
1385 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1386 --mandir=DIR man documentation [DATAROOTDIR/man]
1387 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1388 --htmldir=DIR html documentation [DOCDIR]
1389 --dvidir=DIR dvi documentation [DOCDIR]
1390 --pdfdir=DIR pdf documentation [DOCDIR]
1391 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1392_ACEOF
1393
1394 cat <<\_ACEOF
1395
1396Program names:
1397 --program-prefix=PREFIX prepend PREFIX to installed program names
1398 --program-suffix=SUFFIX append SUFFIX to installed program names
1399 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1400
1401System types:
1402 --build=BUILD configure for building on BUILD [guessed]
1403 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1404 --target=TARGET configure for building compilers for TARGET [HOST]
1405_ACEOF
c906108c 1406fi
b7026657
AC
1407
1408if test -n "$ac_init_help"; then
1409
1410 cat <<\_ACEOF
1411
1412Optional Features:
81ecdfbb 1413 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1414 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1415 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1416 --enable-plugins Enable support for plugins
6bb11ab3
L
1417 --enable-shared[=PKGS] build shared libraries [default=yes]
1418 --enable-static[=PKGS] build static libraries [default=yes]
1419 --enable-fast-install[=PKGS]
1420 optimize for fast installation [default=yes]
1421 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1422 --enable-maintainer-mode
1423 enable make rules and dependencies not useful (and
1424 sometimes confusing) to the casual installer
8d0978fb
MF
1425 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1426 itself)
1427 --enable-sim-stdio Specify whether to use stdio for console
1428 input/output
1429 --enable-sim-trace=opts Enable tracing of simulated programs
1430 --enable-sim-profile=opts
1431 Enable profiling flags
35656e95 1432 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1433 --enable-sim-environment=environment
1434 Specify mixed, user, virtual or operating
1435 environment
347fe5bb
MF
1436 --enable-sim-inline=inlines
1437 Specify which functions should be inlined
8d0978fb
MF
1438 --enable-sim-endian=endian
1439 Specify target byte endian orientation
1440 --enable-sim-alignment=align
1441 Specify strict, nonstrict or forced alignment of
1442 memory accesses
5f05936d
MF
1443 --enable-sim-reserved-bits
1444 Specify whether to check reserved bits in
1445 instruction
1446 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
2232061b
MF
1447 --enable-werror treat compile warnings as errors
1448 --enable-build-warnings enable build-time compiler warnings if gcc is used
1449 --enable-sim-build-warnings
1450 enable SIM specific build-time compiler warnings if
1451 gcc is used
b7026657 1452
6efef468
JM
1453Optional Packages:
1454 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1455 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1456 --with-system-zlib use installed libz
6bb11ab3
L
1457 --with-pic try to use only PIC/non-PIC objects [default=use
1458 both]
1459 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1460 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1461 --with-bugurl=URL Direct users to URL to report a bug
1462
b7026657
AC
1463Some influential environment variables:
1464 CC C compiler command
1465 CFLAGS C compiler flags
1466 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1467 nonstandard directory <lib dir>
81ecdfbb 1468 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1469 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1470 you have headers in a nonstandard directory <include dir>
b7026657
AC
1471 CPP C preprocessor
1472
1473Use these variables to override the choices made by `configure' or to help
1474it to find libraries and programs with nonstandard names/locations.
1475
81ecdfbb 1476Report bugs to the package provider.
b7026657 1477_ACEOF
81ecdfbb 1478ac_status=$?
c906108c
SS
1479fi
1480
b7026657
AC
1481if test "$ac_init_help" = "recursive"; then
1482 # If there are subdirs, report their specific --help.
b7026657 1483 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1484 test -d "$ac_dir" ||
1485 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1486 continue
b7026657 1487 ac_builddir=.
c906108c 1488
81ecdfbb
RW
1489case "$ac_dir" in
1490.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1491*)
1492 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1493 # A ".." for each directory in $ac_dir_suffix.
1494 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1495 case $ac_top_builddir_sub in
1496 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1497 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1498 esac ;;
1499esac
1500ac_abs_top_builddir=$ac_pwd
1501ac_abs_builddir=$ac_pwd$ac_dir_suffix
1502# for backward compatibility:
1503ac_top_builddir=$ac_top_build_prefix
c906108c 1504
b7026657 1505case $srcdir in
81ecdfbb 1506 .) # We are building in place.
b7026657 1507 ac_srcdir=.
81ecdfbb
RW
1508 ac_top_srcdir=$ac_top_builddir_sub
1509 ac_abs_top_srcdir=$ac_pwd ;;
1510 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1511 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1512 ac_top_srcdir=$srcdir
1513 ac_abs_top_srcdir=$srcdir ;;
1514 *) # Relative name.
1515 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1516 ac_top_srcdir=$ac_top_build_prefix$srcdir
1517 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1518esac
81ecdfbb
RW
1519ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1520
1521 cd "$ac_dir" || { ac_status=$?; continue; }
1522 # Check for guested configure.
1523 if test -f "$ac_srcdir/configure.gnu"; then
1524 echo &&
1525 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1526 elif test -f "$ac_srcdir/configure"; then
1527 echo &&
1528 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1529 else
81ecdfbb
RW
1530 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1531 fi || ac_status=$?
1532 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1533 done
c906108c 1534fi
b7026657 1535
81ecdfbb 1536test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1537if $ac_init_version; then
1538 cat <<\_ACEOF
81ecdfbb 1539configure
d0ac1c44 1540generated by GNU Autoconf 2.69
b7026657 1541
d0ac1c44 1542Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1543This configure script is free software; the Free Software Foundation
1544gives unlimited permission to copy, distribute and modify it.
1545_ACEOF
81ecdfbb 1546 exit
b7026657 1547fi
b7026657 1548
81ecdfbb
RW
1549## ------------------------ ##
1550## Autoconf initialization. ##
1551## ------------------------ ##
b7026657 1552
81ecdfbb
RW
1553# ac_fn_c_try_compile LINENO
1554# --------------------------
1555# Try to compile conftest.$ac_ext, and return whether this succeeded.
1556ac_fn_c_try_compile ()
b7026657 1557{
81ecdfbb
RW
1558 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1559 rm -f conftest.$ac_objext
1560 if { { ac_try="$ac_compile"
1561case "(($ac_try" in
1562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1563 *) ac_try_echo=$ac_try;;
1564esac
1565eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1566$as_echo "$ac_try_echo"; } >&5
1567 (eval "$ac_compile") 2>conftest.err
1568 ac_status=$?
1569 if test -s conftest.err; then
1570 grep -v '^ *+' conftest.err >conftest.er1
1571 cat conftest.er1 >&5
1572 mv -f conftest.er1 conftest.err
1573 fi
1574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1575 test $ac_status = 0; } && {
1576 test -z "$ac_c_werror_flag" ||
1577 test ! -s conftest.err
1578 } && test -s conftest.$ac_objext; then :
1579 ac_retval=0
1580else
1581 $as_echo "$as_me: failed program was:" >&5
1582sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1583
81ecdfbb
RW
1584 ac_retval=1
1585fi
d0ac1c44
SM
1586 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1587 as_fn_set_status $ac_retval
b7026657 1588
81ecdfbb 1589} # ac_fn_c_try_compile
b7026657 1590
81ecdfbb
RW
1591# ac_fn_c_try_cpp LINENO
1592# ----------------------
1593# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1594ac_fn_c_try_cpp ()
1595{
1596 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1597 if { { ac_try="$ac_cpp conftest.$ac_ext"
1598case "(($ac_try" in
1599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1600 *) ac_try_echo=$ac_try;;
1601esac
1602eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1603$as_echo "$ac_try_echo"; } >&5
1604 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1605 ac_status=$?
1606 if test -s conftest.err; then
1607 grep -v '^ *+' conftest.err >conftest.er1
1608 cat conftest.er1 >&5
1609 mv -f conftest.er1 conftest.err
1610 fi
1611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1612 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1613 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1614 test ! -s conftest.err
1615 }; then :
1616 ac_retval=0
1617else
1618 $as_echo "$as_me: failed program was:" >&5
1619sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1620
81ecdfbb
RW
1621 ac_retval=1
1622fi
d0ac1c44
SM
1623 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1624 as_fn_set_status $ac_retval
b7026657 1625
81ecdfbb 1626} # ac_fn_c_try_cpp
b7026657 1627
81ecdfbb
RW
1628# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1629# -------------------------------------------------------
1630# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1631# the include files in INCLUDES and setting the cache variable VAR
1632# accordingly.
1633ac_fn_c_check_header_mongrel ()
1634{
1635 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1636 if eval \${$3+:} false; then :
81ecdfbb
RW
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1638$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1639if eval \${$3+:} false; then :
81ecdfbb
RW
1640 $as_echo_n "(cached) " >&6
1641fi
1642eval ac_res=\$$3
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1644$as_echo "$ac_res" >&6; }
1645else
1646 # Is the header compilable?
1647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1648$as_echo_n "checking $2 usability... " >&6; }
1649cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1650/* end confdefs.h. */
1651$4
1652#include <$2>
1653_ACEOF
1654if ac_fn_c_try_compile "$LINENO"; then :
1655 ac_header_compiler=yes
1656else
1657 ac_header_compiler=no
1658fi
1659rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1661$as_echo "$ac_header_compiler" >&6; }
1662
1663# Is the header present?
1664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1665$as_echo_n "checking $2 presence... " >&6; }
1666cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1667/* end confdefs.h. */
1668#include <$2>
1669_ACEOF
1670if ac_fn_c_try_cpp "$LINENO"; then :
1671 ac_header_preproc=yes
1672else
1673 ac_header_preproc=no
1674fi
d0ac1c44 1675rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1677$as_echo "$ac_header_preproc" >&6; }
1678
1679# So? What about this header?
1680case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1681 yes:no: )
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1683$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1685$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1686 ;;
1687 no:yes:* )
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1689$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1691$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1693$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1695$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1697$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1698 ;;
1699esac
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1701$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1702if eval \${$3+:} false; then :
81ecdfbb
RW
1703 $as_echo_n "(cached) " >&6
1704else
1705 eval "$3=\$ac_header_compiler"
1706fi
1707eval ac_res=\$$3
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1709$as_echo "$ac_res" >&6; }
1710fi
d0ac1c44 1711 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1712
1713} # ac_fn_c_check_header_mongrel
1714
1715# ac_fn_c_try_run LINENO
1716# ----------------------
1717# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1718# that executables *can* be run.
1719ac_fn_c_try_run ()
1720{
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1722 if { { ac_try="$ac_link"
1723case "(($ac_try" in
1724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1725 *) ac_try_echo=$ac_try;;
1726esac
1727eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1728$as_echo "$ac_try_echo"; } >&5
1729 (eval "$ac_link") 2>&5
1730 ac_status=$?
1731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1732 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1733 { { case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736esac
1737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738$as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_try") 2>&5
1740 ac_status=$?
1741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1742 test $ac_status = 0; }; }; then :
1743 ac_retval=0
1744else
1745 $as_echo "$as_me: program exited with status $ac_status" >&5
1746 $as_echo "$as_me: failed program was:" >&5
1747sed 's/^/| /' conftest.$ac_ext >&5
1748
1749 ac_retval=$ac_status
1750fi
1751 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1752 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1753 as_fn_set_status $ac_retval
81ecdfbb
RW
1754
1755} # ac_fn_c_try_run
1756
1757# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1758# -------------------------------------------------------
1759# Tests whether HEADER exists and can be compiled using the include files in
1760# INCLUDES, setting the cache variable VAR accordingly.
1761ac_fn_c_check_header_compile ()
1762{
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1766if eval \${$3+:} false; then :
81ecdfbb
RW
1767 $as_echo_n "(cached) " >&6
1768else
1769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1770/* end confdefs.h. */
1771$4
1772#include <$2>
1773_ACEOF
1774if ac_fn_c_try_compile "$LINENO"; then :
1775 eval "$3=yes"
1776else
1777 eval "$3=no"
1778fi
1779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1780fi
1781eval ac_res=\$$3
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1783$as_echo "$ac_res" >&6; }
d0ac1c44 1784 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1785
1786} # ac_fn_c_check_header_compile
1787
1788# ac_fn_c_try_link LINENO
1789# -----------------------
1790# Try to link conftest.$ac_ext, and return whether this succeeded.
1791ac_fn_c_try_link ()
1792{
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 rm -f conftest.$ac_objext conftest$ac_exeext
1795 if { { ac_try="$ac_link"
1796case "(($ac_try" in
1797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1798 *) ac_try_echo=$ac_try;;
1799esac
1800eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1801$as_echo "$ac_try_echo"; } >&5
1802 (eval "$ac_link") 2>conftest.err
1803 ac_status=$?
1804 if test -s conftest.err; then
1805 grep -v '^ *+' conftest.err >conftest.er1
1806 cat conftest.er1 >&5
1807 mv -f conftest.er1 conftest.err
1808 fi
1809 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1810 test $ac_status = 0; } && {
1811 test -z "$ac_c_werror_flag" ||
1812 test ! -s conftest.err
1813 } && test -s conftest$ac_exeext && {
1814 test "$cross_compiling" = yes ||
d0ac1c44 1815 test -x conftest$ac_exeext
81ecdfbb
RW
1816 }; then :
1817 ac_retval=0
1818else
1819 $as_echo "$as_me: failed program was:" >&5
1820sed 's/^/| /' conftest.$ac_ext >&5
1821
1822 ac_retval=1
1823fi
1824 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1825 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1826 # interfere with the next link command; also delete a directory that is
1827 # left behind by Apple's compiler. We do this before executing the actions.
1828 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1829 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1830 as_fn_set_status $ac_retval
81ecdfbb
RW
1831
1832} # ac_fn_c_try_link
1833
1834# ac_fn_c_check_func LINENO FUNC VAR
1835# ----------------------------------
1836# Tests whether FUNC exists, setting the cache variable VAR accordingly
1837ac_fn_c_check_func ()
1838{
1839 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1842if eval \${$3+:} false; then :
81ecdfbb
RW
1843 $as_echo_n "(cached) " >&6
1844else
1845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1846/* end confdefs.h. */
1847/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1848 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1849#define $2 innocuous_$2
1850
1851/* System header to define __stub macros and hopefully few prototypes,
1852 which can conflict with char $2 (); below.
1853 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1854 <limits.h> exists even on freestanding compilers. */
1855
1856#ifdef __STDC__
1857# include <limits.h>
1858#else
1859# include <assert.h>
1860#endif
1861
1862#undef $2
1863
1864/* Override any GCC internal prototype to avoid an error.
1865 Use char because int might match the return type of a GCC
1866 builtin and then its argument prototype would still apply. */
1867#ifdef __cplusplus
1868extern "C"
1869#endif
1870char $2 ();
1871/* The GNU C library defines this for functions which it implements
1872 to always fail with ENOSYS. Some functions are actually named
1873 something starting with __ and the normal name is an alias. */
1874#if defined __stub_$2 || defined __stub___$2
1875choke me
1876#endif
1877
1878int
1879main ()
1880{
1881return $2 ();
1882 ;
1883 return 0;
1884}
1885_ACEOF
1886if ac_fn_c_try_link "$LINENO"; then :
1887 eval "$3=yes"
1888else
1889 eval "$3=no"
1890fi
1891rm -f core conftest.err conftest.$ac_objext \
1892 conftest$ac_exeext conftest.$ac_ext
1893fi
1894eval ac_res=\$$3
1895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1896$as_echo "$ac_res" >&6; }
d0ac1c44 1897 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1898
1899} # ac_fn_c_check_func
936df756
MF
1900
1901# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1902# ----------------------------------------------------
1903# Tries to find if the field MEMBER exists in type AGGR, after including
1904# INCLUDES, setting cache variable VAR accordingly.
1905ac_fn_c_check_member ()
1906{
1907 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1909$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1910if eval \${$4+:} false; then :
936df756
MF
1911 $as_echo_n "(cached) " >&6
1912else
1913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1914/* end confdefs.h. */
1915$5
1916int
1917main ()
1918{
1919static $2 ac_aggr;
1920if (ac_aggr.$3)
1921return 0;
1922 ;
1923 return 0;
1924}
1925_ACEOF
1926if ac_fn_c_try_compile "$LINENO"; then :
1927 eval "$4=yes"
1928else
1929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1930/* end confdefs.h. */
1931$5
1932int
1933main ()
1934{
1935static $2 ac_aggr;
1936if (sizeof ac_aggr.$3)
1937return 0;
1938 ;
1939 return 0;
1940}
1941_ACEOF
1942if ac_fn_c_try_compile "$LINENO"; then :
1943 eval "$4=yes"
1944else
1945 eval "$4=no"
1946fi
1947rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1948fi
1949rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1950fi
1951eval ac_res=\$$4
1952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1953$as_echo "$ac_res" >&6; }
d0ac1c44 1954 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1955
1956} # ac_fn_c_check_member
1957
1958# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1959# -------------------------------------------
1960# Tests whether TYPE exists after having included INCLUDES, setting cache
1961# variable VAR accordingly.
1962ac_fn_c_check_type ()
1963{
1964 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1966$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1967if eval \${$3+:} false; then :
936df756
MF
1968 $as_echo_n "(cached) " >&6
1969else
1970 eval "$3=no"
1971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1972/* end confdefs.h. */
1973$4
1974int
1975main ()
1976{
1977if (sizeof ($2))
1978 return 0;
1979 ;
1980 return 0;
1981}
1982_ACEOF
1983if ac_fn_c_try_compile "$LINENO"; then :
1984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1985/* end confdefs.h. */
1986$4
1987int
1988main ()
1989{
1990if (sizeof (($2)))
1991 return 0;
1992 ;
1993 return 0;
1994}
1995_ACEOF
1996if ac_fn_c_try_compile "$LINENO"; then :
1997
1998else
1999 eval "$3=yes"
2000fi
2001rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2002fi
2003rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2004fi
2005eval ac_res=\$$3
2006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2007$as_echo "$ac_res" >&6; }
d0ac1c44 2008 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2009
2010} # ac_fn_c_check_type
81ecdfbb
RW
2011cat >config.log <<_ACEOF
2012This file contains any messages produced by compilers while
2013running configure, to aid debugging if configure makes a mistake.
2014
2015It was created by $as_me, which was
d0ac1c44 2016generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2017
2018 $ $0 $@
2019
2020_ACEOF
2021exec 5>>config.log
2022{
2023cat <<_ASUNAME
2024## --------- ##
2025## Platform. ##
2026## --------- ##
2027
2028hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2029uname -m = `(uname -m) 2>/dev/null || echo unknown`
2030uname -r = `(uname -r) 2>/dev/null || echo unknown`
2031uname -s = `(uname -s) 2>/dev/null || echo unknown`
2032uname -v = `(uname -v) 2>/dev/null || echo unknown`
2033
2034/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2035/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2036
2037/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2038/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2039/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2040/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2041/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2042/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2043/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2044
2045_ASUNAME
2046
2047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2048for as_dir in $PATH
2049do
2050 IFS=$as_save_IFS
2051 test -z "$as_dir" && as_dir=.
2052 $as_echo "PATH: $as_dir"
2053 done
2054IFS=$as_save_IFS
2055
2056} >&5
2057
2058cat >&5 <<_ACEOF
2059
2060
2061## ----------- ##
2062## Core tests. ##
b7026657
AC
2063## ----------- ##
2064
2065_ACEOF
2066
2067
2068# Keep a trace of the command line.
2069# Strip out --no-create and --no-recursion so they do not pile up.
2070# Strip out --silent because we don't want to record it for future runs.
2071# Also quote any args containing shell meta-characters.
2072# Make two passes to allow for proper duplicate-argument suppression.
2073ac_configure_args=
2074ac_configure_args0=
2075ac_configure_args1=
b7026657
AC
2076ac_must_keep_next=false
2077for ac_pass in 1 2
2078do
2079 for ac_arg
2080 do
2081 case $ac_arg in
2082 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2084 | -silent | --silent | --silen | --sile | --sil)
2085 continue ;;
81ecdfbb
RW
2086 *\'*)
2087 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2088 esac
2089 case $ac_pass in
81ecdfbb 2090 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2091 2)
81ecdfbb 2092 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2093 if test $ac_must_keep_next = true; then
2094 ac_must_keep_next=false # Got value, back to normal.
2095 else
2096 case $ac_arg in
2097 *=* | --config-cache | -C | -disable-* | --disable-* \
2098 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2099 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2100 | -with-* | --with-* | -without-* | --without-* | --x)
2101 case "$ac_configure_args0 " in
2102 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2103 esac
2104 ;;
2105 -* ) ac_must_keep_next=true ;;
2106 esac
2107 fi
81ecdfbb 2108 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2109 ;;
2110 esac
2111 done
2112done
81ecdfbb
RW
2113{ ac_configure_args0=; unset ac_configure_args0;}
2114{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2115
2116# When interrupted or exit'd, cleanup temporary files, and complete
2117# config.log. We remove comments because anyway the quotes in there
2118# would cause problems or look ugly.
81ecdfbb
RW
2119# WARNING: Use '\'' to represent an apostrophe within the trap.
2120# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2121trap 'exit_status=$?
2122 # Save into config.log some information that might help in debugging.
2123 {
2124 echo
2125
d0ac1c44 2126 $as_echo "## ---------------- ##
b7026657 2127## Cache variables. ##
d0ac1c44 2128## ---------------- ##"
b7026657
AC
2129 echo
2130 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2131(
2132 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2133 eval ac_val=\$$ac_var
2134 case $ac_val in #(
2135 *${as_nl}*)
2136 case $ac_var in #(
2137 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2138$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2139 esac
2140 case $ac_var in #(
2141 _ | IFS | as_nl) ;; #(
2142 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2143 *) { eval $ac_var=; unset $ac_var;} ;;
2144 esac ;;
2145 esac
2146 done
b7026657 2147 (set) 2>&1 |
81ecdfbb
RW
2148 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2149 *${as_nl}ac_space=\ *)
b7026657 2150 sed -n \
81ecdfbb
RW
2151 "s/'\''/'\''\\\\'\'''\''/g;
2152 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2153 ;; #(
b7026657 2154 *)
81ecdfbb 2155 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2156 ;;
81ecdfbb
RW
2157 esac |
2158 sort
2159)
b7026657
AC
2160 echo
2161
d0ac1c44 2162 $as_echo "## ----------------- ##
b7026657 2163## Output variables. ##
d0ac1c44 2164## ----------------- ##"
b7026657
AC
2165 echo
2166 for ac_var in $ac_subst_vars
2167 do
81ecdfbb
RW
2168 eval ac_val=\$$ac_var
2169 case $ac_val in
2170 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2171 esac
2172 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2173 done | sort
2174 echo
2175
2176 if test -n "$ac_subst_files"; then
d0ac1c44 2177 $as_echo "## ------------------- ##
81ecdfbb 2178## File substitutions. ##
d0ac1c44 2179## ------------------- ##"
b7026657
AC
2180 echo
2181 for ac_var in $ac_subst_files
2182 do
81ecdfbb
RW
2183 eval ac_val=\$$ac_var
2184 case $ac_val in
2185 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2186 esac
2187 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2188 done | sort
2189 echo
2190 fi
2191
2192 if test -s confdefs.h; then
d0ac1c44 2193 $as_echo "## ----------- ##
b7026657 2194## confdefs.h. ##
d0ac1c44 2195## ----------- ##"
b7026657 2196 echo
81ecdfbb 2197 cat confdefs.h
b7026657
AC
2198 echo
2199 fi
2200 test "$ac_signal" != 0 &&
81ecdfbb
RW
2201 $as_echo "$as_me: caught signal $ac_signal"
2202 $as_echo "$as_me: exit $exit_status"
b7026657 2203 } >&5
81ecdfbb
RW
2204 rm -f core *.core core.conftest.* &&
2205 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2206 exit $exit_status
81ecdfbb 2207' 0
b7026657 2208for ac_signal in 1 2 13 15; do
81ecdfbb 2209 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2210done
2211ac_signal=0
2212
2213# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2214rm -f -r conftest* confdefs.h
2215
2216$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2217
2218# Predefined preprocessor variables.
2219
2220cat >>confdefs.h <<_ACEOF
2221#define PACKAGE_NAME "$PACKAGE_NAME"
2222_ACEOF
2223
b7026657
AC
2224cat >>confdefs.h <<_ACEOF
2225#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2226_ACEOF
2227
b7026657
AC
2228cat >>confdefs.h <<_ACEOF
2229#define PACKAGE_VERSION "$PACKAGE_VERSION"
2230_ACEOF
2231
b7026657
AC
2232cat >>confdefs.h <<_ACEOF
2233#define PACKAGE_STRING "$PACKAGE_STRING"
2234_ACEOF
2235
b7026657
AC
2236cat >>confdefs.h <<_ACEOF
2237#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2238_ACEOF
2239
81ecdfbb
RW
2240cat >>confdefs.h <<_ACEOF
2241#define PACKAGE_URL "$PACKAGE_URL"
2242_ACEOF
2243
b7026657
AC
2244
2245# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2246# Prefer an explicitly selected file to automatically selected ones.
2247ac_site_file1=NONE
2248ac_site_file2=NONE
2249if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2250 # We do not want a PATH search for config.site.
2251 case $CONFIG_SITE in #((
2252 -*) ac_site_file1=./$CONFIG_SITE;;
2253 */*) ac_site_file1=$CONFIG_SITE;;
2254 *) ac_site_file1=./$CONFIG_SITE;;
2255 esac
81ecdfbb
RW
2256elif test "x$prefix" != xNONE; then
2257 ac_site_file1=$prefix/share/config.site
2258 ac_site_file2=$prefix/etc/config.site
2259else
2260 ac_site_file1=$ac_default_prefix/share/config.site
2261 ac_site_file2=$ac_default_prefix/etc/config.site
2262fi
2263for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2264do
2265 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2266 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2268$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2269 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2270 . "$ac_site_file" \
2271 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2272$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2273as_fn_error $? "failed to load site script $ac_site_file
2274See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2275 fi
2276done
2277
2278if test -r "$cache_file"; then
d0ac1c44
SM
2279 # Some versions of bash will fail to source /dev/null (special files
2280 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2281 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2283$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2284 case $cache_file in
81ecdfbb
RW
2285 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2286 *) . "./$cache_file";;
b7026657
AC
2287 esac
2288 fi
2289else
81ecdfbb
RW
2290 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2291$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2292 >$cache_file
2293fi
2294
2295# Check that the precious variables saved in the cache have kept the same
2296# value.
2297ac_cache_corrupted=false
81ecdfbb 2298for ac_var in $ac_precious_vars; do
b7026657
AC
2299 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2300 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2301 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2302 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2303 case $ac_old_set,$ac_new_set in
2304 set,)
81ecdfbb
RW
2305 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2306$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2307 ac_cache_corrupted=: ;;
2308 ,set)
81ecdfbb
RW
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2310$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2311 ac_cache_corrupted=: ;;
2312 ,);;
2313 *)
2314 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2315 # differences in whitespace do not lead to failure.
2316 ac_old_val_w=`echo x $ac_old_val`
2317 ac_new_val_w=`echo x $ac_new_val`
2318 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2320$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2321 ac_cache_corrupted=:
2322 else
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2324$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2325 eval $ac_var=\$ac_old_val
2326 fi
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2328$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2330$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2331 fi;;
2332 esac
2333 # Pass precious variables to config.status.
2334 if test "$ac_new_set" = set; then
2335 case $ac_new_val in
81ecdfbb 2336 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2337 *) ac_arg=$ac_var=$ac_new_val ;;
2338 esac
2339 case " $ac_configure_args " in
2340 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2341 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2342 esac
2343 fi
2344done
2345if $ac_cache_corrupted; then
81ecdfbb
RW
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2347$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2349$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2350 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2351fi
81ecdfbb
RW
2352## -------------------- ##
2353## Main body of script. ##
2354## -------------------- ##
b7026657
AC
2355
2356ac_ext=c
2357ac_cpp='$CPP $CPPFLAGS'
2358ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2359ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2360ac_compiler_gnu=$ac_cv_c_compiler_gnu
2361
2362
6bb11ab3
L
2363
2364
2365
2366
2367
2368ac_ext=c
2369ac_cpp='$CPP $CPPFLAGS'
2370ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2371ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2372ac_compiler_gnu=$ac_cv_c_compiler_gnu
2373if test -n "$ac_tool_prefix"; then
2374 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2375set dummy ${ac_tool_prefix}gcc; ac_word=$2
2376{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2377$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2378if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2379 $as_echo_n "(cached) " >&6
2380else
2381 if test -n "$CC"; then
2382 ac_cv_prog_CC="$CC" # Let the user override the test.
2383else
2384as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2385for as_dir in $PATH
2386do
2387 IFS=$as_save_IFS
2388 test -z "$as_dir" && as_dir=.
2389 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2390 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2391 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2392 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2393 break 2
2394 fi
2395done
2396 done
2397IFS=$as_save_IFS
2398
2399fi
2400fi
2401CC=$ac_cv_prog_CC
2402if test -n "$CC"; then
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2404$as_echo "$CC" >&6; }
2405else
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2407$as_echo "no" >&6; }
2408fi
2409
2410
2411fi
2412if test -z "$ac_cv_prog_CC"; then
2413 ac_ct_CC=$CC
2414 # Extract the first word of "gcc", so it can be a program name with args.
2415set dummy gcc; ac_word=$2
2416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2417$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2418if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2419 $as_echo_n "(cached) " >&6
2420else
2421 if test -n "$ac_ct_CC"; then
2422 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2423else
2424as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2425for as_dir in $PATH
2426do
2427 IFS=$as_save_IFS
2428 test -z "$as_dir" && as_dir=.
2429 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2430 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2431 ac_cv_prog_ac_ct_CC="gcc"
2432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2433 break 2
2434 fi
2435done
2436 done
2437IFS=$as_save_IFS
2438
2439fi
2440fi
2441ac_ct_CC=$ac_cv_prog_ac_ct_CC
2442if test -n "$ac_ct_CC"; then
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2444$as_echo "$ac_ct_CC" >&6; }
2445else
2446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2447$as_echo "no" >&6; }
2448fi
2449
2450 if test "x$ac_ct_CC" = x; then
2451 CC=""
2452 else
2453 case $cross_compiling:$ac_tool_warned in
2454yes:)
2455{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2456$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2457ac_tool_warned=yes ;;
2458esac
2459 CC=$ac_ct_CC
2460 fi
2461else
2462 CC="$ac_cv_prog_CC"
2463fi
2464
2465if test -z "$CC"; then
2466 if test -n "$ac_tool_prefix"; then
2467 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2468set dummy ${ac_tool_prefix}cc; ac_word=$2
2469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2470$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2471if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2472 $as_echo_n "(cached) " >&6
2473else
2474 if test -n "$CC"; then
2475 ac_cv_prog_CC="$CC" # Let the user override the test.
2476else
2477as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2478for as_dir in $PATH
2479do
2480 IFS=$as_save_IFS
2481 test -z "$as_dir" && as_dir=.
2482 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2483 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2484 ac_cv_prog_CC="${ac_tool_prefix}cc"
2485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2486 break 2
2487 fi
2488done
2489 done
2490IFS=$as_save_IFS
2491
2492fi
2493fi
2494CC=$ac_cv_prog_CC
2495if test -n "$CC"; then
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2497$as_echo "$CC" >&6; }
2498else
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2500$as_echo "no" >&6; }
2501fi
2502
2503
2504 fi
2505fi
2506if test -z "$CC"; then
2507 # Extract the first word of "cc", so it can be a program name with args.
2508set dummy cc; ac_word=$2
2509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2510$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2511if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2512 $as_echo_n "(cached) " >&6
2513else
2514 if test -n "$CC"; then
2515 ac_cv_prog_CC="$CC" # Let the user override the test.
2516else
2517 ac_prog_rejected=no
2518as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2519for as_dir in $PATH
2520do
2521 IFS=$as_save_IFS
2522 test -z "$as_dir" && as_dir=.
2523 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2524 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2525 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2526 ac_prog_rejected=yes
2527 continue
2528 fi
2529 ac_cv_prog_CC="cc"
2530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2531 break 2
2532 fi
2533done
2534 done
2535IFS=$as_save_IFS
2536
2537if test $ac_prog_rejected = yes; then
2538 # We found a bogon in the path, so make sure we never use it.
2539 set dummy $ac_cv_prog_CC
2540 shift
2541 if test $# != 0; then
2542 # We chose a different compiler from the bogus one.
2543 # However, it has the same basename, so the bogon will be chosen
2544 # first if we set CC to just the basename; use the full file name.
2545 shift
2546 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2547 fi
2548fi
2549fi
2550fi
2551CC=$ac_cv_prog_CC
2552if test -n "$CC"; then
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2554$as_echo "$CC" >&6; }
2555else
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2557$as_echo "no" >&6; }
2558fi
2559
2560
2561fi
2562if test -z "$CC"; then
2563 if test -n "$ac_tool_prefix"; then
2564 for ac_prog in cl.exe
2565 do
2566 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2567set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2569$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2570if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2571 $as_echo_n "(cached) " >&6
2572else
2573 if test -n "$CC"; then
2574 ac_cv_prog_CC="$CC" # Let the user override the test.
2575else
2576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2577for as_dir in $PATH
2578do
2579 IFS=$as_save_IFS
2580 test -z "$as_dir" && as_dir=.
2581 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2582 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2583 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2585 break 2
2586 fi
2587done
2588 done
2589IFS=$as_save_IFS
2590
2591fi
2592fi
2593CC=$ac_cv_prog_CC
2594if test -n "$CC"; then
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2596$as_echo "$CC" >&6; }
2597else
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2599$as_echo "no" >&6; }
2600fi
2601
2602
2603 test -n "$CC" && break
2604 done
2605fi
2606if test -z "$CC"; then
2607 ac_ct_CC=$CC
2608 for ac_prog in cl.exe
2609do
2610 # Extract the first word of "$ac_prog", so it can be a program name with args.
2611set dummy $ac_prog; ac_word=$2
2612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2613$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2614if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2615 $as_echo_n "(cached) " >&6
2616else
2617 if test -n "$ac_ct_CC"; then
2618 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2619else
2620as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2621for as_dir in $PATH
2622do
2623 IFS=$as_save_IFS
2624 test -z "$as_dir" && as_dir=.
2625 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2627 ac_cv_prog_ac_ct_CC="$ac_prog"
2628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2629 break 2
2630 fi
2631done
2632 done
2633IFS=$as_save_IFS
2634
2635fi
2636fi
2637ac_ct_CC=$ac_cv_prog_ac_ct_CC
2638if test -n "$ac_ct_CC"; then
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2640$as_echo "$ac_ct_CC" >&6; }
2641else
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2643$as_echo "no" >&6; }
2644fi
2645
2646
2647 test -n "$ac_ct_CC" && break
2648done
2649
2650 if test "x$ac_ct_CC" = x; then
2651 CC=""
2652 else
2653 case $cross_compiling:$ac_tool_warned in
2654yes:)
2655{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2656$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2657ac_tool_warned=yes ;;
2658esac
2659 CC=$ac_ct_CC
2660 fi
2661fi
2662
2663fi
2664
2665
2666test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2667$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2668as_fn_error $? "no acceptable C compiler found in \$PATH
2669See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2670
2671# Provide some information about the compiler.
2672$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2673set X $ac_compile
2674ac_compiler=$2
2675for ac_option in --version -v -V -qversion; do
2676 { { ac_try="$ac_compiler $ac_option >&5"
2677case "(($ac_try" in
2678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2679 *) ac_try_echo=$ac_try;;
2680esac
2681eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2682$as_echo "$ac_try_echo"; } >&5
2683 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2684 ac_status=$?
2685 if test -s conftest.err; then
2686 sed '10a\
2687... rest of stderr output deleted ...
2688 10q' conftest.err >conftest.er1
2689 cat conftest.er1 >&5
6bb11ab3 2690 fi
d0ac1c44 2691 rm -f conftest.er1 conftest.err
6bb11ab3
L
2692 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2693 test $ac_status = 0; }
2694done
2695
2696cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2697/* end confdefs.h. */
2698
2699int
2700main ()
2701{
2702
2703 ;
2704 return 0;
2705}
2706_ACEOF
2707ac_clean_files_save=$ac_clean_files
d0ac1c44 2708ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2709# Try to create an executable without -o first, disregard a.out.
2710# It will help us diagnose broken compilers, and finding out an intuition
2711# of exeext.
d0ac1c44
SM
2712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2713$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2714ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2715
2716# The possible output files:
2717ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2718
2719ac_rmfiles=
2720for ac_file in $ac_files
2721do
2722 case $ac_file in
2723 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2724 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2725 esac
2726done
2727rm -f $ac_rmfiles
2728
2729if { { ac_try="$ac_link_default"
2730case "(($ac_try" in
2731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2732 *) ac_try_echo=$ac_try;;
2733esac
2734eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2735$as_echo "$ac_try_echo"; } >&5
2736 (eval "$ac_link_default") 2>&5
2737 ac_status=$?
2738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2739 test $ac_status = 0; }; then :
2740 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2741# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2742# in a Makefile. We should not override ac_cv_exeext if it was cached,
2743# so that the user can short-circuit this test for compilers unknown to
2744# Autoconf.
2745for ac_file in $ac_files ''
2746do
2747 test -f "$ac_file" || continue
2748 case $ac_file in
2749 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2750 ;;
2751 [ab].out )
2752 # We found the default executable, but exeext='' is most
2753 # certainly right.
2754 break;;
2755 *.* )
2756 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2757 then :; else
2758 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2759 fi
2760 # We set ac_cv_exeext here because the later test for it is not
2761 # safe: cross compilers may not add the suffix if given an `-o'
2762 # argument, so we may need to know it at that point already.
2763 # Even if this section looks crufty: it has the advantage of
2764 # actually working.
2765 break;;
2766 * )
2767 break;;
2768 esac
2769done
2770test "$ac_cv_exeext" = no && ac_cv_exeext=
2771
2772else
2773 ac_file=''
2774fi
6bb11ab3 2775if test -z "$ac_file"; then :
d0ac1c44
SM
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2777$as_echo "no" >&6; }
2778$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2779sed 's/^/| /' conftest.$ac_ext >&5
2780
2781{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2782$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2783as_fn_error 77 "C compiler cannot create executables
2784See \`config.log' for more details" "$LINENO" 5; }
2785else
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2787$as_echo "yes" >&6; }
6bb11ab3 2788fi
d0ac1c44
SM
2789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2790$as_echo_n "checking for C compiler default output file name... " >&6; }
2791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2792$as_echo "$ac_file" >&6; }
6bb11ab3
L
2793ac_exeext=$ac_cv_exeext
2794
d0ac1c44 2795rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2796ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2798$as_echo_n "checking for suffix of executables... " >&6; }
2799if { { ac_try="$ac_link"
2800case "(($ac_try" in
2801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2802 *) ac_try_echo=$ac_try;;
2803esac
2804eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2805$as_echo "$ac_try_echo"; } >&5
2806 (eval "$ac_link") 2>&5
2807 ac_status=$?
2808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2809 test $ac_status = 0; }; then :
2810 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2811# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2812# work properly (i.e., refer to `conftest.exe'), while it won't with
2813# `rm'.
2814for ac_file in conftest.exe conftest conftest.*; do
2815 test -f "$ac_file" || continue
2816 case $ac_file in
2817 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2818 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2819 break;;
2820 * ) break;;
2821 esac
2822done
2823else
2824 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2825$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2826as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2827See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2828fi
d0ac1c44 2829rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2831$as_echo "$ac_cv_exeext" >&6; }
2832
2833rm -f conftest.$ac_ext
2834EXEEXT=$ac_cv_exeext
2835ac_exeext=$EXEEXT
d0ac1c44
SM
2836cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2837/* end confdefs.h. */
2838#include <stdio.h>
2839int
2840main ()
2841{
2842FILE *f = fopen ("conftest.out", "w");
2843 return ferror (f) || fclose (f) != 0;
2844
2845 ;
2846 return 0;
2847}
2848_ACEOF
2849ac_clean_files="$ac_clean_files conftest.out"
2850# Check that the compiler produces executables we can run. If not, either
2851# the compiler is broken, or we cross compile.
2852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2853$as_echo_n "checking whether we are cross compiling... " >&6; }
2854if test "$cross_compiling" != yes; then
2855 { { ac_try="$ac_link"
2856case "(($ac_try" in
2857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2858 *) ac_try_echo=$ac_try;;
2859esac
2860eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2861$as_echo "$ac_try_echo"; } >&5
2862 (eval "$ac_link") 2>&5
2863 ac_status=$?
2864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2865 test $ac_status = 0; }
2866 if { ac_try='./conftest$ac_cv_exeext'
2867 { { case "(($ac_try" in
2868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2869 *) ac_try_echo=$ac_try;;
2870esac
2871eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2872$as_echo "$ac_try_echo"; } >&5
2873 (eval "$ac_try") 2>&5
2874 ac_status=$?
2875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2876 test $ac_status = 0; }; }; then
2877 cross_compiling=no
2878 else
2879 if test "$cross_compiling" = maybe; then
2880 cross_compiling=yes
2881 else
2882 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2883$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2884as_fn_error $? "cannot run C compiled programs.
2885If you meant to cross compile, use \`--host'.
2886See \`config.log' for more details" "$LINENO" 5; }
2887 fi
2888 fi
2889fi
2890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2891$as_echo "$cross_compiling" >&6; }
2892
2893rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2894ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2896$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2897if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2898 $as_echo_n "(cached) " >&6
2899else
2900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2901/* end confdefs.h. */
2902
2903int
2904main ()
2905{
2906
2907 ;
2908 return 0;
2909}
2910_ACEOF
2911rm -f conftest.o conftest.obj
2912if { { ac_try="$ac_compile"
2913case "(($ac_try" in
2914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2915 *) ac_try_echo=$ac_try;;
2916esac
2917eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2918$as_echo "$ac_try_echo"; } >&5
2919 (eval "$ac_compile") 2>&5
2920 ac_status=$?
2921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2922 test $ac_status = 0; }; then :
2923 for ac_file in conftest.o conftest.obj conftest.*; do
2924 test -f "$ac_file" || continue;
2925 case $ac_file in
2926 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2927 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2928 break;;
2929 esac
2930done
2931else
2932 $as_echo "$as_me: failed program was:" >&5
2933sed 's/^/| /' conftest.$ac_ext >&5
2934
2935{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2936$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2937as_fn_error $? "cannot compute suffix of object files: cannot compile
2938See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2939fi
2940rm -f conftest.$ac_cv_objext conftest.$ac_ext
2941fi
2942{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2943$as_echo "$ac_cv_objext" >&6; }
2944OBJEXT=$ac_cv_objext
2945ac_objext=$OBJEXT
2946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2947$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2948if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2949 $as_echo_n "(cached) " >&6
2950else
2951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2952/* end confdefs.h. */
2953
2954int
2955main ()
2956{
2957#ifndef __GNUC__
2958 choke me
2959#endif
2960
2961 ;
2962 return 0;
2963}
2964_ACEOF
2965if ac_fn_c_try_compile "$LINENO"; then :
2966 ac_compiler_gnu=yes
2967else
2968 ac_compiler_gnu=no
2969fi
2970rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2971ac_cv_c_compiler_gnu=$ac_compiler_gnu
2972
2973fi
2974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2975$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2976if test $ac_compiler_gnu = yes; then
2977 GCC=yes
2978else
2979 GCC=
2980fi
2981ac_test_CFLAGS=${CFLAGS+set}
2982ac_save_CFLAGS=$CFLAGS
2983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2984$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2985if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2986 $as_echo_n "(cached) " >&6
2987else
2988 ac_save_c_werror_flag=$ac_c_werror_flag
2989 ac_c_werror_flag=yes
2990 ac_cv_prog_cc_g=no
2991 CFLAGS="-g"
2992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2993/* end confdefs.h. */
2994
2995int
2996main ()
2997{
2998
2999 ;
3000 return 0;
3001}
3002_ACEOF
3003if ac_fn_c_try_compile "$LINENO"; then :
3004 ac_cv_prog_cc_g=yes
3005else
3006 CFLAGS=""
3007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3008/* end confdefs.h. */
3009
3010int
3011main ()
3012{
3013
3014 ;
3015 return 0;
3016}
3017_ACEOF
3018if ac_fn_c_try_compile "$LINENO"; then :
3019
3020else
3021 ac_c_werror_flag=$ac_save_c_werror_flag
3022 CFLAGS="-g"
3023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3024/* end confdefs.h. */
3025
3026int
3027main ()
3028{
3029
3030 ;
3031 return 0;
3032}
3033_ACEOF
3034if ac_fn_c_try_compile "$LINENO"; then :
3035 ac_cv_prog_cc_g=yes
3036fi
3037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3038fi
3039rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3040fi
3041rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3042 ac_c_werror_flag=$ac_save_c_werror_flag
3043fi
3044{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3045$as_echo "$ac_cv_prog_cc_g" >&6; }
3046if test "$ac_test_CFLAGS" = set; then
3047 CFLAGS=$ac_save_CFLAGS
3048elif test $ac_cv_prog_cc_g = yes; then
3049 if test "$GCC" = yes; then
3050 CFLAGS="-g -O2"
3051 else
3052 CFLAGS="-g"
3053 fi
3054else
3055 if test "$GCC" = yes; then
3056 CFLAGS="-O2"
3057 else
3058 CFLAGS=
3059 fi
3060fi
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3062$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3063if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3064 $as_echo_n "(cached) " >&6
3065else
3066 ac_cv_prog_cc_c89=no
3067ac_save_CC=$CC
3068cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3069/* end confdefs.h. */
3070#include <stdarg.h>
3071#include <stdio.h>
d0ac1c44 3072struct stat;
6bb11ab3
L
3073/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3074struct buf { int x; };
3075FILE * (*rcsopen) (struct buf *, struct stat *, int);
3076static char *e (p, i)
3077 char **p;
3078 int i;
3079{
3080 return p[i];
3081}
3082static char *f (char * (*g) (char **, int), char **p, ...)
3083{
3084 char *s;
3085 va_list v;
3086 va_start (v,p);
3087 s = g (p, va_arg (v,int));
3088 va_end (v);
3089 return s;
3090}
3091
3092/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3093 function prototypes and stuff, but not '\xHH' hex character constants.
3094 These don't provoke an error unfortunately, instead are silently treated
3095 as 'x'. The following induces an error, until -std is added to get
3096 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3097 array size at least. It's necessary to write '\x00'==0 to get something
3098 that's true only with -std. */
3099int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3100
3101/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3102 inside strings and character constants. */
3103#define FOO(x) 'x'
3104int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3105
3106int test (int i, double x);
3107struct s1 {int (*f) (int a);};
3108struct s2 {int (*f) (double a);};
3109int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3110int argc;
3111char **argv;
3112int
3113main ()
3114{
3115return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3116 ;
3117 return 0;
3118}
3119_ACEOF
3120for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3121 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3122do
3123 CC="$ac_save_CC $ac_arg"
3124 if ac_fn_c_try_compile "$LINENO"; then :
3125 ac_cv_prog_cc_c89=$ac_arg
3126fi
3127rm -f core conftest.err conftest.$ac_objext
3128 test "x$ac_cv_prog_cc_c89" != "xno" && break
3129done
3130rm -f conftest.$ac_ext
3131CC=$ac_save_CC
3132
3133fi
3134# AC_CACHE_VAL
3135case "x$ac_cv_prog_cc_c89" in
3136 x)
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3138$as_echo "none needed" >&6; } ;;
3139 xno)
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3141$as_echo "unsupported" >&6; } ;;
3142 *)
3143 CC="$CC $ac_cv_prog_cc_c89"
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3145$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3146esac
3147if test "x$ac_cv_prog_cc_c89" != xno; then :
3148
3149fi
3150
3151ac_ext=c
3152ac_cpp='$CPP $CPPFLAGS'
3153ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3154ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3155ac_compiler_gnu=$ac_cv_c_compiler_gnu
3156
ebe9564b
MF
3157ac_ext=c
3158ac_cpp='$CPP $CPPFLAGS'
3159ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3160ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3161ac_compiler_gnu=$ac_cv_c_compiler_gnu
3162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3163$as_echo_n "checking how to run the C preprocessor... " >&6; }
3164# On Suns, sometimes $CPP names a directory.
3165if test -n "$CPP" && test -d "$CPP"; then
3166 CPP=
3167fi
3168if test -z "$CPP"; then
3169 if ${ac_cv_prog_CPP+:} false; then :
3170 $as_echo_n "(cached) " >&6
3171else
3172 # Double quotes because CPP needs to be expanded
3173 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3174 do
3175 ac_preproc_ok=false
3176for ac_c_preproc_warn_flag in '' yes
3177do
3178 # Use a header file that comes with gcc, so configuring glibc
3179 # with a fresh cross-compiler works.
3180 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3181 # <limits.h> exists even on freestanding compilers.
3182 # On the NeXT, cc -E runs the code through the compiler's parser,
3183 # not just through cpp. "Syntax error" is here to catch this case.
3184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3185/* end confdefs.h. */
3186#ifdef __STDC__
3187# include <limits.h>
3188#else
3189# include <assert.h>
3190#endif
3191 Syntax error
3192_ACEOF
3193if ac_fn_c_try_cpp "$LINENO"; then :
3194
3195else
3196 # Broken: fails on valid input.
3197continue
3198fi
3199rm -f conftest.err conftest.i conftest.$ac_ext
3200
3201 # OK, works on sane cases. Now check whether nonexistent headers
3202 # can be detected and how.
3203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3204/* end confdefs.h. */
3205#include <ac_nonexistent.h>
3206_ACEOF
3207if ac_fn_c_try_cpp "$LINENO"; then :
3208 # Broken: success on invalid input.
3209continue
3210else
3211 # Passes both tests.
3212ac_preproc_ok=:
3213break
3214fi
3215rm -f conftest.err conftest.i conftest.$ac_ext
3216
3217done
3218# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3219rm -f conftest.i conftest.err conftest.$ac_ext
3220if $ac_preproc_ok; then :
3221 break
3222fi
3223
3224 done
3225 ac_cv_prog_CPP=$CPP
3226
3227fi
3228 CPP=$ac_cv_prog_CPP
3229else
3230 ac_cv_prog_CPP=$CPP
3231fi
3232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3233$as_echo "$CPP" >&6; }
3234ac_preproc_ok=false
3235for ac_c_preproc_warn_flag in '' yes
3236do
3237 # Use a header file that comes with gcc, so configuring glibc
3238 # with a fresh cross-compiler works.
3239 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3240 # <limits.h> exists even on freestanding compilers.
3241 # On the NeXT, cc -E runs the code through the compiler's parser,
3242 # not just through cpp. "Syntax error" is here to catch this case.
3243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3244/* end confdefs.h. */
3245#ifdef __STDC__
3246# include <limits.h>
3247#else
3248# include <assert.h>
3249#endif
3250 Syntax error
3251_ACEOF
3252if ac_fn_c_try_cpp "$LINENO"; then :
3253
3254else
3255 # Broken: fails on valid input.
3256continue
3257fi
3258rm -f conftest.err conftest.i conftest.$ac_ext
3259
3260 # OK, works on sane cases. Now check whether nonexistent headers
3261 # can be detected and how.
3262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3263/* end confdefs.h. */
3264#include <ac_nonexistent.h>
3265_ACEOF
3266if ac_fn_c_try_cpp "$LINENO"; then :
3267 # Broken: success on invalid input.
3268continue
3269else
3270 # Passes both tests.
3271ac_preproc_ok=:
3272break
3273fi
3274rm -f conftest.err conftest.i conftest.$ac_ext
3275
3276done
3277# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3278rm -f conftest.i conftest.err conftest.$ac_ext
3279if $ac_preproc_ok; then :
3280
3281else
3282 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3283$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3284as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3285See \`config.log' for more details" "$LINENO" 5; }
3286fi
3287
3288ac_ext=c
3289ac_cpp='$CPP $CPPFLAGS'
3290ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3291ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3292ac_compiler_gnu=$ac_cv_c_compiler_gnu
3293
6bb11ab3
L
3294ac_aux_dir=
3295for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
3296 if test -f "$ac_dir/install-sh"; then
3297 ac_aux_dir=$ac_dir
3298 ac_install_sh="$ac_aux_dir/install-sh -c"
3299 break
3300 elif test -f "$ac_dir/install.sh"; then
3301 ac_aux_dir=$ac_dir
3302 ac_install_sh="$ac_aux_dir/install.sh -c"
3303 break
3304 elif test -f "$ac_dir/shtool"; then
3305 ac_aux_dir=$ac_dir
3306 ac_install_sh="$ac_aux_dir/shtool install -c"
3307 break
3308 fi
6bb11ab3
L
3309done
3310if test -z "$ac_aux_dir"; then
d0ac1c44 3311 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
3312fi
3313
3314# These three variables are undocumented and unsupported,
3315# and are intended to be withdrawn in a future Autoconf release.
3316# They can cause serious problems if a builder's source tree is in a directory
3317# whose full name contains unusual characters.
3318ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3319ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3320ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3321
3322
3323# Make sure we can run config.sub.
3324$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 3325 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
3326
3327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3328$as_echo_n "checking build system type... " >&6; }
d0ac1c44 3329if ${ac_cv_build+:} false; then :
6bb11ab3
L
3330 $as_echo_n "(cached) " >&6
3331else
3332 ac_build_alias=$build_alias
3333test "x$ac_build_alias" = x &&
3334 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3335test "x$ac_build_alias" = x &&
d0ac1c44 3336 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 3337ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 3338 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
3339
3340fi
3341{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3342$as_echo "$ac_cv_build" >&6; }
3343case $ac_cv_build in
3344*-*-*) ;;
d0ac1c44 3345*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
3346esac
3347build=$ac_cv_build
3348ac_save_IFS=$IFS; IFS='-'
3349set x $ac_cv_build
3350shift
3351build_cpu=$1
3352build_vendor=$2
3353shift; shift
3354# Remember, the first character of IFS is used to create $*,
3355# except with old shells:
3356build_os=$*
3357IFS=$ac_save_IFS
3358case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3359
3360
3361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3362$as_echo_n "checking host system type... " >&6; }
d0ac1c44 3363if ${ac_cv_host+:} false; then :
6bb11ab3
L
3364 $as_echo_n "(cached) " >&6
3365else
3366 if test "x$host_alias" = x; then
3367 ac_cv_host=$ac_cv_build
3368else
3369 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 3370 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
3371fi
3372
3373fi
3374{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3375$as_echo "$ac_cv_host" >&6; }
3376case $ac_cv_host in
3377*-*-*) ;;
d0ac1c44 3378*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
3379esac
3380host=$ac_cv_host
3381ac_save_IFS=$IFS; IFS='-'
3382set x $ac_cv_host
3383shift
3384host_cpu=$1
3385host_vendor=$2
3386shift; shift
3387# Remember, the first character of IFS is used to create $*,
3388# except with old shells:
3389host_os=$*
3390IFS=$ac_save_IFS
3391case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3392
3393
3394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3395$as_echo_n "checking target system type... " >&6; }
d0ac1c44 3396if ${ac_cv_target+:} false; then :
6bb11ab3
L
3397 $as_echo_n "(cached) " >&6
3398else
3399 if test "x$target_alias" = x; then
3400 ac_cv_target=$ac_cv_host
3401else
3402 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 3403 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
3404fi
3405
3406fi
3407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3408$as_echo "$ac_cv_target" >&6; }
3409case $ac_cv_target in
3410*-*-*) ;;
d0ac1c44 3411*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
3412esac
3413target=$ac_cv_target
3414ac_save_IFS=$IFS; IFS='-'
3415set x $ac_cv_target
3416shift
3417target_cpu=$1
3418target_vendor=$2
3419shift; shift
3420# Remember, the first character of IFS is used to create $*,
3421# except with old shells:
3422target_os=$*
3423IFS=$ac_save_IFS
3424case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3425
3426
3427# The aliases save the names the user supplied, while $host etc.
3428# will get canonicalized.
3429test -n "$target_alias" &&
3430 test "$program_prefix$program_suffix$program_transform_name" = \
3431 NONENONEs,x,x, &&
3432 program_prefix=${target_alias}-
3433
6bb11ab3
L
3434
3435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3436$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3437if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3438 $as_echo_n "(cached) " >&6
3439else
3440 if test -z "$GREP"; then
3441 ac_path_GREP_found=false
3442 # Loop through the user's path and test for each of PROGNAME-LIST
3443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3444for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3445do
3446 IFS=$as_save_IFS
3447 test -z "$as_dir" && as_dir=.
3448 for ac_prog in grep ggrep; do
3449 for ac_exec_ext in '' $ac_executable_extensions; do
3450 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3451 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3452# Check for GNU ac_path_GREP and select it if it is found.
3453 # Check for GNU $ac_path_GREP
3454case `"$ac_path_GREP" --version 2>&1` in
3455*GNU*)
3456 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3457*)
3458 ac_count=0
3459 $as_echo_n 0123456789 >"conftest.in"
3460 while :
3461 do
3462 cat "conftest.in" "conftest.in" >"conftest.tmp"
3463 mv "conftest.tmp" "conftest.in"
3464 cp "conftest.in" "conftest.nl"
3465 $as_echo 'GREP' >> "conftest.nl"
3466 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3467 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3468 as_fn_arith $ac_count + 1 && ac_count=$as_val
3469 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3470 # Best one so far, save it but keep looking for a better one
3471 ac_cv_path_GREP="$ac_path_GREP"
3472 ac_path_GREP_max=$ac_count
3473 fi
3474 # 10*(2^10) chars as input seems more than enough
3475 test $ac_count -gt 10 && break
3476 done
3477 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3478esac
3479
3480 $ac_path_GREP_found && break 3
3481 done
3482 done
3483 done
3484IFS=$as_save_IFS
3485 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3486 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3487 fi
3488else
3489 ac_cv_path_GREP=$GREP
3490fi
3491
3492fi
3493{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3494$as_echo "$ac_cv_path_GREP" >&6; }
3495 GREP="$ac_cv_path_GREP"
3496
3497
3498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3499$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3500if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3501 $as_echo_n "(cached) " >&6
3502else
3503 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3504 then ac_cv_path_EGREP="$GREP -E"
3505 else
3506 if test -z "$EGREP"; then
3507 ac_path_EGREP_found=false
3508 # Loop through the user's path and test for each of PROGNAME-LIST
3509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3510for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3511do
3512 IFS=$as_save_IFS
3513 test -z "$as_dir" && as_dir=.
3514 for ac_prog in egrep; do
3515 for ac_exec_ext in '' $ac_executable_extensions; do
3516 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3517 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3518# Check for GNU ac_path_EGREP and select it if it is found.
3519 # Check for GNU $ac_path_EGREP
3520case `"$ac_path_EGREP" --version 2>&1` in
3521*GNU*)
3522 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3523*)
3524 ac_count=0
3525 $as_echo_n 0123456789 >"conftest.in"
3526 while :
3527 do
3528 cat "conftest.in" "conftest.in" >"conftest.tmp"
3529 mv "conftest.tmp" "conftest.in"
3530 cp "conftest.in" "conftest.nl"
3531 $as_echo 'EGREP' >> "conftest.nl"
3532 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3533 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3534 as_fn_arith $ac_count + 1 && ac_count=$as_val
3535 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3536 # Best one so far, save it but keep looking for a better one
3537 ac_cv_path_EGREP="$ac_path_EGREP"
3538 ac_path_EGREP_max=$ac_count
3539 fi
3540 # 10*(2^10) chars as input seems more than enough
3541 test $ac_count -gt 10 && break
3542 done
3543 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3544esac
3545
3546 $ac_path_EGREP_found && break 3
3547 done
3548 done
3549 done
3550IFS=$as_save_IFS
3551 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3552 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3553 fi
3554else
3555 ac_cv_path_EGREP=$EGREP
3556fi
3557
3558 fi
3559fi
3560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3561$as_echo "$ac_cv_path_EGREP" >&6; }
3562 EGREP="$ac_cv_path_EGREP"
3563
3564
3565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3566$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3567if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3568 $as_echo_n "(cached) " >&6
3569else
3570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3571/* end confdefs.h. */
3572#include <stdlib.h>
3573#include <stdarg.h>
3574#include <string.h>
3575#include <float.h>
3576
3577int
3578main ()
3579{
3580
3581 ;
3582 return 0;
3583}
3584_ACEOF
3585if ac_fn_c_try_compile "$LINENO"; then :
3586 ac_cv_header_stdc=yes
3587else
3588 ac_cv_header_stdc=no
3589fi
3590rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3591
3592if test $ac_cv_header_stdc = yes; then
3593 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3595/* end confdefs.h. */
3596#include <string.h>
3597
3598_ACEOF
3599if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3600 $EGREP "memchr" >/dev/null 2>&1; then :
3601
3602else
3603 ac_cv_header_stdc=no
3604fi
3605rm -f conftest*
3606
3607fi
3608
3609if test $ac_cv_header_stdc = yes; then
3610 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3612/* end confdefs.h. */
3613#include <stdlib.h>
3614
3615_ACEOF
3616if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3617 $EGREP "free" >/dev/null 2>&1; then :
3618
3619else
3620 ac_cv_header_stdc=no
3621fi
3622rm -f conftest*
3623
3624fi
3625
3626if test $ac_cv_header_stdc = yes; then
3627 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3628 if test "$cross_compiling" = yes; then :
3629 :
3630else
3631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3632/* end confdefs.h. */
3633#include <ctype.h>
3634#include <stdlib.h>
3635#if ((' ' & 0x0FF) == 0x020)
3636# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3637# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3638#else
3639# define ISLOWER(c) \
3640 (('a' <= (c) && (c) <= 'i') \
3641 || ('j' <= (c) && (c) <= 'r') \
3642 || ('s' <= (c) && (c) <= 'z'))
3643# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3644#endif
3645
3646#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3647int
3648main ()
3649{
3650 int i;
3651 for (i = 0; i < 256; i++)
3652 if (XOR (islower (i), ISLOWER (i))
3653 || toupper (i) != TOUPPER (i))
3654 return 2;
3655 return 0;
3656}
3657_ACEOF
3658if ac_fn_c_try_run "$LINENO"; then :
3659
3660else
3661 ac_cv_header_stdc=no
3662fi
3663rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3664 conftest.$ac_objext conftest.beam conftest.$ac_ext
3665fi
3666
3667fi
3668fi
3669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3670$as_echo "$ac_cv_header_stdc" >&6; }
3671if test $ac_cv_header_stdc = yes; then
3672
3673$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3674
3675fi
3676
3677# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3678for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3679 inttypes.h stdint.h unistd.h
3680do :
3681 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3682ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3683"
d0ac1c44 3684if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3685 cat >>confdefs.h <<_ACEOF
3686#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3687_ACEOF
3688
3689fi
3690
3691done
3692
3693
3694
3695 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3696if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3697 MINIX=yes
3698else
3699 MINIX=
3700fi
3701
3702
3703 if test "$MINIX" = yes; then
3704
3705$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3706
3707
3708$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3709
3710
3711$as_echo "#define _MINIX 1" >>confdefs.h
3712
3713 fi
3714
3715
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3717$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3718if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3719 $as_echo_n "(cached) " >&6
3720else
3721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3722/* end confdefs.h. */
3723
d0ac1c44
SM
3724# define __EXTENSIONS__ 1
3725 $ac_includes_default
6bb11ab3
L
3726int
3727main ()
3728{
3729
3730 ;
3731 return 0;
3732}
3733_ACEOF
3734if ac_fn_c_try_compile "$LINENO"; then :
3735 ac_cv_safe_to_define___extensions__=yes
3736else
3737 ac_cv_safe_to_define___extensions__=no
3738fi
3739rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3740fi
3741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3742$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3743 test $ac_cv_safe_to_define___extensions__ = yes &&
3744 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3745
3746 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3747
3748 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3749
3750 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3751
3752 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3753
3754
3755test "$program_prefix" != NONE &&
3756 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3757# Use a double $ so make ignores it.
3758test "$program_suffix" != NONE &&
3759 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3760# Double any \ or $.
3761# By default was `s,x,x', remove it if useless.
3762ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3763program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3764
3765# Find a good install program. We prefer a C program (faster),
3766# so one script is as good as another. But avoid the broken or
3767# incompatible versions:
3768# SysV /etc/install, /usr/sbin/install
3769# SunOS /usr/etc/install
3770# IRIX /sbin/install
3771# AIX /bin/install
3772# AmigaOS /C/install, which installs bootblocks on floppy discs
3773# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3774# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3775# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3776# OS/2's system install, which has a completely different semantic
3777# ./install, which can be erroneously created by make from ./install.sh.
3778# Reject install programs that cannot install multiple files.
3779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3780$as_echo_n "checking for a BSD-compatible install... " >&6; }
3781if test -z "$INSTALL"; then
d0ac1c44 3782if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3783 $as_echo_n "(cached) " >&6
3784else
3785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3786for as_dir in $PATH
3787do
3788 IFS=$as_save_IFS
3789 test -z "$as_dir" && as_dir=.
3790 # Account for people who put trailing slashes in PATH elements.
3791case $as_dir/ in #((
3792 ./ | .// | /[cC]/* | \
3793 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3794 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3795 /usr/ucb/* ) ;;
3796 *)
3797 # OSF1 and SCO ODT 3.0 have their own names for install.
3798 # Don't use installbsd from OSF since it installs stuff as root
3799 # by default.
3800 for ac_prog in ginstall scoinst install; do
3801 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3802 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3803 if test $ac_prog = install &&
3804 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3805 # AIX install. It has an incompatible calling convention.
3806 :
3807 elif test $ac_prog = install &&
3808 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3809 # program-specific install script used by HP pwplus--don't use.
3810 :
3811 else
3812 rm -rf conftest.one conftest.two conftest.dir
3813 echo one > conftest.one
3814 echo two > conftest.two
3815 mkdir conftest.dir
3816 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3817 test -s conftest.one && test -s conftest.two &&
3818 test -s conftest.dir/conftest.one &&
3819 test -s conftest.dir/conftest.two
3820 then
3821 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3822 break 3
3823 fi
3824 fi
3825 fi
3826 done
3827 done
3828 ;;
3829esac
3830
3831 done
3832IFS=$as_save_IFS
3833
3834rm -rf conftest.one conftest.two conftest.dir
3835
3836fi
3837 if test "${ac_cv_path_install+set}" = set; then
3838 INSTALL=$ac_cv_path_install
3839 else
3840 # As a last resort, use the slow shell script. Don't cache a
3841 # value for INSTALL within a source directory, because that will
3842 # break other packages using the cache if that directory is
3843 # removed, or if the value is a relative name.
3844 INSTALL=$ac_install_sh
3845 fi
3846fi
3847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3848$as_echo "$INSTALL" >&6; }
3849
3850# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3851# It thinks the first close brace ends the variable substitution.
3852test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3853
3854test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3855
3856test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3857
3858rm -rf .tst 2>/dev/null
3859mkdir .tst 2>/dev/null
3860if test -d .tst; then
3861 am__leading_dot=.
3862else
3863 am__leading_dot=_
3864fi
3865rmdir .tst 2>/dev/null
3866
3867DEPDIR="${am__leading_dot}deps"
3868
3869case `pwd` in
3870 *\ * | *\ *)
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3872$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3873esac
3874
3875
3876
3877macro_version='2.2.7a'
3878macro_revision='1.3134'
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892ltmain="$ac_aux_dir/ltmain.sh"
3893
3894# Backslashify metacharacters that are still active within
3895# double-quoted strings.
3896sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3897
3898# Same as above, but do not quote variable references.
3899double_quote_subst='s/\(["`\\]\)/\\\1/g'
3900
3901# Sed substitution to delay expansion of an escaped shell variable in a
3902# double_quote_subst'ed string.
3903delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3904
3905# Sed substitution to delay expansion of an escaped single quote.
3906delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3907
3908# Sed substitution to avoid accidental globbing in evaled expressions
3909no_glob_subst='s/\*/\\\*/g'
3910
3911ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3912ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3913ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3914
3915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3916$as_echo_n "checking how to print strings... " >&6; }
3917# Test print first, because it will be a builtin if present.
3918if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3919 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3920 ECHO='print -r --'
3921elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3922 ECHO='printf %s\n'
3923else
3924 # Use this function as a fallback that always works.
3925 func_fallback_echo ()
3926 {
3927 eval 'cat <<_LTECHO_EOF
3928$1
3929_LTECHO_EOF'
3930 }
3931 ECHO='func_fallback_echo'
3932fi
3933
3934# func_echo_all arg...
3935# Invoke $ECHO with all args, space-separated.
3936func_echo_all ()
3937{
3938 $ECHO ""
3939}
3940
3941case "$ECHO" in
3942 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3943$as_echo "printf" >&6; } ;;
3944 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3945$as_echo "print -r" >&6; } ;;
3946 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3947$as_echo "cat" >&6; } ;;
3948esac
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3964$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3965if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3966 $as_echo_n "(cached) " >&6
3967else
3968 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3969 for ac_i in 1 2 3 4 5 6 7; do
3970 ac_script="$ac_script$as_nl$ac_script"
3971 done
3972 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3973 { ac_script=; unset ac_script;}
3974 if test -z "$SED"; then
3975 ac_path_SED_found=false
3976 # Loop through the user's path and test for each of PROGNAME-LIST
3977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3978for as_dir in $PATH
3979do
3980 IFS=$as_save_IFS
3981 test -z "$as_dir" && as_dir=.
3982 for ac_prog in sed gsed; do
3983 for ac_exec_ext in '' $ac_executable_extensions; do
3984 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3985 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3986# Check for GNU ac_path_SED and select it if it is found.
3987 # Check for GNU $ac_path_SED
3988case `"$ac_path_SED" --version 2>&1` in
3989*GNU*)
3990 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3991*)
3992 ac_count=0
3993 $as_echo_n 0123456789 >"conftest.in"
3994 while :
3995 do
3996 cat "conftest.in" "conftest.in" >"conftest.tmp"
3997 mv "conftest.tmp" "conftest.in"
3998 cp "conftest.in" "conftest.nl"
3999 $as_echo '' >> "conftest.nl"
4000 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4001 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4002 as_fn_arith $ac_count + 1 && ac_count=$as_val
4003 if test $ac_count -gt ${ac_path_SED_max-0}; then
4004 # Best one so far, save it but keep looking for a better one
4005 ac_cv_path_SED="$ac_path_SED"
4006 ac_path_SED_max=$ac_count
4007 fi
4008 # 10*(2^10) chars as input seems more than enough
4009 test $ac_count -gt 10 && break
4010 done
4011 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4012esac
4013
4014 $ac_path_SED_found && break 3
4015 done
4016 done
4017 done
4018IFS=$as_save_IFS
4019 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4020 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4021 fi
4022else
4023 ac_cv_path_SED=$SED
4024fi
4025
4026fi
4027{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4028$as_echo "$ac_cv_path_SED" >&6; }
4029 SED="$ac_cv_path_SED"
4030 rm -f conftest.sed
4031
4032test -z "$SED" && SED=sed
4033Xsed="$SED -e 1s/^X//"
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4046$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4047if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4048 $as_echo_n "(cached) " >&6
4049else
4050 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4051 then ac_cv_path_FGREP="$GREP -F"
4052 else
4053 if test -z "$FGREP"; then
4054 ac_path_FGREP_found=false
4055 # Loop through the user's path and test for each of PROGNAME-LIST
4056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4057for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4058do
4059 IFS=$as_save_IFS
4060 test -z "$as_dir" && as_dir=.
4061 for ac_prog in fgrep; do
4062 for ac_exec_ext in '' $ac_executable_extensions; do
4063 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4064 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4065# Check for GNU ac_path_FGREP and select it if it is found.
4066 # Check for GNU $ac_path_FGREP
4067case `"$ac_path_FGREP" --version 2>&1` in
4068*GNU*)
4069 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4070*)
4071 ac_count=0
4072 $as_echo_n 0123456789 >"conftest.in"
4073 while :
4074 do
4075 cat "conftest.in" "conftest.in" >"conftest.tmp"
4076 mv "conftest.tmp" "conftest.in"
4077 cp "conftest.in" "conftest.nl"
4078 $as_echo 'FGREP' >> "conftest.nl"
4079 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4080 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4081 as_fn_arith $ac_count + 1 && ac_count=$as_val
4082 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4083 # Best one so far, save it but keep looking for a better one
4084 ac_cv_path_FGREP="$ac_path_FGREP"
4085 ac_path_FGREP_max=$ac_count
4086 fi
4087 # 10*(2^10) chars as input seems more than enough
4088 test $ac_count -gt 10 && break
4089 done
4090 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4091esac
4092
4093 $ac_path_FGREP_found && break 3
4094 done
4095 done
4096 done
4097IFS=$as_save_IFS
4098 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4099 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4100 fi
4101else
4102 ac_cv_path_FGREP=$FGREP
4103fi
4104
4105 fi
4106fi
4107{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4108$as_echo "$ac_cv_path_FGREP" >&6; }
4109 FGREP="$ac_cv_path_FGREP"
4110
4111
4112test -z "$GREP" && GREP=grep
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132# Check whether --with-gnu-ld was given.
4133if test "${with_gnu_ld+set}" = set; then :
4134 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4135else
4136 with_gnu_ld=no
4137fi
4138
4139ac_prog=ld
4140if test "$GCC" = yes; then
4141 # Check if gcc -print-prog-name=ld gives a path.
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4143$as_echo_n "checking for ld used by $CC... " >&6; }
4144 case $host in
4145 *-*-mingw*)
4146 # gcc leaves a trailing carriage return which upsets mingw
4147 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4148 *)
4149 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4150 esac
4151 case $ac_prog in
4152 # Accept absolute paths.
4153 [\\/]* | ?:[\\/]*)
4154 re_direlt='/[^/][^/]*/\.\./'
4155 # Canonicalize the pathname of ld
4156 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4157 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4158 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4159 done
4160 test -z "$LD" && LD="$ac_prog"
4161 ;;
4162 "")
4163 # If it fails, then pretend we aren't using GCC.
4164 ac_prog=ld
4165 ;;
4166 *)
4167 # If it is relative, then search for the first ld in PATH.
4168 with_gnu_ld=unknown
4169 ;;
4170 esac
4171elif test "$with_gnu_ld" = yes; then
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4173$as_echo_n "checking for GNU ld... " >&6; }
4174else
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4176$as_echo_n "checking for non-GNU ld... " >&6; }
4177fi
d0ac1c44 4178if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4179 $as_echo_n "(cached) " >&6
4180else
4181 if test -z "$LD"; then
4182 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4183 for ac_dir in $PATH; do
4184 IFS="$lt_save_ifs"
4185 test -z "$ac_dir" && ac_dir=.
4186 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4187 lt_cv_path_LD="$ac_dir/$ac_prog"
4188 # Check to see if the program is GNU ld. I'd rather use --version,
4189 # but apparently some variants of GNU ld only accept -v.
4190 # Break only if it was the GNU/non-GNU ld that we prefer.
4191 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4192 *GNU* | *'with BFD'*)
4193 test "$with_gnu_ld" != no && break
4194 ;;
4195 *)
4196 test "$with_gnu_ld" != yes && break
4197 ;;
4198 esac
4199 fi
4200 done
4201 IFS="$lt_save_ifs"
4202else
4203 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4204fi
4205fi
4206
4207LD="$lt_cv_path_LD"
4208if test -n "$LD"; then
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4210$as_echo "$LD" >&6; }
4211else
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4213$as_echo "no" >&6; }
4214fi
d0ac1c44 4215test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4217$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4218if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4219 $as_echo_n "(cached) " >&6
4220else
4221 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4222case `$LD -v 2>&1 </dev/null` in
4223*GNU* | *'with BFD'*)
4224 lt_cv_prog_gnu_ld=yes
4225 ;;
4226*)
4227 lt_cv_prog_gnu_ld=no
4228 ;;
4229esac
4230fi
4231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4232$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4233with_gnu_ld=$lt_cv_prog_gnu_ld
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4244$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4245if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4246 $as_echo_n "(cached) " >&6
4247else
4248 if test -n "$NM"; then
4249 # Let the user override the test.
4250 lt_cv_path_NM="$NM"
4251else
4252 lt_nm_to_check="${ac_tool_prefix}nm"
4253 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4254 lt_nm_to_check="$lt_nm_to_check nm"
4255 fi
4256 for lt_tmp_nm in $lt_nm_to_check; do
4257 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4258 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4259 IFS="$lt_save_ifs"
4260 test -z "$ac_dir" && ac_dir=.
4261 tmp_nm="$ac_dir/$lt_tmp_nm"
4262 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4263 # Check to see if the nm accepts a BSD-compat flag.
4264 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4265 # nm: unknown option "B" ignored
4266 # Tru64's nm complains that /dev/null is an invalid object file
4267 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4268 */dev/null* | *'Invalid file or object type'*)
4269 lt_cv_path_NM="$tmp_nm -B"
4270 break
4271 ;;
4272 *)
4273 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4274 */dev/null*)
4275 lt_cv_path_NM="$tmp_nm -p"
4276 break
4277 ;;
4278 *)
4279 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4280 continue # so that we can try to find one that supports BSD flags
4281 ;;
4282 esac
4283 ;;
4284 esac
4285 fi
4286 done
4287 IFS="$lt_save_ifs"
4288 done
4289 : ${lt_cv_path_NM=no}
4290fi
4291fi
4292{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4293$as_echo "$lt_cv_path_NM" >&6; }
4294if test "$lt_cv_path_NM" != "no"; then
4295 NM="$lt_cv_path_NM"
4296else
4297 # Didn't find any BSD compatible name lister, look for dumpbin.
4298 if test -n "$DUMPBIN"; then :
4299 # Let the user override the test.
4300 else
4301 if test -n "$ac_tool_prefix"; then
4302 for ac_prog in dumpbin "link -dump"
4303 do
4304 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4305set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4307$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4308if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4309 $as_echo_n "(cached) " >&6
4310else
4311 if test -n "$DUMPBIN"; then
4312 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4313else
4314as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4315for as_dir in $PATH
4316do
4317 IFS=$as_save_IFS
4318 test -z "$as_dir" && as_dir=.
4319 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4320 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4321 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4323 break 2
4324 fi
4325done
4326 done
4327IFS=$as_save_IFS
4328
4329fi
4330fi
4331DUMPBIN=$ac_cv_prog_DUMPBIN
4332if test -n "$DUMPBIN"; then
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4334$as_echo "$DUMPBIN" >&6; }
4335else
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4337$as_echo "no" >&6; }
4338fi
4339
4340
4341 test -n "$DUMPBIN" && break
4342 done
4343fi
4344if test -z "$DUMPBIN"; then
4345 ac_ct_DUMPBIN=$DUMPBIN
4346 for ac_prog in dumpbin "link -dump"
4347do
4348 # Extract the first word of "$ac_prog", so it can be a program name with args.
4349set dummy $ac_prog; ac_word=$2
4350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4351$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4352if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4353 $as_echo_n "(cached) " >&6
4354else
4355 if test -n "$ac_ct_DUMPBIN"; then
4356 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4357else
4358as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4359for as_dir in $PATH
4360do
4361 IFS=$as_save_IFS
4362 test -z "$as_dir" && as_dir=.
4363 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4364 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4365 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4367 break 2
4368 fi
4369done
4370 done
4371IFS=$as_save_IFS
4372
4373fi
4374fi
4375ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4376if test -n "$ac_ct_DUMPBIN"; then
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4378$as_echo "$ac_ct_DUMPBIN" >&6; }
4379else
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4381$as_echo "no" >&6; }
4382fi
4383
4384
4385 test -n "$ac_ct_DUMPBIN" && break
4386done
4387
4388 if test "x$ac_ct_DUMPBIN" = x; then
4389 DUMPBIN=":"
4390 else
4391 case $cross_compiling:$ac_tool_warned in
4392yes:)
4393{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4394$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4395ac_tool_warned=yes ;;
4396esac
4397 DUMPBIN=$ac_ct_DUMPBIN
4398 fi
4399fi
4400
4401 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4402 *COFF*)
4403 DUMPBIN="$DUMPBIN -symbols"
4404 ;;
4405 *)
4406 DUMPBIN=:
4407 ;;
4408 esac
4409 fi
4410
4411 if test "$DUMPBIN" != ":"; then
4412 NM="$DUMPBIN"
4413 fi
4414fi
4415test -z "$NM" && NM=nm
4416
4417
4418
4419
4420
4421
4422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4423$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4424if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4425 $as_echo_n "(cached) " >&6
4426else
4427 lt_cv_nm_interface="BSD nm"
4428 echo "int some_variable = 0;" > conftest.$ac_ext
4429 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4430 (eval "$ac_compile" 2>conftest.err)
4431 cat conftest.err >&5
4432 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4433 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4434 cat conftest.err >&5
4435 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4436 cat conftest.out >&5
4437 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4438 lt_cv_nm_interface="MS dumpbin"
4439 fi
4440 rm -f conftest*
4441fi
4442{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4443$as_echo "$lt_cv_nm_interface" >&6; }
4444
4445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4446$as_echo_n "checking whether ln -s works... " >&6; }
4447LN_S=$as_ln_s
4448if test "$LN_S" = "ln -s"; then
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4450$as_echo "yes" >&6; }
4451else
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4453$as_echo "no, using $LN_S" >&6; }
4454fi
4455
4456# find the maximum length of command line arguments
4457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4458$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4459if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4460 $as_echo_n "(cached) " >&6
4461else
4462 i=0
4463 teststring="ABCD"
4464
4465 case $build_os in
4466 msdosdjgpp*)
4467 # On DJGPP, this test can blow up pretty badly due to problems in libc
4468 # (any single argument exceeding 2000 bytes causes a buffer overrun
4469 # during glob expansion). Even if it were fixed, the result of this
4470 # check would be larger than it should be.
4471 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4472 ;;
4473
4474 gnu*)
4475 # Under GNU Hurd, this test is not required because there is
4476 # no limit to the length of command line arguments.
4477 # Libtool will interpret -1 as no limit whatsoever
4478 lt_cv_sys_max_cmd_len=-1;
4479 ;;
4480
4481 cygwin* | mingw* | cegcc*)
4482 # On Win9x/ME, this test blows up -- it succeeds, but takes
4483 # about 5 minutes as the teststring grows exponentially.
4484 # Worse, since 9x/ME are not pre-emptively multitasking,
4485 # you end up with a "frozen" computer, even though with patience
4486 # the test eventually succeeds (with a max line length of 256k).
4487 # Instead, let's just punt: use the minimum linelength reported by
4488 # all of the supported platforms: 8192 (on NT/2K/XP).
4489 lt_cv_sys_max_cmd_len=8192;
4490 ;;
4491
4492 mint*)
4493 # On MiNT this can take a long time and run out of memory.
4494 lt_cv_sys_max_cmd_len=8192;
4495 ;;
4496
4497 amigaos*)
4498 # On AmigaOS with pdksh, this test takes hours, literally.
4499 # So we just punt and use a minimum line length of 8192.
4500 lt_cv_sys_max_cmd_len=8192;
4501 ;;
4502
4503 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4504 # This has been around since 386BSD, at least. Likely further.
4505 if test -x /sbin/sysctl; then
4506 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4507 elif test -x /usr/sbin/sysctl; then
4508 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4509 else
4510 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4511 fi
4512 # And add a safety zone
4513 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4514 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4515 ;;
4516
4517 interix*)
4518 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4519 lt_cv_sys_max_cmd_len=196608
4520 ;;
4521
4522 osf*)
4523 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4524 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4525 # nice to cause kernel panics so lets avoid the loop below.
4526 # First set a reasonable default.
4527 lt_cv_sys_max_cmd_len=16384
4528 #
4529 if test -x /sbin/sysconfig; then
4530 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4531 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4532 esac
4533 fi
4534 ;;
4535 sco3.2v5*)
4536 lt_cv_sys_max_cmd_len=102400
4537 ;;
4538 sysv5* | sco5v6* | sysv4.2uw2*)
4539 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4540 if test -n "$kargmax"; then
4541 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4542 else
4543 lt_cv_sys_max_cmd_len=32768
4544 fi
4545 ;;
4546 *)
4547 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4548 if test -n "$lt_cv_sys_max_cmd_len"; then
4549 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4550 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4551 else
4552 # Make teststring a little bigger before we do anything with it.
4553 # a 1K string should be a reasonable start.
4554 for i in 1 2 3 4 5 6 7 8 ; do
4555 teststring=$teststring$teststring
4556 done
4557 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4558 # If test is not a shell built-in, we'll probably end up computing a
4559 # maximum length that is only half of the actual maximum length, but
4560 # we can't tell.
4561 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4562 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4563 test $i != 17 # 1/2 MB should be enough
4564 do
4565 i=`expr $i + 1`
4566 teststring=$teststring$teststring
4567 done
4568 # Only check the string length outside the loop.
4569 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4570 teststring=
4571 # Add a significant safety factor because C++ compilers can tack on
4572 # massive amounts of additional arguments before passing them to the
4573 # linker. It appears as though 1/2 is a usable value.
4574 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4575 fi
4576 ;;
4577 esac
4578
4579fi
4580
4581if test -n $lt_cv_sys_max_cmd_len ; then
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4583$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4584else
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4586$as_echo "none" >&6; }
4587fi
4588max_cmd_len=$lt_cv_sys_max_cmd_len
4589
4590
4591
4592
4593
4594
4595: ${CP="cp -f"}
4596: ${MV="mv -f"}
4597: ${RM="rm -f"}
4598
4599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4600$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4601# Try some XSI features
4602xsi_shell=no
4603( _lt_dummy="a/b/c"
4604 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4605 = c,a/b,, \
4606 && eval 'test $(( 1 + 1 )) -eq 2 \
4607 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4608 && xsi_shell=yes
4609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4610$as_echo "$xsi_shell" >&6; }
4611
4612
4613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4614$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4615lt_shell_append=no
4616( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4617 >/dev/null 2>&1 \
4618 && lt_shell_append=yes
4619{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4620$as_echo "$lt_shell_append" >&6; }
4621
4622
4623if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4624 lt_unset=unset
4625else
4626 lt_unset=false
4627fi
4628
4629
4630
4631
4632
4633# test EBCDIC or ASCII
4634case `echo X|tr X '\101'` in
4635 A) # ASCII based system
4636 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4637 lt_SP2NL='tr \040 \012'
4638 lt_NL2SP='tr \015\012 \040\040'
4639 ;;
4640 *) # EBCDIC based system
4641 lt_SP2NL='tr \100 \n'
4642 lt_NL2SP='tr \r\n \100\100'
4643 ;;
4644esac
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4655$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4656if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4657 $as_echo_n "(cached) " >&6
4658else
4659 lt_cv_ld_reload_flag='-r'
4660fi
4661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4662$as_echo "$lt_cv_ld_reload_flag" >&6; }
4663reload_flag=$lt_cv_ld_reload_flag
4664case $reload_flag in
4665"" | " "*) ;;
4666*) reload_flag=" $reload_flag" ;;
4667esac
4668reload_cmds='$LD$reload_flag -o $output$reload_objs'
4669case $host_os in
4670 darwin*)
4671 if test "$GCC" = yes; then
4672 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4673 else
4674 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4675 fi
4676 ;;
4677esac
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687if test -n "$ac_tool_prefix"; then
4688 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4689set dummy ${ac_tool_prefix}objdump; ac_word=$2
4690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4691$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4692if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4693 $as_echo_n "(cached) " >&6
4694else
4695 if test -n "$OBJDUMP"; then
4696 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4697else
4698as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4699for as_dir in $PATH
4700do
4701 IFS=$as_save_IFS
4702 test -z "$as_dir" && as_dir=.
4703 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4704 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4705 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4707 break 2
4708 fi
4709done
4710 done
4711IFS=$as_save_IFS
4712
4713fi
4714fi
4715OBJDUMP=$ac_cv_prog_OBJDUMP
4716if test -n "$OBJDUMP"; then
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4718$as_echo "$OBJDUMP" >&6; }
4719else
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4721$as_echo "no" >&6; }
4722fi
4723
4724
4725fi
4726if test -z "$ac_cv_prog_OBJDUMP"; then
4727 ac_ct_OBJDUMP=$OBJDUMP
4728 # Extract the first word of "objdump", so it can be a program name with args.
4729set dummy objdump; ac_word=$2
4730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4731$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4732if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4733 $as_echo_n "(cached) " >&6
4734else
4735 if test -n "$ac_ct_OBJDUMP"; then
4736 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4737else
4738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4739for as_dir in $PATH
4740do
4741 IFS=$as_save_IFS
4742 test -z "$as_dir" && as_dir=.
4743 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4745 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4747 break 2
4748 fi
4749done
4750 done
4751IFS=$as_save_IFS
4752
4753fi
4754fi
4755ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4756if test -n "$ac_ct_OBJDUMP"; then
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4758$as_echo "$ac_ct_OBJDUMP" >&6; }
4759else
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4761$as_echo "no" >&6; }
4762fi
4763
4764 if test "x$ac_ct_OBJDUMP" = x; then
4765 OBJDUMP="false"
4766 else
4767 case $cross_compiling:$ac_tool_warned in
4768yes:)
4769{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4770$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4771ac_tool_warned=yes ;;
4772esac
4773 OBJDUMP=$ac_ct_OBJDUMP
4774 fi
4775else
4776 OBJDUMP="$ac_cv_prog_OBJDUMP"
4777fi
4778
4779test -z "$OBJDUMP" && OBJDUMP=objdump
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4790$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4791if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4792 $as_echo_n "(cached) " >&6
4793else
4794 lt_cv_file_magic_cmd='$MAGIC_CMD'
4795lt_cv_file_magic_test_file=
4796lt_cv_deplibs_check_method='unknown'
4797# Need to set the preceding variable on all platforms that support
4798# interlibrary dependencies.
4799# 'none' -- dependencies not supported.
4800# `unknown' -- same as none, but documents that we really don't know.
4801# 'pass_all' -- all dependencies passed with no checks.
4802# 'test_compile' -- check by making test program.
4803# 'file_magic [[regex]]' -- check by looking for files in library path
4804# which responds to the $file_magic_cmd with a given extended regex.
4805# If you have `file' or equivalent on your system and you're not sure
4806# whether `pass_all' will *always* work, you probably want this one.
4807
4808case $host_os in
4809aix[4-9]*)
4810 lt_cv_deplibs_check_method=pass_all
4811 ;;
4812
4813beos*)
4814 lt_cv_deplibs_check_method=pass_all
4815 ;;
4816
4817bsdi[45]*)
4818 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4819 lt_cv_file_magic_cmd='/usr/bin/file -L'
4820 lt_cv_file_magic_test_file=/shlib/libc.so
4821 ;;
4822
4823cygwin*)
4824 # func_win32_libid is a shell function defined in ltmain.sh
4825 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4826 lt_cv_file_magic_cmd='func_win32_libid'
4827 ;;
4828
4829mingw* | pw32*)
4830 # Base MSYS/MinGW do not provide the 'file' command needed by
4831 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4832 # unless we find 'file', for example because we are cross-compiling.
4833 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4834 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4835 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4836 lt_cv_file_magic_cmd='func_win32_libid'
4837 else
4838 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4839 lt_cv_file_magic_cmd='$OBJDUMP -f'
4840 fi
4841 ;;
4842
4843cegcc*)
4844 # use the weaker test based on 'objdump'. See mingw*.
4845 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4846 lt_cv_file_magic_cmd='$OBJDUMP -f'
4847 ;;
4848
4849darwin* | rhapsody*)
4850 lt_cv_deplibs_check_method=pass_all
4851 ;;
4852
4853freebsd* | dragonfly*)
4854 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4855 case $host_cpu in
4856 i*86 )
4857 # Not sure whether the presence of OpenBSD here was a mistake.
4858 # Let's accept both of them until this is cleared up.
4859 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4860 lt_cv_file_magic_cmd=/usr/bin/file
4861 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4862 ;;
4863 esac
4864 else
4865 lt_cv_deplibs_check_method=pass_all
4866 fi
4867 ;;
4868
4869gnu*)
4870 lt_cv_deplibs_check_method=pass_all
4871 ;;
4872
4873haiku*)
4874 lt_cv_deplibs_check_method=pass_all
4875 ;;
4876
4877hpux10.20* | hpux11*)
4878 lt_cv_file_magic_cmd=/usr/bin/file
4879 case $host_cpu in
4880 ia64*)
4881 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4882 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4883 ;;
4884 hppa*64*)
4885 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]'
4886 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4887 ;;
4888 *)
4889 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4890 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4891 ;;
4892 esac
4893 ;;
4894
4895interix[3-9]*)
4896 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4897 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4898 ;;
4899
4900irix5* | irix6* | nonstopux*)
4901 case $LD in
4902 *-32|*"-32 ") libmagic=32-bit;;
4903 *-n32|*"-n32 ") libmagic=N32;;
4904 *-64|*"-64 ") libmagic=64-bit;;
4905 *) libmagic=never-match;;
4906 esac
4907 lt_cv_deplibs_check_method=pass_all
4908 ;;
4909
4910# This must be Linux ELF.
4911linux* | k*bsd*-gnu | kopensolaris*-gnu)
4912 lt_cv_deplibs_check_method=pass_all
4913 ;;
4914
4915netbsd*)
4916 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4917 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4918 else
4919 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4920 fi
4921 ;;
4922
4923newos6*)
4924 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4925 lt_cv_file_magic_cmd=/usr/bin/file
4926 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4927 ;;
4928
4929*nto* | *qnx*)
4930 lt_cv_deplibs_check_method=pass_all
4931 ;;
4932
4933openbsd*)
4934 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4935 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4936 else
4937 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4938 fi
4939 ;;
4940
4941osf3* | osf4* | osf5*)
4942 lt_cv_deplibs_check_method=pass_all
4943 ;;
4944
4945rdos*)
4946 lt_cv_deplibs_check_method=pass_all
4947 ;;
4948
4949solaris*)
4950 lt_cv_deplibs_check_method=pass_all
4951 ;;
4952
4953sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4954 lt_cv_deplibs_check_method=pass_all
4955 ;;
4956
4957sysv4 | sysv4.3*)
4958 case $host_vendor in
4959 motorola)
4960 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]'
4961 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4962 ;;
4963 ncr)
4964 lt_cv_deplibs_check_method=pass_all
4965 ;;
4966 sequent)
4967 lt_cv_file_magic_cmd='/bin/file'
4968 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4969 ;;
4970 sni)
4971 lt_cv_file_magic_cmd='/bin/file'
4972 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4973 lt_cv_file_magic_test_file=/lib/libc.so
4974 ;;
4975 siemens)
4976 lt_cv_deplibs_check_method=pass_all
4977 ;;
4978 pc)
4979 lt_cv_deplibs_check_method=pass_all
4980 ;;
4981 esac
4982 ;;
4983
4984tpf*)
4985 lt_cv_deplibs_check_method=pass_all
4986 ;;
4987esac
4988
4989fi
4990{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4991$as_echo "$lt_cv_deplibs_check_method" >&6; }
4992file_magic_cmd=$lt_cv_file_magic_cmd
4993deplibs_check_method=$lt_cv_deplibs_check_method
4994test -z "$deplibs_check_method" && deplibs_check_method=unknown
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
68ed2854
MF
5007plugin_option=
5008plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5009for plugin in $plugin_names; do
5010 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5011 if test x$plugin_so = x$plugin; then
5012 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5013 fi
5014 if test x$plugin_so != x$plugin; then
5015 plugin_option="--plugin $plugin_so"
5016 break
5017 fi
5018done
5019
6bb11ab3
L
5020if test -n "$ac_tool_prefix"; then
5021 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5022set dummy ${ac_tool_prefix}ar; ac_word=$2
5023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5024$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5025if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5026 $as_echo_n "(cached) " >&6
5027else
5028 if test -n "$AR"; then
5029 ac_cv_prog_AR="$AR" # Let the user override the test.
5030else
5031as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5032for as_dir in $PATH
5033do
5034 IFS=$as_save_IFS
5035 test -z "$as_dir" && as_dir=.
5036 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5037 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5038 ac_cv_prog_AR="${ac_tool_prefix}ar"
5039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5040 break 2
5041 fi
5042done
5043 done
5044IFS=$as_save_IFS
5045
5046fi
5047fi
5048AR=$ac_cv_prog_AR
5049if test -n "$AR"; then
5050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5051$as_echo "$AR" >&6; }
5052else
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5054$as_echo "no" >&6; }
5055fi
5056
5057
5058fi
5059if test -z "$ac_cv_prog_AR"; then
5060 ac_ct_AR=$AR
5061 # Extract the first word of "ar", so it can be a program name with args.
5062set dummy ar; ac_word=$2
5063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5064$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5065if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5066 $as_echo_n "(cached) " >&6
5067else
5068 if test -n "$ac_ct_AR"; then
5069 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5070else
5071as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5072for as_dir in $PATH
5073do
5074 IFS=$as_save_IFS
5075 test -z "$as_dir" && as_dir=.
5076 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5077 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5078 ac_cv_prog_ac_ct_AR="ar"
5079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5080 break 2
5081 fi
5082done
5083 done
5084IFS=$as_save_IFS
5085
5086fi
5087fi
5088ac_ct_AR=$ac_cv_prog_ac_ct_AR
5089if test -n "$ac_ct_AR"; then
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5091$as_echo "$ac_ct_AR" >&6; }
5092else
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5094$as_echo "no" >&6; }
5095fi
5096
5097 if test "x$ac_ct_AR" = x; then
5098 AR="false"
5099 else
5100 case $cross_compiling:$ac_tool_warned in
5101yes:)
5102{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5103$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5104ac_tool_warned=yes ;;
5105esac
5106 AR=$ac_ct_AR
5107 fi
5108else
5109 AR="$ac_cv_prog_AR"
5110fi
5111
5112test -z "$AR" && AR=ar
68ed2854
MF
5113if test -n "$plugin_option"; then
5114 if $AR --help 2>&1 | grep -q "\--plugin"; then
5f05936d
MF
5115 touch conftest.c
5116 $AR $plugin_option rc conftest.a conftest.c
5117 if test "$?" != 0; then
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5119$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5120 else
5121 AR="$AR $plugin_option"
5122 fi
5123 rm -f conftest.*
68ed2854
MF
5124 fi
5125fi
6bb11ab3
L
5126test -z "$AR_FLAGS" && AR_FLAGS=cru
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138if test -n "$ac_tool_prefix"; then
5139 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5140set dummy ${ac_tool_prefix}strip; ac_word=$2
5141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5142$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5143if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5144 $as_echo_n "(cached) " >&6
5145else
5146 if test -n "$STRIP"; then
5147 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5148else
5149as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5150for as_dir in $PATH
5151do
5152 IFS=$as_save_IFS
5153 test -z "$as_dir" && as_dir=.
5154 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5156 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5158 break 2
5159 fi
5160done
5161 done
5162IFS=$as_save_IFS
5163
5164fi
5165fi
5166STRIP=$ac_cv_prog_STRIP
5167if test -n "$STRIP"; then
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5169$as_echo "$STRIP" >&6; }
5170else
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5172$as_echo "no" >&6; }
5173fi
5174
5175
5176fi
5177if test -z "$ac_cv_prog_STRIP"; then
5178 ac_ct_STRIP=$STRIP
5179 # Extract the first word of "strip", so it can be a program name with args.
5180set dummy strip; ac_word=$2
5181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5182$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5183if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5184 $as_echo_n "(cached) " >&6
5185else
5186 if test -n "$ac_ct_STRIP"; then
5187 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5188else
5189as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5190for as_dir in $PATH
5191do
5192 IFS=$as_save_IFS
5193 test -z "$as_dir" && as_dir=.
5194 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5195 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5196 ac_cv_prog_ac_ct_STRIP="strip"
5197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5198 break 2
5199 fi
5200done
5201 done
5202IFS=$as_save_IFS
5203
5204fi
5205fi
5206ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5207if test -n "$ac_ct_STRIP"; then
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5209$as_echo "$ac_ct_STRIP" >&6; }
5210else
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5212$as_echo "no" >&6; }
5213fi
5214
5215 if test "x$ac_ct_STRIP" = x; then
5216 STRIP=":"
5217 else
5218 case $cross_compiling:$ac_tool_warned in
5219yes:)
5220{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5221$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5222ac_tool_warned=yes ;;
5223esac
5224 STRIP=$ac_ct_STRIP
5225 fi
5226else
5227 STRIP="$ac_cv_prog_STRIP"
5228fi
5229
5230test -z "$STRIP" && STRIP=:
5231
5232
5233
5234
5235
5236
5237if test -n "$ac_tool_prefix"; then
5238 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5239set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5241$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5242if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5243 $as_echo_n "(cached) " >&6
5244else
5245 if test -n "$RANLIB"; then
5246 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5247else
5248as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5249for as_dir in $PATH
5250do
5251 IFS=$as_save_IFS
5252 test -z "$as_dir" && as_dir=.
5253 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5254 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5255 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5257 break 2
5258 fi
5259done
5260 done
5261IFS=$as_save_IFS
5262
5263fi
5264fi
5265RANLIB=$ac_cv_prog_RANLIB
5266if test -n "$RANLIB"; then
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5268$as_echo "$RANLIB" >&6; }
5269else
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5271$as_echo "no" >&6; }
5272fi
5273
5274
5275fi
5276if test -z "$ac_cv_prog_RANLIB"; then
5277 ac_ct_RANLIB=$RANLIB
5278 # Extract the first word of "ranlib", so it can be a program name with args.
5279set dummy ranlib; ac_word=$2
5280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5281$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5282if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5283 $as_echo_n "(cached) " >&6
5284else
5285 if test -n "$ac_ct_RANLIB"; then
5286 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5287else
5288as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5289for as_dir in $PATH
5290do
5291 IFS=$as_save_IFS
5292 test -z "$as_dir" && as_dir=.
5293 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5294 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5295 ac_cv_prog_ac_ct_RANLIB="ranlib"
5296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5297 break 2
5298 fi
5299done
5300 done
5301IFS=$as_save_IFS
5302
5303fi
5304fi
5305ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5306if test -n "$ac_ct_RANLIB"; then
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5308$as_echo "$ac_ct_RANLIB" >&6; }
5309else
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5311$as_echo "no" >&6; }
5312fi
5313
5314 if test "x$ac_ct_RANLIB" = x; then
5315 RANLIB=":"
5316 else
5317 case $cross_compiling:$ac_tool_warned in
5318yes:)
5319{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5320$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5321ac_tool_warned=yes ;;
5322esac
5323 RANLIB=$ac_ct_RANLIB
5324 fi
5325else
5326 RANLIB="$ac_cv_prog_RANLIB"
5327fi
5328
5329test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5330if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5331 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5332 RANLIB="$RANLIB $plugin_option"
5333 fi
5334fi
6bb11ab3
L
5335
5336
5337
5338
5339
5340
5341# Determine commands to create old-style static archives.
5342old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5343old_postinstall_cmds='chmod 644 $oldlib'
5344old_postuninstall_cmds=
5345
5346if test -n "$RANLIB"; then
5347 case $host_os in
5348 openbsd*)
5349 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5350 ;;
5351 *)
5352 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5353 ;;
5354 esac
5355 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5356fi
5357
5358case $host_os in
5359 darwin*)
5360 lock_old_archive_extraction=yes ;;
5361 *)
5362 lock_old_archive_extraction=no ;;
5363esac
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385for ac_prog in gawk mawk nawk awk
5386do
5387 # Extract the first word of "$ac_prog", so it can be a program name with args.
5388set dummy $ac_prog; ac_word=$2
5389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5390$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5391if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5392 $as_echo_n "(cached) " >&6
5393else
5394 if test -n "$AWK"; then
5395 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5396else
5397as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5398for as_dir in $PATH
5399do
5400 IFS=$as_save_IFS
5401 test -z "$as_dir" && as_dir=.
5402 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5403 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5404 ac_cv_prog_AWK="$ac_prog"
5405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5406 break 2
5407 fi
5408done
5409 done
5410IFS=$as_save_IFS
5411
5412fi
5413fi
5414AWK=$ac_cv_prog_AWK
5415if test -n "$AWK"; then
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5417$as_echo "$AWK" >&6; }
5418else
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5420$as_echo "no" >&6; }
5421fi
5422
5423
5424 test -n "$AWK" && break
5425done
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445# If no C compiler was specified, use CC.
5446LTCC=${LTCC-"$CC"}
5447
5448# If no C compiler flags were specified, use CFLAGS.
5449LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5450
5451# Allow CC to be a program name with arguments.
5452compiler=$CC
5453
5454
5455# Check for command to grab the raw symbol name followed by C symbol from nm.
5456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5457$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5458if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5459 $as_echo_n "(cached) " >&6
5460else
5461
5462# These are sane defaults that work on at least a few old systems.
5463# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5464
5465# Character class describing NM global symbol codes.
5466symcode='[BCDEGRST]'
5467
5468# Regexp to match symbols that can be accessed directly from C.
5469sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5470
5471# Define system-specific variables.
5472case $host_os in
5473aix*)
5474 symcode='[BCDT]'
5475 ;;
5476cygwin* | mingw* | pw32* | cegcc*)
5477 symcode='[ABCDGISTW]'
5478 ;;
5479hpux*)
5480 if test "$host_cpu" = ia64; then
5481 symcode='[ABCDEGRST]'
5482 fi
5483 ;;
5484irix* | nonstopux*)
5485 symcode='[BCDEGRST]'
5486 ;;
5487osf*)
5488 symcode='[BCDEGQRST]'
5489 ;;
5490solaris*)
5491 symcode='[BDRT]'
5492 ;;
5493sco3.2v5*)
5494 symcode='[DT]'
5495 ;;
5496sysv4.2uw2*)
5497 symcode='[DT]'
5498 ;;
5499sysv5* | sco5v6* | unixware* | OpenUNIX*)
5500 symcode='[ABDT]'
5501 ;;
5502sysv4)
5503 symcode='[DFNSTU]'
5504 ;;
5505esac
5506
5507# If we're using GNU nm, then use its standard symbol codes.
5508case `$NM -V 2>&1` in
5509*GNU* | *'with BFD'*)
5510 symcode='[ABCDGIRSTW]' ;;
5511esac
5512
5513# Transform an extracted symbol line into a proper C declaration.
5514# Some systems (esp. on ia64) link data and code symbols differently,
5515# so use this general approach.
5516lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5517
5518# Transform an extracted symbol line into symbol name and symbol address
5519lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5520lt_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'"
5521
5522# Handle CRLF in mingw tool chain
5523opt_cr=
5524case $build_os in
5525mingw*)
5526 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5527 ;;
5528esac
5529
5530# Try without a prefix underscore, then with it.
5531for ac_symprfx in "" "_"; do
5532
5533 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5534 symxfrm="\\1 $ac_symprfx\\2 \\2"
5535
5536 # Write the raw and C identifiers.
5537 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5538 # Fake it for dumpbin and say T for any non-static function
5539 # and D for any global variable.
5540 # Also find C++ and __fastcall symbols from MSVC++,
5541 # which start with @ or ?.
5542 lt_cv_sys_global_symbol_pipe="$AWK '"\
5543" {last_section=section; section=\$ 3};"\
5544" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5545" \$ 0!~/External *\|/{next};"\
5546" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5547" {if(hide[section]) next};"\
5548" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5549" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5550" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5551" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5552" ' prfx=^$ac_symprfx"
5553 else
5554 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5555 fi
5556
5557 # Check to see that the pipe works correctly.
5558 pipe_works=no
5559
5560 rm -f conftest*
5561 cat > conftest.$ac_ext <<_LT_EOF
5562#ifdef __cplusplus
5563extern "C" {
5564#endif
5565char nm_test_var;
5566void nm_test_func(void);
5567void nm_test_func(void){}
5568#ifdef __cplusplus
5569}
5570#endif
5571int main(){nm_test_var='a';nm_test_func();return(0);}
5572_LT_EOF
5573
5574 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5575 (eval $ac_compile) 2>&5
5576 ac_status=$?
5577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5578 test $ac_status = 0; }; then
5579 # Now try to grab the symbols.
5580 nlist=conftest.nm
5581 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5582 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5583 ac_status=$?
5584 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5585 test $ac_status = 0; } && test -s "$nlist"; then
5586 # Try sorting and uniquifying the output.
5587 if sort "$nlist" | uniq > "$nlist"T; then
5588 mv -f "$nlist"T "$nlist"
5589 else
5590 rm -f "$nlist"T
5591 fi
5592
5593 # Make sure that we snagged all the symbols we need.
5594 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5595 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5596 cat <<_LT_EOF > conftest.$ac_ext
5597#ifdef __cplusplus
5598extern "C" {
5599#endif
5600
5601_LT_EOF
5602 # Now generate the symbol file.
5603 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5604
5605 cat <<_LT_EOF >> conftest.$ac_ext
5606
5607/* The mapping between symbol names and symbols. */
5608const struct {
5609 const char *name;
5610 void *address;
5611}
5612lt__PROGRAM__LTX_preloaded_symbols[] =
5613{
5614 { "@PROGRAM@", (void *) 0 },
5615_LT_EOF
5616 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5617 cat <<\_LT_EOF >> conftest.$ac_ext
5618 {0, (void *) 0}
5619};
5620
5621/* This works around a problem in FreeBSD linker */
5622#ifdef FREEBSD_WORKAROUND
5623static const void *lt_preloaded_setup() {
5624 return lt__PROGRAM__LTX_preloaded_symbols;
5625}
5626#endif
5627
5628#ifdef __cplusplus
5629}
5630#endif
5631_LT_EOF
5632 # Now try linking the two files.
5633 mv conftest.$ac_objext conftstm.$ac_objext
5634 lt_save_LIBS="$LIBS"
5635 lt_save_CFLAGS="$CFLAGS"
5636 LIBS="conftstm.$ac_objext"
5637 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5638 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5639 (eval $ac_link) 2>&5
5640 ac_status=$?
5641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5642 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5643 pipe_works=yes
5644 fi
5645 LIBS="$lt_save_LIBS"
5646 CFLAGS="$lt_save_CFLAGS"
5647 else
5648 echo "cannot find nm_test_func in $nlist" >&5
5649 fi
5650 else
5651 echo "cannot find nm_test_var in $nlist" >&5
5652 fi
5653 else
5654 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5655 fi
5656 else
5657 echo "$progname: failed program was:" >&5
5658 cat conftest.$ac_ext >&5
5659 fi
5660 rm -rf conftest* conftst*
5661
5662 # Do not use the global_symbol_pipe unless it works.
5663 if test "$pipe_works" = yes; then
5664 break
5665 else
5666 lt_cv_sys_global_symbol_pipe=
5667 fi
5668done
5669
5670fi
5671
5672if test -z "$lt_cv_sys_global_symbol_pipe"; then
5673 lt_cv_sys_global_symbol_to_cdecl=
5674fi
5675if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5677$as_echo "failed" >&6; }
5678else
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5680$as_echo "ok" >&6; }
5681fi
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704# Check whether --enable-libtool-lock was given.
5705if test "${enable_libtool_lock+set}" = set; then :
5706 enableval=$enable_libtool_lock;
5707fi
5708
5709test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5710
5711# Some flags need to be propagated to the compiler or linker for good
5712# libtool support.
5713case $host in
5714ia64-*-hpux*)
5715 # Find out which ABI we are using.
5716 echo 'int i;' > conftest.$ac_ext
5717 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5718 (eval $ac_compile) 2>&5
5719 ac_status=$?
5720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5721 test $ac_status = 0; }; then
5722 case `/usr/bin/file conftest.$ac_objext` in
5723 *ELF-32*)
5724 HPUX_IA64_MODE="32"
5725 ;;
5726 *ELF-64*)
5727 HPUX_IA64_MODE="64"
5728 ;;
5729 esac
5730 fi
5731 rm -rf conftest*
5732 ;;
5733*-*-irix6*)
5734 # Find out which ABI we are using.
5735 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5736 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5737 (eval $ac_compile) 2>&5
5738 ac_status=$?
5739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5740 test $ac_status = 0; }; then
5741 if test "$lt_cv_prog_gnu_ld" = yes; then
5742 case `/usr/bin/file conftest.$ac_objext` in
5743 *32-bit*)
5744 LD="${LD-ld} -melf32bsmip"
5745 ;;
5746 *N32*)
5747 LD="${LD-ld} -melf32bmipn32"
5748 ;;
5749 *64-bit*)
5750 LD="${LD-ld} -melf64bmip"
5751 ;;
5752 esac
5753 else
5754 case `/usr/bin/file conftest.$ac_objext` in
5755 *32-bit*)
5756 LD="${LD-ld} -32"
5757 ;;
5758 *N32*)
5759 LD="${LD-ld} -n32"
5760 ;;
5761 *64-bit*)
5762 LD="${LD-ld} -64"
5763 ;;
5764 esac
5765 fi
5766 fi
5767 rm -rf conftest*
5768 ;;
5769
bf3d9781 5770x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5771s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5772 # Find out which ABI we are using.
5773 echo 'int i;' > conftest.$ac_ext
5774 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5775 (eval $ac_compile) 2>&5
5776 ac_status=$?
5777 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5778 test $ac_status = 0; }; then
5779 case `/usr/bin/file conftest.o` in
5780 *32-bit*)
5781 case $host in
5782 x86_64-*kfreebsd*-gnu)
5783 LD="${LD-ld} -m elf_i386_fbsd"
5784 ;;
5785 x86_64-*linux*)
5786 case `/usr/bin/file conftest.o` in
5787 *x86-64*)
5788 LD="${LD-ld} -m elf32_x86_64"
5789 ;;
5790 *)
5791 LD="${LD-ld} -m elf_i386"
5792 ;;
5793 esac
5794 ;;
bf3d9781
AM
5795 powerpc64le-*linux*)
5796 LD="${LD-ld} -m elf32lppclinux"
5797 ;;
5798 powerpc64-*linux*)
6bb11ab3
L
5799 LD="${LD-ld} -m elf32ppclinux"
5800 ;;
5801 s390x-*linux*)
5802 LD="${LD-ld} -m elf_s390"
5803 ;;
5804 sparc64-*linux*)
5805 LD="${LD-ld} -m elf32_sparc"
5806 ;;
5807 esac
5808 ;;
5809 *64-bit*)
5810 case $host in
5811 x86_64-*kfreebsd*-gnu)
5812 LD="${LD-ld} -m elf_x86_64_fbsd"
5813 ;;
5814 x86_64-*linux*)
5815 LD="${LD-ld} -m elf_x86_64"
5816 ;;
bf3d9781
AM
5817 powerpcle-*linux*)
5818 LD="${LD-ld} -m elf64lppc"
5819 ;;
5820 powerpc-*linux*)
6bb11ab3
L
5821 LD="${LD-ld} -m elf64ppc"
5822 ;;
5823 s390*-*linux*|s390*-*tpf*)
5824 LD="${LD-ld} -m elf64_s390"
5825 ;;
5826 sparc*-*linux*)
5827 LD="${LD-ld} -m elf64_sparc"
5828 ;;
5829 esac
5830 ;;
5831 esac
5832 fi
5833 rm -rf conftest*
5834 ;;
5835
5836*-*-sco3.2v5*)
5837 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5838 SAVE_CFLAGS="$CFLAGS"
5839 CFLAGS="$CFLAGS -belf"
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5841$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5842if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5843 $as_echo_n "(cached) " >&6
5844else
5845 ac_ext=c
5846ac_cpp='$CPP $CPPFLAGS'
5847ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5848ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5849ac_compiler_gnu=$ac_cv_c_compiler_gnu
5850
5851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5852/* end confdefs.h. */
5853
5854int
5855main ()
5856{
5857
5858 ;
5859 return 0;
5860}
5861_ACEOF
5862if ac_fn_c_try_link "$LINENO"; then :
5863 lt_cv_cc_needs_belf=yes
5864else
5865 lt_cv_cc_needs_belf=no
5866fi
5867rm -f core conftest.err conftest.$ac_objext \
5868 conftest$ac_exeext conftest.$ac_ext
5869 ac_ext=c
5870ac_cpp='$CPP $CPPFLAGS'
5871ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5872ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5873ac_compiler_gnu=$ac_cv_c_compiler_gnu
5874
5875fi
5876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5877$as_echo "$lt_cv_cc_needs_belf" >&6; }
5878 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5879 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5880 CFLAGS="$SAVE_CFLAGS"
5881 fi
5882 ;;
5883sparc*-*solaris*)
5884 # Find out which ABI we are using.
5885 echo 'int i;' > conftest.$ac_ext
5886 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5887 (eval $ac_compile) 2>&5
5888 ac_status=$?
5889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5890 test $ac_status = 0; }; then
5891 case `/usr/bin/file conftest.o` in
5892 *64-bit*)
5893 case $lt_cv_prog_gnu_ld in
5894 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5895 *)
5896 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5897 LD="${LD-ld} -64"
5898 fi
5899 ;;
5900 esac
5901 ;;
5902 esac
5903 fi
5904 rm -rf conftest*
5905 ;;
5906esac
5907
5908need_locks="$enable_libtool_lock"
5909
5910
5911 case $host_os in
5912 rhapsody* | darwin*)
5913 if test -n "$ac_tool_prefix"; then
5914 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5915set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5917$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5918if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5919 $as_echo_n "(cached) " >&6
5920else
5921 if test -n "$DSYMUTIL"; then
5922 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5923else
5924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5925for as_dir in $PATH
5926do
5927 IFS=$as_save_IFS
5928 test -z "$as_dir" && as_dir=.
5929 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5931 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5933 break 2
5934 fi
5935done
5936 done
5937IFS=$as_save_IFS
5938
5939fi
5940fi
5941DSYMUTIL=$ac_cv_prog_DSYMUTIL
5942if test -n "$DSYMUTIL"; then
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5944$as_echo "$DSYMUTIL" >&6; }
5945else
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5947$as_echo "no" >&6; }
5948fi
5949
5950
5951fi
5952if test -z "$ac_cv_prog_DSYMUTIL"; then
5953 ac_ct_DSYMUTIL=$DSYMUTIL
5954 # Extract the first word of "dsymutil", so it can be a program name with args.
5955set dummy dsymutil; ac_word=$2
5956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5957$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5958if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5959 $as_echo_n "(cached) " >&6
5960else
5961 if test -n "$ac_ct_DSYMUTIL"; then
5962 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5963else
5964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5965for as_dir in $PATH
5966do
5967 IFS=$as_save_IFS
5968 test -z "$as_dir" && as_dir=.
5969 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5971 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5973 break 2
5974 fi
5975done
5976 done
5977IFS=$as_save_IFS
5978
5979fi
5980fi
5981ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5982if test -n "$ac_ct_DSYMUTIL"; then
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5984$as_echo "$ac_ct_DSYMUTIL" >&6; }
5985else
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5987$as_echo "no" >&6; }
5988fi
5989
5990 if test "x$ac_ct_DSYMUTIL" = x; then
5991 DSYMUTIL=":"
5992 else
5993 case $cross_compiling:$ac_tool_warned in
5994yes:)
5995{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5996$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5997ac_tool_warned=yes ;;
5998esac
5999 DSYMUTIL=$ac_ct_DSYMUTIL
6000 fi
6001else
6002 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6003fi
6004
6005 if test -n "$ac_tool_prefix"; then
6006 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6007set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6009$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6010if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6011 $as_echo_n "(cached) " >&6
6012else
6013 if test -n "$NMEDIT"; then
6014 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6015else
6016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6017for as_dir in $PATH
6018do
6019 IFS=$as_save_IFS
6020 test -z "$as_dir" && as_dir=.
6021 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6022 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6023 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6025 break 2
6026 fi
6027done
6028 done
6029IFS=$as_save_IFS
6030
6031fi
6032fi
6033NMEDIT=$ac_cv_prog_NMEDIT
6034if test -n "$NMEDIT"; then
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6036$as_echo "$NMEDIT" >&6; }
6037else
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6039$as_echo "no" >&6; }
6040fi
6041
6042
6043fi
6044if test -z "$ac_cv_prog_NMEDIT"; then
6045 ac_ct_NMEDIT=$NMEDIT
6046 # Extract the first word of "nmedit", so it can be a program name with args.
6047set dummy nmedit; ac_word=$2
6048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6049$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6050if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6051 $as_echo_n "(cached) " >&6
6052else
6053 if test -n "$ac_ct_NMEDIT"; then
6054 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6055else
6056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6057for as_dir in $PATH
6058do
6059 IFS=$as_save_IFS
6060 test -z "$as_dir" && as_dir=.
6061 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6062 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6063 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6065 break 2
6066 fi
6067done
6068 done
6069IFS=$as_save_IFS
6070
6071fi
6072fi
6073ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6074if test -n "$ac_ct_NMEDIT"; then
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6076$as_echo "$ac_ct_NMEDIT" >&6; }
6077else
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6079$as_echo "no" >&6; }
6080fi
6081
6082 if test "x$ac_ct_NMEDIT" = x; then
6083 NMEDIT=":"
6084 else
6085 case $cross_compiling:$ac_tool_warned in
6086yes:)
6087{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6088$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6089ac_tool_warned=yes ;;
6090esac
6091 NMEDIT=$ac_ct_NMEDIT
6092 fi
6093else
6094 NMEDIT="$ac_cv_prog_NMEDIT"
6095fi
6096
6097 if test -n "$ac_tool_prefix"; then
6098 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6099set dummy ${ac_tool_prefix}lipo; ac_word=$2
6100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6101$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6102if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6103 $as_echo_n "(cached) " >&6
6104else
6105 if test -n "$LIPO"; then
6106 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6107else
6108as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6109for as_dir in $PATH
6110do
6111 IFS=$as_save_IFS
6112 test -z "$as_dir" && as_dir=.
6113 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6115 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6117 break 2
6118 fi
6119done
6120 done
6121IFS=$as_save_IFS
6122
6123fi
6124fi
6125LIPO=$ac_cv_prog_LIPO
6126if test -n "$LIPO"; then
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6128$as_echo "$LIPO" >&6; }
6129else
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6131$as_echo "no" >&6; }
6132fi
6133
6134
6135fi
6136if test -z "$ac_cv_prog_LIPO"; then
6137 ac_ct_LIPO=$LIPO
6138 # Extract the first word of "lipo", so it can be a program name with args.
6139set dummy lipo; ac_word=$2
6140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6141$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6142if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6143 $as_echo_n "(cached) " >&6
6144else
6145 if test -n "$ac_ct_LIPO"; then
6146 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6147else
6148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6149for as_dir in $PATH
6150do
6151 IFS=$as_save_IFS
6152 test -z "$as_dir" && as_dir=.
6153 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6154 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6155 ac_cv_prog_ac_ct_LIPO="lipo"
6156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6157 break 2
6158 fi
6159done
6160 done
6161IFS=$as_save_IFS
6162
6163fi
6164fi
6165ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6166if test -n "$ac_ct_LIPO"; then
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6168$as_echo "$ac_ct_LIPO" >&6; }
6169else
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6171$as_echo "no" >&6; }
6172fi
6173
6174 if test "x$ac_ct_LIPO" = x; then
6175 LIPO=":"
6176 else
6177 case $cross_compiling:$ac_tool_warned in
6178yes:)
6179{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6180$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6181ac_tool_warned=yes ;;
6182esac
6183 LIPO=$ac_ct_LIPO
6184 fi
6185else
6186 LIPO="$ac_cv_prog_LIPO"
6187fi
6188
6189 if test -n "$ac_tool_prefix"; then
6190 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6191set dummy ${ac_tool_prefix}otool; ac_word=$2
6192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6193$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6194if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6195 $as_echo_n "(cached) " >&6
6196else
6197 if test -n "$OTOOL"; then
6198 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6199else
6200as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6201for as_dir in $PATH
6202do
6203 IFS=$as_save_IFS
6204 test -z "$as_dir" && as_dir=.
6205 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6206 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6207 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6208 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6209 break 2
6210 fi
6211done
6212 done
6213IFS=$as_save_IFS
6214
6215fi
6216fi
6217OTOOL=$ac_cv_prog_OTOOL
6218if test -n "$OTOOL"; then
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6220$as_echo "$OTOOL" >&6; }
6221else
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6223$as_echo "no" >&6; }
6224fi
6225
6226
6227fi
6228if test -z "$ac_cv_prog_OTOOL"; then
6229 ac_ct_OTOOL=$OTOOL
6230 # Extract the first word of "otool", so it can be a program name with args.
6231set dummy otool; ac_word=$2
6232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6233$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6234if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6235 $as_echo_n "(cached) " >&6
6236else
6237 if test -n "$ac_ct_OTOOL"; then
6238 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6239else
6240as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6241for as_dir in $PATH
6242do
6243 IFS=$as_save_IFS
6244 test -z "$as_dir" && as_dir=.
6245 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6246 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6247 ac_cv_prog_ac_ct_OTOOL="otool"
6248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6249 break 2
6250 fi
6251done
6252 done
6253IFS=$as_save_IFS
6254
6255fi
6256fi
6257ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6258if test -n "$ac_ct_OTOOL"; then
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6260$as_echo "$ac_ct_OTOOL" >&6; }
6261else
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6263$as_echo "no" >&6; }
6264fi
6265
6266 if test "x$ac_ct_OTOOL" = x; then
6267 OTOOL=":"
6268 else
6269 case $cross_compiling:$ac_tool_warned in
6270yes:)
6271{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6272$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6273ac_tool_warned=yes ;;
6274esac
6275 OTOOL=$ac_ct_OTOOL
6276 fi
6277else
6278 OTOOL="$ac_cv_prog_OTOOL"
6279fi
6280
6281 if test -n "$ac_tool_prefix"; then
6282 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6283set dummy ${ac_tool_prefix}otool64; ac_word=$2
6284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6285$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6286if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6287 $as_echo_n "(cached) " >&6
6288else
6289 if test -n "$OTOOL64"; then
6290 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6291else
6292as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6293for as_dir in $PATH
6294do
6295 IFS=$as_save_IFS
6296 test -z "$as_dir" && as_dir=.
6297 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6298 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6299 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6301 break 2
6302 fi
6303done
6304 done
6305IFS=$as_save_IFS
6306
6307fi
6308fi
6309OTOOL64=$ac_cv_prog_OTOOL64
6310if test -n "$OTOOL64"; then
6311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6312$as_echo "$OTOOL64" >&6; }
6313else
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6315$as_echo "no" >&6; }
6316fi
6317
6318
6319fi
6320if test -z "$ac_cv_prog_OTOOL64"; then
6321 ac_ct_OTOOL64=$OTOOL64
6322 # Extract the first word of "otool64", so it can be a program name with args.
6323set dummy otool64; ac_word=$2
6324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6325$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6326if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6327 $as_echo_n "(cached) " >&6
6328else
6329 if test -n "$ac_ct_OTOOL64"; then
6330 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6331else
6332as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6333for as_dir in $PATH
6334do
6335 IFS=$as_save_IFS
6336 test -z "$as_dir" && as_dir=.
6337 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6338 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6339 ac_cv_prog_ac_ct_OTOOL64="otool64"
6340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6341 break 2
6342 fi
6343done
6344 done
6345IFS=$as_save_IFS
6346
6347fi
6348fi
6349ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6350if test -n "$ac_ct_OTOOL64"; then
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6352$as_echo "$ac_ct_OTOOL64" >&6; }
6353else
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6355$as_echo "no" >&6; }
6356fi
6357
6358 if test "x$ac_ct_OTOOL64" = x; then
6359 OTOOL64=":"
6360 else
6361 case $cross_compiling:$ac_tool_warned in
6362yes:)
6363{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6364$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6365ac_tool_warned=yes ;;
6366esac
6367 OTOOL64=$ac_ct_OTOOL64
6368 fi
6369else
6370 OTOOL64="$ac_cv_prog_OTOOL64"
6371fi
6372
6373
6374
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6400$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6401if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6402 $as_echo_n "(cached) " >&6
6403else
6404 lt_cv_apple_cc_single_mod=no
6405 if test -z "${LT_MULTI_MODULE}"; then
6406 # By default we will add the -single_module flag. You can override
6407 # by either setting the environment variable LT_MULTI_MODULE
6408 # non-empty at configure time, or by adding -multi_module to the
6409 # link flags.
6410 rm -rf libconftest.dylib*
6411 echo "int foo(void){return 1;}" > conftest.c
6412 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6413-dynamiclib -Wl,-single_module conftest.c" >&5
6414 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6415 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6416 _lt_result=$?
6417 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6418 lt_cv_apple_cc_single_mod=yes
6419 else
6420 cat conftest.err >&5
6421 fi
6422 rm -rf libconftest.dylib*
6423 rm -f conftest.*
6424 fi
6425fi
6426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6427$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6429$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6430if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6431 $as_echo_n "(cached) " >&6
6432else
6433 lt_cv_ld_exported_symbols_list=no
6434 save_LDFLAGS=$LDFLAGS
6435 echo "_main" > conftest.sym
6436 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6438/* end confdefs.h. */
6439
6440int
6441main ()
6442{
6443
6444 ;
6445 return 0;
6446}
6447_ACEOF
6448if ac_fn_c_try_link "$LINENO"; then :
6449 lt_cv_ld_exported_symbols_list=yes
6450else
6451 lt_cv_ld_exported_symbols_list=no
6452fi
6453rm -f core conftest.err conftest.$ac_objext \
6454 conftest$ac_exeext conftest.$ac_ext
6455 LDFLAGS="$save_LDFLAGS"
6456
6457fi
6458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6459$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6461$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6462if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6463 $as_echo_n "(cached) " >&6
6464else
6465 lt_cv_ld_force_load=no
6466 cat > conftest.c << _LT_EOF
6467int forced_loaded() { return 2;}
6468_LT_EOF
6469 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6470 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6471 echo "$AR cru libconftest.a conftest.o" >&5
6472 $AR cru libconftest.a conftest.o 2>&5
6473 cat > conftest.c << _LT_EOF
6474int main() { return 0;}
6475_LT_EOF
6476 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6477 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6478 _lt_result=$?
6479 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6480 lt_cv_ld_force_load=yes
6481 else
6482 cat conftest.err >&5
6483 fi
6484 rm -f conftest.err libconftest.a conftest conftest.c
6485 rm -rf conftest.dSYM
6486
6487fi
6488{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6489$as_echo "$lt_cv_ld_force_load" >&6; }
6490 case $host_os in
6491 rhapsody* | darwin1.[012])
6492 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6493 darwin1.*)
6494 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6495 darwin*) # darwin 5.x on
6496 # if running on 10.5 or later, the deployment target defaults
6497 # to the OS version, if on x86, and 10.4, the deployment
6498 # target defaults to 10.4. Don't you love it?
6499 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6500 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6501 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6502 10.[012][,.]*)
6bb11ab3
L
6503 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6504 10.*)
6505 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6506 esac
6507 ;;
6508 esac
6509 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6510 _lt_dar_single_mod='$single_module'
6511 fi
6512 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6513 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6514 else
6515 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6516 fi
6517 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6518 _lt_dsymutil='~$DSYMUTIL $lib || :'
6519 else
6520 _lt_dsymutil=
6521 fi
6522 ;;
6523 esac
6524
6525for ac_header in dlfcn.h
6526do :
6527 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6528"
d0ac1c44 6529if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6530 cat >>confdefs.h <<_ACEOF
6531#define HAVE_DLFCN_H 1
6532_ACEOF
6533
6534fi
6535
6536done
6537
6538
6539
ebe9564b 6540
6bb11ab3
L
6541ac_config_headers="$ac_config_headers config.h:config.in"
6542
6543
6544
0cb8d851
MF
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6546$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6547if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6548 $as_echo_n "(cached) " >&6
6549else
6550 ac_cv_c_bigendian=unknown
6551 # See if we're dealing with a universal compiler.
6552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6553/* end confdefs.h. */
6554#ifndef __APPLE_CC__
6555 not a universal capable compiler
6556 #endif
6557 typedef int dummy;
6558
6559_ACEOF
6560if ac_fn_c_try_compile "$LINENO"; then :
6561
6562 # Check for potential -arch flags. It is not universal unless
6563 # there are at least two -arch flags with different values.
6564 ac_arch=
6565 ac_prev=
6566 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6567 if test -n "$ac_prev"; then
6568 case $ac_word in
6569 i?86 | x86_64 | ppc | ppc64)
6570 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6571 ac_arch=$ac_word
6572 else
6573 ac_cv_c_bigendian=universal
6574 break
6575 fi
6576 ;;
6577 esac
6578 ac_prev=
6579 elif test "x$ac_word" = "x-arch"; then
6580 ac_prev=arch
6581 fi
6582 done
6583fi
6584rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6585 if test $ac_cv_c_bigendian = unknown; then
6586 # See if sys/param.h defines the BYTE_ORDER macro.
6587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6588/* end confdefs.h. */
6589#include <sys/types.h>
6590 #include <sys/param.h>
6591
6592int
6593main ()
6594{
6595#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6596 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6597 && LITTLE_ENDIAN)
6598 bogus endian macros
6599 #endif
6600
6601 ;
6602 return 0;
6603}
6604_ACEOF
6605if ac_fn_c_try_compile "$LINENO"; then :
6606 # It does; now see whether it defined to BIG_ENDIAN or not.
6607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6608/* end confdefs.h. */
6609#include <sys/types.h>
6610 #include <sys/param.h>
6611
6612int
6613main ()
6614{
6615#if BYTE_ORDER != BIG_ENDIAN
6616 not big endian
6617 #endif
6618
6619 ;
6620 return 0;
6621}
6622_ACEOF
6623if ac_fn_c_try_compile "$LINENO"; then :
6624 ac_cv_c_bigendian=yes
6625else
6626 ac_cv_c_bigendian=no
6627fi
6628rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6629fi
6630rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6631 fi
6632 if test $ac_cv_c_bigendian = unknown; then
6633 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6635/* end confdefs.h. */
6636#include <limits.h>
6637
6638int
6639main ()
6640{
6641#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6642 bogus endian macros
6643 #endif
6644
6645 ;
6646 return 0;
6647}
6648_ACEOF
6649if ac_fn_c_try_compile "$LINENO"; then :
6650 # It does; now see whether it defined to _BIG_ENDIAN or not.
6651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6652/* end confdefs.h. */
6653#include <limits.h>
6654
6655int
6656main ()
6657{
6658#ifndef _BIG_ENDIAN
6659 not big endian
6660 #endif
6661
6662 ;
6663 return 0;
6664}
6665_ACEOF
6666if ac_fn_c_try_compile "$LINENO"; then :
6667 ac_cv_c_bigendian=yes
6668else
6669 ac_cv_c_bigendian=no
6670fi
6671rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6672fi
6673rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6674 fi
6675 if test $ac_cv_c_bigendian = unknown; then
6676 # Compile a test program.
6677 if test "$cross_compiling" = yes; then :
6678 # Try to guess by grepping values from an object file.
6679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6680/* end confdefs.h. */
6681short int ascii_mm[] =
6682 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6683 short int ascii_ii[] =
6684 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6685 int use_ascii (int i) {
6686 return ascii_mm[i] + ascii_ii[i];
6687 }
6688 short int ebcdic_ii[] =
6689 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6690 short int ebcdic_mm[] =
6691 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6692 int use_ebcdic (int i) {
6693 return ebcdic_mm[i] + ebcdic_ii[i];
6694 }
6695 extern int foo;
6696
6697int
6698main ()
6699{
6700return use_ascii (foo) == use_ebcdic (foo);
6701 ;
6702 return 0;
6703}
6704_ACEOF
6705if ac_fn_c_try_compile "$LINENO"; then :
6706 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6707 ac_cv_c_bigendian=yes
6708 fi
6709 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6710 if test "$ac_cv_c_bigendian" = unknown; then
6711 ac_cv_c_bigendian=no
6712 else
6713 # finding both strings is unlikely to happen, but who knows?
6714 ac_cv_c_bigendian=unknown
6715 fi
6716 fi
6717fi
6718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6719else
6720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6721/* end confdefs.h. */
6722$ac_includes_default
6723int
6724main ()
6725{
6726
6727 /* Are we little or big endian? From Harbison&Steele. */
6728 union
6729 {
6730 long int l;
6731 char c[sizeof (long int)];
6732 } u;
6733 u.l = 1;
6734 return u.c[sizeof (long int) - 1] == 1;
6735
6736 ;
6737 return 0;
6738}
6739_ACEOF
6740if ac_fn_c_try_run "$LINENO"; then :
6741 ac_cv_c_bigendian=no
6742else
6743 ac_cv_c_bigendian=yes
6744fi
6745rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6746 conftest.$ac_objext conftest.beam conftest.$ac_ext
6747fi
6748
6749 fi
6750fi
6751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6752$as_echo "$ac_cv_c_bigendian" >&6; }
6753 case $ac_cv_c_bigendian in #(
6754 yes)
6755 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6756;; #(
6757 no)
6758 ;; #(
6759 universal)
6760
6761$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6762
6763 ;; #(
6764 *)
d0ac1c44 6765 as_fn_error $? "unknown endianness
0cb8d851
MF
6766 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6767 esac
6768
6bb11ab3
L
6769
6770
6771
6772# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
6773if test -z "$CC_FOR_BUILD"; then
6774 if test "x$cross_compiling" = "xno"; then
6775 CC_FOR_BUILD='$(CC)'
6776 else
6777 CC_FOR_BUILD=gcc
6778 fi
6bb11ab3
L
6779fi
6780
6781
6782
a3e2cc64
MF
6783if test -n "$ac_tool_prefix"; then
6784 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6785set dummy ${ac_tool_prefix}ar; ac_word=$2
6786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6787$as_echo_n "checking for $ac_word... " >&6; }
6788if ${ac_cv_prog_AR+:} false; then :
6789 $as_echo_n "(cached) " >&6
6790else
6791 if test -n "$AR"; then
6792 ac_cv_prog_AR="$AR" # Let the user override the test.
6793else
6794as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6795for as_dir in $PATH
6796do
6797 IFS=$as_save_IFS
6798 test -z "$as_dir" && as_dir=.
6799 for ac_exec_ext in '' $ac_executable_extensions; do
6800 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6801 ac_cv_prog_AR="${ac_tool_prefix}ar"
6802 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6803 break 2
6804 fi
6805done
6806 done
6807IFS=$as_save_IFS
6808
6809fi
6810fi
6811AR=$ac_cv_prog_AR
6812if test -n "$AR"; then
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6814$as_echo "$AR" >&6; }
6815else
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6817$as_echo "no" >&6; }
6818fi
6819
6820
6821fi
6822if test -z "$ac_cv_prog_AR"; then
6823 ac_ct_AR=$AR
6824 # Extract the first word of "ar", so it can be a program name with args.
6825set dummy ar; ac_word=$2
6826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6827$as_echo_n "checking for $ac_word... " >&6; }
6828if ${ac_cv_prog_ac_ct_AR+:} false; then :
6829 $as_echo_n "(cached) " >&6
6830else
6831 if test -n "$ac_ct_AR"; then
6832 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6833else
6834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6835for as_dir in $PATH
6836do
6837 IFS=$as_save_IFS
6838 test -z "$as_dir" && as_dir=.
6839 for ac_exec_ext in '' $ac_executable_extensions; do
6840 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6841 ac_cv_prog_ac_ct_AR="ar"
6842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6843 break 2
6844 fi
6845done
6846 done
6847IFS=$as_save_IFS
6848
6849fi
6850fi
6851ac_ct_AR=$ac_cv_prog_ac_ct_AR
6852if test -n "$ac_ct_AR"; then
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6854$as_echo "$ac_ct_AR" >&6; }
6855else
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6857$as_echo "no" >&6; }
6858fi
6859
6860 if test "x$ac_ct_AR" = x; then
6861 AR=""
6862 else
6863 case $cross_compiling:$ac_tool_warned in
6864yes:)
6865{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6866$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6867ac_tool_warned=yes ;;
6868esac
6869 AR=$ac_ct_AR
6870 fi
6871else
6872 AR="$ac_cv_prog_AR"
6873fi
6bb11ab3
L
6874
6875if test -n "$ac_tool_prefix"; then
6876 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6877set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6879$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6880if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6881 $as_echo_n "(cached) " >&6
6882else
6883 if test -n "$RANLIB"; then
6884 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6885else
6886as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6887for as_dir in $PATH
6888do
6889 IFS=$as_save_IFS
6890 test -z "$as_dir" && as_dir=.
6891 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6892 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6893 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6895 break 2
6896 fi
6897done
6898 done
6899IFS=$as_save_IFS
6900
6901fi
6902fi
6903RANLIB=$ac_cv_prog_RANLIB
6904if test -n "$RANLIB"; then
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6906$as_echo "$RANLIB" >&6; }
6907else
6908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6909$as_echo "no" >&6; }
6910fi
6911
6912
6913fi
6914if test -z "$ac_cv_prog_RANLIB"; then
6915 ac_ct_RANLIB=$RANLIB
6916 # Extract the first word of "ranlib", so it can be a program name with args.
6917set dummy ranlib; ac_word=$2
6918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6919$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6920if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6921 $as_echo_n "(cached) " >&6
6922else
6923 if test -n "$ac_ct_RANLIB"; then
6924 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6925else
6926as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6927for as_dir in $PATH
6928do
6929 IFS=$as_save_IFS
6930 test -z "$as_dir" && as_dir=.
6931 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6932 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6933 ac_cv_prog_ac_ct_RANLIB="ranlib"
6934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6935 break 2
6936 fi
6937done
6938 done
6939IFS=$as_save_IFS
6940
6941fi
6942fi
6943ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6944if test -n "$ac_ct_RANLIB"; then
6945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6946$as_echo "$ac_ct_RANLIB" >&6; }
6947else
6948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6949$as_echo "no" >&6; }
6950fi
6951
6952 if test "x$ac_ct_RANLIB" = x; then
6953 RANLIB=":"
6954 else
6955 case $cross_compiling:$ac_tool_warned in
6956yes:)
6957{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6958$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6959ac_tool_warned=yes ;;
6960esac
6961 RANLIB=$ac_ct_RANLIB
6962 fi
6963else
6964 RANLIB="$ac_cv_prog_RANLIB"
6965fi
6966
6967
46f900c0
MF
6968# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6969# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6970# is C99. So handle it ourselves.
6971:
6972C_DIALECT=
6973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6974$as_echo_n "checking whether C11 is supported by default... " >&6; }
6975cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6976/* end confdefs.h. */
6977
6978#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6979# error "C11 support not found"
6980#endif
6981
6982_ACEOF
6983if ac_fn_c_try_compile "$LINENO"; then :
6984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6985$as_echo "yes" >&6; }
6986else
6987
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6989$as_echo "no" >&6; }
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6991$as_echo_n "checking for -std=c11 support... " >&6; }
6992 ac_save_CC="$CC"
6993 CC="$CC -std=c11"
6994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6995/* end confdefs.h. */
6996
6997#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6998# error "C11 support not found"
6999#endif
7000
7001_ACEOF
7002if ac_fn_c_try_compile "$LINENO"; then :
7003
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7005$as_echo "yes" >&6; }
7006 CC="$ac_save_CC"
7007 C_DIALECT="-std=c11"
7008
7009else
7010 as_fn_error $? "C11 is required" "$LINENO" 5
7011fi
7012rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7013fi
7014rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7015
7016
6bb11ab3
L
7017# Some of the common include files depend on bfd.h, and bfd.h checks
7018# that config.h is included first by testing that the PACKAGE macro
7019# is defined.
7020PACKAGE=sim
7021
7022cat >>confdefs.h <<_ACEOF
7023#define PACKAGE "$PACKAGE"
7024_ACEOF
7025
7026
7027
7028# Dependency checking.
7029ac_config_commands="$ac_config_commands depdir"
7030
7031
7032depcc="$CC" am_compiler_list=
7033
7034am_depcomp=$ac_aux_dir/depcomp
7035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7036$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7037if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
7038 $as_echo_n "(cached) " >&6
7039else
7040 if test -f "$am_depcomp"; then
7041 # We make a subdir and do the tests there. Otherwise we can end up
7042 # making bogus files that we don't know about and never remove. For
7043 # instance it was reported that on HP-UX the gcc test will end up
7044 # making a dummy file named `D' -- because `-MD' means `put the output
7045 # in D'.
7046 mkdir conftest.dir
7047 # Copy depcomp to subdir because otherwise we won't find it if we're
7048 # using a relative directory.
7049 cp "$am_depcomp" conftest.dir
7050 cd conftest.dir
7051 # We will build objects and dependencies in a subdirectory because
7052 # it helps to detect inapplicable dependency modes. For instance
7053 # both Tru64's cc and ICC support -MD to output dependencies as a
7054 # side effect of compilation, but ICC will put the dependencies in
7055 # the current directory while Tru64 will put them in the object
7056 # directory.
7057 mkdir sub
7058
7059 am_cv_CC_dependencies_compiler_type=none
7060 if test "$am_compiler_list" = ""; then
7061 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7062 fi
7063 for depmode in $am_compiler_list; do
7064 if test $depmode = none; then break; fi
7065
7066 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7067 # Setup a source with many dependencies, because some compilers
7068 # like to wrap large dependency lists on column 80 (with \), and
7069 # we should not choose a depcomp mode which is confused by this.
7070 #
7071 # We need to recreate these files for each test, as the compiler may
7072 # overwrite some of them when testing with obscure command lines.
7073 # This happens at least with the AIX C compiler.
7074 : > sub/conftest.c
7075 for i in 1 2 3 4 5 6; do
7076 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7077 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7078 # Solaris 8's {/usr,}/bin/sh.
7079 touch sub/conftst$i.h
7080 done
7081 echo "include sub/conftest.Po" > confmf
7082
7083 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7084 # mode. It turns out that the SunPro C++ compiler does not properly
7085 # handle `-M -o', and we need to detect this.
7086 depcmd="depmode=$depmode \
7087 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7088 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7089 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7090 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7091 if env $depcmd > conftest.err 2>&1 &&
7092 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7093 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7094 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7095 # icc doesn't choke on unknown options, it will just issue warnings
7096 # or remarks (even with -Werror). So we grep stderr for any message
7097 # that says an option was ignored or not supported.
7098 # When given -MP, icc 7.0 and 7.1 complain thusly:
7099 # icc: Command line warning: ignoring option '-M'; no argument required
7100 # The diagnosis changed in icc 8.0:
7101 # icc: Command line remark: option '-MP' not supported
7102 if (grep 'ignoring option' conftest.err ||
7103 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7104 am_cv_CC_dependencies_compiler_type=$depmode
7105 $as_echo "$as_me:$LINENO: success" >&5
7106 break
7107 fi
7108 fi
7109 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7110 sed -e 's/^/| /' < conftest.err >&5
7111 done
7112
7113 cd ..
7114 rm -rf conftest.dir
7115else
7116 am_cv_CC_dependencies_compiler_type=none
7117fi
7118
7119fi
7120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7121$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7122if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7123then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7124else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7125
7126fi
7127
7128
7129# Check for the 'make' the user wants to use.
7130for ac_prog in make
7131do
7132 # Extract the first word of "$ac_prog", so it can be a program name with args.
7133set dummy $ac_prog; ac_word=$2
7134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7135$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7136if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7137 $as_echo_n "(cached) " >&6
7138else
7139 if test -n "$MAKE"; then
7140 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7141else
7142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7143for as_dir in $PATH
7144do
7145 IFS=$as_save_IFS
7146 test -z "$as_dir" && as_dir=.
7147 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7149 ac_cv_prog_MAKE="$ac_prog"
7150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7151 break 2
7152 fi
7153done
7154 done
7155IFS=$as_save_IFS
7156
7157fi
7158fi
7159MAKE=$ac_cv_prog_MAKE
7160if test -n "$MAKE"; then
7161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7162$as_echo "$MAKE" >&6; }
7163else
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7165$as_echo "no" >&6; }
7166fi
7167
7168
7169 test -n "$MAKE" && break
7170done
7171
7172MAKE_IS_GNU=
7173case "`$MAKE --version 2>&1 | sed 1q`" in
7174 *GNU*)
7175 MAKE_IS_GNU=yes
7176 ;;
7177esac
7178 if test "$MAKE_IS_GNU" = yes; then
7179 GMAKE_TRUE=
7180 GMAKE_FALSE='#'
7181else
7182 GMAKE_TRUE='#'
7183 GMAKE_FALSE=
7184fi
7185
7186
7187ALL_LINGUAS=
7188# If we haven't got the data from the intl directory,
7189# assume NLS is disabled.
7190USE_NLS=no
7191LIBINTL=
7192LIBINTL_DEP=
7193INCINTL=
7194XGETTEXT=
7195GMSGFMT=
7196POSUB=
7197
7198if test -f ../../intl/config.intl; then
7199 . ../../intl/config.intl
7200fi
7201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7202$as_echo_n "checking whether NLS is requested... " >&6; }
7203if test x"$USE_NLS" != xyes; then
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7205$as_echo "no" >&6; }
7206else
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7208$as_echo "yes" >&6; }
7209
7210$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7211
7212
7213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7214$as_echo_n "checking for catalogs to be installed... " >&6; }
7215 # Look for .po and .gmo files in the source directory.
7216 CATALOGS=
7217 XLINGUAS=
7218 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7219 # If there aren't any .gmo files the shell will give us the
7220 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7221 # weeded out.
7222 case "$cat" in *\**)
7223 continue;;
7224 esac
7225 # The quadruple backslash is collapsed to a double backslash
7226 # by the backticks, then collapsed again by the double quotes,
7227 # leaving us with one backslash in the sed expression (right
7228 # before the dot that mustn't act as a wildcard).
7229 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7230 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7231 # The user is allowed to set LINGUAS to a list of languages to
7232 # install catalogs for. If it's empty that means "all of them."
7233 if test "x$LINGUAS" = x; then
7234 CATALOGS="$CATALOGS $cat"
7235 XLINGUAS="$XLINGUAS $lang"
7236 else
7237 case "$LINGUAS" in *$lang*)
7238 CATALOGS="$CATALOGS $cat"
7239 XLINGUAS="$XLINGUAS $lang"
7240 ;;
7241 esac
7242 fi
7243 done
7244 LINGUAS="$XLINGUAS"
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7246$as_echo "$LINGUAS" >&6; }
7247
7248
7249 DATADIRNAME=share
7250
7251 INSTOBJEXT=.mo
7252
7253 GENCAT=gencat
7254
7255 CATOBJEXT=.gmo
7256
7257fi
7258
7259# Check for common headers.
68ed2854
MF
7260# NB: You can assume C11 headers exist.
7261for ac_header in unistd.h
6bb11ab3 7262do :
68ed2854
MF
7263 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7264if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7265 cat >>confdefs.h <<_ACEOF
68ed2854 7266#define HAVE_UNISTD_H 1
6bb11ab3
L
7267_ACEOF
7268
7269fi
7270
7271done
7272
936df756 7273for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7274do :
7275 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7276ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7277if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7278 cat >>confdefs.h <<_ACEOF
7279#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7280_ACEOF
7281
7282fi
7283
7284done
7285
7286for ac_header in fcntl.h fpu_control.h
7287do :
7288 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7289ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7290if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7291 cat >>confdefs.h <<_ACEOF
7292#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7293_ACEOF
7294
7295fi
7296
7297done
7298
68ed2854 7299for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7300do :
7301 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7302ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7303if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7304 cat >>confdefs.h <<_ACEOF
7305#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7306_ACEOF
7307
7308fi
7309
7310done
7311
7312for ac_func in getrusage time sigaction __setfpucw
7313do :
7314 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7315ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7316if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
7317 cat >>confdefs.h <<_ACEOF
7318#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7319_ACEOF
7320
7321fi
7322done
7323
936df756
MF
7324for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7325do :
7326 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7327ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7328if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
7329 cat >>confdefs.h <<_ACEOF
7330#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7331_ACEOF
7332
7333fi
7334done
7335
7336ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7337#include <sys/types.h>
7338#endif
7339#ifdef HAVE_SYS_STAT_H
7340#include <sys/stat.h>
7341#endif
7342"
d0ac1c44 7343if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7344
7345cat >>confdefs.h <<_ACEOF
7346#define HAVE_STRUCT_STAT_ST_DEV 1
7347_ACEOF
7348
7349
7350fi
7351ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7352#include <sys/types.h>
7353#endif
7354#ifdef HAVE_SYS_STAT_H
7355#include <sys/stat.h>
7356#endif
7357"
d0ac1c44 7358if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7359
7360cat >>confdefs.h <<_ACEOF
7361#define HAVE_STRUCT_STAT_ST_INO 1
7362_ACEOF
7363
7364
7365fi
7366ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7367#include <sys/types.h>
7368#endif
7369#ifdef HAVE_SYS_STAT_H
7370#include <sys/stat.h>
7371#endif
7372"
d0ac1c44 7373if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7374
7375cat >>confdefs.h <<_ACEOF
7376#define HAVE_STRUCT_STAT_ST_MODE 1
7377_ACEOF
7378
7379
7380fi
7381ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7382#include <sys/types.h>
7383#endif
7384#ifdef HAVE_SYS_STAT_H
7385#include <sys/stat.h>
7386#endif
7387"
d0ac1c44 7388if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7389
7390cat >>confdefs.h <<_ACEOF
7391#define HAVE_STRUCT_STAT_ST_NLINK 1
7392_ACEOF
7393
7394
7395fi
7396ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7397#include <sys/types.h>
7398#endif
7399#ifdef HAVE_SYS_STAT_H
7400#include <sys/stat.h>
7401#endif
7402"
d0ac1c44 7403if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7404
7405cat >>confdefs.h <<_ACEOF
7406#define HAVE_STRUCT_STAT_ST_UID 1
7407_ACEOF
7408
7409
7410fi
7411ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7412#include <sys/types.h>
7413#endif
7414#ifdef HAVE_SYS_STAT_H
7415#include <sys/stat.h>
7416#endif
7417"
d0ac1c44 7418if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7419
7420cat >>confdefs.h <<_ACEOF
7421#define HAVE_STRUCT_STAT_ST_GID 1
7422_ACEOF
7423
7424
7425fi
7426ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7427#include <sys/types.h>
7428#endif
7429#ifdef HAVE_SYS_STAT_H
7430#include <sys/stat.h>
7431#endif
7432"
d0ac1c44 7433if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7434
7435cat >>confdefs.h <<_ACEOF
7436#define HAVE_STRUCT_STAT_ST_RDEV 1
7437_ACEOF
7438
7439
7440fi
7441ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7442#include <sys/types.h>
7443#endif
7444#ifdef HAVE_SYS_STAT_H
7445#include <sys/stat.h>
7446#endif
7447"
d0ac1c44 7448if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7449
7450cat >>confdefs.h <<_ACEOF
7451#define HAVE_STRUCT_STAT_ST_SIZE 1
7452_ACEOF
7453
7454
7455fi
7456ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7457#include <sys/types.h>
7458#endif
7459#ifdef HAVE_SYS_STAT_H
7460#include <sys/stat.h>
7461#endif
7462"
d0ac1c44 7463if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7464
7465cat >>confdefs.h <<_ACEOF
7466#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7467_ACEOF
7468
7469
7470fi
7471ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7472#include <sys/types.h>
7473#endif
7474#ifdef HAVE_SYS_STAT_H
7475#include <sys/stat.h>
7476#endif
7477"
d0ac1c44 7478if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7479
7480cat >>confdefs.h <<_ACEOF
7481#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7482_ACEOF
7483
7484
7485fi
7486ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7487#include <sys/types.h>
7488#endif
7489#ifdef HAVE_SYS_STAT_H
7490#include <sys/stat.h>
7491#endif
7492"
d0ac1c44 7493if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7494
7495cat >>confdefs.h <<_ACEOF
7496#define HAVE_STRUCT_STAT_ST_ATIME 1
7497_ACEOF
7498
7499
7500fi
7501ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7502#include <sys/types.h>
7503#endif
7504#ifdef HAVE_SYS_STAT_H
7505#include <sys/stat.h>
7506#endif
7507"
d0ac1c44 7508if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7509
7510cat >>confdefs.h <<_ACEOF
7511#define HAVE_STRUCT_STAT_ST_MTIME 1
7512_ACEOF
7513
7514
7515fi
7516ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7517#include <sys/types.h>
7518#endif
7519#ifdef HAVE_SYS_STAT_H
7520#include <sys/stat.h>
7521#endif
7522"
d0ac1c44 7523if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7524
7525cat >>confdefs.h <<_ACEOF
7526#define HAVE_STRUCT_STAT_ST_CTIME 1
7527_ACEOF
7528
7529
7530fi
7531
7532ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7533#include <sys/socket.h>
7534
7535"
d0ac1c44 7536if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7537
7538cat >>confdefs.h <<_ACEOF
7539#define HAVE_SOCKLEN_T 1
7540_ACEOF
7541
7542
7543fi
7544
6bb11ab3
L
7545
7546# Check for socket libraries
7547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7548$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7549if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7550 $as_echo_n "(cached) " >&6
7551else
7552 ac_check_lib_save_LIBS=$LIBS
7553LIBS="-lsocket $LIBS"
7554cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7555/* end confdefs.h. */
7556
7557/* Override any GCC internal prototype to avoid an error.
7558 Use char because int might match the return type of a GCC
7559 builtin and then its argument prototype would still apply. */
7560#ifdef __cplusplus
7561extern "C"
7562#endif
7563char bind ();
7564int
7565main ()
7566{
7567return bind ();
7568 ;
7569 return 0;
7570}
7571_ACEOF
7572if ac_fn_c_try_link "$LINENO"; then :
7573 ac_cv_lib_socket_bind=yes
7574else
7575 ac_cv_lib_socket_bind=no
7576fi
7577rm -f core conftest.err conftest.$ac_objext \
7578 conftest$ac_exeext conftest.$ac_ext
7579LIBS=$ac_check_lib_save_LIBS
7580fi
7581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7582$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7583if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7584 cat >>confdefs.h <<_ACEOF
7585#define HAVE_LIBSOCKET 1
7586_ACEOF
7587
7588 LIBS="-lsocket $LIBS"
7589
7590fi
7591
7592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7593$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7594if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7595 $as_echo_n "(cached) " >&6
7596else
7597 ac_check_lib_save_LIBS=$LIBS
7598LIBS="-lnsl $LIBS"
7599cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7600/* end confdefs.h. */
7601
7602/* Override any GCC internal prototype to avoid an error.
7603 Use char because int might match the return type of a GCC
7604 builtin and then its argument prototype would still apply. */
7605#ifdef __cplusplus
7606extern "C"
7607#endif
7608char gethostbyname ();
7609int
7610main ()
7611{
7612return gethostbyname ();
7613 ;
7614 return 0;
7615}
7616_ACEOF
7617if ac_fn_c_try_link "$LINENO"; then :
7618 ac_cv_lib_nsl_gethostbyname=yes
7619else
7620 ac_cv_lib_nsl_gethostbyname=no
7621fi
7622rm -f core conftest.err conftest.$ac_objext \
7623 conftest$ac_exeext conftest.$ac_ext
7624LIBS=$ac_check_lib_save_LIBS
7625fi
7626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7627$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7628if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7629 cat >>confdefs.h <<_ACEOF
7630#define HAVE_LIBNSL 1
7631_ACEOF
7632
7633 LIBS="-lnsl $LIBS"
7634
7635fi
7636
7637
7638# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7639# using the same condition.
7640
aadc9410 7641 # Use the system's zlib library.
7fed4b0b
L
7642 zlibdir="-L\$(top_builddir)/../zlib"
7643 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7644
aadc9410
MF
7645# Check whether --with-system-zlib was given.
7646if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7647 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7648 zlibdir=
7649 zlibinc=
7650 fi
6bb11ab3
L
7651
7652fi
7653
6bb11ab3 7654
6bb11ab3 7655
6bb11ab3
L
7656
7657
7658# BFD uses libdl when when plugins enabled.
7659
faa743bb
RM
7660 maybe_plugins=no
7661 for ac_header in dlfcn.h
7662do :
7663 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7664"
d0ac1c44 7665if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7666 cat >>confdefs.h <<_ACEOF
7667#define HAVE_DLFCN_H 1
7668_ACEOF
7669 maybe_plugins=yes
7670fi
7671
7672done
7673
7674 for ac_header in windows.h
7675do :
7676 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7677"
d0ac1c44 7678if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7679 cat >>confdefs.h <<_ACEOF
7680#define HAVE_WINDOWS_H 1
7681_ACEOF
7682 maybe_plugins=yes
7683fi
7684
7685done
7686
7687
7688 # Check whether --enable-plugins was given.
6bb11ab3
L
7689if test "${enable_plugins+set}" = set; then :
7690 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7691 no) plugins=no ;;
7692 *) plugins=yes
7693 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7694 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7695 fi ;;
7696 esac
6bb11ab3 7697else
faa743bb
RM
7698 plugins=$maybe_plugins
7699
6bb11ab3
L
7700fi
7701
2974be62 7702 if test "$plugins" = "yes"; then
37f980dc
SM
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7704$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7705if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7706 $as_echo_n "(cached) " >&6
7707else
7708 ac_func_search_save_LIBS=$LIBS
7709cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7710/* end confdefs.h. */
7711
7712/* Override any GCC internal prototype to avoid an error.
7713 Use char because int might match the return type of a GCC
7714 builtin and then its argument prototype would still apply. */
7715#ifdef __cplusplus
7716extern "C"
7717#endif
37f980dc 7718char dlsym ();
2974be62
AM
7719int
7720main ()
7721{
37f980dc 7722return dlsym ();
2974be62
AM
7723 ;
7724 return 0;
7725}
7726_ACEOF
7727for ac_lib in '' dl; do
7728 if test -z "$ac_lib"; then
7729 ac_res="none required"
7730 else
7731 ac_res=-l$ac_lib
7732 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7733 fi
7734 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7735 ac_cv_search_dlsym=$ac_res
2974be62
AM
7736fi
7737rm -f core conftest.err conftest.$ac_objext \
7738 conftest$ac_exeext
d0ac1c44 7739 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7740 break
7741fi
7742done
d0ac1c44 7743if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7744
7745else
37f980dc 7746 ac_cv_search_dlsym=no
2974be62
AM
7747fi
7748rm conftest.$ac_ext
7749LIBS=$ac_func_search_save_LIBS
7750fi
37f980dc
SM
7751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7752$as_echo "$ac_cv_search_dlsym" >&6; }
7753ac_res=$ac_cv_search_dlsym
2974be62
AM
7754if test "$ac_res" != no; then :
7755 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7756
7757fi
7758
7759 fi
6bb11ab3
L
7760
7761 if test "$plugins" = yes; then
7762 PLUGINS_TRUE=
7763 PLUGINS_FALSE='#'
7764else
7765 PLUGINS_TRUE='#'
7766 PLUGINS_FALSE=
7767fi
7768
7769
7770
7771
7772
7773# Set options
7774enable_dlopen=yes
7775
7776
7777
7778
7779 enable_win32_dll=no
7780
7781
7782 # Check whether --enable-shared was given.
7783if test "${enable_shared+set}" = set; then :
7784 enableval=$enable_shared; p=${PACKAGE-default}
7785 case $enableval in
7786 yes) enable_shared=yes ;;
7787 no) enable_shared=no ;;
7788 *)
7789 enable_shared=no
7790 # Look at the argument we got. We use all the common list separators.
7791 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7792 for pkg in $enableval; do
7793 IFS="$lt_save_ifs"
7794 if test "X$pkg" = "X$p"; then
7795 enable_shared=yes
7796 fi
7797 done
7798 IFS="$lt_save_ifs"
7799 ;;
7800 esac
7801else
7802 enable_shared=yes
7803fi
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813 # Check whether --enable-static was given.
7814if test "${enable_static+set}" = set; then :
7815 enableval=$enable_static; p=${PACKAGE-default}
7816 case $enableval in
7817 yes) enable_static=yes ;;
7818 no) enable_static=no ;;
7819 *)
7820 enable_static=no
7821 # Look at the argument we got. We use all the common list separators.
7822 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7823 for pkg in $enableval; do
7824 IFS="$lt_save_ifs"
7825 if test "X$pkg" = "X$p"; then
7826 enable_static=yes
7827 fi
7828 done
7829 IFS="$lt_save_ifs"
7830 ;;
7831 esac
7832else
7833 enable_static=yes
7834fi
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845# Check whether --with-pic was given.
7846if test "${with_pic+set}" = set; then :
7847 withval=$with_pic; pic_mode="$withval"
7848else
7849 pic_mode=default
7850fi
7851
7852
7853test -z "$pic_mode" && pic_mode=default
7854
7855
7856
7857
7858
7859
7860
7861 # Check whether --enable-fast-install was given.
7862if test "${enable_fast_install+set}" = set; then :
7863 enableval=$enable_fast_install; p=${PACKAGE-default}
7864 case $enableval in
7865 yes) enable_fast_install=yes ;;
7866 no) enable_fast_install=no ;;
7867 *)
7868 enable_fast_install=no
7869 # Look at the argument we got. We use all the common list separators.
7870 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7871 for pkg in $enableval; do
7872 IFS="$lt_save_ifs"
7873 if test "X$pkg" = "X$p"; then
7874 enable_fast_install=yes
7875 fi
7876 done
7877 IFS="$lt_save_ifs"
7878 ;;
7879 esac
7880else
7881 enable_fast_install=yes
7882fi
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894# This can be used to rebuild libtool when needed
7895LIBTOOL_DEPS="$ltmain"
7896
7897# Always use our own libtool.
7898LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925test -z "$LN_S" && LN_S="ln -s"
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940if test -n "${ZSH_VERSION+set}" ; then
7941 setopt NO_GLOB_SUBST
f0569246 7942fi
f0569246 7943
6bb11ab3
L
7944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7945$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7946if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7947 $as_echo_n "(cached) " >&6
7948else
7949 rm -f .libs 2>/dev/null
7950mkdir .libs 2>/dev/null
7951if test -d .libs; then
7952 lt_cv_objdir=.libs
7953else
7954 # MS-DOS does not allow filenames that begin with a dot.
7955 lt_cv_objdir=_libs
7956fi
7957rmdir .libs 2>/dev/null
7958fi
7959{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7960$as_echo "$lt_cv_objdir" >&6; }
7961objdir=$lt_cv_objdir
7962
7963
7964
7965
7966
7967cat >>confdefs.h <<_ACEOF
7968#define LT_OBJDIR "$lt_cv_objdir/"
7969_ACEOF
7970
7971
7972
7973
7974case $host_os in
7975aix3*)
7976 # AIX sometimes has problems with the GCC collect2 program. For some
7977 # reason, if we set the COLLECT_NAMES environment variable, the problems
7978 # vanish in a puff of smoke.
7979 if test "X${COLLECT_NAMES+set}" != Xset; then
7980 COLLECT_NAMES=
7981 export COLLECT_NAMES
7982 fi
7983 ;;
81ecdfbb 7984esac
6bb11ab3
L
7985
7986# Global variables:
7987ofile=libtool
7988can_build_shared=yes
7989
7990# All known linkers require a `.a' archive for static linking (except MSVC,
7991# which needs '.lib').
7992libext=a
7993
7994with_gnu_ld="$lt_cv_prog_gnu_ld"
7995
7996old_CC="$CC"
7997old_CFLAGS="$CFLAGS"
7998
7999# Set sane defaults for various variables
8000test -z "$CC" && CC=cc
8001test -z "$LTCC" && LTCC=$CC
8002test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8003test -z "$LD" && LD=ld
8004test -z "$ac_objext" && ac_objext=o
8005
8006for cc_temp in $compiler""; do
8007 case $cc_temp in
8008 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8009 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8010 \-*) ;;
8011 *) break;;
8012 esac
8013done
8014cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8015
8016
8017# Only perform the check for file, if the check method requires it
8018test -z "$MAGIC_CMD" && MAGIC_CMD=file
8019case $deplibs_check_method in
8020file_magic*)
8021 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8023$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8024if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8025 $as_echo_n "(cached) " >&6
8026else
8027 case $MAGIC_CMD in
8028[\\/*] | ?:[\\/]*)
8029 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8030 ;;
8031*)
8032 lt_save_MAGIC_CMD="$MAGIC_CMD"
8033 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8034 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8035 for ac_dir in $ac_dummy; do
8036 IFS="$lt_save_ifs"
8037 test -z "$ac_dir" && ac_dir=.
8038 if test -f $ac_dir/${ac_tool_prefix}file; then
8039 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8040 if test -n "$file_magic_test_file"; then
8041 case $deplibs_check_method in
8042 "file_magic "*)
8043 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8044 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8045 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8046 $EGREP "$file_magic_regex" > /dev/null; then
8047 :
8048 else
8049 cat <<_LT_EOF 1>&2
8050
8051*** Warning: the command libtool uses to detect shared libraries,
8052*** $file_magic_cmd, produces output that libtool cannot recognize.
8053*** The result is that libtool may fail to recognize shared libraries
8054*** as such. This will affect the creation of libtool libraries that
8055*** depend on shared libraries, but programs linked with such libtool
8056*** libraries will work regardless of this problem. Nevertheless, you
8057*** may want to report the problem to your system manager and/or to
8058*** bug-libtool@gnu.org
8059
8060_LT_EOF
8061 fi ;;
8062 esac
8063 fi
8064 break
f0569246 8065 fi
6bb11ab3
L
8066 done
8067 IFS="$lt_save_ifs"
8068 MAGIC_CMD="$lt_save_MAGIC_CMD"
8069 ;;
8070esac
f0569246 8071fi
f0569246 8072
6bb11ab3
L
8073MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8074if test -n "$MAGIC_CMD"; then
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8076$as_echo "$MAGIC_CMD" >&6; }
8077else
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8079$as_echo "no" >&6; }
8080fi
81ecdfbb 8081
6bb11ab3
L
8082
8083
8084
8085
8086if test -z "$lt_cv_path_MAGIC_CMD"; then
8087 if test -n "$ac_tool_prefix"; then
8088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8089$as_echo_n "checking for file... " >&6; }
d0ac1c44 8090if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8091 $as_echo_n "(cached) " >&6
8092else
8093 case $MAGIC_CMD in
8094[\\/*] | ?:[\\/]*)
8095 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8096 ;;
8097*)
8098 lt_save_MAGIC_CMD="$MAGIC_CMD"
8099 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8100 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8101 for ac_dir in $ac_dummy; do
8102 IFS="$lt_save_ifs"
8103 test -z "$ac_dir" && ac_dir=.
8104 if test -f $ac_dir/file; then
8105 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8106 if test -n "$file_magic_test_file"; then
8107 case $deplibs_check_method in
8108 "file_magic "*)
8109 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8110 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8111 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8112 $EGREP "$file_magic_regex" > /dev/null; then
8113 :
8114 else
8115 cat <<_LT_EOF 1>&2
8116
8117*** Warning: the command libtool uses to detect shared libraries,
8118*** $file_magic_cmd, produces output that libtool cannot recognize.
8119*** The result is that libtool may fail to recognize shared libraries
8120*** as such. This will affect the creation of libtool libraries that
8121*** depend on shared libraries, but programs linked with such libtool
8122*** libraries will work regardless of this problem. Nevertheless, you
8123*** may want to report the problem to your system manager and/or to
8124*** bug-libtool@gnu.org
8125
8126_LT_EOF
8127 fi ;;
8128 esac
8129 fi
8130 break
8131 fi
8132 done
8133 IFS="$lt_save_ifs"
8134 MAGIC_CMD="$lt_save_MAGIC_CMD"
8135 ;;
81ecdfbb 8136esac
6bb11ab3
L
8137fi
8138
8139MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8140if test -n "$MAGIC_CMD"; then
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8142$as_echo "$MAGIC_CMD" >&6; }
8143else
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8145$as_echo "no" >&6; }
8146fi
8147
8148
8149 else
8150 MAGIC_CMD=:
8151 fi
8152fi
8153
8154 fi
8155 ;;
8156esac
8157
8158# Use C for the default configuration in the libtool script
8159
8160lt_save_CC="$CC"
8161ac_ext=c
8162ac_cpp='$CPP $CPPFLAGS'
8163ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8164ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8165ac_compiler_gnu=$ac_cv_c_compiler_gnu
8166
8167
8168# Source file extension for C test sources.
8169ac_ext=c
8170
8171# Object file extension for compiled C test sources.
8172objext=o
8173objext=$objext
8174
8175# Code to be used in simple compile tests
8176lt_simple_compile_test_code="int some_variable = 0;"
8177
8178# Code to be used in simple link tests
8179lt_simple_link_test_code='int main(){return(0);}'
8180
8181
8182
8183
8184
8185
8186
8187# If no C compiler was specified, use CC.
8188LTCC=${LTCC-"$CC"}
8189
8190# If no C compiler flags were specified, use CFLAGS.
8191LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8192
8193# Allow CC to be a program name with arguments.
8194compiler=$CC
8195
8196# Save the default compiler, since it gets overwritten when the other
8197# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8198compiler_DEFAULT=$CC
8199
8200# save warnings/boilerplate of simple test code
8201ac_outfile=conftest.$ac_objext
8202echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8203eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8204_lt_compiler_boilerplate=`cat conftest.err`
8205$RM conftest*
8206
8207ac_outfile=conftest.$ac_objext
8208echo "$lt_simple_link_test_code" >conftest.$ac_ext
8209eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8210_lt_linker_boilerplate=`cat conftest.err`
8211$RM -r conftest*
8212
8213
8214## CAVEAT EMPTOR:
8215## There is no encapsulation within the following macros, do not change
8216## the running order or otherwise move them around unless you know exactly
8217## what you are doing...
8218if test -n "$compiler"; then
8219
8220lt_prog_compiler_no_builtin_flag=
8221
8222if test "$GCC" = yes; then
8223 case $cc_basename in
8224 nvcc*)
8225 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8226 *)
8227 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8228 esac
6bb11ab3
L
8229
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8231$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8232if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8233 $as_echo_n "(cached) " >&6
f0569246 8234else
6bb11ab3
L
8235 lt_cv_prog_compiler_rtti_exceptions=no
8236 ac_outfile=conftest.$ac_objext
8237 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8238 lt_compiler_flag="-fno-rtti -fno-exceptions"
8239 # Insert the option either (1) after the last *FLAGS variable, or
8240 # (2) before a word containing "conftest.", or (3) at the end.
8241 # Note that $ac_compile itself does not contain backslashes and begins
8242 # with a dollar sign (not a hyphen), so the echo should work correctly.
8243 # The option is referenced via a variable to avoid confusing sed.
8244 lt_compile=`echo "$ac_compile" | $SED \
8245 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8246 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8247 -e 's:$: $lt_compiler_flag:'`
8248 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8249 (eval "$lt_compile" 2>conftest.err)
8250 ac_status=$?
8251 cat conftest.err >&5
8252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8253 if (exit $ac_status) && test -s "$ac_outfile"; then
8254 # The compiler can only warn and ignore the option if not recognized
8255 # So say no if there are warnings other than the usual output.
8256 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8257 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8258 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8259 lt_cv_prog_compiler_rtti_exceptions=yes
8260 fi
8261 fi
8262 $RM conftest*
8263
f0569246 8264fi
6bb11ab3
L
8265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8266$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8267
8268if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8269 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8270else
8271 :
8272fi
8273
8274fi
8275
8276
8277
8278
8279
8280
8281 lt_prog_compiler_wl=
8282lt_prog_compiler_pic=
8283lt_prog_compiler_static=
8284
8285{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8286$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8287
8288 if test "$GCC" = yes; then
8289 lt_prog_compiler_wl='-Wl,'
8290 lt_prog_compiler_static='-static'
8291
8292 case $host_os in
8293 aix*)
8294 # All AIX code is PIC.
8295 if test "$host_cpu" = ia64; then
8296 # AIX 5 now supports IA64 processor
8297 lt_prog_compiler_static='-Bstatic'
8298 fi
8299 lt_prog_compiler_pic='-fPIC'
8300 ;;
8301
8302 amigaos*)
8303 case $host_cpu in
8304 powerpc)
8305 # see comment about AmigaOS4 .so support
8306 lt_prog_compiler_pic='-fPIC'
8307 ;;
8308 m68k)
8309 # FIXME: we need at least 68020 code to build shared libraries, but
8310 # adding the `-m68020' flag to GCC prevents building anything better,
8311 # like `-m68040'.
8312 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8313 ;;
8314 esac
8315 ;;
8316
8317 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8318 # PIC is the default for these OSes.
8319 ;;
8320
8321 mingw* | cygwin* | pw32* | os2* | cegcc*)
8322 # This hack is so that the source file can tell whether it is being
8323 # built for inclusion in a dll (and should export symbols for example).
8324 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8325 # (--disable-auto-import) libraries
8326 lt_prog_compiler_pic='-DDLL_EXPORT'
8327 ;;
8328
8329 darwin* | rhapsody*)
8330 # PIC is the default on this platform
8331 # Common symbols not allowed in MH_DYLIB files
8332 lt_prog_compiler_pic='-fno-common'
8333 ;;
8334
8335 haiku*)
8336 # PIC is the default for Haiku.
8337 # The "-static" flag exists, but is broken.
8338 lt_prog_compiler_static=
8339 ;;
8340
8341 hpux*)
8342 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8343 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8344 # sets the default TLS model and affects inlining.
8345 case $host_cpu in
8346 hppa*64*)
8347 # +Z the default
8348 ;;
8349 *)
8350 lt_prog_compiler_pic='-fPIC'
8351 ;;
8352 esac
8353 ;;
8354
8355 interix[3-9]*)
8356 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8357 # Instead, we relocate shared libraries at runtime.
8358 ;;
8359
8360 msdosdjgpp*)
8361 # Just because we use GCC doesn't mean we suddenly get shared libraries
8362 # on systems that don't support them.
8363 lt_prog_compiler_can_build_shared=no
8364 enable_shared=no
8365 ;;
8366
8367 *nto* | *qnx*)
8368 # QNX uses GNU C++, but need to define -shared option too, otherwise
8369 # it will coredump.
8370 lt_prog_compiler_pic='-fPIC -shared'
8371 ;;
8372
8373 sysv4*MP*)
8374 if test -d /usr/nec; then
8375 lt_prog_compiler_pic=-Kconform_pic
8376 fi
8377 ;;
8378
8379 *)
8380 lt_prog_compiler_pic='-fPIC'
8381 ;;
8382 esac
8383
8384 case $cc_basename in
8385 nvcc*) # Cuda Compiler Driver 2.2
8386 lt_prog_compiler_wl='-Xlinker '
8387 lt_prog_compiler_pic='-Xcompiler -fPIC'
8388 ;;
8389 esac
8390 else
8391 # PORTME Check for flag to pass linker flags through the system compiler.
8392 case $host_os in
8393 aix*)
8394 lt_prog_compiler_wl='-Wl,'
8395 if test "$host_cpu" = ia64; then
8396 # AIX 5 now supports IA64 processor
8397 lt_prog_compiler_static='-Bstatic'
8398 else
8399 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8400 fi
8401 ;;
8402
8403 mingw* | cygwin* | pw32* | os2* | cegcc*)
8404 # This hack is so that the source file can tell whether it is being
8405 # built for inclusion in a dll (and should export symbols for example).
8406 lt_prog_compiler_pic='-DDLL_EXPORT'
8407 ;;
8408
8409 hpux9* | hpux10* | hpux11*)
8410 lt_prog_compiler_wl='-Wl,'
8411 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8412 # not for PA HP-UX.
8413 case $host_cpu in
8414 hppa*64*|ia64*)
8415 # +Z the default
8416 ;;
8417 *)
8418 lt_prog_compiler_pic='+Z'
8419 ;;
8420 esac
8421 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8422 lt_prog_compiler_static='${wl}-a ${wl}archive'
8423 ;;
8424
8425 irix5* | irix6* | nonstopux*)
8426 lt_prog_compiler_wl='-Wl,'
8427 # PIC (with -KPIC) is the default.
8428 lt_prog_compiler_static='-non_shared'
8429 ;;
8430
8431 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8432 case $cc_basename in
8433 # old Intel for x86_64 which still supported -KPIC.
8434 ecc*)
8435 lt_prog_compiler_wl='-Wl,'
8436 lt_prog_compiler_pic='-KPIC'
8437 lt_prog_compiler_static='-static'
8438 ;;
8439 # icc used to be incompatible with GCC.
8440 # ICC 10 doesn't accept -KPIC any more.
8441 icc* | ifort*)
8442 lt_prog_compiler_wl='-Wl,'
8443 lt_prog_compiler_pic='-fPIC'
8444 lt_prog_compiler_static='-static'
8445 ;;
8446 # Lahey Fortran 8.1.
8447 lf95*)
8448 lt_prog_compiler_wl='-Wl,'
8449 lt_prog_compiler_pic='--shared'
8450 lt_prog_compiler_static='--static'
8451 ;;
8452 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8453 # Portland Group compilers (*not* the Pentium gcc compiler,
8454 # which looks to be a dead project)
8455 lt_prog_compiler_wl='-Wl,'
8456 lt_prog_compiler_pic='-fpic'
8457 lt_prog_compiler_static='-Bstatic'
8458 ;;
8459 ccc*)
8460 lt_prog_compiler_wl='-Wl,'
8461 # All Alpha code is PIC.
8462 lt_prog_compiler_static='-non_shared'
8463 ;;
8464 xl* | bgxl* | bgf* | mpixl*)
8465 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8466 lt_prog_compiler_wl='-Wl,'
8467 lt_prog_compiler_pic='-qpic'
8468 lt_prog_compiler_static='-qstaticlink'
8469 ;;
8470 *)
8471 case `$CC -V 2>&1 | sed 5q` in
8472 *Sun\ F* | *Sun*Fortran*)
8473 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8474 lt_prog_compiler_pic='-KPIC'
8475 lt_prog_compiler_static='-Bstatic'
8476 lt_prog_compiler_wl=''
8477 ;;
8478 *Sun\ C*)
8479 # Sun C 5.9
8480 lt_prog_compiler_pic='-KPIC'
8481 lt_prog_compiler_static='-Bstatic'
8482 lt_prog_compiler_wl='-Wl,'
8483 ;;
8484 esac
8485 ;;
8486 esac
8487 ;;
8488
8489 newsos6)
8490 lt_prog_compiler_pic='-KPIC'
8491 lt_prog_compiler_static='-Bstatic'
8492 ;;
8493
8494 *nto* | *qnx*)
8495 # QNX uses GNU C++, but need to define -shared option too, otherwise
8496 # it will coredump.
8497 lt_prog_compiler_pic='-fPIC -shared'
8498 ;;
8499
8500 osf3* | osf4* | osf5*)
8501 lt_prog_compiler_wl='-Wl,'
8502 # All OSF/1 code is PIC.
8503 lt_prog_compiler_static='-non_shared'
8504 ;;
8505
8506 rdos*)
8507 lt_prog_compiler_static='-non_shared'
8508 ;;
f0569246 8509
6bb11ab3
L
8510 solaris*)
8511 lt_prog_compiler_pic='-KPIC'
8512 lt_prog_compiler_static='-Bstatic'
8513 case $cc_basename in
8514 f77* | f90* | f95*)
8515 lt_prog_compiler_wl='-Qoption ld ';;
8516 *)
8517 lt_prog_compiler_wl='-Wl,';;
8518 esac
8519 ;;
f0569246 8520
6bb11ab3
L
8521 sunos4*)
8522 lt_prog_compiler_wl='-Qoption ld '
8523 lt_prog_compiler_pic='-PIC'
8524 lt_prog_compiler_static='-Bstatic'
8525 ;;
f0569246 8526
6bb11ab3
L
8527 sysv4 | sysv4.2uw2* | sysv4.3*)
8528 lt_prog_compiler_wl='-Wl,'
8529 lt_prog_compiler_pic='-KPIC'
8530 lt_prog_compiler_static='-Bstatic'
8531 ;;
8532
8533 sysv4*MP*)
8534 if test -d /usr/nec ;then
8535 lt_prog_compiler_pic='-Kconform_pic'
8536 lt_prog_compiler_static='-Bstatic'
8537 fi
8538 ;;
8539
8540 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8541 lt_prog_compiler_wl='-Wl,'
8542 lt_prog_compiler_pic='-KPIC'
8543 lt_prog_compiler_static='-Bstatic'
8544 ;;
8545
8546 unicos*)
8547 lt_prog_compiler_wl='-Wl,'
8548 lt_prog_compiler_can_build_shared=no
8549 ;;
8550
8551 uts4*)
8552 lt_prog_compiler_pic='-pic'
8553 lt_prog_compiler_static='-Bstatic'
8554 ;;
8555
8556 *)
8557 lt_prog_compiler_can_build_shared=no
8558 ;;
8559 esac
8560 fi
8561
8562case $host_os in
8563 # For platforms which do not support PIC, -DPIC is meaningless:
8564 *djgpp*)
8565 lt_prog_compiler_pic=
8566 ;;
8567 *)
8568 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8569 ;;
81ecdfbb 8570esac
6bb11ab3
L
8571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8572$as_echo "$lt_prog_compiler_pic" >&6; }
8573
8574
8575
8576
8577
8578
8579#
8580# Check to make sure the PIC flag actually works.
8581#
8582if test -n "$lt_prog_compiler_pic"; then
8583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8584$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8585if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8586 $as_echo_n "(cached) " >&6
b7026657 8587else
6bb11ab3
L
8588 lt_cv_prog_compiler_pic_works=no
8589 ac_outfile=conftest.$ac_objext
8590 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8591 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8592 # Insert the option either (1) after the last *FLAGS variable, or
8593 # (2) before a word containing "conftest.", or (3) at the end.
8594 # Note that $ac_compile itself does not contain backslashes and begins
8595 # with a dollar sign (not a hyphen), so the echo should work correctly.
8596 # The option is referenced via a variable to avoid confusing sed.
8597 lt_compile=`echo "$ac_compile" | $SED \
8598 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8599 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8600 -e 's:$: $lt_compiler_flag:'`
8601 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8602 (eval "$lt_compile" 2>conftest.err)
8603 ac_status=$?
8604 cat conftest.err >&5
8605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8606 if (exit $ac_status) && test -s "$ac_outfile"; then
8607 # The compiler can only warn and ignore the option if not recognized
8608 # So say no if there are warnings other than the usual output.
8609 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8610 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8611 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8612 lt_cv_prog_compiler_pic_works=yes
8613 fi
8614 fi
8615 $RM conftest*
b7026657 8616
b7026657 8617fi
6bb11ab3
L
8618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8619$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8620
8621if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8622 case $lt_prog_compiler_pic in
8623 "" | " "*) ;;
8624 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8625 esac
8626else
8627 lt_prog_compiler_pic=
8628 lt_prog_compiler_can_build_shared=no
f0569246 8629fi
6bb11ab3
L
8630
8631fi
8632
8633
8634
8635
8636
8637
8638#
8639# Check to make sure the static flag actually works.
8640#
8641wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8643$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8644if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8645 $as_echo_n "(cached) " >&6
f0569246 8646else
6bb11ab3
L
8647 lt_cv_prog_compiler_static_works=no
8648 save_LDFLAGS="$LDFLAGS"
8649 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8650 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8651 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8652 # The linker can only warn and ignore the option if not recognized
8653 # So say no if there are warnings
8654 if test -s conftest.err; then
8655 # Append any errors to the config.log.
8656 cat conftest.err 1>&5
8657 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8658 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8659 if diff conftest.exp conftest.er2 >/dev/null; then
8660 lt_cv_prog_compiler_static_works=yes
8661 fi
8662 else
8663 lt_cv_prog_compiler_static_works=yes
8664 fi
8665 fi
8666 $RM -r conftest*
8667 LDFLAGS="$save_LDFLAGS"
f0569246 8668
6bb11ab3
L
8669fi
8670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8671$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8672
6bb11ab3
L
8673if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8674 :
f0569246 8675else
6bb11ab3 8676 lt_prog_compiler_static=
f0569246 8677fi
b7026657 8678
6bb11ab3
L
8679
8680
8681
8682
8683
8684
8685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8686$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8687if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8688 $as_echo_n "(cached) " >&6
81ecdfbb 8689else
6bb11ab3
L
8690 lt_cv_prog_compiler_c_o=no
8691 $RM -r conftest 2>/dev/null
8692 mkdir conftest
8693 cd conftest
8694 mkdir out
8695 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8696
8697 lt_compiler_flag="-o out/conftest2.$ac_objext"
8698 # Insert the option either (1) after the last *FLAGS variable, or
8699 # (2) before a word containing "conftest.", or (3) at the end.
8700 # Note that $ac_compile itself does not contain backslashes and begins
8701 # with a dollar sign (not a hyphen), so the echo should work correctly.
8702 lt_compile=`echo "$ac_compile" | $SED \
8703 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8704 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8705 -e 's:$: $lt_compiler_flag:'`
8706 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8707 (eval "$lt_compile" 2>out/conftest.err)
8708 ac_status=$?
8709 cat out/conftest.err >&5
8710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8711 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8712 then
8713 # The compiler can only warn and ignore the option if not recognized
8714 # So say no if there are warnings
8715 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8716 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8717 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8718 lt_cv_prog_compiler_c_o=yes
8719 fi
8720 fi
8721 chmod u+w . 2>&5
8722 $RM conftest*
8723 # SGI C++ compiler will create directory out/ii_files/ for
8724 # template instantiation
8725 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8726 $RM out/* && rmdir out
8727 cd ..
8728 $RM -r conftest
8729 $RM conftest*
8730
81ecdfbb 8731fi
6bb11ab3
L
8732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8733$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8734
8735
8736
8737
8738
8739
8740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8741$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8742if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8743 $as_echo_n "(cached) " >&6
8744else
6bb11ab3
L
8745 lt_cv_prog_compiler_c_o=no
8746 $RM -r conftest 2>/dev/null
8747 mkdir conftest
8748 cd conftest
8749 mkdir out
8750 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8751
8752 lt_compiler_flag="-o out/conftest2.$ac_objext"
8753 # Insert the option either (1) after the last *FLAGS variable, or
8754 # (2) before a word containing "conftest.", or (3) at the end.
8755 # Note that $ac_compile itself does not contain backslashes and begins
8756 # with a dollar sign (not a hyphen), so the echo should work correctly.
8757 lt_compile=`echo "$ac_compile" | $SED \
8758 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8759 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8760 -e 's:$: $lt_compiler_flag:'`
8761 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8762 (eval "$lt_compile" 2>out/conftest.err)
8763 ac_status=$?
8764 cat out/conftest.err >&5
8765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8766 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8767 then
8768 # The compiler can only warn and ignore the option if not recognized
8769 # So say no if there are warnings
8770 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8771 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8772 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8773 lt_cv_prog_compiler_c_o=yes
8774 fi
8775 fi
8776 chmod u+w . 2>&5
8777 $RM conftest*
8778 # SGI C++ compiler will create directory out/ii_files/ for
8779 # template instantiation
8780 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8781 $RM out/* && rmdir out
8782 cd ..
8783 $RM -r conftest
8784 $RM conftest*
8785
8786fi
8787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8788$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8789
8790
8791
8792
8793hard_links="nottested"
8794if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8795 # do not overwrite the value of need_locks provided by the user
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8797$as_echo_n "checking if we can lock with hard links... " >&6; }
8798 hard_links=yes
8799 $RM conftest*
8800 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8801 touch conftest.a
8802 ln conftest.a conftest.b 2>&5 || hard_links=no
8803 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8805$as_echo "$hard_links" >&6; }
8806 if test "$hard_links" = no; then
8807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8808$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8809 need_locks=warn
8810 fi
8811else
8812 need_locks=no
8813fi
8814
8815
8816
8817
8818
8819
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8821$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8822
8823 runpath_var=
8824 allow_undefined_flag=
8825 always_export_symbols=no
8826 archive_cmds=
8827 archive_expsym_cmds=
8828 compiler_needs_object=no
8829 enable_shared_with_static_runtimes=no
8830 export_dynamic_flag_spec=
8831 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8832 hardcode_automatic=no
8833 hardcode_direct=no
8834 hardcode_direct_absolute=no
8835 hardcode_libdir_flag_spec=
8836 hardcode_libdir_flag_spec_ld=
8837 hardcode_libdir_separator=
8838 hardcode_minus_L=no
8839 hardcode_shlibpath_var=unsupported
8840 inherit_rpath=no
8841 link_all_deplibs=unknown
8842 module_cmds=
8843 module_expsym_cmds=
8844 old_archive_from_new_cmds=
8845 old_archive_from_expsyms_cmds=
8846 thread_safe_flag_spec=
8847 whole_archive_flag_spec=
8848 # include_expsyms should be a list of space-separated symbols to be *always*
8849 # included in the symbol list
8850 include_expsyms=
8851 # exclude_expsyms can be an extended regexp of symbols to exclude
8852 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8853 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8854 # as well as any symbol that contains `d'.
8855 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8856 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8857 # platforms (ab)use it in PIC code, but their linkers get confused if
8858 # the symbol is explicitly referenced. Since portable code cannot
8859 # rely on this symbol name, it's probably fine to never include it in
8860 # preloaded symbol tables.
8861 # Exclude shared library initialization/finalization symbols.
8862 extract_expsyms_cmds=
8863
8864 case $host_os in
8865 cygwin* | mingw* | pw32* | cegcc*)
8866 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8867 # When not using gcc, we currently assume that we are using
8868 # Microsoft Visual C++.
8869 if test "$GCC" != yes; then
8870 with_gnu_ld=no
8871 fi
8872 ;;
8873 interix*)
8874 # we just hope/assume this is gcc and not c89 (= MSVC++)
8875 with_gnu_ld=yes
8876 ;;
8877 openbsd*)
8878 with_gnu_ld=no
8879 ;;
8880 esac
f0569246 8881
6bb11ab3
L
8882 ld_shlibs=yes
8883
8884 # On some targets, GNU ld is compatible enough with the native linker
8885 # that we're better off using the native interface for both.
8886 lt_use_gnu_ld_interface=no
8887 if test "$with_gnu_ld" = yes; then
8888 case $host_os in
8889 aix*)
8890 # The AIX port of GNU ld has always aspired to compatibility
8891 # with the native linker. However, as the warning in the GNU ld
8892 # block says, versions before 2.19.5* couldn't really create working
8893 # shared libraries, regardless of the interface used.
8894 case `$LD -v 2>&1` in
8895 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8896 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8897 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8898 *)
8899 lt_use_gnu_ld_interface=yes
8900 ;;
8901 esac
8902 ;;
8903 *)
8904 lt_use_gnu_ld_interface=yes
8905 ;;
8906 esac
8907 fi
f0569246 8908
6bb11ab3
L
8909 if test "$lt_use_gnu_ld_interface" = yes; then
8910 # If archive_cmds runs LD, not CC, wlarc should be empty
8911 wlarc='${wl}'
8912
8913 # Set some defaults for GNU ld with shared library support. These
8914 # are reset later if shared libraries are not supported. Putting them
8915 # here allows them to be overridden if necessary.
8916 runpath_var=LD_RUN_PATH
8917 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8918 export_dynamic_flag_spec='${wl}--export-dynamic'
8919 # ancient GNU ld didn't support --whole-archive et. al.
8920 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8921 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8922 else
8923 whole_archive_flag_spec=
8924 fi
8925 supports_anon_versioning=no
8926 case `$LD -v 2>&1` in
8927 *GNU\ gold*) supports_anon_versioning=yes ;;
8928 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8929 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8930 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8931 *\ 2.11.*) ;; # other 2.11 versions
8932 *) supports_anon_versioning=yes ;;
8933 esac
8934
8935 # See if GNU ld supports shared libraries.
8936 case $host_os in
8937 aix[3-9]*)
8938 # On AIX/PPC, the GNU linker is very broken
8939 if test "$host_cpu" != ia64; then
8940 ld_shlibs=no
8941 cat <<_LT_EOF 1>&2
8942
8943*** Warning: the GNU linker, at least up to release 2.19, is reported
8944*** to be unable to reliably create shared libraries on AIX.
8945*** Therefore, libtool is disabling shared libraries support. If you
8946*** really care for shared libraries, you may want to install binutils
8947*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8948*** You will then need to restart the configuration process.
8949
8950_LT_EOF
8951 fi
8952 ;;
8953
8954 amigaos*)
8955 case $host_cpu in
8956 powerpc)
8957 # see comment about AmigaOS4 .so support
8958 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8959 archive_expsym_cmds=''
8960 ;;
8961 m68k)
8962 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)'
8963 hardcode_libdir_flag_spec='-L$libdir'
8964 hardcode_minus_L=yes
8965 ;;
8966 esac
8967 ;;
8968
8969 beos*)
8970 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8971 allow_undefined_flag=unsupported
8972 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8973 # support --undefined. This deserves some investigation. FIXME
8974 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8975 else
8976 ld_shlibs=no
8977 fi
8978 ;;
8979
8980 cygwin* | mingw* | pw32* | cegcc*)
8981 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8982 # as there is no search path for DLLs.
8983 hardcode_libdir_flag_spec='-L$libdir'
8984 export_dynamic_flag_spec='${wl}--export-all-symbols'
8985 allow_undefined_flag=unsupported
8986 always_export_symbols=no
8987 enable_shared_with_static_runtimes=yes
8988 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8989
8990 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8991 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8992 # If the export-symbols file already is a .def file (1st line
8993 # is EXPORTS), use it as is; otherwise, prepend...
8994 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8995 cp $export_symbols $output_objdir/$soname.def;
8996 else
8997 echo EXPORTS > $output_objdir/$soname.def;
8998 cat $export_symbols >> $output_objdir/$soname.def;
8999 fi~
9000 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9001 else
9002 ld_shlibs=no
9003 fi
9004 ;;
9005
9006 haiku*)
9007 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9008 link_all_deplibs=yes
9009 ;;
9010
9011 interix[3-9]*)
9012 hardcode_direct=no
9013 hardcode_shlibpath_var=no
9014 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9015 export_dynamic_flag_spec='${wl}-E'
9016 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9017 # Instead, shared libraries are loaded at an image base (0x10000000 by
9018 # default) and relocated if they conflict, which is a slow very memory
9019 # consuming and fragmenting process. To avoid this, we pick a random,
9020 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9021 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9022 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9023 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'
9024 ;;
9025
9026 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9027 tmp_diet=no
9028 if test "$host_os" = linux-dietlibc; then
9029 case $cc_basename in
9030 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9031 esac
9032 fi
9033 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9034 && test "$tmp_diet" = no
9035 then
5cddc23a 9036 tmp_addflag=' $pic_flag'
6bb11ab3
L
9037 tmp_sharedflag='-shared'
9038 case $cc_basename,$host_cpu in
9039 pgcc*) # Portland Group C compiler
9040 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'
9041 tmp_addflag=' $pic_flag'
9042 ;;
9043 pgf77* | pgf90* | pgf95* | pgfortran*)
9044 # Portland Group f77 and f90 compilers
9045 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'
9046 tmp_addflag=' $pic_flag -Mnomain' ;;
9047 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9048 tmp_addflag=' -i_dynamic' ;;
9049 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9050 tmp_addflag=' -i_dynamic -nofor_main' ;;
9051 ifc* | ifort*) # Intel Fortran compiler
9052 tmp_addflag=' -nofor_main' ;;
9053 lf95*) # Lahey Fortran 8.1
9054 whole_archive_flag_spec=
9055 tmp_sharedflag='--shared' ;;
9056 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9057 tmp_sharedflag='-qmkshrobj'
9058 tmp_addflag= ;;
9059 nvcc*) # Cuda Compiler Driver 2.2
9060 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'
9061 compiler_needs_object=yes
9062 ;;
9063 esac
9064 case `$CC -V 2>&1 | sed 5q` in
9065 *Sun\ C*) # Sun C 5.9
9066 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'
9067 compiler_needs_object=yes
9068 tmp_sharedflag='-G' ;;
9069 *Sun\ F*) # Sun Fortran 8.3
9070 tmp_sharedflag='-G' ;;
9071 esac
9072 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9073
9074 if test "x$supports_anon_versioning" = xyes; then
9075 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9076 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9077 echo "local: *; };" >> $output_objdir/$libname.ver~
9078 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9079 fi
9080
9081 case $cc_basename in
9082 xlf* | bgf* | bgxlf* | mpixlf*)
9083 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9084 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9085 hardcode_libdir_flag_spec=
9086 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9087 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9088 if test "x$supports_anon_versioning" = xyes; then
9089 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9090 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9091 echo "local: *; };" >> $output_objdir/$libname.ver~
9092 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9093 fi
9094 ;;
9095 esac
9096 else
9097 ld_shlibs=no
9098 fi
9099 ;;
9100
9101 netbsd*)
9102 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9103 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9104 wlarc=
9105 else
9106 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9107 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9108 fi
9109 ;;
9110
9111 solaris*)
9112 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9113 ld_shlibs=no
9114 cat <<_LT_EOF 1>&2
9115
9116*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9117*** create shared libraries on Solaris systems. Therefore, libtool
9118*** is disabling shared libraries support. We urge you to upgrade GNU
9119*** binutils to release 2.9.1 or newer. Another option is to modify
9120*** your PATH or compiler configuration so that the native linker is
9121*** used, and then restart.
9122
9123_LT_EOF
9124 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9125 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9126 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9127 else
9128 ld_shlibs=no
9129 fi
9130 ;;
9131
9132 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9133 case `$LD -v 2>&1` in
9134 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9135 ld_shlibs=no
9136 cat <<_LT_EOF 1>&2
9137
9138*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9139*** reliably create shared libraries on SCO systems. Therefore, libtool
9140*** is disabling shared libraries support. We urge you to upgrade GNU
9141*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9142*** your PATH or compiler configuration so that the native linker is
9143*** used, and then restart.
9144
9145_LT_EOF
9146 ;;
9147 *)
9148 # For security reasons, it is highly recommended that you always
9149 # use absolute paths for naming shared libraries, and exclude the
9150 # DT_RUNPATH tag from executables and libraries. But doing so
9151 # requires that you compile everything twice, which is a pain.
9152 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9153 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9154 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9155 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9156 else
9157 ld_shlibs=no
9158 fi
9159 ;;
9160 esac
9161 ;;
9162
9163 sunos4*)
9164 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9165 wlarc=
9166 hardcode_direct=yes
9167 hardcode_shlibpath_var=no
9168 ;;
9169
9170 *)
9171 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9172 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9173 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9174 else
9175 ld_shlibs=no
9176 fi
9177 ;;
9178 esac
9179
9180 if test "$ld_shlibs" = no; then
9181 runpath_var=
9182 hardcode_libdir_flag_spec=
9183 export_dynamic_flag_spec=
9184 whole_archive_flag_spec=
9185 fi
9186 else
9187 # PORTME fill in a description of your system's linker (not GNU ld)
9188 case $host_os in
9189 aix3*)
9190 allow_undefined_flag=unsupported
9191 always_export_symbols=yes
9192 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'
9193 # Note: this linker hardcodes the directories in LIBPATH if there
9194 # are no directories specified by -L.
9195 hardcode_minus_L=yes
9196 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9197 # Neither direct hardcoding nor static linking is supported with a
9198 # broken collect2.
9199 hardcode_direct=unsupported
9200 fi
9201 ;;
9202
9203 aix[4-9]*)
9204 if test "$host_cpu" = ia64; then
9205 # On IA64, the linker does run time linking by default, so we don't
9206 # have to do anything special.
9207 aix_use_runtimelinking=no
9208 exp_sym_flag='-Bexport'
9209 no_entry_flag=""
9210 else
9211 # If we're using GNU nm, then we don't want the "-C" option.
9212 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9213 # Also, AIX nm treats weak defined symbols like other global
9214 # defined symbols, whereas GNU nm marks them as "W".
9215 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9216 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'
9217 else
5c887dd5 9218 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
9219 fi
9220 aix_use_runtimelinking=no
9221
9222 # Test if we are trying to use run time linking or normal
9223 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9224 # need to do runtime linking.
9225 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9226 for ld_flag in $LDFLAGS; do
9227 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9228 aix_use_runtimelinking=yes
9229 break
9230 fi
9231 done
9232 ;;
9233 esac
9234
9235 exp_sym_flag='-bexport'
9236 no_entry_flag='-bnoentry'
9237 fi
9238
9239 # When large executables or shared objects are built, AIX ld can
9240 # have problems creating the table of contents. If linking a library
9241 # or program results in "error TOC overflow" add -mminimal-toc to
9242 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9243 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9244
9245 archive_cmds=''
9246 hardcode_direct=yes
9247 hardcode_direct_absolute=yes
9248 hardcode_libdir_separator=':'
9249 link_all_deplibs=yes
9250 file_list_spec='${wl}-f,'
9251
9252 if test "$GCC" = yes; then
9253 case $host_os in aix4.[012]|aix4.[012].*)
9254 # We only want to do this on AIX 4.2 and lower, the check
9255 # below for broken collect2 doesn't work under 4.3+
9256 collect2name=`${CC} -print-prog-name=collect2`
9257 if test -f "$collect2name" &&
9258 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9259 then
9260 # We have reworked collect2
9261 :
9262 else
9263 # We have old collect2
9264 hardcode_direct=unsupported
9265 # It fails to find uninstalled libraries when the uninstalled
9266 # path is not listed in the libpath. Setting hardcode_minus_L
9267 # to unsupported forces relinking
9268 hardcode_minus_L=yes
9269 hardcode_libdir_flag_spec='-L$libdir'
9270 hardcode_libdir_separator=
9271 fi
9272 ;;
9273 esac
9274 shared_flag='-shared'
9275 if test "$aix_use_runtimelinking" = yes; then
9276 shared_flag="$shared_flag "'${wl}-G'
9277 fi
9278 else
9279 # not using gcc
9280 if test "$host_cpu" = ia64; then
9281 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9282 # chokes on -Wl,-G. The following line is correct:
9283 shared_flag='-G'
9284 else
9285 if test "$aix_use_runtimelinking" = yes; then
9286 shared_flag='${wl}-G'
9287 else
9288 shared_flag='${wl}-bM:SRE'
9289 fi
9290 fi
9291 fi
9292
9293 export_dynamic_flag_spec='${wl}-bexpall'
9294 # It seems that -bexpall does not export symbols beginning with
9295 # underscore (_), so it is better to generate a list of symbols to export.
9296 always_export_symbols=yes
9297 if test "$aix_use_runtimelinking" = yes; then
9298 # Warning - without using the other runtime loading flags (-brtl),
9299 # -berok will link without error, but may produce a broken library.
9300 allow_undefined_flag='-berok'
9301 # Determine the default libpath from the value encoded in an
9302 # empty executable.
9303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9304/* end confdefs.h. */
9305
9306int
9307main ()
9308{
9309
9310 ;
9311 return 0;
9312}
9313_ACEOF
6bb11ab3 9314if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 9315
6bb11ab3
L
9316lt_aix_libpath_sed='
9317 /Import File Strings/,/^$/ {
9318 /^0/ {
9319 s/^0 *\(.*\)$/\1/
9320 p
9321 }
9322 }'
9323aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9324# Check for a 64-bit object if we didn't find anything.
9325if test -z "$aix_libpath"; then
9326 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9327fi
9328fi
9329rm -f core conftest.err conftest.$ac_objext \
9330 conftest$ac_exeext conftest.$ac_ext
9331if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9332
9333 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9334 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"
9335 else
9336 if test "$host_cpu" = ia64; then
9337 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9338 allow_undefined_flag="-z nodefs"
9339 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"
9340 else
9341 # Determine the default libpath from the value encoded in an
9342 # empty executable.
81ecdfbb
RW
9343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9344/* end confdefs.h. */
9345
9346int
9347main ()
9348{
b7026657 9349
81ecdfbb
RW
9350 ;
9351 return 0;
9352}
9353_ACEOF
6bb11ab3
L
9354if ac_fn_c_try_link "$LINENO"; then :
9355
9356lt_aix_libpath_sed='
9357 /Import File Strings/,/^$/ {
9358 /^0/ {
9359 s/^0 *\(.*\)$/\1/
9360 p
9361 }
9362 }'
9363aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9364# Check for a 64-bit object if we didn't find anything.
9365if test -z "$aix_libpath"; then
9366 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 9367fi
81ecdfbb 9368fi
6bb11ab3
L
9369rm -f core conftest.err conftest.$ac_objext \
9370 conftest$ac_exeext conftest.$ac_ext
9371if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9372
9373 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9374 # Warning - without using the other run time loading flags,
9375 # -berok will link without error, but may produce a broken library.
9376 no_undefined_flag=' ${wl}-bernotok'
9377 allow_undefined_flag=' ${wl}-berok'
9378 if test "$with_gnu_ld" = yes; then
9379 # We only use this code for GNU lds that support --whole-archive.
9380 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9381 else
9382 # Exported symbols can be pulled into shared objects from archives
9383 whole_archive_flag_spec='$convenience'
9384 fi
9385 archive_cmds_need_lc=yes
9386 # This is similar to how AIX traditionally builds its shared libraries.
9387 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'
9388 fi
9389 fi
9390 ;;
9391
9392 amigaos*)
9393 case $host_cpu in
9394 powerpc)
9395 # see comment about AmigaOS4 .so support
9396 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9397 archive_expsym_cmds=''
9398 ;;
9399 m68k)
9400 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)'
9401 hardcode_libdir_flag_spec='-L$libdir'
9402 hardcode_minus_L=yes
9403 ;;
9404 esac
9405 ;;
9406
9407 bsdi[45]*)
9408 export_dynamic_flag_spec=-rdynamic
9409 ;;
9410
9411 cygwin* | mingw* | pw32* | cegcc*)
9412 # When not using gcc, we currently assume that we are using
9413 # Microsoft Visual C++.
9414 # hardcode_libdir_flag_spec is actually meaningless, as there is
9415 # no search path for DLLs.
9416 hardcode_libdir_flag_spec=' '
9417 allow_undefined_flag=unsupported
9418 # Tell ltmain to make .lib files, not .a files.
9419 libext=lib
9420 # Tell ltmain to make .dll files, not .so files.
9421 shrext_cmds=".dll"
9422 # FIXME: Setting linknames here is a bad hack.
9423 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9424 # The linker will automatically build a .lib file if we build a DLL.
9425 old_archive_from_new_cmds='true'
9426 # FIXME: Should let the user specify the lib program.
9427 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9428 fix_srcfile_path='`cygpath -w "$srcfile"`'
9429 enable_shared_with_static_runtimes=yes
9430 ;;
9431
9432 darwin* | rhapsody*)
9433
9434
9435 archive_cmds_need_lc=no
9436 hardcode_direct=no
9437 hardcode_automatic=yes
9438 hardcode_shlibpath_var=unsupported
9439 if test "$lt_cv_ld_force_load" = "yes"; then
9440 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 9441 else
6bb11ab3 9442 whole_archive_flag_spec=''
f0569246 9443 fi
6bb11ab3
L
9444 link_all_deplibs=yes
9445 allow_undefined_flag="$_lt_dar_allow_undefined"
9446 case $cc_basename in
9447 ifort*) _lt_dar_can_shared=yes ;;
9448 *) _lt_dar_can_shared=$GCC ;;
9449 esac
9450 if test "$_lt_dar_can_shared" = "yes"; then
9451 output_verbose_link_cmd=func_echo_all
9452 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9453 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9454 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}"
9455 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}"
9456
f0569246 9457 else
6bb11ab3 9458 ld_shlibs=no
f0569246 9459 fi
6bb11ab3
L
9460
9461 ;;
9462
9463 dgux*)
9464 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9465 hardcode_libdir_flag_spec='-L$libdir'
9466 hardcode_shlibpath_var=no
9467 ;;
9468
9469 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9470 # support. Future versions do this automatically, but an explicit c++rt0.o
9471 # does not break anything, and helps significantly (at the cost of a little
9472 # extra space).
9473 freebsd2.2*)
9474 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9475 hardcode_libdir_flag_spec='-R$libdir'
9476 hardcode_direct=yes
9477 hardcode_shlibpath_var=no
9478 ;;
9479
9480 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9481 freebsd2.*)
9482 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9483 hardcode_direct=yes
9484 hardcode_minus_L=yes
9485 hardcode_shlibpath_var=no
9486 ;;
9487
9488 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9489 freebsd* | dragonfly*)
9490 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9491 hardcode_libdir_flag_spec='-R$libdir'
9492 hardcode_direct=yes
9493 hardcode_shlibpath_var=no
9494 ;;
9495
9496 hpux9*)
9497 if test "$GCC" = yes; then
9498 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'
9499 else
9500 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'
9501 fi
9502 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9503 hardcode_libdir_separator=:
9504 hardcode_direct=yes
9505
9506 # hardcode_minus_L: Not really in the search PATH,
9507 # but as the default location of the library.
9508 hardcode_minus_L=yes
9509 export_dynamic_flag_spec='${wl}-E'
9510 ;;
9511
9512 hpux10*)
9513 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9514 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9515 else
9516 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9517 fi
9518 if test "$with_gnu_ld" = no; then
9519 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9520 hardcode_libdir_flag_spec_ld='+b $libdir'
9521 hardcode_libdir_separator=:
9522 hardcode_direct=yes
9523 hardcode_direct_absolute=yes
9524 export_dynamic_flag_spec='${wl}-E'
9525 # hardcode_minus_L: Not really in the search PATH,
9526 # but as the default location of the library.
9527 hardcode_minus_L=yes
9528 fi
9529 ;;
9530
9531 hpux11*)
9532 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9533 case $host_cpu in
9534 hppa*64*)
9535 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9536 ;;
9537 ia64*)
9538 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9539 ;;
9540 *)
9541 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9542 ;;
9543 esac
9544 else
9545 case $host_cpu in
9546 hppa*64*)
9547 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9548 ;;
9549 ia64*)
9550 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9551 ;;
9552 *)
9553
9554 # Older versions of the 11.00 compiler do not understand -b yet
9555 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9557$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9558if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9559 $as_echo_n "(cached) " >&6
f0569246 9560else
6bb11ab3
L
9561 lt_cv_prog_compiler__b=no
9562 save_LDFLAGS="$LDFLAGS"
9563 LDFLAGS="$LDFLAGS -b"
9564 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9565 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9566 # The linker can only warn and ignore the option if not recognized
9567 # So say no if there are warnings
9568 if test -s conftest.err; then
9569 # Append any errors to the config.log.
9570 cat conftest.err 1>&5
9571 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9572 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9573 if diff conftest.exp conftest.er2 >/dev/null; then
9574 lt_cv_prog_compiler__b=yes
9575 fi
9576 else
9577 lt_cv_prog_compiler__b=yes
9578 fi
9579 fi
9580 $RM -r conftest*
9581 LDFLAGS="$save_LDFLAGS"
f0569246 9582
6bb11ab3
L
9583fi
9584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9585$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9586
6bb11ab3
L
9587if test x"$lt_cv_prog_compiler__b" = xyes; then
9588 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9589else
9590 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9591fi
81ecdfbb 9592
6bb11ab3
L
9593 ;;
9594 esac
9595 fi
9596 if test "$with_gnu_ld" = no; then
9597 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9598 hardcode_libdir_separator=:
9599
9600 case $host_cpu in
9601 hppa*64*|ia64*)
9602 hardcode_direct=no
9603 hardcode_shlibpath_var=no
9604 ;;
9605 *)
9606 hardcode_direct=yes
9607 hardcode_direct_absolute=yes
9608 export_dynamic_flag_spec='${wl}-E'
9609
9610 # hardcode_minus_L: Not really in the search PATH,
9611 # but as the default location of the library.
9612 hardcode_minus_L=yes
9613 ;;
9614 esac
9615 fi
9616 ;;
9617
9618 irix5* | irix6* | nonstopux*)
9619 if test "$GCC" = yes; then
9620 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'
9621 # Try to use the -exported_symbol ld option, if it does not
9622 # work, assume that -exports_file does not work either and
9623 # implicitly export all symbols.
9624 save_LDFLAGS="$LDFLAGS"
9625 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9627/* end confdefs.h. */
9628int foo(void) {}
b7026657 9629_ACEOF
6bb11ab3
L
9630if ac_fn_c_try_link "$LINENO"; then :
9631 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 9632
f0569246 9633fi
6bb11ab3
L
9634rm -f core conftest.err conftest.$ac_objext \
9635 conftest$ac_exeext conftest.$ac_ext
9636 LDFLAGS="$save_LDFLAGS"
9637 else
9638 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'
9639 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'
9640 fi
9641 archive_cmds_need_lc='no'
9642 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9643 hardcode_libdir_separator=:
9644 inherit_rpath=yes
9645 link_all_deplibs=yes
9646 ;;
9647
9648 netbsd*)
9649 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9650 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9651 else
9652 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9653 fi
9654 hardcode_libdir_flag_spec='-R$libdir'
9655 hardcode_direct=yes
9656 hardcode_shlibpath_var=no
9657 ;;
9658
9659 newsos6)
9660 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9661 hardcode_direct=yes
9662 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9663 hardcode_libdir_separator=:
9664 hardcode_shlibpath_var=no
9665 ;;
9666
9667 *nto* | *qnx*)
9668 ;;
9669
9670 openbsd*)
9671 if test -f /usr/libexec/ld.so; then
9672 hardcode_direct=yes
9673 hardcode_shlibpath_var=no
9674 hardcode_direct_absolute=yes
9675 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9676 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9677 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9678 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9679 export_dynamic_flag_spec='${wl}-E'
9680 else
9681 case $host_os in
9682 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9683 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9684 hardcode_libdir_flag_spec='-R$libdir'
9685 ;;
9686 *)
9687 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9688 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9689 ;;
9690 esac
9691 fi
9692 else
9693 ld_shlibs=no
9694 fi
9695 ;;
9696
9697 os2*)
9698 hardcode_libdir_flag_spec='-L$libdir'
9699 hardcode_minus_L=yes
9700 allow_undefined_flag=unsupported
9701 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'
9702 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9703 ;;
9704
9705 osf3*)
9706 if test "$GCC" = yes; then
9707 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9708 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'
9709 else
9710 allow_undefined_flag=' -expect_unresolved \*'
9711 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'
9712 fi
9713 archive_cmds_need_lc='no'
9714 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9715 hardcode_libdir_separator=:
9716 ;;
9717
9718 osf4* | osf5*) # as osf3* with the addition of -msym flag
9719 if test "$GCC" = yes; then
9720 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9721 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'
9722 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9723 else
9724 allow_undefined_flag=' -expect_unresolved \*'
9725 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'
9726 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~
9727 $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'
9728
9729 # Both c and cxx compiler support -rpath directly
9730 hardcode_libdir_flag_spec='-rpath $libdir'
9731 fi
9732 archive_cmds_need_lc='no'
9733 hardcode_libdir_separator=:
9734 ;;
9735
9736 solaris*)
9737 no_undefined_flag=' -z defs'
9738 if test "$GCC" = yes; then
9739 wlarc='${wl}'
9740 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9741 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9742 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9743 else
9744 case `$CC -V 2>&1` in
9745 *"Compilers 5.0"*)
9746 wlarc=''
9747 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9748 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9749 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9750 ;;
9751 *)
9752 wlarc='${wl}'
9753 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9754 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9755 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9756 ;;
9757 esac
9758 fi
9759 hardcode_libdir_flag_spec='-R$libdir'
9760 hardcode_shlibpath_var=no
9761 case $host_os in
9762 solaris2.[0-5] | solaris2.[0-5].*) ;;
9763 *)
9764 # The compiler driver will combine and reorder linker options,
9765 # but understands `-z linker_flag'. GCC discards it without `$wl',
9766 # but is careful enough not to reorder.
9767 # Supported since Solaris 2.6 (maybe 2.5.1?)
9768 if test "$GCC" = yes; then
9769 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9770 else
9771 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9772 fi
9773 ;;
9774 esac
9775 link_all_deplibs=yes
9776 ;;
9777
9778 sunos4*)
9779 if test "x$host_vendor" = xsequent; then
9780 # Use $CC to link under sequent, because it throws in some extra .o
9781 # files that make .init and .fini sections work.
9782 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9783 else
9784 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9785 fi
9786 hardcode_libdir_flag_spec='-L$libdir'
9787 hardcode_direct=yes
9788 hardcode_minus_L=yes
9789 hardcode_shlibpath_var=no
9790 ;;
9791
9792 sysv4)
9793 case $host_vendor in
9794 sni)
9795 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9796 hardcode_direct=yes # is this really true???
9797 ;;
9798 siemens)
9799 ## LD is ld it makes a PLAMLIB
9800 ## CC just makes a GrossModule.
9801 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9802 reload_cmds='$CC -r -o $output$reload_objs'
9803 hardcode_direct=no
9804 ;;
9805 motorola)
9806 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9807 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9808 ;;
9809 esac
9810 runpath_var='LD_RUN_PATH'
9811 hardcode_shlibpath_var=no
9812 ;;
9813
9814 sysv4.3*)
9815 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9816 hardcode_shlibpath_var=no
9817 export_dynamic_flag_spec='-Bexport'
9818 ;;
9819
9820 sysv4*MP*)
9821 if test -d /usr/nec; then
9822 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9823 hardcode_shlibpath_var=no
9824 runpath_var=LD_RUN_PATH
9825 hardcode_runpath_var=yes
9826 ld_shlibs=yes
9827 fi
9828 ;;
9829
9830 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9831 no_undefined_flag='${wl}-z,text'
9832 archive_cmds_need_lc=no
9833 hardcode_shlibpath_var=no
9834 runpath_var='LD_RUN_PATH'
9835
9836 if test "$GCC" = yes; then
9837 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9838 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9839 else
9840 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9841 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9842 fi
9843 ;;
9844
9845 sysv5* | sco3.2v5* | sco5v6*)
9846 # Note: We can NOT use -z defs as we might desire, because we do not
9847 # link with -lc, and that would cause any symbols used from libc to
9848 # always be unresolved, which means just about no library would
9849 # ever link correctly. If we're not using GNU ld we use -z text
9850 # though, which does catch some bad symbols but isn't as heavy-handed
9851 # as -z defs.
9852 no_undefined_flag='${wl}-z,text'
9853 allow_undefined_flag='${wl}-z,nodefs'
9854 archive_cmds_need_lc=no
9855 hardcode_shlibpath_var=no
9856 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9857 hardcode_libdir_separator=':'
9858 link_all_deplibs=yes
9859 export_dynamic_flag_spec='${wl}-Bexport'
9860 runpath_var='LD_RUN_PATH'
9861
9862 if test "$GCC" = yes; then
9863 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9864 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9865 else
9866 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9867 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9868 fi
9869 ;;
9870
9871 uts4*)
9872 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9873 hardcode_libdir_flag_spec='-L$libdir'
9874 hardcode_shlibpath_var=no
9875 ;;
9876
9877 *)
9878 ld_shlibs=no
9879 ;;
9880 esac
9881
9882 if test x$host_vendor = xsni; then
9883 case $host in
9884 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9885 export_dynamic_flag_spec='${wl}-Blargedynsym'
9886 ;;
9887 esac
9888 fi
9889 fi
9890
9891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9892$as_echo "$ld_shlibs" >&6; }
9893test "$ld_shlibs" = no && can_build_shared=no
9894
9895with_gnu_ld=$with_gnu_ld
9896
9897
9898
9899
b7026657 9900
f0569246 9901
f0569246 9902
6ffe910a 9903
6ffe910a
MF
9904
9905
6ffe910a 9906
f0569246 9907
f0569246 9908
c906108c 9909
6bb11ab3
L
9910
9911#
9912# Do we need to explicitly link libc?
9913#
9914case "x$archive_cmds_need_lc" in
9915x|xyes)
9916 # Assume -lc should be added
9917 archive_cmds_need_lc=yes
9918
9919 if test "$enable_shared" = yes && test "$GCC" = yes; then
9920 case $archive_cmds in
9921 *'~'*)
9922 # FIXME: we may have to deal with multi-command sequences.
9923 ;;
9924 '$CC '*)
9925 # Test whether the compiler implicitly links with -lc since on some
9926 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9927 # to ld, don't add -lc before -lgcc.
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9929$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9930if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9931 $as_echo_n "(cached) " >&6
f0569246 9932else
6bb11ab3
L
9933 $RM conftest*
9934 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9935
9936 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9937 (eval $ac_compile) 2>&5
9938 ac_status=$?
9939 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9940 test $ac_status = 0; } 2>conftest.err; then
9941 soname=conftest
9942 lib=conftest
9943 libobjs=conftest.$ac_objext
9944 deplibs=
9945 wl=$lt_prog_compiler_wl
9946 pic_flag=$lt_prog_compiler_pic
9947 compiler_flags=-v
9948 linker_flags=-v
9949 verstring=
9950 output_objdir=.
9951 libname=conftest
9952 lt_save_allow_undefined_flag=$allow_undefined_flag
9953 allow_undefined_flag=
9954 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9955 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9956 ac_status=$?
9957 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9958 test $ac_status = 0; }
9959 then
9960 lt_cv_archive_cmds_need_lc=no
9961 else
9962 lt_cv_archive_cmds_need_lc=yes
9963 fi
9964 allow_undefined_flag=$lt_save_allow_undefined_flag
9965 else
9966 cat conftest.err 1>&5
9967 fi
9968 $RM conftest*
c906108c 9969
6ffe910a 9970fi
6bb11ab3
L
9971{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9972$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9973 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9974 ;;
9975 esac
9976 fi
9977 ;;
6ffe910a 9978esac
c906108c 9979
c906108c 9980
6ffe910a 9981
c906108c 9982
81ecdfbb 9983
35695fd6 9984
35695fd6 9985
35695fd6 9986
f0569246 9987
c906108c 9988
f0569246 9989
b7026657 9990
f0569246 9991
c906108c 9992
81ecdfbb 9993
b7026657 9994
f0569246
AC
9995
9996
81ecdfbb 9997
81ecdfbb 9998
81ecdfbb
RW
9999
10000
81ecdfbb 10001
81ecdfbb 10002
f0569246
AC
10003
10004
c906108c 10005
f0569246 10006
c906108c 10007
c906108c 10008
81ecdfbb 10009
b7026657 10010
c906108c 10011
f0569246 10012
81ecdfbb 10013
f0569246 10014
c906108c 10015
c906108c 10016
b7026657 10017
81ecdfbb 10018
b7026657 10019
c906108c 10020
c906108c 10021
b7026657
AC
10022
10023
b7026657
AC
10024
10025
6ffe910a 10026
2232061b
MF
10027
10028
2232061b 10029
2232061b
MF
10030
10031
2232061b
MF
10032
10033
2232061b 10034
2232061b
MF
10035
10036
6bb11ab3
L
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10137$as_echo_n "checking dynamic linker characteristics... " >&6; }
10138
10139if test "$GCC" = yes; then
10140 case $host_os in
10141 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10142 *) lt_awk_arg="/^libraries:/" ;;
10143 esac
10144 case $host_os in
10145 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10146 *) lt_sed_strip_eq="s,=/,/,g" ;;
10147 esac
10148 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10149 case $lt_search_path_spec in
10150 *\;*)
10151 # if the path contains ";" then we assume it to be the separator
10152 # otherwise default to the standard path separator (i.e. ":") - it is
10153 # assumed that no part of a normal pathname contains ";" but that should
10154 # okay in the real world where ";" in dirpaths is itself problematic.
10155 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10156 ;;
10157 *)
10158 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10159 ;;
10160 esac
10161 # Ok, now we have the path, separated by spaces, we can step through it
10162 # and add multilib dir if necessary.
10163 lt_tmp_lt_search_path_spec=
10164 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10165 for lt_sys_path in $lt_search_path_spec; do
10166 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10167 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10168 else
10169 test -d "$lt_sys_path" && \
10170 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10171 fi
10172 done
10173 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10174BEGIN {RS=" "; FS="/|\n";} {
10175 lt_foo="";
10176 lt_count=0;
10177 for (lt_i = NF; lt_i > 0; lt_i--) {
10178 if ($lt_i != "" && $lt_i != ".") {
10179 if ($lt_i == "..") {
10180 lt_count++;
10181 } else {
10182 if (lt_count == 0) {
10183 lt_foo="/" $lt_i lt_foo;
10184 } else {
10185 lt_count--;
10186 }
10187 }
10188 }
10189 }
10190 if (lt_foo != "") { lt_freq[lt_foo]++; }
10191 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10192}'`
10193 # AWK program above erroneously prepends '/' to C:/dos/paths
10194 # for these hosts.
10195 case $host_os in
10196 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10197 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10198 esac
10199 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10200else
10201 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10202fi
10203library_names_spec=
10204libname_spec='lib$name'
10205soname_spec=
10206shrext_cmds=".so"
10207postinstall_cmds=
10208postuninstall_cmds=
10209finish_cmds=
10210finish_eval=
10211shlibpath_var=
10212shlibpath_overrides_runpath=unknown
10213version_type=none
10214dynamic_linker="$host_os ld.so"
10215sys_lib_dlsearch_path_spec="/lib /usr/lib"
10216need_lib_prefix=unknown
10217hardcode_into_libs=no
10218
10219# when you set need_version to no, make sure it does not cause -set_version
10220# flags to be left without arguments
10221need_version=unknown
10222
10223case $host_os in
10224aix3*)
10225 version_type=linux
10226 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10227 shlibpath_var=LIBPATH
10228
10229 # AIX 3 has no versioning support, so we append a major version to the name.
10230 soname_spec='${libname}${release}${shared_ext}$major'
10231 ;;
10232
10233aix[4-9]*)
10234 version_type=linux
10235 need_lib_prefix=no
10236 need_version=no
10237 hardcode_into_libs=yes
10238 if test "$host_cpu" = ia64; then
10239 # AIX 5 supports IA64
10240 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10241 shlibpath_var=LD_LIBRARY_PATH
10242 else
10243 # With GCC up to 2.95.x, collect2 would create an import file
10244 # for dependence libraries. The import file would start with
10245 # the line `#! .'. This would cause the generated library to
10246 # depend on `.', always an invalid library. This was fixed in
10247 # development snapshots of GCC prior to 3.0.
10248 case $host_os in
10249 aix4 | aix4.[01] | aix4.[01].*)
10250 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10251 echo ' yes '
10252 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10253 :
10254 else
10255 can_build_shared=no
10256 fi
10257 ;;
10258 esac
10259 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10260 # soname into executable. Probably we can add versioning support to
10261 # collect2, so additional links can be useful in future.
10262 if test "$aix_use_runtimelinking" = yes; then
10263 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10264 # instead of lib<name>.a to let people know that these are not
10265 # typical AIX shared libraries.
10266 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10267 else
10268 # We preserve .a as extension for shared libraries through AIX4.2
10269 # and later when we are not doing run time linking.
10270 library_names_spec='${libname}${release}.a $libname.a'
10271 soname_spec='${libname}${release}${shared_ext}$major'
10272 fi
10273 shlibpath_var=LIBPATH
10274 fi
10275 ;;
10276
10277amigaos*)
10278 case $host_cpu in
10279 powerpc)
10280 # Since July 2007 AmigaOS4 officially supports .so libraries.
10281 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10282 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10283 ;;
10284 m68k)
10285 library_names_spec='$libname.ixlibrary $libname.a'
10286 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10287 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'
10288 ;;
10289 esac
10290 ;;
10291
10292beos*)
10293 library_names_spec='${libname}${shared_ext}'
10294 dynamic_linker="$host_os ld.so"
10295 shlibpath_var=LIBRARY_PATH
10296 ;;
10297
10298bsdi[45]*)
10299 version_type=linux
10300 need_version=no
10301 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10302 soname_spec='${libname}${release}${shared_ext}$major'
10303 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10304 shlibpath_var=LD_LIBRARY_PATH
10305 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10306 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10307 # the default ld.so.conf also contains /usr/contrib/lib and
10308 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10309 # libtool to hard-code these into programs
10310 ;;
10311
10312cygwin* | mingw* | pw32* | cegcc*)
10313 version_type=windows
10314 shrext_cmds=".dll"
10315 need_version=no
10316 need_lib_prefix=no
10317
10318 case $GCC,$host_os in
10319 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10320 library_names_spec='$libname.dll.a'
10321 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10322 postinstall_cmds='base_file=`basename \${file}`~
10323 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10324 dldir=$destdir/`dirname \$dlpath`~
10325 test -d \$dldir || mkdir -p \$dldir~
10326 $install_prog $dir/$dlname \$dldir/$dlname~
10327 chmod a+x \$dldir/$dlname~
10328 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10329 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10330 fi'
10331 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10332 dlpath=$dir/\$dldll~
10333 $RM \$dlpath'
10334 shlibpath_overrides_runpath=yes
10335
10336 case $host_os in
10337 cygwin*)
10338 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10339 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10340
10341 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10342 ;;
10343 mingw* | cegcc*)
10344 # MinGW DLLs use traditional 'lib' prefix
10345 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10346 ;;
10347 pw32*)
10348 # pw32 DLLs use 'pw' prefix rather than 'lib'
10349 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10350 ;;
10351 esac
10352 ;;
10353
10354 *)
10355 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10356 ;;
10357 esac
10358 dynamic_linker='Win32 ld.exe'
10359 # FIXME: first we should search . and the directory the executable is in
10360 shlibpath_var=PATH
10361 ;;
10362
10363darwin* | rhapsody*)
10364 dynamic_linker="$host_os dyld"
10365 version_type=darwin
10366 need_lib_prefix=no
10367 need_version=no
10368 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10369 soname_spec='${libname}${release}${major}$shared_ext'
10370 shlibpath_overrides_runpath=yes
10371 shlibpath_var=DYLD_LIBRARY_PATH
10372 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10373
10374 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10375 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10376 ;;
10377
10378dgux*)
10379 version_type=linux
10380 need_lib_prefix=no
10381 need_version=no
10382 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10383 soname_spec='${libname}${release}${shared_ext}$major'
10384 shlibpath_var=LD_LIBRARY_PATH
10385 ;;
10386
10387freebsd* | dragonfly*)
10388 # DragonFly does not have aout. When/if they implement a new
10389 # versioning mechanism, adjust this.
10390 if test -x /usr/bin/objformat; then
10391 objformat=`/usr/bin/objformat`
10392 else
10393 case $host_os in
10394 freebsd[23].*) objformat=aout ;;
10395 *) objformat=elf ;;
10396 esac
10397 fi
10398 version_type=freebsd-$objformat
10399 case $version_type in
10400 freebsd-elf*)
10401 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10402 need_version=no
10403 need_lib_prefix=no
10404 ;;
10405 freebsd-*)
10406 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10407 need_version=yes
10408 ;;
10409 esac
10410 shlibpath_var=LD_LIBRARY_PATH
10411 case $host_os in
10412 freebsd2.*)
10413 shlibpath_overrides_runpath=yes
10414 ;;
10415 freebsd3.[01]* | freebsdelf3.[01]*)
10416 shlibpath_overrides_runpath=yes
10417 hardcode_into_libs=yes
10418 ;;
10419 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10420 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10421 shlibpath_overrides_runpath=no
10422 hardcode_into_libs=yes
10423 ;;
10424 *) # from 4.6 on, and DragonFly
10425 shlibpath_overrides_runpath=yes
10426 hardcode_into_libs=yes
10427 ;;
10428 esac
10429 ;;
10430
6bb11ab3
L
10431haiku*)
10432 version_type=linux
10433 need_lib_prefix=no
10434 need_version=no
10435 dynamic_linker="$host_os runtime_loader"
10436 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10437 soname_spec='${libname}${release}${shared_ext}$major'
10438 shlibpath_var=LIBRARY_PATH
10439 shlibpath_overrides_runpath=yes
10440 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10441 hardcode_into_libs=yes
10442 ;;
10443
10444hpux9* | hpux10* | hpux11*)
10445 # Give a soname corresponding to the major version so that dld.sl refuses to
10446 # link against other versions.
10447 version_type=sunos
10448 need_lib_prefix=no
10449 need_version=no
10450 case $host_cpu in
10451 ia64*)
10452 shrext_cmds='.so'
10453 hardcode_into_libs=yes
10454 dynamic_linker="$host_os dld.so"
10455 shlibpath_var=LD_LIBRARY_PATH
10456 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10457 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10458 soname_spec='${libname}${release}${shared_ext}$major'
10459 if test "X$HPUX_IA64_MODE" = X32; then
10460 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10461 else
10462 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10463 fi
10464 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10465 ;;
10466 hppa*64*)
10467 shrext_cmds='.sl'
10468 hardcode_into_libs=yes
10469 dynamic_linker="$host_os dld.sl"
10470 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10471 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10472 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10473 soname_spec='${libname}${release}${shared_ext}$major'
10474 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10475 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10476 ;;
10477 *)
10478 shrext_cmds='.sl'
10479 dynamic_linker="$host_os dld.sl"
10480 shlibpath_var=SHLIB_PATH
10481 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10483 soname_spec='${libname}${release}${shared_ext}$major'
10484 ;;
10485 esac
10486 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10487 postinstall_cmds='chmod 555 $lib'
10488 # or fails outright, so override atomically:
10489 install_override_mode=555
10490 ;;
10491
10492interix[3-9]*)
10493 version_type=linux
10494 need_lib_prefix=no
10495 need_version=no
10496 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10497 soname_spec='${libname}${release}${shared_ext}$major'
10498 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10499 shlibpath_var=LD_LIBRARY_PATH
10500 shlibpath_overrides_runpath=no
10501 hardcode_into_libs=yes
10502 ;;
10503
10504irix5* | irix6* | nonstopux*)
10505 case $host_os in
10506 nonstopux*) version_type=nonstopux ;;
10507 *)
10508 if test "$lt_cv_prog_gnu_ld" = yes; then
10509 version_type=linux
10510 else
10511 version_type=irix
10512 fi ;;
10513 esac
10514 need_lib_prefix=no
10515 need_version=no
10516 soname_spec='${libname}${release}${shared_ext}$major'
10517 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10518 case $host_os in
10519 irix5* | nonstopux*)
10520 libsuff= shlibsuff=
10521 ;;
10522 *)
10523 case $LD in # libtool.m4 will add one of these switches to LD
10524 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10525 libsuff= shlibsuff= libmagic=32-bit;;
10526 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10527 libsuff=32 shlibsuff=N32 libmagic=N32;;
10528 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10529 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10530 *) libsuff= shlibsuff= libmagic=never-match;;
10531 esac
10532 ;;
10533 esac
10534 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10535 shlibpath_overrides_runpath=no
10536 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10537 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10538 hardcode_into_libs=yes
10539 ;;
10540
10541# No shared lib support for Linux oldld, aout, or coff.
10542linux*oldld* | linux*aout* | linux*coff*)
10543 dynamic_linker=no
10544 ;;
10545
10546# This must be Linux ELF.
46f900c0 10547linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10548 version_type=linux
10549 need_lib_prefix=no
10550 need_version=no
10551 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10552 soname_spec='${libname}${release}${shared_ext}$major'
10553 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10554 shlibpath_var=LD_LIBRARY_PATH
10555 shlibpath_overrides_runpath=no
10556
10557 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10558 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10559 $as_echo_n "(cached) " >&6
10560else
6bb11ab3
L
10561 lt_cv_shlibpath_overrides_runpath=no
10562 save_LDFLAGS=$LDFLAGS
10563 save_libdir=$libdir
10564 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10565 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10567/* end confdefs.h. */
10568
2232061b
MF
10569int
10570main ()
10571{
10572
10573 ;
10574 return 0;
10575}
10576_ACEOF
6bb11ab3
L
10577if ac_fn_c_try_link "$LINENO"; then :
10578 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10579 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10580fi
2232061b 10581fi
6bb11ab3
L
10582rm -f core conftest.err conftest.$ac_objext \
10583 conftest$ac_exeext conftest.$ac_ext
10584 LDFLAGS=$save_LDFLAGS
10585 libdir=$save_libdir
2232061b 10586
6bb11ab3 10587fi
2232061b 10588
6bb11ab3 10589 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10590
6bb11ab3
L
10591 # This implies no fast_install, which is unacceptable.
10592 # Some rework will be needed to allow for fast_install
10593 # before this can be enabled.
10594 hardcode_into_libs=yes
2232061b 10595
6bb11ab3
L
10596 # Append ld.so.conf contents to the search path
10597 if test -f /etc/ld.so.conf; then
10598 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' ' '`
10599 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10600 fi
2232061b 10601
6bb11ab3
L
10602 # We used to test for /lib/ld.so.1 and disable shared libraries on
10603 # powerpc, because MkLinux only supported shared libraries with the
10604 # GNU dynamic linker. Since this was broken with cross compilers,
10605 # most powerpc-linux boxes support dynamic linking these days and
10606 # people can always --disable-shared, the test was removed, and we
10607 # assume the GNU/Linux dynamic linker is in use.
10608 dynamic_linker='GNU/Linux ld.so'
10609 ;;
10610
10611netbsd*)
10612 version_type=sunos
10613 need_lib_prefix=no
10614 need_version=no
10615 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10616 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10617 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10618 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10619 else
6bb11ab3
L
10620 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10621 soname_spec='${libname}${release}${shared_ext}$major'
10622 dynamic_linker='NetBSD ld.elf_so'
10623 fi
10624 shlibpath_var=LD_LIBRARY_PATH
10625 shlibpath_overrides_runpath=yes
10626 hardcode_into_libs=yes
10627 ;;
10628
10629newsos6)
10630 version_type=linux
10631 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10632 shlibpath_var=LD_LIBRARY_PATH
10633 shlibpath_overrides_runpath=yes
10634 ;;
10635
10636*nto* | *qnx*)
10637 version_type=qnx
10638 need_lib_prefix=no
10639 need_version=no
10640 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10641 soname_spec='${libname}${release}${shared_ext}$major'
10642 shlibpath_var=LD_LIBRARY_PATH
10643 shlibpath_overrides_runpath=no
10644 hardcode_into_libs=yes
10645 dynamic_linker='ldqnx.so'
10646 ;;
10647
10648openbsd*)
10649 version_type=sunos
10650 sys_lib_dlsearch_path_spec="/usr/lib"
10651 need_lib_prefix=no
10652 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10653 case $host_os in
10654 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10655 *) need_version=no ;;
10656 esac
10657 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10658 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10659 shlibpath_var=LD_LIBRARY_PATH
10660 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10661 case $host_os in
10662 openbsd2.[89] | openbsd2.[89].*)
10663 shlibpath_overrides_runpath=no
10664 ;;
10665 *)
10666 shlibpath_overrides_runpath=yes
10667 ;;
10668 esac
10669 else
10670 shlibpath_overrides_runpath=yes
10671 fi
10672 ;;
10673
10674os2*)
10675 libname_spec='$name'
10676 shrext_cmds=".dll"
10677 need_lib_prefix=no
10678 library_names_spec='$libname${shared_ext} $libname.a'
10679 dynamic_linker='OS/2 ld.exe'
10680 shlibpath_var=LIBPATH
10681 ;;
10682
10683osf3* | osf4* | osf5*)
10684 version_type=osf
10685 need_lib_prefix=no
10686 need_version=no
10687 soname_spec='${libname}${release}${shared_ext}$major'
10688 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10689 shlibpath_var=LD_LIBRARY_PATH
10690 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10691 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10692 ;;
10693
10694rdos*)
10695 dynamic_linker=no
10696 ;;
10697
10698solaris*)
10699 version_type=linux
10700 need_lib_prefix=no
10701 need_version=no
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 shlibpath_overrides_runpath=yes
10706 hardcode_into_libs=yes
10707 # ldd complains unless libraries are executable
10708 postinstall_cmds='chmod +x $lib'
10709 ;;
10710
10711sunos4*)
10712 version_type=sunos
10713 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10714 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10715 shlibpath_var=LD_LIBRARY_PATH
10716 shlibpath_overrides_runpath=yes
10717 if test "$with_gnu_ld" = yes; then
10718 need_lib_prefix=no
10719 fi
10720 need_version=yes
10721 ;;
10722
10723sysv4 | sysv4.3*)
10724 version_type=linux
10725 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10726 soname_spec='${libname}${release}${shared_ext}$major'
10727 shlibpath_var=LD_LIBRARY_PATH
10728 case $host_vendor in
10729 sni)
10730 shlibpath_overrides_runpath=no
10731 need_lib_prefix=no
10732 runpath_var=LD_RUN_PATH
10733 ;;
10734 siemens)
10735 need_lib_prefix=no
10736 ;;
10737 motorola)
10738 need_lib_prefix=no
10739 need_version=no
10740 shlibpath_overrides_runpath=no
10741 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10742 ;;
10743 esac
10744 ;;
10745
10746sysv4*MP*)
10747 if test -d /usr/nec ;then
10748 version_type=linux
10749 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10750 soname_spec='$libname${shared_ext}.$major'
10751 shlibpath_var=LD_LIBRARY_PATH
2232061b 10752 fi
6bb11ab3
L
10753 ;;
10754
10755sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10756 version_type=freebsd-elf
10757 need_lib_prefix=no
10758 need_version=no
10759 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10760 soname_spec='${libname}${release}${shared_ext}$major'
10761 shlibpath_var=LD_LIBRARY_PATH
10762 shlibpath_overrides_runpath=yes
10763 hardcode_into_libs=yes
10764 if test "$with_gnu_ld" = yes; then
10765 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10766 else
10767 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10768 case $host_os in
10769 sco3.2v5*)
10770 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10771 ;;
10772 esac
10773 fi
10774 sys_lib_dlsearch_path_spec='/usr/lib'
10775 ;;
10776
10777tpf*)
10778 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10779 version_type=linux
10780 need_lib_prefix=no
10781 need_version=no
10782 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10783 shlibpath_var=LD_LIBRARY_PATH
10784 shlibpath_overrides_runpath=no
10785 hardcode_into_libs=yes
10786 ;;
10787
10788uts4*)
10789 version_type=linux
10790 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10791 soname_spec='${libname}${release}${shared_ext}$major'
10792 shlibpath_var=LD_LIBRARY_PATH
10793 ;;
10794
10795*)
10796 dynamic_linker=no
10797 ;;
10798esac
10799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10800$as_echo "$dynamic_linker" >&6; }
10801test "$dynamic_linker" = no && can_build_shared=no
10802
10803variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10804if test "$GCC" = yes; then
10805 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10806fi
2232061b 10807
6bb11ab3
L
10808if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10809 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10810fi
10811if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10812 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10813fi
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
2232061b 10840
2232061b 10841
2232061b 10842
2232061b 10843
2232061b
MF
10844
10845
6ffe910a 10846
6ffe910a
MF
10847
10848
10849
10850
10851
2232061b 10852
6ffe910a
MF
10853
10854
10855
10856
6ffe910a 10857
6ffe910a 10858
6ffe910a
MF
10859
10860
6ffe910a 10861
6ffe910a 10862
6ffe910a
MF
10863
10864
5f3ef9d0 10865
5f3ef9d0
JB
10866
10867
10868
db2e4d67
MF
10869
10870
db2e4d67 10871
db2e4d67 10872
db2e4d67 10873
db2e4d67 10874
db2e4d67 10875
db2e4d67 10876
db2e4d67 10877
db2e4d67
MF
10878
10879
db2e4d67 10880
db2e4d67
MF
10881
10882
db2e4d67 10883
db2e4d67
MF
10884
10885
6ffe910a 10886
6ffe910a 10887
6ffe910a
MF
10888
10889
6ffe910a
MF
10890
10891
6ffe910a 10892
6ffe910a 10893
6ffe910a 10894
6ffe910a 10895
6ffe910a 10896
b7026657 10897
b7026657 10898
c906108c 10899
b7026657 10900
b7026657 10901
c906108c 10902
b7026657 10903
b7026657 10904
cd0fc7c3 10905
6bb11ab3
L
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10907$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10908hardcode_action=
10909if test -n "$hardcode_libdir_flag_spec" ||
10910 test -n "$runpath_var" ||
10911 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10912
6bb11ab3
L
10913 # We can hardcode non-existent directories.
10914 if test "$hardcode_direct" != no &&
10915 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10916 # have to relink, otherwise we might link with an installed library
10917 # when we should be linking with a yet-to-be-installed one
10918 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10919 test "$hardcode_minus_L" != no; then
10920 # Linking always hardcodes the temporary library directory.
10921 hardcode_action=relink
10922 else
10923 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10924 hardcode_action=immediate
10925 fi
10926else
10927 # We cannot hardcode anything, or else we can only hardcode existing
10928 # directories.
10929 hardcode_action=unsupported
c906108c 10930fi
6bb11ab3
L
10931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10932$as_echo "$hardcode_action" >&6; }
b7026657 10933
6bb11ab3
L
10934if test "$hardcode_action" = relink ||
10935 test "$inherit_rpath" = yes; then
10936 # Fast installation is not supported
10937 enable_fast_install=no
10938elif test "$shlibpath_overrides_runpath" = yes ||
10939 test "$enable_shared" = no; then
10940 # Fast installation is not necessary
10941 enable_fast_install=needless
10942fi
c906108c 10943
6bb11ab3
L
10944
10945
10946
10947
10948
10949 if test "x$enable_dlopen" != xyes; then
10950 enable_dlopen=unknown
10951 enable_dlopen_self=unknown
10952 enable_dlopen_self_static=unknown
10953else
10954 lt_cv_dlopen=no
10955 lt_cv_dlopen_libs=
10956
10957 case $host_os in
10958 beos*)
10959 lt_cv_dlopen="load_add_on"
10960 lt_cv_dlopen_libs=
10961 lt_cv_dlopen_self=yes
10962 ;;
10963
10964 mingw* | pw32* | cegcc*)
10965 lt_cv_dlopen="LoadLibrary"
10966 lt_cv_dlopen_libs=
10967 ;;
10968
10969 cygwin*)
10970 lt_cv_dlopen="dlopen"
10971 lt_cv_dlopen_libs=
10972 ;;
10973
10974 darwin*)
10975 # if libdl is installed we need to link against it
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10977$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10978if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10979 $as_echo_n "(cached) " >&6
10980else
10981 ac_check_lib_save_LIBS=$LIBS
10982LIBS="-ldl $LIBS"
10983cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10984/* end confdefs.h. */
10985
10986/* Override any GCC internal prototype to avoid an error.
10987 Use char because int might match the return type of a GCC
10988 builtin and then its argument prototype would still apply. */
10989#ifdef __cplusplus
10990extern "C"
10991#endif
10992char dlopen ();
10993int
10994main ()
10995{
10996return dlopen ();
10997 ;
10998 return 0;
10999}
b7026657 11000_ACEOF
6bb11ab3
L
11001if ac_fn_c_try_link "$LINENO"; then :
11002 ac_cv_lib_dl_dlopen=yes
11003else
11004 ac_cv_lib_dl_dlopen=no
11005fi
11006rm -f core conftest.err conftest.$ac_objext \
11007 conftest$ac_exeext conftest.$ac_ext
11008LIBS=$ac_check_lib_save_LIBS
11009fi
11010{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11011$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11012if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11013 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11014else
11015
11016 lt_cv_dlopen="dyld"
11017 lt_cv_dlopen_libs=
11018 lt_cv_dlopen_self=yes
c906108c 11019
c906108c 11020fi
c906108c 11021
6bb11ab3 11022 ;;
c906108c 11023
6bb11ab3
L
11024 *)
11025 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11026if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
11027 lt_cv_dlopen="shl_load"
11028else
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11030$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11031if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
11032 $as_echo_n "(cached) " >&6
11033else
11034 ac_check_lib_save_LIBS=$LIBS
11035LIBS="-ldld $LIBS"
11036cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11037/* end confdefs.h. */
11038
11039/* Override any GCC internal prototype to avoid an error.
11040 Use char because int might match the return type of a GCC
11041 builtin and then its argument prototype would still apply. */
11042#ifdef __cplusplus
11043extern "C"
11044#endif
11045char shl_load ();
11046int
11047main ()
11048{
11049return shl_load ();
11050 ;
11051 return 0;
11052}
11053_ACEOF
11054if ac_fn_c_try_link "$LINENO"; then :
11055 ac_cv_lib_dld_shl_load=yes
11056else
11057 ac_cv_lib_dld_shl_load=no
11058fi
11059rm -f core conftest.err conftest.$ac_objext \
11060 conftest$ac_exeext conftest.$ac_ext
11061LIBS=$ac_check_lib_save_LIBS
11062fi
11063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11064$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11065if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11066 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11067else
11068 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11069if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11070 lt_cv_dlopen="dlopen"
11071else
11072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11073$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11074if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11075 $as_echo_n "(cached) " >&6
c906108c 11076else
b7026657 11077 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11078LIBS="-ldl $LIBS"
81ecdfbb 11079cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11080/* end confdefs.h. */
11081
81ecdfbb
RW
11082/* Override any GCC internal prototype to avoid an error.
11083 Use char because int might match the return type of a GCC
11084 builtin and then its argument prototype would still apply. */
b7026657
AC
11085#ifdef __cplusplus
11086extern "C"
11087#endif
6bb11ab3 11088char dlopen ();
b7026657
AC
11089int
11090main ()
11091{
6bb11ab3 11092return dlopen ();
b7026657
AC
11093 ;
11094 return 0;
11095}
11096_ACEOF
81ecdfbb 11097if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11098 ac_cv_lib_dl_dlopen=yes
b7026657 11099else
6bb11ab3 11100 ac_cv_lib_dl_dlopen=no
b7026657 11101fi
81ecdfbb
RW
11102rm -f core conftest.err conftest.$ac_objext \
11103 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11104LIBS=$ac_check_lib_save_LIBS
11105fi
6bb11ab3
L
11106{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11107$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11108if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11109 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11110else
11111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11112$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11113if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11114 $as_echo_n "(cached) " >&6
c906108c 11115else
b7026657 11116 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11117LIBS="-lsvld $LIBS"
81ecdfbb 11118cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11119/* end confdefs.h. */
11120
81ecdfbb
RW
11121/* Override any GCC internal prototype to avoid an error.
11122 Use char because int might match the return type of a GCC
11123 builtin and then its argument prototype would still apply. */
b7026657
AC
11124#ifdef __cplusplus
11125extern "C"
11126#endif
6bb11ab3 11127char dlopen ();
b7026657
AC
11128int
11129main ()
11130{
6bb11ab3 11131return dlopen ();
b7026657
AC
11132 ;
11133 return 0;
11134}
11135_ACEOF
81ecdfbb 11136if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11137 ac_cv_lib_svld_dlopen=yes
b7026657 11138else
6bb11ab3 11139 ac_cv_lib_svld_dlopen=no
b7026657 11140fi
81ecdfbb
RW
11141rm -f core conftest.err conftest.$ac_objext \
11142 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11143LIBS=$ac_check_lib_save_LIBS
11144fi
6bb11ab3
L
11145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11146$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11147if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11148 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11149else
6bb11ab3
L
11150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11151$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11152if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11153 $as_echo_n "(cached) " >&6
b5bd9624 11154else
6bb11ab3
L
11155 ac_check_lib_save_LIBS=$LIBS
11156LIBS="-ldld $LIBS"
81ecdfbb 11157cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
11158/* end confdefs.h. */
11159
81ecdfbb
RW
11160/* Override any GCC internal prototype to avoid an error.
11161 Use char because int might match the return type of a GCC
b5bd9624 11162 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
11163#ifdef __cplusplus
11164extern "C"
11165#endif
6bb11ab3 11166char dld_link ();
b5bd9624
HPN
11167int
11168main ()
11169{
6bb11ab3 11170return dld_link ();
b5bd9624
HPN
11171 ;
11172 return 0;
11173}
11174_ACEOF
6bb11ab3
L
11175if ac_fn_c_try_link "$LINENO"; then :
11176 ac_cv_lib_dld_dld_link=yes
11177else
11178 ac_cv_lib_dld_dld_link=no
11179fi
11180rm -f core conftest.err conftest.$ac_objext \
11181 conftest$ac_exeext conftest.$ac_ext
11182LIBS=$ac_check_lib_save_LIBS
11183fi
11184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11185$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11186if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11187 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11188fi
11189
11190
11191fi
11192
11193
11194fi
11195
11196
11197fi
11198
11199
11200fi
11201
11202
11203fi
11204
11205 ;;
11206 esac
11207
11208 if test "x$lt_cv_dlopen" != xno; then
11209 enable_dlopen=yes
b5bd9624 11210 else
6bb11ab3
L
11211 enable_dlopen=no
11212 fi
11213
11214 case $lt_cv_dlopen in
11215 dlopen)
11216 save_CPPFLAGS="$CPPFLAGS"
11217 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11218
11219 save_LDFLAGS="$LDFLAGS"
11220 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11221
11222 save_LIBS="$LIBS"
11223 LIBS="$lt_cv_dlopen_libs $LIBS"
11224
11225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11226$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11227if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11228 $as_echo_n "(cached) " >&6
11229else
11230 if test "$cross_compiling" = yes; then :
11231 lt_cv_dlopen_self=cross
11232else
11233 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11234 lt_status=$lt_dlunknown
11235 cat > conftest.$ac_ext <<_LT_EOF
a3e2cc64 11236#line 11236 "configure"
6bb11ab3
L
11237#include "confdefs.h"
11238
11239#if HAVE_DLFCN_H
11240#include <dlfcn.h>
11241#endif
11242
11243#include <stdio.h>
11244
11245#ifdef RTLD_GLOBAL
11246# define LT_DLGLOBAL RTLD_GLOBAL
11247#else
11248# ifdef DL_GLOBAL
11249# define LT_DLGLOBAL DL_GLOBAL
11250# else
11251# define LT_DLGLOBAL 0
11252# endif
11253#endif
11254
11255/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11256 find out it does not work in some platform. */
11257#ifndef LT_DLLAZY_OR_NOW
11258# ifdef RTLD_LAZY
11259# define LT_DLLAZY_OR_NOW RTLD_LAZY
11260# else
11261# ifdef DL_LAZY
11262# define LT_DLLAZY_OR_NOW DL_LAZY
11263# else
11264# ifdef RTLD_NOW
11265# define LT_DLLAZY_OR_NOW RTLD_NOW
11266# else
11267# ifdef DL_NOW
11268# define LT_DLLAZY_OR_NOW DL_NOW
11269# else
11270# define LT_DLLAZY_OR_NOW 0
11271# endif
11272# endif
11273# endif
11274# endif
11275#endif
11276
11277/* When -fvisbility=hidden is used, assume the code has been annotated
11278 correspondingly for the symbols needed. */
11279#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11280void fnord () __attribute__((visibility("default")));
11281#endif
11282
11283void fnord () { int i=42; }
11284int main ()
11285{
11286 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11287 int status = $lt_dlunknown;
11288
11289 if (self)
11290 {
11291 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11292 else
11293 {
11294 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11295 else puts (dlerror ());
11296 }
11297 /* dlclose (self); */
11298 }
11299 else
11300 puts (dlerror ());
11301
11302 return status;
11303}
11304_LT_EOF
11305 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11306 (eval $ac_link) 2>&5
11307 ac_status=$?
11308 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11309 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11310 (./conftest; exit; ) >&5 2>/dev/null
11311 lt_status=$?
11312 case x$lt_status in
11313 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11314 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11315 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11316 esac
11317 else :
11318 # compilation failed
11319 lt_cv_dlopen_self=no
b5bd9624 11320 fi
b5bd9624 11321fi
6bb11ab3
L
11322rm -fr conftest*
11323
11324
b5bd9624 11325fi
6bb11ab3
L
11326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11327$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11328
6bb11ab3
L
11329 if test "x$lt_cv_dlopen_self" = xyes; then
11330 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11332$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11333if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11334 $as_echo_n "(cached) " >&6
b5bd9624 11335else
6bb11ab3
L
11336 if test "$cross_compiling" = yes; then :
11337 lt_cv_dlopen_self_static=cross
11338else
11339 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11340 lt_status=$lt_dlunknown
11341 cat > conftest.$ac_ext <<_LT_EOF
a3e2cc64 11342#line 11342 "configure"
6bb11ab3
L
11343#include "confdefs.h"
11344
11345#if HAVE_DLFCN_H
11346#include <dlfcn.h>
11347#endif
11348
11349#include <stdio.h>
11350
11351#ifdef RTLD_GLOBAL
11352# define LT_DLGLOBAL RTLD_GLOBAL
11353#else
11354# ifdef DL_GLOBAL
11355# define LT_DLGLOBAL DL_GLOBAL
11356# else
11357# define LT_DLGLOBAL 0
11358# endif
11359#endif
11360
11361/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11362 find out it does not work in some platform. */
11363#ifndef LT_DLLAZY_OR_NOW
11364# ifdef RTLD_LAZY
11365# define LT_DLLAZY_OR_NOW RTLD_LAZY
11366# else
11367# ifdef DL_LAZY
11368# define LT_DLLAZY_OR_NOW DL_LAZY
11369# else
11370# ifdef RTLD_NOW
11371# define LT_DLLAZY_OR_NOW RTLD_NOW
11372# else
11373# ifdef DL_NOW
11374# define LT_DLLAZY_OR_NOW DL_NOW
11375# else
11376# define LT_DLLAZY_OR_NOW 0
11377# endif
11378# endif
11379# endif
11380# endif
11381#endif
11382
11383/* When -fvisbility=hidden is used, assume the code has been annotated
11384 correspondingly for the symbols needed. */
11385#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11386void fnord () __attribute__((visibility("default")));
11387#endif
11388
11389void fnord () { int i=42; }
11390int main ()
11391{
11392 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11393 int status = $lt_dlunknown;
11394
11395 if (self)
11396 {
11397 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11398 else
11399 {
11400 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11401 else puts (dlerror ());
11402 }
11403 /* dlclose (self); */
11404 }
11405 else
11406 puts (dlerror ());
11407
11408 return status;
11409}
11410_LT_EOF
11411 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11412 (eval $ac_link) 2>&5
11413 ac_status=$?
11414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11415 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11416 (./conftest; exit; ) >&5 2>/dev/null
11417 lt_status=$?
11418 case x$lt_status in
11419 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11420 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11421 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11422 esac
11423 else :
11424 # compilation failed
11425 lt_cv_dlopen_self_static=no
11426 fi
b5bd9624 11427fi
6bb11ab3
L
11428rm -fr conftest*
11429
11430
b5bd9624 11431fi
6bb11ab3
L
11432{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11433$as_echo "$lt_cv_dlopen_self_static" >&6; }
11434 fi
11435
11436 CPPFLAGS="$save_CPPFLAGS"
11437 LDFLAGS="$save_LDFLAGS"
11438 LIBS="$save_LIBS"
11439 ;;
11440 esac
11441
11442 case $lt_cv_dlopen_self in
11443 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11444 *) enable_dlopen_self=unknown ;;
11445 esac
11446
11447 case $lt_cv_dlopen_self_static in
11448 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11449 *) enable_dlopen_self_static=unknown ;;
11450 esac
11451fi
11452
11453
11454
11455
11456
11457
11458
11459
11460
11461
11462
11463
11464
11465
11466
11467
11468
11469striplib=
11470old_striplib=
11471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11472$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11473if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11474 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11475 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11477$as_echo "yes" >&6; }
11478else
11479# FIXME - insert some real tests, host_os isn't really good enough
11480 case $host_os in
11481 darwin*)
11482 if test -n "$STRIP" ; then
11483 striplib="$STRIP -x"
11484 old_striplib="$STRIP -S"
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11486$as_echo "yes" >&6; }
11487 else
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11489$as_echo "no" >&6; }
11490 fi
11491 ;;
11492 *)
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11494$as_echo "no" >&6; }
11495 ;;
11496 esac
11497fi
11498
11499
11500
11501
11502
11503
11504
11505
11506
11507
11508
11509
11510 # Report which library types will actually be built
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11512$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11514$as_echo "$can_build_shared" >&6; }
11515
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11517$as_echo_n "checking whether to build shared libraries... " >&6; }
11518 test "$can_build_shared" = "no" && enable_shared=no
11519
11520 # On AIX, shared libraries and static libraries use the same namespace, and
11521 # are all built from PIC.
11522 case $host_os in
11523 aix3*)
11524 test "$enable_shared" = yes && enable_static=no
11525 if test -n "$RANLIB"; then
11526 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11527 postinstall_cmds='$RANLIB $lib'
11528 fi
11529 ;;
11530
11531 aix[4-9]*)
11532 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11533 test "$enable_shared" = yes && enable_static=no
11534 fi
11535 ;;
11536 esac
11537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11538$as_echo "$enable_shared" >&6; }
11539
11540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11541$as_echo_n "checking whether to build static libraries... " >&6; }
11542 # Make sure either enable_shared or enable_static is yes.
11543 test "$enable_shared" = yes || enable_static=yes
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11545$as_echo "$enable_static" >&6; }
11546
11547
11548
11549
11550fi
11551ac_ext=c
11552ac_cpp='$CPP $CPPFLAGS'
11553ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11554ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11555ac_compiler_gnu=$ac_cv_c_compiler_gnu
11556
11557CC="$lt_save_CC"
11558
11559
11560
11561
11562
11563
11564
11565
11566
b5bd9624 11567
b5bd9624 11568
b5bd9624 11569
b5bd9624 11570
6bb11ab3
L
11571 ac_config_commands="$ac_config_commands libtool"
11572
11573
11574
11575
11576# Only expand once:
11577
11578
5912fadd 11579
b5bd9624 11580
c906108c
SS
11581
11582
31e6ad7d
MF
11583
11584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11585$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11586 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11587if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11588 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11589else
11590 USE_MAINTAINER_MODE=no
c906108c 11591fi
31e6ad7d
MF
11592
11593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11594$as_echo "$USE_MAINTAINER_MODE" >&6; }
11595 if test $USE_MAINTAINER_MODE = yes; then
11596 MAINTAINER_MODE_TRUE=
11597 MAINTAINER_MODE_FALSE='#'
c906108c 11598else
31e6ad7d
MF
11599 MAINTAINER_MODE_TRUE='#'
11600 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11601fi
11602
31e6ad7d
MF
11603 MAINT=$MAINTAINER_MODE_TRUE
11604
11605
c906108c
SS
11606
11607
ce39bd38
MF
11608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11609$as_echo_n "checking for sim debug setting... " >&6; }
11610sim_debug="0"
81ecdfbb
RW
11611# Check whether --enable-sim-debug was given.
11612if test "${enable_sim_debug+set}" = set; then :
11613 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11614 yes) sim_debug="7";;
11615 no) sim_debug="0";;
11616 *) sim_debug="($enableval)";;
c906108c 11617esac
c906108c 11618fi
ce39bd38
MF
11619if test "$sim_debug" != "0"; then
11620
11621cat >>confdefs.h <<_ACEOF
11622#define DEBUG $sim_debug
11623_ACEOF
11624
81ecdfbb
RW
11625fi
11626
ce39bd38
MF
11627cat >>confdefs.h <<_ACEOF
11628#define WITH_DEBUG $sim_debug
11629_ACEOF
11630
11631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11632$as_echo "$sim_debug" >&6; }
c906108c
SS
11633
11634
ce39bd38
MF
11635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11636$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11637sim_stdio="0"
81ecdfbb
RW
11638# Check whether --enable-sim-stdio was given.
11639if test "${enable_sim_stdio+set}" = set; then :
11640 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11641 yes) sim_stdio="DO_USE_STDIO";;
11642 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11643 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11644esac
81ecdfbb
RW
11645fi
11646
ce39bd38
MF
11647cat >>confdefs.h <<_ACEOF
11648#define WITH_STDIO $sim_stdio
11649_ACEOF
11650
11651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11652$as_echo "$sim_stdio" >&6; }
c906108c
SS
11653
11654
ce39bd38
MF
11655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11656$as_echo_n "checking for sim trace settings... " >&6; }
11657sim_trace="~TRACE_debug"
81ecdfbb
RW
11658# Check whether --enable-sim-trace was given.
11659if test "${enable_sim_trace+set}" = set; then :
11660 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11661 yes) sim_trace="-1";;
11662 no) sim_trace="0";;
c906108c 11663 [-0-9]*)
ce39bd38 11664 sim_trace="'(${enableval})'";;
2232061b 11665 [[:lower:]]*)
c906108c
SS
11666 sim_trace=""
11667 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11668 if test x"$sim_trace" = x; then
ce39bd38 11669 sim_trace="(TRACE_$x"
c906108c
SS
11670 else
11671 sim_trace="${sim_trace}|TRACE_$x"
11672 fi
11673 done
ce39bd38 11674 sim_trace="$sim_trace)" ;;
c906108c 11675esac
81ecdfbb 11676fi
c906108c 11677
ce39bd38
MF
11678cat >>confdefs.h <<_ACEOF
11679#define WITH_TRACE $sim_trace
11680_ACEOF
11681
11682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11683$as_echo "$sim_trace" >&6; }
c906108c 11684
81ecdfbb 11685
ce39bd38
MF
11686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11687$as_echo_n "checking for sim profile settings... " >&6; }
11688profile="1"
11689sim_profile="-1"
81ecdfbb
RW
11690# Check whether --enable-sim-profile was given.
11691if test "${enable_sim_profile+set}" = set; then :
11692 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11693 yes) profile="1" sim_profile="-1";;
11694 no) profile="0" sim_profile="0";;
c906108c 11695 [-0-9]*)
ce39bd38 11696 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11697 [a-z]*)
ce39bd38 11698 profile="1"
c906108c
SS
11699 sim_profile=""
11700 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11701 if test x"$sim_profile" = x; then
ce39bd38 11702 sim_profile="(PROFILE_$x"
c906108c
SS
11703 else
11704 sim_profile="${sim_profile}|PROFILE_$x"
11705 fi
11706 done
ce39bd38 11707 sim_profile="$sim_profile)" ;;
c906108c 11708esac
81ecdfbb
RW
11709fi
11710
ce39bd38
MF
11711cat >>confdefs.h <<_ACEOF
11712#define PROFILE $profile
11713_ACEOF
c906108c
SS
11714
11715
ce39bd38
MF
11716cat >>confdefs.h <<_ACEOF
11717#define WITH_PROFILE $sim_profile
11718_ACEOF
11719
11720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11721$as_echo "$sim_profile" >&6; }
11722
11723
11724
11725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11726$as_echo_n "checking whether to enable sim asserts... " >&6; }
11727sim_assert="1"
35656e95
MF
11728# Check whether --enable-sim-assert was given.
11729if test "${enable_sim_assert+set}" = set; then :
11730 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11731 yes) sim_assert="1";;
11732 no) sim_assert="0";;
d0ac1c44 11733 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11734esac
35656e95
MF
11735fi
11736
ce39bd38
MF
11737cat >>confdefs.h <<_ACEOF
11738#define WITH_ASSERT $sim_assert
11739_ACEOF
11740
11741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11742$as_echo "$sim_assert" >&6; }
11743
35656e95 11744
ce39bd38
MF
11745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11746$as_echo_n "checking default sim environment setting... " >&6; }
11747sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11748# Check whether --enable-sim-environment was given.
11749if test "${enable_sim_environment+set}" = set; then :
11750 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11751 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11752 user | USER) sim_environment="USER_ENVIRONMENT";;
11753 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11754 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11755 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11756esac
16f7876d
MF
11757fi
11758
ce39bd38
MF
11759cat >>confdefs.h <<_ACEOF
11760#define WITH_ENVIRONMENT $sim_environment
11761_ACEOF
11762
11763{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11764$as_echo "$sim_environment" >&6; }
11765
16f7876d 11766
347fe5bb
MF
11767sim_inline="-DDEFAULT_INLINE=0"
11768# Check whether --enable-sim-inline was given.
11769if test "${enable_sim_inline+set}" = set; then :
11770 enableval=$enable_sim_inline; sim_inline=""
11771case "$enableval" in
11772 no) sim_inline="-DDEFAULT_INLINE=0";;
11773 0) sim_inline="-DDEFAULT_INLINE=0";;
11774 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11775 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11776 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11777 new_flag=""
11778 case "$x" in
11779 *_INLINE=*) new_flag="-D$x";;
11780 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11781 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11782 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11783 esac
11784 if test x"$sim_inline" = x""; then
11785 sim_inline="$new_flag"
11786 else
11787 sim_inline="$sim_inline $new_flag"
11788 fi
11789 done;;
11790esac
11791if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11792 echo "Setting inline flags = $sim_inline" 6>&1
11793fi
11794fi
11795
11796
11797
6efef468 11798
81ecdfbb
RW
11799# Check whether --with-pkgversion was given.
11800if test "${with_pkgversion+set}" = set; then :
11801 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11802 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11803 no) PKGVERSION= ;;
11804 *) PKGVERSION="($withval) " ;;
11805 esac
11806else
bf12d44e 11807 PKGVERSION="(SIM) "
6efef468 11808
81ecdfbb
RW
11809fi
11810
6efef468
JM
11811
11812
11813
11814
81ecdfbb
RW
11815# Check whether --with-bugurl was given.
11816if test "${with_bugurl+set}" = set; then :
11817 withval=$with_bugurl; case "$withval" in
d0ac1c44 11818 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11819 no) BUGURL=
11820 ;;
11821 *) BUGURL="$withval"
11822 ;;
11823 esac
11824else
dfb856ba 11825 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11826
81ecdfbb
RW
11827fi
11828
6efef468
JM
11829 case ${BUGURL} in
11830 "")
11831 REPORT_BUGS_TO=
11832 REPORT_BUGS_TEXI=
11833 ;;
11834 *)
11835 REPORT_BUGS_TO="<$BUGURL>"
11836 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11837 ;;
11838 esac;
11839
11840
11841
11842
11843cat >>confdefs.h <<_ACEOF
11844#define PKGVERSION "$PKGVERSION"
11845_ACEOF
11846
11847
11848cat >>confdefs.h <<_ACEOF
11849#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11850_ACEOF
11851
11852
81ecdfbb
RW
11853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11854$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11855if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11856 $as_echo_n "(cached) " >&6
c906108c 11857else
81ecdfbb 11858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11859/* end confdefs.h. */
c906108c
SS
11860#include <sys/types.h>
11861#include <signal.h>
c906108c 11862
b7026657
AC
11863int
11864main ()
11865{
81ecdfbb 11866return *(signal (0, 0)) (0) == 1;
b7026657
AC
11867 ;
11868 return 0;
11869}
11870_ACEOF
81ecdfbb
RW
11871if ac_fn_c_try_compile "$LINENO"; then :
11872 ac_cv_type_signal=int
c906108c 11873else
81ecdfbb 11874 ac_cv_type_signal=void
c906108c 11875fi
81ecdfbb 11876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11877fi
81ecdfbb
RW
11878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11879$as_echo "$ac_cv_type_signal" >&6; }
c906108c 11880
b7026657 11881cat >>confdefs.h <<_ACEOF
c906108c 11882#define RETSIGTYPE $ac_cv_type_signal
b7026657 11883_ACEOF
c906108c 11884
cd0fc7c3
SS
11885
11886
c906108c
SS
11887
11888
c906108c
SS
11889
11890
1ac72f06 11891wire_endian="LITTLE"
c906108c 11892default_endian=""
81ecdfbb
RW
11893# Check whether --enable-sim-endian was given.
11894if test "${enable_sim_endian+set}" = set; then :
11895 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11896 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11897 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 11898 yes) if test x"$wire_endian" != x; then
1ac72f06 11899 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 11900 else
1ac72f06
MF
11901 if test x"$default_endian" != x; then
11902 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11903 else
11904 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11905 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11906 fi
11907 fi;;
11908 no) if test x"$default_endian" != x; then
1ac72f06 11909 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11910 else
11911 if test x"$wire_endian" != x; then
1ac72f06 11912 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11913 else
11914 echo "No default endian for target $target" 1>&6
1ac72f06 11915 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11916 fi
11917 fi;;
d0ac1c44 11918 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
11919esac
11920if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11921 echo "Setting endian flags = $sim_endian" 6>&1
11922fi
11923else
11924 if test x"$default_endian" != x; then
1ac72f06 11925 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11926else
11927 if test x"$wire_endian" != x; then
1ac72f06 11928 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11929 else
11930 sim_endian=
11931 fi
11932fi
81ecdfbb
RW
11933fi
11934
c906108c
SS
11935wire_alignment=""
11936default_alignment="NONSTRICT_ALIGNMENT"
11937
81ecdfbb
RW
11938# Check whether --enable-sim-alignment was given.
11939if test "${enable_sim_alignment+set}" = set; then :
11940 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11941 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11942 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11943 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11944 yes) if test x"$wire_alignment" != x; then
11945 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11946 else
11947 if test x"$default_alignment" != x; then
11948 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11949 else
11950 echo "No hard-wired alignment for target $target" 1>&6
11951 sim_alignment="-DWITH_ALIGNMENT=0"
11952 fi
11953 fi;;
11954 no) if test x"$default_alignment" != x; then
11955 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11956 else
11957 if test x"$wire_alignment" != x; then
11958 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11959 else
11960 echo "No default alignment for target $target" 1>&6
11961 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11962 fi
11963 fi;;
d0ac1c44 11964 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11965esac
11966if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11967 echo "Setting alignment flags = $sim_alignment" 6>&1
11968fi
11969else
11970 if test x"$default_alignment" != x; then
11971 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11972else
11973 if test x"$wire_alignment" != x; then
11974 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11975 else
11976 sim_alignment=
11977 fi
11978fi
81ecdfbb 11979fi
c906108c 11980
81ecdfbb 11981
81ecdfbb
RW
11982default_sim_reserved_bits="1"
11983# Check whether --enable-sim-reserved-bits was given.
11984if test "${enable_sim_reserved_bits+set}" = set; then :
11985 enableval=$enable_sim_reserved_bits; case "${enableval}" in
11986 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
11987 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 11988 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
81ecdfbb
RW
11989esac
11990if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
11991 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
b7026657 11992fi
b7026657 11993else
81ecdfbb 11994 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
b7026657 11995fi
b7026657 11996
81ecdfbb
RW
11997wire_word_bitsize="32"
11998wire_word_msb="31"
11999wire_address_bitsize=""
12000wire_cell_bitsize=""
12001# Check whether --enable-sim-bitsize was given.
12002if test "${enable_sim_bitsize+set}" = set; then :
12003 enableval=$enable_sim_bitsize; sim_bitsize=
12004case "${enableval}" in
12005 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
12006 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
12007 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12008 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12009 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12010 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
12011 else
12012 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
12013 fi ;;
12014 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12015 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
12016 else
12017 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
12018 fi ;;
d0ac1c44 12019 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
81ecdfbb
RW
12020esac
12021# address bitsize
12022tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
12023case x"${tmp}" in
12024 x ) ;;
12025 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
12026 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 12027 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
81ecdfbb
RW
12028esac
12029# cell bitsize
12030tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
12031case x"${tmp}" in
12032 x ) ;;
12033 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
12034 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 12035 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
b7026657 12036esac
81ecdfbb
RW
12037if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
12038 echo "Setting bitsize flags = $sim_bitsize" 6>&1
12039fi
b7026657 12040else
81ecdfbb
RW
12041 sim_bitsize=""
12042if test x"$wire_word_bitsize" != x; then
12043 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
12044fi
12045if test x"$wire_word_msb" != x; then
12046 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
12047fi
12048if test x"$wire_address_bitsize" != x; then
12049 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
12050fi
12051if test x"$wire_cell_bitsize" != x; then
12052 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
12053fi
b7026657 12054fi
81ecdfbb
RW
12055
12056
12057for ac_func in time chmod utime fork execve execv chown
12058do :
12059 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12060ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 12061if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
12062 cat >>confdefs.h <<_ACEOF
12063#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12064_ACEOF
b7026657
AC
12065
12066fi
81ecdfbb
RW
12067done
12068
5cddc23a 12069for ac_header in utime.h
81ecdfbb 12070do :
5cddc23a 12071 ac_fn_c_check_header_mongrel "$LINENO" "utime.h" "ac_cv_header_utime_h" "$ac_includes_default"
d0ac1c44 12072if test "x$ac_cv_header_utime_h" = xyes; then :
b7026657 12073 cat >>confdefs.h <<_ACEOF
5cddc23a 12074#define HAVE_UTIME_H 1
b7026657
AC
12075_ACEOF
12076
12077fi
12078
12079done
12080
12081
12082
5f05936d
MF
12083# Check whether --enable-werror was given.
12084if test "${enable_werror+set}" = set; then :
12085 enableval=$enable_werror; case "${enableval}" in
12086 yes | y) ERROR_ON_WARNING="yes" ;;
12087 no | n) ERROR_ON_WARNING="no" ;;
12088 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12089 esac
12090fi
12091
12092
12093# Enable -Werror by default when using gcc
12094if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12095 ERROR_ON_WARNING=yes
12096fi
12097
12098WERROR_CFLAGS=""
12099 if test "${ERROR_ON_WARNING}" = yes ; then
12100 WERROR_CFLAGS="-Werror"
12101 fi
12102
12103build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
12104-Wpointer-sign \
12105-Wno-unused -Wunused-value -Wunused-function \
12106-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
12107-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
12108-Wold-style-declaration -Wold-style-definition"
12109
12110# Enable -Wno-format by default when using gcc on mingw since many
12111# GCC versions complain about %I64.
12112case "${host}" in
12113 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
12114 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
12115esac
12116
12117# Check whether --enable-build-warnings was given.
12118if test "${enable_build_warnings+set}" = set; then :
12119 enableval=$enable_build_warnings; case "${enableval}" in
12120 yes) ;;
12121 no) build_warnings="-w";;
12122 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12123 build_warnings="${build_warnings} ${t}";;
12124 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12125 build_warnings="${t} ${build_warnings}";;
12126 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12127esac
12128if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12129 echo "Setting compiler warning flags = $build_warnings" 6>&1
12130fi
12131fi
12132# Check whether --enable-sim-build-warnings was given.
12133if test "${enable_sim_build_warnings+set}" = set; then :
12134 enableval=$enable_sim_build_warnings; case "${enableval}" in
12135 yes) ;;
12136 no) build_warnings="-w";;
12137 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12138 build_warnings="${build_warnings} ${t}";;
12139 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12140 build_warnings="${t} ${build_warnings}";;
12141 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12142esac
12143if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12144 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12145fi
12146fi
12147WARN_CFLAGS=""
12148if test "x${build_warnings}" != x -a "x$GCC" = xyes
12149then
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12151$as_echo_n "checking compiler warning flags... " >&6; }
12152 # Separate out the -Werror flag as some files just cannot be
12153 # compiled with it enabled.
12154 for w in ${build_warnings}; do
12155 case $w in
12156 -Werr*) WERROR_CFLAGS=-Werror ;;
12157 *) # Check that GCC accepts it
12158 saved_CFLAGS="$CFLAGS"
12159 CFLAGS="$CFLAGS $w"
12160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12161/* end confdefs.h. */
12162
12163int
12164main ()
12165{
12166
12167 ;
12168 return 0;
12169}
12170_ACEOF
12171if ac_fn_c_try_compile "$LINENO"; then :
12172 WARN_CFLAGS="${WARN_CFLAGS} $w"
12173fi
12174rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12175 CFLAGS="$saved_CFLAGS"
12176 esac
12177 done
12178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12179$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
12180fi
12181
12182
b7026657
AC
12183cgen_breaks=""
12184if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12185cgen_breaks="break cgen_rtx_error";
12186fi
12187
81ecdfbb 12188ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 12189
81ecdfbb 12190ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 12191
81ecdfbb 12192ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 12193
81ecdfbb 12194ac_config_commands="$ac_config_commands Makefile"
38f48d72 12195
81ecdfbb 12196ac_config_commands="$ac_config_commands stamp-h"
38f48d72 12197
760b3e8b
MF
12198
12199
12200
12201
12202
12203
12204
12205
12206
12207
12208
12209
b7026657
AC
12210cat >confcache <<\_ACEOF
12211# This file is a shell script that caches the results of configure
12212# tests run on this system so they can be shared between configure
12213# scripts and configure runs, see configure's option --config-cache.
12214# It is not useful on other systems. If it contains results you don't
12215# want to keep, you may remove or edit it.
12216#
12217# config.status only pays attention to the cache file if you give it
12218# the --recheck option to rerun configure.
12219#
12220# `ac_cv_env_foo' variables (set or unset) will be overridden when
12221# loading this file, other *unset* `ac_cv_foo' will be assigned the
12222# following values.
12223
12224_ACEOF
12225
12226# The following way of writing the cache mishandles newlines in values,
12227# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12228# So, we kill variables containing newlines.
b7026657
AC
12229# Ultrix sh set writes to stderr and can't be redirected directly,
12230# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12231(
12232 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12233 eval ac_val=\$$ac_var
12234 case $ac_val in #(
12235 *${as_nl}*)
12236 case $ac_var in #(
12237 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12238$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12239 esac
12240 case $ac_var in #(
12241 _ | IFS | as_nl) ;; #(
12242 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12243 *) { eval $ac_var=; unset $ac_var;} ;;
12244 esac ;;
12245 esac
12246 done
12247
b7026657 12248 (set) 2>&1 |
81ecdfbb
RW
12249 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12250 *${as_nl}ac_space=\ *)
12251 # `set' does not quote correctly, so add quotes: double-quote
12252 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
12253 sed -n \
12254 "s/'/'\\\\''/g;
12255 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12256 ;; #(
b7026657
AC
12257 *)
12258 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12259 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 12260 ;;
81ecdfbb
RW
12261 esac |
12262 sort
12263) |
b7026657 12264 sed '
81ecdfbb 12265 /^ac_cv_env_/b end
b7026657 12266 t clear
81ecdfbb 12267 :clear
b7026657
AC
12268 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12269 t end
81ecdfbb
RW
12270 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12271 :end' >>confcache
12272if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12273 if test -w "$cache_file"; then
d0ac1c44 12274 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12276$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12277 if test ! -f "$cache_file" || test -h "$cache_file"; then
12278 cat confcache >"$cache_file"
12279 else
12280 case $cache_file in #(
12281 */* | ?:*)
12282 mv -f confcache "$cache_file"$$ &&
12283 mv -f "$cache_file"$$ "$cache_file" ;; #(
12284 *)
12285 mv -f confcache "$cache_file" ;;
12286 esac
12287 fi
12288 fi
b7026657 12289 else
81ecdfbb
RW
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12291$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
12292 fi
12293fi
12294rm -f confcache
12295
12296test "x$prefix" = xNONE && prefix=$ac_default_prefix
12297# Let make expand exec_prefix.
12298test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12299
b7026657
AC
12300DEFS=-DHAVE_CONFIG_H
12301
12302ac_libobjs=
12303ac_ltlibobjs=
d0ac1c44 12304U=
b7026657
AC
12305for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12306 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12307 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12308 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12309 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12310 # will be set to the directory where LIBOBJS objects are built.
12311 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12312 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
12313done
12314LIBOBJS=$ac_libobjs
12315
12316LTLIBOBJS=$ac_ltlibobjs
12317
12318
0cb8d851 12319
db2e4d67 12320if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 12321 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
12322Usually this means the macro was only invoked conditionally." "$LINENO" 5
12323fi
6bb11ab3 12324if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12325 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12326Usually this means the macro was only invoked conditionally." "$LINENO" 5
12327fi
31e6ad7d 12328if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12329 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12330Usually this means the macro was only invoked conditionally." "$LINENO" 5
12331fi
b7026657 12332
d0ac1c44 12333: "${CONFIG_STATUS=./config.status}"
81ecdfbb 12334ac_write_fail=0
b7026657
AC
12335ac_clean_files_save=$ac_clean_files
12336ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
12337{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12338$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12339as_write_fail=0
12340cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
12341#! $SHELL
12342# Generated by $as_me.
12343# Run this file to recreate the current configuration.
12344# Compiler output produced by configure, useful for debugging
12345# configure, is in config.log if it exists.
12346
12347debug=false
12348ac_cs_recheck=false
12349ac_cs_silent=false
b7026657 12350
81ecdfbb
RW
12351SHELL=\${CONFIG_SHELL-$SHELL}
12352export SHELL
12353_ASEOF
12354cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12355## -------------------- ##
12356## M4sh Initialization. ##
12357## -------------------- ##
12358
12359# Be more Bourne compatible
12360DUALCASE=1; export DUALCASE # for MKS sh
12361if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
12362 emulate sh
12363 NULLCMD=:
81ecdfbb 12364 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
12365 # is contrary to our usage. Disable this feature.
12366 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
12367 setopt NO_GLOB_SUBST
12368else
12369 case `(set -o) 2>/dev/null` in #(
12370 *posix*) :
12371 set -o posix ;; #(
12372 *) :
12373 ;;
12374esac
b7026657 12375fi
b7026657 12376
81ecdfbb
RW
12377
12378as_nl='
12379'
12380export as_nl
12381# Printing a long string crashes Solaris 7 /usr/bin/printf.
12382as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12383as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12384as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12385# Prefer a ksh shell builtin over an external printf program on Solaris,
12386# but without wasting forks for bash or zsh.
12387if test -z "$BASH_VERSION$ZSH_VERSION" \
12388 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12389 as_echo='print -r --'
12390 as_echo_n='print -rn --'
12391elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12392 as_echo='printf %s\n'
12393 as_echo_n='printf %s'
12394else
12395 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12396 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12397 as_echo_n='/usr/ucb/echo -n'
12398 else
12399 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12400 as_echo_n_body='eval
12401 arg=$1;
12402 case $arg in #(
12403 *"$as_nl"*)
12404 expr "X$arg" : "X\\(.*\\)$as_nl";
12405 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12406 esac;
12407 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12408 '
12409 export as_echo_n_body
12410 as_echo_n='sh -c $as_echo_n_body as_echo'
12411 fi
12412 export as_echo_body
12413 as_echo='sh -c $as_echo_body as_echo'
12414fi
12415
12416# The user is always right.
12417if test "${PATH_SEPARATOR+set}" != set; then
12418 PATH_SEPARATOR=:
12419 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12420 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12421 PATH_SEPARATOR=';'
12422 }
c906108c 12423fi
b7026657
AC
12424
12425
81ecdfbb
RW
12426# IFS
12427# We need space, tab and new line, in precisely that order. Quoting is
12428# there to prevent editors from complaining about space-tab.
12429# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12430# splitting by setting IFS to empty value.)
12431IFS=" "" $as_nl"
12432
12433# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12434as_myself=
81ecdfbb
RW
12435case $0 in #((
12436 *[\\/]* ) as_myself=$0 ;;
12437 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12438for as_dir in $PATH
12439do
12440 IFS=$as_save_IFS
12441 test -z "$as_dir" && as_dir=.
12442 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12443 done
12444IFS=$as_save_IFS
12445
12446 ;;
12447esac
12448# We did not find ourselves, most probably we were run as `sh COMMAND'
12449# in which case we are not to be found in the path.
12450if test "x$as_myself" = x; then
12451 as_myself=$0
12452fi
12453if test ! -f "$as_myself"; then
12454 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12455 exit 1
12456fi
12457
12458# Unset variables that we do not need and which cause bugs (e.g. in
12459# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12460# suppresses any "Segmentation fault" message there. '((' could
12461# trigger a bug in pdksh 5.2.14.
12462for as_var in BASH_ENV ENV MAIL MAILPATH
12463do eval test x\${$as_var+set} = xset \
12464 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12465done
b7026657
AC
12466PS1='$ '
12467PS2='> '
12468PS4='+ '
12469
12470# NLS nuisances.
81ecdfbb
RW
12471LC_ALL=C
12472export LC_ALL
12473LANGUAGE=C
12474export LANGUAGE
12475
12476# CDPATH.
12477(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12478
12479
d0ac1c44
SM
12480# as_fn_error STATUS ERROR [LINENO LOG_FD]
12481# ----------------------------------------
81ecdfbb
RW
12482# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12483# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12484# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12485as_fn_error ()
12486{
d0ac1c44
SM
12487 as_status=$1; test $as_status -eq 0 && as_status=1
12488 if test "$4"; then
12489 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12490 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 12491 fi
d0ac1c44 12492 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12493 as_fn_exit $as_status
12494} # as_fn_error
12495
12496
12497# as_fn_set_status STATUS
12498# -----------------------
12499# Set $? to STATUS, without forking.
12500as_fn_set_status ()
12501{
12502 return $1
12503} # as_fn_set_status
12504
12505# as_fn_exit STATUS
12506# -----------------
12507# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12508as_fn_exit ()
12509{
12510 set +e
12511 as_fn_set_status $1
12512 exit $1
12513} # as_fn_exit
12514
12515# as_fn_unset VAR
12516# ---------------
12517# Portably unset VAR.
12518as_fn_unset ()
12519{
12520 { eval $1=; unset $1;}
12521}
12522as_unset=as_fn_unset
12523# as_fn_append VAR VALUE
12524# ----------------------
12525# Append the text in VALUE to the end of the definition contained in VAR. Take
12526# advantage of any shell optimizations that allow amortized linear growth over
12527# repeated appends, instead of the typical quadratic growth present in naive
12528# implementations.
12529if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12530 eval 'as_fn_append ()
12531 {
12532 eval $1+=\$2
12533 }'
12534else
12535 as_fn_append ()
12536 {
12537 eval $1=\$$1\$2
12538 }
12539fi # as_fn_append
12540
12541# as_fn_arith ARG...
12542# ------------------
12543# Perform arithmetic evaluation on the ARGs, and store the result in the
12544# global $as_val. Take advantage of shells that can avoid forks. The arguments
12545# must be portable across $(()) and expr.
12546if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12547 eval 'as_fn_arith ()
12548 {
12549 as_val=$(( $* ))
12550 }'
12551else
12552 as_fn_arith ()
12553 {
12554 as_val=`expr "$@" || test $? -eq 1`
12555 }
12556fi # as_fn_arith
12557
b7026657 12558
81ecdfbb
RW
12559if expr a : '\(a\)' >/dev/null 2>&1 &&
12560 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
12561 as_expr=expr
12562else
12563 as_expr=false
c906108c 12564fi
b7026657 12565
81ecdfbb 12566if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
12567 as_basename=basename
12568else
12569 as_basename=false
c906108c 12570fi
b7026657 12571
81ecdfbb
RW
12572if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12573 as_dirname=dirname
12574else
12575 as_dirname=false
12576fi
b7026657 12577
81ecdfbb 12578as_me=`$as_basename -- "$0" ||
b7026657
AC
12579$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12580 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12581 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12582$as_echo X/"$0" |
12583 sed '/^.*\/\([^/][^/]*\)\/*$/{
12584 s//\1/
12585 q
12586 }
12587 /^X\/\(\/\/\)$/{
12588 s//\1/
12589 q
12590 }
12591 /^X\/\(\/\).*/{
12592 s//\1/
12593 q
12594 }
12595 s/.*/./; q'`
b7026657 12596
b7026657
AC
12597# Avoid depending upon Character Ranges.
12598as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12599as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12600as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12601as_cr_digits='0123456789'
12602as_cr_alnum=$as_cr_Letters$as_cr_digits
12603
81ecdfbb
RW
12604ECHO_C= ECHO_N= ECHO_T=
12605case `echo -n x` in #(((((
12606-n*)
12607 case `echo 'xy\c'` in
12608 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12609 xy) ECHO_C='\c';;
12610 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12611 ECHO_T=' ';;
12612 esac;;
12613*)
12614 ECHO_N='-n';;
b7026657
AC
12615esac
12616
81ecdfbb
RW
12617rm -f conf$$ conf$$.exe conf$$.file
12618if test -d conf$$.dir; then
12619 rm -f conf$$.dir/conf$$.file
c906108c 12620else
81ecdfbb
RW
12621 rm -f conf$$.dir
12622 mkdir conf$$.dir 2>/dev/null
c906108c 12623fi
81ecdfbb
RW
12624if (echo >conf$$.file) 2>/dev/null; then
12625 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12626 as_ln_s='ln -s'
81ecdfbb
RW
12627 # ... but there are two gotchas:
12628 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12629 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12630 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12631 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12632 as_ln_s='cp -pR'
81ecdfbb
RW
12633 elif ln conf$$.file conf$$ 2>/dev/null; then
12634 as_ln_s=ln
12635 else
d0ac1c44 12636 as_ln_s='cp -pR'
b7026657 12637 fi
b7026657 12638else
d0ac1c44 12639 as_ln_s='cp -pR'
c906108c 12640fi
81ecdfbb
RW
12641rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12642rmdir conf$$.dir 2>/dev/null
12643
12644
12645# as_fn_mkdir_p
12646# -------------
12647# Create "$as_dir" as a directory, including parents if necessary.
12648as_fn_mkdir_p ()
12649{
12650
12651 case $as_dir in #(
12652 -*) as_dir=./$as_dir;;
12653 esac
12654 test -d "$as_dir" || eval $as_mkdir_p || {
12655 as_dirs=
12656 while :; do
12657 case $as_dir in #(
12658 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12659 *) as_qdir=$as_dir;;
12660 esac
12661 as_dirs="'$as_qdir' $as_dirs"
12662 as_dir=`$as_dirname -- "$as_dir" ||
12663$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12664 X"$as_dir" : 'X\(//\)[^/]' \| \
12665 X"$as_dir" : 'X\(//\)$' \| \
12666 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12667$as_echo X"$as_dir" |
12668 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12669 s//\1/
12670 q
12671 }
12672 /^X\(\/\/\)[^/].*/{
12673 s//\1/
12674 q
12675 }
12676 /^X\(\/\/\)$/{
12677 s//\1/
12678 q
12679 }
12680 /^X\(\/\).*/{
12681 s//\1/
12682 q
12683 }
12684 s/.*/./; q'`
12685 test -d "$as_dir" && break
12686 done
12687 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12688 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 12689
c906108c 12690
81ecdfbb 12691} # as_fn_mkdir_p
b7026657 12692if mkdir -p . 2>/dev/null; then
81ecdfbb 12693 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 12694else
b7026657
AC
12695 test -d ./-p && rmdir ./-p
12696 as_mkdir_p=false
c906108c 12697fi
c906108c 12698
d0ac1c44
SM
12699
12700# as_fn_executable_p FILE
12701# -----------------------
12702# Test if FILE is an executable regular file.
12703as_fn_executable_p ()
12704{
12705 test -f "$1" && test -x "$1"
12706} # as_fn_executable_p
12707as_test_x='test -x'
12708as_executable_p=as_fn_executable_p
b7026657
AC
12709
12710# Sed expression to map a string onto a valid CPP name.
12711as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12712
12713# Sed expression to map a string onto a valid variable name.
12714as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12715
12716
b7026657 12717exec 6>&1
81ecdfbb
RW
12718## ----------------------------------- ##
12719## Main body of $CONFIG_STATUS script. ##
12720## ----------------------------------- ##
12721_ASEOF
12722test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12723
12724cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12725# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12726# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12727# values after options handling.
12728ac_log="
b7026657 12729This file was extended by $as_me, which was
d0ac1c44 12730generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12731
12732 CONFIG_FILES = $CONFIG_FILES
12733 CONFIG_HEADERS = $CONFIG_HEADERS
12734 CONFIG_LINKS = $CONFIG_LINKS
12735 CONFIG_COMMANDS = $CONFIG_COMMANDS
12736 $ $0 $@
12737
81ecdfbb
RW
12738on `(hostname || uname -n) 2>/dev/null | sed 1q`
12739"
12740
b7026657
AC
12741_ACEOF
12742
81ecdfbb
RW
12743case $ac_config_files in *"
12744"*) set x $ac_config_files; shift; ac_config_files=$*;;
12745esac
b7026657 12746
81ecdfbb
RW
12747case $ac_config_headers in *"
12748"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12749esac
b7026657 12750
c906108c 12751
81ecdfbb
RW
12752cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12753# Files that config.status was made for.
12754config_files="$ac_config_files"
12755config_headers="$ac_config_headers"
81ecdfbb 12756config_commands="$ac_config_commands"
c906108c 12757
81ecdfbb 12758_ACEOF
c906108c 12759
81ecdfbb 12760cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12761ac_cs_usage="\
81ecdfbb
RW
12762\`$as_me' instantiates files and other configuration actions
12763from templates according to the current configuration. Unless the files
12764and actions are specified as TAGs, all are instantiated by default.
c906108c 12765
81ecdfbb 12766Usage: $0 [OPTION]... [TAG]...
379832de 12767
b7026657 12768 -h, --help print this help, then exit
81ecdfbb 12769 -V, --version print version number and configuration settings, then exit
d0ac1c44 12770 --config print configuration, then exit
81ecdfbb
RW
12771 -q, --quiet, --silent
12772 do not print progress messages
b7026657
AC
12773 -d, --debug don't remove temporary files
12774 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12775 --file=FILE[:TEMPLATE]
12776 instantiate the configuration file FILE
12777 --header=FILE[:TEMPLATE]
12778 instantiate the configuration header FILE
b7026657
AC
12779
12780Configuration files:
12781$config_files
12782
12783Configuration headers:
12784$config_headers
12785
b7026657
AC
12786Configuration commands:
12787$config_commands
12788
81ecdfbb 12789Report bugs to the package provider."
b7026657 12790
81ecdfbb
RW
12791_ACEOF
12792cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12793ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12794ac_cs_version="\\
12795config.status
d0ac1c44
SM
12796configured by $0, generated by GNU Autoconf 2.69,
12797 with options \\"\$ac_cs_config\\"
b7026657 12798
d0ac1c44 12799Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12800This config.status script is free software; the Free Software Foundation
12801gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12802
12803ac_pwd='$ac_pwd'
12804srcdir='$srcdir'
12805INSTALL='$INSTALL'
6bb11ab3 12806AWK='$AWK'
81ecdfbb 12807test -n "\$AWK" || AWK=awk
b7026657
AC
12808_ACEOF
12809
81ecdfbb
RW
12810cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12811# The default lists apply if the user does not specify any file.
b7026657
AC
12812ac_need_defaults=:
12813while test $# != 0
12814do
12815 case $1 in
d0ac1c44 12816 --*=?*)
81ecdfbb
RW
12817 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12818 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12819 ac_shift=:
c906108c 12820 ;;
d0ac1c44
SM
12821 --*=)
12822 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12823 ac_optarg=
12824 ac_shift=:
12825 ;;
81ecdfbb 12826 *)
b7026657
AC
12827 ac_option=$1
12828 ac_optarg=$2
12829 ac_shift=shift
c906108c 12830 ;;
b7026657 12831 esac
c906108c 12832
b7026657
AC
12833 case $ac_option in
12834 # Handling of the options.
b7026657
AC
12835 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12836 ac_cs_recheck=: ;;
81ecdfbb
RW
12837 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12838 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12839 --config | --confi | --conf | --con | --co | --c )
12840 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12841 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12842 debug=: ;;
12843 --file | --fil | --fi | --f )
12844 $ac_shift
81ecdfbb
RW
12845 case $ac_optarg in
12846 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12847 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12848 esac
12849 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12850 ac_need_defaults=false;;
12851 --header | --heade | --head | --hea )
12852 $ac_shift
81ecdfbb
RW
12853 case $ac_optarg in
12854 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12855 esac
12856 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12857 ac_need_defaults=false;;
81ecdfbb
RW
12858 --he | --h)
12859 # Conflict between --help and --header
d0ac1c44 12860 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12861Try \`$0 --help' for more information.";;
12862 --help | --hel | -h )
12863 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12864 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12865 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12866 ac_cs_silent=: ;;
c906108c 12867
b7026657 12868 # This is an error.
d0ac1c44 12869 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12870Try \`$0 --help' for more information." ;;
c906108c 12871
81ecdfbb
RW
12872 *) as_fn_append ac_config_targets " $1"
12873 ac_need_defaults=false ;;
b7026657
AC
12874
12875 esac
12876 shift
12877done
12878
12879ac_configure_extra_args=
12880
12881if $ac_cs_silent; then
12882 exec 6>/dev/null
12883 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12884fi
12885
b7026657 12886_ACEOF
81ecdfbb 12887cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12888if \$ac_cs_recheck; then
d0ac1c44 12889 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12890 shift
12891 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12892 CONFIG_SHELL='$SHELL'
12893 export CONFIG_SHELL
12894 exec "\$@"
b7026657 12895fi
c906108c 12896
b7026657 12897_ACEOF
81ecdfbb
RW
12898cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12899exec 5>>config.log
12900{
12901 echo
12902 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12903## Running $as_me. ##
12904_ASBOX
12905 $as_echo "$ac_log"
12906} >&5
c906108c 12907
81ecdfbb
RW
12908_ACEOF
12909cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12910#
12911# INIT-COMMANDS
12912#
12913ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12914
6bb11ab3
L
12915
12916# The HP-UX ksh and POSIX shell print the target directory to stdout
12917# if CDPATH is set.
12918(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12919
12920sed_quote_subst='$sed_quote_subst'
12921double_quote_subst='$double_quote_subst'
12922delay_variable_subst='$delay_variable_subst'
12923macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12924macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12925enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12926enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12927pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12928enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12929SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12930ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12931host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12932host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12933host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12934build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12935build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12936build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12937SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12938Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12939GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12940EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12941FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12942LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12943NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12944LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12945max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12946ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12947exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12948lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12949lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12950lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12951reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12952reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12953OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12954deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12955file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12956AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12957AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12958STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12959RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12960old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12961old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12962old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12963lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12964CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12965CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12966compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12967GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12968lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12969lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12970lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12971lt_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"`'
12972objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12973MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12974lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12975lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12976lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12977lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12978lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12979need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12980DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12981NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12982LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12983OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12984OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12985libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12986shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12987extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12988archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12989enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12990export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12991whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12992compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12993old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12994old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12995archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12996archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12997module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12998module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12999with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13000allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13001no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13002hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13003hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13004hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13005hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13006hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13007hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13008hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13009hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13010inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13011link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13012fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13013always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13014export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13015exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13016include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13017prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13018file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13019variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13020need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13021need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13022version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13023runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13024shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13025shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13026libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13027library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13028soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13029install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13030postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13031postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13032finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13033finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13034hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13035sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13036sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13037hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13038enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13039enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13040enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13041old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13042striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13043
13044LTCC='$LTCC'
13045LTCFLAGS='$LTCFLAGS'
13046compiler='$compiler_DEFAULT'
13047
13048# A function that is used when there is no print builtin or printf.
13049func_fallback_echo ()
13050{
13051 eval 'cat <<_LTECHO_EOF
13052\$1
13053_LTECHO_EOF'
13054}
13055
13056# Quote evaled strings.
13057for var in SHELL \
13058ECHO \
13059SED \
13060GREP \
13061EGREP \
13062FGREP \
13063LD \
13064NM \
13065LN_S \
13066lt_SP2NL \
13067lt_NL2SP \
13068reload_flag \
13069OBJDUMP \
13070deplibs_check_method \
13071file_magic_cmd \
13072AR \
13073AR_FLAGS \
13074STRIP \
13075RANLIB \
13076CC \
13077CFLAGS \
13078compiler \
13079lt_cv_sys_global_symbol_pipe \
13080lt_cv_sys_global_symbol_to_cdecl \
13081lt_cv_sys_global_symbol_to_c_name_address \
13082lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13083lt_prog_compiler_no_builtin_flag \
13084lt_prog_compiler_wl \
13085lt_prog_compiler_pic \
13086lt_prog_compiler_static \
13087lt_cv_prog_compiler_c_o \
13088need_locks \
13089DSYMUTIL \
13090NMEDIT \
13091LIPO \
13092OTOOL \
13093OTOOL64 \
13094shrext_cmds \
13095export_dynamic_flag_spec \
13096whole_archive_flag_spec \
13097compiler_needs_object \
13098with_gnu_ld \
13099allow_undefined_flag \
13100no_undefined_flag \
13101hardcode_libdir_flag_spec \
13102hardcode_libdir_flag_spec_ld \
13103hardcode_libdir_separator \
13104fix_srcfile_path \
13105exclude_expsyms \
13106include_expsyms \
13107file_list_spec \
13108variables_saved_for_relink \
13109libname_spec \
13110library_names_spec \
13111soname_spec \
13112install_override_mode \
13113finish_eval \
13114old_striplib \
13115striplib; do
13116 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13117 *[\\\\\\\`\\"\\\$]*)
13118 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13119 ;;
13120 *)
13121 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13122 ;;
13123 esac
13124done
13125
13126# Double-quote double-evaled strings.
13127for var in reload_cmds \
13128old_postinstall_cmds \
13129old_postuninstall_cmds \
13130old_archive_cmds \
13131extract_expsyms_cmds \
13132old_archive_from_new_cmds \
13133old_archive_from_expsyms_cmds \
13134archive_cmds \
13135archive_expsym_cmds \
13136module_cmds \
13137module_expsym_cmds \
13138export_symbols_cmds \
13139prelink_cmds \
13140postinstall_cmds \
13141postuninstall_cmds \
13142finish_cmds \
13143sys_lib_search_path_spec \
13144sys_lib_dlsearch_path_spec; do
13145 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13146 *[\\\\\\\`\\"\\\$]*)
13147 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13148 ;;
13149 *)
13150 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13151 ;;
13152 esac
13153done
13154
13155ac_aux_dir='$ac_aux_dir'
13156xsi_shell='$xsi_shell'
13157lt_shell_append='$lt_shell_append'
13158
13159# See if we are running on zsh, and set the options which allow our
13160# commands through without removal of \ escapes INIT.
13161if test -n "\${ZSH_VERSION+set}" ; then
13162 setopt NO_GLOB_SUBST
13163fi
13164
13165
13166 PACKAGE='$PACKAGE'
13167 VERSION='$VERSION'
13168 TIMESTAMP='$TIMESTAMP'
13169 RM='$RM'
13170 ofile='$ofile'
13171
13172
13173
13174
81ecdfbb 13175_ACEOF
c906108c 13176
81ecdfbb 13177cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 13178
81ecdfbb 13179# Handling of arguments.
b7026657 13180for ac_config_target in $ac_config_targets
c906108c 13181do
81ecdfbb
RW
13182 case $ac_config_target in
13183 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13184 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13185 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13186 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13187 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13188 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13189 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13190 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13191
d0ac1c44 13192 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
13193 esac
13194done
13195
81ecdfbb 13196
b7026657
AC
13197# If the user did not use the arguments to specify the items to instantiate,
13198# then the envvar interface is used. Set only those that are not.
13199# We use the long form for the default assignment because of an extremely
13200# bizarre bug on SunOS 4.1.3.
13201if $ac_need_defaults; then
13202 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13203 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
13204 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13205fi
13206
13207# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13208# simply because there is no reason against having it here, and in addition,
b7026657 13209# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13210# Hook for its removal unless debugging.
13211# Note that there is a small window in which the directory will not be cleaned:
13212# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
13213$debug ||
13214{
d0ac1c44 13215 tmp= ac_tmp=
81ecdfbb 13216 trap 'exit_status=$?
d0ac1c44
SM
13217 : "${ac_tmp:=$tmp}"
13218 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13219' 0
13220 trap 'as_fn_exit 1' 1 2 13 15
b7026657 13221}
b7026657 13222# Create a (secure) tmp directory for tmp files.
c906108c 13223
b7026657 13224{
81ecdfbb 13225 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13226 test -d "$tmp"
b7026657
AC
13227} ||
13228{
81ecdfbb
RW
13229 tmp=./conf$$-$RANDOM
13230 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13231} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13232ac_tmp=$tmp
b7026657 13233
81ecdfbb
RW
13234# Set up the scripts for CONFIG_FILES section.
13235# No need to generate them if there are no CONFIG_FILES.
13236# This happens for instance with `./config.status config.h'.
13237if test -n "$CONFIG_FILES"; then
b7026657 13238
c906108c 13239
81ecdfbb
RW
13240ac_cr=`echo X | tr X '\015'`
13241# On cygwin, bash can eat \r inside `` if the user requested igncr.
13242# But we know of no other shell where ac_cr would be empty at this
13243# point, so we can use a bashism as a fallback.
13244if test "x$ac_cr" = x; then
13245 eval ac_cr=\$\'\\r\'
13246fi
13247ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13248if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13249 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13250else
13251 ac_cs_awk_cr=$ac_cr
13252fi
b7026657 13253
d0ac1c44 13254echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
13255_ACEOF
13256
c906108c 13257
81ecdfbb
RW
13258{
13259 echo "cat >conf$$subs.awk <<_ACEOF" &&
13260 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13261 echo "_ACEOF"
13262} >conf$$subs.sh ||
d0ac1c44
SM
13263 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13264ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13265ac_delim='%!_!# '
13266for ac_last_try in false false false false false :; do
13267 . ./conf$$subs.sh ||
d0ac1c44 13268 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13269
13270 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13271 if test $ac_delim_n = $ac_delim_num; then
13272 break
13273 elif $ac_last_try; then
d0ac1c44 13274 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 13275 else
81ecdfbb
RW
13276 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13277 fi
13278done
13279rm -f conf$$subs.sh
13280
13281cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13282cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
13283_ACEOF
13284sed -n '
13285h
13286s/^/S["/; s/!.*/"]=/
13287p
13288g
13289s/^[^!]*!//
13290:repl
13291t repl
13292s/'"$ac_delim"'$//
13293t delim
13294:nl
13295h
d0ac1c44 13296s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13297t more1
13298s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13299p
13300n
13301b repl
13302:more1
13303s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13304p
13305g
13306s/.\{148\}//
13307t nl
13308:delim
13309h
d0ac1c44 13310s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13311t more2
13312s/["\\]/\\&/g; s/^/"/; s/$/"/
13313p
13314b
13315:more2
13316s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13317p
13318g
13319s/.\{148\}//
13320t delim
13321' <conf$$subs.awk | sed '
13322/^[^""]/{
13323 N
13324 s/\n//
13325}
13326' >>$CONFIG_STATUS || ac_write_fail=1
13327rm -f conf$$subs.awk
13328cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13329_ACAWK
d0ac1c44 13330cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
13331 for (key in S) S_is_set[key] = 1
13332 FS = "\a"
b7026657 13333
81ecdfbb
RW
13334}
13335{
13336 line = $ 0
13337 nfields = split(line, field, "@")
13338 substed = 0
13339 len = length(field[1])
13340 for (i = 2; i < nfields; i++) {
13341 key = field[i]
13342 keylen = length(key)
13343 if (S_is_set[key]) {
13344 value = S[key]
13345 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13346 len += length(value) + length(field[++i])
13347 substed = 1
13348 } else
13349 len += 1 + keylen
13350 }
13351
13352 print line
13353}
c906108c 13354
81ecdfbb
RW
13355_ACAWK
13356_ACEOF
13357cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13358if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13359 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 13360else
81ecdfbb 13361 cat
d0ac1c44
SM
13362fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13363 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 13364_ACEOF
b7026657 13365
d0ac1c44
SM
13366# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13367# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
13368# trailing colons and then remove the whole line if VPATH becomes empty
13369# (actually we leave an empty line to preserve line numbers).
13370if test "x$srcdir" = x.; then
d0ac1c44
SM
13371 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13372h
13373s///
13374s/^/:/
13375s/[ ]*$/:/
13376s/:\$(srcdir):/:/g
13377s/:\${srcdir}:/:/g
13378s/:@srcdir@:/:/g
13379s/^:*//
81ecdfbb 13380s/:*$//
d0ac1c44
SM
13381x
13382s/\(=[ ]*\).*/\1/
13383G
13384s/\n//
81ecdfbb
RW
13385s/^[^=]*=[ ]*$//
13386}'
13387fi
c906108c 13388
81ecdfbb
RW
13389cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13390fi # test -n "$CONFIG_FILES"
c906108c 13391
81ecdfbb
RW
13392# Set up the scripts for CONFIG_HEADERS section.
13393# No need to generate them if there are no CONFIG_HEADERS.
13394# This happens for instance with `./config.status Makefile'.
13395if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13396cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
13397BEGIN {
13398_ACEOF
b7026657 13399
81ecdfbb
RW
13400# Transform confdefs.h into an awk script `defines.awk', embedded as
13401# here-document in config.status, that substitutes the proper values into
13402# config.h.in to produce config.h.
c906108c 13403
81ecdfbb
RW
13404# Create a delimiter string that does not exist in confdefs.h, to ease
13405# handling of long lines.
13406ac_delim='%!_!# '
13407for ac_last_try in false false :; do
d0ac1c44
SM
13408 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13409 if test -z "$ac_tt"; then
81ecdfbb
RW
13410 break
13411 elif $ac_last_try; then
d0ac1c44 13412 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 13413 else
81ecdfbb 13414 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 13415 fi
b7026657 13416done
81ecdfbb
RW
13417
13418# For the awk script, D is an array of macro values keyed by name,
13419# likewise P contains macro parameters if any. Preserve backslash
13420# newline sequences.
13421
13422ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13423sed -n '
13424s/.\{148\}/&'"$ac_delim"'/g
13425t rset
13426:rset
13427s/^[ ]*#[ ]*define[ ][ ]*/ /
13428t def
13429d
13430:def
13431s/\\$//
13432t bsnl
13433s/["\\]/\\&/g
13434s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13435D["\1"]=" \3"/p
13436s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13437d
13438:bsnl
13439s/["\\]/\\&/g
13440s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13441D["\1"]=" \3\\\\\\n"\\/p
13442t cont
13443s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13444t cont
13445d
13446:cont
13447n
13448s/.\{148\}/&'"$ac_delim"'/g
13449t clear
13450:clear
13451s/\\$//
13452t bsnlc
13453s/["\\]/\\&/g; s/^/"/; s/$/"/p
13454d
13455:bsnlc
13456s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13457b cont
13458' <confdefs.h | sed '
13459s/'"$ac_delim"'/"\\\
13460"/g' >>$CONFIG_STATUS || ac_write_fail=1
13461
13462cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13463 for (key in D) D_is_set[key] = 1
13464 FS = "\a"
13465}
13466/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13467 line = \$ 0
13468 split(line, arg, " ")
13469 if (arg[1] == "#") {
13470 defundef = arg[2]
13471 mac1 = arg[3]
13472 } else {
13473 defundef = substr(arg[1], 2)
13474 mac1 = arg[2]
13475 }
13476 split(mac1, mac2, "(") #)
13477 macro = mac2[1]
13478 prefix = substr(line, 1, index(line, defundef) - 1)
13479 if (D_is_set[macro]) {
13480 # Preserve the white space surrounding the "#".
13481 print prefix "define", macro P[macro] D[macro]
13482 next
13483 } else {
13484 # Replace #undef with comments. This is necessary, for example,
13485 # in the case of _POSIX_SOURCE, which is predefined and required
13486 # on some systems where configure will not decide to define it.
13487 if (defundef == "undef") {
13488 print "/*", prefix defundef, macro, "*/"
13489 next
13490 }
13491 }
13492}
13493{ print }
13494_ACAWK
b7026657 13495_ACEOF
81ecdfbb 13496cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13497 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13498fi # test -n "$CONFIG_HEADERS"
b7026657 13499
c906108c 13500
99d8e879 13501eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13502shift
13503for ac_tag
13504do
13505 case $ac_tag in
13506 :[FHLC]) ac_mode=$ac_tag; continue;;
c906108c 13507 esac
81ecdfbb
RW
13508 case $ac_mode$ac_tag in
13509 :[FHL]*:*);;
d0ac1c44 13510 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13511 :[FH]-) ac_tag=-:-;;
13512 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13513 esac
13514 ac_save_IFS=$IFS
13515 IFS=:
13516 set x $ac_tag
13517 IFS=$ac_save_IFS
13518 shift
13519 ac_file=$1
13520 shift
c906108c 13521
81ecdfbb
RW
13522 case $ac_mode in
13523 :L) ac_source=$1;;
13524 :[FH])
13525 ac_file_inputs=
13526 for ac_f
13527 do
13528 case $ac_f in
d0ac1c44 13529 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13530 *) # Look for the file first in the build tree, then in the source tree
13531 # (if the path is not absolute). The absolute path cannot be DOS-style,
13532 # because $ac_f cannot contain `:'.
13533 test -f "$ac_f" ||
13534 case $ac_f in
13535 [\\/$]*) false;;
13536 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13537 esac ||
d0ac1c44 13538 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 13539 esac
81ecdfbb
RW
13540 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13541 as_fn_append ac_file_inputs " '$ac_f'"
13542 done
b7026657 13543
81ecdfbb
RW
13544 # Let's still pretend it is `configure' which instantiates (i.e., don't
13545 # use $as_me), people would be surprised to read:
13546 # /* config.h. Generated by config.status. */
13547 configure_input='Generated from '`
13548 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13549 `' by configure.'
13550 if test x"$ac_file" != x-; then
13551 configure_input="$ac_file. $configure_input"
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13553$as_echo "$as_me: creating $ac_file" >&6;}
13554 fi
13555 # Neutralize special characters interpreted by sed in replacement strings.
13556 case $configure_input in #(
13557 *\&* | *\|* | *\\* )
13558 ac_sed_conf_input=`$as_echo "$configure_input" |
13559 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13560 *) ac_sed_conf_input=$configure_input;;
13561 esac
b7026657 13562
81ecdfbb 13563 case $ac_tag in
d0ac1c44
SM
13564 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13565 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13566 esac
13567 ;;
13568 esac
b7026657 13569
81ecdfbb 13570 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
13571$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13572 X"$ac_file" : 'X\(//\)[^/]' \| \
13573 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13574 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13575$as_echo X"$ac_file" |
13576 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13577 s//\1/
13578 q
13579 }
13580 /^X\(\/\/\)[^/].*/{
13581 s//\1/
13582 q
13583 }
13584 /^X\(\/\/\)$/{
13585 s//\1/
13586 q
13587 }
13588 /^X\(\/\).*/{
13589 s//\1/
13590 q
13591 }
13592 s/.*/./; q'`
13593 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
13594 ac_builddir=.
13595
81ecdfbb
RW
13596case "$ac_dir" in
13597.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13598*)
13599 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13600 # A ".." for each directory in $ac_dir_suffix.
13601 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13602 case $ac_top_builddir_sub in
13603 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13604 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13605 esac ;;
13606esac
13607ac_abs_top_builddir=$ac_pwd
13608ac_abs_builddir=$ac_pwd$ac_dir_suffix
13609# for backward compatibility:
13610ac_top_builddir=$ac_top_build_prefix
b7026657
AC
13611
13612case $srcdir in
81ecdfbb 13613 .) # We are building in place.
b7026657 13614 ac_srcdir=.
81ecdfbb
RW
13615 ac_top_srcdir=$ac_top_builddir_sub
13616 ac_abs_top_srcdir=$ac_pwd ;;
13617 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 13618 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13619 ac_top_srcdir=$srcdir
13620 ac_abs_top_srcdir=$srcdir ;;
13621 *) # Relative name.
13622 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13623 ac_top_srcdir=$ac_top_build_prefix$srcdir
13624 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13625esac
81ecdfbb 13626ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13627
c906108c 13628
81ecdfbb
RW
13629 case $ac_mode in
13630 :F)
13631 #
13632 # CONFIG_FILE
13633 #
b7026657 13634
81ecdfbb
RW
13635 case $INSTALL in
13636 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13637 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 13638 esac
81ecdfbb 13639_ACEOF
c906108c 13640
81ecdfbb
RW
13641cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13642# If the template does not know about datarootdir, expand it.
13643# FIXME: This hack should be removed a few years after 2.60.
13644ac_datarootdir_hack=; ac_datarootdir_seen=
13645ac_sed_dataroot='
13646/datarootdir/ {
13647 p
13648 q
13649}
13650/@datadir@/p
13651/@docdir@/p
13652/@infodir@/p
13653/@localedir@/p
13654/@mandir@/p'
13655case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13656*datarootdir*) ac_datarootdir_seen=yes;;
13657*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13659$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13660_ACEOF
13661cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13662 ac_datarootdir_hack='
13663 s&@datadir@&$datadir&g
13664 s&@docdir@&$docdir&g
13665 s&@infodir@&$infodir&g
13666 s&@localedir@&$localedir&g
13667 s&@mandir@&$mandir&g
13668 s&\\\${datarootdir}&$datarootdir&g' ;;
13669esac
b7026657 13670_ACEOF
b7026657 13671
81ecdfbb
RW
13672# Neutralize VPATH when `$srcdir' = `.'.
13673# Shell code in configure.ac might set extrasub.
13674# FIXME: do we really want to maintain this feature?
13675cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13676ac_sed_extra="$ac_vpsub
13677$extrasub
13678_ACEOF
13679cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13680:t
13681/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13682s|@configure_input@|$ac_sed_conf_input|;t t
13683s&@top_builddir@&$ac_top_builddir_sub&;t t
13684s&@top_build_prefix@&$ac_top_build_prefix&;t t
13685s&@srcdir@&$ac_srcdir&;t t
13686s&@abs_srcdir@&$ac_abs_srcdir&;t t
13687s&@top_srcdir@&$ac_top_srcdir&;t t
13688s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13689s&@builddir@&$ac_builddir&;t t
13690s&@abs_builddir@&$ac_abs_builddir&;t t
13691s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13692s&@INSTALL@&$ac_INSTALL&;t t
13693$ac_datarootdir_hack
13694"
d0ac1c44
SM
13695eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13696 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13697
13698test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13699 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13700 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13701 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13703which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13704$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13705which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13706
d0ac1c44 13707 rm -f "$ac_tmp/stdin"
81ecdfbb 13708 case $ac_file in
d0ac1c44
SM
13709 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13710 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13711 esac \
d0ac1c44 13712 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13713 ;;
13714 :H)
13715 #
13716 # CONFIG_HEADER
13717 #
13718 if test x"$ac_file" != x-; then
13719 {
13720 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13721 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13722 } >"$ac_tmp/config.h" \
13723 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13724 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13726$as_echo "$as_me: $ac_file is unchanged" >&6;}
13727 else
13728 rm -f "$ac_file"
d0ac1c44
SM
13729 mv "$ac_tmp/config.h" "$ac_file" \
13730 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13731 fi
b7026657 13732 else
81ecdfbb 13733 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13734 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13735 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13736 fi
13737 ;;
b7026657 13738
81ecdfbb
RW
13739 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13740$as_echo "$as_me: executing $ac_file commands" >&6;}
13741 ;;
13742 esac
b7026657
AC
13743
13744
81ecdfbb 13745 case $ac_file$ac_mode in
db2e4d67 13746 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13747 "libtool":C)
13748
13749 # See if we are running on zsh, and set the options which allow our
13750 # commands through without removal of \ escapes.
13751 if test -n "${ZSH_VERSION+set}" ; then
13752 setopt NO_GLOB_SUBST
13753 fi
13754
13755 cfgfile="${ofile}T"
13756 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13757 $RM "$cfgfile"
13758
13759 cat <<_LT_EOF >> "$cfgfile"
13760#! $SHELL
13761
13762# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13763# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13764# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13765# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13766#
13767# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13768# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13769# Written by Gordon Matzigkeit, 1996
13770#
13771# This file is part of GNU Libtool.
13772#
13773# GNU Libtool is free software; you can redistribute it and/or
13774# modify it under the terms of the GNU General Public License as
13775# published by the Free Software Foundation; either version 2 of
13776# the License, or (at your option) any later version.
13777#
13778# As a special exception to the GNU General Public License,
13779# if you distribute this file as part of a program or library that
13780# is built using GNU Libtool, you may include this file under the
13781# same distribution terms that you use for the rest of that program.
13782#
13783# GNU Libtool is distributed in the hope that it will be useful,
13784# but WITHOUT ANY WARRANTY; without even the implied warranty of
13785# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13786# GNU General Public License for more details.
13787#
13788# You should have received a copy of the GNU General Public License
13789# along with GNU Libtool; see the file COPYING. If not, a copy
13790# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13791# obtained by writing to the Free Software Foundation, Inc.,
13792# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13793
13794
13795# The names of the tagged configurations supported by this script.
13796available_tags=""
13797
13798# ### BEGIN LIBTOOL CONFIG
13799
13800# Which release of libtool.m4 was used?
13801macro_version=$macro_version
13802macro_revision=$macro_revision
13803
13804# Whether or not to build shared libraries.
13805build_libtool_libs=$enable_shared
13806
13807# Whether or not to build static libraries.
13808build_old_libs=$enable_static
13809
13810# What type of objects to build.
13811pic_mode=$pic_mode
13812
13813# Whether or not to optimize for fast installation.
13814fast_install=$enable_fast_install
13815
13816# Shell to use when invoking shell scripts.
13817SHELL=$lt_SHELL
13818
13819# An echo program that protects backslashes.
13820ECHO=$lt_ECHO
13821
13822# The host system.
13823host_alias=$host_alias
13824host=$host
13825host_os=$host_os
13826
13827# The build system.
13828build_alias=$build_alias
13829build=$build
13830build_os=$build_os
13831
13832# A sed program that does not truncate output.
13833SED=$lt_SED
13834
13835# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13836Xsed="\$SED -e 1s/^X//"
13837
13838# A grep program that handles long lines.
13839GREP=$lt_GREP
13840
13841# An ERE matcher.
13842EGREP=$lt_EGREP
13843
13844# A literal string matcher.
13845FGREP=$lt_FGREP
13846
13847# A BSD- or MS-compatible name lister.
13848NM=$lt_NM
13849
13850# Whether we need soft or hard links.
13851LN_S=$lt_LN_S
13852
13853# What is the maximum length of a command?
13854max_cmd_len=$max_cmd_len
13855
13856# Object file suffix (normally "o").
13857objext=$ac_objext
13858
13859# Executable file suffix (normally "").
13860exeext=$exeext
13861
13862# whether the shell understands "unset".
13863lt_unset=$lt_unset
13864
13865# turn spaces into newlines.
13866SP2NL=$lt_lt_SP2NL
13867
13868# turn newlines into spaces.
13869NL2SP=$lt_lt_NL2SP
13870
13871# An object symbol dumper.
13872OBJDUMP=$lt_OBJDUMP
13873
13874# Method to check whether dependent libraries are shared objects.
13875deplibs_check_method=$lt_deplibs_check_method
13876
13877# Command to use when deplibs_check_method == "file_magic".
13878file_magic_cmd=$lt_file_magic_cmd
13879
13880# The archiver.
13881AR=$lt_AR
13882AR_FLAGS=$lt_AR_FLAGS
13883
13884# A symbol stripping program.
13885STRIP=$lt_STRIP
13886
13887# Commands used to install an old-style archive.
13888RANLIB=$lt_RANLIB
13889old_postinstall_cmds=$lt_old_postinstall_cmds
13890old_postuninstall_cmds=$lt_old_postuninstall_cmds
13891
13892# Whether to use a lock for old archive extraction.
13893lock_old_archive_extraction=$lock_old_archive_extraction
13894
13895# A C compiler.
13896LTCC=$lt_CC
13897
13898# LTCC compiler flags.
13899LTCFLAGS=$lt_CFLAGS
13900
13901# Take the output of nm and produce a listing of raw symbols and C names.
13902global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13903
13904# Transform the output of nm in a proper C declaration.
13905global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13906
13907# Transform the output of nm in a C name address pair.
13908global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13909
13910# Transform the output of nm in a C name address pair when lib prefix is needed.
13911global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13912
13913# The name of the directory that contains temporary libtool files.
13914objdir=$objdir
13915
13916# Used to examine libraries when file_magic_cmd begins with "file".
13917MAGIC_CMD=$MAGIC_CMD
13918
13919# Must we lock files when doing compilation?
13920need_locks=$lt_need_locks
13921
13922# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13923DSYMUTIL=$lt_DSYMUTIL
13924
13925# Tool to change global to local symbols on Mac OS X.
13926NMEDIT=$lt_NMEDIT
13927
13928# Tool to manipulate fat objects and archives on Mac OS X.
13929LIPO=$lt_LIPO
13930
13931# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13932OTOOL=$lt_OTOOL
13933
13934# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13935OTOOL64=$lt_OTOOL64
13936
13937# Old archive suffix (normally "a").
13938libext=$libext
13939
13940# Shared library suffix (normally ".so").
13941shrext_cmds=$lt_shrext_cmds
13942
13943# The commands to extract the exported symbol list from a shared archive.
13944extract_expsyms_cmds=$lt_extract_expsyms_cmds
13945
13946# Variables whose values should be saved in libtool wrapper scripts and
13947# restored at link time.
13948variables_saved_for_relink=$lt_variables_saved_for_relink
13949
13950# Do we need the "lib" prefix for modules?
13951need_lib_prefix=$need_lib_prefix
13952
13953# Do we need a version for libraries?
13954need_version=$need_version
13955
13956# Library versioning type.
13957version_type=$version_type
13958
13959# Shared library runtime path variable.
13960runpath_var=$runpath_var
13961
13962# Shared library path variable.
13963shlibpath_var=$shlibpath_var
13964
13965# Is shlibpath searched before the hard-coded library search path?
13966shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13967
13968# Format of library name prefix.
13969libname_spec=$lt_libname_spec
13970
13971# List of archive names. First name is the real one, the rest are links.
13972# The last name is the one that the linker finds with -lNAME
13973library_names_spec=$lt_library_names_spec
13974
13975# The coded name of the library, if different from the real name.
13976soname_spec=$lt_soname_spec
13977
13978# Permission mode override for installation of shared libraries.
13979install_override_mode=$lt_install_override_mode
13980
13981# Command to use after installation of a shared archive.
13982postinstall_cmds=$lt_postinstall_cmds
13983
13984# Command to use after uninstallation of a shared archive.
13985postuninstall_cmds=$lt_postuninstall_cmds
13986
13987# Commands used to finish a libtool library installation in a directory.
13988finish_cmds=$lt_finish_cmds
13989
13990# As "finish_cmds", except a single script fragment to be evaled but
13991# not shown.
13992finish_eval=$lt_finish_eval
13993
13994# Whether we should hardcode library paths into libraries.
13995hardcode_into_libs=$hardcode_into_libs
13996
13997# Compile-time system search path for libraries.
13998sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13999
14000# Run-time system search path for libraries.
14001sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14002
14003# Whether dlopen is supported.
14004dlopen_support=$enable_dlopen
14005
14006# Whether dlopen of programs is supported.
14007dlopen_self=$enable_dlopen_self
14008
14009# Whether dlopen of statically linked programs is supported.
14010dlopen_self_static=$enable_dlopen_self_static
14011
14012# Commands to strip libraries.
14013old_striplib=$lt_old_striplib
14014striplib=$lt_striplib
14015
14016
14017# The linker used to build libraries.
14018LD=$lt_LD
14019
14020# How to create reloadable object files.
14021reload_flag=$lt_reload_flag
14022reload_cmds=$lt_reload_cmds
14023
14024# Commands used to build an old-style archive.
14025old_archive_cmds=$lt_old_archive_cmds
14026
14027# A language specific compiler.
14028CC=$lt_compiler
14029
14030# Is the compiler the GNU compiler?
14031with_gcc=$GCC
14032
14033# Compiler flag to turn off builtin functions.
14034no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14035
14036# How to pass a linker flag through the compiler.
14037wl=$lt_lt_prog_compiler_wl
14038
14039# Additional compiler flags for building library objects.
14040pic_flag=$lt_lt_prog_compiler_pic
14041
14042# Compiler flag to prevent dynamic linking.
14043link_static_flag=$lt_lt_prog_compiler_static
14044
14045# Does compiler simultaneously support -c and -o options?
14046compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14047
14048# Whether or not to add -lc for building shared libraries.
14049build_libtool_need_lc=$archive_cmds_need_lc
14050
14051# Whether or not to disallow shared libs when runtime libs are static.
14052allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14053
14054# Compiler flag to allow reflexive dlopens.
14055export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14056
14057# Compiler flag to generate shared objects directly from archives.
14058whole_archive_flag_spec=$lt_whole_archive_flag_spec
14059
14060# Whether the compiler copes with passing no objects directly.
14061compiler_needs_object=$lt_compiler_needs_object
14062
14063# Create an old-style archive from a shared archive.
14064old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14065
14066# Create a temporary old-style archive to link instead of a shared archive.
14067old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14068
14069# Commands used to build a shared archive.
14070archive_cmds=$lt_archive_cmds
14071archive_expsym_cmds=$lt_archive_expsym_cmds
14072
14073# Commands used to build a loadable module if different from building
14074# a shared archive.
14075module_cmds=$lt_module_cmds
14076module_expsym_cmds=$lt_module_expsym_cmds
14077
14078# Whether we are building with GNU ld or not.
14079with_gnu_ld=$lt_with_gnu_ld
14080
14081# Flag that allows shared libraries with undefined symbols to be built.
14082allow_undefined_flag=$lt_allow_undefined_flag
14083
14084# Flag that enforces no undefined symbols.
14085no_undefined_flag=$lt_no_undefined_flag
14086
14087# Flag to hardcode \$libdir into a binary during linking.
14088# This must work even if \$libdir does not exist
14089hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14090
14091# If ld is used when linking, flag to hardcode \$libdir into a binary
14092# during linking. This must work even if \$libdir does not exist.
14093hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14094
14095# Whether we need a single "-rpath" flag with a separated argument.
14096hardcode_libdir_separator=$lt_hardcode_libdir_separator
14097
14098# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14099# DIR into the resulting binary.
14100hardcode_direct=$hardcode_direct
14101
14102# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14103# DIR into the resulting binary and the resulting library dependency is
14104# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14105# library is relocated.
14106hardcode_direct_absolute=$hardcode_direct_absolute
14107
14108# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14109# into the resulting binary.
14110hardcode_minus_L=$hardcode_minus_L
14111
14112# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14113# into the resulting binary.
14114hardcode_shlibpath_var=$hardcode_shlibpath_var
14115
14116# Set to "yes" if building a shared library automatically hardcodes DIR
14117# into the library and all subsequent libraries and executables linked
14118# against it.
14119hardcode_automatic=$hardcode_automatic
14120
14121# Set to yes if linker adds runtime paths of dependent libraries
14122# to runtime path list.
14123inherit_rpath=$inherit_rpath
14124
14125# Whether libtool must link a program against all its dependency libraries.
14126link_all_deplibs=$link_all_deplibs
14127
14128# Fix the shell variable \$srcfile for the compiler.
14129fix_srcfile_path=$lt_fix_srcfile_path
14130
14131# Set to "yes" if exported symbols are required.
14132always_export_symbols=$always_export_symbols
14133
14134# The commands to list exported symbols.
14135export_symbols_cmds=$lt_export_symbols_cmds
14136
14137# Symbols that should not be listed in the preloaded symbols.
14138exclude_expsyms=$lt_exclude_expsyms
14139
14140# Symbols that must always be exported.
14141include_expsyms=$lt_include_expsyms
14142
14143# Commands necessary for linking programs (against libraries) with templates.
14144prelink_cmds=$lt_prelink_cmds
14145
14146# Specify filename containing input files.
14147file_list_spec=$lt_file_list_spec
14148
14149# How to hardcode a shared library path into an executable.
14150hardcode_action=$hardcode_action
14151
14152# ### END LIBTOOL CONFIG
14153
14154_LT_EOF
14155
14156 case $host_os in
14157 aix3*)
14158 cat <<\_LT_EOF >> "$cfgfile"
14159# AIX sometimes has problems with the GCC collect2 program. For some
14160# reason, if we set the COLLECT_NAMES environment variable, the problems
14161# vanish in a puff of smoke.
14162if test "X${COLLECT_NAMES+set}" != Xset; then
14163 COLLECT_NAMES=
14164 export COLLECT_NAMES
14165fi
14166_LT_EOF
14167 ;;
14168 esac
14169
14170
14171ltmain="$ac_aux_dir/ltmain.sh"
14172
14173
14174 # We use sed instead of cat because bash on DJGPP gets confused if
14175 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14176 # text mode, it properly converts lines to CR/LF. This bash problem
14177 # is reportedly fixed, but why not run on old versions too?
14178 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14179 || (rm -f "$cfgfile"; exit 1)
14180
14181 case $xsi_shell in
14182 yes)
14183 cat << \_LT_EOF >> "$cfgfile"
14184
14185# func_dirname file append nondir_replacement
14186# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14187# otherwise set result to NONDIR_REPLACEMENT.
14188func_dirname ()
14189{
14190 case ${1} in
14191 */*) func_dirname_result="${1%/*}${2}" ;;
14192 * ) func_dirname_result="${3}" ;;
14193 esac
14194}
14195
14196# func_basename file
14197func_basename ()
14198{
14199 func_basename_result="${1##*/}"
14200}
14201
14202# func_dirname_and_basename file append nondir_replacement
14203# perform func_basename and func_dirname in a single function
14204# call:
14205# dirname: Compute the dirname of FILE. If nonempty,
14206# add APPEND to the result, otherwise set result
14207# to NONDIR_REPLACEMENT.
14208# value returned in "$func_dirname_result"
14209# basename: Compute filename of FILE.
14210# value retuned in "$func_basename_result"
14211# Implementation must be kept synchronized with func_dirname
14212# and func_basename. For efficiency, we do not delegate to
14213# those functions but instead duplicate the functionality here.
14214func_dirname_and_basename ()
14215{
14216 case ${1} in
14217 */*) func_dirname_result="${1%/*}${2}" ;;
14218 * ) func_dirname_result="${3}" ;;
14219 esac
14220 func_basename_result="${1##*/}"
14221}
14222
14223# func_stripname prefix suffix name
14224# strip PREFIX and SUFFIX off of NAME.
14225# PREFIX and SUFFIX must not contain globbing or regex special
14226# characters, hashes, percent signs, but SUFFIX may contain a leading
14227# dot (in which case that matches only a dot).
14228func_stripname ()
14229{
14230 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14231 # positional parameters, so assign one to ordinary parameter first.
14232 func_stripname_result=${3}
14233 func_stripname_result=${func_stripname_result#"${1}"}
14234 func_stripname_result=${func_stripname_result%"${2}"}
14235}
14236
14237# func_opt_split
14238func_opt_split ()
14239{
14240 func_opt_split_opt=${1%%=*}
14241 func_opt_split_arg=${1#*=}
14242}
14243
14244# func_lo2o object
14245func_lo2o ()
14246{
14247 case ${1} in
14248 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14249 *) func_lo2o_result=${1} ;;
14250 esac
14251}
14252
14253# func_xform libobj-or-source
14254func_xform ()
14255{
14256 func_xform_result=${1%.*}.lo
14257}
14258
14259# func_arith arithmetic-term...
14260func_arith ()
14261{
14262 func_arith_result=$(( $* ))
14263}
14264
14265# func_len string
14266# STRING may not start with a hyphen.
14267func_len ()
14268{
14269 func_len_result=${#1}
14270}
14271
14272_LT_EOF
14273 ;;
14274 *) # Bourne compatible functions.
14275 cat << \_LT_EOF >> "$cfgfile"
14276
14277# func_dirname file append nondir_replacement
14278# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14279# otherwise set result to NONDIR_REPLACEMENT.
14280func_dirname ()
14281{
14282 # Extract subdirectory from the argument.
14283 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14284 if test "X$func_dirname_result" = "X${1}"; then
14285 func_dirname_result="${3}"
14286 else
14287 func_dirname_result="$func_dirname_result${2}"
14288 fi
14289}
14290
14291# func_basename file
14292func_basename ()
14293{
14294 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14295}
14296
14297
14298# func_stripname prefix suffix name
14299# strip PREFIX and SUFFIX off of NAME.
14300# PREFIX and SUFFIX must not contain globbing or regex special
14301# characters, hashes, percent signs, but SUFFIX may contain a leading
14302# dot (in which case that matches only a dot).
14303# func_strip_suffix prefix name
14304func_stripname ()
14305{
14306 case ${2} in
14307 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14308 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14309 esac
14310}
14311
14312# sed scripts:
14313my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14314my_sed_long_arg='1s/^-[^=]*=//'
14315
14316# func_opt_split
14317func_opt_split ()
14318{
14319 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14320 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14321}
14322
14323# func_lo2o object
14324func_lo2o ()
14325{
14326 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14327}
14328
14329# func_xform libobj-or-source
14330func_xform ()
14331{
14332 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14333}
14334
14335# func_arith arithmetic-term...
14336func_arith ()
14337{
14338 func_arith_result=`expr "$@"`
14339}
14340
14341# func_len string
14342# STRING may not start with a hyphen.
14343func_len ()
14344{
14345 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14346}
14347
14348_LT_EOF
14349esac
14350
14351case $lt_shell_append in
14352 yes)
14353 cat << \_LT_EOF >> "$cfgfile"
14354
14355# func_append var value
14356# Append VALUE to the end of shell variable VAR.
14357func_append ()
14358{
14359 eval "$1+=\$2"
14360}
14361_LT_EOF
14362 ;;
14363 *)
14364 cat << \_LT_EOF >> "$cfgfile"
14365
14366# func_append var value
14367# Append VALUE to the end of shell variable VAR.
14368func_append ()
14369{
14370 eval "$1=\$$1\$2"
14371}
14372
14373_LT_EOF
14374 ;;
14375 esac
14376
14377
14378 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14379 || (rm -f "$cfgfile"; exit 1)
14380
14381 mv -f "$cfgfile" "$ofile" ||
14382 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14383 chmod +x "$ofile"
14384
14385 ;;
81ecdfbb 14386 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
14387 rm -f Makesim1.tmp Makesim2.tmp Makefile
14388 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14389 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14390 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
14391 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14392 <Makefile.sim >Makefile
38f48d72 14393 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 14394 ;;
81ecdfbb
RW
14395 "stamp-h":C) echo > stamp-h ;;
14396
b7026657 14397 esac
81ecdfbb 14398done # for ac_tag
c906108c 14399
b7026657 14400
81ecdfbb 14401as_fn_exit 0
b7026657 14402_ACEOF
b7026657
AC
14403ac_clean_files=$ac_clean_files_save
14404
81ecdfbb 14405test $ac_write_fail = 0 ||
d0ac1c44 14406 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 14407
b7026657
AC
14408
14409# configure is writing to config.log, and then calls config.status.
14410# config.status does its own redirection, appending to config.log.
14411# Unfortunately, on DOS this fails, as config.log is still kept open
14412# by configure, so config.status won't be able to write to it; its
14413# output is simply discarded. So we exec the FD to /dev/null,
14414# effectively closing config.log, so it can be properly (re)opened and
14415# appended to by config.status. When coming back to configure, we
14416# need to make the FD available again.
14417if test "$no_create" != yes; then
14418 ac_cs_success=:
14419 ac_config_status_args=
14420 test "$silent" = yes &&
14421 ac_config_status_args="$ac_config_status_args --quiet"
14422 exec 5>/dev/null
14423 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14424 exec 5>>config.log
14425 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14426 # would make configure fail if this is the last instruction.
d0ac1c44 14427 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14428fi
14429if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14430 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14431$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 14432fi
c906108c
SS
14433
14434