sim: unify -Werror build settings
[deliverable/binutils-gdb.git] / sim / v850 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
c906108c 309
81ecdfbb
RW
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
c906108c 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 471
c906108c 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_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 747SHELL
136da8cd
MF
748sim_reserved_bits
749sim_inline
66d055c7
MF
750sim_hw
751sim_hw_objs
752sim_hw_cflags
ba307cdd 753sim_bitsize'
b7026657 754ac_subst_files=''
81ecdfbb
RW
755ac_user_opts='
756enable_option_checking
aadc9410 757with_system_zlib
6bb11ab3
L
758enable_plugins
759enable_shared
760enable_static
761with_pic
762enable_fast_install
763with_gnu_ld
764enable_libtool_lock
81ecdfbb 765enable_maintainer_mode
347fe5bb 766enable_sim_inline
5f05936d
MF
767enable_sim_reserved_bits
768enable_sim_bitsize
66d055c7 769enable_sim_hardware
81ecdfbb
RW
770'
771 ac_precious_vars='build_alias
772host_alias
773target_alias
774CC
775CFLAGS
776LDFLAGS
777LIBS
778CPPFLAGS
779CPP'
780
c906108c
SS
781
782# Initialize some variables set by options.
b7026657
AC
783ac_init_help=
784ac_init_version=false
81ecdfbb
RW
785ac_unrecognized_opts=
786ac_unrecognized_sep=
c906108c
SS
787# The variables have the same names as the options, with
788# dashes changed to underlines.
b7026657 789cache_file=/dev/null
c906108c 790exec_prefix=NONE
c906108c 791no_create=
c906108c
SS
792no_recursion=
793prefix=NONE
794program_prefix=NONE
795program_suffix=NONE
796program_transform_name=s,x,x,
797silent=
798site=
799srcdir=
c906108c
SS
800verbose=
801x_includes=NONE
802x_libraries=NONE
b7026657
AC
803
804# Installation directory options.
805# These are left unexpanded so users can "make install exec_prefix=/foo"
806# and all the variables that are supposed to be based on exec_prefix
807# by default will actually change.
808# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 809# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
810bindir='${exec_prefix}/bin'
811sbindir='${exec_prefix}/sbin'
812libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
813datarootdir='${prefix}/share'
814datadir='${datarootdir}'
c906108c
SS
815sysconfdir='${prefix}/etc'
816sharedstatedir='${prefix}/com'
817localstatedir='${prefix}/var'
c906108c
SS
818includedir='${prefix}/include'
819oldincludedir='/usr/include'
81ecdfbb
RW
820docdir='${datarootdir}/doc/${PACKAGE}'
821infodir='${datarootdir}/info'
822htmldir='${docdir}'
823dvidir='${docdir}'
824pdfdir='${docdir}'
825psdir='${docdir}'
826libdir='${exec_prefix}/lib'
827localedir='${datarootdir}/locale'
828mandir='${datarootdir}/man'
c906108c 829
c906108c 830ac_prev=
81ecdfbb 831ac_dashdash=
c906108c
SS
832for ac_option
833do
c906108c
SS
834 # If the previous option needs an argument, assign it.
835 if test -n "$ac_prev"; then
81ecdfbb 836 eval $ac_prev=\$ac_option
c906108c
SS
837 ac_prev=
838 continue
839 fi
840
81ecdfbb 841 case $ac_option in
d0ac1c44
SM
842 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
843 *=) ac_optarg= ;;
844 *) ac_optarg=yes ;;
81ecdfbb 845 esac
c906108c
SS
846
847 # Accept the important Cygnus configure options, so we can diagnose typos.
848
81ecdfbb
RW
849 case $ac_dashdash$ac_option in
850 --)
851 ac_dashdash=yes ;;
c906108c
SS
852
853 -bindir | --bindir | --bindi | --bind | --bin | --bi)
854 ac_prev=bindir ;;
855 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 856 bindir=$ac_optarg ;;
c906108c
SS
857
858 -build | --build | --buil | --bui | --bu)
b7026657 859 ac_prev=build_alias ;;
c906108c 860 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 861 build_alias=$ac_optarg ;;
c906108c
SS
862
863 -cache-file | --cache-file | --cache-fil | --cache-fi \
864 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
865 ac_prev=cache_file ;;
866 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
867 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
868 cache_file=$ac_optarg ;;
869
870 --config-cache | -C)
871 cache_file=config.cache ;;
c906108c 872
81ecdfbb 873 -datadir | --datadir | --datadi | --datad)
c906108c 874 ac_prev=datadir ;;
81ecdfbb 875 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 876 datadir=$ac_optarg ;;
c906108c 877
81ecdfbb
RW
878 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
879 | --dataroo | --dataro | --datar)
880 ac_prev=datarootdir ;;
881 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
882 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
883 datarootdir=$ac_optarg ;;
884
c906108c 885 -disable-* | --disable-*)
81ecdfbb 886 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 887 # Reject names that are not valid shell variable names.
81ecdfbb 888 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 889 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
890 ac_useropt_orig=$ac_useropt
891 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
892 case $ac_user_opts in
893 *"
894"enable_$ac_useropt"
895"*) ;;
896 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
897 ac_unrecognized_sep=', ';;
898 esac
899 eval enable_$ac_useropt=no ;;
900
901 -docdir | --docdir | --docdi | --doc | --do)
902 ac_prev=docdir ;;
903 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
904 docdir=$ac_optarg ;;
905
906 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
907 ac_prev=dvidir ;;
908 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
909 dvidir=$ac_optarg ;;
c906108c
SS
910
911 -enable-* | --enable-*)
81ecdfbb 912 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 913 # Reject names that are not valid shell variable names.
81ecdfbb 914 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 915 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
916 ac_useropt_orig=$ac_useropt
917 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918 case $ac_user_opts in
919 *"
920"enable_$ac_useropt"
921"*) ;;
922 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
923 ac_unrecognized_sep=', ';;
c906108c 924 esac
81ecdfbb 925 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
926
927 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
928 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
929 | --exec | --exe | --ex)
930 ac_prev=exec_prefix ;;
931 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
932 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
933 | --exec=* | --exe=* | --ex=*)
b7026657 934 exec_prefix=$ac_optarg ;;
c906108c
SS
935
936 -gas | --gas | --ga | --g)
937 # Obsolete; use --with-gas.
938 with_gas=yes ;;
939
b7026657
AC
940 -help | --help | --hel | --he | -h)
941 ac_init_help=long ;;
942 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
943 ac_init_help=recursive ;;
944 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
945 ac_init_help=short ;;
c906108c
SS
946
947 -host | --host | --hos | --ho)
b7026657 948 ac_prev=host_alias ;;
c906108c 949 -host=* | --host=* | --hos=* | --ho=*)
b7026657 950 host_alias=$ac_optarg ;;
c906108c 951
81ecdfbb
RW
952 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
953 ac_prev=htmldir ;;
954 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
955 | --ht=*)
956 htmldir=$ac_optarg ;;
957
c906108c
SS
958 -includedir | --includedir | --includedi | --included | --include \
959 | --includ | --inclu | --incl | --inc)
960 ac_prev=includedir ;;
961 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
962 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 963 includedir=$ac_optarg ;;
c906108c
SS
964
965 -infodir | --infodir | --infodi | --infod | --info | --inf)
966 ac_prev=infodir ;;
967 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 968 infodir=$ac_optarg ;;
c906108c
SS
969
970 -libdir | --libdir | --libdi | --libd)
971 ac_prev=libdir ;;
972 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 973 libdir=$ac_optarg ;;
c906108c
SS
974
975 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
976 | --libexe | --libex | --libe)
977 ac_prev=libexecdir ;;
978 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
979 | --libexe=* | --libex=* | --libe=*)
b7026657 980 libexecdir=$ac_optarg ;;
c906108c 981
81ecdfbb
RW
982 -localedir | --localedir | --localedi | --localed | --locale)
983 ac_prev=localedir ;;
984 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
985 localedir=$ac_optarg ;;
986
c906108c 987 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 988 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
989 ac_prev=localstatedir ;;
990 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 991 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 992 localstatedir=$ac_optarg ;;
c906108c
SS
993
994 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
995 ac_prev=mandir ;;
996 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 997 mandir=$ac_optarg ;;
c906108c
SS
998
999 -nfp | --nfp | --nf)
1000 # Obsolete; use --without-fp.
1001 with_fp=no ;;
1002
1003 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1004 | --no-cr | --no-c | -n)
c906108c
SS
1005 no_create=yes ;;
1006
1007 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1008 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1009 no_recursion=yes ;;
1010
1011 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1012 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1013 | --oldin | --oldi | --old | --ol | --o)
1014 ac_prev=oldincludedir ;;
1015 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1016 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1017 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1018 oldincludedir=$ac_optarg ;;
c906108c
SS
1019
1020 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1021 ac_prev=prefix ;;
1022 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1023 prefix=$ac_optarg ;;
c906108c
SS
1024
1025 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1026 | --program-pre | --program-pr | --program-p)
1027 ac_prev=program_prefix ;;
1028 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1029 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1030 program_prefix=$ac_optarg ;;
c906108c
SS
1031
1032 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1033 | --program-suf | --program-su | --program-s)
1034 ac_prev=program_suffix ;;
1035 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1036 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1037 program_suffix=$ac_optarg ;;
c906108c
SS
1038
1039 -program-transform-name | --program-transform-name \
1040 | --program-transform-nam | --program-transform-na \
1041 | --program-transform-n | --program-transform- \
1042 | --program-transform | --program-transfor \
1043 | --program-transfo | --program-transf \
1044 | --program-trans | --program-tran \
1045 | --progr-tra | --program-tr | --program-t)
1046 ac_prev=program_transform_name ;;
1047 -program-transform-name=* | --program-transform-name=* \
1048 | --program-transform-nam=* | --program-transform-na=* \
1049 | --program-transform-n=* | --program-transform-=* \
1050 | --program-transform=* | --program-transfor=* \
1051 | --program-transfo=* | --program-transf=* \
1052 | --program-trans=* | --program-tran=* \
1053 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1054 program_transform_name=$ac_optarg ;;
c906108c 1055
81ecdfbb
RW
1056 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1057 ac_prev=pdfdir ;;
1058 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1059 pdfdir=$ac_optarg ;;
1060
1061 -psdir | --psdir | --psdi | --psd | --ps)
1062 ac_prev=psdir ;;
1063 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1064 psdir=$ac_optarg ;;
1065
c906108c
SS
1066 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1067 | -silent | --silent | --silen | --sile | --sil)
1068 silent=yes ;;
1069
1070 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1071 ac_prev=sbindir ;;
1072 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1073 | --sbi=* | --sb=*)
b7026657 1074 sbindir=$ac_optarg ;;
c906108c
SS
1075
1076 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1077 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1078 | --sharedst | --shareds | --shared | --share | --shar \
1079 | --sha | --sh)
1080 ac_prev=sharedstatedir ;;
1081 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1082 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1083 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1084 | --sha=* | --sh=*)
b7026657 1085 sharedstatedir=$ac_optarg ;;
c906108c
SS
1086
1087 -site | --site | --sit)
1088 ac_prev=site ;;
1089 -site=* | --site=* | --sit=*)
b7026657 1090 site=$ac_optarg ;;
eb2d80b4 1091
c906108c
SS
1092 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1093 ac_prev=srcdir ;;
1094 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1095 srcdir=$ac_optarg ;;
c906108c
SS
1096
1097 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1098 | --syscon | --sysco | --sysc | --sys | --sy)
1099 ac_prev=sysconfdir ;;
1100 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1101 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1102 sysconfdir=$ac_optarg ;;
c906108c
SS
1103
1104 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1105 ac_prev=target_alias ;;
c906108c 1106 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1107 target_alias=$ac_optarg ;;
c906108c
SS
1108
1109 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1110 verbose=yes ;;
1111
b7026657
AC
1112 -version | --version | --versio | --versi | --vers | -V)
1113 ac_init_version=: ;;
c906108c
SS
1114
1115 -with-* | --with-*)
81ecdfbb 1116 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1117 # Reject names that are not valid shell variable names.
81ecdfbb 1118 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1119 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1120 ac_useropt_orig=$ac_useropt
1121 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1122 case $ac_user_opts in
1123 *"
1124"with_$ac_useropt"
1125"*) ;;
1126 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1127 ac_unrecognized_sep=', ';;
c906108c 1128 esac
81ecdfbb 1129 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1130
1131 -without-* | --without-*)
81ecdfbb 1132 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1133 # Reject names that are not valid shell variable names.
81ecdfbb 1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1135 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1139 *"
1140"with_$ac_useropt"
1141"*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1144 esac
1145 eval with_$ac_useropt=no ;;
c906108c
SS
1146
1147 --x)
1148 # Obsolete; use --with-x.
1149 with_x=yes ;;
1150
1151 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1152 | --x-incl | --x-inc | --x-in | --x-i)
1153 ac_prev=x_includes ;;
1154 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1155 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1156 x_includes=$ac_optarg ;;
c906108c
SS
1157
1158 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1159 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1160 ac_prev=x_libraries ;;
1161 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1162 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1163 x_libraries=$ac_optarg ;;
c906108c 1164
d0ac1c44
SM
1165 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1166Try \`$0 --help' for more information"
c906108c
SS
1167 ;;
1168
b7026657
AC
1169 *=*)
1170 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1171 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1172 case $ac_envvar in #(
1173 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1174 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1175 esac
1176 eval $ac_envvar=\$ac_optarg
b7026657
AC
1177 export $ac_envvar ;;
1178
c906108c 1179 *)
b7026657 1180 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1181 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1182 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1183 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1184 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1185 ;;
1186
1187 esac
1188done
1189
1190if test -n "$ac_prev"; then
b7026657 1191 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1192 as_fn_error $? "missing argument to $ac_option"
c906108c 1193fi
c906108c 1194
81ecdfbb
RW
1195if test -n "$ac_unrecognized_opts"; then
1196 case $enable_option_checking in
1197 no) ;;
d0ac1c44 1198 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1199 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1200 esac
81ecdfbb 1201fi
c906108c 1202
81ecdfbb
RW
1203# Check all directory arguments for consistency.
1204for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1205 datadir sysconfdir sharedstatedir localstatedir includedir \
1206 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1207 libdir localedir mandir
c906108c 1208do
81ecdfbb
RW
1209 eval ac_val=\$$ac_var
1210 # Remove trailing slashes.
1211 case $ac_val in
1212 */ )
1213 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1214 eval $ac_var=\$ac_val;;
1215 esac
1216 # Be sure to have absolute directory names.
b7026657 1217 case $ac_val in
81ecdfbb
RW
1218 [\\/$]* | ?:[\\/]* ) continue;;
1219 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1220 esac
d0ac1c44 1221 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1222done
1223
b7026657
AC
1224# There might be people who depend on the old broken behavior: `$host'
1225# used to hold the argument of --host etc.
1226# FIXME: To remove some day.
1227build=$build_alias
1228host=$host_alias
1229target=$target_alias
1230
1231# FIXME: To remove some day.
1232if test "x$host_alias" != x; then
1233 if test "x$build_alias" = x; then
1234 cross_compiling=maybe
b7026657
AC
1235 elif test "x$build_alias" != "x$host_alias"; then
1236 cross_compiling=yes
1237 fi
1238fi
c906108c 1239
b7026657
AC
1240ac_tool_prefix=
1241test -n "$host_alias" && ac_tool_prefix=$host_alias-
1242
1243test "$silent" = yes && exec 6>/dev/null
c906108c 1244
c906108c 1245
81ecdfbb
RW
1246ac_pwd=`pwd` && test -n "$ac_pwd" &&
1247ac_ls_di=`ls -di .` &&
1248ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1249 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1250test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1251 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1252
1253
c906108c
SS
1254# Find the source files, if location was not specified.
1255if test -z "$srcdir"; then
1256 ac_srcdir_defaulted=yes
81ecdfbb
RW
1257 # Try the directory containing this script, then the parent directory.
1258 ac_confdir=`$as_dirname -- "$as_myself" ||
1259$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1260 X"$as_myself" : 'X\(//\)[^/]' \| \
1261 X"$as_myself" : 'X\(//\)$' \| \
1262 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1263$as_echo X"$as_myself" |
1264 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1265 s//\1/
1266 q
1267 }
1268 /^X\(\/\/\)[^/].*/{
1269 s//\1/
1270 q
1271 }
1272 /^X\(\/\/\)$/{
1273 s//\1/
1274 q
1275 }
1276 /^X\(\/\).*/{
1277 s//\1/
1278 q
1279 }
1280 s/.*/./; q'`
c906108c 1281 srcdir=$ac_confdir
81ecdfbb 1282 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1283 srcdir=..
1284 fi
1285else
1286 ac_srcdir_defaulted=no
1287fi
81ecdfbb
RW
1288if test ! -r "$srcdir/$ac_unique_file"; then
1289 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1290 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1291fi
1292ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1293ac_abs_confdir=`(
d0ac1c44 1294 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1295 pwd)`
1296# When building in place, set srcdir=.
1297if test "$ac_abs_confdir" = "$ac_pwd"; then
1298 srcdir=.
1299fi
1300# Remove unnecessary trailing slashes from srcdir.
1301# Double slashes in file names in object file debugging info
1302# mess up M-x gdb in Emacs.
1303case $srcdir in
1304*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1305esac
1306for ac_var in $ac_precious_vars; do
1307 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1308 eval ac_env_${ac_var}_value=\$${ac_var}
1309 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1310 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1311done
c906108c 1312
b7026657
AC
1313#
1314# Report the --help message.
1315#
1316if test "$ac_init_help" = "long"; then
1317 # Omit some internal or obsolete options to make the list less imposing.
1318 # This message is too long to be a string in the A/UX 3.1 sh.
1319 cat <<_ACEOF
1320\`configure' configures this package to adapt to many kinds of systems.
c906108c 1321
b7026657 1322Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1323
b7026657
AC
1324To assign environment variables (e.g., CC, CFLAGS...), specify them as
1325VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1326
b7026657 1327Defaults for the options are specified in brackets.
c906108c 1328
b7026657
AC
1329Configuration:
1330 -h, --help display this help and exit
1331 --help=short display options specific to this package
1332 --help=recursive display the short help of all the included packages
1333 -V, --version display version information and exit
d0ac1c44 1334 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1335 --cache-file=FILE cache test results in FILE [disabled]
1336 -C, --config-cache alias for \`--cache-file=config.cache'
1337 -n, --no-create do not create output files
1338 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1339
b7026657
AC
1340Installation directories:
1341 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1342 [$ac_default_prefix]
b7026657 1343 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1344 [PREFIX]
c906108c 1345
b7026657
AC
1346By default, \`make install' will install all the files in
1347\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1348an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1349for instance \`--prefix=\$HOME'.
c906108c 1350
b7026657
AC
1351For better control, use the options below.
1352
1353Fine tuning of the installation directories:
81ecdfbb
RW
1354 --bindir=DIR user executables [EPREFIX/bin]
1355 --sbindir=DIR system admin executables [EPREFIX/sbin]
1356 --libexecdir=DIR program executables [EPREFIX/libexec]
1357 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1358 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1359 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1360 --libdir=DIR object code libraries [EPREFIX/lib]
1361 --includedir=DIR C header files [PREFIX/include]
1362 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1363 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1364 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1365 --infodir=DIR info documentation [DATAROOTDIR/info]
1366 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1367 --mandir=DIR man documentation [DATAROOTDIR/man]
1368 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1369 --htmldir=DIR html documentation [DOCDIR]
1370 --dvidir=DIR dvi documentation [DOCDIR]
1371 --pdfdir=DIR pdf documentation [DOCDIR]
1372 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1373_ACEOF
1374
1375 cat <<\_ACEOF
1376
1377Program names:
1378 --program-prefix=PREFIX prepend PREFIX to installed program names
1379 --program-suffix=SUFFIX append SUFFIX to installed program names
1380 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1381
1382System types:
1383 --build=BUILD configure for building on BUILD [guessed]
1384 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1385 --target=TARGET configure for building compilers for TARGET [HOST]
1386_ACEOF
c906108c 1387fi
b7026657
AC
1388
1389if test -n "$ac_init_help"; then
1390
1391 cat <<\_ACEOF
1392
1393Optional Features:
81ecdfbb 1394 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1395 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1396 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1397 --enable-plugins Enable support for plugins
6bb11ab3
L
1398 --enable-shared[=PKGS] build shared libraries [default=yes]
1399 --enable-static[=PKGS] build static libraries [default=yes]
1400 --enable-fast-install[=PKGS]
1401 optimize for fast installation [default=yes]
1402 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1403 --enable-maintainer-mode
1404 enable make rules and dependencies not useful (and
1405 sometimes confusing) to the casual installer
347fe5bb
MF
1406 --enable-sim-inline=inlines
1407 Specify which functions should be inlined
5f05936d
MF
1408 --enable-sim-reserved-bits
1409 Specify whether to check reserved bits in
1410 instruction
1411 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
66d055c7
MF
1412 --enable-sim-hardware=LIST
1413 Specify the hardware to be included in the build.
b7026657 1414
6efef468
JM
1415Optional Packages:
1416 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1417 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1418 --with-system-zlib use installed libz
6bb11ab3
L
1419 --with-pic try to use only PIC/non-PIC objects [default=use
1420 both]
1421 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468 1422
b7026657
AC
1423Some influential environment variables:
1424 CC C compiler command
1425 CFLAGS C compiler flags
1426 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1427 nonstandard directory <lib dir>
81ecdfbb 1428 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1429 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1430 you have headers in a nonstandard directory <include dir>
b7026657
AC
1431 CPP C preprocessor
1432
1433Use these variables to override the choices made by `configure' or to help
1434it to find libraries and programs with nonstandard names/locations.
1435
81ecdfbb 1436Report bugs to the package provider.
b7026657 1437_ACEOF
81ecdfbb 1438ac_status=$?
c906108c
SS
1439fi
1440
b7026657
AC
1441if test "$ac_init_help" = "recursive"; then
1442 # If there are subdirs, report their specific --help.
b7026657 1443 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1444 test -d "$ac_dir" ||
1445 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1446 continue
b7026657 1447 ac_builddir=.
c906108c 1448
81ecdfbb
RW
1449case "$ac_dir" in
1450.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1451*)
1452 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1453 # A ".." for each directory in $ac_dir_suffix.
1454 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1455 case $ac_top_builddir_sub in
1456 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1457 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1458 esac ;;
1459esac
1460ac_abs_top_builddir=$ac_pwd
1461ac_abs_builddir=$ac_pwd$ac_dir_suffix
1462# for backward compatibility:
1463ac_top_builddir=$ac_top_build_prefix
c906108c 1464
b7026657 1465case $srcdir in
81ecdfbb 1466 .) # We are building in place.
b7026657 1467 ac_srcdir=.
81ecdfbb
RW
1468 ac_top_srcdir=$ac_top_builddir_sub
1469 ac_abs_top_srcdir=$ac_pwd ;;
1470 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1471 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1472 ac_top_srcdir=$srcdir
1473 ac_abs_top_srcdir=$srcdir ;;
1474 *) # Relative name.
1475 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1476 ac_top_srcdir=$ac_top_build_prefix$srcdir
1477 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1478esac
81ecdfbb
RW
1479ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1480
1481 cd "$ac_dir" || { ac_status=$?; continue; }
1482 # Check for guested configure.
1483 if test -f "$ac_srcdir/configure.gnu"; then
1484 echo &&
1485 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1486 elif test -f "$ac_srcdir/configure"; then
1487 echo &&
1488 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1489 else
81ecdfbb
RW
1490 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1491 fi || ac_status=$?
1492 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1493 done
c906108c 1494fi
b7026657 1495
81ecdfbb 1496test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1497if $ac_init_version; then
1498 cat <<\_ACEOF
81ecdfbb 1499configure
d0ac1c44 1500generated by GNU Autoconf 2.69
b7026657 1501
d0ac1c44 1502Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1503This configure script is free software; the Free Software Foundation
1504gives unlimited permission to copy, distribute and modify it.
1505_ACEOF
81ecdfbb 1506 exit
b7026657 1507fi
b7026657 1508
81ecdfbb
RW
1509## ------------------------ ##
1510## Autoconf initialization. ##
1511## ------------------------ ##
b7026657 1512
81ecdfbb
RW
1513# ac_fn_c_try_compile LINENO
1514# --------------------------
1515# Try to compile conftest.$ac_ext, and return whether this succeeded.
1516ac_fn_c_try_compile ()
b7026657 1517{
81ecdfbb
RW
1518 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1519 rm -f conftest.$ac_objext
1520 if { { ac_try="$ac_compile"
1521case "(($ac_try" in
1522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1523 *) ac_try_echo=$ac_try;;
1524esac
1525eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1526$as_echo "$ac_try_echo"; } >&5
1527 (eval "$ac_compile") 2>conftest.err
1528 ac_status=$?
1529 if test -s conftest.err; then
1530 grep -v '^ *+' conftest.err >conftest.er1
1531 cat conftest.er1 >&5
1532 mv -f conftest.er1 conftest.err
1533 fi
1534 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1535 test $ac_status = 0; } && {
1536 test -z "$ac_c_werror_flag" ||
1537 test ! -s conftest.err
1538 } && test -s conftest.$ac_objext; then :
1539 ac_retval=0
1540else
1541 $as_echo "$as_me: failed program was:" >&5
1542sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1543
81ecdfbb
RW
1544 ac_retval=1
1545fi
d0ac1c44
SM
1546 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1547 as_fn_set_status $ac_retval
b7026657 1548
81ecdfbb 1549} # ac_fn_c_try_compile
b7026657 1550
81ecdfbb
RW
1551# ac_fn_c_try_cpp LINENO
1552# ----------------------
1553# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1554ac_fn_c_try_cpp ()
1555{
1556 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1557 if { { ac_try="$ac_cpp conftest.$ac_ext"
1558case "(($ac_try" in
1559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1560 *) ac_try_echo=$ac_try;;
1561esac
1562eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1563$as_echo "$ac_try_echo"; } >&5
1564 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1565 ac_status=$?
1566 if test -s conftest.err; then
1567 grep -v '^ *+' conftest.err >conftest.er1
1568 cat conftest.er1 >&5
1569 mv -f conftest.er1 conftest.err
1570 fi
1571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1572 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1573 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1574 test ! -s conftest.err
1575 }; then :
1576 ac_retval=0
1577else
1578 $as_echo "$as_me: failed program was:" >&5
1579sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1580
81ecdfbb
RW
1581 ac_retval=1
1582fi
d0ac1c44
SM
1583 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1584 as_fn_set_status $ac_retval
b7026657 1585
81ecdfbb 1586} # ac_fn_c_try_cpp
b7026657 1587
81ecdfbb
RW
1588# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1589# -------------------------------------------------------
1590# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1591# the include files in INCLUDES and setting the cache variable VAR
1592# accordingly.
1593ac_fn_c_check_header_mongrel ()
1594{
1595 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1596 if eval \${$3+:} false; then :
81ecdfbb
RW
1597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1598$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1599if eval \${$3+:} false; then :
81ecdfbb
RW
1600 $as_echo_n "(cached) " >&6
1601fi
1602eval ac_res=\$$3
1603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1604$as_echo "$ac_res" >&6; }
1605else
1606 # Is the header compilable?
1607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1608$as_echo_n "checking $2 usability... " >&6; }
1609cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1610/* end confdefs.h. */
1611$4
1612#include <$2>
1613_ACEOF
1614if ac_fn_c_try_compile "$LINENO"; then :
1615 ac_header_compiler=yes
1616else
1617 ac_header_compiler=no
1618fi
1619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1621$as_echo "$ac_header_compiler" >&6; }
1622
1623# Is the header present?
1624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1625$as_echo_n "checking $2 presence... " >&6; }
1626cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1627/* end confdefs.h. */
1628#include <$2>
1629_ACEOF
1630if ac_fn_c_try_cpp "$LINENO"; then :
1631 ac_header_preproc=yes
1632else
1633 ac_header_preproc=no
1634fi
d0ac1c44 1635rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1637$as_echo "$ac_header_preproc" >&6; }
1638
1639# So? What about this header?
1640case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1641 yes:no: )
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1643$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1645$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1646 ;;
1647 no:yes:* )
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1649$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1651$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1653$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1655$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1657$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1658 ;;
1659esac
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1661$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1662if eval \${$3+:} false; then :
81ecdfbb
RW
1663 $as_echo_n "(cached) " >&6
1664else
1665 eval "$3=\$ac_header_compiler"
1666fi
1667eval ac_res=\$$3
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1669$as_echo "$ac_res" >&6; }
1670fi
d0ac1c44 1671 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1672
1673} # ac_fn_c_check_header_mongrel
1674
1675# ac_fn_c_try_run LINENO
1676# ----------------------
1677# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1678# that executables *can* be run.
1679ac_fn_c_try_run ()
1680{
1681 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1682 if { { ac_try="$ac_link"
1683case "(($ac_try" in
1684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1685 *) ac_try_echo=$ac_try;;
1686esac
1687eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1688$as_echo "$ac_try_echo"; } >&5
1689 (eval "$ac_link") 2>&5
1690 ac_status=$?
1691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1692 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1693 { { case "(($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_try") 2>&5
1700 ac_status=$?
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; }; }; then :
1703 ac_retval=0
1704else
1705 $as_echo "$as_me: program exited with status $ac_status" >&5
1706 $as_echo "$as_me: failed program was:" >&5
1707sed 's/^/| /' conftest.$ac_ext >&5
1708
1709 ac_retval=$ac_status
1710fi
1711 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1712 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1713 as_fn_set_status $ac_retval
81ecdfbb
RW
1714
1715} # ac_fn_c_try_run
1716
1717# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1718# -------------------------------------------------------
1719# Tests whether HEADER exists and can be compiled using the include files in
1720# INCLUDES, setting the cache variable VAR accordingly.
1721ac_fn_c_check_header_compile ()
1722{
1723 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1725$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1726if eval \${$3+:} false; then :
81ecdfbb
RW
1727 $as_echo_n "(cached) " >&6
1728else
1729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1730/* end confdefs.h. */
1731$4
1732#include <$2>
1733_ACEOF
1734if ac_fn_c_try_compile "$LINENO"; then :
1735 eval "$3=yes"
1736else
1737 eval "$3=no"
1738fi
1739rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1740fi
1741eval ac_res=\$$3
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1743$as_echo "$ac_res" >&6; }
d0ac1c44 1744 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1745
1746} # ac_fn_c_check_header_compile
1747
1748# ac_fn_c_try_link LINENO
1749# -----------------------
1750# Try to link conftest.$ac_ext, and return whether this succeeded.
1751ac_fn_c_try_link ()
1752{
1753 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1754 rm -f conftest.$ac_objext conftest$ac_exeext
1755 if { { ac_try="$ac_link"
1756case "(($ac_try" in
1757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1758 *) ac_try_echo=$ac_try;;
1759esac
1760eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1761$as_echo "$ac_try_echo"; } >&5
1762 (eval "$ac_link") 2>conftest.err
1763 ac_status=$?
1764 if test -s conftest.err; then
1765 grep -v '^ *+' conftest.err >conftest.er1
1766 cat conftest.er1 >&5
1767 mv -f conftest.er1 conftest.err
1768 fi
1769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1770 test $ac_status = 0; } && {
1771 test -z "$ac_c_werror_flag" ||
1772 test ! -s conftest.err
1773 } && test -s conftest$ac_exeext && {
1774 test "$cross_compiling" = yes ||
d0ac1c44 1775 test -x conftest$ac_exeext
81ecdfbb
RW
1776 }; then :
1777 ac_retval=0
1778else
1779 $as_echo "$as_me: failed program was:" >&5
1780sed 's/^/| /' conftest.$ac_ext >&5
1781
1782 ac_retval=1
1783fi
1784 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1785 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1786 # interfere with the next link command; also delete a directory that is
1787 # left behind by Apple's compiler. We do this before executing the actions.
1788 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1789 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1790 as_fn_set_status $ac_retval
81ecdfbb
RW
1791
1792} # ac_fn_c_try_link
1793
1794# ac_fn_c_check_func LINENO FUNC VAR
1795# ----------------------------------
1796# Tests whether FUNC exists, setting the cache variable VAR accordingly
1797ac_fn_c_check_func ()
1798{
1799 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1801$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1802if eval \${$3+:} false; then :
81ecdfbb
RW
1803 $as_echo_n "(cached) " >&6
1804else
1805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1806/* end confdefs.h. */
1807/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1808 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1809#define $2 innocuous_$2
1810
1811/* System header to define __stub macros and hopefully few prototypes,
1812 which can conflict with char $2 (); below.
1813 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1814 <limits.h> exists even on freestanding compilers. */
1815
1816#ifdef __STDC__
1817# include <limits.h>
1818#else
1819# include <assert.h>
1820#endif
1821
1822#undef $2
1823
1824/* Override any GCC internal prototype to avoid an error.
1825 Use char because int might match the return type of a GCC
1826 builtin and then its argument prototype would still apply. */
1827#ifdef __cplusplus
1828extern "C"
1829#endif
1830char $2 ();
1831/* The GNU C library defines this for functions which it implements
1832 to always fail with ENOSYS. Some functions are actually named
1833 something starting with __ and the normal name is an alias. */
1834#if defined __stub_$2 || defined __stub___$2
1835choke me
1836#endif
1837
1838int
1839main ()
1840{
1841return $2 ();
1842 ;
1843 return 0;
1844}
1845_ACEOF
1846if ac_fn_c_try_link "$LINENO"; then :
1847 eval "$3=yes"
1848else
1849 eval "$3=no"
1850fi
1851rm -f core conftest.err conftest.$ac_objext \
1852 conftest$ac_exeext conftest.$ac_ext
1853fi
1854eval ac_res=\$$3
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1856$as_echo "$ac_res" >&6; }
d0ac1c44 1857 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1858
1859} # ac_fn_c_check_func
1860cat >config.log <<_ACEOF
1861This file contains any messages produced by compilers while
1862running configure, to aid debugging if configure makes a mistake.
1863
1864It was created by $as_me, which was
d0ac1c44 1865generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1866
1867 $ $0 $@
1868
1869_ACEOF
1870exec 5>>config.log
1871{
1872cat <<_ASUNAME
1873## --------- ##
1874## Platform. ##
1875## --------- ##
1876
1877hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1878uname -m = `(uname -m) 2>/dev/null || echo unknown`
1879uname -r = `(uname -r) 2>/dev/null || echo unknown`
1880uname -s = `(uname -s) 2>/dev/null || echo unknown`
1881uname -v = `(uname -v) 2>/dev/null || echo unknown`
1882
1883/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1884/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1885
1886/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1887/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1888/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1889/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1890/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1891/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1892/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1893
1894_ASUNAME
1895
1896as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1897for as_dir in $PATH
1898do
1899 IFS=$as_save_IFS
1900 test -z "$as_dir" && as_dir=.
1901 $as_echo "PATH: $as_dir"
1902 done
1903IFS=$as_save_IFS
1904
1905} >&5
1906
1907cat >&5 <<_ACEOF
1908
1909
1910## ----------- ##
1911## Core tests. ##
b7026657
AC
1912## ----------- ##
1913
1914_ACEOF
1915
1916
1917# Keep a trace of the command line.
1918# Strip out --no-create and --no-recursion so they do not pile up.
1919# Strip out --silent because we don't want to record it for future runs.
1920# Also quote any args containing shell meta-characters.
1921# Make two passes to allow for proper duplicate-argument suppression.
1922ac_configure_args=
1923ac_configure_args0=
1924ac_configure_args1=
b7026657
AC
1925ac_must_keep_next=false
1926for ac_pass in 1 2
1927do
1928 for ac_arg
1929 do
1930 case $ac_arg in
1931 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1932 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1933 | -silent | --silent | --silen | --sile | --sil)
1934 continue ;;
81ecdfbb
RW
1935 *\'*)
1936 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1937 esac
1938 case $ac_pass in
81ecdfbb 1939 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1940 2)
81ecdfbb 1941 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1942 if test $ac_must_keep_next = true; then
1943 ac_must_keep_next=false # Got value, back to normal.
1944 else
1945 case $ac_arg in
1946 *=* | --config-cache | -C | -disable-* | --disable-* \
1947 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1948 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1949 | -with-* | --with-* | -without-* | --without-* | --x)
1950 case "$ac_configure_args0 " in
1951 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1952 esac
1953 ;;
1954 -* ) ac_must_keep_next=true ;;
1955 esac
1956 fi
81ecdfbb 1957 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1958 ;;
1959 esac
1960 done
1961done
81ecdfbb
RW
1962{ ac_configure_args0=; unset ac_configure_args0;}
1963{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1964
1965# When interrupted or exit'd, cleanup temporary files, and complete
1966# config.log. We remove comments because anyway the quotes in there
1967# would cause problems or look ugly.
81ecdfbb
RW
1968# WARNING: Use '\'' to represent an apostrophe within the trap.
1969# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1970trap 'exit_status=$?
1971 # Save into config.log some information that might help in debugging.
1972 {
1973 echo
1974
d0ac1c44 1975 $as_echo "## ---------------- ##
b7026657 1976## Cache variables. ##
d0ac1c44 1977## ---------------- ##"
b7026657
AC
1978 echo
1979 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1980(
1981 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1982 eval ac_val=\$$ac_var
1983 case $ac_val in #(
1984 *${as_nl}*)
1985 case $ac_var in #(
1986 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1987$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1988 esac
1989 case $ac_var in #(
1990 _ | IFS | as_nl) ;; #(
1991 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1992 *) { eval $ac_var=; unset $ac_var;} ;;
1993 esac ;;
1994 esac
1995 done
b7026657 1996 (set) 2>&1 |
81ecdfbb
RW
1997 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1998 *${as_nl}ac_space=\ *)
b7026657 1999 sed -n \
81ecdfbb
RW
2000 "s/'\''/'\''\\\\'\'''\''/g;
2001 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2002 ;; #(
b7026657 2003 *)
81ecdfbb 2004 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2005 ;;
81ecdfbb
RW
2006 esac |
2007 sort
2008)
b7026657
AC
2009 echo
2010
d0ac1c44 2011 $as_echo "## ----------------- ##
b7026657 2012## Output variables. ##
d0ac1c44 2013## ----------------- ##"
b7026657
AC
2014 echo
2015 for ac_var in $ac_subst_vars
2016 do
81ecdfbb
RW
2017 eval ac_val=\$$ac_var
2018 case $ac_val in
2019 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2020 esac
2021 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2022 done | sort
2023 echo
2024
2025 if test -n "$ac_subst_files"; then
d0ac1c44 2026 $as_echo "## ------------------- ##
81ecdfbb 2027## File substitutions. ##
d0ac1c44 2028## ------------------- ##"
b7026657
AC
2029 echo
2030 for ac_var in $ac_subst_files
2031 do
81ecdfbb
RW
2032 eval ac_val=\$$ac_var
2033 case $ac_val in
2034 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2035 esac
2036 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2037 done | sort
2038 echo
2039 fi
2040
2041 if test -s confdefs.h; then
d0ac1c44 2042 $as_echo "## ----------- ##
b7026657 2043## confdefs.h. ##
d0ac1c44 2044## ----------- ##"
b7026657 2045 echo
81ecdfbb 2046 cat confdefs.h
b7026657
AC
2047 echo
2048 fi
2049 test "$ac_signal" != 0 &&
81ecdfbb
RW
2050 $as_echo "$as_me: caught signal $ac_signal"
2051 $as_echo "$as_me: exit $exit_status"
b7026657 2052 } >&5
81ecdfbb
RW
2053 rm -f core *.core core.conftest.* &&
2054 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2055 exit $exit_status
81ecdfbb 2056' 0
b7026657 2057for ac_signal in 1 2 13 15; do
81ecdfbb 2058 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2059done
2060ac_signal=0
2061
2062# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2063rm -f -r conftest* confdefs.h
2064
2065$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2066
2067# Predefined preprocessor variables.
2068
2069cat >>confdefs.h <<_ACEOF
2070#define PACKAGE_NAME "$PACKAGE_NAME"
2071_ACEOF
2072
b7026657
AC
2073cat >>confdefs.h <<_ACEOF
2074#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2075_ACEOF
2076
b7026657
AC
2077cat >>confdefs.h <<_ACEOF
2078#define PACKAGE_VERSION "$PACKAGE_VERSION"
2079_ACEOF
2080
b7026657
AC
2081cat >>confdefs.h <<_ACEOF
2082#define PACKAGE_STRING "$PACKAGE_STRING"
2083_ACEOF
2084
b7026657
AC
2085cat >>confdefs.h <<_ACEOF
2086#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2087_ACEOF
2088
81ecdfbb
RW
2089cat >>confdefs.h <<_ACEOF
2090#define PACKAGE_URL "$PACKAGE_URL"
2091_ACEOF
2092
b7026657
AC
2093
2094# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2095# Prefer an explicitly selected file to automatically selected ones.
2096ac_site_file1=NONE
2097ac_site_file2=NONE
2098if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2099 # We do not want a PATH search for config.site.
2100 case $CONFIG_SITE in #((
2101 -*) ac_site_file1=./$CONFIG_SITE;;
2102 */*) ac_site_file1=$CONFIG_SITE;;
2103 *) ac_site_file1=./$CONFIG_SITE;;
2104 esac
81ecdfbb
RW
2105elif test "x$prefix" != xNONE; then
2106 ac_site_file1=$prefix/share/config.site
2107 ac_site_file2=$prefix/etc/config.site
2108else
2109 ac_site_file1=$ac_default_prefix/share/config.site
2110 ac_site_file2=$ac_default_prefix/etc/config.site
2111fi
2112for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2113do
2114 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2115 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2116 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2117$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2118 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2119 . "$ac_site_file" \
2120 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2121$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2122as_fn_error $? "failed to load site script $ac_site_file
2123See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2124 fi
2125done
2126
2127if test -r "$cache_file"; then
d0ac1c44
SM
2128 # Some versions of bash will fail to source /dev/null (special files
2129 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2130 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2131 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2132$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2133 case $cache_file in
81ecdfbb
RW
2134 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2135 *) . "./$cache_file";;
b7026657
AC
2136 esac
2137 fi
2138else
81ecdfbb
RW
2139 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2140$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2141 >$cache_file
2142fi
2143
2144# Check that the precious variables saved in the cache have kept the same
2145# value.
2146ac_cache_corrupted=false
81ecdfbb 2147for ac_var in $ac_precious_vars; do
b7026657
AC
2148 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2149 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2150 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2151 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2152 case $ac_old_set,$ac_new_set in
2153 set,)
81ecdfbb
RW
2154 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2155$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2156 ac_cache_corrupted=: ;;
2157 ,set)
81ecdfbb
RW
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2159$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2160 ac_cache_corrupted=: ;;
2161 ,);;
2162 *)
2163 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2164 # differences in whitespace do not lead to failure.
2165 ac_old_val_w=`echo x $ac_old_val`
2166 ac_new_val_w=`echo x $ac_new_val`
2167 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2169$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2170 ac_cache_corrupted=:
2171 else
2172 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2173$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2174 eval $ac_var=\$ac_old_val
2175 fi
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2177$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2179$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2180 fi;;
2181 esac
2182 # Pass precious variables to config.status.
2183 if test "$ac_new_set" = set; then
2184 case $ac_new_val in
81ecdfbb 2185 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2186 *) ac_arg=$ac_var=$ac_new_val ;;
2187 esac
2188 case " $ac_configure_args " in
2189 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2190 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2191 esac
2192 fi
2193done
2194if $ac_cache_corrupted; then
81ecdfbb
RW
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2196$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2198$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2199 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2200fi
81ecdfbb
RW
2201## -------------------- ##
2202## Main body of script. ##
2203## -------------------- ##
b7026657
AC
2204
2205ac_ext=c
2206ac_cpp='$CPP $CPPFLAGS'
2207ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2208ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2209ac_compiler_gnu=$ac_cv_c_compiler_gnu
2210
2211
6bb11ab3
L
2212
2213
2214
2215
2216
c2783492
MF
2217ac_aux_dir=
2218for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2219 if test -f "$ac_dir/install-sh"; then
2220 ac_aux_dir=$ac_dir
2221 ac_install_sh="$ac_aux_dir/install-sh -c"
2222 break
2223 elif test -f "$ac_dir/install.sh"; then
2224 ac_aux_dir=$ac_dir
2225 ac_install_sh="$ac_aux_dir/install.sh -c"
2226 break
2227 elif test -f "$ac_dir/shtool"; then
2228 ac_aux_dir=$ac_dir
2229 ac_install_sh="$ac_aux_dir/shtool install -c"
2230 break
2231 fi
2232done
2233if test -z "$ac_aux_dir"; then
2234 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2235fi
2236
2237# These three variables are undocumented and unsupported,
2238# and are intended to be withdrawn in a future Autoconf release.
2239# They can cause serious problems if a builder's source tree is in a directory
2240# whose full name contains unusual characters.
2241ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2242ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2243ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2244
2245
2246# Make sure we can run config.sub.
2247$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2248 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2249
2250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2251$as_echo_n "checking build system type... " >&6; }
2252if ${ac_cv_build+:} false; then :
2253 $as_echo_n "(cached) " >&6
2254else
2255 ac_build_alias=$build_alias
2256test "x$ac_build_alias" = x &&
2257 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2258test "x$ac_build_alias" = x &&
2259 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2260ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2261 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2262
2263fi
2264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2265$as_echo "$ac_cv_build" >&6; }
2266case $ac_cv_build in
2267*-*-*) ;;
2268*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2269esac
2270build=$ac_cv_build
2271ac_save_IFS=$IFS; IFS='-'
2272set x $ac_cv_build
2273shift
2274build_cpu=$1
2275build_vendor=$2
2276shift; shift
2277# Remember, the first character of IFS is used to create $*,
2278# except with old shells:
2279build_os=$*
2280IFS=$ac_save_IFS
2281case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2282
2283
2284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2285$as_echo_n "checking host system type... " >&6; }
2286if ${ac_cv_host+:} false; then :
2287 $as_echo_n "(cached) " >&6
2288else
2289 if test "x$host_alias" = x; then
2290 ac_cv_host=$ac_cv_build
2291else
2292 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2293 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2294fi
2295
2296fi
2297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2298$as_echo "$ac_cv_host" >&6; }
2299case $ac_cv_host in
2300*-*-*) ;;
2301*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2302esac
2303host=$ac_cv_host
2304ac_save_IFS=$IFS; IFS='-'
2305set x $ac_cv_host
2306shift
2307host_cpu=$1
2308host_vendor=$2
2309shift; shift
2310# Remember, the first character of IFS is used to create $*,
2311# except with old shells:
2312host_os=$*
2313IFS=$ac_save_IFS
2314case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2315
2316
2317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2318$as_echo_n "checking target system type... " >&6; }
2319if ${ac_cv_target+:} false; then :
2320 $as_echo_n "(cached) " >&6
2321else
2322 if test "x$target_alias" = x; then
2323 ac_cv_target=$ac_cv_host
2324else
2325 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2326 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2327fi
2328
2329fi
2330{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2331$as_echo "$ac_cv_target" >&6; }
2332case $ac_cv_target in
2333*-*-*) ;;
2334*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2335esac
2336target=$ac_cv_target
2337ac_save_IFS=$IFS; IFS='-'
2338set x $ac_cv_target
2339shift
2340target_cpu=$1
2341target_vendor=$2
2342shift; shift
2343# Remember, the first character of IFS is used to create $*,
2344# except with old shells:
2345target_os=$*
2346IFS=$ac_save_IFS
2347case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2348
2349
2350# The aliases save the names the user supplied, while $host etc.
2351# will get canonicalized.
2352test -n "$target_alias" &&
2353 test "$program_prefix$program_suffix$program_transform_name" = \
2354 NONENONEs,x,x, &&
2355 program_prefix=${target_alias}-
6bb11ab3
L
2356ac_ext=c
2357ac_cpp='$CPP $CPPFLAGS'
2358ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2359ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2360ac_compiler_gnu=$ac_cv_c_compiler_gnu
2361if test -n "$ac_tool_prefix"; then
2362 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2363set dummy ${ac_tool_prefix}gcc; ac_word=$2
2364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2365$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2366if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2367 $as_echo_n "(cached) " >&6
2368else
2369 if test -n "$CC"; then
2370 ac_cv_prog_CC="$CC" # Let the user override the test.
2371else
2372as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2373for as_dir in $PATH
2374do
2375 IFS=$as_save_IFS
2376 test -z "$as_dir" && as_dir=.
2377 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2378 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2379 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2381 break 2
2382 fi
2383done
2384 done
2385IFS=$as_save_IFS
2386
2387fi
2388fi
2389CC=$ac_cv_prog_CC
2390if test -n "$CC"; then
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2392$as_echo "$CC" >&6; }
2393else
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2395$as_echo "no" >&6; }
2396fi
2397
2398
2399fi
2400if test -z "$ac_cv_prog_CC"; then
2401 ac_ct_CC=$CC
2402 # Extract the first word of "gcc", so it can be a program name with args.
2403set dummy gcc; ac_word=$2
2404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2405$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2406if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2407 $as_echo_n "(cached) " >&6
2408else
2409 if test -n "$ac_ct_CC"; then
2410 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2411else
2412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413for as_dir in $PATH
2414do
2415 IFS=$as_save_IFS
2416 test -z "$as_dir" && as_dir=.
2417 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2418 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2419 ac_cv_prog_ac_ct_CC="gcc"
2420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2421 break 2
2422 fi
2423done
2424 done
2425IFS=$as_save_IFS
2426
2427fi
2428fi
2429ac_ct_CC=$ac_cv_prog_ac_ct_CC
2430if test -n "$ac_ct_CC"; then
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2432$as_echo "$ac_ct_CC" >&6; }
2433else
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2435$as_echo "no" >&6; }
2436fi
2437
2438 if test "x$ac_ct_CC" = x; then
2439 CC=""
2440 else
2441 case $cross_compiling:$ac_tool_warned in
2442yes:)
2443{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2444$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2445ac_tool_warned=yes ;;
2446esac
2447 CC=$ac_ct_CC
2448 fi
2449else
2450 CC="$ac_cv_prog_CC"
2451fi
2452
2453if test -z "$CC"; then
2454 if test -n "$ac_tool_prefix"; then
2455 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2456set dummy ${ac_tool_prefix}cc; ac_word=$2
2457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2458$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2459if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2460 $as_echo_n "(cached) " >&6
2461else
2462 if test -n "$CC"; then
2463 ac_cv_prog_CC="$CC" # Let the user override the test.
2464else
2465as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2466for as_dir in $PATH
2467do
2468 IFS=$as_save_IFS
2469 test -z "$as_dir" && as_dir=.
2470 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2472 ac_cv_prog_CC="${ac_tool_prefix}cc"
2473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2474 break 2
2475 fi
2476done
2477 done
2478IFS=$as_save_IFS
2479
2480fi
2481fi
2482CC=$ac_cv_prog_CC
2483if test -n "$CC"; then
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2485$as_echo "$CC" >&6; }
2486else
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2488$as_echo "no" >&6; }
2489fi
2490
2491
2492 fi
2493fi
2494if test -z "$CC"; then
2495 # Extract the first word of "cc", so it can be a program name with args.
2496set dummy cc; ac_word=$2
2497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2498$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2499if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2500 $as_echo_n "(cached) " >&6
2501else
2502 if test -n "$CC"; then
2503 ac_cv_prog_CC="$CC" # Let the user override the test.
2504else
2505 ac_prog_rejected=no
2506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2507for as_dir in $PATH
2508do
2509 IFS=$as_save_IFS
2510 test -z "$as_dir" && as_dir=.
2511 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2512 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2513 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2514 ac_prog_rejected=yes
2515 continue
2516 fi
2517 ac_cv_prog_CC="cc"
2518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2519 break 2
2520 fi
2521done
2522 done
2523IFS=$as_save_IFS
2524
2525if test $ac_prog_rejected = yes; then
2526 # We found a bogon in the path, so make sure we never use it.
2527 set dummy $ac_cv_prog_CC
2528 shift
2529 if test $# != 0; then
2530 # We chose a different compiler from the bogus one.
2531 # However, it has the same basename, so the bogon will be chosen
2532 # first if we set CC to just the basename; use the full file name.
2533 shift
2534 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2535 fi
2536fi
2537fi
2538fi
2539CC=$ac_cv_prog_CC
2540if test -n "$CC"; then
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2542$as_echo "$CC" >&6; }
2543else
2544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2545$as_echo "no" >&6; }
2546fi
2547
2548
2549fi
2550if test -z "$CC"; then
2551 if test -n "$ac_tool_prefix"; then
2552 for ac_prog in cl.exe
2553 do
2554 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2555set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2557$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2558if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2559 $as_echo_n "(cached) " >&6
2560else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563else
2564as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2565for as_dir in $PATH
2566do
2567 IFS=$as_save_IFS
2568 test -z "$as_dir" && as_dir=.
2569 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2570 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2571 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2574 fi
2575done
2576 done
2577IFS=$as_save_IFS
2578
2579fi
2580fi
2581CC=$ac_cv_prog_CC
2582if test -n "$CC"; then
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2584$as_echo "$CC" >&6; }
2585else
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2587$as_echo "no" >&6; }
2588fi
2589
2590
2591 test -n "$CC" && break
2592 done
2593fi
2594if test -z "$CC"; then
2595 ac_ct_CC=$CC
2596 for ac_prog in cl.exe
2597do
2598 # Extract the first word of "$ac_prog", so it can be a program name with args.
2599set dummy $ac_prog; ac_word=$2
2600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2601$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2602if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2603 $as_echo_n "(cached) " >&6
2604else
2605 if test -n "$ac_ct_CC"; then
2606 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2607else
2608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2609for as_dir in $PATH
2610do
2611 IFS=$as_save_IFS
2612 test -z "$as_dir" && as_dir=.
2613 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2615 ac_cv_prog_ac_ct_CC="$ac_prog"
2616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2617 break 2
2618 fi
2619done
2620 done
2621IFS=$as_save_IFS
2622
2623fi
2624fi
2625ac_ct_CC=$ac_cv_prog_ac_ct_CC
2626if test -n "$ac_ct_CC"; then
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2628$as_echo "$ac_ct_CC" >&6; }
2629else
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2631$as_echo "no" >&6; }
2632fi
2633
2634
2635 test -n "$ac_ct_CC" && break
2636done
2637
2638 if test "x$ac_ct_CC" = x; then
2639 CC=""
2640 else
2641 case $cross_compiling:$ac_tool_warned in
2642yes:)
2643{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2644$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2645ac_tool_warned=yes ;;
2646esac
2647 CC=$ac_ct_CC
2648 fi
2649fi
2650
2651fi
2652
2653
2654test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2655$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2656as_fn_error $? "no acceptable C compiler found in \$PATH
2657See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2658
2659# Provide some information about the compiler.
2660$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2661set X $ac_compile
2662ac_compiler=$2
2663for ac_option in --version -v -V -qversion; do
2664 { { ac_try="$ac_compiler $ac_option >&5"
2665case "(($ac_try" in
2666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2667 *) ac_try_echo=$ac_try;;
2668esac
2669eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2670$as_echo "$ac_try_echo"; } >&5
2671 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2672 ac_status=$?
2673 if test -s conftest.err; then
2674 sed '10a\
2675... rest of stderr output deleted ...
2676 10q' conftest.err >conftest.er1
2677 cat conftest.er1 >&5
6bb11ab3 2678 fi
d0ac1c44 2679 rm -f conftest.er1 conftest.err
6bb11ab3
L
2680 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2681 test $ac_status = 0; }
2682done
2683
2684cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2685/* end confdefs.h. */
2686
2687int
2688main ()
2689{
2690
2691 ;
2692 return 0;
2693}
2694_ACEOF
2695ac_clean_files_save=$ac_clean_files
d0ac1c44 2696ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2697# Try to create an executable without -o first, disregard a.out.
2698# It will help us diagnose broken compilers, and finding out an intuition
2699# of exeext.
d0ac1c44
SM
2700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2701$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2702ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2703
2704# The possible output files:
2705ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2706
2707ac_rmfiles=
2708for ac_file in $ac_files
2709do
2710 case $ac_file in
2711 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2712 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2713 esac
2714done
2715rm -f $ac_rmfiles
2716
2717if { { ac_try="$ac_link_default"
2718case "(($ac_try" in
2719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2720 *) ac_try_echo=$ac_try;;
2721esac
2722eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2723$as_echo "$ac_try_echo"; } >&5
2724 (eval "$ac_link_default") 2>&5
2725 ac_status=$?
2726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2727 test $ac_status = 0; }; then :
2728 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2729# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2730# in a Makefile. We should not override ac_cv_exeext if it was cached,
2731# so that the user can short-circuit this test for compilers unknown to
2732# Autoconf.
2733for ac_file in $ac_files ''
2734do
2735 test -f "$ac_file" || continue
2736 case $ac_file in
2737 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2738 ;;
2739 [ab].out )
2740 # We found the default executable, but exeext='' is most
2741 # certainly right.
2742 break;;
2743 *.* )
2744 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2745 then :; else
2746 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2747 fi
2748 # We set ac_cv_exeext here because the later test for it is not
2749 # safe: cross compilers may not add the suffix if given an `-o'
2750 # argument, so we may need to know it at that point already.
2751 # Even if this section looks crufty: it has the advantage of
2752 # actually working.
2753 break;;
2754 * )
2755 break;;
2756 esac
2757done
2758test "$ac_cv_exeext" = no && ac_cv_exeext=
2759
2760else
2761 ac_file=''
2762fi
6bb11ab3 2763if test -z "$ac_file"; then :
d0ac1c44
SM
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2765$as_echo "no" >&6; }
2766$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2767sed 's/^/| /' conftest.$ac_ext >&5
2768
2769{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2770$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2771as_fn_error 77 "C compiler cannot create executables
2772See \`config.log' for more details" "$LINENO" 5; }
2773else
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2775$as_echo "yes" >&6; }
6bb11ab3 2776fi
d0ac1c44
SM
2777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2778$as_echo_n "checking for C compiler default output file name... " >&6; }
2779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2780$as_echo "$ac_file" >&6; }
6bb11ab3
L
2781ac_exeext=$ac_cv_exeext
2782
d0ac1c44 2783rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2784ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2786$as_echo_n "checking for suffix of executables... " >&6; }
2787if { { ac_try="$ac_link"
2788case "(($ac_try" in
2789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2790 *) ac_try_echo=$ac_try;;
2791esac
2792eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2793$as_echo "$ac_try_echo"; } >&5
2794 (eval "$ac_link") 2>&5
2795 ac_status=$?
2796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2797 test $ac_status = 0; }; then :
2798 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2799# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2800# work properly (i.e., refer to `conftest.exe'), while it won't with
2801# `rm'.
2802for ac_file in conftest.exe conftest conftest.*; do
2803 test -f "$ac_file" || continue
2804 case $ac_file in
2805 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2806 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2807 break;;
2808 * ) break;;
2809 esac
2810done
2811else
2812 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2813$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2814as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2815See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2816fi
d0ac1c44 2817rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2819$as_echo "$ac_cv_exeext" >&6; }
2820
2821rm -f conftest.$ac_ext
2822EXEEXT=$ac_cv_exeext
2823ac_exeext=$EXEEXT
d0ac1c44
SM
2824cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2825/* end confdefs.h. */
2826#include <stdio.h>
2827int
2828main ()
2829{
2830FILE *f = fopen ("conftest.out", "w");
2831 return ferror (f) || fclose (f) != 0;
2832
2833 ;
2834 return 0;
2835}
2836_ACEOF
2837ac_clean_files="$ac_clean_files conftest.out"
2838# Check that the compiler produces executables we can run. If not, either
2839# the compiler is broken, or we cross compile.
2840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2841$as_echo_n "checking whether we are cross compiling... " >&6; }
2842if test "$cross_compiling" != yes; then
2843 { { ac_try="$ac_link"
2844case "(($ac_try" in
2845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2846 *) ac_try_echo=$ac_try;;
2847esac
2848eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2849$as_echo "$ac_try_echo"; } >&5
2850 (eval "$ac_link") 2>&5
2851 ac_status=$?
2852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2853 test $ac_status = 0; }
2854 if { ac_try='./conftest$ac_cv_exeext'
2855 { { case "(($ac_try" in
2856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2857 *) ac_try_echo=$ac_try;;
2858esac
2859eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2860$as_echo "$ac_try_echo"; } >&5
2861 (eval "$ac_try") 2>&5
2862 ac_status=$?
2863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2864 test $ac_status = 0; }; }; then
2865 cross_compiling=no
2866 else
2867 if test "$cross_compiling" = maybe; then
2868 cross_compiling=yes
2869 else
2870 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2871$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2872as_fn_error $? "cannot run C compiled programs.
2873If you meant to cross compile, use \`--host'.
2874See \`config.log' for more details" "$LINENO" 5; }
2875 fi
2876 fi
2877fi
2878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2879$as_echo "$cross_compiling" >&6; }
2880
2881rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2882ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2884$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2885if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2886 $as_echo_n "(cached) " >&6
2887else
2888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2889/* end confdefs.h. */
2890
2891int
2892main ()
2893{
2894
2895 ;
2896 return 0;
2897}
2898_ACEOF
2899rm -f conftest.o conftest.obj
2900if { { ac_try="$ac_compile"
2901case "(($ac_try" in
2902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2903 *) ac_try_echo=$ac_try;;
2904esac
2905eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2906$as_echo "$ac_try_echo"; } >&5
2907 (eval "$ac_compile") 2>&5
2908 ac_status=$?
2909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2910 test $ac_status = 0; }; then :
2911 for ac_file in conftest.o conftest.obj conftest.*; do
2912 test -f "$ac_file" || continue;
2913 case $ac_file in
2914 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2915 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2916 break;;
2917 esac
2918done
2919else
2920 $as_echo "$as_me: failed program was:" >&5
2921sed 's/^/| /' conftest.$ac_ext >&5
2922
2923{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2924$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2925as_fn_error $? "cannot compute suffix of object files: cannot compile
2926See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2927fi
2928rm -f conftest.$ac_cv_objext conftest.$ac_ext
2929fi
2930{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2931$as_echo "$ac_cv_objext" >&6; }
2932OBJEXT=$ac_cv_objext
2933ac_objext=$OBJEXT
2934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2935$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2936if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2937 $as_echo_n "(cached) " >&6
2938else
2939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2940/* end confdefs.h. */
2941
2942int
2943main ()
2944{
2945#ifndef __GNUC__
2946 choke me
2947#endif
2948
2949 ;
2950 return 0;
2951}
2952_ACEOF
2953if ac_fn_c_try_compile "$LINENO"; then :
2954 ac_compiler_gnu=yes
2955else
2956 ac_compiler_gnu=no
2957fi
2958rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2959ac_cv_c_compiler_gnu=$ac_compiler_gnu
2960
2961fi
2962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2963$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2964if test $ac_compiler_gnu = yes; then
2965 GCC=yes
2966else
2967 GCC=
2968fi
2969ac_test_CFLAGS=${CFLAGS+set}
2970ac_save_CFLAGS=$CFLAGS
2971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2972$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2973if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2974 $as_echo_n "(cached) " >&6
2975else
2976 ac_save_c_werror_flag=$ac_c_werror_flag
2977 ac_c_werror_flag=yes
2978 ac_cv_prog_cc_g=no
2979 CFLAGS="-g"
2980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2981/* end confdefs.h. */
2982
2983int
2984main ()
2985{
2986
2987 ;
2988 return 0;
2989}
2990_ACEOF
2991if ac_fn_c_try_compile "$LINENO"; then :
2992 ac_cv_prog_cc_g=yes
2993else
2994 CFLAGS=""
2995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2996/* end confdefs.h. */
2997
2998int
2999main ()
3000{
3001
3002 ;
3003 return 0;
3004}
3005_ACEOF
3006if ac_fn_c_try_compile "$LINENO"; then :
3007
3008else
3009 ac_c_werror_flag=$ac_save_c_werror_flag
3010 CFLAGS="-g"
3011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3012/* end confdefs.h. */
3013
3014int
3015main ()
3016{
3017
3018 ;
3019 return 0;
3020}
3021_ACEOF
3022if ac_fn_c_try_compile "$LINENO"; then :
3023 ac_cv_prog_cc_g=yes
3024fi
3025rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3026fi
3027rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3028fi
3029rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3030 ac_c_werror_flag=$ac_save_c_werror_flag
3031fi
3032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3033$as_echo "$ac_cv_prog_cc_g" >&6; }
3034if test "$ac_test_CFLAGS" = set; then
3035 CFLAGS=$ac_save_CFLAGS
3036elif test $ac_cv_prog_cc_g = yes; then
3037 if test "$GCC" = yes; then
3038 CFLAGS="-g -O2"
3039 else
3040 CFLAGS="-g"
3041 fi
3042else
3043 if test "$GCC" = yes; then
3044 CFLAGS="-O2"
3045 else
3046 CFLAGS=
3047 fi
3048fi
3049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3050$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3051if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3052 $as_echo_n "(cached) " >&6
3053else
3054 ac_cv_prog_cc_c89=no
3055ac_save_CC=$CC
3056cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3057/* end confdefs.h. */
3058#include <stdarg.h>
3059#include <stdio.h>
d0ac1c44 3060struct stat;
6bb11ab3
L
3061/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3062struct buf { int x; };
3063FILE * (*rcsopen) (struct buf *, struct stat *, int);
3064static char *e (p, i)
3065 char **p;
3066 int i;
3067{
3068 return p[i];
3069}
3070static char *f (char * (*g) (char **, int), char **p, ...)
3071{
3072 char *s;
3073 va_list v;
3074 va_start (v,p);
3075 s = g (p, va_arg (v,int));
3076 va_end (v);
3077 return s;
3078}
3079
3080/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3081 function prototypes and stuff, but not '\xHH' hex character constants.
3082 These don't provoke an error unfortunately, instead are silently treated
3083 as 'x'. The following induces an error, until -std is added to get
3084 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3085 array size at least. It's necessary to write '\x00'==0 to get something
3086 that's true only with -std. */
3087int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3088
3089/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3090 inside strings and character constants. */
3091#define FOO(x) 'x'
3092int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3093
3094int test (int i, double x);
3095struct s1 {int (*f) (int a);};
3096struct s2 {int (*f) (double a);};
3097int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3098int argc;
3099char **argv;
3100int
3101main ()
3102{
3103return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3104 ;
3105 return 0;
3106}
3107_ACEOF
3108for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3109 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3110do
3111 CC="$ac_save_CC $ac_arg"
3112 if ac_fn_c_try_compile "$LINENO"; then :
3113 ac_cv_prog_cc_c89=$ac_arg
3114fi
3115rm -f core conftest.err conftest.$ac_objext
3116 test "x$ac_cv_prog_cc_c89" != "xno" && break
3117done
3118rm -f conftest.$ac_ext
3119CC=$ac_save_CC
3120
3121fi
3122# AC_CACHE_VAL
3123case "x$ac_cv_prog_cc_c89" in
3124 x)
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3126$as_echo "none needed" >&6; } ;;
3127 xno)
3128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3129$as_echo "unsupported" >&6; } ;;
3130 *)
3131 CC="$CC $ac_cv_prog_cc_c89"
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3133$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3134esac
3135if test "x$ac_cv_prog_cc_c89" != xno; then :
3136
3137fi
3138
3139ac_ext=c
3140ac_cpp='$CPP $CPPFLAGS'
3141ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3142ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3143ac_compiler_gnu=$ac_cv_c_compiler_gnu
3144
c2783492 3145
ebe9564b
MF
3146ac_ext=c
3147ac_cpp='$CPP $CPPFLAGS'
3148ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3149ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3150ac_compiler_gnu=$ac_cv_c_compiler_gnu
3151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3152$as_echo_n "checking how to run the C preprocessor... " >&6; }
3153# On Suns, sometimes $CPP names a directory.
3154if test -n "$CPP" && test -d "$CPP"; then
3155 CPP=
3156fi
3157if test -z "$CPP"; then
3158 if ${ac_cv_prog_CPP+:} false; then :
3159 $as_echo_n "(cached) " >&6
3160else
3161 # Double quotes because CPP needs to be expanded
3162 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3163 do
3164 ac_preproc_ok=false
3165for ac_c_preproc_warn_flag in '' yes
3166do
3167 # Use a header file that comes with gcc, so configuring glibc
3168 # with a fresh cross-compiler works.
3169 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3170 # <limits.h> exists even on freestanding compilers.
3171 # On the NeXT, cc -E runs the code through the compiler's parser,
3172 # not just through cpp. "Syntax error" is here to catch this case.
3173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3174/* end confdefs.h. */
3175#ifdef __STDC__
3176# include <limits.h>
3177#else
3178# include <assert.h>
3179#endif
3180 Syntax error
3181_ACEOF
3182if ac_fn_c_try_cpp "$LINENO"; then :
3183
3184else
3185 # Broken: fails on valid input.
3186continue
3187fi
3188rm -f conftest.err conftest.i conftest.$ac_ext
3189
3190 # OK, works on sane cases. Now check whether nonexistent headers
3191 # can be detected and how.
3192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3193/* end confdefs.h. */
3194#include <ac_nonexistent.h>
3195_ACEOF
3196if ac_fn_c_try_cpp "$LINENO"; then :
3197 # Broken: success on invalid input.
3198continue
3199else
3200 # Passes both tests.
3201ac_preproc_ok=:
3202break
3203fi
3204rm -f conftest.err conftest.i conftest.$ac_ext
3205
3206done
3207# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3208rm -f conftest.i conftest.err conftest.$ac_ext
3209if $ac_preproc_ok; then :
3210 break
3211fi
3212
3213 done
3214 ac_cv_prog_CPP=$CPP
3215
3216fi
3217 CPP=$ac_cv_prog_CPP
3218else
3219 ac_cv_prog_CPP=$CPP
3220fi
3221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3222$as_echo "$CPP" >&6; }
3223ac_preproc_ok=false
3224for ac_c_preproc_warn_flag in '' yes
3225do
3226 # Use a header file that comes with gcc, so configuring glibc
3227 # with a fresh cross-compiler works.
3228 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3229 # <limits.h> exists even on freestanding compilers.
3230 # On the NeXT, cc -E runs the code through the compiler's parser,
3231 # not just through cpp. "Syntax error" is here to catch this case.
3232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3233/* end confdefs.h. */
3234#ifdef __STDC__
3235# include <limits.h>
3236#else
3237# include <assert.h>
3238#endif
3239 Syntax error
3240_ACEOF
3241if ac_fn_c_try_cpp "$LINENO"; then :
3242
3243else
3244 # Broken: fails on valid input.
3245continue
3246fi
3247rm -f conftest.err conftest.i conftest.$ac_ext
3248
3249 # OK, works on sane cases. Now check whether nonexistent headers
3250 # can be detected and how.
3251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3252/* end confdefs.h. */
3253#include <ac_nonexistent.h>
3254_ACEOF
3255if ac_fn_c_try_cpp "$LINENO"; then :
3256 # Broken: success on invalid input.
3257continue
3258else
3259 # Passes both tests.
3260ac_preproc_ok=:
3261break
3262fi
3263rm -f conftest.err conftest.i conftest.$ac_ext
3264
3265done
3266# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3267rm -f conftest.i conftest.err conftest.$ac_ext
3268if $ac_preproc_ok; then :
3269
3270else
3271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3272$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3273as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3274See \`config.log' for more details" "$LINENO" 5; }
3275fi
3276
3277ac_ext=c
3278ac_cpp='$CPP $CPPFLAGS'
3279ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3280ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3281ac_compiler_gnu=$ac_cv_c_compiler_gnu
3282
6bb11ab3
L
3283
3284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3285$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3286if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3287 $as_echo_n "(cached) " >&6
3288else
3289 if test -z "$GREP"; then
3290 ac_path_GREP_found=false
3291 # Loop through the user's path and test for each of PROGNAME-LIST
3292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3293for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3294do
3295 IFS=$as_save_IFS
3296 test -z "$as_dir" && as_dir=.
3297 for ac_prog in grep ggrep; do
3298 for ac_exec_ext in '' $ac_executable_extensions; do
3299 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3300 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3301# Check for GNU ac_path_GREP and select it if it is found.
3302 # Check for GNU $ac_path_GREP
3303case `"$ac_path_GREP" --version 2>&1` in
3304*GNU*)
3305 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3306*)
3307 ac_count=0
3308 $as_echo_n 0123456789 >"conftest.in"
3309 while :
3310 do
3311 cat "conftest.in" "conftest.in" >"conftest.tmp"
3312 mv "conftest.tmp" "conftest.in"
3313 cp "conftest.in" "conftest.nl"
3314 $as_echo 'GREP' >> "conftest.nl"
3315 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3316 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3317 as_fn_arith $ac_count + 1 && ac_count=$as_val
3318 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3319 # Best one so far, save it but keep looking for a better one
3320 ac_cv_path_GREP="$ac_path_GREP"
3321 ac_path_GREP_max=$ac_count
3322 fi
3323 # 10*(2^10) chars as input seems more than enough
3324 test $ac_count -gt 10 && break
3325 done
3326 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3327esac
3328
3329 $ac_path_GREP_found && break 3
3330 done
3331 done
3332 done
3333IFS=$as_save_IFS
3334 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3335 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3336 fi
3337else
3338 ac_cv_path_GREP=$GREP
3339fi
3340
3341fi
3342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3343$as_echo "$ac_cv_path_GREP" >&6; }
3344 GREP="$ac_cv_path_GREP"
3345
3346
3347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3348$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3349if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3350 $as_echo_n "(cached) " >&6
3351else
3352 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3353 then ac_cv_path_EGREP="$GREP -E"
3354 else
3355 if test -z "$EGREP"; then
3356 ac_path_EGREP_found=false
3357 # Loop through the user's path and test for each of PROGNAME-LIST
3358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3359for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3360do
3361 IFS=$as_save_IFS
3362 test -z "$as_dir" && as_dir=.
3363 for ac_prog in egrep; do
3364 for ac_exec_ext in '' $ac_executable_extensions; do
3365 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3366 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3367# Check for GNU ac_path_EGREP and select it if it is found.
3368 # Check for GNU $ac_path_EGREP
3369case `"$ac_path_EGREP" --version 2>&1` in
3370*GNU*)
3371 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3372*)
3373 ac_count=0
3374 $as_echo_n 0123456789 >"conftest.in"
3375 while :
3376 do
3377 cat "conftest.in" "conftest.in" >"conftest.tmp"
3378 mv "conftest.tmp" "conftest.in"
3379 cp "conftest.in" "conftest.nl"
3380 $as_echo 'EGREP' >> "conftest.nl"
3381 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3382 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3383 as_fn_arith $ac_count + 1 && ac_count=$as_val
3384 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3385 # Best one so far, save it but keep looking for a better one
3386 ac_cv_path_EGREP="$ac_path_EGREP"
3387 ac_path_EGREP_max=$ac_count
3388 fi
3389 # 10*(2^10) chars as input seems more than enough
3390 test $ac_count -gt 10 && break
3391 done
3392 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3393esac
3394
3395 $ac_path_EGREP_found && break 3
3396 done
3397 done
3398 done
3399IFS=$as_save_IFS
3400 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3401 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3402 fi
3403else
3404 ac_cv_path_EGREP=$EGREP
3405fi
3406
3407 fi
3408fi
3409{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3410$as_echo "$ac_cv_path_EGREP" >&6; }
3411 EGREP="$ac_cv_path_EGREP"
3412
3413
3414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3415$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3416if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3417 $as_echo_n "(cached) " >&6
3418else
3419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3420/* end confdefs.h. */
3421#include <stdlib.h>
3422#include <stdarg.h>
3423#include <string.h>
3424#include <float.h>
3425
3426int
3427main ()
3428{
3429
3430 ;
3431 return 0;
3432}
3433_ACEOF
3434if ac_fn_c_try_compile "$LINENO"; then :
3435 ac_cv_header_stdc=yes
3436else
3437 ac_cv_header_stdc=no
3438fi
3439rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3440
3441if test $ac_cv_header_stdc = yes; then
3442 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3444/* end confdefs.h. */
3445#include <string.h>
3446
3447_ACEOF
3448if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3449 $EGREP "memchr" >/dev/null 2>&1; then :
3450
3451else
3452 ac_cv_header_stdc=no
3453fi
3454rm -f conftest*
3455
3456fi
3457
3458if test $ac_cv_header_stdc = yes; then
3459 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3461/* end confdefs.h. */
3462#include <stdlib.h>
3463
3464_ACEOF
3465if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3466 $EGREP "free" >/dev/null 2>&1; then :
3467
3468else
3469 ac_cv_header_stdc=no
3470fi
3471rm -f conftest*
3472
3473fi
3474
3475if test $ac_cv_header_stdc = yes; then
3476 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3477 if test "$cross_compiling" = yes; then :
3478 :
3479else
3480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3481/* end confdefs.h. */
3482#include <ctype.h>
3483#include <stdlib.h>
3484#if ((' ' & 0x0FF) == 0x020)
3485# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3486# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3487#else
3488# define ISLOWER(c) \
3489 (('a' <= (c) && (c) <= 'i') \
3490 || ('j' <= (c) && (c) <= 'r') \
3491 || ('s' <= (c) && (c) <= 'z'))
3492# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3493#endif
3494
3495#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3496int
3497main ()
3498{
3499 int i;
3500 for (i = 0; i < 256; i++)
3501 if (XOR (islower (i), ISLOWER (i))
3502 || toupper (i) != TOUPPER (i))
3503 return 2;
3504 return 0;
3505}
3506_ACEOF
3507if ac_fn_c_try_run "$LINENO"; then :
3508
3509else
3510 ac_cv_header_stdc=no
3511fi
3512rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3513 conftest.$ac_objext conftest.beam conftest.$ac_ext
3514fi
3515
3516fi
3517fi
3518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3519$as_echo "$ac_cv_header_stdc" >&6; }
3520if test $ac_cv_header_stdc = yes; then
3521
3522$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3523
3524fi
3525
3526# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3527for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3528 inttypes.h stdint.h unistd.h
3529do :
3530 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3531ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3532"
d0ac1c44 3533if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3534 cat >>confdefs.h <<_ACEOF
3535#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3536_ACEOF
3537
3538fi
3539
3540done
3541
3542
3543
3544 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3545if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3546 MINIX=yes
3547else
3548 MINIX=
3549fi
3550
3551
3552 if test "$MINIX" = yes; then
3553
3554$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3555
3556
3557$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3558
3559
3560$as_echo "#define _MINIX 1" >>confdefs.h
3561
3562 fi
3563
3564
3565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3566$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3567if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3568 $as_echo_n "(cached) " >&6
3569else
3570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3571/* end confdefs.h. */
3572
d0ac1c44
SM
3573# define __EXTENSIONS__ 1
3574 $ac_includes_default
6bb11ab3
L
3575int
3576main ()
3577{
3578
3579 ;
3580 return 0;
3581}
3582_ACEOF
3583if ac_fn_c_try_compile "$LINENO"; then :
3584 ac_cv_safe_to_define___extensions__=yes
3585else
3586 ac_cv_safe_to_define___extensions__=no
3587fi
3588rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3589fi
3590{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3591$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3592 test $ac_cv_safe_to_define___extensions__ = yes &&
3593 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3594
3595 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3596
3597 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3598
3599 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3600
3601 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3602
3603
3604test "$program_prefix" != NONE &&
3605 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3606# Use a double $ so make ignores it.
3607test "$program_suffix" != NONE &&
3608 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3609# Double any \ or $.
3610# By default was `s,x,x', remove it if useless.
3611ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3612program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3613
3614# Find a good install program. We prefer a C program (faster),
3615# so one script is as good as another. But avoid the broken or
3616# incompatible versions:
3617# SysV /etc/install, /usr/sbin/install
3618# SunOS /usr/etc/install
3619# IRIX /sbin/install
3620# AIX /bin/install
3621# AmigaOS /C/install, which installs bootblocks on floppy discs
3622# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3623# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3624# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3625# OS/2's system install, which has a completely different semantic
3626# ./install, which can be erroneously created by make from ./install.sh.
3627# Reject install programs that cannot install multiple files.
3628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3629$as_echo_n "checking for a BSD-compatible install... " >&6; }
3630if test -z "$INSTALL"; then
d0ac1c44 3631if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3632 $as_echo_n "(cached) " >&6
3633else
3634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3635for as_dir in $PATH
3636do
3637 IFS=$as_save_IFS
3638 test -z "$as_dir" && as_dir=.
3639 # Account for people who put trailing slashes in PATH elements.
3640case $as_dir/ in #((
3641 ./ | .// | /[cC]/* | \
3642 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3643 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3644 /usr/ucb/* ) ;;
3645 *)
3646 # OSF1 and SCO ODT 3.0 have their own names for install.
3647 # Don't use installbsd from OSF since it installs stuff as root
3648 # by default.
3649 for ac_prog in ginstall scoinst install; do
3650 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3651 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3652 if test $ac_prog = install &&
3653 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3654 # AIX install. It has an incompatible calling convention.
3655 :
3656 elif test $ac_prog = install &&
3657 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3658 # program-specific install script used by HP pwplus--don't use.
3659 :
3660 else
3661 rm -rf conftest.one conftest.two conftest.dir
3662 echo one > conftest.one
3663 echo two > conftest.two
3664 mkdir conftest.dir
3665 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3666 test -s conftest.one && test -s conftest.two &&
3667 test -s conftest.dir/conftest.one &&
3668 test -s conftest.dir/conftest.two
3669 then
3670 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3671 break 3
3672 fi
3673 fi
3674 fi
3675 done
3676 done
3677 ;;
3678esac
3679
3680 done
3681IFS=$as_save_IFS
3682
3683rm -rf conftest.one conftest.two conftest.dir
3684
3685fi
3686 if test "${ac_cv_path_install+set}" = set; then
3687 INSTALL=$ac_cv_path_install
3688 else
3689 # As a last resort, use the slow shell script. Don't cache a
3690 # value for INSTALL within a source directory, because that will
3691 # break other packages using the cache if that directory is
3692 # removed, or if the value is a relative name.
3693 INSTALL=$ac_install_sh
3694 fi
3695fi
3696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3697$as_echo "$INSTALL" >&6; }
3698
3699# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3700# It thinks the first close brace ends the variable substitution.
3701test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3702
3703test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3704
3705test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3706
3707rm -rf .tst 2>/dev/null
3708mkdir .tst 2>/dev/null
3709if test -d .tst; then
3710 am__leading_dot=.
3711else
3712 am__leading_dot=_
3713fi
3714rmdir .tst 2>/dev/null
3715
3716DEPDIR="${am__leading_dot}deps"
3717
3718case `pwd` in
3719 *\ * | *\ *)
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3721$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3722esac
3723
3724
3725
3726macro_version='2.2.7a'
3727macro_revision='1.3134'
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741ltmain="$ac_aux_dir/ltmain.sh"
3742
3743# Backslashify metacharacters that are still active within
3744# double-quoted strings.
3745sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3746
3747# Same as above, but do not quote variable references.
3748double_quote_subst='s/\(["`\\]\)/\\\1/g'
3749
3750# Sed substitution to delay expansion of an escaped shell variable in a
3751# double_quote_subst'ed string.
3752delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3753
3754# Sed substitution to delay expansion of an escaped single quote.
3755delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3756
3757# Sed substitution to avoid accidental globbing in evaled expressions
3758no_glob_subst='s/\*/\\\*/g'
3759
3760ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3761ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3762ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3763
3764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3765$as_echo_n "checking how to print strings... " >&6; }
3766# Test print first, because it will be a builtin if present.
3767if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3768 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3769 ECHO='print -r --'
3770elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3771 ECHO='printf %s\n'
3772else
3773 # Use this function as a fallback that always works.
3774 func_fallback_echo ()
3775 {
3776 eval 'cat <<_LTECHO_EOF
3777$1
3778_LTECHO_EOF'
3779 }
3780 ECHO='func_fallback_echo'
3781fi
3782
3783# func_echo_all arg...
3784# Invoke $ECHO with all args, space-separated.
3785func_echo_all ()
3786{
3787 $ECHO ""
3788}
3789
3790case "$ECHO" in
3791 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3792$as_echo "printf" >&6; } ;;
3793 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3794$as_echo "print -r" >&6; } ;;
3795 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3796$as_echo "cat" >&6; } ;;
3797esac
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3813$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3814if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3815 $as_echo_n "(cached) " >&6
3816else
3817 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3818 for ac_i in 1 2 3 4 5 6 7; do
3819 ac_script="$ac_script$as_nl$ac_script"
3820 done
3821 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3822 { ac_script=; unset ac_script;}
3823 if test -z "$SED"; then
3824 ac_path_SED_found=false
3825 # Loop through the user's path and test for each of PROGNAME-LIST
3826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3827for as_dir in $PATH
3828do
3829 IFS=$as_save_IFS
3830 test -z "$as_dir" && as_dir=.
3831 for ac_prog in sed gsed; do
3832 for ac_exec_ext in '' $ac_executable_extensions; do
3833 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3834 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3835# Check for GNU ac_path_SED and select it if it is found.
3836 # Check for GNU $ac_path_SED
3837case `"$ac_path_SED" --version 2>&1` in
3838*GNU*)
3839 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3840*)
3841 ac_count=0
3842 $as_echo_n 0123456789 >"conftest.in"
3843 while :
3844 do
3845 cat "conftest.in" "conftest.in" >"conftest.tmp"
3846 mv "conftest.tmp" "conftest.in"
3847 cp "conftest.in" "conftest.nl"
3848 $as_echo '' >> "conftest.nl"
3849 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3850 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3851 as_fn_arith $ac_count + 1 && ac_count=$as_val
3852 if test $ac_count -gt ${ac_path_SED_max-0}; then
3853 # Best one so far, save it but keep looking for a better one
3854 ac_cv_path_SED="$ac_path_SED"
3855 ac_path_SED_max=$ac_count
3856 fi
3857 # 10*(2^10) chars as input seems more than enough
3858 test $ac_count -gt 10 && break
3859 done
3860 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3861esac
3862
3863 $ac_path_SED_found && break 3
3864 done
3865 done
3866 done
3867IFS=$as_save_IFS
3868 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3869 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3870 fi
3871else
3872 ac_cv_path_SED=$SED
3873fi
3874
3875fi
3876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3877$as_echo "$ac_cv_path_SED" >&6; }
3878 SED="$ac_cv_path_SED"
3879 rm -f conftest.sed
3880
3881test -z "$SED" && SED=sed
3882Xsed="$SED -e 1s/^X//"
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3895$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3896if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3897 $as_echo_n "(cached) " >&6
3898else
3899 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3900 then ac_cv_path_FGREP="$GREP -F"
3901 else
3902 if test -z "$FGREP"; then
3903 ac_path_FGREP_found=false
3904 # Loop through the user's path and test for each of PROGNAME-LIST
3905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3906for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3907do
3908 IFS=$as_save_IFS
3909 test -z "$as_dir" && as_dir=.
3910 for ac_prog in fgrep; do
3911 for ac_exec_ext in '' $ac_executable_extensions; do
3912 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3913 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3914# Check for GNU ac_path_FGREP and select it if it is found.
3915 # Check for GNU $ac_path_FGREP
3916case `"$ac_path_FGREP" --version 2>&1` in
3917*GNU*)
3918 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3919*)
3920 ac_count=0
3921 $as_echo_n 0123456789 >"conftest.in"
3922 while :
3923 do
3924 cat "conftest.in" "conftest.in" >"conftest.tmp"
3925 mv "conftest.tmp" "conftest.in"
3926 cp "conftest.in" "conftest.nl"
3927 $as_echo 'FGREP' >> "conftest.nl"
3928 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3929 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3930 as_fn_arith $ac_count + 1 && ac_count=$as_val
3931 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3932 # Best one so far, save it but keep looking for a better one
3933 ac_cv_path_FGREP="$ac_path_FGREP"
3934 ac_path_FGREP_max=$ac_count
3935 fi
3936 # 10*(2^10) chars as input seems more than enough
3937 test $ac_count -gt 10 && break
3938 done
3939 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3940esac
3941
3942 $ac_path_FGREP_found && break 3
3943 done
3944 done
3945 done
3946IFS=$as_save_IFS
3947 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3948 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3949 fi
3950else
3951 ac_cv_path_FGREP=$FGREP
3952fi
3953
3954 fi
3955fi
3956{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3957$as_echo "$ac_cv_path_FGREP" >&6; }
3958 FGREP="$ac_cv_path_FGREP"
3959
3960
3961test -z "$GREP" && GREP=grep
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981# Check whether --with-gnu-ld was given.
3982if test "${with_gnu_ld+set}" = set; then :
3983 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3984else
3985 with_gnu_ld=no
3986fi
3987
3988ac_prog=ld
3989if test "$GCC" = yes; then
3990 # Check if gcc -print-prog-name=ld gives a path.
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
3992$as_echo_n "checking for ld used by $CC... " >&6; }
3993 case $host in
3994 *-*-mingw*)
3995 # gcc leaves a trailing carriage return which upsets mingw
3996 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3997 *)
3998 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3999 esac
4000 case $ac_prog in
4001 # Accept absolute paths.
4002 [\\/]* | ?:[\\/]*)
4003 re_direlt='/[^/][^/]*/\.\./'
4004 # Canonicalize the pathname of ld
4005 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4006 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4007 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4008 done
4009 test -z "$LD" && LD="$ac_prog"
4010 ;;
4011 "")
4012 # If it fails, then pretend we aren't using GCC.
4013 ac_prog=ld
4014 ;;
4015 *)
4016 # If it is relative, then search for the first ld in PATH.
4017 with_gnu_ld=unknown
4018 ;;
4019 esac
4020elif test "$with_gnu_ld" = yes; then
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4022$as_echo_n "checking for GNU ld... " >&6; }
4023else
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4025$as_echo_n "checking for non-GNU ld... " >&6; }
4026fi
d0ac1c44 4027if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4028 $as_echo_n "(cached) " >&6
4029else
4030 if test -z "$LD"; then
4031 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4032 for ac_dir in $PATH; do
4033 IFS="$lt_save_ifs"
4034 test -z "$ac_dir" && ac_dir=.
4035 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4036 lt_cv_path_LD="$ac_dir/$ac_prog"
4037 # Check to see if the program is GNU ld. I'd rather use --version,
4038 # but apparently some variants of GNU ld only accept -v.
4039 # Break only if it was the GNU/non-GNU ld that we prefer.
4040 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4041 *GNU* | *'with BFD'*)
4042 test "$with_gnu_ld" != no && break
4043 ;;
4044 *)
4045 test "$with_gnu_ld" != yes && break
4046 ;;
4047 esac
4048 fi
4049 done
4050 IFS="$lt_save_ifs"
4051else
4052 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4053fi
4054fi
4055
4056LD="$lt_cv_path_LD"
4057if test -n "$LD"; then
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4059$as_echo "$LD" >&6; }
4060else
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062$as_echo "no" >&6; }
4063fi
d0ac1c44 4064test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4066$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4067if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4068 $as_echo_n "(cached) " >&6
4069else
4070 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4071case `$LD -v 2>&1 </dev/null` in
4072*GNU* | *'with BFD'*)
4073 lt_cv_prog_gnu_ld=yes
4074 ;;
4075*)
4076 lt_cv_prog_gnu_ld=no
4077 ;;
4078esac
4079fi
4080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4081$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4082with_gnu_ld=$lt_cv_prog_gnu_ld
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4093$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4094if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4095 $as_echo_n "(cached) " >&6
4096else
4097 if test -n "$NM"; then
4098 # Let the user override the test.
4099 lt_cv_path_NM="$NM"
4100else
4101 lt_nm_to_check="${ac_tool_prefix}nm"
4102 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4103 lt_nm_to_check="$lt_nm_to_check nm"
4104 fi
4105 for lt_tmp_nm in $lt_nm_to_check; do
4106 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4107 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4108 IFS="$lt_save_ifs"
4109 test -z "$ac_dir" && ac_dir=.
4110 tmp_nm="$ac_dir/$lt_tmp_nm"
4111 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4112 # Check to see if the nm accepts a BSD-compat flag.
4113 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4114 # nm: unknown option "B" ignored
4115 # Tru64's nm complains that /dev/null is an invalid object file
4116 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4117 */dev/null* | *'Invalid file or object type'*)
4118 lt_cv_path_NM="$tmp_nm -B"
4119 break
4120 ;;
4121 *)
4122 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4123 */dev/null*)
4124 lt_cv_path_NM="$tmp_nm -p"
4125 break
4126 ;;
4127 *)
4128 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4129 continue # so that we can try to find one that supports BSD flags
4130 ;;
4131 esac
4132 ;;
4133 esac
4134 fi
4135 done
4136 IFS="$lt_save_ifs"
4137 done
4138 : ${lt_cv_path_NM=no}
4139fi
4140fi
4141{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4142$as_echo "$lt_cv_path_NM" >&6; }
4143if test "$lt_cv_path_NM" != "no"; then
4144 NM="$lt_cv_path_NM"
4145else
4146 # Didn't find any BSD compatible name lister, look for dumpbin.
4147 if test -n "$DUMPBIN"; then :
4148 # Let the user override the test.
4149 else
4150 if test -n "$ac_tool_prefix"; then
4151 for ac_prog in dumpbin "link -dump"
4152 do
4153 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4154set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4156$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4157if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4158 $as_echo_n "(cached) " >&6
4159else
4160 if test -n "$DUMPBIN"; then
4161 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4162else
4163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4164for as_dir in $PATH
4165do
4166 IFS=$as_save_IFS
4167 test -z "$as_dir" && as_dir=.
4168 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4170 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4172 break 2
4173 fi
4174done
4175 done
4176IFS=$as_save_IFS
4177
4178fi
4179fi
4180DUMPBIN=$ac_cv_prog_DUMPBIN
4181if test -n "$DUMPBIN"; then
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4183$as_echo "$DUMPBIN" >&6; }
4184else
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4186$as_echo "no" >&6; }
4187fi
4188
4189
4190 test -n "$DUMPBIN" && break
4191 done
4192fi
4193if test -z "$DUMPBIN"; then
4194 ac_ct_DUMPBIN=$DUMPBIN
4195 for ac_prog in dumpbin "link -dump"
4196do
4197 # Extract the first word of "$ac_prog", so it can be a program name with args.
4198set dummy $ac_prog; ac_word=$2
4199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4200$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4201if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4202 $as_echo_n "(cached) " >&6
4203else
4204 if test -n "$ac_ct_DUMPBIN"; then
4205 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4206else
4207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4208for as_dir in $PATH
4209do
4210 IFS=$as_save_IFS
4211 test -z "$as_dir" && as_dir=.
4212 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4213 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4214 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4216 break 2
4217 fi
4218done
4219 done
4220IFS=$as_save_IFS
4221
4222fi
4223fi
4224ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4225if test -n "$ac_ct_DUMPBIN"; then
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4227$as_echo "$ac_ct_DUMPBIN" >&6; }
4228else
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4230$as_echo "no" >&6; }
4231fi
4232
4233
4234 test -n "$ac_ct_DUMPBIN" && break
4235done
4236
4237 if test "x$ac_ct_DUMPBIN" = x; then
4238 DUMPBIN=":"
4239 else
4240 case $cross_compiling:$ac_tool_warned in
4241yes:)
4242{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4243$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4244ac_tool_warned=yes ;;
4245esac
4246 DUMPBIN=$ac_ct_DUMPBIN
4247 fi
4248fi
4249
4250 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4251 *COFF*)
4252 DUMPBIN="$DUMPBIN -symbols"
4253 ;;
4254 *)
4255 DUMPBIN=:
4256 ;;
4257 esac
4258 fi
4259
4260 if test "$DUMPBIN" != ":"; then
4261 NM="$DUMPBIN"
4262 fi
4263fi
4264test -z "$NM" && NM=nm
4265
4266
4267
4268
4269
4270
4271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4272$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4273if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4274 $as_echo_n "(cached) " >&6
4275else
4276 lt_cv_nm_interface="BSD nm"
4277 echo "int some_variable = 0;" > conftest.$ac_ext
4278 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4279 (eval "$ac_compile" 2>conftest.err)
4280 cat conftest.err >&5
4281 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4282 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4283 cat conftest.err >&5
4284 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4285 cat conftest.out >&5
4286 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4287 lt_cv_nm_interface="MS dumpbin"
4288 fi
4289 rm -f conftest*
4290fi
4291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4292$as_echo "$lt_cv_nm_interface" >&6; }
4293
4294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4295$as_echo_n "checking whether ln -s works... " >&6; }
4296LN_S=$as_ln_s
4297if test "$LN_S" = "ln -s"; then
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4299$as_echo "yes" >&6; }
4300else
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4302$as_echo "no, using $LN_S" >&6; }
4303fi
4304
4305# find the maximum length of command line arguments
4306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4307$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4308if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4309 $as_echo_n "(cached) " >&6
4310else
4311 i=0
4312 teststring="ABCD"
4313
4314 case $build_os in
4315 msdosdjgpp*)
4316 # On DJGPP, this test can blow up pretty badly due to problems in libc
4317 # (any single argument exceeding 2000 bytes causes a buffer overrun
4318 # during glob expansion). Even if it were fixed, the result of this
4319 # check would be larger than it should be.
4320 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4321 ;;
4322
4323 gnu*)
4324 # Under GNU Hurd, this test is not required because there is
4325 # no limit to the length of command line arguments.
4326 # Libtool will interpret -1 as no limit whatsoever
4327 lt_cv_sys_max_cmd_len=-1;
4328 ;;
4329
4330 cygwin* | mingw* | cegcc*)
4331 # On Win9x/ME, this test blows up -- it succeeds, but takes
4332 # about 5 minutes as the teststring grows exponentially.
4333 # Worse, since 9x/ME are not pre-emptively multitasking,
4334 # you end up with a "frozen" computer, even though with patience
4335 # the test eventually succeeds (with a max line length of 256k).
4336 # Instead, let's just punt: use the minimum linelength reported by
4337 # all of the supported platforms: 8192 (on NT/2K/XP).
4338 lt_cv_sys_max_cmd_len=8192;
4339 ;;
4340
4341 mint*)
4342 # On MiNT this can take a long time and run out of memory.
4343 lt_cv_sys_max_cmd_len=8192;
4344 ;;
4345
4346 amigaos*)
4347 # On AmigaOS with pdksh, this test takes hours, literally.
4348 # So we just punt and use a minimum line length of 8192.
4349 lt_cv_sys_max_cmd_len=8192;
4350 ;;
4351
4352 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4353 # This has been around since 386BSD, at least. Likely further.
4354 if test -x /sbin/sysctl; then
4355 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4356 elif test -x /usr/sbin/sysctl; then
4357 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4358 else
4359 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4360 fi
4361 # And add a safety zone
4362 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4363 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4364 ;;
4365
4366 interix*)
4367 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4368 lt_cv_sys_max_cmd_len=196608
4369 ;;
4370
4371 osf*)
4372 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4373 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4374 # nice to cause kernel panics so lets avoid the loop below.
4375 # First set a reasonable default.
4376 lt_cv_sys_max_cmd_len=16384
4377 #
4378 if test -x /sbin/sysconfig; then
4379 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4380 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4381 esac
4382 fi
4383 ;;
4384 sco3.2v5*)
4385 lt_cv_sys_max_cmd_len=102400
4386 ;;
4387 sysv5* | sco5v6* | sysv4.2uw2*)
4388 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4389 if test -n "$kargmax"; then
4390 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4391 else
4392 lt_cv_sys_max_cmd_len=32768
4393 fi
4394 ;;
4395 *)
4396 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4397 if test -n "$lt_cv_sys_max_cmd_len"; then
4398 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4399 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4400 else
4401 # Make teststring a little bigger before we do anything with it.
4402 # a 1K string should be a reasonable start.
4403 for i in 1 2 3 4 5 6 7 8 ; do
4404 teststring=$teststring$teststring
4405 done
4406 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4407 # If test is not a shell built-in, we'll probably end up computing a
4408 # maximum length that is only half of the actual maximum length, but
4409 # we can't tell.
4410 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4411 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4412 test $i != 17 # 1/2 MB should be enough
4413 do
4414 i=`expr $i + 1`
4415 teststring=$teststring$teststring
4416 done
4417 # Only check the string length outside the loop.
4418 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4419 teststring=
4420 # Add a significant safety factor because C++ compilers can tack on
4421 # massive amounts of additional arguments before passing them to the
4422 # linker. It appears as though 1/2 is a usable value.
4423 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4424 fi
4425 ;;
4426 esac
4427
4428fi
4429
4430if test -n $lt_cv_sys_max_cmd_len ; then
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4432$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4433else
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4435$as_echo "none" >&6; }
4436fi
4437max_cmd_len=$lt_cv_sys_max_cmd_len
4438
4439
4440
4441
4442
4443
4444: ${CP="cp -f"}
4445: ${MV="mv -f"}
4446: ${RM="rm -f"}
4447
4448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4449$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4450# Try some XSI features
4451xsi_shell=no
4452( _lt_dummy="a/b/c"
4453 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4454 = c,a/b,, \
4455 && eval 'test $(( 1 + 1 )) -eq 2 \
4456 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4457 && xsi_shell=yes
4458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4459$as_echo "$xsi_shell" >&6; }
4460
4461
4462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4463$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4464lt_shell_append=no
4465( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4466 >/dev/null 2>&1 \
4467 && lt_shell_append=yes
4468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4469$as_echo "$lt_shell_append" >&6; }
4470
4471
4472if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4473 lt_unset=unset
4474else
4475 lt_unset=false
4476fi
4477
4478
4479
4480
4481
4482# test EBCDIC or ASCII
4483case `echo X|tr X '\101'` in
4484 A) # ASCII based system
4485 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4486 lt_SP2NL='tr \040 \012'
4487 lt_NL2SP='tr \015\012 \040\040'
4488 ;;
4489 *) # EBCDIC based system
4490 lt_SP2NL='tr \100 \n'
4491 lt_NL2SP='tr \r\n \100\100'
4492 ;;
4493esac
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4504$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4505if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4506 $as_echo_n "(cached) " >&6
4507else
4508 lt_cv_ld_reload_flag='-r'
4509fi
4510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4511$as_echo "$lt_cv_ld_reload_flag" >&6; }
4512reload_flag=$lt_cv_ld_reload_flag
4513case $reload_flag in
4514"" | " "*) ;;
4515*) reload_flag=" $reload_flag" ;;
4516esac
4517reload_cmds='$LD$reload_flag -o $output$reload_objs'
4518case $host_os in
4519 darwin*)
4520 if test "$GCC" = yes; then
4521 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4522 else
4523 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4524 fi
4525 ;;
4526esac
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536if test -n "$ac_tool_prefix"; then
4537 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4538set dummy ${ac_tool_prefix}objdump; ac_word=$2
4539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4540$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4541if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4542 $as_echo_n "(cached) " >&6
4543else
4544 if test -n "$OBJDUMP"; then
4545 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4546else
4547as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4548for as_dir in $PATH
4549do
4550 IFS=$as_save_IFS
4551 test -z "$as_dir" && as_dir=.
4552 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4553 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4554 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4556 break 2
4557 fi
4558done
4559 done
4560IFS=$as_save_IFS
4561
4562fi
4563fi
4564OBJDUMP=$ac_cv_prog_OBJDUMP
4565if test -n "$OBJDUMP"; then
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4567$as_echo "$OBJDUMP" >&6; }
4568else
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4570$as_echo "no" >&6; }
4571fi
4572
4573
4574fi
4575if test -z "$ac_cv_prog_OBJDUMP"; then
4576 ac_ct_OBJDUMP=$OBJDUMP
4577 # Extract the first word of "objdump", so it can be a program name with args.
4578set dummy objdump; ac_word=$2
4579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4580$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4581if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4582 $as_echo_n "(cached) " >&6
4583else
4584 if test -n "$ac_ct_OBJDUMP"; then
4585 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4586else
4587as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4588for as_dir in $PATH
4589do
4590 IFS=$as_save_IFS
4591 test -z "$as_dir" && as_dir=.
4592 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4593 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4594 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4596 break 2
4597 fi
4598done
4599 done
4600IFS=$as_save_IFS
4601
4602fi
4603fi
4604ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4605if test -n "$ac_ct_OBJDUMP"; then
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4607$as_echo "$ac_ct_OBJDUMP" >&6; }
4608else
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4610$as_echo "no" >&6; }
4611fi
4612
4613 if test "x$ac_ct_OBJDUMP" = x; then
4614 OBJDUMP="false"
4615 else
4616 case $cross_compiling:$ac_tool_warned in
4617yes:)
4618{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4619$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4620ac_tool_warned=yes ;;
4621esac
4622 OBJDUMP=$ac_ct_OBJDUMP
4623 fi
4624else
4625 OBJDUMP="$ac_cv_prog_OBJDUMP"
4626fi
4627
4628test -z "$OBJDUMP" && OBJDUMP=objdump
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4639$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4640if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4641 $as_echo_n "(cached) " >&6
4642else
4643 lt_cv_file_magic_cmd='$MAGIC_CMD'
4644lt_cv_file_magic_test_file=
4645lt_cv_deplibs_check_method='unknown'
4646# Need to set the preceding variable on all platforms that support
4647# interlibrary dependencies.
4648# 'none' -- dependencies not supported.
4649# `unknown' -- same as none, but documents that we really don't know.
4650# 'pass_all' -- all dependencies passed with no checks.
4651# 'test_compile' -- check by making test program.
4652# 'file_magic [[regex]]' -- check by looking for files in library path
4653# which responds to the $file_magic_cmd with a given extended regex.
4654# If you have `file' or equivalent on your system and you're not sure
4655# whether `pass_all' will *always* work, you probably want this one.
4656
4657case $host_os in
4658aix[4-9]*)
4659 lt_cv_deplibs_check_method=pass_all
4660 ;;
4661
4662beos*)
4663 lt_cv_deplibs_check_method=pass_all
4664 ;;
4665
4666bsdi[45]*)
4667 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4668 lt_cv_file_magic_cmd='/usr/bin/file -L'
4669 lt_cv_file_magic_test_file=/shlib/libc.so
4670 ;;
4671
4672cygwin*)
4673 # func_win32_libid is a shell function defined in ltmain.sh
4674 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4675 lt_cv_file_magic_cmd='func_win32_libid'
4676 ;;
4677
4678mingw* | pw32*)
4679 # Base MSYS/MinGW do not provide the 'file' command needed by
4680 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4681 # unless we find 'file', for example because we are cross-compiling.
4682 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4683 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4684 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4685 lt_cv_file_magic_cmd='func_win32_libid'
4686 else
4687 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4688 lt_cv_file_magic_cmd='$OBJDUMP -f'
4689 fi
4690 ;;
4691
4692cegcc*)
4693 # use the weaker test based on 'objdump'. See mingw*.
4694 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4695 lt_cv_file_magic_cmd='$OBJDUMP -f'
4696 ;;
4697
4698darwin* | rhapsody*)
4699 lt_cv_deplibs_check_method=pass_all
4700 ;;
4701
4702freebsd* | dragonfly*)
4703 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4704 case $host_cpu in
4705 i*86 )
4706 # Not sure whether the presence of OpenBSD here was a mistake.
4707 # Let's accept both of them until this is cleared up.
4708 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4709 lt_cv_file_magic_cmd=/usr/bin/file
4710 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4711 ;;
4712 esac
4713 else
4714 lt_cv_deplibs_check_method=pass_all
4715 fi
4716 ;;
4717
4718gnu*)
4719 lt_cv_deplibs_check_method=pass_all
4720 ;;
4721
4722haiku*)
4723 lt_cv_deplibs_check_method=pass_all
4724 ;;
4725
4726hpux10.20* | hpux11*)
4727 lt_cv_file_magic_cmd=/usr/bin/file
4728 case $host_cpu in
4729 ia64*)
4730 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4731 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4732 ;;
4733 hppa*64*)
4734 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]'
4735 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4736 ;;
4737 *)
4738 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4739 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4740 ;;
4741 esac
4742 ;;
4743
4744interix[3-9]*)
4745 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4746 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4747 ;;
4748
4749irix5* | irix6* | nonstopux*)
4750 case $LD in
4751 *-32|*"-32 ") libmagic=32-bit;;
4752 *-n32|*"-n32 ") libmagic=N32;;
4753 *-64|*"-64 ") libmagic=64-bit;;
4754 *) libmagic=never-match;;
4755 esac
4756 lt_cv_deplibs_check_method=pass_all
4757 ;;
4758
4759# This must be Linux ELF.
4760linux* | k*bsd*-gnu | kopensolaris*-gnu)
4761 lt_cv_deplibs_check_method=pass_all
4762 ;;
4763
4764netbsd*)
4765 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4766 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4767 else
4768 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4769 fi
4770 ;;
4771
4772newos6*)
4773 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4774 lt_cv_file_magic_cmd=/usr/bin/file
4775 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4776 ;;
4777
4778*nto* | *qnx*)
4779 lt_cv_deplibs_check_method=pass_all
4780 ;;
4781
4782openbsd*)
4783 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4784 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4785 else
4786 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4787 fi
4788 ;;
4789
4790osf3* | osf4* | osf5*)
4791 lt_cv_deplibs_check_method=pass_all
4792 ;;
4793
4794rdos*)
4795 lt_cv_deplibs_check_method=pass_all
4796 ;;
4797
4798solaris*)
4799 lt_cv_deplibs_check_method=pass_all
4800 ;;
4801
4802sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4803 lt_cv_deplibs_check_method=pass_all
4804 ;;
4805
4806sysv4 | sysv4.3*)
4807 case $host_vendor in
4808 motorola)
4809 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]'
4810 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4811 ;;
4812 ncr)
4813 lt_cv_deplibs_check_method=pass_all
4814 ;;
4815 sequent)
4816 lt_cv_file_magic_cmd='/bin/file'
4817 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4818 ;;
4819 sni)
4820 lt_cv_file_magic_cmd='/bin/file'
4821 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4822 lt_cv_file_magic_test_file=/lib/libc.so
4823 ;;
4824 siemens)
4825 lt_cv_deplibs_check_method=pass_all
4826 ;;
4827 pc)
4828 lt_cv_deplibs_check_method=pass_all
4829 ;;
4830 esac
4831 ;;
4832
4833tpf*)
4834 lt_cv_deplibs_check_method=pass_all
4835 ;;
4836esac
4837
4838fi
4839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4840$as_echo "$lt_cv_deplibs_check_method" >&6; }
4841file_magic_cmd=$lt_cv_file_magic_cmd
4842deplibs_check_method=$lt_cv_deplibs_check_method
4843test -z "$deplibs_check_method" && deplibs_check_method=unknown
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
68ed2854
MF
4856plugin_option=
4857plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4858for plugin in $plugin_names; do
4859 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4860 if test x$plugin_so = x$plugin; then
4861 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4862 fi
4863 if test x$plugin_so != x$plugin; then
4864 plugin_option="--plugin $plugin_so"
4865 break
4866 fi
4867done
4868
6bb11ab3
L
4869if test -n "$ac_tool_prefix"; then
4870 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4871set dummy ${ac_tool_prefix}ar; ac_word=$2
4872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4873$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4874if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4875 $as_echo_n "(cached) " >&6
4876else
4877 if test -n "$AR"; then
4878 ac_cv_prog_AR="$AR" # Let the user override the test.
4879else
4880as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4881for as_dir in $PATH
4882do
4883 IFS=$as_save_IFS
4884 test -z "$as_dir" && as_dir=.
4885 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4886 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4887 ac_cv_prog_AR="${ac_tool_prefix}ar"
4888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4889 break 2
4890 fi
4891done
4892 done
4893IFS=$as_save_IFS
4894
4895fi
4896fi
4897AR=$ac_cv_prog_AR
4898if test -n "$AR"; then
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4900$as_echo "$AR" >&6; }
4901else
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4903$as_echo "no" >&6; }
4904fi
4905
4906
4907fi
4908if test -z "$ac_cv_prog_AR"; then
4909 ac_ct_AR=$AR
4910 # Extract the first word of "ar", so it can be a program name with args.
4911set dummy ar; ac_word=$2
4912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4913$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4914if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4915 $as_echo_n "(cached) " >&6
4916else
4917 if test -n "$ac_ct_AR"; then
4918 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4919else
4920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4921for as_dir in $PATH
4922do
4923 IFS=$as_save_IFS
4924 test -z "$as_dir" && as_dir=.
4925 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4926 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4927 ac_cv_prog_ac_ct_AR="ar"
4928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4929 break 2
4930 fi
4931done
4932 done
4933IFS=$as_save_IFS
4934
4935fi
4936fi
4937ac_ct_AR=$ac_cv_prog_ac_ct_AR
4938if test -n "$ac_ct_AR"; then
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4940$as_echo "$ac_ct_AR" >&6; }
4941else
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4943$as_echo "no" >&6; }
4944fi
4945
4946 if test "x$ac_ct_AR" = x; then
4947 AR="false"
4948 else
4949 case $cross_compiling:$ac_tool_warned in
4950yes:)
4951{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4952$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4953ac_tool_warned=yes ;;
4954esac
4955 AR=$ac_ct_AR
4956 fi
4957else
4958 AR="$ac_cv_prog_AR"
4959fi
4960
4961test -z "$AR" && AR=ar
68ed2854
MF
4962if test -n "$plugin_option"; then
4963 if $AR --help 2>&1 | grep -q "\--plugin"; then
5f05936d
MF
4964 touch conftest.c
4965 $AR $plugin_option rc conftest.a conftest.c
4966 if test "$?" != 0; then
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4968$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4969 else
4970 AR="$AR $plugin_option"
4971 fi
4972 rm -f conftest.*
68ed2854
MF
4973 fi
4974fi
6bb11ab3
L
4975test -z "$AR_FLAGS" && AR_FLAGS=cru
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987if test -n "$ac_tool_prefix"; then
4988 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4989set dummy ${ac_tool_prefix}strip; ac_word=$2
4990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4991$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4992if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
4993 $as_echo_n "(cached) " >&6
4994else
4995 if test -n "$STRIP"; then
4996 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4997else
4998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4999for as_dir in $PATH
5000do
5001 IFS=$as_save_IFS
5002 test -z "$as_dir" && as_dir=.
5003 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5004 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5005 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5007 break 2
5008 fi
5009done
5010 done
5011IFS=$as_save_IFS
5012
5013fi
5014fi
5015STRIP=$ac_cv_prog_STRIP
5016if test -n "$STRIP"; then
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5018$as_echo "$STRIP" >&6; }
5019else
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5021$as_echo "no" >&6; }
5022fi
5023
5024
5025fi
5026if test -z "$ac_cv_prog_STRIP"; then
5027 ac_ct_STRIP=$STRIP
5028 # Extract the first word of "strip", so it can be a program name with args.
5029set dummy strip; ac_word=$2
5030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5031$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5032if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5033 $as_echo_n "(cached) " >&6
5034else
5035 if test -n "$ac_ct_STRIP"; then
5036 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5037else
5038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039for as_dir in $PATH
5040do
5041 IFS=$as_save_IFS
5042 test -z "$as_dir" && as_dir=.
5043 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5044 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5045 ac_cv_prog_ac_ct_STRIP="strip"
5046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5047 break 2
5048 fi
5049done
5050 done
5051IFS=$as_save_IFS
5052
5053fi
5054fi
5055ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5056if test -n "$ac_ct_STRIP"; then
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5058$as_echo "$ac_ct_STRIP" >&6; }
5059else
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5061$as_echo "no" >&6; }
5062fi
5063
5064 if test "x$ac_ct_STRIP" = x; then
5065 STRIP=":"
5066 else
5067 case $cross_compiling:$ac_tool_warned in
5068yes:)
5069{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5070$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5071ac_tool_warned=yes ;;
5072esac
5073 STRIP=$ac_ct_STRIP
5074 fi
5075else
5076 STRIP="$ac_cv_prog_STRIP"
5077fi
5078
5079test -z "$STRIP" && STRIP=:
5080
5081
5082
5083
5084
5085
5086if test -n "$ac_tool_prefix"; then
5087 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5088set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5090$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5091if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5092 $as_echo_n "(cached) " >&6
5093else
5094 if test -n "$RANLIB"; then
5095 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5096else
5097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5098for as_dir in $PATH
5099do
5100 IFS=$as_save_IFS
5101 test -z "$as_dir" && as_dir=.
5102 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5104 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5106 break 2
5107 fi
5108done
5109 done
5110IFS=$as_save_IFS
5111
5112fi
5113fi
5114RANLIB=$ac_cv_prog_RANLIB
5115if test -n "$RANLIB"; then
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5117$as_echo "$RANLIB" >&6; }
5118else
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5120$as_echo "no" >&6; }
5121fi
5122
5123
5124fi
5125if test -z "$ac_cv_prog_RANLIB"; then
5126 ac_ct_RANLIB=$RANLIB
5127 # Extract the first word of "ranlib", so it can be a program name with args.
5128set dummy ranlib; ac_word=$2
5129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5130$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5131if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5132 $as_echo_n "(cached) " >&6
5133else
5134 if test -n "$ac_ct_RANLIB"; then
5135 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5136else
5137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5138for as_dir in $PATH
5139do
5140 IFS=$as_save_IFS
5141 test -z "$as_dir" && as_dir=.
5142 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5144 ac_cv_prog_ac_ct_RANLIB="ranlib"
5145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5146 break 2
5147 fi
5148done
5149 done
5150IFS=$as_save_IFS
5151
5152fi
5153fi
5154ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5155if test -n "$ac_ct_RANLIB"; then
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5157$as_echo "$ac_ct_RANLIB" >&6; }
5158else
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5160$as_echo "no" >&6; }
5161fi
5162
5163 if test "x$ac_ct_RANLIB" = x; then
5164 RANLIB=":"
5165 else
5166 case $cross_compiling:$ac_tool_warned in
5167yes:)
5168{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5169$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5170ac_tool_warned=yes ;;
5171esac
5172 RANLIB=$ac_ct_RANLIB
5173 fi
5174else
5175 RANLIB="$ac_cv_prog_RANLIB"
5176fi
5177
5178test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5179if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5180 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5181 RANLIB="$RANLIB $plugin_option"
5182 fi
5183fi
6bb11ab3
L
5184
5185
5186
5187
5188
5189
5190# Determine commands to create old-style static archives.
5191old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5192old_postinstall_cmds='chmod 644 $oldlib'
5193old_postuninstall_cmds=
5194
5195if test -n "$RANLIB"; then
5196 case $host_os in
5197 openbsd*)
5198 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5199 ;;
5200 *)
5201 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5202 ;;
5203 esac
5204 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5205fi
5206
5207case $host_os in
5208 darwin*)
5209 lock_old_archive_extraction=yes ;;
5210 *)
5211 lock_old_archive_extraction=no ;;
5212esac
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234for ac_prog in gawk mawk nawk awk
5235do
5236 # Extract the first word of "$ac_prog", so it can be a program name with args.
5237set dummy $ac_prog; ac_word=$2
5238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5239$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5240if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5241 $as_echo_n "(cached) " >&6
5242else
5243 if test -n "$AWK"; then
5244 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5245else
5246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5247for as_dir in $PATH
5248do
5249 IFS=$as_save_IFS
5250 test -z "$as_dir" && as_dir=.
5251 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5252 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5253 ac_cv_prog_AWK="$ac_prog"
5254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5255 break 2
5256 fi
5257done
5258 done
5259IFS=$as_save_IFS
5260
5261fi
5262fi
5263AWK=$ac_cv_prog_AWK
5264if test -n "$AWK"; then
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5266$as_echo "$AWK" >&6; }
5267else
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5269$as_echo "no" >&6; }
5270fi
5271
5272
5273 test -n "$AWK" && break
5274done
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294# If no C compiler was specified, use CC.
5295LTCC=${LTCC-"$CC"}
5296
5297# If no C compiler flags were specified, use CFLAGS.
5298LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5299
5300# Allow CC to be a program name with arguments.
5301compiler=$CC
5302
5303
5304# Check for command to grab the raw symbol name followed by C symbol from nm.
5305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5306$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5307if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5308 $as_echo_n "(cached) " >&6
5309else
5310
5311# These are sane defaults that work on at least a few old systems.
5312# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5313
5314# Character class describing NM global symbol codes.
5315symcode='[BCDEGRST]'
5316
5317# Regexp to match symbols that can be accessed directly from C.
5318sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5319
5320# Define system-specific variables.
5321case $host_os in
5322aix*)
5323 symcode='[BCDT]'
5324 ;;
5325cygwin* | mingw* | pw32* | cegcc*)
5326 symcode='[ABCDGISTW]'
5327 ;;
5328hpux*)
5329 if test "$host_cpu" = ia64; then
5330 symcode='[ABCDEGRST]'
5331 fi
5332 ;;
5333irix* | nonstopux*)
5334 symcode='[BCDEGRST]'
5335 ;;
5336osf*)
5337 symcode='[BCDEGQRST]'
5338 ;;
5339solaris*)
5340 symcode='[BDRT]'
5341 ;;
5342sco3.2v5*)
5343 symcode='[DT]'
5344 ;;
5345sysv4.2uw2*)
5346 symcode='[DT]'
5347 ;;
5348sysv5* | sco5v6* | unixware* | OpenUNIX*)
5349 symcode='[ABDT]'
5350 ;;
5351sysv4)
5352 symcode='[DFNSTU]'
5353 ;;
5354esac
5355
5356# If we're using GNU nm, then use its standard symbol codes.
5357case `$NM -V 2>&1` in
5358*GNU* | *'with BFD'*)
5359 symcode='[ABCDGIRSTW]' ;;
5360esac
5361
5362# Transform an extracted symbol line into a proper C declaration.
5363# Some systems (esp. on ia64) link data and code symbols differently,
5364# so use this general approach.
5365lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5366
5367# Transform an extracted symbol line into symbol name and symbol address
5368lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5369lt_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'"
5370
5371# Handle CRLF in mingw tool chain
5372opt_cr=
5373case $build_os in
5374mingw*)
5375 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5376 ;;
5377esac
5378
5379# Try without a prefix underscore, then with it.
5380for ac_symprfx in "" "_"; do
5381
5382 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5383 symxfrm="\\1 $ac_symprfx\\2 \\2"
5384
5385 # Write the raw and C identifiers.
5386 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5387 # Fake it for dumpbin and say T for any non-static function
5388 # and D for any global variable.
5389 # Also find C++ and __fastcall symbols from MSVC++,
5390 # which start with @ or ?.
5391 lt_cv_sys_global_symbol_pipe="$AWK '"\
5392" {last_section=section; section=\$ 3};"\
5393" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5394" \$ 0!~/External *\|/{next};"\
5395" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5396" {if(hide[section]) next};"\
5397" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5398" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5399" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5400" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5401" ' prfx=^$ac_symprfx"
5402 else
5403 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5404 fi
5405
5406 # Check to see that the pipe works correctly.
5407 pipe_works=no
5408
5409 rm -f conftest*
5410 cat > conftest.$ac_ext <<_LT_EOF
5411#ifdef __cplusplus
5412extern "C" {
5413#endif
5414char nm_test_var;
5415void nm_test_func(void);
5416void nm_test_func(void){}
5417#ifdef __cplusplus
5418}
5419#endif
5420int main(){nm_test_var='a';nm_test_func();return(0);}
5421_LT_EOF
5422
5423 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5424 (eval $ac_compile) 2>&5
5425 ac_status=$?
5426 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5427 test $ac_status = 0; }; then
5428 # Now try to grab the symbols.
5429 nlist=conftest.nm
5430 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5431 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5432 ac_status=$?
5433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5434 test $ac_status = 0; } && test -s "$nlist"; then
5435 # Try sorting and uniquifying the output.
5436 if sort "$nlist" | uniq > "$nlist"T; then
5437 mv -f "$nlist"T "$nlist"
5438 else
5439 rm -f "$nlist"T
5440 fi
5441
5442 # Make sure that we snagged all the symbols we need.
5443 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5444 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5445 cat <<_LT_EOF > conftest.$ac_ext
5446#ifdef __cplusplus
5447extern "C" {
5448#endif
5449
5450_LT_EOF
5451 # Now generate the symbol file.
5452 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5453
5454 cat <<_LT_EOF >> conftest.$ac_ext
5455
5456/* The mapping between symbol names and symbols. */
5457const struct {
5458 const char *name;
5459 void *address;
5460}
5461lt__PROGRAM__LTX_preloaded_symbols[] =
5462{
5463 { "@PROGRAM@", (void *) 0 },
5464_LT_EOF
5465 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5466 cat <<\_LT_EOF >> conftest.$ac_ext
5467 {0, (void *) 0}
5468};
5469
5470/* This works around a problem in FreeBSD linker */
5471#ifdef FREEBSD_WORKAROUND
5472static const void *lt_preloaded_setup() {
5473 return lt__PROGRAM__LTX_preloaded_symbols;
5474}
5475#endif
5476
5477#ifdef __cplusplus
5478}
5479#endif
5480_LT_EOF
5481 # Now try linking the two files.
5482 mv conftest.$ac_objext conftstm.$ac_objext
5483 lt_save_LIBS="$LIBS"
5484 lt_save_CFLAGS="$CFLAGS"
5485 LIBS="conftstm.$ac_objext"
5486 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5487 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5488 (eval $ac_link) 2>&5
5489 ac_status=$?
5490 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5491 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5492 pipe_works=yes
5493 fi
5494 LIBS="$lt_save_LIBS"
5495 CFLAGS="$lt_save_CFLAGS"
5496 else
5497 echo "cannot find nm_test_func in $nlist" >&5
5498 fi
5499 else
5500 echo "cannot find nm_test_var in $nlist" >&5
5501 fi
5502 else
5503 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5504 fi
5505 else
5506 echo "$progname: failed program was:" >&5
5507 cat conftest.$ac_ext >&5
5508 fi
5509 rm -rf conftest* conftst*
5510
5511 # Do not use the global_symbol_pipe unless it works.
5512 if test "$pipe_works" = yes; then
5513 break
5514 else
5515 lt_cv_sys_global_symbol_pipe=
5516 fi
5517done
5518
5519fi
5520
5521if test -z "$lt_cv_sys_global_symbol_pipe"; then
5522 lt_cv_sys_global_symbol_to_cdecl=
5523fi
5524if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5526$as_echo "failed" >&6; }
5527else
5528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5529$as_echo "ok" >&6; }
5530fi
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553# Check whether --enable-libtool-lock was given.
5554if test "${enable_libtool_lock+set}" = set; then :
5555 enableval=$enable_libtool_lock;
5556fi
5557
5558test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5559
5560# Some flags need to be propagated to the compiler or linker for good
5561# libtool support.
5562case $host in
5563ia64-*-hpux*)
5564 # Find out which ABI we are using.
5565 echo 'int i;' > conftest.$ac_ext
5566 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5567 (eval $ac_compile) 2>&5
5568 ac_status=$?
5569 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5570 test $ac_status = 0; }; then
5571 case `/usr/bin/file conftest.$ac_objext` in
5572 *ELF-32*)
5573 HPUX_IA64_MODE="32"
5574 ;;
5575 *ELF-64*)
5576 HPUX_IA64_MODE="64"
5577 ;;
5578 esac
5579 fi
5580 rm -rf conftest*
5581 ;;
5582*-*-irix6*)
5583 # Find out which ABI we are using.
5584 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5585 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5586 (eval $ac_compile) 2>&5
5587 ac_status=$?
5588 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5589 test $ac_status = 0; }; then
5590 if test "$lt_cv_prog_gnu_ld" = yes; then
5591 case `/usr/bin/file conftest.$ac_objext` in
5592 *32-bit*)
5593 LD="${LD-ld} -melf32bsmip"
5594 ;;
5595 *N32*)
5596 LD="${LD-ld} -melf32bmipn32"
5597 ;;
5598 *64-bit*)
5599 LD="${LD-ld} -melf64bmip"
5600 ;;
5601 esac
5602 else
5603 case `/usr/bin/file conftest.$ac_objext` in
5604 *32-bit*)
5605 LD="${LD-ld} -32"
5606 ;;
5607 *N32*)
5608 LD="${LD-ld} -n32"
5609 ;;
5610 *64-bit*)
5611 LD="${LD-ld} -64"
5612 ;;
5613 esac
5614 fi
5615 fi
5616 rm -rf conftest*
5617 ;;
5618
bf3d9781 5619x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5620s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5621 # Find out which ABI we are using.
5622 echo 'int i;' > conftest.$ac_ext
5623 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5624 (eval $ac_compile) 2>&5
5625 ac_status=$?
5626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5627 test $ac_status = 0; }; then
5628 case `/usr/bin/file conftest.o` in
5629 *32-bit*)
5630 case $host in
5631 x86_64-*kfreebsd*-gnu)
5632 LD="${LD-ld} -m elf_i386_fbsd"
5633 ;;
5634 x86_64-*linux*)
5635 case `/usr/bin/file conftest.o` in
5636 *x86-64*)
5637 LD="${LD-ld} -m elf32_x86_64"
5638 ;;
5639 *)
5640 LD="${LD-ld} -m elf_i386"
5641 ;;
5642 esac
5643 ;;
bf3d9781
AM
5644 powerpc64le-*linux*)
5645 LD="${LD-ld} -m elf32lppclinux"
5646 ;;
5647 powerpc64-*linux*)
6bb11ab3
L
5648 LD="${LD-ld} -m elf32ppclinux"
5649 ;;
5650 s390x-*linux*)
5651 LD="${LD-ld} -m elf_s390"
5652 ;;
5653 sparc64-*linux*)
5654 LD="${LD-ld} -m elf32_sparc"
5655 ;;
5656 esac
5657 ;;
5658 *64-bit*)
5659 case $host in
5660 x86_64-*kfreebsd*-gnu)
5661 LD="${LD-ld} -m elf_x86_64_fbsd"
5662 ;;
5663 x86_64-*linux*)
5664 LD="${LD-ld} -m elf_x86_64"
5665 ;;
bf3d9781
AM
5666 powerpcle-*linux*)
5667 LD="${LD-ld} -m elf64lppc"
5668 ;;
5669 powerpc-*linux*)
6bb11ab3
L
5670 LD="${LD-ld} -m elf64ppc"
5671 ;;
5672 s390*-*linux*|s390*-*tpf*)
5673 LD="${LD-ld} -m elf64_s390"
5674 ;;
5675 sparc*-*linux*)
5676 LD="${LD-ld} -m elf64_sparc"
5677 ;;
5678 esac
5679 ;;
5680 esac
5681 fi
5682 rm -rf conftest*
5683 ;;
5684
5685*-*-sco3.2v5*)
5686 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5687 SAVE_CFLAGS="$CFLAGS"
5688 CFLAGS="$CFLAGS -belf"
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5690$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5691if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5692 $as_echo_n "(cached) " >&6
5693else
5694 ac_ext=c
5695ac_cpp='$CPP $CPPFLAGS'
5696ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5697ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5698ac_compiler_gnu=$ac_cv_c_compiler_gnu
5699
5700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5701/* end confdefs.h. */
5702
5703int
5704main ()
5705{
5706
5707 ;
5708 return 0;
5709}
5710_ACEOF
5711if ac_fn_c_try_link "$LINENO"; then :
5712 lt_cv_cc_needs_belf=yes
5713else
5714 lt_cv_cc_needs_belf=no
5715fi
5716rm -f core conftest.err conftest.$ac_objext \
5717 conftest$ac_exeext conftest.$ac_ext
5718 ac_ext=c
5719ac_cpp='$CPP $CPPFLAGS'
5720ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5721ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5722ac_compiler_gnu=$ac_cv_c_compiler_gnu
5723
5724fi
5725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5726$as_echo "$lt_cv_cc_needs_belf" >&6; }
5727 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5728 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5729 CFLAGS="$SAVE_CFLAGS"
5730 fi
5731 ;;
5732sparc*-*solaris*)
5733 # Find out which ABI we are using.
5734 echo 'int i;' > conftest.$ac_ext
5735 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5736 (eval $ac_compile) 2>&5
5737 ac_status=$?
5738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5739 test $ac_status = 0; }; then
5740 case `/usr/bin/file conftest.o` in
5741 *64-bit*)
5742 case $lt_cv_prog_gnu_ld in
5743 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5744 *)
5745 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5746 LD="${LD-ld} -64"
5747 fi
5748 ;;
5749 esac
5750 ;;
5751 esac
5752 fi
5753 rm -rf conftest*
5754 ;;
5755esac
5756
5757need_locks="$enable_libtool_lock"
5758
5759
5760 case $host_os in
5761 rhapsody* | darwin*)
5762 if test -n "$ac_tool_prefix"; then
5763 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5764set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5766$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5767if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5768 $as_echo_n "(cached) " >&6
5769else
5770 if test -n "$DSYMUTIL"; then
5771 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5772else
5773as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5774for as_dir in $PATH
5775do
5776 IFS=$as_save_IFS
5777 test -z "$as_dir" && as_dir=.
5778 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5779 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5780 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5782 break 2
5783 fi
5784done
5785 done
5786IFS=$as_save_IFS
5787
5788fi
5789fi
5790DSYMUTIL=$ac_cv_prog_DSYMUTIL
5791if test -n "$DSYMUTIL"; then
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5793$as_echo "$DSYMUTIL" >&6; }
5794else
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5796$as_echo "no" >&6; }
5797fi
5798
5799
5800fi
5801if test -z "$ac_cv_prog_DSYMUTIL"; then
5802 ac_ct_DSYMUTIL=$DSYMUTIL
5803 # Extract the first word of "dsymutil", so it can be a program name with args.
5804set dummy dsymutil; ac_word=$2
5805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5806$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5807if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5808 $as_echo_n "(cached) " >&6
5809else
5810 if test -n "$ac_ct_DSYMUTIL"; then
5811 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5812else
5813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5814for as_dir in $PATH
5815do
5816 IFS=$as_save_IFS
5817 test -z "$as_dir" && as_dir=.
5818 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5819 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5820 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5822 break 2
5823 fi
5824done
5825 done
5826IFS=$as_save_IFS
5827
5828fi
5829fi
5830ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5831if test -n "$ac_ct_DSYMUTIL"; then
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5833$as_echo "$ac_ct_DSYMUTIL" >&6; }
5834else
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5836$as_echo "no" >&6; }
5837fi
5838
5839 if test "x$ac_ct_DSYMUTIL" = x; then
5840 DSYMUTIL=":"
5841 else
5842 case $cross_compiling:$ac_tool_warned in
5843yes:)
5844{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5845$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5846ac_tool_warned=yes ;;
5847esac
5848 DSYMUTIL=$ac_ct_DSYMUTIL
5849 fi
5850else
5851 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5852fi
5853
5854 if test -n "$ac_tool_prefix"; then
5855 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5856set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5858$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5859if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5860 $as_echo_n "(cached) " >&6
5861else
5862 if test -n "$NMEDIT"; then
5863 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5864else
5865as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5866for as_dir in $PATH
5867do
5868 IFS=$as_save_IFS
5869 test -z "$as_dir" && as_dir=.
5870 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5871 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5872 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5874 break 2
5875 fi
5876done
5877 done
5878IFS=$as_save_IFS
5879
5880fi
5881fi
5882NMEDIT=$ac_cv_prog_NMEDIT
5883if test -n "$NMEDIT"; then
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5885$as_echo "$NMEDIT" >&6; }
5886else
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5888$as_echo "no" >&6; }
5889fi
5890
5891
5892fi
5893if test -z "$ac_cv_prog_NMEDIT"; then
5894 ac_ct_NMEDIT=$NMEDIT
5895 # Extract the first word of "nmedit", so it can be a program name with args.
5896set dummy nmedit; ac_word=$2
5897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5898$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5899if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5900 $as_echo_n "(cached) " >&6
5901else
5902 if test -n "$ac_ct_NMEDIT"; then
5903 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5904else
5905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5906for as_dir in $PATH
5907do
5908 IFS=$as_save_IFS
5909 test -z "$as_dir" && as_dir=.
5910 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5911 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5912 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5914 break 2
5915 fi
5916done
5917 done
5918IFS=$as_save_IFS
5919
5920fi
5921fi
5922ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5923if test -n "$ac_ct_NMEDIT"; then
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5925$as_echo "$ac_ct_NMEDIT" >&6; }
5926else
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5928$as_echo "no" >&6; }
5929fi
5930
5931 if test "x$ac_ct_NMEDIT" = x; then
5932 NMEDIT=":"
5933 else
5934 case $cross_compiling:$ac_tool_warned in
5935yes:)
5936{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5937$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5938ac_tool_warned=yes ;;
5939esac
5940 NMEDIT=$ac_ct_NMEDIT
5941 fi
5942else
5943 NMEDIT="$ac_cv_prog_NMEDIT"
5944fi
5945
5946 if test -n "$ac_tool_prefix"; then
5947 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5948set dummy ${ac_tool_prefix}lipo; ac_word=$2
5949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5950$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5951if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5952 $as_echo_n "(cached) " >&6
5953else
5954 if test -n "$LIPO"; then
5955 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5956else
5957as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5958for as_dir in $PATH
5959do
5960 IFS=$as_save_IFS
5961 test -z "$as_dir" && as_dir=.
5962 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5963 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5964 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5966 break 2
5967 fi
5968done
5969 done
5970IFS=$as_save_IFS
5971
5972fi
5973fi
5974LIPO=$ac_cv_prog_LIPO
5975if test -n "$LIPO"; then
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5977$as_echo "$LIPO" >&6; }
5978else
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5980$as_echo "no" >&6; }
5981fi
5982
5983
5984fi
5985if test -z "$ac_cv_prog_LIPO"; then
5986 ac_ct_LIPO=$LIPO
5987 # Extract the first word of "lipo", so it can be a program name with args.
5988set dummy lipo; ac_word=$2
5989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5990$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5991if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
5992 $as_echo_n "(cached) " >&6
5993else
5994 if test -n "$ac_ct_LIPO"; then
5995 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
5996else
5997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5998for as_dir in $PATH
5999do
6000 IFS=$as_save_IFS
6001 test -z "$as_dir" && as_dir=.
6002 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6003 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6004 ac_cv_prog_ac_ct_LIPO="lipo"
6005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6006 break 2
6007 fi
6008done
6009 done
6010IFS=$as_save_IFS
6011
6012fi
6013fi
6014ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6015if test -n "$ac_ct_LIPO"; then
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6017$as_echo "$ac_ct_LIPO" >&6; }
6018else
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6020$as_echo "no" >&6; }
6021fi
6022
6023 if test "x$ac_ct_LIPO" = x; then
6024 LIPO=":"
6025 else
6026 case $cross_compiling:$ac_tool_warned in
6027yes:)
6028{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6029$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6030ac_tool_warned=yes ;;
6031esac
6032 LIPO=$ac_ct_LIPO
6033 fi
6034else
6035 LIPO="$ac_cv_prog_LIPO"
6036fi
6037
6038 if test -n "$ac_tool_prefix"; then
6039 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6040set dummy ${ac_tool_prefix}otool; ac_word=$2
6041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6042$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6043if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6044 $as_echo_n "(cached) " >&6
6045else
6046 if test -n "$OTOOL"; then
6047 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6048else
6049as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6050for as_dir in $PATH
6051do
6052 IFS=$as_save_IFS
6053 test -z "$as_dir" && as_dir=.
6054 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6055 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6056 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6058 break 2
6059 fi
6060done
6061 done
6062IFS=$as_save_IFS
6063
6064fi
6065fi
6066OTOOL=$ac_cv_prog_OTOOL
6067if test -n "$OTOOL"; then
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6069$as_echo "$OTOOL" >&6; }
6070else
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6072$as_echo "no" >&6; }
6073fi
6074
6075
6076fi
6077if test -z "$ac_cv_prog_OTOOL"; then
6078 ac_ct_OTOOL=$OTOOL
6079 # Extract the first word of "otool", so it can be a program name with args.
6080set dummy otool; ac_word=$2
6081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6082$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6083if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6084 $as_echo_n "(cached) " >&6
6085else
6086 if test -n "$ac_ct_OTOOL"; then
6087 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6088else
6089as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6090for as_dir in $PATH
6091do
6092 IFS=$as_save_IFS
6093 test -z "$as_dir" && as_dir=.
6094 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6095 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6096 ac_cv_prog_ac_ct_OTOOL="otool"
6097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6098 break 2
6099 fi
6100done
6101 done
6102IFS=$as_save_IFS
6103
6104fi
6105fi
6106ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6107if test -n "$ac_ct_OTOOL"; then
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6109$as_echo "$ac_ct_OTOOL" >&6; }
6110else
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6112$as_echo "no" >&6; }
6113fi
6114
6115 if test "x$ac_ct_OTOOL" = x; then
6116 OTOOL=":"
6117 else
6118 case $cross_compiling:$ac_tool_warned in
6119yes:)
6120{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6121$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6122ac_tool_warned=yes ;;
6123esac
6124 OTOOL=$ac_ct_OTOOL
6125 fi
6126else
6127 OTOOL="$ac_cv_prog_OTOOL"
6128fi
6129
6130 if test -n "$ac_tool_prefix"; then
6131 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6132set dummy ${ac_tool_prefix}otool64; ac_word=$2
6133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6134$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6135if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6136 $as_echo_n "(cached) " >&6
6137else
6138 if test -n "$OTOOL64"; then
6139 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6140else
6141as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6142for as_dir in $PATH
6143do
6144 IFS=$as_save_IFS
6145 test -z "$as_dir" && as_dir=.
6146 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6147 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6148 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6150 break 2
6151 fi
6152done
6153 done
6154IFS=$as_save_IFS
6155
6156fi
6157fi
6158OTOOL64=$ac_cv_prog_OTOOL64
6159if test -n "$OTOOL64"; then
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6161$as_echo "$OTOOL64" >&6; }
6162else
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6164$as_echo "no" >&6; }
6165fi
6166
6167
6168fi
6169if test -z "$ac_cv_prog_OTOOL64"; then
6170 ac_ct_OTOOL64=$OTOOL64
6171 # Extract the first word of "otool64", so it can be a program name with args.
6172set dummy otool64; ac_word=$2
6173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6174$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6175if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6176 $as_echo_n "(cached) " >&6
6177else
6178 if test -n "$ac_ct_OTOOL64"; then
6179 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6180else
6181as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6182for as_dir in $PATH
6183do
6184 IFS=$as_save_IFS
6185 test -z "$as_dir" && as_dir=.
6186 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6188 ac_cv_prog_ac_ct_OTOOL64="otool64"
6189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6190 break 2
6191 fi
6192done
6193 done
6194IFS=$as_save_IFS
6195
6196fi
6197fi
6198ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6199if test -n "$ac_ct_OTOOL64"; then
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6201$as_echo "$ac_ct_OTOOL64" >&6; }
6202else
6203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6204$as_echo "no" >&6; }
6205fi
6206
6207 if test "x$ac_ct_OTOOL64" = x; then
6208 OTOOL64=":"
6209 else
6210 case $cross_compiling:$ac_tool_warned in
6211yes:)
6212{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6213$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6214ac_tool_warned=yes ;;
6215esac
6216 OTOOL64=$ac_ct_OTOOL64
6217 fi
6218else
6219 OTOOL64="$ac_cv_prog_OTOOL64"
6220fi
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6249$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6250if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6251 $as_echo_n "(cached) " >&6
6252else
6253 lt_cv_apple_cc_single_mod=no
6254 if test -z "${LT_MULTI_MODULE}"; then
6255 # By default we will add the -single_module flag. You can override
6256 # by either setting the environment variable LT_MULTI_MODULE
6257 # non-empty at configure time, or by adding -multi_module to the
6258 # link flags.
6259 rm -rf libconftest.dylib*
6260 echo "int foo(void){return 1;}" > conftest.c
6261 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6262-dynamiclib -Wl,-single_module conftest.c" >&5
6263 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6264 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6265 _lt_result=$?
6266 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6267 lt_cv_apple_cc_single_mod=yes
6268 else
6269 cat conftest.err >&5
6270 fi
6271 rm -rf libconftest.dylib*
6272 rm -f conftest.*
6273 fi
6274fi
6275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6276$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6278$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6279if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6280 $as_echo_n "(cached) " >&6
6281else
6282 lt_cv_ld_exported_symbols_list=no
6283 save_LDFLAGS=$LDFLAGS
6284 echo "_main" > conftest.sym
6285 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6287/* end confdefs.h. */
6288
6289int
6290main ()
6291{
6292
6293 ;
6294 return 0;
6295}
6296_ACEOF
6297if ac_fn_c_try_link "$LINENO"; then :
6298 lt_cv_ld_exported_symbols_list=yes
6299else
6300 lt_cv_ld_exported_symbols_list=no
6301fi
6302rm -f core conftest.err conftest.$ac_objext \
6303 conftest$ac_exeext conftest.$ac_ext
6304 LDFLAGS="$save_LDFLAGS"
6305
6306fi
6307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6308$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6310$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6311if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6312 $as_echo_n "(cached) " >&6
6313else
6314 lt_cv_ld_force_load=no
6315 cat > conftest.c << _LT_EOF
6316int forced_loaded() { return 2;}
6317_LT_EOF
6318 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6319 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6320 echo "$AR cru libconftest.a conftest.o" >&5
6321 $AR cru libconftest.a conftest.o 2>&5
6322 cat > conftest.c << _LT_EOF
6323int main() { return 0;}
6324_LT_EOF
6325 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6326 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6327 _lt_result=$?
6328 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6329 lt_cv_ld_force_load=yes
6330 else
6331 cat conftest.err >&5
6332 fi
6333 rm -f conftest.err libconftest.a conftest conftest.c
6334 rm -rf conftest.dSYM
6335
6336fi
6337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6338$as_echo "$lt_cv_ld_force_load" >&6; }
6339 case $host_os in
6340 rhapsody* | darwin1.[012])
6341 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6342 darwin1.*)
6343 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6344 darwin*) # darwin 5.x on
6345 # if running on 10.5 or later, the deployment target defaults
6346 # to the OS version, if on x86, and 10.4, the deployment
6347 # target defaults to 10.4. Don't you love it?
6348 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6349 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6350 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6351 10.[012][,.]*)
6bb11ab3
L
6352 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6353 10.*)
6354 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6355 esac
6356 ;;
6357 esac
6358 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6359 _lt_dar_single_mod='$single_module'
6360 fi
6361 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6362 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6363 else
6364 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6365 fi
6366 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6367 _lt_dsymutil='~$DSYMUTIL $lib || :'
6368 else
6369 _lt_dsymutil=
6370 fi
6371 ;;
6372 esac
6373
6374for ac_header in dlfcn.h
6375do :
6376 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6377"
d0ac1c44 6378if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6379 cat >>confdefs.h <<_ACEOF
6380#define HAVE_DLFCN_H 1
6381_ACEOF
6382
6383fi
6384
6385done
6386
6387
6388
ebe9564b 6389
6bb11ab3 6390
0cb8d851
MF
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6392$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6393if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6394 $as_echo_n "(cached) " >&6
6395else
6396 ac_cv_c_bigendian=unknown
6397 # See if we're dealing with a universal compiler.
6398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6399/* end confdefs.h. */
6400#ifndef __APPLE_CC__
6401 not a universal capable compiler
6402 #endif
6403 typedef int dummy;
6404
6405_ACEOF
6406if ac_fn_c_try_compile "$LINENO"; then :
6407
6408 # Check for potential -arch flags. It is not universal unless
6409 # there are at least two -arch flags with different values.
6410 ac_arch=
6411 ac_prev=
6412 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6413 if test -n "$ac_prev"; then
6414 case $ac_word in
6415 i?86 | x86_64 | ppc | ppc64)
6416 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6417 ac_arch=$ac_word
6418 else
6419 ac_cv_c_bigendian=universal
6420 break
6421 fi
6422 ;;
6423 esac
6424 ac_prev=
6425 elif test "x$ac_word" = "x-arch"; then
6426 ac_prev=arch
6427 fi
6428 done
6429fi
6430rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6431 if test $ac_cv_c_bigendian = unknown; then
6432 # See if sys/param.h defines the BYTE_ORDER macro.
6433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6434/* end confdefs.h. */
6435#include <sys/types.h>
6436 #include <sys/param.h>
6437
6438int
6439main ()
6440{
6441#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6442 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6443 && LITTLE_ENDIAN)
6444 bogus endian macros
6445 #endif
6446
6447 ;
6448 return 0;
6449}
6450_ACEOF
6451if ac_fn_c_try_compile "$LINENO"; then :
6452 # It does; now see whether it defined to BIG_ENDIAN or not.
6453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6454/* end confdefs.h. */
6455#include <sys/types.h>
6456 #include <sys/param.h>
6457
6458int
6459main ()
6460{
6461#if BYTE_ORDER != BIG_ENDIAN
6462 not big endian
6463 #endif
6464
6465 ;
6466 return 0;
6467}
6468_ACEOF
6469if ac_fn_c_try_compile "$LINENO"; then :
6470 ac_cv_c_bigendian=yes
6471else
6472 ac_cv_c_bigendian=no
6473fi
6474rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6475fi
6476rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6477 fi
6478 if test $ac_cv_c_bigendian = unknown; then
6479 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6481/* end confdefs.h. */
6482#include <limits.h>
6483
6484int
6485main ()
6486{
6487#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6488 bogus endian macros
6489 #endif
6490
6491 ;
6492 return 0;
6493}
6494_ACEOF
6495if ac_fn_c_try_compile "$LINENO"; then :
6496 # It does; now see whether it defined to _BIG_ENDIAN or not.
6497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6498/* end confdefs.h. */
6499#include <limits.h>
6500
6501int
6502main ()
6503{
6504#ifndef _BIG_ENDIAN
6505 not big endian
6506 #endif
6507
6508 ;
6509 return 0;
6510}
6511_ACEOF
6512if ac_fn_c_try_compile "$LINENO"; then :
6513 ac_cv_c_bigendian=yes
6514else
6515 ac_cv_c_bigendian=no
6516fi
6517rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6518fi
6519rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6520 fi
6521 if test $ac_cv_c_bigendian = unknown; then
6522 # Compile a test program.
6523 if test "$cross_compiling" = yes; then :
6524 # Try to guess by grepping values from an object file.
6525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6526/* end confdefs.h. */
6527short int ascii_mm[] =
6528 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6529 short int ascii_ii[] =
6530 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6531 int use_ascii (int i) {
6532 return ascii_mm[i] + ascii_ii[i];
6533 }
6534 short int ebcdic_ii[] =
6535 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6536 short int ebcdic_mm[] =
6537 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6538 int use_ebcdic (int i) {
6539 return ebcdic_mm[i] + ebcdic_ii[i];
6540 }
6541 extern int foo;
6542
6543int
6544main ()
6545{
6546return use_ascii (foo) == use_ebcdic (foo);
6547 ;
6548 return 0;
6549}
6550_ACEOF
6551if ac_fn_c_try_compile "$LINENO"; then :
6552 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6553 ac_cv_c_bigendian=yes
6554 fi
6555 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6556 if test "$ac_cv_c_bigendian" = unknown; then
6557 ac_cv_c_bigendian=no
6558 else
6559 # finding both strings is unlikely to happen, but who knows?
6560 ac_cv_c_bigendian=unknown
6561 fi
6562 fi
6563fi
6564rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6565else
6566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6567/* end confdefs.h. */
6568$ac_includes_default
6569int
6570main ()
6571{
6572
6573 /* Are we little or big endian? From Harbison&Steele. */
6574 union
6575 {
6576 long int l;
6577 char c[sizeof (long int)];
6578 } u;
6579 u.l = 1;
6580 return u.c[sizeof (long int) - 1] == 1;
6581
6582 ;
6583 return 0;
6584}
6585_ACEOF
6586if ac_fn_c_try_run "$LINENO"; then :
6587 ac_cv_c_bigendian=no
6588else
6589 ac_cv_c_bigendian=yes
6590fi
6591rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6592 conftest.$ac_objext conftest.beam conftest.$ac_ext
6593fi
6594
6595 fi
6596fi
6597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6598$as_echo "$ac_cv_c_bigendian" >&6; }
6599 case $ac_cv_c_bigendian in #(
6600 yes)
6601 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6602;; #(
6603 no)
6604 ;; #(
6605 universal)
6606
6607$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6608
6609 ;; #(
6610 *)
d0ac1c44 6611 as_fn_error $? "unknown endianness
0cb8d851
MF
6612 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6613 esac
6614
6bb11ab3
L
6615
6616
6617
c25ea03d 6618if test "x$cross_compiling" = "xno"; then
aa0fca16 6619 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6620 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6621 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6622 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6623 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6624else
aa0fca16 6625 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6626 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6627 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6628 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6629 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6630fi
6631
6632
6633
c25ea03d 6634
c2783492 6635
aa0fca16
MF
6636
6637
a3e2cc64
MF
6638if test -n "$ac_tool_prefix"; then
6639 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6640set dummy ${ac_tool_prefix}ar; ac_word=$2
6641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6642$as_echo_n "checking for $ac_word... " >&6; }
6643if ${ac_cv_prog_AR+:} false; then :
6644 $as_echo_n "(cached) " >&6
6645else
6646 if test -n "$AR"; then
6647 ac_cv_prog_AR="$AR" # Let the user override the test.
6648else
6649as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6650for as_dir in $PATH
6651do
6652 IFS=$as_save_IFS
6653 test -z "$as_dir" && as_dir=.
6654 for ac_exec_ext in '' $ac_executable_extensions; do
6655 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6656 ac_cv_prog_AR="${ac_tool_prefix}ar"
6657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6658 break 2
6659 fi
6660done
6661 done
6662IFS=$as_save_IFS
6663
6664fi
6665fi
6666AR=$ac_cv_prog_AR
6667if test -n "$AR"; then
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6669$as_echo "$AR" >&6; }
6670else
6671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6672$as_echo "no" >&6; }
6673fi
6674
6675
6676fi
6677if test -z "$ac_cv_prog_AR"; then
6678 ac_ct_AR=$AR
6679 # Extract the first word of "ar", so it can be a program name with args.
6680set dummy ar; ac_word=$2
6681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6682$as_echo_n "checking for $ac_word... " >&6; }
6683if ${ac_cv_prog_ac_ct_AR+:} false; then :
6684 $as_echo_n "(cached) " >&6
6685else
6686 if test -n "$ac_ct_AR"; then
6687 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6688else
6689as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6690for as_dir in $PATH
6691do
6692 IFS=$as_save_IFS
6693 test -z "$as_dir" && as_dir=.
6694 for ac_exec_ext in '' $ac_executable_extensions; do
6695 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6696 ac_cv_prog_ac_ct_AR="ar"
6697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6698 break 2
6699 fi
6700done
6701 done
6702IFS=$as_save_IFS
6703
6704fi
6705fi
6706ac_ct_AR=$ac_cv_prog_ac_ct_AR
6707if test -n "$ac_ct_AR"; then
6708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6709$as_echo "$ac_ct_AR" >&6; }
6710else
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6712$as_echo "no" >&6; }
6713fi
6714
6715 if test "x$ac_ct_AR" = x; then
6716 AR=""
6717 else
6718 case $cross_compiling:$ac_tool_warned in
6719yes:)
6720{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6721$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6722ac_tool_warned=yes ;;
6723esac
6724 AR=$ac_ct_AR
6725 fi
6726else
6727 AR="$ac_cv_prog_AR"
6728fi
6bb11ab3
L
6729
6730if test -n "$ac_tool_prefix"; then
6731 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6732set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6734$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6735if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6736 $as_echo_n "(cached) " >&6
6737else
6738 if test -n "$RANLIB"; then
6739 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6740else
6741as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6742for as_dir in $PATH
6743do
6744 IFS=$as_save_IFS
6745 test -z "$as_dir" && as_dir=.
6746 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6747 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6748 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6750 break 2
6751 fi
6752done
6753 done
6754IFS=$as_save_IFS
6755
6756fi
6757fi
6758RANLIB=$ac_cv_prog_RANLIB
6759if test -n "$RANLIB"; then
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6761$as_echo "$RANLIB" >&6; }
6762else
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6764$as_echo "no" >&6; }
6765fi
6766
6767
6768fi
6769if test -z "$ac_cv_prog_RANLIB"; then
6770 ac_ct_RANLIB=$RANLIB
6771 # Extract the first word of "ranlib", so it can be a program name with args.
6772set dummy ranlib; ac_word=$2
6773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6774$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6775if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6776 $as_echo_n "(cached) " >&6
6777else
6778 if test -n "$ac_ct_RANLIB"; then
6779 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6780else
6781as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6782for as_dir in $PATH
6783do
6784 IFS=$as_save_IFS
6785 test -z "$as_dir" && as_dir=.
6786 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6787 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6788 ac_cv_prog_ac_ct_RANLIB="ranlib"
6789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6790 break 2
6791 fi
6792done
6793 done
6794IFS=$as_save_IFS
6795
6796fi
6797fi
6798ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6799if test -n "$ac_ct_RANLIB"; then
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6801$as_echo "$ac_ct_RANLIB" >&6; }
6802else
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6804$as_echo "no" >&6; }
6805fi
6806
6807 if test "x$ac_ct_RANLIB" = x; then
6808 RANLIB=":"
6809 else
6810 case $cross_compiling:$ac_tool_warned in
6811yes:)
6812{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6813$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6814ac_tool_warned=yes ;;
6815esac
6816 RANLIB=$ac_ct_RANLIB
6817 fi
6818else
6819 RANLIB="$ac_cv_prog_RANLIB"
6820fi
6821
6822
46f900c0
MF
6823# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6824# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6825# is C99. So handle it ourselves.
6826:
6827C_DIALECT=
6828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6829$as_echo_n "checking whether C11 is supported by default... " >&6; }
6830cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6831/* end confdefs.h. */
6832
6833#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6834# error "C11 support not found"
6835#endif
6836
6837_ACEOF
6838if ac_fn_c_try_compile "$LINENO"; then :
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6840$as_echo "yes" >&6; }
6841else
6842
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6844$as_echo "no" >&6; }
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6846$as_echo_n "checking for -std=c11 support... " >&6; }
6847 ac_save_CC="$CC"
6848 CC="$CC -std=c11"
6849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6850/* end confdefs.h. */
6851
6852#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6853# error "C11 support not found"
6854#endif
6855
6856_ACEOF
6857if ac_fn_c_try_compile "$LINENO"; then :
6858
6859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6860$as_echo "yes" >&6; }
6861 CC="$ac_save_CC"
6862 C_DIALECT="-std=c11"
6863
6864else
6865 as_fn_error $? "C11 is required" "$LINENO" 5
6866fi
6867rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6868fi
6869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6870
6871
c2783492 6872
6bb11ab3
L
6873# Dependency checking.
6874ac_config_commands="$ac_config_commands depdir"
6875
6876
6877depcc="$CC" am_compiler_list=
6878
6879am_depcomp=$ac_aux_dir/depcomp
6880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6881$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6882if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6883 $as_echo_n "(cached) " >&6
6884else
6885 if test -f "$am_depcomp"; then
6886 # We make a subdir and do the tests there. Otherwise we can end up
6887 # making bogus files that we don't know about and never remove. For
6888 # instance it was reported that on HP-UX the gcc test will end up
6889 # making a dummy file named `D' -- because `-MD' means `put the output
6890 # in D'.
6891 mkdir conftest.dir
6892 # Copy depcomp to subdir because otherwise we won't find it if we're
6893 # using a relative directory.
6894 cp "$am_depcomp" conftest.dir
6895 cd conftest.dir
6896 # We will build objects and dependencies in a subdirectory because
6897 # it helps to detect inapplicable dependency modes. For instance
6898 # both Tru64's cc and ICC support -MD to output dependencies as a
6899 # side effect of compilation, but ICC will put the dependencies in
6900 # the current directory while Tru64 will put them in the object
6901 # directory.
6902 mkdir sub
6903
6904 am_cv_CC_dependencies_compiler_type=none
6905 if test "$am_compiler_list" = ""; then
6906 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6907 fi
6908 for depmode in $am_compiler_list; do
6909 if test $depmode = none; then break; fi
6910
6911 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6912 # Setup a source with many dependencies, because some compilers
6913 # like to wrap large dependency lists on column 80 (with \), and
6914 # we should not choose a depcomp mode which is confused by this.
6915 #
6916 # We need to recreate these files for each test, as the compiler may
6917 # overwrite some of them when testing with obscure command lines.
6918 # This happens at least with the AIX C compiler.
6919 : > sub/conftest.c
6920 for i in 1 2 3 4 5 6; do
6921 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6922 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6923 # Solaris 8's {/usr,}/bin/sh.
6924 touch sub/conftst$i.h
6925 done
6926 echo "include sub/conftest.Po" > confmf
6927
6928 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6929 # mode. It turns out that the SunPro C++ compiler does not properly
6930 # handle `-M -o', and we need to detect this.
6931 depcmd="depmode=$depmode \
6932 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6933 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6934 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6935 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6936 if env $depcmd > conftest.err 2>&1 &&
6937 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6938 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6939 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6940 # icc doesn't choke on unknown options, it will just issue warnings
6941 # or remarks (even with -Werror). So we grep stderr for any message
6942 # that says an option was ignored or not supported.
6943 # When given -MP, icc 7.0 and 7.1 complain thusly:
6944 # icc: Command line warning: ignoring option '-M'; no argument required
6945 # The diagnosis changed in icc 8.0:
6946 # icc: Command line remark: option '-MP' not supported
6947 if (grep 'ignoring option' conftest.err ||
6948 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6949 am_cv_CC_dependencies_compiler_type=$depmode
6950 $as_echo "$as_me:$LINENO: success" >&5
6951 break
6952 fi
6953 fi
6954 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6955 sed -e 's/^/| /' < conftest.err >&5
6956 done
6957
6958 cd ..
6959 rm -rf conftest.dir
6960else
6961 am_cv_CC_dependencies_compiler_type=none
6962fi
6963
6964fi
6965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6966$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6967if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6968then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6969else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6970
6971fi
6972
6973
6bb11ab3
L
6974ALL_LINGUAS=
6975# If we haven't got the data from the intl directory,
6976# assume NLS is disabled.
6977USE_NLS=no
6978LIBINTL=
6979LIBINTL_DEP=
6980INCINTL=
6981XGETTEXT=
6982GMSGFMT=
6983POSUB=
6984
6985if test -f ../../intl/config.intl; then
6986 . ../../intl/config.intl
6987fi
6988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6989$as_echo_n "checking whether NLS is requested... " >&6; }
6990if test x"$USE_NLS" != xyes; then
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6992$as_echo "no" >&6; }
6993else
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6995$as_echo "yes" >&6; }
6996
6997$as_echo "#define ENABLE_NLS 1" >>confdefs.h
6998
6999
7000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7001$as_echo_n "checking for catalogs to be installed... " >&6; }
7002 # Look for .po and .gmo files in the source directory.
7003 CATALOGS=
7004 XLINGUAS=
7005 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7006 # If there aren't any .gmo files the shell will give us the
7007 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7008 # weeded out.
7009 case "$cat" in *\**)
7010 continue;;
7011 esac
7012 # The quadruple backslash is collapsed to a double backslash
7013 # by the backticks, then collapsed again by the double quotes,
7014 # leaving us with one backslash in the sed expression (right
7015 # before the dot that mustn't act as a wildcard).
7016 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7017 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7018 # The user is allowed to set LINGUAS to a list of languages to
7019 # install catalogs for. If it's empty that means "all of them."
7020 if test "x$LINGUAS" = x; then
7021 CATALOGS="$CATALOGS $cat"
7022 XLINGUAS="$XLINGUAS $lang"
7023 else
7024 case "$LINGUAS" in *$lang*)
7025 CATALOGS="$CATALOGS $cat"
7026 XLINGUAS="$XLINGUAS $lang"
7027 ;;
7028 esac
7029 fi
7030 done
7031 LINGUAS="$XLINGUAS"
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7033$as_echo "$LINGUAS" >&6; }
7034
7035
7036 DATADIRNAME=share
7037
7038 INSTOBJEXT=.mo
7039
7040 GENCAT=gencat
7041
7042 CATOBJEXT=.gmo
7043
7044fi
7045
6bb11ab3
L
7046# Check for socket libraries
7047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7048$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7049if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7050 $as_echo_n "(cached) " >&6
7051else
7052 ac_check_lib_save_LIBS=$LIBS
7053LIBS="-lsocket $LIBS"
7054cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7055/* end confdefs.h. */
7056
7057/* Override any GCC internal prototype to avoid an error.
7058 Use char because int might match the return type of a GCC
7059 builtin and then its argument prototype would still apply. */
7060#ifdef __cplusplus
7061extern "C"
7062#endif
7063char bind ();
7064int
7065main ()
7066{
7067return bind ();
7068 ;
7069 return 0;
7070}
7071_ACEOF
7072if ac_fn_c_try_link "$LINENO"; then :
7073 ac_cv_lib_socket_bind=yes
7074else
7075 ac_cv_lib_socket_bind=no
7076fi
7077rm -f core conftest.err conftest.$ac_objext \
7078 conftest$ac_exeext conftest.$ac_ext
7079LIBS=$ac_check_lib_save_LIBS
7080fi
7081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7082$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7083if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7084 cat >>confdefs.h <<_ACEOF
7085#define HAVE_LIBSOCKET 1
7086_ACEOF
7087
7088 LIBS="-lsocket $LIBS"
7089
7090fi
7091
7092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7093$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7094if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7095 $as_echo_n "(cached) " >&6
7096else
7097 ac_check_lib_save_LIBS=$LIBS
7098LIBS="-lnsl $LIBS"
7099cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7100/* end confdefs.h. */
7101
7102/* Override any GCC internal prototype to avoid an error.
7103 Use char because int might match the return type of a GCC
7104 builtin and then its argument prototype would still apply. */
7105#ifdef __cplusplus
7106extern "C"
7107#endif
7108char gethostbyname ();
7109int
7110main ()
7111{
7112return gethostbyname ();
7113 ;
7114 return 0;
7115}
7116_ACEOF
7117if ac_fn_c_try_link "$LINENO"; then :
7118 ac_cv_lib_nsl_gethostbyname=yes
7119else
7120 ac_cv_lib_nsl_gethostbyname=no
7121fi
7122rm -f core conftest.err conftest.$ac_objext \
7123 conftest$ac_exeext conftest.$ac_ext
7124LIBS=$ac_check_lib_save_LIBS
7125fi
7126{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7127$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7128if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7129 cat >>confdefs.h <<_ACEOF
7130#define HAVE_LIBNSL 1
7131_ACEOF
7132
7133 LIBS="-lnsl $LIBS"
7134
7135fi
7136
7137
7138# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7139# using the same condition.
7140
aadc9410 7141 # Use the system's zlib library.
7fed4b0b
L
7142 zlibdir="-L\$(top_builddir)/../zlib"
7143 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7144
aadc9410
MF
7145# Check whether --with-system-zlib was given.
7146if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7147 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7148 zlibdir=
7149 zlibinc=
7150 fi
6bb11ab3
L
7151
7152fi
7153
6bb11ab3 7154
6bb11ab3 7155
6bb11ab3
L
7156
7157
7158# BFD uses libdl when when plugins enabled.
7159
faa743bb
RM
7160 maybe_plugins=no
7161 for ac_header in dlfcn.h
7162do :
7163 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7164"
d0ac1c44 7165if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7166 cat >>confdefs.h <<_ACEOF
7167#define HAVE_DLFCN_H 1
7168_ACEOF
7169 maybe_plugins=yes
7170fi
7171
7172done
7173
7174 for ac_header in windows.h
7175do :
7176 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7177"
d0ac1c44 7178if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7179 cat >>confdefs.h <<_ACEOF
7180#define HAVE_WINDOWS_H 1
7181_ACEOF
7182 maybe_plugins=yes
7183fi
7184
7185done
7186
7187
7188 # Check whether --enable-plugins was given.
6bb11ab3
L
7189if test "${enable_plugins+set}" = set; then :
7190 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7191 no) plugins=no ;;
7192 *) plugins=yes
7193 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7194 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7195 fi ;;
7196 esac
6bb11ab3 7197else
faa743bb
RM
7198 plugins=$maybe_plugins
7199
6bb11ab3
L
7200fi
7201
2974be62 7202 if test "$plugins" = "yes"; then
37f980dc
SM
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7204$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7205if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7206 $as_echo_n "(cached) " >&6
7207else
7208 ac_func_search_save_LIBS=$LIBS
7209cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7210/* end confdefs.h. */
7211
7212/* Override any GCC internal prototype to avoid an error.
7213 Use char because int might match the return type of a GCC
7214 builtin and then its argument prototype would still apply. */
7215#ifdef __cplusplus
7216extern "C"
7217#endif
37f980dc 7218char dlsym ();
2974be62
AM
7219int
7220main ()
7221{
37f980dc 7222return dlsym ();
2974be62
AM
7223 ;
7224 return 0;
7225}
7226_ACEOF
7227for ac_lib in '' dl; do
7228 if test -z "$ac_lib"; then
7229 ac_res="none required"
7230 else
7231 ac_res=-l$ac_lib
7232 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7233 fi
7234 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7235 ac_cv_search_dlsym=$ac_res
2974be62
AM
7236fi
7237rm -f core conftest.err conftest.$ac_objext \
7238 conftest$ac_exeext
d0ac1c44 7239 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7240 break
7241fi
7242done
d0ac1c44 7243if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7244
7245else
37f980dc 7246 ac_cv_search_dlsym=no
2974be62
AM
7247fi
7248rm conftest.$ac_ext
7249LIBS=$ac_func_search_save_LIBS
7250fi
37f980dc
SM
7251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7252$as_echo "$ac_cv_search_dlsym" >&6; }
7253ac_res=$ac_cv_search_dlsym
2974be62
AM
7254if test "$ac_res" != no; then :
7255 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7256
7257fi
7258
7259 fi
6bb11ab3
L
7260
7261 if test "$plugins" = yes; then
7262 PLUGINS_TRUE=
7263 PLUGINS_FALSE='#'
7264else
7265 PLUGINS_TRUE='#'
7266 PLUGINS_FALSE=
7267fi
7268
7269
7270
7271
7272
7273# Set options
7274enable_dlopen=yes
7275
7276
7277
7278
7279 enable_win32_dll=no
7280
7281
7282 # Check whether --enable-shared was given.
7283if test "${enable_shared+set}" = set; then :
7284 enableval=$enable_shared; p=${PACKAGE-default}
7285 case $enableval in
7286 yes) enable_shared=yes ;;
7287 no) enable_shared=no ;;
7288 *)
7289 enable_shared=no
7290 # Look at the argument we got. We use all the common list separators.
7291 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7292 for pkg in $enableval; do
7293 IFS="$lt_save_ifs"
7294 if test "X$pkg" = "X$p"; then
7295 enable_shared=yes
7296 fi
7297 done
7298 IFS="$lt_save_ifs"
7299 ;;
7300 esac
7301else
7302 enable_shared=yes
7303fi
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313 # Check whether --enable-static was given.
7314if test "${enable_static+set}" = set; then :
7315 enableval=$enable_static; p=${PACKAGE-default}
7316 case $enableval in
7317 yes) enable_static=yes ;;
7318 no) enable_static=no ;;
7319 *)
7320 enable_static=no
7321 # Look at the argument we got. We use all the common list separators.
7322 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7323 for pkg in $enableval; do
7324 IFS="$lt_save_ifs"
7325 if test "X$pkg" = "X$p"; then
7326 enable_static=yes
7327 fi
7328 done
7329 IFS="$lt_save_ifs"
7330 ;;
7331 esac
7332else
7333 enable_static=yes
7334fi
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345# Check whether --with-pic was given.
7346if test "${with_pic+set}" = set; then :
7347 withval=$with_pic; pic_mode="$withval"
7348else
7349 pic_mode=default
7350fi
7351
7352
7353test -z "$pic_mode" && pic_mode=default
7354
7355
7356
7357
7358
7359
7360
7361 # Check whether --enable-fast-install was given.
7362if test "${enable_fast_install+set}" = set; then :
7363 enableval=$enable_fast_install; p=${PACKAGE-default}
7364 case $enableval in
7365 yes) enable_fast_install=yes ;;
7366 no) enable_fast_install=no ;;
7367 *)
7368 enable_fast_install=no
7369 # Look at the argument we got. We use all the common list separators.
7370 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7371 for pkg in $enableval; do
7372 IFS="$lt_save_ifs"
7373 if test "X$pkg" = "X$p"; then
7374 enable_fast_install=yes
7375 fi
7376 done
7377 IFS="$lt_save_ifs"
7378 ;;
7379 esac
7380else
7381 enable_fast_install=yes
7382fi
7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394# This can be used to rebuild libtool when needed
7395LIBTOOL_DEPS="$ltmain"
7396
7397# Always use our own libtool.
7398LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425test -z "$LN_S" && LN_S="ln -s"
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440if test -n "${ZSH_VERSION+set}" ; then
7441 setopt NO_GLOB_SUBST
f0569246 7442fi
f0569246 7443
6bb11ab3
L
7444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7445$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7446if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7447 $as_echo_n "(cached) " >&6
7448else
7449 rm -f .libs 2>/dev/null
7450mkdir .libs 2>/dev/null
7451if test -d .libs; then
7452 lt_cv_objdir=.libs
7453else
7454 # MS-DOS does not allow filenames that begin with a dot.
7455 lt_cv_objdir=_libs
7456fi
7457rmdir .libs 2>/dev/null
7458fi
7459{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7460$as_echo "$lt_cv_objdir" >&6; }
7461objdir=$lt_cv_objdir
7462
7463
7464
7465
7466
7467cat >>confdefs.h <<_ACEOF
7468#define LT_OBJDIR "$lt_cv_objdir/"
7469_ACEOF
7470
7471
7472
7473
7474case $host_os in
7475aix3*)
7476 # AIX sometimes has problems with the GCC collect2 program. For some
7477 # reason, if we set the COLLECT_NAMES environment variable, the problems
7478 # vanish in a puff of smoke.
7479 if test "X${COLLECT_NAMES+set}" != Xset; then
7480 COLLECT_NAMES=
7481 export COLLECT_NAMES
7482 fi
7483 ;;
81ecdfbb 7484esac
6bb11ab3
L
7485
7486# Global variables:
7487ofile=libtool
7488can_build_shared=yes
7489
7490# All known linkers require a `.a' archive for static linking (except MSVC,
7491# which needs '.lib').
7492libext=a
7493
7494with_gnu_ld="$lt_cv_prog_gnu_ld"
7495
7496old_CC="$CC"
7497old_CFLAGS="$CFLAGS"
7498
7499# Set sane defaults for various variables
7500test -z "$CC" && CC=cc
7501test -z "$LTCC" && LTCC=$CC
7502test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7503test -z "$LD" && LD=ld
7504test -z "$ac_objext" && ac_objext=o
7505
7506for cc_temp in $compiler""; do
7507 case $cc_temp in
7508 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7509 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7510 \-*) ;;
7511 *) break;;
7512 esac
7513done
7514cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7515
7516
7517# Only perform the check for file, if the check method requires it
7518test -z "$MAGIC_CMD" && MAGIC_CMD=file
7519case $deplibs_check_method in
7520file_magic*)
7521 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7523$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7524if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7525 $as_echo_n "(cached) " >&6
7526else
7527 case $MAGIC_CMD in
7528[\\/*] | ?:[\\/]*)
7529 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7530 ;;
7531*)
7532 lt_save_MAGIC_CMD="$MAGIC_CMD"
7533 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7534 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7535 for ac_dir in $ac_dummy; do
7536 IFS="$lt_save_ifs"
7537 test -z "$ac_dir" && ac_dir=.
7538 if test -f $ac_dir/${ac_tool_prefix}file; then
7539 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7540 if test -n "$file_magic_test_file"; then
7541 case $deplibs_check_method in
7542 "file_magic "*)
7543 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7544 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7545 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7546 $EGREP "$file_magic_regex" > /dev/null; then
7547 :
7548 else
7549 cat <<_LT_EOF 1>&2
7550
7551*** Warning: the command libtool uses to detect shared libraries,
7552*** $file_magic_cmd, produces output that libtool cannot recognize.
7553*** The result is that libtool may fail to recognize shared libraries
7554*** as such. This will affect the creation of libtool libraries that
7555*** depend on shared libraries, but programs linked with such libtool
7556*** libraries will work regardless of this problem. Nevertheless, you
7557*** may want to report the problem to your system manager and/or to
7558*** bug-libtool@gnu.org
7559
7560_LT_EOF
7561 fi ;;
7562 esac
7563 fi
7564 break
f0569246 7565 fi
6bb11ab3
L
7566 done
7567 IFS="$lt_save_ifs"
7568 MAGIC_CMD="$lt_save_MAGIC_CMD"
7569 ;;
7570esac
f0569246 7571fi
f0569246 7572
6bb11ab3
L
7573MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7574if test -n "$MAGIC_CMD"; then
7575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7576$as_echo "$MAGIC_CMD" >&6; }
7577else
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7579$as_echo "no" >&6; }
7580fi
81ecdfbb 7581
6bb11ab3
L
7582
7583
7584
7585
7586if test -z "$lt_cv_path_MAGIC_CMD"; then
7587 if test -n "$ac_tool_prefix"; then
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7589$as_echo_n "checking for file... " >&6; }
d0ac1c44 7590if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7591 $as_echo_n "(cached) " >&6
7592else
7593 case $MAGIC_CMD in
7594[\\/*] | ?:[\\/]*)
7595 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7596 ;;
7597*)
7598 lt_save_MAGIC_CMD="$MAGIC_CMD"
7599 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7600 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7601 for ac_dir in $ac_dummy; do
7602 IFS="$lt_save_ifs"
7603 test -z "$ac_dir" && ac_dir=.
7604 if test -f $ac_dir/file; then
7605 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7606 if test -n "$file_magic_test_file"; then
7607 case $deplibs_check_method in
7608 "file_magic "*)
7609 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7610 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7611 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7612 $EGREP "$file_magic_regex" > /dev/null; then
7613 :
7614 else
7615 cat <<_LT_EOF 1>&2
7616
7617*** Warning: the command libtool uses to detect shared libraries,
7618*** $file_magic_cmd, produces output that libtool cannot recognize.
7619*** The result is that libtool may fail to recognize shared libraries
7620*** as such. This will affect the creation of libtool libraries that
7621*** depend on shared libraries, but programs linked with such libtool
7622*** libraries will work regardless of this problem. Nevertheless, you
7623*** may want to report the problem to your system manager and/or to
7624*** bug-libtool@gnu.org
7625
7626_LT_EOF
7627 fi ;;
7628 esac
7629 fi
7630 break
7631 fi
7632 done
7633 IFS="$lt_save_ifs"
7634 MAGIC_CMD="$lt_save_MAGIC_CMD"
7635 ;;
81ecdfbb 7636esac
6bb11ab3
L
7637fi
7638
7639MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7640if test -n "$MAGIC_CMD"; then
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7642$as_echo "$MAGIC_CMD" >&6; }
7643else
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7645$as_echo "no" >&6; }
7646fi
7647
7648
7649 else
7650 MAGIC_CMD=:
7651 fi
7652fi
7653
7654 fi
7655 ;;
7656esac
7657
7658# Use C for the default configuration in the libtool script
7659
7660lt_save_CC="$CC"
7661ac_ext=c
7662ac_cpp='$CPP $CPPFLAGS'
7663ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7664ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7665ac_compiler_gnu=$ac_cv_c_compiler_gnu
7666
7667
7668# Source file extension for C test sources.
7669ac_ext=c
7670
7671# Object file extension for compiled C test sources.
7672objext=o
7673objext=$objext
7674
7675# Code to be used in simple compile tests
7676lt_simple_compile_test_code="int some_variable = 0;"
7677
7678# Code to be used in simple link tests
7679lt_simple_link_test_code='int main(){return(0);}'
7680
7681
7682
7683
7684
7685
7686
7687# If no C compiler was specified, use CC.
7688LTCC=${LTCC-"$CC"}
7689
7690# If no C compiler flags were specified, use CFLAGS.
7691LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7692
7693# Allow CC to be a program name with arguments.
7694compiler=$CC
7695
7696# Save the default compiler, since it gets overwritten when the other
7697# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7698compiler_DEFAULT=$CC
7699
7700# save warnings/boilerplate of simple test code
7701ac_outfile=conftest.$ac_objext
7702echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7703eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7704_lt_compiler_boilerplate=`cat conftest.err`
7705$RM conftest*
7706
7707ac_outfile=conftest.$ac_objext
7708echo "$lt_simple_link_test_code" >conftest.$ac_ext
7709eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7710_lt_linker_boilerplate=`cat conftest.err`
7711$RM -r conftest*
7712
7713
7714## CAVEAT EMPTOR:
7715## There is no encapsulation within the following macros, do not change
7716## the running order or otherwise move them around unless you know exactly
7717## what you are doing...
7718if test -n "$compiler"; then
7719
7720lt_prog_compiler_no_builtin_flag=
7721
7722if test "$GCC" = yes; then
7723 case $cc_basename in
7724 nvcc*)
7725 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7726 *)
7727 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7728 esac
6bb11ab3
L
7729
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7731$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7732if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7733 $as_echo_n "(cached) " >&6
f0569246 7734else
6bb11ab3
L
7735 lt_cv_prog_compiler_rtti_exceptions=no
7736 ac_outfile=conftest.$ac_objext
7737 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7738 lt_compiler_flag="-fno-rtti -fno-exceptions"
7739 # Insert the option either (1) after the last *FLAGS variable, or
7740 # (2) before a word containing "conftest.", or (3) at the end.
7741 # Note that $ac_compile itself does not contain backslashes and begins
7742 # with a dollar sign (not a hyphen), so the echo should work correctly.
7743 # The option is referenced via a variable to avoid confusing sed.
7744 lt_compile=`echo "$ac_compile" | $SED \
7745 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7746 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7747 -e 's:$: $lt_compiler_flag:'`
7748 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7749 (eval "$lt_compile" 2>conftest.err)
7750 ac_status=$?
7751 cat conftest.err >&5
7752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7753 if (exit $ac_status) && test -s "$ac_outfile"; then
7754 # The compiler can only warn and ignore the option if not recognized
7755 # So say no if there are warnings other than the usual output.
7756 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7757 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7758 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7759 lt_cv_prog_compiler_rtti_exceptions=yes
7760 fi
7761 fi
7762 $RM conftest*
7763
f0569246 7764fi
6bb11ab3
L
7765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7766$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7767
7768if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7769 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7770else
7771 :
7772fi
7773
7774fi
7775
7776
7777
7778
7779
7780
7781 lt_prog_compiler_wl=
7782lt_prog_compiler_pic=
7783lt_prog_compiler_static=
7784
7785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7786$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7787
7788 if test "$GCC" = yes; then
7789 lt_prog_compiler_wl='-Wl,'
7790 lt_prog_compiler_static='-static'
7791
7792 case $host_os in
7793 aix*)
7794 # All AIX code is PIC.
7795 if test "$host_cpu" = ia64; then
7796 # AIX 5 now supports IA64 processor
7797 lt_prog_compiler_static='-Bstatic'
7798 fi
7799 lt_prog_compiler_pic='-fPIC'
7800 ;;
7801
7802 amigaos*)
7803 case $host_cpu in
7804 powerpc)
7805 # see comment about AmigaOS4 .so support
7806 lt_prog_compiler_pic='-fPIC'
7807 ;;
7808 m68k)
7809 # FIXME: we need at least 68020 code to build shared libraries, but
7810 # adding the `-m68020' flag to GCC prevents building anything better,
7811 # like `-m68040'.
7812 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7813 ;;
7814 esac
7815 ;;
7816
7817 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7818 # PIC is the default for these OSes.
7819 ;;
7820
7821 mingw* | cygwin* | pw32* | os2* | cegcc*)
7822 # This hack is so that the source file can tell whether it is being
7823 # built for inclusion in a dll (and should export symbols for example).
7824 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7825 # (--disable-auto-import) libraries
7826 lt_prog_compiler_pic='-DDLL_EXPORT'
7827 ;;
7828
7829 darwin* | rhapsody*)
7830 # PIC is the default on this platform
7831 # Common symbols not allowed in MH_DYLIB files
7832 lt_prog_compiler_pic='-fno-common'
7833 ;;
7834
7835 haiku*)
7836 # PIC is the default for Haiku.
7837 # The "-static" flag exists, but is broken.
7838 lt_prog_compiler_static=
7839 ;;
7840
7841 hpux*)
7842 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7843 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7844 # sets the default TLS model and affects inlining.
7845 case $host_cpu in
7846 hppa*64*)
7847 # +Z the default
7848 ;;
7849 *)
7850 lt_prog_compiler_pic='-fPIC'
7851 ;;
7852 esac
7853 ;;
7854
7855 interix[3-9]*)
7856 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7857 # Instead, we relocate shared libraries at runtime.
7858 ;;
7859
7860 msdosdjgpp*)
7861 # Just because we use GCC doesn't mean we suddenly get shared libraries
7862 # on systems that don't support them.
7863 lt_prog_compiler_can_build_shared=no
7864 enable_shared=no
7865 ;;
7866
7867 *nto* | *qnx*)
7868 # QNX uses GNU C++, but need to define -shared option too, otherwise
7869 # it will coredump.
7870 lt_prog_compiler_pic='-fPIC -shared'
7871 ;;
7872
7873 sysv4*MP*)
7874 if test -d /usr/nec; then
7875 lt_prog_compiler_pic=-Kconform_pic
7876 fi
7877 ;;
7878
7879 *)
7880 lt_prog_compiler_pic='-fPIC'
7881 ;;
7882 esac
7883
7884 case $cc_basename in
7885 nvcc*) # Cuda Compiler Driver 2.2
7886 lt_prog_compiler_wl='-Xlinker '
7887 lt_prog_compiler_pic='-Xcompiler -fPIC'
7888 ;;
7889 esac
7890 else
7891 # PORTME Check for flag to pass linker flags through the system compiler.
7892 case $host_os in
7893 aix*)
7894 lt_prog_compiler_wl='-Wl,'
7895 if test "$host_cpu" = ia64; then
7896 # AIX 5 now supports IA64 processor
7897 lt_prog_compiler_static='-Bstatic'
7898 else
7899 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7900 fi
7901 ;;
7902
7903 mingw* | cygwin* | pw32* | os2* | cegcc*)
7904 # This hack is so that the source file can tell whether it is being
7905 # built for inclusion in a dll (and should export symbols for example).
7906 lt_prog_compiler_pic='-DDLL_EXPORT'
7907 ;;
7908
7909 hpux9* | hpux10* | hpux11*)
7910 lt_prog_compiler_wl='-Wl,'
7911 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7912 # not for PA HP-UX.
7913 case $host_cpu in
7914 hppa*64*|ia64*)
7915 # +Z the default
7916 ;;
7917 *)
7918 lt_prog_compiler_pic='+Z'
7919 ;;
7920 esac
7921 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7922 lt_prog_compiler_static='${wl}-a ${wl}archive'
7923 ;;
7924
7925 irix5* | irix6* | nonstopux*)
7926 lt_prog_compiler_wl='-Wl,'
7927 # PIC (with -KPIC) is the default.
7928 lt_prog_compiler_static='-non_shared'
7929 ;;
7930
7931 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7932 case $cc_basename in
7933 # old Intel for x86_64 which still supported -KPIC.
7934 ecc*)
7935 lt_prog_compiler_wl='-Wl,'
7936 lt_prog_compiler_pic='-KPIC'
7937 lt_prog_compiler_static='-static'
7938 ;;
7939 # icc used to be incompatible with GCC.
7940 # ICC 10 doesn't accept -KPIC any more.
7941 icc* | ifort*)
7942 lt_prog_compiler_wl='-Wl,'
7943 lt_prog_compiler_pic='-fPIC'
7944 lt_prog_compiler_static='-static'
7945 ;;
7946 # Lahey Fortran 8.1.
7947 lf95*)
7948 lt_prog_compiler_wl='-Wl,'
7949 lt_prog_compiler_pic='--shared'
7950 lt_prog_compiler_static='--static'
7951 ;;
7952 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7953 # Portland Group compilers (*not* the Pentium gcc compiler,
7954 # which looks to be a dead project)
7955 lt_prog_compiler_wl='-Wl,'
7956 lt_prog_compiler_pic='-fpic'
7957 lt_prog_compiler_static='-Bstatic'
7958 ;;
7959 ccc*)
7960 lt_prog_compiler_wl='-Wl,'
7961 # All Alpha code is PIC.
7962 lt_prog_compiler_static='-non_shared'
7963 ;;
7964 xl* | bgxl* | bgf* | mpixl*)
7965 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7966 lt_prog_compiler_wl='-Wl,'
7967 lt_prog_compiler_pic='-qpic'
7968 lt_prog_compiler_static='-qstaticlink'
7969 ;;
7970 *)
7971 case `$CC -V 2>&1 | sed 5q` in
7972 *Sun\ F* | *Sun*Fortran*)
7973 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7974 lt_prog_compiler_pic='-KPIC'
7975 lt_prog_compiler_static='-Bstatic'
7976 lt_prog_compiler_wl=''
7977 ;;
7978 *Sun\ C*)
7979 # Sun C 5.9
7980 lt_prog_compiler_pic='-KPIC'
7981 lt_prog_compiler_static='-Bstatic'
7982 lt_prog_compiler_wl='-Wl,'
7983 ;;
7984 esac
7985 ;;
7986 esac
7987 ;;
7988
7989 newsos6)
7990 lt_prog_compiler_pic='-KPIC'
7991 lt_prog_compiler_static='-Bstatic'
7992 ;;
7993
7994 *nto* | *qnx*)
7995 # QNX uses GNU C++, but need to define -shared option too, otherwise
7996 # it will coredump.
7997 lt_prog_compiler_pic='-fPIC -shared'
7998 ;;
7999
8000 osf3* | osf4* | osf5*)
8001 lt_prog_compiler_wl='-Wl,'
8002 # All OSF/1 code is PIC.
8003 lt_prog_compiler_static='-non_shared'
8004 ;;
8005
8006 rdos*)
8007 lt_prog_compiler_static='-non_shared'
8008 ;;
f0569246 8009
6bb11ab3
L
8010 solaris*)
8011 lt_prog_compiler_pic='-KPIC'
8012 lt_prog_compiler_static='-Bstatic'
8013 case $cc_basename in
8014 f77* | f90* | f95*)
8015 lt_prog_compiler_wl='-Qoption ld ';;
8016 *)
8017 lt_prog_compiler_wl='-Wl,';;
8018 esac
8019 ;;
f0569246 8020
6bb11ab3
L
8021 sunos4*)
8022 lt_prog_compiler_wl='-Qoption ld '
8023 lt_prog_compiler_pic='-PIC'
8024 lt_prog_compiler_static='-Bstatic'
8025 ;;
f0569246 8026
6bb11ab3
L
8027 sysv4 | sysv4.2uw2* | sysv4.3*)
8028 lt_prog_compiler_wl='-Wl,'
8029 lt_prog_compiler_pic='-KPIC'
8030 lt_prog_compiler_static='-Bstatic'
8031 ;;
8032
8033 sysv4*MP*)
8034 if test -d /usr/nec ;then
8035 lt_prog_compiler_pic='-Kconform_pic'
8036 lt_prog_compiler_static='-Bstatic'
8037 fi
8038 ;;
8039
8040 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8041 lt_prog_compiler_wl='-Wl,'
8042 lt_prog_compiler_pic='-KPIC'
8043 lt_prog_compiler_static='-Bstatic'
8044 ;;
8045
8046 unicos*)
8047 lt_prog_compiler_wl='-Wl,'
8048 lt_prog_compiler_can_build_shared=no
8049 ;;
8050
8051 uts4*)
8052 lt_prog_compiler_pic='-pic'
8053 lt_prog_compiler_static='-Bstatic'
8054 ;;
8055
8056 *)
8057 lt_prog_compiler_can_build_shared=no
8058 ;;
8059 esac
8060 fi
8061
8062case $host_os in
8063 # For platforms which do not support PIC, -DPIC is meaningless:
8064 *djgpp*)
8065 lt_prog_compiler_pic=
8066 ;;
8067 *)
8068 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8069 ;;
81ecdfbb 8070esac
6bb11ab3
L
8071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8072$as_echo "$lt_prog_compiler_pic" >&6; }
8073
8074
8075
8076
8077
8078
8079#
8080# Check to make sure the PIC flag actually works.
8081#
8082if test -n "$lt_prog_compiler_pic"; then
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8084$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8085if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8086 $as_echo_n "(cached) " >&6
b7026657 8087else
6bb11ab3
L
8088 lt_cv_prog_compiler_pic_works=no
8089 ac_outfile=conftest.$ac_objext
8090 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8091 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8092 # Insert the option either (1) after the last *FLAGS variable, or
8093 # (2) before a word containing "conftest.", or (3) at the end.
8094 # Note that $ac_compile itself does not contain backslashes and begins
8095 # with a dollar sign (not a hyphen), so the echo should work correctly.
8096 # The option is referenced via a variable to avoid confusing sed.
8097 lt_compile=`echo "$ac_compile" | $SED \
8098 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8099 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8100 -e 's:$: $lt_compiler_flag:'`
8101 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8102 (eval "$lt_compile" 2>conftest.err)
8103 ac_status=$?
8104 cat conftest.err >&5
8105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8106 if (exit $ac_status) && test -s "$ac_outfile"; then
8107 # The compiler can only warn and ignore the option if not recognized
8108 # So say no if there are warnings other than the usual output.
8109 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8110 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8111 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8112 lt_cv_prog_compiler_pic_works=yes
8113 fi
8114 fi
8115 $RM conftest*
b7026657 8116
b7026657 8117fi
6bb11ab3
L
8118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8119$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8120
8121if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8122 case $lt_prog_compiler_pic in
8123 "" | " "*) ;;
8124 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8125 esac
8126else
8127 lt_prog_compiler_pic=
8128 lt_prog_compiler_can_build_shared=no
f0569246 8129fi
6bb11ab3
L
8130
8131fi
8132
8133
8134
8135
8136
8137
8138#
8139# Check to make sure the static flag actually works.
8140#
8141wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8143$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8144if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8145 $as_echo_n "(cached) " >&6
f0569246 8146else
6bb11ab3
L
8147 lt_cv_prog_compiler_static_works=no
8148 save_LDFLAGS="$LDFLAGS"
8149 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8150 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8151 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8152 # The linker can only warn and ignore the option if not recognized
8153 # So say no if there are warnings
8154 if test -s conftest.err; then
8155 # Append any errors to the config.log.
8156 cat conftest.err 1>&5
8157 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8158 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8159 if diff conftest.exp conftest.er2 >/dev/null; then
8160 lt_cv_prog_compiler_static_works=yes
8161 fi
8162 else
8163 lt_cv_prog_compiler_static_works=yes
8164 fi
8165 fi
8166 $RM -r conftest*
8167 LDFLAGS="$save_LDFLAGS"
f0569246 8168
6bb11ab3
L
8169fi
8170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8171$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8172
6bb11ab3
L
8173if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8174 :
f0569246 8175else
6bb11ab3 8176 lt_prog_compiler_static=
f0569246 8177fi
b7026657 8178
6bb11ab3
L
8179
8180
8181
8182
8183
8184
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8186$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8187if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8188 $as_echo_n "(cached) " >&6
81ecdfbb 8189else
6bb11ab3
L
8190 lt_cv_prog_compiler_c_o=no
8191 $RM -r conftest 2>/dev/null
8192 mkdir conftest
8193 cd conftest
8194 mkdir out
8195 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8196
8197 lt_compiler_flag="-o out/conftest2.$ac_objext"
8198 # Insert the option either (1) after the last *FLAGS variable, or
8199 # (2) before a word containing "conftest.", or (3) at the end.
8200 # Note that $ac_compile itself does not contain backslashes and begins
8201 # with a dollar sign (not a hyphen), so the echo should work correctly.
8202 lt_compile=`echo "$ac_compile" | $SED \
8203 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8204 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8205 -e 's:$: $lt_compiler_flag:'`
8206 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8207 (eval "$lt_compile" 2>out/conftest.err)
8208 ac_status=$?
8209 cat out/conftest.err >&5
8210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8211 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8212 then
8213 # The compiler can only warn and ignore the option if not recognized
8214 # So say no if there are warnings
8215 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8216 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8217 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8218 lt_cv_prog_compiler_c_o=yes
8219 fi
8220 fi
8221 chmod u+w . 2>&5
8222 $RM conftest*
8223 # SGI C++ compiler will create directory out/ii_files/ for
8224 # template instantiation
8225 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8226 $RM out/* && rmdir out
8227 cd ..
8228 $RM -r conftest
8229 $RM conftest*
8230
81ecdfbb 8231fi
6bb11ab3
L
8232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8233$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8234
8235
8236
8237
8238
8239
8240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8241$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8242if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8243 $as_echo_n "(cached) " >&6
8244else
6bb11ab3
L
8245 lt_cv_prog_compiler_c_o=no
8246 $RM -r conftest 2>/dev/null
8247 mkdir conftest
8248 cd conftest
8249 mkdir out
8250 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8251
8252 lt_compiler_flag="-o out/conftest2.$ac_objext"
8253 # Insert the option either (1) after the last *FLAGS variable, or
8254 # (2) before a word containing "conftest.", or (3) at the end.
8255 # Note that $ac_compile itself does not contain backslashes and begins
8256 # with a dollar sign (not a hyphen), so the echo should work correctly.
8257 lt_compile=`echo "$ac_compile" | $SED \
8258 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8259 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8260 -e 's:$: $lt_compiler_flag:'`
8261 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8262 (eval "$lt_compile" 2>out/conftest.err)
8263 ac_status=$?
8264 cat out/conftest.err >&5
8265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8266 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8267 then
8268 # The compiler can only warn and ignore the option if not recognized
8269 # So say no if there are warnings
8270 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8271 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8272 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8273 lt_cv_prog_compiler_c_o=yes
8274 fi
8275 fi
8276 chmod u+w . 2>&5
8277 $RM conftest*
8278 # SGI C++ compiler will create directory out/ii_files/ for
8279 # template instantiation
8280 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8281 $RM out/* && rmdir out
8282 cd ..
8283 $RM -r conftest
8284 $RM conftest*
8285
8286fi
8287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8288$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8289
8290
8291
8292
8293hard_links="nottested"
8294if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8295 # do not overwrite the value of need_locks provided by the user
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8297$as_echo_n "checking if we can lock with hard links... " >&6; }
8298 hard_links=yes
8299 $RM conftest*
8300 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8301 touch conftest.a
8302 ln conftest.a conftest.b 2>&5 || hard_links=no
8303 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8305$as_echo "$hard_links" >&6; }
8306 if test "$hard_links" = no; then
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8308$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8309 need_locks=warn
8310 fi
8311else
8312 need_locks=no
8313fi
8314
8315
8316
8317
8318
8319
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8321$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8322
8323 runpath_var=
8324 allow_undefined_flag=
8325 always_export_symbols=no
8326 archive_cmds=
8327 archive_expsym_cmds=
8328 compiler_needs_object=no
8329 enable_shared_with_static_runtimes=no
8330 export_dynamic_flag_spec=
8331 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8332 hardcode_automatic=no
8333 hardcode_direct=no
8334 hardcode_direct_absolute=no
8335 hardcode_libdir_flag_spec=
8336 hardcode_libdir_flag_spec_ld=
8337 hardcode_libdir_separator=
8338 hardcode_minus_L=no
8339 hardcode_shlibpath_var=unsupported
8340 inherit_rpath=no
8341 link_all_deplibs=unknown
8342 module_cmds=
8343 module_expsym_cmds=
8344 old_archive_from_new_cmds=
8345 old_archive_from_expsyms_cmds=
8346 thread_safe_flag_spec=
8347 whole_archive_flag_spec=
8348 # include_expsyms should be a list of space-separated symbols to be *always*
8349 # included in the symbol list
8350 include_expsyms=
8351 # exclude_expsyms can be an extended regexp of symbols to exclude
8352 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8353 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8354 # as well as any symbol that contains `d'.
8355 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8356 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8357 # platforms (ab)use it in PIC code, but their linkers get confused if
8358 # the symbol is explicitly referenced. Since portable code cannot
8359 # rely on this symbol name, it's probably fine to never include it in
8360 # preloaded symbol tables.
8361 # Exclude shared library initialization/finalization symbols.
8362 extract_expsyms_cmds=
8363
8364 case $host_os in
8365 cygwin* | mingw* | pw32* | cegcc*)
8366 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8367 # When not using gcc, we currently assume that we are using
8368 # Microsoft Visual C++.
8369 if test "$GCC" != yes; then
8370 with_gnu_ld=no
8371 fi
8372 ;;
8373 interix*)
8374 # we just hope/assume this is gcc and not c89 (= MSVC++)
8375 with_gnu_ld=yes
8376 ;;
8377 openbsd*)
8378 with_gnu_ld=no
8379 ;;
8380 esac
f0569246 8381
6bb11ab3
L
8382 ld_shlibs=yes
8383
8384 # On some targets, GNU ld is compatible enough with the native linker
8385 # that we're better off using the native interface for both.
8386 lt_use_gnu_ld_interface=no
8387 if test "$with_gnu_ld" = yes; then
8388 case $host_os in
8389 aix*)
8390 # The AIX port of GNU ld has always aspired to compatibility
8391 # with the native linker. However, as the warning in the GNU ld
8392 # block says, versions before 2.19.5* couldn't really create working
8393 # shared libraries, regardless of the interface used.
8394 case `$LD -v 2>&1` in
8395 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8396 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8397 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8398 *)
8399 lt_use_gnu_ld_interface=yes
8400 ;;
8401 esac
8402 ;;
8403 *)
8404 lt_use_gnu_ld_interface=yes
8405 ;;
8406 esac
8407 fi
f0569246 8408
6bb11ab3
L
8409 if test "$lt_use_gnu_ld_interface" = yes; then
8410 # If archive_cmds runs LD, not CC, wlarc should be empty
8411 wlarc='${wl}'
8412
8413 # Set some defaults for GNU ld with shared library support. These
8414 # are reset later if shared libraries are not supported. Putting them
8415 # here allows them to be overridden if necessary.
8416 runpath_var=LD_RUN_PATH
8417 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8418 export_dynamic_flag_spec='${wl}--export-dynamic'
8419 # ancient GNU ld didn't support --whole-archive et. al.
8420 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8421 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8422 else
8423 whole_archive_flag_spec=
8424 fi
8425 supports_anon_versioning=no
8426 case `$LD -v 2>&1` in
8427 *GNU\ gold*) supports_anon_versioning=yes ;;
8428 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8429 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8430 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8431 *\ 2.11.*) ;; # other 2.11 versions
8432 *) supports_anon_versioning=yes ;;
8433 esac
8434
8435 # See if GNU ld supports shared libraries.
8436 case $host_os in
8437 aix[3-9]*)
8438 # On AIX/PPC, the GNU linker is very broken
8439 if test "$host_cpu" != ia64; then
8440 ld_shlibs=no
8441 cat <<_LT_EOF 1>&2
8442
8443*** Warning: the GNU linker, at least up to release 2.19, is reported
8444*** to be unable to reliably create shared libraries on AIX.
8445*** Therefore, libtool is disabling shared libraries support. If you
8446*** really care for shared libraries, you may want to install binutils
8447*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8448*** You will then need to restart the configuration process.
8449
8450_LT_EOF
8451 fi
8452 ;;
8453
8454 amigaos*)
8455 case $host_cpu in
8456 powerpc)
8457 # see comment about AmigaOS4 .so support
8458 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8459 archive_expsym_cmds=''
8460 ;;
8461 m68k)
8462 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)'
8463 hardcode_libdir_flag_spec='-L$libdir'
8464 hardcode_minus_L=yes
8465 ;;
8466 esac
8467 ;;
8468
8469 beos*)
8470 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8471 allow_undefined_flag=unsupported
8472 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8473 # support --undefined. This deserves some investigation. FIXME
8474 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8475 else
8476 ld_shlibs=no
8477 fi
8478 ;;
8479
8480 cygwin* | mingw* | pw32* | cegcc*)
8481 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8482 # as there is no search path for DLLs.
8483 hardcode_libdir_flag_spec='-L$libdir'
8484 export_dynamic_flag_spec='${wl}--export-all-symbols'
8485 allow_undefined_flag=unsupported
8486 always_export_symbols=no
8487 enable_shared_with_static_runtimes=yes
8488 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8489
8490 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8491 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8492 # If the export-symbols file already is a .def file (1st line
8493 # is EXPORTS), use it as is; otherwise, prepend...
8494 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8495 cp $export_symbols $output_objdir/$soname.def;
8496 else
8497 echo EXPORTS > $output_objdir/$soname.def;
8498 cat $export_symbols >> $output_objdir/$soname.def;
8499 fi~
8500 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8501 else
8502 ld_shlibs=no
8503 fi
8504 ;;
8505
8506 haiku*)
8507 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8508 link_all_deplibs=yes
8509 ;;
8510
8511 interix[3-9]*)
8512 hardcode_direct=no
8513 hardcode_shlibpath_var=no
8514 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8515 export_dynamic_flag_spec='${wl}-E'
8516 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8517 # Instead, shared libraries are loaded at an image base (0x10000000 by
8518 # default) and relocated if they conflict, which is a slow very memory
8519 # consuming and fragmenting process. To avoid this, we pick a random,
8520 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8521 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8522 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8523 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'
8524 ;;
8525
8526 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8527 tmp_diet=no
8528 if test "$host_os" = linux-dietlibc; then
8529 case $cc_basename in
8530 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8531 esac
8532 fi
8533 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8534 && test "$tmp_diet" = no
8535 then
5cddc23a 8536 tmp_addflag=' $pic_flag'
6bb11ab3
L
8537 tmp_sharedflag='-shared'
8538 case $cc_basename,$host_cpu in
8539 pgcc*) # Portland Group C compiler
8540 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'
8541 tmp_addflag=' $pic_flag'
8542 ;;
8543 pgf77* | pgf90* | pgf95* | pgfortran*)
8544 # Portland Group f77 and f90 compilers
8545 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'
8546 tmp_addflag=' $pic_flag -Mnomain' ;;
8547 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8548 tmp_addflag=' -i_dynamic' ;;
8549 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8550 tmp_addflag=' -i_dynamic -nofor_main' ;;
8551 ifc* | ifort*) # Intel Fortran compiler
8552 tmp_addflag=' -nofor_main' ;;
8553 lf95*) # Lahey Fortran 8.1
8554 whole_archive_flag_spec=
8555 tmp_sharedflag='--shared' ;;
8556 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8557 tmp_sharedflag='-qmkshrobj'
8558 tmp_addflag= ;;
8559 nvcc*) # Cuda Compiler Driver 2.2
8560 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'
8561 compiler_needs_object=yes
8562 ;;
8563 esac
8564 case `$CC -V 2>&1 | sed 5q` in
8565 *Sun\ C*) # Sun C 5.9
8566 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'
8567 compiler_needs_object=yes
8568 tmp_sharedflag='-G' ;;
8569 *Sun\ F*) # Sun Fortran 8.3
8570 tmp_sharedflag='-G' ;;
8571 esac
8572 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8573
8574 if test "x$supports_anon_versioning" = xyes; then
8575 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8576 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8577 echo "local: *; };" >> $output_objdir/$libname.ver~
8578 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8579 fi
8580
8581 case $cc_basename in
8582 xlf* | bgf* | bgxlf* | mpixlf*)
8583 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8584 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8585 hardcode_libdir_flag_spec=
8586 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8587 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8588 if test "x$supports_anon_versioning" = xyes; then
8589 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8590 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8591 echo "local: *; };" >> $output_objdir/$libname.ver~
8592 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8593 fi
8594 ;;
8595 esac
8596 else
8597 ld_shlibs=no
8598 fi
8599 ;;
8600
8601 netbsd*)
8602 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8603 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8604 wlarc=
8605 else
8606 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8607 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8608 fi
8609 ;;
8610
8611 solaris*)
8612 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8613 ld_shlibs=no
8614 cat <<_LT_EOF 1>&2
8615
8616*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8617*** create shared libraries on Solaris systems. Therefore, libtool
8618*** is disabling shared libraries support. We urge you to upgrade GNU
8619*** binutils to release 2.9.1 or newer. Another option is to modify
8620*** your PATH or compiler configuration so that the native linker is
8621*** used, and then restart.
8622
8623_LT_EOF
8624 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8625 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8626 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8627 else
8628 ld_shlibs=no
8629 fi
8630 ;;
8631
8632 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8633 case `$LD -v 2>&1` in
8634 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8635 ld_shlibs=no
8636 cat <<_LT_EOF 1>&2
8637
8638*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8639*** reliably create shared libraries on SCO systems. Therefore, libtool
8640*** is disabling shared libraries support. We urge you to upgrade GNU
8641*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8642*** your PATH or compiler configuration so that the native linker is
8643*** used, and then restart.
8644
8645_LT_EOF
8646 ;;
8647 *)
8648 # For security reasons, it is highly recommended that you always
8649 # use absolute paths for naming shared libraries, and exclude the
8650 # DT_RUNPATH tag from executables and libraries. But doing so
8651 # requires that you compile everything twice, which is a pain.
8652 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8653 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8654 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8655 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8656 else
8657 ld_shlibs=no
8658 fi
8659 ;;
8660 esac
8661 ;;
8662
8663 sunos4*)
8664 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8665 wlarc=
8666 hardcode_direct=yes
8667 hardcode_shlibpath_var=no
8668 ;;
8669
8670 *)
8671 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8672 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8673 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8674 else
8675 ld_shlibs=no
8676 fi
8677 ;;
8678 esac
8679
8680 if test "$ld_shlibs" = no; then
8681 runpath_var=
8682 hardcode_libdir_flag_spec=
8683 export_dynamic_flag_spec=
8684 whole_archive_flag_spec=
8685 fi
8686 else
8687 # PORTME fill in a description of your system's linker (not GNU ld)
8688 case $host_os in
8689 aix3*)
8690 allow_undefined_flag=unsupported
8691 always_export_symbols=yes
8692 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'
8693 # Note: this linker hardcodes the directories in LIBPATH if there
8694 # are no directories specified by -L.
8695 hardcode_minus_L=yes
8696 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8697 # Neither direct hardcoding nor static linking is supported with a
8698 # broken collect2.
8699 hardcode_direct=unsupported
8700 fi
8701 ;;
8702
8703 aix[4-9]*)
8704 if test "$host_cpu" = ia64; then
8705 # On IA64, the linker does run time linking by default, so we don't
8706 # have to do anything special.
8707 aix_use_runtimelinking=no
8708 exp_sym_flag='-Bexport'
8709 no_entry_flag=""
8710 else
8711 # If we're using GNU nm, then we don't want the "-C" option.
8712 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8713 # Also, AIX nm treats weak defined symbols like other global
8714 # defined symbols, whereas GNU nm marks them as "W".
8715 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8716 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'
8717 else
5c887dd5 8718 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
8719 fi
8720 aix_use_runtimelinking=no
8721
8722 # Test if we are trying to use run time linking or normal
8723 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8724 # need to do runtime linking.
8725 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8726 for ld_flag in $LDFLAGS; do
8727 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8728 aix_use_runtimelinking=yes
8729 break
8730 fi
8731 done
8732 ;;
8733 esac
8734
8735 exp_sym_flag='-bexport'
8736 no_entry_flag='-bnoentry'
8737 fi
8738
8739 # When large executables or shared objects are built, AIX ld can
8740 # have problems creating the table of contents. If linking a library
8741 # or program results in "error TOC overflow" add -mminimal-toc to
8742 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8743 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8744
8745 archive_cmds=''
8746 hardcode_direct=yes
8747 hardcode_direct_absolute=yes
8748 hardcode_libdir_separator=':'
8749 link_all_deplibs=yes
8750 file_list_spec='${wl}-f,'
8751
8752 if test "$GCC" = yes; then
8753 case $host_os in aix4.[012]|aix4.[012].*)
8754 # We only want to do this on AIX 4.2 and lower, the check
8755 # below for broken collect2 doesn't work under 4.3+
8756 collect2name=`${CC} -print-prog-name=collect2`
8757 if test -f "$collect2name" &&
8758 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8759 then
8760 # We have reworked collect2
8761 :
8762 else
8763 # We have old collect2
8764 hardcode_direct=unsupported
8765 # It fails to find uninstalled libraries when the uninstalled
8766 # path is not listed in the libpath. Setting hardcode_minus_L
8767 # to unsupported forces relinking
8768 hardcode_minus_L=yes
8769 hardcode_libdir_flag_spec='-L$libdir'
8770 hardcode_libdir_separator=
8771 fi
8772 ;;
8773 esac
8774 shared_flag='-shared'
8775 if test "$aix_use_runtimelinking" = yes; then
8776 shared_flag="$shared_flag "'${wl}-G'
8777 fi
8778 else
8779 # not using gcc
8780 if test "$host_cpu" = ia64; then
8781 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8782 # chokes on -Wl,-G. The following line is correct:
8783 shared_flag='-G'
8784 else
8785 if test "$aix_use_runtimelinking" = yes; then
8786 shared_flag='${wl}-G'
8787 else
8788 shared_flag='${wl}-bM:SRE'
8789 fi
8790 fi
8791 fi
8792
8793 export_dynamic_flag_spec='${wl}-bexpall'
8794 # It seems that -bexpall does not export symbols beginning with
8795 # underscore (_), so it is better to generate a list of symbols to export.
8796 always_export_symbols=yes
8797 if test "$aix_use_runtimelinking" = yes; then
8798 # Warning - without using the other runtime loading flags (-brtl),
8799 # -berok will link without error, but may produce a broken library.
8800 allow_undefined_flag='-berok'
8801 # Determine the default libpath from the value encoded in an
8802 # empty executable.
8803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8804/* end confdefs.h. */
8805
8806int
8807main ()
8808{
8809
8810 ;
8811 return 0;
8812}
8813_ACEOF
6bb11ab3 8814if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 8815
6bb11ab3
L
8816lt_aix_libpath_sed='
8817 /Import File Strings/,/^$/ {
8818 /^0/ {
8819 s/^0 *\(.*\)$/\1/
8820 p
8821 }
8822 }'
8823aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8824# Check for a 64-bit object if we didn't find anything.
8825if test -z "$aix_libpath"; then
8826 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8827fi
8828fi
8829rm -f core conftest.err conftest.$ac_objext \
8830 conftest$ac_exeext conftest.$ac_ext
8831if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8832
8833 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8834 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"
8835 else
8836 if test "$host_cpu" = ia64; then
8837 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8838 allow_undefined_flag="-z nodefs"
8839 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"
8840 else
8841 # Determine the default libpath from the value encoded in an
8842 # empty executable.
81ecdfbb
RW
8843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8844/* end confdefs.h. */
8845
8846int
8847main ()
8848{
b7026657 8849
81ecdfbb
RW
8850 ;
8851 return 0;
8852}
8853_ACEOF
6bb11ab3
L
8854if ac_fn_c_try_link "$LINENO"; then :
8855
8856lt_aix_libpath_sed='
8857 /Import File Strings/,/^$/ {
8858 /^0/ {
8859 s/^0 *\(.*\)$/\1/
8860 p
8861 }
8862 }'
8863aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8864# Check for a 64-bit object if we didn't find anything.
8865if test -z "$aix_libpath"; then
8866 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 8867fi
81ecdfbb 8868fi
6bb11ab3
L
8869rm -f core conftest.err conftest.$ac_objext \
8870 conftest$ac_exeext conftest.$ac_ext
8871if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8872
8873 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8874 # Warning - without using the other run time loading flags,
8875 # -berok will link without error, but may produce a broken library.
8876 no_undefined_flag=' ${wl}-bernotok'
8877 allow_undefined_flag=' ${wl}-berok'
8878 if test "$with_gnu_ld" = yes; then
8879 # We only use this code for GNU lds that support --whole-archive.
8880 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8881 else
8882 # Exported symbols can be pulled into shared objects from archives
8883 whole_archive_flag_spec='$convenience'
8884 fi
8885 archive_cmds_need_lc=yes
8886 # This is similar to how AIX traditionally builds its shared libraries.
8887 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'
8888 fi
8889 fi
8890 ;;
8891
8892 amigaos*)
8893 case $host_cpu in
8894 powerpc)
8895 # see comment about AmigaOS4 .so support
8896 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8897 archive_expsym_cmds=''
8898 ;;
8899 m68k)
8900 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)'
8901 hardcode_libdir_flag_spec='-L$libdir'
8902 hardcode_minus_L=yes
8903 ;;
8904 esac
8905 ;;
8906
8907 bsdi[45]*)
8908 export_dynamic_flag_spec=-rdynamic
8909 ;;
8910
8911 cygwin* | mingw* | pw32* | cegcc*)
8912 # When not using gcc, we currently assume that we are using
8913 # Microsoft Visual C++.
8914 # hardcode_libdir_flag_spec is actually meaningless, as there is
8915 # no search path for DLLs.
8916 hardcode_libdir_flag_spec=' '
8917 allow_undefined_flag=unsupported
8918 # Tell ltmain to make .lib files, not .a files.
8919 libext=lib
8920 # Tell ltmain to make .dll files, not .so files.
8921 shrext_cmds=".dll"
8922 # FIXME: Setting linknames here is a bad hack.
8923 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8924 # The linker will automatically build a .lib file if we build a DLL.
8925 old_archive_from_new_cmds='true'
8926 # FIXME: Should let the user specify the lib program.
8927 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8928 fix_srcfile_path='`cygpath -w "$srcfile"`'
8929 enable_shared_with_static_runtimes=yes
8930 ;;
8931
8932 darwin* | rhapsody*)
8933
8934
8935 archive_cmds_need_lc=no
8936 hardcode_direct=no
8937 hardcode_automatic=yes
8938 hardcode_shlibpath_var=unsupported
8939 if test "$lt_cv_ld_force_load" = "yes"; then
8940 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 8941 else
6bb11ab3 8942 whole_archive_flag_spec=''
f0569246 8943 fi
6bb11ab3
L
8944 link_all_deplibs=yes
8945 allow_undefined_flag="$_lt_dar_allow_undefined"
8946 case $cc_basename in
8947 ifort*) _lt_dar_can_shared=yes ;;
8948 *) _lt_dar_can_shared=$GCC ;;
8949 esac
8950 if test "$_lt_dar_can_shared" = "yes"; then
8951 output_verbose_link_cmd=func_echo_all
8952 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8953 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8954 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}"
8955 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}"
8956
f0569246 8957 else
6bb11ab3 8958 ld_shlibs=no
f0569246 8959 fi
6bb11ab3
L
8960
8961 ;;
8962
8963 dgux*)
8964 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8965 hardcode_libdir_flag_spec='-L$libdir'
8966 hardcode_shlibpath_var=no
8967 ;;
8968
8969 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8970 # support. Future versions do this automatically, but an explicit c++rt0.o
8971 # does not break anything, and helps significantly (at the cost of a little
8972 # extra space).
8973 freebsd2.2*)
8974 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8975 hardcode_libdir_flag_spec='-R$libdir'
8976 hardcode_direct=yes
8977 hardcode_shlibpath_var=no
8978 ;;
8979
8980 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8981 freebsd2.*)
8982 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8983 hardcode_direct=yes
8984 hardcode_minus_L=yes
8985 hardcode_shlibpath_var=no
8986 ;;
8987
8988 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8989 freebsd* | dragonfly*)
8990 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8991 hardcode_libdir_flag_spec='-R$libdir'
8992 hardcode_direct=yes
8993 hardcode_shlibpath_var=no
8994 ;;
8995
8996 hpux9*)
8997 if test "$GCC" = yes; then
8998 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'
8999 else
9000 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'
9001 fi
9002 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9003 hardcode_libdir_separator=:
9004 hardcode_direct=yes
9005
9006 # hardcode_minus_L: Not really in the search PATH,
9007 # but as the default location of the library.
9008 hardcode_minus_L=yes
9009 export_dynamic_flag_spec='${wl}-E'
9010 ;;
9011
9012 hpux10*)
9013 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9014 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9015 else
9016 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9017 fi
9018 if test "$with_gnu_ld" = no; then
9019 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9020 hardcode_libdir_flag_spec_ld='+b $libdir'
9021 hardcode_libdir_separator=:
9022 hardcode_direct=yes
9023 hardcode_direct_absolute=yes
9024 export_dynamic_flag_spec='${wl}-E'
9025 # hardcode_minus_L: Not really in the search PATH,
9026 # but as the default location of the library.
9027 hardcode_minus_L=yes
9028 fi
9029 ;;
9030
9031 hpux11*)
9032 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9033 case $host_cpu in
9034 hppa*64*)
9035 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9036 ;;
9037 ia64*)
9038 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9039 ;;
9040 *)
9041 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9042 ;;
9043 esac
9044 else
9045 case $host_cpu in
9046 hppa*64*)
9047 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9048 ;;
9049 ia64*)
9050 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9051 ;;
9052 *)
9053
9054 # Older versions of the 11.00 compiler do not understand -b yet
9055 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9057$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9058if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9059 $as_echo_n "(cached) " >&6
f0569246 9060else
6bb11ab3
L
9061 lt_cv_prog_compiler__b=no
9062 save_LDFLAGS="$LDFLAGS"
9063 LDFLAGS="$LDFLAGS -b"
9064 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9065 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9066 # The linker can only warn and ignore the option if not recognized
9067 # So say no if there are warnings
9068 if test -s conftest.err; then
9069 # Append any errors to the config.log.
9070 cat conftest.err 1>&5
9071 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9072 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9073 if diff conftest.exp conftest.er2 >/dev/null; then
9074 lt_cv_prog_compiler__b=yes
9075 fi
9076 else
9077 lt_cv_prog_compiler__b=yes
9078 fi
9079 fi
9080 $RM -r conftest*
9081 LDFLAGS="$save_LDFLAGS"
f0569246 9082
6bb11ab3
L
9083fi
9084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9085$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9086
6bb11ab3
L
9087if test x"$lt_cv_prog_compiler__b" = xyes; then
9088 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9089else
9090 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9091fi
81ecdfbb 9092
6bb11ab3
L
9093 ;;
9094 esac
9095 fi
9096 if test "$with_gnu_ld" = no; then
9097 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9098 hardcode_libdir_separator=:
9099
9100 case $host_cpu in
9101 hppa*64*|ia64*)
9102 hardcode_direct=no
9103 hardcode_shlibpath_var=no
9104 ;;
9105 *)
9106 hardcode_direct=yes
9107 hardcode_direct_absolute=yes
9108 export_dynamic_flag_spec='${wl}-E'
9109
9110 # hardcode_minus_L: Not really in the search PATH,
9111 # but as the default location of the library.
9112 hardcode_minus_L=yes
9113 ;;
9114 esac
9115 fi
9116 ;;
9117
9118 irix5* | irix6* | nonstopux*)
9119 if test "$GCC" = yes; then
9120 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'
9121 # Try to use the -exported_symbol ld option, if it does not
9122 # work, assume that -exports_file does not work either and
9123 # implicitly export all symbols.
9124 save_LDFLAGS="$LDFLAGS"
9125 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9127/* end confdefs.h. */
9128int foo(void) {}
b7026657 9129_ACEOF
6bb11ab3
L
9130if ac_fn_c_try_link "$LINENO"; then :
9131 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 9132
f0569246 9133fi
6bb11ab3
L
9134rm -f core conftest.err conftest.$ac_objext \
9135 conftest$ac_exeext conftest.$ac_ext
9136 LDFLAGS="$save_LDFLAGS"
9137 else
9138 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'
9139 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'
9140 fi
9141 archive_cmds_need_lc='no'
9142 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9143 hardcode_libdir_separator=:
9144 inherit_rpath=yes
9145 link_all_deplibs=yes
9146 ;;
9147
9148 netbsd*)
9149 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9150 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9151 else
9152 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9153 fi
9154 hardcode_libdir_flag_spec='-R$libdir'
9155 hardcode_direct=yes
9156 hardcode_shlibpath_var=no
9157 ;;
9158
9159 newsos6)
9160 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9161 hardcode_direct=yes
9162 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9163 hardcode_libdir_separator=:
9164 hardcode_shlibpath_var=no
9165 ;;
9166
9167 *nto* | *qnx*)
9168 ;;
9169
9170 openbsd*)
9171 if test -f /usr/libexec/ld.so; then
9172 hardcode_direct=yes
9173 hardcode_shlibpath_var=no
9174 hardcode_direct_absolute=yes
9175 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9176 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9177 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9178 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9179 export_dynamic_flag_spec='${wl}-E'
9180 else
9181 case $host_os in
9182 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9183 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9184 hardcode_libdir_flag_spec='-R$libdir'
9185 ;;
9186 *)
9187 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9188 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9189 ;;
9190 esac
9191 fi
9192 else
9193 ld_shlibs=no
9194 fi
9195 ;;
9196
9197 os2*)
9198 hardcode_libdir_flag_spec='-L$libdir'
9199 hardcode_minus_L=yes
9200 allow_undefined_flag=unsupported
9201 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'
9202 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9203 ;;
9204
9205 osf3*)
9206 if test "$GCC" = yes; then
9207 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9208 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'
9209 else
9210 allow_undefined_flag=' -expect_unresolved \*'
9211 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'
9212 fi
9213 archive_cmds_need_lc='no'
9214 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9215 hardcode_libdir_separator=:
9216 ;;
9217
9218 osf4* | osf5*) # as osf3* with the addition of -msym flag
9219 if test "$GCC" = yes; then
9220 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9221 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'
9222 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9223 else
9224 allow_undefined_flag=' -expect_unresolved \*'
9225 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'
9226 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~
9227 $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'
9228
9229 # Both c and cxx compiler support -rpath directly
9230 hardcode_libdir_flag_spec='-rpath $libdir'
9231 fi
9232 archive_cmds_need_lc='no'
9233 hardcode_libdir_separator=:
9234 ;;
9235
9236 solaris*)
9237 no_undefined_flag=' -z defs'
9238 if test "$GCC" = yes; then
9239 wlarc='${wl}'
9240 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9241 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9242 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9243 else
9244 case `$CC -V 2>&1` in
9245 *"Compilers 5.0"*)
9246 wlarc=''
9247 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9248 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9249 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9250 ;;
9251 *)
9252 wlarc='${wl}'
9253 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9254 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9255 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9256 ;;
9257 esac
9258 fi
9259 hardcode_libdir_flag_spec='-R$libdir'
9260 hardcode_shlibpath_var=no
9261 case $host_os in
9262 solaris2.[0-5] | solaris2.[0-5].*) ;;
9263 *)
9264 # The compiler driver will combine and reorder linker options,
9265 # but understands `-z linker_flag'. GCC discards it without `$wl',
9266 # but is careful enough not to reorder.
9267 # Supported since Solaris 2.6 (maybe 2.5.1?)
9268 if test "$GCC" = yes; then
9269 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9270 else
9271 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9272 fi
9273 ;;
9274 esac
9275 link_all_deplibs=yes
9276 ;;
9277
9278 sunos4*)
9279 if test "x$host_vendor" = xsequent; then
9280 # Use $CC to link under sequent, because it throws in some extra .o
9281 # files that make .init and .fini sections work.
9282 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9283 else
9284 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9285 fi
9286 hardcode_libdir_flag_spec='-L$libdir'
9287 hardcode_direct=yes
9288 hardcode_minus_L=yes
9289 hardcode_shlibpath_var=no
9290 ;;
9291
9292 sysv4)
9293 case $host_vendor in
9294 sni)
9295 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9296 hardcode_direct=yes # is this really true???
9297 ;;
9298 siemens)
9299 ## LD is ld it makes a PLAMLIB
9300 ## CC just makes a GrossModule.
9301 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9302 reload_cmds='$CC -r -o $output$reload_objs'
9303 hardcode_direct=no
9304 ;;
9305 motorola)
9306 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9307 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9308 ;;
9309 esac
9310 runpath_var='LD_RUN_PATH'
9311 hardcode_shlibpath_var=no
9312 ;;
9313
9314 sysv4.3*)
9315 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9316 hardcode_shlibpath_var=no
9317 export_dynamic_flag_spec='-Bexport'
9318 ;;
9319
9320 sysv4*MP*)
9321 if test -d /usr/nec; then
9322 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9323 hardcode_shlibpath_var=no
9324 runpath_var=LD_RUN_PATH
9325 hardcode_runpath_var=yes
9326 ld_shlibs=yes
9327 fi
9328 ;;
9329
9330 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9331 no_undefined_flag='${wl}-z,text'
9332 archive_cmds_need_lc=no
9333 hardcode_shlibpath_var=no
9334 runpath_var='LD_RUN_PATH'
9335
9336 if test "$GCC" = yes; then
9337 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9338 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9339 else
9340 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9341 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9342 fi
9343 ;;
9344
9345 sysv5* | sco3.2v5* | sco5v6*)
9346 # Note: We can NOT use -z defs as we might desire, because we do not
9347 # link with -lc, and that would cause any symbols used from libc to
9348 # always be unresolved, which means just about no library would
9349 # ever link correctly. If we're not using GNU ld we use -z text
9350 # though, which does catch some bad symbols but isn't as heavy-handed
9351 # as -z defs.
9352 no_undefined_flag='${wl}-z,text'
9353 allow_undefined_flag='${wl}-z,nodefs'
9354 archive_cmds_need_lc=no
9355 hardcode_shlibpath_var=no
9356 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9357 hardcode_libdir_separator=':'
9358 link_all_deplibs=yes
9359 export_dynamic_flag_spec='${wl}-Bexport'
9360 runpath_var='LD_RUN_PATH'
9361
9362 if test "$GCC" = yes; then
9363 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9364 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9365 else
9366 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9367 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9368 fi
9369 ;;
9370
9371 uts4*)
9372 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9373 hardcode_libdir_flag_spec='-L$libdir'
9374 hardcode_shlibpath_var=no
9375 ;;
9376
9377 *)
9378 ld_shlibs=no
9379 ;;
9380 esac
9381
9382 if test x$host_vendor = xsni; then
9383 case $host in
9384 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9385 export_dynamic_flag_spec='${wl}-Blargedynsym'
9386 ;;
9387 esac
9388 fi
9389 fi
9390
9391{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9392$as_echo "$ld_shlibs" >&6; }
9393test "$ld_shlibs" = no && can_build_shared=no
9394
9395with_gnu_ld=$with_gnu_ld
9396
9397
9398
9399
b7026657 9400
f0569246 9401
f0569246 9402
6ffe910a 9403
6ffe910a
MF
9404
9405
6ffe910a 9406
f0569246 9407
f0569246 9408
c906108c 9409
6bb11ab3
L
9410
9411#
9412# Do we need to explicitly link libc?
9413#
9414case "x$archive_cmds_need_lc" in
9415x|xyes)
9416 # Assume -lc should be added
9417 archive_cmds_need_lc=yes
9418
9419 if test "$enable_shared" = yes && test "$GCC" = yes; then
9420 case $archive_cmds in
9421 *'~'*)
9422 # FIXME: we may have to deal with multi-command sequences.
9423 ;;
9424 '$CC '*)
9425 # Test whether the compiler implicitly links with -lc since on some
9426 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9427 # to ld, don't add -lc before -lgcc.
9428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9429$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9430if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9431 $as_echo_n "(cached) " >&6
f0569246 9432else
6bb11ab3
L
9433 $RM conftest*
9434 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9435
9436 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9437 (eval $ac_compile) 2>&5
9438 ac_status=$?
9439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9440 test $ac_status = 0; } 2>conftest.err; then
9441 soname=conftest
9442 lib=conftest
9443 libobjs=conftest.$ac_objext
9444 deplibs=
9445 wl=$lt_prog_compiler_wl
9446 pic_flag=$lt_prog_compiler_pic
9447 compiler_flags=-v
9448 linker_flags=-v
9449 verstring=
9450 output_objdir=.
9451 libname=conftest
9452 lt_save_allow_undefined_flag=$allow_undefined_flag
9453 allow_undefined_flag=
9454 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9455 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9456 ac_status=$?
9457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9458 test $ac_status = 0; }
9459 then
9460 lt_cv_archive_cmds_need_lc=no
9461 else
9462 lt_cv_archive_cmds_need_lc=yes
9463 fi
9464 allow_undefined_flag=$lt_save_allow_undefined_flag
9465 else
9466 cat conftest.err 1>&5
9467 fi
9468 $RM conftest*
c906108c 9469
6ffe910a 9470fi
6bb11ab3
L
9471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9472$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9473 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9474 ;;
9475 esac
9476 fi
9477 ;;
6ffe910a 9478esac
c906108c 9479
c906108c 9480
6ffe910a 9481
c906108c 9482
81ecdfbb 9483
35695fd6 9484
35695fd6 9485
35695fd6 9486
f0569246 9487
c906108c 9488
f0569246 9489
b7026657 9490
f0569246 9491
c906108c 9492
81ecdfbb 9493
b7026657 9494
f0569246
AC
9495
9496
81ecdfbb 9497
81ecdfbb 9498
81ecdfbb
RW
9499
9500
81ecdfbb 9501
81ecdfbb 9502
f0569246
AC
9503
9504
c906108c 9505
f0569246 9506
c906108c 9507
c906108c 9508
81ecdfbb 9509
b7026657 9510
c906108c 9511
f0569246 9512
81ecdfbb 9513
f0569246 9514
c906108c 9515
c906108c 9516
b7026657 9517
81ecdfbb 9518
b7026657 9519
c906108c 9520
c906108c 9521
b7026657
AC
9522
9523
b7026657
AC
9524
9525
6ffe910a 9526
2232061b
MF
9527
9528
2232061b 9529
2232061b
MF
9530
9531
2232061b
MF
9532
9533
2232061b 9534
2232061b
MF
9535
9536
6bb11ab3
L
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9637$as_echo_n "checking dynamic linker characteristics... " >&6; }
9638
9639if test "$GCC" = yes; then
9640 case $host_os in
9641 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9642 *) lt_awk_arg="/^libraries:/" ;;
9643 esac
9644 case $host_os in
9645 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9646 *) lt_sed_strip_eq="s,=/,/,g" ;;
9647 esac
9648 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9649 case $lt_search_path_spec in
9650 *\;*)
9651 # if the path contains ";" then we assume it to be the separator
9652 # otherwise default to the standard path separator (i.e. ":") - it is
9653 # assumed that no part of a normal pathname contains ";" but that should
9654 # okay in the real world where ";" in dirpaths is itself problematic.
9655 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9656 ;;
9657 *)
9658 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9659 ;;
9660 esac
9661 # Ok, now we have the path, separated by spaces, we can step through it
9662 # and add multilib dir if necessary.
9663 lt_tmp_lt_search_path_spec=
9664 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9665 for lt_sys_path in $lt_search_path_spec; do
9666 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9667 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9668 else
9669 test -d "$lt_sys_path" && \
9670 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9671 fi
9672 done
9673 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9674BEGIN {RS=" "; FS="/|\n";} {
9675 lt_foo="";
9676 lt_count=0;
9677 for (lt_i = NF; lt_i > 0; lt_i--) {
9678 if ($lt_i != "" && $lt_i != ".") {
9679 if ($lt_i == "..") {
9680 lt_count++;
9681 } else {
9682 if (lt_count == 0) {
9683 lt_foo="/" $lt_i lt_foo;
9684 } else {
9685 lt_count--;
9686 }
9687 }
9688 }
9689 }
9690 if (lt_foo != "") { lt_freq[lt_foo]++; }
9691 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9692}'`
9693 # AWK program above erroneously prepends '/' to C:/dos/paths
9694 # for these hosts.
9695 case $host_os in
9696 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9697 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9698 esac
9699 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9700else
9701 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9702fi
9703library_names_spec=
9704libname_spec='lib$name'
9705soname_spec=
9706shrext_cmds=".so"
9707postinstall_cmds=
9708postuninstall_cmds=
9709finish_cmds=
9710finish_eval=
9711shlibpath_var=
9712shlibpath_overrides_runpath=unknown
9713version_type=none
9714dynamic_linker="$host_os ld.so"
9715sys_lib_dlsearch_path_spec="/lib /usr/lib"
9716need_lib_prefix=unknown
9717hardcode_into_libs=no
9718
9719# when you set need_version to no, make sure it does not cause -set_version
9720# flags to be left without arguments
9721need_version=unknown
9722
9723case $host_os in
9724aix3*)
9725 version_type=linux
9726 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9727 shlibpath_var=LIBPATH
9728
9729 # AIX 3 has no versioning support, so we append a major version to the name.
9730 soname_spec='${libname}${release}${shared_ext}$major'
9731 ;;
9732
9733aix[4-9]*)
9734 version_type=linux
9735 need_lib_prefix=no
9736 need_version=no
9737 hardcode_into_libs=yes
9738 if test "$host_cpu" = ia64; then
9739 # AIX 5 supports IA64
9740 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9741 shlibpath_var=LD_LIBRARY_PATH
9742 else
9743 # With GCC up to 2.95.x, collect2 would create an import file
9744 # for dependence libraries. The import file would start with
9745 # the line `#! .'. This would cause the generated library to
9746 # depend on `.', always an invalid library. This was fixed in
9747 # development snapshots of GCC prior to 3.0.
9748 case $host_os in
9749 aix4 | aix4.[01] | aix4.[01].*)
9750 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9751 echo ' yes '
9752 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9753 :
9754 else
9755 can_build_shared=no
9756 fi
9757 ;;
9758 esac
9759 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9760 # soname into executable. Probably we can add versioning support to
9761 # collect2, so additional links can be useful in future.
9762 if test "$aix_use_runtimelinking" = yes; then
9763 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9764 # instead of lib<name>.a to let people know that these are not
9765 # typical AIX shared libraries.
9766 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9767 else
9768 # We preserve .a as extension for shared libraries through AIX4.2
9769 # and later when we are not doing run time linking.
9770 library_names_spec='${libname}${release}.a $libname.a'
9771 soname_spec='${libname}${release}${shared_ext}$major'
9772 fi
9773 shlibpath_var=LIBPATH
9774 fi
9775 ;;
9776
9777amigaos*)
9778 case $host_cpu in
9779 powerpc)
9780 # Since July 2007 AmigaOS4 officially supports .so libraries.
9781 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9782 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9783 ;;
9784 m68k)
9785 library_names_spec='$libname.ixlibrary $libname.a'
9786 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9787 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'
9788 ;;
9789 esac
9790 ;;
9791
9792beos*)
9793 library_names_spec='${libname}${shared_ext}'
9794 dynamic_linker="$host_os ld.so"
9795 shlibpath_var=LIBRARY_PATH
9796 ;;
9797
9798bsdi[45]*)
9799 version_type=linux
9800 need_version=no
9801 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9802 soname_spec='${libname}${release}${shared_ext}$major'
9803 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9804 shlibpath_var=LD_LIBRARY_PATH
9805 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9806 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9807 # the default ld.so.conf also contains /usr/contrib/lib and
9808 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9809 # libtool to hard-code these into programs
9810 ;;
9811
9812cygwin* | mingw* | pw32* | cegcc*)
9813 version_type=windows
9814 shrext_cmds=".dll"
9815 need_version=no
9816 need_lib_prefix=no
9817
9818 case $GCC,$host_os in
9819 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9820 library_names_spec='$libname.dll.a'
9821 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9822 postinstall_cmds='base_file=`basename \${file}`~
9823 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9824 dldir=$destdir/`dirname \$dlpath`~
9825 test -d \$dldir || mkdir -p \$dldir~
9826 $install_prog $dir/$dlname \$dldir/$dlname~
9827 chmod a+x \$dldir/$dlname~
9828 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9829 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9830 fi'
9831 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9832 dlpath=$dir/\$dldll~
9833 $RM \$dlpath'
9834 shlibpath_overrides_runpath=yes
9835
9836 case $host_os in
9837 cygwin*)
9838 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9839 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9840
9841 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9842 ;;
9843 mingw* | cegcc*)
9844 # MinGW DLLs use traditional 'lib' prefix
9845 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9846 ;;
9847 pw32*)
9848 # pw32 DLLs use 'pw' prefix rather than 'lib'
9849 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9850 ;;
9851 esac
9852 ;;
9853
9854 *)
9855 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9856 ;;
9857 esac
9858 dynamic_linker='Win32 ld.exe'
9859 # FIXME: first we should search . and the directory the executable is in
9860 shlibpath_var=PATH
9861 ;;
9862
9863darwin* | rhapsody*)
9864 dynamic_linker="$host_os dyld"
9865 version_type=darwin
9866 need_lib_prefix=no
9867 need_version=no
9868 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9869 soname_spec='${libname}${release}${major}$shared_ext'
9870 shlibpath_overrides_runpath=yes
9871 shlibpath_var=DYLD_LIBRARY_PATH
9872 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9873
9874 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9875 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9876 ;;
9877
9878dgux*)
9879 version_type=linux
9880 need_lib_prefix=no
9881 need_version=no
9882 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9883 soname_spec='${libname}${release}${shared_ext}$major'
9884 shlibpath_var=LD_LIBRARY_PATH
9885 ;;
9886
9887freebsd* | dragonfly*)
9888 # DragonFly does not have aout. When/if they implement a new
9889 # versioning mechanism, adjust this.
9890 if test -x /usr/bin/objformat; then
9891 objformat=`/usr/bin/objformat`
9892 else
9893 case $host_os in
9894 freebsd[23].*) objformat=aout ;;
9895 *) objformat=elf ;;
9896 esac
9897 fi
9898 version_type=freebsd-$objformat
9899 case $version_type in
9900 freebsd-elf*)
9901 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9902 need_version=no
9903 need_lib_prefix=no
9904 ;;
9905 freebsd-*)
9906 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9907 need_version=yes
9908 ;;
9909 esac
9910 shlibpath_var=LD_LIBRARY_PATH
9911 case $host_os in
9912 freebsd2.*)
9913 shlibpath_overrides_runpath=yes
9914 ;;
9915 freebsd3.[01]* | freebsdelf3.[01]*)
9916 shlibpath_overrides_runpath=yes
9917 hardcode_into_libs=yes
9918 ;;
9919 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9920 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9921 shlibpath_overrides_runpath=no
9922 hardcode_into_libs=yes
9923 ;;
9924 *) # from 4.6 on, and DragonFly
9925 shlibpath_overrides_runpath=yes
9926 hardcode_into_libs=yes
9927 ;;
9928 esac
9929 ;;
9930
6bb11ab3
L
9931haiku*)
9932 version_type=linux
9933 need_lib_prefix=no
9934 need_version=no
9935 dynamic_linker="$host_os runtime_loader"
9936 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9937 soname_spec='${libname}${release}${shared_ext}$major'
9938 shlibpath_var=LIBRARY_PATH
9939 shlibpath_overrides_runpath=yes
9940 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9941 hardcode_into_libs=yes
9942 ;;
9943
9944hpux9* | hpux10* | hpux11*)
9945 # Give a soname corresponding to the major version so that dld.sl refuses to
9946 # link against other versions.
9947 version_type=sunos
9948 need_lib_prefix=no
9949 need_version=no
9950 case $host_cpu in
9951 ia64*)
9952 shrext_cmds='.so'
9953 hardcode_into_libs=yes
9954 dynamic_linker="$host_os dld.so"
9955 shlibpath_var=LD_LIBRARY_PATH
9956 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9957 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9958 soname_spec='${libname}${release}${shared_ext}$major'
9959 if test "X$HPUX_IA64_MODE" = X32; then
9960 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9961 else
9962 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9963 fi
9964 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9965 ;;
9966 hppa*64*)
9967 shrext_cmds='.sl'
9968 hardcode_into_libs=yes
9969 dynamic_linker="$host_os dld.sl"
9970 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9971 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9972 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9973 soname_spec='${libname}${release}${shared_ext}$major'
9974 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9975 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9976 ;;
9977 *)
9978 shrext_cmds='.sl'
9979 dynamic_linker="$host_os dld.sl"
9980 shlibpath_var=SHLIB_PATH
9981 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
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 ;;
9985 esac
9986 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9987 postinstall_cmds='chmod 555 $lib'
9988 # or fails outright, so override atomically:
9989 install_override_mode=555
9990 ;;
9991
9992interix[3-9]*)
9993 version_type=linux
9994 need_lib_prefix=no
9995 need_version=no
9996 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9997 soname_spec='${libname}${release}${shared_ext}$major'
9998 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9999 shlibpath_var=LD_LIBRARY_PATH
10000 shlibpath_overrides_runpath=no
10001 hardcode_into_libs=yes
10002 ;;
10003
10004irix5* | irix6* | nonstopux*)
10005 case $host_os in
10006 nonstopux*) version_type=nonstopux ;;
10007 *)
10008 if test "$lt_cv_prog_gnu_ld" = yes; then
10009 version_type=linux
10010 else
10011 version_type=irix
10012 fi ;;
10013 esac
10014 need_lib_prefix=no
10015 need_version=no
10016 soname_spec='${libname}${release}${shared_ext}$major'
10017 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10018 case $host_os in
10019 irix5* | nonstopux*)
10020 libsuff= shlibsuff=
10021 ;;
10022 *)
10023 case $LD in # libtool.m4 will add one of these switches to LD
10024 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10025 libsuff= shlibsuff= libmagic=32-bit;;
10026 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10027 libsuff=32 shlibsuff=N32 libmagic=N32;;
10028 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10029 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10030 *) libsuff= shlibsuff= libmagic=never-match;;
10031 esac
10032 ;;
10033 esac
10034 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10035 shlibpath_overrides_runpath=no
10036 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10037 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10038 hardcode_into_libs=yes
10039 ;;
10040
10041# No shared lib support for Linux oldld, aout, or coff.
10042linux*oldld* | linux*aout* | linux*coff*)
10043 dynamic_linker=no
10044 ;;
10045
10046# This must be Linux ELF.
46f900c0 10047linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10048 version_type=linux
10049 need_lib_prefix=no
10050 need_version=no
10051 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10052 soname_spec='${libname}${release}${shared_ext}$major'
10053 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10054 shlibpath_var=LD_LIBRARY_PATH
10055 shlibpath_overrides_runpath=no
10056
10057 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10058 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10059 $as_echo_n "(cached) " >&6
10060else
6bb11ab3
L
10061 lt_cv_shlibpath_overrides_runpath=no
10062 save_LDFLAGS=$LDFLAGS
10063 save_libdir=$libdir
10064 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10065 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10067/* end confdefs.h. */
10068
2232061b
MF
10069int
10070main ()
10071{
10072
10073 ;
10074 return 0;
10075}
10076_ACEOF
6bb11ab3
L
10077if ac_fn_c_try_link "$LINENO"; then :
10078 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10079 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10080fi
2232061b 10081fi
6bb11ab3
L
10082rm -f core conftest.err conftest.$ac_objext \
10083 conftest$ac_exeext conftest.$ac_ext
10084 LDFLAGS=$save_LDFLAGS
10085 libdir=$save_libdir
2232061b 10086
6bb11ab3 10087fi
2232061b 10088
6bb11ab3 10089 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10090
6bb11ab3
L
10091 # This implies no fast_install, which is unacceptable.
10092 # Some rework will be needed to allow for fast_install
10093 # before this can be enabled.
10094 hardcode_into_libs=yes
2232061b 10095
6bb11ab3
L
10096 # Append ld.so.conf contents to the search path
10097 if test -f /etc/ld.so.conf; then
10098 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' ' '`
10099 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10100 fi
2232061b 10101
6bb11ab3
L
10102 # We used to test for /lib/ld.so.1 and disable shared libraries on
10103 # powerpc, because MkLinux only supported shared libraries with the
10104 # GNU dynamic linker. Since this was broken with cross compilers,
10105 # most powerpc-linux boxes support dynamic linking these days and
10106 # people can always --disable-shared, the test was removed, and we
10107 # assume the GNU/Linux dynamic linker is in use.
10108 dynamic_linker='GNU/Linux ld.so'
10109 ;;
10110
10111netbsd*)
10112 version_type=sunos
10113 need_lib_prefix=no
10114 need_version=no
10115 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10116 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10117 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10118 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10119 else
6bb11ab3
L
10120 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10121 soname_spec='${libname}${release}${shared_ext}$major'
10122 dynamic_linker='NetBSD ld.elf_so'
10123 fi
10124 shlibpath_var=LD_LIBRARY_PATH
10125 shlibpath_overrides_runpath=yes
10126 hardcode_into_libs=yes
10127 ;;
10128
10129newsos6)
10130 version_type=linux
10131 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10132 shlibpath_var=LD_LIBRARY_PATH
10133 shlibpath_overrides_runpath=yes
10134 ;;
10135
10136*nto* | *qnx*)
10137 version_type=qnx
10138 need_lib_prefix=no
10139 need_version=no
10140 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10141 soname_spec='${libname}${release}${shared_ext}$major'
10142 shlibpath_var=LD_LIBRARY_PATH
10143 shlibpath_overrides_runpath=no
10144 hardcode_into_libs=yes
10145 dynamic_linker='ldqnx.so'
10146 ;;
10147
10148openbsd*)
10149 version_type=sunos
10150 sys_lib_dlsearch_path_spec="/usr/lib"
10151 need_lib_prefix=no
10152 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10153 case $host_os in
10154 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10155 *) need_version=no ;;
10156 esac
10157 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10158 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10159 shlibpath_var=LD_LIBRARY_PATH
10160 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10161 case $host_os in
10162 openbsd2.[89] | openbsd2.[89].*)
10163 shlibpath_overrides_runpath=no
10164 ;;
10165 *)
10166 shlibpath_overrides_runpath=yes
10167 ;;
10168 esac
10169 else
10170 shlibpath_overrides_runpath=yes
10171 fi
10172 ;;
10173
10174os2*)
10175 libname_spec='$name'
10176 shrext_cmds=".dll"
10177 need_lib_prefix=no
10178 library_names_spec='$libname${shared_ext} $libname.a'
10179 dynamic_linker='OS/2 ld.exe'
10180 shlibpath_var=LIBPATH
10181 ;;
10182
10183osf3* | osf4* | osf5*)
10184 version_type=osf
10185 need_lib_prefix=no
10186 need_version=no
10187 soname_spec='${libname}${release}${shared_ext}$major'
10188 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10189 shlibpath_var=LD_LIBRARY_PATH
10190 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10191 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10192 ;;
10193
10194rdos*)
10195 dynamic_linker=no
10196 ;;
10197
10198solaris*)
10199 version_type=linux
10200 need_lib_prefix=no
10201 need_version=no
10202 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10203 soname_spec='${libname}${release}${shared_ext}$major'
10204 shlibpath_var=LD_LIBRARY_PATH
10205 shlibpath_overrides_runpath=yes
10206 hardcode_into_libs=yes
10207 # ldd complains unless libraries are executable
10208 postinstall_cmds='chmod +x $lib'
10209 ;;
10210
10211sunos4*)
10212 version_type=sunos
10213 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10214 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10215 shlibpath_var=LD_LIBRARY_PATH
10216 shlibpath_overrides_runpath=yes
10217 if test "$with_gnu_ld" = yes; then
10218 need_lib_prefix=no
10219 fi
10220 need_version=yes
10221 ;;
10222
10223sysv4 | sysv4.3*)
10224 version_type=linux
10225 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10226 soname_spec='${libname}${release}${shared_ext}$major'
10227 shlibpath_var=LD_LIBRARY_PATH
10228 case $host_vendor in
10229 sni)
10230 shlibpath_overrides_runpath=no
10231 need_lib_prefix=no
10232 runpath_var=LD_RUN_PATH
10233 ;;
10234 siemens)
10235 need_lib_prefix=no
10236 ;;
10237 motorola)
10238 need_lib_prefix=no
10239 need_version=no
10240 shlibpath_overrides_runpath=no
10241 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10242 ;;
10243 esac
10244 ;;
10245
10246sysv4*MP*)
10247 if test -d /usr/nec ;then
10248 version_type=linux
10249 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10250 soname_spec='$libname${shared_ext}.$major'
10251 shlibpath_var=LD_LIBRARY_PATH
2232061b 10252 fi
6bb11ab3
L
10253 ;;
10254
10255sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10256 version_type=freebsd-elf
10257 need_lib_prefix=no
10258 need_version=no
10259 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10260 soname_spec='${libname}${release}${shared_ext}$major'
10261 shlibpath_var=LD_LIBRARY_PATH
10262 shlibpath_overrides_runpath=yes
10263 hardcode_into_libs=yes
10264 if test "$with_gnu_ld" = yes; then
10265 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10266 else
10267 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10268 case $host_os in
10269 sco3.2v5*)
10270 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10271 ;;
10272 esac
10273 fi
10274 sys_lib_dlsearch_path_spec='/usr/lib'
10275 ;;
10276
10277tpf*)
10278 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10279 version_type=linux
10280 need_lib_prefix=no
10281 need_version=no
10282 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10283 shlibpath_var=LD_LIBRARY_PATH
10284 shlibpath_overrides_runpath=no
10285 hardcode_into_libs=yes
10286 ;;
10287
10288uts4*)
10289 version_type=linux
10290 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10291 soname_spec='${libname}${release}${shared_ext}$major'
10292 shlibpath_var=LD_LIBRARY_PATH
10293 ;;
10294
10295*)
10296 dynamic_linker=no
10297 ;;
10298esac
10299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10300$as_echo "$dynamic_linker" >&6; }
10301test "$dynamic_linker" = no && can_build_shared=no
10302
10303variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10304if test "$GCC" = yes; then
10305 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10306fi
2232061b 10307
6bb11ab3
L
10308if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10309 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10310fi
10311if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10312 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10313fi
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
2232061b 10340
2232061b 10341
2232061b 10342
2232061b 10343
2232061b
MF
10344
10345
6ffe910a 10346
6ffe910a
MF
10347
10348
10349
10350
10351
2232061b 10352
6ffe910a
MF
10353
10354
10355
10356
6ffe910a 10357
6ffe910a 10358
6ffe910a
MF
10359
10360
6ffe910a 10361
6ffe910a 10362
6ffe910a
MF
10363
10364
5f3ef9d0 10365
5f3ef9d0
JB
10366
10367
10368
db2e4d67
MF
10369
10370
db2e4d67 10371
db2e4d67 10372
db2e4d67 10373
db2e4d67 10374
db2e4d67 10375
db2e4d67 10376
db2e4d67 10377
db2e4d67
MF
10378
10379
db2e4d67 10380
db2e4d67
MF
10381
10382
db2e4d67 10383
db2e4d67
MF
10384
10385
6ffe910a 10386
6ffe910a 10387
6ffe910a
MF
10388
10389
6ffe910a
MF
10390
10391
6ffe910a 10392
6ffe910a 10393
6ffe910a 10394
6ffe910a 10395
6ffe910a 10396
b7026657 10397
b7026657 10398
c906108c 10399
b7026657 10400
b7026657 10401
c906108c 10402
b7026657 10403
b7026657 10404
cd0fc7c3 10405
6bb11ab3
L
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10407$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10408hardcode_action=
10409if test -n "$hardcode_libdir_flag_spec" ||
10410 test -n "$runpath_var" ||
10411 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10412
6bb11ab3
L
10413 # We can hardcode non-existent directories.
10414 if test "$hardcode_direct" != no &&
10415 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10416 # have to relink, otherwise we might link with an installed library
10417 # when we should be linking with a yet-to-be-installed one
10418 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10419 test "$hardcode_minus_L" != no; then
10420 # Linking always hardcodes the temporary library directory.
10421 hardcode_action=relink
10422 else
10423 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10424 hardcode_action=immediate
10425 fi
10426else
10427 # We cannot hardcode anything, or else we can only hardcode existing
10428 # directories.
10429 hardcode_action=unsupported
c906108c 10430fi
6bb11ab3
L
10431{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10432$as_echo "$hardcode_action" >&6; }
b7026657 10433
6bb11ab3
L
10434if test "$hardcode_action" = relink ||
10435 test "$inherit_rpath" = yes; then
10436 # Fast installation is not supported
10437 enable_fast_install=no
10438elif test "$shlibpath_overrides_runpath" = yes ||
10439 test "$enable_shared" = no; then
10440 # Fast installation is not necessary
10441 enable_fast_install=needless
10442fi
c906108c 10443
6bb11ab3
L
10444
10445
10446
10447
10448
10449 if test "x$enable_dlopen" != xyes; then
10450 enable_dlopen=unknown
10451 enable_dlopen_self=unknown
10452 enable_dlopen_self_static=unknown
10453else
10454 lt_cv_dlopen=no
10455 lt_cv_dlopen_libs=
10456
10457 case $host_os in
10458 beos*)
10459 lt_cv_dlopen="load_add_on"
10460 lt_cv_dlopen_libs=
10461 lt_cv_dlopen_self=yes
10462 ;;
10463
10464 mingw* | pw32* | cegcc*)
10465 lt_cv_dlopen="LoadLibrary"
10466 lt_cv_dlopen_libs=
10467 ;;
10468
10469 cygwin*)
10470 lt_cv_dlopen="dlopen"
10471 lt_cv_dlopen_libs=
10472 ;;
10473
10474 darwin*)
10475 # if libdl is installed we need to link against it
10476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10477$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10478if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10479 $as_echo_n "(cached) " >&6
10480else
10481 ac_check_lib_save_LIBS=$LIBS
10482LIBS="-ldl $LIBS"
10483cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10484/* end confdefs.h. */
10485
10486/* Override any GCC internal prototype to avoid an error.
10487 Use char because int might match the return type of a GCC
10488 builtin and then its argument prototype would still apply. */
10489#ifdef __cplusplus
10490extern "C"
10491#endif
10492char dlopen ();
10493int
10494main ()
10495{
10496return dlopen ();
10497 ;
10498 return 0;
10499}
b7026657 10500_ACEOF
6bb11ab3
L
10501if ac_fn_c_try_link "$LINENO"; then :
10502 ac_cv_lib_dl_dlopen=yes
10503else
10504 ac_cv_lib_dl_dlopen=no
10505fi
10506rm -f core conftest.err conftest.$ac_objext \
10507 conftest$ac_exeext conftest.$ac_ext
10508LIBS=$ac_check_lib_save_LIBS
10509fi
10510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10511$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10512if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10513 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10514else
10515
10516 lt_cv_dlopen="dyld"
10517 lt_cv_dlopen_libs=
10518 lt_cv_dlopen_self=yes
c906108c 10519
c906108c 10520fi
c906108c 10521
6bb11ab3 10522 ;;
c906108c 10523
6bb11ab3
L
10524 *)
10525 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10526if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10527 lt_cv_dlopen="shl_load"
10528else
10529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10530$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10531if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10532 $as_echo_n "(cached) " >&6
10533else
10534 ac_check_lib_save_LIBS=$LIBS
10535LIBS="-ldld $LIBS"
10536cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10537/* end confdefs.h. */
10538
10539/* Override any GCC internal prototype to avoid an error.
10540 Use char because int might match the return type of a GCC
10541 builtin and then its argument prototype would still apply. */
10542#ifdef __cplusplus
10543extern "C"
10544#endif
10545char shl_load ();
10546int
10547main ()
10548{
10549return shl_load ();
10550 ;
10551 return 0;
10552}
10553_ACEOF
10554if ac_fn_c_try_link "$LINENO"; then :
10555 ac_cv_lib_dld_shl_load=yes
10556else
10557 ac_cv_lib_dld_shl_load=no
10558fi
10559rm -f core conftest.err conftest.$ac_objext \
10560 conftest$ac_exeext conftest.$ac_ext
10561LIBS=$ac_check_lib_save_LIBS
10562fi
10563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10564$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10565if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10566 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10567else
10568 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10569if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10570 lt_cv_dlopen="dlopen"
10571else
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10573$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10574if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10575 $as_echo_n "(cached) " >&6
c906108c 10576else
b7026657 10577 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10578LIBS="-ldl $LIBS"
81ecdfbb 10579cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10580/* end confdefs.h. */
10581
81ecdfbb
RW
10582/* Override any GCC internal prototype to avoid an error.
10583 Use char because int might match the return type of a GCC
10584 builtin and then its argument prototype would still apply. */
b7026657
AC
10585#ifdef __cplusplus
10586extern "C"
10587#endif
6bb11ab3 10588char dlopen ();
b7026657
AC
10589int
10590main ()
10591{
6bb11ab3 10592return dlopen ();
b7026657
AC
10593 ;
10594 return 0;
10595}
10596_ACEOF
81ecdfbb 10597if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10598 ac_cv_lib_dl_dlopen=yes
b7026657 10599else
6bb11ab3 10600 ac_cv_lib_dl_dlopen=no
b7026657 10601fi
81ecdfbb
RW
10602rm -f core conftest.err conftest.$ac_objext \
10603 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10604LIBS=$ac_check_lib_save_LIBS
10605fi
6bb11ab3
L
10606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10607$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10608if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10609 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10610else
10611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10612$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10613if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10614 $as_echo_n "(cached) " >&6
c906108c 10615else
b7026657 10616 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10617LIBS="-lsvld $LIBS"
81ecdfbb 10618cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10619/* end confdefs.h. */
10620
81ecdfbb
RW
10621/* Override any GCC internal prototype to avoid an error.
10622 Use char because int might match the return type of a GCC
10623 builtin and then its argument prototype would still apply. */
b7026657
AC
10624#ifdef __cplusplus
10625extern "C"
10626#endif
6bb11ab3 10627char dlopen ();
b7026657
AC
10628int
10629main ()
10630{
6bb11ab3 10631return dlopen ();
b7026657
AC
10632 ;
10633 return 0;
10634}
10635_ACEOF
81ecdfbb 10636if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10637 ac_cv_lib_svld_dlopen=yes
b7026657 10638else
6bb11ab3 10639 ac_cv_lib_svld_dlopen=no
b7026657 10640fi
81ecdfbb
RW
10641rm -f core conftest.err conftest.$ac_objext \
10642 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10643LIBS=$ac_check_lib_save_LIBS
10644fi
6bb11ab3
L
10645{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10646$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10647if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10648 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10649else
6bb11ab3
L
10650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10651$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10652if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10653 $as_echo_n "(cached) " >&6
b5bd9624 10654else
6bb11ab3
L
10655 ac_check_lib_save_LIBS=$LIBS
10656LIBS="-ldld $LIBS"
81ecdfbb 10657cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10658/* end confdefs.h. */
10659
81ecdfbb
RW
10660/* Override any GCC internal prototype to avoid an error.
10661 Use char because int might match the return type of a GCC
b5bd9624 10662 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10663#ifdef __cplusplus
10664extern "C"
10665#endif
6bb11ab3 10666char dld_link ();
b5bd9624
HPN
10667int
10668main ()
10669{
6bb11ab3 10670return dld_link ();
b5bd9624
HPN
10671 ;
10672 return 0;
10673}
10674_ACEOF
6bb11ab3
L
10675if ac_fn_c_try_link "$LINENO"; then :
10676 ac_cv_lib_dld_dld_link=yes
10677else
10678 ac_cv_lib_dld_dld_link=no
10679fi
10680rm -f core conftest.err conftest.$ac_objext \
10681 conftest$ac_exeext conftest.$ac_ext
10682LIBS=$ac_check_lib_save_LIBS
10683fi
10684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10685$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10686if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10687 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10688fi
10689
10690
10691fi
10692
10693
10694fi
10695
10696
10697fi
10698
10699
10700fi
10701
10702
10703fi
10704
10705 ;;
10706 esac
10707
10708 if test "x$lt_cv_dlopen" != xno; then
10709 enable_dlopen=yes
b5bd9624 10710 else
6bb11ab3
L
10711 enable_dlopen=no
10712 fi
10713
10714 case $lt_cv_dlopen in
10715 dlopen)
10716 save_CPPFLAGS="$CPPFLAGS"
10717 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10718
10719 save_LDFLAGS="$LDFLAGS"
10720 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10721
10722 save_LIBS="$LIBS"
10723 LIBS="$lt_cv_dlopen_libs $LIBS"
10724
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10726$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10727if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10728 $as_echo_n "(cached) " >&6
10729else
10730 if test "$cross_compiling" = yes; then :
10731 lt_cv_dlopen_self=cross
10732else
10733 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10734 lt_status=$lt_dlunknown
10735 cat > conftest.$ac_ext <<_LT_EOF
47ce766a 10736#line 10736 "configure"
6bb11ab3
L
10737#include "confdefs.h"
10738
10739#if HAVE_DLFCN_H
10740#include <dlfcn.h>
10741#endif
10742
10743#include <stdio.h>
10744
10745#ifdef RTLD_GLOBAL
10746# define LT_DLGLOBAL RTLD_GLOBAL
10747#else
10748# ifdef DL_GLOBAL
10749# define LT_DLGLOBAL DL_GLOBAL
10750# else
10751# define LT_DLGLOBAL 0
10752# endif
10753#endif
10754
10755/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10756 find out it does not work in some platform. */
10757#ifndef LT_DLLAZY_OR_NOW
10758# ifdef RTLD_LAZY
10759# define LT_DLLAZY_OR_NOW RTLD_LAZY
10760# else
10761# ifdef DL_LAZY
10762# define LT_DLLAZY_OR_NOW DL_LAZY
10763# else
10764# ifdef RTLD_NOW
10765# define LT_DLLAZY_OR_NOW RTLD_NOW
10766# else
10767# ifdef DL_NOW
10768# define LT_DLLAZY_OR_NOW DL_NOW
10769# else
10770# define LT_DLLAZY_OR_NOW 0
10771# endif
10772# endif
10773# endif
10774# endif
10775#endif
10776
10777/* When -fvisbility=hidden is used, assume the code has been annotated
10778 correspondingly for the symbols needed. */
10779#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10780void fnord () __attribute__((visibility("default")));
10781#endif
10782
10783void fnord () { int i=42; }
10784int main ()
10785{
10786 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10787 int status = $lt_dlunknown;
10788
10789 if (self)
10790 {
10791 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10792 else
10793 {
10794 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10795 else puts (dlerror ());
10796 }
10797 /* dlclose (self); */
10798 }
10799 else
10800 puts (dlerror ());
10801
10802 return status;
10803}
10804_LT_EOF
10805 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10806 (eval $ac_link) 2>&5
10807 ac_status=$?
10808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10809 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10810 (./conftest; exit; ) >&5 2>/dev/null
10811 lt_status=$?
10812 case x$lt_status in
10813 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10814 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10815 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10816 esac
10817 else :
10818 # compilation failed
10819 lt_cv_dlopen_self=no
b5bd9624 10820 fi
b5bd9624 10821fi
6bb11ab3
L
10822rm -fr conftest*
10823
10824
b5bd9624 10825fi
6bb11ab3
L
10826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10827$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10828
6bb11ab3
L
10829 if test "x$lt_cv_dlopen_self" = xyes; then
10830 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10832$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10833if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10834 $as_echo_n "(cached) " >&6
b5bd9624 10835else
6bb11ab3
L
10836 if test "$cross_compiling" = yes; then :
10837 lt_cv_dlopen_self_static=cross
10838else
10839 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10840 lt_status=$lt_dlunknown
10841 cat > conftest.$ac_ext <<_LT_EOF
47ce766a 10842#line 10842 "configure"
6bb11ab3
L
10843#include "confdefs.h"
10844
10845#if HAVE_DLFCN_H
10846#include <dlfcn.h>
10847#endif
10848
10849#include <stdio.h>
10850
10851#ifdef RTLD_GLOBAL
10852# define LT_DLGLOBAL RTLD_GLOBAL
10853#else
10854# ifdef DL_GLOBAL
10855# define LT_DLGLOBAL DL_GLOBAL
10856# else
10857# define LT_DLGLOBAL 0
10858# endif
10859#endif
10860
10861/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10862 find out it does not work in some platform. */
10863#ifndef LT_DLLAZY_OR_NOW
10864# ifdef RTLD_LAZY
10865# define LT_DLLAZY_OR_NOW RTLD_LAZY
10866# else
10867# ifdef DL_LAZY
10868# define LT_DLLAZY_OR_NOW DL_LAZY
10869# else
10870# ifdef RTLD_NOW
10871# define LT_DLLAZY_OR_NOW RTLD_NOW
10872# else
10873# ifdef DL_NOW
10874# define LT_DLLAZY_OR_NOW DL_NOW
10875# else
10876# define LT_DLLAZY_OR_NOW 0
10877# endif
10878# endif
10879# endif
10880# endif
10881#endif
10882
10883/* When -fvisbility=hidden is used, assume the code has been annotated
10884 correspondingly for the symbols needed. */
10885#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10886void fnord () __attribute__((visibility("default")));
10887#endif
10888
10889void fnord () { int i=42; }
10890int main ()
10891{
10892 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10893 int status = $lt_dlunknown;
10894
10895 if (self)
10896 {
10897 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10898 else
10899 {
10900 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10901 else puts (dlerror ());
10902 }
10903 /* dlclose (self); */
10904 }
10905 else
10906 puts (dlerror ());
10907
10908 return status;
10909}
10910_LT_EOF
10911 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10912 (eval $ac_link) 2>&5
10913 ac_status=$?
10914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10915 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10916 (./conftest; exit; ) >&5 2>/dev/null
10917 lt_status=$?
10918 case x$lt_status in
10919 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10920 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10921 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10922 esac
10923 else :
10924 # compilation failed
10925 lt_cv_dlopen_self_static=no
10926 fi
b5bd9624 10927fi
6bb11ab3
L
10928rm -fr conftest*
10929
10930
b5bd9624 10931fi
6bb11ab3
L
10932{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10933$as_echo "$lt_cv_dlopen_self_static" >&6; }
10934 fi
10935
10936 CPPFLAGS="$save_CPPFLAGS"
10937 LDFLAGS="$save_LDFLAGS"
10938 LIBS="$save_LIBS"
10939 ;;
10940 esac
10941
10942 case $lt_cv_dlopen_self in
10943 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10944 *) enable_dlopen_self=unknown ;;
10945 esac
10946
10947 case $lt_cv_dlopen_self_static in
10948 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10949 *) enable_dlopen_self_static=unknown ;;
10950 esac
10951fi
10952
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
10968
10969striplib=
10970old_striplib=
10971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10972$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10973if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10974 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10975 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10977$as_echo "yes" >&6; }
10978else
10979# FIXME - insert some real tests, host_os isn't really good enough
10980 case $host_os in
10981 darwin*)
10982 if test -n "$STRIP" ; then
10983 striplib="$STRIP -x"
10984 old_striplib="$STRIP -S"
10985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10986$as_echo "yes" >&6; }
10987 else
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10989$as_echo "no" >&6; }
10990 fi
10991 ;;
10992 *)
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10994$as_echo "no" >&6; }
10995 ;;
10996 esac
10997fi
10998
10999
11000
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010 # Report which library types will actually be built
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11012$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11014$as_echo "$can_build_shared" >&6; }
11015
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11017$as_echo_n "checking whether to build shared libraries... " >&6; }
11018 test "$can_build_shared" = "no" && enable_shared=no
11019
11020 # On AIX, shared libraries and static libraries use the same namespace, and
11021 # are all built from PIC.
11022 case $host_os in
11023 aix3*)
11024 test "$enable_shared" = yes && enable_static=no
11025 if test -n "$RANLIB"; then
11026 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11027 postinstall_cmds='$RANLIB $lib'
11028 fi
11029 ;;
11030
11031 aix[4-9]*)
11032 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11033 test "$enable_shared" = yes && enable_static=no
11034 fi
11035 ;;
11036 esac
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11038$as_echo "$enable_shared" >&6; }
11039
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11041$as_echo_n "checking whether to build static libraries... " >&6; }
11042 # Make sure either enable_shared or enable_static is yes.
11043 test "$enable_shared" = yes || enable_static=yes
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11045$as_echo "$enable_static" >&6; }
11046
11047
11048
11049
11050fi
11051ac_ext=c
11052ac_cpp='$CPP $CPPFLAGS'
11053ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11054ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11055ac_compiler_gnu=$ac_cv_c_compiler_gnu
11056
11057CC="$lt_save_CC"
11058
11059
11060
11061
11062
11063
11064
11065
11066
b5bd9624 11067
b5bd9624 11068
b5bd9624 11069
b5bd9624 11070
6bb11ab3
L
11071 ac_config_commands="$ac_config_commands libtool"
11072
11073
11074
11075
11076# Only expand once:
11077
11078
5912fadd 11079
b5bd9624 11080
c906108c 11081
31e6ad7d
MF
11082{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11083$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11084 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11085if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11086 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11087else
11088 USE_MAINTAINER_MODE=no
c906108c 11089fi
31e6ad7d
MF
11090
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11092$as_echo "$USE_MAINTAINER_MODE" >&6; }
11093 if test $USE_MAINTAINER_MODE = yes; then
11094 MAINTAINER_MODE_TRUE=
11095 MAINTAINER_MODE_FALSE='#'
c906108c 11096else
31e6ad7d
MF
11097 MAINTAINER_MODE_TRUE='#'
11098 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11099fi
11100
31e6ad7d
MF
11101 MAINT=$MAINTAINER_MODE_TRUE
11102
11103
c906108c
SS
11104
11105
347fe5bb
MF
11106sim_inline="-DDEFAULT_INLINE=0"
11107# Check whether --enable-sim-inline was given.
11108if test "${enable_sim_inline+set}" = set; then :
11109 enableval=$enable_sim_inline; sim_inline=""
11110case "$enableval" in
11111 no) sim_inline="-DDEFAULT_INLINE=0";;
11112 0) sim_inline="-DDEFAULT_INLINE=0";;
11113 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11114 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11115 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11116 new_flag=""
11117 case "$x" in
11118 *_INLINE=*) new_flag="-D$x";;
11119 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11120 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11121 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11122 esac
11123 if test x"$sim_inline" = x""; then
11124 sim_inline="$new_flag"
11125 else
11126 sim_inline="$sim_inline $new_flag"
11127 fi
11128 done;;
11129esac
11130if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11131 echo "Setting inline flags = $sim_inline" 6>&1
11132fi
11133fi
11134
11135
11136
6efef468 11137
81ecdfbb
RW
11138default_sim_reserved_bits="1"
11139# Check whether --enable-sim-reserved-bits was given.
11140if test "${enable_sim_reserved_bits+set}" = set; then :
11141 enableval=$enable_sim_reserved_bits; case "${enableval}" in
11142 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
11143 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 11144 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
81ecdfbb
RW
11145esac
11146if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
11147 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
b7026657 11148fi
b7026657 11149else
81ecdfbb 11150 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
b7026657 11151fi
b7026657 11152
81ecdfbb
RW
11153wire_word_bitsize="32"
11154wire_word_msb="31"
11155wire_address_bitsize=""
11156wire_cell_bitsize=""
11157# Check whether --enable-sim-bitsize was given.
11158if test "${enable_sim_bitsize+set}" = set; then :
11159 enableval=$enable_sim_bitsize; sim_bitsize=
11160case "${enableval}" in
11161 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
11162 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
11163 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11164 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11165 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11166 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
11167 else
11168 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
11169 fi ;;
11170 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11171 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
11172 else
11173 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
11174 fi ;;
d0ac1c44 11175 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
81ecdfbb
RW
11176esac
11177# address bitsize
11178tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
11179case x"${tmp}" in
11180 x ) ;;
11181 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
11182 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 11183 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
81ecdfbb
RW
11184esac
11185# cell bitsize
11186tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
11187case x"${tmp}" in
11188 x ) ;;
11189 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
11190 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 11191 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
b7026657 11192esac
81ecdfbb
RW
11193if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
11194 echo "Setting bitsize flags = $sim_bitsize" 6>&1
11195fi
b7026657 11196else
81ecdfbb
RW
11197 sim_bitsize=""
11198if test x"$wire_word_bitsize" != x; then
11199 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
11200fi
11201if test x"$wire_word_msb" != x; then
11202 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
11203fi
11204if test x"$wire_address_bitsize" != x; then
11205 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
11206fi
11207if test x"$wire_cell_bitsize" != x; then
11208 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
11209fi
b7026657 11210fi
81ecdfbb
RW
11211
11212
b7026657 11213
66d055c7
MF
11214hardware="cfi core pal glue "
11215sim_hw_cflags="-DWITH_HW=1"
11216sim_hw="$hardware"
11217sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11218
11219# Check whether --enable-sim-hardware was given.
11220if test "${enable_sim_hardware+set}" = set; then :
11221 enableval=$enable_sim_hardware;
11222else
11223 enable_sim_hardware="yes"
11224fi
11225
11226case ${enable_sim_hardware} in
11227 yes|no) ;;
11228 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11229 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11230 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11231esac
11232
11233if test "$enable_sim_hardware" = no; then
11234 sim_hw_objs=
11235 sim_hw_cflags="-DWITH_HW=0"
11236 sim_hw=
11237else
11238 sim_hw_cflags="-DWITH_HW=1"
11239 # remove duplicates
11240 sim_hw=""
11241 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11242 for i in $hardware ; do
11243 case " $sim_hw " in
11244 *" $i "*) ;;
11245 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11246 esac
11247 done
11248 # mingw does not support sockser
11249 case ${host} in
11250 *mingw*) ;;
11251 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11252 # that you instatiate. Instead, other code will call into it directly.
11253 # At some point, we should convert it over.
11254 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11255 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
66d055c7
MF
11256 ;;
11257 esac
11258 if test x"$silent" != x"yes"; then
11259 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11260 fi
11261 case " $hardware " in
11262 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11263$as_echo_n "checking for log2 in -lm... " >&6; }
11264if ${ac_cv_lib_m_log2+:} false; then :
11265 $as_echo_n "(cached) " >&6
11266else
11267 ac_check_lib_save_LIBS=$LIBS
11268LIBS="-lm $LIBS"
11269cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11270/* end confdefs.h. */
11271
11272/* Override any GCC internal prototype to avoid an error.
11273 Use char because int might match the return type of a GCC
11274 builtin and then its argument prototype would still apply. */
11275#ifdef __cplusplus
11276extern "C"
11277#endif
11278char log2 ();
11279int
11280main ()
11281{
11282return log2 ();
11283 ;
11284 return 0;
11285}
11286_ACEOF
11287if ac_fn_c_try_link "$LINENO"; then :
11288 ac_cv_lib_m_log2=yes
11289else
11290 ac_cv_lib_m_log2=no
11291fi
11292rm -f core conftest.err conftest.$ac_objext \
11293 conftest$ac_exeext conftest.$ac_ext
11294LIBS=$ac_check_lib_save_LIBS
11295fi
11296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11297$as_echo "$ac_cv_lib_m_log2" >&6; }
11298if test "x$ac_cv_lib_m_log2" = xyes; then :
11299 cat >>confdefs.h <<_ACEOF
11300#define HAVE_LIBM 1
11301_ACEOF
11302
11303 LIBS="-lm $LIBS"
11304
11305fi
11306;;
11307 esac
11308fi
11309
11310
b7026657
AC
11311cgen_breaks=""
11312if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11313cgen_breaks="break cgen_rtx_error";
11314fi
11315
81ecdfbb 11316ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11317
81ecdfbb 11318ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11319
81ecdfbb 11320ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11321
81ecdfbb 11322ac_config_commands="$ac_config_commands Makefile"
38f48d72 11323
81ecdfbb 11324ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11325
760b3e8b
MF
11326
11327
11328
11329
11330
11331
11332
11333
11334
11335
b7026657
AC
11336cat >confcache <<\_ACEOF
11337# This file is a shell script that caches the results of configure
11338# tests run on this system so they can be shared between configure
11339# scripts and configure runs, see configure's option --config-cache.
11340# It is not useful on other systems. If it contains results you don't
11341# want to keep, you may remove or edit it.
11342#
11343# config.status only pays attention to the cache file if you give it
11344# the --recheck option to rerun configure.
11345#
11346# `ac_cv_env_foo' variables (set or unset) will be overridden when
11347# loading this file, other *unset* `ac_cv_foo' will be assigned the
11348# following values.
11349
11350_ACEOF
11351
11352# The following way of writing the cache mishandles newlines in values,
11353# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11354# So, we kill variables containing newlines.
b7026657
AC
11355# Ultrix sh set writes to stderr and can't be redirected directly,
11356# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11357(
11358 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11359 eval ac_val=\$$ac_var
11360 case $ac_val in #(
11361 *${as_nl}*)
11362 case $ac_var in #(
11363 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11364$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11365 esac
11366 case $ac_var in #(
11367 _ | IFS | as_nl) ;; #(
11368 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11369 *) { eval $ac_var=; unset $ac_var;} ;;
11370 esac ;;
11371 esac
11372 done
11373
b7026657 11374 (set) 2>&1 |
81ecdfbb
RW
11375 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11376 *${as_nl}ac_space=\ *)
11377 # `set' does not quote correctly, so add quotes: double-quote
11378 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11379 sed -n \
11380 "s/'/'\\\\''/g;
11381 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11382 ;; #(
b7026657
AC
11383 *)
11384 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11385 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11386 ;;
81ecdfbb
RW
11387 esac |
11388 sort
11389) |
b7026657 11390 sed '
81ecdfbb 11391 /^ac_cv_env_/b end
b7026657 11392 t clear
81ecdfbb 11393 :clear
b7026657
AC
11394 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11395 t end
81ecdfbb
RW
11396 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11397 :end' >>confcache
11398if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11399 if test -w "$cache_file"; then
d0ac1c44 11400 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11402$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11403 if test ! -f "$cache_file" || test -h "$cache_file"; then
11404 cat confcache >"$cache_file"
11405 else
11406 case $cache_file in #(
11407 */* | ?:*)
11408 mv -f confcache "$cache_file"$$ &&
11409 mv -f "$cache_file"$$ "$cache_file" ;; #(
11410 *)
11411 mv -f confcache "$cache_file" ;;
11412 esac
11413 fi
11414 fi
b7026657 11415 else
81ecdfbb
RW
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11417$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11418 fi
11419fi
11420rm -f confcache
11421
11422test "x$prefix" = xNONE && prefix=$ac_default_prefix
11423# Let make expand exec_prefix.
11424test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11425
52d37d2c
MF
11426# Transform confdefs.h into DEFS.
11427# Protect against shell expansion while executing Makefile rules.
11428# Protect against Makefile macro expansion.
11429#
11430# If the first sed substitution is executed (which looks for macros that
11431# take arguments), then branch to the quote section. Otherwise,
11432# look for a macro that doesn't take arguments.
11433ac_script='
11434:mline
11435/\\$/{
11436 N
11437 s,\\\n,,
11438 b mline
11439}
11440t clear
11441:clear
11442s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11443t quote
11444s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11445t quote
11446b any
11447:quote
11448s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11449s/\[/\\&/g
11450s/\]/\\&/g
11451s/\$/$$/g
11452H
11453:any
11454${
11455 g
11456 s/^\n//
11457 s/\n/ /g
11458 p
11459}
11460'
11461DEFS=`sed -n "$ac_script" confdefs.h`
11462
b7026657
AC
11463
11464ac_libobjs=
11465ac_ltlibobjs=
d0ac1c44 11466U=
b7026657
AC
11467for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11468 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11469 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11470 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11471 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11472 # will be set to the directory where LIBOBJS objects are built.
11473 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11474 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11475done
11476LIBOBJS=$ac_libobjs
11477
11478LTLIBOBJS=$ac_ltlibobjs
11479
11480
0cb8d851 11481
6bb11ab3 11482if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11483 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11484Usually this means the macro was only invoked conditionally." "$LINENO" 5
11485fi
31e6ad7d 11486if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11487 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11488Usually this means the macro was only invoked conditionally." "$LINENO" 5
11489fi
b7026657 11490
d0ac1c44 11491: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11492ac_write_fail=0
b7026657
AC
11493ac_clean_files_save=$ac_clean_files
11494ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11495{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11496$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11497as_write_fail=0
11498cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11499#! $SHELL
11500# Generated by $as_me.
11501# Run this file to recreate the current configuration.
11502# Compiler output produced by configure, useful for debugging
11503# configure, is in config.log if it exists.
11504
11505debug=false
11506ac_cs_recheck=false
11507ac_cs_silent=false
b7026657 11508
81ecdfbb
RW
11509SHELL=\${CONFIG_SHELL-$SHELL}
11510export SHELL
11511_ASEOF
11512cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11513## -------------------- ##
11514## M4sh Initialization. ##
11515## -------------------- ##
11516
11517# Be more Bourne compatible
11518DUALCASE=1; export DUALCASE # for MKS sh
11519if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11520 emulate sh
11521 NULLCMD=:
81ecdfbb 11522 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11523 # is contrary to our usage. Disable this feature.
11524 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11525 setopt NO_GLOB_SUBST
11526else
11527 case `(set -o) 2>/dev/null` in #(
11528 *posix*) :
11529 set -o posix ;; #(
11530 *) :
11531 ;;
11532esac
b7026657 11533fi
b7026657 11534
81ecdfbb
RW
11535
11536as_nl='
11537'
11538export as_nl
11539# Printing a long string crashes Solaris 7 /usr/bin/printf.
11540as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11541as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11542as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11543# Prefer a ksh shell builtin over an external printf program on Solaris,
11544# but without wasting forks for bash or zsh.
11545if test -z "$BASH_VERSION$ZSH_VERSION" \
11546 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11547 as_echo='print -r --'
11548 as_echo_n='print -rn --'
11549elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11550 as_echo='printf %s\n'
11551 as_echo_n='printf %s'
11552else
11553 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11554 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11555 as_echo_n='/usr/ucb/echo -n'
11556 else
11557 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11558 as_echo_n_body='eval
11559 arg=$1;
11560 case $arg in #(
11561 *"$as_nl"*)
11562 expr "X$arg" : "X\\(.*\\)$as_nl";
11563 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11564 esac;
11565 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11566 '
11567 export as_echo_n_body
11568 as_echo_n='sh -c $as_echo_n_body as_echo'
11569 fi
11570 export as_echo_body
11571 as_echo='sh -c $as_echo_body as_echo'
11572fi
11573
11574# The user is always right.
11575if test "${PATH_SEPARATOR+set}" != set; then
11576 PATH_SEPARATOR=:
11577 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11578 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11579 PATH_SEPARATOR=';'
11580 }
c906108c 11581fi
b7026657
AC
11582
11583
81ecdfbb
RW
11584# IFS
11585# We need space, tab and new line, in precisely that order. Quoting is
11586# there to prevent editors from complaining about space-tab.
11587# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11588# splitting by setting IFS to empty value.)
11589IFS=" "" $as_nl"
11590
11591# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11592as_myself=
81ecdfbb
RW
11593case $0 in #((
11594 *[\\/]* ) as_myself=$0 ;;
11595 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11596for as_dir in $PATH
11597do
11598 IFS=$as_save_IFS
11599 test -z "$as_dir" && as_dir=.
11600 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11601 done
11602IFS=$as_save_IFS
11603
11604 ;;
11605esac
11606# We did not find ourselves, most probably we were run as `sh COMMAND'
11607# in which case we are not to be found in the path.
11608if test "x$as_myself" = x; then
11609 as_myself=$0
11610fi
11611if test ! -f "$as_myself"; then
11612 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11613 exit 1
11614fi
11615
11616# Unset variables that we do not need and which cause bugs (e.g. in
11617# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11618# suppresses any "Segmentation fault" message there. '((' could
11619# trigger a bug in pdksh 5.2.14.
11620for as_var in BASH_ENV ENV MAIL MAILPATH
11621do eval test x\${$as_var+set} = xset \
11622 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11623done
b7026657
AC
11624PS1='$ '
11625PS2='> '
11626PS4='+ '
11627
11628# NLS nuisances.
81ecdfbb
RW
11629LC_ALL=C
11630export LC_ALL
11631LANGUAGE=C
11632export LANGUAGE
11633
11634# CDPATH.
11635(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11636
11637
d0ac1c44
SM
11638# as_fn_error STATUS ERROR [LINENO LOG_FD]
11639# ----------------------------------------
81ecdfbb
RW
11640# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11641# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11642# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11643as_fn_error ()
11644{
d0ac1c44
SM
11645 as_status=$1; test $as_status -eq 0 && as_status=1
11646 if test "$4"; then
11647 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11648 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 11649 fi
d0ac1c44 11650 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11651 as_fn_exit $as_status
11652} # as_fn_error
11653
11654
11655# as_fn_set_status STATUS
11656# -----------------------
11657# Set $? to STATUS, without forking.
11658as_fn_set_status ()
11659{
11660 return $1
11661} # as_fn_set_status
11662
11663# as_fn_exit STATUS
11664# -----------------
11665# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11666as_fn_exit ()
11667{
11668 set +e
11669 as_fn_set_status $1
11670 exit $1
11671} # as_fn_exit
11672
11673# as_fn_unset VAR
11674# ---------------
11675# Portably unset VAR.
11676as_fn_unset ()
11677{
11678 { eval $1=; unset $1;}
11679}
11680as_unset=as_fn_unset
11681# as_fn_append VAR VALUE
11682# ----------------------
11683# Append the text in VALUE to the end of the definition contained in VAR. Take
11684# advantage of any shell optimizations that allow amortized linear growth over
11685# repeated appends, instead of the typical quadratic growth present in naive
11686# implementations.
11687if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11688 eval 'as_fn_append ()
11689 {
11690 eval $1+=\$2
11691 }'
11692else
11693 as_fn_append ()
11694 {
11695 eval $1=\$$1\$2
11696 }
11697fi # as_fn_append
11698
11699# as_fn_arith ARG...
11700# ------------------
11701# Perform arithmetic evaluation on the ARGs, and store the result in the
11702# global $as_val. Take advantage of shells that can avoid forks. The arguments
11703# must be portable across $(()) and expr.
11704if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11705 eval 'as_fn_arith ()
11706 {
11707 as_val=$(( $* ))
11708 }'
11709else
11710 as_fn_arith ()
11711 {
11712 as_val=`expr "$@" || test $? -eq 1`
11713 }
11714fi # as_fn_arith
11715
b7026657 11716
81ecdfbb
RW
11717if expr a : '\(a\)' >/dev/null 2>&1 &&
11718 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
11719 as_expr=expr
11720else
11721 as_expr=false
c906108c 11722fi
b7026657 11723
81ecdfbb 11724if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11725 as_basename=basename
11726else
11727 as_basename=false
c906108c 11728fi
b7026657 11729
81ecdfbb
RW
11730if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11731 as_dirname=dirname
11732else
11733 as_dirname=false
11734fi
b7026657 11735
81ecdfbb 11736as_me=`$as_basename -- "$0" ||
b7026657
AC
11737$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11738 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11739 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11740$as_echo X/"$0" |
11741 sed '/^.*\/\([^/][^/]*\)\/*$/{
11742 s//\1/
11743 q
11744 }
11745 /^X\/\(\/\/\)$/{
11746 s//\1/
11747 q
11748 }
11749 /^X\/\(\/\).*/{
11750 s//\1/
11751 q
11752 }
11753 s/.*/./; q'`
b7026657 11754
b7026657
AC
11755# Avoid depending upon Character Ranges.
11756as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11757as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11758as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11759as_cr_digits='0123456789'
11760as_cr_alnum=$as_cr_Letters$as_cr_digits
11761
81ecdfbb
RW
11762ECHO_C= ECHO_N= ECHO_T=
11763case `echo -n x` in #(((((
11764-n*)
11765 case `echo 'xy\c'` in
11766 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11767 xy) ECHO_C='\c';;
11768 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11769 ECHO_T=' ';;
11770 esac;;
11771*)
11772 ECHO_N='-n';;
b7026657
AC
11773esac
11774
81ecdfbb
RW
11775rm -f conf$$ conf$$.exe conf$$.file
11776if test -d conf$$.dir; then
11777 rm -f conf$$.dir/conf$$.file
c906108c 11778else
81ecdfbb
RW
11779 rm -f conf$$.dir
11780 mkdir conf$$.dir 2>/dev/null
c906108c 11781fi
81ecdfbb
RW
11782if (echo >conf$$.file) 2>/dev/null; then
11783 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11784 as_ln_s='ln -s'
81ecdfbb
RW
11785 # ... but there are two gotchas:
11786 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11787 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11788 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11789 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11790 as_ln_s='cp -pR'
81ecdfbb
RW
11791 elif ln conf$$.file conf$$ 2>/dev/null; then
11792 as_ln_s=ln
11793 else
d0ac1c44 11794 as_ln_s='cp -pR'
b7026657 11795 fi
b7026657 11796else
d0ac1c44 11797 as_ln_s='cp -pR'
c906108c 11798fi
81ecdfbb
RW
11799rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11800rmdir conf$$.dir 2>/dev/null
11801
11802
11803# as_fn_mkdir_p
11804# -------------
11805# Create "$as_dir" as a directory, including parents if necessary.
11806as_fn_mkdir_p ()
11807{
11808
11809 case $as_dir in #(
11810 -*) as_dir=./$as_dir;;
11811 esac
11812 test -d "$as_dir" || eval $as_mkdir_p || {
11813 as_dirs=
11814 while :; do
11815 case $as_dir in #(
11816 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11817 *) as_qdir=$as_dir;;
11818 esac
11819 as_dirs="'$as_qdir' $as_dirs"
11820 as_dir=`$as_dirname -- "$as_dir" ||
11821$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11822 X"$as_dir" : 'X\(//\)[^/]' \| \
11823 X"$as_dir" : 'X\(//\)$' \| \
11824 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11825$as_echo X"$as_dir" |
11826 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11827 s//\1/
11828 q
11829 }
11830 /^X\(\/\/\)[^/].*/{
11831 s//\1/
11832 q
11833 }
11834 /^X\(\/\/\)$/{
11835 s//\1/
11836 q
11837 }
11838 /^X\(\/\).*/{
11839 s//\1/
11840 q
11841 }
11842 s/.*/./; q'`
11843 test -d "$as_dir" && break
11844 done
11845 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11846 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 11847
c906108c 11848
81ecdfbb 11849} # as_fn_mkdir_p
b7026657 11850if mkdir -p . 2>/dev/null; then
81ecdfbb 11851 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 11852else
b7026657
AC
11853 test -d ./-p && rmdir ./-p
11854 as_mkdir_p=false
c906108c 11855fi
c906108c 11856
d0ac1c44
SM
11857
11858# as_fn_executable_p FILE
11859# -----------------------
11860# Test if FILE is an executable regular file.
11861as_fn_executable_p ()
11862{
11863 test -f "$1" && test -x "$1"
11864} # as_fn_executable_p
11865as_test_x='test -x'
11866as_executable_p=as_fn_executable_p
b7026657
AC
11867
11868# Sed expression to map a string onto a valid CPP name.
11869as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11870
11871# Sed expression to map a string onto a valid variable name.
11872as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11873
11874
b7026657 11875exec 6>&1
81ecdfbb
RW
11876## ----------------------------------- ##
11877## Main body of $CONFIG_STATUS script. ##
11878## ----------------------------------- ##
11879_ASEOF
11880test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11881
11882cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11883# Save the log message, to keep $0 and so on meaningful, and to
b7026657 11884# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11885# values after options handling.
11886ac_log="
b7026657 11887This file was extended by $as_me, which was
d0ac1c44 11888generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
11889
11890 CONFIG_FILES = $CONFIG_FILES
11891 CONFIG_HEADERS = $CONFIG_HEADERS
11892 CONFIG_LINKS = $CONFIG_LINKS
11893 CONFIG_COMMANDS = $CONFIG_COMMANDS
11894 $ $0 $@
11895
81ecdfbb
RW
11896on `(hostname || uname -n) 2>/dev/null | sed 1q`
11897"
11898
b7026657
AC
11899_ACEOF
11900
81ecdfbb
RW
11901case $ac_config_files in *"
11902"*) set x $ac_config_files; shift; ac_config_files=$*;;
11903esac
b7026657 11904
b7026657 11905
c906108c 11906
81ecdfbb
RW
11907cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11908# Files that config.status was made for.
11909config_files="$ac_config_files"
81ecdfbb 11910config_commands="$ac_config_commands"
c906108c 11911
81ecdfbb 11912_ACEOF
c906108c 11913
81ecdfbb 11914cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 11915ac_cs_usage="\
81ecdfbb
RW
11916\`$as_me' instantiates files and other configuration actions
11917from templates according to the current configuration. Unless the files
11918and actions are specified as TAGs, all are instantiated by default.
c906108c 11919
81ecdfbb 11920Usage: $0 [OPTION]... [TAG]...
379832de 11921
b7026657 11922 -h, --help print this help, then exit
81ecdfbb 11923 -V, --version print version number and configuration settings, then exit
d0ac1c44 11924 --config print configuration, then exit
81ecdfbb
RW
11925 -q, --quiet, --silent
11926 do not print progress messages
b7026657
AC
11927 -d, --debug don't remove temporary files
11928 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
11929 --file=FILE[:TEMPLATE]
11930 instantiate the configuration file FILE
b7026657
AC
11931
11932Configuration files:
11933$config_files
11934
b7026657
AC
11935Configuration commands:
11936$config_commands
11937
81ecdfbb 11938Report bugs to the package provider."
b7026657 11939
81ecdfbb
RW
11940_ACEOF
11941cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 11942ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
11943ac_cs_version="\\
11944config.status
d0ac1c44
SM
11945configured by $0, generated by GNU Autoconf 2.69,
11946 with options \\"\$ac_cs_config\\"
b7026657 11947
d0ac1c44 11948Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
11949This config.status script is free software; the Free Software Foundation
11950gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
11951
11952ac_pwd='$ac_pwd'
11953srcdir='$srcdir'
11954INSTALL='$INSTALL'
6bb11ab3 11955AWK='$AWK'
81ecdfbb 11956test -n "\$AWK" || AWK=awk
b7026657
AC
11957_ACEOF
11958
81ecdfbb
RW
11959cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11960# The default lists apply if the user does not specify any file.
b7026657
AC
11961ac_need_defaults=:
11962while test $# != 0
11963do
11964 case $1 in
d0ac1c44 11965 --*=?*)
81ecdfbb
RW
11966 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11967 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 11968 ac_shift=:
c906108c 11969 ;;
d0ac1c44
SM
11970 --*=)
11971 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11972 ac_optarg=
11973 ac_shift=:
11974 ;;
81ecdfbb 11975 *)
b7026657
AC
11976 ac_option=$1
11977 ac_optarg=$2
11978 ac_shift=shift
c906108c 11979 ;;
b7026657 11980 esac
c906108c 11981
b7026657
AC
11982 case $ac_option in
11983 # Handling of the options.
b7026657
AC
11984 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11985 ac_cs_recheck=: ;;
81ecdfbb
RW
11986 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11987 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
11988 --config | --confi | --conf | --con | --co | --c )
11989 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 11990 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
11991 debug=: ;;
11992 --file | --fil | --fi | --f )
11993 $ac_shift
81ecdfbb
RW
11994 case $ac_optarg in
11995 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 11996 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
11997 esac
11998 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657 11999 ac_need_defaults=false;;
52d37d2c 12000 --he | --h | --help | --hel | -h )
81ecdfbb 12001 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12002 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12003 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12004 ac_cs_silent=: ;;
c906108c 12005
b7026657 12006 # This is an error.
d0ac1c44 12007 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12008Try \`$0 --help' for more information." ;;
c906108c 12009
81ecdfbb
RW
12010 *) as_fn_append ac_config_targets " $1"
12011 ac_need_defaults=false ;;
b7026657
AC
12012
12013 esac
12014 shift
12015done
12016
12017ac_configure_extra_args=
12018
12019if $ac_cs_silent; then
12020 exec 6>/dev/null
12021 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12022fi
12023
b7026657 12024_ACEOF
81ecdfbb 12025cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12026if \$ac_cs_recheck; then
d0ac1c44 12027 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12028 shift
12029 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12030 CONFIG_SHELL='$SHELL'
12031 export CONFIG_SHELL
12032 exec "\$@"
b7026657 12033fi
c906108c 12034
b7026657 12035_ACEOF
81ecdfbb
RW
12036cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12037exec 5>>config.log
12038{
12039 echo
12040 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12041## Running $as_me. ##
12042_ASBOX
12043 $as_echo "$ac_log"
12044} >&5
c906108c 12045
81ecdfbb
RW
12046_ACEOF
12047cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12048#
12049# INIT-COMMANDS
12050#
12051ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12052
6bb11ab3
L
12053
12054# The HP-UX ksh and POSIX shell print the target directory to stdout
12055# if CDPATH is set.
12056(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12057
12058sed_quote_subst='$sed_quote_subst'
12059double_quote_subst='$double_quote_subst'
12060delay_variable_subst='$delay_variable_subst'
12061macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12062macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12063enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12064enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12065pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12066enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12067SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12068ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12069host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12070host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12071host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12072build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12073build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12074build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12075SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12076Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12077GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12078EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12079FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12080LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12081NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12082LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12083max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12084ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12085exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12086lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12087lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12088lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12089reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12090reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12091OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12092deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12093file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12094AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12095AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12096STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12097RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12098old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12099old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12100old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12101lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12102CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12103CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12104compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12105GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12106lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12107lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12108lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12109lt_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"`'
12110objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12111MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12112lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12113lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12114lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12115lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12116lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12117need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12118DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12119NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12120LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12121OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12122OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12123libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12124shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12125extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12126archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12127enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12128export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12129whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12130compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12131old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12132old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12133archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12134archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12135module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12136module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12137with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12138allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12139no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12140hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12141hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12142hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12143hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12144hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12145hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12146hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12147hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12148inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12149link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12150fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12151always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12152export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12153exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12154include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12155prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12156file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12157variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12158need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12159need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12160version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12161runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12162shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12163shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12164libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12165library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12166soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12167install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12168postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12169postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12170finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12171finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12172hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12173sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12174sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12175hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12176enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12177enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12178enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12179old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12180striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12181
12182LTCC='$LTCC'
12183LTCFLAGS='$LTCFLAGS'
12184compiler='$compiler_DEFAULT'
12185
12186# A function that is used when there is no print builtin or printf.
12187func_fallback_echo ()
12188{
12189 eval 'cat <<_LTECHO_EOF
12190\$1
12191_LTECHO_EOF'
12192}
12193
12194# Quote evaled strings.
12195for var in SHELL \
12196ECHO \
12197SED \
12198GREP \
12199EGREP \
12200FGREP \
12201LD \
12202NM \
12203LN_S \
12204lt_SP2NL \
12205lt_NL2SP \
12206reload_flag \
12207OBJDUMP \
12208deplibs_check_method \
12209file_magic_cmd \
12210AR \
12211AR_FLAGS \
12212STRIP \
12213RANLIB \
12214CC \
12215CFLAGS \
12216compiler \
12217lt_cv_sys_global_symbol_pipe \
12218lt_cv_sys_global_symbol_to_cdecl \
12219lt_cv_sys_global_symbol_to_c_name_address \
12220lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12221lt_prog_compiler_no_builtin_flag \
12222lt_prog_compiler_wl \
12223lt_prog_compiler_pic \
12224lt_prog_compiler_static \
12225lt_cv_prog_compiler_c_o \
12226need_locks \
12227DSYMUTIL \
12228NMEDIT \
12229LIPO \
12230OTOOL \
12231OTOOL64 \
12232shrext_cmds \
12233export_dynamic_flag_spec \
12234whole_archive_flag_spec \
12235compiler_needs_object \
12236with_gnu_ld \
12237allow_undefined_flag \
12238no_undefined_flag \
12239hardcode_libdir_flag_spec \
12240hardcode_libdir_flag_spec_ld \
12241hardcode_libdir_separator \
12242fix_srcfile_path \
12243exclude_expsyms \
12244include_expsyms \
12245file_list_spec \
12246variables_saved_for_relink \
12247libname_spec \
12248library_names_spec \
12249soname_spec \
12250install_override_mode \
12251finish_eval \
12252old_striplib \
12253striplib; do
12254 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12255 *[\\\\\\\`\\"\\\$]*)
12256 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12257 ;;
12258 *)
12259 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12260 ;;
12261 esac
12262done
12263
12264# Double-quote double-evaled strings.
12265for var in reload_cmds \
12266old_postinstall_cmds \
12267old_postuninstall_cmds \
12268old_archive_cmds \
12269extract_expsyms_cmds \
12270old_archive_from_new_cmds \
12271old_archive_from_expsyms_cmds \
12272archive_cmds \
12273archive_expsym_cmds \
12274module_cmds \
12275module_expsym_cmds \
12276export_symbols_cmds \
12277prelink_cmds \
12278postinstall_cmds \
12279postuninstall_cmds \
12280finish_cmds \
12281sys_lib_search_path_spec \
12282sys_lib_dlsearch_path_spec; do
12283 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12284 *[\\\\\\\`\\"\\\$]*)
12285 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12286 ;;
12287 *)
12288 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12289 ;;
12290 esac
12291done
12292
12293ac_aux_dir='$ac_aux_dir'
12294xsi_shell='$xsi_shell'
12295lt_shell_append='$lt_shell_append'
12296
12297# See if we are running on zsh, and set the options which allow our
12298# commands through without removal of \ escapes INIT.
12299if test -n "\${ZSH_VERSION+set}" ; then
12300 setopt NO_GLOB_SUBST
12301fi
12302
12303
12304 PACKAGE='$PACKAGE'
12305 VERSION='$VERSION'
12306 TIMESTAMP='$TIMESTAMP'
12307 RM='$RM'
12308 ofile='$ofile'
12309
12310
12311
12312
81ecdfbb 12313_ACEOF
c906108c 12314
81ecdfbb 12315cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 12316
81ecdfbb 12317# Handling of arguments.
b7026657 12318for ac_config_target in $ac_config_targets
c906108c 12319do
81ecdfbb 12320 case $ac_config_target in
db2e4d67 12321 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12322 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12323 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12324 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12325 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12326 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12327 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12328
d0ac1c44 12329 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
12330 esac
12331done
12332
81ecdfbb 12333
b7026657
AC
12334# If the user did not use the arguments to specify the items to instantiate,
12335# then the envvar interface is used. Set only those that are not.
12336# We use the long form for the default assignment because of an extremely
12337# bizarre bug on SunOS 4.1.3.
12338if $ac_need_defaults; then
12339 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
b7026657
AC
12340 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12341fi
12342
12343# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12344# simply because there is no reason against having it here, and in addition,
b7026657 12345# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12346# Hook for its removal unless debugging.
12347# Note that there is a small window in which the directory will not be cleaned:
12348# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12349$debug ||
12350{
d0ac1c44 12351 tmp= ac_tmp=
81ecdfbb 12352 trap 'exit_status=$?
d0ac1c44
SM
12353 : "${ac_tmp:=$tmp}"
12354 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12355' 0
12356 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12357}
b7026657 12358# Create a (secure) tmp directory for tmp files.
c906108c 12359
b7026657 12360{
81ecdfbb 12361 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12362 test -d "$tmp"
b7026657
AC
12363} ||
12364{
81ecdfbb
RW
12365 tmp=./conf$$-$RANDOM
12366 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12367} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12368ac_tmp=$tmp
b7026657 12369
81ecdfbb
RW
12370# Set up the scripts for CONFIG_FILES section.
12371# No need to generate them if there are no CONFIG_FILES.
12372# This happens for instance with `./config.status config.h'.
12373if test -n "$CONFIG_FILES"; then
b7026657 12374
c906108c 12375
81ecdfbb
RW
12376ac_cr=`echo X | tr X '\015'`
12377# On cygwin, bash can eat \r inside `` if the user requested igncr.
12378# But we know of no other shell where ac_cr would be empty at this
12379# point, so we can use a bashism as a fallback.
12380if test "x$ac_cr" = x; then
12381 eval ac_cr=\$\'\\r\'
12382fi
12383ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12384if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12385 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12386else
12387 ac_cs_awk_cr=$ac_cr
12388fi
b7026657 12389
d0ac1c44 12390echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12391_ACEOF
12392
c906108c 12393
81ecdfbb
RW
12394{
12395 echo "cat >conf$$subs.awk <<_ACEOF" &&
12396 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12397 echo "_ACEOF"
12398} >conf$$subs.sh ||
d0ac1c44
SM
12399 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12400ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12401ac_delim='%!_!# '
12402for ac_last_try in false false false false false :; do
12403 . ./conf$$subs.sh ||
d0ac1c44 12404 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12405
12406 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12407 if test $ac_delim_n = $ac_delim_num; then
12408 break
12409 elif $ac_last_try; then
d0ac1c44 12410 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 12411 else
81ecdfbb
RW
12412 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12413 fi
12414done
12415rm -f conf$$subs.sh
12416
12417cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12418cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
12419_ACEOF
12420sed -n '
12421h
12422s/^/S["/; s/!.*/"]=/
12423p
12424g
12425s/^[^!]*!//
12426:repl
12427t repl
12428s/'"$ac_delim"'$//
12429t delim
12430:nl
12431h
d0ac1c44 12432s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12433t more1
12434s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12435p
12436n
12437b repl
12438:more1
12439s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12440p
12441g
12442s/.\{148\}//
12443t nl
12444:delim
12445h
d0ac1c44 12446s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12447t more2
12448s/["\\]/\\&/g; s/^/"/; s/$/"/
12449p
12450b
12451:more2
12452s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12453p
12454g
12455s/.\{148\}//
12456t delim
12457' <conf$$subs.awk | sed '
12458/^[^""]/{
12459 N
12460 s/\n//
12461}
12462' >>$CONFIG_STATUS || ac_write_fail=1
12463rm -f conf$$subs.awk
12464cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12465_ACAWK
d0ac1c44 12466cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12467 for (key in S) S_is_set[key] = 1
12468 FS = "\a"
b7026657 12469
81ecdfbb
RW
12470}
12471{
12472 line = $ 0
12473 nfields = split(line, field, "@")
12474 substed = 0
12475 len = length(field[1])
12476 for (i = 2; i < nfields; i++) {
12477 key = field[i]
12478 keylen = length(key)
12479 if (S_is_set[key]) {
12480 value = S[key]
12481 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12482 len += length(value) + length(field[++i])
12483 substed = 1
12484 } else
12485 len += 1 + keylen
12486 }
12487
12488 print line
12489}
c906108c 12490
81ecdfbb
RW
12491_ACAWK
12492_ACEOF
12493cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12494if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12495 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12496else
81ecdfbb 12497 cat
d0ac1c44
SM
12498fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12499 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12500_ACEOF
b7026657 12501
d0ac1c44
SM
12502# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12503# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12504# trailing colons and then remove the whole line if VPATH becomes empty
12505# (actually we leave an empty line to preserve line numbers).
12506if test "x$srcdir" = x.; then
d0ac1c44
SM
12507 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12508h
12509s///
12510s/^/:/
12511s/[ ]*$/:/
12512s/:\$(srcdir):/:/g
12513s/:\${srcdir}:/:/g
12514s/:@srcdir@:/:/g
12515s/^:*//
81ecdfbb 12516s/:*$//
d0ac1c44
SM
12517x
12518s/\(=[ ]*\).*/\1/
12519G
12520s/\n//
81ecdfbb
RW
12521s/^[^=]*=[ ]*$//
12522}'
12523fi
c906108c 12524
81ecdfbb
RW
12525cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12526fi # test -n "$CONFIG_FILES"
c906108c 12527
81ecdfbb 12528
52d37d2c 12529eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
12530shift
12531for ac_tag
12532do
12533 case $ac_tag in
12534 :[FHLC]) ac_mode=$ac_tag; continue;;
c906108c 12535 esac
81ecdfbb
RW
12536 case $ac_mode$ac_tag in
12537 :[FHL]*:*);;
d0ac1c44 12538 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12539 :[FH]-) ac_tag=-:-;;
12540 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12541 esac
12542 ac_save_IFS=$IFS
12543 IFS=:
12544 set x $ac_tag
12545 IFS=$ac_save_IFS
12546 shift
12547 ac_file=$1
12548 shift
c906108c 12549
81ecdfbb
RW
12550 case $ac_mode in
12551 :L) ac_source=$1;;
12552 :[FH])
12553 ac_file_inputs=
12554 for ac_f
12555 do
12556 case $ac_f in
d0ac1c44 12557 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12558 *) # Look for the file first in the build tree, then in the source tree
12559 # (if the path is not absolute). The absolute path cannot be DOS-style,
12560 # because $ac_f cannot contain `:'.
12561 test -f "$ac_f" ||
12562 case $ac_f in
12563 [\\/$]*) false;;
12564 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12565 esac ||
d0ac1c44 12566 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12567 esac
81ecdfbb
RW
12568 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12569 as_fn_append ac_file_inputs " '$ac_f'"
12570 done
b7026657 12571
81ecdfbb
RW
12572 # Let's still pretend it is `configure' which instantiates (i.e., don't
12573 # use $as_me), people would be surprised to read:
12574 # /* config.h. Generated by config.status. */
12575 configure_input='Generated from '`
12576 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12577 `' by configure.'
12578 if test x"$ac_file" != x-; then
12579 configure_input="$ac_file. $configure_input"
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12581$as_echo "$as_me: creating $ac_file" >&6;}
12582 fi
12583 # Neutralize special characters interpreted by sed in replacement strings.
12584 case $configure_input in #(
12585 *\&* | *\|* | *\\* )
12586 ac_sed_conf_input=`$as_echo "$configure_input" |
12587 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12588 *) ac_sed_conf_input=$configure_input;;
12589 esac
b7026657 12590
81ecdfbb 12591 case $ac_tag in
d0ac1c44
SM
12592 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12593 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12594 esac
12595 ;;
12596 esac
b7026657 12597
81ecdfbb 12598 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12599$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12600 X"$ac_file" : 'X\(//\)[^/]' \| \
12601 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12602 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12603$as_echo X"$ac_file" |
12604 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12605 s//\1/
12606 q
12607 }
12608 /^X\(\/\/\)[^/].*/{
12609 s//\1/
12610 q
12611 }
12612 /^X\(\/\/\)$/{
12613 s//\1/
12614 q
12615 }
12616 /^X\(\/\).*/{
12617 s//\1/
12618 q
12619 }
12620 s/.*/./; q'`
12621 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12622 ac_builddir=.
12623
81ecdfbb
RW
12624case "$ac_dir" in
12625.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12626*)
12627 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12628 # A ".." for each directory in $ac_dir_suffix.
12629 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12630 case $ac_top_builddir_sub in
12631 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12632 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12633 esac ;;
12634esac
12635ac_abs_top_builddir=$ac_pwd
12636ac_abs_builddir=$ac_pwd$ac_dir_suffix
12637# for backward compatibility:
12638ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12639
12640case $srcdir in
81ecdfbb 12641 .) # We are building in place.
b7026657 12642 ac_srcdir=.
81ecdfbb
RW
12643 ac_top_srcdir=$ac_top_builddir_sub
12644 ac_abs_top_srcdir=$ac_pwd ;;
12645 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12646 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12647 ac_top_srcdir=$srcdir
12648 ac_abs_top_srcdir=$srcdir ;;
12649 *) # Relative name.
12650 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12651 ac_top_srcdir=$ac_top_build_prefix$srcdir
12652 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12653esac
81ecdfbb 12654ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12655
c906108c 12656
81ecdfbb
RW
12657 case $ac_mode in
12658 :F)
12659 #
12660 # CONFIG_FILE
12661 #
b7026657 12662
81ecdfbb
RW
12663 case $INSTALL in
12664 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12665 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 12666 esac
81ecdfbb 12667_ACEOF
c906108c 12668
81ecdfbb
RW
12669cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12670# If the template does not know about datarootdir, expand it.
12671# FIXME: This hack should be removed a few years after 2.60.
12672ac_datarootdir_hack=; ac_datarootdir_seen=
12673ac_sed_dataroot='
12674/datarootdir/ {
12675 p
12676 q
12677}
12678/@datadir@/p
12679/@docdir@/p
12680/@infodir@/p
12681/@localedir@/p
12682/@mandir@/p'
12683case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12684*datarootdir*) ac_datarootdir_seen=yes;;
12685*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12687$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12688_ACEOF
12689cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12690 ac_datarootdir_hack='
12691 s&@datadir@&$datadir&g
12692 s&@docdir@&$docdir&g
12693 s&@infodir@&$infodir&g
12694 s&@localedir@&$localedir&g
12695 s&@mandir@&$mandir&g
12696 s&\\\${datarootdir}&$datarootdir&g' ;;
12697esac
b7026657 12698_ACEOF
b7026657 12699
81ecdfbb
RW
12700# Neutralize VPATH when `$srcdir' = `.'.
12701# Shell code in configure.ac might set extrasub.
12702# FIXME: do we really want to maintain this feature?
12703cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12704ac_sed_extra="$ac_vpsub
12705$extrasub
12706_ACEOF
12707cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12708:t
12709/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12710s|@configure_input@|$ac_sed_conf_input|;t t
12711s&@top_builddir@&$ac_top_builddir_sub&;t t
12712s&@top_build_prefix@&$ac_top_build_prefix&;t t
12713s&@srcdir@&$ac_srcdir&;t t
12714s&@abs_srcdir@&$ac_abs_srcdir&;t t
12715s&@top_srcdir@&$ac_top_srcdir&;t t
12716s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12717s&@builddir@&$ac_builddir&;t t
12718s&@abs_builddir@&$ac_abs_builddir&;t t
12719s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12720s&@INSTALL@&$ac_INSTALL&;t t
12721$ac_datarootdir_hack
12722"
d0ac1c44
SM
12723eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12724 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12725
12726test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12727 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12728 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12729 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12731which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12732$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12733which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12734
d0ac1c44 12735 rm -f "$ac_tmp/stdin"
81ecdfbb 12736 case $ac_file in
d0ac1c44
SM
12737 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12738 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12739 esac \
d0ac1c44 12740 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12741 ;;
52d37d2c 12742
b7026657 12743
81ecdfbb
RW
12744 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12745$as_echo "$as_me: executing $ac_file commands" >&6;}
12746 ;;
12747 esac
b7026657
AC
12748
12749
81ecdfbb 12750 case $ac_file$ac_mode in
db2e4d67 12751 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12752 "libtool":C)
12753
12754 # See if we are running on zsh, and set the options which allow our
12755 # commands through without removal of \ escapes.
12756 if test -n "${ZSH_VERSION+set}" ; then
12757 setopt NO_GLOB_SUBST
12758 fi
12759
12760 cfgfile="${ofile}T"
12761 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12762 $RM "$cfgfile"
12763
12764 cat <<_LT_EOF >> "$cfgfile"
12765#! $SHELL
12766
12767# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12768# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12769# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12770# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12771#
12772# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12773# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12774# Written by Gordon Matzigkeit, 1996
12775#
12776# This file is part of GNU Libtool.
12777#
12778# GNU Libtool is free software; you can redistribute it and/or
12779# modify it under the terms of the GNU General Public License as
12780# published by the Free Software Foundation; either version 2 of
12781# the License, or (at your option) any later version.
12782#
12783# As a special exception to the GNU General Public License,
12784# if you distribute this file as part of a program or library that
12785# is built using GNU Libtool, you may include this file under the
12786# same distribution terms that you use for the rest of that program.
12787#
12788# GNU Libtool is distributed in the hope that it will be useful,
12789# but WITHOUT ANY WARRANTY; without even the implied warranty of
12790# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12791# GNU General Public License for more details.
12792#
12793# You should have received a copy of the GNU General Public License
12794# along with GNU Libtool; see the file COPYING. If not, a copy
12795# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12796# obtained by writing to the Free Software Foundation, Inc.,
12797# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12798
12799
12800# The names of the tagged configurations supported by this script.
12801available_tags=""
12802
12803# ### BEGIN LIBTOOL CONFIG
12804
12805# Which release of libtool.m4 was used?
12806macro_version=$macro_version
12807macro_revision=$macro_revision
12808
12809# Whether or not to build shared libraries.
12810build_libtool_libs=$enable_shared
12811
12812# Whether or not to build static libraries.
12813build_old_libs=$enable_static
12814
12815# What type of objects to build.
12816pic_mode=$pic_mode
12817
12818# Whether or not to optimize for fast installation.
12819fast_install=$enable_fast_install
12820
12821# Shell to use when invoking shell scripts.
12822SHELL=$lt_SHELL
12823
12824# An echo program that protects backslashes.
12825ECHO=$lt_ECHO
12826
12827# The host system.
12828host_alias=$host_alias
12829host=$host
12830host_os=$host_os
12831
12832# The build system.
12833build_alias=$build_alias
12834build=$build
12835build_os=$build_os
12836
12837# A sed program that does not truncate output.
12838SED=$lt_SED
12839
12840# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12841Xsed="\$SED -e 1s/^X//"
12842
12843# A grep program that handles long lines.
12844GREP=$lt_GREP
12845
12846# An ERE matcher.
12847EGREP=$lt_EGREP
12848
12849# A literal string matcher.
12850FGREP=$lt_FGREP
12851
12852# A BSD- or MS-compatible name lister.
12853NM=$lt_NM
12854
12855# Whether we need soft or hard links.
12856LN_S=$lt_LN_S
12857
12858# What is the maximum length of a command?
12859max_cmd_len=$max_cmd_len
12860
12861# Object file suffix (normally "o").
12862objext=$ac_objext
12863
12864# Executable file suffix (normally "").
12865exeext=$exeext
12866
12867# whether the shell understands "unset".
12868lt_unset=$lt_unset
12869
12870# turn spaces into newlines.
12871SP2NL=$lt_lt_SP2NL
12872
12873# turn newlines into spaces.
12874NL2SP=$lt_lt_NL2SP
12875
12876# An object symbol dumper.
12877OBJDUMP=$lt_OBJDUMP
12878
12879# Method to check whether dependent libraries are shared objects.
12880deplibs_check_method=$lt_deplibs_check_method
12881
12882# Command to use when deplibs_check_method == "file_magic".
12883file_magic_cmd=$lt_file_magic_cmd
12884
12885# The archiver.
12886AR=$lt_AR
12887AR_FLAGS=$lt_AR_FLAGS
12888
12889# A symbol stripping program.
12890STRIP=$lt_STRIP
12891
12892# Commands used to install an old-style archive.
12893RANLIB=$lt_RANLIB
12894old_postinstall_cmds=$lt_old_postinstall_cmds
12895old_postuninstall_cmds=$lt_old_postuninstall_cmds
12896
12897# Whether to use a lock for old archive extraction.
12898lock_old_archive_extraction=$lock_old_archive_extraction
12899
12900# A C compiler.
12901LTCC=$lt_CC
12902
12903# LTCC compiler flags.
12904LTCFLAGS=$lt_CFLAGS
12905
12906# Take the output of nm and produce a listing of raw symbols and C names.
12907global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12908
12909# Transform the output of nm in a proper C declaration.
12910global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12911
12912# Transform the output of nm in a C name address pair.
12913global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12914
12915# Transform the output of nm in a C name address pair when lib prefix is needed.
12916global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12917
12918# The name of the directory that contains temporary libtool files.
12919objdir=$objdir
12920
12921# Used to examine libraries when file_magic_cmd begins with "file".
12922MAGIC_CMD=$MAGIC_CMD
12923
12924# Must we lock files when doing compilation?
12925need_locks=$lt_need_locks
12926
12927# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12928DSYMUTIL=$lt_DSYMUTIL
12929
12930# Tool to change global to local symbols on Mac OS X.
12931NMEDIT=$lt_NMEDIT
12932
12933# Tool to manipulate fat objects and archives on Mac OS X.
12934LIPO=$lt_LIPO
12935
12936# ldd/readelf like tool for Mach-O binaries on Mac OS X.
12937OTOOL=$lt_OTOOL
12938
12939# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12940OTOOL64=$lt_OTOOL64
12941
12942# Old archive suffix (normally "a").
12943libext=$libext
12944
12945# Shared library suffix (normally ".so").
12946shrext_cmds=$lt_shrext_cmds
12947
12948# The commands to extract the exported symbol list from a shared archive.
12949extract_expsyms_cmds=$lt_extract_expsyms_cmds
12950
12951# Variables whose values should be saved in libtool wrapper scripts and
12952# restored at link time.
12953variables_saved_for_relink=$lt_variables_saved_for_relink
12954
12955# Do we need the "lib" prefix for modules?
12956need_lib_prefix=$need_lib_prefix
12957
12958# Do we need a version for libraries?
12959need_version=$need_version
12960
12961# Library versioning type.
12962version_type=$version_type
12963
12964# Shared library runtime path variable.
12965runpath_var=$runpath_var
12966
12967# Shared library path variable.
12968shlibpath_var=$shlibpath_var
12969
12970# Is shlibpath searched before the hard-coded library search path?
12971shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12972
12973# Format of library name prefix.
12974libname_spec=$lt_libname_spec
12975
12976# List of archive names. First name is the real one, the rest are links.
12977# The last name is the one that the linker finds with -lNAME
12978library_names_spec=$lt_library_names_spec
12979
12980# The coded name of the library, if different from the real name.
12981soname_spec=$lt_soname_spec
12982
12983# Permission mode override for installation of shared libraries.
12984install_override_mode=$lt_install_override_mode
12985
12986# Command to use after installation of a shared archive.
12987postinstall_cmds=$lt_postinstall_cmds
12988
12989# Command to use after uninstallation of a shared archive.
12990postuninstall_cmds=$lt_postuninstall_cmds
12991
12992# Commands used to finish a libtool library installation in a directory.
12993finish_cmds=$lt_finish_cmds
12994
12995# As "finish_cmds", except a single script fragment to be evaled but
12996# not shown.
12997finish_eval=$lt_finish_eval
12998
12999# Whether we should hardcode library paths into libraries.
13000hardcode_into_libs=$hardcode_into_libs
13001
13002# Compile-time system search path for libraries.
13003sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13004
13005# Run-time system search path for libraries.
13006sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13007
13008# Whether dlopen is supported.
13009dlopen_support=$enable_dlopen
13010
13011# Whether dlopen of programs is supported.
13012dlopen_self=$enable_dlopen_self
13013
13014# Whether dlopen of statically linked programs is supported.
13015dlopen_self_static=$enable_dlopen_self_static
13016
13017# Commands to strip libraries.
13018old_striplib=$lt_old_striplib
13019striplib=$lt_striplib
13020
13021
13022# The linker used to build libraries.
13023LD=$lt_LD
13024
13025# How to create reloadable object files.
13026reload_flag=$lt_reload_flag
13027reload_cmds=$lt_reload_cmds
13028
13029# Commands used to build an old-style archive.
13030old_archive_cmds=$lt_old_archive_cmds
13031
13032# A language specific compiler.
13033CC=$lt_compiler
13034
13035# Is the compiler the GNU compiler?
13036with_gcc=$GCC
13037
13038# Compiler flag to turn off builtin functions.
13039no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13040
13041# How to pass a linker flag through the compiler.
13042wl=$lt_lt_prog_compiler_wl
13043
13044# Additional compiler flags for building library objects.
13045pic_flag=$lt_lt_prog_compiler_pic
13046
13047# Compiler flag to prevent dynamic linking.
13048link_static_flag=$lt_lt_prog_compiler_static
13049
13050# Does compiler simultaneously support -c and -o options?
13051compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13052
13053# Whether or not to add -lc for building shared libraries.
13054build_libtool_need_lc=$archive_cmds_need_lc
13055
13056# Whether or not to disallow shared libs when runtime libs are static.
13057allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13058
13059# Compiler flag to allow reflexive dlopens.
13060export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13061
13062# Compiler flag to generate shared objects directly from archives.
13063whole_archive_flag_spec=$lt_whole_archive_flag_spec
13064
13065# Whether the compiler copes with passing no objects directly.
13066compiler_needs_object=$lt_compiler_needs_object
13067
13068# Create an old-style archive from a shared archive.
13069old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13070
13071# Create a temporary old-style archive to link instead of a shared archive.
13072old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13073
13074# Commands used to build a shared archive.
13075archive_cmds=$lt_archive_cmds
13076archive_expsym_cmds=$lt_archive_expsym_cmds
13077
13078# Commands used to build a loadable module if different from building
13079# a shared archive.
13080module_cmds=$lt_module_cmds
13081module_expsym_cmds=$lt_module_expsym_cmds
13082
13083# Whether we are building with GNU ld or not.
13084with_gnu_ld=$lt_with_gnu_ld
13085
13086# Flag that allows shared libraries with undefined symbols to be built.
13087allow_undefined_flag=$lt_allow_undefined_flag
13088
13089# Flag that enforces no undefined symbols.
13090no_undefined_flag=$lt_no_undefined_flag
13091
13092# Flag to hardcode \$libdir into a binary during linking.
13093# This must work even if \$libdir does not exist
13094hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13095
13096# If ld is used when linking, flag to hardcode \$libdir into a binary
13097# during linking. This must work even if \$libdir does not exist.
13098hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13099
13100# Whether we need a single "-rpath" flag with a separated argument.
13101hardcode_libdir_separator=$lt_hardcode_libdir_separator
13102
13103# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13104# DIR into the resulting binary.
13105hardcode_direct=$hardcode_direct
13106
13107# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13108# DIR into the resulting binary and the resulting library dependency is
13109# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13110# library is relocated.
13111hardcode_direct_absolute=$hardcode_direct_absolute
13112
13113# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13114# into the resulting binary.
13115hardcode_minus_L=$hardcode_minus_L
13116
13117# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13118# into the resulting binary.
13119hardcode_shlibpath_var=$hardcode_shlibpath_var
13120
13121# Set to "yes" if building a shared library automatically hardcodes DIR
13122# into the library and all subsequent libraries and executables linked
13123# against it.
13124hardcode_automatic=$hardcode_automatic
13125
13126# Set to yes if linker adds runtime paths of dependent libraries
13127# to runtime path list.
13128inherit_rpath=$inherit_rpath
13129
13130# Whether libtool must link a program against all its dependency libraries.
13131link_all_deplibs=$link_all_deplibs
13132
13133# Fix the shell variable \$srcfile for the compiler.
13134fix_srcfile_path=$lt_fix_srcfile_path
13135
13136# Set to "yes" if exported symbols are required.
13137always_export_symbols=$always_export_symbols
13138
13139# The commands to list exported symbols.
13140export_symbols_cmds=$lt_export_symbols_cmds
13141
13142# Symbols that should not be listed in the preloaded symbols.
13143exclude_expsyms=$lt_exclude_expsyms
13144
13145# Symbols that must always be exported.
13146include_expsyms=$lt_include_expsyms
13147
13148# Commands necessary for linking programs (against libraries) with templates.
13149prelink_cmds=$lt_prelink_cmds
13150
13151# Specify filename containing input files.
13152file_list_spec=$lt_file_list_spec
13153
13154# How to hardcode a shared library path into an executable.
13155hardcode_action=$hardcode_action
13156
13157# ### END LIBTOOL CONFIG
13158
13159_LT_EOF
13160
13161 case $host_os in
13162 aix3*)
13163 cat <<\_LT_EOF >> "$cfgfile"
13164# AIX sometimes has problems with the GCC collect2 program. For some
13165# reason, if we set the COLLECT_NAMES environment variable, the problems
13166# vanish in a puff of smoke.
13167if test "X${COLLECT_NAMES+set}" != Xset; then
13168 COLLECT_NAMES=
13169 export COLLECT_NAMES
13170fi
13171_LT_EOF
13172 ;;
13173 esac
13174
13175
13176ltmain="$ac_aux_dir/ltmain.sh"
13177
13178
13179 # We use sed instead of cat because bash on DJGPP gets confused if
13180 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13181 # text mode, it properly converts lines to CR/LF. This bash problem
13182 # is reportedly fixed, but why not run on old versions too?
13183 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13184 || (rm -f "$cfgfile"; exit 1)
13185
13186 case $xsi_shell in
13187 yes)
13188 cat << \_LT_EOF >> "$cfgfile"
13189
13190# func_dirname file append nondir_replacement
13191# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13192# otherwise set result to NONDIR_REPLACEMENT.
13193func_dirname ()
13194{
13195 case ${1} in
13196 */*) func_dirname_result="${1%/*}${2}" ;;
13197 * ) func_dirname_result="${3}" ;;
13198 esac
13199}
13200
13201# func_basename file
13202func_basename ()
13203{
13204 func_basename_result="${1##*/}"
13205}
13206
13207# func_dirname_and_basename file append nondir_replacement
13208# perform func_basename and func_dirname in a single function
13209# call:
13210# dirname: Compute the dirname of FILE. If nonempty,
13211# add APPEND to the result, otherwise set result
13212# to NONDIR_REPLACEMENT.
13213# value returned in "$func_dirname_result"
13214# basename: Compute filename of FILE.
13215# value retuned in "$func_basename_result"
13216# Implementation must be kept synchronized with func_dirname
13217# and func_basename. For efficiency, we do not delegate to
13218# those functions but instead duplicate the functionality here.
13219func_dirname_and_basename ()
13220{
13221 case ${1} in
13222 */*) func_dirname_result="${1%/*}${2}" ;;
13223 * ) func_dirname_result="${3}" ;;
13224 esac
13225 func_basename_result="${1##*/}"
13226}
13227
13228# func_stripname prefix suffix name
13229# strip PREFIX and SUFFIX off of NAME.
13230# PREFIX and SUFFIX must not contain globbing or regex special
13231# characters, hashes, percent signs, but SUFFIX may contain a leading
13232# dot (in which case that matches only a dot).
13233func_stripname ()
13234{
13235 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13236 # positional parameters, so assign one to ordinary parameter first.
13237 func_stripname_result=${3}
13238 func_stripname_result=${func_stripname_result#"${1}"}
13239 func_stripname_result=${func_stripname_result%"${2}"}
13240}
13241
13242# func_opt_split
13243func_opt_split ()
13244{
13245 func_opt_split_opt=${1%%=*}
13246 func_opt_split_arg=${1#*=}
13247}
13248
13249# func_lo2o object
13250func_lo2o ()
13251{
13252 case ${1} in
13253 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13254 *) func_lo2o_result=${1} ;;
13255 esac
13256}
13257
13258# func_xform libobj-or-source
13259func_xform ()
13260{
13261 func_xform_result=${1%.*}.lo
13262}
13263
13264# func_arith arithmetic-term...
13265func_arith ()
13266{
13267 func_arith_result=$(( $* ))
13268}
13269
13270# func_len string
13271# STRING may not start with a hyphen.
13272func_len ()
13273{
13274 func_len_result=${#1}
13275}
13276
13277_LT_EOF
13278 ;;
13279 *) # Bourne compatible functions.
13280 cat << \_LT_EOF >> "$cfgfile"
13281
13282# func_dirname file append nondir_replacement
13283# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13284# otherwise set result to NONDIR_REPLACEMENT.
13285func_dirname ()
13286{
13287 # Extract subdirectory from the argument.
13288 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13289 if test "X$func_dirname_result" = "X${1}"; then
13290 func_dirname_result="${3}"
13291 else
13292 func_dirname_result="$func_dirname_result${2}"
13293 fi
13294}
13295
13296# func_basename file
13297func_basename ()
13298{
13299 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13300}
13301
13302
13303# func_stripname prefix suffix name
13304# strip PREFIX and SUFFIX off of NAME.
13305# PREFIX and SUFFIX must not contain globbing or regex special
13306# characters, hashes, percent signs, but SUFFIX may contain a leading
13307# dot (in which case that matches only a dot).
13308# func_strip_suffix prefix name
13309func_stripname ()
13310{
13311 case ${2} in
13312 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13313 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13314 esac
13315}
13316
13317# sed scripts:
13318my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13319my_sed_long_arg='1s/^-[^=]*=//'
13320
13321# func_opt_split
13322func_opt_split ()
13323{
13324 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13325 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13326}
13327
13328# func_lo2o object
13329func_lo2o ()
13330{
13331 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13332}
13333
13334# func_xform libobj-or-source
13335func_xform ()
13336{
13337 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13338}
13339
13340# func_arith arithmetic-term...
13341func_arith ()
13342{
13343 func_arith_result=`expr "$@"`
13344}
13345
13346# func_len string
13347# STRING may not start with a hyphen.
13348func_len ()
13349{
13350 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13351}
13352
13353_LT_EOF
13354esac
13355
13356case $lt_shell_append in
13357 yes)
13358 cat << \_LT_EOF >> "$cfgfile"
13359
13360# func_append var value
13361# Append VALUE to the end of shell variable VAR.
13362func_append ()
13363{
13364 eval "$1+=\$2"
13365}
13366_LT_EOF
13367 ;;
13368 *)
13369 cat << \_LT_EOF >> "$cfgfile"
13370
13371# func_append var value
13372# Append VALUE to the end of shell variable VAR.
13373func_append ()
13374{
13375 eval "$1=\$$1\$2"
13376}
13377
13378_LT_EOF
13379 ;;
13380 esac
13381
13382
13383 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13384 || (rm -f "$cfgfile"; exit 1)
13385
13386 mv -f "$cfgfile" "$ofile" ||
13387 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13388 chmod +x "$ofile"
13389
13390 ;;
81ecdfbb 13391 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13392 rm -f Makesim1.tmp Makesim2.tmp Makefile
13393 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13394 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13395 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
13396 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13397 <Makefile.sim >Makefile
38f48d72 13398 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13399 ;;
81ecdfbb
RW
13400 "stamp-h":C) echo > stamp-h ;;
13401
b7026657 13402 esac
81ecdfbb 13403done # for ac_tag
c906108c 13404
b7026657 13405
81ecdfbb 13406as_fn_exit 0
b7026657 13407_ACEOF
b7026657
AC
13408ac_clean_files=$ac_clean_files_save
13409
81ecdfbb 13410test $ac_write_fail = 0 ||
d0ac1c44 13411 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13412
b7026657
AC
13413
13414# configure is writing to config.log, and then calls config.status.
13415# config.status does its own redirection, appending to config.log.
13416# Unfortunately, on DOS this fails, as config.log is still kept open
13417# by configure, so config.status won't be able to write to it; its
13418# output is simply discarded. So we exec the FD to /dev/null,
13419# effectively closing config.log, so it can be properly (re)opened and
13420# appended to by config.status. When coming back to configure, we
13421# need to make the FD available again.
13422if test "$no_create" != yes; then
13423 ac_cs_success=:
13424 ac_config_status_args=
13425 test "$silent" = yes &&
13426 ac_config_status_args="$ac_config_status_args --quiet"
13427 exec 5>/dev/null
13428 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13429 exec 5>>config.log
13430 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13431 # would make configure fail if this is the last instruction.
d0ac1c44 13432 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13433fi
13434if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13436$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13437fi
c906108c
SS
13438
13439
This page took 1.849258 seconds and 4 git commands to generate.