sim: unify various library testing logic
[deliverable/binutils-gdb.git] / sim / erc32 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
c906108c 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 634sim_reserved_bits
760b3e8b
MF
635sim_default_model
636sim_scache
637sim_float
760b3e8b 638sim_bitsize
81ecdfbb 639cgen_breaks
2694bce9 640READLINE_CFLAGS
81ecdfbb
RW
641READLINE
642TERMCAP
81ecdfbb 643MAINT
31e6ad7d
MF
644MAINTAINER_MODE_FALSE
645MAINTAINER_MODE_TRUE
6bb11ab3
L
646lt_cv_dlopen_libs
647OTOOL64
648OTOOL
649LIPO
650NMEDIT
651DSYMUTIL
652AWK
653STRIP
654OBJDUMP
655LN_S
656NM
657ac_ct_DUMPBIN
658DUMPBIN
659LD
660FGREP
661SED
662LIBTOOL
663PLUGINS_FALSE
664PLUGINS_TRUE
aadc9410
MF
665zlibinc
666zlibdir
81ecdfbb
RW
667CATOBJEXT
668GENCAT
669INSTOBJEXT
670DATADIRNAME
671CATALOGS
672POSUB
673GMSGFMT
674XGETTEXT
675INCINTL
676LIBINTL_DEP
677LIBINTL
678USE_NLS
db2e4d67
MF
679CCDEPMODE
680DEPDIR
681am__leading_dot
46f900c0 682C_DIALECT
81ecdfbb
RW
683RANLIB
684AR
c2783492 685LDFLAGS_FOR_BUILD
c25ea03d 686CFLAGS_FOR_BUILD
aa0fca16 687RANLIB_FOR_BUILD
81ecdfbb 688CC_FOR_BUILD
aa0fca16 689AR_FOR_BUILD
81ecdfbb
RW
690INSTALL_DATA
691INSTALL_SCRIPT
692INSTALL_PROGRAM
2232061b
MF
693EGREP
694GREP
c2783492
MF
695CPP
696OBJEXT
697EXEEXT
698ac_ct_CC
699CPPFLAGS
700LDFLAGS
701CFLAGS
702CC
81ecdfbb
RW
703target_os
704target_vendor
705target_cpu
706target
707host_os
708host_vendor
709host_cpu
710host
711build_os
712build_vendor
713build_cpu
714build
81ecdfbb
RW
715target_alias
716host_alias
717build_alias
718LIBS
719ECHO_T
720ECHO_N
721ECHO_C
722DEFS
723mandir
724localedir
725libdir
726psdir
727pdfdir
728dvidir
729htmldir
730infodir
731docdir
732oldincludedir
733includedir
734localstatedir
735sharedstatedir
736sysconfdir
737datadir
738datarootdir
739libexecdir
740sbindir
741bindir
742program_transform_name
743prefix
744exec_prefix
745PACKAGE_URL
746PACKAGE_BUGREPORT
747PACKAGE_STRING
748PACKAGE_VERSION
749PACKAGE_TARNAME
750PACKAGE_NAME
751PATH_SEPARATOR
136da8cd 752SHELL
66d055c7
MF
753sim_inline
754sim_hw
755sim_hw_objs
756sim_hw_cflags'
b7026657 757ac_subst_files=''
81ecdfbb
RW
758ac_user_opts='
759enable_option_checking
aadc9410 760with_system_zlib
6bb11ab3
L
761enable_plugins
762enable_shared
763enable_static
764with_pic
765enable_fast_install
766with_gnu_ld
767enable_libtool_lock
81ecdfbb 768enable_maintainer_mode
347fe5bb 769enable_sim_inline
66d055c7 770enable_sim_hardware
81ecdfbb
RW
771'
772 ac_precious_vars='build_alias
773host_alias
774target_alias
775CC
776CFLAGS
777LDFLAGS
778LIBS
779CPPFLAGS
780CPP'
781
c906108c
SS
782
783# Initialize some variables set by options.
b7026657
AC
784ac_init_help=
785ac_init_version=false
81ecdfbb
RW
786ac_unrecognized_opts=
787ac_unrecognized_sep=
c906108c
SS
788# The variables have the same names as the options, with
789# dashes changed to underlines.
b7026657 790cache_file=/dev/null
c906108c 791exec_prefix=NONE
c906108c 792no_create=
c906108c
SS
793no_recursion=
794prefix=NONE
795program_prefix=NONE
796program_suffix=NONE
797program_transform_name=s,x,x,
798silent=
799site=
800srcdir=
c906108c
SS
801verbose=
802x_includes=NONE
803x_libraries=NONE
b7026657
AC
804
805# Installation directory options.
806# These are left unexpanded so users can "make install exec_prefix=/foo"
807# and all the variables that are supposed to be based on exec_prefix
808# by default will actually change.
809# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 810# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
811bindir='${exec_prefix}/bin'
812sbindir='${exec_prefix}/sbin'
813libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
814datarootdir='${prefix}/share'
815datadir='${datarootdir}'
c906108c
SS
816sysconfdir='${prefix}/etc'
817sharedstatedir='${prefix}/com'
818localstatedir='${prefix}/var'
c906108c
SS
819includedir='${prefix}/include'
820oldincludedir='/usr/include'
81ecdfbb
RW
821docdir='${datarootdir}/doc/${PACKAGE}'
822infodir='${datarootdir}/info'
823htmldir='${docdir}'
824dvidir='${docdir}'
825pdfdir='${docdir}'
826psdir='${docdir}'
827libdir='${exec_prefix}/lib'
828localedir='${datarootdir}/locale'
829mandir='${datarootdir}/man'
c906108c 830
c906108c 831ac_prev=
81ecdfbb 832ac_dashdash=
c906108c
SS
833for ac_option
834do
c906108c
SS
835 # If the previous option needs an argument, assign it.
836 if test -n "$ac_prev"; then
81ecdfbb 837 eval $ac_prev=\$ac_option
c906108c
SS
838 ac_prev=
839 continue
840 fi
841
81ecdfbb 842 case $ac_option in
d0ac1c44
SM
843 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
844 *=) ac_optarg= ;;
845 *) ac_optarg=yes ;;
81ecdfbb 846 esac
c906108c
SS
847
848 # Accept the important Cygnus configure options, so we can diagnose typos.
849
81ecdfbb
RW
850 case $ac_dashdash$ac_option in
851 --)
852 ac_dashdash=yes ;;
c906108c
SS
853
854 -bindir | --bindir | --bindi | --bind | --bin | --bi)
855 ac_prev=bindir ;;
856 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 857 bindir=$ac_optarg ;;
c906108c
SS
858
859 -build | --build | --buil | --bui | --bu)
b7026657 860 ac_prev=build_alias ;;
c906108c 861 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 862 build_alias=$ac_optarg ;;
c906108c
SS
863
864 -cache-file | --cache-file | --cache-fil | --cache-fi \
865 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
866 ac_prev=cache_file ;;
867 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
868 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
869 cache_file=$ac_optarg ;;
870
871 --config-cache | -C)
872 cache_file=config.cache ;;
c906108c 873
81ecdfbb 874 -datadir | --datadir | --datadi | --datad)
c906108c 875 ac_prev=datadir ;;
81ecdfbb 876 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 877 datadir=$ac_optarg ;;
c906108c 878
81ecdfbb
RW
879 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
880 | --dataroo | --dataro | --datar)
881 ac_prev=datarootdir ;;
882 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
883 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
884 datarootdir=$ac_optarg ;;
885
c906108c 886 -disable-* | --disable-*)
81ecdfbb 887 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 888 # Reject names that are not valid shell variable names.
81ecdfbb 889 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 890 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
891 ac_useropt_orig=$ac_useropt
892 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
893 case $ac_user_opts in
894 *"
895"enable_$ac_useropt"
896"*) ;;
897 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
898 ac_unrecognized_sep=', ';;
899 esac
900 eval enable_$ac_useropt=no ;;
901
902 -docdir | --docdir | --docdi | --doc | --do)
903 ac_prev=docdir ;;
904 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
905 docdir=$ac_optarg ;;
906
907 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
908 ac_prev=dvidir ;;
909 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
910 dvidir=$ac_optarg ;;
c906108c
SS
911
912 -enable-* | --enable-*)
81ecdfbb 913 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 914 # Reject names that are not valid shell variable names.
81ecdfbb 915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 916 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
917 ac_useropt_orig=$ac_useropt
918 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
919 case $ac_user_opts in
920 *"
921"enable_$ac_useropt"
922"*) ;;
923 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
924 ac_unrecognized_sep=', ';;
c906108c 925 esac
81ecdfbb 926 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
927
928 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
929 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
930 | --exec | --exe | --ex)
931 ac_prev=exec_prefix ;;
932 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
933 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
934 | --exec=* | --exe=* | --ex=*)
b7026657 935 exec_prefix=$ac_optarg ;;
c906108c
SS
936
937 -gas | --gas | --ga | --g)
938 # Obsolete; use --with-gas.
939 with_gas=yes ;;
940
b7026657
AC
941 -help | --help | --hel | --he | -h)
942 ac_init_help=long ;;
943 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
944 ac_init_help=recursive ;;
945 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
946 ac_init_help=short ;;
c906108c
SS
947
948 -host | --host | --hos | --ho)
b7026657 949 ac_prev=host_alias ;;
c906108c 950 -host=* | --host=* | --hos=* | --ho=*)
b7026657 951 host_alias=$ac_optarg ;;
c906108c 952
81ecdfbb
RW
953 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
954 ac_prev=htmldir ;;
955 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
956 | --ht=*)
957 htmldir=$ac_optarg ;;
958
c906108c
SS
959 -includedir | --includedir | --includedi | --included | --include \
960 | --includ | --inclu | --incl | --inc)
961 ac_prev=includedir ;;
962 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
963 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 964 includedir=$ac_optarg ;;
c906108c
SS
965
966 -infodir | --infodir | --infodi | --infod | --info | --inf)
967 ac_prev=infodir ;;
968 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 969 infodir=$ac_optarg ;;
c906108c
SS
970
971 -libdir | --libdir | --libdi | --libd)
972 ac_prev=libdir ;;
973 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 974 libdir=$ac_optarg ;;
c906108c
SS
975
976 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
977 | --libexe | --libex | --libe)
978 ac_prev=libexecdir ;;
979 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
980 | --libexe=* | --libex=* | --libe=*)
b7026657 981 libexecdir=$ac_optarg ;;
c906108c 982
81ecdfbb
RW
983 -localedir | --localedir | --localedi | --localed | --locale)
984 ac_prev=localedir ;;
985 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
986 localedir=$ac_optarg ;;
987
c906108c 988 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 989 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
990 ac_prev=localstatedir ;;
991 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 992 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 993 localstatedir=$ac_optarg ;;
c906108c
SS
994
995 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
996 ac_prev=mandir ;;
997 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 998 mandir=$ac_optarg ;;
c906108c
SS
999
1000 -nfp | --nfp | --nf)
1001 # Obsolete; use --without-fp.
1002 with_fp=no ;;
1003
1004 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1005 | --no-cr | --no-c | -n)
c906108c
SS
1006 no_create=yes ;;
1007
1008 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1009 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1010 no_recursion=yes ;;
1011
1012 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1013 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1014 | --oldin | --oldi | --old | --ol | --o)
1015 ac_prev=oldincludedir ;;
1016 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1017 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1018 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1019 oldincludedir=$ac_optarg ;;
c906108c
SS
1020
1021 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1022 ac_prev=prefix ;;
1023 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1024 prefix=$ac_optarg ;;
c906108c
SS
1025
1026 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1027 | --program-pre | --program-pr | --program-p)
1028 ac_prev=program_prefix ;;
1029 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1030 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1031 program_prefix=$ac_optarg ;;
c906108c
SS
1032
1033 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1034 | --program-suf | --program-su | --program-s)
1035 ac_prev=program_suffix ;;
1036 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1037 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1038 program_suffix=$ac_optarg ;;
c906108c
SS
1039
1040 -program-transform-name | --program-transform-name \
1041 | --program-transform-nam | --program-transform-na \
1042 | --program-transform-n | --program-transform- \
1043 | --program-transform | --program-transfor \
1044 | --program-transfo | --program-transf \
1045 | --program-trans | --program-tran \
1046 | --progr-tra | --program-tr | --program-t)
1047 ac_prev=program_transform_name ;;
1048 -program-transform-name=* | --program-transform-name=* \
1049 | --program-transform-nam=* | --program-transform-na=* \
1050 | --program-transform-n=* | --program-transform-=* \
1051 | --program-transform=* | --program-transfor=* \
1052 | --program-transfo=* | --program-transf=* \
1053 | --program-trans=* | --program-tran=* \
1054 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1055 program_transform_name=$ac_optarg ;;
c906108c 1056
81ecdfbb
RW
1057 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1058 ac_prev=pdfdir ;;
1059 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1060 pdfdir=$ac_optarg ;;
1061
1062 -psdir | --psdir | --psdi | --psd | --ps)
1063 ac_prev=psdir ;;
1064 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1065 psdir=$ac_optarg ;;
1066
c906108c
SS
1067 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1068 | -silent | --silent | --silen | --sile | --sil)
1069 silent=yes ;;
1070
1071 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1072 ac_prev=sbindir ;;
1073 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1074 | --sbi=* | --sb=*)
b7026657 1075 sbindir=$ac_optarg ;;
c906108c
SS
1076
1077 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1078 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1079 | --sharedst | --shareds | --shared | --share | --shar \
1080 | --sha | --sh)
1081 ac_prev=sharedstatedir ;;
1082 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1083 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1084 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1085 | --sha=* | --sh=*)
b7026657 1086 sharedstatedir=$ac_optarg ;;
c906108c
SS
1087
1088 -site | --site | --sit)
1089 ac_prev=site ;;
1090 -site=* | --site=* | --sit=*)
b7026657 1091 site=$ac_optarg ;;
eb2d80b4 1092
c906108c
SS
1093 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1094 ac_prev=srcdir ;;
1095 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1096 srcdir=$ac_optarg ;;
c906108c
SS
1097
1098 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1099 | --syscon | --sysco | --sysc | --sys | --sy)
1100 ac_prev=sysconfdir ;;
1101 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1102 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1103 sysconfdir=$ac_optarg ;;
c906108c
SS
1104
1105 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1106 ac_prev=target_alias ;;
c906108c 1107 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1108 target_alias=$ac_optarg ;;
c906108c
SS
1109
1110 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1111 verbose=yes ;;
1112
b7026657
AC
1113 -version | --version | --versio | --versi | --vers | -V)
1114 ac_init_version=: ;;
c906108c
SS
1115
1116 -with-* | --with-*)
81ecdfbb 1117 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1118 # Reject names that are not valid shell variable names.
81ecdfbb 1119 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1120 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1121 ac_useropt_orig=$ac_useropt
1122 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1123 case $ac_user_opts in
1124 *"
1125"with_$ac_useropt"
1126"*) ;;
1127 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1128 ac_unrecognized_sep=', ';;
c906108c 1129 esac
81ecdfbb 1130 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1131
1132 -without-* | --without-*)
81ecdfbb 1133 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1134 # Reject names that are not valid shell variable names.
81ecdfbb 1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1136 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141"with_$ac_useropt"
1142"*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
1145 esac
1146 eval with_$ac_useropt=no ;;
c906108c
SS
1147
1148 --x)
1149 # Obsolete; use --with-x.
1150 with_x=yes ;;
1151
1152 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1153 | --x-incl | --x-inc | --x-in | --x-i)
1154 ac_prev=x_includes ;;
1155 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1156 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1157 x_includes=$ac_optarg ;;
c906108c
SS
1158
1159 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1160 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1161 ac_prev=x_libraries ;;
1162 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1163 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1164 x_libraries=$ac_optarg ;;
c906108c 1165
d0ac1c44
SM
1166 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1167Try \`$0 --help' for more information"
c906108c
SS
1168 ;;
1169
b7026657
AC
1170 *=*)
1171 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1172 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1173 case $ac_envvar in #(
1174 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1175 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1176 esac
1177 eval $ac_envvar=\$ac_optarg
b7026657
AC
1178 export $ac_envvar ;;
1179
c906108c 1180 *)
b7026657 1181 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1182 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1183 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1184 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1185 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1186 ;;
1187
1188 esac
1189done
1190
1191if test -n "$ac_prev"; then
b7026657 1192 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1193 as_fn_error $? "missing argument to $ac_option"
c906108c 1194fi
c906108c 1195
81ecdfbb
RW
1196if test -n "$ac_unrecognized_opts"; then
1197 case $enable_option_checking in
1198 no) ;;
d0ac1c44 1199 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1200 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1201 esac
81ecdfbb 1202fi
c906108c 1203
81ecdfbb
RW
1204# Check all directory arguments for consistency.
1205for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1206 datadir sysconfdir sharedstatedir localstatedir includedir \
1207 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1208 libdir localedir mandir
c906108c 1209do
81ecdfbb
RW
1210 eval ac_val=\$$ac_var
1211 # Remove trailing slashes.
1212 case $ac_val in
1213 */ )
1214 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1215 eval $ac_var=\$ac_val;;
1216 esac
1217 # Be sure to have absolute directory names.
b7026657 1218 case $ac_val in
81ecdfbb
RW
1219 [\\/$]* | ?:[\\/]* ) continue;;
1220 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1221 esac
d0ac1c44 1222 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1223done
1224
b7026657
AC
1225# There might be people who depend on the old broken behavior: `$host'
1226# used to hold the argument of --host etc.
1227# FIXME: To remove some day.
1228build=$build_alias
1229host=$host_alias
1230target=$target_alias
1231
1232# FIXME: To remove some day.
1233if test "x$host_alias" != x; then
1234 if test "x$build_alias" = x; then
1235 cross_compiling=maybe
b7026657
AC
1236 elif test "x$build_alias" != "x$host_alias"; then
1237 cross_compiling=yes
1238 fi
1239fi
c906108c 1240
b7026657
AC
1241ac_tool_prefix=
1242test -n "$host_alias" && ac_tool_prefix=$host_alias-
1243
1244test "$silent" = yes && exec 6>/dev/null
c906108c 1245
c906108c 1246
81ecdfbb
RW
1247ac_pwd=`pwd` && test -n "$ac_pwd" &&
1248ac_ls_di=`ls -di .` &&
1249ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1250 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1251test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1252 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1253
1254
c906108c
SS
1255# Find the source files, if location was not specified.
1256if test -z "$srcdir"; then
1257 ac_srcdir_defaulted=yes
81ecdfbb
RW
1258 # Try the directory containing this script, then the parent directory.
1259 ac_confdir=`$as_dirname -- "$as_myself" ||
1260$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1261 X"$as_myself" : 'X\(//\)[^/]' \| \
1262 X"$as_myself" : 'X\(//\)$' \| \
1263 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1264$as_echo X"$as_myself" |
1265 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1266 s//\1/
1267 q
1268 }
1269 /^X\(\/\/\)[^/].*/{
1270 s//\1/
1271 q
1272 }
1273 /^X\(\/\/\)$/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\).*/{
1278 s//\1/
1279 q
1280 }
1281 s/.*/./; q'`
c906108c 1282 srcdir=$ac_confdir
81ecdfbb 1283 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1284 srcdir=..
1285 fi
1286else
1287 ac_srcdir_defaulted=no
1288fi
81ecdfbb
RW
1289if test ! -r "$srcdir/$ac_unique_file"; then
1290 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1291 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1292fi
1293ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1294ac_abs_confdir=`(
d0ac1c44 1295 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1296 pwd)`
1297# When building in place, set srcdir=.
1298if test "$ac_abs_confdir" = "$ac_pwd"; then
1299 srcdir=.
1300fi
1301# Remove unnecessary trailing slashes from srcdir.
1302# Double slashes in file names in object file debugging info
1303# mess up M-x gdb in Emacs.
1304case $srcdir in
1305*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1306esac
1307for ac_var in $ac_precious_vars; do
1308 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1309 eval ac_env_${ac_var}_value=\$${ac_var}
1310 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1311 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1312done
c906108c 1313
b7026657
AC
1314#
1315# Report the --help message.
1316#
1317if test "$ac_init_help" = "long"; then
1318 # Omit some internal or obsolete options to make the list less imposing.
1319 # This message is too long to be a string in the A/UX 3.1 sh.
1320 cat <<_ACEOF
1321\`configure' configures this package to adapt to many kinds of systems.
c906108c 1322
b7026657 1323Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1324
b7026657
AC
1325To assign environment variables (e.g., CC, CFLAGS...), specify them as
1326VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1327
b7026657 1328Defaults for the options are specified in brackets.
c906108c 1329
b7026657
AC
1330Configuration:
1331 -h, --help display this help and exit
1332 --help=short display options specific to this package
1333 --help=recursive display the short help of all the included packages
1334 -V, --version display version information and exit
d0ac1c44 1335 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1336 --cache-file=FILE cache test results in FILE [disabled]
1337 -C, --config-cache alias for \`--cache-file=config.cache'
1338 -n, --no-create do not create output files
1339 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1340
b7026657
AC
1341Installation directories:
1342 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1343 [$ac_default_prefix]
b7026657 1344 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1345 [PREFIX]
c906108c 1346
b7026657
AC
1347By default, \`make install' will install all the files in
1348\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1349an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1350for instance \`--prefix=\$HOME'.
c906108c 1351
b7026657
AC
1352For better control, use the options below.
1353
1354Fine tuning of the installation directories:
81ecdfbb
RW
1355 --bindir=DIR user executables [EPREFIX/bin]
1356 --sbindir=DIR system admin executables [EPREFIX/sbin]
1357 --libexecdir=DIR program executables [EPREFIX/libexec]
1358 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1359 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1360 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1361 --libdir=DIR object code libraries [EPREFIX/lib]
1362 --includedir=DIR C header files [PREFIX/include]
1363 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1364 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1365 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1366 --infodir=DIR info documentation [DATAROOTDIR/info]
1367 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1368 --mandir=DIR man documentation [DATAROOTDIR/man]
1369 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1370 --htmldir=DIR html documentation [DOCDIR]
1371 --dvidir=DIR dvi documentation [DOCDIR]
1372 --pdfdir=DIR pdf documentation [DOCDIR]
1373 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1374_ACEOF
1375
1376 cat <<\_ACEOF
1377
1378Program names:
1379 --program-prefix=PREFIX prepend PREFIX to installed program names
1380 --program-suffix=SUFFIX append SUFFIX to installed program names
1381 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1382
1383System types:
1384 --build=BUILD configure for building on BUILD [guessed]
1385 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1386 --target=TARGET configure for building compilers for TARGET [HOST]
1387_ACEOF
c906108c 1388fi
b7026657
AC
1389
1390if test -n "$ac_init_help"; then
1391
1392 cat <<\_ACEOF
1393
1394Optional Features:
81ecdfbb 1395 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1396 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1397 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1398 --enable-plugins Enable support for plugins
6bb11ab3
L
1399 --enable-shared[=PKGS] build shared libraries [default=yes]
1400 --enable-static[=PKGS] build static libraries [default=yes]
1401 --enable-fast-install[=PKGS]
1402 optimize for fast installation [default=yes]
1403 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1404 --enable-maintainer-mode
1405 enable make rules and dependencies not useful (and
1406 sometimes confusing) to the casual installer
347fe5bb
MF
1407 --enable-sim-inline=inlines
1408 Specify which functions should be inlined
66d055c7
MF
1409 --enable-sim-hardware=LIST
1410 Specify the hardware to be included in the build.
b7026657 1411
6efef468
JM
1412Optional Packages:
1413 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1414 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1415 --with-system-zlib use installed libz
6bb11ab3
L
1416 --with-pic try to use only PIC/non-PIC objects [default=use
1417 both]
1418 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468 1419
b7026657
AC
1420Some influential environment variables:
1421 CC C compiler command
1422 CFLAGS C compiler flags
1423 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1424 nonstandard directory <lib dir>
81ecdfbb 1425 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1426 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1427 you have headers in a nonstandard directory <include dir>
b7026657
AC
1428 CPP C preprocessor
1429
1430Use these variables to override the choices made by `configure' or to help
1431it to find libraries and programs with nonstandard names/locations.
1432
81ecdfbb 1433Report bugs to the package provider.
b7026657 1434_ACEOF
81ecdfbb 1435ac_status=$?
c906108c
SS
1436fi
1437
b7026657
AC
1438if test "$ac_init_help" = "recursive"; then
1439 # If there are subdirs, report their specific --help.
b7026657 1440 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1441 test -d "$ac_dir" ||
1442 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1443 continue
b7026657 1444 ac_builddir=.
c906108c 1445
81ecdfbb
RW
1446case "$ac_dir" in
1447.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1448*)
1449 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1450 # A ".." for each directory in $ac_dir_suffix.
1451 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1452 case $ac_top_builddir_sub in
1453 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1454 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1455 esac ;;
1456esac
1457ac_abs_top_builddir=$ac_pwd
1458ac_abs_builddir=$ac_pwd$ac_dir_suffix
1459# for backward compatibility:
1460ac_top_builddir=$ac_top_build_prefix
c906108c 1461
b7026657 1462case $srcdir in
81ecdfbb 1463 .) # We are building in place.
b7026657 1464 ac_srcdir=.
81ecdfbb
RW
1465 ac_top_srcdir=$ac_top_builddir_sub
1466 ac_abs_top_srcdir=$ac_pwd ;;
1467 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1468 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1469 ac_top_srcdir=$srcdir
1470 ac_abs_top_srcdir=$srcdir ;;
1471 *) # Relative name.
1472 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1473 ac_top_srcdir=$ac_top_build_prefix$srcdir
1474 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1475esac
81ecdfbb
RW
1476ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1477
1478 cd "$ac_dir" || { ac_status=$?; continue; }
1479 # Check for guested configure.
1480 if test -f "$ac_srcdir/configure.gnu"; then
1481 echo &&
1482 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1483 elif test -f "$ac_srcdir/configure"; then
1484 echo &&
1485 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1486 else
81ecdfbb
RW
1487 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1488 fi || ac_status=$?
1489 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1490 done
1491fi
1492
81ecdfbb 1493test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1494if $ac_init_version; then
1495 cat <<\_ACEOF
81ecdfbb 1496configure
d0ac1c44 1497generated by GNU Autoconf 2.69
b7026657 1498
d0ac1c44 1499Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1500This configure script is free software; the Free Software Foundation
1501gives unlimited permission to copy, distribute and modify it.
1502_ACEOF
81ecdfbb 1503 exit
b7026657 1504fi
b7026657 1505
81ecdfbb
RW
1506## ------------------------ ##
1507## Autoconf initialization. ##
1508## ------------------------ ##
b7026657 1509
81ecdfbb
RW
1510# ac_fn_c_try_compile LINENO
1511# --------------------------
1512# Try to compile conftest.$ac_ext, and return whether this succeeded.
1513ac_fn_c_try_compile ()
b7026657 1514{
81ecdfbb
RW
1515 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1516 rm -f conftest.$ac_objext
1517 if { { ac_try="$ac_compile"
1518case "(($ac_try" in
1519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1520 *) ac_try_echo=$ac_try;;
1521esac
1522eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1523$as_echo "$ac_try_echo"; } >&5
1524 (eval "$ac_compile") 2>conftest.err
1525 ac_status=$?
1526 if test -s conftest.err; then
1527 grep -v '^ *+' conftest.err >conftest.er1
1528 cat conftest.er1 >&5
1529 mv -f conftest.er1 conftest.err
1530 fi
1531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1532 test $ac_status = 0; } && {
1533 test -z "$ac_c_werror_flag" ||
1534 test ! -s conftest.err
1535 } && test -s conftest.$ac_objext; then :
1536 ac_retval=0
1537else
1538 $as_echo "$as_me: failed program was:" >&5
1539sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1540
81ecdfbb
RW
1541 ac_retval=1
1542fi
d0ac1c44
SM
1543 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1544 as_fn_set_status $ac_retval
b7026657 1545
81ecdfbb 1546} # ac_fn_c_try_compile
b7026657 1547
81ecdfbb
RW
1548# ac_fn_c_try_cpp LINENO
1549# ----------------------
1550# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1551ac_fn_c_try_cpp ()
1552{
1553 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1554 if { { ac_try="$ac_cpp conftest.$ac_ext"
1555case "(($ac_try" in
1556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1557 *) ac_try_echo=$ac_try;;
1558esac
1559eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1560$as_echo "$ac_try_echo"; } >&5
1561 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1562 ac_status=$?
1563 if test -s conftest.err; then
1564 grep -v '^ *+' conftest.err >conftest.er1
1565 cat conftest.er1 >&5
1566 mv -f conftest.er1 conftest.err
1567 fi
1568 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1569 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1570 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1571 test ! -s conftest.err
1572 }; then :
1573 ac_retval=0
1574else
1575 $as_echo "$as_me: failed program was:" >&5
1576sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1577
81ecdfbb
RW
1578 ac_retval=1
1579fi
d0ac1c44
SM
1580 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1581 as_fn_set_status $ac_retval
b7026657 1582
81ecdfbb 1583} # ac_fn_c_try_cpp
b7026657 1584
81ecdfbb
RW
1585# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1586# -------------------------------------------------------
1587# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1588# the include files in INCLUDES and setting the cache variable VAR
1589# accordingly.
1590ac_fn_c_check_header_mongrel ()
1591{
1592 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1593 if eval \${$3+:} false; then :
81ecdfbb
RW
1594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1595$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1596if eval \${$3+:} false; then :
81ecdfbb
RW
1597 $as_echo_n "(cached) " >&6
1598fi
1599eval ac_res=\$$3
1600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1601$as_echo "$ac_res" >&6; }
1602else
1603 # Is the header compilable?
1604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1605$as_echo_n "checking $2 usability... " >&6; }
1606cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1607/* end confdefs.h. */
1608$4
1609#include <$2>
1610_ACEOF
1611if ac_fn_c_try_compile "$LINENO"; then :
1612 ac_header_compiler=yes
1613else
1614 ac_header_compiler=no
1615fi
1616rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1618$as_echo "$ac_header_compiler" >&6; }
1619
1620# Is the header present?
1621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1622$as_echo_n "checking $2 presence... " >&6; }
1623cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1624/* end confdefs.h. */
1625#include <$2>
1626_ACEOF
1627if ac_fn_c_try_cpp "$LINENO"; then :
1628 ac_header_preproc=yes
1629else
1630 ac_header_preproc=no
1631fi
d0ac1c44 1632rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1634$as_echo "$ac_header_preproc" >&6; }
1635
1636# So? What about this header?
1637case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1638 yes:no: )
1639 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1640$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1642$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1643 ;;
1644 no:yes:* )
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1646$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1648$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1650$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1652$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1654$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1655 ;;
1656esac
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1658$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1659if eval \${$3+:} false; then :
81ecdfbb
RW
1660 $as_echo_n "(cached) " >&6
1661else
1662 eval "$3=\$ac_header_compiler"
1663fi
1664eval ac_res=\$$3
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1666$as_echo "$ac_res" >&6; }
1667fi
d0ac1c44 1668 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1669
1670} # ac_fn_c_check_header_mongrel
1671
1672# ac_fn_c_try_run LINENO
1673# ----------------------
1674# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1675# that executables *can* be run.
1676ac_fn_c_try_run ()
1677{
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 if { { ac_try="$ac_link"
1680case "(($ac_try" in
1681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1682 *) ac_try_echo=$ac_try;;
1683esac
1684eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1685$as_echo "$ac_try_echo"; } >&5
1686 (eval "$ac_link") 2>&5
1687 ac_status=$?
1688 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1689 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1690 { { case "(($ac_try" in
1691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1692 *) ac_try_echo=$ac_try;;
1693esac
1694eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1695$as_echo "$ac_try_echo"; } >&5
1696 (eval "$ac_try") 2>&5
1697 ac_status=$?
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; }; }; then :
1700 ac_retval=0
1701else
1702 $as_echo "$as_me: program exited with status $ac_status" >&5
1703 $as_echo "$as_me: failed program was:" >&5
1704sed 's/^/| /' conftest.$ac_ext >&5
1705
1706 ac_retval=$ac_status
1707fi
1708 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1709 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1710 as_fn_set_status $ac_retval
81ecdfbb
RW
1711
1712} # ac_fn_c_try_run
1713
1714# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1715# -------------------------------------------------------
1716# Tests whether HEADER exists and can be compiled using the include files in
1717# INCLUDES, setting the cache variable VAR accordingly.
1718ac_fn_c_check_header_compile ()
1719{
1720 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1722$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1723if eval \${$3+:} false; then :
81ecdfbb
RW
1724 $as_echo_n "(cached) " >&6
1725else
1726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1727/* end confdefs.h. */
1728$4
1729#include <$2>
1730_ACEOF
1731if ac_fn_c_try_compile "$LINENO"; then :
1732 eval "$3=yes"
1733else
1734 eval "$3=no"
1735fi
1736rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1737fi
1738eval ac_res=\$$3
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1740$as_echo "$ac_res" >&6; }
d0ac1c44 1741 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1742
1743} # ac_fn_c_check_header_compile
1744
1745# ac_fn_c_try_link LINENO
1746# -----------------------
1747# Try to link conftest.$ac_ext, and return whether this succeeded.
1748ac_fn_c_try_link ()
1749{
1750 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1751 rm -f conftest.$ac_objext conftest$ac_exeext
1752 if { { ac_try="$ac_link"
1753case "(($ac_try" in
1754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1755 *) ac_try_echo=$ac_try;;
1756esac
1757eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1758$as_echo "$ac_try_echo"; } >&5
1759 (eval "$ac_link") 2>conftest.err
1760 ac_status=$?
1761 if test -s conftest.err; then
1762 grep -v '^ *+' conftest.err >conftest.er1
1763 cat conftest.er1 >&5
1764 mv -f conftest.er1 conftest.err
1765 fi
1766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767 test $ac_status = 0; } && {
1768 test -z "$ac_c_werror_flag" ||
1769 test ! -s conftest.err
1770 } && test -s conftest$ac_exeext && {
1771 test "$cross_compiling" = yes ||
d0ac1c44 1772 test -x conftest$ac_exeext
81ecdfbb
RW
1773 }; then :
1774 ac_retval=0
1775else
1776 $as_echo "$as_me: failed program was:" >&5
1777sed 's/^/| /' conftest.$ac_ext >&5
1778
1779 ac_retval=1
1780fi
1781 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1782 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1783 # interfere with the next link command; also delete a directory that is
1784 # left behind by Apple's compiler. We do this before executing the actions.
1785 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1786 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1787 as_fn_set_status $ac_retval
81ecdfbb
RW
1788
1789} # ac_fn_c_try_link
1790
1791# ac_fn_c_check_func LINENO FUNC VAR
1792# ----------------------------------
1793# Tests whether FUNC exists, setting the cache variable VAR accordingly
1794ac_fn_c_check_func ()
1795{
1796 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1798$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1799if eval \${$3+:} false; then :
81ecdfbb
RW
1800 $as_echo_n "(cached) " >&6
1801else
1802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1803/* end confdefs.h. */
1804/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1805 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1806#define $2 innocuous_$2
1807
1808/* System header to define __stub macros and hopefully few prototypes,
1809 which can conflict with char $2 (); below.
1810 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1811 <limits.h> exists even on freestanding compilers. */
1812
1813#ifdef __STDC__
1814# include <limits.h>
1815#else
1816# include <assert.h>
1817#endif
1818
1819#undef $2
1820
1821/* Override any GCC internal prototype to avoid an error.
1822 Use char because int might match the return type of a GCC
1823 builtin and then its argument prototype would still apply. */
1824#ifdef __cplusplus
1825extern "C"
1826#endif
1827char $2 ();
1828/* The GNU C library defines this for functions which it implements
1829 to always fail with ENOSYS. Some functions are actually named
1830 something starting with __ and the normal name is an alias. */
1831#if defined __stub_$2 || defined __stub___$2
1832choke me
1833#endif
1834
1835int
1836main ()
1837{
1838return $2 ();
1839 ;
1840 return 0;
1841}
1842_ACEOF
1843if ac_fn_c_try_link "$LINENO"; then :
1844 eval "$3=yes"
1845else
1846 eval "$3=no"
1847fi
1848rm -f core conftest.err conftest.$ac_objext \
1849 conftest$ac_exeext conftest.$ac_ext
1850fi
1851eval ac_res=\$$3
1852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1853$as_echo "$ac_res" >&6; }
d0ac1c44 1854 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1855
1856} # ac_fn_c_check_func
1857cat >config.log <<_ACEOF
1858This file contains any messages produced by compilers while
1859running configure, to aid debugging if configure makes a mistake.
1860
1861It was created by $as_me, which was
d0ac1c44 1862generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1863
1864 $ $0 $@
1865
1866_ACEOF
1867exec 5>>config.log
1868{
1869cat <<_ASUNAME
1870## --------- ##
1871## Platform. ##
1872## --------- ##
1873
1874hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1875uname -m = `(uname -m) 2>/dev/null || echo unknown`
1876uname -r = `(uname -r) 2>/dev/null || echo unknown`
1877uname -s = `(uname -s) 2>/dev/null || echo unknown`
1878uname -v = `(uname -v) 2>/dev/null || echo unknown`
1879
1880/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1881/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1882
1883/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1884/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1885/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1886/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1887/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1888/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1889/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1890
1891_ASUNAME
1892
1893as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1894for as_dir in $PATH
1895do
1896 IFS=$as_save_IFS
1897 test -z "$as_dir" && as_dir=.
1898 $as_echo "PATH: $as_dir"
1899 done
1900IFS=$as_save_IFS
1901
1902} >&5
1903
1904cat >&5 <<_ACEOF
b7026657
AC
1905
1906
1907## ----------- ##
1908## Core tests. ##
1909## ----------- ##
1910
1911_ACEOF
1912
1913
1914# Keep a trace of the command line.
1915# Strip out --no-create and --no-recursion so they do not pile up.
1916# Strip out --silent because we don't want to record it for future runs.
1917# Also quote any args containing shell meta-characters.
1918# Make two passes to allow for proper duplicate-argument suppression.
1919ac_configure_args=
1920ac_configure_args0=
1921ac_configure_args1=
b7026657
AC
1922ac_must_keep_next=false
1923for ac_pass in 1 2
1924do
1925 for ac_arg
1926 do
1927 case $ac_arg in
1928 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1929 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1930 | -silent | --silent | --silen | --sile | --sil)
1931 continue ;;
81ecdfbb
RW
1932 *\'*)
1933 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1934 esac
1935 case $ac_pass in
81ecdfbb 1936 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1937 2)
81ecdfbb 1938 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1939 if test $ac_must_keep_next = true; then
1940 ac_must_keep_next=false # Got value, back to normal.
1941 else
1942 case $ac_arg in
1943 *=* | --config-cache | -C | -disable-* | --disable-* \
1944 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1945 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1946 | -with-* | --with-* | -without-* | --without-* | --x)
1947 case "$ac_configure_args0 " in
1948 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1949 esac
1950 ;;
1951 -* ) ac_must_keep_next=true ;;
1952 esac
1953 fi
81ecdfbb 1954 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1955 ;;
1956 esac
1957 done
1958done
81ecdfbb
RW
1959{ ac_configure_args0=; unset ac_configure_args0;}
1960{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1961
1962# When interrupted or exit'd, cleanup temporary files, and complete
1963# config.log. We remove comments because anyway the quotes in there
1964# would cause problems or look ugly.
81ecdfbb
RW
1965# WARNING: Use '\'' to represent an apostrophe within the trap.
1966# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1967trap 'exit_status=$?
1968 # Save into config.log some information that might help in debugging.
1969 {
1970 echo
1971
d0ac1c44 1972 $as_echo "## ---------------- ##
b7026657 1973## Cache variables. ##
d0ac1c44 1974## ---------------- ##"
b7026657
AC
1975 echo
1976 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1977(
1978 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1979 eval ac_val=\$$ac_var
1980 case $ac_val in #(
1981 *${as_nl}*)
1982 case $ac_var in #(
1983 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1984$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1985 esac
1986 case $ac_var in #(
1987 _ | IFS | as_nl) ;; #(
1988 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1989 *) { eval $ac_var=; unset $ac_var;} ;;
1990 esac ;;
1991 esac
1992 done
b7026657 1993 (set) 2>&1 |
81ecdfbb
RW
1994 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1995 *${as_nl}ac_space=\ *)
b7026657 1996 sed -n \
81ecdfbb
RW
1997 "s/'\''/'\''\\\\'\'''\''/g;
1998 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1999 ;; #(
b7026657 2000 *)
81ecdfbb 2001 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2002 ;;
81ecdfbb
RW
2003 esac |
2004 sort
2005)
b7026657
AC
2006 echo
2007
d0ac1c44 2008 $as_echo "## ----------------- ##
b7026657 2009## Output variables. ##
d0ac1c44 2010## ----------------- ##"
b7026657
AC
2011 echo
2012 for ac_var in $ac_subst_vars
2013 do
81ecdfbb
RW
2014 eval ac_val=\$$ac_var
2015 case $ac_val in
2016 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2017 esac
2018 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2019 done | sort
2020 echo
2021
2022 if test -n "$ac_subst_files"; then
d0ac1c44 2023 $as_echo "## ------------------- ##
81ecdfbb 2024## File substitutions. ##
d0ac1c44 2025## ------------------- ##"
b7026657
AC
2026 echo
2027 for ac_var in $ac_subst_files
2028 do
81ecdfbb
RW
2029 eval ac_val=\$$ac_var
2030 case $ac_val in
2031 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2032 esac
2033 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2034 done | sort
2035 echo
2036 fi
2037
2038 if test -s confdefs.h; then
d0ac1c44 2039 $as_echo "## ----------- ##
b7026657 2040## confdefs.h. ##
d0ac1c44 2041## ----------- ##"
b7026657 2042 echo
81ecdfbb 2043 cat confdefs.h
b7026657
AC
2044 echo
2045 fi
2046 test "$ac_signal" != 0 &&
81ecdfbb
RW
2047 $as_echo "$as_me: caught signal $ac_signal"
2048 $as_echo "$as_me: exit $exit_status"
b7026657 2049 } >&5
81ecdfbb
RW
2050 rm -f core *.core core.conftest.* &&
2051 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2052 exit $exit_status
81ecdfbb 2053' 0
b7026657 2054for ac_signal in 1 2 13 15; do
81ecdfbb 2055 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2056done
2057ac_signal=0
2058
2059# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2060rm -f -r conftest* confdefs.h
2061
2062$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2063
2064# Predefined preprocessor variables.
2065
2066cat >>confdefs.h <<_ACEOF
2067#define PACKAGE_NAME "$PACKAGE_NAME"
2068_ACEOF
2069
b7026657
AC
2070cat >>confdefs.h <<_ACEOF
2071#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2072_ACEOF
2073
b7026657
AC
2074cat >>confdefs.h <<_ACEOF
2075#define PACKAGE_VERSION "$PACKAGE_VERSION"
2076_ACEOF
2077
b7026657
AC
2078cat >>confdefs.h <<_ACEOF
2079#define PACKAGE_STRING "$PACKAGE_STRING"
2080_ACEOF
2081
b7026657
AC
2082cat >>confdefs.h <<_ACEOF
2083#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2084_ACEOF
2085
81ecdfbb
RW
2086cat >>confdefs.h <<_ACEOF
2087#define PACKAGE_URL "$PACKAGE_URL"
2088_ACEOF
2089
b7026657
AC
2090
2091# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2092# Prefer an explicitly selected file to automatically selected ones.
2093ac_site_file1=NONE
2094ac_site_file2=NONE
2095if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2096 # We do not want a PATH search for config.site.
2097 case $CONFIG_SITE in #((
2098 -*) ac_site_file1=./$CONFIG_SITE;;
2099 */*) ac_site_file1=$CONFIG_SITE;;
2100 *) ac_site_file1=./$CONFIG_SITE;;
2101 esac
81ecdfbb
RW
2102elif test "x$prefix" != xNONE; then
2103 ac_site_file1=$prefix/share/config.site
2104 ac_site_file2=$prefix/etc/config.site
2105else
2106 ac_site_file1=$ac_default_prefix/share/config.site
2107 ac_site_file2=$ac_default_prefix/etc/config.site
2108fi
2109for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2110do
2111 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2112 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2113 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2114$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2115 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2116 . "$ac_site_file" \
2117 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2118$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2119as_fn_error $? "failed to load site script $ac_site_file
2120See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2121 fi
2122done
2123
2124if test -r "$cache_file"; then
d0ac1c44
SM
2125 # Some versions of bash will fail to source /dev/null (special files
2126 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2127 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2128 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2129$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2130 case $cache_file in
81ecdfbb
RW
2131 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2132 *) . "./$cache_file";;
b7026657
AC
2133 esac
2134 fi
2135else
81ecdfbb
RW
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2137$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2138 >$cache_file
2139fi
2140
2141# Check that the precious variables saved in the cache have kept the same
2142# value.
2143ac_cache_corrupted=false
81ecdfbb 2144for ac_var in $ac_precious_vars; do
b7026657
AC
2145 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2146 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2147 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2148 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2149 case $ac_old_set,$ac_new_set in
2150 set,)
81ecdfbb
RW
2151 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2152$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2153 ac_cache_corrupted=: ;;
2154 ,set)
81ecdfbb
RW
2155 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2156$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2157 ac_cache_corrupted=: ;;
2158 ,);;
2159 *)
2160 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2161 # differences in whitespace do not lead to failure.
2162 ac_old_val_w=`echo x $ac_old_val`
2163 ac_new_val_w=`echo x $ac_new_val`
2164 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2166$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2167 ac_cache_corrupted=:
2168 else
2169 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2170$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2171 eval $ac_var=\$ac_old_val
2172 fi
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2174$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2176$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2177 fi;;
2178 esac
2179 # Pass precious variables to config.status.
2180 if test "$ac_new_set" = set; then
2181 case $ac_new_val in
81ecdfbb 2182 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2183 *) ac_arg=$ac_var=$ac_new_val ;;
2184 esac
2185 case " $ac_configure_args " in
2186 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2187 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2188 esac
2189 fi
2190done
2191if $ac_cache_corrupted; then
81ecdfbb
RW
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2193$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2195$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2196 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2197fi
81ecdfbb
RW
2198## -------------------- ##
2199## Main body of script. ##
2200## -------------------- ##
b7026657
AC
2201
2202ac_ext=c
2203ac_cpp='$CPP $CPPFLAGS'
2204ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2205ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2206ac_compiler_gnu=$ac_cv_c_compiler_gnu
2207
2208
6bb11ab3
L
2209
2210
2211
2212
2213
c2783492
MF
2214ac_aux_dir=
2215for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2216 if test -f "$ac_dir/install-sh"; then
2217 ac_aux_dir=$ac_dir
2218 ac_install_sh="$ac_aux_dir/install-sh -c"
2219 break
2220 elif test -f "$ac_dir/install.sh"; then
2221 ac_aux_dir=$ac_dir
2222 ac_install_sh="$ac_aux_dir/install.sh -c"
2223 break
2224 elif test -f "$ac_dir/shtool"; then
2225 ac_aux_dir=$ac_dir
2226 ac_install_sh="$ac_aux_dir/shtool install -c"
2227 break
2228 fi
2229done
2230if test -z "$ac_aux_dir"; then
2231 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2232fi
2233
2234# These three variables are undocumented and unsupported,
2235# and are intended to be withdrawn in a future Autoconf release.
2236# They can cause serious problems if a builder's source tree is in a directory
2237# whose full name contains unusual characters.
2238ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2239ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2240ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2241
2242
2243# Make sure we can run config.sub.
2244$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2245 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2246
2247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2248$as_echo_n "checking build system type... " >&6; }
2249if ${ac_cv_build+:} false; then :
2250 $as_echo_n "(cached) " >&6
2251else
2252 ac_build_alias=$build_alias
2253test "x$ac_build_alias" = x &&
2254 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2255test "x$ac_build_alias" = x &&
2256 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2257ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2258 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2259
2260fi
2261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2262$as_echo "$ac_cv_build" >&6; }
2263case $ac_cv_build in
2264*-*-*) ;;
2265*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2266esac
2267build=$ac_cv_build
2268ac_save_IFS=$IFS; IFS='-'
2269set x $ac_cv_build
2270shift
2271build_cpu=$1
2272build_vendor=$2
2273shift; shift
2274# Remember, the first character of IFS is used to create $*,
2275# except with old shells:
2276build_os=$*
2277IFS=$ac_save_IFS
2278case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2279
2280
2281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2282$as_echo_n "checking host system type... " >&6; }
2283if ${ac_cv_host+:} false; then :
2284 $as_echo_n "(cached) " >&6
2285else
2286 if test "x$host_alias" = x; then
2287 ac_cv_host=$ac_cv_build
2288else
2289 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2290 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2291fi
2292
2293fi
2294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2295$as_echo "$ac_cv_host" >&6; }
2296case $ac_cv_host in
2297*-*-*) ;;
2298*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2299esac
2300host=$ac_cv_host
2301ac_save_IFS=$IFS; IFS='-'
2302set x $ac_cv_host
2303shift
2304host_cpu=$1
2305host_vendor=$2
2306shift; shift
2307# Remember, the first character of IFS is used to create $*,
2308# except with old shells:
2309host_os=$*
2310IFS=$ac_save_IFS
2311case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2312
2313
2314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2315$as_echo_n "checking target system type... " >&6; }
2316if ${ac_cv_target+:} false; then :
2317 $as_echo_n "(cached) " >&6
2318else
2319 if test "x$target_alias" = x; then
2320 ac_cv_target=$ac_cv_host
2321else
2322 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2323 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2324fi
2325
2326fi
2327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2328$as_echo "$ac_cv_target" >&6; }
2329case $ac_cv_target in
2330*-*-*) ;;
2331*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2332esac
2333target=$ac_cv_target
2334ac_save_IFS=$IFS; IFS='-'
2335set x $ac_cv_target
2336shift
2337target_cpu=$1
2338target_vendor=$2
2339shift; shift
2340# Remember, the first character of IFS is used to create $*,
2341# except with old shells:
2342target_os=$*
2343IFS=$ac_save_IFS
2344case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2345
2346
2347# The aliases save the names the user supplied, while $host etc.
2348# will get canonicalized.
2349test -n "$target_alias" &&
2350 test "$program_prefix$program_suffix$program_transform_name" = \
2351 NONENONEs,x,x, &&
2352 program_prefix=${target_alias}-
6bb11ab3
L
2353ac_ext=c
2354ac_cpp='$CPP $CPPFLAGS'
2355ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2356ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2357ac_compiler_gnu=$ac_cv_c_compiler_gnu
2358if test -n "$ac_tool_prefix"; then
2359 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2360set dummy ${ac_tool_prefix}gcc; ac_word=$2
2361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2362$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2363if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2364 $as_echo_n "(cached) " >&6
2365else
2366 if test -n "$CC"; then
2367 ac_cv_prog_CC="$CC" # Let the user override the test.
2368else
2369as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2370for as_dir in $PATH
2371do
2372 IFS=$as_save_IFS
2373 test -z "$as_dir" && as_dir=.
2374 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2375 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2376 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2378 break 2
2379 fi
2380done
2381 done
2382IFS=$as_save_IFS
2383
2384fi
2385fi
2386CC=$ac_cv_prog_CC
2387if test -n "$CC"; then
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2389$as_echo "$CC" >&6; }
2390else
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2392$as_echo "no" >&6; }
2393fi
2394
2395
2396fi
2397if test -z "$ac_cv_prog_CC"; then
2398 ac_ct_CC=$CC
2399 # Extract the first word of "gcc", so it can be a program name with args.
2400set dummy gcc; ac_word=$2
2401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2402$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2403if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2404 $as_echo_n "(cached) " >&6
2405else
2406 if test -n "$ac_ct_CC"; then
2407 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2408else
2409as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2410for as_dir in $PATH
2411do
2412 IFS=$as_save_IFS
2413 test -z "$as_dir" && as_dir=.
2414 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2416 ac_cv_prog_ac_ct_CC="gcc"
2417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2418 break 2
2419 fi
2420done
2421 done
2422IFS=$as_save_IFS
2423
2424fi
2425fi
2426ac_ct_CC=$ac_cv_prog_ac_ct_CC
2427if test -n "$ac_ct_CC"; then
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2429$as_echo "$ac_ct_CC" >&6; }
2430else
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2432$as_echo "no" >&6; }
2433fi
2434
2435 if test "x$ac_ct_CC" = x; then
2436 CC=""
2437 else
2438 case $cross_compiling:$ac_tool_warned in
2439yes:)
2440{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2441$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2442ac_tool_warned=yes ;;
2443esac
2444 CC=$ac_ct_CC
2445 fi
2446else
2447 CC="$ac_cv_prog_CC"
2448fi
2449
2450if test -z "$CC"; then
2451 if test -n "$ac_tool_prefix"; then
2452 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2453set dummy ${ac_tool_prefix}cc; ac_word=$2
2454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2455$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2456if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2457 $as_echo_n "(cached) " >&6
2458else
2459 if test -n "$CC"; then
2460 ac_cv_prog_CC="$CC" # Let the user override the test.
2461else
2462as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2463for as_dir in $PATH
2464do
2465 IFS=$as_save_IFS
2466 test -z "$as_dir" && as_dir=.
2467 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2469 ac_cv_prog_CC="${ac_tool_prefix}cc"
2470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2471 break 2
2472 fi
2473done
2474 done
2475IFS=$as_save_IFS
2476
2477fi
2478fi
2479CC=$ac_cv_prog_CC
2480if test -n "$CC"; then
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2482$as_echo "$CC" >&6; }
2483else
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2485$as_echo "no" >&6; }
2486fi
2487
2488
2489 fi
2490fi
2491if test -z "$CC"; then
2492 # Extract the first word of "cc", so it can be a program name with args.
2493set dummy cc; ac_word=$2
2494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2495$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2496if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2497 $as_echo_n "(cached) " >&6
2498else
2499 if test -n "$CC"; then
2500 ac_cv_prog_CC="$CC" # Let the user override the test.
2501else
2502 ac_prog_rejected=no
2503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2504for as_dir in $PATH
2505do
2506 IFS=$as_save_IFS
2507 test -z "$as_dir" && as_dir=.
2508 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2510 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2511 ac_prog_rejected=yes
2512 continue
2513 fi
2514 ac_cv_prog_CC="cc"
2515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2516 break 2
2517 fi
2518done
2519 done
2520IFS=$as_save_IFS
2521
2522if test $ac_prog_rejected = yes; then
2523 # We found a bogon in the path, so make sure we never use it.
2524 set dummy $ac_cv_prog_CC
2525 shift
2526 if test $# != 0; then
2527 # We chose a different compiler from the bogus one.
2528 # However, it has the same basename, so the bogon will be chosen
2529 # first if we set CC to just the basename; use the full file name.
2530 shift
2531 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2532 fi
2533fi
2534fi
2535fi
2536CC=$ac_cv_prog_CC
2537if test -n "$CC"; then
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2539$as_echo "$CC" >&6; }
2540else
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2542$as_echo "no" >&6; }
2543fi
2544
2545
2546fi
2547if test -z "$CC"; then
2548 if test -n "$ac_tool_prefix"; then
2549 for ac_prog in cl.exe
2550 do
2551 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2552set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2554$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2555if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2556 $as_echo_n "(cached) " >&6
2557else
2558 if test -n "$CC"; then
2559 ac_cv_prog_CC="$CC" # Let the user override the test.
2560else
2561as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562for as_dir in $PATH
2563do
2564 IFS=$as_save_IFS
2565 test -z "$as_dir" && as_dir=.
2566 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2567 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2568 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2571 fi
2572done
2573 done
2574IFS=$as_save_IFS
2575
2576fi
2577fi
2578CC=$ac_cv_prog_CC
2579if test -n "$CC"; then
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2581$as_echo "$CC" >&6; }
2582else
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2584$as_echo "no" >&6; }
2585fi
2586
2587
2588 test -n "$CC" && break
2589 done
2590fi
2591if test -z "$CC"; then
2592 ac_ct_CC=$CC
2593 for ac_prog in cl.exe
2594do
2595 # Extract the first word of "$ac_prog", so it can be a program name with args.
2596set dummy $ac_prog; ac_word=$2
2597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2598$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2599if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2600 $as_echo_n "(cached) " >&6
2601else
2602 if test -n "$ac_ct_CC"; then
2603 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2604else
2605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2606for as_dir in $PATH
2607do
2608 IFS=$as_save_IFS
2609 test -z "$as_dir" && as_dir=.
2610 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2611 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2612 ac_cv_prog_ac_ct_CC="$ac_prog"
2613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2614 break 2
2615 fi
2616done
2617 done
2618IFS=$as_save_IFS
2619
2620fi
2621fi
2622ac_ct_CC=$ac_cv_prog_ac_ct_CC
2623if test -n "$ac_ct_CC"; then
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2625$as_echo "$ac_ct_CC" >&6; }
2626else
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2628$as_echo "no" >&6; }
2629fi
2630
2631
2632 test -n "$ac_ct_CC" && break
2633done
2634
2635 if test "x$ac_ct_CC" = x; then
2636 CC=""
2637 else
2638 case $cross_compiling:$ac_tool_warned in
2639yes:)
2640{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2641$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2642ac_tool_warned=yes ;;
2643esac
2644 CC=$ac_ct_CC
2645 fi
2646fi
2647
2648fi
2649
2650
2651test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2652$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2653as_fn_error $? "no acceptable C compiler found in \$PATH
2654See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2655
2656# Provide some information about the compiler.
2657$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2658set X $ac_compile
2659ac_compiler=$2
2660for ac_option in --version -v -V -qversion; do
2661 { { ac_try="$ac_compiler $ac_option >&5"
2662case "(($ac_try" in
2663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2664 *) ac_try_echo=$ac_try;;
2665esac
2666eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2667$as_echo "$ac_try_echo"; } >&5
2668 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2669 ac_status=$?
2670 if test -s conftest.err; then
2671 sed '10a\
2672... rest of stderr output deleted ...
2673 10q' conftest.err >conftest.er1
2674 cat conftest.er1 >&5
6bb11ab3 2675 fi
d0ac1c44 2676 rm -f conftest.er1 conftest.err
6bb11ab3
L
2677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2678 test $ac_status = 0; }
2679done
2680
2681cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2682/* end confdefs.h. */
2683
2684int
2685main ()
2686{
2687
2688 ;
2689 return 0;
2690}
2691_ACEOF
2692ac_clean_files_save=$ac_clean_files
d0ac1c44 2693ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2694# Try to create an executable without -o first, disregard a.out.
2695# It will help us diagnose broken compilers, and finding out an intuition
2696# of exeext.
d0ac1c44
SM
2697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2698$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2699ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2700
2701# The possible output files:
2702ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2703
2704ac_rmfiles=
2705for ac_file in $ac_files
2706do
2707 case $ac_file in
2708 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2709 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2710 esac
2711done
2712rm -f $ac_rmfiles
2713
2714if { { ac_try="$ac_link_default"
2715case "(($ac_try" in
2716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2717 *) ac_try_echo=$ac_try;;
2718esac
2719eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2720$as_echo "$ac_try_echo"; } >&5
2721 (eval "$ac_link_default") 2>&5
2722 ac_status=$?
2723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2724 test $ac_status = 0; }; then :
2725 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2726# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2727# in a Makefile. We should not override ac_cv_exeext if it was cached,
2728# so that the user can short-circuit this test for compilers unknown to
2729# Autoconf.
2730for ac_file in $ac_files ''
2731do
2732 test -f "$ac_file" || continue
2733 case $ac_file in
2734 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2735 ;;
2736 [ab].out )
2737 # We found the default executable, but exeext='' is most
2738 # certainly right.
2739 break;;
2740 *.* )
2741 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2742 then :; else
2743 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2744 fi
2745 # We set ac_cv_exeext here because the later test for it is not
2746 # safe: cross compilers may not add the suffix if given an `-o'
2747 # argument, so we may need to know it at that point already.
2748 # Even if this section looks crufty: it has the advantage of
2749 # actually working.
2750 break;;
2751 * )
2752 break;;
2753 esac
2754done
2755test "$ac_cv_exeext" = no && ac_cv_exeext=
2756
2757else
2758 ac_file=''
2759fi
6bb11ab3 2760if test -z "$ac_file"; then :
d0ac1c44
SM
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2762$as_echo "no" >&6; }
2763$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2764sed 's/^/| /' conftest.$ac_ext >&5
2765
2766{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2767$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2768as_fn_error 77 "C compiler cannot create executables
2769See \`config.log' for more details" "$LINENO" 5; }
2770else
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2772$as_echo "yes" >&6; }
6bb11ab3 2773fi
d0ac1c44
SM
2774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2775$as_echo_n "checking for C compiler default output file name... " >&6; }
2776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2777$as_echo "$ac_file" >&6; }
6bb11ab3
L
2778ac_exeext=$ac_cv_exeext
2779
d0ac1c44 2780rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2781ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2783$as_echo_n "checking for suffix of executables... " >&6; }
2784if { { ac_try="$ac_link"
2785case "(($ac_try" in
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2788esac
2789eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2790$as_echo "$ac_try_echo"; } >&5
2791 (eval "$ac_link") 2>&5
2792 ac_status=$?
2793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2794 test $ac_status = 0; }; then :
2795 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2796# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2797# work properly (i.e., refer to `conftest.exe'), while it won't with
2798# `rm'.
2799for ac_file in conftest.exe conftest conftest.*; do
2800 test -f "$ac_file" || continue
2801 case $ac_file in
2802 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2803 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2804 break;;
2805 * ) break;;
2806 esac
2807done
2808else
2809 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2810$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2811as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2812See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2813fi
d0ac1c44 2814rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2816$as_echo "$ac_cv_exeext" >&6; }
2817
2818rm -f conftest.$ac_ext
2819EXEEXT=$ac_cv_exeext
2820ac_exeext=$EXEEXT
d0ac1c44
SM
2821cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2822/* end confdefs.h. */
2823#include <stdio.h>
2824int
2825main ()
2826{
2827FILE *f = fopen ("conftest.out", "w");
2828 return ferror (f) || fclose (f) != 0;
2829
2830 ;
2831 return 0;
2832}
2833_ACEOF
2834ac_clean_files="$ac_clean_files conftest.out"
2835# Check that the compiler produces executables we can run. If not, either
2836# the compiler is broken, or we cross compile.
2837{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2838$as_echo_n "checking whether we are cross compiling... " >&6; }
2839if test "$cross_compiling" != yes; then
2840 { { ac_try="$ac_link"
2841case "(($ac_try" in
2842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2843 *) ac_try_echo=$ac_try;;
2844esac
2845eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2846$as_echo "$ac_try_echo"; } >&5
2847 (eval "$ac_link") 2>&5
2848 ac_status=$?
2849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2850 test $ac_status = 0; }
2851 if { ac_try='./conftest$ac_cv_exeext'
2852 { { case "(($ac_try" in
2853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2854 *) ac_try_echo=$ac_try;;
2855esac
2856eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2857$as_echo "$ac_try_echo"; } >&5
2858 (eval "$ac_try") 2>&5
2859 ac_status=$?
2860 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2861 test $ac_status = 0; }; }; then
2862 cross_compiling=no
2863 else
2864 if test "$cross_compiling" = maybe; then
2865 cross_compiling=yes
2866 else
2867 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2868$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2869as_fn_error $? "cannot run C compiled programs.
2870If you meant to cross compile, use \`--host'.
2871See \`config.log' for more details" "$LINENO" 5; }
2872 fi
2873 fi
2874fi
2875{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2876$as_echo "$cross_compiling" >&6; }
2877
2878rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2879ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2881$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2882if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2883 $as_echo_n "(cached) " >&6
2884else
2885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2886/* end confdefs.h. */
2887
2888int
2889main ()
2890{
2891
2892 ;
2893 return 0;
2894}
2895_ACEOF
2896rm -f conftest.o conftest.obj
2897if { { ac_try="$ac_compile"
2898case "(($ac_try" in
2899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2900 *) ac_try_echo=$ac_try;;
2901esac
2902eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2903$as_echo "$ac_try_echo"; } >&5
2904 (eval "$ac_compile") 2>&5
2905 ac_status=$?
2906 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2907 test $ac_status = 0; }; then :
2908 for ac_file in conftest.o conftest.obj conftest.*; do
2909 test -f "$ac_file" || continue;
2910 case $ac_file in
2911 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2912 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2913 break;;
2914 esac
2915done
2916else
2917 $as_echo "$as_me: failed program was:" >&5
2918sed 's/^/| /' conftest.$ac_ext >&5
2919
2920{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2921$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2922as_fn_error $? "cannot compute suffix of object files: cannot compile
2923See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2924fi
2925rm -f conftest.$ac_cv_objext conftest.$ac_ext
2926fi
2927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2928$as_echo "$ac_cv_objext" >&6; }
2929OBJEXT=$ac_cv_objext
2930ac_objext=$OBJEXT
2931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2932$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2933if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2934 $as_echo_n "(cached) " >&6
2935else
2936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2937/* end confdefs.h. */
2938
2939int
2940main ()
2941{
2942#ifndef __GNUC__
2943 choke me
2944#endif
2945
2946 ;
2947 return 0;
2948}
2949_ACEOF
2950if ac_fn_c_try_compile "$LINENO"; then :
2951 ac_compiler_gnu=yes
2952else
2953 ac_compiler_gnu=no
2954fi
2955rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2956ac_cv_c_compiler_gnu=$ac_compiler_gnu
2957
2958fi
2959{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2960$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2961if test $ac_compiler_gnu = yes; then
2962 GCC=yes
2963else
2964 GCC=
2965fi
2966ac_test_CFLAGS=${CFLAGS+set}
2967ac_save_CFLAGS=$CFLAGS
2968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2969$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2970if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2971 $as_echo_n "(cached) " >&6
2972else
2973 ac_save_c_werror_flag=$ac_c_werror_flag
2974 ac_c_werror_flag=yes
2975 ac_cv_prog_cc_g=no
2976 CFLAGS="-g"
2977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2978/* end confdefs.h. */
2979
2980int
2981main ()
2982{
2983
2984 ;
2985 return 0;
2986}
2987_ACEOF
2988if ac_fn_c_try_compile "$LINENO"; then :
2989 ac_cv_prog_cc_g=yes
2990else
2991 CFLAGS=""
2992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2993/* end confdefs.h. */
2994
2995int
2996main ()
2997{
2998
2999 ;
3000 return 0;
3001}
3002_ACEOF
3003if ac_fn_c_try_compile "$LINENO"; then :
3004
3005else
3006 ac_c_werror_flag=$ac_save_c_werror_flag
3007 CFLAGS="-g"
3008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3009/* end confdefs.h. */
3010
3011int
3012main ()
3013{
3014
3015 ;
3016 return 0;
3017}
3018_ACEOF
3019if ac_fn_c_try_compile "$LINENO"; then :
3020 ac_cv_prog_cc_g=yes
3021fi
3022rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3023fi
3024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3025fi
3026rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3027 ac_c_werror_flag=$ac_save_c_werror_flag
3028fi
3029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3030$as_echo "$ac_cv_prog_cc_g" >&6; }
3031if test "$ac_test_CFLAGS" = set; then
3032 CFLAGS=$ac_save_CFLAGS
3033elif test $ac_cv_prog_cc_g = yes; then
3034 if test "$GCC" = yes; then
3035 CFLAGS="-g -O2"
3036 else
3037 CFLAGS="-g"
3038 fi
3039else
3040 if test "$GCC" = yes; then
3041 CFLAGS="-O2"
3042 else
3043 CFLAGS=
3044 fi
3045fi
3046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3047$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3048if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3049 $as_echo_n "(cached) " >&6
3050else
3051 ac_cv_prog_cc_c89=no
3052ac_save_CC=$CC
3053cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3054/* end confdefs.h. */
3055#include <stdarg.h>
3056#include <stdio.h>
d0ac1c44 3057struct stat;
6bb11ab3
L
3058/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3059struct buf { int x; };
3060FILE * (*rcsopen) (struct buf *, struct stat *, int);
3061static char *e (p, i)
3062 char **p;
3063 int i;
3064{
3065 return p[i];
3066}
3067static char *f (char * (*g) (char **, int), char **p, ...)
3068{
3069 char *s;
3070 va_list v;
3071 va_start (v,p);
3072 s = g (p, va_arg (v,int));
3073 va_end (v);
3074 return s;
3075}
3076
3077/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3078 function prototypes and stuff, but not '\xHH' hex character constants.
3079 These don't provoke an error unfortunately, instead are silently treated
3080 as 'x'. The following induces an error, until -std is added to get
3081 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3082 array size at least. It's necessary to write '\x00'==0 to get something
3083 that's true only with -std. */
3084int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3085
3086/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3087 inside strings and character constants. */
3088#define FOO(x) 'x'
3089int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3090
3091int test (int i, double x);
3092struct s1 {int (*f) (int a);};
3093struct s2 {int (*f) (double a);};
3094int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3095int argc;
3096char **argv;
3097int
3098main ()
3099{
3100return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3101 ;
3102 return 0;
3103}
3104_ACEOF
3105for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3106 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3107do
3108 CC="$ac_save_CC $ac_arg"
3109 if ac_fn_c_try_compile "$LINENO"; then :
3110 ac_cv_prog_cc_c89=$ac_arg
3111fi
3112rm -f core conftest.err conftest.$ac_objext
3113 test "x$ac_cv_prog_cc_c89" != "xno" && break
3114done
3115rm -f conftest.$ac_ext
3116CC=$ac_save_CC
3117
3118fi
3119# AC_CACHE_VAL
3120case "x$ac_cv_prog_cc_c89" in
3121 x)
3122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3123$as_echo "none needed" >&6; } ;;
3124 xno)
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3126$as_echo "unsupported" >&6; } ;;
3127 *)
3128 CC="$CC $ac_cv_prog_cc_c89"
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3130$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3131esac
3132if test "x$ac_cv_prog_cc_c89" != xno; then :
3133
3134fi
3135
3136ac_ext=c
3137ac_cpp='$CPP $CPPFLAGS'
3138ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3139ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3140ac_compiler_gnu=$ac_cv_c_compiler_gnu
3141
c2783492 3142
ebe9564b
MF
3143ac_ext=c
3144ac_cpp='$CPP $CPPFLAGS'
3145ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3146ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3147ac_compiler_gnu=$ac_cv_c_compiler_gnu
3148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3149$as_echo_n "checking how to run the C preprocessor... " >&6; }
3150# On Suns, sometimes $CPP names a directory.
3151if test -n "$CPP" && test -d "$CPP"; then
3152 CPP=
3153fi
3154if test -z "$CPP"; then
3155 if ${ac_cv_prog_CPP+:} false; then :
3156 $as_echo_n "(cached) " >&6
3157else
3158 # Double quotes because CPP needs to be expanded
3159 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3160 do
3161 ac_preproc_ok=false
3162for ac_c_preproc_warn_flag in '' yes
3163do
3164 # Use a header file that comes with gcc, so configuring glibc
3165 # with a fresh cross-compiler works.
3166 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3167 # <limits.h> exists even on freestanding compilers.
3168 # On the NeXT, cc -E runs the code through the compiler's parser,
3169 # not just through cpp. "Syntax error" is here to catch this case.
3170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3171/* end confdefs.h. */
3172#ifdef __STDC__
3173# include <limits.h>
3174#else
3175# include <assert.h>
3176#endif
3177 Syntax error
3178_ACEOF
3179if ac_fn_c_try_cpp "$LINENO"; then :
3180
3181else
3182 # Broken: fails on valid input.
3183continue
3184fi
3185rm -f conftest.err conftest.i conftest.$ac_ext
3186
3187 # OK, works on sane cases. Now check whether nonexistent headers
3188 # can be detected and how.
3189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3190/* end confdefs.h. */
3191#include <ac_nonexistent.h>
3192_ACEOF
3193if ac_fn_c_try_cpp "$LINENO"; then :
3194 # Broken: success on invalid input.
3195continue
3196else
3197 # Passes both tests.
3198ac_preproc_ok=:
3199break
3200fi
3201rm -f conftest.err conftest.i conftest.$ac_ext
3202
3203done
3204# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3205rm -f conftest.i conftest.err conftest.$ac_ext
3206if $ac_preproc_ok; then :
3207 break
3208fi
3209
3210 done
3211 ac_cv_prog_CPP=$CPP
3212
3213fi
3214 CPP=$ac_cv_prog_CPP
3215else
3216 ac_cv_prog_CPP=$CPP
3217fi
3218{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3219$as_echo "$CPP" >&6; }
3220ac_preproc_ok=false
3221for ac_c_preproc_warn_flag in '' yes
3222do
3223 # Use a header file that comes with gcc, so configuring glibc
3224 # with a fresh cross-compiler works.
3225 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3226 # <limits.h> exists even on freestanding compilers.
3227 # On the NeXT, cc -E runs the code through the compiler's parser,
3228 # not just through cpp. "Syntax error" is here to catch this case.
3229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3230/* end confdefs.h. */
3231#ifdef __STDC__
3232# include <limits.h>
3233#else
3234# include <assert.h>
3235#endif
3236 Syntax error
3237_ACEOF
3238if ac_fn_c_try_cpp "$LINENO"; then :
3239
3240else
3241 # Broken: fails on valid input.
3242continue
3243fi
3244rm -f conftest.err conftest.i conftest.$ac_ext
3245
3246 # OK, works on sane cases. Now check whether nonexistent headers
3247 # can be detected and how.
3248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3249/* end confdefs.h. */
3250#include <ac_nonexistent.h>
3251_ACEOF
3252if ac_fn_c_try_cpp "$LINENO"; then :
3253 # Broken: success on invalid input.
3254continue
3255else
3256 # Passes both tests.
3257ac_preproc_ok=:
3258break
3259fi
3260rm -f conftest.err conftest.i conftest.$ac_ext
3261
3262done
3263# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3264rm -f conftest.i conftest.err conftest.$ac_ext
3265if $ac_preproc_ok; then :
3266
3267else
3268 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3269$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3270as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3271See \`config.log' for more details" "$LINENO" 5; }
3272fi
3273
3274ac_ext=c
3275ac_cpp='$CPP $CPPFLAGS'
3276ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3277ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3278ac_compiler_gnu=$ac_cv_c_compiler_gnu
3279
6bb11ab3
L
3280
3281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3282$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3283if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3284 $as_echo_n "(cached) " >&6
3285else
3286 if test -z "$GREP"; then
3287 ac_path_GREP_found=false
3288 # Loop through the user's path and test for each of PROGNAME-LIST
3289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3290for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3291do
3292 IFS=$as_save_IFS
3293 test -z "$as_dir" && as_dir=.
3294 for ac_prog in grep ggrep; do
3295 for ac_exec_ext in '' $ac_executable_extensions; do
3296 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3297 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3298# Check for GNU ac_path_GREP and select it if it is found.
3299 # Check for GNU $ac_path_GREP
3300case `"$ac_path_GREP" --version 2>&1` in
3301*GNU*)
3302 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3303*)
3304 ac_count=0
3305 $as_echo_n 0123456789 >"conftest.in"
3306 while :
3307 do
3308 cat "conftest.in" "conftest.in" >"conftest.tmp"
3309 mv "conftest.tmp" "conftest.in"
3310 cp "conftest.in" "conftest.nl"
3311 $as_echo 'GREP' >> "conftest.nl"
3312 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3313 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3314 as_fn_arith $ac_count + 1 && ac_count=$as_val
3315 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3316 # Best one so far, save it but keep looking for a better one
3317 ac_cv_path_GREP="$ac_path_GREP"
3318 ac_path_GREP_max=$ac_count
3319 fi
3320 # 10*(2^10) chars as input seems more than enough
3321 test $ac_count -gt 10 && break
3322 done
3323 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3324esac
3325
3326 $ac_path_GREP_found && break 3
3327 done
3328 done
3329 done
3330IFS=$as_save_IFS
3331 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3332 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3333 fi
3334else
3335 ac_cv_path_GREP=$GREP
3336fi
3337
3338fi
3339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3340$as_echo "$ac_cv_path_GREP" >&6; }
3341 GREP="$ac_cv_path_GREP"
3342
3343
3344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3345$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3346if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3347 $as_echo_n "(cached) " >&6
3348else
3349 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3350 then ac_cv_path_EGREP="$GREP -E"
3351 else
3352 if test -z "$EGREP"; then
3353 ac_path_EGREP_found=false
3354 # Loop through the user's path and test for each of PROGNAME-LIST
3355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3356for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3357do
3358 IFS=$as_save_IFS
3359 test -z "$as_dir" && as_dir=.
3360 for ac_prog in egrep; do
3361 for ac_exec_ext in '' $ac_executable_extensions; do
3362 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3363 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3364# Check for GNU ac_path_EGREP and select it if it is found.
3365 # Check for GNU $ac_path_EGREP
3366case `"$ac_path_EGREP" --version 2>&1` in
3367*GNU*)
3368 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3369*)
3370 ac_count=0
3371 $as_echo_n 0123456789 >"conftest.in"
3372 while :
3373 do
3374 cat "conftest.in" "conftest.in" >"conftest.tmp"
3375 mv "conftest.tmp" "conftest.in"
3376 cp "conftest.in" "conftest.nl"
3377 $as_echo 'EGREP' >> "conftest.nl"
3378 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3379 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3380 as_fn_arith $ac_count + 1 && ac_count=$as_val
3381 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3382 # Best one so far, save it but keep looking for a better one
3383 ac_cv_path_EGREP="$ac_path_EGREP"
3384 ac_path_EGREP_max=$ac_count
3385 fi
3386 # 10*(2^10) chars as input seems more than enough
3387 test $ac_count -gt 10 && break
3388 done
3389 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3390esac
3391
3392 $ac_path_EGREP_found && break 3
3393 done
3394 done
3395 done
3396IFS=$as_save_IFS
3397 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3398 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3399 fi
3400else
3401 ac_cv_path_EGREP=$EGREP
3402fi
3403
3404 fi
3405fi
3406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3407$as_echo "$ac_cv_path_EGREP" >&6; }
3408 EGREP="$ac_cv_path_EGREP"
3409
3410
3411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3412$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3413if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3414 $as_echo_n "(cached) " >&6
3415else
3416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3417/* end confdefs.h. */
3418#include <stdlib.h>
3419#include <stdarg.h>
3420#include <string.h>
3421#include <float.h>
3422
3423int
3424main ()
3425{
3426
3427 ;
3428 return 0;
3429}
3430_ACEOF
3431if ac_fn_c_try_compile "$LINENO"; then :
3432 ac_cv_header_stdc=yes
3433else
3434 ac_cv_header_stdc=no
3435fi
3436rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3437
3438if test $ac_cv_header_stdc = yes; then
3439 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3441/* end confdefs.h. */
3442#include <string.h>
3443
3444_ACEOF
3445if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3446 $EGREP "memchr" >/dev/null 2>&1; then :
3447
3448else
3449 ac_cv_header_stdc=no
3450fi
3451rm -f conftest*
3452
3453fi
3454
3455if test $ac_cv_header_stdc = yes; then
3456 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3458/* end confdefs.h. */
3459#include <stdlib.h>
3460
3461_ACEOF
3462if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3463 $EGREP "free" >/dev/null 2>&1; then :
3464
3465else
3466 ac_cv_header_stdc=no
3467fi
3468rm -f conftest*
3469
3470fi
3471
3472if test $ac_cv_header_stdc = yes; then
3473 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3474 if test "$cross_compiling" = yes; then :
3475 :
3476else
3477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3478/* end confdefs.h. */
3479#include <ctype.h>
3480#include <stdlib.h>
3481#if ((' ' & 0x0FF) == 0x020)
3482# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3483# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3484#else
3485# define ISLOWER(c) \
3486 (('a' <= (c) && (c) <= 'i') \
3487 || ('j' <= (c) && (c) <= 'r') \
3488 || ('s' <= (c) && (c) <= 'z'))
3489# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3490#endif
3491
3492#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3493int
3494main ()
3495{
3496 int i;
3497 for (i = 0; i < 256; i++)
3498 if (XOR (islower (i), ISLOWER (i))
3499 || toupper (i) != TOUPPER (i))
3500 return 2;
3501 return 0;
3502}
3503_ACEOF
3504if ac_fn_c_try_run "$LINENO"; then :
3505
3506else
3507 ac_cv_header_stdc=no
3508fi
3509rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3510 conftest.$ac_objext conftest.beam conftest.$ac_ext
3511fi
3512
3513fi
3514fi
3515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3516$as_echo "$ac_cv_header_stdc" >&6; }
3517if test $ac_cv_header_stdc = yes; then
3518
3519$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3520
3521fi
3522
3523# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3524for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3525 inttypes.h stdint.h unistd.h
3526do :
3527 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3528ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3529"
d0ac1c44 3530if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3531 cat >>confdefs.h <<_ACEOF
3532#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3533_ACEOF
3534
3535fi
3536
3537done
3538
3539
3540
3541 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3542if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3543 MINIX=yes
3544else
3545 MINIX=
3546fi
3547
3548
3549 if test "$MINIX" = yes; then
3550
3551$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3552
3553
3554$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3555
3556
3557$as_echo "#define _MINIX 1" >>confdefs.h
3558
3559 fi
3560
3561
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3563$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3564if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3565 $as_echo_n "(cached) " >&6
3566else
3567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3568/* end confdefs.h. */
3569
d0ac1c44
SM
3570# define __EXTENSIONS__ 1
3571 $ac_includes_default
6bb11ab3
L
3572int
3573main ()
3574{
3575
3576 ;
3577 return 0;
3578}
3579_ACEOF
3580if ac_fn_c_try_compile "$LINENO"; then :
3581 ac_cv_safe_to_define___extensions__=yes
3582else
3583 ac_cv_safe_to_define___extensions__=no
3584fi
3585rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3586fi
3587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3588$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3589 test $ac_cv_safe_to_define___extensions__ = yes &&
3590 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3591
3592 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3593
3594 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3595
3596 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3597
3598 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3599
3600
3601test "$program_prefix" != NONE &&
3602 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3603# Use a double $ so make ignores it.
3604test "$program_suffix" != NONE &&
3605 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3606# Double any \ or $.
3607# By default was `s,x,x', remove it if useless.
3608ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3609program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3610
3611# Find a good install program. We prefer a C program (faster),
3612# so one script is as good as another. But avoid the broken or
3613# incompatible versions:
3614# SysV /etc/install, /usr/sbin/install
3615# SunOS /usr/etc/install
3616# IRIX /sbin/install
3617# AIX /bin/install
3618# AmigaOS /C/install, which installs bootblocks on floppy discs
3619# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3620# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3621# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3622# OS/2's system install, which has a completely different semantic
3623# ./install, which can be erroneously created by make from ./install.sh.
3624# Reject install programs that cannot install multiple files.
3625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3626$as_echo_n "checking for a BSD-compatible install... " >&6; }
3627if test -z "$INSTALL"; then
d0ac1c44 3628if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3629 $as_echo_n "(cached) " >&6
3630else
3631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3632for as_dir in $PATH
3633do
3634 IFS=$as_save_IFS
3635 test -z "$as_dir" && as_dir=.
3636 # Account for people who put trailing slashes in PATH elements.
3637case $as_dir/ in #((
3638 ./ | .// | /[cC]/* | \
3639 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3640 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3641 /usr/ucb/* ) ;;
3642 *)
3643 # OSF1 and SCO ODT 3.0 have their own names for install.
3644 # Don't use installbsd from OSF since it installs stuff as root
3645 # by default.
3646 for ac_prog in ginstall scoinst install; do
3647 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3648 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3649 if test $ac_prog = install &&
3650 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3651 # AIX install. It has an incompatible calling convention.
3652 :
3653 elif test $ac_prog = install &&
3654 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3655 # program-specific install script used by HP pwplus--don't use.
3656 :
3657 else
3658 rm -rf conftest.one conftest.two conftest.dir
3659 echo one > conftest.one
3660 echo two > conftest.two
3661 mkdir conftest.dir
3662 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3663 test -s conftest.one && test -s conftest.two &&
3664 test -s conftest.dir/conftest.one &&
3665 test -s conftest.dir/conftest.two
3666 then
3667 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3668 break 3
3669 fi
3670 fi
3671 fi
3672 done
3673 done
3674 ;;
3675esac
3676
3677 done
3678IFS=$as_save_IFS
3679
3680rm -rf conftest.one conftest.two conftest.dir
3681
3682fi
3683 if test "${ac_cv_path_install+set}" = set; then
3684 INSTALL=$ac_cv_path_install
3685 else
3686 # As a last resort, use the slow shell script. Don't cache a
3687 # value for INSTALL within a source directory, because that will
3688 # break other packages using the cache if that directory is
3689 # removed, or if the value is a relative name.
3690 INSTALL=$ac_install_sh
3691 fi
3692fi
3693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3694$as_echo "$INSTALL" >&6; }
3695
3696# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3697# It thinks the first close brace ends the variable substitution.
3698test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3699
3700test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3701
3702test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3703
3704rm -rf .tst 2>/dev/null
3705mkdir .tst 2>/dev/null
3706if test -d .tst; then
3707 am__leading_dot=.
3708else
3709 am__leading_dot=_
3710fi
3711rmdir .tst 2>/dev/null
3712
3713DEPDIR="${am__leading_dot}deps"
3714
3715case `pwd` in
3716 *\ * | *\ *)
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3718$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3719esac
3720
3721
3722
3723macro_version='2.2.7a'
3724macro_revision='1.3134'
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738ltmain="$ac_aux_dir/ltmain.sh"
3739
3740# Backslashify metacharacters that are still active within
3741# double-quoted strings.
3742sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3743
3744# Same as above, but do not quote variable references.
3745double_quote_subst='s/\(["`\\]\)/\\\1/g'
3746
3747# Sed substitution to delay expansion of an escaped shell variable in a
3748# double_quote_subst'ed string.
3749delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3750
3751# Sed substitution to delay expansion of an escaped single quote.
3752delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3753
3754# Sed substitution to avoid accidental globbing in evaled expressions
3755no_glob_subst='s/\*/\\\*/g'
3756
3757ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3758ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3759ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3760
3761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3762$as_echo_n "checking how to print strings... " >&6; }
3763# Test print first, because it will be a builtin if present.
3764if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3765 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3766 ECHO='print -r --'
3767elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3768 ECHO='printf %s\n'
3769else
3770 # Use this function as a fallback that always works.
3771 func_fallback_echo ()
3772 {
3773 eval 'cat <<_LTECHO_EOF
3774$1
3775_LTECHO_EOF'
3776 }
3777 ECHO='func_fallback_echo'
3778fi
3779
3780# func_echo_all arg...
3781# Invoke $ECHO with all args, space-separated.
3782func_echo_all ()
3783{
3784 $ECHO ""
3785}
3786
3787case "$ECHO" in
3788 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3789$as_echo "printf" >&6; } ;;
3790 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3791$as_echo "print -r" >&6; } ;;
3792 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3793$as_echo "cat" >&6; } ;;
3794esac
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3810$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3811if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3812 $as_echo_n "(cached) " >&6
3813else
3814 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3815 for ac_i in 1 2 3 4 5 6 7; do
3816 ac_script="$ac_script$as_nl$ac_script"
3817 done
3818 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3819 { ac_script=; unset ac_script;}
3820 if test -z "$SED"; then
3821 ac_path_SED_found=false
3822 # Loop through the user's path and test for each of PROGNAME-LIST
3823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3824for as_dir in $PATH
3825do
3826 IFS=$as_save_IFS
3827 test -z "$as_dir" && as_dir=.
3828 for ac_prog in sed gsed; do
3829 for ac_exec_ext in '' $ac_executable_extensions; do
3830 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3831 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3832# Check for GNU ac_path_SED and select it if it is found.
3833 # Check for GNU $ac_path_SED
3834case `"$ac_path_SED" --version 2>&1` in
3835*GNU*)
3836 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3837*)
3838 ac_count=0
3839 $as_echo_n 0123456789 >"conftest.in"
3840 while :
3841 do
3842 cat "conftest.in" "conftest.in" >"conftest.tmp"
3843 mv "conftest.tmp" "conftest.in"
3844 cp "conftest.in" "conftest.nl"
3845 $as_echo '' >> "conftest.nl"
3846 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3847 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3848 as_fn_arith $ac_count + 1 && ac_count=$as_val
3849 if test $ac_count -gt ${ac_path_SED_max-0}; then
3850 # Best one so far, save it but keep looking for a better one
3851 ac_cv_path_SED="$ac_path_SED"
3852 ac_path_SED_max=$ac_count
3853 fi
3854 # 10*(2^10) chars as input seems more than enough
3855 test $ac_count -gt 10 && break
3856 done
3857 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3858esac
3859
3860 $ac_path_SED_found && break 3
3861 done
3862 done
3863 done
3864IFS=$as_save_IFS
3865 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3866 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3867 fi
3868else
3869 ac_cv_path_SED=$SED
3870fi
3871
3872fi
3873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3874$as_echo "$ac_cv_path_SED" >&6; }
3875 SED="$ac_cv_path_SED"
3876 rm -f conftest.sed
3877
3878test -z "$SED" && SED=sed
3879Xsed="$SED -e 1s/^X//"
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3892$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3893if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3894 $as_echo_n "(cached) " >&6
3895else
3896 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3897 then ac_cv_path_FGREP="$GREP -F"
3898 else
3899 if test -z "$FGREP"; then
3900 ac_path_FGREP_found=false
3901 # Loop through the user's path and test for each of PROGNAME-LIST
3902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3903for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3904do
3905 IFS=$as_save_IFS
3906 test -z "$as_dir" && as_dir=.
3907 for ac_prog in fgrep; do
3908 for ac_exec_ext in '' $ac_executable_extensions; do
3909 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3910 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3911# Check for GNU ac_path_FGREP and select it if it is found.
3912 # Check for GNU $ac_path_FGREP
3913case `"$ac_path_FGREP" --version 2>&1` in
3914*GNU*)
3915 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3916*)
3917 ac_count=0
3918 $as_echo_n 0123456789 >"conftest.in"
3919 while :
3920 do
3921 cat "conftest.in" "conftest.in" >"conftest.tmp"
3922 mv "conftest.tmp" "conftest.in"
3923 cp "conftest.in" "conftest.nl"
3924 $as_echo 'FGREP' >> "conftest.nl"
3925 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3926 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3927 as_fn_arith $ac_count + 1 && ac_count=$as_val
3928 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3929 # Best one so far, save it but keep looking for a better one
3930 ac_cv_path_FGREP="$ac_path_FGREP"
3931 ac_path_FGREP_max=$ac_count
3932 fi
3933 # 10*(2^10) chars as input seems more than enough
3934 test $ac_count -gt 10 && break
3935 done
3936 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3937esac
3938
3939 $ac_path_FGREP_found && break 3
3940 done
3941 done
3942 done
3943IFS=$as_save_IFS
3944 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3945 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3946 fi
3947else
3948 ac_cv_path_FGREP=$FGREP
3949fi
3950
3951 fi
3952fi
3953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3954$as_echo "$ac_cv_path_FGREP" >&6; }
3955 FGREP="$ac_cv_path_FGREP"
3956
3957
3958test -z "$GREP" && GREP=grep
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978# Check whether --with-gnu-ld was given.
3979if test "${with_gnu_ld+set}" = set; then :
3980 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3981else
3982 with_gnu_ld=no
3983fi
3984
3985ac_prog=ld
3986if test "$GCC" = yes; then
3987 # Check if gcc -print-prog-name=ld gives a path.
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
3989$as_echo_n "checking for ld used by $CC... " >&6; }
3990 case $host in
3991 *-*-mingw*)
3992 # gcc leaves a trailing carriage return which upsets mingw
3993 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3994 *)
3995 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3996 esac
3997 case $ac_prog in
3998 # Accept absolute paths.
3999 [\\/]* | ?:[\\/]*)
4000 re_direlt='/[^/][^/]*/\.\./'
4001 # Canonicalize the pathname of ld
4002 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4003 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4004 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4005 done
4006 test -z "$LD" && LD="$ac_prog"
4007 ;;
4008 "")
4009 # If it fails, then pretend we aren't using GCC.
4010 ac_prog=ld
4011 ;;
4012 *)
4013 # If it is relative, then search for the first ld in PATH.
4014 with_gnu_ld=unknown
4015 ;;
4016 esac
4017elif test "$with_gnu_ld" = yes; then
4018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4019$as_echo_n "checking for GNU ld... " >&6; }
4020else
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4022$as_echo_n "checking for non-GNU ld... " >&6; }
4023fi
d0ac1c44 4024if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4025 $as_echo_n "(cached) " >&6
4026else
4027 if test -z "$LD"; then
4028 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4029 for ac_dir in $PATH; do
4030 IFS="$lt_save_ifs"
4031 test -z "$ac_dir" && ac_dir=.
4032 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4033 lt_cv_path_LD="$ac_dir/$ac_prog"
4034 # Check to see if the program is GNU ld. I'd rather use --version,
4035 # but apparently some variants of GNU ld only accept -v.
4036 # Break only if it was the GNU/non-GNU ld that we prefer.
4037 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4038 *GNU* | *'with BFD'*)
4039 test "$with_gnu_ld" != no && break
4040 ;;
4041 *)
4042 test "$with_gnu_ld" != yes && break
4043 ;;
4044 esac
4045 fi
4046 done
4047 IFS="$lt_save_ifs"
4048else
4049 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4050fi
4051fi
4052
4053LD="$lt_cv_path_LD"
4054if test -n "$LD"; then
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4056$as_echo "$LD" >&6; }
4057else
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4059$as_echo "no" >&6; }
4060fi
d0ac1c44 4061test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4063$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4064if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4065 $as_echo_n "(cached) " >&6
4066else
4067 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4068case `$LD -v 2>&1 </dev/null` in
4069*GNU* | *'with BFD'*)
4070 lt_cv_prog_gnu_ld=yes
4071 ;;
4072*)
4073 lt_cv_prog_gnu_ld=no
4074 ;;
4075esac
4076fi
4077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4078$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4079with_gnu_ld=$lt_cv_prog_gnu_ld
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4090$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4091if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4092 $as_echo_n "(cached) " >&6
4093else
4094 if test -n "$NM"; then
4095 # Let the user override the test.
4096 lt_cv_path_NM="$NM"
4097else
4098 lt_nm_to_check="${ac_tool_prefix}nm"
4099 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4100 lt_nm_to_check="$lt_nm_to_check nm"
4101 fi
4102 for lt_tmp_nm in $lt_nm_to_check; do
4103 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4104 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4105 IFS="$lt_save_ifs"
4106 test -z "$ac_dir" && ac_dir=.
4107 tmp_nm="$ac_dir/$lt_tmp_nm"
4108 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4109 # Check to see if the nm accepts a BSD-compat flag.
4110 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4111 # nm: unknown option "B" ignored
4112 # Tru64's nm complains that /dev/null is an invalid object file
4113 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4114 */dev/null* | *'Invalid file or object type'*)
4115 lt_cv_path_NM="$tmp_nm -B"
4116 break
4117 ;;
4118 *)
4119 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4120 */dev/null*)
4121 lt_cv_path_NM="$tmp_nm -p"
4122 break
4123 ;;
4124 *)
4125 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4126 continue # so that we can try to find one that supports BSD flags
4127 ;;
4128 esac
4129 ;;
4130 esac
4131 fi
4132 done
4133 IFS="$lt_save_ifs"
4134 done
4135 : ${lt_cv_path_NM=no}
4136fi
4137fi
4138{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4139$as_echo "$lt_cv_path_NM" >&6; }
4140if test "$lt_cv_path_NM" != "no"; then
4141 NM="$lt_cv_path_NM"
4142else
4143 # Didn't find any BSD compatible name lister, look for dumpbin.
4144 if test -n "$DUMPBIN"; then :
4145 # Let the user override the test.
4146 else
4147 if test -n "$ac_tool_prefix"; then
4148 for ac_prog in dumpbin "link -dump"
4149 do
4150 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4151set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4153$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4154if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4155 $as_echo_n "(cached) " >&6
4156else
4157 if test -n "$DUMPBIN"; then
4158 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4159else
4160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4161for as_dir in $PATH
4162do
4163 IFS=$as_save_IFS
4164 test -z "$as_dir" && as_dir=.
4165 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4166 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4167 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4169 break 2
4170 fi
4171done
4172 done
4173IFS=$as_save_IFS
4174
4175fi
4176fi
4177DUMPBIN=$ac_cv_prog_DUMPBIN
4178if test -n "$DUMPBIN"; then
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4180$as_echo "$DUMPBIN" >&6; }
4181else
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4183$as_echo "no" >&6; }
4184fi
4185
4186
4187 test -n "$DUMPBIN" && break
4188 done
4189fi
4190if test -z "$DUMPBIN"; then
4191 ac_ct_DUMPBIN=$DUMPBIN
4192 for ac_prog in dumpbin "link -dump"
4193do
4194 # Extract the first word of "$ac_prog", so it can be a program name with args.
4195set dummy $ac_prog; ac_word=$2
4196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4198if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4199 $as_echo_n "(cached) " >&6
4200else
4201 if test -n "$ac_ct_DUMPBIN"; then
4202 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4203else
4204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205for as_dir in $PATH
4206do
4207 IFS=$as_save_IFS
4208 test -z "$as_dir" && as_dir=.
4209 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4210 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4211 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213 break 2
4214 fi
4215done
4216 done
4217IFS=$as_save_IFS
4218
4219fi
4220fi
4221ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4222if test -n "$ac_ct_DUMPBIN"; then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4224$as_echo "$ac_ct_DUMPBIN" >&6; }
4225else
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227$as_echo "no" >&6; }
4228fi
4229
4230
4231 test -n "$ac_ct_DUMPBIN" && break
4232done
4233
4234 if test "x$ac_ct_DUMPBIN" = x; then
4235 DUMPBIN=":"
4236 else
4237 case $cross_compiling:$ac_tool_warned in
4238yes:)
4239{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4240$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4241ac_tool_warned=yes ;;
4242esac
4243 DUMPBIN=$ac_ct_DUMPBIN
4244 fi
4245fi
4246
4247 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4248 *COFF*)
4249 DUMPBIN="$DUMPBIN -symbols"
4250 ;;
4251 *)
4252 DUMPBIN=:
4253 ;;
4254 esac
4255 fi
4256
4257 if test "$DUMPBIN" != ":"; then
4258 NM="$DUMPBIN"
4259 fi
4260fi
4261test -z "$NM" && NM=nm
4262
4263
4264
4265
4266
4267
4268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4269$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4270if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4271 $as_echo_n "(cached) " >&6
4272else
4273 lt_cv_nm_interface="BSD nm"
4274 echo "int some_variable = 0;" > conftest.$ac_ext
4275 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4276 (eval "$ac_compile" 2>conftest.err)
4277 cat conftest.err >&5
4278 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4279 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4280 cat conftest.err >&5
4281 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4282 cat conftest.out >&5
4283 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4284 lt_cv_nm_interface="MS dumpbin"
4285 fi
4286 rm -f conftest*
4287fi
4288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4289$as_echo "$lt_cv_nm_interface" >&6; }
4290
4291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4292$as_echo_n "checking whether ln -s works... " >&6; }
4293LN_S=$as_ln_s
4294if test "$LN_S" = "ln -s"; then
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4296$as_echo "yes" >&6; }
4297else
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4299$as_echo "no, using $LN_S" >&6; }
4300fi
4301
4302# find the maximum length of command line arguments
4303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4304$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4305if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4306 $as_echo_n "(cached) " >&6
4307else
4308 i=0
4309 teststring="ABCD"
4310
4311 case $build_os in
4312 msdosdjgpp*)
4313 # On DJGPP, this test can blow up pretty badly due to problems in libc
4314 # (any single argument exceeding 2000 bytes causes a buffer overrun
4315 # during glob expansion). Even if it were fixed, the result of this
4316 # check would be larger than it should be.
4317 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4318 ;;
4319
4320 gnu*)
4321 # Under GNU Hurd, this test is not required because there is
4322 # no limit to the length of command line arguments.
4323 # Libtool will interpret -1 as no limit whatsoever
4324 lt_cv_sys_max_cmd_len=-1;
4325 ;;
4326
4327 cygwin* | mingw* | cegcc*)
4328 # On Win9x/ME, this test blows up -- it succeeds, but takes
4329 # about 5 minutes as the teststring grows exponentially.
4330 # Worse, since 9x/ME are not pre-emptively multitasking,
4331 # you end up with a "frozen" computer, even though with patience
4332 # the test eventually succeeds (with a max line length of 256k).
4333 # Instead, let's just punt: use the minimum linelength reported by
4334 # all of the supported platforms: 8192 (on NT/2K/XP).
4335 lt_cv_sys_max_cmd_len=8192;
4336 ;;
4337
4338 mint*)
4339 # On MiNT this can take a long time and run out of memory.
4340 lt_cv_sys_max_cmd_len=8192;
4341 ;;
4342
4343 amigaos*)
4344 # On AmigaOS with pdksh, this test takes hours, literally.
4345 # So we just punt and use a minimum line length of 8192.
4346 lt_cv_sys_max_cmd_len=8192;
4347 ;;
4348
4349 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4350 # This has been around since 386BSD, at least. Likely further.
4351 if test -x /sbin/sysctl; then
4352 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4353 elif test -x /usr/sbin/sysctl; then
4354 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4355 else
4356 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4357 fi
4358 # And add a safety zone
4359 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4360 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4361 ;;
4362
4363 interix*)
4364 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4365 lt_cv_sys_max_cmd_len=196608
4366 ;;
4367
4368 osf*)
4369 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4370 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4371 # nice to cause kernel panics so lets avoid the loop below.
4372 # First set a reasonable default.
4373 lt_cv_sys_max_cmd_len=16384
4374 #
4375 if test -x /sbin/sysconfig; then
4376 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4377 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4378 esac
4379 fi
4380 ;;
4381 sco3.2v5*)
4382 lt_cv_sys_max_cmd_len=102400
4383 ;;
4384 sysv5* | sco5v6* | sysv4.2uw2*)
4385 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4386 if test -n "$kargmax"; then
4387 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4388 else
4389 lt_cv_sys_max_cmd_len=32768
4390 fi
4391 ;;
4392 *)
4393 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4394 if test -n "$lt_cv_sys_max_cmd_len"; then
4395 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4396 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4397 else
4398 # Make teststring a little bigger before we do anything with it.
4399 # a 1K string should be a reasonable start.
4400 for i in 1 2 3 4 5 6 7 8 ; do
4401 teststring=$teststring$teststring
4402 done
4403 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4404 # If test is not a shell built-in, we'll probably end up computing a
4405 # maximum length that is only half of the actual maximum length, but
4406 # we can't tell.
4407 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4408 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4409 test $i != 17 # 1/2 MB should be enough
4410 do
4411 i=`expr $i + 1`
4412 teststring=$teststring$teststring
4413 done
4414 # Only check the string length outside the loop.
4415 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4416 teststring=
4417 # Add a significant safety factor because C++ compilers can tack on
4418 # massive amounts of additional arguments before passing them to the
4419 # linker. It appears as though 1/2 is a usable value.
4420 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4421 fi
4422 ;;
4423 esac
4424
4425fi
4426
4427if test -n $lt_cv_sys_max_cmd_len ; then
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4429$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4430else
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4432$as_echo "none" >&6; }
4433fi
4434max_cmd_len=$lt_cv_sys_max_cmd_len
4435
4436
4437
4438
4439
4440
4441: ${CP="cp -f"}
4442: ${MV="mv -f"}
4443: ${RM="rm -f"}
4444
4445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4446$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4447# Try some XSI features
4448xsi_shell=no
4449( _lt_dummy="a/b/c"
4450 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4451 = c,a/b,, \
4452 && eval 'test $(( 1 + 1 )) -eq 2 \
4453 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4454 && xsi_shell=yes
4455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4456$as_echo "$xsi_shell" >&6; }
4457
4458
4459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4460$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4461lt_shell_append=no
4462( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4463 >/dev/null 2>&1 \
4464 && lt_shell_append=yes
4465{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4466$as_echo "$lt_shell_append" >&6; }
4467
4468
4469if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4470 lt_unset=unset
4471else
4472 lt_unset=false
4473fi
4474
4475
4476
4477
4478
4479# test EBCDIC or ASCII
4480case `echo X|tr X '\101'` in
4481 A) # ASCII based system
4482 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4483 lt_SP2NL='tr \040 \012'
4484 lt_NL2SP='tr \015\012 \040\040'
4485 ;;
4486 *) # EBCDIC based system
4487 lt_SP2NL='tr \100 \n'
4488 lt_NL2SP='tr \r\n \100\100'
4489 ;;
4490esac
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4501$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4502if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4503 $as_echo_n "(cached) " >&6
4504else
4505 lt_cv_ld_reload_flag='-r'
4506fi
4507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4508$as_echo "$lt_cv_ld_reload_flag" >&6; }
4509reload_flag=$lt_cv_ld_reload_flag
4510case $reload_flag in
4511"" | " "*) ;;
4512*) reload_flag=" $reload_flag" ;;
4513esac
4514reload_cmds='$LD$reload_flag -o $output$reload_objs'
4515case $host_os in
4516 darwin*)
4517 if test "$GCC" = yes; then
4518 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4519 else
4520 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4521 fi
4522 ;;
4523esac
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533if test -n "$ac_tool_prefix"; then
4534 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4535set dummy ${ac_tool_prefix}objdump; ac_word=$2
4536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4537$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4538if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4539 $as_echo_n "(cached) " >&6
4540else
4541 if test -n "$OBJDUMP"; then
4542 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4543else
4544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4545for as_dir in $PATH
4546do
4547 IFS=$as_save_IFS
4548 test -z "$as_dir" && as_dir=.
4549 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4550 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4551 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4553 break 2
4554 fi
4555done
4556 done
4557IFS=$as_save_IFS
4558
4559fi
4560fi
4561OBJDUMP=$ac_cv_prog_OBJDUMP
4562if test -n "$OBJDUMP"; then
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4564$as_echo "$OBJDUMP" >&6; }
4565else
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4567$as_echo "no" >&6; }
4568fi
4569
4570
4571fi
4572if test -z "$ac_cv_prog_OBJDUMP"; then
4573 ac_ct_OBJDUMP=$OBJDUMP
4574 # Extract the first word of "objdump", so it can be a program name with args.
4575set dummy objdump; ac_word=$2
4576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4577$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4578if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4579 $as_echo_n "(cached) " >&6
4580else
4581 if test -n "$ac_ct_OBJDUMP"; then
4582 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4583else
4584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585for as_dir in $PATH
4586do
4587 IFS=$as_save_IFS
4588 test -z "$as_dir" && as_dir=.
4589 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4590 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4591 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4593 break 2
4594 fi
4595done
4596 done
4597IFS=$as_save_IFS
4598
4599fi
4600fi
4601ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4602if test -n "$ac_ct_OBJDUMP"; then
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4604$as_echo "$ac_ct_OBJDUMP" >&6; }
4605else
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4607$as_echo "no" >&6; }
4608fi
4609
4610 if test "x$ac_ct_OBJDUMP" = x; then
4611 OBJDUMP="false"
4612 else
4613 case $cross_compiling:$ac_tool_warned in
4614yes:)
4615{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4616$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4617ac_tool_warned=yes ;;
4618esac
4619 OBJDUMP=$ac_ct_OBJDUMP
4620 fi
4621else
4622 OBJDUMP="$ac_cv_prog_OBJDUMP"
4623fi
4624
4625test -z "$OBJDUMP" && OBJDUMP=objdump
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4636$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4637if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4638 $as_echo_n "(cached) " >&6
4639else
4640 lt_cv_file_magic_cmd='$MAGIC_CMD'
4641lt_cv_file_magic_test_file=
4642lt_cv_deplibs_check_method='unknown'
4643# Need to set the preceding variable on all platforms that support
4644# interlibrary dependencies.
4645# 'none' -- dependencies not supported.
4646# `unknown' -- same as none, but documents that we really don't know.
4647# 'pass_all' -- all dependencies passed with no checks.
4648# 'test_compile' -- check by making test program.
4649# 'file_magic [[regex]]' -- check by looking for files in library path
4650# which responds to the $file_magic_cmd with a given extended regex.
4651# If you have `file' or equivalent on your system and you're not sure
4652# whether `pass_all' will *always* work, you probably want this one.
4653
4654case $host_os in
4655aix[4-9]*)
4656 lt_cv_deplibs_check_method=pass_all
4657 ;;
4658
4659beos*)
4660 lt_cv_deplibs_check_method=pass_all
4661 ;;
4662
4663bsdi[45]*)
4664 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4665 lt_cv_file_magic_cmd='/usr/bin/file -L'
4666 lt_cv_file_magic_test_file=/shlib/libc.so
4667 ;;
4668
4669cygwin*)
4670 # func_win32_libid is a shell function defined in ltmain.sh
4671 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4672 lt_cv_file_magic_cmd='func_win32_libid'
4673 ;;
4674
4675mingw* | pw32*)
4676 # Base MSYS/MinGW do not provide the 'file' command needed by
4677 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4678 # unless we find 'file', for example because we are cross-compiling.
4679 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4680 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4681 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4682 lt_cv_file_magic_cmd='func_win32_libid'
4683 else
4684 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4685 lt_cv_file_magic_cmd='$OBJDUMP -f'
4686 fi
4687 ;;
4688
4689cegcc*)
4690 # use the weaker test based on 'objdump'. See mingw*.
4691 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4692 lt_cv_file_magic_cmd='$OBJDUMP -f'
4693 ;;
4694
4695darwin* | rhapsody*)
4696 lt_cv_deplibs_check_method=pass_all
4697 ;;
4698
4699freebsd* | dragonfly*)
4700 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4701 case $host_cpu in
4702 i*86 )
4703 # Not sure whether the presence of OpenBSD here was a mistake.
4704 # Let's accept both of them until this is cleared up.
4705 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4706 lt_cv_file_magic_cmd=/usr/bin/file
4707 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4708 ;;
4709 esac
4710 else
4711 lt_cv_deplibs_check_method=pass_all
4712 fi
4713 ;;
4714
4715gnu*)
4716 lt_cv_deplibs_check_method=pass_all
4717 ;;
4718
4719haiku*)
4720 lt_cv_deplibs_check_method=pass_all
4721 ;;
4722
4723hpux10.20* | hpux11*)
4724 lt_cv_file_magic_cmd=/usr/bin/file
4725 case $host_cpu in
4726 ia64*)
4727 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4728 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4729 ;;
4730 hppa*64*)
4731 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]'
4732 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4733 ;;
4734 *)
4735 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4736 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4737 ;;
4738 esac
4739 ;;
4740
4741interix[3-9]*)
4742 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4743 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4744 ;;
4745
4746irix5* | irix6* | nonstopux*)
4747 case $LD in
4748 *-32|*"-32 ") libmagic=32-bit;;
4749 *-n32|*"-n32 ") libmagic=N32;;
4750 *-64|*"-64 ") libmagic=64-bit;;
4751 *) libmagic=never-match;;
4752 esac
4753 lt_cv_deplibs_check_method=pass_all
4754 ;;
4755
4756# This must be Linux ELF.
4757linux* | k*bsd*-gnu | kopensolaris*-gnu)
4758 lt_cv_deplibs_check_method=pass_all
4759 ;;
4760
4761netbsd*)
4762 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4763 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4764 else
4765 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4766 fi
4767 ;;
4768
4769newos6*)
4770 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4771 lt_cv_file_magic_cmd=/usr/bin/file
4772 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4773 ;;
4774
4775*nto* | *qnx*)
4776 lt_cv_deplibs_check_method=pass_all
4777 ;;
4778
4779openbsd*)
4780 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4781 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4782 else
4783 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4784 fi
4785 ;;
4786
4787osf3* | osf4* | osf5*)
4788 lt_cv_deplibs_check_method=pass_all
4789 ;;
4790
4791rdos*)
4792 lt_cv_deplibs_check_method=pass_all
4793 ;;
4794
4795solaris*)
4796 lt_cv_deplibs_check_method=pass_all
4797 ;;
4798
4799sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4800 lt_cv_deplibs_check_method=pass_all
4801 ;;
4802
4803sysv4 | sysv4.3*)
4804 case $host_vendor in
4805 motorola)
4806 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]'
4807 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4808 ;;
4809 ncr)
4810 lt_cv_deplibs_check_method=pass_all
4811 ;;
4812 sequent)
4813 lt_cv_file_magic_cmd='/bin/file'
4814 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4815 ;;
4816 sni)
4817 lt_cv_file_magic_cmd='/bin/file'
4818 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4819 lt_cv_file_magic_test_file=/lib/libc.so
4820 ;;
4821 siemens)
4822 lt_cv_deplibs_check_method=pass_all
4823 ;;
4824 pc)
4825 lt_cv_deplibs_check_method=pass_all
4826 ;;
4827 esac
4828 ;;
4829
4830tpf*)
4831 lt_cv_deplibs_check_method=pass_all
4832 ;;
4833esac
4834
4835fi
4836{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4837$as_echo "$lt_cv_deplibs_check_method" >&6; }
4838file_magic_cmd=$lt_cv_file_magic_cmd
4839deplibs_check_method=$lt_cv_deplibs_check_method
4840test -z "$deplibs_check_method" && deplibs_check_method=unknown
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
68ed2854
MF
4853plugin_option=
4854plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4855for plugin in $plugin_names; do
4856 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4857 if test x$plugin_so = x$plugin; then
4858 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4859 fi
4860 if test x$plugin_so != x$plugin; then
4861 plugin_option="--plugin $plugin_so"
4862 break
4863 fi
4864done
4865
6bb11ab3
L
4866if test -n "$ac_tool_prefix"; then
4867 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4868set dummy ${ac_tool_prefix}ar; ac_word=$2
4869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4870$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4871if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4872 $as_echo_n "(cached) " >&6
4873else
4874 if test -n "$AR"; then
4875 ac_cv_prog_AR="$AR" # Let the user override the test.
4876else
4877as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4878for as_dir in $PATH
4879do
4880 IFS=$as_save_IFS
4881 test -z "$as_dir" && as_dir=.
4882 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4883 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4884 ac_cv_prog_AR="${ac_tool_prefix}ar"
4885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4886 break 2
4887 fi
4888done
4889 done
4890IFS=$as_save_IFS
4891
4892fi
4893fi
4894AR=$ac_cv_prog_AR
4895if test -n "$AR"; then
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4897$as_echo "$AR" >&6; }
4898else
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4900$as_echo "no" >&6; }
4901fi
4902
4903
4904fi
4905if test -z "$ac_cv_prog_AR"; then
4906 ac_ct_AR=$AR
4907 # Extract the first word of "ar", so it can be a program name with args.
4908set dummy ar; ac_word=$2
4909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4910$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4911if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4912 $as_echo_n "(cached) " >&6
4913else
4914 if test -n "$ac_ct_AR"; then
4915 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4916else
4917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4918for as_dir in $PATH
4919do
4920 IFS=$as_save_IFS
4921 test -z "$as_dir" && as_dir=.
4922 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4923 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4924 ac_cv_prog_ac_ct_AR="ar"
4925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4926 break 2
4927 fi
4928done
4929 done
4930IFS=$as_save_IFS
4931
4932fi
4933fi
4934ac_ct_AR=$ac_cv_prog_ac_ct_AR
4935if test -n "$ac_ct_AR"; then
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4937$as_echo "$ac_ct_AR" >&6; }
4938else
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4940$as_echo "no" >&6; }
4941fi
4942
4943 if test "x$ac_ct_AR" = x; then
4944 AR="false"
4945 else
4946 case $cross_compiling:$ac_tool_warned in
4947yes:)
4948{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4949$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4950ac_tool_warned=yes ;;
4951esac
4952 AR=$ac_ct_AR
4953 fi
4954else
4955 AR="$ac_cv_prog_AR"
4956fi
4957
4958test -z "$AR" && AR=ar
68ed2854
MF
4959if test -n "$plugin_option"; then
4960 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4961 touch conftest.c
4962 $AR $plugin_option rc conftest.a conftest.c
4963 if test "$?" != 0; then
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4965$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4966 else
4967 AR="$AR $plugin_option"
4968 fi
4969 rm -f conftest.*
68ed2854
MF
4970 fi
4971fi
6bb11ab3
L
4972test -z "$AR_FLAGS" && AR_FLAGS=cru
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984if test -n "$ac_tool_prefix"; then
4985 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4986set dummy ${ac_tool_prefix}strip; ac_word=$2
4987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4988$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4989if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
4990 $as_echo_n "(cached) " >&6
4991else
4992 if test -n "$STRIP"; then
4993 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4994else
4995as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4996for as_dir in $PATH
4997do
4998 IFS=$as_save_IFS
4999 test -z "$as_dir" && as_dir=.
5000 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5001 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5002 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5004 break 2
5005 fi
5006done
5007 done
5008IFS=$as_save_IFS
5009
5010fi
5011fi
5012STRIP=$ac_cv_prog_STRIP
5013if test -n "$STRIP"; then
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5015$as_echo "$STRIP" >&6; }
5016else
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5018$as_echo "no" >&6; }
5019fi
5020
5021
5022fi
5023if test -z "$ac_cv_prog_STRIP"; then
5024 ac_ct_STRIP=$STRIP
5025 # Extract the first word of "strip", so it can be a program name with args.
5026set dummy strip; ac_word=$2
5027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5028$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5029if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5030 $as_echo_n "(cached) " >&6
5031else
5032 if test -n "$ac_ct_STRIP"; then
5033 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5034else
5035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5036for as_dir in $PATH
5037do
5038 IFS=$as_save_IFS
5039 test -z "$as_dir" && as_dir=.
5040 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5041 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5042 ac_cv_prog_ac_ct_STRIP="strip"
5043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5044 break 2
5045 fi
5046done
5047 done
5048IFS=$as_save_IFS
5049
5050fi
5051fi
5052ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5053if test -n "$ac_ct_STRIP"; then
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5055$as_echo "$ac_ct_STRIP" >&6; }
5056else
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5058$as_echo "no" >&6; }
5059fi
5060
5061 if test "x$ac_ct_STRIP" = x; then
5062 STRIP=":"
5063 else
5064 case $cross_compiling:$ac_tool_warned in
5065yes:)
5066{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5067$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5068ac_tool_warned=yes ;;
5069esac
5070 STRIP=$ac_ct_STRIP
5071 fi
5072else
5073 STRIP="$ac_cv_prog_STRIP"
5074fi
5075
5076test -z "$STRIP" && STRIP=:
5077
5078
5079
5080
5081
5082
5083if test -n "$ac_tool_prefix"; then
5084 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5085set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5087$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5088if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5089 $as_echo_n "(cached) " >&6
5090else
5091 if test -n "$RANLIB"; then
5092 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5093else
5094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5095for as_dir in $PATH
5096do
5097 IFS=$as_save_IFS
5098 test -z "$as_dir" && as_dir=.
5099 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5100 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5101 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5103 break 2
5104 fi
5105done
5106 done
5107IFS=$as_save_IFS
5108
5109fi
5110fi
5111RANLIB=$ac_cv_prog_RANLIB
5112if test -n "$RANLIB"; then
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5114$as_echo "$RANLIB" >&6; }
5115else
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5117$as_echo "no" >&6; }
5118fi
5119
5120
5121fi
5122if test -z "$ac_cv_prog_RANLIB"; then
5123 ac_ct_RANLIB=$RANLIB
5124 # Extract the first word of "ranlib", so it can be a program name with args.
5125set dummy ranlib; ac_word=$2
5126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5127$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5128if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5129 $as_echo_n "(cached) " >&6
5130else
5131 if test -n "$ac_ct_RANLIB"; then
5132 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5133else
5134as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5135for as_dir in $PATH
5136do
5137 IFS=$as_save_IFS
5138 test -z "$as_dir" && as_dir=.
5139 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5140 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5141 ac_cv_prog_ac_ct_RANLIB="ranlib"
5142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5143 break 2
5144 fi
5145done
5146 done
5147IFS=$as_save_IFS
5148
5149fi
5150fi
5151ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5152if test -n "$ac_ct_RANLIB"; then
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5154$as_echo "$ac_ct_RANLIB" >&6; }
5155else
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5157$as_echo "no" >&6; }
5158fi
5159
5160 if test "x$ac_ct_RANLIB" = x; then
5161 RANLIB=":"
5162 else
5163 case $cross_compiling:$ac_tool_warned in
5164yes:)
5165{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5166$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5167ac_tool_warned=yes ;;
5168esac
5169 RANLIB=$ac_ct_RANLIB
5170 fi
5171else
5172 RANLIB="$ac_cv_prog_RANLIB"
5173fi
5174
5175test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5176if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5177 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5178 RANLIB="$RANLIB $plugin_option"
5179 fi
5180fi
6bb11ab3
L
5181
5182
5183
5184
5185
5186
5187# Determine commands to create old-style static archives.
5188old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5189old_postinstall_cmds='chmod 644 $oldlib'
5190old_postuninstall_cmds=
5191
5192if test -n "$RANLIB"; then
5193 case $host_os in
5194 openbsd*)
5195 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5196 ;;
5197 *)
5198 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5199 ;;
5200 esac
5201 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5202fi
5203
5204case $host_os in
5205 darwin*)
5206 lock_old_archive_extraction=yes ;;
5207 *)
5208 lock_old_archive_extraction=no ;;
5209esac
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231for ac_prog in gawk mawk nawk awk
5232do
5233 # Extract the first word of "$ac_prog", so it can be a program name with args.
5234set dummy $ac_prog; ac_word=$2
5235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5236$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5237if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5238 $as_echo_n "(cached) " >&6
5239else
5240 if test -n "$AWK"; then
5241 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5242else
5243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5244for as_dir in $PATH
5245do
5246 IFS=$as_save_IFS
5247 test -z "$as_dir" && as_dir=.
5248 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5250 ac_cv_prog_AWK="$ac_prog"
5251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5252 break 2
5253 fi
5254done
5255 done
5256IFS=$as_save_IFS
5257
5258fi
5259fi
5260AWK=$ac_cv_prog_AWK
5261if test -n "$AWK"; then
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5263$as_echo "$AWK" >&6; }
5264else
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5266$as_echo "no" >&6; }
5267fi
5268
5269
5270 test -n "$AWK" && break
5271done
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291# If no C compiler was specified, use CC.
5292LTCC=${LTCC-"$CC"}
5293
5294# If no C compiler flags were specified, use CFLAGS.
5295LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5296
5297# Allow CC to be a program name with arguments.
5298compiler=$CC
5299
5300
5301# Check for command to grab the raw symbol name followed by C symbol from nm.
5302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5303$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5304if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5305 $as_echo_n "(cached) " >&6
5306else
5307
5308# These are sane defaults that work on at least a few old systems.
5309# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5310
5311# Character class describing NM global symbol codes.
5312symcode='[BCDEGRST]'
5313
5314# Regexp to match symbols that can be accessed directly from C.
5315sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5316
5317# Define system-specific variables.
5318case $host_os in
5319aix*)
5320 symcode='[BCDT]'
5321 ;;
5322cygwin* | mingw* | pw32* | cegcc*)
5323 symcode='[ABCDGISTW]'
5324 ;;
5325hpux*)
5326 if test "$host_cpu" = ia64; then
5327 symcode='[ABCDEGRST]'
5328 fi
5329 ;;
5330irix* | nonstopux*)
5331 symcode='[BCDEGRST]'
5332 ;;
5333osf*)
5334 symcode='[BCDEGQRST]'
5335 ;;
5336solaris*)
5337 symcode='[BDRT]'
5338 ;;
5339sco3.2v5*)
5340 symcode='[DT]'
5341 ;;
5342sysv4.2uw2*)
5343 symcode='[DT]'
5344 ;;
5345sysv5* | sco5v6* | unixware* | OpenUNIX*)
5346 symcode='[ABDT]'
5347 ;;
5348sysv4)
5349 symcode='[DFNSTU]'
5350 ;;
5351esac
5352
5353# If we're using GNU nm, then use its standard symbol codes.
5354case `$NM -V 2>&1` in
5355*GNU* | *'with BFD'*)
5356 symcode='[ABCDGIRSTW]' ;;
5357esac
5358
5359# Transform an extracted symbol line into a proper C declaration.
5360# Some systems (esp. on ia64) link data and code symbols differently,
5361# so use this general approach.
5362lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5363
5364# Transform an extracted symbol line into symbol name and symbol address
5365lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5366lt_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'"
5367
5368# Handle CRLF in mingw tool chain
5369opt_cr=
5370case $build_os in
5371mingw*)
5372 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5373 ;;
5374esac
5375
5376# Try without a prefix underscore, then with it.
5377for ac_symprfx in "" "_"; do
5378
5379 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5380 symxfrm="\\1 $ac_symprfx\\2 \\2"
5381
5382 # Write the raw and C identifiers.
5383 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5384 # Fake it for dumpbin and say T for any non-static function
5385 # and D for any global variable.
5386 # Also find C++ and __fastcall symbols from MSVC++,
5387 # which start with @ or ?.
5388 lt_cv_sys_global_symbol_pipe="$AWK '"\
5389" {last_section=section; section=\$ 3};"\
5390" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5391" \$ 0!~/External *\|/{next};"\
5392" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5393" {if(hide[section]) next};"\
5394" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5395" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5396" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5397" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5398" ' prfx=^$ac_symprfx"
5399 else
5400 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5401 fi
5402
5403 # Check to see that the pipe works correctly.
5404 pipe_works=no
5405
5406 rm -f conftest*
5407 cat > conftest.$ac_ext <<_LT_EOF
5408#ifdef __cplusplus
5409extern "C" {
5410#endif
5411char nm_test_var;
5412void nm_test_func(void);
5413void nm_test_func(void){}
5414#ifdef __cplusplus
5415}
5416#endif
5417int main(){nm_test_var='a';nm_test_func();return(0);}
5418_LT_EOF
5419
5420 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5421 (eval $ac_compile) 2>&5
5422 ac_status=$?
5423 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5424 test $ac_status = 0; }; then
5425 # Now try to grab the symbols.
5426 nlist=conftest.nm
5427 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5428 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5429 ac_status=$?
5430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5431 test $ac_status = 0; } && test -s "$nlist"; then
5432 # Try sorting and uniquifying the output.
5433 if sort "$nlist" | uniq > "$nlist"T; then
5434 mv -f "$nlist"T "$nlist"
5435 else
5436 rm -f "$nlist"T
5437 fi
5438
5439 # Make sure that we snagged all the symbols we need.
5440 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5441 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5442 cat <<_LT_EOF > conftest.$ac_ext
5443#ifdef __cplusplus
5444extern "C" {
5445#endif
5446
5447_LT_EOF
5448 # Now generate the symbol file.
5449 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5450
5451 cat <<_LT_EOF >> conftest.$ac_ext
5452
5453/* The mapping between symbol names and symbols. */
5454const struct {
5455 const char *name;
5456 void *address;
5457}
5458lt__PROGRAM__LTX_preloaded_symbols[] =
5459{
5460 { "@PROGRAM@", (void *) 0 },
5461_LT_EOF
5462 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5463 cat <<\_LT_EOF >> conftest.$ac_ext
5464 {0, (void *) 0}
5465};
5466
5467/* This works around a problem in FreeBSD linker */
5468#ifdef FREEBSD_WORKAROUND
5469static const void *lt_preloaded_setup() {
5470 return lt__PROGRAM__LTX_preloaded_symbols;
5471}
5472#endif
5473
5474#ifdef __cplusplus
5475}
5476#endif
5477_LT_EOF
5478 # Now try linking the two files.
5479 mv conftest.$ac_objext conftstm.$ac_objext
5480 lt_save_LIBS="$LIBS"
5481 lt_save_CFLAGS="$CFLAGS"
5482 LIBS="conftstm.$ac_objext"
5483 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5484 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5485 (eval $ac_link) 2>&5
5486 ac_status=$?
5487 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5488 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5489 pipe_works=yes
5490 fi
5491 LIBS="$lt_save_LIBS"
5492 CFLAGS="$lt_save_CFLAGS"
5493 else
5494 echo "cannot find nm_test_func in $nlist" >&5
5495 fi
5496 else
5497 echo "cannot find nm_test_var in $nlist" >&5
5498 fi
5499 else
5500 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5501 fi
5502 else
5503 echo "$progname: failed program was:" >&5
5504 cat conftest.$ac_ext >&5
5505 fi
5506 rm -rf conftest* conftst*
5507
5508 # Do not use the global_symbol_pipe unless it works.
5509 if test "$pipe_works" = yes; then
5510 break
5511 else
5512 lt_cv_sys_global_symbol_pipe=
5513 fi
5514done
5515
5516fi
5517
5518if test -z "$lt_cv_sys_global_symbol_pipe"; then
5519 lt_cv_sys_global_symbol_to_cdecl=
5520fi
5521if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5523$as_echo "failed" >&6; }
5524else
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5526$as_echo "ok" >&6; }
5527fi
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550# Check whether --enable-libtool-lock was given.
5551if test "${enable_libtool_lock+set}" = set; then :
5552 enableval=$enable_libtool_lock;
5553fi
5554
5555test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5556
5557# Some flags need to be propagated to the compiler or linker for good
5558# libtool support.
5559case $host in
5560ia64-*-hpux*)
5561 # Find out which ABI we are using.
5562 echo 'int i;' > conftest.$ac_ext
5563 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5564 (eval $ac_compile) 2>&5
5565 ac_status=$?
5566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5567 test $ac_status = 0; }; then
5568 case `/usr/bin/file conftest.$ac_objext` in
5569 *ELF-32*)
5570 HPUX_IA64_MODE="32"
5571 ;;
5572 *ELF-64*)
5573 HPUX_IA64_MODE="64"
5574 ;;
5575 esac
5576 fi
5577 rm -rf conftest*
5578 ;;
5579*-*-irix6*)
5580 # Find out which ABI we are using.
5581 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5582 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5583 (eval $ac_compile) 2>&5
5584 ac_status=$?
5585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5586 test $ac_status = 0; }; then
5587 if test "$lt_cv_prog_gnu_ld" = yes; then
5588 case `/usr/bin/file conftest.$ac_objext` in
5589 *32-bit*)
5590 LD="${LD-ld} -melf32bsmip"
5591 ;;
5592 *N32*)
5593 LD="${LD-ld} -melf32bmipn32"
5594 ;;
5595 *64-bit*)
5596 LD="${LD-ld} -melf64bmip"
5597 ;;
5598 esac
5599 else
5600 case `/usr/bin/file conftest.$ac_objext` in
5601 *32-bit*)
5602 LD="${LD-ld} -32"
5603 ;;
5604 *N32*)
5605 LD="${LD-ld} -n32"
5606 ;;
5607 *64-bit*)
5608 LD="${LD-ld} -64"
5609 ;;
5610 esac
5611 fi
5612 fi
5613 rm -rf conftest*
5614 ;;
5615
bf3d9781 5616x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5617s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5618 # Find out which ABI we are using.
5619 echo 'int i;' > conftest.$ac_ext
5620 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5621 (eval $ac_compile) 2>&5
5622 ac_status=$?
5623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5624 test $ac_status = 0; }; then
5625 case `/usr/bin/file conftest.o` in
5626 *32-bit*)
5627 case $host in
5628 x86_64-*kfreebsd*-gnu)
5629 LD="${LD-ld} -m elf_i386_fbsd"
5630 ;;
5631 x86_64-*linux*)
5632 case `/usr/bin/file conftest.o` in
5633 *x86-64*)
5634 LD="${LD-ld} -m elf32_x86_64"
5635 ;;
5636 *)
5637 LD="${LD-ld} -m elf_i386"
5638 ;;
5639 esac
5640 ;;
bf3d9781
AM
5641 powerpc64le-*linux*)
5642 LD="${LD-ld} -m elf32lppclinux"
5643 ;;
5644 powerpc64-*linux*)
6bb11ab3
L
5645 LD="${LD-ld} -m elf32ppclinux"
5646 ;;
5647 s390x-*linux*)
5648 LD="${LD-ld} -m elf_s390"
5649 ;;
5650 sparc64-*linux*)
5651 LD="${LD-ld} -m elf32_sparc"
5652 ;;
5653 esac
5654 ;;
5655 *64-bit*)
5656 case $host in
5657 x86_64-*kfreebsd*-gnu)
5658 LD="${LD-ld} -m elf_x86_64_fbsd"
5659 ;;
5660 x86_64-*linux*)
5661 LD="${LD-ld} -m elf_x86_64"
5662 ;;
bf3d9781
AM
5663 powerpcle-*linux*)
5664 LD="${LD-ld} -m elf64lppc"
5665 ;;
5666 powerpc-*linux*)
6bb11ab3
L
5667 LD="${LD-ld} -m elf64ppc"
5668 ;;
5669 s390*-*linux*|s390*-*tpf*)
5670 LD="${LD-ld} -m elf64_s390"
5671 ;;
5672 sparc*-*linux*)
5673 LD="${LD-ld} -m elf64_sparc"
5674 ;;
5675 esac
5676 ;;
5677 esac
5678 fi
5679 rm -rf conftest*
5680 ;;
5681
5682*-*-sco3.2v5*)
5683 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5684 SAVE_CFLAGS="$CFLAGS"
5685 CFLAGS="$CFLAGS -belf"
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5687$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5688if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5689 $as_echo_n "(cached) " >&6
5690else
5691 ac_ext=c
5692ac_cpp='$CPP $CPPFLAGS'
5693ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5694ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5695ac_compiler_gnu=$ac_cv_c_compiler_gnu
5696
5697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5698/* end confdefs.h. */
5699
5700int
5701main ()
5702{
5703
5704 ;
5705 return 0;
5706}
5707_ACEOF
5708if ac_fn_c_try_link "$LINENO"; then :
5709 lt_cv_cc_needs_belf=yes
5710else
5711 lt_cv_cc_needs_belf=no
5712fi
5713rm -f core conftest.err conftest.$ac_objext \
5714 conftest$ac_exeext conftest.$ac_ext
5715 ac_ext=c
5716ac_cpp='$CPP $CPPFLAGS'
5717ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5718ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5719ac_compiler_gnu=$ac_cv_c_compiler_gnu
5720
5721fi
5722{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5723$as_echo "$lt_cv_cc_needs_belf" >&6; }
5724 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5725 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5726 CFLAGS="$SAVE_CFLAGS"
5727 fi
5728 ;;
5729sparc*-*solaris*)
5730 # Find out which ABI we are using.
5731 echo 'int i;' > conftest.$ac_ext
5732 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5733 (eval $ac_compile) 2>&5
5734 ac_status=$?
5735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5736 test $ac_status = 0; }; then
5737 case `/usr/bin/file conftest.o` in
5738 *64-bit*)
5739 case $lt_cv_prog_gnu_ld in
5740 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5741 *)
5742 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5743 LD="${LD-ld} -64"
5744 fi
5745 ;;
5746 esac
5747 ;;
5748 esac
5749 fi
5750 rm -rf conftest*
5751 ;;
5752esac
5753
5754need_locks="$enable_libtool_lock"
5755
5756
5757 case $host_os in
5758 rhapsody* | darwin*)
5759 if test -n "$ac_tool_prefix"; then
5760 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5761set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5763$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5764if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5765 $as_echo_n "(cached) " >&6
5766else
5767 if test -n "$DSYMUTIL"; then
5768 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5769else
5770as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5771for as_dir in $PATH
5772do
5773 IFS=$as_save_IFS
5774 test -z "$as_dir" && as_dir=.
5775 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5776 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5777 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5779 break 2
5780 fi
5781done
5782 done
5783IFS=$as_save_IFS
5784
5785fi
5786fi
5787DSYMUTIL=$ac_cv_prog_DSYMUTIL
5788if test -n "$DSYMUTIL"; then
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5790$as_echo "$DSYMUTIL" >&6; }
5791else
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5793$as_echo "no" >&6; }
5794fi
5795
5796
5797fi
5798if test -z "$ac_cv_prog_DSYMUTIL"; then
5799 ac_ct_DSYMUTIL=$DSYMUTIL
5800 # Extract the first word of "dsymutil", so it can be a program name with args.
5801set dummy dsymutil; ac_word=$2
5802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5803$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5804if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5805 $as_echo_n "(cached) " >&6
5806else
5807 if test -n "$ac_ct_DSYMUTIL"; then
5808 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5809else
5810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5811for as_dir in $PATH
5812do
5813 IFS=$as_save_IFS
5814 test -z "$as_dir" && as_dir=.
5815 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5816 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5817 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5819 break 2
5820 fi
5821done
5822 done
5823IFS=$as_save_IFS
5824
5825fi
5826fi
5827ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5828if test -n "$ac_ct_DSYMUTIL"; then
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5830$as_echo "$ac_ct_DSYMUTIL" >&6; }
5831else
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5833$as_echo "no" >&6; }
5834fi
5835
5836 if test "x$ac_ct_DSYMUTIL" = x; then
5837 DSYMUTIL=":"
5838 else
5839 case $cross_compiling:$ac_tool_warned in
5840yes:)
5841{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5842$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5843ac_tool_warned=yes ;;
5844esac
5845 DSYMUTIL=$ac_ct_DSYMUTIL
5846 fi
5847else
5848 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5849fi
5850
5851 if test -n "$ac_tool_prefix"; then
5852 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5853set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5855$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5856if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5857 $as_echo_n "(cached) " >&6
5858else
5859 if test -n "$NMEDIT"; then
5860 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5861else
5862as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5863for as_dir in $PATH
5864do
5865 IFS=$as_save_IFS
5866 test -z "$as_dir" && as_dir=.
5867 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5868 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5869 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5871 break 2
5872 fi
5873done
5874 done
5875IFS=$as_save_IFS
5876
5877fi
5878fi
5879NMEDIT=$ac_cv_prog_NMEDIT
5880if test -n "$NMEDIT"; then
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5882$as_echo "$NMEDIT" >&6; }
5883else
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5885$as_echo "no" >&6; }
5886fi
5887
5888
5889fi
5890if test -z "$ac_cv_prog_NMEDIT"; then
5891 ac_ct_NMEDIT=$NMEDIT
5892 # Extract the first word of "nmedit", so it can be a program name with args.
5893set dummy nmedit; ac_word=$2
5894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5895$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5896if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5897 $as_echo_n "(cached) " >&6
5898else
5899 if test -n "$ac_ct_NMEDIT"; then
5900 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5901else
5902as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5903for as_dir in $PATH
5904do
5905 IFS=$as_save_IFS
5906 test -z "$as_dir" && as_dir=.
5907 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5909 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5911 break 2
5912 fi
5913done
5914 done
5915IFS=$as_save_IFS
5916
5917fi
5918fi
5919ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5920if test -n "$ac_ct_NMEDIT"; then
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5922$as_echo "$ac_ct_NMEDIT" >&6; }
5923else
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5925$as_echo "no" >&6; }
5926fi
5927
5928 if test "x$ac_ct_NMEDIT" = x; then
5929 NMEDIT=":"
5930 else
5931 case $cross_compiling:$ac_tool_warned in
5932yes:)
5933{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5934$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5935ac_tool_warned=yes ;;
5936esac
5937 NMEDIT=$ac_ct_NMEDIT
5938 fi
5939else
5940 NMEDIT="$ac_cv_prog_NMEDIT"
5941fi
5942
5943 if test -n "$ac_tool_prefix"; then
5944 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5945set dummy ${ac_tool_prefix}lipo; ac_word=$2
5946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5947$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5948if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5949 $as_echo_n "(cached) " >&6
5950else
5951 if test -n "$LIPO"; then
5952 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5953else
5954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5955for as_dir in $PATH
5956do
5957 IFS=$as_save_IFS
5958 test -z "$as_dir" && as_dir=.
5959 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5961 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5963 break 2
5964 fi
5965done
5966 done
5967IFS=$as_save_IFS
5968
5969fi
5970fi
5971LIPO=$ac_cv_prog_LIPO
5972if test -n "$LIPO"; then
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5974$as_echo "$LIPO" >&6; }
5975else
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5977$as_echo "no" >&6; }
5978fi
5979
5980
5981fi
5982if test -z "$ac_cv_prog_LIPO"; then
5983 ac_ct_LIPO=$LIPO
5984 # Extract the first word of "lipo", so it can be a program name with args.
5985set dummy lipo; ac_word=$2
5986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5987$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5988if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
5989 $as_echo_n "(cached) " >&6
5990else
5991 if test -n "$ac_ct_LIPO"; then
5992 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
5993else
5994as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5995for as_dir in $PATH
5996do
5997 IFS=$as_save_IFS
5998 test -z "$as_dir" && as_dir=.
5999 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6000 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6001 ac_cv_prog_ac_ct_LIPO="lipo"
6002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6003 break 2
6004 fi
6005done
6006 done
6007IFS=$as_save_IFS
6008
6009fi
6010fi
6011ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6012if test -n "$ac_ct_LIPO"; then
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6014$as_echo "$ac_ct_LIPO" >&6; }
6015else
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6017$as_echo "no" >&6; }
6018fi
6019
6020 if test "x$ac_ct_LIPO" = x; then
6021 LIPO=":"
6022 else
6023 case $cross_compiling:$ac_tool_warned in
6024yes:)
6025{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6026$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6027ac_tool_warned=yes ;;
6028esac
6029 LIPO=$ac_ct_LIPO
6030 fi
6031else
6032 LIPO="$ac_cv_prog_LIPO"
6033fi
6034
6035 if test -n "$ac_tool_prefix"; then
6036 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6037set dummy ${ac_tool_prefix}otool; ac_word=$2
6038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6039$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6040if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6041 $as_echo_n "(cached) " >&6
6042else
6043 if test -n "$OTOOL"; then
6044 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6045else
6046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6047for as_dir in $PATH
6048do
6049 IFS=$as_save_IFS
6050 test -z "$as_dir" && as_dir=.
6051 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6052 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6053 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6055 break 2
6056 fi
6057done
6058 done
6059IFS=$as_save_IFS
6060
6061fi
6062fi
6063OTOOL=$ac_cv_prog_OTOOL
6064if test -n "$OTOOL"; then
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6066$as_echo "$OTOOL" >&6; }
6067else
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6069$as_echo "no" >&6; }
6070fi
6071
6072
6073fi
6074if test -z "$ac_cv_prog_OTOOL"; then
6075 ac_ct_OTOOL=$OTOOL
6076 # Extract the first word of "otool", so it can be a program name with args.
6077set dummy otool; ac_word=$2
6078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6079$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6080if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6081 $as_echo_n "(cached) " >&6
6082else
6083 if test -n "$ac_ct_OTOOL"; then
6084 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6085else
6086as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6087for as_dir in $PATH
6088do
6089 IFS=$as_save_IFS
6090 test -z "$as_dir" && as_dir=.
6091 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6092 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6093 ac_cv_prog_ac_ct_OTOOL="otool"
6094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6095 break 2
6096 fi
6097done
6098 done
6099IFS=$as_save_IFS
6100
6101fi
6102fi
6103ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6104if test -n "$ac_ct_OTOOL"; then
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6106$as_echo "$ac_ct_OTOOL" >&6; }
6107else
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6109$as_echo "no" >&6; }
6110fi
6111
6112 if test "x$ac_ct_OTOOL" = x; then
6113 OTOOL=":"
6114 else
6115 case $cross_compiling:$ac_tool_warned in
6116yes:)
6117{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6118$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6119ac_tool_warned=yes ;;
6120esac
6121 OTOOL=$ac_ct_OTOOL
6122 fi
6123else
6124 OTOOL="$ac_cv_prog_OTOOL"
6125fi
6126
6127 if test -n "$ac_tool_prefix"; then
6128 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6129set dummy ${ac_tool_prefix}otool64; ac_word=$2
6130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6131$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6132if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6133 $as_echo_n "(cached) " >&6
6134else
6135 if test -n "$OTOOL64"; then
6136 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6137else
6138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6139for as_dir in $PATH
6140do
6141 IFS=$as_save_IFS
6142 test -z "$as_dir" && as_dir=.
6143 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6144 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6145 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6147 break 2
6148 fi
6149done
6150 done
6151IFS=$as_save_IFS
6152
6153fi
6154fi
6155OTOOL64=$ac_cv_prog_OTOOL64
6156if test -n "$OTOOL64"; then
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6158$as_echo "$OTOOL64" >&6; }
6159else
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6161$as_echo "no" >&6; }
6162fi
6163
6164
6165fi
6166if test -z "$ac_cv_prog_OTOOL64"; then
6167 ac_ct_OTOOL64=$OTOOL64
6168 # Extract the first word of "otool64", so it can be a program name with args.
6169set dummy otool64; ac_word=$2
6170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6171$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6172if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6173 $as_echo_n "(cached) " >&6
6174else
6175 if test -n "$ac_ct_OTOOL64"; then
6176 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6177else
6178as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6179for as_dir in $PATH
6180do
6181 IFS=$as_save_IFS
6182 test -z "$as_dir" && as_dir=.
6183 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6184 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6185 ac_cv_prog_ac_ct_OTOOL64="otool64"
6186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6187 break 2
6188 fi
6189done
6190 done
6191IFS=$as_save_IFS
6192
6193fi
6194fi
6195ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6196if test -n "$ac_ct_OTOOL64"; then
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6198$as_echo "$ac_ct_OTOOL64" >&6; }
6199else
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6201$as_echo "no" >&6; }
6202fi
6203
6204 if test "x$ac_ct_OTOOL64" = x; then
6205 OTOOL64=":"
6206 else
6207 case $cross_compiling:$ac_tool_warned in
6208yes:)
6209{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6210$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6211ac_tool_warned=yes ;;
6212esac
6213 OTOOL64=$ac_ct_OTOOL64
6214 fi
6215else
6216 OTOOL64="$ac_cv_prog_OTOOL64"
6217fi
6218
6219
6220
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6246$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6247if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6248 $as_echo_n "(cached) " >&6
6249else
6250 lt_cv_apple_cc_single_mod=no
6251 if test -z "${LT_MULTI_MODULE}"; then
6252 # By default we will add the -single_module flag. You can override
6253 # by either setting the environment variable LT_MULTI_MODULE
6254 # non-empty at configure time, or by adding -multi_module to the
6255 # link flags.
6256 rm -rf libconftest.dylib*
6257 echo "int foo(void){return 1;}" > conftest.c
6258 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6259-dynamiclib -Wl,-single_module conftest.c" >&5
6260 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6261 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6262 _lt_result=$?
6263 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6264 lt_cv_apple_cc_single_mod=yes
6265 else
6266 cat conftest.err >&5
6267 fi
6268 rm -rf libconftest.dylib*
6269 rm -f conftest.*
6270 fi
6271fi
6272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6273$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6275$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6276if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6277 $as_echo_n "(cached) " >&6
6278else
6279 lt_cv_ld_exported_symbols_list=no
6280 save_LDFLAGS=$LDFLAGS
6281 echo "_main" > conftest.sym
6282 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6284/* end confdefs.h. */
6285
6286int
6287main ()
6288{
6289
6290 ;
6291 return 0;
6292}
6293_ACEOF
6294if ac_fn_c_try_link "$LINENO"; then :
6295 lt_cv_ld_exported_symbols_list=yes
6296else
6297 lt_cv_ld_exported_symbols_list=no
6298fi
6299rm -f core conftest.err conftest.$ac_objext \
6300 conftest$ac_exeext conftest.$ac_ext
6301 LDFLAGS="$save_LDFLAGS"
6302
6303fi
6304{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6305$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6307$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6308if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6309 $as_echo_n "(cached) " >&6
6310else
6311 lt_cv_ld_force_load=no
6312 cat > conftest.c << _LT_EOF
6313int forced_loaded() { return 2;}
6314_LT_EOF
6315 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6316 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6317 echo "$AR cru libconftest.a conftest.o" >&5
6318 $AR cru libconftest.a conftest.o 2>&5
6319 cat > conftest.c << _LT_EOF
6320int main() { return 0;}
6321_LT_EOF
6322 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6323 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6324 _lt_result=$?
6325 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6326 lt_cv_ld_force_load=yes
6327 else
6328 cat conftest.err >&5
6329 fi
6330 rm -f conftest.err libconftest.a conftest conftest.c
6331 rm -rf conftest.dSYM
6332
6333fi
6334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6335$as_echo "$lt_cv_ld_force_load" >&6; }
6336 case $host_os in
6337 rhapsody* | darwin1.[012])
6338 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6339 darwin1.*)
6340 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6341 darwin*) # darwin 5.x on
6342 # if running on 10.5 or later, the deployment target defaults
6343 # to the OS version, if on x86, and 10.4, the deployment
6344 # target defaults to 10.4. Don't you love it?
6345 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6346 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6347 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6348 10.[012][,.]*)
6bb11ab3
L
6349 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6350 10.*)
6351 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6352 esac
6353 ;;
6354 esac
6355 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6356 _lt_dar_single_mod='$single_module'
6357 fi
6358 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6359 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6360 else
6361 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6362 fi
6363 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6364 _lt_dsymutil='~$DSYMUTIL $lib || :'
6365 else
6366 _lt_dsymutil=
6367 fi
6368 ;;
6369 esac
6370
6371for ac_header in dlfcn.h
6372do :
6373 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6374"
d0ac1c44 6375if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6376 cat >>confdefs.h <<_ACEOF
6377#define HAVE_DLFCN_H 1
6378_ACEOF
6379
6380fi
6381
6382done
6383
6384
6385
ebe9564b 6386
6bb11ab3 6387
0cb8d851
MF
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6389$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6390if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6391 $as_echo_n "(cached) " >&6
6392else
6393 ac_cv_c_bigendian=unknown
6394 # See if we're dealing with a universal compiler.
6395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6396/* end confdefs.h. */
6397#ifndef __APPLE_CC__
6398 not a universal capable compiler
6399 #endif
6400 typedef int dummy;
6401
6402_ACEOF
6403if ac_fn_c_try_compile "$LINENO"; then :
6404
6405 # Check for potential -arch flags. It is not universal unless
6406 # there are at least two -arch flags with different values.
6407 ac_arch=
6408 ac_prev=
6409 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6410 if test -n "$ac_prev"; then
6411 case $ac_word in
6412 i?86 | x86_64 | ppc | ppc64)
6413 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6414 ac_arch=$ac_word
6415 else
6416 ac_cv_c_bigendian=universal
6417 break
6418 fi
6419 ;;
6420 esac
6421 ac_prev=
6422 elif test "x$ac_word" = "x-arch"; then
6423 ac_prev=arch
6424 fi
6425 done
6426fi
6427rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6428 if test $ac_cv_c_bigendian = unknown; then
6429 # See if sys/param.h defines the BYTE_ORDER macro.
6430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6431/* end confdefs.h. */
6432#include <sys/types.h>
6433 #include <sys/param.h>
6434
6435int
6436main ()
6437{
6438#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6439 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6440 && LITTLE_ENDIAN)
6441 bogus endian macros
6442 #endif
6443
6444 ;
6445 return 0;
6446}
6447_ACEOF
6448if ac_fn_c_try_compile "$LINENO"; then :
6449 # It does; now see whether it defined to BIG_ENDIAN or not.
6450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6451/* end confdefs.h. */
6452#include <sys/types.h>
6453 #include <sys/param.h>
6454
6455int
6456main ()
6457{
6458#if BYTE_ORDER != BIG_ENDIAN
6459 not big endian
6460 #endif
6461
6462 ;
6463 return 0;
6464}
6465_ACEOF
6466if ac_fn_c_try_compile "$LINENO"; then :
6467 ac_cv_c_bigendian=yes
6468else
6469 ac_cv_c_bigendian=no
6470fi
6471rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6472fi
6473rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6474 fi
6475 if test $ac_cv_c_bigendian = unknown; then
6476 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6478/* end confdefs.h. */
6479#include <limits.h>
6480
6481int
6482main ()
6483{
6484#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6485 bogus endian macros
6486 #endif
6487
6488 ;
6489 return 0;
6490}
6491_ACEOF
6492if ac_fn_c_try_compile "$LINENO"; then :
6493 # It does; now see whether it defined to _BIG_ENDIAN or not.
6494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6495/* end confdefs.h. */
6496#include <limits.h>
6497
6498int
6499main ()
6500{
6501#ifndef _BIG_ENDIAN
6502 not big endian
6503 #endif
6504
6505 ;
6506 return 0;
6507}
6508_ACEOF
6509if ac_fn_c_try_compile "$LINENO"; then :
6510 ac_cv_c_bigendian=yes
6511else
6512 ac_cv_c_bigendian=no
6513fi
6514rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6515fi
6516rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6517 fi
6518 if test $ac_cv_c_bigendian = unknown; then
6519 # Compile a test program.
6520 if test "$cross_compiling" = yes; then :
6521 # Try to guess by grepping values from an object file.
6522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6523/* end confdefs.h. */
6524short int ascii_mm[] =
6525 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6526 short int ascii_ii[] =
6527 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6528 int use_ascii (int i) {
6529 return ascii_mm[i] + ascii_ii[i];
6530 }
6531 short int ebcdic_ii[] =
6532 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6533 short int ebcdic_mm[] =
6534 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6535 int use_ebcdic (int i) {
6536 return ebcdic_mm[i] + ebcdic_ii[i];
6537 }
6538 extern int foo;
6539
6540int
6541main ()
6542{
6543return use_ascii (foo) == use_ebcdic (foo);
6544 ;
6545 return 0;
6546}
6547_ACEOF
6548if ac_fn_c_try_compile "$LINENO"; then :
6549 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6550 ac_cv_c_bigendian=yes
6551 fi
6552 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6553 if test "$ac_cv_c_bigendian" = unknown; then
6554 ac_cv_c_bigendian=no
6555 else
6556 # finding both strings is unlikely to happen, but who knows?
6557 ac_cv_c_bigendian=unknown
6558 fi
6559 fi
6560fi
6561rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6562else
6563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6564/* end confdefs.h. */
6565$ac_includes_default
6566int
6567main ()
6568{
6569
6570 /* Are we little or big endian? From Harbison&Steele. */
6571 union
6572 {
6573 long int l;
6574 char c[sizeof (long int)];
6575 } u;
6576 u.l = 1;
6577 return u.c[sizeof (long int) - 1] == 1;
6578
6579 ;
6580 return 0;
6581}
6582_ACEOF
6583if ac_fn_c_try_run "$LINENO"; then :
6584 ac_cv_c_bigendian=no
6585else
6586 ac_cv_c_bigendian=yes
6587fi
6588rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6589 conftest.$ac_objext conftest.beam conftest.$ac_ext
6590fi
6591
6592 fi
6593fi
6594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6595$as_echo "$ac_cv_c_bigendian" >&6; }
6596 case $ac_cv_c_bigendian in #(
6597 yes)
6598 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6599;; #(
6600 no)
6601 ;; #(
6602 universal)
6603
6604$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6605
6606 ;; #(
6607 *)
d0ac1c44 6608 as_fn_error $? "unknown endianness
0cb8d851
MF
6609 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6610 esac
6611
6bb11ab3
L
6612
6613
6614
c25ea03d 6615if test "x$cross_compiling" = "xno"; then
aa0fca16 6616 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6617 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6618 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6619 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6620 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6621else
aa0fca16 6622 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6623 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6624 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6625 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6626 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6627fi
6628
6629
6630
c25ea03d 6631
c2783492 6632
aa0fca16
MF
6633
6634
a3e2cc64
MF
6635if test -n "$ac_tool_prefix"; then
6636 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6637set dummy ${ac_tool_prefix}ar; ac_word=$2
6638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6639$as_echo_n "checking for $ac_word... " >&6; }
6640if ${ac_cv_prog_AR+:} false; then :
6641 $as_echo_n "(cached) " >&6
6642else
6643 if test -n "$AR"; then
6644 ac_cv_prog_AR="$AR" # Let the user override the test.
6645else
6646as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6647for as_dir in $PATH
6648do
6649 IFS=$as_save_IFS
6650 test -z "$as_dir" && as_dir=.
6651 for ac_exec_ext in '' $ac_executable_extensions; do
6652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6653 ac_cv_prog_AR="${ac_tool_prefix}ar"
6654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6655 break 2
6656 fi
6657done
6658 done
6659IFS=$as_save_IFS
6660
6661fi
6662fi
6663AR=$ac_cv_prog_AR
6664if test -n "$AR"; then
6665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6666$as_echo "$AR" >&6; }
6667else
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6669$as_echo "no" >&6; }
6670fi
6671
6672
6673fi
6674if test -z "$ac_cv_prog_AR"; then
6675 ac_ct_AR=$AR
6676 # Extract the first word of "ar", so it can be a program name with args.
6677set dummy ar; ac_word=$2
6678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6679$as_echo_n "checking for $ac_word... " >&6; }
6680if ${ac_cv_prog_ac_ct_AR+:} false; then :
6681 $as_echo_n "(cached) " >&6
6682else
6683 if test -n "$ac_ct_AR"; then
6684 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6685else
6686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6687for as_dir in $PATH
6688do
6689 IFS=$as_save_IFS
6690 test -z "$as_dir" && as_dir=.
6691 for ac_exec_ext in '' $ac_executable_extensions; do
6692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6693 ac_cv_prog_ac_ct_AR="ar"
6694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6695 break 2
6696 fi
6697done
6698 done
6699IFS=$as_save_IFS
6700
6701fi
6702fi
6703ac_ct_AR=$ac_cv_prog_ac_ct_AR
6704if test -n "$ac_ct_AR"; then
6705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6706$as_echo "$ac_ct_AR" >&6; }
6707else
6708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6709$as_echo "no" >&6; }
6710fi
6711
6712 if test "x$ac_ct_AR" = x; then
6713 AR=""
6714 else
6715 case $cross_compiling:$ac_tool_warned in
6716yes:)
6717{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6718$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6719ac_tool_warned=yes ;;
6720esac
6721 AR=$ac_ct_AR
6722 fi
6723else
6724 AR="$ac_cv_prog_AR"
6725fi
6bb11ab3
L
6726
6727if test -n "$ac_tool_prefix"; then
6728 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6729set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6731$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6732if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6733 $as_echo_n "(cached) " >&6
6734else
6735 if test -n "$RANLIB"; then
6736 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6737else
6738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6739for as_dir in $PATH
6740do
6741 IFS=$as_save_IFS
6742 test -z "$as_dir" && as_dir=.
6743 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6745 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6747 break 2
6748 fi
6749done
6750 done
6751IFS=$as_save_IFS
6752
6753fi
6754fi
6755RANLIB=$ac_cv_prog_RANLIB
6756if test -n "$RANLIB"; then
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6758$as_echo "$RANLIB" >&6; }
6759else
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6761$as_echo "no" >&6; }
6762fi
6763
6764
6765fi
6766if test -z "$ac_cv_prog_RANLIB"; then
6767 ac_ct_RANLIB=$RANLIB
6768 # Extract the first word of "ranlib", so it can be a program name with args.
6769set dummy ranlib; ac_word=$2
6770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6771$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6772if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6773 $as_echo_n "(cached) " >&6
6774else
6775 if test -n "$ac_ct_RANLIB"; then
6776 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6777else
6778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6779for as_dir in $PATH
6780do
6781 IFS=$as_save_IFS
6782 test -z "$as_dir" && as_dir=.
6783 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6785 ac_cv_prog_ac_ct_RANLIB="ranlib"
6786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6787 break 2
6788 fi
6789done
6790 done
6791IFS=$as_save_IFS
6792
6793fi
6794fi
6795ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6796if test -n "$ac_ct_RANLIB"; then
6797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6798$as_echo "$ac_ct_RANLIB" >&6; }
6799else
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6801$as_echo "no" >&6; }
6802fi
6803
6804 if test "x$ac_ct_RANLIB" = x; then
6805 RANLIB=":"
6806 else
6807 case $cross_compiling:$ac_tool_warned in
6808yes:)
6809{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6810$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6811ac_tool_warned=yes ;;
6812esac
6813 RANLIB=$ac_ct_RANLIB
6814 fi
6815else
6816 RANLIB="$ac_cv_prog_RANLIB"
6817fi
6818
6819
46f900c0
MF
6820# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6821# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6822# is C99. So handle it ourselves.
6823:
6824C_DIALECT=
6825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6826$as_echo_n "checking whether C11 is supported by default... " >&6; }
6827cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6828/* end confdefs.h. */
6829
6830#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6831# error "C11 support not found"
6832#endif
6833
6834_ACEOF
6835if ac_fn_c_try_compile "$LINENO"; then :
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6837$as_echo "yes" >&6; }
6838else
6839
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6841$as_echo "no" >&6; }
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6843$as_echo_n "checking for -std=c11 support... " >&6; }
6844 ac_save_CC="$CC"
6845 CC="$CC -std=c11"
6846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6847/* end confdefs.h. */
6848
6849#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6850# error "C11 support not found"
6851#endif
6852
6853_ACEOF
6854if ac_fn_c_try_compile "$LINENO"; then :
6855
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6857$as_echo "yes" >&6; }
6858 CC="$ac_save_CC"
6859 C_DIALECT="-std=c11"
6860
6861else
6862 as_fn_error $? "C11 is required" "$LINENO" 5
6863fi
6864rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6865fi
6866rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6867
6868
c2783492 6869
6bb11ab3
L
6870# Dependency checking.
6871ac_config_commands="$ac_config_commands depdir"
6872
6873
6874depcc="$CC" am_compiler_list=
6875
6876am_depcomp=$ac_aux_dir/depcomp
6877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6878$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6879if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6880 $as_echo_n "(cached) " >&6
6881else
6882 if test -f "$am_depcomp"; then
6883 # We make a subdir and do the tests there. Otherwise we can end up
6884 # making bogus files that we don't know about and never remove. For
6885 # instance it was reported that on HP-UX the gcc test will end up
6886 # making a dummy file named `D' -- because `-MD' means `put the output
6887 # in D'.
6888 mkdir conftest.dir
6889 # Copy depcomp to subdir because otherwise we won't find it if we're
6890 # using a relative directory.
6891 cp "$am_depcomp" conftest.dir
6892 cd conftest.dir
6893 # We will build objects and dependencies in a subdirectory because
6894 # it helps to detect inapplicable dependency modes. For instance
6895 # both Tru64's cc and ICC support -MD to output dependencies as a
6896 # side effect of compilation, but ICC will put the dependencies in
6897 # the current directory while Tru64 will put them in the object
6898 # directory.
6899 mkdir sub
6900
6901 am_cv_CC_dependencies_compiler_type=none
6902 if test "$am_compiler_list" = ""; then
6903 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6904 fi
6905 for depmode in $am_compiler_list; do
6906 if test $depmode = none; then break; fi
6907
6908 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6909 # Setup a source with many dependencies, because some compilers
6910 # like to wrap large dependency lists on column 80 (with \), and
6911 # we should not choose a depcomp mode which is confused by this.
6912 #
6913 # We need to recreate these files for each test, as the compiler may
6914 # overwrite some of them when testing with obscure command lines.
6915 # This happens at least with the AIX C compiler.
6916 : > sub/conftest.c
6917 for i in 1 2 3 4 5 6; do
6918 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6919 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6920 # Solaris 8's {/usr,}/bin/sh.
6921 touch sub/conftst$i.h
6922 done
6923 echo "include sub/conftest.Po" > confmf
6924
6925 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6926 # mode. It turns out that the SunPro C++ compiler does not properly
6927 # handle `-M -o', and we need to detect this.
6928 depcmd="depmode=$depmode \
6929 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6930 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6931 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6932 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6933 if env $depcmd > conftest.err 2>&1 &&
6934 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6935 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6936 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6937 # icc doesn't choke on unknown options, it will just issue warnings
6938 # or remarks (even with -Werror). So we grep stderr for any message
6939 # that says an option was ignored or not supported.
6940 # When given -MP, icc 7.0 and 7.1 complain thusly:
6941 # icc: Command line warning: ignoring option '-M'; no argument required
6942 # The diagnosis changed in icc 8.0:
6943 # icc: Command line remark: option '-MP' not supported
6944 if (grep 'ignoring option' conftest.err ||
6945 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6946 am_cv_CC_dependencies_compiler_type=$depmode
6947 $as_echo "$as_me:$LINENO: success" >&5
6948 break
6949 fi
6950 fi
6951 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6952 sed -e 's/^/| /' < conftest.err >&5
6953 done
6954
6955 cd ..
6956 rm -rf conftest.dir
6957else
6958 am_cv_CC_dependencies_compiler_type=none
6959fi
6960
6961fi
6962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6963$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6964if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6965then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6966else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6967
6968fi
6969
6970
6bb11ab3
L
6971ALL_LINGUAS=
6972# If we haven't got the data from the intl directory,
6973# assume NLS is disabled.
6974USE_NLS=no
6975LIBINTL=
6976LIBINTL_DEP=
6977INCINTL=
6978XGETTEXT=
6979GMSGFMT=
6980POSUB=
6981
6982if test -f ../../intl/config.intl; then
6983 . ../../intl/config.intl
6984fi
6985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6986$as_echo_n "checking whether NLS is requested... " >&6; }
6987if test x"$USE_NLS" != xyes; then
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6989$as_echo "no" >&6; }
6990else
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6992$as_echo "yes" >&6; }
6993
6994$as_echo "#define ENABLE_NLS 1" >>confdefs.h
6995
6996
6997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
6998$as_echo_n "checking for catalogs to be installed... " >&6; }
6999 # Look for .po and .gmo files in the source directory.
7000 CATALOGS=
7001 XLINGUAS=
7002 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7003 # If there aren't any .gmo files the shell will give us the
7004 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7005 # weeded out.
7006 case "$cat" in *\**)
7007 continue;;
7008 esac
7009 # The quadruple backslash is collapsed to a double backslash
7010 # by the backticks, then collapsed again by the double quotes,
7011 # leaving us with one backslash in the sed expression (right
7012 # before the dot that mustn't act as a wildcard).
7013 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7014 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7015 # The user is allowed to set LINGUAS to a list of languages to
7016 # install catalogs for. If it's empty that means "all of them."
7017 if test "x$LINGUAS" = x; then
7018 CATALOGS="$CATALOGS $cat"
7019 XLINGUAS="$XLINGUAS $lang"
7020 else
7021 case "$LINGUAS" in *$lang*)
7022 CATALOGS="$CATALOGS $cat"
7023 XLINGUAS="$XLINGUAS $lang"
7024 ;;
7025 esac
7026 fi
7027 done
7028 LINGUAS="$XLINGUAS"
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7030$as_echo "$LINGUAS" >&6; }
7031
7032
7033 DATADIRNAME=share
7034
7035 INSTOBJEXT=.mo
7036
7037 GENCAT=gencat
7038
7039 CATOBJEXT=.gmo
7040
7041fi
7042
6bb11ab3
L
7043# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7044# using the same condition.
7045
aadc9410 7046 # Use the system's zlib library.
7fed4b0b
L
7047 zlibdir="-L\$(top_builddir)/../zlib"
7048 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7049
aadc9410
MF
7050# Check whether --with-system-zlib was given.
7051if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7052 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7053 zlibdir=
7054 zlibinc=
7055 fi
6bb11ab3
L
7056
7057fi
7058
6bb11ab3 7059
6bb11ab3 7060
6bb11ab3
L
7061
7062
7063# BFD uses libdl when when plugins enabled.
7064
faa743bb
RM
7065 maybe_plugins=no
7066 for ac_header in dlfcn.h
7067do :
7068 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7069"
d0ac1c44 7070if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7071 cat >>confdefs.h <<_ACEOF
7072#define HAVE_DLFCN_H 1
7073_ACEOF
7074 maybe_plugins=yes
7075fi
7076
7077done
7078
7079 for ac_header in windows.h
7080do :
7081 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7082"
d0ac1c44 7083if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7084 cat >>confdefs.h <<_ACEOF
7085#define HAVE_WINDOWS_H 1
7086_ACEOF
7087 maybe_plugins=yes
7088fi
7089
7090done
7091
7092
7093 # Check whether --enable-plugins was given.
6bb11ab3
L
7094if test "${enable_plugins+set}" = set; then :
7095 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7096 no) plugins=no ;;
7097 *) plugins=yes
7098 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7099 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7100 fi ;;
7101 esac
6bb11ab3 7102else
faa743bb
RM
7103 plugins=$maybe_plugins
7104
6bb11ab3
L
7105fi
7106
2974be62 7107 if test "$plugins" = "yes"; then
37f980dc
SM
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7109$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7110if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7111 $as_echo_n "(cached) " >&6
7112else
7113 ac_func_search_save_LIBS=$LIBS
7114cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7115/* end confdefs.h. */
7116
7117/* Override any GCC internal prototype to avoid an error.
7118 Use char because int might match the return type of a GCC
7119 builtin and then its argument prototype would still apply. */
7120#ifdef __cplusplus
7121extern "C"
7122#endif
37f980dc 7123char dlsym ();
2974be62
AM
7124int
7125main ()
7126{
37f980dc 7127return dlsym ();
2974be62
AM
7128 ;
7129 return 0;
7130}
7131_ACEOF
7132for ac_lib in '' dl; do
7133 if test -z "$ac_lib"; then
7134 ac_res="none required"
7135 else
7136 ac_res=-l$ac_lib
7137 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7138 fi
7139 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7140 ac_cv_search_dlsym=$ac_res
2974be62
AM
7141fi
7142rm -f core conftest.err conftest.$ac_objext \
7143 conftest$ac_exeext
d0ac1c44 7144 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7145 break
7146fi
7147done
d0ac1c44 7148if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7149
7150else
37f980dc 7151 ac_cv_search_dlsym=no
2974be62
AM
7152fi
7153rm conftest.$ac_ext
7154LIBS=$ac_func_search_save_LIBS
7155fi
37f980dc
SM
7156{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7157$as_echo "$ac_cv_search_dlsym" >&6; }
7158ac_res=$ac_cv_search_dlsym
2974be62
AM
7159if test "$ac_res" != no; then :
7160 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7161
7162fi
7163
7164 fi
6bb11ab3
L
7165
7166 if test "$plugins" = yes; then
7167 PLUGINS_TRUE=
7168 PLUGINS_FALSE='#'
7169else
7170 PLUGINS_TRUE='#'
7171 PLUGINS_FALSE=
7172fi
7173
7174
7175
7176
7177
7178# Set options
7179enable_dlopen=yes
7180
7181
7182
7183
7184 enable_win32_dll=no
7185
7186
7187 # Check whether --enable-shared was given.
7188if test "${enable_shared+set}" = set; then :
7189 enableval=$enable_shared; p=${PACKAGE-default}
7190 case $enableval in
7191 yes) enable_shared=yes ;;
7192 no) enable_shared=no ;;
7193 *)
7194 enable_shared=no
7195 # Look at the argument we got. We use all the common list separators.
7196 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7197 for pkg in $enableval; do
7198 IFS="$lt_save_ifs"
7199 if test "X$pkg" = "X$p"; then
7200 enable_shared=yes
7201 fi
7202 done
7203 IFS="$lt_save_ifs"
7204 ;;
7205 esac
7206else
7207 enable_shared=yes
7208fi
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218 # Check whether --enable-static was given.
7219if test "${enable_static+set}" = set; then :
7220 enableval=$enable_static; p=${PACKAGE-default}
7221 case $enableval in
7222 yes) enable_static=yes ;;
7223 no) enable_static=no ;;
7224 *)
7225 enable_static=no
7226 # Look at the argument we got. We use all the common list separators.
7227 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7228 for pkg in $enableval; do
7229 IFS="$lt_save_ifs"
7230 if test "X$pkg" = "X$p"; then
7231 enable_static=yes
7232 fi
7233 done
7234 IFS="$lt_save_ifs"
7235 ;;
7236 esac
7237else
7238 enable_static=yes
7239fi
7240
7241
7242
7243
7244
7245
7246
7247
7248
7249
7250# Check whether --with-pic was given.
7251if test "${with_pic+set}" = set; then :
7252 withval=$with_pic; pic_mode="$withval"
7253else
7254 pic_mode=default
7255fi
7256
7257
7258test -z "$pic_mode" && pic_mode=default
7259
7260
7261
7262
7263
7264
7265
7266 # Check whether --enable-fast-install was given.
7267if test "${enable_fast_install+set}" = set; then :
7268 enableval=$enable_fast_install; p=${PACKAGE-default}
7269 case $enableval in
7270 yes) enable_fast_install=yes ;;
7271 no) enable_fast_install=no ;;
7272 *)
7273 enable_fast_install=no
7274 # Look at the argument we got. We use all the common list separators.
7275 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7276 for pkg in $enableval; do
7277 IFS="$lt_save_ifs"
7278 if test "X$pkg" = "X$p"; then
7279 enable_fast_install=yes
7280 fi
7281 done
7282 IFS="$lt_save_ifs"
7283 ;;
7284 esac
7285else
7286 enable_fast_install=yes
7287fi
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297
7298
7299# This can be used to rebuild libtool when needed
7300LIBTOOL_DEPS="$ltmain"
7301
7302# Always use our own libtool.
7303LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330test -z "$LN_S" && LN_S="ln -s"
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345if test -n "${ZSH_VERSION+set}" ; then
7346 setopt NO_GLOB_SUBST
b7026657 7347fi
b7026657 7348
6bb11ab3
L
7349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7350$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7351if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7352 $as_echo_n "(cached) " >&6
7353else
7354 rm -f .libs 2>/dev/null
7355mkdir .libs 2>/dev/null
7356if test -d .libs; then
7357 lt_cv_objdir=.libs
7358else
7359 # MS-DOS does not allow filenames that begin with a dot.
7360 lt_cv_objdir=_libs
7361fi
7362rmdir .libs 2>/dev/null
7363fi
7364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7365$as_echo "$lt_cv_objdir" >&6; }
7366objdir=$lt_cv_objdir
7367
7368
7369
7370
7371
7372cat >>confdefs.h <<_ACEOF
7373#define LT_OBJDIR "$lt_cv_objdir/"
7374_ACEOF
7375
7376
7377
7378
7379case $host_os in
7380aix3*)
7381 # AIX sometimes has problems with the GCC collect2 program. For some
7382 # reason, if we set the COLLECT_NAMES environment variable, the problems
7383 # vanish in a puff of smoke.
7384 if test "X${COLLECT_NAMES+set}" != Xset; then
7385 COLLECT_NAMES=
7386 export COLLECT_NAMES
7387 fi
7388 ;;
81ecdfbb 7389esac
6bb11ab3
L
7390
7391# Global variables:
7392ofile=libtool
7393can_build_shared=yes
7394
7395# All known linkers require a `.a' archive for static linking (except MSVC,
7396# which needs '.lib').
7397libext=a
7398
7399with_gnu_ld="$lt_cv_prog_gnu_ld"
7400
7401old_CC="$CC"
7402old_CFLAGS="$CFLAGS"
7403
7404# Set sane defaults for various variables
7405test -z "$CC" && CC=cc
7406test -z "$LTCC" && LTCC=$CC
7407test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7408test -z "$LD" && LD=ld
7409test -z "$ac_objext" && ac_objext=o
7410
7411for cc_temp in $compiler""; do
7412 case $cc_temp in
7413 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7414 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7415 \-*) ;;
7416 *) break;;
7417 esac
7418done
7419cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7420
7421
7422# Only perform the check for file, if the check method requires it
7423test -z "$MAGIC_CMD" && MAGIC_CMD=file
7424case $deplibs_check_method in
7425file_magic*)
7426 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7428$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7429if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7430 $as_echo_n "(cached) " >&6
7431else
7432 case $MAGIC_CMD in
7433[\\/*] | ?:[\\/]*)
7434 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7435 ;;
7436*)
7437 lt_save_MAGIC_CMD="$MAGIC_CMD"
7438 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7439 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7440 for ac_dir in $ac_dummy; do
7441 IFS="$lt_save_ifs"
7442 test -z "$ac_dir" && ac_dir=.
7443 if test -f $ac_dir/${ac_tool_prefix}file; then
7444 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7445 if test -n "$file_magic_test_file"; then
7446 case $deplibs_check_method in
7447 "file_magic "*)
7448 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7449 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7450 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7451 $EGREP "$file_magic_regex" > /dev/null; then
7452 :
7453 else
7454 cat <<_LT_EOF 1>&2
7455
7456*** Warning: the command libtool uses to detect shared libraries,
7457*** $file_magic_cmd, produces output that libtool cannot recognize.
7458*** The result is that libtool may fail to recognize shared libraries
7459*** as such. This will affect the creation of libtool libraries that
7460*** depend on shared libraries, but programs linked with such libtool
7461*** libraries will work regardless of this problem. Nevertheless, you
7462*** may want to report the problem to your system manager and/or to
7463*** bug-libtool@gnu.org
7464
7465_LT_EOF
7466 fi ;;
7467 esac
7468 fi
7469 break
f0569246 7470 fi
6bb11ab3
L
7471 done
7472 IFS="$lt_save_ifs"
7473 MAGIC_CMD="$lt_save_MAGIC_CMD"
7474 ;;
7475esac
f0569246 7476fi
f0569246 7477
6bb11ab3
L
7478MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7479if test -n "$MAGIC_CMD"; then
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7481$as_echo "$MAGIC_CMD" >&6; }
7482else
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7484$as_echo "no" >&6; }
7485fi
81ecdfbb 7486
6bb11ab3
L
7487
7488
7489
7490
7491if test -z "$lt_cv_path_MAGIC_CMD"; then
7492 if test -n "$ac_tool_prefix"; then
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7494$as_echo_n "checking for file... " >&6; }
d0ac1c44 7495if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7496 $as_echo_n "(cached) " >&6
7497else
7498 case $MAGIC_CMD in
7499[\\/*] | ?:[\\/]*)
7500 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7501 ;;
7502*)
7503 lt_save_MAGIC_CMD="$MAGIC_CMD"
7504 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7505 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7506 for ac_dir in $ac_dummy; do
7507 IFS="$lt_save_ifs"
7508 test -z "$ac_dir" && ac_dir=.
7509 if test -f $ac_dir/file; then
7510 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7511 if test -n "$file_magic_test_file"; then
7512 case $deplibs_check_method in
7513 "file_magic "*)
7514 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7515 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7516 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7517 $EGREP "$file_magic_regex" > /dev/null; then
7518 :
7519 else
7520 cat <<_LT_EOF 1>&2
7521
7522*** Warning: the command libtool uses to detect shared libraries,
7523*** $file_magic_cmd, produces output that libtool cannot recognize.
7524*** The result is that libtool may fail to recognize shared libraries
7525*** as such. This will affect the creation of libtool libraries that
7526*** depend on shared libraries, but programs linked with such libtool
7527*** libraries will work regardless of this problem. Nevertheless, you
7528*** may want to report the problem to your system manager and/or to
7529*** bug-libtool@gnu.org
7530
7531_LT_EOF
7532 fi ;;
7533 esac
7534 fi
7535 break
7536 fi
7537 done
7538 IFS="$lt_save_ifs"
7539 MAGIC_CMD="$lt_save_MAGIC_CMD"
7540 ;;
81ecdfbb 7541esac
6bb11ab3
L
7542fi
7543
7544MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7545if test -n "$MAGIC_CMD"; then
7546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7547$as_echo "$MAGIC_CMD" >&6; }
7548else
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7550$as_echo "no" >&6; }
7551fi
7552
7553
7554 else
7555 MAGIC_CMD=:
7556 fi
7557fi
7558
7559 fi
7560 ;;
7561esac
7562
7563# Use C for the default configuration in the libtool script
7564
7565lt_save_CC="$CC"
7566ac_ext=c
7567ac_cpp='$CPP $CPPFLAGS'
7568ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7569ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7570ac_compiler_gnu=$ac_cv_c_compiler_gnu
7571
7572
7573# Source file extension for C test sources.
7574ac_ext=c
7575
7576# Object file extension for compiled C test sources.
7577objext=o
7578objext=$objext
7579
7580# Code to be used in simple compile tests
7581lt_simple_compile_test_code="int some_variable = 0;"
7582
7583# Code to be used in simple link tests
7584lt_simple_link_test_code='int main(){return(0);}'
7585
7586
7587
7588
7589
7590
7591
7592# If no C compiler was specified, use CC.
7593LTCC=${LTCC-"$CC"}
7594
7595# If no C compiler flags were specified, use CFLAGS.
7596LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7597
7598# Allow CC to be a program name with arguments.
7599compiler=$CC
7600
7601# Save the default compiler, since it gets overwritten when the other
7602# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7603compiler_DEFAULT=$CC
7604
7605# save warnings/boilerplate of simple test code
7606ac_outfile=conftest.$ac_objext
7607echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7608eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7609_lt_compiler_boilerplate=`cat conftest.err`
7610$RM conftest*
7611
7612ac_outfile=conftest.$ac_objext
7613echo "$lt_simple_link_test_code" >conftest.$ac_ext
7614eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7615_lt_linker_boilerplate=`cat conftest.err`
7616$RM -r conftest*
7617
7618
7619## CAVEAT EMPTOR:
7620## There is no encapsulation within the following macros, do not change
7621## the running order or otherwise move them around unless you know exactly
7622## what you are doing...
7623if test -n "$compiler"; then
7624
7625lt_prog_compiler_no_builtin_flag=
7626
7627if test "$GCC" = yes; then
7628 case $cc_basename in
7629 nvcc*)
7630 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7631 *)
7632 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7633 esac
6bb11ab3
L
7634
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7636$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7637if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7638 $as_echo_n "(cached) " >&6
f0569246 7639else
6bb11ab3
L
7640 lt_cv_prog_compiler_rtti_exceptions=no
7641 ac_outfile=conftest.$ac_objext
7642 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7643 lt_compiler_flag="-fno-rtti -fno-exceptions"
7644 # Insert the option either (1) after the last *FLAGS variable, or
7645 # (2) before a word containing "conftest.", or (3) at the end.
7646 # Note that $ac_compile itself does not contain backslashes and begins
7647 # with a dollar sign (not a hyphen), so the echo should work correctly.
7648 # The option is referenced via a variable to avoid confusing sed.
7649 lt_compile=`echo "$ac_compile" | $SED \
7650 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7651 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7652 -e 's:$: $lt_compiler_flag:'`
7653 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7654 (eval "$lt_compile" 2>conftest.err)
7655 ac_status=$?
7656 cat conftest.err >&5
7657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7658 if (exit $ac_status) && test -s "$ac_outfile"; then
7659 # The compiler can only warn and ignore the option if not recognized
7660 # So say no if there are warnings other than the usual output.
7661 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7662 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7663 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7664 lt_cv_prog_compiler_rtti_exceptions=yes
7665 fi
7666 fi
7667 $RM conftest*
7668
f0569246 7669fi
6bb11ab3
L
7670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7671$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7672
7673if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7674 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7675else
7676 :
7677fi
7678
7679fi
7680
7681
7682
7683
7684
7685
7686 lt_prog_compiler_wl=
7687lt_prog_compiler_pic=
7688lt_prog_compiler_static=
7689
7690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7691$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7692
7693 if test "$GCC" = yes; then
7694 lt_prog_compiler_wl='-Wl,'
7695 lt_prog_compiler_static='-static'
7696
7697 case $host_os in
7698 aix*)
7699 # All AIX code is PIC.
7700 if test "$host_cpu" = ia64; then
7701 # AIX 5 now supports IA64 processor
7702 lt_prog_compiler_static='-Bstatic'
7703 fi
7704 lt_prog_compiler_pic='-fPIC'
7705 ;;
7706
7707 amigaos*)
7708 case $host_cpu in
7709 powerpc)
7710 # see comment about AmigaOS4 .so support
7711 lt_prog_compiler_pic='-fPIC'
7712 ;;
7713 m68k)
7714 # FIXME: we need at least 68020 code to build shared libraries, but
7715 # adding the `-m68020' flag to GCC prevents building anything better,
7716 # like `-m68040'.
7717 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7718 ;;
7719 esac
7720 ;;
7721
7722 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7723 # PIC is the default for these OSes.
7724 ;;
7725
7726 mingw* | cygwin* | pw32* | os2* | cegcc*)
7727 # This hack is so that the source file can tell whether it is being
7728 # built for inclusion in a dll (and should export symbols for example).
7729 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7730 # (--disable-auto-import) libraries
7731 lt_prog_compiler_pic='-DDLL_EXPORT'
7732 ;;
7733
7734 darwin* | rhapsody*)
7735 # PIC is the default on this platform
7736 # Common symbols not allowed in MH_DYLIB files
7737 lt_prog_compiler_pic='-fno-common'
7738 ;;
7739
7740 haiku*)
7741 # PIC is the default for Haiku.
7742 # The "-static" flag exists, but is broken.
7743 lt_prog_compiler_static=
7744 ;;
7745
7746 hpux*)
7747 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7748 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7749 # sets the default TLS model and affects inlining.
7750 case $host_cpu in
7751 hppa*64*)
7752 # +Z the default
7753 ;;
7754 *)
7755 lt_prog_compiler_pic='-fPIC'
7756 ;;
7757 esac
7758 ;;
7759
7760 interix[3-9]*)
7761 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7762 # Instead, we relocate shared libraries at runtime.
7763 ;;
7764
7765 msdosdjgpp*)
7766 # Just because we use GCC doesn't mean we suddenly get shared libraries
7767 # on systems that don't support them.
7768 lt_prog_compiler_can_build_shared=no
7769 enable_shared=no
7770 ;;
7771
7772 *nto* | *qnx*)
7773 # QNX uses GNU C++, but need to define -shared option too, otherwise
7774 # it will coredump.
7775 lt_prog_compiler_pic='-fPIC -shared'
7776 ;;
7777
7778 sysv4*MP*)
7779 if test -d /usr/nec; then
7780 lt_prog_compiler_pic=-Kconform_pic
7781 fi
7782 ;;
7783
7784 *)
7785 lt_prog_compiler_pic='-fPIC'
7786 ;;
7787 esac
7788
7789 case $cc_basename in
7790 nvcc*) # Cuda Compiler Driver 2.2
7791 lt_prog_compiler_wl='-Xlinker '
7792 lt_prog_compiler_pic='-Xcompiler -fPIC'
7793 ;;
7794 esac
7795 else
7796 # PORTME Check for flag to pass linker flags through the system compiler.
7797 case $host_os in
7798 aix*)
7799 lt_prog_compiler_wl='-Wl,'
7800 if test "$host_cpu" = ia64; then
7801 # AIX 5 now supports IA64 processor
7802 lt_prog_compiler_static='-Bstatic'
7803 else
7804 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7805 fi
7806 ;;
7807
7808 mingw* | cygwin* | pw32* | os2* | cegcc*)
7809 # This hack is so that the source file can tell whether it is being
7810 # built for inclusion in a dll (and should export symbols for example).
7811 lt_prog_compiler_pic='-DDLL_EXPORT'
7812 ;;
7813
7814 hpux9* | hpux10* | hpux11*)
7815 lt_prog_compiler_wl='-Wl,'
7816 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7817 # not for PA HP-UX.
7818 case $host_cpu in
7819 hppa*64*|ia64*)
7820 # +Z the default
7821 ;;
7822 *)
7823 lt_prog_compiler_pic='+Z'
7824 ;;
7825 esac
7826 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7827 lt_prog_compiler_static='${wl}-a ${wl}archive'
7828 ;;
7829
7830 irix5* | irix6* | nonstopux*)
7831 lt_prog_compiler_wl='-Wl,'
7832 # PIC (with -KPIC) is the default.
7833 lt_prog_compiler_static='-non_shared'
7834 ;;
7835
7836 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7837 case $cc_basename in
7838 # old Intel for x86_64 which still supported -KPIC.
7839 ecc*)
7840 lt_prog_compiler_wl='-Wl,'
7841 lt_prog_compiler_pic='-KPIC'
7842 lt_prog_compiler_static='-static'
7843 ;;
7844 # icc used to be incompatible with GCC.
7845 # ICC 10 doesn't accept -KPIC any more.
7846 icc* | ifort*)
7847 lt_prog_compiler_wl='-Wl,'
7848 lt_prog_compiler_pic='-fPIC'
7849 lt_prog_compiler_static='-static'
7850 ;;
7851 # Lahey Fortran 8.1.
7852 lf95*)
7853 lt_prog_compiler_wl='-Wl,'
7854 lt_prog_compiler_pic='--shared'
7855 lt_prog_compiler_static='--static'
7856 ;;
7857 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7858 # Portland Group compilers (*not* the Pentium gcc compiler,
7859 # which looks to be a dead project)
7860 lt_prog_compiler_wl='-Wl,'
7861 lt_prog_compiler_pic='-fpic'
7862 lt_prog_compiler_static='-Bstatic'
7863 ;;
7864 ccc*)
7865 lt_prog_compiler_wl='-Wl,'
7866 # All Alpha code is PIC.
7867 lt_prog_compiler_static='-non_shared'
7868 ;;
7869 xl* | bgxl* | bgf* | mpixl*)
7870 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7871 lt_prog_compiler_wl='-Wl,'
7872 lt_prog_compiler_pic='-qpic'
7873 lt_prog_compiler_static='-qstaticlink'
7874 ;;
7875 *)
7876 case `$CC -V 2>&1 | sed 5q` in
7877 *Sun\ F* | *Sun*Fortran*)
7878 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7879 lt_prog_compiler_pic='-KPIC'
7880 lt_prog_compiler_static='-Bstatic'
7881 lt_prog_compiler_wl=''
7882 ;;
7883 *Sun\ C*)
7884 # Sun C 5.9
7885 lt_prog_compiler_pic='-KPIC'
7886 lt_prog_compiler_static='-Bstatic'
7887 lt_prog_compiler_wl='-Wl,'
7888 ;;
7889 esac
7890 ;;
7891 esac
7892 ;;
7893
7894 newsos6)
7895 lt_prog_compiler_pic='-KPIC'
7896 lt_prog_compiler_static='-Bstatic'
7897 ;;
7898
7899 *nto* | *qnx*)
7900 # QNX uses GNU C++, but need to define -shared option too, otherwise
7901 # it will coredump.
7902 lt_prog_compiler_pic='-fPIC -shared'
7903 ;;
7904
7905 osf3* | osf4* | osf5*)
7906 lt_prog_compiler_wl='-Wl,'
7907 # All OSF/1 code is PIC.
7908 lt_prog_compiler_static='-non_shared'
7909 ;;
7910
7911 rdos*)
7912 lt_prog_compiler_static='-non_shared'
7913 ;;
f0569246 7914
6bb11ab3
L
7915 solaris*)
7916 lt_prog_compiler_pic='-KPIC'
7917 lt_prog_compiler_static='-Bstatic'
7918 case $cc_basename in
7919 f77* | f90* | f95*)
7920 lt_prog_compiler_wl='-Qoption ld ';;
7921 *)
7922 lt_prog_compiler_wl='-Wl,';;
7923 esac
7924 ;;
f0569246 7925
6bb11ab3
L
7926 sunos4*)
7927 lt_prog_compiler_wl='-Qoption ld '
7928 lt_prog_compiler_pic='-PIC'
7929 lt_prog_compiler_static='-Bstatic'
7930 ;;
f0569246 7931
6bb11ab3
L
7932 sysv4 | sysv4.2uw2* | sysv4.3*)
7933 lt_prog_compiler_wl='-Wl,'
7934 lt_prog_compiler_pic='-KPIC'
7935 lt_prog_compiler_static='-Bstatic'
7936 ;;
7937
7938 sysv4*MP*)
7939 if test -d /usr/nec ;then
7940 lt_prog_compiler_pic='-Kconform_pic'
7941 lt_prog_compiler_static='-Bstatic'
7942 fi
7943 ;;
7944
7945 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7946 lt_prog_compiler_wl='-Wl,'
7947 lt_prog_compiler_pic='-KPIC'
7948 lt_prog_compiler_static='-Bstatic'
7949 ;;
7950
7951 unicos*)
7952 lt_prog_compiler_wl='-Wl,'
7953 lt_prog_compiler_can_build_shared=no
7954 ;;
7955
7956 uts4*)
7957 lt_prog_compiler_pic='-pic'
7958 lt_prog_compiler_static='-Bstatic'
7959 ;;
7960
7961 *)
7962 lt_prog_compiler_can_build_shared=no
7963 ;;
7964 esac
7965 fi
7966
7967case $host_os in
7968 # For platforms which do not support PIC, -DPIC is meaningless:
7969 *djgpp*)
7970 lt_prog_compiler_pic=
7971 ;;
7972 *)
7973 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7974 ;;
81ecdfbb 7975esac
6bb11ab3
L
7976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7977$as_echo "$lt_prog_compiler_pic" >&6; }
7978
7979
7980
7981
7982
7983
7984#
7985# Check to make sure the PIC flag actually works.
7986#
7987if test -n "$lt_prog_compiler_pic"; then
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7989$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 7990if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 7991 $as_echo_n "(cached) " >&6
b7026657 7992else
6bb11ab3
L
7993 lt_cv_prog_compiler_pic_works=no
7994 ac_outfile=conftest.$ac_objext
7995 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7996 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7997 # Insert the option either (1) after the last *FLAGS variable, or
7998 # (2) before a word containing "conftest.", or (3) at the end.
7999 # Note that $ac_compile itself does not contain backslashes and begins
8000 # with a dollar sign (not a hyphen), so the echo should work correctly.
8001 # The option is referenced via a variable to avoid confusing sed.
8002 lt_compile=`echo "$ac_compile" | $SED \
8003 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8004 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8005 -e 's:$: $lt_compiler_flag:'`
8006 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8007 (eval "$lt_compile" 2>conftest.err)
8008 ac_status=$?
8009 cat conftest.err >&5
8010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8011 if (exit $ac_status) && test -s "$ac_outfile"; then
8012 # The compiler can only warn and ignore the option if not recognized
8013 # So say no if there are warnings other than the usual output.
8014 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8015 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8016 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8017 lt_cv_prog_compiler_pic_works=yes
8018 fi
8019 fi
8020 $RM conftest*
b7026657 8021
b7026657 8022fi
6bb11ab3
L
8023{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8024$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8025
8026if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8027 case $lt_prog_compiler_pic in
8028 "" | " "*) ;;
8029 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8030 esac
8031else
8032 lt_prog_compiler_pic=
8033 lt_prog_compiler_can_build_shared=no
f0569246 8034fi
6bb11ab3
L
8035
8036fi
8037
8038
8039
8040
8041
8042
8043#
8044# Check to make sure the static flag actually works.
8045#
8046wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8048$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8049if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8050 $as_echo_n "(cached) " >&6
f0569246 8051else
6bb11ab3
L
8052 lt_cv_prog_compiler_static_works=no
8053 save_LDFLAGS="$LDFLAGS"
8054 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8055 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8056 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8057 # The linker can only warn and ignore the option if not recognized
8058 # So say no if there are warnings
8059 if test -s conftest.err; then
8060 # Append any errors to the config.log.
8061 cat conftest.err 1>&5
8062 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8063 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8064 if diff conftest.exp conftest.er2 >/dev/null; then
8065 lt_cv_prog_compiler_static_works=yes
8066 fi
8067 else
8068 lt_cv_prog_compiler_static_works=yes
8069 fi
8070 fi
8071 $RM -r conftest*
8072 LDFLAGS="$save_LDFLAGS"
f0569246 8073
6bb11ab3
L
8074fi
8075{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8076$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8077
6bb11ab3
L
8078if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8079 :
b7026657 8080else
6bb11ab3 8081 lt_prog_compiler_static=
b7026657 8082fi
f0569246 8083
6bb11ab3
L
8084
8085
8086
8087
8088
8089
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8091$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8092if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8093 $as_echo_n "(cached) " >&6
81ecdfbb 8094else
6bb11ab3
L
8095 lt_cv_prog_compiler_c_o=no
8096 $RM -r conftest 2>/dev/null
8097 mkdir conftest
8098 cd conftest
8099 mkdir out
8100 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8101
8102 lt_compiler_flag="-o out/conftest2.$ac_objext"
8103 # Insert the option either (1) after the last *FLAGS variable, or
8104 # (2) before a word containing "conftest.", or (3) at the end.
8105 # Note that $ac_compile itself does not contain backslashes and begins
8106 # with a dollar sign (not a hyphen), so the echo should work correctly.
8107 lt_compile=`echo "$ac_compile" | $SED \
8108 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8109 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8110 -e 's:$: $lt_compiler_flag:'`
8111 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8112 (eval "$lt_compile" 2>out/conftest.err)
8113 ac_status=$?
8114 cat out/conftest.err >&5
8115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8116 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8117 then
8118 # The compiler can only warn and ignore the option if not recognized
8119 # So say no if there are warnings
8120 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8121 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8122 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8123 lt_cv_prog_compiler_c_o=yes
8124 fi
8125 fi
8126 chmod u+w . 2>&5
8127 $RM conftest*
8128 # SGI C++ compiler will create directory out/ii_files/ for
8129 # template instantiation
8130 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8131 $RM out/* && rmdir out
8132 cd ..
8133 $RM -r conftest
8134 $RM conftest*
8135
81ecdfbb 8136fi
6bb11ab3
L
8137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8138$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8139
8140
8141
8142
8143
8144
8145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8146$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8147if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8148 $as_echo_n "(cached) " >&6
8149else
6bb11ab3
L
8150 lt_cv_prog_compiler_c_o=no
8151 $RM -r conftest 2>/dev/null
8152 mkdir conftest
8153 cd conftest
8154 mkdir out
8155 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8156
8157 lt_compiler_flag="-o out/conftest2.$ac_objext"
8158 # Insert the option either (1) after the last *FLAGS variable, or
8159 # (2) before a word containing "conftest.", or (3) at the end.
8160 # Note that $ac_compile itself does not contain backslashes and begins
8161 # with a dollar sign (not a hyphen), so the echo should work correctly.
8162 lt_compile=`echo "$ac_compile" | $SED \
8163 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8164 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8165 -e 's:$: $lt_compiler_flag:'`
8166 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8167 (eval "$lt_compile" 2>out/conftest.err)
8168 ac_status=$?
8169 cat out/conftest.err >&5
8170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8171 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8172 then
8173 # The compiler can only warn and ignore the option if not recognized
8174 # So say no if there are warnings
8175 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8176 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8177 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8178 lt_cv_prog_compiler_c_o=yes
8179 fi
8180 fi
8181 chmod u+w . 2>&5
8182 $RM conftest*
8183 # SGI C++ compiler will create directory out/ii_files/ for
8184 # template instantiation
8185 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8186 $RM out/* && rmdir out
8187 cd ..
8188 $RM -r conftest
8189 $RM conftest*
8190
8191fi
8192{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8193$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8194
8195
8196
8197
8198hard_links="nottested"
8199if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8200 # do not overwrite the value of need_locks provided by the user
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8202$as_echo_n "checking if we can lock with hard links... " >&6; }
8203 hard_links=yes
8204 $RM conftest*
8205 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8206 touch conftest.a
8207 ln conftest.a conftest.b 2>&5 || hard_links=no
8208 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8210$as_echo "$hard_links" >&6; }
8211 if test "$hard_links" = no; then
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8213$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8214 need_locks=warn
8215 fi
8216else
8217 need_locks=no
8218fi
8219
8220
8221
8222
8223
8224
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8226$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8227
8228 runpath_var=
8229 allow_undefined_flag=
8230 always_export_symbols=no
8231 archive_cmds=
8232 archive_expsym_cmds=
8233 compiler_needs_object=no
8234 enable_shared_with_static_runtimes=no
8235 export_dynamic_flag_spec=
8236 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8237 hardcode_automatic=no
8238 hardcode_direct=no
8239 hardcode_direct_absolute=no
8240 hardcode_libdir_flag_spec=
8241 hardcode_libdir_flag_spec_ld=
8242 hardcode_libdir_separator=
8243 hardcode_minus_L=no
8244 hardcode_shlibpath_var=unsupported
8245 inherit_rpath=no
8246 link_all_deplibs=unknown
8247 module_cmds=
8248 module_expsym_cmds=
8249 old_archive_from_new_cmds=
8250 old_archive_from_expsyms_cmds=
8251 thread_safe_flag_spec=
8252 whole_archive_flag_spec=
8253 # include_expsyms should be a list of space-separated symbols to be *always*
8254 # included in the symbol list
8255 include_expsyms=
8256 # exclude_expsyms can be an extended regexp of symbols to exclude
8257 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8258 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8259 # as well as any symbol that contains `d'.
8260 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8261 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8262 # platforms (ab)use it in PIC code, but their linkers get confused if
8263 # the symbol is explicitly referenced. Since portable code cannot
8264 # rely on this symbol name, it's probably fine to never include it in
8265 # preloaded symbol tables.
8266 # Exclude shared library initialization/finalization symbols.
8267 extract_expsyms_cmds=
8268
8269 case $host_os in
8270 cygwin* | mingw* | pw32* | cegcc*)
8271 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8272 # When not using gcc, we currently assume that we are using
8273 # Microsoft Visual C++.
8274 if test "$GCC" != yes; then
8275 with_gnu_ld=no
8276 fi
8277 ;;
8278 interix*)
8279 # we just hope/assume this is gcc and not c89 (= MSVC++)
8280 with_gnu_ld=yes
8281 ;;
8282 openbsd*)
8283 with_gnu_ld=no
8284 ;;
8285 esac
f0569246 8286
6bb11ab3
L
8287 ld_shlibs=yes
8288
8289 # On some targets, GNU ld is compatible enough with the native linker
8290 # that we're better off using the native interface for both.
8291 lt_use_gnu_ld_interface=no
8292 if test "$with_gnu_ld" = yes; then
8293 case $host_os in
8294 aix*)
8295 # The AIX port of GNU ld has always aspired to compatibility
8296 # with the native linker. However, as the warning in the GNU ld
8297 # block says, versions before 2.19.5* couldn't really create working
8298 # shared libraries, regardless of the interface used.
8299 case `$LD -v 2>&1` in
8300 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8301 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8302 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8303 *)
8304 lt_use_gnu_ld_interface=yes
8305 ;;
8306 esac
8307 ;;
8308 *)
8309 lt_use_gnu_ld_interface=yes
8310 ;;
8311 esac
8312 fi
f0569246 8313
6bb11ab3
L
8314 if test "$lt_use_gnu_ld_interface" = yes; then
8315 # If archive_cmds runs LD, not CC, wlarc should be empty
8316 wlarc='${wl}'
8317
8318 # Set some defaults for GNU ld with shared library support. These
8319 # are reset later if shared libraries are not supported. Putting them
8320 # here allows them to be overridden if necessary.
8321 runpath_var=LD_RUN_PATH
8322 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8323 export_dynamic_flag_spec='${wl}--export-dynamic'
8324 # ancient GNU ld didn't support --whole-archive et. al.
8325 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8326 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8327 else
8328 whole_archive_flag_spec=
8329 fi
8330 supports_anon_versioning=no
8331 case `$LD -v 2>&1` in
8332 *GNU\ gold*) supports_anon_versioning=yes ;;
8333 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8334 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8335 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8336 *\ 2.11.*) ;; # other 2.11 versions
8337 *) supports_anon_versioning=yes ;;
8338 esac
8339
8340 # See if GNU ld supports shared libraries.
8341 case $host_os in
8342 aix[3-9]*)
8343 # On AIX/PPC, the GNU linker is very broken
8344 if test "$host_cpu" != ia64; then
8345 ld_shlibs=no
8346 cat <<_LT_EOF 1>&2
8347
8348*** Warning: the GNU linker, at least up to release 2.19, is reported
8349*** to be unable to reliably create shared libraries on AIX.
8350*** Therefore, libtool is disabling shared libraries support. If you
8351*** really care for shared libraries, you may want to install binutils
8352*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8353*** You will then need to restart the configuration process.
8354
8355_LT_EOF
8356 fi
8357 ;;
8358
8359 amigaos*)
8360 case $host_cpu in
8361 powerpc)
8362 # see comment about AmigaOS4 .so support
8363 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8364 archive_expsym_cmds=''
8365 ;;
8366 m68k)
8367 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)'
8368 hardcode_libdir_flag_spec='-L$libdir'
8369 hardcode_minus_L=yes
8370 ;;
8371 esac
8372 ;;
8373
8374 beos*)
8375 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8376 allow_undefined_flag=unsupported
8377 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8378 # support --undefined. This deserves some investigation. FIXME
8379 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8380 else
8381 ld_shlibs=no
8382 fi
8383 ;;
8384
8385 cygwin* | mingw* | pw32* | cegcc*)
8386 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8387 # as there is no search path for DLLs.
8388 hardcode_libdir_flag_spec='-L$libdir'
8389 export_dynamic_flag_spec='${wl}--export-all-symbols'
8390 allow_undefined_flag=unsupported
8391 always_export_symbols=no
8392 enable_shared_with_static_runtimes=yes
8393 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8394
8395 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8396 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8397 # If the export-symbols file already is a .def file (1st line
8398 # is EXPORTS), use it as is; otherwise, prepend...
8399 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8400 cp $export_symbols $output_objdir/$soname.def;
8401 else
8402 echo EXPORTS > $output_objdir/$soname.def;
8403 cat $export_symbols >> $output_objdir/$soname.def;
8404 fi~
8405 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8406 else
8407 ld_shlibs=no
8408 fi
8409 ;;
8410
8411 haiku*)
8412 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8413 link_all_deplibs=yes
8414 ;;
8415
8416 interix[3-9]*)
8417 hardcode_direct=no
8418 hardcode_shlibpath_var=no
8419 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8420 export_dynamic_flag_spec='${wl}-E'
8421 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8422 # Instead, shared libraries are loaded at an image base (0x10000000 by
8423 # default) and relocated if they conflict, which is a slow very memory
8424 # consuming and fragmenting process. To avoid this, we pick a random,
8425 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8426 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8427 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8428 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'
8429 ;;
8430
8431 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8432 tmp_diet=no
8433 if test "$host_os" = linux-dietlibc; then
8434 case $cc_basename in
8435 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8436 esac
8437 fi
8438 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8439 && test "$tmp_diet" = no
8440 then
5cddc23a 8441 tmp_addflag=' $pic_flag'
6bb11ab3
L
8442 tmp_sharedflag='-shared'
8443 case $cc_basename,$host_cpu in
8444 pgcc*) # Portland Group C compiler
8445 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'
8446 tmp_addflag=' $pic_flag'
8447 ;;
8448 pgf77* | pgf90* | pgf95* | pgfortran*)
8449 # Portland Group f77 and f90 compilers
8450 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'
8451 tmp_addflag=' $pic_flag -Mnomain' ;;
8452 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8453 tmp_addflag=' -i_dynamic' ;;
8454 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8455 tmp_addflag=' -i_dynamic -nofor_main' ;;
8456 ifc* | ifort*) # Intel Fortran compiler
8457 tmp_addflag=' -nofor_main' ;;
8458 lf95*) # Lahey Fortran 8.1
8459 whole_archive_flag_spec=
8460 tmp_sharedflag='--shared' ;;
8461 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8462 tmp_sharedflag='-qmkshrobj'
8463 tmp_addflag= ;;
8464 nvcc*) # Cuda Compiler Driver 2.2
8465 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'
8466 compiler_needs_object=yes
8467 ;;
8468 esac
8469 case `$CC -V 2>&1 | sed 5q` in
8470 *Sun\ C*) # Sun C 5.9
8471 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'
8472 compiler_needs_object=yes
8473 tmp_sharedflag='-G' ;;
8474 *Sun\ F*) # Sun Fortran 8.3
8475 tmp_sharedflag='-G' ;;
8476 esac
8477 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8478
8479 if test "x$supports_anon_versioning" = xyes; then
8480 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8481 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8482 echo "local: *; };" >> $output_objdir/$libname.ver~
8483 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8484 fi
8485
8486 case $cc_basename in
8487 xlf* | bgf* | bgxlf* | mpixlf*)
8488 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8489 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8490 hardcode_libdir_flag_spec=
8491 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8492 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8493 if test "x$supports_anon_versioning" = xyes; then
8494 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8495 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8496 echo "local: *; };" >> $output_objdir/$libname.ver~
8497 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8498 fi
8499 ;;
8500 esac
8501 else
8502 ld_shlibs=no
8503 fi
8504 ;;
8505
8506 netbsd*)
8507 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8508 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8509 wlarc=
8510 else
8511 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8512 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8513 fi
8514 ;;
8515
8516 solaris*)
8517 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8518 ld_shlibs=no
8519 cat <<_LT_EOF 1>&2
8520
8521*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8522*** create shared libraries on Solaris systems. Therefore, libtool
8523*** is disabling shared libraries support. We urge you to upgrade GNU
8524*** binutils to release 2.9.1 or newer. Another option is to modify
8525*** your PATH or compiler configuration so that the native linker is
8526*** used, and then restart.
8527
8528_LT_EOF
8529 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8530 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8531 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8532 else
8533 ld_shlibs=no
8534 fi
8535 ;;
8536
8537 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8538 case `$LD -v 2>&1` in
8539 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8540 ld_shlibs=no
8541 cat <<_LT_EOF 1>&2
8542
8543*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8544*** reliably create shared libraries on SCO systems. Therefore, libtool
8545*** is disabling shared libraries support. We urge you to upgrade GNU
8546*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8547*** your PATH or compiler configuration so that the native linker is
8548*** used, and then restart.
8549
8550_LT_EOF
8551 ;;
8552 *)
8553 # For security reasons, it is highly recommended that you always
8554 # use absolute paths for naming shared libraries, and exclude the
8555 # DT_RUNPATH tag from executables and libraries. But doing so
8556 # requires that you compile everything twice, which is a pain.
8557 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8558 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8559 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8560 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8561 else
8562 ld_shlibs=no
8563 fi
8564 ;;
8565 esac
8566 ;;
8567
8568 sunos4*)
8569 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8570 wlarc=
8571 hardcode_direct=yes
8572 hardcode_shlibpath_var=no
8573 ;;
8574
8575 *)
8576 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8577 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8578 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8579 else
8580 ld_shlibs=no
8581 fi
8582 ;;
8583 esac
8584
8585 if test "$ld_shlibs" = no; then
8586 runpath_var=
8587 hardcode_libdir_flag_spec=
8588 export_dynamic_flag_spec=
8589 whole_archive_flag_spec=
8590 fi
8591 else
8592 # PORTME fill in a description of your system's linker (not GNU ld)
8593 case $host_os in
8594 aix3*)
8595 allow_undefined_flag=unsupported
8596 always_export_symbols=yes
8597 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'
8598 # Note: this linker hardcodes the directories in LIBPATH if there
8599 # are no directories specified by -L.
8600 hardcode_minus_L=yes
8601 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8602 # Neither direct hardcoding nor static linking is supported with a
8603 # broken collect2.
8604 hardcode_direct=unsupported
8605 fi
8606 ;;
8607
8608 aix[4-9]*)
8609 if test "$host_cpu" = ia64; then
8610 # On IA64, the linker does run time linking by default, so we don't
8611 # have to do anything special.
8612 aix_use_runtimelinking=no
8613 exp_sym_flag='-Bexport'
8614 no_entry_flag=""
8615 else
8616 # If we're using GNU nm, then we don't want the "-C" option.
8617 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8618 # Also, AIX nm treats weak defined symbols like other global
8619 # defined symbols, whereas GNU nm marks them as "W".
8620 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8621 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'
8622 else
5c887dd5 8623 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
8624 fi
8625 aix_use_runtimelinking=no
8626
8627 # Test if we are trying to use run time linking or normal
8628 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8629 # need to do runtime linking.
8630 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8631 for ld_flag in $LDFLAGS; do
8632 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8633 aix_use_runtimelinking=yes
8634 break
8635 fi
8636 done
8637 ;;
8638 esac
8639
8640 exp_sym_flag='-bexport'
8641 no_entry_flag='-bnoentry'
8642 fi
8643
8644 # When large executables or shared objects are built, AIX ld can
8645 # have problems creating the table of contents. If linking a library
8646 # or program results in "error TOC overflow" add -mminimal-toc to
8647 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8648 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8649
8650 archive_cmds=''
8651 hardcode_direct=yes
8652 hardcode_direct_absolute=yes
8653 hardcode_libdir_separator=':'
8654 link_all_deplibs=yes
8655 file_list_spec='${wl}-f,'
8656
8657 if test "$GCC" = yes; then
8658 case $host_os in aix4.[012]|aix4.[012].*)
8659 # We only want to do this on AIX 4.2 and lower, the check
8660 # below for broken collect2 doesn't work under 4.3+
8661 collect2name=`${CC} -print-prog-name=collect2`
8662 if test -f "$collect2name" &&
8663 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8664 then
8665 # We have reworked collect2
8666 :
8667 else
8668 # We have old collect2
8669 hardcode_direct=unsupported
8670 # It fails to find uninstalled libraries when the uninstalled
8671 # path is not listed in the libpath. Setting hardcode_minus_L
8672 # to unsupported forces relinking
8673 hardcode_minus_L=yes
8674 hardcode_libdir_flag_spec='-L$libdir'
8675 hardcode_libdir_separator=
8676 fi
8677 ;;
8678 esac
8679 shared_flag='-shared'
8680 if test "$aix_use_runtimelinking" = yes; then
8681 shared_flag="$shared_flag "'${wl}-G'
8682 fi
8683 else
8684 # not using gcc
8685 if test "$host_cpu" = ia64; then
8686 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8687 # chokes on -Wl,-G. The following line is correct:
8688 shared_flag='-G'
8689 else
8690 if test "$aix_use_runtimelinking" = yes; then
8691 shared_flag='${wl}-G'
8692 else
8693 shared_flag='${wl}-bM:SRE'
8694 fi
8695 fi
8696 fi
8697
8698 export_dynamic_flag_spec='${wl}-bexpall'
8699 # It seems that -bexpall does not export symbols beginning with
8700 # underscore (_), so it is better to generate a list of symbols to export.
8701 always_export_symbols=yes
8702 if test "$aix_use_runtimelinking" = yes; then
8703 # Warning - without using the other runtime loading flags (-brtl),
8704 # -berok will link without error, but may produce a broken library.
8705 allow_undefined_flag='-berok'
8706 # Determine the default libpath from the value encoded in an
8707 # empty executable.
8708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8709/* end confdefs.h. */
8710
8711int
8712main ()
8713{
8714
8715 ;
8716 return 0;
8717}
8718_ACEOF
6bb11ab3 8719if ac_fn_c_try_link "$LINENO"; then :
b7026657 8720
6bb11ab3
L
8721lt_aix_libpath_sed='
8722 /Import File Strings/,/^$/ {
8723 /^0/ {
8724 s/^0 *\(.*\)$/\1/
8725 p
8726 }
8727 }'
8728aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8729# Check for a 64-bit object if we didn't find anything.
8730if test -z "$aix_libpath"; then
8731 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8732fi
8733fi
8734rm -f core conftest.err conftest.$ac_objext \
8735 conftest$ac_exeext conftest.$ac_ext
8736if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8737
8738 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8739 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"
8740 else
8741 if test "$host_cpu" = ia64; then
8742 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8743 allow_undefined_flag="-z nodefs"
8744 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"
8745 else
8746 # Determine the default libpath from the value encoded in an
8747 # empty executable.
81ecdfbb
RW
8748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8749/* end confdefs.h. */
8750
8751int
8752main ()
8753{
8754
8755 ;
8756 return 0;
8757}
8758_ACEOF
6bb11ab3
L
8759if ac_fn_c_try_link "$LINENO"; then :
8760
8761lt_aix_libpath_sed='
8762 /Import File Strings/,/^$/ {
8763 /^0/ {
8764 s/^0 *\(.*\)$/\1/
8765 p
8766 }
8767 }'
8768aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8769# Check for a 64-bit object if we didn't find anything.
8770if test -z "$aix_libpath"; then
8771 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8772fi
81ecdfbb 8773fi
6bb11ab3
L
8774rm -f core conftest.err conftest.$ac_objext \
8775 conftest$ac_exeext conftest.$ac_ext
8776if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8777
8778 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8779 # Warning - without using the other run time loading flags,
8780 # -berok will link without error, but may produce a broken library.
8781 no_undefined_flag=' ${wl}-bernotok'
8782 allow_undefined_flag=' ${wl}-berok'
8783 if test "$with_gnu_ld" = yes; then
8784 # We only use this code for GNU lds that support --whole-archive.
8785 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8786 else
8787 # Exported symbols can be pulled into shared objects from archives
8788 whole_archive_flag_spec='$convenience'
8789 fi
8790 archive_cmds_need_lc=yes
8791 # This is similar to how AIX traditionally builds its shared libraries.
8792 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'
8793 fi
8794 fi
8795 ;;
8796
8797 amigaos*)
8798 case $host_cpu in
8799 powerpc)
8800 # see comment about AmigaOS4 .so support
8801 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8802 archive_expsym_cmds=''
8803 ;;
8804 m68k)
8805 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)'
8806 hardcode_libdir_flag_spec='-L$libdir'
8807 hardcode_minus_L=yes
8808 ;;
8809 esac
8810 ;;
8811
8812 bsdi[45]*)
8813 export_dynamic_flag_spec=-rdynamic
8814 ;;
8815
8816 cygwin* | mingw* | pw32* | cegcc*)
8817 # When not using gcc, we currently assume that we are using
8818 # Microsoft Visual C++.
8819 # hardcode_libdir_flag_spec is actually meaningless, as there is
8820 # no search path for DLLs.
8821 hardcode_libdir_flag_spec=' '
8822 allow_undefined_flag=unsupported
8823 # Tell ltmain to make .lib files, not .a files.
8824 libext=lib
8825 # Tell ltmain to make .dll files, not .so files.
8826 shrext_cmds=".dll"
8827 # FIXME: Setting linknames here is a bad hack.
8828 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8829 # The linker will automatically build a .lib file if we build a DLL.
8830 old_archive_from_new_cmds='true'
8831 # FIXME: Should let the user specify the lib program.
8832 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8833 fix_srcfile_path='`cygpath -w "$srcfile"`'
8834 enable_shared_with_static_runtimes=yes
8835 ;;
8836
8837 darwin* | rhapsody*)
8838
8839
8840 archive_cmds_need_lc=no
8841 hardcode_direct=no
8842 hardcode_automatic=yes
8843 hardcode_shlibpath_var=unsupported
8844 if test "$lt_cv_ld_force_load" = "yes"; then
8845 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 8846 else
6bb11ab3 8847 whole_archive_flag_spec=''
f0569246 8848 fi
6bb11ab3
L
8849 link_all_deplibs=yes
8850 allow_undefined_flag="$_lt_dar_allow_undefined"
8851 case $cc_basename in
8852 ifort*) _lt_dar_can_shared=yes ;;
8853 *) _lt_dar_can_shared=$GCC ;;
8854 esac
8855 if test "$_lt_dar_can_shared" = "yes"; then
8856 output_verbose_link_cmd=func_echo_all
8857 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8858 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8859 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}"
8860 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}"
8861
f0569246 8862 else
6bb11ab3 8863 ld_shlibs=no
f0569246 8864 fi
6bb11ab3
L
8865
8866 ;;
8867
8868 dgux*)
8869 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8870 hardcode_libdir_flag_spec='-L$libdir'
8871 hardcode_shlibpath_var=no
8872 ;;
8873
8874 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8875 # support. Future versions do this automatically, but an explicit c++rt0.o
8876 # does not break anything, and helps significantly (at the cost of a little
8877 # extra space).
8878 freebsd2.2*)
8879 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8880 hardcode_libdir_flag_spec='-R$libdir'
8881 hardcode_direct=yes
8882 hardcode_shlibpath_var=no
8883 ;;
8884
8885 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8886 freebsd2.*)
8887 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8888 hardcode_direct=yes
8889 hardcode_minus_L=yes
8890 hardcode_shlibpath_var=no
8891 ;;
8892
8893 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8894 freebsd* | dragonfly*)
8895 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8896 hardcode_libdir_flag_spec='-R$libdir'
8897 hardcode_direct=yes
8898 hardcode_shlibpath_var=no
8899 ;;
8900
8901 hpux9*)
8902 if test "$GCC" = yes; then
8903 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'
8904 else
8905 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'
8906 fi
8907 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8908 hardcode_libdir_separator=:
8909 hardcode_direct=yes
8910
8911 # hardcode_minus_L: Not really in the search PATH,
8912 # but as the default location of the library.
8913 hardcode_minus_L=yes
8914 export_dynamic_flag_spec='${wl}-E'
8915 ;;
8916
8917 hpux10*)
8918 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8919 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8920 else
8921 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8922 fi
8923 if test "$with_gnu_ld" = no; then
8924 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8925 hardcode_libdir_flag_spec_ld='+b $libdir'
8926 hardcode_libdir_separator=:
8927 hardcode_direct=yes
8928 hardcode_direct_absolute=yes
8929 export_dynamic_flag_spec='${wl}-E'
8930 # hardcode_minus_L: Not really in the search PATH,
8931 # but as the default location of the library.
8932 hardcode_minus_L=yes
8933 fi
8934 ;;
8935
8936 hpux11*)
8937 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8938 case $host_cpu in
8939 hppa*64*)
8940 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8941 ;;
8942 ia64*)
8943 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8944 ;;
8945 *)
8946 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8947 ;;
8948 esac
8949 else
8950 case $host_cpu in
8951 hppa*64*)
8952 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8953 ;;
8954 ia64*)
8955 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8956 ;;
8957 *)
8958
8959 # Older versions of the 11.00 compiler do not understand -b yet
8960 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8962$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 8963if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 8964 $as_echo_n "(cached) " >&6
f0569246 8965else
6bb11ab3
L
8966 lt_cv_prog_compiler__b=no
8967 save_LDFLAGS="$LDFLAGS"
8968 LDFLAGS="$LDFLAGS -b"
8969 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8970 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8971 # The linker can only warn and ignore the option if not recognized
8972 # So say no if there are warnings
8973 if test -s conftest.err; then
8974 # Append any errors to the config.log.
8975 cat conftest.err 1>&5
8976 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8977 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8978 if diff conftest.exp conftest.er2 >/dev/null; then
8979 lt_cv_prog_compiler__b=yes
8980 fi
8981 else
8982 lt_cv_prog_compiler__b=yes
8983 fi
8984 fi
8985 $RM -r conftest*
8986 LDFLAGS="$save_LDFLAGS"
f0569246 8987
6bb11ab3
L
8988fi
8989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8990$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 8991
6bb11ab3
L
8992if test x"$lt_cv_prog_compiler__b" = xyes; then
8993 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8994else
8995 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8996fi
81ecdfbb 8997
6bb11ab3
L
8998 ;;
8999 esac
9000 fi
9001 if test "$with_gnu_ld" = no; then
9002 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9003 hardcode_libdir_separator=:
9004
9005 case $host_cpu in
9006 hppa*64*|ia64*)
9007 hardcode_direct=no
9008 hardcode_shlibpath_var=no
9009 ;;
9010 *)
9011 hardcode_direct=yes
9012 hardcode_direct_absolute=yes
9013 export_dynamic_flag_spec='${wl}-E'
9014
9015 # hardcode_minus_L: Not really in the search PATH,
9016 # but as the default location of the library.
9017 hardcode_minus_L=yes
9018 ;;
9019 esac
9020 fi
9021 ;;
9022
9023 irix5* | irix6* | nonstopux*)
9024 if test "$GCC" = yes; then
9025 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'
9026 # Try to use the -exported_symbol ld option, if it does not
9027 # work, assume that -exports_file does not work either and
9028 # implicitly export all symbols.
9029 save_LDFLAGS="$LDFLAGS"
9030 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9032/* end confdefs.h. */
9033int foo(void) {}
b7026657 9034_ACEOF
6bb11ab3
L
9035if ac_fn_c_try_link "$LINENO"; then :
9036 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 9037
f0569246 9038fi
6bb11ab3
L
9039rm -f core conftest.err conftest.$ac_objext \
9040 conftest$ac_exeext conftest.$ac_ext
9041 LDFLAGS="$save_LDFLAGS"
9042 else
9043 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'
9044 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'
9045 fi
9046 archive_cmds_need_lc='no'
9047 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9048 hardcode_libdir_separator=:
9049 inherit_rpath=yes
9050 link_all_deplibs=yes
9051 ;;
9052
9053 netbsd*)
9054 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9055 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9056 else
9057 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9058 fi
9059 hardcode_libdir_flag_spec='-R$libdir'
9060 hardcode_direct=yes
9061 hardcode_shlibpath_var=no
9062 ;;
9063
9064 newsos6)
9065 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9066 hardcode_direct=yes
9067 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9068 hardcode_libdir_separator=:
9069 hardcode_shlibpath_var=no
9070 ;;
9071
9072 *nto* | *qnx*)
9073 ;;
9074
9075 openbsd*)
9076 if test -f /usr/libexec/ld.so; then
9077 hardcode_direct=yes
9078 hardcode_shlibpath_var=no
9079 hardcode_direct_absolute=yes
9080 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9081 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9082 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9083 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9084 export_dynamic_flag_spec='${wl}-E'
9085 else
9086 case $host_os in
9087 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9088 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9089 hardcode_libdir_flag_spec='-R$libdir'
9090 ;;
9091 *)
9092 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9093 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9094 ;;
9095 esac
9096 fi
9097 else
9098 ld_shlibs=no
9099 fi
9100 ;;
9101
9102 os2*)
9103 hardcode_libdir_flag_spec='-L$libdir'
9104 hardcode_minus_L=yes
9105 allow_undefined_flag=unsupported
9106 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'
9107 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9108 ;;
9109
9110 osf3*)
9111 if test "$GCC" = yes; then
9112 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9113 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'
9114 else
9115 allow_undefined_flag=' -expect_unresolved \*'
9116 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'
9117 fi
9118 archive_cmds_need_lc='no'
9119 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9120 hardcode_libdir_separator=:
9121 ;;
9122
9123 osf4* | osf5*) # as osf3* with the addition of -msym flag
9124 if test "$GCC" = yes; then
9125 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9126 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'
9127 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9128 else
9129 allow_undefined_flag=' -expect_unresolved \*'
9130 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'
9131 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~
9132 $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'
9133
9134 # Both c and cxx compiler support -rpath directly
9135 hardcode_libdir_flag_spec='-rpath $libdir'
9136 fi
9137 archive_cmds_need_lc='no'
9138 hardcode_libdir_separator=:
9139 ;;
9140
9141 solaris*)
9142 no_undefined_flag=' -z defs'
9143 if test "$GCC" = yes; then
9144 wlarc='${wl}'
9145 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9146 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9147 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9148 else
9149 case `$CC -V 2>&1` in
9150 *"Compilers 5.0"*)
9151 wlarc=''
9152 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9153 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9154 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9155 ;;
9156 *)
9157 wlarc='${wl}'
9158 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9159 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9160 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9161 ;;
9162 esac
9163 fi
9164 hardcode_libdir_flag_spec='-R$libdir'
9165 hardcode_shlibpath_var=no
9166 case $host_os in
9167 solaris2.[0-5] | solaris2.[0-5].*) ;;
9168 *)
9169 # The compiler driver will combine and reorder linker options,
9170 # but understands `-z linker_flag'. GCC discards it without `$wl',
9171 # but is careful enough not to reorder.
9172 # Supported since Solaris 2.6 (maybe 2.5.1?)
9173 if test "$GCC" = yes; then
9174 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9175 else
9176 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9177 fi
9178 ;;
9179 esac
9180 link_all_deplibs=yes
9181 ;;
9182
9183 sunos4*)
9184 if test "x$host_vendor" = xsequent; then
9185 # Use $CC to link under sequent, because it throws in some extra .o
9186 # files that make .init and .fini sections work.
9187 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9188 else
9189 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9190 fi
9191 hardcode_libdir_flag_spec='-L$libdir'
9192 hardcode_direct=yes
9193 hardcode_minus_L=yes
9194 hardcode_shlibpath_var=no
9195 ;;
9196
9197 sysv4)
9198 case $host_vendor in
9199 sni)
9200 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9201 hardcode_direct=yes # is this really true???
9202 ;;
9203 siemens)
9204 ## LD is ld it makes a PLAMLIB
9205 ## CC just makes a GrossModule.
9206 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9207 reload_cmds='$CC -r -o $output$reload_objs'
9208 hardcode_direct=no
9209 ;;
9210 motorola)
9211 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9212 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9213 ;;
9214 esac
9215 runpath_var='LD_RUN_PATH'
9216 hardcode_shlibpath_var=no
9217 ;;
9218
9219 sysv4.3*)
9220 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9221 hardcode_shlibpath_var=no
9222 export_dynamic_flag_spec='-Bexport'
9223 ;;
9224
9225 sysv4*MP*)
9226 if test -d /usr/nec; then
9227 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9228 hardcode_shlibpath_var=no
9229 runpath_var=LD_RUN_PATH
9230 hardcode_runpath_var=yes
9231 ld_shlibs=yes
9232 fi
9233 ;;
9234
9235 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9236 no_undefined_flag='${wl}-z,text'
9237 archive_cmds_need_lc=no
9238 hardcode_shlibpath_var=no
9239 runpath_var='LD_RUN_PATH'
9240
9241 if test "$GCC" = yes; then
9242 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9243 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9244 else
9245 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9246 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9247 fi
9248 ;;
9249
9250 sysv5* | sco3.2v5* | sco5v6*)
9251 # Note: We can NOT use -z defs as we might desire, because we do not
9252 # link with -lc, and that would cause any symbols used from libc to
9253 # always be unresolved, which means just about no library would
9254 # ever link correctly. If we're not using GNU ld we use -z text
9255 # though, which does catch some bad symbols but isn't as heavy-handed
9256 # as -z defs.
9257 no_undefined_flag='${wl}-z,text'
9258 allow_undefined_flag='${wl}-z,nodefs'
9259 archive_cmds_need_lc=no
9260 hardcode_shlibpath_var=no
9261 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9262 hardcode_libdir_separator=':'
9263 link_all_deplibs=yes
9264 export_dynamic_flag_spec='${wl}-Bexport'
9265 runpath_var='LD_RUN_PATH'
9266
9267 if test "$GCC" = yes; then
9268 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9269 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9270 else
9271 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9272 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9273 fi
9274 ;;
9275
9276 uts4*)
9277 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9278 hardcode_libdir_flag_spec='-L$libdir'
9279 hardcode_shlibpath_var=no
9280 ;;
9281
9282 *)
9283 ld_shlibs=no
9284 ;;
9285 esac
9286
9287 if test x$host_vendor = xsni; then
9288 case $host in
9289 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9290 export_dynamic_flag_spec='${wl}-Blargedynsym'
9291 ;;
9292 esac
9293 fi
9294 fi
9295
9296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9297$as_echo "$ld_shlibs" >&6; }
9298test "$ld_shlibs" = no && can_build_shared=no
9299
9300with_gnu_ld=$with_gnu_ld
9301
9302
9303
b7026657 9304
f0569246 9305
f0569246 9306
6ffe910a 9307
6ffe910a
MF
9308
9309
6ffe910a 9310
f0569246 9311
f0569246
AC
9312
9313
6bb11ab3
L
9314
9315
9316#
9317# Do we need to explicitly link libc?
9318#
9319case "x$archive_cmds_need_lc" in
9320x|xyes)
9321 # Assume -lc should be added
9322 archive_cmds_need_lc=yes
9323
9324 if test "$enable_shared" = yes && test "$GCC" = yes; then
9325 case $archive_cmds in
9326 *'~'*)
9327 # FIXME: we may have to deal with multi-command sequences.
9328 ;;
9329 '$CC '*)
9330 # Test whether the compiler implicitly links with -lc since on some
9331 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9332 # to ld, don't add -lc before -lgcc.
9333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9334$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9335if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9336 $as_echo_n "(cached) " >&6
b7026657 9337else
6bb11ab3
L
9338 $RM conftest*
9339 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9340
9341 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9342 (eval $ac_compile) 2>&5
9343 ac_status=$?
9344 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9345 test $ac_status = 0; } 2>conftest.err; then
9346 soname=conftest
9347 lib=conftest
9348 libobjs=conftest.$ac_objext
9349 deplibs=
9350 wl=$lt_prog_compiler_wl
9351 pic_flag=$lt_prog_compiler_pic
9352 compiler_flags=-v
9353 linker_flags=-v
9354 verstring=
9355 output_objdir=.
9356 libname=conftest
9357 lt_save_allow_undefined_flag=$allow_undefined_flag
9358 allow_undefined_flag=
9359 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9360 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9361 ac_status=$?
9362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9363 test $ac_status = 0; }
9364 then
9365 lt_cv_archive_cmds_need_lc=no
9366 else
9367 lt_cv_archive_cmds_need_lc=yes
9368 fi
9369 allow_undefined_flag=$lt_save_allow_undefined_flag
9370 else
9371 cat conftest.err 1>&5
9372 fi
9373 $RM conftest*
c906108c 9374
6ffe910a 9375fi
6bb11ab3
L
9376{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9377$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9378 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9379 ;;
9380 esac
9381 fi
9382 ;;
6ffe910a 9383esac
c906108c 9384
c906108c 9385
6ffe910a 9386
c906108c 9387
81ecdfbb 9388
35695fd6 9389
35695fd6 9390
35695fd6 9391
f0569246 9392
c906108c 9393
f0569246 9394
b7026657 9395
f0569246 9396
c906108c 9397
81ecdfbb 9398
c906108c 9399
f0569246
AC
9400
9401
81ecdfbb 9402
81ecdfbb 9403
81ecdfbb
RW
9404
9405
81ecdfbb 9406
81ecdfbb 9407
f0569246
AC
9408
9409
c906108c 9410
f0569246 9411
c906108c 9412
c906108c 9413
81ecdfbb 9414
b7026657 9415
c906108c 9416
f0569246 9417
81ecdfbb 9418
f0569246 9419
c906108c 9420
c906108c 9421
b7026657 9422
81ecdfbb 9423
b7026657 9424
c906108c 9425
c906108c 9426
b7026657
AC
9427
9428
9429
9430
6ffe910a 9431
2232061b
MF
9432
9433
2232061b 9434
2232061b
MF
9435
9436
2232061b
MF
9437
9438
2232061b 9439
2232061b
MF
9440
9441
6bb11ab3
L
9442
9443
9444
9445
9446
9447
9448
9449
9450
9451
9452
9453
9454
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9542$as_echo_n "checking dynamic linker characteristics... " >&6; }
9543
9544if test "$GCC" = yes; then
9545 case $host_os in
9546 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9547 *) lt_awk_arg="/^libraries:/" ;;
9548 esac
9549 case $host_os in
9550 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9551 *) lt_sed_strip_eq="s,=/,/,g" ;;
9552 esac
9553 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9554 case $lt_search_path_spec in
9555 *\;*)
9556 # if the path contains ";" then we assume it to be the separator
9557 # otherwise default to the standard path separator (i.e. ":") - it is
9558 # assumed that no part of a normal pathname contains ";" but that should
9559 # okay in the real world where ";" in dirpaths is itself problematic.
9560 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9561 ;;
9562 *)
9563 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9564 ;;
9565 esac
9566 # Ok, now we have the path, separated by spaces, we can step through it
9567 # and add multilib dir if necessary.
9568 lt_tmp_lt_search_path_spec=
9569 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9570 for lt_sys_path in $lt_search_path_spec; do
9571 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9572 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9573 else
9574 test -d "$lt_sys_path" && \
9575 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9576 fi
9577 done
9578 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9579BEGIN {RS=" "; FS="/|\n";} {
9580 lt_foo="";
9581 lt_count=0;
9582 for (lt_i = NF; lt_i > 0; lt_i--) {
9583 if ($lt_i != "" && $lt_i != ".") {
9584 if ($lt_i == "..") {
9585 lt_count++;
9586 } else {
9587 if (lt_count == 0) {
9588 lt_foo="/" $lt_i lt_foo;
9589 } else {
9590 lt_count--;
9591 }
9592 }
9593 }
9594 }
9595 if (lt_foo != "") { lt_freq[lt_foo]++; }
9596 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9597}'`
9598 # AWK program above erroneously prepends '/' to C:/dos/paths
9599 # for these hosts.
9600 case $host_os in
9601 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9602 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9603 esac
9604 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9605else
9606 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9607fi
9608library_names_spec=
9609libname_spec='lib$name'
9610soname_spec=
9611shrext_cmds=".so"
9612postinstall_cmds=
9613postuninstall_cmds=
9614finish_cmds=
9615finish_eval=
9616shlibpath_var=
9617shlibpath_overrides_runpath=unknown
9618version_type=none
9619dynamic_linker="$host_os ld.so"
9620sys_lib_dlsearch_path_spec="/lib /usr/lib"
9621need_lib_prefix=unknown
9622hardcode_into_libs=no
9623
9624# when you set need_version to no, make sure it does not cause -set_version
9625# flags to be left without arguments
9626need_version=unknown
9627
9628case $host_os in
9629aix3*)
9630 version_type=linux
9631 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9632 shlibpath_var=LIBPATH
9633
9634 # AIX 3 has no versioning support, so we append a major version to the name.
9635 soname_spec='${libname}${release}${shared_ext}$major'
9636 ;;
9637
9638aix[4-9]*)
9639 version_type=linux
9640 need_lib_prefix=no
9641 need_version=no
9642 hardcode_into_libs=yes
9643 if test "$host_cpu" = ia64; then
9644 # AIX 5 supports IA64
9645 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9646 shlibpath_var=LD_LIBRARY_PATH
9647 else
9648 # With GCC up to 2.95.x, collect2 would create an import file
9649 # for dependence libraries. The import file would start with
9650 # the line `#! .'. This would cause the generated library to
9651 # depend on `.', always an invalid library. This was fixed in
9652 # development snapshots of GCC prior to 3.0.
9653 case $host_os in
9654 aix4 | aix4.[01] | aix4.[01].*)
9655 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9656 echo ' yes '
9657 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9658 :
9659 else
9660 can_build_shared=no
9661 fi
9662 ;;
9663 esac
9664 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9665 # soname into executable. Probably we can add versioning support to
9666 # collect2, so additional links can be useful in future.
9667 if test "$aix_use_runtimelinking" = yes; then
9668 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9669 # instead of lib<name>.a to let people know that these are not
9670 # typical AIX shared libraries.
9671 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9672 else
9673 # We preserve .a as extension for shared libraries through AIX4.2
9674 # and later when we are not doing run time linking.
9675 library_names_spec='${libname}${release}.a $libname.a'
9676 soname_spec='${libname}${release}${shared_ext}$major'
9677 fi
9678 shlibpath_var=LIBPATH
9679 fi
9680 ;;
9681
9682amigaos*)
9683 case $host_cpu in
9684 powerpc)
9685 # Since July 2007 AmigaOS4 officially supports .so libraries.
9686 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9687 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9688 ;;
9689 m68k)
9690 library_names_spec='$libname.ixlibrary $libname.a'
9691 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9692 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'
9693 ;;
9694 esac
9695 ;;
9696
9697beos*)
9698 library_names_spec='${libname}${shared_ext}'
9699 dynamic_linker="$host_os ld.so"
9700 shlibpath_var=LIBRARY_PATH
9701 ;;
9702
9703bsdi[45]*)
9704 version_type=linux
9705 need_version=no
9706 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9707 soname_spec='${libname}${release}${shared_ext}$major'
9708 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9709 shlibpath_var=LD_LIBRARY_PATH
9710 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9711 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9712 # the default ld.so.conf also contains /usr/contrib/lib and
9713 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9714 # libtool to hard-code these into programs
9715 ;;
9716
9717cygwin* | mingw* | pw32* | cegcc*)
9718 version_type=windows
9719 shrext_cmds=".dll"
9720 need_version=no
9721 need_lib_prefix=no
9722
9723 case $GCC,$host_os in
9724 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9725 library_names_spec='$libname.dll.a'
9726 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9727 postinstall_cmds='base_file=`basename \${file}`~
9728 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9729 dldir=$destdir/`dirname \$dlpath`~
9730 test -d \$dldir || mkdir -p \$dldir~
9731 $install_prog $dir/$dlname \$dldir/$dlname~
9732 chmod a+x \$dldir/$dlname~
9733 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9734 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9735 fi'
9736 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9737 dlpath=$dir/\$dldll~
9738 $RM \$dlpath'
9739 shlibpath_overrides_runpath=yes
9740
9741 case $host_os in
9742 cygwin*)
9743 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9744 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9745
9746 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9747 ;;
9748 mingw* | cegcc*)
9749 # MinGW DLLs use traditional 'lib' prefix
9750 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9751 ;;
9752 pw32*)
9753 # pw32 DLLs use 'pw' prefix rather than 'lib'
9754 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9755 ;;
9756 esac
9757 ;;
9758
9759 *)
9760 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9761 ;;
9762 esac
9763 dynamic_linker='Win32 ld.exe'
9764 # FIXME: first we should search . and the directory the executable is in
9765 shlibpath_var=PATH
9766 ;;
9767
9768darwin* | rhapsody*)
9769 dynamic_linker="$host_os dyld"
9770 version_type=darwin
9771 need_lib_prefix=no
9772 need_version=no
9773 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9774 soname_spec='${libname}${release}${major}$shared_ext'
9775 shlibpath_overrides_runpath=yes
9776 shlibpath_var=DYLD_LIBRARY_PATH
9777 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9778
9779 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9780 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9781 ;;
9782
9783dgux*)
9784 version_type=linux
9785 need_lib_prefix=no
9786 need_version=no
9787 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9788 soname_spec='${libname}${release}${shared_ext}$major'
9789 shlibpath_var=LD_LIBRARY_PATH
9790 ;;
9791
9792freebsd* | dragonfly*)
9793 # DragonFly does not have aout. When/if they implement a new
9794 # versioning mechanism, adjust this.
9795 if test -x /usr/bin/objformat; then
9796 objformat=`/usr/bin/objformat`
9797 else
9798 case $host_os in
9799 freebsd[23].*) objformat=aout ;;
9800 *) objformat=elf ;;
9801 esac
9802 fi
9803 version_type=freebsd-$objformat
9804 case $version_type in
9805 freebsd-elf*)
9806 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9807 need_version=no
9808 need_lib_prefix=no
9809 ;;
9810 freebsd-*)
9811 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9812 need_version=yes
9813 ;;
9814 esac
9815 shlibpath_var=LD_LIBRARY_PATH
9816 case $host_os in
9817 freebsd2.*)
9818 shlibpath_overrides_runpath=yes
9819 ;;
9820 freebsd3.[01]* | freebsdelf3.[01]*)
9821 shlibpath_overrides_runpath=yes
9822 hardcode_into_libs=yes
9823 ;;
9824 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9825 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9826 shlibpath_overrides_runpath=no
9827 hardcode_into_libs=yes
9828 ;;
9829 *) # from 4.6 on, and DragonFly
9830 shlibpath_overrides_runpath=yes
9831 hardcode_into_libs=yes
9832 ;;
9833 esac
9834 ;;
9835
6bb11ab3
L
9836haiku*)
9837 version_type=linux
9838 need_lib_prefix=no
9839 need_version=no
9840 dynamic_linker="$host_os runtime_loader"
9841 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9842 soname_spec='${libname}${release}${shared_ext}$major'
9843 shlibpath_var=LIBRARY_PATH
9844 shlibpath_overrides_runpath=yes
9845 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9846 hardcode_into_libs=yes
9847 ;;
9848
9849hpux9* | hpux10* | hpux11*)
9850 # Give a soname corresponding to the major version so that dld.sl refuses to
9851 # link against other versions.
9852 version_type=sunos
9853 need_lib_prefix=no
9854 need_version=no
9855 case $host_cpu in
9856 ia64*)
9857 shrext_cmds='.so'
9858 hardcode_into_libs=yes
9859 dynamic_linker="$host_os dld.so"
9860 shlibpath_var=LD_LIBRARY_PATH
9861 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9862 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9863 soname_spec='${libname}${release}${shared_ext}$major'
9864 if test "X$HPUX_IA64_MODE" = X32; then
9865 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9866 else
9867 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9868 fi
9869 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9870 ;;
9871 hppa*64*)
9872 shrext_cmds='.sl'
9873 hardcode_into_libs=yes
9874 dynamic_linker="$host_os dld.sl"
9875 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9876 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9877 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9878 soname_spec='${libname}${release}${shared_ext}$major'
9879 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9880 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9881 ;;
9882 *)
9883 shrext_cmds='.sl'
9884 dynamic_linker="$host_os dld.sl"
9885 shlibpath_var=SHLIB_PATH
9886 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9887 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9888 soname_spec='${libname}${release}${shared_ext}$major'
9889 ;;
9890 esac
9891 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9892 postinstall_cmds='chmod 555 $lib'
9893 # or fails outright, so override atomically:
9894 install_override_mode=555
9895 ;;
9896
9897interix[3-9]*)
9898 version_type=linux
9899 need_lib_prefix=no
9900 need_version=no
9901 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9902 soname_spec='${libname}${release}${shared_ext}$major'
9903 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9904 shlibpath_var=LD_LIBRARY_PATH
9905 shlibpath_overrides_runpath=no
9906 hardcode_into_libs=yes
9907 ;;
9908
9909irix5* | irix6* | nonstopux*)
9910 case $host_os in
9911 nonstopux*) version_type=nonstopux ;;
9912 *)
9913 if test "$lt_cv_prog_gnu_ld" = yes; then
9914 version_type=linux
9915 else
9916 version_type=irix
9917 fi ;;
9918 esac
9919 need_lib_prefix=no
9920 need_version=no
9921 soname_spec='${libname}${release}${shared_ext}$major'
9922 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9923 case $host_os in
9924 irix5* | nonstopux*)
9925 libsuff= shlibsuff=
9926 ;;
9927 *)
9928 case $LD in # libtool.m4 will add one of these switches to LD
9929 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9930 libsuff= shlibsuff= libmagic=32-bit;;
9931 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9932 libsuff=32 shlibsuff=N32 libmagic=N32;;
9933 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9934 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9935 *) libsuff= shlibsuff= libmagic=never-match;;
9936 esac
9937 ;;
9938 esac
9939 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9940 shlibpath_overrides_runpath=no
9941 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9942 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9943 hardcode_into_libs=yes
9944 ;;
9945
9946# No shared lib support for Linux oldld, aout, or coff.
9947linux*oldld* | linux*aout* | linux*coff*)
9948 dynamic_linker=no
9949 ;;
9950
9951# This must be Linux ELF.
46f900c0 9952linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
9953 version_type=linux
9954 need_lib_prefix=no
9955 need_version=no
9956 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9957 soname_spec='${libname}${release}${shared_ext}$major'
9958 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9959 shlibpath_var=LD_LIBRARY_PATH
9960 shlibpath_overrides_runpath=no
9961
9962 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 9963 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
9964 $as_echo_n "(cached) " >&6
9965else
6bb11ab3
L
9966 lt_cv_shlibpath_overrides_runpath=no
9967 save_LDFLAGS=$LDFLAGS
9968 save_libdir=$libdir
9969 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9970 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
9972/* end confdefs.h. */
9973
2232061b
MF
9974int
9975main ()
9976{
9977
9978 ;
9979 return 0;
9980}
9981_ACEOF
6bb11ab3
L
9982if ac_fn_c_try_link "$LINENO"; then :
9983 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9984 lt_cv_shlibpath_overrides_runpath=yes
2232061b 9985fi
2232061b 9986fi
6bb11ab3
L
9987rm -f core conftest.err conftest.$ac_objext \
9988 conftest$ac_exeext conftest.$ac_ext
9989 LDFLAGS=$save_LDFLAGS
9990 libdir=$save_libdir
2232061b 9991
6bb11ab3 9992fi
2232061b 9993
6bb11ab3 9994 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 9995
6bb11ab3
L
9996 # This implies no fast_install, which is unacceptable.
9997 # Some rework will be needed to allow for fast_install
9998 # before this can be enabled.
9999 hardcode_into_libs=yes
2232061b 10000
6bb11ab3
L
10001 # Append ld.so.conf contents to the search path
10002 if test -f /etc/ld.so.conf; then
10003 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' ' '`
10004 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10005 fi
2232061b 10006
6bb11ab3
L
10007 # We used to test for /lib/ld.so.1 and disable shared libraries on
10008 # powerpc, because MkLinux only supported shared libraries with the
10009 # GNU dynamic linker. Since this was broken with cross compilers,
10010 # most powerpc-linux boxes support dynamic linking these days and
10011 # people can always --disable-shared, the test was removed, and we
10012 # assume the GNU/Linux dynamic linker is in use.
10013 dynamic_linker='GNU/Linux ld.so'
10014 ;;
10015
10016netbsd*)
10017 version_type=sunos
10018 need_lib_prefix=no
10019 need_version=no
10020 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10022 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10023 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10024 else
6bb11ab3
L
10025 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10026 soname_spec='${libname}${release}${shared_ext}$major'
10027 dynamic_linker='NetBSD ld.elf_so'
10028 fi
10029 shlibpath_var=LD_LIBRARY_PATH
10030 shlibpath_overrides_runpath=yes
10031 hardcode_into_libs=yes
10032 ;;
10033
10034newsos6)
10035 version_type=linux
10036 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10037 shlibpath_var=LD_LIBRARY_PATH
10038 shlibpath_overrides_runpath=yes
10039 ;;
10040
10041*nto* | *qnx*)
10042 version_type=qnx
10043 need_lib_prefix=no
10044 need_version=no
10045 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10046 soname_spec='${libname}${release}${shared_ext}$major'
10047 shlibpath_var=LD_LIBRARY_PATH
10048 shlibpath_overrides_runpath=no
10049 hardcode_into_libs=yes
10050 dynamic_linker='ldqnx.so'
10051 ;;
10052
10053openbsd*)
10054 version_type=sunos
10055 sys_lib_dlsearch_path_spec="/usr/lib"
10056 need_lib_prefix=no
10057 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10058 case $host_os in
10059 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10060 *) need_version=no ;;
10061 esac
10062 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10063 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10064 shlibpath_var=LD_LIBRARY_PATH
10065 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10066 case $host_os in
10067 openbsd2.[89] | openbsd2.[89].*)
10068 shlibpath_overrides_runpath=no
10069 ;;
10070 *)
10071 shlibpath_overrides_runpath=yes
10072 ;;
10073 esac
10074 else
10075 shlibpath_overrides_runpath=yes
10076 fi
10077 ;;
10078
10079os2*)
10080 libname_spec='$name'
10081 shrext_cmds=".dll"
10082 need_lib_prefix=no
10083 library_names_spec='$libname${shared_ext} $libname.a'
10084 dynamic_linker='OS/2 ld.exe'
10085 shlibpath_var=LIBPATH
10086 ;;
10087
10088osf3* | osf4* | osf5*)
10089 version_type=osf
10090 need_lib_prefix=no
10091 need_version=no
10092 soname_spec='${libname}${release}${shared_ext}$major'
10093 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10094 shlibpath_var=LD_LIBRARY_PATH
10095 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10096 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10097 ;;
10098
10099rdos*)
10100 dynamic_linker=no
10101 ;;
10102
10103solaris*)
10104 version_type=linux
10105 need_lib_prefix=no
10106 need_version=no
10107 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10108 soname_spec='${libname}${release}${shared_ext}$major'
10109 shlibpath_var=LD_LIBRARY_PATH
10110 shlibpath_overrides_runpath=yes
10111 hardcode_into_libs=yes
10112 # ldd complains unless libraries are executable
10113 postinstall_cmds='chmod +x $lib'
10114 ;;
10115
10116sunos4*)
10117 version_type=sunos
10118 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10119 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10120 shlibpath_var=LD_LIBRARY_PATH
10121 shlibpath_overrides_runpath=yes
10122 if test "$with_gnu_ld" = yes; then
10123 need_lib_prefix=no
10124 fi
10125 need_version=yes
10126 ;;
10127
10128sysv4 | sysv4.3*)
10129 version_type=linux
10130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10131 soname_spec='${libname}${release}${shared_ext}$major'
10132 shlibpath_var=LD_LIBRARY_PATH
10133 case $host_vendor in
10134 sni)
10135 shlibpath_overrides_runpath=no
10136 need_lib_prefix=no
10137 runpath_var=LD_RUN_PATH
10138 ;;
10139 siemens)
10140 need_lib_prefix=no
10141 ;;
10142 motorola)
10143 need_lib_prefix=no
10144 need_version=no
10145 shlibpath_overrides_runpath=no
10146 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10147 ;;
10148 esac
10149 ;;
10150
10151sysv4*MP*)
10152 if test -d /usr/nec ;then
10153 version_type=linux
10154 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10155 soname_spec='$libname${shared_ext}.$major'
10156 shlibpath_var=LD_LIBRARY_PATH
2232061b 10157 fi
6bb11ab3
L
10158 ;;
10159
10160sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10161 version_type=freebsd-elf
10162 need_lib_prefix=no
10163 need_version=no
10164 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10165 soname_spec='${libname}${release}${shared_ext}$major'
10166 shlibpath_var=LD_LIBRARY_PATH
10167 shlibpath_overrides_runpath=yes
10168 hardcode_into_libs=yes
10169 if test "$with_gnu_ld" = yes; then
10170 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10171 else
10172 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10173 case $host_os in
10174 sco3.2v5*)
10175 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10176 ;;
10177 esac
10178 fi
10179 sys_lib_dlsearch_path_spec='/usr/lib'
10180 ;;
10181
10182tpf*)
10183 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10184 version_type=linux
10185 need_lib_prefix=no
10186 need_version=no
10187 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10188 shlibpath_var=LD_LIBRARY_PATH
10189 shlibpath_overrides_runpath=no
10190 hardcode_into_libs=yes
10191 ;;
10192
10193uts4*)
10194 version_type=linux
10195 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10196 soname_spec='${libname}${release}${shared_ext}$major'
10197 shlibpath_var=LD_LIBRARY_PATH
10198 ;;
10199
10200*)
10201 dynamic_linker=no
10202 ;;
10203esac
10204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10205$as_echo "$dynamic_linker" >&6; }
10206test "$dynamic_linker" = no && can_build_shared=no
10207
10208variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10209if test "$GCC" = yes; then
10210 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10211fi
2232061b 10212
6bb11ab3
L
10213if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10214 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10215fi
10216if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10217 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10218fi
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
2232061b 10245
2232061b 10246
2232061b 10247
2232061b 10248
2232061b
MF
10249
10250
6ffe910a 10251
6ffe910a
MF
10252
10253
10254
10255
10256
2232061b 10257
6ffe910a
MF
10258
10259
10260
10261
6ffe910a 10262
6ffe910a 10263
6ffe910a
MF
10264
10265
6ffe910a 10266
6ffe910a 10267
6ffe910a
MF
10268
10269
5f3ef9d0 10270
5f3ef9d0
JB
10271
10272
10273
db2e4d67
MF
10274
10275
db2e4d67 10276
db2e4d67 10277
db2e4d67 10278
db2e4d67 10279
db2e4d67 10280
db2e4d67 10281
db2e4d67 10282
db2e4d67
MF
10283
10284
db2e4d67 10285
db2e4d67
MF
10286
10287
db2e4d67 10288
db2e4d67
MF
10289
10290
6ffe910a 10291
6ffe910a 10292
6ffe910a
MF
10293
10294
6ffe910a
MF
10295
10296
6ffe910a 10297
6ffe910a 10298
6ffe910a 10299
6ffe910a 10300
6ffe910a 10301
b7026657
AC
10302
10303
10304
c906108c 10305
b7026657 10306
b7026657 10307
b7026657 10308
b7026657 10309
c906108c 10310
6bb11ab3
L
10311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10312$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10313hardcode_action=
10314if test -n "$hardcode_libdir_flag_spec" ||
10315 test -n "$runpath_var" ||
10316 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10317
6bb11ab3
L
10318 # We can hardcode non-existent directories.
10319 if test "$hardcode_direct" != no &&
10320 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10321 # have to relink, otherwise we might link with an installed library
10322 # when we should be linking with a yet-to-be-installed one
10323 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10324 test "$hardcode_minus_L" != no; then
10325 # Linking always hardcodes the temporary library directory.
10326 hardcode_action=relink
10327 else
10328 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10329 hardcode_action=immediate
10330 fi
10331else
10332 # We cannot hardcode anything, or else we can only hardcode existing
10333 # directories.
10334 hardcode_action=unsupported
c906108c 10335fi
6bb11ab3
L
10336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10337$as_echo "$hardcode_action" >&6; }
b7026657 10338
6bb11ab3
L
10339if test "$hardcode_action" = relink ||
10340 test "$inherit_rpath" = yes; then
10341 # Fast installation is not supported
10342 enable_fast_install=no
10343elif test "$shlibpath_overrides_runpath" = yes ||
10344 test "$enable_shared" = no; then
10345 # Fast installation is not necessary
10346 enable_fast_install=needless
10347fi
c906108c 10348
6bb11ab3
L
10349
10350
10351
10352
10353
10354 if test "x$enable_dlopen" != xyes; then
10355 enable_dlopen=unknown
10356 enable_dlopen_self=unknown
10357 enable_dlopen_self_static=unknown
10358else
10359 lt_cv_dlopen=no
10360 lt_cv_dlopen_libs=
10361
10362 case $host_os in
10363 beos*)
10364 lt_cv_dlopen="load_add_on"
10365 lt_cv_dlopen_libs=
10366 lt_cv_dlopen_self=yes
10367 ;;
10368
10369 mingw* | pw32* | cegcc*)
10370 lt_cv_dlopen="LoadLibrary"
10371 lt_cv_dlopen_libs=
10372 ;;
10373
10374 cygwin*)
10375 lt_cv_dlopen="dlopen"
10376 lt_cv_dlopen_libs=
10377 ;;
10378
10379 darwin*)
10380 # if libdl is installed we need to link against it
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10382$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10383if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10384 $as_echo_n "(cached) " >&6
10385else
10386 ac_check_lib_save_LIBS=$LIBS
10387LIBS="-ldl $LIBS"
10388cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10389/* end confdefs.h. */
10390
10391/* Override any GCC internal prototype to avoid an error.
10392 Use char because int might match the return type of a GCC
10393 builtin and then its argument prototype would still apply. */
10394#ifdef __cplusplus
10395extern "C"
10396#endif
10397char dlopen ();
10398int
10399main ()
10400{
10401return dlopen ();
10402 ;
10403 return 0;
10404}
b7026657 10405_ACEOF
6bb11ab3
L
10406if ac_fn_c_try_link "$LINENO"; then :
10407 ac_cv_lib_dl_dlopen=yes
10408else
10409 ac_cv_lib_dl_dlopen=no
10410fi
10411rm -f core conftest.err conftest.$ac_objext \
10412 conftest$ac_exeext conftest.$ac_ext
10413LIBS=$ac_check_lib_save_LIBS
10414fi
10415{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10416$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10417if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10418 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10419else
10420
10421 lt_cv_dlopen="dyld"
10422 lt_cv_dlopen_libs=
10423 lt_cv_dlopen_self=yes
c906108c 10424
c906108c 10425fi
c906108c 10426
6bb11ab3 10427 ;;
c906108c 10428
6bb11ab3
L
10429 *)
10430 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10431if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10432 lt_cv_dlopen="shl_load"
10433else
10434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10435$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10436if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10437 $as_echo_n "(cached) " >&6
10438else
10439 ac_check_lib_save_LIBS=$LIBS
10440LIBS="-ldld $LIBS"
10441cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10442/* end confdefs.h. */
10443
10444/* Override any GCC internal prototype to avoid an error.
10445 Use char because int might match the return type of a GCC
10446 builtin and then its argument prototype would still apply. */
10447#ifdef __cplusplus
10448extern "C"
10449#endif
10450char shl_load ();
10451int
10452main ()
10453{
10454return shl_load ();
10455 ;
10456 return 0;
10457}
10458_ACEOF
10459if ac_fn_c_try_link "$LINENO"; then :
10460 ac_cv_lib_dld_shl_load=yes
10461else
10462 ac_cv_lib_dld_shl_load=no
10463fi
10464rm -f core conftest.err conftest.$ac_objext \
10465 conftest$ac_exeext conftest.$ac_ext
10466LIBS=$ac_check_lib_save_LIBS
10467fi
10468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10469$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10470if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10471 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10472else
10473 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10474if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10475 lt_cv_dlopen="dlopen"
10476else
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10478$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10479if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10480 $as_echo_n "(cached) " >&6
c906108c 10481else
b7026657 10482 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10483LIBS="-ldl $LIBS"
81ecdfbb 10484cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10485/* end confdefs.h. */
10486
81ecdfbb
RW
10487/* Override any GCC internal prototype to avoid an error.
10488 Use char because int might match the return type of a GCC
10489 builtin and then its argument prototype would still apply. */
b7026657
AC
10490#ifdef __cplusplus
10491extern "C"
10492#endif
6bb11ab3 10493char dlopen ();
b7026657
AC
10494int
10495main ()
10496{
6bb11ab3 10497return dlopen ();
b7026657
AC
10498 ;
10499 return 0;
10500}
10501_ACEOF
81ecdfbb 10502if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10503 ac_cv_lib_dl_dlopen=yes
b7026657 10504else
6bb11ab3 10505 ac_cv_lib_dl_dlopen=no
b7026657 10506fi
81ecdfbb
RW
10507rm -f core conftest.err conftest.$ac_objext \
10508 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10509LIBS=$ac_check_lib_save_LIBS
10510fi
6bb11ab3
L
10511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10512$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10513if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10514 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10515else
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10517$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10518if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10519 $as_echo_n "(cached) " >&6
c906108c 10520else
b7026657 10521 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10522LIBS="-lsvld $LIBS"
81ecdfbb 10523cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10524/* end confdefs.h. */
10525
81ecdfbb
RW
10526/* Override any GCC internal prototype to avoid an error.
10527 Use char because int might match the return type of a GCC
10528 builtin and then its argument prototype would still apply. */
b7026657
AC
10529#ifdef __cplusplus
10530extern "C"
10531#endif
6bb11ab3 10532char dlopen ();
b7026657
AC
10533int
10534main ()
10535{
6bb11ab3 10536return dlopen ();
b7026657
AC
10537 ;
10538 return 0;
10539}
10540_ACEOF
81ecdfbb 10541if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10542 ac_cv_lib_svld_dlopen=yes
b7026657 10543else
6bb11ab3 10544 ac_cv_lib_svld_dlopen=no
b7026657 10545fi
81ecdfbb
RW
10546rm -f core conftest.err conftest.$ac_objext \
10547 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10548LIBS=$ac_check_lib_save_LIBS
10549fi
6bb11ab3
L
10550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10551$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10552if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10553 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10554else
6bb11ab3
L
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10556$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10557if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10558 $as_echo_n "(cached) " >&6
b5bd9624 10559else
6bb11ab3
L
10560 ac_check_lib_save_LIBS=$LIBS
10561LIBS="-ldld $LIBS"
81ecdfbb 10562cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10563/* end confdefs.h. */
10564
81ecdfbb
RW
10565/* Override any GCC internal prototype to avoid an error.
10566 Use char because int might match the return type of a GCC
b5bd9624 10567 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10568#ifdef __cplusplus
10569extern "C"
10570#endif
6bb11ab3 10571char dld_link ();
b5bd9624
HPN
10572int
10573main ()
10574{
6bb11ab3 10575return dld_link ();
b5bd9624
HPN
10576 ;
10577 return 0;
10578}
10579_ACEOF
6bb11ab3
L
10580if ac_fn_c_try_link "$LINENO"; then :
10581 ac_cv_lib_dld_dld_link=yes
10582else
10583 ac_cv_lib_dld_dld_link=no
10584fi
10585rm -f core conftest.err conftest.$ac_objext \
10586 conftest$ac_exeext conftest.$ac_ext
10587LIBS=$ac_check_lib_save_LIBS
10588fi
10589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10590$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10591if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10592 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10593fi
10594
10595
10596fi
10597
10598
10599fi
10600
10601
10602fi
10603
10604
10605fi
10606
10607
10608fi
10609
10610 ;;
10611 esac
10612
10613 if test "x$lt_cv_dlopen" != xno; then
10614 enable_dlopen=yes
b5bd9624 10615 else
6bb11ab3
L
10616 enable_dlopen=no
10617 fi
10618
10619 case $lt_cv_dlopen in
10620 dlopen)
10621 save_CPPFLAGS="$CPPFLAGS"
10622 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10623
10624 save_LDFLAGS="$LDFLAGS"
10625 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10626
10627 save_LIBS="$LIBS"
10628 LIBS="$lt_cv_dlopen_libs $LIBS"
10629
10630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10631$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10632if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10633 $as_echo_n "(cached) " >&6
10634else
10635 if test "$cross_compiling" = yes; then :
10636 lt_cv_dlopen_self=cross
10637else
10638 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10639 lt_status=$lt_dlunknown
10640 cat > conftest.$ac_ext <<_LT_EOF
07490bf8 10641#line 10641 "configure"
6bb11ab3
L
10642#include "confdefs.h"
10643
10644#if HAVE_DLFCN_H
10645#include <dlfcn.h>
10646#endif
10647
10648#include <stdio.h>
10649
10650#ifdef RTLD_GLOBAL
10651# define LT_DLGLOBAL RTLD_GLOBAL
10652#else
10653# ifdef DL_GLOBAL
10654# define LT_DLGLOBAL DL_GLOBAL
10655# else
10656# define LT_DLGLOBAL 0
10657# endif
10658#endif
10659
10660/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10661 find out it does not work in some platform. */
10662#ifndef LT_DLLAZY_OR_NOW
10663# ifdef RTLD_LAZY
10664# define LT_DLLAZY_OR_NOW RTLD_LAZY
10665# else
10666# ifdef DL_LAZY
10667# define LT_DLLAZY_OR_NOW DL_LAZY
10668# else
10669# ifdef RTLD_NOW
10670# define LT_DLLAZY_OR_NOW RTLD_NOW
10671# else
10672# ifdef DL_NOW
10673# define LT_DLLAZY_OR_NOW DL_NOW
10674# else
10675# define LT_DLLAZY_OR_NOW 0
10676# endif
10677# endif
10678# endif
10679# endif
10680#endif
10681
10682/* When -fvisbility=hidden is used, assume the code has been annotated
10683 correspondingly for the symbols needed. */
10684#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10685void fnord () __attribute__((visibility("default")));
10686#endif
10687
10688void fnord () { int i=42; }
10689int main ()
10690{
10691 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10692 int status = $lt_dlunknown;
10693
10694 if (self)
10695 {
10696 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10697 else
10698 {
10699 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10700 else puts (dlerror ());
10701 }
10702 /* dlclose (self); */
10703 }
10704 else
10705 puts (dlerror ());
10706
10707 return status;
10708}
10709_LT_EOF
10710 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10711 (eval $ac_link) 2>&5
10712 ac_status=$?
10713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10714 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10715 (./conftest; exit; ) >&5 2>/dev/null
10716 lt_status=$?
10717 case x$lt_status in
10718 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10719 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10720 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10721 esac
10722 else :
10723 # compilation failed
10724 lt_cv_dlopen_self=no
b5bd9624 10725 fi
b5bd9624 10726fi
6bb11ab3
L
10727rm -fr conftest*
10728
10729
b5bd9624 10730fi
6bb11ab3
L
10731{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10732$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10733
6bb11ab3
L
10734 if test "x$lt_cv_dlopen_self" = xyes; then
10735 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10737$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10738if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10739 $as_echo_n "(cached) " >&6
b5bd9624 10740else
6bb11ab3
L
10741 if test "$cross_compiling" = yes; then :
10742 lt_cv_dlopen_self_static=cross
10743else
10744 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10745 lt_status=$lt_dlunknown
10746 cat > conftest.$ac_ext <<_LT_EOF
07490bf8 10747#line 10747 "configure"
6bb11ab3
L
10748#include "confdefs.h"
10749
10750#if HAVE_DLFCN_H
10751#include <dlfcn.h>
10752#endif
10753
10754#include <stdio.h>
10755
10756#ifdef RTLD_GLOBAL
10757# define LT_DLGLOBAL RTLD_GLOBAL
10758#else
10759# ifdef DL_GLOBAL
10760# define LT_DLGLOBAL DL_GLOBAL
10761# else
10762# define LT_DLGLOBAL 0
10763# endif
10764#endif
10765
10766/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10767 find out it does not work in some platform. */
10768#ifndef LT_DLLAZY_OR_NOW
10769# ifdef RTLD_LAZY
10770# define LT_DLLAZY_OR_NOW RTLD_LAZY
10771# else
10772# ifdef DL_LAZY
10773# define LT_DLLAZY_OR_NOW DL_LAZY
10774# else
10775# ifdef RTLD_NOW
10776# define LT_DLLAZY_OR_NOW RTLD_NOW
10777# else
10778# ifdef DL_NOW
10779# define LT_DLLAZY_OR_NOW DL_NOW
10780# else
10781# define LT_DLLAZY_OR_NOW 0
10782# endif
10783# endif
10784# endif
10785# endif
10786#endif
10787
10788/* When -fvisbility=hidden is used, assume the code has been annotated
10789 correspondingly for the symbols needed. */
10790#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10791void fnord () __attribute__((visibility("default")));
10792#endif
10793
10794void fnord () { int i=42; }
10795int main ()
10796{
10797 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10798 int status = $lt_dlunknown;
10799
10800 if (self)
10801 {
10802 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10803 else
10804 {
10805 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10806 else puts (dlerror ());
10807 }
10808 /* dlclose (self); */
10809 }
10810 else
10811 puts (dlerror ());
10812
10813 return status;
10814}
10815_LT_EOF
10816 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10817 (eval $ac_link) 2>&5
10818 ac_status=$?
10819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10820 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10821 (./conftest; exit; ) >&5 2>/dev/null
10822 lt_status=$?
10823 case x$lt_status in
10824 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10825 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10826 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10827 esac
10828 else :
10829 # compilation failed
10830 lt_cv_dlopen_self_static=no
10831 fi
b5bd9624 10832fi
6bb11ab3
L
10833rm -fr conftest*
10834
10835
b5bd9624 10836fi
6bb11ab3
L
10837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10838$as_echo "$lt_cv_dlopen_self_static" >&6; }
10839 fi
10840
10841 CPPFLAGS="$save_CPPFLAGS"
10842 LDFLAGS="$save_LDFLAGS"
10843 LIBS="$save_LIBS"
10844 ;;
10845 esac
10846
10847 case $lt_cv_dlopen_self in
10848 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10849 *) enable_dlopen_self=unknown ;;
10850 esac
10851
10852 case $lt_cv_dlopen_self_static in
10853 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10854 *) enable_dlopen_self_static=unknown ;;
10855 esac
10856fi
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874striplib=
10875old_striplib=
10876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10877$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10878if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10879 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10880 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10882$as_echo "yes" >&6; }
10883else
10884# FIXME - insert some real tests, host_os isn't really good enough
10885 case $host_os in
10886 darwin*)
10887 if test -n "$STRIP" ; then
10888 striplib="$STRIP -x"
10889 old_striplib="$STRIP -S"
10890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10891$as_echo "yes" >&6; }
10892 else
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10894$as_echo "no" >&6; }
10895 fi
10896 ;;
10897 *)
10898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10899$as_echo "no" >&6; }
10900 ;;
10901 esac
10902fi
10903
10904
10905
10906
10907
10908
10909
10910
10911
10912
10913
10914
10915 # Report which library types will actually be built
10916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10917$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10919$as_echo "$can_build_shared" >&6; }
10920
10921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10922$as_echo_n "checking whether to build shared libraries... " >&6; }
10923 test "$can_build_shared" = "no" && enable_shared=no
10924
10925 # On AIX, shared libraries and static libraries use the same namespace, and
10926 # are all built from PIC.
10927 case $host_os in
10928 aix3*)
10929 test "$enable_shared" = yes && enable_static=no
10930 if test -n "$RANLIB"; then
10931 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10932 postinstall_cmds='$RANLIB $lib'
10933 fi
10934 ;;
10935
10936 aix[4-9]*)
10937 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10938 test "$enable_shared" = yes && enable_static=no
10939 fi
10940 ;;
10941 esac
10942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10943$as_echo "$enable_shared" >&6; }
10944
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10946$as_echo_n "checking whether to build static libraries... " >&6; }
10947 # Make sure either enable_shared or enable_static is yes.
10948 test "$enable_shared" = yes || enable_static=yes
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10950$as_echo "$enable_static" >&6; }
10951
10952
10953
10954
10955fi
10956ac_ext=c
10957ac_cpp='$CPP $CPPFLAGS'
10958ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10959ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10960ac_compiler_gnu=$ac_cv_c_compiler_gnu
10961
10962CC="$lt_save_CC"
10963
10964
10965
10966
10967
10968
10969
10970
10971
b5bd9624 10972
b5bd9624 10973
b5bd9624 10974
b5bd9624 10975
6bb11ab3
L
10976 ac_config_commands="$ac_config_commands libtool"
10977
10978
10979
10980
10981# Only expand once:
10982
10983
5912fadd 10984
b5bd9624 10985
c906108c 10986
31e6ad7d
MF
10987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
10988$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
10989 # Check whether --enable-maintainer-mode was given.
81ecdfbb 10990if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
10991 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
10992else
10993 USE_MAINTAINER_MODE=no
c906108c 10994fi
31e6ad7d
MF
10995
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
10997$as_echo "$USE_MAINTAINER_MODE" >&6; }
10998 if test $USE_MAINTAINER_MODE = yes; then
10999 MAINTAINER_MODE_TRUE=
11000 MAINTAINER_MODE_FALSE='#'
c906108c 11001else
31e6ad7d
MF
11002 MAINTAINER_MODE_TRUE='#'
11003 MAINTAINER_MODE_FALSE=
81ecdfbb 11004fi
c906108c 11005
31e6ad7d
MF
11006 MAINT=$MAINTAINER_MODE_TRUE
11007
11008
c906108c 11009
81ecdfbb 11010
347fe5bb
MF
11011sim_inline="-DDEFAULT_INLINE=0"
11012# Check whether --enable-sim-inline was given.
11013if test "${enable_sim_inline+set}" = set; then :
11014 enableval=$enable_sim_inline; sim_inline=""
11015case "$enableval" in
11016 no) sim_inline="-DDEFAULT_INLINE=0";;
11017 0) sim_inline="-DDEFAULT_INLINE=0";;
11018 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11019 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11020 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11021 new_flag=""
11022 case "$x" in
11023 *_INLINE=*) new_flag="-D$x";;
11024 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11025 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11026 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11027 esac
11028 if test x"$sim_inline" = x""; then
11029 sim_inline="$new_flag"
11030 else
11031 sim_inline="$sim_inline $new_flag"
11032 fi
11033 done;;
11034esac
11035if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11036 echo "Setting inline flags = $sim_inline" 6>&1
11037fi
11038fi
11039
11040
11041
b7026657 11042# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
11043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
11044$as_echo_n "checking for cygwin... " >&6; }
d0ac1c44 11045if ${sim_cv_os_cygwin+:} false; then :
81ecdfbb 11046 $as_echo_n "(cached) " >&6
b7026657 11047else
81ecdfbb 11048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11049/* end confdefs.h. */
11050
11051#ifdef __CYGWIN__
11052lose
11053#endif
11054_ACEOF
11055if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 11056 $EGREP "lose" >/dev/null 2>&1; then :
b7026657
AC
11057 sim_cv_os_cygwin=yes
11058else
11059 sim_cv_os_cygwin=no
11060fi
11061rm -f conftest*
11062
11063fi
81ecdfbb
RW
11064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_cv_os_cygwin" >&5
11065$as_echo "$sim_cv_os_cygwin" >&6; }
b7026657 11066
c1230d1b
JS
11067# Keep in sync with gdb's configure.ac list.
11068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
b909d38d 11069$as_echo_n "checking for library containing tgetent... " >&6; }
d0ac1c44 11070if ${ac_cv_search_tgetent+:} false; then :
81ecdfbb 11071 $as_echo_n "(cached) " >&6
b7026657 11072else
b909d38d 11073 ac_func_search_save_LIBS=$LIBS
81ecdfbb 11074cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11075/* end confdefs.h. */
11076
b909d38d
MF
11077/* Override any GCC internal prototype to avoid an error.
11078 Use char because int might match the return type of a GCC
11079 builtin and then its argument prototype would still apply. */
11080#ifdef __cplusplus
11081extern "C"
11082#endif
11083char tgetent ();
b7026657
AC
11084int
11085main ()
11086{
b909d38d 11087return tgetent ();
b7026657
AC
11088 ;
11089 return 0;
11090}
11091_ACEOF
b909d38d
MF
11092for ac_lib in '' termcap tinfo curses ncurses; do
11093 if test -z "$ac_lib"; then
11094 ac_res="none required"
11095 else
11096 ac_res=-l$ac_lib
11097 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11098 fi
11099 if ac_fn_c_try_link "$LINENO"; then :
11100 ac_cv_search_tgetent=$ac_res
b7026657 11101fi
81ecdfbb 11102rm -f core conftest.err conftest.$ac_objext \
b909d38d 11103 conftest$ac_exeext
d0ac1c44 11104 if ${ac_cv_search_tgetent+:} false; then :
b909d38d 11105 break
b7026657 11106fi
b909d38d 11107done
d0ac1c44 11108if ${ac_cv_search_tgetent+:} false; then :
b909d38d
MF
11109
11110else
11111 ac_cv_search_tgetent=no
11112fi
11113rm conftest.$ac_ext
11114LIBS=$ac_func_search_save_LIBS
11115fi
11116{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
11117$as_echo "$ac_cv_search_tgetent" >&6; }
11118ac_res=$ac_cv_search_tgetent
11119if test "$ac_res" != no; then :
11120 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11121 TERMCAP=$ac_cv_search_tgetent
b7026657
AC
11122else
11123 TERMCAP=""
11124fi
11125
c1230d1b
JS
11126if test x$sim_cv_os_cygwin = xyes; then
11127 TERMCAP="${TERMCAP} -luser32"
b7026657
AC
11128fi
11129
11130
70a9be63
HPN
11131# We prefer the in-tree readline. Top-level dependencies make sure
11132# src/readline (if it's there) is configured before src/sim.
11133if test -r ../../readline/Makefile; then
53e123a5 11134 READLINE=../../readline/readline/libreadline.a
2694bce9 11135 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
70a9be63 11136else
81ecdfbb
RW
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5
11138$as_echo_n "checking for readline in -lreadline... " >&6; }
d0ac1c44 11139if ${ac_cv_lib_readline_readline+:} false; then :
81ecdfbb 11140 $as_echo_n "(cached) " >&6
70a9be63
HPN
11141else
11142 ac_check_lib_save_LIBS=$LIBS
11143LIBS="-lreadline $TERMCAP $LIBS"
81ecdfbb 11144cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70a9be63
HPN
11145/* end confdefs.h. */
11146
81ecdfbb
RW
11147/* Override any GCC internal prototype to avoid an error.
11148 Use char because int might match the return type of a GCC
11149 builtin and then its argument prototype would still apply. */
70a9be63
HPN
11150#ifdef __cplusplus
11151extern "C"
11152#endif
70a9be63
HPN
11153char readline ();
11154int
11155main ()
11156{
81ecdfbb 11157return readline ();
70a9be63
HPN
11158 ;
11159 return 0;
11160}
11161_ACEOF
81ecdfbb 11162if ac_fn_c_try_link "$LINENO"; then :
70a9be63
HPN
11163 ac_cv_lib_readline_readline=yes
11164else
81ecdfbb 11165 ac_cv_lib_readline_readline=no
70a9be63 11166fi
81ecdfbb
RW
11167rm -f core conftest.err conftest.$ac_objext \
11168 conftest$ac_exeext conftest.$ac_ext
70a9be63
HPN
11169LIBS=$ac_check_lib_save_LIBS
11170fi
81ecdfbb
RW
11171{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_readline" >&5
11172$as_echo "$ac_cv_lib_readline_readline" >&6; }
d0ac1c44 11173if test "x$ac_cv_lib_readline_readline" = xyes; then :
70a9be63
HPN
11174 READLINE=-lreadline
11175else
d0ac1c44 11176 as_fn_error $? "the required \"readline\" library is missing" "$LINENO" 5
70a9be63
HPN
11177fi
11178
2694bce9 11179 READLINE_CFLAGS=
70a9be63
HPN
11180fi
11181
b7026657 11182
2694bce9 11183
66d055c7
MF
11184hardware="cfi core pal glue "
11185sim_hw_cflags="-DWITH_HW=1"
11186sim_hw="$hardware"
11187sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11188
11189# Check whether --enable-sim-hardware was given.
11190if test "${enable_sim_hardware+set}" = set; then :
11191 enableval=$enable_sim_hardware;
11192else
11193 enable_sim_hardware="yes"
11194fi
11195
11196case ${enable_sim_hardware} in
11197 yes|no) ;;
11198 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11199 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11200 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11201esac
11202
11203if test "$enable_sim_hardware" = no; then
11204 sim_hw_objs=
11205 sim_hw_cflags="-DWITH_HW=0"
11206 sim_hw=
11207else
11208 sim_hw_cflags="-DWITH_HW=1"
11209 # remove duplicates
11210 sim_hw=""
11211 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11212 for i in $hardware ; do
11213 case " $sim_hw " in
11214 *" $i "*) ;;
11215 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11216 esac
11217 done
11218 # mingw does not support sockser
11219 case ${host} in
11220 *mingw*) ;;
11221 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11222 # that you instatiate. Instead, other code will call into it directly.
11223 # At some point, we should convert it over.
11224 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11225 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
66d055c7
MF
11226 ;;
11227 esac
11228 if test x"$silent" != x"yes"; then
11229 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11230 fi
66d055c7
MF
11231fi
11232
11233
b7026657
AC
11234cgen_breaks=""
11235if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11236cgen_breaks="break cgen_rtx_error";
11237fi
11238
81ecdfbb 11239ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11240
81ecdfbb 11241ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11242
81ecdfbb 11243ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11244
81ecdfbb 11245ac_config_commands="$ac_config_commands Makefile"
38f48d72 11246
81ecdfbb 11247ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11248
760b3e8b
MF
11249
11250
11251
11252
11253
11254
11255
11256
11257
11258
b7026657
AC
11259cat >confcache <<\_ACEOF
11260# This file is a shell script that caches the results of configure
11261# tests run on this system so they can be shared between configure
11262# scripts and configure runs, see configure's option --config-cache.
11263# It is not useful on other systems. If it contains results you don't
11264# want to keep, you may remove or edit it.
11265#
11266# config.status only pays attention to the cache file if you give it
11267# the --recheck option to rerun configure.
11268#
11269# `ac_cv_env_foo' variables (set or unset) will be overridden when
11270# loading this file, other *unset* `ac_cv_foo' will be assigned the
11271# following values.
11272
11273_ACEOF
11274
11275# The following way of writing the cache mishandles newlines in values,
11276# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11277# So, we kill variables containing newlines.
b7026657
AC
11278# Ultrix sh set writes to stderr and can't be redirected directly,
11279# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11280(
11281 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11282 eval ac_val=\$$ac_var
11283 case $ac_val in #(
11284 *${as_nl}*)
11285 case $ac_var in #(
11286 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11287$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11288 esac
11289 case $ac_var in #(
11290 _ | IFS | as_nl) ;; #(
11291 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11292 *) { eval $ac_var=; unset $ac_var;} ;;
11293 esac ;;
11294 esac
11295 done
11296
b7026657 11297 (set) 2>&1 |
81ecdfbb
RW
11298 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11299 *${as_nl}ac_space=\ *)
11300 # `set' does not quote correctly, so add quotes: double-quote
11301 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11302 sed -n \
11303 "s/'/'\\\\''/g;
11304 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11305 ;; #(
b7026657
AC
11306 *)
11307 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11308 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11309 ;;
81ecdfbb
RW
11310 esac |
11311 sort
11312) |
b7026657 11313 sed '
81ecdfbb 11314 /^ac_cv_env_/b end
b7026657 11315 t clear
81ecdfbb 11316 :clear
b7026657
AC
11317 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11318 t end
81ecdfbb
RW
11319 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11320 :end' >>confcache
11321if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11322 if test -w "$cache_file"; then
d0ac1c44 11323 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11325$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11326 if test ! -f "$cache_file" || test -h "$cache_file"; then
11327 cat confcache >"$cache_file"
11328 else
11329 case $cache_file in #(
11330 */* | ?:*)
11331 mv -f confcache "$cache_file"$$ &&
11332 mv -f "$cache_file"$$ "$cache_file" ;; #(
11333 *)
11334 mv -f confcache "$cache_file" ;;
11335 esac
11336 fi
11337 fi
b7026657 11338 else
81ecdfbb
RW
11339 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11340$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11341 fi
11342fi
11343rm -f confcache
11344
11345test "x$prefix" = xNONE && prefix=$ac_default_prefix
11346# Let make expand exec_prefix.
11347test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11348
52d37d2c
MF
11349# Transform confdefs.h into DEFS.
11350# Protect against shell expansion while executing Makefile rules.
11351# Protect against Makefile macro expansion.
11352#
11353# If the first sed substitution is executed (which looks for macros that
11354# take arguments), then branch to the quote section. Otherwise,
11355# look for a macro that doesn't take arguments.
11356ac_script='
11357:mline
11358/\\$/{
11359 N
11360 s,\\\n,,
11361 b mline
11362}
11363t clear
11364:clear
11365s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11366t quote
11367s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11368t quote
11369b any
11370:quote
11371s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11372s/\[/\\&/g
11373s/\]/\\&/g
11374s/\$/$$/g
11375H
11376:any
11377${
11378 g
11379 s/^\n//
11380 s/\n/ /g
11381 p
11382}
11383'
11384DEFS=`sed -n "$ac_script" confdefs.h`
11385
b7026657
AC
11386
11387ac_libobjs=
11388ac_ltlibobjs=
d0ac1c44 11389U=
b7026657
AC
11390for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11391 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11392 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11393 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11394 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11395 # will be set to the directory where LIBOBJS objects are built.
11396 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11397 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11398done
11399LIBOBJS=$ac_libobjs
11400
11401LTLIBOBJS=$ac_ltlibobjs
11402
11403
0cb8d851 11404
6bb11ab3 11405if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11406 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11407Usually this means the macro was only invoked conditionally." "$LINENO" 5
11408fi
31e6ad7d 11409if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11410 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11411Usually this means the macro was only invoked conditionally." "$LINENO" 5
11412fi
b7026657 11413
d0ac1c44 11414: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11415ac_write_fail=0
b7026657
AC
11416ac_clean_files_save=$ac_clean_files
11417ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11418{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11419$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11420as_write_fail=0
11421cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11422#! $SHELL
11423# Generated by $as_me.
11424# Run this file to recreate the current configuration.
11425# Compiler output produced by configure, useful for debugging
11426# configure, is in config.log if it exists.
11427
11428debug=false
11429ac_cs_recheck=false
11430ac_cs_silent=false
b7026657 11431
81ecdfbb
RW
11432SHELL=\${CONFIG_SHELL-$SHELL}
11433export SHELL
11434_ASEOF
11435cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11436## -------------------- ##
11437## M4sh Initialization. ##
11438## -------------------- ##
11439
11440# Be more Bourne compatible
11441DUALCASE=1; export DUALCASE # for MKS sh
11442if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11443 emulate sh
11444 NULLCMD=:
81ecdfbb 11445 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11446 # is contrary to our usage. Disable this feature.
11447 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11448 setopt NO_GLOB_SUBST
11449else
11450 case `(set -o) 2>/dev/null` in #(
11451 *posix*) :
11452 set -o posix ;; #(
11453 *) :
11454 ;;
11455esac
b7026657 11456fi
b7026657 11457
81ecdfbb
RW
11458
11459as_nl='
11460'
11461export as_nl
11462# Printing a long string crashes Solaris 7 /usr/bin/printf.
11463as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11464as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11465as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11466# Prefer a ksh shell builtin over an external printf program on Solaris,
11467# but without wasting forks for bash or zsh.
11468if test -z "$BASH_VERSION$ZSH_VERSION" \
11469 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11470 as_echo='print -r --'
11471 as_echo_n='print -rn --'
11472elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11473 as_echo='printf %s\n'
11474 as_echo_n='printf %s'
11475else
11476 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11477 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11478 as_echo_n='/usr/ucb/echo -n'
11479 else
11480 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11481 as_echo_n_body='eval
11482 arg=$1;
11483 case $arg in #(
11484 *"$as_nl"*)
11485 expr "X$arg" : "X\\(.*\\)$as_nl";
11486 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11487 esac;
11488 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11489 '
11490 export as_echo_n_body
11491 as_echo_n='sh -c $as_echo_n_body as_echo'
11492 fi
11493 export as_echo_body
11494 as_echo='sh -c $as_echo_body as_echo'
11495fi
11496
11497# The user is always right.
11498if test "${PATH_SEPARATOR+set}" != set; then
11499 PATH_SEPARATOR=:
11500 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11501 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11502 PATH_SEPARATOR=';'
11503 }
b7026657
AC
11504fi
11505
11506
81ecdfbb
RW
11507# IFS
11508# We need space, tab and new line, in precisely that order. Quoting is
11509# there to prevent editors from complaining about space-tab.
11510# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11511# splitting by setting IFS to empty value.)
11512IFS=" "" $as_nl"
11513
11514# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11515as_myself=
81ecdfbb
RW
11516case $0 in #((
11517 *[\\/]* ) as_myself=$0 ;;
11518 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11519for as_dir in $PATH
11520do
11521 IFS=$as_save_IFS
11522 test -z "$as_dir" && as_dir=.
11523 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11524 done
11525IFS=$as_save_IFS
11526
11527 ;;
11528esac
11529# We did not find ourselves, most probably we were run as `sh COMMAND'
11530# in which case we are not to be found in the path.
11531if test "x$as_myself" = x; then
11532 as_myself=$0
11533fi
11534if test ! -f "$as_myself"; then
11535 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11536 exit 1
11537fi
11538
11539# Unset variables that we do not need and which cause bugs (e.g. in
11540# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11541# suppresses any "Segmentation fault" message there. '((' could
11542# trigger a bug in pdksh 5.2.14.
11543for as_var in BASH_ENV ENV MAIL MAILPATH
11544do eval test x\${$as_var+set} = xset \
11545 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11546done
b7026657
AC
11547PS1='$ '
11548PS2='> '
11549PS4='+ '
11550
11551# NLS nuisances.
81ecdfbb
RW
11552LC_ALL=C
11553export LC_ALL
11554LANGUAGE=C
11555export LANGUAGE
11556
11557# CDPATH.
11558(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11559
11560
d0ac1c44
SM
11561# as_fn_error STATUS ERROR [LINENO LOG_FD]
11562# ----------------------------------------
81ecdfbb
RW
11563# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11564# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11565# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11566as_fn_error ()
11567{
d0ac1c44
SM
11568 as_status=$1; test $as_status -eq 0 && as_status=1
11569 if test "$4"; then
11570 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11571 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 11572 fi
d0ac1c44 11573 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11574 as_fn_exit $as_status
11575} # as_fn_error
11576
11577
11578# as_fn_set_status STATUS
11579# -----------------------
11580# Set $? to STATUS, without forking.
11581as_fn_set_status ()
11582{
11583 return $1
11584} # as_fn_set_status
11585
11586# as_fn_exit STATUS
11587# -----------------
11588# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11589as_fn_exit ()
11590{
11591 set +e
11592 as_fn_set_status $1
11593 exit $1
11594} # as_fn_exit
11595
11596# as_fn_unset VAR
11597# ---------------
11598# Portably unset VAR.
11599as_fn_unset ()
11600{
11601 { eval $1=; unset $1;}
11602}
11603as_unset=as_fn_unset
11604# as_fn_append VAR VALUE
11605# ----------------------
11606# Append the text in VALUE to the end of the definition contained in VAR. Take
11607# advantage of any shell optimizations that allow amortized linear growth over
11608# repeated appends, instead of the typical quadratic growth present in naive
11609# implementations.
11610if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11611 eval 'as_fn_append ()
11612 {
11613 eval $1+=\$2
11614 }'
11615else
11616 as_fn_append ()
11617 {
11618 eval $1=\$$1\$2
11619 }
11620fi # as_fn_append
11621
11622# as_fn_arith ARG...
11623# ------------------
11624# Perform arithmetic evaluation on the ARGs, and store the result in the
11625# global $as_val. Take advantage of shells that can avoid forks. The arguments
11626# must be portable across $(()) and expr.
11627if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11628 eval 'as_fn_arith ()
11629 {
11630 as_val=$(( $* ))
11631 }'
11632else
11633 as_fn_arith ()
11634 {
11635 as_val=`expr "$@" || test $? -eq 1`
11636 }
11637fi # as_fn_arith
11638
b7026657 11639
81ecdfbb
RW
11640if expr a : '\(a\)' >/dev/null 2>&1 &&
11641 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 11642 as_expr=expr
c906108c 11643else
b7026657 11644 as_expr=false
c906108c
SS
11645fi
11646
81ecdfbb 11647if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11648 as_basename=basename
11649else
11650 as_basename=false
11651fi
c906108c 11652
81ecdfbb
RW
11653if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11654 as_dirname=dirname
11655else
11656 as_dirname=false
11657fi
c906108c 11658
81ecdfbb 11659as_me=`$as_basename -- "$0" ||
b7026657
AC
11660$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11661 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11662 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11663$as_echo X/"$0" |
11664 sed '/^.*\/\([^/][^/]*\)\/*$/{
11665 s//\1/
11666 q
11667 }
11668 /^X\/\(\/\/\)$/{
11669 s//\1/
11670 q
11671 }
11672 /^X\/\(\/\).*/{
11673 s//\1/
11674 q
11675 }
11676 s/.*/./; q'`
c906108c 11677
b7026657
AC
11678# Avoid depending upon Character Ranges.
11679as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11680as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11681as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11682as_cr_digits='0123456789'
11683as_cr_alnum=$as_cr_Letters$as_cr_digits
cd0fc7c3 11684
81ecdfbb
RW
11685ECHO_C= ECHO_N= ECHO_T=
11686case `echo -n x` in #(((((
11687-n*)
11688 case `echo 'xy\c'` in
11689 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11690 xy) ECHO_C='\c';;
11691 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11692 ECHO_T=' ';;
11693 esac;;
11694*)
11695 ECHO_N='-n';;
b7026657 11696esac
c906108c 11697
81ecdfbb
RW
11698rm -f conf$$ conf$$.exe conf$$.file
11699if test -d conf$$.dir; then
11700 rm -f conf$$.dir/conf$$.file
c906108c 11701else
81ecdfbb
RW
11702 rm -f conf$$.dir
11703 mkdir conf$$.dir 2>/dev/null
c906108c 11704fi
81ecdfbb
RW
11705if (echo >conf$$.file) 2>/dev/null; then
11706 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11707 as_ln_s='ln -s'
81ecdfbb
RW
11708 # ... but there are two gotchas:
11709 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11710 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11711 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11712 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11713 as_ln_s='cp -pR'
81ecdfbb
RW
11714 elif ln conf$$.file conf$$ 2>/dev/null; then
11715 as_ln_s=ln
11716 else
d0ac1c44 11717 as_ln_s='cp -pR'
b7026657 11718 fi
7a292a7a 11719else
d0ac1c44 11720 as_ln_s='cp -pR'
b7026657 11721fi
81ecdfbb
RW
11722rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11723rmdir conf$$.dir 2>/dev/null
11724
7a292a7a 11725
81ecdfbb
RW
11726# as_fn_mkdir_p
11727# -------------
11728# Create "$as_dir" as a directory, including parents if necessary.
11729as_fn_mkdir_p ()
11730{
11731
11732 case $as_dir in #(
11733 -*) as_dir=./$as_dir;;
11734 esac
11735 test -d "$as_dir" || eval $as_mkdir_p || {
11736 as_dirs=
11737 while :; do
11738 case $as_dir in #(
11739 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11740 *) as_qdir=$as_dir;;
11741 esac
11742 as_dirs="'$as_qdir' $as_dirs"
11743 as_dir=`$as_dirname -- "$as_dir" ||
11744$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11745 X"$as_dir" : 'X\(//\)[^/]' \| \
11746 X"$as_dir" : 'X\(//\)$' \| \
11747 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11748$as_echo X"$as_dir" |
11749 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11750 s//\1/
11751 q
11752 }
11753 /^X\(\/\/\)[^/].*/{
11754 s//\1/
11755 q
11756 }
11757 /^X\(\/\/\)$/{
11758 s//\1/
11759 q
11760 }
11761 /^X\(\/\).*/{
11762 s//\1/
11763 q
11764 }
11765 s/.*/./; q'`
11766 test -d "$as_dir" && break
11767 done
11768 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11769 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
11770
11771
11772} # as_fn_mkdir_p
b7026657 11773if mkdir -p . 2>/dev/null; then
81ecdfbb 11774 as_mkdir_p='mkdir -p "$as_dir"'
7a292a7a 11775else
b7026657
AC
11776 test -d ./-p && rmdir ./-p
11777 as_mkdir_p=false
7a292a7a 11778fi
7a292a7a 11779
d0ac1c44
SM
11780
11781# as_fn_executable_p FILE
11782# -----------------------
11783# Test if FILE is an executable regular file.
11784as_fn_executable_p ()
11785{
11786 test -f "$1" && test -x "$1"
11787} # as_fn_executable_p
11788as_test_x='test -x'
11789as_executable_p=as_fn_executable_p
7a292a7a 11790
b7026657
AC
11791# Sed expression to map a string onto a valid CPP name.
11792as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7a292a7a 11793
b7026657
AC
11794# Sed expression to map a string onto a valid variable name.
11795as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11796
11797
b7026657 11798exec 6>&1
81ecdfbb
RW
11799## ----------------------------------- ##
11800## Main body of $CONFIG_STATUS script. ##
11801## ----------------------------------- ##
11802_ASEOF
11803test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11804
11805cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11806# Save the log message, to keep $0 and so on meaningful, and to
b7026657 11807# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11808# values after options handling.
11809ac_log="
b7026657 11810This file was extended by $as_me, which was
d0ac1c44 11811generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
11812
11813 CONFIG_FILES = $CONFIG_FILES
11814 CONFIG_HEADERS = $CONFIG_HEADERS
11815 CONFIG_LINKS = $CONFIG_LINKS
11816 CONFIG_COMMANDS = $CONFIG_COMMANDS
11817 $ $0 $@
11818
81ecdfbb
RW
11819on `(hostname || uname -n) 2>/dev/null | sed 1q`
11820"
11821
b7026657
AC
11822_ACEOF
11823
81ecdfbb
RW
11824case $ac_config_files in *"
11825"*) set x $ac_config_files; shift; ac_config_files=$*;;
11826esac
c906108c 11827
b7026657 11828
c906108c 11829
81ecdfbb
RW
11830cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11831# Files that config.status was made for.
11832config_files="$ac_config_files"
81ecdfbb 11833config_commands="$ac_config_commands"
c906108c 11834
81ecdfbb 11835_ACEOF
c906108c 11836
81ecdfbb 11837cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 11838ac_cs_usage="\
81ecdfbb
RW
11839\`$as_me' instantiates files and other configuration actions
11840from templates according to the current configuration. Unless the files
11841and actions are specified as TAGs, all are instantiated by default.
c906108c 11842
81ecdfbb 11843Usage: $0 [OPTION]... [TAG]...
c906108c 11844
b7026657 11845 -h, --help print this help, then exit
81ecdfbb 11846 -V, --version print version number and configuration settings, then exit
d0ac1c44 11847 --config print configuration, then exit
81ecdfbb
RW
11848 -q, --quiet, --silent
11849 do not print progress messages
b7026657
AC
11850 -d, --debug don't remove temporary files
11851 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
11852 --file=FILE[:TEMPLATE]
11853 instantiate the configuration file FILE
379832de 11854
b7026657
AC
11855Configuration files:
11856$config_files
11857
b7026657
AC
11858Configuration commands:
11859$config_commands
11860
81ecdfbb 11861Report bugs to the package provider."
b7026657 11862
81ecdfbb
RW
11863_ACEOF
11864cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 11865ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
11866ac_cs_version="\\
11867config.status
d0ac1c44
SM
11868configured by $0, generated by GNU Autoconf 2.69,
11869 with options \\"\$ac_cs_config\\"
b7026657 11870
d0ac1c44 11871Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
11872This config.status script is free software; the Free Software Foundation
11873gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
11874
11875ac_pwd='$ac_pwd'
11876srcdir='$srcdir'
11877INSTALL='$INSTALL'
6bb11ab3 11878AWK='$AWK'
81ecdfbb 11879test -n "\$AWK" || AWK=awk
b7026657
AC
11880_ACEOF
11881
81ecdfbb
RW
11882cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11883# The default lists apply if the user does not specify any file.
b7026657
AC
11884ac_need_defaults=:
11885while test $# != 0
11886do
11887 case $1 in
d0ac1c44 11888 --*=?*)
81ecdfbb
RW
11889 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11890 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 11891 ac_shift=:
c906108c 11892 ;;
d0ac1c44
SM
11893 --*=)
11894 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11895 ac_optarg=
11896 ac_shift=:
11897 ;;
81ecdfbb 11898 *)
b7026657
AC
11899 ac_option=$1
11900 ac_optarg=$2
11901 ac_shift=shift
c906108c 11902 ;;
b7026657 11903 esac
c906108c 11904
b7026657
AC
11905 case $ac_option in
11906 # Handling of the options.
b7026657
AC
11907 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11908 ac_cs_recheck=: ;;
81ecdfbb
RW
11909 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11910 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
11911 --config | --confi | --conf | --con | --co | --c )
11912 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 11913 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
11914 debug=: ;;
11915 --file | --fil | --fi | --f )
11916 $ac_shift
81ecdfbb
RW
11917 case $ac_optarg in
11918 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 11919 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
11920 esac
11921 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657 11922 ac_need_defaults=false;;
52d37d2c 11923 --he | --h | --help | --hel | -h )
81ecdfbb 11924 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
11925 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11926 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11927 ac_cs_silent=: ;;
c906108c 11928
b7026657 11929 # This is an error.
d0ac1c44 11930 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 11931Try \`$0 --help' for more information." ;;
c906108c 11932
81ecdfbb
RW
11933 *) as_fn_append ac_config_targets " $1"
11934 ac_need_defaults=false ;;
b7026657
AC
11935
11936 esac
11937 shift
11938done
11939
11940ac_configure_extra_args=
11941
11942if $ac_cs_silent; then
11943 exec 6>/dev/null
11944 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
11945fi
11946
b7026657 11947_ACEOF
81ecdfbb 11948cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 11949if \$ac_cs_recheck; then
d0ac1c44 11950 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
11951 shift
11952 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11953 CONFIG_SHELL='$SHELL'
11954 export CONFIG_SHELL
11955 exec "\$@"
b7026657 11956fi
c906108c 11957
b7026657 11958_ACEOF
81ecdfbb
RW
11959cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11960exec 5>>config.log
11961{
11962 echo
11963 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11964## Running $as_me. ##
11965_ASBOX
11966 $as_echo "$ac_log"
11967} >&5
c906108c 11968
81ecdfbb
RW
11969_ACEOF
11970cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
11971#
11972# INIT-COMMANDS
11973#
11974ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
11975
6bb11ab3
L
11976
11977# The HP-UX ksh and POSIX shell print the target directory to stdout
11978# if CDPATH is set.
11979(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11980
11981sed_quote_subst='$sed_quote_subst'
11982double_quote_subst='$double_quote_subst'
11983delay_variable_subst='$delay_variable_subst'
11984macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
11985macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
11986enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
11987enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
11988pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
11989enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
11990SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
11991ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
11992host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
11993host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
11994host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
11995build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
11996build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
11997build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
11998SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
11999Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12000GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12001EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12002FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12003LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12004NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12005LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12006max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12007ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12008exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12009lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12010lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12011lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12012reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12013reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12014OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12015deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12016file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12017AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12018AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12019STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12020RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12021old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12022old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12023old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12024lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12025CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12026CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12027compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12028GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12029lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12030lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12031lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12032lt_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"`'
12033objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12034MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12035lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12036lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12037lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12038lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12039lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12040need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12041DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12042NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12043LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12044OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12045OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12046libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12047shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12048extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12049archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12050enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12051export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12052whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12053compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12054old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12055old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12056archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12057archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12058module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12059module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12060with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12061allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12062no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12063hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12064hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12065hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12066hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12067hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12068hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12069hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12070hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12071inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12072link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12073fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12074always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12075export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12076exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12077include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12078prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12079file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12080variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12081need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12082need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12083version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12084runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12085shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12086shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12087libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12088library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12089soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12090install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12091postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12092postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12093finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12094finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12095hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12096sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12097sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12098hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12099enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12100enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12101enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12102old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12103striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12104
12105LTCC='$LTCC'
12106LTCFLAGS='$LTCFLAGS'
12107compiler='$compiler_DEFAULT'
12108
12109# A function that is used when there is no print builtin or printf.
12110func_fallback_echo ()
12111{
12112 eval 'cat <<_LTECHO_EOF
12113\$1
12114_LTECHO_EOF'
12115}
12116
12117# Quote evaled strings.
12118for var in SHELL \
12119ECHO \
12120SED \
12121GREP \
12122EGREP \
12123FGREP \
12124LD \
12125NM \
12126LN_S \
12127lt_SP2NL \
12128lt_NL2SP \
12129reload_flag \
12130OBJDUMP \
12131deplibs_check_method \
12132file_magic_cmd \
12133AR \
12134AR_FLAGS \
12135STRIP \
12136RANLIB \
12137CC \
12138CFLAGS \
12139compiler \
12140lt_cv_sys_global_symbol_pipe \
12141lt_cv_sys_global_symbol_to_cdecl \
12142lt_cv_sys_global_symbol_to_c_name_address \
12143lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12144lt_prog_compiler_no_builtin_flag \
12145lt_prog_compiler_wl \
12146lt_prog_compiler_pic \
12147lt_prog_compiler_static \
12148lt_cv_prog_compiler_c_o \
12149need_locks \
12150DSYMUTIL \
12151NMEDIT \
12152LIPO \
12153OTOOL \
12154OTOOL64 \
12155shrext_cmds \
12156export_dynamic_flag_spec \
12157whole_archive_flag_spec \
12158compiler_needs_object \
12159with_gnu_ld \
12160allow_undefined_flag \
12161no_undefined_flag \
12162hardcode_libdir_flag_spec \
12163hardcode_libdir_flag_spec_ld \
12164hardcode_libdir_separator \
12165fix_srcfile_path \
12166exclude_expsyms \
12167include_expsyms \
12168file_list_spec \
12169variables_saved_for_relink \
12170libname_spec \
12171library_names_spec \
12172soname_spec \
12173install_override_mode \
12174finish_eval \
12175old_striplib \
12176striplib; do
12177 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12178 *[\\\\\\\`\\"\\\$]*)
12179 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12180 ;;
12181 *)
12182 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12183 ;;
12184 esac
12185done
12186
12187# Double-quote double-evaled strings.
12188for var in reload_cmds \
12189old_postinstall_cmds \
12190old_postuninstall_cmds \
12191old_archive_cmds \
12192extract_expsyms_cmds \
12193old_archive_from_new_cmds \
12194old_archive_from_expsyms_cmds \
12195archive_cmds \
12196archive_expsym_cmds \
12197module_cmds \
12198module_expsym_cmds \
12199export_symbols_cmds \
12200prelink_cmds \
12201postinstall_cmds \
12202postuninstall_cmds \
12203finish_cmds \
12204sys_lib_search_path_spec \
12205sys_lib_dlsearch_path_spec; do
12206 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12207 *[\\\\\\\`\\"\\\$]*)
12208 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12209 ;;
12210 *)
12211 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12212 ;;
12213 esac
12214done
12215
12216ac_aux_dir='$ac_aux_dir'
12217xsi_shell='$xsi_shell'
12218lt_shell_append='$lt_shell_append'
12219
12220# See if we are running on zsh, and set the options which allow our
12221# commands through without removal of \ escapes INIT.
12222if test -n "\${ZSH_VERSION+set}" ; then
12223 setopt NO_GLOB_SUBST
12224fi
12225
12226
12227 PACKAGE='$PACKAGE'
12228 VERSION='$VERSION'
12229 TIMESTAMP='$TIMESTAMP'
12230 RM='$RM'
12231 ofile='$ofile'
12232
12233
12234
12235
81ecdfbb 12236_ACEOF
c906108c 12237
81ecdfbb 12238cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 12239
81ecdfbb 12240# Handling of arguments.
b7026657 12241for ac_config_target in $ac_config_targets
c906108c 12242do
81ecdfbb 12243 case $ac_config_target in
db2e4d67 12244 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12245 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12246 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12247 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12248 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12249 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12250 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12251
d0ac1c44 12252 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
12253 esac
12254done
12255
81ecdfbb 12256
b7026657
AC
12257# If the user did not use the arguments to specify the items to instantiate,
12258# then the envvar interface is used. Set only those that are not.
12259# We use the long form for the default assignment because of an extremely
12260# bizarre bug on SunOS 4.1.3.
12261if $ac_need_defaults; then
12262 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
b7026657
AC
12263 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12264fi
12265
12266# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12267# simply because there is no reason against having it here, and in addition,
b7026657 12268# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12269# Hook for its removal unless debugging.
12270# Note that there is a small window in which the directory will not be cleaned:
12271# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12272$debug ||
12273{
d0ac1c44 12274 tmp= ac_tmp=
81ecdfbb 12275 trap 'exit_status=$?
d0ac1c44
SM
12276 : "${ac_tmp:=$tmp}"
12277 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12278' 0
12279 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12280}
b7026657
AC
12281# Create a (secure) tmp directory for tmp files.
12282
12283{
81ecdfbb 12284 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12285 test -d "$tmp"
b7026657
AC
12286} ||
12287{
81ecdfbb
RW
12288 tmp=./conf$$-$RANDOM
12289 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12290} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12291ac_tmp=$tmp
c906108c 12292
81ecdfbb
RW
12293# Set up the scripts for CONFIG_FILES section.
12294# No need to generate them if there are no CONFIG_FILES.
12295# This happens for instance with `./config.status config.h'.
12296if test -n "$CONFIG_FILES"; then
c906108c 12297
c906108c 12298
81ecdfbb
RW
12299ac_cr=`echo X | tr X '\015'`
12300# On cygwin, bash can eat \r inside `` if the user requested igncr.
12301# But we know of no other shell where ac_cr would be empty at this
12302# point, so we can use a bashism as a fallback.
12303if test "x$ac_cr" = x; then
12304 eval ac_cr=\$\'\\r\'
12305fi
12306ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12307if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12308 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12309else
12310 ac_cs_awk_cr=$ac_cr
12311fi
b7026657 12312
d0ac1c44 12313echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12314_ACEOF
12315
81ecdfbb
RW
12316
12317{
12318 echo "cat >conf$$subs.awk <<_ACEOF" &&
12319 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12320 echo "_ACEOF"
12321} >conf$$subs.sh ||
d0ac1c44
SM
12322 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12323ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12324ac_delim='%!_!# '
12325for ac_last_try in false false false false false :; do
12326 . ./conf$$subs.sh ||
d0ac1c44 12327 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12328
12329 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12330 if test $ac_delim_n = $ac_delim_num; then
12331 break
12332 elif $ac_last_try; then
d0ac1c44 12333 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12334 else
12335 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 12336 fi
81ecdfbb
RW
12337done
12338rm -f conf$$subs.sh
c906108c 12339
81ecdfbb 12340cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12341cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12342_ACEOF
81ecdfbb
RW
12343sed -n '
12344h
12345s/^/S["/; s/!.*/"]=/
12346p
12347g
12348s/^[^!]*!//
12349:repl
12350t repl
12351s/'"$ac_delim"'$//
12352t delim
12353:nl
12354h
d0ac1c44 12355s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12356t more1
12357s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12358p
12359n
12360b repl
12361:more1
12362s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12363p
12364g
12365s/.\{148\}//
12366t nl
12367:delim
12368h
d0ac1c44 12369s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12370t more2
12371s/["\\]/\\&/g; s/^/"/; s/$/"/
12372p
12373b
12374:more2
12375s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12376p
12377g
12378s/.\{148\}//
12379t delim
12380' <conf$$subs.awk | sed '
12381/^[^""]/{
12382 N
12383 s/\n//
12384}
12385' >>$CONFIG_STATUS || ac_write_fail=1
12386rm -f conf$$subs.awk
12387cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12388_ACAWK
d0ac1c44 12389cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12390 for (key in S) S_is_set[key] = 1
12391 FS = "\a"
b7026657 12392
81ecdfbb
RW
12393}
12394{
12395 line = $ 0
12396 nfields = split(line, field, "@")
12397 substed = 0
12398 len = length(field[1])
12399 for (i = 2; i < nfields; i++) {
12400 key = field[i]
12401 keylen = length(key)
12402 if (S_is_set[key]) {
12403 value = S[key]
12404 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12405 len += length(value) + length(field[++i])
12406 substed = 1
12407 } else
12408 len += 1 + keylen
12409 }
12410
12411 print line
12412}
b7026657 12413
81ecdfbb
RW
12414_ACAWK
12415_ACEOF
12416cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12417if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12418 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12419else
81ecdfbb 12420 cat
d0ac1c44
SM
12421fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12422 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12423_ACEOF
c906108c 12424
d0ac1c44
SM
12425# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12426# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12427# trailing colons and then remove the whole line if VPATH becomes empty
12428# (actually we leave an empty line to preserve line numbers).
12429if test "x$srcdir" = x.; then
d0ac1c44
SM
12430 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12431h
12432s///
12433s/^/:/
12434s/[ ]*$/:/
12435s/:\$(srcdir):/:/g
12436s/:\${srcdir}:/:/g
12437s/:@srcdir@:/:/g
12438s/^:*//
81ecdfbb 12439s/:*$//
d0ac1c44
SM
12440x
12441s/\(=[ ]*\).*/\1/
12442G
12443s/\n//
81ecdfbb
RW
12444s/^[^=]*=[ ]*$//
12445}'
12446fi
c906108c 12447
81ecdfbb
RW
12448cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12449fi # test -n "$CONFIG_FILES"
c906108c 12450
81ecdfbb 12451
52d37d2c 12452eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
12453shift
12454for ac_tag
12455do
12456 case $ac_tag in
12457 :[FHLC]) ac_mode=$ac_tag; continue;;
12458 esac
12459 case $ac_mode$ac_tag in
12460 :[FHL]*:*);;
d0ac1c44 12461 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12462 :[FH]-) ac_tag=-:-;;
12463 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 12464 esac
81ecdfbb
RW
12465 ac_save_IFS=$IFS
12466 IFS=:
12467 set x $ac_tag
12468 IFS=$ac_save_IFS
12469 shift
12470 ac_file=$1
12471 shift
c906108c 12472
81ecdfbb
RW
12473 case $ac_mode in
12474 :L) ac_source=$1;;
12475 :[FH])
12476 ac_file_inputs=
12477 for ac_f
12478 do
12479 case $ac_f in
d0ac1c44 12480 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12481 *) # Look for the file first in the build tree, then in the source tree
12482 # (if the path is not absolute). The absolute path cannot be DOS-style,
12483 # because $ac_f cannot contain `:'.
12484 test -f "$ac_f" ||
12485 case $ac_f in
12486 [\\/$]*) false;;
12487 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12488 esac ||
d0ac1c44 12489 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12490 esac
81ecdfbb
RW
12491 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12492 as_fn_append ac_file_inputs " '$ac_f'"
12493 done
b7026657 12494
81ecdfbb
RW
12495 # Let's still pretend it is `configure' which instantiates (i.e., don't
12496 # use $as_me), people would be surprised to read:
12497 # /* config.h. Generated by config.status. */
12498 configure_input='Generated from '`
12499 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12500 `' by configure.'
12501 if test x"$ac_file" != x-; then
12502 configure_input="$ac_file. $configure_input"
12503 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12504$as_echo "$as_me: creating $ac_file" >&6;}
12505 fi
12506 # Neutralize special characters interpreted by sed in replacement strings.
12507 case $configure_input in #(
12508 *\&* | *\|* | *\\* )
12509 ac_sed_conf_input=`$as_echo "$configure_input" |
12510 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12511 *) ac_sed_conf_input=$configure_input;;
12512 esac
b7026657 12513
81ecdfbb 12514 case $ac_tag in
d0ac1c44
SM
12515 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12516 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12517 esac
12518 ;;
12519 esac
b7026657 12520
81ecdfbb 12521 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12522$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12523 X"$ac_file" : 'X\(//\)[^/]' \| \
12524 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12525 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12526$as_echo X"$ac_file" |
12527 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12528 s//\1/
12529 q
12530 }
12531 /^X\(\/\/\)[^/].*/{
12532 s//\1/
12533 q
12534 }
12535 /^X\(\/\/\)$/{
12536 s//\1/
12537 q
12538 }
12539 /^X\(\/\).*/{
12540 s//\1/
12541 q
12542 }
12543 s/.*/./; q'`
12544 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12545 ac_builddir=.
12546
81ecdfbb
RW
12547case "$ac_dir" in
12548.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12549*)
12550 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12551 # A ".." for each directory in $ac_dir_suffix.
12552 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12553 case $ac_top_builddir_sub in
12554 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12555 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12556 esac ;;
12557esac
12558ac_abs_top_builddir=$ac_pwd
12559ac_abs_builddir=$ac_pwd$ac_dir_suffix
12560# for backward compatibility:
12561ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12562
12563case $srcdir in
81ecdfbb 12564 .) # We are building in place.
b7026657 12565 ac_srcdir=.
81ecdfbb
RW
12566 ac_top_srcdir=$ac_top_builddir_sub
12567 ac_abs_top_srcdir=$ac_pwd ;;
12568 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12569 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12570 ac_top_srcdir=$srcdir
12571 ac_abs_top_srcdir=$srcdir ;;
12572 *) # Relative name.
12573 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12574 ac_top_srcdir=$ac_top_build_prefix$srcdir
12575 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12576esac
81ecdfbb 12577ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12578
c906108c 12579
81ecdfbb
RW
12580 case $ac_mode in
12581 :F)
12582 #
12583 # CONFIG_FILE
12584 #
b7026657 12585
81ecdfbb
RW
12586 case $INSTALL in
12587 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12588 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 12589 esac
81ecdfbb 12590_ACEOF
c906108c 12591
81ecdfbb
RW
12592cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12593# If the template does not know about datarootdir, expand it.
12594# FIXME: This hack should be removed a few years after 2.60.
12595ac_datarootdir_hack=; ac_datarootdir_seen=
12596ac_sed_dataroot='
12597/datarootdir/ {
12598 p
12599 q
12600}
12601/@datadir@/p
12602/@docdir@/p
12603/@infodir@/p
12604/@localedir@/p
12605/@mandir@/p'
12606case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12607*datarootdir*) ac_datarootdir_seen=yes;;
12608*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12610$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12611_ACEOF
12612cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12613 ac_datarootdir_hack='
12614 s&@datadir@&$datadir&g
12615 s&@docdir@&$docdir&g
12616 s&@infodir@&$infodir&g
12617 s&@localedir@&$localedir&g
12618 s&@mandir@&$mandir&g
12619 s&\\\${datarootdir}&$datarootdir&g' ;;
12620esac
b7026657 12621_ACEOF
b7026657 12622
81ecdfbb
RW
12623# Neutralize VPATH when `$srcdir' = `.'.
12624# Shell code in configure.ac might set extrasub.
12625# FIXME: do we really want to maintain this feature?
12626cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12627ac_sed_extra="$ac_vpsub
12628$extrasub
12629_ACEOF
12630cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12631:t
12632/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12633s|@configure_input@|$ac_sed_conf_input|;t t
12634s&@top_builddir@&$ac_top_builddir_sub&;t t
12635s&@top_build_prefix@&$ac_top_build_prefix&;t t
12636s&@srcdir@&$ac_srcdir&;t t
12637s&@abs_srcdir@&$ac_abs_srcdir&;t t
12638s&@top_srcdir@&$ac_top_srcdir&;t t
12639s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12640s&@builddir@&$ac_builddir&;t t
12641s&@abs_builddir@&$ac_abs_builddir&;t t
12642s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12643s&@INSTALL@&$ac_INSTALL&;t t
12644$ac_datarootdir_hack
12645"
d0ac1c44
SM
12646eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12647 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12648
12649test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12650 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12651 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12652 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12654which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12655$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12656which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12657
d0ac1c44 12658 rm -f "$ac_tmp/stdin"
81ecdfbb 12659 case $ac_file in
d0ac1c44
SM
12660 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12661 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12662 esac \
d0ac1c44 12663 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12664 ;;
52d37d2c 12665
b7026657 12666
81ecdfbb
RW
12667 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12668$as_echo "$as_me: executing $ac_file commands" >&6;}
12669 ;;
12670 esac
b7026657
AC
12671
12672
81ecdfbb 12673 case $ac_file$ac_mode in
db2e4d67 12674 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12675 "libtool":C)
12676
12677 # See if we are running on zsh, and set the options which allow our
12678 # commands through without removal of \ escapes.
12679 if test -n "${ZSH_VERSION+set}" ; then
12680 setopt NO_GLOB_SUBST
12681 fi
12682
12683 cfgfile="${ofile}T"
12684 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12685 $RM "$cfgfile"
12686
12687 cat <<_LT_EOF >> "$cfgfile"
12688#! $SHELL
12689
12690# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12691# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12692# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12693# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12694#
12695# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12696# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12697# Written by Gordon Matzigkeit, 1996
12698#
12699# This file is part of GNU Libtool.
12700#
12701# GNU Libtool is free software; you can redistribute it and/or
12702# modify it under the terms of the GNU General Public License as
12703# published by the Free Software Foundation; either version 2 of
12704# the License, or (at your option) any later version.
12705#
12706# As a special exception to the GNU General Public License,
12707# if you distribute this file as part of a program or library that
12708# is built using GNU Libtool, you may include this file under the
12709# same distribution terms that you use for the rest of that program.
12710#
12711# GNU Libtool is distributed in the hope that it will be useful,
12712# but WITHOUT ANY WARRANTY; without even the implied warranty of
12713# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12714# GNU General Public License for more details.
12715#
12716# You should have received a copy of the GNU General Public License
12717# along with GNU Libtool; see the file COPYING. If not, a copy
12718# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12719# obtained by writing to the Free Software Foundation, Inc.,
12720# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12721
12722
12723# The names of the tagged configurations supported by this script.
12724available_tags=""
12725
12726# ### BEGIN LIBTOOL CONFIG
12727
12728# Which release of libtool.m4 was used?
12729macro_version=$macro_version
12730macro_revision=$macro_revision
12731
12732# Whether or not to build shared libraries.
12733build_libtool_libs=$enable_shared
12734
12735# Whether or not to build static libraries.
12736build_old_libs=$enable_static
12737
12738# What type of objects to build.
12739pic_mode=$pic_mode
12740
12741# Whether or not to optimize for fast installation.
12742fast_install=$enable_fast_install
12743
12744# Shell to use when invoking shell scripts.
12745SHELL=$lt_SHELL
12746
12747# An echo program that protects backslashes.
12748ECHO=$lt_ECHO
12749
12750# The host system.
12751host_alias=$host_alias
12752host=$host
12753host_os=$host_os
12754
12755# The build system.
12756build_alias=$build_alias
12757build=$build
12758build_os=$build_os
12759
12760# A sed program that does not truncate output.
12761SED=$lt_SED
12762
12763# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12764Xsed="\$SED -e 1s/^X//"
12765
12766# A grep program that handles long lines.
12767GREP=$lt_GREP
12768
12769# An ERE matcher.
12770EGREP=$lt_EGREP
12771
12772# A literal string matcher.
12773FGREP=$lt_FGREP
12774
12775# A BSD- or MS-compatible name lister.
12776NM=$lt_NM
12777
12778# Whether we need soft or hard links.
12779LN_S=$lt_LN_S
12780
12781# What is the maximum length of a command?
12782max_cmd_len=$max_cmd_len
12783
12784# Object file suffix (normally "o").
12785objext=$ac_objext
12786
12787# Executable file suffix (normally "").
12788exeext=$exeext
12789
12790# whether the shell understands "unset".
12791lt_unset=$lt_unset
12792
12793# turn spaces into newlines.
12794SP2NL=$lt_lt_SP2NL
12795
12796# turn newlines into spaces.
12797NL2SP=$lt_lt_NL2SP
12798
12799# An object symbol dumper.
12800OBJDUMP=$lt_OBJDUMP
12801
12802# Method to check whether dependent libraries are shared objects.
12803deplibs_check_method=$lt_deplibs_check_method
12804
12805# Command to use when deplibs_check_method == "file_magic".
12806file_magic_cmd=$lt_file_magic_cmd
12807
12808# The archiver.
12809AR=$lt_AR
12810AR_FLAGS=$lt_AR_FLAGS
12811
12812# A symbol stripping program.
12813STRIP=$lt_STRIP
12814
12815# Commands used to install an old-style archive.
12816RANLIB=$lt_RANLIB
12817old_postinstall_cmds=$lt_old_postinstall_cmds
12818old_postuninstall_cmds=$lt_old_postuninstall_cmds
12819
12820# Whether to use a lock for old archive extraction.
12821lock_old_archive_extraction=$lock_old_archive_extraction
12822
12823# A C compiler.
12824LTCC=$lt_CC
12825
12826# LTCC compiler flags.
12827LTCFLAGS=$lt_CFLAGS
12828
12829# Take the output of nm and produce a listing of raw symbols and C names.
12830global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12831
12832# Transform the output of nm in a proper C declaration.
12833global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12834
12835# Transform the output of nm in a C name address pair.
12836global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12837
12838# Transform the output of nm in a C name address pair when lib prefix is needed.
12839global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12840
12841# The name of the directory that contains temporary libtool files.
12842objdir=$objdir
12843
12844# Used to examine libraries when file_magic_cmd begins with "file".
12845MAGIC_CMD=$MAGIC_CMD
12846
12847# Must we lock files when doing compilation?
12848need_locks=$lt_need_locks
12849
12850# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12851DSYMUTIL=$lt_DSYMUTIL
12852
12853# Tool to change global to local symbols on Mac OS X.
12854NMEDIT=$lt_NMEDIT
12855
12856# Tool to manipulate fat objects and archives on Mac OS X.
12857LIPO=$lt_LIPO
12858
12859# ldd/readelf like tool for Mach-O binaries on Mac OS X.
12860OTOOL=$lt_OTOOL
12861
12862# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12863OTOOL64=$lt_OTOOL64
12864
12865# Old archive suffix (normally "a").
12866libext=$libext
12867
12868# Shared library suffix (normally ".so").
12869shrext_cmds=$lt_shrext_cmds
12870
12871# The commands to extract the exported symbol list from a shared archive.
12872extract_expsyms_cmds=$lt_extract_expsyms_cmds
12873
12874# Variables whose values should be saved in libtool wrapper scripts and
12875# restored at link time.
12876variables_saved_for_relink=$lt_variables_saved_for_relink
12877
12878# Do we need the "lib" prefix for modules?
12879need_lib_prefix=$need_lib_prefix
12880
12881# Do we need a version for libraries?
12882need_version=$need_version
12883
12884# Library versioning type.
12885version_type=$version_type
12886
12887# Shared library runtime path variable.
12888runpath_var=$runpath_var
12889
12890# Shared library path variable.
12891shlibpath_var=$shlibpath_var
12892
12893# Is shlibpath searched before the hard-coded library search path?
12894shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12895
12896# Format of library name prefix.
12897libname_spec=$lt_libname_spec
12898
12899# List of archive names. First name is the real one, the rest are links.
12900# The last name is the one that the linker finds with -lNAME
12901library_names_spec=$lt_library_names_spec
12902
12903# The coded name of the library, if different from the real name.
12904soname_spec=$lt_soname_spec
12905
12906# Permission mode override for installation of shared libraries.
12907install_override_mode=$lt_install_override_mode
12908
12909# Command to use after installation of a shared archive.
12910postinstall_cmds=$lt_postinstall_cmds
12911
12912# Command to use after uninstallation of a shared archive.
12913postuninstall_cmds=$lt_postuninstall_cmds
12914
12915# Commands used to finish a libtool library installation in a directory.
12916finish_cmds=$lt_finish_cmds
12917
12918# As "finish_cmds", except a single script fragment to be evaled but
12919# not shown.
12920finish_eval=$lt_finish_eval
12921
12922# Whether we should hardcode library paths into libraries.
12923hardcode_into_libs=$hardcode_into_libs
12924
12925# Compile-time system search path for libraries.
12926sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12927
12928# Run-time system search path for libraries.
12929sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12930
12931# Whether dlopen is supported.
12932dlopen_support=$enable_dlopen
12933
12934# Whether dlopen of programs is supported.
12935dlopen_self=$enable_dlopen_self
12936
12937# Whether dlopen of statically linked programs is supported.
12938dlopen_self_static=$enable_dlopen_self_static
12939
12940# Commands to strip libraries.
12941old_striplib=$lt_old_striplib
12942striplib=$lt_striplib
12943
12944
12945# The linker used to build libraries.
12946LD=$lt_LD
12947
12948# How to create reloadable object files.
12949reload_flag=$lt_reload_flag
12950reload_cmds=$lt_reload_cmds
12951
12952# Commands used to build an old-style archive.
12953old_archive_cmds=$lt_old_archive_cmds
12954
12955# A language specific compiler.
12956CC=$lt_compiler
12957
12958# Is the compiler the GNU compiler?
12959with_gcc=$GCC
12960
12961# Compiler flag to turn off builtin functions.
12962no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
12963
12964# How to pass a linker flag through the compiler.
12965wl=$lt_lt_prog_compiler_wl
12966
12967# Additional compiler flags for building library objects.
12968pic_flag=$lt_lt_prog_compiler_pic
12969
12970# Compiler flag to prevent dynamic linking.
12971link_static_flag=$lt_lt_prog_compiler_static
12972
12973# Does compiler simultaneously support -c and -o options?
12974compiler_c_o=$lt_lt_cv_prog_compiler_c_o
12975
12976# Whether or not to add -lc for building shared libraries.
12977build_libtool_need_lc=$archive_cmds_need_lc
12978
12979# Whether or not to disallow shared libs when runtime libs are static.
12980allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
12981
12982# Compiler flag to allow reflexive dlopens.
12983export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
12984
12985# Compiler flag to generate shared objects directly from archives.
12986whole_archive_flag_spec=$lt_whole_archive_flag_spec
12987
12988# Whether the compiler copes with passing no objects directly.
12989compiler_needs_object=$lt_compiler_needs_object
12990
12991# Create an old-style archive from a shared archive.
12992old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
12993
12994# Create a temporary old-style archive to link instead of a shared archive.
12995old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
12996
12997# Commands used to build a shared archive.
12998archive_cmds=$lt_archive_cmds
12999archive_expsym_cmds=$lt_archive_expsym_cmds
13000
13001# Commands used to build a loadable module if different from building
13002# a shared archive.
13003module_cmds=$lt_module_cmds
13004module_expsym_cmds=$lt_module_expsym_cmds
13005
13006# Whether we are building with GNU ld or not.
13007with_gnu_ld=$lt_with_gnu_ld
13008
13009# Flag that allows shared libraries with undefined symbols to be built.
13010allow_undefined_flag=$lt_allow_undefined_flag
13011
13012# Flag that enforces no undefined symbols.
13013no_undefined_flag=$lt_no_undefined_flag
13014
13015# Flag to hardcode \$libdir into a binary during linking.
13016# This must work even if \$libdir does not exist
13017hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13018
13019# If ld is used when linking, flag to hardcode \$libdir into a binary
13020# during linking. This must work even if \$libdir does not exist.
13021hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13022
13023# Whether we need a single "-rpath" flag with a separated argument.
13024hardcode_libdir_separator=$lt_hardcode_libdir_separator
13025
13026# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13027# DIR into the resulting binary.
13028hardcode_direct=$hardcode_direct
13029
13030# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13031# DIR into the resulting binary and the resulting library dependency is
13032# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13033# library is relocated.
13034hardcode_direct_absolute=$hardcode_direct_absolute
13035
13036# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13037# into the resulting binary.
13038hardcode_minus_L=$hardcode_minus_L
13039
13040# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13041# into the resulting binary.
13042hardcode_shlibpath_var=$hardcode_shlibpath_var
13043
13044# Set to "yes" if building a shared library automatically hardcodes DIR
13045# into the library and all subsequent libraries and executables linked
13046# against it.
13047hardcode_automatic=$hardcode_automatic
13048
13049# Set to yes if linker adds runtime paths of dependent libraries
13050# to runtime path list.
13051inherit_rpath=$inherit_rpath
13052
13053# Whether libtool must link a program against all its dependency libraries.
13054link_all_deplibs=$link_all_deplibs
13055
13056# Fix the shell variable \$srcfile for the compiler.
13057fix_srcfile_path=$lt_fix_srcfile_path
13058
13059# Set to "yes" if exported symbols are required.
13060always_export_symbols=$always_export_symbols
13061
13062# The commands to list exported symbols.
13063export_symbols_cmds=$lt_export_symbols_cmds
13064
13065# Symbols that should not be listed in the preloaded symbols.
13066exclude_expsyms=$lt_exclude_expsyms
13067
13068# Symbols that must always be exported.
13069include_expsyms=$lt_include_expsyms
13070
13071# Commands necessary for linking programs (against libraries) with templates.
13072prelink_cmds=$lt_prelink_cmds
13073
13074# Specify filename containing input files.
13075file_list_spec=$lt_file_list_spec
13076
13077# How to hardcode a shared library path into an executable.
13078hardcode_action=$hardcode_action
13079
13080# ### END LIBTOOL CONFIG
13081
13082_LT_EOF
13083
13084 case $host_os in
13085 aix3*)
13086 cat <<\_LT_EOF >> "$cfgfile"
13087# AIX sometimes has problems with the GCC collect2 program. For some
13088# reason, if we set the COLLECT_NAMES environment variable, the problems
13089# vanish in a puff of smoke.
13090if test "X${COLLECT_NAMES+set}" != Xset; then
13091 COLLECT_NAMES=
13092 export COLLECT_NAMES
13093fi
13094_LT_EOF
13095 ;;
13096 esac
13097
13098
13099ltmain="$ac_aux_dir/ltmain.sh"
13100
13101
13102 # We use sed instead of cat because bash on DJGPP gets confused if
13103 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13104 # text mode, it properly converts lines to CR/LF. This bash problem
13105 # is reportedly fixed, but why not run on old versions too?
13106 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13107 || (rm -f "$cfgfile"; exit 1)
13108
13109 case $xsi_shell in
13110 yes)
13111 cat << \_LT_EOF >> "$cfgfile"
13112
13113# func_dirname file append nondir_replacement
13114# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13115# otherwise set result to NONDIR_REPLACEMENT.
13116func_dirname ()
13117{
13118 case ${1} in
13119 */*) func_dirname_result="${1%/*}${2}" ;;
13120 * ) func_dirname_result="${3}" ;;
13121 esac
13122}
13123
13124# func_basename file
13125func_basename ()
13126{
13127 func_basename_result="${1##*/}"
13128}
13129
13130# func_dirname_and_basename file append nondir_replacement
13131# perform func_basename and func_dirname in a single function
13132# call:
13133# dirname: Compute the dirname of FILE. If nonempty,
13134# add APPEND to the result, otherwise set result
13135# to NONDIR_REPLACEMENT.
13136# value returned in "$func_dirname_result"
13137# basename: Compute filename of FILE.
13138# value retuned in "$func_basename_result"
13139# Implementation must be kept synchronized with func_dirname
13140# and func_basename. For efficiency, we do not delegate to
13141# those functions but instead duplicate the functionality here.
13142func_dirname_and_basename ()
13143{
13144 case ${1} in
13145 */*) func_dirname_result="${1%/*}${2}" ;;
13146 * ) func_dirname_result="${3}" ;;
13147 esac
13148 func_basename_result="${1##*/}"
13149}
13150
13151# func_stripname prefix suffix name
13152# strip PREFIX and SUFFIX off of NAME.
13153# PREFIX and SUFFIX must not contain globbing or regex special
13154# characters, hashes, percent signs, but SUFFIX may contain a leading
13155# dot (in which case that matches only a dot).
13156func_stripname ()
13157{
13158 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13159 # positional parameters, so assign one to ordinary parameter first.
13160 func_stripname_result=${3}
13161 func_stripname_result=${func_stripname_result#"${1}"}
13162 func_stripname_result=${func_stripname_result%"${2}"}
13163}
13164
13165# func_opt_split
13166func_opt_split ()
13167{
13168 func_opt_split_opt=${1%%=*}
13169 func_opt_split_arg=${1#*=}
13170}
13171
13172# func_lo2o object
13173func_lo2o ()
13174{
13175 case ${1} in
13176 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13177 *) func_lo2o_result=${1} ;;
13178 esac
13179}
13180
13181# func_xform libobj-or-source
13182func_xform ()
13183{
13184 func_xform_result=${1%.*}.lo
13185}
13186
13187# func_arith arithmetic-term...
13188func_arith ()
13189{
13190 func_arith_result=$(( $* ))
13191}
13192
13193# func_len string
13194# STRING may not start with a hyphen.
13195func_len ()
13196{
13197 func_len_result=${#1}
13198}
13199
13200_LT_EOF
13201 ;;
13202 *) # Bourne compatible functions.
13203 cat << \_LT_EOF >> "$cfgfile"
13204
13205# func_dirname file append nondir_replacement
13206# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13207# otherwise set result to NONDIR_REPLACEMENT.
13208func_dirname ()
13209{
13210 # Extract subdirectory from the argument.
13211 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13212 if test "X$func_dirname_result" = "X${1}"; then
13213 func_dirname_result="${3}"
13214 else
13215 func_dirname_result="$func_dirname_result${2}"
13216 fi
13217}
13218
13219# func_basename file
13220func_basename ()
13221{
13222 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13223}
13224
13225
13226# func_stripname prefix suffix name
13227# strip PREFIX and SUFFIX off of NAME.
13228# PREFIX and SUFFIX must not contain globbing or regex special
13229# characters, hashes, percent signs, but SUFFIX may contain a leading
13230# dot (in which case that matches only a dot).
13231# func_strip_suffix prefix name
13232func_stripname ()
13233{
13234 case ${2} in
13235 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13236 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13237 esac
13238}
13239
13240# sed scripts:
13241my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13242my_sed_long_arg='1s/^-[^=]*=//'
13243
13244# func_opt_split
13245func_opt_split ()
13246{
13247 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13248 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13249}
13250
13251# func_lo2o object
13252func_lo2o ()
13253{
13254 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13255}
13256
13257# func_xform libobj-or-source
13258func_xform ()
13259{
13260 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13261}
13262
13263# func_arith arithmetic-term...
13264func_arith ()
13265{
13266 func_arith_result=`expr "$@"`
13267}
13268
13269# func_len string
13270# STRING may not start with a hyphen.
13271func_len ()
13272{
13273 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13274}
13275
13276_LT_EOF
13277esac
13278
13279case $lt_shell_append in
13280 yes)
13281 cat << \_LT_EOF >> "$cfgfile"
13282
13283# func_append var value
13284# Append VALUE to the end of shell variable VAR.
13285func_append ()
13286{
13287 eval "$1+=\$2"
13288}
13289_LT_EOF
13290 ;;
13291 *)
13292 cat << \_LT_EOF >> "$cfgfile"
13293
13294# func_append var value
13295# Append VALUE to the end of shell variable VAR.
13296func_append ()
13297{
13298 eval "$1=\$$1\$2"
13299}
13300
13301_LT_EOF
13302 ;;
13303 esac
13304
13305
13306 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13307 || (rm -f "$cfgfile"; exit 1)
13308
13309 mv -f "$cfgfile" "$ofile" ||
13310 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13311 chmod +x "$ofile"
13312
13313 ;;
81ecdfbb 13314 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13315 rm -f Makesim1.tmp Makesim2.tmp Makefile
13316 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13317 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13318 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
13319 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13320 <Makefile.sim >Makefile
38f48d72 13321 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13322 ;;
81ecdfbb
RW
13323 "stamp-h":C) echo > stamp-h ;;
13324
b7026657 13325 esac
81ecdfbb 13326done # for ac_tag
c906108c 13327
b7026657 13328
81ecdfbb 13329as_fn_exit 0
b7026657 13330_ACEOF
b7026657
AC
13331ac_clean_files=$ac_clean_files_save
13332
81ecdfbb 13333test $ac_write_fail = 0 ||
d0ac1c44 13334 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13335
b7026657
AC
13336
13337# configure is writing to config.log, and then calls config.status.
13338# config.status does its own redirection, appending to config.log.
13339# Unfortunately, on DOS this fails, as config.log is still kept open
13340# by configure, so config.status won't be able to write to it; its
13341# output is simply discarded. So we exec the FD to /dev/null,
13342# effectively closing config.log, so it can be properly (re)opened and
13343# appended to by config.status. When coming back to configure, we
13344# need to make the FD available again.
13345if test "$no_create" != yes; then
13346 ac_cs_success=:
13347 ac_config_status_args=
13348 test "$silent" = yes &&
13349 ac_config_status_args="$ac_config_status_args --quiet"
13350 exec 5>/dev/null
13351 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13352 exec 5>>config.log
13353 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13354 # would make configure fail if this is the last instruction.
d0ac1c44 13355 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13356fi
13357if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13359$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13360fi
c906108c
SS
13361
13362
This page took 1.691277 seconds and 4 git commands to generate.