]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mn10300/configure
sim: overhaul & unify endian settings management
[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
ba307cdd 755sim_bitsize'
b7026657 756ac_subst_files=''
81ecdfbb
RW
757ac_user_opts='
758enable_option_checking
aadc9410 759with_system_zlib
6bb11ab3
L
760enable_plugins
761enable_shared
762enable_static
763with_pic
764enable_fast_install
765with_gnu_ld
766enable_libtool_lock
81ecdfbb 767enable_maintainer_mode
347fe5bb 768enable_sim_inline
81ecdfbb
RW
769enable_sim_reserved_bits
770enable_sim_bitsize
81ecdfbb 771enable_sim_hardware
79afa8ca
MF
772enable_werror
773enable_build_warnings
774enable_sim_build_warnings
81ecdfbb
RW
775'
776 ac_precious_vars='build_alias
777host_alias
778target_alias
779CC
780CFLAGS
781LDFLAGS
782LIBS
783CPPFLAGS
784CPP'
785
c906108c
SS
786
787# Initialize some variables set by options.
b7026657
AC
788ac_init_help=
789ac_init_version=false
81ecdfbb
RW
790ac_unrecognized_opts=
791ac_unrecognized_sep=
c906108c
SS
792# The variables have the same names as the options, with
793# dashes changed to underlines.
b7026657 794cache_file=/dev/null
c906108c 795exec_prefix=NONE
c906108c 796no_create=
c906108c
SS
797no_recursion=
798prefix=NONE
799program_prefix=NONE
800program_suffix=NONE
801program_transform_name=s,x,x,
802silent=
803site=
804srcdir=
c906108c
SS
805verbose=
806x_includes=NONE
807x_libraries=NONE
b7026657
AC
808
809# Installation directory options.
810# These are left unexpanded so users can "make install exec_prefix=/foo"
811# and all the variables that are supposed to be based on exec_prefix
812# by default will actually change.
813# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 814# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
815bindir='${exec_prefix}/bin'
816sbindir='${exec_prefix}/sbin'
817libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
818datarootdir='${prefix}/share'
819datadir='${datarootdir}'
c906108c
SS
820sysconfdir='${prefix}/etc'
821sharedstatedir='${prefix}/com'
822localstatedir='${prefix}/var'
c906108c
SS
823includedir='${prefix}/include'
824oldincludedir='/usr/include'
81ecdfbb
RW
825docdir='${datarootdir}/doc/${PACKAGE}'
826infodir='${datarootdir}/info'
827htmldir='${docdir}'
828dvidir='${docdir}'
829pdfdir='${docdir}'
830psdir='${docdir}'
831libdir='${exec_prefix}/lib'
832localedir='${datarootdir}/locale'
833mandir='${datarootdir}/man'
c906108c 834
c906108c 835ac_prev=
81ecdfbb 836ac_dashdash=
c906108c
SS
837for ac_option
838do
c906108c
SS
839 # If the previous option needs an argument, assign it.
840 if test -n "$ac_prev"; then
81ecdfbb 841 eval $ac_prev=\$ac_option
c906108c
SS
842 ac_prev=
843 continue
844 fi
845
81ecdfbb 846 case $ac_option in
d0ac1c44
SM
847 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
848 *=) ac_optarg= ;;
849 *) ac_optarg=yes ;;
81ecdfbb 850 esac
c906108c
SS
851
852 # Accept the important Cygnus configure options, so we can diagnose typos.
853
81ecdfbb
RW
854 case $ac_dashdash$ac_option in
855 --)
856 ac_dashdash=yes ;;
c906108c
SS
857
858 -bindir | --bindir | --bindi | --bind | --bin | --bi)
859 ac_prev=bindir ;;
860 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 861 bindir=$ac_optarg ;;
c906108c
SS
862
863 -build | --build | --buil | --bui | --bu)
b7026657 864 ac_prev=build_alias ;;
c906108c 865 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 866 build_alias=$ac_optarg ;;
c906108c
SS
867
868 -cache-file | --cache-file | --cache-fil | --cache-fi \
869 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
870 ac_prev=cache_file ;;
871 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
872 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
873 cache_file=$ac_optarg ;;
874
875 --config-cache | -C)
876 cache_file=config.cache ;;
c906108c 877
81ecdfbb 878 -datadir | --datadir | --datadi | --datad)
c906108c 879 ac_prev=datadir ;;
81ecdfbb 880 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 881 datadir=$ac_optarg ;;
c906108c 882
81ecdfbb
RW
883 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
884 | --dataroo | --dataro | --datar)
885 ac_prev=datarootdir ;;
886 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
887 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
888 datarootdir=$ac_optarg ;;
889
c906108c 890 -disable-* | --disable-*)
81ecdfbb 891 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 892 # Reject names that are not valid shell variable names.
81ecdfbb 893 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 894 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
895 ac_useropt_orig=$ac_useropt
896 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
897 case $ac_user_opts in
898 *"
899"enable_$ac_useropt"
900"*) ;;
901 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
902 ac_unrecognized_sep=', ';;
903 esac
904 eval enable_$ac_useropt=no ;;
905
906 -docdir | --docdir | --docdi | --doc | --do)
907 ac_prev=docdir ;;
908 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
909 docdir=$ac_optarg ;;
910
911 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
912 ac_prev=dvidir ;;
913 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
914 dvidir=$ac_optarg ;;
c906108c
SS
915
916 -enable-* | --enable-*)
81ecdfbb 917 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 918 # Reject names that are not valid shell variable names.
81ecdfbb 919 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 920 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
921 ac_useropt_orig=$ac_useropt
922 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
923 case $ac_user_opts in
924 *"
925"enable_$ac_useropt"
926"*) ;;
927 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
928 ac_unrecognized_sep=', ';;
c906108c 929 esac
81ecdfbb 930 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
931
932 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
933 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
934 | --exec | --exe | --ex)
935 ac_prev=exec_prefix ;;
936 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
937 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
938 | --exec=* | --exe=* | --ex=*)
b7026657 939 exec_prefix=$ac_optarg ;;
c906108c
SS
940
941 -gas | --gas | --ga | --g)
942 # Obsolete; use --with-gas.
943 with_gas=yes ;;
944
b7026657
AC
945 -help | --help | --hel | --he | -h)
946 ac_init_help=long ;;
947 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
948 ac_init_help=recursive ;;
949 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
950 ac_init_help=short ;;
c906108c
SS
951
952 -host | --host | --hos | --ho)
b7026657 953 ac_prev=host_alias ;;
c906108c 954 -host=* | --host=* | --hos=* | --ho=*)
b7026657 955 host_alias=$ac_optarg ;;
c906108c 956
81ecdfbb
RW
957 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
958 ac_prev=htmldir ;;
959 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
960 | --ht=*)
961 htmldir=$ac_optarg ;;
962
c906108c
SS
963 -includedir | --includedir | --includedi | --included | --include \
964 | --includ | --inclu | --incl | --inc)
965 ac_prev=includedir ;;
966 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
967 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 968 includedir=$ac_optarg ;;
c906108c
SS
969
970 -infodir | --infodir | --infodi | --infod | --info | --inf)
971 ac_prev=infodir ;;
972 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 973 infodir=$ac_optarg ;;
c906108c
SS
974
975 -libdir | --libdir | --libdi | --libd)
976 ac_prev=libdir ;;
977 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 978 libdir=$ac_optarg ;;
c906108c
SS
979
980 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
981 | --libexe | --libex | --libe)
982 ac_prev=libexecdir ;;
983 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
984 | --libexe=* | --libex=* | --libe=*)
b7026657 985 libexecdir=$ac_optarg ;;
c906108c 986
81ecdfbb
RW
987 -localedir | --localedir | --localedi | --localed | --locale)
988 ac_prev=localedir ;;
989 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
990 localedir=$ac_optarg ;;
991
c906108c 992 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 993 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
994 ac_prev=localstatedir ;;
995 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 996 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 997 localstatedir=$ac_optarg ;;
c906108c
SS
998
999 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1000 ac_prev=mandir ;;
1001 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1002 mandir=$ac_optarg ;;
c906108c
SS
1003
1004 -nfp | --nfp | --nf)
1005 # Obsolete; use --without-fp.
1006 with_fp=no ;;
1007
1008 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1009 | --no-cr | --no-c | -n)
c906108c
SS
1010 no_create=yes ;;
1011
1012 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1014 no_recursion=yes ;;
1015
1016 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1017 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1018 | --oldin | --oldi | --old | --ol | --o)
1019 ac_prev=oldincludedir ;;
1020 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1021 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1022 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1023 oldincludedir=$ac_optarg ;;
c906108c
SS
1024
1025 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1026 ac_prev=prefix ;;
1027 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1028 prefix=$ac_optarg ;;
c906108c
SS
1029
1030 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1031 | --program-pre | --program-pr | --program-p)
1032 ac_prev=program_prefix ;;
1033 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1034 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1035 program_prefix=$ac_optarg ;;
c906108c
SS
1036
1037 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1038 | --program-suf | --program-su | --program-s)
1039 ac_prev=program_suffix ;;
1040 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1041 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1042 program_suffix=$ac_optarg ;;
c906108c
SS
1043
1044 -program-transform-name | --program-transform-name \
1045 | --program-transform-nam | --program-transform-na \
1046 | --program-transform-n | --program-transform- \
1047 | --program-transform | --program-transfor \
1048 | --program-transfo | --program-transf \
1049 | --program-trans | --program-tran \
1050 | --progr-tra | --program-tr | --program-t)
1051 ac_prev=program_transform_name ;;
1052 -program-transform-name=* | --program-transform-name=* \
1053 | --program-transform-nam=* | --program-transform-na=* \
1054 | --program-transform-n=* | --program-transform-=* \
1055 | --program-transform=* | --program-transfor=* \
1056 | --program-transfo=* | --program-transf=* \
1057 | --program-trans=* | --program-tran=* \
1058 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1059 program_transform_name=$ac_optarg ;;
c906108c 1060
81ecdfbb
RW
1061 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1062 ac_prev=pdfdir ;;
1063 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1064 pdfdir=$ac_optarg ;;
1065
1066 -psdir | --psdir | --psdi | --psd | --ps)
1067 ac_prev=psdir ;;
1068 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1069 psdir=$ac_optarg ;;
1070
c906108c
SS
1071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1072 | -silent | --silent | --silen | --sile | --sil)
1073 silent=yes ;;
1074
1075 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1076 ac_prev=sbindir ;;
1077 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1078 | --sbi=* | --sb=*)
b7026657 1079 sbindir=$ac_optarg ;;
c906108c
SS
1080
1081 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1082 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1083 | --sharedst | --shareds | --shared | --share | --shar \
1084 | --sha | --sh)
1085 ac_prev=sharedstatedir ;;
1086 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1087 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1088 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1089 | --sha=* | --sh=*)
b7026657 1090 sharedstatedir=$ac_optarg ;;
c906108c
SS
1091
1092 -site | --site | --sit)
1093 ac_prev=site ;;
1094 -site=* | --site=* | --sit=*)
b7026657 1095 site=$ac_optarg ;;
eb2d80b4 1096
c906108c
SS
1097 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1098 ac_prev=srcdir ;;
1099 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1100 srcdir=$ac_optarg ;;
c906108c
SS
1101
1102 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1103 | --syscon | --sysco | --sysc | --sys | --sy)
1104 ac_prev=sysconfdir ;;
1105 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1106 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1107 sysconfdir=$ac_optarg ;;
c906108c
SS
1108
1109 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1110 ac_prev=target_alias ;;
c906108c 1111 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1112 target_alias=$ac_optarg ;;
c906108c
SS
1113
1114 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1115 verbose=yes ;;
1116
b7026657
AC
1117 -version | --version | --versio | --versi | --vers | -V)
1118 ac_init_version=: ;;
c906108c
SS
1119
1120 -with-* | --with-*)
81ecdfbb 1121 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1122 # Reject names that are not valid shell variable names.
81ecdfbb 1123 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1124 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1125 ac_useropt_orig=$ac_useropt
1126 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1127 case $ac_user_opts in
1128 *"
1129"with_$ac_useropt"
1130"*) ;;
1131 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1132 ac_unrecognized_sep=', ';;
c906108c 1133 esac
81ecdfbb 1134 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1135
1136 -without-* | --without-*)
81ecdfbb 1137 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1138 # Reject names that are not valid shell variable names.
81ecdfbb 1139 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1140 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1141 ac_useropt_orig=$ac_useropt
1142 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1143 case $ac_user_opts in
1144 *"
1145"with_$ac_useropt"
1146"*) ;;
1147 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1148 ac_unrecognized_sep=', ';;
1149 esac
1150 eval with_$ac_useropt=no ;;
c906108c
SS
1151
1152 --x)
1153 # Obsolete; use --with-x.
1154 with_x=yes ;;
1155
1156 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1157 | --x-incl | --x-inc | --x-in | --x-i)
1158 ac_prev=x_includes ;;
1159 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1160 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1161 x_includes=$ac_optarg ;;
c906108c
SS
1162
1163 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1164 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1165 ac_prev=x_libraries ;;
1166 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1167 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1168 x_libraries=$ac_optarg ;;
c906108c 1169
d0ac1c44
SM
1170 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1171Try \`$0 --help' for more information"
c906108c
SS
1172 ;;
1173
b7026657
AC
1174 *=*)
1175 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1176 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1177 case $ac_envvar in #(
1178 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1179 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1180 esac
1181 eval $ac_envvar=\$ac_optarg
b7026657
AC
1182 export $ac_envvar ;;
1183
c906108c 1184 *)
b7026657 1185 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1186 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1187 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1188 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1189 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1190 ;;
1191
1192 esac
1193done
1194
1195if test -n "$ac_prev"; then
b7026657 1196 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1197 as_fn_error $? "missing argument to $ac_option"
c906108c 1198fi
c906108c 1199
81ecdfbb
RW
1200if test -n "$ac_unrecognized_opts"; then
1201 case $enable_option_checking in
1202 no) ;;
d0ac1c44 1203 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1204 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1205 esac
81ecdfbb 1206fi
c906108c 1207
81ecdfbb
RW
1208# Check all directory arguments for consistency.
1209for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1210 datadir sysconfdir sharedstatedir localstatedir includedir \
1211 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1212 libdir localedir mandir
c906108c 1213do
81ecdfbb
RW
1214 eval ac_val=\$$ac_var
1215 # Remove trailing slashes.
1216 case $ac_val in
1217 */ )
1218 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1219 eval $ac_var=\$ac_val;;
1220 esac
1221 # Be sure to have absolute directory names.
b7026657 1222 case $ac_val in
81ecdfbb
RW
1223 [\\/$]* | ?:[\\/]* ) continue;;
1224 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1225 esac
d0ac1c44 1226 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1227done
1228
b7026657
AC
1229# There might be people who depend on the old broken behavior: `$host'
1230# used to hold the argument of --host etc.
1231# FIXME: To remove some day.
1232build=$build_alias
1233host=$host_alias
1234target=$target_alias
1235
1236# FIXME: To remove some day.
1237if test "x$host_alias" != x; then
1238 if test "x$build_alias" = x; then
1239 cross_compiling=maybe
b7026657
AC
1240 elif test "x$build_alias" != "x$host_alias"; then
1241 cross_compiling=yes
1242 fi
1243fi
c906108c 1244
b7026657
AC
1245ac_tool_prefix=
1246test -n "$host_alias" && ac_tool_prefix=$host_alias-
1247
1248test "$silent" = yes && exec 6>/dev/null
c906108c 1249
c906108c 1250
81ecdfbb
RW
1251ac_pwd=`pwd` && test -n "$ac_pwd" &&
1252ac_ls_di=`ls -di .` &&
1253ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1254 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1255test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1256 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1257
1258
c906108c
SS
1259# Find the source files, if location was not specified.
1260if test -z "$srcdir"; then
1261 ac_srcdir_defaulted=yes
81ecdfbb
RW
1262 # Try the directory containing this script, then the parent directory.
1263 ac_confdir=`$as_dirname -- "$as_myself" ||
1264$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1265 X"$as_myself" : 'X\(//\)[^/]' \| \
1266 X"$as_myself" : 'X\(//\)$' \| \
1267 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1268$as_echo X"$as_myself" |
1269 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1270 s//\1/
1271 q
1272 }
1273 /^X\(\/\/\)[^/].*/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\/\)$/{
1278 s//\1/
1279 q
1280 }
1281 /^X\(\/\).*/{
1282 s//\1/
1283 q
1284 }
1285 s/.*/./; q'`
c906108c 1286 srcdir=$ac_confdir
81ecdfbb 1287 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1288 srcdir=..
1289 fi
1290else
1291 ac_srcdir_defaulted=no
1292fi
81ecdfbb
RW
1293if test ! -r "$srcdir/$ac_unique_file"; then
1294 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1295 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1296fi
1297ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1298ac_abs_confdir=`(
d0ac1c44 1299 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1300 pwd)`
1301# When building in place, set srcdir=.
1302if test "$ac_abs_confdir" = "$ac_pwd"; then
1303 srcdir=.
1304fi
1305# Remove unnecessary trailing slashes from srcdir.
1306# Double slashes in file names in object file debugging info
1307# mess up M-x gdb in Emacs.
1308case $srcdir in
1309*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1310esac
1311for ac_var in $ac_precious_vars; do
1312 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1313 eval ac_env_${ac_var}_value=\$${ac_var}
1314 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1315 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1316done
c906108c 1317
b7026657
AC
1318#
1319# Report the --help message.
1320#
1321if test "$ac_init_help" = "long"; then
1322 # Omit some internal or obsolete options to make the list less imposing.
1323 # This message is too long to be a string in the A/UX 3.1 sh.
1324 cat <<_ACEOF
1325\`configure' configures this package to adapt to many kinds of systems.
c906108c 1326
b7026657 1327Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1328
b7026657
AC
1329To assign environment variables (e.g., CC, CFLAGS...), specify them as
1330VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1331
b7026657 1332Defaults for the options are specified in brackets.
c906108c 1333
b7026657
AC
1334Configuration:
1335 -h, --help display this help and exit
1336 --help=short display options specific to this package
1337 --help=recursive display the short help of all the included packages
1338 -V, --version display version information and exit
d0ac1c44 1339 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1340 --cache-file=FILE cache test results in FILE [disabled]
1341 -C, --config-cache alias for \`--cache-file=config.cache'
1342 -n, --no-create do not create output files
1343 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1344
b7026657
AC
1345Installation directories:
1346 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1347 [$ac_default_prefix]
b7026657 1348 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1349 [PREFIX]
c906108c 1350
b7026657
AC
1351By default, \`make install' will install all the files in
1352\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1353an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1354for instance \`--prefix=\$HOME'.
c906108c 1355
b7026657
AC
1356For better control, use the options below.
1357
1358Fine tuning of the installation directories:
81ecdfbb
RW
1359 --bindir=DIR user executables [EPREFIX/bin]
1360 --sbindir=DIR system admin executables [EPREFIX/sbin]
1361 --libexecdir=DIR program executables [EPREFIX/libexec]
1362 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1363 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1364 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1365 --libdir=DIR object code libraries [EPREFIX/lib]
1366 --includedir=DIR C header files [PREFIX/include]
1367 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1368 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1369 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1370 --infodir=DIR info documentation [DATAROOTDIR/info]
1371 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1372 --mandir=DIR man documentation [DATAROOTDIR/man]
1373 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1374 --htmldir=DIR html documentation [DOCDIR]
1375 --dvidir=DIR dvi documentation [DOCDIR]
1376 --pdfdir=DIR pdf documentation [DOCDIR]
1377 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1378_ACEOF
1379
1380 cat <<\_ACEOF
1381
1382Program names:
1383 --program-prefix=PREFIX prepend PREFIX to installed program names
1384 --program-suffix=SUFFIX append SUFFIX to installed program names
1385 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1386
1387System types:
1388 --build=BUILD configure for building on BUILD [guessed]
1389 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1390 --target=TARGET configure for building compilers for TARGET [HOST]
1391_ACEOF
c906108c 1392fi
b7026657
AC
1393
1394if test -n "$ac_init_help"; then
1395
1396 cat <<\_ACEOF
1397
1398Optional Features:
81ecdfbb 1399 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1400 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1401 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1402 --enable-plugins Enable support for plugins
6bb11ab3
L
1403 --enable-shared[=PKGS] build shared libraries [default=yes]
1404 --enable-static[=PKGS] build static libraries [default=yes]
1405 --enable-fast-install[=PKGS]
1406 optimize for fast installation [default=yes]
1407 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1408 --enable-maintainer-mode
1409 enable make rules and dependencies not useful (and
1410 sometimes confusing) to the casual installer
347fe5bb
MF
1411 --enable-sim-inline=inlines
1412 Specify which functions should be inlined
8d0978fb
MF
1413 --enable-sim-reserved-bits
1414 Specify whether to check reserved bits in
1415 instruction
1416 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1517bd27
MF
1417 --enable-sim-hardware=LIST
1418 Specify the hardware to be included in the build.
79afa8ca
MF
1419 --enable-werror treat compile warnings as errors
1420 --enable-build-warnings enable build-time compiler warnings if gcc is used
1421 --enable-sim-build-warnings
1422 enable SIM specific build-time compiler warnings if
1423 gcc is used
b7026657 1424
6efef468
JM
1425Optional Packages:
1426 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1427 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1428 --with-system-zlib use installed libz
6bb11ab3
L
1429 --with-pic try to use only PIC/non-PIC objects [default=use
1430 both]
1431 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468 1432
b7026657
AC
1433Some influential environment variables:
1434 CC C compiler command
1435 CFLAGS C compiler flags
1436 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1437 nonstandard directory <lib dir>
81ecdfbb 1438 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1439 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1440 you have headers in a nonstandard directory <include dir>
b7026657
AC
1441 CPP C preprocessor
1442
1443Use these variables to override the choices made by `configure' or to help
1444it to find libraries and programs with nonstandard names/locations.
1445
81ecdfbb 1446Report bugs to the package provider.
b7026657 1447_ACEOF
81ecdfbb 1448ac_status=$?
c906108c
SS
1449fi
1450
b7026657
AC
1451if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
b7026657 1453 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1454 test -d "$ac_dir" ||
1455 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1456 continue
b7026657 1457 ac_builddir=.
c906108c 1458
81ecdfbb
RW
1459case "$ac_dir" in
1460.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1461*)
1462 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1463 # A ".." for each directory in $ac_dir_suffix.
1464 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1465 case $ac_top_builddir_sub in
1466 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1467 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1468 esac ;;
1469esac
1470ac_abs_top_builddir=$ac_pwd
1471ac_abs_builddir=$ac_pwd$ac_dir_suffix
1472# for backward compatibility:
1473ac_top_builddir=$ac_top_build_prefix
c906108c 1474
b7026657 1475case $srcdir in
81ecdfbb 1476 .) # We are building in place.
b7026657 1477 ac_srcdir=.
81ecdfbb
RW
1478 ac_top_srcdir=$ac_top_builddir_sub
1479 ac_abs_top_srcdir=$ac_pwd ;;
1480 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1481 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1482 ac_top_srcdir=$srcdir
1483 ac_abs_top_srcdir=$srcdir ;;
1484 *) # Relative name.
1485 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1486 ac_top_srcdir=$ac_top_build_prefix$srcdir
1487 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1488esac
81ecdfbb
RW
1489ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1490
1491 cd "$ac_dir" || { ac_status=$?; continue; }
1492 # Check for guested configure.
1493 if test -f "$ac_srcdir/configure.gnu"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1496 elif test -f "$ac_srcdir/configure"; then
1497 echo &&
1498 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1499 else
81ecdfbb
RW
1500 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1501 fi || ac_status=$?
1502 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1503 done
c906108c 1504fi
b7026657 1505
81ecdfbb 1506test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1507if $ac_init_version; then
1508 cat <<\_ACEOF
81ecdfbb 1509configure
d0ac1c44 1510generated by GNU Autoconf 2.69
b7026657 1511
d0ac1c44 1512Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1513This configure script is free software; the Free Software Foundation
1514gives unlimited permission to copy, distribute and modify it.
1515_ACEOF
81ecdfbb 1516 exit
b7026657 1517fi
b7026657 1518
81ecdfbb
RW
1519## ------------------------ ##
1520## Autoconf initialization. ##
1521## ------------------------ ##
b7026657 1522
81ecdfbb
RW
1523# ac_fn_c_try_compile LINENO
1524# --------------------------
1525# Try to compile conftest.$ac_ext, and return whether this succeeded.
1526ac_fn_c_try_compile ()
b7026657 1527{
81ecdfbb
RW
1528 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1529 rm -f conftest.$ac_objext
1530 if { { ac_try="$ac_compile"
1531case "(($ac_try" in
1532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1533 *) ac_try_echo=$ac_try;;
1534esac
1535eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1536$as_echo "$ac_try_echo"; } >&5
1537 (eval "$ac_compile") 2>conftest.err
1538 ac_status=$?
1539 if test -s conftest.err; then
1540 grep -v '^ *+' conftest.err >conftest.er1
1541 cat conftest.er1 >&5
1542 mv -f conftest.er1 conftest.err
1543 fi
1544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1545 test $ac_status = 0; } && {
1546 test -z "$ac_c_werror_flag" ||
1547 test ! -s conftest.err
1548 } && test -s conftest.$ac_objext; then :
1549 ac_retval=0
1550else
1551 $as_echo "$as_me: failed program was:" >&5
1552sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1553
81ecdfbb
RW
1554 ac_retval=1
1555fi
d0ac1c44
SM
1556 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1557 as_fn_set_status $ac_retval
b7026657 1558
81ecdfbb 1559} # ac_fn_c_try_compile
b7026657 1560
81ecdfbb
RW
1561# ac_fn_c_try_cpp LINENO
1562# ----------------------
1563# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1564ac_fn_c_try_cpp ()
1565{
1566 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1567 if { { ac_try="$ac_cpp conftest.$ac_ext"
1568case "(($ac_try" in
1569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1570 *) ac_try_echo=$ac_try;;
1571esac
1572eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1573$as_echo "$ac_try_echo"; } >&5
1574 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1575 ac_status=$?
1576 if test -s conftest.err; then
1577 grep -v '^ *+' conftest.err >conftest.er1
1578 cat conftest.er1 >&5
1579 mv -f conftest.er1 conftest.err
1580 fi
1581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1582 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1583 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1584 test ! -s conftest.err
1585 }; then :
1586 ac_retval=0
1587else
1588 $as_echo "$as_me: failed program was:" >&5
1589sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1590
81ecdfbb
RW
1591 ac_retval=1
1592fi
d0ac1c44
SM
1593 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1594 as_fn_set_status $ac_retval
b7026657 1595
81ecdfbb
RW
1596} # ac_fn_c_try_cpp
1597
1598# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1599# -------------------------------------------------------
1600# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1601# the include files in INCLUDES and setting the cache variable VAR
1602# accordingly.
1603ac_fn_c_check_header_mongrel ()
1604{
1605 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1606 if eval \${$3+:} false; then :
81ecdfbb
RW
1607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1608$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1609if eval \${$3+:} false; then :
81ecdfbb
RW
1610 $as_echo_n "(cached) " >&6
1611fi
1612eval ac_res=\$$3
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1614$as_echo "$ac_res" >&6; }
1615else
1616 # Is the header compilable?
1617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1618$as_echo_n "checking $2 usability... " >&6; }
1619cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1620/* end confdefs.h. */
1621$4
1622#include <$2>
1623_ACEOF
1624if ac_fn_c_try_compile "$LINENO"; then :
1625 ac_header_compiler=yes
1626else
1627 ac_header_compiler=no
1628fi
1629rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1631$as_echo "$ac_header_compiler" >&6; }
1632
1633# Is the header present?
1634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1635$as_echo_n "checking $2 presence... " >&6; }
1636cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1637/* end confdefs.h. */
1638#include <$2>
1639_ACEOF
1640if ac_fn_c_try_cpp "$LINENO"; then :
1641 ac_header_preproc=yes
1642else
1643 ac_header_preproc=no
1644fi
d0ac1c44 1645rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1647$as_echo "$ac_header_preproc" >&6; }
1648
1649# So? What about this header?
1650case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1651 yes:no: )
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1653$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1655$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1656 ;;
1657 no:yes:* )
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1659$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1661$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1663$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1665$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1667$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1668 ;;
1669esac
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1671$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1672if eval \${$3+:} false; then :
81ecdfbb
RW
1673 $as_echo_n "(cached) " >&6
1674else
1675 eval "$3=\$ac_header_compiler"
1676fi
1677eval ac_res=\$$3
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1679$as_echo "$ac_res" >&6; }
1680fi
d0ac1c44 1681 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1682
1683} # ac_fn_c_check_header_mongrel
1684
1685# ac_fn_c_try_run LINENO
1686# ----------------------
1687# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1688# that executables *can* be run.
1689ac_fn_c_try_run ()
1690{
1691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1692 if { { ac_try="$ac_link"
1693case "(($ac_try" in
1694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1695 *) ac_try_echo=$ac_try;;
1696esac
1697eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1698$as_echo "$ac_try_echo"; } >&5
1699 (eval "$ac_link") 2>&5
1700 ac_status=$?
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1703 { { case "(($ac_try" in
1704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1705 *) ac_try_echo=$ac_try;;
1706esac
1707eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1708$as_echo "$ac_try_echo"; } >&5
1709 (eval "$ac_try") 2>&5
1710 ac_status=$?
1711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1712 test $ac_status = 0; }; }; then :
1713 ac_retval=0
1714else
1715 $as_echo "$as_me: program exited with status $ac_status" >&5
1716 $as_echo "$as_me: failed program was:" >&5
1717sed 's/^/| /' conftest.$ac_ext >&5
1718
1719 ac_retval=$ac_status
1720fi
1721 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1723 as_fn_set_status $ac_retval
81ecdfbb
RW
1724
1725} # ac_fn_c_try_run
1726
1727# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1728# -------------------------------------------------------
1729# Tests whether HEADER exists and can be compiled using the include files in
1730# INCLUDES, setting the cache variable VAR accordingly.
1731ac_fn_c_check_header_compile ()
1732{
1733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1735$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1736if eval \${$3+:} false; then :
81ecdfbb
RW
1737 $as_echo_n "(cached) " >&6
1738else
1739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1740/* end confdefs.h. */
1741$4
1742#include <$2>
1743_ACEOF
1744if ac_fn_c_try_compile "$LINENO"; then :
1745 eval "$3=yes"
1746else
1747 eval "$3=no"
1748fi
1749rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1750fi
1751eval ac_res=\$$3
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1753$as_echo "$ac_res" >&6; }
d0ac1c44 1754 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1755
1756} # ac_fn_c_check_header_compile
1757
1758# ac_fn_c_try_link LINENO
1759# -----------------------
1760# Try to link conftest.$ac_ext, and return whether this succeeded.
1761ac_fn_c_try_link ()
1762{
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 rm -f conftest.$ac_objext conftest$ac_exeext
1765 if { { ac_try="$ac_link"
1766case "(($ac_try" in
1767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1768 *) ac_try_echo=$ac_try;;
1769esac
1770eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1771$as_echo "$ac_try_echo"; } >&5
1772 (eval "$ac_link") 2>conftest.err
1773 ac_status=$?
1774 if test -s conftest.err; then
1775 grep -v '^ *+' conftest.err >conftest.er1
1776 cat conftest.er1 >&5
1777 mv -f conftest.er1 conftest.err
1778 fi
1779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1780 test $ac_status = 0; } && {
1781 test -z "$ac_c_werror_flag" ||
1782 test ! -s conftest.err
1783 } && test -s conftest$ac_exeext && {
1784 test "$cross_compiling" = yes ||
d0ac1c44 1785 test -x conftest$ac_exeext
81ecdfbb
RW
1786 }; then :
1787 ac_retval=0
1788else
1789 $as_echo "$as_me: failed program was:" >&5
1790sed 's/^/| /' conftest.$ac_ext >&5
1791
1792 ac_retval=1
1793fi
1794 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1795 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1796 # interfere with the next link command; also delete a directory that is
1797 # left behind by Apple's compiler. We do this before executing the actions.
1798 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1799 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1800 as_fn_set_status $ac_retval
81ecdfbb
RW
1801
1802} # ac_fn_c_try_link
1803
1804# ac_fn_c_check_func LINENO FUNC VAR
1805# ----------------------------------
1806# Tests whether FUNC exists, setting the cache variable VAR accordingly
1807ac_fn_c_check_func ()
1808{
1809 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1811$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1812if eval \${$3+:} false; then :
81ecdfbb
RW
1813 $as_echo_n "(cached) " >&6
1814else
1815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1816/* end confdefs.h. */
1817/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1818 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1819#define $2 innocuous_$2
1820
1821/* System header to define __stub macros and hopefully few prototypes,
1822 which can conflict with char $2 (); below.
1823 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1824 <limits.h> exists even on freestanding compilers. */
1825
1826#ifdef __STDC__
1827# include <limits.h>
1828#else
1829# include <assert.h>
1830#endif
1831
1832#undef $2
1833
1834/* Override any GCC internal prototype to avoid an error.
1835 Use char because int might match the return type of a GCC
1836 builtin and then its argument prototype would still apply. */
1837#ifdef __cplusplus
1838extern "C"
1839#endif
1840char $2 ();
1841/* The GNU C library defines this for functions which it implements
1842 to always fail with ENOSYS. Some functions are actually named
1843 something starting with __ and the normal name is an alias. */
1844#if defined __stub_$2 || defined __stub___$2
1845choke me
1846#endif
1847
1848int
1849main ()
1850{
1851return $2 ();
1852 ;
1853 return 0;
1854}
1855_ACEOF
1856if ac_fn_c_try_link "$LINENO"; then :
1857 eval "$3=yes"
1858else
1859 eval "$3=no"
1860fi
1861rm -f core conftest.err conftest.$ac_objext \
1862 conftest$ac_exeext conftest.$ac_ext
1863fi
1864eval ac_res=\$$3
1865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1866$as_echo "$ac_res" >&6; }
d0ac1c44 1867 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1868
1869} # ac_fn_c_check_func
1870cat >config.log <<_ACEOF
1871This file contains any messages produced by compilers while
1872running configure, to aid debugging if configure makes a mistake.
1873
1874It was created by $as_me, which was
d0ac1c44 1875generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1876
1877 $ $0 $@
1878
1879_ACEOF
1880exec 5>>config.log
1881{
1882cat <<_ASUNAME
1883## --------- ##
1884## Platform. ##
1885## --------- ##
1886
1887hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1888uname -m = `(uname -m) 2>/dev/null || echo unknown`
1889uname -r = `(uname -r) 2>/dev/null || echo unknown`
1890uname -s = `(uname -s) 2>/dev/null || echo unknown`
1891uname -v = `(uname -v) 2>/dev/null || echo unknown`
1892
1893/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1894/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1895
1896/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1897/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1898/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1899/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1900/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1901/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1902/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1903
1904_ASUNAME
1905
1906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1907for as_dir in $PATH
1908do
1909 IFS=$as_save_IFS
1910 test -z "$as_dir" && as_dir=.
1911 $as_echo "PATH: $as_dir"
1912 done
1913IFS=$as_save_IFS
1914
1915} >&5
1916
1917cat >&5 <<_ACEOF
b7026657
AC
1918
1919
1920## ----------- ##
1921## Core tests. ##
1922## ----------- ##
1923
1924_ACEOF
1925
1926
1927# Keep a trace of the command line.
1928# Strip out --no-create and --no-recursion so they do not pile up.
1929# Strip out --silent because we don't want to record it for future runs.
1930# Also quote any args containing shell meta-characters.
1931# Make two passes to allow for proper duplicate-argument suppression.
1932ac_configure_args=
1933ac_configure_args0=
1934ac_configure_args1=
b7026657
AC
1935ac_must_keep_next=false
1936for ac_pass in 1 2
1937do
1938 for ac_arg
1939 do
1940 case $ac_arg in
1941 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1942 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1943 | -silent | --silent | --silen | --sile | --sil)
1944 continue ;;
81ecdfbb
RW
1945 *\'*)
1946 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1947 esac
1948 case $ac_pass in
81ecdfbb 1949 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1950 2)
81ecdfbb 1951 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1952 if test $ac_must_keep_next = true; then
1953 ac_must_keep_next=false # Got value, back to normal.
1954 else
1955 case $ac_arg in
1956 *=* | --config-cache | -C | -disable-* | --disable-* \
1957 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1958 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1959 | -with-* | --with-* | -without-* | --without-* | --x)
1960 case "$ac_configure_args0 " in
1961 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1962 esac
1963 ;;
1964 -* ) ac_must_keep_next=true ;;
1965 esac
1966 fi
81ecdfbb 1967 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1968 ;;
1969 esac
1970 done
1971done
81ecdfbb
RW
1972{ ac_configure_args0=; unset ac_configure_args0;}
1973{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1974
1975# When interrupted or exit'd, cleanup temporary files, and complete
1976# config.log. We remove comments because anyway the quotes in there
1977# would cause problems or look ugly.
81ecdfbb
RW
1978# WARNING: Use '\'' to represent an apostrophe within the trap.
1979# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1980trap 'exit_status=$?
1981 # Save into config.log some information that might help in debugging.
1982 {
1983 echo
1984
d0ac1c44 1985 $as_echo "## ---------------- ##
b7026657 1986## Cache variables. ##
d0ac1c44 1987## ---------------- ##"
b7026657
AC
1988 echo
1989 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1990(
1991 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1992 eval ac_val=\$$ac_var
1993 case $ac_val in #(
1994 *${as_nl}*)
1995 case $ac_var in #(
1996 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1997$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1998 esac
1999 case $ac_var in #(
2000 _ | IFS | as_nl) ;; #(
2001 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2002 *) { eval $ac_var=; unset $ac_var;} ;;
2003 esac ;;
2004 esac
2005 done
b7026657 2006 (set) 2>&1 |
81ecdfbb
RW
2007 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2008 *${as_nl}ac_space=\ *)
b7026657 2009 sed -n \
81ecdfbb
RW
2010 "s/'\''/'\''\\\\'\'''\''/g;
2011 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2012 ;; #(
b7026657 2013 *)
81ecdfbb 2014 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2015 ;;
81ecdfbb
RW
2016 esac |
2017 sort
2018)
b7026657
AC
2019 echo
2020
d0ac1c44 2021 $as_echo "## ----------------- ##
b7026657 2022## Output variables. ##
d0ac1c44 2023## ----------------- ##"
b7026657
AC
2024 echo
2025 for ac_var in $ac_subst_vars
2026 do
81ecdfbb
RW
2027 eval ac_val=\$$ac_var
2028 case $ac_val in
2029 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2030 esac
2031 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2032 done | sort
2033 echo
2034
2035 if test -n "$ac_subst_files"; then
d0ac1c44 2036 $as_echo "## ------------------- ##
81ecdfbb 2037## File substitutions. ##
d0ac1c44 2038## ------------------- ##"
b7026657
AC
2039 echo
2040 for ac_var in $ac_subst_files
2041 do
81ecdfbb
RW
2042 eval ac_val=\$$ac_var
2043 case $ac_val in
2044 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2045 esac
2046 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2047 done | sort
2048 echo
2049 fi
2050
2051 if test -s confdefs.h; then
d0ac1c44 2052 $as_echo "## ----------- ##
b7026657 2053## confdefs.h. ##
d0ac1c44 2054## ----------- ##"
b7026657 2055 echo
81ecdfbb 2056 cat confdefs.h
b7026657
AC
2057 echo
2058 fi
2059 test "$ac_signal" != 0 &&
81ecdfbb
RW
2060 $as_echo "$as_me: caught signal $ac_signal"
2061 $as_echo "$as_me: exit $exit_status"
b7026657 2062 } >&5
81ecdfbb
RW
2063 rm -f core *.core core.conftest.* &&
2064 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2065 exit $exit_status
81ecdfbb 2066' 0
b7026657 2067for ac_signal in 1 2 13 15; do
81ecdfbb 2068 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2069done
2070ac_signal=0
2071
2072# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2073rm -f -r conftest* confdefs.h
2074
2075$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2076
2077# Predefined preprocessor variables.
2078
2079cat >>confdefs.h <<_ACEOF
2080#define PACKAGE_NAME "$PACKAGE_NAME"
2081_ACEOF
2082
b7026657
AC
2083cat >>confdefs.h <<_ACEOF
2084#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2085_ACEOF
2086
b7026657
AC
2087cat >>confdefs.h <<_ACEOF
2088#define PACKAGE_VERSION "$PACKAGE_VERSION"
2089_ACEOF
2090
b7026657
AC
2091cat >>confdefs.h <<_ACEOF
2092#define PACKAGE_STRING "$PACKAGE_STRING"
2093_ACEOF
2094
b7026657
AC
2095cat >>confdefs.h <<_ACEOF
2096#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2097_ACEOF
2098
81ecdfbb
RW
2099cat >>confdefs.h <<_ACEOF
2100#define PACKAGE_URL "$PACKAGE_URL"
2101_ACEOF
2102
b7026657
AC
2103
2104# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2105# Prefer an explicitly selected file to automatically selected ones.
2106ac_site_file1=NONE
2107ac_site_file2=NONE
2108if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2109 # We do not want a PATH search for config.site.
2110 case $CONFIG_SITE in #((
2111 -*) ac_site_file1=./$CONFIG_SITE;;
2112 */*) ac_site_file1=$CONFIG_SITE;;
2113 *) ac_site_file1=./$CONFIG_SITE;;
2114 esac
81ecdfbb
RW
2115elif test "x$prefix" != xNONE; then
2116 ac_site_file1=$prefix/share/config.site
2117 ac_site_file2=$prefix/etc/config.site
2118else
2119 ac_site_file1=$ac_default_prefix/share/config.site
2120 ac_site_file2=$ac_default_prefix/etc/config.site
2121fi
2122for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2123do
2124 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2125 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2127$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2128 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2129 . "$ac_site_file" \
2130 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2131$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2132as_fn_error $? "failed to load site script $ac_site_file
2133See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2134 fi
2135done
2136
2137if test -r "$cache_file"; then
d0ac1c44
SM
2138 # Some versions of bash will fail to source /dev/null (special files
2139 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2140 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2142$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2143 case $cache_file in
81ecdfbb
RW
2144 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2145 *) . "./$cache_file";;
b7026657
AC
2146 esac
2147 fi
2148else
81ecdfbb
RW
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2150$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2151 >$cache_file
2152fi
2153
2154# Check that the precious variables saved in the cache have kept the same
2155# value.
2156ac_cache_corrupted=false
81ecdfbb 2157for ac_var in $ac_precious_vars; do
b7026657
AC
2158 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2159 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2160 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2161 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2162 case $ac_old_set,$ac_new_set in
2163 set,)
81ecdfbb
RW
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2165$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2166 ac_cache_corrupted=: ;;
2167 ,set)
81ecdfbb
RW
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2169$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2170 ac_cache_corrupted=: ;;
2171 ,);;
2172 *)
2173 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2174 # differences in whitespace do not lead to failure.
2175 ac_old_val_w=`echo x $ac_old_val`
2176 ac_new_val_w=`echo x $ac_new_val`
2177 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2179$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2180 ac_cache_corrupted=:
2181 else
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2183$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2184 eval $ac_var=\$ac_old_val
2185 fi
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2187$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2189$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2190 fi;;
2191 esac
2192 # Pass precious variables to config.status.
2193 if test "$ac_new_set" = set; then
2194 case $ac_new_val in
81ecdfbb 2195 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2196 *) ac_arg=$ac_var=$ac_new_val ;;
2197 esac
2198 case " $ac_configure_args " in
2199 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2200 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2201 esac
2202 fi
2203done
2204if $ac_cache_corrupted; then
81ecdfbb
RW
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2206$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2207 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2208$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2209 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2210fi
81ecdfbb
RW
2211## -------------------- ##
2212## Main body of script. ##
2213## -------------------- ##
b7026657
AC
2214
2215ac_ext=c
2216ac_cpp='$CPP $CPPFLAGS'
2217ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2218ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2219ac_compiler_gnu=$ac_cv_c_compiler_gnu
2220
2221
6bb11ab3
L
2222
2223
2224
2225
2226
c2783492
MF
2227ac_aux_dir=
2228for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2229 if test -f "$ac_dir/install-sh"; then
2230 ac_aux_dir=$ac_dir
2231 ac_install_sh="$ac_aux_dir/install-sh -c"
2232 break
2233 elif test -f "$ac_dir/install.sh"; then
2234 ac_aux_dir=$ac_dir
2235 ac_install_sh="$ac_aux_dir/install.sh -c"
2236 break
2237 elif test -f "$ac_dir/shtool"; then
2238 ac_aux_dir=$ac_dir
2239 ac_install_sh="$ac_aux_dir/shtool install -c"
2240 break
2241 fi
2242done
2243if test -z "$ac_aux_dir"; then
2244 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2245fi
2246
2247# These three variables are undocumented and unsupported,
2248# and are intended to be withdrawn in a future Autoconf release.
2249# They can cause serious problems if a builder's source tree is in a directory
2250# whose full name contains unusual characters.
2251ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2252ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2253ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2254
2255
2256# Make sure we can run config.sub.
2257$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2258 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2259
2260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2261$as_echo_n "checking build system type... " >&6; }
2262if ${ac_cv_build+:} false; then :
2263 $as_echo_n "(cached) " >&6
2264else
2265 ac_build_alias=$build_alias
2266test "x$ac_build_alias" = x &&
2267 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2268test "x$ac_build_alias" = x &&
2269 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2270ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2271 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2272
2273fi
2274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2275$as_echo "$ac_cv_build" >&6; }
2276case $ac_cv_build in
2277*-*-*) ;;
2278*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2279esac
2280build=$ac_cv_build
2281ac_save_IFS=$IFS; IFS='-'
2282set x $ac_cv_build
2283shift
2284build_cpu=$1
2285build_vendor=$2
2286shift; shift
2287# Remember, the first character of IFS is used to create $*,
2288# except with old shells:
2289build_os=$*
2290IFS=$ac_save_IFS
2291case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2292
2293
2294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2295$as_echo_n "checking host system type... " >&6; }
2296if ${ac_cv_host+:} false; then :
2297 $as_echo_n "(cached) " >&6
2298else
2299 if test "x$host_alias" = x; then
2300 ac_cv_host=$ac_cv_build
2301else
2302 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2303 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2304fi
2305
2306fi
2307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2308$as_echo "$ac_cv_host" >&6; }
2309case $ac_cv_host in
2310*-*-*) ;;
2311*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2312esac
2313host=$ac_cv_host
2314ac_save_IFS=$IFS; IFS='-'
2315set x $ac_cv_host
2316shift
2317host_cpu=$1
2318host_vendor=$2
2319shift; shift
2320# Remember, the first character of IFS is used to create $*,
2321# except with old shells:
2322host_os=$*
2323IFS=$ac_save_IFS
2324case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2325
2326
2327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2328$as_echo_n "checking target system type... " >&6; }
2329if ${ac_cv_target+:} false; then :
2330 $as_echo_n "(cached) " >&6
2331else
2332 if test "x$target_alias" = x; then
2333 ac_cv_target=$ac_cv_host
2334else
2335 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2336 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2337fi
2338
2339fi
2340{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2341$as_echo "$ac_cv_target" >&6; }
2342case $ac_cv_target in
2343*-*-*) ;;
2344*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2345esac
2346target=$ac_cv_target
2347ac_save_IFS=$IFS; IFS='-'
2348set x $ac_cv_target
2349shift
2350target_cpu=$1
2351target_vendor=$2
2352shift; shift
2353# Remember, the first character of IFS is used to create $*,
2354# except with old shells:
2355target_os=$*
2356IFS=$ac_save_IFS
2357case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2358
2359
2360# The aliases save the names the user supplied, while $host etc.
2361# will get canonicalized.
2362test -n "$target_alias" &&
2363 test "$program_prefix$program_suffix$program_transform_name" = \
2364 NONENONEs,x,x, &&
2365 program_prefix=${target_alias}-
6bb11ab3
L
2366ac_ext=c
2367ac_cpp='$CPP $CPPFLAGS'
2368ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2369ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2370ac_compiler_gnu=$ac_cv_c_compiler_gnu
2371if test -n "$ac_tool_prefix"; then
2372 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2373set dummy ${ac_tool_prefix}gcc; ac_word=$2
2374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2375$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2376if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2377 $as_echo_n "(cached) " >&6
2378else
2379 if test -n "$CC"; then
2380 ac_cv_prog_CC="$CC" # Let the user override the test.
2381else
2382as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2383for as_dir in $PATH
2384do
2385 IFS=$as_save_IFS
2386 test -z "$as_dir" && as_dir=.
2387 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2388 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2389 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2391 break 2
2392 fi
2393done
2394 done
2395IFS=$as_save_IFS
2396
2397fi
2398fi
2399CC=$ac_cv_prog_CC
2400if test -n "$CC"; then
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2402$as_echo "$CC" >&6; }
2403else
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2405$as_echo "no" >&6; }
2406fi
2407
2408
2409fi
2410if test -z "$ac_cv_prog_CC"; then
2411 ac_ct_CC=$CC
2412 # Extract the first word of "gcc", so it can be a program name with args.
2413set dummy gcc; ac_word=$2
2414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2415$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2416if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2417 $as_echo_n "(cached) " >&6
2418else
2419 if test -n "$ac_ct_CC"; then
2420 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2421else
2422as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2423for as_dir in $PATH
2424do
2425 IFS=$as_save_IFS
2426 test -z "$as_dir" && as_dir=.
2427 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2428 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2429 ac_cv_prog_ac_ct_CC="gcc"
2430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2431 break 2
2432 fi
2433done
2434 done
2435IFS=$as_save_IFS
2436
2437fi
2438fi
2439ac_ct_CC=$ac_cv_prog_ac_ct_CC
2440if test -n "$ac_ct_CC"; then
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2442$as_echo "$ac_ct_CC" >&6; }
2443else
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2445$as_echo "no" >&6; }
2446fi
2447
2448 if test "x$ac_ct_CC" = x; then
2449 CC=""
2450 else
2451 case $cross_compiling:$ac_tool_warned in
2452yes:)
2453{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2454$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2455ac_tool_warned=yes ;;
2456esac
2457 CC=$ac_ct_CC
2458 fi
2459else
2460 CC="$ac_cv_prog_CC"
2461fi
2462
2463if test -z "$CC"; then
2464 if test -n "$ac_tool_prefix"; then
2465 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2466set dummy ${ac_tool_prefix}cc; ac_word=$2
2467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2468$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2469if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2470 $as_echo_n "(cached) " >&6
2471else
2472 if test -n "$CC"; then
2473 ac_cv_prog_CC="$CC" # Let the user override the test.
2474else
2475as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2476for as_dir in $PATH
2477do
2478 IFS=$as_save_IFS
2479 test -z "$as_dir" && as_dir=.
2480 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2481 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2482 ac_cv_prog_CC="${ac_tool_prefix}cc"
2483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2484 break 2
2485 fi
2486done
2487 done
2488IFS=$as_save_IFS
2489
2490fi
2491fi
2492CC=$ac_cv_prog_CC
2493if test -n "$CC"; then
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2495$as_echo "$CC" >&6; }
2496else
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2498$as_echo "no" >&6; }
2499fi
2500
2501
2502 fi
2503fi
2504if test -z "$CC"; then
2505 # Extract the first word of "cc", so it can be a program name with args.
2506set dummy cc; ac_word=$2
2507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2508$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2509if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2510 $as_echo_n "(cached) " >&6
2511else
2512 if test -n "$CC"; then
2513 ac_cv_prog_CC="$CC" # Let the user override the test.
2514else
2515 ac_prog_rejected=no
2516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517for as_dir in $PATH
2518do
2519 IFS=$as_save_IFS
2520 test -z "$as_dir" && as_dir=.
2521 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2523 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2524 ac_prog_rejected=yes
2525 continue
2526 fi
2527 ac_cv_prog_CC="cc"
2528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2529 break 2
2530 fi
2531done
2532 done
2533IFS=$as_save_IFS
2534
2535if test $ac_prog_rejected = yes; then
2536 # We found a bogon in the path, so make sure we never use it.
2537 set dummy $ac_cv_prog_CC
2538 shift
2539 if test $# != 0; then
2540 # We chose a different compiler from the bogus one.
2541 # However, it has the same basename, so the bogon will be chosen
2542 # first if we set CC to just the basename; use the full file name.
2543 shift
2544 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2545 fi
2546fi
2547fi
2548fi
2549CC=$ac_cv_prog_CC
2550if test -n "$CC"; then
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2552$as_echo "$CC" >&6; }
2553else
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2555$as_echo "no" >&6; }
2556fi
2557
2558
2559fi
2560if test -z "$CC"; then
2561 if test -n "$ac_tool_prefix"; then
2562 for ac_prog in cl.exe
2563 do
2564 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2565set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2567$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2568if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2569 $as_echo_n "(cached) " >&6
2570else
2571 if test -n "$CC"; then
2572 ac_cv_prog_CC="$CC" # Let the user override the test.
2573else
2574as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2575for as_dir in $PATH
2576do
2577 IFS=$as_save_IFS
2578 test -z "$as_dir" && as_dir=.
2579 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2580 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2581 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2583 break 2
2584 fi
2585done
2586 done
2587IFS=$as_save_IFS
2588
2589fi
2590fi
2591CC=$ac_cv_prog_CC
2592if test -n "$CC"; then
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2594$as_echo "$CC" >&6; }
2595else
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2597$as_echo "no" >&6; }
2598fi
2599
2600
2601 test -n "$CC" && break
2602 done
2603fi
2604if test -z "$CC"; then
2605 ac_ct_CC=$CC
2606 for ac_prog in cl.exe
2607do
2608 # Extract the first word of "$ac_prog", so it can be a program name with args.
2609set dummy $ac_prog; ac_word=$2
2610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2611$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2612if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2613 $as_echo_n "(cached) " >&6
2614else
2615 if test -n "$ac_ct_CC"; then
2616 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2617else
2618as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2619for as_dir in $PATH
2620do
2621 IFS=$as_save_IFS
2622 test -z "$as_dir" && as_dir=.
2623 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2624 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2625 ac_cv_prog_ac_ct_CC="$ac_prog"
2626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 break 2
2628 fi
2629done
2630 done
2631IFS=$as_save_IFS
2632
2633fi
2634fi
2635ac_ct_CC=$ac_cv_prog_ac_ct_CC
2636if test -n "$ac_ct_CC"; then
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2638$as_echo "$ac_ct_CC" >&6; }
2639else
2640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2641$as_echo "no" >&6; }
2642fi
2643
2644
2645 test -n "$ac_ct_CC" && break
2646done
2647
2648 if test "x$ac_ct_CC" = x; then
2649 CC=""
2650 else
2651 case $cross_compiling:$ac_tool_warned in
2652yes:)
2653{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2654$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2655ac_tool_warned=yes ;;
2656esac
2657 CC=$ac_ct_CC
2658 fi
2659fi
2660
2661fi
2662
2663
2664test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2665$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2666as_fn_error $? "no acceptable C compiler found in \$PATH
2667See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2668
2669# Provide some information about the compiler.
2670$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2671set X $ac_compile
2672ac_compiler=$2
2673for ac_option in --version -v -V -qversion; do
2674 { { ac_try="$ac_compiler $ac_option >&5"
2675case "(($ac_try" in
2676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2677 *) ac_try_echo=$ac_try;;
2678esac
2679eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2680$as_echo "$ac_try_echo"; } >&5
2681 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2682 ac_status=$?
2683 if test -s conftest.err; then
2684 sed '10a\
2685... rest of stderr output deleted ...
2686 10q' conftest.err >conftest.er1
2687 cat conftest.er1 >&5
6bb11ab3 2688 fi
d0ac1c44 2689 rm -f conftest.er1 conftest.err
6bb11ab3
L
2690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2691 test $ac_status = 0; }
2692done
2693
2694cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2695/* end confdefs.h. */
2696
2697int
2698main ()
2699{
2700
2701 ;
2702 return 0;
2703}
2704_ACEOF
2705ac_clean_files_save=$ac_clean_files
d0ac1c44 2706ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2707# Try to create an executable without -o first, disregard a.out.
2708# It will help us diagnose broken compilers, and finding out an intuition
2709# of exeext.
d0ac1c44
SM
2710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2711$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2712ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2713
2714# The possible output files:
2715ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2716
2717ac_rmfiles=
2718for ac_file in $ac_files
2719do
2720 case $ac_file in
2721 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2722 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2723 esac
2724done
2725rm -f $ac_rmfiles
2726
2727if { { ac_try="$ac_link_default"
2728case "(($ac_try" in
2729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2730 *) ac_try_echo=$ac_try;;
2731esac
2732eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2733$as_echo "$ac_try_echo"; } >&5
2734 (eval "$ac_link_default") 2>&5
2735 ac_status=$?
2736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2737 test $ac_status = 0; }; then :
2738 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2739# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2740# in a Makefile. We should not override ac_cv_exeext if it was cached,
2741# so that the user can short-circuit this test for compilers unknown to
2742# Autoconf.
2743for ac_file in $ac_files ''
2744do
2745 test -f "$ac_file" || continue
2746 case $ac_file in
2747 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2748 ;;
2749 [ab].out )
2750 # We found the default executable, but exeext='' is most
2751 # certainly right.
2752 break;;
2753 *.* )
2754 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2755 then :; else
2756 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2757 fi
2758 # We set ac_cv_exeext here because the later test for it is not
2759 # safe: cross compilers may not add the suffix if given an `-o'
2760 # argument, so we may need to know it at that point already.
2761 # Even if this section looks crufty: it has the advantage of
2762 # actually working.
2763 break;;
2764 * )
2765 break;;
2766 esac
2767done
2768test "$ac_cv_exeext" = no && ac_cv_exeext=
2769
2770else
2771 ac_file=''
2772fi
6bb11ab3 2773if test -z "$ac_file"; then :
d0ac1c44
SM
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2775$as_echo "no" >&6; }
2776$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2777sed 's/^/| /' conftest.$ac_ext >&5
2778
2779{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2780$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2781as_fn_error 77 "C compiler cannot create executables
2782See \`config.log' for more details" "$LINENO" 5; }
2783else
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2785$as_echo "yes" >&6; }
6bb11ab3 2786fi
d0ac1c44
SM
2787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2788$as_echo_n "checking for C compiler default output file name... " >&6; }
2789{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2790$as_echo "$ac_file" >&6; }
6bb11ab3
L
2791ac_exeext=$ac_cv_exeext
2792
d0ac1c44 2793rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2794ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2796$as_echo_n "checking for suffix of executables... " >&6; }
2797if { { ac_try="$ac_link"
2798case "(($ac_try" in
2799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2800 *) ac_try_echo=$ac_try;;
2801esac
2802eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2803$as_echo "$ac_try_echo"; } >&5
2804 (eval "$ac_link") 2>&5
2805 ac_status=$?
2806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2807 test $ac_status = 0; }; then :
2808 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2809# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2810# work properly (i.e., refer to `conftest.exe'), while it won't with
2811# `rm'.
2812for ac_file in conftest.exe conftest conftest.*; do
2813 test -f "$ac_file" || continue
2814 case $ac_file in
2815 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2816 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2817 break;;
2818 * ) break;;
2819 esac
2820done
2821else
2822 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2823$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2824as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2825See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2826fi
d0ac1c44 2827rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2828{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2829$as_echo "$ac_cv_exeext" >&6; }
2830
2831rm -f conftest.$ac_ext
2832EXEEXT=$ac_cv_exeext
2833ac_exeext=$EXEEXT
d0ac1c44
SM
2834cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2835/* end confdefs.h. */
2836#include <stdio.h>
2837int
2838main ()
2839{
2840FILE *f = fopen ("conftest.out", "w");
2841 return ferror (f) || fclose (f) != 0;
2842
2843 ;
2844 return 0;
2845}
2846_ACEOF
2847ac_clean_files="$ac_clean_files conftest.out"
2848# Check that the compiler produces executables we can run. If not, either
2849# the compiler is broken, or we cross compile.
2850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2851$as_echo_n "checking whether we are cross compiling... " >&6; }
2852if test "$cross_compiling" != yes; then
2853 { { ac_try="$ac_link"
2854case "(($ac_try" in
2855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2856 *) ac_try_echo=$ac_try;;
2857esac
2858eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2859$as_echo "$ac_try_echo"; } >&5
2860 (eval "$ac_link") 2>&5
2861 ac_status=$?
2862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2863 test $ac_status = 0; }
2864 if { ac_try='./conftest$ac_cv_exeext'
2865 { { case "(($ac_try" in
2866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2867 *) ac_try_echo=$ac_try;;
2868esac
2869eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2870$as_echo "$ac_try_echo"; } >&5
2871 (eval "$ac_try") 2>&5
2872 ac_status=$?
2873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2874 test $ac_status = 0; }; }; then
2875 cross_compiling=no
2876 else
2877 if test "$cross_compiling" = maybe; then
2878 cross_compiling=yes
2879 else
2880 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2881$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2882as_fn_error $? "cannot run C compiled programs.
2883If you meant to cross compile, use \`--host'.
2884See \`config.log' for more details" "$LINENO" 5; }
2885 fi
2886 fi
2887fi
2888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2889$as_echo "$cross_compiling" >&6; }
2890
2891rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2892ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2894$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2895if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2896 $as_echo_n "(cached) " >&6
2897else
2898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2899/* end confdefs.h. */
2900
2901int
2902main ()
2903{
2904
2905 ;
2906 return 0;
2907}
2908_ACEOF
2909rm -f conftest.o conftest.obj
2910if { { ac_try="$ac_compile"
2911case "(($ac_try" in
2912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2913 *) ac_try_echo=$ac_try;;
2914esac
2915eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2916$as_echo "$ac_try_echo"; } >&5
2917 (eval "$ac_compile") 2>&5
2918 ac_status=$?
2919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2920 test $ac_status = 0; }; then :
2921 for ac_file in conftest.o conftest.obj conftest.*; do
2922 test -f "$ac_file" || continue;
2923 case $ac_file in
2924 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2925 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2926 break;;
2927 esac
2928done
2929else
2930 $as_echo "$as_me: failed program was:" >&5
2931sed 's/^/| /' conftest.$ac_ext >&5
2932
2933{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2934$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2935as_fn_error $? "cannot compute suffix of object files: cannot compile
2936See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2937fi
2938rm -f conftest.$ac_cv_objext conftest.$ac_ext
2939fi
2940{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2941$as_echo "$ac_cv_objext" >&6; }
2942OBJEXT=$ac_cv_objext
2943ac_objext=$OBJEXT
2944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2945$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2946if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2947 $as_echo_n "(cached) " >&6
2948else
2949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2950/* end confdefs.h. */
2951
2952int
2953main ()
2954{
2955#ifndef __GNUC__
2956 choke me
2957#endif
2958
2959 ;
2960 return 0;
2961}
2962_ACEOF
2963if ac_fn_c_try_compile "$LINENO"; then :
2964 ac_compiler_gnu=yes
2965else
2966 ac_compiler_gnu=no
2967fi
2968rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2969ac_cv_c_compiler_gnu=$ac_compiler_gnu
2970
2971fi
2972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2973$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2974if test $ac_compiler_gnu = yes; then
2975 GCC=yes
2976else
2977 GCC=
2978fi
2979ac_test_CFLAGS=${CFLAGS+set}
2980ac_save_CFLAGS=$CFLAGS
2981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2982$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2983if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2984 $as_echo_n "(cached) " >&6
2985else
2986 ac_save_c_werror_flag=$ac_c_werror_flag
2987 ac_c_werror_flag=yes
2988 ac_cv_prog_cc_g=no
2989 CFLAGS="-g"
2990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2991/* end confdefs.h. */
2992
2993int
2994main ()
2995{
2996
2997 ;
2998 return 0;
2999}
3000_ACEOF
3001if ac_fn_c_try_compile "$LINENO"; then :
3002 ac_cv_prog_cc_g=yes
3003else
3004 CFLAGS=""
3005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3006/* end confdefs.h. */
3007
3008int
3009main ()
3010{
3011
3012 ;
3013 return 0;
3014}
3015_ACEOF
3016if ac_fn_c_try_compile "$LINENO"; then :
3017
3018else
3019 ac_c_werror_flag=$ac_save_c_werror_flag
3020 CFLAGS="-g"
3021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3022/* end confdefs.h. */
3023
3024int
3025main ()
3026{
3027
3028 ;
3029 return 0;
3030}
3031_ACEOF
3032if ac_fn_c_try_compile "$LINENO"; then :
3033 ac_cv_prog_cc_g=yes
3034fi
3035rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3036fi
3037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3038fi
3039rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3040 ac_c_werror_flag=$ac_save_c_werror_flag
3041fi
3042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3043$as_echo "$ac_cv_prog_cc_g" >&6; }
3044if test "$ac_test_CFLAGS" = set; then
3045 CFLAGS=$ac_save_CFLAGS
3046elif test $ac_cv_prog_cc_g = yes; then
3047 if test "$GCC" = yes; then
3048 CFLAGS="-g -O2"
3049 else
3050 CFLAGS="-g"
3051 fi
3052else
3053 if test "$GCC" = yes; then
3054 CFLAGS="-O2"
3055 else
3056 CFLAGS=
3057 fi
3058fi
3059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3060$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3061if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3062 $as_echo_n "(cached) " >&6
3063else
3064 ac_cv_prog_cc_c89=no
3065ac_save_CC=$CC
3066cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3067/* end confdefs.h. */
3068#include <stdarg.h>
3069#include <stdio.h>
d0ac1c44 3070struct stat;
6bb11ab3
L
3071/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3072struct buf { int x; };
3073FILE * (*rcsopen) (struct buf *, struct stat *, int);
3074static char *e (p, i)
3075 char **p;
3076 int i;
3077{
3078 return p[i];
3079}
3080static char *f (char * (*g) (char **, int), char **p, ...)
3081{
3082 char *s;
3083 va_list v;
3084 va_start (v,p);
3085 s = g (p, va_arg (v,int));
3086 va_end (v);
3087 return s;
3088}
3089
3090/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3091 function prototypes and stuff, but not '\xHH' hex character constants.
3092 These don't provoke an error unfortunately, instead are silently treated
3093 as 'x'. The following induces an error, until -std is added to get
3094 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3095 array size at least. It's necessary to write '\x00'==0 to get something
3096 that's true only with -std. */
3097int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3098
3099/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3100 inside strings and character constants. */
3101#define FOO(x) 'x'
3102int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3103
3104int test (int i, double x);
3105struct s1 {int (*f) (int a);};
3106struct s2 {int (*f) (double a);};
3107int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3108int argc;
3109char **argv;
3110int
3111main ()
3112{
3113return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3114 ;
3115 return 0;
3116}
3117_ACEOF
3118for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3119 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3120do
3121 CC="$ac_save_CC $ac_arg"
3122 if ac_fn_c_try_compile "$LINENO"; then :
3123 ac_cv_prog_cc_c89=$ac_arg
3124fi
3125rm -f core conftest.err conftest.$ac_objext
3126 test "x$ac_cv_prog_cc_c89" != "xno" && break
3127done
3128rm -f conftest.$ac_ext
3129CC=$ac_save_CC
3130
3131fi
3132# AC_CACHE_VAL
3133case "x$ac_cv_prog_cc_c89" in
3134 x)
3135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3136$as_echo "none needed" >&6; } ;;
3137 xno)
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3139$as_echo "unsupported" >&6; } ;;
3140 *)
3141 CC="$CC $ac_cv_prog_cc_c89"
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3143$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3144esac
3145if test "x$ac_cv_prog_cc_c89" != xno; then :
3146
3147fi
3148
3149ac_ext=c
3150ac_cpp='$CPP $CPPFLAGS'
3151ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3152ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3153ac_compiler_gnu=$ac_cv_c_compiler_gnu
3154
c2783492 3155
ebe9564b
MF
3156ac_ext=c
3157ac_cpp='$CPP $CPPFLAGS'
3158ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3159ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3160ac_compiler_gnu=$ac_cv_c_compiler_gnu
3161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3162$as_echo_n "checking how to run the C preprocessor... " >&6; }
3163# On Suns, sometimes $CPP names a directory.
3164if test -n "$CPP" && test -d "$CPP"; then
3165 CPP=
3166fi
3167if test -z "$CPP"; then
3168 if ${ac_cv_prog_CPP+:} false; then :
3169 $as_echo_n "(cached) " >&6
3170else
3171 # Double quotes because CPP needs to be expanded
3172 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3173 do
3174 ac_preproc_ok=false
3175for ac_c_preproc_warn_flag in '' yes
3176do
3177 # Use a header file that comes with gcc, so configuring glibc
3178 # with a fresh cross-compiler works.
3179 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3180 # <limits.h> exists even on freestanding compilers.
3181 # On the NeXT, cc -E runs the code through the compiler's parser,
3182 # not just through cpp. "Syntax error" is here to catch this case.
3183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3184/* end confdefs.h. */
3185#ifdef __STDC__
3186# include <limits.h>
3187#else
3188# include <assert.h>
3189#endif
3190 Syntax error
3191_ACEOF
3192if ac_fn_c_try_cpp "$LINENO"; then :
3193
3194else
3195 # Broken: fails on valid input.
3196continue
3197fi
3198rm -f conftest.err conftest.i conftest.$ac_ext
3199
3200 # OK, works on sane cases. Now check whether nonexistent headers
3201 # can be detected and how.
3202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3203/* end confdefs.h. */
3204#include <ac_nonexistent.h>
3205_ACEOF
3206if ac_fn_c_try_cpp "$LINENO"; then :
3207 # Broken: success on invalid input.
3208continue
3209else
3210 # Passes both tests.
3211ac_preproc_ok=:
3212break
3213fi
3214rm -f conftest.err conftest.i conftest.$ac_ext
3215
3216done
3217# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3218rm -f conftest.i conftest.err conftest.$ac_ext
3219if $ac_preproc_ok; then :
3220 break
3221fi
3222
3223 done
3224 ac_cv_prog_CPP=$CPP
3225
3226fi
3227 CPP=$ac_cv_prog_CPP
3228else
3229 ac_cv_prog_CPP=$CPP
3230fi
3231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3232$as_echo "$CPP" >&6; }
3233ac_preproc_ok=false
3234for ac_c_preproc_warn_flag in '' yes
3235do
3236 # Use a header file that comes with gcc, so configuring glibc
3237 # with a fresh cross-compiler works.
3238 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3239 # <limits.h> exists even on freestanding compilers.
3240 # On the NeXT, cc -E runs the code through the compiler's parser,
3241 # not just through cpp. "Syntax error" is here to catch this case.
3242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3243/* end confdefs.h. */
3244#ifdef __STDC__
3245# include <limits.h>
3246#else
3247# include <assert.h>
3248#endif
3249 Syntax error
3250_ACEOF
3251if ac_fn_c_try_cpp "$LINENO"; then :
3252
3253else
3254 # Broken: fails on valid input.
3255continue
3256fi
3257rm -f conftest.err conftest.i conftest.$ac_ext
3258
3259 # OK, works on sane cases. Now check whether nonexistent headers
3260 # can be detected and how.
3261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3262/* end confdefs.h. */
3263#include <ac_nonexistent.h>
3264_ACEOF
3265if ac_fn_c_try_cpp "$LINENO"; then :
3266 # Broken: success on invalid input.
3267continue
3268else
3269 # Passes both tests.
3270ac_preproc_ok=:
3271break
3272fi
3273rm -f conftest.err conftest.i conftest.$ac_ext
3274
3275done
3276# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3277rm -f conftest.i conftest.err conftest.$ac_ext
3278if $ac_preproc_ok; then :
3279
3280else
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3284See \`config.log' for more details" "$LINENO" 5; }
3285fi
3286
3287ac_ext=c
3288ac_cpp='$CPP $CPPFLAGS'
3289ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3290ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3291ac_compiler_gnu=$ac_cv_c_compiler_gnu
3292
6bb11ab3
L
3293
3294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3295$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3296if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3297 $as_echo_n "(cached) " >&6
3298else
3299 if test -z "$GREP"; then
3300 ac_path_GREP_found=false
3301 # Loop through the user's path and test for each of PROGNAME-LIST
3302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3303for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3304do
3305 IFS=$as_save_IFS
3306 test -z "$as_dir" && as_dir=.
3307 for ac_prog in grep ggrep; do
3308 for ac_exec_ext in '' $ac_executable_extensions; do
3309 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3310 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3311# Check for GNU ac_path_GREP and select it if it is found.
3312 # Check for GNU $ac_path_GREP
3313case `"$ac_path_GREP" --version 2>&1` in
3314*GNU*)
3315 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3316*)
3317 ac_count=0
3318 $as_echo_n 0123456789 >"conftest.in"
3319 while :
3320 do
3321 cat "conftest.in" "conftest.in" >"conftest.tmp"
3322 mv "conftest.tmp" "conftest.in"
3323 cp "conftest.in" "conftest.nl"
3324 $as_echo 'GREP' >> "conftest.nl"
3325 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3326 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3327 as_fn_arith $ac_count + 1 && ac_count=$as_val
3328 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3329 # Best one so far, save it but keep looking for a better one
3330 ac_cv_path_GREP="$ac_path_GREP"
3331 ac_path_GREP_max=$ac_count
3332 fi
3333 # 10*(2^10) chars as input seems more than enough
3334 test $ac_count -gt 10 && break
3335 done
3336 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3337esac
3338
3339 $ac_path_GREP_found && break 3
3340 done
3341 done
3342 done
3343IFS=$as_save_IFS
3344 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3345 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3346 fi
3347else
3348 ac_cv_path_GREP=$GREP
3349fi
3350
3351fi
3352{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3353$as_echo "$ac_cv_path_GREP" >&6; }
3354 GREP="$ac_cv_path_GREP"
3355
3356
3357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3358$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3359if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3360 $as_echo_n "(cached) " >&6
3361else
3362 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3363 then ac_cv_path_EGREP="$GREP -E"
3364 else
3365 if test -z "$EGREP"; then
3366 ac_path_EGREP_found=false
3367 # Loop through the user's path and test for each of PROGNAME-LIST
3368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3369for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3370do
3371 IFS=$as_save_IFS
3372 test -z "$as_dir" && as_dir=.
3373 for ac_prog in egrep; do
3374 for ac_exec_ext in '' $ac_executable_extensions; do
3375 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3376 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3377# Check for GNU ac_path_EGREP and select it if it is found.
3378 # Check for GNU $ac_path_EGREP
3379case `"$ac_path_EGREP" --version 2>&1` in
3380*GNU*)
3381 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3382*)
3383 ac_count=0
3384 $as_echo_n 0123456789 >"conftest.in"
3385 while :
3386 do
3387 cat "conftest.in" "conftest.in" >"conftest.tmp"
3388 mv "conftest.tmp" "conftest.in"
3389 cp "conftest.in" "conftest.nl"
3390 $as_echo 'EGREP' >> "conftest.nl"
3391 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3392 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3393 as_fn_arith $ac_count + 1 && ac_count=$as_val
3394 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3395 # Best one so far, save it but keep looking for a better one
3396 ac_cv_path_EGREP="$ac_path_EGREP"
3397 ac_path_EGREP_max=$ac_count
3398 fi
3399 # 10*(2^10) chars as input seems more than enough
3400 test $ac_count -gt 10 && break
3401 done
3402 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3403esac
3404
3405 $ac_path_EGREP_found && break 3
3406 done
3407 done
3408 done
3409IFS=$as_save_IFS
3410 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3411 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3412 fi
3413else
3414 ac_cv_path_EGREP=$EGREP
3415fi
3416
3417 fi
3418fi
3419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3420$as_echo "$ac_cv_path_EGREP" >&6; }
3421 EGREP="$ac_cv_path_EGREP"
3422
3423
3424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3425$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3426if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3427 $as_echo_n "(cached) " >&6
3428else
3429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3430/* end confdefs.h. */
3431#include <stdlib.h>
3432#include <stdarg.h>
3433#include <string.h>
3434#include <float.h>
3435
3436int
3437main ()
3438{
3439
3440 ;
3441 return 0;
3442}
3443_ACEOF
3444if ac_fn_c_try_compile "$LINENO"; then :
3445 ac_cv_header_stdc=yes
3446else
3447 ac_cv_header_stdc=no
3448fi
3449rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3450
3451if test $ac_cv_header_stdc = yes; then
3452 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3454/* end confdefs.h. */
3455#include <string.h>
3456
3457_ACEOF
3458if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3459 $EGREP "memchr" >/dev/null 2>&1; then :
3460
3461else
3462 ac_cv_header_stdc=no
3463fi
3464rm -f conftest*
3465
3466fi
3467
3468if test $ac_cv_header_stdc = yes; then
3469 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3471/* end confdefs.h. */
3472#include <stdlib.h>
3473
3474_ACEOF
3475if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3476 $EGREP "free" >/dev/null 2>&1; then :
3477
3478else
3479 ac_cv_header_stdc=no
3480fi
3481rm -f conftest*
3482
3483fi
3484
3485if test $ac_cv_header_stdc = yes; then
3486 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3487 if test "$cross_compiling" = yes; then :
3488 :
3489else
3490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3491/* end confdefs.h. */
3492#include <ctype.h>
3493#include <stdlib.h>
3494#if ((' ' & 0x0FF) == 0x020)
3495# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3496# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3497#else
3498# define ISLOWER(c) \
3499 (('a' <= (c) && (c) <= 'i') \
3500 || ('j' <= (c) && (c) <= 'r') \
3501 || ('s' <= (c) && (c) <= 'z'))
3502# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3503#endif
3504
3505#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3506int
3507main ()
3508{
3509 int i;
3510 for (i = 0; i < 256; i++)
3511 if (XOR (islower (i), ISLOWER (i))
3512 || toupper (i) != TOUPPER (i))
3513 return 2;
3514 return 0;
3515}
3516_ACEOF
3517if ac_fn_c_try_run "$LINENO"; then :
3518
3519else
3520 ac_cv_header_stdc=no
3521fi
3522rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3523 conftest.$ac_objext conftest.beam conftest.$ac_ext
3524fi
3525
3526fi
3527fi
3528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3529$as_echo "$ac_cv_header_stdc" >&6; }
3530if test $ac_cv_header_stdc = yes; then
3531
3532$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3533
3534fi
3535
3536# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3537for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3538 inttypes.h stdint.h unistd.h
3539do :
3540 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3541ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3542"
d0ac1c44 3543if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3544 cat >>confdefs.h <<_ACEOF
3545#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3546_ACEOF
3547
3548fi
3549
3550done
3551
3552
3553
3554 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3555if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3556 MINIX=yes
3557else
3558 MINIX=
3559fi
3560
3561
3562 if test "$MINIX" = yes; then
3563
3564$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3565
3566
3567$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3568
3569
3570$as_echo "#define _MINIX 1" >>confdefs.h
3571
3572 fi
3573
3574
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3576$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3577if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3578 $as_echo_n "(cached) " >&6
3579else
3580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3581/* end confdefs.h. */
3582
d0ac1c44
SM
3583# define __EXTENSIONS__ 1
3584 $ac_includes_default
6bb11ab3
L
3585int
3586main ()
3587{
3588
3589 ;
3590 return 0;
3591}
3592_ACEOF
3593if ac_fn_c_try_compile "$LINENO"; then :
3594 ac_cv_safe_to_define___extensions__=yes
3595else
3596 ac_cv_safe_to_define___extensions__=no
3597fi
3598rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3599fi
3600{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3601$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3602 test $ac_cv_safe_to_define___extensions__ = yes &&
3603 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3604
3605 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3606
3607 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3608
3609 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3610
3611 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3612
3613
3614test "$program_prefix" != NONE &&
3615 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3616# Use a double $ so make ignores it.
3617test "$program_suffix" != NONE &&
3618 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3619# Double any \ or $.
3620# By default was `s,x,x', remove it if useless.
3621ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3622program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3623
3624# Find a good install program. We prefer a C program (faster),
3625# so one script is as good as another. But avoid the broken or
3626# incompatible versions:
3627# SysV /etc/install, /usr/sbin/install
3628# SunOS /usr/etc/install
3629# IRIX /sbin/install
3630# AIX /bin/install
3631# AmigaOS /C/install, which installs bootblocks on floppy discs
3632# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3633# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3634# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3635# OS/2's system install, which has a completely different semantic
3636# ./install, which can be erroneously created by make from ./install.sh.
3637# Reject install programs that cannot install multiple files.
3638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3639$as_echo_n "checking for a BSD-compatible install... " >&6; }
3640if test -z "$INSTALL"; then
d0ac1c44 3641if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3642 $as_echo_n "(cached) " >&6
3643else
3644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3645for as_dir in $PATH
3646do
3647 IFS=$as_save_IFS
3648 test -z "$as_dir" && as_dir=.
3649 # Account for people who put trailing slashes in PATH elements.
3650case $as_dir/ in #((
3651 ./ | .// | /[cC]/* | \
3652 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3653 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3654 /usr/ucb/* ) ;;
3655 *)
3656 # OSF1 and SCO ODT 3.0 have their own names for install.
3657 # Don't use installbsd from OSF since it installs stuff as root
3658 # by default.
3659 for ac_prog in ginstall scoinst install; do
3660 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3661 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3662 if test $ac_prog = install &&
3663 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3664 # AIX install. It has an incompatible calling convention.
3665 :
3666 elif test $ac_prog = install &&
3667 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3668 # program-specific install script used by HP pwplus--don't use.
3669 :
3670 else
3671 rm -rf conftest.one conftest.two conftest.dir
3672 echo one > conftest.one
3673 echo two > conftest.two
3674 mkdir conftest.dir
3675 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3676 test -s conftest.one && test -s conftest.two &&
3677 test -s conftest.dir/conftest.one &&
3678 test -s conftest.dir/conftest.two
3679 then
3680 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3681 break 3
3682 fi
3683 fi
3684 fi
3685 done
3686 done
3687 ;;
3688esac
3689
3690 done
3691IFS=$as_save_IFS
3692
3693rm -rf conftest.one conftest.two conftest.dir
3694
3695fi
3696 if test "${ac_cv_path_install+set}" = set; then
3697 INSTALL=$ac_cv_path_install
3698 else
3699 # As a last resort, use the slow shell script. Don't cache a
3700 # value for INSTALL within a source directory, because that will
3701 # break other packages using the cache if that directory is
3702 # removed, or if the value is a relative name.
3703 INSTALL=$ac_install_sh
3704 fi
3705fi
3706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3707$as_echo "$INSTALL" >&6; }
3708
3709# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3710# It thinks the first close brace ends the variable substitution.
3711test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3712
3713test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3714
3715test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3716
3717rm -rf .tst 2>/dev/null
3718mkdir .tst 2>/dev/null
3719if test -d .tst; then
3720 am__leading_dot=.
3721else
3722 am__leading_dot=_
3723fi
3724rmdir .tst 2>/dev/null
3725
3726DEPDIR="${am__leading_dot}deps"
3727
3728case `pwd` in
3729 *\ * | *\ *)
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3731$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3732esac
3733
3734
3735
3736macro_version='2.2.7a'
3737macro_revision='1.3134'
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751ltmain="$ac_aux_dir/ltmain.sh"
3752
3753# Backslashify metacharacters that are still active within
3754# double-quoted strings.
3755sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3756
3757# Same as above, but do not quote variable references.
3758double_quote_subst='s/\(["`\\]\)/\\\1/g'
3759
3760# Sed substitution to delay expansion of an escaped shell variable in a
3761# double_quote_subst'ed string.
3762delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3763
3764# Sed substitution to delay expansion of an escaped single quote.
3765delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3766
3767# Sed substitution to avoid accidental globbing in evaled expressions
3768no_glob_subst='s/\*/\\\*/g'
3769
3770ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3771ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3772ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3773
3774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3775$as_echo_n "checking how to print strings... " >&6; }
3776# Test print first, because it will be a builtin if present.
3777if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3778 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3779 ECHO='print -r --'
3780elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3781 ECHO='printf %s\n'
3782else
3783 # Use this function as a fallback that always works.
3784 func_fallback_echo ()
3785 {
3786 eval 'cat <<_LTECHO_EOF
3787$1
3788_LTECHO_EOF'
3789 }
3790 ECHO='func_fallback_echo'
3791fi
3792
3793# func_echo_all arg...
3794# Invoke $ECHO with all args, space-separated.
3795func_echo_all ()
3796{
3797 $ECHO ""
3798}
3799
3800case "$ECHO" in
3801 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3802$as_echo "printf" >&6; } ;;
3803 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3804$as_echo "print -r" >&6; } ;;
3805 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3806$as_echo "cat" >&6; } ;;
3807esac
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3823$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3824if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3825 $as_echo_n "(cached) " >&6
3826else
3827 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3828 for ac_i in 1 2 3 4 5 6 7; do
3829 ac_script="$ac_script$as_nl$ac_script"
3830 done
3831 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3832 { ac_script=; unset ac_script;}
3833 if test -z "$SED"; then
3834 ac_path_SED_found=false
3835 # Loop through the user's path and test for each of PROGNAME-LIST
3836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3837for as_dir in $PATH
3838do
3839 IFS=$as_save_IFS
3840 test -z "$as_dir" && as_dir=.
3841 for ac_prog in sed gsed; do
3842 for ac_exec_ext in '' $ac_executable_extensions; do
3843 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3844 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3845# Check for GNU ac_path_SED and select it if it is found.
3846 # Check for GNU $ac_path_SED
3847case `"$ac_path_SED" --version 2>&1` in
3848*GNU*)
3849 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3850*)
3851 ac_count=0
3852 $as_echo_n 0123456789 >"conftest.in"
3853 while :
3854 do
3855 cat "conftest.in" "conftest.in" >"conftest.tmp"
3856 mv "conftest.tmp" "conftest.in"
3857 cp "conftest.in" "conftest.nl"
3858 $as_echo '' >> "conftest.nl"
3859 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3860 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3861 as_fn_arith $ac_count + 1 && ac_count=$as_val
3862 if test $ac_count -gt ${ac_path_SED_max-0}; then
3863 # Best one so far, save it but keep looking for a better one
3864 ac_cv_path_SED="$ac_path_SED"
3865 ac_path_SED_max=$ac_count
3866 fi
3867 # 10*(2^10) chars as input seems more than enough
3868 test $ac_count -gt 10 && break
3869 done
3870 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3871esac
3872
3873 $ac_path_SED_found && break 3
3874 done
3875 done
3876 done
3877IFS=$as_save_IFS
3878 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3879 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3880 fi
3881else
3882 ac_cv_path_SED=$SED
3883fi
3884
3885fi
3886{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3887$as_echo "$ac_cv_path_SED" >&6; }
3888 SED="$ac_cv_path_SED"
3889 rm -f conftest.sed
3890
3891test -z "$SED" && SED=sed
3892Xsed="$SED -e 1s/^X//"
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3905$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3906if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3907 $as_echo_n "(cached) " >&6
3908else
3909 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3910 then ac_cv_path_FGREP="$GREP -F"
3911 else
3912 if test -z "$FGREP"; then
3913 ac_path_FGREP_found=false
3914 # Loop through the user's path and test for each of PROGNAME-LIST
3915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3916for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3917do
3918 IFS=$as_save_IFS
3919 test -z "$as_dir" && as_dir=.
3920 for ac_prog in fgrep; do
3921 for ac_exec_ext in '' $ac_executable_extensions; do
3922 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3923 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3924# Check for GNU ac_path_FGREP and select it if it is found.
3925 # Check for GNU $ac_path_FGREP
3926case `"$ac_path_FGREP" --version 2>&1` in
3927*GNU*)
3928 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3929*)
3930 ac_count=0
3931 $as_echo_n 0123456789 >"conftest.in"
3932 while :
3933 do
3934 cat "conftest.in" "conftest.in" >"conftest.tmp"
3935 mv "conftest.tmp" "conftest.in"
3936 cp "conftest.in" "conftest.nl"
3937 $as_echo 'FGREP' >> "conftest.nl"
3938 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3939 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3940 as_fn_arith $ac_count + 1 && ac_count=$as_val
3941 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3942 # Best one so far, save it but keep looking for a better one
3943 ac_cv_path_FGREP="$ac_path_FGREP"
3944 ac_path_FGREP_max=$ac_count
3945 fi
3946 # 10*(2^10) chars as input seems more than enough
3947 test $ac_count -gt 10 && break
3948 done
3949 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3950esac
3951
3952 $ac_path_FGREP_found && break 3
3953 done
3954 done
3955 done
3956IFS=$as_save_IFS
3957 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3958 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3959 fi
3960else
3961 ac_cv_path_FGREP=$FGREP
3962fi
3963
3964 fi
3965fi
3966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3967$as_echo "$ac_cv_path_FGREP" >&6; }
3968 FGREP="$ac_cv_path_FGREP"
3969
3970
3971test -z "$GREP" && GREP=grep
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991# Check whether --with-gnu-ld was given.
3992if test "${with_gnu_ld+set}" = set; then :
3993 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3994else
3995 with_gnu_ld=no
3996fi
3997
3998ac_prog=ld
3999if test "$GCC" = yes; then
4000 # Check if gcc -print-prog-name=ld gives a path.
4001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4002$as_echo_n "checking for ld used by $CC... " >&6; }
4003 case $host in
4004 *-*-mingw*)
4005 # gcc leaves a trailing carriage return which upsets mingw
4006 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4007 *)
4008 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4009 esac
4010 case $ac_prog in
4011 # Accept absolute paths.
4012 [\\/]* | ?:[\\/]*)
4013 re_direlt='/[^/][^/]*/\.\./'
4014 # Canonicalize the pathname of ld
4015 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4016 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4017 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4018 done
4019 test -z "$LD" && LD="$ac_prog"
4020 ;;
4021 "")
4022 # If it fails, then pretend we aren't using GCC.
4023 ac_prog=ld
4024 ;;
4025 *)
4026 # If it is relative, then search for the first ld in PATH.
4027 with_gnu_ld=unknown
4028 ;;
4029 esac
4030elif test "$with_gnu_ld" = yes; then
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4032$as_echo_n "checking for GNU ld... " >&6; }
4033else
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4035$as_echo_n "checking for non-GNU ld... " >&6; }
4036fi
d0ac1c44 4037if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4038 $as_echo_n "(cached) " >&6
4039else
4040 if test -z "$LD"; then
4041 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4042 for ac_dir in $PATH; do
4043 IFS="$lt_save_ifs"
4044 test -z "$ac_dir" && ac_dir=.
4045 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4046 lt_cv_path_LD="$ac_dir/$ac_prog"
4047 # Check to see if the program is GNU ld. I'd rather use --version,
4048 # but apparently some variants of GNU ld only accept -v.
4049 # Break only if it was the GNU/non-GNU ld that we prefer.
4050 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4051 *GNU* | *'with BFD'*)
4052 test "$with_gnu_ld" != no && break
4053 ;;
4054 *)
4055 test "$with_gnu_ld" != yes && break
4056 ;;
4057 esac
4058 fi
4059 done
4060 IFS="$lt_save_ifs"
4061else
4062 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4063fi
4064fi
4065
4066LD="$lt_cv_path_LD"
4067if test -n "$LD"; then
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4069$as_echo "$LD" >&6; }
4070else
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4072$as_echo "no" >&6; }
4073fi
d0ac1c44 4074test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4076$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4077if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4078 $as_echo_n "(cached) " >&6
4079else
4080 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4081case `$LD -v 2>&1 </dev/null` in
4082*GNU* | *'with BFD'*)
4083 lt_cv_prog_gnu_ld=yes
4084 ;;
4085*)
4086 lt_cv_prog_gnu_ld=no
4087 ;;
4088esac
4089fi
4090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4091$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4092with_gnu_ld=$lt_cv_prog_gnu_ld
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4103$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4104if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4105 $as_echo_n "(cached) " >&6
4106else
4107 if test -n "$NM"; then
4108 # Let the user override the test.
4109 lt_cv_path_NM="$NM"
4110else
4111 lt_nm_to_check="${ac_tool_prefix}nm"
4112 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4113 lt_nm_to_check="$lt_nm_to_check nm"
4114 fi
4115 for lt_tmp_nm in $lt_nm_to_check; do
4116 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4117 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4118 IFS="$lt_save_ifs"
4119 test -z "$ac_dir" && ac_dir=.
4120 tmp_nm="$ac_dir/$lt_tmp_nm"
4121 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4122 # Check to see if the nm accepts a BSD-compat flag.
4123 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4124 # nm: unknown option "B" ignored
4125 # Tru64's nm complains that /dev/null is an invalid object file
4126 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4127 */dev/null* | *'Invalid file or object type'*)
4128 lt_cv_path_NM="$tmp_nm -B"
4129 break
4130 ;;
4131 *)
4132 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4133 */dev/null*)
4134 lt_cv_path_NM="$tmp_nm -p"
4135 break
4136 ;;
4137 *)
4138 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4139 continue # so that we can try to find one that supports BSD flags
4140 ;;
4141 esac
4142 ;;
4143 esac
4144 fi
4145 done
4146 IFS="$lt_save_ifs"
4147 done
4148 : ${lt_cv_path_NM=no}
4149fi
4150fi
4151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4152$as_echo "$lt_cv_path_NM" >&6; }
4153if test "$lt_cv_path_NM" != "no"; then
4154 NM="$lt_cv_path_NM"
4155else
4156 # Didn't find any BSD compatible name lister, look for dumpbin.
4157 if test -n "$DUMPBIN"; then :
4158 # Let the user override the test.
4159 else
4160 if test -n "$ac_tool_prefix"; then
4161 for ac_prog in dumpbin "link -dump"
4162 do
4163 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4164set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4166$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4167if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4168 $as_echo_n "(cached) " >&6
4169else
4170 if test -n "$DUMPBIN"; then
4171 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4172else
4173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4174for as_dir in $PATH
4175do
4176 IFS=$as_save_IFS
4177 test -z "$as_dir" && as_dir=.
4178 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4179 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4180 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4182 break 2
4183 fi
4184done
4185 done
4186IFS=$as_save_IFS
4187
4188fi
4189fi
4190DUMPBIN=$ac_cv_prog_DUMPBIN
4191if test -n "$DUMPBIN"; then
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4193$as_echo "$DUMPBIN" >&6; }
4194else
4195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4196$as_echo "no" >&6; }
4197fi
4198
4199
4200 test -n "$DUMPBIN" && break
4201 done
4202fi
4203if test -z "$DUMPBIN"; then
4204 ac_ct_DUMPBIN=$DUMPBIN
4205 for ac_prog in dumpbin "link -dump"
4206do
4207 # Extract the first word of "$ac_prog", so it can be a program name with args.
4208set dummy $ac_prog; ac_word=$2
4209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4210$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4211if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4212 $as_echo_n "(cached) " >&6
4213else
4214 if test -n "$ac_ct_DUMPBIN"; then
4215 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4216else
4217as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4218for as_dir in $PATH
4219do
4220 IFS=$as_save_IFS
4221 test -z "$as_dir" && as_dir=.
4222 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4223 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4224 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4226 break 2
4227 fi
4228done
4229 done
4230IFS=$as_save_IFS
4231
4232fi
4233fi
4234ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4235if test -n "$ac_ct_DUMPBIN"; then
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4237$as_echo "$ac_ct_DUMPBIN" >&6; }
4238else
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4240$as_echo "no" >&6; }
4241fi
4242
4243
4244 test -n "$ac_ct_DUMPBIN" && break
4245done
4246
4247 if test "x$ac_ct_DUMPBIN" = x; then
4248 DUMPBIN=":"
4249 else
4250 case $cross_compiling:$ac_tool_warned in
4251yes:)
4252{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4253$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4254ac_tool_warned=yes ;;
4255esac
4256 DUMPBIN=$ac_ct_DUMPBIN
4257 fi
4258fi
4259
4260 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4261 *COFF*)
4262 DUMPBIN="$DUMPBIN -symbols"
4263 ;;
4264 *)
4265 DUMPBIN=:
4266 ;;
4267 esac
4268 fi
4269
4270 if test "$DUMPBIN" != ":"; then
4271 NM="$DUMPBIN"
4272 fi
4273fi
4274test -z "$NM" && NM=nm
4275
4276
4277
4278
4279
4280
4281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4282$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4283if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4284 $as_echo_n "(cached) " >&6
4285else
4286 lt_cv_nm_interface="BSD nm"
4287 echo "int some_variable = 0;" > conftest.$ac_ext
4288 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4289 (eval "$ac_compile" 2>conftest.err)
4290 cat conftest.err >&5
4291 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4292 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4293 cat conftest.err >&5
4294 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4295 cat conftest.out >&5
4296 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4297 lt_cv_nm_interface="MS dumpbin"
4298 fi
4299 rm -f conftest*
4300fi
4301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4302$as_echo "$lt_cv_nm_interface" >&6; }
4303
4304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4305$as_echo_n "checking whether ln -s works... " >&6; }
4306LN_S=$as_ln_s
4307if test "$LN_S" = "ln -s"; then
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4309$as_echo "yes" >&6; }
4310else
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4312$as_echo "no, using $LN_S" >&6; }
4313fi
4314
4315# find the maximum length of command line arguments
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4317$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4318if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4319 $as_echo_n "(cached) " >&6
4320else
4321 i=0
4322 teststring="ABCD"
4323
4324 case $build_os in
4325 msdosdjgpp*)
4326 # On DJGPP, this test can blow up pretty badly due to problems in libc
4327 # (any single argument exceeding 2000 bytes causes a buffer overrun
4328 # during glob expansion). Even if it were fixed, the result of this
4329 # check would be larger than it should be.
4330 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4331 ;;
4332
4333 gnu*)
4334 # Under GNU Hurd, this test is not required because there is
4335 # no limit to the length of command line arguments.
4336 # Libtool will interpret -1 as no limit whatsoever
4337 lt_cv_sys_max_cmd_len=-1;
4338 ;;
4339
4340 cygwin* | mingw* | cegcc*)
4341 # On Win9x/ME, this test blows up -- it succeeds, but takes
4342 # about 5 minutes as the teststring grows exponentially.
4343 # Worse, since 9x/ME are not pre-emptively multitasking,
4344 # you end up with a "frozen" computer, even though with patience
4345 # the test eventually succeeds (with a max line length of 256k).
4346 # Instead, let's just punt: use the minimum linelength reported by
4347 # all of the supported platforms: 8192 (on NT/2K/XP).
4348 lt_cv_sys_max_cmd_len=8192;
4349 ;;
4350
4351 mint*)
4352 # On MiNT this can take a long time and run out of memory.
4353 lt_cv_sys_max_cmd_len=8192;
4354 ;;
4355
4356 amigaos*)
4357 # On AmigaOS with pdksh, this test takes hours, literally.
4358 # So we just punt and use a minimum line length of 8192.
4359 lt_cv_sys_max_cmd_len=8192;
4360 ;;
4361
4362 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4363 # This has been around since 386BSD, at least. Likely further.
4364 if test -x /sbin/sysctl; then
4365 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4366 elif test -x /usr/sbin/sysctl; then
4367 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4368 else
4369 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4370 fi
4371 # And add a safety zone
4372 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4373 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4374 ;;
4375
4376 interix*)
4377 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4378 lt_cv_sys_max_cmd_len=196608
4379 ;;
4380
4381 osf*)
4382 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4383 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4384 # nice to cause kernel panics so lets avoid the loop below.
4385 # First set a reasonable default.
4386 lt_cv_sys_max_cmd_len=16384
4387 #
4388 if test -x /sbin/sysconfig; then
4389 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4390 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4391 esac
4392 fi
4393 ;;
4394 sco3.2v5*)
4395 lt_cv_sys_max_cmd_len=102400
4396 ;;
4397 sysv5* | sco5v6* | sysv4.2uw2*)
4398 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4399 if test -n "$kargmax"; then
4400 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4401 else
4402 lt_cv_sys_max_cmd_len=32768
4403 fi
4404 ;;
4405 *)
4406 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4407 if test -n "$lt_cv_sys_max_cmd_len"; then
4408 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4409 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4410 else
4411 # Make teststring a little bigger before we do anything with it.
4412 # a 1K string should be a reasonable start.
4413 for i in 1 2 3 4 5 6 7 8 ; do
4414 teststring=$teststring$teststring
4415 done
4416 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4417 # If test is not a shell built-in, we'll probably end up computing a
4418 # maximum length that is only half of the actual maximum length, but
4419 # we can't tell.
4420 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4421 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4422 test $i != 17 # 1/2 MB should be enough
4423 do
4424 i=`expr $i + 1`
4425 teststring=$teststring$teststring
4426 done
4427 # Only check the string length outside the loop.
4428 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4429 teststring=
4430 # Add a significant safety factor because C++ compilers can tack on
4431 # massive amounts of additional arguments before passing them to the
4432 # linker. It appears as though 1/2 is a usable value.
4433 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4434 fi
4435 ;;
4436 esac
4437
4438fi
4439
4440if test -n $lt_cv_sys_max_cmd_len ; then
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4442$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4443else
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4445$as_echo "none" >&6; }
4446fi
4447max_cmd_len=$lt_cv_sys_max_cmd_len
4448
4449
4450
4451
4452
4453
4454: ${CP="cp -f"}
4455: ${MV="mv -f"}
4456: ${RM="rm -f"}
4457
4458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4459$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4460# Try some XSI features
4461xsi_shell=no
4462( _lt_dummy="a/b/c"
4463 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4464 = c,a/b,, \
4465 && eval 'test $(( 1 + 1 )) -eq 2 \
4466 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4467 && xsi_shell=yes
4468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4469$as_echo "$xsi_shell" >&6; }
4470
4471
4472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4473$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4474lt_shell_append=no
4475( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4476 >/dev/null 2>&1 \
4477 && lt_shell_append=yes
4478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4479$as_echo "$lt_shell_append" >&6; }
4480
4481
4482if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4483 lt_unset=unset
4484else
4485 lt_unset=false
4486fi
4487
4488
4489
4490
4491
4492# test EBCDIC or ASCII
4493case `echo X|tr X '\101'` in
4494 A) # ASCII based system
4495 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4496 lt_SP2NL='tr \040 \012'
4497 lt_NL2SP='tr \015\012 \040\040'
4498 ;;
4499 *) # EBCDIC based system
4500 lt_SP2NL='tr \100 \n'
4501 lt_NL2SP='tr \r\n \100\100'
4502 ;;
4503esac
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4514$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4515if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4516 $as_echo_n "(cached) " >&6
4517else
4518 lt_cv_ld_reload_flag='-r'
4519fi
4520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4521$as_echo "$lt_cv_ld_reload_flag" >&6; }
4522reload_flag=$lt_cv_ld_reload_flag
4523case $reload_flag in
4524"" | " "*) ;;
4525*) reload_flag=" $reload_flag" ;;
4526esac
4527reload_cmds='$LD$reload_flag -o $output$reload_objs'
4528case $host_os in
4529 darwin*)
4530 if test "$GCC" = yes; then
4531 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4532 else
4533 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4534 fi
4535 ;;
4536esac
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546if test -n "$ac_tool_prefix"; then
4547 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4548set dummy ${ac_tool_prefix}objdump; ac_word=$2
4549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4550$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4551if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4552 $as_echo_n "(cached) " >&6
4553else
4554 if test -n "$OBJDUMP"; then
4555 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4556else
4557as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4558for as_dir in $PATH
4559do
4560 IFS=$as_save_IFS
4561 test -z "$as_dir" && as_dir=.
4562 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4563 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4564 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4566 break 2
4567 fi
4568done
4569 done
4570IFS=$as_save_IFS
4571
4572fi
4573fi
4574OBJDUMP=$ac_cv_prog_OBJDUMP
4575if test -n "$OBJDUMP"; then
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4577$as_echo "$OBJDUMP" >&6; }
4578else
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4580$as_echo "no" >&6; }
4581fi
4582
4583
4584fi
4585if test -z "$ac_cv_prog_OBJDUMP"; then
4586 ac_ct_OBJDUMP=$OBJDUMP
4587 # Extract the first word of "objdump", so it can be a program name with args.
4588set dummy objdump; ac_word=$2
4589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4590$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4591if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4592 $as_echo_n "(cached) " >&6
4593else
4594 if test -n "$ac_ct_OBJDUMP"; then
4595 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4596else
4597as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598for as_dir in $PATH
4599do
4600 IFS=$as_save_IFS
4601 test -z "$as_dir" && as_dir=.
4602 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4603 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4604 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4606 break 2
4607 fi
4608done
4609 done
4610IFS=$as_save_IFS
4611
4612fi
4613fi
4614ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4615if test -n "$ac_ct_OBJDUMP"; then
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4617$as_echo "$ac_ct_OBJDUMP" >&6; }
4618else
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4620$as_echo "no" >&6; }
4621fi
4622
4623 if test "x$ac_ct_OBJDUMP" = x; then
4624 OBJDUMP="false"
4625 else
4626 case $cross_compiling:$ac_tool_warned in
4627yes:)
4628{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4629$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4630ac_tool_warned=yes ;;
4631esac
4632 OBJDUMP=$ac_ct_OBJDUMP
4633 fi
4634else
4635 OBJDUMP="$ac_cv_prog_OBJDUMP"
4636fi
4637
4638test -z "$OBJDUMP" && OBJDUMP=objdump
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4649$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4650if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4651 $as_echo_n "(cached) " >&6
4652else
4653 lt_cv_file_magic_cmd='$MAGIC_CMD'
4654lt_cv_file_magic_test_file=
4655lt_cv_deplibs_check_method='unknown'
4656# Need to set the preceding variable on all platforms that support
4657# interlibrary dependencies.
4658# 'none' -- dependencies not supported.
4659# `unknown' -- same as none, but documents that we really don't know.
4660# 'pass_all' -- all dependencies passed with no checks.
4661# 'test_compile' -- check by making test program.
4662# 'file_magic [[regex]]' -- check by looking for files in library path
4663# which responds to the $file_magic_cmd with a given extended regex.
4664# If you have `file' or equivalent on your system and you're not sure
4665# whether `pass_all' will *always* work, you probably want this one.
4666
4667case $host_os in
4668aix[4-9]*)
4669 lt_cv_deplibs_check_method=pass_all
4670 ;;
4671
4672beos*)
4673 lt_cv_deplibs_check_method=pass_all
4674 ;;
4675
4676bsdi[45]*)
4677 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4678 lt_cv_file_magic_cmd='/usr/bin/file -L'
4679 lt_cv_file_magic_test_file=/shlib/libc.so
4680 ;;
4681
4682cygwin*)
4683 # func_win32_libid is a shell function defined in ltmain.sh
4684 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4685 lt_cv_file_magic_cmd='func_win32_libid'
4686 ;;
4687
4688mingw* | pw32*)
4689 # Base MSYS/MinGW do not provide the 'file' command needed by
4690 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4691 # unless we find 'file', for example because we are cross-compiling.
4692 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4693 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4694 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4695 lt_cv_file_magic_cmd='func_win32_libid'
4696 else
4697 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4698 lt_cv_file_magic_cmd='$OBJDUMP -f'
4699 fi
4700 ;;
4701
4702cegcc*)
4703 # use the weaker test based on 'objdump'. See mingw*.
4704 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4705 lt_cv_file_magic_cmd='$OBJDUMP -f'
4706 ;;
4707
4708darwin* | rhapsody*)
4709 lt_cv_deplibs_check_method=pass_all
4710 ;;
4711
4712freebsd* | dragonfly*)
4713 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4714 case $host_cpu in
4715 i*86 )
4716 # Not sure whether the presence of OpenBSD here was a mistake.
4717 # Let's accept both of them until this is cleared up.
4718 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4719 lt_cv_file_magic_cmd=/usr/bin/file
4720 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4721 ;;
4722 esac
4723 else
4724 lt_cv_deplibs_check_method=pass_all
4725 fi
4726 ;;
4727
4728gnu*)
4729 lt_cv_deplibs_check_method=pass_all
4730 ;;
4731
4732haiku*)
4733 lt_cv_deplibs_check_method=pass_all
4734 ;;
4735
4736hpux10.20* | hpux11*)
4737 lt_cv_file_magic_cmd=/usr/bin/file
4738 case $host_cpu in
4739 ia64*)
4740 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4741 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4742 ;;
4743 hppa*64*)
4744 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]'
4745 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4746 ;;
4747 *)
4748 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4749 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4750 ;;
4751 esac
4752 ;;
4753
4754interix[3-9]*)
4755 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4756 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4757 ;;
4758
4759irix5* | irix6* | nonstopux*)
4760 case $LD in
4761 *-32|*"-32 ") libmagic=32-bit;;
4762 *-n32|*"-n32 ") libmagic=N32;;
4763 *-64|*"-64 ") libmagic=64-bit;;
4764 *) libmagic=never-match;;
4765 esac
4766 lt_cv_deplibs_check_method=pass_all
4767 ;;
4768
4769# This must be Linux ELF.
4770linux* | k*bsd*-gnu | kopensolaris*-gnu)
4771 lt_cv_deplibs_check_method=pass_all
4772 ;;
4773
4774netbsd*)
4775 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4776 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4777 else
4778 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4779 fi
4780 ;;
4781
4782newos6*)
4783 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4784 lt_cv_file_magic_cmd=/usr/bin/file
4785 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4786 ;;
4787
4788*nto* | *qnx*)
4789 lt_cv_deplibs_check_method=pass_all
4790 ;;
4791
4792openbsd*)
4793 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4794 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4795 else
4796 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4797 fi
4798 ;;
4799
4800osf3* | osf4* | osf5*)
4801 lt_cv_deplibs_check_method=pass_all
4802 ;;
4803
4804rdos*)
4805 lt_cv_deplibs_check_method=pass_all
4806 ;;
4807
4808solaris*)
4809 lt_cv_deplibs_check_method=pass_all
4810 ;;
4811
4812sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4813 lt_cv_deplibs_check_method=pass_all
4814 ;;
4815
4816sysv4 | sysv4.3*)
4817 case $host_vendor in
4818 motorola)
4819 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]'
4820 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4821 ;;
4822 ncr)
4823 lt_cv_deplibs_check_method=pass_all
4824 ;;
4825 sequent)
4826 lt_cv_file_magic_cmd='/bin/file'
4827 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4828 ;;
4829 sni)
4830 lt_cv_file_magic_cmd='/bin/file'
4831 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4832 lt_cv_file_magic_test_file=/lib/libc.so
4833 ;;
4834 siemens)
4835 lt_cv_deplibs_check_method=pass_all
4836 ;;
4837 pc)
4838 lt_cv_deplibs_check_method=pass_all
4839 ;;
4840 esac
4841 ;;
4842
4843tpf*)
4844 lt_cv_deplibs_check_method=pass_all
4845 ;;
4846esac
4847
4848fi
4849{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4850$as_echo "$lt_cv_deplibs_check_method" >&6; }
4851file_magic_cmd=$lt_cv_file_magic_cmd
4852deplibs_check_method=$lt_cv_deplibs_check_method
4853test -z "$deplibs_check_method" && deplibs_check_method=unknown
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
68ed2854
MF
4866plugin_option=
4867plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4868for plugin in $plugin_names; do
4869 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4870 if test x$plugin_so = x$plugin; then
4871 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4872 fi
4873 if test x$plugin_so != x$plugin; then
4874 plugin_option="--plugin $plugin_so"
4875 break
4876 fi
4877done
4878
6bb11ab3
L
4879if test -n "$ac_tool_prefix"; then
4880 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4881set dummy ${ac_tool_prefix}ar; ac_word=$2
4882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4883$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4884if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4885 $as_echo_n "(cached) " >&6
4886else
4887 if test -n "$AR"; then
4888 ac_cv_prog_AR="$AR" # Let the user override the test.
4889else
4890as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4891for as_dir in $PATH
4892do
4893 IFS=$as_save_IFS
4894 test -z "$as_dir" && as_dir=.
4895 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4897 ac_cv_prog_AR="${ac_tool_prefix}ar"
4898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4899 break 2
4900 fi
4901done
4902 done
4903IFS=$as_save_IFS
4904
4905fi
4906fi
4907AR=$ac_cv_prog_AR
4908if test -n "$AR"; then
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4910$as_echo "$AR" >&6; }
4911else
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4913$as_echo "no" >&6; }
4914fi
4915
4916
4917fi
4918if test -z "$ac_cv_prog_AR"; then
4919 ac_ct_AR=$AR
4920 # Extract the first word of "ar", so it can be a program name with args.
4921set dummy ar; ac_word=$2
4922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4923$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4924if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4925 $as_echo_n "(cached) " >&6
4926else
4927 if test -n "$ac_ct_AR"; then
4928 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4929else
4930as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4931for as_dir in $PATH
4932do
4933 IFS=$as_save_IFS
4934 test -z "$as_dir" && as_dir=.
4935 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4936 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4937 ac_cv_prog_ac_ct_AR="ar"
4938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4939 break 2
4940 fi
4941done
4942 done
4943IFS=$as_save_IFS
4944
4945fi
4946fi
4947ac_ct_AR=$ac_cv_prog_ac_ct_AR
4948if test -n "$ac_ct_AR"; then
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4950$as_echo "$ac_ct_AR" >&6; }
4951else
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4953$as_echo "no" >&6; }
4954fi
4955
4956 if test "x$ac_ct_AR" = x; then
4957 AR="false"
4958 else
4959 case $cross_compiling:$ac_tool_warned in
4960yes:)
4961{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4962$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4963ac_tool_warned=yes ;;
4964esac
4965 AR=$ac_ct_AR
4966 fi
4967else
4968 AR="$ac_cv_prog_AR"
4969fi
4970
4971test -z "$AR" && AR=ar
68ed2854
MF
4972if test -n "$plugin_option"; then
4973 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4974 touch conftest.c
4975 $AR $plugin_option rc conftest.a conftest.c
4976 if test "$?" != 0; then
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4978$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4979 else
4980 AR="$AR $plugin_option"
4981 fi
4982 rm -f conftest.*
68ed2854
MF
4983 fi
4984fi
6bb11ab3
L
4985test -z "$AR_FLAGS" && AR_FLAGS=cru
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997if test -n "$ac_tool_prefix"; then
4998 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4999set dummy ${ac_tool_prefix}strip; ac_word=$2
5000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5001$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5002if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5003 $as_echo_n "(cached) " >&6
5004else
5005 if test -n "$STRIP"; then
5006 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5007else
5008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5009for as_dir in $PATH
5010do
5011 IFS=$as_save_IFS
5012 test -z "$as_dir" && as_dir=.
5013 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5015 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5017 break 2
5018 fi
5019done
5020 done
5021IFS=$as_save_IFS
5022
5023fi
5024fi
5025STRIP=$ac_cv_prog_STRIP
5026if test -n "$STRIP"; then
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5028$as_echo "$STRIP" >&6; }
5029else
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5031$as_echo "no" >&6; }
5032fi
5033
5034
5035fi
5036if test -z "$ac_cv_prog_STRIP"; then
5037 ac_ct_STRIP=$STRIP
5038 # Extract the first word of "strip", so it can be a program name with args.
5039set dummy strip; ac_word=$2
5040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5041$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5042if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5043 $as_echo_n "(cached) " >&6
5044else
5045 if test -n "$ac_ct_STRIP"; then
5046 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5047else
5048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5049for as_dir in $PATH
5050do
5051 IFS=$as_save_IFS
5052 test -z "$as_dir" && as_dir=.
5053 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5054 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5055 ac_cv_prog_ac_ct_STRIP="strip"
5056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5057 break 2
5058 fi
5059done
5060 done
5061IFS=$as_save_IFS
5062
5063fi
5064fi
5065ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5066if test -n "$ac_ct_STRIP"; then
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5068$as_echo "$ac_ct_STRIP" >&6; }
5069else
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5071$as_echo "no" >&6; }
5072fi
5073
5074 if test "x$ac_ct_STRIP" = x; then
5075 STRIP=":"
5076 else
5077 case $cross_compiling:$ac_tool_warned in
5078yes:)
5079{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5080$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5081ac_tool_warned=yes ;;
5082esac
5083 STRIP=$ac_ct_STRIP
5084 fi
5085else
5086 STRIP="$ac_cv_prog_STRIP"
5087fi
5088
5089test -z "$STRIP" && STRIP=:
5090
5091
5092
5093
5094
5095
5096if test -n "$ac_tool_prefix"; then
5097 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5098set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5100$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5101if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5102 $as_echo_n "(cached) " >&6
5103else
5104 if test -n "$RANLIB"; then
5105 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5106else
5107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5108for as_dir in $PATH
5109do
5110 IFS=$as_save_IFS
5111 test -z "$as_dir" && as_dir=.
5112 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5113 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5114 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5116 break 2
5117 fi
5118done
5119 done
5120IFS=$as_save_IFS
5121
5122fi
5123fi
5124RANLIB=$ac_cv_prog_RANLIB
5125if test -n "$RANLIB"; then
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5127$as_echo "$RANLIB" >&6; }
5128else
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5130$as_echo "no" >&6; }
5131fi
5132
5133
5134fi
5135if test -z "$ac_cv_prog_RANLIB"; then
5136 ac_ct_RANLIB=$RANLIB
5137 # Extract the first word of "ranlib", so it can be a program name with args.
5138set dummy ranlib; ac_word=$2
5139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5140$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5141if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5142 $as_echo_n "(cached) " >&6
5143else
5144 if test -n "$ac_ct_RANLIB"; then
5145 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5146else
5147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5148for as_dir in $PATH
5149do
5150 IFS=$as_save_IFS
5151 test -z "$as_dir" && as_dir=.
5152 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5154 ac_cv_prog_ac_ct_RANLIB="ranlib"
5155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5156 break 2
5157 fi
5158done
5159 done
5160IFS=$as_save_IFS
5161
5162fi
5163fi
5164ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5165if test -n "$ac_ct_RANLIB"; then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5167$as_echo "$ac_ct_RANLIB" >&6; }
5168else
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170$as_echo "no" >&6; }
5171fi
5172
5173 if test "x$ac_ct_RANLIB" = x; then
5174 RANLIB=":"
5175 else
5176 case $cross_compiling:$ac_tool_warned in
5177yes:)
5178{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5179$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5180ac_tool_warned=yes ;;
5181esac
5182 RANLIB=$ac_ct_RANLIB
5183 fi
5184else
5185 RANLIB="$ac_cv_prog_RANLIB"
5186fi
5187
5188test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5189if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5190 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5191 RANLIB="$RANLIB $plugin_option"
5192 fi
5193fi
6bb11ab3
L
5194
5195
5196
5197
5198
5199
5200# Determine commands to create old-style static archives.
5201old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5202old_postinstall_cmds='chmod 644 $oldlib'
5203old_postuninstall_cmds=
5204
5205if test -n "$RANLIB"; then
5206 case $host_os in
5207 openbsd*)
5208 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5209 ;;
5210 *)
5211 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5212 ;;
5213 esac
5214 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5215fi
5216
5217case $host_os in
5218 darwin*)
5219 lock_old_archive_extraction=yes ;;
5220 *)
5221 lock_old_archive_extraction=no ;;
5222esac
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244for ac_prog in gawk mawk nawk awk
5245do
5246 # Extract the first word of "$ac_prog", so it can be a program name with args.
5247set dummy $ac_prog; ac_word=$2
5248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5249$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5250if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5251 $as_echo_n "(cached) " >&6
5252else
5253 if test -n "$AWK"; then
5254 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5255else
5256as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5257for as_dir in $PATH
5258do
5259 IFS=$as_save_IFS
5260 test -z "$as_dir" && as_dir=.
5261 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5262 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5263 ac_cv_prog_AWK="$ac_prog"
5264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5265 break 2
5266 fi
5267done
5268 done
5269IFS=$as_save_IFS
5270
5271fi
5272fi
5273AWK=$ac_cv_prog_AWK
5274if test -n "$AWK"; then
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5276$as_echo "$AWK" >&6; }
5277else
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5279$as_echo "no" >&6; }
5280fi
5281
5282
5283 test -n "$AWK" && break
5284done
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304# If no C compiler was specified, use CC.
5305LTCC=${LTCC-"$CC"}
5306
5307# If no C compiler flags were specified, use CFLAGS.
5308LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5309
5310# Allow CC to be a program name with arguments.
5311compiler=$CC
5312
5313
5314# Check for command to grab the raw symbol name followed by C symbol from nm.
5315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5316$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5317if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5318 $as_echo_n "(cached) " >&6
5319else
5320
5321# These are sane defaults that work on at least a few old systems.
5322# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5323
5324# Character class describing NM global symbol codes.
5325symcode='[BCDEGRST]'
5326
5327# Regexp to match symbols that can be accessed directly from C.
5328sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5329
5330# Define system-specific variables.
5331case $host_os in
5332aix*)
5333 symcode='[BCDT]'
5334 ;;
5335cygwin* | mingw* | pw32* | cegcc*)
5336 symcode='[ABCDGISTW]'
5337 ;;
5338hpux*)
5339 if test "$host_cpu" = ia64; then
5340 symcode='[ABCDEGRST]'
5341 fi
5342 ;;
5343irix* | nonstopux*)
5344 symcode='[BCDEGRST]'
5345 ;;
5346osf*)
5347 symcode='[BCDEGQRST]'
5348 ;;
5349solaris*)
5350 symcode='[BDRT]'
5351 ;;
5352sco3.2v5*)
5353 symcode='[DT]'
5354 ;;
5355sysv4.2uw2*)
5356 symcode='[DT]'
5357 ;;
5358sysv5* | sco5v6* | unixware* | OpenUNIX*)
5359 symcode='[ABDT]'
5360 ;;
5361sysv4)
5362 symcode='[DFNSTU]'
5363 ;;
5364esac
5365
5366# If we're using GNU nm, then use its standard symbol codes.
5367case `$NM -V 2>&1` in
5368*GNU* | *'with BFD'*)
5369 symcode='[ABCDGIRSTW]' ;;
5370esac
5371
5372# Transform an extracted symbol line into a proper C declaration.
5373# Some systems (esp. on ia64) link data and code symbols differently,
5374# so use this general approach.
5375lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5376
5377# Transform an extracted symbol line into symbol name and symbol address
5378lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5379lt_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'"
5380
5381# Handle CRLF in mingw tool chain
5382opt_cr=
5383case $build_os in
5384mingw*)
5385 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5386 ;;
5387esac
5388
5389# Try without a prefix underscore, then with it.
5390for ac_symprfx in "" "_"; do
5391
5392 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5393 symxfrm="\\1 $ac_symprfx\\2 \\2"
5394
5395 # Write the raw and C identifiers.
5396 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5397 # Fake it for dumpbin and say T for any non-static function
5398 # and D for any global variable.
5399 # Also find C++ and __fastcall symbols from MSVC++,
5400 # which start with @ or ?.
5401 lt_cv_sys_global_symbol_pipe="$AWK '"\
5402" {last_section=section; section=\$ 3};"\
5403" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5404" \$ 0!~/External *\|/{next};"\
5405" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5406" {if(hide[section]) next};"\
5407" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5408" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5409" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5410" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5411" ' prfx=^$ac_symprfx"
5412 else
5413 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5414 fi
5415
5416 # Check to see that the pipe works correctly.
5417 pipe_works=no
5418
5419 rm -f conftest*
5420 cat > conftest.$ac_ext <<_LT_EOF
5421#ifdef __cplusplus
5422extern "C" {
5423#endif
5424char nm_test_var;
5425void nm_test_func(void);
5426void nm_test_func(void){}
5427#ifdef __cplusplus
5428}
5429#endif
5430int main(){nm_test_var='a';nm_test_func();return(0);}
5431_LT_EOF
5432
5433 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5434 (eval $ac_compile) 2>&5
5435 ac_status=$?
5436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5437 test $ac_status = 0; }; then
5438 # Now try to grab the symbols.
5439 nlist=conftest.nm
5440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5441 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5442 ac_status=$?
5443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5444 test $ac_status = 0; } && test -s "$nlist"; then
5445 # Try sorting and uniquifying the output.
5446 if sort "$nlist" | uniq > "$nlist"T; then
5447 mv -f "$nlist"T "$nlist"
5448 else
5449 rm -f "$nlist"T
5450 fi
5451
5452 # Make sure that we snagged all the symbols we need.
5453 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5454 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5455 cat <<_LT_EOF > conftest.$ac_ext
5456#ifdef __cplusplus
5457extern "C" {
5458#endif
5459
5460_LT_EOF
5461 # Now generate the symbol file.
5462 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5463
5464 cat <<_LT_EOF >> conftest.$ac_ext
5465
5466/* The mapping between symbol names and symbols. */
5467const struct {
5468 const char *name;
5469 void *address;
5470}
5471lt__PROGRAM__LTX_preloaded_symbols[] =
5472{
5473 { "@PROGRAM@", (void *) 0 },
5474_LT_EOF
5475 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5476 cat <<\_LT_EOF >> conftest.$ac_ext
5477 {0, (void *) 0}
5478};
5479
5480/* This works around a problem in FreeBSD linker */
5481#ifdef FREEBSD_WORKAROUND
5482static const void *lt_preloaded_setup() {
5483 return lt__PROGRAM__LTX_preloaded_symbols;
5484}
5485#endif
5486
5487#ifdef __cplusplus
5488}
5489#endif
5490_LT_EOF
5491 # Now try linking the two files.
5492 mv conftest.$ac_objext conftstm.$ac_objext
5493 lt_save_LIBS="$LIBS"
5494 lt_save_CFLAGS="$CFLAGS"
5495 LIBS="conftstm.$ac_objext"
5496 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5497 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5498 (eval $ac_link) 2>&5
5499 ac_status=$?
5500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5501 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5502 pipe_works=yes
5503 fi
5504 LIBS="$lt_save_LIBS"
5505 CFLAGS="$lt_save_CFLAGS"
5506 else
5507 echo "cannot find nm_test_func in $nlist" >&5
5508 fi
5509 else
5510 echo "cannot find nm_test_var in $nlist" >&5
5511 fi
5512 else
5513 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5514 fi
5515 else
5516 echo "$progname: failed program was:" >&5
5517 cat conftest.$ac_ext >&5
5518 fi
5519 rm -rf conftest* conftst*
5520
5521 # Do not use the global_symbol_pipe unless it works.
5522 if test "$pipe_works" = yes; then
5523 break
5524 else
5525 lt_cv_sys_global_symbol_pipe=
5526 fi
5527done
5528
5529fi
5530
5531if test -z "$lt_cv_sys_global_symbol_pipe"; then
5532 lt_cv_sys_global_symbol_to_cdecl=
5533fi
5534if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5536$as_echo "failed" >&6; }
5537else
5538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5539$as_echo "ok" >&6; }
5540fi
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563# Check whether --enable-libtool-lock was given.
5564if test "${enable_libtool_lock+set}" = set; then :
5565 enableval=$enable_libtool_lock;
5566fi
5567
5568test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5569
5570# Some flags need to be propagated to the compiler or linker for good
5571# libtool support.
5572case $host in
5573ia64-*-hpux*)
5574 # Find out which ABI we are using.
5575 echo 'int i;' > conftest.$ac_ext
5576 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5577 (eval $ac_compile) 2>&5
5578 ac_status=$?
5579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5580 test $ac_status = 0; }; then
5581 case `/usr/bin/file conftest.$ac_objext` in
5582 *ELF-32*)
5583 HPUX_IA64_MODE="32"
5584 ;;
5585 *ELF-64*)
5586 HPUX_IA64_MODE="64"
5587 ;;
5588 esac
5589 fi
5590 rm -rf conftest*
5591 ;;
5592*-*-irix6*)
5593 # Find out which ABI we are using.
5594 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5595 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5596 (eval $ac_compile) 2>&5
5597 ac_status=$?
5598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5599 test $ac_status = 0; }; then
5600 if test "$lt_cv_prog_gnu_ld" = yes; then
5601 case `/usr/bin/file conftest.$ac_objext` in
5602 *32-bit*)
5603 LD="${LD-ld} -melf32bsmip"
5604 ;;
5605 *N32*)
5606 LD="${LD-ld} -melf32bmipn32"
5607 ;;
5608 *64-bit*)
5609 LD="${LD-ld} -melf64bmip"
5610 ;;
5611 esac
5612 else
5613 case `/usr/bin/file conftest.$ac_objext` in
5614 *32-bit*)
5615 LD="${LD-ld} -32"
5616 ;;
5617 *N32*)
5618 LD="${LD-ld} -n32"
5619 ;;
5620 *64-bit*)
5621 LD="${LD-ld} -64"
5622 ;;
5623 esac
5624 fi
5625 fi
5626 rm -rf conftest*
5627 ;;
5628
bf3d9781 5629x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5630s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5631 # Find out which ABI we are using.
5632 echo 'int i;' > conftest.$ac_ext
5633 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5634 (eval $ac_compile) 2>&5
5635 ac_status=$?
5636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5637 test $ac_status = 0; }; then
5638 case `/usr/bin/file conftest.o` in
5639 *32-bit*)
5640 case $host in
5641 x86_64-*kfreebsd*-gnu)
5642 LD="${LD-ld} -m elf_i386_fbsd"
5643 ;;
5644 x86_64-*linux*)
5645 case `/usr/bin/file conftest.o` in
5646 *x86-64*)
5647 LD="${LD-ld} -m elf32_x86_64"
5648 ;;
5649 *)
5650 LD="${LD-ld} -m elf_i386"
5651 ;;
5652 esac
5653 ;;
bf3d9781
AM
5654 powerpc64le-*linux*)
5655 LD="${LD-ld} -m elf32lppclinux"
5656 ;;
5657 powerpc64-*linux*)
6bb11ab3
L
5658 LD="${LD-ld} -m elf32ppclinux"
5659 ;;
5660 s390x-*linux*)
5661 LD="${LD-ld} -m elf_s390"
5662 ;;
5663 sparc64-*linux*)
5664 LD="${LD-ld} -m elf32_sparc"
5665 ;;
5666 esac
5667 ;;
5668 *64-bit*)
5669 case $host in
5670 x86_64-*kfreebsd*-gnu)
5671 LD="${LD-ld} -m elf_x86_64_fbsd"
5672 ;;
5673 x86_64-*linux*)
5674 LD="${LD-ld} -m elf_x86_64"
5675 ;;
bf3d9781
AM
5676 powerpcle-*linux*)
5677 LD="${LD-ld} -m elf64lppc"
5678 ;;
5679 powerpc-*linux*)
6bb11ab3
L
5680 LD="${LD-ld} -m elf64ppc"
5681 ;;
5682 s390*-*linux*|s390*-*tpf*)
5683 LD="${LD-ld} -m elf64_s390"
5684 ;;
5685 sparc*-*linux*)
5686 LD="${LD-ld} -m elf64_sparc"
5687 ;;
5688 esac
5689 ;;
5690 esac
5691 fi
5692 rm -rf conftest*
5693 ;;
5694
5695*-*-sco3.2v5*)
5696 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5697 SAVE_CFLAGS="$CFLAGS"
5698 CFLAGS="$CFLAGS -belf"
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5700$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5701if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5702 $as_echo_n "(cached) " >&6
5703else
5704 ac_ext=c
5705ac_cpp='$CPP $CPPFLAGS'
5706ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5707ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5708ac_compiler_gnu=$ac_cv_c_compiler_gnu
5709
5710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5711/* end confdefs.h. */
5712
5713int
5714main ()
5715{
5716
5717 ;
5718 return 0;
5719}
5720_ACEOF
5721if ac_fn_c_try_link "$LINENO"; then :
5722 lt_cv_cc_needs_belf=yes
5723else
5724 lt_cv_cc_needs_belf=no
5725fi
5726rm -f core conftest.err conftest.$ac_objext \
5727 conftest$ac_exeext conftest.$ac_ext
5728 ac_ext=c
5729ac_cpp='$CPP $CPPFLAGS'
5730ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5731ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5732ac_compiler_gnu=$ac_cv_c_compiler_gnu
5733
5734fi
5735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5736$as_echo "$lt_cv_cc_needs_belf" >&6; }
5737 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5738 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5739 CFLAGS="$SAVE_CFLAGS"
5740 fi
5741 ;;
5742sparc*-*solaris*)
5743 # Find out which ABI we are using.
5744 echo 'int i;' > conftest.$ac_ext
5745 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5746 (eval $ac_compile) 2>&5
5747 ac_status=$?
5748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5749 test $ac_status = 0; }; then
5750 case `/usr/bin/file conftest.o` in
5751 *64-bit*)
5752 case $lt_cv_prog_gnu_ld in
5753 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5754 *)
5755 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5756 LD="${LD-ld} -64"
5757 fi
5758 ;;
5759 esac
5760 ;;
5761 esac
5762 fi
5763 rm -rf conftest*
5764 ;;
5765esac
5766
5767need_locks="$enable_libtool_lock"
5768
5769
5770 case $host_os in
5771 rhapsody* | darwin*)
5772 if test -n "$ac_tool_prefix"; then
5773 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5774set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5776$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5777if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5778 $as_echo_n "(cached) " >&6
5779else
5780 if test -n "$DSYMUTIL"; then
5781 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5782else
5783as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5784for as_dir in $PATH
5785do
5786 IFS=$as_save_IFS
5787 test -z "$as_dir" && as_dir=.
5788 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5790 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5792 break 2
5793 fi
5794done
5795 done
5796IFS=$as_save_IFS
5797
5798fi
5799fi
5800DSYMUTIL=$ac_cv_prog_DSYMUTIL
5801if test -n "$DSYMUTIL"; then
5802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5803$as_echo "$DSYMUTIL" >&6; }
5804else
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5806$as_echo "no" >&6; }
5807fi
5808
5809
5810fi
5811if test -z "$ac_cv_prog_DSYMUTIL"; then
5812 ac_ct_DSYMUTIL=$DSYMUTIL
5813 # Extract the first word of "dsymutil", so it can be a program name with args.
5814set dummy dsymutil; ac_word=$2
5815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5816$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5817if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5818 $as_echo_n "(cached) " >&6
5819else
5820 if test -n "$ac_ct_DSYMUTIL"; then
5821 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5822else
5823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5824for as_dir in $PATH
5825do
5826 IFS=$as_save_IFS
5827 test -z "$as_dir" && as_dir=.
5828 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5830 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5832 break 2
5833 fi
5834done
5835 done
5836IFS=$as_save_IFS
5837
5838fi
5839fi
5840ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5841if test -n "$ac_ct_DSYMUTIL"; then
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5843$as_echo "$ac_ct_DSYMUTIL" >&6; }
5844else
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5846$as_echo "no" >&6; }
5847fi
5848
5849 if test "x$ac_ct_DSYMUTIL" = x; then
5850 DSYMUTIL=":"
5851 else
5852 case $cross_compiling:$ac_tool_warned in
5853yes:)
5854{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5855$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5856ac_tool_warned=yes ;;
5857esac
5858 DSYMUTIL=$ac_ct_DSYMUTIL
5859 fi
5860else
5861 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5862fi
5863
5864 if test -n "$ac_tool_prefix"; then
5865 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5866set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5868$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5869if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5870 $as_echo_n "(cached) " >&6
5871else
5872 if test -n "$NMEDIT"; then
5873 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5874else
5875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5876for as_dir in $PATH
5877do
5878 IFS=$as_save_IFS
5879 test -z "$as_dir" && as_dir=.
5880 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5882 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5884 break 2
5885 fi
5886done
5887 done
5888IFS=$as_save_IFS
5889
5890fi
5891fi
5892NMEDIT=$ac_cv_prog_NMEDIT
5893if test -n "$NMEDIT"; then
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5895$as_echo "$NMEDIT" >&6; }
5896else
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5898$as_echo "no" >&6; }
5899fi
5900
5901
5902fi
5903if test -z "$ac_cv_prog_NMEDIT"; then
5904 ac_ct_NMEDIT=$NMEDIT
5905 # Extract the first word of "nmedit", so it can be a program name with args.
5906set dummy nmedit; ac_word=$2
5907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5908$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5909if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5910 $as_echo_n "(cached) " >&6
5911else
5912 if test -n "$ac_ct_NMEDIT"; then
5913 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5914else
5915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5916for as_dir in $PATH
5917do
5918 IFS=$as_save_IFS
5919 test -z "$as_dir" && as_dir=.
5920 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5921 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5922 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5924 break 2
5925 fi
5926done
5927 done
5928IFS=$as_save_IFS
5929
5930fi
5931fi
5932ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5933if test -n "$ac_ct_NMEDIT"; then
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5935$as_echo "$ac_ct_NMEDIT" >&6; }
5936else
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5938$as_echo "no" >&6; }
5939fi
5940
5941 if test "x$ac_ct_NMEDIT" = x; then
5942 NMEDIT=":"
5943 else
5944 case $cross_compiling:$ac_tool_warned in
5945yes:)
5946{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5947$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5948ac_tool_warned=yes ;;
5949esac
5950 NMEDIT=$ac_ct_NMEDIT
5951 fi
5952else
5953 NMEDIT="$ac_cv_prog_NMEDIT"
5954fi
5955
5956 if test -n "$ac_tool_prefix"; then
5957 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5958set dummy ${ac_tool_prefix}lipo; ac_word=$2
5959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5960$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5961if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5962 $as_echo_n "(cached) " >&6
5963else
5964 if test -n "$LIPO"; then
5965 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5966else
5967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968for as_dir in $PATH
5969do
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5973 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5974 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5977 fi
5978done
5979 done
5980IFS=$as_save_IFS
5981
5982fi
5983fi
5984LIPO=$ac_cv_prog_LIPO
5985if test -n "$LIPO"; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5987$as_echo "$LIPO" >&6; }
5988else
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5990$as_echo "no" >&6; }
5991fi
5992
5993
5994fi
5995if test -z "$ac_cv_prog_LIPO"; then
5996 ac_ct_LIPO=$LIPO
5997 # Extract the first word of "lipo", so it can be a program name with args.
5998set dummy lipo; ac_word=$2
5999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6000$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6001if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6002 $as_echo_n "(cached) " >&6
6003else
6004 if test -n "$ac_ct_LIPO"; then
6005 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6006else
6007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008for as_dir in $PATH
6009do
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6013 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6014 ac_cv_prog_ac_ct_LIPO="lipo"
6015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6017 fi
6018done
6019 done
6020IFS=$as_save_IFS
6021
6022fi
6023fi
6024ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6025if test -n "$ac_ct_LIPO"; then
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6027$as_echo "$ac_ct_LIPO" >&6; }
6028else
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6030$as_echo "no" >&6; }
6031fi
6032
6033 if test "x$ac_ct_LIPO" = x; then
6034 LIPO=":"
6035 else
6036 case $cross_compiling:$ac_tool_warned in
6037yes:)
6038{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6039$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6040ac_tool_warned=yes ;;
6041esac
6042 LIPO=$ac_ct_LIPO
6043 fi
6044else
6045 LIPO="$ac_cv_prog_LIPO"
6046fi
6047
6048 if test -n "$ac_tool_prefix"; then
6049 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6050set dummy ${ac_tool_prefix}otool; ac_word=$2
6051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6052$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6053if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6054 $as_echo_n "(cached) " >&6
6055else
6056 if test -n "$OTOOL"; then
6057 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6058else
6059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6060for as_dir in $PATH
6061do
6062 IFS=$as_save_IFS
6063 test -z "$as_dir" && as_dir=.
6064 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6066 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6068 break 2
6069 fi
6070done
6071 done
6072IFS=$as_save_IFS
6073
6074fi
6075fi
6076OTOOL=$ac_cv_prog_OTOOL
6077if test -n "$OTOOL"; then
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6079$as_echo "$OTOOL" >&6; }
6080else
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6082$as_echo "no" >&6; }
6083fi
6084
6085
6086fi
6087if test -z "$ac_cv_prog_OTOOL"; then
6088 ac_ct_OTOOL=$OTOOL
6089 # Extract the first word of "otool", so it can be a program name with args.
6090set dummy otool; ac_word=$2
6091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6092$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6093if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6094 $as_echo_n "(cached) " >&6
6095else
6096 if test -n "$ac_ct_OTOOL"; then
6097 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6098else
6099as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6100for as_dir in $PATH
6101do
6102 IFS=$as_save_IFS
6103 test -z "$as_dir" && as_dir=.
6104 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6105 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6106 ac_cv_prog_ac_ct_OTOOL="otool"
6107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6108 break 2
6109 fi
6110done
6111 done
6112IFS=$as_save_IFS
6113
6114fi
6115fi
6116ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6117if test -n "$ac_ct_OTOOL"; then
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6119$as_echo "$ac_ct_OTOOL" >&6; }
6120else
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6122$as_echo "no" >&6; }
6123fi
6124
6125 if test "x$ac_ct_OTOOL" = x; then
6126 OTOOL=":"
6127 else
6128 case $cross_compiling:$ac_tool_warned in
6129yes:)
6130{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6131$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6132ac_tool_warned=yes ;;
6133esac
6134 OTOOL=$ac_ct_OTOOL
6135 fi
6136else
6137 OTOOL="$ac_cv_prog_OTOOL"
6138fi
6139
6140 if test -n "$ac_tool_prefix"; then
6141 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6142set dummy ${ac_tool_prefix}otool64; ac_word=$2
6143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6144$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6145if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6146 $as_echo_n "(cached) " >&6
6147else
6148 if test -n "$OTOOL64"; then
6149 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6150else
6151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6152for as_dir in $PATH
6153do
6154 IFS=$as_save_IFS
6155 test -z "$as_dir" && as_dir=.
6156 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6157 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6158 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6160 break 2
6161 fi
6162done
6163 done
6164IFS=$as_save_IFS
6165
6166fi
6167fi
6168OTOOL64=$ac_cv_prog_OTOOL64
6169if test -n "$OTOOL64"; then
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6171$as_echo "$OTOOL64" >&6; }
6172else
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6174$as_echo "no" >&6; }
6175fi
6176
6177
6178fi
6179if test -z "$ac_cv_prog_OTOOL64"; then
6180 ac_ct_OTOOL64=$OTOOL64
6181 # Extract the first word of "otool64", so it can be a program name with args.
6182set dummy otool64; ac_word=$2
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6185if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6186 $as_echo_n "(cached) " >&6
6187else
6188 if test -n "$ac_ct_OTOOL64"; then
6189 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6190else
6191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192for as_dir in $PATH
6193do
6194 IFS=$as_save_IFS
6195 test -z "$as_dir" && as_dir=.
6196 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6198 ac_cv_prog_ac_ct_OTOOL64="otool64"
6199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6200 break 2
6201 fi
6202done
6203 done
6204IFS=$as_save_IFS
6205
6206fi
6207fi
6208ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6209if test -n "$ac_ct_OTOOL64"; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6211$as_echo "$ac_ct_OTOOL64" >&6; }
6212else
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6214$as_echo "no" >&6; }
6215fi
6216
6217 if test "x$ac_ct_OTOOL64" = x; then
6218 OTOOL64=":"
6219 else
6220 case $cross_compiling:$ac_tool_warned in
6221yes:)
6222{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6223$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6224ac_tool_warned=yes ;;
6225esac
6226 OTOOL64=$ac_ct_OTOOL64
6227 fi
6228else
6229 OTOOL64="$ac_cv_prog_OTOOL64"
6230fi
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6259$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6260if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6261 $as_echo_n "(cached) " >&6
6262else
6263 lt_cv_apple_cc_single_mod=no
6264 if test -z "${LT_MULTI_MODULE}"; then
6265 # By default we will add the -single_module flag. You can override
6266 # by either setting the environment variable LT_MULTI_MODULE
6267 # non-empty at configure time, or by adding -multi_module to the
6268 # link flags.
6269 rm -rf libconftest.dylib*
6270 echo "int foo(void){return 1;}" > conftest.c
6271 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6272-dynamiclib -Wl,-single_module conftest.c" >&5
6273 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6274 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6275 _lt_result=$?
6276 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6277 lt_cv_apple_cc_single_mod=yes
6278 else
6279 cat conftest.err >&5
6280 fi
6281 rm -rf libconftest.dylib*
6282 rm -f conftest.*
6283 fi
6284fi
6285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6286$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6288$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6289if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6290 $as_echo_n "(cached) " >&6
6291else
6292 lt_cv_ld_exported_symbols_list=no
6293 save_LDFLAGS=$LDFLAGS
6294 echo "_main" > conftest.sym
6295 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6297/* end confdefs.h. */
6298
6299int
6300main ()
6301{
6302
6303 ;
6304 return 0;
6305}
6306_ACEOF
6307if ac_fn_c_try_link "$LINENO"; then :
6308 lt_cv_ld_exported_symbols_list=yes
6309else
6310 lt_cv_ld_exported_symbols_list=no
6311fi
6312rm -f core conftest.err conftest.$ac_objext \
6313 conftest$ac_exeext conftest.$ac_ext
6314 LDFLAGS="$save_LDFLAGS"
6315
6316fi
6317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6318$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6320$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6321if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6322 $as_echo_n "(cached) " >&6
6323else
6324 lt_cv_ld_force_load=no
6325 cat > conftest.c << _LT_EOF
6326int forced_loaded() { return 2;}
6327_LT_EOF
6328 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6329 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6330 echo "$AR cru libconftest.a conftest.o" >&5
6331 $AR cru libconftest.a conftest.o 2>&5
6332 cat > conftest.c << _LT_EOF
6333int main() { return 0;}
6334_LT_EOF
6335 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6336 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6337 _lt_result=$?
6338 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6339 lt_cv_ld_force_load=yes
6340 else
6341 cat conftest.err >&5
6342 fi
6343 rm -f conftest.err libconftest.a conftest conftest.c
6344 rm -rf conftest.dSYM
6345
6346fi
6347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6348$as_echo "$lt_cv_ld_force_load" >&6; }
6349 case $host_os in
6350 rhapsody* | darwin1.[012])
6351 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6352 darwin1.*)
6353 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6354 darwin*) # darwin 5.x on
6355 # if running on 10.5 or later, the deployment target defaults
6356 # to the OS version, if on x86, and 10.4, the deployment
6357 # target defaults to 10.4. Don't you love it?
6358 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6359 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6360 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6361 10.[012][,.]*)
6bb11ab3
L
6362 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6363 10.*)
6364 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6365 esac
6366 ;;
6367 esac
6368 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6369 _lt_dar_single_mod='$single_module'
6370 fi
6371 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6372 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6373 else
6374 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6375 fi
6376 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6377 _lt_dsymutil='~$DSYMUTIL $lib || :'
6378 else
6379 _lt_dsymutil=
6380 fi
6381 ;;
6382 esac
6383
6384for ac_header in dlfcn.h
6385do :
6386 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6387"
d0ac1c44 6388if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6389 cat >>confdefs.h <<_ACEOF
6390#define HAVE_DLFCN_H 1
6391_ACEOF
6392
6393fi
6394
6395done
6396
6397
6398
ebe9564b 6399
6bb11ab3 6400
0cb8d851
MF
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6402$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6403if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6404 $as_echo_n "(cached) " >&6
6405else
6406 ac_cv_c_bigendian=unknown
6407 # See if we're dealing with a universal compiler.
6408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6409/* end confdefs.h. */
6410#ifndef __APPLE_CC__
6411 not a universal capable compiler
6412 #endif
6413 typedef int dummy;
6414
6415_ACEOF
6416if ac_fn_c_try_compile "$LINENO"; then :
6417
6418 # Check for potential -arch flags. It is not universal unless
6419 # there are at least two -arch flags with different values.
6420 ac_arch=
6421 ac_prev=
6422 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6423 if test -n "$ac_prev"; then
6424 case $ac_word in
6425 i?86 | x86_64 | ppc | ppc64)
6426 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6427 ac_arch=$ac_word
6428 else
6429 ac_cv_c_bigendian=universal
6430 break
6431 fi
6432 ;;
6433 esac
6434 ac_prev=
6435 elif test "x$ac_word" = "x-arch"; then
6436 ac_prev=arch
6437 fi
6438 done
6439fi
6440rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6441 if test $ac_cv_c_bigendian = unknown; then
6442 # See if sys/param.h defines the BYTE_ORDER macro.
6443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6444/* end confdefs.h. */
6445#include <sys/types.h>
6446 #include <sys/param.h>
6447
6448int
6449main ()
6450{
6451#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6452 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6453 && LITTLE_ENDIAN)
6454 bogus endian macros
6455 #endif
6456
6457 ;
6458 return 0;
6459}
6460_ACEOF
6461if ac_fn_c_try_compile "$LINENO"; then :
6462 # It does; now see whether it defined to BIG_ENDIAN or not.
6463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6464/* end confdefs.h. */
6465#include <sys/types.h>
6466 #include <sys/param.h>
6467
6468int
6469main ()
6470{
6471#if BYTE_ORDER != BIG_ENDIAN
6472 not big endian
6473 #endif
6474
6475 ;
6476 return 0;
6477}
6478_ACEOF
6479if ac_fn_c_try_compile "$LINENO"; then :
6480 ac_cv_c_bigendian=yes
6481else
6482 ac_cv_c_bigendian=no
6483fi
6484rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6485fi
6486rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6487 fi
6488 if test $ac_cv_c_bigendian = unknown; then
6489 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6491/* end confdefs.h. */
6492#include <limits.h>
6493
6494int
6495main ()
6496{
6497#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6498 bogus endian macros
6499 #endif
6500
6501 ;
6502 return 0;
6503}
6504_ACEOF
6505if ac_fn_c_try_compile "$LINENO"; then :
6506 # It does; now see whether it defined to _BIG_ENDIAN or not.
6507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6508/* end confdefs.h. */
6509#include <limits.h>
6510
6511int
6512main ()
6513{
6514#ifndef _BIG_ENDIAN
6515 not big endian
6516 #endif
6517
6518 ;
6519 return 0;
6520}
6521_ACEOF
6522if ac_fn_c_try_compile "$LINENO"; then :
6523 ac_cv_c_bigendian=yes
6524else
6525 ac_cv_c_bigendian=no
6526fi
6527rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6528fi
6529rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6530 fi
6531 if test $ac_cv_c_bigendian = unknown; then
6532 # Compile a test program.
6533 if test "$cross_compiling" = yes; then :
6534 # Try to guess by grepping values from an object file.
6535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6536/* end confdefs.h. */
6537short int ascii_mm[] =
6538 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6539 short int ascii_ii[] =
6540 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6541 int use_ascii (int i) {
6542 return ascii_mm[i] + ascii_ii[i];
6543 }
6544 short int ebcdic_ii[] =
6545 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6546 short int ebcdic_mm[] =
6547 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6548 int use_ebcdic (int i) {
6549 return ebcdic_mm[i] + ebcdic_ii[i];
6550 }
6551 extern int foo;
6552
6553int
6554main ()
6555{
6556return use_ascii (foo) == use_ebcdic (foo);
6557 ;
6558 return 0;
6559}
6560_ACEOF
6561if ac_fn_c_try_compile "$LINENO"; then :
6562 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6563 ac_cv_c_bigendian=yes
6564 fi
6565 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6566 if test "$ac_cv_c_bigendian" = unknown; then
6567 ac_cv_c_bigendian=no
6568 else
6569 # finding both strings is unlikely to happen, but who knows?
6570 ac_cv_c_bigendian=unknown
6571 fi
6572 fi
6573fi
6574rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6575else
6576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6577/* end confdefs.h. */
6578$ac_includes_default
6579int
6580main ()
6581{
6582
6583 /* Are we little or big endian? From Harbison&Steele. */
6584 union
6585 {
6586 long int l;
6587 char c[sizeof (long int)];
6588 } u;
6589 u.l = 1;
6590 return u.c[sizeof (long int) - 1] == 1;
6591
6592 ;
6593 return 0;
6594}
6595_ACEOF
6596if ac_fn_c_try_run "$LINENO"; then :
6597 ac_cv_c_bigendian=no
6598else
6599 ac_cv_c_bigendian=yes
6600fi
6601rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6602 conftest.$ac_objext conftest.beam conftest.$ac_ext
6603fi
6604
6605 fi
6606fi
6607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6608$as_echo "$ac_cv_c_bigendian" >&6; }
6609 case $ac_cv_c_bigendian in #(
6610 yes)
6611 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6612;; #(
6613 no)
6614 ;; #(
6615 universal)
6616
6617$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6618
6619 ;; #(
6620 *)
d0ac1c44 6621 as_fn_error $? "unknown endianness
0cb8d851
MF
6622 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6623 esac
6624
6bb11ab3
L
6625
6626
6627
c25ea03d 6628if test "x$cross_compiling" = "xno"; then
aa0fca16 6629 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6630 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6631 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6632 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6633 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6634else
aa0fca16 6635 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6636 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6637 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6638 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6639 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6640fi
6641
6642
6643
c25ea03d 6644
c2783492 6645
aa0fca16
MF
6646
6647
a3e2cc64
MF
6648if test -n "$ac_tool_prefix"; then
6649 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6650set dummy ${ac_tool_prefix}ar; ac_word=$2
6651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6652$as_echo_n "checking for $ac_word... " >&6; }
6653if ${ac_cv_prog_AR+:} false; then :
6654 $as_echo_n "(cached) " >&6
6655else
6656 if test -n "$AR"; then
6657 ac_cv_prog_AR="$AR" # Let the user override the test.
6658else
6659as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6660for as_dir in $PATH
6661do
6662 IFS=$as_save_IFS
6663 test -z "$as_dir" && as_dir=.
6664 for ac_exec_ext in '' $ac_executable_extensions; do
6665 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6666 ac_cv_prog_AR="${ac_tool_prefix}ar"
6667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6668 break 2
6669 fi
6670done
6671 done
6672IFS=$as_save_IFS
6673
6674fi
6675fi
6676AR=$ac_cv_prog_AR
6677if test -n "$AR"; then
6678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6679$as_echo "$AR" >&6; }
6680else
6681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6682$as_echo "no" >&6; }
6683fi
6684
6685
6686fi
6687if test -z "$ac_cv_prog_AR"; then
6688 ac_ct_AR=$AR
6689 # Extract the first word of "ar", so it can be a program name with args.
6690set dummy ar; ac_word=$2
6691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6692$as_echo_n "checking for $ac_word... " >&6; }
6693if ${ac_cv_prog_ac_ct_AR+:} false; then :
6694 $as_echo_n "(cached) " >&6
6695else
6696 if test -n "$ac_ct_AR"; then
6697 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6698else
6699as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6700for as_dir in $PATH
6701do
6702 IFS=$as_save_IFS
6703 test -z "$as_dir" && as_dir=.
6704 for ac_exec_ext in '' $ac_executable_extensions; do
6705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6706 ac_cv_prog_ac_ct_AR="ar"
6707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6708 break 2
6709 fi
6710done
6711 done
6712IFS=$as_save_IFS
6713
6714fi
6715fi
6716ac_ct_AR=$ac_cv_prog_ac_ct_AR
6717if test -n "$ac_ct_AR"; then
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6719$as_echo "$ac_ct_AR" >&6; }
6720else
6721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6722$as_echo "no" >&6; }
6723fi
6724
6725 if test "x$ac_ct_AR" = x; then
6726 AR=""
6727 else
6728 case $cross_compiling:$ac_tool_warned in
6729yes:)
6730{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6731$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6732ac_tool_warned=yes ;;
6733esac
6734 AR=$ac_ct_AR
6735 fi
6736else
6737 AR="$ac_cv_prog_AR"
6738fi
6bb11ab3
L
6739
6740if test -n "$ac_tool_prefix"; then
6741 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6742set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6744$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6745if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6746 $as_echo_n "(cached) " >&6
6747else
6748 if test -n "$RANLIB"; then
6749 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6750else
6751as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6752for as_dir in $PATH
6753do
6754 IFS=$as_save_IFS
6755 test -z "$as_dir" && as_dir=.
6756 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6757 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6758 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6760 break 2
6761 fi
6762done
6763 done
6764IFS=$as_save_IFS
6765
6766fi
6767fi
6768RANLIB=$ac_cv_prog_RANLIB
6769if test -n "$RANLIB"; then
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6771$as_echo "$RANLIB" >&6; }
6772else
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6774$as_echo "no" >&6; }
6775fi
6776
6777
6778fi
6779if test -z "$ac_cv_prog_RANLIB"; then
6780 ac_ct_RANLIB=$RANLIB
6781 # Extract the first word of "ranlib", so it can be a program name with args.
6782set dummy ranlib; ac_word=$2
6783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6784$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6785if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6786 $as_echo_n "(cached) " >&6
6787else
6788 if test -n "$ac_ct_RANLIB"; then
6789 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6790else
6791as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6792for as_dir in $PATH
6793do
6794 IFS=$as_save_IFS
6795 test -z "$as_dir" && as_dir=.
6796 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6798 ac_cv_prog_ac_ct_RANLIB="ranlib"
6799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6800 break 2
6801 fi
6802done
6803 done
6804IFS=$as_save_IFS
6805
6806fi
6807fi
6808ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6809if test -n "$ac_ct_RANLIB"; then
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6811$as_echo "$ac_ct_RANLIB" >&6; }
6812else
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6814$as_echo "no" >&6; }
6815fi
6816
6817 if test "x$ac_ct_RANLIB" = x; then
6818 RANLIB=":"
6819 else
6820 case $cross_compiling:$ac_tool_warned in
6821yes:)
6822{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6823$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6824ac_tool_warned=yes ;;
6825esac
6826 RANLIB=$ac_ct_RANLIB
6827 fi
6828else
6829 RANLIB="$ac_cv_prog_RANLIB"
6830fi
6831
6832
46f900c0
MF
6833# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6834# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6835# is C99. So handle it ourselves.
6836:
6837C_DIALECT=
6838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6839$as_echo_n "checking whether C11 is supported by default... " >&6; }
6840cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6841/* end confdefs.h. */
6842
6843#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6844# error "C11 support not found"
6845#endif
6846
6847_ACEOF
6848if ac_fn_c_try_compile "$LINENO"; then :
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6850$as_echo "yes" >&6; }
6851else
6852
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6854$as_echo "no" >&6; }
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6856$as_echo_n "checking for -std=c11 support... " >&6; }
6857 ac_save_CC="$CC"
6858 CC="$CC -std=c11"
6859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6860/* end confdefs.h. */
6861
6862#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6863# error "C11 support not found"
6864#endif
6865
6866_ACEOF
6867if ac_fn_c_try_compile "$LINENO"; then :
6868
6869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6870$as_echo "yes" >&6; }
6871 CC="$ac_save_CC"
6872 C_DIALECT="-std=c11"
6873
6874else
6875 as_fn_error $? "C11 is required" "$LINENO" 5
6876fi
6877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6878fi
6879rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6880
6881
c2783492 6882
6bb11ab3
L
6883# Dependency checking.
6884ac_config_commands="$ac_config_commands depdir"
6885
6886
6887depcc="$CC" am_compiler_list=
6888
6889am_depcomp=$ac_aux_dir/depcomp
6890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6891$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6892if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6893 $as_echo_n "(cached) " >&6
6894else
6895 if test -f "$am_depcomp"; then
6896 # We make a subdir and do the tests there. Otherwise we can end up
6897 # making bogus files that we don't know about and never remove. For
6898 # instance it was reported that on HP-UX the gcc test will end up
6899 # making a dummy file named `D' -- because `-MD' means `put the output
6900 # in D'.
6901 mkdir conftest.dir
6902 # Copy depcomp to subdir because otherwise we won't find it if we're
6903 # using a relative directory.
6904 cp "$am_depcomp" conftest.dir
6905 cd conftest.dir
6906 # We will build objects and dependencies in a subdirectory because
6907 # it helps to detect inapplicable dependency modes. For instance
6908 # both Tru64's cc and ICC support -MD to output dependencies as a
6909 # side effect of compilation, but ICC will put the dependencies in
6910 # the current directory while Tru64 will put them in the object
6911 # directory.
6912 mkdir sub
6913
6914 am_cv_CC_dependencies_compiler_type=none
6915 if test "$am_compiler_list" = ""; then
6916 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6917 fi
6918 for depmode in $am_compiler_list; do
6919 if test $depmode = none; then break; fi
6920
6921 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6922 # Setup a source with many dependencies, because some compilers
6923 # like to wrap large dependency lists on column 80 (with \), and
6924 # we should not choose a depcomp mode which is confused by this.
6925 #
6926 # We need to recreate these files for each test, as the compiler may
6927 # overwrite some of them when testing with obscure command lines.
6928 # This happens at least with the AIX C compiler.
6929 : > sub/conftest.c
6930 for i in 1 2 3 4 5 6; do
6931 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6932 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6933 # Solaris 8's {/usr,}/bin/sh.
6934 touch sub/conftst$i.h
6935 done
6936 echo "include sub/conftest.Po" > confmf
6937
6938 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6939 # mode. It turns out that the SunPro C++ compiler does not properly
6940 # handle `-M -o', and we need to detect this.
6941 depcmd="depmode=$depmode \
6942 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6943 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6944 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6945 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6946 if env $depcmd > conftest.err 2>&1 &&
6947 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6948 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6949 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6950 # icc doesn't choke on unknown options, it will just issue warnings
6951 # or remarks (even with -Werror). So we grep stderr for any message
6952 # that says an option was ignored or not supported.
6953 # When given -MP, icc 7.0 and 7.1 complain thusly:
6954 # icc: Command line warning: ignoring option '-M'; no argument required
6955 # The diagnosis changed in icc 8.0:
6956 # icc: Command line remark: option '-MP' not supported
6957 if (grep 'ignoring option' conftest.err ||
6958 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6959 am_cv_CC_dependencies_compiler_type=$depmode
6960 $as_echo "$as_me:$LINENO: success" >&5
6961 break
6962 fi
6963 fi
6964 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6965 sed -e 's/^/| /' < conftest.err >&5
6966 done
6967
6968 cd ..
6969 rm -rf conftest.dir
6970else
6971 am_cv_CC_dependencies_compiler_type=none
6972fi
6973
6974fi
6975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6976$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6977if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6978then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6979else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6980
6981fi
6982
6983
6bb11ab3
L
6984ALL_LINGUAS=
6985# If we haven't got the data from the intl directory,
6986# assume NLS is disabled.
6987USE_NLS=no
6988LIBINTL=
6989LIBINTL_DEP=
6990INCINTL=
6991XGETTEXT=
6992GMSGFMT=
6993POSUB=
6994
6995if test -f ../../intl/config.intl; then
6996 . ../../intl/config.intl
6997fi
6998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6999$as_echo_n "checking whether NLS is requested... " >&6; }
7000if test x"$USE_NLS" != xyes; then
7001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7002$as_echo "no" >&6; }
7003else
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7005$as_echo "yes" >&6; }
7006
7007$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7008
7009
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7011$as_echo_n "checking for catalogs to be installed... " >&6; }
7012 # Look for .po and .gmo files in the source directory.
7013 CATALOGS=
7014 XLINGUAS=
7015 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7016 # If there aren't any .gmo files the shell will give us the
7017 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7018 # weeded out.
7019 case "$cat" in *\**)
7020 continue;;
7021 esac
7022 # The quadruple backslash is collapsed to a double backslash
7023 # by the backticks, then collapsed again by the double quotes,
7024 # leaving us with one backslash in the sed expression (right
7025 # before the dot that mustn't act as a wildcard).
7026 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7027 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7028 # The user is allowed to set LINGUAS to a list of languages to
7029 # install catalogs for. If it's empty that means "all of them."
7030 if test "x$LINGUAS" = x; then
7031 CATALOGS="$CATALOGS $cat"
7032 XLINGUAS="$XLINGUAS $lang"
7033 else
7034 case "$LINGUAS" in *$lang*)
7035 CATALOGS="$CATALOGS $cat"
7036 XLINGUAS="$XLINGUAS $lang"
7037 ;;
7038 esac
7039 fi
7040 done
7041 LINGUAS="$XLINGUAS"
7042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7043$as_echo "$LINGUAS" >&6; }
7044
7045
7046 DATADIRNAME=share
7047
7048 INSTOBJEXT=.mo
7049
7050 GENCAT=gencat
7051
7052 CATOBJEXT=.gmo
7053
7054fi
7055
6bb11ab3
L
7056# Check for socket libraries
7057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7058$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7059if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7060 $as_echo_n "(cached) " >&6
7061else
7062 ac_check_lib_save_LIBS=$LIBS
7063LIBS="-lsocket $LIBS"
7064cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7065/* end confdefs.h. */
7066
7067/* Override any GCC internal prototype to avoid an error.
7068 Use char because int might match the return type of a GCC
7069 builtin and then its argument prototype would still apply. */
7070#ifdef __cplusplus
7071extern "C"
7072#endif
7073char bind ();
7074int
7075main ()
7076{
7077return bind ();
7078 ;
7079 return 0;
7080}
7081_ACEOF
7082if ac_fn_c_try_link "$LINENO"; then :
7083 ac_cv_lib_socket_bind=yes
7084else
7085 ac_cv_lib_socket_bind=no
7086fi
7087rm -f core conftest.err conftest.$ac_objext \
7088 conftest$ac_exeext conftest.$ac_ext
7089LIBS=$ac_check_lib_save_LIBS
7090fi
7091{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7092$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7093if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7094 cat >>confdefs.h <<_ACEOF
7095#define HAVE_LIBSOCKET 1
7096_ACEOF
7097
7098 LIBS="-lsocket $LIBS"
7099
7100fi
7101
7102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7103$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7104if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7105 $as_echo_n "(cached) " >&6
7106else
7107 ac_check_lib_save_LIBS=$LIBS
7108LIBS="-lnsl $LIBS"
7109cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7110/* end confdefs.h. */
7111
7112/* Override any GCC internal prototype to avoid an error.
7113 Use char because int might match the return type of a GCC
7114 builtin and then its argument prototype would still apply. */
7115#ifdef __cplusplus
7116extern "C"
7117#endif
7118char gethostbyname ();
7119int
7120main ()
7121{
7122return gethostbyname ();
7123 ;
7124 return 0;
7125}
7126_ACEOF
7127if ac_fn_c_try_link "$LINENO"; then :
7128 ac_cv_lib_nsl_gethostbyname=yes
7129else
7130 ac_cv_lib_nsl_gethostbyname=no
7131fi
7132rm -f core conftest.err conftest.$ac_objext \
7133 conftest$ac_exeext conftest.$ac_ext
7134LIBS=$ac_check_lib_save_LIBS
7135fi
7136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7137$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7138if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7139 cat >>confdefs.h <<_ACEOF
7140#define HAVE_LIBNSL 1
7141_ACEOF
7142
7143 LIBS="-lnsl $LIBS"
7144
7145fi
7146
7147
7148# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7149# using the same condition.
7150
aadc9410 7151 # Use the system's zlib library.
7fed4b0b
L
7152 zlibdir="-L\$(top_builddir)/../zlib"
7153 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7154
aadc9410
MF
7155# Check whether --with-system-zlib was given.
7156if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7157 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7158 zlibdir=
7159 zlibinc=
7160 fi
6bb11ab3
L
7161
7162fi
7163
6bb11ab3 7164
6bb11ab3 7165
6bb11ab3
L
7166
7167
7168# BFD uses libdl when when plugins enabled.
7169
faa743bb
RM
7170 maybe_plugins=no
7171 for ac_header in dlfcn.h
7172do :
7173 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7174"
d0ac1c44 7175if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7176 cat >>confdefs.h <<_ACEOF
7177#define HAVE_DLFCN_H 1
7178_ACEOF
7179 maybe_plugins=yes
7180fi
7181
7182done
7183
7184 for ac_header in windows.h
7185do :
7186 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7187"
d0ac1c44 7188if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7189 cat >>confdefs.h <<_ACEOF
7190#define HAVE_WINDOWS_H 1
7191_ACEOF
7192 maybe_plugins=yes
7193fi
7194
7195done
7196
7197
7198 # Check whether --enable-plugins was given.
6bb11ab3
L
7199if test "${enable_plugins+set}" = set; then :
7200 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7201 no) plugins=no ;;
7202 *) plugins=yes
7203 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7204 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7205 fi ;;
7206 esac
6bb11ab3 7207else
faa743bb
RM
7208 plugins=$maybe_plugins
7209
6bb11ab3
L
7210fi
7211
2974be62 7212 if test "$plugins" = "yes"; then
37f980dc
SM
7213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7214$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7215if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7216 $as_echo_n "(cached) " >&6
7217else
7218 ac_func_search_save_LIBS=$LIBS
7219cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7220/* end confdefs.h. */
7221
7222/* Override any GCC internal prototype to avoid an error.
7223 Use char because int might match the return type of a GCC
7224 builtin and then its argument prototype would still apply. */
7225#ifdef __cplusplus
7226extern "C"
7227#endif
37f980dc 7228char dlsym ();
2974be62
AM
7229int
7230main ()
7231{
37f980dc 7232return dlsym ();
2974be62
AM
7233 ;
7234 return 0;
7235}
7236_ACEOF
7237for ac_lib in '' dl; do
7238 if test -z "$ac_lib"; then
7239 ac_res="none required"
7240 else
7241 ac_res=-l$ac_lib
7242 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7243 fi
7244 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7245 ac_cv_search_dlsym=$ac_res
2974be62
AM
7246fi
7247rm -f core conftest.err conftest.$ac_objext \
7248 conftest$ac_exeext
d0ac1c44 7249 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7250 break
7251fi
7252done
d0ac1c44 7253if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7254
7255else
37f980dc 7256 ac_cv_search_dlsym=no
2974be62
AM
7257fi
7258rm conftest.$ac_ext
7259LIBS=$ac_func_search_save_LIBS
7260fi
37f980dc
SM
7261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7262$as_echo "$ac_cv_search_dlsym" >&6; }
7263ac_res=$ac_cv_search_dlsym
2974be62
AM
7264if test "$ac_res" != no; then :
7265 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7266
7267fi
7268
7269 fi
6bb11ab3
L
7270
7271 if test "$plugins" = yes; then
7272 PLUGINS_TRUE=
7273 PLUGINS_FALSE='#'
7274else
7275 PLUGINS_TRUE='#'
7276 PLUGINS_FALSE=
7277fi
7278
7279
7280
7281
7282
7283# Set options
7284enable_dlopen=yes
7285
7286
7287
7288
7289 enable_win32_dll=no
7290
7291
7292 # Check whether --enable-shared was given.
7293if test "${enable_shared+set}" = set; then :
7294 enableval=$enable_shared; p=${PACKAGE-default}
7295 case $enableval in
7296 yes) enable_shared=yes ;;
7297 no) enable_shared=no ;;
7298 *)
7299 enable_shared=no
7300 # Look at the argument we got. We use all the common list separators.
7301 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7302 for pkg in $enableval; do
7303 IFS="$lt_save_ifs"
7304 if test "X$pkg" = "X$p"; then
7305 enable_shared=yes
7306 fi
7307 done
7308 IFS="$lt_save_ifs"
7309 ;;
7310 esac
7311else
7312 enable_shared=yes
7313fi
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323 # Check whether --enable-static was given.
7324if test "${enable_static+set}" = set; then :
7325 enableval=$enable_static; p=${PACKAGE-default}
7326 case $enableval in
7327 yes) enable_static=yes ;;
7328 no) enable_static=no ;;
7329 *)
7330 enable_static=no
7331 # Look at the argument we got. We use all the common list separators.
7332 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7333 for pkg in $enableval; do
7334 IFS="$lt_save_ifs"
7335 if test "X$pkg" = "X$p"; then
7336 enable_static=yes
7337 fi
7338 done
7339 IFS="$lt_save_ifs"
7340 ;;
7341 esac
7342else
7343 enable_static=yes
7344fi
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355# Check whether --with-pic was given.
7356if test "${with_pic+set}" = set; then :
7357 withval=$with_pic; pic_mode="$withval"
7358else
7359 pic_mode=default
7360fi
7361
7362
7363test -z "$pic_mode" && pic_mode=default
7364
7365
7366
7367
7368
7369
7370
7371 # Check whether --enable-fast-install was given.
7372if test "${enable_fast_install+set}" = set; then :
7373 enableval=$enable_fast_install; p=${PACKAGE-default}
7374 case $enableval in
7375 yes) enable_fast_install=yes ;;
7376 no) enable_fast_install=no ;;
7377 *)
7378 enable_fast_install=no
7379 # Look at the argument we got. We use all the common list separators.
7380 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7381 for pkg in $enableval; do
7382 IFS="$lt_save_ifs"
7383 if test "X$pkg" = "X$p"; then
7384 enable_fast_install=yes
7385 fi
7386 done
7387 IFS="$lt_save_ifs"
7388 ;;
7389 esac
7390else
7391 enable_fast_install=yes
7392fi
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404# This can be used to rebuild libtool when needed
7405LIBTOOL_DEPS="$ltmain"
7406
7407# Always use our own libtool.
7408LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435test -z "$LN_S" && LN_S="ln -s"
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450if test -n "${ZSH_VERSION+set}" ; then
7451 setopt NO_GLOB_SUBST
7452fi
7453
7454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7455$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7456if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7457 $as_echo_n "(cached) " >&6
7458else
7459 rm -f .libs 2>/dev/null
7460mkdir .libs 2>/dev/null
7461if test -d .libs; then
7462 lt_cv_objdir=.libs
7463else
7464 # MS-DOS does not allow filenames that begin with a dot.
7465 lt_cv_objdir=_libs
f0569246 7466fi
6bb11ab3
L
7467rmdir .libs 2>/dev/null
7468fi
7469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7470$as_echo "$lt_cv_objdir" >&6; }
7471objdir=$lt_cv_objdir
f0569246 7472
6bb11ab3
L
7473
7474
7475
7476
7477cat >>confdefs.h <<_ACEOF
7478#define LT_OBJDIR "$lt_cv_objdir/"
7479_ACEOF
7480
7481
7482
7483
7484case $host_os in
7485aix3*)
7486 # AIX sometimes has problems with the GCC collect2 program. For some
7487 # reason, if we set the COLLECT_NAMES environment variable, the problems
7488 # vanish in a puff of smoke.
7489 if test "X${COLLECT_NAMES+set}" != Xset; then
7490 COLLECT_NAMES=
7491 export COLLECT_NAMES
7492 fi
7493 ;;
81ecdfbb 7494esac
6bb11ab3
L
7495
7496# Global variables:
7497ofile=libtool
7498can_build_shared=yes
7499
7500# All known linkers require a `.a' archive for static linking (except MSVC,
7501# which needs '.lib').
7502libext=a
7503
7504with_gnu_ld="$lt_cv_prog_gnu_ld"
7505
7506old_CC="$CC"
7507old_CFLAGS="$CFLAGS"
7508
7509# Set sane defaults for various variables
7510test -z "$CC" && CC=cc
7511test -z "$LTCC" && LTCC=$CC
7512test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7513test -z "$LD" && LD=ld
7514test -z "$ac_objext" && ac_objext=o
7515
7516for cc_temp in $compiler""; do
7517 case $cc_temp in
7518 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7519 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7520 \-*) ;;
7521 *) break;;
7522 esac
7523done
7524cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7525
7526
7527# Only perform the check for file, if the check method requires it
7528test -z "$MAGIC_CMD" && MAGIC_CMD=file
7529case $deplibs_check_method in
7530file_magic*)
7531 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7533$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7534if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7535 $as_echo_n "(cached) " >&6
7536else
7537 case $MAGIC_CMD in
7538[\\/*] | ?:[\\/]*)
7539 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7540 ;;
7541*)
7542 lt_save_MAGIC_CMD="$MAGIC_CMD"
7543 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7544 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7545 for ac_dir in $ac_dummy; do
7546 IFS="$lt_save_ifs"
7547 test -z "$ac_dir" && ac_dir=.
7548 if test -f $ac_dir/${ac_tool_prefix}file; then
7549 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7550 if test -n "$file_magic_test_file"; then
7551 case $deplibs_check_method in
7552 "file_magic "*)
7553 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7554 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7555 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7556 $EGREP "$file_magic_regex" > /dev/null; then
7557 :
7558 else
7559 cat <<_LT_EOF 1>&2
7560
7561*** Warning: the command libtool uses to detect shared libraries,
7562*** $file_magic_cmd, produces output that libtool cannot recognize.
7563*** The result is that libtool may fail to recognize shared libraries
7564*** as such. This will affect the creation of libtool libraries that
7565*** depend on shared libraries, but programs linked with such libtool
7566*** libraries will work regardless of this problem. Nevertheless, you
7567*** may want to report the problem to your system manager and/or to
7568*** bug-libtool@gnu.org
7569
7570_LT_EOF
7571 fi ;;
7572 esac
7573 fi
7574 break
f0569246 7575 fi
6bb11ab3
L
7576 done
7577 IFS="$lt_save_ifs"
7578 MAGIC_CMD="$lt_save_MAGIC_CMD"
7579 ;;
7580esac
f0569246 7581fi
f0569246 7582
6bb11ab3
L
7583MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7584if test -n "$MAGIC_CMD"; then
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7586$as_echo "$MAGIC_CMD" >&6; }
7587else
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7589$as_echo "no" >&6; }
7590fi
81ecdfbb 7591
6bb11ab3
L
7592
7593
7594
7595
7596if test -z "$lt_cv_path_MAGIC_CMD"; then
7597 if test -n "$ac_tool_prefix"; then
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7599$as_echo_n "checking for file... " >&6; }
d0ac1c44 7600if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7601 $as_echo_n "(cached) " >&6
7602else
7603 case $MAGIC_CMD in
7604[\\/*] | ?:[\\/]*)
7605 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7606 ;;
7607*)
7608 lt_save_MAGIC_CMD="$MAGIC_CMD"
7609 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7610 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7611 for ac_dir in $ac_dummy; do
7612 IFS="$lt_save_ifs"
7613 test -z "$ac_dir" && ac_dir=.
7614 if test -f $ac_dir/file; then
7615 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7616 if test -n "$file_magic_test_file"; then
7617 case $deplibs_check_method in
7618 "file_magic "*)
7619 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7620 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7621 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7622 $EGREP "$file_magic_regex" > /dev/null; then
7623 :
7624 else
7625 cat <<_LT_EOF 1>&2
7626
7627*** Warning: the command libtool uses to detect shared libraries,
7628*** $file_magic_cmd, produces output that libtool cannot recognize.
7629*** The result is that libtool may fail to recognize shared libraries
7630*** as such. This will affect the creation of libtool libraries that
7631*** depend on shared libraries, but programs linked with such libtool
7632*** libraries will work regardless of this problem. Nevertheless, you
7633*** may want to report the problem to your system manager and/or to
7634*** bug-libtool@gnu.org
7635
7636_LT_EOF
7637 fi ;;
7638 esac
7639 fi
7640 break
7641 fi
7642 done
7643 IFS="$lt_save_ifs"
7644 MAGIC_CMD="$lt_save_MAGIC_CMD"
7645 ;;
81ecdfbb 7646esac
6bb11ab3
L
7647fi
7648
7649MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7650if test -n "$MAGIC_CMD"; then
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7652$as_echo "$MAGIC_CMD" >&6; }
7653else
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7655$as_echo "no" >&6; }
7656fi
7657
7658
7659 else
7660 MAGIC_CMD=:
7661 fi
7662fi
7663
7664 fi
7665 ;;
7666esac
7667
7668# Use C for the default configuration in the libtool script
7669
7670lt_save_CC="$CC"
7671ac_ext=c
7672ac_cpp='$CPP $CPPFLAGS'
7673ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7674ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7675ac_compiler_gnu=$ac_cv_c_compiler_gnu
7676
7677
7678# Source file extension for C test sources.
7679ac_ext=c
7680
7681# Object file extension for compiled C test sources.
7682objext=o
7683objext=$objext
7684
7685# Code to be used in simple compile tests
7686lt_simple_compile_test_code="int some_variable = 0;"
7687
7688# Code to be used in simple link tests
7689lt_simple_link_test_code='int main(){return(0);}'
7690
7691
7692
7693
7694
7695
7696
7697# If no C compiler was specified, use CC.
7698LTCC=${LTCC-"$CC"}
7699
7700# If no C compiler flags were specified, use CFLAGS.
7701LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7702
7703# Allow CC to be a program name with arguments.
7704compiler=$CC
7705
7706# Save the default compiler, since it gets overwritten when the other
7707# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7708compiler_DEFAULT=$CC
7709
7710# save warnings/boilerplate of simple test code
7711ac_outfile=conftest.$ac_objext
7712echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7713eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7714_lt_compiler_boilerplate=`cat conftest.err`
7715$RM conftest*
7716
7717ac_outfile=conftest.$ac_objext
7718echo "$lt_simple_link_test_code" >conftest.$ac_ext
7719eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7720_lt_linker_boilerplate=`cat conftest.err`
7721$RM -r conftest*
7722
7723
7724## CAVEAT EMPTOR:
7725## There is no encapsulation within the following macros, do not change
7726## the running order or otherwise move them around unless you know exactly
7727## what you are doing...
7728if test -n "$compiler"; then
7729
7730lt_prog_compiler_no_builtin_flag=
7731
7732if test "$GCC" = yes; then
7733 case $cc_basename in
7734 nvcc*)
7735 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7736 *)
7737 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7738 esac
6bb11ab3
L
7739
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7741$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7742if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7743 $as_echo_n "(cached) " >&6
f0569246 7744else
6bb11ab3
L
7745 lt_cv_prog_compiler_rtti_exceptions=no
7746 ac_outfile=conftest.$ac_objext
7747 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7748 lt_compiler_flag="-fno-rtti -fno-exceptions"
7749 # Insert the option either (1) after the last *FLAGS variable, or
7750 # (2) before a word containing "conftest.", or (3) at the end.
7751 # Note that $ac_compile itself does not contain backslashes and begins
7752 # with a dollar sign (not a hyphen), so the echo should work correctly.
7753 # The option is referenced via a variable to avoid confusing sed.
7754 lt_compile=`echo "$ac_compile" | $SED \
7755 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7756 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7757 -e 's:$: $lt_compiler_flag:'`
7758 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7759 (eval "$lt_compile" 2>conftest.err)
7760 ac_status=$?
7761 cat conftest.err >&5
7762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7763 if (exit $ac_status) && test -s "$ac_outfile"; then
7764 # The compiler can only warn and ignore the option if not recognized
7765 # So say no if there are warnings other than the usual output.
7766 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7767 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7768 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7769 lt_cv_prog_compiler_rtti_exceptions=yes
7770 fi
7771 fi
7772 $RM conftest*
7773
f0569246 7774fi
6bb11ab3
L
7775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7776$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7777
7778if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7779 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7780else
7781 :
7782fi
7783
7784fi
7785
7786
7787
7788
7789
7790
7791 lt_prog_compiler_wl=
7792lt_prog_compiler_pic=
7793lt_prog_compiler_static=
7794
7795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7796$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7797
7798 if test "$GCC" = yes; then
7799 lt_prog_compiler_wl='-Wl,'
7800 lt_prog_compiler_static='-static'
7801
7802 case $host_os in
7803 aix*)
7804 # All AIX code is PIC.
7805 if test "$host_cpu" = ia64; then
7806 # AIX 5 now supports IA64 processor
7807 lt_prog_compiler_static='-Bstatic'
7808 fi
7809 lt_prog_compiler_pic='-fPIC'
7810 ;;
7811
7812 amigaos*)
7813 case $host_cpu in
7814 powerpc)
7815 # see comment about AmigaOS4 .so support
7816 lt_prog_compiler_pic='-fPIC'
7817 ;;
7818 m68k)
7819 # FIXME: we need at least 68020 code to build shared libraries, but
7820 # adding the `-m68020' flag to GCC prevents building anything better,
7821 # like `-m68040'.
7822 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7823 ;;
7824 esac
7825 ;;
7826
7827 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7828 # PIC is the default for these OSes.
7829 ;;
7830
7831 mingw* | cygwin* | pw32* | os2* | cegcc*)
7832 # This hack is so that the source file can tell whether it is being
7833 # built for inclusion in a dll (and should export symbols for example).
7834 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7835 # (--disable-auto-import) libraries
7836 lt_prog_compiler_pic='-DDLL_EXPORT'
7837 ;;
7838
7839 darwin* | rhapsody*)
7840 # PIC is the default on this platform
7841 # Common symbols not allowed in MH_DYLIB files
7842 lt_prog_compiler_pic='-fno-common'
7843 ;;
7844
7845 haiku*)
7846 # PIC is the default for Haiku.
7847 # The "-static" flag exists, but is broken.
7848 lt_prog_compiler_static=
7849 ;;
7850
7851 hpux*)
7852 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7853 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7854 # sets the default TLS model and affects inlining.
7855 case $host_cpu in
7856 hppa*64*)
7857 # +Z the default
7858 ;;
7859 *)
7860 lt_prog_compiler_pic='-fPIC'
7861 ;;
7862 esac
7863 ;;
7864
7865 interix[3-9]*)
7866 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7867 # Instead, we relocate shared libraries at runtime.
7868 ;;
7869
7870 msdosdjgpp*)
7871 # Just because we use GCC doesn't mean we suddenly get shared libraries
7872 # on systems that don't support them.
7873 lt_prog_compiler_can_build_shared=no
7874 enable_shared=no
7875 ;;
7876
7877 *nto* | *qnx*)
7878 # QNX uses GNU C++, but need to define -shared option too, otherwise
7879 # it will coredump.
7880 lt_prog_compiler_pic='-fPIC -shared'
7881 ;;
7882
7883 sysv4*MP*)
7884 if test -d /usr/nec; then
7885 lt_prog_compiler_pic=-Kconform_pic
7886 fi
7887 ;;
7888
7889 *)
7890 lt_prog_compiler_pic='-fPIC'
7891 ;;
7892 esac
7893
7894 case $cc_basename in
7895 nvcc*) # Cuda Compiler Driver 2.2
7896 lt_prog_compiler_wl='-Xlinker '
7897 lt_prog_compiler_pic='-Xcompiler -fPIC'
7898 ;;
7899 esac
7900 else
7901 # PORTME Check for flag to pass linker flags through the system compiler.
7902 case $host_os in
7903 aix*)
7904 lt_prog_compiler_wl='-Wl,'
7905 if test "$host_cpu" = ia64; then
7906 # AIX 5 now supports IA64 processor
7907 lt_prog_compiler_static='-Bstatic'
7908 else
7909 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7910 fi
7911 ;;
7912
7913 mingw* | cygwin* | pw32* | os2* | cegcc*)
7914 # This hack is so that the source file can tell whether it is being
7915 # built for inclusion in a dll (and should export symbols for example).
7916 lt_prog_compiler_pic='-DDLL_EXPORT'
7917 ;;
7918
7919 hpux9* | hpux10* | hpux11*)
7920 lt_prog_compiler_wl='-Wl,'
7921 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7922 # not for PA HP-UX.
7923 case $host_cpu in
7924 hppa*64*|ia64*)
7925 # +Z the default
7926 ;;
7927 *)
7928 lt_prog_compiler_pic='+Z'
7929 ;;
7930 esac
7931 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7932 lt_prog_compiler_static='${wl}-a ${wl}archive'
7933 ;;
7934
7935 irix5* | irix6* | nonstopux*)
7936 lt_prog_compiler_wl='-Wl,'
7937 # PIC (with -KPIC) is the default.
7938 lt_prog_compiler_static='-non_shared'
7939 ;;
7940
7941 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7942 case $cc_basename in
7943 # old Intel for x86_64 which still supported -KPIC.
7944 ecc*)
7945 lt_prog_compiler_wl='-Wl,'
7946 lt_prog_compiler_pic='-KPIC'
7947 lt_prog_compiler_static='-static'
7948 ;;
7949 # icc used to be incompatible with GCC.
7950 # ICC 10 doesn't accept -KPIC any more.
7951 icc* | ifort*)
7952 lt_prog_compiler_wl='-Wl,'
7953 lt_prog_compiler_pic='-fPIC'
7954 lt_prog_compiler_static='-static'
7955 ;;
7956 # Lahey Fortran 8.1.
7957 lf95*)
7958 lt_prog_compiler_wl='-Wl,'
7959 lt_prog_compiler_pic='--shared'
7960 lt_prog_compiler_static='--static'
7961 ;;
7962 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7963 # Portland Group compilers (*not* the Pentium gcc compiler,
7964 # which looks to be a dead project)
7965 lt_prog_compiler_wl='-Wl,'
7966 lt_prog_compiler_pic='-fpic'
7967 lt_prog_compiler_static='-Bstatic'
7968 ;;
7969 ccc*)
7970 lt_prog_compiler_wl='-Wl,'
7971 # All Alpha code is PIC.
7972 lt_prog_compiler_static='-non_shared'
7973 ;;
7974 xl* | bgxl* | bgf* | mpixl*)
7975 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7976 lt_prog_compiler_wl='-Wl,'
7977 lt_prog_compiler_pic='-qpic'
7978 lt_prog_compiler_static='-qstaticlink'
7979 ;;
7980 *)
7981 case `$CC -V 2>&1 | sed 5q` in
7982 *Sun\ F* | *Sun*Fortran*)
7983 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7984 lt_prog_compiler_pic='-KPIC'
7985 lt_prog_compiler_static='-Bstatic'
7986 lt_prog_compiler_wl=''
7987 ;;
7988 *Sun\ C*)
7989 # Sun C 5.9
7990 lt_prog_compiler_pic='-KPIC'
7991 lt_prog_compiler_static='-Bstatic'
7992 lt_prog_compiler_wl='-Wl,'
7993 ;;
7994 esac
7995 ;;
7996 esac
7997 ;;
7998
7999 newsos6)
8000 lt_prog_compiler_pic='-KPIC'
8001 lt_prog_compiler_static='-Bstatic'
8002 ;;
8003
8004 *nto* | *qnx*)
8005 # QNX uses GNU C++, but need to define -shared option too, otherwise
8006 # it will coredump.
8007 lt_prog_compiler_pic='-fPIC -shared'
8008 ;;
8009
8010 osf3* | osf4* | osf5*)
8011 lt_prog_compiler_wl='-Wl,'
8012 # All OSF/1 code is PIC.
8013 lt_prog_compiler_static='-non_shared'
8014 ;;
8015
8016 rdos*)
8017 lt_prog_compiler_static='-non_shared'
8018 ;;
8019
8020 solaris*)
8021 lt_prog_compiler_pic='-KPIC'
8022 lt_prog_compiler_static='-Bstatic'
8023 case $cc_basename in
8024 f77* | f90* | f95*)
8025 lt_prog_compiler_wl='-Qoption ld ';;
8026 *)
8027 lt_prog_compiler_wl='-Wl,';;
8028 esac
8029 ;;
f0569246 8030
6bb11ab3
L
8031 sunos4*)
8032 lt_prog_compiler_wl='-Qoption ld '
8033 lt_prog_compiler_pic='-PIC'
8034 lt_prog_compiler_static='-Bstatic'
8035 ;;
f0569246 8036
6bb11ab3
L
8037 sysv4 | sysv4.2uw2* | sysv4.3*)
8038 lt_prog_compiler_wl='-Wl,'
8039 lt_prog_compiler_pic='-KPIC'
8040 lt_prog_compiler_static='-Bstatic'
8041 ;;
f0569246 8042
6bb11ab3
L
8043 sysv4*MP*)
8044 if test -d /usr/nec ;then
8045 lt_prog_compiler_pic='-Kconform_pic'
8046 lt_prog_compiler_static='-Bstatic'
8047 fi
8048 ;;
8049
8050 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8051 lt_prog_compiler_wl='-Wl,'
8052 lt_prog_compiler_pic='-KPIC'
8053 lt_prog_compiler_static='-Bstatic'
8054 ;;
8055
8056 unicos*)
8057 lt_prog_compiler_wl='-Wl,'
8058 lt_prog_compiler_can_build_shared=no
8059 ;;
8060
8061 uts4*)
8062 lt_prog_compiler_pic='-pic'
8063 lt_prog_compiler_static='-Bstatic'
8064 ;;
8065
8066 *)
8067 lt_prog_compiler_can_build_shared=no
8068 ;;
8069 esac
8070 fi
8071
8072case $host_os in
8073 # For platforms which do not support PIC, -DPIC is meaningless:
8074 *djgpp*)
8075 lt_prog_compiler_pic=
8076 ;;
8077 *)
8078 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8079 ;;
81ecdfbb 8080esac
6bb11ab3
L
8081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8082$as_echo "$lt_prog_compiler_pic" >&6; }
8083
8084
8085
8086
8087
8088
8089#
8090# Check to make sure the PIC flag actually works.
8091#
8092if test -n "$lt_prog_compiler_pic"; then
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8094$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8095if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8096 $as_echo_n "(cached) " >&6
b7026657 8097else
6bb11ab3
L
8098 lt_cv_prog_compiler_pic_works=no
8099 ac_outfile=conftest.$ac_objext
8100 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8101 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8102 # Insert the option either (1) after the last *FLAGS variable, or
8103 # (2) before a word containing "conftest.", or (3) at the end.
8104 # Note that $ac_compile itself does not contain backslashes and begins
8105 # with a dollar sign (not a hyphen), so the echo should work correctly.
8106 # The option is referenced via a variable to avoid confusing sed.
8107 lt_compile=`echo "$ac_compile" | $SED \
8108 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8109 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8110 -e 's:$: $lt_compiler_flag:'`
8111 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8112 (eval "$lt_compile" 2>conftest.err)
8113 ac_status=$?
8114 cat conftest.err >&5
8115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8116 if (exit $ac_status) && test -s "$ac_outfile"; then
8117 # The compiler can only warn and ignore the option if not recognized
8118 # So say no if there are warnings other than the usual output.
8119 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8120 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8121 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8122 lt_cv_prog_compiler_pic_works=yes
8123 fi
8124 fi
8125 $RM conftest*
b7026657 8126
b7026657 8127fi
6bb11ab3
L
8128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8129$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8130
8131if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8132 case $lt_prog_compiler_pic in
8133 "" | " "*) ;;
8134 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8135 esac
8136else
8137 lt_prog_compiler_pic=
8138 lt_prog_compiler_can_build_shared=no
f0569246 8139fi
6bb11ab3
L
8140
8141fi
8142
8143
8144
8145
8146
8147
8148#
8149# Check to make sure the static flag actually works.
8150#
8151wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8153$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8154if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8155 $as_echo_n "(cached) " >&6
f0569246 8156else
6bb11ab3
L
8157 lt_cv_prog_compiler_static_works=no
8158 save_LDFLAGS="$LDFLAGS"
8159 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8160 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8161 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8162 # The linker can only warn and ignore the option if not recognized
8163 # So say no if there are warnings
8164 if test -s conftest.err; then
8165 # Append any errors to the config.log.
8166 cat conftest.err 1>&5
8167 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8168 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8169 if diff conftest.exp conftest.er2 >/dev/null; then
8170 lt_cv_prog_compiler_static_works=yes
8171 fi
8172 else
8173 lt_cv_prog_compiler_static_works=yes
8174 fi
8175 fi
8176 $RM -r conftest*
8177 LDFLAGS="$save_LDFLAGS"
f0569246 8178
6bb11ab3
L
8179fi
8180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8181$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8182
6bb11ab3
L
8183if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8184 :
f0569246 8185else
6bb11ab3 8186 lt_prog_compiler_static=
f0569246 8187fi
b7026657 8188
6bb11ab3
L
8189
8190
8191
8192
8193
8194
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8196$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8197if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8198 $as_echo_n "(cached) " >&6
81ecdfbb 8199else
6bb11ab3
L
8200 lt_cv_prog_compiler_c_o=no
8201 $RM -r conftest 2>/dev/null
8202 mkdir conftest
8203 cd conftest
8204 mkdir out
8205 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8206
8207 lt_compiler_flag="-o out/conftest2.$ac_objext"
8208 # Insert the option either (1) after the last *FLAGS variable, or
8209 # (2) before a word containing "conftest.", or (3) at the end.
8210 # Note that $ac_compile itself does not contain backslashes and begins
8211 # with a dollar sign (not a hyphen), so the echo should work correctly.
8212 lt_compile=`echo "$ac_compile" | $SED \
8213 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8214 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8215 -e 's:$: $lt_compiler_flag:'`
8216 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8217 (eval "$lt_compile" 2>out/conftest.err)
8218 ac_status=$?
8219 cat out/conftest.err >&5
8220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8221 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8222 then
8223 # The compiler can only warn and ignore the option if not recognized
8224 # So say no if there are warnings
8225 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8226 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8227 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8228 lt_cv_prog_compiler_c_o=yes
8229 fi
8230 fi
8231 chmod u+w . 2>&5
8232 $RM conftest*
8233 # SGI C++ compiler will create directory out/ii_files/ for
8234 # template instantiation
8235 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8236 $RM out/* && rmdir out
8237 cd ..
8238 $RM -r conftest
8239 $RM conftest*
8240
81ecdfbb 8241fi
6bb11ab3
L
8242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8243$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8244
8245
8246
8247
8248
8249
8250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8251$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8252if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8253 $as_echo_n "(cached) " >&6
8254else
6bb11ab3
L
8255 lt_cv_prog_compiler_c_o=no
8256 $RM -r conftest 2>/dev/null
8257 mkdir conftest
8258 cd conftest
8259 mkdir out
8260 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8261
8262 lt_compiler_flag="-o out/conftest2.$ac_objext"
8263 # Insert the option either (1) after the last *FLAGS variable, or
8264 # (2) before a word containing "conftest.", or (3) at the end.
8265 # Note that $ac_compile itself does not contain backslashes and begins
8266 # with a dollar sign (not a hyphen), so the echo should work correctly.
8267 lt_compile=`echo "$ac_compile" | $SED \
8268 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8269 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8270 -e 's:$: $lt_compiler_flag:'`
8271 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8272 (eval "$lt_compile" 2>out/conftest.err)
8273 ac_status=$?
8274 cat out/conftest.err >&5
8275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8276 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8277 then
8278 # The compiler can only warn and ignore the option if not recognized
8279 # So say no if there are warnings
8280 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8281 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8282 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8283 lt_cv_prog_compiler_c_o=yes
8284 fi
8285 fi
8286 chmod u+w . 2>&5
8287 $RM conftest*
8288 # SGI C++ compiler will create directory out/ii_files/ for
8289 # template instantiation
8290 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8291 $RM out/* && rmdir out
8292 cd ..
8293 $RM -r conftest
8294 $RM conftest*
8295
8296fi
8297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8298$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8299
8300
8301
8302
8303hard_links="nottested"
8304if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8305 # do not overwrite the value of need_locks provided by the user
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8307$as_echo_n "checking if we can lock with hard links... " >&6; }
8308 hard_links=yes
8309 $RM conftest*
8310 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8311 touch conftest.a
8312 ln conftest.a conftest.b 2>&5 || hard_links=no
8313 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8315$as_echo "$hard_links" >&6; }
8316 if test "$hard_links" = no; then
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8318$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8319 need_locks=warn
8320 fi
8321else
8322 need_locks=no
8323fi
8324
8325
8326
8327
8328
8329
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8331$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8332
8333 runpath_var=
8334 allow_undefined_flag=
8335 always_export_symbols=no
8336 archive_cmds=
8337 archive_expsym_cmds=
8338 compiler_needs_object=no
8339 enable_shared_with_static_runtimes=no
8340 export_dynamic_flag_spec=
8341 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8342 hardcode_automatic=no
8343 hardcode_direct=no
8344 hardcode_direct_absolute=no
8345 hardcode_libdir_flag_spec=
8346 hardcode_libdir_flag_spec_ld=
8347 hardcode_libdir_separator=
8348 hardcode_minus_L=no
8349 hardcode_shlibpath_var=unsupported
8350 inherit_rpath=no
8351 link_all_deplibs=unknown
8352 module_cmds=
8353 module_expsym_cmds=
8354 old_archive_from_new_cmds=
8355 old_archive_from_expsyms_cmds=
8356 thread_safe_flag_spec=
8357 whole_archive_flag_spec=
8358 # include_expsyms should be a list of space-separated symbols to be *always*
8359 # included in the symbol list
8360 include_expsyms=
8361 # exclude_expsyms can be an extended regexp of symbols to exclude
8362 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8363 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8364 # as well as any symbol that contains `d'.
8365 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8366 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8367 # platforms (ab)use it in PIC code, but their linkers get confused if
8368 # the symbol is explicitly referenced. Since portable code cannot
8369 # rely on this symbol name, it's probably fine to never include it in
8370 # preloaded symbol tables.
8371 # Exclude shared library initialization/finalization symbols.
8372 extract_expsyms_cmds=
8373
8374 case $host_os in
8375 cygwin* | mingw* | pw32* | cegcc*)
8376 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8377 # When not using gcc, we currently assume that we are using
8378 # Microsoft Visual C++.
8379 if test "$GCC" != yes; then
8380 with_gnu_ld=no
8381 fi
8382 ;;
8383 interix*)
8384 # we just hope/assume this is gcc and not c89 (= MSVC++)
8385 with_gnu_ld=yes
8386 ;;
8387 openbsd*)
8388 with_gnu_ld=no
8389 ;;
8390 esac
f0569246 8391
6bb11ab3
L
8392 ld_shlibs=yes
8393
8394 # On some targets, GNU ld is compatible enough with the native linker
8395 # that we're better off using the native interface for both.
8396 lt_use_gnu_ld_interface=no
8397 if test "$with_gnu_ld" = yes; then
8398 case $host_os in
8399 aix*)
8400 # The AIX port of GNU ld has always aspired to compatibility
8401 # with the native linker. However, as the warning in the GNU ld
8402 # block says, versions before 2.19.5* couldn't really create working
8403 # shared libraries, regardless of the interface used.
8404 case `$LD -v 2>&1` in
8405 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8406 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8407 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8408 *)
8409 lt_use_gnu_ld_interface=yes
8410 ;;
8411 esac
8412 ;;
8413 *)
8414 lt_use_gnu_ld_interface=yes
8415 ;;
8416 esac
8417 fi
f0569246 8418
6bb11ab3
L
8419 if test "$lt_use_gnu_ld_interface" = yes; then
8420 # If archive_cmds runs LD, not CC, wlarc should be empty
8421 wlarc='${wl}'
8422
8423 # Set some defaults for GNU ld with shared library support. These
8424 # are reset later if shared libraries are not supported. Putting them
8425 # here allows them to be overridden if necessary.
8426 runpath_var=LD_RUN_PATH
8427 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8428 export_dynamic_flag_spec='${wl}--export-dynamic'
8429 # ancient GNU ld didn't support --whole-archive et. al.
8430 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8431 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8432 else
8433 whole_archive_flag_spec=
8434 fi
8435 supports_anon_versioning=no
8436 case `$LD -v 2>&1` in
8437 *GNU\ gold*) supports_anon_versioning=yes ;;
8438 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8439 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8440 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8441 *\ 2.11.*) ;; # other 2.11 versions
8442 *) supports_anon_versioning=yes ;;
8443 esac
8444
8445 # See if GNU ld supports shared libraries.
8446 case $host_os in
8447 aix[3-9]*)
8448 # On AIX/PPC, the GNU linker is very broken
8449 if test "$host_cpu" != ia64; then
8450 ld_shlibs=no
8451 cat <<_LT_EOF 1>&2
8452
8453*** Warning: the GNU linker, at least up to release 2.19, is reported
8454*** to be unable to reliably create shared libraries on AIX.
8455*** Therefore, libtool is disabling shared libraries support. If you
8456*** really care for shared libraries, you may want to install binutils
8457*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8458*** You will then need to restart the configuration process.
8459
8460_LT_EOF
8461 fi
8462 ;;
8463
8464 amigaos*)
8465 case $host_cpu in
8466 powerpc)
8467 # see comment about AmigaOS4 .so support
8468 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8469 archive_expsym_cmds=''
8470 ;;
8471 m68k)
8472 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)'
8473 hardcode_libdir_flag_spec='-L$libdir'
8474 hardcode_minus_L=yes
8475 ;;
8476 esac
8477 ;;
8478
8479 beos*)
8480 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8481 allow_undefined_flag=unsupported
8482 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8483 # support --undefined. This deserves some investigation. FIXME
8484 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8485 else
8486 ld_shlibs=no
8487 fi
8488 ;;
8489
8490 cygwin* | mingw* | pw32* | cegcc*)
8491 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8492 # as there is no search path for DLLs.
8493 hardcode_libdir_flag_spec='-L$libdir'
8494 export_dynamic_flag_spec='${wl}--export-all-symbols'
8495 allow_undefined_flag=unsupported
8496 always_export_symbols=no
8497 enable_shared_with_static_runtimes=yes
8498 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8499
8500 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8501 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8502 # If the export-symbols file already is a .def file (1st line
8503 # is EXPORTS), use it as is; otherwise, prepend...
8504 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8505 cp $export_symbols $output_objdir/$soname.def;
8506 else
8507 echo EXPORTS > $output_objdir/$soname.def;
8508 cat $export_symbols >> $output_objdir/$soname.def;
8509 fi~
8510 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8511 else
8512 ld_shlibs=no
8513 fi
8514 ;;
8515
8516 haiku*)
8517 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8518 link_all_deplibs=yes
8519 ;;
8520
8521 interix[3-9]*)
8522 hardcode_direct=no
8523 hardcode_shlibpath_var=no
8524 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8525 export_dynamic_flag_spec='${wl}-E'
8526 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8527 # Instead, shared libraries are loaded at an image base (0x10000000 by
8528 # default) and relocated if they conflict, which is a slow very memory
8529 # consuming and fragmenting process. To avoid this, we pick a random,
8530 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8531 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8532 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8533 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'
8534 ;;
8535
8536 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8537 tmp_diet=no
8538 if test "$host_os" = linux-dietlibc; then
8539 case $cc_basename in
8540 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8541 esac
8542 fi
8543 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8544 && test "$tmp_diet" = no
8545 then
5cddc23a 8546 tmp_addflag=' $pic_flag'
6bb11ab3
L
8547 tmp_sharedflag='-shared'
8548 case $cc_basename,$host_cpu in
8549 pgcc*) # Portland Group C compiler
8550 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'
8551 tmp_addflag=' $pic_flag'
8552 ;;
8553 pgf77* | pgf90* | pgf95* | pgfortran*)
8554 # Portland Group f77 and f90 compilers
8555 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'
8556 tmp_addflag=' $pic_flag -Mnomain' ;;
8557 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8558 tmp_addflag=' -i_dynamic' ;;
8559 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8560 tmp_addflag=' -i_dynamic -nofor_main' ;;
8561 ifc* | ifort*) # Intel Fortran compiler
8562 tmp_addflag=' -nofor_main' ;;
8563 lf95*) # Lahey Fortran 8.1
8564 whole_archive_flag_spec=
8565 tmp_sharedflag='--shared' ;;
8566 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8567 tmp_sharedflag='-qmkshrobj'
8568 tmp_addflag= ;;
8569 nvcc*) # Cuda Compiler Driver 2.2
8570 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'
8571 compiler_needs_object=yes
8572 ;;
8573 esac
8574 case `$CC -V 2>&1 | sed 5q` in
8575 *Sun\ C*) # Sun C 5.9
8576 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'
8577 compiler_needs_object=yes
8578 tmp_sharedflag='-G' ;;
8579 *Sun\ F*) # Sun Fortran 8.3
8580 tmp_sharedflag='-G' ;;
8581 esac
8582 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8583
8584 if test "x$supports_anon_versioning" = xyes; then
8585 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8586 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8587 echo "local: *; };" >> $output_objdir/$libname.ver~
8588 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8589 fi
8590
8591 case $cc_basename in
8592 xlf* | bgf* | bgxlf* | mpixlf*)
8593 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8594 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8595 hardcode_libdir_flag_spec=
8596 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8597 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8598 if test "x$supports_anon_versioning" = xyes; then
8599 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8600 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8601 echo "local: *; };" >> $output_objdir/$libname.ver~
8602 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8603 fi
8604 ;;
8605 esac
8606 else
8607 ld_shlibs=no
8608 fi
8609 ;;
8610
8611 netbsd*)
8612 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8613 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8614 wlarc=
8615 else
8616 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8617 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8618 fi
8619 ;;
8620
8621 solaris*)
8622 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8623 ld_shlibs=no
8624 cat <<_LT_EOF 1>&2
8625
8626*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8627*** create shared libraries on Solaris systems. Therefore, libtool
8628*** is disabling shared libraries support. We urge you to upgrade GNU
8629*** binutils to release 2.9.1 or newer. Another option is to modify
8630*** your PATH or compiler configuration so that the native linker is
8631*** used, and then restart.
8632
8633_LT_EOF
8634 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8635 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8636 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8637 else
8638 ld_shlibs=no
8639 fi
8640 ;;
8641
8642 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8643 case `$LD -v 2>&1` in
8644 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8645 ld_shlibs=no
8646 cat <<_LT_EOF 1>&2
8647
8648*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8649*** reliably create shared libraries on SCO systems. Therefore, libtool
8650*** is disabling shared libraries support. We urge you to upgrade GNU
8651*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8652*** your PATH or compiler configuration so that the native linker is
8653*** used, and then restart.
8654
8655_LT_EOF
8656 ;;
8657 *)
8658 # For security reasons, it is highly recommended that you always
8659 # use absolute paths for naming shared libraries, and exclude the
8660 # DT_RUNPATH tag from executables and libraries. But doing so
8661 # requires that you compile everything twice, which is a pain.
8662 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8663 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8664 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8665 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8666 else
8667 ld_shlibs=no
8668 fi
8669 ;;
8670 esac
8671 ;;
8672
8673 sunos4*)
8674 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8675 wlarc=
8676 hardcode_direct=yes
8677 hardcode_shlibpath_var=no
8678 ;;
8679
8680 *)
8681 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8682 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8683 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8684 else
8685 ld_shlibs=no
8686 fi
8687 ;;
8688 esac
8689
8690 if test "$ld_shlibs" = no; then
8691 runpath_var=
8692 hardcode_libdir_flag_spec=
8693 export_dynamic_flag_spec=
8694 whole_archive_flag_spec=
8695 fi
8696 else
8697 # PORTME fill in a description of your system's linker (not GNU ld)
8698 case $host_os in
8699 aix3*)
8700 allow_undefined_flag=unsupported
8701 always_export_symbols=yes
8702 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'
8703 # Note: this linker hardcodes the directories in LIBPATH if there
8704 # are no directories specified by -L.
8705 hardcode_minus_L=yes
8706 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8707 # Neither direct hardcoding nor static linking is supported with a
8708 # broken collect2.
8709 hardcode_direct=unsupported
8710 fi
8711 ;;
8712
8713 aix[4-9]*)
8714 if test "$host_cpu" = ia64; then
8715 # On IA64, the linker does run time linking by default, so we don't
8716 # have to do anything special.
8717 aix_use_runtimelinking=no
8718 exp_sym_flag='-Bexport'
8719 no_entry_flag=""
8720 else
8721 # If we're using GNU nm, then we don't want the "-C" option.
8722 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8723 # Also, AIX nm treats weak defined symbols like other global
8724 # defined symbols, whereas GNU nm marks them as "W".
8725 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8726 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'
8727 else
5c887dd5 8728 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
8729 fi
8730 aix_use_runtimelinking=no
8731
8732 # Test if we are trying to use run time linking or normal
8733 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8734 # need to do runtime linking.
8735 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8736 for ld_flag in $LDFLAGS; do
8737 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8738 aix_use_runtimelinking=yes
8739 break
8740 fi
8741 done
8742 ;;
8743 esac
8744
8745 exp_sym_flag='-bexport'
8746 no_entry_flag='-bnoentry'
8747 fi
8748
8749 # When large executables or shared objects are built, AIX ld can
8750 # have problems creating the table of contents. If linking a library
8751 # or program results in "error TOC overflow" add -mminimal-toc to
8752 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8753 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8754
8755 archive_cmds=''
8756 hardcode_direct=yes
8757 hardcode_direct_absolute=yes
8758 hardcode_libdir_separator=':'
8759 link_all_deplibs=yes
8760 file_list_spec='${wl}-f,'
8761
8762 if test "$GCC" = yes; then
8763 case $host_os in aix4.[012]|aix4.[012].*)
8764 # We only want to do this on AIX 4.2 and lower, the check
8765 # below for broken collect2 doesn't work under 4.3+
8766 collect2name=`${CC} -print-prog-name=collect2`
8767 if test -f "$collect2name" &&
8768 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8769 then
8770 # We have reworked collect2
8771 :
8772 else
8773 # We have old collect2
8774 hardcode_direct=unsupported
8775 # It fails to find uninstalled libraries when the uninstalled
8776 # path is not listed in the libpath. Setting hardcode_minus_L
8777 # to unsupported forces relinking
8778 hardcode_minus_L=yes
8779 hardcode_libdir_flag_spec='-L$libdir'
8780 hardcode_libdir_separator=
8781 fi
8782 ;;
8783 esac
8784 shared_flag='-shared'
8785 if test "$aix_use_runtimelinking" = yes; then
8786 shared_flag="$shared_flag "'${wl}-G'
8787 fi
8788 else
8789 # not using gcc
8790 if test "$host_cpu" = ia64; then
8791 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8792 # chokes on -Wl,-G. The following line is correct:
8793 shared_flag='-G'
8794 else
8795 if test "$aix_use_runtimelinking" = yes; then
8796 shared_flag='${wl}-G'
8797 else
8798 shared_flag='${wl}-bM:SRE'
8799 fi
8800 fi
8801 fi
8802
8803 export_dynamic_flag_spec='${wl}-bexpall'
8804 # It seems that -bexpall does not export symbols beginning with
8805 # underscore (_), so it is better to generate a list of symbols to export.
8806 always_export_symbols=yes
8807 if test "$aix_use_runtimelinking" = yes; then
8808 # Warning - without using the other runtime loading flags (-brtl),
8809 # -berok will link without error, but may produce a broken library.
8810 allow_undefined_flag='-berok'
8811 # Determine the default libpath from the value encoded in an
8812 # empty executable.
8813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8814/* end confdefs.h. */
8815
8816int
8817main ()
8818{
8819
8820 ;
8821 return 0;
8822}
8823_ACEOF
6bb11ab3 8824if ac_fn_c_try_link "$LINENO"; then :
b7026657 8825
6bb11ab3
L
8826lt_aix_libpath_sed='
8827 /Import File Strings/,/^$/ {
8828 /^0/ {
8829 s/^0 *\(.*\)$/\1/
8830 p
8831 }
8832 }'
8833aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8834# Check for a 64-bit object if we didn't find anything.
8835if test -z "$aix_libpath"; then
8836 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8837fi
8838fi
8839rm -f core conftest.err conftest.$ac_objext \
8840 conftest$ac_exeext conftest.$ac_ext
8841if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8842
8843 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8844 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"
8845 else
8846 if test "$host_cpu" = ia64; then
8847 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8848 allow_undefined_flag="-z nodefs"
8849 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"
8850 else
8851 # Determine the default libpath from the value encoded in an
8852 # empty executable.
81ecdfbb
RW
8853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8854/* end confdefs.h. */
8855
8856int
8857main ()
8858{
8859
8860 ;
8861 return 0;
8862}
8863_ACEOF
6bb11ab3
L
8864if ac_fn_c_try_link "$LINENO"; then :
8865
8866lt_aix_libpath_sed='
8867 /Import File Strings/,/^$/ {
8868 /^0/ {
8869 s/^0 *\(.*\)$/\1/
8870 p
8871 }
8872 }'
8873aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8874# Check for a 64-bit object if we didn't find anything.
8875if test -z "$aix_libpath"; then
8876 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8877fi
81ecdfbb 8878fi
6bb11ab3
L
8879rm -f core conftest.err conftest.$ac_objext \
8880 conftest$ac_exeext conftest.$ac_ext
8881if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8882
8883 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8884 # Warning - without using the other run time loading flags,
8885 # -berok will link without error, but may produce a broken library.
8886 no_undefined_flag=' ${wl}-bernotok'
8887 allow_undefined_flag=' ${wl}-berok'
8888 if test "$with_gnu_ld" = yes; then
8889 # We only use this code for GNU lds that support --whole-archive.
8890 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8891 else
8892 # Exported symbols can be pulled into shared objects from archives
8893 whole_archive_flag_spec='$convenience'
8894 fi
8895 archive_cmds_need_lc=yes
8896 # This is similar to how AIX traditionally builds its shared libraries.
8897 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'
8898 fi
8899 fi
8900 ;;
8901
8902 amigaos*)
8903 case $host_cpu in
8904 powerpc)
8905 # see comment about AmigaOS4 .so support
8906 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8907 archive_expsym_cmds=''
8908 ;;
8909 m68k)
8910 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)'
8911 hardcode_libdir_flag_spec='-L$libdir'
8912 hardcode_minus_L=yes
8913 ;;
8914 esac
8915 ;;
8916
8917 bsdi[45]*)
8918 export_dynamic_flag_spec=-rdynamic
8919 ;;
8920
8921 cygwin* | mingw* | pw32* | cegcc*)
8922 # When not using gcc, we currently assume that we are using
8923 # Microsoft Visual C++.
8924 # hardcode_libdir_flag_spec is actually meaningless, as there is
8925 # no search path for DLLs.
8926 hardcode_libdir_flag_spec=' '
8927 allow_undefined_flag=unsupported
8928 # Tell ltmain to make .lib files, not .a files.
8929 libext=lib
8930 # Tell ltmain to make .dll files, not .so files.
8931 shrext_cmds=".dll"
8932 # FIXME: Setting linknames here is a bad hack.
8933 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8934 # The linker will automatically build a .lib file if we build a DLL.
8935 old_archive_from_new_cmds='true'
8936 # FIXME: Should let the user specify the lib program.
8937 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8938 fix_srcfile_path='`cygpath -w "$srcfile"`'
8939 enable_shared_with_static_runtimes=yes
8940 ;;
8941
8942 darwin* | rhapsody*)
8943
8944
8945 archive_cmds_need_lc=no
8946 hardcode_direct=no
8947 hardcode_automatic=yes
8948 hardcode_shlibpath_var=unsupported
8949 if test "$lt_cv_ld_force_load" = "yes"; then
8950 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 8951 else
6bb11ab3 8952 whole_archive_flag_spec=''
f0569246 8953 fi
6bb11ab3
L
8954 link_all_deplibs=yes
8955 allow_undefined_flag="$_lt_dar_allow_undefined"
8956 case $cc_basename in
8957 ifort*) _lt_dar_can_shared=yes ;;
8958 *) _lt_dar_can_shared=$GCC ;;
8959 esac
8960 if test "$_lt_dar_can_shared" = "yes"; then
8961 output_verbose_link_cmd=func_echo_all
8962 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8963 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8964 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}"
8965 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}"
8966
f0569246 8967 else
6bb11ab3 8968 ld_shlibs=no
f0569246 8969 fi
6bb11ab3
L
8970
8971 ;;
8972
8973 dgux*)
8974 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8975 hardcode_libdir_flag_spec='-L$libdir'
8976 hardcode_shlibpath_var=no
8977 ;;
8978
8979 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8980 # support. Future versions do this automatically, but an explicit c++rt0.o
8981 # does not break anything, and helps significantly (at the cost of a little
8982 # extra space).
8983 freebsd2.2*)
8984 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8985 hardcode_libdir_flag_spec='-R$libdir'
8986 hardcode_direct=yes
8987 hardcode_shlibpath_var=no
8988 ;;
8989
8990 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8991 freebsd2.*)
8992 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8993 hardcode_direct=yes
8994 hardcode_minus_L=yes
8995 hardcode_shlibpath_var=no
8996 ;;
8997
8998 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8999 freebsd* | dragonfly*)
9000 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9001 hardcode_libdir_flag_spec='-R$libdir'
9002 hardcode_direct=yes
9003 hardcode_shlibpath_var=no
9004 ;;
9005
9006 hpux9*)
9007 if test "$GCC" = yes; then
9008 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'
9009 else
9010 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'
9011 fi
9012 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9013 hardcode_libdir_separator=:
9014 hardcode_direct=yes
9015
9016 # hardcode_minus_L: Not really in the search PATH,
9017 # but as the default location of the library.
9018 hardcode_minus_L=yes
9019 export_dynamic_flag_spec='${wl}-E'
9020 ;;
9021
9022 hpux10*)
9023 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9024 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9025 else
9026 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9027 fi
9028 if test "$with_gnu_ld" = no; then
9029 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9030 hardcode_libdir_flag_spec_ld='+b $libdir'
9031 hardcode_libdir_separator=:
9032 hardcode_direct=yes
9033 hardcode_direct_absolute=yes
9034 export_dynamic_flag_spec='${wl}-E'
9035 # hardcode_minus_L: Not really in the search PATH,
9036 # but as the default location of the library.
9037 hardcode_minus_L=yes
9038 fi
9039 ;;
9040
9041 hpux11*)
9042 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9043 case $host_cpu in
9044 hppa*64*)
9045 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9046 ;;
9047 ia64*)
9048 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9049 ;;
9050 *)
9051 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9052 ;;
9053 esac
9054 else
9055 case $host_cpu in
9056 hppa*64*)
9057 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9058 ;;
9059 ia64*)
9060 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9061 ;;
9062 *)
9063
9064 # Older versions of the 11.00 compiler do not understand -b yet
9065 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9067$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9068if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9069 $as_echo_n "(cached) " >&6
f0569246 9070else
6bb11ab3
L
9071 lt_cv_prog_compiler__b=no
9072 save_LDFLAGS="$LDFLAGS"
9073 LDFLAGS="$LDFLAGS -b"
9074 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9075 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9076 # The linker can only warn and ignore the option if not recognized
9077 # So say no if there are warnings
9078 if test -s conftest.err; then
9079 # Append any errors to the config.log.
9080 cat conftest.err 1>&5
9081 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9082 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9083 if diff conftest.exp conftest.er2 >/dev/null; then
9084 lt_cv_prog_compiler__b=yes
9085 fi
9086 else
9087 lt_cv_prog_compiler__b=yes
9088 fi
9089 fi
9090 $RM -r conftest*
9091 LDFLAGS="$save_LDFLAGS"
f0569246 9092
6bb11ab3
L
9093fi
9094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9095$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9096
6bb11ab3
L
9097if test x"$lt_cv_prog_compiler__b" = xyes; then
9098 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9099else
9100 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9101fi
81ecdfbb 9102
6bb11ab3
L
9103 ;;
9104 esac
9105 fi
9106 if test "$with_gnu_ld" = no; then
9107 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9108 hardcode_libdir_separator=:
9109
9110 case $host_cpu in
9111 hppa*64*|ia64*)
9112 hardcode_direct=no
9113 hardcode_shlibpath_var=no
9114 ;;
9115 *)
9116 hardcode_direct=yes
9117 hardcode_direct_absolute=yes
9118 export_dynamic_flag_spec='${wl}-E'
9119
9120 # hardcode_minus_L: Not really in the search PATH,
9121 # but as the default location of the library.
9122 hardcode_minus_L=yes
9123 ;;
9124 esac
9125 fi
9126 ;;
9127
9128 irix5* | irix6* | nonstopux*)
9129 if test "$GCC" = yes; then
9130 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'
9131 # Try to use the -exported_symbol ld option, if it does not
9132 # work, assume that -exports_file does not work either and
9133 # implicitly export all symbols.
9134 save_LDFLAGS="$LDFLAGS"
9135 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9137/* end confdefs.h. */
9138int foo(void) {}
b7026657 9139_ACEOF
6bb11ab3
L
9140if ac_fn_c_try_link "$LINENO"; then :
9141 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 9142
f0569246 9143fi
6bb11ab3
L
9144rm -f core conftest.err conftest.$ac_objext \
9145 conftest$ac_exeext conftest.$ac_ext
9146 LDFLAGS="$save_LDFLAGS"
9147 else
9148 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'
9149 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'
9150 fi
9151 archive_cmds_need_lc='no'
9152 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9153 hardcode_libdir_separator=:
9154 inherit_rpath=yes
9155 link_all_deplibs=yes
9156 ;;
9157
9158 netbsd*)
9159 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9160 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9161 else
9162 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9163 fi
9164 hardcode_libdir_flag_spec='-R$libdir'
9165 hardcode_direct=yes
9166 hardcode_shlibpath_var=no
9167 ;;
9168
9169 newsos6)
9170 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9171 hardcode_direct=yes
9172 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9173 hardcode_libdir_separator=:
9174 hardcode_shlibpath_var=no
9175 ;;
9176
9177 *nto* | *qnx*)
9178 ;;
9179
9180 openbsd*)
9181 if test -f /usr/libexec/ld.so; then
9182 hardcode_direct=yes
9183 hardcode_shlibpath_var=no
9184 hardcode_direct_absolute=yes
9185 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9186 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9187 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9188 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9189 export_dynamic_flag_spec='${wl}-E'
9190 else
9191 case $host_os in
9192 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9193 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9194 hardcode_libdir_flag_spec='-R$libdir'
9195 ;;
9196 *)
9197 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9198 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9199 ;;
9200 esac
9201 fi
9202 else
9203 ld_shlibs=no
9204 fi
9205 ;;
9206
9207 os2*)
9208 hardcode_libdir_flag_spec='-L$libdir'
9209 hardcode_minus_L=yes
9210 allow_undefined_flag=unsupported
9211 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'
9212 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9213 ;;
9214
9215 osf3*)
9216 if test "$GCC" = yes; then
9217 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9218 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'
9219 else
9220 allow_undefined_flag=' -expect_unresolved \*'
9221 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'
9222 fi
9223 archive_cmds_need_lc='no'
9224 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9225 hardcode_libdir_separator=:
9226 ;;
9227
9228 osf4* | osf5*) # as osf3* with the addition of -msym flag
9229 if test "$GCC" = yes; then
9230 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9231 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'
9232 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9233 else
9234 allow_undefined_flag=' -expect_unresolved \*'
9235 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'
9236 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~
9237 $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'
9238
9239 # Both c and cxx compiler support -rpath directly
9240 hardcode_libdir_flag_spec='-rpath $libdir'
9241 fi
9242 archive_cmds_need_lc='no'
9243 hardcode_libdir_separator=:
9244 ;;
9245
9246 solaris*)
9247 no_undefined_flag=' -z defs'
9248 if test "$GCC" = yes; then
9249 wlarc='${wl}'
9250 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9251 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9252 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9253 else
9254 case `$CC -V 2>&1` in
9255 *"Compilers 5.0"*)
9256 wlarc=''
9257 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9258 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9259 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9260 ;;
9261 *)
9262 wlarc='${wl}'
9263 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9264 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9265 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9266 ;;
9267 esac
9268 fi
9269 hardcode_libdir_flag_spec='-R$libdir'
9270 hardcode_shlibpath_var=no
9271 case $host_os in
9272 solaris2.[0-5] | solaris2.[0-5].*) ;;
9273 *)
9274 # The compiler driver will combine and reorder linker options,
9275 # but understands `-z linker_flag'. GCC discards it without `$wl',
9276 # but is careful enough not to reorder.
9277 # Supported since Solaris 2.6 (maybe 2.5.1?)
9278 if test "$GCC" = yes; then
9279 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9280 else
9281 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9282 fi
9283 ;;
9284 esac
9285 link_all_deplibs=yes
9286 ;;
9287
9288 sunos4*)
9289 if test "x$host_vendor" = xsequent; then
9290 # Use $CC to link under sequent, because it throws in some extra .o
9291 # files that make .init and .fini sections work.
9292 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9293 else
9294 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9295 fi
9296 hardcode_libdir_flag_spec='-L$libdir'
9297 hardcode_direct=yes
9298 hardcode_minus_L=yes
9299 hardcode_shlibpath_var=no
9300 ;;
9301
9302 sysv4)
9303 case $host_vendor in
9304 sni)
9305 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9306 hardcode_direct=yes # is this really true???
9307 ;;
9308 siemens)
9309 ## LD is ld it makes a PLAMLIB
9310 ## CC just makes a GrossModule.
9311 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9312 reload_cmds='$CC -r -o $output$reload_objs'
9313 hardcode_direct=no
9314 ;;
9315 motorola)
9316 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9317 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9318 ;;
9319 esac
9320 runpath_var='LD_RUN_PATH'
9321 hardcode_shlibpath_var=no
9322 ;;
9323
9324 sysv4.3*)
9325 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9326 hardcode_shlibpath_var=no
9327 export_dynamic_flag_spec='-Bexport'
9328 ;;
9329
9330 sysv4*MP*)
9331 if test -d /usr/nec; then
9332 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9333 hardcode_shlibpath_var=no
9334 runpath_var=LD_RUN_PATH
9335 hardcode_runpath_var=yes
9336 ld_shlibs=yes
9337 fi
9338 ;;
9339
9340 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9341 no_undefined_flag='${wl}-z,text'
9342 archive_cmds_need_lc=no
9343 hardcode_shlibpath_var=no
9344 runpath_var='LD_RUN_PATH'
9345
9346 if test "$GCC" = yes; then
9347 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9348 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9349 else
9350 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9351 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9352 fi
9353 ;;
9354
9355 sysv5* | sco3.2v5* | sco5v6*)
9356 # Note: We can NOT use -z defs as we might desire, because we do not
9357 # link with -lc, and that would cause any symbols used from libc to
9358 # always be unresolved, which means just about no library would
9359 # ever link correctly. If we're not using GNU ld we use -z text
9360 # though, which does catch some bad symbols but isn't as heavy-handed
9361 # as -z defs.
9362 no_undefined_flag='${wl}-z,text'
9363 allow_undefined_flag='${wl}-z,nodefs'
9364 archive_cmds_need_lc=no
9365 hardcode_shlibpath_var=no
9366 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9367 hardcode_libdir_separator=':'
9368 link_all_deplibs=yes
9369 export_dynamic_flag_spec='${wl}-Bexport'
9370 runpath_var='LD_RUN_PATH'
9371
9372 if test "$GCC" = yes; then
9373 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9374 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9375 else
9376 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9377 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9378 fi
9379 ;;
9380
9381 uts4*)
9382 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9383 hardcode_libdir_flag_spec='-L$libdir'
9384 hardcode_shlibpath_var=no
9385 ;;
9386
9387 *)
9388 ld_shlibs=no
9389 ;;
9390 esac
9391
9392 if test x$host_vendor = xsni; then
9393 case $host in
9394 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9395 export_dynamic_flag_spec='${wl}-Blargedynsym'
9396 ;;
9397 esac
9398 fi
9399 fi
9400
9401{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9402$as_echo "$ld_shlibs" >&6; }
9403test "$ld_shlibs" = no && can_build_shared=no
9404
9405with_gnu_ld=$with_gnu_ld
9406
9407
9408
9409
b7026657 9410
f0569246 9411
f0569246 9412
6ffe910a 9413
6ffe910a
MF
9414
9415
6ffe910a 9416
f0569246 9417
f0569246 9418
c906108c 9419
6bb11ab3
L
9420
9421#
9422# Do we need to explicitly link libc?
9423#
9424case "x$archive_cmds_need_lc" in
9425x|xyes)
9426 # Assume -lc should be added
9427 archive_cmds_need_lc=yes
9428
9429 if test "$enable_shared" = yes && test "$GCC" = yes; then
9430 case $archive_cmds in
9431 *'~'*)
9432 # FIXME: we may have to deal with multi-command sequences.
9433 ;;
9434 '$CC '*)
9435 # Test whether the compiler implicitly links with -lc since on some
9436 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9437 # to ld, don't add -lc before -lgcc.
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9439$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9440if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9441 $as_echo_n "(cached) " >&6
f0569246 9442else
6bb11ab3
L
9443 $RM conftest*
9444 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9445
9446 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9447 (eval $ac_compile) 2>&5
9448 ac_status=$?
9449 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9450 test $ac_status = 0; } 2>conftest.err; then
9451 soname=conftest
9452 lib=conftest
9453 libobjs=conftest.$ac_objext
9454 deplibs=
9455 wl=$lt_prog_compiler_wl
9456 pic_flag=$lt_prog_compiler_pic
9457 compiler_flags=-v
9458 linker_flags=-v
9459 verstring=
9460 output_objdir=.
9461 libname=conftest
9462 lt_save_allow_undefined_flag=$allow_undefined_flag
9463 allow_undefined_flag=
9464 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9465 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9466 ac_status=$?
9467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9468 test $ac_status = 0; }
9469 then
9470 lt_cv_archive_cmds_need_lc=no
9471 else
9472 lt_cv_archive_cmds_need_lc=yes
9473 fi
9474 allow_undefined_flag=$lt_save_allow_undefined_flag
9475 else
9476 cat conftest.err 1>&5
9477 fi
9478 $RM conftest*
c906108c 9479
6ffe910a 9480fi
6bb11ab3
L
9481{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9482$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9483 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9484 ;;
9485 esac
9486 fi
9487 ;;
6ffe910a 9488esac
c906108c 9489
c906108c 9490
6ffe910a 9491
c906108c 9492
81ecdfbb 9493
35695fd6 9494
35695fd6 9495
35695fd6 9496
f0569246 9497
c906108c 9498
f0569246 9499
b7026657 9500
f0569246 9501
c906108c 9502
81ecdfbb 9503
b7026657 9504
f0569246
AC
9505
9506
81ecdfbb 9507
81ecdfbb 9508
81ecdfbb
RW
9509
9510
81ecdfbb 9511
81ecdfbb 9512
f0569246
AC
9513
9514
c906108c 9515
f0569246 9516
c906108c 9517
c906108c 9518
81ecdfbb 9519
b7026657 9520
c906108c 9521
f0569246 9522
81ecdfbb 9523
f0569246 9524
c906108c 9525
c906108c 9526
b7026657 9527
81ecdfbb 9528
b7026657 9529
c906108c 9530
c906108c 9531
b7026657
AC
9532
9533
9534
9535
6ffe910a 9536
2232061b
MF
9537
9538
2232061b 9539
2232061b
MF
9540
9541
2232061b
MF
9542
9543
2232061b 9544
2232061b
MF
9545
9546
6bb11ab3
L
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9647$as_echo_n "checking dynamic linker characteristics... " >&6; }
9648
9649if test "$GCC" = yes; then
9650 case $host_os in
9651 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9652 *) lt_awk_arg="/^libraries:/" ;;
9653 esac
9654 case $host_os in
9655 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9656 *) lt_sed_strip_eq="s,=/,/,g" ;;
9657 esac
9658 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9659 case $lt_search_path_spec in
9660 *\;*)
9661 # if the path contains ";" then we assume it to be the separator
9662 # otherwise default to the standard path separator (i.e. ":") - it is
9663 # assumed that no part of a normal pathname contains ";" but that should
9664 # okay in the real world where ";" in dirpaths is itself problematic.
9665 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9666 ;;
9667 *)
9668 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9669 ;;
9670 esac
9671 # Ok, now we have the path, separated by spaces, we can step through it
9672 # and add multilib dir if necessary.
9673 lt_tmp_lt_search_path_spec=
9674 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9675 for lt_sys_path in $lt_search_path_spec; do
9676 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9677 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9678 else
9679 test -d "$lt_sys_path" && \
9680 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9681 fi
9682 done
9683 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9684BEGIN {RS=" "; FS="/|\n";} {
9685 lt_foo="";
9686 lt_count=0;
9687 for (lt_i = NF; lt_i > 0; lt_i--) {
9688 if ($lt_i != "" && $lt_i != ".") {
9689 if ($lt_i == "..") {
9690 lt_count++;
9691 } else {
9692 if (lt_count == 0) {
9693 lt_foo="/" $lt_i lt_foo;
9694 } else {
9695 lt_count--;
9696 }
9697 }
9698 }
9699 }
9700 if (lt_foo != "") { lt_freq[lt_foo]++; }
9701 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9702}'`
9703 # AWK program above erroneously prepends '/' to C:/dos/paths
9704 # for these hosts.
9705 case $host_os in
9706 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9707 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9708 esac
9709 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9710else
9711 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9712fi
9713library_names_spec=
9714libname_spec='lib$name'
9715soname_spec=
9716shrext_cmds=".so"
9717postinstall_cmds=
9718postuninstall_cmds=
9719finish_cmds=
9720finish_eval=
9721shlibpath_var=
9722shlibpath_overrides_runpath=unknown
9723version_type=none
9724dynamic_linker="$host_os ld.so"
9725sys_lib_dlsearch_path_spec="/lib /usr/lib"
9726need_lib_prefix=unknown
9727hardcode_into_libs=no
9728
9729# when you set need_version to no, make sure it does not cause -set_version
9730# flags to be left without arguments
9731need_version=unknown
9732
9733case $host_os in
9734aix3*)
9735 version_type=linux
9736 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9737 shlibpath_var=LIBPATH
9738
9739 # AIX 3 has no versioning support, so we append a major version to the name.
9740 soname_spec='${libname}${release}${shared_ext}$major'
9741 ;;
9742
9743aix[4-9]*)
9744 version_type=linux
9745 need_lib_prefix=no
9746 need_version=no
9747 hardcode_into_libs=yes
9748 if test "$host_cpu" = ia64; then
9749 # AIX 5 supports IA64
9750 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9751 shlibpath_var=LD_LIBRARY_PATH
9752 else
9753 # With GCC up to 2.95.x, collect2 would create an import file
9754 # for dependence libraries. The import file would start with
9755 # the line `#! .'. This would cause the generated library to
9756 # depend on `.', always an invalid library. This was fixed in
9757 # development snapshots of GCC prior to 3.0.
9758 case $host_os in
9759 aix4 | aix4.[01] | aix4.[01].*)
9760 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9761 echo ' yes '
9762 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9763 :
9764 else
9765 can_build_shared=no
9766 fi
9767 ;;
9768 esac
9769 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9770 # soname into executable. Probably we can add versioning support to
9771 # collect2, so additional links can be useful in future.
9772 if test "$aix_use_runtimelinking" = yes; then
9773 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9774 # instead of lib<name>.a to let people know that these are not
9775 # typical AIX shared libraries.
9776 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9777 else
9778 # We preserve .a as extension for shared libraries through AIX4.2
9779 # and later when we are not doing run time linking.
9780 library_names_spec='${libname}${release}.a $libname.a'
9781 soname_spec='${libname}${release}${shared_ext}$major'
9782 fi
9783 shlibpath_var=LIBPATH
9784 fi
9785 ;;
9786
9787amigaos*)
9788 case $host_cpu in
9789 powerpc)
9790 # Since July 2007 AmigaOS4 officially supports .so libraries.
9791 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9792 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9793 ;;
9794 m68k)
9795 library_names_spec='$libname.ixlibrary $libname.a'
9796 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9797 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'
9798 ;;
9799 esac
9800 ;;
9801
9802beos*)
9803 library_names_spec='${libname}${shared_ext}'
9804 dynamic_linker="$host_os ld.so"
9805 shlibpath_var=LIBRARY_PATH
9806 ;;
9807
9808bsdi[45]*)
9809 version_type=linux
9810 need_version=no
9811 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9812 soname_spec='${libname}${release}${shared_ext}$major'
9813 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9814 shlibpath_var=LD_LIBRARY_PATH
9815 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9816 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9817 # the default ld.so.conf also contains /usr/contrib/lib and
9818 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9819 # libtool to hard-code these into programs
9820 ;;
9821
9822cygwin* | mingw* | pw32* | cegcc*)
9823 version_type=windows
9824 shrext_cmds=".dll"
9825 need_version=no
9826 need_lib_prefix=no
9827
9828 case $GCC,$host_os in
9829 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9830 library_names_spec='$libname.dll.a'
9831 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9832 postinstall_cmds='base_file=`basename \${file}`~
9833 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9834 dldir=$destdir/`dirname \$dlpath`~
9835 test -d \$dldir || mkdir -p \$dldir~
9836 $install_prog $dir/$dlname \$dldir/$dlname~
9837 chmod a+x \$dldir/$dlname~
9838 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9839 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9840 fi'
9841 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9842 dlpath=$dir/\$dldll~
9843 $RM \$dlpath'
9844 shlibpath_overrides_runpath=yes
9845
9846 case $host_os in
9847 cygwin*)
9848 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9849 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9850
9851 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9852 ;;
9853 mingw* | cegcc*)
9854 # MinGW DLLs use traditional 'lib' prefix
9855 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9856 ;;
9857 pw32*)
9858 # pw32 DLLs use 'pw' prefix rather than 'lib'
9859 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9860 ;;
9861 esac
9862 ;;
9863
9864 *)
9865 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9866 ;;
9867 esac
9868 dynamic_linker='Win32 ld.exe'
9869 # FIXME: first we should search . and the directory the executable is in
9870 shlibpath_var=PATH
9871 ;;
9872
9873darwin* | rhapsody*)
9874 dynamic_linker="$host_os dyld"
9875 version_type=darwin
9876 need_lib_prefix=no
9877 need_version=no
9878 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9879 soname_spec='${libname}${release}${major}$shared_ext'
9880 shlibpath_overrides_runpath=yes
9881 shlibpath_var=DYLD_LIBRARY_PATH
9882 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9883
9884 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9885 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9886 ;;
9887
9888dgux*)
9889 version_type=linux
9890 need_lib_prefix=no
9891 need_version=no
9892 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9893 soname_spec='${libname}${release}${shared_ext}$major'
9894 shlibpath_var=LD_LIBRARY_PATH
9895 ;;
9896
9897freebsd* | dragonfly*)
9898 # DragonFly does not have aout. When/if they implement a new
9899 # versioning mechanism, adjust this.
9900 if test -x /usr/bin/objformat; then
9901 objformat=`/usr/bin/objformat`
9902 else
9903 case $host_os in
9904 freebsd[23].*) objformat=aout ;;
9905 *) objformat=elf ;;
9906 esac
9907 fi
9908 version_type=freebsd-$objformat
9909 case $version_type in
9910 freebsd-elf*)
9911 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9912 need_version=no
9913 need_lib_prefix=no
9914 ;;
9915 freebsd-*)
9916 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9917 need_version=yes
9918 ;;
9919 esac
9920 shlibpath_var=LD_LIBRARY_PATH
9921 case $host_os in
9922 freebsd2.*)
9923 shlibpath_overrides_runpath=yes
9924 ;;
9925 freebsd3.[01]* | freebsdelf3.[01]*)
9926 shlibpath_overrides_runpath=yes
9927 hardcode_into_libs=yes
9928 ;;
9929 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9930 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9931 shlibpath_overrides_runpath=no
9932 hardcode_into_libs=yes
9933 ;;
9934 *) # from 4.6 on, and DragonFly
9935 shlibpath_overrides_runpath=yes
9936 hardcode_into_libs=yes
9937 ;;
9938 esac
9939 ;;
9940
6bb11ab3
L
9941haiku*)
9942 version_type=linux
9943 need_lib_prefix=no
9944 need_version=no
9945 dynamic_linker="$host_os runtime_loader"
9946 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9947 soname_spec='${libname}${release}${shared_ext}$major'
9948 shlibpath_var=LIBRARY_PATH
9949 shlibpath_overrides_runpath=yes
9950 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9951 hardcode_into_libs=yes
9952 ;;
9953
9954hpux9* | hpux10* | hpux11*)
9955 # Give a soname corresponding to the major version so that dld.sl refuses to
9956 # link against other versions.
9957 version_type=sunos
9958 need_lib_prefix=no
9959 need_version=no
9960 case $host_cpu in
9961 ia64*)
9962 shrext_cmds='.so'
9963 hardcode_into_libs=yes
9964 dynamic_linker="$host_os dld.so"
9965 shlibpath_var=LD_LIBRARY_PATH
9966 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9967 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9968 soname_spec='${libname}${release}${shared_ext}$major'
9969 if test "X$HPUX_IA64_MODE" = X32; then
9970 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9971 else
9972 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9973 fi
9974 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9975 ;;
9976 hppa*64*)
9977 shrext_cmds='.sl'
9978 hardcode_into_libs=yes
9979 dynamic_linker="$host_os dld.sl"
9980 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9981 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9982 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9983 soname_spec='${libname}${release}${shared_ext}$major'
9984 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9985 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9986 ;;
9987 *)
9988 shrext_cmds='.sl'
9989 dynamic_linker="$host_os dld.sl"
9990 shlibpath_var=SHLIB_PATH
9991 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9992 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9993 soname_spec='${libname}${release}${shared_ext}$major'
9994 ;;
9995 esac
9996 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9997 postinstall_cmds='chmod 555 $lib'
9998 # or fails outright, so override atomically:
9999 install_override_mode=555
10000 ;;
10001
10002interix[3-9]*)
10003 version_type=linux
10004 need_lib_prefix=no
10005 need_version=no
10006 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10007 soname_spec='${libname}${release}${shared_ext}$major'
10008 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10009 shlibpath_var=LD_LIBRARY_PATH
10010 shlibpath_overrides_runpath=no
10011 hardcode_into_libs=yes
10012 ;;
10013
10014irix5* | irix6* | nonstopux*)
10015 case $host_os in
10016 nonstopux*) version_type=nonstopux ;;
10017 *)
10018 if test "$lt_cv_prog_gnu_ld" = yes; then
10019 version_type=linux
10020 else
10021 version_type=irix
10022 fi ;;
10023 esac
10024 need_lib_prefix=no
10025 need_version=no
10026 soname_spec='${libname}${release}${shared_ext}$major'
10027 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10028 case $host_os in
10029 irix5* | nonstopux*)
10030 libsuff= shlibsuff=
10031 ;;
10032 *)
10033 case $LD in # libtool.m4 will add one of these switches to LD
10034 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10035 libsuff= shlibsuff= libmagic=32-bit;;
10036 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10037 libsuff=32 shlibsuff=N32 libmagic=N32;;
10038 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10039 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10040 *) libsuff= shlibsuff= libmagic=never-match;;
10041 esac
10042 ;;
10043 esac
10044 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10045 shlibpath_overrides_runpath=no
10046 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10047 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10048 hardcode_into_libs=yes
10049 ;;
10050
10051# No shared lib support for Linux oldld, aout, or coff.
10052linux*oldld* | linux*aout* | linux*coff*)
10053 dynamic_linker=no
10054 ;;
10055
10056# This must be Linux ELF.
46f900c0 10057linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10058 version_type=linux
10059 need_lib_prefix=no
10060 need_version=no
10061 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10062 soname_spec='${libname}${release}${shared_ext}$major'
10063 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10064 shlibpath_var=LD_LIBRARY_PATH
10065 shlibpath_overrides_runpath=no
10066
10067 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10068 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10069 $as_echo_n "(cached) " >&6
10070else
6bb11ab3
L
10071 lt_cv_shlibpath_overrides_runpath=no
10072 save_LDFLAGS=$LDFLAGS
10073 save_libdir=$libdir
10074 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10075 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10077/* end confdefs.h. */
10078
2232061b
MF
10079int
10080main ()
10081{
10082
10083 ;
10084 return 0;
10085}
10086_ACEOF
6bb11ab3
L
10087if ac_fn_c_try_link "$LINENO"; then :
10088 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10089 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10090fi
2232061b 10091fi
6bb11ab3
L
10092rm -f core conftest.err conftest.$ac_objext \
10093 conftest$ac_exeext conftest.$ac_ext
10094 LDFLAGS=$save_LDFLAGS
10095 libdir=$save_libdir
2232061b 10096
6bb11ab3 10097fi
2232061b 10098
6bb11ab3 10099 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10100
6bb11ab3
L
10101 # This implies no fast_install, which is unacceptable.
10102 # Some rework will be needed to allow for fast_install
10103 # before this can be enabled.
10104 hardcode_into_libs=yes
2232061b 10105
6bb11ab3
L
10106 # Append ld.so.conf contents to the search path
10107 if test -f /etc/ld.so.conf; then
10108 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' ' '`
10109 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10110 fi
2232061b 10111
6bb11ab3
L
10112 # We used to test for /lib/ld.so.1 and disable shared libraries on
10113 # powerpc, because MkLinux only supported shared libraries with the
10114 # GNU dynamic linker. Since this was broken with cross compilers,
10115 # most powerpc-linux boxes support dynamic linking these days and
10116 # people can always --disable-shared, the test was removed, and we
10117 # assume the GNU/Linux dynamic linker is in use.
10118 dynamic_linker='GNU/Linux ld.so'
10119 ;;
10120
10121netbsd*)
10122 version_type=sunos
10123 need_lib_prefix=no
10124 need_version=no
10125 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10126 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10127 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10128 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10129 else
6bb11ab3
L
10130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10131 soname_spec='${libname}${release}${shared_ext}$major'
10132 dynamic_linker='NetBSD ld.elf_so'
10133 fi
10134 shlibpath_var=LD_LIBRARY_PATH
10135 shlibpath_overrides_runpath=yes
10136 hardcode_into_libs=yes
10137 ;;
10138
10139newsos6)
10140 version_type=linux
10141 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10142 shlibpath_var=LD_LIBRARY_PATH
10143 shlibpath_overrides_runpath=yes
10144 ;;
10145
10146*nto* | *qnx*)
10147 version_type=qnx
10148 need_lib_prefix=no
10149 need_version=no
10150 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10151 soname_spec='${libname}${release}${shared_ext}$major'
10152 shlibpath_var=LD_LIBRARY_PATH
10153 shlibpath_overrides_runpath=no
10154 hardcode_into_libs=yes
10155 dynamic_linker='ldqnx.so'
10156 ;;
10157
10158openbsd*)
10159 version_type=sunos
10160 sys_lib_dlsearch_path_spec="/usr/lib"
10161 need_lib_prefix=no
10162 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10163 case $host_os in
10164 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10165 *) need_version=no ;;
10166 esac
10167 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10168 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10169 shlibpath_var=LD_LIBRARY_PATH
10170 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10171 case $host_os in
10172 openbsd2.[89] | openbsd2.[89].*)
10173 shlibpath_overrides_runpath=no
10174 ;;
10175 *)
10176 shlibpath_overrides_runpath=yes
10177 ;;
10178 esac
10179 else
10180 shlibpath_overrides_runpath=yes
10181 fi
10182 ;;
10183
10184os2*)
10185 libname_spec='$name'
10186 shrext_cmds=".dll"
10187 need_lib_prefix=no
10188 library_names_spec='$libname${shared_ext} $libname.a'
10189 dynamic_linker='OS/2 ld.exe'
10190 shlibpath_var=LIBPATH
10191 ;;
10192
10193osf3* | osf4* | osf5*)
10194 version_type=osf
10195 need_lib_prefix=no
10196 need_version=no
10197 soname_spec='${libname}${release}${shared_ext}$major'
10198 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10199 shlibpath_var=LD_LIBRARY_PATH
10200 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10201 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10202 ;;
10203
10204rdos*)
10205 dynamic_linker=no
10206 ;;
10207
10208solaris*)
10209 version_type=linux
10210 need_lib_prefix=no
10211 need_version=no
10212 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10213 soname_spec='${libname}${release}${shared_ext}$major'
10214 shlibpath_var=LD_LIBRARY_PATH
10215 shlibpath_overrides_runpath=yes
10216 hardcode_into_libs=yes
10217 # ldd complains unless libraries are executable
10218 postinstall_cmds='chmod +x $lib'
10219 ;;
10220
10221sunos4*)
10222 version_type=sunos
10223 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10224 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10225 shlibpath_var=LD_LIBRARY_PATH
10226 shlibpath_overrides_runpath=yes
10227 if test "$with_gnu_ld" = yes; then
10228 need_lib_prefix=no
10229 fi
10230 need_version=yes
10231 ;;
10232
10233sysv4 | sysv4.3*)
10234 version_type=linux
10235 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10236 soname_spec='${libname}${release}${shared_ext}$major'
10237 shlibpath_var=LD_LIBRARY_PATH
10238 case $host_vendor in
10239 sni)
10240 shlibpath_overrides_runpath=no
10241 need_lib_prefix=no
10242 runpath_var=LD_RUN_PATH
10243 ;;
10244 siemens)
10245 need_lib_prefix=no
10246 ;;
10247 motorola)
10248 need_lib_prefix=no
10249 need_version=no
10250 shlibpath_overrides_runpath=no
10251 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10252 ;;
10253 esac
10254 ;;
10255
10256sysv4*MP*)
10257 if test -d /usr/nec ;then
10258 version_type=linux
10259 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10260 soname_spec='$libname${shared_ext}.$major'
10261 shlibpath_var=LD_LIBRARY_PATH
2232061b 10262 fi
6bb11ab3
L
10263 ;;
10264
10265sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10266 version_type=freebsd-elf
10267 need_lib_prefix=no
10268 need_version=no
10269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10270 soname_spec='${libname}${release}${shared_ext}$major'
10271 shlibpath_var=LD_LIBRARY_PATH
10272 shlibpath_overrides_runpath=yes
10273 hardcode_into_libs=yes
10274 if test "$with_gnu_ld" = yes; then
10275 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10276 else
10277 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10278 case $host_os in
10279 sco3.2v5*)
10280 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10281 ;;
10282 esac
10283 fi
10284 sys_lib_dlsearch_path_spec='/usr/lib'
10285 ;;
10286
10287tpf*)
10288 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10289 version_type=linux
10290 need_lib_prefix=no
10291 need_version=no
10292 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10293 shlibpath_var=LD_LIBRARY_PATH
10294 shlibpath_overrides_runpath=no
10295 hardcode_into_libs=yes
10296 ;;
10297
10298uts4*)
10299 version_type=linux
10300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10301 soname_spec='${libname}${release}${shared_ext}$major'
10302 shlibpath_var=LD_LIBRARY_PATH
10303 ;;
10304
10305*)
10306 dynamic_linker=no
10307 ;;
10308esac
10309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10310$as_echo "$dynamic_linker" >&6; }
10311test "$dynamic_linker" = no && can_build_shared=no
10312
10313variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10314if test "$GCC" = yes; then
10315 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10316fi
2232061b 10317
6bb11ab3
L
10318if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10319 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10320fi
10321if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10322 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10323fi
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
2232061b 10350
2232061b 10351
2232061b 10352
2232061b 10353
2232061b
MF
10354
10355
6ffe910a 10356
6ffe910a
MF
10357
10358
10359
10360
10361
2232061b 10362
6ffe910a
MF
10363
10364
10365
10366
6ffe910a 10367
6ffe910a 10368
6ffe910a
MF
10369
10370
6ffe910a 10371
6ffe910a 10372
6ffe910a
MF
10373
10374
5f3ef9d0 10375
5f3ef9d0
JB
10376
10377
10378
db2e4d67
MF
10379
10380
db2e4d67 10381
db2e4d67 10382
db2e4d67 10383
db2e4d67 10384
db2e4d67 10385
db2e4d67 10386
db2e4d67 10387
db2e4d67
MF
10388
10389
db2e4d67 10390
db2e4d67
MF
10391
10392
db2e4d67 10393
db2e4d67
MF
10394
10395
6ffe910a 10396
6ffe910a 10397
6ffe910a
MF
10398
10399
6ffe910a
MF
10400
10401
6ffe910a 10402
6ffe910a 10403
6ffe910a 10404
6ffe910a 10405
6ffe910a 10406
b7026657 10407
b7026657 10408
c906108c 10409
b7026657 10410
b7026657 10411
c906108c 10412
b7026657 10413
b7026657 10414
cd0fc7c3 10415
6bb11ab3
L
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10417$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10418hardcode_action=
10419if test -n "$hardcode_libdir_flag_spec" ||
10420 test -n "$runpath_var" ||
10421 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10422
6bb11ab3
L
10423 # We can hardcode non-existent directories.
10424 if test "$hardcode_direct" != no &&
10425 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10426 # have to relink, otherwise we might link with an installed library
10427 # when we should be linking with a yet-to-be-installed one
10428 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10429 test "$hardcode_minus_L" != no; then
10430 # Linking always hardcodes the temporary library directory.
10431 hardcode_action=relink
10432 else
10433 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10434 hardcode_action=immediate
10435 fi
10436else
10437 # We cannot hardcode anything, or else we can only hardcode existing
10438 # directories.
10439 hardcode_action=unsupported
c906108c 10440fi
6bb11ab3
L
10441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10442$as_echo "$hardcode_action" >&6; }
b7026657 10443
6bb11ab3
L
10444if test "$hardcode_action" = relink ||
10445 test "$inherit_rpath" = yes; then
10446 # Fast installation is not supported
10447 enable_fast_install=no
10448elif test "$shlibpath_overrides_runpath" = yes ||
10449 test "$enable_shared" = no; then
10450 # Fast installation is not necessary
10451 enable_fast_install=needless
10452fi
c906108c 10453
6bb11ab3
L
10454
10455
10456
10457
10458
10459 if test "x$enable_dlopen" != xyes; then
10460 enable_dlopen=unknown
10461 enable_dlopen_self=unknown
10462 enable_dlopen_self_static=unknown
10463else
10464 lt_cv_dlopen=no
10465 lt_cv_dlopen_libs=
10466
10467 case $host_os in
10468 beos*)
10469 lt_cv_dlopen="load_add_on"
10470 lt_cv_dlopen_libs=
10471 lt_cv_dlopen_self=yes
10472 ;;
10473
10474 mingw* | pw32* | cegcc*)
10475 lt_cv_dlopen="LoadLibrary"
10476 lt_cv_dlopen_libs=
10477 ;;
10478
10479 cygwin*)
10480 lt_cv_dlopen="dlopen"
10481 lt_cv_dlopen_libs=
10482 ;;
10483
10484 darwin*)
10485 # if libdl is installed we need to link against it
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10487$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10488if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10489 $as_echo_n "(cached) " >&6
10490else
10491 ac_check_lib_save_LIBS=$LIBS
10492LIBS="-ldl $LIBS"
10493cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10494/* end confdefs.h. */
10495
10496/* Override any GCC internal prototype to avoid an error.
10497 Use char because int might match the return type of a GCC
10498 builtin and then its argument prototype would still apply. */
10499#ifdef __cplusplus
10500extern "C"
10501#endif
10502char dlopen ();
10503int
10504main ()
10505{
10506return dlopen ();
10507 ;
10508 return 0;
10509}
b7026657 10510_ACEOF
6bb11ab3
L
10511if ac_fn_c_try_link "$LINENO"; then :
10512 ac_cv_lib_dl_dlopen=yes
10513else
10514 ac_cv_lib_dl_dlopen=no
10515fi
10516rm -f core conftest.err conftest.$ac_objext \
10517 conftest$ac_exeext conftest.$ac_ext
10518LIBS=$ac_check_lib_save_LIBS
10519fi
10520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10521$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10522if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10523 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10524else
10525
10526 lt_cv_dlopen="dyld"
10527 lt_cv_dlopen_libs=
10528 lt_cv_dlopen_self=yes
c906108c 10529
c906108c 10530fi
c906108c 10531
6bb11ab3 10532 ;;
c906108c 10533
6bb11ab3
L
10534 *)
10535 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10536if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10537 lt_cv_dlopen="shl_load"
10538else
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10540$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10541if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10542 $as_echo_n "(cached) " >&6
10543else
10544 ac_check_lib_save_LIBS=$LIBS
10545LIBS="-ldld $LIBS"
10546cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10547/* end confdefs.h. */
10548
10549/* Override any GCC internal prototype to avoid an error.
10550 Use char because int might match the return type of a GCC
10551 builtin and then its argument prototype would still apply. */
10552#ifdef __cplusplus
10553extern "C"
10554#endif
10555char shl_load ();
10556int
10557main ()
10558{
10559return shl_load ();
10560 ;
10561 return 0;
10562}
10563_ACEOF
10564if ac_fn_c_try_link "$LINENO"; then :
10565 ac_cv_lib_dld_shl_load=yes
10566else
10567 ac_cv_lib_dld_shl_load=no
10568fi
10569rm -f core conftest.err conftest.$ac_objext \
10570 conftest$ac_exeext conftest.$ac_ext
10571LIBS=$ac_check_lib_save_LIBS
10572fi
10573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10574$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10575if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10576 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10577else
10578 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10579if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10580 lt_cv_dlopen="dlopen"
10581else
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10583$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10584if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10585 $as_echo_n "(cached) " >&6
c906108c 10586else
b7026657 10587 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10588LIBS="-ldl $LIBS"
81ecdfbb 10589cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10590/* end confdefs.h. */
c906108c 10591
81ecdfbb
RW
10592/* Override any GCC internal prototype to avoid an error.
10593 Use char because int might match the return type of a GCC
10594 builtin and then its argument prototype would still apply. */
b7026657
AC
10595#ifdef __cplusplus
10596extern "C"
10597#endif
6bb11ab3 10598char dlopen ();
b7026657
AC
10599int
10600main ()
10601{
6bb11ab3 10602return dlopen ();
b7026657
AC
10603 ;
10604 return 0;
10605}
10606_ACEOF
81ecdfbb 10607if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10608 ac_cv_lib_dl_dlopen=yes
b7026657 10609else
6bb11ab3 10610 ac_cv_lib_dl_dlopen=no
b7026657 10611fi
81ecdfbb
RW
10612rm -f core conftest.err conftest.$ac_objext \
10613 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10614LIBS=$ac_check_lib_save_LIBS
10615fi
6bb11ab3
L
10616{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10617$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10618if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10619 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10620else
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10622$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10623if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10624 $as_echo_n "(cached) " >&6
c906108c 10625else
b7026657 10626 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10627LIBS="-lsvld $LIBS"
81ecdfbb 10628cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10629/* end confdefs.h. */
10630
81ecdfbb
RW
10631/* Override any GCC internal prototype to avoid an error.
10632 Use char because int might match the return type of a GCC
10633 builtin and then its argument prototype would still apply. */
b7026657
AC
10634#ifdef __cplusplus
10635extern "C"
10636#endif
6bb11ab3 10637char dlopen ();
b7026657
AC
10638int
10639main ()
10640{
6bb11ab3 10641return dlopen ();
b7026657
AC
10642 ;
10643 return 0;
10644}
10645_ACEOF
81ecdfbb 10646if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10647 ac_cv_lib_svld_dlopen=yes
b7026657 10648else
6bb11ab3 10649 ac_cv_lib_svld_dlopen=no
b7026657 10650fi
81ecdfbb
RW
10651rm -f core conftest.err conftest.$ac_objext \
10652 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10653LIBS=$ac_check_lib_save_LIBS
10654fi
6bb11ab3
L
10655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10656$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10657if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10658 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10659else
6bb11ab3
L
10660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10661$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10662if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10663 $as_echo_n "(cached) " >&6
b5bd9624 10664else
6bb11ab3
L
10665 ac_check_lib_save_LIBS=$LIBS
10666LIBS="-ldld $LIBS"
81ecdfbb 10667cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10668/* end confdefs.h. */
10669
81ecdfbb
RW
10670/* Override any GCC internal prototype to avoid an error.
10671 Use char because int might match the return type of a GCC
b5bd9624 10672 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10673#ifdef __cplusplus
10674extern "C"
10675#endif
6bb11ab3 10676char dld_link ();
81ecdfbb
RW
10677int
10678main ()
10679{
6bb11ab3 10680return dld_link ();
81ecdfbb
RW
10681 ;
10682 return 0;
10683}
b5bd9624 10684_ACEOF
6bb11ab3
L
10685if ac_fn_c_try_link "$LINENO"; then :
10686 ac_cv_lib_dld_dld_link=yes
10687else
10688 ac_cv_lib_dld_dld_link=no
10689fi
10690rm -f core conftest.err conftest.$ac_objext \
10691 conftest$ac_exeext conftest.$ac_ext
10692LIBS=$ac_check_lib_save_LIBS
10693fi
10694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10695$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10696if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10697 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10698fi
10699
10700
10701fi
10702
10703
10704fi
10705
10706
10707fi
10708
10709
10710fi
10711
10712
10713fi
10714
10715 ;;
10716 esac
10717
10718 if test "x$lt_cv_dlopen" != xno; then
10719 enable_dlopen=yes
b5bd9624 10720 else
6bb11ab3
L
10721 enable_dlopen=no
10722 fi
10723
10724 case $lt_cv_dlopen in
10725 dlopen)
10726 save_CPPFLAGS="$CPPFLAGS"
10727 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10728
10729 save_LDFLAGS="$LDFLAGS"
10730 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10731
10732 save_LIBS="$LIBS"
10733 LIBS="$lt_cv_dlopen_libs $LIBS"
10734
10735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10736$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10737if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10738 $as_echo_n "(cached) " >&6
10739else
10740 if test "$cross_compiling" = yes; then :
10741 lt_cv_dlopen_self=cross
10742else
10743 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10744 lt_status=$lt_dlunknown
10745 cat > conftest.$ac_ext <<_LT_EOF
f9a4d543 10746#line 10746 "configure"
6bb11ab3
L
10747#include "confdefs.h"
10748
10749#if HAVE_DLFCN_H
10750#include <dlfcn.h>
10751#endif
10752
10753#include <stdio.h>
10754
10755#ifdef RTLD_GLOBAL
10756# define LT_DLGLOBAL RTLD_GLOBAL
10757#else
10758# ifdef DL_GLOBAL
10759# define LT_DLGLOBAL DL_GLOBAL
10760# else
10761# define LT_DLGLOBAL 0
10762# endif
10763#endif
10764
10765/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10766 find out it does not work in some platform. */
10767#ifndef LT_DLLAZY_OR_NOW
10768# ifdef RTLD_LAZY
10769# define LT_DLLAZY_OR_NOW RTLD_LAZY
10770# else
10771# ifdef DL_LAZY
10772# define LT_DLLAZY_OR_NOW DL_LAZY
10773# else
10774# ifdef RTLD_NOW
10775# define LT_DLLAZY_OR_NOW RTLD_NOW
10776# else
10777# ifdef DL_NOW
10778# define LT_DLLAZY_OR_NOW DL_NOW
10779# else
10780# define LT_DLLAZY_OR_NOW 0
10781# endif
10782# endif
10783# endif
10784# endif
10785#endif
10786
10787/* When -fvisbility=hidden is used, assume the code has been annotated
10788 correspondingly for the symbols needed. */
10789#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10790void fnord () __attribute__((visibility("default")));
10791#endif
10792
10793void fnord () { int i=42; }
10794int main ()
10795{
10796 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10797 int status = $lt_dlunknown;
10798
10799 if (self)
10800 {
10801 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10802 else
10803 {
10804 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10805 else puts (dlerror ());
10806 }
10807 /* dlclose (self); */
10808 }
10809 else
10810 puts (dlerror ());
10811
10812 return status;
10813}
10814_LT_EOF
10815 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10816 (eval $ac_link) 2>&5
10817 ac_status=$?
10818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10819 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10820 (./conftest; exit; ) >&5 2>/dev/null
10821 lt_status=$?
10822 case x$lt_status in
10823 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10824 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10825 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10826 esac
10827 else :
10828 # compilation failed
10829 lt_cv_dlopen_self=no
b5bd9624 10830 fi
b5bd9624 10831fi
6bb11ab3
L
10832rm -fr conftest*
10833
10834
b5bd9624 10835fi
6bb11ab3
L
10836{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10837$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10838
6bb11ab3
L
10839 if test "x$lt_cv_dlopen_self" = xyes; then
10840 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10842$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10843if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10844 $as_echo_n "(cached) " >&6
b5bd9624 10845else
6bb11ab3
L
10846 if test "$cross_compiling" = yes; then :
10847 lt_cv_dlopen_self_static=cross
10848else
10849 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10850 lt_status=$lt_dlunknown
10851 cat > conftest.$ac_ext <<_LT_EOF
f9a4d543 10852#line 10852 "configure"
6bb11ab3
L
10853#include "confdefs.h"
10854
10855#if HAVE_DLFCN_H
10856#include <dlfcn.h>
10857#endif
10858
10859#include <stdio.h>
10860
10861#ifdef RTLD_GLOBAL
10862# define LT_DLGLOBAL RTLD_GLOBAL
10863#else
10864# ifdef DL_GLOBAL
10865# define LT_DLGLOBAL DL_GLOBAL
10866# else
10867# define LT_DLGLOBAL 0
10868# endif
10869#endif
10870
10871/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10872 find out it does not work in some platform. */
10873#ifndef LT_DLLAZY_OR_NOW
10874# ifdef RTLD_LAZY
10875# define LT_DLLAZY_OR_NOW RTLD_LAZY
10876# else
10877# ifdef DL_LAZY
10878# define LT_DLLAZY_OR_NOW DL_LAZY
10879# else
10880# ifdef RTLD_NOW
10881# define LT_DLLAZY_OR_NOW RTLD_NOW
10882# else
10883# ifdef DL_NOW
10884# define LT_DLLAZY_OR_NOW DL_NOW
10885# else
10886# define LT_DLLAZY_OR_NOW 0
10887# endif
10888# endif
10889# endif
10890# endif
10891#endif
10892
10893/* When -fvisbility=hidden is used, assume the code has been annotated
10894 correspondingly for the symbols needed. */
10895#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10896void fnord () __attribute__((visibility("default")));
10897#endif
10898
10899void fnord () { int i=42; }
10900int main ()
10901{
10902 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10903 int status = $lt_dlunknown;
10904
10905 if (self)
10906 {
10907 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10908 else
10909 {
10910 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10911 else puts (dlerror ());
10912 }
10913 /* dlclose (self); */
10914 }
10915 else
10916 puts (dlerror ());
10917
10918 return status;
10919}
10920_LT_EOF
10921 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10922 (eval $ac_link) 2>&5
10923 ac_status=$?
10924 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10925 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10926 (./conftest; exit; ) >&5 2>/dev/null
10927 lt_status=$?
10928 case x$lt_status in
10929 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10930 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10931 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10932 esac
10933 else :
10934 # compilation failed
10935 lt_cv_dlopen_self_static=no
10936 fi
b5bd9624 10937fi
6bb11ab3
L
10938rm -fr conftest*
10939
10940
b5bd9624 10941fi
6bb11ab3
L
10942{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10943$as_echo "$lt_cv_dlopen_self_static" >&6; }
10944 fi
10945
10946 CPPFLAGS="$save_CPPFLAGS"
10947 LDFLAGS="$save_LDFLAGS"
10948 LIBS="$save_LIBS"
10949 ;;
10950 esac
10951
10952 case $lt_cv_dlopen_self in
10953 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10954 *) enable_dlopen_self=unknown ;;
10955 esac
10956
10957 case $lt_cv_dlopen_self_static in
10958 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10959 *) enable_dlopen_self_static=unknown ;;
10960 esac
10961fi
10962
10963
10964
10965
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979striplib=
10980old_striplib=
10981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10982$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10983if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10984 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10985 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10987$as_echo "yes" >&6; }
10988else
10989# FIXME - insert some real tests, host_os isn't really good enough
10990 case $host_os in
10991 darwin*)
10992 if test -n "$STRIP" ; then
10993 striplib="$STRIP -x"
10994 old_striplib="$STRIP -S"
10995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10996$as_echo "yes" >&6; }
10997 else
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10999$as_echo "no" >&6; }
11000 fi
11001 ;;
11002 *)
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11004$as_echo "no" >&6; }
11005 ;;
11006 esac
11007fi
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020 # Report which library types will actually be built
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11022$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11024$as_echo "$can_build_shared" >&6; }
11025
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11027$as_echo_n "checking whether to build shared libraries... " >&6; }
11028 test "$can_build_shared" = "no" && enable_shared=no
11029
11030 # On AIX, shared libraries and static libraries use the same namespace, and
11031 # are all built from PIC.
11032 case $host_os in
11033 aix3*)
11034 test "$enable_shared" = yes && enable_static=no
11035 if test -n "$RANLIB"; then
11036 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11037 postinstall_cmds='$RANLIB $lib'
11038 fi
11039 ;;
11040
11041 aix[4-9]*)
11042 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11043 test "$enable_shared" = yes && enable_static=no
11044 fi
11045 ;;
11046 esac
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11048$as_echo "$enable_shared" >&6; }
11049
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11051$as_echo_n "checking whether to build static libraries... " >&6; }
11052 # Make sure either enable_shared or enable_static is yes.
11053 test "$enable_shared" = yes || enable_static=yes
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11055$as_echo "$enable_static" >&6; }
11056
11057
11058
11059
11060fi
11061ac_ext=c
11062ac_cpp='$CPP $CPPFLAGS'
11063ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11064ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11065ac_compiler_gnu=$ac_cv_c_compiler_gnu
11066
11067CC="$lt_save_CC"
11068
11069
11070
11071
11072
11073
11074
11075
11076
b5bd9624 11077
b5bd9624 11078
b5bd9624 11079
b5bd9624 11080
6bb11ab3
L
11081 ac_config_commands="$ac_config_commands libtool"
11082
11083
11084
11085
11086# Only expand once:
11087
11088
5912fadd 11089
b5bd9624 11090
c906108c 11091
31e6ad7d
MF
11092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11093$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11094 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11095if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11096 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11097else
11098 USE_MAINTAINER_MODE=no
c906108c 11099fi
31e6ad7d
MF
11100
11101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11102$as_echo "$USE_MAINTAINER_MODE" >&6; }
11103 if test $USE_MAINTAINER_MODE = yes; then
11104 MAINTAINER_MODE_TRUE=
11105 MAINTAINER_MODE_FALSE='#'
c906108c 11106else
31e6ad7d
MF
11107 MAINTAINER_MODE_TRUE='#'
11108 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11109fi
11110
31e6ad7d
MF
11111 MAINT=$MAINTAINER_MODE_TRUE
11112
11113
c906108c
SS
11114
11115
347fe5bb
MF
11116sim_inline="-DDEFAULT_INLINE=0"
11117# Check whether --enable-sim-inline was given.
11118if test "${enable_sim_inline+set}" = set; then :
11119 enableval=$enable_sim_inline; sim_inline=""
11120case "$enableval" in
11121 no) sim_inline="-DDEFAULT_INLINE=0";;
11122 0) sim_inline="-DDEFAULT_INLINE=0";;
11123 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11124 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11125 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11126 new_flag=""
11127 case "$x" in
11128 *_INLINE=*) new_flag="-D$x";;
11129 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11130 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11131 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11132 esac
11133 if test x"$sim_inline" = x""; then
11134 sim_inline="$new_flag"
11135 else
11136 sim_inline="$sim_inline $new_flag"
11137 fi
11138 done;;
11139esac
11140if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11141 echo "Setting inline flags = $sim_inline" 6>&1
11142fi
11143fi
11144
11145
11146
6efef468 11147
c906108c 11148default_sim_reserved_bits="1"
81ecdfbb
RW
11149# Check whether --enable-sim-reserved-bits was given.
11150if test "${enable_sim_reserved_bits+set}" = set; then :
11151 enableval=$enable_sim_reserved_bits; case "${enableval}" in
c906108c
SS
11152 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
11153 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 11154 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
c906108c
SS
11155esac
11156if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
11157 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
11158fi
11159else
11160 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
11161fi
11162
c906108c
SS
11163wire_word_bitsize="32"
11164wire_word_msb="31"
11165wire_address_bitsize=""
11166wire_cell_bitsize=""
81ecdfbb
RW
11167# Check whether --enable-sim-bitsize was given.
11168if test "${enable_sim_bitsize+set}" = set; then :
11169 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
11170case "${enableval}" in
11171 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
11172 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
11173 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11174 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11175 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11176 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
11177 else
11178 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
11179 fi ;;
11180 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11181 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
11182 else
11183 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
11184 fi ;;
d0ac1c44 11185 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
11186esac
11187# address bitsize
11188tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
11189case x"${tmp}" in
11190 x ) ;;
11191 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
11192 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 11193 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
11194esac
11195# cell bitsize
11196tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
11197case x"${tmp}" in
11198 x ) ;;
11199 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
11200 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 11201 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
11202esac
11203if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
11204 echo "Setting bitsize flags = $sim_bitsize" 6>&1
11205fi
11206else
11207 sim_bitsize=""
11208if test x"$wire_word_bitsize" != x; then
11209 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
11210fi
11211if test x"$wire_word_msb" != x; then
11212 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
11213fi
11214if test x"$wire_address_bitsize" != x; then
11215 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
11216fi
11217if test x"$wire_cell_bitsize" != x; then
11218 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
11219fi
81ecdfbb
RW
11220fi
11221
c906108c 11222
9d903352 11223hardware="cfi core pal glue mn103cpu mn103int mn103tim mn103ser mn103iop"
81ecdfbb
RW
11224sim_hw_cflags="-DWITH_HW=1"
11225sim_hw="$hardware"
11226sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11227
81ecdfbb
RW
11228# Check whether --enable-sim-hardware was given.
11229if test "${enable_sim_hardware+set}" = set; then :
11230 enableval=$enable_sim_hardware;
30452bbe
MF
11231else
11232 enable_sim_hardware="yes"
1517bd27
MF
11233fi
11234
11235case ${enable_sim_hardware} in
64dd13df
MF
11236 yes|no) ;;
11237 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11238 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11239 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
81ecdfbb 11240esac
1517bd27 11241
64dd13df 11242if test "$enable_sim_hardware" = no; then
81ecdfbb
RW
11243 sim_hw_objs=
11244 sim_hw_cflags="-DWITH_HW=0"
11245 sim_hw=
b7026657 11246else
81ecdfbb
RW
11247 sim_hw_cflags="-DWITH_HW=1"
11248 # remove duplicates
11249 sim_hw=""
11250 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11251 for i in $hardware ; do
11252 case " $sim_hw " in
11253 *" $i "*) ;;
11254 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11255 esac
11256 done
fb61c40a 11257 # mingw does not support sockser
fb61c40a
JS
11258 case ${host} in
11259 *mingw*) ;;
49cd1634
MF
11260 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11261 # that you instatiate. Instead, other code will call into it directly.
11262 # At some point, we should convert it over.
11263 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11264 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
fb61c40a
JS
11265 ;;
11266 esac
1517bd27
MF
11267 if test x"$silent" != x"yes"; then
11268 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
fb61c40a 11269 fi
1517bd27
MF
11270 case " $hardware " in
11271 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 11272$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11273if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
11274 $as_echo_n "(cached) " >&6
11275else
11276 ac_check_lib_save_LIBS=$LIBS
11277LIBS="-lm $LIBS"
11278cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11279/* end confdefs.h. */
11280
11281/* Override any GCC internal prototype to avoid an error.
11282 Use char because int might match the return type of a GCC
11283 builtin and then its argument prototype would still apply. */
11284#ifdef __cplusplus
11285extern "C"
11286#endif
11287char log2 ();
11288int
11289main ()
11290{
11291return log2 ();
11292 ;
11293 return 0;
11294}
11295_ACEOF
11296if ac_fn_c_try_link "$LINENO"; then :
11297 ac_cv_lib_m_log2=yes
11298else
11299 ac_cv_lib_m_log2=no
11300fi
11301rm -f core conftest.err conftest.$ac_objext \
11302 conftest$ac_exeext conftest.$ac_ext
11303LIBS=$ac_check_lib_save_LIBS
11304fi
11305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11306$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11307if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
11308 cat >>confdefs.h <<_ACEOF
11309#define HAVE_LIBM 1
11310_ACEOF
11311
11312 LIBS="-lm $LIBS"
11313
11314fi
11315;;
1517bd27
MF
11316 esac
11317fi
4399a56b 11318
81ecdfbb 11319
b7026657 11320
79afa8ca
MF
11321# Check whether --enable-werror was given.
11322if test "${enable_werror+set}" = set; then :
11323 enableval=$enable_werror; case "${enableval}" in
11324 yes | y) ERROR_ON_WARNING="yes" ;;
11325 no | n) ERROR_ON_WARNING="no" ;;
11326 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11327 esac
11328fi
11329
11330
11331# Enable -Werror by default when using gcc
11332if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11333 ERROR_ON_WARNING=yes
11334fi
11335
11336WERROR_CFLAGS=""
11337 if test "${ERROR_ON_WARNING}" = yes ; then
11338 WERROR_CFLAGS="-Werror"
11339 fi
11340
11341build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11342-Wpointer-sign \
11343-Wno-unused -Wunused-value -Wunused-function \
11344-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11345-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11346-Wold-style-declaration -Wold-style-definition"
11347
11348# Enable -Wno-format by default when using gcc on mingw since many
11349# GCC versions complain about %I64.
11350case "${host}" in
11351 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11352 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11353esac
11354
11355# Check whether --enable-build-warnings was given.
11356if test "${enable_build_warnings+set}" = set; then :
11357 enableval=$enable_build_warnings; case "${enableval}" in
11358 yes) ;;
11359 no) build_warnings="-w";;
11360 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11361 build_warnings="${build_warnings} ${t}";;
11362 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11363 build_warnings="${t} ${build_warnings}";;
11364 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11365esac
11366if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11367 echo "Setting compiler warning flags = $build_warnings" 6>&1
11368fi
11369fi
11370# Check whether --enable-sim-build-warnings was given.
11371if test "${enable_sim_build_warnings+set}" = set; then :
11372 enableval=$enable_sim_build_warnings; case "${enableval}" in
11373 yes) ;;
11374 no) build_warnings="-w";;
11375 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11376 build_warnings="${build_warnings} ${t}";;
11377 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11378 build_warnings="${t} ${build_warnings}";;
11379 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11380esac
11381if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11382 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11383fi
11384fi
11385WARN_CFLAGS=""
11386if test "x${build_warnings}" != x -a "x$GCC" = xyes
11387then
11388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11389$as_echo_n "checking compiler warning flags... " >&6; }
11390 # Separate out the -Werror flag as some files just cannot be
11391 # compiled with it enabled.
11392 for w in ${build_warnings}; do
11393 case $w in
11394 -Werr*) WERROR_CFLAGS=-Werror ;;
11395 *) # Check that GCC accepts it
11396 saved_CFLAGS="$CFLAGS"
11397 CFLAGS="$CFLAGS -Werror $w"
11398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11399/* end confdefs.h. */
11400
11401int
11402main ()
11403{
11404
11405 ;
11406 return 0;
11407}
11408_ACEOF
11409if ac_fn_c_try_compile "$LINENO"; then :
11410 WARN_CFLAGS="${WARN_CFLAGS} $w"
11411fi
11412rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11413 CFLAGS="$saved_CFLAGS"
11414 esac
11415 done
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11417$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11418fi
11419
11420
b7026657
AC
11421cgen_breaks=""
11422if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11423cgen_breaks="break cgen_rtx_error";
11424fi
11425
81ecdfbb 11426ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11427
81ecdfbb 11428ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11429
81ecdfbb 11430ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11431
81ecdfbb 11432ac_config_commands="$ac_config_commands Makefile"
38f48d72 11433
81ecdfbb 11434ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11435
760b3e8b
MF
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
b7026657
AC
11446cat >confcache <<\_ACEOF
11447# This file is a shell script that caches the results of configure
11448# tests run on this system so they can be shared between configure
11449# scripts and configure runs, see configure's option --config-cache.
11450# It is not useful on other systems. If it contains results you don't
11451# want to keep, you may remove or edit it.
11452#
11453# config.status only pays attention to the cache file if you give it
11454# the --recheck option to rerun configure.
11455#
11456# `ac_cv_env_foo' variables (set or unset) will be overridden when
11457# loading this file, other *unset* `ac_cv_foo' will be assigned the
11458# following values.
11459
11460_ACEOF
11461
11462# The following way of writing the cache mishandles newlines in values,
11463# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11464# So, we kill variables containing newlines.
b7026657
AC
11465# Ultrix sh set writes to stderr and can't be redirected directly,
11466# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11467(
11468 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11469 eval ac_val=\$$ac_var
11470 case $ac_val in #(
11471 *${as_nl}*)
11472 case $ac_var in #(
11473 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11474$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11475 esac
11476 case $ac_var in #(
11477 _ | IFS | as_nl) ;; #(
11478 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11479 *) { eval $ac_var=; unset $ac_var;} ;;
11480 esac ;;
11481 esac
11482 done
11483
b7026657 11484 (set) 2>&1 |
81ecdfbb
RW
11485 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11486 *${as_nl}ac_space=\ *)
11487 # `set' does not quote correctly, so add quotes: double-quote
11488 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11489 sed -n \
11490 "s/'/'\\\\''/g;
11491 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11492 ;; #(
b7026657
AC
11493 *)
11494 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11495 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11496 ;;
81ecdfbb
RW
11497 esac |
11498 sort
11499) |
b7026657 11500 sed '
81ecdfbb 11501 /^ac_cv_env_/b end
b7026657 11502 t clear
81ecdfbb 11503 :clear
b7026657
AC
11504 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11505 t end
81ecdfbb
RW
11506 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11507 :end' >>confcache
11508if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11509 if test -w "$cache_file"; then
d0ac1c44 11510 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11512$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11513 if test ! -f "$cache_file" || test -h "$cache_file"; then
11514 cat confcache >"$cache_file"
11515 else
11516 case $cache_file in #(
11517 */* | ?:*)
11518 mv -f confcache "$cache_file"$$ &&
11519 mv -f "$cache_file"$$ "$cache_file" ;; #(
11520 *)
11521 mv -f confcache "$cache_file" ;;
11522 esac
11523 fi
11524 fi
b7026657 11525 else
81ecdfbb
RW
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11527$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11528 fi
11529fi
11530rm -f confcache
11531
11532test "x$prefix" = xNONE && prefix=$ac_default_prefix
11533# Let make expand exec_prefix.
11534test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11535
52d37d2c
MF
11536# Transform confdefs.h into DEFS.
11537# Protect against shell expansion while executing Makefile rules.
11538# Protect against Makefile macro expansion.
11539#
11540# If the first sed substitution is executed (which looks for macros that
11541# take arguments), then branch to the quote section. Otherwise,
11542# look for a macro that doesn't take arguments.
11543ac_script='
11544:mline
11545/\\$/{
11546 N
11547 s,\\\n,,
11548 b mline
11549}
11550t clear
11551:clear
11552s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11553t quote
11554s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11555t quote
11556b any
11557:quote
11558s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11559s/\[/\\&/g
11560s/\]/\\&/g
11561s/\$/$$/g
11562H
11563:any
11564${
11565 g
11566 s/^\n//
11567 s/\n/ /g
11568 p
11569}
11570'
11571DEFS=`sed -n "$ac_script" confdefs.h`
11572
b7026657
AC
11573
11574ac_libobjs=
11575ac_ltlibobjs=
d0ac1c44 11576U=
b7026657
AC
11577for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11578 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11579 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11580 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11581 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11582 # will be set to the directory where LIBOBJS objects are built.
11583 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11584 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11585done
11586LIBOBJS=$ac_libobjs
11587
11588LTLIBOBJS=$ac_ltlibobjs
11589
11590
0cb8d851 11591
6bb11ab3 11592if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11593 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11594Usually this means the macro was only invoked conditionally." "$LINENO" 5
11595fi
31e6ad7d 11596if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11597 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11598Usually this means the macro was only invoked conditionally." "$LINENO" 5
11599fi
b7026657 11600
d0ac1c44 11601: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11602ac_write_fail=0
b7026657
AC
11603ac_clean_files_save=$ac_clean_files
11604ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11605{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11606$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11607as_write_fail=0
11608cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11609#! $SHELL
11610# Generated by $as_me.
11611# Run this file to recreate the current configuration.
11612# Compiler output produced by configure, useful for debugging
11613# configure, is in config.log if it exists.
11614
11615debug=false
11616ac_cs_recheck=false
11617ac_cs_silent=false
b7026657 11618
81ecdfbb
RW
11619SHELL=\${CONFIG_SHELL-$SHELL}
11620export SHELL
11621_ASEOF
11622cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11623## -------------------- ##
11624## M4sh Initialization. ##
11625## -------------------- ##
11626
11627# Be more Bourne compatible
11628DUALCASE=1; export DUALCASE # for MKS sh
11629if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11630 emulate sh
11631 NULLCMD=:
81ecdfbb 11632 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11633 # is contrary to our usage. Disable this feature.
11634 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11635 setopt NO_GLOB_SUBST
11636else
11637 case `(set -o) 2>/dev/null` in #(
11638 *posix*) :
11639 set -o posix ;; #(
11640 *) :
11641 ;;
11642esac
b7026657 11643fi
b7026657 11644
81ecdfbb
RW
11645
11646as_nl='
11647'
11648export as_nl
11649# Printing a long string crashes Solaris 7 /usr/bin/printf.
11650as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11651as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11652as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11653# Prefer a ksh shell builtin over an external printf program on Solaris,
11654# but without wasting forks for bash or zsh.
11655if test -z "$BASH_VERSION$ZSH_VERSION" \
11656 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11657 as_echo='print -r --'
11658 as_echo_n='print -rn --'
11659elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11660 as_echo='printf %s\n'
11661 as_echo_n='printf %s'
11662else
11663 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11664 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11665 as_echo_n='/usr/ucb/echo -n'
11666 else
11667 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11668 as_echo_n_body='eval
11669 arg=$1;
11670 case $arg in #(
11671 *"$as_nl"*)
11672 expr "X$arg" : "X\\(.*\\)$as_nl";
11673 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11674 esac;
11675 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11676 '
11677 export as_echo_n_body
11678 as_echo_n='sh -c $as_echo_n_body as_echo'
11679 fi
11680 export as_echo_body
11681 as_echo='sh -c $as_echo_body as_echo'
11682fi
11683
11684# The user is always right.
11685if test "${PATH_SEPARATOR+set}" != set; then
11686 PATH_SEPARATOR=:
11687 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11688 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11689 PATH_SEPARATOR=';'
11690 }
c906108c 11691fi
b7026657
AC
11692
11693
81ecdfbb
RW
11694# IFS
11695# We need space, tab and new line, in precisely that order. Quoting is
11696# there to prevent editors from complaining about space-tab.
11697# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11698# splitting by setting IFS to empty value.)
11699IFS=" "" $as_nl"
11700
11701# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11702as_myself=
81ecdfbb
RW
11703case $0 in #((
11704 *[\\/]* ) as_myself=$0 ;;
11705 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11706for as_dir in $PATH
11707do
11708 IFS=$as_save_IFS
11709 test -z "$as_dir" && as_dir=.
11710 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11711 done
11712IFS=$as_save_IFS
11713
11714 ;;
11715esac
11716# We did not find ourselves, most probably we were run as `sh COMMAND'
11717# in which case we are not to be found in the path.
11718if test "x$as_myself" = x; then
11719 as_myself=$0
11720fi
11721if test ! -f "$as_myself"; then
11722 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11723 exit 1
11724fi
11725
11726# Unset variables that we do not need and which cause bugs (e.g. in
11727# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11728# suppresses any "Segmentation fault" message there. '((' could
11729# trigger a bug in pdksh 5.2.14.
11730for as_var in BASH_ENV ENV MAIL MAILPATH
11731do eval test x\${$as_var+set} = xset \
11732 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11733done
b7026657
AC
11734PS1='$ '
11735PS2='> '
11736PS4='+ '
11737
11738# NLS nuisances.
81ecdfbb
RW
11739LC_ALL=C
11740export LC_ALL
11741LANGUAGE=C
11742export LANGUAGE
11743
11744# CDPATH.
11745(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11746
11747
d0ac1c44
SM
11748# as_fn_error STATUS ERROR [LINENO LOG_FD]
11749# ----------------------------------------
81ecdfbb
RW
11750# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11751# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11752# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11753as_fn_error ()
11754{
d0ac1c44
SM
11755 as_status=$1; test $as_status -eq 0 && as_status=1
11756 if test "$4"; then
11757 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11758 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 11759 fi
d0ac1c44 11760 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11761 as_fn_exit $as_status
11762} # as_fn_error
11763
11764
11765# as_fn_set_status STATUS
11766# -----------------------
11767# Set $? to STATUS, without forking.
11768as_fn_set_status ()
11769{
11770 return $1
11771} # as_fn_set_status
11772
11773# as_fn_exit STATUS
11774# -----------------
11775# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11776as_fn_exit ()
11777{
11778 set +e
11779 as_fn_set_status $1
11780 exit $1
11781} # as_fn_exit
11782
11783# as_fn_unset VAR
11784# ---------------
11785# Portably unset VAR.
11786as_fn_unset ()
11787{
11788 { eval $1=; unset $1;}
11789}
11790as_unset=as_fn_unset
11791# as_fn_append VAR VALUE
11792# ----------------------
11793# Append the text in VALUE to the end of the definition contained in VAR. Take
11794# advantage of any shell optimizations that allow amortized linear growth over
11795# repeated appends, instead of the typical quadratic growth present in naive
11796# implementations.
11797if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11798 eval 'as_fn_append ()
11799 {
11800 eval $1+=\$2
11801 }'
11802else
11803 as_fn_append ()
11804 {
11805 eval $1=\$$1\$2
11806 }
11807fi # as_fn_append
11808
11809# as_fn_arith ARG...
11810# ------------------
11811# Perform arithmetic evaluation on the ARGs, and store the result in the
11812# global $as_val. Take advantage of shells that can avoid forks. The arguments
11813# must be portable across $(()) and expr.
11814if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11815 eval 'as_fn_arith ()
11816 {
11817 as_val=$(( $* ))
11818 }'
11819else
11820 as_fn_arith ()
11821 {
11822 as_val=`expr "$@" || test $? -eq 1`
11823 }
11824fi # as_fn_arith
11825
b7026657 11826
81ecdfbb
RW
11827if expr a : '\(a\)' >/dev/null 2>&1 &&
11828 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
11829 as_expr=expr
11830else
11831 as_expr=false
c906108c 11832fi
b7026657 11833
81ecdfbb 11834if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11835 as_basename=basename
11836else
11837 as_basename=false
c906108c
SS
11838fi
11839
81ecdfbb
RW
11840if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11841 as_dirname=dirname
11842else
11843 as_dirname=false
11844fi
c906108c 11845
81ecdfbb 11846as_me=`$as_basename -- "$0" ||
b7026657
AC
11847$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11848 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11849 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11850$as_echo X/"$0" |
11851 sed '/^.*\/\([^/][^/]*\)\/*$/{
11852 s//\1/
11853 q
11854 }
11855 /^X\/\(\/\/\)$/{
11856 s//\1/
11857 q
11858 }
11859 /^X\/\(\/\).*/{
11860 s//\1/
11861 q
11862 }
11863 s/.*/./; q'`
b7026657 11864
b7026657
AC
11865# Avoid depending upon Character Ranges.
11866as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11867as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11868as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11869as_cr_digits='0123456789'
11870as_cr_alnum=$as_cr_Letters$as_cr_digits
11871
81ecdfbb
RW
11872ECHO_C= ECHO_N= ECHO_T=
11873case `echo -n x` in #(((((
11874-n*)
11875 case `echo 'xy\c'` in
11876 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11877 xy) ECHO_C='\c';;
11878 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11879 ECHO_T=' ';;
11880 esac;;
11881*)
11882 ECHO_N='-n';;
b7026657
AC
11883esac
11884
81ecdfbb
RW
11885rm -f conf$$ conf$$.exe conf$$.file
11886if test -d conf$$.dir; then
11887 rm -f conf$$.dir/conf$$.file
c906108c 11888else
81ecdfbb
RW
11889 rm -f conf$$.dir
11890 mkdir conf$$.dir 2>/dev/null
c906108c 11891fi
81ecdfbb
RW
11892if (echo >conf$$.file) 2>/dev/null; then
11893 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11894 as_ln_s='ln -s'
81ecdfbb
RW
11895 # ... but there are two gotchas:
11896 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11897 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11898 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11899 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11900 as_ln_s='cp -pR'
81ecdfbb
RW
11901 elif ln conf$$.file conf$$ 2>/dev/null; then
11902 as_ln_s=ln
11903 else
d0ac1c44 11904 as_ln_s='cp -pR'
b7026657 11905 fi
b7026657 11906else
d0ac1c44 11907 as_ln_s='cp -pR'
c906108c 11908fi
81ecdfbb
RW
11909rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11910rmdir conf$$.dir 2>/dev/null
11911
11912
11913# as_fn_mkdir_p
11914# -------------
11915# Create "$as_dir" as a directory, including parents if necessary.
11916as_fn_mkdir_p ()
11917{
11918
11919 case $as_dir in #(
11920 -*) as_dir=./$as_dir;;
11921 esac
11922 test -d "$as_dir" || eval $as_mkdir_p || {
11923 as_dirs=
11924 while :; do
11925 case $as_dir in #(
11926 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11927 *) as_qdir=$as_dir;;
11928 esac
11929 as_dirs="'$as_qdir' $as_dirs"
11930 as_dir=`$as_dirname -- "$as_dir" ||
11931$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11932 X"$as_dir" : 'X\(//\)[^/]' \| \
11933 X"$as_dir" : 'X\(//\)$' \| \
11934 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11935$as_echo X"$as_dir" |
11936 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11937 s//\1/
11938 q
11939 }
11940 /^X\(\/\/\)[^/].*/{
11941 s//\1/
11942 q
11943 }
11944 /^X\(\/\/\)$/{
11945 s//\1/
11946 q
11947 }
11948 /^X\(\/\).*/{
11949 s//\1/
11950 q
11951 }
11952 s/.*/./; q'`
11953 test -d "$as_dir" && break
11954 done
11955 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11956 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 11957
c906108c 11958
81ecdfbb 11959} # as_fn_mkdir_p
b7026657 11960if mkdir -p . 2>/dev/null; then
81ecdfbb 11961 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 11962else
b7026657
AC
11963 test -d ./-p && rmdir ./-p
11964 as_mkdir_p=false
c906108c 11965fi
c906108c 11966
d0ac1c44
SM
11967
11968# as_fn_executable_p FILE
11969# -----------------------
11970# Test if FILE is an executable regular file.
11971as_fn_executable_p ()
11972{
11973 test -f "$1" && test -x "$1"
11974} # as_fn_executable_p
11975as_test_x='test -x'
11976as_executable_p=as_fn_executable_p
b7026657
AC
11977
11978# Sed expression to map a string onto a valid CPP name.
11979as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11980
11981# Sed expression to map a string onto a valid variable name.
11982as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11983
11984
b7026657 11985exec 6>&1
81ecdfbb
RW
11986## ----------------------------------- ##
11987## Main body of $CONFIG_STATUS script. ##
11988## ----------------------------------- ##
11989_ASEOF
11990test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11991
11992cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11993# Save the log message, to keep $0 and so on meaningful, and to
b7026657 11994# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11995# values after options handling.
11996ac_log="
b7026657 11997This file was extended by $as_me, which was
d0ac1c44 11998generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
11999
12000 CONFIG_FILES = $CONFIG_FILES
12001 CONFIG_HEADERS = $CONFIG_HEADERS
12002 CONFIG_LINKS = $CONFIG_LINKS
12003 CONFIG_COMMANDS = $CONFIG_COMMANDS
12004 $ $0 $@
12005
81ecdfbb
RW
12006on `(hostname || uname -n) 2>/dev/null | sed 1q`
12007"
12008
b7026657
AC
12009_ACEOF
12010
81ecdfbb
RW
12011case $ac_config_files in *"
12012"*) set x $ac_config_files; shift; ac_config_files=$*;;
12013esac
b7026657 12014
b7026657 12015
c906108c 12016
81ecdfbb
RW
12017cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12018# Files that config.status was made for.
12019config_files="$ac_config_files"
81ecdfbb 12020config_commands="$ac_config_commands"
c906108c 12021
81ecdfbb 12022_ACEOF
c906108c 12023
81ecdfbb 12024cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12025ac_cs_usage="\
81ecdfbb
RW
12026\`$as_me' instantiates files and other configuration actions
12027from templates according to the current configuration. Unless the files
12028and actions are specified as TAGs, all are instantiated by default.
c906108c 12029
81ecdfbb 12030Usage: $0 [OPTION]... [TAG]...
c906108c 12031
b7026657 12032 -h, --help print this help, then exit
81ecdfbb 12033 -V, --version print version number and configuration settings, then exit
d0ac1c44 12034 --config print configuration, then exit
81ecdfbb
RW
12035 -q, --quiet, --silent
12036 do not print progress messages
b7026657
AC
12037 -d, --debug don't remove temporary files
12038 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12039 --file=FILE[:TEMPLATE]
12040 instantiate the configuration file FILE
b7026657
AC
12041
12042Configuration files:
12043$config_files
12044
b7026657
AC
12045Configuration commands:
12046$config_commands
12047
81ecdfbb 12048Report bugs to the package provider."
b7026657 12049
81ecdfbb
RW
12050_ACEOF
12051cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12052ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12053ac_cs_version="\\
12054config.status
d0ac1c44
SM
12055configured by $0, generated by GNU Autoconf 2.69,
12056 with options \\"\$ac_cs_config\\"
b7026657 12057
d0ac1c44 12058Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12059This config.status script is free software; the Free Software Foundation
12060gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12061
12062ac_pwd='$ac_pwd'
12063srcdir='$srcdir'
12064INSTALL='$INSTALL'
6bb11ab3 12065AWK='$AWK'
81ecdfbb 12066test -n "\$AWK" || AWK=awk
b7026657
AC
12067_ACEOF
12068
81ecdfbb
RW
12069cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12070# The default lists apply if the user does not specify any file.
b7026657
AC
12071ac_need_defaults=:
12072while test $# != 0
12073do
12074 case $1 in
d0ac1c44 12075 --*=?*)
81ecdfbb
RW
12076 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12077 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12078 ac_shift=:
c906108c 12079 ;;
d0ac1c44
SM
12080 --*=)
12081 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12082 ac_optarg=
12083 ac_shift=:
12084 ;;
81ecdfbb 12085 *)
b7026657
AC
12086 ac_option=$1
12087 ac_optarg=$2
12088 ac_shift=shift
c906108c 12089 ;;
b7026657 12090 esac
c906108c 12091
b7026657
AC
12092 case $ac_option in
12093 # Handling of the options.
b7026657
AC
12094 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12095 ac_cs_recheck=: ;;
81ecdfbb
RW
12096 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12097 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12098 --config | --confi | --conf | --con | --co | --c )
12099 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12100 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12101 debug=: ;;
12102 --file | --fil | --fi | --f )
12103 $ac_shift
81ecdfbb
RW
12104 case $ac_optarg in
12105 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12106 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12107 esac
12108 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657 12109 ac_need_defaults=false;;
52d37d2c 12110 --he | --h | --help | --hel | -h )
81ecdfbb 12111 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12112 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12113 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12114 ac_cs_silent=: ;;
c906108c 12115
b7026657 12116 # This is an error.
d0ac1c44 12117 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12118Try \`$0 --help' for more information." ;;
c906108c 12119
81ecdfbb
RW
12120 *) as_fn_append ac_config_targets " $1"
12121 ac_need_defaults=false ;;
b7026657
AC
12122
12123 esac
12124 shift
12125done
12126
12127ac_configure_extra_args=
12128
12129if $ac_cs_silent; then
12130 exec 6>/dev/null
12131 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12132fi
12133
b7026657 12134_ACEOF
81ecdfbb 12135cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12136if \$ac_cs_recheck; then
d0ac1c44 12137 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12138 shift
12139 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12140 CONFIG_SHELL='$SHELL'
12141 export CONFIG_SHELL
12142 exec "\$@"
b7026657 12143fi
c906108c 12144
b7026657 12145_ACEOF
81ecdfbb
RW
12146cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12147exec 5>>config.log
12148{
12149 echo
12150 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12151## Running $as_me. ##
12152_ASBOX
12153 $as_echo "$ac_log"
12154} >&5
c906108c 12155
81ecdfbb
RW
12156_ACEOF
12157cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12158#
12159# INIT-COMMANDS
12160#
12161ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12162
6bb11ab3
L
12163
12164# The HP-UX ksh and POSIX shell print the target directory to stdout
12165# if CDPATH is set.
12166(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12167
12168sed_quote_subst='$sed_quote_subst'
12169double_quote_subst='$double_quote_subst'
12170delay_variable_subst='$delay_variable_subst'
12171macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12172macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12173enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12174enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12175pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12176enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12177SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12178ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12179host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12180host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12181host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12182build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12183build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12184build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12185SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12186Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12187GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12188EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12189FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12190LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12191NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12192LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12193max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12194ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12195exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12196lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12197lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12198lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12199reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12200reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12201OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12202deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12203file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12204AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12205AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12206STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12207RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12208old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12209old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12210old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12211lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12212CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12213CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12214compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12215GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12216lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12217lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12218lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12219lt_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"`'
12220objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12221MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12222lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12223lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12224lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12225lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12226lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12227need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12228DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12229NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12230LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12231OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12232OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12233libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12234shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12235extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12236archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12237enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12238export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12239whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12240compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12241old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12242old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12243archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12244archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12245module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12246module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12247with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12248allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12249no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12250hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12251hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12252hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12253hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12254hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12255hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12256hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12257hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12258inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12259link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12260fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12261always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12262export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12263exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12264include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12265prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12266file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12267variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12268need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12269need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12270version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12271runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12272shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12273shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12274libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12275library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12276soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12277install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12278postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12279postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12280finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12281finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12282hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12283sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12284sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12285hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12286enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12287enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12288enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12289old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12290striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12291
12292LTCC='$LTCC'
12293LTCFLAGS='$LTCFLAGS'
12294compiler='$compiler_DEFAULT'
12295
12296# A function that is used when there is no print builtin or printf.
12297func_fallback_echo ()
12298{
12299 eval 'cat <<_LTECHO_EOF
12300\$1
12301_LTECHO_EOF'
12302}
12303
12304# Quote evaled strings.
12305for var in SHELL \
12306ECHO \
12307SED \
12308GREP \
12309EGREP \
12310FGREP \
12311LD \
12312NM \
12313LN_S \
12314lt_SP2NL \
12315lt_NL2SP \
12316reload_flag \
12317OBJDUMP \
12318deplibs_check_method \
12319file_magic_cmd \
12320AR \
12321AR_FLAGS \
12322STRIP \
12323RANLIB \
12324CC \
12325CFLAGS \
12326compiler \
12327lt_cv_sys_global_symbol_pipe \
12328lt_cv_sys_global_symbol_to_cdecl \
12329lt_cv_sys_global_symbol_to_c_name_address \
12330lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12331lt_prog_compiler_no_builtin_flag \
12332lt_prog_compiler_wl \
12333lt_prog_compiler_pic \
12334lt_prog_compiler_static \
12335lt_cv_prog_compiler_c_o \
12336need_locks \
12337DSYMUTIL \
12338NMEDIT \
12339LIPO \
12340OTOOL \
12341OTOOL64 \
12342shrext_cmds \
12343export_dynamic_flag_spec \
12344whole_archive_flag_spec \
12345compiler_needs_object \
12346with_gnu_ld \
12347allow_undefined_flag \
12348no_undefined_flag \
12349hardcode_libdir_flag_spec \
12350hardcode_libdir_flag_spec_ld \
12351hardcode_libdir_separator \
12352fix_srcfile_path \
12353exclude_expsyms \
12354include_expsyms \
12355file_list_spec \
12356variables_saved_for_relink \
12357libname_spec \
12358library_names_spec \
12359soname_spec \
12360install_override_mode \
12361finish_eval \
12362old_striplib \
12363striplib; do
12364 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12365 *[\\\\\\\`\\"\\\$]*)
12366 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12367 ;;
12368 *)
12369 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12370 ;;
12371 esac
12372done
12373
12374# Double-quote double-evaled strings.
12375for var in reload_cmds \
12376old_postinstall_cmds \
12377old_postuninstall_cmds \
12378old_archive_cmds \
12379extract_expsyms_cmds \
12380old_archive_from_new_cmds \
12381old_archive_from_expsyms_cmds \
12382archive_cmds \
12383archive_expsym_cmds \
12384module_cmds \
12385module_expsym_cmds \
12386export_symbols_cmds \
12387prelink_cmds \
12388postinstall_cmds \
12389postuninstall_cmds \
12390finish_cmds \
12391sys_lib_search_path_spec \
12392sys_lib_dlsearch_path_spec; do
12393 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12394 *[\\\\\\\`\\"\\\$]*)
12395 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12396 ;;
12397 *)
12398 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12399 ;;
12400 esac
12401done
12402
12403ac_aux_dir='$ac_aux_dir'
12404xsi_shell='$xsi_shell'
12405lt_shell_append='$lt_shell_append'
12406
12407# See if we are running on zsh, and set the options which allow our
12408# commands through without removal of \ escapes INIT.
12409if test -n "\${ZSH_VERSION+set}" ; then
12410 setopt NO_GLOB_SUBST
12411fi
12412
12413
12414 PACKAGE='$PACKAGE'
12415 VERSION='$VERSION'
12416 TIMESTAMP='$TIMESTAMP'
12417 RM='$RM'
12418 ofile='$ofile'
12419
12420
12421
12422
81ecdfbb 12423_ACEOF
c906108c 12424
81ecdfbb 12425cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 12426
81ecdfbb 12427# Handling of arguments.
b7026657 12428for ac_config_target in $ac_config_targets
c906108c 12429do
81ecdfbb 12430 case $ac_config_target in
db2e4d67 12431 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12432 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12433 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12434 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12435 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12436 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12437 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12438
d0ac1c44 12439 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
12440 esac
12441done
12442
81ecdfbb 12443
b7026657
AC
12444# If the user did not use the arguments to specify the items to instantiate,
12445# then the envvar interface is used. Set only those that are not.
12446# We use the long form for the default assignment because of an extremely
12447# bizarre bug on SunOS 4.1.3.
12448if $ac_need_defaults; then
12449 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
b7026657
AC
12450 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12451fi
12452
12453# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12454# simply because there is no reason against having it here, and in addition,
b7026657 12455# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12456# Hook for its removal unless debugging.
12457# Note that there is a small window in which the directory will not be cleaned:
12458# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12459$debug ||
12460{
d0ac1c44 12461 tmp= ac_tmp=
81ecdfbb 12462 trap 'exit_status=$?
d0ac1c44
SM
12463 : "${ac_tmp:=$tmp}"
12464 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12465' 0
12466 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12467}
b7026657 12468# Create a (secure) tmp directory for tmp files.
c906108c 12469
b7026657 12470{
81ecdfbb 12471 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12472 test -d "$tmp"
b7026657
AC
12473} ||
12474{
81ecdfbb
RW
12475 tmp=./conf$$-$RANDOM
12476 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12477} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12478ac_tmp=$tmp
b7026657 12479
81ecdfbb
RW
12480# Set up the scripts for CONFIG_FILES section.
12481# No need to generate them if there are no CONFIG_FILES.
12482# This happens for instance with `./config.status config.h'.
12483if test -n "$CONFIG_FILES"; then
b7026657 12484
c906108c 12485
81ecdfbb
RW
12486ac_cr=`echo X | tr X '\015'`
12487# On cygwin, bash can eat \r inside `` if the user requested igncr.
12488# But we know of no other shell where ac_cr would be empty at this
12489# point, so we can use a bashism as a fallback.
12490if test "x$ac_cr" = x; then
12491 eval ac_cr=\$\'\\r\'
12492fi
12493ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12494if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12495 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12496else
12497 ac_cs_awk_cr=$ac_cr
12498fi
b7026657 12499
d0ac1c44 12500echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12501_ACEOF
12502
c906108c 12503
81ecdfbb
RW
12504{
12505 echo "cat >conf$$subs.awk <<_ACEOF" &&
12506 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12507 echo "_ACEOF"
12508} >conf$$subs.sh ||
d0ac1c44
SM
12509 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12510ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12511ac_delim='%!_!# '
12512for ac_last_try in false false false false false :; do
12513 . ./conf$$subs.sh ||
d0ac1c44 12514 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12515
12516 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12517 if test $ac_delim_n = $ac_delim_num; then
12518 break
12519 elif $ac_last_try; then
d0ac1c44 12520 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 12521 else
81ecdfbb
RW
12522 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12523 fi
12524done
12525rm -f conf$$subs.sh
12526
12527cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12528cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
12529_ACEOF
12530sed -n '
12531h
12532s/^/S["/; s/!.*/"]=/
12533p
12534g
12535s/^[^!]*!//
12536:repl
12537t repl
12538s/'"$ac_delim"'$//
12539t delim
12540:nl
12541h
d0ac1c44 12542s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12543t more1
12544s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12545p
12546n
12547b repl
12548:more1
12549s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12550p
12551g
12552s/.\{148\}//
12553t nl
12554:delim
12555h
d0ac1c44 12556s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12557t more2
12558s/["\\]/\\&/g; s/^/"/; s/$/"/
12559p
12560b
12561:more2
12562s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12563p
12564g
12565s/.\{148\}//
12566t delim
12567' <conf$$subs.awk | sed '
12568/^[^""]/{
12569 N
12570 s/\n//
12571}
12572' >>$CONFIG_STATUS || ac_write_fail=1
12573rm -f conf$$subs.awk
12574cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12575_ACAWK
d0ac1c44 12576cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12577 for (key in S) S_is_set[key] = 1
12578 FS = "\a"
b7026657 12579
81ecdfbb
RW
12580}
12581{
12582 line = $ 0
12583 nfields = split(line, field, "@")
12584 substed = 0
12585 len = length(field[1])
12586 for (i = 2; i < nfields; i++) {
12587 key = field[i]
12588 keylen = length(key)
12589 if (S_is_set[key]) {
12590 value = S[key]
12591 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12592 len += length(value) + length(field[++i])
12593 substed = 1
12594 } else
12595 len += 1 + keylen
12596 }
12597
12598 print line
12599}
c906108c 12600
81ecdfbb
RW
12601_ACAWK
12602_ACEOF
12603cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12604if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12605 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12606else
81ecdfbb 12607 cat
d0ac1c44
SM
12608fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12609 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12610_ACEOF
b7026657 12611
d0ac1c44
SM
12612# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12613# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12614# trailing colons and then remove the whole line if VPATH becomes empty
12615# (actually we leave an empty line to preserve line numbers).
12616if test "x$srcdir" = x.; then
d0ac1c44
SM
12617 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12618h
12619s///
12620s/^/:/
12621s/[ ]*$/:/
12622s/:\$(srcdir):/:/g
12623s/:\${srcdir}:/:/g
12624s/:@srcdir@:/:/g
12625s/^:*//
81ecdfbb 12626s/:*$//
d0ac1c44
SM
12627x
12628s/\(=[ ]*\).*/\1/
12629G
12630s/\n//
81ecdfbb
RW
12631s/^[^=]*=[ ]*$//
12632}'
12633fi
c906108c 12634
81ecdfbb
RW
12635cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12636fi # test -n "$CONFIG_FILES"
c906108c 12637
81ecdfbb 12638
52d37d2c 12639eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
12640shift
12641for ac_tag
12642do
12643 case $ac_tag in
12644 :[FHLC]) ac_mode=$ac_tag; continue;;
c906108c 12645 esac
81ecdfbb
RW
12646 case $ac_mode$ac_tag in
12647 :[FHL]*:*);;
d0ac1c44 12648 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12649 :[FH]-) ac_tag=-:-;;
12650 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12651 esac
12652 ac_save_IFS=$IFS
12653 IFS=:
12654 set x $ac_tag
12655 IFS=$ac_save_IFS
12656 shift
12657 ac_file=$1
12658 shift
c906108c 12659
81ecdfbb
RW
12660 case $ac_mode in
12661 :L) ac_source=$1;;
12662 :[FH])
12663 ac_file_inputs=
12664 for ac_f
12665 do
12666 case $ac_f in
d0ac1c44 12667 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12668 *) # Look for the file first in the build tree, then in the source tree
12669 # (if the path is not absolute). The absolute path cannot be DOS-style,
12670 # because $ac_f cannot contain `:'.
12671 test -f "$ac_f" ||
12672 case $ac_f in
12673 [\\/$]*) false;;
12674 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12675 esac ||
d0ac1c44 12676 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12677 esac
81ecdfbb
RW
12678 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12679 as_fn_append ac_file_inputs " '$ac_f'"
12680 done
b7026657 12681
81ecdfbb
RW
12682 # Let's still pretend it is `configure' which instantiates (i.e., don't
12683 # use $as_me), people would be surprised to read:
12684 # /* config.h. Generated by config.status. */
12685 configure_input='Generated from '`
12686 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12687 `' by configure.'
12688 if test x"$ac_file" != x-; then
12689 configure_input="$ac_file. $configure_input"
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12691$as_echo "$as_me: creating $ac_file" >&6;}
12692 fi
12693 # Neutralize special characters interpreted by sed in replacement strings.
12694 case $configure_input in #(
12695 *\&* | *\|* | *\\* )
12696 ac_sed_conf_input=`$as_echo "$configure_input" |
12697 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12698 *) ac_sed_conf_input=$configure_input;;
12699 esac
b7026657 12700
81ecdfbb 12701 case $ac_tag in
d0ac1c44
SM
12702 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12703 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12704 esac
12705 ;;
12706 esac
b7026657 12707
81ecdfbb 12708 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12709$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12710 X"$ac_file" : 'X\(//\)[^/]' \| \
12711 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12712 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12713$as_echo X"$ac_file" |
12714 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12715 s//\1/
12716 q
12717 }
12718 /^X\(\/\/\)[^/].*/{
12719 s//\1/
12720 q
12721 }
12722 /^X\(\/\/\)$/{
12723 s//\1/
12724 q
12725 }
12726 /^X\(\/\).*/{
12727 s//\1/
12728 q
12729 }
12730 s/.*/./; q'`
12731 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12732 ac_builddir=.
12733
81ecdfbb
RW
12734case "$ac_dir" in
12735.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12736*)
12737 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12738 # A ".." for each directory in $ac_dir_suffix.
12739 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12740 case $ac_top_builddir_sub in
12741 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12742 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12743 esac ;;
12744esac
12745ac_abs_top_builddir=$ac_pwd
12746ac_abs_builddir=$ac_pwd$ac_dir_suffix
12747# for backward compatibility:
12748ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12749
12750case $srcdir in
81ecdfbb 12751 .) # We are building in place.
b7026657 12752 ac_srcdir=.
81ecdfbb
RW
12753 ac_top_srcdir=$ac_top_builddir_sub
12754 ac_abs_top_srcdir=$ac_pwd ;;
12755 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12756 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12757 ac_top_srcdir=$srcdir
12758 ac_abs_top_srcdir=$srcdir ;;
12759 *) # Relative name.
12760 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12761 ac_top_srcdir=$ac_top_build_prefix$srcdir
12762 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12763esac
81ecdfbb 12764ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12765
c906108c 12766
81ecdfbb
RW
12767 case $ac_mode in
12768 :F)
12769 #
12770 # CONFIG_FILE
12771 #
b7026657 12772
81ecdfbb
RW
12773 case $INSTALL in
12774 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12775 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 12776 esac
81ecdfbb 12777_ACEOF
c906108c 12778
81ecdfbb
RW
12779cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12780# If the template does not know about datarootdir, expand it.
12781# FIXME: This hack should be removed a few years after 2.60.
12782ac_datarootdir_hack=; ac_datarootdir_seen=
12783ac_sed_dataroot='
12784/datarootdir/ {
12785 p
12786 q
12787}
12788/@datadir@/p
12789/@docdir@/p
12790/@infodir@/p
12791/@localedir@/p
12792/@mandir@/p'
12793case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12794*datarootdir*) ac_datarootdir_seen=yes;;
12795*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12797$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12798_ACEOF
12799cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12800 ac_datarootdir_hack='
12801 s&@datadir@&$datadir&g
12802 s&@docdir@&$docdir&g
12803 s&@infodir@&$infodir&g
12804 s&@localedir@&$localedir&g
12805 s&@mandir@&$mandir&g
12806 s&\\\${datarootdir}&$datarootdir&g' ;;
12807esac
b7026657 12808_ACEOF
b7026657 12809
81ecdfbb
RW
12810# Neutralize VPATH when `$srcdir' = `.'.
12811# Shell code in configure.ac might set extrasub.
12812# FIXME: do we really want to maintain this feature?
12813cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12814ac_sed_extra="$ac_vpsub
12815$extrasub
12816_ACEOF
12817cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12818:t
12819/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12820s|@configure_input@|$ac_sed_conf_input|;t t
12821s&@top_builddir@&$ac_top_builddir_sub&;t t
12822s&@top_build_prefix@&$ac_top_build_prefix&;t t
12823s&@srcdir@&$ac_srcdir&;t t
12824s&@abs_srcdir@&$ac_abs_srcdir&;t t
12825s&@top_srcdir@&$ac_top_srcdir&;t t
12826s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12827s&@builddir@&$ac_builddir&;t t
12828s&@abs_builddir@&$ac_abs_builddir&;t t
12829s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12830s&@INSTALL@&$ac_INSTALL&;t t
12831$ac_datarootdir_hack
12832"
d0ac1c44
SM
12833eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12834 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12835
12836test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12837 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12838 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12839 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12841which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12842$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12843which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12844
d0ac1c44 12845 rm -f "$ac_tmp/stdin"
81ecdfbb 12846 case $ac_file in
d0ac1c44
SM
12847 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12848 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12849 esac \
d0ac1c44 12850 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12851 ;;
52d37d2c 12852
b7026657 12853
81ecdfbb
RW
12854 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12855$as_echo "$as_me: executing $ac_file commands" >&6;}
12856 ;;
12857 esac
b7026657
AC
12858
12859
81ecdfbb 12860 case $ac_file$ac_mode in
db2e4d67 12861 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12862 "libtool":C)
12863
12864 # See if we are running on zsh, and set the options which allow our
12865 # commands through without removal of \ escapes.
12866 if test -n "${ZSH_VERSION+set}" ; then
12867 setopt NO_GLOB_SUBST
12868 fi
12869
12870 cfgfile="${ofile}T"
12871 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12872 $RM "$cfgfile"
12873
12874 cat <<_LT_EOF >> "$cfgfile"
12875#! $SHELL
12876
12877# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12878# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12879# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12880# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12881#
12882# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12883# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12884# Written by Gordon Matzigkeit, 1996
12885#
12886# This file is part of GNU Libtool.
12887#
12888# GNU Libtool is free software; you can redistribute it and/or
12889# modify it under the terms of the GNU General Public License as
12890# published by the Free Software Foundation; either version 2 of
12891# the License, or (at your option) any later version.
12892#
12893# As a special exception to the GNU General Public License,
12894# if you distribute this file as part of a program or library that
12895# is built using GNU Libtool, you may include this file under the
12896# same distribution terms that you use for the rest of that program.
12897#
12898# GNU Libtool is distributed in the hope that it will be useful,
12899# but WITHOUT ANY WARRANTY; without even the implied warranty of
12900# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12901# GNU General Public License for more details.
12902#
12903# You should have received a copy of the GNU General Public License
12904# along with GNU Libtool; see the file COPYING. If not, a copy
12905# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12906# obtained by writing to the Free Software Foundation, Inc.,
12907# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12908
12909
12910# The names of the tagged configurations supported by this script.
12911available_tags=""
12912
12913# ### BEGIN LIBTOOL CONFIG
12914
12915# Which release of libtool.m4 was used?
12916macro_version=$macro_version
12917macro_revision=$macro_revision
12918
12919# Whether or not to build shared libraries.
12920build_libtool_libs=$enable_shared
12921
12922# Whether or not to build static libraries.
12923build_old_libs=$enable_static
12924
12925# What type of objects to build.
12926pic_mode=$pic_mode
12927
12928# Whether or not to optimize for fast installation.
12929fast_install=$enable_fast_install
12930
12931# Shell to use when invoking shell scripts.
12932SHELL=$lt_SHELL
12933
12934# An echo program that protects backslashes.
12935ECHO=$lt_ECHO
12936
12937# The host system.
12938host_alias=$host_alias
12939host=$host
12940host_os=$host_os
12941
12942# The build system.
12943build_alias=$build_alias
12944build=$build
12945build_os=$build_os
12946
12947# A sed program that does not truncate output.
12948SED=$lt_SED
12949
12950# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12951Xsed="\$SED -e 1s/^X//"
12952
12953# A grep program that handles long lines.
12954GREP=$lt_GREP
12955
12956# An ERE matcher.
12957EGREP=$lt_EGREP
12958
12959# A literal string matcher.
12960FGREP=$lt_FGREP
12961
12962# A BSD- or MS-compatible name lister.
12963NM=$lt_NM
12964
12965# Whether we need soft or hard links.
12966LN_S=$lt_LN_S
12967
12968# What is the maximum length of a command?
12969max_cmd_len=$max_cmd_len
12970
12971# Object file suffix (normally "o").
12972objext=$ac_objext
12973
12974# Executable file suffix (normally "").
12975exeext=$exeext
12976
12977# whether the shell understands "unset".
12978lt_unset=$lt_unset
12979
12980# turn spaces into newlines.
12981SP2NL=$lt_lt_SP2NL
12982
12983# turn newlines into spaces.
12984NL2SP=$lt_lt_NL2SP
12985
12986# An object symbol dumper.
12987OBJDUMP=$lt_OBJDUMP
12988
12989# Method to check whether dependent libraries are shared objects.
12990deplibs_check_method=$lt_deplibs_check_method
12991
12992# Command to use when deplibs_check_method == "file_magic".
12993file_magic_cmd=$lt_file_magic_cmd
12994
12995# The archiver.
12996AR=$lt_AR
12997AR_FLAGS=$lt_AR_FLAGS
12998
12999# A symbol stripping program.
13000STRIP=$lt_STRIP
13001
13002# Commands used to install an old-style archive.
13003RANLIB=$lt_RANLIB
13004old_postinstall_cmds=$lt_old_postinstall_cmds
13005old_postuninstall_cmds=$lt_old_postuninstall_cmds
13006
13007# Whether to use a lock for old archive extraction.
13008lock_old_archive_extraction=$lock_old_archive_extraction
13009
13010# A C compiler.
13011LTCC=$lt_CC
13012
13013# LTCC compiler flags.
13014LTCFLAGS=$lt_CFLAGS
13015
13016# Take the output of nm and produce a listing of raw symbols and C names.
13017global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13018
13019# Transform the output of nm in a proper C declaration.
13020global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13021
13022# Transform the output of nm in a C name address pair.
13023global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13024
13025# Transform the output of nm in a C name address pair when lib prefix is needed.
13026global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13027
13028# The name of the directory that contains temporary libtool files.
13029objdir=$objdir
13030
13031# Used to examine libraries when file_magic_cmd begins with "file".
13032MAGIC_CMD=$MAGIC_CMD
13033
13034# Must we lock files when doing compilation?
13035need_locks=$lt_need_locks
13036
13037# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13038DSYMUTIL=$lt_DSYMUTIL
13039
13040# Tool to change global to local symbols on Mac OS X.
13041NMEDIT=$lt_NMEDIT
13042
13043# Tool to manipulate fat objects and archives on Mac OS X.
13044LIPO=$lt_LIPO
13045
13046# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13047OTOOL=$lt_OTOOL
13048
13049# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13050OTOOL64=$lt_OTOOL64
13051
13052# Old archive suffix (normally "a").
13053libext=$libext
13054
13055# Shared library suffix (normally ".so").
13056shrext_cmds=$lt_shrext_cmds
13057
13058# The commands to extract the exported symbol list from a shared archive.
13059extract_expsyms_cmds=$lt_extract_expsyms_cmds
13060
13061# Variables whose values should be saved in libtool wrapper scripts and
13062# restored at link time.
13063variables_saved_for_relink=$lt_variables_saved_for_relink
13064
13065# Do we need the "lib" prefix for modules?
13066need_lib_prefix=$need_lib_prefix
13067
13068# Do we need a version for libraries?
13069need_version=$need_version
13070
13071# Library versioning type.
13072version_type=$version_type
13073
13074# Shared library runtime path variable.
13075runpath_var=$runpath_var
13076
13077# Shared library path variable.
13078shlibpath_var=$shlibpath_var
13079
13080# Is shlibpath searched before the hard-coded library search path?
13081shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13082
13083# Format of library name prefix.
13084libname_spec=$lt_libname_spec
13085
13086# List of archive names. First name is the real one, the rest are links.
13087# The last name is the one that the linker finds with -lNAME
13088library_names_spec=$lt_library_names_spec
13089
13090# The coded name of the library, if different from the real name.
13091soname_spec=$lt_soname_spec
13092
13093# Permission mode override for installation of shared libraries.
13094install_override_mode=$lt_install_override_mode
13095
13096# Command to use after installation of a shared archive.
13097postinstall_cmds=$lt_postinstall_cmds
13098
13099# Command to use after uninstallation of a shared archive.
13100postuninstall_cmds=$lt_postuninstall_cmds
13101
13102# Commands used to finish a libtool library installation in a directory.
13103finish_cmds=$lt_finish_cmds
13104
13105# As "finish_cmds", except a single script fragment to be evaled but
13106# not shown.
13107finish_eval=$lt_finish_eval
13108
13109# Whether we should hardcode library paths into libraries.
13110hardcode_into_libs=$hardcode_into_libs
13111
13112# Compile-time system search path for libraries.
13113sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13114
13115# Run-time system search path for libraries.
13116sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13117
13118# Whether dlopen is supported.
13119dlopen_support=$enable_dlopen
13120
13121# Whether dlopen of programs is supported.
13122dlopen_self=$enable_dlopen_self
13123
13124# Whether dlopen of statically linked programs is supported.
13125dlopen_self_static=$enable_dlopen_self_static
13126
13127# Commands to strip libraries.
13128old_striplib=$lt_old_striplib
13129striplib=$lt_striplib
13130
13131
13132# The linker used to build libraries.
13133LD=$lt_LD
13134
13135# How to create reloadable object files.
13136reload_flag=$lt_reload_flag
13137reload_cmds=$lt_reload_cmds
13138
13139# Commands used to build an old-style archive.
13140old_archive_cmds=$lt_old_archive_cmds
13141
13142# A language specific compiler.
13143CC=$lt_compiler
13144
13145# Is the compiler the GNU compiler?
13146with_gcc=$GCC
13147
13148# Compiler flag to turn off builtin functions.
13149no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13150
13151# How to pass a linker flag through the compiler.
13152wl=$lt_lt_prog_compiler_wl
13153
13154# Additional compiler flags for building library objects.
13155pic_flag=$lt_lt_prog_compiler_pic
13156
13157# Compiler flag to prevent dynamic linking.
13158link_static_flag=$lt_lt_prog_compiler_static
13159
13160# Does compiler simultaneously support -c and -o options?
13161compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13162
13163# Whether or not to add -lc for building shared libraries.
13164build_libtool_need_lc=$archive_cmds_need_lc
13165
13166# Whether or not to disallow shared libs when runtime libs are static.
13167allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13168
13169# Compiler flag to allow reflexive dlopens.
13170export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13171
13172# Compiler flag to generate shared objects directly from archives.
13173whole_archive_flag_spec=$lt_whole_archive_flag_spec
13174
13175# Whether the compiler copes with passing no objects directly.
13176compiler_needs_object=$lt_compiler_needs_object
13177
13178# Create an old-style archive from a shared archive.
13179old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13180
13181# Create a temporary old-style archive to link instead of a shared archive.
13182old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13183
13184# Commands used to build a shared archive.
13185archive_cmds=$lt_archive_cmds
13186archive_expsym_cmds=$lt_archive_expsym_cmds
13187
13188# Commands used to build a loadable module if different from building
13189# a shared archive.
13190module_cmds=$lt_module_cmds
13191module_expsym_cmds=$lt_module_expsym_cmds
13192
13193# Whether we are building with GNU ld or not.
13194with_gnu_ld=$lt_with_gnu_ld
13195
13196# Flag that allows shared libraries with undefined symbols to be built.
13197allow_undefined_flag=$lt_allow_undefined_flag
13198
13199# Flag that enforces no undefined symbols.
13200no_undefined_flag=$lt_no_undefined_flag
13201
13202# Flag to hardcode \$libdir into a binary during linking.
13203# This must work even if \$libdir does not exist
13204hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13205
13206# If ld is used when linking, flag to hardcode \$libdir into a binary
13207# during linking. This must work even if \$libdir does not exist.
13208hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13209
13210# Whether we need a single "-rpath" flag with a separated argument.
13211hardcode_libdir_separator=$lt_hardcode_libdir_separator
13212
13213# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13214# DIR into the resulting binary.
13215hardcode_direct=$hardcode_direct
13216
13217# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13218# DIR into the resulting binary and the resulting library dependency is
13219# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13220# library is relocated.
13221hardcode_direct_absolute=$hardcode_direct_absolute
13222
13223# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13224# into the resulting binary.
13225hardcode_minus_L=$hardcode_minus_L
13226
13227# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13228# into the resulting binary.
13229hardcode_shlibpath_var=$hardcode_shlibpath_var
13230
13231# Set to "yes" if building a shared library automatically hardcodes DIR
13232# into the library and all subsequent libraries and executables linked
13233# against it.
13234hardcode_automatic=$hardcode_automatic
13235
13236# Set to yes if linker adds runtime paths of dependent libraries
13237# to runtime path list.
13238inherit_rpath=$inherit_rpath
13239
13240# Whether libtool must link a program against all its dependency libraries.
13241link_all_deplibs=$link_all_deplibs
13242
13243# Fix the shell variable \$srcfile for the compiler.
13244fix_srcfile_path=$lt_fix_srcfile_path
13245
13246# Set to "yes" if exported symbols are required.
13247always_export_symbols=$always_export_symbols
13248
13249# The commands to list exported symbols.
13250export_symbols_cmds=$lt_export_symbols_cmds
13251
13252# Symbols that should not be listed in the preloaded symbols.
13253exclude_expsyms=$lt_exclude_expsyms
13254
13255# Symbols that must always be exported.
13256include_expsyms=$lt_include_expsyms
13257
13258# Commands necessary for linking programs (against libraries) with templates.
13259prelink_cmds=$lt_prelink_cmds
13260
13261# Specify filename containing input files.
13262file_list_spec=$lt_file_list_spec
13263
13264# How to hardcode a shared library path into an executable.
13265hardcode_action=$hardcode_action
13266
13267# ### END LIBTOOL CONFIG
13268
13269_LT_EOF
13270
13271 case $host_os in
13272 aix3*)
13273 cat <<\_LT_EOF >> "$cfgfile"
13274# AIX sometimes has problems with the GCC collect2 program. For some
13275# reason, if we set the COLLECT_NAMES environment variable, the problems
13276# vanish in a puff of smoke.
13277if test "X${COLLECT_NAMES+set}" != Xset; then
13278 COLLECT_NAMES=
13279 export COLLECT_NAMES
13280fi
13281_LT_EOF
13282 ;;
13283 esac
13284
13285
13286ltmain="$ac_aux_dir/ltmain.sh"
13287
13288
13289 # We use sed instead of cat because bash on DJGPP gets confused if
13290 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13291 # text mode, it properly converts lines to CR/LF. This bash problem
13292 # is reportedly fixed, but why not run on old versions too?
13293 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13294 || (rm -f "$cfgfile"; exit 1)
13295
13296 case $xsi_shell in
13297 yes)
13298 cat << \_LT_EOF >> "$cfgfile"
13299
13300# func_dirname file append nondir_replacement
13301# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13302# otherwise set result to NONDIR_REPLACEMENT.
13303func_dirname ()
13304{
13305 case ${1} in
13306 */*) func_dirname_result="${1%/*}${2}" ;;
13307 * ) func_dirname_result="${3}" ;;
13308 esac
13309}
13310
13311# func_basename file
13312func_basename ()
13313{
13314 func_basename_result="${1##*/}"
13315}
13316
13317# func_dirname_and_basename file append nondir_replacement
13318# perform func_basename and func_dirname in a single function
13319# call:
13320# dirname: Compute the dirname of FILE. If nonempty,
13321# add APPEND to the result, otherwise set result
13322# to NONDIR_REPLACEMENT.
13323# value returned in "$func_dirname_result"
13324# basename: Compute filename of FILE.
13325# value retuned in "$func_basename_result"
13326# Implementation must be kept synchronized with func_dirname
13327# and func_basename. For efficiency, we do not delegate to
13328# those functions but instead duplicate the functionality here.
13329func_dirname_and_basename ()
13330{
13331 case ${1} in
13332 */*) func_dirname_result="${1%/*}${2}" ;;
13333 * ) func_dirname_result="${3}" ;;
13334 esac
13335 func_basename_result="${1##*/}"
13336}
13337
13338# func_stripname prefix suffix name
13339# strip PREFIX and SUFFIX off of NAME.
13340# PREFIX and SUFFIX must not contain globbing or regex special
13341# characters, hashes, percent signs, but SUFFIX may contain a leading
13342# dot (in which case that matches only a dot).
13343func_stripname ()
13344{
13345 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13346 # positional parameters, so assign one to ordinary parameter first.
13347 func_stripname_result=${3}
13348 func_stripname_result=${func_stripname_result#"${1}"}
13349 func_stripname_result=${func_stripname_result%"${2}"}
13350}
13351
13352# func_opt_split
13353func_opt_split ()
13354{
13355 func_opt_split_opt=${1%%=*}
13356 func_opt_split_arg=${1#*=}
13357}
13358
13359# func_lo2o object
13360func_lo2o ()
13361{
13362 case ${1} in
13363 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13364 *) func_lo2o_result=${1} ;;
13365 esac
13366}
13367
13368# func_xform libobj-or-source
13369func_xform ()
13370{
13371 func_xform_result=${1%.*}.lo
13372}
13373
13374# func_arith arithmetic-term...
13375func_arith ()
13376{
13377 func_arith_result=$(( $* ))
13378}
13379
13380# func_len string
13381# STRING may not start with a hyphen.
13382func_len ()
13383{
13384 func_len_result=${#1}
13385}
13386
13387_LT_EOF
13388 ;;
13389 *) # Bourne compatible functions.
13390 cat << \_LT_EOF >> "$cfgfile"
13391
13392# func_dirname file append nondir_replacement
13393# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13394# otherwise set result to NONDIR_REPLACEMENT.
13395func_dirname ()
13396{
13397 # Extract subdirectory from the argument.
13398 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13399 if test "X$func_dirname_result" = "X${1}"; then
13400 func_dirname_result="${3}"
13401 else
13402 func_dirname_result="$func_dirname_result${2}"
13403 fi
13404}
13405
13406# func_basename file
13407func_basename ()
13408{
13409 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13410}
13411
13412
13413# func_stripname prefix suffix name
13414# strip PREFIX and SUFFIX off of NAME.
13415# PREFIX and SUFFIX must not contain globbing or regex special
13416# characters, hashes, percent signs, but SUFFIX may contain a leading
13417# dot (in which case that matches only a dot).
13418# func_strip_suffix prefix name
13419func_stripname ()
13420{
13421 case ${2} in
13422 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13423 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13424 esac
13425}
13426
13427# sed scripts:
13428my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13429my_sed_long_arg='1s/^-[^=]*=//'
13430
13431# func_opt_split
13432func_opt_split ()
13433{
13434 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13435 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13436}
13437
13438# func_lo2o object
13439func_lo2o ()
13440{
13441 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13442}
13443
13444# func_xform libobj-or-source
13445func_xform ()
13446{
13447 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13448}
13449
13450# func_arith arithmetic-term...
13451func_arith ()
13452{
13453 func_arith_result=`expr "$@"`
13454}
13455
13456# func_len string
13457# STRING may not start with a hyphen.
13458func_len ()
13459{
13460 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13461}
13462
13463_LT_EOF
13464esac
13465
13466case $lt_shell_append in
13467 yes)
13468 cat << \_LT_EOF >> "$cfgfile"
13469
13470# func_append var value
13471# Append VALUE to the end of shell variable VAR.
13472func_append ()
13473{
13474 eval "$1+=\$2"
13475}
13476_LT_EOF
13477 ;;
13478 *)
13479 cat << \_LT_EOF >> "$cfgfile"
13480
13481# func_append var value
13482# Append VALUE to the end of shell variable VAR.
13483func_append ()
13484{
13485 eval "$1=\$$1\$2"
13486}
13487
13488_LT_EOF
13489 ;;
13490 esac
13491
13492
13493 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13494 || (rm -f "$cfgfile"; exit 1)
13495
13496 mv -f "$cfgfile" "$ofile" ||
13497 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13498 chmod +x "$ofile"
13499
13500 ;;
81ecdfbb 13501 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13502 rm -f Makesim1.tmp Makesim2.tmp Makefile
13503 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13504 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13505 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
13506 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13507 <Makefile.sim >Makefile
38f48d72 13508 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13509 ;;
81ecdfbb
RW
13510 "stamp-h":C) echo > stamp-h ;;
13511
b7026657 13512 esac
81ecdfbb 13513done # for ac_tag
c906108c 13514
b7026657 13515
81ecdfbb 13516as_fn_exit 0
b7026657 13517_ACEOF
b7026657
AC
13518ac_clean_files=$ac_clean_files_save
13519
81ecdfbb 13520test $ac_write_fail = 0 ||
d0ac1c44 13521 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13522
b7026657
AC
13523
13524# configure is writing to config.log, and then calls config.status.
13525# config.status does its own redirection, appending to config.log.
13526# Unfortunately, on DOS this fails, as config.log is still kept open
13527# by configure, so config.status won't be able to write to it; its
13528# output is simply discarded. So we exec the FD to /dev/null,
13529# effectively closing config.log, so it can be properly (re)opened and
13530# appended to by config.status. When coming back to configure, we
13531# need to make the FD available again.
13532if test "$no_create" != yes; then
13533 ac_cs_success=:
13534 ac_config_status_args=
13535 test "$silent" = yes &&
13536 ac_config_status_args="$ac_config_status_args --quiet"
13537 exec 5>/dev/null
13538 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13539 exec 5>>config.log
13540 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13541 # would make configure fail if this is the last instruction.
d0ac1c44 13542 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13543fi
13544if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13546$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13547fi
c906108c
SS
13548
13549