]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/erc32/configure
sim: unify debug/stdio/trace/profile build settings
[thirdparty/binutils-gdb.git] / sim / erc32 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
c906108c 410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
c906108c 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 471
c906108c 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b 634sim_reserved_bits
760b3e8b
MF
635sim_default_model
636sim_scache
637sim_float
638sim_endian
639sim_bitsize
640sim_alignment
81ecdfbb 641cgen_breaks
2694bce9 642READLINE_CFLAGS
81ecdfbb
RW
643READLINE
644TERMCAP
645REPORT_BUGS_TEXI
646REPORT_BUGS_TO
647PKGVERSION
81ecdfbb 648MAINT
31e6ad7d
MF
649MAINTAINER_MODE_FALSE
650MAINTAINER_MODE_TRUE
6bb11ab3
L
651lt_cv_dlopen_libs
652OTOOL64
653OTOOL
654LIPO
655NMEDIT
656DSYMUTIL
657AWK
658STRIP
659OBJDUMP
660LN_S
661NM
662ac_ct_DUMPBIN
663DUMPBIN
664LD
665FGREP
666SED
667LIBTOOL
668PLUGINS_FALSE
669PLUGINS_TRUE
aadc9410
MF
670zlibinc
671zlibdir
81ecdfbb
RW
672CATOBJEXT
673GENCAT
674INSTOBJEXT
675DATADIRNAME
676CATALOGS
677POSUB
678GMSGFMT
679XGETTEXT
680INCINTL
681LIBINTL_DEP
682LIBINTL
683USE_NLS
db2e4d67
MF
684CCDEPMODE
685DEPDIR
686am__leading_dot
5f3ef9d0 687PACKAGE
46f900c0 688C_DIALECT
81ecdfbb
RW
689RANLIB
690AR
c2783492 691LDFLAGS_FOR_BUILD
c25ea03d 692CFLAGS_FOR_BUILD
aa0fca16 693RANLIB_FOR_BUILD
81ecdfbb 694CC_FOR_BUILD
aa0fca16 695AR_FOR_BUILD
81ecdfbb
RW
696INSTALL_DATA
697INSTALL_SCRIPT
698INSTALL_PROGRAM
2232061b
MF
699EGREP
700GREP
c2783492
MF
701CPP
702OBJEXT
703EXEEXT
704ac_ct_CC
705CPPFLAGS
706LDFLAGS
707CFLAGS
708CC
81ecdfbb
RW
709target_os
710target_vendor
711target_cpu
712target
713host_os
714host_vendor
715host_cpu
716host
717build_os
718build_vendor
719build_cpu
720build
81ecdfbb
RW
721target_alias
722host_alias
723build_alias
724LIBS
725ECHO_T
726ECHO_N
727ECHO_C
728DEFS
729mandir
730localedir
731libdir
732psdir
733pdfdir
734dvidir
735htmldir
736infodir
737docdir
738oldincludedir
739includedir
740localstatedir
741sharedstatedir
742sysconfdir
743datadir
744datarootdir
745libexecdir
746sbindir
747bindir
748program_transform_name
749prefix
750exec_prefix
751PACKAGE_URL
752PACKAGE_BUGREPORT
753PACKAGE_STRING
754PACKAGE_VERSION
755PACKAGE_TARNAME
756PACKAGE_NAME
757PATH_SEPARATOR
136da8cd
MF
758SHELL
759WERROR_CFLAGS
760WARN_CFLAGS
66d055c7
MF
761sim_inline
762sim_hw
763sim_hw_objs
764sim_hw_cflags'
b7026657 765ac_subst_files=''
81ecdfbb
RW
766ac_user_opts='
767enable_option_checking
aadc9410 768with_system_zlib
6bb11ab3
L
769enable_plugins
770enable_shared
771enable_static
772with_pic
773enable_fast_install
774with_gnu_ld
775enable_libtool_lock
81ecdfbb 776enable_maintainer_mode
347fe5bb 777enable_sim_inline
81ecdfbb
RW
778with_pkgversion
779with_bugurl
5c1008a4
MF
780enable_werror
781enable_build_warnings
782enable_sim_build_warnings
66d055c7 783enable_sim_hardware
81ecdfbb
RW
784'
785 ac_precious_vars='build_alias
786host_alias
787target_alias
788CC
789CFLAGS
790LDFLAGS
791LIBS
792CPPFLAGS
793CPP'
794
c906108c
SS
795
796# Initialize some variables set by options.
b7026657
AC
797ac_init_help=
798ac_init_version=false
81ecdfbb
RW
799ac_unrecognized_opts=
800ac_unrecognized_sep=
c906108c
SS
801# The variables have the same names as the options, with
802# dashes changed to underlines.
b7026657 803cache_file=/dev/null
c906108c 804exec_prefix=NONE
c906108c 805no_create=
c906108c
SS
806no_recursion=
807prefix=NONE
808program_prefix=NONE
809program_suffix=NONE
810program_transform_name=s,x,x,
811silent=
812site=
813srcdir=
c906108c
SS
814verbose=
815x_includes=NONE
816x_libraries=NONE
b7026657
AC
817
818# Installation directory options.
819# These are left unexpanded so users can "make install exec_prefix=/foo"
820# and all the variables that are supposed to be based on exec_prefix
821# by default will actually change.
822# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 823# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
824bindir='${exec_prefix}/bin'
825sbindir='${exec_prefix}/sbin'
826libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
827datarootdir='${prefix}/share'
828datadir='${datarootdir}'
c906108c
SS
829sysconfdir='${prefix}/etc'
830sharedstatedir='${prefix}/com'
831localstatedir='${prefix}/var'
c906108c
SS
832includedir='${prefix}/include'
833oldincludedir='/usr/include'
81ecdfbb
RW
834docdir='${datarootdir}/doc/${PACKAGE}'
835infodir='${datarootdir}/info'
836htmldir='${docdir}'
837dvidir='${docdir}'
838pdfdir='${docdir}'
839psdir='${docdir}'
840libdir='${exec_prefix}/lib'
841localedir='${datarootdir}/locale'
842mandir='${datarootdir}/man'
c906108c 843
c906108c 844ac_prev=
81ecdfbb 845ac_dashdash=
c906108c
SS
846for ac_option
847do
c906108c
SS
848 # If the previous option needs an argument, assign it.
849 if test -n "$ac_prev"; then
81ecdfbb 850 eval $ac_prev=\$ac_option
c906108c
SS
851 ac_prev=
852 continue
853 fi
854
81ecdfbb 855 case $ac_option in
d0ac1c44
SM
856 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
857 *=) ac_optarg= ;;
858 *) ac_optarg=yes ;;
81ecdfbb 859 esac
c906108c
SS
860
861 # Accept the important Cygnus configure options, so we can diagnose typos.
862
81ecdfbb
RW
863 case $ac_dashdash$ac_option in
864 --)
865 ac_dashdash=yes ;;
c906108c
SS
866
867 -bindir | --bindir | --bindi | --bind | --bin | --bi)
868 ac_prev=bindir ;;
869 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 870 bindir=$ac_optarg ;;
c906108c
SS
871
872 -build | --build | --buil | --bui | --bu)
b7026657 873 ac_prev=build_alias ;;
c906108c 874 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 875 build_alias=$ac_optarg ;;
c906108c
SS
876
877 -cache-file | --cache-file | --cache-fil | --cache-fi \
878 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
879 ac_prev=cache_file ;;
880 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
881 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
882 cache_file=$ac_optarg ;;
883
884 --config-cache | -C)
885 cache_file=config.cache ;;
c906108c 886
81ecdfbb 887 -datadir | --datadir | --datadi | --datad)
c906108c 888 ac_prev=datadir ;;
81ecdfbb 889 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 890 datadir=$ac_optarg ;;
c906108c 891
81ecdfbb
RW
892 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
893 | --dataroo | --dataro | --datar)
894 ac_prev=datarootdir ;;
895 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
896 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
897 datarootdir=$ac_optarg ;;
898
c906108c 899 -disable-* | --disable-*)
81ecdfbb 900 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 901 # Reject names that are not valid shell variable names.
81ecdfbb 902 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 903 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
904 ac_useropt_orig=$ac_useropt
905 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
906 case $ac_user_opts in
907 *"
908"enable_$ac_useropt"
909"*) ;;
910 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
911 ac_unrecognized_sep=', ';;
912 esac
913 eval enable_$ac_useropt=no ;;
914
915 -docdir | --docdir | --docdi | --doc | --do)
916 ac_prev=docdir ;;
917 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
918 docdir=$ac_optarg ;;
919
920 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
921 ac_prev=dvidir ;;
922 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
923 dvidir=$ac_optarg ;;
c906108c
SS
924
925 -enable-* | --enable-*)
81ecdfbb 926 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 927 # Reject names that are not valid shell variable names.
81ecdfbb 928 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 929 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
930 ac_useropt_orig=$ac_useropt
931 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
932 case $ac_user_opts in
933 *"
934"enable_$ac_useropt"
935"*) ;;
936 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
937 ac_unrecognized_sep=', ';;
c906108c 938 esac
81ecdfbb 939 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
940
941 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
942 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
943 | --exec | --exe | --ex)
944 ac_prev=exec_prefix ;;
945 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
946 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
947 | --exec=* | --exe=* | --ex=*)
b7026657 948 exec_prefix=$ac_optarg ;;
c906108c
SS
949
950 -gas | --gas | --ga | --g)
951 # Obsolete; use --with-gas.
952 with_gas=yes ;;
953
b7026657
AC
954 -help | --help | --hel | --he | -h)
955 ac_init_help=long ;;
956 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
957 ac_init_help=recursive ;;
958 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
959 ac_init_help=short ;;
c906108c
SS
960
961 -host | --host | --hos | --ho)
b7026657 962 ac_prev=host_alias ;;
c906108c 963 -host=* | --host=* | --hos=* | --ho=*)
b7026657 964 host_alias=$ac_optarg ;;
c906108c 965
81ecdfbb
RW
966 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
967 ac_prev=htmldir ;;
968 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
969 | --ht=*)
970 htmldir=$ac_optarg ;;
971
c906108c
SS
972 -includedir | --includedir | --includedi | --included | --include \
973 | --includ | --inclu | --incl | --inc)
974 ac_prev=includedir ;;
975 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
976 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 977 includedir=$ac_optarg ;;
c906108c
SS
978
979 -infodir | --infodir | --infodi | --infod | --info | --inf)
980 ac_prev=infodir ;;
981 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 982 infodir=$ac_optarg ;;
c906108c
SS
983
984 -libdir | --libdir | --libdi | --libd)
985 ac_prev=libdir ;;
986 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 987 libdir=$ac_optarg ;;
c906108c
SS
988
989 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
990 | --libexe | --libex | --libe)
991 ac_prev=libexecdir ;;
992 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
993 | --libexe=* | --libex=* | --libe=*)
b7026657 994 libexecdir=$ac_optarg ;;
c906108c 995
81ecdfbb
RW
996 -localedir | --localedir | --localedi | --localed | --locale)
997 ac_prev=localedir ;;
998 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
999 localedir=$ac_optarg ;;
1000
c906108c 1001 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1002 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1003 ac_prev=localstatedir ;;
1004 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1005 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1006 localstatedir=$ac_optarg ;;
c906108c
SS
1007
1008 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1009 ac_prev=mandir ;;
1010 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1011 mandir=$ac_optarg ;;
c906108c
SS
1012
1013 -nfp | --nfp | --nf)
1014 # Obsolete; use --without-fp.
1015 with_fp=no ;;
1016
1017 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1018 | --no-cr | --no-c | -n)
c906108c
SS
1019 no_create=yes ;;
1020
1021 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1022 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1023 no_recursion=yes ;;
1024
1025 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1026 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1027 | --oldin | --oldi | --old | --ol | --o)
1028 ac_prev=oldincludedir ;;
1029 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1030 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1031 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1032 oldincludedir=$ac_optarg ;;
c906108c
SS
1033
1034 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1035 ac_prev=prefix ;;
1036 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1037 prefix=$ac_optarg ;;
c906108c
SS
1038
1039 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1040 | --program-pre | --program-pr | --program-p)
1041 ac_prev=program_prefix ;;
1042 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1043 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1044 program_prefix=$ac_optarg ;;
c906108c
SS
1045
1046 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1047 | --program-suf | --program-su | --program-s)
1048 ac_prev=program_suffix ;;
1049 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1050 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1051 program_suffix=$ac_optarg ;;
c906108c
SS
1052
1053 -program-transform-name | --program-transform-name \
1054 | --program-transform-nam | --program-transform-na \
1055 | --program-transform-n | --program-transform- \
1056 | --program-transform | --program-transfor \
1057 | --program-transfo | --program-transf \
1058 | --program-trans | --program-tran \
1059 | --progr-tra | --program-tr | --program-t)
1060 ac_prev=program_transform_name ;;
1061 -program-transform-name=* | --program-transform-name=* \
1062 | --program-transform-nam=* | --program-transform-na=* \
1063 | --program-transform-n=* | --program-transform-=* \
1064 | --program-transform=* | --program-transfor=* \
1065 | --program-transfo=* | --program-transf=* \
1066 | --program-trans=* | --program-tran=* \
1067 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1068 program_transform_name=$ac_optarg ;;
c906108c 1069
81ecdfbb
RW
1070 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1071 ac_prev=pdfdir ;;
1072 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1073 pdfdir=$ac_optarg ;;
1074
1075 -psdir | --psdir | --psdi | --psd | --ps)
1076 ac_prev=psdir ;;
1077 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1078 psdir=$ac_optarg ;;
1079
c906108c
SS
1080 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1081 | -silent | --silent | --silen | --sile | --sil)
1082 silent=yes ;;
1083
1084 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1085 ac_prev=sbindir ;;
1086 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1087 | --sbi=* | --sb=*)
b7026657 1088 sbindir=$ac_optarg ;;
c906108c
SS
1089
1090 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1091 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1092 | --sharedst | --shareds | --shared | --share | --shar \
1093 | --sha | --sh)
1094 ac_prev=sharedstatedir ;;
1095 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1096 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1097 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1098 | --sha=* | --sh=*)
b7026657 1099 sharedstatedir=$ac_optarg ;;
c906108c
SS
1100
1101 -site | --site | --sit)
1102 ac_prev=site ;;
1103 -site=* | --site=* | --sit=*)
b7026657 1104 site=$ac_optarg ;;
eb2d80b4 1105
c906108c
SS
1106 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1107 ac_prev=srcdir ;;
1108 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1109 srcdir=$ac_optarg ;;
c906108c
SS
1110
1111 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1112 | --syscon | --sysco | --sysc | --sys | --sy)
1113 ac_prev=sysconfdir ;;
1114 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1115 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1116 sysconfdir=$ac_optarg ;;
c906108c
SS
1117
1118 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1119 ac_prev=target_alias ;;
c906108c 1120 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1121 target_alias=$ac_optarg ;;
c906108c
SS
1122
1123 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1124 verbose=yes ;;
1125
b7026657
AC
1126 -version | --version | --versio | --versi | --vers | -V)
1127 ac_init_version=: ;;
c906108c
SS
1128
1129 -with-* | --with-*)
81ecdfbb 1130 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1131 # Reject names that are not valid shell variable names.
81ecdfbb 1132 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1133 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1134 ac_useropt_orig=$ac_useropt
1135 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1136 case $ac_user_opts in
1137 *"
1138"with_$ac_useropt"
1139"*) ;;
1140 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1141 ac_unrecognized_sep=', ';;
c906108c 1142 esac
81ecdfbb 1143 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1144
1145 -without-* | --without-*)
81ecdfbb 1146 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1147 # Reject names that are not valid shell variable names.
81ecdfbb 1148 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1149 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1150 ac_useropt_orig=$ac_useropt
1151 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1152 case $ac_user_opts in
1153 *"
1154"with_$ac_useropt"
1155"*) ;;
1156 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1157 ac_unrecognized_sep=', ';;
1158 esac
1159 eval with_$ac_useropt=no ;;
c906108c
SS
1160
1161 --x)
1162 # Obsolete; use --with-x.
1163 with_x=yes ;;
1164
1165 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1166 | --x-incl | --x-inc | --x-in | --x-i)
1167 ac_prev=x_includes ;;
1168 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1169 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1170 x_includes=$ac_optarg ;;
c906108c
SS
1171
1172 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1173 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1174 ac_prev=x_libraries ;;
1175 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1176 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1177 x_libraries=$ac_optarg ;;
c906108c 1178
d0ac1c44
SM
1179 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1180Try \`$0 --help' for more information"
c906108c
SS
1181 ;;
1182
b7026657
AC
1183 *=*)
1184 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1185 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1186 case $ac_envvar in #(
1187 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1188 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1189 esac
1190 eval $ac_envvar=\$ac_optarg
b7026657
AC
1191 export $ac_envvar ;;
1192
c906108c 1193 *)
b7026657 1194 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1195 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1196 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1197 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1198 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1199 ;;
1200
1201 esac
1202done
1203
1204if test -n "$ac_prev"; then
b7026657 1205 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1206 as_fn_error $? "missing argument to $ac_option"
c906108c 1207fi
c906108c 1208
81ecdfbb
RW
1209if test -n "$ac_unrecognized_opts"; then
1210 case $enable_option_checking in
1211 no) ;;
d0ac1c44 1212 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1213 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1214 esac
81ecdfbb 1215fi
c906108c 1216
81ecdfbb
RW
1217# Check all directory arguments for consistency.
1218for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1219 datadir sysconfdir sharedstatedir localstatedir includedir \
1220 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1221 libdir localedir mandir
c906108c 1222do
81ecdfbb
RW
1223 eval ac_val=\$$ac_var
1224 # Remove trailing slashes.
1225 case $ac_val in
1226 */ )
1227 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1228 eval $ac_var=\$ac_val;;
1229 esac
1230 # Be sure to have absolute directory names.
b7026657 1231 case $ac_val in
81ecdfbb
RW
1232 [\\/$]* | ?:[\\/]* ) continue;;
1233 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1234 esac
d0ac1c44 1235 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1236done
1237
b7026657
AC
1238# There might be people who depend on the old broken behavior: `$host'
1239# used to hold the argument of --host etc.
1240# FIXME: To remove some day.
1241build=$build_alias
1242host=$host_alias
1243target=$target_alias
1244
1245# FIXME: To remove some day.
1246if test "x$host_alias" != x; then
1247 if test "x$build_alias" = x; then
1248 cross_compiling=maybe
b7026657
AC
1249 elif test "x$build_alias" != "x$host_alias"; then
1250 cross_compiling=yes
1251 fi
1252fi
c906108c 1253
b7026657
AC
1254ac_tool_prefix=
1255test -n "$host_alias" && ac_tool_prefix=$host_alias-
1256
1257test "$silent" = yes && exec 6>/dev/null
c906108c 1258
c906108c 1259
81ecdfbb
RW
1260ac_pwd=`pwd` && test -n "$ac_pwd" &&
1261ac_ls_di=`ls -di .` &&
1262ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1263 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1264test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1265 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1266
1267
c906108c
SS
1268# Find the source files, if location was not specified.
1269if test -z "$srcdir"; then
1270 ac_srcdir_defaulted=yes
81ecdfbb
RW
1271 # Try the directory containing this script, then the parent directory.
1272 ac_confdir=`$as_dirname -- "$as_myself" ||
1273$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1274 X"$as_myself" : 'X\(//\)[^/]' \| \
1275 X"$as_myself" : 'X\(//\)$' \| \
1276 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1277$as_echo X"$as_myself" |
1278 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1279 s//\1/
1280 q
1281 }
1282 /^X\(\/\/\)[^/].*/{
1283 s//\1/
1284 q
1285 }
1286 /^X\(\/\/\)$/{
1287 s//\1/
1288 q
1289 }
1290 /^X\(\/\).*/{
1291 s//\1/
1292 q
1293 }
1294 s/.*/./; q'`
c906108c 1295 srcdir=$ac_confdir
81ecdfbb 1296 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1297 srcdir=..
1298 fi
1299else
1300 ac_srcdir_defaulted=no
1301fi
81ecdfbb
RW
1302if test ! -r "$srcdir/$ac_unique_file"; then
1303 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1304 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1305fi
1306ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1307ac_abs_confdir=`(
d0ac1c44 1308 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1309 pwd)`
1310# When building in place, set srcdir=.
1311if test "$ac_abs_confdir" = "$ac_pwd"; then
1312 srcdir=.
1313fi
1314# Remove unnecessary trailing slashes from srcdir.
1315# Double slashes in file names in object file debugging info
1316# mess up M-x gdb in Emacs.
1317case $srcdir in
1318*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1319esac
1320for ac_var in $ac_precious_vars; do
1321 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1322 eval ac_env_${ac_var}_value=\$${ac_var}
1323 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1324 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1325done
c906108c 1326
b7026657
AC
1327#
1328# Report the --help message.
1329#
1330if test "$ac_init_help" = "long"; then
1331 # Omit some internal or obsolete options to make the list less imposing.
1332 # This message is too long to be a string in the A/UX 3.1 sh.
1333 cat <<_ACEOF
1334\`configure' configures this package to adapt to many kinds of systems.
c906108c 1335
b7026657 1336Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1337
b7026657
AC
1338To assign environment variables (e.g., CC, CFLAGS...), specify them as
1339VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1340
b7026657 1341Defaults for the options are specified in brackets.
c906108c 1342
b7026657
AC
1343Configuration:
1344 -h, --help display this help and exit
1345 --help=short display options specific to this package
1346 --help=recursive display the short help of all the included packages
1347 -V, --version display version information and exit
d0ac1c44 1348 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1349 --cache-file=FILE cache test results in FILE [disabled]
1350 -C, --config-cache alias for \`--cache-file=config.cache'
1351 -n, --no-create do not create output files
1352 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1353
b7026657
AC
1354Installation directories:
1355 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1356 [$ac_default_prefix]
b7026657 1357 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1358 [PREFIX]
c906108c 1359
b7026657
AC
1360By default, \`make install' will install all the files in
1361\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1362an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1363for instance \`--prefix=\$HOME'.
c906108c 1364
b7026657
AC
1365For better control, use the options below.
1366
1367Fine tuning of the installation directories:
81ecdfbb
RW
1368 --bindir=DIR user executables [EPREFIX/bin]
1369 --sbindir=DIR system admin executables [EPREFIX/sbin]
1370 --libexecdir=DIR program executables [EPREFIX/libexec]
1371 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1372 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1373 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1374 --libdir=DIR object code libraries [EPREFIX/lib]
1375 --includedir=DIR C header files [PREFIX/include]
1376 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1377 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1378 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1379 --infodir=DIR info documentation [DATAROOTDIR/info]
1380 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1381 --mandir=DIR man documentation [DATAROOTDIR/man]
1382 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1383 --htmldir=DIR html documentation [DOCDIR]
1384 --dvidir=DIR dvi documentation [DOCDIR]
1385 --pdfdir=DIR pdf documentation [DOCDIR]
1386 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1387_ACEOF
1388
1389 cat <<\_ACEOF
1390
1391Program names:
1392 --program-prefix=PREFIX prepend PREFIX to installed program names
1393 --program-suffix=SUFFIX append SUFFIX to installed program names
1394 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1395
1396System types:
1397 --build=BUILD configure for building on BUILD [guessed]
1398 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1399 --target=TARGET configure for building compilers for TARGET [HOST]
1400_ACEOF
c906108c 1401fi
b7026657
AC
1402
1403if test -n "$ac_init_help"; then
1404
1405 cat <<\_ACEOF
1406
1407Optional Features:
81ecdfbb 1408 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1409 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1410 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1411 --enable-plugins Enable support for plugins
6bb11ab3
L
1412 --enable-shared[=PKGS] build shared libraries [default=yes]
1413 --enable-static[=PKGS] build static libraries [default=yes]
1414 --enable-fast-install[=PKGS]
1415 optimize for fast installation [default=yes]
1416 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1417 --enable-maintainer-mode
1418 enable make rules and dependencies not useful (and
1419 sometimes confusing) to the casual installer
347fe5bb
MF
1420 --enable-sim-inline=inlines
1421 Specify which functions should be inlined
5c1008a4
MF
1422 --enable-werror treat compile warnings as errors
1423 --enable-build-warnings enable build-time compiler warnings if gcc is used
1424 --enable-sim-build-warnings
1425 enable SIM specific build-time compiler warnings if
1426 gcc is used
66d055c7
MF
1427 --enable-sim-hardware=LIST
1428 Specify the hardware to be included in the build.
b7026657 1429
6efef468
JM
1430Optional Packages:
1431 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1432 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1433 --with-system-zlib use installed libz
6bb11ab3
L
1434 --with-pic try to use only PIC/non-PIC objects [default=use
1435 both]
1436 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1437 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1438 --with-bugurl=URL Direct users to URL to report a bug
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
AC
1510 done
1511fi
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 1603} # ac_fn_c_try_cpp
b7026657 1604
81ecdfbb
RW
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' ;;
5cddc23a 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
MF
6889ac_config_headers="$ac_config_headers config.h:config.in"
6890
6891
6bb11ab3
L
6892# Some of the common include files depend on bfd.h, and bfd.h checks
6893# that config.h is included first by testing that the PACKAGE macro
6894# is defined.
6895PACKAGE=sim
6896
6897cat >>confdefs.h <<_ACEOF
6898#define PACKAGE "$PACKAGE"
6899_ACEOF
6900
6901
6902
6903# Dependency checking.
6904ac_config_commands="$ac_config_commands depdir"
6905
6906
6907depcc="$CC" am_compiler_list=
6908
6909am_depcomp=$ac_aux_dir/depcomp
6910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6911$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6912if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6913 $as_echo_n "(cached) " >&6
6914else
6915 if test -f "$am_depcomp"; then
6916 # We make a subdir and do the tests there. Otherwise we can end up
6917 # making bogus files that we don't know about and never remove. For
6918 # instance it was reported that on HP-UX the gcc test will end up
6919 # making a dummy file named `D' -- because `-MD' means `put the output
6920 # in D'.
6921 mkdir conftest.dir
6922 # Copy depcomp to subdir because otherwise we won't find it if we're
6923 # using a relative directory.
6924 cp "$am_depcomp" conftest.dir
6925 cd conftest.dir
6926 # We will build objects and dependencies in a subdirectory because
6927 # it helps to detect inapplicable dependency modes. For instance
6928 # both Tru64's cc and ICC support -MD to output dependencies as a
6929 # side effect of compilation, but ICC will put the dependencies in
6930 # the current directory while Tru64 will put them in the object
6931 # directory.
6932 mkdir sub
6933
6934 am_cv_CC_dependencies_compiler_type=none
6935 if test "$am_compiler_list" = ""; then
6936 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6937 fi
6938 for depmode in $am_compiler_list; do
6939 if test $depmode = none; then break; fi
6940
6941 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6942 # Setup a source with many dependencies, because some compilers
6943 # like to wrap large dependency lists on column 80 (with \), and
6944 # we should not choose a depcomp mode which is confused by this.
6945 #
6946 # We need to recreate these files for each test, as the compiler may
6947 # overwrite some of them when testing with obscure command lines.
6948 # This happens at least with the AIX C compiler.
6949 : > sub/conftest.c
6950 for i in 1 2 3 4 5 6; do
6951 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6952 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6953 # Solaris 8's {/usr,}/bin/sh.
6954 touch sub/conftst$i.h
6955 done
6956 echo "include sub/conftest.Po" > confmf
6957
6958 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6959 # mode. It turns out that the SunPro C++ compiler does not properly
6960 # handle `-M -o', and we need to detect this.
6961 depcmd="depmode=$depmode \
6962 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6963 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6964 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6965 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6966 if env $depcmd > conftest.err 2>&1 &&
6967 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6968 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6969 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6970 # icc doesn't choke on unknown options, it will just issue warnings
6971 # or remarks (even with -Werror). So we grep stderr for any message
6972 # that says an option was ignored or not supported.
6973 # When given -MP, icc 7.0 and 7.1 complain thusly:
6974 # icc: Command line warning: ignoring option '-M'; no argument required
6975 # The diagnosis changed in icc 8.0:
6976 # icc: Command line remark: option '-MP' not supported
6977 if (grep 'ignoring option' conftest.err ||
6978 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6979 am_cv_CC_dependencies_compiler_type=$depmode
6980 $as_echo "$as_me:$LINENO: success" >&5
6981 break
6982 fi
6983 fi
6984 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6985 sed -e 's/^/| /' < conftest.err >&5
6986 done
6987
6988 cd ..
6989 rm -rf conftest.dir
6990else
6991 am_cv_CC_dependencies_compiler_type=none
6992fi
6993
6994fi
6995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6996$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6997if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6998then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6999else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7000
7001fi
7002
7003
6bb11ab3
L
7004ALL_LINGUAS=
7005# If we haven't got the data from the intl directory,
7006# assume NLS is disabled.
7007USE_NLS=no
7008LIBINTL=
7009LIBINTL_DEP=
7010INCINTL=
7011XGETTEXT=
7012GMSGFMT=
7013POSUB=
7014
7015if test -f ../../intl/config.intl; then
7016 . ../../intl/config.intl
7017fi
7018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7019$as_echo_n "checking whether NLS is requested... " >&6; }
7020if test x"$USE_NLS" != xyes; then
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7022$as_echo "no" >&6; }
7023else
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7025$as_echo "yes" >&6; }
7026
7027$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7028
7029
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7031$as_echo_n "checking for catalogs to be installed... " >&6; }
7032 # Look for .po and .gmo files in the source directory.
7033 CATALOGS=
7034 XLINGUAS=
7035 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7036 # If there aren't any .gmo files the shell will give us the
7037 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7038 # weeded out.
7039 case "$cat" in *\**)
7040 continue;;
7041 esac
7042 # The quadruple backslash is collapsed to a double backslash
7043 # by the backticks, then collapsed again by the double quotes,
7044 # leaving us with one backslash in the sed expression (right
7045 # before the dot that mustn't act as a wildcard).
7046 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7047 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7048 # The user is allowed to set LINGUAS to a list of languages to
7049 # install catalogs for. If it's empty that means "all of them."
7050 if test "x$LINGUAS" = x; then
7051 CATALOGS="$CATALOGS $cat"
7052 XLINGUAS="$XLINGUAS $lang"
7053 else
7054 case "$LINGUAS" in *$lang*)
7055 CATALOGS="$CATALOGS $cat"
7056 XLINGUAS="$XLINGUAS $lang"
7057 ;;
7058 esac
7059 fi
7060 done
7061 LINGUAS="$XLINGUAS"
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7063$as_echo "$LINGUAS" >&6; }
7064
7065
7066 DATADIRNAME=share
7067
7068 INSTOBJEXT=.mo
7069
7070 GENCAT=gencat
7071
7072 CATOBJEXT=.gmo
7073
7074fi
7075
6bb11ab3
L
7076# Check for socket libraries
7077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7078$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7079if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7080 $as_echo_n "(cached) " >&6
7081else
7082 ac_check_lib_save_LIBS=$LIBS
7083LIBS="-lsocket $LIBS"
7084cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7085/* end confdefs.h. */
7086
7087/* Override any GCC internal prototype to avoid an error.
7088 Use char because int might match the return type of a GCC
7089 builtin and then its argument prototype would still apply. */
7090#ifdef __cplusplus
7091extern "C"
7092#endif
7093char bind ();
7094int
7095main ()
7096{
7097return bind ();
7098 ;
7099 return 0;
7100}
7101_ACEOF
7102if ac_fn_c_try_link "$LINENO"; then :
7103 ac_cv_lib_socket_bind=yes
7104else
7105 ac_cv_lib_socket_bind=no
7106fi
7107rm -f core conftest.err conftest.$ac_objext \
7108 conftest$ac_exeext conftest.$ac_ext
7109LIBS=$ac_check_lib_save_LIBS
7110fi
7111{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7112$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7113if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7114 cat >>confdefs.h <<_ACEOF
7115#define HAVE_LIBSOCKET 1
7116_ACEOF
7117
7118 LIBS="-lsocket $LIBS"
7119
7120fi
7121
7122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7123$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7124if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7125 $as_echo_n "(cached) " >&6
7126else
7127 ac_check_lib_save_LIBS=$LIBS
7128LIBS="-lnsl $LIBS"
7129cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7130/* end confdefs.h. */
7131
7132/* Override any GCC internal prototype to avoid an error.
7133 Use char because int might match the return type of a GCC
7134 builtin and then its argument prototype would still apply. */
7135#ifdef __cplusplus
7136extern "C"
7137#endif
7138char gethostbyname ();
7139int
7140main ()
7141{
7142return gethostbyname ();
7143 ;
7144 return 0;
7145}
7146_ACEOF
7147if ac_fn_c_try_link "$LINENO"; then :
7148 ac_cv_lib_nsl_gethostbyname=yes
7149else
7150 ac_cv_lib_nsl_gethostbyname=no
7151fi
7152rm -f core conftest.err conftest.$ac_objext \
7153 conftest$ac_exeext conftest.$ac_ext
7154LIBS=$ac_check_lib_save_LIBS
7155fi
7156{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7157$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7158if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7159 cat >>confdefs.h <<_ACEOF
7160#define HAVE_LIBNSL 1
7161_ACEOF
7162
7163 LIBS="-lnsl $LIBS"
7164
7165fi
7166
7167
7168# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7169# using the same condition.
7170
aadc9410 7171 # Use the system's zlib library.
7fed4b0b
L
7172 zlibdir="-L\$(top_builddir)/../zlib"
7173 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7174
aadc9410
MF
7175# Check whether --with-system-zlib was given.
7176if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7177 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7178 zlibdir=
7179 zlibinc=
7180 fi
6bb11ab3
L
7181
7182fi
7183
6bb11ab3 7184
6bb11ab3 7185
6bb11ab3
L
7186
7187
7188# BFD uses libdl when when plugins enabled.
7189
faa743bb
RM
7190 maybe_plugins=no
7191 for ac_header in dlfcn.h
7192do :
7193 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7194"
d0ac1c44 7195if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7196 cat >>confdefs.h <<_ACEOF
7197#define HAVE_DLFCN_H 1
7198_ACEOF
7199 maybe_plugins=yes
7200fi
7201
7202done
7203
7204 for ac_header in windows.h
7205do :
7206 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7207"
d0ac1c44 7208if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7209 cat >>confdefs.h <<_ACEOF
7210#define HAVE_WINDOWS_H 1
7211_ACEOF
7212 maybe_plugins=yes
7213fi
7214
7215done
7216
7217
7218 # Check whether --enable-plugins was given.
6bb11ab3
L
7219if test "${enable_plugins+set}" = set; then :
7220 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7221 no) plugins=no ;;
7222 *) plugins=yes
7223 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7224 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7225 fi ;;
7226 esac
6bb11ab3 7227else
faa743bb
RM
7228 plugins=$maybe_plugins
7229
6bb11ab3
L
7230fi
7231
2974be62 7232 if test "$plugins" = "yes"; then
37f980dc
SM
7233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7234$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7235if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7236 $as_echo_n "(cached) " >&6
7237else
7238 ac_func_search_save_LIBS=$LIBS
7239cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7240/* end confdefs.h. */
7241
7242/* Override any GCC internal prototype to avoid an error.
7243 Use char because int might match the return type of a GCC
7244 builtin and then its argument prototype would still apply. */
7245#ifdef __cplusplus
7246extern "C"
7247#endif
37f980dc 7248char dlsym ();
2974be62
AM
7249int
7250main ()
7251{
37f980dc 7252return dlsym ();
2974be62
AM
7253 ;
7254 return 0;
7255}
7256_ACEOF
7257for ac_lib in '' dl; do
7258 if test -z "$ac_lib"; then
7259 ac_res="none required"
7260 else
7261 ac_res=-l$ac_lib
7262 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7263 fi
7264 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7265 ac_cv_search_dlsym=$ac_res
2974be62
AM
7266fi
7267rm -f core conftest.err conftest.$ac_objext \
7268 conftest$ac_exeext
d0ac1c44 7269 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7270 break
7271fi
7272done
d0ac1c44 7273if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7274
7275else
37f980dc 7276 ac_cv_search_dlsym=no
2974be62
AM
7277fi
7278rm conftest.$ac_ext
7279LIBS=$ac_func_search_save_LIBS
7280fi
37f980dc
SM
7281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7282$as_echo "$ac_cv_search_dlsym" >&6; }
7283ac_res=$ac_cv_search_dlsym
2974be62
AM
7284if test "$ac_res" != no; then :
7285 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7286
7287fi
7288
7289 fi
6bb11ab3
L
7290
7291 if test "$plugins" = yes; then
7292 PLUGINS_TRUE=
7293 PLUGINS_FALSE='#'
7294else
7295 PLUGINS_TRUE='#'
7296 PLUGINS_FALSE=
7297fi
7298
7299
7300
7301
7302
7303# Set options
7304enable_dlopen=yes
7305
7306
7307
7308
7309 enable_win32_dll=no
7310
7311
7312 # Check whether --enable-shared was given.
7313if test "${enable_shared+set}" = set; then :
7314 enableval=$enable_shared; p=${PACKAGE-default}
7315 case $enableval in
7316 yes) enable_shared=yes ;;
7317 no) enable_shared=no ;;
7318 *)
7319 enable_shared=no
7320 # Look at the argument we got. We use all the common list separators.
7321 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7322 for pkg in $enableval; do
7323 IFS="$lt_save_ifs"
7324 if test "X$pkg" = "X$p"; then
7325 enable_shared=yes
7326 fi
7327 done
7328 IFS="$lt_save_ifs"
7329 ;;
7330 esac
7331else
7332 enable_shared=yes
7333fi
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343 # Check whether --enable-static was given.
7344if test "${enable_static+set}" = set; then :
7345 enableval=$enable_static; p=${PACKAGE-default}
7346 case $enableval in
7347 yes) enable_static=yes ;;
7348 no) enable_static=no ;;
7349 *)
7350 enable_static=no
7351 # Look at the argument we got. We use all the common list separators.
7352 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7353 for pkg in $enableval; do
7354 IFS="$lt_save_ifs"
7355 if test "X$pkg" = "X$p"; then
7356 enable_static=yes
7357 fi
7358 done
7359 IFS="$lt_save_ifs"
7360 ;;
7361 esac
7362else
7363 enable_static=yes
7364fi
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375# Check whether --with-pic was given.
7376if test "${with_pic+set}" = set; then :
7377 withval=$with_pic; pic_mode="$withval"
7378else
7379 pic_mode=default
7380fi
7381
7382
7383test -z "$pic_mode" && pic_mode=default
7384
7385
7386
7387
7388
7389
7390
7391 # Check whether --enable-fast-install was given.
7392if test "${enable_fast_install+set}" = set; then :
7393 enableval=$enable_fast_install; p=${PACKAGE-default}
7394 case $enableval in
7395 yes) enable_fast_install=yes ;;
7396 no) enable_fast_install=no ;;
7397 *)
7398 enable_fast_install=no
7399 # Look at the argument we got. We use all the common list separators.
7400 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7401 for pkg in $enableval; do
7402 IFS="$lt_save_ifs"
7403 if test "X$pkg" = "X$p"; then
7404 enable_fast_install=yes
7405 fi
7406 done
7407 IFS="$lt_save_ifs"
7408 ;;
7409 esac
7410else
7411 enable_fast_install=yes
7412fi
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424# This can be used to rebuild libtool when needed
7425LIBTOOL_DEPS="$ltmain"
7426
7427# Always use our own libtool.
7428LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455test -z "$LN_S" && LN_S="ln -s"
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470if test -n "${ZSH_VERSION+set}" ; then
7471 setopt NO_GLOB_SUBST
b7026657 7472fi
b7026657 7473
6bb11ab3
L
7474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7475$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7476if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7477 $as_echo_n "(cached) " >&6
7478else
7479 rm -f .libs 2>/dev/null
7480mkdir .libs 2>/dev/null
7481if test -d .libs; then
7482 lt_cv_objdir=.libs
7483else
7484 # MS-DOS does not allow filenames that begin with a dot.
7485 lt_cv_objdir=_libs
7486fi
7487rmdir .libs 2>/dev/null
7488fi
7489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7490$as_echo "$lt_cv_objdir" >&6; }
7491objdir=$lt_cv_objdir
7492
7493
7494
7495
7496
7497cat >>confdefs.h <<_ACEOF
7498#define LT_OBJDIR "$lt_cv_objdir/"
7499_ACEOF
7500
7501
7502
7503
7504case $host_os in
7505aix3*)
7506 # AIX sometimes has problems with the GCC collect2 program. For some
7507 # reason, if we set the COLLECT_NAMES environment variable, the problems
7508 # vanish in a puff of smoke.
7509 if test "X${COLLECT_NAMES+set}" != Xset; then
7510 COLLECT_NAMES=
7511 export COLLECT_NAMES
7512 fi
7513 ;;
81ecdfbb 7514esac
6bb11ab3
L
7515
7516# Global variables:
7517ofile=libtool
7518can_build_shared=yes
7519
7520# All known linkers require a `.a' archive for static linking (except MSVC,
7521# which needs '.lib').
7522libext=a
7523
7524with_gnu_ld="$lt_cv_prog_gnu_ld"
7525
7526old_CC="$CC"
7527old_CFLAGS="$CFLAGS"
7528
7529# Set sane defaults for various variables
7530test -z "$CC" && CC=cc
7531test -z "$LTCC" && LTCC=$CC
7532test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7533test -z "$LD" && LD=ld
7534test -z "$ac_objext" && ac_objext=o
7535
7536for cc_temp in $compiler""; do
7537 case $cc_temp in
7538 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7539 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7540 \-*) ;;
7541 *) break;;
7542 esac
7543done
7544cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7545
7546
7547# Only perform the check for file, if the check method requires it
7548test -z "$MAGIC_CMD" && MAGIC_CMD=file
7549case $deplibs_check_method in
7550file_magic*)
7551 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7553$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7554if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7555 $as_echo_n "(cached) " >&6
7556else
7557 case $MAGIC_CMD in
7558[\\/*] | ?:[\\/]*)
7559 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7560 ;;
7561*)
7562 lt_save_MAGIC_CMD="$MAGIC_CMD"
7563 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7564 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7565 for ac_dir in $ac_dummy; do
7566 IFS="$lt_save_ifs"
7567 test -z "$ac_dir" && ac_dir=.
7568 if test -f $ac_dir/${ac_tool_prefix}file; then
7569 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7570 if test -n "$file_magic_test_file"; then
7571 case $deplibs_check_method in
7572 "file_magic "*)
7573 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7574 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7575 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7576 $EGREP "$file_magic_regex" > /dev/null; then
7577 :
7578 else
7579 cat <<_LT_EOF 1>&2
7580
7581*** Warning: the command libtool uses to detect shared libraries,
7582*** $file_magic_cmd, produces output that libtool cannot recognize.
7583*** The result is that libtool may fail to recognize shared libraries
7584*** as such. This will affect the creation of libtool libraries that
7585*** depend on shared libraries, but programs linked with such libtool
7586*** libraries will work regardless of this problem. Nevertheless, you
7587*** may want to report the problem to your system manager and/or to
7588*** bug-libtool@gnu.org
7589
7590_LT_EOF
7591 fi ;;
7592 esac
7593 fi
7594 break
f0569246 7595 fi
6bb11ab3
L
7596 done
7597 IFS="$lt_save_ifs"
7598 MAGIC_CMD="$lt_save_MAGIC_CMD"
7599 ;;
7600esac
f0569246 7601fi
f0569246 7602
6bb11ab3
L
7603MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7604if test -n "$MAGIC_CMD"; then
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7606$as_echo "$MAGIC_CMD" >&6; }
7607else
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7609$as_echo "no" >&6; }
7610fi
81ecdfbb 7611
6bb11ab3
L
7612
7613
7614
7615
7616if test -z "$lt_cv_path_MAGIC_CMD"; then
7617 if test -n "$ac_tool_prefix"; then
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7619$as_echo_n "checking for file... " >&6; }
d0ac1c44 7620if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7621 $as_echo_n "(cached) " >&6
7622else
7623 case $MAGIC_CMD in
7624[\\/*] | ?:[\\/]*)
7625 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7626 ;;
7627*)
7628 lt_save_MAGIC_CMD="$MAGIC_CMD"
7629 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7630 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7631 for ac_dir in $ac_dummy; do
7632 IFS="$lt_save_ifs"
7633 test -z "$ac_dir" && ac_dir=.
7634 if test -f $ac_dir/file; then
7635 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7636 if test -n "$file_magic_test_file"; then
7637 case $deplibs_check_method in
7638 "file_magic "*)
7639 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7640 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7641 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7642 $EGREP "$file_magic_regex" > /dev/null; then
7643 :
7644 else
7645 cat <<_LT_EOF 1>&2
7646
7647*** Warning: the command libtool uses to detect shared libraries,
7648*** $file_magic_cmd, produces output that libtool cannot recognize.
7649*** The result is that libtool may fail to recognize shared libraries
7650*** as such. This will affect the creation of libtool libraries that
7651*** depend on shared libraries, but programs linked with such libtool
7652*** libraries will work regardless of this problem. Nevertheless, you
7653*** may want to report the problem to your system manager and/or to
7654*** bug-libtool@gnu.org
7655
7656_LT_EOF
7657 fi ;;
7658 esac
7659 fi
7660 break
7661 fi
7662 done
7663 IFS="$lt_save_ifs"
7664 MAGIC_CMD="$lt_save_MAGIC_CMD"
7665 ;;
81ecdfbb 7666esac
6bb11ab3
L
7667fi
7668
7669MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7670if test -n "$MAGIC_CMD"; then
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7672$as_echo "$MAGIC_CMD" >&6; }
7673else
7674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7675$as_echo "no" >&6; }
7676fi
7677
7678
7679 else
7680 MAGIC_CMD=:
7681 fi
7682fi
7683
7684 fi
7685 ;;
7686esac
7687
7688# Use C for the default configuration in the libtool script
7689
7690lt_save_CC="$CC"
7691ac_ext=c
7692ac_cpp='$CPP $CPPFLAGS'
7693ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7694ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7695ac_compiler_gnu=$ac_cv_c_compiler_gnu
7696
7697
7698# Source file extension for C test sources.
7699ac_ext=c
7700
7701# Object file extension for compiled C test sources.
7702objext=o
7703objext=$objext
7704
7705# Code to be used in simple compile tests
7706lt_simple_compile_test_code="int some_variable = 0;"
7707
7708# Code to be used in simple link tests
7709lt_simple_link_test_code='int main(){return(0);}'
7710
7711
7712
7713
7714
7715
7716
7717# If no C compiler was specified, use CC.
7718LTCC=${LTCC-"$CC"}
7719
7720# If no C compiler flags were specified, use CFLAGS.
7721LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7722
7723# Allow CC to be a program name with arguments.
7724compiler=$CC
7725
7726# Save the default compiler, since it gets overwritten when the other
7727# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7728compiler_DEFAULT=$CC
7729
7730# save warnings/boilerplate of simple test code
7731ac_outfile=conftest.$ac_objext
7732echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7733eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7734_lt_compiler_boilerplate=`cat conftest.err`
7735$RM conftest*
7736
7737ac_outfile=conftest.$ac_objext
7738echo "$lt_simple_link_test_code" >conftest.$ac_ext
7739eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7740_lt_linker_boilerplate=`cat conftest.err`
7741$RM -r conftest*
7742
7743
7744## CAVEAT EMPTOR:
7745## There is no encapsulation within the following macros, do not change
7746## the running order or otherwise move them around unless you know exactly
7747## what you are doing...
7748if test -n "$compiler"; then
7749
7750lt_prog_compiler_no_builtin_flag=
7751
7752if test "$GCC" = yes; then
7753 case $cc_basename in
7754 nvcc*)
7755 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7756 *)
7757 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7758 esac
6bb11ab3
L
7759
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7761$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7762if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7763 $as_echo_n "(cached) " >&6
f0569246 7764else
6bb11ab3
L
7765 lt_cv_prog_compiler_rtti_exceptions=no
7766 ac_outfile=conftest.$ac_objext
7767 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7768 lt_compiler_flag="-fno-rtti -fno-exceptions"
7769 # Insert the option either (1) after the last *FLAGS variable, or
7770 # (2) before a word containing "conftest.", or (3) at the end.
7771 # Note that $ac_compile itself does not contain backslashes and begins
7772 # with a dollar sign (not a hyphen), so the echo should work correctly.
7773 # The option is referenced via a variable to avoid confusing sed.
7774 lt_compile=`echo "$ac_compile" | $SED \
7775 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7776 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7777 -e 's:$: $lt_compiler_flag:'`
7778 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7779 (eval "$lt_compile" 2>conftest.err)
7780 ac_status=$?
7781 cat conftest.err >&5
7782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7783 if (exit $ac_status) && test -s "$ac_outfile"; then
7784 # The compiler can only warn and ignore the option if not recognized
7785 # So say no if there are warnings other than the usual output.
7786 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7787 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7788 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7789 lt_cv_prog_compiler_rtti_exceptions=yes
7790 fi
7791 fi
7792 $RM conftest*
7793
f0569246 7794fi
6bb11ab3
L
7795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7796$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7797
7798if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7799 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7800else
7801 :
7802fi
7803
7804fi
7805
7806
7807
7808
7809
7810
7811 lt_prog_compiler_wl=
7812lt_prog_compiler_pic=
7813lt_prog_compiler_static=
7814
7815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7816$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7817
7818 if test "$GCC" = yes; then
7819 lt_prog_compiler_wl='-Wl,'
7820 lt_prog_compiler_static='-static'
7821
7822 case $host_os in
7823 aix*)
7824 # All AIX code is PIC.
7825 if test "$host_cpu" = ia64; then
7826 # AIX 5 now supports IA64 processor
7827 lt_prog_compiler_static='-Bstatic'
7828 fi
7829 lt_prog_compiler_pic='-fPIC'
7830 ;;
7831
7832 amigaos*)
7833 case $host_cpu in
7834 powerpc)
7835 # see comment about AmigaOS4 .so support
7836 lt_prog_compiler_pic='-fPIC'
7837 ;;
7838 m68k)
7839 # FIXME: we need at least 68020 code to build shared libraries, but
7840 # adding the `-m68020' flag to GCC prevents building anything better,
7841 # like `-m68040'.
7842 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7843 ;;
7844 esac
7845 ;;
7846
7847 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7848 # PIC is the default for these OSes.
7849 ;;
7850
7851 mingw* | cygwin* | pw32* | os2* | cegcc*)
7852 # This hack is so that the source file can tell whether it is being
7853 # built for inclusion in a dll (and should export symbols for example).
7854 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7855 # (--disable-auto-import) libraries
7856 lt_prog_compiler_pic='-DDLL_EXPORT'
7857 ;;
7858
7859 darwin* | rhapsody*)
7860 # PIC is the default on this platform
7861 # Common symbols not allowed in MH_DYLIB files
7862 lt_prog_compiler_pic='-fno-common'
7863 ;;
7864
7865 haiku*)
7866 # PIC is the default for Haiku.
7867 # The "-static" flag exists, but is broken.
7868 lt_prog_compiler_static=
7869 ;;
7870
7871 hpux*)
7872 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7873 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7874 # sets the default TLS model and affects inlining.
7875 case $host_cpu in
7876 hppa*64*)
7877 # +Z the default
7878 ;;
7879 *)
7880 lt_prog_compiler_pic='-fPIC'
7881 ;;
7882 esac
7883 ;;
7884
7885 interix[3-9]*)
7886 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7887 # Instead, we relocate shared libraries at runtime.
7888 ;;
7889
7890 msdosdjgpp*)
7891 # Just because we use GCC doesn't mean we suddenly get shared libraries
7892 # on systems that don't support them.
7893 lt_prog_compiler_can_build_shared=no
7894 enable_shared=no
7895 ;;
7896
7897 *nto* | *qnx*)
7898 # QNX uses GNU C++, but need to define -shared option too, otherwise
7899 # it will coredump.
7900 lt_prog_compiler_pic='-fPIC -shared'
7901 ;;
7902
7903 sysv4*MP*)
7904 if test -d /usr/nec; then
7905 lt_prog_compiler_pic=-Kconform_pic
7906 fi
7907 ;;
7908
7909 *)
7910 lt_prog_compiler_pic='-fPIC'
7911 ;;
7912 esac
7913
7914 case $cc_basename in
7915 nvcc*) # Cuda Compiler Driver 2.2
7916 lt_prog_compiler_wl='-Xlinker '
7917 lt_prog_compiler_pic='-Xcompiler -fPIC'
7918 ;;
7919 esac
7920 else
7921 # PORTME Check for flag to pass linker flags through the system compiler.
7922 case $host_os in
7923 aix*)
7924 lt_prog_compiler_wl='-Wl,'
7925 if test "$host_cpu" = ia64; then
7926 # AIX 5 now supports IA64 processor
7927 lt_prog_compiler_static='-Bstatic'
7928 else
7929 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7930 fi
7931 ;;
7932
7933 mingw* | cygwin* | pw32* | os2* | cegcc*)
7934 # This hack is so that the source file can tell whether it is being
7935 # built for inclusion in a dll (and should export symbols for example).
7936 lt_prog_compiler_pic='-DDLL_EXPORT'
7937 ;;
7938
7939 hpux9* | hpux10* | hpux11*)
7940 lt_prog_compiler_wl='-Wl,'
7941 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7942 # not for PA HP-UX.
7943 case $host_cpu in
7944 hppa*64*|ia64*)
7945 # +Z the default
7946 ;;
7947 *)
7948 lt_prog_compiler_pic='+Z'
7949 ;;
7950 esac
7951 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7952 lt_prog_compiler_static='${wl}-a ${wl}archive'
7953 ;;
7954
7955 irix5* | irix6* | nonstopux*)
7956 lt_prog_compiler_wl='-Wl,'
7957 # PIC (with -KPIC) is the default.
7958 lt_prog_compiler_static='-non_shared'
7959 ;;
7960
7961 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7962 case $cc_basename in
7963 # old Intel for x86_64 which still supported -KPIC.
7964 ecc*)
7965 lt_prog_compiler_wl='-Wl,'
7966 lt_prog_compiler_pic='-KPIC'
7967 lt_prog_compiler_static='-static'
7968 ;;
7969 # icc used to be incompatible with GCC.
7970 # ICC 10 doesn't accept -KPIC any more.
7971 icc* | ifort*)
7972 lt_prog_compiler_wl='-Wl,'
7973 lt_prog_compiler_pic='-fPIC'
7974 lt_prog_compiler_static='-static'
7975 ;;
7976 # Lahey Fortran 8.1.
7977 lf95*)
7978 lt_prog_compiler_wl='-Wl,'
7979 lt_prog_compiler_pic='--shared'
7980 lt_prog_compiler_static='--static'
7981 ;;
7982 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7983 # Portland Group compilers (*not* the Pentium gcc compiler,
7984 # which looks to be a dead project)
7985 lt_prog_compiler_wl='-Wl,'
7986 lt_prog_compiler_pic='-fpic'
7987 lt_prog_compiler_static='-Bstatic'
7988 ;;
7989 ccc*)
7990 lt_prog_compiler_wl='-Wl,'
7991 # All Alpha code is PIC.
7992 lt_prog_compiler_static='-non_shared'
7993 ;;
7994 xl* | bgxl* | bgf* | mpixl*)
7995 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7996 lt_prog_compiler_wl='-Wl,'
7997 lt_prog_compiler_pic='-qpic'
7998 lt_prog_compiler_static='-qstaticlink'
7999 ;;
8000 *)
8001 case `$CC -V 2>&1 | sed 5q` in
8002 *Sun\ F* | *Sun*Fortran*)
8003 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8004 lt_prog_compiler_pic='-KPIC'
8005 lt_prog_compiler_static='-Bstatic'
8006 lt_prog_compiler_wl=''
8007 ;;
8008 *Sun\ C*)
8009 # Sun C 5.9
8010 lt_prog_compiler_pic='-KPIC'
8011 lt_prog_compiler_static='-Bstatic'
8012 lt_prog_compiler_wl='-Wl,'
8013 ;;
8014 esac
8015 ;;
8016 esac
8017 ;;
8018
8019 newsos6)
8020 lt_prog_compiler_pic='-KPIC'
8021 lt_prog_compiler_static='-Bstatic'
8022 ;;
8023
8024 *nto* | *qnx*)
8025 # QNX uses GNU C++, but need to define -shared option too, otherwise
8026 # it will coredump.
8027 lt_prog_compiler_pic='-fPIC -shared'
8028 ;;
8029
8030 osf3* | osf4* | osf5*)
8031 lt_prog_compiler_wl='-Wl,'
8032 # All OSF/1 code is PIC.
8033 lt_prog_compiler_static='-non_shared'
8034 ;;
8035
8036 rdos*)
8037 lt_prog_compiler_static='-non_shared'
8038 ;;
f0569246 8039
6bb11ab3
L
8040 solaris*)
8041 lt_prog_compiler_pic='-KPIC'
8042 lt_prog_compiler_static='-Bstatic'
8043 case $cc_basename in
8044 f77* | f90* | f95*)
8045 lt_prog_compiler_wl='-Qoption ld ';;
8046 *)
8047 lt_prog_compiler_wl='-Wl,';;
8048 esac
8049 ;;
f0569246 8050
6bb11ab3
L
8051 sunos4*)
8052 lt_prog_compiler_wl='-Qoption ld '
8053 lt_prog_compiler_pic='-PIC'
8054 lt_prog_compiler_static='-Bstatic'
8055 ;;
f0569246 8056
6bb11ab3
L
8057 sysv4 | sysv4.2uw2* | sysv4.3*)
8058 lt_prog_compiler_wl='-Wl,'
8059 lt_prog_compiler_pic='-KPIC'
8060 lt_prog_compiler_static='-Bstatic'
8061 ;;
8062
8063 sysv4*MP*)
8064 if test -d /usr/nec ;then
8065 lt_prog_compiler_pic='-Kconform_pic'
8066 lt_prog_compiler_static='-Bstatic'
8067 fi
8068 ;;
8069
8070 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8071 lt_prog_compiler_wl='-Wl,'
8072 lt_prog_compiler_pic='-KPIC'
8073 lt_prog_compiler_static='-Bstatic'
8074 ;;
8075
8076 unicos*)
8077 lt_prog_compiler_wl='-Wl,'
8078 lt_prog_compiler_can_build_shared=no
8079 ;;
8080
8081 uts4*)
8082 lt_prog_compiler_pic='-pic'
8083 lt_prog_compiler_static='-Bstatic'
8084 ;;
8085
8086 *)
8087 lt_prog_compiler_can_build_shared=no
8088 ;;
8089 esac
8090 fi
8091
8092case $host_os in
8093 # For platforms which do not support PIC, -DPIC is meaningless:
8094 *djgpp*)
8095 lt_prog_compiler_pic=
8096 ;;
8097 *)
8098 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8099 ;;
81ecdfbb 8100esac
6bb11ab3
L
8101{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8102$as_echo "$lt_prog_compiler_pic" >&6; }
8103
8104
8105
8106
8107
8108
8109#
8110# Check to make sure the PIC flag actually works.
8111#
8112if test -n "$lt_prog_compiler_pic"; then
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8114$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8115if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8116 $as_echo_n "(cached) " >&6
b7026657 8117else
6bb11ab3
L
8118 lt_cv_prog_compiler_pic_works=no
8119 ac_outfile=conftest.$ac_objext
8120 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8121 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8122 # Insert the option either (1) after the last *FLAGS variable, or
8123 # (2) before a word containing "conftest.", or (3) at the end.
8124 # Note that $ac_compile itself does not contain backslashes and begins
8125 # with a dollar sign (not a hyphen), so the echo should work correctly.
8126 # The option is referenced via a variable to avoid confusing sed.
8127 lt_compile=`echo "$ac_compile" | $SED \
8128 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8129 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8130 -e 's:$: $lt_compiler_flag:'`
8131 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8132 (eval "$lt_compile" 2>conftest.err)
8133 ac_status=$?
8134 cat conftest.err >&5
8135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8136 if (exit $ac_status) && test -s "$ac_outfile"; then
8137 # The compiler can only warn and ignore the option if not recognized
8138 # So say no if there are warnings other than the usual output.
8139 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8140 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8141 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8142 lt_cv_prog_compiler_pic_works=yes
8143 fi
8144 fi
8145 $RM conftest*
b7026657 8146
b7026657 8147fi
6bb11ab3
L
8148{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8149$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8150
8151if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8152 case $lt_prog_compiler_pic in
8153 "" | " "*) ;;
8154 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8155 esac
8156else
8157 lt_prog_compiler_pic=
8158 lt_prog_compiler_can_build_shared=no
f0569246 8159fi
6bb11ab3
L
8160
8161fi
8162
8163
8164
8165
8166
8167
8168#
8169# Check to make sure the static flag actually works.
8170#
8171wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8173$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8174if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8175 $as_echo_n "(cached) " >&6
f0569246 8176else
6bb11ab3
L
8177 lt_cv_prog_compiler_static_works=no
8178 save_LDFLAGS="$LDFLAGS"
8179 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8180 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8181 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8182 # The linker can only warn and ignore the option if not recognized
8183 # So say no if there are warnings
8184 if test -s conftest.err; then
8185 # Append any errors to the config.log.
8186 cat conftest.err 1>&5
8187 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8188 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8189 if diff conftest.exp conftest.er2 >/dev/null; then
8190 lt_cv_prog_compiler_static_works=yes
8191 fi
8192 else
8193 lt_cv_prog_compiler_static_works=yes
8194 fi
8195 fi
8196 $RM -r conftest*
8197 LDFLAGS="$save_LDFLAGS"
f0569246 8198
6bb11ab3
L
8199fi
8200{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8201$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8202
6bb11ab3
L
8203if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8204 :
b7026657 8205else
6bb11ab3 8206 lt_prog_compiler_static=
b7026657 8207fi
f0569246 8208
6bb11ab3
L
8209
8210
8211
8212
8213
8214
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8216$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8217if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8218 $as_echo_n "(cached) " >&6
81ecdfbb 8219else
6bb11ab3
L
8220 lt_cv_prog_compiler_c_o=no
8221 $RM -r conftest 2>/dev/null
8222 mkdir conftest
8223 cd conftest
8224 mkdir out
8225 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8226
8227 lt_compiler_flag="-o out/conftest2.$ac_objext"
8228 # Insert the option either (1) after the last *FLAGS variable, or
8229 # (2) before a word containing "conftest.", or (3) at the end.
8230 # Note that $ac_compile itself does not contain backslashes and begins
8231 # with a dollar sign (not a hyphen), so the echo should work correctly.
8232 lt_compile=`echo "$ac_compile" | $SED \
8233 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8234 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8235 -e 's:$: $lt_compiler_flag:'`
8236 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8237 (eval "$lt_compile" 2>out/conftest.err)
8238 ac_status=$?
8239 cat out/conftest.err >&5
8240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8241 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8242 then
8243 # The compiler can only warn and ignore the option if not recognized
8244 # So say no if there are warnings
8245 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8246 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8247 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8248 lt_cv_prog_compiler_c_o=yes
8249 fi
8250 fi
8251 chmod u+w . 2>&5
8252 $RM conftest*
8253 # SGI C++ compiler will create directory out/ii_files/ for
8254 # template instantiation
8255 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8256 $RM out/* && rmdir out
8257 cd ..
8258 $RM -r conftest
8259 $RM conftest*
8260
81ecdfbb 8261fi
6bb11ab3
L
8262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8263$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8264
8265
8266
8267
8268
8269
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8271$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8272if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8273 $as_echo_n "(cached) " >&6
8274else
6bb11ab3
L
8275 lt_cv_prog_compiler_c_o=no
8276 $RM -r conftest 2>/dev/null
8277 mkdir conftest
8278 cd conftest
8279 mkdir out
8280 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8281
8282 lt_compiler_flag="-o out/conftest2.$ac_objext"
8283 # Insert the option either (1) after the last *FLAGS variable, or
8284 # (2) before a word containing "conftest.", or (3) at the end.
8285 # Note that $ac_compile itself does not contain backslashes and begins
8286 # with a dollar sign (not a hyphen), so the echo should work correctly.
8287 lt_compile=`echo "$ac_compile" | $SED \
8288 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8289 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8290 -e 's:$: $lt_compiler_flag:'`
8291 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8292 (eval "$lt_compile" 2>out/conftest.err)
8293 ac_status=$?
8294 cat out/conftest.err >&5
8295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8296 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8297 then
8298 # The compiler can only warn and ignore the option if not recognized
8299 # So say no if there are warnings
8300 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8301 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8302 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8303 lt_cv_prog_compiler_c_o=yes
8304 fi
8305 fi
8306 chmod u+w . 2>&5
8307 $RM conftest*
8308 # SGI C++ compiler will create directory out/ii_files/ for
8309 # template instantiation
8310 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8311 $RM out/* && rmdir out
8312 cd ..
8313 $RM -r conftest
8314 $RM conftest*
8315
8316fi
8317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8318$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8319
8320
8321
8322
8323hard_links="nottested"
8324if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8325 # do not overwrite the value of need_locks provided by the user
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8327$as_echo_n "checking if we can lock with hard links... " >&6; }
8328 hard_links=yes
8329 $RM conftest*
8330 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8331 touch conftest.a
8332 ln conftest.a conftest.b 2>&5 || hard_links=no
8333 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8335$as_echo "$hard_links" >&6; }
8336 if test "$hard_links" = no; then
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8338$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8339 need_locks=warn
8340 fi
8341else
8342 need_locks=no
8343fi
8344
8345
8346
8347
8348
8349
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8351$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8352
8353 runpath_var=
8354 allow_undefined_flag=
8355 always_export_symbols=no
8356 archive_cmds=
8357 archive_expsym_cmds=
8358 compiler_needs_object=no
8359 enable_shared_with_static_runtimes=no
8360 export_dynamic_flag_spec=
8361 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8362 hardcode_automatic=no
8363 hardcode_direct=no
8364 hardcode_direct_absolute=no
8365 hardcode_libdir_flag_spec=
8366 hardcode_libdir_flag_spec_ld=
8367 hardcode_libdir_separator=
8368 hardcode_minus_L=no
8369 hardcode_shlibpath_var=unsupported
8370 inherit_rpath=no
8371 link_all_deplibs=unknown
8372 module_cmds=
8373 module_expsym_cmds=
8374 old_archive_from_new_cmds=
8375 old_archive_from_expsyms_cmds=
8376 thread_safe_flag_spec=
8377 whole_archive_flag_spec=
8378 # include_expsyms should be a list of space-separated symbols to be *always*
8379 # included in the symbol list
8380 include_expsyms=
8381 # exclude_expsyms can be an extended regexp of symbols to exclude
8382 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8383 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8384 # as well as any symbol that contains `d'.
8385 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8386 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8387 # platforms (ab)use it in PIC code, but their linkers get confused if
8388 # the symbol is explicitly referenced. Since portable code cannot
8389 # rely on this symbol name, it's probably fine to never include it in
8390 # preloaded symbol tables.
8391 # Exclude shared library initialization/finalization symbols.
8392 extract_expsyms_cmds=
8393
8394 case $host_os in
8395 cygwin* | mingw* | pw32* | cegcc*)
8396 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8397 # When not using gcc, we currently assume that we are using
8398 # Microsoft Visual C++.
8399 if test "$GCC" != yes; then
8400 with_gnu_ld=no
8401 fi
8402 ;;
8403 interix*)
8404 # we just hope/assume this is gcc and not c89 (= MSVC++)
8405 with_gnu_ld=yes
8406 ;;
8407 openbsd*)
8408 with_gnu_ld=no
8409 ;;
8410 esac
f0569246 8411
6bb11ab3
L
8412 ld_shlibs=yes
8413
8414 # On some targets, GNU ld is compatible enough with the native linker
8415 # that we're better off using the native interface for both.
8416 lt_use_gnu_ld_interface=no
8417 if test "$with_gnu_ld" = yes; then
8418 case $host_os in
8419 aix*)
8420 # The AIX port of GNU ld has always aspired to compatibility
8421 # with the native linker. However, as the warning in the GNU ld
8422 # block says, versions before 2.19.5* couldn't really create working
8423 # shared libraries, regardless of the interface used.
8424 case `$LD -v 2>&1` in
8425 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8426 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8427 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8428 *)
8429 lt_use_gnu_ld_interface=yes
8430 ;;
8431 esac
8432 ;;
8433 *)
8434 lt_use_gnu_ld_interface=yes
8435 ;;
8436 esac
8437 fi
f0569246 8438
6bb11ab3
L
8439 if test "$lt_use_gnu_ld_interface" = yes; then
8440 # If archive_cmds runs LD, not CC, wlarc should be empty
8441 wlarc='${wl}'
8442
8443 # Set some defaults for GNU ld with shared library support. These
8444 # are reset later if shared libraries are not supported. Putting them
8445 # here allows them to be overridden if necessary.
8446 runpath_var=LD_RUN_PATH
8447 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8448 export_dynamic_flag_spec='${wl}--export-dynamic'
8449 # ancient GNU ld didn't support --whole-archive et. al.
8450 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8451 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8452 else
8453 whole_archive_flag_spec=
8454 fi
8455 supports_anon_versioning=no
8456 case `$LD -v 2>&1` in
8457 *GNU\ gold*) supports_anon_versioning=yes ;;
8458 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8459 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8460 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8461 *\ 2.11.*) ;; # other 2.11 versions
8462 *) supports_anon_versioning=yes ;;
8463 esac
8464
8465 # See if GNU ld supports shared libraries.
8466 case $host_os in
8467 aix[3-9]*)
8468 # On AIX/PPC, the GNU linker is very broken
8469 if test "$host_cpu" != ia64; then
8470 ld_shlibs=no
8471 cat <<_LT_EOF 1>&2
8472
8473*** Warning: the GNU linker, at least up to release 2.19, is reported
8474*** to be unable to reliably create shared libraries on AIX.
8475*** Therefore, libtool is disabling shared libraries support. If you
8476*** really care for shared libraries, you may want to install binutils
8477*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8478*** You will then need to restart the configuration process.
8479
8480_LT_EOF
8481 fi
8482 ;;
8483
8484 amigaos*)
8485 case $host_cpu in
8486 powerpc)
8487 # see comment about AmigaOS4 .so support
8488 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8489 archive_expsym_cmds=''
8490 ;;
8491 m68k)
8492 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)'
8493 hardcode_libdir_flag_spec='-L$libdir'
8494 hardcode_minus_L=yes
8495 ;;
8496 esac
8497 ;;
8498
8499 beos*)
8500 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8501 allow_undefined_flag=unsupported
8502 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8503 # support --undefined. This deserves some investigation. FIXME
8504 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8505 else
8506 ld_shlibs=no
8507 fi
8508 ;;
8509
8510 cygwin* | mingw* | pw32* | cegcc*)
8511 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8512 # as there is no search path for DLLs.
8513 hardcode_libdir_flag_spec='-L$libdir'
8514 export_dynamic_flag_spec='${wl}--export-all-symbols'
8515 allow_undefined_flag=unsupported
8516 always_export_symbols=no
8517 enable_shared_with_static_runtimes=yes
8518 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8519
8520 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8521 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8522 # If the export-symbols file already is a .def file (1st line
8523 # is EXPORTS), use it as is; otherwise, prepend...
8524 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8525 cp $export_symbols $output_objdir/$soname.def;
8526 else
8527 echo EXPORTS > $output_objdir/$soname.def;
8528 cat $export_symbols >> $output_objdir/$soname.def;
8529 fi~
8530 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8531 else
8532 ld_shlibs=no
8533 fi
8534 ;;
8535
8536 haiku*)
8537 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8538 link_all_deplibs=yes
8539 ;;
8540
8541 interix[3-9]*)
8542 hardcode_direct=no
8543 hardcode_shlibpath_var=no
8544 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8545 export_dynamic_flag_spec='${wl}-E'
8546 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8547 # Instead, shared libraries are loaded at an image base (0x10000000 by
8548 # default) and relocated if they conflict, which is a slow very memory
8549 # consuming and fragmenting process. To avoid this, we pick a random,
8550 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8551 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8552 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8553 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'
8554 ;;
8555
8556 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8557 tmp_diet=no
8558 if test "$host_os" = linux-dietlibc; then
8559 case $cc_basename in
8560 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8561 esac
8562 fi
8563 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8564 && test "$tmp_diet" = no
8565 then
5cddc23a 8566 tmp_addflag=' $pic_flag'
6bb11ab3
L
8567 tmp_sharedflag='-shared'
8568 case $cc_basename,$host_cpu in
8569 pgcc*) # Portland Group C compiler
8570 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8571 tmp_addflag=' $pic_flag'
8572 ;;
8573 pgf77* | pgf90* | pgf95* | pgfortran*)
8574 # Portland Group f77 and f90 compilers
8575 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'
8576 tmp_addflag=' $pic_flag -Mnomain' ;;
8577 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8578 tmp_addflag=' -i_dynamic' ;;
8579 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8580 tmp_addflag=' -i_dynamic -nofor_main' ;;
8581 ifc* | ifort*) # Intel Fortran compiler
8582 tmp_addflag=' -nofor_main' ;;
8583 lf95*) # Lahey Fortran 8.1
8584 whole_archive_flag_spec=
8585 tmp_sharedflag='--shared' ;;
8586 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8587 tmp_sharedflag='-qmkshrobj'
8588 tmp_addflag= ;;
8589 nvcc*) # Cuda Compiler Driver 2.2
8590 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'
8591 compiler_needs_object=yes
8592 ;;
8593 esac
8594 case `$CC -V 2>&1 | sed 5q` in
8595 *Sun\ C*) # Sun C 5.9
8596 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'
8597 compiler_needs_object=yes
8598 tmp_sharedflag='-G' ;;
8599 *Sun\ F*) # Sun Fortran 8.3
8600 tmp_sharedflag='-G' ;;
8601 esac
8602 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8603
8604 if test "x$supports_anon_versioning" = xyes; then
8605 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8606 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8607 echo "local: *; };" >> $output_objdir/$libname.ver~
8608 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8609 fi
8610
8611 case $cc_basename in
8612 xlf* | bgf* | bgxlf* | mpixlf*)
8613 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8614 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8615 hardcode_libdir_flag_spec=
8616 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8617 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8618 if test "x$supports_anon_versioning" = xyes; then
8619 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8620 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8621 echo "local: *; };" >> $output_objdir/$libname.ver~
8622 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8623 fi
8624 ;;
8625 esac
8626 else
8627 ld_shlibs=no
8628 fi
8629 ;;
8630
8631 netbsd*)
8632 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8633 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8634 wlarc=
8635 else
8636 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8637 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8638 fi
8639 ;;
8640
8641 solaris*)
8642 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8643 ld_shlibs=no
8644 cat <<_LT_EOF 1>&2
8645
8646*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8647*** create shared libraries on Solaris systems. Therefore, libtool
8648*** is disabling shared libraries support. We urge you to upgrade GNU
8649*** binutils to release 2.9.1 or newer. Another option is to modify
8650*** your PATH or compiler configuration so that the native linker is
8651*** used, and then restart.
8652
8653_LT_EOF
8654 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8655 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8656 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8657 else
8658 ld_shlibs=no
8659 fi
8660 ;;
8661
8662 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8663 case `$LD -v 2>&1` in
8664 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8665 ld_shlibs=no
8666 cat <<_LT_EOF 1>&2
8667
8668*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8669*** reliably create shared libraries on SCO systems. Therefore, libtool
8670*** is disabling shared libraries support. We urge you to upgrade GNU
8671*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8672*** your PATH or compiler configuration so that the native linker is
8673*** used, and then restart.
8674
8675_LT_EOF
8676 ;;
8677 *)
8678 # For security reasons, it is highly recommended that you always
8679 # use absolute paths for naming shared libraries, and exclude the
8680 # DT_RUNPATH tag from executables and libraries. But doing so
8681 # requires that you compile everything twice, which is a pain.
8682 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8683 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8684 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8685 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8686 else
8687 ld_shlibs=no
8688 fi
8689 ;;
8690 esac
8691 ;;
8692
8693 sunos4*)
8694 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8695 wlarc=
8696 hardcode_direct=yes
8697 hardcode_shlibpath_var=no
8698 ;;
8699
8700 *)
8701 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8702 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8703 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8704 else
8705 ld_shlibs=no
8706 fi
8707 ;;
8708 esac
8709
8710 if test "$ld_shlibs" = no; then
8711 runpath_var=
8712 hardcode_libdir_flag_spec=
8713 export_dynamic_flag_spec=
8714 whole_archive_flag_spec=
8715 fi
8716 else
8717 # PORTME fill in a description of your system's linker (not GNU ld)
8718 case $host_os in
8719 aix3*)
8720 allow_undefined_flag=unsupported
8721 always_export_symbols=yes
8722 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'
8723 # Note: this linker hardcodes the directories in LIBPATH if there
8724 # are no directories specified by -L.
8725 hardcode_minus_L=yes
8726 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8727 # Neither direct hardcoding nor static linking is supported with a
8728 # broken collect2.
8729 hardcode_direct=unsupported
8730 fi
8731 ;;
8732
8733 aix[4-9]*)
8734 if test "$host_cpu" = ia64; then
8735 # On IA64, the linker does run time linking by default, so we don't
8736 # have to do anything special.
8737 aix_use_runtimelinking=no
8738 exp_sym_flag='-Bexport'
8739 no_entry_flag=""
8740 else
8741 # If we're using GNU nm, then we don't want the "-C" option.
8742 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8743 # Also, AIX nm treats weak defined symbols like other global
8744 # defined symbols, whereas GNU nm marks them as "W".
8745 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8746 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'
8747 else
5c887dd5 8748 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
8749 fi
8750 aix_use_runtimelinking=no
8751
8752 # Test if we are trying to use run time linking or normal
8753 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8754 # need to do runtime linking.
8755 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8756 for ld_flag in $LDFLAGS; do
8757 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8758 aix_use_runtimelinking=yes
8759 break
8760 fi
8761 done
8762 ;;
8763 esac
8764
8765 exp_sym_flag='-bexport'
8766 no_entry_flag='-bnoentry'
8767 fi
8768
8769 # When large executables or shared objects are built, AIX ld can
8770 # have problems creating the table of contents. If linking a library
8771 # or program results in "error TOC overflow" add -mminimal-toc to
8772 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8773 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8774
8775 archive_cmds=''
8776 hardcode_direct=yes
8777 hardcode_direct_absolute=yes
8778 hardcode_libdir_separator=':'
8779 link_all_deplibs=yes
8780 file_list_spec='${wl}-f,'
8781
8782 if test "$GCC" = yes; then
8783 case $host_os in aix4.[012]|aix4.[012].*)
8784 # We only want to do this on AIX 4.2 and lower, the check
8785 # below for broken collect2 doesn't work under 4.3+
8786 collect2name=`${CC} -print-prog-name=collect2`
8787 if test -f "$collect2name" &&
8788 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8789 then
8790 # We have reworked collect2
8791 :
8792 else
8793 # We have old collect2
8794 hardcode_direct=unsupported
8795 # It fails to find uninstalled libraries when the uninstalled
8796 # path is not listed in the libpath. Setting hardcode_minus_L
8797 # to unsupported forces relinking
8798 hardcode_minus_L=yes
8799 hardcode_libdir_flag_spec='-L$libdir'
8800 hardcode_libdir_separator=
8801 fi
8802 ;;
8803 esac
8804 shared_flag='-shared'
8805 if test "$aix_use_runtimelinking" = yes; then
8806 shared_flag="$shared_flag "'${wl}-G'
8807 fi
8808 else
8809 # not using gcc
8810 if test "$host_cpu" = ia64; then
8811 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8812 # chokes on -Wl,-G. The following line is correct:
8813 shared_flag='-G'
8814 else
8815 if test "$aix_use_runtimelinking" = yes; then
8816 shared_flag='${wl}-G'
8817 else
8818 shared_flag='${wl}-bM:SRE'
8819 fi
8820 fi
8821 fi
8822
8823 export_dynamic_flag_spec='${wl}-bexpall'
8824 # It seems that -bexpall does not export symbols beginning with
8825 # underscore (_), so it is better to generate a list of symbols to export.
8826 always_export_symbols=yes
8827 if test "$aix_use_runtimelinking" = yes; then
8828 # Warning - without using the other runtime loading flags (-brtl),
8829 # -berok will link without error, but may produce a broken library.
8830 allow_undefined_flag='-berok'
8831 # Determine the default libpath from the value encoded in an
8832 # empty executable.
8833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8834/* end confdefs.h. */
8835
8836int
8837main ()
8838{
8839
8840 ;
8841 return 0;
8842}
8843_ACEOF
6bb11ab3 8844if ac_fn_c_try_link "$LINENO"; then :
b7026657 8845
6bb11ab3
L
8846lt_aix_libpath_sed='
8847 /Import File Strings/,/^$/ {
8848 /^0/ {
8849 s/^0 *\(.*\)$/\1/
8850 p
8851 }
8852 }'
8853aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8854# Check for a 64-bit object if we didn't find anything.
8855if test -z "$aix_libpath"; then
8856 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8857fi
8858fi
8859rm -f core conftest.err conftest.$ac_objext \
8860 conftest$ac_exeext conftest.$ac_ext
8861if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8862
8863 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8864 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"
8865 else
8866 if test "$host_cpu" = ia64; then
8867 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8868 allow_undefined_flag="-z nodefs"
8869 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"
8870 else
8871 # Determine the default libpath from the value encoded in an
8872 # empty executable.
81ecdfbb
RW
8873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8874/* end confdefs.h. */
8875
8876int
8877main ()
8878{
8879
8880 ;
8881 return 0;
8882}
8883_ACEOF
6bb11ab3
L
8884if ac_fn_c_try_link "$LINENO"; then :
8885
8886lt_aix_libpath_sed='
8887 /Import File Strings/,/^$/ {
8888 /^0/ {
8889 s/^0 *\(.*\)$/\1/
8890 p
8891 }
8892 }'
8893aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8894# Check for a 64-bit object if we didn't find anything.
8895if test -z "$aix_libpath"; then
8896 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8897fi
81ecdfbb 8898fi
6bb11ab3
L
8899rm -f core conftest.err conftest.$ac_objext \
8900 conftest$ac_exeext conftest.$ac_ext
8901if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8902
8903 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8904 # Warning - without using the other run time loading flags,
8905 # -berok will link without error, but may produce a broken library.
8906 no_undefined_flag=' ${wl}-bernotok'
8907 allow_undefined_flag=' ${wl}-berok'
8908 if test "$with_gnu_ld" = yes; then
8909 # We only use this code for GNU lds that support --whole-archive.
8910 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8911 else
8912 # Exported symbols can be pulled into shared objects from archives
8913 whole_archive_flag_spec='$convenience'
8914 fi
8915 archive_cmds_need_lc=yes
8916 # This is similar to how AIX traditionally builds its shared libraries.
8917 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'
8918 fi
8919 fi
8920 ;;
8921
8922 amigaos*)
8923 case $host_cpu in
8924 powerpc)
8925 # see comment about AmigaOS4 .so support
8926 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8927 archive_expsym_cmds=''
8928 ;;
8929 m68k)
8930 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)'
8931 hardcode_libdir_flag_spec='-L$libdir'
8932 hardcode_minus_L=yes
8933 ;;
8934 esac
8935 ;;
8936
8937 bsdi[45]*)
8938 export_dynamic_flag_spec=-rdynamic
8939 ;;
8940
8941 cygwin* | mingw* | pw32* | cegcc*)
8942 # When not using gcc, we currently assume that we are using
8943 # Microsoft Visual C++.
8944 # hardcode_libdir_flag_spec is actually meaningless, as there is
8945 # no search path for DLLs.
8946 hardcode_libdir_flag_spec=' '
8947 allow_undefined_flag=unsupported
8948 # Tell ltmain to make .lib files, not .a files.
8949 libext=lib
8950 # Tell ltmain to make .dll files, not .so files.
8951 shrext_cmds=".dll"
8952 # FIXME: Setting linknames here is a bad hack.
8953 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8954 # The linker will automatically build a .lib file if we build a DLL.
8955 old_archive_from_new_cmds='true'
8956 # FIXME: Should let the user specify the lib program.
8957 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8958 fix_srcfile_path='`cygpath -w "$srcfile"`'
8959 enable_shared_with_static_runtimes=yes
8960 ;;
8961
8962 darwin* | rhapsody*)
8963
8964
8965 archive_cmds_need_lc=no
8966 hardcode_direct=no
8967 hardcode_automatic=yes
8968 hardcode_shlibpath_var=unsupported
8969 if test "$lt_cv_ld_force_load" = "yes"; then
8970 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 8971 else
6bb11ab3 8972 whole_archive_flag_spec=''
f0569246 8973 fi
6bb11ab3
L
8974 link_all_deplibs=yes
8975 allow_undefined_flag="$_lt_dar_allow_undefined"
8976 case $cc_basename in
8977 ifort*) _lt_dar_can_shared=yes ;;
8978 *) _lt_dar_can_shared=$GCC ;;
8979 esac
8980 if test "$_lt_dar_can_shared" = "yes"; then
8981 output_verbose_link_cmd=func_echo_all
8982 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8983 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8984 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}"
8985 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}"
8986
f0569246 8987 else
6bb11ab3 8988 ld_shlibs=no
f0569246 8989 fi
6bb11ab3
L
8990
8991 ;;
8992
8993 dgux*)
8994 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8995 hardcode_libdir_flag_spec='-L$libdir'
8996 hardcode_shlibpath_var=no
8997 ;;
8998
8999 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9000 # support. Future versions do this automatically, but an explicit c++rt0.o
9001 # does not break anything, and helps significantly (at the cost of a little
9002 # extra space).
9003 freebsd2.2*)
9004 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9005 hardcode_libdir_flag_spec='-R$libdir'
9006 hardcode_direct=yes
9007 hardcode_shlibpath_var=no
9008 ;;
9009
9010 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9011 freebsd2.*)
9012 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9013 hardcode_direct=yes
9014 hardcode_minus_L=yes
9015 hardcode_shlibpath_var=no
9016 ;;
9017
9018 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9019 freebsd* | dragonfly*)
9020 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9021 hardcode_libdir_flag_spec='-R$libdir'
9022 hardcode_direct=yes
9023 hardcode_shlibpath_var=no
9024 ;;
9025
9026 hpux9*)
9027 if test "$GCC" = yes; then
9028 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'
9029 else
9030 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'
9031 fi
9032 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9033 hardcode_libdir_separator=:
9034 hardcode_direct=yes
9035
9036 # hardcode_minus_L: Not really in the search PATH,
9037 # but as the default location of the library.
9038 hardcode_minus_L=yes
9039 export_dynamic_flag_spec='${wl}-E'
9040 ;;
9041
9042 hpux10*)
9043 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9044 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9045 else
9046 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9047 fi
9048 if test "$with_gnu_ld" = no; then
9049 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9050 hardcode_libdir_flag_spec_ld='+b $libdir'
9051 hardcode_libdir_separator=:
9052 hardcode_direct=yes
9053 hardcode_direct_absolute=yes
9054 export_dynamic_flag_spec='${wl}-E'
9055 # hardcode_minus_L: Not really in the search PATH,
9056 # but as the default location of the library.
9057 hardcode_minus_L=yes
9058 fi
9059 ;;
9060
9061 hpux11*)
9062 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9063 case $host_cpu in
9064 hppa*64*)
9065 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9066 ;;
9067 ia64*)
9068 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9069 ;;
9070 *)
9071 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9072 ;;
9073 esac
9074 else
9075 case $host_cpu in
9076 hppa*64*)
9077 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9078 ;;
9079 ia64*)
9080 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9081 ;;
9082 *)
9083
9084 # Older versions of the 11.00 compiler do not understand -b yet
9085 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9087$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9088if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9089 $as_echo_n "(cached) " >&6
f0569246 9090else
6bb11ab3
L
9091 lt_cv_prog_compiler__b=no
9092 save_LDFLAGS="$LDFLAGS"
9093 LDFLAGS="$LDFLAGS -b"
9094 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9095 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9096 # The linker can only warn and ignore the option if not recognized
9097 # So say no if there are warnings
9098 if test -s conftest.err; then
9099 # Append any errors to the config.log.
9100 cat conftest.err 1>&5
9101 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9102 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9103 if diff conftest.exp conftest.er2 >/dev/null; then
9104 lt_cv_prog_compiler__b=yes
9105 fi
9106 else
9107 lt_cv_prog_compiler__b=yes
9108 fi
9109 fi
9110 $RM -r conftest*
9111 LDFLAGS="$save_LDFLAGS"
f0569246 9112
6bb11ab3
L
9113fi
9114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9115$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9116
6bb11ab3
L
9117if test x"$lt_cv_prog_compiler__b" = xyes; then
9118 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9119else
9120 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9121fi
81ecdfbb 9122
6bb11ab3
L
9123 ;;
9124 esac
9125 fi
9126 if test "$with_gnu_ld" = no; then
9127 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9128 hardcode_libdir_separator=:
9129
9130 case $host_cpu in
9131 hppa*64*|ia64*)
9132 hardcode_direct=no
9133 hardcode_shlibpath_var=no
9134 ;;
9135 *)
9136 hardcode_direct=yes
9137 hardcode_direct_absolute=yes
9138 export_dynamic_flag_spec='${wl}-E'
9139
9140 # hardcode_minus_L: Not really in the search PATH,
9141 # but as the default location of the library.
9142 hardcode_minus_L=yes
9143 ;;
9144 esac
9145 fi
9146 ;;
9147
9148 irix5* | irix6* | nonstopux*)
9149 if test "$GCC" = yes; then
9150 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'
9151 # Try to use the -exported_symbol ld option, if it does not
9152 # work, assume that -exports_file does not work either and
9153 # implicitly export all symbols.
9154 save_LDFLAGS="$LDFLAGS"
9155 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9157/* end confdefs.h. */
9158int foo(void) {}
b7026657 9159_ACEOF
6bb11ab3
L
9160if ac_fn_c_try_link "$LINENO"; then :
9161 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 9162
f0569246 9163fi
6bb11ab3
L
9164rm -f core conftest.err conftest.$ac_objext \
9165 conftest$ac_exeext conftest.$ac_ext
9166 LDFLAGS="$save_LDFLAGS"
9167 else
9168 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'
9169 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'
9170 fi
9171 archive_cmds_need_lc='no'
9172 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9173 hardcode_libdir_separator=:
9174 inherit_rpath=yes
9175 link_all_deplibs=yes
9176 ;;
9177
9178 netbsd*)
9179 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9180 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9181 else
9182 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9183 fi
9184 hardcode_libdir_flag_spec='-R$libdir'
9185 hardcode_direct=yes
9186 hardcode_shlibpath_var=no
9187 ;;
9188
9189 newsos6)
9190 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9191 hardcode_direct=yes
9192 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9193 hardcode_libdir_separator=:
9194 hardcode_shlibpath_var=no
9195 ;;
9196
9197 *nto* | *qnx*)
9198 ;;
9199
9200 openbsd*)
9201 if test -f /usr/libexec/ld.so; then
9202 hardcode_direct=yes
9203 hardcode_shlibpath_var=no
9204 hardcode_direct_absolute=yes
9205 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9206 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9207 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9208 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9209 export_dynamic_flag_spec='${wl}-E'
9210 else
9211 case $host_os in
9212 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9213 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9214 hardcode_libdir_flag_spec='-R$libdir'
9215 ;;
9216 *)
9217 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9218 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9219 ;;
9220 esac
9221 fi
9222 else
9223 ld_shlibs=no
9224 fi
9225 ;;
9226
9227 os2*)
9228 hardcode_libdir_flag_spec='-L$libdir'
9229 hardcode_minus_L=yes
9230 allow_undefined_flag=unsupported
9231 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'
9232 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9233 ;;
9234
9235 osf3*)
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}-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 else
9240 allow_undefined_flag=' -expect_unresolved \*'
9241 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'
9242 fi
9243 archive_cmds_need_lc='no'
9244 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9245 hardcode_libdir_separator=:
9246 ;;
9247
9248 osf4* | osf5*) # as osf3* with the addition of -msym flag
9249 if test "$GCC" = yes; then
9250 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9251 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'
9252 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9253 else
9254 allow_undefined_flag=' -expect_unresolved \*'
9255 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'
9256 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~
9257 $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'
9258
9259 # Both c and cxx compiler support -rpath directly
9260 hardcode_libdir_flag_spec='-rpath $libdir'
9261 fi
9262 archive_cmds_need_lc='no'
9263 hardcode_libdir_separator=:
9264 ;;
9265
9266 solaris*)
9267 no_undefined_flag=' -z defs'
9268 if test "$GCC" = yes; then
9269 wlarc='${wl}'
9270 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$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 -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9273 else
9274 case `$CC -V 2>&1` in
9275 *"Compilers 5.0"*)
9276 wlarc=''
9277 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9278 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9279 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9280 ;;
9281 *)
9282 wlarc='${wl}'
9283 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9284 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9285 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9286 ;;
9287 esac
9288 fi
9289 hardcode_libdir_flag_spec='-R$libdir'
9290 hardcode_shlibpath_var=no
9291 case $host_os in
9292 solaris2.[0-5] | solaris2.[0-5].*) ;;
9293 *)
9294 # The compiler driver will combine and reorder linker options,
9295 # but understands `-z linker_flag'. GCC discards it without `$wl',
9296 # but is careful enough not to reorder.
9297 # Supported since Solaris 2.6 (maybe 2.5.1?)
9298 if test "$GCC" = yes; then
9299 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9300 else
9301 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9302 fi
9303 ;;
9304 esac
9305 link_all_deplibs=yes
9306 ;;
9307
9308 sunos4*)
9309 if test "x$host_vendor" = xsequent; then
9310 # Use $CC to link under sequent, because it throws in some extra .o
9311 # files that make .init and .fini sections work.
9312 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9313 else
9314 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9315 fi
9316 hardcode_libdir_flag_spec='-L$libdir'
9317 hardcode_direct=yes
9318 hardcode_minus_L=yes
9319 hardcode_shlibpath_var=no
9320 ;;
9321
9322 sysv4)
9323 case $host_vendor in
9324 sni)
9325 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9326 hardcode_direct=yes # is this really true???
9327 ;;
9328 siemens)
9329 ## LD is ld it makes a PLAMLIB
9330 ## CC just makes a GrossModule.
9331 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9332 reload_cmds='$CC -r -o $output$reload_objs'
9333 hardcode_direct=no
9334 ;;
9335 motorola)
9336 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9337 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9338 ;;
9339 esac
9340 runpath_var='LD_RUN_PATH'
9341 hardcode_shlibpath_var=no
9342 ;;
9343
9344 sysv4.3*)
9345 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9346 hardcode_shlibpath_var=no
9347 export_dynamic_flag_spec='-Bexport'
9348 ;;
9349
9350 sysv4*MP*)
9351 if test -d /usr/nec; then
9352 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9353 hardcode_shlibpath_var=no
9354 runpath_var=LD_RUN_PATH
9355 hardcode_runpath_var=yes
9356 ld_shlibs=yes
9357 fi
9358 ;;
9359
9360 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9361 no_undefined_flag='${wl}-z,text'
9362 archive_cmds_need_lc=no
9363 hardcode_shlibpath_var=no
9364 runpath_var='LD_RUN_PATH'
9365
9366 if test "$GCC" = yes; then
9367 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9368 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9369 else
9370 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9371 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9372 fi
9373 ;;
9374
9375 sysv5* | sco3.2v5* | sco5v6*)
9376 # Note: We can NOT use -z defs as we might desire, because we do not
9377 # link with -lc, and that would cause any symbols used from libc to
9378 # always be unresolved, which means just about no library would
9379 # ever link correctly. If we're not using GNU ld we use -z text
9380 # though, which does catch some bad symbols but isn't as heavy-handed
9381 # as -z defs.
9382 no_undefined_flag='${wl}-z,text'
9383 allow_undefined_flag='${wl}-z,nodefs'
9384 archive_cmds_need_lc=no
9385 hardcode_shlibpath_var=no
9386 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9387 hardcode_libdir_separator=':'
9388 link_all_deplibs=yes
9389 export_dynamic_flag_spec='${wl}-Bexport'
9390 runpath_var='LD_RUN_PATH'
9391
9392 if test "$GCC" = yes; then
9393 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9394 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9395 else
9396 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9397 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9398 fi
9399 ;;
9400
9401 uts4*)
9402 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9403 hardcode_libdir_flag_spec='-L$libdir'
9404 hardcode_shlibpath_var=no
9405 ;;
9406
9407 *)
9408 ld_shlibs=no
9409 ;;
9410 esac
9411
9412 if test x$host_vendor = xsni; then
9413 case $host in
9414 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9415 export_dynamic_flag_spec='${wl}-Blargedynsym'
9416 ;;
9417 esac
9418 fi
9419 fi
9420
9421{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9422$as_echo "$ld_shlibs" >&6; }
9423test "$ld_shlibs" = no && can_build_shared=no
9424
9425with_gnu_ld=$with_gnu_ld
9426
9427
9428
b7026657 9429
f0569246 9430
f0569246 9431
6ffe910a 9432
6ffe910a
MF
9433
9434
6ffe910a 9435
f0569246 9436
f0569246
AC
9437
9438
6bb11ab3
L
9439
9440
9441#
9442# Do we need to explicitly link libc?
9443#
9444case "x$archive_cmds_need_lc" in
9445x|xyes)
9446 # Assume -lc should be added
9447 archive_cmds_need_lc=yes
9448
9449 if test "$enable_shared" = yes && test "$GCC" = yes; then
9450 case $archive_cmds in
9451 *'~'*)
9452 # FIXME: we may have to deal with multi-command sequences.
9453 ;;
9454 '$CC '*)
9455 # Test whether the compiler implicitly links with -lc since on some
9456 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9457 # to ld, don't add -lc before -lgcc.
9458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9459$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9460if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9461 $as_echo_n "(cached) " >&6
b7026657 9462else
6bb11ab3
L
9463 $RM conftest*
9464 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9465
9466 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9467 (eval $ac_compile) 2>&5
9468 ac_status=$?
9469 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9470 test $ac_status = 0; } 2>conftest.err; then
9471 soname=conftest
9472 lib=conftest
9473 libobjs=conftest.$ac_objext
9474 deplibs=
9475 wl=$lt_prog_compiler_wl
9476 pic_flag=$lt_prog_compiler_pic
9477 compiler_flags=-v
9478 linker_flags=-v
9479 verstring=
9480 output_objdir=.
9481 libname=conftest
9482 lt_save_allow_undefined_flag=$allow_undefined_flag
9483 allow_undefined_flag=
9484 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9485 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9486 ac_status=$?
9487 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9488 test $ac_status = 0; }
9489 then
9490 lt_cv_archive_cmds_need_lc=no
9491 else
9492 lt_cv_archive_cmds_need_lc=yes
9493 fi
9494 allow_undefined_flag=$lt_save_allow_undefined_flag
9495 else
9496 cat conftest.err 1>&5
9497 fi
9498 $RM conftest*
c906108c 9499
6ffe910a 9500fi
6bb11ab3
L
9501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9502$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9503 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9504 ;;
9505 esac
9506 fi
9507 ;;
6ffe910a 9508esac
c906108c 9509
c906108c 9510
6ffe910a 9511
c906108c 9512
81ecdfbb 9513
35695fd6 9514
35695fd6 9515
35695fd6 9516
f0569246 9517
c906108c 9518
f0569246 9519
b7026657 9520
f0569246 9521
c906108c 9522
81ecdfbb 9523
c906108c 9524
f0569246
AC
9525
9526
81ecdfbb 9527
81ecdfbb 9528
81ecdfbb
RW
9529
9530
81ecdfbb 9531
81ecdfbb 9532
f0569246
AC
9533
9534
c906108c 9535
f0569246 9536
c906108c 9537
c906108c 9538
81ecdfbb 9539
b7026657 9540
c906108c 9541
f0569246 9542
81ecdfbb 9543
f0569246 9544
c906108c 9545
c906108c 9546
b7026657 9547
81ecdfbb 9548
b7026657 9549
c906108c 9550
c906108c 9551
b7026657
AC
9552
9553
9554
9555
6ffe910a 9556
2232061b
MF
9557
9558
2232061b 9559
2232061b
MF
9560
9561
2232061b
MF
9562
9563
2232061b 9564
2232061b
MF
9565
9566
6bb11ab3
L
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
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9667$as_echo_n "checking dynamic linker characteristics... " >&6; }
9668
9669if test "$GCC" = yes; then
9670 case $host_os in
9671 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9672 *) lt_awk_arg="/^libraries:/" ;;
9673 esac
9674 case $host_os in
9675 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9676 *) lt_sed_strip_eq="s,=/,/,g" ;;
9677 esac
9678 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9679 case $lt_search_path_spec in
9680 *\;*)
9681 # if the path contains ";" then we assume it to be the separator
9682 # otherwise default to the standard path separator (i.e. ":") - it is
9683 # assumed that no part of a normal pathname contains ";" but that should
9684 # okay in the real world where ";" in dirpaths is itself problematic.
9685 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9686 ;;
9687 *)
9688 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9689 ;;
9690 esac
9691 # Ok, now we have the path, separated by spaces, we can step through it
9692 # and add multilib dir if necessary.
9693 lt_tmp_lt_search_path_spec=
9694 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9695 for lt_sys_path in $lt_search_path_spec; do
9696 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9697 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9698 else
9699 test -d "$lt_sys_path" && \
9700 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9701 fi
9702 done
9703 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9704BEGIN {RS=" "; FS="/|\n";} {
9705 lt_foo="";
9706 lt_count=0;
9707 for (lt_i = NF; lt_i > 0; lt_i--) {
9708 if ($lt_i != "" && $lt_i != ".") {
9709 if ($lt_i == "..") {
9710 lt_count++;
9711 } else {
9712 if (lt_count == 0) {
9713 lt_foo="/" $lt_i lt_foo;
9714 } else {
9715 lt_count--;
9716 }
9717 }
9718 }
9719 }
9720 if (lt_foo != "") { lt_freq[lt_foo]++; }
9721 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9722}'`
9723 # AWK program above erroneously prepends '/' to C:/dos/paths
9724 # for these hosts.
9725 case $host_os in
9726 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9727 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9728 esac
9729 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9730else
9731 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9732fi
9733library_names_spec=
9734libname_spec='lib$name'
9735soname_spec=
9736shrext_cmds=".so"
9737postinstall_cmds=
9738postuninstall_cmds=
9739finish_cmds=
9740finish_eval=
9741shlibpath_var=
9742shlibpath_overrides_runpath=unknown
9743version_type=none
9744dynamic_linker="$host_os ld.so"
9745sys_lib_dlsearch_path_spec="/lib /usr/lib"
9746need_lib_prefix=unknown
9747hardcode_into_libs=no
9748
9749# when you set need_version to no, make sure it does not cause -set_version
9750# flags to be left without arguments
9751need_version=unknown
9752
9753case $host_os in
9754aix3*)
9755 version_type=linux
9756 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9757 shlibpath_var=LIBPATH
9758
9759 # AIX 3 has no versioning support, so we append a major version to the name.
9760 soname_spec='${libname}${release}${shared_ext}$major'
9761 ;;
9762
9763aix[4-9]*)
9764 version_type=linux
9765 need_lib_prefix=no
9766 need_version=no
9767 hardcode_into_libs=yes
9768 if test "$host_cpu" = ia64; then
9769 # AIX 5 supports IA64
9770 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9771 shlibpath_var=LD_LIBRARY_PATH
9772 else
9773 # With GCC up to 2.95.x, collect2 would create an import file
9774 # for dependence libraries. The import file would start with
9775 # the line `#! .'. This would cause the generated library to
9776 # depend on `.', always an invalid library. This was fixed in
9777 # development snapshots of GCC prior to 3.0.
9778 case $host_os in
9779 aix4 | aix4.[01] | aix4.[01].*)
9780 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9781 echo ' yes '
9782 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9783 :
9784 else
9785 can_build_shared=no
9786 fi
9787 ;;
9788 esac
9789 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9790 # soname into executable. Probably we can add versioning support to
9791 # collect2, so additional links can be useful in future.
9792 if test "$aix_use_runtimelinking" = yes; then
9793 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9794 # instead of lib<name>.a to let people know that these are not
9795 # typical AIX shared libraries.
9796 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9797 else
9798 # We preserve .a as extension for shared libraries through AIX4.2
9799 # and later when we are not doing run time linking.
9800 library_names_spec='${libname}${release}.a $libname.a'
9801 soname_spec='${libname}${release}${shared_ext}$major'
9802 fi
9803 shlibpath_var=LIBPATH
9804 fi
9805 ;;
9806
9807amigaos*)
9808 case $host_cpu in
9809 powerpc)
9810 # Since July 2007 AmigaOS4 officially supports .so libraries.
9811 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9813 ;;
9814 m68k)
9815 library_names_spec='$libname.ixlibrary $libname.a'
9816 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9817 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'
9818 ;;
9819 esac
9820 ;;
9821
9822beos*)
9823 library_names_spec='${libname}${shared_ext}'
9824 dynamic_linker="$host_os ld.so"
9825 shlibpath_var=LIBRARY_PATH
9826 ;;
9827
9828bsdi[45]*)
9829 version_type=linux
9830 need_version=no
9831 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9832 soname_spec='${libname}${release}${shared_ext}$major'
9833 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9834 shlibpath_var=LD_LIBRARY_PATH
9835 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9836 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9837 # the default ld.so.conf also contains /usr/contrib/lib and
9838 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9839 # libtool to hard-code these into programs
9840 ;;
9841
9842cygwin* | mingw* | pw32* | cegcc*)
9843 version_type=windows
9844 shrext_cmds=".dll"
9845 need_version=no
9846 need_lib_prefix=no
9847
9848 case $GCC,$host_os in
9849 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9850 library_names_spec='$libname.dll.a'
9851 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9852 postinstall_cmds='base_file=`basename \${file}`~
9853 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9854 dldir=$destdir/`dirname \$dlpath`~
9855 test -d \$dldir || mkdir -p \$dldir~
9856 $install_prog $dir/$dlname \$dldir/$dlname~
9857 chmod a+x \$dldir/$dlname~
9858 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9859 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9860 fi'
9861 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9862 dlpath=$dir/\$dldll~
9863 $RM \$dlpath'
9864 shlibpath_overrides_runpath=yes
9865
9866 case $host_os in
9867 cygwin*)
9868 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9869 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9870
9871 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9872 ;;
9873 mingw* | cegcc*)
9874 # MinGW DLLs use traditional 'lib' prefix
9875 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9876 ;;
9877 pw32*)
9878 # pw32 DLLs use 'pw' prefix rather than 'lib'
9879 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9880 ;;
9881 esac
9882 ;;
9883
9884 *)
9885 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9886 ;;
9887 esac
9888 dynamic_linker='Win32 ld.exe'
9889 # FIXME: first we should search . and the directory the executable is in
9890 shlibpath_var=PATH
9891 ;;
9892
9893darwin* | rhapsody*)
9894 dynamic_linker="$host_os dyld"
9895 version_type=darwin
9896 need_lib_prefix=no
9897 need_version=no
9898 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9899 soname_spec='${libname}${release}${major}$shared_ext'
9900 shlibpath_overrides_runpath=yes
9901 shlibpath_var=DYLD_LIBRARY_PATH
9902 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9903
9904 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9905 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9906 ;;
9907
9908dgux*)
9909 version_type=linux
9910 need_lib_prefix=no
9911 need_version=no
9912 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9913 soname_spec='${libname}${release}${shared_ext}$major'
9914 shlibpath_var=LD_LIBRARY_PATH
9915 ;;
9916
9917freebsd* | dragonfly*)
9918 # DragonFly does not have aout. When/if they implement a new
9919 # versioning mechanism, adjust this.
9920 if test -x /usr/bin/objformat; then
9921 objformat=`/usr/bin/objformat`
9922 else
9923 case $host_os in
9924 freebsd[23].*) objformat=aout ;;
9925 *) objformat=elf ;;
9926 esac
9927 fi
9928 version_type=freebsd-$objformat
9929 case $version_type in
9930 freebsd-elf*)
9931 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9932 need_version=no
9933 need_lib_prefix=no
9934 ;;
9935 freebsd-*)
9936 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9937 need_version=yes
9938 ;;
9939 esac
9940 shlibpath_var=LD_LIBRARY_PATH
9941 case $host_os in
9942 freebsd2.*)
9943 shlibpath_overrides_runpath=yes
9944 ;;
9945 freebsd3.[01]* | freebsdelf3.[01]*)
9946 shlibpath_overrides_runpath=yes
9947 hardcode_into_libs=yes
9948 ;;
9949 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9950 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9951 shlibpath_overrides_runpath=no
9952 hardcode_into_libs=yes
9953 ;;
9954 *) # from 4.6 on, and DragonFly
9955 shlibpath_overrides_runpath=yes
9956 hardcode_into_libs=yes
9957 ;;
9958 esac
9959 ;;
9960
6bb11ab3
L
9961haiku*)
9962 version_type=linux
9963 need_lib_prefix=no
9964 need_version=no
9965 dynamic_linker="$host_os runtime_loader"
9966 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9967 soname_spec='${libname}${release}${shared_ext}$major'
9968 shlibpath_var=LIBRARY_PATH
9969 shlibpath_overrides_runpath=yes
9970 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9971 hardcode_into_libs=yes
9972 ;;
9973
9974hpux9* | hpux10* | hpux11*)
9975 # Give a soname corresponding to the major version so that dld.sl refuses to
9976 # link against other versions.
9977 version_type=sunos
9978 need_lib_prefix=no
9979 need_version=no
9980 case $host_cpu in
9981 ia64*)
9982 shrext_cmds='.so'
9983 hardcode_into_libs=yes
9984 dynamic_linker="$host_os dld.so"
9985 shlibpath_var=LD_LIBRARY_PATH
9986 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9987 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9988 soname_spec='${libname}${release}${shared_ext}$major'
9989 if test "X$HPUX_IA64_MODE" = X32; then
9990 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9991 else
9992 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9993 fi
9994 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9995 ;;
9996 hppa*64*)
9997 shrext_cmds='.sl'
9998 hardcode_into_libs=yes
9999 dynamic_linker="$host_os dld.sl"
10000 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10001 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10002 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10003 soname_spec='${libname}${release}${shared_ext}$major'
10004 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10005 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10006 ;;
10007 *)
10008 shrext_cmds='.sl'
10009 dynamic_linker="$host_os dld.sl"
10010 shlibpath_var=SHLIB_PATH
10011 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10012 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10013 soname_spec='${libname}${release}${shared_ext}$major'
10014 ;;
10015 esac
10016 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10017 postinstall_cmds='chmod 555 $lib'
10018 # or fails outright, so override atomically:
10019 install_override_mode=555
10020 ;;
10021
10022interix[3-9]*)
10023 version_type=linux
10024 need_lib_prefix=no
10025 need_version=no
10026 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10027 soname_spec='${libname}${release}${shared_ext}$major'
10028 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10029 shlibpath_var=LD_LIBRARY_PATH
10030 shlibpath_overrides_runpath=no
10031 hardcode_into_libs=yes
10032 ;;
10033
10034irix5* | irix6* | nonstopux*)
10035 case $host_os in
10036 nonstopux*) version_type=nonstopux ;;
10037 *)
10038 if test "$lt_cv_prog_gnu_ld" = yes; then
10039 version_type=linux
10040 else
10041 version_type=irix
10042 fi ;;
10043 esac
10044 need_lib_prefix=no
10045 need_version=no
10046 soname_spec='${libname}${release}${shared_ext}$major'
10047 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10048 case $host_os in
10049 irix5* | nonstopux*)
10050 libsuff= shlibsuff=
10051 ;;
10052 *)
10053 case $LD in # libtool.m4 will add one of these switches to LD
10054 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10055 libsuff= shlibsuff= libmagic=32-bit;;
10056 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10057 libsuff=32 shlibsuff=N32 libmagic=N32;;
10058 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10059 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10060 *) libsuff= shlibsuff= libmagic=never-match;;
10061 esac
10062 ;;
10063 esac
10064 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10065 shlibpath_overrides_runpath=no
10066 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10067 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10068 hardcode_into_libs=yes
10069 ;;
10070
10071# No shared lib support for Linux oldld, aout, or coff.
10072linux*oldld* | linux*aout* | linux*coff*)
10073 dynamic_linker=no
10074 ;;
10075
10076# This must be Linux ELF.
46f900c0 10077linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10078 version_type=linux
10079 need_lib_prefix=no
10080 need_version=no
10081 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10082 soname_spec='${libname}${release}${shared_ext}$major'
10083 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10084 shlibpath_var=LD_LIBRARY_PATH
10085 shlibpath_overrides_runpath=no
10086
10087 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10088 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10089 $as_echo_n "(cached) " >&6
10090else
6bb11ab3
L
10091 lt_cv_shlibpath_overrides_runpath=no
10092 save_LDFLAGS=$LDFLAGS
10093 save_libdir=$libdir
10094 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10095 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10097/* end confdefs.h. */
10098
2232061b
MF
10099int
10100main ()
10101{
10102
10103 ;
10104 return 0;
10105}
10106_ACEOF
6bb11ab3
L
10107if ac_fn_c_try_link "$LINENO"; then :
10108 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10109 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10110fi
2232061b 10111fi
6bb11ab3
L
10112rm -f core conftest.err conftest.$ac_objext \
10113 conftest$ac_exeext conftest.$ac_ext
10114 LDFLAGS=$save_LDFLAGS
10115 libdir=$save_libdir
2232061b 10116
6bb11ab3 10117fi
2232061b 10118
6bb11ab3 10119 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10120
6bb11ab3
L
10121 # This implies no fast_install, which is unacceptable.
10122 # Some rework will be needed to allow for fast_install
10123 # before this can be enabled.
10124 hardcode_into_libs=yes
2232061b 10125
6bb11ab3
L
10126 # Append ld.so.conf contents to the search path
10127 if test -f /etc/ld.so.conf; then
10128 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' ' '`
10129 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10130 fi
2232061b 10131
6bb11ab3
L
10132 # We used to test for /lib/ld.so.1 and disable shared libraries on
10133 # powerpc, because MkLinux only supported shared libraries with the
10134 # GNU dynamic linker. Since this was broken with cross compilers,
10135 # most powerpc-linux boxes support dynamic linking these days and
10136 # people can always --disable-shared, the test was removed, and we
10137 # assume the GNU/Linux dynamic linker is in use.
10138 dynamic_linker='GNU/Linux ld.so'
10139 ;;
10140
10141netbsd*)
10142 version_type=sunos
10143 need_lib_prefix=no
10144 need_version=no
10145 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10146 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10147 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10148 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10149 else
6bb11ab3
L
10150 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10151 soname_spec='${libname}${release}${shared_ext}$major'
10152 dynamic_linker='NetBSD ld.elf_so'
10153 fi
10154 shlibpath_var=LD_LIBRARY_PATH
10155 shlibpath_overrides_runpath=yes
10156 hardcode_into_libs=yes
10157 ;;
10158
10159newsos6)
10160 version_type=linux
10161 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10162 shlibpath_var=LD_LIBRARY_PATH
10163 shlibpath_overrides_runpath=yes
10164 ;;
10165
10166*nto* | *qnx*)
10167 version_type=qnx
10168 need_lib_prefix=no
10169 need_version=no
10170 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10171 soname_spec='${libname}${release}${shared_ext}$major'
10172 shlibpath_var=LD_LIBRARY_PATH
10173 shlibpath_overrides_runpath=no
10174 hardcode_into_libs=yes
10175 dynamic_linker='ldqnx.so'
10176 ;;
10177
10178openbsd*)
10179 version_type=sunos
10180 sys_lib_dlsearch_path_spec="/usr/lib"
10181 need_lib_prefix=no
10182 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10183 case $host_os in
10184 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10185 *) need_version=no ;;
10186 esac
10187 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10188 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10189 shlibpath_var=LD_LIBRARY_PATH
10190 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10191 case $host_os in
10192 openbsd2.[89] | openbsd2.[89].*)
10193 shlibpath_overrides_runpath=no
10194 ;;
10195 *)
10196 shlibpath_overrides_runpath=yes
10197 ;;
10198 esac
10199 else
10200 shlibpath_overrides_runpath=yes
10201 fi
10202 ;;
10203
10204os2*)
10205 libname_spec='$name'
10206 shrext_cmds=".dll"
10207 need_lib_prefix=no
10208 library_names_spec='$libname${shared_ext} $libname.a'
10209 dynamic_linker='OS/2 ld.exe'
10210 shlibpath_var=LIBPATH
10211 ;;
10212
10213osf3* | osf4* | osf5*)
10214 version_type=osf
10215 need_lib_prefix=no
10216 need_version=no
10217 soname_spec='${libname}${release}${shared_ext}$major'
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10219 shlibpath_var=LD_LIBRARY_PATH
10220 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10221 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10222 ;;
10223
10224rdos*)
10225 dynamic_linker=no
10226 ;;
10227
10228solaris*)
10229 version_type=linux
10230 need_lib_prefix=no
10231 need_version=no
10232 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10233 soname_spec='${libname}${release}${shared_ext}$major'
10234 shlibpath_var=LD_LIBRARY_PATH
10235 shlibpath_overrides_runpath=yes
10236 hardcode_into_libs=yes
10237 # ldd complains unless libraries are executable
10238 postinstall_cmds='chmod +x $lib'
10239 ;;
10240
10241sunos4*)
10242 version_type=sunos
10243 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10244 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10245 shlibpath_var=LD_LIBRARY_PATH
10246 shlibpath_overrides_runpath=yes
10247 if test "$with_gnu_ld" = yes; then
10248 need_lib_prefix=no
10249 fi
10250 need_version=yes
10251 ;;
10252
10253sysv4 | sysv4.3*)
10254 version_type=linux
10255 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10256 soname_spec='${libname}${release}${shared_ext}$major'
10257 shlibpath_var=LD_LIBRARY_PATH
10258 case $host_vendor in
10259 sni)
10260 shlibpath_overrides_runpath=no
10261 need_lib_prefix=no
10262 runpath_var=LD_RUN_PATH
10263 ;;
10264 siemens)
10265 need_lib_prefix=no
10266 ;;
10267 motorola)
10268 need_lib_prefix=no
10269 need_version=no
10270 shlibpath_overrides_runpath=no
10271 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10272 ;;
10273 esac
10274 ;;
10275
10276sysv4*MP*)
10277 if test -d /usr/nec ;then
10278 version_type=linux
10279 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10280 soname_spec='$libname${shared_ext}.$major'
10281 shlibpath_var=LD_LIBRARY_PATH
2232061b 10282 fi
6bb11ab3
L
10283 ;;
10284
10285sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10286 version_type=freebsd-elf
10287 need_lib_prefix=no
10288 need_version=no
10289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10290 soname_spec='${libname}${release}${shared_ext}$major'
10291 shlibpath_var=LD_LIBRARY_PATH
10292 shlibpath_overrides_runpath=yes
10293 hardcode_into_libs=yes
10294 if test "$with_gnu_ld" = yes; then
10295 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10296 else
10297 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10298 case $host_os in
10299 sco3.2v5*)
10300 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10301 ;;
10302 esac
10303 fi
10304 sys_lib_dlsearch_path_spec='/usr/lib'
10305 ;;
10306
10307tpf*)
10308 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10309 version_type=linux
10310 need_lib_prefix=no
10311 need_version=no
10312 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10313 shlibpath_var=LD_LIBRARY_PATH
10314 shlibpath_overrides_runpath=no
10315 hardcode_into_libs=yes
10316 ;;
10317
10318uts4*)
10319 version_type=linux
10320 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10321 soname_spec='${libname}${release}${shared_ext}$major'
10322 shlibpath_var=LD_LIBRARY_PATH
10323 ;;
10324
10325*)
10326 dynamic_linker=no
10327 ;;
10328esac
10329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10330$as_echo "$dynamic_linker" >&6; }
10331test "$dynamic_linker" = no && can_build_shared=no
10332
10333variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10334if test "$GCC" = yes; then
10335 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10336fi
2232061b 10337
6bb11ab3
L
10338if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10339 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10340fi
10341if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10342 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10343fi
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
2232061b 10370
2232061b 10371
2232061b 10372
2232061b 10373
2232061b
MF
10374
10375
6ffe910a 10376
6ffe910a
MF
10377
10378
10379
10380
10381
2232061b 10382
6ffe910a
MF
10383
10384
10385
10386
6ffe910a 10387
6ffe910a 10388
6ffe910a
MF
10389
10390
6ffe910a 10391
6ffe910a 10392
6ffe910a
MF
10393
10394
5f3ef9d0 10395
5f3ef9d0
JB
10396
10397
10398
db2e4d67
MF
10399
10400
db2e4d67 10401
db2e4d67 10402
db2e4d67 10403
db2e4d67 10404
db2e4d67 10405
db2e4d67 10406
db2e4d67 10407
db2e4d67
MF
10408
10409
db2e4d67 10410
db2e4d67
MF
10411
10412
db2e4d67 10413
db2e4d67
MF
10414
10415
6ffe910a 10416
6ffe910a 10417
6ffe910a
MF
10418
10419
6ffe910a
MF
10420
10421
6ffe910a 10422
6ffe910a 10423
6ffe910a 10424
6ffe910a 10425
6ffe910a 10426
b7026657
AC
10427
10428
10429
c906108c 10430
b7026657 10431
b7026657 10432
b7026657 10433
b7026657 10434
c906108c 10435
6bb11ab3
L
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10437$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10438hardcode_action=
10439if test -n "$hardcode_libdir_flag_spec" ||
10440 test -n "$runpath_var" ||
10441 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10442
6bb11ab3
L
10443 # We can hardcode non-existent directories.
10444 if test "$hardcode_direct" != no &&
10445 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10446 # have to relink, otherwise we might link with an installed library
10447 # when we should be linking with a yet-to-be-installed one
10448 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10449 test "$hardcode_minus_L" != no; then
10450 # Linking always hardcodes the temporary library directory.
10451 hardcode_action=relink
10452 else
10453 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10454 hardcode_action=immediate
10455 fi
10456else
10457 # We cannot hardcode anything, or else we can only hardcode existing
10458 # directories.
10459 hardcode_action=unsupported
c906108c 10460fi
6bb11ab3
L
10461{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10462$as_echo "$hardcode_action" >&6; }
b7026657 10463
6bb11ab3
L
10464if test "$hardcode_action" = relink ||
10465 test "$inherit_rpath" = yes; then
10466 # Fast installation is not supported
10467 enable_fast_install=no
10468elif test "$shlibpath_overrides_runpath" = yes ||
10469 test "$enable_shared" = no; then
10470 # Fast installation is not necessary
10471 enable_fast_install=needless
10472fi
c906108c 10473
6bb11ab3
L
10474
10475
10476
10477
10478
10479 if test "x$enable_dlopen" != xyes; then
10480 enable_dlopen=unknown
10481 enable_dlopen_self=unknown
10482 enable_dlopen_self_static=unknown
10483else
10484 lt_cv_dlopen=no
10485 lt_cv_dlopen_libs=
10486
10487 case $host_os in
10488 beos*)
10489 lt_cv_dlopen="load_add_on"
10490 lt_cv_dlopen_libs=
10491 lt_cv_dlopen_self=yes
10492 ;;
10493
10494 mingw* | pw32* | cegcc*)
10495 lt_cv_dlopen="LoadLibrary"
10496 lt_cv_dlopen_libs=
10497 ;;
10498
10499 cygwin*)
10500 lt_cv_dlopen="dlopen"
10501 lt_cv_dlopen_libs=
10502 ;;
10503
10504 darwin*)
10505 # if libdl is installed we need to link against it
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10507$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10508if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10509 $as_echo_n "(cached) " >&6
10510else
10511 ac_check_lib_save_LIBS=$LIBS
10512LIBS="-ldl $LIBS"
10513cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10514/* end confdefs.h. */
10515
10516/* Override any GCC internal prototype to avoid an error.
10517 Use char because int might match the return type of a GCC
10518 builtin and then its argument prototype would still apply. */
10519#ifdef __cplusplus
10520extern "C"
10521#endif
10522char dlopen ();
10523int
10524main ()
10525{
10526return dlopen ();
10527 ;
10528 return 0;
10529}
b7026657 10530_ACEOF
6bb11ab3
L
10531if ac_fn_c_try_link "$LINENO"; then :
10532 ac_cv_lib_dl_dlopen=yes
10533else
10534 ac_cv_lib_dl_dlopen=no
10535fi
10536rm -f core conftest.err conftest.$ac_objext \
10537 conftest$ac_exeext conftest.$ac_ext
10538LIBS=$ac_check_lib_save_LIBS
10539fi
10540{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10541$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10542if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10543 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10544else
10545
10546 lt_cv_dlopen="dyld"
10547 lt_cv_dlopen_libs=
10548 lt_cv_dlopen_self=yes
c906108c 10549
c906108c 10550fi
c906108c 10551
6bb11ab3 10552 ;;
c906108c 10553
6bb11ab3
L
10554 *)
10555 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10556if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10557 lt_cv_dlopen="shl_load"
10558else
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10560$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10561if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10562 $as_echo_n "(cached) " >&6
10563else
10564 ac_check_lib_save_LIBS=$LIBS
10565LIBS="-ldld $LIBS"
10566cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10567/* end confdefs.h. */
10568
10569/* Override any GCC internal prototype to avoid an error.
10570 Use char because int might match the return type of a GCC
10571 builtin and then its argument prototype would still apply. */
10572#ifdef __cplusplus
10573extern "C"
10574#endif
10575char shl_load ();
10576int
10577main ()
10578{
10579return shl_load ();
10580 ;
10581 return 0;
10582}
10583_ACEOF
10584if ac_fn_c_try_link "$LINENO"; then :
10585 ac_cv_lib_dld_shl_load=yes
10586else
10587 ac_cv_lib_dld_shl_load=no
10588fi
10589rm -f core conftest.err conftest.$ac_objext \
10590 conftest$ac_exeext conftest.$ac_ext
10591LIBS=$ac_check_lib_save_LIBS
10592fi
10593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10594$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10595if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10596 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10597else
10598 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10599if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10600 lt_cv_dlopen="dlopen"
10601else
10602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10603$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10604if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10605 $as_echo_n "(cached) " >&6
c906108c 10606else
b7026657 10607 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10608LIBS="-ldl $LIBS"
81ecdfbb 10609cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10610/* end confdefs.h. */
10611
81ecdfbb
RW
10612/* Override any GCC internal prototype to avoid an error.
10613 Use char because int might match the return type of a GCC
10614 builtin and then its argument prototype would still apply. */
b7026657
AC
10615#ifdef __cplusplus
10616extern "C"
10617#endif
6bb11ab3 10618char dlopen ();
b7026657
AC
10619int
10620main ()
10621{
6bb11ab3 10622return dlopen ();
b7026657
AC
10623 ;
10624 return 0;
10625}
10626_ACEOF
81ecdfbb 10627if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10628 ac_cv_lib_dl_dlopen=yes
b7026657 10629else
6bb11ab3 10630 ac_cv_lib_dl_dlopen=no
b7026657 10631fi
81ecdfbb
RW
10632rm -f core conftest.err conftest.$ac_objext \
10633 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10634LIBS=$ac_check_lib_save_LIBS
10635fi
6bb11ab3
L
10636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10637$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10638if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10639 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10640else
10641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10642$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10643if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10644 $as_echo_n "(cached) " >&6
c906108c 10645else
b7026657 10646 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10647LIBS="-lsvld $LIBS"
81ecdfbb 10648cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10649/* end confdefs.h. */
10650
81ecdfbb
RW
10651/* Override any GCC internal prototype to avoid an error.
10652 Use char because int might match the return type of a GCC
10653 builtin and then its argument prototype would still apply. */
b7026657
AC
10654#ifdef __cplusplus
10655extern "C"
10656#endif
6bb11ab3 10657char dlopen ();
b7026657
AC
10658int
10659main ()
10660{
6bb11ab3 10661return dlopen ();
b7026657
AC
10662 ;
10663 return 0;
10664}
10665_ACEOF
81ecdfbb 10666if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10667 ac_cv_lib_svld_dlopen=yes
b7026657 10668else
6bb11ab3 10669 ac_cv_lib_svld_dlopen=no
b7026657 10670fi
81ecdfbb
RW
10671rm -f core conftest.err conftest.$ac_objext \
10672 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10673LIBS=$ac_check_lib_save_LIBS
10674fi
6bb11ab3
L
10675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10676$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10677if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10678 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10679else
6bb11ab3
L
10680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10681$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10682if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10683 $as_echo_n "(cached) " >&6
b5bd9624 10684else
6bb11ab3
L
10685 ac_check_lib_save_LIBS=$LIBS
10686LIBS="-ldld $LIBS"
81ecdfbb 10687cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10688/* end confdefs.h. */
10689
81ecdfbb
RW
10690/* Override any GCC internal prototype to avoid an error.
10691 Use char because int might match the return type of a GCC
b5bd9624 10692 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10693#ifdef __cplusplus
10694extern "C"
10695#endif
6bb11ab3 10696char dld_link ();
b5bd9624
HPN
10697int
10698main ()
10699{
6bb11ab3 10700return dld_link ();
b5bd9624
HPN
10701 ;
10702 return 0;
10703}
10704_ACEOF
6bb11ab3
L
10705if ac_fn_c_try_link "$LINENO"; then :
10706 ac_cv_lib_dld_dld_link=yes
10707else
10708 ac_cv_lib_dld_dld_link=no
10709fi
10710rm -f core conftest.err conftest.$ac_objext \
10711 conftest$ac_exeext conftest.$ac_ext
10712LIBS=$ac_check_lib_save_LIBS
10713fi
10714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10715$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10716if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10717 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10718fi
10719
10720
10721fi
10722
10723
10724fi
10725
10726
10727fi
10728
10729
10730fi
10731
10732
10733fi
10734
10735 ;;
10736 esac
10737
10738 if test "x$lt_cv_dlopen" != xno; then
10739 enable_dlopen=yes
b5bd9624 10740 else
6bb11ab3
L
10741 enable_dlopen=no
10742 fi
10743
10744 case $lt_cv_dlopen in
10745 dlopen)
10746 save_CPPFLAGS="$CPPFLAGS"
10747 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10748
10749 save_LDFLAGS="$LDFLAGS"
10750 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10751
10752 save_LIBS="$LIBS"
10753 LIBS="$lt_cv_dlopen_libs $LIBS"
10754
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10756$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10757if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10758 $as_echo_n "(cached) " >&6
10759else
10760 if test "$cross_compiling" = yes; then :
10761 lt_cv_dlopen_self=cross
10762else
10763 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10764 lt_status=$lt_dlunknown
10765 cat > conftest.$ac_ext <<_LT_EOF
04381273 10766#line 10766 "configure"
6bb11ab3
L
10767#include "confdefs.h"
10768
10769#if HAVE_DLFCN_H
10770#include <dlfcn.h>
10771#endif
10772
10773#include <stdio.h>
10774
10775#ifdef RTLD_GLOBAL
10776# define LT_DLGLOBAL RTLD_GLOBAL
10777#else
10778# ifdef DL_GLOBAL
10779# define LT_DLGLOBAL DL_GLOBAL
10780# else
10781# define LT_DLGLOBAL 0
10782# endif
10783#endif
10784
10785/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10786 find out it does not work in some platform. */
10787#ifndef LT_DLLAZY_OR_NOW
10788# ifdef RTLD_LAZY
10789# define LT_DLLAZY_OR_NOW RTLD_LAZY
10790# else
10791# ifdef DL_LAZY
10792# define LT_DLLAZY_OR_NOW DL_LAZY
10793# else
10794# ifdef RTLD_NOW
10795# define LT_DLLAZY_OR_NOW RTLD_NOW
10796# else
10797# ifdef DL_NOW
10798# define LT_DLLAZY_OR_NOW DL_NOW
10799# else
10800# define LT_DLLAZY_OR_NOW 0
10801# endif
10802# endif
10803# endif
10804# endif
10805#endif
10806
10807/* When -fvisbility=hidden is used, assume the code has been annotated
10808 correspondingly for the symbols needed. */
10809#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10810void fnord () __attribute__((visibility("default")));
10811#endif
10812
10813void fnord () { int i=42; }
10814int main ()
10815{
10816 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10817 int status = $lt_dlunknown;
10818
10819 if (self)
10820 {
10821 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10822 else
10823 {
10824 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10825 else puts (dlerror ());
10826 }
10827 /* dlclose (self); */
10828 }
10829 else
10830 puts (dlerror ());
10831
10832 return status;
10833}
10834_LT_EOF
10835 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10836 (eval $ac_link) 2>&5
10837 ac_status=$?
10838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10839 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10840 (./conftest; exit; ) >&5 2>/dev/null
10841 lt_status=$?
10842 case x$lt_status in
10843 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10844 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10845 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10846 esac
10847 else :
10848 # compilation failed
10849 lt_cv_dlopen_self=no
b5bd9624 10850 fi
b5bd9624 10851fi
6bb11ab3
L
10852rm -fr conftest*
10853
10854
b5bd9624 10855fi
6bb11ab3
L
10856{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10857$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10858
6bb11ab3
L
10859 if test "x$lt_cv_dlopen_self" = xyes; then
10860 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10862$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10863if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10864 $as_echo_n "(cached) " >&6
b5bd9624 10865else
6bb11ab3
L
10866 if test "$cross_compiling" = yes; then :
10867 lt_cv_dlopen_self_static=cross
10868else
10869 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10870 lt_status=$lt_dlunknown
10871 cat > conftest.$ac_ext <<_LT_EOF
04381273 10872#line 10872 "configure"
6bb11ab3
L
10873#include "confdefs.h"
10874
10875#if HAVE_DLFCN_H
10876#include <dlfcn.h>
10877#endif
10878
10879#include <stdio.h>
10880
10881#ifdef RTLD_GLOBAL
10882# define LT_DLGLOBAL RTLD_GLOBAL
10883#else
10884# ifdef DL_GLOBAL
10885# define LT_DLGLOBAL DL_GLOBAL
10886# else
10887# define LT_DLGLOBAL 0
10888# endif
10889#endif
10890
10891/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10892 find out it does not work in some platform. */
10893#ifndef LT_DLLAZY_OR_NOW
10894# ifdef RTLD_LAZY
10895# define LT_DLLAZY_OR_NOW RTLD_LAZY
10896# else
10897# ifdef DL_LAZY
10898# define LT_DLLAZY_OR_NOW DL_LAZY
10899# else
10900# ifdef RTLD_NOW
10901# define LT_DLLAZY_OR_NOW RTLD_NOW
10902# else
10903# ifdef DL_NOW
10904# define LT_DLLAZY_OR_NOW DL_NOW
10905# else
10906# define LT_DLLAZY_OR_NOW 0
10907# endif
10908# endif
10909# endif
10910# endif
10911#endif
10912
10913/* When -fvisbility=hidden is used, assume the code has been annotated
10914 correspondingly for the symbols needed. */
10915#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10916void fnord () __attribute__((visibility("default")));
10917#endif
10918
10919void fnord () { int i=42; }
10920int main ()
10921{
10922 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10923 int status = $lt_dlunknown;
10924
10925 if (self)
10926 {
10927 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10928 else
10929 {
10930 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10931 else puts (dlerror ());
10932 }
10933 /* dlclose (self); */
10934 }
10935 else
10936 puts (dlerror ());
10937
10938 return status;
10939}
10940_LT_EOF
10941 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10942 (eval $ac_link) 2>&5
10943 ac_status=$?
10944 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10945 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10946 (./conftest; exit; ) >&5 2>/dev/null
10947 lt_status=$?
10948 case x$lt_status in
10949 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10950 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10951 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10952 esac
10953 else :
10954 # compilation failed
10955 lt_cv_dlopen_self_static=no
10956 fi
b5bd9624 10957fi
6bb11ab3
L
10958rm -fr conftest*
10959
10960
b5bd9624 10961fi
6bb11ab3
L
10962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10963$as_echo "$lt_cv_dlopen_self_static" >&6; }
10964 fi
10965
10966 CPPFLAGS="$save_CPPFLAGS"
10967 LDFLAGS="$save_LDFLAGS"
10968 LIBS="$save_LIBS"
10969 ;;
10970 esac
10971
10972 case $lt_cv_dlopen_self in
10973 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10974 *) enable_dlopen_self=unknown ;;
10975 esac
10976
10977 case $lt_cv_dlopen_self_static in
10978 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10979 *) enable_dlopen_self_static=unknown ;;
10980 esac
10981fi
10982
10983
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997
10998
10999striplib=
11000old_striplib=
11001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11002$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11003if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11004 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11005 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11007$as_echo "yes" >&6; }
11008else
11009# FIXME - insert some real tests, host_os isn't really good enough
11010 case $host_os in
11011 darwin*)
11012 if test -n "$STRIP" ; then
11013 striplib="$STRIP -x"
11014 old_striplib="$STRIP -S"
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11016$as_echo "yes" >&6; }
11017 else
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11019$as_echo "no" >&6; }
11020 fi
11021 ;;
11022 *)
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11024$as_echo "no" >&6; }
11025 ;;
11026 esac
11027fi
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040 # Report which library types will actually be built
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11042$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11044$as_echo "$can_build_shared" >&6; }
11045
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11047$as_echo_n "checking whether to build shared libraries... " >&6; }
11048 test "$can_build_shared" = "no" && enable_shared=no
11049
11050 # On AIX, shared libraries and static libraries use the same namespace, and
11051 # are all built from PIC.
11052 case $host_os in
11053 aix3*)
11054 test "$enable_shared" = yes && enable_static=no
11055 if test -n "$RANLIB"; then
11056 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11057 postinstall_cmds='$RANLIB $lib'
11058 fi
11059 ;;
11060
11061 aix[4-9]*)
11062 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11063 test "$enable_shared" = yes && enable_static=no
11064 fi
11065 ;;
11066 esac
11067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11068$as_echo "$enable_shared" >&6; }
11069
11070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11071$as_echo_n "checking whether to build static libraries... " >&6; }
11072 # Make sure either enable_shared or enable_static is yes.
11073 test "$enable_shared" = yes || enable_static=yes
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11075$as_echo "$enable_static" >&6; }
11076
11077
11078
11079
11080fi
11081ac_ext=c
11082ac_cpp='$CPP $CPPFLAGS'
11083ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11084ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11085ac_compiler_gnu=$ac_cv_c_compiler_gnu
11086
11087CC="$lt_save_CC"
11088
11089
11090
11091
11092
11093
11094
11095
11096
b5bd9624 11097
b5bd9624 11098
b5bd9624 11099
b5bd9624 11100
6bb11ab3
L
11101 ac_config_commands="$ac_config_commands libtool"
11102
11103
11104
11105
11106# Only expand once:
11107
11108
5912fadd 11109
b5bd9624 11110
c906108c 11111
31e6ad7d
MF
11112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11113$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11114 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11115if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11116 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11117else
11118 USE_MAINTAINER_MODE=no
c906108c 11119fi
31e6ad7d
MF
11120
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11122$as_echo "$USE_MAINTAINER_MODE" >&6; }
11123 if test $USE_MAINTAINER_MODE = yes; then
11124 MAINTAINER_MODE_TRUE=
11125 MAINTAINER_MODE_FALSE='#'
c906108c 11126else
31e6ad7d
MF
11127 MAINTAINER_MODE_TRUE='#'
11128 MAINTAINER_MODE_FALSE=
81ecdfbb 11129fi
c906108c 11130
31e6ad7d
MF
11131 MAINT=$MAINTAINER_MODE_TRUE
11132
11133
c906108c 11134
81ecdfbb 11135
347fe5bb
MF
11136sim_inline="-DDEFAULT_INLINE=0"
11137# Check whether --enable-sim-inline was given.
11138if test "${enable_sim_inline+set}" = set; then :
11139 enableval=$enable_sim_inline; sim_inline=""
11140case "$enableval" in
11141 no) sim_inline="-DDEFAULT_INLINE=0";;
11142 0) sim_inline="-DDEFAULT_INLINE=0";;
11143 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11144 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11145 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11146 new_flag=""
11147 case "$x" in
11148 *_INLINE=*) new_flag="-D$x";;
11149 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11150 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11151 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11152 esac
11153 if test x"$sim_inline" = x""; then
11154 sim_inline="$new_flag"
11155 else
11156 sim_inline="$sim_inline $new_flag"
11157 fi
11158 done;;
11159esac
11160if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11161 echo "Setting inline flags = $sim_inline" 6>&1
11162fi
11163fi
11164
11165
11166
81ecdfbb
RW
11167
11168# Check whether --with-pkgversion was given.
11169if test "${with_pkgversion+set}" = set; then :
11170 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11171 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11172 no) PKGVERSION= ;;
11173 *) PKGVERSION="($withval) " ;;
11174 esac
11175else
bf12d44e 11176 PKGVERSION="(SIM) "
6efef468 11177
81ecdfbb
RW
11178fi
11179
6efef468
JM
11180
11181
11182
11183
81ecdfbb
RW
11184# Check whether --with-bugurl was given.
11185if test "${with_bugurl+set}" = set; then :
11186 withval=$with_bugurl; case "$withval" in
d0ac1c44 11187 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11188 no) BUGURL=
11189 ;;
11190 *) BUGURL="$withval"
11191 ;;
11192 esac
11193else
dfb856ba 11194 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11195
81ecdfbb
RW
11196fi
11197
6efef468
JM
11198 case ${BUGURL} in
11199 "")
11200 REPORT_BUGS_TO=
11201 REPORT_BUGS_TEXI=
11202 ;;
11203 *)
11204 REPORT_BUGS_TO="<$BUGURL>"
11205 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11206 ;;
11207 esac;
11208
11209
11210
11211
11212cat >>confdefs.h <<_ACEOF
11213#define PKGVERSION "$PKGVERSION"
11214_ACEOF
11215
11216
11217cat >>confdefs.h <<_ACEOF
11218#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11219_ACEOF
11220
11221
b7026657
AC
11222
11223
b7026657 11224
5c1008a4
MF
11225# Check whether --enable-werror was given.
11226if test "${enable_werror+set}" = set; then :
11227 enableval=$enable_werror; case "${enableval}" in
11228 yes | y) ERROR_ON_WARNING="yes" ;;
11229 no | n) ERROR_ON_WARNING="no" ;;
11230 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11231 esac
11232fi
11233
11234
11235# Enable -Werror by default when using gcc
11236if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11237 ERROR_ON_WARNING=yes
11238fi
11239
11240WERROR_CFLAGS=""
11241
11242build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11243-Wpointer-sign \
11244-Wno-unused -Wunused-value -Wunused-function \
11245-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11246-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11247-Wold-style-declaration -Wold-style-definition"
11248
11249# Enable -Wno-format by default when using gcc on mingw since many
11250# GCC versions complain about %I64.
11251case "${host}" in
11252 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11253 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11254esac
11255
11256# Check whether --enable-build-warnings was given.
11257if test "${enable_build_warnings+set}" = set; then :
11258 enableval=$enable_build_warnings; case "${enableval}" in
11259 yes) ;;
11260 no) build_warnings="-w";;
11261 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11262 build_warnings="${build_warnings} ${t}";;
11263 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11264 build_warnings="${t} ${build_warnings}";;
11265 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11266esac
11267if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11268 echo "Setting compiler warning flags = $build_warnings" 6>&1
11269fi
11270fi
11271# Check whether --enable-sim-build-warnings was given.
11272if test "${enable_sim_build_warnings+set}" = set; then :
11273 enableval=$enable_sim_build_warnings; case "${enableval}" in
11274 yes) ;;
11275 no) build_warnings="-w";;
11276 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11277 build_warnings="${build_warnings} ${t}";;
11278 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11279 build_warnings="${t} ${build_warnings}";;
11280 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11281esac
11282if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11283 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11284fi
11285fi
11286WARN_CFLAGS=""
11287if test "x${build_warnings}" != x -a "x$GCC" = xyes
11288then
11289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11290$as_echo_n "checking compiler warning flags... " >&6; }
11291 # Separate out the -Werror flag as some files just cannot be
11292 # compiled with it enabled.
11293 for w in ${build_warnings}; do
11294 case $w in
11295 -Werr*) WERROR_CFLAGS=-Werror ;;
11296 *) # Check that GCC accepts it
11297 saved_CFLAGS="$CFLAGS"
1f195bc3 11298 CFLAGS="$CFLAGS -Werror $w"
5c1008a4
MF
11299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11300/* end confdefs.h. */
11301
11302int
11303main ()
11304{
11305
11306 ;
11307 return 0;
11308}
11309_ACEOF
11310if ac_fn_c_try_compile "$LINENO"; then :
11311 WARN_CFLAGS="${WARN_CFLAGS} $w"
11312fi
11313rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11314 CFLAGS="$saved_CFLAGS"
11315 esac
11316 done
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11318$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11319fi
11320
11321
b7026657 11322# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
11323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
11324$as_echo_n "checking for cygwin... " >&6; }
d0ac1c44 11325if ${sim_cv_os_cygwin+:} false; then :
81ecdfbb 11326 $as_echo_n "(cached) " >&6
b7026657 11327else
81ecdfbb 11328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11329/* end confdefs.h. */
11330
11331#ifdef __CYGWIN__
11332lose
11333#endif
11334_ACEOF
11335if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 11336 $EGREP "lose" >/dev/null 2>&1; then :
b7026657
AC
11337 sim_cv_os_cygwin=yes
11338else
11339 sim_cv_os_cygwin=no
11340fi
11341rm -f conftest*
11342
11343fi
81ecdfbb
RW
11344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_cv_os_cygwin" >&5
11345$as_echo "$sim_cv_os_cygwin" >&6; }
b7026657 11346
c1230d1b
JS
11347# Keep in sync with gdb's configure.ac list.
11348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
b909d38d 11349$as_echo_n "checking for library containing tgetent... " >&6; }
d0ac1c44 11350if ${ac_cv_search_tgetent+:} false; then :
81ecdfbb 11351 $as_echo_n "(cached) " >&6
b7026657 11352else
b909d38d 11353 ac_func_search_save_LIBS=$LIBS
81ecdfbb 11354cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11355/* end confdefs.h. */
11356
b909d38d
MF
11357/* Override any GCC internal prototype to avoid an error.
11358 Use char because int might match the return type of a GCC
11359 builtin and then its argument prototype would still apply. */
11360#ifdef __cplusplus
11361extern "C"
11362#endif
11363char tgetent ();
b7026657
AC
11364int
11365main ()
11366{
b909d38d 11367return tgetent ();
b7026657
AC
11368 ;
11369 return 0;
11370}
11371_ACEOF
b909d38d
MF
11372for ac_lib in '' termcap tinfo curses ncurses; do
11373 if test -z "$ac_lib"; then
11374 ac_res="none required"
11375 else
11376 ac_res=-l$ac_lib
11377 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11378 fi
11379 if ac_fn_c_try_link "$LINENO"; then :
11380 ac_cv_search_tgetent=$ac_res
b7026657 11381fi
81ecdfbb 11382rm -f core conftest.err conftest.$ac_objext \
b909d38d 11383 conftest$ac_exeext
d0ac1c44 11384 if ${ac_cv_search_tgetent+:} false; then :
b909d38d 11385 break
b7026657 11386fi
b909d38d 11387done
d0ac1c44 11388if ${ac_cv_search_tgetent+:} false; then :
b909d38d
MF
11389
11390else
11391 ac_cv_search_tgetent=no
11392fi
11393rm conftest.$ac_ext
11394LIBS=$ac_func_search_save_LIBS
11395fi
11396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
11397$as_echo "$ac_cv_search_tgetent" >&6; }
11398ac_res=$ac_cv_search_tgetent
11399if test "$ac_res" != no; then :
11400 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11401 TERMCAP=$ac_cv_search_tgetent
b7026657
AC
11402else
11403 TERMCAP=""
11404fi
11405
c1230d1b
JS
11406if test x$sim_cv_os_cygwin = xyes; then
11407 TERMCAP="${TERMCAP} -luser32"
b7026657
AC
11408fi
11409
11410
70a9be63
HPN
11411# We prefer the in-tree readline. Top-level dependencies make sure
11412# src/readline (if it's there) is configured before src/sim.
11413if test -r ../../readline/Makefile; then
53e123a5 11414 READLINE=../../readline/readline/libreadline.a
2694bce9 11415 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
70a9be63 11416else
81ecdfbb
RW
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5
11418$as_echo_n "checking for readline in -lreadline... " >&6; }
d0ac1c44 11419if ${ac_cv_lib_readline_readline+:} false; then :
81ecdfbb 11420 $as_echo_n "(cached) " >&6
70a9be63
HPN
11421else
11422 ac_check_lib_save_LIBS=$LIBS
11423LIBS="-lreadline $TERMCAP $LIBS"
81ecdfbb 11424cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70a9be63
HPN
11425/* end confdefs.h. */
11426
81ecdfbb
RW
11427/* Override any GCC internal prototype to avoid an error.
11428 Use char because int might match the return type of a GCC
11429 builtin and then its argument prototype would still apply. */
70a9be63
HPN
11430#ifdef __cplusplus
11431extern "C"
11432#endif
70a9be63
HPN
11433char readline ();
11434int
11435main ()
11436{
81ecdfbb 11437return readline ();
70a9be63
HPN
11438 ;
11439 return 0;
11440}
11441_ACEOF
81ecdfbb 11442if ac_fn_c_try_link "$LINENO"; then :
70a9be63
HPN
11443 ac_cv_lib_readline_readline=yes
11444else
81ecdfbb 11445 ac_cv_lib_readline_readline=no
70a9be63 11446fi
81ecdfbb
RW
11447rm -f core conftest.err conftest.$ac_objext \
11448 conftest$ac_exeext conftest.$ac_ext
70a9be63
HPN
11449LIBS=$ac_check_lib_save_LIBS
11450fi
81ecdfbb
RW
11451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_readline" >&5
11452$as_echo "$ac_cv_lib_readline_readline" >&6; }
d0ac1c44 11453if test "x$ac_cv_lib_readline_readline" = xyes; then :
70a9be63
HPN
11454 READLINE=-lreadline
11455else
d0ac1c44 11456 as_fn_error $? "the required \"readline\" library is missing" "$LINENO" 5
70a9be63
HPN
11457fi
11458
2694bce9 11459 READLINE_CFLAGS=
70a9be63
HPN
11460fi
11461
b7026657 11462
2694bce9 11463
66d055c7
MF
11464hardware="cfi core pal glue "
11465sim_hw_cflags="-DWITH_HW=1"
11466sim_hw="$hardware"
11467sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11468
11469# Check whether --enable-sim-hardware was given.
11470if test "${enable_sim_hardware+set}" = set; then :
11471 enableval=$enable_sim_hardware;
11472else
11473 enable_sim_hardware="yes"
11474fi
11475
11476case ${enable_sim_hardware} in
11477 yes|no) ;;
11478 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11479 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11480 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11481esac
11482
11483if test "$enable_sim_hardware" = no; then
11484 sim_hw_objs=
11485 sim_hw_cflags="-DWITH_HW=0"
11486 sim_hw=
11487else
11488 sim_hw_cflags="-DWITH_HW=1"
11489 # remove duplicates
11490 sim_hw=""
11491 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11492 for i in $hardware ; do
11493 case " $sim_hw " in
11494 *" $i "*) ;;
11495 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11496 esac
11497 done
11498 # mingw does not support sockser
11499 case ${host} in
11500 *mingw*) ;;
11501 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11502 # that you instatiate. Instead, other code will call into it directly.
11503 # At some point, we should convert it over.
11504 sim_hw_objs="$sim_hw_objs dv-sockser.o"
11505
11506cat >>confdefs.h <<_ACEOF
11507#define HAVE_DV_SOCKSER 1
11508_ACEOF
11509
11510 ;;
11511 esac
11512 if test x"$silent" != x"yes"; then
11513 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11514 fi
11515 case " $hardware " in
11516 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11517$as_echo_n "checking for log2 in -lm... " >&6; }
11518if ${ac_cv_lib_m_log2+:} false; then :
11519 $as_echo_n "(cached) " >&6
11520else
11521 ac_check_lib_save_LIBS=$LIBS
11522LIBS="-lm $LIBS"
11523cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11524/* end confdefs.h. */
11525
11526/* Override any GCC internal prototype to avoid an error.
11527 Use char because int might match the return type of a GCC
11528 builtin and then its argument prototype would still apply. */
11529#ifdef __cplusplus
11530extern "C"
11531#endif
11532char log2 ();
11533int
11534main ()
11535{
11536return log2 ();
11537 ;
11538 return 0;
11539}
11540_ACEOF
11541if ac_fn_c_try_link "$LINENO"; then :
11542 ac_cv_lib_m_log2=yes
11543else
11544 ac_cv_lib_m_log2=no
11545fi
11546rm -f core conftest.err conftest.$ac_objext \
11547 conftest$ac_exeext conftest.$ac_ext
11548LIBS=$ac_check_lib_save_LIBS
11549fi
11550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11551$as_echo "$ac_cv_lib_m_log2" >&6; }
11552if test "x$ac_cv_lib_m_log2" = xyes; then :
11553 cat >>confdefs.h <<_ACEOF
11554#define HAVE_LIBM 1
11555_ACEOF
11556
11557 LIBS="-lm $LIBS"
11558
11559fi
11560;;
11561 esac
11562fi
11563
11564
b7026657
AC
11565cgen_breaks=""
11566if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11567cgen_breaks="break cgen_rtx_error";
11568fi
11569
81ecdfbb 11570ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11571
81ecdfbb 11572ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11573
81ecdfbb 11574ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11575
81ecdfbb 11576ac_config_commands="$ac_config_commands Makefile"
38f48d72 11577
81ecdfbb 11578ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11579
760b3e8b
MF
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
b7026657
AC
11592cat >confcache <<\_ACEOF
11593# This file is a shell script that caches the results of configure
11594# tests run on this system so they can be shared between configure
11595# scripts and configure runs, see configure's option --config-cache.
11596# It is not useful on other systems. If it contains results you don't
11597# want to keep, you may remove or edit it.
11598#
11599# config.status only pays attention to the cache file if you give it
11600# the --recheck option to rerun configure.
11601#
11602# `ac_cv_env_foo' variables (set or unset) will be overridden when
11603# loading this file, other *unset* `ac_cv_foo' will be assigned the
11604# following values.
11605
11606_ACEOF
11607
11608# The following way of writing the cache mishandles newlines in values,
11609# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11610# So, we kill variables containing newlines.
b7026657
AC
11611# Ultrix sh set writes to stderr and can't be redirected directly,
11612# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11613(
11614 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11615 eval ac_val=\$$ac_var
11616 case $ac_val in #(
11617 *${as_nl}*)
11618 case $ac_var in #(
11619 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11620$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11621 esac
11622 case $ac_var in #(
11623 _ | IFS | as_nl) ;; #(
11624 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11625 *) { eval $ac_var=; unset $ac_var;} ;;
11626 esac ;;
11627 esac
11628 done
11629
b7026657 11630 (set) 2>&1 |
81ecdfbb
RW
11631 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11632 *${as_nl}ac_space=\ *)
11633 # `set' does not quote correctly, so add quotes: double-quote
11634 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11635 sed -n \
11636 "s/'/'\\\\''/g;
11637 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11638 ;; #(
b7026657
AC
11639 *)
11640 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11641 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11642 ;;
81ecdfbb
RW
11643 esac |
11644 sort
11645) |
b7026657 11646 sed '
81ecdfbb 11647 /^ac_cv_env_/b end
b7026657 11648 t clear
81ecdfbb 11649 :clear
b7026657
AC
11650 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11651 t end
81ecdfbb
RW
11652 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11653 :end' >>confcache
11654if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11655 if test -w "$cache_file"; then
d0ac1c44 11656 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11658$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11659 if test ! -f "$cache_file" || test -h "$cache_file"; then
11660 cat confcache >"$cache_file"
11661 else
11662 case $cache_file in #(
11663 */* | ?:*)
11664 mv -f confcache "$cache_file"$$ &&
11665 mv -f "$cache_file"$$ "$cache_file" ;; #(
11666 *)
11667 mv -f confcache "$cache_file" ;;
11668 esac
11669 fi
11670 fi
b7026657 11671 else
81ecdfbb
RW
11672 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11673$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11674 fi
11675fi
11676rm -f confcache
11677
11678test "x$prefix" = xNONE && prefix=$ac_default_prefix
11679# Let make expand exec_prefix.
11680test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11681
b7026657
AC
11682DEFS=-DHAVE_CONFIG_H
11683
11684ac_libobjs=
11685ac_ltlibobjs=
d0ac1c44 11686U=
b7026657
AC
11687for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11688 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11689 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11690 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11691 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11692 # will be set to the directory where LIBOBJS objects are built.
11693 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11694 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11695done
11696LIBOBJS=$ac_libobjs
11697
11698LTLIBOBJS=$ac_ltlibobjs
11699
11700
0cb8d851 11701
6bb11ab3 11702if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11703 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11704Usually this means the macro was only invoked conditionally." "$LINENO" 5
11705fi
31e6ad7d 11706if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11707 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11708Usually this means the macro was only invoked conditionally." "$LINENO" 5
11709fi
b7026657 11710
d0ac1c44 11711: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11712ac_write_fail=0
b7026657
AC
11713ac_clean_files_save=$ac_clean_files
11714ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11715{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11716$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11717as_write_fail=0
11718cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11719#! $SHELL
11720# Generated by $as_me.
11721# Run this file to recreate the current configuration.
11722# Compiler output produced by configure, useful for debugging
11723# configure, is in config.log if it exists.
11724
11725debug=false
11726ac_cs_recheck=false
11727ac_cs_silent=false
b7026657 11728
81ecdfbb
RW
11729SHELL=\${CONFIG_SHELL-$SHELL}
11730export SHELL
11731_ASEOF
11732cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11733## -------------------- ##
11734## M4sh Initialization. ##
11735## -------------------- ##
11736
11737# Be more Bourne compatible
11738DUALCASE=1; export DUALCASE # for MKS sh
11739if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11740 emulate sh
11741 NULLCMD=:
81ecdfbb 11742 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11743 # is contrary to our usage. Disable this feature.
11744 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11745 setopt NO_GLOB_SUBST
11746else
11747 case `(set -o) 2>/dev/null` in #(
11748 *posix*) :
11749 set -o posix ;; #(
11750 *) :
11751 ;;
11752esac
b7026657 11753fi
b7026657 11754
81ecdfbb
RW
11755
11756as_nl='
11757'
11758export as_nl
11759# Printing a long string crashes Solaris 7 /usr/bin/printf.
11760as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11761as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11762as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11763# Prefer a ksh shell builtin over an external printf program on Solaris,
11764# but without wasting forks for bash or zsh.
11765if test -z "$BASH_VERSION$ZSH_VERSION" \
11766 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11767 as_echo='print -r --'
11768 as_echo_n='print -rn --'
11769elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11770 as_echo='printf %s\n'
11771 as_echo_n='printf %s'
11772else
11773 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11774 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11775 as_echo_n='/usr/ucb/echo -n'
11776 else
11777 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11778 as_echo_n_body='eval
11779 arg=$1;
11780 case $arg in #(
11781 *"$as_nl"*)
11782 expr "X$arg" : "X\\(.*\\)$as_nl";
11783 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11784 esac;
11785 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11786 '
11787 export as_echo_n_body
11788 as_echo_n='sh -c $as_echo_n_body as_echo'
11789 fi
11790 export as_echo_body
11791 as_echo='sh -c $as_echo_body as_echo'
11792fi
11793
11794# The user is always right.
11795if test "${PATH_SEPARATOR+set}" != set; then
11796 PATH_SEPARATOR=:
11797 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11798 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11799 PATH_SEPARATOR=';'
11800 }
b7026657
AC
11801fi
11802
11803
81ecdfbb
RW
11804# IFS
11805# We need space, tab and new line, in precisely that order. Quoting is
11806# there to prevent editors from complaining about space-tab.
11807# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11808# splitting by setting IFS to empty value.)
11809IFS=" "" $as_nl"
11810
11811# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11812as_myself=
81ecdfbb
RW
11813case $0 in #((
11814 *[\\/]* ) as_myself=$0 ;;
11815 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11816for as_dir in $PATH
11817do
11818 IFS=$as_save_IFS
11819 test -z "$as_dir" && as_dir=.
11820 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11821 done
11822IFS=$as_save_IFS
11823
11824 ;;
11825esac
11826# We did not find ourselves, most probably we were run as `sh COMMAND'
11827# in which case we are not to be found in the path.
11828if test "x$as_myself" = x; then
11829 as_myself=$0
11830fi
11831if test ! -f "$as_myself"; then
11832 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11833 exit 1
11834fi
11835
11836# Unset variables that we do not need and which cause bugs (e.g. in
11837# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11838# suppresses any "Segmentation fault" message there. '((' could
11839# trigger a bug in pdksh 5.2.14.
11840for as_var in BASH_ENV ENV MAIL MAILPATH
11841do eval test x\${$as_var+set} = xset \
11842 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11843done
b7026657
AC
11844PS1='$ '
11845PS2='> '
11846PS4='+ '
11847
11848# NLS nuisances.
81ecdfbb
RW
11849LC_ALL=C
11850export LC_ALL
11851LANGUAGE=C
11852export LANGUAGE
11853
11854# CDPATH.
11855(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11856
11857
d0ac1c44
SM
11858# as_fn_error STATUS ERROR [LINENO LOG_FD]
11859# ----------------------------------------
81ecdfbb
RW
11860# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11861# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11862# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11863as_fn_error ()
11864{
d0ac1c44
SM
11865 as_status=$1; test $as_status -eq 0 && as_status=1
11866 if test "$4"; then
11867 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11868 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 11869 fi
d0ac1c44 11870 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11871 as_fn_exit $as_status
11872} # as_fn_error
11873
11874
11875# as_fn_set_status STATUS
11876# -----------------------
11877# Set $? to STATUS, without forking.
11878as_fn_set_status ()
11879{
11880 return $1
11881} # as_fn_set_status
11882
11883# as_fn_exit STATUS
11884# -----------------
11885# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11886as_fn_exit ()
11887{
11888 set +e
11889 as_fn_set_status $1
11890 exit $1
11891} # as_fn_exit
11892
11893# as_fn_unset VAR
11894# ---------------
11895# Portably unset VAR.
11896as_fn_unset ()
11897{
11898 { eval $1=; unset $1;}
11899}
11900as_unset=as_fn_unset
11901# as_fn_append VAR VALUE
11902# ----------------------
11903# Append the text in VALUE to the end of the definition contained in VAR. Take
11904# advantage of any shell optimizations that allow amortized linear growth over
11905# repeated appends, instead of the typical quadratic growth present in naive
11906# implementations.
11907if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11908 eval 'as_fn_append ()
11909 {
11910 eval $1+=\$2
11911 }'
11912else
11913 as_fn_append ()
11914 {
11915 eval $1=\$$1\$2
11916 }
11917fi # as_fn_append
11918
11919# as_fn_arith ARG...
11920# ------------------
11921# Perform arithmetic evaluation on the ARGs, and store the result in the
11922# global $as_val. Take advantage of shells that can avoid forks. The arguments
11923# must be portable across $(()) and expr.
11924if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11925 eval 'as_fn_arith ()
11926 {
11927 as_val=$(( $* ))
11928 }'
11929else
11930 as_fn_arith ()
11931 {
11932 as_val=`expr "$@" || test $? -eq 1`
11933 }
11934fi # as_fn_arith
11935
b7026657 11936
81ecdfbb
RW
11937if expr a : '\(a\)' >/dev/null 2>&1 &&
11938 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 11939 as_expr=expr
c906108c 11940else
b7026657 11941 as_expr=false
c906108c
SS
11942fi
11943
81ecdfbb 11944if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11945 as_basename=basename
11946else
11947 as_basename=false
11948fi
c906108c 11949
81ecdfbb
RW
11950if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11951 as_dirname=dirname
11952else
11953 as_dirname=false
11954fi
c906108c 11955
81ecdfbb 11956as_me=`$as_basename -- "$0" ||
b7026657
AC
11957$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11958 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11959 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11960$as_echo X/"$0" |
11961 sed '/^.*\/\([^/][^/]*\)\/*$/{
11962 s//\1/
11963 q
11964 }
11965 /^X\/\(\/\/\)$/{
11966 s//\1/
11967 q
11968 }
11969 /^X\/\(\/\).*/{
11970 s//\1/
11971 q
11972 }
11973 s/.*/./; q'`
c906108c 11974
b7026657
AC
11975# Avoid depending upon Character Ranges.
11976as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11977as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11978as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11979as_cr_digits='0123456789'
11980as_cr_alnum=$as_cr_Letters$as_cr_digits
cd0fc7c3 11981
81ecdfbb
RW
11982ECHO_C= ECHO_N= ECHO_T=
11983case `echo -n x` in #(((((
11984-n*)
11985 case `echo 'xy\c'` in
11986 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11987 xy) ECHO_C='\c';;
11988 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11989 ECHO_T=' ';;
11990 esac;;
11991*)
11992 ECHO_N='-n';;
b7026657 11993esac
c906108c 11994
81ecdfbb
RW
11995rm -f conf$$ conf$$.exe conf$$.file
11996if test -d conf$$.dir; then
11997 rm -f conf$$.dir/conf$$.file
c906108c 11998else
81ecdfbb
RW
11999 rm -f conf$$.dir
12000 mkdir conf$$.dir 2>/dev/null
c906108c 12001fi
81ecdfbb
RW
12002if (echo >conf$$.file) 2>/dev/null; then
12003 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12004 as_ln_s='ln -s'
81ecdfbb
RW
12005 # ... but there are two gotchas:
12006 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12007 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12008 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12009 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12010 as_ln_s='cp -pR'
81ecdfbb
RW
12011 elif ln conf$$.file conf$$ 2>/dev/null; then
12012 as_ln_s=ln
12013 else
d0ac1c44 12014 as_ln_s='cp -pR'
b7026657 12015 fi
7a292a7a 12016else
d0ac1c44 12017 as_ln_s='cp -pR'
b7026657 12018fi
81ecdfbb
RW
12019rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12020rmdir conf$$.dir 2>/dev/null
12021
7a292a7a 12022
81ecdfbb
RW
12023# as_fn_mkdir_p
12024# -------------
12025# Create "$as_dir" as a directory, including parents if necessary.
12026as_fn_mkdir_p ()
12027{
12028
12029 case $as_dir in #(
12030 -*) as_dir=./$as_dir;;
12031 esac
12032 test -d "$as_dir" || eval $as_mkdir_p || {
12033 as_dirs=
12034 while :; do
12035 case $as_dir in #(
12036 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12037 *) as_qdir=$as_dir;;
12038 esac
12039 as_dirs="'$as_qdir' $as_dirs"
12040 as_dir=`$as_dirname -- "$as_dir" ||
12041$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12042 X"$as_dir" : 'X\(//\)[^/]' \| \
12043 X"$as_dir" : 'X\(//\)$' \| \
12044 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12045$as_echo X"$as_dir" |
12046 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12047 s//\1/
12048 q
12049 }
12050 /^X\(\/\/\)[^/].*/{
12051 s//\1/
12052 q
12053 }
12054 /^X\(\/\/\)$/{
12055 s//\1/
12056 q
12057 }
12058 /^X\(\/\).*/{
12059 s//\1/
12060 q
12061 }
12062 s/.*/./; q'`
12063 test -d "$as_dir" && break
12064 done
12065 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12066 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
12067
12068
12069} # as_fn_mkdir_p
b7026657 12070if mkdir -p . 2>/dev/null; then
81ecdfbb 12071 as_mkdir_p='mkdir -p "$as_dir"'
7a292a7a 12072else
b7026657
AC
12073 test -d ./-p && rmdir ./-p
12074 as_mkdir_p=false
7a292a7a 12075fi
7a292a7a 12076
d0ac1c44
SM
12077
12078# as_fn_executable_p FILE
12079# -----------------------
12080# Test if FILE is an executable regular file.
12081as_fn_executable_p ()
12082{
12083 test -f "$1" && test -x "$1"
12084} # as_fn_executable_p
12085as_test_x='test -x'
12086as_executable_p=as_fn_executable_p
7a292a7a 12087
b7026657
AC
12088# Sed expression to map a string onto a valid CPP name.
12089as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7a292a7a 12090
b7026657
AC
12091# Sed expression to map a string onto a valid variable name.
12092as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12093
12094
b7026657 12095exec 6>&1
81ecdfbb
RW
12096## ----------------------------------- ##
12097## Main body of $CONFIG_STATUS script. ##
12098## ----------------------------------- ##
12099_ASEOF
12100test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12101
12102cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12103# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12104# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12105# values after options handling.
12106ac_log="
b7026657 12107This file was extended by $as_me, which was
d0ac1c44 12108generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12109
12110 CONFIG_FILES = $CONFIG_FILES
12111 CONFIG_HEADERS = $CONFIG_HEADERS
12112 CONFIG_LINKS = $CONFIG_LINKS
12113 CONFIG_COMMANDS = $CONFIG_COMMANDS
12114 $ $0 $@
12115
81ecdfbb
RW
12116on `(hostname || uname -n) 2>/dev/null | sed 1q`
12117"
12118
b7026657
AC
12119_ACEOF
12120
81ecdfbb
RW
12121case $ac_config_files in *"
12122"*) set x $ac_config_files; shift; ac_config_files=$*;;
12123esac
c906108c 12124
81ecdfbb
RW
12125case $ac_config_headers in *"
12126"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12127esac
b7026657 12128
c906108c 12129
81ecdfbb
RW
12130cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12131# Files that config.status was made for.
12132config_files="$ac_config_files"
12133config_headers="$ac_config_headers"
81ecdfbb 12134config_commands="$ac_config_commands"
c906108c 12135
81ecdfbb 12136_ACEOF
c906108c 12137
81ecdfbb 12138cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12139ac_cs_usage="\
81ecdfbb
RW
12140\`$as_me' instantiates files and other configuration actions
12141from templates according to the current configuration. Unless the files
12142and actions are specified as TAGs, all are instantiated by default.
c906108c 12143
81ecdfbb 12144Usage: $0 [OPTION]... [TAG]...
c906108c 12145
b7026657 12146 -h, --help print this help, then exit
81ecdfbb 12147 -V, --version print version number and configuration settings, then exit
d0ac1c44 12148 --config print configuration, then exit
81ecdfbb
RW
12149 -q, --quiet, --silent
12150 do not print progress messages
b7026657
AC
12151 -d, --debug don't remove temporary files
12152 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12153 --file=FILE[:TEMPLATE]
12154 instantiate the configuration file FILE
12155 --header=FILE[:TEMPLATE]
12156 instantiate the configuration header FILE
379832de 12157
b7026657
AC
12158Configuration files:
12159$config_files
12160
12161Configuration headers:
12162$config_headers
12163
b7026657
AC
12164Configuration commands:
12165$config_commands
12166
81ecdfbb 12167Report bugs to the package provider."
b7026657 12168
81ecdfbb
RW
12169_ACEOF
12170cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12171ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12172ac_cs_version="\\
12173config.status
d0ac1c44
SM
12174configured by $0, generated by GNU Autoconf 2.69,
12175 with options \\"\$ac_cs_config\\"
b7026657 12176
d0ac1c44 12177Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12178This config.status script is free software; the Free Software Foundation
12179gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12180
12181ac_pwd='$ac_pwd'
12182srcdir='$srcdir'
12183INSTALL='$INSTALL'
6bb11ab3 12184AWK='$AWK'
81ecdfbb 12185test -n "\$AWK" || AWK=awk
b7026657
AC
12186_ACEOF
12187
81ecdfbb
RW
12188cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12189# The default lists apply if the user does not specify any file.
b7026657
AC
12190ac_need_defaults=:
12191while test $# != 0
12192do
12193 case $1 in
d0ac1c44 12194 --*=?*)
81ecdfbb
RW
12195 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12196 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12197 ac_shift=:
c906108c 12198 ;;
d0ac1c44
SM
12199 --*=)
12200 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12201 ac_optarg=
12202 ac_shift=:
12203 ;;
81ecdfbb 12204 *)
b7026657
AC
12205 ac_option=$1
12206 ac_optarg=$2
12207 ac_shift=shift
c906108c 12208 ;;
b7026657 12209 esac
c906108c 12210
b7026657
AC
12211 case $ac_option in
12212 # Handling of the options.
b7026657
AC
12213 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12214 ac_cs_recheck=: ;;
81ecdfbb
RW
12215 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12216 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12217 --config | --confi | --conf | --con | --co | --c )
12218 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12219 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12220 debug=: ;;
12221 --file | --fil | --fi | --f )
12222 $ac_shift
81ecdfbb
RW
12223 case $ac_optarg in
12224 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12225 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12226 esac
12227 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12228 ac_need_defaults=false;;
12229 --header | --heade | --head | --hea )
12230 $ac_shift
81ecdfbb
RW
12231 case $ac_optarg in
12232 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12233 esac
12234 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12235 ac_need_defaults=false;;
81ecdfbb
RW
12236 --he | --h)
12237 # Conflict between --help and --header
d0ac1c44 12238 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12239Try \`$0 --help' for more information.";;
12240 --help | --hel | -h )
12241 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12242 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12243 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12244 ac_cs_silent=: ;;
c906108c 12245
b7026657 12246 # This is an error.
d0ac1c44 12247 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12248Try \`$0 --help' for more information." ;;
c906108c 12249
81ecdfbb
RW
12250 *) as_fn_append ac_config_targets " $1"
12251 ac_need_defaults=false ;;
b7026657
AC
12252
12253 esac
12254 shift
12255done
12256
12257ac_configure_extra_args=
12258
12259if $ac_cs_silent; then
12260 exec 6>/dev/null
12261 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12262fi
12263
b7026657 12264_ACEOF
81ecdfbb 12265cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12266if \$ac_cs_recheck; then
d0ac1c44 12267 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12268 shift
12269 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12270 CONFIG_SHELL='$SHELL'
12271 export CONFIG_SHELL
12272 exec "\$@"
b7026657 12273fi
c906108c 12274
b7026657 12275_ACEOF
81ecdfbb
RW
12276cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12277exec 5>>config.log
12278{
12279 echo
12280 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12281## Running $as_me. ##
12282_ASBOX
12283 $as_echo "$ac_log"
12284} >&5
c906108c 12285
81ecdfbb
RW
12286_ACEOF
12287cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12288#
12289# INIT-COMMANDS
12290#
12291ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12292
6bb11ab3
L
12293
12294# The HP-UX ksh and POSIX shell print the target directory to stdout
12295# if CDPATH is set.
12296(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12297
12298sed_quote_subst='$sed_quote_subst'
12299double_quote_subst='$double_quote_subst'
12300delay_variable_subst='$delay_variable_subst'
12301macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12302macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12303enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12304enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12305pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12306enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12307SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12308ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12309host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12310host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12311host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12312build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12313build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12314build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12315SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12316Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12317GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12318EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12319FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12320LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12321NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12322LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12323max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12324ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12325exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12326lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12327lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12328lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12329reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12330reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12331OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12332deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12333file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12334AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12335AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12336STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12337RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12338old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12339old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12340old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12341lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12342CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12343CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12344compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12345GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12346lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12347lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12348lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12349lt_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"`'
12350objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12351MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12352lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12353lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12354lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12355lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12356lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12357need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12358DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12359NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12360LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12361OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12362OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12363libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12364shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12365extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12366archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12367enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12368export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12369whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12370compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12371old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12372old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12373archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12374archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12375module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12376module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12377with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12378allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12379no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12380hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12381hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12382hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12383hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12384hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12385hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12386hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12387hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12388inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12389link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12390fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12391always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12392export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12393exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12394include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12395prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12396file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12397variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12398need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12399need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12400version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12401runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12402shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12403shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12404libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12405library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12406soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12407install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12408postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12409postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12410finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12411finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12412hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12413sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12414sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12415hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12416enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12417enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12418enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12419old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12420striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12421
12422LTCC='$LTCC'
12423LTCFLAGS='$LTCFLAGS'
12424compiler='$compiler_DEFAULT'
12425
12426# A function that is used when there is no print builtin or printf.
12427func_fallback_echo ()
12428{
12429 eval 'cat <<_LTECHO_EOF
12430\$1
12431_LTECHO_EOF'
12432}
12433
12434# Quote evaled strings.
12435for var in SHELL \
12436ECHO \
12437SED \
12438GREP \
12439EGREP \
12440FGREP \
12441LD \
12442NM \
12443LN_S \
12444lt_SP2NL \
12445lt_NL2SP \
12446reload_flag \
12447OBJDUMP \
12448deplibs_check_method \
12449file_magic_cmd \
12450AR \
12451AR_FLAGS \
12452STRIP \
12453RANLIB \
12454CC \
12455CFLAGS \
12456compiler \
12457lt_cv_sys_global_symbol_pipe \
12458lt_cv_sys_global_symbol_to_cdecl \
12459lt_cv_sys_global_symbol_to_c_name_address \
12460lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12461lt_prog_compiler_no_builtin_flag \
12462lt_prog_compiler_wl \
12463lt_prog_compiler_pic \
12464lt_prog_compiler_static \
12465lt_cv_prog_compiler_c_o \
12466need_locks \
12467DSYMUTIL \
12468NMEDIT \
12469LIPO \
12470OTOOL \
12471OTOOL64 \
12472shrext_cmds \
12473export_dynamic_flag_spec \
12474whole_archive_flag_spec \
12475compiler_needs_object \
12476with_gnu_ld \
12477allow_undefined_flag \
12478no_undefined_flag \
12479hardcode_libdir_flag_spec \
12480hardcode_libdir_flag_spec_ld \
12481hardcode_libdir_separator \
12482fix_srcfile_path \
12483exclude_expsyms \
12484include_expsyms \
12485file_list_spec \
12486variables_saved_for_relink \
12487libname_spec \
12488library_names_spec \
12489soname_spec \
12490install_override_mode \
12491finish_eval \
12492old_striplib \
12493striplib; do
12494 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12495 *[\\\\\\\`\\"\\\$]*)
12496 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12497 ;;
12498 *)
12499 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12500 ;;
12501 esac
12502done
12503
12504# Double-quote double-evaled strings.
12505for var in reload_cmds \
12506old_postinstall_cmds \
12507old_postuninstall_cmds \
12508old_archive_cmds \
12509extract_expsyms_cmds \
12510old_archive_from_new_cmds \
12511old_archive_from_expsyms_cmds \
12512archive_cmds \
12513archive_expsym_cmds \
12514module_cmds \
12515module_expsym_cmds \
12516export_symbols_cmds \
12517prelink_cmds \
12518postinstall_cmds \
12519postuninstall_cmds \
12520finish_cmds \
12521sys_lib_search_path_spec \
12522sys_lib_dlsearch_path_spec; do
12523 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12524 *[\\\\\\\`\\"\\\$]*)
12525 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12526 ;;
12527 *)
12528 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12529 ;;
12530 esac
12531done
12532
12533ac_aux_dir='$ac_aux_dir'
12534xsi_shell='$xsi_shell'
12535lt_shell_append='$lt_shell_append'
12536
12537# See if we are running on zsh, and set the options which allow our
12538# commands through without removal of \ escapes INIT.
12539if test -n "\${ZSH_VERSION+set}" ; then
12540 setopt NO_GLOB_SUBST
12541fi
12542
12543
12544 PACKAGE='$PACKAGE'
12545 VERSION='$VERSION'
12546 TIMESTAMP='$TIMESTAMP'
12547 RM='$RM'
12548 ofile='$ofile'
12549
12550
12551
12552
81ecdfbb 12553_ACEOF
c906108c 12554
81ecdfbb 12555cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 12556
81ecdfbb 12557# Handling of arguments.
b7026657 12558for ac_config_target in $ac_config_targets
c906108c 12559do
81ecdfbb
RW
12560 case $ac_config_target in
12561 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12562 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12563 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12564 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12565 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12566 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12567 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12568 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12569
d0ac1c44 12570 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
12571 esac
12572done
12573
81ecdfbb 12574
b7026657
AC
12575# If the user did not use the arguments to specify the items to instantiate,
12576# then the envvar interface is used. Set only those that are not.
12577# We use the long form for the default assignment because of an extremely
12578# bizarre bug on SunOS 4.1.3.
12579if $ac_need_defaults; then
12580 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12581 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
12582 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12583fi
12584
12585# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12586# simply because there is no reason against having it here, and in addition,
b7026657 12587# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12588# Hook for its removal unless debugging.
12589# Note that there is a small window in which the directory will not be cleaned:
12590# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12591$debug ||
12592{
d0ac1c44 12593 tmp= ac_tmp=
81ecdfbb 12594 trap 'exit_status=$?
d0ac1c44
SM
12595 : "${ac_tmp:=$tmp}"
12596 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12597' 0
12598 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12599}
b7026657
AC
12600# Create a (secure) tmp directory for tmp files.
12601
12602{
81ecdfbb 12603 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12604 test -d "$tmp"
b7026657
AC
12605} ||
12606{
81ecdfbb
RW
12607 tmp=./conf$$-$RANDOM
12608 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12609} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12610ac_tmp=$tmp
c906108c 12611
81ecdfbb
RW
12612# Set up the scripts for CONFIG_FILES section.
12613# No need to generate them if there are no CONFIG_FILES.
12614# This happens for instance with `./config.status config.h'.
12615if test -n "$CONFIG_FILES"; then
c906108c 12616
c906108c 12617
81ecdfbb
RW
12618ac_cr=`echo X | tr X '\015'`
12619# On cygwin, bash can eat \r inside `` if the user requested igncr.
12620# But we know of no other shell where ac_cr would be empty at this
12621# point, so we can use a bashism as a fallback.
12622if test "x$ac_cr" = x; then
12623 eval ac_cr=\$\'\\r\'
12624fi
12625ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12626if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12627 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12628else
12629 ac_cs_awk_cr=$ac_cr
12630fi
b7026657 12631
d0ac1c44 12632echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12633_ACEOF
12634
81ecdfbb
RW
12635
12636{
12637 echo "cat >conf$$subs.awk <<_ACEOF" &&
12638 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12639 echo "_ACEOF"
12640} >conf$$subs.sh ||
d0ac1c44
SM
12641 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12642ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12643ac_delim='%!_!# '
12644for ac_last_try in false false false false false :; do
12645 . ./conf$$subs.sh ||
d0ac1c44 12646 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12647
12648 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12649 if test $ac_delim_n = $ac_delim_num; then
12650 break
12651 elif $ac_last_try; then
d0ac1c44 12652 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12653 else
12654 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 12655 fi
81ecdfbb
RW
12656done
12657rm -f conf$$subs.sh
c906108c 12658
81ecdfbb 12659cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12660cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12661_ACEOF
81ecdfbb
RW
12662sed -n '
12663h
12664s/^/S["/; s/!.*/"]=/
12665p
12666g
12667s/^[^!]*!//
12668:repl
12669t repl
12670s/'"$ac_delim"'$//
12671t delim
12672:nl
12673h
d0ac1c44 12674s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12675t more1
12676s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12677p
12678n
12679b repl
12680:more1
12681s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12682p
12683g
12684s/.\{148\}//
12685t nl
12686:delim
12687h
d0ac1c44 12688s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12689t more2
12690s/["\\]/\\&/g; s/^/"/; s/$/"/
12691p
12692b
12693:more2
12694s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12695p
12696g
12697s/.\{148\}//
12698t delim
12699' <conf$$subs.awk | sed '
12700/^[^""]/{
12701 N
12702 s/\n//
12703}
12704' >>$CONFIG_STATUS || ac_write_fail=1
12705rm -f conf$$subs.awk
12706cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12707_ACAWK
d0ac1c44 12708cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12709 for (key in S) S_is_set[key] = 1
12710 FS = "\a"
b7026657 12711
81ecdfbb
RW
12712}
12713{
12714 line = $ 0
12715 nfields = split(line, field, "@")
12716 substed = 0
12717 len = length(field[1])
12718 for (i = 2; i < nfields; i++) {
12719 key = field[i]
12720 keylen = length(key)
12721 if (S_is_set[key]) {
12722 value = S[key]
12723 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12724 len += length(value) + length(field[++i])
12725 substed = 1
12726 } else
12727 len += 1 + keylen
12728 }
12729
12730 print line
12731}
b7026657 12732
81ecdfbb
RW
12733_ACAWK
12734_ACEOF
12735cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12736if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12737 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12738else
81ecdfbb 12739 cat
d0ac1c44
SM
12740fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12741 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12742_ACEOF
c906108c 12743
d0ac1c44
SM
12744# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12745# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12746# trailing colons and then remove the whole line if VPATH becomes empty
12747# (actually we leave an empty line to preserve line numbers).
12748if test "x$srcdir" = x.; then
d0ac1c44
SM
12749 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12750h
12751s///
12752s/^/:/
12753s/[ ]*$/:/
12754s/:\$(srcdir):/:/g
12755s/:\${srcdir}:/:/g
12756s/:@srcdir@:/:/g
12757s/^:*//
81ecdfbb 12758s/:*$//
d0ac1c44
SM
12759x
12760s/\(=[ ]*\).*/\1/
12761G
12762s/\n//
81ecdfbb
RW
12763s/^[^=]*=[ ]*$//
12764}'
12765fi
c906108c 12766
81ecdfbb
RW
12767cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12768fi # test -n "$CONFIG_FILES"
c906108c 12769
81ecdfbb
RW
12770# Set up the scripts for CONFIG_HEADERS section.
12771# No need to generate them if there are no CONFIG_HEADERS.
12772# This happens for instance with `./config.status Makefile'.
12773if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12774cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12775BEGIN {
12776_ACEOF
b7026657 12777
81ecdfbb
RW
12778# Transform confdefs.h into an awk script `defines.awk', embedded as
12779# here-document in config.status, that substitutes the proper values into
12780# config.h.in to produce config.h.
c906108c 12781
81ecdfbb
RW
12782# Create a delimiter string that does not exist in confdefs.h, to ease
12783# handling of long lines.
12784ac_delim='%!_!# '
12785for ac_last_try in false false :; do
d0ac1c44
SM
12786 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12787 if test -z "$ac_tt"; then
81ecdfbb
RW
12788 break
12789 elif $ac_last_try; then
d0ac1c44 12790 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 12791 else
81ecdfbb 12792 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 12793 fi
b7026657 12794done
81ecdfbb
RW
12795
12796# For the awk script, D is an array of macro values keyed by name,
12797# likewise P contains macro parameters if any. Preserve backslash
12798# newline sequences.
12799
12800ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12801sed -n '
12802s/.\{148\}/&'"$ac_delim"'/g
12803t rset
12804:rset
12805s/^[ ]*#[ ]*define[ ][ ]*/ /
12806t def
12807d
12808:def
12809s/\\$//
12810t bsnl
12811s/["\\]/\\&/g
12812s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12813D["\1"]=" \3"/p
12814s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12815d
12816:bsnl
12817s/["\\]/\\&/g
12818s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12819D["\1"]=" \3\\\\\\n"\\/p
12820t cont
12821s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12822t cont
12823d
12824:cont
12825n
12826s/.\{148\}/&'"$ac_delim"'/g
12827t clear
12828:clear
12829s/\\$//
12830t bsnlc
12831s/["\\]/\\&/g; s/^/"/; s/$/"/p
12832d
12833:bsnlc
12834s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12835b cont
12836' <confdefs.h | sed '
12837s/'"$ac_delim"'/"\\\
12838"/g' >>$CONFIG_STATUS || ac_write_fail=1
12839
12840cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12841 for (key in D) D_is_set[key] = 1
12842 FS = "\a"
12843}
12844/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12845 line = \$ 0
12846 split(line, arg, " ")
12847 if (arg[1] == "#") {
12848 defundef = arg[2]
12849 mac1 = arg[3]
12850 } else {
12851 defundef = substr(arg[1], 2)
12852 mac1 = arg[2]
12853 }
12854 split(mac1, mac2, "(") #)
12855 macro = mac2[1]
12856 prefix = substr(line, 1, index(line, defundef) - 1)
12857 if (D_is_set[macro]) {
12858 # Preserve the white space surrounding the "#".
12859 print prefix "define", macro P[macro] D[macro]
12860 next
12861 } else {
12862 # Replace #undef with comments. This is necessary, for example,
12863 # in the case of _POSIX_SOURCE, which is predefined and required
12864 # on some systems where configure will not decide to define it.
12865 if (defundef == "undef") {
12866 print "/*", prefix defundef, macro, "*/"
12867 next
12868 }
12869 }
12870}
12871{ print }
12872_ACAWK
b7026657 12873_ACEOF
81ecdfbb 12874cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 12875 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 12876fi # test -n "$CONFIG_HEADERS"
b7026657 12877
c906108c 12878
99d8e879 12879eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
12880shift
12881for ac_tag
12882do
12883 case $ac_tag in
12884 :[FHLC]) ac_mode=$ac_tag; continue;;
12885 esac
12886 case $ac_mode$ac_tag in
12887 :[FHL]*:*);;
d0ac1c44 12888 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12889 :[FH]-) ac_tag=-:-;;
12890 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 12891 esac
81ecdfbb
RW
12892 ac_save_IFS=$IFS
12893 IFS=:
12894 set x $ac_tag
12895 IFS=$ac_save_IFS
12896 shift
12897 ac_file=$1
12898 shift
c906108c 12899
81ecdfbb
RW
12900 case $ac_mode in
12901 :L) ac_source=$1;;
12902 :[FH])
12903 ac_file_inputs=
12904 for ac_f
12905 do
12906 case $ac_f in
d0ac1c44 12907 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12908 *) # Look for the file first in the build tree, then in the source tree
12909 # (if the path is not absolute). The absolute path cannot be DOS-style,
12910 # because $ac_f cannot contain `:'.
12911 test -f "$ac_f" ||
12912 case $ac_f in
12913 [\\/$]*) false;;
12914 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12915 esac ||
d0ac1c44 12916 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12917 esac
81ecdfbb
RW
12918 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12919 as_fn_append ac_file_inputs " '$ac_f'"
12920 done
b7026657 12921
81ecdfbb
RW
12922 # Let's still pretend it is `configure' which instantiates (i.e., don't
12923 # use $as_me), people would be surprised to read:
12924 # /* config.h. Generated by config.status. */
12925 configure_input='Generated from '`
12926 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12927 `' by configure.'
12928 if test x"$ac_file" != x-; then
12929 configure_input="$ac_file. $configure_input"
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12931$as_echo "$as_me: creating $ac_file" >&6;}
12932 fi
12933 # Neutralize special characters interpreted by sed in replacement strings.
12934 case $configure_input in #(
12935 *\&* | *\|* | *\\* )
12936 ac_sed_conf_input=`$as_echo "$configure_input" |
12937 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12938 *) ac_sed_conf_input=$configure_input;;
12939 esac
b7026657 12940
81ecdfbb 12941 case $ac_tag in
d0ac1c44
SM
12942 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12943 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12944 esac
12945 ;;
12946 esac
b7026657 12947
81ecdfbb 12948 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12949$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12950 X"$ac_file" : 'X\(//\)[^/]' \| \
12951 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12952 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12953$as_echo X"$ac_file" |
12954 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12955 s//\1/
12956 q
12957 }
12958 /^X\(\/\/\)[^/].*/{
12959 s//\1/
12960 q
12961 }
12962 /^X\(\/\/\)$/{
12963 s//\1/
12964 q
12965 }
12966 /^X\(\/\).*/{
12967 s//\1/
12968 q
12969 }
12970 s/.*/./; q'`
12971 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12972 ac_builddir=.
12973
81ecdfbb
RW
12974case "$ac_dir" in
12975.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12976*)
12977 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12978 # A ".." for each directory in $ac_dir_suffix.
12979 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12980 case $ac_top_builddir_sub in
12981 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12982 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12983 esac ;;
12984esac
12985ac_abs_top_builddir=$ac_pwd
12986ac_abs_builddir=$ac_pwd$ac_dir_suffix
12987# for backward compatibility:
12988ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12989
12990case $srcdir in
81ecdfbb 12991 .) # We are building in place.
b7026657 12992 ac_srcdir=.
81ecdfbb
RW
12993 ac_top_srcdir=$ac_top_builddir_sub
12994 ac_abs_top_srcdir=$ac_pwd ;;
12995 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12996 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12997 ac_top_srcdir=$srcdir
12998 ac_abs_top_srcdir=$srcdir ;;
12999 *) # Relative name.
13000 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13001 ac_top_srcdir=$ac_top_build_prefix$srcdir
13002 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13003esac
81ecdfbb 13004ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13005
c906108c 13006
81ecdfbb
RW
13007 case $ac_mode in
13008 :F)
13009 #
13010 # CONFIG_FILE
13011 #
b7026657 13012
81ecdfbb
RW
13013 case $INSTALL in
13014 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13015 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 13016 esac
81ecdfbb 13017_ACEOF
c906108c 13018
81ecdfbb
RW
13019cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13020# If the template does not know about datarootdir, expand it.
13021# FIXME: This hack should be removed a few years after 2.60.
13022ac_datarootdir_hack=; ac_datarootdir_seen=
13023ac_sed_dataroot='
13024/datarootdir/ {
13025 p
13026 q
13027}
13028/@datadir@/p
13029/@docdir@/p
13030/@infodir@/p
13031/@localedir@/p
13032/@mandir@/p'
13033case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13034*datarootdir*) ac_datarootdir_seen=yes;;
13035*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13036 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13037$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13038_ACEOF
13039cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13040 ac_datarootdir_hack='
13041 s&@datadir@&$datadir&g
13042 s&@docdir@&$docdir&g
13043 s&@infodir@&$infodir&g
13044 s&@localedir@&$localedir&g
13045 s&@mandir@&$mandir&g
13046 s&\\\${datarootdir}&$datarootdir&g' ;;
13047esac
b7026657 13048_ACEOF
b7026657 13049
81ecdfbb
RW
13050# Neutralize VPATH when `$srcdir' = `.'.
13051# Shell code in configure.ac might set extrasub.
13052# FIXME: do we really want to maintain this feature?
13053cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13054ac_sed_extra="$ac_vpsub
13055$extrasub
13056_ACEOF
13057cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13058:t
13059/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13060s|@configure_input@|$ac_sed_conf_input|;t t
13061s&@top_builddir@&$ac_top_builddir_sub&;t t
13062s&@top_build_prefix@&$ac_top_build_prefix&;t t
13063s&@srcdir@&$ac_srcdir&;t t
13064s&@abs_srcdir@&$ac_abs_srcdir&;t t
13065s&@top_srcdir@&$ac_top_srcdir&;t t
13066s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13067s&@builddir@&$ac_builddir&;t t
13068s&@abs_builddir@&$ac_abs_builddir&;t t
13069s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13070s&@INSTALL@&$ac_INSTALL&;t t
13071$ac_datarootdir_hack
13072"
d0ac1c44
SM
13073eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13074 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13075
13076test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13077 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13078 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13079 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13080 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13081which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13082$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13083which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13084
d0ac1c44 13085 rm -f "$ac_tmp/stdin"
81ecdfbb 13086 case $ac_file in
d0ac1c44
SM
13087 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13088 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13089 esac \
d0ac1c44 13090 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13091 ;;
13092 :H)
13093 #
13094 # CONFIG_HEADER
13095 #
13096 if test x"$ac_file" != x-; then
13097 {
13098 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13099 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13100 } >"$ac_tmp/config.h" \
13101 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13102 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13104$as_echo "$as_me: $ac_file is unchanged" >&6;}
13105 else
13106 rm -f "$ac_file"
d0ac1c44
SM
13107 mv "$ac_tmp/config.h" "$ac_file" \
13108 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13109 fi
b7026657 13110 else
81ecdfbb 13111 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13112 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13113 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13114 fi
13115 ;;
b7026657 13116
81ecdfbb
RW
13117 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13118$as_echo "$as_me: executing $ac_file commands" >&6;}
13119 ;;
13120 esac
b7026657
AC
13121
13122
81ecdfbb 13123 case $ac_file$ac_mode in
db2e4d67 13124 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13125 "libtool":C)
13126
13127 # See if we are running on zsh, and set the options which allow our
13128 # commands through without removal of \ escapes.
13129 if test -n "${ZSH_VERSION+set}" ; then
13130 setopt NO_GLOB_SUBST
13131 fi
13132
13133 cfgfile="${ofile}T"
13134 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13135 $RM "$cfgfile"
13136
13137 cat <<_LT_EOF >> "$cfgfile"
13138#! $SHELL
13139
13140# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13141# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13142# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13143# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13144#
13145# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13146# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13147# Written by Gordon Matzigkeit, 1996
13148#
13149# This file is part of GNU Libtool.
13150#
13151# GNU Libtool is free software; you can redistribute it and/or
13152# modify it under the terms of the GNU General Public License as
13153# published by the Free Software Foundation; either version 2 of
13154# the License, or (at your option) any later version.
13155#
13156# As a special exception to the GNU General Public License,
13157# if you distribute this file as part of a program or library that
13158# is built using GNU Libtool, you may include this file under the
13159# same distribution terms that you use for the rest of that program.
13160#
13161# GNU Libtool is distributed in the hope that it will be useful,
13162# but WITHOUT ANY WARRANTY; without even the implied warranty of
13163# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13164# GNU General Public License for more details.
13165#
13166# You should have received a copy of the GNU General Public License
13167# along with GNU Libtool; see the file COPYING. If not, a copy
13168# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13169# obtained by writing to the Free Software Foundation, Inc.,
13170# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13171
13172
13173# The names of the tagged configurations supported by this script.
13174available_tags=""
13175
13176# ### BEGIN LIBTOOL CONFIG
13177
13178# Which release of libtool.m4 was used?
13179macro_version=$macro_version
13180macro_revision=$macro_revision
13181
13182# Whether or not to build shared libraries.
13183build_libtool_libs=$enable_shared
13184
13185# Whether or not to build static libraries.
13186build_old_libs=$enable_static
13187
13188# What type of objects to build.
13189pic_mode=$pic_mode
13190
13191# Whether or not to optimize for fast installation.
13192fast_install=$enable_fast_install
13193
13194# Shell to use when invoking shell scripts.
13195SHELL=$lt_SHELL
13196
13197# An echo program that protects backslashes.
13198ECHO=$lt_ECHO
13199
13200# The host system.
13201host_alias=$host_alias
13202host=$host
13203host_os=$host_os
13204
13205# The build system.
13206build_alias=$build_alias
13207build=$build
13208build_os=$build_os
13209
13210# A sed program that does not truncate output.
13211SED=$lt_SED
13212
13213# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13214Xsed="\$SED -e 1s/^X//"
13215
13216# A grep program that handles long lines.
13217GREP=$lt_GREP
13218
13219# An ERE matcher.
13220EGREP=$lt_EGREP
13221
13222# A literal string matcher.
13223FGREP=$lt_FGREP
13224
13225# A BSD- or MS-compatible name lister.
13226NM=$lt_NM
13227
13228# Whether we need soft or hard links.
13229LN_S=$lt_LN_S
13230
13231# What is the maximum length of a command?
13232max_cmd_len=$max_cmd_len
13233
13234# Object file suffix (normally "o").
13235objext=$ac_objext
13236
13237# Executable file suffix (normally "").
13238exeext=$exeext
13239
13240# whether the shell understands "unset".
13241lt_unset=$lt_unset
13242
13243# turn spaces into newlines.
13244SP2NL=$lt_lt_SP2NL
13245
13246# turn newlines into spaces.
13247NL2SP=$lt_lt_NL2SP
13248
13249# An object symbol dumper.
13250OBJDUMP=$lt_OBJDUMP
13251
13252# Method to check whether dependent libraries are shared objects.
13253deplibs_check_method=$lt_deplibs_check_method
13254
13255# Command to use when deplibs_check_method == "file_magic".
13256file_magic_cmd=$lt_file_magic_cmd
13257
13258# The archiver.
13259AR=$lt_AR
13260AR_FLAGS=$lt_AR_FLAGS
13261
13262# A symbol stripping program.
13263STRIP=$lt_STRIP
13264
13265# Commands used to install an old-style archive.
13266RANLIB=$lt_RANLIB
13267old_postinstall_cmds=$lt_old_postinstall_cmds
13268old_postuninstall_cmds=$lt_old_postuninstall_cmds
13269
13270# Whether to use a lock for old archive extraction.
13271lock_old_archive_extraction=$lock_old_archive_extraction
13272
13273# A C compiler.
13274LTCC=$lt_CC
13275
13276# LTCC compiler flags.
13277LTCFLAGS=$lt_CFLAGS
13278
13279# Take the output of nm and produce a listing of raw symbols and C names.
13280global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13281
13282# Transform the output of nm in a proper C declaration.
13283global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13284
13285# Transform the output of nm in a C name address pair.
13286global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13287
13288# Transform the output of nm in a C name address pair when lib prefix is needed.
13289global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13290
13291# The name of the directory that contains temporary libtool files.
13292objdir=$objdir
13293
13294# Used to examine libraries when file_magic_cmd begins with "file".
13295MAGIC_CMD=$MAGIC_CMD
13296
13297# Must we lock files when doing compilation?
13298need_locks=$lt_need_locks
13299
13300# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13301DSYMUTIL=$lt_DSYMUTIL
13302
13303# Tool to change global to local symbols on Mac OS X.
13304NMEDIT=$lt_NMEDIT
13305
13306# Tool to manipulate fat objects and archives on Mac OS X.
13307LIPO=$lt_LIPO
13308
13309# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13310OTOOL=$lt_OTOOL
13311
13312# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13313OTOOL64=$lt_OTOOL64
13314
13315# Old archive suffix (normally "a").
13316libext=$libext
13317
13318# Shared library suffix (normally ".so").
13319shrext_cmds=$lt_shrext_cmds
13320
13321# The commands to extract the exported symbol list from a shared archive.
13322extract_expsyms_cmds=$lt_extract_expsyms_cmds
13323
13324# Variables whose values should be saved in libtool wrapper scripts and
13325# restored at link time.
13326variables_saved_for_relink=$lt_variables_saved_for_relink
13327
13328# Do we need the "lib" prefix for modules?
13329need_lib_prefix=$need_lib_prefix
13330
13331# Do we need a version for libraries?
13332need_version=$need_version
13333
13334# Library versioning type.
13335version_type=$version_type
13336
13337# Shared library runtime path variable.
13338runpath_var=$runpath_var
13339
13340# Shared library path variable.
13341shlibpath_var=$shlibpath_var
13342
13343# Is shlibpath searched before the hard-coded library search path?
13344shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13345
13346# Format of library name prefix.
13347libname_spec=$lt_libname_spec
13348
13349# List of archive names. First name is the real one, the rest are links.
13350# The last name is the one that the linker finds with -lNAME
13351library_names_spec=$lt_library_names_spec
13352
13353# The coded name of the library, if different from the real name.
13354soname_spec=$lt_soname_spec
13355
13356# Permission mode override for installation of shared libraries.
13357install_override_mode=$lt_install_override_mode
13358
13359# Command to use after installation of a shared archive.
13360postinstall_cmds=$lt_postinstall_cmds
13361
13362# Command to use after uninstallation of a shared archive.
13363postuninstall_cmds=$lt_postuninstall_cmds
13364
13365# Commands used to finish a libtool library installation in a directory.
13366finish_cmds=$lt_finish_cmds
13367
13368# As "finish_cmds", except a single script fragment to be evaled but
13369# not shown.
13370finish_eval=$lt_finish_eval
13371
13372# Whether we should hardcode library paths into libraries.
13373hardcode_into_libs=$hardcode_into_libs
13374
13375# Compile-time system search path for libraries.
13376sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13377
13378# Run-time system search path for libraries.
13379sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13380
13381# Whether dlopen is supported.
13382dlopen_support=$enable_dlopen
13383
13384# Whether dlopen of programs is supported.
13385dlopen_self=$enable_dlopen_self
13386
13387# Whether dlopen of statically linked programs is supported.
13388dlopen_self_static=$enable_dlopen_self_static
13389
13390# Commands to strip libraries.
13391old_striplib=$lt_old_striplib
13392striplib=$lt_striplib
13393
13394
13395# The linker used to build libraries.
13396LD=$lt_LD
13397
13398# How to create reloadable object files.
13399reload_flag=$lt_reload_flag
13400reload_cmds=$lt_reload_cmds
13401
13402# Commands used to build an old-style archive.
13403old_archive_cmds=$lt_old_archive_cmds
13404
13405# A language specific compiler.
13406CC=$lt_compiler
13407
13408# Is the compiler the GNU compiler?
13409with_gcc=$GCC
13410
13411# Compiler flag to turn off builtin functions.
13412no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13413
13414# How to pass a linker flag through the compiler.
13415wl=$lt_lt_prog_compiler_wl
13416
13417# Additional compiler flags for building library objects.
13418pic_flag=$lt_lt_prog_compiler_pic
13419
13420# Compiler flag to prevent dynamic linking.
13421link_static_flag=$lt_lt_prog_compiler_static
13422
13423# Does compiler simultaneously support -c and -o options?
13424compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13425
13426# Whether or not to add -lc for building shared libraries.
13427build_libtool_need_lc=$archive_cmds_need_lc
13428
13429# Whether or not to disallow shared libs when runtime libs are static.
13430allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13431
13432# Compiler flag to allow reflexive dlopens.
13433export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13434
13435# Compiler flag to generate shared objects directly from archives.
13436whole_archive_flag_spec=$lt_whole_archive_flag_spec
13437
13438# Whether the compiler copes with passing no objects directly.
13439compiler_needs_object=$lt_compiler_needs_object
13440
13441# Create an old-style archive from a shared archive.
13442old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13443
13444# Create a temporary old-style archive to link instead of a shared archive.
13445old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13446
13447# Commands used to build a shared archive.
13448archive_cmds=$lt_archive_cmds
13449archive_expsym_cmds=$lt_archive_expsym_cmds
13450
13451# Commands used to build a loadable module if different from building
13452# a shared archive.
13453module_cmds=$lt_module_cmds
13454module_expsym_cmds=$lt_module_expsym_cmds
13455
13456# Whether we are building with GNU ld or not.
13457with_gnu_ld=$lt_with_gnu_ld
13458
13459# Flag that allows shared libraries with undefined symbols to be built.
13460allow_undefined_flag=$lt_allow_undefined_flag
13461
13462# Flag that enforces no undefined symbols.
13463no_undefined_flag=$lt_no_undefined_flag
13464
13465# Flag to hardcode \$libdir into a binary during linking.
13466# This must work even if \$libdir does not exist
13467hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13468
13469# If ld is used when linking, flag to hardcode \$libdir into a binary
13470# during linking. This must work even if \$libdir does not exist.
13471hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13472
13473# Whether we need a single "-rpath" flag with a separated argument.
13474hardcode_libdir_separator=$lt_hardcode_libdir_separator
13475
13476# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13477# DIR into the resulting binary.
13478hardcode_direct=$hardcode_direct
13479
13480# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13481# DIR into the resulting binary and the resulting library dependency is
13482# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13483# library is relocated.
13484hardcode_direct_absolute=$hardcode_direct_absolute
13485
13486# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13487# into the resulting binary.
13488hardcode_minus_L=$hardcode_minus_L
13489
13490# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13491# into the resulting binary.
13492hardcode_shlibpath_var=$hardcode_shlibpath_var
13493
13494# Set to "yes" if building a shared library automatically hardcodes DIR
13495# into the library and all subsequent libraries and executables linked
13496# against it.
13497hardcode_automatic=$hardcode_automatic
13498
13499# Set to yes if linker adds runtime paths of dependent libraries
13500# to runtime path list.
13501inherit_rpath=$inherit_rpath
13502
13503# Whether libtool must link a program against all its dependency libraries.
13504link_all_deplibs=$link_all_deplibs
13505
13506# Fix the shell variable \$srcfile for the compiler.
13507fix_srcfile_path=$lt_fix_srcfile_path
13508
13509# Set to "yes" if exported symbols are required.
13510always_export_symbols=$always_export_symbols
13511
13512# The commands to list exported symbols.
13513export_symbols_cmds=$lt_export_symbols_cmds
13514
13515# Symbols that should not be listed in the preloaded symbols.
13516exclude_expsyms=$lt_exclude_expsyms
13517
13518# Symbols that must always be exported.
13519include_expsyms=$lt_include_expsyms
13520
13521# Commands necessary for linking programs (against libraries) with templates.
13522prelink_cmds=$lt_prelink_cmds
13523
13524# Specify filename containing input files.
13525file_list_spec=$lt_file_list_spec
13526
13527# How to hardcode a shared library path into an executable.
13528hardcode_action=$hardcode_action
13529
13530# ### END LIBTOOL CONFIG
13531
13532_LT_EOF
13533
13534 case $host_os in
13535 aix3*)
13536 cat <<\_LT_EOF >> "$cfgfile"
13537# AIX sometimes has problems with the GCC collect2 program. For some
13538# reason, if we set the COLLECT_NAMES environment variable, the problems
13539# vanish in a puff of smoke.
13540if test "X${COLLECT_NAMES+set}" != Xset; then
13541 COLLECT_NAMES=
13542 export COLLECT_NAMES
13543fi
13544_LT_EOF
13545 ;;
13546 esac
13547
13548
13549ltmain="$ac_aux_dir/ltmain.sh"
13550
13551
13552 # We use sed instead of cat because bash on DJGPP gets confused if
13553 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13554 # text mode, it properly converts lines to CR/LF. This bash problem
13555 # is reportedly fixed, but why not run on old versions too?
13556 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13557 || (rm -f "$cfgfile"; exit 1)
13558
13559 case $xsi_shell in
13560 yes)
13561 cat << \_LT_EOF >> "$cfgfile"
13562
13563# func_dirname file append nondir_replacement
13564# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13565# otherwise set result to NONDIR_REPLACEMENT.
13566func_dirname ()
13567{
13568 case ${1} in
13569 */*) func_dirname_result="${1%/*}${2}" ;;
13570 * ) func_dirname_result="${3}" ;;
13571 esac
13572}
13573
13574# func_basename file
13575func_basename ()
13576{
13577 func_basename_result="${1##*/}"
13578}
13579
13580# func_dirname_and_basename file append nondir_replacement
13581# perform func_basename and func_dirname in a single function
13582# call:
13583# dirname: Compute the dirname of FILE. If nonempty,
13584# add APPEND to the result, otherwise set result
13585# to NONDIR_REPLACEMENT.
13586# value returned in "$func_dirname_result"
13587# basename: Compute filename of FILE.
13588# value retuned in "$func_basename_result"
13589# Implementation must be kept synchronized with func_dirname
13590# and func_basename. For efficiency, we do not delegate to
13591# those functions but instead duplicate the functionality here.
13592func_dirname_and_basename ()
13593{
13594 case ${1} in
13595 */*) func_dirname_result="${1%/*}${2}" ;;
13596 * ) func_dirname_result="${3}" ;;
13597 esac
13598 func_basename_result="${1##*/}"
13599}
13600
13601# func_stripname prefix suffix name
13602# strip PREFIX and SUFFIX off of NAME.
13603# PREFIX and SUFFIX must not contain globbing or regex special
13604# characters, hashes, percent signs, but SUFFIX may contain a leading
13605# dot (in which case that matches only a dot).
13606func_stripname ()
13607{
13608 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13609 # positional parameters, so assign one to ordinary parameter first.
13610 func_stripname_result=${3}
13611 func_stripname_result=${func_stripname_result#"${1}"}
13612 func_stripname_result=${func_stripname_result%"${2}"}
13613}
13614
13615# func_opt_split
13616func_opt_split ()
13617{
13618 func_opt_split_opt=${1%%=*}
13619 func_opt_split_arg=${1#*=}
13620}
13621
13622# func_lo2o object
13623func_lo2o ()
13624{
13625 case ${1} in
13626 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13627 *) func_lo2o_result=${1} ;;
13628 esac
13629}
13630
13631# func_xform libobj-or-source
13632func_xform ()
13633{
13634 func_xform_result=${1%.*}.lo
13635}
13636
13637# func_arith arithmetic-term...
13638func_arith ()
13639{
13640 func_arith_result=$(( $* ))
13641}
13642
13643# func_len string
13644# STRING may not start with a hyphen.
13645func_len ()
13646{
13647 func_len_result=${#1}
13648}
13649
13650_LT_EOF
13651 ;;
13652 *) # Bourne compatible functions.
13653 cat << \_LT_EOF >> "$cfgfile"
13654
13655# func_dirname file append nondir_replacement
13656# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13657# otherwise set result to NONDIR_REPLACEMENT.
13658func_dirname ()
13659{
13660 # Extract subdirectory from the argument.
13661 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13662 if test "X$func_dirname_result" = "X${1}"; then
13663 func_dirname_result="${3}"
13664 else
13665 func_dirname_result="$func_dirname_result${2}"
13666 fi
13667}
13668
13669# func_basename file
13670func_basename ()
13671{
13672 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13673}
13674
13675
13676# func_stripname prefix suffix name
13677# strip PREFIX and SUFFIX off of NAME.
13678# PREFIX and SUFFIX must not contain globbing or regex special
13679# characters, hashes, percent signs, but SUFFIX may contain a leading
13680# dot (in which case that matches only a dot).
13681# func_strip_suffix prefix name
13682func_stripname ()
13683{
13684 case ${2} in
13685 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13686 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13687 esac
13688}
13689
13690# sed scripts:
13691my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13692my_sed_long_arg='1s/^-[^=]*=//'
13693
13694# func_opt_split
13695func_opt_split ()
13696{
13697 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13698 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13699}
13700
13701# func_lo2o object
13702func_lo2o ()
13703{
13704 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13705}
13706
13707# func_xform libobj-or-source
13708func_xform ()
13709{
13710 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13711}
13712
13713# func_arith arithmetic-term...
13714func_arith ()
13715{
13716 func_arith_result=`expr "$@"`
13717}
13718
13719# func_len string
13720# STRING may not start with a hyphen.
13721func_len ()
13722{
13723 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13724}
13725
13726_LT_EOF
13727esac
13728
13729case $lt_shell_append in
13730 yes)
13731 cat << \_LT_EOF >> "$cfgfile"
13732
13733# func_append var value
13734# Append VALUE to the end of shell variable VAR.
13735func_append ()
13736{
13737 eval "$1+=\$2"
13738}
13739_LT_EOF
13740 ;;
13741 *)
13742 cat << \_LT_EOF >> "$cfgfile"
13743
13744# func_append var value
13745# Append VALUE to the end of shell variable VAR.
13746func_append ()
13747{
13748 eval "$1=\$$1\$2"
13749}
13750
13751_LT_EOF
13752 ;;
13753 esac
13754
13755
13756 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13757 || (rm -f "$cfgfile"; exit 1)
13758
13759 mv -f "$cfgfile" "$ofile" ||
13760 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13761 chmod +x "$ofile"
13762
13763 ;;
81ecdfbb 13764 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13765 rm -f Makesim1.tmp Makesim2.tmp Makefile
13766 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13767 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13768 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
13769 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13770 <Makefile.sim >Makefile
38f48d72 13771 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13772 ;;
81ecdfbb
RW
13773 "stamp-h":C) echo > stamp-h ;;
13774
b7026657 13775 esac
81ecdfbb 13776done # for ac_tag
c906108c 13777
b7026657 13778
81ecdfbb 13779as_fn_exit 0
b7026657 13780_ACEOF
b7026657
AC
13781ac_clean_files=$ac_clean_files_save
13782
81ecdfbb 13783test $ac_write_fail = 0 ||
d0ac1c44 13784 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13785
b7026657
AC
13786
13787# configure is writing to config.log, and then calls config.status.
13788# config.status does its own redirection, appending to config.log.
13789# Unfortunately, on DOS this fails, as config.log is still kept open
13790# by configure, so config.status won't be able to write to it; its
13791# output is simply discarded. So we exec the FD to /dev/null,
13792# effectively closing config.log, so it can be properly (re)opened and
13793# appended to by config.status. When coming back to configure, we
13794# need to make the FD available again.
13795if test "$no_create" != yes; then
13796 ac_cs_success=:
13797 ac_config_status_args=
13798 test "$silent" = yes &&
13799 ac_config_status_args="$ac_config_status_args --quiet"
13800 exec 5>/dev/null
13801 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13802 exec 5>>config.log
13803 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13804 # would make configure fail if this is the last instruction.
d0ac1c44 13805 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13806fi
13807if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13809$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13810fi
c906108c
SS
13811
13812