]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/v850/configure
Warn when a script redefines a symbol
[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
634cgen_breaks
635REPORT_BUGS_TEXI
636REPORT_BUGS_TO
637PKGVERSION
81ecdfbb 638MAINT
31e6ad7d
MF
639MAINTAINER_MODE_FALSE
640MAINTAINER_MODE_TRUE
6bb11ab3
L
641lt_cv_dlopen_libs
642OTOOL64
643OTOOL
644LIPO
645NMEDIT
646DSYMUTIL
647AWK
648STRIP
649OBJDUMP
650LN_S
651NM
652ac_ct_DUMPBIN
653DUMPBIN
654LD
655FGREP
656SED
657LIBTOOL
658PLUGINS_FALSE
659PLUGINS_TRUE
aadc9410
MF
660zlibinc
661zlibdir
81ecdfbb
RW
662CATOBJEXT
663GENCAT
664INSTOBJEXT
665DATADIRNAME
666CATALOGS
667POSUB
668GMSGFMT
669XGETTEXT
670INCINTL
671LIBINTL_DEP
672LIBINTL
673USE_NLS
db2e4d67
MF
674GMAKE_FALSE
675GMAKE_TRUE
676MAKE
677CCDEPMODE
678DEPDIR
679am__leading_dot
5f3ef9d0 680PACKAGE
46f900c0 681C_DIALECT
81ecdfbb
RW
682RANLIB
683AR
81ecdfbb
RW
684CC_FOR_BUILD
685INSTALL_DATA
686INSTALL_SCRIPT
687INSTALL_PROGRAM
2232061b
MF
688EGREP
689GREP
690CPP
81ecdfbb
RW
691target_os
692target_vendor
693target_cpu
694target
695host_os
696host_vendor
697host_cpu
698host
699build_os
700build_vendor
701build_cpu
702build
6ffe910a
MF
703OBJEXT
704EXEEXT
705ac_ct_CC
706CPPFLAGS
707LDFLAGS
708CFLAGS
709CC
81ecdfbb
RW
710target_alias
711host_alias
712build_alias
713LIBS
714ECHO_T
715ECHO_N
716ECHO_C
717DEFS
718mandir
719localedir
720libdir
721psdir
722pdfdir
723dvidir
724htmldir
725infodir
726docdir
727oldincludedir
728includedir
729localstatedir
730sharedstatedir
731sysconfdir
732datadir
733datarootdir
734libexecdir
735sbindir
736bindir
737program_transform_name
738prefix
739exec_prefix
740PACKAGE_URL
741PACKAGE_BUGREPORT
742PACKAGE_STRING
743PACKAGE_VERSION
744PACKAGE_TARNAME
745PACKAGE_NAME
746PATH_SEPARATOR
136da8cd
MF
747SHELL
748WERROR_CFLAGS
749WARN_CFLAGS
750sim_reserved_bits
751sim_inline
752sim_hw
753sim_hw_objs
754sim_hw_cflags
755sim_default_model
756sim_scache
757sim_float
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
3157ac_aux_dir=
3158for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
3159 if test -f "$ac_dir/install-sh"; then
3160 ac_aux_dir=$ac_dir
3161 ac_install_sh="$ac_aux_dir/install-sh -c"
3162 break
3163 elif test -f "$ac_dir/install.sh"; then
3164 ac_aux_dir=$ac_dir
3165 ac_install_sh="$ac_aux_dir/install.sh -c"
3166 break
3167 elif test -f "$ac_dir/shtool"; then
3168 ac_aux_dir=$ac_dir
3169 ac_install_sh="$ac_aux_dir/shtool install -c"
3170 break
3171 fi
6bb11ab3
L
3172done
3173if test -z "$ac_aux_dir"; then
d0ac1c44 3174 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
3175fi
3176
3177# These three variables are undocumented and unsupported,
3178# and are intended to be withdrawn in a future Autoconf release.
3179# They can cause serious problems if a builder's source tree is in a directory
3180# whose full name contains unusual characters.
3181ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3182ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3183ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3184
3185
3186# Make sure we can run config.sub.
3187$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 3188 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
3189
3190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3191$as_echo_n "checking build system type... " >&6; }
d0ac1c44 3192if ${ac_cv_build+:} false; then :
6bb11ab3
L
3193 $as_echo_n "(cached) " >&6
3194else
3195 ac_build_alias=$build_alias
3196test "x$ac_build_alias" = x &&
3197 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3198test "x$ac_build_alias" = x &&
d0ac1c44 3199 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 3200ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 3201 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
3202
3203fi
3204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3205$as_echo "$ac_cv_build" >&6; }
3206case $ac_cv_build in
3207*-*-*) ;;
d0ac1c44 3208*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
3209esac
3210build=$ac_cv_build
3211ac_save_IFS=$IFS; IFS='-'
3212set x $ac_cv_build
3213shift
3214build_cpu=$1
3215build_vendor=$2
3216shift; shift
3217# Remember, the first character of IFS is used to create $*,
3218# except with old shells:
3219build_os=$*
3220IFS=$ac_save_IFS
3221case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3222
3223
3224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3225$as_echo_n "checking host system type... " >&6; }
d0ac1c44 3226if ${ac_cv_host+:} false; then :
6bb11ab3
L
3227 $as_echo_n "(cached) " >&6
3228else
3229 if test "x$host_alias" = x; then
3230 ac_cv_host=$ac_cv_build
3231else
3232 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 3233 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
3234fi
3235
3236fi
3237{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3238$as_echo "$ac_cv_host" >&6; }
3239case $ac_cv_host in
3240*-*-*) ;;
d0ac1c44 3241*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
3242esac
3243host=$ac_cv_host
3244ac_save_IFS=$IFS; IFS='-'
3245set x $ac_cv_host
3246shift
3247host_cpu=$1
3248host_vendor=$2
3249shift; shift
3250# Remember, the first character of IFS is used to create $*,
3251# except with old shells:
3252host_os=$*
3253IFS=$ac_save_IFS
3254case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3255
3256
3257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3258$as_echo_n "checking target system type... " >&6; }
d0ac1c44 3259if ${ac_cv_target+:} false; then :
6bb11ab3
L
3260 $as_echo_n "(cached) " >&6
3261else
3262 if test "x$target_alias" = x; then
3263 ac_cv_target=$ac_cv_host
3264else
3265 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 3266 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
3267fi
3268
3269fi
3270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3271$as_echo "$ac_cv_target" >&6; }
3272case $ac_cv_target in
3273*-*-*) ;;
d0ac1c44 3274*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
3275esac
3276target=$ac_cv_target
3277ac_save_IFS=$IFS; IFS='-'
3278set x $ac_cv_target
3279shift
3280target_cpu=$1
3281target_vendor=$2
3282shift; shift
3283# Remember, the first character of IFS is used to create $*,
3284# except with old shells:
3285target_os=$*
3286IFS=$ac_save_IFS
3287case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3288
3289
3290# The aliases save the names the user supplied, while $host etc.
3291# will get canonicalized.
3292test -n "$target_alias" &&
3293 test "$program_prefix$program_suffix$program_transform_name" = \
3294 NONENONEs,x,x, &&
3295 program_prefix=${target_alias}-
3296
3297ac_ext=c
3298ac_cpp='$CPP $CPPFLAGS'
3299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3301ac_compiler_gnu=$ac_cv_c_compiler_gnu
3302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3303$as_echo_n "checking how to run the C preprocessor... " >&6; }
3304# On Suns, sometimes $CPP names a directory.
3305if test -n "$CPP" && test -d "$CPP"; then
3306 CPP=
3307fi
3308if test -z "$CPP"; then
d0ac1c44 3309 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
3310 $as_echo_n "(cached) " >&6
3311else
3312 # Double quotes because CPP needs to be expanded
3313 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3314 do
3315 ac_preproc_ok=false
3316for ac_c_preproc_warn_flag in '' yes
3317do
3318 # Use a header file that comes with gcc, so configuring glibc
3319 # with a fresh cross-compiler works.
3320 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3321 # <limits.h> exists even on freestanding compilers.
3322 # On the NeXT, cc -E runs the code through the compiler's parser,
3323 # not just through cpp. "Syntax error" is here to catch this case.
3324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3325/* end confdefs.h. */
3326#ifdef __STDC__
3327# include <limits.h>
3328#else
3329# include <assert.h>
3330#endif
3331 Syntax error
3332_ACEOF
3333if ac_fn_c_try_cpp "$LINENO"; then :
3334
3335else
3336 # Broken: fails on valid input.
3337continue
3338fi
d0ac1c44 3339rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3340
3341 # OK, works on sane cases. Now check whether nonexistent headers
3342 # can be detected and how.
3343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3344/* end confdefs.h. */
3345#include <ac_nonexistent.h>
3346_ACEOF
3347if ac_fn_c_try_cpp "$LINENO"; then :
3348 # Broken: success on invalid input.
3349continue
3350else
3351 # Passes both tests.
3352ac_preproc_ok=:
3353break
3354fi
d0ac1c44 3355rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3356
3357done
3358# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3359rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
3360if $ac_preproc_ok; then :
3361 break
3362fi
3363
3364 done
3365 ac_cv_prog_CPP=$CPP
3366
3367fi
3368 CPP=$ac_cv_prog_CPP
3369else
3370 ac_cv_prog_CPP=$CPP
3371fi
3372{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3373$as_echo "$CPP" >&6; }
3374ac_preproc_ok=false
3375for ac_c_preproc_warn_flag in '' yes
3376do
3377 # Use a header file that comes with gcc, so configuring glibc
3378 # with a fresh cross-compiler works.
3379 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3380 # <limits.h> exists even on freestanding compilers.
3381 # On the NeXT, cc -E runs the code through the compiler's parser,
3382 # not just through cpp. "Syntax error" is here to catch this case.
3383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3384/* end confdefs.h. */
3385#ifdef __STDC__
3386# include <limits.h>
3387#else
3388# include <assert.h>
3389#endif
3390 Syntax error
3391_ACEOF
3392if ac_fn_c_try_cpp "$LINENO"; then :
3393
3394else
3395 # Broken: fails on valid input.
3396continue
3397fi
d0ac1c44 3398rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3399
3400 # OK, works on sane cases. Now check whether nonexistent headers
3401 # can be detected and how.
3402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3403/* end confdefs.h. */
3404#include <ac_nonexistent.h>
3405_ACEOF
3406if ac_fn_c_try_cpp "$LINENO"; then :
3407 # Broken: success on invalid input.
3408continue
3409else
3410 # Passes both tests.
3411ac_preproc_ok=:
3412break
3413fi
d0ac1c44 3414rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3415
3416done
3417# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3418rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
3419if $ac_preproc_ok; then :
3420
3421else
3422 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3423$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3424as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3425See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3426fi
3427
3428ac_ext=c
3429ac_cpp='$CPP $CPPFLAGS'
3430ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3431ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3432ac_compiler_gnu=$ac_cv_c_compiler_gnu
3433
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
6bb11ab3
L
6540ac_config_headers="$ac_config_headers config.h:config.in"
6541
6542
6543
0cb8d851
MF
6544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6545$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6546if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6547 $as_echo_n "(cached) " >&6
6548else
6549 ac_cv_c_bigendian=unknown
6550 # See if we're dealing with a universal compiler.
6551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6552/* end confdefs.h. */
6553#ifndef __APPLE_CC__
6554 not a universal capable compiler
6555 #endif
6556 typedef int dummy;
6557
6558_ACEOF
6559if ac_fn_c_try_compile "$LINENO"; then :
6560
6561 # Check for potential -arch flags. It is not universal unless
6562 # there are at least two -arch flags with different values.
6563 ac_arch=
6564 ac_prev=
6565 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6566 if test -n "$ac_prev"; then
6567 case $ac_word in
6568 i?86 | x86_64 | ppc | ppc64)
6569 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6570 ac_arch=$ac_word
6571 else
6572 ac_cv_c_bigendian=universal
6573 break
6574 fi
6575 ;;
6576 esac
6577 ac_prev=
6578 elif test "x$ac_word" = "x-arch"; then
6579 ac_prev=arch
6580 fi
6581 done
6582fi
6583rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6584 if test $ac_cv_c_bigendian = unknown; then
6585 # See if sys/param.h defines the BYTE_ORDER macro.
6586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6587/* end confdefs.h. */
6588#include <sys/types.h>
6589 #include <sys/param.h>
6590
6591int
6592main ()
6593{
6594#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6595 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6596 && LITTLE_ENDIAN)
6597 bogus endian macros
6598 #endif
6599
6600 ;
6601 return 0;
6602}
6603_ACEOF
6604if ac_fn_c_try_compile "$LINENO"; then :
6605 # It does; now see whether it defined to BIG_ENDIAN or not.
6606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6607/* end confdefs.h. */
6608#include <sys/types.h>
6609 #include <sys/param.h>
6610
6611int
6612main ()
6613{
6614#if BYTE_ORDER != BIG_ENDIAN
6615 not big endian
6616 #endif
6617
6618 ;
6619 return 0;
6620}
6621_ACEOF
6622if ac_fn_c_try_compile "$LINENO"; then :
6623 ac_cv_c_bigendian=yes
6624else
6625 ac_cv_c_bigendian=no
6626fi
6627rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6628fi
6629rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6630 fi
6631 if test $ac_cv_c_bigendian = unknown; then
6632 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6634/* end confdefs.h. */
6635#include <limits.h>
6636
6637int
6638main ()
6639{
6640#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6641 bogus endian macros
6642 #endif
6643
6644 ;
6645 return 0;
6646}
6647_ACEOF
6648if ac_fn_c_try_compile "$LINENO"; then :
6649 # It does; now see whether it defined to _BIG_ENDIAN or not.
6650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6651/* end confdefs.h. */
6652#include <limits.h>
6653
6654int
6655main ()
6656{
6657#ifndef _BIG_ENDIAN
6658 not big endian
6659 #endif
6660
6661 ;
6662 return 0;
6663}
6664_ACEOF
6665if ac_fn_c_try_compile "$LINENO"; then :
6666 ac_cv_c_bigendian=yes
6667else
6668 ac_cv_c_bigendian=no
6669fi
6670rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6671fi
6672rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6673 fi
6674 if test $ac_cv_c_bigendian = unknown; then
6675 # Compile a test program.
6676 if test "$cross_compiling" = yes; then :
6677 # Try to guess by grepping values from an object file.
6678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6679/* end confdefs.h. */
6680short int ascii_mm[] =
6681 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6682 short int ascii_ii[] =
6683 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6684 int use_ascii (int i) {
6685 return ascii_mm[i] + ascii_ii[i];
6686 }
6687 short int ebcdic_ii[] =
6688 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6689 short int ebcdic_mm[] =
6690 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6691 int use_ebcdic (int i) {
6692 return ebcdic_mm[i] + ebcdic_ii[i];
6693 }
6694 extern int foo;
6695
6696int
6697main ()
6698{
6699return use_ascii (foo) == use_ebcdic (foo);
6700 ;
6701 return 0;
6702}
6703_ACEOF
6704if ac_fn_c_try_compile "$LINENO"; then :
6705 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6706 ac_cv_c_bigendian=yes
6707 fi
6708 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6709 if test "$ac_cv_c_bigendian" = unknown; then
6710 ac_cv_c_bigendian=no
6711 else
6712 # finding both strings is unlikely to happen, but who knows?
6713 ac_cv_c_bigendian=unknown
6714 fi
6715 fi
6716fi
6717rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6718else
6719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6720/* end confdefs.h. */
6721$ac_includes_default
6722int
6723main ()
6724{
6725
6726 /* Are we little or big endian? From Harbison&Steele. */
6727 union
6728 {
6729 long int l;
6730 char c[sizeof (long int)];
6731 } u;
6732 u.l = 1;
6733 return u.c[sizeof (long int) - 1] == 1;
6734
6735 ;
6736 return 0;
6737}
6738_ACEOF
6739if ac_fn_c_try_run "$LINENO"; then :
6740 ac_cv_c_bigendian=no
6741else
6742 ac_cv_c_bigendian=yes
6743fi
6744rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6745 conftest.$ac_objext conftest.beam conftest.$ac_ext
6746fi
6747
6748 fi
6749fi
6750{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6751$as_echo "$ac_cv_c_bigendian" >&6; }
6752 case $ac_cv_c_bigendian in #(
6753 yes)
6754 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6755;; #(
6756 no)
6757 ;; #(
6758 universal)
6759
6760$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6761
6762 ;; #(
6763 *)
d0ac1c44 6764 as_fn_error $? "unknown endianness
0cb8d851
MF
6765 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6766 esac
6767
6bb11ab3
L
6768
6769
6770
6771# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
6772if test -z "$CC_FOR_BUILD"; then
6773 if test "x$cross_compiling" = "xno"; then
6774 CC_FOR_BUILD='$(CC)'
6775 else
6776 CC_FOR_BUILD=gcc
6777 fi
6bb11ab3
L
6778fi
6779
6780
6781
6bb11ab3
L
6782AR=${AR-ar}
6783
6784if test -n "$ac_tool_prefix"; then
6785 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6786set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6788$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6789if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6790 $as_echo_n "(cached) " >&6
6791else
6792 if test -n "$RANLIB"; then
6793 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6794else
6795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6796for as_dir in $PATH
6797do
6798 IFS=$as_save_IFS
6799 test -z "$as_dir" && as_dir=.
6800 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6801 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6802 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6804 break 2
6805 fi
6806done
6807 done
6808IFS=$as_save_IFS
6809
6810fi
6811fi
6812RANLIB=$ac_cv_prog_RANLIB
6813if test -n "$RANLIB"; then
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6815$as_echo "$RANLIB" >&6; }
6816else
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6818$as_echo "no" >&6; }
6819fi
6820
6821
6822fi
6823if test -z "$ac_cv_prog_RANLIB"; then
6824 ac_ct_RANLIB=$RANLIB
6825 # Extract the first word of "ranlib", so it can be a program name with args.
6826set dummy ranlib; ac_word=$2
6827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6828$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6829if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6830 $as_echo_n "(cached) " >&6
6831else
6832 if test -n "$ac_ct_RANLIB"; then
6833 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6834else
6835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6836for as_dir in $PATH
6837do
6838 IFS=$as_save_IFS
6839 test -z "$as_dir" && as_dir=.
6840 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6841 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6842 ac_cv_prog_ac_ct_RANLIB="ranlib"
6843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6844 break 2
6845 fi
6846done
6847 done
6848IFS=$as_save_IFS
6849
6850fi
6851fi
6852ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6853if test -n "$ac_ct_RANLIB"; then
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6855$as_echo "$ac_ct_RANLIB" >&6; }
6856else
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6858$as_echo "no" >&6; }
6859fi
6860
6861 if test "x$ac_ct_RANLIB" = x; then
6862 RANLIB=":"
6863 else
6864 case $cross_compiling:$ac_tool_warned in
6865yes:)
6866{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6867$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6868ac_tool_warned=yes ;;
6869esac
6870 RANLIB=$ac_ct_RANLIB
6871 fi
6872else
6873 RANLIB="$ac_cv_prog_RANLIB"
6874fi
6875
6876
46f900c0
MF
6877# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6878# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6879# is C99. So handle it ourselves.
6880:
6881C_DIALECT=
6882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6883$as_echo_n "checking whether C11 is supported by default... " >&6; }
6884cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6885/* end confdefs.h. */
6886
6887#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6888# error "C11 support not found"
6889#endif
6890
6891_ACEOF
6892if ac_fn_c_try_compile "$LINENO"; then :
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6894$as_echo "yes" >&6; }
6895else
6896
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6898$as_echo "no" >&6; }
6899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6900$as_echo_n "checking for -std=c11 support... " >&6; }
6901 ac_save_CC="$CC"
6902 CC="$CC -std=c11"
6903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6904/* end confdefs.h. */
6905
6906#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6907# error "C11 support not found"
6908#endif
6909
6910_ACEOF
6911if ac_fn_c_try_compile "$LINENO"; then :
6912
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6914$as_echo "yes" >&6; }
6915 CC="$ac_save_CC"
6916 C_DIALECT="-std=c11"
6917
6918else
6919 as_fn_error $? "C11 is required" "$LINENO" 5
6920fi
6921rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6922fi
6923rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6924
6925
6bb11ab3
L
6926# Some of the common include files depend on bfd.h, and bfd.h checks
6927# that config.h is included first by testing that the PACKAGE macro
6928# is defined.
6929PACKAGE=sim
6930
6931cat >>confdefs.h <<_ACEOF
6932#define PACKAGE "$PACKAGE"
6933_ACEOF
6934
6935
6936
6937# Dependency checking.
6938ac_config_commands="$ac_config_commands depdir"
6939
6940
6941depcc="$CC" am_compiler_list=
6942
6943am_depcomp=$ac_aux_dir/depcomp
6944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6945$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6946if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6947 $as_echo_n "(cached) " >&6
6948else
6949 if test -f "$am_depcomp"; then
6950 # We make a subdir and do the tests there. Otherwise we can end up
6951 # making bogus files that we don't know about and never remove. For
6952 # instance it was reported that on HP-UX the gcc test will end up
6953 # making a dummy file named `D' -- because `-MD' means `put the output
6954 # in D'.
6955 mkdir conftest.dir
6956 # Copy depcomp to subdir because otherwise we won't find it if we're
6957 # using a relative directory.
6958 cp "$am_depcomp" conftest.dir
6959 cd conftest.dir
6960 # We will build objects and dependencies in a subdirectory because
6961 # it helps to detect inapplicable dependency modes. For instance
6962 # both Tru64's cc and ICC support -MD to output dependencies as a
6963 # side effect of compilation, but ICC will put the dependencies in
6964 # the current directory while Tru64 will put them in the object
6965 # directory.
6966 mkdir sub
6967
6968 am_cv_CC_dependencies_compiler_type=none
6969 if test "$am_compiler_list" = ""; then
6970 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6971 fi
6972 for depmode in $am_compiler_list; do
6973 if test $depmode = none; then break; fi
6974
6975 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6976 # Setup a source with many dependencies, because some compilers
6977 # like to wrap large dependency lists on column 80 (with \), and
6978 # we should not choose a depcomp mode which is confused by this.
6979 #
6980 # We need to recreate these files for each test, as the compiler may
6981 # overwrite some of them when testing with obscure command lines.
6982 # This happens at least with the AIX C compiler.
6983 : > sub/conftest.c
6984 for i in 1 2 3 4 5 6; do
6985 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6986 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6987 # Solaris 8's {/usr,}/bin/sh.
6988 touch sub/conftst$i.h
6989 done
6990 echo "include sub/conftest.Po" > confmf
6991
6992 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6993 # mode. It turns out that the SunPro C++ compiler does not properly
6994 # handle `-M -o', and we need to detect this.
6995 depcmd="depmode=$depmode \
6996 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6997 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6998 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6999 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7000 if env $depcmd > conftest.err 2>&1 &&
7001 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7002 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7003 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7004 # icc doesn't choke on unknown options, it will just issue warnings
7005 # or remarks (even with -Werror). So we grep stderr for any message
7006 # that says an option was ignored or not supported.
7007 # When given -MP, icc 7.0 and 7.1 complain thusly:
7008 # icc: Command line warning: ignoring option '-M'; no argument required
7009 # The diagnosis changed in icc 8.0:
7010 # icc: Command line remark: option '-MP' not supported
7011 if (grep 'ignoring option' conftest.err ||
7012 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7013 am_cv_CC_dependencies_compiler_type=$depmode
7014 $as_echo "$as_me:$LINENO: success" >&5
7015 break
7016 fi
7017 fi
7018 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7019 sed -e 's/^/| /' < conftest.err >&5
7020 done
7021
7022 cd ..
7023 rm -rf conftest.dir
7024else
7025 am_cv_CC_dependencies_compiler_type=none
7026fi
7027
7028fi
7029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7030$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7031if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7032then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7033else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7034
7035fi
7036
7037
7038# Check for the 'make' the user wants to use.
7039for ac_prog in make
7040do
7041 # Extract the first word of "$ac_prog", so it can be a program name with args.
7042set dummy $ac_prog; ac_word=$2
7043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7044$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7045if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7046 $as_echo_n "(cached) " >&6
7047else
7048 if test -n "$MAKE"; then
7049 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7050else
7051as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7052for as_dir in $PATH
7053do
7054 IFS=$as_save_IFS
7055 test -z "$as_dir" && as_dir=.
7056 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7057 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7058 ac_cv_prog_MAKE="$ac_prog"
7059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7060 break 2
7061 fi
7062done
7063 done
7064IFS=$as_save_IFS
7065
7066fi
7067fi
7068MAKE=$ac_cv_prog_MAKE
7069if test -n "$MAKE"; then
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7071$as_echo "$MAKE" >&6; }
7072else
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7074$as_echo "no" >&6; }
7075fi
7076
7077
7078 test -n "$MAKE" && break
7079done
7080
7081MAKE_IS_GNU=
7082case "`$MAKE --version 2>&1 | sed 1q`" in
7083 *GNU*)
7084 MAKE_IS_GNU=yes
7085 ;;
7086esac
7087 if test "$MAKE_IS_GNU" = yes; then
7088 GMAKE_TRUE=
7089 GMAKE_FALSE='#'
7090else
7091 GMAKE_TRUE='#'
7092 GMAKE_FALSE=
7093fi
7094
7095
7096ALL_LINGUAS=
7097# If we haven't got the data from the intl directory,
7098# assume NLS is disabled.
7099USE_NLS=no
7100LIBINTL=
7101LIBINTL_DEP=
7102INCINTL=
7103XGETTEXT=
7104GMSGFMT=
7105POSUB=
7106
7107if test -f ../../intl/config.intl; then
7108 . ../../intl/config.intl
7109fi
7110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7111$as_echo_n "checking whether NLS is requested... " >&6; }
7112if test x"$USE_NLS" != xyes; then
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7114$as_echo "no" >&6; }
7115else
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7117$as_echo "yes" >&6; }
7118
7119$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7120
7121
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7123$as_echo_n "checking for catalogs to be installed... " >&6; }
7124 # Look for .po and .gmo files in the source directory.
7125 CATALOGS=
7126 XLINGUAS=
7127 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7128 # If there aren't any .gmo files the shell will give us the
7129 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7130 # weeded out.
7131 case "$cat" in *\**)
7132 continue;;
7133 esac
7134 # The quadruple backslash is collapsed to a double backslash
7135 # by the backticks, then collapsed again by the double quotes,
7136 # leaving us with one backslash in the sed expression (right
7137 # before the dot that mustn't act as a wildcard).
7138 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7139 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7140 # The user is allowed to set LINGUAS to a list of languages to
7141 # install catalogs for. If it's empty that means "all of them."
7142 if test "x$LINGUAS" = x; then
7143 CATALOGS="$CATALOGS $cat"
7144 XLINGUAS="$XLINGUAS $lang"
7145 else
7146 case "$LINGUAS" in *$lang*)
7147 CATALOGS="$CATALOGS $cat"
7148 XLINGUAS="$XLINGUAS $lang"
7149 ;;
7150 esac
7151 fi
7152 done
7153 LINGUAS="$XLINGUAS"
7154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7155$as_echo "$LINGUAS" >&6; }
7156
7157
7158 DATADIRNAME=share
7159
7160 INSTOBJEXT=.mo
7161
7162 GENCAT=gencat
7163
7164 CATOBJEXT=.gmo
7165
7166fi
7167
7168# Check for common headers.
68ed2854
MF
7169# NB: You can assume C11 headers exist.
7170for ac_header in unistd.h
6bb11ab3 7171do :
68ed2854
MF
7172 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7173if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7174 cat >>confdefs.h <<_ACEOF
68ed2854 7175#define HAVE_UNISTD_H 1
6bb11ab3
L
7176_ACEOF
7177
7178fi
7179
7180done
7181
936df756 7182for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7183do :
7184 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7185ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7186if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7187 cat >>confdefs.h <<_ACEOF
7188#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7189_ACEOF
7190
7191fi
7192
7193done
7194
7195for ac_header in fcntl.h fpu_control.h
7196do :
7197 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7198ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7199if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7200 cat >>confdefs.h <<_ACEOF
7201#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7202_ACEOF
7203
7204fi
7205
7206done
7207
68ed2854 7208for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7209do :
7210 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7211ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7212if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7213 cat >>confdefs.h <<_ACEOF
7214#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7215_ACEOF
7216
7217fi
7218
7219done
7220
7221for ac_func in getrusage time sigaction __setfpucw
7222do :
7223 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7224ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7225if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
7226 cat >>confdefs.h <<_ACEOF
7227#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7228_ACEOF
7229
7230fi
7231done
7232
936df756
MF
7233for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7234do :
7235 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7236ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7237if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
7238 cat >>confdefs.h <<_ACEOF
7239#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7240_ACEOF
7241
7242fi
7243done
7244
7245ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7246#include <sys/types.h>
7247#endif
7248#ifdef HAVE_SYS_STAT_H
7249#include <sys/stat.h>
7250#endif
7251"
d0ac1c44 7252if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7253
7254cat >>confdefs.h <<_ACEOF
7255#define HAVE_STRUCT_STAT_ST_DEV 1
7256_ACEOF
7257
7258
7259fi
7260ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7261#include <sys/types.h>
7262#endif
7263#ifdef HAVE_SYS_STAT_H
7264#include <sys/stat.h>
7265#endif
7266"
d0ac1c44 7267if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7268
7269cat >>confdefs.h <<_ACEOF
7270#define HAVE_STRUCT_STAT_ST_INO 1
7271_ACEOF
7272
7273
7274fi
7275ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7276#include <sys/types.h>
7277#endif
7278#ifdef HAVE_SYS_STAT_H
7279#include <sys/stat.h>
7280#endif
7281"
d0ac1c44 7282if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7283
7284cat >>confdefs.h <<_ACEOF
7285#define HAVE_STRUCT_STAT_ST_MODE 1
7286_ACEOF
7287
7288
7289fi
7290ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7291#include <sys/types.h>
7292#endif
7293#ifdef HAVE_SYS_STAT_H
7294#include <sys/stat.h>
7295#endif
7296"
d0ac1c44 7297if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7298
7299cat >>confdefs.h <<_ACEOF
7300#define HAVE_STRUCT_STAT_ST_NLINK 1
7301_ACEOF
7302
7303
7304fi
7305ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7306#include <sys/types.h>
7307#endif
7308#ifdef HAVE_SYS_STAT_H
7309#include <sys/stat.h>
7310#endif
7311"
d0ac1c44 7312if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7313
7314cat >>confdefs.h <<_ACEOF
7315#define HAVE_STRUCT_STAT_ST_UID 1
7316_ACEOF
7317
7318
7319fi
7320ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7321#include <sys/types.h>
7322#endif
7323#ifdef HAVE_SYS_STAT_H
7324#include <sys/stat.h>
7325#endif
7326"
d0ac1c44 7327if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7328
7329cat >>confdefs.h <<_ACEOF
7330#define HAVE_STRUCT_STAT_ST_GID 1
7331_ACEOF
7332
7333
7334fi
7335ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7336#include <sys/types.h>
7337#endif
7338#ifdef HAVE_SYS_STAT_H
7339#include <sys/stat.h>
7340#endif
7341"
d0ac1c44 7342if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7343
7344cat >>confdefs.h <<_ACEOF
7345#define HAVE_STRUCT_STAT_ST_RDEV 1
7346_ACEOF
7347
7348
7349fi
7350ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7351#include <sys/types.h>
7352#endif
7353#ifdef HAVE_SYS_STAT_H
7354#include <sys/stat.h>
7355#endif
7356"
d0ac1c44 7357if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7358
7359cat >>confdefs.h <<_ACEOF
7360#define HAVE_STRUCT_STAT_ST_SIZE 1
7361_ACEOF
7362
7363
7364fi
7365ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7366#include <sys/types.h>
7367#endif
7368#ifdef HAVE_SYS_STAT_H
7369#include <sys/stat.h>
7370#endif
7371"
d0ac1c44 7372if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7373
7374cat >>confdefs.h <<_ACEOF
7375#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7376_ACEOF
7377
7378
7379fi
7380ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7381#include <sys/types.h>
7382#endif
7383#ifdef HAVE_SYS_STAT_H
7384#include <sys/stat.h>
7385#endif
7386"
d0ac1c44 7387if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7388
7389cat >>confdefs.h <<_ACEOF
7390#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7391_ACEOF
7392
7393
7394fi
7395ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7396#include <sys/types.h>
7397#endif
7398#ifdef HAVE_SYS_STAT_H
7399#include <sys/stat.h>
7400#endif
7401"
d0ac1c44 7402if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7403
7404cat >>confdefs.h <<_ACEOF
7405#define HAVE_STRUCT_STAT_ST_ATIME 1
7406_ACEOF
7407
7408
7409fi
7410ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7411#include <sys/types.h>
7412#endif
7413#ifdef HAVE_SYS_STAT_H
7414#include <sys/stat.h>
7415#endif
7416"
d0ac1c44 7417if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7418
7419cat >>confdefs.h <<_ACEOF
7420#define HAVE_STRUCT_STAT_ST_MTIME 1
7421_ACEOF
7422
7423
7424fi
7425ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7426#include <sys/types.h>
7427#endif
7428#ifdef HAVE_SYS_STAT_H
7429#include <sys/stat.h>
7430#endif
7431"
d0ac1c44 7432if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7433
7434cat >>confdefs.h <<_ACEOF
7435#define HAVE_STRUCT_STAT_ST_CTIME 1
7436_ACEOF
7437
7438
7439fi
7440
7441ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7442#include <sys/socket.h>
7443
7444"
d0ac1c44 7445if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7446
7447cat >>confdefs.h <<_ACEOF
7448#define HAVE_SOCKLEN_T 1
7449_ACEOF
7450
7451
7452fi
7453
6bb11ab3
L
7454
7455# Check for socket libraries
7456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7457$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7458if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7459 $as_echo_n "(cached) " >&6
7460else
7461 ac_check_lib_save_LIBS=$LIBS
7462LIBS="-lsocket $LIBS"
7463cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7464/* end confdefs.h. */
7465
7466/* Override any GCC internal prototype to avoid an error.
7467 Use char because int might match the return type of a GCC
7468 builtin and then its argument prototype would still apply. */
7469#ifdef __cplusplus
7470extern "C"
7471#endif
7472char bind ();
7473int
7474main ()
7475{
7476return bind ();
7477 ;
7478 return 0;
7479}
7480_ACEOF
7481if ac_fn_c_try_link "$LINENO"; then :
7482 ac_cv_lib_socket_bind=yes
7483else
7484 ac_cv_lib_socket_bind=no
7485fi
7486rm -f core conftest.err conftest.$ac_objext \
7487 conftest$ac_exeext conftest.$ac_ext
7488LIBS=$ac_check_lib_save_LIBS
7489fi
7490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7491$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7492if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7493 cat >>confdefs.h <<_ACEOF
7494#define HAVE_LIBSOCKET 1
7495_ACEOF
7496
7497 LIBS="-lsocket $LIBS"
7498
7499fi
7500
7501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7502$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7503if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7504 $as_echo_n "(cached) " >&6
7505else
7506 ac_check_lib_save_LIBS=$LIBS
7507LIBS="-lnsl $LIBS"
7508cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7509/* end confdefs.h. */
7510
7511/* Override any GCC internal prototype to avoid an error.
7512 Use char because int might match the return type of a GCC
7513 builtin and then its argument prototype would still apply. */
7514#ifdef __cplusplus
7515extern "C"
7516#endif
7517char gethostbyname ();
7518int
7519main ()
7520{
7521return gethostbyname ();
7522 ;
7523 return 0;
7524}
7525_ACEOF
7526if ac_fn_c_try_link "$LINENO"; then :
7527 ac_cv_lib_nsl_gethostbyname=yes
7528else
7529 ac_cv_lib_nsl_gethostbyname=no
7530fi
7531rm -f core conftest.err conftest.$ac_objext \
7532 conftest$ac_exeext conftest.$ac_ext
7533LIBS=$ac_check_lib_save_LIBS
7534fi
7535{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7536$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7537if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7538 cat >>confdefs.h <<_ACEOF
7539#define HAVE_LIBNSL 1
7540_ACEOF
7541
7542 LIBS="-lnsl $LIBS"
7543
7544fi
7545
7546
7547# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7548# using the same condition.
7549
aadc9410 7550 # Use the system's zlib library.
7fed4b0b
L
7551 zlibdir="-L\$(top_builddir)/../zlib"
7552 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7553
aadc9410
MF
7554# Check whether --with-system-zlib was given.
7555if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7556 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7557 zlibdir=
7558 zlibinc=
7559 fi
6bb11ab3
L
7560
7561fi
7562
6bb11ab3 7563
6bb11ab3 7564
6bb11ab3
L
7565
7566
7567# BFD uses libdl when when plugins enabled.
7568
faa743bb
RM
7569 maybe_plugins=no
7570 for ac_header in dlfcn.h
7571do :
7572 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7573"
d0ac1c44 7574if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7575 cat >>confdefs.h <<_ACEOF
7576#define HAVE_DLFCN_H 1
7577_ACEOF
7578 maybe_plugins=yes
7579fi
7580
7581done
7582
7583 for ac_header in windows.h
7584do :
7585 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7586"
d0ac1c44 7587if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7588 cat >>confdefs.h <<_ACEOF
7589#define HAVE_WINDOWS_H 1
7590_ACEOF
7591 maybe_plugins=yes
7592fi
7593
7594done
7595
7596
7597 # Check whether --enable-plugins was given.
6bb11ab3
L
7598if test "${enable_plugins+set}" = set; then :
7599 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7600 no) plugins=no ;;
7601 *) plugins=yes
7602 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7603 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7604 fi ;;
7605 esac
6bb11ab3 7606else
faa743bb
RM
7607 plugins=$maybe_plugins
7608
6bb11ab3
L
7609fi
7610
2974be62 7611 if test "$plugins" = "yes"; then
37f980dc
SM
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7613$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7614if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7615 $as_echo_n "(cached) " >&6
7616else
7617 ac_func_search_save_LIBS=$LIBS
7618cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7619/* end confdefs.h. */
7620
7621/* Override any GCC internal prototype to avoid an error.
7622 Use char because int might match the return type of a GCC
7623 builtin and then its argument prototype would still apply. */
7624#ifdef __cplusplus
7625extern "C"
7626#endif
37f980dc 7627char dlsym ();
2974be62
AM
7628int
7629main ()
7630{
37f980dc 7631return dlsym ();
2974be62
AM
7632 ;
7633 return 0;
7634}
7635_ACEOF
7636for ac_lib in '' dl; do
7637 if test -z "$ac_lib"; then
7638 ac_res="none required"
7639 else
7640 ac_res=-l$ac_lib
7641 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7642 fi
7643 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7644 ac_cv_search_dlsym=$ac_res
2974be62
AM
7645fi
7646rm -f core conftest.err conftest.$ac_objext \
7647 conftest$ac_exeext
d0ac1c44 7648 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7649 break
7650fi
7651done
d0ac1c44 7652if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7653
7654else
37f980dc 7655 ac_cv_search_dlsym=no
2974be62
AM
7656fi
7657rm conftest.$ac_ext
7658LIBS=$ac_func_search_save_LIBS
7659fi
37f980dc
SM
7660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7661$as_echo "$ac_cv_search_dlsym" >&6; }
7662ac_res=$ac_cv_search_dlsym
2974be62
AM
7663if test "$ac_res" != no; then :
7664 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7665
7666fi
7667
7668 fi
6bb11ab3
L
7669
7670 if test "$plugins" = yes; then
7671 PLUGINS_TRUE=
7672 PLUGINS_FALSE='#'
7673else
7674 PLUGINS_TRUE='#'
7675 PLUGINS_FALSE=
7676fi
7677
7678
7679
7680
7681
7682# Set options
7683enable_dlopen=yes
7684
7685
7686
7687
7688 enable_win32_dll=no
7689
7690
7691 # Check whether --enable-shared was given.
7692if test "${enable_shared+set}" = set; then :
7693 enableval=$enable_shared; p=${PACKAGE-default}
7694 case $enableval in
7695 yes) enable_shared=yes ;;
7696 no) enable_shared=no ;;
7697 *)
7698 enable_shared=no
7699 # Look at the argument we got. We use all the common list separators.
7700 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7701 for pkg in $enableval; do
7702 IFS="$lt_save_ifs"
7703 if test "X$pkg" = "X$p"; then
7704 enable_shared=yes
7705 fi
7706 done
7707 IFS="$lt_save_ifs"
7708 ;;
7709 esac
7710else
7711 enable_shared=yes
7712fi
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722 # Check whether --enable-static was given.
7723if test "${enable_static+set}" = set; then :
7724 enableval=$enable_static; p=${PACKAGE-default}
7725 case $enableval in
7726 yes) enable_static=yes ;;
7727 no) enable_static=no ;;
7728 *)
7729 enable_static=no
7730 # Look at the argument we got. We use all the common list separators.
7731 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7732 for pkg in $enableval; do
7733 IFS="$lt_save_ifs"
7734 if test "X$pkg" = "X$p"; then
7735 enable_static=yes
7736 fi
7737 done
7738 IFS="$lt_save_ifs"
7739 ;;
7740 esac
7741else
7742 enable_static=yes
7743fi
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754# Check whether --with-pic was given.
7755if test "${with_pic+set}" = set; then :
7756 withval=$with_pic; pic_mode="$withval"
7757else
7758 pic_mode=default
7759fi
7760
7761
7762test -z "$pic_mode" && pic_mode=default
7763
7764
7765
7766
7767
7768
7769
7770 # Check whether --enable-fast-install was given.
7771if test "${enable_fast_install+set}" = set; then :
7772 enableval=$enable_fast_install; p=${PACKAGE-default}
7773 case $enableval in
7774 yes) enable_fast_install=yes ;;
7775 no) enable_fast_install=no ;;
7776 *)
7777 enable_fast_install=no
7778 # Look at the argument we got. We use all the common list separators.
7779 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7780 for pkg in $enableval; do
7781 IFS="$lt_save_ifs"
7782 if test "X$pkg" = "X$p"; then
7783 enable_fast_install=yes
7784 fi
7785 done
7786 IFS="$lt_save_ifs"
7787 ;;
7788 esac
7789else
7790 enable_fast_install=yes
7791fi
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
7802
7803# This can be used to rebuild libtool when needed
7804LIBTOOL_DEPS="$ltmain"
7805
7806# Always use our own libtool.
7807LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834test -z "$LN_S" && LN_S="ln -s"
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849if test -n "${ZSH_VERSION+set}" ; then
7850 setopt NO_GLOB_SUBST
f0569246 7851fi
f0569246 7852
6bb11ab3
L
7853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7854$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7855if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7856 $as_echo_n "(cached) " >&6
7857else
7858 rm -f .libs 2>/dev/null
7859mkdir .libs 2>/dev/null
7860if test -d .libs; then
7861 lt_cv_objdir=.libs
7862else
7863 # MS-DOS does not allow filenames that begin with a dot.
7864 lt_cv_objdir=_libs
7865fi
7866rmdir .libs 2>/dev/null
7867fi
7868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7869$as_echo "$lt_cv_objdir" >&6; }
7870objdir=$lt_cv_objdir
7871
7872
7873
7874
7875
7876cat >>confdefs.h <<_ACEOF
7877#define LT_OBJDIR "$lt_cv_objdir/"
7878_ACEOF
7879
7880
7881
7882
7883case $host_os in
7884aix3*)
7885 # AIX sometimes has problems with the GCC collect2 program. For some
7886 # reason, if we set the COLLECT_NAMES environment variable, the problems
7887 # vanish in a puff of smoke.
7888 if test "X${COLLECT_NAMES+set}" != Xset; then
7889 COLLECT_NAMES=
7890 export COLLECT_NAMES
7891 fi
7892 ;;
81ecdfbb 7893esac
6bb11ab3
L
7894
7895# Global variables:
7896ofile=libtool
7897can_build_shared=yes
7898
7899# All known linkers require a `.a' archive for static linking (except MSVC,
7900# which needs '.lib').
7901libext=a
7902
7903with_gnu_ld="$lt_cv_prog_gnu_ld"
7904
7905old_CC="$CC"
7906old_CFLAGS="$CFLAGS"
7907
7908# Set sane defaults for various variables
7909test -z "$CC" && CC=cc
7910test -z "$LTCC" && LTCC=$CC
7911test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7912test -z "$LD" && LD=ld
7913test -z "$ac_objext" && ac_objext=o
7914
7915for cc_temp in $compiler""; do
7916 case $cc_temp in
7917 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7918 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7919 \-*) ;;
7920 *) break;;
7921 esac
7922done
7923cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7924
7925
7926# Only perform the check for file, if the check method requires it
7927test -z "$MAGIC_CMD" && MAGIC_CMD=file
7928case $deplibs_check_method in
7929file_magic*)
7930 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7932$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7933if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7934 $as_echo_n "(cached) " >&6
7935else
7936 case $MAGIC_CMD in
7937[\\/*] | ?:[\\/]*)
7938 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7939 ;;
7940*)
7941 lt_save_MAGIC_CMD="$MAGIC_CMD"
7942 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7943 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7944 for ac_dir in $ac_dummy; do
7945 IFS="$lt_save_ifs"
7946 test -z "$ac_dir" && ac_dir=.
7947 if test -f $ac_dir/${ac_tool_prefix}file; then
7948 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7949 if test -n "$file_magic_test_file"; then
7950 case $deplibs_check_method in
7951 "file_magic "*)
7952 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7953 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7954 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7955 $EGREP "$file_magic_regex" > /dev/null; then
7956 :
7957 else
7958 cat <<_LT_EOF 1>&2
7959
7960*** Warning: the command libtool uses to detect shared libraries,
7961*** $file_magic_cmd, produces output that libtool cannot recognize.
7962*** The result is that libtool may fail to recognize shared libraries
7963*** as such. This will affect the creation of libtool libraries that
7964*** depend on shared libraries, but programs linked with such libtool
7965*** libraries will work regardless of this problem. Nevertheless, you
7966*** may want to report the problem to your system manager and/or to
7967*** bug-libtool@gnu.org
7968
7969_LT_EOF
7970 fi ;;
7971 esac
7972 fi
7973 break
f0569246 7974 fi
6bb11ab3
L
7975 done
7976 IFS="$lt_save_ifs"
7977 MAGIC_CMD="$lt_save_MAGIC_CMD"
7978 ;;
7979esac
f0569246 7980fi
f0569246 7981
6bb11ab3
L
7982MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7983if test -n "$MAGIC_CMD"; then
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7985$as_echo "$MAGIC_CMD" >&6; }
7986else
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7988$as_echo "no" >&6; }
7989fi
81ecdfbb 7990
6bb11ab3
L
7991
7992
7993
7994
7995if test -z "$lt_cv_path_MAGIC_CMD"; then
7996 if test -n "$ac_tool_prefix"; then
7997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7998$as_echo_n "checking for file... " >&6; }
d0ac1c44 7999if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8000 $as_echo_n "(cached) " >&6
8001else
8002 case $MAGIC_CMD in
8003[\\/*] | ?:[\\/]*)
8004 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8005 ;;
8006*)
8007 lt_save_MAGIC_CMD="$MAGIC_CMD"
8008 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8009 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8010 for ac_dir in $ac_dummy; do
8011 IFS="$lt_save_ifs"
8012 test -z "$ac_dir" && ac_dir=.
8013 if test -f $ac_dir/file; then
8014 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8015 if test -n "$file_magic_test_file"; then
8016 case $deplibs_check_method in
8017 "file_magic "*)
8018 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8019 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8020 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8021 $EGREP "$file_magic_regex" > /dev/null; then
8022 :
8023 else
8024 cat <<_LT_EOF 1>&2
8025
8026*** Warning: the command libtool uses to detect shared libraries,
8027*** $file_magic_cmd, produces output that libtool cannot recognize.
8028*** The result is that libtool may fail to recognize shared libraries
8029*** as such. This will affect the creation of libtool libraries that
8030*** depend on shared libraries, but programs linked with such libtool
8031*** libraries will work regardless of this problem. Nevertheless, you
8032*** may want to report the problem to your system manager and/or to
8033*** bug-libtool@gnu.org
8034
8035_LT_EOF
8036 fi ;;
8037 esac
8038 fi
8039 break
8040 fi
8041 done
8042 IFS="$lt_save_ifs"
8043 MAGIC_CMD="$lt_save_MAGIC_CMD"
8044 ;;
81ecdfbb 8045esac
6bb11ab3
L
8046fi
8047
8048MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8049if test -n "$MAGIC_CMD"; then
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8051$as_echo "$MAGIC_CMD" >&6; }
8052else
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8054$as_echo "no" >&6; }
8055fi
8056
8057
8058 else
8059 MAGIC_CMD=:
8060 fi
8061fi
8062
8063 fi
8064 ;;
8065esac
8066
8067# Use C for the default configuration in the libtool script
8068
8069lt_save_CC="$CC"
8070ac_ext=c
8071ac_cpp='$CPP $CPPFLAGS'
8072ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8073ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8074ac_compiler_gnu=$ac_cv_c_compiler_gnu
8075
8076
8077# Source file extension for C test sources.
8078ac_ext=c
8079
8080# Object file extension for compiled C test sources.
8081objext=o
8082objext=$objext
8083
8084# Code to be used in simple compile tests
8085lt_simple_compile_test_code="int some_variable = 0;"
8086
8087# Code to be used in simple link tests
8088lt_simple_link_test_code='int main(){return(0);}'
8089
8090
8091
8092
8093
8094
8095
8096# If no C compiler was specified, use CC.
8097LTCC=${LTCC-"$CC"}
8098
8099# If no C compiler flags were specified, use CFLAGS.
8100LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8101
8102# Allow CC to be a program name with arguments.
8103compiler=$CC
8104
8105# Save the default compiler, since it gets overwritten when the other
8106# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8107compiler_DEFAULT=$CC
8108
8109# save warnings/boilerplate of simple test code
8110ac_outfile=conftest.$ac_objext
8111echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8112eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8113_lt_compiler_boilerplate=`cat conftest.err`
8114$RM conftest*
8115
8116ac_outfile=conftest.$ac_objext
8117echo "$lt_simple_link_test_code" >conftest.$ac_ext
8118eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8119_lt_linker_boilerplate=`cat conftest.err`
8120$RM -r conftest*
8121
8122
8123## CAVEAT EMPTOR:
8124## There is no encapsulation within the following macros, do not change
8125## the running order or otherwise move them around unless you know exactly
8126## what you are doing...
8127if test -n "$compiler"; then
8128
8129lt_prog_compiler_no_builtin_flag=
8130
8131if test "$GCC" = yes; then
8132 case $cc_basename in
8133 nvcc*)
8134 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8135 *)
8136 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8137 esac
6bb11ab3
L
8138
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8140$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8141if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8142 $as_echo_n "(cached) " >&6
f0569246 8143else
6bb11ab3
L
8144 lt_cv_prog_compiler_rtti_exceptions=no
8145 ac_outfile=conftest.$ac_objext
8146 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8147 lt_compiler_flag="-fno-rtti -fno-exceptions"
8148 # Insert the option either (1) after the last *FLAGS variable, or
8149 # (2) before a word containing "conftest.", or (3) at the end.
8150 # Note that $ac_compile itself does not contain backslashes and begins
8151 # with a dollar sign (not a hyphen), so the echo should work correctly.
8152 # The option is referenced via a variable to avoid confusing sed.
8153 lt_compile=`echo "$ac_compile" | $SED \
8154 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8155 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8156 -e 's:$: $lt_compiler_flag:'`
8157 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8158 (eval "$lt_compile" 2>conftest.err)
8159 ac_status=$?
8160 cat conftest.err >&5
8161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8162 if (exit $ac_status) && test -s "$ac_outfile"; then
8163 # The compiler can only warn and ignore the option if not recognized
8164 # So say no if there are warnings other than the usual output.
8165 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8166 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8167 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8168 lt_cv_prog_compiler_rtti_exceptions=yes
8169 fi
8170 fi
8171 $RM conftest*
8172
f0569246 8173fi
6bb11ab3
L
8174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8175$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8176
8177if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8178 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8179else
8180 :
8181fi
8182
8183fi
8184
8185
8186
8187
8188
8189
8190 lt_prog_compiler_wl=
8191lt_prog_compiler_pic=
8192lt_prog_compiler_static=
8193
8194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8195$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8196
8197 if test "$GCC" = yes; then
8198 lt_prog_compiler_wl='-Wl,'
8199 lt_prog_compiler_static='-static'
8200
8201 case $host_os in
8202 aix*)
8203 # All AIX code is PIC.
8204 if test "$host_cpu" = ia64; then
8205 # AIX 5 now supports IA64 processor
8206 lt_prog_compiler_static='-Bstatic'
8207 fi
8208 lt_prog_compiler_pic='-fPIC'
8209 ;;
8210
8211 amigaos*)
8212 case $host_cpu in
8213 powerpc)
8214 # see comment about AmigaOS4 .so support
8215 lt_prog_compiler_pic='-fPIC'
8216 ;;
8217 m68k)
8218 # FIXME: we need at least 68020 code to build shared libraries, but
8219 # adding the `-m68020' flag to GCC prevents building anything better,
8220 # like `-m68040'.
8221 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8222 ;;
8223 esac
8224 ;;
8225
8226 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8227 # PIC is the default for these OSes.
8228 ;;
8229
8230 mingw* | cygwin* | pw32* | os2* | cegcc*)
8231 # This hack is so that the source file can tell whether it is being
8232 # built for inclusion in a dll (and should export symbols for example).
8233 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8234 # (--disable-auto-import) libraries
8235 lt_prog_compiler_pic='-DDLL_EXPORT'
8236 ;;
8237
8238 darwin* | rhapsody*)
8239 # PIC is the default on this platform
8240 # Common symbols not allowed in MH_DYLIB files
8241 lt_prog_compiler_pic='-fno-common'
8242 ;;
8243
8244 haiku*)
8245 # PIC is the default for Haiku.
8246 # The "-static" flag exists, but is broken.
8247 lt_prog_compiler_static=
8248 ;;
8249
8250 hpux*)
8251 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8252 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8253 # sets the default TLS model and affects inlining.
8254 case $host_cpu in
8255 hppa*64*)
8256 # +Z the default
8257 ;;
8258 *)
8259 lt_prog_compiler_pic='-fPIC'
8260 ;;
8261 esac
8262 ;;
8263
8264 interix[3-9]*)
8265 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8266 # Instead, we relocate shared libraries at runtime.
8267 ;;
8268
8269 msdosdjgpp*)
8270 # Just because we use GCC doesn't mean we suddenly get shared libraries
8271 # on systems that don't support them.
8272 lt_prog_compiler_can_build_shared=no
8273 enable_shared=no
8274 ;;
8275
8276 *nto* | *qnx*)
8277 # QNX uses GNU C++, but need to define -shared option too, otherwise
8278 # it will coredump.
8279 lt_prog_compiler_pic='-fPIC -shared'
8280 ;;
8281
8282 sysv4*MP*)
8283 if test -d /usr/nec; then
8284 lt_prog_compiler_pic=-Kconform_pic
8285 fi
8286 ;;
8287
8288 *)
8289 lt_prog_compiler_pic='-fPIC'
8290 ;;
8291 esac
8292
8293 case $cc_basename in
8294 nvcc*) # Cuda Compiler Driver 2.2
8295 lt_prog_compiler_wl='-Xlinker '
8296 lt_prog_compiler_pic='-Xcompiler -fPIC'
8297 ;;
8298 esac
8299 else
8300 # PORTME Check for flag to pass linker flags through the system compiler.
8301 case $host_os in
8302 aix*)
8303 lt_prog_compiler_wl='-Wl,'
8304 if test "$host_cpu" = ia64; then
8305 # AIX 5 now supports IA64 processor
8306 lt_prog_compiler_static='-Bstatic'
8307 else
8308 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8309 fi
8310 ;;
8311
8312 mingw* | cygwin* | pw32* | os2* | cegcc*)
8313 # This hack is so that the source file can tell whether it is being
8314 # built for inclusion in a dll (and should export symbols for example).
8315 lt_prog_compiler_pic='-DDLL_EXPORT'
8316 ;;
8317
8318 hpux9* | hpux10* | hpux11*)
8319 lt_prog_compiler_wl='-Wl,'
8320 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8321 # not for PA HP-UX.
8322 case $host_cpu in
8323 hppa*64*|ia64*)
8324 # +Z the default
8325 ;;
8326 *)
8327 lt_prog_compiler_pic='+Z'
8328 ;;
8329 esac
8330 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8331 lt_prog_compiler_static='${wl}-a ${wl}archive'
8332 ;;
8333
8334 irix5* | irix6* | nonstopux*)
8335 lt_prog_compiler_wl='-Wl,'
8336 # PIC (with -KPIC) is the default.
8337 lt_prog_compiler_static='-non_shared'
8338 ;;
8339
8340 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8341 case $cc_basename in
8342 # old Intel for x86_64 which still supported -KPIC.
8343 ecc*)
8344 lt_prog_compiler_wl='-Wl,'
8345 lt_prog_compiler_pic='-KPIC'
8346 lt_prog_compiler_static='-static'
8347 ;;
8348 # icc used to be incompatible with GCC.
8349 # ICC 10 doesn't accept -KPIC any more.
8350 icc* | ifort*)
8351 lt_prog_compiler_wl='-Wl,'
8352 lt_prog_compiler_pic='-fPIC'
8353 lt_prog_compiler_static='-static'
8354 ;;
8355 # Lahey Fortran 8.1.
8356 lf95*)
8357 lt_prog_compiler_wl='-Wl,'
8358 lt_prog_compiler_pic='--shared'
8359 lt_prog_compiler_static='--static'
8360 ;;
8361 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8362 # Portland Group compilers (*not* the Pentium gcc compiler,
8363 # which looks to be a dead project)
8364 lt_prog_compiler_wl='-Wl,'
8365 lt_prog_compiler_pic='-fpic'
8366 lt_prog_compiler_static='-Bstatic'
8367 ;;
8368 ccc*)
8369 lt_prog_compiler_wl='-Wl,'
8370 # All Alpha code is PIC.
8371 lt_prog_compiler_static='-non_shared'
8372 ;;
8373 xl* | bgxl* | bgf* | mpixl*)
8374 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8375 lt_prog_compiler_wl='-Wl,'
8376 lt_prog_compiler_pic='-qpic'
8377 lt_prog_compiler_static='-qstaticlink'
8378 ;;
8379 *)
8380 case `$CC -V 2>&1 | sed 5q` in
8381 *Sun\ F* | *Sun*Fortran*)
8382 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8383 lt_prog_compiler_pic='-KPIC'
8384 lt_prog_compiler_static='-Bstatic'
8385 lt_prog_compiler_wl=''
8386 ;;
8387 *Sun\ C*)
8388 # Sun C 5.9
8389 lt_prog_compiler_pic='-KPIC'
8390 lt_prog_compiler_static='-Bstatic'
8391 lt_prog_compiler_wl='-Wl,'
8392 ;;
8393 esac
8394 ;;
8395 esac
8396 ;;
8397
8398 newsos6)
8399 lt_prog_compiler_pic='-KPIC'
8400 lt_prog_compiler_static='-Bstatic'
8401 ;;
8402
8403 *nto* | *qnx*)
8404 # QNX uses GNU C++, but need to define -shared option too, otherwise
8405 # it will coredump.
8406 lt_prog_compiler_pic='-fPIC -shared'
8407 ;;
8408
8409 osf3* | osf4* | osf5*)
8410 lt_prog_compiler_wl='-Wl,'
8411 # All OSF/1 code is PIC.
8412 lt_prog_compiler_static='-non_shared'
8413 ;;
8414
8415 rdos*)
8416 lt_prog_compiler_static='-non_shared'
8417 ;;
f0569246 8418
6bb11ab3
L
8419 solaris*)
8420 lt_prog_compiler_pic='-KPIC'
8421 lt_prog_compiler_static='-Bstatic'
8422 case $cc_basename in
8423 f77* | f90* | f95*)
8424 lt_prog_compiler_wl='-Qoption ld ';;
8425 *)
8426 lt_prog_compiler_wl='-Wl,';;
8427 esac
8428 ;;
f0569246 8429
6bb11ab3
L
8430 sunos4*)
8431 lt_prog_compiler_wl='-Qoption ld '
8432 lt_prog_compiler_pic='-PIC'
8433 lt_prog_compiler_static='-Bstatic'
8434 ;;
f0569246 8435
6bb11ab3
L
8436 sysv4 | sysv4.2uw2* | sysv4.3*)
8437 lt_prog_compiler_wl='-Wl,'
8438 lt_prog_compiler_pic='-KPIC'
8439 lt_prog_compiler_static='-Bstatic'
8440 ;;
8441
8442 sysv4*MP*)
8443 if test -d /usr/nec ;then
8444 lt_prog_compiler_pic='-Kconform_pic'
8445 lt_prog_compiler_static='-Bstatic'
8446 fi
8447 ;;
8448
8449 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8450 lt_prog_compiler_wl='-Wl,'
8451 lt_prog_compiler_pic='-KPIC'
8452 lt_prog_compiler_static='-Bstatic'
8453 ;;
8454
8455 unicos*)
8456 lt_prog_compiler_wl='-Wl,'
8457 lt_prog_compiler_can_build_shared=no
8458 ;;
8459
8460 uts4*)
8461 lt_prog_compiler_pic='-pic'
8462 lt_prog_compiler_static='-Bstatic'
8463 ;;
8464
8465 *)
8466 lt_prog_compiler_can_build_shared=no
8467 ;;
8468 esac
8469 fi
8470
8471case $host_os in
8472 # For platforms which do not support PIC, -DPIC is meaningless:
8473 *djgpp*)
8474 lt_prog_compiler_pic=
8475 ;;
8476 *)
8477 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8478 ;;
81ecdfbb 8479esac
6bb11ab3
L
8480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8481$as_echo "$lt_prog_compiler_pic" >&6; }
8482
8483
8484
8485
8486
8487
8488#
8489# Check to make sure the PIC flag actually works.
8490#
8491if test -n "$lt_prog_compiler_pic"; then
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8493$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8494if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8495 $as_echo_n "(cached) " >&6
b7026657 8496else
6bb11ab3
L
8497 lt_cv_prog_compiler_pic_works=no
8498 ac_outfile=conftest.$ac_objext
8499 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8500 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8501 # Insert the option either (1) after the last *FLAGS variable, or
8502 # (2) before a word containing "conftest.", or (3) at the end.
8503 # Note that $ac_compile itself does not contain backslashes and begins
8504 # with a dollar sign (not a hyphen), so the echo should work correctly.
8505 # The option is referenced via a variable to avoid confusing sed.
8506 lt_compile=`echo "$ac_compile" | $SED \
8507 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8508 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8509 -e 's:$: $lt_compiler_flag:'`
8510 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8511 (eval "$lt_compile" 2>conftest.err)
8512 ac_status=$?
8513 cat conftest.err >&5
8514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8515 if (exit $ac_status) && test -s "$ac_outfile"; then
8516 # The compiler can only warn and ignore the option if not recognized
8517 # So say no if there are warnings other than the usual output.
8518 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8519 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8520 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8521 lt_cv_prog_compiler_pic_works=yes
8522 fi
8523 fi
8524 $RM conftest*
b7026657 8525
b7026657 8526fi
6bb11ab3
L
8527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8528$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8529
8530if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8531 case $lt_prog_compiler_pic in
8532 "" | " "*) ;;
8533 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8534 esac
8535else
8536 lt_prog_compiler_pic=
8537 lt_prog_compiler_can_build_shared=no
f0569246 8538fi
6bb11ab3
L
8539
8540fi
8541
8542
8543
8544
8545
8546
8547#
8548# Check to make sure the static flag actually works.
8549#
8550wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8552$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8553if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8554 $as_echo_n "(cached) " >&6
f0569246 8555else
6bb11ab3
L
8556 lt_cv_prog_compiler_static_works=no
8557 save_LDFLAGS="$LDFLAGS"
8558 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8559 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8560 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8561 # The linker can only warn and ignore the option if not recognized
8562 # So say no if there are warnings
8563 if test -s conftest.err; then
8564 # Append any errors to the config.log.
8565 cat conftest.err 1>&5
8566 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8567 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8568 if diff conftest.exp conftest.er2 >/dev/null; then
8569 lt_cv_prog_compiler_static_works=yes
8570 fi
8571 else
8572 lt_cv_prog_compiler_static_works=yes
8573 fi
8574 fi
8575 $RM -r conftest*
8576 LDFLAGS="$save_LDFLAGS"
f0569246 8577
6bb11ab3
L
8578fi
8579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8580$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8581
6bb11ab3
L
8582if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8583 :
f0569246 8584else
6bb11ab3 8585 lt_prog_compiler_static=
f0569246 8586fi
b7026657 8587
6bb11ab3
L
8588
8589
8590
8591
8592
8593
8594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8595$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8596if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8597 $as_echo_n "(cached) " >&6
81ecdfbb 8598else
6bb11ab3
L
8599 lt_cv_prog_compiler_c_o=no
8600 $RM -r conftest 2>/dev/null
8601 mkdir conftest
8602 cd conftest
8603 mkdir out
8604 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8605
8606 lt_compiler_flag="-o out/conftest2.$ac_objext"
8607 # Insert the option either (1) after the last *FLAGS variable, or
8608 # (2) before a word containing "conftest.", or (3) at the end.
8609 # Note that $ac_compile itself does not contain backslashes and begins
8610 # with a dollar sign (not a hyphen), so the echo should work correctly.
8611 lt_compile=`echo "$ac_compile" | $SED \
8612 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8613 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8614 -e 's:$: $lt_compiler_flag:'`
8615 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8616 (eval "$lt_compile" 2>out/conftest.err)
8617 ac_status=$?
8618 cat out/conftest.err >&5
8619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8620 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8621 then
8622 # The compiler can only warn and ignore the option if not recognized
8623 # So say no if there are warnings
8624 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8625 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8626 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8627 lt_cv_prog_compiler_c_o=yes
8628 fi
8629 fi
8630 chmod u+w . 2>&5
8631 $RM conftest*
8632 # SGI C++ compiler will create directory out/ii_files/ for
8633 # template instantiation
8634 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8635 $RM out/* && rmdir out
8636 cd ..
8637 $RM -r conftest
8638 $RM conftest*
8639
81ecdfbb 8640fi
6bb11ab3
L
8641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8642$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8643
8644
8645
8646
8647
8648
8649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8650$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8651if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8652 $as_echo_n "(cached) " >&6
8653else
6bb11ab3
L
8654 lt_cv_prog_compiler_c_o=no
8655 $RM -r conftest 2>/dev/null
8656 mkdir conftest
8657 cd conftest
8658 mkdir out
8659 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8660
8661 lt_compiler_flag="-o out/conftest2.$ac_objext"
8662 # Insert the option either (1) after the last *FLAGS variable, or
8663 # (2) before a word containing "conftest.", or (3) at the end.
8664 # Note that $ac_compile itself does not contain backslashes and begins
8665 # with a dollar sign (not a hyphen), so the echo should work correctly.
8666 lt_compile=`echo "$ac_compile" | $SED \
8667 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8668 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8669 -e 's:$: $lt_compiler_flag:'`
8670 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8671 (eval "$lt_compile" 2>out/conftest.err)
8672 ac_status=$?
8673 cat out/conftest.err >&5
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8676 then
8677 # The compiler can only warn and ignore the option if not recognized
8678 # So say no if there are warnings
8679 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8680 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8681 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8682 lt_cv_prog_compiler_c_o=yes
8683 fi
8684 fi
8685 chmod u+w . 2>&5
8686 $RM conftest*
8687 # SGI C++ compiler will create directory out/ii_files/ for
8688 # template instantiation
8689 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8690 $RM out/* && rmdir out
8691 cd ..
8692 $RM -r conftest
8693 $RM conftest*
8694
8695fi
8696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8697$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8698
8699
8700
8701
8702hard_links="nottested"
8703if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8704 # do not overwrite the value of need_locks provided by the user
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8706$as_echo_n "checking if we can lock with hard links... " >&6; }
8707 hard_links=yes
8708 $RM conftest*
8709 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8710 touch conftest.a
8711 ln conftest.a conftest.b 2>&5 || hard_links=no
8712 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8714$as_echo "$hard_links" >&6; }
8715 if test "$hard_links" = no; then
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8717$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8718 need_locks=warn
8719 fi
8720else
8721 need_locks=no
8722fi
8723
8724
8725
8726
8727
8728
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8730$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8731
8732 runpath_var=
8733 allow_undefined_flag=
8734 always_export_symbols=no
8735 archive_cmds=
8736 archive_expsym_cmds=
8737 compiler_needs_object=no
8738 enable_shared_with_static_runtimes=no
8739 export_dynamic_flag_spec=
8740 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8741 hardcode_automatic=no
8742 hardcode_direct=no
8743 hardcode_direct_absolute=no
8744 hardcode_libdir_flag_spec=
8745 hardcode_libdir_flag_spec_ld=
8746 hardcode_libdir_separator=
8747 hardcode_minus_L=no
8748 hardcode_shlibpath_var=unsupported
8749 inherit_rpath=no
8750 link_all_deplibs=unknown
8751 module_cmds=
8752 module_expsym_cmds=
8753 old_archive_from_new_cmds=
8754 old_archive_from_expsyms_cmds=
8755 thread_safe_flag_spec=
8756 whole_archive_flag_spec=
8757 # include_expsyms should be a list of space-separated symbols to be *always*
8758 # included in the symbol list
8759 include_expsyms=
8760 # exclude_expsyms can be an extended regexp of symbols to exclude
8761 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8762 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8763 # as well as any symbol that contains `d'.
8764 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8765 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8766 # platforms (ab)use it in PIC code, but their linkers get confused if
8767 # the symbol is explicitly referenced. Since portable code cannot
8768 # rely on this symbol name, it's probably fine to never include it in
8769 # preloaded symbol tables.
8770 # Exclude shared library initialization/finalization symbols.
8771 extract_expsyms_cmds=
8772
8773 case $host_os in
8774 cygwin* | mingw* | pw32* | cegcc*)
8775 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8776 # When not using gcc, we currently assume that we are using
8777 # Microsoft Visual C++.
8778 if test "$GCC" != yes; then
8779 with_gnu_ld=no
8780 fi
8781 ;;
8782 interix*)
8783 # we just hope/assume this is gcc and not c89 (= MSVC++)
8784 with_gnu_ld=yes
8785 ;;
8786 openbsd*)
8787 with_gnu_ld=no
8788 ;;
8789 esac
f0569246 8790
6bb11ab3
L
8791 ld_shlibs=yes
8792
8793 # On some targets, GNU ld is compatible enough with the native linker
8794 # that we're better off using the native interface for both.
8795 lt_use_gnu_ld_interface=no
8796 if test "$with_gnu_ld" = yes; then
8797 case $host_os in
8798 aix*)
8799 # The AIX port of GNU ld has always aspired to compatibility
8800 # with the native linker. However, as the warning in the GNU ld
8801 # block says, versions before 2.19.5* couldn't really create working
8802 # shared libraries, regardless of the interface used.
8803 case `$LD -v 2>&1` in
8804 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8805 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8806 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8807 *)
8808 lt_use_gnu_ld_interface=yes
8809 ;;
8810 esac
8811 ;;
8812 *)
8813 lt_use_gnu_ld_interface=yes
8814 ;;
8815 esac
8816 fi
f0569246 8817
6bb11ab3
L
8818 if test "$lt_use_gnu_ld_interface" = yes; then
8819 # If archive_cmds runs LD, not CC, wlarc should be empty
8820 wlarc='${wl}'
8821
8822 # Set some defaults for GNU ld with shared library support. These
8823 # are reset later if shared libraries are not supported. Putting them
8824 # here allows them to be overridden if necessary.
8825 runpath_var=LD_RUN_PATH
8826 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8827 export_dynamic_flag_spec='${wl}--export-dynamic'
8828 # ancient GNU ld didn't support --whole-archive et. al.
8829 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8830 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8831 else
8832 whole_archive_flag_spec=
8833 fi
8834 supports_anon_versioning=no
8835 case `$LD -v 2>&1` in
8836 *GNU\ gold*) supports_anon_versioning=yes ;;
8837 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8838 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8839 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8840 *\ 2.11.*) ;; # other 2.11 versions
8841 *) supports_anon_versioning=yes ;;
8842 esac
8843
8844 # See if GNU ld supports shared libraries.
8845 case $host_os in
8846 aix[3-9]*)
8847 # On AIX/PPC, the GNU linker is very broken
8848 if test "$host_cpu" != ia64; then
8849 ld_shlibs=no
8850 cat <<_LT_EOF 1>&2
8851
8852*** Warning: the GNU linker, at least up to release 2.19, is reported
8853*** to be unable to reliably create shared libraries on AIX.
8854*** Therefore, libtool is disabling shared libraries support. If you
8855*** really care for shared libraries, you may want to install binutils
8856*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8857*** You will then need to restart the configuration process.
8858
8859_LT_EOF
8860 fi
8861 ;;
8862
8863 amigaos*)
8864 case $host_cpu in
8865 powerpc)
8866 # see comment about AmigaOS4 .so support
8867 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8868 archive_expsym_cmds=''
8869 ;;
8870 m68k)
8871 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)'
8872 hardcode_libdir_flag_spec='-L$libdir'
8873 hardcode_minus_L=yes
8874 ;;
8875 esac
8876 ;;
8877
8878 beos*)
8879 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8880 allow_undefined_flag=unsupported
8881 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8882 # support --undefined. This deserves some investigation. FIXME
8883 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8884 else
8885 ld_shlibs=no
8886 fi
8887 ;;
8888
8889 cygwin* | mingw* | pw32* | cegcc*)
8890 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8891 # as there is no search path for DLLs.
8892 hardcode_libdir_flag_spec='-L$libdir'
8893 export_dynamic_flag_spec='${wl}--export-all-symbols'
8894 allow_undefined_flag=unsupported
8895 always_export_symbols=no
8896 enable_shared_with_static_runtimes=yes
8897 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8898
8899 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8900 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8901 # If the export-symbols file already is a .def file (1st line
8902 # is EXPORTS), use it as is; otherwise, prepend...
8903 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8904 cp $export_symbols $output_objdir/$soname.def;
8905 else
8906 echo EXPORTS > $output_objdir/$soname.def;
8907 cat $export_symbols >> $output_objdir/$soname.def;
8908 fi~
8909 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8910 else
8911 ld_shlibs=no
8912 fi
8913 ;;
8914
8915 haiku*)
8916 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8917 link_all_deplibs=yes
8918 ;;
8919
8920 interix[3-9]*)
8921 hardcode_direct=no
8922 hardcode_shlibpath_var=no
8923 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8924 export_dynamic_flag_spec='${wl}-E'
8925 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8926 # Instead, shared libraries are loaded at an image base (0x10000000 by
8927 # default) and relocated if they conflict, which is a slow very memory
8928 # consuming and fragmenting process. To avoid this, we pick a random,
8929 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8930 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8931 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8932 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'
8933 ;;
8934
8935 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8936 tmp_diet=no
8937 if test "$host_os" = linux-dietlibc; then
8938 case $cc_basename in
8939 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8940 esac
8941 fi
8942 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8943 && test "$tmp_diet" = no
8944 then
5cddc23a 8945 tmp_addflag=' $pic_flag'
6bb11ab3
L
8946 tmp_sharedflag='-shared'
8947 case $cc_basename,$host_cpu in
8948 pgcc*) # Portland Group C compiler
8949 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'
8950 tmp_addflag=' $pic_flag'
8951 ;;
8952 pgf77* | pgf90* | pgf95* | pgfortran*)
8953 # Portland Group f77 and f90 compilers
8954 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'
8955 tmp_addflag=' $pic_flag -Mnomain' ;;
8956 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8957 tmp_addflag=' -i_dynamic' ;;
8958 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8959 tmp_addflag=' -i_dynamic -nofor_main' ;;
8960 ifc* | ifort*) # Intel Fortran compiler
8961 tmp_addflag=' -nofor_main' ;;
8962 lf95*) # Lahey Fortran 8.1
8963 whole_archive_flag_spec=
8964 tmp_sharedflag='--shared' ;;
8965 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8966 tmp_sharedflag='-qmkshrobj'
8967 tmp_addflag= ;;
8968 nvcc*) # Cuda Compiler Driver 2.2
8969 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'
8970 compiler_needs_object=yes
8971 ;;
8972 esac
8973 case `$CC -V 2>&1 | sed 5q` in
8974 *Sun\ C*) # Sun C 5.9
8975 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'
8976 compiler_needs_object=yes
8977 tmp_sharedflag='-G' ;;
8978 *Sun\ F*) # Sun Fortran 8.3
8979 tmp_sharedflag='-G' ;;
8980 esac
8981 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8982
8983 if test "x$supports_anon_versioning" = xyes; then
8984 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8985 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8986 echo "local: *; };" >> $output_objdir/$libname.ver~
8987 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8988 fi
8989
8990 case $cc_basename in
8991 xlf* | bgf* | bgxlf* | mpixlf*)
8992 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8993 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8994 hardcode_libdir_flag_spec=
8995 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8996 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8997 if test "x$supports_anon_versioning" = xyes; then
8998 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8999 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9000 echo "local: *; };" >> $output_objdir/$libname.ver~
9001 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9002 fi
9003 ;;
9004 esac
9005 else
9006 ld_shlibs=no
9007 fi
9008 ;;
9009
9010 netbsd*)
9011 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9012 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9013 wlarc=
9014 else
9015 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9016 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9017 fi
9018 ;;
9019
9020 solaris*)
9021 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9022 ld_shlibs=no
9023 cat <<_LT_EOF 1>&2
9024
9025*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9026*** create shared libraries on Solaris systems. Therefore, libtool
9027*** is disabling shared libraries support. We urge you to upgrade GNU
9028*** binutils to release 2.9.1 or newer. Another option is to modify
9029*** your PATH or compiler configuration so that the native linker is
9030*** used, and then restart.
9031
9032_LT_EOF
9033 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9034 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9035 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9036 else
9037 ld_shlibs=no
9038 fi
9039 ;;
9040
9041 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9042 case `$LD -v 2>&1` in
9043 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9044 ld_shlibs=no
9045 cat <<_LT_EOF 1>&2
9046
9047*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9048*** reliably create shared libraries on SCO systems. Therefore, libtool
9049*** is disabling shared libraries support. We urge you to upgrade GNU
9050*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9051*** your PATH or compiler configuration so that the native linker is
9052*** used, and then restart.
9053
9054_LT_EOF
9055 ;;
9056 *)
9057 # For security reasons, it is highly recommended that you always
9058 # use absolute paths for naming shared libraries, and exclude the
9059 # DT_RUNPATH tag from executables and libraries. But doing so
9060 # requires that you compile everything twice, which is a pain.
9061 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9062 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9063 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9064 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9065 else
9066 ld_shlibs=no
9067 fi
9068 ;;
9069 esac
9070 ;;
9071
9072 sunos4*)
9073 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9074 wlarc=
9075 hardcode_direct=yes
9076 hardcode_shlibpath_var=no
9077 ;;
9078
9079 *)
9080 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9081 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9082 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9083 else
9084 ld_shlibs=no
9085 fi
9086 ;;
9087 esac
9088
9089 if test "$ld_shlibs" = no; then
9090 runpath_var=
9091 hardcode_libdir_flag_spec=
9092 export_dynamic_flag_spec=
9093 whole_archive_flag_spec=
9094 fi
9095 else
9096 # PORTME fill in a description of your system's linker (not GNU ld)
9097 case $host_os in
9098 aix3*)
9099 allow_undefined_flag=unsupported
9100 always_export_symbols=yes
9101 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'
9102 # Note: this linker hardcodes the directories in LIBPATH if there
9103 # are no directories specified by -L.
9104 hardcode_minus_L=yes
9105 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9106 # Neither direct hardcoding nor static linking is supported with a
9107 # broken collect2.
9108 hardcode_direct=unsupported
9109 fi
9110 ;;
9111
9112 aix[4-9]*)
9113 if test "$host_cpu" = ia64; then
9114 # On IA64, the linker does run time linking by default, so we don't
9115 # have to do anything special.
9116 aix_use_runtimelinking=no
9117 exp_sym_flag='-Bexport'
9118 no_entry_flag=""
9119 else
9120 # If we're using GNU nm, then we don't want the "-C" option.
9121 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9122 # Also, AIX nm treats weak defined symbols like other global
9123 # defined symbols, whereas GNU nm marks them as "W".
9124 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9125 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'
9126 else
5c887dd5 9127 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
9128 fi
9129 aix_use_runtimelinking=no
9130
9131 # Test if we are trying to use run time linking or normal
9132 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9133 # need to do runtime linking.
9134 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9135 for ld_flag in $LDFLAGS; do
9136 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9137 aix_use_runtimelinking=yes
9138 break
9139 fi
9140 done
9141 ;;
9142 esac
9143
9144 exp_sym_flag='-bexport'
9145 no_entry_flag='-bnoentry'
9146 fi
9147
9148 # When large executables or shared objects are built, AIX ld can
9149 # have problems creating the table of contents. If linking a library
9150 # or program results in "error TOC overflow" add -mminimal-toc to
9151 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9152 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9153
9154 archive_cmds=''
9155 hardcode_direct=yes
9156 hardcode_direct_absolute=yes
9157 hardcode_libdir_separator=':'
9158 link_all_deplibs=yes
9159 file_list_spec='${wl}-f,'
9160
9161 if test "$GCC" = yes; then
9162 case $host_os in aix4.[012]|aix4.[012].*)
9163 # We only want to do this on AIX 4.2 and lower, the check
9164 # below for broken collect2 doesn't work under 4.3+
9165 collect2name=`${CC} -print-prog-name=collect2`
9166 if test -f "$collect2name" &&
9167 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9168 then
9169 # We have reworked collect2
9170 :
9171 else
9172 # We have old collect2
9173 hardcode_direct=unsupported
9174 # It fails to find uninstalled libraries when the uninstalled
9175 # path is not listed in the libpath. Setting hardcode_minus_L
9176 # to unsupported forces relinking
9177 hardcode_minus_L=yes
9178 hardcode_libdir_flag_spec='-L$libdir'
9179 hardcode_libdir_separator=
9180 fi
9181 ;;
9182 esac
9183 shared_flag='-shared'
9184 if test "$aix_use_runtimelinking" = yes; then
9185 shared_flag="$shared_flag "'${wl}-G'
9186 fi
9187 else
9188 # not using gcc
9189 if test "$host_cpu" = ia64; then
9190 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9191 # chokes on -Wl,-G. The following line is correct:
9192 shared_flag='-G'
9193 else
9194 if test "$aix_use_runtimelinking" = yes; then
9195 shared_flag='${wl}-G'
9196 else
9197 shared_flag='${wl}-bM:SRE'
9198 fi
9199 fi
9200 fi
9201
9202 export_dynamic_flag_spec='${wl}-bexpall'
9203 # It seems that -bexpall does not export symbols beginning with
9204 # underscore (_), so it is better to generate a list of symbols to export.
9205 always_export_symbols=yes
9206 if test "$aix_use_runtimelinking" = yes; then
9207 # Warning - without using the other runtime loading flags (-brtl),
9208 # -berok will link without error, but may produce a broken library.
9209 allow_undefined_flag='-berok'
9210 # Determine the default libpath from the value encoded in an
9211 # empty executable.
9212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9213/* end confdefs.h. */
9214
9215int
9216main ()
9217{
9218
9219 ;
9220 return 0;
9221}
9222_ACEOF
6bb11ab3 9223if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 9224
6bb11ab3
L
9225lt_aix_libpath_sed='
9226 /Import File Strings/,/^$/ {
9227 /^0/ {
9228 s/^0 *\(.*\)$/\1/
9229 p
9230 }
9231 }'
9232aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9233# Check for a 64-bit object if we didn't find anything.
9234if test -z "$aix_libpath"; then
9235 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9236fi
9237fi
9238rm -f core conftest.err conftest.$ac_objext \
9239 conftest$ac_exeext conftest.$ac_ext
9240if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9241
9242 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9243 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"
9244 else
9245 if test "$host_cpu" = ia64; then
9246 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9247 allow_undefined_flag="-z nodefs"
9248 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"
9249 else
9250 # Determine the default libpath from the value encoded in an
9251 # empty executable.
81ecdfbb
RW
9252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9253/* end confdefs.h. */
9254
9255int
9256main ()
9257{
b7026657 9258
81ecdfbb
RW
9259 ;
9260 return 0;
9261}
9262_ACEOF
6bb11ab3
L
9263if ac_fn_c_try_link "$LINENO"; then :
9264
9265lt_aix_libpath_sed='
9266 /Import File Strings/,/^$/ {
9267 /^0/ {
9268 s/^0 *\(.*\)$/\1/
9269 p
9270 }
9271 }'
9272aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9273# Check for a 64-bit object if we didn't find anything.
9274if test -z "$aix_libpath"; then
9275 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 9276fi
81ecdfbb 9277fi
6bb11ab3
L
9278rm -f core conftest.err conftest.$ac_objext \
9279 conftest$ac_exeext conftest.$ac_ext
9280if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9281
9282 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9283 # Warning - without using the other run time loading flags,
9284 # -berok will link without error, but may produce a broken library.
9285 no_undefined_flag=' ${wl}-bernotok'
9286 allow_undefined_flag=' ${wl}-berok'
9287 if test "$with_gnu_ld" = yes; then
9288 # We only use this code for GNU lds that support --whole-archive.
9289 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9290 else
9291 # Exported symbols can be pulled into shared objects from archives
9292 whole_archive_flag_spec='$convenience'
9293 fi
9294 archive_cmds_need_lc=yes
9295 # This is similar to how AIX traditionally builds its shared libraries.
9296 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'
9297 fi
9298 fi
9299 ;;
9300
9301 amigaos*)
9302 case $host_cpu in
9303 powerpc)
9304 # see comment about AmigaOS4 .so support
9305 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9306 archive_expsym_cmds=''
9307 ;;
9308 m68k)
9309 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)'
9310 hardcode_libdir_flag_spec='-L$libdir'
9311 hardcode_minus_L=yes
9312 ;;
9313 esac
9314 ;;
9315
9316 bsdi[45]*)
9317 export_dynamic_flag_spec=-rdynamic
9318 ;;
9319
9320 cygwin* | mingw* | pw32* | cegcc*)
9321 # When not using gcc, we currently assume that we are using
9322 # Microsoft Visual C++.
9323 # hardcode_libdir_flag_spec is actually meaningless, as there is
9324 # no search path for DLLs.
9325 hardcode_libdir_flag_spec=' '
9326 allow_undefined_flag=unsupported
9327 # Tell ltmain to make .lib files, not .a files.
9328 libext=lib
9329 # Tell ltmain to make .dll files, not .so files.
9330 shrext_cmds=".dll"
9331 # FIXME: Setting linknames here is a bad hack.
9332 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9333 # The linker will automatically build a .lib file if we build a DLL.
9334 old_archive_from_new_cmds='true'
9335 # FIXME: Should let the user specify the lib program.
9336 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9337 fix_srcfile_path='`cygpath -w "$srcfile"`'
9338 enable_shared_with_static_runtimes=yes
9339 ;;
9340
9341 darwin* | rhapsody*)
9342
9343
9344 archive_cmds_need_lc=no
9345 hardcode_direct=no
9346 hardcode_automatic=yes
9347 hardcode_shlibpath_var=unsupported
9348 if test "$lt_cv_ld_force_load" = "yes"; then
9349 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 9350 else
6bb11ab3 9351 whole_archive_flag_spec=''
f0569246 9352 fi
6bb11ab3
L
9353 link_all_deplibs=yes
9354 allow_undefined_flag="$_lt_dar_allow_undefined"
9355 case $cc_basename in
9356 ifort*) _lt_dar_can_shared=yes ;;
9357 *) _lt_dar_can_shared=$GCC ;;
9358 esac
9359 if test "$_lt_dar_can_shared" = "yes"; then
9360 output_verbose_link_cmd=func_echo_all
9361 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9362 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9363 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}"
9364 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}"
9365
f0569246 9366 else
6bb11ab3 9367 ld_shlibs=no
f0569246 9368 fi
6bb11ab3
L
9369
9370 ;;
9371
9372 dgux*)
9373 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9374 hardcode_libdir_flag_spec='-L$libdir'
9375 hardcode_shlibpath_var=no
9376 ;;
9377
9378 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9379 # support. Future versions do this automatically, but an explicit c++rt0.o
9380 # does not break anything, and helps significantly (at the cost of a little
9381 # extra space).
9382 freebsd2.2*)
9383 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9384 hardcode_libdir_flag_spec='-R$libdir'
9385 hardcode_direct=yes
9386 hardcode_shlibpath_var=no
9387 ;;
9388
9389 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9390 freebsd2.*)
9391 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9392 hardcode_direct=yes
9393 hardcode_minus_L=yes
9394 hardcode_shlibpath_var=no
9395 ;;
9396
9397 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9398 freebsd* | dragonfly*)
9399 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9400 hardcode_libdir_flag_spec='-R$libdir'
9401 hardcode_direct=yes
9402 hardcode_shlibpath_var=no
9403 ;;
9404
9405 hpux9*)
9406 if test "$GCC" = yes; then
9407 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'
9408 else
9409 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'
9410 fi
9411 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9412 hardcode_libdir_separator=:
9413 hardcode_direct=yes
9414
9415 # hardcode_minus_L: Not really in the search PATH,
9416 # but as the default location of the library.
9417 hardcode_minus_L=yes
9418 export_dynamic_flag_spec='${wl}-E'
9419 ;;
9420
9421 hpux10*)
9422 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9423 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9424 else
9425 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9426 fi
9427 if test "$with_gnu_ld" = no; then
9428 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9429 hardcode_libdir_flag_spec_ld='+b $libdir'
9430 hardcode_libdir_separator=:
9431 hardcode_direct=yes
9432 hardcode_direct_absolute=yes
9433 export_dynamic_flag_spec='${wl}-E'
9434 # hardcode_minus_L: Not really in the search PATH,
9435 # but as the default location of the library.
9436 hardcode_minus_L=yes
9437 fi
9438 ;;
9439
9440 hpux11*)
9441 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9442 case $host_cpu in
9443 hppa*64*)
9444 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9445 ;;
9446 ia64*)
9447 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9448 ;;
9449 *)
9450 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9451 ;;
9452 esac
9453 else
9454 case $host_cpu in
9455 hppa*64*)
9456 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9457 ;;
9458 ia64*)
9459 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9460 ;;
9461 *)
9462
9463 # Older versions of the 11.00 compiler do not understand -b yet
9464 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9466$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9467if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9468 $as_echo_n "(cached) " >&6
f0569246 9469else
6bb11ab3
L
9470 lt_cv_prog_compiler__b=no
9471 save_LDFLAGS="$LDFLAGS"
9472 LDFLAGS="$LDFLAGS -b"
9473 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9474 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9475 # The linker can only warn and ignore the option if not recognized
9476 # So say no if there are warnings
9477 if test -s conftest.err; then
9478 # Append any errors to the config.log.
9479 cat conftest.err 1>&5
9480 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9481 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9482 if diff conftest.exp conftest.er2 >/dev/null; then
9483 lt_cv_prog_compiler__b=yes
9484 fi
9485 else
9486 lt_cv_prog_compiler__b=yes
9487 fi
9488 fi
9489 $RM -r conftest*
9490 LDFLAGS="$save_LDFLAGS"
f0569246 9491
6bb11ab3
L
9492fi
9493{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9494$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9495
6bb11ab3
L
9496if test x"$lt_cv_prog_compiler__b" = xyes; then
9497 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9498else
9499 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9500fi
81ecdfbb 9501
6bb11ab3
L
9502 ;;
9503 esac
9504 fi
9505 if test "$with_gnu_ld" = no; then
9506 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9507 hardcode_libdir_separator=:
9508
9509 case $host_cpu in
9510 hppa*64*|ia64*)
9511 hardcode_direct=no
9512 hardcode_shlibpath_var=no
9513 ;;
9514 *)
9515 hardcode_direct=yes
9516 hardcode_direct_absolute=yes
9517 export_dynamic_flag_spec='${wl}-E'
9518
9519 # hardcode_minus_L: Not really in the search PATH,
9520 # but as the default location of the library.
9521 hardcode_minus_L=yes
9522 ;;
9523 esac
9524 fi
9525 ;;
9526
9527 irix5* | irix6* | nonstopux*)
9528 if test "$GCC" = yes; then
9529 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'
9530 # Try to use the -exported_symbol ld option, if it does not
9531 # work, assume that -exports_file does not work either and
9532 # implicitly export all symbols.
9533 save_LDFLAGS="$LDFLAGS"
9534 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9536/* end confdefs.h. */
9537int foo(void) {}
b7026657 9538_ACEOF
6bb11ab3
L
9539if ac_fn_c_try_link "$LINENO"; then :
9540 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 9541
f0569246 9542fi
6bb11ab3
L
9543rm -f core conftest.err conftest.$ac_objext \
9544 conftest$ac_exeext conftest.$ac_ext
9545 LDFLAGS="$save_LDFLAGS"
9546 else
9547 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'
9548 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'
9549 fi
9550 archive_cmds_need_lc='no'
9551 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9552 hardcode_libdir_separator=:
9553 inherit_rpath=yes
9554 link_all_deplibs=yes
9555 ;;
9556
9557 netbsd*)
9558 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9559 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9560 else
9561 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9562 fi
9563 hardcode_libdir_flag_spec='-R$libdir'
9564 hardcode_direct=yes
9565 hardcode_shlibpath_var=no
9566 ;;
9567
9568 newsos6)
9569 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9570 hardcode_direct=yes
9571 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9572 hardcode_libdir_separator=:
9573 hardcode_shlibpath_var=no
9574 ;;
9575
9576 *nto* | *qnx*)
9577 ;;
9578
9579 openbsd*)
9580 if test -f /usr/libexec/ld.so; then
9581 hardcode_direct=yes
9582 hardcode_shlibpath_var=no
9583 hardcode_direct_absolute=yes
9584 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9585 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9586 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9587 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9588 export_dynamic_flag_spec='${wl}-E'
9589 else
9590 case $host_os in
9591 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9592 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9593 hardcode_libdir_flag_spec='-R$libdir'
9594 ;;
9595 *)
9596 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9597 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9598 ;;
9599 esac
9600 fi
9601 else
9602 ld_shlibs=no
9603 fi
9604 ;;
9605
9606 os2*)
9607 hardcode_libdir_flag_spec='-L$libdir'
9608 hardcode_minus_L=yes
9609 allow_undefined_flag=unsupported
9610 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'
9611 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9612 ;;
9613
9614 osf3*)
9615 if test "$GCC" = yes; then
9616 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9617 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'
9618 else
9619 allow_undefined_flag=' -expect_unresolved \*'
9620 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'
9621 fi
9622 archive_cmds_need_lc='no'
9623 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9624 hardcode_libdir_separator=:
9625 ;;
9626
9627 osf4* | osf5*) # as osf3* with the addition of -msym flag
9628 if test "$GCC" = yes; then
9629 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9630 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'
9631 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9632 else
9633 allow_undefined_flag=' -expect_unresolved \*'
9634 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'
9635 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~
9636 $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'
9637
9638 # Both c and cxx compiler support -rpath directly
9639 hardcode_libdir_flag_spec='-rpath $libdir'
9640 fi
9641 archive_cmds_need_lc='no'
9642 hardcode_libdir_separator=:
9643 ;;
9644
9645 solaris*)
9646 no_undefined_flag=' -z defs'
9647 if test "$GCC" = yes; then
9648 wlarc='${wl}'
9649 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9650 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9651 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9652 else
9653 case `$CC -V 2>&1` in
9654 *"Compilers 5.0"*)
9655 wlarc=''
9656 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9657 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9658 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9659 ;;
9660 *)
9661 wlarc='${wl}'
9662 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9663 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9664 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9665 ;;
9666 esac
9667 fi
9668 hardcode_libdir_flag_spec='-R$libdir'
9669 hardcode_shlibpath_var=no
9670 case $host_os in
9671 solaris2.[0-5] | solaris2.[0-5].*) ;;
9672 *)
9673 # The compiler driver will combine and reorder linker options,
9674 # but understands `-z linker_flag'. GCC discards it without `$wl',
9675 # but is careful enough not to reorder.
9676 # Supported since Solaris 2.6 (maybe 2.5.1?)
9677 if test "$GCC" = yes; then
9678 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9679 else
9680 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9681 fi
9682 ;;
9683 esac
9684 link_all_deplibs=yes
9685 ;;
9686
9687 sunos4*)
9688 if test "x$host_vendor" = xsequent; then
9689 # Use $CC to link under sequent, because it throws in some extra .o
9690 # files that make .init and .fini sections work.
9691 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9692 else
9693 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9694 fi
9695 hardcode_libdir_flag_spec='-L$libdir'
9696 hardcode_direct=yes
9697 hardcode_minus_L=yes
9698 hardcode_shlibpath_var=no
9699 ;;
9700
9701 sysv4)
9702 case $host_vendor in
9703 sni)
9704 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9705 hardcode_direct=yes # is this really true???
9706 ;;
9707 siemens)
9708 ## LD is ld it makes a PLAMLIB
9709 ## CC just makes a GrossModule.
9710 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9711 reload_cmds='$CC -r -o $output$reload_objs'
9712 hardcode_direct=no
9713 ;;
9714 motorola)
9715 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9716 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9717 ;;
9718 esac
9719 runpath_var='LD_RUN_PATH'
9720 hardcode_shlibpath_var=no
9721 ;;
9722
9723 sysv4.3*)
9724 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9725 hardcode_shlibpath_var=no
9726 export_dynamic_flag_spec='-Bexport'
9727 ;;
9728
9729 sysv4*MP*)
9730 if test -d /usr/nec; then
9731 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9732 hardcode_shlibpath_var=no
9733 runpath_var=LD_RUN_PATH
9734 hardcode_runpath_var=yes
9735 ld_shlibs=yes
9736 fi
9737 ;;
9738
9739 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9740 no_undefined_flag='${wl}-z,text'
9741 archive_cmds_need_lc=no
9742 hardcode_shlibpath_var=no
9743 runpath_var='LD_RUN_PATH'
9744
9745 if test "$GCC" = yes; then
9746 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9747 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9748 else
9749 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9750 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9751 fi
9752 ;;
9753
9754 sysv5* | sco3.2v5* | sco5v6*)
9755 # Note: We can NOT use -z defs as we might desire, because we do not
9756 # link with -lc, and that would cause any symbols used from libc to
9757 # always be unresolved, which means just about no library would
9758 # ever link correctly. If we're not using GNU ld we use -z text
9759 # though, which does catch some bad symbols but isn't as heavy-handed
9760 # as -z defs.
9761 no_undefined_flag='${wl}-z,text'
9762 allow_undefined_flag='${wl}-z,nodefs'
9763 archive_cmds_need_lc=no
9764 hardcode_shlibpath_var=no
9765 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9766 hardcode_libdir_separator=':'
9767 link_all_deplibs=yes
9768 export_dynamic_flag_spec='${wl}-Bexport'
9769 runpath_var='LD_RUN_PATH'
9770
9771 if test "$GCC" = yes; then
9772 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9773 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9774 else
9775 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9776 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9777 fi
9778 ;;
9779
9780 uts4*)
9781 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9782 hardcode_libdir_flag_spec='-L$libdir'
9783 hardcode_shlibpath_var=no
9784 ;;
9785
9786 *)
9787 ld_shlibs=no
9788 ;;
9789 esac
9790
9791 if test x$host_vendor = xsni; then
9792 case $host in
9793 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9794 export_dynamic_flag_spec='${wl}-Blargedynsym'
9795 ;;
9796 esac
9797 fi
9798 fi
9799
9800{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9801$as_echo "$ld_shlibs" >&6; }
9802test "$ld_shlibs" = no && can_build_shared=no
9803
9804with_gnu_ld=$with_gnu_ld
9805
9806
9807
9808
b7026657 9809
f0569246 9810
f0569246 9811
6ffe910a 9812
6ffe910a
MF
9813
9814
6ffe910a 9815
f0569246 9816
f0569246 9817
c906108c 9818
6bb11ab3
L
9819
9820#
9821# Do we need to explicitly link libc?
9822#
9823case "x$archive_cmds_need_lc" in
9824x|xyes)
9825 # Assume -lc should be added
9826 archive_cmds_need_lc=yes
9827
9828 if test "$enable_shared" = yes && test "$GCC" = yes; then
9829 case $archive_cmds in
9830 *'~'*)
9831 # FIXME: we may have to deal with multi-command sequences.
9832 ;;
9833 '$CC '*)
9834 # Test whether the compiler implicitly links with -lc since on some
9835 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9836 # to ld, don't add -lc before -lgcc.
9837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9838$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9839if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9840 $as_echo_n "(cached) " >&6
f0569246 9841else
6bb11ab3
L
9842 $RM conftest*
9843 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9844
9845 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9846 (eval $ac_compile) 2>&5
9847 ac_status=$?
9848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9849 test $ac_status = 0; } 2>conftest.err; then
9850 soname=conftest
9851 lib=conftest
9852 libobjs=conftest.$ac_objext
9853 deplibs=
9854 wl=$lt_prog_compiler_wl
9855 pic_flag=$lt_prog_compiler_pic
9856 compiler_flags=-v
9857 linker_flags=-v
9858 verstring=
9859 output_objdir=.
9860 libname=conftest
9861 lt_save_allow_undefined_flag=$allow_undefined_flag
9862 allow_undefined_flag=
9863 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9864 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9865 ac_status=$?
9866 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9867 test $ac_status = 0; }
9868 then
9869 lt_cv_archive_cmds_need_lc=no
9870 else
9871 lt_cv_archive_cmds_need_lc=yes
9872 fi
9873 allow_undefined_flag=$lt_save_allow_undefined_flag
9874 else
9875 cat conftest.err 1>&5
9876 fi
9877 $RM conftest*
c906108c 9878
6ffe910a 9879fi
6bb11ab3
L
9880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9881$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9882 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9883 ;;
9884 esac
9885 fi
9886 ;;
6ffe910a 9887esac
c906108c 9888
c906108c 9889
6ffe910a 9890
c906108c 9891
81ecdfbb 9892
35695fd6 9893
35695fd6 9894
35695fd6 9895
f0569246 9896
c906108c 9897
f0569246 9898
b7026657 9899
f0569246 9900
c906108c 9901
81ecdfbb 9902
b7026657 9903
f0569246
AC
9904
9905
81ecdfbb 9906
81ecdfbb 9907
81ecdfbb
RW
9908
9909
81ecdfbb 9910
81ecdfbb 9911
f0569246
AC
9912
9913
c906108c 9914
f0569246 9915
c906108c 9916
c906108c 9917
81ecdfbb 9918
b7026657 9919
c906108c 9920
f0569246 9921
81ecdfbb 9922
f0569246 9923
c906108c 9924
c906108c 9925
b7026657 9926
81ecdfbb 9927
b7026657 9928
c906108c 9929
c906108c 9930
b7026657
AC
9931
9932
b7026657
AC
9933
9934
6ffe910a 9935
2232061b
MF
9936
9937
2232061b 9938
2232061b
MF
9939
9940
2232061b
MF
9941
9942
2232061b 9943
2232061b
MF
9944
9945
6bb11ab3
L
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10046$as_echo_n "checking dynamic linker characteristics... " >&6; }
10047
10048if test "$GCC" = yes; then
10049 case $host_os in
10050 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10051 *) lt_awk_arg="/^libraries:/" ;;
10052 esac
10053 case $host_os in
10054 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10055 *) lt_sed_strip_eq="s,=/,/,g" ;;
10056 esac
10057 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10058 case $lt_search_path_spec in
10059 *\;*)
10060 # if the path contains ";" then we assume it to be the separator
10061 # otherwise default to the standard path separator (i.e. ":") - it is
10062 # assumed that no part of a normal pathname contains ";" but that should
10063 # okay in the real world where ";" in dirpaths is itself problematic.
10064 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10065 ;;
10066 *)
10067 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10068 ;;
10069 esac
10070 # Ok, now we have the path, separated by spaces, we can step through it
10071 # and add multilib dir if necessary.
10072 lt_tmp_lt_search_path_spec=
10073 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10074 for lt_sys_path in $lt_search_path_spec; do
10075 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10076 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10077 else
10078 test -d "$lt_sys_path" && \
10079 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10080 fi
10081 done
10082 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10083BEGIN {RS=" "; FS="/|\n";} {
10084 lt_foo="";
10085 lt_count=0;
10086 for (lt_i = NF; lt_i > 0; lt_i--) {
10087 if ($lt_i != "" && $lt_i != ".") {
10088 if ($lt_i == "..") {
10089 lt_count++;
10090 } else {
10091 if (lt_count == 0) {
10092 lt_foo="/" $lt_i lt_foo;
10093 } else {
10094 lt_count--;
10095 }
10096 }
10097 }
10098 }
10099 if (lt_foo != "") { lt_freq[lt_foo]++; }
10100 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10101}'`
10102 # AWK program above erroneously prepends '/' to C:/dos/paths
10103 # for these hosts.
10104 case $host_os in
10105 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10106 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10107 esac
10108 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10109else
10110 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10111fi
10112library_names_spec=
10113libname_spec='lib$name'
10114soname_spec=
10115shrext_cmds=".so"
10116postinstall_cmds=
10117postuninstall_cmds=
10118finish_cmds=
10119finish_eval=
10120shlibpath_var=
10121shlibpath_overrides_runpath=unknown
10122version_type=none
10123dynamic_linker="$host_os ld.so"
10124sys_lib_dlsearch_path_spec="/lib /usr/lib"
10125need_lib_prefix=unknown
10126hardcode_into_libs=no
10127
10128# when you set need_version to no, make sure it does not cause -set_version
10129# flags to be left without arguments
10130need_version=unknown
10131
10132case $host_os in
10133aix3*)
10134 version_type=linux
10135 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10136 shlibpath_var=LIBPATH
10137
10138 # AIX 3 has no versioning support, so we append a major version to the name.
10139 soname_spec='${libname}${release}${shared_ext}$major'
10140 ;;
10141
10142aix[4-9]*)
10143 version_type=linux
10144 need_lib_prefix=no
10145 need_version=no
10146 hardcode_into_libs=yes
10147 if test "$host_cpu" = ia64; then
10148 # AIX 5 supports IA64
10149 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10150 shlibpath_var=LD_LIBRARY_PATH
10151 else
10152 # With GCC up to 2.95.x, collect2 would create an import file
10153 # for dependence libraries. The import file would start with
10154 # the line `#! .'. This would cause the generated library to
10155 # depend on `.', always an invalid library. This was fixed in
10156 # development snapshots of GCC prior to 3.0.
10157 case $host_os in
10158 aix4 | aix4.[01] | aix4.[01].*)
10159 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10160 echo ' yes '
10161 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10162 :
10163 else
10164 can_build_shared=no
10165 fi
10166 ;;
10167 esac
10168 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10169 # soname into executable. Probably we can add versioning support to
10170 # collect2, so additional links can be useful in future.
10171 if test "$aix_use_runtimelinking" = yes; then
10172 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10173 # instead of lib<name>.a to let people know that these are not
10174 # typical AIX shared libraries.
10175 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10176 else
10177 # We preserve .a as extension for shared libraries through AIX4.2
10178 # and later when we are not doing run time linking.
10179 library_names_spec='${libname}${release}.a $libname.a'
10180 soname_spec='${libname}${release}${shared_ext}$major'
10181 fi
10182 shlibpath_var=LIBPATH
10183 fi
10184 ;;
10185
10186amigaos*)
10187 case $host_cpu in
10188 powerpc)
10189 # Since July 2007 AmigaOS4 officially supports .so libraries.
10190 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10191 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10192 ;;
10193 m68k)
10194 library_names_spec='$libname.ixlibrary $libname.a'
10195 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10196 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'
10197 ;;
10198 esac
10199 ;;
10200
10201beos*)
10202 library_names_spec='${libname}${shared_ext}'
10203 dynamic_linker="$host_os ld.so"
10204 shlibpath_var=LIBRARY_PATH
10205 ;;
10206
10207bsdi[45]*)
10208 version_type=linux
10209 need_version=no
10210 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10211 soname_spec='${libname}${release}${shared_ext}$major'
10212 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10213 shlibpath_var=LD_LIBRARY_PATH
10214 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10215 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10216 # the default ld.so.conf also contains /usr/contrib/lib and
10217 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10218 # libtool to hard-code these into programs
10219 ;;
10220
10221cygwin* | mingw* | pw32* | cegcc*)
10222 version_type=windows
10223 shrext_cmds=".dll"
10224 need_version=no
10225 need_lib_prefix=no
10226
10227 case $GCC,$host_os in
10228 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10229 library_names_spec='$libname.dll.a'
10230 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10231 postinstall_cmds='base_file=`basename \${file}`~
10232 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10233 dldir=$destdir/`dirname \$dlpath`~
10234 test -d \$dldir || mkdir -p \$dldir~
10235 $install_prog $dir/$dlname \$dldir/$dlname~
10236 chmod a+x \$dldir/$dlname~
10237 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10238 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10239 fi'
10240 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10241 dlpath=$dir/\$dldll~
10242 $RM \$dlpath'
10243 shlibpath_overrides_runpath=yes
10244
10245 case $host_os in
10246 cygwin*)
10247 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10248 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10249
10250 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10251 ;;
10252 mingw* | cegcc*)
10253 # MinGW DLLs use traditional 'lib' prefix
10254 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10255 ;;
10256 pw32*)
10257 # pw32 DLLs use 'pw' prefix rather than 'lib'
10258 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10259 ;;
10260 esac
10261 ;;
10262
10263 *)
10264 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10265 ;;
10266 esac
10267 dynamic_linker='Win32 ld.exe'
10268 # FIXME: first we should search . and the directory the executable is in
10269 shlibpath_var=PATH
10270 ;;
10271
10272darwin* | rhapsody*)
10273 dynamic_linker="$host_os dyld"
10274 version_type=darwin
10275 need_lib_prefix=no
10276 need_version=no
10277 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10278 soname_spec='${libname}${release}${major}$shared_ext'
10279 shlibpath_overrides_runpath=yes
10280 shlibpath_var=DYLD_LIBRARY_PATH
10281 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10282
10283 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10284 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10285 ;;
10286
10287dgux*)
10288 version_type=linux
10289 need_lib_prefix=no
10290 need_version=no
10291 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10292 soname_spec='${libname}${release}${shared_ext}$major'
10293 shlibpath_var=LD_LIBRARY_PATH
10294 ;;
10295
10296freebsd* | dragonfly*)
10297 # DragonFly does not have aout. When/if they implement a new
10298 # versioning mechanism, adjust this.
10299 if test -x /usr/bin/objformat; then
10300 objformat=`/usr/bin/objformat`
10301 else
10302 case $host_os in
10303 freebsd[23].*) objformat=aout ;;
10304 *) objformat=elf ;;
10305 esac
10306 fi
10307 version_type=freebsd-$objformat
10308 case $version_type in
10309 freebsd-elf*)
10310 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10311 need_version=no
10312 need_lib_prefix=no
10313 ;;
10314 freebsd-*)
10315 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10316 need_version=yes
10317 ;;
10318 esac
10319 shlibpath_var=LD_LIBRARY_PATH
10320 case $host_os in
10321 freebsd2.*)
10322 shlibpath_overrides_runpath=yes
10323 ;;
10324 freebsd3.[01]* | freebsdelf3.[01]*)
10325 shlibpath_overrides_runpath=yes
10326 hardcode_into_libs=yes
10327 ;;
10328 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10329 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10330 shlibpath_overrides_runpath=no
10331 hardcode_into_libs=yes
10332 ;;
10333 *) # from 4.6 on, and DragonFly
10334 shlibpath_overrides_runpath=yes
10335 hardcode_into_libs=yes
10336 ;;
10337 esac
10338 ;;
10339
6bb11ab3
L
10340haiku*)
10341 version_type=linux
10342 need_lib_prefix=no
10343 need_version=no
10344 dynamic_linker="$host_os runtime_loader"
10345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10346 soname_spec='${libname}${release}${shared_ext}$major'
10347 shlibpath_var=LIBRARY_PATH
10348 shlibpath_overrides_runpath=yes
10349 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10350 hardcode_into_libs=yes
10351 ;;
10352
10353hpux9* | hpux10* | hpux11*)
10354 # Give a soname corresponding to the major version so that dld.sl refuses to
10355 # link against other versions.
10356 version_type=sunos
10357 need_lib_prefix=no
10358 need_version=no
10359 case $host_cpu in
10360 ia64*)
10361 shrext_cmds='.so'
10362 hardcode_into_libs=yes
10363 dynamic_linker="$host_os dld.so"
10364 shlibpath_var=LD_LIBRARY_PATH
10365 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10366 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10367 soname_spec='${libname}${release}${shared_ext}$major'
10368 if test "X$HPUX_IA64_MODE" = X32; then
10369 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10370 else
10371 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10372 fi
10373 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10374 ;;
10375 hppa*64*)
10376 shrext_cmds='.sl'
10377 hardcode_into_libs=yes
10378 dynamic_linker="$host_os dld.sl"
10379 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10380 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10381 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10382 soname_spec='${libname}${release}${shared_ext}$major'
10383 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10384 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10385 ;;
10386 *)
10387 shrext_cmds='.sl'
10388 dynamic_linker="$host_os dld.sl"
10389 shlibpath_var=SHLIB_PATH
10390 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10391 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10392 soname_spec='${libname}${release}${shared_ext}$major'
10393 ;;
10394 esac
10395 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10396 postinstall_cmds='chmod 555 $lib'
10397 # or fails outright, so override atomically:
10398 install_override_mode=555
10399 ;;
10400
10401interix[3-9]*)
10402 version_type=linux
10403 need_lib_prefix=no
10404 need_version=no
10405 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10406 soname_spec='${libname}${release}${shared_ext}$major'
10407 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10408 shlibpath_var=LD_LIBRARY_PATH
10409 shlibpath_overrides_runpath=no
10410 hardcode_into_libs=yes
10411 ;;
10412
10413irix5* | irix6* | nonstopux*)
10414 case $host_os in
10415 nonstopux*) version_type=nonstopux ;;
10416 *)
10417 if test "$lt_cv_prog_gnu_ld" = yes; then
10418 version_type=linux
10419 else
10420 version_type=irix
10421 fi ;;
10422 esac
10423 need_lib_prefix=no
10424 need_version=no
10425 soname_spec='${libname}${release}${shared_ext}$major'
10426 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10427 case $host_os in
10428 irix5* | nonstopux*)
10429 libsuff= shlibsuff=
10430 ;;
10431 *)
10432 case $LD in # libtool.m4 will add one of these switches to LD
10433 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10434 libsuff= shlibsuff= libmagic=32-bit;;
10435 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10436 libsuff=32 shlibsuff=N32 libmagic=N32;;
10437 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10438 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10439 *) libsuff= shlibsuff= libmagic=never-match;;
10440 esac
10441 ;;
10442 esac
10443 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10444 shlibpath_overrides_runpath=no
10445 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10446 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10447 hardcode_into_libs=yes
10448 ;;
10449
10450# No shared lib support for Linux oldld, aout, or coff.
10451linux*oldld* | linux*aout* | linux*coff*)
10452 dynamic_linker=no
10453 ;;
10454
10455# This must be Linux ELF.
46f900c0 10456linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10457 version_type=linux
10458 need_lib_prefix=no
10459 need_version=no
10460 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461 soname_spec='${libname}${release}${shared_ext}$major'
10462 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10463 shlibpath_var=LD_LIBRARY_PATH
10464 shlibpath_overrides_runpath=no
10465
10466 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10467 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10468 $as_echo_n "(cached) " >&6
10469else
6bb11ab3
L
10470 lt_cv_shlibpath_overrides_runpath=no
10471 save_LDFLAGS=$LDFLAGS
10472 save_libdir=$libdir
10473 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10474 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10476/* end confdefs.h. */
10477
2232061b
MF
10478int
10479main ()
10480{
10481
10482 ;
10483 return 0;
10484}
10485_ACEOF
6bb11ab3
L
10486if ac_fn_c_try_link "$LINENO"; then :
10487 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10488 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10489fi
2232061b 10490fi
6bb11ab3
L
10491rm -f core conftest.err conftest.$ac_objext \
10492 conftest$ac_exeext conftest.$ac_ext
10493 LDFLAGS=$save_LDFLAGS
10494 libdir=$save_libdir
2232061b 10495
6bb11ab3 10496fi
2232061b 10497
6bb11ab3 10498 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10499
6bb11ab3
L
10500 # This implies no fast_install, which is unacceptable.
10501 # Some rework will be needed to allow for fast_install
10502 # before this can be enabled.
10503 hardcode_into_libs=yes
2232061b 10504
6bb11ab3
L
10505 # Append ld.so.conf contents to the search path
10506 if test -f /etc/ld.so.conf; then
10507 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' ' '`
10508 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10509 fi
2232061b 10510
6bb11ab3
L
10511 # We used to test for /lib/ld.so.1 and disable shared libraries on
10512 # powerpc, because MkLinux only supported shared libraries with the
10513 # GNU dynamic linker. Since this was broken with cross compilers,
10514 # most powerpc-linux boxes support dynamic linking these days and
10515 # people can always --disable-shared, the test was removed, and we
10516 # assume the GNU/Linux dynamic linker is in use.
10517 dynamic_linker='GNU/Linux ld.so'
10518 ;;
10519
10520netbsd*)
10521 version_type=sunos
10522 need_lib_prefix=no
10523 need_version=no
10524 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10525 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10526 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10527 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10528 else
6bb11ab3
L
10529 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10530 soname_spec='${libname}${release}${shared_ext}$major'
10531 dynamic_linker='NetBSD ld.elf_so'
10532 fi
10533 shlibpath_var=LD_LIBRARY_PATH
10534 shlibpath_overrides_runpath=yes
10535 hardcode_into_libs=yes
10536 ;;
10537
10538newsos6)
10539 version_type=linux
10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10541 shlibpath_var=LD_LIBRARY_PATH
10542 shlibpath_overrides_runpath=yes
10543 ;;
10544
10545*nto* | *qnx*)
10546 version_type=qnx
10547 need_lib_prefix=no
10548 need_version=no
10549 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10550 soname_spec='${libname}${release}${shared_ext}$major'
10551 shlibpath_var=LD_LIBRARY_PATH
10552 shlibpath_overrides_runpath=no
10553 hardcode_into_libs=yes
10554 dynamic_linker='ldqnx.so'
10555 ;;
10556
10557openbsd*)
10558 version_type=sunos
10559 sys_lib_dlsearch_path_spec="/usr/lib"
10560 need_lib_prefix=no
10561 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10562 case $host_os in
10563 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10564 *) need_version=no ;;
10565 esac
10566 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10567 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10568 shlibpath_var=LD_LIBRARY_PATH
10569 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10570 case $host_os in
10571 openbsd2.[89] | openbsd2.[89].*)
10572 shlibpath_overrides_runpath=no
10573 ;;
10574 *)
10575 shlibpath_overrides_runpath=yes
10576 ;;
10577 esac
10578 else
10579 shlibpath_overrides_runpath=yes
10580 fi
10581 ;;
10582
10583os2*)
10584 libname_spec='$name'
10585 shrext_cmds=".dll"
10586 need_lib_prefix=no
10587 library_names_spec='$libname${shared_ext} $libname.a'
10588 dynamic_linker='OS/2 ld.exe'
10589 shlibpath_var=LIBPATH
10590 ;;
10591
10592osf3* | osf4* | osf5*)
10593 version_type=osf
10594 need_lib_prefix=no
10595 need_version=no
10596 soname_spec='${libname}${release}${shared_ext}$major'
10597 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10598 shlibpath_var=LD_LIBRARY_PATH
10599 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10600 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10601 ;;
10602
10603rdos*)
10604 dynamic_linker=no
10605 ;;
10606
10607solaris*)
10608 version_type=linux
10609 need_lib_prefix=no
10610 need_version=no
10611 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10612 soname_spec='${libname}${release}${shared_ext}$major'
10613 shlibpath_var=LD_LIBRARY_PATH
10614 shlibpath_overrides_runpath=yes
10615 hardcode_into_libs=yes
10616 # ldd complains unless libraries are executable
10617 postinstall_cmds='chmod +x $lib'
10618 ;;
10619
10620sunos4*)
10621 version_type=sunos
10622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10623 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10624 shlibpath_var=LD_LIBRARY_PATH
10625 shlibpath_overrides_runpath=yes
10626 if test "$with_gnu_ld" = yes; then
10627 need_lib_prefix=no
10628 fi
10629 need_version=yes
10630 ;;
10631
10632sysv4 | sysv4.3*)
10633 version_type=linux
10634 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10635 soname_spec='${libname}${release}${shared_ext}$major'
10636 shlibpath_var=LD_LIBRARY_PATH
10637 case $host_vendor in
10638 sni)
10639 shlibpath_overrides_runpath=no
10640 need_lib_prefix=no
10641 runpath_var=LD_RUN_PATH
10642 ;;
10643 siemens)
10644 need_lib_prefix=no
10645 ;;
10646 motorola)
10647 need_lib_prefix=no
10648 need_version=no
10649 shlibpath_overrides_runpath=no
10650 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10651 ;;
10652 esac
10653 ;;
10654
10655sysv4*MP*)
10656 if test -d /usr/nec ;then
10657 version_type=linux
10658 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10659 soname_spec='$libname${shared_ext}.$major'
10660 shlibpath_var=LD_LIBRARY_PATH
2232061b 10661 fi
6bb11ab3
L
10662 ;;
10663
10664sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10665 version_type=freebsd-elf
10666 need_lib_prefix=no
10667 need_version=no
10668 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10669 soname_spec='${libname}${release}${shared_ext}$major'
10670 shlibpath_var=LD_LIBRARY_PATH
10671 shlibpath_overrides_runpath=yes
10672 hardcode_into_libs=yes
10673 if test "$with_gnu_ld" = yes; then
10674 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10675 else
10676 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10677 case $host_os in
10678 sco3.2v5*)
10679 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10680 ;;
10681 esac
10682 fi
10683 sys_lib_dlsearch_path_spec='/usr/lib'
10684 ;;
10685
10686tpf*)
10687 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10688 version_type=linux
10689 need_lib_prefix=no
10690 need_version=no
10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 shlibpath_overrides_runpath=no
10694 hardcode_into_libs=yes
10695 ;;
10696
10697uts4*)
10698 version_type=linux
10699 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10700 soname_spec='${libname}${release}${shared_ext}$major'
10701 shlibpath_var=LD_LIBRARY_PATH
10702 ;;
10703
10704*)
10705 dynamic_linker=no
10706 ;;
10707esac
10708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10709$as_echo "$dynamic_linker" >&6; }
10710test "$dynamic_linker" = no && can_build_shared=no
10711
10712variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10713if test "$GCC" = yes; then
10714 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10715fi
2232061b 10716
6bb11ab3
L
10717if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10718 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10719fi
10720if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10721 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10722fi
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
2232061b 10749
2232061b 10750
2232061b 10751
2232061b 10752
2232061b
MF
10753
10754
6ffe910a 10755
6ffe910a
MF
10756
10757
10758
10759
10760
2232061b 10761
6ffe910a
MF
10762
10763
10764
10765
6ffe910a 10766
6ffe910a 10767
6ffe910a
MF
10768
10769
6ffe910a 10770
6ffe910a 10771
6ffe910a
MF
10772
10773
5f3ef9d0 10774
5f3ef9d0
JB
10775
10776
10777
db2e4d67
MF
10778
10779
db2e4d67 10780
db2e4d67 10781
db2e4d67 10782
db2e4d67 10783
db2e4d67 10784
db2e4d67 10785
db2e4d67 10786
db2e4d67
MF
10787
10788
db2e4d67 10789
db2e4d67
MF
10790
10791
db2e4d67 10792
db2e4d67
MF
10793
10794
6ffe910a 10795
6ffe910a 10796
6ffe910a
MF
10797
10798
6ffe910a
MF
10799
10800
6ffe910a 10801
6ffe910a 10802
6ffe910a 10803
6ffe910a 10804
6ffe910a 10805
b7026657 10806
b7026657 10807
c906108c 10808
b7026657 10809
b7026657 10810
c906108c 10811
b7026657 10812
b7026657 10813
cd0fc7c3 10814
6bb11ab3
L
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10816$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10817hardcode_action=
10818if test -n "$hardcode_libdir_flag_spec" ||
10819 test -n "$runpath_var" ||
10820 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10821
6bb11ab3
L
10822 # We can hardcode non-existent directories.
10823 if test "$hardcode_direct" != no &&
10824 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10825 # have to relink, otherwise we might link with an installed library
10826 # when we should be linking with a yet-to-be-installed one
10827 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10828 test "$hardcode_minus_L" != no; then
10829 # Linking always hardcodes the temporary library directory.
10830 hardcode_action=relink
10831 else
10832 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10833 hardcode_action=immediate
10834 fi
10835else
10836 # We cannot hardcode anything, or else we can only hardcode existing
10837 # directories.
10838 hardcode_action=unsupported
c906108c 10839fi
6bb11ab3
L
10840{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10841$as_echo "$hardcode_action" >&6; }
b7026657 10842
6bb11ab3
L
10843if test "$hardcode_action" = relink ||
10844 test "$inherit_rpath" = yes; then
10845 # Fast installation is not supported
10846 enable_fast_install=no
10847elif test "$shlibpath_overrides_runpath" = yes ||
10848 test "$enable_shared" = no; then
10849 # Fast installation is not necessary
10850 enable_fast_install=needless
10851fi
c906108c 10852
6bb11ab3
L
10853
10854
10855
10856
10857
10858 if test "x$enable_dlopen" != xyes; then
10859 enable_dlopen=unknown
10860 enable_dlopen_self=unknown
10861 enable_dlopen_self_static=unknown
10862else
10863 lt_cv_dlopen=no
10864 lt_cv_dlopen_libs=
10865
10866 case $host_os in
10867 beos*)
10868 lt_cv_dlopen="load_add_on"
10869 lt_cv_dlopen_libs=
10870 lt_cv_dlopen_self=yes
10871 ;;
10872
10873 mingw* | pw32* | cegcc*)
10874 lt_cv_dlopen="LoadLibrary"
10875 lt_cv_dlopen_libs=
10876 ;;
10877
10878 cygwin*)
10879 lt_cv_dlopen="dlopen"
10880 lt_cv_dlopen_libs=
10881 ;;
10882
10883 darwin*)
10884 # if libdl is installed we need to link against it
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10886$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10887if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10888 $as_echo_n "(cached) " >&6
10889else
10890 ac_check_lib_save_LIBS=$LIBS
10891LIBS="-ldl $LIBS"
10892cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10893/* end confdefs.h. */
10894
10895/* Override any GCC internal prototype to avoid an error.
10896 Use char because int might match the return type of a GCC
10897 builtin and then its argument prototype would still apply. */
10898#ifdef __cplusplus
10899extern "C"
10900#endif
10901char dlopen ();
10902int
10903main ()
10904{
10905return dlopen ();
10906 ;
10907 return 0;
10908}
b7026657 10909_ACEOF
6bb11ab3
L
10910if ac_fn_c_try_link "$LINENO"; then :
10911 ac_cv_lib_dl_dlopen=yes
10912else
10913 ac_cv_lib_dl_dlopen=no
10914fi
10915rm -f core conftest.err conftest.$ac_objext \
10916 conftest$ac_exeext conftest.$ac_ext
10917LIBS=$ac_check_lib_save_LIBS
10918fi
10919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10920$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10921if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10922 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10923else
10924
10925 lt_cv_dlopen="dyld"
10926 lt_cv_dlopen_libs=
10927 lt_cv_dlopen_self=yes
c906108c 10928
c906108c 10929fi
c906108c 10930
6bb11ab3 10931 ;;
c906108c 10932
6bb11ab3
L
10933 *)
10934 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10935if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10936 lt_cv_dlopen="shl_load"
10937else
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10939$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10940if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10941 $as_echo_n "(cached) " >&6
10942else
10943 ac_check_lib_save_LIBS=$LIBS
10944LIBS="-ldld $LIBS"
10945cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10946/* end confdefs.h. */
10947
10948/* Override any GCC internal prototype to avoid an error.
10949 Use char because int might match the return type of a GCC
10950 builtin and then its argument prototype would still apply. */
10951#ifdef __cplusplus
10952extern "C"
10953#endif
10954char shl_load ();
10955int
10956main ()
10957{
10958return shl_load ();
10959 ;
10960 return 0;
10961}
10962_ACEOF
10963if ac_fn_c_try_link "$LINENO"; then :
10964 ac_cv_lib_dld_shl_load=yes
10965else
10966 ac_cv_lib_dld_shl_load=no
10967fi
10968rm -f core conftest.err conftest.$ac_objext \
10969 conftest$ac_exeext conftest.$ac_ext
10970LIBS=$ac_check_lib_save_LIBS
10971fi
10972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10973$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10974if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10975 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10976else
10977 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10978if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10979 lt_cv_dlopen="dlopen"
10980else
10981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10982$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10983if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10984 $as_echo_n "(cached) " >&6
c906108c 10985else
b7026657 10986 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10987LIBS="-ldl $LIBS"
81ecdfbb 10988cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10989/* end confdefs.h. */
10990
81ecdfbb
RW
10991/* Override any GCC internal prototype to avoid an error.
10992 Use char because int might match the return type of a GCC
10993 builtin and then its argument prototype would still apply. */
b7026657
AC
10994#ifdef __cplusplus
10995extern "C"
10996#endif
6bb11ab3 10997char dlopen ();
b7026657
AC
10998int
10999main ()
11000{
6bb11ab3 11001return dlopen ();
b7026657
AC
11002 ;
11003 return 0;
11004}
11005_ACEOF
81ecdfbb 11006if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11007 ac_cv_lib_dl_dlopen=yes
b7026657 11008else
6bb11ab3 11009 ac_cv_lib_dl_dlopen=no
b7026657 11010fi
81ecdfbb
RW
11011rm -f core conftest.err conftest.$ac_objext \
11012 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11013LIBS=$ac_check_lib_save_LIBS
11014fi
6bb11ab3
L
11015{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11016$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11017if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11018 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11019else
11020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11021$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11022if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11023 $as_echo_n "(cached) " >&6
c906108c 11024else
b7026657 11025 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11026LIBS="-lsvld $LIBS"
81ecdfbb 11027cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11028/* end confdefs.h. */
11029
81ecdfbb
RW
11030/* Override any GCC internal prototype to avoid an error.
11031 Use char because int might match the return type of a GCC
11032 builtin and then its argument prototype would still apply. */
b7026657
AC
11033#ifdef __cplusplus
11034extern "C"
11035#endif
6bb11ab3 11036char dlopen ();
b7026657
AC
11037int
11038main ()
11039{
6bb11ab3 11040return dlopen ();
b7026657
AC
11041 ;
11042 return 0;
11043}
11044_ACEOF
81ecdfbb 11045if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11046 ac_cv_lib_svld_dlopen=yes
b7026657 11047else
6bb11ab3 11048 ac_cv_lib_svld_dlopen=no
b7026657 11049fi
81ecdfbb
RW
11050rm -f core conftest.err conftest.$ac_objext \
11051 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11052LIBS=$ac_check_lib_save_LIBS
11053fi
6bb11ab3
L
11054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11055$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11056if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11057 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11058else
6bb11ab3
L
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11060$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11061if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11062 $as_echo_n "(cached) " >&6
b5bd9624 11063else
6bb11ab3
L
11064 ac_check_lib_save_LIBS=$LIBS
11065LIBS="-ldld $LIBS"
81ecdfbb 11066cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
11067/* end confdefs.h. */
11068
81ecdfbb
RW
11069/* Override any GCC internal prototype to avoid an error.
11070 Use char because int might match the return type of a GCC
b5bd9624 11071 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
11072#ifdef __cplusplus
11073extern "C"
11074#endif
6bb11ab3 11075char dld_link ();
b5bd9624
HPN
11076int
11077main ()
11078{
6bb11ab3 11079return dld_link ();
b5bd9624
HPN
11080 ;
11081 return 0;
11082}
11083_ACEOF
6bb11ab3
L
11084if ac_fn_c_try_link "$LINENO"; then :
11085 ac_cv_lib_dld_dld_link=yes
11086else
11087 ac_cv_lib_dld_dld_link=no
11088fi
11089rm -f core conftest.err conftest.$ac_objext \
11090 conftest$ac_exeext conftest.$ac_ext
11091LIBS=$ac_check_lib_save_LIBS
11092fi
11093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11094$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11095if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11096 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11097fi
11098
11099
11100fi
11101
11102
11103fi
11104
11105
11106fi
11107
11108
11109fi
11110
11111
11112fi
11113
11114 ;;
11115 esac
11116
11117 if test "x$lt_cv_dlopen" != xno; then
11118 enable_dlopen=yes
b5bd9624 11119 else
6bb11ab3
L
11120 enable_dlopen=no
11121 fi
11122
11123 case $lt_cv_dlopen in
11124 dlopen)
11125 save_CPPFLAGS="$CPPFLAGS"
11126 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11127
11128 save_LDFLAGS="$LDFLAGS"
11129 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11130
11131 save_LIBS="$LIBS"
11132 LIBS="$lt_cv_dlopen_libs $LIBS"
11133
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11135$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11136if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11137 $as_echo_n "(cached) " >&6
11138else
11139 if test "$cross_compiling" = yes; then :
11140 lt_cv_dlopen_self=cross
11141else
11142 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11143 lt_status=$lt_dlunknown
11144 cat > conftest.$ac_ext <<_LT_EOF
136da8cd 11145#line 11145 "configure"
6bb11ab3
L
11146#include "confdefs.h"
11147
11148#if HAVE_DLFCN_H
11149#include <dlfcn.h>
11150#endif
11151
11152#include <stdio.h>
11153
11154#ifdef RTLD_GLOBAL
11155# define LT_DLGLOBAL RTLD_GLOBAL
11156#else
11157# ifdef DL_GLOBAL
11158# define LT_DLGLOBAL DL_GLOBAL
11159# else
11160# define LT_DLGLOBAL 0
11161# endif
11162#endif
11163
11164/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11165 find out it does not work in some platform. */
11166#ifndef LT_DLLAZY_OR_NOW
11167# ifdef RTLD_LAZY
11168# define LT_DLLAZY_OR_NOW RTLD_LAZY
11169# else
11170# ifdef DL_LAZY
11171# define LT_DLLAZY_OR_NOW DL_LAZY
11172# else
11173# ifdef RTLD_NOW
11174# define LT_DLLAZY_OR_NOW RTLD_NOW
11175# else
11176# ifdef DL_NOW
11177# define LT_DLLAZY_OR_NOW DL_NOW
11178# else
11179# define LT_DLLAZY_OR_NOW 0
11180# endif
11181# endif
11182# endif
11183# endif
11184#endif
11185
11186/* When -fvisbility=hidden is used, assume the code has been annotated
11187 correspondingly for the symbols needed. */
11188#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11189void fnord () __attribute__((visibility("default")));
11190#endif
11191
11192void fnord () { int i=42; }
11193int main ()
11194{
11195 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11196 int status = $lt_dlunknown;
11197
11198 if (self)
11199 {
11200 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11201 else
11202 {
11203 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11204 else puts (dlerror ());
11205 }
11206 /* dlclose (self); */
11207 }
11208 else
11209 puts (dlerror ());
11210
11211 return status;
11212}
11213_LT_EOF
11214 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11215 (eval $ac_link) 2>&5
11216 ac_status=$?
11217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11218 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11219 (./conftest; exit; ) >&5 2>/dev/null
11220 lt_status=$?
11221 case x$lt_status in
11222 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11223 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11224 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11225 esac
11226 else :
11227 # compilation failed
11228 lt_cv_dlopen_self=no
b5bd9624 11229 fi
b5bd9624 11230fi
6bb11ab3
L
11231rm -fr conftest*
11232
11233
b5bd9624 11234fi
6bb11ab3
L
11235{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11236$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11237
6bb11ab3
L
11238 if test "x$lt_cv_dlopen_self" = xyes; then
11239 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11241$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11242if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11243 $as_echo_n "(cached) " >&6
b5bd9624 11244else
6bb11ab3
L
11245 if test "$cross_compiling" = yes; then :
11246 lt_cv_dlopen_self_static=cross
11247else
11248 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11249 lt_status=$lt_dlunknown
11250 cat > conftest.$ac_ext <<_LT_EOF
136da8cd 11251#line 11251 "configure"
6bb11ab3
L
11252#include "confdefs.h"
11253
11254#if HAVE_DLFCN_H
11255#include <dlfcn.h>
11256#endif
11257
11258#include <stdio.h>
11259
11260#ifdef RTLD_GLOBAL
11261# define LT_DLGLOBAL RTLD_GLOBAL
11262#else
11263# ifdef DL_GLOBAL
11264# define LT_DLGLOBAL DL_GLOBAL
11265# else
11266# define LT_DLGLOBAL 0
11267# endif
11268#endif
11269
11270/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11271 find out it does not work in some platform. */
11272#ifndef LT_DLLAZY_OR_NOW
11273# ifdef RTLD_LAZY
11274# define LT_DLLAZY_OR_NOW RTLD_LAZY
11275# else
11276# ifdef DL_LAZY
11277# define LT_DLLAZY_OR_NOW DL_LAZY
11278# else
11279# ifdef RTLD_NOW
11280# define LT_DLLAZY_OR_NOW RTLD_NOW
11281# else
11282# ifdef DL_NOW
11283# define LT_DLLAZY_OR_NOW DL_NOW
11284# else
11285# define LT_DLLAZY_OR_NOW 0
11286# endif
11287# endif
11288# endif
11289# endif
11290#endif
11291
11292/* When -fvisbility=hidden is used, assume the code has been annotated
11293 correspondingly for the symbols needed. */
11294#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11295void fnord () __attribute__((visibility("default")));
11296#endif
11297
11298void fnord () { int i=42; }
11299int main ()
11300{
11301 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11302 int status = $lt_dlunknown;
11303
11304 if (self)
11305 {
11306 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11307 else
11308 {
11309 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11310 else puts (dlerror ());
11311 }
11312 /* dlclose (self); */
11313 }
11314 else
11315 puts (dlerror ());
11316
11317 return status;
11318}
11319_LT_EOF
11320 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11321 (eval $ac_link) 2>&5
11322 ac_status=$?
11323 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11324 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11325 (./conftest; exit; ) >&5 2>/dev/null
11326 lt_status=$?
11327 case x$lt_status in
11328 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11329 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11330 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11331 esac
11332 else :
11333 # compilation failed
11334 lt_cv_dlopen_self_static=no
11335 fi
b5bd9624 11336fi
6bb11ab3
L
11337rm -fr conftest*
11338
11339
b5bd9624 11340fi
6bb11ab3
L
11341{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11342$as_echo "$lt_cv_dlopen_self_static" >&6; }
11343 fi
11344
11345 CPPFLAGS="$save_CPPFLAGS"
11346 LDFLAGS="$save_LDFLAGS"
11347 LIBS="$save_LIBS"
11348 ;;
11349 esac
11350
11351 case $lt_cv_dlopen_self in
11352 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11353 *) enable_dlopen_self=unknown ;;
11354 esac
11355
11356 case $lt_cv_dlopen_self_static in
11357 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11358 *) enable_dlopen_self_static=unknown ;;
11359 esac
11360fi
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378striplib=
11379old_striplib=
11380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11381$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11382if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11383 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11384 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11386$as_echo "yes" >&6; }
11387else
11388# FIXME - insert some real tests, host_os isn't really good enough
11389 case $host_os in
11390 darwin*)
11391 if test -n "$STRIP" ; then
11392 striplib="$STRIP -x"
11393 old_striplib="$STRIP -S"
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11395$as_echo "yes" >&6; }
11396 else
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11398$as_echo "no" >&6; }
11399 fi
11400 ;;
11401 *)
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11403$as_echo "no" >&6; }
11404 ;;
11405 esac
11406fi
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419 # Report which library types will actually be built
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11421$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11423$as_echo "$can_build_shared" >&6; }
11424
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11426$as_echo_n "checking whether to build shared libraries... " >&6; }
11427 test "$can_build_shared" = "no" && enable_shared=no
11428
11429 # On AIX, shared libraries and static libraries use the same namespace, and
11430 # are all built from PIC.
11431 case $host_os in
11432 aix3*)
11433 test "$enable_shared" = yes && enable_static=no
11434 if test -n "$RANLIB"; then
11435 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11436 postinstall_cmds='$RANLIB $lib'
11437 fi
11438 ;;
11439
11440 aix[4-9]*)
11441 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11442 test "$enable_shared" = yes && enable_static=no
11443 fi
11444 ;;
11445 esac
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11447$as_echo "$enable_shared" >&6; }
11448
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11450$as_echo_n "checking whether to build static libraries... " >&6; }
11451 # Make sure either enable_shared or enable_static is yes.
11452 test "$enable_shared" = yes || enable_static=yes
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11454$as_echo "$enable_static" >&6; }
11455
11456
11457
11458
11459fi
11460ac_ext=c
11461ac_cpp='$CPP $CPPFLAGS'
11462ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11463ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11464ac_compiler_gnu=$ac_cv_c_compiler_gnu
11465
11466CC="$lt_save_CC"
11467
11468
11469
11470
11471
11472
11473
11474
11475
b5bd9624 11476
b5bd9624 11477
b5bd9624 11478
b5bd9624 11479
6bb11ab3
L
11480 ac_config_commands="$ac_config_commands libtool"
11481
11482
11483
11484
11485# Only expand once:
11486
11487
5912fadd 11488
b5bd9624 11489
c906108c
SS
11490
11491
31e6ad7d
MF
11492
11493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11494$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11495 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11496if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11497 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11498else
11499 USE_MAINTAINER_MODE=no
c906108c 11500fi
31e6ad7d
MF
11501
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11503$as_echo "$USE_MAINTAINER_MODE" >&6; }
11504 if test $USE_MAINTAINER_MODE = yes; then
11505 MAINTAINER_MODE_TRUE=
11506 MAINTAINER_MODE_FALSE='#'
c906108c 11507else
31e6ad7d
MF
11508 MAINTAINER_MODE_TRUE='#'
11509 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11510fi
11511
31e6ad7d
MF
11512 MAINT=$MAINTAINER_MODE_TRUE
11513
11514
c906108c
SS
11515
11516
ce39bd38
MF
11517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11518$as_echo_n "checking for sim debug setting... " >&6; }
11519sim_debug="0"
81ecdfbb
RW
11520# Check whether --enable-sim-debug was given.
11521if test "${enable_sim_debug+set}" = set; then :
11522 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11523 yes) sim_debug="7";;
11524 no) sim_debug="0";;
11525 *) sim_debug="($enableval)";;
c906108c 11526esac
c906108c 11527fi
ce39bd38
MF
11528if test "$sim_debug" != "0"; then
11529
11530cat >>confdefs.h <<_ACEOF
11531#define DEBUG $sim_debug
11532_ACEOF
11533
81ecdfbb
RW
11534fi
11535
ce39bd38
MF
11536cat >>confdefs.h <<_ACEOF
11537#define WITH_DEBUG $sim_debug
11538_ACEOF
11539
11540{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11541$as_echo "$sim_debug" >&6; }
c906108c
SS
11542
11543
ce39bd38
MF
11544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11545$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11546sim_stdio="0"
81ecdfbb
RW
11547# Check whether --enable-sim-stdio was given.
11548if test "${enable_sim_stdio+set}" = set; then :
11549 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11550 yes) sim_stdio="DO_USE_STDIO";;
11551 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11552 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11553esac
81ecdfbb
RW
11554fi
11555
ce39bd38
MF
11556cat >>confdefs.h <<_ACEOF
11557#define WITH_STDIO $sim_stdio
11558_ACEOF
11559
11560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11561$as_echo "$sim_stdio" >&6; }
c906108c
SS
11562
11563
ce39bd38
MF
11564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11565$as_echo_n "checking for sim trace settings... " >&6; }
11566sim_trace="~TRACE_debug"
81ecdfbb
RW
11567# Check whether --enable-sim-trace was given.
11568if test "${enable_sim_trace+set}" = set; then :
11569 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11570 yes) sim_trace="-1";;
11571 no) sim_trace="0";;
c906108c 11572 [-0-9]*)
ce39bd38 11573 sim_trace="'(${enableval})'";;
2232061b 11574 [[:lower:]]*)
c906108c
SS
11575 sim_trace=""
11576 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11577 if test x"$sim_trace" = x; then
ce39bd38 11578 sim_trace="(TRACE_$x"
c906108c
SS
11579 else
11580 sim_trace="${sim_trace}|TRACE_$x"
11581 fi
11582 done
ce39bd38 11583 sim_trace="$sim_trace)" ;;
c906108c 11584esac
81ecdfbb 11585fi
c906108c 11586
ce39bd38
MF
11587cat >>confdefs.h <<_ACEOF
11588#define WITH_TRACE $sim_trace
11589_ACEOF
11590
11591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11592$as_echo "$sim_trace" >&6; }
c906108c 11593
81ecdfbb 11594
ce39bd38
MF
11595{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11596$as_echo_n "checking for sim profile settings... " >&6; }
11597profile="1"
11598sim_profile="-1"
81ecdfbb
RW
11599# Check whether --enable-sim-profile was given.
11600if test "${enable_sim_profile+set}" = set; then :
11601 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11602 yes) profile="1" sim_profile="-1";;
11603 no) profile="0" sim_profile="0";;
c906108c 11604 [-0-9]*)
ce39bd38 11605 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11606 [a-z]*)
ce39bd38 11607 profile="1"
c906108c
SS
11608 sim_profile=""
11609 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11610 if test x"$sim_profile" = x; then
ce39bd38 11611 sim_profile="(PROFILE_$x"
c906108c
SS
11612 else
11613 sim_profile="${sim_profile}|PROFILE_$x"
11614 fi
11615 done
ce39bd38 11616 sim_profile="$sim_profile)" ;;
c906108c 11617esac
81ecdfbb
RW
11618fi
11619
ce39bd38
MF
11620cat >>confdefs.h <<_ACEOF
11621#define PROFILE $profile
11622_ACEOF
c906108c
SS
11623
11624
ce39bd38
MF
11625cat >>confdefs.h <<_ACEOF
11626#define WITH_PROFILE $sim_profile
11627_ACEOF
11628
11629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11630$as_echo "$sim_profile" >&6; }
11631
11632
11633
11634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11635$as_echo_n "checking whether to enable sim asserts... " >&6; }
11636sim_assert="1"
35656e95
MF
11637# Check whether --enable-sim-assert was given.
11638if test "${enable_sim_assert+set}" = set; then :
11639 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11640 yes) sim_assert="1";;
11641 no) sim_assert="0";;
d0ac1c44 11642 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11643esac
35656e95
MF
11644fi
11645
ce39bd38
MF
11646cat >>confdefs.h <<_ACEOF
11647#define WITH_ASSERT $sim_assert
11648_ACEOF
11649
11650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11651$as_echo "$sim_assert" >&6; }
11652
35656e95 11653
ce39bd38
MF
11654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11655$as_echo_n "checking default sim environment setting... " >&6; }
11656sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11657# Check whether --enable-sim-environment was given.
11658if test "${enable_sim_environment+set}" = set; then :
11659 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11660 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11661 user | USER) sim_environment="USER_ENVIRONMENT";;
11662 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11663 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11664 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11665esac
16f7876d
MF
11666fi
11667
ce39bd38
MF
11668cat >>confdefs.h <<_ACEOF
11669#define WITH_ENVIRONMENT $sim_environment
11670_ACEOF
11671
11672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11673$as_echo "$sim_environment" >&6; }
11674
16f7876d 11675
347fe5bb
MF
11676sim_inline="-DDEFAULT_INLINE=0"
11677# Check whether --enable-sim-inline was given.
11678if test "${enable_sim_inline+set}" = set; then :
11679 enableval=$enable_sim_inline; sim_inline=""
11680case "$enableval" in
11681 no) sim_inline="-DDEFAULT_INLINE=0";;
11682 0) sim_inline="-DDEFAULT_INLINE=0";;
11683 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11684 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11685 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11686 new_flag=""
11687 case "$x" in
11688 *_INLINE=*) new_flag="-D$x";;
11689 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11690 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11691 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11692 esac
11693 if test x"$sim_inline" = x""; then
11694 sim_inline="$new_flag"
11695 else
11696 sim_inline="$sim_inline $new_flag"
11697 fi
11698 done;;
11699esac
11700if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11701 echo "Setting inline flags = $sim_inline" 6>&1
11702fi
11703fi
11704
11705
11706
6efef468 11707
81ecdfbb
RW
11708# Check whether --with-pkgversion was given.
11709if test "${with_pkgversion+set}" = set; then :
11710 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11711 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11712 no) PKGVERSION= ;;
11713 *) PKGVERSION="($withval) " ;;
11714 esac
11715else
bf12d44e 11716 PKGVERSION="(SIM) "
6efef468 11717
81ecdfbb
RW
11718fi
11719
6efef468
JM
11720
11721
11722
11723
81ecdfbb
RW
11724# Check whether --with-bugurl was given.
11725if test "${with_bugurl+set}" = set; then :
11726 withval=$with_bugurl; case "$withval" in
d0ac1c44 11727 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11728 no) BUGURL=
11729 ;;
11730 *) BUGURL="$withval"
11731 ;;
11732 esac
11733else
dfb856ba 11734 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11735
81ecdfbb
RW
11736fi
11737
6efef468
JM
11738 case ${BUGURL} in
11739 "")
11740 REPORT_BUGS_TO=
11741 REPORT_BUGS_TEXI=
11742 ;;
11743 *)
11744 REPORT_BUGS_TO="<$BUGURL>"
11745 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11746 ;;
11747 esac;
11748
11749
11750
11751
11752cat >>confdefs.h <<_ACEOF
11753#define PKGVERSION "$PKGVERSION"
11754_ACEOF
11755
11756
11757cat >>confdefs.h <<_ACEOF
11758#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11759_ACEOF
11760
11761
81ecdfbb
RW
11762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11763$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11764if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11765 $as_echo_n "(cached) " >&6
c906108c 11766else
81ecdfbb 11767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11768/* end confdefs.h. */
c906108c
SS
11769#include <sys/types.h>
11770#include <signal.h>
c906108c 11771
b7026657
AC
11772int
11773main ()
11774{
81ecdfbb 11775return *(signal (0, 0)) (0) == 1;
b7026657
AC
11776 ;
11777 return 0;
11778}
11779_ACEOF
81ecdfbb
RW
11780if ac_fn_c_try_compile "$LINENO"; then :
11781 ac_cv_type_signal=int
c906108c 11782else
81ecdfbb 11783 ac_cv_type_signal=void
c906108c 11784fi
81ecdfbb 11785rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11786fi
81ecdfbb
RW
11787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11788$as_echo "$ac_cv_type_signal" >&6; }
c906108c 11789
b7026657 11790cat >>confdefs.h <<_ACEOF
c906108c 11791#define RETSIGTYPE $ac_cv_type_signal
b7026657 11792_ACEOF
c906108c 11793
cd0fc7c3
SS
11794
11795
c906108c
SS
11796
11797
c906108c
SS
11798
11799
6ffe910a 11800
1ac72f06 11801wire_endian="LITTLE"
c906108c 11802default_endian=""
81ecdfbb
RW
11803# Check whether --enable-sim-endian was given.
11804if test "${enable_sim_endian+set}" = set; then :
11805 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11806 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11807 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 11808 yes) if test x"$wire_endian" != x; then
1ac72f06 11809 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 11810 else
1ac72f06
MF
11811 if test x"$default_endian" != x; then
11812 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11813 else
11814 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11815 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11816 fi
11817 fi;;
11818 no) if test x"$default_endian" != x; then
1ac72f06 11819 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11820 else
11821 if test x"$wire_endian" != x; then
1ac72f06 11822 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11823 else
11824 echo "No default endian for target $target" 1>&6
1ac72f06 11825 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11826 fi
11827 fi;;
d0ac1c44 11828 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
11829esac
11830if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11831 echo "Setting endian flags = $sim_endian" 6>&1
11832fi
11833else
11834 if test x"$default_endian" != x; then
1ac72f06 11835 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11836else
11837 if test x"$wire_endian" != x; then
1ac72f06 11838 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11839 else
11840 sim_endian=
11841 fi
11842fi
81ecdfbb
RW
11843fi
11844
c906108c
SS
11845wire_alignment=""
11846default_alignment="NONSTRICT_ALIGNMENT"
11847
81ecdfbb
RW
11848# Check whether --enable-sim-alignment was given.
11849if test "${enable_sim_alignment+set}" = set; then :
11850 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11851 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11852 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11853 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11854 yes) if test x"$wire_alignment" != x; then
11855 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11856 else
11857 if test x"$default_alignment" != x; then
11858 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11859 else
11860 echo "No hard-wired alignment for target $target" 1>&6
11861 sim_alignment="-DWITH_ALIGNMENT=0"
11862 fi
11863 fi;;
11864 no) if test x"$default_alignment" != x; then
11865 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11866 else
11867 if test x"$wire_alignment" != x; then
11868 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11869 else
11870 echo "No default alignment for target $target" 1>&6
11871 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11872 fi
11873 fi;;
d0ac1c44 11874 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11875esac
11876if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11877 echo "Setting alignment flags = $sim_alignment" 6>&1
11878fi
11879else
11880 if test x"$default_alignment" != x; then
11881 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11882else
11883 if test x"$wire_alignment" != x; then
11884 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11885 else
11886 sim_alignment=
11887 fi
11888fi
81ecdfbb 11889fi
c906108c 11890
81ecdfbb 11891
81ecdfbb
RW
11892default_sim_reserved_bits="1"
11893# Check whether --enable-sim-reserved-bits was given.
11894if test "${enable_sim_reserved_bits+set}" = set; then :
11895 enableval=$enable_sim_reserved_bits; case "${enableval}" in
11896 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
11897 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 11898 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
81ecdfbb
RW
11899esac
11900if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
11901 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
b7026657 11902fi
b7026657 11903else
81ecdfbb 11904 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
b7026657 11905fi
b7026657 11906
81ecdfbb
RW
11907wire_word_bitsize="32"
11908wire_word_msb="31"
11909wire_address_bitsize=""
11910wire_cell_bitsize=""
11911# Check whether --enable-sim-bitsize was given.
11912if test "${enable_sim_bitsize+set}" = set; then :
11913 enableval=$enable_sim_bitsize; sim_bitsize=
11914case "${enableval}" in
11915 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
11916 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
11917 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11918 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11919 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11920 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
11921 else
11922 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
11923 fi ;;
11924 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11925 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
11926 else
11927 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
11928 fi ;;
d0ac1c44 11929 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
81ecdfbb
RW
11930esac
11931# address bitsize
11932tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
11933case x"${tmp}" in
11934 x ) ;;
11935 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
11936 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 11937 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
81ecdfbb
RW
11938esac
11939# cell bitsize
11940tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
11941case x"${tmp}" in
11942 x ) ;;
11943 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
11944 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 11945 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
b7026657 11946esac
81ecdfbb
RW
11947if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
11948 echo "Setting bitsize flags = $sim_bitsize" 6>&1
11949fi
b7026657 11950else
81ecdfbb
RW
11951 sim_bitsize=""
11952if test x"$wire_word_bitsize" != x; then
11953 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
11954fi
11955if test x"$wire_word_msb" != x; then
11956 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
11957fi
11958if test x"$wire_address_bitsize" != x; then
11959 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
11960fi
11961if test x"$wire_cell_bitsize" != x; then
11962 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
11963fi
b7026657 11964fi
81ecdfbb
RW
11965
11966
11967for ac_func in time chmod utime fork execve execv chown
11968do :
11969 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11970ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 11971if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
11972 cat >>confdefs.h <<_ACEOF
11973#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11974_ACEOF
b7026657
AC
11975
11976fi
81ecdfbb
RW
11977done
11978
5cddc23a 11979for ac_header in utime.h
81ecdfbb 11980do :
5cddc23a 11981 ac_fn_c_check_header_mongrel "$LINENO" "utime.h" "ac_cv_header_utime_h" "$ac_includes_default"
d0ac1c44 11982if test "x$ac_cv_header_utime_h" = xyes; then :
b7026657 11983 cat >>confdefs.h <<_ACEOF
5cddc23a 11984#define HAVE_UTIME_H 1
b7026657
AC
11985_ACEOF
11986
11987fi
11988
11989done
11990
11991
11992
5f05936d
MF
11993# Check whether --enable-werror was given.
11994if test "${enable_werror+set}" = set; then :
11995 enableval=$enable_werror; case "${enableval}" in
11996 yes | y) ERROR_ON_WARNING="yes" ;;
11997 no | n) ERROR_ON_WARNING="no" ;;
11998 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11999 esac
12000fi
12001
12002
12003# Enable -Werror by default when using gcc
12004if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12005 ERROR_ON_WARNING=yes
12006fi
12007
12008WERROR_CFLAGS=""
12009 if test "${ERROR_ON_WARNING}" = yes ; then
12010 WERROR_CFLAGS="-Werror"
12011 fi
12012
12013build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
12014-Wpointer-sign \
12015-Wno-unused -Wunused-value -Wunused-function \
12016-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
12017-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
12018-Wold-style-declaration -Wold-style-definition"
12019
12020# Enable -Wno-format by default when using gcc on mingw since many
12021# GCC versions complain about %I64.
12022case "${host}" in
12023 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
12024 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
12025esac
12026
12027# Check whether --enable-build-warnings was given.
12028if test "${enable_build_warnings+set}" = set; then :
12029 enableval=$enable_build_warnings; case "${enableval}" in
12030 yes) ;;
12031 no) build_warnings="-w";;
12032 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12033 build_warnings="${build_warnings} ${t}";;
12034 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12035 build_warnings="${t} ${build_warnings}";;
12036 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12037esac
12038if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12039 echo "Setting compiler warning flags = $build_warnings" 6>&1
12040fi
12041fi
12042# Check whether --enable-sim-build-warnings was given.
12043if test "${enable_sim_build_warnings+set}" = set; then :
12044 enableval=$enable_sim_build_warnings; case "${enableval}" in
12045 yes) ;;
12046 no) build_warnings="-w";;
12047 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12048 build_warnings="${build_warnings} ${t}";;
12049 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12050 build_warnings="${t} ${build_warnings}";;
12051 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12052esac
12053if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12054 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12055fi
12056fi
12057WARN_CFLAGS=""
12058if test "x${build_warnings}" != x -a "x$GCC" = xyes
12059then
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12061$as_echo_n "checking compiler warning flags... " >&6; }
12062 # Separate out the -Werror flag as some files just cannot be
12063 # compiled with it enabled.
12064 for w in ${build_warnings}; do
12065 case $w in
12066 -Werr*) WERROR_CFLAGS=-Werror ;;
12067 *) # Check that GCC accepts it
12068 saved_CFLAGS="$CFLAGS"
12069 CFLAGS="$CFLAGS $w"
12070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12071/* end confdefs.h. */
12072
12073int
12074main ()
12075{
12076
12077 ;
12078 return 0;
12079}
12080_ACEOF
12081if ac_fn_c_try_compile "$LINENO"; then :
12082 WARN_CFLAGS="${WARN_CFLAGS} $w"
12083fi
12084rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12085 CFLAGS="$saved_CFLAGS"
12086 esac
12087 done
12088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12089$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
12090fi
12091
12092
b7026657
AC
12093cgen_breaks=""
12094if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12095cgen_breaks="break cgen_rtx_error";
12096fi
12097
81ecdfbb 12098ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 12099
81ecdfbb 12100ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 12101
81ecdfbb 12102ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 12103
81ecdfbb 12104ac_config_commands="$ac_config_commands Makefile"
38f48d72 12105
81ecdfbb 12106ac_config_commands="$ac_config_commands stamp-h"
38f48d72 12107
b7026657
AC
12108cat >confcache <<\_ACEOF
12109# This file is a shell script that caches the results of configure
12110# tests run on this system so they can be shared between configure
12111# scripts and configure runs, see configure's option --config-cache.
12112# It is not useful on other systems. If it contains results you don't
12113# want to keep, you may remove or edit it.
12114#
12115# config.status only pays attention to the cache file if you give it
12116# the --recheck option to rerun configure.
12117#
12118# `ac_cv_env_foo' variables (set or unset) will be overridden when
12119# loading this file, other *unset* `ac_cv_foo' will be assigned the
12120# following values.
12121
12122_ACEOF
12123
12124# The following way of writing the cache mishandles newlines in values,
12125# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12126# So, we kill variables containing newlines.
b7026657
AC
12127# Ultrix sh set writes to stderr and can't be redirected directly,
12128# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12129(
12130 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12131 eval ac_val=\$$ac_var
12132 case $ac_val in #(
12133 *${as_nl}*)
12134 case $ac_var in #(
12135 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12136$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12137 esac
12138 case $ac_var in #(
12139 _ | IFS | as_nl) ;; #(
12140 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12141 *) { eval $ac_var=; unset $ac_var;} ;;
12142 esac ;;
12143 esac
12144 done
12145
b7026657 12146 (set) 2>&1 |
81ecdfbb
RW
12147 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12148 *${as_nl}ac_space=\ *)
12149 # `set' does not quote correctly, so add quotes: double-quote
12150 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
12151 sed -n \
12152 "s/'/'\\\\''/g;
12153 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12154 ;; #(
b7026657
AC
12155 *)
12156 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12157 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 12158 ;;
81ecdfbb
RW
12159 esac |
12160 sort
12161) |
b7026657 12162 sed '
81ecdfbb 12163 /^ac_cv_env_/b end
b7026657 12164 t clear
81ecdfbb 12165 :clear
b7026657
AC
12166 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12167 t end
81ecdfbb
RW
12168 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12169 :end' >>confcache
12170if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12171 if test -w "$cache_file"; then
d0ac1c44 12172 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
12173 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12174$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12175 if test ! -f "$cache_file" || test -h "$cache_file"; then
12176 cat confcache >"$cache_file"
12177 else
12178 case $cache_file in #(
12179 */* | ?:*)
12180 mv -f confcache "$cache_file"$$ &&
12181 mv -f "$cache_file"$$ "$cache_file" ;; #(
12182 *)
12183 mv -f confcache "$cache_file" ;;
12184 esac
12185 fi
12186 fi
b7026657 12187 else
81ecdfbb
RW
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12189$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
12190 fi
12191fi
12192rm -f confcache
12193
12194test "x$prefix" = xNONE && prefix=$ac_default_prefix
12195# Let make expand exec_prefix.
12196test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12197
b7026657
AC
12198DEFS=-DHAVE_CONFIG_H
12199
12200ac_libobjs=
12201ac_ltlibobjs=
d0ac1c44 12202U=
b7026657
AC
12203for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12204 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12205 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12206 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12207 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12208 # will be set to the directory where LIBOBJS objects are built.
12209 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12210 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
12211done
12212LIBOBJS=$ac_libobjs
12213
12214LTLIBOBJS=$ac_ltlibobjs
12215
12216
0cb8d851 12217
db2e4d67 12218if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 12219 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
12220Usually this means the macro was only invoked conditionally." "$LINENO" 5
12221fi
6bb11ab3 12222if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12223 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12224Usually this means the macro was only invoked conditionally." "$LINENO" 5
12225fi
31e6ad7d 12226if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12227 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12228Usually this means the macro was only invoked conditionally." "$LINENO" 5
12229fi
b7026657 12230
d0ac1c44 12231: "${CONFIG_STATUS=./config.status}"
81ecdfbb 12232ac_write_fail=0
b7026657
AC
12233ac_clean_files_save=$ac_clean_files
12234ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
12235{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12236$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12237as_write_fail=0
12238cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
12239#! $SHELL
12240# Generated by $as_me.
12241# Run this file to recreate the current configuration.
12242# Compiler output produced by configure, useful for debugging
12243# configure, is in config.log if it exists.
12244
12245debug=false
12246ac_cs_recheck=false
12247ac_cs_silent=false
b7026657 12248
81ecdfbb
RW
12249SHELL=\${CONFIG_SHELL-$SHELL}
12250export SHELL
12251_ASEOF
12252cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12253## -------------------- ##
12254## M4sh Initialization. ##
12255## -------------------- ##
12256
12257# Be more Bourne compatible
12258DUALCASE=1; export DUALCASE # for MKS sh
12259if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
12260 emulate sh
12261 NULLCMD=:
81ecdfbb 12262 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
12263 # is contrary to our usage. Disable this feature.
12264 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
12265 setopt NO_GLOB_SUBST
12266else
12267 case `(set -o) 2>/dev/null` in #(
12268 *posix*) :
12269 set -o posix ;; #(
12270 *) :
12271 ;;
12272esac
b7026657 12273fi
b7026657 12274
81ecdfbb
RW
12275
12276as_nl='
12277'
12278export as_nl
12279# Printing a long string crashes Solaris 7 /usr/bin/printf.
12280as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12281as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12282as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12283# Prefer a ksh shell builtin over an external printf program on Solaris,
12284# but without wasting forks for bash or zsh.
12285if test -z "$BASH_VERSION$ZSH_VERSION" \
12286 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12287 as_echo='print -r --'
12288 as_echo_n='print -rn --'
12289elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12290 as_echo='printf %s\n'
12291 as_echo_n='printf %s'
12292else
12293 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12294 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12295 as_echo_n='/usr/ucb/echo -n'
12296 else
12297 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12298 as_echo_n_body='eval
12299 arg=$1;
12300 case $arg in #(
12301 *"$as_nl"*)
12302 expr "X$arg" : "X\\(.*\\)$as_nl";
12303 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12304 esac;
12305 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12306 '
12307 export as_echo_n_body
12308 as_echo_n='sh -c $as_echo_n_body as_echo'
12309 fi
12310 export as_echo_body
12311 as_echo='sh -c $as_echo_body as_echo'
12312fi
12313
12314# The user is always right.
12315if test "${PATH_SEPARATOR+set}" != set; then
12316 PATH_SEPARATOR=:
12317 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12318 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12319 PATH_SEPARATOR=';'
12320 }
c906108c 12321fi
b7026657
AC
12322
12323
81ecdfbb
RW
12324# IFS
12325# We need space, tab and new line, in precisely that order. Quoting is
12326# there to prevent editors from complaining about space-tab.
12327# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12328# splitting by setting IFS to empty value.)
12329IFS=" "" $as_nl"
12330
12331# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12332as_myself=
81ecdfbb
RW
12333case $0 in #((
12334 *[\\/]* ) as_myself=$0 ;;
12335 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12336for as_dir in $PATH
12337do
12338 IFS=$as_save_IFS
12339 test -z "$as_dir" && as_dir=.
12340 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12341 done
12342IFS=$as_save_IFS
12343
12344 ;;
12345esac
12346# We did not find ourselves, most probably we were run as `sh COMMAND'
12347# in which case we are not to be found in the path.
12348if test "x$as_myself" = x; then
12349 as_myself=$0
12350fi
12351if test ! -f "$as_myself"; then
12352 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12353 exit 1
12354fi
12355
12356# Unset variables that we do not need and which cause bugs (e.g. in
12357# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12358# suppresses any "Segmentation fault" message there. '((' could
12359# trigger a bug in pdksh 5.2.14.
12360for as_var in BASH_ENV ENV MAIL MAILPATH
12361do eval test x\${$as_var+set} = xset \
12362 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12363done
b7026657
AC
12364PS1='$ '
12365PS2='> '
12366PS4='+ '
12367
12368# NLS nuisances.
81ecdfbb
RW
12369LC_ALL=C
12370export LC_ALL
12371LANGUAGE=C
12372export LANGUAGE
12373
12374# CDPATH.
12375(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12376
12377
d0ac1c44
SM
12378# as_fn_error STATUS ERROR [LINENO LOG_FD]
12379# ----------------------------------------
81ecdfbb
RW
12380# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12381# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12382# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12383as_fn_error ()
12384{
d0ac1c44
SM
12385 as_status=$1; test $as_status -eq 0 && as_status=1
12386 if test "$4"; then
12387 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12388 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 12389 fi
d0ac1c44 12390 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12391 as_fn_exit $as_status
12392} # as_fn_error
12393
12394
12395# as_fn_set_status STATUS
12396# -----------------------
12397# Set $? to STATUS, without forking.
12398as_fn_set_status ()
12399{
12400 return $1
12401} # as_fn_set_status
12402
12403# as_fn_exit STATUS
12404# -----------------
12405# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12406as_fn_exit ()
12407{
12408 set +e
12409 as_fn_set_status $1
12410 exit $1
12411} # as_fn_exit
12412
12413# as_fn_unset VAR
12414# ---------------
12415# Portably unset VAR.
12416as_fn_unset ()
12417{
12418 { eval $1=; unset $1;}
12419}
12420as_unset=as_fn_unset
12421# as_fn_append VAR VALUE
12422# ----------------------
12423# Append the text in VALUE to the end of the definition contained in VAR. Take
12424# advantage of any shell optimizations that allow amortized linear growth over
12425# repeated appends, instead of the typical quadratic growth present in naive
12426# implementations.
12427if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12428 eval 'as_fn_append ()
12429 {
12430 eval $1+=\$2
12431 }'
12432else
12433 as_fn_append ()
12434 {
12435 eval $1=\$$1\$2
12436 }
12437fi # as_fn_append
12438
12439# as_fn_arith ARG...
12440# ------------------
12441# Perform arithmetic evaluation on the ARGs, and store the result in the
12442# global $as_val. Take advantage of shells that can avoid forks. The arguments
12443# must be portable across $(()) and expr.
12444if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12445 eval 'as_fn_arith ()
12446 {
12447 as_val=$(( $* ))
12448 }'
12449else
12450 as_fn_arith ()
12451 {
12452 as_val=`expr "$@" || test $? -eq 1`
12453 }
12454fi # as_fn_arith
12455
b7026657 12456
81ecdfbb
RW
12457if expr a : '\(a\)' >/dev/null 2>&1 &&
12458 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
12459 as_expr=expr
12460else
12461 as_expr=false
c906108c 12462fi
b7026657 12463
81ecdfbb 12464if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
12465 as_basename=basename
12466else
12467 as_basename=false
c906108c 12468fi
b7026657 12469
81ecdfbb
RW
12470if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12471 as_dirname=dirname
12472else
12473 as_dirname=false
12474fi
b7026657 12475
81ecdfbb 12476as_me=`$as_basename -- "$0" ||
b7026657
AC
12477$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12478 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12479 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12480$as_echo X/"$0" |
12481 sed '/^.*\/\([^/][^/]*\)\/*$/{
12482 s//\1/
12483 q
12484 }
12485 /^X\/\(\/\/\)$/{
12486 s//\1/
12487 q
12488 }
12489 /^X\/\(\/\).*/{
12490 s//\1/
12491 q
12492 }
12493 s/.*/./; q'`
b7026657 12494
b7026657
AC
12495# Avoid depending upon Character Ranges.
12496as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12497as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12498as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12499as_cr_digits='0123456789'
12500as_cr_alnum=$as_cr_Letters$as_cr_digits
12501
81ecdfbb
RW
12502ECHO_C= ECHO_N= ECHO_T=
12503case `echo -n x` in #(((((
12504-n*)
12505 case `echo 'xy\c'` in
12506 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12507 xy) ECHO_C='\c';;
12508 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12509 ECHO_T=' ';;
12510 esac;;
12511*)
12512 ECHO_N='-n';;
b7026657
AC
12513esac
12514
81ecdfbb
RW
12515rm -f conf$$ conf$$.exe conf$$.file
12516if test -d conf$$.dir; then
12517 rm -f conf$$.dir/conf$$.file
c906108c 12518else
81ecdfbb
RW
12519 rm -f conf$$.dir
12520 mkdir conf$$.dir 2>/dev/null
c906108c 12521fi
81ecdfbb
RW
12522if (echo >conf$$.file) 2>/dev/null; then
12523 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12524 as_ln_s='ln -s'
81ecdfbb
RW
12525 # ... but there are two gotchas:
12526 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12527 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12528 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12529 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12530 as_ln_s='cp -pR'
81ecdfbb
RW
12531 elif ln conf$$.file conf$$ 2>/dev/null; then
12532 as_ln_s=ln
12533 else
d0ac1c44 12534 as_ln_s='cp -pR'
b7026657 12535 fi
b7026657 12536else
d0ac1c44 12537 as_ln_s='cp -pR'
c906108c 12538fi
81ecdfbb
RW
12539rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12540rmdir conf$$.dir 2>/dev/null
12541
12542
12543# as_fn_mkdir_p
12544# -------------
12545# Create "$as_dir" as a directory, including parents if necessary.
12546as_fn_mkdir_p ()
12547{
12548
12549 case $as_dir in #(
12550 -*) as_dir=./$as_dir;;
12551 esac
12552 test -d "$as_dir" || eval $as_mkdir_p || {
12553 as_dirs=
12554 while :; do
12555 case $as_dir in #(
12556 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12557 *) as_qdir=$as_dir;;
12558 esac
12559 as_dirs="'$as_qdir' $as_dirs"
12560 as_dir=`$as_dirname -- "$as_dir" ||
12561$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12562 X"$as_dir" : 'X\(//\)[^/]' \| \
12563 X"$as_dir" : 'X\(//\)$' \| \
12564 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12565$as_echo X"$as_dir" |
12566 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12567 s//\1/
12568 q
12569 }
12570 /^X\(\/\/\)[^/].*/{
12571 s//\1/
12572 q
12573 }
12574 /^X\(\/\/\)$/{
12575 s//\1/
12576 q
12577 }
12578 /^X\(\/\).*/{
12579 s//\1/
12580 q
12581 }
12582 s/.*/./; q'`
12583 test -d "$as_dir" && break
12584 done
12585 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12586 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 12587
c906108c 12588
81ecdfbb 12589} # as_fn_mkdir_p
b7026657 12590if mkdir -p . 2>/dev/null; then
81ecdfbb 12591 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 12592else
b7026657
AC
12593 test -d ./-p && rmdir ./-p
12594 as_mkdir_p=false
c906108c 12595fi
c906108c 12596
d0ac1c44
SM
12597
12598# as_fn_executable_p FILE
12599# -----------------------
12600# Test if FILE is an executable regular file.
12601as_fn_executable_p ()
12602{
12603 test -f "$1" && test -x "$1"
12604} # as_fn_executable_p
12605as_test_x='test -x'
12606as_executable_p=as_fn_executable_p
b7026657
AC
12607
12608# Sed expression to map a string onto a valid CPP name.
12609as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12610
12611# Sed expression to map a string onto a valid variable name.
12612as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12613
12614
b7026657 12615exec 6>&1
81ecdfbb
RW
12616## ----------------------------------- ##
12617## Main body of $CONFIG_STATUS script. ##
12618## ----------------------------------- ##
12619_ASEOF
12620test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12621
12622cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12623# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12624# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12625# values after options handling.
12626ac_log="
b7026657 12627This file was extended by $as_me, which was
d0ac1c44 12628generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12629
12630 CONFIG_FILES = $CONFIG_FILES
12631 CONFIG_HEADERS = $CONFIG_HEADERS
12632 CONFIG_LINKS = $CONFIG_LINKS
12633 CONFIG_COMMANDS = $CONFIG_COMMANDS
12634 $ $0 $@
12635
81ecdfbb
RW
12636on `(hostname || uname -n) 2>/dev/null | sed 1q`
12637"
12638
b7026657
AC
12639_ACEOF
12640
81ecdfbb
RW
12641case $ac_config_files in *"
12642"*) set x $ac_config_files; shift; ac_config_files=$*;;
12643esac
b7026657 12644
81ecdfbb
RW
12645case $ac_config_headers in *"
12646"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12647esac
b7026657 12648
c906108c 12649
81ecdfbb
RW
12650cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12651# Files that config.status was made for.
12652config_files="$ac_config_files"
12653config_headers="$ac_config_headers"
81ecdfbb 12654config_commands="$ac_config_commands"
c906108c 12655
81ecdfbb 12656_ACEOF
c906108c 12657
81ecdfbb 12658cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12659ac_cs_usage="\
81ecdfbb
RW
12660\`$as_me' instantiates files and other configuration actions
12661from templates according to the current configuration. Unless the files
12662and actions are specified as TAGs, all are instantiated by default.
c906108c 12663
81ecdfbb 12664Usage: $0 [OPTION]... [TAG]...
379832de 12665
b7026657 12666 -h, --help print this help, then exit
81ecdfbb 12667 -V, --version print version number and configuration settings, then exit
d0ac1c44 12668 --config print configuration, then exit
81ecdfbb
RW
12669 -q, --quiet, --silent
12670 do not print progress messages
b7026657
AC
12671 -d, --debug don't remove temporary files
12672 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12673 --file=FILE[:TEMPLATE]
12674 instantiate the configuration file FILE
12675 --header=FILE[:TEMPLATE]
12676 instantiate the configuration header FILE
b7026657
AC
12677
12678Configuration files:
12679$config_files
12680
12681Configuration headers:
12682$config_headers
12683
b7026657
AC
12684Configuration commands:
12685$config_commands
12686
81ecdfbb 12687Report bugs to the package provider."
b7026657 12688
81ecdfbb
RW
12689_ACEOF
12690cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12691ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12692ac_cs_version="\\
12693config.status
d0ac1c44
SM
12694configured by $0, generated by GNU Autoconf 2.69,
12695 with options \\"\$ac_cs_config\\"
b7026657 12696
d0ac1c44 12697Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12698This config.status script is free software; the Free Software Foundation
12699gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12700
12701ac_pwd='$ac_pwd'
12702srcdir='$srcdir'
12703INSTALL='$INSTALL'
6bb11ab3 12704AWK='$AWK'
81ecdfbb 12705test -n "\$AWK" || AWK=awk
b7026657
AC
12706_ACEOF
12707
81ecdfbb
RW
12708cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12709# The default lists apply if the user does not specify any file.
b7026657
AC
12710ac_need_defaults=:
12711while test $# != 0
12712do
12713 case $1 in
d0ac1c44 12714 --*=?*)
81ecdfbb
RW
12715 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12716 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12717 ac_shift=:
c906108c 12718 ;;
d0ac1c44
SM
12719 --*=)
12720 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12721 ac_optarg=
12722 ac_shift=:
12723 ;;
81ecdfbb 12724 *)
b7026657
AC
12725 ac_option=$1
12726 ac_optarg=$2
12727 ac_shift=shift
c906108c 12728 ;;
b7026657 12729 esac
c906108c 12730
b7026657
AC
12731 case $ac_option in
12732 # Handling of the options.
b7026657
AC
12733 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12734 ac_cs_recheck=: ;;
81ecdfbb
RW
12735 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12736 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12737 --config | --confi | --conf | --con | --co | --c )
12738 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12739 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12740 debug=: ;;
12741 --file | --fil | --fi | --f )
12742 $ac_shift
81ecdfbb
RW
12743 case $ac_optarg in
12744 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12745 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12746 esac
12747 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12748 ac_need_defaults=false;;
12749 --header | --heade | --head | --hea )
12750 $ac_shift
81ecdfbb
RW
12751 case $ac_optarg in
12752 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12753 esac
12754 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12755 ac_need_defaults=false;;
81ecdfbb
RW
12756 --he | --h)
12757 # Conflict between --help and --header
d0ac1c44 12758 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12759Try \`$0 --help' for more information.";;
12760 --help | --hel | -h )
12761 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12762 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12763 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12764 ac_cs_silent=: ;;
c906108c 12765
b7026657 12766 # This is an error.
d0ac1c44 12767 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12768Try \`$0 --help' for more information." ;;
c906108c 12769
81ecdfbb
RW
12770 *) as_fn_append ac_config_targets " $1"
12771 ac_need_defaults=false ;;
b7026657
AC
12772
12773 esac
12774 shift
12775done
12776
12777ac_configure_extra_args=
12778
12779if $ac_cs_silent; then
12780 exec 6>/dev/null
12781 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12782fi
12783
b7026657 12784_ACEOF
81ecdfbb 12785cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12786if \$ac_cs_recheck; then
d0ac1c44 12787 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12788 shift
12789 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12790 CONFIG_SHELL='$SHELL'
12791 export CONFIG_SHELL
12792 exec "\$@"
b7026657 12793fi
c906108c 12794
b7026657 12795_ACEOF
81ecdfbb
RW
12796cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12797exec 5>>config.log
12798{
12799 echo
12800 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12801## Running $as_me. ##
12802_ASBOX
12803 $as_echo "$ac_log"
12804} >&5
c906108c 12805
81ecdfbb
RW
12806_ACEOF
12807cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12808#
12809# INIT-COMMANDS
12810#
12811ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12812
6bb11ab3
L
12813
12814# The HP-UX ksh and POSIX shell print the target directory to stdout
12815# if CDPATH is set.
12816(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12817
12818sed_quote_subst='$sed_quote_subst'
12819double_quote_subst='$double_quote_subst'
12820delay_variable_subst='$delay_variable_subst'
12821macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12822macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12823enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12824enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12825pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12826enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12827SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12828ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12829host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12830host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12831host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12832build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12833build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12834build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12835SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12836Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12837GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12838EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12839FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12840LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12841NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12842LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12843max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12844ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12845exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12846lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12847lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12848lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12849reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12850reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12851OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12852deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12853file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12854AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12855AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12856STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12857RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12858old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12859old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12860old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12861lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12862CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12863CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12864compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12865GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12866lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12867lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12868lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12869lt_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"`'
12870objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12871MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12872lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12873lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12874lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12875lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12876lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12877need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12878DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12879NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12880LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12881OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12882OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12883libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12884shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12885extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12886archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12887enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12888export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12889whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12890compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12891old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12892old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12893archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12894archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12895module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12896module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12897with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12898allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12899no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12900hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12901hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12902hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12903hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12904hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12905hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12906hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12907hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12908inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12909link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12910fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12911always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12912export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12913exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12914include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12915prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12916file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12917variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12918need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12919need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12920version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12921runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12922shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12923shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12924libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12925library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12926soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12927install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12928postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12929postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12930finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12931finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12932hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12933sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12934sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12935hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12936enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12937enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12938enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12939old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12940striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12941
12942LTCC='$LTCC'
12943LTCFLAGS='$LTCFLAGS'
12944compiler='$compiler_DEFAULT'
12945
12946# A function that is used when there is no print builtin or printf.
12947func_fallback_echo ()
12948{
12949 eval 'cat <<_LTECHO_EOF
12950\$1
12951_LTECHO_EOF'
12952}
12953
12954# Quote evaled strings.
12955for var in SHELL \
12956ECHO \
12957SED \
12958GREP \
12959EGREP \
12960FGREP \
12961LD \
12962NM \
12963LN_S \
12964lt_SP2NL \
12965lt_NL2SP \
12966reload_flag \
12967OBJDUMP \
12968deplibs_check_method \
12969file_magic_cmd \
12970AR \
12971AR_FLAGS \
12972STRIP \
12973RANLIB \
12974CC \
12975CFLAGS \
12976compiler \
12977lt_cv_sys_global_symbol_pipe \
12978lt_cv_sys_global_symbol_to_cdecl \
12979lt_cv_sys_global_symbol_to_c_name_address \
12980lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12981lt_prog_compiler_no_builtin_flag \
12982lt_prog_compiler_wl \
12983lt_prog_compiler_pic \
12984lt_prog_compiler_static \
12985lt_cv_prog_compiler_c_o \
12986need_locks \
12987DSYMUTIL \
12988NMEDIT \
12989LIPO \
12990OTOOL \
12991OTOOL64 \
12992shrext_cmds \
12993export_dynamic_flag_spec \
12994whole_archive_flag_spec \
12995compiler_needs_object \
12996with_gnu_ld \
12997allow_undefined_flag \
12998no_undefined_flag \
12999hardcode_libdir_flag_spec \
13000hardcode_libdir_flag_spec_ld \
13001hardcode_libdir_separator \
13002fix_srcfile_path \
13003exclude_expsyms \
13004include_expsyms \
13005file_list_spec \
13006variables_saved_for_relink \
13007libname_spec \
13008library_names_spec \
13009soname_spec \
13010install_override_mode \
13011finish_eval \
13012old_striplib \
13013striplib; do
13014 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13015 *[\\\\\\\`\\"\\\$]*)
13016 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13017 ;;
13018 *)
13019 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13020 ;;
13021 esac
13022done
13023
13024# Double-quote double-evaled strings.
13025for var in reload_cmds \
13026old_postinstall_cmds \
13027old_postuninstall_cmds \
13028old_archive_cmds \
13029extract_expsyms_cmds \
13030old_archive_from_new_cmds \
13031old_archive_from_expsyms_cmds \
13032archive_cmds \
13033archive_expsym_cmds \
13034module_cmds \
13035module_expsym_cmds \
13036export_symbols_cmds \
13037prelink_cmds \
13038postinstall_cmds \
13039postuninstall_cmds \
13040finish_cmds \
13041sys_lib_search_path_spec \
13042sys_lib_dlsearch_path_spec; do
13043 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13044 *[\\\\\\\`\\"\\\$]*)
13045 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13046 ;;
13047 *)
13048 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13049 ;;
13050 esac
13051done
13052
13053ac_aux_dir='$ac_aux_dir'
13054xsi_shell='$xsi_shell'
13055lt_shell_append='$lt_shell_append'
13056
13057# See if we are running on zsh, and set the options which allow our
13058# commands through without removal of \ escapes INIT.
13059if test -n "\${ZSH_VERSION+set}" ; then
13060 setopt NO_GLOB_SUBST
13061fi
13062
13063
13064 PACKAGE='$PACKAGE'
13065 VERSION='$VERSION'
13066 TIMESTAMP='$TIMESTAMP'
13067 RM='$RM'
13068 ofile='$ofile'
13069
13070
13071
13072
81ecdfbb 13073_ACEOF
c906108c 13074
81ecdfbb 13075cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 13076
81ecdfbb 13077# Handling of arguments.
b7026657 13078for ac_config_target in $ac_config_targets
c906108c 13079do
81ecdfbb
RW
13080 case $ac_config_target in
13081 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13082 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13083 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13084 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13085 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13086 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13087 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13088 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13089
d0ac1c44 13090 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
13091 esac
13092done
13093
81ecdfbb 13094
b7026657
AC
13095# If the user did not use the arguments to specify the items to instantiate,
13096# then the envvar interface is used. Set only those that are not.
13097# We use the long form for the default assignment because of an extremely
13098# bizarre bug on SunOS 4.1.3.
13099if $ac_need_defaults; then
13100 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13101 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
13102 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13103fi
13104
13105# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13106# simply because there is no reason against having it here, and in addition,
b7026657 13107# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13108# Hook for its removal unless debugging.
13109# Note that there is a small window in which the directory will not be cleaned:
13110# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
13111$debug ||
13112{
d0ac1c44 13113 tmp= ac_tmp=
81ecdfbb 13114 trap 'exit_status=$?
d0ac1c44
SM
13115 : "${ac_tmp:=$tmp}"
13116 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13117' 0
13118 trap 'as_fn_exit 1' 1 2 13 15
b7026657 13119}
b7026657 13120# Create a (secure) tmp directory for tmp files.
c906108c 13121
b7026657 13122{
81ecdfbb 13123 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13124 test -d "$tmp"
b7026657
AC
13125} ||
13126{
81ecdfbb
RW
13127 tmp=./conf$$-$RANDOM
13128 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13129} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13130ac_tmp=$tmp
b7026657 13131
81ecdfbb
RW
13132# Set up the scripts for CONFIG_FILES section.
13133# No need to generate them if there are no CONFIG_FILES.
13134# This happens for instance with `./config.status config.h'.
13135if test -n "$CONFIG_FILES"; then
b7026657 13136
c906108c 13137
81ecdfbb
RW
13138ac_cr=`echo X | tr X '\015'`
13139# On cygwin, bash can eat \r inside `` if the user requested igncr.
13140# But we know of no other shell where ac_cr would be empty at this
13141# point, so we can use a bashism as a fallback.
13142if test "x$ac_cr" = x; then
13143 eval ac_cr=\$\'\\r\'
13144fi
13145ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13146if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13147 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13148else
13149 ac_cs_awk_cr=$ac_cr
13150fi
b7026657 13151
d0ac1c44 13152echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
13153_ACEOF
13154
c906108c 13155
81ecdfbb
RW
13156{
13157 echo "cat >conf$$subs.awk <<_ACEOF" &&
13158 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13159 echo "_ACEOF"
13160} >conf$$subs.sh ||
d0ac1c44
SM
13161 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13162ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13163ac_delim='%!_!# '
13164for ac_last_try in false false false false false :; do
13165 . ./conf$$subs.sh ||
d0ac1c44 13166 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13167
13168 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13169 if test $ac_delim_n = $ac_delim_num; then
13170 break
13171 elif $ac_last_try; then
d0ac1c44 13172 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 13173 else
81ecdfbb
RW
13174 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13175 fi
13176done
13177rm -f conf$$subs.sh
13178
13179cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13180cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
13181_ACEOF
13182sed -n '
13183h
13184s/^/S["/; s/!.*/"]=/
13185p
13186g
13187s/^[^!]*!//
13188:repl
13189t repl
13190s/'"$ac_delim"'$//
13191t delim
13192:nl
13193h
d0ac1c44 13194s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13195t more1
13196s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13197p
13198n
13199b repl
13200:more1
13201s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13202p
13203g
13204s/.\{148\}//
13205t nl
13206:delim
13207h
d0ac1c44 13208s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13209t more2
13210s/["\\]/\\&/g; s/^/"/; s/$/"/
13211p
13212b
13213:more2
13214s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13215p
13216g
13217s/.\{148\}//
13218t delim
13219' <conf$$subs.awk | sed '
13220/^[^""]/{
13221 N
13222 s/\n//
13223}
13224' >>$CONFIG_STATUS || ac_write_fail=1
13225rm -f conf$$subs.awk
13226cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13227_ACAWK
d0ac1c44 13228cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
13229 for (key in S) S_is_set[key] = 1
13230 FS = "\a"
b7026657 13231
81ecdfbb
RW
13232}
13233{
13234 line = $ 0
13235 nfields = split(line, field, "@")
13236 substed = 0
13237 len = length(field[1])
13238 for (i = 2; i < nfields; i++) {
13239 key = field[i]
13240 keylen = length(key)
13241 if (S_is_set[key]) {
13242 value = S[key]
13243 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13244 len += length(value) + length(field[++i])
13245 substed = 1
13246 } else
13247 len += 1 + keylen
13248 }
13249
13250 print line
13251}
c906108c 13252
81ecdfbb
RW
13253_ACAWK
13254_ACEOF
13255cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13256if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13257 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 13258else
81ecdfbb 13259 cat
d0ac1c44
SM
13260fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13261 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 13262_ACEOF
b7026657 13263
d0ac1c44
SM
13264# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13265# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
13266# trailing colons and then remove the whole line if VPATH becomes empty
13267# (actually we leave an empty line to preserve line numbers).
13268if test "x$srcdir" = x.; then
d0ac1c44
SM
13269 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13270h
13271s///
13272s/^/:/
13273s/[ ]*$/:/
13274s/:\$(srcdir):/:/g
13275s/:\${srcdir}:/:/g
13276s/:@srcdir@:/:/g
13277s/^:*//
81ecdfbb 13278s/:*$//
d0ac1c44
SM
13279x
13280s/\(=[ ]*\).*/\1/
13281G
13282s/\n//
81ecdfbb
RW
13283s/^[^=]*=[ ]*$//
13284}'
13285fi
c906108c 13286
81ecdfbb
RW
13287cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13288fi # test -n "$CONFIG_FILES"
c906108c 13289
81ecdfbb
RW
13290# Set up the scripts for CONFIG_HEADERS section.
13291# No need to generate them if there are no CONFIG_HEADERS.
13292# This happens for instance with `./config.status Makefile'.
13293if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13294cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
13295BEGIN {
13296_ACEOF
b7026657 13297
81ecdfbb
RW
13298# Transform confdefs.h into an awk script `defines.awk', embedded as
13299# here-document in config.status, that substitutes the proper values into
13300# config.h.in to produce config.h.
c906108c 13301
81ecdfbb
RW
13302# Create a delimiter string that does not exist in confdefs.h, to ease
13303# handling of long lines.
13304ac_delim='%!_!# '
13305for ac_last_try in false false :; do
d0ac1c44
SM
13306 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13307 if test -z "$ac_tt"; then
81ecdfbb
RW
13308 break
13309 elif $ac_last_try; then
d0ac1c44 13310 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 13311 else
81ecdfbb 13312 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 13313 fi
b7026657 13314done
81ecdfbb
RW
13315
13316# For the awk script, D is an array of macro values keyed by name,
13317# likewise P contains macro parameters if any. Preserve backslash
13318# newline sequences.
13319
13320ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13321sed -n '
13322s/.\{148\}/&'"$ac_delim"'/g
13323t rset
13324:rset
13325s/^[ ]*#[ ]*define[ ][ ]*/ /
13326t def
13327d
13328:def
13329s/\\$//
13330t bsnl
13331s/["\\]/\\&/g
13332s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13333D["\1"]=" \3"/p
13334s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13335d
13336:bsnl
13337s/["\\]/\\&/g
13338s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13339D["\1"]=" \3\\\\\\n"\\/p
13340t cont
13341s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13342t cont
13343d
13344:cont
13345n
13346s/.\{148\}/&'"$ac_delim"'/g
13347t clear
13348:clear
13349s/\\$//
13350t bsnlc
13351s/["\\]/\\&/g; s/^/"/; s/$/"/p
13352d
13353:bsnlc
13354s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13355b cont
13356' <confdefs.h | sed '
13357s/'"$ac_delim"'/"\\\
13358"/g' >>$CONFIG_STATUS || ac_write_fail=1
13359
13360cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13361 for (key in D) D_is_set[key] = 1
13362 FS = "\a"
13363}
13364/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13365 line = \$ 0
13366 split(line, arg, " ")
13367 if (arg[1] == "#") {
13368 defundef = arg[2]
13369 mac1 = arg[3]
13370 } else {
13371 defundef = substr(arg[1], 2)
13372 mac1 = arg[2]
13373 }
13374 split(mac1, mac2, "(") #)
13375 macro = mac2[1]
13376 prefix = substr(line, 1, index(line, defundef) - 1)
13377 if (D_is_set[macro]) {
13378 # Preserve the white space surrounding the "#".
13379 print prefix "define", macro P[macro] D[macro]
13380 next
13381 } else {
13382 # Replace #undef with comments. This is necessary, for example,
13383 # in the case of _POSIX_SOURCE, which is predefined and required
13384 # on some systems where configure will not decide to define it.
13385 if (defundef == "undef") {
13386 print "/*", prefix defundef, macro, "*/"
13387 next
13388 }
13389 }
13390}
13391{ print }
13392_ACAWK
b7026657 13393_ACEOF
81ecdfbb 13394cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13395 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13396fi # test -n "$CONFIG_HEADERS"
b7026657 13397
c906108c 13398
99d8e879 13399eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13400shift
13401for ac_tag
13402do
13403 case $ac_tag in
13404 :[FHLC]) ac_mode=$ac_tag; continue;;
c906108c 13405 esac
81ecdfbb
RW
13406 case $ac_mode$ac_tag in
13407 :[FHL]*:*);;
d0ac1c44 13408 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13409 :[FH]-) ac_tag=-:-;;
13410 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13411 esac
13412 ac_save_IFS=$IFS
13413 IFS=:
13414 set x $ac_tag
13415 IFS=$ac_save_IFS
13416 shift
13417 ac_file=$1
13418 shift
c906108c 13419
81ecdfbb
RW
13420 case $ac_mode in
13421 :L) ac_source=$1;;
13422 :[FH])
13423 ac_file_inputs=
13424 for ac_f
13425 do
13426 case $ac_f in
d0ac1c44 13427 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13428 *) # Look for the file first in the build tree, then in the source tree
13429 # (if the path is not absolute). The absolute path cannot be DOS-style,
13430 # because $ac_f cannot contain `:'.
13431 test -f "$ac_f" ||
13432 case $ac_f in
13433 [\\/$]*) false;;
13434 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13435 esac ||
d0ac1c44 13436 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 13437 esac
81ecdfbb
RW
13438 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13439 as_fn_append ac_file_inputs " '$ac_f'"
13440 done
b7026657 13441
81ecdfbb
RW
13442 # Let's still pretend it is `configure' which instantiates (i.e., don't
13443 # use $as_me), people would be surprised to read:
13444 # /* config.h. Generated by config.status. */
13445 configure_input='Generated from '`
13446 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13447 `' by configure.'
13448 if test x"$ac_file" != x-; then
13449 configure_input="$ac_file. $configure_input"
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13451$as_echo "$as_me: creating $ac_file" >&6;}
13452 fi
13453 # Neutralize special characters interpreted by sed in replacement strings.
13454 case $configure_input in #(
13455 *\&* | *\|* | *\\* )
13456 ac_sed_conf_input=`$as_echo "$configure_input" |
13457 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13458 *) ac_sed_conf_input=$configure_input;;
13459 esac
b7026657 13460
81ecdfbb 13461 case $ac_tag in
d0ac1c44
SM
13462 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13463 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13464 esac
13465 ;;
13466 esac
b7026657 13467
81ecdfbb 13468 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
13469$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13470 X"$ac_file" : 'X\(//\)[^/]' \| \
13471 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13472 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13473$as_echo X"$ac_file" |
13474 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13475 s//\1/
13476 q
13477 }
13478 /^X\(\/\/\)[^/].*/{
13479 s//\1/
13480 q
13481 }
13482 /^X\(\/\/\)$/{
13483 s//\1/
13484 q
13485 }
13486 /^X\(\/\).*/{
13487 s//\1/
13488 q
13489 }
13490 s/.*/./; q'`
13491 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
13492 ac_builddir=.
13493
81ecdfbb
RW
13494case "$ac_dir" in
13495.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13496*)
13497 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13498 # A ".." for each directory in $ac_dir_suffix.
13499 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13500 case $ac_top_builddir_sub in
13501 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13502 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13503 esac ;;
13504esac
13505ac_abs_top_builddir=$ac_pwd
13506ac_abs_builddir=$ac_pwd$ac_dir_suffix
13507# for backward compatibility:
13508ac_top_builddir=$ac_top_build_prefix
b7026657
AC
13509
13510case $srcdir in
81ecdfbb 13511 .) # We are building in place.
b7026657 13512 ac_srcdir=.
81ecdfbb
RW
13513 ac_top_srcdir=$ac_top_builddir_sub
13514 ac_abs_top_srcdir=$ac_pwd ;;
13515 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 13516 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13517 ac_top_srcdir=$srcdir
13518 ac_abs_top_srcdir=$srcdir ;;
13519 *) # Relative name.
13520 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13521 ac_top_srcdir=$ac_top_build_prefix$srcdir
13522 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13523esac
81ecdfbb 13524ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13525
c906108c 13526
81ecdfbb
RW
13527 case $ac_mode in
13528 :F)
13529 #
13530 # CONFIG_FILE
13531 #
b7026657 13532
81ecdfbb
RW
13533 case $INSTALL in
13534 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13535 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 13536 esac
81ecdfbb 13537_ACEOF
c906108c 13538
81ecdfbb
RW
13539cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13540# If the template does not know about datarootdir, expand it.
13541# FIXME: This hack should be removed a few years after 2.60.
13542ac_datarootdir_hack=; ac_datarootdir_seen=
13543ac_sed_dataroot='
13544/datarootdir/ {
13545 p
13546 q
13547}
13548/@datadir@/p
13549/@docdir@/p
13550/@infodir@/p
13551/@localedir@/p
13552/@mandir@/p'
13553case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13554*datarootdir*) ac_datarootdir_seen=yes;;
13555*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13557$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13558_ACEOF
13559cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13560 ac_datarootdir_hack='
13561 s&@datadir@&$datadir&g
13562 s&@docdir@&$docdir&g
13563 s&@infodir@&$infodir&g
13564 s&@localedir@&$localedir&g
13565 s&@mandir@&$mandir&g
13566 s&\\\${datarootdir}&$datarootdir&g' ;;
13567esac
b7026657 13568_ACEOF
b7026657 13569
81ecdfbb
RW
13570# Neutralize VPATH when `$srcdir' = `.'.
13571# Shell code in configure.ac might set extrasub.
13572# FIXME: do we really want to maintain this feature?
13573cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13574ac_sed_extra="$ac_vpsub
13575$extrasub
13576_ACEOF
13577cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13578:t
13579/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13580s|@configure_input@|$ac_sed_conf_input|;t t
13581s&@top_builddir@&$ac_top_builddir_sub&;t t
13582s&@top_build_prefix@&$ac_top_build_prefix&;t t
13583s&@srcdir@&$ac_srcdir&;t t
13584s&@abs_srcdir@&$ac_abs_srcdir&;t t
13585s&@top_srcdir@&$ac_top_srcdir&;t t
13586s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13587s&@builddir@&$ac_builddir&;t t
13588s&@abs_builddir@&$ac_abs_builddir&;t t
13589s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13590s&@INSTALL@&$ac_INSTALL&;t t
13591$ac_datarootdir_hack
13592"
d0ac1c44
SM
13593eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13594 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13595
13596test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13597 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13598 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13599 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13601which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13602$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13603which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13604
d0ac1c44 13605 rm -f "$ac_tmp/stdin"
81ecdfbb 13606 case $ac_file in
d0ac1c44
SM
13607 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13608 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13609 esac \
d0ac1c44 13610 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13611 ;;
13612 :H)
13613 #
13614 # CONFIG_HEADER
13615 #
13616 if test x"$ac_file" != x-; then
13617 {
13618 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13619 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13620 } >"$ac_tmp/config.h" \
13621 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13622 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13623 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13624$as_echo "$as_me: $ac_file is unchanged" >&6;}
13625 else
13626 rm -f "$ac_file"
d0ac1c44
SM
13627 mv "$ac_tmp/config.h" "$ac_file" \
13628 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13629 fi
b7026657 13630 else
81ecdfbb 13631 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13632 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13633 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13634 fi
13635 ;;
b7026657 13636
81ecdfbb
RW
13637 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13638$as_echo "$as_me: executing $ac_file commands" >&6;}
13639 ;;
13640 esac
b7026657
AC
13641
13642
81ecdfbb 13643 case $ac_file$ac_mode in
db2e4d67 13644 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13645 "libtool":C)
13646
13647 # See if we are running on zsh, and set the options which allow our
13648 # commands through without removal of \ escapes.
13649 if test -n "${ZSH_VERSION+set}" ; then
13650 setopt NO_GLOB_SUBST
13651 fi
13652
13653 cfgfile="${ofile}T"
13654 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13655 $RM "$cfgfile"
13656
13657 cat <<_LT_EOF >> "$cfgfile"
13658#! $SHELL
13659
13660# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13661# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13662# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13663# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13664#
13665# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13666# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13667# Written by Gordon Matzigkeit, 1996
13668#
13669# This file is part of GNU Libtool.
13670#
13671# GNU Libtool is free software; you can redistribute it and/or
13672# modify it under the terms of the GNU General Public License as
13673# published by the Free Software Foundation; either version 2 of
13674# the License, or (at your option) any later version.
13675#
13676# As a special exception to the GNU General Public License,
13677# if you distribute this file as part of a program or library that
13678# is built using GNU Libtool, you may include this file under the
13679# same distribution terms that you use for the rest of that program.
13680#
13681# GNU Libtool is distributed in the hope that it will be useful,
13682# but WITHOUT ANY WARRANTY; without even the implied warranty of
13683# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13684# GNU General Public License for more details.
13685#
13686# You should have received a copy of the GNU General Public License
13687# along with GNU Libtool; see the file COPYING. If not, a copy
13688# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13689# obtained by writing to the Free Software Foundation, Inc.,
13690# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13691
13692
13693# The names of the tagged configurations supported by this script.
13694available_tags=""
13695
13696# ### BEGIN LIBTOOL CONFIG
13697
13698# Which release of libtool.m4 was used?
13699macro_version=$macro_version
13700macro_revision=$macro_revision
13701
13702# Whether or not to build shared libraries.
13703build_libtool_libs=$enable_shared
13704
13705# Whether or not to build static libraries.
13706build_old_libs=$enable_static
13707
13708# What type of objects to build.
13709pic_mode=$pic_mode
13710
13711# Whether or not to optimize for fast installation.
13712fast_install=$enable_fast_install
13713
13714# Shell to use when invoking shell scripts.
13715SHELL=$lt_SHELL
13716
13717# An echo program that protects backslashes.
13718ECHO=$lt_ECHO
13719
13720# The host system.
13721host_alias=$host_alias
13722host=$host
13723host_os=$host_os
13724
13725# The build system.
13726build_alias=$build_alias
13727build=$build
13728build_os=$build_os
13729
13730# A sed program that does not truncate output.
13731SED=$lt_SED
13732
13733# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13734Xsed="\$SED -e 1s/^X//"
13735
13736# A grep program that handles long lines.
13737GREP=$lt_GREP
13738
13739# An ERE matcher.
13740EGREP=$lt_EGREP
13741
13742# A literal string matcher.
13743FGREP=$lt_FGREP
13744
13745# A BSD- or MS-compatible name lister.
13746NM=$lt_NM
13747
13748# Whether we need soft or hard links.
13749LN_S=$lt_LN_S
13750
13751# What is the maximum length of a command?
13752max_cmd_len=$max_cmd_len
13753
13754# Object file suffix (normally "o").
13755objext=$ac_objext
13756
13757# Executable file suffix (normally "").
13758exeext=$exeext
13759
13760# whether the shell understands "unset".
13761lt_unset=$lt_unset
13762
13763# turn spaces into newlines.
13764SP2NL=$lt_lt_SP2NL
13765
13766# turn newlines into spaces.
13767NL2SP=$lt_lt_NL2SP
13768
13769# An object symbol dumper.
13770OBJDUMP=$lt_OBJDUMP
13771
13772# Method to check whether dependent libraries are shared objects.
13773deplibs_check_method=$lt_deplibs_check_method
13774
13775# Command to use when deplibs_check_method == "file_magic".
13776file_magic_cmd=$lt_file_magic_cmd
13777
13778# The archiver.
13779AR=$lt_AR
13780AR_FLAGS=$lt_AR_FLAGS
13781
13782# A symbol stripping program.
13783STRIP=$lt_STRIP
13784
13785# Commands used to install an old-style archive.
13786RANLIB=$lt_RANLIB
13787old_postinstall_cmds=$lt_old_postinstall_cmds
13788old_postuninstall_cmds=$lt_old_postuninstall_cmds
13789
13790# Whether to use a lock for old archive extraction.
13791lock_old_archive_extraction=$lock_old_archive_extraction
13792
13793# A C compiler.
13794LTCC=$lt_CC
13795
13796# LTCC compiler flags.
13797LTCFLAGS=$lt_CFLAGS
13798
13799# Take the output of nm and produce a listing of raw symbols and C names.
13800global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13801
13802# Transform the output of nm in a proper C declaration.
13803global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13804
13805# Transform the output of nm in a C name address pair.
13806global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13807
13808# Transform the output of nm in a C name address pair when lib prefix is needed.
13809global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13810
13811# The name of the directory that contains temporary libtool files.
13812objdir=$objdir
13813
13814# Used to examine libraries when file_magic_cmd begins with "file".
13815MAGIC_CMD=$MAGIC_CMD
13816
13817# Must we lock files when doing compilation?
13818need_locks=$lt_need_locks
13819
13820# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13821DSYMUTIL=$lt_DSYMUTIL
13822
13823# Tool to change global to local symbols on Mac OS X.
13824NMEDIT=$lt_NMEDIT
13825
13826# Tool to manipulate fat objects and archives on Mac OS X.
13827LIPO=$lt_LIPO
13828
13829# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13830OTOOL=$lt_OTOOL
13831
13832# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13833OTOOL64=$lt_OTOOL64
13834
13835# Old archive suffix (normally "a").
13836libext=$libext
13837
13838# Shared library suffix (normally ".so").
13839shrext_cmds=$lt_shrext_cmds
13840
13841# The commands to extract the exported symbol list from a shared archive.
13842extract_expsyms_cmds=$lt_extract_expsyms_cmds
13843
13844# Variables whose values should be saved in libtool wrapper scripts and
13845# restored at link time.
13846variables_saved_for_relink=$lt_variables_saved_for_relink
13847
13848# Do we need the "lib" prefix for modules?
13849need_lib_prefix=$need_lib_prefix
13850
13851# Do we need a version for libraries?
13852need_version=$need_version
13853
13854# Library versioning type.
13855version_type=$version_type
13856
13857# Shared library runtime path variable.
13858runpath_var=$runpath_var
13859
13860# Shared library path variable.
13861shlibpath_var=$shlibpath_var
13862
13863# Is shlibpath searched before the hard-coded library search path?
13864shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13865
13866# Format of library name prefix.
13867libname_spec=$lt_libname_spec
13868
13869# List of archive names. First name is the real one, the rest are links.
13870# The last name is the one that the linker finds with -lNAME
13871library_names_spec=$lt_library_names_spec
13872
13873# The coded name of the library, if different from the real name.
13874soname_spec=$lt_soname_spec
13875
13876# Permission mode override for installation of shared libraries.
13877install_override_mode=$lt_install_override_mode
13878
13879# Command to use after installation of a shared archive.
13880postinstall_cmds=$lt_postinstall_cmds
13881
13882# Command to use after uninstallation of a shared archive.
13883postuninstall_cmds=$lt_postuninstall_cmds
13884
13885# Commands used to finish a libtool library installation in a directory.
13886finish_cmds=$lt_finish_cmds
13887
13888# As "finish_cmds", except a single script fragment to be evaled but
13889# not shown.
13890finish_eval=$lt_finish_eval
13891
13892# Whether we should hardcode library paths into libraries.
13893hardcode_into_libs=$hardcode_into_libs
13894
13895# Compile-time system search path for libraries.
13896sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13897
13898# Run-time system search path for libraries.
13899sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13900
13901# Whether dlopen is supported.
13902dlopen_support=$enable_dlopen
13903
13904# Whether dlopen of programs is supported.
13905dlopen_self=$enable_dlopen_self
13906
13907# Whether dlopen of statically linked programs is supported.
13908dlopen_self_static=$enable_dlopen_self_static
13909
13910# Commands to strip libraries.
13911old_striplib=$lt_old_striplib
13912striplib=$lt_striplib
13913
13914
13915# The linker used to build libraries.
13916LD=$lt_LD
13917
13918# How to create reloadable object files.
13919reload_flag=$lt_reload_flag
13920reload_cmds=$lt_reload_cmds
13921
13922# Commands used to build an old-style archive.
13923old_archive_cmds=$lt_old_archive_cmds
13924
13925# A language specific compiler.
13926CC=$lt_compiler
13927
13928# Is the compiler the GNU compiler?
13929with_gcc=$GCC
13930
13931# Compiler flag to turn off builtin functions.
13932no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13933
13934# How to pass a linker flag through the compiler.
13935wl=$lt_lt_prog_compiler_wl
13936
13937# Additional compiler flags for building library objects.
13938pic_flag=$lt_lt_prog_compiler_pic
13939
13940# Compiler flag to prevent dynamic linking.
13941link_static_flag=$lt_lt_prog_compiler_static
13942
13943# Does compiler simultaneously support -c and -o options?
13944compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13945
13946# Whether or not to add -lc for building shared libraries.
13947build_libtool_need_lc=$archive_cmds_need_lc
13948
13949# Whether or not to disallow shared libs when runtime libs are static.
13950allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13951
13952# Compiler flag to allow reflexive dlopens.
13953export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13954
13955# Compiler flag to generate shared objects directly from archives.
13956whole_archive_flag_spec=$lt_whole_archive_flag_spec
13957
13958# Whether the compiler copes with passing no objects directly.
13959compiler_needs_object=$lt_compiler_needs_object
13960
13961# Create an old-style archive from a shared archive.
13962old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13963
13964# Create a temporary old-style archive to link instead of a shared archive.
13965old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13966
13967# Commands used to build a shared archive.
13968archive_cmds=$lt_archive_cmds
13969archive_expsym_cmds=$lt_archive_expsym_cmds
13970
13971# Commands used to build a loadable module if different from building
13972# a shared archive.
13973module_cmds=$lt_module_cmds
13974module_expsym_cmds=$lt_module_expsym_cmds
13975
13976# Whether we are building with GNU ld or not.
13977with_gnu_ld=$lt_with_gnu_ld
13978
13979# Flag that allows shared libraries with undefined symbols to be built.
13980allow_undefined_flag=$lt_allow_undefined_flag
13981
13982# Flag that enforces no undefined symbols.
13983no_undefined_flag=$lt_no_undefined_flag
13984
13985# Flag to hardcode \$libdir into a binary during linking.
13986# This must work even if \$libdir does not exist
13987hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13988
13989# If ld is used when linking, flag to hardcode \$libdir into a binary
13990# during linking. This must work even if \$libdir does not exist.
13991hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13992
13993# Whether we need a single "-rpath" flag with a separated argument.
13994hardcode_libdir_separator=$lt_hardcode_libdir_separator
13995
13996# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13997# DIR into the resulting binary.
13998hardcode_direct=$hardcode_direct
13999
14000# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14001# DIR into the resulting binary and the resulting library dependency is
14002# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14003# library is relocated.
14004hardcode_direct_absolute=$hardcode_direct_absolute
14005
14006# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14007# into the resulting binary.
14008hardcode_minus_L=$hardcode_minus_L
14009
14010# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14011# into the resulting binary.
14012hardcode_shlibpath_var=$hardcode_shlibpath_var
14013
14014# Set to "yes" if building a shared library automatically hardcodes DIR
14015# into the library and all subsequent libraries and executables linked
14016# against it.
14017hardcode_automatic=$hardcode_automatic
14018
14019# Set to yes if linker adds runtime paths of dependent libraries
14020# to runtime path list.
14021inherit_rpath=$inherit_rpath
14022
14023# Whether libtool must link a program against all its dependency libraries.
14024link_all_deplibs=$link_all_deplibs
14025
14026# Fix the shell variable \$srcfile for the compiler.
14027fix_srcfile_path=$lt_fix_srcfile_path
14028
14029# Set to "yes" if exported symbols are required.
14030always_export_symbols=$always_export_symbols
14031
14032# The commands to list exported symbols.
14033export_symbols_cmds=$lt_export_symbols_cmds
14034
14035# Symbols that should not be listed in the preloaded symbols.
14036exclude_expsyms=$lt_exclude_expsyms
14037
14038# Symbols that must always be exported.
14039include_expsyms=$lt_include_expsyms
14040
14041# Commands necessary for linking programs (against libraries) with templates.
14042prelink_cmds=$lt_prelink_cmds
14043
14044# Specify filename containing input files.
14045file_list_spec=$lt_file_list_spec
14046
14047# How to hardcode a shared library path into an executable.
14048hardcode_action=$hardcode_action
14049
14050# ### END LIBTOOL CONFIG
14051
14052_LT_EOF
14053
14054 case $host_os in
14055 aix3*)
14056 cat <<\_LT_EOF >> "$cfgfile"
14057# AIX sometimes has problems with the GCC collect2 program. For some
14058# reason, if we set the COLLECT_NAMES environment variable, the problems
14059# vanish in a puff of smoke.
14060if test "X${COLLECT_NAMES+set}" != Xset; then
14061 COLLECT_NAMES=
14062 export COLLECT_NAMES
14063fi
14064_LT_EOF
14065 ;;
14066 esac
14067
14068
14069ltmain="$ac_aux_dir/ltmain.sh"
14070
14071
14072 # We use sed instead of cat because bash on DJGPP gets confused if
14073 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14074 # text mode, it properly converts lines to CR/LF. This bash problem
14075 # is reportedly fixed, but why not run on old versions too?
14076 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14077 || (rm -f "$cfgfile"; exit 1)
14078
14079 case $xsi_shell in
14080 yes)
14081 cat << \_LT_EOF >> "$cfgfile"
14082
14083# func_dirname file append nondir_replacement
14084# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14085# otherwise set result to NONDIR_REPLACEMENT.
14086func_dirname ()
14087{
14088 case ${1} in
14089 */*) func_dirname_result="${1%/*}${2}" ;;
14090 * ) func_dirname_result="${3}" ;;
14091 esac
14092}
14093
14094# func_basename file
14095func_basename ()
14096{
14097 func_basename_result="${1##*/}"
14098}
14099
14100# func_dirname_and_basename file append nondir_replacement
14101# perform func_basename and func_dirname in a single function
14102# call:
14103# dirname: Compute the dirname of FILE. If nonempty,
14104# add APPEND to the result, otherwise set result
14105# to NONDIR_REPLACEMENT.
14106# value returned in "$func_dirname_result"
14107# basename: Compute filename of FILE.
14108# value retuned in "$func_basename_result"
14109# Implementation must be kept synchronized with func_dirname
14110# and func_basename. For efficiency, we do not delegate to
14111# those functions but instead duplicate the functionality here.
14112func_dirname_and_basename ()
14113{
14114 case ${1} in
14115 */*) func_dirname_result="${1%/*}${2}" ;;
14116 * ) func_dirname_result="${3}" ;;
14117 esac
14118 func_basename_result="${1##*/}"
14119}
14120
14121# func_stripname prefix suffix name
14122# strip PREFIX and SUFFIX off of NAME.
14123# PREFIX and SUFFIX must not contain globbing or regex special
14124# characters, hashes, percent signs, but SUFFIX may contain a leading
14125# dot (in which case that matches only a dot).
14126func_stripname ()
14127{
14128 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14129 # positional parameters, so assign one to ordinary parameter first.
14130 func_stripname_result=${3}
14131 func_stripname_result=${func_stripname_result#"${1}"}
14132 func_stripname_result=${func_stripname_result%"${2}"}
14133}
14134
14135# func_opt_split
14136func_opt_split ()
14137{
14138 func_opt_split_opt=${1%%=*}
14139 func_opt_split_arg=${1#*=}
14140}
14141
14142# func_lo2o object
14143func_lo2o ()
14144{
14145 case ${1} in
14146 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14147 *) func_lo2o_result=${1} ;;
14148 esac
14149}
14150
14151# func_xform libobj-or-source
14152func_xform ()
14153{
14154 func_xform_result=${1%.*}.lo
14155}
14156
14157# func_arith arithmetic-term...
14158func_arith ()
14159{
14160 func_arith_result=$(( $* ))
14161}
14162
14163# func_len string
14164# STRING may not start with a hyphen.
14165func_len ()
14166{
14167 func_len_result=${#1}
14168}
14169
14170_LT_EOF
14171 ;;
14172 *) # Bourne compatible functions.
14173 cat << \_LT_EOF >> "$cfgfile"
14174
14175# func_dirname file append nondir_replacement
14176# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14177# otherwise set result to NONDIR_REPLACEMENT.
14178func_dirname ()
14179{
14180 # Extract subdirectory from the argument.
14181 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14182 if test "X$func_dirname_result" = "X${1}"; then
14183 func_dirname_result="${3}"
14184 else
14185 func_dirname_result="$func_dirname_result${2}"
14186 fi
14187}
14188
14189# func_basename file
14190func_basename ()
14191{
14192 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14193}
14194
14195
14196# func_stripname prefix suffix name
14197# strip PREFIX and SUFFIX off of NAME.
14198# PREFIX and SUFFIX must not contain globbing or regex special
14199# characters, hashes, percent signs, but SUFFIX may contain a leading
14200# dot (in which case that matches only a dot).
14201# func_strip_suffix prefix name
14202func_stripname ()
14203{
14204 case ${2} in
14205 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14206 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14207 esac
14208}
14209
14210# sed scripts:
14211my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14212my_sed_long_arg='1s/^-[^=]*=//'
14213
14214# func_opt_split
14215func_opt_split ()
14216{
14217 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14218 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14219}
14220
14221# func_lo2o object
14222func_lo2o ()
14223{
14224 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14225}
14226
14227# func_xform libobj-or-source
14228func_xform ()
14229{
14230 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14231}
14232
14233# func_arith arithmetic-term...
14234func_arith ()
14235{
14236 func_arith_result=`expr "$@"`
14237}
14238
14239# func_len string
14240# STRING may not start with a hyphen.
14241func_len ()
14242{
14243 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14244}
14245
14246_LT_EOF
14247esac
14248
14249case $lt_shell_append in
14250 yes)
14251 cat << \_LT_EOF >> "$cfgfile"
14252
14253# func_append var value
14254# Append VALUE to the end of shell variable VAR.
14255func_append ()
14256{
14257 eval "$1+=\$2"
14258}
14259_LT_EOF
14260 ;;
14261 *)
14262 cat << \_LT_EOF >> "$cfgfile"
14263
14264# func_append var value
14265# Append VALUE to the end of shell variable VAR.
14266func_append ()
14267{
14268 eval "$1=\$$1\$2"
14269}
14270
14271_LT_EOF
14272 ;;
14273 esac
14274
14275
14276 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14277 || (rm -f "$cfgfile"; exit 1)
14278
14279 mv -f "$cfgfile" "$ofile" ||
14280 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14281 chmod +x "$ofile"
14282
14283 ;;
81ecdfbb 14284 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
14285 rm -f Makesim1.tmp Makesim2.tmp Makefile
14286 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14287 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14288 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
14289 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14290 <Makefile.sim >Makefile
38f48d72 14291 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 14292 ;;
81ecdfbb
RW
14293 "stamp-h":C) echo > stamp-h ;;
14294
b7026657 14295 esac
81ecdfbb 14296done # for ac_tag
c906108c 14297
b7026657 14298
81ecdfbb 14299as_fn_exit 0
b7026657 14300_ACEOF
b7026657
AC
14301ac_clean_files=$ac_clean_files_save
14302
81ecdfbb 14303test $ac_write_fail = 0 ||
d0ac1c44 14304 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 14305
b7026657
AC
14306
14307# configure is writing to config.log, and then calls config.status.
14308# config.status does its own redirection, appending to config.log.
14309# Unfortunately, on DOS this fails, as config.log is still kept open
14310# by configure, so config.status won't be able to write to it; its
14311# output is simply discarded. So we exec the FD to /dev/null,
14312# effectively closing config.log, so it can be properly (re)opened and
14313# appended to by config.status. When coming back to configure, we
14314# need to make the FD available again.
14315if test "$no_create" != yes; then
14316 ac_cs_success=:
14317 ac_config_status_args=
14318 test "$silent" = yes &&
14319 ac_config_status_args="$ac_config_status_args --quiet"
14320 exec 5>/dev/null
14321 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14322 exec 5>>config.log
14323 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14324 # would make configure fail if this is the last instruction.
d0ac1c44 14325 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14326fi
14327if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14329$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 14330fi
c906108c
SS
14331
14332