]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32r/configure
sim: move -Werror disabling to Makefile
[thirdparty/binutils-gdb.git] / sim / m32r / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
c906108c 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
c906108c 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 471
c906108c 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_float
636sim_bitsize
81ecdfbb
RW
637cgen_breaks
638sim_extra_cflags
639traps_obj
640cgen
641cgendir
642CGEN_MAINT
81ecdfbb 643MAINT
31e6ad7d
MF
644MAINTAINER_MODE_FALSE
645MAINTAINER_MODE_TRUE
6bb11ab3
L
646lt_cv_dlopen_libs
647OTOOL64
648OTOOL
649LIPO
650NMEDIT
651DSYMUTIL
652AWK
653STRIP
654OBJDUMP
655LN_S
656NM
657ac_ct_DUMPBIN
658DUMPBIN
659LD
660FGREP
661SED
662LIBTOOL
663PLUGINS_FALSE
664PLUGINS_TRUE
aadc9410
MF
665zlibinc
666zlibdir
81ecdfbb
RW
667CATOBJEXT
668GENCAT
669INSTOBJEXT
670DATADIRNAME
671CATALOGS
672POSUB
673GMSGFMT
674XGETTEXT
675INCINTL
676LIBINTL_DEP
677LIBINTL
678USE_NLS
db2e4d67
MF
679CCDEPMODE
680DEPDIR
681am__leading_dot
46f900c0 682C_DIALECT
81ecdfbb
RW
683RANLIB
684AR
c2783492 685LDFLAGS_FOR_BUILD
c25ea03d 686CFLAGS_FOR_BUILD
aa0fca16 687RANLIB_FOR_BUILD
81ecdfbb 688CC_FOR_BUILD
aa0fca16 689AR_FOR_BUILD
81ecdfbb
RW
690INSTALL_DATA
691INSTALL_SCRIPT
692INSTALL_PROGRAM
2232061b
MF
693EGREP
694GREP
c2783492
MF
695CPP
696OBJEXT
697EXEEXT
698ac_ct_CC
699CPPFLAGS
700LDFLAGS
701CFLAGS
702CC
81ecdfbb
RW
703target_os
704target_vendor
705target_cpu
706target
707host_os
708host_vendor
709host_cpu
710host
711build_os
712build_vendor
713build_cpu
714build
81ecdfbb
RW
715target_alias
716host_alias
717build_alias
718LIBS
719ECHO_T
720ECHO_N
721ECHO_C
722DEFS
723mandir
724localedir
725libdir
726psdir
727pdfdir
728dvidir
729htmldir
730infodir
731docdir
732oldincludedir
733includedir
734localstatedir
735sharedstatedir
736sysconfdir
737datadir
738datarootdir
739libexecdir
740sbindir
741bindir
742program_transform_name
743prefix
744exec_prefix
745PACKAGE_URL
746PACKAGE_BUGREPORT
747PACKAGE_STRING
748PACKAGE_VERSION
749PACKAGE_TARNAME
750PACKAGE_NAME
751PATH_SEPARATOR
136da8cd
MF
752SHELL
753WERROR_CFLAGS
754WARN_CFLAGS
760b3e8b 755sim_scache
136da8cd
MF
756sim_inline
757sim_hw
758sim_hw_objs
759sim_hw_cflags
ba307cdd 760sim_default_model'
b7026657 761ac_subst_files=''
81ecdfbb
RW
762ac_user_opts='
763enable_option_checking
aadc9410 764with_system_zlib
6bb11ab3
L
765enable_plugins
766enable_shared
767enable_static
768with_pic
769enable_fast_install
770with_gnu_ld
771enable_libtool_lock
81ecdfbb 772enable_maintainer_mode
347fe5bb 773enable_sim_inline
81ecdfbb
RW
774enable_sim_scache
775enable_sim_default_model
982c3a65
MF
776enable_cgen_maint
777enable_sim_hardware
5c1008a4
MF
778enable_werror
779enable_build_warnings
780enable_sim_build_warnings
81ecdfbb
RW
781'
782 ac_precious_vars='build_alias
783host_alias
784target_alias
785CC
786CFLAGS
787LDFLAGS
788LIBS
789CPPFLAGS
790CPP'
791
c906108c
SS
792
793# Initialize some variables set by options.
b7026657
AC
794ac_init_help=
795ac_init_version=false
81ecdfbb
RW
796ac_unrecognized_opts=
797ac_unrecognized_sep=
c906108c
SS
798# The variables have the same names as the options, with
799# dashes changed to underlines.
b7026657 800cache_file=/dev/null
c906108c 801exec_prefix=NONE
c906108c 802no_create=
c906108c
SS
803no_recursion=
804prefix=NONE
805program_prefix=NONE
806program_suffix=NONE
807program_transform_name=s,x,x,
808silent=
809site=
810srcdir=
c906108c
SS
811verbose=
812x_includes=NONE
813x_libraries=NONE
b7026657
AC
814
815# Installation directory options.
816# These are left unexpanded so users can "make install exec_prefix=/foo"
817# and all the variables that are supposed to be based on exec_prefix
818# by default will actually change.
819# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 820# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
821bindir='${exec_prefix}/bin'
822sbindir='${exec_prefix}/sbin'
823libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
824datarootdir='${prefix}/share'
825datadir='${datarootdir}'
c906108c
SS
826sysconfdir='${prefix}/etc'
827sharedstatedir='${prefix}/com'
828localstatedir='${prefix}/var'
c906108c
SS
829includedir='${prefix}/include'
830oldincludedir='/usr/include'
81ecdfbb
RW
831docdir='${datarootdir}/doc/${PACKAGE}'
832infodir='${datarootdir}/info'
833htmldir='${docdir}'
834dvidir='${docdir}'
835pdfdir='${docdir}'
836psdir='${docdir}'
837libdir='${exec_prefix}/lib'
838localedir='${datarootdir}/locale'
839mandir='${datarootdir}/man'
c906108c 840
c906108c 841ac_prev=
81ecdfbb 842ac_dashdash=
c906108c
SS
843for ac_option
844do
c906108c
SS
845 # If the previous option needs an argument, assign it.
846 if test -n "$ac_prev"; then
81ecdfbb 847 eval $ac_prev=\$ac_option
c906108c
SS
848 ac_prev=
849 continue
850 fi
851
81ecdfbb 852 case $ac_option in
d0ac1c44
SM
853 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
854 *=) ac_optarg= ;;
855 *) ac_optarg=yes ;;
81ecdfbb 856 esac
c906108c
SS
857
858 # Accept the important Cygnus configure options, so we can diagnose typos.
859
81ecdfbb
RW
860 case $ac_dashdash$ac_option in
861 --)
862 ac_dashdash=yes ;;
c906108c
SS
863
864 -bindir | --bindir | --bindi | --bind | --bin | --bi)
865 ac_prev=bindir ;;
866 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 867 bindir=$ac_optarg ;;
c906108c
SS
868
869 -build | --build | --buil | --bui | --bu)
b7026657 870 ac_prev=build_alias ;;
c906108c 871 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 872 build_alias=$ac_optarg ;;
c906108c
SS
873
874 -cache-file | --cache-file | --cache-fil | --cache-fi \
875 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
876 ac_prev=cache_file ;;
877 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
878 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
879 cache_file=$ac_optarg ;;
880
881 --config-cache | -C)
882 cache_file=config.cache ;;
c906108c 883
81ecdfbb 884 -datadir | --datadir | --datadi | --datad)
c906108c 885 ac_prev=datadir ;;
81ecdfbb 886 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 887 datadir=$ac_optarg ;;
c906108c 888
81ecdfbb
RW
889 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
890 | --dataroo | --dataro | --datar)
891 ac_prev=datarootdir ;;
892 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
893 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
894 datarootdir=$ac_optarg ;;
895
c906108c 896 -disable-* | --disable-*)
81ecdfbb 897 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 898 # Reject names that are not valid shell variable names.
81ecdfbb 899 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 900 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
901 ac_useropt_orig=$ac_useropt
902 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
903 case $ac_user_opts in
904 *"
905"enable_$ac_useropt"
906"*) ;;
907 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
908 ac_unrecognized_sep=', ';;
909 esac
910 eval enable_$ac_useropt=no ;;
911
912 -docdir | --docdir | --docdi | --doc | --do)
913 ac_prev=docdir ;;
914 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
915 docdir=$ac_optarg ;;
916
917 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
918 ac_prev=dvidir ;;
919 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
920 dvidir=$ac_optarg ;;
c906108c
SS
921
922 -enable-* | --enable-*)
81ecdfbb 923 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 924 # Reject names that are not valid shell variable names.
81ecdfbb 925 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 926 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
927 ac_useropt_orig=$ac_useropt
928 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
929 case $ac_user_opts in
930 *"
931"enable_$ac_useropt"
932"*) ;;
933 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
934 ac_unrecognized_sep=', ';;
c906108c 935 esac
81ecdfbb 936 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
937
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
b7026657 945 exec_prefix=$ac_optarg ;;
c906108c
SS
946
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
950
b7026657
AC
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
c906108c
SS
957
958 -host | --host | --hos | --ho)
b7026657 959 ac_prev=host_alias ;;
c906108c 960 -host=* | --host=* | --hos=* | --ho=*)
b7026657 961 host_alias=$ac_optarg ;;
c906108c 962
81ecdfbb
RW
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
968
c906108c
SS
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 974 includedir=$ac_optarg ;;
c906108c
SS
975
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 979 infodir=$ac_optarg ;;
c906108c
SS
980
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 984 libdir=$ac_optarg ;;
c906108c
SS
985
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
b7026657 991 libexecdir=$ac_optarg ;;
c906108c 992
81ecdfbb
RW
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
997
c906108c 998 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 999 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1003 localstatedir=$ac_optarg ;;
c906108c
SS
1004
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1008 mandir=$ac_optarg ;;
c906108c
SS
1009
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1013
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1015 | --no-cr | --no-c | -n)
c906108c
SS
1016 no_create=yes ;;
1017
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1021
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1029 oldincludedir=$ac_optarg ;;
c906108c
SS
1030
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1034 prefix=$ac_optarg ;;
c906108c
SS
1035
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1041 program_prefix=$ac_optarg ;;
c906108c
SS
1042
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1048 program_suffix=$ac_optarg ;;
c906108c
SS
1049
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1065 program_transform_name=$ac_optarg ;;
c906108c 1066
81ecdfbb
RW
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1071
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1076
c906108c
SS
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1080
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
b7026657 1085 sbindir=$ac_optarg ;;
c906108c
SS
1086
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
b7026657 1096 sharedstatedir=$ac_optarg ;;
c906108c
SS
1097
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
b7026657 1101 site=$ac_optarg ;;
afb2cbbd 1102
c906108c
SS
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1106 srcdir=$ac_optarg ;;
c906108c
SS
1107
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1113 sysconfdir=$ac_optarg ;;
c906108c
SS
1114
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1116 ac_prev=target_alias ;;
c906108c 1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1118 target_alias=$ac_optarg ;;
c906108c
SS
1119
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1122
b7026657
AC
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
c906108c
SS
1125
1126 -with-* | --with-*)
81ecdfbb 1127 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1128 # Reject names that are not valid shell variable names.
81ecdfbb 1129 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1130 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1131 ac_useropt_orig=$ac_useropt
1132 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1133 case $ac_user_opts in
1134 *"
1135"with_$ac_useropt"
1136"*) ;;
1137 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1138 ac_unrecognized_sep=', ';;
c906108c 1139 esac
81ecdfbb 1140 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1141
1142 -without-* | --without-*)
81ecdfbb 1143 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1144 # Reject names that are not valid shell variable names.
81ecdfbb 1145 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1146 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1147 ac_useropt_orig=$ac_useropt
1148 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1149 case $ac_user_opts in
1150 *"
1151"with_$ac_useropt"
1152"*) ;;
1153 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1154 ac_unrecognized_sep=', ';;
1155 esac
1156 eval with_$ac_useropt=no ;;
c906108c
SS
1157
1158 --x)
1159 # Obsolete; use --with-x.
1160 with_x=yes ;;
1161
1162 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1163 | --x-incl | --x-inc | --x-in | --x-i)
1164 ac_prev=x_includes ;;
1165 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1166 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1167 x_includes=$ac_optarg ;;
c906108c
SS
1168
1169 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1170 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1171 ac_prev=x_libraries ;;
1172 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1173 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1174 x_libraries=$ac_optarg ;;
c906108c 1175
d0ac1c44
SM
1176 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1177Try \`$0 --help' for more information"
c906108c
SS
1178 ;;
1179
b7026657
AC
1180 *=*)
1181 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1182 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1183 case $ac_envvar in #(
1184 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1185 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1186 esac
1187 eval $ac_envvar=\$ac_optarg
b7026657
AC
1188 export $ac_envvar ;;
1189
c906108c 1190 *)
b7026657 1191 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1192 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1193 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1194 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1195 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1196 ;;
1197
1198 esac
1199done
1200
1201if test -n "$ac_prev"; then
b7026657 1202 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1203 as_fn_error $? "missing argument to $ac_option"
c906108c 1204fi
c906108c 1205
81ecdfbb
RW
1206if test -n "$ac_unrecognized_opts"; then
1207 case $enable_option_checking in
1208 no) ;;
d0ac1c44 1209 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1210 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1211 esac
81ecdfbb 1212fi
c906108c 1213
81ecdfbb
RW
1214# Check all directory arguments for consistency.
1215for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1216 datadir sysconfdir sharedstatedir localstatedir includedir \
1217 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1218 libdir localedir mandir
c906108c 1219do
81ecdfbb
RW
1220 eval ac_val=\$$ac_var
1221 # Remove trailing slashes.
1222 case $ac_val in
1223 */ )
1224 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1225 eval $ac_var=\$ac_val;;
1226 esac
1227 # Be sure to have absolute directory names.
b7026657 1228 case $ac_val in
81ecdfbb
RW
1229 [\\/$]* | ?:[\\/]* ) continue;;
1230 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1231 esac
d0ac1c44 1232 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1233done
1234
b7026657
AC
1235# There might be people who depend on the old broken behavior: `$host'
1236# used to hold the argument of --host etc.
1237# FIXME: To remove some day.
1238build=$build_alias
1239host=$host_alias
1240target=$target_alias
1241
1242# FIXME: To remove some day.
1243if test "x$host_alias" != x; then
1244 if test "x$build_alias" = x; then
1245 cross_compiling=maybe
b7026657
AC
1246 elif test "x$build_alias" != "x$host_alias"; then
1247 cross_compiling=yes
1248 fi
1249fi
c906108c 1250
b7026657
AC
1251ac_tool_prefix=
1252test -n "$host_alias" && ac_tool_prefix=$host_alias-
1253
1254test "$silent" = yes && exec 6>/dev/null
c906108c 1255
c906108c 1256
81ecdfbb
RW
1257ac_pwd=`pwd` && test -n "$ac_pwd" &&
1258ac_ls_di=`ls -di .` &&
1259ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1260 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1261test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1262 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1263
1264
c906108c
SS
1265# Find the source files, if location was not specified.
1266if test -z "$srcdir"; then
1267 ac_srcdir_defaulted=yes
81ecdfbb
RW
1268 # Try the directory containing this script, then the parent directory.
1269 ac_confdir=`$as_dirname -- "$as_myself" ||
1270$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1271 X"$as_myself" : 'X\(//\)[^/]' \| \
1272 X"$as_myself" : 'X\(//\)$' \| \
1273 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1274$as_echo X"$as_myself" |
1275 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1276 s//\1/
1277 q
1278 }
1279 /^X\(\/\/\)[^/].*/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\/\)$/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\).*/{
1288 s//\1/
1289 q
1290 }
1291 s/.*/./; q'`
c906108c 1292 srcdir=$ac_confdir
81ecdfbb 1293 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1294 srcdir=..
1295 fi
1296else
1297 ac_srcdir_defaulted=no
1298fi
81ecdfbb
RW
1299if test ! -r "$srcdir/$ac_unique_file"; then
1300 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1301 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1302fi
1303ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1304ac_abs_confdir=`(
d0ac1c44 1305 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1306 pwd)`
1307# When building in place, set srcdir=.
1308if test "$ac_abs_confdir" = "$ac_pwd"; then
1309 srcdir=.
1310fi
1311# Remove unnecessary trailing slashes from srcdir.
1312# Double slashes in file names in object file debugging info
1313# mess up M-x gdb in Emacs.
1314case $srcdir in
1315*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1316esac
1317for ac_var in $ac_precious_vars; do
1318 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1319 eval ac_env_${ac_var}_value=\$${ac_var}
1320 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1321 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1322done
c906108c 1323
b7026657
AC
1324#
1325# Report the --help message.
1326#
1327if test "$ac_init_help" = "long"; then
1328 # Omit some internal or obsolete options to make the list less imposing.
1329 # This message is too long to be a string in the A/UX 3.1 sh.
1330 cat <<_ACEOF
1331\`configure' configures this package to adapt to many kinds of systems.
c906108c 1332
b7026657 1333Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1334
b7026657
AC
1335To assign environment variables (e.g., CC, CFLAGS...), specify them as
1336VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1337
b7026657 1338Defaults for the options are specified in brackets.
c906108c 1339
b7026657
AC
1340Configuration:
1341 -h, --help display this help and exit
1342 --help=short display options specific to this package
1343 --help=recursive display the short help of all the included packages
1344 -V, --version display version information and exit
d0ac1c44 1345 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1346 --cache-file=FILE cache test results in FILE [disabled]
1347 -C, --config-cache alias for \`--cache-file=config.cache'
1348 -n, --no-create do not create output files
1349 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1350
b7026657
AC
1351Installation directories:
1352 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1353 [$ac_default_prefix]
b7026657 1354 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1355 [PREFIX]
c906108c 1356
b7026657
AC
1357By default, \`make install' will install all the files in
1358\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1359an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1360for instance \`--prefix=\$HOME'.
c906108c 1361
b7026657
AC
1362For better control, use the options below.
1363
1364Fine tuning of the installation directories:
81ecdfbb
RW
1365 --bindir=DIR user executables [EPREFIX/bin]
1366 --sbindir=DIR system admin executables [EPREFIX/sbin]
1367 --libexecdir=DIR program executables [EPREFIX/libexec]
1368 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1369 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1370 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1371 --libdir=DIR object code libraries [EPREFIX/lib]
1372 --includedir=DIR C header files [PREFIX/include]
1373 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1374 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1375 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1376 --infodir=DIR info documentation [DATAROOTDIR/info]
1377 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1378 --mandir=DIR man documentation [DATAROOTDIR/man]
1379 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1380 --htmldir=DIR html documentation [DOCDIR]
1381 --dvidir=DIR dvi documentation [DOCDIR]
1382 --pdfdir=DIR pdf documentation [DOCDIR]
1383 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1384_ACEOF
1385
1386 cat <<\_ACEOF
1387
1388Program names:
1389 --program-prefix=PREFIX prepend PREFIX to installed program names
1390 --program-suffix=SUFFIX append SUFFIX to installed program names
1391 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1392
1393System types:
1394 --build=BUILD configure for building on BUILD [guessed]
1395 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1396 --target=TARGET configure for building compilers for TARGET [HOST]
1397_ACEOF
c906108c 1398fi
b7026657
AC
1399
1400if test -n "$ac_init_help"; then
1401
1402 cat <<\_ACEOF
1403
1404Optional Features:
81ecdfbb 1405 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1406 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1407 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1408 --enable-plugins Enable support for plugins
6bb11ab3
L
1409 --enable-shared[=PKGS] build shared libraries [default=yes]
1410 --enable-static[=PKGS] build static libraries [default=yes]
1411 --enable-fast-install[=PKGS]
1412 optimize for fast installation [default=yes]
1413 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1414 --enable-maintainer-mode
1415 enable make rules and dependencies not useful (and
1416 sometimes confusing) to the casual installer
347fe5bb
MF
1417 --enable-sim-inline=inlines
1418 Specify which functions should be inlined
8d0978fb
MF
1419 --enable-sim-scache=size
1420 Specify simulator execution cache size
1421 --enable-sim-default-model=model
1422 Specify default model to simulate
982c3a65
MF
1423 --enable-cgen-maint=DIR build cgen generated files
1424 --enable-sim-hardware=LIST
1425 Specify the hardware to be included in the build.
5c1008a4
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
b7026657 1431
6efef468
JM
1432Optional Packages:
1433 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1434 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1435 --with-system-zlib use installed libz
6bb11ab3
L
1436 --with-pic try to use only PIC/non-PIC objects [default=use
1437 both]
1438 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468 1439
b7026657
AC
1440Some influential environment variables:
1441 CC C compiler command
1442 CFLAGS C compiler flags
1443 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1444 nonstandard directory <lib dir>
81ecdfbb 1445 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1446 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1447 you have headers in a nonstandard directory <include dir>
b7026657
AC
1448 CPP C preprocessor
1449
1450Use these variables to override the choices made by `configure' or to help
1451it to find libraries and programs with nonstandard names/locations.
1452
81ecdfbb 1453Report bugs to the package provider.
b7026657 1454_ACEOF
81ecdfbb 1455ac_status=$?
c906108c
SS
1456fi
1457
b7026657
AC
1458if test "$ac_init_help" = "recursive"; then
1459 # If there are subdirs, report their specific --help.
b7026657 1460 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1461 test -d "$ac_dir" ||
1462 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1463 continue
b7026657 1464 ac_builddir=.
c906108c 1465
81ecdfbb
RW
1466case "$ac_dir" in
1467.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1468*)
1469 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1470 # A ".." for each directory in $ac_dir_suffix.
1471 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1472 case $ac_top_builddir_sub in
1473 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1474 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1475 esac ;;
1476esac
1477ac_abs_top_builddir=$ac_pwd
1478ac_abs_builddir=$ac_pwd$ac_dir_suffix
1479# for backward compatibility:
1480ac_top_builddir=$ac_top_build_prefix
c906108c 1481
b7026657 1482case $srcdir in
81ecdfbb 1483 .) # We are building in place.
b7026657 1484 ac_srcdir=.
81ecdfbb
RW
1485 ac_top_srcdir=$ac_top_builddir_sub
1486 ac_abs_top_srcdir=$ac_pwd ;;
1487 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1488 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1489 ac_top_srcdir=$srcdir
1490 ac_abs_top_srcdir=$srcdir ;;
1491 *) # Relative name.
1492 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1493 ac_top_srcdir=$ac_top_build_prefix$srcdir
1494 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1495esac
81ecdfbb
RW
1496ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1497
1498 cd "$ac_dir" || { ac_status=$?; continue; }
1499 # Check for guested configure.
1500 if test -f "$ac_srcdir/configure.gnu"; then
1501 echo &&
1502 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1503 elif test -f "$ac_srcdir/configure"; then
1504 echo &&
1505 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1506 else
81ecdfbb
RW
1507 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1508 fi || ac_status=$?
1509 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1510 done
c906108c 1511fi
b7026657 1512
81ecdfbb 1513test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1514if $ac_init_version; then
1515 cat <<\_ACEOF
81ecdfbb 1516configure
d0ac1c44 1517generated by GNU Autoconf 2.69
b7026657 1518
d0ac1c44 1519Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1520This configure script is free software; the Free Software Foundation
1521gives unlimited permission to copy, distribute and modify it.
1522_ACEOF
81ecdfbb 1523 exit
b7026657 1524fi
b7026657 1525
81ecdfbb
RW
1526## ------------------------ ##
1527## Autoconf initialization. ##
1528## ------------------------ ##
b7026657 1529
81ecdfbb
RW
1530# ac_fn_c_try_compile LINENO
1531# --------------------------
1532# Try to compile conftest.$ac_ext, and return whether this succeeded.
1533ac_fn_c_try_compile ()
b7026657 1534{
81ecdfbb
RW
1535 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1536 rm -f conftest.$ac_objext
1537 if { { ac_try="$ac_compile"
1538case "(($ac_try" in
1539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1540 *) ac_try_echo=$ac_try;;
1541esac
1542eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1543$as_echo "$ac_try_echo"; } >&5
1544 (eval "$ac_compile") 2>conftest.err
1545 ac_status=$?
1546 if test -s conftest.err; then
1547 grep -v '^ *+' conftest.err >conftest.er1
1548 cat conftest.er1 >&5
1549 mv -f conftest.er1 conftest.err
1550 fi
1551 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1552 test $ac_status = 0; } && {
1553 test -z "$ac_c_werror_flag" ||
1554 test ! -s conftest.err
1555 } && test -s conftest.$ac_objext; then :
1556 ac_retval=0
1557else
1558 $as_echo "$as_me: failed program was:" >&5
1559sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1560
81ecdfbb
RW
1561 ac_retval=1
1562fi
d0ac1c44
SM
1563 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1564 as_fn_set_status $ac_retval
b7026657 1565
81ecdfbb 1566} # ac_fn_c_try_compile
b7026657 1567
81ecdfbb
RW
1568# ac_fn_c_try_cpp LINENO
1569# ----------------------
1570# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1571ac_fn_c_try_cpp ()
1572{
1573 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1574 if { { ac_try="$ac_cpp conftest.$ac_ext"
1575case "(($ac_try" in
1576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1577 *) ac_try_echo=$ac_try;;
1578esac
1579eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1580$as_echo "$ac_try_echo"; } >&5
1581 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1582 ac_status=$?
1583 if test -s conftest.err; then
1584 grep -v '^ *+' conftest.err >conftest.er1
1585 cat conftest.er1 >&5
1586 mv -f conftest.er1 conftest.err
1587 fi
1588 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1589 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1590 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1591 test ! -s conftest.err
1592 }; then :
1593 ac_retval=0
1594else
1595 $as_echo "$as_me: failed program was:" >&5
1596sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1597
81ecdfbb
RW
1598 ac_retval=1
1599fi
d0ac1c44
SM
1600 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1601 as_fn_set_status $ac_retval
b7026657 1602
81ecdfbb
RW
1603} # ac_fn_c_try_cpp
1604
1605# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1606# -------------------------------------------------------
1607# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1608# the include files in INCLUDES and setting the cache variable VAR
1609# accordingly.
1610ac_fn_c_check_header_mongrel ()
1611{
1612 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1613 if eval \${$3+:} false; then :
81ecdfbb
RW
1614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1615$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1616if eval \${$3+:} false; then :
81ecdfbb
RW
1617 $as_echo_n "(cached) " >&6
1618fi
1619eval ac_res=\$$3
1620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1621$as_echo "$ac_res" >&6; }
1622else
1623 # Is the header compilable?
1624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1625$as_echo_n "checking $2 usability... " >&6; }
1626cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1627/* end confdefs.h. */
1628$4
1629#include <$2>
1630_ACEOF
1631if ac_fn_c_try_compile "$LINENO"; then :
1632 ac_header_compiler=yes
1633else
1634 ac_header_compiler=no
1635fi
1636rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1638$as_echo "$ac_header_compiler" >&6; }
1639
1640# Is the header present?
1641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1642$as_echo_n "checking $2 presence... " >&6; }
1643cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1644/* end confdefs.h. */
1645#include <$2>
1646_ACEOF
1647if ac_fn_c_try_cpp "$LINENO"; then :
1648 ac_header_preproc=yes
1649else
1650 ac_header_preproc=no
1651fi
d0ac1c44 1652rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1654$as_echo "$ac_header_preproc" >&6; }
1655
1656# So? What about this header?
1657case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1658 yes:no: )
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1660$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1662$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1663 ;;
1664 no:yes:* )
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1666$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1668$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1670$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1672$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1674$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1675 ;;
1676esac
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1678$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1679if eval \${$3+:} false; then :
81ecdfbb
RW
1680 $as_echo_n "(cached) " >&6
1681else
1682 eval "$3=\$ac_header_compiler"
1683fi
1684eval ac_res=\$$3
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1686$as_echo "$ac_res" >&6; }
1687fi
d0ac1c44 1688 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1689
1690} # ac_fn_c_check_header_mongrel
1691
1692# ac_fn_c_try_run LINENO
1693# ----------------------
1694# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1695# that executables *can* be run.
1696ac_fn_c_try_run ()
1697{
1698 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1699 if { { ac_try="$ac_link"
1700case "(($ac_try" in
1701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1702 *) ac_try_echo=$ac_try;;
1703esac
1704eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1705$as_echo "$ac_try_echo"; } >&5
1706 (eval "$ac_link") 2>&5
1707 ac_status=$?
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1710 { { case "(($ac_try" in
1711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1712 *) ac_try_echo=$ac_try;;
1713esac
1714eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1715$as_echo "$ac_try_echo"; } >&5
1716 (eval "$ac_try") 2>&5
1717 ac_status=$?
1718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1719 test $ac_status = 0; }; }; then :
1720 ac_retval=0
1721else
1722 $as_echo "$as_me: program exited with status $ac_status" >&5
1723 $as_echo "$as_me: failed program was:" >&5
1724sed 's/^/| /' conftest.$ac_ext >&5
1725
1726 ac_retval=$ac_status
1727fi
1728 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1729 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1730 as_fn_set_status $ac_retval
81ecdfbb
RW
1731
1732} # ac_fn_c_try_run
1733
1734# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1735# -------------------------------------------------------
1736# Tests whether HEADER exists and can be compiled using the include files in
1737# INCLUDES, setting the cache variable VAR accordingly.
1738ac_fn_c_check_header_compile ()
1739{
1740 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1742$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1743if eval \${$3+:} false; then :
81ecdfbb
RW
1744 $as_echo_n "(cached) " >&6
1745else
1746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1747/* end confdefs.h. */
1748$4
1749#include <$2>
1750_ACEOF
1751if ac_fn_c_try_compile "$LINENO"; then :
1752 eval "$3=yes"
1753else
1754 eval "$3=no"
1755fi
1756rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1757fi
1758eval ac_res=\$$3
1759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1760$as_echo "$ac_res" >&6; }
d0ac1c44 1761 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1762
1763} # ac_fn_c_check_header_compile
1764
1765# ac_fn_c_try_link LINENO
1766# -----------------------
1767# Try to link conftest.$ac_ext, and return whether this succeeded.
1768ac_fn_c_try_link ()
1769{
1770 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771 rm -f conftest.$ac_objext conftest$ac_exeext
1772 if { { ac_try="$ac_link"
1773case "(($ac_try" in
1774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1775 *) ac_try_echo=$ac_try;;
1776esac
1777eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1778$as_echo "$ac_try_echo"; } >&5
1779 (eval "$ac_link") 2>conftest.err
1780 ac_status=$?
1781 if test -s conftest.err; then
1782 grep -v '^ *+' conftest.err >conftest.er1
1783 cat conftest.er1 >&5
1784 mv -f conftest.er1 conftest.err
1785 fi
1786 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1787 test $ac_status = 0; } && {
1788 test -z "$ac_c_werror_flag" ||
1789 test ! -s conftest.err
1790 } && test -s conftest$ac_exeext && {
1791 test "$cross_compiling" = yes ||
d0ac1c44 1792 test -x conftest$ac_exeext
81ecdfbb
RW
1793 }; then :
1794 ac_retval=0
1795else
1796 $as_echo "$as_me: failed program was:" >&5
1797sed 's/^/| /' conftest.$ac_ext >&5
1798
1799 ac_retval=1
1800fi
1801 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1802 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1803 # interfere with the next link command; also delete a directory that is
1804 # left behind by Apple's compiler. We do this before executing the actions.
1805 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1806 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1807 as_fn_set_status $ac_retval
81ecdfbb
RW
1808
1809} # ac_fn_c_try_link
1810
1811# ac_fn_c_check_func LINENO FUNC VAR
1812# ----------------------------------
1813# Tests whether FUNC exists, setting the cache variable VAR accordingly
1814ac_fn_c_check_func ()
1815{
1816 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1819if eval \${$3+:} false; then :
81ecdfbb
RW
1820 $as_echo_n "(cached) " >&6
1821else
1822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1823/* end confdefs.h. */
1824/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1825 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1826#define $2 innocuous_$2
1827
1828/* System header to define __stub macros and hopefully few prototypes,
1829 which can conflict with char $2 (); below.
1830 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1831 <limits.h> exists even on freestanding compilers. */
1832
1833#ifdef __STDC__
1834# include <limits.h>
1835#else
1836# include <assert.h>
1837#endif
1838
1839#undef $2
1840
1841/* Override any GCC internal prototype to avoid an error.
1842 Use char because int might match the return type of a GCC
1843 builtin and then its argument prototype would still apply. */
1844#ifdef __cplusplus
1845extern "C"
1846#endif
1847char $2 ();
1848/* The GNU C library defines this for functions which it implements
1849 to always fail with ENOSYS. Some functions are actually named
1850 something starting with __ and the normal name is an alias. */
1851#if defined __stub_$2 || defined __stub___$2
1852choke me
1853#endif
1854
1855int
1856main ()
1857{
1858return $2 ();
1859 ;
1860 return 0;
1861}
1862_ACEOF
1863if ac_fn_c_try_link "$LINENO"; then :
1864 eval "$3=yes"
1865else
1866 eval "$3=no"
1867fi
1868rm -f core conftest.err conftest.$ac_objext \
1869 conftest$ac_exeext conftest.$ac_ext
1870fi
1871eval ac_res=\$$3
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1873$as_echo "$ac_res" >&6; }
d0ac1c44 1874 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1875
1876} # ac_fn_c_check_func
1877cat >config.log <<_ACEOF
1878This file contains any messages produced by compilers while
1879running configure, to aid debugging if configure makes a mistake.
1880
1881It was created by $as_me, which was
d0ac1c44 1882generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1883
1884 $ $0 $@
1885
1886_ACEOF
1887exec 5>>config.log
1888{
1889cat <<_ASUNAME
1890## --------- ##
1891## Platform. ##
1892## --------- ##
1893
1894hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1895uname -m = `(uname -m) 2>/dev/null || echo unknown`
1896uname -r = `(uname -r) 2>/dev/null || echo unknown`
1897uname -s = `(uname -s) 2>/dev/null || echo unknown`
1898uname -v = `(uname -v) 2>/dev/null || echo unknown`
1899
1900/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1901/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1902
1903/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1904/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1905/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1906/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1907/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1908/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1909/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1910
1911_ASUNAME
1912
1913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1914for as_dir in $PATH
1915do
1916 IFS=$as_save_IFS
1917 test -z "$as_dir" && as_dir=.
1918 $as_echo "PATH: $as_dir"
1919 done
1920IFS=$as_save_IFS
1921
1922} >&5
1923
1924cat >&5 <<_ACEOF
b7026657
AC
1925
1926
1927## ----------- ##
1928## Core tests. ##
1929## ----------- ##
1930
1931_ACEOF
1932
1933
1934# Keep a trace of the command line.
1935# Strip out --no-create and --no-recursion so they do not pile up.
1936# Strip out --silent because we don't want to record it for future runs.
1937# Also quote any args containing shell meta-characters.
1938# Make two passes to allow for proper duplicate-argument suppression.
1939ac_configure_args=
1940ac_configure_args0=
1941ac_configure_args1=
b7026657
AC
1942ac_must_keep_next=false
1943for ac_pass in 1 2
1944do
1945 for ac_arg
1946 do
1947 case $ac_arg in
1948 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1949 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1950 | -silent | --silent | --silen | --sile | --sil)
1951 continue ;;
81ecdfbb
RW
1952 *\'*)
1953 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1954 esac
1955 case $ac_pass in
81ecdfbb 1956 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1957 2)
81ecdfbb 1958 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1959 if test $ac_must_keep_next = true; then
1960 ac_must_keep_next=false # Got value, back to normal.
1961 else
1962 case $ac_arg in
1963 *=* | --config-cache | -C | -disable-* | --disable-* \
1964 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1965 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1966 | -with-* | --with-* | -without-* | --without-* | --x)
1967 case "$ac_configure_args0 " in
1968 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1969 esac
1970 ;;
1971 -* ) ac_must_keep_next=true ;;
1972 esac
1973 fi
81ecdfbb 1974 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1975 ;;
1976 esac
1977 done
1978done
81ecdfbb
RW
1979{ ac_configure_args0=; unset ac_configure_args0;}
1980{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1981
1982# When interrupted or exit'd, cleanup temporary files, and complete
1983# config.log. We remove comments because anyway the quotes in there
1984# would cause problems or look ugly.
81ecdfbb
RW
1985# WARNING: Use '\'' to represent an apostrophe within the trap.
1986# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1987trap 'exit_status=$?
1988 # Save into config.log some information that might help in debugging.
1989 {
1990 echo
1991
d0ac1c44 1992 $as_echo "## ---------------- ##
b7026657 1993## Cache variables. ##
d0ac1c44 1994## ---------------- ##"
b7026657
AC
1995 echo
1996 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1997(
1998 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1999 eval ac_val=\$$ac_var
2000 case $ac_val in #(
2001 *${as_nl}*)
2002 case $ac_var in #(
2003 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2004$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2005 esac
2006 case $ac_var in #(
2007 _ | IFS | as_nl) ;; #(
2008 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2009 *) { eval $ac_var=; unset $ac_var;} ;;
2010 esac ;;
2011 esac
2012 done
b7026657 2013 (set) 2>&1 |
81ecdfbb
RW
2014 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2015 *${as_nl}ac_space=\ *)
b7026657 2016 sed -n \
81ecdfbb
RW
2017 "s/'\''/'\''\\\\'\'''\''/g;
2018 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2019 ;; #(
b7026657 2020 *)
81ecdfbb 2021 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2022 ;;
81ecdfbb
RW
2023 esac |
2024 sort
2025)
b7026657
AC
2026 echo
2027
d0ac1c44 2028 $as_echo "## ----------------- ##
b7026657 2029## Output variables. ##
d0ac1c44 2030## ----------------- ##"
b7026657
AC
2031 echo
2032 for ac_var in $ac_subst_vars
2033 do
81ecdfbb
RW
2034 eval ac_val=\$$ac_var
2035 case $ac_val in
2036 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2037 esac
2038 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2039 done | sort
2040 echo
2041
2042 if test -n "$ac_subst_files"; then
d0ac1c44 2043 $as_echo "## ------------------- ##
81ecdfbb 2044## File substitutions. ##
d0ac1c44 2045## ------------------- ##"
b7026657
AC
2046 echo
2047 for ac_var in $ac_subst_files
2048 do
81ecdfbb
RW
2049 eval ac_val=\$$ac_var
2050 case $ac_val in
2051 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2052 esac
2053 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2054 done | sort
2055 echo
2056 fi
2057
2058 if test -s confdefs.h; then
d0ac1c44 2059 $as_echo "## ----------- ##
b7026657 2060## confdefs.h. ##
d0ac1c44 2061## ----------- ##"
b7026657 2062 echo
81ecdfbb 2063 cat confdefs.h
b7026657
AC
2064 echo
2065 fi
2066 test "$ac_signal" != 0 &&
81ecdfbb
RW
2067 $as_echo "$as_me: caught signal $ac_signal"
2068 $as_echo "$as_me: exit $exit_status"
b7026657 2069 } >&5
81ecdfbb
RW
2070 rm -f core *.core core.conftest.* &&
2071 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2072 exit $exit_status
81ecdfbb 2073' 0
b7026657 2074for ac_signal in 1 2 13 15; do
81ecdfbb 2075 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2076done
2077ac_signal=0
2078
2079# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2080rm -f -r conftest* confdefs.h
2081
2082$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2083
2084# Predefined preprocessor variables.
2085
2086cat >>confdefs.h <<_ACEOF
2087#define PACKAGE_NAME "$PACKAGE_NAME"
2088_ACEOF
2089
b7026657
AC
2090cat >>confdefs.h <<_ACEOF
2091#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2092_ACEOF
2093
b7026657
AC
2094cat >>confdefs.h <<_ACEOF
2095#define PACKAGE_VERSION "$PACKAGE_VERSION"
2096_ACEOF
2097
b7026657
AC
2098cat >>confdefs.h <<_ACEOF
2099#define PACKAGE_STRING "$PACKAGE_STRING"
2100_ACEOF
2101
b7026657
AC
2102cat >>confdefs.h <<_ACEOF
2103#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2104_ACEOF
2105
81ecdfbb
RW
2106cat >>confdefs.h <<_ACEOF
2107#define PACKAGE_URL "$PACKAGE_URL"
2108_ACEOF
2109
b7026657
AC
2110
2111# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2112# Prefer an explicitly selected file to automatically selected ones.
2113ac_site_file1=NONE
2114ac_site_file2=NONE
2115if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2116 # We do not want a PATH search for config.site.
2117 case $CONFIG_SITE in #((
2118 -*) ac_site_file1=./$CONFIG_SITE;;
2119 */*) ac_site_file1=$CONFIG_SITE;;
2120 *) ac_site_file1=./$CONFIG_SITE;;
2121 esac
81ecdfbb
RW
2122elif test "x$prefix" != xNONE; then
2123 ac_site_file1=$prefix/share/config.site
2124 ac_site_file2=$prefix/etc/config.site
2125else
2126 ac_site_file1=$ac_default_prefix/share/config.site
2127 ac_site_file2=$ac_default_prefix/etc/config.site
2128fi
2129for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2130do
2131 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2132 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2134$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2135 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2136 . "$ac_site_file" \
2137 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2138$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2139as_fn_error $? "failed to load site script $ac_site_file
2140See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2141 fi
2142done
2143
2144if test -r "$cache_file"; then
d0ac1c44
SM
2145 # Some versions of bash will fail to source /dev/null (special files
2146 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2147 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2148 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2149$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2150 case $cache_file in
81ecdfbb
RW
2151 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2152 *) . "./$cache_file";;
b7026657
AC
2153 esac
2154 fi
2155else
81ecdfbb
RW
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2157$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2158 >$cache_file
2159fi
2160
2161# Check that the precious variables saved in the cache have kept the same
2162# value.
2163ac_cache_corrupted=false
81ecdfbb 2164for ac_var in $ac_precious_vars; do
b7026657
AC
2165 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2166 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2167 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2168 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2169 case $ac_old_set,$ac_new_set in
2170 set,)
81ecdfbb
RW
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2172$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2173 ac_cache_corrupted=: ;;
2174 ,set)
81ecdfbb
RW
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2176$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2177 ac_cache_corrupted=: ;;
2178 ,);;
2179 *)
2180 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2181 # differences in whitespace do not lead to failure.
2182 ac_old_val_w=`echo x $ac_old_val`
2183 ac_new_val_w=`echo x $ac_new_val`
2184 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2186$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2187 ac_cache_corrupted=:
2188 else
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2190$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2191 eval $ac_var=\$ac_old_val
2192 fi
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2194$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2196$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2197 fi;;
2198 esac
2199 # Pass precious variables to config.status.
2200 if test "$ac_new_set" = set; then
2201 case $ac_new_val in
81ecdfbb 2202 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2203 *) ac_arg=$ac_var=$ac_new_val ;;
2204 esac
2205 case " $ac_configure_args " in
2206 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2207 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2208 esac
2209 fi
2210done
2211if $ac_cache_corrupted; then
81ecdfbb
RW
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2213$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2215$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2216 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2217fi
81ecdfbb
RW
2218## -------------------- ##
2219## Main body of script. ##
2220## -------------------- ##
b7026657
AC
2221
2222ac_ext=c
2223ac_cpp='$CPP $CPPFLAGS'
2224ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2225ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2226ac_compiler_gnu=$ac_cv_c_compiler_gnu
2227
2228
6bb11ab3
L
2229
2230
2231
2232
2233
c2783492
MF
2234ac_aux_dir=
2235for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2236 if test -f "$ac_dir/install-sh"; then
2237 ac_aux_dir=$ac_dir
2238 ac_install_sh="$ac_aux_dir/install-sh -c"
2239 break
2240 elif 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/shtool"; then
2245 ac_aux_dir=$ac_dir
2246 ac_install_sh="$ac_aux_dir/shtool install -c"
2247 break
2248 fi
2249done
2250if test -z "$ac_aux_dir"; then
2251 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2252fi
2253
2254# These three variables are undocumented and unsupported,
2255# and are intended to be withdrawn in a future Autoconf release.
2256# They can cause serious problems if a builder's source tree is in a directory
2257# whose full name contains unusual characters.
2258ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2259ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2260ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2261
2262
2263# Make sure we can run config.sub.
2264$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2265 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2266
2267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2268$as_echo_n "checking build system type... " >&6; }
2269if ${ac_cv_build+:} false; then :
2270 $as_echo_n "(cached) " >&6
2271else
2272 ac_build_alias=$build_alias
2273test "x$ac_build_alias" = x &&
2274 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2275test "x$ac_build_alias" = x &&
2276 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2277ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2278 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2279
2280fi
2281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2282$as_echo "$ac_cv_build" >&6; }
2283case $ac_cv_build in
2284*-*-*) ;;
2285*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2286esac
2287build=$ac_cv_build
2288ac_save_IFS=$IFS; IFS='-'
2289set x $ac_cv_build
2290shift
2291build_cpu=$1
2292build_vendor=$2
2293shift; shift
2294# Remember, the first character of IFS is used to create $*,
2295# except with old shells:
2296build_os=$*
2297IFS=$ac_save_IFS
2298case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2299
2300
2301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2302$as_echo_n "checking host system type... " >&6; }
2303if ${ac_cv_host+:} false; then :
2304 $as_echo_n "(cached) " >&6
2305else
2306 if test "x$host_alias" = x; then
2307 ac_cv_host=$ac_cv_build
2308else
2309 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2310 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2311fi
2312
2313fi
2314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2315$as_echo "$ac_cv_host" >&6; }
2316case $ac_cv_host in
2317*-*-*) ;;
2318*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2319esac
2320host=$ac_cv_host
2321ac_save_IFS=$IFS; IFS='-'
2322set x $ac_cv_host
2323shift
2324host_cpu=$1
2325host_vendor=$2
2326shift; shift
2327# Remember, the first character of IFS is used to create $*,
2328# except with old shells:
2329host_os=$*
2330IFS=$ac_save_IFS
2331case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2332
2333
2334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2335$as_echo_n "checking target system type... " >&6; }
2336if ${ac_cv_target+:} false; then :
2337 $as_echo_n "(cached) " >&6
2338else
2339 if test "x$target_alias" = x; then
2340 ac_cv_target=$ac_cv_host
2341else
2342 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2343 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2344fi
2345
2346fi
2347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2348$as_echo "$ac_cv_target" >&6; }
2349case $ac_cv_target in
2350*-*-*) ;;
2351*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2352esac
2353target=$ac_cv_target
2354ac_save_IFS=$IFS; IFS='-'
2355set x $ac_cv_target
2356shift
2357target_cpu=$1
2358target_vendor=$2
2359shift; shift
2360# Remember, the first character of IFS is used to create $*,
2361# except with old shells:
2362target_os=$*
2363IFS=$ac_save_IFS
2364case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2365
2366
2367# The aliases save the names the user supplied, while $host etc.
2368# will get canonicalized.
2369test -n "$target_alias" &&
2370 test "$program_prefix$program_suffix$program_transform_name" = \
2371 NONENONEs,x,x, &&
2372 program_prefix=${target_alias}-
6bb11ab3
L
2373ac_ext=c
2374ac_cpp='$CPP $CPPFLAGS'
2375ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2376ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2377ac_compiler_gnu=$ac_cv_c_compiler_gnu
2378if test -n "$ac_tool_prefix"; then
2379 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2380set dummy ${ac_tool_prefix}gcc; ac_word=$2
2381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2382$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2383if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2384 $as_echo_n "(cached) " >&6
2385else
2386 if test -n "$CC"; then
2387 ac_cv_prog_CC="$CC" # Let the user override the test.
2388else
2389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390for as_dir in $PATH
2391do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
2394 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2395 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2396 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2398 break 2
2399 fi
2400done
2401 done
2402IFS=$as_save_IFS
2403
2404fi
2405fi
2406CC=$ac_cv_prog_CC
2407if test -n "$CC"; then
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2409$as_echo "$CC" >&6; }
2410else
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2412$as_echo "no" >&6; }
2413fi
2414
2415
2416fi
2417if test -z "$ac_cv_prog_CC"; then
2418 ac_ct_CC=$CC
2419 # Extract the first word of "gcc", so it can be a program name with args.
2420set dummy gcc; ac_word=$2
2421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2422$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2423if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2424 $as_echo_n "(cached) " >&6
2425else
2426 if test -n "$ac_ct_CC"; then
2427 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2428else
2429as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2430for as_dir in $PATH
2431do
2432 IFS=$as_save_IFS
2433 test -z "$as_dir" && as_dir=.
2434 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2435 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2436 ac_cv_prog_ac_ct_CC="gcc"
2437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2438 break 2
2439 fi
2440done
2441 done
2442IFS=$as_save_IFS
2443
2444fi
2445fi
2446ac_ct_CC=$ac_cv_prog_ac_ct_CC
2447if test -n "$ac_ct_CC"; then
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2449$as_echo "$ac_ct_CC" >&6; }
2450else
2451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2452$as_echo "no" >&6; }
2453fi
2454
2455 if test "x$ac_ct_CC" = x; then
2456 CC=""
2457 else
2458 case $cross_compiling:$ac_tool_warned in
2459yes:)
2460{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2461$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2462ac_tool_warned=yes ;;
2463esac
2464 CC=$ac_ct_CC
2465 fi
2466else
2467 CC="$ac_cv_prog_CC"
2468fi
2469
2470if test -z "$CC"; then
2471 if test -n "$ac_tool_prefix"; then
2472 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2473set dummy ${ac_tool_prefix}cc; ac_word=$2
2474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2475$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2476if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2477 $as_echo_n "(cached) " >&6
2478else
2479 if test -n "$CC"; then
2480 ac_cv_prog_CC="$CC" # Let the user override the test.
2481else
2482as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2483for as_dir in $PATH
2484do
2485 IFS=$as_save_IFS
2486 test -z "$as_dir" && as_dir=.
2487 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2488 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2489 ac_cv_prog_CC="${ac_tool_prefix}cc"
2490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2491 break 2
2492 fi
2493done
2494 done
2495IFS=$as_save_IFS
2496
2497fi
2498fi
2499CC=$ac_cv_prog_CC
2500if test -n "$CC"; then
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2502$as_echo "$CC" >&6; }
2503else
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2505$as_echo "no" >&6; }
2506fi
2507
2508
2509 fi
2510fi
2511if test -z "$CC"; then
2512 # Extract the first word of "cc", so it can be a program name with args.
2513set dummy cc; ac_word=$2
2514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2515$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2516if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2517 $as_echo_n "(cached) " >&6
2518else
2519 if test -n "$CC"; then
2520 ac_cv_prog_CC="$CC" # Let the user override the test.
2521else
2522 ac_prog_rejected=no
2523as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2524for as_dir in $PATH
2525do
2526 IFS=$as_save_IFS
2527 test -z "$as_dir" && as_dir=.
2528 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2529 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2530 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2531 ac_prog_rejected=yes
2532 continue
2533 fi
2534 ac_cv_prog_CC="cc"
2535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2536 break 2
2537 fi
2538done
2539 done
2540IFS=$as_save_IFS
2541
2542if test $ac_prog_rejected = yes; then
2543 # We found a bogon in the path, so make sure we never use it.
2544 set dummy $ac_cv_prog_CC
2545 shift
2546 if test $# != 0; then
2547 # We chose a different compiler from the bogus one.
2548 # However, it has the same basename, so the bogon will be chosen
2549 # first if we set CC to just the basename; use the full file name.
2550 shift
2551 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2552 fi
2553fi
2554fi
2555fi
2556CC=$ac_cv_prog_CC
2557if test -n "$CC"; then
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2559$as_echo "$CC" >&6; }
2560else
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2562$as_echo "no" >&6; }
2563fi
2564
2565
2566fi
2567if test -z "$CC"; then
2568 if test -n "$ac_tool_prefix"; then
2569 for ac_prog in cl.exe
2570 do
2571 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2572set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2574$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2575if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2576 $as_echo_n "(cached) " >&6
2577else
2578 if test -n "$CC"; then
2579 ac_cv_prog_CC="$CC" # Let the user override the test.
2580else
2581as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2582for as_dir in $PATH
2583do
2584 IFS=$as_save_IFS
2585 test -z "$as_dir" && as_dir=.
2586 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2587 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2588 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2590 break 2
2591 fi
2592done
2593 done
2594IFS=$as_save_IFS
2595
2596fi
2597fi
2598CC=$ac_cv_prog_CC
2599if test -n "$CC"; then
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2601$as_echo "$CC" >&6; }
2602else
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2604$as_echo "no" >&6; }
2605fi
2606
2607
2608 test -n "$CC" && break
2609 done
2610fi
2611if test -z "$CC"; then
2612 ac_ct_CC=$CC
2613 for ac_prog in cl.exe
2614do
2615 # Extract the first word of "$ac_prog", so it can be a program name with args.
2616set dummy $ac_prog; ac_word=$2
2617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2618$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2619if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2620 $as_echo_n "(cached) " >&6
2621else
2622 if test -n "$ac_ct_CC"; then
2623 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2624else
2625as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2626for as_dir in $PATH
2627do
2628 IFS=$as_save_IFS
2629 test -z "$as_dir" && as_dir=.
2630 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2631 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2632 ac_cv_prog_ac_ct_CC="$ac_prog"
2633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2634 break 2
2635 fi
2636done
2637 done
2638IFS=$as_save_IFS
2639
2640fi
2641fi
2642ac_ct_CC=$ac_cv_prog_ac_ct_CC
2643if test -n "$ac_ct_CC"; then
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2645$as_echo "$ac_ct_CC" >&6; }
2646else
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2648$as_echo "no" >&6; }
2649fi
2650
2651
2652 test -n "$ac_ct_CC" && break
2653done
2654
2655 if test "x$ac_ct_CC" = x; then
2656 CC=""
2657 else
2658 case $cross_compiling:$ac_tool_warned in
2659yes:)
2660{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2661$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2662ac_tool_warned=yes ;;
2663esac
2664 CC=$ac_ct_CC
2665 fi
2666fi
2667
2668fi
2669
2670
2671test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2672$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2673as_fn_error $? "no acceptable C compiler found in \$PATH
2674See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2675
2676# Provide some information about the compiler.
2677$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2678set X $ac_compile
2679ac_compiler=$2
2680for ac_option in --version -v -V -qversion; do
2681 { { ac_try="$ac_compiler $ac_option >&5"
2682case "(($ac_try" in
2683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2684 *) ac_try_echo=$ac_try;;
2685esac
2686eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2687$as_echo "$ac_try_echo"; } >&5
2688 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2689 ac_status=$?
2690 if test -s conftest.err; then
2691 sed '10a\
2692... rest of stderr output deleted ...
2693 10q' conftest.err >conftest.er1
2694 cat conftest.er1 >&5
6bb11ab3 2695 fi
d0ac1c44 2696 rm -f conftest.er1 conftest.err
6bb11ab3
L
2697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2698 test $ac_status = 0; }
2699done
2700
2701cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2702/* end confdefs.h. */
2703
2704int
2705main ()
2706{
2707
2708 ;
2709 return 0;
2710}
2711_ACEOF
2712ac_clean_files_save=$ac_clean_files
d0ac1c44 2713ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2714# Try to create an executable without -o first, disregard a.out.
2715# It will help us diagnose broken compilers, and finding out an intuition
2716# of exeext.
d0ac1c44
SM
2717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2718$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2719ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2720
2721# The possible output files:
2722ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2723
2724ac_rmfiles=
2725for ac_file in $ac_files
2726do
2727 case $ac_file in
2728 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2729 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2730 esac
2731done
2732rm -f $ac_rmfiles
2733
2734if { { ac_try="$ac_link_default"
2735case "(($ac_try" in
2736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2737 *) ac_try_echo=$ac_try;;
2738esac
2739eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2740$as_echo "$ac_try_echo"; } >&5
2741 (eval "$ac_link_default") 2>&5
2742 ac_status=$?
2743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2744 test $ac_status = 0; }; then :
2745 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2746# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2747# in a Makefile. We should not override ac_cv_exeext if it was cached,
2748# so that the user can short-circuit this test for compilers unknown to
2749# Autoconf.
2750for ac_file in $ac_files ''
2751do
2752 test -f "$ac_file" || continue
2753 case $ac_file in
2754 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2755 ;;
2756 [ab].out )
2757 # We found the default executable, but exeext='' is most
2758 # certainly right.
2759 break;;
2760 *.* )
2761 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2762 then :; else
2763 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2764 fi
2765 # We set ac_cv_exeext here because the later test for it is not
2766 # safe: cross compilers may not add the suffix if given an `-o'
2767 # argument, so we may need to know it at that point already.
2768 # Even if this section looks crufty: it has the advantage of
2769 # actually working.
2770 break;;
2771 * )
2772 break;;
2773 esac
2774done
2775test "$ac_cv_exeext" = no && ac_cv_exeext=
2776
2777else
2778 ac_file=''
2779fi
6bb11ab3 2780if test -z "$ac_file"; then :
d0ac1c44
SM
2781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2782$as_echo "no" >&6; }
2783$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2784sed 's/^/| /' conftest.$ac_ext >&5
2785
2786{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2787$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2788as_fn_error 77 "C compiler cannot create executables
2789See \`config.log' for more details" "$LINENO" 5; }
2790else
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2792$as_echo "yes" >&6; }
6bb11ab3 2793fi
d0ac1c44
SM
2794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2795$as_echo_n "checking for C compiler default output file name... " >&6; }
2796{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2797$as_echo "$ac_file" >&6; }
6bb11ab3
L
2798ac_exeext=$ac_cv_exeext
2799
d0ac1c44 2800rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2801ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2803$as_echo_n "checking for suffix of executables... " >&6; }
2804if { { ac_try="$ac_link"
2805case "(($ac_try" in
2806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2807 *) ac_try_echo=$ac_try;;
2808esac
2809eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2810$as_echo "$ac_try_echo"; } >&5
2811 (eval "$ac_link") 2>&5
2812 ac_status=$?
2813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2814 test $ac_status = 0; }; then :
2815 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2816# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2817# work properly (i.e., refer to `conftest.exe'), while it won't with
2818# `rm'.
2819for ac_file in conftest.exe conftest conftest.*; do
2820 test -f "$ac_file" || continue
2821 case $ac_file in
2822 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2823 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2824 break;;
2825 * ) break;;
2826 esac
2827done
2828else
2829 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2830$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2831as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2832See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2833fi
d0ac1c44 2834rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2836$as_echo "$ac_cv_exeext" >&6; }
2837
2838rm -f conftest.$ac_ext
2839EXEEXT=$ac_cv_exeext
2840ac_exeext=$EXEEXT
d0ac1c44
SM
2841cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2842/* end confdefs.h. */
2843#include <stdio.h>
2844int
2845main ()
2846{
2847FILE *f = fopen ("conftest.out", "w");
2848 return ferror (f) || fclose (f) != 0;
2849
2850 ;
2851 return 0;
2852}
2853_ACEOF
2854ac_clean_files="$ac_clean_files conftest.out"
2855# Check that the compiler produces executables we can run. If not, either
2856# the compiler is broken, or we cross compile.
2857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2858$as_echo_n "checking whether we are cross compiling... " >&6; }
2859if test "$cross_compiling" != yes; then
2860 { { ac_try="$ac_link"
2861case "(($ac_try" in
2862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2863 *) ac_try_echo=$ac_try;;
2864esac
2865eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2866$as_echo "$ac_try_echo"; } >&5
2867 (eval "$ac_link") 2>&5
2868 ac_status=$?
2869 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2870 test $ac_status = 0; }
2871 if { ac_try='./conftest$ac_cv_exeext'
2872 { { case "(($ac_try" in
2873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2874 *) ac_try_echo=$ac_try;;
2875esac
2876eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2877$as_echo "$ac_try_echo"; } >&5
2878 (eval "$ac_try") 2>&5
2879 ac_status=$?
2880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2881 test $ac_status = 0; }; }; then
2882 cross_compiling=no
2883 else
2884 if test "$cross_compiling" = maybe; then
2885 cross_compiling=yes
2886 else
2887 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2888$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2889as_fn_error $? "cannot run C compiled programs.
2890If you meant to cross compile, use \`--host'.
2891See \`config.log' for more details" "$LINENO" 5; }
2892 fi
2893 fi
2894fi
2895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2896$as_echo "$cross_compiling" >&6; }
2897
2898rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2899ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2901$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2902if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2903 $as_echo_n "(cached) " >&6
2904else
2905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2906/* end confdefs.h. */
2907
2908int
2909main ()
2910{
2911
2912 ;
2913 return 0;
2914}
2915_ACEOF
2916rm -f conftest.o conftest.obj
2917if { { ac_try="$ac_compile"
2918case "(($ac_try" in
2919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2920 *) ac_try_echo=$ac_try;;
2921esac
2922eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2923$as_echo "$ac_try_echo"; } >&5
2924 (eval "$ac_compile") 2>&5
2925 ac_status=$?
2926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2927 test $ac_status = 0; }; then :
2928 for ac_file in conftest.o conftest.obj conftest.*; do
2929 test -f "$ac_file" || continue;
2930 case $ac_file in
2931 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2932 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2933 break;;
2934 esac
2935done
2936else
2937 $as_echo "$as_me: failed program was:" >&5
2938sed 's/^/| /' conftest.$ac_ext >&5
2939
2940{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2941$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2942as_fn_error $? "cannot compute suffix of object files: cannot compile
2943See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2944fi
2945rm -f conftest.$ac_cv_objext conftest.$ac_ext
2946fi
2947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2948$as_echo "$ac_cv_objext" >&6; }
2949OBJEXT=$ac_cv_objext
2950ac_objext=$OBJEXT
2951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2952$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2953if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2954 $as_echo_n "(cached) " >&6
2955else
2956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2957/* end confdefs.h. */
2958
2959int
2960main ()
2961{
2962#ifndef __GNUC__
2963 choke me
2964#endif
2965
2966 ;
2967 return 0;
2968}
2969_ACEOF
2970if ac_fn_c_try_compile "$LINENO"; then :
2971 ac_compiler_gnu=yes
2972else
2973 ac_compiler_gnu=no
2974fi
2975rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2976ac_cv_c_compiler_gnu=$ac_compiler_gnu
2977
2978fi
2979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2980$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2981if test $ac_compiler_gnu = yes; then
2982 GCC=yes
2983else
2984 GCC=
2985fi
2986ac_test_CFLAGS=${CFLAGS+set}
2987ac_save_CFLAGS=$CFLAGS
2988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2989$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2990if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2991 $as_echo_n "(cached) " >&6
2992else
2993 ac_save_c_werror_flag=$ac_c_werror_flag
2994 ac_c_werror_flag=yes
2995 ac_cv_prog_cc_g=no
2996 CFLAGS="-g"
2997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2998/* end confdefs.h. */
2999
3000int
3001main ()
3002{
3003
3004 ;
3005 return 0;
3006}
3007_ACEOF
3008if ac_fn_c_try_compile "$LINENO"; then :
3009 ac_cv_prog_cc_g=yes
3010else
3011 CFLAGS=""
3012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3013/* end confdefs.h. */
3014
3015int
3016main ()
3017{
3018
3019 ;
3020 return 0;
3021}
3022_ACEOF
3023if ac_fn_c_try_compile "$LINENO"; then :
3024
3025else
3026 ac_c_werror_flag=$ac_save_c_werror_flag
3027 CFLAGS="-g"
3028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3029/* end confdefs.h. */
3030
3031int
3032main ()
3033{
3034
3035 ;
3036 return 0;
3037}
3038_ACEOF
3039if ac_fn_c_try_compile "$LINENO"; then :
3040 ac_cv_prog_cc_g=yes
3041fi
3042rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3043fi
3044rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3045fi
3046rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3047 ac_c_werror_flag=$ac_save_c_werror_flag
3048fi
3049{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3050$as_echo "$ac_cv_prog_cc_g" >&6; }
3051if test "$ac_test_CFLAGS" = set; then
3052 CFLAGS=$ac_save_CFLAGS
3053elif test $ac_cv_prog_cc_g = yes; then
3054 if test "$GCC" = yes; then
3055 CFLAGS="-g -O2"
3056 else
3057 CFLAGS="-g"
3058 fi
3059else
3060 if test "$GCC" = yes; then
3061 CFLAGS="-O2"
3062 else
3063 CFLAGS=
3064 fi
3065fi
3066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3067$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3068if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3069 $as_echo_n "(cached) " >&6
3070else
3071 ac_cv_prog_cc_c89=no
3072ac_save_CC=$CC
3073cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3074/* end confdefs.h. */
3075#include <stdarg.h>
3076#include <stdio.h>
d0ac1c44 3077struct stat;
6bb11ab3
L
3078/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3079struct buf { int x; };
3080FILE * (*rcsopen) (struct buf *, struct stat *, int);
3081static char *e (p, i)
3082 char **p;
3083 int i;
3084{
3085 return p[i];
3086}
3087static char *f (char * (*g) (char **, int), char **p, ...)
3088{
3089 char *s;
3090 va_list v;
3091 va_start (v,p);
3092 s = g (p, va_arg (v,int));
3093 va_end (v);
3094 return s;
3095}
3096
3097/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3098 function prototypes and stuff, but not '\xHH' hex character constants.
3099 These don't provoke an error unfortunately, instead are silently treated
3100 as 'x'. The following induces an error, until -std is added to get
3101 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3102 array size at least. It's necessary to write '\x00'==0 to get something
3103 that's true only with -std. */
3104int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3105
3106/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3107 inside strings and character constants. */
3108#define FOO(x) 'x'
3109int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3110
3111int test (int i, double x);
3112struct s1 {int (*f) (int a);};
3113struct s2 {int (*f) (double a);};
3114int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3115int argc;
3116char **argv;
3117int
3118main ()
3119{
3120return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3121 ;
3122 return 0;
3123}
3124_ACEOF
3125for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3126 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3127do
3128 CC="$ac_save_CC $ac_arg"
3129 if ac_fn_c_try_compile "$LINENO"; then :
3130 ac_cv_prog_cc_c89=$ac_arg
3131fi
3132rm -f core conftest.err conftest.$ac_objext
3133 test "x$ac_cv_prog_cc_c89" != "xno" && break
3134done
3135rm -f conftest.$ac_ext
3136CC=$ac_save_CC
3137
3138fi
3139# AC_CACHE_VAL
3140case "x$ac_cv_prog_cc_c89" in
3141 x)
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3143$as_echo "none needed" >&6; } ;;
3144 xno)
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3146$as_echo "unsupported" >&6; } ;;
3147 *)
3148 CC="$CC $ac_cv_prog_cc_c89"
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3150$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3151esac
3152if test "x$ac_cv_prog_cc_c89" != xno; then :
3153
3154fi
3155
3156ac_ext=c
3157ac_cpp='$CPP $CPPFLAGS'
3158ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3159ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3160ac_compiler_gnu=$ac_cv_c_compiler_gnu
3161
c2783492 3162
ebe9564b
MF
3163ac_ext=c
3164ac_cpp='$CPP $CPPFLAGS'
3165ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3166ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3167ac_compiler_gnu=$ac_cv_c_compiler_gnu
3168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3169$as_echo_n "checking how to run the C preprocessor... " >&6; }
3170# On Suns, sometimes $CPP names a directory.
3171if test -n "$CPP" && test -d "$CPP"; then
3172 CPP=
3173fi
3174if test -z "$CPP"; then
3175 if ${ac_cv_prog_CPP+:} false; then :
3176 $as_echo_n "(cached) " >&6
3177else
3178 # Double quotes because CPP needs to be expanded
3179 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3180 do
3181 ac_preproc_ok=false
3182for ac_c_preproc_warn_flag in '' yes
3183do
3184 # Use a header file that comes with gcc, so configuring glibc
3185 # with a fresh cross-compiler works.
3186 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3187 # <limits.h> exists even on freestanding compilers.
3188 # On the NeXT, cc -E runs the code through the compiler's parser,
3189 # not just through cpp. "Syntax error" is here to catch this case.
3190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3191/* end confdefs.h. */
3192#ifdef __STDC__
3193# include <limits.h>
3194#else
3195# include <assert.h>
3196#endif
3197 Syntax error
3198_ACEOF
3199if ac_fn_c_try_cpp "$LINENO"; then :
3200
3201else
3202 # Broken: fails on valid input.
3203continue
3204fi
3205rm -f conftest.err conftest.i conftest.$ac_ext
3206
3207 # OK, works on sane cases. Now check whether nonexistent headers
3208 # can be detected and how.
3209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3210/* end confdefs.h. */
3211#include <ac_nonexistent.h>
3212_ACEOF
3213if ac_fn_c_try_cpp "$LINENO"; then :
3214 # Broken: success on invalid input.
3215continue
3216else
3217 # Passes both tests.
3218ac_preproc_ok=:
3219break
3220fi
3221rm -f conftest.err conftest.i conftest.$ac_ext
3222
3223done
3224# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3225rm -f conftest.i conftest.err conftest.$ac_ext
3226if $ac_preproc_ok; then :
3227 break
3228fi
3229
3230 done
3231 ac_cv_prog_CPP=$CPP
3232
3233fi
3234 CPP=$ac_cv_prog_CPP
3235else
3236 ac_cv_prog_CPP=$CPP
3237fi
3238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3239$as_echo "$CPP" >&6; }
3240ac_preproc_ok=false
3241for ac_c_preproc_warn_flag in '' yes
3242do
3243 # Use a header file that comes with gcc, so configuring glibc
3244 # with a fresh cross-compiler works.
3245 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3246 # <limits.h> exists even on freestanding compilers.
3247 # On the NeXT, cc -E runs the code through the compiler's parser,
3248 # not just through cpp. "Syntax error" is here to catch this case.
3249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3250/* end confdefs.h. */
3251#ifdef __STDC__
3252# include <limits.h>
3253#else
3254# include <assert.h>
3255#endif
3256 Syntax error
3257_ACEOF
3258if ac_fn_c_try_cpp "$LINENO"; then :
3259
3260else
3261 # Broken: fails on valid input.
3262continue
3263fi
3264rm -f conftest.err conftest.i conftest.$ac_ext
3265
3266 # OK, works on sane cases. Now check whether nonexistent headers
3267 # can be detected and how.
3268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3269/* end confdefs.h. */
3270#include <ac_nonexistent.h>
3271_ACEOF
3272if ac_fn_c_try_cpp "$LINENO"; then :
3273 # Broken: success on invalid input.
3274continue
3275else
3276 # Passes both tests.
3277ac_preproc_ok=:
3278break
3279fi
3280rm -f conftest.err conftest.i conftest.$ac_ext
3281
3282done
3283# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3284rm -f conftest.i conftest.err conftest.$ac_ext
3285if $ac_preproc_ok; then :
3286
3287else
3288 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3289$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3290as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3291See \`config.log' for more details" "$LINENO" 5; }
3292fi
3293
3294ac_ext=c
3295ac_cpp='$CPP $CPPFLAGS'
3296ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3297ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3298ac_compiler_gnu=$ac_cv_c_compiler_gnu
3299
6bb11ab3
L
3300
3301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3302$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3303if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3304 $as_echo_n "(cached) " >&6
3305else
3306 if test -z "$GREP"; then
3307 ac_path_GREP_found=false
3308 # Loop through the user's path and test for each of PROGNAME-LIST
3309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3310for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3311do
3312 IFS=$as_save_IFS
3313 test -z "$as_dir" && as_dir=.
3314 for ac_prog in grep ggrep; do
3315 for ac_exec_ext in '' $ac_executable_extensions; do
3316 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3317 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3318# Check for GNU ac_path_GREP and select it if it is found.
3319 # Check for GNU $ac_path_GREP
3320case `"$ac_path_GREP" --version 2>&1` in
3321*GNU*)
3322 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3323*)
3324 ac_count=0
3325 $as_echo_n 0123456789 >"conftest.in"
3326 while :
3327 do
3328 cat "conftest.in" "conftest.in" >"conftest.tmp"
3329 mv "conftest.tmp" "conftest.in"
3330 cp "conftest.in" "conftest.nl"
3331 $as_echo 'GREP' >> "conftest.nl"
3332 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3333 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3334 as_fn_arith $ac_count + 1 && ac_count=$as_val
3335 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3336 # Best one so far, save it but keep looking for a better one
3337 ac_cv_path_GREP="$ac_path_GREP"
3338 ac_path_GREP_max=$ac_count
3339 fi
3340 # 10*(2^10) chars as input seems more than enough
3341 test $ac_count -gt 10 && break
3342 done
3343 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3344esac
3345
3346 $ac_path_GREP_found && break 3
3347 done
3348 done
3349 done
3350IFS=$as_save_IFS
3351 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3352 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3353 fi
3354else
3355 ac_cv_path_GREP=$GREP
3356fi
3357
3358fi
3359{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3360$as_echo "$ac_cv_path_GREP" >&6; }
3361 GREP="$ac_cv_path_GREP"
3362
3363
3364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3365$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3366if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3367 $as_echo_n "(cached) " >&6
3368else
3369 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3370 then ac_cv_path_EGREP="$GREP -E"
3371 else
3372 if test -z "$EGREP"; then
3373 ac_path_EGREP_found=false
3374 # Loop through the user's path and test for each of PROGNAME-LIST
3375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3376for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3377do
3378 IFS=$as_save_IFS
3379 test -z "$as_dir" && as_dir=.
3380 for ac_prog in egrep; do
3381 for ac_exec_ext in '' $ac_executable_extensions; do
3382 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3383 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3384# Check for GNU ac_path_EGREP and select it if it is found.
3385 # Check for GNU $ac_path_EGREP
3386case `"$ac_path_EGREP" --version 2>&1` in
3387*GNU*)
3388 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3389*)
3390 ac_count=0
3391 $as_echo_n 0123456789 >"conftest.in"
3392 while :
3393 do
3394 cat "conftest.in" "conftest.in" >"conftest.tmp"
3395 mv "conftest.tmp" "conftest.in"
3396 cp "conftest.in" "conftest.nl"
3397 $as_echo 'EGREP' >> "conftest.nl"
3398 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3399 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3400 as_fn_arith $ac_count + 1 && ac_count=$as_val
3401 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3402 # Best one so far, save it but keep looking for a better one
3403 ac_cv_path_EGREP="$ac_path_EGREP"
3404 ac_path_EGREP_max=$ac_count
3405 fi
3406 # 10*(2^10) chars as input seems more than enough
3407 test $ac_count -gt 10 && break
3408 done
3409 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3410esac
3411
3412 $ac_path_EGREP_found && break 3
3413 done
3414 done
3415 done
3416IFS=$as_save_IFS
3417 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3418 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3419 fi
3420else
3421 ac_cv_path_EGREP=$EGREP
3422fi
3423
3424 fi
3425fi
3426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3427$as_echo "$ac_cv_path_EGREP" >&6; }
3428 EGREP="$ac_cv_path_EGREP"
3429
3430
3431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3432$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3433if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3434 $as_echo_n "(cached) " >&6
3435else
3436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3437/* end confdefs.h. */
3438#include <stdlib.h>
3439#include <stdarg.h>
3440#include <string.h>
3441#include <float.h>
3442
3443int
3444main ()
3445{
3446
3447 ;
3448 return 0;
3449}
3450_ACEOF
3451if ac_fn_c_try_compile "$LINENO"; then :
3452 ac_cv_header_stdc=yes
3453else
3454 ac_cv_header_stdc=no
3455fi
3456rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3457
3458if test $ac_cv_header_stdc = yes; then
3459 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3461/* end confdefs.h. */
3462#include <string.h>
3463
3464_ACEOF
3465if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3466 $EGREP "memchr" >/dev/null 2>&1; then :
3467
3468else
3469 ac_cv_header_stdc=no
3470fi
3471rm -f conftest*
3472
3473fi
3474
3475if test $ac_cv_header_stdc = yes; then
3476 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3478/* end confdefs.h. */
3479#include <stdlib.h>
3480
3481_ACEOF
3482if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3483 $EGREP "free" >/dev/null 2>&1; then :
3484
3485else
3486 ac_cv_header_stdc=no
3487fi
3488rm -f conftest*
3489
3490fi
3491
3492if test $ac_cv_header_stdc = yes; then
3493 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3494 if test "$cross_compiling" = yes; then :
3495 :
3496else
3497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3498/* end confdefs.h. */
3499#include <ctype.h>
3500#include <stdlib.h>
3501#if ((' ' & 0x0FF) == 0x020)
3502# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3503# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3504#else
3505# define ISLOWER(c) \
3506 (('a' <= (c) && (c) <= 'i') \
3507 || ('j' <= (c) && (c) <= 'r') \
3508 || ('s' <= (c) && (c) <= 'z'))
3509# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3510#endif
3511
3512#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3513int
3514main ()
3515{
3516 int i;
3517 for (i = 0; i < 256; i++)
3518 if (XOR (islower (i), ISLOWER (i))
3519 || toupper (i) != TOUPPER (i))
3520 return 2;
3521 return 0;
3522}
3523_ACEOF
3524if ac_fn_c_try_run "$LINENO"; then :
3525
3526else
3527 ac_cv_header_stdc=no
3528fi
3529rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3530 conftest.$ac_objext conftest.beam conftest.$ac_ext
3531fi
3532
3533fi
3534fi
3535{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3536$as_echo "$ac_cv_header_stdc" >&6; }
3537if test $ac_cv_header_stdc = yes; then
3538
3539$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3540
3541fi
3542
3543# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3544for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3545 inttypes.h stdint.h unistd.h
3546do :
3547 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3548ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3549"
d0ac1c44 3550if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3551 cat >>confdefs.h <<_ACEOF
3552#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3553_ACEOF
3554
3555fi
3556
3557done
3558
3559
3560
3561 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3562if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3563 MINIX=yes
3564else
3565 MINIX=
3566fi
3567
3568
3569 if test "$MINIX" = yes; then
3570
3571$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3572
3573
3574$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3575
3576
3577$as_echo "#define _MINIX 1" >>confdefs.h
3578
3579 fi
3580
3581
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3583$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3584if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3585 $as_echo_n "(cached) " >&6
3586else
3587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3588/* end confdefs.h. */
3589
d0ac1c44
SM
3590# define __EXTENSIONS__ 1
3591 $ac_includes_default
6bb11ab3
L
3592int
3593main ()
3594{
3595
3596 ;
3597 return 0;
3598}
3599_ACEOF
3600if ac_fn_c_try_compile "$LINENO"; then :
3601 ac_cv_safe_to_define___extensions__=yes
3602else
3603 ac_cv_safe_to_define___extensions__=no
3604fi
3605rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3606fi
3607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3608$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3609 test $ac_cv_safe_to_define___extensions__ = yes &&
3610 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3611
3612 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3613
3614 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3615
3616 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3617
3618 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3619
3620
3621test "$program_prefix" != NONE &&
3622 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3623# Use a double $ so make ignores it.
3624test "$program_suffix" != NONE &&
3625 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3626# Double any \ or $.
3627# By default was `s,x,x', remove it if useless.
3628ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3629program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3630
3631# Find a good install program. We prefer a C program (faster),
3632# so one script is as good as another. But avoid the broken or
3633# incompatible versions:
3634# SysV /etc/install, /usr/sbin/install
3635# SunOS /usr/etc/install
3636# IRIX /sbin/install
3637# AIX /bin/install
3638# AmigaOS /C/install, which installs bootblocks on floppy discs
3639# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3640# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3641# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3642# OS/2's system install, which has a completely different semantic
3643# ./install, which can be erroneously created by make from ./install.sh.
3644# Reject install programs that cannot install multiple files.
3645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3646$as_echo_n "checking for a BSD-compatible install... " >&6; }
3647if test -z "$INSTALL"; then
d0ac1c44 3648if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3649 $as_echo_n "(cached) " >&6
3650else
3651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3652for as_dir in $PATH
3653do
3654 IFS=$as_save_IFS
3655 test -z "$as_dir" && as_dir=.
3656 # Account for people who put trailing slashes in PATH elements.
3657case $as_dir/ in #((
3658 ./ | .// | /[cC]/* | \
3659 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3660 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3661 /usr/ucb/* ) ;;
3662 *)
3663 # OSF1 and SCO ODT 3.0 have their own names for install.
3664 # Don't use installbsd from OSF since it installs stuff as root
3665 # by default.
3666 for ac_prog in ginstall scoinst install; do
3667 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3668 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3669 if test $ac_prog = install &&
3670 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3671 # AIX install. It has an incompatible calling convention.
3672 :
3673 elif test $ac_prog = install &&
3674 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3675 # program-specific install script used by HP pwplus--don't use.
3676 :
3677 else
3678 rm -rf conftest.one conftest.two conftest.dir
3679 echo one > conftest.one
3680 echo two > conftest.two
3681 mkdir conftest.dir
3682 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3683 test -s conftest.one && test -s conftest.two &&
3684 test -s conftest.dir/conftest.one &&
3685 test -s conftest.dir/conftest.two
3686 then
3687 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3688 break 3
3689 fi
3690 fi
3691 fi
3692 done
3693 done
3694 ;;
3695esac
3696
3697 done
3698IFS=$as_save_IFS
3699
3700rm -rf conftest.one conftest.two conftest.dir
3701
3702fi
3703 if test "${ac_cv_path_install+set}" = set; then
3704 INSTALL=$ac_cv_path_install
3705 else
3706 # As a last resort, use the slow shell script. Don't cache a
3707 # value for INSTALL within a source directory, because that will
3708 # break other packages using the cache if that directory is
3709 # removed, or if the value is a relative name.
3710 INSTALL=$ac_install_sh
3711 fi
3712fi
3713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3714$as_echo "$INSTALL" >&6; }
3715
3716# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3717# It thinks the first close brace ends the variable substitution.
3718test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3719
3720test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3721
3722test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3723
3724rm -rf .tst 2>/dev/null
3725mkdir .tst 2>/dev/null
3726if test -d .tst; then
3727 am__leading_dot=.
3728else
3729 am__leading_dot=_
3730fi
3731rmdir .tst 2>/dev/null
3732
3733DEPDIR="${am__leading_dot}deps"
3734
3735case `pwd` in
3736 *\ * | *\ *)
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3738$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3739esac
3740
3741
3742
3743macro_version='2.2.7a'
3744macro_revision='1.3134'
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758ltmain="$ac_aux_dir/ltmain.sh"
3759
3760# Backslashify metacharacters that are still active within
3761# double-quoted strings.
3762sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3763
3764# Same as above, but do not quote variable references.
3765double_quote_subst='s/\(["`\\]\)/\\\1/g'
3766
3767# Sed substitution to delay expansion of an escaped shell variable in a
3768# double_quote_subst'ed string.
3769delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3770
3771# Sed substitution to delay expansion of an escaped single quote.
3772delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3773
3774# Sed substitution to avoid accidental globbing in evaled expressions
3775no_glob_subst='s/\*/\\\*/g'
3776
3777ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3778ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3779ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3780
3781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3782$as_echo_n "checking how to print strings... " >&6; }
3783# Test print first, because it will be a builtin if present.
3784if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3785 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3786 ECHO='print -r --'
3787elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3788 ECHO='printf %s\n'
3789else
3790 # Use this function as a fallback that always works.
3791 func_fallback_echo ()
3792 {
3793 eval 'cat <<_LTECHO_EOF
3794$1
3795_LTECHO_EOF'
3796 }
3797 ECHO='func_fallback_echo'
3798fi
3799
3800# func_echo_all arg...
3801# Invoke $ECHO with all args, space-separated.
3802func_echo_all ()
3803{
3804 $ECHO ""
3805}
3806
3807case "$ECHO" in
3808 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3809$as_echo "printf" >&6; } ;;
3810 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3811$as_echo "print -r" >&6; } ;;
3812 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3813$as_echo "cat" >&6; } ;;
3814esac
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3830$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3831if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3832 $as_echo_n "(cached) " >&6
3833else
3834 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3835 for ac_i in 1 2 3 4 5 6 7; do
3836 ac_script="$ac_script$as_nl$ac_script"
3837 done
3838 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3839 { ac_script=; unset ac_script;}
3840 if test -z "$SED"; then
3841 ac_path_SED_found=false
3842 # Loop through the user's path and test for each of PROGNAME-LIST
3843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3844for as_dir in $PATH
3845do
3846 IFS=$as_save_IFS
3847 test -z "$as_dir" && as_dir=.
3848 for ac_prog in sed gsed; do
3849 for ac_exec_ext in '' $ac_executable_extensions; do
3850 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3851 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3852# Check for GNU ac_path_SED and select it if it is found.
3853 # Check for GNU $ac_path_SED
3854case `"$ac_path_SED" --version 2>&1` in
3855*GNU*)
3856 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3857*)
3858 ac_count=0
3859 $as_echo_n 0123456789 >"conftest.in"
3860 while :
3861 do
3862 cat "conftest.in" "conftest.in" >"conftest.tmp"
3863 mv "conftest.tmp" "conftest.in"
3864 cp "conftest.in" "conftest.nl"
3865 $as_echo '' >> "conftest.nl"
3866 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3867 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3868 as_fn_arith $ac_count + 1 && ac_count=$as_val
3869 if test $ac_count -gt ${ac_path_SED_max-0}; then
3870 # Best one so far, save it but keep looking for a better one
3871 ac_cv_path_SED="$ac_path_SED"
3872 ac_path_SED_max=$ac_count
3873 fi
3874 # 10*(2^10) chars as input seems more than enough
3875 test $ac_count -gt 10 && break
3876 done
3877 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3878esac
3879
3880 $ac_path_SED_found && break 3
3881 done
3882 done
3883 done
3884IFS=$as_save_IFS
3885 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3886 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3887 fi
3888else
3889 ac_cv_path_SED=$SED
3890fi
3891
3892fi
3893{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3894$as_echo "$ac_cv_path_SED" >&6; }
3895 SED="$ac_cv_path_SED"
3896 rm -f conftest.sed
3897
3898test -z "$SED" && SED=sed
3899Xsed="$SED -e 1s/^X//"
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3912$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3913if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3914 $as_echo_n "(cached) " >&6
3915else
3916 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3917 then ac_cv_path_FGREP="$GREP -F"
3918 else
3919 if test -z "$FGREP"; then
3920 ac_path_FGREP_found=false
3921 # Loop through the user's path and test for each of PROGNAME-LIST
3922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3923for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3924do
3925 IFS=$as_save_IFS
3926 test -z "$as_dir" && as_dir=.
3927 for ac_prog in fgrep; do
3928 for ac_exec_ext in '' $ac_executable_extensions; do
3929 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3930 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3931# Check for GNU ac_path_FGREP and select it if it is found.
3932 # Check for GNU $ac_path_FGREP
3933case `"$ac_path_FGREP" --version 2>&1` in
3934*GNU*)
3935 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3936*)
3937 ac_count=0
3938 $as_echo_n 0123456789 >"conftest.in"
3939 while :
3940 do
3941 cat "conftest.in" "conftest.in" >"conftest.tmp"
3942 mv "conftest.tmp" "conftest.in"
3943 cp "conftest.in" "conftest.nl"
3944 $as_echo 'FGREP' >> "conftest.nl"
3945 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3946 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3947 as_fn_arith $ac_count + 1 && ac_count=$as_val
3948 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3949 # Best one so far, save it but keep looking for a better one
3950 ac_cv_path_FGREP="$ac_path_FGREP"
3951 ac_path_FGREP_max=$ac_count
3952 fi
3953 # 10*(2^10) chars as input seems more than enough
3954 test $ac_count -gt 10 && break
3955 done
3956 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3957esac
3958
3959 $ac_path_FGREP_found && break 3
3960 done
3961 done
3962 done
3963IFS=$as_save_IFS
3964 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3965 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3966 fi
3967else
3968 ac_cv_path_FGREP=$FGREP
3969fi
3970
3971 fi
3972fi
3973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3974$as_echo "$ac_cv_path_FGREP" >&6; }
3975 FGREP="$ac_cv_path_FGREP"
3976
3977
3978test -z "$GREP" && GREP=grep
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998# Check whether --with-gnu-ld was given.
3999if test "${with_gnu_ld+set}" = set; then :
4000 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4001else
4002 with_gnu_ld=no
4003fi
4004
4005ac_prog=ld
4006if test "$GCC" = yes; then
4007 # Check if gcc -print-prog-name=ld gives a path.
4008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4009$as_echo_n "checking for ld used by $CC... " >&6; }
4010 case $host in
4011 *-*-mingw*)
4012 # gcc leaves a trailing carriage return which upsets mingw
4013 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4014 *)
4015 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4016 esac
4017 case $ac_prog in
4018 # Accept absolute paths.
4019 [\\/]* | ?:[\\/]*)
4020 re_direlt='/[^/][^/]*/\.\./'
4021 # Canonicalize the pathname of ld
4022 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4023 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4024 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4025 done
4026 test -z "$LD" && LD="$ac_prog"
4027 ;;
4028 "")
4029 # If it fails, then pretend we aren't using GCC.
4030 ac_prog=ld
4031 ;;
4032 *)
4033 # If it is relative, then search for the first ld in PATH.
4034 with_gnu_ld=unknown
4035 ;;
4036 esac
4037elif test "$with_gnu_ld" = yes; then
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4039$as_echo_n "checking for GNU ld... " >&6; }
4040else
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4042$as_echo_n "checking for non-GNU ld... " >&6; }
4043fi
d0ac1c44 4044if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4045 $as_echo_n "(cached) " >&6
4046else
4047 if test -z "$LD"; then
4048 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4049 for ac_dir in $PATH; do
4050 IFS="$lt_save_ifs"
4051 test -z "$ac_dir" && ac_dir=.
4052 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4053 lt_cv_path_LD="$ac_dir/$ac_prog"
4054 # Check to see if the program is GNU ld. I'd rather use --version,
4055 # but apparently some variants of GNU ld only accept -v.
4056 # Break only if it was the GNU/non-GNU ld that we prefer.
4057 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4058 *GNU* | *'with BFD'*)
4059 test "$with_gnu_ld" != no && break
4060 ;;
4061 *)
4062 test "$with_gnu_ld" != yes && break
4063 ;;
4064 esac
4065 fi
4066 done
4067 IFS="$lt_save_ifs"
4068else
4069 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4070fi
4071fi
4072
4073LD="$lt_cv_path_LD"
4074if test -n "$LD"; then
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4076$as_echo "$LD" >&6; }
4077else
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4079$as_echo "no" >&6; }
4080fi
d0ac1c44 4081test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4082{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4083$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4084if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4085 $as_echo_n "(cached) " >&6
4086else
4087 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4088case `$LD -v 2>&1 </dev/null` in
4089*GNU* | *'with BFD'*)
4090 lt_cv_prog_gnu_ld=yes
4091 ;;
4092*)
4093 lt_cv_prog_gnu_ld=no
4094 ;;
4095esac
4096fi
4097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4098$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4099with_gnu_ld=$lt_cv_prog_gnu_ld
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4110$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4111if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4112 $as_echo_n "(cached) " >&6
4113else
4114 if test -n "$NM"; then
4115 # Let the user override the test.
4116 lt_cv_path_NM="$NM"
4117else
4118 lt_nm_to_check="${ac_tool_prefix}nm"
4119 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4120 lt_nm_to_check="$lt_nm_to_check nm"
4121 fi
4122 for lt_tmp_nm in $lt_nm_to_check; do
4123 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4124 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4125 IFS="$lt_save_ifs"
4126 test -z "$ac_dir" && ac_dir=.
4127 tmp_nm="$ac_dir/$lt_tmp_nm"
4128 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4129 # Check to see if the nm accepts a BSD-compat flag.
4130 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4131 # nm: unknown option "B" ignored
4132 # Tru64's nm complains that /dev/null is an invalid object file
4133 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4134 */dev/null* | *'Invalid file or object type'*)
4135 lt_cv_path_NM="$tmp_nm -B"
4136 break
4137 ;;
4138 *)
4139 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4140 */dev/null*)
4141 lt_cv_path_NM="$tmp_nm -p"
4142 break
4143 ;;
4144 *)
4145 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4146 continue # so that we can try to find one that supports BSD flags
4147 ;;
4148 esac
4149 ;;
4150 esac
4151 fi
4152 done
4153 IFS="$lt_save_ifs"
4154 done
4155 : ${lt_cv_path_NM=no}
4156fi
4157fi
4158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4159$as_echo "$lt_cv_path_NM" >&6; }
4160if test "$lt_cv_path_NM" != "no"; then
4161 NM="$lt_cv_path_NM"
4162else
4163 # Didn't find any BSD compatible name lister, look for dumpbin.
4164 if test -n "$DUMPBIN"; then :
4165 # Let the user override the test.
4166 else
4167 if test -n "$ac_tool_prefix"; then
4168 for ac_prog in dumpbin "link -dump"
4169 do
4170 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4171set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4173$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4174if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4175 $as_echo_n "(cached) " >&6
4176else
4177 if test -n "$DUMPBIN"; then
4178 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4179else
4180as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4181for as_dir in $PATH
4182do
4183 IFS=$as_save_IFS
4184 test -z "$as_dir" && as_dir=.
4185 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4187 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4189 break 2
4190 fi
4191done
4192 done
4193IFS=$as_save_IFS
4194
4195fi
4196fi
4197DUMPBIN=$ac_cv_prog_DUMPBIN
4198if test -n "$DUMPBIN"; then
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4200$as_echo "$DUMPBIN" >&6; }
4201else
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4203$as_echo "no" >&6; }
4204fi
4205
4206
4207 test -n "$DUMPBIN" && break
4208 done
4209fi
4210if test -z "$DUMPBIN"; then
4211 ac_ct_DUMPBIN=$DUMPBIN
4212 for ac_prog in dumpbin "link -dump"
4213do
4214 # Extract the first word of "$ac_prog", so it can be a program name with args.
4215set dummy $ac_prog; ac_word=$2
4216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4217$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4218if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4219 $as_echo_n "(cached) " >&6
4220else
4221 if test -n "$ac_ct_DUMPBIN"; then
4222 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4223else
4224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4225for as_dir in $PATH
4226do
4227 IFS=$as_save_IFS
4228 test -z "$as_dir" && as_dir=.
4229 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4230 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4231 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4233 break 2
4234 fi
4235done
4236 done
4237IFS=$as_save_IFS
4238
4239fi
4240fi
4241ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4242if test -n "$ac_ct_DUMPBIN"; then
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4244$as_echo "$ac_ct_DUMPBIN" >&6; }
4245else
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4247$as_echo "no" >&6; }
4248fi
4249
4250
4251 test -n "$ac_ct_DUMPBIN" && break
4252done
4253
4254 if test "x$ac_ct_DUMPBIN" = x; then
4255 DUMPBIN=":"
4256 else
4257 case $cross_compiling:$ac_tool_warned in
4258yes:)
4259{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4260$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4261ac_tool_warned=yes ;;
4262esac
4263 DUMPBIN=$ac_ct_DUMPBIN
4264 fi
4265fi
4266
4267 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4268 *COFF*)
4269 DUMPBIN="$DUMPBIN -symbols"
4270 ;;
4271 *)
4272 DUMPBIN=:
4273 ;;
4274 esac
4275 fi
4276
4277 if test "$DUMPBIN" != ":"; then
4278 NM="$DUMPBIN"
4279 fi
4280fi
4281test -z "$NM" && NM=nm
4282
4283
4284
4285
4286
4287
4288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4289$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4290if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4291 $as_echo_n "(cached) " >&6
4292else
4293 lt_cv_nm_interface="BSD nm"
4294 echo "int some_variable = 0;" > conftest.$ac_ext
4295 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4296 (eval "$ac_compile" 2>conftest.err)
4297 cat conftest.err >&5
4298 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4299 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4300 cat conftest.err >&5
4301 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4302 cat conftest.out >&5
4303 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4304 lt_cv_nm_interface="MS dumpbin"
4305 fi
4306 rm -f conftest*
4307fi
4308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4309$as_echo "$lt_cv_nm_interface" >&6; }
4310
4311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4312$as_echo_n "checking whether ln -s works... " >&6; }
4313LN_S=$as_ln_s
4314if test "$LN_S" = "ln -s"; then
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4316$as_echo "yes" >&6; }
4317else
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4319$as_echo "no, using $LN_S" >&6; }
4320fi
4321
4322# find the maximum length of command line arguments
4323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4324$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4325if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4326 $as_echo_n "(cached) " >&6
4327else
4328 i=0
4329 teststring="ABCD"
4330
4331 case $build_os in
4332 msdosdjgpp*)
4333 # On DJGPP, this test can blow up pretty badly due to problems in libc
4334 # (any single argument exceeding 2000 bytes causes a buffer overrun
4335 # during glob expansion). Even if it were fixed, the result of this
4336 # check would be larger than it should be.
4337 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4338 ;;
4339
4340 gnu*)
4341 # Under GNU Hurd, this test is not required because there is
4342 # no limit to the length of command line arguments.
4343 # Libtool will interpret -1 as no limit whatsoever
4344 lt_cv_sys_max_cmd_len=-1;
4345 ;;
4346
4347 cygwin* | mingw* | cegcc*)
4348 # On Win9x/ME, this test blows up -- it succeeds, but takes
4349 # about 5 minutes as the teststring grows exponentially.
4350 # Worse, since 9x/ME are not pre-emptively multitasking,
4351 # you end up with a "frozen" computer, even though with patience
4352 # the test eventually succeeds (with a max line length of 256k).
4353 # Instead, let's just punt: use the minimum linelength reported by
4354 # all of the supported platforms: 8192 (on NT/2K/XP).
4355 lt_cv_sys_max_cmd_len=8192;
4356 ;;
4357
4358 mint*)
4359 # On MiNT this can take a long time and run out of memory.
4360 lt_cv_sys_max_cmd_len=8192;
4361 ;;
4362
4363 amigaos*)
4364 # On AmigaOS with pdksh, this test takes hours, literally.
4365 # So we just punt and use a minimum line length of 8192.
4366 lt_cv_sys_max_cmd_len=8192;
4367 ;;
4368
4369 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4370 # This has been around since 386BSD, at least. Likely further.
4371 if test -x /sbin/sysctl; then
4372 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4373 elif test -x /usr/sbin/sysctl; then
4374 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4375 else
4376 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4377 fi
4378 # And add a safety zone
4379 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4380 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4381 ;;
4382
4383 interix*)
4384 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4385 lt_cv_sys_max_cmd_len=196608
4386 ;;
4387
4388 osf*)
4389 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4390 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4391 # nice to cause kernel panics so lets avoid the loop below.
4392 # First set a reasonable default.
4393 lt_cv_sys_max_cmd_len=16384
4394 #
4395 if test -x /sbin/sysconfig; then
4396 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4397 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4398 esac
4399 fi
4400 ;;
4401 sco3.2v5*)
4402 lt_cv_sys_max_cmd_len=102400
4403 ;;
4404 sysv5* | sco5v6* | sysv4.2uw2*)
4405 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4406 if test -n "$kargmax"; then
4407 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4408 else
4409 lt_cv_sys_max_cmd_len=32768
4410 fi
4411 ;;
4412 *)
4413 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4414 if test -n "$lt_cv_sys_max_cmd_len"; then
4415 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4416 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4417 else
4418 # Make teststring a little bigger before we do anything with it.
4419 # a 1K string should be a reasonable start.
4420 for i in 1 2 3 4 5 6 7 8 ; do
4421 teststring=$teststring$teststring
4422 done
4423 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4424 # If test is not a shell built-in, we'll probably end up computing a
4425 # maximum length that is only half of the actual maximum length, but
4426 # we can't tell.
4427 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4428 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4429 test $i != 17 # 1/2 MB should be enough
4430 do
4431 i=`expr $i + 1`
4432 teststring=$teststring$teststring
4433 done
4434 # Only check the string length outside the loop.
4435 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4436 teststring=
4437 # Add a significant safety factor because C++ compilers can tack on
4438 # massive amounts of additional arguments before passing them to the
4439 # linker. It appears as though 1/2 is a usable value.
4440 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4441 fi
4442 ;;
4443 esac
4444
4445fi
4446
4447if test -n $lt_cv_sys_max_cmd_len ; then
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4449$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4450else
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4452$as_echo "none" >&6; }
4453fi
4454max_cmd_len=$lt_cv_sys_max_cmd_len
4455
4456
4457
4458
4459
4460
4461: ${CP="cp -f"}
4462: ${MV="mv -f"}
4463: ${RM="rm -f"}
4464
4465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4466$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4467# Try some XSI features
4468xsi_shell=no
4469( _lt_dummy="a/b/c"
4470 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4471 = c,a/b,, \
4472 && eval 'test $(( 1 + 1 )) -eq 2 \
4473 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4474 && xsi_shell=yes
4475{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4476$as_echo "$xsi_shell" >&6; }
4477
4478
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4480$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4481lt_shell_append=no
4482( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4483 >/dev/null 2>&1 \
4484 && lt_shell_append=yes
4485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4486$as_echo "$lt_shell_append" >&6; }
4487
4488
4489if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4490 lt_unset=unset
4491else
4492 lt_unset=false
4493fi
4494
4495
4496
4497
4498
4499# test EBCDIC or ASCII
4500case `echo X|tr X '\101'` in
4501 A) # ASCII based system
4502 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4503 lt_SP2NL='tr \040 \012'
4504 lt_NL2SP='tr \015\012 \040\040'
4505 ;;
4506 *) # EBCDIC based system
4507 lt_SP2NL='tr \100 \n'
4508 lt_NL2SP='tr \r\n \100\100'
4509 ;;
4510esac
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4521$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4522if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4523 $as_echo_n "(cached) " >&6
4524else
4525 lt_cv_ld_reload_flag='-r'
4526fi
4527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4528$as_echo "$lt_cv_ld_reload_flag" >&6; }
4529reload_flag=$lt_cv_ld_reload_flag
4530case $reload_flag in
4531"" | " "*) ;;
4532*) reload_flag=" $reload_flag" ;;
4533esac
4534reload_cmds='$LD$reload_flag -o $output$reload_objs'
4535case $host_os in
4536 darwin*)
4537 if test "$GCC" = yes; then
4538 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4539 else
4540 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4541 fi
4542 ;;
4543esac
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553if test -n "$ac_tool_prefix"; then
4554 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4555set dummy ${ac_tool_prefix}objdump; ac_word=$2
4556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4557$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4558if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4559 $as_echo_n "(cached) " >&6
4560else
4561 if test -n "$OBJDUMP"; then
4562 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4563else
4564as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4565for as_dir in $PATH
4566do
4567 IFS=$as_save_IFS
4568 test -z "$as_dir" && as_dir=.
4569 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4570 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4571 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4573 break 2
4574 fi
4575done
4576 done
4577IFS=$as_save_IFS
4578
4579fi
4580fi
4581OBJDUMP=$ac_cv_prog_OBJDUMP
4582if test -n "$OBJDUMP"; then
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4584$as_echo "$OBJDUMP" >&6; }
4585else
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4587$as_echo "no" >&6; }
4588fi
4589
4590
4591fi
4592if test -z "$ac_cv_prog_OBJDUMP"; then
4593 ac_ct_OBJDUMP=$OBJDUMP
4594 # Extract the first word of "objdump", so it can be a program name with args.
4595set dummy objdump; ac_word=$2
4596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4597$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4598if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4599 $as_echo_n "(cached) " >&6
4600else
4601 if test -n "$ac_ct_OBJDUMP"; then
4602 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4603else
4604as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4605for as_dir in $PATH
4606do
4607 IFS=$as_save_IFS
4608 test -z "$as_dir" && as_dir=.
4609 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4610 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4611 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4613 break 2
4614 fi
4615done
4616 done
4617IFS=$as_save_IFS
4618
4619fi
4620fi
4621ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4622if test -n "$ac_ct_OBJDUMP"; then
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4624$as_echo "$ac_ct_OBJDUMP" >&6; }
4625else
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4627$as_echo "no" >&6; }
4628fi
4629
4630 if test "x$ac_ct_OBJDUMP" = x; then
4631 OBJDUMP="false"
4632 else
4633 case $cross_compiling:$ac_tool_warned in
4634yes:)
4635{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4636$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4637ac_tool_warned=yes ;;
4638esac
4639 OBJDUMP=$ac_ct_OBJDUMP
4640 fi
4641else
4642 OBJDUMP="$ac_cv_prog_OBJDUMP"
4643fi
4644
4645test -z "$OBJDUMP" && OBJDUMP=objdump
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4656$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4657if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4658 $as_echo_n "(cached) " >&6
4659else
4660 lt_cv_file_magic_cmd='$MAGIC_CMD'
4661lt_cv_file_magic_test_file=
4662lt_cv_deplibs_check_method='unknown'
4663# Need to set the preceding variable on all platforms that support
4664# interlibrary dependencies.
4665# 'none' -- dependencies not supported.
4666# `unknown' -- same as none, but documents that we really don't know.
4667# 'pass_all' -- all dependencies passed with no checks.
4668# 'test_compile' -- check by making test program.
4669# 'file_magic [[regex]]' -- check by looking for files in library path
4670# which responds to the $file_magic_cmd with a given extended regex.
4671# If you have `file' or equivalent on your system and you're not sure
4672# whether `pass_all' will *always* work, you probably want this one.
4673
4674case $host_os in
4675aix[4-9]*)
4676 lt_cv_deplibs_check_method=pass_all
4677 ;;
4678
4679beos*)
4680 lt_cv_deplibs_check_method=pass_all
4681 ;;
4682
4683bsdi[45]*)
4684 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4685 lt_cv_file_magic_cmd='/usr/bin/file -L'
4686 lt_cv_file_magic_test_file=/shlib/libc.so
4687 ;;
4688
4689cygwin*)
4690 # func_win32_libid is a shell function defined in ltmain.sh
4691 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4692 lt_cv_file_magic_cmd='func_win32_libid'
4693 ;;
4694
4695mingw* | pw32*)
4696 # Base MSYS/MinGW do not provide the 'file' command needed by
4697 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4698 # unless we find 'file', for example because we are cross-compiling.
4699 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4700 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4701 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4702 lt_cv_file_magic_cmd='func_win32_libid'
4703 else
4704 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4705 lt_cv_file_magic_cmd='$OBJDUMP -f'
4706 fi
4707 ;;
4708
4709cegcc*)
4710 # use the weaker test based on 'objdump'. See mingw*.
4711 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4712 lt_cv_file_magic_cmd='$OBJDUMP -f'
4713 ;;
4714
4715darwin* | rhapsody*)
4716 lt_cv_deplibs_check_method=pass_all
4717 ;;
4718
4719freebsd* | dragonfly*)
4720 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4721 case $host_cpu in
4722 i*86 )
4723 # Not sure whether the presence of OpenBSD here was a mistake.
4724 # Let's accept both of them until this is cleared up.
4725 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4726 lt_cv_file_magic_cmd=/usr/bin/file
4727 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4728 ;;
4729 esac
4730 else
4731 lt_cv_deplibs_check_method=pass_all
4732 fi
4733 ;;
4734
4735gnu*)
4736 lt_cv_deplibs_check_method=pass_all
4737 ;;
4738
4739haiku*)
4740 lt_cv_deplibs_check_method=pass_all
4741 ;;
4742
4743hpux10.20* | hpux11*)
4744 lt_cv_file_magic_cmd=/usr/bin/file
4745 case $host_cpu in
4746 ia64*)
4747 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4748 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4749 ;;
4750 hppa*64*)
4751 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]'
4752 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4753 ;;
4754 *)
4755 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4756 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4757 ;;
4758 esac
4759 ;;
4760
4761interix[3-9]*)
4762 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4763 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4764 ;;
4765
4766irix5* | irix6* | nonstopux*)
4767 case $LD in
4768 *-32|*"-32 ") libmagic=32-bit;;
4769 *-n32|*"-n32 ") libmagic=N32;;
4770 *-64|*"-64 ") libmagic=64-bit;;
4771 *) libmagic=never-match;;
4772 esac
4773 lt_cv_deplibs_check_method=pass_all
4774 ;;
4775
4776# This must be Linux ELF.
4777linux* | k*bsd*-gnu | kopensolaris*-gnu)
4778 lt_cv_deplibs_check_method=pass_all
4779 ;;
4780
4781netbsd*)
4782 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4783 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4784 else
4785 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4786 fi
4787 ;;
4788
4789newos6*)
4790 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4791 lt_cv_file_magic_cmd=/usr/bin/file
4792 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4793 ;;
4794
4795*nto* | *qnx*)
4796 lt_cv_deplibs_check_method=pass_all
4797 ;;
4798
4799openbsd*)
4800 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4801 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4802 else
4803 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4804 fi
4805 ;;
4806
4807osf3* | osf4* | osf5*)
4808 lt_cv_deplibs_check_method=pass_all
4809 ;;
4810
4811rdos*)
4812 lt_cv_deplibs_check_method=pass_all
4813 ;;
4814
4815solaris*)
4816 lt_cv_deplibs_check_method=pass_all
4817 ;;
4818
4819sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4820 lt_cv_deplibs_check_method=pass_all
4821 ;;
4822
4823sysv4 | sysv4.3*)
4824 case $host_vendor in
4825 motorola)
4826 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]'
4827 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4828 ;;
4829 ncr)
4830 lt_cv_deplibs_check_method=pass_all
4831 ;;
4832 sequent)
4833 lt_cv_file_magic_cmd='/bin/file'
4834 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4835 ;;
4836 sni)
4837 lt_cv_file_magic_cmd='/bin/file'
4838 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4839 lt_cv_file_magic_test_file=/lib/libc.so
4840 ;;
4841 siemens)
4842 lt_cv_deplibs_check_method=pass_all
4843 ;;
4844 pc)
4845 lt_cv_deplibs_check_method=pass_all
4846 ;;
4847 esac
4848 ;;
4849
4850tpf*)
4851 lt_cv_deplibs_check_method=pass_all
4852 ;;
4853esac
4854
4855fi
4856{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4857$as_echo "$lt_cv_deplibs_check_method" >&6; }
4858file_magic_cmd=$lt_cv_file_magic_cmd
4859deplibs_check_method=$lt_cv_deplibs_check_method
4860test -z "$deplibs_check_method" && deplibs_check_method=unknown
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
68ed2854
MF
4873plugin_option=
4874plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4875for plugin in $plugin_names; do
4876 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4877 if test x$plugin_so = x$plugin; then
4878 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4879 fi
4880 if test x$plugin_so != x$plugin; then
4881 plugin_option="--plugin $plugin_so"
4882 break
4883 fi
4884done
4885
6bb11ab3
L
4886if test -n "$ac_tool_prefix"; then
4887 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4888set dummy ${ac_tool_prefix}ar; ac_word=$2
4889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4890$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4891if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4892 $as_echo_n "(cached) " >&6
4893else
4894 if test -n "$AR"; then
4895 ac_cv_prog_AR="$AR" # Let the user override the test.
4896else
4897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4898for as_dir in $PATH
4899do
4900 IFS=$as_save_IFS
4901 test -z "$as_dir" && as_dir=.
4902 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4904 ac_cv_prog_AR="${ac_tool_prefix}ar"
4905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4906 break 2
4907 fi
4908done
4909 done
4910IFS=$as_save_IFS
4911
4912fi
4913fi
4914AR=$ac_cv_prog_AR
4915if test -n "$AR"; then
4916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4917$as_echo "$AR" >&6; }
4918else
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4920$as_echo "no" >&6; }
4921fi
4922
4923
4924fi
4925if test -z "$ac_cv_prog_AR"; then
4926 ac_ct_AR=$AR
4927 # Extract the first word of "ar", so it can be a program name with args.
4928set dummy ar; ac_word=$2
4929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4930$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4931if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4932 $as_echo_n "(cached) " >&6
4933else
4934 if test -n "$ac_ct_AR"; then
4935 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4936else
4937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4938for as_dir in $PATH
4939do
4940 IFS=$as_save_IFS
4941 test -z "$as_dir" && as_dir=.
4942 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4943 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4944 ac_cv_prog_ac_ct_AR="ar"
4945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4946 break 2
4947 fi
4948done
4949 done
4950IFS=$as_save_IFS
4951
4952fi
4953fi
4954ac_ct_AR=$ac_cv_prog_ac_ct_AR
4955if test -n "$ac_ct_AR"; then
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4957$as_echo "$ac_ct_AR" >&6; }
4958else
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4960$as_echo "no" >&6; }
4961fi
4962
4963 if test "x$ac_ct_AR" = x; then
4964 AR="false"
4965 else
4966 case $cross_compiling:$ac_tool_warned in
4967yes:)
4968{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4969$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4970ac_tool_warned=yes ;;
4971esac
4972 AR=$ac_ct_AR
4973 fi
4974else
4975 AR="$ac_cv_prog_AR"
4976fi
4977
4978test -z "$AR" && AR=ar
68ed2854
MF
4979if test -n "$plugin_option"; then
4980 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4981 touch conftest.c
4982 $AR $plugin_option rc conftest.a conftest.c
4983 if test "$?" != 0; then
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4985$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4986 else
4987 AR="$AR $plugin_option"
4988 fi
4989 rm -f conftest.*
68ed2854
MF
4990 fi
4991fi
6bb11ab3
L
4992test -z "$AR_FLAGS" && AR_FLAGS=cru
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004if test -n "$ac_tool_prefix"; then
5005 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5006set dummy ${ac_tool_prefix}strip; ac_word=$2
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5008$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5009if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5010 $as_echo_n "(cached) " >&6
5011else
5012 if test -n "$STRIP"; then
5013 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5014else
5015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5016for as_dir in $PATH
5017do
5018 IFS=$as_save_IFS
5019 test -z "$as_dir" && as_dir=.
5020 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5022 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5024 break 2
5025 fi
5026done
5027 done
5028IFS=$as_save_IFS
5029
5030fi
5031fi
5032STRIP=$ac_cv_prog_STRIP
5033if test -n "$STRIP"; then
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5035$as_echo "$STRIP" >&6; }
5036else
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5038$as_echo "no" >&6; }
5039fi
5040
5041
5042fi
5043if test -z "$ac_cv_prog_STRIP"; then
5044 ac_ct_STRIP=$STRIP
5045 # Extract the first word of "strip", so it can be a program name with args.
5046set dummy strip; ac_word=$2
5047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5048$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5049if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5050 $as_echo_n "(cached) " >&6
5051else
5052 if test -n "$ac_ct_STRIP"; then
5053 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5054else
5055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5056for as_dir in $PATH
5057do
5058 IFS=$as_save_IFS
5059 test -z "$as_dir" && as_dir=.
5060 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5062 ac_cv_prog_ac_ct_STRIP="strip"
5063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5064 break 2
5065 fi
5066done
5067 done
5068IFS=$as_save_IFS
5069
5070fi
5071fi
5072ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5073if test -n "$ac_ct_STRIP"; then
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5075$as_echo "$ac_ct_STRIP" >&6; }
5076else
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078$as_echo "no" >&6; }
5079fi
5080
5081 if test "x$ac_ct_STRIP" = x; then
5082 STRIP=":"
5083 else
5084 case $cross_compiling:$ac_tool_warned in
5085yes:)
5086{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5087$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5088ac_tool_warned=yes ;;
5089esac
5090 STRIP=$ac_ct_STRIP
5091 fi
5092else
5093 STRIP="$ac_cv_prog_STRIP"
5094fi
5095
5096test -z "$STRIP" && STRIP=:
5097
5098
5099
5100
5101
5102
5103if test -n "$ac_tool_prefix"; then
5104 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5105set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5107$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5108if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5109 $as_echo_n "(cached) " >&6
5110else
5111 if test -n "$RANLIB"; then
5112 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5113else
5114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5115for as_dir in $PATH
5116do
5117 IFS=$as_save_IFS
5118 test -z "$as_dir" && as_dir=.
5119 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5120 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5121 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5123 break 2
5124 fi
5125done
5126 done
5127IFS=$as_save_IFS
5128
5129fi
5130fi
5131RANLIB=$ac_cv_prog_RANLIB
5132if test -n "$RANLIB"; then
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5134$as_echo "$RANLIB" >&6; }
5135else
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5137$as_echo "no" >&6; }
5138fi
5139
5140
5141fi
5142if test -z "$ac_cv_prog_RANLIB"; then
5143 ac_ct_RANLIB=$RANLIB
5144 # Extract the first word of "ranlib", so it can be a program name with args.
5145set dummy ranlib; ac_word=$2
5146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5147$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5148if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5149 $as_echo_n "(cached) " >&6
5150else
5151 if test -n "$ac_ct_RANLIB"; then
5152 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5153else
5154as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5155for as_dir in $PATH
5156do
5157 IFS=$as_save_IFS
5158 test -z "$as_dir" && as_dir=.
5159 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5160 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5161 ac_cv_prog_ac_ct_RANLIB="ranlib"
5162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5163 break 2
5164 fi
5165done
5166 done
5167IFS=$as_save_IFS
5168
5169fi
5170fi
5171ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5172if test -n "$ac_ct_RANLIB"; then
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5174$as_echo "$ac_ct_RANLIB" >&6; }
5175else
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5177$as_echo "no" >&6; }
5178fi
5179
5180 if test "x$ac_ct_RANLIB" = x; then
5181 RANLIB=":"
5182 else
5183 case $cross_compiling:$ac_tool_warned in
5184yes:)
5185{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5186$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5187ac_tool_warned=yes ;;
5188esac
5189 RANLIB=$ac_ct_RANLIB
5190 fi
5191else
5192 RANLIB="$ac_cv_prog_RANLIB"
5193fi
5194
5195test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5196if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5197 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5198 RANLIB="$RANLIB $plugin_option"
5199 fi
5200fi
6bb11ab3
L
5201
5202
5203
5204
5205
5206
5207# Determine commands to create old-style static archives.
5208old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5209old_postinstall_cmds='chmod 644 $oldlib'
5210old_postuninstall_cmds=
5211
5212if test -n "$RANLIB"; then
5213 case $host_os in
5214 openbsd*)
5215 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5216 ;;
5217 *)
5218 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5219 ;;
5220 esac
5221 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5222fi
5223
5224case $host_os in
5225 darwin*)
5226 lock_old_archive_extraction=yes ;;
5227 *)
5228 lock_old_archive_extraction=no ;;
5229esac
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251for ac_prog in gawk mawk nawk awk
5252do
5253 # Extract the first word of "$ac_prog", so it can be a program name with args.
5254set dummy $ac_prog; ac_word=$2
5255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5256$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5257if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5258 $as_echo_n "(cached) " >&6
5259else
5260 if test -n "$AWK"; then
5261 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5262else
5263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5264for as_dir in $PATH
5265do
5266 IFS=$as_save_IFS
5267 test -z "$as_dir" && as_dir=.
5268 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5269 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5270 ac_cv_prog_AWK="$ac_prog"
5271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5272 break 2
5273 fi
5274done
5275 done
5276IFS=$as_save_IFS
5277
5278fi
5279fi
5280AWK=$ac_cv_prog_AWK
5281if test -n "$AWK"; then
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5283$as_echo "$AWK" >&6; }
5284else
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5286$as_echo "no" >&6; }
5287fi
5288
5289
5290 test -n "$AWK" && break
5291done
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311# If no C compiler was specified, use CC.
5312LTCC=${LTCC-"$CC"}
5313
5314# If no C compiler flags were specified, use CFLAGS.
5315LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5316
5317# Allow CC to be a program name with arguments.
5318compiler=$CC
5319
5320
5321# Check for command to grab the raw symbol name followed by C symbol from nm.
5322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5323$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5324if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5325 $as_echo_n "(cached) " >&6
5326else
5327
5328# These are sane defaults that work on at least a few old systems.
5329# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5330
5331# Character class describing NM global symbol codes.
5332symcode='[BCDEGRST]'
5333
5334# Regexp to match symbols that can be accessed directly from C.
5335sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5336
5337# Define system-specific variables.
5338case $host_os in
5339aix*)
5340 symcode='[BCDT]'
5341 ;;
5342cygwin* | mingw* | pw32* | cegcc*)
5343 symcode='[ABCDGISTW]'
5344 ;;
5345hpux*)
5346 if test "$host_cpu" = ia64; then
5347 symcode='[ABCDEGRST]'
5348 fi
5349 ;;
5350irix* | nonstopux*)
5351 symcode='[BCDEGRST]'
5352 ;;
5353osf*)
5354 symcode='[BCDEGQRST]'
5355 ;;
5356solaris*)
5357 symcode='[BDRT]'
5358 ;;
5359sco3.2v5*)
5360 symcode='[DT]'
5361 ;;
5362sysv4.2uw2*)
5363 symcode='[DT]'
5364 ;;
5365sysv5* | sco5v6* | unixware* | OpenUNIX*)
5366 symcode='[ABDT]'
5367 ;;
5368sysv4)
5369 symcode='[DFNSTU]'
5370 ;;
5371esac
5372
5373# If we're using GNU nm, then use its standard symbol codes.
5374case `$NM -V 2>&1` in
5375*GNU* | *'with BFD'*)
5376 symcode='[ABCDGIRSTW]' ;;
5377esac
5378
5379# Transform an extracted symbol line into a proper C declaration.
5380# Some systems (esp. on ia64) link data and code symbols differently,
5381# so use this general approach.
5382lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5383
5384# Transform an extracted symbol line into symbol name and symbol address
5385lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5386lt_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'"
5387
5388# Handle CRLF in mingw tool chain
5389opt_cr=
5390case $build_os in
5391mingw*)
5392 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5393 ;;
5394esac
5395
5396# Try without a prefix underscore, then with it.
5397for ac_symprfx in "" "_"; do
5398
5399 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5400 symxfrm="\\1 $ac_symprfx\\2 \\2"
5401
5402 # Write the raw and C identifiers.
5403 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5404 # Fake it for dumpbin and say T for any non-static function
5405 # and D for any global variable.
5406 # Also find C++ and __fastcall symbols from MSVC++,
5407 # which start with @ or ?.
5408 lt_cv_sys_global_symbol_pipe="$AWK '"\
5409" {last_section=section; section=\$ 3};"\
5410" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5411" \$ 0!~/External *\|/{next};"\
5412" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5413" {if(hide[section]) next};"\
5414" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5415" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5416" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5417" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5418" ' prfx=^$ac_symprfx"
5419 else
5420 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5421 fi
5422
5423 # Check to see that the pipe works correctly.
5424 pipe_works=no
5425
5426 rm -f conftest*
5427 cat > conftest.$ac_ext <<_LT_EOF
5428#ifdef __cplusplus
5429extern "C" {
5430#endif
5431char nm_test_var;
5432void nm_test_func(void);
5433void nm_test_func(void){}
5434#ifdef __cplusplus
5435}
5436#endif
5437int main(){nm_test_var='a';nm_test_func();return(0);}
5438_LT_EOF
5439
5440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5441 (eval $ac_compile) 2>&5
5442 ac_status=$?
5443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5444 test $ac_status = 0; }; then
5445 # Now try to grab the symbols.
5446 nlist=conftest.nm
5447 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5448 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5449 ac_status=$?
5450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5451 test $ac_status = 0; } && test -s "$nlist"; then
5452 # Try sorting and uniquifying the output.
5453 if sort "$nlist" | uniq > "$nlist"T; then
5454 mv -f "$nlist"T "$nlist"
5455 else
5456 rm -f "$nlist"T
5457 fi
5458
5459 # Make sure that we snagged all the symbols we need.
5460 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5461 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5462 cat <<_LT_EOF > conftest.$ac_ext
5463#ifdef __cplusplus
5464extern "C" {
5465#endif
5466
5467_LT_EOF
5468 # Now generate the symbol file.
5469 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5470
5471 cat <<_LT_EOF >> conftest.$ac_ext
5472
5473/* The mapping between symbol names and symbols. */
5474const struct {
5475 const char *name;
5476 void *address;
5477}
5478lt__PROGRAM__LTX_preloaded_symbols[] =
5479{
5480 { "@PROGRAM@", (void *) 0 },
5481_LT_EOF
5482 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5483 cat <<\_LT_EOF >> conftest.$ac_ext
5484 {0, (void *) 0}
5485};
5486
5487/* This works around a problem in FreeBSD linker */
5488#ifdef FREEBSD_WORKAROUND
5489static const void *lt_preloaded_setup() {
5490 return lt__PROGRAM__LTX_preloaded_symbols;
5491}
5492#endif
5493
5494#ifdef __cplusplus
5495}
5496#endif
5497_LT_EOF
5498 # Now try linking the two files.
5499 mv conftest.$ac_objext conftstm.$ac_objext
5500 lt_save_LIBS="$LIBS"
5501 lt_save_CFLAGS="$CFLAGS"
5502 LIBS="conftstm.$ac_objext"
5503 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5504 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5505 (eval $ac_link) 2>&5
5506 ac_status=$?
5507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5508 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5509 pipe_works=yes
5510 fi
5511 LIBS="$lt_save_LIBS"
5512 CFLAGS="$lt_save_CFLAGS"
5513 else
5514 echo "cannot find nm_test_func in $nlist" >&5
5515 fi
5516 else
5517 echo "cannot find nm_test_var in $nlist" >&5
5518 fi
5519 else
5520 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5521 fi
5522 else
5523 echo "$progname: failed program was:" >&5
5524 cat conftest.$ac_ext >&5
5525 fi
5526 rm -rf conftest* conftst*
5527
5528 # Do not use the global_symbol_pipe unless it works.
5529 if test "$pipe_works" = yes; then
5530 break
5531 else
5532 lt_cv_sys_global_symbol_pipe=
5533 fi
5534done
5535
5536fi
5537
5538if test -z "$lt_cv_sys_global_symbol_pipe"; then
5539 lt_cv_sys_global_symbol_to_cdecl=
5540fi
5541if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5543$as_echo "failed" >&6; }
5544else
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5546$as_echo "ok" >&6; }
5547fi
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570# Check whether --enable-libtool-lock was given.
5571if test "${enable_libtool_lock+set}" = set; then :
5572 enableval=$enable_libtool_lock;
5573fi
5574
5575test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5576
5577# Some flags need to be propagated to the compiler or linker for good
5578# libtool support.
5579case $host in
5580ia64-*-hpux*)
5581 # Find out which ABI we are using.
5582 echo 'int i;' > conftest.$ac_ext
5583 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5584 (eval $ac_compile) 2>&5
5585 ac_status=$?
5586 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5587 test $ac_status = 0; }; then
5588 case `/usr/bin/file conftest.$ac_objext` in
5589 *ELF-32*)
5590 HPUX_IA64_MODE="32"
5591 ;;
5592 *ELF-64*)
5593 HPUX_IA64_MODE="64"
5594 ;;
5595 esac
5596 fi
5597 rm -rf conftest*
5598 ;;
5599*-*-irix6*)
5600 # Find out which ABI we are using.
5601 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5602 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5603 (eval $ac_compile) 2>&5
5604 ac_status=$?
5605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5606 test $ac_status = 0; }; then
5607 if test "$lt_cv_prog_gnu_ld" = yes; then
5608 case `/usr/bin/file conftest.$ac_objext` in
5609 *32-bit*)
5610 LD="${LD-ld} -melf32bsmip"
5611 ;;
5612 *N32*)
5613 LD="${LD-ld} -melf32bmipn32"
5614 ;;
5615 *64-bit*)
5616 LD="${LD-ld} -melf64bmip"
5617 ;;
5618 esac
5619 else
5620 case `/usr/bin/file conftest.$ac_objext` in
5621 *32-bit*)
5622 LD="${LD-ld} -32"
5623 ;;
5624 *N32*)
5625 LD="${LD-ld} -n32"
5626 ;;
5627 *64-bit*)
5628 LD="${LD-ld} -64"
5629 ;;
5630 esac
5631 fi
5632 fi
5633 rm -rf conftest*
5634 ;;
5635
bf3d9781 5636x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5637s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5638 # Find out which ABI we are using.
5639 echo 'int i;' > conftest.$ac_ext
5640 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5641 (eval $ac_compile) 2>&5
5642 ac_status=$?
5643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5644 test $ac_status = 0; }; then
5645 case `/usr/bin/file conftest.o` in
5646 *32-bit*)
5647 case $host in
5648 x86_64-*kfreebsd*-gnu)
5649 LD="${LD-ld} -m elf_i386_fbsd"
5650 ;;
5651 x86_64-*linux*)
5652 case `/usr/bin/file conftest.o` in
5653 *x86-64*)
5654 LD="${LD-ld} -m elf32_x86_64"
5655 ;;
5656 *)
5657 LD="${LD-ld} -m elf_i386"
5658 ;;
5659 esac
5660 ;;
bf3d9781
AM
5661 powerpc64le-*linux*)
5662 LD="${LD-ld} -m elf32lppclinux"
5663 ;;
5664 powerpc64-*linux*)
6bb11ab3
L
5665 LD="${LD-ld} -m elf32ppclinux"
5666 ;;
5667 s390x-*linux*)
5668 LD="${LD-ld} -m elf_s390"
5669 ;;
5670 sparc64-*linux*)
5671 LD="${LD-ld} -m elf32_sparc"
5672 ;;
5673 esac
5674 ;;
5675 *64-bit*)
5676 case $host in
5677 x86_64-*kfreebsd*-gnu)
5678 LD="${LD-ld} -m elf_x86_64_fbsd"
5679 ;;
5680 x86_64-*linux*)
5681 LD="${LD-ld} -m elf_x86_64"
5682 ;;
bf3d9781
AM
5683 powerpcle-*linux*)
5684 LD="${LD-ld} -m elf64lppc"
5685 ;;
5686 powerpc-*linux*)
6bb11ab3
L
5687 LD="${LD-ld} -m elf64ppc"
5688 ;;
5689 s390*-*linux*|s390*-*tpf*)
5690 LD="${LD-ld} -m elf64_s390"
5691 ;;
5692 sparc*-*linux*)
5693 LD="${LD-ld} -m elf64_sparc"
5694 ;;
5695 esac
5696 ;;
5697 esac
5698 fi
5699 rm -rf conftest*
5700 ;;
5701
5702*-*-sco3.2v5*)
5703 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5704 SAVE_CFLAGS="$CFLAGS"
5705 CFLAGS="$CFLAGS -belf"
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5707$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5708if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5709 $as_echo_n "(cached) " >&6
5710else
5711 ac_ext=c
5712ac_cpp='$CPP $CPPFLAGS'
5713ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5714ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5715ac_compiler_gnu=$ac_cv_c_compiler_gnu
5716
5717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5718/* end confdefs.h. */
5719
5720int
5721main ()
5722{
5723
5724 ;
5725 return 0;
5726}
5727_ACEOF
5728if ac_fn_c_try_link "$LINENO"; then :
5729 lt_cv_cc_needs_belf=yes
5730else
5731 lt_cv_cc_needs_belf=no
5732fi
5733rm -f core conftest.err conftest.$ac_objext \
5734 conftest$ac_exeext conftest.$ac_ext
5735 ac_ext=c
5736ac_cpp='$CPP $CPPFLAGS'
5737ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5738ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5739ac_compiler_gnu=$ac_cv_c_compiler_gnu
5740
5741fi
5742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5743$as_echo "$lt_cv_cc_needs_belf" >&6; }
5744 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5745 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5746 CFLAGS="$SAVE_CFLAGS"
5747 fi
5748 ;;
5749sparc*-*solaris*)
5750 # Find out which ABI we are using.
5751 echo 'int i;' > conftest.$ac_ext
5752 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5753 (eval $ac_compile) 2>&5
5754 ac_status=$?
5755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5756 test $ac_status = 0; }; then
5757 case `/usr/bin/file conftest.o` in
5758 *64-bit*)
5759 case $lt_cv_prog_gnu_ld in
5760 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5761 *)
5762 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5763 LD="${LD-ld} -64"
5764 fi
5765 ;;
5766 esac
5767 ;;
5768 esac
5769 fi
5770 rm -rf conftest*
5771 ;;
5772esac
5773
5774need_locks="$enable_libtool_lock"
5775
5776
5777 case $host_os in
5778 rhapsody* | darwin*)
5779 if test -n "$ac_tool_prefix"; then
5780 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5781set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5783$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5784if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5785 $as_echo_n "(cached) " >&6
5786else
5787 if test -n "$DSYMUTIL"; then
5788 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5789else
5790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5791for as_dir in $PATH
5792do
5793 IFS=$as_save_IFS
5794 test -z "$as_dir" && as_dir=.
5795 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5796 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5797 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5799 break 2
5800 fi
5801done
5802 done
5803IFS=$as_save_IFS
5804
5805fi
5806fi
5807DSYMUTIL=$ac_cv_prog_DSYMUTIL
5808if test -n "$DSYMUTIL"; then
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5810$as_echo "$DSYMUTIL" >&6; }
5811else
5812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5813$as_echo "no" >&6; }
5814fi
5815
5816
5817fi
5818if test -z "$ac_cv_prog_DSYMUTIL"; then
5819 ac_ct_DSYMUTIL=$DSYMUTIL
5820 # Extract the first word of "dsymutil", so it can be a program name with args.
5821set dummy dsymutil; ac_word=$2
5822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5823$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5824if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5825 $as_echo_n "(cached) " >&6
5826else
5827 if test -n "$ac_ct_DSYMUTIL"; then
5828 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5829else
5830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5831for as_dir in $PATH
5832do
5833 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=.
5835 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5836 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5837 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 break 2
5840 fi
5841done
5842 done
5843IFS=$as_save_IFS
5844
5845fi
5846fi
5847ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5848if test -n "$ac_ct_DSYMUTIL"; then
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5850$as_echo "$ac_ct_DSYMUTIL" >&6; }
5851else
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5853$as_echo "no" >&6; }
5854fi
5855
5856 if test "x$ac_ct_DSYMUTIL" = x; then
5857 DSYMUTIL=":"
5858 else
5859 case $cross_compiling:$ac_tool_warned in
5860yes:)
5861{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5862$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5863ac_tool_warned=yes ;;
5864esac
5865 DSYMUTIL=$ac_ct_DSYMUTIL
5866 fi
5867else
5868 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5869fi
5870
5871 if test -n "$ac_tool_prefix"; then
5872 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5873set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5875$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5876if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5877 $as_echo_n "(cached) " >&6
5878else
5879 if test -n "$NMEDIT"; then
5880 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5881else
5882as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5883for as_dir in $PATH
5884do
5885 IFS=$as_save_IFS
5886 test -z "$as_dir" && as_dir=.
5887 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5889 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5891 break 2
5892 fi
5893done
5894 done
5895IFS=$as_save_IFS
5896
5897fi
5898fi
5899NMEDIT=$ac_cv_prog_NMEDIT
5900if test -n "$NMEDIT"; then
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5902$as_echo "$NMEDIT" >&6; }
5903else
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5905$as_echo "no" >&6; }
5906fi
5907
5908
5909fi
5910if test -z "$ac_cv_prog_NMEDIT"; then
5911 ac_ct_NMEDIT=$NMEDIT
5912 # Extract the first word of "nmedit", so it can be a program name with args.
5913set dummy nmedit; ac_word=$2
5914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5915$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5916if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5917 $as_echo_n "(cached) " >&6
5918else
5919 if test -n "$ac_ct_NMEDIT"; then
5920 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5921else
5922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5923for as_dir in $PATH
5924do
5925 IFS=$as_save_IFS
5926 test -z "$as_dir" && as_dir=.
5927 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5928 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5929 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5931 break 2
5932 fi
5933done
5934 done
5935IFS=$as_save_IFS
5936
5937fi
5938fi
5939ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5940if test -n "$ac_ct_NMEDIT"; then
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5942$as_echo "$ac_ct_NMEDIT" >&6; }
5943else
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5945$as_echo "no" >&6; }
5946fi
5947
5948 if test "x$ac_ct_NMEDIT" = x; then
5949 NMEDIT=":"
5950 else
5951 case $cross_compiling:$ac_tool_warned in
5952yes:)
5953{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5954$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5955ac_tool_warned=yes ;;
5956esac
5957 NMEDIT=$ac_ct_NMEDIT
5958 fi
5959else
5960 NMEDIT="$ac_cv_prog_NMEDIT"
5961fi
5962
5963 if test -n "$ac_tool_prefix"; then
5964 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5965set dummy ${ac_tool_prefix}lipo; ac_word=$2
5966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5967$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5968if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5969 $as_echo_n "(cached) " >&6
5970else
5971 if test -n "$LIPO"; then
5972 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5973else
5974as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975for as_dir in $PATH
5976do
5977 IFS=$as_save_IFS
5978 test -z "$as_dir" && as_dir=.
5979 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5980 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5981 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5983 break 2
5984 fi
5985done
5986 done
5987IFS=$as_save_IFS
5988
5989fi
5990fi
5991LIPO=$ac_cv_prog_LIPO
5992if test -n "$LIPO"; then
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5994$as_echo "$LIPO" >&6; }
5995else
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5997$as_echo "no" >&6; }
5998fi
5999
6000
6001fi
6002if test -z "$ac_cv_prog_LIPO"; then
6003 ac_ct_LIPO=$LIPO
6004 # Extract the first word of "lipo", so it can be a program name with args.
6005set dummy lipo; ac_word=$2
6006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6007$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6008if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6009 $as_echo_n "(cached) " >&6
6010else
6011 if test -n "$ac_ct_LIPO"; then
6012 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6013else
6014as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6015for as_dir in $PATH
6016do
6017 IFS=$as_save_IFS
6018 test -z "$as_dir" && as_dir=.
6019 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6020 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6021 ac_cv_prog_ac_ct_LIPO="lipo"
6022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6023 break 2
6024 fi
6025done
6026 done
6027IFS=$as_save_IFS
6028
6029fi
6030fi
6031ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6032if test -n "$ac_ct_LIPO"; then
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6034$as_echo "$ac_ct_LIPO" >&6; }
6035else
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6037$as_echo "no" >&6; }
6038fi
6039
6040 if test "x$ac_ct_LIPO" = x; then
6041 LIPO=":"
6042 else
6043 case $cross_compiling:$ac_tool_warned in
6044yes:)
6045{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6046$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6047ac_tool_warned=yes ;;
6048esac
6049 LIPO=$ac_ct_LIPO
6050 fi
6051else
6052 LIPO="$ac_cv_prog_LIPO"
6053fi
6054
6055 if test -n "$ac_tool_prefix"; then
6056 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6057set dummy ${ac_tool_prefix}otool; ac_word=$2
6058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6059$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6060if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6061 $as_echo_n "(cached) " >&6
6062else
6063 if test -n "$OTOOL"; then
6064 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6065else
6066as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6067for as_dir in $PATH
6068do
6069 IFS=$as_save_IFS
6070 test -z "$as_dir" && as_dir=.
6071 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6072 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6073 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6075 break 2
6076 fi
6077done
6078 done
6079IFS=$as_save_IFS
6080
6081fi
6082fi
6083OTOOL=$ac_cv_prog_OTOOL
6084if test -n "$OTOOL"; then
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6086$as_echo "$OTOOL" >&6; }
6087else
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6089$as_echo "no" >&6; }
6090fi
6091
6092
6093fi
6094if test -z "$ac_cv_prog_OTOOL"; then
6095 ac_ct_OTOOL=$OTOOL
6096 # Extract the first word of "otool", so it can be a program name with args.
6097set dummy otool; ac_word=$2
6098{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6099$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6100if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6101 $as_echo_n "(cached) " >&6
6102else
6103 if test -n "$ac_ct_OTOOL"; then
6104 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6105else
6106as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6107for as_dir in $PATH
6108do
6109 IFS=$as_save_IFS
6110 test -z "$as_dir" && as_dir=.
6111 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6112 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6113 ac_cv_prog_ac_ct_OTOOL="otool"
6114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6115 break 2
6116 fi
6117done
6118 done
6119IFS=$as_save_IFS
6120
6121fi
6122fi
6123ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6124if test -n "$ac_ct_OTOOL"; then
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6126$as_echo "$ac_ct_OTOOL" >&6; }
6127else
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6129$as_echo "no" >&6; }
6130fi
6131
6132 if test "x$ac_ct_OTOOL" = x; then
6133 OTOOL=":"
6134 else
6135 case $cross_compiling:$ac_tool_warned in
6136yes:)
6137{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6138$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6139ac_tool_warned=yes ;;
6140esac
6141 OTOOL=$ac_ct_OTOOL
6142 fi
6143else
6144 OTOOL="$ac_cv_prog_OTOOL"
6145fi
6146
6147 if test -n "$ac_tool_prefix"; then
6148 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6149set dummy ${ac_tool_prefix}otool64; ac_word=$2
6150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6151$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6152if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6153 $as_echo_n "(cached) " >&6
6154else
6155 if test -n "$OTOOL64"; then
6156 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6157else
6158as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6159for as_dir in $PATH
6160do
6161 IFS=$as_save_IFS
6162 test -z "$as_dir" && as_dir=.
6163 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6164 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6165 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6167 break 2
6168 fi
6169done
6170 done
6171IFS=$as_save_IFS
6172
6173fi
6174fi
6175OTOOL64=$ac_cv_prog_OTOOL64
6176if test -n "$OTOOL64"; then
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6178$as_echo "$OTOOL64" >&6; }
6179else
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6181$as_echo "no" >&6; }
6182fi
6183
6184
6185fi
6186if test -z "$ac_cv_prog_OTOOL64"; then
6187 ac_ct_OTOOL64=$OTOOL64
6188 # Extract the first word of "otool64", so it can be a program name with args.
6189set dummy otool64; ac_word=$2
6190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6191$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6192if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6193 $as_echo_n "(cached) " >&6
6194else
6195 if test -n "$ac_ct_OTOOL64"; then
6196 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6197else
6198as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6199for as_dir in $PATH
6200do
6201 IFS=$as_save_IFS
6202 test -z "$as_dir" && as_dir=.
6203 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6204 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6205 ac_cv_prog_ac_ct_OTOOL64="otool64"
6206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6207 break 2
6208 fi
6209done
6210 done
6211IFS=$as_save_IFS
6212
6213fi
6214fi
6215ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6216if test -n "$ac_ct_OTOOL64"; then
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6218$as_echo "$ac_ct_OTOOL64" >&6; }
6219else
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6221$as_echo "no" >&6; }
6222fi
6223
6224 if test "x$ac_ct_OTOOL64" = x; then
6225 OTOOL64=":"
6226 else
6227 case $cross_compiling:$ac_tool_warned in
6228yes:)
6229{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6230$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6231ac_tool_warned=yes ;;
6232esac
6233 OTOOL64=$ac_ct_OTOOL64
6234 fi
6235else
6236 OTOOL64="$ac_cv_prog_OTOOL64"
6237fi
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6266$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6267if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6268 $as_echo_n "(cached) " >&6
6269else
6270 lt_cv_apple_cc_single_mod=no
6271 if test -z "${LT_MULTI_MODULE}"; then
6272 # By default we will add the -single_module flag. You can override
6273 # by either setting the environment variable LT_MULTI_MODULE
6274 # non-empty at configure time, or by adding -multi_module to the
6275 # link flags.
6276 rm -rf libconftest.dylib*
6277 echo "int foo(void){return 1;}" > conftest.c
6278 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6279-dynamiclib -Wl,-single_module conftest.c" >&5
6280 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6281 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6282 _lt_result=$?
6283 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6284 lt_cv_apple_cc_single_mod=yes
6285 else
6286 cat conftest.err >&5
6287 fi
6288 rm -rf libconftest.dylib*
6289 rm -f conftest.*
6290 fi
6291fi
6292{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6293$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6295$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6296if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6297 $as_echo_n "(cached) " >&6
6298else
6299 lt_cv_ld_exported_symbols_list=no
6300 save_LDFLAGS=$LDFLAGS
6301 echo "_main" > conftest.sym
6302 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6304/* end confdefs.h. */
6305
6306int
6307main ()
6308{
6309
6310 ;
6311 return 0;
6312}
6313_ACEOF
6314if ac_fn_c_try_link "$LINENO"; then :
6315 lt_cv_ld_exported_symbols_list=yes
6316else
6317 lt_cv_ld_exported_symbols_list=no
6318fi
6319rm -f core conftest.err conftest.$ac_objext \
6320 conftest$ac_exeext conftest.$ac_ext
6321 LDFLAGS="$save_LDFLAGS"
6322
6323fi
6324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6325$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6327$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6328if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6329 $as_echo_n "(cached) " >&6
6330else
6331 lt_cv_ld_force_load=no
6332 cat > conftest.c << _LT_EOF
6333int forced_loaded() { return 2;}
6334_LT_EOF
6335 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6336 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6337 echo "$AR cru libconftest.a conftest.o" >&5
6338 $AR cru libconftest.a conftest.o 2>&5
6339 cat > conftest.c << _LT_EOF
6340int main() { return 0;}
6341_LT_EOF
6342 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6343 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6344 _lt_result=$?
6345 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6346 lt_cv_ld_force_load=yes
6347 else
6348 cat conftest.err >&5
6349 fi
6350 rm -f conftest.err libconftest.a conftest conftest.c
6351 rm -rf conftest.dSYM
6352
6353fi
6354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6355$as_echo "$lt_cv_ld_force_load" >&6; }
6356 case $host_os in
6357 rhapsody* | darwin1.[012])
6358 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6359 darwin1.*)
6360 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6361 darwin*) # darwin 5.x on
6362 # if running on 10.5 or later, the deployment target defaults
6363 # to the OS version, if on x86, and 10.4, the deployment
6364 # target defaults to 10.4. Don't you love it?
6365 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6366 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6367 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6368 10.[012][,.]*)
6bb11ab3
L
6369 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6370 10.*)
6371 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6372 esac
6373 ;;
6374 esac
6375 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6376 _lt_dar_single_mod='$single_module'
6377 fi
6378 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6379 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6380 else
6381 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6382 fi
6383 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6384 _lt_dsymutil='~$DSYMUTIL $lib || :'
6385 else
6386 _lt_dsymutil=
6387 fi
6388 ;;
6389 esac
6390
6391for ac_header in dlfcn.h
6392do :
6393 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6394"
d0ac1c44 6395if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6396 cat >>confdefs.h <<_ACEOF
6397#define HAVE_DLFCN_H 1
6398_ACEOF
6399
6400fi
6401
6402done
6403
6404
6405
ebe9564b 6406
6bb11ab3 6407
0cb8d851
MF
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6409$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6410if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6411 $as_echo_n "(cached) " >&6
6412else
6413 ac_cv_c_bigendian=unknown
6414 # See if we're dealing with a universal compiler.
6415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6416/* end confdefs.h. */
6417#ifndef __APPLE_CC__
6418 not a universal capable compiler
6419 #endif
6420 typedef int dummy;
6421
6422_ACEOF
6423if ac_fn_c_try_compile "$LINENO"; then :
6424
6425 # Check for potential -arch flags. It is not universal unless
6426 # there are at least two -arch flags with different values.
6427 ac_arch=
6428 ac_prev=
6429 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6430 if test -n "$ac_prev"; then
6431 case $ac_word in
6432 i?86 | x86_64 | ppc | ppc64)
6433 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6434 ac_arch=$ac_word
6435 else
6436 ac_cv_c_bigendian=universal
6437 break
6438 fi
6439 ;;
6440 esac
6441 ac_prev=
6442 elif test "x$ac_word" = "x-arch"; then
6443 ac_prev=arch
6444 fi
6445 done
6446fi
6447rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6448 if test $ac_cv_c_bigendian = unknown; then
6449 # See if sys/param.h defines the BYTE_ORDER macro.
6450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6451/* end confdefs.h. */
6452#include <sys/types.h>
6453 #include <sys/param.h>
6454
6455int
6456main ()
6457{
6458#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6459 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6460 && LITTLE_ENDIAN)
6461 bogus endian macros
6462 #endif
6463
6464 ;
6465 return 0;
6466}
6467_ACEOF
6468if ac_fn_c_try_compile "$LINENO"; then :
6469 # It does; now see whether it defined to BIG_ENDIAN or not.
6470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6471/* end confdefs.h. */
6472#include <sys/types.h>
6473 #include <sys/param.h>
6474
6475int
6476main ()
6477{
6478#if BYTE_ORDER != BIG_ENDIAN
6479 not big endian
6480 #endif
6481
6482 ;
6483 return 0;
6484}
6485_ACEOF
6486if ac_fn_c_try_compile "$LINENO"; then :
6487 ac_cv_c_bigendian=yes
6488else
6489 ac_cv_c_bigendian=no
6490fi
6491rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6492fi
6493rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6494 fi
6495 if test $ac_cv_c_bigendian = unknown; then
6496 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6498/* end confdefs.h. */
6499#include <limits.h>
6500
6501int
6502main ()
6503{
6504#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6505 bogus endian macros
6506 #endif
6507
6508 ;
6509 return 0;
6510}
6511_ACEOF
6512if ac_fn_c_try_compile "$LINENO"; then :
6513 # It does; now see whether it defined to _BIG_ENDIAN or not.
6514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6515/* end confdefs.h. */
6516#include <limits.h>
6517
6518int
6519main ()
6520{
6521#ifndef _BIG_ENDIAN
6522 not big endian
6523 #endif
6524
6525 ;
6526 return 0;
6527}
6528_ACEOF
6529if ac_fn_c_try_compile "$LINENO"; then :
6530 ac_cv_c_bigendian=yes
6531else
6532 ac_cv_c_bigendian=no
6533fi
6534rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6535fi
6536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6537 fi
6538 if test $ac_cv_c_bigendian = unknown; then
6539 # Compile a test program.
6540 if test "$cross_compiling" = yes; then :
6541 # Try to guess by grepping values from an object file.
6542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6543/* end confdefs.h. */
6544short int ascii_mm[] =
6545 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6546 short int ascii_ii[] =
6547 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6548 int use_ascii (int i) {
6549 return ascii_mm[i] + ascii_ii[i];
6550 }
6551 short int ebcdic_ii[] =
6552 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6553 short int ebcdic_mm[] =
6554 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6555 int use_ebcdic (int i) {
6556 return ebcdic_mm[i] + ebcdic_ii[i];
6557 }
6558 extern int foo;
6559
6560int
6561main ()
6562{
6563return use_ascii (foo) == use_ebcdic (foo);
6564 ;
6565 return 0;
6566}
6567_ACEOF
6568if ac_fn_c_try_compile "$LINENO"; then :
6569 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6570 ac_cv_c_bigendian=yes
6571 fi
6572 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6573 if test "$ac_cv_c_bigendian" = unknown; then
6574 ac_cv_c_bigendian=no
6575 else
6576 # finding both strings is unlikely to happen, but who knows?
6577 ac_cv_c_bigendian=unknown
6578 fi
6579 fi
6580fi
6581rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6582else
6583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6584/* end confdefs.h. */
6585$ac_includes_default
6586int
6587main ()
6588{
6589
6590 /* Are we little or big endian? From Harbison&Steele. */
6591 union
6592 {
6593 long int l;
6594 char c[sizeof (long int)];
6595 } u;
6596 u.l = 1;
6597 return u.c[sizeof (long int) - 1] == 1;
6598
6599 ;
6600 return 0;
6601}
6602_ACEOF
6603if ac_fn_c_try_run "$LINENO"; then :
6604 ac_cv_c_bigendian=no
6605else
6606 ac_cv_c_bigendian=yes
6607fi
6608rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6609 conftest.$ac_objext conftest.beam conftest.$ac_ext
6610fi
6611
6612 fi
6613fi
6614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6615$as_echo "$ac_cv_c_bigendian" >&6; }
6616 case $ac_cv_c_bigendian in #(
6617 yes)
6618 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6619;; #(
6620 no)
6621 ;; #(
6622 universal)
6623
6624$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6625
6626 ;; #(
6627 *)
d0ac1c44 6628 as_fn_error $? "unknown endianness
0cb8d851
MF
6629 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6630 esac
6631
6bb11ab3
L
6632
6633
6634
c25ea03d 6635if test "x$cross_compiling" = "xno"; then
aa0fca16 6636 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6637 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6638 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6639 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6640 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6641else
aa0fca16 6642 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6643 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6644 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6645 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6646 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6647fi
6648
6649
6650
c25ea03d 6651
c2783492 6652
aa0fca16
MF
6653
6654
a3e2cc64
MF
6655if test -n "$ac_tool_prefix"; then
6656 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6657set dummy ${ac_tool_prefix}ar; ac_word=$2
6658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6659$as_echo_n "checking for $ac_word... " >&6; }
6660if ${ac_cv_prog_AR+:} false; then :
6661 $as_echo_n "(cached) " >&6
6662else
6663 if test -n "$AR"; then
6664 ac_cv_prog_AR="$AR" # Let the user override the test.
6665else
6666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6667for as_dir in $PATH
6668do
6669 IFS=$as_save_IFS
6670 test -z "$as_dir" && as_dir=.
6671 for ac_exec_ext in '' $ac_executable_extensions; do
6672 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6673 ac_cv_prog_AR="${ac_tool_prefix}ar"
6674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6675 break 2
6676 fi
6677done
6678 done
6679IFS=$as_save_IFS
6680
6681fi
6682fi
6683AR=$ac_cv_prog_AR
6684if test -n "$AR"; then
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6686$as_echo "$AR" >&6; }
6687else
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6689$as_echo "no" >&6; }
6690fi
6691
6692
6693fi
6694if test -z "$ac_cv_prog_AR"; then
6695 ac_ct_AR=$AR
6696 # Extract the first word of "ar", so it can be a program name with args.
6697set dummy ar; ac_word=$2
6698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6699$as_echo_n "checking for $ac_word... " >&6; }
6700if ${ac_cv_prog_ac_ct_AR+:} false; then :
6701 $as_echo_n "(cached) " >&6
6702else
6703 if test -n "$ac_ct_AR"; then
6704 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6705else
6706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6707for as_dir in $PATH
6708do
6709 IFS=$as_save_IFS
6710 test -z "$as_dir" && as_dir=.
6711 for ac_exec_ext in '' $ac_executable_extensions; do
6712 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6713 ac_cv_prog_ac_ct_AR="ar"
6714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6715 break 2
6716 fi
6717done
6718 done
6719IFS=$as_save_IFS
6720
6721fi
6722fi
6723ac_ct_AR=$ac_cv_prog_ac_ct_AR
6724if test -n "$ac_ct_AR"; then
6725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6726$as_echo "$ac_ct_AR" >&6; }
6727else
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6729$as_echo "no" >&6; }
6730fi
6731
6732 if test "x$ac_ct_AR" = x; then
6733 AR=""
6734 else
6735 case $cross_compiling:$ac_tool_warned in
6736yes:)
6737{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6738$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6739ac_tool_warned=yes ;;
6740esac
6741 AR=$ac_ct_AR
6742 fi
6743else
6744 AR="$ac_cv_prog_AR"
6745fi
6bb11ab3
L
6746
6747if test -n "$ac_tool_prefix"; then
6748 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6749set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6751$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6752if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6753 $as_echo_n "(cached) " >&6
6754else
6755 if test -n "$RANLIB"; then
6756 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6757else
6758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6759for as_dir in $PATH
6760do
6761 IFS=$as_save_IFS
6762 test -z "$as_dir" && as_dir=.
6763 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6764 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6765 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6767 break 2
6768 fi
6769done
6770 done
6771IFS=$as_save_IFS
6772
6773fi
6774fi
6775RANLIB=$ac_cv_prog_RANLIB
6776if test -n "$RANLIB"; then
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6778$as_echo "$RANLIB" >&6; }
6779else
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6781$as_echo "no" >&6; }
6782fi
6783
6784
6785fi
6786if test -z "$ac_cv_prog_RANLIB"; then
6787 ac_ct_RANLIB=$RANLIB
6788 # Extract the first word of "ranlib", so it can be a program name with args.
6789set dummy ranlib; ac_word=$2
6790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6791$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6792if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6793 $as_echo_n "(cached) " >&6
6794else
6795 if test -n "$ac_ct_RANLIB"; then
6796 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6797else
6798as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6799for as_dir in $PATH
6800do
6801 IFS=$as_save_IFS
6802 test -z "$as_dir" && as_dir=.
6803 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6804 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6805 ac_cv_prog_ac_ct_RANLIB="ranlib"
6806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6807 break 2
6808 fi
6809done
6810 done
6811IFS=$as_save_IFS
6812
6813fi
6814fi
6815ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6816if test -n "$ac_ct_RANLIB"; then
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6818$as_echo "$ac_ct_RANLIB" >&6; }
6819else
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6821$as_echo "no" >&6; }
6822fi
6823
6824 if test "x$ac_ct_RANLIB" = x; then
6825 RANLIB=":"
6826 else
6827 case $cross_compiling:$ac_tool_warned in
6828yes:)
6829{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6830$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6831ac_tool_warned=yes ;;
6832esac
6833 RANLIB=$ac_ct_RANLIB
6834 fi
6835else
6836 RANLIB="$ac_cv_prog_RANLIB"
6837fi
6838
6839
46f900c0
MF
6840# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6841# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6842# is C99. So handle it ourselves.
6843:
6844C_DIALECT=
6845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6846$as_echo_n "checking whether C11 is supported by default... " >&6; }
6847cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6848/* end confdefs.h. */
6849
6850#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6851# error "C11 support not found"
6852#endif
6853
6854_ACEOF
6855if ac_fn_c_try_compile "$LINENO"; then :
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6857$as_echo "yes" >&6; }
6858else
6859
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6861$as_echo "no" >&6; }
6862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6863$as_echo_n "checking for -std=c11 support... " >&6; }
6864 ac_save_CC="$CC"
6865 CC="$CC -std=c11"
6866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6867/* end confdefs.h. */
6868
6869#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6870# error "C11 support not found"
6871#endif
6872
6873_ACEOF
6874if ac_fn_c_try_compile "$LINENO"; then :
6875
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6877$as_echo "yes" >&6; }
6878 CC="$ac_save_CC"
6879 C_DIALECT="-std=c11"
6880
6881else
6882 as_fn_error $? "C11 is required" "$LINENO" 5
6883fi
6884rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6885fi
6886rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6887
6888
c2783492 6889
6bb11ab3
L
6890# Dependency checking.
6891ac_config_commands="$ac_config_commands depdir"
6892
6893
6894depcc="$CC" am_compiler_list=
6895
6896am_depcomp=$ac_aux_dir/depcomp
6897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6898$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6899if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6900 $as_echo_n "(cached) " >&6
6901else
6902 if test -f "$am_depcomp"; then
6903 # We make a subdir and do the tests there. Otherwise we can end up
6904 # making bogus files that we don't know about and never remove. For
6905 # instance it was reported that on HP-UX the gcc test will end up
6906 # making a dummy file named `D' -- because `-MD' means `put the output
6907 # in D'.
6908 mkdir conftest.dir
6909 # Copy depcomp to subdir because otherwise we won't find it if we're
6910 # using a relative directory.
6911 cp "$am_depcomp" conftest.dir
6912 cd conftest.dir
6913 # We will build objects and dependencies in a subdirectory because
6914 # it helps to detect inapplicable dependency modes. For instance
6915 # both Tru64's cc and ICC support -MD to output dependencies as a
6916 # side effect of compilation, but ICC will put the dependencies in
6917 # the current directory while Tru64 will put them in the object
6918 # directory.
6919 mkdir sub
6920
6921 am_cv_CC_dependencies_compiler_type=none
6922 if test "$am_compiler_list" = ""; then
6923 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6924 fi
6925 for depmode in $am_compiler_list; do
6926 if test $depmode = none; then break; fi
6927
6928 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6929 # Setup a source with many dependencies, because some compilers
6930 # like to wrap large dependency lists on column 80 (with \), and
6931 # we should not choose a depcomp mode which is confused by this.
6932 #
6933 # We need to recreate these files for each test, as the compiler may
6934 # overwrite some of them when testing with obscure command lines.
6935 # This happens at least with the AIX C compiler.
6936 : > sub/conftest.c
6937 for i in 1 2 3 4 5 6; do
6938 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6939 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6940 # Solaris 8's {/usr,}/bin/sh.
6941 touch sub/conftst$i.h
6942 done
6943 echo "include sub/conftest.Po" > confmf
6944
6945 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6946 # mode. It turns out that the SunPro C++ compiler does not properly
6947 # handle `-M -o', and we need to detect this.
6948 depcmd="depmode=$depmode \
6949 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6950 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6951 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6952 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6953 if env $depcmd > conftest.err 2>&1 &&
6954 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6955 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6956 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6957 # icc doesn't choke on unknown options, it will just issue warnings
6958 # or remarks (even with -Werror). So we grep stderr for any message
6959 # that says an option was ignored or not supported.
6960 # When given -MP, icc 7.0 and 7.1 complain thusly:
6961 # icc: Command line warning: ignoring option '-M'; no argument required
6962 # The diagnosis changed in icc 8.0:
6963 # icc: Command line remark: option '-MP' not supported
6964 if (grep 'ignoring option' conftest.err ||
6965 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6966 am_cv_CC_dependencies_compiler_type=$depmode
6967 $as_echo "$as_me:$LINENO: success" >&5
6968 break
6969 fi
6970 fi
6971 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6972 sed -e 's/^/| /' < conftest.err >&5
6973 done
6974
6975 cd ..
6976 rm -rf conftest.dir
6977else
6978 am_cv_CC_dependencies_compiler_type=none
6979fi
6980
6981fi
6982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6983$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6984if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6985then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6986else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6987
6988fi
6989
6990
6bb11ab3
L
6991ALL_LINGUAS=
6992# If we haven't got the data from the intl directory,
6993# assume NLS is disabled.
6994USE_NLS=no
6995LIBINTL=
6996LIBINTL_DEP=
6997INCINTL=
6998XGETTEXT=
6999GMSGFMT=
7000POSUB=
7001
7002if test -f ../../intl/config.intl; then
7003 . ../../intl/config.intl
7004fi
7005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7006$as_echo_n "checking whether NLS is requested... " >&6; }
7007if test x"$USE_NLS" != xyes; then
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7009$as_echo "no" >&6; }
7010else
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7012$as_echo "yes" >&6; }
7013
7014$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7015
7016
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7018$as_echo_n "checking for catalogs to be installed... " >&6; }
7019 # Look for .po and .gmo files in the source directory.
7020 CATALOGS=
7021 XLINGUAS=
7022 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7023 # If there aren't any .gmo files the shell will give us the
7024 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7025 # weeded out.
7026 case "$cat" in *\**)
7027 continue;;
7028 esac
7029 # The quadruple backslash is collapsed to a double backslash
7030 # by the backticks, then collapsed again by the double quotes,
7031 # leaving us with one backslash in the sed expression (right
7032 # before the dot that mustn't act as a wildcard).
7033 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7034 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7035 # The user is allowed to set LINGUAS to a list of languages to
7036 # install catalogs for. If it's empty that means "all of them."
7037 if test "x$LINGUAS" = x; then
7038 CATALOGS="$CATALOGS $cat"
7039 XLINGUAS="$XLINGUAS $lang"
7040 else
7041 case "$LINGUAS" in *$lang*)
7042 CATALOGS="$CATALOGS $cat"
7043 XLINGUAS="$XLINGUAS $lang"
7044 ;;
7045 esac
7046 fi
7047 done
7048 LINGUAS="$XLINGUAS"
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7050$as_echo "$LINGUAS" >&6; }
7051
7052
7053 DATADIRNAME=share
7054
7055 INSTOBJEXT=.mo
7056
7057 GENCAT=gencat
7058
7059 CATOBJEXT=.gmo
7060
7061fi
7062
6bb11ab3
L
7063# Check for socket libraries
7064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7065$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7066if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7067 $as_echo_n "(cached) " >&6
7068else
7069 ac_check_lib_save_LIBS=$LIBS
7070LIBS="-lsocket $LIBS"
7071cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7072/* end confdefs.h. */
7073
7074/* Override any GCC internal prototype to avoid an error.
7075 Use char because int might match the return type of a GCC
7076 builtin and then its argument prototype would still apply. */
7077#ifdef __cplusplus
7078extern "C"
7079#endif
7080char bind ();
7081int
7082main ()
7083{
7084return bind ();
7085 ;
7086 return 0;
7087}
7088_ACEOF
7089if ac_fn_c_try_link "$LINENO"; then :
7090 ac_cv_lib_socket_bind=yes
7091else
7092 ac_cv_lib_socket_bind=no
7093fi
7094rm -f core conftest.err conftest.$ac_objext \
7095 conftest$ac_exeext conftest.$ac_ext
7096LIBS=$ac_check_lib_save_LIBS
7097fi
7098{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7099$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7100if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7101 cat >>confdefs.h <<_ACEOF
7102#define HAVE_LIBSOCKET 1
7103_ACEOF
7104
7105 LIBS="-lsocket $LIBS"
7106
7107fi
7108
7109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7110$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7111if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7112 $as_echo_n "(cached) " >&6
7113else
7114 ac_check_lib_save_LIBS=$LIBS
7115LIBS="-lnsl $LIBS"
7116cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7117/* end confdefs.h. */
7118
7119/* Override any GCC internal prototype to avoid an error.
7120 Use char because int might match the return type of a GCC
7121 builtin and then its argument prototype would still apply. */
7122#ifdef __cplusplus
7123extern "C"
7124#endif
7125char gethostbyname ();
7126int
7127main ()
7128{
7129return gethostbyname ();
7130 ;
7131 return 0;
7132}
7133_ACEOF
7134if ac_fn_c_try_link "$LINENO"; then :
7135 ac_cv_lib_nsl_gethostbyname=yes
7136else
7137 ac_cv_lib_nsl_gethostbyname=no
7138fi
7139rm -f core conftest.err conftest.$ac_objext \
7140 conftest$ac_exeext conftest.$ac_ext
7141LIBS=$ac_check_lib_save_LIBS
7142fi
7143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7144$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7145if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7146 cat >>confdefs.h <<_ACEOF
7147#define HAVE_LIBNSL 1
7148_ACEOF
7149
7150 LIBS="-lnsl $LIBS"
7151
7152fi
7153
7154
7155# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7156# using the same condition.
7157
aadc9410 7158 # Use the system's zlib library.
7fed4b0b
L
7159 zlibdir="-L\$(top_builddir)/../zlib"
7160 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7161
aadc9410
MF
7162# Check whether --with-system-zlib was given.
7163if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7164 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7165 zlibdir=
7166 zlibinc=
7167 fi
6bb11ab3
L
7168
7169fi
7170
6bb11ab3 7171
6bb11ab3 7172
6bb11ab3
L
7173
7174
7175# BFD uses libdl when when plugins enabled.
7176
faa743bb
RM
7177 maybe_plugins=no
7178 for ac_header in dlfcn.h
7179do :
7180 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7181"
d0ac1c44 7182if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7183 cat >>confdefs.h <<_ACEOF
7184#define HAVE_DLFCN_H 1
7185_ACEOF
7186 maybe_plugins=yes
7187fi
7188
7189done
7190
7191 for ac_header in windows.h
7192do :
7193 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7194"
d0ac1c44 7195if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7196 cat >>confdefs.h <<_ACEOF
7197#define HAVE_WINDOWS_H 1
7198_ACEOF
7199 maybe_plugins=yes
7200fi
7201
7202done
7203
7204
7205 # Check whether --enable-plugins was given.
6bb11ab3
L
7206if test "${enable_plugins+set}" = set; then :
7207 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7208 no) plugins=no ;;
7209 *) plugins=yes
7210 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7211 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7212 fi ;;
7213 esac
6bb11ab3 7214else
faa743bb
RM
7215 plugins=$maybe_plugins
7216
6bb11ab3
L
7217fi
7218
2974be62 7219 if test "$plugins" = "yes"; then
37f980dc
SM
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7221$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7222if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7223 $as_echo_n "(cached) " >&6
7224else
7225 ac_func_search_save_LIBS=$LIBS
7226cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7227/* end confdefs.h. */
7228
7229/* Override any GCC internal prototype to avoid an error.
7230 Use char because int might match the return type of a GCC
7231 builtin and then its argument prototype would still apply. */
7232#ifdef __cplusplus
7233extern "C"
7234#endif
37f980dc 7235char dlsym ();
2974be62
AM
7236int
7237main ()
7238{
37f980dc 7239return dlsym ();
2974be62
AM
7240 ;
7241 return 0;
7242}
7243_ACEOF
7244for ac_lib in '' dl; do
7245 if test -z "$ac_lib"; then
7246 ac_res="none required"
7247 else
7248 ac_res=-l$ac_lib
7249 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7250 fi
7251 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7252 ac_cv_search_dlsym=$ac_res
2974be62
AM
7253fi
7254rm -f core conftest.err conftest.$ac_objext \
7255 conftest$ac_exeext
d0ac1c44 7256 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7257 break
7258fi
7259done
d0ac1c44 7260if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7261
7262else
37f980dc 7263 ac_cv_search_dlsym=no
2974be62
AM
7264fi
7265rm conftest.$ac_ext
7266LIBS=$ac_func_search_save_LIBS
7267fi
37f980dc
SM
7268{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7269$as_echo "$ac_cv_search_dlsym" >&6; }
7270ac_res=$ac_cv_search_dlsym
2974be62
AM
7271if test "$ac_res" != no; then :
7272 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7273
7274fi
7275
7276 fi
6bb11ab3
L
7277
7278 if test "$plugins" = yes; then
7279 PLUGINS_TRUE=
7280 PLUGINS_FALSE='#'
7281else
7282 PLUGINS_TRUE='#'
7283 PLUGINS_FALSE=
7284fi
7285
7286
7287
7288
7289
7290# Set options
7291enable_dlopen=yes
7292
7293
7294
7295
7296 enable_win32_dll=no
7297
7298
7299 # Check whether --enable-shared was given.
7300if test "${enable_shared+set}" = set; then :
7301 enableval=$enable_shared; p=${PACKAGE-default}
7302 case $enableval in
7303 yes) enable_shared=yes ;;
7304 no) enable_shared=no ;;
7305 *)
7306 enable_shared=no
7307 # Look at the argument we got. We use all the common list separators.
7308 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7309 for pkg in $enableval; do
7310 IFS="$lt_save_ifs"
7311 if test "X$pkg" = "X$p"; then
7312 enable_shared=yes
7313 fi
7314 done
7315 IFS="$lt_save_ifs"
7316 ;;
7317 esac
7318else
7319 enable_shared=yes
7320fi
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330 # Check whether --enable-static was given.
7331if test "${enable_static+set}" = set; then :
7332 enableval=$enable_static; p=${PACKAGE-default}
7333 case $enableval in
7334 yes) enable_static=yes ;;
7335 no) enable_static=no ;;
7336 *)
7337 enable_static=no
7338 # Look at the argument we got. We use all the common list separators.
7339 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7340 for pkg in $enableval; do
7341 IFS="$lt_save_ifs"
7342 if test "X$pkg" = "X$p"; then
7343 enable_static=yes
7344 fi
7345 done
7346 IFS="$lt_save_ifs"
7347 ;;
7348 esac
7349else
7350 enable_static=yes
7351fi
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362# Check whether --with-pic was given.
7363if test "${with_pic+set}" = set; then :
7364 withval=$with_pic; pic_mode="$withval"
7365else
7366 pic_mode=default
7367fi
7368
7369
7370test -z "$pic_mode" && pic_mode=default
7371
7372
7373
7374
7375
7376
7377
7378 # Check whether --enable-fast-install was given.
7379if test "${enable_fast_install+set}" = set; then :
7380 enableval=$enable_fast_install; p=${PACKAGE-default}
7381 case $enableval in
7382 yes) enable_fast_install=yes ;;
7383 no) enable_fast_install=no ;;
7384 *)
7385 enable_fast_install=no
7386 # Look at the argument we got. We use all the common list separators.
7387 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7388 for pkg in $enableval; do
7389 IFS="$lt_save_ifs"
7390 if test "X$pkg" = "X$p"; then
7391 enable_fast_install=yes
7392 fi
7393 done
7394 IFS="$lt_save_ifs"
7395 ;;
7396 esac
7397else
7398 enable_fast_install=yes
7399fi
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411# This can be used to rebuild libtool when needed
7412LIBTOOL_DEPS="$ltmain"
7413
7414# Always use our own libtool.
7415LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442test -z "$LN_S" && LN_S="ln -s"
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457if test -n "${ZSH_VERSION+set}" ; then
7458 setopt NO_GLOB_SUBST
7459fi
7460
7461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7462$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7463if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7464 $as_echo_n "(cached) " >&6
7465else
7466 rm -f .libs 2>/dev/null
7467mkdir .libs 2>/dev/null
7468if test -d .libs; then
7469 lt_cv_objdir=.libs
7470else
7471 # MS-DOS does not allow filenames that begin with a dot.
7472 lt_cv_objdir=_libs
f0569246 7473fi
6bb11ab3
L
7474rmdir .libs 2>/dev/null
7475fi
7476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7477$as_echo "$lt_cv_objdir" >&6; }
7478objdir=$lt_cv_objdir
f0569246 7479
6bb11ab3
L
7480
7481
7482
7483
7484cat >>confdefs.h <<_ACEOF
7485#define LT_OBJDIR "$lt_cv_objdir/"
7486_ACEOF
7487
7488
7489
7490
7491case $host_os in
7492aix3*)
7493 # AIX sometimes has problems with the GCC collect2 program. For some
7494 # reason, if we set the COLLECT_NAMES environment variable, the problems
7495 # vanish in a puff of smoke.
7496 if test "X${COLLECT_NAMES+set}" != Xset; then
7497 COLLECT_NAMES=
7498 export COLLECT_NAMES
7499 fi
7500 ;;
81ecdfbb 7501esac
6bb11ab3
L
7502
7503# Global variables:
7504ofile=libtool
7505can_build_shared=yes
7506
7507# All known linkers require a `.a' archive for static linking (except MSVC,
7508# which needs '.lib').
7509libext=a
7510
7511with_gnu_ld="$lt_cv_prog_gnu_ld"
7512
7513old_CC="$CC"
7514old_CFLAGS="$CFLAGS"
7515
7516# Set sane defaults for various variables
7517test -z "$CC" && CC=cc
7518test -z "$LTCC" && LTCC=$CC
7519test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7520test -z "$LD" && LD=ld
7521test -z "$ac_objext" && ac_objext=o
7522
7523for cc_temp in $compiler""; do
7524 case $cc_temp in
7525 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7526 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7527 \-*) ;;
7528 *) break;;
7529 esac
7530done
7531cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7532
7533
7534# Only perform the check for file, if the check method requires it
7535test -z "$MAGIC_CMD" && MAGIC_CMD=file
7536case $deplibs_check_method in
7537file_magic*)
7538 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7540$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7541if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7542 $as_echo_n "(cached) " >&6
7543else
7544 case $MAGIC_CMD in
7545[\\/*] | ?:[\\/]*)
7546 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7547 ;;
7548*)
7549 lt_save_MAGIC_CMD="$MAGIC_CMD"
7550 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7551 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7552 for ac_dir in $ac_dummy; do
7553 IFS="$lt_save_ifs"
7554 test -z "$ac_dir" && ac_dir=.
7555 if test -f $ac_dir/${ac_tool_prefix}file; then
7556 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7557 if test -n "$file_magic_test_file"; then
7558 case $deplibs_check_method in
7559 "file_magic "*)
7560 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7561 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7562 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7563 $EGREP "$file_magic_regex" > /dev/null; then
7564 :
7565 else
7566 cat <<_LT_EOF 1>&2
7567
7568*** Warning: the command libtool uses to detect shared libraries,
7569*** $file_magic_cmd, produces output that libtool cannot recognize.
7570*** The result is that libtool may fail to recognize shared libraries
7571*** as such. This will affect the creation of libtool libraries that
7572*** depend on shared libraries, but programs linked with such libtool
7573*** libraries will work regardless of this problem. Nevertheless, you
7574*** may want to report the problem to your system manager and/or to
7575*** bug-libtool@gnu.org
7576
7577_LT_EOF
7578 fi ;;
7579 esac
7580 fi
7581 break
f0569246 7582 fi
6bb11ab3
L
7583 done
7584 IFS="$lt_save_ifs"
7585 MAGIC_CMD="$lt_save_MAGIC_CMD"
7586 ;;
7587esac
f0569246 7588fi
f0569246 7589
6bb11ab3
L
7590MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7591if test -n "$MAGIC_CMD"; then
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7593$as_echo "$MAGIC_CMD" >&6; }
7594else
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7596$as_echo "no" >&6; }
7597fi
81ecdfbb 7598
6bb11ab3
L
7599
7600
7601
7602
7603if test -z "$lt_cv_path_MAGIC_CMD"; then
7604 if test -n "$ac_tool_prefix"; then
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7606$as_echo_n "checking for file... " >&6; }
d0ac1c44 7607if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7608 $as_echo_n "(cached) " >&6
7609else
7610 case $MAGIC_CMD in
7611[\\/*] | ?:[\\/]*)
7612 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7613 ;;
7614*)
7615 lt_save_MAGIC_CMD="$MAGIC_CMD"
7616 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7617 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7618 for ac_dir in $ac_dummy; do
7619 IFS="$lt_save_ifs"
7620 test -z "$ac_dir" && ac_dir=.
7621 if test -f $ac_dir/file; then
7622 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7623 if test -n "$file_magic_test_file"; then
7624 case $deplibs_check_method in
7625 "file_magic "*)
7626 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7627 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7628 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7629 $EGREP "$file_magic_regex" > /dev/null; then
7630 :
7631 else
7632 cat <<_LT_EOF 1>&2
7633
7634*** Warning: the command libtool uses to detect shared libraries,
7635*** $file_magic_cmd, produces output that libtool cannot recognize.
7636*** The result is that libtool may fail to recognize shared libraries
7637*** as such. This will affect the creation of libtool libraries that
7638*** depend on shared libraries, but programs linked with such libtool
7639*** libraries will work regardless of this problem. Nevertheless, you
7640*** may want to report the problem to your system manager and/or to
7641*** bug-libtool@gnu.org
7642
7643_LT_EOF
7644 fi ;;
7645 esac
7646 fi
7647 break
7648 fi
7649 done
7650 IFS="$lt_save_ifs"
7651 MAGIC_CMD="$lt_save_MAGIC_CMD"
7652 ;;
81ecdfbb 7653esac
6bb11ab3
L
7654fi
7655
7656MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7657if test -n "$MAGIC_CMD"; then
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7659$as_echo "$MAGIC_CMD" >&6; }
7660else
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7662$as_echo "no" >&6; }
7663fi
7664
7665
7666 else
7667 MAGIC_CMD=:
7668 fi
7669fi
7670
7671 fi
7672 ;;
7673esac
7674
7675# Use C for the default configuration in the libtool script
7676
7677lt_save_CC="$CC"
7678ac_ext=c
7679ac_cpp='$CPP $CPPFLAGS'
7680ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7681ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7682ac_compiler_gnu=$ac_cv_c_compiler_gnu
7683
7684
7685# Source file extension for C test sources.
7686ac_ext=c
7687
7688# Object file extension for compiled C test sources.
7689objext=o
7690objext=$objext
7691
7692# Code to be used in simple compile tests
7693lt_simple_compile_test_code="int some_variable = 0;"
7694
7695# Code to be used in simple link tests
7696lt_simple_link_test_code='int main(){return(0);}'
7697
7698
7699
7700
7701
7702
7703
7704# If no C compiler was specified, use CC.
7705LTCC=${LTCC-"$CC"}
7706
7707# If no C compiler flags were specified, use CFLAGS.
7708LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7709
7710# Allow CC to be a program name with arguments.
7711compiler=$CC
7712
7713# Save the default compiler, since it gets overwritten when the other
7714# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7715compiler_DEFAULT=$CC
7716
7717# save warnings/boilerplate of simple test code
7718ac_outfile=conftest.$ac_objext
7719echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7720eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7721_lt_compiler_boilerplate=`cat conftest.err`
7722$RM conftest*
7723
7724ac_outfile=conftest.$ac_objext
7725echo "$lt_simple_link_test_code" >conftest.$ac_ext
7726eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7727_lt_linker_boilerplate=`cat conftest.err`
7728$RM -r conftest*
7729
7730
7731## CAVEAT EMPTOR:
7732## There is no encapsulation within the following macros, do not change
7733## the running order or otherwise move them around unless you know exactly
7734## what you are doing...
7735if test -n "$compiler"; then
7736
7737lt_prog_compiler_no_builtin_flag=
7738
7739if test "$GCC" = yes; then
7740 case $cc_basename in
7741 nvcc*)
7742 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7743 *)
7744 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7745 esac
6bb11ab3
L
7746
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7748$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7749if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7750 $as_echo_n "(cached) " >&6
f0569246 7751else
6bb11ab3
L
7752 lt_cv_prog_compiler_rtti_exceptions=no
7753 ac_outfile=conftest.$ac_objext
7754 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7755 lt_compiler_flag="-fno-rtti -fno-exceptions"
7756 # Insert the option either (1) after the last *FLAGS variable, or
7757 # (2) before a word containing "conftest.", or (3) at the end.
7758 # Note that $ac_compile itself does not contain backslashes and begins
7759 # with a dollar sign (not a hyphen), so the echo should work correctly.
7760 # The option is referenced via a variable to avoid confusing sed.
7761 lt_compile=`echo "$ac_compile" | $SED \
7762 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7763 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7764 -e 's:$: $lt_compiler_flag:'`
7765 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7766 (eval "$lt_compile" 2>conftest.err)
7767 ac_status=$?
7768 cat conftest.err >&5
7769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7770 if (exit $ac_status) && test -s "$ac_outfile"; then
7771 # The compiler can only warn and ignore the option if not recognized
7772 # So say no if there are warnings other than the usual output.
7773 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7774 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7775 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7776 lt_cv_prog_compiler_rtti_exceptions=yes
7777 fi
7778 fi
7779 $RM conftest*
7780
f0569246 7781fi
6bb11ab3
L
7782{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7783$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7784
7785if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7786 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7787else
7788 :
7789fi
7790
7791fi
7792
7793
7794
7795
7796
7797
7798 lt_prog_compiler_wl=
7799lt_prog_compiler_pic=
7800lt_prog_compiler_static=
7801
7802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7803$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7804
7805 if test "$GCC" = yes; then
7806 lt_prog_compiler_wl='-Wl,'
7807 lt_prog_compiler_static='-static'
7808
7809 case $host_os in
7810 aix*)
7811 # All AIX code is PIC.
7812 if test "$host_cpu" = ia64; then
7813 # AIX 5 now supports IA64 processor
7814 lt_prog_compiler_static='-Bstatic'
7815 fi
7816 lt_prog_compiler_pic='-fPIC'
7817 ;;
7818
7819 amigaos*)
7820 case $host_cpu in
7821 powerpc)
7822 # see comment about AmigaOS4 .so support
7823 lt_prog_compiler_pic='-fPIC'
7824 ;;
7825 m68k)
7826 # FIXME: we need at least 68020 code to build shared libraries, but
7827 # adding the `-m68020' flag to GCC prevents building anything better,
7828 # like `-m68040'.
7829 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7830 ;;
7831 esac
7832 ;;
7833
7834 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7835 # PIC is the default for these OSes.
7836 ;;
7837
7838 mingw* | cygwin* | pw32* | os2* | cegcc*)
7839 # This hack is so that the source file can tell whether it is being
7840 # built for inclusion in a dll (and should export symbols for example).
7841 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7842 # (--disable-auto-import) libraries
7843 lt_prog_compiler_pic='-DDLL_EXPORT'
7844 ;;
7845
7846 darwin* | rhapsody*)
7847 # PIC is the default on this platform
7848 # Common symbols not allowed in MH_DYLIB files
7849 lt_prog_compiler_pic='-fno-common'
7850 ;;
7851
7852 haiku*)
7853 # PIC is the default for Haiku.
7854 # The "-static" flag exists, but is broken.
7855 lt_prog_compiler_static=
7856 ;;
7857
7858 hpux*)
7859 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7860 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7861 # sets the default TLS model and affects inlining.
7862 case $host_cpu in
7863 hppa*64*)
7864 # +Z the default
7865 ;;
7866 *)
7867 lt_prog_compiler_pic='-fPIC'
7868 ;;
7869 esac
7870 ;;
7871
7872 interix[3-9]*)
7873 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7874 # Instead, we relocate shared libraries at runtime.
7875 ;;
7876
7877 msdosdjgpp*)
7878 # Just because we use GCC doesn't mean we suddenly get shared libraries
7879 # on systems that don't support them.
7880 lt_prog_compiler_can_build_shared=no
7881 enable_shared=no
7882 ;;
7883
7884 *nto* | *qnx*)
7885 # QNX uses GNU C++, but need to define -shared option too, otherwise
7886 # it will coredump.
7887 lt_prog_compiler_pic='-fPIC -shared'
7888 ;;
7889
7890 sysv4*MP*)
7891 if test -d /usr/nec; then
7892 lt_prog_compiler_pic=-Kconform_pic
7893 fi
7894 ;;
7895
7896 *)
7897 lt_prog_compiler_pic='-fPIC'
7898 ;;
7899 esac
7900
7901 case $cc_basename in
7902 nvcc*) # Cuda Compiler Driver 2.2
7903 lt_prog_compiler_wl='-Xlinker '
7904 lt_prog_compiler_pic='-Xcompiler -fPIC'
7905 ;;
7906 esac
7907 else
7908 # PORTME Check for flag to pass linker flags through the system compiler.
7909 case $host_os in
7910 aix*)
7911 lt_prog_compiler_wl='-Wl,'
7912 if test "$host_cpu" = ia64; then
7913 # AIX 5 now supports IA64 processor
7914 lt_prog_compiler_static='-Bstatic'
7915 else
7916 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7917 fi
7918 ;;
7919
7920 mingw* | cygwin* | pw32* | os2* | cegcc*)
7921 # This hack is so that the source file can tell whether it is being
7922 # built for inclusion in a dll (and should export symbols for example).
7923 lt_prog_compiler_pic='-DDLL_EXPORT'
7924 ;;
7925
7926 hpux9* | hpux10* | hpux11*)
7927 lt_prog_compiler_wl='-Wl,'
7928 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7929 # not for PA HP-UX.
7930 case $host_cpu in
7931 hppa*64*|ia64*)
7932 # +Z the default
7933 ;;
7934 *)
7935 lt_prog_compiler_pic='+Z'
7936 ;;
7937 esac
7938 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7939 lt_prog_compiler_static='${wl}-a ${wl}archive'
7940 ;;
7941
7942 irix5* | irix6* | nonstopux*)
7943 lt_prog_compiler_wl='-Wl,'
7944 # PIC (with -KPIC) is the default.
7945 lt_prog_compiler_static='-non_shared'
7946 ;;
7947
7948 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7949 case $cc_basename in
7950 # old Intel for x86_64 which still supported -KPIC.
7951 ecc*)
7952 lt_prog_compiler_wl='-Wl,'
7953 lt_prog_compiler_pic='-KPIC'
7954 lt_prog_compiler_static='-static'
7955 ;;
7956 # icc used to be incompatible with GCC.
7957 # ICC 10 doesn't accept -KPIC any more.
7958 icc* | ifort*)
7959 lt_prog_compiler_wl='-Wl,'
7960 lt_prog_compiler_pic='-fPIC'
7961 lt_prog_compiler_static='-static'
7962 ;;
7963 # Lahey Fortran 8.1.
7964 lf95*)
7965 lt_prog_compiler_wl='-Wl,'
7966 lt_prog_compiler_pic='--shared'
7967 lt_prog_compiler_static='--static'
7968 ;;
7969 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7970 # Portland Group compilers (*not* the Pentium gcc compiler,
7971 # which looks to be a dead project)
7972 lt_prog_compiler_wl='-Wl,'
7973 lt_prog_compiler_pic='-fpic'
7974 lt_prog_compiler_static='-Bstatic'
7975 ;;
7976 ccc*)
7977 lt_prog_compiler_wl='-Wl,'
7978 # All Alpha code is PIC.
7979 lt_prog_compiler_static='-non_shared'
7980 ;;
7981 xl* | bgxl* | bgf* | mpixl*)
7982 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7983 lt_prog_compiler_wl='-Wl,'
7984 lt_prog_compiler_pic='-qpic'
7985 lt_prog_compiler_static='-qstaticlink'
7986 ;;
7987 *)
7988 case `$CC -V 2>&1 | sed 5q` in
7989 *Sun\ F* | *Sun*Fortran*)
7990 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7991 lt_prog_compiler_pic='-KPIC'
7992 lt_prog_compiler_static='-Bstatic'
7993 lt_prog_compiler_wl=''
7994 ;;
7995 *Sun\ C*)
7996 # Sun C 5.9
7997 lt_prog_compiler_pic='-KPIC'
7998 lt_prog_compiler_static='-Bstatic'
7999 lt_prog_compiler_wl='-Wl,'
8000 ;;
8001 esac
8002 ;;
8003 esac
8004 ;;
8005
8006 newsos6)
8007 lt_prog_compiler_pic='-KPIC'
8008 lt_prog_compiler_static='-Bstatic'
8009 ;;
8010
8011 *nto* | *qnx*)
8012 # QNX uses GNU C++, but need to define -shared option too, otherwise
8013 # it will coredump.
8014 lt_prog_compiler_pic='-fPIC -shared'
8015 ;;
8016
8017 osf3* | osf4* | osf5*)
8018 lt_prog_compiler_wl='-Wl,'
8019 # All OSF/1 code is PIC.
8020 lt_prog_compiler_static='-non_shared'
8021 ;;
8022
8023 rdos*)
8024 lt_prog_compiler_static='-non_shared'
8025 ;;
8026
8027 solaris*)
8028 lt_prog_compiler_pic='-KPIC'
8029 lt_prog_compiler_static='-Bstatic'
8030 case $cc_basename in
8031 f77* | f90* | f95*)
8032 lt_prog_compiler_wl='-Qoption ld ';;
8033 *)
8034 lt_prog_compiler_wl='-Wl,';;
8035 esac
8036 ;;
f0569246 8037
6bb11ab3
L
8038 sunos4*)
8039 lt_prog_compiler_wl='-Qoption ld '
8040 lt_prog_compiler_pic='-PIC'
8041 lt_prog_compiler_static='-Bstatic'
8042 ;;
f0569246 8043
6bb11ab3
L
8044 sysv4 | sysv4.2uw2* | sysv4.3*)
8045 lt_prog_compiler_wl='-Wl,'
8046 lt_prog_compiler_pic='-KPIC'
8047 lt_prog_compiler_static='-Bstatic'
8048 ;;
f0569246 8049
6bb11ab3
L
8050 sysv4*MP*)
8051 if test -d /usr/nec ;then
8052 lt_prog_compiler_pic='-Kconform_pic'
8053 lt_prog_compiler_static='-Bstatic'
8054 fi
8055 ;;
8056
8057 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8058 lt_prog_compiler_wl='-Wl,'
8059 lt_prog_compiler_pic='-KPIC'
8060 lt_prog_compiler_static='-Bstatic'
8061 ;;
8062
8063 unicos*)
8064 lt_prog_compiler_wl='-Wl,'
8065 lt_prog_compiler_can_build_shared=no
8066 ;;
8067
8068 uts4*)
8069 lt_prog_compiler_pic='-pic'
8070 lt_prog_compiler_static='-Bstatic'
8071 ;;
8072
8073 *)
8074 lt_prog_compiler_can_build_shared=no
8075 ;;
8076 esac
8077 fi
8078
8079case $host_os in
8080 # For platforms which do not support PIC, -DPIC is meaningless:
8081 *djgpp*)
8082 lt_prog_compiler_pic=
8083 ;;
8084 *)
8085 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8086 ;;
81ecdfbb 8087esac
6bb11ab3
L
8088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8089$as_echo "$lt_prog_compiler_pic" >&6; }
8090
8091
8092
8093
8094
8095
8096#
8097# Check to make sure the PIC flag actually works.
8098#
8099if test -n "$lt_prog_compiler_pic"; then
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8101$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8102if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8103 $as_echo_n "(cached) " >&6
b7026657 8104else
6bb11ab3
L
8105 lt_cv_prog_compiler_pic_works=no
8106 ac_outfile=conftest.$ac_objext
8107 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8108 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8109 # Insert the option either (1) after the last *FLAGS variable, or
8110 # (2) before a word containing "conftest.", or (3) at the end.
8111 # Note that $ac_compile itself does not contain backslashes and begins
8112 # with a dollar sign (not a hyphen), so the echo should work correctly.
8113 # The option is referenced via a variable to avoid confusing sed.
8114 lt_compile=`echo "$ac_compile" | $SED \
8115 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8116 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8117 -e 's:$: $lt_compiler_flag:'`
8118 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8119 (eval "$lt_compile" 2>conftest.err)
8120 ac_status=$?
8121 cat conftest.err >&5
8122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8123 if (exit $ac_status) && test -s "$ac_outfile"; then
8124 # The compiler can only warn and ignore the option if not recognized
8125 # So say no if there are warnings other than the usual output.
8126 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8127 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8128 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8129 lt_cv_prog_compiler_pic_works=yes
8130 fi
8131 fi
8132 $RM conftest*
b7026657 8133
b7026657 8134fi
6bb11ab3
L
8135{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8136$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8137
8138if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8139 case $lt_prog_compiler_pic in
8140 "" | " "*) ;;
8141 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8142 esac
8143else
8144 lt_prog_compiler_pic=
8145 lt_prog_compiler_can_build_shared=no
f0569246 8146fi
6bb11ab3
L
8147
8148fi
8149
8150
8151
8152
8153
8154
8155#
8156# Check to make sure the static flag actually works.
8157#
8158wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8160$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8161if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8162 $as_echo_n "(cached) " >&6
f0569246 8163else
6bb11ab3
L
8164 lt_cv_prog_compiler_static_works=no
8165 save_LDFLAGS="$LDFLAGS"
8166 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8167 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8168 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8169 # The linker can only warn and ignore the option if not recognized
8170 # So say no if there are warnings
8171 if test -s conftest.err; then
8172 # Append any errors to the config.log.
8173 cat conftest.err 1>&5
8174 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8175 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8176 if diff conftest.exp conftest.er2 >/dev/null; then
8177 lt_cv_prog_compiler_static_works=yes
8178 fi
8179 else
8180 lt_cv_prog_compiler_static_works=yes
8181 fi
8182 fi
8183 $RM -r conftest*
8184 LDFLAGS="$save_LDFLAGS"
f0569246 8185
6bb11ab3
L
8186fi
8187{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8188$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8189
6bb11ab3
L
8190if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8191 :
f0569246 8192else
6bb11ab3 8193 lt_prog_compiler_static=
f0569246 8194fi
b7026657 8195
6bb11ab3
L
8196
8197
8198
8199
8200
8201
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8203$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8204if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8205 $as_echo_n "(cached) " >&6
81ecdfbb 8206else
6bb11ab3
L
8207 lt_cv_prog_compiler_c_o=no
8208 $RM -r conftest 2>/dev/null
8209 mkdir conftest
8210 cd conftest
8211 mkdir out
8212 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8213
8214 lt_compiler_flag="-o out/conftest2.$ac_objext"
8215 # Insert the option either (1) after the last *FLAGS variable, or
8216 # (2) before a word containing "conftest.", or (3) at the end.
8217 # Note that $ac_compile itself does not contain backslashes and begins
8218 # with a dollar sign (not a hyphen), so the echo should work correctly.
8219 lt_compile=`echo "$ac_compile" | $SED \
8220 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8221 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8222 -e 's:$: $lt_compiler_flag:'`
8223 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8224 (eval "$lt_compile" 2>out/conftest.err)
8225 ac_status=$?
8226 cat out/conftest.err >&5
8227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8228 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8229 then
8230 # The compiler can only warn and ignore the option if not recognized
8231 # So say no if there are warnings
8232 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8233 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8234 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8235 lt_cv_prog_compiler_c_o=yes
8236 fi
8237 fi
8238 chmod u+w . 2>&5
8239 $RM conftest*
8240 # SGI C++ compiler will create directory out/ii_files/ for
8241 # template instantiation
8242 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8243 $RM out/* && rmdir out
8244 cd ..
8245 $RM -r conftest
8246 $RM conftest*
8247
81ecdfbb 8248fi
6bb11ab3
L
8249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8250$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8251
8252
8253
8254
8255
8256
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8258$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8259if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8260 $as_echo_n "(cached) " >&6
8261else
6bb11ab3
L
8262 lt_cv_prog_compiler_c_o=no
8263 $RM -r conftest 2>/dev/null
8264 mkdir conftest
8265 cd conftest
8266 mkdir out
8267 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8268
8269 lt_compiler_flag="-o out/conftest2.$ac_objext"
8270 # Insert the option either (1) after the last *FLAGS variable, or
8271 # (2) before a word containing "conftest.", or (3) at the end.
8272 # Note that $ac_compile itself does not contain backslashes and begins
8273 # with a dollar sign (not a hyphen), so the echo should work correctly.
8274 lt_compile=`echo "$ac_compile" | $SED \
8275 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8276 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8277 -e 's:$: $lt_compiler_flag:'`
8278 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8279 (eval "$lt_compile" 2>out/conftest.err)
8280 ac_status=$?
8281 cat out/conftest.err >&5
8282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8283 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8284 then
8285 # The compiler can only warn and ignore the option if not recognized
8286 # So say no if there are warnings
8287 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8288 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8289 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8290 lt_cv_prog_compiler_c_o=yes
8291 fi
8292 fi
8293 chmod u+w . 2>&5
8294 $RM conftest*
8295 # SGI C++ compiler will create directory out/ii_files/ for
8296 # template instantiation
8297 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8298 $RM out/* && rmdir out
8299 cd ..
8300 $RM -r conftest
8301 $RM conftest*
8302
8303fi
8304{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8305$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8306
8307
8308
8309
8310hard_links="nottested"
8311if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8312 # do not overwrite the value of need_locks provided by the user
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8314$as_echo_n "checking if we can lock with hard links... " >&6; }
8315 hard_links=yes
8316 $RM conftest*
8317 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8318 touch conftest.a
8319 ln conftest.a conftest.b 2>&5 || hard_links=no
8320 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8322$as_echo "$hard_links" >&6; }
8323 if test "$hard_links" = no; then
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8325$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8326 need_locks=warn
8327 fi
8328else
8329 need_locks=no
8330fi
8331
8332
8333
8334
8335
8336
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8338$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8339
8340 runpath_var=
8341 allow_undefined_flag=
8342 always_export_symbols=no
8343 archive_cmds=
8344 archive_expsym_cmds=
8345 compiler_needs_object=no
8346 enable_shared_with_static_runtimes=no
8347 export_dynamic_flag_spec=
8348 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8349 hardcode_automatic=no
8350 hardcode_direct=no
8351 hardcode_direct_absolute=no
8352 hardcode_libdir_flag_spec=
8353 hardcode_libdir_flag_spec_ld=
8354 hardcode_libdir_separator=
8355 hardcode_minus_L=no
8356 hardcode_shlibpath_var=unsupported
8357 inherit_rpath=no
8358 link_all_deplibs=unknown
8359 module_cmds=
8360 module_expsym_cmds=
8361 old_archive_from_new_cmds=
8362 old_archive_from_expsyms_cmds=
8363 thread_safe_flag_spec=
8364 whole_archive_flag_spec=
8365 # include_expsyms should be a list of space-separated symbols to be *always*
8366 # included in the symbol list
8367 include_expsyms=
8368 # exclude_expsyms can be an extended regexp of symbols to exclude
8369 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8370 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8371 # as well as any symbol that contains `d'.
8372 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8373 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8374 # platforms (ab)use it in PIC code, but their linkers get confused if
8375 # the symbol is explicitly referenced. Since portable code cannot
8376 # rely on this symbol name, it's probably fine to never include it in
8377 # preloaded symbol tables.
8378 # Exclude shared library initialization/finalization symbols.
8379 extract_expsyms_cmds=
8380
8381 case $host_os in
8382 cygwin* | mingw* | pw32* | cegcc*)
8383 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8384 # When not using gcc, we currently assume that we are using
8385 # Microsoft Visual C++.
8386 if test "$GCC" != yes; then
8387 with_gnu_ld=no
8388 fi
8389 ;;
8390 interix*)
8391 # we just hope/assume this is gcc and not c89 (= MSVC++)
8392 with_gnu_ld=yes
8393 ;;
8394 openbsd*)
8395 with_gnu_ld=no
8396 ;;
8397 esac
f0569246 8398
6bb11ab3
L
8399 ld_shlibs=yes
8400
8401 # On some targets, GNU ld is compatible enough with the native linker
8402 # that we're better off using the native interface for both.
8403 lt_use_gnu_ld_interface=no
8404 if test "$with_gnu_ld" = yes; then
8405 case $host_os in
8406 aix*)
8407 # The AIX port of GNU ld has always aspired to compatibility
8408 # with the native linker. However, as the warning in the GNU ld
8409 # block says, versions before 2.19.5* couldn't really create working
8410 # shared libraries, regardless of the interface used.
8411 case `$LD -v 2>&1` in
8412 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8413 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8414 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8415 *)
8416 lt_use_gnu_ld_interface=yes
8417 ;;
8418 esac
8419 ;;
8420 *)
8421 lt_use_gnu_ld_interface=yes
8422 ;;
8423 esac
8424 fi
f0569246 8425
6bb11ab3
L
8426 if test "$lt_use_gnu_ld_interface" = yes; then
8427 # If archive_cmds runs LD, not CC, wlarc should be empty
8428 wlarc='${wl}'
8429
8430 # Set some defaults for GNU ld with shared library support. These
8431 # are reset later if shared libraries are not supported. Putting them
8432 # here allows them to be overridden if necessary.
8433 runpath_var=LD_RUN_PATH
8434 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8435 export_dynamic_flag_spec='${wl}--export-dynamic'
8436 # ancient GNU ld didn't support --whole-archive et. al.
8437 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8438 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8439 else
8440 whole_archive_flag_spec=
8441 fi
8442 supports_anon_versioning=no
8443 case `$LD -v 2>&1` in
8444 *GNU\ gold*) supports_anon_versioning=yes ;;
8445 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8446 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8447 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8448 *\ 2.11.*) ;; # other 2.11 versions
8449 *) supports_anon_versioning=yes ;;
8450 esac
8451
8452 # See if GNU ld supports shared libraries.
8453 case $host_os in
8454 aix[3-9]*)
8455 # On AIX/PPC, the GNU linker is very broken
8456 if test "$host_cpu" != ia64; then
8457 ld_shlibs=no
8458 cat <<_LT_EOF 1>&2
8459
8460*** Warning: the GNU linker, at least up to release 2.19, is reported
8461*** to be unable to reliably create shared libraries on AIX.
8462*** Therefore, libtool is disabling shared libraries support. If you
8463*** really care for shared libraries, you may want to install binutils
8464*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8465*** You will then need to restart the configuration process.
8466
8467_LT_EOF
8468 fi
8469 ;;
8470
8471 amigaos*)
8472 case $host_cpu in
8473 powerpc)
8474 # see comment about AmigaOS4 .so support
8475 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8476 archive_expsym_cmds=''
8477 ;;
8478 m68k)
8479 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)'
8480 hardcode_libdir_flag_spec='-L$libdir'
8481 hardcode_minus_L=yes
8482 ;;
8483 esac
8484 ;;
8485
8486 beos*)
8487 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8488 allow_undefined_flag=unsupported
8489 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8490 # support --undefined. This deserves some investigation. FIXME
8491 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8492 else
8493 ld_shlibs=no
8494 fi
8495 ;;
8496
8497 cygwin* | mingw* | pw32* | cegcc*)
8498 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8499 # as there is no search path for DLLs.
8500 hardcode_libdir_flag_spec='-L$libdir'
8501 export_dynamic_flag_spec='${wl}--export-all-symbols'
8502 allow_undefined_flag=unsupported
8503 always_export_symbols=no
8504 enable_shared_with_static_runtimes=yes
8505 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8506
8507 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8508 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8509 # If the export-symbols file already is a .def file (1st line
8510 # is EXPORTS), use it as is; otherwise, prepend...
8511 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8512 cp $export_symbols $output_objdir/$soname.def;
8513 else
8514 echo EXPORTS > $output_objdir/$soname.def;
8515 cat $export_symbols >> $output_objdir/$soname.def;
8516 fi~
8517 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8518 else
8519 ld_shlibs=no
8520 fi
8521 ;;
8522
8523 haiku*)
8524 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8525 link_all_deplibs=yes
8526 ;;
8527
8528 interix[3-9]*)
8529 hardcode_direct=no
8530 hardcode_shlibpath_var=no
8531 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8532 export_dynamic_flag_spec='${wl}-E'
8533 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8534 # Instead, shared libraries are loaded at an image base (0x10000000 by
8535 # default) and relocated if they conflict, which is a slow very memory
8536 # consuming and fragmenting process. To avoid this, we pick a random,
8537 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8538 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8539 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8540 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'
8541 ;;
8542
8543 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8544 tmp_diet=no
8545 if test "$host_os" = linux-dietlibc; then
8546 case $cc_basename in
8547 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8548 esac
8549 fi
8550 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8551 && test "$tmp_diet" = no
8552 then
ae7d0cac 8553 tmp_addflag=' $pic_flag'
6bb11ab3
L
8554 tmp_sharedflag='-shared'
8555 case $cc_basename,$host_cpu in
8556 pgcc*) # Portland Group C compiler
8557 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'
8558 tmp_addflag=' $pic_flag'
8559 ;;
8560 pgf77* | pgf90* | pgf95* | pgfortran*)
8561 # Portland Group f77 and f90 compilers
8562 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'
8563 tmp_addflag=' $pic_flag -Mnomain' ;;
8564 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8565 tmp_addflag=' -i_dynamic' ;;
8566 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8567 tmp_addflag=' -i_dynamic -nofor_main' ;;
8568 ifc* | ifort*) # Intel Fortran compiler
8569 tmp_addflag=' -nofor_main' ;;
8570 lf95*) # Lahey Fortran 8.1
8571 whole_archive_flag_spec=
8572 tmp_sharedflag='--shared' ;;
8573 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8574 tmp_sharedflag='-qmkshrobj'
8575 tmp_addflag= ;;
8576 nvcc*) # Cuda Compiler Driver 2.2
8577 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'
8578 compiler_needs_object=yes
8579 ;;
8580 esac
8581 case `$CC -V 2>&1 | sed 5q` in
8582 *Sun\ C*) # Sun C 5.9
8583 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'
8584 compiler_needs_object=yes
8585 tmp_sharedflag='-G' ;;
8586 *Sun\ F*) # Sun Fortran 8.3
8587 tmp_sharedflag='-G' ;;
8588 esac
8589 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8590
8591 if test "x$supports_anon_versioning" = xyes; then
8592 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8593 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8594 echo "local: *; };" >> $output_objdir/$libname.ver~
8595 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8596 fi
8597
8598 case $cc_basename in
8599 xlf* | bgf* | bgxlf* | mpixlf*)
8600 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8601 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8602 hardcode_libdir_flag_spec=
8603 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8604 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8605 if test "x$supports_anon_versioning" = xyes; then
8606 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8607 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8608 echo "local: *; };" >> $output_objdir/$libname.ver~
8609 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8610 fi
8611 ;;
8612 esac
8613 else
8614 ld_shlibs=no
8615 fi
8616 ;;
8617
8618 netbsd*)
8619 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8620 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8621 wlarc=
8622 else
8623 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8624 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8625 fi
8626 ;;
8627
8628 solaris*)
8629 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8630 ld_shlibs=no
8631 cat <<_LT_EOF 1>&2
8632
8633*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8634*** create shared libraries on Solaris systems. Therefore, libtool
8635*** is disabling shared libraries support. We urge you to upgrade GNU
8636*** binutils to release 2.9.1 or newer. Another option is to modify
8637*** your PATH or compiler configuration so that the native linker is
8638*** used, and then restart.
8639
8640_LT_EOF
8641 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8642 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8643 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8644 else
8645 ld_shlibs=no
8646 fi
8647 ;;
8648
8649 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8650 case `$LD -v 2>&1` in
8651 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8652 ld_shlibs=no
8653 cat <<_LT_EOF 1>&2
8654
8655*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8656*** reliably create shared libraries on SCO systems. Therefore, libtool
8657*** is disabling shared libraries support. We urge you to upgrade GNU
8658*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8659*** your PATH or compiler configuration so that the native linker is
8660*** used, and then restart.
8661
8662_LT_EOF
8663 ;;
8664 *)
8665 # For security reasons, it is highly recommended that you always
8666 # use absolute paths for naming shared libraries, and exclude the
8667 # DT_RUNPATH tag from executables and libraries. But doing so
8668 # requires that you compile everything twice, which is a pain.
8669 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8670 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8671 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8672 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8673 else
8674 ld_shlibs=no
8675 fi
8676 ;;
8677 esac
8678 ;;
8679
8680 sunos4*)
8681 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8682 wlarc=
8683 hardcode_direct=yes
8684 hardcode_shlibpath_var=no
8685 ;;
8686
8687 *)
8688 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8689 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8690 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8691 else
8692 ld_shlibs=no
8693 fi
8694 ;;
8695 esac
8696
8697 if test "$ld_shlibs" = no; then
8698 runpath_var=
8699 hardcode_libdir_flag_spec=
8700 export_dynamic_flag_spec=
8701 whole_archive_flag_spec=
8702 fi
8703 else
8704 # PORTME fill in a description of your system's linker (not GNU ld)
8705 case $host_os in
8706 aix3*)
8707 allow_undefined_flag=unsupported
8708 always_export_symbols=yes
8709 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'
8710 # Note: this linker hardcodes the directories in LIBPATH if there
8711 # are no directories specified by -L.
8712 hardcode_minus_L=yes
8713 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8714 # Neither direct hardcoding nor static linking is supported with a
8715 # broken collect2.
8716 hardcode_direct=unsupported
8717 fi
8718 ;;
8719
8720 aix[4-9]*)
8721 if test "$host_cpu" = ia64; then
8722 # On IA64, the linker does run time linking by default, so we don't
8723 # have to do anything special.
8724 aix_use_runtimelinking=no
8725 exp_sym_flag='-Bexport'
8726 no_entry_flag=""
8727 else
8728 # If we're using GNU nm, then we don't want the "-C" option.
8729 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8730 # Also, AIX nm treats weak defined symbols like other global
8731 # defined symbols, whereas GNU nm marks them as "W".
8732 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8733 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'
8734 else
5c887dd5 8735 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
8736 fi
8737 aix_use_runtimelinking=no
8738
8739 # Test if we are trying to use run time linking or normal
8740 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8741 # need to do runtime linking.
8742 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8743 for ld_flag in $LDFLAGS; do
8744 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8745 aix_use_runtimelinking=yes
8746 break
8747 fi
8748 done
8749 ;;
8750 esac
8751
8752 exp_sym_flag='-bexport'
8753 no_entry_flag='-bnoentry'
8754 fi
8755
8756 # When large executables or shared objects are built, AIX ld can
8757 # have problems creating the table of contents. If linking a library
8758 # or program results in "error TOC overflow" add -mminimal-toc to
8759 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8760 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8761
8762 archive_cmds=''
8763 hardcode_direct=yes
8764 hardcode_direct_absolute=yes
8765 hardcode_libdir_separator=':'
8766 link_all_deplibs=yes
8767 file_list_spec='${wl}-f,'
8768
8769 if test "$GCC" = yes; then
8770 case $host_os in aix4.[012]|aix4.[012].*)
8771 # We only want to do this on AIX 4.2 and lower, the check
8772 # below for broken collect2 doesn't work under 4.3+
8773 collect2name=`${CC} -print-prog-name=collect2`
8774 if test -f "$collect2name" &&
8775 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8776 then
8777 # We have reworked collect2
8778 :
8779 else
8780 # We have old collect2
8781 hardcode_direct=unsupported
8782 # It fails to find uninstalled libraries when the uninstalled
8783 # path is not listed in the libpath. Setting hardcode_minus_L
8784 # to unsupported forces relinking
8785 hardcode_minus_L=yes
8786 hardcode_libdir_flag_spec='-L$libdir'
8787 hardcode_libdir_separator=
8788 fi
8789 ;;
8790 esac
8791 shared_flag='-shared'
8792 if test "$aix_use_runtimelinking" = yes; then
8793 shared_flag="$shared_flag "'${wl}-G'
8794 fi
8795 else
8796 # not using gcc
8797 if test "$host_cpu" = ia64; then
8798 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8799 # chokes on -Wl,-G. The following line is correct:
8800 shared_flag='-G'
8801 else
8802 if test "$aix_use_runtimelinking" = yes; then
8803 shared_flag='${wl}-G'
8804 else
8805 shared_flag='${wl}-bM:SRE'
8806 fi
8807 fi
8808 fi
8809
8810 export_dynamic_flag_spec='${wl}-bexpall'
8811 # It seems that -bexpall does not export symbols beginning with
8812 # underscore (_), so it is better to generate a list of symbols to export.
8813 always_export_symbols=yes
8814 if test "$aix_use_runtimelinking" = yes; then
8815 # Warning - without using the other runtime loading flags (-brtl),
8816 # -berok will link without error, but may produce a broken library.
8817 allow_undefined_flag='-berok'
8818 # Determine the default libpath from the value encoded in an
8819 # empty executable.
8820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8821/* end confdefs.h. */
8822
8823int
8824main ()
8825{
8826
8827 ;
8828 return 0;
8829}
8830_ACEOF
6bb11ab3 8831if ac_fn_c_try_link "$LINENO"; then :
b7026657 8832
6bb11ab3
L
8833lt_aix_libpath_sed='
8834 /Import File Strings/,/^$/ {
8835 /^0/ {
8836 s/^0 *\(.*\)$/\1/
8837 p
8838 }
8839 }'
8840aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8841# Check for a 64-bit object if we didn't find anything.
8842if test -z "$aix_libpath"; then
8843 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8844fi
8845fi
8846rm -f core conftest.err conftest.$ac_objext \
8847 conftest$ac_exeext conftest.$ac_ext
8848if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8849
8850 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8851 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"
8852 else
8853 if test "$host_cpu" = ia64; then
8854 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8855 allow_undefined_flag="-z nodefs"
8856 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"
8857 else
8858 # Determine the default libpath from the value encoded in an
8859 # empty executable.
81ecdfbb
RW
8860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8861/* end confdefs.h. */
8862
8863int
8864main ()
8865{
8866
8867 ;
8868 return 0;
8869}
8870_ACEOF
6bb11ab3
L
8871if ac_fn_c_try_link "$LINENO"; then :
8872
8873lt_aix_libpath_sed='
8874 /Import File Strings/,/^$/ {
8875 /^0/ {
8876 s/^0 *\(.*\)$/\1/
8877 p
8878 }
8879 }'
8880aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8881# Check for a 64-bit object if we didn't find anything.
8882if test -z "$aix_libpath"; then
8883 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8884fi
81ecdfbb 8885fi
6bb11ab3
L
8886rm -f core conftest.err conftest.$ac_objext \
8887 conftest$ac_exeext conftest.$ac_ext
8888if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8889
8890 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8891 # Warning - without using the other run time loading flags,
8892 # -berok will link without error, but may produce a broken library.
8893 no_undefined_flag=' ${wl}-bernotok'
8894 allow_undefined_flag=' ${wl}-berok'
8895 if test "$with_gnu_ld" = yes; then
8896 # We only use this code for GNU lds that support --whole-archive.
8897 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8898 else
8899 # Exported symbols can be pulled into shared objects from archives
8900 whole_archive_flag_spec='$convenience'
8901 fi
8902 archive_cmds_need_lc=yes
8903 # This is similar to how AIX traditionally builds its shared libraries.
8904 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'
8905 fi
8906 fi
8907 ;;
8908
8909 amigaos*)
8910 case $host_cpu in
8911 powerpc)
8912 # see comment about AmigaOS4 .so support
8913 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8914 archive_expsym_cmds=''
8915 ;;
8916 m68k)
8917 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)'
8918 hardcode_libdir_flag_spec='-L$libdir'
8919 hardcode_minus_L=yes
8920 ;;
8921 esac
8922 ;;
8923
8924 bsdi[45]*)
8925 export_dynamic_flag_spec=-rdynamic
8926 ;;
8927
8928 cygwin* | mingw* | pw32* | cegcc*)
8929 # When not using gcc, we currently assume that we are using
8930 # Microsoft Visual C++.
8931 # hardcode_libdir_flag_spec is actually meaningless, as there is
8932 # no search path for DLLs.
8933 hardcode_libdir_flag_spec=' '
8934 allow_undefined_flag=unsupported
8935 # Tell ltmain to make .lib files, not .a files.
8936 libext=lib
8937 # Tell ltmain to make .dll files, not .so files.
8938 shrext_cmds=".dll"
8939 # FIXME: Setting linknames here is a bad hack.
8940 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8941 # The linker will automatically build a .lib file if we build a DLL.
8942 old_archive_from_new_cmds='true'
8943 # FIXME: Should let the user specify the lib program.
8944 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8945 fix_srcfile_path='`cygpath -w "$srcfile"`'
8946 enable_shared_with_static_runtimes=yes
8947 ;;
8948
8949 darwin* | rhapsody*)
8950
8951
8952 archive_cmds_need_lc=no
8953 hardcode_direct=no
8954 hardcode_automatic=yes
8955 hardcode_shlibpath_var=unsupported
8956 if test "$lt_cv_ld_force_load" = "yes"; then
8957 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 8958 else
6bb11ab3 8959 whole_archive_flag_spec=''
f0569246 8960 fi
6bb11ab3
L
8961 link_all_deplibs=yes
8962 allow_undefined_flag="$_lt_dar_allow_undefined"
8963 case $cc_basename in
8964 ifort*) _lt_dar_can_shared=yes ;;
8965 *) _lt_dar_can_shared=$GCC ;;
8966 esac
8967 if test "$_lt_dar_can_shared" = "yes"; then
8968 output_verbose_link_cmd=func_echo_all
8969 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8970 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8971 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}"
8972 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}"
8973
f0569246 8974 else
6bb11ab3 8975 ld_shlibs=no
f0569246 8976 fi
6bb11ab3
L
8977
8978 ;;
8979
8980 dgux*)
8981 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8982 hardcode_libdir_flag_spec='-L$libdir'
8983 hardcode_shlibpath_var=no
8984 ;;
8985
8986 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8987 # support. Future versions do this automatically, but an explicit c++rt0.o
8988 # does not break anything, and helps significantly (at the cost of a little
8989 # extra space).
8990 freebsd2.2*)
8991 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8992 hardcode_libdir_flag_spec='-R$libdir'
8993 hardcode_direct=yes
8994 hardcode_shlibpath_var=no
8995 ;;
8996
8997 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8998 freebsd2.*)
8999 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9000 hardcode_direct=yes
9001 hardcode_minus_L=yes
9002 hardcode_shlibpath_var=no
9003 ;;
9004
9005 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9006 freebsd* | dragonfly*)
9007 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9008 hardcode_libdir_flag_spec='-R$libdir'
9009 hardcode_direct=yes
9010 hardcode_shlibpath_var=no
9011 ;;
9012
9013 hpux9*)
9014 if test "$GCC" = yes; then
9015 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'
9016 else
9017 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'
9018 fi
9019 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9020 hardcode_libdir_separator=:
9021 hardcode_direct=yes
9022
9023 # hardcode_minus_L: Not really in the search PATH,
9024 # but as the default location of the library.
9025 hardcode_minus_L=yes
9026 export_dynamic_flag_spec='${wl}-E'
9027 ;;
9028
9029 hpux10*)
9030 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9031 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9032 else
9033 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9034 fi
9035 if test "$with_gnu_ld" = no; then
9036 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9037 hardcode_libdir_flag_spec_ld='+b $libdir'
9038 hardcode_libdir_separator=:
9039 hardcode_direct=yes
9040 hardcode_direct_absolute=yes
9041 export_dynamic_flag_spec='${wl}-E'
9042 # hardcode_minus_L: Not really in the search PATH,
9043 # but as the default location of the library.
9044 hardcode_minus_L=yes
9045 fi
9046 ;;
9047
9048 hpux11*)
9049 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9050 case $host_cpu in
9051 hppa*64*)
9052 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9053 ;;
9054 ia64*)
9055 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9056 ;;
9057 *)
9058 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9059 ;;
9060 esac
9061 else
9062 case $host_cpu in
9063 hppa*64*)
9064 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9065 ;;
9066 ia64*)
9067 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9068 ;;
9069 *)
9070
9071 # Older versions of the 11.00 compiler do not understand -b yet
9072 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9074$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9075if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9076 $as_echo_n "(cached) " >&6
f0569246 9077else
6bb11ab3
L
9078 lt_cv_prog_compiler__b=no
9079 save_LDFLAGS="$LDFLAGS"
9080 LDFLAGS="$LDFLAGS -b"
9081 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9082 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9083 # The linker can only warn and ignore the option if not recognized
9084 # So say no if there are warnings
9085 if test -s conftest.err; then
9086 # Append any errors to the config.log.
9087 cat conftest.err 1>&5
9088 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9089 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9090 if diff conftest.exp conftest.er2 >/dev/null; then
9091 lt_cv_prog_compiler__b=yes
9092 fi
9093 else
9094 lt_cv_prog_compiler__b=yes
9095 fi
9096 fi
9097 $RM -r conftest*
9098 LDFLAGS="$save_LDFLAGS"
f0569246 9099
6bb11ab3
L
9100fi
9101{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9102$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9103
6bb11ab3
L
9104if test x"$lt_cv_prog_compiler__b" = xyes; then
9105 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9106else
9107 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9108fi
81ecdfbb 9109
6bb11ab3
L
9110 ;;
9111 esac
9112 fi
9113 if test "$with_gnu_ld" = no; then
9114 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9115 hardcode_libdir_separator=:
9116
9117 case $host_cpu in
9118 hppa*64*|ia64*)
9119 hardcode_direct=no
9120 hardcode_shlibpath_var=no
9121 ;;
9122 *)
9123 hardcode_direct=yes
9124 hardcode_direct_absolute=yes
9125 export_dynamic_flag_spec='${wl}-E'
9126
9127 # hardcode_minus_L: Not really in the search PATH,
9128 # but as the default location of the library.
9129 hardcode_minus_L=yes
9130 ;;
9131 esac
9132 fi
9133 ;;
9134
9135 irix5* | irix6* | nonstopux*)
9136 if test "$GCC" = yes; then
9137 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'
9138 # Try to use the -exported_symbol ld option, if it does not
9139 # work, assume that -exports_file does not work either and
9140 # implicitly export all symbols.
9141 save_LDFLAGS="$LDFLAGS"
9142 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9144/* end confdefs.h. */
9145int foo(void) {}
b7026657 9146_ACEOF
6bb11ab3
L
9147if ac_fn_c_try_link "$LINENO"; then :
9148 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 9149
f0569246 9150fi
6bb11ab3
L
9151rm -f core conftest.err conftest.$ac_objext \
9152 conftest$ac_exeext conftest.$ac_ext
9153 LDFLAGS="$save_LDFLAGS"
9154 else
9155 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'
9156 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'
9157 fi
9158 archive_cmds_need_lc='no'
9159 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9160 hardcode_libdir_separator=:
9161 inherit_rpath=yes
9162 link_all_deplibs=yes
9163 ;;
9164
9165 netbsd*)
9166 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9167 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9168 else
9169 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9170 fi
9171 hardcode_libdir_flag_spec='-R$libdir'
9172 hardcode_direct=yes
9173 hardcode_shlibpath_var=no
9174 ;;
9175
9176 newsos6)
9177 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9178 hardcode_direct=yes
9179 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9180 hardcode_libdir_separator=:
9181 hardcode_shlibpath_var=no
9182 ;;
9183
9184 *nto* | *qnx*)
9185 ;;
9186
9187 openbsd*)
9188 if test -f /usr/libexec/ld.so; then
9189 hardcode_direct=yes
9190 hardcode_shlibpath_var=no
9191 hardcode_direct_absolute=yes
9192 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9193 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9194 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9195 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9196 export_dynamic_flag_spec='${wl}-E'
9197 else
9198 case $host_os in
9199 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9200 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9201 hardcode_libdir_flag_spec='-R$libdir'
9202 ;;
9203 *)
9204 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9205 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9206 ;;
9207 esac
9208 fi
9209 else
9210 ld_shlibs=no
9211 fi
9212 ;;
9213
9214 os2*)
9215 hardcode_libdir_flag_spec='-L$libdir'
9216 hardcode_minus_L=yes
9217 allow_undefined_flag=unsupported
9218 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'
9219 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9220 ;;
9221
9222 osf3*)
9223 if test "$GCC" = yes; then
9224 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9225 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'
9226 else
9227 allow_undefined_flag=' -expect_unresolved \*'
9228 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'
9229 fi
9230 archive_cmds_need_lc='no'
9231 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9232 hardcode_libdir_separator=:
9233 ;;
9234
9235 osf4* | osf5*) # as osf3* with the addition of -msym flag
9236 if test "$GCC" = yes; then
9237 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9238 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'
9239 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9240 else
9241 allow_undefined_flag=' -expect_unresolved \*'
9242 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'
9243 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~
9244 $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'
9245
9246 # Both c and cxx compiler support -rpath directly
9247 hardcode_libdir_flag_spec='-rpath $libdir'
9248 fi
9249 archive_cmds_need_lc='no'
9250 hardcode_libdir_separator=:
9251 ;;
9252
9253 solaris*)
9254 no_undefined_flag=' -z defs'
9255 if test "$GCC" = yes; then
9256 wlarc='${wl}'
9257 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9258 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9259 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9260 else
9261 case `$CC -V 2>&1` in
9262 *"Compilers 5.0"*)
9263 wlarc=''
9264 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9265 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9266 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9267 ;;
9268 *)
9269 wlarc='${wl}'
9270 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9271 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9272 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9273 ;;
9274 esac
9275 fi
9276 hardcode_libdir_flag_spec='-R$libdir'
9277 hardcode_shlibpath_var=no
9278 case $host_os in
9279 solaris2.[0-5] | solaris2.[0-5].*) ;;
9280 *)
9281 # The compiler driver will combine and reorder linker options,
9282 # but understands `-z linker_flag'. GCC discards it without `$wl',
9283 # but is careful enough not to reorder.
9284 # Supported since Solaris 2.6 (maybe 2.5.1?)
9285 if test "$GCC" = yes; then
9286 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9287 else
9288 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9289 fi
9290 ;;
9291 esac
9292 link_all_deplibs=yes
9293 ;;
9294
9295 sunos4*)
9296 if test "x$host_vendor" = xsequent; then
9297 # Use $CC to link under sequent, because it throws in some extra .o
9298 # files that make .init and .fini sections work.
9299 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9300 else
9301 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9302 fi
9303 hardcode_libdir_flag_spec='-L$libdir'
9304 hardcode_direct=yes
9305 hardcode_minus_L=yes
9306 hardcode_shlibpath_var=no
9307 ;;
9308
9309 sysv4)
9310 case $host_vendor in
9311 sni)
9312 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9313 hardcode_direct=yes # is this really true???
9314 ;;
9315 siemens)
9316 ## LD is ld it makes a PLAMLIB
9317 ## CC just makes a GrossModule.
9318 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9319 reload_cmds='$CC -r -o $output$reload_objs'
9320 hardcode_direct=no
9321 ;;
9322 motorola)
9323 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9324 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9325 ;;
9326 esac
9327 runpath_var='LD_RUN_PATH'
9328 hardcode_shlibpath_var=no
9329 ;;
9330
9331 sysv4.3*)
9332 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9333 hardcode_shlibpath_var=no
9334 export_dynamic_flag_spec='-Bexport'
9335 ;;
9336
9337 sysv4*MP*)
9338 if test -d /usr/nec; then
9339 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9340 hardcode_shlibpath_var=no
9341 runpath_var=LD_RUN_PATH
9342 hardcode_runpath_var=yes
9343 ld_shlibs=yes
9344 fi
9345 ;;
9346
9347 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9348 no_undefined_flag='${wl}-z,text'
9349 archive_cmds_need_lc=no
9350 hardcode_shlibpath_var=no
9351 runpath_var='LD_RUN_PATH'
9352
9353 if test "$GCC" = yes; then
9354 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9355 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9356 else
9357 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9358 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9359 fi
9360 ;;
9361
9362 sysv5* | sco3.2v5* | sco5v6*)
9363 # Note: We can NOT use -z defs as we might desire, because we do not
9364 # link with -lc, and that would cause any symbols used from libc to
9365 # always be unresolved, which means just about no library would
9366 # ever link correctly. If we're not using GNU ld we use -z text
9367 # though, which does catch some bad symbols but isn't as heavy-handed
9368 # as -z defs.
9369 no_undefined_flag='${wl}-z,text'
9370 allow_undefined_flag='${wl}-z,nodefs'
9371 archive_cmds_need_lc=no
9372 hardcode_shlibpath_var=no
9373 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9374 hardcode_libdir_separator=':'
9375 link_all_deplibs=yes
9376 export_dynamic_flag_spec='${wl}-Bexport'
9377 runpath_var='LD_RUN_PATH'
9378
9379 if test "$GCC" = yes; then
9380 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9381 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9382 else
9383 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9384 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9385 fi
9386 ;;
9387
9388 uts4*)
9389 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9390 hardcode_libdir_flag_spec='-L$libdir'
9391 hardcode_shlibpath_var=no
9392 ;;
9393
9394 *)
9395 ld_shlibs=no
9396 ;;
9397 esac
9398
9399 if test x$host_vendor = xsni; then
9400 case $host in
9401 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9402 export_dynamic_flag_spec='${wl}-Blargedynsym'
9403 ;;
9404 esac
9405 fi
9406 fi
9407
9408{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9409$as_echo "$ld_shlibs" >&6; }
9410test "$ld_shlibs" = no && can_build_shared=no
9411
9412with_gnu_ld=$with_gnu_ld
9413
9414
9415
9416
b7026657 9417
f0569246 9418
f0569246 9419
6ffe910a 9420
6ffe910a
MF
9421
9422
6ffe910a 9423
f0569246 9424
f0569246 9425
c906108c 9426
6bb11ab3
L
9427
9428#
9429# Do we need to explicitly link libc?
9430#
9431case "x$archive_cmds_need_lc" in
9432x|xyes)
9433 # Assume -lc should be added
9434 archive_cmds_need_lc=yes
9435
9436 if test "$enable_shared" = yes && test "$GCC" = yes; then
9437 case $archive_cmds in
9438 *'~'*)
9439 # FIXME: we may have to deal with multi-command sequences.
9440 ;;
9441 '$CC '*)
9442 # Test whether the compiler implicitly links with -lc since on some
9443 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9444 # to ld, don't add -lc before -lgcc.
9445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9446$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9447if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9448 $as_echo_n "(cached) " >&6
f0569246 9449else
6bb11ab3
L
9450 $RM conftest*
9451 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9452
9453 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9454 (eval $ac_compile) 2>&5
9455 ac_status=$?
9456 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9457 test $ac_status = 0; } 2>conftest.err; then
9458 soname=conftest
9459 lib=conftest
9460 libobjs=conftest.$ac_objext
9461 deplibs=
9462 wl=$lt_prog_compiler_wl
9463 pic_flag=$lt_prog_compiler_pic
9464 compiler_flags=-v
9465 linker_flags=-v
9466 verstring=
9467 output_objdir=.
9468 libname=conftest
9469 lt_save_allow_undefined_flag=$allow_undefined_flag
9470 allow_undefined_flag=
9471 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9472 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9473 ac_status=$?
9474 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9475 test $ac_status = 0; }
9476 then
9477 lt_cv_archive_cmds_need_lc=no
9478 else
9479 lt_cv_archive_cmds_need_lc=yes
9480 fi
9481 allow_undefined_flag=$lt_save_allow_undefined_flag
9482 else
9483 cat conftest.err 1>&5
9484 fi
9485 $RM conftest*
c906108c 9486
6ffe910a 9487fi
6bb11ab3
L
9488{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9489$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9490 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9491 ;;
9492 esac
9493 fi
9494 ;;
6ffe910a 9495esac
c906108c 9496
c906108c 9497
6ffe910a 9498
c906108c 9499
81ecdfbb 9500
35695fd6 9501
35695fd6 9502
35695fd6 9503
f0569246 9504
c906108c 9505
f0569246 9506
b7026657 9507
f0569246 9508
c906108c 9509
81ecdfbb 9510
b7026657 9511
f0569246
AC
9512
9513
81ecdfbb 9514
81ecdfbb 9515
81ecdfbb
RW
9516
9517
81ecdfbb 9518
81ecdfbb 9519
f0569246
AC
9520
9521
c906108c 9522
f0569246 9523
c906108c 9524
c906108c 9525
81ecdfbb 9526
b7026657 9527
c906108c 9528
f0569246 9529
81ecdfbb 9530
f0569246 9531
c906108c 9532
c906108c 9533
b7026657 9534
81ecdfbb 9535
b7026657 9536
c906108c 9537
c906108c 9538
b7026657
AC
9539
9540
9541
9542
6ffe910a 9543
2232061b
MF
9544
9545
2232061b 9546
2232061b
MF
9547
9548
2232061b
MF
9549
9550
2232061b 9551
2232061b
MF
9552
9553
6bb11ab3
L
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9654$as_echo_n "checking dynamic linker characteristics... " >&6; }
9655
9656if test "$GCC" = yes; then
9657 case $host_os in
9658 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9659 *) lt_awk_arg="/^libraries:/" ;;
9660 esac
9661 case $host_os in
9662 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9663 *) lt_sed_strip_eq="s,=/,/,g" ;;
9664 esac
9665 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9666 case $lt_search_path_spec in
9667 *\;*)
9668 # if the path contains ";" then we assume it to be the separator
9669 # otherwise default to the standard path separator (i.e. ":") - it is
9670 # assumed that no part of a normal pathname contains ";" but that should
9671 # okay in the real world where ";" in dirpaths is itself problematic.
9672 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9673 ;;
9674 *)
9675 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9676 ;;
9677 esac
9678 # Ok, now we have the path, separated by spaces, we can step through it
9679 # and add multilib dir if necessary.
9680 lt_tmp_lt_search_path_spec=
9681 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9682 for lt_sys_path in $lt_search_path_spec; do
9683 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9684 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9685 else
9686 test -d "$lt_sys_path" && \
9687 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9688 fi
9689 done
9690 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9691BEGIN {RS=" "; FS="/|\n";} {
9692 lt_foo="";
9693 lt_count=0;
9694 for (lt_i = NF; lt_i > 0; lt_i--) {
9695 if ($lt_i != "" && $lt_i != ".") {
9696 if ($lt_i == "..") {
9697 lt_count++;
9698 } else {
9699 if (lt_count == 0) {
9700 lt_foo="/" $lt_i lt_foo;
9701 } else {
9702 lt_count--;
9703 }
9704 }
9705 }
9706 }
9707 if (lt_foo != "") { lt_freq[lt_foo]++; }
9708 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9709}'`
9710 # AWK program above erroneously prepends '/' to C:/dos/paths
9711 # for these hosts.
9712 case $host_os in
9713 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9714 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9715 esac
9716 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9717else
9718 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9719fi
9720library_names_spec=
9721libname_spec='lib$name'
9722soname_spec=
9723shrext_cmds=".so"
9724postinstall_cmds=
9725postuninstall_cmds=
9726finish_cmds=
9727finish_eval=
9728shlibpath_var=
9729shlibpath_overrides_runpath=unknown
9730version_type=none
9731dynamic_linker="$host_os ld.so"
9732sys_lib_dlsearch_path_spec="/lib /usr/lib"
9733need_lib_prefix=unknown
9734hardcode_into_libs=no
9735
9736# when you set need_version to no, make sure it does not cause -set_version
9737# flags to be left without arguments
9738need_version=unknown
9739
9740case $host_os in
9741aix3*)
9742 version_type=linux
9743 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9744 shlibpath_var=LIBPATH
9745
9746 # AIX 3 has no versioning support, so we append a major version to the name.
9747 soname_spec='${libname}${release}${shared_ext}$major'
9748 ;;
9749
9750aix[4-9]*)
9751 version_type=linux
9752 need_lib_prefix=no
9753 need_version=no
9754 hardcode_into_libs=yes
9755 if test "$host_cpu" = ia64; then
9756 # AIX 5 supports IA64
9757 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9758 shlibpath_var=LD_LIBRARY_PATH
9759 else
9760 # With GCC up to 2.95.x, collect2 would create an import file
9761 # for dependence libraries. The import file would start with
9762 # the line `#! .'. This would cause the generated library to
9763 # depend on `.', always an invalid library. This was fixed in
9764 # development snapshots of GCC prior to 3.0.
9765 case $host_os in
9766 aix4 | aix4.[01] | aix4.[01].*)
9767 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9768 echo ' yes '
9769 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9770 :
9771 else
9772 can_build_shared=no
9773 fi
9774 ;;
9775 esac
9776 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9777 # soname into executable. Probably we can add versioning support to
9778 # collect2, so additional links can be useful in future.
9779 if test "$aix_use_runtimelinking" = yes; then
9780 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9781 # instead of lib<name>.a to let people know that these are not
9782 # typical AIX shared libraries.
9783 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9784 else
9785 # We preserve .a as extension for shared libraries through AIX4.2
9786 # and later when we are not doing run time linking.
9787 library_names_spec='${libname}${release}.a $libname.a'
9788 soname_spec='${libname}${release}${shared_ext}$major'
9789 fi
9790 shlibpath_var=LIBPATH
9791 fi
9792 ;;
9793
9794amigaos*)
9795 case $host_cpu in
9796 powerpc)
9797 # Since July 2007 AmigaOS4 officially supports .so libraries.
9798 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9799 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9800 ;;
9801 m68k)
9802 library_names_spec='$libname.ixlibrary $libname.a'
9803 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9804 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'
9805 ;;
9806 esac
9807 ;;
9808
9809beos*)
9810 library_names_spec='${libname}${shared_ext}'
9811 dynamic_linker="$host_os ld.so"
9812 shlibpath_var=LIBRARY_PATH
9813 ;;
9814
9815bsdi[45]*)
9816 version_type=linux
9817 need_version=no
9818 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9819 soname_spec='${libname}${release}${shared_ext}$major'
9820 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9821 shlibpath_var=LD_LIBRARY_PATH
9822 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9823 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9824 # the default ld.so.conf also contains /usr/contrib/lib and
9825 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9826 # libtool to hard-code these into programs
9827 ;;
9828
9829cygwin* | mingw* | pw32* | cegcc*)
9830 version_type=windows
9831 shrext_cmds=".dll"
9832 need_version=no
9833 need_lib_prefix=no
9834
9835 case $GCC,$host_os in
9836 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9837 library_names_spec='$libname.dll.a'
9838 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9839 postinstall_cmds='base_file=`basename \${file}`~
9840 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9841 dldir=$destdir/`dirname \$dlpath`~
9842 test -d \$dldir || mkdir -p \$dldir~
9843 $install_prog $dir/$dlname \$dldir/$dlname~
9844 chmod a+x \$dldir/$dlname~
9845 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9846 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9847 fi'
9848 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9849 dlpath=$dir/\$dldll~
9850 $RM \$dlpath'
9851 shlibpath_overrides_runpath=yes
9852
9853 case $host_os in
9854 cygwin*)
9855 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9856 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9857
9858 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9859 ;;
9860 mingw* | cegcc*)
9861 # MinGW DLLs use traditional 'lib' prefix
9862 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9863 ;;
9864 pw32*)
9865 # pw32 DLLs use 'pw' prefix rather than 'lib'
9866 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9867 ;;
9868 esac
9869 ;;
9870
9871 *)
9872 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9873 ;;
9874 esac
9875 dynamic_linker='Win32 ld.exe'
9876 # FIXME: first we should search . and the directory the executable is in
9877 shlibpath_var=PATH
9878 ;;
9879
9880darwin* | rhapsody*)
9881 dynamic_linker="$host_os dyld"
9882 version_type=darwin
9883 need_lib_prefix=no
9884 need_version=no
9885 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9886 soname_spec='${libname}${release}${major}$shared_ext'
9887 shlibpath_overrides_runpath=yes
9888 shlibpath_var=DYLD_LIBRARY_PATH
9889 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9890
9891 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9892 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9893 ;;
9894
9895dgux*)
9896 version_type=linux
9897 need_lib_prefix=no
9898 need_version=no
9899 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9900 soname_spec='${libname}${release}${shared_ext}$major'
9901 shlibpath_var=LD_LIBRARY_PATH
9902 ;;
9903
9904freebsd* | dragonfly*)
9905 # DragonFly does not have aout. When/if they implement a new
9906 # versioning mechanism, adjust this.
9907 if test -x /usr/bin/objformat; then
9908 objformat=`/usr/bin/objformat`
9909 else
9910 case $host_os in
9911 freebsd[23].*) objformat=aout ;;
9912 *) objformat=elf ;;
9913 esac
9914 fi
9915 version_type=freebsd-$objformat
9916 case $version_type in
9917 freebsd-elf*)
9918 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9919 need_version=no
9920 need_lib_prefix=no
9921 ;;
9922 freebsd-*)
9923 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9924 need_version=yes
9925 ;;
9926 esac
9927 shlibpath_var=LD_LIBRARY_PATH
9928 case $host_os in
9929 freebsd2.*)
9930 shlibpath_overrides_runpath=yes
9931 ;;
9932 freebsd3.[01]* | freebsdelf3.[01]*)
9933 shlibpath_overrides_runpath=yes
9934 hardcode_into_libs=yes
9935 ;;
9936 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9937 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9938 shlibpath_overrides_runpath=no
9939 hardcode_into_libs=yes
9940 ;;
9941 *) # from 4.6 on, and DragonFly
9942 shlibpath_overrides_runpath=yes
9943 hardcode_into_libs=yes
9944 ;;
9945 esac
9946 ;;
9947
6bb11ab3
L
9948haiku*)
9949 version_type=linux
9950 need_lib_prefix=no
9951 need_version=no
9952 dynamic_linker="$host_os runtime_loader"
9953 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9954 soname_spec='${libname}${release}${shared_ext}$major'
9955 shlibpath_var=LIBRARY_PATH
9956 shlibpath_overrides_runpath=yes
9957 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9958 hardcode_into_libs=yes
9959 ;;
9960
9961hpux9* | hpux10* | hpux11*)
9962 # Give a soname corresponding to the major version so that dld.sl refuses to
9963 # link against other versions.
9964 version_type=sunos
9965 need_lib_prefix=no
9966 need_version=no
9967 case $host_cpu in
9968 ia64*)
9969 shrext_cmds='.so'
9970 hardcode_into_libs=yes
9971 dynamic_linker="$host_os dld.so"
9972 shlibpath_var=LD_LIBRARY_PATH
9973 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9974 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9975 soname_spec='${libname}${release}${shared_ext}$major'
9976 if test "X$HPUX_IA64_MODE" = X32; then
9977 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9978 else
9979 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9980 fi
9981 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9982 ;;
9983 hppa*64*)
9984 shrext_cmds='.sl'
9985 hardcode_into_libs=yes
9986 dynamic_linker="$host_os dld.sl"
9987 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9988 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9990 soname_spec='${libname}${release}${shared_ext}$major'
9991 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9992 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9993 ;;
9994 *)
9995 shrext_cmds='.sl'
9996 dynamic_linker="$host_os dld.sl"
9997 shlibpath_var=SHLIB_PATH
9998 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9999 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10000 soname_spec='${libname}${release}${shared_ext}$major'
10001 ;;
10002 esac
10003 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10004 postinstall_cmds='chmod 555 $lib'
10005 # or fails outright, so override atomically:
10006 install_override_mode=555
10007 ;;
10008
10009interix[3-9]*)
10010 version_type=linux
10011 need_lib_prefix=no
10012 need_version=no
10013 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10014 soname_spec='${libname}${release}${shared_ext}$major'
10015 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10016 shlibpath_var=LD_LIBRARY_PATH
10017 shlibpath_overrides_runpath=no
10018 hardcode_into_libs=yes
10019 ;;
10020
10021irix5* | irix6* | nonstopux*)
10022 case $host_os in
10023 nonstopux*) version_type=nonstopux ;;
10024 *)
10025 if test "$lt_cv_prog_gnu_ld" = yes; then
10026 version_type=linux
10027 else
10028 version_type=irix
10029 fi ;;
10030 esac
10031 need_lib_prefix=no
10032 need_version=no
10033 soname_spec='${libname}${release}${shared_ext}$major'
10034 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10035 case $host_os in
10036 irix5* | nonstopux*)
10037 libsuff= shlibsuff=
10038 ;;
10039 *)
10040 case $LD in # libtool.m4 will add one of these switches to LD
10041 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10042 libsuff= shlibsuff= libmagic=32-bit;;
10043 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10044 libsuff=32 shlibsuff=N32 libmagic=N32;;
10045 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10046 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10047 *) libsuff= shlibsuff= libmagic=never-match;;
10048 esac
10049 ;;
10050 esac
10051 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10052 shlibpath_overrides_runpath=no
10053 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10054 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10055 hardcode_into_libs=yes
10056 ;;
10057
10058# No shared lib support for Linux oldld, aout, or coff.
10059linux*oldld* | linux*aout* | linux*coff*)
10060 dynamic_linker=no
10061 ;;
10062
10063# This must be Linux ELF.
46f900c0 10064linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10065 version_type=linux
10066 need_lib_prefix=no
10067 need_version=no
10068 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10069 soname_spec='${libname}${release}${shared_ext}$major'
10070 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10071 shlibpath_var=LD_LIBRARY_PATH
10072 shlibpath_overrides_runpath=no
10073
10074 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10075 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10076 $as_echo_n "(cached) " >&6
10077else
6bb11ab3
L
10078 lt_cv_shlibpath_overrides_runpath=no
10079 save_LDFLAGS=$LDFLAGS
10080 save_libdir=$libdir
10081 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10082 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10084/* end confdefs.h. */
10085
2232061b
MF
10086int
10087main ()
10088{
10089
10090 ;
10091 return 0;
10092}
10093_ACEOF
6bb11ab3
L
10094if ac_fn_c_try_link "$LINENO"; then :
10095 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10096 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10097fi
2232061b 10098fi
6bb11ab3
L
10099rm -f core conftest.err conftest.$ac_objext \
10100 conftest$ac_exeext conftest.$ac_ext
10101 LDFLAGS=$save_LDFLAGS
10102 libdir=$save_libdir
2232061b 10103
6bb11ab3 10104fi
2232061b 10105
6bb11ab3 10106 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10107
6bb11ab3
L
10108 # This implies no fast_install, which is unacceptable.
10109 # Some rework will be needed to allow for fast_install
10110 # before this can be enabled.
10111 hardcode_into_libs=yes
2232061b 10112
6bb11ab3
L
10113 # Append ld.so.conf contents to the search path
10114 if test -f /etc/ld.so.conf; then
10115 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' ' '`
10116 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10117 fi
2232061b 10118
6bb11ab3
L
10119 # We used to test for /lib/ld.so.1 and disable shared libraries on
10120 # powerpc, because MkLinux only supported shared libraries with the
10121 # GNU dynamic linker. Since this was broken with cross compilers,
10122 # most powerpc-linux boxes support dynamic linking these days and
10123 # people can always --disable-shared, the test was removed, and we
10124 # assume the GNU/Linux dynamic linker is in use.
10125 dynamic_linker='GNU/Linux ld.so'
10126 ;;
10127
10128netbsd*)
10129 version_type=sunos
10130 need_lib_prefix=no
10131 need_version=no
10132 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10133 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10134 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10135 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10136 else
6bb11ab3
L
10137 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10138 soname_spec='${libname}${release}${shared_ext}$major'
10139 dynamic_linker='NetBSD ld.elf_so'
10140 fi
10141 shlibpath_var=LD_LIBRARY_PATH
10142 shlibpath_overrides_runpath=yes
10143 hardcode_into_libs=yes
10144 ;;
10145
10146newsos6)
10147 version_type=linux
10148 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10149 shlibpath_var=LD_LIBRARY_PATH
10150 shlibpath_overrides_runpath=yes
10151 ;;
10152
10153*nto* | *qnx*)
10154 version_type=qnx
10155 need_lib_prefix=no
10156 need_version=no
10157 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10158 soname_spec='${libname}${release}${shared_ext}$major'
10159 shlibpath_var=LD_LIBRARY_PATH
10160 shlibpath_overrides_runpath=no
10161 hardcode_into_libs=yes
10162 dynamic_linker='ldqnx.so'
10163 ;;
10164
10165openbsd*)
10166 version_type=sunos
10167 sys_lib_dlsearch_path_spec="/usr/lib"
10168 need_lib_prefix=no
10169 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10170 case $host_os in
10171 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10172 *) need_version=no ;;
10173 esac
10174 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10175 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10176 shlibpath_var=LD_LIBRARY_PATH
10177 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10178 case $host_os in
10179 openbsd2.[89] | openbsd2.[89].*)
10180 shlibpath_overrides_runpath=no
10181 ;;
10182 *)
10183 shlibpath_overrides_runpath=yes
10184 ;;
10185 esac
10186 else
10187 shlibpath_overrides_runpath=yes
10188 fi
10189 ;;
10190
10191os2*)
10192 libname_spec='$name'
10193 shrext_cmds=".dll"
10194 need_lib_prefix=no
10195 library_names_spec='$libname${shared_ext} $libname.a'
10196 dynamic_linker='OS/2 ld.exe'
10197 shlibpath_var=LIBPATH
10198 ;;
10199
10200osf3* | osf4* | osf5*)
10201 version_type=osf
10202 need_lib_prefix=no
10203 need_version=no
10204 soname_spec='${libname}${release}${shared_ext}$major'
10205 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10206 shlibpath_var=LD_LIBRARY_PATH
10207 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10208 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10209 ;;
10210
10211rdos*)
10212 dynamic_linker=no
10213 ;;
10214
10215solaris*)
10216 version_type=linux
10217 need_lib_prefix=no
10218 need_version=no
10219 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10220 soname_spec='${libname}${release}${shared_ext}$major'
10221 shlibpath_var=LD_LIBRARY_PATH
10222 shlibpath_overrides_runpath=yes
10223 hardcode_into_libs=yes
10224 # ldd complains unless libraries are executable
10225 postinstall_cmds='chmod +x $lib'
10226 ;;
10227
10228sunos4*)
10229 version_type=sunos
10230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10231 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10232 shlibpath_var=LD_LIBRARY_PATH
10233 shlibpath_overrides_runpath=yes
10234 if test "$with_gnu_ld" = yes; then
10235 need_lib_prefix=no
10236 fi
10237 need_version=yes
10238 ;;
10239
10240sysv4 | sysv4.3*)
10241 version_type=linux
10242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10243 soname_spec='${libname}${release}${shared_ext}$major'
10244 shlibpath_var=LD_LIBRARY_PATH
10245 case $host_vendor in
10246 sni)
10247 shlibpath_overrides_runpath=no
10248 need_lib_prefix=no
10249 runpath_var=LD_RUN_PATH
10250 ;;
10251 siemens)
10252 need_lib_prefix=no
10253 ;;
10254 motorola)
10255 need_lib_prefix=no
10256 need_version=no
10257 shlibpath_overrides_runpath=no
10258 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10259 ;;
10260 esac
10261 ;;
10262
10263sysv4*MP*)
10264 if test -d /usr/nec ;then
10265 version_type=linux
10266 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10267 soname_spec='$libname${shared_ext}.$major'
10268 shlibpath_var=LD_LIBRARY_PATH
2232061b 10269 fi
6bb11ab3
L
10270 ;;
10271
10272sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10273 version_type=freebsd-elf
10274 need_lib_prefix=no
10275 need_version=no
10276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10277 soname_spec='${libname}${release}${shared_ext}$major'
10278 shlibpath_var=LD_LIBRARY_PATH
10279 shlibpath_overrides_runpath=yes
10280 hardcode_into_libs=yes
10281 if test "$with_gnu_ld" = yes; then
10282 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10283 else
10284 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10285 case $host_os in
10286 sco3.2v5*)
10287 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10288 ;;
10289 esac
10290 fi
10291 sys_lib_dlsearch_path_spec='/usr/lib'
10292 ;;
10293
10294tpf*)
10295 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10296 version_type=linux
10297 need_lib_prefix=no
10298 need_version=no
10299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10300 shlibpath_var=LD_LIBRARY_PATH
10301 shlibpath_overrides_runpath=no
10302 hardcode_into_libs=yes
10303 ;;
10304
10305uts4*)
10306 version_type=linux
10307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10308 soname_spec='${libname}${release}${shared_ext}$major'
10309 shlibpath_var=LD_LIBRARY_PATH
10310 ;;
10311
10312*)
10313 dynamic_linker=no
10314 ;;
10315esac
10316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10317$as_echo "$dynamic_linker" >&6; }
10318test "$dynamic_linker" = no && can_build_shared=no
10319
10320variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10321if test "$GCC" = yes; then
10322 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10323fi
2232061b 10324
6bb11ab3
L
10325if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10326 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10327fi
10328if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10329 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10330fi
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
2232061b 10357
2232061b 10358
2232061b 10359
2232061b 10360
2232061b
MF
10361
10362
6ffe910a 10363
6ffe910a
MF
10364
10365
10366
10367
10368
2232061b 10369
6ffe910a
MF
10370
10371
10372
10373
6ffe910a 10374
6ffe910a 10375
6ffe910a
MF
10376
10377
6ffe910a 10378
6ffe910a 10379
6ffe910a
MF
10380
10381
5f3ef9d0 10382
5f3ef9d0
JB
10383
10384
10385
db2e4d67
MF
10386
10387
db2e4d67 10388
db2e4d67 10389
db2e4d67 10390
db2e4d67 10391
db2e4d67 10392
db2e4d67 10393
db2e4d67 10394
db2e4d67
MF
10395
10396
db2e4d67 10397
db2e4d67
MF
10398
10399
db2e4d67 10400
db2e4d67
MF
10401
10402
6ffe910a 10403
6ffe910a 10404
6ffe910a
MF
10405
10406
6ffe910a
MF
10407
10408
6ffe910a 10409
6ffe910a 10410
6ffe910a 10411
6ffe910a 10412
6ffe910a 10413
b7026657 10414
b7026657 10415
c906108c 10416
b7026657 10417
b7026657 10418
c906108c 10419
b7026657 10420
b7026657 10421
c906108c 10422
6bb11ab3
L
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10424$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10425hardcode_action=
10426if test -n "$hardcode_libdir_flag_spec" ||
10427 test -n "$runpath_var" ||
10428 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10429
6bb11ab3
L
10430 # We can hardcode non-existent directories.
10431 if test "$hardcode_direct" != no &&
10432 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10433 # have to relink, otherwise we might link with an installed library
10434 # when we should be linking with a yet-to-be-installed one
10435 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10436 test "$hardcode_minus_L" != no; then
10437 # Linking always hardcodes the temporary library directory.
10438 hardcode_action=relink
10439 else
10440 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10441 hardcode_action=immediate
10442 fi
10443else
10444 # We cannot hardcode anything, or else we can only hardcode existing
10445 # directories.
10446 hardcode_action=unsupported
c906108c 10447fi
6bb11ab3
L
10448{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10449$as_echo "$hardcode_action" >&6; }
b7026657 10450
6bb11ab3
L
10451if test "$hardcode_action" = relink ||
10452 test "$inherit_rpath" = yes; then
10453 # Fast installation is not supported
10454 enable_fast_install=no
10455elif test "$shlibpath_overrides_runpath" = yes ||
10456 test "$enable_shared" = no; then
10457 # Fast installation is not necessary
10458 enable_fast_install=needless
10459fi
c906108c 10460
6bb11ab3
L
10461
10462
10463
10464
10465
10466 if test "x$enable_dlopen" != xyes; then
10467 enable_dlopen=unknown
10468 enable_dlopen_self=unknown
10469 enable_dlopen_self_static=unknown
10470else
10471 lt_cv_dlopen=no
10472 lt_cv_dlopen_libs=
10473
10474 case $host_os in
10475 beos*)
10476 lt_cv_dlopen="load_add_on"
10477 lt_cv_dlopen_libs=
10478 lt_cv_dlopen_self=yes
10479 ;;
10480
10481 mingw* | pw32* | cegcc*)
10482 lt_cv_dlopen="LoadLibrary"
10483 lt_cv_dlopen_libs=
10484 ;;
10485
10486 cygwin*)
10487 lt_cv_dlopen="dlopen"
10488 lt_cv_dlopen_libs=
10489 ;;
10490
10491 darwin*)
10492 # if libdl is installed we need to link against it
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10494$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10495if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10496 $as_echo_n "(cached) " >&6
10497else
10498 ac_check_lib_save_LIBS=$LIBS
10499LIBS="-ldl $LIBS"
10500cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10501/* end confdefs.h. */
10502
10503/* Override any GCC internal prototype to avoid an error.
10504 Use char because int might match the return type of a GCC
10505 builtin and then its argument prototype would still apply. */
10506#ifdef __cplusplus
10507extern "C"
10508#endif
10509char dlopen ();
10510int
10511main ()
10512{
10513return dlopen ();
10514 ;
10515 return 0;
10516}
b7026657 10517_ACEOF
6bb11ab3
L
10518if ac_fn_c_try_link "$LINENO"; then :
10519 ac_cv_lib_dl_dlopen=yes
10520else
10521 ac_cv_lib_dl_dlopen=no
10522fi
10523rm -f core conftest.err conftest.$ac_objext \
10524 conftest$ac_exeext conftest.$ac_ext
10525LIBS=$ac_check_lib_save_LIBS
10526fi
10527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10528$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10529if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10530 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10531else
10532
10533 lt_cv_dlopen="dyld"
10534 lt_cv_dlopen_libs=
10535 lt_cv_dlopen_self=yes
c906108c 10536
c906108c 10537fi
c906108c 10538
6bb11ab3 10539 ;;
c906108c 10540
6bb11ab3
L
10541 *)
10542 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10543if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10544 lt_cv_dlopen="shl_load"
10545else
10546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10547$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10548if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10549 $as_echo_n "(cached) " >&6
10550else
10551 ac_check_lib_save_LIBS=$LIBS
10552LIBS="-ldld $LIBS"
10553cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10554/* end confdefs.h. */
10555
10556/* Override any GCC internal prototype to avoid an error.
10557 Use char because int might match the return type of a GCC
10558 builtin and then its argument prototype would still apply. */
10559#ifdef __cplusplus
10560extern "C"
10561#endif
10562char shl_load ();
10563int
10564main ()
10565{
10566return shl_load ();
10567 ;
10568 return 0;
10569}
10570_ACEOF
10571if ac_fn_c_try_link "$LINENO"; then :
10572 ac_cv_lib_dld_shl_load=yes
10573else
10574 ac_cv_lib_dld_shl_load=no
10575fi
10576rm -f core conftest.err conftest.$ac_objext \
10577 conftest$ac_exeext conftest.$ac_ext
10578LIBS=$ac_check_lib_save_LIBS
10579fi
10580{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10581$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10582if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10583 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10584else
10585 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10586if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10587 lt_cv_dlopen="dlopen"
10588else
10589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10590$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10591if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10592 $as_echo_n "(cached) " >&6
c906108c 10593else
b7026657 10594 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10595LIBS="-ldl $LIBS"
81ecdfbb 10596cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10597/* end confdefs.h. */
10598
81ecdfbb
RW
10599/* Override any GCC internal prototype to avoid an error.
10600 Use char because int might match the return type of a GCC
10601 builtin and then its argument prototype would still apply. */
b7026657
AC
10602#ifdef __cplusplus
10603extern "C"
10604#endif
6bb11ab3 10605char dlopen ();
b7026657
AC
10606int
10607main ()
10608{
6bb11ab3 10609return dlopen ();
b7026657
AC
10610 ;
10611 return 0;
10612}
10613_ACEOF
81ecdfbb 10614if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10615 ac_cv_lib_dl_dlopen=yes
b7026657 10616else
6bb11ab3 10617 ac_cv_lib_dl_dlopen=no
b7026657 10618fi
81ecdfbb
RW
10619rm -f core conftest.err conftest.$ac_objext \
10620 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10621LIBS=$ac_check_lib_save_LIBS
10622fi
6bb11ab3
L
10623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10624$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10625if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10626 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10627else
10628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10629$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10630if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10631 $as_echo_n "(cached) " >&6
c906108c 10632else
b7026657 10633 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10634LIBS="-lsvld $LIBS"
81ecdfbb 10635cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10636/* end confdefs.h. */
10637
81ecdfbb
RW
10638/* Override any GCC internal prototype to avoid an error.
10639 Use char because int might match the return type of a GCC
10640 builtin and then its argument prototype would still apply. */
b7026657
AC
10641#ifdef __cplusplus
10642extern "C"
10643#endif
6bb11ab3 10644char dlopen ();
b7026657
AC
10645int
10646main ()
10647{
6bb11ab3 10648return dlopen ();
b7026657
AC
10649 ;
10650 return 0;
10651}
10652_ACEOF
81ecdfbb 10653if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10654 ac_cv_lib_svld_dlopen=yes
b7026657 10655else
6bb11ab3 10656 ac_cv_lib_svld_dlopen=no
b7026657 10657fi
81ecdfbb
RW
10658rm -f core conftest.err conftest.$ac_objext \
10659 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10660LIBS=$ac_check_lib_save_LIBS
10661fi
6bb11ab3
L
10662{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10663$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10664if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10665 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10666else
6bb11ab3
L
10667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10668$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10669if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10670 $as_echo_n "(cached) " >&6
b5bd9624 10671else
6bb11ab3
L
10672 ac_check_lib_save_LIBS=$LIBS
10673LIBS="-ldld $LIBS"
81ecdfbb 10674cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10675/* end confdefs.h. */
10676
81ecdfbb
RW
10677/* Override any GCC internal prototype to avoid an error.
10678 Use char because int might match the return type of a GCC
b5bd9624 10679 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10680#ifdef __cplusplus
10681extern "C"
10682#endif
6bb11ab3 10683char dld_link ();
b5bd9624
HPN
10684int
10685main ()
10686{
6bb11ab3 10687return dld_link ();
b5bd9624
HPN
10688 ;
10689 return 0;
10690}
10691_ACEOF
6bb11ab3
L
10692if ac_fn_c_try_link "$LINENO"; then :
10693 ac_cv_lib_dld_dld_link=yes
10694else
10695 ac_cv_lib_dld_dld_link=no
10696fi
10697rm -f core conftest.err conftest.$ac_objext \
10698 conftest$ac_exeext conftest.$ac_ext
10699LIBS=$ac_check_lib_save_LIBS
10700fi
10701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10702$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10703if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10704 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10705fi
10706
10707
10708fi
10709
10710
10711fi
10712
10713
10714fi
10715
10716
10717fi
10718
10719
10720fi
10721
10722 ;;
10723 esac
10724
10725 if test "x$lt_cv_dlopen" != xno; then
10726 enable_dlopen=yes
b5bd9624 10727 else
6bb11ab3
L
10728 enable_dlopen=no
10729 fi
10730
10731 case $lt_cv_dlopen in
10732 dlopen)
10733 save_CPPFLAGS="$CPPFLAGS"
10734 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10735
10736 save_LDFLAGS="$LDFLAGS"
10737 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10738
10739 save_LIBS="$LIBS"
10740 LIBS="$lt_cv_dlopen_libs $LIBS"
10741
10742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10743$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10744if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10745 $as_echo_n "(cached) " >&6
10746else
10747 if test "$cross_compiling" = yes; then :
10748 lt_cv_dlopen_self=cross
10749else
10750 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10751 lt_status=$lt_dlunknown
10752 cat > conftest.$ac_ext <<_LT_EOF
f9a4d543 10753#line 10753 "configure"
6bb11ab3
L
10754#include "confdefs.h"
10755
10756#if HAVE_DLFCN_H
10757#include <dlfcn.h>
10758#endif
10759
10760#include <stdio.h>
10761
10762#ifdef RTLD_GLOBAL
10763# define LT_DLGLOBAL RTLD_GLOBAL
10764#else
10765# ifdef DL_GLOBAL
10766# define LT_DLGLOBAL DL_GLOBAL
10767# else
10768# define LT_DLGLOBAL 0
10769# endif
10770#endif
10771
10772/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10773 find out it does not work in some platform. */
10774#ifndef LT_DLLAZY_OR_NOW
10775# ifdef RTLD_LAZY
10776# define LT_DLLAZY_OR_NOW RTLD_LAZY
10777# else
10778# ifdef DL_LAZY
10779# define LT_DLLAZY_OR_NOW DL_LAZY
10780# else
10781# ifdef RTLD_NOW
10782# define LT_DLLAZY_OR_NOW RTLD_NOW
10783# else
10784# ifdef DL_NOW
10785# define LT_DLLAZY_OR_NOW DL_NOW
10786# else
10787# define LT_DLLAZY_OR_NOW 0
10788# endif
10789# endif
10790# endif
10791# endif
10792#endif
10793
10794/* When -fvisbility=hidden is used, assume the code has been annotated
10795 correspondingly for the symbols needed. */
10796#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10797void fnord () __attribute__((visibility("default")));
10798#endif
10799
10800void fnord () { int i=42; }
10801int main ()
10802{
10803 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10804 int status = $lt_dlunknown;
10805
10806 if (self)
10807 {
10808 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10809 else
10810 {
10811 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10812 else puts (dlerror ());
10813 }
10814 /* dlclose (self); */
10815 }
10816 else
10817 puts (dlerror ());
10818
10819 return status;
10820}
10821_LT_EOF
10822 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10823 (eval $ac_link) 2>&5
10824 ac_status=$?
10825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10826 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10827 (./conftest; exit; ) >&5 2>/dev/null
10828 lt_status=$?
10829 case x$lt_status in
10830 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10831 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10832 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10833 esac
10834 else :
10835 # compilation failed
10836 lt_cv_dlopen_self=no
b5bd9624 10837 fi
b5bd9624 10838fi
6bb11ab3
L
10839rm -fr conftest*
10840
10841
b5bd9624 10842fi
6bb11ab3
L
10843{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10844$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10845
6bb11ab3
L
10846 if test "x$lt_cv_dlopen_self" = xyes; then
10847 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10849$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10850if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10851 $as_echo_n "(cached) " >&6
b5bd9624 10852else
6bb11ab3
L
10853 if test "$cross_compiling" = yes; then :
10854 lt_cv_dlopen_self_static=cross
10855else
10856 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10857 lt_status=$lt_dlunknown
10858 cat > conftest.$ac_ext <<_LT_EOF
f9a4d543 10859#line 10859 "configure"
6bb11ab3
L
10860#include "confdefs.h"
10861
10862#if HAVE_DLFCN_H
10863#include <dlfcn.h>
10864#endif
10865
10866#include <stdio.h>
10867
10868#ifdef RTLD_GLOBAL
10869# define LT_DLGLOBAL RTLD_GLOBAL
10870#else
10871# ifdef DL_GLOBAL
10872# define LT_DLGLOBAL DL_GLOBAL
10873# else
10874# define LT_DLGLOBAL 0
10875# endif
10876#endif
10877
10878/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10879 find out it does not work in some platform. */
10880#ifndef LT_DLLAZY_OR_NOW
10881# ifdef RTLD_LAZY
10882# define LT_DLLAZY_OR_NOW RTLD_LAZY
10883# else
10884# ifdef DL_LAZY
10885# define LT_DLLAZY_OR_NOW DL_LAZY
10886# else
10887# ifdef RTLD_NOW
10888# define LT_DLLAZY_OR_NOW RTLD_NOW
10889# else
10890# ifdef DL_NOW
10891# define LT_DLLAZY_OR_NOW DL_NOW
10892# else
10893# define LT_DLLAZY_OR_NOW 0
10894# endif
10895# endif
10896# endif
10897# endif
10898#endif
10899
10900/* When -fvisbility=hidden is used, assume the code has been annotated
10901 correspondingly for the symbols needed. */
10902#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10903void fnord () __attribute__((visibility("default")));
10904#endif
10905
10906void fnord () { int i=42; }
10907int main ()
10908{
10909 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10910 int status = $lt_dlunknown;
10911
10912 if (self)
10913 {
10914 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10915 else
10916 {
10917 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10918 else puts (dlerror ());
10919 }
10920 /* dlclose (self); */
10921 }
10922 else
10923 puts (dlerror ());
10924
10925 return status;
10926}
10927_LT_EOF
10928 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10929 (eval $ac_link) 2>&5
10930 ac_status=$?
10931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10932 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10933 (./conftest; exit; ) >&5 2>/dev/null
10934 lt_status=$?
10935 case x$lt_status in
10936 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10937 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10938 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10939 esac
10940 else :
10941 # compilation failed
10942 lt_cv_dlopen_self_static=no
10943 fi
b5bd9624 10944fi
6bb11ab3
L
10945rm -fr conftest*
10946
10947
b5bd9624 10948fi
6bb11ab3
L
10949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10950$as_echo "$lt_cv_dlopen_self_static" >&6; }
10951 fi
10952
10953 CPPFLAGS="$save_CPPFLAGS"
10954 LDFLAGS="$save_LDFLAGS"
10955 LIBS="$save_LIBS"
10956 ;;
10957 esac
10958
10959 case $lt_cv_dlopen_self in
10960 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10961 *) enable_dlopen_self=unknown ;;
10962 esac
10963
10964 case $lt_cv_dlopen_self_static in
10965 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10966 *) enable_dlopen_self_static=unknown ;;
10967 esac
10968fi
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986striplib=
10987old_striplib=
10988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10989$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10990if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10991 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10992 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10994$as_echo "yes" >&6; }
10995else
10996# FIXME - insert some real tests, host_os isn't really good enough
10997 case $host_os in
10998 darwin*)
10999 if test -n "$STRIP" ; then
11000 striplib="$STRIP -x"
11001 old_striplib="$STRIP -S"
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11003$as_echo "yes" >&6; }
11004 else
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11006$as_echo "no" >&6; }
11007 fi
11008 ;;
11009 *)
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11011$as_echo "no" >&6; }
11012 ;;
11013 esac
11014fi
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027 # Report which library types will actually be built
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11029$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11031$as_echo "$can_build_shared" >&6; }
11032
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11034$as_echo_n "checking whether to build shared libraries... " >&6; }
11035 test "$can_build_shared" = "no" && enable_shared=no
11036
11037 # On AIX, shared libraries and static libraries use the same namespace, and
11038 # are all built from PIC.
11039 case $host_os in
11040 aix3*)
11041 test "$enable_shared" = yes && enable_static=no
11042 if test -n "$RANLIB"; then
11043 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11044 postinstall_cmds='$RANLIB $lib'
11045 fi
11046 ;;
11047
11048 aix[4-9]*)
11049 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11050 test "$enable_shared" = yes && enable_static=no
11051 fi
11052 ;;
11053 esac
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11055$as_echo "$enable_shared" >&6; }
11056
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11058$as_echo_n "checking whether to build static libraries... " >&6; }
11059 # Make sure either enable_shared or enable_static is yes.
11060 test "$enable_shared" = yes || enable_static=yes
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11062$as_echo "$enable_static" >&6; }
11063
11064
11065
11066
11067fi
11068ac_ext=c
11069ac_cpp='$CPP $CPPFLAGS'
11070ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11071ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11072ac_compiler_gnu=$ac_cv_c_compiler_gnu
11073
11074CC="$lt_save_CC"
11075
11076
11077
11078
11079
11080
11081
11082
11083
b5bd9624 11084
b5bd9624 11085
b5bd9624 11086
b5bd9624 11087
6bb11ab3
L
11088 ac_config_commands="$ac_config_commands libtool"
11089
11090
11091
11092
11093# Only expand once:
11094
11095
5912fadd 11096
b5bd9624 11097
c906108c 11098
31e6ad7d
MF
11099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11100$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11101 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11102if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11103 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11104else
11105 USE_MAINTAINER_MODE=no
c906108c 11106fi
31e6ad7d
MF
11107
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11109$as_echo "$USE_MAINTAINER_MODE" >&6; }
11110 if test $USE_MAINTAINER_MODE = yes; then
11111 MAINTAINER_MODE_TRUE=
11112 MAINTAINER_MODE_FALSE='#'
c906108c 11113else
31e6ad7d
MF
11114 MAINTAINER_MODE_TRUE='#'
11115 MAINTAINER_MODE_FALSE=
81ecdfbb 11116fi
c906108c 11117
31e6ad7d
MF
11118 MAINT=$MAINTAINER_MODE_TRUE
11119
11120
c906108c 11121
81ecdfbb 11122
347fe5bb
MF
11123sim_inline="-DDEFAULT_INLINE=0"
11124# Check whether --enable-sim-inline was given.
11125if test "${enable_sim_inline+set}" = set; then :
11126 enableval=$enable_sim_inline; sim_inline=""
11127case "$enableval" in
11128 no) sim_inline="-DDEFAULT_INLINE=0";;
11129 0) sim_inline="-DDEFAULT_INLINE=0";;
11130 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11131 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11132 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11133 new_flag=""
11134 case "$x" in
11135 *_INLINE=*) new_flag="-D$x";;
11136 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11137 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11138 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11139 esac
11140 if test x"$sim_inline" = x""; then
11141 sim_inline="$new_flag"
11142 else
11143 sim_inline="$sim_inline $new_flag"
11144 fi
11145 done;;
11146esac
11147if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11148 echo "Setting inline flags = $sim_inline" 6>&1
11149fi
11150fi
11151
11152
11153
6efef468 11154
c906108c 11155default_sim_scache="16384"
81ecdfbb
RW
11156# Check whether --enable-sim-scache was given.
11157if test "${enable_sim_scache+set}" = set; then :
11158 enableval=$enable_sim_scache; case "${enableval}" in
c906108c
SS
11159 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11160 no) sim_scache="-DWITH_SCACHE=0" ;;
9397fcbf 11161 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 11162 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
c906108c
SS
11163 sim_scache="";;
11164esac
11165if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11166 echo "Setting scache size = $sim_scache" 6>&1
11167fi
11168else
11169 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
11170fi
11171
c906108c
SS
11172
11173
11174default_sim_default_model="m32r/d"
81ecdfbb
RW
11175# Check whether --enable-sim-default-model was given.
11176if test "${enable_sim_default_model+set}" = set; then :
11177 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11178 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
c906108c
SS
11179 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11180esac
11181if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11182 echo "Setting default model = $sim_default_model" 6>&1
11183fi
11184else
11185 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
11186fi
11187
c906108c
SS
11188
11189
b7026657
AC
11190cgen_maint=no
11191cgen=guile
11192cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
11193# Check whether --enable-cgen-maint was given.
11194if test "${enable_cgen_maint+set}" = set; then :
11195 enableval=$enable_cgen_maint; case "${enableval}" in
b7026657
AC
11196 yes) cgen_maint=yes ;;
11197 no) cgen_maint=no ;;
11198 *)
7fb45a68
AB
11199 # Argument is a directory where cgen can be found. In some
11200 # future world cgen could be installable, but right now this
11201 # is not the case. Instead we assume the directory is a path
11202 # to the cgen source tree.
11203 cgen_maint=yes
11204 if test -r ${enableval}/iformat.scm; then
11205 # This looks like a cgen source tree.
11206 cgendir=${enableval}
11207 else
11208 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11209 fi
b7026657
AC
11210 ;;
11211esac
81ecdfbb
RW
11212fi
11213if test x${cgen_maint} != xno ; then
b7026657
AC
11214 CGEN_MAINT=''
11215else
11216 CGEN_MAINT='#'
11217fi
11218
11219
11220
11221
11222
11223 case "${target_alias}" in
11224 m32r*-linux*)
11225 traps_obj=traps-linux.o
11226 sim_extra_cflags="-DM32R_LINUX"
11227 ;;
11228 *)
11229 traps_obj=traps.o
11230 sim_extra_cflags="-DM32R_ELF"
11231 ;;
11232 esac
11233
11234
11235
11236
9d903352 11237hardware="cfi core pal glue m32r_cache m32r_uart"
94c63d78
JS
11238sim_hw_cflags="-DWITH_HW=1"
11239sim_hw="$hardware"
11240sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11241
94c63d78
JS
11242# Check whether --enable-sim-hardware was given.
11243if test "${enable_sim_hardware+set}" = set; then :
11244 enableval=$enable_sim_hardware;
30452bbe 11245else
97f478c5 11246 enable_sim_hardware="yes"
1517bd27
MF
11247fi
11248
11249case ${enable_sim_hardware} in
64dd13df
MF
11250 yes|no) ;;
11251 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11252 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11253 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 11254esac
1517bd27 11255
64dd13df 11256if test "$enable_sim_hardware" = no; then
94c63d78
JS
11257 sim_hw_objs=
11258 sim_hw_cflags="-DWITH_HW=0"
11259 sim_hw=
11260else
11261 sim_hw_cflags="-DWITH_HW=1"
11262 # remove duplicates
11263 sim_hw=""
11264 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11265 for i in $hardware ; do
11266 case " $sim_hw " in
11267 *" $i "*) ;;
11268 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11269 esac
11270 done
11271 # mingw does not support sockser
94c63d78
JS
11272 case ${host} in
11273 *mingw*) ;;
49cd1634
MF
11274 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11275 # that you instatiate. Instead, other code will call into it directly.
11276 # At some point, we should convert it over.
11277 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11278 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
94c63d78
JS
11279 ;;
11280 esac
1517bd27
MF
11281 if test x"$silent" != x"yes"; then
11282 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 11283 fi
1517bd27
MF
11284 case " $hardware " in
11285 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78 11286$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11287if ${ac_cv_lib_m_log2+:} false; then :
94c63d78
JS
11288 $as_echo_n "(cached) " >&6
11289else
11290 ac_check_lib_save_LIBS=$LIBS
11291LIBS="-lm $LIBS"
11292cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11293/* end confdefs.h. */
11294
11295/* Override any GCC internal prototype to avoid an error.
11296 Use char because int might match the return type of a GCC
11297 builtin and then its argument prototype would still apply. */
11298#ifdef __cplusplus
11299extern "C"
11300#endif
11301char log2 ();
11302int
11303main ()
11304{
11305return log2 ();
11306 ;
11307 return 0;
11308}
11309_ACEOF
11310if ac_fn_c_try_link "$LINENO"; then :
11311 ac_cv_lib_m_log2=yes
11312else
11313 ac_cv_lib_m_log2=no
11314fi
11315rm -f core conftest.err conftest.$ac_objext \
11316 conftest$ac_exeext conftest.$ac_ext
11317LIBS=$ac_check_lib_save_LIBS
11318fi
11319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11320$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11321if test "x$ac_cv_lib_m_log2" = xyes; then :
94c63d78
JS
11322 cat >>confdefs.h <<_ACEOF
11323#define HAVE_LIBM 1
11324_ACEOF
11325
11326 LIBS="-lm $LIBS"
11327
11328fi
11329;;
1517bd27
MF
11330 esac
11331fi
94c63d78 11332
94c63d78 11333
b7026657 11334
982c3a65
MF
11335# Check whether --enable-werror was given.
11336if test "${enable_werror+set}" = set; then :
11337 enableval=$enable_werror; case "${enableval}" in
11338 yes | y) ERROR_ON_WARNING="yes" ;;
11339 no | n) ERROR_ON_WARNING="no" ;;
11340 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11341 esac
11342fi
11343
11344
11345if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11346 ERROR_ON_WARNING=yes
11347fi
11348
11349WERROR_CFLAGS=""
11350if test "${ERROR_ON_WARNING}" = yes ; then
11351 WERROR_CFLAGS="-Werror"
11352fi
11353
11354build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11355-Wpointer-sign \
11356-Wno-unused -Wunused-value -Wunused-function \
11357-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11358-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11359-Wold-style-declaration -Wold-style-definition"
11360
11361# Enable -Wno-format by default when using gcc on mingw since many
11362# GCC versions complain about %I64.
11363case "${host}" in
11364 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11365 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11366esac
11367
11368# Check whether --enable-build-warnings was given.
11369if test "${enable_build_warnings+set}" = set; then :
11370 enableval=$enable_build_warnings; case "${enableval}" in
11371 yes) ;;
11372 no) build_warnings="-w";;
11373 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11374 build_warnings="${build_warnings} ${t}";;
11375 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11376 build_warnings="${t} ${build_warnings}";;
11377 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11378esac
11379if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11380 echo "Setting compiler warning flags = $build_warnings" 6>&1
11381fi
11382fi
11383# Check whether --enable-sim-build-warnings was given.
11384if test "${enable_sim_build_warnings+set}" = set; then :
11385 enableval=$enable_sim_build_warnings; case "${enableval}" in
11386 yes) ;;
11387 no) build_warnings="-w";;
11388 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11389 build_warnings="${build_warnings} ${t}";;
11390 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11391 build_warnings="${t} ${build_warnings}";;
11392 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11393esac
11394if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11395 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11396fi
11397fi
11398WARN_CFLAGS=""
11399if test "x${build_warnings}" != x -a "x$GCC" = xyes
11400then
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11402$as_echo_n "checking compiler warning flags... " >&6; }
11403 # Separate out the -Werror flag as some files just cannot be
11404 # compiled with it enabled.
11405 for w in ${build_warnings}; do
11406 case $w in
11407 -Werr*) WERROR_CFLAGS=-Werror ;;
11408 *) # Check that GCC accepts it
11409 saved_CFLAGS="$CFLAGS"
11410 CFLAGS="$CFLAGS -Werror $w"
11411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11412/* end confdefs.h. */
11413
11414int
11415main ()
11416{
11417
11418 ;
11419 return 0;
11420}
11421_ACEOF
11422if ac_fn_c_try_compile "$LINENO"; then :
11423 WARN_CFLAGS="${WARN_CFLAGS} $w"
11424fi
11425rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11426 CFLAGS="$saved_CFLAGS"
11427 esac
11428 done
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11430$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11431fi
11432
11433
b7026657
AC
11434cgen_breaks=""
11435if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11436cgen_breaks="break cgen_rtx_error";
11437fi
11438
81ecdfbb 11439ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11440
81ecdfbb 11441ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11442
81ecdfbb 11443ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11444
81ecdfbb 11445ac_config_commands="$ac_config_commands Makefile"
38f48d72 11446
81ecdfbb 11447ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11448
760b3e8b
MF
11449
11450
11451
11452
11453
11454
11455
11456
11457
11458
b7026657
AC
11459cat >confcache <<\_ACEOF
11460# This file is a shell script that caches the results of configure
11461# tests run on this system so they can be shared between configure
11462# scripts and configure runs, see configure's option --config-cache.
11463# It is not useful on other systems. If it contains results you don't
11464# want to keep, you may remove or edit it.
11465#
11466# config.status only pays attention to the cache file if you give it
11467# the --recheck option to rerun configure.
11468#
11469# `ac_cv_env_foo' variables (set or unset) will be overridden when
11470# loading this file, other *unset* `ac_cv_foo' will be assigned the
11471# following values.
11472
11473_ACEOF
11474
11475# The following way of writing the cache mishandles newlines in values,
11476# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11477# So, we kill variables containing newlines.
b7026657
AC
11478# Ultrix sh set writes to stderr and can't be redirected directly,
11479# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11480(
11481 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11482 eval ac_val=\$$ac_var
11483 case $ac_val in #(
11484 *${as_nl}*)
11485 case $ac_var in #(
11486 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11487$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11488 esac
11489 case $ac_var in #(
11490 _ | IFS | as_nl) ;; #(
11491 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11492 *) { eval $ac_var=; unset $ac_var;} ;;
11493 esac ;;
11494 esac
11495 done
11496
b7026657 11497 (set) 2>&1 |
81ecdfbb
RW
11498 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11499 *${as_nl}ac_space=\ *)
11500 # `set' does not quote correctly, so add quotes: double-quote
11501 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11502 sed -n \
11503 "s/'/'\\\\''/g;
11504 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11505 ;; #(
b7026657
AC
11506 *)
11507 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11508 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11509 ;;
81ecdfbb
RW
11510 esac |
11511 sort
11512) |
b7026657 11513 sed '
81ecdfbb 11514 /^ac_cv_env_/b end
b7026657 11515 t clear
81ecdfbb 11516 :clear
b7026657
AC
11517 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11518 t end
81ecdfbb
RW
11519 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11520 :end' >>confcache
11521if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11522 if test -w "$cache_file"; then
d0ac1c44 11523 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11524 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11525$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11526 if test ! -f "$cache_file" || test -h "$cache_file"; then
11527 cat confcache >"$cache_file"
11528 else
11529 case $cache_file in #(
11530 */* | ?:*)
11531 mv -f confcache "$cache_file"$$ &&
11532 mv -f "$cache_file"$$ "$cache_file" ;; #(
11533 *)
11534 mv -f confcache "$cache_file" ;;
11535 esac
11536 fi
11537 fi
b7026657 11538 else
81ecdfbb
RW
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11540$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11541 fi
11542fi
11543rm -f confcache
11544
11545test "x$prefix" = xNONE && prefix=$ac_default_prefix
11546# Let make expand exec_prefix.
11547test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11548
52d37d2c
MF
11549# Transform confdefs.h into DEFS.
11550# Protect against shell expansion while executing Makefile rules.
11551# Protect against Makefile macro expansion.
11552#
11553# If the first sed substitution is executed (which looks for macros that
11554# take arguments), then branch to the quote section. Otherwise,
11555# look for a macro that doesn't take arguments.
11556ac_script='
11557:mline
11558/\\$/{
11559 N
11560 s,\\\n,,
11561 b mline
11562}
11563t clear
11564:clear
11565s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11566t quote
11567s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11568t quote
11569b any
11570:quote
11571s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11572s/\[/\\&/g
11573s/\]/\\&/g
11574s/\$/$$/g
11575H
11576:any
11577${
11578 g
11579 s/^\n//
11580 s/\n/ /g
11581 p
11582}
11583'
11584DEFS=`sed -n "$ac_script" confdefs.h`
11585
b7026657
AC
11586
11587ac_libobjs=
11588ac_ltlibobjs=
d0ac1c44 11589U=
b7026657
AC
11590for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11591 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11592 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11593 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11594 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11595 # will be set to the directory where LIBOBJS objects are built.
11596 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11597 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11598done
11599LIBOBJS=$ac_libobjs
11600
11601LTLIBOBJS=$ac_ltlibobjs
11602
11603
0cb8d851 11604
6bb11ab3 11605if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11606 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11607Usually this means the macro was only invoked conditionally." "$LINENO" 5
11608fi
31e6ad7d 11609if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11610 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11611Usually this means the macro was only invoked conditionally." "$LINENO" 5
11612fi
b7026657 11613
d0ac1c44 11614: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11615ac_write_fail=0
b7026657
AC
11616ac_clean_files_save=$ac_clean_files
11617ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11618{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11619$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11620as_write_fail=0
11621cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11622#! $SHELL
11623# Generated by $as_me.
11624# Run this file to recreate the current configuration.
11625# Compiler output produced by configure, useful for debugging
11626# configure, is in config.log if it exists.
11627
11628debug=false
11629ac_cs_recheck=false
11630ac_cs_silent=false
b7026657 11631
81ecdfbb
RW
11632SHELL=\${CONFIG_SHELL-$SHELL}
11633export SHELL
11634_ASEOF
11635cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11636## -------------------- ##
11637## M4sh Initialization. ##
11638## -------------------- ##
11639
11640# Be more Bourne compatible
11641DUALCASE=1; export DUALCASE # for MKS sh
11642if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11643 emulate sh
11644 NULLCMD=:
81ecdfbb 11645 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11646 # is contrary to our usage. Disable this feature.
11647 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11648 setopt NO_GLOB_SUBST
11649else
11650 case `(set -o) 2>/dev/null` in #(
11651 *posix*) :
11652 set -o posix ;; #(
11653 *) :
11654 ;;
11655esac
b7026657 11656fi
b7026657 11657
81ecdfbb
RW
11658
11659as_nl='
11660'
11661export as_nl
11662# Printing a long string crashes Solaris 7 /usr/bin/printf.
11663as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11664as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11665as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11666# Prefer a ksh shell builtin over an external printf program on Solaris,
11667# but without wasting forks for bash or zsh.
11668if test -z "$BASH_VERSION$ZSH_VERSION" \
11669 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11670 as_echo='print -r --'
11671 as_echo_n='print -rn --'
11672elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11673 as_echo='printf %s\n'
11674 as_echo_n='printf %s'
11675else
11676 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11677 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11678 as_echo_n='/usr/ucb/echo -n'
11679 else
11680 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11681 as_echo_n_body='eval
11682 arg=$1;
11683 case $arg in #(
11684 *"$as_nl"*)
11685 expr "X$arg" : "X\\(.*\\)$as_nl";
11686 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11687 esac;
11688 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11689 '
11690 export as_echo_n_body
11691 as_echo_n='sh -c $as_echo_n_body as_echo'
11692 fi
11693 export as_echo_body
11694 as_echo='sh -c $as_echo_body as_echo'
11695fi
11696
11697# The user is always right.
11698if test "${PATH_SEPARATOR+set}" != set; then
11699 PATH_SEPARATOR=:
11700 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11701 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11702 PATH_SEPARATOR=';'
11703 }
b7026657
AC
11704fi
11705
11706
81ecdfbb
RW
11707# IFS
11708# We need space, tab and new line, in precisely that order. Quoting is
11709# there to prevent editors from complaining about space-tab.
11710# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11711# splitting by setting IFS to empty value.)
11712IFS=" "" $as_nl"
11713
11714# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11715as_myself=
81ecdfbb
RW
11716case $0 in #((
11717 *[\\/]* ) as_myself=$0 ;;
11718 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11719for as_dir in $PATH
11720do
11721 IFS=$as_save_IFS
11722 test -z "$as_dir" && as_dir=.
11723 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11724 done
11725IFS=$as_save_IFS
11726
11727 ;;
11728esac
11729# We did not find ourselves, most probably we were run as `sh COMMAND'
11730# in which case we are not to be found in the path.
11731if test "x$as_myself" = x; then
11732 as_myself=$0
11733fi
11734if test ! -f "$as_myself"; then
11735 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11736 exit 1
11737fi
11738
11739# Unset variables that we do not need and which cause bugs (e.g. in
11740# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11741# suppresses any "Segmentation fault" message there. '((' could
11742# trigger a bug in pdksh 5.2.14.
11743for as_var in BASH_ENV ENV MAIL MAILPATH
11744do eval test x\${$as_var+set} = xset \
11745 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11746done
b7026657
AC
11747PS1='$ '
11748PS2='> '
11749PS4='+ '
11750
11751# NLS nuisances.
81ecdfbb
RW
11752LC_ALL=C
11753export LC_ALL
11754LANGUAGE=C
11755export LANGUAGE
11756
11757# CDPATH.
11758(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11759
11760
d0ac1c44
SM
11761# as_fn_error STATUS ERROR [LINENO LOG_FD]
11762# ----------------------------------------
81ecdfbb
RW
11763# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11764# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11765# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11766as_fn_error ()
11767{
d0ac1c44
SM
11768 as_status=$1; test $as_status -eq 0 && as_status=1
11769 if test "$4"; then
11770 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11771 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
c906108c 11772 fi
d0ac1c44 11773 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11774 as_fn_exit $as_status
11775} # as_fn_error
11776
11777
11778# as_fn_set_status STATUS
11779# -----------------------
11780# Set $? to STATUS, without forking.
11781as_fn_set_status ()
11782{
11783 return $1
11784} # as_fn_set_status
11785
11786# as_fn_exit STATUS
11787# -----------------
11788# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11789as_fn_exit ()
11790{
11791 set +e
11792 as_fn_set_status $1
11793 exit $1
11794} # as_fn_exit
11795
11796# as_fn_unset VAR
11797# ---------------
11798# Portably unset VAR.
11799as_fn_unset ()
11800{
11801 { eval $1=; unset $1;}
11802}
11803as_unset=as_fn_unset
11804# as_fn_append VAR VALUE
11805# ----------------------
11806# Append the text in VALUE to the end of the definition contained in VAR. Take
11807# advantage of any shell optimizations that allow amortized linear growth over
11808# repeated appends, instead of the typical quadratic growth present in naive
11809# implementations.
11810if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11811 eval 'as_fn_append ()
11812 {
11813 eval $1+=\$2
11814 }'
11815else
11816 as_fn_append ()
11817 {
11818 eval $1=\$$1\$2
11819 }
11820fi # as_fn_append
11821
11822# as_fn_arith ARG...
11823# ------------------
11824# Perform arithmetic evaluation on the ARGs, and store the result in the
11825# global $as_val. Take advantage of shells that can avoid forks. The arguments
11826# must be portable across $(()) and expr.
11827if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11828 eval 'as_fn_arith ()
11829 {
11830 as_val=$(( $* ))
11831 }'
11832else
11833 as_fn_arith ()
11834 {
11835 as_val=`expr "$@" || test $? -eq 1`
11836 }
11837fi # as_fn_arith
b7026657 11838
81ecdfbb
RW
11839
11840if expr a : '\(a\)' >/dev/null 2>&1 &&
11841 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 11842 as_expr=expr
c906108c 11843else
b7026657 11844 as_expr=false
c906108c 11845fi
b7026657 11846
81ecdfbb 11847if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11848 as_basename=basename
11849else
11850 as_basename=false
c906108c
SS
11851fi
11852
81ecdfbb
RW
11853if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11854 as_dirname=dirname
11855else
11856 as_dirname=false
11857fi
c906108c 11858
81ecdfbb 11859as_me=`$as_basename -- "$0" ||
b7026657
AC
11860$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11861 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11862 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11863$as_echo X/"$0" |
11864 sed '/^.*\/\([^/][^/]*\)\/*$/{
11865 s//\1/
11866 q
11867 }
11868 /^X\/\(\/\/\)$/{
11869 s//\1/
11870 q
11871 }
11872 /^X\/\(\/\).*/{
11873 s//\1/
11874 q
11875 }
11876 s/.*/./; q'`
b7026657 11877
b7026657
AC
11878# Avoid depending upon Character Ranges.
11879as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11880as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11881as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11882as_cr_digits='0123456789'
11883as_cr_alnum=$as_cr_Letters$as_cr_digits
11884
81ecdfbb
RW
11885ECHO_C= ECHO_N= ECHO_T=
11886case `echo -n x` in #(((((
11887-n*)
11888 case `echo 'xy\c'` in
11889 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11890 xy) ECHO_C='\c';;
11891 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11892 ECHO_T=' ';;
11893 esac;;
11894*)
11895 ECHO_N='-n';;
c906108c 11896esac
b7026657 11897
81ecdfbb
RW
11898rm -f conf$$ conf$$.exe conf$$.file
11899if test -d conf$$.dir; then
11900 rm -f conf$$.dir/conf$$.file
b7026657 11901else
81ecdfbb
RW
11902 rm -f conf$$.dir
11903 mkdir conf$$.dir 2>/dev/null
c906108c 11904fi
81ecdfbb
RW
11905if (echo >conf$$.file) 2>/dev/null; then
11906 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11907 as_ln_s='ln -s'
81ecdfbb
RW
11908 # ... but there are two gotchas:
11909 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11910 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11911 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11912 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11913 as_ln_s='cp -pR'
81ecdfbb
RW
11914 elif ln conf$$.file conf$$ 2>/dev/null; then
11915 as_ln_s=ln
11916 else
d0ac1c44 11917 as_ln_s='cp -pR'
b7026657 11918 fi
c906108c 11919else
d0ac1c44 11920 as_ln_s='cp -pR'
c906108c 11921fi
81ecdfbb
RW
11922rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11923rmdir conf$$.dir 2>/dev/null
11924
11925
11926# as_fn_mkdir_p
11927# -------------
11928# Create "$as_dir" as a directory, including parents if necessary.
11929as_fn_mkdir_p ()
11930{
11931
11932 case $as_dir in #(
11933 -*) as_dir=./$as_dir;;
11934 esac
11935 test -d "$as_dir" || eval $as_mkdir_p || {
11936 as_dirs=
11937 while :; do
11938 case $as_dir in #(
11939 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11940 *) as_qdir=$as_dir;;
11941 esac
11942 as_dirs="'$as_qdir' $as_dirs"
11943 as_dir=`$as_dirname -- "$as_dir" ||
11944$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11945 X"$as_dir" : 'X\(//\)[^/]' \| \
11946 X"$as_dir" : 'X\(//\)$' \| \
11947 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11948$as_echo X"$as_dir" |
11949 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11950 s//\1/
11951 q
11952 }
11953 /^X\(\/\/\)[^/].*/{
11954 s//\1/
11955 q
11956 }
11957 /^X\(\/\/\)$/{
11958 s//\1/
11959 q
11960 }
11961 /^X\(\/\).*/{
11962 s//\1/
11963 q
11964 }
11965 s/.*/./; q'`
11966 test -d "$as_dir" && break
11967 done
11968 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11969 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
c906108c 11970
81ecdfbb
RW
11971
11972} # as_fn_mkdir_p
b7026657 11973if mkdir -p . 2>/dev/null; then
81ecdfbb 11974 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
11975else
11976 test -d ./-p && rmdir ./-p
11977 as_mkdir_p=false
11978fi
c906108c 11979
d0ac1c44
SM
11980
11981# as_fn_executable_p FILE
11982# -----------------------
11983# Test if FILE is an executable regular file.
11984as_fn_executable_p ()
11985{
11986 test -f "$1" && test -x "$1"
11987} # as_fn_executable_p
11988as_test_x='test -x'
11989as_executable_p=as_fn_executable_p
c906108c 11990
b7026657
AC
11991# Sed expression to map a string onto a valid CPP name.
11992as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 11993
b7026657
AC
11994# Sed expression to map a string onto a valid variable name.
11995as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 11996
6edf0760 11997
b7026657 11998exec 6>&1
81ecdfbb
RW
11999## ----------------------------------- ##
12000## Main body of $CONFIG_STATUS script. ##
12001## ----------------------------------- ##
12002_ASEOF
12003test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12004
12005cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12006# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12007# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12008# values after options handling.
12009ac_log="
b7026657 12010This file was extended by $as_me, which was
d0ac1c44 12011generated by GNU Autoconf 2.69. Invocation command line was
c906108c 12012
b7026657
AC
12013 CONFIG_FILES = $CONFIG_FILES
12014 CONFIG_HEADERS = $CONFIG_HEADERS
12015 CONFIG_LINKS = $CONFIG_LINKS
12016 CONFIG_COMMANDS = $CONFIG_COMMANDS
12017 $ $0 $@
12018
81ecdfbb
RW
12019on `(hostname || uname -n) 2>/dev/null | sed 1q`
12020"
12021
b7026657
AC
12022_ACEOF
12023
81ecdfbb
RW
12024case $ac_config_files in *"
12025"*) set x $ac_config_files; shift; ac_config_files=$*;;
12026esac
379832de 12027
b7026657 12028
b7026657 12029
81ecdfbb
RW
12030cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12031# Files that config.status was made for.
12032config_files="$ac_config_files"
81ecdfbb 12033config_commands="$ac_config_commands"
b7026657 12034
81ecdfbb 12035_ACEOF
b7026657 12036
81ecdfbb 12037cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12038ac_cs_usage="\
81ecdfbb
RW
12039\`$as_me' instantiates files and other configuration actions
12040from templates according to the current configuration. Unless the files
12041and actions are specified as TAGs, all are instantiated by default.
b7026657 12042
81ecdfbb 12043Usage: $0 [OPTION]... [TAG]...
b7026657
AC
12044
12045 -h, --help print this help, then exit
81ecdfbb 12046 -V, --version print version number and configuration settings, then exit
d0ac1c44 12047 --config print configuration, then exit
81ecdfbb
RW
12048 -q, --quiet, --silent
12049 do not print progress messages
b7026657
AC
12050 -d, --debug don't remove temporary files
12051 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12052 --file=FILE[:TEMPLATE]
12053 instantiate the configuration file FILE
b7026657
AC
12054
12055Configuration files:
12056$config_files
12057
b7026657
AC
12058Configuration commands:
12059$config_commands
12060
81ecdfbb 12061Report bugs to the package provider."
b7026657 12062
81ecdfbb
RW
12063_ACEOF
12064cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12065ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12066ac_cs_version="\\
12067config.status
d0ac1c44
SM
12068configured by $0, generated by GNU Autoconf 2.69,
12069 with options \\"\$ac_cs_config\\"
b7026657 12070
d0ac1c44 12071Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12072This config.status script is free software; the Free Software Foundation
12073gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12074
12075ac_pwd='$ac_pwd'
12076srcdir='$srcdir'
12077INSTALL='$INSTALL'
6bb11ab3 12078AWK='$AWK'
81ecdfbb 12079test -n "\$AWK" || AWK=awk
b7026657
AC
12080_ACEOF
12081
81ecdfbb
RW
12082cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12083# The default lists apply if the user does not specify any file.
b7026657
AC
12084ac_need_defaults=:
12085while test $# != 0
12086do
12087 case $1 in
d0ac1c44 12088 --*=?*)
81ecdfbb
RW
12089 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12090 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12091 ac_shift=:
c906108c 12092 ;;
d0ac1c44
SM
12093 --*=)
12094 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12095 ac_optarg=
12096 ac_shift=:
12097 ;;
81ecdfbb 12098 *)
b7026657
AC
12099 ac_option=$1
12100 ac_optarg=$2
12101 ac_shift=shift
c906108c 12102 ;;
b7026657 12103 esac
c906108c 12104
b7026657
AC
12105 case $ac_option in
12106 # Handling of the options.
b7026657
AC
12107 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12108 ac_cs_recheck=: ;;
81ecdfbb
RW
12109 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12110 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12111 --config | --confi | --conf | --con | --co | --c )
12112 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12113 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12114 debug=: ;;
12115 --file | --fil | --fi | --f )
12116 $ac_shift
81ecdfbb
RW
12117 case $ac_optarg in
12118 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12119 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12120 esac
12121 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657 12122 ac_need_defaults=false;;
52d37d2c 12123 --he | --h | --help | --hel | -h )
81ecdfbb 12124 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12125 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12126 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12127 ac_cs_silent=: ;;
c906108c 12128
b7026657 12129 # This is an error.
d0ac1c44 12130 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12131Try \`$0 --help' for more information." ;;
c906108c 12132
81ecdfbb
RW
12133 *) as_fn_append ac_config_targets " $1"
12134 ac_need_defaults=false ;;
b7026657
AC
12135
12136 esac
12137 shift
12138done
12139
12140ac_configure_extra_args=
12141
12142if $ac_cs_silent; then
12143 exec 6>/dev/null
12144 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12145fi
12146
b7026657 12147_ACEOF
81ecdfbb 12148cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12149if \$ac_cs_recheck; then
d0ac1c44 12150 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12151 shift
12152 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12153 CONFIG_SHELL='$SHELL'
12154 export CONFIG_SHELL
12155 exec "\$@"
b7026657 12156fi
c906108c 12157
b7026657 12158_ACEOF
81ecdfbb
RW
12159cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12160exec 5>>config.log
12161{
12162 echo
12163 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12164## Running $as_me. ##
12165_ASBOX
12166 $as_echo "$ac_log"
12167} >&5
c906108c 12168
81ecdfbb
RW
12169_ACEOF
12170cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12171#
12172# INIT-COMMANDS
12173#
12174ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12175
6bb11ab3
L
12176
12177# The HP-UX ksh and POSIX shell print the target directory to stdout
12178# if CDPATH is set.
12179(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12180
12181sed_quote_subst='$sed_quote_subst'
12182double_quote_subst='$double_quote_subst'
12183delay_variable_subst='$delay_variable_subst'
12184macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12185macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12186enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12187enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12188pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12189enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12190SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12191ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12192host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12193host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12194host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12195build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12196build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12197build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12198SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12199Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12200GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12201EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12202FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12203LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12204NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12205LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12206max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12207ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12208exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12209lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12210lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12211lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12212reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12213reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12214OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12215deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12216file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12217AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12218AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12219STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12220RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12221old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12222old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12223old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12224lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12225CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12226CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12227compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12228GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12229lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12230lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12231lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12232lt_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"`'
12233objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12234MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12235lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12236lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12237lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12238lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12239lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12240need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12241DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12242NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12243LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12244OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12245OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12246libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12247shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12248extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12249archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12250enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12251export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12252whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12253compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12254old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12255old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12256archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12257archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12258module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12259module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12260with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12261allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12262no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12263hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12264hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12265hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12266hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12267hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12268hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12269hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12270hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12271inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12272link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12273fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12274always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12275export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12276exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12277include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12278prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12279file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12280variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12281need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12282need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12283version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12284runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12285shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12286shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12287libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12288library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12289soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12290install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12291postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12292postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12293finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12294finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12295hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12296sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12297sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12298hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12299enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12300enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12301enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12302old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12303striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12304
12305LTCC='$LTCC'
12306LTCFLAGS='$LTCFLAGS'
12307compiler='$compiler_DEFAULT'
12308
12309# A function that is used when there is no print builtin or printf.
12310func_fallback_echo ()
12311{
12312 eval 'cat <<_LTECHO_EOF
12313\$1
12314_LTECHO_EOF'
12315}
12316
12317# Quote evaled strings.
12318for var in SHELL \
12319ECHO \
12320SED \
12321GREP \
12322EGREP \
12323FGREP \
12324LD \
12325NM \
12326LN_S \
12327lt_SP2NL \
12328lt_NL2SP \
12329reload_flag \
12330OBJDUMP \
12331deplibs_check_method \
12332file_magic_cmd \
12333AR \
12334AR_FLAGS \
12335STRIP \
12336RANLIB \
12337CC \
12338CFLAGS \
12339compiler \
12340lt_cv_sys_global_symbol_pipe \
12341lt_cv_sys_global_symbol_to_cdecl \
12342lt_cv_sys_global_symbol_to_c_name_address \
12343lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12344lt_prog_compiler_no_builtin_flag \
12345lt_prog_compiler_wl \
12346lt_prog_compiler_pic \
12347lt_prog_compiler_static \
12348lt_cv_prog_compiler_c_o \
12349need_locks \
12350DSYMUTIL \
12351NMEDIT \
12352LIPO \
12353OTOOL \
12354OTOOL64 \
12355shrext_cmds \
12356export_dynamic_flag_spec \
12357whole_archive_flag_spec \
12358compiler_needs_object \
12359with_gnu_ld \
12360allow_undefined_flag \
12361no_undefined_flag \
12362hardcode_libdir_flag_spec \
12363hardcode_libdir_flag_spec_ld \
12364hardcode_libdir_separator \
12365fix_srcfile_path \
12366exclude_expsyms \
12367include_expsyms \
12368file_list_spec \
12369variables_saved_for_relink \
12370libname_spec \
12371library_names_spec \
12372soname_spec \
12373install_override_mode \
12374finish_eval \
12375old_striplib \
12376striplib; do
12377 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12378 *[\\\\\\\`\\"\\\$]*)
12379 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12380 ;;
12381 *)
12382 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12383 ;;
12384 esac
12385done
12386
12387# Double-quote double-evaled strings.
12388for var in reload_cmds \
12389old_postinstall_cmds \
12390old_postuninstall_cmds \
12391old_archive_cmds \
12392extract_expsyms_cmds \
12393old_archive_from_new_cmds \
12394old_archive_from_expsyms_cmds \
12395archive_cmds \
12396archive_expsym_cmds \
12397module_cmds \
12398module_expsym_cmds \
12399export_symbols_cmds \
12400prelink_cmds \
12401postinstall_cmds \
12402postuninstall_cmds \
12403finish_cmds \
12404sys_lib_search_path_spec \
12405sys_lib_dlsearch_path_spec; do
12406 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12407 *[\\\\\\\`\\"\\\$]*)
12408 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12409 ;;
12410 *)
12411 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12412 ;;
12413 esac
12414done
12415
12416ac_aux_dir='$ac_aux_dir'
12417xsi_shell='$xsi_shell'
12418lt_shell_append='$lt_shell_append'
12419
12420# See if we are running on zsh, and set the options which allow our
12421# commands through without removal of \ escapes INIT.
12422if test -n "\${ZSH_VERSION+set}" ; then
12423 setopt NO_GLOB_SUBST
12424fi
12425
12426
12427 PACKAGE='$PACKAGE'
12428 VERSION='$VERSION'
12429 TIMESTAMP='$TIMESTAMP'
12430 RM='$RM'
12431 ofile='$ofile'
12432
12433
12434
12435
81ecdfbb 12436_ACEOF
c906108c 12437
81ecdfbb 12438cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 12439
81ecdfbb 12440# Handling of arguments.
b7026657 12441for ac_config_target in $ac_config_targets
c906108c 12442do
81ecdfbb 12443 case $ac_config_target in
db2e4d67 12444 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12445 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12446 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12447 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12448 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12449 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12450 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12451
d0ac1c44 12452 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
12453 esac
12454done
12455
81ecdfbb 12456
b7026657
AC
12457# If the user did not use the arguments to specify the items to instantiate,
12458# then the envvar interface is used. Set only those that are not.
12459# We use the long form for the default assignment because of an extremely
12460# bizarre bug on SunOS 4.1.3.
12461if $ac_need_defaults; then
12462 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
b7026657
AC
12463 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12464fi
12465
12466# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12467# simply because there is no reason against having it here, and in addition,
b7026657 12468# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12469# Hook for its removal unless debugging.
12470# Note that there is a small window in which the directory will not be cleaned:
12471# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12472$debug ||
12473{
d0ac1c44 12474 tmp= ac_tmp=
81ecdfbb 12475 trap 'exit_status=$?
d0ac1c44
SM
12476 : "${ac_tmp:=$tmp}"
12477 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12478' 0
12479 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12480}
b7026657 12481# Create a (secure) tmp directory for tmp files.
c906108c 12482
b7026657 12483{
81ecdfbb 12484 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12485 test -d "$tmp"
b7026657
AC
12486} ||
12487{
81ecdfbb
RW
12488 tmp=./conf$$-$RANDOM
12489 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12490} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12491ac_tmp=$tmp
b7026657 12492
81ecdfbb
RW
12493# Set up the scripts for CONFIG_FILES section.
12494# No need to generate them if there are no CONFIG_FILES.
12495# This happens for instance with `./config.status config.h'.
12496if test -n "$CONFIG_FILES"; then
b7026657 12497
c906108c 12498
81ecdfbb
RW
12499ac_cr=`echo X | tr X '\015'`
12500# On cygwin, bash can eat \r inside `` if the user requested igncr.
12501# But we know of no other shell where ac_cr would be empty at this
12502# point, so we can use a bashism as a fallback.
12503if test "x$ac_cr" = x; then
12504 eval ac_cr=\$\'\\r\'
12505fi
12506ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12507if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12508 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12509else
12510 ac_cs_awk_cr=$ac_cr
12511fi
b7026657 12512
d0ac1c44 12513echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12514_ACEOF
12515
81ecdfbb
RW
12516
12517{
12518 echo "cat >conf$$subs.awk <<_ACEOF" &&
12519 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12520 echo "_ACEOF"
12521} >conf$$subs.sh ||
d0ac1c44
SM
12522 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12523ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12524ac_delim='%!_!# '
12525for ac_last_try in false false false false false :; do
12526 . ./conf$$subs.sh ||
d0ac1c44 12527 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12528
12529 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12530 if test $ac_delim_n = $ac_delim_num; then
12531 break
12532 elif $ac_last_try; then
d0ac1c44 12533 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12534 else
12535 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 12536 fi
81ecdfbb
RW
12537done
12538rm -f conf$$subs.sh
c906108c 12539
81ecdfbb 12540cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12541cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12542_ACEOF
81ecdfbb
RW
12543sed -n '
12544h
12545s/^/S["/; s/!.*/"]=/
12546p
12547g
12548s/^[^!]*!//
12549:repl
12550t repl
12551s/'"$ac_delim"'$//
12552t delim
12553:nl
12554h
d0ac1c44 12555s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12556t more1
12557s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12558p
12559n
12560b repl
12561:more1
12562s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12563p
12564g
12565s/.\{148\}//
12566t nl
12567:delim
12568h
d0ac1c44 12569s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12570t more2
12571s/["\\]/\\&/g; s/^/"/; s/$/"/
12572p
12573b
12574:more2
12575s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12576p
12577g
12578s/.\{148\}//
12579t delim
12580' <conf$$subs.awk | sed '
12581/^[^""]/{
12582 N
12583 s/\n//
12584}
12585' >>$CONFIG_STATUS || ac_write_fail=1
12586rm -f conf$$subs.awk
12587cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12588_ACAWK
d0ac1c44 12589cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12590 for (key in S) S_is_set[key] = 1
12591 FS = "\a"
b7026657 12592
81ecdfbb
RW
12593}
12594{
12595 line = $ 0
12596 nfields = split(line, field, "@")
12597 substed = 0
12598 len = length(field[1])
12599 for (i = 2; i < nfields; i++) {
12600 key = field[i]
12601 keylen = length(key)
12602 if (S_is_set[key]) {
12603 value = S[key]
12604 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12605 len += length(value) + length(field[++i])
12606 substed = 1
12607 } else
12608 len += 1 + keylen
12609 }
12610
12611 print line
12612}
c906108c 12613
81ecdfbb
RW
12614_ACAWK
12615_ACEOF
12616cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12617if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12618 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12619else
81ecdfbb 12620 cat
d0ac1c44
SM
12621fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12622 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12623_ACEOF
b7026657 12624
d0ac1c44
SM
12625# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12626# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12627# trailing colons and then remove the whole line if VPATH becomes empty
12628# (actually we leave an empty line to preserve line numbers).
12629if test "x$srcdir" = x.; then
d0ac1c44
SM
12630 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12631h
12632s///
12633s/^/:/
12634s/[ ]*$/:/
12635s/:\$(srcdir):/:/g
12636s/:\${srcdir}:/:/g
12637s/:@srcdir@:/:/g
12638s/^:*//
81ecdfbb 12639s/:*$//
d0ac1c44
SM
12640x
12641s/\(=[ ]*\).*/\1/
12642G
12643s/\n//
81ecdfbb
RW
12644s/^[^=]*=[ ]*$//
12645}'
12646fi
c906108c 12647
81ecdfbb
RW
12648cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12649fi # test -n "$CONFIG_FILES"
c906108c 12650
81ecdfbb 12651
52d37d2c 12652eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
12653shift
12654for ac_tag
12655do
12656 case $ac_tag in
12657 :[FHLC]) ac_mode=$ac_tag; continue;;
12658 esac
12659 case $ac_mode$ac_tag in
12660 :[FHL]*:*);;
d0ac1c44 12661 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12662 :[FH]-) ac_tag=-:-;;
12663 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 12664 esac
81ecdfbb
RW
12665 ac_save_IFS=$IFS
12666 IFS=:
12667 set x $ac_tag
12668 IFS=$ac_save_IFS
12669 shift
12670 ac_file=$1
12671 shift
c906108c 12672
81ecdfbb
RW
12673 case $ac_mode in
12674 :L) ac_source=$1;;
12675 :[FH])
12676 ac_file_inputs=
12677 for ac_f
12678 do
12679 case $ac_f in
d0ac1c44 12680 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12681 *) # Look for the file first in the build tree, then in the source tree
12682 # (if the path is not absolute). The absolute path cannot be DOS-style,
12683 # because $ac_f cannot contain `:'.
12684 test -f "$ac_f" ||
12685 case $ac_f in
12686 [\\/$]*) false;;
12687 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12688 esac ||
d0ac1c44 12689 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12690 esac
81ecdfbb
RW
12691 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12692 as_fn_append ac_file_inputs " '$ac_f'"
12693 done
b7026657 12694
81ecdfbb
RW
12695 # Let's still pretend it is `configure' which instantiates (i.e., don't
12696 # use $as_me), people would be surprised to read:
12697 # /* config.h. Generated by config.status. */
12698 configure_input='Generated from '`
12699 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12700 `' by configure.'
12701 if test x"$ac_file" != x-; then
12702 configure_input="$ac_file. $configure_input"
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12704$as_echo "$as_me: creating $ac_file" >&6;}
12705 fi
12706 # Neutralize special characters interpreted by sed in replacement strings.
12707 case $configure_input in #(
12708 *\&* | *\|* | *\\* )
12709 ac_sed_conf_input=`$as_echo "$configure_input" |
12710 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12711 *) ac_sed_conf_input=$configure_input;;
12712 esac
b7026657 12713
81ecdfbb 12714 case $ac_tag in
d0ac1c44
SM
12715 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12716 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12717 esac
12718 ;;
12719 esac
b7026657 12720
81ecdfbb 12721 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12722$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12723 X"$ac_file" : 'X\(//\)[^/]' \| \
12724 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12725 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12726$as_echo X"$ac_file" |
12727 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12728 s//\1/
12729 q
12730 }
12731 /^X\(\/\/\)[^/].*/{
12732 s//\1/
12733 q
12734 }
12735 /^X\(\/\/\)$/{
12736 s//\1/
12737 q
12738 }
12739 /^X\(\/\).*/{
12740 s//\1/
12741 q
12742 }
12743 s/.*/./; q'`
12744 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12745 ac_builddir=.
12746
81ecdfbb
RW
12747case "$ac_dir" in
12748.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12749*)
12750 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12751 # A ".." for each directory in $ac_dir_suffix.
12752 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12753 case $ac_top_builddir_sub in
12754 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12755 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12756 esac ;;
12757esac
12758ac_abs_top_builddir=$ac_pwd
12759ac_abs_builddir=$ac_pwd$ac_dir_suffix
12760# for backward compatibility:
12761ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12762
12763case $srcdir in
81ecdfbb 12764 .) # We are building in place.
b7026657 12765 ac_srcdir=.
81ecdfbb
RW
12766 ac_top_srcdir=$ac_top_builddir_sub
12767 ac_abs_top_srcdir=$ac_pwd ;;
12768 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12769 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12770 ac_top_srcdir=$srcdir
12771 ac_abs_top_srcdir=$srcdir ;;
12772 *) # Relative name.
12773 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12774 ac_top_srcdir=$ac_top_build_prefix$srcdir
12775 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12776esac
81ecdfbb 12777ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12778
c906108c 12779
81ecdfbb
RW
12780 case $ac_mode in
12781 :F)
12782 #
12783 # CONFIG_FILE
12784 #
b7026657 12785
81ecdfbb
RW
12786 case $INSTALL in
12787 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12788 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 12789 esac
81ecdfbb 12790_ACEOF
c906108c 12791
81ecdfbb
RW
12792cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12793# If the template does not know about datarootdir, expand it.
12794# FIXME: This hack should be removed a few years after 2.60.
12795ac_datarootdir_hack=; ac_datarootdir_seen=
12796ac_sed_dataroot='
12797/datarootdir/ {
12798 p
12799 q
12800}
12801/@datadir@/p
12802/@docdir@/p
12803/@infodir@/p
12804/@localedir@/p
12805/@mandir@/p'
12806case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12807*datarootdir*) ac_datarootdir_seen=yes;;
12808*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12810$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12811_ACEOF
12812cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12813 ac_datarootdir_hack='
12814 s&@datadir@&$datadir&g
12815 s&@docdir@&$docdir&g
12816 s&@infodir@&$infodir&g
12817 s&@localedir@&$localedir&g
12818 s&@mandir@&$mandir&g
12819 s&\\\${datarootdir}&$datarootdir&g' ;;
12820esac
b7026657 12821_ACEOF
b7026657 12822
81ecdfbb
RW
12823# Neutralize VPATH when `$srcdir' = `.'.
12824# Shell code in configure.ac might set extrasub.
12825# FIXME: do we really want to maintain this feature?
12826cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12827ac_sed_extra="$ac_vpsub
12828$extrasub
12829_ACEOF
12830cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12831:t
12832/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12833s|@configure_input@|$ac_sed_conf_input|;t t
12834s&@top_builddir@&$ac_top_builddir_sub&;t t
12835s&@top_build_prefix@&$ac_top_build_prefix&;t t
12836s&@srcdir@&$ac_srcdir&;t t
12837s&@abs_srcdir@&$ac_abs_srcdir&;t t
12838s&@top_srcdir@&$ac_top_srcdir&;t t
12839s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12840s&@builddir@&$ac_builddir&;t t
12841s&@abs_builddir@&$ac_abs_builddir&;t t
12842s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12843s&@INSTALL@&$ac_INSTALL&;t t
12844$ac_datarootdir_hack
12845"
d0ac1c44
SM
12846eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12847 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12848
12849test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12850 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12851 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12852 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12853 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12854which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12855$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12856which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12857
d0ac1c44 12858 rm -f "$ac_tmp/stdin"
81ecdfbb 12859 case $ac_file in
d0ac1c44
SM
12860 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12861 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12862 esac \
d0ac1c44 12863 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12864 ;;
52d37d2c 12865
b7026657 12866
81ecdfbb
RW
12867 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12868$as_echo "$as_me: executing $ac_file commands" >&6;}
12869 ;;
12870 esac
b7026657
AC
12871
12872
81ecdfbb 12873 case $ac_file$ac_mode in
db2e4d67 12874 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12875 "libtool":C)
12876
12877 # See if we are running on zsh, and set the options which allow our
12878 # commands through without removal of \ escapes.
12879 if test -n "${ZSH_VERSION+set}" ; then
12880 setopt NO_GLOB_SUBST
12881 fi
12882
12883 cfgfile="${ofile}T"
12884 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12885 $RM "$cfgfile"
12886
12887 cat <<_LT_EOF >> "$cfgfile"
12888#! $SHELL
12889
12890# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12891# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12892# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12893# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12894#
12895# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12896# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12897# Written by Gordon Matzigkeit, 1996
12898#
12899# This file is part of GNU Libtool.
12900#
12901# GNU Libtool is free software; you can redistribute it and/or
12902# modify it under the terms of the GNU General Public License as
12903# published by the Free Software Foundation; either version 2 of
12904# the License, or (at your option) any later version.
12905#
12906# As a special exception to the GNU General Public License,
12907# if you distribute this file as part of a program or library that
12908# is built using GNU Libtool, you may include this file under the
12909# same distribution terms that you use for the rest of that program.
12910#
12911# GNU Libtool is distributed in the hope that it will be useful,
12912# but WITHOUT ANY WARRANTY; without even the implied warranty of
12913# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12914# GNU General Public License for more details.
12915#
12916# You should have received a copy of the GNU General Public License
12917# along with GNU Libtool; see the file COPYING. If not, a copy
12918# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12919# obtained by writing to the Free Software Foundation, Inc.,
12920# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12921
12922
12923# The names of the tagged configurations supported by this script.
12924available_tags=""
12925
12926# ### BEGIN LIBTOOL CONFIG
12927
12928# Which release of libtool.m4 was used?
12929macro_version=$macro_version
12930macro_revision=$macro_revision
12931
12932# Whether or not to build shared libraries.
12933build_libtool_libs=$enable_shared
12934
12935# Whether or not to build static libraries.
12936build_old_libs=$enable_static
12937
12938# What type of objects to build.
12939pic_mode=$pic_mode
12940
12941# Whether or not to optimize for fast installation.
12942fast_install=$enable_fast_install
12943
12944# Shell to use when invoking shell scripts.
12945SHELL=$lt_SHELL
12946
12947# An echo program that protects backslashes.
12948ECHO=$lt_ECHO
12949
12950# The host system.
12951host_alias=$host_alias
12952host=$host
12953host_os=$host_os
12954
12955# The build system.
12956build_alias=$build_alias
12957build=$build
12958build_os=$build_os
12959
12960# A sed program that does not truncate output.
12961SED=$lt_SED
12962
12963# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12964Xsed="\$SED -e 1s/^X//"
12965
12966# A grep program that handles long lines.
12967GREP=$lt_GREP
12968
12969# An ERE matcher.
12970EGREP=$lt_EGREP
12971
12972# A literal string matcher.
12973FGREP=$lt_FGREP
12974
12975# A BSD- or MS-compatible name lister.
12976NM=$lt_NM
12977
12978# Whether we need soft or hard links.
12979LN_S=$lt_LN_S
12980
12981# What is the maximum length of a command?
12982max_cmd_len=$max_cmd_len
12983
12984# Object file suffix (normally "o").
12985objext=$ac_objext
12986
12987# Executable file suffix (normally "").
12988exeext=$exeext
12989
12990# whether the shell understands "unset".
12991lt_unset=$lt_unset
12992
12993# turn spaces into newlines.
12994SP2NL=$lt_lt_SP2NL
12995
12996# turn newlines into spaces.
12997NL2SP=$lt_lt_NL2SP
12998
12999# An object symbol dumper.
13000OBJDUMP=$lt_OBJDUMP
13001
13002# Method to check whether dependent libraries are shared objects.
13003deplibs_check_method=$lt_deplibs_check_method
13004
13005# Command to use when deplibs_check_method == "file_magic".
13006file_magic_cmd=$lt_file_magic_cmd
13007
13008# The archiver.
13009AR=$lt_AR
13010AR_FLAGS=$lt_AR_FLAGS
13011
13012# A symbol stripping program.
13013STRIP=$lt_STRIP
13014
13015# Commands used to install an old-style archive.
13016RANLIB=$lt_RANLIB
13017old_postinstall_cmds=$lt_old_postinstall_cmds
13018old_postuninstall_cmds=$lt_old_postuninstall_cmds
13019
13020# Whether to use a lock for old archive extraction.
13021lock_old_archive_extraction=$lock_old_archive_extraction
13022
13023# A C compiler.
13024LTCC=$lt_CC
13025
13026# LTCC compiler flags.
13027LTCFLAGS=$lt_CFLAGS
13028
13029# Take the output of nm and produce a listing of raw symbols and C names.
13030global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13031
13032# Transform the output of nm in a proper C declaration.
13033global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13034
13035# Transform the output of nm in a C name address pair.
13036global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13037
13038# Transform the output of nm in a C name address pair when lib prefix is needed.
13039global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13040
13041# The name of the directory that contains temporary libtool files.
13042objdir=$objdir
13043
13044# Used to examine libraries when file_magic_cmd begins with "file".
13045MAGIC_CMD=$MAGIC_CMD
13046
13047# Must we lock files when doing compilation?
13048need_locks=$lt_need_locks
13049
13050# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13051DSYMUTIL=$lt_DSYMUTIL
13052
13053# Tool to change global to local symbols on Mac OS X.
13054NMEDIT=$lt_NMEDIT
13055
13056# Tool to manipulate fat objects and archives on Mac OS X.
13057LIPO=$lt_LIPO
13058
13059# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13060OTOOL=$lt_OTOOL
13061
13062# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13063OTOOL64=$lt_OTOOL64
13064
13065# Old archive suffix (normally "a").
13066libext=$libext
13067
13068# Shared library suffix (normally ".so").
13069shrext_cmds=$lt_shrext_cmds
13070
13071# The commands to extract the exported symbol list from a shared archive.
13072extract_expsyms_cmds=$lt_extract_expsyms_cmds
13073
13074# Variables whose values should be saved in libtool wrapper scripts and
13075# restored at link time.
13076variables_saved_for_relink=$lt_variables_saved_for_relink
13077
13078# Do we need the "lib" prefix for modules?
13079need_lib_prefix=$need_lib_prefix
13080
13081# Do we need a version for libraries?
13082need_version=$need_version
13083
13084# Library versioning type.
13085version_type=$version_type
13086
13087# Shared library runtime path variable.
13088runpath_var=$runpath_var
13089
13090# Shared library path variable.
13091shlibpath_var=$shlibpath_var
13092
13093# Is shlibpath searched before the hard-coded library search path?
13094shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13095
13096# Format of library name prefix.
13097libname_spec=$lt_libname_spec
13098
13099# List of archive names. First name is the real one, the rest are links.
13100# The last name is the one that the linker finds with -lNAME
13101library_names_spec=$lt_library_names_spec
13102
13103# The coded name of the library, if different from the real name.
13104soname_spec=$lt_soname_spec
13105
13106# Permission mode override for installation of shared libraries.
13107install_override_mode=$lt_install_override_mode
13108
13109# Command to use after installation of a shared archive.
13110postinstall_cmds=$lt_postinstall_cmds
13111
13112# Command to use after uninstallation of a shared archive.
13113postuninstall_cmds=$lt_postuninstall_cmds
13114
13115# Commands used to finish a libtool library installation in a directory.
13116finish_cmds=$lt_finish_cmds
13117
13118# As "finish_cmds", except a single script fragment to be evaled but
13119# not shown.
13120finish_eval=$lt_finish_eval
13121
13122# Whether we should hardcode library paths into libraries.
13123hardcode_into_libs=$hardcode_into_libs
13124
13125# Compile-time system search path for libraries.
13126sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13127
13128# Run-time system search path for libraries.
13129sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13130
13131# Whether dlopen is supported.
13132dlopen_support=$enable_dlopen
13133
13134# Whether dlopen of programs is supported.
13135dlopen_self=$enable_dlopen_self
13136
13137# Whether dlopen of statically linked programs is supported.
13138dlopen_self_static=$enable_dlopen_self_static
13139
13140# Commands to strip libraries.
13141old_striplib=$lt_old_striplib
13142striplib=$lt_striplib
13143
13144
13145# The linker used to build libraries.
13146LD=$lt_LD
13147
13148# How to create reloadable object files.
13149reload_flag=$lt_reload_flag
13150reload_cmds=$lt_reload_cmds
13151
13152# Commands used to build an old-style archive.
13153old_archive_cmds=$lt_old_archive_cmds
13154
13155# A language specific compiler.
13156CC=$lt_compiler
13157
13158# Is the compiler the GNU compiler?
13159with_gcc=$GCC
13160
13161# Compiler flag to turn off builtin functions.
13162no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13163
13164# How to pass a linker flag through the compiler.
13165wl=$lt_lt_prog_compiler_wl
13166
13167# Additional compiler flags for building library objects.
13168pic_flag=$lt_lt_prog_compiler_pic
13169
13170# Compiler flag to prevent dynamic linking.
13171link_static_flag=$lt_lt_prog_compiler_static
13172
13173# Does compiler simultaneously support -c and -o options?
13174compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13175
13176# Whether or not to add -lc for building shared libraries.
13177build_libtool_need_lc=$archive_cmds_need_lc
13178
13179# Whether or not to disallow shared libs when runtime libs are static.
13180allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13181
13182# Compiler flag to allow reflexive dlopens.
13183export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13184
13185# Compiler flag to generate shared objects directly from archives.
13186whole_archive_flag_spec=$lt_whole_archive_flag_spec
13187
13188# Whether the compiler copes with passing no objects directly.
13189compiler_needs_object=$lt_compiler_needs_object
13190
13191# Create an old-style archive from a shared archive.
13192old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13193
13194# Create a temporary old-style archive to link instead of a shared archive.
13195old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13196
13197# Commands used to build a shared archive.
13198archive_cmds=$lt_archive_cmds
13199archive_expsym_cmds=$lt_archive_expsym_cmds
13200
13201# Commands used to build a loadable module if different from building
13202# a shared archive.
13203module_cmds=$lt_module_cmds
13204module_expsym_cmds=$lt_module_expsym_cmds
13205
13206# Whether we are building with GNU ld or not.
13207with_gnu_ld=$lt_with_gnu_ld
13208
13209# Flag that allows shared libraries with undefined symbols to be built.
13210allow_undefined_flag=$lt_allow_undefined_flag
13211
13212# Flag that enforces no undefined symbols.
13213no_undefined_flag=$lt_no_undefined_flag
13214
13215# Flag to hardcode \$libdir into a binary during linking.
13216# This must work even if \$libdir does not exist
13217hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13218
13219# If ld is used when linking, flag to hardcode \$libdir into a binary
13220# during linking. This must work even if \$libdir does not exist.
13221hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13222
13223# Whether we need a single "-rpath" flag with a separated argument.
13224hardcode_libdir_separator=$lt_hardcode_libdir_separator
13225
13226# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13227# DIR into the resulting binary.
13228hardcode_direct=$hardcode_direct
13229
13230# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13231# DIR into the resulting binary and the resulting library dependency is
13232# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13233# library is relocated.
13234hardcode_direct_absolute=$hardcode_direct_absolute
13235
13236# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13237# into the resulting binary.
13238hardcode_minus_L=$hardcode_minus_L
13239
13240# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13241# into the resulting binary.
13242hardcode_shlibpath_var=$hardcode_shlibpath_var
13243
13244# Set to "yes" if building a shared library automatically hardcodes DIR
13245# into the library and all subsequent libraries and executables linked
13246# against it.
13247hardcode_automatic=$hardcode_automatic
13248
13249# Set to yes if linker adds runtime paths of dependent libraries
13250# to runtime path list.
13251inherit_rpath=$inherit_rpath
13252
13253# Whether libtool must link a program against all its dependency libraries.
13254link_all_deplibs=$link_all_deplibs
13255
13256# Fix the shell variable \$srcfile for the compiler.
13257fix_srcfile_path=$lt_fix_srcfile_path
13258
13259# Set to "yes" if exported symbols are required.
13260always_export_symbols=$always_export_symbols
13261
13262# The commands to list exported symbols.
13263export_symbols_cmds=$lt_export_symbols_cmds
13264
13265# Symbols that should not be listed in the preloaded symbols.
13266exclude_expsyms=$lt_exclude_expsyms
13267
13268# Symbols that must always be exported.
13269include_expsyms=$lt_include_expsyms
13270
13271# Commands necessary for linking programs (against libraries) with templates.
13272prelink_cmds=$lt_prelink_cmds
13273
13274# Specify filename containing input files.
13275file_list_spec=$lt_file_list_spec
13276
13277# How to hardcode a shared library path into an executable.
13278hardcode_action=$hardcode_action
13279
13280# ### END LIBTOOL CONFIG
13281
13282_LT_EOF
13283
13284 case $host_os in
13285 aix3*)
13286 cat <<\_LT_EOF >> "$cfgfile"
13287# AIX sometimes has problems with the GCC collect2 program. For some
13288# reason, if we set the COLLECT_NAMES environment variable, the problems
13289# vanish in a puff of smoke.
13290if test "X${COLLECT_NAMES+set}" != Xset; then
13291 COLLECT_NAMES=
13292 export COLLECT_NAMES
13293fi
13294_LT_EOF
13295 ;;
13296 esac
13297
13298
13299ltmain="$ac_aux_dir/ltmain.sh"
13300
13301
13302 # We use sed instead of cat because bash on DJGPP gets confused if
13303 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13304 # text mode, it properly converts lines to CR/LF. This bash problem
13305 # is reportedly fixed, but why not run on old versions too?
13306 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13307 || (rm -f "$cfgfile"; exit 1)
13308
13309 case $xsi_shell in
13310 yes)
13311 cat << \_LT_EOF >> "$cfgfile"
13312
13313# func_dirname file append nondir_replacement
13314# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13315# otherwise set result to NONDIR_REPLACEMENT.
13316func_dirname ()
13317{
13318 case ${1} in
13319 */*) func_dirname_result="${1%/*}${2}" ;;
13320 * ) func_dirname_result="${3}" ;;
13321 esac
13322}
13323
13324# func_basename file
13325func_basename ()
13326{
13327 func_basename_result="${1##*/}"
13328}
13329
13330# func_dirname_and_basename file append nondir_replacement
13331# perform func_basename and func_dirname in a single function
13332# call:
13333# dirname: Compute the dirname of FILE. If nonempty,
13334# add APPEND to the result, otherwise set result
13335# to NONDIR_REPLACEMENT.
13336# value returned in "$func_dirname_result"
13337# basename: Compute filename of FILE.
13338# value retuned in "$func_basename_result"
13339# Implementation must be kept synchronized with func_dirname
13340# and func_basename. For efficiency, we do not delegate to
13341# those functions but instead duplicate the functionality here.
13342func_dirname_and_basename ()
13343{
13344 case ${1} in
13345 */*) func_dirname_result="${1%/*}${2}" ;;
13346 * ) func_dirname_result="${3}" ;;
13347 esac
13348 func_basename_result="${1##*/}"
13349}
13350
13351# func_stripname prefix suffix name
13352# strip PREFIX and SUFFIX off of NAME.
13353# PREFIX and SUFFIX must not contain globbing or regex special
13354# characters, hashes, percent signs, but SUFFIX may contain a leading
13355# dot (in which case that matches only a dot).
13356func_stripname ()
13357{
13358 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13359 # positional parameters, so assign one to ordinary parameter first.
13360 func_stripname_result=${3}
13361 func_stripname_result=${func_stripname_result#"${1}"}
13362 func_stripname_result=${func_stripname_result%"${2}"}
13363}
13364
13365# func_opt_split
13366func_opt_split ()
13367{
13368 func_opt_split_opt=${1%%=*}
13369 func_opt_split_arg=${1#*=}
13370}
13371
13372# func_lo2o object
13373func_lo2o ()
13374{
13375 case ${1} in
13376 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13377 *) func_lo2o_result=${1} ;;
13378 esac
13379}
13380
13381# func_xform libobj-or-source
13382func_xform ()
13383{
13384 func_xform_result=${1%.*}.lo
13385}
13386
13387# func_arith arithmetic-term...
13388func_arith ()
13389{
13390 func_arith_result=$(( $* ))
13391}
13392
13393# func_len string
13394# STRING may not start with a hyphen.
13395func_len ()
13396{
13397 func_len_result=${#1}
13398}
13399
13400_LT_EOF
13401 ;;
13402 *) # Bourne compatible functions.
13403 cat << \_LT_EOF >> "$cfgfile"
13404
13405# func_dirname file append nondir_replacement
13406# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13407# otherwise set result to NONDIR_REPLACEMENT.
13408func_dirname ()
13409{
13410 # Extract subdirectory from the argument.
13411 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13412 if test "X$func_dirname_result" = "X${1}"; then
13413 func_dirname_result="${3}"
13414 else
13415 func_dirname_result="$func_dirname_result${2}"
13416 fi
13417}
13418
13419# func_basename file
13420func_basename ()
13421{
13422 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13423}
13424
13425
13426# func_stripname prefix suffix name
13427# strip PREFIX and SUFFIX off of NAME.
13428# PREFIX and SUFFIX must not contain globbing or regex special
13429# characters, hashes, percent signs, but SUFFIX may contain a leading
13430# dot (in which case that matches only a dot).
13431# func_strip_suffix prefix name
13432func_stripname ()
13433{
13434 case ${2} in
13435 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13436 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13437 esac
13438}
13439
13440# sed scripts:
13441my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13442my_sed_long_arg='1s/^-[^=]*=//'
13443
13444# func_opt_split
13445func_opt_split ()
13446{
13447 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13448 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13449}
13450
13451# func_lo2o object
13452func_lo2o ()
13453{
13454 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13455}
13456
13457# func_xform libobj-or-source
13458func_xform ()
13459{
13460 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13461}
13462
13463# func_arith arithmetic-term...
13464func_arith ()
13465{
13466 func_arith_result=`expr "$@"`
13467}
13468
13469# func_len string
13470# STRING may not start with a hyphen.
13471func_len ()
13472{
13473 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13474}
13475
13476_LT_EOF
13477esac
13478
13479case $lt_shell_append in
13480 yes)
13481 cat << \_LT_EOF >> "$cfgfile"
13482
13483# func_append var value
13484# Append VALUE to the end of shell variable VAR.
13485func_append ()
13486{
13487 eval "$1+=\$2"
13488}
13489_LT_EOF
13490 ;;
13491 *)
13492 cat << \_LT_EOF >> "$cfgfile"
13493
13494# func_append var value
13495# Append VALUE to the end of shell variable VAR.
13496func_append ()
13497{
13498 eval "$1=\$$1\$2"
13499}
13500
13501_LT_EOF
13502 ;;
13503 esac
13504
13505
13506 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13507 || (rm -f "$cfgfile"; exit 1)
13508
13509 mv -f "$cfgfile" "$ofile" ||
13510 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13511 chmod +x "$ofile"
13512
13513 ;;
81ecdfbb 13514 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13515 rm -f Makesim1.tmp Makesim2.tmp Makefile
13516 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13517 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13518 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
13519 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13520 <Makefile.sim >Makefile
38f48d72 13521 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13522 ;;
81ecdfbb
RW
13523 "stamp-h":C) echo > stamp-h ;;
13524
b7026657 13525 esac
81ecdfbb 13526done # for ac_tag
c906108c 13527
b7026657 13528
81ecdfbb 13529as_fn_exit 0
b7026657 13530_ACEOF
b7026657
AC
13531ac_clean_files=$ac_clean_files_save
13532
81ecdfbb 13533test $ac_write_fail = 0 ||
d0ac1c44 13534 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13535
b7026657
AC
13536
13537# configure is writing to config.log, and then calls config.status.
13538# config.status does its own redirection, appending to config.log.
13539# Unfortunately, on DOS this fails, as config.log is still kept open
13540# by configure, so config.status won't be able to write to it; its
13541# output is simply discarded. So we exec the FD to /dev/null,
13542# effectively closing config.log, so it can be properly (re)opened and
13543# appended to by config.status. When coming back to configure, we
13544# need to make the FD available again.
13545if test "$no_create" != yes; then
13546 ac_cs_success=:
13547 ac_config_status_args=
13548 test "$silent" = yes &&
13549 ac_config_status_args="$ac_config_status_args --quiet"
13550 exec 5>/dev/null
13551 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13552 exec 5>>config.log
13553 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13554 # would make configure fail if this is the last instruction.
d0ac1c44 13555 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13556fi
13557if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13558 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13559$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13560fi
c906108c
SS
13561
13562