]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/d10v/configure
sim: unify debug/stdio/trace/profile build settings
[thirdparty/binutils-gdb.git] / sim / d10v / 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
638sim_bitsize
81ecdfbb
RW
639cgen_breaks
640REPORT_BUGS_TEXI
641REPORT_BUGS_TO
642PKGVERSION
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
5f3ef9d0 682PACKAGE
46f900c0 683C_DIALECT
81ecdfbb
RW
684RANLIB
685AR
c2783492 686LDFLAGS_FOR_BUILD
c25ea03d 687CFLAGS_FOR_BUILD
aa0fca16 688RANLIB_FOR_BUILD
81ecdfbb 689CC_FOR_BUILD
aa0fca16 690AR_FOR_BUILD
81ecdfbb
RW
691INSTALL_DATA
692INSTALL_SCRIPT
693INSTALL_PROGRAM
2232061b
MF
694EGREP
695GREP
c2783492
MF
696CPP
697OBJEXT
698EXEEXT
699ac_ct_CC
700CPPFLAGS
701LDFLAGS
702CFLAGS
703CC
81ecdfbb
RW
704target_os
705target_vendor
706target_cpu
707target
708host_os
709host_vendor
710host_cpu
711host
712build_os
713build_vendor
714build_cpu
715build
81ecdfbb
RW
716target_alias
717host_alias
718build_alias
719LIBS
720ECHO_T
721ECHO_N
722ECHO_C
723DEFS
724mandir
725localedir
726libdir
727psdir
728pdfdir
729dvidir
730htmldir
731infodir
732docdir
733oldincludedir
734includedir
735localstatedir
736sharedstatedir
737sysconfdir
738datadir
739datarootdir
740libexecdir
741sbindir
742bindir
743program_transform_name
744prefix
745exec_prefix
746PACKAGE_URL
747PACKAGE_BUGREPORT
748PACKAGE_STRING
749PACKAGE_VERSION
750PACKAGE_TARNAME
751PACKAGE_NAME
752PATH_SEPARATOR
136da8cd
MF
753SHELL
754WERROR_CFLAGS
755WARN_CFLAGS
136da8cd 756sim_inline
66d055c7
MF
757sim_hw
758sim_hw_objs
759sim_hw_cflags
136da8cd 760sim_endian
136da8cd 761sim_alignment'
b7026657 762ac_subst_files=''
81ecdfbb
RW
763ac_user_opts='
764enable_option_checking
aadc9410 765with_system_zlib
6bb11ab3
L
766enable_plugins
767enable_shared
768enable_static
769with_pic
770enable_fast_install
771with_gnu_ld
772enable_libtool_lock
81ecdfbb 773enable_maintainer_mode
347fe5bb 774enable_sim_inline
81ecdfbb
RW
775with_pkgversion
776with_bugurl
ef9535c6
MF
777enable_sim_endian
778enable_sim_alignment
2232061b 779enable_werror
81ecdfbb
RW
780enable_build_warnings
781enable_sim_build_warnings
66d055c7 782enable_sim_hardware
81ecdfbb
RW
783'
784 ac_precious_vars='build_alias
785host_alias
786target_alias
787CC
788CFLAGS
789LDFLAGS
790LIBS
791CPPFLAGS
792CPP'
793
c906108c
SS
794
795# Initialize some variables set by options.
b7026657
AC
796ac_init_help=
797ac_init_version=false
81ecdfbb
RW
798ac_unrecognized_opts=
799ac_unrecognized_sep=
c906108c
SS
800# The variables have the same names as the options, with
801# dashes changed to underlines.
b7026657 802cache_file=/dev/null
c906108c 803exec_prefix=NONE
c906108c 804no_create=
c906108c
SS
805no_recursion=
806prefix=NONE
807program_prefix=NONE
808program_suffix=NONE
809program_transform_name=s,x,x,
810silent=
811site=
812srcdir=
c906108c
SS
813verbose=
814x_includes=NONE
815x_libraries=NONE
b7026657
AC
816
817# Installation directory options.
818# These are left unexpanded so users can "make install exec_prefix=/foo"
819# and all the variables that are supposed to be based on exec_prefix
820# by default will actually change.
821# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 822# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
823bindir='${exec_prefix}/bin'
824sbindir='${exec_prefix}/sbin'
825libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
826datarootdir='${prefix}/share'
827datadir='${datarootdir}'
c906108c
SS
828sysconfdir='${prefix}/etc'
829sharedstatedir='${prefix}/com'
830localstatedir='${prefix}/var'
c906108c
SS
831includedir='${prefix}/include'
832oldincludedir='/usr/include'
81ecdfbb
RW
833docdir='${datarootdir}/doc/${PACKAGE}'
834infodir='${datarootdir}/info'
835htmldir='${docdir}'
836dvidir='${docdir}'
837pdfdir='${docdir}'
838psdir='${docdir}'
839libdir='${exec_prefix}/lib'
840localedir='${datarootdir}/locale'
841mandir='${datarootdir}/man'
c906108c 842
c906108c 843ac_prev=
81ecdfbb 844ac_dashdash=
c906108c
SS
845for ac_option
846do
c906108c
SS
847 # If the previous option needs an argument, assign it.
848 if test -n "$ac_prev"; then
81ecdfbb 849 eval $ac_prev=\$ac_option
c906108c
SS
850 ac_prev=
851 continue
852 fi
853
81ecdfbb 854 case $ac_option in
d0ac1c44
SM
855 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
856 *=) ac_optarg= ;;
857 *) ac_optarg=yes ;;
81ecdfbb 858 esac
c906108c
SS
859
860 # Accept the important Cygnus configure options, so we can diagnose typos.
861
81ecdfbb
RW
862 case $ac_dashdash$ac_option in
863 --)
864 ac_dashdash=yes ;;
c906108c
SS
865
866 -bindir | --bindir | --bindi | --bind | --bin | --bi)
867 ac_prev=bindir ;;
868 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 869 bindir=$ac_optarg ;;
c906108c
SS
870
871 -build | --build | --buil | --bui | --bu)
b7026657 872 ac_prev=build_alias ;;
c906108c 873 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 874 build_alias=$ac_optarg ;;
c906108c
SS
875
876 -cache-file | --cache-file | --cache-fil | --cache-fi \
877 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
878 ac_prev=cache_file ;;
879 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
880 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
881 cache_file=$ac_optarg ;;
882
883 --config-cache | -C)
884 cache_file=config.cache ;;
c906108c 885
81ecdfbb 886 -datadir | --datadir | --datadi | --datad)
c906108c 887 ac_prev=datadir ;;
81ecdfbb 888 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 889 datadir=$ac_optarg ;;
c906108c 890
81ecdfbb
RW
891 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
892 | --dataroo | --dataro | --datar)
893 ac_prev=datarootdir ;;
894 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
895 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
896 datarootdir=$ac_optarg ;;
897
c906108c 898 -disable-* | --disable-*)
81ecdfbb 899 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 900 # Reject names that are not valid shell variable names.
81ecdfbb 901 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 902 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
903 ac_useropt_orig=$ac_useropt
904 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
905 case $ac_user_opts in
906 *"
907"enable_$ac_useropt"
908"*) ;;
909 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
910 ac_unrecognized_sep=', ';;
911 esac
912 eval enable_$ac_useropt=no ;;
913
914 -docdir | --docdir | --docdi | --doc | --do)
915 ac_prev=docdir ;;
916 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
917 docdir=$ac_optarg ;;
918
919 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
920 ac_prev=dvidir ;;
921 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
922 dvidir=$ac_optarg ;;
c906108c
SS
923
924 -enable-* | --enable-*)
81ecdfbb 925 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 926 # Reject names that are not valid shell variable names.
81ecdfbb 927 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 928 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
929 ac_useropt_orig=$ac_useropt
930 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
931 case $ac_user_opts in
932 *"
933"enable_$ac_useropt"
934"*) ;;
935 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
936 ac_unrecognized_sep=', ';;
c906108c 937 esac
81ecdfbb 938 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
939
940 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
941 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
942 | --exec | --exe | --ex)
943 ac_prev=exec_prefix ;;
944 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
945 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
946 | --exec=* | --exe=* | --ex=*)
b7026657 947 exec_prefix=$ac_optarg ;;
c906108c
SS
948
949 -gas | --gas | --ga | --g)
950 # Obsolete; use --with-gas.
951 with_gas=yes ;;
952
b7026657
AC
953 -help | --help | --hel | --he | -h)
954 ac_init_help=long ;;
955 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
956 ac_init_help=recursive ;;
957 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
958 ac_init_help=short ;;
c906108c
SS
959
960 -host | --host | --hos | --ho)
b7026657 961 ac_prev=host_alias ;;
c906108c 962 -host=* | --host=* | --hos=* | --ho=*)
b7026657 963 host_alias=$ac_optarg ;;
c906108c 964
81ecdfbb
RW
965 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
966 ac_prev=htmldir ;;
967 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
968 | --ht=*)
969 htmldir=$ac_optarg ;;
970
c906108c
SS
971 -includedir | --includedir | --includedi | --included | --include \
972 | --includ | --inclu | --incl | --inc)
973 ac_prev=includedir ;;
974 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
975 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 976 includedir=$ac_optarg ;;
c906108c
SS
977
978 -infodir | --infodir | --infodi | --infod | --info | --inf)
979 ac_prev=infodir ;;
980 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 981 infodir=$ac_optarg ;;
c906108c
SS
982
983 -libdir | --libdir | --libdi | --libd)
984 ac_prev=libdir ;;
985 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 986 libdir=$ac_optarg ;;
c906108c
SS
987
988 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
989 | --libexe | --libex | --libe)
990 ac_prev=libexecdir ;;
991 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
992 | --libexe=* | --libex=* | --libe=*)
b7026657 993 libexecdir=$ac_optarg ;;
c906108c 994
81ecdfbb
RW
995 -localedir | --localedir | --localedi | --localed | --locale)
996 ac_prev=localedir ;;
997 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
998 localedir=$ac_optarg ;;
999
c906108c 1000 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1001 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1002 ac_prev=localstatedir ;;
1003 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1004 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1005 localstatedir=$ac_optarg ;;
c906108c
SS
1006
1007 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1008 ac_prev=mandir ;;
1009 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1010 mandir=$ac_optarg ;;
c906108c
SS
1011
1012 -nfp | --nfp | --nf)
1013 # Obsolete; use --without-fp.
1014 with_fp=no ;;
1015
1016 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1017 | --no-cr | --no-c | -n)
c906108c
SS
1018 no_create=yes ;;
1019
1020 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1021 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1022 no_recursion=yes ;;
1023
1024 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1025 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1026 | --oldin | --oldi | --old | --ol | --o)
1027 ac_prev=oldincludedir ;;
1028 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1029 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1030 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1031 oldincludedir=$ac_optarg ;;
c906108c
SS
1032
1033 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1034 ac_prev=prefix ;;
1035 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1036 prefix=$ac_optarg ;;
c906108c
SS
1037
1038 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1039 | --program-pre | --program-pr | --program-p)
1040 ac_prev=program_prefix ;;
1041 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1042 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1043 program_prefix=$ac_optarg ;;
c906108c
SS
1044
1045 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1046 | --program-suf | --program-su | --program-s)
1047 ac_prev=program_suffix ;;
1048 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1049 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1050 program_suffix=$ac_optarg ;;
c906108c
SS
1051
1052 -program-transform-name | --program-transform-name \
1053 | --program-transform-nam | --program-transform-na \
1054 | --program-transform-n | --program-transform- \
1055 | --program-transform | --program-transfor \
1056 | --program-transfo | --program-transf \
1057 | --program-trans | --program-tran \
1058 | --progr-tra | --program-tr | --program-t)
1059 ac_prev=program_transform_name ;;
1060 -program-transform-name=* | --program-transform-name=* \
1061 | --program-transform-nam=* | --program-transform-na=* \
1062 | --program-transform-n=* | --program-transform-=* \
1063 | --program-transform=* | --program-transfor=* \
1064 | --program-transfo=* | --program-transf=* \
1065 | --program-trans=* | --program-tran=* \
1066 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1067 program_transform_name=$ac_optarg ;;
c906108c 1068
81ecdfbb
RW
1069 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1070 ac_prev=pdfdir ;;
1071 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1072 pdfdir=$ac_optarg ;;
1073
1074 -psdir | --psdir | --psdi | --psd | --ps)
1075 ac_prev=psdir ;;
1076 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1077 psdir=$ac_optarg ;;
1078
c906108c
SS
1079 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1080 | -silent | --silent | --silen | --sile | --sil)
1081 silent=yes ;;
1082
1083 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1084 ac_prev=sbindir ;;
1085 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1086 | --sbi=* | --sb=*)
b7026657 1087 sbindir=$ac_optarg ;;
c906108c
SS
1088
1089 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1090 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1091 | --sharedst | --shareds | --shared | --share | --shar \
1092 | --sha | --sh)
1093 ac_prev=sharedstatedir ;;
1094 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1095 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1096 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1097 | --sha=* | --sh=*)
b7026657 1098 sharedstatedir=$ac_optarg ;;
c906108c
SS
1099
1100 -site | --site | --sit)
1101 ac_prev=site ;;
1102 -site=* | --site=* | --sit=*)
b7026657 1103 site=$ac_optarg ;;
eb2d80b4 1104
c906108c
SS
1105 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1106 ac_prev=srcdir ;;
1107 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1108 srcdir=$ac_optarg ;;
c906108c
SS
1109
1110 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1111 | --syscon | --sysco | --sysc | --sys | --sy)
1112 ac_prev=sysconfdir ;;
1113 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1114 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1115 sysconfdir=$ac_optarg ;;
c906108c
SS
1116
1117 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1118 ac_prev=target_alias ;;
c906108c 1119 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1120 target_alias=$ac_optarg ;;
c906108c
SS
1121
1122 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1123 verbose=yes ;;
1124
b7026657
AC
1125 -version | --version | --versio | --versi | --vers | -V)
1126 ac_init_version=: ;;
c906108c
SS
1127
1128 -with-* | --with-*)
81ecdfbb 1129 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1130 # Reject names that are not valid shell variable names.
81ecdfbb 1131 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1132 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1133 ac_useropt_orig=$ac_useropt
1134 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1135 case $ac_user_opts in
1136 *"
1137"with_$ac_useropt"
1138"*) ;;
1139 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1140 ac_unrecognized_sep=', ';;
c906108c 1141 esac
81ecdfbb 1142 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1143
1144 -without-* | --without-*)
81ecdfbb 1145 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1146 # Reject names that are not valid shell variable names.
81ecdfbb 1147 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1148 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1149 ac_useropt_orig=$ac_useropt
1150 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1151 case $ac_user_opts in
1152 *"
1153"with_$ac_useropt"
1154"*) ;;
1155 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1156 ac_unrecognized_sep=', ';;
1157 esac
1158 eval with_$ac_useropt=no ;;
c906108c
SS
1159
1160 --x)
1161 # Obsolete; use --with-x.
1162 with_x=yes ;;
1163
1164 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1165 | --x-incl | --x-inc | --x-in | --x-i)
1166 ac_prev=x_includes ;;
1167 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1168 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1169 x_includes=$ac_optarg ;;
c906108c
SS
1170
1171 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1172 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1173 ac_prev=x_libraries ;;
1174 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1175 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1176 x_libraries=$ac_optarg ;;
c906108c 1177
d0ac1c44
SM
1178 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1179Try \`$0 --help' for more information"
c906108c
SS
1180 ;;
1181
b7026657
AC
1182 *=*)
1183 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1184 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1185 case $ac_envvar in #(
1186 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1187 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1188 esac
1189 eval $ac_envvar=\$ac_optarg
b7026657
AC
1190 export $ac_envvar ;;
1191
c906108c 1192 *)
b7026657 1193 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1194 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1195 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1196 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1197 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1198 ;;
1199
1200 esac
1201done
1202
1203if test -n "$ac_prev"; then
b7026657 1204 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1205 as_fn_error $? "missing argument to $ac_option"
c906108c 1206fi
c906108c 1207
81ecdfbb
RW
1208if test -n "$ac_unrecognized_opts"; then
1209 case $enable_option_checking in
1210 no) ;;
d0ac1c44 1211 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1212 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1213 esac
81ecdfbb 1214fi
c906108c 1215
81ecdfbb
RW
1216# Check all directory arguments for consistency.
1217for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1218 datadir sysconfdir sharedstatedir localstatedir includedir \
1219 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1220 libdir localedir mandir
c906108c 1221do
81ecdfbb
RW
1222 eval ac_val=\$$ac_var
1223 # Remove trailing slashes.
1224 case $ac_val in
1225 */ )
1226 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1227 eval $ac_var=\$ac_val;;
1228 esac
1229 # Be sure to have absolute directory names.
b7026657 1230 case $ac_val in
81ecdfbb
RW
1231 [\\/$]* | ?:[\\/]* ) continue;;
1232 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1233 esac
d0ac1c44 1234 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1235done
1236
b7026657
AC
1237# There might be people who depend on the old broken behavior: `$host'
1238# used to hold the argument of --host etc.
1239# FIXME: To remove some day.
1240build=$build_alias
1241host=$host_alias
1242target=$target_alias
1243
1244# FIXME: To remove some day.
1245if test "x$host_alias" != x; then
1246 if test "x$build_alias" = x; then
1247 cross_compiling=maybe
b7026657
AC
1248 elif test "x$build_alias" != "x$host_alias"; then
1249 cross_compiling=yes
1250 fi
1251fi
c906108c 1252
b7026657
AC
1253ac_tool_prefix=
1254test -n "$host_alias" && ac_tool_prefix=$host_alias-
1255
1256test "$silent" = yes && exec 6>/dev/null
c906108c 1257
c906108c 1258
81ecdfbb
RW
1259ac_pwd=`pwd` && test -n "$ac_pwd" &&
1260ac_ls_di=`ls -di .` &&
1261ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1262 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1263test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1264 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1265
1266
c906108c
SS
1267# Find the source files, if location was not specified.
1268if test -z "$srcdir"; then
1269 ac_srcdir_defaulted=yes
81ecdfbb
RW
1270 # Try the directory containing this script, then the parent directory.
1271 ac_confdir=`$as_dirname -- "$as_myself" ||
1272$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1273 X"$as_myself" : 'X\(//\)[^/]' \| \
1274 X"$as_myself" : 'X\(//\)$' \| \
1275 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1276$as_echo X"$as_myself" |
1277 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1278 s//\1/
1279 q
1280 }
1281 /^X\(\/\/\)[^/].*/{
1282 s//\1/
1283 q
1284 }
1285 /^X\(\/\/\)$/{
1286 s//\1/
1287 q
1288 }
1289 /^X\(\/\).*/{
1290 s//\1/
1291 q
1292 }
1293 s/.*/./; q'`
c906108c 1294 srcdir=$ac_confdir
81ecdfbb 1295 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1296 srcdir=..
1297 fi
1298else
1299 ac_srcdir_defaulted=no
1300fi
81ecdfbb
RW
1301if test ! -r "$srcdir/$ac_unique_file"; then
1302 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1303 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1304fi
1305ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1306ac_abs_confdir=`(
d0ac1c44 1307 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1308 pwd)`
1309# When building in place, set srcdir=.
1310if test "$ac_abs_confdir" = "$ac_pwd"; then
1311 srcdir=.
1312fi
1313# Remove unnecessary trailing slashes from srcdir.
1314# Double slashes in file names in object file debugging info
1315# mess up M-x gdb in Emacs.
1316case $srcdir in
1317*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1318esac
1319for ac_var in $ac_precious_vars; do
1320 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1321 eval ac_env_${ac_var}_value=\$${ac_var}
1322 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1323 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1324done
c906108c 1325
b7026657
AC
1326#
1327# Report the --help message.
1328#
1329if test "$ac_init_help" = "long"; then
1330 # Omit some internal or obsolete options to make the list less imposing.
1331 # This message is too long to be a string in the A/UX 3.1 sh.
1332 cat <<_ACEOF
1333\`configure' configures this package to adapt to many kinds of systems.
c906108c 1334
b7026657 1335Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1336
b7026657
AC
1337To assign environment variables (e.g., CC, CFLAGS...), specify them as
1338VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1339
b7026657 1340Defaults for the options are specified in brackets.
c906108c 1341
b7026657
AC
1342Configuration:
1343 -h, --help display this help and exit
1344 --help=short display options specific to this package
1345 --help=recursive display the short help of all the included packages
1346 -V, --version display version information and exit
d0ac1c44 1347 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1348 --cache-file=FILE cache test results in FILE [disabled]
1349 -C, --config-cache alias for \`--cache-file=config.cache'
1350 -n, --no-create do not create output files
1351 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1352
b7026657
AC
1353Installation directories:
1354 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1355 [$ac_default_prefix]
b7026657 1356 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1357 [PREFIX]
c906108c 1358
b7026657
AC
1359By default, \`make install' will install all the files in
1360\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1361an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1362for instance \`--prefix=\$HOME'.
c906108c 1363
b7026657
AC
1364For better control, use the options below.
1365
1366Fine tuning of the installation directories:
81ecdfbb
RW
1367 --bindir=DIR user executables [EPREFIX/bin]
1368 --sbindir=DIR system admin executables [EPREFIX/sbin]
1369 --libexecdir=DIR program executables [EPREFIX/libexec]
1370 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1371 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1372 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1373 --libdir=DIR object code libraries [EPREFIX/lib]
1374 --includedir=DIR C header files [PREFIX/include]
1375 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1376 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1377 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1378 --infodir=DIR info documentation [DATAROOTDIR/info]
1379 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1380 --mandir=DIR man documentation [DATAROOTDIR/man]
1381 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1382 --htmldir=DIR html documentation [DOCDIR]
1383 --dvidir=DIR dvi documentation [DOCDIR]
1384 --pdfdir=DIR pdf documentation [DOCDIR]
1385 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1386_ACEOF
1387
1388 cat <<\_ACEOF
1389
1390Program names:
1391 --program-prefix=PREFIX prepend PREFIX to installed program names
1392 --program-suffix=SUFFIX append SUFFIX to installed program names
1393 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1394
1395System types:
1396 --build=BUILD configure for building on BUILD [guessed]
1397 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1398 --target=TARGET configure for building compilers for TARGET [HOST]
1399_ACEOF
c906108c 1400fi
b7026657
AC
1401
1402if test -n "$ac_init_help"; then
1403
1404 cat <<\_ACEOF
1405
1406Optional Features:
81ecdfbb 1407 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1408 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1409 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1410 --enable-plugins Enable support for plugins
6bb11ab3
L
1411 --enable-shared[=PKGS] build shared libraries [default=yes]
1412 --enable-static[=PKGS] build static libraries [default=yes]
1413 --enable-fast-install[=PKGS]
1414 optimize for fast installation [default=yes]
1415 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1416 --enable-maintainer-mode
1417 enable make rules and dependencies not useful (and
1418 sometimes confusing) to the casual installer
347fe5bb
MF
1419 --enable-sim-inline=inlines
1420 Specify which functions should be inlined
8d0978fb
MF
1421 --enable-sim-endian=endian
1422 Specify target byte endian orientation
1423 --enable-sim-alignment=align
1424 Specify strict, nonstrict or forced alignment of
1425 memory accesses
2232061b
MF
1426 --enable-werror treat compile warnings as errors
1427 --enable-build-warnings enable build-time compiler warnings if gcc is used
1428 --enable-sim-build-warnings
1429 enable SIM specific build-time compiler warnings if
1430 gcc is used
66d055c7
MF
1431 --enable-sim-hardware=LIST
1432 Specify the hardware to be included in the build.
b7026657 1433
6efef468
JM
1434Optional Packages:
1435 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1436 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1437 --with-system-zlib use installed libz
6bb11ab3
L
1438 --with-pic try to use only PIC/non-PIC objects [default=use
1439 both]
1440 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1441 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1442 --with-bugurl=URL Direct users to URL to report a bug
1443
b7026657
AC
1444Some influential environment variables:
1445 CC C compiler command
1446 CFLAGS C compiler flags
1447 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1448 nonstandard directory <lib dir>
81ecdfbb 1449 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1450 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1451 you have headers in a nonstandard directory <include dir>
b7026657
AC
1452 CPP C preprocessor
1453
1454Use these variables to override the choices made by `configure' or to help
1455it to find libraries and programs with nonstandard names/locations.
1456
81ecdfbb 1457Report bugs to the package provider.
b7026657 1458_ACEOF
81ecdfbb 1459ac_status=$?
c906108c
SS
1460fi
1461
b7026657
AC
1462if test "$ac_init_help" = "recursive"; then
1463 # If there are subdirs, report their specific --help.
b7026657 1464 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1465 test -d "$ac_dir" ||
1466 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1467 continue
b7026657 1468 ac_builddir=.
c906108c 1469
81ecdfbb
RW
1470case "$ac_dir" in
1471.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1472*)
1473 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1474 # A ".." for each directory in $ac_dir_suffix.
1475 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1476 case $ac_top_builddir_sub in
1477 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1478 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1479 esac ;;
1480esac
1481ac_abs_top_builddir=$ac_pwd
1482ac_abs_builddir=$ac_pwd$ac_dir_suffix
1483# for backward compatibility:
1484ac_top_builddir=$ac_top_build_prefix
c906108c 1485
b7026657 1486case $srcdir in
81ecdfbb 1487 .) # We are building in place.
b7026657 1488 ac_srcdir=.
81ecdfbb
RW
1489 ac_top_srcdir=$ac_top_builddir_sub
1490 ac_abs_top_srcdir=$ac_pwd ;;
1491 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1492 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1493 ac_top_srcdir=$srcdir
1494 ac_abs_top_srcdir=$srcdir ;;
1495 *) # Relative name.
1496 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1497 ac_top_srcdir=$ac_top_build_prefix$srcdir
1498 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1499esac
81ecdfbb
RW
1500ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1501
1502 cd "$ac_dir" || { ac_status=$?; continue; }
1503 # Check for guested configure.
1504 if test -f "$ac_srcdir/configure.gnu"; then
1505 echo &&
1506 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1507 elif test -f "$ac_srcdir/configure"; then
1508 echo &&
1509 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1510 else
81ecdfbb
RW
1511 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1512 fi || ac_status=$?
1513 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1514 done
c906108c 1515fi
b7026657 1516
81ecdfbb 1517test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1518if $ac_init_version; then
1519 cat <<\_ACEOF
81ecdfbb 1520configure
d0ac1c44 1521generated by GNU Autoconf 2.69
b7026657 1522
d0ac1c44 1523Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1524This configure script is free software; the Free Software Foundation
1525gives unlimited permission to copy, distribute and modify it.
1526_ACEOF
81ecdfbb 1527 exit
b7026657 1528fi
b7026657 1529
81ecdfbb
RW
1530## ------------------------ ##
1531## Autoconf initialization. ##
1532## ------------------------ ##
b7026657 1533
81ecdfbb
RW
1534# ac_fn_c_try_compile LINENO
1535# --------------------------
1536# Try to compile conftest.$ac_ext, and return whether this succeeded.
1537ac_fn_c_try_compile ()
b7026657 1538{
81ecdfbb
RW
1539 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1540 rm -f conftest.$ac_objext
1541 if { { ac_try="$ac_compile"
1542case "(($ac_try" in
1543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1544 *) ac_try_echo=$ac_try;;
1545esac
1546eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1547$as_echo "$ac_try_echo"; } >&5
1548 (eval "$ac_compile") 2>conftest.err
1549 ac_status=$?
1550 if test -s conftest.err; then
1551 grep -v '^ *+' conftest.err >conftest.er1
1552 cat conftest.er1 >&5
1553 mv -f conftest.er1 conftest.err
1554 fi
1555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1556 test $ac_status = 0; } && {
1557 test -z "$ac_c_werror_flag" ||
1558 test ! -s conftest.err
1559 } && test -s conftest.$ac_objext; then :
1560 ac_retval=0
1561else
1562 $as_echo "$as_me: failed program was:" >&5
1563sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1564
81ecdfbb
RW
1565 ac_retval=1
1566fi
d0ac1c44
SM
1567 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1568 as_fn_set_status $ac_retval
b7026657 1569
81ecdfbb 1570} # ac_fn_c_try_compile
b7026657 1571
81ecdfbb
RW
1572# ac_fn_c_try_cpp LINENO
1573# ----------------------
1574# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1575ac_fn_c_try_cpp ()
1576{
1577 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1578 if { { ac_try="$ac_cpp conftest.$ac_ext"
1579case "(($ac_try" in
1580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1581 *) ac_try_echo=$ac_try;;
1582esac
1583eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1584$as_echo "$ac_try_echo"; } >&5
1585 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1586 ac_status=$?
1587 if test -s conftest.err; then
1588 grep -v '^ *+' conftest.err >conftest.er1
1589 cat conftest.er1 >&5
1590 mv -f conftest.er1 conftest.err
1591 fi
1592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1593 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1594 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1595 test ! -s conftest.err
1596 }; then :
1597 ac_retval=0
1598else
1599 $as_echo "$as_me: failed program was:" >&5
1600sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1601
81ecdfbb
RW
1602 ac_retval=1
1603fi
d0ac1c44
SM
1604 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1605 as_fn_set_status $ac_retval
b7026657 1606
81ecdfbb 1607} # ac_fn_c_try_cpp
b7026657 1608
81ecdfbb
RW
1609# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1610# -------------------------------------------------------
1611# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1612# the include files in INCLUDES and setting the cache variable VAR
1613# accordingly.
1614ac_fn_c_check_header_mongrel ()
1615{
1616 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1617 if eval \${$3+:} false; then :
81ecdfbb
RW
1618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1619$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1620if eval \${$3+:} false; then :
81ecdfbb
RW
1621 $as_echo_n "(cached) " >&6
1622fi
1623eval ac_res=\$$3
1624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1625$as_echo "$ac_res" >&6; }
1626else
1627 # Is the header compilable?
1628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1629$as_echo_n "checking $2 usability... " >&6; }
1630cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1631/* end confdefs.h. */
1632$4
1633#include <$2>
1634_ACEOF
1635if ac_fn_c_try_compile "$LINENO"; then :
1636 ac_header_compiler=yes
1637else
1638 ac_header_compiler=no
1639fi
1640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1642$as_echo "$ac_header_compiler" >&6; }
1643
1644# Is the header present?
1645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1646$as_echo_n "checking $2 presence... " >&6; }
1647cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1648/* end confdefs.h. */
1649#include <$2>
1650_ACEOF
1651if ac_fn_c_try_cpp "$LINENO"; then :
1652 ac_header_preproc=yes
1653else
1654 ac_header_preproc=no
1655fi
d0ac1c44 1656rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1658$as_echo "$ac_header_preproc" >&6; }
1659
1660# So? What about this header?
1661case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1662 yes:no: )
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1664$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1666$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1667 ;;
1668 no:yes:* )
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1670$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1672$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1674$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1676$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1678$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1679 ;;
1680esac
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1682$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1683if eval \${$3+:} false; then :
81ecdfbb
RW
1684 $as_echo_n "(cached) " >&6
1685else
1686 eval "$3=\$ac_header_compiler"
1687fi
1688eval ac_res=\$$3
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1690$as_echo "$ac_res" >&6; }
1691fi
d0ac1c44 1692 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1693
1694} # ac_fn_c_check_header_mongrel
1695
1696# ac_fn_c_try_run LINENO
1697# ----------------------
1698# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1699# that executables *can* be run.
1700ac_fn_c_try_run ()
1701{
1702 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1703 if { { ac_try="$ac_link"
1704case "(($ac_try" in
1705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1706 *) ac_try_echo=$ac_try;;
1707esac
1708eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1709$as_echo "$ac_try_echo"; } >&5
1710 (eval "$ac_link") 2>&5
1711 ac_status=$?
1712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1713 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1714 { { case "(($ac_try" in
1715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1716 *) ac_try_echo=$ac_try;;
1717esac
1718eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1719$as_echo "$ac_try_echo"; } >&5
1720 (eval "$ac_try") 2>&5
1721 ac_status=$?
1722 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1723 test $ac_status = 0; }; }; then :
1724 ac_retval=0
1725else
1726 $as_echo "$as_me: program exited with status $ac_status" >&5
1727 $as_echo "$as_me: failed program was:" >&5
1728sed 's/^/| /' conftest.$ac_ext >&5
1729
1730 ac_retval=$ac_status
1731fi
1732 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1733 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1734 as_fn_set_status $ac_retval
81ecdfbb
RW
1735
1736} # ac_fn_c_try_run
1737
1738# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1739# -------------------------------------------------------
1740# Tests whether HEADER exists and can be compiled using the include files in
1741# INCLUDES, setting the cache variable VAR accordingly.
1742ac_fn_c_check_header_compile ()
1743{
1744 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1746$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1747if eval \${$3+:} false; then :
81ecdfbb
RW
1748 $as_echo_n "(cached) " >&6
1749else
1750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1751/* end confdefs.h. */
1752$4
1753#include <$2>
1754_ACEOF
1755if ac_fn_c_try_compile "$LINENO"; then :
1756 eval "$3=yes"
1757else
1758 eval "$3=no"
1759fi
1760rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1761fi
1762eval ac_res=\$$3
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1764$as_echo "$ac_res" >&6; }
d0ac1c44 1765 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1766
1767} # ac_fn_c_check_header_compile
1768
1769# ac_fn_c_try_link LINENO
1770# -----------------------
1771# Try to link conftest.$ac_ext, and return whether this succeeded.
1772ac_fn_c_try_link ()
1773{
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 rm -f conftest.$ac_objext conftest$ac_exeext
1776 if { { ac_try="$ac_link"
1777case "(($ac_try" in
1778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1779 *) ac_try_echo=$ac_try;;
1780esac
1781eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1782$as_echo "$ac_try_echo"; } >&5
1783 (eval "$ac_link") 2>conftest.err
1784 ac_status=$?
1785 if test -s conftest.err; then
1786 grep -v '^ *+' conftest.err >conftest.er1
1787 cat conftest.er1 >&5
1788 mv -f conftest.er1 conftest.err
1789 fi
1790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1791 test $ac_status = 0; } && {
1792 test -z "$ac_c_werror_flag" ||
1793 test ! -s conftest.err
1794 } && test -s conftest$ac_exeext && {
1795 test "$cross_compiling" = yes ||
d0ac1c44 1796 test -x conftest$ac_exeext
81ecdfbb
RW
1797 }; then :
1798 ac_retval=0
1799else
1800 $as_echo "$as_me: failed program was:" >&5
1801sed 's/^/| /' conftest.$ac_ext >&5
1802
1803 ac_retval=1
1804fi
1805 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1806 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1807 # interfere with the next link command; also delete a directory that is
1808 # left behind by Apple's compiler. We do this before executing the actions.
1809 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1810 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1811 as_fn_set_status $ac_retval
81ecdfbb
RW
1812
1813} # ac_fn_c_try_link
1814
1815# ac_fn_c_check_func LINENO FUNC VAR
1816# ----------------------------------
1817# Tests whether FUNC exists, setting the cache variable VAR accordingly
1818ac_fn_c_check_func ()
1819{
1820 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1822$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1823if eval \${$3+:} false; then :
81ecdfbb
RW
1824 $as_echo_n "(cached) " >&6
1825else
1826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1827/* end confdefs.h. */
1828/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1829 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1830#define $2 innocuous_$2
1831
1832/* System header to define __stub macros and hopefully few prototypes,
1833 which can conflict with char $2 (); below.
1834 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1835 <limits.h> exists even on freestanding compilers. */
1836
1837#ifdef __STDC__
1838# include <limits.h>
1839#else
1840# include <assert.h>
1841#endif
1842
1843#undef $2
1844
1845/* Override any GCC internal prototype to avoid an error.
1846 Use char because int might match the return type of a GCC
1847 builtin and then its argument prototype would still apply. */
1848#ifdef __cplusplus
1849extern "C"
1850#endif
1851char $2 ();
1852/* The GNU C library defines this for functions which it implements
1853 to always fail with ENOSYS. Some functions are actually named
1854 something starting with __ and the normal name is an alias. */
1855#if defined __stub_$2 || defined __stub___$2
1856choke me
1857#endif
1858
1859int
1860main ()
1861{
1862return $2 ();
1863 ;
1864 return 0;
1865}
1866_ACEOF
1867if ac_fn_c_try_link "$LINENO"; then :
1868 eval "$3=yes"
1869else
1870 eval "$3=no"
1871fi
1872rm -f core conftest.err conftest.$ac_objext \
1873 conftest$ac_exeext conftest.$ac_ext
1874fi
1875eval ac_res=\$$3
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1877$as_echo "$ac_res" >&6; }
d0ac1c44 1878 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1879
1880} # ac_fn_c_check_func
1881cat >config.log <<_ACEOF
1882This file contains any messages produced by compilers while
1883running configure, to aid debugging if configure makes a mistake.
1884
1885It was created by $as_me, which was
d0ac1c44 1886generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1887
1888 $ $0 $@
1889
1890_ACEOF
1891exec 5>>config.log
1892{
1893cat <<_ASUNAME
1894## --------- ##
1895## Platform. ##
1896## --------- ##
1897
1898hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1899uname -m = `(uname -m) 2>/dev/null || echo unknown`
1900uname -r = `(uname -r) 2>/dev/null || echo unknown`
1901uname -s = `(uname -s) 2>/dev/null || echo unknown`
1902uname -v = `(uname -v) 2>/dev/null || echo unknown`
1903
1904/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1905/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1906
1907/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1908/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1909/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1910/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1911/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1912/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1913/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1914
1915_ASUNAME
1916
1917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1918for as_dir in $PATH
1919do
1920 IFS=$as_save_IFS
1921 test -z "$as_dir" && as_dir=.
1922 $as_echo "PATH: $as_dir"
1923 done
1924IFS=$as_save_IFS
1925
1926} >&5
1927
1928cat >&5 <<_ACEOF
b7026657
AC
1929
1930
1931## ----------- ##
1932## Core tests. ##
1933## ----------- ##
1934
1935_ACEOF
1936
1937
1938# Keep a trace of the command line.
1939# Strip out --no-create and --no-recursion so they do not pile up.
1940# Strip out --silent because we don't want to record it for future runs.
1941# Also quote any args containing shell meta-characters.
1942# Make two passes to allow for proper duplicate-argument suppression.
1943ac_configure_args=
1944ac_configure_args0=
1945ac_configure_args1=
b7026657
AC
1946ac_must_keep_next=false
1947for ac_pass in 1 2
1948do
1949 for ac_arg
1950 do
1951 case $ac_arg in
1952 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1953 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1954 | -silent | --silent | --silen | --sile | --sil)
1955 continue ;;
81ecdfbb
RW
1956 *\'*)
1957 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1958 esac
1959 case $ac_pass in
81ecdfbb 1960 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1961 2)
81ecdfbb 1962 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1963 if test $ac_must_keep_next = true; then
1964 ac_must_keep_next=false # Got value, back to normal.
1965 else
1966 case $ac_arg in
1967 *=* | --config-cache | -C | -disable-* | --disable-* \
1968 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1969 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1970 | -with-* | --with-* | -without-* | --without-* | --x)
1971 case "$ac_configure_args0 " in
1972 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1973 esac
1974 ;;
1975 -* ) ac_must_keep_next=true ;;
1976 esac
1977 fi
81ecdfbb 1978 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1979 ;;
1980 esac
1981 done
1982done
81ecdfbb
RW
1983{ ac_configure_args0=; unset ac_configure_args0;}
1984{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1985
1986# When interrupted or exit'd, cleanup temporary files, and complete
1987# config.log. We remove comments because anyway the quotes in there
1988# would cause problems or look ugly.
81ecdfbb
RW
1989# WARNING: Use '\'' to represent an apostrophe within the trap.
1990# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1991trap 'exit_status=$?
1992 # Save into config.log some information that might help in debugging.
1993 {
1994 echo
1995
d0ac1c44 1996 $as_echo "## ---------------- ##
b7026657 1997## Cache variables. ##
d0ac1c44 1998## ---------------- ##"
b7026657
AC
1999 echo
2000 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2001(
2002 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2003 eval ac_val=\$$ac_var
2004 case $ac_val in #(
2005 *${as_nl}*)
2006 case $ac_var in #(
2007 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2008$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2009 esac
2010 case $ac_var in #(
2011 _ | IFS | as_nl) ;; #(
2012 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2013 *) { eval $ac_var=; unset $ac_var;} ;;
2014 esac ;;
2015 esac
2016 done
b7026657 2017 (set) 2>&1 |
81ecdfbb
RW
2018 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2019 *${as_nl}ac_space=\ *)
b7026657 2020 sed -n \
81ecdfbb
RW
2021 "s/'\''/'\''\\\\'\'''\''/g;
2022 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2023 ;; #(
b7026657 2024 *)
81ecdfbb 2025 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2026 ;;
81ecdfbb
RW
2027 esac |
2028 sort
2029)
b7026657
AC
2030 echo
2031
d0ac1c44 2032 $as_echo "## ----------------- ##
b7026657 2033## Output variables. ##
d0ac1c44 2034## ----------------- ##"
b7026657
AC
2035 echo
2036 for ac_var in $ac_subst_vars
2037 do
81ecdfbb
RW
2038 eval ac_val=\$$ac_var
2039 case $ac_val in
2040 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2041 esac
2042 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2043 done | sort
2044 echo
2045
2046 if test -n "$ac_subst_files"; then
d0ac1c44 2047 $as_echo "## ------------------- ##
81ecdfbb 2048## File substitutions. ##
d0ac1c44 2049## ------------------- ##"
b7026657
AC
2050 echo
2051 for ac_var in $ac_subst_files
2052 do
81ecdfbb
RW
2053 eval ac_val=\$$ac_var
2054 case $ac_val in
2055 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2056 esac
2057 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2058 done | sort
2059 echo
2060 fi
2061
2062 if test -s confdefs.h; then
d0ac1c44 2063 $as_echo "## ----------- ##
b7026657 2064## confdefs.h. ##
d0ac1c44 2065## ----------- ##"
b7026657 2066 echo
81ecdfbb 2067 cat confdefs.h
b7026657
AC
2068 echo
2069 fi
2070 test "$ac_signal" != 0 &&
81ecdfbb
RW
2071 $as_echo "$as_me: caught signal $ac_signal"
2072 $as_echo "$as_me: exit $exit_status"
b7026657 2073 } >&5
81ecdfbb
RW
2074 rm -f core *.core core.conftest.* &&
2075 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2076 exit $exit_status
81ecdfbb 2077' 0
b7026657 2078for ac_signal in 1 2 13 15; do
81ecdfbb 2079 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2080done
2081ac_signal=0
2082
2083# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2084rm -f -r conftest* confdefs.h
2085
2086$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2087
2088# Predefined preprocessor variables.
2089
2090cat >>confdefs.h <<_ACEOF
2091#define PACKAGE_NAME "$PACKAGE_NAME"
2092_ACEOF
2093
b7026657
AC
2094cat >>confdefs.h <<_ACEOF
2095#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2096_ACEOF
2097
b7026657
AC
2098cat >>confdefs.h <<_ACEOF
2099#define PACKAGE_VERSION "$PACKAGE_VERSION"
2100_ACEOF
2101
b7026657
AC
2102cat >>confdefs.h <<_ACEOF
2103#define PACKAGE_STRING "$PACKAGE_STRING"
2104_ACEOF
2105
b7026657
AC
2106cat >>confdefs.h <<_ACEOF
2107#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2108_ACEOF
2109
81ecdfbb
RW
2110cat >>confdefs.h <<_ACEOF
2111#define PACKAGE_URL "$PACKAGE_URL"
2112_ACEOF
2113
b7026657
AC
2114
2115# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2116# Prefer an explicitly selected file to automatically selected ones.
2117ac_site_file1=NONE
2118ac_site_file2=NONE
2119if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2120 # We do not want a PATH search for config.site.
2121 case $CONFIG_SITE in #((
2122 -*) ac_site_file1=./$CONFIG_SITE;;
2123 */*) ac_site_file1=$CONFIG_SITE;;
2124 *) ac_site_file1=./$CONFIG_SITE;;
2125 esac
81ecdfbb
RW
2126elif test "x$prefix" != xNONE; then
2127 ac_site_file1=$prefix/share/config.site
2128 ac_site_file2=$prefix/etc/config.site
2129else
2130 ac_site_file1=$ac_default_prefix/share/config.site
2131 ac_site_file2=$ac_default_prefix/etc/config.site
2132fi
2133for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2134do
2135 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2136 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2137 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2138$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2139 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2140 . "$ac_site_file" \
2141 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2142$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2143as_fn_error $? "failed to load site script $ac_site_file
2144See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2145 fi
2146done
2147
2148if test -r "$cache_file"; then
d0ac1c44
SM
2149 # Some versions of bash will fail to source /dev/null (special files
2150 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2151 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2153$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2154 case $cache_file in
81ecdfbb
RW
2155 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2156 *) . "./$cache_file";;
b7026657
AC
2157 esac
2158 fi
2159else
81ecdfbb
RW
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2161$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2162 >$cache_file
2163fi
2164
2165# Check that the precious variables saved in the cache have kept the same
2166# value.
2167ac_cache_corrupted=false
81ecdfbb 2168for ac_var in $ac_precious_vars; do
b7026657
AC
2169 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2170 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2171 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2172 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2173 case $ac_old_set,$ac_new_set in
2174 set,)
81ecdfbb
RW
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2176$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2177 ac_cache_corrupted=: ;;
2178 ,set)
81ecdfbb
RW
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2180$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2181 ac_cache_corrupted=: ;;
2182 ,);;
2183 *)
2184 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2185 # differences in whitespace do not lead to failure.
2186 ac_old_val_w=`echo x $ac_old_val`
2187 ac_new_val_w=`echo x $ac_new_val`
2188 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2190$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2191 ac_cache_corrupted=:
2192 else
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2194$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2195 eval $ac_var=\$ac_old_val
2196 fi
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2198$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2200$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2201 fi;;
2202 esac
2203 # Pass precious variables to config.status.
2204 if test "$ac_new_set" = set; then
2205 case $ac_new_val in
81ecdfbb 2206 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2207 *) ac_arg=$ac_var=$ac_new_val ;;
2208 esac
2209 case " $ac_configure_args " in
2210 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2211 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2212 esac
2213 fi
2214done
2215if $ac_cache_corrupted; then
81ecdfbb
RW
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2217$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2219$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2220 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2221fi
81ecdfbb
RW
2222## -------------------- ##
2223## Main body of script. ##
2224## -------------------- ##
b7026657
AC
2225
2226ac_ext=c
2227ac_cpp='$CPP $CPPFLAGS'
2228ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2229ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2230ac_compiler_gnu=$ac_cv_c_compiler_gnu
2231
2232
6bb11ab3
L
2233
2234
2235
2236
2237
c2783492
MF
2238ac_aux_dir=
2239for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2240 if test -f "$ac_dir/install-sh"; then
2241 ac_aux_dir=$ac_dir
2242 ac_install_sh="$ac_aux_dir/install-sh -c"
2243 break
2244 elif test -f "$ac_dir/install.sh"; then
2245 ac_aux_dir=$ac_dir
2246 ac_install_sh="$ac_aux_dir/install.sh -c"
2247 break
2248 elif test -f "$ac_dir/shtool"; then
2249 ac_aux_dir=$ac_dir
2250 ac_install_sh="$ac_aux_dir/shtool install -c"
2251 break
2252 fi
2253done
2254if test -z "$ac_aux_dir"; then
2255 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2256fi
2257
2258# These three variables are undocumented and unsupported,
2259# and are intended to be withdrawn in a future Autoconf release.
2260# They can cause serious problems if a builder's source tree is in a directory
2261# whose full name contains unusual characters.
2262ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2263ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2264ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2265
2266
2267# Make sure we can run config.sub.
2268$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2269 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2270
2271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2272$as_echo_n "checking build system type... " >&6; }
2273if ${ac_cv_build+:} false; then :
2274 $as_echo_n "(cached) " >&6
2275else
2276 ac_build_alias=$build_alias
2277test "x$ac_build_alias" = x &&
2278 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2279test "x$ac_build_alias" = x &&
2280 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2281ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2282 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2283
2284fi
2285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2286$as_echo "$ac_cv_build" >&6; }
2287case $ac_cv_build in
2288*-*-*) ;;
2289*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2290esac
2291build=$ac_cv_build
2292ac_save_IFS=$IFS; IFS='-'
2293set x $ac_cv_build
2294shift
2295build_cpu=$1
2296build_vendor=$2
2297shift; shift
2298# Remember, the first character of IFS is used to create $*,
2299# except with old shells:
2300build_os=$*
2301IFS=$ac_save_IFS
2302case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2303
2304
2305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2306$as_echo_n "checking host system type... " >&6; }
2307if ${ac_cv_host+:} false; then :
2308 $as_echo_n "(cached) " >&6
2309else
2310 if test "x$host_alias" = x; then
2311 ac_cv_host=$ac_cv_build
2312else
2313 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2314 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2315fi
2316
2317fi
2318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2319$as_echo "$ac_cv_host" >&6; }
2320case $ac_cv_host in
2321*-*-*) ;;
2322*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2323esac
2324host=$ac_cv_host
2325ac_save_IFS=$IFS; IFS='-'
2326set x $ac_cv_host
2327shift
2328host_cpu=$1
2329host_vendor=$2
2330shift; shift
2331# Remember, the first character of IFS is used to create $*,
2332# except with old shells:
2333host_os=$*
2334IFS=$ac_save_IFS
2335case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2336
2337
2338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2339$as_echo_n "checking target system type... " >&6; }
2340if ${ac_cv_target+:} false; then :
2341 $as_echo_n "(cached) " >&6
2342else
2343 if test "x$target_alias" = x; then
2344 ac_cv_target=$ac_cv_host
2345else
2346 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2347 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2348fi
2349
2350fi
2351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2352$as_echo "$ac_cv_target" >&6; }
2353case $ac_cv_target in
2354*-*-*) ;;
2355*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2356esac
2357target=$ac_cv_target
2358ac_save_IFS=$IFS; IFS='-'
2359set x $ac_cv_target
2360shift
2361target_cpu=$1
2362target_vendor=$2
2363shift; shift
2364# Remember, the first character of IFS is used to create $*,
2365# except with old shells:
2366target_os=$*
2367IFS=$ac_save_IFS
2368case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2369
2370
2371# The aliases save the names the user supplied, while $host etc.
2372# will get canonicalized.
2373test -n "$target_alias" &&
2374 test "$program_prefix$program_suffix$program_transform_name" = \
2375 NONENONEs,x,x, &&
2376 program_prefix=${target_alias}-
6bb11ab3
L
2377ac_ext=c
2378ac_cpp='$CPP $CPPFLAGS'
2379ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2380ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2381ac_compiler_gnu=$ac_cv_c_compiler_gnu
2382if test -n "$ac_tool_prefix"; then
2383 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2384set dummy ${ac_tool_prefix}gcc; ac_word=$2
2385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2386$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2387if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2388 $as_echo_n "(cached) " >&6
2389else
2390 if test -n "$CC"; then
2391 ac_cv_prog_CC="$CC" # Let the user override the test.
2392else
2393as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2394for as_dir in $PATH
2395do
2396 IFS=$as_save_IFS
2397 test -z "$as_dir" && as_dir=.
2398 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2399 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2400 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2402 break 2
2403 fi
2404done
2405 done
2406IFS=$as_save_IFS
2407
2408fi
2409fi
2410CC=$ac_cv_prog_CC
2411if test -n "$CC"; then
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2413$as_echo "$CC" >&6; }
2414else
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2416$as_echo "no" >&6; }
2417fi
2418
2419
2420fi
2421if test -z "$ac_cv_prog_CC"; then
2422 ac_ct_CC=$CC
2423 # Extract the first word of "gcc", so it can be a program name with args.
2424set dummy gcc; ac_word=$2
2425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2426$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2427if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2428 $as_echo_n "(cached) " >&6
2429else
2430 if test -n "$ac_ct_CC"; then
2431 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2432else
2433as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2434for as_dir in $PATH
2435do
2436 IFS=$as_save_IFS
2437 test -z "$as_dir" && as_dir=.
2438 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2439 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2440 ac_cv_prog_ac_ct_CC="gcc"
2441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2442 break 2
2443 fi
2444done
2445 done
2446IFS=$as_save_IFS
2447
2448fi
2449fi
2450ac_ct_CC=$ac_cv_prog_ac_ct_CC
2451if test -n "$ac_ct_CC"; then
2452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2453$as_echo "$ac_ct_CC" >&6; }
2454else
2455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2456$as_echo "no" >&6; }
2457fi
2458
2459 if test "x$ac_ct_CC" = x; then
2460 CC=""
2461 else
2462 case $cross_compiling:$ac_tool_warned in
2463yes:)
2464{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2465$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2466ac_tool_warned=yes ;;
2467esac
2468 CC=$ac_ct_CC
2469 fi
2470else
2471 CC="$ac_cv_prog_CC"
2472fi
2473
2474if test -z "$CC"; then
2475 if test -n "$ac_tool_prefix"; then
2476 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2477set dummy ${ac_tool_prefix}cc; ac_word=$2
2478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2479$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2480if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2481 $as_echo_n "(cached) " >&6
2482else
2483 if test -n "$CC"; then
2484 ac_cv_prog_CC="$CC" # Let the user override the test.
2485else
2486as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2487for as_dir in $PATH
2488do
2489 IFS=$as_save_IFS
2490 test -z "$as_dir" && as_dir=.
2491 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2492 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2493 ac_cv_prog_CC="${ac_tool_prefix}cc"
2494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2495 break 2
2496 fi
2497done
2498 done
2499IFS=$as_save_IFS
2500
2501fi
2502fi
2503CC=$ac_cv_prog_CC
2504if test -n "$CC"; then
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2506$as_echo "$CC" >&6; }
2507else
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2509$as_echo "no" >&6; }
2510fi
2511
2512
2513 fi
2514fi
2515if test -z "$CC"; then
2516 # Extract the first word of "cc", so it can be a program name with args.
2517set dummy cc; ac_word=$2
2518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2519$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2520if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2521 $as_echo_n "(cached) " >&6
2522else
2523 if test -n "$CC"; then
2524 ac_cv_prog_CC="$CC" # Let the user override the test.
2525else
2526 ac_prog_rejected=no
2527as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2528for as_dir in $PATH
2529do
2530 IFS=$as_save_IFS
2531 test -z "$as_dir" && as_dir=.
2532 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2534 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2535 ac_prog_rejected=yes
2536 continue
2537 fi
2538 ac_cv_prog_CC="cc"
2539 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2540 break 2
2541 fi
2542done
2543 done
2544IFS=$as_save_IFS
2545
2546if test $ac_prog_rejected = yes; then
2547 # We found a bogon in the path, so make sure we never use it.
2548 set dummy $ac_cv_prog_CC
2549 shift
2550 if test $# != 0; then
2551 # We chose a different compiler from the bogus one.
2552 # However, it has the same basename, so the bogon will be chosen
2553 # first if we set CC to just the basename; use the full file name.
2554 shift
2555 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2556 fi
2557fi
2558fi
2559fi
2560CC=$ac_cv_prog_CC
2561if test -n "$CC"; then
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2563$as_echo "$CC" >&6; }
2564else
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2566$as_echo "no" >&6; }
2567fi
2568
2569
2570fi
2571if test -z "$CC"; then
2572 if test -n "$ac_tool_prefix"; then
2573 for ac_prog in cl.exe
2574 do
2575 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2576set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2578$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2579if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2580 $as_echo_n "(cached) " >&6
2581else
2582 if test -n "$CC"; then
2583 ac_cv_prog_CC="$CC" # Let the user override the test.
2584else
2585as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2586for as_dir in $PATH
2587do
2588 IFS=$as_save_IFS
2589 test -z "$as_dir" && as_dir=.
2590 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2591 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2592 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2594 break 2
2595 fi
2596done
2597 done
2598IFS=$as_save_IFS
2599
2600fi
2601fi
2602CC=$ac_cv_prog_CC
2603if test -n "$CC"; then
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2605$as_echo "$CC" >&6; }
2606else
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2608$as_echo "no" >&6; }
2609fi
2610
2611
2612 test -n "$CC" && break
2613 done
2614fi
2615if test -z "$CC"; then
2616 ac_ct_CC=$CC
2617 for ac_prog in cl.exe
2618do
2619 # Extract the first word of "$ac_prog", so it can be a program name with args.
2620set dummy $ac_prog; ac_word=$2
2621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2622$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2623if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2624 $as_echo_n "(cached) " >&6
2625else
2626 if test -n "$ac_ct_CC"; then
2627 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2628else
2629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2630for as_dir in $PATH
2631do
2632 IFS=$as_save_IFS
2633 test -z "$as_dir" && as_dir=.
2634 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2636 ac_cv_prog_ac_ct_CC="$ac_prog"
2637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2638 break 2
2639 fi
2640done
2641 done
2642IFS=$as_save_IFS
2643
2644fi
2645fi
2646ac_ct_CC=$ac_cv_prog_ac_ct_CC
2647if test -n "$ac_ct_CC"; then
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2649$as_echo "$ac_ct_CC" >&6; }
2650else
2651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2652$as_echo "no" >&6; }
2653fi
2654
2655
2656 test -n "$ac_ct_CC" && break
2657done
2658
2659 if test "x$ac_ct_CC" = x; then
2660 CC=""
2661 else
2662 case $cross_compiling:$ac_tool_warned in
2663yes:)
2664{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2665$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2666ac_tool_warned=yes ;;
2667esac
2668 CC=$ac_ct_CC
2669 fi
2670fi
2671
2672fi
2673
2674
2675test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2676$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2677as_fn_error $? "no acceptable C compiler found in \$PATH
2678See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2679
2680# Provide some information about the compiler.
2681$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2682set X $ac_compile
2683ac_compiler=$2
2684for ac_option in --version -v -V -qversion; do
2685 { { ac_try="$ac_compiler $ac_option >&5"
2686case "(($ac_try" in
2687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2688 *) ac_try_echo=$ac_try;;
2689esac
2690eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2691$as_echo "$ac_try_echo"; } >&5
2692 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2693 ac_status=$?
2694 if test -s conftest.err; then
2695 sed '10a\
2696... rest of stderr output deleted ...
2697 10q' conftest.err >conftest.er1
2698 cat conftest.er1 >&5
6bb11ab3 2699 fi
d0ac1c44 2700 rm -f conftest.er1 conftest.err
6bb11ab3
L
2701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2702 test $ac_status = 0; }
2703done
2704
2705cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2706/* end confdefs.h. */
2707
2708int
2709main ()
2710{
2711
2712 ;
2713 return 0;
2714}
2715_ACEOF
2716ac_clean_files_save=$ac_clean_files
d0ac1c44 2717ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2718# Try to create an executable without -o first, disregard a.out.
2719# It will help us diagnose broken compilers, and finding out an intuition
2720# of exeext.
d0ac1c44
SM
2721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2722$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2723ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2724
2725# The possible output files:
2726ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2727
2728ac_rmfiles=
2729for ac_file in $ac_files
2730do
2731 case $ac_file in
2732 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2733 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2734 esac
2735done
2736rm -f $ac_rmfiles
2737
2738if { { ac_try="$ac_link_default"
2739case "(($ac_try" in
2740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2741 *) ac_try_echo=$ac_try;;
2742esac
2743eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2744$as_echo "$ac_try_echo"; } >&5
2745 (eval "$ac_link_default") 2>&5
2746 ac_status=$?
2747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2748 test $ac_status = 0; }; then :
2749 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2750# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2751# in a Makefile. We should not override ac_cv_exeext if it was cached,
2752# so that the user can short-circuit this test for compilers unknown to
2753# Autoconf.
2754for ac_file in $ac_files ''
2755do
2756 test -f "$ac_file" || continue
2757 case $ac_file in
2758 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2759 ;;
2760 [ab].out )
2761 # We found the default executable, but exeext='' is most
2762 # certainly right.
2763 break;;
2764 *.* )
2765 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2766 then :; else
2767 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2768 fi
2769 # We set ac_cv_exeext here because the later test for it is not
2770 # safe: cross compilers may not add the suffix if given an `-o'
2771 # argument, so we may need to know it at that point already.
2772 # Even if this section looks crufty: it has the advantage of
2773 # actually working.
2774 break;;
2775 * )
2776 break;;
2777 esac
2778done
2779test "$ac_cv_exeext" = no && ac_cv_exeext=
2780
2781else
2782 ac_file=''
2783fi
6bb11ab3 2784if test -z "$ac_file"; then :
d0ac1c44
SM
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2786$as_echo "no" >&6; }
2787$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2788sed 's/^/| /' conftest.$ac_ext >&5
2789
2790{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2791$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2792as_fn_error 77 "C compiler cannot create executables
2793See \`config.log' for more details" "$LINENO" 5; }
2794else
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2796$as_echo "yes" >&6; }
6bb11ab3 2797fi
d0ac1c44
SM
2798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2799$as_echo_n "checking for C compiler default output file name... " >&6; }
2800{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2801$as_echo "$ac_file" >&6; }
6bb11ab3
L
2802ac_exeext=$ac_cv_exeext
2803
d0ac1c44 2804rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2805ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2807$as_echo_n "checking for suffix of executables... " >&6; }
2808if { { ac_try="$ac_link"
2809case "(($ac_try" in
2810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2811 *) ac_try_echo=$ac_try;;
2812esac
2813eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2814$as_echo "$ac_try_echo"; } >&5
2815 (eval "$ac_link") 2>&5
2816 ac_status=$?
2817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2818 test $ac_status = 0; }; then :
2819 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2820# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2821# work properly (i.e., refer to `conftest.exe'), while it won't with
2822# `rm'.
2823for ac_file in conftest.exe conftest conftest.*; do
2824 test -f "$ac_file" || continue
2825 case $ac_file in
2826 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2827 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2828 break;;
2829 * ) break;;
2830 esac
2831done
2832else
2833 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2834$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2835as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2836See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2837fi
d0ac1c44 2838rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2840$as_echo "$ac_cv_exeext" >&6; }
2841
2842rm -f conftest.$ac_ext
2843EXEEXT=$ac_cv_exeext
2844ac_exeext=$EXEEXT
d0ac1c44
SM
2845cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2846/* end confdefs.h. */
2847#include <stdio.h>
2848int
2849main ()
2850{
2851FILE *f = fopen ("conftest.out", "w");
2852 return ferror (f) || fclose (f) != 0;
2853
2854 ;
2855 return 0;
2856}
2857_ACEOF
2858ac_clean_files="$ac_clean_files conftest.out"
2859# Check that the compiler produces executables we can run. If not, either
2860# the compiler is broken, or we cross compile.
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2862$as_echo_n "checking whether we are cross compiling... " >&6; }
2863if test "$cross_compiling" != yes; then
2864 { { ac_try="$ac_link"
2865case "(($ac_try" in
2866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2867 *) ac_try_echo=$ac_try;;
2868esac
2869eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2870$as_echo "$ac_try_echo"; } >&5
2871 (eval "$ac_link") 2>&5
2872 ac_status=$?
2873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2874 test $ac_status = 0; }
2875 if { ac_try='./conftest$ac_cv_exeext'
2876 { { case "(($ac_try" in
2877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2878 *) ac_try_echo=$ac_try;;
2879esac
2880eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2881$as_echo "$ac_try_echo"; } >&5
2882 (eval "$ac_try") 2>&5
2883 ac_status=$?
2884 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2885 test $ac_status = 0; }; }; then
2886 cross_compiling=no
2887 else
2888 if test "$cross_compiling" = maybe; then
2889 cross_compiling=yes
2890 else
2891 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2892$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2893as_fn_error $? "cannot run C compiled programs.
2894If you meant to cross compile, use \`--host'.
2895See \`config.log' for more details" "$LINENO" 5; }
2896 fi
2897 fi
2898fi
2899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2900$as_echo "$cross_compiling" >&6; }
2901
2902rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2903ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2905$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2906if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2907 $as_echo_n "(cached) " >&6
2908else
2909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2910/* end confdefs.h. */
2911
2912int
2913main ()
2914{
2915
2916 ;
2917 return 0;
2918}
2919_ACEOF
2920rm -f conftest.o conftest.obj
2921if { { ac_try="$ac_compile"
2922case "(($ac_try" in
2923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2924 *) ac_try_echo=$ac_try;;
2925esac
2926eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2927$as_echo "$ac_try_echo"; } >&5
2928 (eval "$ac_compile") 2>&5
2929 ac_status=$?
2930 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2931 test $ac_status = 0; }; then :
2932 for ac_file in conftest.o conftest.obj conftest.*; do
2933 test -f "$ac_file" || continue;
2934 case $ac_file in
2935 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2936 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2937 break;;
2938 esac
2939done
2940else
2941 $as_echo "$as_me: failed program was:" >&5
2942sed 's/^/| /' conftest.$ac_ext >&5
2943
2944{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2945$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2946as_fn_error $? "cannot compute suffix of object files: cannot compile
2947See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2948fi
2949rm -f conftest.$ac_cv_objext conftest.$ac_ext
2950fi
2951{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2952$as_echo "$ac_cv_objext" >&6; }
2953OBJEXT=$ac_cv_objext
2954ac_objext=$OBJEXT
2955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2956$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2957if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2958 $as_echo_n "(cached) " >&6
2959else
2960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2961/* end confdefs.h. */
2962
2963int
2964main ()
2965{
2966#ifndef __GNUC__
2967 choke me
2968#endif
2969
2970 ;
2971 return 0;
2972}
2973_ACEOF
2974if ac_fn_c_try_compile "$LINENO"; then :
2975 ac_compiler_gnu=yes
2976else
2977 ac_compiler_gnu=no
2978fi
2979rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2980ac_cv_c_compiler_gnu=$ac_compiler_gnu
2981
2982fi
2983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2984$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2985if test $ac_compiler_gnu = yes; then
2986 GCC=yes
2987else
2988 GCC=
2989fi
2990ac_test_CFLAGS=${CFLAGS+set}
2991ac_save_CFLAGS=$CFLAGS
2992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2993$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2994if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2995 $as_echo_n "(cached) " >&6
2996else
2997 ac_save_c_werror_flag=$ac_c_werror_flag
2998 ac_c_werror_flag=yes
2999 ac_cv_prog_cc_g=no
3000 CFLAGS="-g"
3001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3002/* end confdefs.h. */
3003
3004int
3005main ()
3006{
3007
3008 ;
3009 return 0;
3010}
3011_ACEOF
3012if ac_fn_c_try_compile "$LINENO"; then :
3013 ac_cv_prog_cc_g=yes
3014else
3015 CFLAGS=""
3016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3017/* end confdefs.h. */
3018
3019int
3020main ()
3021{
3022
3023 ;
3024 return 0;
3025}
3026_ACEOF
3027if ac_fn_c_try_compile "$LINENO"; then :
3028
3029else
3030 ac_c_werror_flag=$ac_save_c_werror_flag
3031 CFLAGS="-g"
3032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3033/* end confdefs.h. */
3034
3035int
3036main ()
3037{
3038
3039 ;
3040 return 0;
3041}
3042_ACEOF
3043if ac_fn_c_try_compile "$LINENO"; then :
3044 ac_cv_prog_cc_g=yes
3045fi
3046rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3047fi
3048rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3049fi
3050rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3051 ac_c_werror_flag=$ac_save_c_werror_flag
3052fi
3053{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3054$as_echo "$ac_cv_prog_cc_g" >&6; }
3055if test "$ac_test_CFLAGS" = set; then
3056 CFLAGS=$ac_save_CFLAGS
3057elif test $ac_cv_prog_cc_g = yes; then
3058 if test "$GCC" = yes; then
3059 CFLAGS="-g -O2"
3060 else
3061 CFLAGS="-g"
3062 fi
3063else
3064 if test "$GCC" = yes; then
3065 CFLAGS="-O2"
3066 else
3067 CFLAGS=
3068 fi
3069fi
3070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3071$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3072if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3073 $as_echo_n "(cached) " >&6
3074else
3075 ac_cv_prog_cc_c89=no
3076ac_save_CC=$CC
3077cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3078/* end confdefs.h. */
3079#include <stdarg.h>
3080#include <stdio.h>
d0ac1c44 3081struct stat;
6bb11ab3
L
3082/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3083struct buf { int x; };
3084FILE * (*rcsopen) (struct buf *, struct stat *, int);
3085static char *e (p, i)
3086 char **p;
3087 int i;
3088{
3089 return p[i];
3090}
3091static char *f (char * (*g) (char **, int), char **p, ...)
3092{
3093 char *s;
3094 va_list v;
3095 va_start (v,p);
3096 s = g (p, va_arg (v,int));
3097 va_end (v);
3098 return s;
3099}
3100
3101/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3102 function prototypes and stuff, but not '\xHH' hex character constants.
3103 These don't provoke an error unfortunately, instead are silently treated
3104 as 'x'. The following induces an error, until -std is added to get
3105 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3106 array size at least. It's necessary to write '\x00'==0 to get something
3107 that's true only with -std. */
3108int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3109
3110/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3111 inside strings and character constants. */
3112#define FOO(x) 'x'
3113int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3114
3115int test (int i, double x);
3116struct s1 {int (*f) (int a);};
3117struct s2 {int (*f) (double a);};
3118int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3119int argc;
3120char **argv;
3121int
3122main ()
3123{
3124return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3125 ;
3126 return 0;
3127}
3128_ACEOF
3129for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3130 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3131do
3132 CC="$ac_save_CC $ac_arg"
3133 if ac_fn_c_try_compile "$LINENO"; then :
3134 ac_cv_prog_cc_c89=$ac_arg
3135fi
3136rm -f core conftest.err conftest.$ac_objext
3137 test "x$ac_cv_prog_cc_c89" != "xno" && break
3138done
3139rm -f conftest.$ac_ext
3140CC=$ac_save_CC
3141
3142fi
3143# AC_CACHE_VAL
3144case "x$ac_cv_prog_cc_c89" in
3145 x)
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3147$as_echo "none needed" >&6; } ;;
3148 xno)
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3150$as_echo "unsupported" >&6; } ;;
3151 *)
3152 CC="$CC $ac_cv_prog_cc_c89"
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3154$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3155esac
3156if test "x$ac_cv_prog_cc_c89" != xno; then :
3157
3158fi
3159
3160ac_ext=c
3161ac_cpp='$CPP $CPPFLAGS'
3162ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3163ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3164ac_compiler_gnu=$ac_cv_c_compiler_gnu
3165
c2783492 3166
ebe9564b
MF
3167ac_ext=c
3168ac_cpp='$CPP $CPPFLAGS'
3169ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3170ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3171ac_compiler_gnu=$ac_cv_c_compiler_gnu
3172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3173$as_echo_n "checking how to run the C preprocessor... " >&6; }
3174# On Suns, sometimes $CPP names a directory.
3175if test -n "$CPP" && test -d "$CPP"; then
3176 CPP=
3177fi
3178if test -z "$CPP"; then
3179 if ${ac_cv_prog_CPP+:} false; then :
3180 $as_echo_n "(cached) " >&6
3181else
3182 # Double quotes because CPP needs to be expanded
3183 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3184 do
3185 ac_preproc_ok=false
3186for ac_c_preproc_warn_flag in '' yes
3187do
3188 # Use a header file that comes with gcc, so configuring glibc
3189 # with a fresh cross-compiler works.
3190 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3191 # <limits.h> exists even on freestanding compilers.
3192 # On the NeXT, cc -E runs the code through the compiler's parser,
3193 # not just through cpp. "Syntax error" is here to catch this case.
3194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3195/* end confdefs.h. */
3196#ifdef __STDC__
3197# include <limits.h>
3198#else
3199# include <assert.h>
3200#endif
3201 Syntax error
3202_ACEOF
3203if ac_fn_c_try_cpp "$LINENO"; then :
3204
3205else
3206 # Broken: fails on valid input.
3207continue
3208fi
3209rm -f conftest.err conftest.i conftest.$ac_ext
3210
3211 # OK, works on sane cases. Now check whether nonexistent headers
3212 # can be detected and how.
3213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3214/* end confdefs.h. */
3215#include <ac_nonexistent.h>
3216_ACEOF
3217if ac_fn_c_try_cpp "$LINENO"; then :
3218 # Broken: success on invalid input.
3219continue
3220else
3221 # Passes both tests.
3222ac_preproc_ok=:
3223break
3224fi
3225rm -f conftest.err conftest.i conftest.$ac_ext
3226
3227done
3228# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3229rm -f conftest.i conftest.err conftest.$ac_ext
3230if $ac_preproc_ok; then :
3231 break
3232fi
3233
3234 done
3235 ac_cv_prog_CPP=$CPP
3236
3237fi
3238 CPP=$ac_cv_prog_CPP
3239else
3240 ac_cv_prog_CPP=$CPP
3241fi
3242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3243$as_echo "$CPP" >&6; }
3244ac_preproc_ok=false
3245for ac_c_preproc_warn_flag in '' yes
3246do
3247 # Use a header file that comes with gcc, so configuring glibc
3248 # with a fresh cross-compiler works.
3249 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3250 # <limits.h> exists even on freestanding compilers.
3251 # On the NeXT, cc -E runs the code through the compiler's parser,
3252 # not just through cpp. "Syntax error" is here to catch this case.
3253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3254/* end confdefs.h. */
3255#ifdef __STDC__
3256# include <limits.h>
3257#else
3258# include <assert.h>
3259#endif
3260 Syntax error
3261_ACEOF
3262if ac_fn_c_try_cpp "$LINENO"; then :
3263
3264else
3265 # Broken: fails on valid input.
3266continue
3267fi
3268rm -f conftest.err conftest.i conftest.$ac_ext
3269
3270 # OK, works on sane cases. Now check whether nonexistent headers
3271 # can be detected and how.
3272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3273/* end confdefs.h. */
3274#include <ac_nonexistent.h>
3275_ACEOF
3276if ac_fn_c_try_cpp "$LINENO"; then :
3277 # Broken: success on invalid input.
3278continue
3279else
3280 # Passes both tests.
3281ac_preproc_ok=:
3282break
3283fi
3284rm -f conftest.err conftest.i conftest.$ac_ext
3285
3286done
3287# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3288rm -f conftest.i conftest.err conftest.$ac_ext
3289if $ac_preproc_ok; then :
3290
3291else
3292 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3293$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3294as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3295See \`config.log' for more details" "$LINENO" 5; }
3296fi
3297
3298ac_ext=c
3299ac_cpp='$CPP $CPPFLAGS'
3300ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3301ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3302ac_compiler_gnu=$ac_cv_c_compiler_gnu
3303
6bb11ab3
L
3304
3305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3306$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3307if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3308 $as_echo_n "(cached) " >&6
3309else
3310 if test -z "$GREP"; then
3311 ac_path_GREP_found=false
3312 # Loop through the user's path and test for each of PROGNAME-LIST
3313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3314for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3315do
3316 IFS=$as_save_IFS
3317 test -z "$as_dir" && as_dir=.
3318 for ac_prog in grep ggrep; do
3319 for ac_exec_ext in '' $ac_executable_extensions; do
3320 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3321 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3322# Check for GNU ac_path_GREP and select it if it is found.
3323 # Check for GNU $ac_path_GREP
3324case `"$ac_path_GREP" --version 2>&1` in
3325*GNU*)
3326 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3327*)
3328 ac_count=0
3329 $as_echo_n 0123456789 >"conftest.in"
3330 while :
3331 do
3332 cat "conftest.in" "conftest.in" >"conftest.tmp"
3333 mv "conftest.tmp" "conftest.in"
3334 cp "conftest.in" "conftest.nl"
3335 $as_echo 'GREP' >> "conftest.nl"
3336 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3337 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3338 as_fn_arith $ac_count + 1 && ac_count=$as_val
3339 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3340 # Best one so far, save it but keep looking for a better one
3341 ac_cv_path_GREP="$ac_path_GREP"
3342 ac_path_GREP_max=$ac_count
3343 fi
3344 # 10*(2^10) chars as input seems more than enough
3345 test $ac_count -gt 10 && break
3346 done
3347 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3348esac
3349
3350 $ac_path_GREP_found && break 3
3351 done
3352 done
3353 done
3354IFS=$as_save_IFS
3355 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3356 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3357 fi
3358else
3359 ac_cv_path_GREP=$GREP
3360fi
3361
3362fi
3363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3364$as_echo "$ac_cv_path_GREP" >&6; }
3365 GREP="$ac_cv_path_GREP"
3366
3367
3368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3369$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3370if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3371 $as_echo_n "(cached) " >&6
3372else
3373 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3374 then ac_cv_path_EGREP="$GREP -E"
3375 else
3376 if test -z "$EGREP"; then
3377 ac_path_EGREP_found=false
3378 # Loop through the user's path and test for each of PROGNAME-LIST
3379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3380for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3381do
3382 IFS=$as_save_IFS
3383 test -z "$as_dir" && as_dir=.
3384 for ac_prog in egrep; do
3385 for ac_exec_ext in '' $ac_executable_extensions; do
3386 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3387 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3388# Check for GNU ac_path_EGREP and select it if it is found.
3389 # Check for GNU $ac_path_EGREP
3390case `"$ac_path_EGREP" --version 2>&1` in
3391*GNU*)
3392 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3393*)
3394 ac_count=0
3395 $as_echo_n 0123456789 >"conftest.in"
3396 while :
3397 do
3398 cat "conftest.in" "conftest.in" >"conftest.tmp"
3399 mv "conftest.tmp" "conftest.in"
3400 cp "conftest.in" "conftest.nl"
3401 $as_echo 'EGREP' >> "conftest.nl"
3402 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3403 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3404 as_fn_arith $ac_count + 1 && ac_count=$as_val
3405 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3406 # Best one so far, save it but keep looking for a better one
3407 ac_cv_path_EGREP="$ac_path_EGREP"
3408 ac_path_EGREP_max=$ac_count
3409 fi
3410 # 10*(2^10) chars as input seems more than enough
3411 test $ac_count -gt 10 && break
3412 done
3413 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3414esac
3415
3416 $ac_path_EGREP_found && break 3
3417 done
3418 done
3419 done
3420IFS=$as_save_IFS
3421 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3422 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3423 fi
3424else
3425 ac_cv_path_EGREP=$EGREP
3426fi
3427
3428 fi
3429fi
3430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3431$as_echo "$ac_cv_path_EGREP" >&6; }
3432 EGREP="$ac_cv_path_EGREP"
3433
3434
3435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3436$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3437if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3438 $as_echo_n "(cached) " >&6
3439else
3440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3441/* end confdefs.h. */
3442#include <stdlib.h>
3443#include <stdarg.h>
3444#include <string.h>
3445#include <float.h>
3446
3447int
3448main ()
3449{
3450
3451 ;
3452 return 0;
3453}
3454_ACEOF
3455if ac_fn_c_try_compile "$LINENO"; then :
3456 ac_cv_header_stdc=yes
3457else
3458 ac_cv_header_stdc=no
3459fi
3460rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3461
3462if test $ac_cv_header_stdc = yes; then
3463 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3465/* end confdefs.h. */
3466#include <string.h>
3467
3468_ACEOF
3469if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3470 $EGREP "memchr" >/dev/null 2>&1; then :
3471
3472else
3473 ac_cv_header_stdc=no
3474fi
3475rm -f conftest*
3476
3477fi
3478
3479if test $ac_cv_header_stdc = yes; then
3480 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3482/* end confdefs.h. */
3483#include <stdlib.h>
3484
3485_ACEOF
3486if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3487 $EGREP "free" >/dev/null 2>&1; then :
3488
3489else
3490 ac_cv_header_stdc=no
3491fi
3492rm -f conftest*
3493
3494fi
3495
3496if test $ac_cv_header_stdc = yes; then
3497 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3498 if test "$cross_compiling" = yes; then :
3499 :
3500else
3501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3502/* end confdefs.h. */
3503#include <ctype.h>
3504#include <stdlib.h>
3505#if ((' ' & 0x0FF) == 0x020)
3506# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3507# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3508#else
3509# define ISLOWER(c) \
3510 (('a' <= (c) && (c) <= 'i') \
3511 || ('j' <= (c) && (c) <= 'r') \
3512 || ('s' <= (c) && (c) <= 'z'))
3513# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3514#endif
3515
3516#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3517int
3518main ()
3519{
3520 int i;
3521 for (i = 0; i < 256; i++)
3522 if (XOR (islower (i), ISLOWER (i))
3523 || toupper (i) != TOUPPER (i))
3524 return 2;
3525 return 0;
3526}
3527_ACEOF
3528if ac_fn_c_try_run "$LINENO"; then :
3529
3530else
3531 ac_cv_header_stdc=no
3532fi
3533rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3534 conftest.$ac_objext conftest.beam conftest.$ac_ext
3535fi
3536
3537fi
3538fi
3539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3540$as_echo "$ac_cv_header_stdc" >&6; }
3541if test $ac_cv_header_stdc = yes; then
3542
3543$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3544
3545fi
3546
3547# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3548for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3549 inttypes.h stdint.h unistd.h
3550do :
3551 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3552ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3553"
d0ac1c44 3554if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3555 cat >>confdefs.h <<_ACEOF
3556#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3557_ACEOF
3558
3559fi
3560
3561done
3562
3563
3564
3565 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3566if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3567 MINIX=yes
3568else
3569 MINIX=
3570fi
3571
3572
3573 if test "$MINIX" = yes; then
3574
3575$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3576
3577
3578$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3579
3580
3581$as_echo "#define _MINIX 1" >>confdefs.h
3582
3583 fi
3584
3585
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3587$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3588if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3589 $as_echo_n "(cached) " >&6
3590else
3591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3592/* end confdefs.h. */
3593
d0ac1c44
SM
3594# define __EXTENSIONS__ 1
3595 $ac_includes_default
6bb11ab3
L
3596int
3597main ()
3598{
3599
3600 ;
3601 return 0;
3602}
3603_ACEOF
3604if ac_fn_c_try_compile "$LINENO"; then :
3605 ac_cv_safe_to_define___extensions__=yes
3606else
3607 ac_cv_safe_to_define___extensions__=no
3608fi
3609rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3610fi
3611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3612$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3613 test $ac_cv_safe_to_define___extensions__ = yes &&
3614 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3615
3616 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3617
3618 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3619
3620 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3621
3622 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3623
3624
3625test "$program_prefix" != NONE &&
3626 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3627# Use a double $ so make ignores it.
3628test "$program_suffix" != NONE &&
3629 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3630# Double any \ or $.
3631# By default was `s,x,x', remove it if useless.
3632ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3633program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3634
3635# Find a good install program. We prefer a C program (faster),
3636# so one script is as good as another. But avoid the broken or
3637# incompatible versions:
3638# SysV /etc/install, /usr/sbin/install
3639# SunOS /usr/etc/install
3640# IRIX /sbin/install
3641# AIX /bin/install
3642# AmigaOS /C/install, which installs bootblocks on floppy discs
3643# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3644# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3645# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3646# OS/2's system install, which has a completely different semantic
3647# ./install, which can be erroneously created by make from ./install.sh.
3648# Reject install programs that cannot install multiple files.
3649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3650$as_echo_n "checking for a BSD-compatible install... " >&6; }
3651if test -z "$INSTALL"; then
d0ac1c44 3652if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3653 $as_echo_n "(cached) " >&6
3654else
3655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3656for as_dir in $PATH
3657do
3658 IFS=$as_save_IFS
3659 test -z "$as_dir" && as_dir=.
3660 # Account for people who put trailing slashes in PATH elements.
3661case $as_dir/ in #((
3662 ./ | .// | /[cC]/* | \
3663 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3664 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3665 /usr/ucb/* ) ;;
3666 *)
3667 # OSF1 and SCO ODT 3.0 have their own names for install.
3668 # Don't use installbsd from OSF since it installs stuff as root
3669 # by default.
3670 for ac_prog in ginstall scoinst install; do
3671 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3672 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3673 if test $ac_prog = install &&
3674 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3675 # AIX install. It has an incompatible calling convention.
3676 :
3677 elif test $ac_prog = install &&
3678 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3679 # program-specific install script used by HP pwplus--don't use.
3680 :
3681 else
3682 rm -rf conftest.one conftest.two conftest.dir
3683 echo one > conftest.one
3684 echo two > conftest.two
3685 mkdir conftest.dir
3686 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3687 test -s conftest.one && test -s conftest.two &&
3688 test -s conftest.dir/conftest.one &&
3689 test -s conftest.dir/conftest.two
3690 then
3691 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3692 break 3
3693 fi
3694 fi
3695 fi
3696 done
3697 done
3698 ;;
3699esac
3700
3701 done
3702IFS=$as_save_IFS
3703
3704rm -rf conftest.one conftest.two conftest.dir
3705
3706fi
3707 if test "${ac_cv_path_install+set}" = set; then
3708 INSTALL=$ac_cv_path_install
3709 else
3710 # As a last resort, use the slow shell script. Don't cache a
3711 # value for INSTALL within a source directory, because that will
3712 # break other packages using the cache if that directory is
3713 # removed, or if the value is a relative name.
3714 INSTALL=$ac_install_sh
3715 fi
3716fi
3717{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3718$as_echo "$INSTALL" >&6; }
3719
3720# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3721# It thinks the first close brace ends the variable substitution.
3722test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3723
3724test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3725
3726test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3727
3728rm -rf .tst 2>/dev/null
3729mkdir .tst 2>/dev/null
3730if test -d .tst; then
3731 am__leading_dot=.
3732else
3733 am__leading_dot=_
3734fi
3735rmdir .tst 2>/dev/null
3736
3737DEPDIR="${am__leading_dot}deps"
3738
3739case `pwd` in
3740 *\ * | *\ *)
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3742$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3743esac
3744
3745
3746
3747macro_version='2.2.7a'
3748macro_revision='1.3134'
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762ltmain="$ac_aux_dir/ltmain.sh"
3763
3764# Backslashify metacharacters that are still active within
3765# double-quoted strings.
3766sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3767
3768# Same as above, but do not quote variable references.
3769double_quote_subst='s/\(["`\\]\)/\\\1/g'
3770
3771# Sed substitution to delay expansion of an escaped shell variable in a
3772# double_quote_subst'ed string.
3773delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3774
3775# Sed substitution to delay expansion of an escaped single quote.
3776delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3777
3778# Sed substitution to avoid accidental globbing in evaled expressions
3779no_glob_subst='s/\*/\\\*/g'
3780
3781ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3782ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3783ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3784
3785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3786$as_echo_n "checking how to print strings... " >&6; }
3787# Test print first, because it will be a builtin if present.
3788if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3789 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3790 ECHO='print -r --'
3791elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3792 ECHO='printf %s\n'
3793else
3794 # Use this function as a fallback that always works.
3795 func_fallback_echo ()
3796 {
3797 eval 'cat <<_LTECHO_EOF
3798$1
3799_LTECHO_EOF'
3800 }
3801 ECHO='func_fallback_echo'
3802fi
3803
3804# func_echo_all arg...
3805# Invoke $ECHO with all args, space-separated.
3806func_echo_all ()
3807{
3808 $ECHO ""
3809}
3810
3811case "$ECHO" in
3812 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3813$as_echo "printf" >&6; } ;;
3814 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3815$as_echo "print -r" >&6; } ;;
3816 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3817$as_echo "cat" >&6; } ;;
3818esac
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3834$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3835if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3836 $as_echo_n "(cached) " >&6
3837else
3838 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3839 for ac_i in 1 2 3 4 5 6 7; do
3840 ac_script="$ac_script$as_nl$ac_script"
3841 done
3842 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3843 { ac_script=; unset ac_script;}
3844 if test -z "$SED"; then
3845 ac_path_SED_found=false
3846 # Loop through the user's path and test for each of PROGNAME-LIST
3847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3848for as_dir in $PATH
3849do
3850 IFS=$as_save_IFS
3851 test -z "$as_dir" && as_dir=.
3852 for ac_prog in sed gsed; do
3853 for ac_exec_ext in '' $ac_executable_extensions; do
3854 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3855 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3856# Check for GNU ac_path_SED and select it if it is found.
3857 # Check for GNU $ac_path_SED
3858case `"$ac_path_SED" --version 2>&1` in
3859*GNU*)
3860 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3861*)
3862 ac_count=0
3863 $as_echo_n 0123456789 >"conftest.in"
3864 while :
3865 do
3866 cat "conftest.in" "conftest.in" >"conftest.tmp"
3867 mv "conftest.tmp" "conftest.in"
3868 cp "conftest.in" "conftest.nl"
3869 $as_echo '' >> "conftest.nl"
3870 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3871 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3872 as_fn_arith $ac_count + 1 && ac_count=$as_val
3873 if test $ac_count -gt ${ac_path_SED_max-0}; then
3874 # Best one so far, save it but keep looking for a better one
3875 ac_cv_path_SED="$ac_path_SED"
3876 ac_path_SED_max=$ac_count
3877 fi
3878 # 10*(2^10) chars as input seems more than enough
3879 test $ac_count -gt 10 && break
3880 done
3881 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3882esac
3883
3884 $ac_path_SED_found && break 3
3885 done
3886 done
3887 done
3888IFS=$as_save_IFS
3889 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3890 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3891 fi
3892else
3893 ac_cv_path_SED=$SED
3894fi
3895
3896fi
3897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3898$as_echo "$ac_cv_path_SED" >&6; }
3899 SED="$ac_cv_path_SED"
3900 rm -f conftest.sed
3901
3902test -z "$SED" && SED=sed
3903Xsed="$SED -e 1s/^X//"
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3916$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3917if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3918 $as_echo_n "(cached) " >&6
3919else
3920 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3921 then ac_cv_path_FGREP="$GREP -F"
3922 else
3923 if test -z "$FGREP"; then
3924 ac_path_FGREP_found=false
3925 # Loop through the user's path and test for each of PROGNAME-LIST
3926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3927for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3928do
3929 IFS=$as_save_IFS
3930 test -z "$as_dir" && as_dir=.
3931 for ac_prog in fgrep; do
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3934 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3935# Check for GNU ac_path_FGREP and select it if it is found.
3936 # Check for GNU $ac_path_FGREP
3937case `"$ac_path_FGREP" --version 2>&1` in
3938*GNU*)
3939 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3940*)
3941 ac_count=0
3942 $as_echo_n 0123456789 >"conftest.in"
3943 while :
3944 do
3945 cat "conftest.in" "conftest.in" >"conftest.tmp"
3946 mv "conftest.tmp" "conftest.in"
3947 cp "conftest.in" "conftest.nl"
3948 $as_echo 'FGREP' >> "conftest.nl"
3949 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3950 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3951 as_fn_arith $ac_count + 1 && ac_count=$as_val
3952 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3953 # Best one so far, save it but keep looking for a better one
3954 ac_cv_path_FGREP="$ac_path_FGREP"
3955 ac_path_FGREP_max=$ac_count
3956 fi
3957 # 10*(2^10) chars as input seems more than enough
3958 test $ac_count -gt 10 && break
3959 done
3960 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3961esac
3962
3963 $ac_path_FGREP_found && break 3
3964 done
3965 done
3966 done
3967IFS=$as_save_IFS
3968 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3969 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3970 fi
3971else
3972 ac_cv_path_FGREP=$FGREP
3973fi
3974
3975 fi
3976fi
3977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3978$as_echo "$ac_cv_path_FGREP" >&6; }
3979 FGREP="$ac_cv_path_FGREP"
3980
3981
3982test -z "$GREP" && GREP=grep
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002# Check whether --with-gnu-ld was given.
4003if test "${with_gnu_ld+set}" = set; then :
4004 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4005else
4006 with_gnu_ld=no
4007fi
4008
4009ac_prog=ld
4010if test "$GCC" = yes; then
4011 # Check if gcc -print-prog-name=ld gives a path.
4012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4013$as_echo_n "checking for ld used by $CC... " >&6; }
4014 case $host in
4015 *-*-mingw*)
4016 # gcc leaves a trailing carriage return which upsets mingw
4017 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4018 *)
4019 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4020 esac
4021 case $ac_prog in
4022 # Accept absolute paths.
4023 [\\/]* | ?:[\\/]*)
4024 re_direlt='/[^/][^/]*/\.\./'
4025 # Canonicalize the pathname of ld
4026 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4027 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4028 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4029 done
4030 test -z "$LD" && LD="$ac_prog"
4031 ;;
4032 "")
4033 # If it fails, then pretend we aren't using GCC.
4034 ac_prog=ld
4035 ;;
4036 *)
4037 # If it is relative, then search for the first ld in PATH.
4038 with_gnu_ld=unknown
4039 ;;
4040 esac
4041elif test "$with_gnu_ld" = yes; then
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4043$as_echo_n "checking for GNU ld... " >&6; }
4044else
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4046$as_echo_n "checking for non-GNU ld... " >&6; }
4047fi
d0ac1c44 4048if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4049 $as_echo_n "(cached) " >&6
4050else
4051 if test -z "$LD"; then
4052 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4053 for ac_dir in $PATH; do
4054 IFS="$lt_save_ifs"
4055 test -z "$ac_dir" && ac_dir=.
4056 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4057 lt_cv_path_LD="$ac_dir/$ac_prog"
4058 # Check to see if the program is GNU ld. I'd rather use --version,
4059 # but apparently some variants of GNU ld only accept -v.
4060 # Break only if it was the GNU/non-GNU ld that we prefer.
4061 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4062 *GNU* | *'with BFD'*)
4063 test "$with_gnu_ld" != no && break
4064 ;;
4065 *)
4066 test "$with_gnu_ld" != yes && break
4067 ;;
4068 esac
4069 fi
4070 done
4071 IFS="$lt_save_ifs"
4072else
4073 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4074fi
4075fi
4076
4077LD="$lt_cv_path_LD"
4078if test -n "$LD"; then
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4080$as_echo "$LD" >&6; }
4081else
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4083$as_echo "no" >&6; }
4084fi
d0ac1c44 4085test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4087$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4088if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4089 $as_echo_n "(cached) " >&6
4090else
4091 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4092case `$LD -v 2>&1 </dev/null` in
4093*GNU* | *'with BFD'*)
4094 lt_cv_prog_gnu_ld=yes
4095 ;;
4096*)
4097 lt_cv_prog_gnu_ld=no
4098 ;;
4099esac
4100fi
4101{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4102$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4103with_gnu_ld=$lt_cv_prog_gnu_ld
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4114$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4115if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4116 $as_echo_n "(cached) " >&6
4117else
4118 if test -n "$NM"; then
4119 # Let the user override the test.
4120 lt_cv_path_NM="$NM"
4121else
4122 lt_nm_to_check="${ac_tool_prefix}nm"
4123 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4124 lt_nm_to_check="$lt_nm_to_check nm"
4125 fi
4126 for lt_tmp_nm in $lt_nm_to_check; do
4127 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4128 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4129 IFS="$lt_save_ifs"
4130 test -z "$ac_dir" && ac_dir=.
4131 tmp_nm="$ac_dir/$lt_tmp_nm"
4132 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4133 # Check to see if the nm accepts a BSD-compat flag.
4134 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4135 # nm: unknown option "B" ignored
4136 # Tru64's nm complains that /dev/null is an invalid object file
4137 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4138 */dev/null* | *'Invalid file or object type'*)
4139 lt_cv_path_NM="$tmp_nm -B"
4140 break
4141 ;;
4142 *)
4143 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4144 */dev/null*)
4145 lt_cv_path_NM="$tmp_nm -p"
4146 break
4147 ;;
4148 *)
4149 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4150 continue # so that we can try to find one that supports BSD flags
4151 ;;
4152 esac
4153 ;;
4154 esac
4155 fi
4156 done
4157 IFS="$lt_save_ifs"
4158 done
4159 : ${lt_cv_path_NM=no}
4160fi
4161fi
4162{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4163$as_echo "$lt_cv_path_NM" >&6; }
4164if test "$lt_cv_path_NM" != "no"; then
4165 NM="$lt_cv_path_NM"
4166else
4167 # Didn't find any BSD compatible name lister, look for dumpbin.
4168 if test -n "$DUMPBIN"; then :
4169 # Let the user override the test.
4170 else
4171 if test -n "$ac_tool_prefix"; then
4172 for ac_prog in dumpbin "link -dump"
4173 do
4174 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4175set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4177$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4178if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4179 $as_echo_n "(cached) " >&6
4180else
4181 if test -n "$DUMPBIN"; then
4182 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4183else
4184as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4185for as_dir in $PATH
4186do
4187 IFS=$as_save_IFS
4188 test -z "$as_dir" && as_dir=.
4189 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4190 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4191 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4193 break 2
4194 fi
4195done
4196 done
4197IFS=$as_save_IFS
4198
4199fi
4200fi
4201DUMPBIN=$ac_cv_prog_DUMPBIN
4202if test -n "$DUMPBIN"; then
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4204$as_echo "$DUMPBIN" >&6; }
4205else
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4207$as_echo "no" >&6; }
4208fi
4209
4210
4211 test -n "$DUMPBIN" && break
4212 done
4213fi
4214if test -z "$DUMPBIN"; then
4215 ac_ct_DUMPBIN=$DUMPBIN
4216 for ac_prog in dumpbin "link -dump"
4217do
4218 # Extract the first word of "$ac_prog", so it can be a program name with args.
4219set dummy $ac_prog; ac_word=$2
4220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4221$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4222if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4223 $as_echo_n "(cached) " >&6
4224else
4225 if test -n "$ac_ct_DUMPBIN"; then
4226 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4227else
4228as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4229for as_dir in $PATH
4230do
4231 IFS=$as_save_IFS
4232 test -z "$as_dir" && as_dir=.
4233 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4235 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4237 break 2
4238 fi
4239done
4240 done
4241IFS=$as_save_IFS
4242
4243fi
4244fi
4245ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4246if test -n "$ac_ct_DUMPBIN"; then
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4248$as_echo "$ac_ct_DUMPBIN" >&6; }
4249else
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4251$as_echo "no" >&6; }
4252fi
4253
4254
4255 test -n "$ac_ct_DUMPBIN" && break
4256done
4257
4258 if test "x$ac_ct_DUMPBIN" = x; then
4259 DUMPBIN=":"
4260 else
4261 case $cross_compiling:$ac_tool_warned in
4262yes:)
4263{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4264$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4265ac_tool_warned=yes ;;
4266esac
4267 DUMPBIN=$ac_ct_DUMPBIN
4268 fi
4269fi
4270
4271 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4272 *COFF*)
4273 DUMPBIN="$DUMPBIN -symbols"
4274 ;;
4275 *)
4276 DUMPBIN=:
4277 ;;
4278 esac
4279 fi
4280
4281 if test "$DUMPBIN" != ":"; then
4282 NM="$DUMPBIN"
4283 fi
4284fi
4285test -z "$NM" && NM=nm
4286
4287
4288
4289
4290
4291
4292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4293$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4294if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4295 $as_echo_n "(cached) " >&6
4296else
4297 lt_cv_nm_interface="BSD nm"
4298 echo "int some_variable = 0;" > conftest.$ac_ext
4299 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4300 (eval "$ac_compile" 2>conftest.err)
4301 cat conftest.err >&5
4302 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4303 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4304 cat conftest.err >&5
4305 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4306 cat conftest.out >&5
4307 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4308 lt_cv_nm_interface="MS dumpbin"
4309 fi
4310 rm -f conftest*
4311fi
4312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4313$as_echo "$lt_cv_nm_interface" >&6; }
4314
4315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4316$as_echo_n "checking whether ln -s works... " >&6; }
4317LN_S=$as_ln_s
4318if test "$LN_S" = "ln -s"; then
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4320$as_echo "yes" >&6; }
4321else
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4323$as_echo "no, using $LN_S" >&6; }
4324fi
4325
4326# find the maximum length of command line arguments
4327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4328$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4329if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4330 $as_echo_n "(cached) " >&6
4331else
4332 i=0
4333 teststring="ABCD"
4334
4335 case $build_os in
4336 msdosdjgpp*)
4337 # On DJGPP, this test can blow up pretty badly due to problems in libc
4338 # (any single argument exceeding 2000 bytes causes a buffer overrun
4339 # during glob expansion). Even if it were fixed, the result of this
4340 # check would be larger than it should be.
4341 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4342 ;;
4343
4344 gnu*)
4345 # Under GNU Hurd, this test is not required because there is
4346 # no limit to the length of command line arguments.
4347 # Libtool will interpret -1 as no limit whatsoever
4348 lt_cv_sys_max_cmd_len=-1;
4349 ;;
4350
4351 cygwin* | mingw* | cegcc*)
4352 # On Win9x/ME, this test blows up -- it succeeds, but takes
4353 # about 5 minutes as the teststring grows exponentially.
4354 # Worse, since 9x/ME are not pre-emptively multitasking,
4355 # you end up with a "frozen" computer, even though with patience
4356 # the test eventually succeeds (with a max line length of 256k).
4357 # Instead, let's just punt: use the minimum linelength reported by
4358 # all of the supported platforms: 8192 (on NT/2K/XP).
4359 lt_cv_sys_max_cmd_len=8192;
4360 ;;
4361
4362 mint*)
4363 # On MiNT this can take a long time and run out of memory.
4364 lt_cv_sys_max_cmd_len=8192;
4365 ;;
4366
4367 amigaos*)
4368 # On AmigaOS with pdksh, this test takes hours, literally.
4369 # So we just punt and use a minimum line length of 8192.
4370 lt_cv_sys_max_cmd_len=8192;
4371 ;;
4372
4373 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4374 # This has been around since 386BSD, at least. Likely further.
4375 if test -x /sbin/sysctl; then
4376 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4377 elif test -x /usr/sbin/sysctl; then
4378 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4379 else
4380 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4381 fi
4382 # And add a safety zone
4383 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4384 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4385 ;;
4386
4387 interix*)
4388 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4389 lt_cv_sys_max_cmd_len=196608
4390 ;;
4391
4392 osf*)
4393 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4394 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4395 # nice to cause kernel panics so lets avoid the loop below.
4396 # First set a reasonable default.
4397 lt_cv_sys_max_cmd_len=16384
4398 #
4399 if test -x /sbin/sysconfig; then
4400 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4401 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4402 esac
4403 fi
4404 ;;
4405 sco3.2v5*)
4406 lt_cv_sys_max_cmd_len=102400
4407 ;;
4408 sysv5* | sco5v6* | sysv4.2uw2*)
4409 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4410 if test -n "$kargmax"; then
4411 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4412 else
4413 lt_cv_sys_max_cmd_len=32768
4414 fi
4415 ;;
4416 *)
4417 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4418 if test -n "$lt_cv_sys_max_cmd_len"; then
4419 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4420 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4421 else
4422 # Make teststring a little bigger before we do anything with it.
4423 # a 1K string should be a reasonable start.
4424 for i in 1 2 3 4 5 6 7 8 ; do
4425 teststring=$teststring$teststring
4426 done
4427 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4428 # If test is not a shell built-in, we'll probably end up computing a
4429 # maximum length that is only half of the actual maximum length, but
4430 # we can't tell.
4431 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4432 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4433 test $i != 17 # 1/2 MB should be enough
4434 do
4435 i=`expr $i + 1`
4436 teststring=$teststring$teststring
4437 done
4438 # Only check the string length outside the loop.
4439 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4440 teststring=
4441 # Add a significant safety factor because C++ compilers can tack on
4442 # massive amounts of additional arguments before passing them to the
4443 # linker. It appears as though 1/2 is a usable value.
4444 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4445 fi
4446 ;;
4447 esac
4448
4449fi
4450
4451if test -n $lt_cv_sys_max_cmd_len ; then
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4453$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4454else
4455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4456$as_echo "none" >&6; }
4457fi
4458max_cmd_len=$lt_cv_sys_max_cmd_len
4459
4460
4461
4462
4463
4464
4465: ${CP="cp -f"}
4466: ${MV="mv -f"}
4467: ${RM="rm -f"}
4468
4469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4470$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4471# Try some XSI features
4472xsi_shell=no
4473( _lt_dummy="a/b/c"
4474 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4475 = c,a/b,, \
4476 && eval 'test $(( 1 + 1 )) -eq 2 \
4477 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4478 && xsi_shell=yes
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4480$as_echo "$xsi_shell" >&6; }
4481
4482
4483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4484$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4485lt_shell_append=no
4486( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4487 >/dev/null 2>&1 \
4488 && lt_shell_append=yes
4489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4490$as_echo "$lt_shell_append" >&6; }
4491
4492
4493if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4494 lt_unset=unset
4495else
4496 lt_unset=false
4497fi
4498
4499
4500
4501
4502
4503# test EBCDIC or ASCII
4504case `echo X|tr X '\101'` in
4505 A) # ASCII based system
4506 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4507 lt_SP2NL='tr \040 \012'
4508 lt_NL2SP='tr \015\012 \040\040'
4509 ;;
4510 *) # EBCDIC based system
4511 lt_SP2NL='tr \100 \n'
4512 lt_NL2SP='tr \r\n \100\100'
4513 ;;
4514esac
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4525$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4526if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4527 $as_echo_n "(cached) " >&6
4528else
4529 lt_cv_ld_reload_flag='-r'
4530fi
4531{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4532$as_echo "$lt_cv_ld_reload_flag" >&6; }
4533reload_flag=$lt_cv_ld_reload_flag
4534case $reload_flag in
4535"" | " "*) ;;
4536*) reload_flag=" $reload_flag" ;;
4537esac
4538reload_cmds='$LD$reload_flag -o $output$reload_objs'
4539case $host_os in
4540 darwin*)
4541 if test "$GCC" = yes; then
4542 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4543 else
4544 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4545 fi
4546 ;;
4547esac
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557if test -n "$ac_tool_prefix"; then
4558 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4559set dummy ${ac_tool_prefix}objdump; ac_word=$2
4560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4561$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4562if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4563 $as_echo_n "(cached) " >&6
4564else
4565 if test -n "$OBJDUMP"; then
4566 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4567else
4568as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4569for as_dir in $PATH
4570do
4571 IFS=$as_save_IFS
4572 test -z "$as_dir" && as_dir=.
4573 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4574 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4575 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4577 break 2
4578 fi
4579done
4580 done
4581IFS=$as_save_IFS
4582
4583fi
4584fi
4585OBJDUMP=$ac_cv_prog_OBJDUMP
4586if test -n "$OBJDUMP"; then
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4588$as_echo "$OBJDUMP" >&6; }
4589else
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4591$as_echo "no" >&6; }
4592fi
4593
4594
4595fi
4596if test -z "$ac_cv_prog_OBJDUMP"; then
4597 ac_ct_OBJDUMP=$OBJDUMP
4598 # Extract the first word of "objdump", so it can be a program name with args.
4599set dummy objdump; ac_word=$2
4600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4601$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4602if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4603 $as_echo_n "(cached) " >&6
4604else
4605 if test -n "$ac_ct_OBJDUMP"; then
4606 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4607else
4608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4609for as_dir in $PATH
4610do
4611 IFS=$as_save_IFS
4612 test -z "$as_dir" && as_dir=.
4613 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4615 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4617 break 2
4618 fi
4619done
4620 done
4621IFS=$as_save_IFS
4622
4623fi
4624fi
4625ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4626if test -n "$ac_ct_OBJDUMP"; then
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4628$as_echo "$ac_ct_OBJDUMP" >&6; }
4629else
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4631$as_echo "no" >&6; }
4632fi
4633
4634 if test "x$ac_ct_OBJDUMP" = x; then
4635 OBJDUMP="false"
4636 else
4637 case $cross_compiling:$ac_tool_warned in
4638yes:)
4639{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4640$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4641ac_tool_warned=yes ;;
4642esac
4643 OBJDUMP=$ac_ct_OBJDUMP
4644 fi
4645else
4646 OBJDUMP="$ac_cv_prog_OBJDUMP"
4647fi
4648
4649test -z "$OBJDUMP" && OBJDUMP=objdump
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4660$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4661if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4662 $as_echo_n "(cached) " >&6
4663else
4664 lt_cv_file_magic_cmd='$MAGIC_CMD'
4665lt_cv_file_magic_test_file=
4666lt_cv_deplibs_check_method='unknown'
4667# Need to set the preceding variable on all platforms that support
4668# interlibrary dependencies.
4669# 'none' -- dependencies not supported.
4670# `unknown' -- same as none, but documents that we really don't know.
4671# 'pass_all' -- all dependencies passed with no checks.
4672# 'test_compile' -- check by making test program.
4673# 'file_magic [[regex]]' -- check by looking for files in library path
4674# which responds to the $file_magic_cmd with a given extended regex.
4675# If you have `file' or equivalent on your system and you're not sure
4676# whether `pass_all' will *always* work, you probably want this one.
4677
4678case $host_os in
4679aix[4-9]*)
4680 lt_cv_deplibs_check_method=pass_all
4681 ;;
4682
4683beos*)
4684 lt_cv_deplibs_check_method=pass_all
4685 ;;
4686
4687bsdi[45]*)
4688 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4689 lt_cv_file_magic_cmd='/usr/bin/file -L'
4690 lt_cv_file_magic_test_file=/shlib/libc.so
4691 ;;
4692
4693cygwin*)
4694 # func_win32_libid is a shell function defined in ltmain.sh
4695 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4696 lt_cv_file_magic_cmd='func_win32_libid'
4697 ;;
4698
4699mingw* | pw32*)
4700 # Base MSYS/MinGW do not provide the 'file' command needed by
4701 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4702 # unless we find 'file', for example because we are cross-compiling.
4703 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4704 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4705 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4706 lt_cv_file_magic_cmd='func_win32_libid'
4707 else
4708 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4709 lt_cv_file_magic_cmd='$OBJDUMP -f'
4710 fi
4711 ;;
4712
4713cegcc*)
4714 # use the weaker test based on 'objdump'. See mingw*.
4715 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4716 lt_cv_file_magic_cmd='$OBJDUMP -f'
4717 ;;
4718
4719darwin* | rhapsody*)
4720 lt_cv_deplibs_check_method=pass_all
4721 ;;
4722
4723freebsd* | dragonfly*)
4724 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4725 case $host_cpu in
4726 i*86 )
4727 # Not sure whether the presence of OpenBSD here was a mistake.
4728 # Let's accept both of them until this is cleared up.
4729 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4730 lt_cv_file_magic_cmd=/usr/bin/file
4731 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4732 ;;
4733 esac
4734 else
4735 lt_cv_deplibs_check_method=pass_all
4736 fi
4737 ;;
4738
4739gnu*)
4740 lt_cv_deplibs_check_method=pass_all
4741 ;;
4742
4743haiku*)
4744 lt_cv_deplibs_check_method=pass_all
4745 ;;
4746
4747hpux10.20* | hpux11*)
4748 lt_cv_file_magic_cmd=/usr/bin/file
4749 case $host_cpu in
4750 ia64*)
4751 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4752 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4753 ;;
4754 hppa*64*)
4755 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]'
4756 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4757 ;;
4758 *)
4759 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4760 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4761 ;;
4762 esac
4763 ;;
4764
4765interix[3-9]*)
4766 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4767 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4768 ;;
4769
4770irix5* | irix6* | nonstopux*)
4771 case $LD in
4772 *-32|*"-32 ") libmagic=32-bit;;
4773 *-n32|*"-n32 ") libmagic=N32;;
4774 *-64|*"-64 ") libmagic=64-bit;;
4775 *) libmagic=never-match;;
4776 esac
4777 lt_cv_deplibs_check_method=pass_all
4778 ;;
4779
4780# This must be Linux ELF.
4781linux* | k*bsd*-gnu | kopensolaris*-gnu)
4782 lt_cv_deplibs_check_method=pass_all
4783 ;;
4784
4785netbsd*)
4786 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4787 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4788 else
4789 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4790 fi
4791 ;;
4792
4793newos6*)
4794 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4795 lt_cv_file_magic_cmd=/usr/bin/file
4796 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4797 ;;
4798
4799*nto* | *qnx*)
4800 lt_cv_deplibs_check_method=pass_all
4801 ;;
4802
4803openbsd*)
4804 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4805 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4806 else
4807 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4808 fi
4809 ;;
4810
4811osf3* | osf4* | osf5*)
4812 lt_cv_deplibs_check_method=pass_all
4813 ;;
4814
4815rdos*)
4816 lt_cv_deplibs_check_method=pass_all
4817 ;;
4818
4819solaris*)
4820 lt_cv_deplibs_check_method=pass_all
4821 ;;
4822
4823sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4824 lt_cv_deplibs_check_method=pass_all
4825 ;;
4826
4827sysv4 | sysv4.3*)
4828 case $host_vendor in
4829 motorola)
4830 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]'
4831 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4832 ;;
4833 ncr)
4834 lt_cv_deplibs_check_method=pass_all
4835 ;;
4836 sequent)
4837 lt_cv_file_magic_cmd='/bin/file'
4838 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4839 ;;
4840 sni)
4841 lt_cv_file_magic_cmd='/bin/file'
4842 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4843 lt_cv_file_magic_test_file=/lib/libc.so
4844 ;;
4845 siemens)
4846 lt_cv_deplibs_check_method=pass_all
4847 ;;
4848 pc)
4849 lt_cv_deplibs_check_method=pass_all
4850 ;;
4851 esac
4852 ;;
4853
4854tpf*)
4855 lt_cv_deplibs_check_method=pass_all
4856 ;;
4857esac
4858
4859fi
4860{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4861$as_echo "$lt_cv_deplibs_check_method" >&6; }
4862file_magic_cmd=$lt_cv_file_magic_cmd
4863deplibs_check_method=$lt_cv_deplibs_check_method
4864test -z "$deplibs_check_method" && deplibs_check_method=unknown
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
68ed2854
MF
4877plugin_option=
4878plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4879for plugin in $plugin_names; do
4880 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4881 if test x$plugin_so = x$plugin; then
4882 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4883 fi
4884 if test x$plugin_so != x$plugin; then
4885 plugin_option="--plugin $plugin_so"
4886 break
4887 fi
4888done
4889
6bb11ab3
L
4890if test -n "$ac_tool_prefix"; then
4891 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4892set dummy ${ac_tool_prefix}ar; ac_word=$2
4893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4894$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4895if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4896 $as_echo_n "(cached) " >&6
4897else
4898 if test -n "$AR"; then
4899 ac_cv_prog_AR="$AR" # Let the user override the test.
4900else
4901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4902for as_dir in $PATH
4903do
4904 IFS=$as_save_IFS
4905 test -z "$as_dir" && as_dir=.
4906 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4907 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4908 ac_cv_prog_AR="${ac_tool_prefix}ar"
4909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4910 break 2
4911 fi
4912done
4913 done
4914IFS=$as_save_IFS
4915
4916fi
4917fi
4918AR=$ac_cv_prog_AR
4919if test -n "$AR"; then
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4921$as_echo "$AR" >&6; }
4922else
4923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4924$as_echo "no" >&6; }
4925fi
4926
4927
4928fi
4929if test -z "$ac_cv_prog_AR"; then
4930 ac_ct_AR=$AR
4931 # Extract the first word of "ar", so it can be a program name with args.
4932set dummy ar; ac_word=$2
4933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4934$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4935if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4936 $as_echo_n "(cached) " >&6
4937else
4938 if test -n "$ac_ct_AR"; then
4939 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4940else
4941as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4942for as_dir in $PATH
4943do
4944 IFS=$as_save_IFS
4945 test -z "$as_dir" && as_dir=.
4946 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4947 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4948 ac_cv_prog_ac_ct_AR="ar"
4949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4950 break 2
4951 fi
4952done
4953 done
4954IFS=$as_save_IFS
4955
4956fi
4957fi
4958ac_ct_AR=$ac_cv_prog_ac_ct_AR
4959if test -n "$ac_ct_AR"; then
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4961$as_echo "$ac_ct_AR" >&6; }
4962else
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4964$as_echo "no" >&6; }
4965fi
4966
4967 if test "x$ac_ct_AR" = x; then
4968 AR="false"
4969 else
4970 case $cross_compiling:$ac_tool_warned in
4971yes:)
4972{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4973$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4974ac_tool_warned=yes ;;
4975esac
4976 AR=$ac_ct_AR
4977 fi
4978else
4979 AR="$ac_cv_prog_AR"
4980fi
4981
4982test -z "$AR" && AR=ar
68ed2854
MF
4983if test -n "$plugin_option"; then
4984 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4985 touch conftest.c
4986 $AR $plugin_option rc conftest.a conftest.c
4987 if test "$?" != 0; then
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4989$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4990 else
4991 AR="$AR $plugin_option"
4992 fi
4993 rm -f conftest.*
68ed2854
MF
4994 fi
4995fi
6bb11ab3
L
4996test -z "$AR_FLAGS" && AR_FLAGS=cru
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008if test -n "$ac_tool_prefix"; then
5009 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5010set dummy ${ac_tool_prefix}strip; ac_word=$2
5011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5012$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5013if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5014 $as_echo_n "(cached) " >&6
5015else
5016 if test -n "$STRIP"; then
5017 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5018else
5019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5020for as_dir in $PATH
5021do
5022 IFS=$as_save_IFS
5023 test -z "$as_dir" && as_dir=.
5024 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5025 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5026 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5028 break 2
5029 fi
5030done
5031 done
5032IFS=$as_save_IFS
5033
5034fi
5035fi
5036STRIP=$ac_cv_prog_STRIP
5037if test -n "$STRIP"; then
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5039$as_echo "$STRIP" >&6; }
5040else
5041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5042$as_echo "no" >&6; }
5043fi
5044
5045
5046fi
5047if test -z "$ac_cv_prog_STRIP"; then
5048 ac_ct_STRIP=$STRIP
5049 # Extract the first word of "strip", so it can be a program name with args.
5050set dummy strip; ac_word=$2
5051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5052$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5053if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5054 $as_echo_n "(cached) " >&6
5055else
5056 if test -n "$ac_ct_STRIP"; then
5057 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5058else
5059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5060for as_dir in $PATH
5061do
5062 IFS=$as_save_IFS
5063 test -z "$as_dir" && as_dir=.
5064 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5066 ac_cv_prog_ac_ct_STRIP="strip"
5067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5068 break 2
5069 fi
5070done
5071 done
5072IFS=$as_save_IFS
5073
5074fi
5075fi
5076ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5077if test -n "$ac_ct_STRIP"; then
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5079$as_echo "$ac_ct_STRIP" >&6; }
5080else
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5082$as_echo "no" >&6; }
5083fi
5084
5085 if test "x$ac_ct_STRIP" = x; then
5086 STRIP=":"
5087 else
5088 case $cross_compiling:$ac_tool_warned in
5089yes:)
5090{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5091$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5092ac_tool_warned=yes ;;
5093esac
5094 STRIP=$ac_ct_STRIP
5095 fi
5096else
5097 STRIP="$ac_cv_prog_STRIP"
5098fi
5099
5100test -z "$STRIP" && STRIP=:
5101
5102
5103
5104
5105
5106
5107if test -n "$ac_tool_prefix"; then
5108 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5109set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5111$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5112if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5113 $as_echo_n "(cached) " >&6
5114else
5115 if test -n "$RANLIB"; then
5116 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5117else
5118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5119for as_dir in $PATH
5120do
5121 IFS=$as_save_IFS
5122 test -z "$as_dir" && as_dir=.
5123 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5124 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5125 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5127 break 2
5128 fi
5129done
5130 done
5131IFS=$as_save_IFS
5132
5133fi
5134fi
5135RANLIB=$ac_cv_prog_RANLIB
5136if test -n "$RANLIB"; then
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5138$as_echo "$RANLIB" >&6; }
5139else
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5141$as_echo "no" >&6; }
5142fi
5143
5144
5145fi
5146if test -z "$ac_cv_prog_RANLIB"; then
5147 ac_ct_RANLIB=$RANLIB
5148 # Extract the first word of "ranlib", so it can be a program name with args.
5149set dummy ranlib; ac_word=$2
5150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5151$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5152if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5153 $as_echo_n "(cached) " >&6
5154else
5155 if test -n "$ac_ct_RANLIB"; then
5156 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5157else
5158as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5159for as_dir in $PATH
5160do
5161 IFS=$as_save_IFS
5162 test -z "$as_dir" && as_dir=.
5163 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5164 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5165 ac_cv_prog_ac_ct_RANLIB="ranlib"
5166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5167 break 2
5168 fi
5169done
5170 done
5171IFS=$as_save_IFS
5172
5173fi
5174fi
5175ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5176if test -n "$ac_ct_RANLIB"; then
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5178$as_echo "$ac_ct_RANLIB" >&6; }
5179else
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5181$as_echo "no" >&6; }
5182fi
5183
5184 if test "x$ac_ct_RANLIB" = x; then
5185 RANLIB=":"
5186 else
5187 case $cross_compiling:$ac_tool_warned in
5188yes:)
5189{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5190$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5191ac_tool_warned=yes ;;
5192esac
5193 RANLIB=$ac_ct_RANLIB
5194 fi
5195else
5196 RANLIB="$ac_cv_prog_RANLIB"
5197fi
5198
5199test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5200if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5201 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5202 RANLIB="$RANLIB $plugin_option"
5203 fi
5204fi
6bb11ab3
L
5205
5206
5207
5208
5209
5210
5211# Determine commands to create old-style static archives.
5212old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5213old_postinstall_cmds='chmod 644 $oldlib'
5214old_postuninstall_cmds=
5215
5216if test -n "$RANLIB"; then
5217 case $host_os in
5218 openbsd*)
5219 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5220 ;;
5221 *)
5222 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5223 ;;
5224 esac
5225 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5226fi
5227
5228case $host_os in
5229 darwin*)
5230 lock_old_archive_extraction=yes ;;
5231 *)
5232 lock_old_archive_extraction=no ;;
5233esac
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255for ac_prog in gawk mawk nawk awk
5256do
5257 # Extract the first word of "$ac_prog", so it can be a program name with args.
5258set dummy $ac_prog; ac_word=$2
5259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5260$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5261if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5262 $as_echo_n "(cached) " >&6
5263else
5264 if test -n "$AWK"; then
5265 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5266else
5267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5268for as_dir in $PATH
5269do
5270 IFS=$as_save_IFS
5271 test -z "$as_dir" && as_dir=.
5272 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5274 ac_cv_prog_AWK="$ac_prog"
5275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5276 break 2
5277 fi
5278done
5279 done
5280IFS=$as_save_IFS
5281
5282fi
5283fi
5284AWK=$ac_cv_prog_AWK
5285if test -n "$AWK"; then
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5287$as_echo "$AWK" >&6; }
5288else
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5290$as_echo "no" >&6; }
5291fi
5292
5293
5294 test -n "$AWK" && break
5295done
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315# If no C compiler was specified, use CC.
5316LTCC=${LTCC-"$CC"}
5317
5318# If no C compiler flags were specified, use CFLAGS.
5319LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5320
5321# Allow CC to be a program name with arguments.
5322compiler=$CC
5323
5324
5325# Check for command to grab the raw symbol name followed by C symbol from nm.
5326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5327$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5328if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5329 $as_echo_n "(cached) " >&6
5330else
5331
5332# These are sane defaults that work on at least a few old systems.
5333# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5334
5335# Character class describing NM global symbol codes.
5336symcode='[BCDEGRST]'
5337
5338# Regexp to match symbols that can be accessed directly from C.
5339sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5340
5341# Define system-specific variables.
5342case $host_os in
5343aix*)
5344 symcode='[BCDT]'
5345 ;;
5346cygwin* | mingw* | pw32* | cegcc*)
5347 symcode='[ABCDGISTW]'
5348 ;;
5349hpux*)
5350 if test "$host_cpu" = ia64; then
5351 symcode='[ABCDEGRST]'
5352 fi
5353 ;;
5354irix* | nonstopux*)
5355 symcode='[BCDEGRST]'
5356 ;;
5357osf*)
5358 symcode='[BCDEGQRST]'
5359 ;;
5360solaris*)
5361 symcode='[BDRT]'
5362 ;;
5363sco3.2v5*)
5364 symcode='[DT]'
5365 ;;
5366sysv4.2uw2*)
5367 symcode='[DT]'
5368 ;;
5369sysv5* | sco5v6* | unixware* | OpenUNIX*)
5370 symcode='[ABDT]'
5371 ;;
5372sysv4)
5373 symcode='[DFNSTU]'
5374 ;;
5375esac
5376
5377# If we're using GNU nm, then use its standard symbol codes.
5378case `$NM -V 2>&1` in
5379*GNU* | *'with BFD'*)
5380 symcode='[ABCDGIRSTW]' ;;
5381esac
5382
5383# Transform an extracted symbol line into a proper C declaration.
5384# Some systems (esp. on ia64) link data and code symbols differently,
5385# so use this general approach.
5386lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5387
5388# Transform an extracted symbol line into symbol name and symbol address
5389lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5390lt_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'"
5391
5392# Handle CRLF in mingw tool chain
5393opt_cr=
5394case $build_os in
5395mingw*)
5396 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5397 ;;
5398esac
5399
5400# Try without a prefix underscore, then with it.
5401for ac_symprfx in "" "_"; do
5402
5403 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5404 symxfrm="\\1 $ac_symprfx\\2 \\2"
5405
5406 # Write the raw and C identifiers.
5407 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5408 # Fake it for dumpbin and say T for any non-static function
5409 # and D for any global variable.
5410 # Also find C++ and __fastcall symbols from MSVC++,
5411 # which start with @ or ?.
5412 lt_cv_sys_global_symbol_pipe="$AWK '"\
5413" {last_section=section; section=\$ 3};"\
5414" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5415" \$ 0!~/External *\|/{next};"\
5416" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5417" {if(hide[section]) next};"\
5418" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5419" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5420" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5421" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5422" ' prfx=^$ac_symprfx"
5423 else
5424 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5425 fi
5426
5427 # Check to see that the pipe works correctly.
5428 pipe_works=no
5429
5430 rm -f conftest*
5431 cat > conftest.$ac_ext <<_LT_EOF
5432#ifdef __cplusplus
5433extern "C" {
5434#endif
5435char nm_test_var;
5436void nm_test_func(void);
5437void nm_test_func(void){}
5438#ifdef __cplusplus
5439}
5440#endif
5441int main(){nm_test_var='a';nm_test_func();return(0);}
5442_LT_EOF
5443
5444 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5445 (eval $ac_compile) 2>&5
5446 ac_status=$?
5447 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5448 test $ac_status = 0; }; then
5449 # Now try to grab the symbols.
5450 nlist=conftest.nm
5451 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5452 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5453 ac_status=$?
5454 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5455 test $ac_status = 0; } && test -s "$nlist"; then
5456 # Try sorting and uniquifying the output.
5457 if sort "$nlist" | uniq > "$nlist"T; then
5458 mv -f "$nlist"T "$nlist"
5459 else
5460 rm -f "$nlist"T
5461 fi
5462
5463 # Make sure that we snagged all the symbols we need.
5464 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5465 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5466 cat <<_LT_EOF > conftest.$ac_ext
5467#ifdef __cplusplus
5468extern "C" {
5469#endif
5470
5471_LT_EOF
5472 # Now generate the symbol file.
5473 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5474
5475 cat <<_LT_EOF >> conftest.$ac_ext
5476
5477/* The mapping between symbol names and symbols. */
5478const struct {
5479 const char *name;
5480 void *address;
5481}
5482lt__PROGRAM__LTX_preloaded_symbols[] =
5483{
5484 { "@PROGRAM@", (void *) 0 },
5485_LT_EOF
5486 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5487 cat <<\_LT_EOF >> conftest.$ac_ext
5488 {0, (void *) 0}
5489};
5490
5491/* This works around a problem in FreeBSD linker */
5492#ifdef FREEBSD_WORKAROUND
5493static const void *lt_preloaded_setup() {
5494 return lt__PROGRAM__LTX_preloaded_symbols;
5495}
5496#endif
5497
5498#ifdef __cplusplus
5499}
5500#endif
5501_LT_EOF
5502 # Now try linking the two files.
5503 mv conftest.$ac_objext conftstm.$ac_objext
5504 lt_save_LIBS="$LIBS"
5505 lt_save_CFLAGS="$CFLAGS"
5506 LIBS="conftstm.$ac_objext"
5507 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5508 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5509 (eval $ac_link) 2>&5
5510 ac_status=$?
5511 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5512 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5513 pipe_works=yes
5514 fi
5515 LIBS="$lt_save_LIBS"
5516 CFLAGS="$lt_save_CFLAGS"
5517 else
5518 echo "cannot find nm_test_func in $nlist" >&5
5519 fi
5520 else
5521 echo "cannot find nm_test_var in $nlist" >&5
5522 fi
5523 else
5524 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5525 fi
5526 else
5527 echo "$progname: failed program was:" >&5
5528 cat conftest.$ac_ext >&5
5529 fi
5530 rm -rf conftest* conftst*
5531
5532 # Do not use the global_symbol_pipe unless it works.
5533 if test "$pipe_works" = yes; then
5534 break
5535 else
5536 lt_cv_sys_global_symbol_pipe=
5537 fi
5538done
5539
5540fi
5541
5542if test -z "$lt_cv_sys_global_symbol_pipe"; then
5543 lt_cv_sys_global_symbol_to_cdecl=
5544fi
5545if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5547$as_echo "failed" >&6; }
5548else
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5550$as_echo "ok" >&6; }
5551fi
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574# Check whether --enable-libtool-lock was given.
5575if test "${enable_libtool_lock+set}" = set; then :
5576 enableval=$enable_libtool_lock;
5577fi
5578
5579test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5580
5581# Some flags need to be propagated to the compiler or linker for good
5582# libtool support.
5583case $host in
5584ia64-*-hpux*)
5585 # Find out which ABI we are using.
5586 echo 'int i;' > conftest.$ac_ext
5587 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5588 (eval $ac_compile) 2>&5
5589 ac_status=$?
5590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5591 test $ac_status = 0; }; then
5592 case `/usr/bin/file conftest.$ac_objext` in
5593 *ELF-32*)
5594 HPUX_IA64_MODE="32"
5595 ;;
5596 *ELF-64*)
5597 HPUX_IA64_MODE="64"
5598 ;;
5599 esac
5600 fi
5601 rm -rf conftest*
5602 ;;
5603*-*-irix6*)
5604 # Find out which ABI we are using.
5605 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5606 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5607 (eval $ac_compile) 2>&5
5608 ac_status=$?
5609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5610 test $ac_status = 0; }; then
5611 if test "$lt_cv_prog_gnu_ld" = yes; then
5612 case `/usr/bin/file conftest.$ac_objext` in
5613 *32-bit*)
5614 LD="${LD-ld} -melf32bsmip"
5615 ;;
5616 *N32*)
5617 LD="${LD-ld} -melf32bmipn32"
5618 ;;
5619 *64-bit*)
5620 LD="${LD-ld} -melf64bmip"
5621 ;;
5622 esac
5623 else
5624 case `/usr/bin/file conftest.$ac_objext` in
5625 *32-bit*)
5626 LD="${LD-ld} -32"
5627 ;;
5628 *N32*)
5629 LD="${LD-ld} -n32"
5630 ;;
5631 *64-bit*)
5632 LD="${LD-ld} -64"
5633 ;;
5634 esac
5635 fi
5636 fi
5637 rm -rf conftest*
5638 ;;
5639
bf3d9781 5640x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5641s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5642 # Find out which ABI we are using.
5643 echo 'int i;' > conftest.$ac_ext
5644 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5645 (eval $ac_compile) 2>&5
5646 ac_status=$?
5647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5648 test $ac_status = 0; }; then
5649 case `/usr/bin/file conftest.o` in
5650 *32-bit*)
5651 case $host in
5652 x86_64-*kfreebsd*-gnu)
5653 LD="${LD-ld} -m elf_i386_fbsd"
5654 ;;
5655 x86_64-*linux*)
5656 case `/usr/bin/file conftest.o` in
5657 *x86-64*)
5658 LD="${LD-ld} -m elf32_x86_64"
5659 ;;
5660 *)
5661 LD="${LD-ld} -m elf_i386"
5662 ;;
5663 esac
5664 ;;
bf3d9781
AM
5665 powerpc64le-*linux*)
5666 LD="${LD-ld} -m elf32lppclinux"
5667 ;;
5668 powerpc64-*linux*)
6bb11ab3
L
5669 LD="${LD-ld} -m elf32ppclinux"
5670 ;;
5671 s390x-*linux*)
5672 LD="${LD-ld} -m elf_s390"
5673 ;;
5674 sparc64-*linux*)
5675 LD="${LD-ld} -m elf32_sparc"
5676 ;;
5677 esac
5678 ;;
5679 *64-bit*)
5680 case $host in
5681 x86_64-*kfreebsd*-gnu)
5682 LD="${LD-ld} -m elf_x86_64_fbsd"
5683 ;;
5684 x86_64-*linux*)
5685 LD="${LD-ld} -m elf_x86_64"
5686 ;;
bf3d9781
AM
5687 powerpcle-*linux*)
5688 LD="${LD-ld} -m elf64lppc"
5689 ;;
5690 powerpc-*linux*)
6bb11ab3
L
5691 LD="${LD-ld} -m elf64ppc"
5692 ;;
5693 s390*-*linux*|s390*-*tpf*)
5694 LD="${LD-ld} -m elf64_s390"
5695 ;;
5696 sparc*-*linux*)
5697 LD="${LD-ld} -m elf64_sparc"
5698 ;;
5699 esac
5700 ;;
5701 esac
5702 fi
5703 rm -rf conftest*
5704 ;;
5705
5706*-*-sco3.2v5*)
5707 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5708 SAVE_CFLAGS="$CFLAGS"
5709 CFLAGS="$CFLAGS -belf"
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5711$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5712if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5713 $as_echo_n "(cached) " >&6
5714else
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
5721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5722/* end confdefs.h. */
5723
5724int
5725main ()
5726{
5727
5728 ;
5729 return 0;
5730}
5731_ACEOF
5732if ac_fn_c_try_link "$LINENO"; then :
5733 lt_cv_cc_needs_belf=yes
5734else
5735 lt_cv_cc_needs_belf=no
5736fi
5737rm -f core conftest.err conftest.$ac_objext \
5738 conftest$ac_exeext conftest.$ac_ext
5739 ac_ext=c
5740ac_cpp='$CPP $CPPFLAGS'
5741ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5742ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5743ac_compiler_gnu=$ac_cv_c_compiler_gnu
5744
5745fi
5746{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5747$as_echo "$lt_cv_cc_needs_belf" >&6; }
5748 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5749 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5750 CFLAGS="$SAVE_CFLAGS"
5751 fi
5752 ;;
5753sparc*-*solaris*)
5754 # Find out which ABI we are using.
5755 echo 'int i;' > conftest.$ac_ext
5756 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5757 (eval $ac_compile) 2>&5
5758 ac_status=$?
5759 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5760 test $ac_status = 0; }; then
5761 case `/usr/bin/file conftest.o` in
5762 *64-bit*)
5763 case $lt_cv_prog_gnu_ld in
5764 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5765 *)
5766 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5767 LD="${LD-ld} -64"
5768 fi
5769 ;;
5770 esac
5771 ;;
5772 esac
5773 fi
5774 rm -rf conftest*
5775 ;;
5776esac
5777
5778need_locks="$enable_libtool_lock"
5779
5780
5781 case $host_os in
5782 rhapsody* | darwin*)
5783 if test -n "$ac_tool_prefix"; then
5784 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5785set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5787$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5788if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5789 $as_echo_n "(cached) " >&6
5790else
5791 if test -n "$DSYMUTIL"; then
5792 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5793else
5794as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5795for as_dir in $PATH
5796do
5797 IFS=$as_save_IFS
5798 test -z "$as_dir" && as_dir=.
5799 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5800 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5801 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5802 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5803 break 2
5804 fi
5805done
5806 done
5807IFS=$as_save_IFS
5808
5809fi
5810fi
5811DSYMUTIL=$ac_cv_prog_DSYMUTIL
5812if test -n "$DSYMUTIL"; then
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5814$as_echo "$DSYMUTIL" >&6; }
5815else
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5817$as_echo "no" >&6; }
5818fi
5819
5820
5821fi
5822if test -z "$ac_cv_prog_DSYMUTIL"; then
5823 ac_ct_DSYMUTIL=$DSYMUTIL
5824 # Extract the first word of "dsymutil", so it can be a program name with args.
5825set dummy dsymutil; ac_word=$2
5826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5827$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5828if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5829 $as_echo_n "(cached) " >&6
5830else
5831 if test -n "$ac_ct_DSYMUTIL"; then
5832 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5833else
5834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5835for as_dir in $PATH
5836do
5837 IFS=$as_save_IFS
5838 test -z "$as_dir" && as_dir=.
5839 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5840 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5841 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5843 break 2
5844 fi
5845done
5846 done
5847IFS=$as_save_IFS
5848
5849fi
5850fi
5851ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5852if test -n "$ac_ct_DSYMUTIL"; then
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5854$as_echo "$ac_ct_DSYMUTIL" >&6; }
5855else
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5857$as_echo "no" >&6; }
5858fi
5859
5860 if test "x$ac_ct_DSYMUTIL" = x; then
5861 DSYMUTIL=":"
5862 else
5863 case $cross_compiling:$ac_tool_warned in
5864yes:)
5865{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5866$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5867ac_tool_warned=yes ;;
5868esac
5869 DSYMUTIL=$ac_ct_DSYMUTIL
5870 fi
5871else
5872 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5873fi
5874
5875 if test -n "$ac_tool_prefix"; then
5876 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5877set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5879$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5880if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5881 $as_echo_n "(cached) " >&6
5882else
5883 if test -n "$NMEDIT"; then
5884 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5885else
5886as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5887for as_dir in $PATH
5888do
5889 IFS=$as_save_IFS
5890 test -z "$as_dir" && as_dir=.
5891 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5892 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5893 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5895 break 2
5896 fi
5897done
5898 done
5899IFS=$as_save_IFS
5900
5901fi
5902fi
5903NMEDIT=$ac_cv_prog_NMEDIT
5904if test -n "$NMEDIT"; then
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5906$as_echo "$NMEDIT" >&6; }
5907else
5908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5909$as_echo "no" >&6; }
5910fi
5911
5912
5913fi
5914if test -z "$ac_cv_prog_NMEDIT"; then
5915 ac_ct_NMEDIT=$NMEDIT
5916 # Extract the first word of "nmedit", so it can be a program name with args.
5917set dummy nmedit; ac_word=$2
5918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5919$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5920if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5921 $as_echo_n "(cached) " >&6
5922else
5923 if test -n "$ac_ct_NMEDIT"; then
5924 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5925else
5926as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5927for as_dir in $PATH
5928do
5929 IFS=$as_save_IFS
5930 test -z "$as_dir" && as_dir=.
5931 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5932 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5933 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5935 break 2
5936 fi
5937done
5938 done
5939IFS=$as_save_IFS
5940
5941fi
5942fi
5943ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5944if test -n "$ac_ct_NMEDIT"; then
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5946$as_echo "$ac_ct_NMEDIT" >&6; }
5947else
5948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5949$as_echo "no" >&6; }
5950fi
5951
5952 if test "x$ac_ct_NMEDIT" = x; then
5953 NMEDIT=":"
5954 else
5955 case $cross_compiling:$ac_tool_warned in
5956yes:)
5957{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5958$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5959ac_tool_warned=yes ;;
5960esac
5961 NMEDIT=$ac_ct_NMEDIT
5962 fi
5963else
5964 NMEDIT="$ac_cv_prog_NMEDIT"
5965fi
5966
5967 if test -n "$ac_tool_prefix"; then
5968 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5969set dummy ${ac_tool_prefix}lipo; ac_word=$2
5970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5971$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5972if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5973 $as_echo_n "(cached) " >&6
5974else
5975 if test -n "$LIPO"; then
5976 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5977else
5978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5979for as_dir in $PATH
5980do
5981 IFS=$as_save_IFS
5982 test -z "$as_dir" && as_dir=.
5983 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5984 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5985 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5987 break 2
5988 fi
5989done
5990 done
5991IFS=$as_save_IFS
5992
5993fi
5994fi
5995LIPO=$ac_cv_prog_LIPO
5996if test -n "$LIPO"; then
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5998$as_echo "$LIPO" >&6; }
5999else
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6001$as_echo "no" >&6; }
6002fi
6003
6004
6005fi
6006if test -z "$ac_cv_prog_LIPO"; then
6007 ac_ct_LIPO=$LIPO
6008 # Extract the first word of "lipo", so it can be a program name with args.
6009set dummy lipo; ac_word=$2
6010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6011$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6012if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6013 $as_echo_n "(cached) " >&6
6014else
6015 if test -n "$ac_ct_LIPO"; then
6016 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6017else
6018as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6019for as_dir in $PATH
6020do
6021 IFS=$as_save_IFS
6022 test -z "$as_dir" && as_dir=.
6023 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6024 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6025 ac_cv_prog_ac_ct_LIPO="lipo"
6026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6027 break 2
6028 fi
6029done
6030 done
6031IFS=$as_save_IFS
6032
6033fi
6034fi
6035ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6036if test -n "$ac_ct_LIPO"; then
6037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6038$as_echo "$ac_ct_LIPO" >&6; }
6039else
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6041$as_echo "no" >&6; }
6042fi
6043
6044 if test "x$ac_ct_LIPO" = x; then
6045 LIPO=":"
6046 else
6047 case $cross_compiling:$ac_tool_warned in
6048yes:)
6049{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6050$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6051ac_tool_warned=yes ;;
6052esac
6053 LIPO=$ac_ct_LIPO
6054 fi
6055else
6056 LIPO="$ac_cv_prog_LIPO"
6057fi
6058
6059 if test -n "$ac_tool_prefix"; then
6060 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6061set dummy ${ac_tool_prefix}otool; ac_word=$2
6062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6063$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6064if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6065 $as_echo_n "(cached) " >&6
6066else
6067 if test -n "$OTOOL"; then
6068 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6069else
6070as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6071for as_dir in $PATH
6072do
6073 IFS=$as_save_IFS
6074 test -z "$as_dir" && as_dir=.
6075 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6076 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6077 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6079 break 2
6080 fi
6081done
6082 done
6083IFS=$as_save_IFS
6084
6085fi
6086fi
6087OTOOL=$ac_cv_prog_OTOOL
6088if test -n "$OTOOL"; then
6089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6090$as_echo "$OTOOL" >&6; }
6091else
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6093$as_echo "no" >&6; }
6094fi
6095
6096
6097fi
6098if test -z "$ac_cv_prog_OTOOL"; then
6099 ac_ct_OTOOL=$OTOOL
6100 # Extract the first word of "otool", so it can be a program name with args.
6101set dummy otool; ac_word=$2
6102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6103$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6104if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6105 $as_echo_n "(cached) " >&6
6106else
6107 if test -n "$ac_ct_OTOOL"; then
6108 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6109else
6110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6111for as_dir in $PATH
6112do
6113 IFS=$as_save_IFS
6114 test -z "$as_dir" && as_dir=.
6115 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6116 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6117 ac_cv_prog_ac_ct_OTOOL="otool"
6118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6119 break 2
6120 fi
6121done
6122 done
6123IFS=$as_save_IFS
6124
6125fi
6126fi
6127ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6128if test -n "$ac_ct_OTOOL"; then
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6130$as_echo "$ac_ct_OTOOL" >&6; }
6131else
6132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6133$as_echo "no" >&6; }
6134fi
6135
6136 if test "x$ac_ct_OTOOL" = x; then
6137 OTOOL=":"
6138 else
6139 case $cross_compiling:$ac_tool_warned in
6140yes:)
6141{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6142$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6143ac_tool_warned=yes ;;
6144esac
6145 OTOOL=$ac_ct_OTOOL
6146 fi
6147else
6148 OTOOL="$ac_cv_prog_OTOOL"
6149fi
6150
6151 if test -n "$ac_tool_prefix"; then
6152 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6153set dummy ${ac_tool_prefix}otool64; ac_word=$2
6154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6155$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6156if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6157 $as_echo_n "(cached) " >&6
6158else
6159 if test -n "$OTOOL64"; then
6160 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6161else
6162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6163for as_dir in $PATH
6164do
6165 IFS=$as_save_IFS
6166 test -z "$as_dir" && as_dir=.
6167 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6168 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6169 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6171 break 2
6172 fi
6173done
6174 done
6175IFS=$as_save_IFS
6176
6177fi
6178fi
6179OTOOL64=$ac_cv_prog_OTOOL64
6180if test -n "$OTOOL64"; then
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6182$as_echo "$OTOOL64" >&6; }
6183else
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6185$as_echo "no" >&6; }
6186fi
6187
6188
6189fi
6190if test -z "$ac_cv_prog_OTOOL64"; then
6191 ac_ct_OTOOL64=$OTOOL64
6192 # Extract the first word of "otool64", so it can be a program name with args.
6193set dummy otool64; ac_word=$2
6194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6195$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6196if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6197 $as_echo_n "(cached) " >&6
6198else
6199 if test -n "$ac_ct_OTOOL64"; then
6200 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6201else
6202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6203for as_dir in $PATH
6204do
6205 IFS=$as_save_IFS
6206 test -z "$as_dir" && as_dir=.
6207 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6208 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6209 ac_cv_prog_ac_ct_OTOOL64="otool64"
6210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6211 break 2
6212 fi
6213done
6214 done
6215IFS=$as_save_IFS
6216
6217fi
6218fi
6219ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6220if test -n "$ac_ct_OTOOL64"; then
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6222$as_echo "$ac_ct_OTOOL64" >&6; }
6223else
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6225$as_echo "no" >&6; }
6226fi
6227
6228 if test "x$ac_ct_OTOOL64" = x; then
6229 OTOOL64=":"
6230 else
6231 case $cross_compiling:$ac_tool_warned in
6232yes:)
6233{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6234$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6235ac_tool_warned=yes ;;
6236esac
6237 OTOOL64=$ac_ct_OTOOL64
6238 fi
6239else
6240 OTOOL64="$ac_cv_prog_OTOOL64"
6241fi
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6270$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6271if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6272 $as_echo_n "(cached) " >&6
6273else
6274 lt_cv_apple_cc_single_mod=no
6275 if test -z "${LT_MULTI_MODULE}"; then
6276 # By default we will add the -single_module flag. You can override
6277 # by either setting the environment variable LT_MULTI_MODULE
6278 # non-empty at configure time, or by adding -multi_module to the
6279 # link flags.
6280 rm -rf libconftest.dylib*
6281 echo "int foo(void){return 1;}" > conftest.c
6282 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6283-dynamiclib -Wl,-single_module conftest.c" >&5
6284 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6285 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6286 _lt_result=$?
6287 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6288 lt_cv_apple_cc_single_mod=yes
6289 else
6290 cat conftest.err >&5
6291 fi
6292 rm -rf libconftest.dylib*
6293 rm -f conftest.*
6294 fi
6295fi
6296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6297$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6299$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6300if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6301 $as_echo_n "(cached) " >&6
6302else
6303 lt_cv_ld_exported_symbols_list=no
6304 save_LDFLAGS=$LDFLAGS
6305 echo "_main" > conftest.sym
6306 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6308/* end confdefs.h. */
6309
6310int
6311main ()
6312{
6313
6314 ;
6315 return 0;
6316}
6317_ACEOF
6318if ac_fn_c_try_link "$LINENO"; then :
6319 lt_cv_ld_exported_symbols_list=yes
6320else
6321 lt_cv_ld_exported_symbols_list=no
6322fi
6323rm -f core conftest.err conftest.$ac_objext \
6324 conftest$ac_exeext conftest.$ac_ext
6325 LDFLAGS="$save_LDFLAGS"
6326
6327fi
6328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6329$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6331$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6332if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6333 $as_echo_n "(cached) " >&6
6334else
6335 lt_cv_ld_force_load=no
6336 cat > conftest.c << _LT_EOF
6337int forced_loaded() { return 2;}
6338_LT_EOF
6339 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6340 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6341 echo "$AR cru libconftest.a conftest.o" >&5
6342 $AR cru libconftest.a conftest.o 2>&5
6343 cat > conftest.c << _LT_EOF
6344int main() { return 0;}
6345_LT_EOF
6346 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6347 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6348 _lt_result=$?
6349 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6350 lt_cv_ld_force_load=yes
6351 else
6352 cat conftest.err >&5
6353 fi
6354 rm -f conftest.err libconftest.a conftest conftest.c
6355 rm -rf conftest.dSYM
6356
6357fi
6358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6359$as_echo "$lt_cv_ld_force_load" >&6; }
6360 case $host_os in
6361 rhapsody* | darwin1.[012])
6362 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6363 darwin1.*)
6364 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6365 darwin*) # darwin 5.x on
6366 # if running on 10.5 or later, the deployment target defaults
6367 # to the OS version, if on x86, and 10.4, the deployment
6368 # target defaults to 10.4. Don't you love it?
6369 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6370 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6371 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6372 10.[012][,.]*)
6bb11ab3
L
6373 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6374 10.*)
6375 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6376 esac
6377 ;;
6378 esac
6379 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6380 _lt_dar_single_mod='$single_module'
6381 fi
6382 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6383 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6384 else
6385 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6386 fi
6387 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6388 _lt_dsymutil='~$DSYMUTIL $lib || :'
6389 else
6390 _lt_dsymutil=
6391 fi
6392 ;;
6393 esac
6394
6395for ac_header in dlfcn.h
6396do :
6397 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6398"
d0ac1c44 6399if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6400 cat >>confdefs.h <<_ACEOF
6401#define HAVE_DLFCN_H 1
6402_ACEOF
6403
6404fi
6405
6406done
6407
6408
6409
ebe9564b 6410
6bb11ab3 6411
0cb8d851
MF
6412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6413$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6414if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6415 $as_echo_n "(cached) " >&6
6416else
6417 ac_cv_c_bigendian=unknown
6418 # See if we're dealing with a universal compiler.
6419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6420/* end confdefs.h. */
6421#ifndef __APPLE_CC__
6422 not a universal capable compiler
6423 #endif
6424 typedef int dummy;
6425
6426_ACEOF
6427if ac_fn_c_try_compile "$LINENO"; then :
6428
6429 # Check for potential -arch flags. It is not universal unless
6430 # there are at least two -arch flags with different values.
6431 ac_arch=
6432 ac_prev=
6433 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6434 if test -n "$ac_prev"; then
6435 case $ac_word in
6436 i?86 | x86_64 | ppc | ppc64)
6437 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6438 ac_arch=$ac_word
6439 else
6440 ac_cv_c_bigendian=universal
6441 break
6442 fi
6443 ;;
6444 esac
6445 ac_prev=
6446 elif test "x$ac_word" = "x-arch"; then
6447 ac_prev=arch
6448 fi
6449 done
6450fi
6451rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6452 if test $ac_cv_c_bigendian = unknown; then
6453 # See if sys/param.h defines the BYTE_ORDER macro.
6454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6455/* end confdefs.h. */
6456#include <sys/types.h>
6457 #include <sys/param.h>
6458
6459int
6460main ()
6461{
6462#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6463 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6464 && LITTLE_ENDIAN)
6465 bogus endian macros
6466 #endif
6467
6468 ;
6469 return 0;
6470}
6471_ACEOF
6472if ac_fn_c_try_compile "$LINENO"; then :
6473 # It does; now see whether it defined to BIG_ENDIAN or not.
6474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6475/* end confdefs.h. */
6476#include <sys/types.h>
6477 #include <sys/param.h>
6478
6479int
6480main ()
6481{
6482#if BYTE_ORDER != BIG_ENDIAN
6483 not big endian
6484 #endif
6485
6486 ;
6487 return 0;
6488}
6489_ACEOF
6490if ac_fn_c_try_compile "$LINENO"; then :
6491 ac_cv_c_bigendian=yes
6492else
6493 ac_cv_c_bigendian=no
6494fi
6495rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6496fi
6497rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6498 fi
6499 if test $ac_cv_c_bigendian = unknown; then
6500 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6502/* end confdefs.h. */
6503#include <limits.h>
6504
6505int
6506main ()
6507{
6508#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6509 bogus endian macros
6510 #endif
6511
6512 ;
6513 return 0;
6514}
6515_ACEOF
6516if ac_fn_c_try_compile "$LINENO"; then :
6517 # It does; now see whether it defined to _BIG_ENDIAN or not.
6518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6519/* end confdefs.h. */
6520#include <limits.h>
6521
6522int
6523main ()
6524{
6525#ifndef _BIG_ENDIAN
6526 not big endian
6527 #endif
6528
6529 ;
6530 return 0;
6531}
6532_ACEOF
6533if ac_fn_c_try_compile "$LINENO"; then :
6534 ac_cv_c_bigendian=yes
6535else
6536 ac_cv_c_bigendian=no
6537fi
6538rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6539fi
6540rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6541 fi
6542 if test $ac_cv_c_bigendian = unknown; then
6543 # Compile a test program.
6544 if test "$cross_compiling" = yes; then :
6545 # Try to guess by grepping values from an object file.
6546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6547/* end confdefs.h. */
6548short int ascii_mm[] =
6549 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6550 short int ascii_ii[] =
6551 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6552 int use_ascii (int i) {
6553 return ascii_mm[i] + ascii_ii[i];
6554 }
6555 short int ebcdic_ii[] =
6556 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6557 short int ebcdic_mm[] =
6558 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6559 int use_ebcdic (int i) {
6560 return ebcdic_mm[i] + ebcdic_ii[i];
6561 }
6562 extern int foo;
6563
6564int
6565main ()
6566{
6567return use_ascii (foo) == use_ebcdic (foo);
6568 ;
6569 return 0;
6570}
6571_ACEOF
6572if ac_fn_c_try_compile "$LINENO"; then :
6573 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6574 ac_cv_c_bigendian=yes
6575 fi
6576 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6577 if test "$ac_cv_c_bigendian" = unknown; then
6578 ac_cv_c_bigendian=no
6579 else
6580 # finding both strings is unlikely to happen, but who knows?
6581 ac_cv_c_bigendian=unknown
6582 fi
6583 fi
6584fi
6585rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6586else
6587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6588/* end confdefs.h. */
6589$ac_includes_default
6590int
6591main ()
6592{
6593
6594 /* Are we little or big endian? From Harbison&Steele. */
6595 union
6596 {
6597 long int l;
6598 char c[sizeof (long int)];
6599 } u;
6600 u.l = 1;
6601 return u.c[sizeof (long int) - 1] == 1;
6602
6603 ;
6604 return 0;
6605}
6606_ACEOF
6607if ac_fn_c_try_run "$LINENO"; then :
6608 ac_cv_c_bigendian=no
6609else
6610 ac_cv_c_bigendian=yes
6611fi
6612rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6613 conftest.$ac_objext conftest.beam conftest.$ac_ext
6614fi
6615
6616 fi
6617fi
6618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6619$as_echo "$ac_cv_c_bigendian" >&6; }
6620 case $ac_cv_c_bigendian in #(
6621 yes)
6622 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6623;; #(
6624 no)
6625 ;; #(
6626 universal)
6627
6628$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6629
6630 ;; #(
6631 *)
d0ac1c44 6632 as_fn_error $? "unknown endianness
0cb8d851
MF
6633 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6634 esac
6635
6bb11ab3
L
6636
6637
6638
c25ea03d 6639if test "x$cross_compiling" = "xno"; then
aa0fca16 6640 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6641 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6642 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6643 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6644 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6645else
aa0fca16 6646 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6647 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6648 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6649 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6650 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6651fi
6652
6653
6654
c25ea03d 6655
c2783492 6656
aa0fca16
MF
6657
6658
a3e2cc64
MF
6659if test -n "$ac_tool_prefix"; then
6660 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6661set dummy ${ac_tool_prefix}ar; ac_word=$2
6662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6663$as_echo_n "checking for $ac_word... " >&6; }
6664if ${ac_cv_prog_AR+:} false; then :
6665 $as_echo_n "(cached) " >&6
6666else
6667 if test -n "$AR"; then
6668 ac_cv_prog_AR="$AR" # Let the user override the test.
6669else
6670as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6671for as_dir in $PATH
6672do
6673 IFS=$as_save_IFS
6674 test -z "$as_dir" && as_dir=.
6675 for ac_exec_ext in '' $ac_executable_extensions; do
6676 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6677 ac_cv_prog_AR="${ac_tool_prefix}ar"
6678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6679 break 2
6680 fi
6681done
6682 done
6683IFS=$as_save_IFS
6684
6685fi
6686fi
6687AR=$ac_cv_prog_AR
6688if test -n "$AR"; then
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6690$as_echo "$AR" >&6; }
6691else
6692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6693$as_echo "no" >&6; }
6694fi
6695
6696
6697fi
6698if test -z "$ac_cv_prog_AR"; then
6699 ac_ct_AR=$AR
6700 # Extract the first word of "ar", so it can be a program name with args.
6701set dummy ar; ac_word=$2
6702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6703$as_echo_n "checking for $ac_word... " >&6; }
6704if ${ac_cv_prog_ac_ct_AR+:} false; then :
6705 $as_echo_n "(cached) " >&6
6706else
6707 if test -n "$ac_ct_AR"; then
6708 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6709else
6710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6711for as_dir in $PATH
6712do
6713 IFS=$as_save_IFS
6714 test -z "$as_dir" && as_dir=.
6715 for ac_exec_ext in '' $ac_executable_extensions; do
6716 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6717 ac_cv_prog_ac_ct_AR="ar"
6718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6719 break 2
6720 fi
6721done
6722 done
6723IFS=$as_save_IFS
6724
6725fi
6726fi
6727ac_ct_AR=$ac_cv_prog_ac_ct_AR
6728if test -n "$ac_ct_AR"; then
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6730$as_echo "$ac_ct_AR" >&6; }
6731else
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6733$as_echo "no" >&6; }
6734fi
6735
6736 if test "x$ac_ct_AR" = x; then
6737 AR=""
6738 else
6739 case $cross_compiling:$ac_tool_warned in
6740yes:)
6741{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6742$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6743ac_tool_warned=yes ;;
6744esac
6745 AR=$ac_ct_AR
6746 fi
6747else
6748 AR="$ac_cv_prog_AR"
6749fi
6bb11ab3
L
6750
6751if test -n "$ac_tool_prefix"; then
6752 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6753set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6755$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6756if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6757 $as_echo_n "(cached) " >&6
6758else
6759 if test -n "$RANLIB"; then
6760 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6761else
6762as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6763for as_dir in $PATH
6764do
6765 IFS=$as_save_IFS
6766 test -z "$as_dir" && as_dir=.
6767 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6769 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6771 break 2
6772 fi
6773done
6774 done
6775IFS=$as_save_IFS
6776
6777fi
6778fi
6779RANLIB=$ac_cv_prog_RANLIB
6780if test -n "$RANLIB"; then
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6782$as_echo "$RANLIB" >&6; }
6783else
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6785$as_echo "no" >&6; }
6786fi
6787
6788
6789fi
6790if test -z "$ac_cv_prog_RANLIB"; then
6791 ac_ct_RANLIB=$RANLIB
6792 # Extract the first word of "ranlib", so it can be a program name with args.
6793set dummy ranlib; ac_word=$2
6794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6795$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6796if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6797 $as_echo_n "(cached) " >&6
6798else
6799 if test -n "$ac_ct_RANLIB"; then
6800 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6801else
6802as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6803for as_dir in $PATH
6804do
6805 IFS=$as_save_IFS
6806 test -z "$as_dir" && as_dir=.
6807 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6809 ac_cv_prog_ac_ct_RANLIB="ranlib"
6810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6811 break 2
6812 fi
6813done
6814 done
6815IFS=$as_save_IFS
6816
6817fi
6818fi
6819ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6820if test -n "$ac_ct_RANLIB"; then
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6822$as_echo "$ac_ct_RANLIB" >&6; }
6823else
6824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6825$as_echo "no" >&6; }
6826fi
6827
6828 if test "x$ac_ct_RANLIB" = x; then
6829 RANLIB=":"
6830 else
6831 case $cross_compiling:$ac_tool_warned in
6832yes:)
6833{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6834$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6835ac_tool_warned=yes ;;
6836esac
6837 RANLIB=$ac_ct_RANLIB
6838 fi
6839else
6840 RANLIB="$ac_cv_prog_RANLIB"
6841fi
6842
6843
46f900c0
MF
6844# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6845# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6846# is C99. So handle it ourselves.
6847:
6848C_DIALECT=
6849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6850$as_echo_n "checking whether C11 is supported by default... " >&6; }
6851cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6852/* end confdefs.h. */
6853
6854#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6855# error "C11 support not found"
6856#endif
6857
6858_ACEOF
6859if ac_fn_c_try_compile "$LINENO"; then :
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6861$as_echo "yes" >&6; }
6862else
6863
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6865$as_echo "no" >&6; }
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6867$as_echo_n "checking for -std=c11 support... " >&6; }
6868 ac_save_CC="$CC"
6869 CC="$CC -std=c11"
6870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6871/* end confdefs.h. */
6872
6873#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6874# error "C11 support not found"
6875#endif
6876
6877_ACEOF
6878if ac_fn_c_try_compile "$LINENO"; then :
6879
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6881$as_echo "yes" >&6; }
6882 CC="$ac_save_CC"
6883 C_DIALECT="-std=c11"
6884
6885else
6886 as_fn_error $? "C11 is required" "$LINENO" 5
6887fi
6888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6889fi
6890rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6891
6892
c2783492
MF
6893ac_config_headers="$ac_config_headers config.h:config.in"
6894
6895
6bb11ab3
L
6896# Some of the common include files depend on bfd.h, and bfd.h checks
6897# that config.h is included first by testing that the PACKAGE macro
6898# is defined.
6899PACKAGE=sim
6900
6901cat >>confdefs.h <<_ACEOF
6902#define PACKAGE "$PACKAGE"
6903_ACEOF
6904
6905
6906
6907# Dependency checking.
6908ac_config_commands="$ac_config_commands depdir"
6909
6910
6911depcc="$CC" am_compiler_list=
6912
6913am_depcomp=$ac_aux_dir/depcomp
6914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6915$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6916if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6917 $as_echo_n "(cached) " >&6
6918else
6919 if test -f "$am_depcomp"; then
6920 # We make a subdir and do the tests there. Otherwise we can end up
6921 # making bogus files that we don't know about and never remove. For
6922 # instance it was reported that on HP-UX the gcc test will end up
6923 # making a dummy file named `D' -- because `-MD' means `put the output
6924 # in D'.
6925 mkdir conftest.dir
6926 # Copy depcomp to subdir because otherwise we won't find it if we're
6927 # using a relative directory.
6928 cp "$am_depcomp" conftest.dir
6929 cd conftest.dir
6930 # We will build objects and dependencies in a subdirectory because
6931 # it helps to detect inapplicable dependency modes. For instance
6932 # both Tru64's cc and ICC support -MD to output dependencies as a
6933 # side effect of compilation, but ICC will put the dependencies in
6934 # the current directory while Tru64 will put them in the object
6935 # directory.
6936 mkdir sub
6937
6938 am_cv_CC_dependencies_compiler_type=none
6939 if test "$am_compiler_list" = ""; then
6940 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6941 fi
6942 for depmode in $am_compiler_list; do
6943 if test $depmode = none; then break; fi
6944
6945 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6946 # Setup a source with many dependencies, because some compilers
6947 # like to wrap large dependency lists on column 80 (with \), and
6948 # we should not choose a depcomp mode which is confused by this.
6949 #
6950 # We need to recreate these files for each test, as the compiler may
6951 # overwrite some of them when testing with obscure command lines.
6952 # This happens at least with the AIX C compiler.
6953 : > sub/conftest.c
6954 for i in 1 2 3 4 5 6; do
6955 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6956 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6957 # Solaris 8's {/usr,}/bin/sh.
6958 touch sub/conftst$i.h
6959 done
6960 echo "include sub/conftest.Po" > confmf
6961
6962 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6963 # mode. It turns out that the SunPro C++ compiler does not properly
6964 # handle `-M -o', and we need to detect this.
6965 depcmd="depmode=$depmode \
6966 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6967 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6968 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6969 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6970 if env $depcmd > conftest.err 2>&1 &&
6971 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6972 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6973 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6974 # icc doesn't choke on unknown options, it will just issue warnings
6975 # or remarks (even with -Werror). So we grep stderr for any message
6976 # that says an option was ignored or not supported.
6977 # When given -MP, icc 7.0 and 7.1 complain thusly:
6978 # icc: Command line warning: ignoring option '-M'; no argument required
6979 # The diagnosis changed in icc 8.0:
6980 # icc: Command line remark: option '-MP' not supported
6981 if (grep 'ignoring option' conftest.err ||
6982 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6983 am_cv_CC_dependencies_compiler_type=$depmode
6984 $as_echo "$as_me:$LINENO: success" >&5
6985 break
6986 fi
6987 fi
6988 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6989 sed -e 's/^/| /' < conftest.err >&5
6990 done
6991
6992 cd ..
6993 rm -rf conftest.dir
6994else
6995 am_cv_CC_dependencies_compiler_type=none
6996fi
6997
6998fi
6999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7000$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7001if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7002then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7003else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7004
7005fi
7006
7007
6bb11ab3
L
7008ALL_LINGUAS=
7009# If we haven't got the data from the intl directory,
7010# assume NLS is disabled.
7011USE_NLS=no
7012LIBINTL=
7013LIBINTL_DEP=
7014INCINTL=
7015XGETTEXT=
7016GMSGFMT=
7017POSUB=
7018
7019if test -f ../../intl/config.intl; then
7020 . ../../intl/config.intl
7021fi
7022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7023$as_echo_n "checking whether NLS is requested... " >&6; }
7024if test x"$USE_NLS" != xyes; then
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7026$as_echo "no" >&6; }
7027else
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7029$as_echo "yes" >&6; }
7030
7031$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7032
7033
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7035$as_echo_n "checking for catalogs to be installed... " >&6; }
7036 # Look for .po and .gmo files in the source directory.
7037 CATALOGS=
7038 XLINGUAS=
7039 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7040 # If there aren't any .gmo files the shell will give us the
7041 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7042 # weeded out.
7043 case "$cat" in *\**)
7044 continue;;
7045 esac
7046 # The quadruple backslash is collapsed to a double backslash
7047 # by the backticks, then collapsed again by the double quotes,
7048 # leaving us with one backslash in the sed expression (right
7049 # before the dot that mustn't act as a wildcard).
7050 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7051 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7052 # The user is allowed to set LINGUAS to a list of languages to
7053 # install catalogs for. If it's empty that means "all of them."
7054 if test "x$LINGUAS" = x; then
7055 CATALOGS="$CATALOGS $cat"
7056 XLINGUAS="$XLINGUAS $lang"
7057 else
7058 case "$LINGUAS" in *$lang*)
7059 CATALOGS="$CATALOGS $cat"
7060 XLINGUAS="$XLINGUAS $lang"
7061 ;;
7062 esac
7063 fi
7064 done
7065 LINGUAS="$XLINGUAS"
7066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7067$as_echo "$LINGUAS" >&6; }
7068
7069
7070 DATADIRNAME=share
7071
7072 INSTOBJEXT=.mo
7073
7074 GENCAT=gencat
7075
7076 CATOBJEXT=.gmo
7077
7078fi
7079
6bb11ab3
L
7080# Check for socket libraries
7081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7082$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7083if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7084 $as_echo_n "(cached) " >&6
7085else
7086 ac_check_lib_save_LIBS=$LIBS
7087LIBS="-lsocket $LIBS"
7088cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7089/* end confdefs.h. */
7090
7091/* Override any GCC internal prototype to avoid an error.
7092 Use char because int might match the return type of a GCC
7093 builtin and then its argument prototype would still apply. */
7094#ifdef __cplusplus
7095extern "C"
7096#endif
7097char bind ();
7098int
7099main ()
7100{
7101return bind ();
7102 ;
7103 return 0;
7104}
7105_ACEOF
7106if ac_fn_c_try_link "$LINENO"; then :
7107 ac_cv_lib_socket_bind=yes
7108else
7109 ac_cv_lib_socket_bind=no
7110fi
7111rm -f core conftest.err conftest.$ac_objext \
7112 conftest$ac_exeext conftest.$ac_ext
7113LIBS=$ac_check_lib_save_LIBS
7114fi
7115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7116$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7117if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7118 cat >>confdefs.h <<_ACEOF
7119#define HAVE_LIBSOCKET 1
7120_ACEOF
7121
7122 LIBS="-lsocket $LIBS"
7123
7124fi
7125
7126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7127$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7128if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7129 $as_echo_n "(cached) " >&6
7130else
7131 ac_check_lib_save_LIBS=$LIBS
7132LIBS="-lnsl $LIBS"
7133cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7134/* end confdefs.h. */
7135
7136/* Override any GCC internal prototype to avoid an error.
7137 Use char because int might match the return type of a GCC
7138 builtin and then its argument prototype would still apply. */
7139#ifdef __cplusplus
7140extern "C"
7141#endif
7142char gethostbyname ();
7143int
7144main ()
7145{
7146return gethostbyname ();
7147 ;
7148 return 0;
7149}
7150_ACEOF
7151if ac_fn_c_try_link "$LINENO"; then :
7152 ac_cv_lib_nsl_gethostbyname=yes
7153else
7154 ac_cv_lib_nsl_gethostbyname=no
7155fi
7156rm -f core conftest.err conftest.$ac_objext \
7157 conftest$ac_exeext conftest.$ac_ext
7158LIBS=$ac_check_lib_save_LIBS
7159fi
7160{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7161$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7162if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7163 cat >>confdefs.h <<_ACEOF
7164#define HAVE_LIBNSL 1
7165_ACEOF
7166
7167 LIBS="-lnsl $LIBS"
7168
7169fi
7170
7171
7172# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7173# using the same condition.
7174
aadc9410 7175 # Use the system's zlib library.
7fed4b0b
L
7176 zlibdir="-L\$(top_builddir)/../zlib"
7177 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7178
aadc9410
MF
7179# Check whether --with-system-zlib was given.
7180if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7181 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7182 zlibdir=
7183 zlibinc=
7184 fi
6bb11ab3
L
7185
7186fi
7187
6bb11ab3 7188
6bb11ab3 7189
6bb11ab3
L
7190
7191
7192# BFD uses libdl when when plugins enabled.
7193
faa743bb
RM
7194 maybe_plugins=no
7195 for ac_header in dlfcn.h
7196do :
7197 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7198"
d0ac1c44 7199if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7200 cat >>confdefs.h <<_ACEOF
7201#define HAVE_DLFCN_H 1
7202_ACEOF
7203 maybe_plugins=yes
7204fi
7205
7206done
7207
7208 for ac_header in windows.h
7209do :
7210 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7211"
d0ac1c44 7212if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7213 cat >>confdefs.h <<_ACEOF
7214#define HAVE_WINDOWS_H 1
7215_ACEOF
7216 maybe_plugins=yes
7217fi
7218
7219done
7220
7221
7222 # Check whether --enable-plugins was given.
6bb11ab3
L
7223if test "${enable_plugins+set}" = set; then :
7224 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7225 no) plugins=no ;;
7226 *) plugins=yes
7227 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7228 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7229 fi ;;
7230 esac
6bb11ab3 7231else
faa743bb
RM
7232 plugins=$maybe_plugins
7233
6bb11ab3
L
7234fi
7235
2974be62 7236 if test "$plugins" = "yes"; then
37f980dc
SM
7237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7238$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7239if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7240 $as_echo_n "(cached) " >&6
7241else
7242 ac_func_search_save_LIBS=$LIBS
7243cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7244/* end confdefs.h. */
7245
7246/* Override any GCC internal prototype to avoid an error.
7247 Use char because int might match the return type of a GCC
7248 builtin and then its argument prototype would still apply. */
7249#ifdef __cplusplus
7250extern "C"
7251#endif
37f980dc 7252char dlsym ();
2974be62
AM
7253int
7254main ()
7255{
37f980dc 7256return dlsym ();
2974be62
AM
7257 ;
7258 return 0;
7259}
7260_ACEOF
7261for ac_lib in '' dl; do
7262 if test -z "$ac_lib"; then
7263 ac_res="none required"
7264 else
7265 ac_res=-l$ac_lib
7266 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7267 fi
7268 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7269 ac_cv_search_dlsym=$ac_res
2974be62
AM
7270fi
7271rm -f core conftest.err conftest.$ac_objext \
7272 conftest$ac_exeext
d0ac1c44 7273 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7274 break
7275fi
7276done
d0ac1c44 7277if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7278
7279else
37f980dc 7280 ac_cv_search_dlsym=no
2974be62
AM
7281fi
7282rm conftest.$ac_ext
7283LIBS=$ac_func_search_save_LIBS
7284fi
37f980dc
SM
7285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7286$as_echo "$ac_cv_search_dlsym" >&6; }
7287ac_res=$ac_cv_search_dlsym
2974be62
AM
7288if test "$ac_res" != no; then :
7289 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7290
7291fi
7292
7293 fi
6bb11ab3
L
7294
7295 if test "$plugins" = yes; then
7296 PLUGINS_TRUE=
7297 PLUGINS_FALSE='#'
7298else
7299 PLUGINS_TRUE='#'
7300 PLUGINS_FALSE=
7301fi
7302
7303
7304
7305
7306
7307# Set options
7308enable_dlopen=yes
7309
7310
7311
7312
7313 enable_win32_dll=no
7314
7315
7316 # Check whether --enable-shared was given.
7317if test "${enable_shared+set}" = set; then :
7318 enableval=$enable_shared; p=${PACKAGE-default}
7319 case $enableval in
7320 yes) enable_shared=yes ;;
7321 no) enable_shared=no ;;
7322 *)
7323 enable_shared=no
7324 # Look at the argument we got. We use all the common list separators.
7325 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7326 for pkg in $enableval; do
7327 IFS="$lt_save_ifs"
7328 if test "X$pkg" = "X$p"; then
7329 enable_shared=yes
7330 fi
7331 done
7332 IFS="$lt_save_ifs"
7333 ;;
7334 esac
7335else
7336 enable_shared=yes
7337fi
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347 # Check whether --enable-static was given.
7348if test "${enable_static+set}" = set; then :
7349 enableval=$enable_static; p=${PACKAGE-default}
7350 case $enableval in
7351 yes) enable_static=yes ;;
7352 no) enable_static=no ;;
7353 *)
7354 enable_static=no
7355 # Look at the argument we got. We use all the common list separators.
7356 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7357 for pkg in $enableval; do
7358 IFS="$lt_save_ifs"
7359 if test "X$pkg" = "X$p"; then
7360 enable_static=yes
7361 fi
7362 done
7363 IFS="$lt_save_ifs"
7364 ;;
7365 esac
7366else
7367 enable_static=yes
7368fi
7369
7370
7371
7372
7373
7374
7375
7376
7377
7378
7379# Check whether --with-pic was given.
7380if test "${with_pic+set}" = set; then :
7381 withval=$with_pic; pic_mode="$withval"
7382else
7383 pic_mode=default
7384fi
7385
7386
7387test -z "$pic_mode" && pic_mode=default
7388
7389
7390
7391
7392
7393
7394
7395 # Check whether --enable-fast-install was given.
7396if test "${enable_fast_install+set}" = set; then :
7397 enableval=$enable_fast_install; p=${PACKAGE-default}
7398 case $enableval in
7399 yes) enable_fast_install=yes ;;
7400 no) enable_fast_install=no ;;
7401 *)
7402 enable_fast_install=no
7403 # Look at the argument we got. We use all the common list separators.
7404 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7405 for pkg in $enableval; do
7406 IFS="$lt_save_ifs"
7407 if test "X$pkg" = "X$p"; then
7408 enable_fast_install=yes
7409 fi
7410 done
7411 IFS="$lt_save_ifs"
7412 ;;
7413 esac
7414else
7415 enable_fast_install=yes
7416fi
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428# This can be used to rebuild libtool when needed
7429LIBTOOL_DEPS="$ltmain"
7430
7431# Always use our own libtool.
7432LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459test -z "$LN_S" && LN_S="ln -s"
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474if test -n "${ZSH_VERSION+set}" ; then
7475 setopt NO_GLOB_SUBST
f0569246 7476fi
f0569246 7477
6bb11ab3
L
7478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7479$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7480if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7481 $as_echo_n "(cached) " >&6
7482else
7483 rm -f .libs 2>/dev/null
7484mkdir .libs 2>/dev/null
7485if test -d .libs; then
7486 lt_cv_objdir=.libs
7487else
7488 # MS-DOS does not allow filenames that begin with a dot.
7489 lt_cv_objdir=_libs
7490fi
7491rmdir .libs 2>/dev/null
7492fi
7493{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7494$as_echo "$lt_cv_objdir" >&6; }
7495objdir=$lt_cv_objdir
7496
7497
7498
7499
7500
7501cat >>confdefs.h <<_ACEOF
7502#define LT_OBJDIR "$lt_cv_objdir/"
7503_ACEOF
7504
7505
7506
7507
7508case $host_os in
7509aix3*)
7510 # AIX sometimes has problems with the GCC collect2 program. For some
7511 # reason, if we set the COLLECT_NAMES environment variable, the problems
7512 # vanish in a puff of smoke.
7513 if test "X${COLLECT_NAMES+set}" != Xset; then
7514 COLLECT_NAMES=
7515 export COLLECT_NAMES
7516 fi
7517 ;;
81ecdfbb 7518esac
6bb11ab3
L
7519
7520# Global variables:
7521ofile=libtool
7522can_build_shared=yes
7523
7524# All known linkers require a `.a' archive for static linking (except MSVC,
7525# which needs '.lib').
7526libext=a
7527
7528with_gnu_ld="$lt_cv_prog_gnu_ld"
7529
7530old_CC="$CC"
7531old_CFLAGS="$CFLAGS"
7532
7533# Set sane defaults for various variables
7534test -z "$CC" && CC=cc
7535test -z "$LTCC" && LTCC=$CC
7536test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7537test -z "$LD" && LD=ld
7538test -z "$ac_objext" && ac_objext=o
7539
7540for cc_temp in $compiler""; do
7541 case $cc_temp in
7542 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7543 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7544 \-*) ;;
7545 *) break;;
7546 esac
7547done
7548cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7549
7550
7551# Only perform the check for file, if the check method requires it
7552test -z "$MAGIC_CMD" && MAGIC_CMD=file
7553case $deplibs_check_method in
7554file_magic*)
7555 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7557$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7558if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7559 $as_echo_n "(cached) " >&6
7560else
7561 case $MAGIC_CMD in
7562[\\/*] | ?:[\\/]*)
7563 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7564 ;;
7565*)
7566 lt_save_MAGIC_CMD="$MAGIC_CMD"
7567 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7568 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7569 for ac_dir in $ac_dummy; do
7570 IFS="$lt_save_ifs"
7571 test -z "$ac_dir" && ac_dir=.
7572 if test -f $ac_dir/${ac_tool_prefix}file; then
7573 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7574 if test -n "$file_magic_test_file"; then
7575 case $deplibs_check_method in
7576 "file_magic "*)
7577 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7578 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7579 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7580 $EGREP "$file_magic_regex" > /dev/null; then
7581 :
7582 else
7583 cat <<_LT_EOF 1>&2
7584
7585*** Warning: the command libtool uses to detect shared libraries,
7586*** $file_magic_cmd, produces output that libtool cannot recognize.
7587*** The result is that libtool may fail to recognize shared libraries
7588*** as such. This will affect the creation of libtool libraries that
7589*** depend on shared libraries, but programs linked with such libtool
7590*** libraries will work regardless of this problem. Nevertheless, you
7591*** may want to report the problem to your system manager and/or to
7592*** bug-libtool@gnu.org
7593
7594_LT_EOF
7595 fi ;;
7596 esac
7597 fi
7598 break
f0569246 7599 fi
6bb11ab3
L
7600 done
7601 IFS="$lt_save_ifs"
7602 MAGIC_CMD="$lt_save_MAGIC_CMD"
7603 ;;
7604esac
f0569246 7605fi
f0569246 7606
6bb11ab3
L
7607MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7608if test -n "$MAGIC_CMD"; then
7609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7610$as_echo "$MAGIC_CMD" >&6; }
7611else
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7613$as_echo "no" >&6; }
7614fi
81ecdfbb 7615
6bb11ab3
L
7616
7617
7618
7619
7620if test -z "$lt_cv_path_MAGIC_CMD"; then
7621 if test -n "$ac_tool_prefix"; then
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7623$as_echo_n "checking for file... " >&6; }
d0ac1c44 7624if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7625 $as_echo_n "(cached) " >&6
7626else
7627 case $MAGIC_CMD in
7628[\\/*] | ?:[\\/]*)
7629 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7630 ;;
7631*)
7632 lt_save_MAGIC_CMD="$MAGIC_CMD"
7633 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7634 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7635 for ac_dir in $ac_dummy; do
7636 IFS="$lt_save_ifs"
7637 test -z "$ac_dir" && ac_dir=.
7638 if test -f $ac_dir/file; then
7639 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7640 if test -n "$file_magic_test_file"; then
7641 case $deplibs_check_method in
7642 "file_magic "*)
7643 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7644 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7645 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7646 $EGREP "$file_magic_regex" > /dev/null; then
7647 :
7648 else
7649 cat <<_LT_EOF 1>&2
7650
7651*** Warning: the command libtool uses to detect shared libraries,
7652*** $file_magic_cmd, produces output that libtool cannot recognize.
7653*** The result is that libtool may fail to recognize shared libraries
7654*** as such. This will affect the creation of libtool libraries that
7655*** depend on shared libraries, but programs linked with such libtool
7656*** libraries will work regardless of this problem. Nevertheless, you
7657*** may want to report the problem to your system manager and/or to
7658*** bug-libtool@gnu.org
7659
7660_LT_EOF
7661 fi ;;
7662 esac
7663 fi
7664 break
7665 fi
7666 done
7667 IFS="$lt_save_ifs"
7668 MAGIC_CMD="$lt_save_MAGIC_CMD"
7669 ;;
81ecdfbb 7670esac
6bb11ab3
L
7671fi
7672
7673MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7674if test -n "$MAGIC_CMD"; then
7675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7676$as_echo "$MAGIC_CMD" >&6; }
7677else
7678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7679$as_echo "no" >&6; }
7680fi
7681
7682
7683 else
7684 MAGIC_CMD=:
7685 fi
7686fi
7687
7688 fi
7689 ;;
7690esac
7691
7692# Use C for the default configuration in the libtool script
7693
7694lt_save_CC="$CC"
7695ac_ext=c
7696ac_cpp='$CPP $CPPFLAGS'
7697ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7698ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7699ac_compiler_gnu=$ac_cv_c_compiler_gnu
7700
7701
7702# Source file extension for C test sources.
7703ac_ext=c
7704
7705# Object file extension for compiled C test sources.
7706objext=o
7707objext=$objext
7708
7709# Code to be used in simple compile tests
7710lt_simple_compile_test_code="int some_variable = 0;"
7711
7712# Code to be used in simple link tests
7713lt_simple_link_test_code='int main(){return(0);}'
7714
7715
7716
7717
7718
7719
7720
7721# If no C compiler was specified, use CC.
7722LTCC=${LTCC-"$CC"}
7723
7724# If no C compiler flags were specified, use CFLAGS.
7725LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7726
7727# Allow CC to be a program name with arguments.
7728compiler=$CC
7729
7730# Save the default compiler, since it gets overwritten when the other
7731# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7732compiler_DEFAULT=$CC
7733
7734# save warnings/boilerplate of simple test code
7735ac_outfile=conftest.$ac_objext
7736echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7737eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7738_lt_compiler_boilerplate=`cat conftest.err`
7739$RM conftest*
7740
7741ac_outfile=conftest.$ac_objext
7742echo "$lt_simple_link_test_code" >conftest.$ac_ext
7743eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7744_lt_linker_boilerplate=`cat conftest.err`
7745$RM -r conftest*
7746
7747
7748## CAVEAT EMPTOR:
7749## There is no encapsulation within the following macros, do not change
7750## the running order or otherwise move them around unless you know exactly
7751## what you are doing...
7752if test -n "$compiler"; then
7753
7754lt_prog_compiler_no_builtin_flag=
7755
7756if test "$GCC" = yes; then
7757 case $cc_basename in
7758 nvcc*)
7759 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7760 *)
7761 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7762 esac
6bb11ab3
L
7763
7764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7765$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7766if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7767 $as_echo_n "(cached) " >&6
f0569246 7768else
6bb11ab3
L
7769 lt_cv_prog_compiler_rtti_exceptions=no
7770 ac_outfile=conftest.$ac_objext
7771 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7772 lt_compiler_flag="-fno-rtti -fno-exceptions"
7773 # Insert the option either (1) after the last *FLAGS variable, or
7774 # (2) before a word containing "conftest.", or (3) at the end.
7775 # Note that $ac_compile itself does not contain backslashes and begins
7776 # with a dollar sign (not a hyphen), so the echo should work correctly.
7777 # The option is referenced via a variable to avoid confusing sed.
7778 lt_compile=`echo "$ac_compile" | $SED \
7779 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7780 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7781 -e 's:$: $lt_compiler_flag:'`
7782 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7783 (eval "$lt_compile" 2>conftest.err)
7784 ac_status=$?
7785 cat conftest.err >&5
7786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7787 if (exit $ac_status) && test -s "$ac_outfile"; then
7788 # The compiler can only warn and ignore the option if not recognized
7789 # So say no if there are warnings other than the usual output.
7790 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7791 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7792 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7793 lt_cv_prog_compiler_rtti_exceptions=yes
7794 fi
7795 fi
7796 $RM conftest*
7797
f0569246 7798fi
6bb11ab3
L
7799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7800$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7801
7802if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7803 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7804else
7805 :
7806fi
7807
7808fi
7809
7810
7811
7812
7813
7814
7815 lt_prog_compiler_wl=
7816lt_prog_compiler_pic=
7817lt_prog_compiler_static=
7818
7819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7820$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7821
7822 if test "$GCC" = yes; then
7823 lt_prog_compiler_wl='-Wl,'
7824 lt_prog_compiler_static='-static'
7825
7826 case $host_os in
7827 aix*)
7828 # All AIX code is PIC.
7829 if test "$host_cpu" = ia64; then
7830 # AIX 5 now supports IA64 processor
7831 lt_prog_compiler_static='-Bstatic'
7832 fi
7833 lt_prog_compiler_pic='-fPIC'
7834 ;;
7835
7836 amigaos*)
7837 case $host_cpu in
7838 powerpc)
7839 # see comment about AmigaOS4 .so support
7840 lt_prog_compiler_pic='-fPIC'
7841 ;;
7842 m68k)
7843 # FIXME: we need at least 68020 code to build shared libraries, but
7844 # adding the `-m68020' flag to GCC prevents building anything better,
7845 # like `-m68040'.
7846 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7847 ;;
7848 esac
7849 ;;
7850
7851 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7852 # PIC is the default for these OSes.
7853 ;;
7854
7855 mingw* | cygwin* | pw32* | os2* | cegcc*)
7856 # This hack is so that the source file can tell whether it is being
7857 # built for inclusion in a dll (and should export symbols for example).
7858 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7859 # (--disable-auto-import) libraries
7860 lt_prog_compiler_pic='-DDLL_EXPORT'
7861 ;;
7862
7863 darwin* | rhapsody*)
7864 # PIC is the default on this platform
7865 # Common symbols not allowed in MH_DYLIB files
7866 lt_prog_compiler_pic='-fno-common'
7867 ;;
7868
7869 haiku*)
7870 # PIC is the default for Haiku.
7871 # The "-static" flag exists, but is broken.
7872 lt_prog_compiler_static=
7873 ;;
7874
7875 hpux*)
7876 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7877 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7878 # sets the default TLS model and affects inlining.
7879 case $host_cpu in
7880 hppa*64*)
7881 # +Z the default
7882 ;;
7883 *)
7884 lt_prog_compiler_pic='-fPIC'
7885 ;;
7886 esac
7887 ;;
7888
7889 interix[3-9]*)
7890 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7891 # Instead, we relocate shared libraries at runtime.
7892 ;;
7893
7894 msdosdjgpp*)
7895 # Just because we use GCC doesn't mean we suddenly get shared libraries
7896 # on systems that don't support them.
7897 lt_prog_compiler_can_build_shared=no
7898 enable_shared=no
7899 ;;
7900
7901 *nto* | *qnx*)
7902 # QNX uses GNU C++, but need to define -shared option too, otherwise
7903 # it will coredump.
7904 lt_prog_compiler_pic='-fPIC -shared'
7905 ;;
7906
7907 sysv4*MP*)
7908 if test -d /usr/nec; then
7909 lt_prog_compiler_pic=-Kconform_pic
7910 fi
7911 ;;
7912
7913 *)
7914 lt_prog_compiler_pic='-fPIC'
7915 ;;
7916 esac
7917
7918 case $cc_basename in
7919 nvcc*) # Cuda Compiler Driver 2.2
7920 lt_prog_compiler_wl='-Xlinker '
7921 lt_prog_compiler_pic='-Xcompiler -fPIC'
7922 ;;
7923 esac
7924 else
7925 # PORTME Check for flag to pass linker flags through the system compiler.
7926 case $host_os in
7927 aix*)
7928 lt_prog_compiler_wl='-Wl,'
7929 if test "$host_cpu" = ia64; then
7930 # AIX 5 now supports IA64 processor
7931 lt_prog_compiler_static='-Bstatic'
7932 else
7933 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7934 fi
7935 ;;
7936
7937 mingw* | cygwin* | pw32* | os2* | cegcc*)
7938 # This hack is so that the source file can tell whether it is being
7939 # built for inclusion in a dll (and should export symbols for example).
7940 lt_prog_compiler_pic='-DDLL_EXPORT'
7941 ;;
7942
7943 hpux9* | hpux10* | hpux11*)
7944 lt_prog_compiler_wl='-Wl,'
7945 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7946 # not for PA HP-UX.
7947 case $host_cpu in
7948 hppa*64*|ia64*)
7949 # +Z the default
7950 ;;
7951 *)
7952 lt_prog_compiler_pic='+Z'
7953 ;;
7954 esac
7955 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7956 lt_prog_compiler_static='${wl}-a ${wl}archive'
7957 ;;
7958
7959 irix5* | irix6* | nonstopux*)
7960 lt_prog_compiler_wl='-Wl,'
7961 # PIC (with -KPIC) is the default.
7962 lt_prog_compiler_static='-non_shared'
7963 ;;
7964
7965 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7966 case $cc_basename in
7967 # old Intel for x86_64 which still supported -KPIC.
7968 ecc*)
7969 lt_prog_compiler_wl='-Wl,'
7970 lt_prog_compiler_pic='-KPIC'
7971 lt_prog_compiler_static='-static'
7972 ;;
7973 # icc used to be incompatible with GCC.
7974 # ICC 10 doesn't accept -KPIC any more.
7975 icc* | ifort*)
7976 lt_prog_compiler_wl='-Wl,'
7977 lt_prog_compiler_pic='-fPIC'
7978 lt_prog_compiler_static='-static'
7979 ;;
7980 # Lahey Fortran 8.1.
7981 lf95*)
7982 lt_prog_compiler_wl='-Wl,'
7983 lt_prog_compiler_pic='--shared'
7984 lt_prog_compiler_static='--static'
7985 ;;
7986 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7987 # Portland Group compilers (*not* the Pentium gcc compiler,
7988 # which looks to be a dead project)
7989 lt_prog_compiler_wl='-Wl,'
7990 lt_prog_compiler_pic='-fpic'
7991 lt_prog_compiler_static='-Bstatic'
7992 ;;
7993 ccc*)
7994 lt_prog_compiler_wl='-Wl,'
7995 # All Alpha code is PIC.
7996 lt_prog_compiler_static='-non_shared'
7997 ;;
7998 xl* | bgxl* | bgf* | mpixl*)
7999 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8000 lt_prog_compiler_wl='-Wl,'
8001 lt_prog_compiler_pic='-qpic'
8002 lt_prog_compiler_static='-qstaticlink'
8003 ;;
8004 *)
8005 case `$CC -V 2>&1 | sed 5q` in
8006 *Sun\ F* | *Sun*Fortran*)
8007 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8008 lt_prog_compiler_pic='-KPIC'
8009 lt_prog_compiler_static='-Bstatic'
8010 lt_prog_compiler_wl=''
8011 ;;
8012 *Sun\ C*)
8013 # Sun C 5.9
8014 lt_prog_compiler_pic='-KPIC'
8015 lt_prog_compiler_static='-Bstatic'
8016 lt_prog_compiler_wl='-Wl,'
8017 ;;
8018 esac
8019 ;;
8020 esac
8021 ;;
8022
8023 newsos6)
8024 lt_prog_compiler_pic='-KPIC'
8025 lt_prog_compiler_static='-Bstatic'
8026 ;;
8027
8028 *nto* | *qnx*)
8029 # QNX uses GNU C++, but need to define -shared option too, otherwise
8030 # it will coredump.
8031 lt_prog_compiler_pic='-fPIC -shared'
8032 ;;
8033
8034 osf3* | osf4* | osf5*)
8035 lt_prog_compiler_wl='-Wl,'
8036 # All OSF/1 code is PIC.
8037 lt_prog_compiler_static='-non_shared'
8038 ;;
8039
8040 rdos*)
8041 lt_prog_compiler_static='-non_shared'
8042 ;;
f0569246 8043
6bb11ab3
L
8044 solaris*)
8045 lt_prog_compiler_pic='-KPIC'
8046 lt_prog_compiler_static='-Bstatic'
8047 case $cc_basename in
8048 f77* | f90* | f95*)
8049 lt_prog_compiler_wl='-Qoption ld ';;
8050 *)
8051 lt_prog_compiler_wl='-Wl,';;
8052 esac
8053 ;;
f0569246 8054
6bb11ab3
L
8055 sunos4*)
8056 lt_prog_compiler_wl='-Qoption ld '
8057 lt_prog_compiler_pic='-PIC'
8058 lt_prog_compiler_static='-Bstatic'
8059 ;;
f0569246 8060
6bb11ab3
L
8061 sysv4 | sysv4.2uw2* | sysv4.3*)
8062 lt_prog_compiler_wl='-Wl,'
8063 lt_prog_compiler_pic='-KPIC'
8064 lt_prog_compiler_static='-Bstatic'
8065 ;;
8066
8067 sysv4*MP*)
8068 if test -d /usr/nec ;then
8069 lt_prog_compiler_pic='-Kconform_pic'
8070 lt_prog_compiler_static='-Bstatic'
8071 fi
8072 ;;
8073
8074 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8075 lt_prog_compiler_wl='-Wl,'
8076 lt_prog_compiler_pic='-KPIC'
8077 lt_prog_compiler_static='-Bstatic'
8078 ;;
8079
8080 unicos*)
8081 lt_prog_compiler_wl='-Wl,'
8082 lt_prog_compiler_can_build_shared=no
8083 ;;
8084
8085 uts4*)
8086 lt_prog_compiler_pic='-pic'
8087 lt_prog_compiler_static='-Bstatic'
8088 ;;
8089
8090 *)
8091 lt_prog_compiler_can_build_shared=no
8092 ;;
8093 esac
8094 fi
8095
8096case $host_os in
8097 # For platforms which do not support PIC, -DPIC is meaningless:
8098 *djgpp*)
8099 lt_prog_compiler_pic=
8100 ;;
8101 *)
8102 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8103 ;;
81ecdfbb 8104esac
6bb11ab3
L
8105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8106$as_echo "$lt_prog_compiler_pic" >&6; }
8107
8108
8109
8110
8111
8112
8113#
8114# Check to make sure the PIC flag actually works.
8115#
8116if test -n "$lt_prog_compiler_pic"; then
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8118$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8119if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8120 $as_echo_n "(cached) " >&6
b7026657 8121else
6bb11ab3
L
8122 lt_cv_prog_compiler_pic_works=no
8123 ac_outfile=conftest.$ac_objext
8124 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8125 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8126 # Insert the option either (1) after the last *FLAGS variable, or
8127 # (2) before a word containing "conftest.", or (3) at the end.
8128 # Note that $ac_compile itself does not contain backslashes and begins
8129 # with a dollar sign (not a hyphen), so the echo should work correctly.
8130 # The option is referenced via a variable to avoid confusing sed.
8131 lt_compile=`echo "$ac_compile" | $SED \
8132 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8133 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8134 -e 's:$: $lt_compiler_flag:'`
8135 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8136 (eval "$lt_compile" 2>conftest.err)
8137 ac_status=$?
8138 cat conftest.err >&5
8139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8140 if (exit $ac_status) && test -s "$ac_outfile"; then
8141 # The compiler can only warn and ignore the option if not recognized
8142 # So say no if there are warnings other than the usual output.
8143 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8144 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8145 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8146 lt_cv_prog_compiler_pic_works=yes
8147 fi
8148 fi
8149 $RM conftest*
b7026657 8150
b7026657 8151fi
6bb11ab3
L
8152{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8153$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8154
8155if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8156 case $lt_prog_compiler_pic in
8157 "" | " "*) ;;
8158 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8159 esac
8160else
8161 lt_prog_compiler_pic=
8162 lt_prog_compiler_can_build_shared=no
f0569246 8163fi
6bb11ab3
L
8164
8165fi
8166
8167
8168
8169
8170
8171
8172#
8173# Check to make sure the static flag actually works.
8174#
8175wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8177$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8178if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8179 $as_echo_n "(cached) " >&6
f0569246 8180else
6bb11ab3
L
8181 lt_cv_prog_compiler_static_works=no
8182 save_LDFLAGS="$LDFLAGS"
8183 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8184 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8185 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8186 # The linker can only warn and ignore the option if not recognized
8187 # So say no if there are warnings
8188 if test -s conftest.err; then
8189 # Append any errors to the config.log.
8190 cat conftest.err 1>&5
8191 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8192 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8193 if diff conftest.exp conftest.er2 >/dev/null; then
8194 lt_cv_prog_compiler_static_works=yes
8195 fi
8196 else
8197 lt_cv_prog_compiler_static_works=yes
8198 fi
8199 fi
8200 $RM -r conftest*
8201 LDFLAGS="$save_LDFLAGS"
f0569246 8202
6bb11ab3
L
8203fi
8204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8205$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8206
6bb11ab3
L
8207if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8208 :
b7026657 8209else
6bb11ab3 8210 lt_prog_compiler_static=
f0569246 8211fi
b7026657 8212
6bb11ab3
L
8213
8214
8215
8216
8217
8218
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8220$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8221if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8222 $as_echo_n "(cached) " >&6
81ecdfbb 8223else
6bb11ab3
L
8224 lt_cv_prog_compiler_c_o=no
8225 $RM -r conftest 2>/dev/null
8226 mkdir conftest
8227 cd conftest
8228 mkdir out
8229 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8230
8231 lt_compiler_flag="-o out/conftest2.$ac_objext"
8232 # Insert the option either (1) after the last *FLAGS variable, or
8233 # (2) before a word containing "conftest.", or (3) at the end.
8234 # Note that $ac_compile itself does not contain backslashes and begins
8235 # with a dollar sign (not a hyphen), so the echo should work correctly.
8236 lt_compile=`echo "$ac_compile" | $SED \
8237 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8238 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8239 -e 's:$: $lt_compiler_flag:'`
8240 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8241 (eval "$lt_compile" 2>out/conftest.err)
8242 ac_status=$?
8243 cat out/conftest.err >&5
8244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8245 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8246 then
8247 # The compiler can only warn and ignore the option if not recognized
8248 # So say no if there are warnings
8249 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8250 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8251 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8252 lt_cv_prog_compiler_c_o=yes
8253 fi
8254 fi
8255 chmod u+w . 2>&5
8256 $RM conftest*
8257 # SGI C++ compiler will create directory out/ii_files/ for
8258 # template instantiation
8259 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8260 $RM out/* && rmdir out
8261 cd ..
8262 $RM -r conftest
8263 $RM conftest*
8264
81ecdfbb 8265fi
6bb11ab3
L
8266{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8267$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8268
8269
8270
8271
8272
8273
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8275$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8276if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8277 $as_echo_n "(cached) " >&6
8278else
6bb11ab3
L
8279 lt_cv_prog_compiler_c_o=no
8280 $RM -r conftest 2>/dev/null
8281 mkdir conftest
8282 cd conftest
8283 mkdir out
8284 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8285
8286 lt_compiler_flag="-o out/conftest2.$ac_objext"
8287 # Insert the option either (1) after the last *FLAGS variable, or
8288 # (2) before a word containing "conftest.", or (3) at the end.
8289 # Note that $ac_compile itself does not contain backslashes and begins
8290 # with a dollar sign (not a hyphen), so the echo should work correctly.
8291 lt_compile=`echo "$ac_compile" | $SED \
8292 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8293 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8294 -e 's:$: $lt_compiler_flag:'`
8295 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8296 (eval "$lt_compile" 2>out/conftest.err)
8297 ac_status=$?
8298 cat out/conftest.err >&5
8299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8300 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8301 then
8302 # The compiler can only warn and ignore the option if not recognized
8303 # So say no if there are warnings
8304 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8305 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8306 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8307 lt_cv_prog_compiler_c_o=yes
8308 fi
8309 fi
8310 chmod u+w . 2>&5
8311 $RM conftest*
8312 # SGI C++ compiler will create directory out/ii_files/ for
8313 # template instantiation
8314 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8315 $RM out/* && rmdir out
8316 cd ..
8317 $RM -r conftest
8318 $RM conftest*
8319
8320fi
8321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8322$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8323
8324
8325
8326
8327hard_links="nottested"
8328if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8329 # do not overwrite the value of need_locks provided by the user
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8331$as_echo_n "checking if we can lock with hard links... " >&6; }
8332 hard_links=yes
8333 $RM conftest*
8334 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8335 touch conftest.a
8336 ln conftest.a conftest.b 2>&5 || hard_links=no
8337 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8339$as_echo "$hard_links" >&6; }
8340 if test "$hard_links" = no; then
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8342$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8343 need_locks=warn
8344 fi
8345else
8346 need_locks=no
8347fi
8348
8349
8350
8351
8352
8353
8354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8355$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8356
8357 runpath_var=
8358 allow_undefined_flag=
8359 always_export_symbols=no
8360 archive_cmds=
8361 archive_expsym_cmds=
8362 compiler_needs_object=no
8363 enable_shared_with_static_runtimes=no
8364 export_dynamic_flag_spec=
8365 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8366 hardcode_automatic=no
8367 hardcode_direct=no
8368 hardcode_direct_absolute=no
8369 hardcode_libdir_flag_spec=
8370 hardcode_libdir_flag_spec_ld=
8371 hardcode_libdir_separator=
8372 hardcode_minus_L=no
8373 hardcode_shlibpath_var=unsupported
8374 inherit_rpath=no
8375 link_all_deplibs=unknown
8376 module_cmds=
8377 module_expsym_cmds=
8378 old_archive_from_new_cmds=
8379 old_archive_from_expsyms_cmds=
8380 thread_safe_flag_spec=
8381 whole_archive_flag_spec=
8382 # include_expsyms should be a list of space-separated symbols to be *always*
8383 # included in the symbol list
8384 include_expsyms=
8385 # exclude_expsyms can be an extended regexp of symbols to exclude
8386 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8387 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8388 # as well as any symbol that contains `d'.
8389 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8390 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8391 # platforms (ab)use it in PIC code, but their linkers get confused if
8392 # the symbol is explicitly referenced. Since portable code cannot
8393 # rely on this symbol name, it's probably fine to never include it in
8394 # preloaded symbol tables.
8395 # Exclude shared library initialization/finalization symbols.
8396 extract_expsyms_cmds=
8397
8398 case $host_os in
8399 cygwin* | mingw* | pw32* | cegcc*)
8400 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8401 # When not using gcc, we currently assume that we are using
8402 # Microsoft Visual C++.
8403 if test "$GCC" != yes; then
8404 with_gnu_ld=no
8405 fi
8406 ;;
8407 interix*)
8408 # we just hope/assume this is gcc and not c89 (= MSVC++)
8409 with_gnu_ld=yes
8410 ;;
8411 openbsd*)
8412 with_gnu_ld=no
8413 ;;
8414 esac
f0569246 8415
6bb11ab3
L
8416 ld_shlibs=yes
8417
8418 # On some targets, GNU ld is compatible enough with the native linker
8419 # that we're better off using the native interface for both.
8420 lt_use_gnu_ld_interface=no
8421 if test "$with_gnu_ld" = yes; then
8422 case $host_os in
8423 aix*)
8424 # The AIX port of GNU ld has always aspired to compatibility
8425 # with the native linker. However, as the warning in the GNU ld
8426 # block says, versions before 2.19.5* couldn't really create working
8427 # shared libraries, regardless of the interface used.
8428 case `$LD -v 2>&1` in
8429 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8430 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8431 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8432 *)
8433 lt_use_gnu_ld_interface=yes
8434 ;;
8435 esac
8436 ;;
8437 *)
8438 lt_use_gnu_ld_interface=yes
8439 ;;
8440 esac
8441 fi
f0569246 8442
6bb11ab3
L
8443 if test "$lt_use_gnu_ld_interface" = yes; then
8444 # If archive_cmds runs LD, not CC, wlarc should be empty
8445 wlarc='${wl}'
8446
8447 # Set some defaults for GNU ld with shared library support. These
8448 # are reset later if shared libraries are not supported. Putting them
8449 # here allows them to be overridden if necessary.
8450 runpath_var=LD_RUN_PATH
8451 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8452 export_dynamic_flag_spec='${wl}--export-dynamic'
8453 # ancient GNU ld didn't support --whole-archive et. al.
8454 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8455 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8456 else
8457 whole_archive_flag_spec=
8458 fi
8459 supports_anon_versioning=no
8460 case `$LD -v 2>&1` in
8461 *GNU\ gold*) supports_anon_versioning=yes ;;
8462 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8463 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8464 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8465 *\ 2.11.*) ;; # other 2.11 versions
8466 *) supports_anon_versioning=yes ;;
8467 esac
8468
8469 # See if GNU ld supports shared libraries.
8470 case $host_os in
8471 aix[3-9]*)
8472 # On AIX/PPC, the GNU linker is very broken
8473 if test "$host_cpu" != ia64; then
8474 ld_shlibs=no
8475 cat <<_LT_EOF 1>&2
8476
8477*** Warning: the GNU linker, at least up to release 2.19, is reported
8478*** to be unable to reliably create shared libraries on AIX.
8479*** Therefore, libtool is disabling shared libraries support. If you
8480*** really care for shared libraries, you may want to install binutils
8481*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8482*** You will then need to restart the configuration process.
8483
8484_LT_EOF
8485 fi
8486 ;;
8487
8488 amigaos*)
8489 case $host_cpu in
8490 powerpc)
8491 # see comment about AmigaOS4 .so support
8492 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8493 archive_expsym_cmds=''
8494 ;;
8495 m68k)
8496 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)'
8497 hardcode_libdir_flag_spec='-L$libdir'
8498 hardcode_minus_L=yes
8499 ;;
8500 esac
8501 ;;
8502
8503 beos*)
8504 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8505 allow_undefined_flag=unsupported
8506 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8507 # support --undefined. This deserves some investigation. FIXME
8508 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8509 else
8510 ld_shlibs=no
8511 fi
8512 ;;
8513
8514 cygwin* | mingw* | pw32* | cegcc*)
8515 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8516 # as there is no search path for DLLs.
8517 hardcode_libdir_flag_spec='-L$libdir'
8518 export_dynamic_flag_spec='${wl}--export-all-symbols'
8519 allow_undefined_flag=unsupported
8520 always_export_symbols=no
8521 enable_shared_with_static_runtimes=yes
8522 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8523
8524 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8525 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8526 # If the export-symbols file already is a .def file (1st line
8527 # is EXPORTS), use it as is; otherwise, prepend...
8528 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8529 cp $export_symbols $output_objdir/$soname.def;
8530 else
8531 echo EXPORTS > $output_objdir/$soname.def;
8532 cat $export_symbols >> $output_objdir/$soname.def;
8533 fi~
8534 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8535 else
8536 ld_shlibs=no
8537 fi
8538 ;;
8539
8540 haiku*)
8541 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8542 link_all_deplibs=yes
8543 ;;
8544
8545 interix[3-9]*)
8546 hardcode_direct=no
8547 hardcode_shlibpath_var=no
8548 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8549 export_dynamic_flag_spec='${wl}-E'
8550 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8551 # Instead, shared libraries are loaded at an image base (0x10000000 by
8552 # default) and relocated if they conflict, which is a slow very memory
8553 # consuming and fragmenting process. To avoid this, we pick a random,
8554 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8555 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8556 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8557 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'
8558 ;;
8559
8560 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8561 tmp_diet=no
8562 if test "$host_os" = linux-dietlibc; then
8563 case $cc_basename in
8564 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8565 esac
8566 fi
8567 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8568 && test "$tmp_diet" = no
8569 then
5cddc23a 8570 tmp_addflag=' $pic_flag'
6bb11ab3
L
8571 tmp_sharedflag='-shared'
8572 case $cc_basename,$host_cpu in
8573 pgcc*) # Portland Group C compiler
8574 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'
8575 tmp_addflag=' $pic_flag'
8576 ;;
8577 pgf77* | pgf90* | pgf95* | pgfortran*)
8578 # Portland Group f77 and f90 compilers
8579 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'
8580 tmp_addflag=' $pic_flag -Mnomain' ;;
8581 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8582 tmp_addflag=' -i_dynamic' ;;
8583 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8584 tmp_addflag=' -i_dynamic -nofor_main' ;;
8585 ifc* | ifort*) # Intel Fortran compiler
8586 tmp_addflag=' -nofor_main' ;;
8587 lf95*) # Lahey Fortran 8.1
8588 whole_archive_flag_spec=
8589 tmp_sharedflag='--shared' ;;
8590 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8591 tmp_sharedflag='-qmkshrobj'
8592 tmp_addflag= ;;
8593 nvcc*) # Cuda Compiler Driver 2.2
8594 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'
8595 compiler_needs_object=yes
8596 ;;
8597 esac
8598 case `$CC -V 2>&1 | sed 5q` in
8599 *Sun\ C*) # Sun C 5.9
8600 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'
8601 compiler_needs_object=yes
8602 tmp_sharedflag='-G' ;;
8603 *Sun\ F*) # Sun Fortran 8.3
8604 tmp_sharedflag='-G' ;;
8605 esac
8606 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8607
8608 if test "x$supports_anon_versioning" = xyes; then
8609 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8610 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8611 echo "local: *; };" >> $output_objdir/$libname.ver~
8612 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8613 fi
8614
8615 case $cc_basename in
8616 xlf* | bgf* | bgxlf* | mpixlf*)
8617 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8618 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8619 hardcode_libdir_flag_spec=
8620 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8621 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8622 if test "x$supports_anon_versioning" = xyes; then
8623 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8624 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8625 echo "local: *; };" >> $output_objdir/$libname.ver~
8626 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8627 fi
8628 ;;
8629 esac
8630 else
8631 ld_shlibs=no
8632 fi
8633 ;;
8634
8635 netbsd*)
8636 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8637 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8638 wlarc=
8639 else
8640 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8641 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8642 fi
8643 ;;
8644
8645 solaris*)
8646 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8647 ld_shlibs=no
8648 cat <<_LT_EOF 1>&2
8649
8650*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8651*** create shared libraries on Solaris systems. Therefore, libtool
8652*** is disabling shared libraries support. We urge you to upgrade GNU
8653*** binutils to release 2.9.1 or newer. Another option is to modify
8654*** your PATH or compiler configuration so that the native linker is
8655*** used, and then restart.
8656
8657_LT_EOF
8658 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8659 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8660 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8661 else
8662 ld_shlibs=no
8663 fi
8664 ;;
8665
8666 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8667 case `$LD -v 2>&1` in
8668 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8669 ld_shlibs=no
8670 cat <<_LT_EOF 1>&2
8671
8672*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8673*** reliably create shared libraries on SCO systems. Therefore, libtool
8674*** is disabling shared libraries support. We urge you to upgrade GNU
8675*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8676*** your PATH or compiler configuration so that the native linker is
8677*** used, and then restart.
8678
8679_LT_EOF
8680 ;;
8681 *)
8682 # For security reasons, it is highly recommended that you always
8683 # use absolute paths for naming shared libraries, and exclude the
8684 # DT_RUNPATH tag from executables and libraries. But doing so
8685 # requires that you compile everything twice, which is a pain.
8686 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8687 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8688 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8689 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8690 else
8691 ld_shlibs=no
8692 fi
8693 ;;
8694 esac
8695 ;;
8696
8697 sunos4*)
8698 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8699 wlarc=
8700 hardcode_direct=yes
8701 hardcode_shlibpath_var=no
8702 ;;
8703
8704 *)
8705 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8706 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8707 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8708 else
8709 ld_shlibs=no
8710 fi
8711 ;;
8712 esac
8713
8714 if test "$ld_shlibs" = no; then
8715 runpath_var=
8716 hardcode_libdir_flag_spec=
8717 export_dynamic_flag_spec=
8718 whole_archive_flag_spec=
8719 fi
8720 else
8721 # PORTME fill in a description of your system's linker (not GNU ld)
8722 case $host_os in
8723 aix3*)
8724 allow_undefined_flag=unsupported
8725 always_export_symbols=yes
8726 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'
8727 # Note: this linker hardcodes the directories in LIBPATH if there
8728 # are no directories specified by -L.
8729 hardcode_minus_L=yes
8730 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8731 # Neither direct hardcoding nor static linking is supported with a
8732 # broken collect2.
8733 hardcode_direct=unsupported
8734 fi
8735 ;;
8736
8737 aix[4-9]*)
8738 if test "$host_cpu" = ia64; then
8739 # On IA64, the linker does run time linking by default, so we don't
8740 # have to do anything special.
8741 aix_use_runtimelinking=no
8742 exp_sym_flag='-Bexport'
8743 no_entry_flag=""
8744 else
8745 # If we're using GNU nm, then we don't want the "-C" option.
8746 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8747 # Also, AIX nm treats weak defined symbols like other global
8748 # defined symbols, whereas GNU nm marks them as "W".
8749 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8750 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'
8751 else
5c887dd5 8752 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
8753 fi
8754 aix_use_runtimelinking=no
8755
8756 # Test if we are trying to use run time linking or normal
8757 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8758 # need to do runtime linking.
8759 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8760 for ld_flag in $LDFLAGS; do
8761 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8762 aix_use_runtimelinking=yes
8763 break
8764 fi
8765 done
8766 ;;
8767 esac
8768
8769 exp_sym_flag='-bexport'
8770 no_entry_flag='-bnoentry'
8771 fi
8772
8773 # When large executables or shared objects are built, AIX ld can
8774 # have problems creating the table of contents. If linking a library
8775 # or program results in "error TOC overflow" add -mminimal-toc to
8776 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8777 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8778
8779 archive_cmds=''
8780 hardcode_direct=yes
8781 hardcode_direct_absolute=yes
8782 hardcode_libdir_separator=':'
8783 link_all_deplibs=yes
8784 file_list_spec='${wl}-f,'
8785
8786 if test "$GCC" = yes; then
8787 case $host_os in aix4.[012]|aix4.[012].*)
8788 # We only want to do this on AIX 4.2 and lower, the check
8789 # below for broken collect2 doesn't work under 4.3+
8790 collect2name=`${CC} -print-prog-name=collect2`
8791 if test -f "$collect2name" &&
8792 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8793 then
8794 # We have reworked collect2
8795 :
8796 else
8797 # We have old collect2
8798 hardcode_direct=unsupported
8799 # It fails to find uninstalled libraries when the uninstalled
8800 # path is not listed in the libpath. Setting hardcode_minus_L
8801 # to unsupported forces relinking
8802 hardcode_minus_L=yes
8803 hardcode_libdir_flag_spec='-L$libdir'
8804 hardcode_libdir_separator=
8805 fi
8806 ;;
8807 esac
8808 shared_flag='-shared'
8809 if test "$aix_use_runtimelinking" = yes; then
8810 shared_flag="$shared_flag "'${wl}-G'
8811 fi
8812 else
8813 # not using gcc
8814 if test "$host_cpu" = ia64; then
8815 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8816 # chokes on -Wl,-G. The following line is correct:
8817 shared_flag='-G'
8818 else
8819 if test "$aix_use_runtimelinking" = yes; then
8820 shared_flag='${wl}-G'
8821 else
8822 shared_flag='${wl}-bM:SRE'
8823 fi
8824 fi
8825 fi
8826
8827 export_dynamic_flag_spec='${wl}-bexpall'
8828 # It seems that -bexpall does not export symbols beginning with
8829 # underscore (_), so it is better to generate a list of symbols to export.
8830 always_export_symbols=yes
8831 if test "$aix_use_runtimelinking" = yes; then
8832 # Warning - without using the other runtime loading flags (-brtl),
8833 # -berok will link without error, but may produce a broken library.
8834 allow_undefined_flag='-berok'
8835 # Determine the default libpath from the value encoded in an
8836 # empty executable.
8837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8838/* end confdefs.h. */
8839
8840int
8841main ()
8842{
8843
8844 ;
8845 return 0;
8846}
8847_ACEOF
6bb11ab3 8848if ac_fn_c_try_link "$LINENO"; then :
b7026657 8849
6bb11ab3
L
8850lt_aix_libpath_sed='
8851 /Import File Strings/,/^$/ {
8852 /^0/ {
8853 s/^0 *\(.*\)$/\1/
8854 p
8855 }
8856 }'
8857aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8858# Check for a 64-bit object if we didn't find anything.
8859if test -z "$aix_libpath"; then
8860 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8861fi
8862fi
8863rm -f core conftest.err conftest.$ac_objext \
8864 conftest$ac_exeext conftest.$ac_ext
8865if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8866
8867 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8868 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"
8869 else
8870 if test "$host_cpu" = ia64; then
8871 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8872 allow_undefined_flag="-z nodefs"
8873 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"
8874 else
8875 # Determine the default libpath from the value encoded in an
8876 # empty executable.
81ecdfbb
RW
8877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8878/* end confdefs.h. */
8879
8880int
8881main ()
8882{
8883
8884 ;
8885 return 0;
8886}
8887_ACEOF
6bb11ab3
L
8888if ac_fn_c_try_link "$LINENO"; then :
8889
8890lt_aix_libpath_sed='
8891 /Import File Strings/,/^$/ {
8892 /^0/ {
8893 s/^0 *\(.*\)$/\1/
8894 p
8895 }
8896 }'
8897aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8898# Check for a 64-bit object if we didn't find anything.
8899if test -z "$aix_libpath"; then
8900 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8901fi
81ecdfbb 8902fi
6bb11ab3
L
8903rm -f core conftest.err conftest.$ac_objext \
8904 conftest$ac_exeext conftest.$ac_ext
8905if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8906
8907 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8908 # Warning - without using the other run time loading flags,
8909 # -berok will link without error, but may produce a broken library.
8910 no_undefined_flag=' ${wl}-bernotok'
8911 allow_undefined_flag=' ${wl}-berok'
8912 if test "$with_gnu_ld" = yes; then
8913 # We only use this code for GNU lds that support --whole-archive.
8914 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8915 else
8916 # Exported symbols can be pulled into shared objects from archives
8917 whole_archive_flag_spec='$convenience'
8918 fi
8919 archive_cmds_need_lc=yes
8920 # This is similar to how AIX traditionally builds its shared libraries.
8921 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'
8922 fi
8923 fi
8924 ;;
8925
8926 amigaos*)
8927 case $host_cpu in
8928 powerpc)
8929 # see comment about AmigaOS4 .so support
8930 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8931 archive_expsym_cmds=''
8932 ;;
8933 m68k)
8934 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)'
8935 hardcode_libdir_flag_spec='-L$libdir'
8936 hardcode_minus_L=yes
8937 ;;
8938 esac
8939 ;;
8940
8941 bsdi[45]*)
8942 export_dynamic_flag_spec=-rdynamic
8943 ;;
8944
8945 cygwin* | mingw* | pw32* | cegcc*)
8946 # When not using gcc, we currently assume that we are using
8947 # Microsoft Visual C++.
8948 # hardcode_libdir_flag_spec is actually meaningless, as there is
8949 # no search path for DLLs.
8950 hardcode_libdir_flag_spec=' '
8951 allow_undefined_flag=unsupported
8952 # Tell ltmain to make .lib files, not .a files.
8953 libext=lib
8954 # Tell ltmain to make .dll files, not .so files.
8955 shrext_cmds=".dll"
8956 # FIXME: Setting linknames here is a bad hack.
8957 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8958 # The linker will automatically build a .lib file if we build a DLL.
8959 old_archive_from_new_cmds='true'
8960 # FIXME: Should let the user specify the lib program.
8961 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8962 fix_srcfile_path='`cygpath -w "$srcfile"`'
8963 enable_shared_with_static_runtimes=yes
8964 ;;
8965
8966 darwin* | rhapsody*)
8967
8968
8969 archive_cmds_need_lc=no
8970 hardcode_direct=no
8971 hardcode_automatic=yes
8972 hardcode_shlibpath_var=unsupported
8973 if test "$lt_cv_ld_force_load" = "yes"; then
8974 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 8975 else
6bb11ab3 8976 whole_archive_flag_spec=''
f0569246 8977 fi
6bb11ab3
L
8978 link_all_deplibs=yes
8979 allow_undefined_flag="$_lt_dar_allow_undefined"
8980 case $cc_basename in
8981 ifort*) _lt_dar_can_shared=yes ;;
8982 *) _lt_dar_can_shared=$GCC ;;
8983 esac
8984 if test "$_lt_dar_can_shared" = "yes"; then
8985 output_verbose_link_cmd=func_echo_all
8986 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8987 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8988 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}"
8989 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}"
8990
f0569246 8991 else
6bb11ab3 8992 ld_shlibs=no
f0569246 8993 fi
6bb11ab3
L
8994
8995 ;;
8996
8997 dgux*)
8998 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8999 hardcode_libdir_flag_spec='-L$libdir'
9000 hardcode_shlibpath_var=no
9001 ;;
9002
9003 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9004 # support. Future versions do this automatically, but an explicit c++rt0.o
9005 # does not break anything, and helps significantly (at the cost of a little
9006 # extra space).
9007 freebsd2.2*)
9008 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9009 hardcode_libdir_flag_spec='-R$libdir'
9010 hardcode_direct=yes
9011 hardcode_shlibpath_var=no
9012 ;;
9013
9014 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9015 freebsd2.*)
9016 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9017 hardcode_direct=yes
9018 hardcode_minus_L=yes
9019 hardcode_shlibpath_var=no
9020 ;;
9021
9022 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9023 freebsd* | dragonfly*)
9024 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9025 hardcode_libdir_flag_spec='-R$libdir'
9026 hardcode_direct=yes
9027 hardcode_shlibpath_var=no
9028 ;;
9029
9030 hpux9*)
9031 if test "$GCC" = yes; then
9032 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'
9033 else
9034 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'
9035 fi
9036 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9037 hardcode_libdir_separator=:
9038 hardcode_direct=yes
9039
9040 # hardcode_minus_L: Not really in the search PATH,
9041 # but as the default location of the library.
9042 hardcode_minus_L=yes
9043 export_dynamic_flag_spec='${wl}-E'
9044 ;;
9045
9046 hpux10*)
9047 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9048 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9049 else
9050 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9051 fi
9052 if test "$with_gnu_ld" = no; then
9053 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9054 hardcode_libdir_flag_spec_ld='+b $libdir'
9055 hardcode_libdir_separator=:
9056 hardcode_direct=yes
9057 hardcode_direct_absolute=yes
9058 export_dynamic_flag_spec='${wl}-E'
9059 # hardcode_minus_L: Not really in the search PATH,
9060 # but as the default location of the library.
9061 hardcode_minus_L=yes
9062 fi
9063 ;;
9064
9065 hpux11*)
9066 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9067 case $host_cpu in
9068 hppa*64*)
9069 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9070 ;;
9071 ia64*)
9072 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9073 ;;
9074 *)
9075 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9076 ;;
9077 esac
9078 else
9079 case $host_cpu in
9080 hppa*64*)
9081 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9082 ;;
9083 ia64*)
9084 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9085 ;;
9086 *)
9087
9088 # Older versions of the 11.00 compiler do not understand -b yet
9089 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9091$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9092if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9093 $as_echo_n "(cached) " >&6
f0569246 9094else
6bb11ab3
L
9095 lt_cv_prog_compiler__b=no
9096 save_LDFLAGS="$LDFLAGS"
9097 LDFLAGS="$LDFLAGS -b"
9098 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9099 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9100 # The linker can only warn and ignore the option if not recognized
9101 # So say no if there are warnings
9102 if test -s conftest.err; then
9103 # Append any errors to the config.log.
9104 cat conftest.err 1>&5
9105 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9106 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9107 if diff conftest.exp conftest.er2 >/dev/null; then
9108 lt_cv_prog_compiler__b=yes
9109 fi
9110 else
9111 lt_cv_prog_compiler__b=yes
9112 fi
9113 fi
9114 $RM -r conftest*
9115 LDFLAGS="$save_LDFLAGS"
f0569246 9116
6bb11ab3
L
9117fi
9118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9119$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9120
6bb11ab3
L
9121if test x"$lt_cv_prog_compiler__b" = xyes; then
9122 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9123else
9124 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9125fi
81ecdfbb 9126
6bb11ab3
L
9127 ;;
9128 esac
9129 fi
9130 if test "$with_gnu_ld" = no; then
9131 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9132 hardcode_libdir_separator=:
9133
9134 case $host_cpu in
9135 hppa*64*|ia64*)
9136 hardcode_direct=no
9137 hardcode_shlibpath_var=no
9138 ;;
9139 *)
9140 hardcode_direct=yes
9141 hardcode_direct_absolute=yes
9142 export_dynamic_flag_spec='${wl}-E'
9143
9144 # hardcode_minus_L: Not really in the search PATH,
9145 # but as the default location of the library.
9146 hardcode_minus_L=yes
9147 ;;
9148 esac
9149 fi
9150 ;;
9151
9152 irix5* | irix6* | nonstopux*)
9153 if test "$GCC" = yes; then
9154 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'
9155 # Try to use the -exported_symbol ld option, if it does not
9156 # work, assume that -exports_file does not work either and
9157 # implicitly export all symbols.
9158 save_LDFLAGS="$LDFLAGS"
9159 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9161/* end confdefs.h. */
9162int foo(void) {}
b7026657 9163_ACEOF
6bb11ab3
L
9164if ac_fn_c_try_link "$LINENO"; then :
9165 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 9166
f0569246 9167fi
6bb11ab3
L
9168rm -f core conftest.err conftest.$ac_objext \
9169 conftest$ac_exeext conftest.$ac_ext
9170 LDFLAGS="$save_LDFLAGS"
9171 else
9172 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'
9173 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'
9174 fi
9175 archive_cmds_need_lc='no'
9176 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9177 hardcode_libdir_separator=:
9178 inherit_rpath=yes
9179 link_all_deplibs=yes
9180 ;;
9181
9182 netbsd*)
9183 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9184 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9185 else
9186 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9187 fi
9188 hardcode_libdir_flag_spec='-R$libdir'
9189 hardcode_direct=yes
9190 hardcode_shlibpath_var=no
9191 ;;
9192
9193 newsos6)
9194 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9195 hardcode_direct=yes
9196 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9197 hardcode_libdir_separator=:
9198 hardcode_shlibpath_var=no
9199 ;;
9200
9201 *nto* | *qnx*)
9202 ;;
9203
9204 openbsd*)
9205 if test -f /usr/libexec/ld.so; then
9206 hardcode_direct=yes
9207 hardcode_shlibpath_var=no
9208 hardcode_direct_absolute=yes
9209 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9210 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9211 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9212 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9213 export_dynamic_flag_spec='${wl}-E'
9214 else
9215 case $host_os in
9216 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9217 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9218 hardcode_libdir_flag_spec='-R$libdir'
9219 ;;
9220 *)
9221 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9222 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9223 ;;
9224 esac
9225 fi
9226 else
9227 ld_shlibs=no
9228 fi
9229 ;;
9230
9231 os2*)
9232 hardcode_libdir_flag_spec='-L$libdir'
9233 hardcode_minus_L=yes
9234 allow_undefined_flag=unsupported
9235 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'
9236 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9237 ;;
9238
9239 osf3*)
9240 if test "$GCC" = yes; then
9241 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9242 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9243 else
9244 allow_undefined_flag=' -expect_unresolved \*'
9245 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'
9246 fi
9247 archive_cmds_need_lc='no'
9248 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9249 hardcode_libdir_separator=:
9250 ;;
9251
9252 osf4* | osf5*) # as osf3* with the addition of -msym flag
9253 if test "$GCC" = yes; then
9254 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9255 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'
9256 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9257 else
9258 allow_undefined_flag=' -expect_unresolved \*'
9259 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'
9260 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~
9261 $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'
9262
9263 # Both c and cxx compiler support -rpath directly
9264 hardcode_libdir_flag_spec='-rpath $libdir'
9265 fi
9266 archive_cmds_need_lc='no'
9267 hardcode_libdir_separator=:
9268 ;;
9269
9270 solaris*)
9271 no_undefined_flag=' -z defs'
9272 if test "$GCC" = yes; then
9273 wlarc='${wl}'
9274 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9275 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9276 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9277 else
9278 case `$CC -V 2>&1` in
9279 *"Compilers 5.0"*)
9280 wlarc=''
9281 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9282 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9283 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9284 ;;
9285 *)
9286 wlarc='${wl}'
9287 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9288 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9289 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9290 ;;
9291 esac
9292 fi
9293 hardcode_libdir_flag_spec='-R$libdir'
9294 hardcode_shlibpath_var=no
9295 case $host_os in
9296 solaris2.[0-5] | solaris2.[0-5].*) ;;
9297 *)
9298 # The compiler driver will combine and reorder linker options,
9299 # but understands `-z linker_flag'. GCC discards it without `$wl',
9300 # but is careful enough not to reorder.
9301 # Supported since Solaris 2.6 (maybe 2.5.1?)
9302 if test "$GCC" = yes; then
9303 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9304 else
9305 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9306 fi
9307 ;;
9308 esac
9309 link_all_deplibs=yes
9310 ;;
9311
9312 sunos4*)
9313 if test "x$host_vendor" = xsequent; then
9314 # Use $CC to link under sequent, because it throws in some extra .o
9315 # files that make .init and .fini sections work.
9316 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9317 else
9318 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9319 fi
9320 hardcode_libdir_flag_spec='-L$libdir'
9321 hardcode_direct=yes
9322 hardcode_minus_L=yes
9323 hardcode_shlibpath_var=no
9324 ;;
9325
9326 sysv4)
9327 case $host_vendor in
9328 sni)
9329 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9330 hardcode_direct=yes # is this really true???
9331 ;;
9332 siemens)
9333 ## LD is ld it makes a PLAMLIB
9334 ## CC just makes a GrossModule.
9335 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9336 reload_cmds='$CC -r -o $output$reload_objs'
9337 hardcode_direct=no
9338 ;;
9339 motorola)
9340 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9341 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9342 ;;
9343 esac
9344 runpath_var='LD_RUN_PATH'
9345 hardcode_shlibpath_var=no
9346 ;;
9347
9348 sysv4.3*)
9349 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9350 hardcode_shlibpath_var=no
9351 export_dynamic_flag_spec='-Bexport'
9352 ;;
9353
9354 sysv4*MP*)
9355 if test -d /usr/nec; then
9356 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9357 hardcode_shlibpath_var=no
9358 runpath_var=LD_RUN_PATH
9359 hardcode_runpath_var=yes
9360 ld_shlibs=yes
9361 fi
9362 ;;
9363
9364 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9365 no_undefined_flag='${wl}-z,text'
9366 archive_cmds_need_lc=no
9367 hardcode_shlibpath_var=no
9368 runpath_var='LD_RUN_PATH'
9369
9370 if test "$GCC" = yes; then
9371 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9372 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9373 else
9374 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9375 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9376 fi
9377 ;;
9378
9379 sysv5* | sco3.2v5* | sco5v6*)
9380 # Note: We can NOT use -z defs as we might desire, because we do not
9381 # link with -lc, and that would cause any symbols used from libc to
9382 # always be unresolved, which means just about no library would
9383 # ever link correctly. If we're not using GNU ld we use -z text
9384 # though, which does catch some bad symbols but isn't as heavy-handed
9385 # as -z defs.
9386 no_undefined_flag='${wl}-z,text'
9387 allow_undefined_flag='${wl}-z,nodefs'
9388 archive_cmds_need_lc=no
9389 hardcode_shlibpath_var=no
9390 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9391 hardcode_libdir_separator=':'
9392 link_all_deplibs=yes
9393 export_dynamic_flag_spec='${wl}-Bexport'
9394 runpath_var='LD_RUN_PATH'
9395
9396 if test "$GCC" = yes; then
9397 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9398 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9399 else
9400 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9401 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9402 fi
9403 ;;
9404
9405 uts4*)
9406 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9407 hardcode_libdir_flag_spec='-L$libdir'
9408 hardcode_shlibpath_var=no
9409 ;;
9410
9411 *)
9412 ld_shlibs=no
9413 ;;
9414 esac
9415
9416 if test x$host_vendor = xsni; then
9417 case $host in
9418 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9419 export_dynamic_flag_spec='${wl}-Blargedynsym'
9420 ;;
9421 esac
9422 fi
9423 fi
9424
9425{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9426$as_echo "$ld_shlibs" >&6; }
9427test "$ld_shlibs" = no && can_build_shared=no
9428
9429with_gnu_ld=$with_gnu_ld
9430
9431
9432
b7026657 9433
f0569246 9434
f0569246 9435
6ffe910a 9436
6ffe910a
MF
9437
9438
6ffe910a 9439
f0569246 9440
f0569246
AC
9441
9442
6bb11ab3
L
9443
9444
9445#
9446# Do we need to explicitly link libc?
9447#
9448case "x$archive_cmds_need_lc" in
9449x|xyes)
9450 # Assume -lc should be added
9451 archive_cmds_need_lc=yes
9452
9453 if test "$enable_shared" = yes && test "$GCC" = yes; then
9454 case $archive_cmds in
9455 *'~'*)
9456 # FIXME: we may have to deal with multi-command sequences.
9457 ;;
9458 '$CC '*)
9459 # Test whether the compiler implicitly links with -lc since on some
9460 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9461 # to ld, don't add -lc before -lgcc.
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9463$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9464if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9465 $as_echo_n "(cached) " >&6
f0569246 9466else
6bb11ab3
L
9467 $RM conftest*
9468 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9469
9470 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9471 (eval $ac_compile) 2>&5
9472 ac_status=$?
9473 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9474 test $ac_status = 0; } 2>conftest.err; then
9475 soname=conftest
9476 lib=conftest
9477 libobjs=conftest.$ac_objext
9478 deplibs=
9479 wl=$lt_prog_compiler_wl
9480 pic_flag=$lt_prog_compiler_pic
9481 compiler_flags=-v
9482 linker_flags=-v
9483 verstring=
9484 output_objdir=.
9485 libname=conftest
9486 lt_save_allow_undefined_flag=$allow_undefined_flag
9487 allow_undefined_flag=
9488 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9489 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9490 ac_status=$?
9491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9492 test $ac_status = 0; }
9493 then
9494 lt_cv_archive_cmds_need_lc=no
9495 else
9496 lt_cv_archive_cmds_need_lc=yes
9497 fi
9498 allow_undefined_flag=$lt_save_allow_undefined_flag
9499 else
9500 cat conftest.err 1>&5
9501 fi
9502 $RM conftest*
c906108c 9503
6ffe910a 9504fi
6bb11ab3
L
9505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9506$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9507 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9508 ;;
9509 esac
9510 fi
9511 ;;
6ffe910a 9512esac
c906108c 9513
c906108c 9514
6ffe910a 9515
c906108c 9516
81ecdfbb 9517
35695fd6 9518
35695fd6 9519
35695fd6 9520
f0569246 9521
c906108c 9522
f0569246 9523
b7026657 9524
f0569246 9525
c906108c 9526
81ecdfbb 9527
c906108c 9528
f0569246
AC
9529
9530
81ecdfbb 9531
81ecdfbb 9532
81ecdfbb
RW
9533
9534
81ecdfbb 9535
81ecdfbb 9536
f0569246
AC
9537
9538
c906108c 9539
f0569246 9540
c906108c 9541
c906108c 9542
81ecdfbb 9543
b7026657 9544
c906108c 9545
f0569246 9546
81ecdfbb 9547
f0569246 9548
c906108c 9549
c906108c 9550
b7026657 9551
81ecdfbb 9552
b7026657 9553
c906108c 9554
c906108c 9555
b7026657
AC
9556
9557
9558
9559
6ffe910a 9560
2232061b
MF
9561
9562
2232061b 9563
2232061b
MF
9564
9565
2232061b
MF
9566
9567
2232061b 9568
2232061b
MF
9569
9570
6bb11ab3
L
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9671$as_echo_n "checking dynamic linker characteristics... " >&6; }
9672
9673if test "$GCC" = yes; then
9674 case $host_os in
9675 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9676 *) lt_awk_arg="/^libraries:/" ;;
9677 esac
9678 case $host_os in
9679 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9680 *) lt_sed_strip_eq="s,=/,/,g" ;;
9681 esac
9682 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9683 case $lt_search_path_spec in
9684 *\;*)
9685 # if the path contains ";" then we assume it to be the separator
9686 # otherwise default to the standard path separator (i.e. ":") - it is
9687 # assumed that no part of a normal pathname contains ";" but that should
9688 # okay in the real world where ";" in dirpaths is itself problematic.
9689 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9690 ;;
9691 *)
9692 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9693 ;;
9694 esac
9695 # Ok, now we have the path, separated by spaces, we can step through it
9696 # and add multilib dir if necessary.
9697 lt_tmp_lt_search_path_spec=
9698 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9699 for lt_sys_path in $lt_search_path_spec; do
9700 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9701 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9702 else
9703 test -d "$lt_sys_path" && \
9704 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9705 fi
9706 done
9707 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9708BEGIN {RS=" "; FS="/|\n";} {
9709 lt_foo="";
9710 lt_count=0;
9711 for (lt_i = NF; lt_i > 0; lt_i--) {
9712 if ($lt_i != "" && $lt_i != ".") {
9713 if ($lt_i == "..") {
9714 lt_count++;
9715 } else {
9716 if (lt_count == 0) {
9717 lt_foo="/" $lt_i lt_foo;
9718 } else {
9719 lt_count--;
9720 }
9721 }
9722 }
9723 }
9724 if (lt_foo != "") { lt_freq[lt_foo]++; }
9725 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9726}'`
9727 # AWK program above erroneously prepends '/' to C:/dos/paths
9728 # for these hosts.
9729 case $host_os in
9730 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9731 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9732 esac
9733 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9734else
9735 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9736fi
9737library_names_spec=
9738libname_spec='lib$name'
9739soname_spec=
9740shrext_cmds=".so"
9741postinstall_cmds=
9742postuninstall_cmds=
9743finish_cmds=
9744finish_eval=
9745shlibpath_var=
9746shlibpath_overrides_runpath=unknown
9747version_type=none
9748dynamic_linker="$host_os ld.so"
9749sys_lib_dlsearch_path_spec="/lib /usr/lib"
9750need_lib_prefix=unknown
9751hardcode_into_libs=no
9752
9753# when you set need_version to no, make sure it does not cause -set_version
9754# flags to be left without arguments
9755need_version=unknown
9756
9757case $host_os in
9758aix3*)
9759 version_type=linux
9760 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9761 shlibpath_var=LIBPATH
9762
9763 # AIX 3 has no versioning support, so we append a major version to the name.
9764 soname_spec='${libname}${release}${shared_ext}$major'
9765 ;;
9766
9767aix[4-9]*)
9768 version_type=linux
9769 need_lib_prefix=no
9770 need_version=no
9771 hardcode_into_libs=yes
9772 if test "$host_cpu" = ia64; then
9773 # AIX 5 supports IA64
9774 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9775 shlibpath_var=LD_LIBRARY_PATH
9776 else
9777 # With GCC up to 2.95.x, collect2 would create an import file
9778 # for dependence libraries. The import file would start with
9779 # the line `#! .'. This would cause the generated library to
9780 # depend on `.', always an invalid library. This was fixed in
9781 # development snapshots of GCC prior to 3.0.
9782 case $host_os in
9783 aix4 | aix4.[01] | aix4.[01].*)
9784 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9785 echo ' yes '
9786 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9787 :
9788 else
9789 can_build_shared=no
9790 fi
9791 ;;
9792 esac
9793 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9794 # soname into executable. Probably we can add versioning support to
9795 # collect2, so additional links can be useful in future.
9796 if test "$aix_use_runtimelinking" = yes; then
9797 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9798 # instead of lib<name>.a to let people know that these are not
9799 # typical AIX shared libraries.
9800 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9801 else
9802 # We preserve .a as extension for shared libraries through AIX4.2
9803 # and later when we are not doing run time linking.
9804 library_names_spec='${libname}${release}.a $libname.a'
9805 soname_spec='${libname}${release}${shared_ext}$major'
9806 fi
9807 shlibpath_var=LIBPATH
9808 fi
9809 ;;
9810
9811amigaos*)
9812 case $host_cpu in
9813 powerpc)
9814 # Since July 2007 AmigaOS4 officially supports .so libraries.
9815 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9816 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9817 ;;
9818 m68k)
9819 library_names_spec='$libname.ixlibrary $libname.a'
9820 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9821 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'
9822 ;;
9823 esac
9824 ;;
9825
9826beos*)
9827 library_names_spec='${libname}${shared_ext}'
9828 dynamic_linker="$host_os ld.so"
9829 shlibpath_var=LIBRARY_PATH
9830 ;;
9831
9832bsdi[45]*)
9833 version_type=linux
9834 need_version=no
9835 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9836 soname_spec='${libname}${release}${shared_ext}$major'
9837 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9838 shlibpath_var=LD_LIBRARY_PATH
9839 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9840 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9841 # the default ld.so.conf also contains /usr/contrib/lib and
9842 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9843 # libtool to hard-code these into programs
9844 ;;
9845
9846cygwin* | mingw* | pw32* | cegcc*)
9847 version_type=windows
9848 shrext_cmds=".dll"
9849 need_version=no
9850 need_lib_prefix=no
9851
9852 case $GCC,$host_os in
9853 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9854 library_names_spec='$libname.dll.a'
9855 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9856 postinstall_cmds='base_file=`basename \${file}`~
9857 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9858 dldir=$destdir/`dirname \$dlpath`~
9859 test -d \$dldir || mkdir -p \$dldir~
9860 $install_prog $dir/$dlname \$dldir/$dlname~
9861 chmod a+x \$dldir/$dlname~
9862 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9863 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9864 fi'
9865 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9866 dlpath=$dir/\$dldll~
9867 $RM \$dlpath'
9868 shlibpath_overrides_runpath=yes
9869
9870 case $host_os in
9871 cygwin*)
9872 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9873 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9874
9875 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9876 ;;
9877 mingw* | cegcc*)
9878 # MinGW DLLs use traditional 'lib' prefix
9879 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9880 ;;
9881 pw32*)
9882 # pw32 DLLs use 'pw' prefix rather than 'lib'
9883 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9884 ;;
9885 esac
9886 ;;
9887
9888 *)
9889 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9890 ;;
9891 esac
9892 dynamic_linker='Win32 ld.exe'
9893 # FIXME: first we should search . and the directory the executable is in
9894 shlibpath_var=PATH
9895 ;;
9896
9897darwin* | rhapsody*)
9898 dynamic_linker="$host_os dyld"
9899 version_type=darwin
9900 need_lib_prefix=no
9901 need_version=no
9902 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9903 soname_spec='${libname}${release}${major}$shared_ext'
9904 shlibpath_overrides_runpath=yes
9905 shlibpath_var=DYLD_LIBRARY_PATH
9906 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9907
9908 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9909 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9910 ;;
9911
9912dgux*)
9913 version_type=linux
9914 need_lib_prefix=no
9915 need_version=no
9916 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9917 soname_spec='${libname}${release}${shared_ext}$major'
9918 shlibpath_var=LD_LIBRARY_PATH
9919 ;;
9920
9921freebsd* | dragonfly*)
9922 # DragonFly does not have aout. When/if they implement a new
9923 # versioning mechanism, adjust this.
9924 if test -x /usr/bin/objformat; then
9925 objformat=`/usr/bin/objformat`
9926 else
9927 case $host_os in
9928 freebsd[23].*) objformat=aout ;;
9929 *) objformat=elf ;;
9930 esac
9931 fi
9932 version_type=freebsd-$objformat
9933 case $version_type in
9934 freebsd-elf*)
9935 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9936 need_version=no
9937 need_lib_prefix=no
9938 ;;
9939 freebsd-*)
9940 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9941 need_version=yes
9942 ;;
9943 esac
9944 shlibpath_var=LD_LIBRARY_PATH
9945 case $host_os in
9946 freebsd2.*)
9947 shlibpath_overrides_runpath=yes
9948 ;;
9949 freebsd3.[01]* | freebsdelf3.[01]*)
9950 shlibpath_overrides_runpath=yes
9951 hardcode_into_libs=yes
9952 ;;
9953 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9954 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9955 shlibpath_overrides_runpath=no
9956 hardcode_into_libs=yes
9957 ;;
9958 *) # from 4.6 on, and DragonFly
9959 shlibpath_overrides_runpath=yes
9960 hardcode_into_libs=yes
9961 ;;
9962 esac
9963 ;;
9964
6bb11ab3
L
9965haiku*)
9966 version_type=linux
9967 need_lib_prefix=no
9968 need_version=no
9969 dynamic_linker="$host_os runtime_loader"
9970 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9971 soname_spec='${libname}${release}${shared_ext}$major'
9972 shlibpath_var=LIBRARY_PATH
9973 shlibpath_overrides_runpath=yes
9974 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9975 hardcode_into_libs=yes
9976 ;;
9977
9978hpux9* | hpux10* | hpux11*)
9979 # Give a soname corresponding to the major version so that dld.sl refuses to
9980 # link against other versions.
9981 version_type=sunos
9982 need_lib_prefix=no
9983 need_version=no
9984 case $host_cpu in
9985 ia64*)
9986 shrext_cmds='.so'
9987 hardcode_into_libs=yes
9988 dynamic_linker="$host_os dld.so"
9989 shlibpath_var=LD_LIBRARY_PATH
9990 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9991 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9992 soname_spec='${libname}${release}${shared_ext}$major'
9993 if test "X$HPUX_IA64_MODE" = X32; then
9994 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9995 else
9996 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9997 fi
9998 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9999 ;;
10000 hppa*64*)
10001 shrext_cmds='.sl'
10002 hardcode_into_libs=yes
10003 dynamic_linker="$host_os dld.sl"
10004 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10005 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10006 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10007 soname_spec='${libname}${release}${shared_ext}$major'
10008 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10009 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10010 ;;
10011 *)
10012 shrext_cmds='.sl'
10013 dynamic_linker="$host_os dld.sl"
10014 shlibpath_var=SHLIB_PATH
10015 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10016 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10017 soname_spec='${libname}${release}${shared_ext}$major'
10018 ;;
10019 esac
10020 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10021 postinstall_cmds='chmod 555 $lib'
10022 # or fails outright, so override atomically:
10023 install_override_mode=555
10024 ;;
10025
10026interix[3-9]*)
10027 version_type=linux
10028 need_lib_prefix=no
10029 need_version=no
10030 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10031 soname_spec='${libname}${release}${shared_ext}$major'
10032 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10033 shlibpath_var=LD_LIBRARY_PATH
10034 shlibpath_overrides_runpath=no
10035 hardcode_into_libs=yes
10036 ;;
10037
10038irix5* | irix6* | nonstopux*)
10039 case $host_os in
10040 nonstopux*) version_type=nonstopux ;;
10041 *)
10042 if test "$lt_cv_prog_gnu_ld" = yes; then
10043 version_type=linux
10044 else
10045 version_type=irix
10046 fi ;;
10047 esac
10048 need_lib_prefix=no
10049 need_version=no
10050 soname_spec='${libname}${release}${shared_ext}$major'
10051 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10052 case $host_os in
10053 irix5* | nonstopux*)
10054 libsuff= shlibsuff=
10055 ;;
10056 *)
10057 case $LD in # libtool.m4 will add one of these switches to LD
10058 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10059 libsuff= shlibsuff= libmagic=32-bit;;
10060 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10061 libsuff=32 shlibsuff=N32 libmagic=N32;;
10062 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10063 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10064 *) libsuff= shlibsuff= libmagic=never-match;;
10065 esac
10066 ;;
10067 esac
10068 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10069 shlibpath_overrides_runpath=no
10070 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10071 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10072 hardcode_into_libs=yes
10073 ;;
10074
10075# No shared lib support for Linux oldld, aout, or coff.
10076linux*oldld* | linux*aout* | linux*coff*)
10077 dynamic_linker=no
10078 ;;
10079
10080# This must be Linux ELF.
46f900c0 10081linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10082 version_type=linux
10083 need_lib_prefix=no
10084 need_version=no
10085 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10086 soname_spec='${libname}${release}${shared_ext}$major'
10087 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10088 shlibpath_var=LD_LIBRARY_PATH
10089 shlibpath_overrides_runpath=no
10090
10091 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10092 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10093 $as_echo_n "(cached) " >&6
10094else
6bb11ab3
L
10095 lt_cv_shlibpath_overrides_runpath=no
10096 save_LDFLAGS=$LDFLAGS
10097 save_libdir=$libdir
10098 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10099 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10101/* end confdefs.h. */
10102
2232061b
MF
10103int
10104main ()
10105{
10106
10107 ;
10108 return 0;
10109}
10110_ACEOF
6bb11ab3
L
10111if ac_fn_c_try_link "$LINENO"; then :
10112 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10113 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10114fi
2232061b 10115fi
6bb11ab3
L
10116rm -f core conftest.err conftest.$ac_objext \
10117 conftest$ac_exeext conftest.$ac_ext
10118 LDFLAGS=$save_LDFLAGS
10119 libdir=$save_libdir
2232061b 10120
6bb11ab3 10121fi
2232061b 10122
6bb11ab3 10123 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10124
6bb11ab3
L
10125 # This implies no fast_install, which is unacceptable.
10126 # Some rework will be needed to allow for fast_install
10127 # before this can be enabled.
10128 hardcode_into_libs=yes
2232061b 10129
6bb11ab3
L
10130 # Append ld.so.conf contents to the search path
10131 if test -f /etc/ld.so.conf; then
10132 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' ' '`
10133 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10134 fi
2232061b 10135
6bb11ab3
L
10136 # We used to test for /lib/ld.so.1 and disable shared libraries on
10137 # powerpc, because MkLinux only supported shared libraries with the
10138 # GNU dynamic linker. Since this was broken with cross compilers,
10139 # most powerpc-linux boxes support dynamic linking these days and
10140 # people can always --disable-shared, the test was removed, and we
10141 # assume the GNU/Linux dynamic linker is in use.
10142 dynamic_linker='GNU/Linux ld.so'
10143 ;;
10144
10145netbsd*)
10146 version_type=sunos
10147 need_lib_prefix=no
10148 need_version=no
10149 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10150 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10151 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10152 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10153 else
6bb11ab3
L
10154 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10155 soname_spec='${libname}${release}${shared_ext}$major'
10156 dynamic_linker='NetBSD ld.elf_so'
10157 fi
10158 shlibpath_var=LD_LIBRARY_PATH
10159 shlibpath_overrides_runpath=yes
10160 hardcode_into_libs=yes
10161 ;;
10162
10163newsos6)
10164 version_type=linux
10165 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10166 shlibpath_var=LD_LIBRARY_PATH
10167 shlibpath_overrides_runpath=yes
10168 ;;
10169
10170*nto* | *qnx*)
10171 version_type=qnx
10172 need_lib_prefix=no
10173 need_version=no
10174 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10175 soname_spec='${libname}${release}${shared_ext}$major'
10176 shlibpath_var=LD_LIBRARY_PATH
10177 shlibpath_overrides_runpath=no
10178 hardcode_into_libs=yes
10179 dynamic_linker='ldqnx.so'
10180 ;;
10181
10182openbsd*)
10183 version_type=sunos
10184 sys_lib_dlsearch_path_spec="/usr/lib"
10185 need_lib_prefix=no
10186 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10187 case $host_os in
10188 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10189 *) need_version=no ;;
10190 esac
10191 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10192 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10193 shlibpath_var=LD_LIBRARY_PATH
10194 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10195 case $host_os in
10196 openbsd2.[89] | openbsd2.[89].*)
10197 shlibpath_overrides_runpath=no
10198 ;;
10199 *)
10200 shlibpath_overrides_runpath=yes
10201 ;;
10202 esac
10203 else
10204 shlibpath_overrides_runpath=yes
10205 fi
10206 ;;
10207
10208os2*)
10209 libname_spec='$name'
10210 shrext_cmds=".dll"
10211 need_lib_prefix=no
10212 library_names_spec='$libname${shared_ext} $libname.a'
10213 dynamic_linker='OS/2 ld.exe'
10214 shlibpath_var=LIBPATH
10215 ;;
10216
10217osf3* | osf4* | osf5*)
10218 version_type=osf
10219 need_lib_prefix=no
10220 need_version=no
10221 soname_spec='${libname}${release}${shared_ext}$major'
10222 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10223 shlibpath_var=LD_LIBRARY_PATH
10224 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10225 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10226 ;;
10227
10228rdos*)
10229 dynamic_linker=no
10230 ;;
10231
10232solaris*)
10233 version_type=linux
10234 need_lib_prefix=no
10235 need_version=no
10236 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10237 soname_spec='${libname}${release}${shared_ext}$major'
10238 shlibpath_var=LD_LIBRARY_PATH
10239 shlibpath_overrides_runpath=yes
10240 hardcode_into_libs=yes
10241 # ldd complains unless libraries are executable
10242 postinstall_cmds='chmod +x $lib'
10243 ;;
10244
10245sunos4*)
10246 version_type=sunos
10247 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10248 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10249 shlibpath_var=LD_LIBRARY_PATH
10250 shlibpath_overrides_runpath=yes
10251 if test "$with_gnu_ld" = yes; then
10252 need_lib_prefix=no
10253 fi
10254 need_version=yes
10255 ;;
10256
10257sysv4 | sysv4.3*)
10258 version_type=linux
10259 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10260 soname_spec='${libname}${release}${shared_ext}$major'
10261 shlibpath_var=LD_LIBRARY_PATH
10262 case $host_vendor in
10263 sni)
10264 shlibpath_overrides_runpath=no
10265 need_lib_prefix=no
10266 runpath_var=LD_RUN_PATH
10267 ;;
10268 siemens)
10269 need_lib_prefix=no
10270 ;;
10271 motorola)
10272 need_lib_prefix=no
10273 need_version=no
10274 shlibpath_overrides_runpath=no
10275 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10276 ;;
10277 esac
10278 ;;
10279
10280sysv4*MP*)
10281 if test -d /usr/nec ;then
10282 version_type=linux
10283 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10284 soname_spec='$libname${shared_ext}.$major'
10285 shlibpath_var=LD_LIBRARY_PATH
2232061b 10286 fi
6bb11ab3
L
10287 ;;
10288
10289sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10290 version_type=freebsd-elf
10291 need_lib_prefix=no
10292 need_version=no
10293 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10294 soname_spec='${libname}${release}${shared_ext}$major'
10295 shlibpath_var=LD_LIBRARY_PATH
10296 shlibpath_overrides_runpath=yes
10297 hardcode_into_libs=yes
10298 if test "$with_gnu_ld" = yes; then
10299 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10300 else
10301 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10302 case $host_os in
10303 sco3.2v5*)
10304 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10305 ;;
10306 esac
10307 fi
10308 sys_lib_dlsearch_path_spec='/usr/lib'
10309 ;;
10310
10311tpf*)
10312 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10313 version_type=linux
10314 need_lib_prefix=no
10315 need_version=no
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10317 shlibpath_var=LD_LIBRARY_PATH
10318 shlibpath_overrides_runpath=no
10319 hardcode_into_libs=yes
10320 ;;
10321
10322uts4*)
10323 version_type=linux
10324 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10325 soname_spec='${libname}${release}${shared_ext}$major'
10326 shlibpath_var=LD_LIBRARY_PATH
10327 ;;
10328
10329*)
10330 dynamic_linker=no
10331 ;;
10332esac
10333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10334$as_echo "$dynamic_linker" >&6; }
10335test "$dynamic_linker" = no && can_build_shared=no
10336
10337variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10338if test "$GCC" = yes; then
10339 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10340fi
2232061b 10341
6bb11ab3
L
10342if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10343 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10344fi
10345if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10346 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10347fi
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
2232061b 10374
2232061b 10375
2232061b 10376
2232061b 10377
2232061b
MF
10378
10379
6ffe910a 10380
6ffe910a
MF
10381
10382
10383
10384
10385
2232061b 10386
6ffe910a
MF
10387
10388
10389
10390
6ffe910a 10391
6ffe910a 10392
6ffe910a
MF
10393
10394
6ffe910a 10395
6ffe910a 10396
6ffe910a
MF
10397
10398
5f3ef9d0 10399
5f3ef9d0
JB
10400
10401
10402
db2e4d67
MF
10403
10404
db2e4d67 10405
db2e4d67 10406
db2e4d67 10407
db2e4d67 10408
db2e4d67 10409
db2e4d67 10410
db2e4d67 10411
db2e4d67
MF
10412
10413
db2e4d67 10414
db2e4d67
MF
10415
10416
db2e4d67 10417
db2e4d67
MF
10418
10419
6ffe910a 10420
6ffe910a 10421
6ffe910a
MF
10422
10423
6ffe910a
MF
10424
10425
6ffe910a 10426
6ffe910a 10427
6ffe910a 10428
6ffe910a 10429
6ffe910a 10430
b7026657
AC
10431
10432
10433
c906108c 10434
b7026657 10435
c906108c 10436
b7026657 10437
b7026657 10438
cd0fc7c3 10439
6bb11ab3
L
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10441$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10442hardcode_action=
10443if test -n "$hardcode_libdir_flag_spec" ||
10444 test -n "$runpath_var" ||
10445 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10446
6bb11ab3
L
10447 # We can hardcode non-existent directories.
10448 if test "$hardcode_direct" != no &&
10449 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10450 # have to relink, otherwise we might link with an installed library
10451 # when we should be linking with a yet-to-be-installed one
10452 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10453 test "$hardcode_minus_L" != no; then
10454 # Linking always hardcodes the temporary library directory.
10455 hardcode_action=relink
10456 else
10457 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10458 hardcode_action=immediate
10459 fi
10460else
10461 # We cannot hardcode anything, or else we can only hardcode existing
10462 # directories.
10463 hardcode_action=unsupported
c906108c 10464fi
6bb11ab3
L
10465{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10466$as_echo "$hardcode_action" >&6; }
b7026657 10467
6bb11ab3
L
10468if test "$hardcode_action" = relink ||
10469 test "$inherit_rpath" = yes; then
10470 # Fast installation is not supported
10471 enable_fast_install=no
10472elif test "$shlibpath_overrides_runpath" = yes ||
10473 test "$enable_shared" = no; then
10474 # Fast installation is not necessary
10475 enable_fast_install=needless
10476fi
c906108c 10477
6bb11ab3
L
10478
10479
10480
10481
10482
10483 if test "x$enable_dlopen" != xyes; then
10484 enable_dlopen=unknown
10485 enable_dlopen_self=unknown
10486 enable_dlopen_self_static=unknown
10487else
10488 lt_cv_dlopen=no
10489 lt_cv_dlopen_libs=
10490
10491 case $host_os in
10492 beos*)
10493 lt_cv_dlopen="load_add_on"
10494 lt_cv_dlopen_libs=
10495 lt_cv_dlopen_self=yes
10496 ;;
10497
10498 mingw* | pw32* | cegcc*)
10499 lt_cv_dlopen="LoadLibrary"
10500 lt_cv_dlopen_libs=
10501 ;;
10502
10503 cygwin*)
10504 lt_cv_dlopen="dlopen"
10505 lt_cv_dlopen_libs=
10506 ;;
10507
10508 darwin*)
10509 # if libdl is installed we need to link against it
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10511$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10512if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10513 $as_echo_n "(cached) " >&6
10514else
10515 ac_check_lib_save_LIBS=$LIBS
10516LIBS="-ldl $LIBS"
10517cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10518/* end confdefs.h. */
10519
10520/* Override any GCC internal prototype to avoid an error.
10521 Use char because int might match the return type of a GCC
10522 builtin and then its argument prototype would still apply. */
10523#ifdef __cplusplus
10524extern "C"
10525#endif
10526char dlopen ();
10527int
10528main ()
10529{
10530return dlopen ();
10531 ;
10532 return 0;
10533}
b7026657 10534_ACEOF
6bb11ab3
L
10535if ac_fn_c_try_link "$LINENO"; then :
10536 ac_cv_lib_dl_dlopen=yes
10537else
10538 ac_cv_lib_dl_dlopen=no
10539fi
10540rm -f core conftest.err conftest.$ac_objext \
10541 conftest$ac_exeext conftest.$ac_ext
10542LIBS=$ac_check_lib_save_LIBS
10543fi
10544{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10545$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10546if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10547 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10548else
10549
10550 lt_cv_dlopen="dyld"
10551 lt_cv_dlopen_libs=
10552 lt_cv_dlopen_self=yes
c906108c 10553
c906108c 10554fi
c906108c 10555
6bb11ab3 10556 ;;
c906108c 10557
6bb11ab3
L
10558 *)
10559 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10560if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10561 lt_cv_dlopen="shl_load"
10562else
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10564$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10565if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10566 $as_echo_n "(cached) " >&6
10567else
10568 ac_check_lib_save_LIBS=$LIBS
10569LIBS="-ldld $LIBS"
10570cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10571/* end confdefs.h. */
10572
10573/* Override any GCC internal prototype to avoid an error.
10574 Use char because int might match the return type of a GCC
10575 builtin and then its argument prototype would still apply. */
10576#ifdef __cplusplus
10577extern "C"
10578#endif
10579char shl_load ();
10580int
10581main ()
10582{
10583return shl_load ();
10584 ;
10585 return 0;
10586}
10587_ACEOF
10588if ac_fn_c_try_link "$LINENO"; then :
10589 ac_cv_lib_dld_shl_load=yes
10590else
10591 ac_cv_lib_dld_shl_load=no
10592fi
10593rm -f core conftest.err conftest.$ac_objext \
10594 conftest$ac_exeext conftest.$ac_ext
10595LIBS=$ac_check_lib_save_LIBS
10596fi
10597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10598$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10599if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10600 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10601else
10602 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10603if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10604 lt_cv_dlopen="dlopen"
10605else
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10607$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10608if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10609 $as_echo_n "(cached) " >&6
c906108c 10610else
b7026657 10611 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10612LIBS="-ldl $LIBS"
81ecdfbb 10613cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10614/* end confdefs.h. */
10615
81ecdfbb
RW
10616/* Override any GCC internal prototype to avoid an error.
10617 Use char because int might match the return type of a GCC
10618 builtin and then its argument prototype would still apply. */
b7026657
AC
10619#ifdef __cplusplus
10620extern "C"
10621#endif
6bb11ab3 10622char dlopen ();
b7026657
AC
10623int
10624main ()
10625{
6bb11ab3 10626return dlopen ();
b7026657
AC
10627 ;
10628 return 0;
10629}
10630_ACEOF
81ecdfbb 10631if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10632 ac_cv_lib_dl_dlopen=yes
b7026657 10633else
6bb11ab3 10634 ac_cv_lib_dl_dlopen=no
b7026657 10635fi
81ecdfbb
RW
10636rm -f core conftest.err conftest.$ac_objext \
10637 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10638LIBS=$ac_check_lib_save_LIBS
10639fi
6bb11ab3
L
10640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10641$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10642if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10643 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10644else
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10646$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10647if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10648 $as_echo_n "(cached) " >&6
c906108c 10649else
b7026657 10650 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10651LIBS="-lsvld $LIBS"
81ecdfbb 10652cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10653/* end confdefs.h. */
10654
81ecdfbb
RW
10655/* Override any GCC internal prototype to avoid an error.
10656 Use char because int might match the return type of a GCC
10657 builtin and then its argument prototype would still apply. */
b7026657
AC
10658#ifdef __cplusplus
10659extern "C"
10660#endif
6bb11ab3 10661char dlopen ();
b7026657
AC
10662int
10663main ()
10664{
6bb11ab3 10665return dlopen ();
b7026657
AC
10666 ;
10667 return 0;
10668}
10669_ACEOF
81ecdfbb 10670if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10671 ac_cv_lib_svld_dlopen=yes
b7026657 10672else
6bb11ab3 10673 ac_cv_lib_svld_dlopen=no
b7026657 10674fi
81ecdfbb
RW
10675rm -f core conftest.err conftest.$ac_objext \
10676 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10677LIBS=$ac_check_lib_save_LIBS
10678fi
6bb11ab3
L
10679{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10680$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10681if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10682 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10683else
6bb11ab3
L
10684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10685$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10686if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10687 $as_echo_n "(cached) " >&6
b5bd9624 10688else
6bb11ab3
L
10689 ac_check_lib_save_LIBS=$LIBS
10690LIBS="-ldld $LIBS"
81ecdfbb 10691cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10692/* end confdefs.h. */
10693
81ecdfbb
RW
10694/* Override any GCC internal prototype to avoid an error.
10695 Use char because int might match the return type of a GCC
b5bd9624 10696 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10697#ifdef __cplusplus
10698extern "C"
10699#endif
6bb11ab3 10700char dld_link ();
b5bd9624
HPN
10701int
10702main ()
10703{
6bb11ab3 10704return dld_link ();
b5bd9624
HPN
10705 ;
10706 return 0;
10707}
10708_ACEOF
6bb11ab3
L
10709if ac_fn_c_try_link "$LINENO"; then :
10710 ac_cv_lib_dld_dld_link=yes
10711else
10712 ac_cv_lib_dld_dld_link=no
10713fi
10714rm -f core conftest.err conftest.$ac_objext \
10715 conftest$ac_exeext conftest.$ac_ext
10716LIBS=$ac_check_lib_save_LIBS
10717fi
10718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10719$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10720if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10721 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10722fi
10723
10724
10725fi
10726
10727
10728fi
10729
10730
10731fi
10732
10733
10734fi
10735
10736
10737fi
10738
10739 ;;
10740 esac
10741
10742 if test "x$lt_cv_dlopen" != xno; then
10743 enable_dlopen=yes
b5bd9624 10744 else
6bb11ab3
L
10745 enable_dlopen=no
10746 fi
10747
10748 case $lt_cv_dlopen in
10749 dlopen)
10750 save_CPPFLAGS="$CPPFLAGS"
10751 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10752
10753 save_LDFLAGS="$LDFLAGS"
10754 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10755
10756 save_LIBS="$LIBS"
10757 LIBS="$lt_cv_dlopen_libs $LIBS"
10758
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10760$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10761if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10762 $as_echo_n "(cached) " >&6
10763else
10764 if test "$cross_compiling" = yes; then :
10765 lt_cv_dlopen_self=cross
10766else
10767 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10768 lt_status=$lt_dlunknown
10769 cat > conftest.$ac_ext <<_LT_EOF
04381273 10770#line 10770 "configure"
6bb11ab3
L
10771#include "confdefs.h"
10772
10773#if HAVE_DLFCN_H
10774#include <dlfcn.h>
10775#endif
10776
10777#include <stdio.h>
10778
10779#ifdef RTLD_GLOBAL
10780# define LT_DLGLOBAL RTLD_GLOBAL
10781#else
10782# ifdef DL_GLOBAL
10783# define LT_DLGLOBAL DL_GLOBAL
10784# else
10785# define LT_DLGLOBAL 0
10786# endif
10787#endif
10788
10789/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10790 find out it does not work in some platform. */
10791#ifndef LT_DLLAZY_OR_NOW
10792# ifdef RTLD_LAZY
10793# define LT_DLLAZY_OR_NOW RTLD_LAZY
10794# else
10795# ifdef DL_LAZY
10796# define LT_DLLAZY_OR_NOW DL_LAZY
10797# else
10798# ifdef RTLD_NOW
10799# define LT_DLLAZY_OR_NOW RTLD_NOW
10800# else
10801# ifdef DL_NOW
10802# define LT_DLLAZY_OR_NOW DL_NOW
10803# else
10804# define LT_DLLAZY_OR_NOW 0
10805# endif
10806# endif
10807# endif
10808# endif
10809#endif
10810
10811/* When -fvisbility=hidden is used, assume the code has been annotated
10812 correspondingly for the symbols needed. */
10813#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10814void fnord () __attribute__((visibility("default")));
10815#endif
10816
10817void fnord () { int i=42; }
10818int main ()
10819{
10820 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10821 int status = $lt_dlunknown;
10822
10823 if (self)
10824 {
10825 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10826 else
10827 {
10828 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10829 else puts (dlerror ());
10830 }
10831 /* dlclose (self); */
10832 }
10833 else
10834 puts (dlerror ());
10835
10836 return status;
10837}
10838_LT_EOF
10839 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10840 (eval $ac_link) 2>&5
10841 ac_status=$?
10842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10843 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10844 (./conftest; exit; ) >&5 2>/dev/null
10845 lt_status=$?
10846 case x$lt_status in
10847 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10848 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10849 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10850 esac
10851 else :
10852 # compilation failed
10853 lt_cv_dlopen_self=no
b5bd9624 10854 fi
b5bd9624 10855fi
6bb11ab3
L
10856rm -fr conftest*
10857
10858
b5bd9624 10859fi
6bb11ab3
L
10860{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10861$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10862
6bb11ab3
L
10863 if test "x$lt_cv_dlopen_self" = xyes; then
10864 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10866$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10867if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10868 $as_echo_n "(cached) " >&6
b5bd9624 10869else
6bb11ab3
L
10870 if test "$cross_compiling" = yes; then :
10871 lt_cv_dlopen_self_static=cross
10872else
10873 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10874 lt_status=$lt_dlunknown
10875 cat > conftest.$ac_ext <<_LT_EOF
04381273 10876#line 10876 "configure"
6bb11ab3
L
10877#include "confdefs.h"
10878
10879#if HAVE_DLFCN_H
10880#include <dlfcn.h>
10881#endif
10882
10883#include <stdio.h>
10884
10885#ifdef RTLD_GLOBAL
10886# define LT_DLGLOBAL RTLD_GLOBAL
10887#else
10888# ifdef DL_GLOBAL
10889# define LT_DLGLOBAL DL_GLOBAL
10890# else
10891# define LT_DLGLOBAL 0
10892# endif
10893#endif
10894
10895/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10896 find out it does not work in some platform. */
10897#ifndef LT_DLLAZY_OR_NOW
10898# ifdef RTLD_LAZY
10899# define LT_DLLAZY_OR_NOW RTLD_LAZY
10900# else
10901# ifdef DL_LAZY
10902# define LT_DLLAZY_OR_NOW DL_LAZY
10903# else
10904# ifdef RTLD_NOW
10905# define LT_DLLAZY_OR_NOW RTLD_NOW
10906# else
10907# ifdef DL_NOW
10908# define LT_DLLAZY_OR_NOW DL_NOW
10909# else
10910# define LT_DLLAZY_OR_NOW 0
10911# endif
10912# endif
10913# endif
10914# endif
10915#endif
10916
10917/* When -fvisbility=hidden is used, assume the code has been annotated
10918 correspondingly for the symbols needed. */
10919#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10920void fnord () __attribute__((visibility("default")));
10921#endif
10922
10923void fnord () { int i=42; }
10924int main ()
10925{
10926 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10927 int status = $lt_dlunknown;
10928
10929 if (self)
10930 {
10931 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10932 else
10933 {
10934 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10935 else puts (dlerror ());
10936 }
10937 /* dlclose (self); */
10938 }
10939 else
10940 puts (dlerror ());
10941
10942 return status;
10943}
10944_LT_EOF
10945 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10946 (eval $ac_link) 2>&5
10947 ac_status=$?
10948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10949 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10950 (./conftest; exit; ) >&5 2>/dev/null
10951 lt_status=$?
10952 case x$lt_status in
10953 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10954 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10955 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10956 esac
10957 else :
10958 # compilation failed
10959 lt_cv_dlopen_self_static=no
10960 fi
b5bd9624 10961fi
6bb11ab3
L
10962rm -fr conftest*
10963
10964
b5bd9624 10965fi
6bb11ab3
L
10966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10967$as_echo "$lt_cv_dlopen_self_static" >&6; }
10968 fi
10969
10970 CPPFLAGS="$save_CPPFLAGS"
10971 LDFLAGS="$save_LDFLAGS"
10972 LIBS="$save_LIBS"
10973 ;;
10974 esac
10975
10976 case $lt_cv_dlopen_self in
10977 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10978 *) enable_dlopen_self=unknown ;;
10979 esac
10980
10981 case $lt_cv_dlopen_self_static in
10982 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10983 *) enable_dlopen_self_static=unknown ;;
10984 esac
10985fi
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
11001
11002
11003striplib=
11004old_striplib=
11005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11006$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11007if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11008 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11009 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11011$as_echo "yes" >&6; }
11012else
11013# FIXME - insert some real tests, host_os isn't really good enough
11014 case $host_os in
11015 darwin*)
11016 if test -n "$STRIP" ; then
11017 striplib="$STRIP -x"
11018 old_striplib="$STRIP -S"
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11020$as_echo "yes" >&6; }
11021 else
11022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11023$as_echo "no" >&6; }
11024 fi
11025 ;;
11026 *)
11027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11028$as_echo "no" >&6; }
11029 ;;
11030 esac
11031fi
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044 # Report which library types will actually be built
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11046$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11048$as_echo "$can_build_shared" >&6; }
11049
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11051$as_echo_n "checking whether to build shared libraries... " >&6; }
11052 test "$can_build_shared" = "no" && enable_shared=no
11053
11054 # On AIX, shared libraries and static libraries use the same namespace, and
11055 # are all built from PIC.
11056 case $host_os in
11057 aix3*)
11058 test "$enable_shared" = yes && enable_static=no
11059 if test -n "$RANLIB"; then
11060 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11061 postinstall_cmds='$RANLIB $lib'
11062 fi
11063 ;;
11064
11065 aix[4-9]*)
11066 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11067 test "$enable_shared" = yes && enable_static=no
11068 fi
11069 ;;
11070 esac
11071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11072$as_echo "$enable_shared" >&6; }
11073
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11075$as_echo_n "checking whether to build static libraries... " >&6; }
11076 # Make sure either enable_shared or enable_static is yes.
11077 test "$enable_shared" = yes || enable_static=yes
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11079$as_echo "$enable_static" >&6; }
11080
11081
11082
11083
11084fi
11085ac_ext=c
11086ac_cpp='$CPP $CPPFLAGS'
11087ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11088ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11089ac_compiler_gnu=$ac_cv_c_compiler_gnu
11090
11091CC="$lt_save_CC"
11092
11093
11094
11095
11096
11097
11098
11099
11100
b5bd9624 11101
b5bd9624 11102
b5bd9624 11103
b5bd9624 11104
6bb11ab3
L
11105 ac_config_commands="$ac_config_commands libtool"
11106
11107
11108
11109
11110# Only expand once:
11111
11112
5912fadd 11113
b5bd9624 11114
c906108c 11115
31e6ad7d
MF
11116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11117$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11118 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11119if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11120 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11121else
11122 USE_MAINTAINER_MODE=no
c906108c 11123fi
31e6ad7d
MF
11124
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11126$as_echo "$USE_MAINTAINER_MODE" >&6; }
11127 if test $USE_MAINTAINER_MODE = yes; then
11128 MAINTAINER_MODE_TRUE=
11129 MAINTAINER_MODE_FALSE='#'
c906108c 11130else
31e6ad7d
MF
11131 MAINTAINER_MODE_TRUE='#'
11132 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11133fi
11134
31e6ad7d
MF
11135 MAINT=$MAINTAINER_MODE_TRUE
11136
11137
c906108c
SS
11138
11139
347fe5bb
MF
11140sim_inline="-DDEFAULT_INLINE=0"
11141# Check whether --enable-sim-inline was given.
11142if test "${enable_sim_inline+set}" = set; then :
11143 enableval=$enable_sim_inline; sim_inline=""
11144case "$enableval" in
11145 no) sim_inline="-DDEFAULT_INLINE=0";;
11146 0) sim_inline="-DDEFAULT_INLINE=0";;
11147 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11148 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11149 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11150 new_flag=""
11151 case "$x" in
11152 *_INLINE=*) new_flag="-D$x";;
11153 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11154 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11155 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11156 esac
11157 if test x"$sim_inline" = x""; then
11158 sim_inline="$new_flag"
11159 else
11160 sim_inline="$sim_inline $new_flag"
11161 fi
11162 done;;
11163esac
11164if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11165 echo "Setting inline flags = $sim_inline" 6>&1
11166fi
11167fi
11168
11169
11170
6efef468 11171
81ecdfbb
RW
11172# Check whether --with-pkgversion was given.
11173if test "${with_pkgversion+set}" = set; then :
11174 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11175 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11176 no) PKGVERSION= ;;
11177 *) PKGVERSION="($withval) " ;;
11178 esac
11179else
bf12d44e 11180 PKGVERSION="(SIM) "
6efef468 11181
81ecdfbb
RW
11182fi
11183
6efef468
JM
11184
11185
11186
11187
81ecdfbb
RW
11188# Check whether --with-bugurl was given.
11189if test "${with_bugurl+set}" = set; then :
11190 withval=$with_bugurl; case "$withval" in
d0ac1c44 11191 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11192 no) BUGURL=
11193 ;;
11194 *) BUGURL="$withval"
11195 ;;
11196 esac
11197else
dfb856ba 11198 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11199
81ecdfbb
RW
11200fi
11201
6efef468
JM
11202 case ${BUGURL} in
11203 "")
11204 REPORT_BUGS_TO=
11205 REPORT_BUGS_TEXI=
11206 ;;
11207 *)
11208 REPORT_BUGS_TO="<$BUGURL>"
11209 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11210 ;;
11211 esac;
11212
11213
11214
11215
11216cat >>confdefs.h <<_ACEOF
11217#define PKGVERSION "$PKGVERSION"
11218_ACEOF
11219
11220
11221cat >>confdefs.h <<_ACEOF
11222#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11223_ACEOF
11224
11225
cd0fc7c3 11226
c906108c 11227
c906108c
SS
11228
11229
ef9535c6
MF
11230wire_endian=""
11231default_endian=""
11232# Check whether --enable-sim-endian was given.
11233if test "${enable_sim_endian+set}" = set; then :
11234 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11235 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11236 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
ef9535c6 11237 yes) if test x"$wire_endian" != x; then
1ac72f06 11238 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef9535c6 11239 else
1ac72f06
MF
11240 if test x"$default_endian" != x; then
11241 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef9535c6
MF
11242 else
11243 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11244 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ef9535c6
MF
11245 fi
11246 fi;;
11247 no) if test x"$default_endian" != x; then
1ac72f06 11248 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef9535c6
MF
11249 else
11250 if test x"$wire_endian" != x; then
1ac72f06 11251 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef9535c6
MF
11252 else
11253 echo "No default endian for target $target" 1>&6
1ac72f06 11254 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ef9535c6
MF
11255 fi
11256 fi;;
d0ac1c44 11257 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
ef9535c6
MF
11258esac
11259if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11260 echo "Setting endian flags = $sim_endian" 6>&1
11261fi
11262else
11263 if test x"$default_endian" != x; then
1ac72f06 11264 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef9535c6
MF
11265else
11266 if test x"$wire_endian" != x; then
1ac72f06 11267 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef9535c6
MF
11268 else
11269 sim_endian=
11270 fi
11271fi
11272fi
11273
11274wire_alignment="STRICT_ALIGNMENT"
11275default_alignment="STRICT_ALIGNMENT"
11276
11277# Check whether --enable-sim-alignment was given.
11278if test "${enable_sim_alignment+set}" = set; then :
11279 enableval=$enable_sim_alignment; case "${enableval}" in
11280 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11281 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11282 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11283 yes) if test x"$wire_alignment" != x; then
11284 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11285 else
11286 if test x"$default_alignment" != x; then
11287 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11288 else
11289 echo "No hard-wired alignment for target $target" 1>&6
11290 sim_alignment="-DWITH_ALIGNMENT=0"
11291 fi
11292 fi;;
11293 no) if test x"$default_alignment" != x; then
11294 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11295 else
11296 if test x"$wire_alignment" != x; then
11297 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11298 else
11299 echo "No default alignment for target $target" 1>&6
11300 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11301 fi
11302 fi;;
d0ac1c44 11303 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
ef9535c6
MF
11304esac
11305if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11306 echo "Setting alignment flags = $sim_alignment" 6>&1
11307fi
11308else
11309 if test x"$default_alignment" != x; then
11310 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11311else
11312 if test x"$wire_alignment" != x; then
11313 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11314 else
11315 sim_alignment=
11316 fi
11317fi
11318fi
11319
11320
d3b0ab8b 11321
2232061b
MF
11322# Check whether --enable-werror was given.
11323if test "${enable_werror+set}" = set; then :
11324 enableval=$enable_werror; case "${enableval}" in
11325 yes | y) ERROR_ON_WARNING="yes" ;;
11326 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11327 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11328 esac
11329fi
11330
11331
11332# Enable -Werror by default when using gcc
11333if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11334 ERROR_ON_WARNING=yes
11335fi
11336
11337WERROR_CFLAGS=""
d3b0ab8b
MF
11338 if test "${ERROR_ON_WARNING}" = yes ; then
11339 WERROR_CFLAGS="-Werror"
11340 fi
2232061b 11341
2232061b 11342build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 11343-Wpointer-sign \
2232061b 11344-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
11345-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11346-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11347-Wold-style-declaration -Wold-style-definition"
2232061b
MF
11348
11349# Enable -Wno-format by default when using gcc on mingw since many
11350# GCC versions complain about %I64.
11351case "${host}" in
11352 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 11353 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
11354esac
11355
81ecdfbb
RW
11356# Check whether --enable-build-warnings was given.
11357if test "${enable_build_warnings+set}" = set; then :
11358 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
11359 yes) ;;
11360 no) build_warnings="-w";;
11361 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11362 build_warnings="${build_warnings} ${t}";;
11363 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11364 build_warnings="${t} ${build_warnings}";;
11365 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11366esac
11367if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11368 echo "Setting compiler warning flags = $build_warnings" 6>&1
11369fi
81ecdfbb
RW
11370fi
11371# Check whether --enable-sim-build-warnings was given.
11372if test "${enable_sim_build_warnings+set}" = set; then :
11373 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
11374 yes) ;;
11375 no) build_warnings="-w";;
11376 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 11377 build_warnings="${build_warnings} ${t}";;
c906108c 11378 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
11379 build_warnings="${t} ${build_warnings}";;
11380 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
11381esac
11382if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
11383 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11384fi
81ecdfbb
RW
11385fi
11386WARN_CFLAGS=""
d4f3574e
SS
11387if test "x${build_warnings}" != x -a "x$GCC" = xyes
11388then
81ecdfbb
RW
11389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11390$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
11391 # Separate out the -Werror flag as some files just cannot be
11392 # compiled with it enabled.
11393 for w in ${build_warnings}; do
11394 case $w in
11395 -Werr*) WERROR_CFLAGS=-Werror ;;
11396 *) # Check that GCC accepts it
11397 saved_CFLAGS="$CFLAGS"
1f195bc3 11398 CFLAGS="$CFLAGS -Werror $w"
81ecdfbb 11399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11400/* end confdefs.h. */
c8cca39f 11401
b7026657
AC
11402int
11403main ()
11404{
c8cca39f 11405
b7026657
AC
11406 ;
11407 return 0;
11408}
11409_ACEOF
81ecdfbb 11410if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 11411 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 11412fi
81ecdfbb 11413rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
11414 CFLAGS="$saved_CFLAGS"
11415 esac
11416 done
2232061b
MF
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11418$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
11419fi
11420
11421
66d055c7
MF
11422hardware="cfi core pal glue "
11423sim_hw_cflags="-DWITH_HW=1"
11424sim_hw="$hardware"
11425sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11426
11427# Check whether --enable-sim-hardware was given.
11428if test "${enable_sim_hardware+set}" = set; then :
11429 enableval=$enable_sim_hardware;
11430else
11431 enable_sim_hardware="yes"
11432fi
11433
11434case ${enable_sim_hardware} in
11435 yes|no) ;;
11436 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11437 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11438 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11439esac
11440
11441if test "$enable_sim_hardware" = no; then
11442 sim_hw_objs=
11443 sim_hw_cflags="-DWITH_HW=0"
11444 sim_hw=
11445else
11446 sim_hw_cflags="-DWITH_HW=1"
11447 # remove duplicates
11448 sim_hw=""
11449 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11450 for i in $hardware ; do
11451 case " $sim_hw " in
11452 *" $i "*) ;;
11453 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11454 esac
11455 done
11456 # mingw does not support sockser
11457 case ${host} in
11458 *mingw*) ;;
11459 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11460 # that you instatiate. Instead, other code will call into it directly.
11461 # At some point, we should convert it over.
11462 sim_hw_objs="$sim_hw_objs dv-sockser.o"
11463
11464cat >>confdefs.h <<_ACEOF
11465#define HAVE_DV_SOCKSER 1
11466_ACEOF
11467
11468 ;;
11469 esac
11470 if test x"$silent" != x"yes"; then
11471 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11472 fi
11473 case " $hardware " in
11474 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11475$as_echo_n "checking for log2 in -lm... " >&6; }
11476if ${ac_cv_lib_m_log2+:} false; then :
11477 $as_echo_n "(cached) " >&6
11478else
11479 ac_check_lib_save_LIBS=$LIBS
11480LIBS="-lm $LIBS"
11481cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11482/* end confdefs.h. */
11483
11484/* Override any GCC internal prototype to avoid an error.
11485 Use char because int might match the return type of a GCC
11486 builtin and then its argument prototype would still apply. */
11487#ifdef __cplusplus
11488extern "C"
11489#endif
11490char log2 ();
11491int
11492main ()
11493{
11494return log2 ();
11495 ;
11496 return 0;
11497}
11498_ACEOF
11499if ac_fn_c_try_link "$LINENO"; then :
11500 ac_cv_lib_m_log2=yes
11501else
11502 ac_cv_lib_m_log2=no
11503fi
11504rm -f core conftest.err conftest.$ac_objext \
11505 conftest$ac_exeext conftest.$ac_ext
11506LIBS=$ac_check_lib_save_LIBS
11507fi
11508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11509$as_echo "$ac_cv_lib_m_log2" >&6; }
11510if test "x$ac_cv_lib_m_log2" = xyes; then :
11511 cat >>confdefs.h <<_ACEOF
11512#define HAVE_LIBM 1
11513_ACEOF
11514
11515 LIBS="-lm $LIBS"
11516
11517fi
11518;;
11519 esac
11520fi
11521
11522
379832de
HPN
11523cgen_breaks=""
11524if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11525cgen_breaks="break cgen_rtx_error";
11526fi
11527
81ecdfbb 11528ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11529
81ecdfbb 11530ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11531
81ecdfbb 11532ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11533
81ecdfbb 11534ac_config_commands="$ac_config_commands Makefile"
38f48d72 11535
81ecdfbb 11536ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11537
760b3e8b
MF
11538
11539
11540
11541
11542
11543
11544
11545
11546
11547
11548
11549
b7026657 11550cat >confcache <<\_ACEOF
c906108c
SS
11551# This file is a shell script that caches the results of configure
11552# tests run on this system so they can be shared between configure
b7026657
AC
11553# scripts and configure runs, see configure's option --config-cache.
11554# It is not useful on other systems. If it contains results you don't
11555# want to keep, you may remove or edit it.
c906108c 11556#
b7026657
AC
11557# config.status only pays attention to the cache file if you give it
11558# the --recheck option to rerun configure.
c906108c 11559#
b7026657
AC
11560# `ac_cv_env_foo' variables (set or unset) will be overridden when
11561# loading this file, other *unset* `ac_cv_foo' will be assigned the
11562# following values.
11563
11564_ACEOF
11565
c906108c
SS
11566# The following way of writing the cache mishandles newlines in values,
11567# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11568# So, we kill variables containing newlines.
c906108c
SS
11569# Ultrix sh set writes to stderr and can't be redirected directly,
11570# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11571(
11572 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11573 eval ac_val=\$$ac_var
11574 case $ac_val in #(
11575 *${as_nl}*)
11576 case $ac_var in #(
11577 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11578$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11579 esac
11580 case $ac_var in #(
11581 _ | IFS | as_nl) ;; #(
11582 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11583 *) { eval $ac_var=; unset $ac_var;} ;;
11584 esac ;;
11585 esac
11586 done
11587
b7026657 11588 (set) 2>&1 |
81ecdfbb
RW
11589 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11590 *${as_nl}ac_space=\ *)
11591 # `set' does not quote correctly, so add quotes: double-quote
11592 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11593 sed -n \
11594 "s/'/'\\\\''/g;
11595 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11596 ;; #(
b7026657
AC
11597 *)
11598 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11599 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11600 ;;
81ecdfbb
RW
11601 esac |
11602 sort
11603) |
b7026657 11604 sed '
81ecdfbb 11605 /^ac_cv_env_/b end
b7026657 11606 t clear
81ecdfbb 11607 :clear
b7026657
AC
11608 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11609 t end
81ecdfbb
RW
11610 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11611 :end' >>confcache
11612if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11613 if test -w "$cache_file"; then
d0ac1c44 11614 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11616$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11617 if test ! -f "$cache_file" || test -h "$cache_file"; then
11618 cat confcache >"$cache_file"
11619 else
11620 case $cache_file in #(
11621 */* | ?:*)
11622 mv -f confcache "$cache_file"$$ &&
11623 mv -f "$cache_file"$$ "$cache_file" ;; #(
11624 *)
11625 mv -f confcache "$cache_file" ;;
11626 esac
11627 fi
11628 fi
c906108c 11629 else
81ecdfbb
RW
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11631$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
c906108c
SS
11632 fi
11633fi
11634rm -f confcache
11635
c906108c
SS
11636test "x$prefix" = xNONE && prefix=$ac_default_prefix
11637# Let make expand exec_prefix.
11638test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11639
c906108c
SS
11640DEFS=-DHAVE_CONFIG_H
11641
b7026657
AC
11642ac_libobjs=
11643ac_ltlibobjs=
d0ac1c44 11644U=
b7026657
AC
11645for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11646 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11647 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11648 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11649 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11650 # will be set to the directory where LIBOBJS objects are built.
11651 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11652 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11653done
11654LIBOBJS=$ac_libobjs
c906108c 11655
b7026657
AC
11656LTLIBOBJS=$ac_ltlibobjs
11657
11658
0cb8d851 11659
6bb11ab3 11660if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11661 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11662Usually this means the macro was only invoked conditionally." "$LINENO" 5
11663fi
31e6ad7d 11664if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11665 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11666Usually this means the macro was only invoked conditionally." "$LINENO" 5
11667fi
b7026657 11668
d0ac1c44 11669: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11670ac_write_fail=0
b7026657
AC
11671ac_clean_files_save=$ac_clean_files
11672ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11673{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11674$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11675as_write_fail=0
11676cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11677#! $SHELL
11678# Generated by $as_me.
c906108c 11679# Run this file to recreate the current configuration.
c906108c 11680# Compiler output produced by configure, useful for debugging
b7026657 11681# configure, is in config.log if it exists.
c906108c 11682
b7026657
AC
11683debug=false
11684ac_cs_recheck=false
11685ac_cs_silent=false
b7026657 11686
81ecdfbb
RW
11687SHELL=\${CONFIG_SHELL-$SHELL}
11688export SHELL
11689_ASEOF
11690cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11691## -------------------- ##
11692## M4sh Initialization. ##
11693## -------------------- ##
11694
11695# Be more Bourne compatible
11696DUALCASE=1; export DUALCASE # for MKS sh
11697if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11698 emulate sh
11699 NULLCMD=:
81ecdfbb 11700 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11701 # is contrary to our usage. Disable this feature.
11702 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11703 setopt NO_GLOB_SUBST
11704else
11705 case `(set -o) 2>/dev/null` in #(
11706 *posix*) :
11707 set -o posix ;; #(
11708 *) :
11709 ;;
11710esac
b7026657 11711fi
b7026657 11712
81ecdfbb
RW
11713
11714as_nl='
11715'
11716export as_nl
11717# Printing a long string crashes Solaris 7 /usr/bin/printf.
11718as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11719as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11720as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11721# Prefer a ksh shell builtin over an external printf program on Solaris,
11722# but without wasting forks for bash or zsh.
11723if test -z "$BASH_VERSION$ZSH_VERSION" \
11724 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11725 as_echo='print -r --'
11726 as_echo_n='print -rn --'
11727elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11728 as_echo='printf %s\n'
11729 as_echo_n='printf %s'
11730else
11731 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11732 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11733 as_echo_n='/usr/ucb/echo -n'
11734 else
11735 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11736 as_echo_n_body='eval
11737 arg=$1;
11738 case $arg in #(
11739 *"$as_nl"*)
11740 expr "X$arg" : "X\\(.*\\)$as_nl";
11741 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11742 esac;
11743 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11744 '
11745 export as_echo_n_body
11746 as_echo_n='sh -c $as_echo_n_body as_echo'
11747 fi
11748 export as_echo_body
11749 as_echo='sh -c $as_echo_body as_echo'
11750fi
11751
11752# The user is always right.
11753if test "${PATH_SEPARATOR+set}" != set; then
11754 PATH_SEPARATOR=:
11755 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11756 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11757 PATH_SEPARATOR=';'
11758 }
b7026657
AC
11759fi
11760
11761
81ecdfbb
RW
11762# IFS
11763# We need space, tab and new line, in precisely that order. Quoting is
11764# there to prevent editors from complaining about space-tab.
11765# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11766# splitting by setting IFS to empty value.)
11767IFS=" "" $as_nl"
11768
11769# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11770as_myself=
81ecdfbb
RW
11771case $0 in #((
11772 *[\\/]* ) as_myself=$0 ;;
11773 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11774for as_dir in $PATH
11775do
11776 IFS=$as_save_IFS
11777 test -z "$as_dir" && as_dir=.
11778 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11779 done
11780IFS=$as_save_IFS
11781
11782 ;;
11783esac
11784# We did not find ourselves, most probably we were run as `sh COMMAND'
11785# in which case we are not to be found in the path.
11786if test "x$as_myself" = x; then
11787 as_myself=$0
11788fi
11789if test ! -f "$as_myself"; then
11790 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11791 exit 1
11792fi
11793
11794# Unset variables that we do not need and which cause bugs (e.g. in
11795# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11796# suppresses any "Segmentation fault" message there. '((' could
11797# trigger a bug in pdksh 5.2.14.
11798for as_var in BASH_ENV ENV MAIL MAILPATH
11799do eval test x\${$as_var+set} = xset \
11800 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11801done
b7026657
AC
11802PS1='$ '
11803PS2='> '
11804PS4='+ '
11805
11806# NLS nuisances.
81ecdfbb
RW
11807LC_ALL=C
11808export LC_ALL
11809LANGUAGE=C
11810export LANGUAGE
11811
11812# CDPATH.
11813(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11814
11815
d0ac1c44
SM
11816# as_fn_error STATUS ERROR [LINENO LOG_FD]
11817# ----------------------------------------
81ecdfbb
RW
11818# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11819# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11820# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11821as_fn_error ()
11822{
d0ac1c44
SM
11823 as_status=$1; test $as_status -eq 0 && as_status=1
11824 if test "$4"; then
11825 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11826 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 11827 fi
d0ac1c44 11828 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11829 as_fn_exit $as_status
11830} # as_fn_error
11831
11832
11833# as_fn_set_status STATUS
11834# -----------------------
11835# Set $? to STATUS, without forking.
11836as_fn_set_status ()
11837{
11838 return $1
11839} # as_fn_set_status
11840
11841# as_fn_exit STATUS
11842# -----------------
11843# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11844as_fn_exit ()
11845{
11846 set +e
11847 as_fn_set_status $1
11848 exit $1
11849} # as_fn_exit
11850
11851# as_fn_unset VAR
11852# ---------------
11853# Portably unset VAR.
11854as_fn_unset ()
11855{
11856 { eval $1=; unset $1;}
11857}
11858as_unset=as_fn_unset
11859# as_fn_append VAR VALUE
11860# ----------------------
11861# Append the text in VALUE to the end of the definition contained in VAR. Take
11862# advantage of any shell optimizations that allow amortized linear growth over
11863# repeated appends, instead of the typical quadratic growth present in naive
11864# implementations.
11865if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11866 eval 'as_fn_append ()
11867 {
11868 eval $1+=\$2
11869 }'
11870else
11871 as_fn_append ()
11872 {
11873 eval $1=\$$1\$2
11874 }
11875fi # as_fn_append
11876
11877# as_fn_arith ARG...
11878# ------------------
11879# Perform arithmetic evaluation on the ARGs, and store the result in the
11880# global $as_val. Take advantage of shells that can avoid forks. The arguments
11881# must be portable across $(()) and expr.
11882if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11883 eval 'as_fn_arith ()
11884 {
11885 as_val=$(( $* ))
11886 }'
11887else
11888 as_fn_arith ()
11889 {
11890 as_val=`expr "$@" || test $? -eq 1`
11891 }
11892fi # as_fn_arith
11893
c906108c 11894
81ecdfbb
RW
11895if expr a : '\(a\)' >/dev/null 2>&1 &&
11896 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
11897 as_expr=expr
11898else
11899 as_expr=false
11900fi
11901
81ecdfbb 11902if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11903 as_basename=basename
11904else
11905 as_basename=false
11906fi
c906108c 11907
81ecdfbb
RW
11908if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11909 as_dirname=dirname
11910else
11911 as_dirname=false
11912fi
c906108c 11913
81ecdfbb 11914as_me=`$as_basename -- "$0" ||
b7026657
AC
11915$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11916 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11917 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11918$as_echo X/"$0" |
11919 sed '/^.*\/\([^/][^/]*\)\/*$/{
11920 s//\1/
11921 q
11922 }
11923 /^X\/\(\/\/\)$/{
11924 s//\1/
11925 q
11926 }
11927 /^X\/\(\/\).*/{
11928 s//\1/
11929 q
11930 }
11931 s/.*/./; q'`
c906108c 11932
b7026657
AC
11933# Avoid depending upon Character Ranges.
11934as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11935as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11936as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11937as_cr_digits='0123456789'
11938as_cr_alnum=$as_cr_Letters$as_cr_digits
11939
81ecdfbb
RW
11940ECHO_C= ECHO_N= ECHO_T=
11941case `echo -n x` in #(((((
11942-n*)
11943 case `echo 'xy\c'` in
11944 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11945 xy) ECHO_C='\c';;
11946 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11947 ECHO_T=' ';;
11948 esac;;
11949*)
11950 ECHO_N='-n';;
b7026657
AC
11951esac
11952
81ecdfbb
RW
11953rm -f conf$$ conf$$.exe conf$$.file
11954if test -d conf$$.dir; then
11955 rm -f conf$$.dir/conf$$.file
b7026657 11956else
81ecdfbb
RW
11957 rm -f conf$$.dir
11958 mkdir conf$$.dir 2>/dev/null
b7026657 11959fi
81ecdfbb
RW
11960if (echo >conf$$.file) 2>/dev/null; then
11961 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11962 as_ln_s='ln -s'
81ecdfbb
RW
11963 # ... but there are two gotchas:
11964 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11965 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11966 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11967 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11968 as_ln_s='cp -pR'
81ecdfbb
RW
11969 elif ln conf$$.file conf$$ 2>/dev/null; then
11970 as_ln_s=ln
11971 else
d0ac1c44 11972 as_ln_s='cp -pR'
c906108c 11973 fi
b7026657 11974else
d0ac1c44 11975 as_ln_s='cp -pR'
b7026657 11976fi
81ecdfbb
RW
11977rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11978rmdir conf$$.dir 2>/dev/null
11979
b7026657 11980
81ecdfbb
RW
11981# as_fn_mkdir_p
11982# -------------
11983# Create "$as_dir" as a directory, including parents if necessary.
11984as_fn_mkdir_p ()
11985{
11986
11987 case $as_dir in #(
11988 -*) as_dir=./$as_dir;;
11989 esac
11990 test -d "$as_dir" || eval $as_mkdir_p || {
11991 as_dirs=
11992 while :; do
11993 case $as_dir in #(
11994 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11995 *) as_qdir=$as_dir;;
11996 esac
11997 as_dirs="'$as_qdir' $as_dirs"
11998 as_dir=`$as_dirname -- "$as_dir" ||
11999$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12000 X"$as_dir" : 'X\(//\)[^/]' \| \
12001 X"$as_dir" : 'X\(//\)$' \| \
12002 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12003$as_echo X"$as_dir" |
12004 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12005 s//\1/
12006 q
12007 }
12008 /^X\(\/\/\)[^/].*/{
12009 s//\1/
12010 q
12011 }
12012 /^X\(\/\/\)$/{
12013 s//\1/
12014 q
12015 }
12016 /^X\(\/\).*/{
12017 s//\1/
12018 q
12019 }
12020 s/.*/./; q'`
12021 test -d "$as_dir" && break
12022 done
12023 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12024 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
12025
12026
12027} # as_fn_mkdir_p
b7026657 12028if mkdir -p . 2>/dev/null; then
81ecdfbb 12029 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
12030else
12031 test -d ./-p && rmdir ./-p
12032 as_mkdir_p=false
12033fi
12034
d0ac1c44
SM
12035
12036# as_fn_executable_p FILE
12037# -----------------------
12038# Test if FILE is an executable regular file.
12039as_fn_executable_p ()
12040{
12041 test -f "$1" && test -x "$1"
12042} # as_fn_executable_p
12043as_test_x='test -x'
12044as_executable_p=as_fn_executable_p
b7026657
AC
12045
12046# Sed expression to map a string onto a valid CPP name.
12047as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12048
12049# Sed expression to map a string onto a valid variable name.
12050as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12051
12052
b7026657 12053exec 6>&1
81ecdfbb
RW
12054## ----------------------------------- ##
12055## Main body of $CONFIG_STATUS script. ##
12056## ----------------------------------- ##
12057_ASEOF
12058test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12059
12060cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12061# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12062# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12063# values after options handling.
12064ac_log="
b7026657 12065This file was extended by $as_me, which was
d0ac1c44 12066generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12067
12068 CONFIG_FILES = $CONFIG_FILES
12069 CONFIG_HEADERS = $CONFIG_HEADERS
12070 CONFIG_LINKS = $CONFIG_LINKS
12071 CONFIG_COMMANDS = $CONFIG_COMMANDS
12072 $ $0 $@
12073
81ecdfbb
RW
12074on `(hostname || uname -n) 2>/dev/null | sed 1q`
12075"
12076
b7026657
AC
12077_ACEOF
12078
81ecdfbb
RW
12079case $ac_config_files in *"
12080"*) set x $ac_config_files; shift; ac_config_files=$*;;
12081esac
b7026657 12082
81ecdfbb
RW
12083case $ac_config_headers in *"
12084"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12085esac
b7026657 12086
b7026657 12087
81ecdfbb
RW
12088cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12089# Files that config.status was made for.
12090config_files="$ac_config_files"
12091config_headers="$ac_config_headers"
81ecdfbb 12092config_commands="$ac_config_commands"
b7026657 12093
81ecdfbb 12094_ACEOF
b7026657 12095
81ecdfbb 12096cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12097ac_cs_usage="\
81ecdfbb
RW
12098\`$as_me' instantiates files and other configuration actions
12099from templates according to the current configuration. Unless the files
12100and actions are specified as TAGs, all are instantiated by default.
b7026657 12101
81ecdfbb 12102Usage: $0 [OPTION]... [TAG]...
b7026657
AC
12103
12104 -h, --help print this help, then exit
81ecdfbb 12105 -V, --version print version number and configuration settings, then exit
d0ac1c44 12106 --config print configuration, then exit
81ecdfbb
RW
12107 -q, --quiet, --silent
12108 do not print progress messages
b7026657
AC
12109 -d, --debug don't remove temporary files
12110 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12111 --file=FILE[:TEMPLATE]
12112 instantiate the configuration file FILE
12113 --header=FILE[:TEMPLATE]
12114 instantiate the configuration header FILE
b7026657
AC
12115
12116Configuration files:
12117$config_files
12118
12119Configuration headers:
12120$config_headers
12121
b7026657
AC
12122Configuration commands:
12123$config_commands
12124
81ecdfbb 12125Report bugs to the package provider."
b7026657 12126
81ecdfbb
RW
12127_ACEOF
12128cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12129ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12130ac_cs_version="\\
12131config.status
d0ac1c44
SM
12132configured by $0, generated by GNU Autoconf 2.69,
12133 with options \\"\$ac_cs_config\\"
b7026657 12134
d0ac1c44 12135Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12136This config.status script is free software; the Free Software Foundation
12137gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12138
12139ac_pwd='$ac_pwd'
12140srcdir='$srcdir'
12141INSTALL='$INSTALL'
6bb11ab3 12142AWK='$AWK'
81ecdfbb 12143test -n "\$AWK" || AWK=awk
b7026657
AC
12144_ACEOF
12145
81ecdfbb
RW
12146cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12147# The default lists apply if the user does not specify any file.
b7026657
AC
12148ac_need_defaults=:
12149while test $# != 0
12150do
12151 case $1 in
d0ac1c44 12152 --*=?*)
81ecdfbb
RW
12153 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12154 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657
AC
12155 ac_shift=:
12156 ;;
d0ac1c44
SM
12157 --*=)
12158 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12159 ac_optarg=
12160 ac_shift=:
12161 ;;
81ecdfbb 12162 *)
b7026657
AC
12163 ac_option=$1
12164 ac_optarg=$2
12165 ac_shift=shift
12166 ;;
b7026657
AC
12167 esac
12168
12169 case $ac_option in
12170 # Handling of the options.
b7026657
AC
12171 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12172 ac_cs_recheck=: ;;
81ecdfbb
RW
12173 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12174 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12175 --config | --confi | --conf | --con | --co | --c )
12176 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12177 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12178 debug=: ;;
12179 --file | --fil | --fi | --f )
12180 $ac_shift
81ecdfbb
RW
12181 case $ac_optarg in
12182 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12183 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12184 esac
12185 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12186 ac_need_defaults=false;;
12187 --header | --heade | --head | --hea )
12188 $ac_shift
81ecdfbb
RW
12189 case $ac_optarg in
12190 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12191 esac
12192 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12193 ac_need_defaults=false;;
81ecdfbb
RW
12194 --he | --h)
12195 # Conflict between --help and --header
d0ac1c44 12196 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12197Try \`$0 --help' for more information.";;
12198 --help | --hel | -h )
12199 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12200 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12201 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12202 ac_cs_silent=: ;;
12203
12204 # This is an error.
d0ac1c44 12205 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12206Try \`$0 --help' for more information." ;;
b7026657 12207
81ecdfbb
RW
12208 *) as_fn_append ac_config_targets " $1"
12209 ac_need_defaults=false ;;
b7026657
AC
12210
12211 esac
12212 shift
c906108c 12213done
b7026657
AC
12214
12215ac_configure_extra_args=
12216
12217if $ac_cs_silent; then
12218 exec 6>/dev/null
12219 ac_configure_extra_args="$ac_configure_extra_args --silent"
12220fi
12221
12222_ACEOF
81ecdfbb 12223cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12224if \$ac_cs_recheck; then
d0ac1c44 12225 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12226 shift
12227 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12228 CONFIG_SHELL='$SHELL'
12229 export CONFIG_SHELL
12230 exec "\$@"
c906108c 12231fi
c906108c 12232
b7026657 12233_ACEOF
81ecdfbb
RW
12234cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12235exec 5>>config.log
12236{
12237 echo
12238 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12239## Running $as_me. ##
12240_ASBOX
12241 $as_echo "$ac_log"
12242} >&5
c906108c 12243
81ecdfbb
RW
12244_ACEOF
12245cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12246#
12247# INIT-COMMANDS
12248#
12249ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12250
6bb11ab3
L
12251
12252# The HP-UX ksh and POSIX shell print the target directory to stdout
12253# if CDPATH is set.
12254(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12255
12256sed_quote_subst='$sed_quote_subst'
12257double_quote_subst='$double_quote_subst'
12258delay_variable_subst='$delay_variable_subst'
12259macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12260macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12261enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12262enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12263pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12264enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12265SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12266ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12267host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12268host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12269host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12270build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12271build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12272build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12273SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12274Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12275GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12276EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12277FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12278LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12279NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12280LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12281max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12282ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12283exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12284lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12285lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12286lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12287reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12288reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12289OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12290deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12291file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12292AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12293AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12294STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12295RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12296old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12297old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12298old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12299lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12300CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12301CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12302compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12303GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12304lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12305lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12306lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12307lt_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"`'
12308objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12309MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12310lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12311lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12312lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12313lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12314lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12315need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12316DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12317NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12318LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12319OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12320OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12321libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12322shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12323extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12324archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12325enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12326export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12327whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12328compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12329old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12330old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12331archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12332archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12333module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12334module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12335with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12336allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12337no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12338hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12339hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12340hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12341hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12342hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12343hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12344hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12345hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12346inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12347link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12348fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12349always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12350export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12351exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12352include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12353prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12354file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12355variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12356need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12357need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12358version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12359runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12360shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12361shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12362libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12363library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12364soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12365install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12366postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12367postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12368finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12369finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12370hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12371sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12372sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12373hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12374enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12375enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12376enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12377old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12378striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12379
12380LTCC='$LTCC'
12381LTCFLAGS='$LTCFLAGS'
12382compiler='$compiler_DEFAULT'
12383
12384# A function that is used when there is no print builtin or printf.
12385func_fallback_echo ()
12386{
12387 eval 'cat <<_LTECHO_EOF
12388\$1
12389_LTECHO_EOF'
12390}
12391
12392# Quote evaled strings.
12393for var in SHELL \
12394ECHO \
12395SED \
12396GREP \
12397EGREP \
12398FGREP \
12399LD \
12400NM \
12401LN_S \
12402lt_SP2NL \
12403lt_NL2SP \
12404reload_flag \
12405OBJDUMP \
12406deplibs_check_method \
12407file_magic_cmd \
12408AR \
12409AR_FLAGS \
12410STRIP \
12411RANLIB \
12412CC \
12413CFLAGS \
12414compiler \
12415lt_cv_sys_global_symbol_pipe \
12416lt_cv_sys_global_symbol_to_cdecl \
12417lt_cv_sys_global_symbol_to_c_name_address \
12418lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12419lt_prog_compiler_no_builtin_flag \
12420lt_prog_compiler_wl \
12421lt_prog_compiler_pic \
12422lt_prog_compiler_static \
12423lt_cv_prog_compiler_c_o \
12424need_locks \
12425DSYMUTIL \
12426NMEDIT \
12427LIPO \
12428OTOOL \
12429OTOOL64 \
12430shrext_cmds \
12431export_dynamic_flag_spec \
12432whole_archive_flag_spec \
12433compiler_needs_object \
12434with_gnu_ld \
12435allow_undefined_flag \
12436no_undefined_flag \
12437hardcode_libdir_flag_spec \
12438hardcode_libdir_flag_spec_ld \
12439hardcode_libdir_separator \
12440fix_srcfile_path \
12441exclude_expsyms \
12442include_expsyms \
12443file_list_spec \
12444variables_saved_for_relink \
12445libname_spec \
12446library_names_spec \
12447soname_spec \
12448install_override_mode \
12449finish_eval \
12450old_striplib \
12451striplib; do
12452 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12453 *[\\\\\\\`\\"\\\$]*)
12454 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12455 ;;
12456 *)
12457 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12458 ;;
12459 esac
12460done
12461
12462# Double-quote double-evaled strings.
12463for var in reload_cmds \
12464old_postinstall_cmds \
12465old_postuninstall_cmds \
12466old_archive_cmds \
12467extract_expsyms_cmds \
12468old_archive_from_new_cmds \
12469old_archive_from_expsyms_cmds \
12470archive_cmds \
12471archive_expsym_cmds \
12472module_cmds \
12473module_expsym_cmds \
12474export_symbols_cmds \
12475prelink_cmds \
12476postinstall_cmds \
12477postuninstall_cmds \
12478finish_cmds \
12479sys_lib_search_path_spec \
12480sys_lib_dlsearch_path_spec; do
12481 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12482 *[\\\\\\\`\\"\\\$]*)
12483 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12484 ;;
12485 *)
12486 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12487 ;;
12488 esac
12489done
12490
12491ac_aux_dir='$ac_aux_dir'
12492xsi_shell='$xsi_shell'
12493lt_shell_append='$lt_shell_append'
12494
12495# See if we are running on zsh, and set the options which allow our
12496# commands through without removal of \ escapes INIT.
12497if test -n "\${ZSH_VERSION+set}" ; then
12498 setopt NO_GLOB_SUBST
12499fi
12500
12501
12502 PACKAGE='$PACKAGE'
12503 VERSION='$VERSION'
12504 TIMESTAMP='$TIMESTAMP'
12505 RM='$RM'
12506 ofile='$ofile'
12507
12508
12509
12510
81ecdfbb 12511_ACEOF
b7026657 12512
81ecdfbb 12513cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12514
81ecdfbb 12515# Handling of arguments.
b7026657
AC
12516for ac_config_target in $ac_config_targets
12517do
81ecdfbb
RW
12518 case $ac_config_target in
12519 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12520 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12521 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12522 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12523 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12524 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12525 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12526 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12527
d0ac1c44 12528 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c 12529 esac
b7026657 12530done
c906108c 12531
81ecdfbb 12532
b7026657
AC
12533# If the user did not use the arguments to specify the items to instantiate,
12534# then the envvar interface is used. Set only those that are not.
12535# We use the long form for the default assignment because of an extremely
12536# bizarre bug on SunOS 4.1.3.
12537if $ac_need_defaults; then
12538 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12539 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
12540 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12541fi
12542
12543# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12544# simply because there is no reason against having it here, and in addition,
b7026657 12545# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12546# Hook for its removal unless debugging.
12547# Note that there is a small window in which the directory will not be cleaned:
12548# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12549$debug ||
12550{
d0ac1c44 12551 tmp= ac_tmp=
81ecdfbb 12552 trap 'exit_status=$?
d0ac1c44
SM
12553 : "${ac_tmp:=$tmp}"
12554 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12555' 0
12556 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12557}
b7026657
AC
12558# Create a (secure) tmp directory for tmp files.
12559
12560{
81ecdfbb 12561 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12562 test -d "$tmp"
b7026657
AC
12563} ||
12564{
81ecdfbb
RW
12565 tmp=./conf$$-$RANDOM
12566 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12567} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12568ac_tmp=$tmp
b7026657 12569
81ecdfbb
RW
12570# Set up the scripts for CONFIG_FILES section.
12571# No need to generate them if there are no CONFIG_FILES.
12572# This happens for instance with `./config.status config.h'.
12573if test -n "$CONFIG_FILES"; then
b7026657 12574
b7026657 12575
81ecdfbb
RW
12576ac_cr=`echo X | tr X '\015'`
12577# On cygwin, bash can eat \r inside `` if the user requested igncr.
12578# But we know of no other shell where ac_cr would be empty at this
12579# point, so we can use a bashism as a fallback.
12580if test "x$ac_cr" = x; then
12581 eval ac_cr=\$\'\\r\'
12582fi
12583ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12584if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12585 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12586else
12587 ac_cs_awk_cr=$ac_cr
12588fi
b7026657 12589
d0ac1c44 12590echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12591_ACEOF
12592
81ecdfbb
RW
12593
12594{
12595 echo "cat >conf$$subs.awk <<_ACEOF" &&
12596 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12597 echo "_ACEOF"
12598} >conf$$subs.sh ||
d0ac1c44
SM
12599 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12600ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12601ac_delim='%!_!# '
12602for ac_last_try in false false false false false :; do
12603 . ./conf$$subs.sh ||
d0ac1c44 12604 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12605
12606 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12607 if test $ac_delim_n = $ac_delim_num; then
12608 break
12609 elif $ac_last_try; then
d0ac1c44 12610 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12611 else
12612 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 12613 fi
81ecdfbb
RW
12614done
12615rm -f conf$$subs.sh
c906108c 12616
81ecdfbb 12617cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12618cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12619_ACEOF
81ecdfbb
RW
12620sed -n '
12621h
12622s/^/S["/; s/!.*/"]=/
12623p
12624g
12625s/^[^!]*!//
12626:repl
12627t repl
12628s/'"$ac_delim"'$//
12629t delim
12630:nl
12631h
d0ac1c44 12632s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12633t more1
12634s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12635p
12636n
12637b repl
12638:more1
12639s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12640p
12641g
12642s/.\{148\}//
12643t nl
12644:delim
12645h
d0ac1c44 12646s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12647t more2
12648s/["\\]/\\&/g; s/^/"/; s/$/"/
12649p
12650b
12651:more2
12652s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12653p
12654g
12655s/.\{148\}//
12656t delim
12657' <conf$$subs.awk | sed '
12658/^[^""]/{
12659 N
12660 s/\n//
12661}
12662' >>$CONFIG_STATUS || ac_write_fail=1
12663rm -f conf$$subs.awk
12664cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12665_ACAWK
d0ac1c44 12666cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12667 for (key in S) S_is_set[key] = 1
12668 FS = "\a"
c906108c 12669
81ecdfbb
RW
12670}
12671{
12672 line = $ 0
12673 nfields = split(line, field, "@")
12674 substed = 0
12675 len = length(field[1])
12676 for (i = 2; i < nfields; i++) {
12677 key = field[i]
12678 keylen = length(key)
12679 if (S_is_set[key]) {
12680 value = S[key]
12681 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12682 len += length(value) + length(field[++i])
12683 substed = 1
12684 } else
12685 len += 1 + keylen
12686 }
12687
12688 print line
12689}
b7026657 12690
81ecdfbb
RW
12691_ACAWK
12692_ACEOF
12693cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12694if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12695 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12696else
81ecdfbb 12697 cat
d0ac1c44
SM
12698fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12699 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12700_ACEOF
b7026657 12701
d0ac1c44
SM
12702# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12703# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12704# trailing colons and then remove the whole line if VPATH becomes empty
12705# (actually we leave an empty line to preserve line numbers).
12706if test "x$srcdir" = x.; then
d0ac1c44
SM
12707 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12708h
12709s///
12710s/^/:/
12711s/[ ]*$/:/
12712s/:\$(srcdir):/:/g
12713s/:\${srcdir}:/:/g
12714s/:@srcdir@:/:/g
12715s/^:*//
81ecdfbb 12716s/:*$//
d0ac1c44
SM
12717x
12718s/\(=[ ]*\).*/\1/
12719G
12720s/\n//
81ecdfbb
RW
12721s/^[^=]*=[ ]*$//
12722}'
12723fi
b7026657 12724
81ecdfbb
RW
12725cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12726fi # test -n "$CONFIG_FILES"
b7026657 12727
81ecdfbb
RW
12728# Set up the scripts for CONFIG_HEADERS section.
12729# No need to generate them if there are no CONFIG_HEADERS.
12730# This happens for instance with `./config.status Makefile'.
12731if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12732cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12733BEGIN {
12734_ACEOF
b7026657 12735
81ecdfbb
RW
12736# Transform confdefs.h into an awk script `defines.awk', embedded as
12737# here-document in config.status, that substitutes the proper values into
12738# config.h.in to produce config.h.
c906108c 12739
81ecdfbb
RW
12740# Create a delimiter string that does not exist in confdefs.h, to ease
12741# handling of long lines.
12742ac_delim='%!_!# '
12743for ac_last_try in false false :; do
d0ac1c44
SM
12744 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12745 if test -z "$ac_tt"; then
81ecdfbb
RW
12746 break
12747 elif $ac_last_try; then
d0ac1c44 12748 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 12749 else
81ecdfbb 12750 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 12751 fi
b7026657 12752done
81ecdfbb
RW
12753
12754# For the awk script, D is an array of macro values keyed by name,
12755# likewise P contains macro parameters if any. Preserve backslash
12756# newline sequences.
12757
12758ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12759sed -n '
12760s/.\{148\}/&'"$ac_delim"'/g
12761t rset
12762:rset
12763s/^[ ]*#[ ]*define[ ][ ]*/ /
12764t def
12765d
12766:def
12767s/\\$//
12768t bsnl
12769s/["\\]/\\&/g
12770s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12771D["\1"]=" \3"/p
12772s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12773d
12774:bsnl
12775s/["\\]/\\&/g
12776s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12777D["\1"]=" \3\\\\\\n"\\/p
12778t cont
12779s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12780t cont
12781d
12782:cont
12783n
12784s/.\{148\}/&'"$ac_delim"'/g
12785t clear
12786:clear
12787s/\\$//
12788t bsnlc
12789s/["\\]/\\&/g; s/^/"/; s/$/"/p
12790d
12791:bsnlc
12792s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12793b cont
12794' <confdefs.h | sed '
12795s/'"$ac_delim"'/"\\\
12796"/g' >>$CONFIG_STATUS || ac_write_fail=1
12797
12798cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12799 for (key in D) D_is_set[key] = 1
12800 FS = "\a"
12801}
12802/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12803 line = \$ 0
12804 split(line, arg, " ")
12805 if (arg[1] == "#") {
12806 defundef = arg[2]
12807 mac1 = arg[3]
12808 } else {
12809 defundef = substr(arg[1], 2)
12810 mac1 = arg[2]
12811 }
12812 split(mac1, mac2, "(") #)
12813 macro = mac2[1]
12814 prefix = substr(line, 1, index(line, defundef) - 1)
12815 if (D_is_set[macro]) {
12816 # Preserve the white space surrounding the "#".
12817 print prefix "define", macro P[macro] D[macro]
12818 next
12819 } else {
12820 # Replace #undef with comments. This is necessary, for example,
12821 # in the case of _POSIX_SOURCE, which is predefined and required
12822 # on some systems where configure will not decide to define it.
12823 if (defundef == "undef") {
12824 print "/*", prefix defundef, macro, "*/"
12825 next
12826 }
12827 }
12828}
12829{ print }
12830_ACAWK
b7026657 12831_ACEOF
81ecdfbb 12832cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 12833 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 12834fi # test -n "$CONFIG_HEADERS"
b7026657 12835
c906108c 12836
99d8e879 12837eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
12838shift
12839for ac_tag
12840do
12841 case $ac_tag in
12842 :[FHLC]) ac_mode=$ac_tag; continue;;
12843 esac
12844 case $ac_mode$ac_tag in
12845 :[FHL]*:*);;
d0ac1c44 12846 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12847 :[FH]-) ac_tag=-:-;;
12848 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 12849 esac
81ecdfbb
RW
12850 ac_save_IFS=$IFS
12851 IFS=:
12852 set x $ac_tag
12853 IFS=$ac_save_IFS
12854 shift
12855 ac_file=$1
12856 shift
c906108c 12857
81ecdfbb
RW
12858 case $ac_mode in
12859 :L) ac_source=$1;;
12860 :[FH])
12861 ac_file_inputs=
12862 for ac_f
12863 do
12864 case $ac_f in
d0ac1c44 12865 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12866 *) # Look for the file first in the build tree, then in the source tree
12867 # (if the path is not absolute). The absolute path cannot be DOS-style,
12868 # because $ac_f cannot contain `:'.
12869 test -f "$ac_f" ||
12870 case $ac_f in
12871 [\\/$]*) false;;
12872 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12873 esac ||
d0ac1c44 12874 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12875 esac
81ecdfbb
RW
12876 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12877 as_fn_append ac_file_inputs " '$ac_f'"
12878 done
b7026657 12879
81ecdfbb
RW
12880 # Let's still pretend it is `configure' which instantiates (i.e., don't
12881 # use $as_me), people would be surprised to read:
12882 # /* config.h. Generated by config.status. */
12883 configure_input='Generated from '`
12884 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12885 `' by configure.'
12886 if test x"$ac_file" != x-; then
12887 configure_input="$ac_file. $configure_input"
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12889$as_echo "$as_me: creating $ac_file" >&6;}
12890 fi
12891 # Neutralize special characters interpreted by sed in replacement strings.
12892 case $configure_input in #(
12893 *\&* | *\|* | *\\* )
12894 ac_sed_conf_input=`$as_echo "$configure_input" |
12895 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12896 *) ac_sed_conf_input=$configure_input;;
12897 esac
b7026657 12898
81ecdfbb 12899 case $ac_tag in
d0ac1c44
SM
12900 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12901 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12902 esac
12903 ;;
12904 esac
b7026657 12905
81ecdfbb 12906 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12907$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12908 X"$ac_file" : 'X\(//\)[^/]' \| \
12909 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12910 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12911$as_echo X"$ac_file" |
12912 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12913 s//\1/
12914 q
12915 }
12916 /^X\(\/\/\)[^/].*/{
12917 s//\1/
12918 q
12919 }
12920 /^X\(\/\/\)$/{
12921 s//\1/
12922 q
12923 }
12924 /^X\(\/\).*/{
12925 s//\1/
12926 q
12927 }
12928 s/.*/./; q'`
12929 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12930 ac_builddir=.
12931
81ecdfbb
RW
12932case "$ac_dir" in
12933.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12934*)
12935 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12936 # A ".." for each directory in $ac_dir_suffix.
12937 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12938 case $ac_top_builddir_sub in
12939 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12940 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12941 esac ;;
12942esac
12943ac_abs_top_builddir=$ac_pwd
12944ac_abs_builddir=$ac_pwd$ac_dir_suffix
12945# for backward compatibility:
12946ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12947
12948case $srcdir in
81ecdfbb 12949 .) # We are building in place.
b7026657 12950 ac_srcdir=.
81ecdfbb
RW
12951 ac_top_srcdir=$ac_top_builddir_sub
12952 ac_abs_top_srcdir=$ac_pwd ;;
12953 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12954 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12955 ac_top_srcdir=$srcdir
12956 ac_abs_top_srcdir=$srcdir ;;
12957 *) # Relative name.
12958 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12959 ac_top_srcdir=$ac_top_build_prefix$srcdir
12960 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12961esac
81ecdfbb 12962ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12963
c906108c 12964
81ecdfbb
RW
12965 case $ac_mode in
12966 :F)
12967 #
12968 # CONFIG_FILE
12969 #
b7026657 12970
81ecdfbb
RW
12971 case $INSTALL in
12972 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12973 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 12974 esac
81ecdfbb 12975_ACEOF
c906108c 12976
81ecdfbb
RW
12977cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12978# If the template does not know about datarootdir, expand it.
12979# FIXME: This hack should be removed a few years after 2.60.
12980ac_datarootdir_hack=; ac_datarootdir_seen=
12981ac_sed_dataroot='
12982/datarootdir/ {
12983 p
12984 q
12985}
12986/@datadir@/p
12987/@docdir@/p
12988/@infodir@/p
12989/@localedir@/p
12990/@mandir@/p'
12991case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12992*datarootdir*) ac_datarootdir_seen=yes;;
12993*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12995$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12996_ACEOF
12997cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12998 ac_datarootdir_hack='
12999 s&@datadir@&$datadir&g
13000 s&@docdir@&$docdir&g
13001 s&@infodir@&$infodir&g
13002 s&@localedir@&$localedir&g
13003 s&@mandir@&$mandir&g
13004 s&\\\${datarootdir}&$datarootdir&g' ;;
13005esac
b7026657 13006_ACEOF
b7026657 13007
81ecdfbb
RW
13008# Neutralize VPATH when `$srcdir' = `.'.
13009# Shell code in configure.ac might set extrasub.
13010# FIXME: do we really want to maintain this feature?
13011cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13012ac_sed_extra="$ac_vpsub
13013$extrasub
13014_ACEOF
13015cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13016:t
13017/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13018s|@configure_input@|$ac_sed_conf_input|;t t
13019s&@top_builddir@&$ac_top_builddir_sub&;t t
13020s&@top_build_prefix@&$ac_top_build_prefix&;t t
13021s&@srcdir@&$ac_srcdir&;t t
13022s&@abs_srcdir@&$ac_abs_srcdir&;t t
13023s&@top_srcdir@&$ac_top_srcdir&;t t
13024s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13025s&@builddir@&$ac_builddir&;t t
13026s&@abs_builddir@&$ac_abs_builddir&;t t
13027s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13028s&@INSTALL@&$ac_INSTALL&;t t
13029$ac_datarootdir_hack
13030"
d0ac1c44
SM
13031eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13032 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13033
13034test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13035 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13036 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13037 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13039which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13040$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13041which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13042
d0ac1c44 13043 rm -f "$ac_tmp/stdin"
81ecdfbb 13044 case $ac_file in
d0ac1c44
SM
13045 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13046 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13047 esac \
d0ac1c44 13048 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13049 ;;
13050 :H)
13051 #
13052 # CONFIG_HEADER
13053 #
13054 if test x"$ac_file" != x-; then
13055 {
13056 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13057 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13058 } >"$ac_tmp/config.h" \
13059 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13060 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13062$as_echo "$as_me: $ac_file is unchanged" >&6;}
13063 else
13064 rm -f "$ac_file"
d0ac1c44
SM
13065 mv "$ac_tmp/config.h" "$ac_file" \
13066 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13067 fi
b7026657 13068 else
81ecdfbb 13069 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13070 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13071 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13072 fi
13073 ;;
b7026657 13074
81ecdfbb
RW
13075 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13076$as_echo "$as_me: executing $ac_file commands" >&6;}
13077 ;;
13078 esac
b7026657
AC
13079
13080
81ecdfbb 13081 case $ac_file$ac_mode in
db2e4d67 13082 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13083 "libtool":C)
13084
13085 # See if we are running on zsh, and set the options which allow our
13086 # commands through without removal of \ escapes.
13087 if test -n "${ZSH_VERSION+set}" ; then
13088 setopt NO_GLOB_SUBST
13089 fi
13090
13091 cfgfile="${ofile}T"
13092 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13093 $RM "$cfgfile"
13094
13095 cat <<_LT_EOF >> "$cfgfile"
13096#! $SHELL
13097
13098# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13099# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13100# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13101# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13102#
13103# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13104# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13105# Written by Gordon Matzigkeit, 1996
13106#
13107# This file is part of GNU Libtool.
13108#
13109# GNU Libtool is free software; you can redistribute it and/or
13110# modify it under the terms of the GNU General Public License as
13111# published by the Free Software Foundation; either version 2 of
13112# the License, or (at your option) any later version.
13113#
13114# As a special exception to the GNU General Public License,
13115# if you distribute this file as part of a program or library that
13116# is built using GNU Libtool, you may include this file under the
13117# same distribution terms that you use for the rest of that program.
13118#
13119# GNU Libtool is distributed in the hope that it will be useful,
13120# but WITHOUT ANY WARRANTY; without even the implied warranty of
13121# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13122# GNU General Public License for more details.
13123#
13124# You should have received a copy of the GNU General Public License
13125# along with GNU Libtool; see the file COPYING. If not, a copy
13126# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13127# obtained by writing to the Free Software Foundation, Inc.,
13128# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13129
13130
13131# The names of the tagged configurations supported by this script.
13132available_tags=""
13133
13134# ### BEGIN LIBTOOL CONFIG
13135
13136# Which release of libtool.m4 was used?
13137macro_version=$macro_version
13138macro_revision=$macro_revision
13139
13140# Whether or not to build shared libraries.
13141build_libtool_libs=$enable_shared
13142
13143# Whether or not to build static libraries.
13144build_old_libs=$enable_static
13145
13146# What type of objects to build.
13147pic_mode=$pic_mode
13148
13149# Whether or not to optimize for fast installation.
13150fast_install=$enable_fast_install
13151
13152# Shell to use when invoking shell scripts.
13153SHELL=$lt_SHELL
13154
13155# An echo program that protects backslashes.
13156ECHO=$lt_ECHO
13157
13158# The host system.
13159host_alias=$host_alias
13160host=$host
13161host_os=$host_os
13162
13163# The build system.
13164build_alias=$build_alias
13165build=$build
13166build_os=$build_os
13167
13168# A sed program that does not truncate output.
13169SED=$lt_SED
13170
13171# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13172Xsed="\$SED -e 1s/^X//"
13173
13174# A grep program that handles long lines.
13175GREP=$lt_GREP
13176
13177# An ERE matcher.
13178EGREP=$lt_EGREP
13179
13180# A literal string matcher.
13181FGREP=$lt_FGREP
13182
13183# A BSD- or MS-compatible name lister.
13184NM=$lt_NM
13185
13186# Whether we need soft or hard links.
13187LN_S=$lt_LN_S
13188
13189# What is the maximum length of a command?
13190max_cmd_len=$max_cmd_len
13191
13192# Object file suffix (normally "o").
13193objext=$ac_objext
13194
13195# Executable file suffix (normally "").
13196exeext=$exeext
13197
13198# whether the shell understands "unset".
13199lt_unset=$lt_unset
13200
13201# turn spaces into newlines.
13202SP2NL=$lt_lt_SP2NL
13203
13204# turn newlines into spaces.
13205NL2SP=$lt_lt_NL2SP
13206
13207# An object symbol dumper.
13208OBJDUMP=$lt_OBJDUMP
13209
13210# Method to check whether dependent libraries are shared objects.
13211deplibs_check_method=$lt_deplibs_check_method
13212
13213# Command to use when deplibs_check_method == "file_magic".
13214file_magic_cmd=$lt_file_magic_cmd
13215
13216# The archiver.
13217AR=$lt_AR
13218AR_FLAGS=$lt_AR_FLAGS
13219
13220# A symbol stripping program.
13221STRIP=$lt_STRIP
13222
13223# Commands used to install an old-style archive.
13224RANLIB=$lt_RANLIB
13225old_postinstall_cmds=$lt_old_postinstall_cmds
13226old_postuninstall_cmds=$lt_old_postuninstall_cmds
13227
13228# Whether to use a lock for old archive extraction.
13229lock_old_archive_extraction=$lock_old_archive_extraction
13230
13231# A C compiler.
13232LTCC=$lt_CC
13233
13234# LTCC compiler flags.
13235LTCFLAGS=$lt_CFLAGS
13236
13237# Take the output of nm and produce a listing of raw symbols and C names.
13238global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13239
13240# Transform the output of nm in a proper C declaration.
13241global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13242
13243# Transform the output of nm in a C name address pair.
13244global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13245
13246# Transform the output of nm in a C name address pair when lib prefix is needed.
13247global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13248
13249# The name of the directory that contains temporary libtool files.
13250objdir=$objdir
13251
13252# Used to examine libraries when file_magic_cmd begins with "file".
13253MAGIC_CMD=$MAGIC_CMD
13254
13255# Must we lock files when doing compilation?
13256need_locks=$lt_need_locks
13257
13258# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13259DSYMUTIL=$lt_DSYMUTIL
13260
13261# Tool to change global to local symbols on Mac OS X.
13262NMEDIT=$lt_NMEDIT
13263
13264# Tool to manipulate fat objects and archives on Mac OS X.
13265LIPO=$lt_LIPO
13266
13267# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13268OTOOL=$lt_OTOOL
13269
13270# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13271OTOOL64=$lt_OTOOL64
13272
13273# Old archive suffix (normally "a").
13274libext=$libext
13275
13276# Shared library suffix (normally ".so").
13277shrext_cmds=$lt_shrext_cmds
13278
13279# The commands to extract the exported symbol list from a shared archive.
13280extract_expsyms_cmds=$lt_extract_expsyms_cmds
13281
13282# Variables whose values should be saved in libtool wrapper scripts and
13283# restored at link time.
13284variables_saved_for_relink=$lt_variables_saved_for_relink
13285
13286# Do we need the "lib" prefix for modules?
13287need_lib_prefix=$need_lib_prefix
13288
13289# Do we need a version for libraries?
13290need_version=$need_version
13291
13292# Library versioning type.
13293version_type=$version_type
13294
13295# Shared library runtime path variable.
13296runpath_var=$runpath_var
13297
13298# Shared library path variable.
13299shlibpath_var=$shlibpath_var
13300
13301# Is shlibpath searched before the hard-coded library search path?
13302shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13303
13304# Format of library name prefix.
13305libname_spec=$lt_libname_spec
13306
13307# List of archive names. First name is the real one, the rest are links.
13308# The last name is the one that the linker finds with -lNAME
13309library_names_spec=$lt_library_names_spec
13310
13311# The coded name of the library, if different from the real name.
13312soname_spec=$lt_soname_spec
13313
13314# Permission mode override for installation of shared libraries.
13315install_override_mode=$lt_install_override_mode
13316
13317# Command to use after installation of a shared archive.
13318postinstall_cmds=$lt_postinstall_cmds
13319
13320# Command to use after uninstallation of a shared archive.
13321postuninstall_cmds=$lt_postuninstall_cmds
13322
13323# Commands used to finish a libtool library installation in a directory.
13324finish_cmds=$lt_finish_cmds
13325
13326# As "finish_cmds", except a single script fragment to be evaled but
13327# not shown.
13328finish_eval=$lt_finish_eval
13329
13330# Whether we should hardcode library paths into libraries.
13331hardcode_into_libs=$hardcode_into_libs
13332
13333# Compile-time system search path for libraries.
13334sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13335
13336# Run-time system search path for libraries.
13337sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13338
13339# Whether dlopen is supported.
13340dlopen_support=$enable_dlopen
13341
13342# Whether dlopen of programs is supported.
13343dlopen_self=$enable_dlopen_self
13344
13345# Whether dlopen of statically linked programs is supported.
13346dlopen_self_static=$enable_dlopen_self_static
13347
13348# Commands to strip libraries.
13349old_striplib=$lt_old_striplib
13350striplib=$lt_striplib
13351
13352
13353# The linker used to build libraries.
13354LD=$lt_LD
13355
13356# How to create reloadable object files.
13357reload_flag=$lt_reload_flag
13358reload_cmds=$lt_reload_cmds
13359
13360# Commands used to build an old-style archive.
13361old_archive_cmds=$lt_old_archive_cmds
13362
13363# A language specific compiler.
13364CC=$lt_compiler
13365
13366# Is the compiler the GNU compiler?
13367with_gcc=$GCC
13368
13369# Compiler flag to turn off builtin functions.
13370no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13371
13372# How to pass a linker flag through the compiler.
13373wl=$lt_lt_prog_compiler_wl
13374
13375# Additional compiler flags for building library objects.
13376pic_flag=$lt_lt_prog_compiler_pic
13377
13378# Compiler flag to prevent dynamic linking.
13379link_static_flag=$lt_lt_prog_compiler_static
13380
13381# Does compiler simultaneously support -c and -o options?
13382compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13383
13384# Whether or not to add -lc for building shared libraries.
13385build_libtool_need_lc=$archive_cmds_need_lc
13386
13387# Whether or not to disallow shared libs when runtime libs are static.
13388allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13389
13390# Compiler flag to allow reflexive dlopens.
13391export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13392
13393# Compiler flag to generate shared objects directly from archives.
13394whole_archive_flag_spec=$lt_whole_archive_flag_spec
13395
13396# Whether the compiler copes with passing no objects directly.
13397compiler_needs_object=$lt_compiler_needs_object
13398
13399# Create an old-style archive from a shared archive.
13400old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13401
13402# Create a temporary old-style archive to link instead of a shared archive.
13403old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13404
13405# Commands used to build a shared archive.
13406archive_cmds=$lt_archive_cmds
13407archive_expsym_cmds=$lt_archive_expsym_cmds
13408
13409# Commands used to build a loadable module if different from building
13410# a shared archive.
13411module_cmds=$lt_module_cmds
13412module_expsym_cmds=$lt_module_expsym_cmds
13413
13414# Whether we are building with GNU ld or not.
13415with_gnu_ld=$lt_with_gnu_ld
13416
13417# Flag that allows shared libraries with undefined symbols to be built.
13418allow_undefined_flag=$lt_allow_undefined_flag
13419
13420# Flag that enforces no undefined symbols.
13421no_undefined_flag=$lt_no_undefined_flag
13422
13423# Flag to hardcode \$libdir into a binary during linking.
13424# This must work even if \$libdir does not exist
13425hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13426
13427# If ld is used when linking, flag to hardcode \$libdir into a binary
13428# during linking. This must work even if \$libdir does not exist.
13429hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13430
13431# Whether we need a single "-rpath" flag with a separated argument.
13432hardcode_libdir_separator=$lt_hardcode_libdir_separator
13433
13434# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13435# DIR into the resulting binary.
13436hardcode_direct=$hardcode_direct
13437
13438# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13439# DIR into the resulting binary and the resulting library dependency is
13440# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13441# library is relocated.
13442hardcode_direct_absolute=$hardcode_direct_absolute
13443
13444# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13445# into the resulting binary.
13446hardcode_minus_L=$hardcode_minus_L
13447
13448# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13449# into the resulting binary.
13450hardcode_shlibpath_var=$hardcode_shlibpath_var
13451
13452# Set to "yes" if building a shared library automatically hardcodes DIR
13453# into the library and all subsequent libraries and executables linked
13454# against it.
13455hardcode_automatic=$hardcode_automatic
13456
13457# Set to yes if linker adds runtime paths of dependent libraries
13458# to runtime path list.
13459inherit_rpath=$inherit_rpath
13460
13461# Whether libtool must link a program against all its dependency libraries.
13462link_all_deplibs=$link_all_deplibs
13463
13464# Fix the shell variable \$srcfile for the compiler.
13465fix_srcfile_path=$lt_fix_srcfile_path
13466
13467# Set to "yes" if exported symbols are required.
13468always_export_symbols=$always_export_symbols
13469
13470# The commands to list exported symbols.
13471export_symbols_cmds=$lt_export_symbols_cmds
13472
13473# Symbols that should not be listed in the preloaded symbols.
13474exclude_expsyms=$lt_exclude_expsyms
13475
13476# Symbols that must always be exported.
13477include_expsyms=$lt_include_expsyms
13478
13479# Commands necessary for linking programs (against libraries) with templates.
13480prelink_cmds=$lt_prelink_cmds
13481
13482# Specify filename containing input files.
13483file_list_spec=$lt_file_list_spec
13484
13485# How to hardcode a shared library path into an executable.
13486hardcode_action=$hardcode_action
13487
13488# ### END LIBTOOL CONFIG
13489
13490_LT_EOF
13491
13492 case $host_os in
13493 aix3*)
13494 cat <<\_LT_EOF >> "$cfgfile"
13495# AIX sometimes has problems with the GCC collect2 program. For some
13496# reason, if we set the COLLECT_NAMES environment variable, the problems
13497# vanish in a puff of smoke.
13498if test "X${COLLECT_NAMES+set}" != Xset; then
13499 COLLECT_NAMES=
13500 export COLLECT_NAMES
13501fi
13502_LT_EOF
13503 ;;
13504 esac
13505
13506
13507ltmain="$ac_aux_dir/ltmain.sh"
13508
13509
13510 # We use sed instead of cat because bash on DJGPP gets confused if
13511 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13512 # text mode, it properly converts lines to CR/LF. This bash problem
13513 # is reportedly fixed, but why not run on old versions too?
13514 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13515 || (rm -f "$cfgfile"; exit 1)
13516
13517 case $xsi_shell in
13518 yes)
13519 cat << \_LT_EOF >> "$cfgfile"
13520
13521# func_dirname file append nondir_replacement
13522# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13523# otherwise set result to NONDIR_REPLACEMENT.
13524func_dirname ()
13525{
13526 case ${1} in
13527 */*) func_dirname_result="${1%/*}${2}" ;;
13528 * ) func_dirname_result="${3}" ;;
13529 esac
13530}
13531
13532# func_basename file
13533func_basename ()
13534{
13535 func_basename_result="${1##*/}"
13536}
13537
13538# func_dirname_and_basename file append nondir_replacement
13539# perform func_basename and func_dirname in a single function
13540# call:
13541# dirname: Compute the dirname of FILE. If nonempty,
13542# add APPEND to the result, otherwise set result
13543# to NONDIR_REPLACEMENT.
13544# value returned in "$func_dirname_result"
13545# basename: Compute filename of FILE.
13546# value retuned in "$func_basename_result"
13547# Implementation must be kept synchronized with func_dirname
13548# and func_basename. For efficiency, we do not delegate to
13549# those functions but instead duplicate the functionality here.
13550func_dirname_and_basename ()
13551{
13552 case ${1} in
13553 */*) func_dirname_result="${1%/*}${2}" ;;
13554 * ) func_dirname_result="${3}" ;;
13555 esac
13556 func_basename_result="${1##*/}"
13557}
13558
13559# func_stripname prefix suffix name
13560# strip PREFIX and SUFFIX off of NAME.
13561# PREFIX and SUFFIX must not contain globbing or regex special
13562# characters, hashes, percent signs, but SUFFIX may contain a leading
13563# dot (in which case that matches only a dot).
13564func_stripname ()
13565{
13566 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13567 # positional parameters, so assign one to ordinary parameter first.
13568 func_stripname_result=${3}
13569 func_stripname_result=${func_stripname_result#"${1}"}
13570 func_stripname_result=${func_stripname_result%"${2}"}
13571}
13572
13573# func_opt_split
13574func_opt_split ()
13575{
13576 func_opt_split_opt=${1%%=*}
13577 func_opt_split_arg=${1#*=}
13578}
13579
13580# func_lo2o object
13581func_lo2o ()
13582{
13583 case ${1} in
13584 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13585 *) func_lo2o_result=${1} ;;
13586 esac
13587}
13588
13589# func_xform libobj-or-source
13590func_xform ()
13591{
13592 func_xform_result=${1%.*}.lo
13593}
13594
13595# func_arith arithmetic-term...
13596func_arith ()
13597{
13598 func_arith_result=$(( $* ))
13599}
13600
13601# func_len string
13602# STRING may not start with a hyphen.
13603func_len ()
13604{
13605 func_len_result=${#1}
13606}
13607
13608_LT_EOF
13609 ;;
13610 *) # Bourne compatible functions.
13611 cat << \_LT_EOF >> "$cfgfile"
13612
13613# func_dirname file append nondir_replacement
13614# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13615# otherwise set result to NONDIR_REPLACEMENT.
13616func_dirname ()
13617{
13618 # Extract subdirectory from the argument.
13619 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13620 if test "X$func_dirname_result" = "X${1}"; then
13621 func_dirname_result="${3}"
13622 else
13623 func_dirname_result="$func_dirname_result${2}"
13624 fi
13625}
13626
13627# func_basename file
13628func_basename ()
13629{
13630 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13631}
13632
13633
13634# func_stripname prefix suffix name
13635# strip PREFIX and SUFFIX off of NAME.
13636# PREFIX and SUFFIX must not contain globbing or regex special
13637# characters, hashes, percent signs, but SUFFIX may contain a leading
13638# dot (in which case that matches only a dot).
13639# func_strip_suffix prefix name
13640func_stripname ()
13641{
13642 case ${2} in
13643 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13644 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13645 esac
13646}
13647
13648# sed scripts:
13649my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13650my_sed_long_arg='1s/^-[^=]*=//'
13651
13652# func_opt_split
13653func_opt_split ()
13654{
13655 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13656 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13657}
13658
13659# func_lo2o object
13660func_lo2o ()
13661{
13662 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13663}
13664
13665# func_xform libobj-or-source
13666func_xform ()
13667{
13668 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13669}
13670
13671# func_arith arithmetic-term...
13672func_arith ()
13673{
13674 func_arith_result=`expr "$@"`
13675}
13676
13677# func_len string
13678# STRING may not start with a hyphen.
13679func_len ()
13680{
13681 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13682}
13683
13684_LT_EOF
13685esac
13686
13687case $lt_shell_append in
13688 yes)
13689 cat << \_LT_EOF >> "$cfgfile"
13690
13691# func_append var value
13692# Append VALUE to the end of shell variable VAR.
13693func_append ()
13694{
13695 eval "$1+=\$2"
13696}
13697_LT_EOF
13698 ;;
13699 *)
13700 cat << \_LT_EOF >> "$cfgfile"
13701
13702# func_append var value
13703# Append VALUE to the end of shell variable VAR.
13704func_append ()
13705{
13706 eval "$1=\$$1\$2"
13707}
13708
13709_LT_EOF
13710 ;;
13711 esac
13712
13713
13714 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13715 || (rm -f "$cfgfile"; exit 1)
13716
13717 mv -f "$cfgfile" "$ofile" ||
13718 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13719 chmod +x "$ofile"
13720
13721 ;;
81ecdfbb 13722 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13723 rm -f Makesim1.tmp Makesim2.tmp Makefile
13724 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13725 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13726 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
13727 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13728 <Makefile.sim >Makefile
38f48d72 13729 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13730 ;;
81ecdfbb
RW
13731 "stamp-h":C) echo > stamp-h ;;
13732
b7026657 13733 esac
81ecdfbb 13734done # for ac_tag
c906108c 13735
b7026657 13736
81ecdfbb 13737as_fn_exit 0
b7026657 13738_ACEOF
b7026657
AC
13739ac_clean_files=$ac_clean_files_save
13740
81ecdfbb 13741test $ac_write_fail = 0 ||
d0ac1c44 13742 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13743
b7026657
AC
13744
13745# configure is writing to config.log, and then calls config.status.
13746# config.status does its own redirection, appending to config.log.
13747# Unfortunately, on DOS this fails, as config.log is still kept open
13748# by configure, so config.status won't be able to write to it; its
13749# output is simply discarded. So we exec the FD to /dev/null,
13750# effectively closing config.log, so it can be properly (re)opened and
13751# appended to by config.status. When coming back to configure, we
13752# need to make the FD available again.
13753if test "$no_create" != yes; then
13754 ac_cs_success=:
13755 ac_config_status_args=
13756 test "$silent" = yes &&
13757 ac_config_status_args="$ac_config_status_args --quiet"
13758 exec 5>/dev/null
13759 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13760 exec 5>>config.log
13761 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13762 # would make configure fail if this is the last instruction.
d0ac1c44 13763 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13764fi
13765if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13767$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13768fi
c906108c
SS
13769
13770