]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mn10300/configure
sim: unify bug & package settings
[thirdparty/binutils-gdb.git] / sim / mn10300 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
c906108c 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
c906108c 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 471
c906108c 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_default_model
635sim_scache
636sim_float
81ecdfbb 637cgen_breaks
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
674CCDEPMODE
675DEPDIR
676am__leading_dot
46f900c0 677C_DIALECT
81ecdfbb
RW
678RANLIB
679AR
c2783492 680LDFLAGS_FOR_BUILD
c25ea03d 681CFLAGS_FOR_BUILD
aa0fca16 682RANLIB_FOR_BUILD
81ecdfbb 683CC_FOR_BUILD
aa0fca16 684AR_FOR_BUILD
81ecdfbb
RW
685INSTALL_DATA
686INSTALL_SCRIPT
687INSTALL_PROGRAM
2232061b
MF
688EGREP
689GREP
c2783492
MF
690CPP
691OBJEXT
692EXEEXT
693ac_ct_CC
694CPPFLAGS
695LDFLAGS
696CFLAGS
697CC
81ecdfbb
RW
698target_os
699target_vendor
700target_cpu
701target
702host_os
703host_vendor
704host_cpu
705host
706build_os
707build_vendor
708build_cpu
709build
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
136da8cd
MF
755sim_endian
756sim_bitsize
757sim_alignment'
b7026657 758ac_subst_files=''
81ecdfbb
RW
759ac_user_opts='
760enable_option_checking
aadc9410 761with_system_zlib
6bb11ab3
L
762enable_plugins
763enable_shared
764enable_static
765with_pic
766enable_fast_install
767with_gnu_ld
768enable_libtool_lock
81ecdfbb 769enable_maintainer_mode
347fe5bb 770enable_sim_inline
81ecdfbb
RW
771enable_sim_endian
772enable_sim_alignment
2232061b 773enable_werror
81ecdfbb
RW
774enable_build_warnings
775enable_sim_build_warnings
776enable_sim_reserved_bits
777enable_sim_bitsize
81ecdfbb
RW
778enable_sim_hardware
779'
780 ac_precious_vars='build_alias
781host_alias
782target_alias
783CC
784CFLAGS
785LDFLAGS
786LIBS
787CPPFLAGS
788CPP'
789
c906108c
SS
790
791# Initialize some variables set by options.
b7026657
AC
792ac_init_help=
793ac_init_version=false
81ecdfbb
RW
794ac_unrecognized_opts=
795ac_unrecognized_sep=
c906108c
SS
796# The variables have the same names as the options, with
797# dashes changed to underlines.
b7026657 798cache_file=/dev/null
c906108c 799exec_prefix=NONE
c906108c 800no_create=
c906108c
SS
801no_recursion=
802prefix=NONE
803program_prefix=NONE
804program_suffix=NONE
805program_transform_name=s,x,x,
806silent=
807site=
808srcdir=
c906108c
SS
809verbose=
810x_includes=NONE
811x_libraries=NONE
b7026657
AC
812
813# Installation directory options.
814# These are left unexpanded so users can "make install exec_prefix=/foo"
815# and all the variables that are supposed to be based on exec_prefix
816# by default will actually change.
817# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 818# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
819bindir='${exec_prefix}/bin'
820sbindir='${exec_prefix}/sbin'
821libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
822datarootdir='${prefix}/share'
823datadir='${datarootdir}'
c906108c
SS
824sysconfdir='${prefix}/etc'
825sharedstatedir='${prefix}/com'
826localstatedir='${prefix}/var'
c906108c
SS
827includedir='${prefix}/include'
828oldincludedir='/usr/include'
81ecdfbb
RW
829docdir='${datarootdir}/doc/${PACKAGE}'
830infodir='${datarootdir}/info'
831htmldir='${docdir}'
832dvidir='${docdir}'
833pdfdir='${docdir}'
834psdir='${docdir}'
835libdir='${exec_prefix}/lib'
836localedir='${datarootdir}/locale'
837mandir='${datarootdir}/man'
c906108c 838
c906108c 839ac_prev=
81ecdfbb 840ac_dashdash=
c906108c
SS
841for ac_option
842do
c906108c
SS
843 # If the previous option needs an argument, assign it.
844 if test -n "$ac_prev"; then
81ecdfbb 845 eval $ac_prev=\$ac_option
c906108c
SS
846 ac_prev=
847 continue
848 fi
849
81ecdfbb 850 case $ac_option in
d0ac1c44
SM
851 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
852 *=) ac_optarg= ;;
853 *) ac_optarg=yes ;;
81ecdfbb 854 esac
c906108c
SS
855
856 # Accept the important Cygnus configure options, so we can diagnose typos.
857
81ecdfbb
RW
858 case $ac_dashdash$ac_option in
859 --)
860 ac_dashdash=yes ;;
c906108c
SS
861
862 -bindir | --bindir | --bindi | --bind | --bin | --bi)
863 ac_prev=bindir ;;
864 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 865 bindir=$ac_optarg ;;
c906108c
SS
866
867 -build | --build | --buil | --bui | --bu)
b7026657 868 ac_prev=build_alias ;;
c906108c 869 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 870 build_alias=$ac_optarg ;;
c906108c
SS
871
872 -cache-file | --cache-file | --cache-fil | --cache-fi \
873 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
874 ac_prev=cache_file ;;
875 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
876 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
877 cache_file=$ac_optarg ;;
878
879 --config-cache | -C)
880 cache_file=config.cache ;;
c906108c 881
81ecdfbb 882 -datadir | --datadir | --datadi | --datad)
c906108c 883 ac_prev=datadir ;;
81ecdfbb 884 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 885 datadir=$ac_optarg ;;
c906108c 886
81ecdfbb
RW
887 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
888 | --dataroo | --dataro | --datar)
889 ac_prev=datarootdir ;;
890 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
891 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
892 datarootdir=$ac_optarg ;;
893
c906108c 894 -disable-* | --disable-*)
81ecdfbb 895 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 896 # Reject names that are not valid shell variable names.
81ecdfbb 897 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 898 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
899 ac_useropt_orig=$ac_useropt
900 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
901 case $ac_user_opts in
902 *"
903"enable_$ac_useropt"
904"*) ;;
905 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
906 ac_unrecognized_sep=', ';;
907 esac
908 eval enable_$ac_useropt=no ;;
909
910 -docdir | --docdir | --docdi | --doc | --do)
911 ac_prev=docdir ;;
912 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
913 docdir=$ac_optarg ;;
914
915 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
916 ac_prev=dvidir ;;
917 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
918 dvidir=$ac_optarg ;;
c906108c
SS
919
920 -enable-* | --enable-*)
81ecdfbb 921 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 922 # Reject names that are not valid shell variable names.
81ecdfbb 923 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 924 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
925 ac_useropt_orig=$ac_useropt
926 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
927 case $ac_user_opts in
928 *"
929"enable_$ac_useropt"
930"*) ;;
931 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
932 ac_unrecognized_sep=', ';;
c906108c 933 esac
81ecdfbb 934 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
935
936 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938 | --exec | --exe | --ex)
939 ac_prev=exec_prefix ;;
940 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942 | --exec=* | --exe=* | --ex=*)
b7026657 943 exec_prefix=$ac_optarg ;;
c906108c
SS
944
945 -gas | --gas | --ga | --g)
946 # Obsolete; use --with-gas.
947 with_gas=yes ;;
948
b7026657
AC
949 -help | --help | --hel | --he | -h)
950 ac_init_help=long ;;
951 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952 ac_init_help=recursive ;;
953 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954 ac_init_help=short ;;
c906108c
SS
955
956 -host | --host | --hos | --ho)
b7026657 957 ac_prev=host_alias ;;
c906108c 958 -host=* | --host=* | --hos=* | --ho=*)
b7026657 959 host_alias=$ac_optarg ;;
c906108c 960
81ecdfbb
RW
961 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962 ac_prev=htmldir ;;
963 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964 | --ht=*)
965 htmldir=$ac_optarg ;;
966
c906108c
SS
967 -includedir | --includedir | --includedi | --included | --include \
968 | --includ | --inclu | --incl | --inc)
969 ac_prev=includedir ;;
970 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 972 includedir=$ac_optarg ;;
c906108c
SS
973
974 -infodir | --infodir | --infodi | --infod | --info | --inf)
975 ac_prev=infodir ;;
976 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 977 infodir=$ac_optarg ;;
c906108c
SS
978
979 -libdir | --libdir | --libdi | --libd)
980 ac_prev=libdir ;;
981 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 982 libdir=$ac_optarg ;;
c906108c
SS
983
984 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985 | --libexe | --libex | --libe)
986 ac_prev=libexecdir ;;
987 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988 | --libexe=* | --libex=* | --libe=*)
b7026657 989 libexecdir=$ac_optarg ;;
c906108c 990
81ecdfbb
RW
991 -localedir | --localedir | --localedi | --localed | --locale)
992 ac_prev=localedir ;;
993 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994 localedir=$ac_optarg ;;
995
c906108c 996 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 997 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
998 ac_prev=localstatedir ;;
999 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1000 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1001 localstatedir=$ac_optarg ;;
c906108c
SS
1002
1003 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004 ac_prev=mandir ;;
1005 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1006 mandir=$ac_optarg ;;
c906108c
SS
1007
1008 -nfp | --nfp | --nf)
1009 # Obsolete; use --without-fp.
1010 with_fp=no ;;
1011
1012 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1013 | --no-cr | --no-c | -n)
c906108c
SS
1014 no_create=yes ;;
1015
1016 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018 no_recursion=yes ;;
1019
1020 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022 | --oldin | --oldi | --old | --ol | --o)
1023 ac_prev=oldincludedir ;;
1024 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1027 oldincludedir=$ac_optarg ;;
c906108c
SS
1028
1029 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030 ac_prev=prefix ;;
1031 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1032 prefix=$ac_optarg ;;
c906108c
SS
1033
1034 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035 | --program-pre | --program-pr | --program-p)
1036 ac_prev=program_prefix ;;
1037 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1039 program_prefix=$ac_optarg ;;
c906108c
SS
1040
1041 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042 | --program-suf | --program-su | --program-s)
1043 ac_prev=program_suffix ;;
1044 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1046 program_suffix=$ac_optarg ;;
c906108c
SS
1047
1048 -program-transform-name | --program-transform-name \
1049 | --program-transform-nam | --program-transform-na \
1050 | --program-transform-n | --program-transform- \
1051 | --program-transform | --program-transfor \
1052 | --program-transfo | --program-transf \
1053 | --program-trans | --program-tran \
1054 | --progr-tra | --program-tr | --program-t)
1055 ac_prev=program_transform_name ;;
1056 -program-transform-name=* | --program-transform-name=* \
1057 | --program-transform-nam=* | --program-transform-na=* \
1058 | --program-transform-n=* | --program-transform-=* \
1059 | --program-transform=* | --program-transfor=* \
1060 | --program-transfo=* | --program-transf=* \
1061 | --program-trans=* | --program-tran=* \
1062 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1063 program_transform_name=$ac_optarg ;;
c906108c 1064
81ecdfbb
RW
1065 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066 ac_prev=pdfdir ;;
1067 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068 pdfdir=$ac_optarg ;;
1069
1070 -psdir | --psdir | --psdi | --psd | --ps)
1071 ac_prev=psdir ;;
1072 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073 psdir=$ac_optarg ;;
1074
c906108c
SS
1075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076 | -silent | --silent | --silen | --sile | --sil)
1077 silent=yes ;;
1078
1079 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080 ac_prev=sbindir ;;
1081 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082 | --sbi=* | --sb=*)
b7026657 1083 sbindir=$ac_optarg ;;
c906108c
SS
1084
1085 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087 | --sharedst | --shareds | --shared | --share | --shar \
1088 | --sha | --sh)
1089 ac_prev=sharedstatedir ;;
1090 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093 | --sha=* | --sh=*)
b7026657 1094 sharedstatedir=$ac_optarg ;;
c906108c
SS
1095
1096 -site | --site | --sit)
1097 ac_prev=site ;;
1098 -site=* | --site=* | --sit=*)
b7026657 1099 site=$ac_optarg ;;
eb2d80b4 1100
c906108c
SS
1101 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102 ac_prev=srcdir ;;
1103 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1104 srcdir=$ac_optarg ;;
c906108c
SS
1105
1106 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107 | --syscon | --sysco | --sysc | --sys | --sy)
1108 ac_prev=sysconfdir ;;
1109 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1111 sysconfdir=$ac_optarg ;;
c906108c
SS
1112
1113 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1114 ac_prev=target_alias ;;
c906108c 1115 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1116 target_alias=$ac_optarg ;;
c906108c
SS
1117
1118 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119 verbose=yes ;;
1120
b7026657
AC
1121 -version | --version | --versio | --versi | --vers | -V)
1122 ac_init_version=: ;;
c906108c
SS
1123
1124 -with-* | --with-*)
81ecdfbb 1125 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1126 # Reject names that are not valid shell variable names.
81ecdfbb 1127 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1128 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1129 ac_useropt_orig=$ac_useropt
1130 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1131 case $ac_user_opts in
1132 *"
1133"with_$ac_useropt"
1134"*) ;;
1135 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1136 ac_unrecognized_sep=', ';;
c906108c 1137 esac
81ecdfbb 1138 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1139
1140 -without-* | --without-*)
81ecdfbb 1141 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1142 # Reject names that are not valid shell variable names.
81ecdfbb 1143 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1144 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1145 ac_useropt_orig=$ac_useropt
1146 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1147 case $ac_user_opts in
1148 *"
1149"with_$ac_useropt"
1150"*) ;;
1151 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1152 ac_unrecognized_sep=', ';;
1153 esac
1154 eval with_$ac_useropt=no ;;
c906108c
SS
1155
1156 --x)
1157 # Obsolete; use --with-x.
1158 with_x=yes ;;
1159
1160 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1161 | --x-incl | --x-inc | --x-in | --x-i)
1162 ac_prev=x_includes ;;
1163 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1164 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1165 x_includes=$ac_optarg ;;
c906108c
SS
1166
1167 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1168 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1169 ac_prev=x_libraries ;;
1170 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1171 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1172 x_libraries=$ac_optarg ;;
c906108c 1173
d0ac1c44
SM
1174 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1175Try \`$0 --help' for more information"
c906108c
SS
1176 ;;
1177
b7026657
AC
1178 *=*)
1179 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1180 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1181 case $ac_envvar in #(
1182 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1183 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1184 esac
1185 eval $ac_envvar=\$ac_optarg
b7026657
AC
1186 export $ac_envvar ;;
1187
c906108c 1188 *)
b7026657 1189 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1190 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1191 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1192 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1193 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1194 ;;
1195
1196 esac
1197done
1198
1199if test -n "$ac_prev"; then
b7026657 1200 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1201 as_fn_error $? "missing argument to $ac_option"
c906108c 1202fi
c906108c 1203
81ecdfbb
RW
1204if test -n "$ac_unrecognized_opts"; then
1205 case $enable_option_checking in
1206 no) ;;
d0ac1c44 1207 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1208 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1209 esac
81ecdfbb 1210fi
c906108c 1211
81ecdfbb
RW
1212# Check all directory arguments for consistency.
1213for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1214 datadir sysconfdir sharedstatedir localstatedir includedir \
1215 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1216 libdir localedir mandir
c906108c 1217do
81ecdfbb
RW
1218 eval ac_val=\$$ac_var
1219 # Remove trailing slashes.
1220 case $ac_val in
1221 */ )
1222 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1223 eval $ac_var=\$ac_val;;
1224 esac
1225 # Be sure to have absolute directory names.
b7026657 1226 case $ac_val in
81ecdfbb
RW
1227 [\\/$]* | ?:[\\/]* ) continue;;
1228 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1229 esac
d0ac1c44 1230 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1231done
1232
b7026657
AC
1233# There might be people who depend on the old broken behavior: `$host'
1234# used to hold the argument of --host etc.
1235# FIXME: To remove some day.
1236build=$build_alias
1237host=$host_alias
1238target=$target_alias
1239
1240# FIXME: To remove some day.
1241if test "x$host_alias" != x; then
1242 if test "x$build_alias" = x; then
1243 cross_compiling=maybe
b7026657
AC
1244 elif test "x$build_alias" != "x$host_alias"; then
1245 cross_compiling=yes
1246 fi
1247fi
c906108c 1248
b7026657
AC
1249ac_tool_prefix=
1250test -n "$host_alias" && ac_tool_prefix=$host_alias-
1251
1252test "$silent" = yes && exec 6>/dev/null
c906108c 1253
c906108c 1254
81ecdfbb
RW
1255ac_pwd=`pwd` && test -n "$ac_pwd" &&
1256ac_ls_di=`ls -di .` &&
1257ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1258 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1259test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1260 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1261
1262
c906108c
SS
1263# Find the source files, if location was not specified.
1264if test -z "$srcdir"; then
1265 ac_srcdir_defaulted=yes
81ecdfbb
RW
1266 # Try the directory containing this script, then the parent directory.
1267 ac_confdir=`$as_dirname -- "$as_myself" ||
1268$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1269 X"$as_myself" : 'X\(//\)[^/]' \| \
1270 X"$as_myself" : 'X\(//\)$' \| \
1271 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1272$as_echo X"$as_myself" |
1273 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\/\)[^/].*/{
1278 s//\1/
1279 q
1280 }
1281 /^X\(\/\/\)$/{
1282 s//\1/
1283 q
1284 }
1285 /^X\(\/\).*/{
1286 s//\1/
1287 q
1288 }
1289 s/.*/./; q'`
c906108c 1290 srcdir=$ac_confdir
81ecdfbb 1291 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1292 srcdir=..
1293 fi
1294else
1295 ac_srcdir_defaulted=no
1296fi
81ecdfbb
RW
1297if test ! -r "$srcdir/$ac_unique_file"; then
1298 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1299 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1300fi
1301ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1302ac_abs_confdir=`(
d0ac1c44 1303 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1304 pwd)`
1305# When building in place, set srcdir=.
1306if test "$ac_abs_confdir" = "$ac_pwd"; then
1307 srcdir=.
1308fi
1309# Remove unnecessary trailing slashes from srcdir.
1310# Double slashes in file names in object file debugging info
1311# mess up M-x gdb in Emacs.
1312case $srcdir in
1313*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1314esac
1315for ac_var in $ac_precious_vars; do
1316 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1317 eval ac_env_${ac_var}_value=\$${ac_var}
1318 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1319 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1320done
c906108c 1321
b7026657
AC
1322#
1323# Report the --help message.
1324#
1325if test "$ac_init_help" = "long"; then
1326 # Omit some internal or obsolete options to make the list less imposing.
1327 # This message is too long to be a string in the A/UX 3.1 sh.
1328 cat <<_ACEOF
1329\`configure' configures this package to adapt to many kinds of systems.
c906108c 1330
b7026657 1331Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1332
b7026657
AC
1333To assign environment variables (e.g., CC, CFLAGS...), specify them as
1334VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1335
b7026657 1336Defaults for the options are specified in brackets.
c906108c 1337
b7026657
AC
1338Configuration:
1339 -h, --help display this help and exit
1340 --help=short display options specific to this package
1341 --help=recursive display the short help of all the included packages
1342 -V, --version display version information and exit
d0ac1c44 1343 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1344 --cache-file=FILE cache test results in FILE [disabled]
1345 -C, --config-cache alias for \`--cache-file=config.cache'
1346 -n, --no-create do not create output files
1347 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1348
b7026657
AC
1349Installation directories:
1350 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1351 [$ac_default_prefix]
b7026657 1352 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1353 [PREFIX]
c906108c 1354
b7026657
AC
1355By default, \`make install' will install all the files in
1356\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1357an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1358for instance \`--prefix=\$HOME'.
c906108c 1359
b7026657
AC
1360For better control, use the options below.
1361
1362Fine tuning of the installation directories:
81ecdfbb
RW
1363 --bindir=DIR user executables [EPREFIX/bin]
1364 --sbindir=DIR system admin executables [EPREFIX/sbin]
1365 --libexecdir=DIR program executables [EPREFIX/libexec]
1366 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1367 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1368 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1369 --libdir=DIR object code libraries [EPREFIX/lib]
1370 --includedir=DIR C header files [PREFIX/include]
1371 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1372 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1373 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1374 --infodir=DIR info documentation [DATAROOTDIR/info]
1375 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1376 --mandir=DIR man documentation [DATAROOTDIR/man]
1377 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1378 --htmldir=DIR html documentation [DOCDIR]
1379 --dvidir=DIR dvi documentation [DOCDIR]
1380 --pdfdir=DIR pdf documentation [DOCDIR]
1381 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1382_ACEOF
1383
1384 cat <<\_ACEOF
1385
1386Program names:
1387 --program-prefix=PREFIX prepend PREFIX to installed program names
1388 --program-suffix=SUFFIX append SUFFIX to installed program names
1389 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1390
1391System types:
1392 --build=BUILD configure for building on BUILD [guessed]
1393 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1394 --target=TARGET configure for building compilers for TARGET [HOST]
1395_ACEOF
c906108c 1396fi
b7026657
AC
1397
1398if test -n "$ac_init_help"; then
1399
1400 cat <<\_ACEOF
1401
1402Optional Features:
81ecdfbb 1403 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1404 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1405 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1406 --enable-plugins Enable support for plugins
6bb11ab3
L
1407 --enable-shared[=PKGS] build shared libraries [default=yes]
1408 --enable-static[=PKGS] build static libraries [default=yes]
1409 --enable-fast-install[=PKGS]
1410 optimize for fast installation [default=yes]
1411 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1412 --enable-maintainer-mode
1413 enable make rules and dependencies not useful (and
1414 sometimes confusing) to the casual installer
347fe5bb
MF
1415 --enable-sim-inline=inlines
1416 Specify which functions should be inlined
8d0978fb
MF
1417 --enable-sim-endian=endian
1418 Specify target byte endian orientation
1419 --enable-sim-alignment=align
1420 Specify strict, nonstrict or forced alignment of
1421 memory accesses
2232061b
MF
1422 --enable-werror treat compile warnings as errors
1423 --enable-build-warnings enable build-time compiler warnings if gcc is used
1424 --enable-sim-build-warnings
1425 enable SIM specific build-time compiler warnings if
1426 gcc is used
8d0978fb
MF
1427 --enable-sim-reserved-bits
1428 Specify whether to check reserved bits in
1429 instruction
1430 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1517bd27
MF
1431 --enable-sim-hardware=LIST
1432 Specify the hardware to be included in the build.
b7026657 1433
6efef468
JM
1434Optional Packages:
1435 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1436 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1437 --with-system-zlib use installed libz
6bb11ab3
L
1438 --with-pic try to use only PIC/non-PIC objects [default=use
1439 both]
1440 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468 1441
b7026657
AC
1442Some influential environment variables:
1443 CC C compiler command
1444 CFLAGS C compiler flags
1445 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1446 nonstandard directory <lib dir>
81ecdfbb 1447 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1448 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1449 you have headers in a nonstandard directory <include dir>
b7026657
AC
1450 CPP C preprocessor
1451
1452Use these variables to override the choices made by `configure' or to help
1453it to find libraries and programs with nonstandard names/locations.
1454
81ecdfbb 1455Report bugs to the package provider.
b7026657 1456_ACEOF
81ecdfbb 1457ac_status=$?
c906108c
SS
1458fi
1459
b7026657
AC
1460if test "$ac_init_help" = "recursive"; then
1461 # If there are subdirs, report their specific --help.
b7026657 1462 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1463 test -d "$ac_dir" ||
1464 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1465 continue
b7026657 1466 ac_builddir=.
c906108c 1467
81ecdfbb
RW
1468case "$ac_dir" in
1469.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1470*)
1471 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1472 # A ".." for each directory in $ac_dir_suffix.
1473 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1474 case $ac_top_builddir_sub in
1475 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1476 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1477 esac ;;
1478esac
1479ac_abs_top_builddir=$ac_pwd
1480ac_abs_builddir=$ac_pwd$ac_dir_suffix
1481# for backward compatibility:
1482ac_top_builddir=$ac_top_build_prefix
c906108c 1483
b7026657 1484case $srcdir in
81ecdfbb 1485 .) # We are building in place.
b7026657 1486 ac_srcdir=.
81ecdfbb
RW
1487 ac_top_srcdir=$ac_top_builddir_sub
1488 ac_abs_top_srcdir=$ac_pwd ;;
1489 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1490 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1491 ac_top_srcdir=$srcdir
1492 ac_abs_top_srcdir=$srcdir ;;
1493 *) # Relative name.
1494 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1495 ac_top_srcdir=$ac_top_build_prefix$srcdir
1496 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1497esac
81ecdfbb
RW
1498ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1499
1500 cd "$ac_dir" || { ac_status=$?; continue; }
1501 # Check for guested configure.
1502 if test -f "$ac_srcdir/configure.gnu"; then
1503 echo &&
1504 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1505 elif test -f "$ac_srcdir/configure"; then
1506 echo &&
1507 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1508 else
81ecdfbb
RW
1509 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1510 fi || ac_status=$?
1511 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1512 done
c906108c 1513fi
b7026657 1514
81ecdfbb 1515test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1516if $ac_init_version; then
1517 cat <<\_ACEOF
81ecdfbb 1518configure
d0ac1c44 1519generated by GNU Autoconf 2.69
b7026657 1520
d0ac1c44 1521Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1522This configure script is free software; the Free Software Foundation
1523gives unlimited permission to copy, distribute and modify it.
1524_ACEOF
81ecdfbb 1525 exit
b7026657 1526fi
b7026657 1527
81ecdfbb
RW
1528## ------------------------ ##
1529## Autoconf initialization. ##
1530## ------------------------ ##
b7026657 1531
81ecdfbb
RW
1532# ac_fn_c_try_compile LINENO
1533# --------------------------
1534# Try to compile conftest.$ac_ext, and return whether this succeeded.
1535ac_fn_c_try_compile ()
b7026657 1536{
81ecdfbb
RW
1537 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1538 rm -f conftest.$ac_objext
1539 if { { ac_try="$ac_compile"
1540case "(($ac_try" in
1541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1542 *) ac_try_echo=$ac_try;;
1543esac
1544eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1545$as_echo "$ac_try_echo"; } >&5
1546 (eval "$ac_compile") 2>conftest.err
1547 ac_status=$?
1548 if test -s conftest.err; then
1549 grep -v '^ *+' conftest.err >conftest.er1
1550 cat conftest.er1 >&5
1551 mv -f conftest.er1 conftest.err
1552 fi
1553 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1554 test $ac_status = 0; } && {
1555 test -z "$ac_c_werror_flag" ||
1556 test ! -s conftest.err
1557 } && test -s conftest.$ac_objext; then :
1558 ac_retval=0
1559else
1560 $as_echo "$as_me: failed program was:" >&5
1561sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1562
81ecdfbb
RW
1563 ac_retval=1
1564fi
d0ac1c44
SM
1565 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1566 as_fn_set_status $ac_retval
b7026657 1567
81ecdfbb 1568} # ac_fn_c_try_compile
b7026657 1569
81ecdfbb
RW
1570# ac_fn_c_try_cpp LINENO
1571# ----------------------
1572# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1573ac_fn_c_try_cpp ()
1574{
1575 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1576 if { { ac_try="$ac_cpp conftest.$ac_ext"
1577case "(($ac_try" in
1578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1579 *) ac_try_echo=$ac_try;;
1580esac
1581eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1582$as_echo "$ac_try_echo"; } >&5
1583 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1584 ac_status=$?
1585 if test -s conftest.err; then
1586 grep -v '^ *+' conftest.err >conftest.er1
1587 cat conftest.er1 >&5
1588 mv -f conftest.er1 conftest.err
1589 fi
1590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1591 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1592 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1593 test ! -s conftest.err
1594 }; then :
1595 ac_retval=0
1596else
1597 $as_echo "$as_me: failed program was:" >&5
1598sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1599
81ecdfbb
RW
1600 ac_retval=1
1601fi
d0ac1c44
SM
1602 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1603 as_fn_set_status $ac_retval
b7026657 1604
81ecdfbb
RW
1605} # ac_fn_c_try_cpp
1606
1607# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1608# -------------------------------------------------------
1609# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1610# the include files in INCLUDES and setting the cache variable VAR
1611# accordingly.
1612ac_fn_c_check_header_mongrel ()
1613{
1614 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1615 if eval \${$3+:} false; then :
81ecdfbb
RW
1616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1617$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1618if eval \${$3+:} false; then :
81ecdfbb
RW
1619 $as_echo_n "(cached) " >&6
1620fi
1621eval ac_res=\$$3
1622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1623$as_echo "$ac_res" >&6; }
1624else
1625 # Is the header compilable?
1626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1627$as_echo_n "checking $2 usability... " >&6; }
1628cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1629/* end confdefs.h. */
1630$4
1631#include <$2>
1632_ACEOF
1633if ac_fn_c_try_compile "$LINENO"; then :
1634 ac_header_compiler=yes
1635else
1636 ac_header_compiler=no
1637fi
1638rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1640$as_echo "$ac_header_compiler" >&6; }
1641
1642# Is the header present?
1643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1644$as_echo_n "checking $2 presence... " >&6; }
1645cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1646/* end confdefs.h. */
1647#include <$2>
1648_ACEOF
1649if ac_fn_c_try_cpp "$LINENO"; then :
1650 ac_header_preproc=yes
1651else
1652 ac_header_preproc=no
1653fi
d0ac1c44 1654rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1656$as_echo "$ac_header_preproc" >&6; }
1657
1658# So? What about this header?
1659case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1660 yes:no: )
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1662$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1664$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1665 ;;
1666 no:yes:* )
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1668$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1670$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1672$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1674$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1676$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1677 ;;
1678esac
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1680$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1681if eval \${$3+:} false; then :
81ecdfbb
RW
1682 $as_echo_n "(cached) " >&6
1683else
1684 eval "$3=\$ac_header_compiler"
1685fi
1686eval ac_res=\$$3
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1688$as_echo "$ac_res" >&6; }
1689fi
d0ac1c44 1690 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1691
1692} # ac_fn_c_check_header_mongrel
1693
1694# ac_fn_c_try_run LINENO
1695# ----------------------
1696# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1697# that executables *can* be run.
1698ac_fn_c_try_run ()
1699{
1700 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1701 if { { ac_try="$ac_link"
1702case "(($ac_try" in
1703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1704 *) ac_try_echo=$ac_try;;
1705esac
1706eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1707$as_echo "$ac_try_echo"; } >&5
1708 (eval "$ac_link") 2>&5
1709 ac_status=$?
1710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1711 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1712 { { case "(($ac_try" in
1713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1714 *) ac_try_echo=$ac_try;;
1715esac
1716eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1717$as_echo "$ac_try_echo"; } >&5
1718 (eval "$ac_try") 2>&5
1719 ac_status=$?
1720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1721 test $ac_status = 0; }; }; then :
1722 ac_retval=0
1723else
1724 $as_echo "$as_me: program exited with status $ac_status" >&5
1725 $as_echo "$as_me: failed program was:" >&5
1726sed 's/^/| /' conftest.$ac_ext >&5
1727
1728 ac_retval=$ac_status
1729fi
1730 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1731 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1732 as_fn_set_status $ac_retval
81ecdfbb
RW
1733
1734} # ac_fn_c_try_run
1735
1736# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1737# -------------------------------------------------------
1738# Tests whether HEADER exists and can be compiled using the include files in
1739# INCLUDES, setting the cache variable VAR accordingly.
1740ac_fn_c_check_header_compile ()
1741{
1742 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1744$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1745if eval \${$3+:} false; then :
81ecdfbb
RW
1746 $as_echo_n "(cached) " >&6
1747else
1748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1749/* end confdefs.h. */
1750$4
1751#include <$2>
1752_ACEOF
1753if ac_fn_c_try_compile "$LINENO"; then :
1754 eval "$3=yes"
1755else
1756 eval "$3=no"
1757fi
1758rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1759fi
1760eval ac_res=\$$3
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1762$as_echo "$ac_res" >&6; }
d0ac1c44 1763 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1764
1765} # ac_fn_c_check_header_compile
1766
1767# ac_fn_c_try_link LINENO
1768# -----------------------
1769# Try to link conftest.$ac_ext, and return whether this succeeded.
1770ac_fn_c_try_link ()
1771{
1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773 rm -f conftest.$ac_objext conftest$ac_exeext
1774 if { { ac_try="$ac_link"
1775case "(($ac_try" in
1776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1777 *) ac_try_echo=$ac_try;;
1778esac
1779eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1780$as_echo "$ac_try_echo"; } >&5
1781 (eval "$ac_link") 2>conftest.err
1782 ac_status=$?
1783 if test -s conftest.err; then
1784 grep -v '^ *+' conftest.err >conftest.er1
1785 cat conftest.er1 >&5
1786 mv -f conftest.er1 conftest.err
1787 fi
1788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1789 test $ac_status = 0; } && {
1790 test -z "$ac_c_werror_flag" ||
1791 test ! -s conftest.err
1792 } && test -s conftest$ac_exeext && {
1793 test "$cross_compiling" = yes ||
d0ac1c44 1794 test -x conftest$ac_exeext
81ecdfbb
RW
1795 }; then :
1796 ac_retval=0
1797else
1798 $as_echo "$as_me: failed program was:" >&5
1799sed 's/^/| /' conftest.$ac_ext >&5
1800
1801 ac_retval=1
1802fi
1803 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1804 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1805 # interfere with the next link command; also delete a directory that is
1806 # left behind by Apple's compiler. We do this before executing the actions.
1807 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1808 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1809 as_fn_set_status $ac_retval
81ecdfbb
RW
1810
1811} # ac_fn_c_try_link
1812
1813# ac_fn_c_check_func LINENO FUNC VAR
1814# ----------------------------------
1815# Tests whether FUNC exists, setting the cache variable VAR accordingly
1816ac_fn_c_check_func ()
1817{
1818 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1820$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1821if eval \${$3+:} false; then :
81ecdfbb
RW
1822 $as_echo_n "(cached) " >&6
1823else
1824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1825/* end confdefs.h. */
1826/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1827 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1828#define $2 innocuous_$2
1829
1830/* System header to define __stub macros and hopefully few prototypes,
1831 which can conflict with char $2 (); below.
1832 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1833 <limits.h> exists even on freestanding compilers. */
1834
1835#ifdef __STDC__
1836# include <limits.h>
1837#else
1838# include <assert.h>
1839#endif
1840
1841#undef $2
1842
1843/* Override any GCC internal prototype to avoid an error.
1844 Use char because int might match the return type of a GCC
1845 builtin and then its argument prototype would still apply. */
1846#ifdef __cplusplus
1847extern "C"
1848#endif
1849char $2 ();
1850/* The GNU C library defines this for functions which it implements
1851 to always fail with ENOSYS. Some functions are actually named
1852 something starting with __ and the normal name is an alias. */
1853#if defined __stub_$2 || defined __stub___$2
1854choke me
1855#endif
1856
1857int
1858main ()
1859{
1860return $2 ();
1861 ;
1862 return 0;
1863}
1864_ACEOF
1865if ac_fn_c_try_link "$LINENO"; then :
1866 eval "$3=yes"
1867else
1868 eval "$3=no"
1869fi
1870rm -f core conftest.err conftest.$ac_objext \
1871 conftest$ac_exeext conftest.$ac_ext
1872fi
1873eval ac_res=\$$3
1874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1875$as_echo "$ac_res" >&6; }
d0ac1c44 1876 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1877
1878} # ac_fn_c_check_func
1879cat >config.log <<_ACEOF
1880This file contains any messages produced by compilers while
1881running configure, to aid debugging if configure makes a mistake.
1882
1883It was created by $as_me, which was
d0ac1c44 1884generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1885
1886 $ $0 $@
1887
1888_ACEOF
1889exec 5>>config.log
1890{
1891cat <<_ASUNAME
1892## --------- ##
1893## Platform. ##
1894## --------- ##
1895
1896hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1897uname -m = `(uname -m) 2>/dev/null || echo unknown`
1898uname -r = `(uname -r) 2>/dev/null || echo unknown`
1899uname -s = `(uname -s) 2>/dev/null || echo unknown`
1900uname -v = `(uname -v) 2>/dev/null || echo unknown`
1901
1902/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1903/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1904
1905/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1906/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1907/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1908/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1909/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1910/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1911/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1912
1913_ASUNAME
1914
1915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1916for as_dir in $PATH
1917do
1918 IFS=$as_save_IFS
1919 test -z "$as_dir" && as_dir=.
1920 $as_echo "PATH: $as_dir"
1921 done
1922IFS=$as_save_IFS
1923
1924} >&5
1925
1926cat >&5 <<_ACEOF
b7026657
AC
1927
1928
1929## ----------- ##
1930## Core tests. ##
1931## ----------- ##
1932
1933_ACEOF
1934
1935
1936# Keep a trace of the command line.
1937# Strip out --no-create and --no-recursion so they do not pile up.
1938# Strip out --silent because we don't want to record it for future runs.
1939# Also quote any args containing shell meta-characters.
1940# Make two passes to allow for proper duplicate-argument suppression.
1941ac_configure_args=
1942ac_configure_args0=
1943ac_configure_args1=
b7026657
AC
1944ac_must_keep_next=false
1945for ac_pass in 1 2
1946do
1947 for ac_arg
1948 do
1949 case $ac_arg in
1950 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1951 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1952 | -silent | --silent | --silen | --sile | --sil)
1953 continue ;;
81ecdfbb
RW
1954 *\'*)
1955 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1956 esac
1957 case $ac_pass in
81ecdfbb 1958 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1959 2)
81ecdfbb 1960 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1961 if test $ac_must_keep_next = true; then
1962 ac_must_keep_next=false # Got value, back to normal.
1963 else
1964 case $ac_arg in
1965 *=* | --config-cache | -C | -disable-* | --disable-* \
1966 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1967 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1968 | -with-* | --with-* | -without-* | --without-* | --x)
1969 case "$ac_configure_args0 " in
1970 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1971 esac
1972 ;;
1973 -* ) ac_must_keep_next=true ;;
1974 esac
1975 fi
81ecdfbb 1976 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1977 ;;
1978 esac
1979 done
1980done
81ecdfbb
RW
1981{ ac_configure_args0=; unset ac_configure_args0;}
1982{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1983
1984# When interrupted or exit'd, cleanup temporary files, and complete
1985# config.log. We remove comments because anyway the quotes in there
1986# would cause problems or look ugly.
81ecdfbb
RW
1987# WARNING: Use '\'' to represent an apostrophe within the trap.
1988# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1989trap 'exit_status=$?
1990 # Save into config.log some information that might help in debugging.
1991 {
1992 echo
1993
d0ac1c44 1994 $as_echo "## ---------------- ##
b7026657 1995## Cache variables. ##
d0ac1c44 1996## ---------------- ##"
b7026657
AC
1997 echo
1998 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1999(
2000 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2001 eval ac_val=\$$ac_var
2002 case $ac_val in #(
2003 *${as_nl}*)
2004 case $ac_var in #(
2005 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2006$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2007 esac
2008 case $ac_var in #(
2009 _ | IFS | as_nl) ;; #(
2010 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2011 *) { eval $ac_var=; unset $ac_var;} ;;
2012 esac ;;
2013 esac
2014 done
b7026657 2015 (set) 2>&1 |
81ecdfbb
RW
2016 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2017 *${as_nl}ac_space=\ *)
b7026657 2018 sed -n \
81ecdfbb
RW
2019 "s/'\''/'\''\\\\'\'''\''/g;
2020 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2021 ;; #(
b7026657 2022 *)
81ecdfbb 2023 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2024 ;;
81ecdfbb
RW
2025 esac |
2026 sort
2027)
b7026657
AC
2028 echo
2029
d0ac1c44 2030 $as_echo "## ----------------- ##
b7026657 2031## Output variables. ##
d0ac1c44 2032## ----------------- ##"
b7026657
AC
2033 echo
2034 for ac_var in $ac_subst_vars
2035 do
81ecdfbb
RW
2036 eval ac_val=\$$ac_var
2037 case $ac_val in
2038 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2039 esac
2040 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2041 done | sort
2042 echo
2043
2044 if test -n "$ac_subst_files"; then
d0ac1c44 2045 $as_echo "## ------------------- ##
81ecdfbb 2046## File substitutions. ##
d0ac1c44 2047## ------------------- ##"
b7026657
AC
2048 echo
2049 for ac_var in $ac_subst_files
2050 do
81ecdfbb
RW
2051 eval ac_val=\$$ac_var
2052 case $ac_val in
2053 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2054 esac
2055 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2056 done | sort
2057 echo
2058 fi
2059
2060 if test -s confdefs.h; then
d0ac1c44 2061 $as_echo "## ----------- ##
b7026657 2062## confdefs.h. ##
d0ac1c44 2063## ----------- ##"
b7026657 2064 echo
81ecdfbb 2065 cat confdefs.h
b7026657
AC
2066 echo
2067 fi
2068 test "$ac_signal" != 0 &&
81ecdfbb
RW
2069 $as_echo "$as_me: caught signal $ac_signal"
2070 $as_echo "$as_me: exit $exit_status"
b7026657 2071 } >&5
81ecdfbb
RW
2072 rm -f core *.core core.conftest.* &&
2073 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2074 exit $exit_status
81ecdfbb 2075' 0
b7026657 2076for ac_signal in 1 2 13 15; do
81ecdfbb 2077 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2078done
2079ac_signal=0
2080
2081# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2082rm -f -r conftest* confdefs.h
2083
2084$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2085
2086# Predefined preprocessor variables.
2087
2088cat >>confdefs.h <<_ACEOF
2089#define PACKAGE_NAME "$PACKAGE_NAME"
2090_ACEOF
2091
b7026657
AC
2092cat >>confdefs.h <<_ACEOF
2093#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2094_ACEOF
2095
b7026657
AC
2096cat >>confdefs.h <<_ACEOF
2097#define PACKAGE_VERSION "$PACKAGE_VERSION"
2098_ACEOF
2099
b7026657
AC
2100cat >>confdefs.h <<_ACEOF
2101#define PACKAGE_STRING "$PACKAGE_STRING"
2102_ACEOF
2103
b7026657
AC
2104cat >>confdefs.h <<_ACEOF
2105#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2106_ACEOF
2107
81ecdfbb
RW
2108cat >>confdefs.h <<_ACEOF
2109#define PACKAGE_URL "$PACKAGE_URL"
2110_ACEOF
2111
b7026657
AC
2112
2113# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2114# Prefer an explicitly selected file to automatically selected ones.
2115ac_site_file1=NONE
2116ac_site_file2=NONE
2117if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2118 # We do not want a PATH search for config.site.
2119 case $CONFIG_SITE in #((
2120 -*) ac_site_file1=./$CONFIG_SITE;;
2121 */*) ac_site_file1=$CONFIG_SITE;;
2122 *) ac_site_file1=./$CONFIG_SITE;;
2123 esac
81ecdfbb
RW
2124elif test "x$prefix" != xNONE; then
2125 ac_site_file1=$prefix/share/config.site
2126 ac_site_file2=$prefix/etc/config.site
2127else
2128 ac_site_file1=$ac_default_prefix/share/config.site
2129 ac_site_file2=$ac_default_prefix/etc/config.site
2130fi
2131for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2132do
2133 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2134 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2136$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2137 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2138 . "$ac_site_file" \
2139 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2140$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2141as_fn_error $? "failed to load site script $ac_site_file
2142See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2143 fi
2144done
2145
2146if test -r "$cache_file"; then
d0ac1c44
SM
2147 # Some versions of bash will fail to source /dev/null (special files
2148 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2149 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2150 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2151$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2152 case $cache_file in
81ecdfbb
RW
2153 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2154 *) . "./$cache_file";;
b7026657
AC
2155 esac
2156 fi
2157else
81ecdfbb
RW
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2159$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2160 >$cache_file
2161fi
2162
2163# Check that the precious variables saved in the cache have kept the same
2164# value.
2165ac_cache_corrupted=false
81ecdfbb 2166for ac_var in $ac_precious_vars; do
b7026657
AC
2167 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2168 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2169 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2170 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2171 case $ac_old_set,$ac_new_set in
2172 set,)
81ecdfbb
RW
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2174$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2175 ac_cache_corrupted=: ;;
2176 ,set)
81ecdfbb
RW
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2178$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2179 ac_cache_corrupted=: ;;
2180 ,);;
2181 *)
2182 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2183 # differences in whitespace do not lead to failure.
2184 ac_old_val_w=`echo x $ac_old_val`
2185 ac_new_val_w=`echo x $ac_new_val`
2186 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2188$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2189 ac_cache_corrupted=:
2190 else
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2192$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2193 eval $ac_var=\$ac_old_val
2194 fi
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2196$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2198$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2199 fi;;
2200 esac
2201 # Pass precious variables to config.status.
2202 if test "$ac_new_set" = set; then
2203 case $ac_new_val in
81ecdfbb 2204 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2205 *) ac_arg=$ac_var=$ac_new_val ;;
2206 esac
2207 case " $ac_configure_args " in
2208 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2209 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2210 esac
2211 fi
2212done
2213if $ac_cache_corrupted; then
81ecdfbb
RW
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2215$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2217$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2218 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2219fi
81ecdfbb
RW
2220## -------------------- ##
2221## Main body of script. ##
2222## -------------------- ##
b7026657
AC
2223
2224ac_ext=c
2225ac_cpp='$CPP $CPPFLAGS'
2226ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2227ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2228ac_compiler_gnu=$ac_cv_c_compiler_gnu
2229
2230
6bb11ab3
L
2231
2232
2233
2234
2235
c2783492
MF
2236ac_aux_dir=
2237for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2238 if test -f "$ac_dir/install-sh"; then
2239 ac_aux_dir=$ac_dir
2240 ac_install_sh="$ac_aux_dir/install-sh -c"
2241 break
2242 elif test -f "$ac_dir/install.sh"; then
2243 ac_aux_dir=$ac_dir
2244 ac_install_sh="$ac_aux_dir/install.sh -c"
2245 break
2246 elif test -f "$ac_dir/shtool"; then
2247 ac_aux_dir=$ac_dir
2248 ac_install_sh="$ac_aux_dir/shtool install -c"
2249 break
2250 fi
2251done
2252if test -z "$ac_aux_dir"; then
2253 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2254fi
2255
2256# These three variables are undocumented and unsupported,
2257# and are intended to be withdrawn in a future Autoconf release.
2258# They can cause serious problems if a builder's source tree is in a directory
2259# whose full name contains unusual characters.
2260ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2261ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2262ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2263
2264
2265# Make sure we can run config.sub.
2266$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2267 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2268
2269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2270$as_echo_n "checking build system type... " >&6; }
2271if ${ac_cv_build+:} false; then :
2272 $as_echo_n "(cached) " >&6
2273else
2274 ac_build_alias=$build_alias
2275test "x$ac_build_alias" = x &&
2276 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2277test "x$ac_build_alias" = x &&
2278 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2279ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2280 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2281
2282fi
2283{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2284$as_echo "$ac_cv_build" >&6; }
2285case $ac_cv_build in
2286*-*-*) ;;
2287*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2288esac
2289build=$ac_cv_build
2290ac_save_IFS=$IFS; IFS='-'
2291set x $ac_cv_build
2292shift
2293build_cpu=$1
2294build_vendor=$2
2295shift; shift
2296# Remember, the first character of IFS is used to create $*,
2297# except with old shells:
2298build_os=$*
2299IFS=$ac_save_IFS
2300case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2301
2302
2303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2304$as_echo_n "checking host system type... " >&6; }
2305if ${ac_cv_host+:} false; then :
2306 $as_echo_n "(cached) " >&6
2307else
2308 if test "x$host_alias" = x; then
2309 ac_cv_host=$ac_cv_build
2310else
2311 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2312 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2313fi
2314
2315fi
2316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2317$as_echo "$ac_cv_host" >&6; }
2318case $ac_cv_host in
2319*-*-*) ;;
2320*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2321esac
2322host=$ac_cv_host
2323ac_save_IFS=$IFS; IFS='-'
2324set x $ac_cv_host
2325shift
2326host_cpu=$1
2327host_vendor=$2
2328shift; shift
2329# Remember, the first character of IFS is used to create $*,
2330# except with old shells:
2331host_os=$*
2332IFS=$ac_save_IFS
2333case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2334
2335
2336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2337$as_echo_n "checking target system type... " >&6; }
2338if ${ac_cv_target+:} false; then :
2339 $as_echo_n "(cached) " >&6
2340else
2341 if test "x$target_alias" = x; then
2342 ac_cv_target=$ac_cv_host
2343else
2344 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2345 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2346fi
2347
2348fi
2349{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2350$as_echo "$ac_cv_target" >&6; }
2351case $ac_cv_target in
2352*-*-*) ;;
2353*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2354esac
2355target=$ac_cv_target
2356ac_save_IFS=$IFS; IFS='-'
2357set x $ac_cv_target
2358shift
2359target_cpu=$1
2360target_vendor=$2
2361shift; shift
2362# Remember, the first character of IFS is used to create $*,
2363# except with old shells:
2364target_os=$*
2365IFS=$ac_save_IFS
2366case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2367
2368
2369# The aliases save the names the user supplied, while $host etc.
2370# will get canonicalized.
2371test -n "$target_alias" &&
2372 test "$program_prefix$program_suffix$program_transform_name" = \
2373 NONENONEs,x,x, &&
2374 program_prefix=${target_alias}-
6bb11ab3
L
2375ac_ext=c
2376ac_cpp='$CPP $CPPFLAGS'
2377ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2378ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2379ac_compiler_gnu=$ac_cv_c_compiler_gnu
2380if test -n "$ac_tool_prefix"; then
2381 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2382set dummy ${ac_tool_prefix}gcc; ac_word=$2
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2384$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2385if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2386 $as_echo_n "(cached) " >&6
2387else
2388 if test -n "$CC"; then
2389 ac_cv_prog_CC="$CC" # Let the user override the test.
2390else
2391as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2392for as_dir in $PATH
2393do
2394 IFS=$as_save_IFS
2395 test -z "$as_dir" && as_dir=.
2396 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2397 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2398 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2400 break 2
2401 fi
2402done
2403 done
2404IFS=$as_save_IFS
2405
2406fi
2407fi
2408CC=$ac_cv_prog_CC
2409if test -n "$CC"; then
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2411$as_echo "$CC" >&6; }
2412else
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2414$as_echo "no" >&6; }
2415fi
2416
2417
2418fi
2419if test -z "$ac_cv_prog_CC"; then
2420 ac_ct_CC=$CC
2421 # Extract the first word of "gcc", so it can be a program name with args.
2422set dummy gcc; ac_word=$2
2423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2424$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2425if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2426 $as_echo_n "(cached) " >&6
2427else
2428 if test -n "$ac_ct_CC"; then
2429 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2430else
2431as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432for as_dir in $PATH
2433do
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2438 ac_cv_prog_ac_ct_CC="gcc"
2439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2441 fi
2442done
2443 done
2444IFS=$as_save_IFS
2445
2446fi
2447fi
2448ac_ct_CC=$ac_cv_prog_ac_ct_CC
2449if test -n "$ac_ct_CC"; then
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2451$as_echo "$ac_ct_CC" >&6; }
2452else
2453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2454$as_echo "no" >&6; }
2455fi
2456
2457 if test "x$ac_ct_CC" = x; then
2458 CC=""
2459 else
2460 case $cross_compiling:$ac_tool_warned in
2461yes:)
2462{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2463$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2464ac_tool_warned=yes ;;
2465esac
2466 CC=$ac_ct_CC
2467 fi
2468else
2469 CC="$ac_cv_prog_CC"
2470fi
2471
2472if test -z "$CC"; then
2473 if test -n "$ac_tool_prefix"; then
2474 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2475set dummy ${ac_tool_prefix}cc; ac_word=$2
2476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2477$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2478if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2479 $as_echo_n "(cached) " >&6
2480else
2481 if test -n "$CC"; then
2482 ac_cv_prog_CC="$CC" # Let the user override the test.
2483else
2484as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2485for as_dir in $PATH
2486do
2487 IFS=$as_save_IFS
2488 test -z "$as_dir" && as_dir=.
2489 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2490 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2491 ac_cv_prog_CC="${ac_tool_prefix}cc"
2492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2493 break 2
2494 fi
2495done
2496 done
2497IFS=$as_save_IFS
2498
2499fi
2500fi
2501CC=$ac_cv_prog_CC
2502if test -n "$CC"; then
2503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2504$as_echo "$CC" >&6; }
2505else
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2507$as_echo "no" >&6; }
2508fi
2509
2510
2511 fi
2512fi
2513if test -z "$CC"; then
2514 # Extract the first word of "cc", so it can be a program name with args.
2515set dummy cc; ac_word=$2
2516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2517$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2518if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2519 $as_echo_n "(cached) " >&6
2520else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523else
2524 ac_prog_rejected=no
2525as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2526for as_dir in $PATH
2527do
2528 IFS=$as_save_IFS
2529 test -z "$as_dir" && as_dir=.
2530 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2531 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2532 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2533 ac_prog_rejected=yes
2534 continue
2535 fi
2536 ac_cv_prog_CC="cc"
2537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2538 break 2
2539 fi
2540done
2541 done
2542IFS=$as_save_IFS
2543
2544if test $ac_prog_rejected = yes; then
2545 # We found a bogon in the path, so make sure we never use it.
2546 set dummy $ac_cv_prog_CC
2547 shift
2548 if test $# != 0; then
2549 # We chose a different compiler from the bogus one.
2550 # However, it has the same basename, so the bogon will be chosen
2551 # first if we set CC to just the basename; use the full file name.
2552 shift
2553 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2554 fi
2555fi
2556fi
2557fi
2558CC=$ac_cv_prog_CC
2559if test -n "$CC"; then
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2561$as_echo "$CC" >&6; }
2562else
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2564$as_echo "no" >&6; }
2565fi
2566
2567
2568fi
2569if test -z "$CC"; then
2570 if test -n "$ac_tool_prefix"; then
2571 for ac_prog in cl.exe
2572 do
2573 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2574set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2576$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2577if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2578 $as_echo_n "(cached) " >&6
2579else
2580 if test -n "$CC"; then
2581 ac_cv_prog_CC="$CC" # Let the user override the test.
2582else
2583as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2584for as_dir in $PATH
2585do
2586 IFS=$as_save_IFS
2587 test -z "$as_dir" && as_dir=.
2588 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2589 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2590 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2591 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2592 break 2
2593 fi
2594done
2595 done
2596IFS=$as_save_IFS
2597
2598fi
2599fi
2600CC=$ac_cv_prog_CC
2601if test -n "$CC"; then
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2603$as_echo "$CC" >&6; }
2604else
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2606$as_echo "no" >&6; }
2607fi
2608
2609
2610 test -n "$CC" && break
2611 done
2612fi
2613if test -z "$CC"; then
2614 ac_ct_CC=$CC
2615 for ac_prog in cl.exe
2616do
2617 # Extract the first word of "$ac_prog", so it can be a program name with args.
2618set dummy $ac_prog; ac_word=$2
2619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2620$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2621if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2622 $as_echo_n "(cached) " >&6
2623else
2624 if test -n "$ac_ct_CC"; then
2625 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2626else
2627as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2628for as_dir in $PATH
2629do
2630 IFS=$as_save_IFS
2631 test -z "$as_dir" && as_dir=.
2632 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2633 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2634 ac_cv_prog_ac_ct_CC="$ac_prog"
2635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2636 break 2
2637 fi
2638done
2639 done
2640IFS=$as_save_IFS
2641
2642fi
2643fi
2644ac_ct_CC=$ac_cv_prog_ac_ct_CC
2645if test -n "$ac_ct_CC"; then
2646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2647$as_echo "$ac_ct_CC" >&6; }
2648else
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2650$as_echo "no" >&6; }
2651fi
2652
2653
2654 test -n "$ac_ct_CC" && break
2655done
2656
2657 if test "x$ac_ct_CC" = x; then
2658 CC=""
2659 else
2660 case $cross_compiling:$ac_tool_warned in
2661yes:)
2662{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2663$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2664ac_tool_warned=yes ;;
2665esac
2666 CC=$ac_ct_CC
2667 fi
2668fi
2669
2670fi
2671
2672
2673test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2674$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2675as_fn_error $? "no acceptable C compiler found in \$PATH
2676See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2677
2678# Provide some information about the compiler.
2679$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2680set X $ac_compile
2681ac_compiler=$2
2682for ac_option in --version -v -V -qversion; do
2683 { { ac_try="$ac_compiler $ac_option >&5"
2684case "(($ac_try" in
2685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2686 *) ac_try_echo=$ac_try;;
2687esac
2688eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2689$as_echo "$ac_try_echo"; } >&5
2690 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2691 ac_status=$?
2692 if test -s conftest.err; then
2693 sed '10a\
2694... rest of stderr output deleted ...
2695 10q' conftest.err >conftest.er1
2696 cat conftest.er1 >&5
6bb11ab3 2697 fi
d0ac1c44 2698 rm -f conftest.er1 conftest.err
6bb11ab3
L
2699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2700 test $ac_status = 0; }
2701done
2702
2703cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2704/* end confdefs.h. */
2705
2706int
2707main ()
2708{
2709
2710 ;
2711 return 0;
2712}
2713_ACEOF
2714ac_clean_files_save=$ac_clean_files
d0ac1c44 2715ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2716# Try to create an executable without -o first, disregard a.out.
2717# It will help us diagnose broken compilers, and finding out an intuition
2718# of exeext.
d0ac1c44
SM
2719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2720$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2721ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2722
2723# The possible output files:
2724ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2725
2726ac_rmfiles=
2727for ac_file in $ac_files
2728do
2729 case $ac_file in
2730 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2731 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2732 esac
2733done
2734rm -f $ac_rmfiles
2735
2736if { { ac_try="$ac_link_default"
2737case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740esac
2741eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2742$as_echo "$ac_try_echo"; } >&5
2743 (eval "$ac_link_default") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2746 test $ac_status = 0; }; then :
2747 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2748# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2749# in a Makefile. We should not override ac_cv_exeext if it was cached,
2750# so that the user can short-circuit this test for compilers unknown to
2751# Autoconf.
2752for ac_file in $ac_files ''
2753do
2754 test -f "$ac_file" || continue
2755 case $ac_file in
2756 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2757 ;;
2758 [ab].out )
2759 # We found the default executable, but exeext='' is most
2760 # certainly right.
2761 break;;
2762 *.* )
2763 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2764 then :; else
2765 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2766 fi
2767 # We set ac_cv_exeext here because the later test for it is not
2768 # safe: cross compilers may not add the suffix if given an `-o'
2769 # argument, so we may need to know it at that point already.
2770 # Even if this section looks crufty: it has the advantage of
2771 # actually working.
2772 break;;
2773 * )
2774 break;;
2775 esac
2776done
2777test "$ac_cv_exeext" = no && ac_cv_exeext=
2778
2779else
2780 ac_file=''
2781fi
6bb11ab3 2782if test -z "$ac_file"; then :
d0ac1c44
SM
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2784$as_echo "no" >&6; }
2785$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2786sed 's/^/| /' conftest.$ac_ext >&5
2787
2788{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2789$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2790as_fn_error 77 "C compiler cannot create executables
2791See \`config.log' for more details" "$LINENO" 5; }
2792else
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2794$as_echo "yes" >&6; }
6bb11ab3 2795fi
d0ac1c44
SM
2796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2797$as_echo_n "checking for C compiler default output file name... " >&6; }
2798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2799$as_echo "$ac_file" >&6; }
6bb11ab3
L
2800ac_exeext=$ac_cv_exeext
2801
d0ac1c44 2802rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2803ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2805$as_echo_n "checking for suffix of executables... " >&6; }
2806if { { ac_try="$ac_link"
2807case "(($ac_try" in
2808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2809 *) ac_try_echo=$ac_try;;
2810esac
2811eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2812$as_echo "$ac_try_echo"; } >&5
2813 (eval "$ac_link") 2>&5
2814 ac_status=$?
2815 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2816 test $ac_status = 0; }; then :
2817 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2818# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2819# work properly (i.e., refer to `conftest.exe'), while it won't with
2820# `rm'.
2821for ac_file in conftest.exe conftest conftest.*; do
2822 test -f "$ac_file" || continue
2823 case $ac_file in
2824 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2825 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2826 break;;
2827 * ) break;;
2828 esac
2829done
2830else
2831 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2832$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2833as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2834See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2835fi
d0ac1c44 2836rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2838$as_echo "$ac_cv_exeext" >&6; }
2839
2840rm -f conftest.$ac_ext
2841EXEEXT=$ac_cv_exeext
2842ac_exeext=$EXEEXT
d0ac1c44
SM
2843cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2844/* end confdefs.h. */
2845#include <stdio.h>
2846int
2847main ()
2848{
2849FILE *f = fopen ("conftest.out", "w");
2850 return ferror (f) || fclose (f) != 0;
2851
2852 ;
2853 return 0;
2854}
2855_ACEOF
2856ac_clean_files="$ac_clean_files conftest.out"
2857# Check that the compiler produces executables we can run. If not, either
2858# the compiler is broken, or we cross compile.
2859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2860$as_echo_n "checking whether we are cross compiling... " >&6; }
2861if test "$cross_compiling" != yes; then
2862 { { ac_try="$ac_link"
2863case "(($ac_try" in
2864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2865 *) ac_try_echo=$ac_try;;
2866esac
2867eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2868$as_echo "$ac_try_echo"; } >&5
2869 (eval "$ac_link") 2>&5
2870 ac_status=$?
2871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2872 test $ac_status = 0; }
2873 if { ac_try='./conftest$ac_cv_exeext'
2874 { { case "(($ac_try" in
2875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2876 *) ac_try_echo=$ac_try;;
2877esac
2878eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2879$as_echo "$ac_try_echo"; } >&5
2880 (eval "$ac_try") 2>&5
2881 ac_status=$?
2882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2883 test $ac_status = 0; }; }; then
2884 cross_compiling=no
2885 else
2886 if test "$cross_compiling" = maybe; then
2887 cross_compiling=yes
2888 else
2889 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2890$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2891as_fn_error $? "cannot run C compiled programs.
2892If you meant to cross compile, use \`--host'.
2893See \`config.log' for more details" "$LINENO" 5; }
2894 fi
2895 fi
2896fi
2897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2898$as_echo "$cross_compiling" >&6; }
2899
2900rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2901ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2903$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2904if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2905 $as_echo_n "(cached) " >&6
2906else
2907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2908/* end confdefs.h. */
2909
2910int
2911main ()
2912{
2913
2914 ;
2915 return 0;
2916}
2917_ACEOF
2918rm -f conftest.o conftest.obj
2919if { { ac_try="$ac_compile"
2920case "(($ac_try" in
2921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2922 *) ac_try_echo=$ac_try;;
2923esac
2924eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2925$as_echo "$ac_try_echo"; } >&5
2926 (eval "$ac_compile") 2>&5
2927 ac_status=$?
2928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2929 test $ac_status = 0; }; then :
2930 for ac_file in conftest.o conftest.obj conftest.*; do
2931 test -f "$ac_file" || continue;
2932 case $ac_file in
2933 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2934 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2935 break;;
2936 esac
2937done
2938else
2939 $as_echo "$as_me: failed program was:" >&5
2940sed 's/^/| /' conftest.$ac_ext >&5
2941
2942{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2943$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2944as_fn_error $? "cannot compute suffix of object files: cannot compile
2945See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2946fi
2947rm -f conftest.$ac_cv_objext conftest.$ac_ext
2948fi
2949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2950$as_echo "$ac_cv_objext" >&6; }
2951OBJEXT=$ac_cv_objext
2952ac_objext=$OBJEXT
2953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2954$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2955if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2956 $as_echo_n "(cached) " >&6
2957else
2958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2959/* end confdefs.h. */
2960
2961int
2962main ()
2963{
2964#ifndef __GNUC__
2965 choke me
2966#endif
2967
2968 ;
2969 return 0;
2970}
2971_ACEOF
2972if ac_fn_c_try_compile "$LINENO"; then :
2973 ac_compiler_gnu=yes
2974else
2975 ac_compiler_gnu=no
2976fi
2977rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2978ac_cv_c_compiler_gnu=$ac_compiler_gnu
2979
2980fi
2981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2982$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2983if test $ac_compiler_gnu = yes; then
2984 GCC=yes
2985else
2986 GCC=
2987fi
2988ac_test_CFLAGS=${CFLAGS+set}
2989ac_save_CFLAGS=$CFLAGS
2990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2991$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2992if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2993 $as_echo_n "(cached) " >&6
2994else
2995 ac_save_c_werror_flag=$ac_c_werror_flag
2996 ac_c_werror_flag=yes
2997 ac_cv_prog_cc_g=no
2998 CFLAGS="-g"
2999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3000/* end confdefs.h. */
3001
3002int
3003main ()
3004{
3005
3006 ;
3007 return 0;
3008}
3009_ACEOF
3010if ac_fn_c_try_compile "$LINENO"; then :
3011 ac_cv_prog_cc_g=yes
3012else
3013 CFLAGS=""
3014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3015/* end confdefs.h. */
3016
3017int
3018main ()
3019{
3020
3021 ;
3022 return 0;
3023}
3024_ACEOF
3025if ac_fn_c_try_compile "$LINENO"; then :
3026
3027else
3028 ac_c_werror_flag=$ac_save_c_werror_flag
3029 CFLAGS="-g"
3030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3031/* end confdefs.h. */
3032
3033int
3034main ()
3035{
3036
3037 ;
3038 return 0;
3039}
3040_ACEOF
3041if ac_fn_c_try_compile "$LINENO"; then :
3042 ac_cv_prog_cc_g=yes
3043fi
3044rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3045fi
3046rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3047fi
3048rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3049 ac_c_werror_flag=$ac_save_c_werror_flag
3050fi
3051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3052$as_echo "$ac_cv_prog_cc_g" >&6; }
3053if test "$ac_test_CFLAGS" = set; then
3054 CFLAGS=$ac_save_CFLAGS
3055elif test $ac_cv_prog_cc_g = yes; then
3056 if test "$GCC" = yes; then
3057 CFLAGS="-g -O2"
3058 else
3059 CFLAGS="-g"
3060 fi
3061else
3062 if test "$GCC" = yes; then
3063 CFLAGS="-O2"
3064 else
3065 CFLAGS=
3066 fi
3067fi
3068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3069$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3070if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3071 $as_echo_n "(cached) " >&6
3072else
3073 ac_cv_prog_cc_c89=no
3074ac_save_CC=$CC
3075cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3076/* end confdefs.h. */
3077#include <stdarg.h>
3078#include <stdio.h>
d0ac1c44 3079struct stat;
6bb11ab3
L
3080/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3081struct buf { int x; };
3082FILE * (*rcsopen) (struct buf *, struct stat *, int);
3083static char *e (p, i)
3084 char **p;
3085 int i;
3086{
3087 return p[i];
3088}
3089static char *f (char * (*g) (char **, int), char **p, ...)
3090{
3091 char *s;
3092 va_list v;
3093 va_start (v,p);
3094 s = g (p, va_arg (v,int));
3095 va_end (v);
3096 return s;
3097}
3098
3099/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3100 function prototypes and stuff, but not '\xHH' hex character constants.
3101 These don't provoke an error unfortunately, instead are silently treated
3102 as 'x'. The following induces an error, until -std is added to get
3103 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3104 array size at least. It's necessary to write '\x00'==0 to get something
3105 that's true only with -std. */
3106int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3107
3108/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3109 inside strings and character constants. */
3110#define FOO(x) 'x'
3111int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3112
3113int test (int i, double x);
3114struct s1 {int (*f) (int a);};
3115struct s2 {int (*f) (double a);};
3116int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3117int argc;
3118char **argv;
3119int
3120main ()
3121{
3122return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3123 ;
3124 return 0;
3125}
3126_ACEOF
3127for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3128 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3129do
3130 CC="$ac_save_CC $ac_arg"
3131 if ac_fn_c_try_compile "$LINENO"; then :
3132 ac_cv_prog_cc_c89=$ac_arg
3133fi
3134rm -f core conftest.err conftest.$ac_objext
3135 test "x$ac_cv_prog_cc_c89" != "xno" && break
3136done
3137rm -f conftest.$ac_ext
3138CC=$ac_save_CC
3139
3140fi
3141# AC_CACHE_VAL
3142case "x$ac_cv_prog_cc_c89" in
3143 x)
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3145$as_echo "none needed" >&6; } ;;
3146 xno)
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3148$as_echo "unsupported" >&6; } ;;
3149 *)
3150 CC="$CC $ac_cv_prog_cc_c89"
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3152$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3153esac
3154if test "x$ac_cv_prog_cc_c89" != xno; then :
3155
3156fi
3157
3158ac_ext=c
3159ac_cpp='$CPP $CPPFLAGS'
3160ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3161ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3162ac_compiler_gnu=$ac_cv_c_compiler_gnu
3163
c2783492 3164
ebe9564b
MF
3165ac_ext=c
3166ac_cpp='$CPP $CPPFLAGS'
3167ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3168ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3169ac_compiler_gnu=$ac_cv_c_compiler_gnu
3170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3171$as_echo_n "checking how to run the C preprocessor... " >&6; }
3172# On Suns, sometimes $CPP names a directory.
3173if test -n "$CPP" && test -d "$CPP"; then
3174 CPP=
3175fi
3176if test -z "$CPP"; then
3177 if ${ac_cv_prog_CPP+:} false; then :
3178 $as_echo_n "(cached) " >&6
3179else
3180 # Double quotes because CPP needs to be expanded
3181 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3182 do
3183 ac_preproc_ok=false
3184for ac_c_preproc_warn_flag in '' yes
3185do
3186 # Use a header file that comes with gcc, so configuring glibc
3187 # with a fresh cross-compiler works.
3188 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3189 # <limits.h> exists even on freestanding compilers.
3190 # On the NeXT, cc -E runs the code through the compiler's parser,
3191 # not just through cpp. "Syntax error" is here to catch this case.
3192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3193/* end confdefs.h. */
3194#ifdef __STDC__
3195# include <limits.h>
3196#else
3197# include <assert.h>
3198#endif
3199 Syntax error
3200_ACEOF
3201if ac_fn_c_try_cpp "$LINENO"; then :
3202
3203else
3204 # Broken: fails on valid input.
3205continue
3206fi
3207rm -f conftest.err conftest.i conftest.$ac_ext
3208
3209 # OK, works on sane cases. Now check whether nonexistent headers
3210 # can be detected and how.
3211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3212/* end confdefs.h. */
3213#include <ac_nonexistent.h>
3214_ACEOF
3215if ac_fn_c_try_cpp "$LINENO"; then :
3216 # Broken: success on invalid input.
3217continue
3218else
3219 # Passes both tests.
3220ac_preproc_ok=:
3221break
3222fi
3223rm -f conftest.err conftest.i conftest.$ac_ext
3224
3225done
3226# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3227rm -f conftest.i conftest.err conftest.$ac_ext
3228if $ac_preproc_ok; then :
3229 break
3230fi
3231
3232 done
3233 ac_cv_prog_CPP=$CPP
3234
3235fi
3236 CPP=$ac_cv_prog_CPP
3237else
3238 ac_cv_prog_CPP=$CPP
3239fi
3240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3241$as_echo "$CPP" >&6; }
3242ac_preproc_ok=false
3243for ac_c_preproc_warn_flag in '' yes
3244do
3245 # Use a header file that comes with gcc, so configuring glibc
3246 # with a fresh cross-compiler works.
3247 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3248 # <limits.h> exists even on freestanding compilers.
3249 # On the NeXT, cc -E runs the code through the compiler's parser,
3250 # not just through cpp. "Syntax error" is here to catch this case.
3251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3252/* end confdefs.h. */
3253#ifdef __STDC__
3254# include <limits.h>
3255#else
3256# include <assert.h>
3257#endif
3258 Syntax error
3259_ACEOF
3260if ac_fn_c_try_cpp "$LINENO"; then :
3261
3262else
3263 # Broken: fails on valid input.
3264continue
3265fi
3266rm -f conftest.err conftest.i conftest.$ac_ext
3267
3268 # OK, works on sane cases. Now check whether nonexistent headers
3269 # can be detected and how.
3270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3271/* end confdefs.h. */
3272#include <ac_nonexistent.h>
3273_ACEOF
3274if ac_fn_c_try_cpp "$LINENO"; then :
3275 # Broken: success on invalid input.
3276continue
3277else
3278 # Passes both tests.
3279ac_preproc_ok=:
3280break
3281fi
3282rm -f conftest.err conftest.i conftest.$ac_ext
3283
3284done
3285# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3286rm -f conftest.i conftest.err conftest.$ac_ext
3287if $ac_preproc_ok; then :
3288
3289else
3290 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3291$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3292as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3293See \`config.log' for more details" "$LINENO" 5; }
3294fi
3295
3296ac_ext=c
3297ac_cpp='$CPP $CPPFLAGS'
3298ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3299ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3300ac_compiler_gnu=$ac_cv_c_compiler_gnu
3301
6bb11ab3
L
3302
3303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3304$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3305if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3306 $as_echo_n "(cached) " >&6
3307else
3308 if test -z "$GREP"; then
3309 ac_path_GREP_found=false
3310 # Loop through the user's path and test for each of PROGNAME-LIST
3311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3312for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3313do
3314 IFS=$as_save_IFS
3315 test -z "$as_dir" && as_dir=.
3316 for ac_prog in grep ggrep; do
3317 for ac_exec_ext in '' $ac_executable_extensions; do
3318 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3319 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3320# Check for GNU ac_path_GREP and select it if it is found.
3321 # Check for GNU $ac_path_GREP
3322case `"$ac_path_GREP" --version 2>&1` in
3323*GNU*)
3324 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3325*)
3326 ac_count=0
3327 $as_echo_n 0123456789 >"conftest.in"
3328 while :
3329 do
3330 cat "conftest.in" "conftest.in" >"conftest.tmp"
3331 mv "conftest.tmp" "conftest.in"
3332 cp "conftest.in" "conftest.nl"
3333 $as_echo 'GREP' >> "conftest.nl"
3334 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3335 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3336 as_fn_arith $ac_count + 1 && ac_count=$as_val
3337 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3338 # Best one so far, save it but keep looking for a better one
3339 ac_cv_path_GREP="$ac_path_GREP"
3340 ac_path_GREP_max=$ac_count
3341 fi
3342 # 10*(2^10) chars as input seems more than enough
3343 test $ac_count -gt 10 && break
3344 done
3345 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3346esac
3347
3348 $ac_path_GREP_found && break 3
3349 done
3350 done
3351 done
3352IFS=$as_save_IFS
3353 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3354 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3355 fi
3356else
3357 ac_cv_path_GREP=$GREP
3358fi
3359
3360fi
3361{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3362$as_echo "$ac_cv_path_GREP" >&6; }
3363 GREP="$ac_cv_path_GREP"
3364
3365
3366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3367$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3368if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3369 $as_echo_n "(cached) " >&6
3370else
3371 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3372 then ac_cv_path_EGREP="$GREP -E"
3373 else
3374 if test -z "$EGREP"; then
3375 ac_path_EGREP_found=false
3376 # Loop through the user's path and test for each of PROGNAME-LIST
3377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3378for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3379do
3380 IFS=$as_save_IFS
3381 test -z "$as_dir" && as_dir=.
3382 for ac_prog in egrep; do
3383 for ac_exec_ext in '' $ac_executable_extensions; do
3384 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3385 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3386# Check for GNU ac_path_EGREP and select it if it is found.
3387 # Check for GNU $ac_path_EGREP
3388case `"$ac_path_EGREP" --version 2>&1` in
3389*GNU*)
3390 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3391*)
3392 ac_count=0
3393 $as_echo_n 0123456789 >"conftest.in"
3394 while :
3395 do
3396 cat "conftest.in" "conftest.in" >"conftest.tmp"
3397 mv "conftest.tmp" "conftest.in"
3398 cp "conftest.in" "conftest.nl"
3399 $as_echo 'EGREP' >> "conftest.nl"
3400 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3401 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3402 as_fn_arith $ac_count + 1 && ac_count=$as_val
3403 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3404 # Best one so far, save it but keep looking for a better one
3405 ac_cv_path_EGREP="$ac_path_EGREP"
3406 ac_path_EGREP_max=$ac_count
3407 fi
3408 # 10*(2^10) chars as input seems more than enough
3409 test $ac_count -gt 10 && break
3410 done
3411 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3412esac
3413
3414 $ac_path_EGREP_found && break 3
3415 done
3416 done
3417 done
3418IFS=$as_save_IFS
3419 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3420 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3421 fi
3422else
3423 ac_cv_path_EGREP=$EGREP
3424fi
3425
3426 fi
3427fi
3428{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3429$as_echo "$ac_cv_path_EGREP" >&6; }
3430 EGREP="$ac_cv_path_EGREP"
3431
3432
3433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3434$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3435if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3436 $as_echo_n "(cached) " >&6
3437else
3438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3439/* end confdefs.h. */
3440#include <stdlib.h>
3441#include <stdarg.h>
3442#include <string.h>
3443#include <float.h>
3444
3445int
3446main ()
3447{
3448
3449 ;
3450 return 0;
3451}
3452_ACEOF
3453if ac_fn_c_try_compile "$LINENO"; then :
3454 ac_cv_header_stdc=yes
3455else
3456 ac_cv_header_stdc=no
3457fi
3458rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3459
3460if test $ac_cv_header_stdc = yes; then
3461 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3463/* end confdefs.h. */
3464#include <string.h>
3465
3466_ACEOF
3467if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3468 $EGREP "memchr" >/dev/null 2>&1; then :
3469
3470else
3471 ac_cv_header_stdc=no
3472fi
3473rm -f conftest*
3474
3475fi
3476
3477if test $ac_cv_header_stdc = yes; then
3478 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3480/* end confdefs.h. */
3481#include <stdlib.h>
3482
3483_ACEOF
3484if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3485 $EGREP "free" >/dev/null 2>&1; then :
3486
3487else
3488 ac_cv_header_stdc=no
3489fi
3490rm -f conftest*
3491
3492fi
3493
3494if test $ac_cv_header_stdc = yes; then
3495 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3496 if test "$cross_compiling" = yes; then :
3497 :
3498else
3499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3500/* end confdefs.h. */
3501#include <ctype.h>
3502#include <stdlib.h>
3503#if ((' ' & 0x0FF) == 0x020)
3504# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3505# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3506#else
3507# define ISLOWER(c) \
3508 (('a' <= (c) && (c) <= 'i') \
3509 || ('j' <= (c) && (c) <= 'r') \
3510 || ('s' <= (c) && (c) <= 'z'))
3511# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3512#endif
3513
3514#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3515int
3516main ()
3517{
3518 int i;
3519 for (i = 0; i < 256; i++)
3520 if (XOR (islower (i), ISLOWER (i))
3521 || toupper (i) != TOUPPER (i))
3522 return 2;
3523 return 0;
3524}
3525_ACEOF
3526if ac_fn_c_try_run "$LINENO"; then :
3527
3528else
3529 ac_cv_header_stdc=no
3530fi
3531rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3532 conftest.$ac_objext conftest.beam conftest.$ac_ext
3533fi
3534
3535fi
3536fi
3537{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3538$as_echo "$ac_cv_header_stdc" >&6; }
3539if test $ac_cv_header_stdc = yes; then
3540
3541$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3542
3543fi
3544
3545# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3546for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3547 inttypes.h stdint.h unistd.h
3548do :
3549 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3550ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3551"
d0ac1c44 3552if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3553 cat >>confdefs.h <<_ACEOF
3554#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3555_ACEOF
3556
3557fi
3558
3559done
3560
3561
3562
3563 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3564if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3565 MINIX=yes
3566else
3567 MINIX=
3568fi
3569
3570
3571 if test "$MINIX" = yes; then
3572
3573$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3574
3575
3576$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3577
3578
3579$as_echo "#define _MINIX 1" >>confdefs.h
3580
3581 fi
3582
3583
3584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3585$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3586if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3587 $as_echo_n "(cached) " >&6
3588else
3589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3590/* end confdefs.h. */
3591
d0ac1c44
SM
3592# define __EXTENSIONS__ 1
3593 $ac_includes_default
6bb11ab3
L
3594int
3595main ()
3596{
3597
3598 ;
3599 return 0;
3600}
3601_ACEOF
3602if ac_fn_c_try_compile "$LINENO"; then :
3603 ac_cv_safe_to_define___extensions__=yes
3604else
3605 ac_cv_safe_to_define___extensions__=no
3606fi
3607rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3608fi
3609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3610$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3611 test $ac_cv_safe_to_define___extensions__ = yes &&
3612 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3613
3614 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3615
3616 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3617
3618 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3619
3620 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3621
3622
3623test "$program_prefix" != NONE &&
3624 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3625# Use a double $ so make ignores it.
3626test "$program_suffix" != NONE &&
3627 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3628# Double any \ or $.
3629# By default was `s,x,x', remove it if useless.
3630ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3631program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3632
3633# Find a good install program. We prefer a C program (faster),
3634# so one script is as good as another. But avoid the broken or
3635# incompatible versions:
3636# SysV /etc/install, /usr/sbin/install
3637# SunOS /usr/etc/install
3638# IRIX /sbin/install
3639# AIX /bin/install
3640# AmigaOS /C/install, which installs bootblocks on floppy discs
3641# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3642# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3643# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3644# OS/2's system install, which has a completely different semantic
3645# ./install, which can be erroneously created by make from ./install.sh.
3646# Reject install programs that cannot install multiple files.
3647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3648$as_echo_n "checking for a BSD-compatible install... " >&6; }
3649if test -z "$INSTALL"; then
d0ac1c44 3650if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3651 $as_echo_n "(cached) " >&6
3652else
3653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3654for as_dir in $PATH
3655do
3656 IFS=$as_save_IFS
3657 test -z "$as_dir" && as_dir=.
3658 # Account for people who put trailing slashes in PATH elements.
3659case $as_dir/ in #((
3660 ./ | .// | /[cC]/* | \
3661 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3662 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3663 /usr/ucb/* ) ;;
3664 *)
3665 # OSF1 and SCO ODT 3.0 have their own names for install.
3666 # Don't use installbsd from OSF since it installs stuff as root
3667 # by default.
3668 for ac_prog in ginstall scoinst install; do
3669 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3670 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3671 if test $ac_prog = install &&
3672 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3673 # AIX install. It has an incompatible calling convention.
3674 :
3675 elif test $ac_prog = install &&
3676 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3677 # program-specific install script used by HP pwplus--don't use.
3678 :
3679 else
3680 rm -rf conftest.one conftest.two conftest.dir
3681 echo one > conftest.one
3682 echo two > conftest.two
3683 mkdir conftest.dir
3684 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3685 test -s conftest.one && test -s conftest.two &&
3686 test -s conftest.dir/conftest.one &&
3687 test -s conftest.dir/conftest.two
3688 then
3689 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3690 break 3
3691 fi
3692 fi
3693 fi
3694 done
3695 done
3696 ;;
3697esac
3698
3699 done
3700IFS=$as_save_IFS
3701
3702rm -rf conftest.one conftest.two conftest.dir
3703
3704fi
3705 if test "${ac_cv_path_install+set}" = set; then
3706 INSTALL=$ac_cv_path_install
3707 else
3708 # As a last resort, use the slow shell script. Don't cache a
3709 # value for INSTALL within a source directory, because that will
3710 # break other packages using the cache if that directory is
3711 # removed, or if the value is a relative name.
3712 INSTALL=$ac_install_sh
3713 fi
3714fi
3715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3716$as_echo "$INSTALL" >&6; }
3717
3718# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3719# It thinks the first close brace ends the variable substitution.
3720test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3721
3722test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3723
3724test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3725
3726rm -rf .tst 2>/dev/null
3727mkdir .tst 2>/dev/null
3728if test -d .tst; then
3729 am__leading_dot=.
3730else
3731 am__leading_dot=_
3732fi
3733rmdir .tst 2>/dev/null
3734
3735DEPDIR="${am__leading_dot}deps"
3736
3737case `pwd` in
3738 *\ * | *\ *)
3739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3740$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3741esac
3742
3743
3744
3745macro_version='2.2.7a'
3746macro_revision='1.3134'
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760ltmain="$ac_aux_dir/ltmain.sh"
3761
3762# Backslashify metacharacters that are still active within
3763# double-quoted strings.
3764sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3765
3766# Same as above, but do not quote variable references.
3767double_quote_subst='s/\(["`\\]\)/\\\1/g'
3768
3769# Sed substitution to delay expansion of an escaped shell variable in a
3770# double_quote_subst'ed string.
3771delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3772
3773# Sed substitution to delay expansion of an escaped single quote.
3774delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3775
3776# Sed substitution to avoid accidental globbing in evaled expressions
3777no_glob_subst='s/\*/\\\*/g'
3778
3779ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3780ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3781ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3782
3783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3784$as_echo_n "checking how to print strings... " >&6; }
3785# Test print first, because it will be a builtin if present.
3786if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3787 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3788 ECHO='print -r --'
3789elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3790 ECHO='printf %s\n'
3791else
3792 # Use this function as a fallback that always works.
3793 func_fallback_echo ()
3794 {
3795 eval 'cat <<_LTECHO_EOF
3796$1
3797_LTECHO_EOF'
3798 }
3799 ECHO='func_fallback_echo'
3800fi
3801
3802# func_echo_all arg...
3803# Invoke $ECHO with all args, space-separated.
3804func_echo_all ()
3805{
3806 $ECHO ""
3807}
3808
3809case "$ECHO" in
3810 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3811$as_echo "printf" >&6; } ;;
3812 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3813$as_echo "print -r" >&6; } ;;
3814 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3815$as_echo "cat" >&6; } ;;
3816esac
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3832$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3833if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3834 $as_echo_n "(cached) " >&6
3835else
3836 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3837 for ac_i in 1 2 3 4 5 6 7; do
3838 ac_script="$ac_script$as_nl$ac_script"
3839 done
3840 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3841 { ac_script=; unset ac_script;}
3842 if test -z "$SED"; then
3843 ac_path_SED_found=false
3844 # Loop through the user's path and test for each of PROGNAME-LIST
3845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3846for as_dir in $PATH
3847do
3848 IFS=$as_save_IFS
3849 test -z "$as_dir" && as_dir=.
3850 for ac_prog in sed gsed; do
3851 for ac_exec_ext in '' $ac_executable_extensions; do
3852 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3853 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3854# Check for GNU ac_path_SED and select it if it is found.
3855 # Check for GNU $ac_path_SED
3856case `"$ac_path_SED" --version 2>&1` in
3857*GNU*)
3858 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3859*)
3860 ac_count=0
3861 $as_echo_n 0123456789 >"conftest.in"
3862 while :
3863 do
3864 cat "conftest.in" "conftest.in" >"conftest.tmp"
3865 mv "conftest.tmp" "conftest.in"
3866 cp "conftest.in" "conftest.nl"
3867 $as_echo '' >> "conftest.nl"
3868 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3869 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3870 as_fn_arith $ac_count + 1 && ac_count=$as_val
3871 if test $ac_count -gt ${ac_path_SED_max-0}; then
3872 # Best one so far, save it but keep looking for a better one
3873 ac_cv_path_SED="$ac_path_SED"
3874 ac_path_SED_max=$ac_count
3875 fi
3876 # 10*(2^10) chars as input seems more than enough
3877 test $ac_count -gt 10 && break
3878 done
3879 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3880esac
3881
3882 $ac_path_SED_found && break 3
3883 done
3884 done
3885 done
3886IFS=$as_save_IFS
3887 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3888 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3889 fi
3890else
3891 ac_cv_path_SED=$SED
3892fi
3893
3894fi
3895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3896$as_echo "$ac_cv_path_SED" >&6; }
3897 SED="$ac_cv_path_SED"
3898 rm -f conftest.sed
3899
3900test -z "$SED" && SED=sed
3901Xsed="$SED -e 1s/^X//"
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3914$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3915if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3916 $as_echo_n "(cached) " >&6
3917else
3918 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3919 then ac_cv_path_FGREP="$GREP -F"
3920 else
3921 if test -z "$FGREP"; then
3922 ac_path_FGREP_found=false
3923 # Loop through the user's path and test for each of PROGNAME-LIST
3924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3925for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3926do
3927 IFS=$as_save_IFS
3928 test -z "$as_dir" && as_dir=.
3929 for ac_prog in fgrep; do
3930 for ac_exec_ext in '' $ac_executable_extensions; do
3931 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3932 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3933# Check for GNU ac_path_FGREP and select it if it is found.
3934 # Check for GNU $ac_path_FGREP
3935case `"$ac_path_FGREP" --version 2>&1` in
3936*GNU*)
3937 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3938*)
3939 ac_count=0
3940 $as_echo_n 0123456789 >"conftest.in"
3941 while :
3942 do
3943 cat "conftest.in" "conftest.in" >"conftest.tmp"
3944 mv "conftest.tmp" "conftest.in"
3945 cp "conftest.in" "conftest.nl"
3946 $as_echo 'FGREP' >> "conftest.nl"
3947 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3948 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3949 as_fn_arith $ac_count + 1 && ac_count=$as_val
3950 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3951 # Best one so far, save it but keep looking for a better one
3952 ac_cv_path_FGREP="$ac_path_FGREP"
3953 ac_path_FGREP_max=$ac_count
3954 fi
3955 # 10*(2^10) chars as input seems more than enough
3956 test $ac_count -gt 10 && break
3957 done
3958 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3959esac
3960
3961 $ac_path_FGREP_found && break 3
3962 done
3963 done
3964 done
3965IFS=$as_save_IFS
3966 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3967 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3968 fi
3969else
3970 ac_cv_path_FGREP=$FGREP
3971fi
3972
3973 fi
3974fi
3975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3976$as_echo "$ac_cv_path_FGREP" >&6; }
3977 FGREP="$ac_cv_path_FGREP"
3978
3979
3980test -z "$GREP" && GREP=grep
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000# Check whether --with-gnu-ld was given.
4001if test "${with_gnu_ld+set}" = set; then :
4002 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4003else
4004 with_gnu_ld=no
4005fi
4006
4007ac_prog=ld
4008if test "$GCC" = yes; then
4009 # Check if gcc -print-prog-name=ld gives a path.
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4011$as_echo_n "checking for ld used by $CC... " >&6; }
4012 case $host in
4013 *-*-mingw*)
4014 # gcc leaves a trailing carriage return which upsets mingw
4015 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4016 *)
4017 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4018 esac
4019 case $ac_prog in
4020 # Accept absolute paths.
4021 [\\/]* | ?:[\\/]*)
4022 re_direlt='/[^/][^/]*/\.\./'
4023 # Canonicalize the pathname of ld
4024 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4025 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4026 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4027 done
4028 test -z "$LD" && LD="$ac_prog"
4029 ;;
4030 "")
4031 # If it fails, then pretend we aren't using GCC.
4032 ac_prog=ld
4033 ;;
4034 *)
4035 # If it is relative, then search for the first ld in PATH.
4036 with_gnu_ld=unknown
4037 ;;
4038 esac
4039elif test "$with_gnu_ld" = yes; then
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4041$as_echo_n "checking for GNU ld... " >&6; }
4042else
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4044$as_echo_n "checking for non-GNU ld... " >&6; }
4045fi
d0ac1c44 4046if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4047 $as_echo_n "(cached) " >&6
4048else
4049 if test -z "$LD"; then
4050 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4051 for ac_dir in $PATH; do
4052 IFS="$lt_save_ifs"
4053 test -z "$ac_dir" && ac_dir=.
4054 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4055 lt_cv_path_LD="$ac_dir/$ac_prog"
4056 # Check to see if the program is GNU ld. I'd rather use --version,
4057 # but apparently some variants of GNU ld only accept -v.
4058 # Break only if it was the GNU/non-GNU ld that we prefer.
4059 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4060 *GNU* | *'with BFD'*)
4061 test "$with_gnu_ld" != no && break
4062 ;;
4063 *)
4064 test "$with_gnu_ld" != yes && break
4065 ;;
4066 esac
4067 fi
4068 done
4069 IFS="$lt_save_ifs"
4070else
4071 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4072fi
4073fi
4074
4075LD="$lt_cv_path_LD"
4076if test -n "$LD"; then
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4078$as_echo "$LD" >&6; }
4079else
4080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4081$as_echo "no" >&6; }
4082fi
d0ac1c44 4083test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4085$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4086if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4087 $as_echo_n "(cached) " >&6
4088else
4089 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4090case `$LD -v 2>&1 </dev/null` in
4091*GNU* | *'with BFD'*)
4092 lt_cv_prog_gnu_ld=yes
4093 ;;
4094*)
4095 lt_cv_prog_gnu_ld=no
4096 ;;
4097esac
4098fi
4099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4100$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4101with_gnu_ld=$lt_cv_prog_gnu_ld
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4112$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4113if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4114 $as_echo_n "(cached) " >&6
4115else
4116 if test -n "$NM"; then
4117 # Let the user override the test.
4118 lt_cv_path_NM="$NM"
4119else
4120 lt_nm_to_check="${ac_tool_prefix}nm"
4121 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4122 lt_nm_to_check="$lt_nm_to_check nm"
4123 fi
4124 for lt_tmp_nm in $lt_nm_to_check; do
4125 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4126 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4127 IFS="$lt_save_ifs"
4128 test -z "$ac_dir" && ac_dir=.
4129 tmp_nm="$ac_dir/$lt_tmp_nm"
4130 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4131 # Check to see if the nm accepts a BSD-compat flag.
4132 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4133 # nm: unknown option "B" ignored
4134 # Tru64's nm complains that /dev/null is an invalid object file
4135 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4136 */dev/null* | *'Invalid file or object type'*)
4137 lt_cv_path_NM="$tmp_nm -B"
4138 break
4139 ;;
4140 *)
4141 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4142 */dev/null*)
4143 lt_cv_path_NM="$tmp_nm -p"
4144 break
4145 ;;
4146 *)
4147 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4148 continue # so that we can try to find one that supports BSD flags
4149 ;;
4150 esac
4151 ;;
4152 esac
4153 fi
4154 done
4155 IFS="$lt_save_ifs"
4156 done
4157 : ${lt_cv_path_NM=no}
4158fi
4159fi
4160{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4161$as_echo "$lt_cv_path_NM" >&6; }
4162if test "$lt_cv_path_NM" != "no"; then
4163 NM="$lt_cv_path_NM"
4164else
4165 # Didn't find any BSD compatible name lister, look for dumpbin.
4166 if test -n "$DUMPBIN"; then :
4167 # Let the user override the test.
4168 else
4169 if test -n "$ac_tool_prefix"; then
4170 for ac_prog in dumpbin "link -dump"
4171 do
4172 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4173set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4175$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4176if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4177 $as_echo_n "(cached) " >&6
4178else
4179 if test -n "$DUMPBIN"; then
4180 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4181else
4182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4183for as_dir in $PATH
4184do
4185 IFS=$as_save_IFS
4186 test -z "$as_dir" && as_dir=.
4187 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4188 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4189 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4191 break 2
4192 fi
4193done
4194 done
4195IFS=$as_save_IFS
4196
4197fi
4198fi
4199DUMPBIN=$ac_cv_prog_DUMPBIN
4200if test -n "$DUMPBIN"; then
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4202$as_echo "$DUMPBIN" >&6; }
4203else
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4205$as_echo "no" >&6; }
4206fi
4207
4208
4209 test -n "$DUMPBIN" && break
4210 done
4211fi
4212if test -z "$DUMPBIN"; then
4213 ac_ct_DUMPBIN=$DUMPBIN
4214 for ac_prog in dumpbin "link -dump"
4215do
4216 # Extract the first word of "$ac_prog", so it can be a program name with args.
4217set dummy $ac_prog; ac_word=$2
4218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4219$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4220if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4221 $as_echo_n "(cached) " >&6
4222else
4223 if test -n "$ac_ct_DUMPBIN"; then
4224 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4225else
4226as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227for as_dir in $PATH
4228do
4229 IFS=$as_save_IFS
4230 test -z "$as_dir" && as_dir=.
4231 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4232 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4233 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4235 break 2
4236 fi
4237done
4238 done
4239IFS=$as_save_IFS
4240
4241fi
4242fi
4243ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4244if test -n "$ac_ct_DUMPBIN"; then
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4246$as_echo "$ac_ct_DUMPBIN" >&6; }
4247else
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4249$as_echo "no" >&6; }
4250fi
4251
4252
4253 test -n "$ac_ct_DUMPBIN" && break
4254done
4255
4256 if test "x$ac_ct_DUMPBIN" = x; then
4257 DUMPBIN=":"
4258 else
4259 case $cross_compiling:$ac_tool_warned in
4260yes:)
4261{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4262$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4263ac_tool_warned=yes ;;
4264esac
4265 DUMPBIN=$ac_ct_DUMPBIN
4266 fi
4267fi
4268
4269 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4270 *COFF*)
4271 DUMPBIN="$DUMPBIN -symbols"
4272 ;;
4273 *)
4274 DUMPBIN=:
4275 ;;
4276 esac
4277 fi
4278
4279 if test "$DUMPBIN" != ":"; then
4280 NM="$DUMPBIN"
4281 fi
4282fi
4283test -z "$NM" && NM=nm
4284
4285
4286
4287
4288
4289
4290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4291$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4292if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4293 $as_echo_n "(cached) " >&6
4294else
4295 lt_cv_nm_interface="BSD nm"
4296 echo "int some_variable = 0;" > conftest.$ac_ext
4297 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4298 (eval "$ac_compile" 2>conftest.err)
4299 cat conftest.err >&5
4300 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4301 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4302 cat conftest.err >&5
4303 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4304 cat conftest.out >&5
4305 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4306 lt_cv_nm_interface="MS dumpbin"
4307 fi
4308 rm -f conftest*
4309fi
4310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4311$as_echo "$lt_cv_nm_interface" >&6; }
4312
4313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4314$as_echo_n "checking whether ln -s works... " >&6; }
4315LN_S=$as_ln_s
4316if test "$LN_S" = "ln -s"; then
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4318$as_echo "yes" >&6; }
4319else
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4321$as_echo "no, using $LN_S" >&6; }
4322fi
4323
4324# find the maximum length of command line arguments
4325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4326$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4327if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4328 $as_echo_n "(cached) " >&6
4329else
4330 i=0
4331 teststring="ABCD"
4332
4333 case $build_os in
4334 msdosdjgpp*)
4335 # On DJGPP, this test can blow up pretty badly due to problems in libc
4336 # (any single argument exceeding 2000 bytes causes a buffer overrun
4337 # during glob expansion). Even if it were fixed, the result of this
4338 # check would be larger than it should be.
4339 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4340 ;;
4341
4342 gnu*)
4343 # Under GNU Hurd, this test is not required because there is
4344 # no limit to the length of command line arguments.
4345 # Libtool will interpret -1 as no limit whatsoever
4346 lt_cv_sys_max_cmd_len=-1;
4347 ;;
4348
4349 cygwin* | mingw* | cegcc*)
4350 # On Win9x/ME, this test blows up -- it succeeds, but takes
4351 # about 5 minutes as the teststring grows exponentially.
4352 # Worse, since 9x/ME are not pre-emptively multitasking,
4353 # you end up with a "frozen" computer, even though with patience
4354 # the test eventually succeeds (with a max line length of 256k).
4355 # Instead, let's just punt: use the minimum linelength reported by
4356 # all of the supported platforms: 8192 (on NT/2K/XP).
4357 lt_cv_sys_max_cmd_len=8192;
4358 ;;
4359
4360 mint*)
4361 # On MiNT this can take a long time and run out of memory.
4362 lt_cv_sys_max_cmd_len=8192;
4363 ;;
4364
4365 amigaos*)
4366 # On AmigaOS with pdksh, this test takes hours, literally.
4367 # So we just punt and use a minimum line length of 8192.
4368 lt_cv_sys_max_cmd_len=8192;
4369 ;;
4370
4371 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4372 # This has been around since 386BSD, at least. Likely further.
4373 if test -x /sbin/sysctl; then
4374 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4375 elif test -x /usr/sbin/sysctl; then
4376 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4377 else
4378 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4379 fi
4380 # And add a safety zone
4381 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4382 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4383 ;;
4384
4385 interix*)
4386 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4387 lt_cv_sys_max_cmd_len=196608
4388 ;;
4389
4390 osf*)
4391 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4392 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4393 # nice to cause kernel panics so lets avoid the loop below.
4394 # First set a reasonable default.
4395 lt_cv_sys_max_cmd_len=16384
4396 #
4397 if test -x /sbin/sysconfig; then
4398 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4399 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4400 esac
4401 fi
4402 ;;
4403 sco3.2v5*)
4404 lt_cv_sys_max_cmd_len=102400
4405 ;;
4406 sysv5* | sco5v6* | sysv4.2uw2*)
4407 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4408 if test -n "$kargmax"; then
4409 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4410 else
4411 lt_cv_sys_max_cmd_len=32768
4412 fi
4413 ;;
4414 *)
4415 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4416 if test -n "$lt_cv_sys_max_cmd_len"; then
4417 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4418 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4419 else
4420 # Make teststring a little bigger before we do anything with it.
4421 # a 1K string should be a reasonable start.
4422 for i in 1 2 3 4 5 6 7 8 ; do
4423 teststring=$teststring$teststring
4424 done
4425 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4426 # If test is not a shell built-in, we'll probably end up computing a
4427 # maximum length that is only half of the actual maximum length, but
4428 # we can't tell.
4429 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4430 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4431 test $i != 17 # 1/2 MB should be enough
4432 do
4433 i=`expr $i + 1`
4434 teststring=$teststring$teststring
4435 done
4436 # Only check the string length outside the loop.
4437 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4438 teststring=
4439 # Add a significant safety factor because C++ compilers can tack on
4440 # massive amounts of additional arguments before passing them to the
4441 # linker. It appears as though 1/2 is a usable value.
4442 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4443 fi
4444 ;;
4445 esac
4446
4447fi
4448
4449if test -n $lt_cv_sys_max_cmd_len ; then
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4451$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4452else
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4454$as_echo "none" >&6; }
4455fi
4456max_cmd_len=$lt_cv_sys_max_cmd_len
4457
4458
4459
4460
4461
4462
4463: ${CP="cp -f"}
4464: ${MV="mv -f"}
4465: ${RM="rm -f"}
4466
4467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4468$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4469# Try some XSI features
4470xsi_shell=no
4471( _lt_dummy="a/b/c"
4472 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4473 = c,a/b,, \
4474 && eval 'test $(( 1 + 1 )) -eq 2 \
4475 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4476 && xsi_shell=yes
4477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4478$as_echo "$xsi_shell" >&6; }
4479
4480
4481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4482$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4483lt_shell_append=no
4484( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4485 >/dev/null 2>&1 \
4486 && lt_shell_append=yes
4487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4488$as_echo "$lt_shell_append" >&6; }
4489
4490
4491if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4492 lt_unset=unset
4493else
4494 lt_unset=false
4495fi
4496
4497
4498
4499
4500
4501# test EBCDIC or ASCII
4502case `echo X|tr X '\101'` in
4503 A) # ASCII based system
4504 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4505 lt_SP2NL='tr \040 \012'
4506 lt_NL2SP='tr \015\012 \040\040'
4507 ;;
4508 *) # EBCDIC based system
4509 lt_SP2NL='tr \100 \n'
4510 lt_NL2SP='tr \r\n \100\100'
4511 ;;
4512esac
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4523$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4524if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4525 $as_echo_n "(cached) " >&6
4526else
4527 lt_cv_ld_reload_flag='-r'
4528fi
4529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4530$as_echo "$lt_cv_ld_reload_flag" >&6; }
4531reload_flag=$lt_cv_ld_reload_flag
4532case $reload_flag in
4533"" | " "*) ;;
4534*) reload_flag=" $reload_flag" ;;
4535esac
4536reload_cmds='$LD$reload_flag -o $output$reload_objs'
4537case $host_os in
4538 darwin*)
4539 if test "$GCC" = yes; then
4540 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4541 else
4542 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4543 fi
4544 ;;
4545esac
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555if test -n "$ac_tool_prefix"; then
4556 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4557set dummy ${ac_tool_prefix}objdump; ac_word=$2
4558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4559$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4560if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4561 $as_echo_n "(cached) " >&6
4562else
4563 if test -n "$OBJDUMP"; then
4564 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4565else
4566as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4567for as_dir in $PATH
4568do
4569 IFS=$as_save_IFS
4570 test -z "$as_dir" && as_dir=.
4571 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4572 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4573 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4575 break 2
4576 fi
4577done
4578 done
4579IFS=$as_save_IFS
4580
4581fi
4582fi
4583OBJDUMP=$ac_cv_prog_OBJDUMP
4584if test -n "$OBJDUMP"; then
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4586$as_echo "$OBJDUMP" >&6; }
4587else
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4589$as_echo "no" >&6; }
4590fi
4591
4592
4593fi
4594if test -z "$ac_cv_prog_OBJDUMP"; then
4595 ac_ct_OBJDUMP=$OBJDUMP
4596 # Extract the first word of "objdump", so it can be a program name with args.
4597set dummy objdump; ac_word=$2
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4599$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4600if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4601 $as_echo_n "(cached) " >&6
4602else
4603 if test -n "$ac_ct_OBJDUMP"; then
4604 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4605else
4606as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4607for as_dir in $PATH
4608do
4609 IFS=$as_save_IFS
4610 test -z "$as_dir" && as_dir=.
4611 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4612 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4613 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4615 break 2
4616 fi
4617done
4618 done
4619IFS=$as_save_IFS
4620
4621fi
4622fi
4623ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4624if test -n "$ac_ct_OBJDUMP"; then
4625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4626$as_echo "$ac_ct_OBJDUMP" >&6; }
4627else
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4629$as_echo "no" >&6; }
4630fi
4631
4632 if test "x$ac_ct_OBJDUMP" = x; then
4633 OBJDUMP="false"
4634 else
4635 case $cross_compiling:$ac_tool_warned in
4636yes:)
4637{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4638$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4639ac_tool_warned=yes ;;
4640esac
4641 OBJDUMP=$ac_ct_OBJDUMP
4642 fi
4643else
4644 OBJDUMP="$ac_cv_prog_OBJDUMP"
4645fi
4646
4647test -z "$OBJDUMP" && OBJDUMP=objdump
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4658$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4659if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4660 $as_echo_n "(cached) " >&6
4661else
4662 lt_cv_file_magic_cmd='$MAGIC_CMD'
4663lt_cv_file_magic_test_file=
4664lt_cv_deplibs_check_method='unknown'
4665# Need to set the preceding variable on all platforms that support
4666# interlibrary dependencies.
4667# 'none' -- dependencies not supported.
4668# `unknown' -- same as none, but documents that we really don't know.
4669# 'pass_all' -- all dependencies passed with no checks.
4670# 'test_compile' -- check by making test program.
4671# 'file_magic [[regex]]' -- check by looking for files in library path
4672# which responds to the $file_magic_cmd with a given extended regex.
4673# If you have `file' or equivalent on your system and you're not sure
4674# whether `pass_all' will *always* work, you probably want this one.
4675
4676case $host_os in
4677aix[4-9]*)
4678 lt_cv_deplibs_check_method=pass_all
4679 ;;
4680
4681beos*)
4682 lt_cv_deplibs_check_method=pass_all
4683 ;;
4684
4685bsdi[45]*)
4686 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4687 lt_cv_file_magic_cmd='/usr/bin/file -L'
4688 lt_cv_file_magic_test_file=/shlib/libc.so
4689 ;;
4690
4691cygwin*)
4692 # func_win32_libid is a shell function defined in ltmain.sh
4693 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4694 lt_cv_file_magic_cmd='func_win32_libid'
4695 ;;
4696
4697mingw* | pw32*)
4698 # Base MSYS/MinGW do not provide the 'file' command needed by
4699 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4700 # unless we find 'file', for example because we are cross-compiling.
4701 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4702 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4703 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4704 lt_cv_file_magic_cmd='func_win32_libid'
4705 else
4706 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4707 lt_cv_file_magic_cmd='$OBJDUMP -f'
4708 fi
4709 ;;
4710
4711cegcc*)
4712 # use the weaker test based on 'objdump'. See mingw*.
4713 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4714 lt_cv_file_magic_cmd='$OBJDUMP -f'
4715 ;;
4716
4717darwin* | rhapsody*)
4718 lt_cv_deplibs_check_method=pass_all
4719 ;;
4720
4721freebsd* | dragonfly*)
4722 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4723 case $host_cpu in
4724 i*86 )
4725 # Not sure whether the presence of OpenBSD here was a mistake.
4726 # Let's accept both of them until this is cleared up.
4727 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4728 lt_cv_file_magic_cmd=/usr/bin/file
4729 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4730 ;;
4731 esac
4732 else
4733 lt_cv_deplibs_check_method=pass_all
4734 fi
4735 ;;
4736
4737gnu*)
4738 lt_cv_deplibs_check_method=pass_all
4739 ;;
4740
4741haiku*)
4742 lt_cv_deplibs_check_method=pass_all
4743 ;;
4744
4745hpux10.20* | hpux11*)
4746 lt_cv_file_magic_cmd=/usr/bin/file
4747 case $host_cpu in
4748 ia64*)
4749 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4750 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4751 ;;
4752 hppa*64*)
4753 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]'
4754 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4755 ;;
4756 *)
4757 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4758 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4759 ;;
4760 esac
4761 ;;
4762
4763interix[3-9]*)
4764 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4765 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4766 ;;
4767
4768irix5* | irix6* | nonstopux*)
4769 case $LD in
4770 *-32|*"-32 ") libmagic=32-bit;;
4771 *-n32|*"-n32 ") libmagic=N32;;
4772 *-64|*"-64 ") libmagic=64-bit;;
4773 *) libmagic=never-match;;
4774 esac
4775 lt_cv_deplibs_check_method=pass_all
4776 ;;
4777
4778# This must be Linux ELF.
4779linux* | k*bsd*-gnu | kopensolaris*-gnu)
4780 lt_cv_deplibs_check_method=pass_all
4781 ;;
4782
4783netbsd*)
4784 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4785 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4786 else
4787 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4788 fi
4789 ;;
4790
4791newos6*)
4792 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4793 lt_cv_file_magic_cmd=/usr/bin/file
4794 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4795 ;;
4796
4797*nto* | *qnx*)
4798 lt_cv_deplibs_check_method=pass_all
4799 ;;
4800
4801openbsd*)
4802 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4803 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4804 else
4805 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4806 fi
4807 ;;
4808
4809osf3* | osf4* | osf5*)
4810 lt_cv_deplibs_check_method=pass_all
4811 ;;
4812
4813rdos*)
4814 lt_cv_deplibs_check_method=pass_all
4815 ;;
4816
4817solaris*)
4818 lt_cv_deplibs_check_method=pass_all
4819 ;;
4820
4821sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4822 lt_cv_deplibs_check_method=pass_all
4823 ;;
4824
4825sysv4 | sysv4.3*)
4826 case $host_vendor in
4827 motorola)
4828 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]'
4829 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4830 ;;
4831 ncr)
4832 lt_cv_deplibs_check_method=pass_all
4833 ;;
4834 sequent)
4835 lt_cv_file_magic_cmd='/bin/file'
4836 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4837 ;;
4838 sni)
4839 lt_cv_file_magic_cmd='/bin/file'
4840 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4841 lt_cv_file_magic_test_file=/lib/libc.so
4842 ;;
4843 siemens)
4844 lt_cv_deplibs_check_method=pass_all
4845 ;;
4846 pc)
4847 lt_cv_deplibs_check_method=pass_all
4848 ;;
4849 esac
4850 ;;
4851
4852tpf*)
4853 lt_cv_deplibs_check_method=pass_all
4854 ;;
4855esac
4856
4857fi
4858{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4859$as_echo "$lt_cv_deplibs_check_method" >&6; }
4860file_magic_cmd=$lt_cv_file_magic_cmd
4861deplibs_check_method=$lt_cv_deplibs_check_method
4862test -z "$deplibs_check_method" && deplibs_check_method=unknown
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
68ed2854
MF
4875plugin_option=
4876plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4877for plugin in $plugin_names; do
4878 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4879 if test x$plugin_so = x$plugin; then
4880 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4881 fi
4882 if test x$plugin_so != x$plugin; then
4883 plugin_option="--plugin $plugin_so"
4884 break
4885 fi
4886done
4887
6bb11ab3
L
4888if test -n "$ac_tool_prefix"; then
4889 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4890set dummy ${ac_tool_prefix}ar; ac_word=$2
4891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4892$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4893if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4894 $as_echo_n "(cached) " >&6
4895else
4896 if test -n "$AR"; then
4897 ac_cv_prog_AR="$AR" # Let the user override the test.
4898else
4899as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4900for as_dir in $PATH
4901do
4902 IFS=$as_save_IFS
4903 test -z "$as_dir" && as_dir=.
4904 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4906 ac_cv_prog_AR="${ac_tool_prefix}ar"
4907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4908 break 2
4909 fi
4910done
4911 done
4912IFS=$as_save_IFS
4913
4914fi
4915fi
4916AR=$ac_cv_prog_AR
4917if test -n "$AR"; then
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4919$as_echo "$AR" >&6; }
4920else
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4922$as_echo "no" >&6; }
4923fi
4924
4925
4926fi
4927if test -z "$ac_cv_prog_AR"; then
4928 ac_ct_AR=$AR
4929 # Extract the first word of "ar", so it can be a program name with args.
4930set dummy ar; ac_word=$2
4931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4932$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4933if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4934 $as_echo_n "(cached) " >&6
4935else
4936 if test -n "$ac_ct_AR"; then
4937 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4938else
4939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4940for as_dir in $PATH
4941do
4942 IFS=$as_save_IFS
4943 test -z "$as_dir" && as_dir=.
4944 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4945 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4946 ac_cv_prog_ac_ct_AR="ar"
4947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4948 break 2
4949 fi
4950done
4951 done
4952IFS=$as_save_IFS
4953
4954fi
4955fi
4956ac_ct_AR=$ac_cv_prog_ac_ct_AR
4957if test -n "$ac_ct_AR"; then
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4959$as_echo "$ac_ct_AR" >&6; }
4960else
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4962$as_echo "no" >&6; }
4963fi
4964
4965 if test "x$ac_ct_AR" = x; then
4966 AR="false"
4967 else
4968 case $cross_compiling:$ac_tool_warned in
4969yes:)
4970{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4971$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4972ac_tool_warned=yes ;;
4973esac
4974 AR=$ac_ct_AR
4975 fi
4976else
4977 AR="$ac_cv_prog_AR"
4978fi
4979
4980test -z "$AR" && AR=ar
68ed2854
MF
4981if test -n "$plugin_option"; then
4982 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4983 touch conftest.c
4984 $AR $plugin_option rc conftest.a conftest.c
4985 if test "$?" != 0; then
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4987$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4988 else
4989 AR="$AR $plugin_option"
4990 fi
4991 rm -f conftest.*
68ed2854
MF
4992 fi
4993fi
6bb11ab3
L
4994test -z "$AR_FLAGS" && AR_FLAGS=cru
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006if test -n "$ac_tool_prefix"; then
5007 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5008set dummy ${ac_tool_prefix}strip; ac_word=$2
5009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5010$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5011if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5012 $as_echo_n "(cached) " >&6
5013else
5014 if test -n "$STRIP"; then
5015 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5016else
5017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5018for as_dir in $PATH
5019do
5020 IFS=$as_save_IFS
5021 test -z "$as_dir" && as_dir=.
5022 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5023 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5024 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5026 break 2
5027 fi
5028done
5029 done
5030IFS=$as_save_IFS
5031
5032fi
5033fi
5034STRIP=$ac_cv_prog_STRIP
5035if test -n "$STRIP"; then
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5037$as_echo "$STRIP" >&6; }
5038else
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5040$as_echo "no" >&6; }
5041fi
5042
5043
5044fi
5045if test -z "$ac_cv_prog_STRIP"; then
5046 ac_ct_STRIP=$STRIP
5047 # Extract the first word of "strip", so it can be a program name with args.
5048set dummy strip; ac_word=$2
5049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5050$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5051if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5052 $as_echo_n "(cached) " >&6
5053else
5054 if test -n "$ac_ct_STRIP"; then
5055 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5056else
5057as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5058for as_dir in $PATH
5059do
5060 IFS=$as_save_IFS
5061 test -z "$as_dir" && as_dir=.
5062 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5063 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5064 ac_cv_prog_ac_ct_STRIP="strip"
5065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5066 break 2
5067 fi
5068done
5069 done
5070IFS=$as_save_IFS
5071
5072fi
5073fi
5074ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5075if test -n "$ac_ct_STRIP"; then
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5077$as_echo "$ac_ct_STRIP" >&6; }
5078else
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5080$as_echo "no" >&6; }
5081fi
5082
5083 if test "x$ac_ct_STRIP" = x; then
5084 STRIP=":"
5085 else
5086 case $cross_compiling:$ac_tool_warned in
5087yes:)
5088{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5089$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5090ac_tool_warned=yes ;;
5091esac
5092 STRIP=$ac_ct_STRIP
5093 fi
5094else
5095 STRIP="$ac_cv_prog_STRIP"
5096fi
5097
5098test -z "$STRIP" && STRIP=:
5099
5100
5101
5102
5103
5104
5105if test -n "$ac_tool_prefix"; then
5106 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5107set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5109$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5110if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5111 $as_echo_n "(cached) " >&6
5112else
5113 if test -n "$RANLIB"; then
5114 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5115else
5116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5117for as_dir in $PATH
5118do
5119 IFS=$as_save_IFS
5120 test -z "$as_dir" && as_dir=.
5121 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5122 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5123 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5125 break 2
5126 fi
5127done
5128 done
5129IFS=$as_save_IFS
5130
5131fi
5132fi
5133RANLIB=$ac_cv_prog_RANLIB
5134if test -n "$RANLIB"; then
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5136$as_echo "$RANLIB" >&6; }
5137else
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5139$as_echo "no" >&6; }
5140fi
5141
5142
5143fi
5144if test -z "$ac_cv_prog_RANLIB"; then
5145 ac_ct_RANLIB=$RANLIB
5146 # Extract the first word of "ranlib", so it can be a program name with args.
5147set dummy ranlib; ac_word=$2
5148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5149$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5150if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5151 $as_echo_n "(cached) " >&6
5152else
5153 if test -n "$ac_ct_RANLIB"; then
5154 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5155else
5156as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5157for as_dir in $PATH
5158do
5159 IFS=$as_save_IFS
5160 test -z "$as_dir" && as_dir=.
5161 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5162 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5163 ac_cv_prog_ac_ct_RANLIB="ranlib"
5164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5165 break 2
5166 fi
5167done
5168 done
5169IFS=$as_save_IFS
5170
5171fi
5172fi
5173ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5174if test -n "$ac_ct_RANLIB"; then
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5176$as_echo "$ac_ct_RANLIB" >&6; }
5177else
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5179$as_echo "no" >&6; }
5180fi
5181
5182 if test "x$ac_ct_RANLIB" = x; then
5183 RANLIB=":"
5184 else
5185 case $cross_compiling:$ac_tool_warned in
5186yes:)
5187{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5188$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5189ac_tool_warned=yes ;;
5190esac
5191 RANLIB=$ac_ct_RANLIB
5192 fi
5193else
5194 RANLIB="$ac_cv_prog_RANLIB"
5195fi
5196
5197test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5198if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5199 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5200 RANLIB="$RANLIB $plugin_option"
5201 fi
5202fi
6bb11ab3
L
5203
5204
5205
5206
5207
5208
5209# Determine commands to create old-style static archives.
5210old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5211old_postinstall_cmds='chmod 644 $oldlib'
5212old_postuninstall_cmds=
5213
5214if test -n "$RANLIB"; then
5215 case $host_os in
5216 openbsd*)
5217 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5218 ;;
5219 *)
5220 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5221 ;;
5222 esac
5223 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5224fi
5225
5226case $host_os in
5227 darwin*)
5228 lock_old_archive_extraction=yes ;;
5229 *)
5230 lock_old_archive_extraction=no ;;
5231esac
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253for ac_prog in gawk mawk nawk awk
5254do
5255 # Extract the first word of "$ac_prog", so it can be a program name with args.
5256set dummy $ac_prog; ac_word=$2
5257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5258$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5259if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5260 $as_echo_n "(cached) " >&6
5261else
5262 if test -n "$AWK"; then
5263 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5264else
5265as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5266for as_dir in $PATH
5267do
5268 IFS=$as_save_IFS
5269 test -z "$as_dir" && as_dir=.
5270 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5271 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5272 ac_cv_prog_AWK="$ac_prog"
5273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5274 break 2
5275 fi
5276done
5277 done
5278IFS=$as_save_IFS
5279
5280fi
5281fi
5282AWK=$ac_cv_prog_AWK
5283if test -n "$AWK"; then
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5285$as_echo "$AWK" >&6; }
5286else
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5288$as_echo "no" >&6; }
5289fi
5290
5291
5292 test -n "$AWK" && break
5293done
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313# If no C compiler was specified, use CC.
5314LTCC=${LTCC-"$CC"}
5315
5316# If no C compiler flags were specified, use CFLAGS.
5317LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5318
5319# Allow CC to be a program name with arguments.
5320compiler=$CC
5321
5322
5323# Check for command to grab the raw symbol name followed by C symbol from nm.
5324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5325$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5326if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5327 $as_echo_n "(cached) " >&6
5328else
5329
5330# These are sane defaults that work on at least a few old systems.
5331# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5332
5333# Character class describing NM global symbol codes.
5334symcode='[BCDEGRST]'
5335
5336# Regexp to match symbols that can be accessed directly from C.
5337sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5338
5339# Define system-specific variables.
5340case $host_os in
5341aix*)
5342 symcode='[BCDT]'
5343 ;;
5344cygwin* | mingw* | pw32* | cegcc*)
5345 symcode='[ABCDGISTW]'
5346 ;;
5347hpux*)
5348 if test "$host_cpu" = ia64; then
5349 symcode='[ABCDEGRST]'
5350 fi
5351 ;;
5352irix* | nonstopux*)
5353 symcode='[BCDEGRST]'
5354 ;;
5355osf*)
5356 symcode='[BCDEGQRST]'
5357 ;;
5358solaris*)
5359 symcode='[BDRT]'
5360 ;;
5361sco3.2v5*)
5362 symcode='[DT]'
5363 ;;
5364sysv4.2uw2*)
5365 symcode='[DT]'
5366 ;;
5367sysv5* | sco5v6* | unixware* | OpenUNIX*)
5368 symcode='[ABDT]'
5369 ;;
5370sysv4)
5371 symcode='[DFNSTU]'
5372 ;;
5373esac
5374
5375# If we're using GNU nm, then use its standard symbol codes.
5376case `$NM -V 2>&1` in
5377*GNU* | *'with BFD'*)
5378 symcode='[ABCDGIRSTW]' ;;
5379esac
5380
5381# Transform an extracted symbol line into a proper C declaration.
5382# Some systems (esp. on ia64) link data and code symbols differently,
5383# so use this general approach.
5384lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5385
5386# Transform an extracted symbol line into symbol name and symbol address
5387lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5388lt_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'"
5389
5390# Handle CRLF in mingw tool chain
5391opt_cr=
5392case $build_os in
5393mingw*)
5394 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5395 ;;
5396esac
5397
5398# Try without a prefix underscore, then with it.
5399for ac_symprfx in "" "_"; do
5400
5401 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5402 symxfrm="\\1 $ac_symprfx\\2 \\2"
5403
5404 # Write the raw and C identifiers.
5405 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5406 # Fake it for dumpbin and say T for any non-static function
5407 # and D for any global variable.
5408 # Also find C++ and __fastcall symbols from MSVC++,
5409 # which start with @ or ?.
5410 lt_cv_sys_global_symbol_pipe="$AWK '"\
5411" {last_section=section; section=\$ 3};"\
5412" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5413" \$ 0!~/External *\|/{next};"\
5414" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5415" {if(hide[section]) next};"\
5416" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5417" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5418" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5419" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5420" ' prfx=^$ac_symprfx"
5421 else
5422 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5423 fi
5424
5425 # Check to see that the pipe works correctly.
5426 pipe_works=no
5427
5428 rm -f conftest*
5429 cat > conftest.$ac_ext <<_LT_EOF
5430#ifdef __cplusplus
5431extern "C" {
5432#endif
5433char nm_test_var;
5434void nm_test_func(void);
5435void nm_test_func(void){}
5436#ifdef __cplusplus
5437}
5438#endif
5439int main(){nm_test_var='a';nm_test_func();return(0);}
5440_LT_EOF
5441
5442 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5443 (eval $ac_compile) 2>&5
5444 ac_status=$?
5445 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5446 test $ac_status = 0; }; then
5447 # Now try to grab the symbols.
5448 nlist=conftest.nm
5449 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5450 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5451 ac_status=$?
5452 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5453 test $ac_status = 0; } && test -s "$nlist"; then
5454 # Try sorting and uniquifying the output.
5455 if sort "$nlist" | uniq > "$nlist"T; then
5456 mv -f "$nlist"T "$nlist"
5457 else
5458 rm -f "$nlist"T
5459 fi
5460
5461 # Make sure that we snagged all the symbols we need.
5462 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5463 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5464 cat <<_LT_EOF > conftest.$ac_ext
5465#ifdef __cplusplus
5466extern "C" {
5467#endif
5468
5469_LT_EOF
5470 # Now generate the symbol file.
5471 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5472
5473 cat <<_LT_EOF >> conftest.$ac_ext
5474
5475/* The mapping between symbol names and symbols. */
5476const struct {
5477 const char *name;
5478 void *address;
5479}
5480lt__PROGRAM__LTX_preloaded_symbols[] =
5481{
5482 { "@PROGRAM@", (void *) 0 },
5483_LT_EOF
5484 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5485 cat <<\_LT_EOF >> conftest.$ac_ext
5486 {0, (void *) 0}
5487};
5488
5489/* This works around a problem in FreeBSD linker */
5490#ifdef FREEBSD_WORKAROUND
5491static const void *lt_preloaded_setup() {
5492 return lt__PROGRAM__LTX_preloaded_symbols;
5493}
5494#endif
5495
5496#ifdef __cplusplus
5497}
5498#endif
5499_LT_EOF
5500 # Now try linking the two files.
5501 mv conftest.$ac_objext conftstm.$ac_objext
5502 lt_save_LIBS="$LIBS"
5503 lt_save_CFLAGS="$CFLAGS"
5504 LIBS="conftstm.$ac_objext"
5505 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5506 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5507 (eval $ac_link) 2>&5
5508 ac_status=$?
5509 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5510 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5511 pipe_works=yes
5512 fi
5513 LIBS="$lt_save_LIBS"
5514 CFLAGS="$lt_save_CFLAGS"
5515 else
5516 echo "cannot find nm_test_func in $nlist" >&5
5517 fi
5518 else
5519 echo "cannot find nm_test_var in $nlist" >&5
5520 fi
5521 else
5522 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5523 fi
5524 else
5525 echo "$progname: failed program was:" >&5
5526 cat conftest.$ac_ext >&5
5527 fi
5528 rm -rf conftest* conftst*
5529
5530 # Do not use the global_symbol_pipe unless it works.
5531 if test "$pipe_works" = yes; then
5532 break
5533 else
5534 lt_cv_sys_global_symbol_pipe=
5535 fi
5536done
5537
5538fi
5539
5540if test -z "$lt_cv_sys_global_symbol_pipe"; then
5541 lt_cv_sys_global_symbol_to_cdecl=
5542fi
5543if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5545$as_echo "failed" >&6; }
5546else
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5548$as_echo "ok" >&6; }
5549fi
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572# Check whether --enable-libtool-lock was given.
5573if test "${enable_libtool_lock+set}" = set; then :
5574 enableval=$enable_libtool_lock;
5575fi
5576
5577test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5578
5579# Some flags need to be propagated to the compiler or linker for good
5580# libtool support.
5581case $host in
5582ia64-*-hpux*)
5583 # Find out which ABI we are using.
5584 echo 'int i;' > conftest.$ac_ext
5585 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5586 (eval $ac_compile) 2>&5
5587 ac_status=$?
5588 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5589 test $ac_status = 0; }; then
5590 case `/usr/bin/file conftest.$ac_objext` in
5591 *ELF-32*)
5592 HPUX_IA64_MODE="32"
5593 ;;
5594 *ELF-64*)
5595 HPUX_IA64_MODE="64"
5596 ;;
5597 esac
5598 fi
5599 rm -rf conftest*
5600 ;;
5601*-*-irix6*)
5602 # Find out which ABI we are using.
5603 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5604 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5605 (eval $ac_compile) 2>&5
5606 ac_status=$?
5607 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5608 test $ac_status = 0; }; then
5609 if test "$lt_cv_prog_gnu_ld" = yes; then
5610 case `/usr/bin/file conftest.$ac_objext` in
5611 *32-bit*)
5612 LD="${LD-ld} -melf32bsmip"
5613 ;;
5614 *N32*)
5615 LD="${LD-ld} -melf32bmipn32"
5616 ;;
5617 *64-bit*)
5618 LD="${LD-ld} -melf64bmip"
5619 ;;
5620 esac
5621 else
5622 case `/usr/bin/file conftest.$ac_objext` in
5623 *32-bit*)
5624 LD="${LD-ld} -32"
5625 ;;
5626 *N32*)
5627 LD="${LD-ld} -n32"
5628 ;;
5629 *64-bit*)
5630 LD="${LD-ld} -64"
5631 ;;
5632 esac
5633 fi
5634 fi
5635 rm -rf conftest*
5636 ;;
5637
bf3d9781 5638x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5639s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5640 # Find out which ABI we are using.
5641 echo 'int i;' > conftest.$ac_ext
5642 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5643 (eval $ac_compile) 2>&5
5644 ac_status=$?
5645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5646 test $ac_status = 0; }; then
5647 case `/usr/bin/file conftest.o` in
5648 *32-bit*)
5649 case $host in
5650 x86_64-*kfreebsd*-gnu)
5651 LD="${LD-ld} -m elf_i386_fbsd"
5652 ;;
5653 x86_64-*linux*)
5654 case `/usr/bin/file conftest.o` in
5655 *x86-64*)
5656 LD="${LD-ld} -m elf32_x86_64"
5657 ;;
5658 *)
5659 LD="${LD-ld} -m elf_i386"
5660 ;;
5661 esac
5662 ;;
bf3d9781
AM
5663 powerpc64le-*linux*)
5664 LD="${LD-ld} -m elf32lppclinux"
5665 ;;
5666 powerpc64-*linux*)
6bb11ab3
L
5667 LD="${LD-ld} -m elf32ppclinux"
5668 ;;
5669 s390x-*linux*)
5670 LD="${LD-ld} -m elf_s390"
5671 ;;
5672 sparc64-*linux*)
5673 LD="${LD-ld} -m elf32_sparc"
5674 ;;
5675 esac
5676 ;;
5677 *64-bit*)
5678 case $host in
5679 x86_64-*kfreebsd*-gnu)
5680 LD="${LD-ld} -m elf_x86_64_fbsd"
5681 ;;
5682 x86_64-*linux*)
5683 LD="${LD-ld} -m elf_x86_64"
5684 ;;
bf3d9781
AM
5685 powerpcle-*linux*)
5686 LD="${LD-ld} -m elf64lppc"
5687 ;;
5688 powerpc-*linux*)
6bb11ab3
L
5689 LD="${LD-ld} -m elf64ppc"
5690 ;;
5691 s390*-*linux*|s390*-*tpf*)
5692 LD="${LD-ld} -m elf64_s390"
5693 ;;
5694 sparc*-*linux*)
5695 LD="${LD-ld} -m elf64_sparc"
5696 ;;
5697 esac
5698 ;;
5699 esac
5700 fi
5701 rm -rf conftest*
5702 ;;
5703
5704*-*-sco3.2v5*)
5705 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5706 SAVE_CFLAGS="$CFLAGS"
5707 CFLAGS="$CFLAGS -belf"
5708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5709$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5710if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5711 $as_echo_n "(cached) " >&6
5712else
5713 ac_ext=c
5714ac_cpp='$CPP $CPPFLAGS'
5715ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5716ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5717ac_compiler_gnu=$ac_cv_c_compiler_gnu
5718
5719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5720/* end confdefs.h. */
5721
5722int
5723main ()
5724{
5725
5726 ;
5727 return 0;
5728}
5729_ACEOF
5730if ac_fn_c_try_link "$LINENO"; then :
5731 lt_cv_cc_needs_belf=yes
5732else
5733 lt_cv_cc_needs_belf=no
5734fi
5735rm -f core conftest.err conftest.$ac_objext \
5736 conftest$ac_exeext conftest.$ac_ext
5737 ac_ext=c
5738ac_cpp='$CPP $CPPFLAGS'
5739ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5740ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5741ac_compiler_gnu=$ac_cv_c_compiler_gnu
5742
5743fi
5744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5745$as_echo "$lt_cv_cc_needs_belf" >&6; }
5746 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5747 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5748 CFLAGS="$SAVE_CFLAGS"
5749 fi
5750 ;;
5751sparc*-*solaris*)
5752 # Find out which ABI we are using.
5753 echo 'int i;' > conftest.$ac_ext
5754 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5755 (eval $ac_compile) 2>&5
5756 ac_status=$?
5757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5758 test $ac_status = 0; }; then
5759 case `/usr/bin/file conftest.o` in
5760 *64-bit*)
5761 case $lt_cv_prog_gnu_ld in
5762 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5763 *)
5764 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5765 LD="${LD-ld} -64"
5766 fi
5767 ;;
5768 esac
5769 ;;
5770 esac
5771 fi
5772 rm -rf conftest*
5773 ;;
5774esac
5775
5776need_locks="$enable_libtool_lock"
5777
5778
5779 case $host_os in
5780 rhapsody* | darwin*)
5781 if test -n "$ac_tool_prefix"; then
5782 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5783set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5785$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5786if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5787 $as_echo_n "(cached) " >&6
5788else
5789 if test -n "$DSYMUTIL"; then
5790 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5791else
5792as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5793for as_dir in $PATH
5794do
5795 IFS=$as_save_IFS
5796 test -z "$as_dir" && as_dir=.
5797 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5798 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5799 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5801 break 2
5802 fi
5803done
5804 done
5805IFS=$as_save_IFS
5806
5807fi
5808fi
5809DSYMUTIL=$ac_cv_prog_DSYMUTIL
5810if test -n "$DSYMUTIL"; then
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5812$as_echo "$DSYMUTIL" >&6; }
5813else
5814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5815$as_echo "no" >&6; }
5816fi
5817
5818
5819fi
5820if test -z "$ac_cv_prog_DSYMUTIL"; then
5821 ac_ct_DSYMUTIL=$DSYMUTIL
5822 # Extract the first word of "dsymutil", so it can be a program name with args.
5823set dummy dsymutil; ac_word=$2
5824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5825$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5826if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5827 $as_echo_n "(cached) " >&6
5828else
5829 if test -n "$ac_ct_DSYMUTIL"; then
5830 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5831else
5832as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5833for as_dir in $PATH
5834do
5835 IFS=$as_save_IFS
5836 test -z "$as_dir" && as_dir=.
5837 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5838 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5839 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5841 break 2
5842 fi
5843done
5844 done
5845IFS=$as_save_IFS
5846
5847fi
5848fi
5849ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5850if test -n "$ac_ct_DSYMUTIL"; then
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5852$as_echo "$ac_ct_DSYMUTIL" >&6; }
5853else
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5855$as_echo "no" >&6; }
5856fi
5857
5858 if test "x$ac_ct_DSYMUTIL" = x; then
5859 DSYMUTIL=":"
5860 else
5861 case $cross_compiling:$ac_tool_warned in
5862yes:)
5863{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5864$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5865ac_tool_warned=yes ;;
5866esac
5867 DSYMUTIL=$ac_ct_DSYMUTIL
5868 fi
5869else
5870 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5871fi
5872
5873 if test -n "$ac_tool_prefix"; then
5874 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5875set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5877$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5878if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5879 $as_echo_n "(cached) " >&6
5880else
5881 if test -n "$NMEDIT"; then
5882 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5883else
5884as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5885for as_dir in $PATH
5886do
5887 IFS=$as_save_IFS
5888 test -z "$as_dir" && as_dir=.
5889 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5890 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5891 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5893 break 2
5894 fi
5895done
5896 done
5897IFS=$as_save_IFS
5898
5899fi
5900fi
5901NMEDIT=$ac_cv_prog_NMEDIT
5902if test -n "$NMEDIT"; then
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5904$as_echo "$NMEDIT" >&6; }
5905else
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5907$as_echo "no" >&6; }
5908fi
5909
5910
5911fi
5912if test -z "$ac_cv_prog_NMEDIT"; then
5913 ac_ct_NMEDIT=$NMEDIT
5914 # Extract the first word of "nmedit", so it can be a program name with args.
5915set dummy nmedit; 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_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5919 $as_echo_n "(cached) " >&6
5920else
5921 if test -n "$ac_ct_NMEDIT"; then
5922 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # 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_ac_ct_NMEDIT="nmedit"
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
5941ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5942if test -n "$ac_ct_NMEDIT"; then
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5944$as_echo "$ac_ct_NMEDIT" >&6; }
5945else
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5947$as_echo "no" >&6; }
5948fi
5949
5950 if test "x$ac_ct_NMEDIT" = x; then
5951 NMEDIT=":"
5952 else
5953 case $cross_compiling:$ac_tool_warned in
5954yes:)
5955{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5956$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5957ac_tool_warned=yes ;;
5958esac
5959 NMEDIT=$ac_ct_NMEDIT
5960 fi
5961else
5962 NMEDIT="$ac_cv_prog_NMEDIT"
5963fi
5964
5965 if test -n "$ac_tool_prefix"; then
5966 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5967set dummy ${ac_tool_prefix}lipo; ac_word=$2
5968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5969$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5970if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5971 $as_echo_n "(cached) " >&6
5972else
5973 if test -n "$LIPO"; then
5974 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5975else
5976as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5977for as_dir in $PATH
5978do
5979 IFS=$as_save_IFS
5980 test -z "$as_dir" && as_dir=.
5981 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5982 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5983 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5985 break 2
5986 fi
5987done
5988 done
5989IFS=$as_save_IFS
5990
5991fi
5992fi
5993LIPO=$ac_cv_prog_LIPO
5994if test -n "$LIPO"; then
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5996$as_echo "$LIPO" >&6; }
5997else
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5999$as_echo "no" >&6; }
6000fi
6001
6002
6003fi
6004if test -z "$ac_cv_prog_LIPO"; then
6005 ac_ct_LIPO=$LIPO
6006 # Extract the first word of "lipo", so it can be a program name with args.
6007set dummy lipo; 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_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6011 $as_echo_n "(cached) " >&6
6012else
6013 if test -n "$ac_ct_LIPO"; then
6014 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # 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_ac_ct_LIPO="lipo"
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
6033ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6034if test -n "$ac_ct_LIPO"; then
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6036$as_echo "$ac_ct_LIPO" >&6; }
6037else
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6039$as_echo "no" >&6; }
6040fi
6041
6042 if test "x$ac_ct_LIPO" = x; then
6043 LIPO=":"
6044 else
6045 case $cross_compiling:$ac_tool_warned in
6046yes:)
6047{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6048$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6049ac_tool_warned=yes ;;
6050esac
6051 LIPO=$ac_ct_LIPO
6052 fi
6053else
6054 LIPO="$ac_cv_prog_LIPO"
6055fi
6056
6057 if test -n "$ac_tool_prefix"; then
6058 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6059set dummy ${ac_tool_prefix}otool; ac_word=$2
6060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6061$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6062if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6063 $as_echo_n "(cached) " >&6
6064else
6065 if test -n "$OTOOL"; then
6066 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6067else
6068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6069for as_dir in $PATH
6070do
6071 IFS=$as_save_IFS
6072 test -z "$as_dir" && as_dir=.
6073 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6074 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6075 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6077 break 2
6078 fi
6079done
6080 done
6081IFS=$as_save_IFS
6082
6083fi
6084fi
6085OTOOL=$ac_cv_prog_OTOOL
6086if test -n "$OTOOL"; then
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6088$as_echo "$OTOOL" >&6; }
6089else
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6091$as_echo "no" >&6; }
6092fi
6093
6094
6095fi
6096if test -z "$ac_cv_prog_OTOOL"; then
6097 ac_ct_OTOOL=$OTOOL
6098 # Extract the first word of "otool", so it can be a program name with args.
6099set dummy otool; 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_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6103 $as_echo_n "(cached) " >&6
6104else
6105 if test -n "$ac_ct_OTOOL"; then
6106 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # 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_ac_ct_OTOOL="otool"
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
6125ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6126if test -n "$ac_ct_OTOOL"; then
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6128$as_echo "$ac_ct_OTOOL" >&6; }
6129else
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6131$as_echo "no" >&6; }
6132fi
6133
6134 if test "x$ac_ct_OTOOL" = x; then
6135 OTOOL=":"
6136 else
6137 case $cross_compiling:$ac_tool_warned in
6138yes:)
6139{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6140$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6141ac_tool_warned=yes ;;
6142esac
6143 OTOOL=$ac_ct_OTOOL
6144 fi
6145else
6146 OTOOL="$ac_cv_prog_OTOOL"
6147fi
6148
6149 if test -n "$ac_tool_prefix"; then
6150 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6151set dummy ${ac_tool_prefix}otool64; ac_word=$2
6152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6153$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6154if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6155 $as_echo_n "(cached) " >&6
6156else
6157 if test -n "$OTOOL64"; then
6158 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6159else
6160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6161for as_dir in $PATH
6162do
6163 IFS=$as_save_IFS
6164 test -z "$as_dir" && as_dir=.
6165 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6166 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6167 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6169 break 2
6170 fi
6171done
6172 done
6173IFS=$as_save_IFS
6174
6175fi
6176fi
6177OTOOL64=$ac_cv_prog_OTOOL64
6178if test -n "$OTOOL64"; then
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6180$as_echo "$OTOOL64" >&6; }
6181else
6182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6183$as_echo "no" >&6; }
6184fi
6185
6186
6187fi
6188if test -z "$ac_cv_prog_OTOOL64"; then
6189 ac_ct_OTOOL64=$OTOOL64
6190 # Extract the first word of "otool64", so it can be a program name with args.
6191set dummy otool64; 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_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6195 $as_echo_n "(cached) " >&6
6196else
6197 if test -n "$ac_ct_OTOOL64"; then
6198 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # 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_ac_ct_OTOOL64="otool64"
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
6217ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6218if test -n "$ac_ct_OTOOL64"; then
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6220$as_echo "$ac_ct_OTOOL64" >&6; }
6221else
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6223$as_echo "no" >&6; }
6224fi
6225
6226 if test "x$ac_ct_OTOOL64" = x; then
6227 OTOOL64=":"
6228 else
6229 case $cross_compiling:$ac_tool_warned in
6230yes:)
6231{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6232$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6233ac_tool_warned=yes ;;
6234esac
6235 OTOOL64=$ac_ct_OTOOL64
6236 fi
6237else
6238 OTOOL64="$ac_cv_prog_OTOOL64"
6239fi
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6268$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6269if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6270 $as_echo_n "(cached) " >&6
6271else
6272 lt_cv_apple_cc_single_mod=no
6273 if test -z "${LT_MULTI_MODULE}"; then
6274 # By default we will add the -single_module flag. You can override
6275 # by either setting the environment variable LT_MULTI_MODULE
6276 # non-empty at configure time, or by adding -multi_module to the
6277 # link flags.
6278 rm -rf libconftest.dylib*
6279 echo "int foo(void){return 1;}" > conftest.c
6280 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6281-dynamiclib -Wl,-single_module conftest.c" >&5
6282 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6283 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6284 _lt_result=$?
6285 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6286 lt_cv_apple_cc_single_mod=yes
6287 else
6288 cat conftest.err >&5
6289 fi
6290 rm -rf libconftest.dylib*
6291 rm -f conftest.*
6292 fi
6293fi
6294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6295$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6297$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6298if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6299 $as_echo_n "(cached) " >&6
6300else
6301 lt_cv_ld_exported_symbols_list=no
6302 save_LDFLAGS=$LDFLAGS
6303 echo "_main" > conftest.sym
6304 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6306/* end confdefs.h. */
6307
6308int
6309main ()
6310{
6311
6312 ;
6313 return 0;
6314}
6315_ACEOF
6316if ac_fn_c_try_link "$LINENO"; then :
6317 lt_cv_ld_exported_symbols_list=yes
6318else
6319 lt_cv_ld_exported_symbols_list=no
6320fi
6321rm -f core conftest.err conftest.$ac_objext \
6322 conftest$ac_exeext conftest.$ac_ext
6323 LDFLAGS="$save_LDFLAGS"
6324
6325fi
6326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6327$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6329$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6330if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6331 $as_echo_n "(cached) " >&6
6332else
6333 lt_cv_ld_force_load=no
6334 cat > conftest.c << _LT_EOF
6335int forced_loaded() { return 2;}
6336_LT_EOF
6337 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6338 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6339 echo "$AR cru libconftest.a conftest.o" >&5
6340 $AR cru libconftest.a conftest.o 2>&5
6341 cat > conftest.c << _LT_EOF
6342int main() { return 0;}
6343_LT_EOF
6344 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6345 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6346 _lt_result=$?
6347 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6348 lt_cv_ld_force_load=yes
6349 else
6350 cat conftest.err >&5
6351 fi
6352 rm -f conftest.err libconftest.a conftest conftest.c
6353 rm -rf conftest.dSYM
6354
6355fi
6356{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6357$as_echo "$lt_cv_ld_force_load" >&6; }
6358 case $host_os in
6359 rhapsody* | darwin1.[012])
6360 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6361 darwin1.*)
6362 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6363 darwin*) # darwin 5.x on
6364 # if running on 10.5 or later, the deployment target defaults
6365 # to the OS version, if on x86, and 10.4, the deployment
6366 # target defaults to 10.4. Don't you love it?
6367 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6368 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6369 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6370 10.[012][,.]*)
6bb11ab3
L
6371 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6372 10.*)
6373 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6374 esac
6375 ;;
6376 esac
6377 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6378 _lt_dar_single_mod='$single_module'
6379 fi
6380 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6381 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6382 else
6383 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6384 fi
6385 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6386 _lt_dsymutil='~$DSYMUTIL $lib || :'
6387 else
6388 _lt_dsymutil=
6389 fi
6390 ;;
6391 esac
6392
6393for ac_header in dlfcn.h
6394do :
6395 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6396"
d0ac1c44 6397if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6398 cat >>confdefs.h <<_ACEOF
6399#define HAVE_DLFCN_H 1
6400_ACEOF
6401
6402fi
6403
6404done
6405
6406
6407
ebe9564b 6408
6bb11ab3 6409
0cb8d851
MF
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6411$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6412if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6413 $as_echo_n "(cached) " >&6
6414else
6415 ac_cv_c_bigendian=unknown
6416 # See if we're dealing with a universal compiler.
6417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6418/* end confdefs.h. */
6419#ifndef __APPLE_CC__
6420 not a universal capable compiler
6421 #endif
6422 typedef int dummy;
6423
6424_ACEOF
6425if ac_fn_c_try_compile "$LINENO"; then :
6426
6427 # Check for potential -arch flags. It is not universal unless
6428 # there are at least two -arch flags with different values.
6429 ac_arch=
6430 ac_prev=
6431 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6432 if test -n "$ac_prev"; then
6433 case $ac_word in
6434 i?86 | x86_64 | ppc | ppc64)
6435 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6436 ac_arch=$ac_word
6437 else
6438 ac_cv_c_bigendian=universal
6439 break
6440 fi
6441 ;;
6442 esac
6443 ac_prev=
6444 elif test "x$ac_word" = "x-arch"; then
6445 ac_prev=arch
6446 fi
6447 done
6448fi
6449rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6450 if test $ac_cv_c_bigendian = unknown; then
6451 # See if sys/param.h defines the BYTE_ORDER macro.
6452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6453/* end confdefs.h. */
6454#include <sys/types.h>
6455 #include <sys/param.h>
6456
6457int
6458main ()
6459{
6460#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6461 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6462 && LITTLE_ENDIAN)
6463 bogus endian macros
6464 #endif
6465
6466 ;
6467 return 0;
6468}
6469_ACEOF
6470if ac_fn_c_try_compile "$LINENO"; then :
6471 # It does; now see whether it defined to BIG_ENDIAN or not.
6472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6473/* end confdefs.h. */
6474#include <sys/types.h>
6475 #include <sys/param.h>
6476
6477int
6478main ()
6479{
6480#if BYTE_ORDER != BIG_ENDIAN
6481 not big endian
6482 #endif
6483
6484 ;
6485 return 0;
6486}
6487_ACEOF
6488if ac_fn_c_try_compile "$LINENO"; then :
6489 ac_cv_c_bigendian=yes
6490else
6491 ac_cv_c_bigendian=no
6492fi
6493rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6494fi
6495rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6496 fi
6497 if test $ac_cv_c_bigendian = unknown; then
6498 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6500/* end confdefs.h. */
6501#include <limits.h>
6502
6503int
6504main ()
6505{
6506#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6507 bogus endian macros
6508 #endif
6509
6510 ;
6511 return 0;
6512}
6513_ACEOF
6514if ac_fn_c_try_compile "$LINENO"; then :
6515 # It does; now see whether it defined to _BIG_ENDIAN or not.
6516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6517/* end confdefs.h. */
6518#include <limits.h>
6519
6520int
6521main ()
6522{
6523#ifndef _BIG_ENDIAN
6524 not big endian
6525 #endif
6526
6527 ;
6528 return 0;
6529}
6530_ACEOF
6531if ac_fn_c_try_compile "$LINENO"; then :
6532 ac_cv_c_bigendian=yes
6533else
6534 ac_cv_c_bigendian=no
6535fi
6536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6537fi
6538rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6539 fi
6540 if test $ac_cv_c_bigendian = unknown; then
6541 # Compile a test program.
6542 if test "$cross_compiling" = yes; then :
6543 # Try to guess by grepping values from an object file.
6544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6545/* end confdefs.h. */
6546short int ascii_mm[] =
6547 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6548 short int ascii_ii[] =
6549 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6550 int use_ascii (int i) {
6551 return ascii_mm[i] + ascii_ii[i];
6552 }
6553 short int ebcdic_ii[] =
6554 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6555 short int ebcdic_mm[] =
6556 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6557 int use_ebcdic (int i) {
6558 return ebcdic_mm[i] + ebcdic_ii[i];
6559 }
6560 extern int foo;
6561
6562int
6563main ()
6564{
6565return use_ascii (foo) == use_ebcdic (foo);
6566 ;
6567 return 0;
6568}
6569_ACEOF
6570if ac_fn_c_try_compile "$LINENO"; then :
6571 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6572 ac_cv_c_bigendian=yes
6573 fi
6574 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6575 if test "$ac_cv_c_bigendian" = unknown; then
6576 ac_cv_c_bigendian=no
6577 else
6578 # finding both strings is unlikely to happen, but who knows?
6579 ac_cv_c_bigendian=unknown
6580 fi
6581 fi
6582fi
6583rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6584else
6585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6586/* end confdefs.h. */
6587$ac_includes_default
6588int
6589main ()
6590{
6591
6592 /* Are we little or big endian? From Harbison&Steele. */
6593 union
6594 {
6595 long int l;
6596 char c[sizeof (long int)];
6597 } u;
6598 u.l = 1;
6599 return u.c[sizeof (long int) - 1] == 1;
6600
6601 ;
6602 return 0;
6603}
6604_ACEOF
6605if ac_fn_c_try_run "$LINENO"; then :
6606 ac_cv_c_bigendian=no
6607else
6608 ac_cv_c_bigendian=yes
6609fi
6610rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6611 conftest.$ac_objext conftest.beam conftest.$ac_ext
6612fi
6613
6614 fi
6615fi
6616{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6617$as_echo "$ac_cv_c_bigendian" >&6; }
6618 case $ac_cv_c_bigendian in #(
6619 yes)
6620 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6621;; #(
6622 no)
6623 ;; #(
6624 universal)
6625
6626$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6627
6628 ;; #(
6629 *)
d0ac1c44 6630 as_fn_error $? "unknown endianness
0cb8d851
MF
6631 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6632 esac
6633
6bb11ab3
L
6634
6635
6636
c25ea03d 6637if test "x$cross_compiling" = "xno"; then
aa0fca16 6638 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6639 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6640 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6641 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6642 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6643else
aa0fca16 6644 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6645 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6646 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6647 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6648 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6649fi
6650
6651
6652
c25ea03d 6653
c2783492 6654
aa0fca16
MF
6655
6656
a3e2cc64
MF
6657if test -n "$ac_tool_prefix"; then
6658 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6659set dummy ${ac_tool_prefix}ar; ac_word=$2
6660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6661$as_echo_n "checking for $ac_word... " >&6; }
6662if ${ac_cv_prog_AR+:} false; then :
6663 $as_echo_n "(cached) " >&6
6664else
6665 if test -n "$AR"; then
6666 ac_cv_prog_AR="$AR" # Let the user override the test.
6667else
6668as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6669for as_dir in $PATH
6670do
6671 IFS=$as_save_IFS
6672 test -z "$as_dir" && as_dir=.
6673 for ac_exec_ext in '' $ac_executable_extensions; do
6674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6675 ac_cv_prog_AR="${ac_tool_prefix}ar"
6676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6677 break 2
6678 fi
6679done
6680 done
6681IFS=$as_save_IFS
6682
6683fi
6684fi
6685AR=$ac_cv_prog_AR
6686if test -n "$AR"; then
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6688$as_echo "$AR" >&6; }
6689else
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6691$as_echo "no" >&6; }
6692fi
6693
6694
6695fi
6696if test -z "$ac_cv_prog_AR"; then
6697 ac_ct_AR=$AR
6698 # Extract the first word of "ar", so it can be a program name with args.
6699set dummy ar; ac_word=$2
6700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6701$as_echo_n "checking for $ac_word... " >&6; }
6702if ${ac_cv_prog_ac_ct_AR+:} false; then :
6703 $as_echo_n "(cached) " >&6
6704else
6705 if test -n "$ac_ct_AR"; then
6706 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6707else
6708as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6709for as_dir in $PATH
6710do
6711 IFS=$as_save_IFS
6712 test -z "$as_dir" && as_dir=.
6713 for ac_exec_ext in '' $ac_executable_extensions; do
6714 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6715 ac_cv_prog_ac_ct_AR="ar"
6716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6717 break 2
6718 fi
6719done
6720 done
6721IFS=$as_save_IFS
6722
6723fi
6724fi
6725ac_ct_AR=$ac_cv_prog_ac_ct_AR
6726if test -n "$ac_ct_AR"; then
6727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6728$as_echo "$ac_ct_AR" >&6; }
6729else
6730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6731$as_echo "no" >&6; }
6732fi
6733
6734 if test "x$ac_ct_AR" = x; then
6735 AR=""
6736 else
6737 case $cross_compiling:$ac_tool_warned in
6738yes:)
6739{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6740$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6741ac_tool_warned=yes ;;
6742esac
6743 AR=$ac_ct_AR
6744 fi
6745else
6746 AR="$ac_cv_prog_AR"
6747fi
6bb11ab3
L
6748
6749if test -n "$ac_tool_prefix"; then
6750 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6751set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6753$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6754if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6755 $as_echo_n "(cached) " >&6
6756else
6757 if test -n "$RANLIB"; then
6758 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6759else
6760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6761for as_dir in $PATH
6762do
6763 IFS=$as_save_IFS
6764 test -z "$as_dir" && as_dir=.
6765 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6767 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6769 break 2
6770 fi
6771done
6772 done
6773IFS=$as_save_IFS
6774
6775fi
6776fi
6777RANLIB=$ac_cv_prog_RANLIB
6778if test -n "$RANLIB"; then
6779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6780$as_echo "$RANLIB" >&6; }
6781else
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6783$as_echo "no" >&6; }
6784fi
6785
6786
6787fi
6788if test -z "$ac_cv_prog_RANLIB"; then
6789 ac_ct_RANLIB=$RANLIB
6790 # Extract the first word of "ranlib", so it can be a program name with args.
6791set dummy ranlib; ac_word=$2
6792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6793$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6794if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6795 $as_echo_n "(cached) " >&6
6796else
6797 if test -n "$ac_ct_RANLIB"; then
6798 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6799else
6800as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6801for as_dir in $PATH
6802do
6803 IFS=$as_save_IFS
6804 test -z "$as_dir" && as_dir=.
6805 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6806 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6807 ac_cv_prog_ac_ct_RANLIB="ranlib"
6808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6809 break 2
6810 fi
6811done
6812 done
6813IFS=$as_save_IFS
6814
6815fi
6816fi
6817ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6818if test -n "$ac_ct_RANLIB"; then
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6820$as_echo "$ac_ct_RANLIB" >&6; }
6821else
6822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6823$as_echo "no" >&6; }
6824fi
6825
6826 if test "x$ac_ct_RANLIB" = x; then
6827 RANLIB=":"
6828 else
6829 case $cross_compiling:$ac_tool_warned in
6830yes:)
6831{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6832$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6833ac_tool_warned=yes ;;
6834esac
6835 RANLIB=$ac_ct_RANLIB
6836 fi
6837else
6838 RANLIB="$ac_cv_prog_RANLIB"
6839fi
6840
6841
46f900c0
MF
6842# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6843# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6844# is C99. So handle it ourselves.
6845:
6846C_DIALECT=
6847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6848$as_echo_n "checking whether C11 is supported by default... " >&6; }
6849cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6850/* end confdefs.h. */
6851
6852#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6853# error "C11 support not found"
6854#endif
6855
6856_ACEOF
6857if ac_fn_c_try_compile "$LINENO"; then :
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6859$as_echo "yes" >&6; }
6860else
6861
6862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6863$as_echo "no" >&6; }
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6865$as_echo_n "checking for -std=c11 support... " >&6; }
6866 ac_save_CC="$CC"
6867 CC="$CC -std=c11"
6868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6869/* end confdefs.h. */
6870
6871#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6872# error "C11 support not found"
6873#endif
6874
6875_ACEOF
6876if ac_fn_c_try_compile "$LINENO"; then :
6877
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6879$as_echo "yes" >&6; }
6880 CC="$ac_save_CC"
6881 C_DIALECT="-std=c11"
6882
6883else
6884 as_fn_error $? "C11 is required" "$LINENO" 5
6885fi
6886rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6887fi
6888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6889
6890
c2783492
MF
6891ac_config_headers="$ac_config_headers config.h:config.in"
6892
6893
6bb11ab3
L
6894# Dependency checking.
6895ac_config_commands="$ac_config_commands depdir"
6896
6897
6898depcc="$CC" am_compiler_list=
6899
6900am_depcomp=$ac_aux_dir/depcomp
6901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6902$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6903if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6904 $as_echo_n "(cached) " >&6
6905else
6906 if test -f "$am_depcomp"; then
6907 # We make a subdir and do the tests there. Otherwise we can end up
6908 # making bogus files that we don't know about and never remove. For
6909 # instance it was reported that on HP-UX the gcc test will end up
6910 # making a dummy file named `D' -- because `-MD' means `put the output
6911 # in D'.
6912 mkdir conftest.dir
6913 # Copy depcomp to subdir because otherwise we won't find it if we're
6914 # using a relative directory.
6915 cp "$am_depcomp" conftest.dir
6916 cd conftest.dir
6917 # We will build objects and dependencies in a subdirectory because
6918 # it helps to detect inapplicable dependency modes. For instance
6919 # both Tru64's cc and ICC support -MD to output dependencies as a
6920 # side effect of compilation, but ICC will put the dependencies in
6921 # the current directory while Tru64 will put them in the object
6922 # directory.
6923 mkdir sub
6924
6925 am_cv_CC_dependencies_compiler_type=none
6926 if test "$am_compiler_list" = ""; then
6927 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6928 fi
6929 for depmode in $am_compiler_list; do
6930 if test $depmode = none; then break; fi
6931
6932 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6933 # Setup a source with many dependencies, because some compilers
6934 # like to wrap large dependency lists on column 80 (with \), and
6935 # we should not choose a depcomp mode which is confused by this.
6936 #
6937 # We need to recreate these files for each test, as the compiler may
6938 # overwrite some of them when testing with obscure command lines.
6939 # This happens at least with the AIX C compiler.
6940 : > sub/conftest.c
6941 for i in 1 2 3 4 5 6; do
6942 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6943 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6944 # Solaris 8's {/usr,}/bin/sh.
6945 touch sub/conftst$i.h
6946 done
6947 echo "include sub/conftest.Po" > confmf
6948
6949 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6950 # mode. It turns out that the SunPro C++ compiler does not properly
6951 # handle `-M -o', and we need to detect this.
6952 depcmd="depmode=$depmode \
6953 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6954 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6955 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6956 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6957 if env $depcmd > conftest.err 2>&1 &&
6958 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6959 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6960 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6961 # icc doesn't choke on unknown options, it will just issue warnings
6962 # or remarks (even with -Werror). So we grep stderr for any message
6963 # that says an option was ignored or not supported.
6964 # When given -MP, icc 7.0 and 7.1 complain thusly:
6965 # icc: Command line warning: ignoring option '-M'; no argument required
6966 # The diagnosis changed in icc 8.0:
6967 # icc: Command line remark: option '-MP' not supported
6968 if (grep 'ignoring option' conftest.err ||
6969 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6970 am_cv_CC_dependencies_compiler_type=$depmode
6971 $as_echo "$as_me:$LINENO: success" >&5
6972 break
6973 fi
6974 fi
6975 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6976 sed -e 's/^/| /' < conftest.err >&5
6977 done
6978
6979 cd ..
6980 rm -rf conftest.dir
6981else
6982 am_cv_CC_dependencies_compiler_type=none
6983fi
6984
6985fi
6986{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6987$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6988if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6989then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6990else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6991
6992fi
6993
6994
6bb11ab3
L
6995ALL_LINGUAS=
6996# If we haven't got the data from the intl directory,
6997# assume NLS is disabled.
6998USE_NLS=no
6999LIBINTL=
7000LIBINTL_DEP=
7001INCINTL=
7002XGETTEXT=
7003GMSGFMT=
7004POSUB=
7005
7006if test -f ../../intl/config.intl; then
7007 . ../../intl/config.intl
7008fi
7009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7010$as_echo_n "checking whether NLS is requested... " >&6; }
7011if test x"$USE_NLS" != xyes; then
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7013$as_echo "no" >&6; }
7014else
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7016$as_echo "yes" >&6; }
7017
7018$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7019
7020
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7022$as_echo_n "checking for catalogs to be installed... " >&6; }
7023 # Look for .po and .gmo files in the source directory.
7024 CATALOGS=
7025 XLINGUAS=
7026 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7027 # If there aren't any .gmo files the shell will give us the
7028 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7029 # weeded out.
7030 case "$cat" in *\**)
7031 continue;;
7032 esac
7033 # The quadruple backslash is collapsed to a double backslash
7034 # by the backticks, then collapsed again by the double quotes,
7035 # leaving us with one backslash in the sed expression (right
7036 # before the dot that mustn't act as a wildcard).
7037 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7038 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7039 # The user is allowed to set LINGUAS to a list of languages to
7040 # install catalogs for. If it's empty that means "all of them."
7041 if test "x$LINGUAS" = x; then
7042 CATALOGS="$CATALOGS $cat"
7043 XLINGUAS="$XLINGUAS $lang"
7044 else
7045 case "$LINGUAS" in *$lang*)
7046 CATALOGS="$CATALOGS $cat"
7047 XLINGUAS="$XLINGUAS $lang"
7048 ;;
7049 esac
7050 fi
7051 done
7052 LINGUAS="$XLINGUAS"
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7054$as_echo "$LINGUAS" >&6; }
7055
7056
7057 DATADIRNAME=share
7058
7059 INSTOBJEXT=.mo
7060
7061 GENCAT=gencat
7062
7063 CATOBJEXT=.gmo
7064
7065fi
7066
6bb11ab3
L
7067# Check for socket libraries
7068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7069$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7070if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7071 $as_echo_n "(cached) " >&6
7072else
7073 ac_check_lib_save_LIBS=$LIBS
7074LIBS="-lsocket $LIBS"
7075cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7076/* end confdefs.h. */
7077
7078/* Override any GCC internal prototype to avoid an error.
7079 Use char because int might match the return type of a GCC
7080 builtin and then its argument prototype would still apply. */
7081#ifdef __cplusplus
7082extern "C"
7083#endif
7084char bind ();
7085int
7086main ()
7087{
7088return bind ();
7089 ;
7090 return 0;
7091}
7092_ACEOF
7093if ac_fn_c_try_link "$LINENO"; then :
7094 ac_cv_lib_socket_bind=yes
7095else
7096 ac_cv_lib_socket_bind=no
7097fi
7098rm -f core conftest.err conftest.$ac_objext \
7099 conftest$ac_exeext conftest.$ac_ext
7100LIBS=$ac_check_lib_save_LIBS
7101fi
7102{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7103$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7104if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7105 cat >>confdefs.h <<_ACEOF
7106#define HAVE_LIBSOCKET 1
7107_ACEOF
7108
7109 LIBS="-lsocket $LIBS"
7110
7111fi
7112
7113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7114$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7115if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7116 $as_echo_n "(cached) " >&6
7117else
7118 ac_check_lib_save_LIBS=$LIBS
7119LIBS="-lnsl $LIBS"
7120cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7121/* end confdefs.h. */
7122
7123/* Override any GCC internal prototype to avoid an error.
7124 Use char because int might match the return type of a GCC
7125 builtin and then its argument prototype would still apply. */
7126#ifdef __cplusplus
7127extern "C"
7128#endif
7129char gethostbyname ();
7130int
7131main ()
7132{
7133return gethostbyname ();
7134 ;
7135 return 0;
7136}
7137_ACEOF
7138if ac_fn_c_try_link "$LINENO"; then :
7139 ac_cv_lib_nsl_gethostbyname=yes
7140else
7141 ac_cv_lib_nsl_gethostbyname=no
7142fi
7143rm -f core conftest.err conftest.$ac_objext \
7144 conftest$ac_exeext conftest.$ac_ext
7145LIBS=$ac_check_lib_save_LIBS
7146fi
7147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7148$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7149if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7150 cat >>confdefs.h <<_ACEOF
7151#define HAVE_LIBNSL 1
7152_ACEOF
7153
7154 LIBS="-lnsl $LIBS"
7155
7156fi
7157
7158
7159# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7160# using the same condition.
7161
aadc9410 7162 # Use the system's zlib library.
7fed4b0b
L
7163 zlibdir="-L\$(top_builddir)/../zlib"
7164 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7165
aadc9410
MF
7166# Check whether --with-system-zlib was given.
7167if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7168 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7169 zlibdir=
7170 zlibinc=
7171 fi
6bb11ab3
L
7172
7173fi
7174
6bb11ab3 7175
6bb11ab3 7176
6bb11ab3
L
7177
7178
7179# BFD uses libdl when when plugins enabled.
7180
faa743bb
RM
7181 maybe_plugins=no
7182 for ac_header in dlfcn.h
7183do :
7184 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7185"
d0ac1c44 7186if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7187 cat >>confdefs.h <<_ACEOF
7188#define HAVE_DLFCN_H 1
7189_ACEOF
7190 maybe_plugins=yes
7191fi
7192
7193done
7194
7195 for ac_header in windows.h
7196do :
7197 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7198"
d0ac1c44 7199if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7200 cat >>confdefs.h <<_ACEOF
7201#define HAVE_WINDOWS_H 1
7202_ACEOF
7203 maybe_plugins=yes
7204fi
7205
7206done
7207
7208
7209 # Check whether --enable-plugins was given.
6bb11ab3
L
7210if test "${enable_plugins+set}" = set; then :
7211 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7212 no) plugins=no ;;
7213 *) plugins=yes
7214 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7215 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7216 fi ;;
7217 esac
6bb11ab3 7218else
faa743bb
RM
7219 plugins=$maybe_plugins
7220
6bb11ab3
L
7221fi
7222
2974be62 7223 if test "$plugins" = "yes"; then
37f980dc
SM
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7225$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7226if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7227 $as_echo_n "(cached) " >&6
7228else
7229 ac_func_search_save_LIBS=$LIBS
7230cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7231/* end confdefs.h. */
7232
7233/* Override any GCC internal prototype to avoid an error.
7234 Use char because int might match the return type of a GCC
7235 builtin and then its argument prototype would still apply. */
7236#ifdef __cplusplus
7237extern "C"
7238#endif
37f980dc 7239char dlsym ();
2974be62
AM
7240int
7241main ()
7242{
37f980dc 7243return dlsym ();
2974be62
AM
7244 ;
7245 return 0;
7246}
7247_ACEOF
7248for ac_lib in '' dl; do
7249 if test -z "$ac_lib"; then
7250 ac_res="none required"
7251 else
7252 ac_res=-l$ac_lib
7253 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7254 fi
7255 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7256 ac_cv_search_dlsym=$ac_res
2974be62
AM
7257fi
7258rm -f core conftest.err conftest.$ac_objext \
7259 conftest$ac_exeext
d0ac1c44 7260 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7261 break
7262fi
7263done
d0ac1c44 7264if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7265
7266else
37f980dc 7267 ac_cv_search_dlsym=no
2974be62
AM
7268fi
7269rm conftest.$ac_ext
7270LIBS=$ac_func_search_save_LIBS
7271fi
37f980dc
SM
7272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7273$as_echo "$ac_cv_search_dlsym" >&6; }
7274ac_res=$ac_cv_search_dlsym
2974be62
AM
7275if test "$ac_res" != no; then :
7276 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7277
7278fi
7279
7280 fi
6bb11ab3
L
7281
7282 if test "$plugins" = yes; then
7283 PLUGINS_TRUE=
7284 PLUGINS_FALSE='#'
7285else
7286 PLUGINS_TRUE='#'
7287 PLUGINS_FALSE=
7288fi
7289
7290
7291
7292
7293
7294# Set options
7295enable_dlopen=yes
7296
7297
7298
7299
7300 enable_win32_dll=no
7301
7302
7303 # Check whether --enable-shared was given.
7304if test "${enable_shared+set}" = set; then :
7305 enableval=$enable_shared; p=${PACKAGE-default}
7306 case $enableval in
7307 yes) enable_shared=yes ;;
7308 no) enable_shared=no ;;
7309 *)
7310 enable_shared=no
7311 # Look at the argument we got. We use all the common list separators.
7312 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7313 for pkg in $enableval; do
7314 IFS="$lt_save_ifs"
7315 if test "X$pkg" = "X$p"; then
7316 enable_shared=yes
7317 fi
7318 done
7319 IFS="$lt_save_ifs"
7320 ;;
7321 esac
7322else
7323 enable_shared=yes
7324fi
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334 # Check whether --enable-static was given.
7335if test "${enable_static+set}" = set; then :
7336 enableval=$enable_static; p=${PACKAGE-default}
7337 case $enableval in
7338 yes) enable_static=yes ;;
7339 no) enable_static=no ;;
7340 *)
7341 enable_static=no
7342 # Look at the argument we got. We use all the common list separators.
7343 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7344 for pkg in $enableval; do
7345 IFS="$lt_save_ifs"
7346 if test "X$pkg" = "X$p"; then
7347 enable_static=yes
7348 fi
7349 done
7350 IFS="$lt_save_ifs"
7351 ;;
7352 esac
7353else
7354 enable_static=yes
7355fi
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366# Check whether --with-pic was given.
7367if test "${with_pic+set}" = set; then :
7368 withval=$with_pic; pic_mode="$withval"
7369else
7370 pic_mode=default
7371fi
7372
7373
7374test -z "$pic_mode" && pic_mode=default
7375
7376
7377
7378
7379
7380
7381
7382 # Check whether --enable-fast-install was given.
7383if test "${enable_fast_install+set}" = set; then :
7384 enableval=$enable_fast_install; p=${PACKAGE-default}
7385 case $enableval in
7386 yes) enable_fast_install=yes ;;
7387 no) enable_fast_install=no ;;
7388 *)
7389 enable_fast_install=no
7390 # Look at the argument we got. We use all the common list separators.
7391 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7392 for pkg in $enableval; do
7393 IFS="$lt_save_ifs"
7394 if test "X$pkg" = "X$p"; then
7395 enable_fast_install=yes
7396 fi
7397 done
7398 IFS="$lt_save_ifs"
7399 ;;
7400 esac
7401else
7402 enable_fast_install=yes
7403fi
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415# This can be used to rebuild libtool when needed
7416LIBTOOL_DEPS="$ltmain"
7417
7418# Always use our own libtool.
7419LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446test -z "$LN_S" && LN_S="ln -s"
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461if test -n "${ZSH_VERSION+set}" ; then
7462 setopt NO_GLOB_SUBST
7463fi
7464
7465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7466$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7467if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7468 $as_echo_n "(cached) " >&6
7469else
7470 rm -f .libs 2>/dev/null
7471mkdir .libs 2>/dev/null
7472if test -d .libs; then
7473 lt_cv_objdir=.libs
7474else
7475 # MS-DOS does not allow filenames that begin with a dot.
7476 lt_cv_objdir=_libs
f0569246 7477fi
6bb11ab3
L
7478rmdir .libs 2>/dev/null
7479fi
7480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7481$as_echo "$lt_cv_objdir" >&6; }
7482objdir=$lt_cv_objdir
f0569246 7483
6bb11ab3
L
7484
7485
7486
7487
7488cat >>confdefs.h <<_ACEOF
7489#define LT_OBJDIR "$lt_cv_objdir/"
7490_ACEOF
7491
7492
7493
7494
7495case $host_os in
7496aix3*)
7497 # AIX sometimes has problems with the GCC collect2 program. For some
7498 # reason, if we set the COLLECT_NAMES environment variable, the problems
7499 # vanish in a puff of smoke.
7500 if test "X${COLLECT_NAMES+set}" != Xset; then
7501 COLLECT_NAMES=
7502 export COLLECT_NAMES
7503 fi
7504 ;;
81ecdfbb 7505esac
6bb11ab3
L
7506
7507# Global variables:
7508ofile=libtool
7509can_build_shared=yes
7510
7511# All known linkers require a `.a' archive for static linking (except MSVC,
7512# which needs '.lib').
7513libext=a
7514
7515with_gnu_ld="$lt_cv_prog_gnu_ld"
7516
7517old_CC="$CC"
7518old_CFLAGS="$CFLAGS"
7519
7520# Set sane defaults for various variables
7521test -z "$CC" && CC=cc
7522test -z "$LTCC" && LTCC=$CC
7523test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7524test -z "$LD" && LD=ld
7525test -z "$ac_objext" && ac_objext=o
7526
7527for cc_temp in $compiler""; do
7528 case $cc_temp in
7529 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7530 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7531 \-*) ;;
7532 *) break;;
7533 esac
7534done
7535cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7536
7537
7538# Only perform the check for file, if the check method requires it
7539test -z "$MAGIC_CMD" && MAGIC_CMD=file
7540case $deplibs_check_method in
7541file_magic*)
7542 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7544$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7545if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7546 $as_echo_n "(cached) " >&6
7547else
7548 case $MAGIC_CMD in
7549[\\/*] | ?:[\\/]*)
7550 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7551 ;;
7552*)
7553 lt_save_MAGIC_CMD="$MAGIC_CMD"
7554 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7555 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7556 for ac_dir in $ac_dummy; do
7557 IFS="$lt_save_ifs"
7558 test -z "$ac_dir" && ac_dir=.
7559 if test -f $ac_dir/${ac_tool_prefix}file; then
7560 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7561 if test -n "$file_magic_test_file"; then
7562 case $deplibs_check_method in
7563 "file_magic "*)
7564 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7565 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7566 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7567 $EGREP "$file_magic_regex" > /dev/null; then
7568 :
7569 else
7570 cat <<_LT_EOF 1>&2
7571
7572*** Warning: the command libtool uses to detect shared libraries,
7573*** $file_magic_cmd, produces output that libtool cannot recognize.
7574*** The result is that libtool may fail to recognize shared libraries
7575*** as such. This will affect the creation of libtool libraries that
7576*** depend on shared libraries, but programs linked with such libtool
7577*** libraries will work regardless of this problem. Nevertheless, you
7578*** may want to report the problem to your system manager and/or to
7579*** bug-libtool@gnu.org
7580
7581_LT_EOF
7582 fi ;;
7583 esac
7584 fi
7585 break
f0569246 7586 fi
6bb11ab3
L
7587 done
7588 IFS="$lt_save_ifs"
7589 MAGIC_CMD="$lt_save_MAGIC_CMD"
7590 ;;
7591esac
f0569246 7592fi
f0569246 7593
6bb11ab3
L
7594MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7595if test -n "$MAGIC_CMD"; then
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7597$as_echo "$MAGIC_CMD" >&6; }
7598else
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7600$as_echo "no" >&6; }
7601fi
81ecdfbb 7602
6bb11ab3
L
7603
7604
7605
7606
7607if test -z "$lt_cv_path_MAGIC_CMD"; then
7608 if test -n "$ac_tool_prefix"; then
7609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7610$as_echo_n "checking for file... " >&6; }
d0ac1c44 7611if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7612 $as_echo_n "(cached) " >&6
7613else
7614 case $MAGIC_CMD in
7615[\\/*] | ?:[\\/]*)
7616 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7617 ;;
7618*)
7619 lt_save_MAGIC_CMD="$MAGIC_CMD"
7620 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7621 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7622 for ac_dir in $ac_dummy; do
7623 IFS="$lt_save_ifs"
7624 test -z "$ac_dir" && ac_dir=.
7625 if test -f $ac_dir/file; then
7626 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7627 if test -n "$file_magic_test_file"; then
7628 case $deplibs_check_method in
7629 "file_magic "*)
7630 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7631 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7632 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7633 $EGREP "$file_magic_regex" > /dev/null; then
7634 :
7635 else
7636 cat <<_LT_EOF 1>&2
7637
7638*** Warning: the command libtool uses to detect shared libraries,
7639*** $file_magic_cmd, produces output that libtool cannot recognize.
7640*** The result is that libtool may fail to recognize shared libraries
7641*** as such. This will affect the creation of libtool libraries that
7642*** depend on shared libraries, but programs linked with such libtool
7643*** libraries will work regardless of this problem. Nevertheless, you
7644*** may want to report the problem to your system manager and/or to
7645*** bug-libtool@gnu.org
7646
7647_LT_EOF
7648 fi ;;
7649 esac
7650 fi
7651 break
7652 fi
7653 done
7654 IFS="$lt_save_ifs"
7655 MAGIC_CMD="$lt_save_MAGIC_CMD"
7656 ;;
81ecdfbb 7657esac
6bb11ab3
L
7658fi
7659
7660MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7661if test -n "$MAGIC_CMD"; then
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7663$as_echo "$MAGIC_CMD" >&6; }
7664else
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7666$as_echo "no" >&6; }
7667fi
7668
7669
7670 else
7671 MAGIC_CMD=:
7672 fi
7673fi
7674
7675 fi
7676 ;;
7677esac
7678
7679# Use C for the default configuration in the libtool script
7680
7681lt_save_CC="$CC"
7682ac_ext=c
7683ac_cpp='$CPP $CPPFLAGS'
7684ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7685ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7686ac_compiler_gnu=$ac_cv_c_compiler_gnu
7687
7688
7689# Source file extension for C test sources.
7690ac_ext=c
7691
7692# Object file extension for compiled C test sources.
7693objext=o
7694objext=$objext
7695
7696# Code to be used in simple compile tests
7697lt_simple_compile_test_code="int some_variable = 0;"
7698
7699# Code to be used in simple link tests
7700lt_simple_link_test_code='int main(){return(0);}'
7701
7702
7703
7704
7705
7706
7707
7708# If no C compiler was specified, use CC.
7709LTCC=${LTCC-"$CC"}
7710
7711# If no C compiler flags were specified, use CFLAGS.
7712LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7713
7714# Allow CC to be a program name with arguments.
7715compiler=$CC
7716
7717# Save the default compiler, since it gets overwritten when the other
7718# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7719compiler_DEFAULT=$CC
7720
7721# save warnings/boilerplate of simple test code
7722ac_outfile=conftest.$ac_objext
7723echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7724eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7725_lt_compiler_boilerplate=`cat conftest.err`
7726$RM conftest*
7727
7728ac_outfile=conftest.$ac_objext
7729echo "$lt_simple_link_test_code" >conftest.$ac_ext
7730eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7731_lt_linker_boilerplate=`cat conftest.err`
7732$RM -r conftest*
7733
7734
7735## CAVEAT EMPTOR:
7736## There is no encapsulation within the following macros, do not change
7737## the running order or otherwise move them around unless you know exactly
7738## what you are doing...
7739if test -n "$compiler"; then
7740
7741lt_prog_compiler_no_builtin_flag=
7742
7743if test "$GCC" = yes; then
7744 case $cc_basename in
7745 nvcc*)
7746 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7747 *)
7748 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7749 esac
6bb11ab3
L
7750
7751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7752$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7753if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7754 $as_echo_n "(cached) " >&6
f0569246 7755else
6bb11ab3
L
7756 lt_cv_prog_compiler_rtti_exceptions=no
7757 ac_outfile=conftest.$ac_objext
7758 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7759 lt_compiler_flag="-fno-rtti -fno-exceptions"
7760 # Insert the option either (1) after the last *FLAGS variable, or
7761 # (2) before a word containing "conftest.", or (3) at the end.
7762 # Note that $ac_compile itself does not contain backslashes and begins
7763 # with a dollar sign (not a hyphen), so the echo should work correctly.
7764 # The option is referenced via a variable to avoid confusing sed.
7765 lt_compile=`echo "$ac_compile" | $SED \
7766 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7767 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7768 -e 's:$: $lt_compiler_flag:'`
7769 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7770 (eval "$lt_compile" 2>conftest.err)
7771 ac_status=$?
7772 cat conftest.err >&5
7773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7774 if (exit $ac_status) && test -s "$ac_outfile"; then
7775 # The compiler can only warn and ignore the option if not recognized
7776 # So say no if there are warnings other than the usual output.
7777 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7778 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7779 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7780 lt_cv_prog_compiler_rtti_exceptions=yes
7781 fi
7782 fi
7783 $RM conftest*
7784
f0569246 7785fi
6bb11ab3
L
7786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7787$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7788
7789if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7790 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7791else
7792 :
7793fi
7794
7795fi
7796
7797
7798
7799
7800
7801
7802 lt_prog_compiler_wl=
7803lt_prog_compiler_pic=
7804lt_prog_compiler_static=
7805
7806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7807$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7808
7809 if test "$GCC" = yes; then
7810 lt_prog_compiler_wl='-Wl,'
7811 lt_prog_compiler_static='-static'
7812
7813 case $host_os in
7814 aix*)
7815 # All AIX code is PIC.
7816 if test "$host_cpu" = ia64; then
7817 # AIX 5 now supports IA64 processor
7818 lt_prog_compiler_static='-Bstatic'
7819 fi
7820 lt_prog_compiler_pic='-fPIC'
7821 ;;
7822
7823 amigaos*)
7824 case $host_cpu in
7825 powerpc)
7826 # see comment about AmigaOS4 .so support
7827 lt_prog_compiler_pic='-fPIC'
7828 ;;
7829 m68k)
7830 # FIXME: we need at least 68020 code to build shared libraries, but
7831 # adding the `-m68020' flag to GCC prevents building anything better,
7832 # like `-m68040'.
7833 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7834 ;;
7835 esac
7836 ;;
7837
7838 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7839 # PIC is the default for these OSes.
7840 ;;
7841
7842 mingw* | cygwin* | pw32* | os2* | cegcc*)
7843 # This hack is so that the source file can tell whether it is being
7844 # built for inclusion in a dll (and should export symbols for example).
7845 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7846 # (--disable-auto-import) libraries
7847 lt_prog_compiler_pic='-DDLL_EXPORT'
7848 ;;
7849
7850 darwin* | rhapsody*)
7851 # PIC is the default on this platform
7852 # Common symbols not allowed in MH_DYLIB files
7853 lt_prog_compiler_pic='-fno-common'
7854 ;;
7855
7856 haiku*)
7857 # PIC is the default for Haiku.
7858 # The "-static" flag exists, but is broken.
7859 lt_prog_compiler_static=
7860 ;;
7861
7862 hpux*)
7863 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7864 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7865 # sets the default TLS model and affects inlining.
7866 case $host_cpu in
7867 hppa*64*)
7868 # +Z the default
7869 ;;
7870 *)
7871 lt_prog_compiler_pic='-fPIC'
7872 ;;
7873 esac
7874 ;;
7875
7876 interix[3-9]*)
7877 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7878 # Instead, we relocate shared libraries at runtime.
7879 ;;
7880
7881 msdosdjgpp*)
7882 # Just because we use GCC doesn't mean we suddenly get shared libraries
7883 # on systems that don't support them.
7884 lt_prog_compiler_can_build_shared=no
7885 enable_shared=no
7886 ;;
7887
7888 *nto* | *qnx*)
7889 # QNX uses GNU C++, but need to define -shared option too, otherwise
7890 # it will coredump.
7891 lt_prog_compiler_pic='-fPIC -shared'
7892 ;;
7893
7894 sysv4*MP*)
7895 if test -d /usr/nec; then
7896 lt_prog_compiler_pic=-Kconform_pic
7897 fi
7898 ;;
7899
7900 *)
7901 lt_prog_compiler_pic='-fPIC'
7902 ;;
7903 esac
7904
7905 case $cc_basename in
7906 nvcc*) # Cuda Compiler Driver 2.2
7907 lt_prog_compiler_wl='-Xlinker '
7908 lt_prog_compiler_pic='-Xcompiler -fPIC'
7909 ;;
7910 esac
7911 else
7912 # PORTME Check for flag to pass linker flags through the system compiler.
7913 case $host_os in
7914 aix*)
7915 lt_prog_compiler_wl='-Wl,'
7916 if test "$host_cpu" = ia64; then
7917 # AIX 5 now supports IA64 processor
7918 lt_prog_compiler_static='-Bstatic'
7919 else
7920 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7921 fi
7922 ;;
7923
7924 mingw* | cygwin* | pw32* | os2* | cegcc*)
7925 # This hack is so that the source file can tell whether it is being
7926 # built for inclusion in a dll (and should export symbols for example).
7927 lt_prog_compiler_pic='-DDLL_EXPORT'
7928 ;;
7929
7930 hpux9* | hpux10* | hpux11*)
7931 lt_prog_compiler_wl='-Wl,'
7932 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7933 # not for PA HP-UX.
7934 case $host_cpu in
7935 hppa*64*|ia64*)
7936 # +Z the default
7937 ;;
7938 *)
7939 lt_prog_compiler_pic='+Z'
7940 ;;
7941 esac
7942 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7943 lt_prog_compiler_static='${wl}-a ${wl}archive'
7944 ;;
7945
7946 irix5* | irix6* | nonstopux*)
7947 lt_prog_compiler_wl='-Wl,'
7948 # PIC (with -KPIC) is the default.
7949 lt_prog_compiler_static='-non_shared'
7950 ;;
7951
7952 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7953 case $cc_basename in
7954 # old Intel for x86_64 which still supported -KPIC.
7955 ecc*)
7956 lt_prog_compiler_wl='-Wl,'
7957 lt_prog_compiler_pic='-KPIC'
7958 lt_prog_compiler_static='-static'
7959 ;;
7960 # icc used to be incompatible with GCC.
7961 # ICC 10 doesn't accept -KPIC any more.
7962 icc* | ifort*)
7963 lt_prog_compiler_wl='-Wl,'
7964 lt_prog_compiler_pic='-fPIC'
7965 lt_prog_compiler_static='-static'
7966 ;;
7967 # Lahey Fortran 8.1.
7968 lf95*)
7969 lt_prog_compiler_wl='-Wl,'
7970 lt_prog_compiler_pic='--shared'
7971 lt_prog_compiler_static='--static'
7972 ;;
7973 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7974 # Portland Group compilers (*not* the Pentium gcc compiler,
7975 # which looks to be a dead project)
7976 lt_prog_compiler_wl='-Wl,'
7977 lt_prog_compiler_pic='-fpic'
7978 lt_prog_compiler_static='-Bstatic'
7979 ;;
7980 ccc*)
7981 lt_prog_compiler_wl='-Wl,'
7982 # All Alpha code is PIC.
7983 lt_prog_compiler_static='-non_shared'
7984 ;;
7985 xl* | bgxl* | bgf* | mpixl*)
7986 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7987 lt_prog_compiler_wl='-Wl,'
7988 lt_prog_compiler_pic='-qpic'
7989 lt_prog_compiler_static='-qstaticlink'
7990 ;;
7991 *)
7992 case `$CC -V 2>&1 | sed 5q` in
7993 *Sun\ F* | *Sun*Fortran*)
7994 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7995 lt_prog_compiler_pic='-KPIC'
7996 lt_prog_compiler_static='-Bstatic'
7997 lt_prog_compiler_wl=''
7998 ;;
7999 *Sun\ C*)
8000 # Sun C 5.9
8001 lt_prog_compiler_pic='-KPIC'
8002 lt_prog_compiler_static='-Bstatic'
8003 lt_prog_compiler_wl='-Wl,'
8004 ;;
8005 esac
8006 ;;
8007 esac
8008 ;;
8009
8010 newsos6)
8011 lt_prog_compiler_pic='-KPIC'
8012 lt_prog_compiler_static='-Bstatic'
8013 ;;
8014
8015 *nto* | *qnx*)
8016 # QNX uses GNU C++, but need to define -shared option too, otherwise
8017 # it will coredump.
8018 lt_prog_compiler_pic='-fPIC -shared'
8019 ;;
8020
8021 osf3* | osf4* | osf5*)
8022 lt_prog_compiler_wl='-Wl,'
8023 # All OSF/1 code is PIC.
8024 lt_prog_compiler_static='-non_shared'
8025 ;;
8026
8027 rdos*)
8028 lt_prog_compiler_static='-non_shared'
8029 ;;
8030
8031 solaris*)
8032 lt_prog_compiler_pic='-KPIC'
8033 lt_prog_compiler_static='-Bstatic'
8034 case $cc_basename in
8035 f77* | f90* | f95*)
8036 lt_prog_compiler_wl='-Qoption ld ';;
8037 *)
8038 lt_prog_compiler_wl='-Wl,';;
8039 esac
8040 ;;
f0569246 8041
6bb11ab3
L
8042 sunos4*)
8043 lt_prog_compiler_wl='-Qoption ld '
8044 lt_prog_compiler_pic='-PIC'
8045 lt_prog_compiler_static='-Bstatic'
8046 ;;
f0569246 8047
6bb11ab3
L
8048 sysv4 | sysv4.2uw2* | sysv4.3*)
8049 lt_prog_compiler_wl='-Wl,'
8050 lt_prog_compiler_pic='-KPIC'
8051 lt_prog_compiler_static='-Bstatic'
8052 ;;
f0569246 8053
6bb11ab3
L
8054 sysv4*MP*)
8055 if test -d /usr/nec ;then
8056 lt_prog_compiler_pic='-Kconform_pic'
8057 lt_prog_compiler_static='-Bstatic'
8058 fi
8059 ;;
8060
8061 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8062 lt_prog_compiler_wl='-Wl,'
8063 lt_prog_compiler_pic='-KPIC'
8064 lt_prog_compiler_static='-Bstatic'
8065 ;;
8066
8067 unicos*)
8068 lt_prog_compiler_wl='-Wl,'
8069 lt_prog_compiler_can_build_shared=no
8070 ;;
8071
8072 uts4*)
8073 lt_prog_compiler_pic='-pic'
8074 lt_prog_compiler_static='-Bstatic'
8075 ;;
8076
8077 *)
8078 lt_prog_compiler_can_build_shared=no
8079 ;;
8080 esac
8081 fi
8082
8083case $host_os in
8084 # For platforms which do not support PIC, -DPIC is meaningless:
8085 *djgpp*)
8086 lt_prog_compiler_pic=
8087 ;;
8088 *)
8089 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8090 ;;
81ecdfbb 8091esac
6bb11ab3
L
8092{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8093$as_echo "$lt_prog_compiler_pic" >&6; }
8094
8095
8096
8097
8098
8099
8100#
8101# Check to make sure the PIC flag actually works.
8102#
8103if test -n "$lt_prog_compiler_pic"; then
8104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8105$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8106if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8107 $as_echo_n "(cached) " >&6
b7026657 8108else
6bb11ab3
L
8109 lt_cv_prog_compiler_pic_works=no
8110 ac_outfile=conftest.$ac_objext
8111 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8112 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8113 # Insert the option either (1) after the last *FLAGS variable, or
8114 # (2) before a word containing "conftest.", or (3) at the end.
8115 # Note that $ac_compile itself does not contain backslashes and begins
8116 # with a dollar sign (not a hyphen), so the echo should work correctly.
8117 # The option is referenced via a variable to avoid confusing sed.
8118 lt_compile=`echo "$ac_compile" | $SED \
8119 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8120 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8121 -e 's:$: $lt_compiler_flag:'`
8122 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8123 (eval "$lt_compile" 2>conftest.err)
8124 ac_status=$?
8125 cat conftest.err >&5
8126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8127 if (exit $ac_status) && test -s "$ac_outfile"; then
8128 # The compiler can only warn and ignore the option if not recognized
8129 # So say no if there are warnings other than the usual output.
8130 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8131 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8132 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8133 lt_cv_prog_compiler_pic_works=yes
8134 fi
8135 fi
8136 $RM conftest*
b7026657 8137
b7026657 8138fi
6bb11ab3
L
8139{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8140$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8141
8142if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8143 case $lt_prog_compiler_pic in
8144 "" | " "*) ;;
8145 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8146 esac
8147else
8148 lt_prog_compiler_pic=
8149 lt_prog_compiler_can_build_shared=no
f0569246 8150fi
6bb11ab3
L
8151
8152fi
8153
8154
8155
8156
8157
8158
8159#
8160# Check to make sure the static flag actually works.
8161#
8162wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8164$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8165if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8166 $as_echo_n "(cached) " >&6
f0569246 8167else
6bb11ab3
L
8168 lt_cv_prog_compiler_static_works=no
8169 save_LDFLAGS="$LDFLAGS"
8170 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8171 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8172 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8173 # The linker can only warn and ignore the option if not recognized
8174 # So say no if there are warnings
8175 if test -s conftest.err; then
8176 # Append any errors to the config.log.
8177 cat conftest.err 1>&5
8178 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8179 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8180 if diff conftest.exp conftest.er2 >/dev/null; then
8181 lt_cv_prog_compiler_static_works=yes
8182 fi
8183 else
8184 lt_cv_prog_compiler_static_works=yes
8185 fi
8186 fi
8187 $RM -r conftest*
8188 LDFLAGS="$save_LDFLAGS"
f0569246 8189
6bb11ab3
L
8190fi
8191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8192$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8193
6bb11ab3
L
8194if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8195 :
f0569246 8196else
6bb11ab3 8197 lt_prog_compiler_static=
f0569246 8198fi
b7026657 8199
6bb11ab3
L
8200
8201
8202
8203
8204
8205
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8207$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8208if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8209 $as_echo_n "(cached) " >&6
81ecdfbb 8210else
6bb11ab3
L
8211 lt_cv_prog_compiler_c_o=no
8212 $RM -r conftest 2>/dev/null
8213 mkdir conftest
8214 cd conftest
8215 mkdir out
8216 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8217
8218 lt_compiler_flag="-o out/conftest2.$ac_objext"
8219 # Insert the option either (1) after the last *FLAGS variable, or
8220 # (2) before a word containing "conftest.", or (3) at the end.
8221 # Note that $ac_compile itself does not contain backslashes and begins
8222 # with a dollar sign (not a hyphen), so the echo should work correctly.
8223 lt_compile=`echo "$ac_compile" | $SED \
8224 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8225 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8226 -e 's:$: $lt_compiler_flag:'`
8227 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8228 (eval "$lt_compile" 2>out/conftest.err)
8229 ac_status=$?
8230 cat out/conftest.err >&5
8231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8232 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8233 then
8234 # The compiler can only warn and ignore the option if not recognized
8235 # So say no if there are warnings
8236 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8237 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8238 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8239 lt_cv_prog_compiler_c_o=yes
8240 fi
8241 fi
8242 chmod u+w . 2>&5
8243 $RM conftest*
8244 # SGI C++ compiler will create directory out/ii_files/ for
8245 # template instantiation
8246 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8247 $RM out/* && rmdir out
8248 cd ..
8249 $RM -r conftest
8250 $RM conftest*
8251
81ecdfbb 8252fi
6bb11ab3
L
8253{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8254$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8255
8256
8257
8258
8259
8260
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8262$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8263if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8264 $as_echo_n "(cached) " >&6
8265else
6bb11ab3
L
8266 lt_cv_prog_compiler_c_o=no
8267 $RM -r conftest 2>/dev/null
8268 mkdir conftest
8269 cd conftest
8270 mkdir out
8271 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8272
8273 lt_compiler_flag="-o out/conftest2.$ac_objext"
8274 # Insert the option either (1) after the last *FLAGS variable, or
8275 # (2) before a word containing "conftest.", or (3) at the end.
8276 # Note that $ac_compile itself does not contain backslashes and begins
8277 # with a dollar sign (not a hyphen), so the echo should work correctly.
8278 lt_compile=`echo "$ac_compile" | $SED \
8279 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8280 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8281 -e 's:$: $lt_compiler_flag:'`
8282 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8283 (eval "$lt_compile" 2>out/conftest.err)
8284 ac_status=$?
8285 cat out/conftest.err >&5
8286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8287 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8288 then
8289 # The compiler can only warn and ignore the option if not recognized
8290 # So say no if there are warnings
8291 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8292 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8293 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8294 lt_cv_prog_compiler_c_o=yes
8295 fi
8296 fi
8297 chmod u+w . 2>&5
8298 $RM conftest*
8299 # SGI C++ compiler will create directory out/ii_files/ for
8300 # template instantiation
8301 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8302 $RM out/* && rmdir out
8303 cd ..
8304 $RM -r conftest
8305 $RM conftest*
8306
8307fi
8308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8309$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8310
8311
8312
8313
8314hard_links="nottested"
8315if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8316 # do not overwrite the value of need_locks provided by the user
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8318$as_echo_n "checking if we can lock with hard links... " >&6; }
8319 hard_links=yes
8320 $RM conftest*
8321 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8322 touch conftest.a
8323 ln conftest.a conftest.b 2>&5 || hard_links=no
8324 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8326$as_echo "$hard_links" >&6; }
8327 if test "$hard_links" = no; then
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8329$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8330 need_locks=warn
8331 fi
8332else
8333 need_locks=no
8334fi
8335
8336
8337
8338
8339
8340
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8342$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8343
8344 runpath_var=
8345 allow_undefined_flag=
8346 always_export_symbols=no
8347 archive_cmds=
8348 archive_expsym_cmds=
8349 compiler_needs_object=no
8350 enable_shared_with_static_runtimes=no
8351 export_dynamic_flag_spec=
8352 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8353 hardcode_automatic=no
8354 hardcode_direct=no
8355 hardcode_direct_absolute=no
8356 hardcode_libdir_flag_spec=
8357 hardcode_libdir_flag_spec_ld=
8358 hardcode_libdir_separator=
8359 hardcode_minus_L=no
8360 hardcode_shlibpath_var=unsupported
8361 inherit_rpath=no
8362 link_all_deplibs=unknown
8363 module_cmds=
8364 module_expsym_cmds=
8365 old_archive_from_new_cmds=
8366 old_archive_from_expsyms_cmds=
8367 thread_safe_flag_spec=
8368 whole_archive_flag_spec=
8369 # include_expsyms should be a list of space-separated symbols to be *always*
8370 # included in the symbol list
8371 include_expsyms=
8372 # exclude_expsyms can be an extended regexp of symbols to exclude
8373 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8374 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8375 # as well as any symbol that contains `d'.
8376 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8377 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8378 # platforms (ab)use it in PIC code, but their linkers get confused if
8379 # the symbol is explicitly referenced. Since portable code cannot
8380 # rely on this symbol name, it's probably fine to never include it in
8381 # preloaded symbol tables.
8382 # Exclude shared library initialization/finalization symbols.
8383 extract_expsyms_cmds=
8384
8385 case $host_os in
8386 cygwin* | mingw* | pw32* | cegcc*)
8387 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8388 # When not using gcc, we currently assume that we are using
8389 # Microsoft Visual C++.
8390 if test "$GCC" != yes; then
8391 with_gnu_ld=no
8392 fi
8393 ;;
8394 interix*)
8395 # we just hope/assume this is gcc and not c89 (= MSVC++)
8396 with_gnu_ld=yes
8397 ;;
8398 openbsd*)
8399 with_gnu_ld=no
8400 ;;
8401 esac
f0569246 8402
6bb11ab3
L
8403 ld_shlibs=yes
8404
8405 # On some targets, GNU ld is compatible enough with the native linker
8406 # that we're better off using the native interface for both.
8407 lt_use_gnu_ld_interface=no
8408 if test "$with_gnu_ld" = yes; then
8409 case $host_os in
8410 aix*)
8411 # The AIX port of GNU ld has always aspired to compatibility
8412 # with the native linker. However, as the warning in the GNU ld
8413 # block says, versions before 2.19.5* couldn't really create working
8414 # shared libraries, regardless of the interface used.
8415 case `$LD -v 2>&1` in
8416 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8417 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8418 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8419 *)
8420 lt_use_gnu_ld_interface=yes
8421 ;;
8422 esac
8423 ;;
8424 *)
8425 lt_use_gnu_ld_interface=yes
8426 ;;
8427 esac
8428 fi
f0569246 8429
6bb11ab3
L
8430 if test "$lt_use_gnu_ld_interface" = yes; then
8431 # If archive_cmds runs LD, not CC, wlarc should be empty
8432 wlarc='${wl}'
8433
8434 # Set some defaults for GNU ld with shared library support. These
8435 # are reset later if shared libraries are not supported. Putting them
8436 # here allows them to be overridden if necessary.
8437 runpath_var=LD_RUN_PATH
8438 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8439 export_dynamic_flag_spec='${wl}--export-dynamic'
8440 # ancient GNU ld didn't support --whole-archive et. al.
8441 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8442 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8443 else
8444 whole_archive_flag_spec=
8445 fi
8446 supports_anon_versioning=no
8447 case `$LD -v 2>&1` in
8448 *GNU\ gold*) supports_anon_versioning=yes ;;
8449 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8450 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8451 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8452 *\ 2.11.*) ;; # other 2.11 versions
8453 *) supports_anon_versioning=yes ;;
8454 esac
8455
8456 # See if GNU ld supports shared libraries.
8457 case $host_os in
8458 aix[3-9]*)
8459 # On AIX/PPC, the GNU linker is very broken
8460 if test "$host_cpu" != ia64; then
8461 ld_shlibs=no
8462 cat <<_LT_EOF 1>&2
8463
8464*** Warning: the GNU linker, at least up to release 2.19, is reported
8465*** to be unable to reliably create shared libraries on AIX.
8466*** Therefore, libtool is disabling shared libraries support. If you
8467*** really care for shared libraries, you may want to install binutils
8468*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8469*** You will then need to restart the configuration process.
8470
8471_LT_EOF
8472 fi
8473 ;;
8474
8475 amigaos*)
8476 case $host_cpu in
8477 powerpc)
8478 # see comment about AmigaOS4 .so support
8479 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8480 archive_expsym_cmds=''
8481 ;;
8482 m68k)
8483 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)'
8484 hardcode_libdir_flag_spec='-L$libdir'
8485 hardcode_minus_L=yes
8486 ;;
8487 esac
8488 ;;
8489
8490 beos*)
8491 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8492 allow_undefined_flag=unsupported
8493 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8494 # support --undefined. This deserves some investigation. FIXME
8495 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8496 else
8497 ld_shlibs=no
8498 fi
8499 ;;
8500
8501 cygwin* | mingw* | pw32* | cegcc*)
8502 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8503 # as there is no search path for DLLs.
8504 hardcode_libdir_flag_spec='-L$libdir'
8505 export_dynamic_flag_spec='${wl}--export-all-symbols'
8506 allow_undefined_flag=unsupported
8507 always_export_symbols=no
8508 enable_shared_with_static_runtimes=yes
8509 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8510
8511 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8512 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8513 # If the export-symbols file already is a .def file (1st line
8514 # is EXPORTS), use it as is; otherwise, prepend...
8515 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8516 cp $export_symbols $output_objdir/$soname.def;
8517 else
8518 echo EXPORTS > $output_objdir/$soname.def;
8519 cat $export_symbols >> $output_objdir/$soname.def;
8520 fi~
8521 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8522 else
8523 ld_shlibs=no
8524 fi
8525 ;;
8526
8527 haiku*)
8528 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8529 link_all_deplibs=yes
8530 ;;
8531
8532 interix[3-9]*)
8533 hardcode_direct=no
8534 hardcode_shlibpath_var=no
8535 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8536 export_dynamic_flag_spec='${wl}-E'
8537 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8538 # Instead, shared libraries are loaded at an image base (0x10000000 by
8539 # default) and relocated if they conflict, which is a slow very memory
8540 # consuming and fragmenting process. To avoid this, we pick a random,
8541 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8542 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8543 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8544 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'
8545 ;;
8546
8547 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8548 tmp_diet=no
8549 if test "$host_os" = linux-dietlibc; then
8550 case $cc_basename in
8551 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8552 esac
8553 fi
8554 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8555 && test "$tmp_diet" = no
8556 then
5cddc23a 8557 tmp_addflag=' $pic_flag'
6bb11ab3
L
8558 tmp_sharedflag='-shared'
8559 case $cc_basename,$host_cpu in
8560 pgcc*) # Portland Group C compiler
8561 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'
8562 tmp_addflag=' $pic_flag'
8563 ;;
8564 pgf77* | pgf90* | pgf95* | pgfortran*)
8565 # Portland Group f77 and f90 compilers
8566 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'
8567 tmp_addflag=' $pic_flag -Mnomain' ;;
8568 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8569 tmp_addflag=' -i_dynamic' ;;
8570 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8571 tmp_addflag=' -i_dynamic -nofor_main' ;;
8572 ifc* | ifort*) # Intel Fortran compiler
8573 tmp_addflag=' -nofor_main' ;;
8574 lf95*) # Lahey Fortran 8.1
8575 whole_archive_flag_spec=
8576 tmp_sharedflag='--shared' ;;
8577 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8578 tmp_sharedflag='-qmkshrobj'
8579 tmp_addflag= ;;
8580 nvcc*) # Cuda Compiler Driver 2.2
8581 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'
8582 compiler_needs_object=yes
8583 ;;
8584 esac
8585 case `$CC -V 2>&1 | sed 5q` in
8586 *Sun\ C*) # Sun C 5.9
8587 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'
8588 compiler_needs_object=yes
8589 tmp_sharedflag='-G' ;;
8590 *Sun\ F*) # Sun Fortran 8.3
8591 tmp_sharedflag='-G' ;;
8592 esac
8593 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8594
8595 if test "x$supports_anon_versioning" = xyes; then
8596 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8597 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8598 echo "local: *; };" >> $output_objdir/$libname.ver~
8599 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8600 fi
8601
8602 case $cc_basename in
8603 xlf* | bgf* | bgxlf* | mpixlf*)
8604 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8605 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8606 hardcode_libdir_flag_spec=
8607 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8608 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8609 if test "x$supports_anon_versioning" = xyes; then
8610 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8611 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8612 echo "local: *; };" >> $output_objdir/$libname.ver~
8613 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8614 fi
8615 ;;
8616 esac
8617 else
8618 ld_shlibs=no
8619 fi
8620 ;;
8621
8622 netbsd*)
8623 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8624 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8625 wlarc=
8626 else
8627 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8628 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8629 fi
8630 ;;
8631
8632 solaris*)
8633 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8634 ld_shlibs=no
8635 cat <<_LT_EOF 1>&2
8636
8637*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8638*** create shared libraries on Solaris systems. Therefore, libtool
8639*** is disabling shared libraries support. We urge you to upgrade GNU
8640*** binutils to release 2.9.1 or newer. Another option is to modify
8641*** your PATH or compiler configuration so that the native linker is
8642*** used, and then restart.
8643
8644_LT_EOF
8645 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8646 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8647 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8648 else
8649 ld_shlibs=no
8650 fi
8651 ;;
8652
8653 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8654 case `$LD -v 2>&1` in
8655 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8656 ld_shlibs=no
8657 cat <<_LT_EOF 1>&2
8658
8659*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8660*** reliably create shared libraries on SCO systems. Therefore, libtool
8661*** is disabling shared libraries support. We urge you to upgrade GNU
8662*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8663*** your PATH or compiler configuration so that the native linker is
8664*** used, and then restart.
8665
8666_LT_EOF
8667 ;;
8668 *)
8669 # For security reasons, it is highly recommended that you always
8670 # use absolute paths for naming shared libraries, and exclude the
8671 # DT_RUNPATH tag from executables and libraries. But doing so
8672 # requires that you compile everything twice, which is a pain.
8673 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8674 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8675 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8676 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8677 else
8678 ld_shlibs=no
8679 fi
8680 ;;
8681 esac
8682 ;;
8683
8684 sunos4*)
8685 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8686 wlarc=
8687 hardcode_direct=yes
8688 hardcode_shlibpath_var=no
8689 ;;
8690
8691 *)
8692 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8693 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8694 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8695 else
8696 ld_shlibs=no
8697 fi
8698 ;;
8699 esac
8700
8701 if test "$ld_shlibs" = no; then
8702 runpath_var=
8703 hardcode_libdir_flag_spec=
8704 export_dynamic_flag_spec=
8705 whole_archive_flag_spec=
8706 fi
8707 else
8708 # PORTME fill in a description of your system's linker (not GNU ld)
8709 case $host_os in
8710 aix3*)
8711 allow_undefined_flag=unsupported
8712 always_export_symbols=yes
8713 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'
8714 # Note: this linker hardcodes the directories in LIBPATH if there
8715 # are no directories specified by -L.
8716 hardcode_minus_L=yes
8717 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8718 # Neither direct hardcoding nor static linking is supported with a
8719 # broken collect2.
8720 hardcode_direct=unsupported
8721 fi
8722 ;;
8723
8724 aix[4-9]*)
8725 if test "$host_cpu" = ia64; then
8726 # On IA64, the linker does run time linking by default, so we don't
8727 # have to do anything special.
8728 aix_use_runtimelinking=no
8729 exp_sym_flag='-Bexport'
8730 no_entry_flag=""
8731 else
8732 # If we're using GNU nm, then we don't want the "-C" option.
8733 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8734 # Also, AIX nm treats weak defined symbols like other global
8735 # defined symbols, whereas GNU nm marks them as "W".
8736 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8737 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'
8738 else
5c887dd5 8739 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
8740 fi
8741 aix_use_runtimelinking=no
8742
8743 # Test if we are trying to use run time linking or normal
8744 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8745 # need to do runtime linking.
8746 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8747 for ld_flag in $LDFLAGS; do
8748 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8749 aix_use_runtimelinking=yes
8750 break
8751 fi
8752 done
8753 ;;
8754 esac
8755
8756 exp_sym_flag='-bexport'
8757 no_entry_flag='-bnoentry'
8758 fi
8759
8760 # When large executables or shared objects are built, AIX ld can
8761 # have problems creating the table of contents. If linking a library
8762 # or program results in "error TOC overflow" add -mminimal-toc to
8763 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8764 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8765
8766 archive_cmds=''
8767 hardcode_direct=yes
8768 hardcode_direct_absolute=yes
8769 hardcode_libdir_separator=':'
8770 link_all_deplibs=yes
8771 file_list_spec='${wl}-f,'
8772
8773 if test "$GCC" = yes; then
8774 case $host_os in aix4.[012]|aix4.[012].*)
8775 # We only want to do this on AIX 4.2 and lower, the check
8776 # below for broken collect2 doesn't work under 4.3+
8777 collect2name=`${CC} -print-prog-name=collect2`
8778 if test -f "$collect2name" &&
8779 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8780 then
8781 # We have reworked collect2
8782 :
8783 else
8784 # We have old collect2
8785 hardcode_direct=unsupported
8786 # It fails to find uninstalled libraries when the uninstalled
8787 # path is not listed in the libpath. Setting hardcode_minus_L
8788 # to unsupported forces relinking
8789 hardcode_minus_L=yes
8790 hardcode_libdir_flag_spec='-L$libdir'
8791 hardcode_libdir_separator=
8792 fi
8793 ;;
8794 esac
8795 shared_flag='-shared'
8796 if test "$aix_use_runtimelinking" = yes; then
8797 shared_flag="$shared_flag "'${wl}-G'
8798 fi
8799 else
8800 # not using gcc
8801 if test "$host_cpu" = ia64; then
8802 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8803 # chokes on -Wl,-G. The following line is correct:
8804 shared_flag='-G'
8805 else
8806 if test "$aix_use_runtimelinking" = yes; then
8807 shared_flag='${wl}-G'
8808 else
8809 shared_flag='${wl}-bM:SRE'
8810 fi
8811 fi
8812 fi
8813
8814 export_dynamic_flag_spec='${wl}-bexpall'
8815 # It seems that -bexpall does not export symbols beginning with
8816 # underscore (_), so it is better to generate a list of symbols to export.
8817 always_export_symbols=yes
8818 if test "$aix_use_runtimelinking" = yes; then
8819 # Warning - without using the other runtime loading flags (-brtl),
8820 # -berok will link without error, but may produce a broken library.
8821 allow_undefined_flag='-berok'
8822 # Determine the default libpath from the value encoded in an
8823 # empty executable.
8824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8825/* end confdefs.h. */
8826
8827int
8828main ()
8829{
8830
8831 ;
8832 return 0;
8833}
8834_ACEOF
6bb11ab3 8835if ac_fn_c_try_link "$LINENO"; then :
b7026657 8836
6bb11ab3
L
8837lt_aix_libpath_sed='
8838 /Import File Strings/,/^$/ {
8839 /^0/ {
8840 s/^0 *\(.*\)$/\1/
8841 p
8842 }
8843 }'
8844aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8845# Check for a 64-bit object if we didn't find anything.
8846if test -z "$aix_libpath"; then
8847 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8848fi
8849fi
8850rm -f core conftest.err conftest.$ac_objext \
8851 conftest$ac_exeext conftest.$ac_ext
8852if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8853
8854 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8855 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"
8856 else
8857 if test "$host_cpu" = ia64; then
8858 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8859 allow_undefined_flag="-z nodefs"
8860 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"
8861 else
8862 # Determine the default libpath from the value encoded in an
8863 # empty executable.
81ecdfbb
RW
8864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8865/* end confdefs.h. */
8866
8867int
8868main ()
8869{
8870
8871 ;
8872 return 0;
8873}
8874_ACEOF
6bb11ab3
L
8875if ac_fn_c_try_link "$LINENO"; then :
8876
8877lt_aix_libpath_sed='
8878 /Import File Strings/,/^$/ {
8879 /^0/ {
8880 s/^0 *\(.*\)$/\1/
8881 p
8882 }
8883 }'
8884aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8885# Check for a 64-bit object if we didn't find anything.
8886if test -z "$aix_libpath"; then
8887 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8888fi
81ecdfbb 8889fi
6bb11ab3
L
8890rm -f core conftest.err conftest.$ac_objext \
8891 conftest$ac_exeext conftest.$ac_ext
8892if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8893
8894 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8895 # Warning - without using the other run time loading flags,
8896 # -berok will link without error, but may produce a broken library.
8897 no_undefined_flag=' ${wl}-bernotok'
8898 allow_undefined_flag=' ${wl}-berok'
8899 if test "$with_gnu_ld" = yes; then
8900 # We only use this code for GNU lds that support --whole-archive.
8901 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8902 else
8903 # Exported symbols can be pulled into shared objects from archives
8904 whole_archive_flag_spec='$convenience'
8905 fi
8906 archive_cmds_need_lc=yes
8907 # This is similar to how AIX traditionally builds its shared libraries.
8908 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'
8909 fi
8910 fi
8911 ;;
8912
8913 amigaos*)
8914 case $host_cpu in
8915 powerpc)
8916 # see comment about AmigaOS4 .so support
8917 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8918 archive_expsym_cmds=''
8919 ;;
8920 m68k)
8921 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)'
8922 hardcode_libdir_flag_spec='-L$libdir'
8923 hardcode_minus_L=yes
8924 ;;
8925 esac
8926 ;;
8927
8928 bsdi[45]*)
8929 export_dynamic_flag_spec=-rdynamic
8930 ;;
8931
8932 cygwin* | mingw* | pw32* | cegcc*)
8933 # When not using gcc, we currently assume that we are using
8934 # Microsoft Visual C++.
8935 # hardcode_libdir_flag_spec is actually meaningless, as there is
8936 # no search path for DLLs.
8937 hardcode_libdir_flag_spec=' '
8938 allow_undefined_flag=unsupported
8939 # Tell ltmain to make .lib files, not .a files.
8940 libext=lib
8941 # Tell ltmain to make .dll files, not .so files.
8942 shrext_cmds=".dll"
8943 # FIXME: Setting linknames here is a bad hack.
8944 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8945 # The linker will automatically build a .lib file if we build a DLL.
8946 old_archive_from_new_cmds='true'
8947 # FIXME: Should let the user specify the lib program.
8948 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8949 fix_srcfile_path='`cygpath -w "$srcfile"`'
8950 enable_shared_with_static_runtimes=yes
8951 ;;
8952
8953 darwin* | rhapsody*)
8954
8955
8956 archive_cmds_need_lc=no
8957 hardcode_direct=no
8958 hardcode_automatic=yes
8959 hardcode_shlibpath_var=unsupported
8960 if test "$lt_cv_ld_force_load" = "yes"; then
8961 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 8962 else
6bb11ab3 8963 whole_archive_flag_spec=''
f0569246 8964 fi
6bb11ab3
L
8965 link_all_deplibs=yes
8966 allow_undefined_flag="$_lt_dar_allow_undefined"
8967 case $cc_basename in
8968 ifort*) _lt_dar_can_shared=yes ;;
8969 *) _lt_dar_can_shared=$GCC ;;
8970 esac
8971 if test "$_lt_dar_can_shared" = "yes"; then
8972 output_verbose_link_cmd=func_echo_all
8973 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8974 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8975 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}"
8976 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}"
8977
f0569246 8978 else
6bb11ab3 8979 ld_shlibs=no
f0569246 8980 fi
6bb11ab3
L
8981
8982 ;;
8983
8984 dgux*)
8985 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8986 hardcode_libdir_flag_spec='-L$libdir'
8987 hardcode_shlibpath_var=no
8988 ;;
8989
8990 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8991 # support. Future versions do this automatically, but an explicit c++rt0.o
8992 # does not break anything, and helps significantly (at the cost of a little
8993 # extra space).
8994 freebsd2.2*)
8995 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8996 hardcode_libdir_flag_spec='-R$libdir'
8997 hardcode_direct=yes
8998 hardcode_shlibpath_var=no
8999 ;;
9000
9001 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9002 freebsd2.*)
9003 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9004 hardcode_direct=yes
9005 hardcode_minus_L=yes
9006 hardcode_shlibpath_var=no
9007 ;;
9008
9009 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9010 freebsd* | dragonfly*)
9011 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9012 hardcode_libdir_flag_spec='-R$libdir'
9013 hardcode_direct=yes
9014 hardcode_shlibpath_var=no
9015 ;;
9016
9017 hpux9*)
9018 if test "$GCC" = yes; then
9019 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'
9020 else
9021 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'
9022 fi
9023 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9024 hardcode_libdir_separator=:
9025 hardcode_direct=yes
9026
9027 # hardcode_minus_L: Not really in the search PATH,
9028 # but as the default location of the library.
9029 hardcode_minus_L=yes
9030 export_dynamic_flag_spec='${wl}-E'
9031 ;;
9032
9033 hpux10*)
9034 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9035 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9036 else
9037 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9038 fi
9039 if test "$with_gnu_ld" = no; then
9040 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9041 hardcode_libdir_flag_spec_ld='+b $libdir'
9042 hardcode_libdir_separator=:
9043 hardcode_direct=yes
9044 hardcode_direct_absolute=yes
9045 export_dynamic_flag_spec='${wl}-E'
9046 # hardcode_minus_L: Not really in the search PATH,
9047 # but as the default location of the library.
9048 hardcode_minus_L=yes
9049 fi
9050 ;;
9051
9052 hpux11*)
9053 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9054 case $host_cpu in
9055 hppa*64*)
9056 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9057 ;;
9058 ia64*)
9059 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9060 ;;
9061 *)
9062 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9063 ;;
9064 esac
9065 else
9066 case $host_cpu in
9067 hppa*64*)
9068 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9069 ;;
9070 ia64*)
9071 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9072 ;;
9073 *)
9074
9075 # Older versions of the 11.00 compiler do not understand -b yet
9076 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9078$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9079if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9080 $as_echo_n "(cached) " >&6
f0569246 9081else
6bb11ab3
L
9082 lt_cv_prog_compiler__b=no
9083 save_LDFLAGS="$LDFLAGS"
9084 LDFLAGS="$LDFLAGS -b"
9085 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9086 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9087 # The linker can only warn and ignore the option if not recognized
9088 # So say no if there are warnings
9089 if test -s conftest.err; then
9090 # Append any errors to the config.log.
9091 cat conftest.err 1>&5
9092 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9093 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9094 if diff conftest.exp conftest.er2 >/dev/null; then
9095 lt_cv_prog_compiler__b=yes
9096 fi
9097 else
9098 lt_cv_prog_compiler__b=yes
9099 fi
9100 fi
9101 $RM -r conftest*
9102 LDFLAGS="$save_LDFLAGS"
f0569246 9103
6bb11ab3
L
9104fi
9105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9106$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9107
6bb11ab3
L
9108if test x"$lt_cv_prog_compiler__b" = xyes; then
9109 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9110else
9111 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9112fi
81ecdfbb 9113
6bb11ab3
L
9114 ;;
9115 esac
9116 fi
9117 if test "$with_gnu_ld" = no; then
9118 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9119 hardcode_libdir_separator=:
9120
9121 case $host_cpu in
9122 hppa*64*|ia64*)
9123 hardcode_direct=no
9124 hardcode_shlibpath_var=no
9125 ;;
9126 *)
9127 hardcode_direct=yes
9128 hardcode_direct_absolute=yes
9129 export_dynamic_flag_spec='${wl}-E'
9130
9131 # hardcode_minus_L: Not really in the search PATH,
9132 # but as the default location of the library.
9133 hardcode_minus_L=yes
9134 ;;
9135 esac
9136 fi
9137 ;;
9138
9139 irix5* | irix6* | nonstopux*)
9140 if test "$GCC" = yes; then
9141 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'
9142 # Try to use the -exported_symbol ld option, if it does not
9143 # work, assume that -exports_file does not work either and
9144 # implicitly export all symbols.
9145 save_LDFLAGS="$LDFLAGS"
9146 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9148/* end confdefs.h. */
9149int foo(void) {}
b7026657 9150_ACEOF
6bb11ab3
L
9151if ac_fn_c_try_link "$LINENO"; then :
9152 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 9153
f0569246 9154fi
6bb11ab3
L
9155rm -f core conftest.err conftest.$ac_objext \
9156 conftest$ac_exeext conftest.$ac_ext
9157 LDFLAGS="$save_LDFLAGS"
9158 else
9159 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'
9160 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'
9161 fi
9162 archive_cmds_need_lc='no'
9163 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9164 hardcode_libdir_separator=:
9165 inherit_rpath=yes
9166 link_all_deplibs=yes
9167 ;;
9168
9169 netbsd*)
9170 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9171 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9172 else
9173 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9174 fi
9175 hardcode_libdir_flag_spec='-R$libdir'
9176 hardcode_direct=yes
9177 hardcode_shlibpath_var=no
9178 ;;
9179
9180 newsos6)
9181 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9182 hardcode_direct=yes
9183 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9184 hardcode_libdir_separator=:
9185 hardcode_shlibpath_var=no
9186 ;;
9187
9188 *nto* | *qnx*)
9189 ;;
9190
9191 openbsd*)
9192 if test -f /usr/libexec/ld.so; then
9193 hardcode_direct=yes
9194 hardcode_shlibpath_var=no
9195 hardcode_direct_absolute=yes
9196 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9197 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9198 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9199 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9200 export_dynamic_flag_spec='${wl}-E'
9201 else
9202 case $host_os in
9203 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9204 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9205 hardcode_libdir_flag_spec='-R$libdir'
9206 ;;
9207 *)
9208 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9209 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9210 ;;
9211 esac
9212 fi
9213 else
9214 ld_shlibs=no
9215 fi
9216 ;;
9217
9218 os2*)
9219 hardcode_libdir_flag_spec='-L$libdir'
9220 hardcode_minus_L=yes
9221 allow_undefined_flag=unsupported
9222 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'
9223 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9224 ;;
9225
9226 osf3*)
9227 if test "$GCC" = yes; then
9228 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9229 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'
9230 else
9231 allow_undefined_flag=' -expect_unresolved \*'
9232 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'
9233 fi
9234 archive_cmds_need_lc='no'
9235 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9236 hardcode_libdir_separator=:
9237 ;;
9238
9239 osf4* | osf5*) # as osf3* with the addition of -msym flag
9240 if test "$GCC" = yes; then
9241 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9242 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'
9243 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9244 else
9245 allow_undefined_flag=' -expect_unresolved \*'
9246 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'
9247 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~
9248 $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'
9249
9250 # Both c and cxx compiler support -rpath directly
9251 hardcode_libdir_flag_spec='-rpath $libdir'
9252 fi
9253 archive_cmds_need_lc='no'
9254 hardcode_libdir_separator=:
9255 ;;
9256
9257 solaris*)
9258 no_undefined_flag=' -z defs'
9259 if test "$GCC" = yes; then
9260 wlarc='${wl}'
9261 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9262 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9263 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9264 else
9265 case `$CC -V 2>&1` in
9266 *"Compilers 5.0"*)
9267 wlarc=''
9268 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9269 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9270 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9271 ;;
9272 *)
9273 wlarc='${wl}'
9274 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9275 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9276 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9277 ;;
9278 esac
9279 fi
9280 hardcode_libdir_flag_spec='-R$libdir'
9281 hardcode_shlibpath_var=no
9282 case $host_os in
9283 solaris2.[0-5] | solaris2.[0-5].*) ;;
9284 *)
9285 # The compiler driver will combine and reorder linker options,
9286 # but understands `-z linker_flag'. GCC discards it without `$wl',
9287 # but is careful enough not to reorder.
9288 # Supported since Solaris 2.6 (maybe 2.5.1?)
9289 if test "$GCC" = yes; then
9290 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9291 else
9292 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9293 fi
9294 ;;
9295 esac
9296 link_all_deplibs=yes
9297 ;;
9298
9299 sunos4*)
9300 if test "x$host_vendor" = xsequent; then
9301 # Use $CC to link under sequent, because it throws in some extra .o
9302 # files that make .init and .fini sections work.
9303 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9304 else
9305 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9306 fi
9307 hardcode_libdir_flag_spec='-L$libdir'
9308 hardcode_direct=yes
9309 hardcode_minus_L=yes
9310 hardcode_shlibpath_var=no
9311 ;;
9312
9313 sysv4)
9314 case $host_vendor in
9315 sni)
9316 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9317 hardcode_direct=yes # is this really true???
9318 ;;
9319 siemens)
9320 ## LD is ld it makes a PLAMLIB
9321 ## CC just makes a GrossModule.
9322 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9323 reload_cmds='$CC -r -o $output$reload_objs'
9324 hardcode_direct=no
9325 ;;
9326 motorola)
9327 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9328 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9329 ;;
9330 esac
9331 runpath_var='LD_RUN_PATH'
9332 hardcode_shlibpath_var=no
9333 ;;
9334
9335 sysv4.3*)
9336 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9337 hardcode_shlibpath_var=no
9338 export_dynamic_flag_spec='-Bexport'
9339 ;;
9340
9341 sysv4*MP*)
9342 if test -d /usr/nec; then
9343 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9344 hardcode_shlibpath_var=no
9345 runpath_var=LD_RUN_PATH
9346 hardcode_runpath_var=yes
9347 ld_shlibs=yes
9348 fi
9349 ;;
9350
9351 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9352 no_undefined_flag='${wl}-z,text'
9353 archive_cmds_need_lc=no
9354 hardcode_shlibpath_var=no
9355 runpath_var='LD_RUN_PATH'
9356
9357 if test "$GCC" = yes; then
9358 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9359 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9360 else
9361 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9362 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9363 fi
9364 ;;
9365
9366 sysv5* | sco3.2v5* | sco5v6*)
9367 # Note: We can NOT use -z defs as we might desire, because we do not
9368 # link with -lc, and that would cause any symbols used from libc to
9369 # always be unresolved, which means just about no library would
9370 # ever link correctly. If we're not using GNU ld we use -z text
9371 # though, which does catch some bad symbols but isn't as heavy-handed
9372 # as -z defs.
9373 no_undefined_flag='${wl}-z,text'
9374 allow_undefined_flag='${wl}-z,nodefs'
9375 archive_cmds_need_lc=no
9376 hardcode_shlibpath_var=no
9377 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9378 hardcode_libdir_separator=':'
9379 link_all_deplibs=yes
9380 export_dynamic_flag_spec='${wl}-Bexport'
9381 runpath_var='LD_RUN_PATH'
9382
9383 if test "$GCC" = yes; then
9384 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9385 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9386 else
9387 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9388 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9389 fi
9390 ;;
9391
9392 uts4*)
9393 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9394 hardcode_libdir_flag_spec='-L$libdir'
9395 hardcode_shlibpath_var=no
9396 ;;
9397
9398 *)
9399 ld_shlibs=no
9400 ;;
9401 esac
9402
9403 if test x$host_vendor = xsni; then
9404 case $host in
9405 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9406 export_dynamic_flag_spec='${wl}-Blargedynsym'
9407 ;;
9408 esac
9409 fi
9410 fi
9411
9412{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9413$as_echo "$ld_shlibs" >&6; }
9414test "$ld_shlibs" = no && can_build_shared=no
9415
9416with_gnu_ld=$with_gnu_ld
9417
9418
9419
9420
b7026657 9421
f0569246 9422
f0569246 9423
6ffe910a 9424
6ffe910a
MF
9425
9426
6ffe910a 9427
f0569246 9428
f0569246 9429
c906108c 9430
6bb11ab3
L
9431
9432#
9433# Do we need to explicitly link libc?
9434#
9435case "x$archive_cmds_need_lc" in
9436x|xyes)
9437 # Assume -lc should be added
9438 archive_cmds_need_lc=yes
9439
9440 if test "$enable_shared" = yes && test "$GCC" = yes; then
9441 case $archive_cmds in
9442 *'~'*)
9443 # FIXME: we may have to deal with multi-command sequences.
9444 ;;
9445 '$CC '*)
9446 # Test whether the compiler implicitly links with -lc since on some
9447 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9448 # to ld, don't add -lc before -lgcc.
9449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9450$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9451if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9452 $as_echo_n "(cached) " >&6
f0569246 9453else
6bb11ab3
L
9454 $RM conftest*
9455 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9456
9457 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9458 (eval $ac_compile) 2>&5
9459 ac_status=$?
9460 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9461 test $ac_status = 0; } 2>conftest.err; then
9462 soname=conftest
9463 lib=conftest
9464 libobjs=conftest.$ac_objext
9465 deplibs=
9466 wl=$lt_prog_compiler_wl
9467 pic_flag=$lt_prog_compiler_pic
9468 compiler_flags=-v
9469 linker_flags=-v
9470 verstring=
9471 output_objdir=.
9472 libname=conftest
9473 lt_save_allow_undefined_flag=$allow_undefined_flag
9474 allow_undefined_flag=
9475 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9476 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9477 ac_status=$?
9478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9479 test $ac_status = 0; }
9480 then
9481 lt_cv_archive_cmds_need_lc=no
9482 else
9483 lt_cv_archive_cmds_need_lc=yes
9484 fi
9485 allow_undefined_flag=$lt_save_allow_undefined_flag
9486 else
9487 cat conftest.err 1>&5
9488 fi
9489 $RM conftest*
c906108c 9490
6ffe910a 9491fi
6bb11ab3
L
9492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9493$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9494 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9495 ;;
9496 esac
9497 fi
9498 ;;
6ffe910a 9499esac
c906108c 9500
c906108c 9501
6ffe910a 9502
c906108c 9503
81ecdfbb 9504
35695fd6 9505
35695fd6 9506
35695fd6 9507
f0569246 9508
c906108c 9509
f0569246 9510
b7026657 9511
f0569246 9512
c906108c 9513
81ecdfbb 9514
b7026657 9515
f0569246
AC
9516
9517
81ecdfbb 9518
81ecdfbb 9519
81ecdfbb
RW
9520
9521
81ecdfbb 9522
81ecdfbb 9523
f0569246
AC
9524
9525
c906108c 9526
f0569246 9527
c906108c 9528
c906108c 9529
81ecdfbb 9530
b7026657 9531
c906108c 9532
f0569246 9533
81ecdfbb 9534
f0569246 9535
c906108c 9536
c906108c 9537
b7026657 9538
81ecdfbb 9539
b7026657 9540
c906108c 9541
c906108c 9542
b7026657
AC
9543
9544
9545
9546
6ffe910a 9547
2232061b
MF
9548
9549
2232061b 9550
2232061b
MF
9551
9552
2232061b
MF
9553
9554
2232061b 9555
2232061b
MF
9556
9557
6bb11ab3
L
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9658$as_echo_n "checking dynamic linker characteristics... " >&6; }
9659
9660if test "$GCC" = yes; then
9661 case $host_os in
9662 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9663 *) lt_awk_arg="/^libraries:/" ;;
9664 esac
9665 case $host_os in
9666 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9667 *) lt_sed_strip_eq="s,=/,/,g" ;;
9668 esac
9669 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9670 case $lt_search_path_spec in
9671 *\;*)
9672 # if the path contains ";" then we assume it to be the separator
9673 # otherwise default to the standard path separator (i.e. ":") - it is
9674 # assumed that no part of a normal pathname contains ";" but that should
9675 # okay in the real world where ";" in dirpaths is itself problematic.
9676 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9677 ;;
9678 *)
9679 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9680 ;;
9681 esac
9682 # Ok, now we have the path, separated by spaces, we can step through it
9683 # and add multilib dir if necessary.
9684 lt_tmp_lt_search_path_spec=
9685 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9686 for lt_sys_path in $lt_search_path_spec; do
9687 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9688 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9689 else
9690 test -d "$lt_sys_path" && \
9691 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9692 fi
9693 done
9694 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9695BEGIN {RS=" "; FS="/|\n";} {
9696 lt_foo="";
9697 lt_count=0;
9698 for (lt_i = NF; lt_i > 0; lt_i--) {
9699 if ($lt_i != "" && $lt_i != ".") {
9700 if ($lt_i == "..") {
9701 lt_count++;
9702 } else {
9703 if (lt_count == 0) {
9704 lt_foo="/" $lt_i lt_foo;
9705 } else {
9706 lt_count--;
9707 }
9708 }
9709 }
9710 }
9711 if (lt_foo != "") { lt_freq[lt_foo]++; }
9712 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9713}'`
9714 # AWK program above erroneously prepends '/' to C:/dos/paths
9715 # for these hosts.
9716 case $host_os in
9717 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9718 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9719 esac
9720 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9721else
9722 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9723fi
9724library_names_spec=
9725libname_spec='lib$name'
9726soname_spec=
9727shrext_cmds=".so"
9728postinstall_cmds=
9729postuninstall_cmds=
9730finish_cmds=
9731finish_eval=
9732shlibpath_var=
9733shlibpath_overrides_runpath=unknown
9734version_type=none
9735dynamic_linker="$host_os ld.so"
9736sys_lib_dlsearch_path_spec="/lib /usr/lib"
9737need_lib_prefix=unknown
9738hardcode_into_libs=no
9739
9740# when you set need_version to no, make sure it does not cause -set_version
9741# flags to be left without arguments
9742need_version=unknown
9743
9744case $host_os in
9745aix3*)
9746 version_type=linux
9747 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9748 shlibpath_var=LIBPATH
9749
9750 # AIX 3 has no versioning support, so we append a major version to the name.
9751 soname_spec='${libname}${release}${shared_ext}$major'
9752 ;;
9753
9754aix[4-9]*)
9755 version_type=linux
9756 need_lib_prefix=no
9757 need_version=no
9758 hardcode_into_libs=yes
9759 if test "$host_cpu" = ia64; then
9760 # AIX 5 supports IA64
9761 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9762 shlibpath_var=LD_LIBRARY_PATH
9763 else
9764 # With GCC up to 2.95.x, collect2 would create an import file
9765 # for dependence libraries. The import file would start with
9766 # the line `#! .'. This would cause the generated library to
9767 # depend on `.', always an invalid library. This was fixed in
9768 # development snapshots of GCC prior to 3.0.
9769 case $host_os in
9770 aix4 | aix4.[01] | aix4.[01].*)
9771 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9772 echo ' yes '
9773 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9774 :
9775 else
9776 can_build_shared=no
9777 fi
9778 ;;
9779 esac
9780 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9781 # soname into executable. Probably we can add versioning support to
9782 # collect2, so additional links can be useful in future.
9783 if test "$aix_use_runtimelinking" = yes; then
9784 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9785 # instead of lib<name>.a to let people know that these are not
9786 # typical AIX shared libraries.
9787 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9788 else
9789 # We preserve .a as extension for shared libraries through AIX4.2
9790 # and later when we are not doing run time linking.
9791 library_names_spec='${libname}${release}.a $libname.a'
9792 soname_spec='${libname}${release}${shared_ext}$major'
9793 fi
9794 shlibpath_var=LIBPATH
9795 fi
9796 ;;
9797
9798amigaos*)
9799 case $host_cpu in
9800 powerpc)
9801 # Since July 2007 AmigaOS4 officially supports .so libraries.
9802 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9803 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9804 ;;
9805 m68k)
9806 library_names_spec='$libname.ixlibrary $libname.a'
9807 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9808 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'
9809 ;;
9810 esac
9811 ;;
9812
9813beos*)
9814 library_names_spec='${libname}${shared_ext}'
9815 dynamic_linker="$host_os ld.so"
9816 shlibpath_var=LIBRARY_PATH
9817 ;;
9818
9819bsdi[45]*)
9820 version_type=linux
9821 need_version=no
9822 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9823 soname_spec='${libname}${release}${shared_ext}$major'
9824 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9825 shlibpath_var=LD_LIBRARY_PATH
9826 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9827 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9828 # the default ld.so.conf also contains /usr/contrib/lib and
9829 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9830 # libtool to hard-code these into programs
9831 ;;
9832
9833cygwin* | mingw* | pw32* | cegcc*)
9834 version_type=windows
9835 shrext_cmds=".dll"
9836 need_version=no
9837 need_lib_prefix=no
9838
9839 case $GCC,$host_os in
9840 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9841 library_names_spec='$libname.dll.a'
9842 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9843 postinstall_cmds='base_file=`basename \${file}`~
9844 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9845 dldir=$destdir/`dirname \$dlpath`~
9846 test -d \$dldir || mkdir -p \$dldir~
9847 $install_prog $dir/$dlname \$dldir/$dlname~
9848 chmod a+x \$dldir/$dlname~
9849 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9850 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9851 fi'
9852 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9853 dlpath=$dir/\$dldll~
9854 $RM \$dlpath'
9855 shlibpath_overrides_runpath=yes
9856
9857 case $host_os in
9858 cygwin*)
9859 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9860 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9861
9862 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9863 ;;
9864 mingw* | cegcc*)
9865 # MinGW DLLs use traditional 'lib' prefix
9866 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9867 ;;
9868 pw32*)
9869 # pw32 DLLs use 'pw' prefix rather than 'lib'
9870 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9871 ;;
9872 esac
9873 ;;
9874
9875 *)
9876 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9877 ;;
9878 esac
9879 dynamic_linker='Win32 ld.exe'
9880 # FIXME: first we should search . and the directory the executable is in
9881 shlibpath_var=PATH
9882 ;;
9883
9884darwin* | rhapsody*)
9885 dynamic_linker="$host_os dyld"
9886 version_type=darwin
9887 need_lib_prefix=no
9888 need_version=no
9889 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9890 soname_spec='${libname}${release}${major}$shared_ext'
9891 shlibpath_overrides_runpath=yes
9892 shlibpath_var=DYLD_LIBRARY_PATH
9893 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9894
9895 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9896 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9897 ;;
9898
9899dgux*)
9900 version_type=linux
9901 need_lib_prefix=no
9902 need_version=no
9903 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9904 soname_spec='${libname}${release}${shared_ext}$major'
9905 shlibpath_var=LD_LIBRARY_PATH
9906 ;;
9907
9908freebsd* | dragonfly*)
9909 # DragonFly does not have aout. When/if they implement a new
9910 # versioning mechanism, adjust this.
9911 if test -x /usr/bin/objformat; then
9912 objformat=`/usr/bin/objformat`
9913 else
9914 case $host_os in
9915 freebsd[23].*) objformat=aout ;;
9916 *) objformat=elf ;;
9917 esac
9918 fi
9919 version_type=freebsd-$objformat
9920 case $version_type in
9921 freebsd-elf*)
9922 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9923 need_version=no
9924 need_lib_prefix=no
9925 ;;
9926 freebsd-*)
9927 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9928 need_version=yes
9929 ;;
9930 esac
9931 shlibpath_var=LD_LIBRARY_PATH
9932 case $host_os in
9933 freebsd2.*)
9934 shlibpath_overrides_runpath=yes
9935 ;;
9936 freebsd3.[01]* | freebsdelf3.[01]*)
9937 shlibpath_overrides_runpath=yes
9938 hardcode_into_libs=yes
9939 ;;
9940 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9941 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9942 shlibpath_overrides_runpath=no
9943 hardcode_into_libs=yes
9944 ;;
9945 *) # from 4.6 on, and DragonFly
9946 shlibpath_overrides_runpath=yes
9947 hardcode_into_libs=yes
9948 ;;
9949 esac
9950 ;;
9951
6bb11ab3
L
9952haiku*)
9953 version_type=linux
9954 need_lib_prefix=no
9955 need_version=no
9956 dynamic_linker="$host_os runtime_loader"
9957 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9958 soname_spec='${libname}${release}${shared_ext}$major'
9959 shlibpath_var=LIBRARY_PATH
9960 shlibpath_overrides_runpath=yes
9961 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9962 hardcode_into_libs=yes
9963 ;;
9964
9965hpux9* | hpux10* | hpux11*)
9966 # Give a soname corresponding to the major version so that dld.sl refuses to
9967 # link against other versions.
9968 version_type=sunos
9969 need_lib_prefix=no
9970 need_version=no
9971 case $host_cpu in
9972 ia64*)
9973 shrext_cmds='.so'
9974 hardcode_into_libs=yes
9975 dynamic_linker="$host_os dld.so"
9976 shlibpath_var=LD_LIBRARY_PATH
9977 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9978 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9979 soname_spec='${libname}${release}${shared_ext}$major'
9980 if test "X$HPUX_IA64_MODE" = X32; then
9981 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9982 else
9983 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9984 fi
9985 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9986 ;;
9987 hppa*64*)
9988 shrext_cmds='.sl'
9989 hardcode_into_libs=yes
9990 dynamic_linker="$host_os dld.sl"
9991 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9992 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9993 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9994 soname_spec='${libname}${release}${shared_ext}$major'
9995 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9996 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9997 ;;
9998 *)
9999 shrext_cmds='.sl'
10000 dynamic_linker="$host_os dld.sl"
10001 shlibpath_var=SHLIB_PATH
10002 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10003 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10004 soname_spec='${libname}${release}${shared_ext}$major'
10005 ;;
10006 esac
10007 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10008 postinstall_cmds='chmod 555 $lib'
10009 # or fails outright, so override atomically:
10010 install_override_mode=555
10011 ;;
10012
10013interix[3-9]*)
10014 version_type=linux
10015 need_lib_prefix=no
10016 need_version=no
10017 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10018 soname_spec='${libname}${release}${shared_ext}$major'
10019 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10020 shlibpath_var=LD_LIBRARY_PATH
10021 shlibpath_overrides_runpath=no
10022 hardcode_into_libs=yes
10023 ;;
10024
10025irix5* | irix6* | nonstopux*)
10026 case $host_os in
10027 nonstopux*) version_type=nonstopux ;;
10028 *)
10029 if test "$lt_cv_prog_gnu_ld" = yes; then
10030 version_type=linux
10031 else
10032 version_type=irix
10033 fi ;;
10034 esac
10035 need_lib_prefix=no
10036 need_version=no
10037 soname_spec='${libname}${release}${shared_ext}$major'
10038 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10039 case $host_os in
10040 irix5* | nonstopux*)
10041 libsuff= shlibsuff=
10042 ;;
10043 *)
10044 case $LD in # libtool.m4 will add one of these switches to LD
10045 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10046 libsuff= shlibsuff= libmagic=32-bit;;
10047 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10048 libsuff=32 shlibsuff=N32 libmagic=N32;;
10049 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10050 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10051 *) libsuff= shlibsuff= libmagic=never-match;;
10052 esac
10053 ;;
10054 esac
10055 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10056 shlibpath_overrides_runpath=no
10057 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10058 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10059 hardcode_into_libs=yes
10060 ;;
10061
10062# No shared lib support for Linux oldld, aout, or coff.
10063linux*oldld* | linux*aout* | linux*coff*)
10064 dynamic_linker=no
10065 ;;
10066
10067# This must be Linux ELF.
46f900c0 10068linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10069 version_type=linux
10070 need_lib_prefix=no
10071 need_version=no
10072 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10073 soname_spec='${libname}${release}${shared_ext}$major'
10074 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10075 shlibpath_var=LD_LIBRARY_PATH
10076 shlibpath_overrides_runpath=no
10077
10078 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10079 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10080 $as_echo_n "(cached) " >&6
10081else
6bb11ab3
L
10082 lt_cv_shlibpath_overrides_runpath=no
10083 save_LDFLAGS=$LDFLAGS
10084 save_libdir=$libdir
10085 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10086 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10088/* end confdefs.h. */
10089
2232061b
MF
10090int
10091main ()
10092{
10093
10094 ;
10095 return 0;
10096}
10097_ACEOF
6bb11ab3
L
10098if ac_fn_c_try_link "$LINENO"; then :
10099 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10100 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10101fi
2232061b 10102fi
6bb11ab3
L
10103rm -f core conftest.err conftest.$ac_objext \
10104 conftest$ac_exeext conftest.$ac_ext
10105 LDFLAGS=$save_LDFLAGS
10106 libdir=$save_libdir
2232061b 10107
6bb11ab3 10108fi
2232061b 10109
6bb11ab3 10110 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10111
6bb11ab3
L
10112 # This implies no fast_install, which is unacceptable.
10113 # Some rework will be needed to allow for fast_install
10114 # before this can be enabled.
10115 hardcode_into_libs=yes
2232061b 10116
6bb11ab3
L
10117 # Append ld.so.conf contents to the search path
10118 if test -f /etc/ld.so.conf; then
10119 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' ' '`
10120 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10121 fi
2232061b 10122
6bb11ab3
L
10123 # We used to test for /lib/ld.so.1 and disable shared libraries on
10124 # powerpc, because MkLinux only supported shared libraries with the
10125 # GNU dynamic linker. Since this was broken with cross compilers,
10126 # most powerpc-linux boxes support dynamic linking these days and
10127 # people can always --disable-shared, the test was removed, and we
10128 # assume the GNU/Linux dynamic linker is in use.
10129 dynamic_linker='GNU/Linux ld.so'
10130 ;;
10131
10132netbsd*)
10133 version_type=sunos
10134 need_lib_prefix=no
10135 need_version=no
10136 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10137 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10138 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10139 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10140 else
6bb11ab3
L
10141 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10142 soname_spec='${libname}${release}${shared_ext}$major'
10143 dynamic_linker='NetBSD ld.elf_so'
10144 fi
10145 shlibpath_var=LD_LIBRARY_PATH
10146 shlibpath_overrides_runpath=yes
10147 hardcode_into_libs=yes
10148 ;;
10149
10150newsos6)
10151 version_type=linux
10152 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10153 shlibpath_var=LD_LIBRARY_PATH
10154 shlibpath_overrides_runpath=yes
10155 ;;
10156
10157*nto* | *qnx*)
10158 version_type=qnx
10159 need_lib_prefix=no
10160 need_version=no
10161 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10162 soname_spec='${libname}${release}${shared_ext}$major'
10163 shlibpath_var=LD_LIBRARY_PATH
10164 shlibpath_overrides_runpath=no
10165 hardcode_into_libs=yes
10166 dynamic_linker='ldqnx.so'
10167 ;;
10168
10169openbsd*)
10170 version_type=sunos
10171 sys_lib_dlsearch_path_spec="/usr/lib"
10172 need_lib_prefix=no
10173 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10174 case $host_os in
10175 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10176 *) need_version=no ;;
10177 esac
10178 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10179 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10180 shlibpath_var=LD_LIBRARY_PATH
10181 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10182 case $host_os in
10183 openbsd2.[89] | openbsd2.[89].*)
10184 shlibpath_overrides_runpath=no
10185 ;;
10186 *)
10187 shlibpath_overrides_runpath=yes
10188 ;;
10189 esac
10190 else
10191 shlibpath_overrides_runpath=yes
10192 fi
10193 ;;
10194
10195os2*)
10196 libname_spec='$name'
10197 shrext_cmds=".dll"
10198 need_lib_prefix=no
10199 library_names_spec='$libname${shared_ext} $libname.a'
10200 dynamic_linker='OS/2 ld.exe'
10201 shlibpath_var=LIBPATH
10202 ;;
10203
10204osf3* | osf4* | osf5*)
10205 version_type=osf
10206 need_lib_prefix=no
10207 need_version=no
10208 soname_spec='${libname}${release}${shared_ext}$major'
10209 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10210 shlibpath_var=LD_LIBRARY_PATH
10211 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10212 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10213 ;;
10214
10215rdos*)
10216 dynamic_linker=no
10217 ;;
10218
10219solaris*)
10220 version_type=linux
10221 need_lib_prefix=no
10222 need_version=no
10223 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10224 soname_spec='${libname}${release}${shared_ext}$major'
10225 shlibpath_var=LD_LIBRARY_PATH
10226 shlibpath_overrides_runpath=yes
10227 hardcode_into_libs=yes
10228 # ldd complains unless libraries are executable
10229 postinstall_cmds='chmod +x $lib'
10230 ;;
10231
10232sunos4*)
10233 version_type=sunos
10234 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10235 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10236 shlibpath_var=LD_LIBRARY_PATH
10237 shlibpath_overrides_runpath=yes
10238 if test "$with_gnu_ld" = yes; then
10239 need_lib_prefix=no
10240 fi
10241 need_version=yes
10242 ;;
10243
10244sysv4 | sysv4.3*)
10245 version_type=linux
10246 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10247 soname_spec='${libname}${release}${shared_ext}$major'
10248 shlibpath_var=LD_LIBRARY_PATH
10249 case $host_vendor in
10250 sni)
10251 shlibpath_overrides_runpath=no
10252 need_lib_prefix=no
10253 runpath_var=LD_RUN_PATH
10254 ;;
10255 siemens)
10256 need_lib_prefix=no
10257 ;;
10258 motorola)
10259 need_lib_prefix=no
10260 need_version=no
10261 shlibpath_overrides_runpath=no
10262 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10263 ;;
10264 esac
10265 ;;
10266
10267sysv4*MP*)
10268 if test -d /usr/nec ;then
10269 version_type=linux
10270 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10271 soname_spec='$libname${shared_ext}.$major'
10272 shlibpath_var=LD_LIBRARY_PATH
2232061b 10273 fi
6bb11ab3
L
10274 ;;
10275
10276sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10277 version_type=freebsd-elf
10278 need_lib_prefix=no
10279 need_version=no
10280 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10281 soname_spec='${libname}${release}${shared_ext}$major'
10282 shlibpath_var=LD_LIBRARY_PATH
10283 shlibpath_overrides_runpath=yes
10284 hardcode_into_libs=yes
10285 if test "$with_gnu_ld" = yes; then
10286 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10287 else
10288 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10289 case $host_os in
10290 sco3.2v5*)
10291 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10292 ;;
10293 esac
10294 fi
10295 sys_lib_dlsearch_path_spec='/usr/lib'
10296 ;;
10297
10298tpf*)
10299 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10300 version_type=linux
10301 need_lib_prefix=no
10302 need_version=no
10303 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10304 shlibpath_var=LD_LIBRARY_PATH
10305 shlibpath_overrides_runpath=no
10306 hardcode_into_libs=yes
10307 ;;
10308
10309uts4*)
10310 version_type=linux
10311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10312 soname_spec='${libname}${release}${shared_ext}$major'
10313 shlibpath_var=LD_LIBRARY_PATH
10314 ;;
10315
10316*)
10317 dynamic_linker=no
10318 ;;
10319esac
10320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10321$as_echo "$dynamic_linker" >&6; }
10322test "$dynamic_linker" = no && can_build_shared=no
10323
10324variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10325if test "$GCC" = yes; then
10326 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10327fi
2232061b 10328
6bb11ab3
L
10329if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10330 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10331fi
10332if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10333 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10334fi
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
2232061b 10361
2232061b 10362
2232061b 10363
2232061b 10364
2232061b
MF
10365
10366
6ffe910a 10367
6ffe910a
MF
10368
10369
10370
10371
10372
2232061b 10373
6ffe910a
MF
10374
10375
10376
10377
6ffe910a 10378
6ffe910a 10379
6ffe910a
MF
10380
10381
6ffe910a 10382
6ffe910a 10383
6ffe910a
MF
10384
10385
5f3ef9d0 10386
5f3ef9d0
JB
10387
10388
10389
db2e4d67
MF
10390
10391
db2e4d67 10392
db2e4d67 10393
db2e4d67 10394
db2e4d67 10395
db2e4d67 10396
db2e4d67 10397
db2e4d67 10398
db2e4d67
MF
10399
10400
db2e4d67 10401
db2e4d67
MF
10402
10403
db2e4d67 10404
db2e4d67
MF
10405
10406
6ffe910a 10407
6ffe910a 10408
6ffe910a
MF
10409
10410
6ffe910a
MF
10411
10412
6ffe910a 10413
6ffe910a 10414
6ffe910a 10415
6ffe910a 10416
6ffe910a 10417
b7026657 10418
b7026657 10419
c906108c 10420
b7026657 10421
b7026657 10422
c906108c 10423
b7026657 10424
b7026657 10425
cd0fc7c3 10426
6bb11ab3
L
10427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10428$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10429hardcode_action=
10430if test -n "$hardcode_libdir_flag_spec" ||
10431 test -n "$runpath_var" ||
10432 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10433
6bb11ab3
L
10434 # We can hardcode non-existent directories.
10435 if test "$hardcode_direct" != no &&
10436 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10437 # have to relink, otherwise we might link with an installed library
10438 # when we should be linking with a yet-to-be-installed one
10439 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10440 test "$hardcode_minus_L" != no; then
10441 # Linking always hardcodes the temporary library directory.
10442 hardcode_action=relink
10443 else
10444 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10445 hardcode_action=immediate
10446 fi
10447else
10448 # We cannot hardcode anything, or else we can only hardcode existing
10449 # directories.
10450 hardcode_action=unsupported
c906108c 10451fi
6bb11ab3
L
10452{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10453$as_echo "$hardcode_action" >&6; }
b7026657 10454
6bb11ab3
L
10455if test "$hardcode_action" = relink ||
10456 test "$inherit_rpath" = yes; then
10457 # Fast installation is not supported
10458 enable_fast_install=no
10459elif test "$shlibpath_overrides_runpath" = yes ||
10460 test "$enable_shared" = no; then
10461 # Fast installation is not necessary
10462 enable_fast_install=needless
10463fi
c906108c 10464
6bb11ab3
L
10465
10466
10467
10468
10469
10470 if test "x$enable_dlopen" != xyes; then
10471 enable_dlopen=unknown
10472 enable_dlopen_self=unknown
10473 enable_dlopen_self_static=unknown
10474else
10475 lt_cv_dlopen=no
10476 lt_cv_dlopen_libs=
10477
10478 case $host_os in
10479 beos*)
10480 lt_cv_dlopen="load_add_on"
10481 lt_cv_dlopen_libs=
10482 lt_cv_dlopen_self=yes
10483 ;;
10484
10485 mingw* | pw32* | cegcc*)
10486 lt_cv_dlopen="LoadLibrary"
10487 lt_cv_dlopen_libs=
10488 ;;
10489
10490 cygwin*)
10491 lt_cv_dlopen="dlopen"
10492 lt_cv_dlopen_libs=
10493 ;;
10494
10495 darwin*)
10496 # if libdl is installed we need to link against it
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10498$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10499if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10500 $as_echo_n "(cached) " >&6
10501else
10502 ac_check_lib_save_LIBS=$LIBS
10503LIBS="-ldl $LIBS"
10504cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10505/* end confdefs.h. */
10506
10507/* Override any GCC internal prototype to avoid an error.
10508 Use char because int might match the return type of a GCC
10509 builtin and then its argument prototype would still apply. */
10510#ifdef __cplusplus
10511extern "C"
10512#endif
10513char dlopen ();
10514int
10515main ()
10516{
10517return dlopen ();
10518 ;
10519 return 0;
10520}
b7026657 10521_ACEOF
6bb11ab3
L
10522if ac_fn_c_try_link "$LINENO"; then :
10523 ac_cv_lib_dl_dlopen=yes
10524else
10525 ac_cv_lib_dl_dlopen=no
10526fi
10527rm -f core conftest.err conftest.$ac_objext \
10528 conftest$ac_exeext conftest.$ac_ext
10529LIBS=$ac_check_lib_save_LIBS
10530fi
10531{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10532$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10533if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10534 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10535else
10536
10537 lt_cv_dlopen="dyld"
10538 lt_cv_dlopen_libs=
10539 lt_cv_dlopen_self=yes
c906108c 10540
c906108c 10541fi
c906108c 10542
6bb11ab3 10543 ;;
c906108c 10544
6bb11ab3
L
10545 *)
10546 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10547if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10548 lt_cv_dlopen="shl_load"
10549else
10550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10551$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10552if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10553 $as_echo_n "(cached) " >&6
10554else
10555 ac_check_lib_save_LIBS=$LIBS
10556LIBS="-ldld $LIBS"
10557cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10558/* end confdefs.h. */
10559
10560/* Override any GCC internal prototype to avoid an error.
10561 Use char because int might match the return type of a GCC
10562 builtin and then its argument prototype would still apply. */
10563#ifdef __cplusplus
10564extern "C"
10565#endif
10566char shl_load ();
10567int
10568main ()
10569{
10570return shl_load ();
10571 ;
10572 return 0;
10573}
10574_ACEOF
10575if ac_fn_c_try_link "$LINENO"; then :
10576 ac_cv_lib_dld_shl_load=yes
10577else
10578 ac_cv_lib_dld_shl_load=no
10579fi
10580rm -f core conftest.err conftest.$ac_objext \
10581 conftest$ac_exeext conftest.$ac_ext
10582LIBS=$ac_check_lib_save_LIBS
10583fi
10584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10585$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10586if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10587 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10588else
10589 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10590if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10591 lt_cv_dlopen="dlopen"
10592else
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10594$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10595if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10596 $as_echo_n "(cached) " >&6
c906108c 10597else
b7026657 10598 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10599LIBS="-ldl $LIBS"
81ecdfbb 10600cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10601/* end confdefs.h. */
c906108c 10602
81ecdfbb
RW
10603/* Override any GCC internal prototype to avoid an error.
10604 Use char because int might match the return type of a GCC
10605 builtin and then its argument prototype would still apply. */
b7026657
AC
10606#ifdef __cplusplus
10607extern "C"
10608#endif
6bb11ab3 10609char dlopen ();
b7026657
AC
10610int
10611main ()
10612{
6bb11ab3 10613return dlopen ();
b7026657
AC
10614 ;
10615 return 0;
10616}
10617_ACEOF
81ecdfbb 10618if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10619 ac_cv_lib_dl_dlopen=yes
b7026657 10620else
6bb11ab3 10621 ac_cv_lib_dl_dlopen=no
b7026657 10622fi
81ecdfbb
RW
10623rm -f core conftest.err conftest.$ac_objext \
10624 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10625LIBS=$ac_check_lib_save_LIBS
10626fi
6bb11ab3
L
10627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10628$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10629if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10630 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10631else
10632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10633$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10634if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10635 $as_echo_n "(cached) " >&6
c906108c 10636else
b7026657 10637 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10638LIBS="-lsvld $LIBS"
81ecdfbb 10639cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10640/* end confdefs.h. */
10641
81ecdfbb
RW
10642/* Override any GCC internal prototype to avoid an error.
10643 Use char because int might match the return type of a GCC
10644 builtin and then its argument prototype would still apply. */
b7026657
AC
10645#ifdef __cplusplus
10646extern "C"
10647#endif
6bb11ab3 10648char dlopen ();
b7026657
AC
10649int
10650main ()
10651{
6bb11ab3 10652return dlopen ();
b7026657
AC
10653 ;
10654 return 0;
10655}
10656_ACEOF
81ecdfbb 10657if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10658 ac_cv_lib_svld_dlopen=yes
b7026657 10659else
6bb11ab3 10660 ac_cv_lib_svld_dlopen=no
b7026657 10661fi
81ecdfbb
RW
10662rm -f core conftest.err conftest.$ac_objext \
10663 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10664LIBS=$ac_check_lib_save_LIBS
10665fi
6bb11ab3
L
10666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10667$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10668if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10669 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10670else
6bb11ab3
L
10671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10672$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10673if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10674 $as_echo_n "(cached) " >&6
b5bd9624 10675else
6bb11ab3
L
10676 ac_check_lib_save_LIBS=$LIBS
10677LIBS="-ldld $LIBS"
81ecdfbb 10678cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10679/* end confdefs.h. */
10680
81ecdfbb
RW
10681/* Override any GCC internal prototype to avoid an error.
10682 Use char because int might match the return type of a GCC
b5bd9624 10683 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10684#ifdef __cplusplus
10685extern "C"
10686#endif
6bb11ab3 10687char dld_link ();
81ecdfbb
RW
10688int
10689main ()
10690{
6bb11ab3 10691return dld_link ();
81ecdfbb
RW
10692 ;
10693 return 0;
10694}
b5bd9624 10695_ACEOF
6bb11ab3
L
10696if ac_fn_c_try_link "$LINENO"; then :
10697 ac_cv_lib_dld_dld_link=yes
10698else
10699 ac_cv_lib_dld_dld_link=no
10700fi
10701rm -f core conftest.err conftest.$ac_objext \
10702 conftest$ac_exeext conftest.$ac_ext
10703LIBS=$ac_check_lib_save_LIBS
10704fi
10705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10706$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10707if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10708 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10709fi
10710
10711
10712fi
10713
10714
10715fi
10716
10717
10718fi
10719
10720
10721fi
10722
10723
10724fi
10725
10726 ;;
10727 esac
10728
10729 if test "x$lt_cv_dlopen" != xno; then
10730 enable_dlopen=yes
b5bd9624 10731 else
6bb11ab3
L
10732 enable_dlopen=no
10733 fi
10734
10735 case $lt_cv_dlopen in
10736 dlopen)
10737 save_CPPFLAGS="$CPPFLAGS"
10738 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10739
10740 save_LDFLAGS="$LDFLAGS"
10741 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10742
10743 save_LIBS="$LIBS"
10744 LIBS="$lt_cv_dlopen_libs $LIBS"
10745
10746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10747$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10748if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10749 $as_echo_n "(cached) " >&6
10750else
10751 if test "$cross_compiling" = yes; then :
10752 lt_cv_dlopen_self=cross
10753else
10754 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10755 lt_status=$lt_dlunknown
10756 cat > conftest.$ac_ext <<_LT_EOF
6dd65fc0 10757#line 10757 "configure"
6bb11ab3
L
10758#include "confdefs.h"
10759
10760#if HAVE_DLFCN_H
10761#include <dlfcn.h>
10762#endif
10763
10764#include <stdio.h>
10765
10766#ifdef RTLD_GLOBAL
10767# define LT_DLGLOBAL RTLD_GLOBAL
10768#else
10769# ifdef DL_GLOBAL
10770# define LT_DLGLOBAL DL_GLOBAL
10771# else
10772# define LT_DLGLOBAL 0
10773# endif
10774#endif
10775
10776/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10777 find out it does not work in some platform. */
10778#ifndef LT_DLLAZY_OR_NOW
10779# ifdef RTLD_LAZY
10780# define LT_DLLAZY_OR_NOW RTLD_LAZY
10781# else
10782# ifdef DL_LAZY
10783# define LT_DLLAZY_OR_NOW DL_LAZY
10784# else
10785# ifdef RTLD_NOW
10786# define LT_DLLAZY_OR_NOW RTLD_NOW
10787# else
10788# ifdef DL_NOW
10789# define LT_DLLAZY_OR_NOW DL_NOW
10790# else
10791# define LT_DLLAZY_OR_NOW 0
10792# endif
10793# endif
10794# endif
10795# endif
10796#endif
10797
10798/* When -fvisbility=hidden is used, assume the code has been annotated
10799 correspondingly for the symbols needed. */
10800#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10801void fnord () __attribute__((visibility("default")));
10802#endif
10803
10804void fnord () { int i=42; }
10805int main ()
10806{
10807 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10808 int status = $lt_dlunknown;
10809
10810 if (self)
10811 {
10812 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10813 else
10814 {
10815 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10816 else puts (dlerror ());
10817 }
10818 /* dlclose (self); */
10819 }
10820 else
10821 puts (dlerror ());
10822
10823 return status;
10824}
10825_LT_EOF
10826 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10827 (eval $ac_link) 2>&5
10828 ac_status=$?
10829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10830 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10831 (./conftest; exit; ) >&5 2>/dev/null
10832 lt_status=$?
10833 case x$lt_status in
10834 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10835 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10836 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10837 esac
10838 else :
10839 # compilation failed
10840 lt_cv_dlopen_self=no
b5bd9624 10841 fi
b5bd9624 10842fi
6bb11ab3
L
10843rm -fr conftest*
10844
10845
b5bd9624 10846fi
6bb11ab3
L
10847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10848$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10849
6bb11ab3
L
10850 if test "x$lt_cv_dlopen_self" = xyes; then
10851 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10853$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10854if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10855 $as_echo_n "(cached) " >&6
b5bd9624 10856else
6bb11ab3
L
10857 if test "$cross_compiling" = yes; then :
10858 lt_cv_dlopen_self_static=cross
10859else
10860 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10861 lt_status=$lt_dlunknown
10862 cat > conftest.$ac_ext <<_LT_EOF
6dd65fc0 10863#line 10863 "configure"
6bb11ab3
L
10864#include "confdefs.h"
10865
10866#if HAVE_DLFCN_H
10867#include <dlfcn.h>
10868#endif
10869
10870#include <stdio.h>
10871
10872#ifdef RTLD_GLOBAL
10873# define LT_DLGLOBAL RTLD_GLOBAL
10874#else
10875# ifdef DL_GLOBAL
10876# define LT_DLGLOBAL DL_GLOBAL
10877# else
10878# define LT_DLGLOBAL 0
10879# endif
10880#endif
10881
10882/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10883 find out it does not work in some platform. */
10884#ifndef LT_DLLAZY_OR_NOW
10885# ifdef RTLD_LAZY
10886# define LT_DLLAZY_OR_NOW RTLD_LAZY
10887# else
10888# ifdef DL_LAZY
10889# define LT_DLLAZY_OR_NOW DL_LAZY
10890# else
10891# ifdef RTLD_NOW
10892# define LT_DLLAZY_OR_NOW RTLD_NOW
10893# else
10894# ifdef DL_NOW
10895# define LT_DLLAZY_OR_NOW DL_NOW
10896# else
10897# define LT_DLLAZY_OR_NOW 0
10898# endif
10899# endif
10900# endif
10901# endif
10902#endif
10903
10904/* When -fvisbility=hidden is used, assume the code has been annotated
10905 correspondingly for the symbols needed. */
10906#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10907void fnord () __attribute__((visibility("default")));
10908#endif
10909
10910void fnord () { int i=42; }
10911int main ()
10912{
10913 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10914 int status = $lt_dlunknown;
10915
10916 if (self)
10917 {
10918 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10919 else
10920 {
10921 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10922 else puts (dlerror ());
10923 }
10924 /* dlclose (self); */
10925 }
10926 else
10927 puts (dlerror ());
10928
10929 return status;
10930}
10931_LT_EOF
10932 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10933 (eval $ac_link) 2>&5
10934 ac_status=$?
10935 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10936 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10937 (./conftest; exit; ) >&5 2>/dev/null
10938 lt_status=$?
10939 case x$lt_status in
10940 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10941 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10942 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10943 esac
10944 else :
10945 # compilation failed
10946 lt_cv_dlopen_self_static=no
10947 fi
b5bd9624 10948fi
6bb11ab3
L
10949rm -fr conftest*
10950
10951
b5bd9624 10952fi
6bb11ab3
L
10953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10954$as_echo "$lt_cv_dlopen_self_static" >&6; }
10955 fi
10956
10957 CPPFLAGS="$save_CPPFLAGS"
10958 LDFLAGS="$save_LDFLAGS"
10959 LIBS="$save_LIBS"
10960 ;;
10961 esac
10962
10963 case $lt_cv_dlopen_self in
10964 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10965 *) enable_dlopen_self=unknown ;;
10966 esac
10967
10968 case $lt_cv_dlopen_self_static in
10969 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10970 *) enable_dlopen_self_static=unknown ;;
10971 esac
10972fi
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
10990striplib=
10991old_striplib=
10992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10993$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10994if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10995 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10996 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10998$as_echo "yes" >&6; }
10999else
11000# FIXME - insert some real tests, host_os isn't really good enough
11001 case $host_os in
11002 darwin*)
11003 if test -n "$STRIP" ; then
11004 striplib="$STRIP -x"
11005 old_striplib="$STRIP -S"
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11007$as_echo "yes" >&6; }
11008 else
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11010$as_echo "no" >&6; }
11011 fi
11012 ;;
11013 *)
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11015$as_echo "no" >&6; }
11016 ;;
11017 esac
11018fi
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031 # Report which library types will actually be built
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11033$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11035$as_echo "$can_build_shared" >&6; }
11036
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11038$as_echo_n "checking whether to build shared libraries... " >&6; }
11039 test "$can_build_shared" = "no" && enable_shared=no
11040
11041 # On AIX, shared libraries and static libraries use the same namespace, and
11042 # are all built from PIC.
11043 case $host_os in
11044 aix3*)
11045 test "$enable_shared" = yes && enable_static=no
11046 if test -n "$RANLIB"; then
11047 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11048 postinstall_cmds='$RANLIB $lib'
11049 fi
11050 ;;
11051
11052 aix[4-9]*)
11053 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11054 test "$enable_shared" = yes && enable_static=no
11055 fi
11056 ;;
11057 esac
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11059$as_echo "$enable_shared" >&6; }
11060
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11062$as_echo_n "checking whether to build static libraries... " >&6; }
11063 # Make sure either enable_shared or enable_static is yes.
11064 test "$enable_shared" = yes || enable_static=yes
11065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11066$as_echo "$enable_static" >&6; }
11067
11068
11069
11070
11071fi
11072ac_ext=c
11073ac_cpp='$CPP $CPPFLAGS'
11074ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11075ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11076ac_compiler_gnu=$ac_cv_c_compiler_gnu
11077
11078CC="$lt_save_CC"
11079
11080
11081
11082
11083
11084
11085
11086
11087
b5bd9624 11088
b5bd9624 11089
b5bd9624 11090
b5bd9624 11091
6bb11ab3
L
11092 ac_config_commands="$ac_config_commands libtool"
11093
11094
11095
11096
11097# Only expand once:
11098
11099
5912fadd 11100
b5bd9624 11101
c906108c 11102
31e6ad7d
MF
11103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11104$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11105 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11106if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11107 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11108else
11109 USE_MAINTAINER_MODE=no
c906108c 11110fi
31e6ad7d
MF
11111
11112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11113$as_echo "$USE_MAINTAINER_MODE" >&6; }
11114 if test $USE_MAINTAINER_MODE = yes; then
11115 MAINTAINER_MODE_TRUE=
11116 MAINTAINER_MODE_FALSE='#'
c906108c 11117else
31e6ad7d
MF
11118 MAINTAINER_MODE_TRUE='#'
11119 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11120fi
11121
31e6ad7d
MF
11122 MAINT=$MAINTAINER_MODE_TRUE
11123
11124
c906108c
SS
11125
11126
347fe5bb
MF
11127sim_inline="-DDEFAULT_INLINE=0"
11128# Check whether --enable-sim-inline was given.
11129if test "${enable_sim_inline+set}" = set; then :
11130 enableval=$enable_sim_inline; sim_inline=""
11131case "$enableval" in
11132 no) sim_inline="-DDEFAULT_INLINE=0";;
11133 0) sim_inline="-DDEFAULT_INLINE=0";;
11134 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11135 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11136 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11137 new_flag=""
11138 case "$x" in
11139 *_INLINE=*) new_flag="-D$x";;
11140 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11141 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11142 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11143 esac
11144 if test x"$sim_inline" = x""; then
11145 sim_inline="$new_flag"
11146 else
11147 sim_inline="$sim_inline $new_flag"
11148 fi
11149 done;;
11150esac
11151if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11152 echo "Setting inline flags = $sim_inline" 6>&1
11153fi
11154fi
11155
11156
11157
6efef468 11158
c906108c
SS
11159
11160
1ac72f06 11161wire_endian="LITTLE"
c906108c 11162default_endian=""
81ecdfbb
RW
11163# Check whether --enable-sim-endian was given.
11164if test "${enable_sim_endian+set}" = set; then :
11165 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11166 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11167 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 11168 yes) if test x"$wire_endian" != x; then
1ac72f06 11169 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 11170 else
1ac72f06
MF
11171 if test x"$default_endian" != x; then
11172 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11173 else
11174 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11175 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11176 fi
11177 fi;;
11178 no) if test x"$default_endian" != x; then
1ac72f06 11179 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11180 else
11181 if test x"$wire_endian" != x; then
1ac72f06 11182 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11183 else
11184 echo "No default endian for target $target" 1>&6
1ac72f06 11185 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11186 fi
11187 fi;;
d0ac1c44 11188 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
11189esac
11190if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11191 echo "Setting endian flags = $sim_endian" 6>&1
11192fi
11193else
11194 if test x"$default_endian" != x; then
1ac72f06 11195 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11196else
11197 if test x"$wire_endian" != x; then
1ac72f06 11198 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11199 else
11200 sim_endian=
11201 fi
11202fi
81ecdfbb
RW
11203fi
11204
c906108c
SS
11205wire_alignment="NONSTRICT_ALIGNMENT"
11206default_alignment=""
11207
81ecdfbb
RW
11208# Check whether --enable-sim-alignment was given.
11209if test "${enable_sim_alignment+set}" = set; then :
11210 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11211 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11212 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11213 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11214 yes) if test x"$wire_alignment" != x; then
11215 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11216 else
11217 if test x"$default_alignment" != x; then
11218 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11219 else
11220 echo "No hard-wired alignment for target $target" 1>&6
11221 sim_alignment="-DWITH_ALIGNMENT=0"
11222 fi
11223 fi;;
11224 no) if test x"$default_alignment" != x; then
11225 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11226 else
11227 if test x"$wire_alignment" != x; then
11228 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11229 else
11230 echo "No default alignment for target $target" 1>&6
11231 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11232 fi
11233 fi;;
d0ac1c44 11234 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11235esac
11236if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11237 echo "Setting alignment flags = $sim_alignment" 6>&1
11238fi
11239else
11240 if test x"$default_alignment" != x; then
11241 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11242else
11243 if test x"$wire_alignment" != x; then
11244 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11245 else
11246 sim_alignment=
11247 fi
11248fi
81ecdfbb
RW
11249fi
11250
c906108c 11251
2232061b
MF
11252# Check whether --enable-werror was given.
11253if test "${enable_werror+set}" = set; then :
11254 enableval=$enable_werror; case "${enableval}" in
11255 yes | y) ERROR_ON_WARNING="yes" ;;
11256 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11257 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11258 esac
11259fi
11260
11261
11262# Enable -Werror by default when using gcc
11263if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11264 ERROR_ON_WARNING=yes
51216631 11265fi
2232061b
MF
11266
11267WERROR_CFLAGS=""
2232061b 11268
2232061b 11269build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 11270-Wpointer-sign \
2232061b 11271-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
11272-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11273-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11274-Wold-style-declaration -Wold-style-definition"
2232061b
MF
11275
11276# Enable -Wno-format by default when using gcc on mingw since many
11277# GCC versions complain about %I64.
11278case "${host}" in
11279 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 11280 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
11281esac
11282
81ecdfbb
RW
11283# Check whether --enable-build-warnings was given.
11284if test "${enable_build_warnings+set}" = set; then :
11285 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
11286 yes) ;;
11287 no) build_warnings="-w";;
11288 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11289 build_warnings="${build_warnings} ${t}";;
11290 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11291 build_warnings="${t} ${build_warnings}";;
11292 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11293esac
11294if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11295 echo "Setting compiler warning flags = $build_warnings" 6>&1
11296fi
81ecdfbb
RW
11297fi
11298# Check whether --enable-sim-build-warnings was given.
11299if test "${enable_sim_build_warnings+set}" = set; then :
11300 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
11301 yes) ;;
11302 no) build_warnings="-w";;
11303 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 11304 build_warnings="${build_warnings} ${t}";;
c906108c 11305 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
11306 build_warnings="${t} ${build_warnings}";;
11307 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
11308esac
11309if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
11310 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11311fi
81ecdfbb
RW
11312fi
11313WARN_CFLAGS=""
d4f3574e
SS
11314if test "x${build_warnings}" != x -a "x$GCC" = xyes
11315then
81ecdfbb
RW
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11317$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
11318 # Separate out the -Werror flag as some files just cannot be
11319 # compiled with it enabled.
11320 for w in ${build_warnings}; do
11321 case $w in
11322 -Werr*) WERROR_CFLAGS=-Werror ;;
11323 *) # Check that GCC accepts it
11324 saved_CFLAGS="$CFLAGS"
1f195bc3 11325 CFLAGS="$CFLAGS -Werror $w"
81ecdfbb 11326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11327/* end confdefs.h. */
c8cca39f 11328
b7026657
AC
11329int
11330main ()
11331{
c8cca39f 11332
b7026657
AC
11333 ;
11334 return 0;
11335}
11336_ACEOF
81ecdfbb 11337if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 11338 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 11339fi
81ecdfbb 11340rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
11341 CFLAGS="$saved_CFLAGS"
11342 esac
11343 done
2232061b
MF
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11345$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
11346fi
11347
11348
11349default_sim_reserved_bits="1"
81ecdfbb
RW
11350# Check whether --enable-sim-reserved-bits was given.
11351if test "${enable_sim_reserved_bits+set}" = set; then :
11352 enableval=$enable_sim_reserved_bits; case "${enableval}" in
c906108c
SS
11353 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
11354 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 11355 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
c906108c
SS
11356esac
11357if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
11358 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
11359fi
11360else
11361 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
11362fi
11363
c906108c
SS
11364wire_word_bitsize="32"
11365wire_word_msb="31"
11366wire_address_bitsize=""
11367wire_cell_bitsize=""
81ecdfbb
RW
11368# Check whether --enable-sim-bitsize was given.
11369if test "${enable_sim_bitsize+set}" = set; then :
11370 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
11371case "${enableval}" in
11372 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
11373 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
11374 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11375 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11376 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11377 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
11378 else
11379 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
11380 fi ;;
11381 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11382 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
11383 else
11384 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
11385 fi ;;
d0ac1c44 11386 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
11387esac
11388# address bitsize
11389tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
11390case x"${tmp}" in
11391 x ) ;;
11392 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
11393 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 11394 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
11395esac
11396# cell bitsize
11397tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
11398case x"${tmp}" in
11399 x ) ;;
11400 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
11401 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 11402 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
11403esac
11404if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
11405 echo "Setting bitsize flags = $sim_bitsize" 6>&1
11406fi
11407else
11408 sim_bitsize=""
11409if test x"$wire_word_bitsize" != x; then
11410 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
11411fi
11412if test x"$wire_word_msb" != x; then
11413 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
11414fi
11415if test x"$wire_address_bitsize" != x; then
11416 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
11417fi
11418if test x"$wire_cell_bitsize" != x; then
11419 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
11420fi
81ecdfbb
RW
11421fi
11422
c906108c 11423
9d903352 11424hardware="cfi core pal glue mn103cpu mn103int mn103tim mn103ser mn103iop"
81ecdfbb
RW
11425sim_hw_cflags="-DWITH_HW=1"
11426sim_hw="$hardware"
11427sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11428
81ecdfbb
RW
11429# Check whether --enable-sim-hardware was given.
11430if test "${enable_sim_hardware+set}" = set; then :
11431 enableval=$enable_sim_hardware;
30452bbe
MF
11432else
11433 enable_sim_hardware="yes"
1517bd27
MF
11434fi
11435
11436case ${enable_sim_hardware} in
64dd13df
MF
11437 yes|no) ;;
11438 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11439 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11440 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
81ecdfbb 11441esac
1517bd27 11442
64dd13df 11443if test "$enable_sim_hardware" = no; then
81ecdfbb
RW
11444 sim_hw_objs=
11445 sim_hw_cflags="-DWITH_HW=0"
11446 sim_hw=
b7026657 11447else
81ecdfbb
RW
11448 sim_hw_cflags="-DWITH_HW=1"
11449 # remove duplicates
11450 sim_hw=""
11451 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11452 for i in $hardware ; do
11453 case " $sim_hw " in
11454 *" $i "*) ;;
11455 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11456 esac
11457 done
fb61c40a 11458 # mingw does not support sockser
fb61c40a
JS
11459 case ${host} in
11460 *mingw*) ;;
49cd1634
MF
11461 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11462 # that you instatiate. Instead, other code will call into it directly.
11463 # At some point, we should convert it over.
11464 sim_hw_objs="$sim_hw_objs dv-sockser.o"
fb61c40a
JS
11465
11466cat >>confdefs.h <<_ACEOF
11467#define HAVE_DV_SOCKSER 1
11468_ACEOF
11469
11470 ;;
11471 esac
1517bd27
MF
11472 if test x"$silent" != x"yes"; then
11473 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
fb61c40a 11474 fi
1517bd27
MF
11475 case " $hardware " in
11476 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 11477$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11478if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
11479 $as_echo_n "(cached) " >&6
11480else
11481 ac_check_lib_save_LIBS=$LIBS
11482LIBS="-lm $LIBS"
11483cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11484/* end confdefs.h. */
11485
11486/* Override any GCC internal prototype to avoid an error.
11487 Use char because int might match the return type of a GCC
11488 builtin and then its argument prototype would still apply. */
11489#ifdef __cplusplus
11490extern "C"
11491#endif
11492char log2 ();
11493int
11494main ()
11495{
11496return log2 ();
11497 ;
11498 return 0;
11499}
11500_ACEOF
11501if ac_fn_c_try_link "$LINENO"; then :
11502 ac_cv_lib_m_log2=yes
11503else
11504 ac_cv_lib_m_log2=no
11505fi
11506rm -f core conftest.err conftest.$ac_objext \
11507 conftest$ac_exeext conftest.$ac_ext
11508LIBS=$ac_check_lib_save_LIBS
11509fi
11510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11511$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11512if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
11513 cat >>confdefs.h <<_ACEOF
11514#define HAVE_LIBM 1
11515_ACEOF
11516
11517 LIBS="-lm $LIBS"
11518
11519fi
11520;;
1517bd27
MF
11521 esac
11522fi
4399a56b 11523
81ecdfbb 11524
b7026657 11525
b7026657
AC
11526cgen_breaks=""
11527if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11528cgen_breaks="break cgen_rtx_error";
11529fi
11530
81ecdfbb 11531ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11532
81ecdfbb 11533ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11534
81ecdfbb 11535ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11536
81ecdfbb 11537ac_config_commands="$ac_config_commands Makefile"
38f48d72 11538
81ecdfbb 11539ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11540
760b3e8b
MF
11541
11542
11543
11544
11545
11546
11547
11548
11549
11550
11551
11552
b7026657
AC
11553cat >confcache <<\_ACEOF
11554# This file is a shell script that caches the results of configure
11555# tests run on this system so they can be shared between configure
11556# scripts and configure runs, see configure's option --config-cache.
11557# It is not useful on other systems. If it contains results you don't
11558# want to keep, you may remove or edit it.
11559#
11560# config.status only pays attention to the cache file if you give it
11561# the --recheck option to rerun configure.
11562#
11563# `ac_cv_env_foo' variables (set or unset) will be overridden when
11564# loading this file, other *unset* `ac_cv_foo' will be assigned the
11565# following values.
11566
11567_ACEOF
11568
11569# The following way of writing the cache mishandles newlines in values,
11570# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11571# So, we kill variables containing newlines.
b7026657
AC
11572# Ultrix sh set writes to stderr and can't be redirected directly,
11573# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11574(
11575 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11576 eval ac_val=\$$ac_var
11577 case $ac_val in #(
11578 *${as_nl}*)
11579 case $ac_var in #(
11580 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11581$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11582 esac
11583 case $ac_var in #(
11584 _ | IFS | as_nl) ;; #(
11585 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11586 *) { eval $ac_var=; unset $ac_var;} ;;
11587 esac ;;
11588 esac
11589 done
11590
b7026657 11591 (set) 2>&1 |
81ecdfbb
RW
11592 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11593 *${as_nl}ac_space=\ *)
11594 # `set' does not quote correctly, so add quotes: double-quote
11595 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11596 sed -n \
11597 "s/'/'\\\\''/g;
11598 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11599 ;; #(
b7026657
AC
11600 *)
11601 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11602 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11603 ;;
81ecdfbb
RW
11604 esac |
11605 sort
11606) |
b7026657 11607 sed '
81ecdfbb 11608 /^ac_cv_env_/b end
b7026657 11609 t clear
81ecdfbb 11610 :clear
b7026657
AC
11611 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11612 t end
81ecdfbb
RW
11613 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11614 :end' >>confcache
11615if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11616 if test -w "$cache_file"; then
d0ac1c44 11617 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11619$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11620 if test ! -f "$cache_file" || test -h "$cache_file"; then
11621 cat confcache >"$cache_file"
11622 else
11623 case $cache_file in #(
11624 */* | ?:*)
11625 mv -f confcache "$cache_file"$$ &&
11626 mv -f "$cache_file"$$ "$cache_file" ;; #(
11627 *)
11628 mv -f confcache "$cache_file" ;;
11629 esac
11630 fi
11631 fi
b7026657 11632 else
81ecdfbb
RW
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11634$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11635 fi
11636fi
11637rm -f confcache
11638
11639test "x$prefix" = xNONE && prefix=$ac_default_prefix
11640# Let make expand exec_prefix.
11641test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11642
b7026657
AC
11643DEFS=-DHAVE_CONFIG_H
11644
11645ac_libobjs=
11646ac_ltlibobjs=
d0ac1c44 11647U=
b7026657
AC
11648for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11649 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11650 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11651 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11652 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11653 # will be set to the directory where LIBOBJS objects are built.
11654 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11655 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11656done
11657LIBOBJS=$ac_libobjs
11658
11659LTLIBOBJS=$ac_ltlibobjs
11660
11661
0cb8d851 11662
6bb11ab3 11663if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11664 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11665Usually this means the macro was only invoked conditionally." "$LINENO" 5
11666fi
31e6ad7d 11667if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11668 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11669Usually this means the macro was only invoked conditionally." "$LINENO" 5
11670fi
b7026657 11671
d0ac1c44 11672: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11673ac_write_fail=0
b7026657
AC
11674ac_clean_files_save=$ac_clean_files
11675ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11676{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11677$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11678as_write_fail=0
11679cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11680#! $SHELL
11681# Generated by $as_me.
11682# Run this file to recreate the current configuration.
11683# Compiler output produced by configure, useful for debugging
11684# configure, is in config.log if it exists.
11685
11686debug=false
11687ac_cs_recheck=false
11688ac_cs_silent=false
b7026657 11689
81ecdfbb
RW
11690SHELL=\${CONFIG_SHELL-$SHELL}
11691export SHELL
11692_ASEOF
11693cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11694## -------------------- ##
11695## M4sh Initialization. ##
11696## -------------------- ##
11697
11698# Be more Bourne compatible
11699DUALCASE=1; export DUALCASE # for MKS sh
11700if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11701 emulate sh
11702 NULLCMD=:
81ecdfbb 11703 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11704 # is contrary to our usage. Disable this feature.
11705 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11706 setopt NO_GLOB_SUBST
11707else
11708 case `(set -o) 2>/dev/null` in #(
11709 *posix*) :
11710 set -o posix ;; #(
11711 *) :
11712 ;;
11713esac
b7026657 11714fi
b7026657 11715
81ecdfbb
RW
11716
11717as_nl='
11718'
11719export as_nl
11720# Printing a long string crashes Solaris 7 /usr/bin/printf.
11721as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11722as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11723as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11724# Prefer a ksh shell builtin over an external printf program on Solaris,
11725# but without wasting forks for bash or zsh.
11726if test -z "$BASH_VERSION$ZSH_VERSION" \
11727 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11728 as_echo='print -r --'
11729 as_echo_n='print -rn --'
11730elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11731 as_echo='printf %s\n'
11732 as_echo_n='printf %s'
11733else
11734 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11735 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11736 as_echo_n='/usr/ucb/echo -n'
11737 else
11738 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11739 as_echo_n_body='eval
11740 arg=$1;
11741 case $arg in #(
11742 *"$as_nl"*)
11743 expr "X$arg" : "X\\(.*\\)$as_nl";
11744 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11745 esac;
11746 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11747 '
11748 export as_echo_n_body
11749 as_echo_n='sh -c $as_echo_n_body as_echo'
11750 fi
11751 export as_echo_body
11752 as_echo='sh -c $as_echo_body as_echo'
11753fi
11754
11755# The user is always right.
11756if test "${PATH_SEPARATOR+set}" != set; then
11757 PATH_SEPARATOR=:
11758 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11759 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11760 PATH_SEPARATOR=';'
11761 }
c906108c 11762fi
b7026657
AC
11763
11764
81ecdfbb
RW
11765# IFS
11766# We need space, tab and new line, in precisely that order. Quoting is
11767# there to prevent editors from complaining about space-tab.
11768# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11769# splitting by setting IFS to empty value.)
11770IFS=" "" $as_nl"
11771
11772# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11773as_myself=
81ecdfbb
RW
11774case $0 in #((
11775 *[\\/]* ) as_myself=$0 ;;
11776 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11777for as_dir in $PATH
11778do
11779 IFS=$as_save_IFS
11780 test -z "$as_dir" && as_dir=.
11781 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11782 done
11783IFS=$as_save_IFS
11784
11785 ;;
11786esac
11787# We did not find ourselves, most probably we were run as `sh COMMAND'
11788# in which case we are not to be found in the path.
11789if test "x$as_myself" = x; then
11790 as_myself=$0
11791fi
11792if test ! -f "$as_myself"; then
11793 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11794 exit 1
11795fi
11796
11797# Unset variables that we do not need and which cause bugs (e.g. in
11798# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11799# suppresses any "Segmentation fault" message there. '((' could
11800# trigger a bug in pdksh 5.2.14.
11801for as_var in BASH_ENV ENV MAIL MAILPATH
11802do eval test x\${$as_var+set} = xset \
11803 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11804done
b7026657
AC
11805PS1='$ '
11806PS2='> '
11807PS4='+ '
11808
11809# NLS nuisances.
81ecdfbb
RW
11810LC_ALL=C
11811export LC_ALL
11812LANGUAGE=C
11813export LANGUAGE
11814
11815# CDPATH.
11816(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11817
11818
d0ac1c44
SM
11819# as_fn_error STATUS ERROR [LINENO LOG_FD]
11820# ----------------------------------------
81ecdfbb
RW
11821# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11822# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11823# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11824as_fn_error ()
11825{
d0ac1c44
SM
11826 as_status=$1; test $as_status -eq 0 && as_status=1
11827 if test "$4"; then
11828 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11829 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 11830 fi
d0ac1c44 11831 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11832 as_fn_exit $as_status
11833} # as_fn_error
11834
11835
11836# as_fn_set_status STATUS
11837# -----------------------
11838# Set $? to STATUS, without forking.
11839as_fn_set_status ()
11840{
11841 return $1
11842} # as_fn_set_status
11843
11844# as_fn_exit STATUS
11845# -----------------
11846# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11847as_fn_exit ()
11848{
11849 set +e
11850 as_fn_set_status $1
11851 exit $1
11852} # as_fn_exit
11853
11854# as_fn_unset VAR
11855# ---------------
11856# Portably unset VAR.
11857as_fn_unset ()
11858{
11859 { eval $1=; unset $1;}
11860}
11861as_unset=as_fn_unset
11862# as_fn_append VAR VALUE
11863# ----------------------
11864# Append the text in VALUE to the end of the definition contained in VAR. Take
11865# advantage of any shell optimizations that allow amortized linear growth over
11866# repeated appends, instead of the typical quadratic growth present in naive
11867# implementations.
11868if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11869 eval 'as_fn_append ()
11870 {
11871 eval $1+=\$2
11872 }'
11873else
11874 as_fn_append ()
11875 {
11876 eval $1=\$$1\$2
11877 }
11878fi # as_fn_append
11879
11880# as_fn_arith ARG...
11881# ------------------
11882# Perform arithmetic evaluation on the ARGs, and store the result in the
11883# global $as_val. Take advantage of shells that can avoid forks. The arguments
11884# must be portable across $(()) and expr.
11885if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11886 eval 'as_fn_arith ()
11887 {
11888 as_val=$(( $* ))
11889 }'
11890else
11891 as_fn_arith ()
11892 {
11893 as_val=`expr "$@" || test $? -eq 1`
11894 }
11895fi # as_fn_arith
11896
b7026657 11897
81ecdfbb
RW
11898if expr a : '\(a\)' >/dev/null 2>&1 &&
11899 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
11900 as_expr=expr
11901else
11902 as_expr=false
c906108c 11903fi
b7026657 11904
81ecdfbb 11905if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11906 as_basename=basename
11907else
11908 as_basename=false
c906108c
SS
11909fi
11910
81ecdfbb
RW
11911if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11912 as_dirname=dirname
11913else
11914 as_dirname=false
11915fi
c906108c 11916
81ecdfbb 11917as_me=`$as_basename -- "$0" ||
b7026657
AC
11918$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11919 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11920 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11921$as_echo X/"$0" |
11922 sed '/^.*\/\([^/][^/]*\)\/*$/{
11923 s//\1/
11924 q
11925 }
11926 /^X\/\(\/\/\)$/{
11927 s//\1/
11928 q
11929 }
11930 /^X\/\(\/\).*/{
11931 s//\1/
11932 q
11933 }
11934 s/.*/./; q'`
b7026657 11935
b7026657
AC
11936# Avoid depending upon Character Ranges.
11937as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11938as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11939as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11940as_cr_digits='0123456789'
11941as_cr_alnum=$as_cr_Letters$as_cr_digits
11942
81ecdfbb
RW
11943ECHO_C= ECHO_N= ECHO_T=
11944case `echo -n x` in #(((((
11945-n*)
11946 case `echo 'xy\c'` in
11947 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11948 xy) ECHO_C='\c';;
11949 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11950 ECHO_T=' ';;
11951 esac;;
11952*)
11953 ECHO_N='-n';;
b7026657
AC
11954esac
11955
81ecdfbb
RW
11956rm -f conf$$ conf$$.exe conf$$.file
11957if test -d conf$$.dir; then
11958 rm -f conf$$.dir/conf$$.file
c906108c 11959else
81ecdfbb
RW
11960 rm -f conf$$.dir
11961 mkdir conf$$.dir 2>/dev/null
c906108c 11962fi
81ecdfbb
RW
11963if (echo >conf$$.file) 2>/dev/null; then
11964 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11965 as_ln_s='ln -s'
81ecdfbb
RW
11966 # ... but there are two gotchas:
11967 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11968 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11969 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11970 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11971 as_ln_s='cp -pR'
81ecdfbb
RW
11972 elif ln conf$$.file conf$$ 2>/dev/null; then
11973 as_ln_s=ln
11974 else
d0ac1c44 11975 as_ln_s='cp -pR'
b7026657 11976 fi
b7026657 11977else
d0ac1c44 11978 as_ln_s='cp -pR'
c906108c 11979fi
81ecdfbb
RW
11980rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11981rmdir conf$$.dir 2>/dev/null
11982
11983
11984# as_fn_mkdir_p
11985# -------------
11986# Create "$as_dir" as a directory, including parents if necessary.
11987as_fn_mkdir_p ()
11988{
11989
11990 case $as_dir in #(
11991 -*) as_dir=./$as_dir;;
11992 esac
11993 test -d "$as_dir" || eval $as_mkdir_p || {
11994 as_dirs=
11995 while :; do
11996 case $as_dir in #(
11997 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11998 *) as_qdir=$as_dir;;
11999 esac
12000 as_dirs="'$as_qdir' $as_dirs"
12001 as_dir=`$as_dirname -- "$as_dir" ||
12002$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12003 X"$as_dir" : 'X\(//\)[^/]' \| \
12004 X"$as_dir" : 'X\(//\)$' \| \
12005 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12006$as_echo X"$as_dir" |
12007 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12008 s//\1/
12009 q
12010 }
12011 /^X\(\/\/\)[^/].*/{
12012 s//\1/
12013 q
12014 }
12015 /^X\(\/\/\)$/{
12016 s//\1/
12017 q
12018 }
12019 /^X\(\/\).*/{
12020 s//\1/
12021 q
12022 }
12023 s/.*/./; q'`
12024 test -d "$as_dir" && break
12025 done
12026 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12027 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 12028
c906108c 12029
81ecdfbb 12030} # as_fn_mkdir_p
b7026657 12031if mkdir -p . 2>/dev/null; then
81ecdfbb 12032 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 12033else
b7026657
AC
12034 test -d ./-p && rmdir ./-p
12035 as_mkdir_p=false
c906108c 12036fi
c906108c 12037
d0ac1c44
SM
12038
12039# as_fn_executable_p FILE
12040# -----------------------
12041# Test if FILE is an executable regular file.
12042as_fn_executable_p ()
12043{
12044 test -f "$1" && test -x "$1"
12045} # as_fn_executable_p
12046as_test_x='test -x'
12047as_executable_p=as_fn_executable_p
b7026657
AC
12048
12049# Sed expression to map a string onto a valid CPP name.
12050as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12051
12052# Sed expression to map a string onto a valid variable name.
12053as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12054
12055
b7026657 12056exec 6>&1
81ecdfbb
RW
12057## ----------------------------------- ##
12058## Main body of $CONFIG_STATUS script. ##
12059## ----------------------------------- ##
12060_ASEOF
12061test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12062
12063cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12064# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12065# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12066# values after options handling.
12067ac_log="
b7026657 12068This file was extended by $as_me, which was
d0ac1c44 12069generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12070
12071 CONFIG_FILES = $CONFIG_FILES
12072 CONFIG_HEADERS = $CONFIG_HEADERS
12073 CONFIG_LINKS = $CONFIG_LINKS
12074 CONFIG_COMMANDS = $CONFIG_COMMANDS
12075 $ $0 $@
12076
81ecdfbb
RW
12077on `(hostname || uname -n) 2>/dev/null | sed 1q`
12078"
12079
b7026657
AC
12080_ACEOF
12081
81ecdfbb
RW
12082case $ac_config_files in *"
12083"*) set x $ac_config_files; shift; ac_config_files=$*;;
12084esac
b7026657 12085
81ecdfbb
RW
12086case $ac_config_headers in *"
12087"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12088esac
b7026657 12089
c906108c 12090
81ecdfbb
RW
12091cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12092# Files that config.status was made for.
12093config_files="$ac_config_files"
12094config_headers="$ac_config_headers"
81ecdfbb 12095config_commands="$ac_config_commands"
c906108c 12096
81ecdfbb 12097_ACEOF
c906108c 12098
81ecdfbb 12099cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12100ac_cs_usage="\
81ecdfbb
RW
12101\`$as_me' instantiates files and other configuration actions
12102from templates according to the current configuration. Unless the files
12103and actions are specified as TAGs, all are instantiated by default.
c906108c 12104
81ecdfbb 12105Usage: $0 [OPTION]... [TAG]...
c906108c 12106
b7026657 12107 -h, --help print this help, then exit
81ecdfbb 12108 -V, --version print version number and configuration settings, then exit
d0ac1c44 12109 --config print configuration, then exit
81ecdfbb
RW
12110 -q, --quiet, --silent
12111 do not print progress messages
b7026657
AC
12112 -d, --debug don't remove temporary files
12113 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12114 --file=FILE[:TEMPLATE]
12115 instantiate the configuration file FILE
12116 --header=FILE[:TEMPLATE]
12117 instantiate the configuration header FILE
b7026657
AC
12118
12119Configuration files:
12120$config_files
12121
12122Configuration headers:
12123$config_headers
12124
b7026657
AC
12125Configuration commands:
12126$config_commands
12127
81ecdfbb 12128Report bugs to the package provider."
b7026657 12129
81ecdfbb
RW
12130_ACEOF
12131cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12132ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12133ac_cs_version="\\
12134config.status
d0ac1c44
SM
12135configured by $0, generated by GNU Autoconf 2.69,
12136 with options \\"\$ac_cs_config\\"
b7026657 12137
d0ac1c44 12138Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12139This config.status script is free software; the Free Software Foundation
12140gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12141
12142ac_pwd='$ac_pwd'
12143srcdir='$srcdir'
12144INSTALL='$INSTALL'
6bb11ab3 12145AWK='$AWK'
81ecdfbb 12146test -n "\$AWK" || AWK=awk
b7026657
AC
12147_ACEOF
12148
81ecdfbb
RW
12149cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12150# The default lists apply if the user does not specify any file.
b7026657
AC
12151ac_need_defaults=:
12152while test $# != 0
12153do
12154 case $1 in
d0ac1c44 12155 --*=?*)
81ecdfbb
RW
12156 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12157 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12158 ac_shift=:
c906108c 12159 ;;
d0ac1c44
SM
12160 --*=)
12161 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12162 ac_optarg=
12163 ac_shift=:
12164 ;;
81ecdfbb 12165 *)
b7026657
AC
12166 ac_option=$1
12167 ac_optarg=$2
12168 ac_shift=shift
c906108c 12169 ;;
b7026657 12170 esac
c906108c 12171
b7026657
AC
12172 case $ac_option in
12173 # Handling of the options.
b7026657
AC
12174 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12175 ac_cs_recheck=: ;;
81ecdfbb
RW
12176 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12177 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12178 --config | --confi | --conf | --con | --co | --c )
12179 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12180 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12181 debug=: ;;
12182 --file | --fil | --fi | --f )
12183 $ac_shift
81ecdfbb
RW
12184 case $ac_optarg in
12185 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12186 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12187 esac
12188 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12189 ac_need_defaults=false;;
12190 --header | --heade | --head | --hea )
12191 $ac_shift
81ecdfbb
RW
12192 case $ac_optarg in
12193 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12194 esac
12195 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12196 ac_need_defaults=false;;
81ecdfbb
RW
12197 --he | --h)
12198 # Conflict between --help and --header
d0ac1c44 12199 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12200Try \`$0 --help' for more information.";;
12201 --help | --hel | -h )
12202 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12203 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12204 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12205 ac_cs_silent=: ;;
c906108c 12206
b7026657 12207 # This is an error.
d0ac1c44 12208 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12209Try \`$0 --help' for more information." ;;
c906108c 12210
81ecdfbb
RW
12211 *) as_fn_append ac_config_targets " $1"
12212 ac_need_defaults=false ;;
b7026657
AC
12213
12214 esac
12215 shift
12216done
12217
12218ac_configure_extra_args=
12219
12220if $ac_cs_silent; then
12221 exec 6>/dev/null
12222 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12223fi
12224
b7026657 12225_ACEOF
81ecdfbb 12226cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12227if \$ac_cs_recheck; then
d0ac1c44 12228 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12229 shift
12230 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12231 CONFIG_SHELL='$SHELL'
12232 export CONFIG_SHELL
12233 exec "\$@"
b7026657 12234fi
c906108c 12235
b7026657 12236_ACEOF
81ecdfbb
RW
12237cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12238exec 5>>config.log
12239{
12240 echo
12241 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12242## Running $as_me. ##
12243_ASBOX
12244 $as_echo "$ac_log"
12245} >&5
c906108c 12246
81ecdfbb
RW
12247_ACEOF
12248cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12249#
12250# INIT-COMMANDS
12251#
12252ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12253
6bb11ab3
L
12254
12255# The HP-UX ksh and POSIX shell print the target directory to stdout
12256# if CDPATH is set.
12257(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12258
12259sed_quote_subst='$sed_quote_subst'
12260double_quote_subst='$double_quote_subst'
12261delay_variable_subst='$delay_variable_subst'
12262macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12263macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12264enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12265enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12266pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12267enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12268SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12269ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12270host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12271host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12272host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12273build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12274build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12275build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12276SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12277Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12278GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12279EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12280FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12281LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12282NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12283LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12284max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12285ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12286exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12287lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12288lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12289lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12290reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12291reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12292OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12293deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12294file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12295AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12296AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12297STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12298RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12299old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12300old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12301old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12302lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12303CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12304CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12305compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12306GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12307lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12308lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12309lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12310lt_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"`'
12311objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12312MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12313lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12314lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12315lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12316lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12317lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12318need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12319DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12320NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12321LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12322OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12323OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12324libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12325shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12326extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12327archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12328enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12329export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12330whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12331compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12332old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12333old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12334archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12335archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12336module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12337module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12338with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12339allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12340no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12341hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12342hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12343hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12344hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12345hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12346hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12347hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12348hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12349inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12350link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12351fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12352always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12353export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12354exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12355include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12356prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12357file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12358variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12359need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12360need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12361version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12362runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12363shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12364shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12365libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12366library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12367soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12368install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12369postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12370postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12371finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12372finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12373hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12374sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12375sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12376hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12377enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12378enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12379enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12380old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12381striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12382
12383LTCC='$LTCC'
12384LTCFLAGS='$LTCFLAGS'
12385compiler='$compiler_DEFAULT'
12386
12387# A function that is used when there is no print builtin or printf.
12388func_fallback_echo ()
12389{
12390 eval 'cat <<_LTECHO_EOF
12391\$1
12392_LTECHO_EOF'
12393}
12394
12395# Quote evaled strings.
12396for var in SHELL \
12397ECHO \
12398SED \
12399GREP \
12400EGREP \
12401FGREP \
12402LD \
12403NM \
12404LN_S \
12405lt_SP2NL \
12406lt_NL2SP \
12407reload_flag \
12408OBJDUMP \
12409deplibs_check_method \
12410file_magic_cmd \
12411AR \
12412AR_FLAGS \
12413STRIP \
12414RANLIB \
12415CC \
12416CFLAGS \
12417compiler \
12418lt_cv_sys_global_symbol_pipe \
12419lt_cv_sys_global_symbol_to_cdecl \
12420lt_cv_sys_global_symbol_to_c_name_address \
12421lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12422lt_prog_compiler_no_builtin_flag \
12423lt_prog_compiler_wl \
12424lt_prog_compiler_pic \
12425lt_prog_compiler_static \
12426lt_cv_prog_compiler_c_o \
12427need_locks \
12428DSYMUTIL \
12429NMEDIT \
12430LIPO \
12431OTOOL \
12432OTOOL64 \
12433shrext_cmds \
12434export_dynamic_flag_spec \
12435whole_archive_flag_spec \
12436compiler_needs_object \
12437with_gnu_ld \
12438allow_undefined_flag \
12439no_undefined_flag \
12440hardcode_libdir_flag_spec \
12441hardcode_libdir_flag_spec_ld \
12442hardcode_libdir_separator \
12443fix_srcfile_path \
12444exclude_expsyms \
12445include_expsyms \
12446file_list_spec \
12447variables_saved_for_relink \
12448libname_spec \
12449library_names_spec \
12450soname_spec \
12451install_override_mode \
12452finish_eval \
12453old_striplib \
12454striplib; do
12455 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12456 *[\\\\\\\`\\"\\\$]*)
12457 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12458 ;;
12459 *)
12460 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12461 ;;
12462 esac
12463done
12464
12465# Double-quote double-evaled strings.
12466for var in reload_cmds \
12467old_postinstall_cmds \
12468old_postuninstall_cmds \
12469old_archive_cmds \
12470extract_expsyms_cmds \
12471old_archive_from_new_cmds \
12472old_archive_from_expsyms_cmds \
12473archive_cmds \
12474archive_expsym_cmds \
12475module_cmds \
12476module_expsym_cmds \
12477export_symbols_cmds \
12478prelink_cmds \
12479postinstall_cmds \
12480postuninstall_cmds \
12481finish_cmds \
12482sys_lib_search_path_spec \
12483sys_lib_dlsearch_path_spec; do
12484 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12485 *[\\\\\\\`\\"\\\$]*)
12486 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12487 ;;
12488 *)
12489 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12490 ;;
12491 esac
12492done
12493
12494ac_aux_dir='$ac_aux_dir'
12495xsi_shell='$xsi_shell'
12496lt_shell_append='$lt_shell_append'
12497
12498# See if we are running on zsh, and set the options which allow our
12499# commands through without removal of \ escapes INIT.
12500if test -n "\${ZSH_VERSION+set}" ; then
12501 setopt NO_GLOB_SUBST
12502fi
12503
12504
12505 PACKAGE='$PACKAGE'
12506 VERSION='$VERSION'
12507 TIMESTAMP='$TIMESTAMP'
12508 RM='$RM'
12509 ofile='$ofile'
12510
12511
12512
12513
81ecdfbb 12514_ACEOF
c906108c 12515
81ecdfbb 12516cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 12517
81ecdfbb 12518# Handling of arguments.
b7026657 12519for ac_config_target in $ac_config_targets
c906108c 12520do
81ecdfbb
RW
12521 case $ac_config_target in
12522 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12523 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12524 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12525 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12526 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12527 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12528 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12529 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12530
d0ac1c44 12531 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
12532 esac
12533done
12534
81ecdfbb 12535
b7026657
AC
12536# If the user did not use the arguments to specify the items to instantiate,
12537# then the envvar interface is used. Set only those that are not.
12538# We use the long form for the default assignment because of an extremely
12539# bizarre bug on SunOS 4.1.3.
12540if $ac_need_defaults; then
12541 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12542 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
12543 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12544fi
12545
12546# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12547# simply because there is no reason against having it here, and in addition,
b7026657 12548# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12549# Hook for its removal unless debugging.
12550# Note that there is a small window in which the directory will not be cleaned:
12551# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12552$debug ||
12553{
d0ac1c44 12554 tmp= ac_tmp=
81ecdfbb 12555 trap 'exit_status=$?
d0ac1c44
SM
12556 : "${ac_tmp:=$tmp}"
12557 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12558' 0
12559 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12560}
b7026657 12561# Create a (secure) tmp directory for tmp files.
c906108c 12562
b7026657 12563{
81ecdfbb 12564 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12565 test -d "$tmp"
b7026657
AC
12566} ||
12567{
81ecdfbb
RW
12568 tmp=./conf$$-$RANDOM
12569 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12570} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12571ac_tmp=$tmp
b7026657 12572
81ecdfbb
RW
12573# Set up the scripts for CONFIG_FILES section.
12574# No need to generate them if there are no CONFIG_FILES.
12575# This happens for instance with `./config.status config.h'.
12576if test -n "$CONFIG_FILES"; then
b7026657 12577
c906108c 12578
81ecdfbb
RW
12579ac_cr=`echo X | tr X '\015'`
12580# On cygwin, bash can eat \r inside `` if the user requested igncr.
12581# But we know of no other shell where ac_cr would be empty at this
12582# point, so we can use a bashism as a fallback.
12583if test "x$ac_cr" = x; then
12584 eval ac_cr=\$\'\\r\'
12585fi
12586ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12587if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12588 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12589else
12590 ac_cs_awk_cr=$ac_cr
12591fi
b7026657 12592
d0ac1c44 12593echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12594_ACEOF
12595
c906108c 12596
81ecdfbb
RW
12597{
12598 echo "cat >conf$$subs.awk <<_ACEOF" &&
12599 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12600 echo "_ACEOF"
12601} >conf$$subs.sh ||
d0ac1c44
SM
12602 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12603ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12604ac_delim='%!_!# '
12605for ac_last_try in false false false false false :; do
12606 . ./conf$$subs.sh ||
d0ac1c44 12607 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12608
12609 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12610 if test $ac_delim_n = $ac_delim_num; then
12611 break
12612 elif $ac_last_try; then
d0ac1c44 12613 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 12614 else
81ecdfbb
RW
12615 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12616 fi
12617done
12618rm -f conf$$subs.sh
12619
12620cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12621cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
12622_ACEOF
12623sed -n '
12624h
12625s/^/S["/; s/!.*/"]=/
12626p
12627g
12628s/^[^!]*!//
12629:repl
12630t repl
12631s/'"$ac_delim"'$//
12632t delim
12633:nl
12634h
d0ac1c44 12635s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12636t more1
12637s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12638p
12639n
12640b repl
12641:more1
12642s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12643p
12644g
12645s/.\{148\}//
12646t nl
12647:delim
12648h
d0ac1c44 12649s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12650t more2
12651s/["\\]/\\&/g; s/^/"/; s/$/"/
12652p
12653b
12654:more2
12655s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12656p
12657g
12658s/.\{148\}//
12659t delim
12660' <conf$$subs.awk | sed '
12661/^[^""]/{
12662 N
12663 s/\n//
12664}
12665' >>$CONFIG_STATUS || ac_write_fail=1
12666rm -f conf$$subs.awk
12667cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12668_ACAWK
d0ac1c44 12669cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12670 for (key in S) S_is_set[key] = 1
12671 FS = "\a"
b7026657 12672
81ecdfbb
RW
12673}
12674{
12675 line = $ 0
12676 nfields = split(line, field, "@")
12677 substed = 0
12678 len = length(field[1])
12679 for (i = 2; i < nfields; i++) {
12680 key = field[i]
12681 keylen = length(key)
12682 if (S_is_set[key]) {
12683 value = S[key]
12684 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12685 len += length(value) + length(field[++i])
12686 substed = 1
12687 } else
12688 len += 1 + keylen
12689 }
12690
12691 print line
12692}
c906108c 12693
81ecdfbb
RW
12694_ACAWK
12695_ACEOF
12696cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12697if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12698 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12699else
81ecdfbb 12700 cat
d0ac1c44
SM
12701fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12702 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12703_ACEOF
b7026657 12704
d0ac1c44
SM
12705# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12706# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12707# trailing colons and then remove the whole line if VPATH becomes empty
12708# (actually we leave an empty line to preserve line numbers).
12709if test "x$srcdir" = x.; then
d0ac1c44
SM
12710 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12711h
12712s///
12713s/^/:/
12714s/[ ]*$/:/
12715s/:\$(srcdir):/:/g
12716s/:\${srcdir}:/:/g
12717s/:@srcdir@:/:/g
12718s/^:*//
81ecdfbb 12719s/:*$//
d0ac1c44
SM
12720x
12721s/\(=[ ]*\).*/\1/
12722G
12723s/\n//
81ecdfbb
RW
12724s/^[^=]*=[ ]*$//
12725}'
12726fi
c906108c 12727
81ecdfbb
RW
12728cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12729fi # test -n "$CONFIG_FILES"
c906108c 12730
81ecdfbb
RW
12731# Set up the scripts for CONFIG_HEADERS section.
12732# No need to generate them if there are no CONFIG_HEADERS.
12733# This happens for instance with `./config.status Makefile'.
12734if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12735cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12736BEGIN {
12737_ACEOF
b7026657 12738
81ecdfbb
RW
12739# Transform confdefs.h into an awk script `defines.awk', embedded as
12740# here-document in config.status, that substitutes the proper values into
12741# config.h.in to produce config.h.
c906108c 12742
81ecdfbb
RW
12743# Create a delimiter string that does not exist in confdefs.h, to ease
12744# handling of long lines.
12745ac_delim='%!_!# '
12746for ac_last_try in false false :; do
d0ac1c44
SM
12747 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12748 if test -z "$ac_tt"; then
81ecdfbb
RW
12749 break
12750 elif $ac_last_try; then
d0ac1c44 12751 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 12752 else
81ecdfbb 12753 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 12754 fi
b7026657 12755done
81ecdfbb
RW
12756
12757# For the awk script, D is an array of macro values keyed by name,
12758# likewise P contains macro parameters if any. Preserve backslash
12759# newline sequences.
12760
12761ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12762sed -n '
12763s/.\{148\}/&'"$ac_delim"'/g
12764t rset
12765:rset
12766s/^[ ]*#[ ]*define[ ][ ]*/ /
12767t def
12768d
12769:def
12770s/\\$//
12771t bsnl
12772s/["\\]/\\&/g
12773s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12774D["\1"]=" \3"/p
12775s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12776d
12777:bsnl
12778s/["\\]/\\&/g
12779s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12780D["\1"]=" \3\\\\\\n"\\/p
12781t cont
12782s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12783t cont
12784d
12785:cont
12786n
12787s/.\{148\}/&'"$ac_delim"'/g
12788t clear
12789:clear
12790s/\\$//
12791t bsnlc
12792s/["\\]/\\&/g; s/^/"/; s/$/"/p
12793d
12794:bsnlc
12795s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12796b cont
12797' <confdefs.h | sed '
12798s/'"$ac_delim"'/"\\\
12799"/g' >>$CONFIG_STATUS || ac_write_fail=1
12800
12801cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12802 for (key in D) D_is_set[key] = 1
12803 FS = "\a"
12804}
12805/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12806 line = \$ 0
12807 split(line, arg, " ")
12808 if (arg[1] == "#") {
12809 defundef = arg[2]
12810 mac1 = arg[3]
12811 } else {
12812 defundef = substr(arg[1], 2)
12813 mac1 = arg[2]
12814 }
12815 split(mac1, mac2, "(") #)
12816 macro = mac2[1]
12817 prefix = substr(line, 1, index(line, defundef) - 1)
12818 if (D_is_set[macro]) {
12819 # Preserve the white space surrounding the "#".
12820 print prefix "define", macro P[macro] D[macro]
12821 next
12822 } else {
12823 # Replace #undef with comments. This is necessary, for example,
12824 # in the case of _POSIX_SOURCE, which is predefined and required
12825 # on some systems where configure will not decide to define it.
12826 if (defundef == "undef") {
12827 print "/*", prefix defundef, macro, "*/"
12828 next
12829 }
12830 }
12831}
12832{ print }
12833_ACAWK
b7026657 12834_ACEOF
81ecdfbb 12835cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 12836 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 12837fi # test -n "$CONFIG_HEADERS"
b7026657 12838
c906108c 12839
99d8e879 12840eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
12841shift
12842for ac_tag
12843do
12844 case $ac_tag in
12845 :[FHLC]) ac_mode=$ac_tag; continue;;
c906108c 12846 esac
81ecdfbb
RW
12847 case $ac_mode$ac_tag in
12848 :[FHL]*:*);;
d0ac1c44 12849 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12850 :[FH]-) ac_tag=-:-;;
12851 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12852 esac
12853 ac_save_IFS=$IFS
12854 IFS=:
12855 set x $ac_tag
12856 IFS=$ac_save_IFS
12857 shift
12858 ac_file=$1
12859 shift
c906108c 12860
81ecdfbb
RW
12861 case $ac_mode in
12862 :L) ac_source=$1;;
12863 :[FH])
12864 ac_file_inputs=
12865 for ac_f
12866 do
12867 case $ac_f in
d0ac1c44 12868 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12869 *) # Look for the file first in the build tree, then in the source tree
12870 # (if the path is not absolute). The absolute path cannot be DOS-style,
12871 # because $ac_f cannot contain `:'.
12872 test -f "$ac_f" ||
12873 case $ac_f in
12874 [\\/$]*) false;;
12875 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12876 esac ||
d0ac1c44 12877 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12878 esac
81ecdfbb
RW
12879 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12880 as_fn_append ac_file_inputs " '$ac_f'"
12881 done
b7026657 12882
81ecdfbb
RW
12883 # Let's still pretend it is `configure' which instantiates (i.e., don't
12884 # use $as_me), people would be surprised to read:
12885 # /* config.h. Generated by config.status. */
12886 configure_input='Generated from '`
12887 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12888 `' by configure.'
12889 if test x"$ac_file" != x-; then
12890 configure_input="$ac_file. $configure_input"
12891 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12892$as_echo "$as_me: creating $ac_file" >&6;}
12893 fi
12894 # Neutralize special characters interpreted by sed in replacement strings.
12895 case $configure_input in #(
12896 *\&* | *\|* | *\\* )
12897 ac_sed_conf_input=`$as_echo "$configure_input" |
12898 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12899 *) ac_sed_conf_input=$configure_input;;
12900 esac
b7026657 12901
81ecdfbb 12902 case $ac_tag in
d0ac1c44
SM
12903 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12904 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12905 esac
12906 ;;
12907 esac
b7026657 12908
81ecdfbb 12909 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12910$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12911 X"$ac_file" : 'X\(//\)[^/]' \| \
12912 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12913 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12914$as_echo X"$ac_file" |
12915 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12916 s//\1/
12917 q
12918 }
12919 /^X\(\/\/\)[^/].*/{
12920 s//\1/
12921 q
12922 }
12923 /^X\(\/\/\)$/{
12924 s//\1/
12925 q
12926 }
12927 /^X\(\/\).*/{
12928 s//\1/
12929 q
12930 }
12931 s/.*/./; q'`
12932 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12933 ac_builddir=.
12934
81ecdfbb
RW
12935case "$ac_dir" in
12936.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12937*)
12938 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12939 # A ".." for each directory in $ac_dir_suffix.
12940 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12941 case $ac_top_builddir_sub in
12942 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12943 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12944 esac ;;
12945esac
12946ac_abs_top_builddir=$ac_pwd
12947ac_abs_builddir=$ac_pwd$ac_dir_suffix
12948# for backward compatibility:
12949ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12950
12951case $srcdir in
81ecdfbb 12952 .) # We are building in place.
b7026657 12953 ac_srcdir=.
81ecdfbb
RW
12954 ac_top_srcdir=$ac_top_builddir_sub
12955 ac_abs_top_srcdir=$ac_pwd ;;
12956 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12957 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12958 ac_top_srcdir=$srcdir
12959 ac_abs_top_srcdir=$srcdir ;;
12960 *) # Relative name.
12961 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12962 ac_top_srcdir=$ac_top_build_prefix$srcdir
12963 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12964esac
81ecdfbb 12965ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12966
c906108c 12967
81ecdfbb
RW
12968 case $ac_mode in
12969 :F)
12970 #
12971 # CONFIG_FILE
12972 #
b7026657 12973
81ecdfbb
RW
12974 case $INSTALL in
12975 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12976 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 12977 esac
81ecdfbb 12978_ACEOF
c906108c 12979
81ecdfbb
RW
12980cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12981# If the template does not know about datarootdir, expand it.
12982# FIXME: This hack should be removed a few years after 2.60.
12983ac_datarootdir_hack=; ac_datarootdir_seen=
12984ac_sed_dataroot='
12985/datarootdir/ {
12986 p
12987 q
12988}
12989/@datadir@/p
12990/@docdir@/p
12991/@infodir@/p
12992/@localedir@/p
12993/@mandir@/p'
12994case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12995*datarootdir*) ac_datarootdir_seen=yes;;
12996*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12998$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12999_ACEOF
13000cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13001 ac_datarootdir_hack='
13002 s&@datadir@&$datadir&g
13003 s&@docdir@&$docdir&g
13004 s&@infodir@&$infodir&g
13005 s&@localedir@&$localedir&g
13006 s&@mandir@&$mandir&g
13007 s&\\\${datarootdir}&$datarootdir&g' ;;
13008esac
b7026657 13009_ACEOF
b7026657 13010
81ecdfbb
RW
13011# Neutralize VPATH when `$srcdir' = `.'.
13012# Shell code in configure.ac might set extrasub.
13013# FIXME: do we really want to maintain this feature?
13014cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13015ac_sed_extra="$ac_vpsub
13016$extrasub
13017_ACEOF
13018cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13019:t
13020/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13021s|@configure_input@|$ac_sed_conf_input|;t t
13022s&@top_builddir@&$ac_top_builddir_sub&;t t
13023s&@top_build_prefix@&$ac_top_build_prefix&;t t
13024s&@srcdir@&$ac_srcdir&;t t
13025s&@abs_srcdir@&$ac_abs_srcdir&;t t
13026s&@top_srcdir@&$ac_top_srcdir&;t t
13027s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13028s&@builddir@&$ac_builddir&;t t
13029s&@abs_builddir@&$ac_abs_builddir&;t t
13030s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13031s&@INSTALL@&$ac_INSTALL&;t t
13032$ac_datarootdir_hack
13033"
d0ac1c44
SM
13034eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13035 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13036
13037test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13038 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13039 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13040 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13042which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13043$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13044which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13045
d0ac1c44 13046 rm -f "$ac_tmp/stdin"
81ecdfbb 13047 case $ac_file in
d0ac1c44
SM
13048 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13049 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13050 esac \
d0ac1c44 13051 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13052 ;;
13053 :H)
13054 #
13055 # CONFIG_HEADER
13056 #
13057 if test x"$ac_file" != x-; then
13058 {
13059 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13060 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13061 } >"$ac_tmp/config.h" \
13062 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13063 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13065$as_echo "$as_me: $ac_file is unchanged" >&6;}
13066 else
13067 rm -f "$ac_file"
d0ac1c44
SM
13068 mv "$ac_tmp/config.h" "$ac_file" \
13069 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13070 fi
b7026657 13071 else
81ecdfbb 13072 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13073 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13074 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13075 fi
13076 ;;
b7026657 13077
81ecdfbb
RW
13078 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13079$as_echo "$as_me: executing $ac_file commands" >&6;}
13080 ;;
13081 esac
b7026657
AC
13082
13083
81ecdfbb 13084 case $ac_file$ac_mode in
db2e4d67 13085 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13086 "libtool":C)
13087
13088 # See if we are running on zsh, and set the options which allow our
13089 # commands through without removal of \ escapes.
13090 if test -n "${ZSH_VERSION+set}" ; then
13091 setopt NO_GLOB_SUBST
13092 fi
13093
13094 cfgfile="${ofile}T"
13095 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13096 $RM "$cfgfile"
13097
13098 cat <<_LT_EOF >> "$cfgfile"
13099#! $SHELL
13100
13101# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13102# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13103# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13104# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13105#
13106# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13107# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13108# Written by Gordon Matzigkeit, 1996
13109#
13110# This file is part of GNU Libtool.
13111#
13112# GNU Libtool is free software; you can redistribute it and/or
13113# modify it under the terms of the GNU General Public License as
13114# published by the Free Software Foundation; either version 2 of
13115# the License, or (at your option) any later version.
13116#
13117# As a special exception to the GNU General Public License,
13118# if you distribute this file as part of a program or library that
13119# is built using GNU Libtool, you may include this file under the
13120# same distribution terms that you use for the rest of that program.
13121#
13122# GNU Libtool is distributed in the hope that it will be useful,
13123# but WITHOUT ANY WARRANTY; without even the implied warranty of
13124# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13125# GNU General Public License for more details.
13126#
13127# You should have received a copy of the GNU General Public License
13128# along with GNU Libtool; see the file COPYING. If not, a copy
13129# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13130# obtained by writing to the Free Software Foundation, Inc.,
13131# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13132
13133
13134# The names of the tagged configurations supported by this script.
13135available_tags=""
13136
13137# ### BEGIN LIBTOOL CONFIG
13138
13139# Which release of libtool.m4 was used?
13140macro_version=$macro_version
13141macro_revision=$macro_revision
13142
13143# Whether or not to build shared libraries.
13144build_libtool_libs=$enable_shared
13145
13146# Whether or not to build static libraries.
13147build_old_libs=$enable_static
13148
13149# What type of objects to build.
13150pic_mode=$pic_mode
13151
13152# Whether or not to optimize for fast installation.
13153fast_install=$enable_fast_install
13154
13155# Shell to use when invoking shell scripts.
13156SHELL=$lt_SHELL
13157
13158# An echo program that protects backslashes.
13159ECHO=$lt_ECHO
13160
13161# The host system.
13162host_alias=$host_alias
13163host=$host
13164host_os=$host_os
13165
13166# The build system.
13167build_alias=$build_alias
13168build=$build
13169build_os=$build_os
13170
13171# A sed program that does not truncate output.
13172SED=$lt_SED
13173
13174# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13175Xsed="\$SED -e 1s/^X//"
13176
13177# A grep program that handles long lines.
13178GREP=$lt_GREP
13179
13180# An ERE matcher.
13181EGREP=$lt_EGREP
13182
13183# A literal string matcher.
13184FGREP=$lt_FGREP
13185
13186# A BSD- or MS-compatible name lister.
13187NM=$lt_NM
13188
13189# Whether we need soft or hard links.
13190LN_S=$lt_LN_S
13191
13192# What is the maximum length of a command?
13193max_cmd_len=$max_cmd_len
13194
13195# Object file suffix (normally "o").
13196objext=$ac_objext
13197
13198# Executable file suffix (normally "").
13199exeext=$exeext
13200
13201# whether the shell understands "unset".
13202lt_unset=$lt_unset
13203
13204# turn spaces into newlines.
13205SP2NL=$lt_lt_SP2NL
13206
13207# turn newlines into spaces.
13208NL2SP=$lt_lt_NL2SP
13209
13210# An object symbol dumper.
13211OBJDUMP=$lt_OBJDUMP
13212
13213# Method to check whether dependent libraries are shared objects.
13214deplibs_check_method=$lt_deplibs_check_method
13215
13216# Command to use when deplibs_check_method == "file_magic".
13217file_magic_cmd=$lt_file_magic_cmd
13218
13219# The archiver.
13220AR=$lt_AR
13221AR_FLAGS=$lt_AR_FLAGS
13222
13223# A symbol stripping program.
13224STRIP=$lt_STRIP
13225
13226# Commands used to install an old-style archive.
13227RANLIB=$lt_RANLIB
13228old_postinstall_cmds=$lt_old_postinstall_cmds
13229old_postuninstall_cmds=$lt_old_postuninstall_cmds
13230
13231# Whether to use a lock for old archive extraction.
13232lock_old_archive_extraction=$lock_old_archive_extraction
13233
13234# A C compiler.
13235LTCC=$lt_CC
13236
13237# LTCC compiler flags.
13238LTCFLAGS=$lt_CFLAGS
13239
13240# Take the output of nm and produce a listing of raw symbols and C names.
13241global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13242
13243# Transform the output of nm in a proper C declaration.
13244global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13245
13246# Transform the output of nm in a C name address pair.
13247global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13248
13249# Transform the output of nm in a C name address pair when lib prefix is needed.
13250global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13251
13252# The name of the directory that contains temporary libtool files.
13253objdir=$objdir
13254
13255# Used to examine libraries when file_magic_cmd begins with "file".
13256MAGIC_CMD=$MAGIC_CMD
13257
13258# Must we lock files when doing compilation?
13259need_locks=$lt_need_locks
13260
13261# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13262DSYMUTIL=$lt_DSYMUTIL
13263
13264# Tool to change global to local symbols on Mac OS X.
13265NMEDIT=$lt_NMEDIT
13266
13267# Tool to manipulate fat objects and archives on Mac OS X.
13268LIPO=$lt_LIPO
13269
13270# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13271OTOOL=$lt_OTOOL
13272
13273# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13274OTOOL64=$lt_OTOOL64
13275
13276# Old archive suffix (normally "a").
13277libext=$libext
13278
13279# Shared library suffix (normally ".so").
13280shrext_cmds=$lt_shrext_cmds
13281
13282# The commands to extract the exported symbol list from a shared archive.
13283extract_expsyms_cmds=$lt_extract_expsyms_cmds
13284
13285# Variables whose values should be saved in libtool wrapper scripts and
13286# restored at link time.
13287variables_saved_for_relink=$lt_variables_saved_for_relink
13288
13289# Do we need the "lib" prefix for modules?
13290need_lib_prefix=$need_lib_prefix
13291
13292# Do we need a version for libraries?
13293need_version=$need_version
13294
13295# Library versioning type.
13296version_type=$version_type
13297
13298# Shared library runtime path variable.
13299runpath_var=$runpath_var
13300
13301# Shared library path variable.
13302shlibpath_var=$shlibpath_var
13303
13304# Is shlibpath searched before the hard-coded library search path?
13305shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13306
13307# Format of library name prefix.
13308libname_spec=$lt_libname_spec
13309
13310# List of archive names. First name is the real one, the rest are links.
13311# The last name is the one that the linker finds with -lNAME
13312library_names_spec=$lt_library_names_spec
13313
13314# The coded name of the library, if different from the real name.
13315soname_spec=$lt_soname_spec
13316
13317# Permission mode override for installation of shared libraries.
13318install_override_mode=$lt_install_override_mode
13319
13320# Command to use after installation of a shared archive.
13321postinstall_cmds=$lt_postinstall_cmds
13322
13323# Command to use after uninstallation of a shared archive.
13324postuninstall_cmds=$lt_postuninstall_cmds
13325
13326# Commands used to finish a libtool library installation in a directory.
13327finish_cmds=$lt_finish_cmds
13328
13329# As "finish_cmds", except a single script fragment to be evaled but
13330# not shown.
13331finish_eval=$lt_finish_eval
13332
13333# Whether we should hardcode library paths into libraries.
13334hardcode_into_libs=$hardcode_into_libs
13335
13336# Compile-time system search path for libraries.
13337sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13338
13339# Run-time system search path for libraries.
13340sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13341
13342# Whether dlopen is supported.
13343dlopen_support=$enable_dlopen
13344
13345# Whether dlopen of programs is supported.
13346dlopen_self=$enable_dlopen_self
13347
13348# Whether dlopen of statically linked programs is supported.
13349dlopen_self_static=$enable_dlopen_self_static
13350
13351# Commands to strip libraries.
13352old_striplib=$lt_old_striplib
13353striplib=$lt_striplib
13354
13355
13356# The linker used to build libraries.
13357LD=$lt_LD
13358
13359# How to create reloadable object files.
13360reload_flag=$lt_reload_flag
13361reload_cmds=$lt_reload_cmds
13362
13363# Commands used to build an old-style archive.
13364old_archive_cmds=$lt_old_archive_cmds
13365
13366# A language specific compiler.
13367CC=$lt_compiler
13368
13369# Is the compiler the GNU compiler?
13370with_gcc=$GCC
13371
13372# Compiler flag to turn off builtin functions.
13373no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13374
13375# How to pass a linker flag through the compiler.
13376wl=$lt_lt_prog_compiler_wl
13377
13378# Additional compiler flags for building library objects.
13379pic_flag=$lt_lt_prog_compiler_pic
13380
13381# Compiler flag to prevent dynamic linking.
13382link_static_flag=$lt_lt_prog_compiler_static
13383
13384# Does compiler simultaneously support -c and -o options?
13385compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13386
13387# Whether or not to add -lc for building shared libraries.
13388build_libtool_need_lc=$archive_cmds_need_lc
13389
13390# Whether or not to disallow shared libs when runtime libs are static.
13391allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13392
13393# Compiler flag to allow reflexive dlopens.
13394export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13395
13396# Compiler flag to generate shared objects directly from archives.
13397whole_archive_flag_spec=$lt_whole_archive_flag_spec
13398
13399# Whether the compiler copes with passing no objects directly.
13400compiler_needs_object=$lt_compiler_needs_object
13401
13402# Create an old-style archive from a shared archive.
13403old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13404
13405# Create a temporary old-style archive to link instead of a shared archive.
13406old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13407
13408# Commands used to build a shared archive.
13409archive_cmds=$lt_archive_cmds
13410archive_expsym_cmds=$lt_archive_expsym_cmds
13411
13412# Commands used to build a loadable module if different from building
13413# a shared archive.
13414module_cmds=$lt_module_cmds
13415module_expsym_cmds=$lt_module_expsym_cmds
13416
13417# Whether we are building with GNU ld or not.
13418with_gnu_ld=$lt_with_gnu_ld
13419
13420# Flag that allows shared libraries with undefined symbols to be built.
13421allow_undefined_flag=$lt_allow_undefined_flag
13422
13423# Flag that enforces no undefined symbols.
13424no_undefined_flag=$lt_no_undefined_flag
13425
13426# Flag to hardcode \$libdir into a binary during linking.
13427# This must work even if \$libdir does not exist
13428hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13429
13430# If ld is used when linking, flag to hardcode \$libdir into a binary
13431# during linking. This must work even if \$libdir does not exist.
13432hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13433
13434# Whether we need a single "-rpath" flag with a separated argument.
13435hardcode_libdir_separator=$lt_hardcode_libdir_separator
13436
13437# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13438# DIR into the resulting binary.
13439hardcode_direct=$hardcode_direct
13440
13441# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13442# DIR into the resulting binary and the resulting library dependency is
13443# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13444# library is relocated.
13445hardcode_direct_absolute=$hardcode_direct_absolute
13446
13447# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13448# into the resulting binary.
13449hardcode_minus_L=$hardcode_minus_L
13450
13451# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13452# into the resulting binary.
13453hardcode_shlibpath_var=$hardcode_shlibpath_var
13454
13455# Set to "yes" if building a shared library automatically hardcodes DIR
13456# into the library and all subsequent libraries and executables linked
13457# against it.
13458hardcode_automatic=$hardcode_automatic
13459
13460# Set to yes if linker adds runtime paths of dependent libraries
13461# to runtime path list.
13462inherit_rpath=$inherit_rpath
13463
13464# Whether libtool must link a program against all its dependency libraries.
13465link_all_deplibs=$link_all_deplibs
13466
13467# Fix the shell variable \$srcfile for the compiler.
13468fix_srcfile_path=$lt_fix_srcfile_path
13469
13470# Set to "yes" if exported symbols are required.
13471always_export_symbols=$always_export_symbols
13472
13473# The commands to list exported symbols.
13474export_symbols_cmds=$lt_export_symbols_cmds
13475
13476# Symbols that should not be listed in the preloaded symbols.
13477exclude_expsyms=$lt_exclude_expsyms
13478
13479# Symbols that must always be exported.
13480include_expsyms=$lt_include_expsyms
13481
13482# Commands necessary for linking programs (against libraries) with templates.
13483prelink_cmds=$lt_prelink_cmds
13484
13485# Specify filename containing input files.
13486file_list_spec=$lt_file_list_spec
13487
13488# How to hardcode a shared library path into an executable.
13489hardcode_action=$hardcode_action
13490
13491# ### END LIBTOOL CONFIG
13492
13493_LT_EOF
13494
13495 case $host_os in
13496 aix3*)
13497 cat <<\_LT_EOF >> "$cfgfile"
13498# AIX sometimes has problems with the GCC collect2 program. For some
13499# reason, if we set the COLLECT_NAMES environment variable, the problems
13500# vanish in a puff of smoke.
13501if test "X${COLLECT_NAMES+set}" != Xset; then
13502 COLLECT_NAMES=
13503 export COLLECT_NAMES
13504fi
13505_LT_EOF
13506 ;;
13507 esac
13508
13509
13510ltmain="$ac_aux_dir/ltmain.sh"
13511
13512
13513 # We use sed instead of cat because bash on DJGPP gets confused if
13514 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13515 # text mode, it properly converts lines to CR/LF. This bash problem
13516 # is reportedly fixed, but why not run on old versions too?
13517 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13518 || (rm -f "$cfgfile"; exit 1)
13519
13520 case $xsi_shell in
13521 yes)
13522 cat << \_LT_EOF >> "$cfgfile"
13523
13524# func_dirname file append nondir_replacement
13525# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13526# otherwise set result to NONDIR_REPLACEMENT.
13527func_dirname ()
13528{
13529 case ${1} in
13530 */*) func_dirname_result="${1%/*}${2}" ;;
13531 * ) func_dirname_result="${3}" ;;
13532 esac
13533}
13534
13535# func_basename file
13536func_basename ()
13537{
13538 func_basename_result="${1##*/}"
13539}
13540
13541# func_dirname_and_basename file append nondir_replacement
13542# perform func_basename and func_dirname in a single function
13543# call:
13544# dirname: Compute the dirname of FILE. If nonempty,
13545# add APPEND to the result, otherwise set result
13546# to NONDIR_REPLACEMENT.
13547# value returned in "$func_dirname_result"
13548# basename: Compute filename of FILE.
13549# value retuned in "$func_basename_result"
13550# Implementation must be kept synchronized with func_dirname
13551# and func_basename. For efficiency, we do not delegate to
13552# those functions but instead duplicate the functionality here.
13553func_dirname_and_basename ()
13554{
13555 case ${1} in
13556 */*) func_dirname_result="${1%/*}${2}" ;;
13557 * ) func_dirname_result="${3}" ;;
13558 esac
13559 func_basename_result="${1##*/}"
13560}
13561
13562# func_stripname prefix suffix name
13563# strip PREFIX and SUFFIX off of NAME.
13564# PREFIX and SUFFIX must not contain globbing or regex special
13565# characters, hashes, percent signs, but SUFFIX may contain a leading
13566# dot (in which case that matches only a dot).
13567func_stripname ()
13568{
13569 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13570 # positional parameters, so assign one to ordinary parameter first.
13571 func_stripname_result=${3}
13572 func_stripname_result=${func_stripname_result#"${1}"}
13573 func_stripname_result=${func_stripname_result%"${2}"}
13574}
13575
13576# func_opt_split
13577func_opt_split ()
13578{
13579 func_opt_split_opt=${1%%=*}
13580 func_opt_split_arg=${1#*=}
13581}
13582
13583# func_lo2o object
13584func_lo2o ()
13585{
13586 case ${1} in
13587 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13588 *) func_lo2o_result=${1} ;;
13589 esac
13590}
13591
13592# func_xform libobj-or-source
13593func_xform ()
13594{
13595 func_xform_result=${1%.*}.lo
13596}
13597
13598# func_arith arithmetic-term...
13599func_arith ()
13600{
13601 func_arith_result=$(( $* ))
13602}
13603
13604# func_len string
13605# STRING may not start with a hyphen.
13606func_len ()
13607{
13608 func_len_result=${#1}
13609}
13610
13611_LT_EOF
13612 ;;
13613 *) # Bourne compatible functions.
13614 cat << \_LT_EOF >> "$cfgfile"
13615
13616# func_dirname file append nondir_replacement
13617# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13618# otherwise set result to NONDIR_REPLACEMENT.
13619func_dirname ()
13620{
13621 # Extract subdirectory from the argument.
13622 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13623 if test "X$func_dirname_result" = "X${1}"; then
13624 func_dirname_result="${3}"
13625 else
13626 func_dirname_result="$func_dirname_result${2}"
13627 fi
13628}
13629
13630# func_basename file
13631func_basename ()
13632{
13633 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13634}
13635
13636
13637# func_stripname prefix suffix name
13638# strip PREFIX and SUFFIX off of NAME.
13639# PREFIX and SUFFIX must not contain globbing or regex special
13640# characters, hashes, percent signs, but SUFFIX may contain a leading
13641# dot (in which case that matches only a dot).
13642# func_strip_suffix prefix name
13643func_stripname ()
13644{
13645 case ${2} in
13646 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13647 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13648 esac
13649}
13650
13651# sed scripts:
13652my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13653my_sed_long_arg='1s/^-[^=]*=//'
13654
13655# func_opt_split
13656func_opt_split ()
13657{
13658 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13659 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13660}
13661
13662# func_lo2o object
13663func_lo2o ()
13664{
13665 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13666}
13667
13668# func_xform libobj-or-source
13669func_xform ()
13670{
13671 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13672}
13673
13674# func_arith arithmetic-term...
13675func_arith ()
13676{
13677 func_arith_result=`expr "$@"`
13678}
13679
13680# func_len string
13681# STRING may not start with a hyphen.
13682func_len ()
13683{
13684 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13685}
13686
13687_LT_EOF
13688esac
13689
13690case $lt_shell_append in
13691 yes)
13692 cat << \_LT_EOF >> "$cfgfile"
13693
13694# func_append var value
13695# Append VALUE to the end of shell variable VAR.
13696func_append ()
13697{
13698 eval "$1+=\$2"
13699}
13700_LT_EOF
13701 ;;
13702 *)
13703 cat << \_LT_EOF >> "$cfgfile"
13704
13705# func_append var value
13706# Append VALUE to the end of shell variable VAR.
13707func_append ()
13708{
13709 eval "$1=\$$1\$2"
13710}
13711
13712_LT_EOF
13713 ;;
13714 esac
13715
13716
13717 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13718 || (rm -f "$cfgfile"; exit 1)
13719
13720 mv -f "$cfgfile" "$ofile" ||
13721 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13722 chmod +x "$ofile"
13723
13724 ;;
81ecdfbb 13725 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13726 rm -f Makesim1.tmp Makesim2.tmp Makefile
13727 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13728 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13729 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
13730 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13731 <Makefile.sim >Makefile
38f48d72 13732 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13733 ;;
81ecdfbb
RW
13734 "stamp-h":C) echo > stamp-h ;;
13735
b7026657 13736 esac
81ecdfbb 13737done # for ac_tag
c906108c 13738
b7026657 13739
81ecdfbb 13740as_fn_exit 0
b7026657 13741_ACEOF
b7026657
AC
13742ac_clean_files=$ac_clean_files_save
13743
81ecdfbb 13744test $ac_write_fail = 0 ||
d0ac1c44 13745 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13746
b7026657
AC
13747
13748# configure is writing to config.log, and then calls config.status.
13749# config.status does its own redirection, appending to config.log.
13750# Unfortunately, on DOS this fails, as config.log is still kept open
13751# by configure, so config.status won't be able to write to it; its
13752# output is simply discarded. So we exec the FD to /dev/null,
13753# effectively closing config.log, so it can be properly (re)opened and
13754# appended to by config.status. When coming back to configure, we
13755# need to make the FD available again.
13756if test "$no_create" != yes; then
13757 ac_cs_success=:
13758 ac_config_status_args=
13759 test "$silent" = yes &&
13760 ac_config_status_args="$ac_config_status_args --quiet"
13761 exec 5>/dev/null
13762 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13763 exec 5>>config.log
13764 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13765 # would make configure fail if this is the last instruction.
d0ac1c44 13766 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13767fi
13768if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13770$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13771fi
c906108c
SS
13772
13773