]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/erc32/configure
sim: use AC_CHECK_TOOL to find ar
[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
MF
634sim_reserved_bits
635sim_hw
636sim_hw_objs
637sim_hw_cflags
638sim_default_model
639sim_scache
640sim_float
641sim_endian
642sim_bitsize
643sim_alignment
81ecdfbb
RW
644cgen_breaks
645READLINE
646TERMCAP
647REPORT_BUGS_TEXI
648REPORT_BUGS_TO
649PKGVERSION
81ecdfbb 650MAINT
31e6ad7d
MF
651MAINTAINER_MODE_FALSE
652MAINTAINER_MODE_TRUE
6bb11ab3
L
653lt_cv_dlopen_libs
654OTOOL64
655OTOOL
656LIPO
657NMEDIT
658DSYMUTIL
659AWK
660STRIP
661OBJDUMP
662LN_S
663NM
664ac_ct_DUMPBIN
665DUMPBIN
666LD
667FGREP
668SED
669LIBTOOL
670PLUGINS_FALSE
671PLUGINS_TRUE
aadc9410
MF
672zlibinc
673zlibdir
81ecdfbb
RW
674CATOBJEXT
675GENCAT
676INSTOBJEXT
677DATADIRNAME
678CATALOGS
679POSUB
680GMSGFMT
681XGETTEXT
682INCINTL
683LIBINTL_DEP
684LIBINTL
685USE_NLS
db2e4d67
MF
686GMAKE_FALSE
687GMAKE_TRUE
688MAKE
689CCDEPMODE
690DEPDIR
691am__leading_dot
5f3ef9d0 692PACKAGE
46f900c0 693C_DIALECT
81ecdfbb
RW
694RANLIB
695AR
81ecdfbb
RW
696CC_FOR_BUILD
697INSTALL_DATA
698INSTALL_SCRIPT
699INSTALL_PROGRAM
2232061b
MF
700EGREP
701GREP
81ecdfbb
RW
702target_os
703target_vendor
704target_cpu
705target
706host_os
707host_vendor
708host_cpu
709host
710build_os
711build_vendor
712build_cpu
713build
ebe9564b 714CPP
6ffe910a
MF
715OBJEXT
716EXEEXT
717ac_ct_CC
718CPPFLAGS
719LDFLAGS
720CFLAGS
721CC
81ecdfbb
RW
722target_alias
723host_alias
724build_alias
725LIBS
726ECHO_T
727ECHO_N
728ECHO_C
729DEFS
730mandir
731localedir
732libdir
733psdir
734pdfdir
735dvidir
736htmldir
737infodir
738docdir
739oldincludedir
740includedir
741localstatedir
742sharedstatedir
743sysconfdir
744datadir
745datarootdir
746libexecdir
747sbindir
748bindir
749program_transform_name
750prefix
751exec_prefix
752PACKAGE_URL
753PACKAGE_BUGREPORT
754PACKAGE_STRING
755PACKAGE_VERSION
756PACKAGE_TARNAME
757PACKAGE_NAME
758PATH_SEPARATOR
136da8cd
MF
759SHELL
760WERROR_CFLAGS
761WARN_CFLAGS
760b3e8b 762sim_inline'
b7026657 763ac_subst_files=''
81ecdfbb
RW
764ac_user_opts='
765enable_option_checking
aadc9410 766with_system_zlib
6bb11ab3
L
767enable_plugins
768enable_shared
769enable_static
770with_pic
771enable_fast_install
772with_gnu_ld
773enable_libtool_lock
81ecdfbb 774enable_maintainer_mode
81ecdfbb
RW
775enable_sim_debug
776enable_sim_stdio
777enable_sim_trace
778enable_sim_profile
35656e95 779enable_sim_assert
16f7876d 780enable_sim_environment
347fe5bb 781enable_sim_inline
81ecdfbb
RW
782with_pkgversion
783with_bugurl
5c1008a4
MF
784enable_werror
785enable_build_warnings
786enable_sim_build_warnings
81ecdfbb
RW
787'
788 ac_precious_vars='build_alias
789host_alias
790target_alias
791CC
792CFLAGS
793LDFLAGS
794LIBS
795CPPFLAGS
796CPP'
797
c906108c
SS
798
799# Initialize some variables set by options.
b7026657
AC
800ac_init_help=
801ac_init_version=false
81ecdfbb
RW
802ac_unrecognized_opts=
803ac_unrecognized_sep=
c906108c
SS
804# The variables have the same names as the options, with
805# dashes changed to underlines.
b7026657 806cache_file=/dev/null
c906108c 807exec_prefix=NONE
c906108c 808no_create=
c906108c
SS
809no_recursion=
810prefix=NONE
811program_prefix=NONE
812program_suffix=NONE
813program_transform_name=s,x,x,
814silent=
815site=
816srcdir=
c906108c
SS
817verbose=
818x_includes=NONE
819x_libraries=NONE
b7026657
AC
820
821# Installation directory options.
822# These are left unexpanded so users can "make install exec_prefix=/foo"
823# and all the variables that are supposed to be based on exec_prefix
824# by default will actually change.
825# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 826# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
827bindir='${exec_prefix}/bin'
828sbindir='${exec_prefix}/sbin'
829libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
830datarootdir='${prefix}/share'
831datadir='${datarootdir}'
c906108c
SS
832sysconfdir='${prefix}/etc'
833sharedstatedir='${prefix}/com'
834localstatedir='${prefix}/var'
c906108c
SS
835includedir='${prefix}/include'
836oldincludedir='/usr/include'
81ecdfbb
RW
837docdir='${datarootdir}/doc/${PACKAGE}'
838infodir='${datarootdir}/info'
839htmldir='${docdir}'
840dvidir='${docdir}'
841pdfdir='${docdir}'
842psdir='${docdir}'
843libdir='${exec_prefix}/lib'
844localedir='${datarootdir}/locale'
845mandir='${datarootdir}/man'
c906108c 846
c906108c 847ac_prev=
81ecdfbb 848ac_dashdash=
c906108c
SS
849for ac_option
850do
c906108c
SS
851 # If the previous option needs an argument, assign it.
852 if test -n "$ac_prev"; then
81ecdfbb 853 eval $ac_prev=\$ac_option
c906108c
SS
854 ac_prev=
855 continue
856 fi
857
81ecdfbb 858 case $ac_option in
d0ac1c44
SM
859 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
860 *=) ac_optarg= ;;
861 *) ac_optarg=yes ;;
81ecdfbb 862 esac
c906108c
SS
863
864 # Accept the important Cygnus configure options, so we can diagnose typos.
865
81ecdfbb
RW
866 case $ac_dashdash$ac_option in
867 --)
868 ac_dashdash=yes ;;
c906108c
SS
869
870 -bindir | --bindir | --bindi | --bind | --bin | --bi)
871 ac_prev=bindir ;;
872 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 873 bindir=$ac_optarg ;;
c906108c
SS
874
875 -build | --build | --buil | --bui | --bu)
b7026657 876 ac_prev=build_alias ;;
c906108c 877 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 878 build_alias=$ac_optarg ;;
c906108c
SS
879
880 -cache-file | --cache-file | --cache-fil | --cache-fi \
881 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
882 ac_prev=cache_file ;;
883 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
884 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
885 cache_file=$ac_optarg ;;
886
887 --config-cache | -C)
888 cache_file=config.cache ;;
c906108c 889
81ecdfbb 890 -datadir | --datadir | --datadi | --datad)
c906108c 891 ac_prev=datadir ;;
81ecdfbb 892 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 893 datadir=$ac_optarg ;;
c906108c 894
81ecdfbb
RW
895 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
896 | --dataroo | --dataro | --datar)
897 ac_prev=datarootdir ;;
898 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
899 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
900 datarootdir=$ac_optarg ;;
901
c906108c 902 -disable-* | --disable-*)
81ecdfbb 903 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 904 # Reject names that are not valid shell variable names.
81ecdfbb 905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 906 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
907 ac_useropt_orig=$ac_useropt
908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
909 case $ac_user_opts in
910 *"
911"enable_$ac_useropt"
912"*) ;;
913 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
914 ac_unrecognized_sep=', ';;
915 esac
916 eval enable_$ac_useropt=no ;;
917
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
922
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
c906108c
SS
927
928 -enable-* | --enable-*)
81ecdfbb 929 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 930 # Reject names that are not valid shell variable names.
81ecdfbb 931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 932 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
933 ac_useropt_orig=$ac_useropt
934 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935 case $ac_user_opts in
936 *"
937"enable_$ac_useropt"
938"*) ;;
939 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
940 ac_unrecognized_sep=', ';;
c906108c 941 esac
81ecdfbb 942 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
943
944 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
945 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
946 | --exec | --exe | --ex)
947 ac_prev=exec_prefix ;;
948 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
949 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
950 | --exec=* | --exe=* | --ex=*)
b7026657 951 exec_prefix=$ac_optarg ;;
c906108c
SS
952
953 -gas | --gas | --ga | --g)
954 # Obsolete; use --with-gas.
955 with_gas=yes ;;
956
b7026657
AC
957 -help | --help | --hel | --he | -h)
958 ac_init_help=long ;;
959 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
960 ac_init_help=recursive ;;
961 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
962 ac_init_help=short ;;
c906108c
SS
963
964 -host | --host | --hos | --ho)
b7026657 965 ac_prev=host_alias ;;
c906108c 966 -host=* | --host=* | --hos=* | --ho=*)
b7026657 967 host_alias=$ac_optarg ;;
c906108c 968
81ecdfbb
RW
969 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
970 ac_prev=htmldir ;;
971 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
972 | --ht=*)
973 htmldir=$ac_optarg ;;
974
c906108c
SS
975 -includedir | --includedir | --includedi | --included | --include \
976 | --includ | --inclu | --incl | --inc)
977 ac_prev=includedir ;;
978 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
979 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 980 includedir=$ac_optarg ;;
c906108c
SS
981
982 -infodir | --infodir | --infodi | --infod | --info | --inf)
983 ac_prev=infodir ;;
984 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 985 infodir=$ac_optarg ;;
c906108c
SS
986
987 -libdir | --libdir | --libdi | --libd)
988 ac_prev=libdir ;;
989 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 990 libdir=$ac_optarg ;;
c906108c
SS
991
992 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
993 | --libexe | --libex | --libe)
994 ac_prev=libexecdir ;;
995 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
996 | --libexe=* | --libex=* | --libe=*)
b7026657 997 libexecdir=$ac_optarg ;;
c906108c 998
81ecdfbb
RW
999 -localedir | --localedir | --localedi | --localed | --locale)
1000 ac_prev=localedir ;;
1001 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1002 localedir=$ac_optarg ;;
1003
c906108c 1004 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1005 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1006 ac_prev=localstatedir ;;
1007 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1008 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1009 localstatedir=$ac_optarg ;;
c906108c
SS
1010
1011 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1012 ac_prev=mandir ;;
1013 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1014 mandir=$ac_optarg ;;
c906108c
SS
1015
1016 -nfp | --nfp | --nf)
1017 # Obsolete; use --without-fp.
1018 with_fp=no ;;
1019
1020 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1021 | --no-cr | --no-c | -n)
c906108c
SS
1022 no_create=yes ;;
1023
1024 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1025 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1026 no_recursion=yes ;;
1027
1028 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1029 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1030 | --oldin | --oldi | --old | --ol | --o)
1031 ac_prev=oldincludedir ;;
1032 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1033 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1034 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1035 oldincludedir=$ac_optarg ;;
c906108c
SS
1036
1037 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1038 ac_prev=prefix ;;
1039 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1040 prefix=$ac_optarg ;;
c906108c
SS
1041
1042 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1043 | --program-pre | --program-pr | --program-p)
1044 ac_prev=program_prefix ;;
1045 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1046 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1047 program_prefix=$ac_optarg ;;
c906108c
SS
1048
1049 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1050 | --program-suf | --program-su | --program-s)
1051 ac_prev=program_suffix ;;
1052 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1053 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1054 program_suffix=$ac_optarg ;;
c906108c
SS
1055
1056 -program-transform-name | --program-transform-name \
1057 | --program-transform-nam | --program-transform-na \
1058 | --program-transform-n | --program-transform- \
1059 | --program-transform | --program-transfor \
1060 | --program-transfo | --program-transf \
1061 | --program-trans | --program-tran \
1062 | --progr-tra | --program-tr | --program-t)
1063 ac_prev=program_transform_name ;;
1064 -program-transform-name=* | --program-transform-name=* \
1065 | --program-transform-nam=* | --program-transform-na=* \
1066 | --program-transform-n=* | --program-transform-=* \
1067 | --program-transform=* | --program-transfor=* \
1068 | --program-transfo=* | --program-transf=* \
1069 | --program-trans=* | --program-tran=* \
1070 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1071 program_transform_name=$ac_optarg ;;
c906108c 1072
81ecdfbb
RW
1073 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1074 ac_prev=pdfdir ;;
1075 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1076 pdfdir=$ac_optarg ;;
1077
1078 -psdir | --psdir | --psdi | --psd | --ps)
1079 ac_prev=psdir ;;
1080 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1081 psdir=$ac_optarg ;;
1082
c906108c
SS
1083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1084 | -silent | --silent | --silen | --sile | --sil)
1085 silent=yes ;;
1086
1087 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1088 ac_prev=sbindir ;;
1089 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1090 | --sbi=* | --sb=*)
b7026657 1091 sbindir=$ac_optarg ;;
c906108c
SS
1092
1093 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1094 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1095 | --sharedst | --shareds | --shared | --share | --shar \
1096 | --sha | --sh)
1097 ac_prev=sharedstatedir ;;
1098 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1099 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1100 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1101 | --sha=* | --sh=*)
b7026657 1102 sharedstatedir=$ac_optarg ;;
c906108c
SS
1103
1104 -site | --site | --sit)
1105 ac_prev=site ;;
1106 -site=* | --site=* | --sit=*)
b7026657 1107 site=$ac_optarg ;;
eb2d80b4 1108
c906108c
SS
1109 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1110 ac_prev=srcdir ;;
1111 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1112 srcdir=$ac_optarg ;;
c906108c
SS
1113
1114 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1115 | --syscon | --sysco | --sysc | --sys | --sy)
1116 ac_prev=sysconfdir ;;
1117 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1118 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1119 sysconfdir=$ac_optarg ;;
c906108c
SS
1120
1121 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1122 ac_prev=target_alias ;;
c906108c 1123 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1124 target_alias=$ac_optarg ;;
c906108c
SS
1125
1126 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1127 verbose=yes ;;
1128
b7026657
AC
1129 -version | --version | --versio | --versi | --vers | -V)
1130 ac_init_version=: ;;
c906108c
SS
1131
1132 -with-* | --with-*)
81ecdfbb 1133 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1134 # Reject names that are not valid shell variable names.
81ecdfbb 1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1136 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141"with_$ac_useropt"
1142"*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
c906108c 1145 esac
81ecdfbb 1146 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1147
1148 -without-* | --without-*)
81ecdfbb 1149 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1150 # Reject names that are not valid shell variable names.
81ecdfbb 1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1152 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1153 ac_useropt_orig=$ac_useropt
1154 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 case $ac_user_opts in
1156 *"
1157"with_$ac_useropt"
1158"*) ;;
1159 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1160 ac_unrecognized_sep=', ';;
1161 esac
1162 eval with_$ac_useropt=no ;;
c906108c
SS
1163
1164 --x)
1165 # Obsolete; use --with-x.
1166 with_x=yes ;;
1167
1168 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1169 | --x-incl | --x-inc | --x-in | --x-i)
1170 ac_prev=x_includes ;;
1171 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1172 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1173 x_includes=$ac_optarg ;;
c906108c
SS
1174
1175 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1176 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1177 ac_prev=x_libraries ;;
1178 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1179 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1180 x_libraries=$ac_optarg ;;
c906108c 1181
d0ac1c44
SM
1182 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1183Try \`$0 --help' for more information"
c906108c
SS
1184 ;;
1185
b7026657
AC
1186 *=*)
1187 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1188 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1189 case $ac_envvar in #(
1190 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1191 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1192 esac
1193 eval $ac_envvar=\$ac_optarg
b7026657
AC
1194 export $ac_envvar ;;
1195
c906108c 1196 *)
b7026657 1197 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1198 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1199 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1200 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1201 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1202 ;;
1203
1204 esac
1205done
1206
1207if test -n "$ac_prev"; then
b7026657 1208 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1209 as_fn_error $? "missing argument to $ac_option"
c906108c 1210fi
c906108c 1211
81ecdfbb
RW
1212if test -n "$ac_unrecognized_opts"; then
1213 case $enable_option_checking in
1214 no) ;;
d0ac1c44 1215 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1216 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1217 esac
81ecdfbb 1218fi
c906108c 1219
81ecdfbb
RW
1220# Check all directory arguments for consistency.
1221for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1222 datadir sysconfdir sharedstatedir localstatedir includedir \
1223 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1224 libdir localedir mandir
c906108c 1225do
81ecdfbb
RW
1226 eval ac_val=\$$ac_var
1227 # Remove trailing slashes.
1228 case $ac_val in
1229 */ )
1230 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1231 eval $ac_var=\$ac_val;;
1232 esac
1233 # Be sure to have absolute directory names.
b7026657 1234 case $ac_val in
81ecdfbb
RW
1235 [\\/$]* | ?:[\\/]* ) continue;;
1236 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1237 esac
d0ac1c44 1238 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1239done
1240
b7026657
AC
1241# There might be people who depend on the old broken behavior: `$host'
1242# used to hold the argument of --host etc.
1243# FIXME: To remove some day.
1244build=$build_alias
1245host=$host_alias
1246target=$target_alias
1247
1248# FIXME: To remove some day.
1249if test "x$host_alias" != x; then
1250 if test "x$build_alias" = x; then
1251 cross_compiling=maybe
b7026657
AC
1252 elif test "x$build_alias" != "x$host_alias"; then
1253 cross_compiling=yes
1254 fi
1255fi
c906108c 1256
b7026657
AC
1257ac_tool_prefix=
1258test -n "$host_alias" && ac_tool_prefix=$host_alias-
1259
1260test "$silent" = yes && exec 6>/dev/null
c906108c 1261
c906108c 1262
81ecdfbb
RW
1263ac_pwd=`pwd` && test -n "$ac_pwd" &&
1264ac_ls_di=`ls -di .` &&
1265ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1266 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1267test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1268 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1269
1270
c906108c
SS
1271# Find the source files, if location was not specified.
1272if test -z "$srcdir"; then
1273 ac_srcdir_defaulted=yes
81ecdfbb
RW
1274 # Try the directory containing this script, then the parent directory.
1275 ac_confdir=`$as_dirname -- "$as_myself" ||
1276$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1277 X"$as_myself" : 'X\(//\)[^/]' \| \
1278 X"$as_myself" : 'X\(//\)$' \| \
1279 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1280$as_echo X"$as_myself" |
1281 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1282 s//\1/
1283 q
1284 }
1285 /^X\(\/\/\)[^/].*/{
1286 s//\1/
1287 q
1288 }
1289 /^X\(\/\/\)$/{
1290 s//\1/
1291 q
1292 }
1293 /^X\(\/\).*/{
1294 s//\1/
1295 q
1296 }
1297 s/.*/./; q'`
c906108c 1298 srcdir=$ac_confdir
81ecdfbb 1299 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1300 srcdir=..
1301 fi
1302else
1303 ac_srcdir_defaulted=no
1304fi
81ecdfbb
RW
1305if test ! -r "$srcdir/$ac_unique_file"; then
1306 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1307 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1308fi
1309ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1310ac_abs_confdir=`(
d0ac1c44 1311 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1312 pwd)`
1313# When building in place, set srcdir=.
1314if test "$ac_abs_confdir" = "$ac_pwd"; then
1315 srcdir=.
1316fi
1317# Remove unnecessary trailing slashes from srcdir.
1318# Double slashes in file names in object file debugging info
1319# mess up M-x gdb in Emacs.
1320case $srcdir in
1321*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1322esac
1323for ac_var in $ac_precious_vars; do
1324 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1325 eval ac_env_${ac_var}_value=\$${ac_var}
1326 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1327 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1328done
c906108c 1329
b7026657
AC
1330#
1331# Report the --help message.
1332#
1333if test "$ac_init_help" = "long"; then
1334 # Omit some internal or obsolete options to make the list less imposing.
1335 # This message is too long to be a string in the A/UX 3.1 sh.
1336 cat <<_ACEOF
1337\`configure' configures this package to adapt to many kinds of systems.
c906108c 1338
b7026657 1339Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1340
b7026657
AC
1341To assign environment variables (e.g., CC, CFLAGS...), specify them as
1342VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1343
b7026657 1344Defaults for the options are specified in brackets.
c906108c 1345
b7026657
AC
1346Configuration:
1347 -h, --help display this help and exit
1348 --help=short display options specific to this package
1349 --help=recursive display the short help of all the included packages
1350 -V, --version display version information and exit
d0ac1c44 1351 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1352 --cache-file=FILE cache test results in FILE [disabled]
1353 -C, --config-cache alias for \`--cache-file=config.cache'
1354 -n, --no-create do not create output files
1355 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1356
b7026657
AC
1357Installation directories:
1358 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1359 [$ac_default_prefix]
b7026657 1360 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1361 [PREFIX]
c906108c 1362
b7026657
AC
1363By default, \`make install' will install all the files in
1364\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1365an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1366for instance \`--prefix=\$HOME'.
c906108c 1367
b7026657
AC
1368For better control, use the options below.
1369
1370Fine tuning of the installation directories:
81ecdfbb
RW
1371 --bindir=DIR user executables [EPREFIX/bin]
1372 --sbindir=DIR system admin executables [EPREFIX/sbin]
1373 --libexecdir=DIR program executables [EPREFIX/libexec]
1374 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1375 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1376 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1377 --libdir=DIR object code libraries [EPREFIX/lib]
1378 --includedir=DIR C header files [PREFIX/include]
1379 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1380 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1381 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1382 --infodir=DIR info documentation [DATAROOTDIR/info]
1383 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1384 --mandir=DIR man documentation [DATAROOTDIR/man]
1385 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1386 --htmldir=DIR html documentation [DOCDIR]
1387 --dvidir=DIR dvi documentation [DOCDIR]
1388 --pdfdir=DIR pdf documentation [DOCDIR]
1389 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1390_ACEOF
1391
1392 cat <<\_ACEOF
1393
1394Program names:
1395 --program-prefix=PREFIX prepend PREFIX to installed program names
1396 --program-suffix=SUFFIX append SUFFIX to installed program names
1397 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1398
1399System types:
1400 --build=BUILD configure for building on BUILD [guessed]
1401 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1402 --target=TARGET configure for building compilers for TARGET [HOST]
1403_ACEOF
c906108c 1404fi
b7026657
AC
1405
1406if test -n "$ac_init_help"; then
1407
1408 cat <<\_ACEOF
1409
1410Optional Features:
81ecdfbb 1411 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1412 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1413 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1414 --enable-plugins Enable support for plugins
6bb11ab3
L
1415 --enable-shared[=PKGS] build shared libraries [default=yes]
1416 --enable-static[=PKGS] build static libraries [default=yes]
1417 --enable-fast-install[=PKGS]
1418 optimize for fast installation [default=yes]
1419 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1420 --enable-maintainer-mode
1421 enable make rules and dependencies not useful (and
1422 sometimes confusing) to the casual installer
8d0978fb
MF
1423 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1424 itself)
1425 --enable-sim-stdio Specify whether to use stdio for console
1426 input/output
1427 --enable-sim-trace=opts Enable tracing of simulated programs
1428 --enable-sim-profile=opts
1429 Enable profiling flags
35656e95 1430 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1431 --enable-sim-environment=environment
1432 Specify mixed, user, virtual or operating
1433 environment
347fe5bb
MF
1434 --enable-sim-inline=inlines
1435 Specify which functions should be inlined
5c1008a4
MF
1436 --enable-werror treat compile warnings as errors
1437 --enable-build-warnings enable build-time compiler warnings if gcc is used
1438 --enable-sim-build-warnings
1439 enable SIM specific build-time compiler warnings if
1440 gcc is used
b7026657 1441
6efef468
JM
1442Optional Packages:
1443 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1444 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1445 --with-system-zlib use installed libz
6bb11ab3
L
1446 --with-pic try to use only PIC/non-PIC objects [default=use
1447 both]
1448 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1449 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1450 --with-bugurl=URL Direct users to URL to report a bug
1451
b7026657
AC
1452Some influential environment variables:
1453 CC C compiler command
1454 CFLAGS C compiler flags
1455 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1456 nonstandard directory <lib dir>
81ecdfbb 1457 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1458 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1459 you have headers in a nonstandard directory <include dir>
b7026657
AC
1460 CPP C preprocessor
1461
1462Use these variables to override the choices made by `configure' or to help
1463it to find libraries and programs with nonstandard names/locations.
1464
81ecdfbb 1465Report bugs to the package provider.
b7026657 1466_ACEOF
81ecdfbb 1467ac_status=$?
c906108c
SS
1468fi
1469
b7026657
AC
1470if test "$ac_init_help" = "recursive"; then
1471 # If there are subdirs, report their specific --help.
b7026657 1472 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1473 test -d "$ac_dir" ||
1474 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1475 continue
b7026657 1476 ac_builddir=.
c906108c 1477
81ecdfbb
RW
1478case "$ac_dir" in
1479.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1480*)
1481 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1482 # A ".." for each directory in $ac_dir_suffix.
1483 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1484 case $ac_top_builddir_sub in
1485 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1486 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1487 esac ;;
1488esac
1489ac_abs_top_builddir=$ac_pwd
1490ac_abs_builddir=$ac_pwd$ac_dir_suffix
1491# for backward compatibility:
1492ac_top_builddir=$ac_top_build_prefix
c906108c 1493
b7026657 1494case $srcdir in
81ecdfbb 1495 .) # We are building in place.
b7026657 1496 ac_srcdir=.
81ecdfbb
RW
1497 ac_top_srcdir=$ac_top_builddir_sub
1498 ac_abs_top_srcdir=$ac_pwd ;;
1499 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1500 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1501 ac_top_srcdir=$srcdir
1502 ac_abs_top_srcdir=$srcdir ;;
1503 *) # Relative name.
1504 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1505 ac_top_srcdir=$ac_top_build_prefix$srcdir
1506 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1507esac
81ecdfbb
RW
1508ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1509
1510 cd "$ac_dir" || { ac_status=$?; continue; }
1511 # Check for guested configure.
1512 if test -f "$ac_srcdir/configure.gnu"; then
1513 echo &&
1514 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1515 elif test -f "$ac_srcdir/configure"; then
1516 echo &&
1517 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1518 else
81ecdfbb
RW
1519 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1520 fi || ac_status=$?
1521 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1522 done
1523fi
1524
81ecdfbb 1525test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1526if $ac_init_version; then
1527 cat <<\_ACEOF
81ecdfbb 1528configure
d0ac1c44 1529generated by GNU Autoconf 2.69
b7026657 1530
d0ac1c44 1531Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1532This configure script is free software; the Free Software Foundation
1533gives unlimited permission to copy, distribute and modify it.
1534_ACEOF
81ecdfbb 1535 exit
b7026657 1536fi
b7026657 1537
81ecdfbb
RW
1538## ------------------------ ##
1539## Autoconf initialization. ##
1540## ------------------------ ##
b7026657 1541
81ecdfbb
RW
1542# ac_fn_c_try_compile LINENO
1543# --------------------------
1544# Try to compile conftest.$ac_ext, and return whether this succeeded.
1545ac_fn_c_try_compile ()
b7026657 1546{
81ecdfbb
RW
1547 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1548 rm -f conftest.$ac_objext
1549 if { { ac_try="$ac_compile"
1550case "(($ac_try" in
1551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1552 *) ac_try_echo=$ac_try;;
1553esac
1554eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1555$as_echo "$ac_try_echo"; } >&5
1556 (eval "$ac_compile") 2>conftest.err
1557 ac_status=$?
1558 if test -s conftest.err; then
1559 grep -v '^ *+' conftest.err >conftest.er1
1560 cat conftest.er1 >&5
1561 mv -f conftest.er1 conftest.err
1562 fi
1563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1564 test $ac_status = 0; } && {
1565 test -z "$ac_c_werror_flag" ||
1566 test ! -s conftest.err
1567 } && test -s conftest.$ac_objext; then :
1568 ac_retval=0
1569else
1570 $as_echo "$as_me: failed program was:" >&5
1571sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1572
81ecdfbb
RW
1573 ac_retval=1
1574fi
d0ac1c44
SM
1575 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1576 as_fn_set_status $ac_retval
b7026657 1577
81ecdfbb 1578} # ac_fn_c_try_compile
b7026657 1579
81ecdfbb
RW
1580# ac_fn_c_try_cpp LINENO
1581# ----------------------
1582# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1583ac_fn_c_try_cpp ()
1584{
1585 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1586 if { { ac_try="$ac_cpp conftest.$ac_ext"
1587case "(($ac_try" in
1588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1589 *) ac_try_echo=$ac_try;;
1590esac
1591eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1592$as_echo "$ac_try_echo"; } >&5
1593 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1594 ac_status=$?
1595 if test -s conftest.err; then
1596 grep -v '^ *+' conftest.err >conftest.er1
1597 cat conftest.er1 >&5
1598 mv -f conftest.er1 conftest.err
1599 fi
1600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1601 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1602 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1603 test ! -s conftest.err
1604 }; then :
1605 ac_retval=0
1606else
1607 $as_echo "$as_me: failed program was:" >&5
1608sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1609
81ecdfbb
RW
1610 ac_retval=1
1611fi
d0ac1c44
SM
1612 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1613 as_fn_set_status $ac_retval
b7026657 1614
81ecdfbb 1615} # ac_fn_c_try_cpp
b7026657 1616
81ecdfbb
RW
1617# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1618# -------------------------------------------------------
1619# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1620# the include files in INCLUDES and setting the cache variable VAR
1621# accordingly.
1622ac_fn_c_check_header_mongrel ()
1623{
1624 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1625 if eval \${$3+:} false; then :
81ecdfbb
RW
1626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1627$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1628if eval \${$3+:} false; then :
81ecdfbb
RW
1629 $as_echo_n "(cached) " >&6
1630fi
1631eval ac_res=\$$3
1632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1633$as_echo "$ac_res" >&6; }
1634else
1635 # Is the header compilable?
1636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1637$as_echo_n "checking $2 usability... " >&6; }
1638cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1639/* end confdefs.h. */
1640$4
1641#include <$2>
1642_ACEOF
1643if ac_fn_c_try_compile "$LINENO"; then :
1644 ac_header_compiler=yes
1645else
1646 ac_header_compiler=no
1647fi
1648rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1650$as_echo "$ac_header_compiler" >&6; }
1651
1652# Is the header present?
1653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1654$as_echo_n "checking $2 presence... " >&6; }
1655cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1656/* end confdefs.h. */
1657#include <$2>
1658_ACEOF
1659if ac_fn_c_try_cpp "$LINENO"; then :
1660 ac_header_preproc=yes
1661else
1662 ac_header_preproc=no
1663fi
d0ac1c44 1664rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1665{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1666$as_echo "$ac_header_preproc" >&6; }
1667
1668# So? What about this header?
1669case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1670 yes:no: )
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1672$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&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 ;;
1676 no:yes:* )
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1678$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1680$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1682$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1684$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1686$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1687 ;;
1688esac
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1690$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1691if eval \${$3+:} false; then :
81ecdfbb
RW
1692 $as_echo_n "(cached) " >&6
1693else
1694 eval "$3=\$ac_header_compiler"
1695fi
1696eval ac_res=\$$3
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1698$as_echo "$ac_res" >&6; }
1699fi
d0ac1c44 1700 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1701
1702} # ac_fn_c_check_header_mongrel
1703
1704# ac_fn_c_try_run LINENO
1705# ----------------------
1706# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1707# that executables *can* be run.
1708ac_fn_c_try_run ()
1709{
1710 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1711 if { { ac_try="$ac_link"
1712case "(($ac_try" in
1713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1714 *) ac_try_echo=$ac_try;;
1715esac
1716eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1717$as_echo "$ac_try_echo"; } >&5
1718 (eval "$ac_link") 2>&5
1719 ac_status=$?
1720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1721 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1722 { { case "(($ac_try" in
1723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1724 *) ac_try_echo=$ac_try;;
1725esac
1726eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727$as_echo "$ac_try_echo"; } >&5
1728 (eval "$ac_try") 2>&5
1729 ac_status=$?
1730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1731 test $ac_status = 0; }; }; then :
1732 ac_retval=0
1733else
1734 $as_echo "$as_me: program exited with status $ac_status" >&5
1735 $as_echo "$as_me: failed program was:" >&5
1736sed 's/^/| /' conftest.$ac_ext >&5
1737
1738 ac_retval=$ac_status
1739fi
1740 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1741 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1742 as_fn_set_status $ac_retval
81ecdfbb
RW
1743
1744} # ac_fn_c_try_run
1745
1746# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1747# -------------------------------------------------------
1748# Tests whether HEADER exists and can be compiled using the include files in
1749# INCLUDES, setting the cache variable VAR accordingly.
1750ac_fn_c_check_header_compile ()
1751{
1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1754$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1755if eval \${$3+:} false; then :
81ecdfbb
RW
1756 $as_echo_n "(cached) " >&6
1757else
1758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1759/* end confdefs.h. */
1760$4
1761#include <$2>
1762_ACEOF
1763if ac_fn_c_try_compile "$LINENO"; then :
1764 eval "$3=yes"
1765else
1766 eval "$3=no"
1767fi
1768rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1769fi
1770eval ac_res=\$$3
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1772$as_echo "$ac_res" >&6; }
d0ac1c44 1773 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1774
1775} # ac_fn_c_check_header_compile
1776
1777# ac_fn_c_try_link LINENO
1778# -----------------------
1779# Try to link conftest.$ac_ext, and return whether this succeeded.
1780ac_fn_c_try_link ()
1781{
1782 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1783 rm -f conftest.$ac_objext conftest$ac_exeext
1784 if { { ac_try="$ac_link"
1785case "(($ac_try" in
1786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1787 *) ac_try_echo=$ac_try;;
1788esac
1789eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1790$as_echo "$ac_try_echo"; } >&5
1791 (eval "$ac_link") 2>conftest.err
1792 ac_status=$?
1793 if test -s conftest.err; then
1794 grep -v '^ *+' conftest.err >conftest.er1
1795 cat conftest.er1 >&5
1796 mv -f conftest.er1 conftest.err
1797 fi
1798 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1799 test $ac_status = 0; } && {
1800 test -z "$ac_c_werror_flag" ||
1801 test ! -s conftest.err
1802 } && test -s conftest$ac_exeext && {
1803 test "$cross_compiling" = yes ||
d0ac1c44 1804 test -x conftest$ac_exeext
81ecdfbb
RW
1805 }; then :
1806 ac_retval=0
1807else
1808 $as_echo "$as_me: failed program was:" >&5
1809sed 's/^/| /' conftest.$ac_ext >&5
1810
1811 ac_retval=1
1812fi
1813 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1814 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1815 # interfere with the next link command; also delete a directory that is
1816 # left behind by Apple's compiler. We do this before executing the actions.
1817 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1818 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1819 as_fn_set_status $ac_retval
81ecdfbb
RW
1820
1821} # ac_fn_c_try_link
1822
1823# ac_fn_c_check_func LINENO FUNC VAR
1824# ----------------------------------
1825# Tests whether FUNC exists, setting the cache variable VAR accordingly
1826ac_fn_c_check_func ()
1827{
1828 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1830$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1831if eval \${$3+:} false; then :
81ecdfbb
RW
1832 $as_echo_n "(cached) " >&6
1833else
1834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1835/* end confdefs.h. */
1836/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1837 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1838#define $2 innocuous_$2
1839
1840/* System header to define __stub macros and hopefully few prototypes,
1841 which can conflict with char $2 (); below.
1842 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1843 <limits.h> exists even on freestanding compilers. */
1844
1845#ifdef __STDC__
1846# include <limits.h>
1847#else
1848# include <assert.h>
1849#endif
1850
1851#undef $2
1852
1853/* Override any GCC internal prototype to avoid an error.
1854 Use char because int might match the return type of a GCC
1855 builtin and then its argument prototype would still apply. */
1856#ifdef __cplusplus
1857extern "C"
1858#endif
1859char $2 ();
1860/* The GNU C library defines this for functions which it implements
1861 to always fail with ENOSYS. Some functions are actually named
1862 something starting with __ and the normal name is an alias. */
1863#if defined __stub_$2 || defined __stub___$2
1864choke me
1865#endif
1866
1867int
1868main ()
1869{
1870return $2 ();
1871 ;
1872 return 0;
1873}
1874_ACEOF
1875if ac_fn_c_try_link "$LINENO"; then :
1876 eval "$3=yes"
1877else
1878 eval "$3=no"
1879fi
1880rm -f core conftest.err conftest.$ac_objext \
1881 conftest$ac_exeext conftest.$ac_ext
1882fi
1883eval ac_res=\$$3
1884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1885$as_echo "$ac_res" >&6; }
d0ac1c44 1886 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1887
1888} # ac_fn_c_check_func
936df756
MF
1889
1890# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1891# ----------------------------------------------------
1892# Tries to find if the field MEMBER exists in type AGGR, after including
1893# INCLUDES, setting cache variable VAR accordingly.
1894ac_fn_c_check_member ()
1895{
1896 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1898$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1899if eval \${$4+:} false; then :
936df756
MF
1900 $as_echo_n "(cached) " >&6
1901else
1902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1903/* end confdefs.h. */
1904$5
1905int
1906main ()
1907{
1908static $2 ac_aggr;
1909if (ac_aggr.$3)
1910return 0;
1911 ;
1912 return 0;
1913}
1914_ACEOF
1915if ac_fn_c_try_compile "$LINENO"; then :
1916 eval "$4=yes"
1917else
1918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919/* end confdefs.h. */
1920$5
1921int
1922main ()
1923{
1924static $2 ac_aggr;
1925if (sizeof ac_aggr.$3)
1926return 0;
1927 ;
1928 return 0;
1929}
1930_ACEOF
1931if ac_fn_c_try_compile "$LINENO"; then :
1932 eval "$4=yes"
1933else
1934 eval "$4=no"
1935fi
1936rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1937fi
1938rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1939fi
1940eval ac_res=\$$4
1941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1942$as_echo "$ac_res" >&6; }
d0ac1c44 1943 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1944
1945} # ac_fn_c_check_member
1946
1947# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1948# -------------------------------------------
1949# Tests whether TYPE exists after having included INCLUDES, setting cache
1950# variable VAR accordingly.
1951ac_fn_c_check_type ()
1952{
1953 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1955$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1956if eval \${$3+:} false; then :
936df756
MF
1957 $as_echo_n "(cached) " >&6
1958else
1959 eval "$3=no"
1960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1961/* end confdefs.h. */
1962$4
1963int
1964main ()
1965{
1966if (sizeof ($2))
1967 return 0;
1968 ;
1969 return 0;
1970}
1971_ACEOF
1972if ac_fn_c_try_compile "$LINENO"; then :
1973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1974/* end confdefs.h. */
1975$4
1976int
1977main ()
1978{
1979if (sizeof (($2)))
1980 return 0;
1981 ;
1982 return 0;
1983}
1984_ACEOF
1985if ac_fn_c_try_compile "$LINENO"; then :
1986
1987else
1988 eval "$3=yes"
1989fi
1990rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1991fi
1992rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1993fi
1994eval ac_res=\$$3
1995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1996$as_echo "$ac_res" >&6; }
d0ac1c44 1997 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1998
1999} # ac_fn_c_check_type
81ecdfbb
RW
2000cat >config.log <<_ACEOF
2001This file contains any messages produced by compilers while
2002running configure, to aid debugging if configure makes a mistake.
2003
2004It was created by $as_me, which was
d0ac1c44 2005generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2006
2007 $ $0 $@
2008
2009_ACEOF
2010exec 5>>config.log
2011{
2012cat <<_ASUNAME
2013## --------- ##
2014## Platform. ##
2015## --------- ##
2016
2017hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2018uname -m = `(uname -m) 2>/dev/null || echo unknown`
2019uname -r = `(uname -r) 2>/dev/null || echo unknown`
2020uname -s = `(uname -s) 2>/dev/null || echo unknown`
2021uname -v = `(uname -v) 2>/dev/null || echo unknown`
2022
2023/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2024/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2025
2026/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2027/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2028/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2029/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2030/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2031/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2032/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2033
2034_ASUNAME
2035
2036as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2037for as_dir in $PATH
2038do
2039 IFS=$as_save_IFS
2040 test -z "$as_dir" && as_dir=.
2041 $as_echo "PATH: $as_dir"
2042 done
2043IFS=$as_save_IFS
2044
2045} >&5
2046
2047cat >&5 <<_ACEOF
b7026657
AC
2048
2049
2050## ----------- ##
2051## Core tests. ##
2052## ----------- ##
2053
2054_ACEOF
2055
2056
2057# Keep a trace of the command line.
2058# Strip out --no-create and --no-recursion so they do not pile up.
2059# Strip out --silent because we don't want to record it for future runs.
2060# Also quote any args containing shell meta-characters.
2061# Make two passes to allow for proper duplicate-argument suppression.
2062ac_configure_args=
2063ac_configure_args0=
2064ac_configure_args1=
b7026657
AC
2065ac_must_keep_next=false
2066for ac_pass in 1 2
2067do
2068 for ac_arg
2069 do
2070 case $ac_arg in
2071 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2072 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2073 | -silent | --silent | --silen | --sile | --sil)
2074 continue ;;
81ecdfbb
RW
2075 *\'*)
2076 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2077 esac
2078 case $ac_pass in
81ecdfbb 2079 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2080 2)
81ecdfbb 2081 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2082 if test $ac_must_keep_next = true; then
2083 ac_must_keep_next=false # Got value, back to normal.
2084 else
2085 case $ac_arg in
2086 *=* | --config-cache | -C | -disable-* | --disable-* \
2087 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2088 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2089 | -with-* | --with-* | -without-* | --without-* | --x)
2090 case "$ac_configure_args0 " in
2091 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2092 esac
2093 ;;
2094 -* ) ac_must_keep_next=true ;;
2095 esac
2096 fi
81ecdfbb 2097 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2098 ;;
2099 esac
2100 done
2101done
81ecdfbb
RW
2102{ ac_configure_args0=; unset ac_configure_args0;}
2103{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2104
2105# When interrupted or exit'd, cleanup temporary files, and complete
2106# config.log. We remove comments because anyway the quotes in there
2107# would cause problems or look ugly.
81ecdfbb
RW
2108# WARNING: Use '\'' to represent an apostrophe within the trap.
2109# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2110trap 'exit_status=$?
2111 # Save into config.log some information that might help in debugging.
2112 {
2113 echo
2114
d0ac1c44 2115 $as_echo "## ---------------- ##
b7026657 2116## Cache variables. ##
d0ac1c44 2117## ---------------- ##"
b7026657
AC
2118 echo
2119 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2120(
2121 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2122 eval ac_val=\$$ac_var
2123 case $ac_val in #(
2124 *${as_nl}*)
2125 case $ac_var in #(
2126 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2127$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2128 esac
2129 case $ac_var in #(
2130 _ | IFS | as_nl) ;; #(
2131 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2132 *) { eval $ac_var=; unset $ac_var;} ;;
2133 esac ;;
2134 esac
2135 done
b7026657 2136 (set) 2>&1 |
81ecdfbb
RW
2137 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2138 *${as_nl}ac_space=\ *)
b7026657 2139 sed -n \
81ecdfbb
RW
2140 "s/'\''/'\''\\\\'\'''\''/g;
2141 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2142 ;; #(
b7026657 2143 *)
81ecdfbb 2144 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2145 ;;
81ecdfbb
RW
2146 esac |
2147 sort
2148)
b7026657
AC
2149 echo
2150
d0ac1c44 2151 $as_echo "## ----------------- ##
b7026657 2152## Output variables. ##
d0ac1c44 2153## ----------------- ##"
b7026657
AC
2154 echo
2155 for ac_var in $ac_subst_vars
2156 do
81ecdfbb
RW
2157 eval ac_val=\$$ac_var
2158 case $ac_val in
2159 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2160 esac
2161 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2162 done | sort
2163 echo
2164
2165 if test -n "$ac_subst_files"; then
d0ac1c44 2166 $as_echo "## ------------------- ##
81ecdfbb 2167## File substitutions. ##
d0ac1c44 2168## ------------------- ##"
b7026657
AC
2169 echo
2170 for ac_var in $ac_subst_files
2171 do
81ecdfbb
RW
2172 eval ac_val=\$$ac_var
2173 case $ac_val in
2174 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2175 esac
2176 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2177 done | sort
2178 echo
2179 fi
2180
2181 if test -s confdefs.h; then
d0ac1c44 2182 $as_echo "## ----------- ##
b7026657 2183## confdefs.h. ##
d0ac1c44 2184## ----------- ##"
b7026657 2185 echo
81ecdfbb 2186 cat confdefs.h
b7026657
AC
2187 echo
2188 fi
2189 test "$ac_signal" != 0 &&
81ecdfbb
RW
2190 $as_echo "$as_me: caught signal $ac_signal"
2191 $as_echo "$as_me: exit $exit_status"
b7026657 2192 } >&5
81ecdfbb
RW
2193 rm -f core *.core core.conftest.* &&
2194 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2195 exit $exit_status
81ecdfbb 2196' 0
b7026657 2197for ac_signal in 1 2 13 15; do
81ecdfbb 2198 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2199done
2200ac_signal=0
2201
2202# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2203rm -f -r conftest* confdefs.h
2204
2205$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2206
2207# Predefined preprocessor variables.
2208
2209cat >>confdefs.h <<_ACEOF
2210#define PACKAGE_NAME "$PACKAGE_NAME"
2211_ACEOF
2212
b7026657
AC
2213cat >>confdefs.h <<_ACEOF
2214#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2215_ACEOF
2216
b7026657
AC
2217cat >>confdefs.h <<_ACEOF
2218#define PACKAGE_VERSION "$PACKAGE_VERSION"
2219_ACEOF
2220
b7026657
AC
2221cat >>confdefs.h <<_ACEOF
2222#define PACKAGE_STRING "$PACKAGE_STRING"
2223_ACEOF
2224
b7026657
AC
2225cat >>confdefs.h <<_ACEOF
2226#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2227_ACEOF
2228
81ecdfbb
RW
2229cat >>confdefs.h <<_ACEOF
2230#define PACKAGE_URL "$PACKAGE_URL"
2231_ACEOF
2232
b7026657
AC
2233
2234# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2235# Prefer an explicitly selected file to automatically selected ones.
2236ac_site_file1=NONE
2237ac_site_file2=NONE
2238if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2239 # We do not want a PATH search for config.site.
2240 case $CONFIG_SITE in #((
2241 -*) ac_site_file1=./$CONFIG_SITE;;
2242 */*) ac_site_file1=$CONFIG_SITE;;
2243 *) ac_site_file1=./$CONFIG_SITE;;
2244 esac
81ecdfbb
RW
2245elif test "x$prefix" != xNONE; then
2246 ac_site_file1=$prefix/share/config.site
2247 ac_site_file2=$prefix/etc/config.site
2248else
2249 ac_site_file1=$ac_default_prefix/share/config.site
2250 ac_site_file2=$ac_default_prefix/etc/config.site
2251fi
2252for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2253do
2254 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2255 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2256 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2257$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2258 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2259 . "$ac_site_file" \
2260 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2261$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2262as_fn_error $? "failed to load site script $ac_site_file
2263See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2264 fi
2265done
2266
2267if test -r "$cache_file"; then
d0ac1c44
SM
2268 # Some versions of bash will fail to source /dev/null (special files
2269 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2270 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2272$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2273 case $cache_file in
81ecdfbb
RW
2274 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2275 *) . "./$cache_file";;
b7026657
AC
2276 esac
2277 fi
2278else
81ecdfbb
RW
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2280$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2281 >$cache_file
2282fi
2283
2284# Check that the precious variables saved in the cache have kept the same
2285# value.
2286ac_cache_corrupted=false
81ecdfbb 2287for ac_var in $ac_precious_vars; do
b7026657
AC
2288 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2289 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2290 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2291 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2292 case $ac_old_set,$ac_new_set in
2293 set,)
81ecdfbb
RW
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2295$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2296 ac_cache_corrupted=: ;;
2297 ,set)
81ecdfbb
RW
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2299$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2300 ac_cache_corrupted=: ;;
2301 ,);;
2302 *)
2303 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2304 # differences in whitespace do not lead to failure.
2305 ac_old_val_w=`echo x $ac_old_val`
2306 ac_new_val_w=`echo x $ac_new_val`
2307 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2309$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2310 ac_cache_corrupted=:
2311 else
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2313$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2314 eval $ac_var=\$ac_old_val
2315 fi
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2317$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2319$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2320 fi;;
2321 esac
2322 # Pass precious variables to config.status.
2323 if test "$ac_new_set" = set; then
2324 case $ac_new_val in
81ecdfbb 2325 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2326 *) ac_arg=$ac_var=$ac_new_val ;;
2327 esac
2328 case " $ac_configure_args " in
2329 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2330 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2331 esac
2332 fi
2333done
2334if $ac_cache_corrupted; then
81ecdfbb
RW
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2336$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2337 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2338$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2339 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2340fi
81ecdfbb
RW
2341## -------------------- ##
2342## Main body of script. ##
2343## -------------------- ##
b7026657
AC
2344
2345ac_ext=c
2346ac_cpp='$CPP $CPPFLAGS'
2347ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2348ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2349ac_compiler_gnu=$ac_cv_c_compiler_gnu
2350
2351
6bb11ab3
L
2352
2353
2354
2355
2356
2357ac_ext=c
2358ac_cpp='$CPP $CPPFLAGS'
2359ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2360ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2361ac_compiler_gnu=$ac_cv_c_compiler_gnu
2362if test -n "$ac_tool_prefix"; then
2363 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2364set dummy ${ac_tool_prefix}gcc; ac_word=$2
2365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2366$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2367if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2368 $as_echo_n "(cached) " >&6
2369else
2370 if test -n "$CC"; then
2371 ac_cv_prog_CC="$CC" # Let the user override the test.
2372else
2373as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2374for as_dir in $PATH
2375do
2376 IFS=$as_save_IFS
2377 test -z "$as_dir" && as_dir=.
2378 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2379 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2380 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2382 break 2
2383 fi
2384done
2385 done
2386IFS=$as_save_IFS
2387
2388fi
2389fi
2390CC=$ac_cv_prog_CC
2391if test -n "$CC"; then
2392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2393$as_echo "$CC" >&6; }
2394else
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2396$as_echo "no" >&6; }
2397fi
2398
2399
2400fi
2401if test -z "$ac_cv_prog_CC"; then
2402 ac_ct_CC=$CC
2403 # Extract the first word of "gcc", so it can be a program name with args.
2404set dummy gcc; ac_word=$2
2405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2406$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2407if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2408 $as_echo_n "(cached) " >&6
2409else
2410 if test -n "$ac_ct_CC"; then
2411 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2412else
2413as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2414for as_dir in $PATH
2415do
2416 IFS=$as_save_IFS
2417 test -z "$as_dir" && as_dir=.
2418 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2419 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2420 ac_cv_prog_ac_ct_CC="gcc"
2421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2422 break 2
2423 fi
2424done
2425 done
2426IFS=$as_save_IFS
2427
2428fi
2429fi
2430ac_ct_CC=$ac_cv_prog_ac_ct_CC
2431if test -n "$ac_ct_CC"; then
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2433$as_echo "$ac_ct_CC" >&6; }
2434else
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2436$as_echo "no" >&6; }
2437fi
2438
2439 if test "x$ac_ct_CC" = x; then
2440 CC=""
2441 else
2442 case $cross_compiling:$ac_tool_warned in
2443yes:)
2444{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2445$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2446ac_tool_warned=yes ;;
2447esac
2448 CC=$ac_ct_CC
2449 fi
2450else
2451 CC="$ac_cv_prog_CC"
2452fi
2453
2454if test -z "$CC"; then
2455 if test -n "$ac_tool_prefix"; then
2456 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2457set dummy ${ac_tool_prefix}cc; ac_word=$2
2458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2459$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2460if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2461 $as_echo_n "(cached) " >&6
2462else
2463 if test -n "$CC"; then
2464 ac_cv_prog_CC="$CC" # Let the user override the test.
2465else
2466as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467for as_dir in $PATH
2468do
2469 IFS=$as_save_IFS
2470 test -z "$as_dir" && as_dir=.
2471 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2472 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2473 ac_cv_prog_CC="${ac_tool_prefix}cc"
2474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2476 fi
2477done
2478 done
2479IFS=$as_save_IFS
2480
2481fi
2482fi
2483CC=$ac_cv_prog_CC
2484if test -n "$CC"; then
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2486$as_echo "$CC" >&6; }
2487else
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2489$as_echo "no" >&6; }
2490fi
2491
2492
2493 fi
2494fi
2495if test -z "$CC"; then
2496 # Extract the first word of "cc", so it can be a program name with args.
2497set dummy cc; ac_word=$2
2498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2499$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2500if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2501 $as_echo_n "(cached) " >&6
2502else
2503 if test -n "$CC"; then
2504 ac_cv_prog_CC="$CC" # Let the user override the test.
2505else
2506 ac_prog_rejected=no
2507as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2508for as_dir in $PATH
2509do
2510 IFS=$as_save_IFS
2511 test -z "$as_dir" && as_dir=.
2512 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2513 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2514 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2515 ac_prog_rejected=yes
2516 continue
2517 fi
2518 ac_cv_prog_CC="cc"
2519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2520 break 2
2521 fi
2522done
2523 done
2524IFS=$as_save_IFS
2525
2526if test $ac_prog_rejected = yes; then
2527 # We found a bogon in the path, so make sure we never use it.
2528 set dummy $ac_cv_prog_CC
2529 shift
2530 if test $# != 0; then
2531 # We chose a different compiler from the bogus one.
2532 # However, it has the same basename, so the bogon will be chosen
2533 # first if we set CC to just the basename; use the full file name.
2534 shift
2535 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2536 fi
2537fi
2538fi
2539fi
2540CC=$ac_cv_prog_CC
2541if test -n "$CC"; then
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2543$as_echo "$CC" >&6; }
2544else
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2546$as_echo "no" >&6; }
2547fi
2548
2549
2550fi
2551if test -z "$CC"; then
2552 if test -n "$ac_tool_prefix"; then
2553 for ac_prog in cl.exe
2554 do
2555 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2556set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2558$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2559if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2560 $as_echo_n "(cached) " >&6
2561else
2562 if test -n "$CC"; then
2563 ac_cv_prog_CC="$CC" # Let the user override the test.
2564else
2565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566for as_dir in $PATH
2567do
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2571 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2572 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2574 break 2
2575 fi
2576done
2577 done
2578IFS=$as_save_IFS
2579
2580fi
2581fi
2582CC=$ac_cv_prog_CC
2583if test -n "$CC"; then
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2585$as_echo "$CC" >&6; }
2586else
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2588$as_echo "no" >&6; }
2589fi
2590
2591
2592 test -n "$CC" && break
2593 done
2594fi
2595if test -z "$CC"; then
2596 ac_ct_CC=$CC
2597 for ac_prog in cl.exe
2598do
2599 # Extract the first word of "$ac_prog", so it can be a program name with args.
2600set dummy $ac_prog; ac_word=$2
2601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2602$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2603if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2604 $as_echo_n "(cached) " >&6
2605else
2606 if test -n "$ac_ct_CC"; then
2607 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2608else
2609as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2610for as_dir in $PATH
2611do
2612 IFS=$as_save_IFS
2613 test -z "$as_dir" && as_dir=.
2614 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2615 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2616 ac_cv_prog_ac_ct_CC="$ac_prog"
2617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2618 break 2
2619 fi
2620done
2621 done
2622IFS=$as_save_IFS
2623
2624fi
2625fi
2626ac_ct_CC=$ac_cv_prog_ac_ct_CC
2627if test -n "$ac_ct_CC"; then
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2629$as_echo "$ac_ct_CC" >&6; }
2630else
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2632$as_echo "no" >&6; }
2633fi
2634
2635
2636 test -n "$ac_ct_CC" && break
2637done
2638
2639 if test "x$ac_ct_CC" = x; then
2640 CC=""
2641 else
2642 case $cross_compiling:$ac_tool_warned in
2643yes:)
2644{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2645$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2646ac_tool_warned=yes ;;
2647esac
2648 CC=$ac_ct_CC
2649 fi
2650fi
2651
2652fi
2653
2654
2655test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2656$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2657as_fn_error $? "no acceptable C compiler found in \$PATH
2658See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2659
2660# Provide some information about the compiler.
2661$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2662set X $ac_compile
2663ac_compiler=$2
2664for ac_option in --version -v -V -qversion; do
2665 { { ac_try="$ac_compiler $ac_option >&5"
2666case "(($ac_try" in
2667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2668 *) ac_try_echo=$ac_try;;
2669esac
2670eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2671$as_echo "$ac_try_echo"; } >&5
2672 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2673 ac_status=$?
2674 if test -s conftest.err; then
2675 sed '10a\
2676... rest of stderr output deleted ...
2677 10q' conftest.err >conftest.er1
2678 cat conftest.er1 >&5
6bb11ab3 2679 fi
d0ac1c44 2680 rm -f conftest.er1 conftest.err
6bb11ab3
L
2681 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2682 test $ac_status = 0; }
2683done
2684
2685cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2686/* end confdefs.h. */
2687
2688int
2689main ()
2690{
2691
2692 ;
2693 return 0;
2694}
2695_ACEOF
2696ac_clean_files_save=$ac_clean_files
d0ac1c44 2697ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2698# Try to create an executable without -o first, disregard a.out.
2699# It will help us diagnose broken compilers, and finding out an intuition
2700# of exeext.
d0ac1c44
SM
2701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2702$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2703ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2704
2705# The possible output files:
2706ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2707
2708ac_rmfiles=
2709for ac_file in $ac_files
2710do
2711 case $ac_file in
2712 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2713 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2714 esac
2715done
2716rm -f $ac_rmfiles
2717
2718if { { ac_try="$ac_link_default"
2719case "(($ac_try" in
2720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2721 *) ac_try_echo=$ac_try;;
2722esac
2723eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2724$as_echo "$ac_try_echo"; } >&5
2725 (eval "$ac_link_default") 2>&5
2726 ac_status=$?
2727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2728 test $ac_status = 0; }; then :
2729 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2730# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2731# in a Makefile. We should not override ac_cv_exeext if it was cached,
2732# so that the user can short-circuit this test for compilers unknown to
2733# Autoconf.
2734for ac_file in $ac_files ''
2735do
2736 test -f "$ac_file" || continue
2737 case $ac_file in
2738 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2739 ;;
2740 [ab].out )
2741 # We found the default executable, but exeext='' is most
2742 # certainly right.
2743 break;;
2744 *.* )
2745 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2746 then :; else
2747 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2748 fi
2749 # We set ac_cv_exeext here because the later test for it is not
2750 # safe: cross compilers may not add the suffix if given an `-o'
2751 # argument, so we may need to know it at that point already.
2752 # Even if this section looks crufty: it has the advantage of
2753 # actually working.
2754 break;;
2755 * )
2756 break;;
2757 esac
2758done
2759test "$ac_cv_exeext" = no && ac_cv_exeext=
2760
2761else
2762 ac_file=''
2763fi
6bb11ab3 2764if test -z "$ac_file"; then :
d0ac1c44
SM
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2766$as_echo "no" >&6; }
2767$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2768sed 's/^/| /' conftest.$ac_ext >&5
2769
2770{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2771$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2772as_fn_error 77 "C compiler cannot create executables
2773See \`config.log' for more details" "$LINENO" 5; }
2774else
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2776$as_echo "yes" >&6; }
6bb11ab3 2777fi
d0ac1c44
SM
2778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2779$as_echo_n "checking for C compiler default output file name... " >&6; }
2780{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2781$as_echo "$ac_file" >&6; }
6bb11ab3
L
2782ac_exeext=$ac_cv_exeext
2783
d0ac1c44 2784rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2785ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2787$as_echo_n "checking for suffix of executables... " >&6; }
2788if { { ac_try="$ac_link"
2789case "(($ac_try" in
2790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2791 *) ac_try_echo=$ac_try;;
2792esac
2793eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2794$as_echo "$ac_try_echo"; } >&5
2795 (eval "$ac_link") 2>&5
2796 ac_status=$?
2797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2798 test $ac_status = 0; }; then :
2799 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2800# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2801# work properly (i.e., refer to `conftest.exe'), while it won't with
2802# `rm'.
2803for ac_file in conftest.exe conftest conftest.*; do
2804 test -f "$ac_file" || continue
2805 case $ac_file in
2806 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2807 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2808 break;;
2809 * ) break;;
2810 esac
2811done
2812else
2813 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2814$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2815as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2816See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2817fi
d0ac1c44 2818rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2820$as_echo "$ac_cv_exeext" >&6; }
2821
2822rm -f conftest.$ac_ext
2823EXEEXT=$ac_cv_exeext
2824ac_exeext=$EXEEXT
d0ac1c44
SM
2825cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2826/* end confdefs.h. */
2827#include <stdio.h>
2828int
2829main ()
2830{
2831FILE *f = fopen ("conftest.out", "w");
2832 return ferror (f) || fclose (f) != 0;
2833
2834 ;
2835 return 0;
2836}
2837_ACEOF
2838ac_clean_files="$ac_clean_files conftest.out"
2839# Check that the compiler produces executables we can run. If not, either
2840# the compiler is broken, or we cross compile.
2841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2842$as_echo_n "checking whether we are cross compiling... " >&6; }
2843if test "$cross_compiling" != yes; then
2844 { { ac_try="$ac_link"
2845case "(($ac_try" in
2846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2847 *) ac_try_echo=$ac_try;;
2848esac
2849eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2850$as_echo "$ac_try_echo"; } >&5
2851 (eval "$ac_link") 2>&5
2852 ac_status=$?
2853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2854 test $ac_status = 0; }
2855 if { ac_try='./conftest$ac_cv_exeext'
2856 { { case "(($ac_try" in
2857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2858 *) ac_try_echo=$ac_try;;
2859esac
2860eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2861$as_echo "$ac_try_echo"; } >&5
2862 (eval "$ac_try") 2>&5
2863 ac_status=$?
2864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2865 test $ac_status = 0; }; }; then
2866 cross_compiling=no
2867 else
2868 if test "$cross_compiling" = maybe; then
2869 cross_compiling=yes
2870 else
2871 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2872$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2873as_fn_error $? "cannot run C compiled programs.
2874If you meant to cross compile, use \`--host'.
2875See \`config.log' for more details" "$LINENO" 5; }
2876 fi
2877 fi
2878fi
2879{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2880$as_echo "$cross_compiling" >&6; }
2881
2882rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2883ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2885$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2886if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2887 $as_echo_n "(cached) " >&6
2888else
2889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2890/* end confdefs.h. */
2891
2892int
2893main ()
2894{
2895
2896 ;
2897 return 0;
2898}
2899_ACEOF
2900rm -f conftest.o conftest.obj
2901if { { ac_try="$ac_compile"
2902case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905esac
2906eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2907$as_echo "$ac_try_echo"; } >&5
2908 (eval "$ac_compile") 2>&5
2909 ac_status=$?
2910 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2911 test $ac_status = 0; }; then :
2912 for ac_file in conftest.o conftest.obj conftest.*; do
2913 test -f "$ac_file" || continue;
2914 case $ac_file in
2915 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2916 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2917 break;;
2918 esac
2919done
2920else
2921 $as_echo "$as_me: failed program was:" >&5
2922sed 's/^/| /' conftest.$ac_ext >&5
2923
2924{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2925$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2926as_fn_error $? "cannot compute suffix of object files: cannot compile
2927See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2928fi
2929rm -f conftest.$ac_cv_objext conftest.$ac_ext
2930fi
2931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2932$as_echo "$ac_cv_objext" >&6; }
2933OBJEXT=$ac_cv_objext
2934ac_objext=$OBJEXT
2935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2936$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2937if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2938 $as_echo_n "(cached) " >&6
2939else
2940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2941/* end confdefs.h. */
2942
2943int
2944main ()
2945{
2946#ifndef __GNUC__
2947 choke me
2948#endif
2949
2950 ;
2951 return 0;
2952}
2953_ACEOF
2954if ac_fn_c_try_compile "$LINENO"; then :
2955 ac_compiler_gnu=yes
2956else
2957 ac_compiler_gnu=no
2958fi
2959rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2960ac_cv_c_compiler_gnu=$ac_compiler_gnu
2961
2962fi
2963{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2964$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2965if test $ac_compiler_gnu = yes; then
2966 GCC=yes
2967else
2968 GCC=
2969fi
2970ac_test_CFLAGS=${CFLAGS+set}
2971ac_save_CFLAGS=$CFLAGS
2972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2973$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2974if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2975 $as_echo_n "(cached) " >&6
2976else
2977 ac_save_c_werror_flag=$ac_c_werror_flag
2978 ac_c_werror_flag=yes
2979 ac_cv_prog_cc_g=no
2980 CFLAGS="-g"
2981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2982/* end confdefs.h. */
2983
2984int
2985main ()
2986{
2987
2988 ;
2989 return 0;
2990}
2991_ACEOF
2992if ac_fn_c_try_compile "$LINENO"; then :
2993 ac_cv_prog_cc_g=yes
2994else
2995 CFLAGS=""
2996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2997/* end confdefs.h. */
2998
2999int
3000main ()
3001{
3002
3003 ;
3004 return 0;
3005}
3006_ACEOF
3007if ac_fn_c_try_compile "$LINENO"; then :
3008
3009else
3010 ac_c_werror_flag=$ac_save_c_werror_flag
3011 CFLAGS="-g"
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 ac_cv_prog_cc_g=yes
3025fi
3026rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3027fi
3028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3029fi
3030rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3031 ac_c_werror_flag=$ac_save_c_werror_flag
3032fi
3033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3034$as_echo "$ac_cv_prog_cc_g" >&6; }
3035if test "$ac_test_CFLAGS" = set; then
3036 CFLAGS=$ac_save_CFLAGS
3037elif test $ac_cv_prog_cc_g = yes; then
3038 if test "$GCC" = yes; then
3039 CFLAGS="-g -O2"
3040 else
3041 CFLAGS="-g"
3042 fi
3043else
3044 if test "$GCC" = yes; then
3045 CFLAGS="-O2"
3046 else
3047 CFLAGS=
3048 fi
3049fi
3050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3051$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3052if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3053 $as_echo_n "(cached) " >&6
3054else
3055 ac_cv_prog_cc_c89=no
3056ac_save_CC=$CC
3057cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3058/* end confdefs.h. */
3059#include <stdarg.h>
3060#include <stdio.h>
d0ac1c44 3061struct stat;
6bb11ab3
L
3062/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3063struct buf { int x; };
3064FILE * (*rcsopen) (struct buf *, struct stat *, int);
3065static char *e (p, i)
3066 char **p;
3067 int i;
3068{
3069 return p[i];
3070}
3071static char *f (char * (*g) (char **, int), char **p, ...)
3072{
3073 char *s;
3074 va_list v;
3075 va_start (v,p);
3076 s = g (p, va_arg (v,int));
3077 va_end (v);
3078 return s;
3079}
3080
3081/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3082 function prototypes and stuff, but not '\xHH' hex character constants.
3083 These don't provoke an error unfortunately, instead are silently treated
3084 as 'x'. The following induces an error, until -std is added to get
3085 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3086 array size at least. It's necessary to write '\x00'==0 to get something
3087 that's true only with -std. */
3088int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3089
3090/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3091 inside strings and character constants. */
3092#define FOO(x) 'x'
3093int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3094
3095int test (int i, double x);
3096struct s1 {int (*f) (int a);};
3097struct s2 {int (*f) (double a);};
3098int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3099int argc;
3100char **argv;
3101int
3102main ()
3103{
3104return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3105 ;
3106 return 0;
3107}
3108_ACEOF
3109for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3110 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3111do
3112 CC="$ac_save_CC $ac_arg"
3113 if ac_fn_c_try_compile "$LINENO"; then :
3114 ac_cv_prog_cc_c89=$ac_arg
3115fi
3116rm -f core conftest.err conftest.$ac_objext
3117 test "x$ac_cv_prog_cc_c89" != "xno" && break
3118done
3119rm -f conftest.$ac_ext
3120CC=$ac_save_CC
3121
3122fi
3123# AC_CACHE_VAL
3124case "x$ac_cv_prog_cc_c89" in
3125 x)
3126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3127$as_echo "none needed" >&6; } ;;
3128 xno)
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3130$as_echo "unsupported" >&6; } ;;
3131 *)
3132 CC="$CC $ac_cv_prog_cc_c89"
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3134$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3135esac
3136if test "x$ac_cv_prog_cc_c89" != xno; then :
3137
3138fi
3139
3140ac_ext=c
3141ac_cpp='$CPP $CPPFLAGS'
3142ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3143ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3144ac_compiler_gnu=$ac_cv_c_compiler_gnu
3145
ebe9564b
MF
3146ac_ext=c
3147ac_cpp='$CPP $CPPFLAGS'
3148ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3149ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3150ac_compiler_gnu=$ac_cv_c_compiler_gnu
3151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3152$as_echo_n "checking how to run the C preprocessor... " >&6; }
3153# On Suns, sometimes $CPP names a directory.
3154if test -n "$CPP" && test -d "$CPP"; then
3155 CPP=
3156fi
3157if test -z "$CPP"; then
3158 if ${ac_cv_prog_CPP+:} false; then :
3159 $as_echo_n "(cached) " >&6
3160else
3161 # Double quotes because CPP needs to be expanded
3162 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3163 do
3164 ac_preproc_ok=false
3165for ac_c_preproc_warn_flag in '' yes
3166do
3167 # Use a header file that comes with gcc, so configuring glibc
3168 # with a fresh cross-compiler works.
3169 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3170 # <limits.h> exists even on freestanding compilers.
3171 # On the NeXT, cc -E runs the code through the compiler's parser,
3172 # not just through cpp. "Syntax error" is here to catch this case.
3173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3174/* end confdefs.h. */
3175#ifdef __STDC__
3176# include <limits.h>
3177#else
3178# include <assert.h>
3179#endif
3180 Syntax error
3181_ACEOF
3182if ac_fn_c_try_cpp "$LINENO"; then :
3183
3184else
3185 # Broken: fails on valid input.
3186continue
3187fi
3188rm -f conftest.err conftest.i conftest.$ac_ext
3189
3190 # OK, works on sane cases. Now check whether nonexistent headers
3191 # can be detected and how.
3192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3193/* end confdefs.h. */
3194#include <ac_nonexistent.h>
3195_ACEOF
3196if ac_fn_c_try_cpp "$LINENO"; then :
3197 # Broken: success on invalid input.
3198continue
3199else
3200 # Passes both tests.
3201ac_preproc_ok=:
3202break
3203fi
3204rm -f conftest.err conftest.i conftest.$ac_ext
3205
3206done
3207# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3208rm -f conftest.i conftest.err conftest.$ac_ext
3209if $ac_preproc_ok; then :
3210 break
3211fi
3212
3213 done
3214 ac_cv_prog_CPP=$CPP
3215
3216fi
3217 CPP=$ac_cv_prog_CPP
3218else
3219 ac_cv_prog_CPP=$CPP
3220fi
3221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3222$as_echo "$CPP" >&6; }
3223ac_preproc_ok=false
3224for ac_c_preproc_warn_flag in '' yes
3225do
3226 # Use a header file that comes with gcc, so configuring glibc
3227 # with a fresh cross-compiler works.
3228 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3229 # <limits.h> exists even on freestanding compilers.
3230 # On the NeXT, cc -E runs the code through the compiler's parser,
3231 # not just through cpp. "Syntax error" is here to catch this case.
3232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3233/* end confdefs.h. */
3234#ifdef __STDC__
3235# include <limits.h>
3236#else
3237# include <assert.h>
3238#endif
3239 Syntax error
3240_ACEOF
3241if ac_fn_c_try_cpp "$LINENO"; then :
3242
3243else
3244 # Broken: fails on valid input.
3245continue
3246fi
3247rm -f conftest.err conftest.i conftest.$ac_ext
3248
3249 # OK, works on sane cases. Now check whether nonexistent headers
3250 # can be detected and how.
3251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3252/* end confdefs.h. */
3253#include <ac_nonexistent.h>
3254_ACEOF
3255if ac_fn_c_try_cpp "$LINENO"; then :
3256 # Broken: success on invalid input.
3257continue
3258else
3259 # Passes both tests.
3260ac_preproc_ok=:
3261break
3262fi
3263rm -f conftest.err conftest.i conftest.$ac_ext
3264
3265done
3266# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3267rm -f conftest.i conftest.err conftest.$ac_ext
3268if $ac_preproc_ok; then :
3269
3270else
3271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3272$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3273as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3274See \`config.log' for more details" "$LINENO" 5; }
3275fi
3276
3277ac_ext=c
3278ac_cpp='$CPP $CPPFLAGS'
3279ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3280ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3281ac_compiler_gnu=$ac_cv_c_compiler_gnu
3282
6bb11ab3
L
3283ac_aux_dir=
3284for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
3285 if test -f "$ac_dir/install-sh"; then
3286 ac_aux_dir=$ac_dir
3287 ac_install_sh="$ac_aux_dir/install-sh -c"
3288 break
3289 elif test -f "$ac_dir/install.sh"; then
3290 ac_aux_dir=$ac_dir
3291 ac_install_sh="$ac_aux_dir/install.sh -c"
3292 break
3293 elif test -f "$ac_dir/shtool"; then
3294 ac_aux_dir=$ac_dir
3295 ac_install_sh="$ac_aux_dir/shtool install -c"
3296 break
3297 fi
6bb11ab3
L
3298done
3299if test -z "$ac_aux_dir"; then
d0ac1c44 3300 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
3301fi
3302
3303# These three variables are undocumented and unsupported,
3304# and are intended to be withdrawn in a future Autoconf release.
3305# They can cause serious problems if a builder's source tree is in a directory
3306# whose full name contains unusual characters.
3307ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3308ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3309ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3310
3311
3312# Make sure we can run config.sub.
3313$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 3314 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
3315
3316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3317$as_echo_n "checking build system type... " >&6; }
d0ac1c44 3318if ${ac_cv_build+:} false; then :
6bb11ab3
L
3319 $as_echo_n "(cached) " >&6
3320else
3321 ac_build_alias=$build_alias
3322test "x$ac_build_alias" = x &&
3323 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3324test "x$ac_build_alias" = x &&
d0ac1c44 3325 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 3326ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 3327 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
3328
3329fi
3330{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3331$as_echo "$ac_cv_build" >&6; }
3332case $ac_cv_build in
3333*-*-*) ;;
d0ac1c44 3334*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
3335esac
3336build=$ac_cv_build
3337ac_save_IFS=$IFS; IFS='-'
3338set x $ac_cv_build
3339shift
3340build_cpu=$1
3341build_vendor=$2
3342shift; shift
3343# Remember, the first character of IFS is used to create $*,
3344# except with old shells:
3345build_os=$*
3346IFS=$ac_save_IFS
3347case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3348
3349
3350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3351$as_echo_n "checking host system type... " >&6; }
d0ac1c44 3352if ${ac_cv_host+:} false; then :
6bb11ab3
L
3353 $as_echo_n "(cached) " >&6
3354else
3355 if test "x$host_alias" = x; then
3356 ac_cv_host=$ac_cv_build
3357else
3358 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 3359 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
3360fi
3361
3362fi
3363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3364$as_echo "$ac_cv_host" >&6; }
3365case $ac_cv_host in
3366*-*-*) ;;
d0ac1c44 3367*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
3368esac
3369host=$ac_cv_host
3370ac_save_IFS=$IFS; IFS='-'
3371set x $ac_cv_host
3372shift
3373host_cpu=$1
3374host_vendor=$2
3375shift; shift
3376# Remember, the first character of IFS is used to create $*,
3377# except with old shells:
3378host_os=$*
3379IFS=$ac_save_IFS
3380case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3381
3382
3383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3384$as_echo_n "checking target system type... " >&6; }
d0ac1c44 3385if ${ac_cv_target+:} false; then :
6bb11ab3
L
3386 $as_echo_n "(cached) " >&6
3387else
3388 if test "x$target_alias" = x; then
3389 ac_cv_target=$ac_cv_host
3390else
3391 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 3392 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
3393fi
3394
3395fi
3396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3397$as_echo "$ac_cv_target" >&6; }
3398case $ac_cv_target in
3399*-*-*) ;;
d0ac1c44 3400*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
3401esac
3402target=$ac_cv_target
3403ac_save_IFS=$IFS; IFS='-'
3404set x $ac_cv_target
3405shift
3406target_cpu=$1
3407target_vendor=$2
3408shift; shift
3409# Remember, the first character of IFS is used to create $*,
3410# except with old shells:
3411target_os=$*
3412IFS=$ac_save_IFS
3413case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3414
3415
3416# The aliases save the names the user supplied, while $host etc.
3417# will get canonicalized.
3418test -n "$target_alias" &&
3419 test "$program_prefix$program_suffix$program_transform_name" = \
3420 NONENONEs,x,x, &&
3421 program_prefix=${target_alias}-
3422
6bb11ab3
L
3423
3424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3425$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3426if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3427 $as_echo_n "(cached) " >&6
3428else
3429 if test -z "$GREP"; then
3430 ac_path_GREP_found=false
3431 # Loop through the user's path and test for each of PROGNAME-LIST
3432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3433for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3434do
3435 IFS=$as_save_IFS
3436 test -z "$as_dir" && as_dir=.
3437 for ac_prog in grep ggrep; do
3438 for ac_exec_ext in '' $ac_executable_extensions; do
3439 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3440 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3441# Check for GNU ac_path_GREP and select it if it is found.
3442 # Check for GNU $ac_path_GREP
3443case `"$ac_path_GREP" --version 2>&1` in
3444*GNU*)
3445 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3446*)
3447 ac_count=0
3448 $as_echo_n 0123456789 >"conftest.in"
3449 while :
3450 do
3451 cat "conftest.in" "conftest.in" >"conftest.tmp"
3452 mv "conftest.tmp" "conftest.in"
3453 cp "conftest.in" "conftest.nl"
3454 $as_echo 'GREP' >> "conftest.nl"
3455 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3456 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3457 as_fn_arith $ac_count + 1 && ac_count=$as_val
3458 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3459 # Best one so far, save it but keep looking for a better one
3460 ac_cv_path_GREP="$ac_path_GREP"
3461 ac_path_GREP_max=$ac_count
3462 fi
3463 # 10*(2^10) chars as input seems more than enough
3464 test $ac_count -gt 10 && break
3465 done
3466 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3467esac
3468
3469 $ac_path_GREP_found && break 3
3470 done
3471 done
3472 done
3473IFS=$as_save_IFS
3474 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3475 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3476 fi
3477else
3478 ac_cv_path_GREP=$GREP
3479fi
3480
3481fi
3482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3483$as_echo "$ac_cv_path_GREP" >&6; }
3484 GREP="$ac_cv_path_GREP"
3485
3486
3487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3488$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3489if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3490 $as_echo_n "(cached) " >&6
3491else
3492 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3493 then ac_cv_path_EGREP="$GREP -E"
3494 else
3495 if test -z "$EGREP"; then
3496 ac_path_EGREP_found=false
3497 # Loop through the user's path and test for each of PROGNAME-LIST
3498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3499for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3500do
3501 IFS=$as_save_IFS
3502 test -z "$as_dir" && as_dir=.
3503 for ac_prog in egrep; do
3504 for ac_exec_ext in '' $ac_executable_extensions; do
3505 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3506 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3507# Check for GNU ac_path_EGREP and select it if it is found.
3508 # Check for GNU $ac_path_EGREP
3509case `"$ac_path_EGREP" --version 2>&1` in
3510*GNU*)
3511 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3512*)
3513 ac_count=0
3514 $as_echo_n 0123456789 >"conftest.in"
3515 while :
3516 do
3517 cat "conftest.in" "conftest.in" >"conftest.tmp"
3518 mv "conftest.tmp" "conftest.in"
3519 cp "conftest.in" "conftest.nl"
3520 $as_echo 'EGREP' >> "conftest.nl"
3521 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3522 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3523 as_fn_arith $ac_count + 1 && ac_count=$as_val
3524 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3525 # Best one so far, save it but keep looking for a better one
3526 ac_cv_path_EGREP="$ac_path_EGREP"
3527 ac_path_EGREP_max=$ac_count
3528 fi
3529 # 10*(2^10) chars as input seems more than enough
3530 test $ac_count -gt 10 && break
3531 done
3532 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3533esac
3534
3535 $ac_path_EGREP_found && break 3
3536 done
3537 done
3538 done
3539IFS=$as_save_IFS
3540 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3541 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3542 fi
3543else
3544 ac_cv_path_EGREP=$EGREP
3545fi
3546
3547 fi
3548fi
3549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3550$as_echo "$ac_cv_path_EGREP" >&6; }
3551 EGREP="$ac_cv_path_EGREP"
3552
3553
3554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3555$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3556if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3557 $as_echo_n "(cached) " >&6
3558else
3559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3560/* end confdefs.h. */
3561#include <stdlib.h>
3562#include <stdarg.h>
3563#include <string.h>
3564#include <float.h>
3565
3566int
3567main ()
3568{
3569
3570 ;
3571 return 0;
3572}
3573_ACEOF
3574if ac_fn_c_try_compile "$LINENO"; then :
3575 ac_cv_header_stdc=yes
3576else
3577 ac_cv_header_stdc=no
3578fi
3579rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3580
3581if test $ac_cv_header_stdc = yes; then
3582 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3584/* end confdefs.h. */
3585#include <string.h>
3586
3587_ACEOF
3588if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3589 $EGREP "memchr" >/dev/null 2>&1; then :
3590
3591else
3592 ac_cv_header_stdc=no
3593fi
3594rm -f conftest*
3595
3596fi
3597
3598if test $ac_cv_header_stdc = yes; then
3599 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3601/* end confdefs.h. */
3602#include <stdlib.h>
3603
3604_ACEOF
3605if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3606 $EGREP "free" >/dev/null 2>&1; then :
3607
3608else
3609 ac_cv_header_stdc=no
3610fi
3611rm -f conftest*
3612
3613fi
3614
3615if test $ac_cv_header_stdc = yes; then
3616 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3617 if test "$cross_compiling" = yes; then :
3618 :
3619else
3620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3621/* end confdefs.h. */
3622#include <ctype.h>
3623#include <stdlib.h>
3624#if ((' ' & 0x0FF) == 0x020)
3625# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3626# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3627#else
3628# define ISLOWER(c) \
3629 (('a' <= (c) && (c) <= 'i') \
3630 || ('j' <= (c) && (c) <= 'r') \
3631 || ('s' <= (c) && (c) <= 'z'))
3632# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3633#endif
3634
3635#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3636int
3637main ()
3638{
3639 int i;
3640 for (i = 0; i < 256; i++)
3641 if (XOR (islower (i), ISLOWER (i))
3642 || toupper (i) != TOUPPER (i))
3643 return 2;
3644 return 0;
3645}
3646_ACEOF
3647if ac_fn_c_try_run "$LINENO"; then :
3648
3649else
3650 ac_cv_header_stdc=no
3651fi
3652rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3653 conftest.$ac_objext conftest.beam conftest.$ac_ext
3654fi
3655
3656fi
3657fi
3658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3659$as_echo "$ac_cv_header_stdc" >&6; }
3660if test $ac_cv_header_stdc = yes; then
3661
3662$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3663
3664fi
3665
3666# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3667for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3668 inttypes.h stdint.h unistd.h
3669do :
3670 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3671ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3672"
d0ac1c44 3673if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3674 cat >>confdefs.h <<_ACEOF
3675#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3676_ACEOF
3677
3678fi
3679
3680done
3681
3682
3683
3684 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3685if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3686 MINIX=yes
3687else
3688 MINIX=
3689fi
3690
3691
3692 if test "$MINIX" = yes; then
3693
3694$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3695
3696
3697$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3698
3699
3700$as_echo "#define _MINIX 1" >>confdefs.h
3701
3702 fi
3703
3704
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3706$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3707if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3708 $as_echo_n "(cached) " >&6
3709else
3710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3711/* end confdefs.h. */
3712
d0ac1c44
SM
3713# define __EXTENSIONS__ 1
3714 $ac_includes_default
6bb11ab3
L
3715int
3716main ()
3717{
3718
3719 ;
3720 return 0;
3721}
3722_ACEOF
3723if ac_fn_c_try_compile "$LINENO"; then :
3724 ac_cv_safe_to_define___extensions__=yes
3725else
3726 ac_cv_safe_to_define___extensions__=no
3727fi
3728rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3729fi
3730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3731$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3732 test $ac_cv_safe_to_define___extensions__ = yes &&
3733 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3734
3735 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3736
3737 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3738
3739 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3740
3741 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3742
3743
3744test "$program_prefix" != NONE &&
3745 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3746# Use a double $ so make ignores it.
3747test "$program_suffix" != NONE &&
3748 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3749# Double any \ or $.
3750# By default was `s,x,x', remove it if useless.
3751ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3752program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3753
3754# Find a good install program. We prefer a C program (faster),
3755# so one script is as good as another. But avoid the broken or
3756# incompatible versions:
3757# SysV /etc/install, /usr/sbin/install
3758# SunOS /usr/etc/install
3759# IRIX /sbin/install
3760# AIX /bin/install
3761# AmigaOS /C/install, which installs bootblocks on floppy discs
3762# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3763# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3764# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3765# OS/2's system install, which has a completely different semantic
3766# ./install, which can be erroneously created by make from ./install.sh.
3767# Reject install programs that cannot install multiple files.
3768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3769$as_echo_n "checking for a BSD-compatible install... " >&6; }
3770if test -z "$INSTALL"; then
d0ac1c44 3771if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3772 $as_echo_n "(cached) " >&6
3773else
3774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3775for as_dir in $PATH
3776do
3777 IFS=$as_save_IFS
3778 test -z "$as_dir" && as_dir=.
3779 # Account for people who put trailing slashes in PATH elements.
3780case $as_dir/ in #((
3781 ./ | .// | /[cC]/* | \
3782 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3783 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3784 /usr/ucb/* ) ;;
3785 *)
3786 # OSF1 and SCO ODT 3.0 have their own names for install.
3787 # Don't use installbsd from OSF since it installs stuff as root
3788 # by default.
3789 for ac_prog in ginstall scoinst install; do
3790 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3791 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3792 if test $ac_prog = install &&
3793 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3794 # AIX install. It has an incompatible calling convention.
3795 :
3796 elif test $ac_prog = install &&
3797 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3798 # program-specific install script used by HP pwplus--don't use.
3799 :
3800 else
3801 rm -rf conftest.one conftest.two conftest.dir
3802 echo one > conftest.one
3803 echo two > conftest.two
3804 mkdir conftest.dir
3805 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3806 test -s conftest.one && test -s conftest.two &&
3807 test -s conftest.dir/conftest.one &&
3808 test -s conftest.dir/conftest.two
3809 then
3810 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3811 break 3
3812 fi
3813 fi
3814 fi
3815 done
3816 done
3817 ;;
3818esac
3819
3820 done
3821IFS=$as_save_IFS
3822
3823rm -rf conftest.one conftest.two conftest.dir
3824
3825fi
3826 if test "${ac_cv_path_install+set}" = set; then
3827 INSTALL=$ac_cv_path_install
3828 else
3829 # As a last resort, use the slow shell script. Don't cache a
3830 # value for INSTALL within a source directory, because that will
3831 # break other packages using the cache if that directory is
3832 # removed, or if the value is a relative name.
3833 INSTALL=$ac_install_sh
3834 fi
3835fi
3836{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3837$as_echo "$INSTALL" >&6; }
3838
3839# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3840# It thinks the first close brace ends the variable substitution.
3841test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3842
3843test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3844
3845test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3846
3847rm -rf .tst 2>/dev/null
3848mkdir .tst 2>/dev/null
3849if test -d .tst; then
3850 am__leading_dot=.
3851else
3852 am__leading_dot=_
3853fi
3854rmdir .tst 2>/dev/null
3855
3856DEPDIR="${am__leading_dot}deps"
3857
3858case `pwd` in
3859 *\ * | *\ *)
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3861$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3862esac
3863
3864
3865
3866macro_version='2.2.7a'
3867macro_revision='1.3134'
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881ltmain="$ac_aux_dir/ltmain.sh"
3882
3883# Backslashify metacharacters that are still active within
3884# double-quoted strings.
3885sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3886
3887# Same as above, but do not quote variable references.
3888double_quote_subst='s/\(["`\\]\)/\\\1/g'
3889
3890# Sed substitution to delay expansion of an escaped shell variable in a
3891# double_quote_subst'ed string.
3892delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3893
3894# Sed substitution to delay expansion of an escaped single quote.
3895delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3896
3897# Sed substitution to avoid accidental globbing in evaled expressions
3898no_glob_subst='s/\*/\\\*/g'
3899
3900ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3901ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3902ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3903
3904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3905$as_echo_n "checking how to print strings... " >&6; }
3906# Test print first, because it will be a builtin if present.
3907if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3908 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3909 ECHO='print -r --'
3910elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3911 ECHO='printf %s\n'
3912else
3913 # Use this function as a fallback that always works.
3914 func_fallback_echo ()
3915 {
3916 eval 'cat <<_LTECHO_EOF
3917$1
3918_LTECHO_EOF'
3919 }
3920 ECHO='func_fallback_echo'
3921fi
3922
3923# func_echo_all arg...
3924# Invoke $ECHO with all args, space-separated.
3925func_echo_all ()
3926{
3927 $ECHO ""
3928}
3929
3930case "$ECHO" in
3931 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3932$as_echo "printf" >&6; } ;;
3933 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3934$as_echo "print -r" >&6; } ;;
3935 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3936$as_echo "cat" >&6; } ;;
3937esac
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3953$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3954if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3955 $as_echo_n "(cached) " >&6
3956else
3957 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3958 for ac_i in 1 2 3 4 5 6 7; do
3959 ac_script="$ac_script$as_nl$ac_script"
3960 done
3961 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3962 { ac_script=; unset ac_script;}
3963 if test -z "$SED"; then
3964 ac_path_SED_found=false
3965 # Loop through the user's path and test for each of PROGNAME-LIST
3966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967for as_dir in $PATH
3968do
3969 IFS=$as_save_IFS
3970 test -z "$as_dir" && as_dir=.
3971 for ac_prog in sed gsed; do
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3974 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3975# Check for GNU ac_path_SED and select it if it is found.
3976 # Check for GNU $ac_path_SED
3977case `"$ac_path_SED" --version 2>&1` in
3978*GNU*)
3979 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3980*)
3981 ac_count=0
3982 $as_echo_n 0123456789 >"conftest.in"
3983 while :
3984 do
3985 cat "conftest.in" "conftest.in" >"conftest.tmp"
3986 mv "conftest.tmp" "conftest.in"
3987 cp "conftest.in" "conftest.nl"
3988 $as_echo '' >> "conftest.nl"
3989 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3990 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3991 as_fn_arith $ac_count + 1 && ac_count=$as_val
3992 if test $ac_count -gt ${ac_path_SED_max-0}; then
3993 # Best one so far, save it but keep looking for a better one
3994 ac_cv_path_SED="$ac_path_SED"
3995 ac_path_SED_max=$ac_count
3996 fi
3997 # 10*(2^10) chars as input seems more than enough
3998 test $ac_count -gt 10 && break
3999 done
4000 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4001esac
4002
4003 $ac_path_SED_found && break 3
4004 done
4005 done
4006 done
4007IFS=$as_save_IFS
4008 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4009 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4010 fi
4011else
4012 ac_cv_path_SED=$SED
4013fi
4014
4015fi
4016{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4017$as_echo "$ac_cv_path_SED" >&6; }
4018 SED="$ac_cv_path_SED"
4019 rm -f conftest.sed
4020
4021test -z "$SED" && SED=sed
4022Xsed="$SED -e 1s/^X//"
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4035$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4036if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4037 $as_echo_n "(cached) " >&6
4038else
4039 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4040 then ac_cv_path_FGREP="$GREP -F"
4041 else
4042 if test -z "$FGREP"; then
4043 ac_path_FGREP_found=false
4044 # Loop through the user's path and test for each of PROGNAME-LIST
4045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4046for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4047do
4048 IFS=$as_save_IFS
4049 test -z "$as_dir" && as_dir=.
4050 for ac_prog in fgrep; do
4051 for ac_exec_ext in '' $ac_executable_extensions; do
4052 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4053 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4054# Check for GNU ac_path_FGREP and select it if it is found.
4055 # Check for GNU $ac_path_FGREP
4056case `"$ac_path_FGREP" --version 2>&1` in
4057*GNU*)
4058 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4059*)
4060 ac_count=0
4061 $as_echo_n 0123456789 >"conftest.in"
4062 while :
4063 do
4064 cat "conftest.in" "conftest.in" >"conftest.tmp"
4065 mv "conftest.tmp" "conftest.in"
4066 cp "conftest.in" "conftest.nl"
4067 $as_echo 'FGREP' >> "conftest.nl"
4068 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4069 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4070 as_fn_arith $ac_count + 1 && ac_count=$as_val
4071 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4072 # Best one so far, save it but keep looking for a better one
4073 ac_cv_path_FGREP="$ac_path_FGREP"
4074 ac_path_FGREP_max=$ac_count
4075 fi
4076 # 10*(2^10) chars as input seems more than enough
4077 test $ac_count -gt 10 && break
4078 done
4079 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4080esac
4081
4082 $ac_path_FGREP_found && break 3
4083 done
4084 done
4085 done
4086IFS=$as_save_IFS
4087 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4088 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4089 fi
4090else
4091 ac_cv_path_FGREP=$FGREP
4092fi
4093
4094 fi
4095fi
4096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4097$as_echo "$ac_cv_path_FGREP" >&6; }
4098 FGREP="$ac_cv_path_FGREP"
4099
4100
4101test -z "$GREP" && GREP=grep
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121# Check whether --with-gnu-ld was given.
4122if test "${with_gnu_ld+set}" = set; then :
4123 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4124else
4125 with_gnu_ld=no
4126fi
4127
4128ac_prog=ld
4129if test "$GCC" = yes; then
4130 # Check if gcc -print-prog-name=ld gives a path.
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4132$as_echo_n "checking for ld used by $CC... " >&6; }
4133 case $host in
4134 *-*-mingw*)
4135 # gcc leaves a trailing carriage return which upsets mingw
4136 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4137 *)
4138 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4139 esac
4140 case $ac_prog in
4141 # Accept absolute paths.
4142 [\\/]* | ?:[\\/]*)
4143 re_direlt='/[^/][^/]*/\.\./'
4144 # Canonicalize the pathname of ld
4145 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4146 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4147 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4148 done
4149 test -z "$LD" && LD="$ac_prog"
4150 ;;
4151 "")
4152 # If it fails, then pretend we aren't using GCC.
4153 ac_prog=ld
4154 ;;
4155 *)
4156 # If it is relative, then search for the first ld in PATH.
4157 with_gnu_ld=unknown
4158 ;;
4159 esac
4160elif test "$with_gnu_ld" = yes; then
4161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4162$as_echo_n "checking for GNU ld... " >&6; }
4163else
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4165$as_echo_n "checking for non-GNU ld... " >&6; }
4166fi
d0ac1c44 4167if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4168 $as_echo_n "(cached) " >&6
4169else
4170 if test -z "$LD"; then
4171 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4172 for ac_dir in $PATH; do
4173 IFS="$lt_save_ifs"
4174 test -z "$ac_dir" && ac_dir=.
4175 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4176 lt_cv_path_LD="$ac_dir/$ac_prog"
4177 # Check to see if the program is GNU ld. I'd rather use --version,
4178 # but apparently some variants of GNU ld only accept -v.
4179 # Break only if it was the GNU/non-GNU ld that we prefer.
4180 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4181 *GNU* | *'with BFD'*)
4182 test "$with_gnu_ld" != no && break
4183 ;;
4184 *)
4185 test "$with_gnu_ld" != yes && break
4186 ;;
4187 esac
4188 fi
4189 done
4190 IFS="$lt_save_ifs"
4191else
4192 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4193fi
4194fi
4195
4196LD="$lt_cv_path_LD"
4197if test -n "$LD"; then
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4199$as_echo "$LD" >&6; }
4200else
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4202$as_echo "no" >&6; }
4203fi
d0ac1c44 4204test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4206$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4207if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4208 $as_echo_n "(cached) " >&6
4209else
4210 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4211case `$LD -v 2>&1 </dev/null` in
4212*GNU* | *'with BFD'*)
4213 lt_cv_prog_gnu_ld=yes
4214 ;;
4215*)
4216 lt_cv_prog_gnu_ld=no
4217 ;;
4218esac
4219fi
4220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4221$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4222with_gnu_ld=$lt_cv_prog_gnu_ld
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4233$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4234if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4235 $as_echo_n "(cached) " >&6
4236else
4237 if test -n "$NM"; then
4238 # Let the user override the test.
4239 lt_cv_path_NM="$NM"
4240else
4241 lt_nm_to_check="${ac_tool_prefix}nm"
4242 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4243 lt_nm_to_check="$lt_nm_to_check nm"
4244 fi
4245 for lt_tmp_nm in $lt_nm_to_check; do
4246 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4247 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4248 IFS="$lt_save_ifs"
4249 test -z "$ac_dir" && ac_dir=.
4250 tmp_nm="$ac_dir/$lt_tmp_nm"
4251 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4252 # Check to see if the nm accepts a BSD-compat flag.
4253 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4254 # nm: unknown option "B" ignored
4255 # Tru64's nm complains that /dev/null is an invalid object file
4256 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4257 */dev/null* | *'Invalid file or object type'*)
4258 lt_cv_path_NM="$tmp_nm -B"
4259 break
4260 ;;
4261 *)
4262 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4263 */dev/null*)
4264 lt_cv_path_NM="$tmp_nm -p"
4265 break
4266 ;;
4267 *)
4268 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4269 continue # so that we can try to find one that supports BSD flags
4270 ;;
4271 esac
4272 ;;
4273 esac
4274 fi
4275 done
4276 IFS="$lt_save_ifs"
4277 done
4278 : ${lt_cv_path_NM=no}
4279fi
4280fi
4281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4282$as_echo "$lt_cv_path_NM" >&6; }
4283if test "$lt_cv_path_NM" != "no"; then
4284 NM="$lt_cv_path_NM"
4285else
4286 # Didn't find any BSD compatible name lister, look for dumpbin.
4287 if test -n "$DUMPBIN"; then :
4288 # Let the user override the test.
4289 else
4290 if test -n "$ac_tool_prefix"; then
4291 for ac_prog in dumpbin "link -dump"
4292 do
4293 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4294set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4296$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4297if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4298 $as_echo_n "(cached) " >&6
4299else
4300 if test -n "$DUMPBIN"; then
4301 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4302else
4303as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4304for as_dir in $PATH
4305do
4306 IFS=$as_save_IFS
4307 test -z "$as_dir" && as_dir=.
4308 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4309 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4310 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4312 break 2
4313 fi
4314done
4315 done
4316IFS=$as_save_IFS
4317
4318fi
4319fi
4320DUMPBIN=$ac_cv_prog_DUMPBIN
4321if test -n "$DUMPBIN"; then
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4323$as_echo "$DUMPBIN" >&6; }
4324else
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4326$as_echo "no" >&6; }
4327fi
4328
4329
4330 test -n "$DUMPBIN" && break
4331 done
4332fi
4333if test -z "$DUMPBIN"; then
4334 ac_ct_DUMPBIN=$DUMPBIN
4335 for ac_prog in dumpbin "link -dump"
4336do
4337 # Extract the first word of "$ac_prog", so it can be a program name with args.
4338set dummy $ac_prog; ac_word=$2
4339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4340$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4341if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4342 $as_echo_n "(cached) " >&6
4343else
4344 if test -n "$ac_ct_DUMPBIN"; then
4345 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4346else
4347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4348for as_dir in $PATH
4349do
4350 IFS=$as_save_IFS
4351 test -z "$as_dir" && as_dir=.
4352 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4353 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4354 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4356 break 2
4357 fi
4358done
4359 done
4360IFS=$as_save_IFS
4361
4362fi
4363fi
4364ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4365if test -n "$ac_ct_DUMPBIN"; then
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4367$as_echo "$ac_ct_DUMPBIN" >&6; }
4368else
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4370$as_echo "no" >&6; }
4371fi
4372
4373
4374 test -n "$ac_ct_DUMPBIN" && break
4375done
4376
4377 if test "x$ac_ct_DUMPBIN" = x; then
4378 DUMPBIN=":"
4379 else
4380 case $cross_compiling:$ac_tool_warned in
4381yes:)
4382{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4383$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4384ac_tool_warned=yes ;;
4385esac
4386 DUMPBIN=$ac_ct_DUMPBIN
4387 fi
4388fi
4389
4390 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4391 *COFF*)
4392 DUMPBIN="$DUMPBIN -symbols"
4393 ;;
4394 *)
4395 DUMPBIN=:
4396 ;;
4397 esac
4398 fi
4399
4400 if test "$DUMPBIN" != ":"; then
4401 NM="$DUMPBIN"
4402 fi
4403fi
4404test -z "$NM" && NM=nm
4405
4406
4407
4408
4409
4410
4411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4412$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4413if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4414 $as_echo_n "(cached) " >&6
4415else
4416 lt_cv_nm_interface="BSD nm"
4417 echo "int some_variable = 0;" > conftest.$ac_ext
4418 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4419 (eval "$ac_compile" 2>conftest.err)
4420 cat conftest.err >&5
4421 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4422 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4423 cat conftest.err >&5
4424 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4425 cat conftest.out >&5
4426 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4427 lt_cv_nm_interface="MS dumpbin"
4428 fi
4429 rm -f conftest*
4430fi
4431{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4432$as_echo "$lt_cv_nm_interface" >&6; }
4433
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4435$as_echo_n "checking whether ln -s works... " >&6; }
4436LN_S=$as_ln_s
4437if test "$LN_S" = "ln -s"; then
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4439$as_echo "yes" >&6; }
4440else
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4442$as_echo "no, using $LN_S" >&6; }
4443fi
4444
4445# find the maximum length of command line arguments
4446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4447$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4448if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4449 $as_echo_n "(cached) " >&6
4450else
4451 i=0
4452 teststring="ABCD"
4453
4454 case $build_os in
4455 msdosdjgpp*)
4456 # On DJGPP, this test can blow up pretty badly due to problems in libc
4457 # (any single argument exceeding 2000 bytes causes a buffer overrun
4458 # during glob expansion). Even if it were fixed, the result of this
4459 # check would be larger than it should be.
4460 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4461 ;;
4462
4463 gnu*)
4464 # Under GNU Hurd, this test is not required because there is
4465 # no limit to the length of command line arguments.
4466 # Libtool will interpret -1 as no limit whatsoever
4467 lt_cv_sys_max_cmd_len=-1;
4468 ;;
4469
4470 cygwin* | mingw* | cegcc*)
4471 # On Win9x/ME, this test blows up -- it succeeds, but takes
4472 # about 5 minutes as the teststring grows exponentially.
4473 # Worse, since 9x/ME are not pre-emptively multitasking,
4474 # you end up with a "frozen" computer, even though with patience
4475 # the test eventually succeeds (with a max line length of 256k).
4476 # Instead, let's just punt: use the minimum linelength reported by
4477 # all of the supported platforms: 8192 (on NT/2K/XP).
4478 lt_cv_sys_max_cmd_len=8192;
4479 ;;
4480
4481 mint*)
4482 # On MiNT this can take a long time and run out of memory.
4483 lt_cv_sys_max_cmd_len=8192;
4484 ;;
4485
4486 amigaos*)
4487 # On AmigaOS with pdksh, this test takes hours, literally.
4488 # So we just punt and use a minimum line length of 8192.
4489 lt_cv_sys_max_cmd_len=8192;
4490 ;;
4491
4492 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4493 # This has been around since 386BSD, at least. Likely further.
4494 if test -x /sbin/sysctl; then
4495 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4496 elif test -x /usr/sbin/sysctl; then
4497 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4498 else
4499 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4500 fi
4501 # And add a safety zone
4502 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4503 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4504 ;;
4505
4506 interix*)
4507 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4508 lt_cv_sys_max_cmd_len=196608
4509 ;;
4510
4511 osf*)
4512 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4513 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4514 # nice to cause kernel panics so lets avoid the loop below.
4515 # First set a reasonable default.
4516 lt_cv_sys_max_cmd_len=16384
4517 #
4518 if test -x /sbin/sysconfig; then
4519 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4520 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4521 esac
4522 fi
4523 ;;
4524 sco3.2v5*)
4525 lt_cv_sys_max_cmd_len=102400
4526 ;;
4527 sysv5* | sco5v6* | sysv4.2uw2*)
4528 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4529 if test -n "$kargmax"; then
4530 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4531 else
4532 lt_cv_sys_max_cmd_len=32768
4533 fi
4534 ;;
4535 *)
4536 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4537 if test -n "$lt_cv_sys_max_cmd_len"; then
4538 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4539 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4540 else
4541 # Make teststring a little bigger before we do anything with it.
4542 # a 1K string should be a reasonable start.
4543 for i in 1 2 3 4 5 6 7 8 ; do
4544 teststring=$teststring$teststring
4545 done
4546 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4547 # If test is not a shell built-in, we'll probably end up computing a
4548 # maximum length that is only half of the actual maximum length, but
4549 # we can't tell.
4550 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4551 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4552 test $i != 17 # 1/2 MB should be enough
4553 do
4554 i=`expr $i + 1`
4555 teststring=$teststring$teststring
4556 done
4557 # Only check the string length outside the loop.
4558 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4559 teststring=
4560 # Add a significant safety factor because C++ compilers can tack on
4561 # massive amounts of additional arguments before passing them to the
4562 # linker. It appears as though 1/2 is a usable value.
4563 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4564 fi
4565 ;;
4566 esac
4567
4568fi
4569
4570if test -n $lt_cv_sys_max_cmd_len ; then
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4572$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4573else
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4575$as_echo "none" >&6; }
4576fi
4577max_cmd_len=$lt_cv_sys_max_cmd_len
4578
4579
4580
4581
4582
4583
4584: ${CP="cp -f"}
4585: ${MV="mv -f"}
4586: ${RM="rm -f"}
4587
4588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4589$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4590# Try some XSI features
4591xsi_shell=no
4592( _lt_dummy="a/b/c"
4593 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4594 = c,a/b,, \
4595 && eval 'test $(( 1 + 1 )) -eq 2 \
4596 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4597 && xsi_shell=yes
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4599$as_echo "$xsi_shell" >&6; }
4600
4601
4602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4603$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4604lt_shell_append=no
4605( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4606 >/dev/null 2>&1 \
4607 && lt_shell_append=yes
4608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4609$as_echo "$lt_shell_append" >&6; }
4610
4611
4612if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4613 lt_unset=unset
4614else
4615 lt_unset=false
4616fi
4617
4618
4619
4620
4621
4622# test EBCDIC or ASCII
4623case `echo X|tr X '\101'` in
4624 A) # ASCII based system
4625 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4626 lt_SP2NL='tr \040 \012'
4627 lt_NL2SP='tr \015\012 \040\040'
4628 ;;
4629 *) # EBCDIC based system
4630 lt_SP2NL='tr \100 \n'
4631 lt_NL2SP='tr \r\n \100\100'
4632 ;;
4633esac
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4644$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4645if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4646 $as_echo_n "(cached) " >&6
4647else
4648 lt_cv_ld_reload_flag='-r'
4649fi
4650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4651$as_echo "$lt_cv_ld_reload_flag" >&6; }
4652reload_flag=$lt_cv_ld_reload_flag
4653case $reload_flag in
4654"" | " "*) ;;
4655*) reload_flag=" $reload_flag" ;;
4656esac
4657reload_cmds='$LD$reload_flag -o $output$reload_objs'
4658case $host_os in
4659 darwin*)
4660 if test "$GCC" = yes; then
4661 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4662 else
4663 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4664 fi
4665 ;;
4666esac
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676if test -n "$ac_tool_prefix"; then
4677 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4678set dummy ${ac_tool_prefix}objdump; ac_word=$2
4679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4680$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4681if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4682 $as_echo_n "(cached) " >&6
4683else
4684 if test -n "$OBJDUMP"; then
4685 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4686else
4687as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4688for as_dir in $PATH
4689do
4690 IFS=$as_save_IFS
4691 test -z "$as_dir" && as_dir=.
4692 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4694 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4696 break 2
4697 fi
4698done
4699 done
4700IFS=$as_save_IFS
4701
4702fi
4703fi
4704OBJDUMP=$ac_cv_prog_OBJDUMP
4705if test -n "$OBJDUMP"; then
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4707$as_echo "$OBJDUMP" >&6; }
4708else
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4710$as_echo "no" >&6; }
4711fi
4712
4713
4714fi
4715if test -z "$ac_cv_prog_OBJDUMP"; then
4716 ac_ct_OBJDUMP=$OBJDUMP
4717 # Extract the first word of "objdump", so it can be a program name with args.
4718set dummy objdump; ac_word=$2
4719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4720$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4721if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4722 $as_echo_n "(cached) " >&6
4723else
4724 if test -n "$ac_ct_OBJDUMP"; then
4725 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4726else
4727as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4728for as_dir in $PATH
4729do
4730 IFS=$as_save_IFS
4731 test -z "$as_dir" && as_dir=.
4732 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4733 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4734 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4736 break 2
4737 fi
4738done
4739 done
4740IFS=$as_save_IFS
4741
4742fi
4743fi
4744ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4745if test -n "$ac_ct_OBJDUMP"; then
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4747$as_echo "$ac_ct_OBJDUMP" >&6; }
4748else
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4750$as_echo "no" >&6; }
4751fi
4752
4753 if test "x$ac_ct_OBJDUMP" = x; then
4754 OBJDUMP="false"
4755 else
4756 case $cross_compiling:$ac_tool_warned in
4757yes:)
4758{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4759$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4760ac_tool_warned=yes ;;
4761esac
4762 OBJDUMP=$ac_ct_OBJDUMP
4763 fi
4764else
4765 OBJDUMP="$ac_cv_prog_OBJDUMP"
4766fi
4767
4768test -z "$OBJDUMP" && OBJDUMP=objdump
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4779$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4780if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4781 $as_echo_n "(cached) " >&6
4782else
4783 lt_cv_file_magic_cmd='$MAGIC_CMD'
4784lt_cv_file_magic_test_file=
4785lt_cv_deplibs_check_method='unknown'
4786# Need to set the preceding variable on all platforms that support
4787# interlibrary dependencies.
4788# 'none' -- dependencies not supported.
4789# `unknown' -- same as none, but documents that we really don't know.
4790# 'pass_all' -- all dependencies passed with no checks.
4791# 'test_compile' -- check by making test program.
4792# 'file_magic [[regex]]' -- check by looking for files in library path
4793# which responds to the $file_magic_cmd with a given extended regex.
4794# If you have `file' or equivalent on your system and you're not sure
4795# whether `pass_all' will *always* work, you probably want this one.
4796
4797case $host_os in
4798aix[4-9]*)
4799 lt_cv_deplibs_check_method=pass_all
4800 ;;
4801
4802beos*)
4803 lt_cv_deplibs_check_method=pass_all
4804 ;;
4805
4806bsdi[45]*)
4807 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4808 lt_cv_file_magic_cmd='/usr/bin/file -L'
4809 lt_cv_file_magic_test_file=/shlib/libc.so
4810 ;;
4811
4812cygwin*)
4813 # func_win32_libid is a shell function defined in ltmain.sh
4814 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4815 lt_cv_file_magic_cmd='func_win32_libid'
4816 ;;
4817
4818mingw* | pw32*)
4819 # Base MSYS/MinGW do not provide the 'file' command needed by
4820 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4821 # unless we find 'file', for example because we are cross-compiling.
4822 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4823 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4824 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4825 lt_cv_file_magic_cmd='func_win32_libid'
4826 else
4827 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4828 lt_cv_file_magic_cmd='$OBJDUMP -f'
4829 fi
4830 ;;
4831
4832cegcc*)
4833 # use the weaker test based on 'objdump'. See mingw*.
4834 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4835 lt_cv_file_magic_cmd='$OBJDUMP -f'
4836 ;;
4837
4838darwin* | rhapsody*)
4839 lt_cv_deplibs_check_method=pass_all
4840 ;;
4841
4842freebsd* | dragonfly*)
4843 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4844 case $host_cpu in
4845 i*86 )
4846 # Not sure whether the presence of OpenBSD here was a mistake.
4847 # Let's accept both of them until this is cleared up.
4848 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4849 lt_cv_file_magic_cmd=/usr/bin/file
4850 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4851 ;;
4852 esac
4853 else
4854 lt_cv_deplibs_check_method=pass_all
4855 fi
4856 ;;
4857
4858gnu*)
4859 lt_cv_deplibs_check_method=pass_all
4860 ;;
4861
4862haiku*)
4863 lt_cv_deplibs_check_method=pass_all
4864 ;;
4865
4866hpux10.20* | hpux11*)
4867 lt_cv_file_magic_cmd=/usr/bin/file
4868 case $host_cpu in
4869 ia64*)
4870 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4871 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4872 ;;
4873 hppa*64*)
4874 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]'
4875 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4876 ;;
4877 *)
4878 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4879 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4880 ;;
4881 esac
4882 ;;
4883
4884interix[3-9]*)
4885 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4886 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4887 ;;
4888
4889irix5* | irix6* | nonstopux*)
4890 case $LD in
4891 *-32|*"-32 ") libmagic=32-bit;;
4892 *-n32|*"-n32 ") libmagic=N32;;
4893 *-64|*"-64 ") libmagic=64-bit;;
4894 *) libmagic=never-match;;
4895 esac
4896 lt_cv_deplibs_check_method=pass_all
4897 ;;
4898
4899# This must be Linux ELF.
4900linux* | k*bsd*-gnu | kopensolaris*-gnu)
4901 lt_cv_deplibs_check_method=pass_all
4902 ;;
4903
4904netbsd*)
4905 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4906 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4907 else
4908 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4909 fi
4910 ;;
4911
4912newos6*)
4913 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4914 lt_cv_file_magic_cmd=/usr/bin/file
4915 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4916 ;;
4917
4918*nto* | *qnx*)
4919 lt_cv_deplibs_check_method=pass_all
4920 ;;
4921
4922openbsd*)
4923 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4924 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4925 else
4926 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4927 fi
4928 ;;
4929
4930osf3* | osf4* | osf5*)
4931 lt_cv_deplibs_check_method=pass_all
4932 ;;
4933
4934rdos*)
4935 lt_cv_deplibs_check_method=pass_all
4936 ;;
4937
4938solaris*)
4939 lt_cv_deplibs_check_method=pass_all
4940 ;;
4941
4942sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4943 lt_cv_deplibs_check_method=pass_all
4944 ;;
4945
4946sysv4 | sysv4.3*)
4947 case $host_vendor in
4948 motorola)
4949 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]'
4950 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4951 ;;
4952 ncr)
4953 lt_cv_deplibs_check_method=pass_all
4954 ;;
4955 sequent)
4956 lt_cv_file_magic_cmd='/bin/file'
4957 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4958 ;;
4959 sni)
4960 lt_cv_file_magic_cmd='/bin/file'
4961 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4962 lt_cv_file_magic_test_file=/lib/libc.so
4963 ;;
4964 siemens)
4965 lt_cv_deplibs_check_method=pass_all
4966 ;;
4967 pc)
4968 lt_cv_deplibs_check_method=pass_all
4969 ;;
4970 esac
4971 ;;
4972
4973tpf*)
4974 lt_cv_deplibs_check_method=pass_all
4975 ;;
4976esac
4977
4978fi
4979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4980$as_echo "$lt_cv_deplibs_check_method" >&6; }
4981file_magic_cmd=$lt_cv_file_magic_cmd
4982deplibs_check_method=$lt_cv_deplibs_check_method
4983test -z "$deplibs_check_method" && deplibs_check_method=unknown
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
68ed2854
MF
4996plugin_option=
4997plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4998for plugin in $plugin_names; do
4999 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5000 if test x$plugin_so = x$plugin; then
5001 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5002 fi
5003 if test x$plugin_so != x$plugin; then
5004 plugin_option="--plugin $plugin_so"
5005 break
5006 fi
5007done
5008
6bb11ab3
L
5009if test -n "$ac_tool_prefix"; then
5010 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5011set dummy ${ac_tool_prefix}ar; ac_word=$2
5012{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5013$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5014if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5015 $as_echo_n "(cached) " >&6
5016else
5017 if test -n "$AR"; then
5018 ac_cv_prog_AR="$AR" # Let the user override the test.
5019else
5020as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5021for as_dir in $PATH
5022do
5023 IFS=$as_save_IFS
5024 test -z "$as_dir" && as_dir=.
5025 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5026 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5027 ac_cv_prog_AR="${ac_tool_prefix}ar"
5028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5029 break 2
5030 fi
5031done
5032 done
5033IFS=$as_save_IFS
5034
5035fi
5036fi
5037AR=$ac_cv_prog_AR
5038if test -n "$AR"; then
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5040$as_echo "$AR" >&6; }
5041else
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5043$as_echo "no" >&6; }
5044fi
5045
5046
5047fi
5048if test -z "$ac_cv_prog_AR"; then
5049 ac_ct_AR=$AR
5050 # Extract the first word of "ar", so it can be a program name with args.
5051set dummy ar; ac_word=$2
5052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5053$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5054if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5055 $as_echo_n "(cached) " >&6
5056else
5057 if test -n "$ac_ct_AR"; then
5058 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5059else
5060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5061for as_dir in $PATH
5062do
5063 IFS=$as_save_IFS
5064 test -z "$as_dir" && as_dir=.
5065 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5066 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5067 ac_cv_prog_ac_ct_AR="ar"
5068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5069 break 2
5070 fi
5071done
5072 done
5073IFS=$as_save_IFS
5074
5075fi
5076fi
5077ac_ct_AR=$ac_cv_prog_ac_ct_AR
5078if test -n "$ac_ct_AR"; then
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5080$as_echo "$ac_ct_AR" >&6; }
5081else
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5083$as_echo "no" >&6; }
5084fi
5085
5086 if test "x$ac_ct_AR" = x; then
5087 AR="false"
5088 else
5089 case $cross_compiling:$ac_tool_warned in
5090yes:)
5091{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5092$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5093ac_tool_warned=yes ;;
5094esac
5095 AR=$ac_ct_AR
5096 fi
5097else
5098 AR="$ac_cv_prog_AR"
5099fi
5100
5101test -z "$AR" && AR=ar
68ed2854
MF
5102if test -n "$plugin_option"; then
5103 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5104 touch conftest.c
5105 $AR $plugin_option rc conftest.a conftest.c
5106 if test "$?" != 0; then
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5108$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5109 else
5110 AR="$AR $plugin_option"
5111 fi
5112 rm -f conftest.*
68ed2854
MF
5113 fi
5114fi
6bb11ab3
L
5115test -z "$AR_FLAGS" && AR_FLAGS=cru
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127if test -n "$ac_tool_prefix"; then
5128 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5129set dummy ${ac_tool_prefix}strip; ac_word=$2
5130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5131$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5132if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5133 $as_echo_n "(cached) " >&6
5134else
5135 if test -n "$STRIP"; then
5136 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5137else
5138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5139for as_dir in $PATH
5140do
5141 IFS=$as_save_IFS
5142 test -z "$as_dir" && as_dir=.
5143 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5144 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5145 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5147 break 2
5148 fi
5149done
5150 done
5151IFS=$as_save_IFS
5152
5153fi
5154fi
5155STRIP=$ac_cv_prog_STRIP
5156if test -n "$STRIP"; then
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5158$as_echo "$STRIP" >&6; }
5159else
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5161$as_echo "no" >&6; }
5162fi
5163
5164
5165fi
5166if test -z "$ac_cv_prog_STRIP"; then
5167 ac_ct_STRIP=$STRIP
5168 # Extract the first word of "strip", so it can be a program name with args.
5169set dummy strip; ac_word=$2
5170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5171$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5172if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5173 $as_echo_n "(cached) " >&6
5174else
5175 if test -n "$ac_ct_STRIP"; then
5176 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5177else
5178as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5179for as_dir in $PATH
5180do
5181 IFS=$as_save_IFS
5182 test -z "$as_dir" && as_dir=.
5183 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5184 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5185 ac_cv_prog_ac_ct_STRIP="strip"
5186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5187 break 2
5188 fi
5189done
5190 done
5191IFS=$as_save_IFS
5192
5193fi
5194fi
5195ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5196if test -n "$ac_ct_STRIP"; then
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5198$as_echo "$ac_ct_STRIP" >&6; }
5199else
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5201$as_echo "no" >&6; }
5202fi
5203
5204 if test "x$ac_ct_STRIP" = x; then
5205 STRIP=":"
5206 else
5207 case $cross_compiling:$ac_tool_warned in
5208yes:)
5209{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5210$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5211ac_tool_warned=yes ;;
5212esac
5213 STRIP=$ac_ct_STRIP
5214 fi
5215else
5216 STRIP="$ac_cv_prog_STRIP"
5217fi
5218
5219test -z "$STRIP" && STRIP=:
5220
5221
5222
5223
5224
5225
5226if test -n "$ac_tool_prefix"; then
5227 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5228set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5230$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5231if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5232 $as_echo_n "(cached) " >&6
5233else
5234 if test -n "$RANLIB"; then
5235 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5236else
5237as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5238for as_dir in $PATH
5239do
5240 IFS=$as_save_IFS
5241 test -z "$as_dir" && as_dir=.
5242 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5243 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5244 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5246 break 2
5247 fi
5248done
5249 done
5250IFS=$as_save_IFS
5251
5252fi
5253fi
5254RANLIB=$ac_cv_prog_RANLIB
5255if test -n "$RANLIB"; then
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5257$as_echo "$RANLIB" >&6; }
5258else
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5260$as_echo "no" >&6; }
5261fi
5262
5263
5264fi
5265if test -z "$ac_cv_prog_RANLIB"; then
5266 ac_ct_RANLIB=$RANLIB
5267 # Extract the first word of "ranlib", so it can be a program name with args.
5268set dummy ranlib; ac_word=$2
5269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5270$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5271if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5272 $as_echo_n "(cached) " >&6
5273else
5274 if test -n "$ac_ct_RANLIB"; then
5275 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5276else
5277as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5278for as_dir in $PATH
5279do
5280 IFS=$as_save_IFS
5281 test -z "$as_dir" && as_dir=.
5282 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5283 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5284 ac_cv_prog_ac_ct_RANLIB="ranlib"
5285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5286 break 2
5287 fi
5288done
5289 done
5290IFS=$as_save_IFS
5291
5292fi
5293fi
5294ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5295if test -n "$ac_ct_RANLIB"; then
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5297$as_echo "$ac_ct_RANLIB" >&6; }
5298else
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5300$as_echo "no" >&6; }
5301fi
5302
5303 if test "x$ac_ct_RANLIB" = x; then
5304 RANLIB=":"
5305 else
5306 case $cross_compiling:$ac_tool_warned in
5307yes:)
5308{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5309$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5310ac_tool_warned=yes ;;
5311esac
5312 RANLIB=$ac_ct_RANLIB
5313 fi
5314else
5315 RANLIB="$ac_cv_prog_RANLIB"
5316fi
5317
5318test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5319if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5320 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5321 RANLIB="$RANLIB $plugin_option"
5322 fi
5323fi
6bb11ab3
L
5324
5325
5326
5327
5328
5329
5330# Determine commands to create old-style static archives.
5331old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5332old_postinstall_cmds='chmod 644 $oldlib'
5333old_postuninstall_cmds=
5334
5335if test -n "$RANLIB"; then
5336 case $host_os in
5337 openbsd*)
5338 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5339 ;;
5340 *)
5341 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5342 ;;
5343 esac
5344 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5345fi
5346
5347case $host_os in
5348 darwin*)
5349 lock_old_archive_extraction=yes ;;
5350 *)
5351 lock_old_archive_extraction=no ;;
5352esac
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374for ac_prog in gawk mawk nawk awk
5375do
5376 # Extract the first word of "$ac_prog", so it can be a program name with args.
5377set dummy $ac_prog; ac_word=$2
5378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5379$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5380if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5381 $as_echo_n "(cached) " >&6
5382else
5383 if test -n "$AWK"; then
5384 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5385else
5386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5387for as_dir in $PATH
5388do
5389 IFS=$as_save_IFS
5390 test -z "$as_dir" && as_dir=.
5391 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5393 ac_cv_prog_AWK="$ac_prog"
5394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5395 break 2
5396 fi
5397done
5398 done
5399IFS=$as_save_IFS
5400
5401fi
5402fi
5403AWK=$ac_cv_prog_AWK
5404if test -n "$AWK"; then
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5406$as_echo "$AWK" >&6; }
5407else
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5409$as_echo "no" >&6; }
5410fi
5411
5412
5413 test -n "$AWK" && break
5414done
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434# If no C compiler was specified, use CC.
5435LTCC=${LTCC-"$CC"}
5436
5437# If no C compiler flags were specified, use CFLAGS.
5438LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5439
5440# Allow CC to be a program name with arguments.
5441compiler=$CC
5442
5443
5444# Check for command to grab the raw symbol name followed by C symbol from nm.
5445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5446$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5447if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5448 $as_echo_n "(cached) " >&6
5449else
5450
5451# These are sane defaults that work on at least a few old systems.
5452# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5453
5454# Character class describing NM global symbol codes.
5455symcode='[BCDEGRST]'
5456
5457# Regexp to match symbols that can be accessed directly from C.
5458sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5459
5460# Define system-specific variables.
5461case $host_os in
5462aix*)
5463 symcode='[BCDT]'
5464 ;;
5465cygwin* | mingw* | pw32* | cegcc*)
5466 symcode='[ABCDGISTW]'
5467 ;;
5468hpux*)
5469 if test "$host_cpu" = ia64; then
5470 symcode='[ABCDEGRST]'
5471 fi
5472 ;;
5473irix* | nonstopux*)
5474 symcode='[BCDEGRST]'
5475 ;;
5476osf*)
5477 symcode='[BCDEGQRST]'
5478 ;;
5479solaris*)
5480 symcode='[BDRT]'
5481 ;;
5482sco3.2v5*)
5483 symcode='[DT]'
5484 ;;
5485sysv4.2uw2*)
5486 symcode='[DT]'
5487 ;;
5488sysv5* | sco5v6* | unixware* | OpenUNIX*)
5489 symcode='[ABDT]'
5490 ;;
5491sysv4)
5492 symcode='[DFNSTU]'
5493 ;;
5494esac
5495
5496# If we're using GNU nm, then use its standard symbol codes.
5497case `$NM -V 2>&1` in
5498*GNU* | *'with BFD'*)
5499 symcode='[ABCDGIRSTW]' ;;
5500esac
5501
5502# Transform an extracted symbol line into a proper C declaration.
5503# Some systems (esp. on ia64) link data and code symbols differently,
5504# so use this general approach.
5505lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5506
5507# Transform an extracted symbol line into symbol name and symbol address
5508lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5509lt_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'"
5510
5511# Handle CRLF in mingw tool chain
5512opt_cr=
5513case $build_os in
5514mingw*)
5515 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5516 ;;
5517esac
5518
5519# Try without a prefix underscore, then with it.
5520for ac_symprfx in "" "_"; do
5521
5522 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5523 symxfrm="\\1 $ac_symprfx\\2 \\2"
5524
5525 # Write the raw and C identifiers.
5526 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5527 # Fake it for dumpbin and say T for any non-static function
5528 # and D for any global variable.
5529 # Also find C++ and __fastcall symbols from MSVC++,
5530 # which start with @ or ?.
5531 lt_cv_sys_global_symbol_pipe="$AWK '"\
5532" {last_section=section; section=\$ 3};"\
5533" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5534" \$ 0!~/External *\|/{next};"\
5535" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5536" {if(hide[section]) next};"\
5537" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5538" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5539" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5540" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5541" ' prfx=^$ac_symprfx"
5542 else
5543 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5544 fi
5545
5546 # Check to see that the pipe works correctly.
5547 pipe_works=no
5548
5549 rm -f conftest*
5550 cat > conftest.$ac_ext <<_LT_EOF
5551#ifdef __cplusplus
5552extern "C" {
5553#endif
5554char nm_test_var;
5555void nm_test_func(void);
5556void nm_test_func(void){}
5557#ifdef __cplusplus
5558}
5559#endif
5560int main(){nm_test_var='a';nm_test_func();return(0);}
5561_LT_EOF
5562
5563 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5564 (eval $ac_compile) 2>&5
5565 ac_status=$?
5566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5567 test $ac_status = 0; }; then
5568 # Now try to grab the symbols.
5569 nlist=conftest.nm
5570 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5571 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5572 ac_status=$?
5573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5574 test $ac_status = 0; } && test -s "$nlist"; then
5575 # Try sorting and uniquifying the output.
5576 if sort "$nlist" | uniq > "$nlist"T; then
5577 mv -f "$nlist"T "$nlist"
5578 else
5579 rm -f "$nlist"T
5580 fi
5581
5582 # Make sure that we snagged all the symbols we need.
5583 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5584 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5585 cat <<_LT_EOF > conftest.$ac_ext
5586#ifdef __cplusplus
5587extern "C" {
5588#endif
5589
5590_LT_EOF
5591 # Now generate the symbol file.
5592 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5593
5594 cat <<_LT_EOF >> conftest.$ac_ext
5595
5596/* The mapping between symbol names and symbols. */
5597const struct {
5598 const char *name;
5599 void *address;
5600}
5601lt__PROGRAM__LTX_preloaded_symbols[] =
5602{
5603 { "@PROGRAM@", (void *) 0 },
5604_LT_EOF
5605 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5606 cat <<\_LT_EOF >> conftest.$ac_ext
5607 {0, (void *) 0}
5608};
5609
5610/* This works around a problem in FreeBSD linker */
5611#ifdef FREEBSD_WORKAROUND
5612static const void *lt_preloaded_setup() {
5613 return lt__PROGRAM__LTX_preloaded_symbols;
5614}
5615#endif
5616
5617#ifdef __cplusplus
5618}
5619#endif
5620_LT_EOF
5621 # Now try linking the two files.
5622 mv conftest.$ac_objext conftstm.$ac_objext
5623 lt_save_LIBS="$LIBS"
5624 lt_save_CFLAGS="$CFLAGS"
5625 LIBS="conftstm.$ac_objext"
5626 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5627 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5628 (eval $ac_link) 2>&5
5629 ac_status=$?
5630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5631 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5632 pipe_works=yes
5633 fi
5634 LIBS="$lt_save_LIBS"
5635 CFLAGS="$lt_save_CFLAGS"
5636 else
5637 echo "cannot find nm_test_func in $nlist" >&5
5638 fi
5639 else
5640 echo "cannot find nm_test_var in $nlist" >&5
5641 fi
5642 else
5643 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5644 fi
5645 else
5646 echo "$progname: failed program was:" >&5
5647 cat conftest.$ac_ext >&5
5648 fi
5649 rm -rf conftest* conftst*
5650
5651 # Do not use the global_symbol_pipe unless it works.
5652 if test "$pipe_works" = yes; then
5653 break
5654 else
5655 lt_cv_sys_global_symbol_pipe=
5656 fi
5657done
5658
5659fi
5660
5661if test -z "$lt_cv_sys_global_symbol_pipe"; then
5662 lt_cv_sys_global_symbol_to_cdecl=
5663fi
5664if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5666$as_echo "failed" >&6; }
5667else
5668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5669$as_echo "ok" >&6; }
5670fi
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693# Check whether --enable-libtool-lock was given.
5694if test "${enable_libtool_lock+set}" = set; then :
5695 enableval=$enable_libtool_lock;
5696fi
5697
5698test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5699
5700# Some flags need to be propagated to the compiler or linker for good
5701# libtool support.
5702case $host in
5703ia64-*-hpux*)
5704 # Find out which ABI we are using.
5705 echo 'int i;' > conftest.$ac_ext
5706 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5707 (eval $ac_compile) 2>&5
5708 ac_status=$?
5709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5710 test $ac_status = 0; }; then
5711 case `/usr/bin/file conftest.$ac_objext` in
5712 *ELF-32*)
5713 HPUX_IA64_MODE="32"
5714 ;;
5715 *ELF-64*)
5716 HPUX_IA64_MODE="64"
5717 ;;
5718 esac
5719 fi
5720 rm -rf conftest*
5721 ;;
5722*-*-irix6*)
5723 # Find out which ABI we are using.
5724 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5725 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5726 (eval $ac_compile) 2>&5
5727 ac_status=$?
5728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5729 test $ac_status = 0; }; then
5730 if test "$lt_cv_prog_gnu_ld" = yes; then
5731 case `/usr/bin/file conftest.$ac_objext` in
5732 *32-bit*)
5733 LD="${LD-ld} -melf32bsmip"
5734 ;;
5735 *N32*)
5736 LD="${LD-ld} -melf32bmipn32"
5737 ;;
5738 *64-bit*)
5739 LD="${LD-ld} -melf64bmip"
5740 ;;
5741 esac
5742 else
5743 case `/usr/bin/file conftest.$ac_objext` in
5744 *32-bit*)
5745 LD="${LD-ld} -32"
5746 ;;
5747 *N32*)
5748 LD="${LD-ld} -n32"
5749 ;;
5750 *64-bit*)
5751 LD="${LD-ld} -64"
5752 ;;
5753 esac
5754 fi
5755 fi
5756 rm -rf conftest*
5757 ;;
5758
bf3d9781 5759x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5760s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5761 # Find out which ABI we are using.
5762 echo 'int i;' > conftest.$ac_ext
5763 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5764 (eval $ac_compile) 2>&5
5765 ac_status=$?
5766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5767 test $ac_status = 0; }; then
5768 case `/usr/bin/file conftest.o` in
5769 *32-bit*)
5770 case $host in
5771 x86_64-*kfreebsd*-gnu)
5772 LD="${LD-ld} -m elf_i386_fbsd"
5773 ;;
5774 x86_64-*linux*)
5775 case `/usr/bin/file conftest.o` in
5776 *x86-64*)
5777 LD="${LD-ld} -m elf32_x86_64"
5778 ;;
5779 *)
5780 LD="${LD-ld} -m elf_i386"
5781 ;;
5782 esac
5783 ;;
bf3d9781
AM
5784 powerpc64le-*linux*)
5785 LD="${LD-ld} -m elf32lppclinux"
5786 ;;
5787 powerpc64-*linux*)
6bb11ab3
L
5788 LD="${LD-ld} -m elf32ppclinux"
5789 ;;
5790 s390x-*linux*)
5791 LD="${LD-ld} -m elf_s390"
5792 ;;
5793 sparc64-*linux*)
5794 LD="${LD-ld} -m elf32_sparc"
5795 ;;
5796 esac
5797 ;;
5798 *64-bit*)
5799 case $host in
5800 x86_64-*kfreebsd*-gnu)
5801 LD="${LD-ld} -m elf_x86_64_fbsd"
5802 ;;
5803 x86_64-*linux*)
5804 LD="${LD-ld} -m elf_x86_64"
5805 ;;
bf3d9781
AM
5806 powerpcle-*linux*)
5807 LD="${LD-ld} -m elf64lppc"
5808 ;;
5809 powerpc-*linux*)
6bb11ab3
L
5810 LD="${LD-ld} -m elf64ppc"
5811 ;;
5812 s390*-*linux*|s390*-*tpf*)
5813 LD="${LD-ld} -m elf64_s390"
5814 ;;
5815 sparc*-*linux*)
5816 LD="${LD-ld} -m elf64_sparc"
5817 ;;
5818 esac
5819 ;;
5820 esac
5821 fi
5822 rm -rf conftest*
5823 ;;
5824
5825*-*-sco3.2v5*)
5826 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5827 SAVE_CFLAGS="$CFLAGS"
5828 CFLAGS="$CFLAGS -belf"
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5830$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5831if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5832 $as_echo_n "(cached) " >&6
5833else
5834 ac_ext=c
5835ac_cpp='$CPP $CPPFLAGS'
5836ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5837ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5838ac_compiler_gnu=$ac_cv_c_compiler_gnu
5839
5840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5841/* end confdefs.h. */
5842
5843int
5844main ()
5845{
5846
5847 ;
5848 return 0;
5849}
5850_ACEOF
5851if ac_fn_c_try_link "$LINENO"; then :
5852 lt_cv_cc_needs_belf=yes
5853else
5854 lt_cv_cc_needs_belf=no
5855fi
5856rm -f core conftest.err conftest.$ac_objext \
5857 conftest$ac_exeext conftest.$ac_ext
5858 ac_ext=c
5859ac_cpp='$CPP $CPPFLAGS'
5860ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5861ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5862ac_compiler_gnu=$ac_cv_c_compiler_gnu
5863
5864fi
5865{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5866$as_echo "$lt_cv_cc_needs_belf" >&6; }
5867 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5868 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5869 CFLAGS="$SAVE_CFLAGS"
5870 fi
5871 ;;
5872sparc*-*solaris*)
5873 # Find out which ABI we are using.
5874 echo 'int i;' > conftest.$ac_ext
5875 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5876 (eval $ac_compile) 2>&5
5877 ac_status=$?
5878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5879 test $ac_status = 0; }; then
5880 case `/usr/bin/file conftest.o` in
5881 *64-bit*)
5882 case $lt_cv_prog_gnu_ld in
5883 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5884 *)
5885 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5886 LD="${LD-ld} -64"
5887 fi
5888 ;;
5889 esac
5890 ;;
5891 esac
5892 fi
5893 rm -rf conftest*
5894 ;;
5895esac
5896
5897need_locks="$enable_libtool_lock"
5898
5899
5900 case $host_os in
5901 rhapsody* | darwin*)
5902 if test -n "$ac_tool_prefix"; then
5903 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5904set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5906$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5907if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5908 $as_echo_n "(cached) " >&6
5909else
5910 if test -n "$DSYMUTIL"; then
5911 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5912else
5913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5914for as_dir in $PATH
5915do
5916 IFS=$as_save_IFS
5917 test -z "$as_dir" && as_dir=.
5918 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5919 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5920 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 2
5923 fi
5924done
5925 done
5926IFS=$as_save_IFS
5927
5928fi
5929fi
5930DSYMUTIL=$ac_cv_prog_DSYMUTIL
5931if test -n "$DSYMUTIL"; then
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5933$as_echo "$DSYMUTIL" >&6; }
5934else
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5936$as_echo "no" >&6; }
5937fi
5938
5939
5940fi
5941if test -z "$ac_cv_prog_DSYMUTIL"; then
5942 ac_ct_DSYMUTIL=$DSYMUTIL
5943 # Extract the first word of "dsymutil", so it can be a program name with args.
5944set dummy dsymutil; ac_word=$2
5945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5946$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5947if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5948 $as_echo_n "(cached) " >&6
5949else
5950 if test -n "$ac_ct_DSYMUTIL"; then
5951 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5952else
5953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5954for as_dir in $PATH
5955do
5956 IFS=$as_save_IFS
5957 test -z "$as_dir" && as_dir=.
5958 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5959 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5960 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5962 break 2
5963 fi
5964done
5965 done
5966IFS=$as_save_IFS
5967
5968fi
5969fi
5970ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5971if test -n "$ac_ct_DSYMUTIL"; then
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5973$as_echo "$ac_ct_DSYMUTIL" >&6; }
5974else
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5976$as_echo "no" >&6; }
5977fi
5978
5979 if test "x$ac_ct_DSYMUTIL" = x; then
5980 DSYMUTIL=":"
5981 else
5982 case $cross_compiling:$ac_tool_warned in
5983yes:)
5984{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5985$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5986ac_tool_warned=yes ;;
5987esac
5988 DSYMUTIL=$ac_ct_DSYMUTIL
5989 fi
5990else
5991 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5992fi
5993
5994 if test -n "$ac_tool_prefix"; then
5995 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5996set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5998$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5999if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6000 $as_echo_n "(cached) " >&6
6001else
6002 if test -n "$NMEDIT"; then
6003 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6004else
6005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6006for as_dir in $PATH
6007do
6008 IFS=$as_save_IFS
6009 test -z "$as_dir" && as_dir=.
6010 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6011 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6012 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6014 break 2
6015 fi
6016done
6017 done
6018IFS=$as_save_IFS
6019
6020fi
6021fi
6022NMEDIT=$ac_cv_prog_NMEDIT
6023if test -n "$NMEDIT"; then
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6025$as_echo "$NMEDIT" >&6; }
6026else
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6028$as_echo "no" >&6; }
6029fi
6030
6031
6032fi
6033if test -z "$ac_cv_prog_NMEDIT"; then
6034 ac_ct_NMEDIT=$NMEDIT
6035 # Extract the first word of "nmedit", so it can be a program name with args.
6036set dummy nmedit; ac_word=$2
6037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6038$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6039if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6040 $as_echo_n "(cached) " >&6
6041else
6042 if test -n "$ac_ct_NMEDIT"; then
6043 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6044else
6045as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6046for as_dir in $PATH
6047do
6048 IFS=$as_save_IFS
6049 test -z "$as_dir" && as_dir=.
6050 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6051 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6052 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6054 break 2
6055 fi
6056done
6057 done
6058IFS=$as_save_IFS
6059
6060fi
6061fi
6062ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6063if test -n "$ac_ct_NMEDIT"; then
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6065$as_echo "$ac_ct_NMEDIT" >&6; }
6066else
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6068$as_echo "no" >&6; }
6069fi
6070
6071 if test "x$ac_ct_NMEDIT" = x; then
6072 NMEDIT=":"
6073 else
6074 case $cross_compiling:$ac_tool_warned in
6075yes:)
6076{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6077$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6078ac_tool_warned=yes ;;
6079esac
6080 NMEDIT=$ac_ct_NMEDIT
6081 fi
6082else
6083 NMEDIT="$ac_cv_prog_NMEDIT"
6084fi
6085
6086 if test -n "$ac_tool_prefix"; then
6087 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6088set dummy ${ac_tool_prefix}lipo; ac_word=$2
6089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6090$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6091if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6092 $as_echo_n "(cached) " >&6
6093else
6094 if test -n "$LIPO"; then
6095 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6096else
6097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6098for as_dir in $PATH
6099do
6100 IFS=$as_save_IFS
6101 test -z "$as_dir" && as_dir=.
6102 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6104 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6106 break 2
6107 fi
6108done
6109 done
6110IFS=$as_save_IFS
6111
6112fi
6113fi
6114LIPO=$ac_cv_prog_LIPO
6115if test -n "$LIPO"; then
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6117$as_echo "$LIPO" >&6; }
6118else
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6120$as_echo "no" >&6; }
6121fi
6122
6123
6124fi
6125if test -z "$ac_cv_prog_LIPO"; then
6126 ac_ct_LIPO=$LIPO
6127 # Extract the first word of "lipo", so it can be a program name with args.
6128set dummy lipo; ac_word=$2
6129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6130$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6131if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6132 $as_echo_n "(cached) " >&6
6133else
6134 if test -n "$ac_ct_LIPO"; then
6135 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6136else
6137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6138for as_dir in $PATH
6139do
6140 IFS=$as_save_IFS
6141 test -z "$as_dir" && as_dir=.
6142 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6144 ac_cv_prog_ac_ct_LIPO="lipo"
6145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6146 break 2
6147 fi
6148done
6149 done
6150IFS=$as_save_IFS
6151
6152fi
6153fi
6154ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6155if test -n "$ac_ct_LIPO"; then
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6157$as_echo "$ac_ct_LIPO" >&6; }
6158else
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6160$as_echo "no" >&6; }
6161fi
6162
6163 if test "x$ac_ct_LIPO" = x; then
6164 LIPO=":"
6165 else
6166 case $cross_compiling:$ac_tool_warned in
6167yes:)
6168{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6169$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6170ac_tool_warned=yes ;;
6171esac
6172 LIPO=$ac_ct_LIPO
6173 fi
6174else
6175 LIPO="$ac_cv_prog_LIPO"
6176fi
6177
6178 if test -n "$ac_tool_prefix"; then
6179 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6180set dummy ${ac_tool_prefix}otool; ac_word=$2
6181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6182$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6183if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6184 $as_echo_n "(cached) " >&6
6185else
6186 if test -n "$OTOOL"; then
6187 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6188else
6189as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190for as_dir in $PATH
6191do
6192 IFS=$as_save_IFS
6193 test -z "$as_dir" && as_dir=.
6194 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6195 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6196 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6198 break 2
6199 fi
6200done
6201 done
6202IFS=$as_save_IFS
6203
6204fi
6205fi
6206OTOOL=$ac_cv_prog_OTOOL
6207if test -n "$OTOOL"; then
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6209$as_echo "$OTOOL" >&6; }
6210else
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6212$as_echo "no" >&6; }
6213fi
6214
6215
6216fi
6217if test -z "$ac_cv_prog_OTOOL"; then
6218 ac_ct_OTOOL=$OTOOL
6219 # Extract the first word of "otool", so it can be a program name with args.
6220set dummy otool; ac_word=$2
6221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6222$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6223if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6224 $as_echo_n "(cached) " >&6
6225else
6226 if test -n "$ac_ct_OTOOL"; then
6227 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6228else
6229as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6230for as_dir in $PATH
6231do
6232 IFS=$as_save_IFS
6233 test -z "$as_dir" && as_dir=.
6234 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6235 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6236 ac_cv_prog_ac_ct_OTOOL="otool"
6237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6238 break 2
6239 fi
6240done
6241 done
6242IFS=$as_save_IFS
6243
6244fi
6245fi
6246ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6247if test -n "$ac_ct_OTOOL"; then
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6249$as_echo "$ac_ct_OTOOL" >&6; }
6250else
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6252$as_echo "no" >&6; }
6253fi
6254
6255 if test "x$ac_ct_OTOOL" = x; then
6256 OTOOL=":"
6257 else
6258 case $cross_compiling:$ac_tool_warned in
6259yes:)
6260{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6261$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6262ac_tool_warned=yes ;;
6263esac
6264 OTOOL=$ac_ct_OTOOL
6265 fi
6266else
6267 OTOOL="$ac_cv_prog_OTOOL"
6268fi
6269
6270 if test -n "$ac_tool_prefix"; then
6271 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6272set dummy ${ac_tool_prefix}otool64; ac_word=$2
6273{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6274$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6275if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6276 $as_echo_n "(cached) " >&6
6277else
6278 if test -n "$OTOOL64"; then
6279 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6280else
6281as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6282for as_dir in $PATH
6283do
6284 IFS=$as_save_IFS
6285 test -z "$as_dir" && as_dir=.
6286 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6287 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6288 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6289 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6290 break 2
6291 fi
6292done
6293 done
6294IFS=$as_save_IFS
6295
6296fi
6297fi
6298OTOOL64=$ac_cv_prog_OTOOL64
6299if test -n "$OTOOL64"; then
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6301$as_echo "$OTOOL64" >&6; }
6302else
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6304$as_echo "no" >&6; }
6305fi
6306
6307
6308fi
6309if test -z "$ac_cv_prog_OTOOL64"; then
6310 ac_ct_OTOOL64=$OTOOL64
6311 # Extract the first word of "otool64", so it can be a program name with args.
6312set dummy otool64; ac_word=$2
6313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6314$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6315if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6316 $as_echo_n "(cached) " >&6
6317else
6318 if test -n "$ac_ct_OTOOL64"; then
6319 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6320else
6321as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6322for as_dir in $PATH
6323do
6324 IFS=$as_save_IFS
6325 test -z "$as_dir" && as_dir=.
6326 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6327 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6328 ac_cv_prog_ac_ct_OTOOL64="otool64"
6329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6330 break 2
6331 fi
6332done
6333 done
6334IFS=$as_save_IFS
6335
6336fi
6337fi
6338ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6339if test -n "$ac_ct_OTOOL64"; then
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6341$as_echo "$ac_ct_OTOOL64" >&6; }
6342else
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6344$as_echo "no" >&6; }
6345fi
6346
6347 if test "x$ac_ct_OTOOL64" = x; then
6348 OTOOL64=":"
6349 else
6350 case $cross_compiling:$ac_tool_warned in
6351yes:)
6352{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6353$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6354ac_tool_warned=yes ;;
6355esac
6356 OTOOL64=$ac_ct_OTOOL64
6357 fi
6358else
6359 OTOOL64="$ac_cv_prog_OTOOL64"
6360fi
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6389$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6390if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6391 $as_echo_n "(cached) " >&6
6392else
6393 lt_cv_apple_cc_single_mod=no
6394 if test -z "${LT_MULTI_MODULE}"; then
6395 # By default we will add the -single_module flag. You can override
6396 # by either setting the environment variable LT_MULTI_MODULE
6397 # non-empty at configure time, or by adding -multi_module to the
6398 # link flags.
6399 rm -rf libconftest.dylib*
6400 echo "int foo(void){return 1;}" > conftest.c
6401 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6402-dynamiclib -Wl,-single_module conftest.c" >&5
6403 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6404 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6405 _lt_result=$?
6406 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6407 lt_cv_apple_cc_single_mod=yes
6408 else
6409 cat conftest.err >&5
6410 fi
6411 rm -rf libconftest.dylib*
6412 rm -f conftest.*
6413 fi
6414fi
6415{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6416$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6418$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6419if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6420 $as_echo_n "(cached) " >&6
6421else
6422 lt_cv_ld_exported_symbols_list=no
6423 save_LDFLAGS=$LDFLAGS
6424 echo "_main" > conftest.sym
6425 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6427/* end confdefs.h. */
6428
6429int
6430main ()
6431{
6432
6433 ;
6434 return 0;
6435}
6436_ACEOF
6437if ac_fn_c_try_link "$LINENO"; then :
6438 lt_cv_ld_exported_symbols_list=yes
6439else
6440 lt_cv_ld_exported_symbols_list=no
6441fi
6442rm -f core conftest.err conftest.$ac_objext \
6443 conftest$ac_exeext conftest.$ac_ext
6444 LDFLAGS="$save_LDFLAGS"
6445
6446fi
6447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6448$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6450$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6451if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6452 $as_echo_n "(cached) " >&6
6453else
6454 lt_cv_ld_force_load=no
6455 cat > conftest.c << _LT_EOF
6456int forced_loaded() { return 2;}
6457_LT_EOF
6458 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6459 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6460 echo "$AR cru libconftest.a conftest.o" >&5
6461 $AR cru libconftest.a conftest.o 2>&5
6462 cat > conftest.c << _LT_EOF
6463int main() { return 0;}
6464_LT_EOF
6465 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6466 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6467 _lt_result=$?
6468 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6469 lt_cv_ld_force_load=yes
6470 else
6471 cat conftest.err >&5
6472 fi
6473 rm -f conftest.err libconftest.a conftest conftest.c
6474 rm -rf conftest.dSYM
6475
6476fi
6477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6478$as_echo "$lt_cv_ld_force_load" >&6; }
6479 case $host_os in
6480 rhapsody* | darwin1.[012])
6481 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6482 darwin1.*)
6483 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6484 darwin*) # darwin 5.x on
6485 # if running on 10.5 or later, the deployment target defaults
6486 # to the OS version, if on x86, and 10.4, the deployment
6487 # target defaults to 10.4. Don't you love it?
6488 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6489 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6490 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6491 10.[012][,.]*)
6bb11ab3
L
6492 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6493 10.*)
6494 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6495 esac
6496 ;;
6497 esac
6498 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6499 _lt_dar_single_mod='$single_module'
6500 fi
6501 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6502 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6503 else
6504 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6505 fi
6506 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6507 _lt_dsymutil='~$DSYMUTIL $lib || :'
6508 else
6509 _lt_dsymutil=
6510 fi
6511 ;;
6512 esac
6513
6514for ac_header in dlfcn.h
6515do :
6516 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6517"
d0ac1c44 6518if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6519 cat >>confdefs.h <<_ACEOF
6520#define HAVE_DLFCN_H 1
6521_ACEOF
6522
6523fi
6524
6525done
6526
6527
6528
ebe9564b 6529
6bb11ab3
L
6530ac_config_headers="$ac_config_headers config.h:config.in"
6531
6532
6533
0cb8d851
MF
6534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6535$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6536if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6537 $as_echo_n "(cached) " >&6
6538else
6539 ac_cv_c_bigendian=unknown
6540 # See if we're dealing with a universal compiler.
6541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6542/* end confdefs.h. */
6543#ifndef __APPLE_CC__
6544 not a universal capable compiler
6545 #endif
6546 typedef int dummy;
6547
6548_ACEOF
6549if ac_fn_c_try_compile "$LINENO"; then :
6550
6551 # Check for potential -arch flags. It is not universal unless
6552 # there are at least two -arch flags with different values.
6553 ac_arch=
6554 ac_prev=
6555 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6556 if test -n "$ac_prev"; then
6557 case $ac_word in
6558 i?86 | x86_64 | ppc | ppc64)
6559 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6560 ac_arch=$ac_word
6561 else
6562 ac_cv_c_bigendian=universal
6563 break
6564 fi
6565 ;;
6566 esac
6567 ac_prev=
6568 elif test "x$ac_word" = "x-arch"; then
6569 ac_prev=arch
6570 fi
6571 done
6572fi
6573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6574 if test $ac_cv_c_bigendian = unknown; then
6575 # See if sys/param.h defines the BYTE_ORDER macro.
6576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6577/* end confdefs.h. */
6578#include <sys/types.h>
6579 #include <sys/param.h>
6580
6581int
6582main ()
6583{
6584#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6585 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6586 && LITTLE_ENDIAN)
6587 bogus endian macros
6588 #endif
6589
6590 ;
6591 return 0;
6592}
6593_ACEOF
6594if ac_fn_c_try_compile "$LINENO"; then :
6595 # It does; now see whether it defined to BIG_ENDIAN or not.
6596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6597/* end confdefs.h. */
6598#include <sys/types.h>
6599 #include <sys/param.h>
6600
6601int
6602main ()
6603{
6604#if BYTE_ORDER != BIG_ENDIAN
6605 not big endian
6606 #endif
6607
6608 ;
6609 return 0;
6610}
6611_ACEOF
6612if ac_fn_c_try_compile "$LINENO"; then :
6613 ac_cv_c_bigendian=yes
6614else
6615 ac_cv_c_bigendian=no
6616fi
6617rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6618fi
6619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6620 fi
6621 if test $ac_cv_c_bigendian = unknown; then
6622 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6624/* end confdefs.h. */
6625#include <limits.h>
6626
6627int
6628main ()
6629{
6630#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6631 bogus endian macros
6632 #endif
6633
6634 ;
6635 return 0;
6636}
6637_ACEOF
6638if ac_fn_c_try_compile "$LINENO"; then :
6639 # It does; now see whether it defined to _BIG_ENDIAN or not.
6640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6641/* end confdefs.h. */
6642#include <limits.h>
6643
6644int
6645main ()
6646{
6647#ifndef _BIG_ENDIAN
6648 not big endian
6649 #endif
6650
6651 ;
6652 return 0;
6653}
6654_ACEOF
6655if ac_fn_c_try_compile "$LINENO"; then :
6656 ac_cv_c_bigendian=yes
6657else
6658 ac_cv_c_bigendian=no
6659fi
6660rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6661fi
6662rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6663 fi
6664 if test $ac_cv_c_bigendian = unknown; then
6665 # Compile a test program.
6666 if test "$cross_compiling" = yes; then :
6667 # Try to guess by grepping values from an object file.
6668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6669/* end confdefs.h. */
6670short int ascii_mm[] =
6671 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6672 short int ascii_ii[] =
6673 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6674 int use_ascii (int i) {
6675 return ascii_mm[i] + ascii_ii[i];
6676 }
6677 short int ebcdic_ii[] =
6678 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6679 short int ebcdic_mm[] =
6680 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6681 int use_ebcdic (int i) {
6682 return ebcdic_mm[i] + ebcdic_ii[i];
6683 }
6684 extern int foo;
6685
6686int
6687main ()
6688{
6689return use_ascii (foo) == use_ebcdic (foo);
6690 ;
6691 return 0;
6692}
6693_ACEOF
6694if ac_fn_c_try_compile "$LINENO"; then :
6695 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6696 ac_cv_c_bigendian=yes
6697 fi
6698 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6699 if test "$ac_cv_c_bigendian" = unknown; then
6700 ac_cv_c_bigendian=no
6701 else
6702 # finding both strings is unlikely to happen, but who knows?
6703 ac_cv_c_bigendian=unknown
6704 fi
6705 fi
6706fi
6707rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6708else
6709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6710/* end confdefs.h. */
6711$ac_includes_default
6712int
6713main ()
6714{
6715
6716 /* Are we little or big endian? From Harbison&Steele. */
6717 union
6718 {
6719 long int l;
6720 char c[sizeof (long int)];
6721 } u;
6722 u.l = 1;
6723 return u.c[sizeof (long int) - 1] == 1;
6724
6725 ;
6726 return 0;
6727}
6728_ACEOF
6729if ac_fn_c_try_run "$LINENO"; then :
6730 ac_cv_c_bigendian=no
6731else
6732 ac_cv_c_bigendian=yes
6733fi
6734rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6735 conftest.$ac_objext conftest.beam conftest.$ac_ext
6736fi
6737
6738 fi
6739fi
6740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6741$as_echo "$ac_cv_c_bigendian" >&6; }
6742 case $ac_cv_c_bigendian in #(
6743 yes)
6744 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6745;; #(
6746 no)
6747 ;; #(
6748 universal)
6749
6750$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6751
6752 ;; #(
6753 *)
d0ac1c44 6754 as_fn_error $? "unknown endianness
0cb8d851
MF
6755 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6756 esac
6757
6bb11ab3
L
6758
6759
6760
6761# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
6762if test -z "$CC_FOR_BUILD"; then
6763 if test "x$cross_compiling" = "xno"; then
6764 CC_FOR_BUILD='$(CC)'
6765 else
6766 CC_FOR_BUILD=gcc
6767 fi
6bb11ab3
L
6768fi
6769
6770
6771
a3e2cc64
MF
6772if test -n "$ac_tool_prefix"; then
6773 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6774set dummy ${ac_tool_prefix}ar; ac_word=$2
6775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6776$as_echo_n "checking for $ac_word... " >&6; }
6777if ${ac_cv_prog_AR+:} false; then :
6778 $as_echo_n "(cached) " >&6
6779else
6780 if test -n "$AR"; then
6781 ac_cv_prog_AR="$AR" # Let the user override the test.
6782else
6783as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6784for as_dir in $PATH
6785do
6786 IFS=$as_save_IFS
6787 test -z "$as_dir" && as_dir=.
6788 for ac_exec_ext in '' $ac_executable_extensions; do
6789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6790 ac_cv_prog_AR="${ac_tool_prefix}ar"
6791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6792 break 2
6793 fi
6794done
6795 done
6796IFS=$as_save_IFS
6797
6798fi
6799fi
6800AR=$ac_cv_prog_AR
6801if test -n "$AR"; then
6802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6803$as_echo "$AR" >&6; }
6804else
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6806$as_echo "no" >&6; }
6807fi
6808
6809
6810fi
6811if test -z "$ac_cv_prog_AR"; then
6812 ac_ct_AR=$AR
6813 # Extract the first word of "ar", so it can be a program name with args.
6814set dummy ar; ac_word=$2
6815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6816$as_echo_n "checking for $ac_word... " >&6; }
6817if ${ac_cv_prog_ac_ct_AR+:} false; then :
6818 $as_echo_n "(cached) " >&6
6819else
6820 if test -n "$ac_ct_AR"; then
6821 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6822else
6823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6824for as_dir in $PATH
6825do
6826 IFS=$as_save_IFS
6827 test -z "$as_dir" && as_dir=.
6828 for ac_exec_ext in '' $ac_executable_extensions; do
6829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6830 ac_cv_prog_ac_ct_AR="ar"
6831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6832 break 2
6833 fi
6834done
6835 done
6836IFS=$as_save_IFS
6837
6838fi
6839fi
6840ac_ct_AR=$ac_cv_prog_ac_ct_AR
6841if test -n "$ac_ct_AR"; then
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6843$as_echo "$ac_ct_AR" >&6; }
6844else
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6846$as_echo "no" >&6; }
6847fi
6848
6849 if test "x$ac_ct_AR" = x; then
6850 AR=""
6851 else
6852 case $cross_compiling:$ac_tool_warned in
6853yes:)
6854{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6855$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6856ac_tool_warned=yes ;;
6857esac
6858 AR=$ac_ct_AR
6859 fi
6860else
6861 AR="$ac_cv_prog_AR"
6862fi
6bb11ab3
L
6863
6864if test -n "$ac_tool_prefix"; then
6865 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6866set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6868$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6869if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6870 $as_echo_n "(cached) " >&6
6871else
6872 if test -n "$RANLIB"; then
6873 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6874else
6875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6876for as_dir in $PATH
6877do
6878 IFS=$as_save_IFS
6879 test -z "$as_dir" && as_dir=.
6880 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6882 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6884 break 2
6885 fi
6886done
6887 done
6888IFS=$as_save_IFS
6889
6890fi
6891fi
6892RANLIB=$ac_cv_prog_RANLIB
6893if test -n "$RANLIB"; then
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6895$as_echo "$RANLIB" >&6; }
6896else
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6898$as_echo "no" >&6; }
6899fi
6900
6901
6902fi
6903if test -z "$ac_cv_prog_RANLIB"; then
6904 ac_ct_RANLIB=$RANLIB
6905 # Extract the first word of "ranlib", so it can be a program name with args.
6906set dummy ranlib; ac_word=$2
6907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6908$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6909if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6910 $as_echo_n "(cached) " >&6
6911else
6912 if test -n "$ac_ct_RANLIB"; then
6913 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6914else
6915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6916for as_dir in $PATH
6917do
6918 IFS=$as_save_IFS
6919 test -z "$as_dir" && as_dir=.
6920 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6921 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6922 ac_cv_prog_ac_ct_RANLIB="ranlib"
6923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6924 break 2
6925 fi
6926done
6927 done
6928IFS=$as_save_IFS
6929
6930fi
6931fi
6932ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6933if test -n "$ac_ct_RANLIB"; then
6934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6935$as_echo "$ac_ct_RANLIB" >&6; }
6936else
6937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6938$as_echo "no" >&6; }
6939fi
6940
6941 if test "x$ac_ct_RANLIB" = x; then
6942 RANLIB=":"
6943 else
6944 case $cross_compiling:$ac_tool_warned in
6945yes:)
6946{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6947$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6948ac_tool_warned=yes ;;
6949esac
6950 RANLIB=$ac_ct_RANLIB
6951 fi
6952else
6953 RANLIB="$ac_cv_prog_RANLIB"
6954fi
6955
6956
46f900c0
MF
6957# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6958# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6959# is C99. So handle it ourselves.
6960:
6961C_DIALECT=
6962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6963$as_echo_n "checking whether C11 is supported by default... " >&6; }
6964cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6965/* end confdefs.h. */
6966
6967#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6968# error "C11 support not found"
6969#endif
6970
6971_ACEOF
6972if ac_fn_c_try_compile "$LINENO"; then :
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6974$as_echo "yes" >&6; }
6975else
6976
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6978$as_echo "no" >&6; }
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6980$as_echo_n "checking for -std=c11 support... " >&6; }
6981 ac_save_CC="$CC"
6982 CC="$CC -std=c11"
6983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6984/* end confdefs.h. */
6985
6986#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6987# error "C11 support not found"
6988#endif
6989
6990_ACEOF
6991if ac_fn_c_try_compile "$LINENO"; then :
6992
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6994$as_echo "yes" >&6; }
6995 CC="$ac_save_CC"
6996 C_DIALECT="-std=c11"
6997
6998else
6999 as_fn_error $? "C11 is required" "$LINENO" 5
7000fi
7001rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7002fi
7003rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7004
7005
6bb11ab3
L
7006# Some of the common include files depend on bfd.h, and bfd.h checks
7007# that config.h is included first by testing that the PACKAGE macro
7008# is defined.
7009PACKAGE=sim
7010
7011cat >>confdefs.h <<_ACEOF
7012#define PACKAGE "$PACKAGE"
7013_ACEOF
7014
7015
7016
7017# Dependency checking.
7018ac_config_commands="$ac_config_commands depdir"
7019
7020
7021depcc="$CC" am_compiler_list=
7022
7023am_depcomp=$ac_aux_dir/depcomp
7024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7025$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7026if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
7027 $as_echo_n "(cached) " >&6
7028else
7029 if test -f "$am_depcomp"; then
7030 # We make a subdir and do the tests there. Otherwise we can end up
7031 # making bogus files that we don't know about and never remove. For
7032 # instance it was reported that on HP-UX the gcc test will end up
7033 # making a dummy file named `D' -- because `-MD' means `put the output
7034 # in D'.
7035 mkdir conftest.dir
7036 # Copy depcomp to subdir because otherwise we won't find it if we're
7037 # using a relative directory.
7038 cp "$am_depcomp" conftest.dir
7039 cd conftest.dir
7040 # We will build objects and dependencies in a subdirectory because
7041 # it helps to detect inapplicable dependency modes. For instance
7042 # both Tru64's cc and ICC support -MD to output dependencies as a
7043 # side effect of compilation, but ICC will put the dependencies in
7044 # the current directory while Tru64 will put them in the object
7045 # directory.
7046 mkdir sub
7047
7048 am_cv_CC_dependencies_compiler_type=none
7049 if test "$am_compiler_list" = ""; then
7050 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7051 fi
7052 for depmode in $am_compiler_list; do
7053 if test $depmode = none; then break; fi
7054
7055 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7056 # Setup a source with many dependencies, because some compilers
7057 # like to wrap large dependency lists on column 80 (with \), and
7058 # we should not choose a depcomp mode which is confused by this.
7059 #
7060 # We need to recreate these files for each test, as the compiler may
7061 # overwrite some of them when testing with obscure command lines.
7062 # This happens at least with the AIX C compiler.
7063 : > sub/conftest.c
7064 for i in 1 2 3 4 5 6; do
7065 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7066 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7067 # Solaris 8's {/usr,}/bin/sh.
7068 touch sub/conftst$i.h
7069 done
7070 echo "include sub/conftest.Po" > confmf
7071
7072 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7073 # mode. It turns out that the SunPro C++ compiler does not properly
7074 # handle `-M -o', and we need to detect this.
7075 depcmd="depmode=$depmode \
7076 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7077 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7078 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7079 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7080 if env $depcmd > conftest.err 2>&1 &&
7081 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7082 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7083 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7084 # icc doesn't choke on unknown options, it will just issue warnings
7085 # or remarks (even with -Werror). So we grep stderr for any message
7086 # that says an option was ignored or not supported.
7087 # When given -MP, icc 7.0 and 7.1 complain thusly:
7088 # icc: Command line warning: ignoring option '-M'; no argument required
7089 # The diagnosis changed in icc 8.0:
7090 # icc: Command line remark: option '-MP' not supported
7091 if (grep 'ignoring option' conftest.err ||
7092 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7093 am_cv_CC_dependencies_compiler_type=$depmode
7094 $as_echo "$as_me:$LINENO: success" >&5
7095 break
7096 fi
7097 fi
7098 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7099 sed -e 's/^/| /' < conftest.err >&5
7100 done
7101
7102 cd ..
7103 rm -rf conftest.dir
7104else
7105 am_cv_CC_dependencies_compiler_type=none
7106fi
7107
7108fi
7109{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7110$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7111if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7112then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7113else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7114
7115fi
7116
7117
7118# Check for the 'make' the user wants to use.
7119for ac_prog in make
7120do
7121 # Extract the first word of "$ac_prog", so it can be a program name with args.
7122set dummy $ac_prog; ac_word=$2
7123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7124$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7125if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7126 $as_echo_n "(cached) " >&6
7127else
7128 if test -n "$MAKE"; then
7129 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7130else
7131as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7132for as_dir in $PATH
7133do
7134 IFS=$as_save_IFS
7135 test -z "$as_dir" && as_dir=.
7136 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7137 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7138 ac_cv_prog_MAKE="$ac_prog"
7139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7140 break 2
7141 fi
7142done
7143 done
7144IFS=$as_save_IFS
7145
7146fi
7147fi
7148MAKE=$ac_cv_prog_MAKE
7149if test -n "$MAKE"; then
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7151$as_echo "$MAKE" >&6; }
7152else
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7154$as_echo "no" >&6; }
7155fi
7156
7157
7158 test -n "$MAKE" && break
7159done
7160
7161MAKE_IS_GNU=
7162case "`$MAKE --version 2>&1 | sed 1q`" in
7163 *GNU*)
7164 MAKE_IS_GNU=yes
7165 ;;
7166esac
7167 if test "$MAKE_IS_GNU" = yes; then
7168 GMAKE_TRUE=
7169 GMAKE_FALSE='#'
7170else
7171 GMAKE_TRUE='#'
7172 GMAKE_FALSE=
7173fi
7174
7175
7176ALL_LINGUAS=
7177# If we haven't got the data from the intl directory,
7178# assume NLS is disabled.
7179USE_NLS=no
7180LIBINTL=
7181LIBINTL_DEP=
7182INCINTL=
7183XGETTEXT=
7184GMSGFMT=
7185POSUB=
7186
7187if test -f ../../intl/config.intl; then
7188 . ../../intl/config.intl
7189fi
7190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7191$as_echo_n "checking whether NLS is requested... " >&6; }
7192if test x"$USE_NLS" != xyes; then
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7194$as_echo "no" >&6; }
7195else
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7197$as_echo "yes" >&6; }
7198
7199$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7200
7201
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7203$as_echo_n "checking for catalogs to be installed... " >&6; }
7204 # Look for .po and .gmo files in the source directory.
7205 CATALOGS=
7206 XLINGUAS=
7207 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7208 # If there aren't any .gmo files the shell will give us the
7209 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7210 # weeded out.
7211 case "$cat" in *\**)
7212 continue;;
7213 esac
7214 # The quadruple backslash is collapsed to a double backslash
7215 # by the backticks, then collapsed again by the double quotes,
7216 # leaving us with one backslash in the sed expression (right
7217 # before the dot that mustn't act as a wildcard).
7218 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7219 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7220 # The user is allowed to set LINGUAS to a list of languages to
7221 # install catalogs for. If it's empty that means "all of them."
7222 if test "x$LINGUAS" = x; then
7223 CATALOGS="$CATALOGS $cat"
7224 XLINGUAS="$XLINGUAS $lang"
7225 else
7226 case "$LINGUAS" in *$lang*)
7227 CATALOGS="$CATALOGS $cat"
7228 XLINGUAS="$XLINGUAS $lang"
7229 ;;
7230 esac
7231 fi
7232 done
7233 LINGUAS="$XLINGUAS"
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7235$as_echo "$LINGUAS" >&6; }
7236
7237
7238 DATADIRNAME=share
7239
7240 INSTOBJEXT=.mo
7241
7242 GENCAT=gencat
7243
7244 CATOBJEXT=.gmo
7245
7246fi
7247
7248# Check for common headers.
68ed2854
MF
7249# NB: You can assume C11 headers exist.
7250for ac_header in unistd.h
6bb11ab3 7251do :
68ed2854
MF
7252 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7253if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7254 cat >>confdefs.h <<_ACEOF
68ed2854 7255#define HAVE_UNISTD_H 1
6bb11ab3
L
7256_ACEOF
7257
7258fi
7259
7260done
7261
936df756 7262for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7263do :
7264 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7265ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7266if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7267 cat >>confdefs.h <<_ACEOF
7268#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7269_ACEOF
7270
7271fi
7272
7273done
7274
7275for ac_header in fcntl.h fpu_control.h
7276do :
7277 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7278ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7279if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7280 cat >>confdefs.h <<_ACEOF
7281#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7282_ACEOF
7283
7284fi
7285
7286done
7287
68ed2854 7288for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7289do :
7290 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7291ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7292if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7293 cat >>confdefs.h <<_ACEOF
7294#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7295_ACEOF
7296
7297fi
7298
7299done
7300
7301for ac_func in getrusage time sigaction __setfpucw
7302do :
7303 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7304ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7305if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
7306 cat >>confdefs.h <<_ACEOF
7307#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7308_ACEOF
7309
7310fi
7311done
7312
936df756
MF
7313for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7314do :
7315 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7316ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7317if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
7318 cat >>confdefs.h <<_ACEOF
7319#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7320_ACEOF
7321
7322fi
7323done
7324
7325ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7326#include <sys/types.h>
7327#endif
7328#ifdef HAVE_SYS_STAT_H
7329#include <sys/stat.h>
7330#endif
7331"
d0ac1c44 7332if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7333
7334cat >>confdefs.h <<_ACEOF
7335#define HAVE_STRUCT_STAT_ST_DEV 1
7336_ACEOF
7337
7338
7339fi
7340ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7341#include <sys/types.h>
7342#endif
7343#ifdef HAVE_SYS_STAT_H
7344#include <sys/stat.h>
7345#endif
7346"
d0ac1c44 7347if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7348
7349cat >>confdefs.h <<_ACEOF
7350#define HAVE_STRUCT_STAT_ST_INO 1
7351_ACEOF
7352
7353
7354fi
7355ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7356#include <sys/types.h>
7357#endif
7358#ifdef HAVE_SYS_STAT_H
7359#include <sys/stat.h>
7360#endif
7361"
d0ac1c44 7362if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7363
7364cat >>confdefs.h <<_ACEOF
7365#define HAVE_STRUCT_STAT_ST_MODE 1
7366_ACEOF
7367
7368
7369fi
7370ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7371#include <sys/types.h>
7372#endif
7373#ifdef HAVE_SYS_STAT_H
7374#include <sys/stat.h>
7375#endif
7376"
d0ac1c44 7377if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7378
7379cat >>confdefs.h <<_ACEOF
7380#define HAVE_STRUCT_STAT_ST_NLINK 1
7381_ACEOF
7382
7383
7384fi
7385ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7386#include <sys/types.h>
7387#endif
7388#ifdef HAVE_SYS_STAT_H
7389#include <sys/stat.h>
7390#endif
7391"
d0ac1c44 7392if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7393
7394cat >>confdefs.h <<_ACEOF
7395#define HAVE_STRUCT_STAT_ST_UID 1
7396_ACEOF
7397
7398
7399fi
7400ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7401#include <sys/types.h>
7402#endif
7403#ifdef HAVE_SYS_STAT_H
7404#include <sys/stat.h>
7405#endif
7406"
d0ac1c44 7407if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7408
7409cat >>confdefs.h <<_ACEOF
7410#define HAVE_STRUCT_STAT_ST_GID 1
7411_ACEOF
7412
7413
7414fi
7415ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7416#include <sys/types.h>
7417#endif
7418#ifdef HAVE_SYS_STAT_H
7419#include <sys/stat.h>
7420#endif
7421"
d0ac1c44 7422if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7423
7424cat >>confdefs.h <<_ACEOF
7425#define HAVE_STRUCT_STAT_ST_RDEV 1
7426_ACEOF
7427
7428
7429fi
7430ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7431#include <sys/types.h>
7432#endif
7433#ifdef HAVE_SYS_STAT_H
7434#include <sys/stat.h>
7435#endif
7436"
d0ac1c44 7437if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7438
7439cat >>confdefs.h <<_ACEOF
7440#define HAVE_STRUCT_STAT_ST_SIZE 1
7441_ACEOF
7442
7443
7444fi
7445ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7446#include <sys/types.h>
7447#endif
7448#ifdef HAVE_SYS_STAT_H
7449#include <sys/stat.h>
7450#endif
7451"
d0ac1c44 7452if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7453
7454cat >>confdefs.h <<_ACEOF
7455#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7456_ACEOF
7457
7458
7459fi
7460ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7461#include <sys/types.h>
7462#endif
7463#ifdef HAVE_SYS_STAT_H
7464#include <sys/stat.h>
7465#endif
7466"
d0ac1c44 7467if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7468
7469cat >>confdefs.h <<_ACEOF
7470#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7471_ACEOF
7472
7473
7474fi
7475ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7476#include <sys/types.h>
7477#endif
7478#ifdef HAVE_SYS_STAT_H
7479#include <sys/stat.h>
7480#endif
7481"
d0ac1c44 7482if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7483
7484cat >>confdefs.h <<_ACEOF
7485#define HAVE_STRUCT_STAT_ST_ATIME 1
7486_ACEOF
7487
7488
7489fi
7490ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7491#include <sys/types.h>
7492#endif
7493#ifdef HAVE_SYS_STAT_H
7494#include <sys/stat.h>
7495#endif
7496"
d0ac1c44 7497if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7498
7499cat >>confdefs.h <<_ACEOF
7500#define HAVE_STRUCT_STAT_ST_MTIME 1
7501_ACEOF
7502
7503
7504fi
7505ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7506#include <sys/types.h>
7507#endif
7508#ifdef HAVE_SYS_STAT_H
7509#include <sys/stat.h>
7510#endif
7511"
d0ac1c44 7512if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7513
7514cat >>confdefs.h <<_ACEOF
7515#define HAVE_STRUCT_STAT_ST_CTIME 1
7516_ACEOF
7517
7518
7519fi
7520
7521ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7522#include <sys/socket.h>
7523
7524"
d0ac1c44 7525if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7526
7527cat >>confdefs.h <<_ACEOF
7528#define HAVE_SOCKLEN_T 1
7529_ACEOF
7530
7531
7532fi
7533
6bb11ab3
L
7534
7535# Check for socket libraries
7536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7537$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7538if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7539 $as_echo_n "(cached) " >&6
7540else
7541 ac_check_lib_save_LIBS=$LIBS
7542LIBS="-lsocket $LIBS"
7543cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7544/* end confdefs.h. */
7545
7546/* Override any GCC internal prototype to avoid an error.
7547 Use char because int might match the return type of a GCC
7548 builtin and then its argument prototype would still apply. */
7549#ifdef __cplusplus
7550extern "C"
7551#endif
7552char bind ();
7553int
7554main ()
7555{
7556return bind ();
7557 ;
7558 return 0;
7559}
7560_ACEOF
7561if ac_fn_c_try_link "$LINENO"; then :
7562 ac_cv_lib_socket_bind=yes
7563else
7564 ac_cv_lib_socket_bind=no
7565fi
7566rm -f core conftest.err conftest.$ac_objext \
7567 conftest$ac_exeext conftest.$ac_ext
7568LIBS=$ac_check_lib_save_LIBS
7569fi
7570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7571$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7572if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7573 cat >>confdefs.h <<_ACEOF
7574#define HAVE_LIBSOCKET 1
7575_ACEOF
7576
7577 LIBS="-lsocket $LIBS"
7578
7579fi
7580
7581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7582$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7583if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7584 $as_echo_n "(cached) " >&6
7585else
7586 ac_check_lib_save_LIBS=$LIBS
7587LIBS="-lnsl $LIBS"
7588cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7589/* end confdefs.h. */
7590
7591/* Override any GCC internal prototype to avoid an error.
7592 Use char because int might match the return type of a GCC
7593 builtin and then its argument prototype would still apply. */
7594#ifdef __cplusplus
7595extern "C"
7596#endif
7597char gethostbyname ();
7598int
7599main ()
7600{
7601return gethostbyname ();
7602 ;
7603 return 0;
7604}
7605_ACEOF
7606if ac_fn_c_try_link "$LINENO"; then :
7607 ac_cv_lib_nsl_gethostbyname=yes
7608else
7609 ac_cv_lib_nsl_gethostbyname=no
7610fi
7611rm -f core conftest.err conftest.$ac_objext \
7612 conftest$ac_exeext conftest.$ac_ext
7613LIBS=$ac_check_lib_save_LIBS
7614fi
7615{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7616$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7617if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7618 cat >>confdefs.h <<_ACEOF
7619#define HAVE_LIBNSL 1
7620_ACEOF
7621
7622 LIBS="-lnsl $LIBS"
7623
7624fi
7625
7626
7627# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7628# using the same condition.
7629
aadc9410 7630 # Use the system's zlib library.
7fed4b0b
L
7631 zlibdir="-L\$(top_builddir)/../zlib"
7632 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7633
aadc9410
MF
7634# Check whether --with-system-zlib was given.
7635if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7636 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7637 zlibdir=
7638 zlibinc=
7639 fi
6bb11ab3
L
7640
7641fi
7642
6bb11ab3 7643
6bb11ab3 7644
6bb11ab3
L
7645
7646
7647# BFD uses libdl when when plugins enabled.
7648
faa743bb
RM
7649 maybe_plugins=no
7650 for ac_header in dlfcn.h
7651do :
7652 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7653"
d0ac1c44 7654if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7655 cat >>confdefs.h <<_ACEOF
7656#define HAVE_DLFCN_H 1
7657_ACEOF
7658 maybe_plugins=yes
7659fi
7660
7661done
7662
7663 for ac_header in windows.h
7664do :
7665 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7666"
d0ac1c44 7667if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7668 cat >>confdefs.h <<_ACEOF
7669#define HAVE_WINDOWS_H 1
7670_ACEOF
7671 maybe_plugins=yes
7672fi
7673
7674done
7675
7676
7677 # Check whether --enable-plugins was given.
6bb11ab3
L
7678if test "${enable_plugins+set}" = set; then :
7679 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7680 no) plugins=no ;;
7681 *) plugins=yes
7682 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7683 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7684 fi ;;
7685 esac
6bb11ab3 7686else
faa743bb
RM
7687 plugins=$maybe_plugins
7688
6bb11ab3
L
7689fi
7690
2974be62 7691 if test "$plugins" = "yes"; then
37f980dc
SM
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7693$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7694if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7695 $as_echo_n "(cached) " >&6
7696else
7697 ac_func_search_save_LIBS=$LIBS
7698cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7699/* end confdefs.h. */
7700
7701/* Override any GCC internal prototype to avoid an error.
7702 Use char because int might match the return type of a GCC
7703 builtin and then its argument prototype would still apply. */
7704#ifdef __cplusplus
7705extern "C"
7706#endif
37f980dc 7707char dlsym ();
2974be62
AM
7708int
7709main ()
7710{
37f980dc 7711return dlsym ();
2974be62
AM
7712 ;
7713 return 0;
7714}
7715_ACEOF
7716for ac_lib in '' dl; do
7717 if test -z "$ac_lib"; then
7718 ac_res="none required"
7719 else
7720 ac_res=-l$ac_lib
7721 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7722 fi
7723 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7724 ac_cv_search_dlsym=$ac_res
2974be62
AM
7725fi
7726rm -f core conftest.err conftest.$ac_objext \
7727 conftest$ac_exeext
d0ac1c44 7728 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7729 break
7730fi
7731done
d0ac1c44 7732if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7733
7734else
37f980dc 7735 ac_cv_search_dlsym=no
2974be62
AM
7736fi
7737rm conftest.$ac_ext
7738LIBS=$ac_func_search_save_LIBS
7739fi
37f980dc
SM
7740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7741$as_echo "$ac_cv_search_dlsym" >&6; }
7742ac_res=$ac_cv_search_dlsym
2974be62
AM
7743if test "$ac_res" != no; then :
7744 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7745
7746fi
7747
7748 fi
6bb11ab3
L
7749
7750 if test "$plugins" = yes; then
7751 PLUGINS_TRUE=
7752 PLUGINS_FALSE='#'
7753else
7754 PLUGINS_TRUE='#'
7755 PLUGINS_FALSE=
7756fi
7757
7758
7759
7760
7761
7762# Set options
7763enable_dlopen=yes
7764
7765
7766
7767
7768 enable_win32_dll=no
7769
7770
7771 # Check whether --enable-shared was given.
7772if test "${enable_shared+set}" = set; then :
7773 enableval=$enable_shared; p=${PACKAGE-default}
7774 case $enableval in
7775 yes) enable_shared=yes ;;
7776 no) enable_shared=no ;;
7777 *)
7778 enable_shared=no
7779 # Look at the argument we got. We use all the common list separators.
7780 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7781 for pkg in $enableval; do
7782 IFS="$lt_save_ifs"
7783 if test "X$pkg" = "X$p"; then
7784 enable_shared=yes
7785 fi
7786 done
7787 IFS="$lt_save_ifs"
7788 ;;
7789 esac
7790else
7791 enable_shared=yes
7792fi
7793
7794
7795
7796
7797
7798
7799
7800
7801
7802 # Check whether --enable-static was given.
7803if test "${enable_static+set}" = set; then :
7804 enableval=$enable_static; p=${PACKAGE-default}
7805 case $enableval in
7806 yes) enable_static=yes ;;
7807 no) enable_static=no ;;
7808 *)
7809 enable_static=no
7810 # Look at the argument we got. We use all the common list separators.
7811 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7812 for pkg in $enableval; do
7813 IFS="$lt_save_ifs"
7814 if test "X$pkg" = "X$p"; then
7815 enable_static=yes
7816 fi
7817 done
7818 IFS="$lt_save_ifs"
7819 ;;
7820 esac
7821else
7822 enable_static=yes
7823fi
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834# Check whether --with-pic was given.
7835if test "${with_pic+set}" = set; then :
7836 withval=$with_pic; pic_mode="$withval"
7837else
7838 pic_mode=default
7839fi
7840
7841
7842test -z "$pic_mode" && pic_mode=default
7843
7844
7845
7846
7847
7848
7849
7850 # Check whether --enable-fast-install was given.
7851if test "${enable_fast_install+set}" = set; then :
7852 enableval=$enable_fast_install; p=${PACKAGE-default}
7853 case $enableval in
7854 yes) enable_fast_install=yes ;;
7855 no) enable_fast_install=no ;;
7856 *)
7857 enable_fast_install=no
7858 # Look at the argument we got. We use all the common list separators.
7859 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7860 for pkg in $enableval; do
7861 IFS="$lt_save_ifs"
7862 if test "X$pkg" = "X$p"; then
7863 enable_fast_install=yes
7864 fi
7865 done
7866 IFS="$lt_save_ifs"
7867 ;;
7868 esac
7869else
7870 enable_fast_install=yes
7871fi
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883# This can be used to rebuild libtool when needed
7884LIBTOOL_DEPS="$ltmain"
7885
7886# Always use our own libtool.
7887LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914test -z "$LN_S" && LN_S="ln -s"
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929if test -n "${ZSH_VERSION+set}" ; then
7930 setopt NO_GLOB_SUBST
b7026657 7931fi
b7026657 7932
6bb11ab3
L
7933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7934$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7935if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7936 $as_echo_n "(cached) " >&6
7937else
7938 rm -f .libs 2>/dev/null
7939mkdir .libs 2>/dev/null
7940if test -d .libs; then
7941 lt_cv_objdir=.libs
7942else
7943 # MS-DOS does not allow filenames that begin with a dot.
7944 lt_cv_objdir=_libs
7945fi
7946rmdir .libs 2>/dev/null
7947fi
7948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7949$as_echo "$lt_cv_objdir" >&6; }
7950objdir=$lt_cv_objdir
7951
7952
7953
7954
7955
7956cat >>confdefs.h <<_ACEOF
7957#define LT_OBJDIR "$lt_cv_objdir/"
7958_ACEOF
7959
7960
7961
7962
7963case $host_os in
7964aix3*)
7965 # AIX sometimes has problems with the GCC collect2 program. For some
7966 # reason, if we set the COLLECT_NAMES environment variable, the problems
7967 # vanish in a puff of smoke.
7968 if test "X${COLLECT_NAMES+set}" != Xset; then
7969 COLLECT_NAMES=
7970 export COLLECT_NAMES
7971 fi
7972 ;;
81ecdfbb 7973esac
6bb11ab3
L
7974
7975# Global variables:
7976ofile=libtool
7977can_build_shared=yes
7978
7979# All known linkers require a `.a' archive for static linking (except MSVC,
7980# which needs '.lib').
7981libext=a
7982
7983with_gnu_ld="$lt_cv_prog_gnu_ld"
7984
7985old_CC="$CC"
7986old_CFLAGS="$CFLAGS"
7987
7988# Set sane defaults for various variables
7989test -z "$CC" && CC=cc
7990test -z "$LTCC" && LTCC=$CC
7991test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7992test -z "$LD" && LD=ld
7993test -z "$ac_objext" && ac_objext=o
7994
7995for cc_temp in $compiler""; do
7996 case $cc_temp in
7997 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7998 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7999 \-*) ;;
8000 *) break;;
8001 esac
8002done
8003cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8004
8005
8006# Only perform the check for file, if the check method requires it
8007test -z "$MAGIC_CMD" && MAGIC_CMD=file
8008case $deplibs_check_method in
8009file_magic*)
8010 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8012$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8013if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8014 $as_echo_n "(cached) " >&6
8015else
8016 case $MAGIC_CMD in
8017[\\/*] | ?:[\\/]*)
8018 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8019 ;;
8020*)
8021 lt_save_MAGIC_CMD="$MAGIC_CMD"
8022 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8023 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8024 for ac_dir in $ac_dummy; do
8025 IFS="$lt_save_ifs"
8026 test -z "$ac_dir" && ac_dir=.
8027 if test -f $ac_dir/${ac_tool_prefix}file; then
8028 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8029 if test -n "$file_magic_test_file"; then
8030 case $deplibs_check_method in
8031 "file_magic "*)
8032 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8033 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8034 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8035 $EGREP "$file_magic_regex" > /dev/null; then
8036 :
8037 else
8038 cat <<_LT_EOF 1>&2
8039
8040*** Warning: the command libtool uses to detect shared libraries,
8041*** $file_magic_cmd, produces output that libtool cannot recognize.
8042*** The result is that libtool may fail to recognize shared libraries
8043*** as such. This will affect the creation of libtool libraries that
8044*** depend on shared libraries, but programs linked with such libtool
8045*** libraries will work regardless of this problem. Nevertheless, you
8046*** may want to report the problem to your system manager and/or to
8047*** bug-libtool@gnu.org
8048
8049_LT_EOF
8050 fi ;;
8051 esac
8052 fi
8053 break
f0569246 8054 fi
6bb11ab3
L
8055 done
8056 IFS="$lt_save_ifs"
8057 MAGIC_CMD="$lt_save_MAGIC_CMD"
8058 ;;
8059esac
f0569246 8060fi
f0569246 8061
6bb11ab3
L
8062MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8063if test -n "$MAGIC_CMD"; then
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8065$as_echo "$MAGIC_CMD" >&6; }
8066else
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8068$as_echo "no" >&6; }
8069fi
81ecdfbb 8070
6bb11ab3
L
8071
8072
8073
8074
8075if test -z "$lt_cv_path_MAGIC_CMD"; then
8076 if test -n "$ac_tool_prefix"; then
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8078$as_echo_n "checking for file... " >&6; }
d0ac1c44 8079if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8080 $as_echo_n "(cached) " >&6
8081else
8082 case $MAGIC_CMD in
8083[\\/*] | ?:[\\/]*)
8084 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8085 ;;
8086*)
8087 lt_save_MAGIC_CMD="$MAGIC_CMD"
8088 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8089 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8090 for ac_dir in $ac_dummy; do
8091 IFS="$lt_save_ifs"
8092 test -z "$ac_dir" && ac_dir=.
8093 if test -f $ac_dir/file; then
8094 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8095 if test -n "$file_magic_test_file"; then
8096 case $deplibs_check_method in
8097 "file_magic "*)
8098 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8099 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8100 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8101 $EGREP "$file_magic_regex" > /dev/null; then
8102 :
8103 else
8104 cat <<_LT_EOF 1>&2
8105
8106*** Warning: the command libtool uses to detect shared libraries,
8107*** $file_magic_cmd, produces output that libtool cannot recognize.
8108*** The result is that libtool may fail to recognize shared libraries
8109*** as such. This will affect the creation of libtool libraries that
8110*** depend on shared libraries, but programs linked with such libtool
8111*** libraries will work regardless of this problem. Nevertheless, you
8112*** may want to report the problem to your system manager and/or to
8113*** bug-libtool@gnu.org
8114
8115_LT_EOF
8116 fi ;;
8117 esac
8118 fi
8119 break
8120 fi
8121 done
8122 IFS="$lt_save_ifs"
8123 MAGIC_CMD="$lt_save_MAGIC_CMD"
8124 ;;
81ecdfbb 8125esac
6bb11ab3
L
8126fi
8127
8128MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8129if test -n "$MAGIC_CMD"; then
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8131$as_echo "$MAGIC_CMD" >&6; }
8132else
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8134$as_echo "no" >&6; }
8135fi
8136
8137
8138 else
8139 MAGIC_CMD=:
8140 fi
8141fi
8142
8143 fi
8144 ;;
8145esac
8146
8147# Use C for the default configuration in the libtool script
8148
8149lt_save_CC="$CC"
8150ac_ext=c
8151ac_cpp='$CPP $CPPFLAGS'
8152ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8153ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8154ac_compiler_gnu=$ac_cv_c_compiler_gnu
8155
8156
8157# Source file extension for C test sources.
8158ac_ext=c
8159
8160# Object file extension for compiled C test sources.
8161objext=o
8162objext=$objext
8163
8164# Code to be used in simple compile tests
8165lt_simple_compile_test_code="int some_variable = 0;"
8166
8167# Code to be used in simple link tests
8168lt_simple_link_test_code='int main(){return(0);}'
8169
8170
8171
8172
8173
8174
8175
8176# If no C compiler was specified, use CC.
8177LTCC=${LTCC-"$CC"}
8178
8179# If no C compiler flags were specified, use CFLAGS.
8180LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8181
8182# Allow CC to be a program name with arguments.
8183compiler=$CC
8184
8185# Save the default compiler, since it gets overwritten when the other
8186# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8187compiler_DEFAULT=$CC
8188
8189# save warnings/boilerplate of simple test code
8190ac_outfile=conftest.$ac_objext
8191echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8192eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8193_lt_compiler_boilerplate=`cat conftest.err`
8194$RM conftest*
8195
8196ac_outfile=conftest.$ac_objext
8197echo "$lt_simple_link_test_code" >conftest.$ac_ext
8198eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8199_lt_linker_boilerplate=`cat conftest.err`
8200$RM -r conftest*
8201
8202
8203## CAVEAT EMPTOR:
8204## There is no encapsulation within the following macros, do not change
8205## the running order or otherwise move them around unless you know exactly
8206## what you are doing...
8207if test -n "$compiler"; then
8208
8209lt_prog_compiler_no_builtin_flag=
8210
8211if test "$GCC" = yes; then
8212 case $cc_basename in
8213 nvcc*)
8214 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8215 *)
8216 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8217 esac
6bb11ab3
L
8218
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8220$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8221if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8222 $as_echo_n "(cached) " >&6
f0569246 8223else
6bb11ab3
L
8224 lt_cv_prog_compiler_rtti_exceptions=no
8225 ac_outfile=conftest.$ac_objext
8226 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8227 lt_compiler_flag="-fno-rtti -fno-exceptions"
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 # The option is referenced via a variable to avoid confusing sed.
8233 lt_compile=`echo "$ac_compile" | $SED \
8234 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8235 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8236 -e 's:$: $lt_compiler_flag:'`
8237 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8238 (eval "$lt_compile" 2>conftest.err)
8239 ac_status=$?
8240 cat conftest.err >&5
8241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8242 if (exit $ac_status) && test -s "$ac_outfile"; then
8243 # The compiler can only warn and ignore the option if not recognized
8244 # So say no if there are warnings other than the usual output.
8245 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8246 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8247 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8248 lt_cv_prog_compiler_rtti_exceptions=yes
8249 fi
8250 fi
8251 $RM conftest*
8252
f0569246 8253fi
6bb11ab3
L
8254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8255$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8256
8257if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8258 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8259else
8260 :
8261fi
8262
8263fi
8264
8265
8266
8267
8268
8269
8270 lt_prog_compiler_wl=
8271lt_prog_compiler_pic=
8272lt_prog_compiler_static=
8273
8274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8275$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8276
8277 if test "$GCC" = yes; then
8278 lt_prog_compiler_wl='-Wl,'
8279 lt_prog_compiler_static='-static'
8280
8281 case $host_os in
8282 aix*)
8283 # All AIX code is PIC.
8284 if test "$host_cpu" = ia64; then
8285 # AIX 5 now supports IA64 processor
8286 lt_prog_compiler_static='-Bstatic'
8287 fi
8288 lt_prog_compiler_pic='-fPIC'
8289 ;;
8290
8291 amigaos*)
8292 case $host_cpu in
8293 powerpc)
8294 # see comment about AmigaOS4 .so support
8295 lt_prog_compiler_pic='-fPIC'
8296 ;;
8297 m68k)
8298 # FIXME: we need at least 68020 code to build shared libraries, but
8299 # adding the `-m68020' flag to GCC prevents building anything better,
8300 # like `-m68040'.
8301 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8302 ;;
8303 esac
8304 ;;
8305
8306 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8307 # PIC is the default for these OSes.
8308 ;;
8309
8310 mingw* | cygwin* | pw32* | os2* | cegcc*)
8311 # This hack is so that the source file can tell whether it is being
8312 # built for inclusion in a dll (and should export symbols for example).
8313 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8314 # (--disable-auto-import) libraries
8315 lt_prog_compiler_pic='-DDLL_EXPORT'
8316 ;;
8317
8318 darwin* | rhapsody*)
8319 # PIC is the default on this platform
8320 # Common symbols not allowed in MH_DYLIB files
8321 lt_prog_compiler_pic='-fno-common'
8322 ;;
8323
8324 haiku*)
8325 # PIC is the default for Haiku.
8326 # The "-static" flag exists, but is broken.
8327 lt_prog_compiler_static=
8328 ;;
8329
8330 hpux*)
8331 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8332 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8333 # sets the default TLS model and affects inlining.
8334 case $host_cpu in
8335 hppa*64*)
8336 # +Z the default
8337 ;;
8338 *)
8339 lt_prog_compiler_pic='-fPIC'
8340 ;;
8341 esac
8342 ;;
8343
8344 interix[3-9]*)
8345 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8346 # Instead, we relocate shared libraries at runtime.
8347 ;;
8348
8349 msdosdjgpp*)
8350 # Just because we use GCC doesn't mean we suddenly get shared libraries
8351 # on systems that don't support them.
8352 lt_prog_compiler_can_build_shared=no
8353 enable_shared=no
8354 ;;
8355
8356 *nto* | *qnx*)
8357 # QNX uses GNU C++, but need to define -shared option too, otherwise
8358 # it will coredump.
8359 lt_prog_compiler_pic='-fPIC -shared'
8360 ;;
8361
8362 sysv4*MP*)
8363 if test -d /usr/nec; then
8364 lt_prog_compiler_pic=-Kconform_pic
8365 fi
8366 ;;
8367
8368 *)
8369 lt_prog_compiler_pic='-fPIC'
8370 ;;
8371 esac
8372
8373 case $cc_basename in
8374 nvcc*) # Cuda Compiler Driver 2.2
8375 lt_prog_compiler_wl='-Xlinker '
8376 lt_prog_compiler_pic='-Xcompiler -fPIC'
8377 ;;
8378 esac
8379 else
8380 # PORTME Check for flag to pass linker flags through the system compiler.
8381 case $host_os in
8382 aix*)
8383 lt_prog_compiler_wl='-Wl,'
8384 if test "$host_cpu" = ia64; then
8385 # AIX 5 now supports IA64 processor
8386 lt_prog_compiler_static='-Bstatic'
8387 else
8388 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8389 fi
8390 ;;
8391
8392 mingw* | cygwin* | pw32* | os2* | cegcc*)
8393 # This hack is so that the source file can tell whether it is being
8394 # built for inclusion in a dll (and should export symbols for example).
8395 lt_prog_compiler_pic='-DDLL_EXPORT'
8396 ;;
8397
8398 hpux9* | hpux10* | hpux11*)
8399 lt_prog_compiler_wl='-Wl,'
8400 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8401 # not for PA HP-UX.
8402 case $host_cpu in
8403 hppa*64*|ia64*)
8404 # +Z the default
8405 ;;
8406 *)
8407 lt_prog_compiler_pic='+Z'
8408 ;;
8409 esac
8410 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8411 lt_prog_compiler_static='${wl}-a ${wl}archive'
8412 ;;
8413
8414 irix5* | irix6* | nonstopux*)
8415 lt_prog_compiler_wl='-Wl,'
8416 # PIC (with -KPIC) is the default.
8417 lt_prog_compiler_static='-non_shared'
8418 ;;
8419
8420 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8421 case $cc_basename in
8422 # old Intel for x86_64 which still supported -KPIC.
8423 ecc*)
8424 lt_prog_compiler_wl='-Wl,'
8425 lt_prog_compiler_pic='-KPIC'
8426 lt_prog_compiler_static='-static'
8427 ;;
8428 # icc used to be incompatible with GCC.
8429 # ICC 10 doesn't accept -KPIC any more.
8430 icc* | ifort*)
8431 lt_prog_compiler_wl='-Wl,'
8432 lt_prog_compiler_pic='-fPIC'
8433 lt_prog_compiler_static='-static'
8434 ;;
8435 # Lahey Fortran 8.1.
8436 lf95*)
8437 lt_prog_compiler_wl='-Wl,'
8438 lt_prog_compiler_pic='--shared'
8439 lt_prog_compiler_static='--static'
8440 ;;
8441 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8442 # Portland Group compilers (*not* the Pentium gcc compiler,
8443 # which looks to be a dead project)
8444 lt_prog_compiler_wl='-Wl,'
8445 lt_prog_compiler_pic='-fpic'
8446 lt_prog_compiler_static='-Bstatic'
8447 ;;
8448 ccc*)
8449 lt_prog_compiler_wl='-Wl,'
8450 # All Alpha code is PIC.
8451 lt_prog_compiler_static='-non_shared'
8452 ;;
8453 xl* | bgxl* | bgf* | mpixl*)
8454 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8455 lt_prog_compiler_wl='-Wl,'
8456 lt_prog_compiler_pic='-qpic'
8457 lt_prog_compiler_static='-qstaticlink'
8458 ;;
8459 *)
8460 case `$CC -V 2>&1 | sed 5q` in
8461 *Sun\ F* | *Sun*Fortran*)
8462 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8463 lt_prog_compiler_pic='-KPIC'
8464 lt_prog_compiler_static='-Bstatic'
8465 lt_prog_compiler_wl=''
8466 ;;
8467 *Sun\ C*)
8468 # Sun C 5.9
8469 lt_prog_compiler_pic='-KPIC'
8470 lt_prog_compiler_static='-Bstatic'
8471 lt_prog_compiler_wl='-Wl,'
8472 ;;
8473 esac
8474 ;;
8475 esac
8476 ;;
8477
8478 newsos6)
8479 lt_prog_compiler_pic='-KPIC'
8480 lt_prog_compiler_static='-Bstatic'
8481 ;;
8482
8483 *nto* | *qnx*)
8484 # QNX uses GNU C++, but need to define -shared option too, otherwise
8485 # it will coredump.
8486 lt_prog_compiler_pic='-fPIC -shared'
8487 ;;
8488
8489 osf3* | osf4* | osf5*)
8490 lt_prog_compiler_wl='-Wl,'
8491 # All OSF/1 code is PIC.
8492 lt_prog_compiler_static='-non_shared'
8493 ;;
8494
8495 rdos*)
8496 lt_prog_compiler_static='-non_shared'
8497 ;;
f0569246 8498
6bb11ab3
L
8499 solaris*)
8500 lt_prog_compiler_pic='-KPIC'
8501 lt_prog_compiler_static='-Bstatic'
8502 case $cc_basename in
8503 f77* | f90* | f95*)
8504 lt_prog_compiler_wl='-Qoption ld ';;
8505 *)
8506 lt_prog_compiler_wl='-Wl,';;
8507 esac
8508 ;;
f0569246 8509
6bb11ab3
L
8510 sunos4*)
8511 lt_prog_compiler_wl='-Qoption ld '
8512 lt_prog_compiler_pic='-PIC'
8513 lt_prog_compiler_static='-Bstatic'
8514 ;;
f0569246 8515
6bb11ab3
L
8516 sysv4 | sysv4.2uw2* | sysv4.3*)
8517 lt_prog_compiler_wl='-Wl,'
8518 lt_prog_compiler_pic='-KPIC'
8519 lt_prog_compiler_static='-Bstatic'
8520 ;;
8521
8522 sysv4*MP*)
8523 if test -d /usr/nec ;then
8524 lt_prog_compiler_pic='-Kconform_pic'
8525 lt_prog_compiler_static='-Bstatic'
8526 fi
8527 ;;
8528
8529 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8530 lt_prog_compiler_wl='-Wl,'
8531 lt_prog_compiler_pic='-KPIC'
8532 lt_prog_compiler_static='-Bstatic'
8533 ;;
8534
8535 unicos*)
8536 lt_prog_compiler_wl='-Wl,'
8537 lt_prog_compiler_can_build_shared=no
8538 ;;
8539
8540 uts4*)
8541 lt_prog_compiler_pic='-pic'
8542 lt_prog_compiler_static='-Bstatic'
8543 ;;
8544
8545 *)
8546 lt_prog_compiler_can_build_shared=no
8547 ;;
8548 esac
8549 fi
8550
8551case $host_os in
8552 # For platforms which do not support PIC, -DPIC is meaningless:
8553 *djgpp*)
8554 lt_prog_compiler_pic=
8555 ;;
8556 *)
8557 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8558 ;;
81ecdfbb 8559esac
6bb11ab3
L
8560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8561$as_echo "$lt_prog_compiler_pic" >&6; }
8562
8563
8564
8565
8566
8567
8568#
8569# Check to make sure the PIC flag actually works.
8570#
8571if test -n "$lt_prog_compiler_pic"; then
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8573$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8574if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8575 $as_echo_n "(cached) " >&6
b7026657 8576else
6bb11ab3
L
8577 lt_cv_prog_compiler_pic_works=no
8578 ac_outfile=conftest.$ac_objext
8579 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8580 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8581 # Insert the option either (1) after the last *FLAGS variable, or
8582 # (2) before a word containing "conftest.", or (3) at the end.
8583 # Note that $ac_compile itself does not contain backslashes and begins
8584 # with a dollar sign (not a hyphen), so the echo should work correctly.
8585 # The option is referenced via a variable to avoid confusing sed.
8586 lt_compile=`echo "$ac_compile" | $SED \
8587 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8588 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8589 -e 's:$: $lt_compiler_flag:'`
8590 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8591 (eval "$lt_compile" 2>conftest.err)
8592 ac_status=$?
8593 cat conftest.err >&5
8594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8595 if (exit $ac_status) && test -s "$ac_outfile"; then
8596 # The compiler can only warn and ignore the option if not recognized
8597 # So say no if there are warnings other than the usual output.
8598 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8599 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8600 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8601 lt_cv_prog_compiler_pic_works=yes
8602 fi
8603 fi
8604 $RM conftest*
b7026657 8605
b7026657 8606fi
6bb11ab3
L
8607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8608$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8609
8610if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8611 case $lt_prog_compiler_pic in
8612 "" | " "*) ;;
8613 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8614 esac
8615else
8616 lt_prog_compiler_pic=
8617 lt_prog_compiler_can_build_shared=no
f0569246 8618fi
6bb11ab3
L
8619
8620fi
8621
8622
8623
8624
8625
8626
8627#
8628# Check to make sure the static flag actually works.
8629#
8630wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8632$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8633if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8634 $as_echo_n "(cached) " >&6
f0569246 8635else
6bb11ab3
L
8636 lt_cv_prog_compiler_static_works=no
8637 save_LDFLAGS="$LDFLAGS"
8638 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8639 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8640 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8641 # The linker can only warn and ignore the option if not recognized
8642 # So say no if there are warnings
8643 if test -s conftest.err; then
8644 # Append any errors to the config.log.
8645 cat conftest.err 1>&5
8646 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8647 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8648 if diff conftest.exp conftest.er2 >/dev/null; then
8649 lt_cv_prog_compiler_static_works=yes
8650 fi
8651 else
8652 lt_cv_prog_compiler_static_works=yes
8653 fi
8654 fi
8655 $RM -r conftest*
8656 LDFLAGS="$save_LDFLAGS"
f0569246 8657
6bb11ab3
L
8658fi
8659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8660$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8661
6bb11ab3
L
8662if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8663 :
b7026657 8664else
6bb11ab3 8665 lt_prog_compiler_static=
b7026657 8666fi
f0569246 8667
6bb11ab3
L
8668
8669
8670
8671
8672
8673
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8675$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8676if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8677 $as_echo_n "(cached) " >&6
81ecdfbb 8678else
6bb11ab3
L
8679 lt_cv_prog_compiler_c_o=no
8680 $RM -r conftest 2>/dev/null
8681 mkdir conftest
8682 cd conftest
8683 mkdir out
8684 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8685
8686 lt_compiler_flag="-o out/conftest2.$ac_objext"
8687 # Insert the option either (1) after the last *FLAGS variable, or
8688 # (2) before a word containing "conftest.", or (3) at the end.
8689 # Note that $ac_compile itself does not contain backslashes and begins
8690 # with a dollar sign (not a hyphen), so the echo should work correctly.
8691 lt_compile=`echo "$ac_compile" | $SED \
8692 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8693 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8694 -e 's:$: $lt_compiler_flag:'`
8695 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8696 (eval "$lt_compile" 2>out/conftest.err)
8697 ac_status=$?
8698 cat out/conftest.err >&5
8699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8700 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8701 then
8702 # The compiler can only warn and ignore the option if not recognized
8703 # So say no if there are warnings
8704 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8705 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8706 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8707 lt_cv_prog_compiler_c_o=yes
8708 fi
8709 fi
8710 chmod u+w . 2>&5
8711 $RM conftest*
8712 # SGI C++ compiler will create directory out/ii_files/ for
8713 # template instantiation
8714 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8715 $RM out/* && rmdir out
8716 cd ..
8717 $RM -r conftest
8718 $RM conftest*
8719
81ecdfbb 8720fi
6bb11ab3
L
8721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8722$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8723
8724
8725
8726
8727
8728
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8730$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8731if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8732 $as_echo_n "(cached) " >&6
8733else
6bb11ab3
L
8734 lt_cv_prog_compiler_c_o=no
8735 $RM -r conftest 2>/dev/null
8736 mkdir conftest
8737 cd conftest
8738 mkdir out
8739 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8740
8741 lt_compiler_flag="-o out/conftest2.$ac_objext"
8742 # Insert the option either (1) after the last *FLAGS variable, or
8743 # (2) before a word containing "conftest.", or (3) at the end.
8744 # Note that $ac_compile itself does not contain backslashes and begins
8745 # with a dollar sign (not a hyphen), so the echo should work correctly.
8746 lt_compile=`echo "$ac_compile" | $SED \
8747 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8748 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8749 -e 's:$: $lt_compiler_flag:'`
8750 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8751 (eval "$lt_compile" 2>out/conftest.err)
8752 ac_status=$?
8753 cat out/conftest.err >&5
8754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8755 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8756 then
8757 # The compiler can only warn and ignore the option if not recognized
8758 # So say no if there are warnings
8759 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8760 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8761 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8762 lt_cv_prog_compiler_c_o=yes
8763 fi
8764 fi
8765 chmod u+w . 2>&5
8766 $RM conftest*
8767 # SGI C++ compiler will create directory out/ii_files/ for
8768 # template instantiation
8769 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8770 $RM out/* && rmdir out
8771 cd ..
8772 $RM -r conftest
8773 $RM conftest*
8774
8775fi
8776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8777$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8778
8779
8780
8781
8782hard_links="nottested"
8783if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8784 # do not overwrite the value of need_locks provided by the user
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8786$as_echo_n "checking if we can lock with hard links... " >&6; }
8787 hard_links=yes
8788 $RM conftest*
8789 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8790 touch conftest.a
8791 ln conftest.a conftest.b 2>&5 || hard_links=no
8792 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8794$as_echo "$hard_links" >&6; }
8795 if test "$hard_links" = no; then
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8797$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8798 need_locks=warn
8799 fi
8800else
8801 need_locks=no
8802fi
8803
8804
8805
8806
8807
8808
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8810$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8811
8812 runpath_var=
8813 allow_undefined_flag=
8814 always_export_symbols=no
8815 archive_cmds=
8816 archive_expsym_cmds=
8817 compiler_needs_object=no
8818 enable_shared_with_static_runtimes=no
8819 export_dynamic_flag_spec=
8820 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8821 hardcode_automatic=no
8822 hardcode_direct=no
8823 hardcode_direct_absolute=no
8824 hardcode_libdir_flag_spec=
8825 hardcode_libdir_flag_spec_ld=
8826 hardcode_libdir_separator=
8827 hardcode_minus_L=no
8828 hardcode_shlibpath_var=unsupported
8829 inherit_rpath=no
8830 link_all_deplibs=unknown
8831 module_cmds=
8832 module_expsym_cmds=
8833 old_archive_from_new_cmds=
8834 old_archive_from_expsyms_cmds=
8835 thread_safe_flag_spec=
8836 whole_archive_flag_spec=
8837 # include_expsyms should be a list of space-separated symbols to be *always*
8838 # included in the symbol list
8839 include_expsyms=
8840 # exclude_expsyms can be an extended regexp of symbols to exclude
8841 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8842 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8843 # as well as any symbol that contains `d'.
8844 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8845 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8846 # platforms (ab)use it in PIC code, but their linkers get confused if
8847 # the symbol is explicitly referenced. Since portable code cannot
8848 # rely on this symbol name, it's probably fine to never include it in
8849 # preloaded symbol tables.
8850 # Exclude shared library initialization/finalization symbols.
8851 extract_expsyms_cmds=
8852
8853 case $host_os in
8854 cygwin* | mingw* | pw32* | cegcc*)
8855 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8856 # When not using gcc, we currently assume that we are using
8857 # Microsoft Visual C++.
8858 if test "$GCC" != yes; then
8859 with_gnu_ld=no
8860 fi
8861 ;;
8862 interix*)
8863 # we just hope/assume this is gcc and not c89 (= MSVC++)
8864 with_gnu_ld=yes
8865 ;;
8866 openbsd*)
8867 with_gnu_ld=no
8868 ;;
8869 esac
f0569246 8870
6bb11ab3
L
8871 ld_shlibs=yes
8872
8873 # On some targets, GNU ld is compatible enough with the native linker
8874 # that we're better off using the native interface for both.
8875 lt_use_gnu_ld_interface=no
8876 if test "$with_gnu_ld" = yes; then
8877 case $host_os in
8878 aix*)
8879 # The AIX port of GNU ld has always aspired to compatibility
8880 # with the native linker. However, as the warning in the GNU ld
8881 # block says, versions before 2.19.5* couldn't really create working
8882 # shared libraries, regardless of the interface used.
8883 case `$LD -v 2>&1` in
8884 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8885 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8886 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8887 *)
8888 lt_use_gnu_ld_interface=yes
8889 ;;
8890 esac
8891 ;;
8892 *)
8893 lt_use_gnu_ld_interface=yes
8894 ;;
8895 esac
8896 fi
f0569246 8897
6bb11ab3
L
8898 if test "$lt_use_gnu_ld_interface" = yes; then
8899 # If archive_cmds runs LD, not CC, wlarc should be empty
8900 wlarc='${wl}'
8901
8902 # Set some defaults for GNU ld with shared library support. These
8903 # are reset later if shared libraries are not supported. Putting them
8904 # here allows them to be overridden if necessary.
8905 runpath_var=LD_RUN_PATH
8906 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8907 export_dynamic_flag_spec='${wl}--export-dynamic'
8908 # ancient GNU ld didn't support --whole-archive et. al.
8909 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8910 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8911 else
8912 whole_archive_flag_spec=
8913 fi
8914 supports_anon_versioning=no
8915 case `$LD -v 2>&1` in
8916 *GNU\ gold*) supports_anon_versioning=yes ;;
8917 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8918 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8919 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8920 *\ 2.11.*) ;; # other 2.11 versions
8921 *) supports_anon_versioning=yes ;;
8922 esac
8923
8924 # See if GNU ld supports shared libraries.
8925 case $host_os in
8926 aix[3-9]*)
8927 # On AIX/PPC, the GNU linker is very broken
8928 if test "$host_cpu" != ia64; then
8929 ld_shlibs=no
8930 cat <<_LT_EOF 1>&2
8931
8932*** Warning: the GNU linker, at least up to release 2.19, is reported
8933*** to be unable to reliably create shared libraries on AIX.
8934*** Therefore, libtool is disabling shared libraries support. If you
8935*** really care for shared libraries, you may want to install binutils
8936*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8937*** You will then need to restart the configuration process.
8938
8939_LT_EOF
8940 fi
8941 ;;
8942
8943 amigaos*)
8944 case $host_cpu in
8945 powerpc)
8946 # see comment about AmigaOS4 .so support
8947 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8948 archive_expsym_cmds=''
8949 ;;
8950 m68k)
8951 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)'
8952 hardcode_libdir_flag_spec='-L$libdir'
8953 hardcode_minus_L=yes
8954 ;;
8955 esac
8956 ;;
8957
8958 beos*)
8959 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8960 allow_undefined_flag=unsupported
8961 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8962 # support --undefined. This deserves some investigation. FIXME
8963 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8964 else
8965 ld_shlibs=no
8966 fi
8967 ;;
8968
8969 cygwin* | mingw* | pw32* | cegcc*)
8970 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8971 # as there is no search path for DLLs.
8972 hardcode_libdir_flag_spec='-L$libdir'
8973 export_dynamic_flag_spec='${wl}--export-all-symbols'
8974 allow_undefined_flag=unsupported
8975 always_export_symbols=no
8976 enable_shared_with_static_runtimes=yes
8977 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8978
8979 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8980 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8981 # If the export-symbols file already is a .def file (1st line
8982 # is EXPORTS), use it as is; otherwise, prepend...
8983 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8984 cp $export_symbols $output_objdir/$soname.def;
8985 else
8986 echo EXPORTS > $output_objdir/$soname.def;
8987 cat $export_symbols >> $output_objdir/$soname.def;
8988 fi~
8989 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8990 else
8991 ld_shlibs=no
8992 fi
8993 ;;
8994
8995 haiku*)
8996 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8997 link_all_deplibs=yes
8998 ;;
8999
9000 interix[3-9]*)
9001 hardcode_direct=no
9002 hardcode_shlibpath_var=no
9003 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9004 export_dynamic_flag_spec='${wl}-E'
9005 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9006 # Instead, shared libraries are loaded at an image base (0x10000000 by
9007 # default) and relocated if they conflict, which is a slow very memory
9008 # consuming and fragmenting process. To avoid this, we pick a random,
9009 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9010 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9011 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9012 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'
9013 ;;
9014
9015 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9016 tmp_diet=no
9017 if test "$host_os" = linux-dietlibc; then
9018 case $cc_basename in
9019 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9020 esac
9021 fi
9022 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9023 && test "$tmp_diet" = no
9024 then
5cddc23a 9025 tmp_addflag=' $pic_flag'
6bb11ab3
L
9026 tmp_sharedflag='-shared'
9027 case $cc_basename,$host_cpu in
9028 pgcc*) # Portland Group C compiler
9029 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'
9030 tmp_addflag=' $pic_flag'
9031 ;;
9032 pgf77* | pgf90* | pgf95* | pgfortran*)
9033 # Portland Group f77 and f90 compilers
9034 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'
9035 tmp_addflag=' $pic_flag -Mnomain' ;;
9036 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9037 tmp_addflag=' -i_dynamic' ;;
9038 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9039 tmp_addflag=' -i_dynamic -nofor_main' ;;
9040 ifc* | ifort*) # Intel Fortran compiler
9041 tmp_addflag=' -nofor_main' ;;
9042 lf95*) # Lahey Fortran 8.1
9043 whole_archive_flag_spec=
9044 tmp_sharedflag='--shared' ;;
9045 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9046 tmp_sharedflag='-qmkshrobj'
9047 tmp_addflag= ;;
9048 nvcc*) # Cuda Compiler Driver 2.2
9049 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'
9050 compiler_needs_object=yes
9051 ;;
9052 esac
9053 case `$CC -V 2>&1 | sed 5q` in
9054 *Sun\ C*) # Sun C 5.9
9055 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'
9056 compiler_needs_object=yes
9057 tmp_sharedflag='-G' ;;
9058 *Sun\ F*) # Sun Fortran 8.3
9059 tmp_sharedflag='-G' ;;
9060 esac
9061 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9062
9063 if test "x$supports_anon_versioning" = xyes; then
9064 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9065 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9066 echo "local: *; };" >> $output_objdir/$libname.ver~
9067 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9068 fi
9069
9070 case $cc_basename in
9071 xlf* | bgf* | bgxlf* | mpixlf*)
9072 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9073 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9074 hardcode_libdir_flag_spec=
9075 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9076 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9077 if test "x$supports_anon_versioning" = xyes; then
9078 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9079 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9080 echo "local: *; };" >> $output_objdir/$libname.ver~
9081 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9082 fi
9083 ;;
9084 esac
9085 else
9086 ld_shlibs=no
9087 fi
9088 ;;
9089
9090 netbsd*)
9091 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9092 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9093 wlarc=
9094 else
9095 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9096 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9097 fi
9098 ;;
9099
9100 solaris*)
9101 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9102 ld_shlibs=no
9103 cat <<_LT_EOF 1>&2
9104
9105*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9106*** create shared libraries on Solaris systems. Therefore, libtool
9107*** is disabling shared libraries support. We urge you to upgrade GNU
9108*** binutils to release 2.9.1 or newer. Another option is to modify
9109*** your PATH or compiler configuration so that the native linker is
9110*** used, and then restart.
9111
9112_LT_EOF
9113 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9114 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9115 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9116 else
9117 ld_shlibs=no
9118 fi
9119 ;;
9120
9121 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9122 case `$LD -v 2>&1` in
9123 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9124 ld_shlibs=no
9125 cat <<_LT_EOF 1>&2
9126
9127*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9128*** reliably create shared libraries on SCO systems. Therefore, libtool
9129*** is disabling shared libraries support. We urge you to upgrade GNU
9130*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9131*** your PATH or compiler configuration so that the native linker is
9132*** used, and then restart.
9133
9134_LT_EOF
9135 ;;
9136 *)
9137 # For security reasons, it is highly recommended that you always
9138 # use absolute paths for naming shared libraries, and exclude the
9139 # DT_RUNPATH tag from executables and libraries. But doing so
9140 # requires that you compile everything twice, which is a pain.
9141 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9142 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9143 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9144 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9145 else
9146 ld_shlibs=no
9147 fi
9148 ;;
9149 esac
9150 ;;
9151
9152 sunos4*)
9153 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9154 wlarc=
9155 hardcode_direct=yes
9156 hardcode_shlibpath_var=no
9157 ;;
9158
9159 *)
9160 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9161 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9162 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9163 else
9164 ld_shlibs=no
9165 fi
9166 ;;
9167 esac
9168
9169 if test "$ld_shlibs" = no; then
9170 runpath_var=
9171 hardcode_libdir_flag_spec=
9172 export_dynamic_flag_spec=
9173 whole_archive_flag_spec=
9174 fi
9175 else
9176 # PORTME fill in a description of your system's linker (not GNU ld)
9177 case $host_os in
9178 aix3*)
9179 allow_undefined_flag=unsupported
9180 always_export_symbols=yes
9181 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'
9182 # Note: this linker hardcodes the directories in LIBPATH if there
9183 # are no directories specified by -L.
9184 hardcode_minus_L=yes
9185 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9186 # Neither direct hardcoding nor static linking is supported with a
9187 # broken collect2.
9188 hardcode_direct=unsupported
9189 fi
9190 ;;
9191
9192 aix[4-9]*)
9193 if test "$host_cpu" = ia64; then
9194 # On IA64, the linker does run time linking by default, so we don't
9195 # have to do anything special.
9196 aix_use_runtimelinking=no
9197 exp_sym_flag='-Bexport'
9198 no_entry_flag=""
9199 else
9200 # If we're using GNU nm, then we don't want the "-C" option.
9201 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9202 # Also, AIX nm treats weak defined symbols like other global
9203 # defined symbols, whereas GNU nm marks them as "W".
9204 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9205 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'
9206 else
5c887dd5 9207 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
9208 fi
9209 aix_use_runtimelinking=no
9210
9211 # Test if we are trying to use run time linking or normal
9212 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9213 # need to do runtime linking.
9214 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9215 for ld_flag in $LDFLAGS; do
9216 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9217 aix_use_runtimelinking=yes
9218 break
9219 fi
9220 done
9221 ;;
9222 esac
9223
9224 exp_sym_flag='-bexport'
9225 no_entry_flag='-bnoentry'
9226 fi
9227
9228 # When large executables or shared objects are built, AIX ld can
9229 # have problems creating the table of contents. If linking a library
9230 # or program results in "error TOC overflow" add -mminimal-toc to
9231 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9232 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9233
9234 archive_cmds=''
9235 hardcode_direct=yes
9236 hardcode_direct_absolute=yes
9237 hardcode_libdir_separator=':'
9238 link_all_deplibs=yes
9239 file_list_spec='${wl}-f,'
9240
9241 if test "$GCC" = yes; then
9242 case $host_os in aix4.[012]|aix4.[012].*)
9243 # We only want to do this on AIX 4.2 and lower, the check
9244 # below for broken collect2 doesn't work under 4.3+
9245 collect2name=`${CC} -print-prog-name=collect2`
9246 if test -f "$collect2name" &&
9247 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9248 then
9249 # We have reworked collect2
9250 :
9251 else
9252 # We have old collect2
9253 hardcode_direct=unsupported
9254 # It fails to find uninstalled libraries when the uninstalled
9255 # path is not listed in the libpath. Setting hardcode_minus_L
9256 # to unsupported forces relinking
9257 hardcode_minus_L=yes
9258 hardcode_libdir_flag_spec='-L$libdir'
9259 hardcode_libdir_separator=
9260 fi
9261 ;;
9262 esac
9263 shared_flag='-shared'
9264 if test "$aix_use_runtimelinking" = yes; then
9265 shared_flag="$shared_flag "'${wl}-G'
9266 fi
9267 else
9268 # not using gcc
9269 if test "$host_cpu" = ia64; then
9270 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9271 # chokes on -Wl,-G. The following line is correct:
9272 shared_flag='-G'
9273 else
9274 if test "$aix_use_runtimelinking" = yes; then
9275 shared_flag='${wl}-G'
9276 else
9277 shared_flag='${wl}-bM:SRE'
9278 fi
9279 fi
9280 fi
9281
9282 export_dynamic_flag_spec='${wl}-bexpall'
9283 # It seems that -bexpall does not export symbols beginning with
9284 # underscore (_), so it is better to generate a list of symbols to export.
9285 always_export_symbols=yes
9286 if test "$aix_use_runtimelinking" = yes; then
9287 # Warning - without using the other runtime loading flags (-brtl),
9288 # -berok will link without error, but may produce a broken library.
9289 allow_undefined_flag='-berok'
9290 # Determine the default libpath from the value encoded in an
9291 # empty executable.
9292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9293/* end confdefs.h. */
9294
9295int
9296main ()
9297{
9298
9299 ;
9300 return 0;
9301}
9302_ACEOF
6bb11ab3 9303if ac_fn_c_try_link "$LINENO"; then :
b7026657 9304
6bb11ab3
L
9305lt_aix_libpath_sed='
9306 /Import File Strings/,/^$/ {
9307 /^0/ {
9308 s/^0 *\(.*\)$/\1/
9309 p
9310 }
9311 }'
9312aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9313# Check for a 64-bit object if we didn't find anything.
9314if test -z "$aix_libpath"; then
9315 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9316fi
9317fi
9318rm -f core conftest.err conftest.$ac_objext \
9319 conftest$ac_exeext conftest.$ac_ext
9320if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9321
9322 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9323 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"
9324 else
9325 if test "$host_cpu" = ia64; then
9326 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9327 allow_undefined_flag="-z nodefs"
9328 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"
9329 else
9330 # Determine the default libpath from the value encoded in an
9331 # empty executable.
81ecdfbb
RW
9332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9333/* end confdefs.h. */
9334
9335int
9336main ()
9337{
9338
9339 ;
9340 return 0;
9341}
9342_ACEOF
6bb11ab3
L
9343if ac_fn_c_try_link "$LINENO"; then :
9344
9345lt_aix_libpath_sed='
9346 /Import File Strings/,/^$/ {
9347 /^0/ {
9348 s/^0 *\(.*\)$/\1/
9349 p
9350 }
9351 }'
9352aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9353# Check for a 64-bit object if we didn't find anything.
9354if test -z "$aix_libpath"; then
9355 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 9356fi
81ecdfbb 9357fi
6bb11ab3
L
9358rm -f core conftest.err conftest.$ac_objext \
9359 conftest$ac_exeext conftest.$ac_ext
9360if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9361
9362 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9363 # Warning - without using the other run time loading flags,
9364 # -berok will link without error, but may produce a broken library.
9365 no_undefined_flag=' ${wl}-bernotok'
9366 allow_undefined_flag=' ${wl}-berok'
9367 if test "$with_gnu_ld" = yes; then
9368 # We only use this code for GNU lds that support --whole-archive.
9369 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9370 else
9371 # Exported symbols can be pulled into shared objects from archives
9372 whole_archive_flag_spec='$convenience'
9373 fi
9374 archive_cmds_need_lc=yes
9375 # This is similar to how AIX traditionally builds its shared libraries.
9376 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'
9377 fi
9378 fi
9379 ;;
9380
9381 amigaos*)
9382 case $host_cpu in
9383 powerpc)
9384 # see comment about AmigaOS4 .so support
9385 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9386 archive_expsym_cmds=''
9387 ;;
9388 m68k)
9389 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)'
9390 hardcode_libdir_flag_spec='-L$libdir'
9391 hardcode_minus_L=yes
9392 ;;
9393 esac
9394 ;;
9395
9396 bsdi[45]*)
9397 export_dynamic_flag_spec=-rdynamic
9398 ;;
9399
9400 cygwin* | mingw* | pw32* | cegcc*)
9401 # When not using gcc, we currently assume that we are using
9402 # Microsoft Visual C++.
9403 # hardcode_libdir_flag_spec is actually meaningless, as there is
9404 # no search path for DLLs.
9405 hardcode_libdir_flag_spec=' '
9406 allow_undefined_flag=unsupported
9407 # Tell ltmain to make .lib files, not .a files.
9408 libext=lib
9409 # Tell ltmain to make .dll files, not .so files.
9410 shrext_cmds=".dll"
9411 # FIXME: Setting linknames here is a bad hack.
9412 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9413 # The linker will automatically build a .lib file if we build a DLL.
9414 old_archive_from_new_cmds='true'
9415 # FIXME: Should let the user specify the lib program.
9416 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9417 fix_srcfile_path='`cygpath -w "$srcfile"`'
9418 enable_shared_with_static_runtimes=yes
9419 ;;
9420
9421 darwin* | rhapsody*)
9422
9423
9424 archive_cmds_need_lc=no
9425 hardcode_direct=no
9426 hardcode_automatic=yes
9427 hardcode_shlibpath_var=unsupported
9428 if test "$lt_cv_ld_force_load" = "yes"; then
9429 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 9430 else
6bb11ab3 9431 whole_archive_flag_spec=''
f0569246 9432 fi
6bb11ab3
L
9433 link_all_deplibs=yes
9434 allow_undefined_flag="$_lt_dar_allow_undefined"
9435 case $cc_basename in
9436 ifort*) _lt_dar_can_shared=yes ;;
9437 *) _lt_dar_can_shared=$GCC ;;
9438 esac
9439 if test "$_lt_dar_can_shared" = "yes"; then
9440 output_verbose_link_cmd=func_echo_all
9441 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9442 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9443 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}"
9444 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}"
9445
f0569246 9446 else
6bb11ab3 9447 ld_shlibs=no
f0569246 9448 fi
6bb11ab3
L
9449
9450 ;;
9451
9452 dgux*)
9453 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9454 hardcode_libdir_flag_spec='-L$libdir'
9455 hardcode_shlibpath_var=no
9456 ;;
9457
9458 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9459 # support. Future versions do this automatically, but an explicit c++rt0.o
9460 # does not break anything, and helps significantly (at the cost of a little
9461 # extra space).
9462 freebsd2.2*)
9463 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9464 hardcode_libdir_flag_spec='-R$libdir'
9465 hardcode_direct=yes
9466 hardcode_shlibpath_var=no
9467 ;;
9468
9469 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9470 freebsd2.*)
9471 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9472 hardcode_direct=yes
9473 hardcode_minus_L=yes
9474 hardcode_shlibpath_var=no
9475 ;;
9476
9477 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9478 freebsd* | dragonfly*)
9479 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9480 hardcode_libdir_flag_spec='-R$libdir'
9481 hardcode_direct=yes
9482 hardcode_shlibpath_var=no
9483 ;;
9484
9485 hpux9*)
9486 if test "$GCC" = yes; then
9487 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'
9488 else
9489 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'
9490 fi
9491 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9492 hardcode_libdir_separator=:
9493 hardcode_direct=yes
9494
9495 # hardcode_minus_L: Not really in the search PATH,
9496 # but as the default location of the library.
9497 hardcode_minus_L=yes
9498 export_dynamic_flag_spec='${wl}-E'
9499 ;;
9500
9501 hpux10*)
9502 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9503 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9504 else
9505 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9506 fi
9507 if test "$with_gnu_ld" = no; then
9508 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9509 hardcode_libdir_flag_spec_ld='+b $libdir'
9510 hardcode_libdir_separator=:
9511 hardcode_direct=yes
9512 hardcode_direct_absolute=yes
9513 export_dynamic_flag_spec='${wl}-E'
9514 # hardcode_minus_L: Not really in the search PATH,
9515 # but as the default location of the library.
9516 hardcode_minus_L=yes
9517 fi
9518 ;;
9519
9520 hpux11*)
9521 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9522 case $host_cpu in
9523 hppa*64*)
9524 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9525 ;;
9526 ia64*)
9527 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9528 ;;
9529 *)
9530 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9531 ;;
9532 esac
9533 else
9534 case $host_cpu in
9535 hppa*64*)
9536 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9537 ;;
9538 ia64*)
9539 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9540 ;;
9541 *)
9542
9543 # Older versions of the 11.00 compiler do not understand -b yet
9544 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9546$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9547if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9548 $as_echo_n "(cached) " >&6
f0569246 9549else
6bb11ab3
L
9550 lt_cv_prog_compiler__b=no
9551 save_LDFLAGS="$LDFLAGS"
9552 LDFLAGS="$LDFLAGS -b"
9553 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9554 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9555 # The linker can only warn and ignore the option if not recognized
9556 # So say no if there are warnings
9557 if test -s conftest.err; then
9558 # Append any errors to the config.log.
9559 cat conftest.err 1>&5
9560 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9561 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9562 if diff conftest.exp conftest.er2 >/dev/null; then
9563 lt_cv_prog_compiler__b=yes
9564 fi
9565 else
9566 lt_cv_prog_compiler__b=yes
9567 fi
9568 fi
9569 $RM -r conftest*
9570 LDFLAGS="$save_LDFLAGS"
f0569246 9571
6bb11ab3
L
9572fi
9573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9574$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9575
6bb11ab3
L
9576if test x"$lt_cv_prog_compiler__b" = xyes; then
9577 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9578else
9579 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9580fi
81ecdfbb 9581
6bb11ab3
L
9582 ;;
9583 esac
9584 fi
9585 if test "$with_gnu_ld" = no; then
9586 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9587 hardcode_libdir_separator=:
9588
9589 case $host_cpu in
9590 hppa*64*|ia64*)
9591 hardcode_direct=no
9592 hardcode_shlibpath_var=no
9593 ;;
9594 *)
9595 hardcode_direct=yes
9596 hardcode_direct_absolute=yes
9597 export_dynamic_flag_spec='${wl}-E'
9598
9599 # hardcode_minus_L: Not really in the search PATH,
9600 # but as the default location of the library.
9601 hardcode_minus_L=yes
9602 ;;
9603 esac
9604 fi
9605 ;;
9606
9607 irix5* | irix6* | nonstopux*)
9608 if test "$GCC" = yes; then
9609 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'
9610 # Try to use the -exported_symbol ld option, if it does not
9611 # work, assume that -exports_file does not work either and
9612 # implicitly export all symbols.
9613 save_LDFLAGS="$LDFLAGS"
9614 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9616/* end confdefs.h. */
9617int foo(void) {}
b7026657 9618_ACEOF
6bb11ab3
L
9619if ac_fn_c_try_link "$LINENO"; then :
9620 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 9621
f0569246 9622fi
6bb11ab3
L
9623rm -f core conftest.err conftest.$ac_objext \
9624 conftest$ac_exeext conftest.$ac_ext
9625 LDFLAGS="$save_LDFLAGS"
9626 else
9627 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'
9628 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'
9629 fi
9630 archive_cmds_need_lc='no'
9631 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9632 hardcode_libdir_separator=:
9633 inherit_rpath=yes
9634 link_all_deplibs=yes
9635 ;;
9636
9637 netbsd*)
9638 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9639 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9640 else
9641 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9642 fi
9643 hardcode_libdir_flag_spec='-R$libdir'
9644 hardcode_direct=yes
9645 hardcode_shlibpath_var=no
9646 ;;
9647
9648 newsos6)
9649 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9650 hardcode_direct=yes
9651 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9652 hardcode_libdir_separator=:
9653 hardcode_shlibpath_var=no
9654 ;;
9655
9656 *nto* | *qnx*)
9657 ;;
9658
9659 openbsd*)
9660 if test -f /usr/libexec/ld.so; then
9661 hardcode_direct=yes
9662 hardcode_shlibpath_var=no
9663 hardcode_direct_absolute=yes
9664 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9665 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9666 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9667 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9668 export_dynamic_flag_spec='${wl}-E'
9669 else
9670 case $host_os in
9671 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9672 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9673 hardcode_libdir_flag_spec='-R$libdir'
9674 ;;
9675 *)
9676 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9677 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9678 ;;
9679 esac
9680 fi
9681 else
9682 ld_shlibs=no
9683 fi
9684 ;;
9685
9686 os2*)
9687 hardcode_libdir_flag_spec='-L$libdir'
9688 hardcode_minus_L=yes
9689 allow_undefined_flag=unsupported
9690 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'
9691 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9692 ;;
9693
9694 osf3*)
9695 if test "$GCC" = yes; then
9696 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9697 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'
9698 else
9699 allow_undefined_flag=' -expect_unresolved \*'
9700 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'
9701 fi
9702 archive_cmds_need_lc='no'
9703 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9704 hardcode_libdir_separator=:
9705 ;;
9706
9707 osf4* | osf5*) # as osf3* with the addition of -msym flag
9708 if test "$GCC" = yes; then
9709 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9710 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'
9711 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9712 else
9713 allow_undefined_flag=' -expect_unresolved \*'
9714 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'
9715 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~
9716 $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'
9717
9718 # Both c and cxx compiler support -rpath directly
9719 hardcode_libdir_flag_spec='-rpath $libdir'
9720 fi
9721 archive_cmds_need_lc='no'
9722 hardcode_libdir_separator=:
9723 ;;
9724
9725 solaris*)
9726 no_undefined_flag=' -z defs'
9727 if test "$GCC" = yes; then
9728 wlarc='${wl}'
9729 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9730 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9731 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9732 else
9733 case `$CC -V 2>&1` in
9734 *"Compilers 5.0"*)
9735 wlarc=''
9736 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9737 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9738 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9739 ;;
9740 *)
9741 wlarc='${wl}'
9742 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9743 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9744 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9745 ;;
9746 esac
9747 fi
9748 hardcode_libdir_flag_spec='-R$libdir'
9749 hardcode_shlibpath_var=no
9750 case $host_os in
9751 solaris2.[0-5] | solaris2.[0-5].*) ;;
9752 *)
9753 # The compiler driver will combine and reorder linker options,
9754 # but understands `-z linker_flag'. GCC discards it without `$wl',
9755 # but is careful enough not to reorder.
9756 # Supported since Solaris 2.6 (maybe 2.5.1?)
9757 if test "$GCC" = yes; then
9758 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9759 else
9760 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9761 fi
9762 ;;
9763 esac
9764 link_all_deplibs=yes
9765 ;;
9766
9767 sunos4*)
9768 if test "x$host_vendor" = xsequent; then
9769 # Use $CC to link under sequent, because it throws in some extra .o
9770 # files that make .init and .fini sections work.
9771 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9772 else
9773 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9774 fi
9775 hardcode_libdir_flag_spec='-L$libdir'
9776 hardcode_direct=yes
9777 hardcode_minus_L=yes
9778 hardcode_shlibpath_var=no
9779 ;;
9780
9781 sysv4)
9782 case $host_vendor in
9783 sni)
9784 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9785 hardcode_direct=yes # is this really true???
9786 ;;
9787 siemens)
9788 ## LD is ld it makes a PLAMLIB
9789 ## CC just makes a GrossModule.
9790 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9791 reload_cmds='$CC -r -o $output$reload_objs'
9792 hardcode_direct=no
9793 ;;
9794 motorola)
9795 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9796 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9797 ;;
9798 esac
9799 runpath_var='LD_RUN_PATH'
9800 hardcode_shlibpath_var=no
9801 ;;
9802
9803 sysv4.3*)
9804 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9805 hardcode_shlibpath_var=no
9806 export_dynamic_flag_spec='-Bexport'
9807 ;;
9808
9809 sysv4*MP*)
9810 if test -d /usr/nec; then
9811 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9812 hardcode_shlibpath_var=no
9813 runpath_var=LD_RUN_PATH
9814 hardcode_runpath_var=yes
9815 ld_shlibs=yes
9816 fi
9817 ;;
9818
9819 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9820 no_undefined_flag='${wl}-z,text'
9821 archive_cmds_need_lc=no
9822 hardcode_shlibpath_var=no
9823 runpath_var='LD_RUN_PATH'
9824
9825 if test "$GCC" = yes; then
9826 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9827 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9828 else
9829 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9830 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9831 fi
9832 ;;
9833
9834 sysv5* | sco3.2v5* | sco5v6*)
9835 # Note: We can NOT use -z defs as we might desire, because we do not
9836 # link with -lc, and that would cause any symbols used from libc to
9837 # always be unresolved, which means just about no library would
9838 # ever link correctly. If we're not using GNU ld we use -z text
9839 # though, which does catch some bad symbols but isn't as heavy-handed
9840 # as -z defs.
9841 no_undefined_flag='${wl}-z,text'
9842 allow_undefined_flag='${wl}-z,nodefs'
9843 archive_cmds_need_lc=no
9844 hardcode_shlibpath_var=no
9845 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9846 hardcode_libdir_separator=':'
9847 link_all_deplibs=yes
9848 export_dynamic_flag_spec='${wl}-Bexport'
9849 runpath_var='LD_RUN_PATH'
9850
9851 if test "$GCC" = yes; then
9852 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9853 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9854 else
9855 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9856 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9857 fi
9858 ;;
9859
9860 uts4*)
9861 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9862 hardcode_libdir_flag_spec='-L$libdir'
9863 hardcode_shlibpath_var=no
9864 ;;
9865
9866 *)
9867 ld_shlibs=no
9868 ;;
9869 esac
9870
9871 if test x$host_vendor = xsni; then
9872 case $host in
9873 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9874 export_dynamic_flag_spec='${wl}-Blargedynsym'
9875 ;;
9876 esac
9877 fi
9878 fi
9879
9880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9881$as_echo "$ld_shlibs" >&6; }
9882test "$ld_shlibs" = no && can_build_shared=no
9883
9884with_gnu_ld=$with_gnu_ld
9885
9886
9887
b7026657 9888
f0569246 9889
f0569246 9890
6ffe910a 9891
6ffe910a
MF
9892
9893
6ffe910a 9894
f0569246 9895
f0569246
AC
9896
9897
6bb11ab3
L
9898
9899
9900#
9901# Do we need to explicitly link libc?
9902#
9903case "x$archive_cmds_need_lc" in
9904x|xyes)
9905 # Assume -lc should be added
9906 archive_cmds_need_lc=yes
9907
9908 if test "$enable_shared" = yes && test "$GCC" = yes; then
9909 case $archive_cmds in
9910 *'~'*)
9911 # FIXME: we may have to deal with multi-command sequences.
9912 ;;
9913 '$CC '*)
9914 # Test whether the compiler implicitly links with -lc since on some
9915 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9916 # to ld, don't add -lc before -lgcc.
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9918$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9919if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9920 $as_echo_n "(cached) " >&6
b7026657 9921else
6bb11ab3
L
9922 $RM conftest*
9923 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9924
9925 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9926 (eval $ac_compile) 2>&5
9927 ac_status=$?
9928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9929 test $ac_status = 0; } 2>conftest.err; then
9930 soname=conftest
9931 lib=conftest
9932 libobjs=conftest.$ac_objext
9933 deplibs=
9934 wl=$lt_prog_compiler_wl
9935 pic_flag=$lt_prog_compiler_pic
9936 compiler_flags=-v
9937 linker_flags=-v
9938 verstring=
9939 output_objdir=.
9940 libname=conftest
9941 lt_save_allow_undefined_flag=$allow_undefined_flag
9942 allow_undefined_flag=
9943 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9944 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9945 ac_status=$?
9946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9947 test $ac_status = 0; }
9948 then
9949 lt_cv_archive_cmds_need_lc=no
9950 else
9951 lt_cv_archive_cmds_need_lc=yes
9952 fi
9953 allow_undefined_flag=$lt_save_allow_undefined_flag
9954 else
9955 cat conftest.err 1>&5
9956 fi
9957 $RM conftest*
c906108c 9958
6ffe910a 9959fi
6bb11ab3
L
9960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9961$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9962 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9963 ;;
9964 esac
9965 fi
9966 ;;
6ffe910a 9967esac
c906108c 9968
c906108c 9969
6ffe910a 9970
c906108c 9971
81ecdfbb 9972
35695fd6 9973
35695fd6 9974
35695fd6 9975
f0569246 9976
c906108c 9977
f0569246 9978
b7026657 9979
f0569246 9980
c906108c 9981
81ecdfbb 9982
c906108c 9983
f0569246
AC
9984
9985
81ecdfbb 9986
81ecdfbb 9987
81ecdfbb
RW
9988
9989
81ecdfbb 9990
81ecdfbb 9991
f0569246
AC
9992
9993
c906108c 9994
f0569246 9995
c906108c 9996
c906108c 9997
81ecdfbb 9998
b7026657 9999
c906108c 10000
f0569246 10001
81ecdfbb 10002
f0569246 10003
c906108c 10004
c906108c 10005
b7026657 10006
81ecdfbb 10007
b7026657 10008
c906108c 10009
c906108c 10010
b7026657
AC
10011
10012
10013
10014
6ffe910a 10015
2232061b
MF
10016
10017
2232061b 10018
2232061b
MF
10019
10020
2232061b
MF
10021
10022
2232061b 10023
2232061b
MF
10024
10025
6bb11ab3
L
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10126$as_echo_n "checking dynamic linker characteristics... " >&6; }
10127
10128if test "$GCC" = yes; then
10129 case $host_os in
10130 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10131 *) lt_awk_arg="/^libraries:/" ;;
10132 esac
10133 case $host_os in
10134 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10135 *) lt_sed_strip_eq="s,=/,/,g" ;;
10136 esac
10137 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10138 case $lt_search_path_spec in
10139 *\;*)
10140 # if the path contains ";" then we assume it to be the separator
10141 # otherwise default to the standard path separator (i.e. ":") - it is
10142 # assumed that no part of a normal pathname contains ";" but that should
10143 # okay in the real world where ";" in dirpaths is itself problematic.
10144 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10145 ;;
10146 *)
10147 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10148 ;;
10149 esac
10150 # Ok, now we have the path, separated by spaces, we can step through it
10151 # and add multilib dir if necessary.
10152 lt_tmp_lt_search_path_spec=
10153 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10154 for lt_sys_path in $lt_search_path_spec; do
10155 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10156 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10157 else
10158 test -d "$lt_sys_path" && \
10159 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10160 fi
10161 done
10162 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10163BEGIN {RS=" "; FS="/|\n";} {
10164 lt_foo="";
10165 lt_count=0;
10166 for (lt_i = NF; lt_i > 0; lt_i--) {
10167 if ($lt_i != "" && $lt_i != ".") {
10168 if ($lt_i == "..") {
10169 lt_count++;
10170 } else {
10171 if (lt_count == 0) {
10172 lt_foo="/" $lt_i lt_foo;
10173 } else {
10174 lt_count--;
10175 }
10176 }
10177 }
10178 }
10179 if (lt_foo != "") { lt_freq[lt_foo]++; }
10180 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10181}'`
10182 # AWK program above erroneously prepends '/' to C:/dos/paths
10183 # for these hosts.
10184 case $host_os in
10185 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10186 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10187 esac
10188 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10189else
10190 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10191fi
10192library_names_spec=
10193libname_spec='lib$name'
10194soname_spec=
10195shrext_cmds=".so"
10196postinstall_cmds=
10197postuninstall_cmds=
10198finish_cmds=
10199finish_eval=
10200shlibpath_var=
10201shlibpath_overrides_runpath=unknown
10202version_type=none
10203dynamic_linker="$host_os ld.so"
10204sys_lib_dlsearch_path_spec="/lib /usr/lib"
10205need_lib_prefix=unknown
10206hardcode_into_libs=no
10207
10208# when you set need_version to no, make sure it does not cause -set_version
10209# flags to be left without arguments
10210need_version=unknown
10211
10212case $host_os in
10213aix3*)
10214 version_type=linux
10215 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10216 shlibpath_var=LIBPATH
10217
10218 # AIX 3 has no versioning support, so we append a major version to the name.
10219 soname_spec='${libname}${release}${shared_ext}$major'
10220 ;;
10221
10222aix[4-9]*)
10223 version_type=linux
10224 need_lib_prefix=no
10225 need_version=no
10226 hardcode_into_libs=yes
10227 if test "$host_cpu" = ia64; then
10228 # AIX 5 supports IA64
10229 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10230 shlibpath_var=LD_LIBRARY_PATH
10231 else
10232 # With GCC up to 2.95.x, collect2 would create an import file
10233 # for dependence libraries. The import file would start with
10234 # the line `#! .'. This would cause the generated library to
10235 # depend on `.', always an invalid library. This was fixed in
10236 # development snapshots of GCC prior to 3.0.
10237 case $host_os in
10238 aix4 | aix4.[01] | aix4.[01].*)
10239 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10240 echo ' yes '
10241 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10242 :
10243 else
10244 can_build_shared=no
10245 fi
10246 ;;
10247 esac
10248 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10249 # soname into executable. Probably we can add versioning support to
10250 # collect2, so additional links can be useful in future.
10251 if test "$aix_use_runtimelinking" = yes; then
10252 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10253 # instead of lib<name>.a to let people know that these are not
10254 # typical AIX shared libraries.
10255 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10256 else
10257 # We preserve .a as extension for shared libraries through AIX4.2
10258 # and later when we are not doing run time linking.
10259 library_names_spec='${libname}${release}.a $libname.a'
10260 soname_spec='${libname}${release}${shared_ext}$major'
10261 fi
10262 shlibpath_var=LIBPATH
10263 fi
10264 ;;
10265
10266amigaos*)
10267 case $host_cpu in
10268 powerpc)
10269 # Since July 2007 AmigaOS4 officially supports .so libraries.
10270 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10271 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10272 ;;
10273 m68k)
10274 library_names_spec='$libname.ixlibrary $libname.a'
10275 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10276 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'
10277 ;;
10278 esac
10279 ;;
10280
10281beos*)
10282 library_names_spec='${libname}${shared_ext}'
10283 dynamic_linker="$host_os ld.so"
10284 shlibpath_var=LIBRARY_PATH
10285 ;;
10286
10287bsdi[45]*)
10288 version_type=linux
10289 need_version=no
10290 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10291 soname_spec='${libname}${release}${shared_ext}$major'
10292 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10293 shlibpath_var=LD_LIBRARY_PATH
10294 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10295 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10296 # the default ld.so.conf also contains /usr/contrib/lib and
10297 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10298 # libtool to hard-code these into programs
10299 ;;
10300
10301cygwin* | mingw* | pw32* | cegcc*)
10302 version_type=windows
10303 shrext_cmds=".dll"
10304 need_version=no
10305 need_lib_prefix=no
10306
10307 case $GCC,$host_os in
10308 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10309 library_names_spec='$libname.dll.a'
10310 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10311 postinstall_cmds='base_file=`basename \${file}`~
10312 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10313 dldir=$destdir/`dirname \$dlpath`~
10314 test -d \$dldir || mkdir -p \$dldir~
10315 $install_prog $dir/$dlname \$dldir/$dlname~
10316 chmod a+x \$dldir/$dlname~
10317 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10318 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10319 fi'
10320 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10321 dlpath=$dir/\$dldll~
10322 $RM \$dlpath'
10323 shlibpath_overrides_runpath=yes
10324
10325 case $host_os in
10326 cygwin*)
10327 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10328 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10329
10330 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10331 ;;
10332 mingw* | cegcc*)
10333 # MinGW DLLs use traditional 'lib' prefix
10334 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10335 ;;
10336 pw32*)
10337 # pw32 DLLs use 'pw' prefix rather than 'lib'
10338 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10339 ;;
10340 esac
10341 ;;
10342
10343 *)
10344 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10345 ;;
10346 esac
10347 dynamic_linker='Win32 ld.exe'
10348 # FIXME: first we should search . and the directory the executable is in
10349 shlibpath_var=PATH
10350 ;;
10351
10352darwin* | rhapsody*)
10353 dynamic_linker="$host_os dyld"
10354 version_type=darwin
10355 need_lib_prefix=no
10356 need_version=no
10357 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10358 soname_spec='${libname}${release}${major}$shared_ext'
10359 shlibpath_overrides_runpath=yes
10360 shlibpath_var=DYLD_LIBRARY_PATH
10361 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10362
10363 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10364 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10365 ;;
10366
10367dgux*)
10368 version_type=linux
10369 need_lib_prefix=no
10370 need_version=no
10371 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10372 soname_spec='${libname}${release}${shared_ext}$major'
10373 shlibpath_var=LD_LIBRARY_PATH
10374 ;;
10375
10376freebsd* | dragonfly*)
10377 # DragonFly does not have aout. When/if they implement a new
10378 # versioning mechanism, adjust this.
10379 if test -x /usr/bin/objformat; then
10380 objformat=`/usr/bin/objformat`
10381 else
10382 case $host_os in
10383 freebsd[23].*) objformat=aout ;;
10384 *) objformat=elf ;;
10385 esac
10386 fi
10387 version_type=freebsd-$objformat
10388 case $version_type in
10389 freebsd-elf*)
10390 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10391 need_version=no
10392 need_lib_prefix=no
10393 ;;
10394 freebsd-*)
10395 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10396 need_version=yes
10397 ;;
10398 esac
10399 shlibpath_var=LD_LIBRARY_PATH
10400 case $host_os in
10401 freebsd2.*)
10402 shlibpath_overrides_runpath=yes
10403 ;;
10404 freebsd3.[01]* | freebsdelf3.[01]*)
10405 shlibpath_overrides_runpath=yes
10406 hardcode_into_libs=yes
10407 ;;
10408 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10409 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10410 shlibpath_overrides_runpath=no
10411 hardcode_into_libs=yes
10412 ;;
10413 *) # from 4.6 on, and DragonFly
10414 shlibpath_overrides_runpath=yes
10415 hardcode_into_libs=yes
10416 ;;
10417 esac
10418 ;;
10419
6bb11ab3
L
10420haiku*)
10421 version_type=linux
10422 need_lib_prefix=no
10423 need_version=no
10424 dynamic_linker="$host_os runtime_loader"
10425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10426 soname_spec='${libname}${release}${shared_ext}$major'
10427 shlibpath_var=LIBRARY_PATH
10428 shlibpath_overrides_runpath=yes
10429 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10430 hardcode_into_libs=yes
10431 ;;
10432
10433hpux9* | hpux10* | hpux11*)
10434 # Give a soname corresponding to the major version so that dld.sl refuses to
10435 # link against other versions.
10436 version_type=sunos
10437 need_lib_prefix=no
10438 need_version=no
10439 case $host_cpu in
10440 ia64*)
10441 shrext_cmds='.so'
10442 hardcode_into_libs=yes
10443 dynamic_linker="$host_os dld.so"
10444 shlibpath_var=LD_LIBRARY_PATH
10445 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10446 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10447 soname_spec='${libname}${release}${shared_ext}$major'
10448 if test "X$HPUX_IA64_MODE" = X32; then
10449 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10450 else
10451 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10452 fi
10453 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10454 ;;
10455 hppa*64*)
10456 shrext_cmds='.sl'
10457 hardcode_into_libs=yes
10458 dynamic_linker="$host_os dld.sl"
10459 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10460 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10461 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10462 soname_spec='${libname}${release}${shared_ext}$major'
10463 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10464 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10465 ;;
10466 *)
10467 shrext_cmds='.sl'
10468 dynamic_linker="$host_os dld.sl"
10469 shlibpath_var=SHLIB_PATH
10470 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10472 soname_spec='${libname}${release}${shared_ext}$major'
10473 ;;
10474 esac
10475 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10476 postinstall_cmds='chmod 555 $lib'
10477 # or fails outright, so override atomically:
10478 install_override_mode=555
10479 ;;
10480
10481interix[3-9]*)
10482 version_type=linux
10483 need_lib_prefix=no
10484 need_version=no
10485 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10486 soname_spec='${libname}${release}${shared_ext}$major'
10487 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10488 shlibpath_var=LD_LIBRARY_PATH
10489 shlibpath_overrides_runpath=no
10490 hardcode_into_libs=yes
10491 ;;
10492
10493irix5* | irix6* | nonstopux*)
10494 case $host_os in
10495 nonstopux*) version_type=nonstopux ;;
10496 *)
10497 if test "$lt_cv_prog_gnu_ld" = yes; then
10498 version_type=linux
10499 else
10500 version_type=irix
10501 fi ;;
10502 esac
10503 need_lib_prefix=no
10504 need_version=no
10505 soname_spec='${libname}${release}${shared_ext}$major'
10506 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10507 case $host_os in
10508 irix5* | nonstopux*)
10509 libsuff= shlibsuff=
10510 ;;
10511 *)
10512 case $LD in # libtool.m4 will add one of these switches to LD
10513 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10514 libsuff= shlibsuff= libmagic=32-bit;;
10515 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10516 libsuff=32 shlibsuff=N32 libmagic=N32;;
10517 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10518 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10519 *) libsuff= shlibsuff= libmagic=never-match;;
10520 esac
10521 ;;
10522 esac
10523 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10524 shlibpath_overrides_runpath=no
10525 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10526 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10527 hardcode_into_libs=yes
10528 ;;
10529
10530# No shared lib support for Linux oldld, aout, or coff.
10531linux*oldld* | linux*aout* | linux*coff*)
10532 dynamic_linker=no
10533 ;;
10534
10535# This must be Linux ELF.
46f900c0 10536linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10537 version_type=linux
10538 need_lib_prefix=no
10539 need_version=no
10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10541 soname_spec='${libname}${release}${shared_ext}$major'
10542 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10543 shlibpath_var=LD_LIBRARY_PATH
10544 shlibpath_overrides_runpath=no
10545
10546 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10547 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10548 $as_echo_n "(cached) " >&6
10549else
6bb11ab3
L
10550 lt_cv_shlibpath_overrides_runpath=no
10551 save_LDFLAGS=$LDFLAGS
10552 save_libdir=$libdir
10553 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10554 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10556/* end confdefs.h. */
10557
2232061b
MF
10558int
10559main ()
10560{
10561
10562 ;
10563 return 0;
10564}
10565_ACEOF
6bb11ab3
L
10566if ac_fn_c_try_link "$LINENO"; then :
10567 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10568 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10569fi
2232061b 10570fi
6bb11ab3
L
10571rm -f core conftest.err conftest.$ac_objext \
10572 conftest$ac_exeext conftest.$ac_ext
10573 LDFLAGS=$save_LDFLAGS
10574 libdir=$save_libdir
2232061b 10575
6bb11ab3 10576fi
2232061b 10577
6bb11ab3 10578 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10579
6bb11ab3
L
10580 # This implies no fast_install, which is unacceptable.
10581 # Some rework will be needed to allow for fast_install
10582 # before this can be enabled.
10583 hardcode_into_libs=yes
2232061b 10584
6bb11ab3
L
10585 # Append ld.so.conf contents to the search path
10586 if test -f /etc/ld.so.conf; then
10587 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' ' '`
10588 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10589 fi
2232061b 10590
6bb11ab3
L
10591 # We used to test for /lib/ld.so.1 and disable shared libraries on
10592 # powerpc, because MkLinux only supported shared libraries with the
10593 # GNU dynamic linker. Since this was broken with cross compilers,
10594 # most powerpc-linux boxes support dynamic linking these days and
10595 # people can always --disable-shared, the test was removed, and we
10596 # assume the GNU/Linux dynamic linker is in use.
10597 dynamic_linker='GNU/Linux ld.so'
10598 ;;
10599
10600netbsd*)
10601 version_type=sunos
10602 need_lib_prefix=no
10603 need_version=no
10604 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10605 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10606 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10607 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10608 else
6bb11ab3
L
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10610 soname_spec='${libname}${release}${shared_ext}$major'
10611 dynamic_linker='NetBSD ld.elf_so'
10612 fi
10613 shlibpath_var=LD_LIBRARY_PATH
10614 shlibpath_overrides_runpath=yes
10615 hardcode_into_libs=yes
10616 ;;
10617
10618newsos6)
10619 version_type=linux
10620 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10621 shlibpath_var=LD_LIBRARY_PATH
10622 shlibpath_overrides_runpath=yes
10623 ;;
10624
10625*nto* | *qnx*)
10626 version_type=qnx
10627 need_lib_prefix=no
10628 need_version=no
10629 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10630 soname_spec='${libname}${release}${shared_ext}$major'
10631 shlibpath_var=LD_LIBRARY_PATH
10632 shlibpath_overrides_runpath=no
10633 hardcode_into_libs=yes
10634 dynamic_linker='ldqnx.so'
10635 ;;
10636
10637openbsd*)
10638 version_type=sunos
10639 sys_lib_dlsearch_path_spec="/usr/lib"
10640 need_lib_prefix=no
10641 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10642 case $host_os in
10643 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10644 *) need_version=no ;;
10645 esac
10646 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10647 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10648 shlibpath_var=LD_LIBRARY_PATH
10649 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10650 case $host_os in
10651 openbsd2.[89] | openbsd2.[89].*)
10652 shlibpath_overrides_runpath=no
10653 ;;
10654 *)
10655 shlibpath_overrides_runpath=yes
10656 ;;
10657 esac
10658 else
10659 shlibpath_overrides_runpath=yes
10660 fi
10661 ;;
10662
10663os2*)
10664 libname_spec='$name'
10665 shrext_cmds=".dll"
10666 need_lib_prefix=no
10667 library_names_spec='$libname${shared_ext} $libname.a'
10668 dynamic_linker='OS/2 ld.exe'
10669 shlibpath_var=LIBPATH
10670 ;;
10671
10672osf3* | osf4* | osf5*)
10673 version_type=osf
10674 need_lib_prefix=no
10675 need_version=no
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10678 shlibpath_var=LD_LIBRARY_PATH
10679 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10680 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10681 ;;
10682
10683rdos*)
10684 dynamic_linker=no
10685 ;;
10686
10687solaris*)
10688 version_type=linux
10689 need_lib_prefix=no
10690 need_version=no
10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10692 soname_spec='${libname}${release}${shared_ext}$major'
10693 shlibpath_var=LD_LIBRARY_PATH
10694 shlibpath_overrides_runpath=yes
10695 hardcode_into_libs=yes
10696 # ldd complains unless libraries are executable
10697 postinstall_cmds='chmod +x $lib'
10698 ;;
10699
10700sunos4*)
10701 version_type=sunos
10702 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10703 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10704 shlibpath_var=LD_LIBRARY_PATH
10705 shlibpath_overrides_runpath=yes
10706 if test "$with_gnu_ld" = yes; then
10707 need_lib_prefix=no
10708 fi
10709 need_version=yes
10710 ;;
10711
10712sysv4 | sysv4.3*)
10713 version_type=linux
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10715 soname_spec='${libname}${release}${shared_ext}$major'
10716 shlibpath_var=LD_LIBRARY_PATH
10717 case $host_vendor in
10718 sni)
10719 shlibpath_overrides_runpath=no
10720 need_lib_prefix=no
10721 runpath_var=LD_RUN_PATH
10722 ;;
10723 siemens)
10724 need_lib_prefix=no
10725 ;;
10726 motorola)
10727 need_lib_prefix=no
10728 need_version=no
10729 shlibpath_overrides_runpath=no
10730 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10731 ;;
10732 esac
10733 ;;
10734
10735sysv4*MP*)
10736 if test -d /usr/nec ;then
10737 version_type=linux
10738 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10739 soname_spec='$libname${shared_ext}.$major'
10740 shlibpath_var=LD_LIBRARY_PATH
2232061b 10741 fi
6bb11ab3
L
10742 ;;
10743
10744sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10745 version_type=freebsd-elf
10746 need_lib_prefix=no
10747 need_version=no
10748 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10749 soname_spec='${libname}${release}${shared_ext}$major'
10750 shlibpath_var=LD_LIBRARY_PATH
10751 shlibpath_overrides_runpath=yes
10752 hardcode_into_libs=yes
10753 if test "$with_gnu_ld" = yes; then
10754 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10755 else
10756 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10757 case $host_os in
10758 sco3.2v5*)
10759 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10760 ;;
10761 esac
10762 fi
10763 sys_lib_dlsearch_path_spec='/usr/lib'
10764 ;;
10765
10766tpf*)
10767 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10768 version_type=linux
10769 need_lib_prefix=no
10770 need_version=no
10771 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10772 shlibpath_var=LD_LIBRARY_PATH
10773 shlibpath_overrides_runpath=no
10774 hardcode_into_libs=yes
10775 ;;
10776
10777uts4*)
10778 version_type=linux
10779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10780 soname_spec='${libname}${release}${shared_ext}$major'
10781 shlibpath_var=LD_LIBRARY_PATH
10782 ;;
10783
10784*)
10785 dynamic_linker=no
10786 ;;
10787esac
10788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10789$as_echo "$dynamic_linker" >&6; }
10790test "$dynamic_linker" = no && can_build_shared=no
10791
10792variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10793if test "$GCC" = yes; then
10794 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10795fi
2232061b 10796
6bb11ab3
L
10797if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10798 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10799fi
10800if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10801 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10802fi
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
2232061b 10829
2232061b 10830
2232061b 10831
2232061b 10832
2232061b
MF
10833
10834
6ffe910a 10835
6ffe910a
MF
10836
10837
10838
10839
10840
2232061b 10841
6ffe910a
MF
10842
10843
10844
10845
6ffe910a 10846
6ffe910a 10847
6ffe910a
MF
10848
10849
6ffe910a 10850
6ffe910a 10851
6ffe910a
MF
10852
10853
5f3ef9d0 10854
5f3ef9d0
JB
10855
10856
10857
db2e4d67
MF
10858
10859
db2e4d67 10860
db2e4d67 10861
db2e4d67 10862
db2e4d67 10863
db2e4d67 10864
db2e4d67 10865
db2e4d67 10866
db2e4d67
MF
10867
10868
db2e4d67 10869
db2e4d67
MF
10870
10871
db2e4d67 10872
db2e4d67
MF
10873
10874
6ffe910a 10875
6ffe910a 10876
6ffe910a
MF
10877
10878
6ffe910a
MF
10879
10880
6ffe910a 10881
6ffe910a 10882
6ffe910a 10883
6ffe910a 10884
6ffe910a 10885
b7026657
AC
10886
10887
10888
c906108c 10889
b7026657 10890
b7026657 10891
b7026657 10892
b7026657 10893
c906108c 10894
6bb11ab3
L
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10896$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10897hardcode_action=
10898if test -n "$hardcode_libdir_flag_spec" ||
10899 test -n "$runpath_var" ||
10900 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10901
6bb11ab3
L
10902 # We can hardcode non-existent directories.
10903 if test "$hardcode_direct" != no &&
10904 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10905 # have to relink, otherwise we might link with an installed library
10906 # when we should be linking with a yet-to-be-installed one
10907 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10908 test "$hardcode_minus_L" != no; then
10909 # Linking always hardcodes the temporary library directory.
10910 hardcode_action=relink
10911 else
10912 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10913 hardcode_action=immediate
10914 fi
10915else
10916 # We cannot hardcode anything, or else we can only hardcode existing
10917 # directories.
10918 hardcode_action=unsupported
c906108c 10919fi
6bb11ab3
L
10920{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10921$as_echo "$hardcode_action" >&6; }
b7026657 10922
6bb11ab3
L
10923if test "$hardcode_action" = relink ||
10924 test "$inherit_rpath" = yes; then
10925 # Fast installation is not supported
10926 enable_fast_install=no
10927elif test "$shlibpath_overrides_runpath" = yes ||
10928 test "$enable_shared" = no; then
10929 # Fast installation is not necessary
10930 enable_fast_install=needless
10931fi
c906108c 10932
6bb11ab3
L
10933
10934
10935
10936
10937
10938 if test "x$enable_dlopen" != xyes; then
10939 enable_dlopen=unknown
10940 enable_dlopen_self=unknown
10941 enable_dlopen_self_static=unknown
10942else
10943 lt_cv_dlopen=no
10944 lt_cv_dlopen_libs=
10945
10946 case $host_os in
10947 beos*)
10948 lt_cv_dlopen="load_add_on"
10949 lt_cv_dlopen_libs=
10950 lt_cv_dlopen_self=yes
10951 ;;
10952
10953 mingw* | pw32* | cegcc*)
10954 lt_cv_dlopen="LoadLibrary"
10955 lt_cv_dlopen_libs=
10956 ;;
10957
10958 cygwin*)
10959 lt_cv_dlopen="dlopen"
10960 lt_cv_dlopen_libs=
10961 ;;
10962
10963 darwin*)
10964 # if libdl is installed we need to link against it
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10966$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10967if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10968 $as_echo_n "(cached) " >&6
10969else
10970 ac_check_lib_save_LIBS=$LIBS
10971LIBS="-ldl $LIBS"
10972cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10973/* end confdefs.h. */
10974
10975/* Override any GCC internal prototype to avoid an error.
10976 Use char because int might match the return type of a GCC
10977 builtin and then its argument prototype would still apply. */
10978#ifdef __cplusplus
10979extern "C"
10980#endif
10981char dlopen ();
10982int
10983main ()
10984{
10985return dlopen ();
10986 ;
10987 return 0;
10988}
b7026657 10989_ACEOF
6bb11ab3
L
10990if ac_fn_c_try_link "$LINENO"; then :
10991 ac_cv_lib_dl_dlopen=yes
10992else
10993 ac_cv_lib_dl_dlopen=no
10994fi
10995rm -f core conftest.err conftest.$ac_objext \
10996 conftest$ac_exeext conftest.$ac_ext
10997LIBS=$ac_check_lib_save_LIBS
10998fi
10999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11000$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11001if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11002 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11003else
11004
11005 lt_cv_dlopen="dyld"
11006 lt_cv_dlopen_libs=
11007 lt_cv_dlopen_self=yes
c906108c 11008
c906108c 11009fi
c906108c 11010
6bb11ab3 11011 ;;
c906108c 11012
6bb11ab3
L
11013 *)
11014 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11015if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
11016 lt_cv_dlopen="shl_load"
11017else
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11019$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11020if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
11021 $as_echo_n "(cached) " >&6
11022else
11023 ac_check_lib_save_LIBS=$LIBS
11024LIBS="-ldld $LIBS"
11025cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11026/* end confdefs.h. */
11027
11028/* Override any GCC internal prototype to avoid an error.
11029 Use char because int might match the return type of a GCC
11030 builtin and then its argument prototype would still apply. */
11031#ifdef __cplusplus
11032extern "C"
11033#endif
11034char shl_load ();
11035int
11036main ()
11037{
11038return shl_load ();
11039 ;
11040 return 0;
11041}
11042_ACEOF
11043if ac_fn_c_try_link "$LINENO"; then :
11044 ac_cv_lib_dld_shl_load=yes
11045else
11046 ac_cv_lib_dld_shl_load=no
11047fi
11048rm -f core conftest.err conftest.$ac_objext \
11049 conftest$ac_exeext conftest.$ac_ext
11050LIBS=$ac_check_lib_save_LIBS
11051fi
11052{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11053$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11054if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11055 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11056else
11057 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11058if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11059 lt_cv_dlopen="dlopen"
11060else
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11062$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11063if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11064 $as_echo_n "(cached) " >&6
c906108c 11065else
b7026657 11066 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11067LIBS="-ldl $LIBS"
81ecdfbb 11068cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11069/* end confdefs.h. */
11070
81ecdfbb
RW
11071/* Override any GCC internal prototype to avoid an error.
11072 Use char because int might match the return type of a GCC
11073 builtin and then its argument prototype would still apply. */
b7026657
AC
11074#ifdef __cplusplus
11075extern "C"
11076#endif
6bb11ab3 11077char dlopen ();
b7026657
AC
11078int
11079main ()
11080{
6bb11ab3 11081return dlopen ();
b7026657
AC
11082 ;
11083 return 0;
11084}
11085_ACEOF
81ecdfbb 11086if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11087 ac_cv_lib_dl_dlopen=yes
b7026657 11088else
6bb11ab3 11089 ac_cv_lib_dl_dlopen=no
b7026657 11090fi
81ecdfbb
RW
11091rm -f core conftest.err conftest.$ac_objext \
11092 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11093LIBS=$ac_check_lib_save_LIBS
11094fi
6bb11ab3
L
11095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11096$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11097if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11098 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11099else
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11101$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11102if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11103 $as_echo_n "(cached) " >&6
c906108c 11104else
b7026657 11105 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11106LIBS="-lsvld $LIBS"
81ecdfbb 11107cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11108/* end confdefs.h. */
11109
81ecdfbb
RW
11110/* Override any GCC internal prototype to avoid an error.
11111 Use char because int might match the return type of a GCC
11112 builtin and then its argument prototype would still apply. */
b7026657
AC
11113#ifdef __cplusplus
11114extern "C"
11115#endif
6bb11ab3 11116char dlopen ();
b7026657
AC
11117int
11118main ()
11119{
6bb11ab3 11120return dlopen ();
b7026657
AC
11121 ;
11122 return 0;
11123}
11124_ACEOF
81ecdfbb 11125if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11126 ac_cv_lib_svld_dlopen=yes
b7026657 11127else
6bb11ab3 11128 ac_cv_lib_svld_dlopen=no
b7026657 11129fi
81ecdfbb
RW
11130rm -f core conftest.err conftest.$ac_objext \
11131 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11132LIBS=$ac_check_lib_save_LIBS
11133fi
6bb11ab3
L
11134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11135$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11136if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11137 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11138else
6bb11ab3
L
11139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11140$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11141if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11142 $as_echo_n "(cached) " >&6
b5bd9624 11143else
6bb11ab3
L
11144 ac_check_lib_save_LIBS=$LIBS
11145LIBS="-ldld $LIBS"
81ecdfbb 11146cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
11147/* end confdefs.h. */
11148
81ecdfbb
RW
11149/* Override any GCC internal prototype to avoid an error.
11150 Use char because int might match the return type of a GCC
b5bd9624 11151 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
11152#ifdef __cplusplus
11153extern "C"
11154#endif
6bb11ab3 11155char dld_link ();
b5bd9624
HPN
11156int
11157main ()
11158{
6bb11ab3 11159return dld_link ();
b5bd9624
HPN
11160 ;
11161 return 0;
11162}
11163_ACEOF
6bb11ab3
L
11164if ac_fn_c_try_link "$LINENO"; then :
11165 ac_cv_lib_dld_dld_link=yes
11166else
11167 ac_cv_lib_dld_dld_link=no
11168fi
11169rm -f core conftest.err conftest.$ac_objext \
11170 conftest$ac_exeext conftest.$ac_ext
11171LIBS=$ac_check_lib_save_LIBS
11172fi
11173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11174$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11175if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11176 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11177fi
11178
11179
11180fi
11181
11182
11183fi
11184
11185
11186fi
11187
11188
11189fi
11190
11191
11192fi
11193
11194 ;;
11195 esac
11196
11197 if test "x$lt_cv_dlopen" != xno; then
11198 enable_dlopen=yes
b5bd9624 11199 else
6bb11ab3
L
11200 enable_dlopen=no
11201 fi
11202
11203 case $lt_cv_dlopen in
11204 dlopen)
11205 save_CPPFLAGS="$CPPFLAGS"
11206 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11207
11208 save_LDFLAGS="$LDFLAGS"
11209 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11210
11211 save_LIBS="$LIBS"
11212 LIBS="$lt_cv_dlopen_libs $LIBS"
11213
11214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11215$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11216if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11217 $as_echo_n "(cached) " >&6
11218else
11219 if test "$cross_compiling" = yes; then :
11220 lt_cv_dlopen_self=cross
11221else
11222 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11223 lt_status=$lt_dlunknown
11224 cat > conftest.$ac_ext <<_LT_EOF
a3e2cc64 11225#line 11225 "configure"
6bb11ab3
L
11226#include "confdefs.h"
11227
11228#if HAVE_DLFCN_H
11229#include <dlfcn.h>
11230#endif
11231
11232#include <stdio.h>
11233
11234#ifdef RTLD_GLOBAL
11235# define LT_DLGLOBAL RTLD_GLOBAL
11236#else
11237# ifdef DL_GLOBAL
11238# define LT_DLGLOBAL DL_GLOBAL
11239# else
11240# define LT_DLGLOBAL 0
11241# endif
11242#endif
11243
11244/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11245 find out it does not work in some platform. */
11246#ifndef LT_DLLAZY_OR_NOW
11247# ifdef RTLD_LAZY
11248# define LT_DLLAZY_OR_NOW RTLD_LAZY
11249# else
11250# ifdef DL_LAZY
11251# define LT_DLLAZY_OR_NOW DL_LAZY
11252# else
11253# ifdef RTLD_NOW
11254# define LT_DLLAZY_OR_NOW RTLD_NOW
11255# else
11256# ifdef DL_NOW
11257# define LT_DLLAZY_OR_NOW DL_NOW
11258# else
11259# define LT_DLLAZY_OR_NOW 0
11260# endif
11261# endif
11262# endif
11263# endif
11264#endif
11265
11266/* When -fvisbility=hidden is used, assume the code has been annotated
11267 correspondingly for the symbols needed. */
11268#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11269void fnord () __attribute__((visibility("default")));
11270#endif
11271
11272void fnord () { int i=42; }
11273int main ()
11274{
11275 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11276 int status = $lt_dlunknown;
11277
11278 if (self)
11279 {
11280 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11281 else
11282 {
11283 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11284 else puts (dlerror ());
11285 }
11286 /* dlclose (self); */
11287 }
11288 else
11289 puts (dlerror ());
11290
11291 return status;
11292}
11293_LT_EOF
11294 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11295 (eval $ac_link) 2>&5
11296 ac_status=$?
11297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11298 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11299 (./conftest; exit; ) >&5 2>/dev/null
11300 lt_status=$?
11301 case x$lt_status in
11302 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11303 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11304 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11305 esac
11306 else :
11307 # compilation failed
11308 lt_cv_dlopen_self=no
b5bd9624 11309 fi
b5bd9624 11310fi
6bb11ab3
L
11311rm -fr conftest*
11312
11313
b5bd9624 11314fi
6bb11ab3
L
11315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11316$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11317
6bb11ab3
L
11318 if test "x$lt_cv_dlopen_self" = xyes; then
11319 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11321$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11322if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11323 $as_echo_n "(cached) " >&6
b5bd9624 11324else
6bb11ab3
L
11325 if test "$cross_compiling" = yes; then :
11326 lt_cv_dlopen_self_static=cross
11327else
11328 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11329 lt_status=$lt_dlunknown
11330 cat > conftest.$ac_ext <<_LT_EOF
a3e2cc64 11331#line 11331 "configure"
6bb11ab3
L
11332#include "confdefs.h"
11333
11334#if HAVE_DLFCN_H
11335#include <dlfcn.h>
11336#endif
11337
11338#include <stdio.h>
11339
11340#ifdef RTLD_GLOBAL
11341# define LT_DLGLOBAL RTLD_GLOBAL
11342#else
11343# ifdef DL_GLOBAL
11344# define LT_DLGLOBAL DL_GLOBAL
11345# else
11346# define LT_DLGLOBAL 0
11347# endif
11348#endif
11349
11350/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11351 find out it does not work in some platform. */
11352#ifndef LT_DLLAZY_OR_NOW
11353# ifdef RTLD_LAZY
11354# define LT_DLLAZY_OR_NOW RTLD_LAZY
11355# else
11356# ifdef DL_LAZY
11357# define LT_DLLAZY_OR_NOW DL_LAZY
11358# else
11359# ifdef RTLD_NOW
11360# define LT_DLLAZY_OR_NOW RTLD_NOW
11361# else
11362# ifdef DL_NOW
11363# define LT_DLLAZY_OR_NOW DL_NOW
11364# else
11365# define LT_DLLAZY_OR_NOW 0
11366# endif
11367# endif
11368# endif
11369# endif
11370#endif
11371
11372/* When -fvisbility=hidden is used, assume the code has been annotated
11373 correspondingly for the symbols needed. */
11374#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11375void fnord () __attribute__((visibility("default")));
11376#endif
11377
11378void fnord () { int i=42; }
11379int main ()
11380{
11381 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11382 int status = $lt_dlunknown;
11383
11384 if (self)
11385 {
11386 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11387 else
11388 {
11389 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11390 else puts (dlerror ());
11391 }
11392 /* dlclose (self); */
11393 }
11394 else
11395 puts (dlerror ());
11396
11397 return status;
11398}
11399_LT_EOF
11400 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11401 (eval $ac_link) 2>&5
11402 ac_status=$?
11403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11404 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11405 (./conftest; exit; ) >&5 2>/dev/null
11406 lt_status=$?
11407 case x$lt_status in
11408 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11409 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11410 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11411 esac
11412 else :
11413 # compilation failed
11414 lt_cv_dlopen_self_static=no
11415 fi
b5bd9624 11416fi
6bb11ab3
L
11417rm -fr conftest*
11418
11419
b5bd9624 11420fi
6bb11ab3
L
11421{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11422$as_echo "$lt_cv_dlopen_self_static" >&6; }
11423 fi
11424
11425 CPPFLAGS="$save_CPPFLAGS"
11426 LDFLAGS="$save_LDFLAGS"
11427 LIBS="$save_LIBS"
11428 ;;
11429 esac
11430
11431 case $lt_cv_dlopen_self in
11432 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11433 *) enable_dlopen_self=unknown ;;
11434 esac
11435
11436 case $lt_cv_dlopen_self_static in
11437 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11438 *) enable_dlopen_self_static=unknown ;;
11439 esac
11440fi
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457
11458striplib=
11459old_striplib=
11460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11461$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11462if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11463 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11464 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11466$as_echo "yes" >&6; }
11467else
11468# FIXME - insert some real tests, host_os isn't really good enough
11469 case $host_os in
11470 darwin*)
11471 if test -n "$STRIP" ; then
11472 striplib="$STRIP -x"
11473 old_striplib="$STRIP -S"
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11475$as_echo "yes" >&6; }
11476 else
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11478$as_echo "no" >&6; }
11479 fi
11480 ;;
11481 *)
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11483$as_echo "no" >&6; }
11484 ;;
11485 esac
11486fi
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499 # Report which library types will actually be built
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11501$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11503$as_echo "$can_build_shared" >&6; }
11504
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11506$as_echo_n "checking whether to build shared libraries... " >&6; }
11507 test "$can_build_shared" = "no" && enable_shared=no
11508
11509 # On AIX, shared libraries and static libraries use the same namespace, and
11510 # are all built from PIC.
11511 case $host_os in
11512 aix3*)
11513 test "$enable_shared" = yes && enable_static=no
11514 if test -n "$RANLIB"; then
11515 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11516 postinstall_cmds='$RANLIB $lib'
11517 fi
11518 ;;
11519
11520 aix[4-9]*)
11521 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11522 test "$enable_shared" = yes && enable_static=no
11523 fi
11524 ;;
11525 esac
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11527$as_echo "$enable_shared" >&6; }
11528
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11530$as_echo_n "checking whether to build static libraries... " >&6; }
11531 # Make sure either enable_shared or enable_static is yes.
11532 test "$enable_shared" = yes || enable_static=yes
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11534$as_echo "$enable_static" >&6; }
11535
11536
11537
11538
11539fi
11540ac_ext=c
11541ac_cpp='$CPP $CPPFLAGS'
11542ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11543ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11544ac_compiler_gnu=$ac_cv_c_compiler_gnu
11545
11546CC="$lt_save_CC"
11547
11548
11549
11550
11551
11552
11553
11554
11555
b5bd9624 11556
b5bd9624 11557
b5bd9624 11558
b5bd9624 11559
6bb11ab3
L
11560 ac_config_commands="$ac_config_commands libtool"
11561
11562
11563
11564
11565# Only expand once:
11566
11567
5912fadd 11568
b5bd9624 11569
c906108c
SS
11570
11571
31e6ad7d
MF
11572
11573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11574$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11575 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11576if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11577 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11578else
11579 USE_MAINTAINER_MODE=no
c906108c 11580fi
31e6ad7d
MF
11581
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11583$as_echo "$USE_MAINTAINER_MODE" >&6; }
11584 if test $USE_MAINTAINER_MODE = yes; then
11585 MAINTAINER_MODE_TRUE=
11586 MAINTAINER_MODE_FALSE='#'
c906108c 11587else
31e6ad7d
MF
11588 MAINTAINER_MODE_TRUE='#'
11589 MAINTAINER_MODE_FALSE=
81ecdfbb 11590fi
c906108c 11591
31e6ad7d
MF
11592 MAINT=$MAINTAINER_MODE_TRUE
11593
11594
c906108c 11595
81ecdfbb 11596
ce39bd38
MF
11597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11598$as_echo_n "checking for sim debug setting... " >&6; }
11599sim_debug="0"
81ecdfbb
RW
11600# Check whether --enable-sim-debug was given.
11601if test "${enable_sim_debug+set}" = set; then :
11602 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11603 yes) sim_debug="7";;
11604 no) sim_debug="0";;
11605 *) sim_debug="($enableval)";;
c906108c 11606esac
c906108c 11607fi
ce39bd38
MF
11608if test "$sim_debug" != "0"; then
11609
11610cat >>confdefs.h <<_ACEOF
11611#define DEBUG $sim_debug
11612_ACEOF
11613
81ecdfbb 11614fi
c906108c 11615
ce39bd38
MF
11616cat >>confdefs.h <<_ACEOF
11617#define WITH_DEBUG $sim_debug
11618_ACEOF
11619
11620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11621$as_echo "$sim_debug" >&6; }
c906108c 11622
81ecdfbb 11623
ce39bd38
MF
11624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11625$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11626sim_stdio="0"
81ecdfbb
RW
11627# Check whether --enable-sim-stdio was given.
11628if test "${enable_sim_stdio+set}" = set; then :
11629 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11630 yes) sim_stdio="DO_USE_STDIO";;
11631 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11632 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11633esac
81ecdfbb 11634fi
c906108c 11635
ce39bd38
MF
11636cat >>confdefs.h <<_ACEOF
11637#define WITH_STDIO $sim_stdio
11638_ACEOF
11639
11640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11641$as_echo "$sim_stdio" >&6; }
c906108c 11642
81ecdfbb 11643
ce39bd38
MF
11644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11645$as_echo_n "checking for sim trace settings... " >&6; }
11646sim_trace="~TRACE_debug"
81ecdfbb
RW
11647# Check whether --enable-sim-trace was given.
11648if test "${enable_sim_trace+set}" = set; then :
11649 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11650 yes) sim_trace="-1";;
11651 no) sim_trace="0";;
c906108c 11652 [-0-9]*)
ce39bd38 11653 sim_trace="'(${enableval})'";;
2232061b 11654 [[:lower:]]*)
c906108c
SS
11655 sim_trace=""
11656 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11657 if test x"$sim_trace" = x; then
ce39bd38 11658 sim_trace="(TRACE_$x"
c906108c
SS
11659 else
11660 sim_trace="${sim_trace}|TRACE_$x"
11661 fi
11662 done
ce39bd38 11663 sim_trace="$sim_trace)" ;;
c906108c 11664esac
81ecdfbb 11665fi
c906108c 11666
ce39bd38
MF
11667cat >>confdefs.h <<_ACEOF
11668#define WITH_TRACE $sim_trace
11669_ACEOF
11670
11671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11672$as_echo "$sim_trace" >&6; }
c906108c 11673
81ecdfbb 11674
ce39bd38
MF
11675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11676$as_echo_n "checking for sim profile settings... " >&6; }
11677profile="1"
11678sim_profile="-1"
81ecdfbb
RW
11679# Check whether --enable-sim-profile was given.
11680if test "${enable_sim_profile+set}" = set; then :
11681 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11682 yes) profile="1" sim_profile="-1";;
11683 no) profile="0" sim_profile="0";;
c906108c 11684 [-0-9]*)
ce39bd38 11685 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11686 [a-z]*)
ce39bd38 11687 profile="1"
c906108c
SS
11688 sim_profile=""
11689 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11690 if test x"$sim_profile" = x; then
ce39bd38 11691 sim_profile="(PROFILE_$x"
c906108c
SS
11692 else
11693 sim_profile="${sim_profile}|PROFILE_$x"
11694 fi
11695 done
ce39bd38 11696 sim_profile="$sim_profile)" ;;
c906108c 11697esac
81ecdfbb 11698fi
c906108c 11699
ce39bd38
MF
11700cat >>confdefs.h <<_ACEOF
11701#define PROFILE $profile
11702_ACEOF
c906108c 11703
6efef468 11704
ce39bd38
MF
11705cat >>confdefs.h <<_ACEOF
11706#define WITH_PROFILE $sim_profile
11707_ACEOF
11708
11709{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11710$as_echo "$sim_profile" >&6; }
11711
11712
11713
11714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11715$as_echo_n "checking whether to enable sim asserts... " >&6; }
11716sim_assert="1"
35656e95
MF
11717# Check whether --enable-sim-assert was given.
11718if test "${enable_sim_assert+set}" = set; then :
11719 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11720 yes) sim_assert="1";;
11721 no) sim_assert="0";;
d0ac1c44 11722 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11723esac
35656e95
MF
11724fi
11725
ce39bd38
MF
11726cat >>confdefs.h <<_ACEOF
11727#define WITH_ASSERT $sim_assert
11728_ACEOF
11729
11730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11731$as_echo "$sim_assert" >&6; }
11732
35656e95 11733
ce39bd38
MF
11734{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11735$as_echo_n "checking default sim environment setting... " >&6; }
11736sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11737# Check whether --enable-sim-environment was given.
11738if test "${enable_sim_environment+set}" = set; then :
11739 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11740 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11741 user | USER) sim_environment="USER_ENVIRONMENT";;
11742 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11743 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11744 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11745esac
16f7876d
MF
11746fi
11747
ce39bd38
MF
11748cat >>confdefs.h <<_ACEOF
11749#define WITH_ENVIRONMENT $sim_environment
11750_ACEOF
11751
11752{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11753$as_echo "$sim_environment" >&6; }
11754
16f7876d 11755
347fe5bb
MF
11756sim_inline="-DDEFAULT_INLINE=0"
11757# Check whether --enable-sim-inline was given.
11758if test "${enable_sim_inline+set}" = set; then :
11759 enableval=$enable_sim_inline; sim_inline=""
11760case "$enableval" in
11761 no) sim_inline="-DDEFAULT_INLINE=0";;
11762 0) sim_inline="-DDEFAULT_INLINE=0";;
11763 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11764 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11765 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11766 new_flag=""
11767 case "$x" in
11768 *_INLINE=*) new_flag="-D$x";;
11769 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11770 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11771 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11772 esac
11773 if test x"$sim_inline" = x""; then
11774 sim_inline="$new_flag"
11775 else
11776 sim_inline="$sim_inline $new_flag"
11777 fi
11778 done;;
11779esac
11780if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11781 echo "Setting inline flags = $sim_inline" 6>&1
11782fi
11783fi
11784
11785
11786
81ecdfbb
RW
11787
11788# Check whether --with-pkgversion was given.
11789if test "${with_pkgversion+set}" = set; then :
11790 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11791 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11792 no) PKGVERSION= ;;
11793 *) PKGVERSION="($withval) " ;;
11794 esac
11795else
bf12d44e 11796 PKGVERSION="(SIM) "
6efef468 11797
81ecdfbb
RW
11798fi
11799
6efef468
JM
11800
11801
11802
11803
81ecdfbb
RW
11804# Check whether --with-bugurl was given.
11805if test "${with_bugurl+set}" = set; then :
11806 withval=$with_bugurl; case "$withval" in
d0ac1c44 11807 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11808 no) BUGURL=
11809 ;;
11810 *) BUGURL="$withval"
11811 ;;
11812 esac
11813else
dfb856ba 11814 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11815
81ecdfbb
RW
11816fi
11817
6efef468
JM
11818 case ${BUGURL} in
11819 "")
11820 REPORT_BUGS_TO=
11821 REPORT_BUGS_TEXI=
11822 ;;
11823 *)
11824 REPORT_BUGS_TO="<$BUGURL>"
11825 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11826 ;;
11827 esac;
11828
11829
11830
11831
11832cat >>confdefs.h <<_ACEOF
11833#define PKGVERSION "$PKGVERSION"
11834_ACEOF
11835
11836
11837cat >>confdefs.h <<_ACEOF
11838#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11839_ACEOF
11840
11841
81ecdfbb
RW
11842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11843$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11844if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11845 $as_echo_n "(cached) " >&6
c906108c 11846else
81ecdfbb 11847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11848/* end confdefs.h. */
c906108c
SS
11849#include <sys/types.h>
11850#include <signal.h>
c906108c 11851
b7026657
AC
11852int
11853main ()
11854{
81ecdfbb 11855return *(signal (0, 0)) (0) == 1;
b7026657
AC
11856 ;
11857 return 0;
11858}
11859_ACEOF
81ecdfbb
RW
11860if ac_fn_c_try_compile "$LINENO"; then :
11861 ac_cv_type_signal=int
b7026657 11862else
81ecdfbb 11863 ac_cv_type_signal=void
b7026657 11864fi
81ecdfbb 11865rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 11866fi
81ecdfbb
RW
11867{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11868$as_echo "$ac_cv_type_signal" >&6; }
b7026657
AC
11869
11870cat >>confdefs.h <<_ACEOF
11871#define RETSIGTYPE $ac_cv_type_signal
11872_ACEOF
11873
11874
11875
11876
11877
b7026657 11878
5c1008a4
MF
11879# Check whether --enable-werror was given.
11880if test "${enable_werror+set}" = set; then :
11881 enableval=$enable_werror; case "${enableval}" in
11882 yes | y) ERROR_ON_WARNING="yes" ;;
11883 no | n) ERROR_ON_WARNING="no" ;;
11884 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11885 esac
11886fi
11887
11888
11889# Enable -Werror by default when using gcc
11890if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11891 ERROR_ON_WARNING=yes
11892fi
11893
11894WERROR_CFLAGS=""
11895
11896build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11897-Wpointer-sign \
11898-Wno-unused -Wunused-value -Wunused-function \
11899-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11900-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11901-Wold-style-declaration -Wold-style-definition"
11902
11903# Enable -Wno-format by default when using gcc on mingw since many
11904# GCC versions complain about %I64.
11905case "${host}" in
11906 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11907 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11908esac
11909
11910# Check whether --enable-build-warnings was given.
11911if test "${enable_build_warnings+set}" = set; then :
11912 enableval=$enable_build_warnings; case "${enableval}" in
11913 yes) ;;
11914 no) build_warnings="-w";;
11915 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11916 build_warnings="${build_warnings} ${t}";;
11917 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11918 build_warnings="${t} ${build_warnings}";;
11919 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11920esac
11921if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11922 echo "Setting compiler warning flags = $build_warnings" 6>&1
11923fi
11924fi
11925# Check whether --enable-sim-build-warnings was given.
11926if test "${enable_sim_build_warnings+set}" = set; then :
11927 enableval=$enable_sim_build_warnings; case "${enableval}" in
11928 yes) ;;
11929 no) build_warnings="-w";;
11930 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11931 build_warnings="${build_warnings} ${t}";;
11932 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11933 build_warnings="${t} ${build_warnings}";;
11934 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11935esac
11936if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11937 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11938fi
11939fi
11940WARN_CFLAGS=""
11941if test "x${build_warnings}" != x -a "x$GCC" = xyes
11942then
11943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11944$as_echo_n "checking compiler warning flags... " >&6; }
11945 # Separate out the -Werror flag as some files just cannot be
11946 # compiled with it enabled.
11947 for w in ${build_warnings}; do
11948 case $w in
11949 -Werr*) WERROR_CFLAGS=-Werror ;;
11950 *) # Check that GCC accepts it
11951 saved_CFLAGS="$CFLAGS"
11952 CFLAGS="$CFLAGS $w"
11953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11954/* end confdefs.h. */
11955
11956int
11957main ()
11958{
11959
11960 ;
11961 return 0;
11962}
11963_ACEOF
11964if ac_fn_c_try_compile "$LINENO"; then :
11965 WARN_CFLAGS="${WARN_CFLAGS} $w"
11966fi
11967rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11968 CFLAGS="$saved_CFLAGS"
11969 esac
11970 done
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11972$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11973fi
11974
11975
b7026657 11976# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
11977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
11978$as_echo_n "checking for cygwin... " >&6; }
d0ac1c44 11979if ${sim_cv_os_cygwin+:} false; then :
81ecdfbb 11980 $as_echo_n "(cached) " >&6
b7026657 11981else
81ecdfbb 11982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11983/* end confdefs.h. */
11984
11985#ifdef __CYGWIN__
11986lose
11987#endif
11988_ACEOF
11989if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 11990 $EGREP "lose" >/dev/null 2>&1; then :
b7026657
AC
11991 sim_cv_os_cygwin=yes
11992else
11993 sim_cv_os_cygwin=no
11994fi
11995rm -f conftest*
11996
11997fi
81ecdfbb
RW
11998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_cv_os_cygwin" >&5
11999$as_echo "$sim_cv_os_cygwin" >&6; }
b7026657 12000
c1230d1b
JS
12001# Keep in sync with gdb's configure.ac list.
12002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
b909d38d 12003$as_echo_n "checking for library containing tgetent... " >&6; }
d0ac1c44 12004if ${ac_cv_search_tgetent+:} false; then :
81ecdfbb 12005 $as_echo_n "(cached) " >&6
b7026657 12006else
b909d38d 12007 ac_func_search_save_LIBS=$LIBS
81ecdfbb 12008cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12009/* end confdefs.h. */
12010
b909d38d
MF
12011/* Override any GCC internal prototype to avoid an error.
12012 Use char because int might match the return type of a GCC
12013 builtin and then its argument prototype would still apply. */
12014#ifdef __cplusplus
12015extern "C"
12016#endif
12017char tgetent ();
b7026657
AC
12018int
12019main ()
12020{
b909d38d 12021return tgetent ();
b7026657
AC
12022 ;
12023 return 0;
12024}
12025_ACEOF
b909d38d
MF
12026for ac_lib in '' termcap tinfo curses ncurses; do
12027 if test -z "$ac_lib"; then
12028 ac_res="none required"
12029 else
12030 ac_res=-l$ac_lib
12031 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12032 fi
12033 if ac_fn_c_try_link "$LINENO"; then :
12034 ac_cv_search_tgetent=$ac_res
b7026657 12035fi
81ecdfbb 12036rm -f core conftest.err conftest.$ac_objext \
b909d38d 12037 conftest$ac_exeext
d0ac1c44 12038 if ${ac_cv_search_tgetent+:} false; then :
b909d38d 12039 break
b7026657 12040fi
b909d38d 12041done
d0ac1c44 12042if ${ac_cv_search_tgetent+:} false; then :
b909d38d
MF
12043
12044else
12045 ac_cv_search_tgetent=no
12046fi
12047rm conftest.$ac_ext
12048LIBS=$ac_func_search_save_LIBS
12049fi
12050{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
12051$as_echo "$ac_cv_search_tgetent" >&6; }
12052ac_res=$ac_cv_search_tgetent
12053if test "$ac_res" != no; then :
12054 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12055 TERMCAP=$ac_cv_search_tgetent
b7026657
AC
12056else
12057 TERMCAP=""
12058fi
12059
c1230d1b
JS
12060if test x$sim_cv_os_cygwin = xyes; then
12061 TERMCAP="${TERMCAP} -luser32"
b7026657
AC
12062fi
12063
12064
70a9be63
HPN
12065# We prefer the in-tree readline. Top-level dependencies make sure
12066# src/readline (if it's there) is configured before src/sim.
12067if test -r ../../readline/Makefile; then
12068 READLINE=../../readline/libreadline.a
12069else
81ecdfbb
RW
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5
12071$as_echo_n "checking for readline in -lreadline... " >&6; }
d0ac1c44 12072if ${ac_cv_lib_readline_readline+:} false; then :
81ecdfbb 12073 $as_echo_n "(cached) " >&6
70a9be63
HPN
12074else
12075 ac_check_lib_save_LIBS=$LIBS
12076LIBS="-lreadline $TERMCAP $LIBS"
81ecdfbb 12077cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70a9be63
HPN
12078/* end confdefs.h. */
12079
81ecdfbb
RW
12080/* Override any GCC internal prototype to avoid an error.
12081 Use char because int might match the return type of a GCC
12082 builtin and then its argument prototype would still apply. */
70a9be63
HPN
12083#ifdef __cplusplus
12084extern "C"
12085#endif
70a9be63
HPN
12086char readline ();
12087int
12088main ()
12089{
81ecdfbb 12090return readline ();
70a9be63
HPN
12091 ;
12092 return 0;
12093}
12094_ACEOF
81ecdfbb 12095if ac_fn_c_try_link "$LINENO"; then :
70a9be63
HPN
12096 ac_cv_lib_readline_readline=yes
12097else
81ecdfbb 12098 ac_cv_lib_readline_readline=no
70a9be63 12099fi
81ecdfbb
RW
12100rm -f core conftest.err conftest.$ac_objext \
12101 conftest$ac_exeext conftest.$ac_ext
70a9be63
HPN
12102LIBS=$ac_check_lib_save_LIBS
12103fi
81ecdfbb
RW
12104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_readline" >&5
12105$as_echo "$ac_cv_lib_readline_readline" >&6; }
d0ac1c44 12106if test "x$ac_cv_lib_readline_readline" = xyes; then :
70a9be63
HPN
12107 READLINE=-lreadline
12108else
d0ac1c44 12109 as_fn_error $? "the required \"readline\" library is missing" "$LINENO" 5
70a9be63
HPN
12110fi
12111
12112fi
12113
b7026657 12114
b7026657
AC
12115cgen_breaks=""
12116if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12117cgen_breaks="break cgen_rtx_error";
12118fi
12119
81ecdfbb 12120ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 12121
81ecdfbb 12122ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 12123
81ecdfbb 12124ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 12125
81ecdfbb 12126ac_config_commands="$ac_config_commands Makefile"
38f48d72 12127
81ecdfbb 12128ac_config_commands="$ac_config_commands stamp-h"
38f48d72 12129
760b3e8b
MF
12130
12131
12132
12133
12134
12135
12136
12137
12138
12139
12140
12141
b7026657
AC
12142cat >confcache <<\_ACEOF
12143# This file is a shell script that caches the results of configure
12144# tests run on this system so they can be shared between configure
12145# scripts and configure runs, see configure's option --config-cache.
12146# It is not useful on other systems. If it contains results you don't
12147# want to keep, you may remove or edit it.
12148#
12149# config.status only pays attention to the cache file if you give it
12150# the --recheck option to rerun configure.
12151#
12152# `ac_cv_env_foo' variables (set or unset) will be overridden when
12153# loading this file, other *unset* `ac_cv_foo' will be assigned the
12154# following values.
12155
12156_ACEOF
12157
12158# The following way of writing the cache mishandles newlines in values,
12159# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12160# So, we kill variables containing newlines.
b7026657
AC
12161# Ultrix sh set writes to stderr and can't be redirected directly,
12162# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12163(
12164 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12165 eval ac_val=\$$ac_var
12166 case $ac_val in #(
12167 *${as_nl}*)
12168 case $ac_var in #(
12169 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12170$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12171 esac
12172 case $ac_var in #(
12173 _ | IFS | as_nl) ;; #(
12174 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12175 *) { eval $ac_var=; unset $ac_var;} ;;
12176 esac ;;
12177 esac
12178 done
12179
b7026657 12180 (set) 2>&1 |
81ecdfbb
RW
12181 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12182 *${as_nl}ac_space=\ *)
12183 # `set' does not quote correctly, so add quotes: double-quote
12184 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
12185 sed -n \
12186 "s/'/'\\\\''/g;
12187 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12188 ;; #(
b7026657
AC
12189 *)
12190 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12191 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 12192 ;;
81ecdfbb
RW
12193 esac |
12194 sort
12195) |
b7026657 12196 sed '
81ecdfbb 12197 /^ac_cv_env_/b end
b7026657 12198 t clear
81ecdfbb 12199 :clear
b7026657
AC
12200 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12201 t end
81ecdfbb
RW
12202 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12203 :end' >>confcache
12204if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12205 if test -w "$cache_file"; then
d0ac1c44 12206 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
12207 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12208$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12209 if test ! -f "$cache_file" || test -h "$cache_file"; then
12210 cat confcache >"$cache_file"
12211 else
12212 case $cache_file in #(
12213 */* | ?:*)
12214 mv -f confcache "$cache_file"$$ &&
12215 mv -f "$cache_file"$$ "$cache_file" ;; #(
12216 *)
12217 mv -f confcache "$cache_file" ;;
12218 esac
12219 fi
12220 fi
b7026657 12221 else
81ecdfbb
RW
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12223$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
12224 fi
12225fi
12226rm -f confcache
12227
12228test "x$prefix" = xNONE && prefix=$ac_default_prefix
12229# Let make expand exec_prefix.
12230test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12231
b7026657
AC
12232DEFS=-DHAVE_CONFIG_H
12233
12234ac_libobjs=
12235ac_ltlibobjs=
d0ac1c44 12236U=
b7026657
AC
12237for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12238 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12239 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12240 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12241 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12242 # will be set to the directory where LIBOBJS objects are built.
12243 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12244 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
12245done
12246LIBOBJS=$ac_libobjs
12247
12248LTLIBOBJS=$ac_ltlibobjs
12249
12250
0cb8d851 12251
db2e4d67 12252if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 12253 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
12254Usually this means the macro was only invoked conditionally." "$LINENO" 5
12255fi
6bb11ab3 12256if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12257 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12258Usually this means the macro was only invoked conditionally." "$LINENO" 5
12259fi
31e6ad7d 12260if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12261 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12262Usually this means the macro was only invoked conditionally." "$LINENO" 5
12263fi
b7026657 12264
d0ac1c44 12265: "${CONFIG_STATUS=./config.status}"
81ecdfbb 12266ac_write_fail=0
b7026657
AC
12267ac_clean_files_save=$ac_clean_files
12268ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
12269{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12270$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12271as_write_fail=0
12272cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
12273#! $SHELL
12274# Generated by $as_me.
12275# Run this file to recreate the current configuration.
12276# Compiler output produced by configure, useful for debugging
12277# configure, is in config.log if it exists.
12278
12279debug=false
12280ac_cs_recheck=false
12281ac_cs_silent=false
b7026657 12282
81ecdfbb
RW
12283SHELL=\${CONFIG_SHELL-$SHELL}
12284export SHELL
12285_ASEOF
12286cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12287## -------------------- ##
12288## M4sh Initialization. ##
12289## -------------------- ##
12290
12291# Be more Bourne compatible
12292DUALCASE=1; export DUALCASE # for MKS sh
12293if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
12294 emulate sh
12295 NULLCMD=:
81ecdfbb 12296 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
12297 # is contrary to our usage. Disable this feature.
12298 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
12299 setopt NO_GLOB_SUBST
12300else
12301 case `(set -o) 2>/dev/null` in #(
12302 *posix*) :
12303 set -o posix ;; #(
12304 *) :
12305 ;;
12306esac
b7026657 12307fi
b7026657 12308
81ecdfbb
RW
12309
12310as_nl='
12311'
12312export as_nl
12313# Printing a long string crashes Solaris 7 /usr/bin/printf.
12314as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12315as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12316as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12317# Prefer a ksh shell builtin over an external printf program on Solaris,
12318# but without wasting forks for bash or zsh.
12319if test -z "$BASH_VERSION$ZSH_VERSION" \
12320 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12321 as_echo='print -r --'
12322 as_echo_n='print -rn --'
12323elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12324 as_echo='printf %s\n'
12325 as_echo_n='printf %s'
12326else
12327 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12328 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12329 as_echo_n='/usr/ucb/echo -n'
12330 else
12331 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12332 as_echo_n_body='eval
12333 arg=$1;
12334 case $arg in #(
12335 *"$as_nl"*)
12336 expr "X$arg" : "X\\(.*\\)$as_nl";
12337 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12338 esac;
12339 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12340 '
12341 export as_echo_n_body
12342 as_echo_n='sh -c $as_echo_n_body as_echo'
12343 fi
12344 export as_echo_body
12345 as_echo='sh -c $as_echo_body as_echo'
12346fi
12347
12348# The user is always right.
12349if test "${PATH_SEPARATOR+set}" != set; then
12350 PATH_SEPARATOR=:
12351 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12352 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12353 PATH_SEPARATOR=';'
12354 }
b7026657
AC
12355fi
12356
12357
81ecdfbb
RW
12358# IFS
12359# We need space, tab and new line, in precisely that order. Quoting is
12360# there to prevent editors from complaining about space-tab.
12361# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12362# splitting by setting IFS to empty value.)
12363IFS=" "" $as_nl"
12364
12365# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12366as_myself=
81ecdfbb
RW
12367case $0 in #((
12368 *[\\/]* ) as_myself=$0 ;;
12369 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12370for as_dir in $PATH
12371do
12372 IFS=$as_save_IFS
12373 test -z "$as_dir" && as_dir=.
12374 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12375 done
12376IFS=$as_save_IFS
12377
12378 ;;
12379esac
12380# We did not find ourselves, most probably we were run as `sh COMMAND'
12381# in which case we are not to be found in the path.
12382if test "x$as_myself" = x; then
12383 as_myself=$0
12384fi
12385if test ! -f "$as_myself"; then
12386 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12387 exit 1
12388fi
12389
12390# Unset variables that we do not need and which cause bugs (e.g. in
12391# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12392# suppresses any "Segmentation fault" message there. '((' could
12393# trigger a bug in pdksh 5.2.14.
12394for as_var in BASH_ENV ENV MAIL MAILPATH
12395do eval test x\${$as_var+set} = xset \
12396 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12397done
b7026657
AC
12398PS1='$ '
12399PS2='> '
12400PS4='+ '
12401
12402# NLS nuisances.
81ecdfbb
RW
12403LC_ALL=C
12404export LC_ALL
12405LANGUAGE=C
12406export LANGUAGE
12407
12408# CDPATH.
12409(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12410
12411
d0ac1c44
SM
12412# as_fn_error STATUS ERROR [LINENO LOG_FD]
12413# ----------------------------------------
81ecdfbb
RW
12414# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12415# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12416# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12417as_fn_error ()
12418{
d0ac1c44
SM
12419 as_status=$1; test $as_status -eq 0 && as_status=1
12420 if test "$4"; then
12421 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12422 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 12423 fi
d0ac1c44 12424 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12425 as_fn_exit $as_status
12426} # as_fn_error
12427
12428
12429# as_fn_set_status STATUS
12430# -----------------------
12431# Set $? to STATUS, without forking.
12432as_fn_set_status ()
12433{
12434 return $1
12435} # as_fn_set_status
12436
12437# as_fn_exit STATUS
12438# -----------------
12439# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12440as_fn_exit ()
12441{
12442 set +e
12443 as_fn_set_status $1
12444 exit $1
12445} # as_fn_exit
12446
12447# as_fn_unset VAR
12448# ---------------
12449# Portably unset VAR.
12450as_fn_unset ()
12451{
12452 { eval $1=; unset $1;}
12453}
12454as_unset=as_fn_unset
12455# as_fn_append VAR VALUE
12456# ----------------------
12457# Append the text in VALUE to the end of the definition contained in VAR. Take
12458# advantage of any shell optimizations that allow amortized linear growth over
12459# repeated appends, instead of the typical quadratic growth present in naive
12460# implementations.
12461if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12462 eval 'as_fn_append ()
12463 {
12464 eval $1+=\$2
12465 }'
12466else
12467 as_fn_append ()
12468 {
12469 eval $1=\$$1\$2
12470 }
12471fi # as_fn_append
12472
12473# as_fn_arith ARG...
12474# ------------------
12475# Perform arithmetic evaluation on the ARGs, and store the result in the
12476# global $as_val. Take advantage of shells that can avoid forks. The arguments
12477# must be portable across $(()) and expr.
12478if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12479 eval 'as_fn_arith ()
12480 {
12481 as_val=$(( $* ))
12482 }'
12483else
12484 as_fn_arith ()
12485 {
12486 as_val=`expr "$@" || test $? -eq 1`
12487 }
12488fi # as_fn_arith
12489
b7026657 12490
81ecdfbb
RW
12491if expr a : '\(a\)' >/dev/null 2>&1 &&
12492 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 12493 as_expr=expr
c906108c 12494else
b7026657 12495 as_expr=false
c906108c
SS
12496fi
12497
81ecdfbb 12498if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
12499 as_basename=basename
12500else
12501 as_basename=false
12502fi
c906108c 12503
81ecdfbb
RW
12504if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12505 as_dirname=dirname
12506else
12507 as_dirname=false
12508fi
c906108c 12509
81ecdfbb 12510as_me=`$as_basename -- "$0" ||
b7026657
AC
12511$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12512 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12513 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12514$as_echo X/"$0" |
12515 sed '/^.*\/\([^/][^/]*\)\/*$/{
12516 s//\1/
12517 q
12518 }
12519 /^X\/\(\/\/\)$/{
12520 s//\1/
12521 q
12522 }
12523 /^X\/\(\/\).*/{
12524 s//\1/
12525 q
12526 }
12527 s/.*/./; q'`
c906108c 12528
b7026657
AC
12529# Avoid depending upon Character Ranges.
12530as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12531as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12532as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12533as_cr_digits='0123456789'
12534as_cr_alnum=$as_cr_Letters$as_cr_digits
cd0fc7c3 12535
81ecdfbb
RW
12536ECHO_C= ECHO_N= ECHO_T=
12537case `echo -n x` in #(((((
12538-n*)
12539 case `echo 'xy\c'` in
12540 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12541 xy) ECHO_C='\c';;
12542 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12543 ECHO_T=' ';;
12544 esac;;
12545*)
12546 ECHO_N='-n';;
b7026657 12547esac
c906108c 12548
81ecdfbb
RW
12549rm -f conf$$ conf$$.exe conf$$.file
12550if test -d conf$$.dir; then
12551 rm -f conf$$.dir/conf$$.file
c906108c 12552else
81ecdfbb
RW
12553 rm -f conf$$.dir
12554 mkdir conf$$.dir 2>/dev/null
c906108c 12555fi
81ecdfbb
RW
12556if (echo >conf$$.file) 2>/dev/null; then
12557 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12558 as_ln_s='ln -s'
81ecdfbb
RW
12559 # ... but there are two gotchas:
12560 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12561 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12562 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12563 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12564 as_ln_s='cp -pR'
81ecdfbb
RW
12565 elif ln conf$$.file conf$$ 2>/dev/null; then
12566 as_ln_s=ln
12567 else
d0ac1c44 12568 as_ln_s='cp -pR'
b7026657 12569 fi
7a292a7a 12570else
d0ac1c44 12571 as_ln_s='cp -pR'
b7026657 12572fi
81ecdfbb
RW
12573rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12574rmdir conf$$.dir 2>/dev/null
12575
7a292a7a 12576
81ecdfbb
RW
12577# as_fn_mkdir_p
12578# -------------
12579# Create "$as_dir" as a directory, including parents if necessary.
12580as_fn_mkdir_p ()
12581{
12582
12583 case $as_dir in #(
12584 -*) as_dir=./$as_dir;;
12585 esac
12586 test -d "$as_dir" || eval $as_mkdir_p || {
12587 as_dirs=
12588 while :; do
12589 case $as_dir in #(
12590 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12591 *) as_qdir=$as_dir;;
12592 esac
12593 as_dirs="'$as_qdir' $as_dirs"
12594 as_dir=`$as_dirname -- "$as_dir" ||
12595$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12596 X"$as_dir" : 'X\(//\)[^/]' \| \
12597 X"$as_dir" : 'X\(//\)$' \| \
12598 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12599$as_echo X"$as_dir" |
12600 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12601 s//\1/
12602 q
12603 }
12604 /^X\(\/\/\)[^/].*/{
12605 s//\1/
12606 q
12607 }
12608 /^X\(\/\/\)$/{
12609 s//\1/
12610 q
12611 }
12612 /^X\(\/\).*/{
12613 s//\1/
12614 q
12615 }
12616 s/.*/./; q'`
12617 test -d "$as_dir" && break
12618 done
12619 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12620 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
12621
12622
12623} # as_fn_mkdir_p
b7026657 12624if mkdir -p . 2>/dev/null; then
81ecdfbb 12625 as_mkdir_p='mkdir -p "$as_dir"'
7a292a7a 12626else
b7026657
AC
12627 test -d ./-p && rmdir ./-p
12628 as_mkdir_p=false
7a292a7a 12629fi
7a292a7a 12630
d0ac1c44
SM
12631
12632# as_fn_executable_p FILE
12633# -----------------------
12634# Test if FILE is an executable regular file.
12635as_fn_executable_p ()
12636{
12637 test -f "$1" && test -x "$1"
12638} # as_fn_executable_p
12639as_test_x='test -x'
12640as_executable_p=as_fn_executable_p
7a292a7a 12641
b7026657
AC
12642# Sed expression to map a string onto a valid CPP name.
12643as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7a292a7a 12644
b7026657
AC
12645# Sed expression to map a string onto a valid variable name.
12646as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12647
12648
b7026657 12649exec 6>&1
81ecdfbb
RW
12650## ----------------------------------- ##
12651## Main body of $CONFIG_STATUS script. ##
12652## ----------------------------------- ##
12653_ASEOF
12654test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12655
12656cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12657# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12658# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12659# values after options handling.
12660ac_log="
b7026657 12661This file was extended by $as_me, which was
d0ac1c44 12662generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12663
12664 CONFIG_FILES = $CONFIG_FILES
12665 CONFIG_HEADERS = $CONFIG_HEADERS
12666 CONFIG_LINKS = $CONFIG_LINKS
12667 CONFIG_COMMANDS = $CONFIG_COMMANDS
12668 $ $0 $@
12669
81ecdfbb
RW
12670on `(hostname || uname -n) 2>/dev/null | sed 1q`
12671"
12672
b7026657
AC
12673_ACEOF
12674
81ecdfbb
RW
12675case $ac_config_files in *"
12676"*) set x $ac_config_files; shift; ac_config_files=$*;;
12677esac
c906108c 12678
81ecdfbb
RW
12679case $ac_config_headers in *"
12680"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12681esac
b7026657 12682
c906108c 12683
81ecdfbb
RW
12684cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12685# Files that config.status was made for.
12686config_files="$ac_config_files"
12687config_headers="$ac_config_headers"
81ecdfbb 12688config_commands="$ac_config_commands"
c906108c 12689
81ecdfbb 12690_ACEOF
c906108c 12691
81ecdfbb 12692cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12693ac_cs_usage="\
81ecdfbb
RW
12694\`$as_me' instantiates files and other configuration actions
12695from templates according to the current configuration. Unless the files
12696and actions are specified as TAGs, all are instantiated by default.
c906108c 12697
81ecdfbb 12698Usage: $0 [OPTION]... [TAG]...
c906108c 12699
b7026657 12700 -h, --help print this help, then exit
81ecdfbb 12701 -V, --version print version number and configuration settings, then exit
d0ac1c44 12702 --config print configuration, then exit
81ecdfbb
RW
12703 -q, --quiet, --silent
12704 do not print progress messages
b7026657
AC
12705 -d, --debug don't remove temporary files
12706 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12707 --file=FILE[:TEMPLATE]
12708 instantiate the configuration file FILE
12709 --header=FILE[:TEMPLATE]
12710 instantiate the configuration header FILE
379832de 12711
b7026657
AC
12712Configuration files:
12713$config_files
12714
12715Configuration headers:
12716$config_headers
12717
b7026657
AC
12718Configuration commands:
12719$config_commands
12720
81ecdfbb 12721Report bugs to the package provider."
b7026657 12722
81ecdfbb
RW
12723_ACEOF
12724cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12725ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12726ac_cs_version="\\
12727config.status
d0ac1c44
SM
12728configured by $0, generated by GNU Autoconf 2.69,
12729 with options \\"\$ac_cs_config\\"
b7026657 12730
d0ac1c44 12731Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12732This config.status script is free software; the Free Software Foundation
12733gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12734
12735ac_pwd='$ac_pwd'
12736srcdir='$srcdir'
12737INSTALL='$INSTALL'
6bb11ab3 12738AWK='$AWK'
81ecdfbb 12739test -n "\$AWK" || AWK=awk
b7026657
AC
12740_ACEOF
12741
81ecdfbb
RW
12742cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12743# The default lists apply if the user does not specify any file.
b7026657
AC
12744ac_need_defaults=:
12745while test $# != 0
12746do
12747 case $1 in
d0ac1c44 12748 --*=?*)
81ecdfbb
RW
12749 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12750 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12751 ac_shift=:
c906108c 12752 ;;
d0ac1c44
SM
12753 --*=)
12754 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12755 ac_optarg=
12756 ac_shift=:
12757 ;;
81ecdfbb 12758 *)
b7026657
AC
12759 ac_option=$1
12760 ac_optarg=$2
12761 ac_shift=shift
c906108c 12762 ;;
b7026657 12763 esac
c906108c 12764
b7026657
AC
12765 case $ac_option in
12766 # Handling of the options.
b7026657
AC
12767 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12768 ac_cs_recheck=: ;;
81ecdfbb
RW
12769 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12770 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12771 --config | --confi | --conf | --con | --co | --c )
12772 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12773 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12774 debug=: ;;
12775 --file | --fil | --fi | --f )
12776 $ac_shift
81ecdfbb
RW
12777 case $ac_optarg in
12778 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12779 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12780 esac
12781 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12782 ac_need_defaults=false;;
12783 --header | --heade | --head | --hea )
12784 $ac_shift
81ecdfbb
RW
12785 case $ac_optarg in
12786 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12787 esac
12788 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12789 ac_need_defaults=false;;
81ecdfbb
RW
12790 --he | --h)
12791 # Conflict between --help and --header
d0ac1c44 12792 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12793Try \`$0 --help' for more information.";;
12794 --help | --hel | -h )
12795 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12796 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12797 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12798 ac_cs_silent=: ;;
c906108c 12799
b7026657 12800 # This is an error.
d0ac1c44 12801 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12802Try \`$0 --help' for more information." ;;
c906108c 12803
81ecdfbb
RW
12804 *) as_fn_append ac_config_targets " $1"
12805 ac_need_defaults=false ;;
b7026657
AC
12806
12807 esac
12808 shift
12809done
12810
12811ac_configure_extra_args=
12812
12813if $ac_cs_silent; then
12814 exec 6>/dev/null
12815 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12816fi
12817
b7026657 12818_ACEOF
81ecdfbb 12819cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12820if \$ac_cs_recheck; then
d0ac1c44 12821 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12822 shift
12823 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12824 CONFIG_SHELL='$SHELL'
12825 export CONFIG_SHELL
12826 exec "\$@"
b7026657 12827fi
c906108c 12828
b7026657 12829_ACEOF
81ecdfbb
RW
12830cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12831exec 5>>config.log
12832{
12833 echo
12834 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12835## Running $as_me. ##
12836_ASBOX
12837 $as_echo "$ac_log"
12838} >&5
c906108c 12839
81ecdfbb
RW
12840_ACEOF
12841cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12842#
12843# INIT-COMMANDS
12844#
12845ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12846
6bb11ab3
L
12847
12848# The HP-UX ksh and POSIX shell print the target directory to stdout
12849# if CDPATH is set.
12850(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12851
12852sed_quote_subst='$sed_quote_subst'
12853double_quote_subst='$double_quote_subst'
12854delay_variable_subst='$delay_variable_subst'
12855macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12856macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12857enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12858enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12859pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12860enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12861SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12862ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12863host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12864host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12865host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12866build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12867build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12868build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12869SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12870Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12871GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12872EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12873FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12874LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12875NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12876LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12877max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12878ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12879exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12880lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12881lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12882lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12883reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12884reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12885OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12886deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12887file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12888AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12889AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12890STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12891RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12892old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12893old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12894old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12895lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12896CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12897CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12898compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12899GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12900lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12901lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12902lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12903lt_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"`'
12904objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12905MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12906lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12907lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12908lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12909lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12910lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12911need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12912DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12913NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12914LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12915OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12916OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12917libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12918shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12919extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12920archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12921enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12922export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12923whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12924compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12925old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12926old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12927archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12928archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12929module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12930module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12931with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12932allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12933no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12934hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12935hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12936hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12937hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12938hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12939hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12940hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12941hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12942inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12943link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12944fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12945always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12946export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12947exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12948include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12949prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12950file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12951variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12952need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12953need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12954version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12955runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12956shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12957shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12958libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12959library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12960soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12961install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12962postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12963postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12964finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12965finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12966hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12967sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12968sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12969hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12970enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12971enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12972enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12973old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12974striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12975
12976LTCC='$LTCC'
12977LTCFLAGS='$LTCFLAGS'
12978compiler='$compiler_DEFAULT'
12979
12980# A function that is used when there is no print builtin or printf.
12981func_fallback_echo ()
12982{
12983 eval 'cat <<_LTECHO_EOF
12984\$1
12985_LTECHO_EOF'
12986}
12987
12988# Quote evaled strings.
12989for var in SHELL \
12990ECHO \
12991SED \
12992GREP \
12993EGREP \
12994FGREP \
12995LD \
12996NM \
12997LN_S \
12998lt_SP2NL \
12999lt_NL2SP \
13000reload_flag \
13001OBJDUMP \
13002deplibs_check_method \
13003file_magic_cmd \
13004AR \
13005AR_FLAGS \
13006STRIP \
13007RANLIB \
13008CC \
13009CFLAGS \
13010compiler \
13011lt_cv_sys_global_symbol_pipe \
13012lt_cv_sys_global_symbol_to_cdecl \
13013lt_cv_sys_global_symbol_to_c_name_address \
13014lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13015lt_prog_compiler_no_builtin_flag \
13016lt_prog_compiler_wl \
13017lt_prog_compiler_pic \
13018lt_prog_compiler_static \
13019lt_cv_prog_compiler_c_o \
13020need_locks \
13021DSYMUTIL \
13022NMEDIT \
13023LIPO \
13024OTOOL \
13025OTOOL64 \
13026shrext_cmds \
13027export_dynamic_flag_spec \
13028whole_archive_flag_spec \
13029compiler_needs_object \
13030with_gnu_ld \
13031allow_undefined_flag \
13032no_undefined_flag \
13033hardcode_libdir_flag_spec \
13034hardcode_libdir_flag_spec_ld \
13035hardcode_libdir_separator \
13036fix_srcfile_path \
13037exclude_expsyms \
13038include_expsyms \
13039file_list_spec \
13040variables_saved_for_relink \
13041libname_spec \
13042library_names_spec \
13043soname_spec \
13044install_override_mode \
13045finish_eval \
13046old_striplib \
13047striplib; do
13048 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13049 *[\\\\\\\`\\"\\\$]*)
13050 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13051 ;;
13052 *)
13053 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13054 ;;
13055 esac
13056done
13057
13058# Double-quote double-evaled strings.
13059for var in reload_cmds \
13060old_postinstall_cmds \
13061old_postuninstall_cmds \
13062old_archive_cmds \
13063extract_expsyms_cmds \
13064old_archive_from_new_cmds \
13065old_archive_from_expsyms_cmds \
13066archive_cmds \
13067archive_expsym_cmds \
13068module_cmds \
13069module_expsym_cmds \
13070export_symbols_cmds \
13071prelink_cmds \
13072postinstall_cmds \
13073postuninstall_cmds \
13074finish_cmds \
13075sys_lib_search_path_spec \
13076sys_lib_dlsearch_path_spec; do
13077 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13078 *[\\\\\\\`\\"\\\$]*)
13079 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13080 ;;
13081 *)
13082 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13083 ;;
13084 esac
13085done
13086
13087ac_aux_dir='$ac_aux_dir'
13088xsi_shell='$xsi_shell'
13089lt_shell_append='$lt_shell_append'
13090
13091# See if we are running on zsh, and set the options which allow our
13092# commands through without removal of \ escapes INIT.
13093if test -n "\${ZSH_VERSION+set}" ; then
13094 setopt NO_GLOB_SUBST
13095fi
13096
13097
13098 PACKAGE='$PACKAGE'
13099 VERSION='$VERSION'
13100 TIMESTAMP='$TIMESTAMP'
13101 RM='$RM'
13102 ofile='$ofile'
13103
13104
13105
13106
81ecdfbb 13107_ACEOF
c906108c 13108
81ecdfbb 13109cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 13110
81ecdfbb 13111# Handling of arguments.
b7026657 13112for ac_config_target in $ac_config_targets
c906108c 13113do
81ecdfbb
RW
13114 case $ac_config_target in
13115 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13116 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13117 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13118 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13119 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13120 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13121 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13122 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13123
d0ac1c44 13124 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
13125 esac
13126done
13127
81ecdfbb 13128
b7026657
AC
13129# If the user did not use the arguments to specify the items to instantiate,
13130# then the envvar interface is used. Set only those that are not.
13131# We use the long form for the default assignment because of an extremely
13132# bizarre bug on SunOS 4.1.3.
13133if $ac_need_defaults; then
13134 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13135 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
13136 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13137fi
13138
13139# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13140# simply because there is no reason against having it here, and in addition,
b7026657 13141# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13142# Hook for its removal unless debugging.
13143# Note that there is a small window in which the directory will not be cleaned:
13144# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
13145$debug ||
13146{
d0ac1c44 13147 tmp= ac_tmp=
81ecdfbb 13148 trap 'exit_status=$?
d0ac1c44
SM
13149 : "${ac_tmp:=$tmp}"
13150 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13151' 0
13152 trap 'as_fn_exit 1' 1 2 13 15
b7026657 13153}
b7026657
AC
13154# Create a (secure) tmp directory for tmp files.
13155
13156{
81ecdfbb 13157 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13158 test -d "$tmp"
b7026657
AC
13159} ||
13160{
81ecdfbb
RW
13161 tmp=./conf$$-$RANDOM
13162 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13163} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13164ac_tmp=$tmp
c906108c 13165
81ecdfbb
RW
13166# Set up the scripts for CONFIG_FILES section.
13167# No need to generate them if there are no CONFIG_FILES.
13168# This happens for instance with `./config.status config.h'.
13169if test -n "$CONFIG_FILES"; then
c906108c 13170
c906108c 13171
81ecdfbb
RW
13172ac_cr=`echo X | tr X '\015'`
13173# On cygwin, bash can eat \r inside `` if the user requested igncr.
13174# But we know of no other shell where ac_cr would be empty at this
13175# point, so we can use a bashism as a fallback.
13176if test "x$ac_cr" = x; then
13177 eval ac_cr=\$\'\\r\'
13178fi
13179ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13180if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13181 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13182else
13183 ac_cs_awk_cr=$ac_cr
13184fi
b7026657 13185
d0ac1c44 13186echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
13187_ACEOF
13188
81ecdfbb
RW
13189
13190{
13191 echo "cat >conf$$subs.awk <<_ACEOF" &&
13192 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13193 echo "_ACEOF"
13194} >conf$$subs.sh ||
d0ac1c44
SM
13195 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13196ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13197ac_delim='%!_!# '
13198for ac_last_try in false false false false false :; do
13199 . ./conf$$subs.sh ||
d0ac1c44 13200 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13201
13202 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13203 if test $ac_delim_n = $ac_delim_num; then
13204 break
13205 elif $ac_last_try; then
d0ac1c44 13206 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13207 else
13208 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 13209 fi
81ecdfbb
RW
13210done
13211rm -f conf$$subs.sh
c906108c 13212
81ecdfbb 13213cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13214cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 13215_ACEOF
81ecdfbb
RW
13216sed -n '
13217h
13218s/^/S["/; s/!.*/"]=/
13219p
13220g
13221s/^[^!]*!//
13222:repl
13223t repl
13224s/'"$ac_delim"'$//
13225t delim
13226:nl
13227h
d0ac1c44 13228s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13229t more1
13230s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13231p
13232n
13233b repl
13234:more1
13235s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13236p
13237g
13238s/.\{148\}//
13239t nl
13240:delim
13241h
d0ac1c44 13242s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13243t more2
13244s/["\\]/\\&/g; s/^/"/; s/$/"/
13245p
13246b
13247:more2
13248s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13249p
13250g
13251s/.\{148\}//
13252t delim
13253' <conf$$subs.awk | sed '
13254/^[^""]/{
13255 N
13256 s/\n//
13257}
13258' >>$CONFIG_STATUS || ac_write_fail=1
13259rm -f conf$$subs.awk
13260cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13261_ACAWK
d0ac1c44 13262cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
13263 for (key in S) S_is_set[key] = 1
13264 FS = "\a"
b7026657 13265
81ecdfbb
RW
13266}
13267{
13268 line = $ 0
13269 nfields = split(line, field, "@")
13270 substed = 0
13271 len = length(field[1])
13272 for (i = 2; i < nfields; i++) {
13273 key = field[i]
13274 keylen = length(key)
13275 if (S_is_set[key]) {
13276 value = S[key]
13277 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13278 len += length(value) + length(field[++i])
13279 substed = 1
13280 } else
13281 len += 1 + keylen
13282 }
13283
13284 print line
13285}
b7026657 13286
81ecdfbb
RW
13287_ACAWK
13288_ACEOF
13289cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13290if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13291 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 13292else
81ecdfbb 13293 cat
d0ac1c44
SM
13294fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13295 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 13296_ACEOF
c906108c 13297
d0ac1c44
SM
13298# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13299# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
13300# trailing colons and then remove the whole line if VPATH becomes empty
13301# (actually we leave an empty line to preserve line numbers).
13302if test "x$srcdir" = x.; then
d0ac1c44
SM
13303 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13304h
13305s///
13306s/^/:/
13307s/[ ]*$/:/
13308s/:\$(srcdir):/:/g
13309s/:\${srcdir}:/:/g
13310s/:@srcdir@:/:/g
13311s/^:*//
81ecdfbb 13312s/:*$//
d0ac1c44
SM
13313x
13314s/\(=[ ]*\).*/\1/
13315G
13316s/\n//
81ecdfbb
RW
13317s/^[^=]*=[ ]*$//
13318}'
13319fi
c906108c 13320
81ecdfbb
RW
13321cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13322fi # test -n "$CONFIG_FILES"
c906108c 13323
81ecdfbb
RW
13324# Set up the scripts for CONFIG_HEADERS section.
13325# No need to generate them if there are no CONFIG_HEADERS.
13326# This happens for instance with `./config.status Makefile'.
13327if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13328cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
13329BEGIN {
13330_ACEOF
b7026657 13331
81ecdfbb
RW
13332# Transform confdefs.h into an awk script `defines.awk', embedded as
13333# here-document in config.status, that substitutes the proper values into
13334# config.h.in to produce config.h.
c906108c 13335
81ecdfbb
RW
13336# Create a delimiter string that does not exist in confdefs.h, to ease
13337# handling of long lines.
13338ac_delim='%!_!# '
13339for ac_last_try in false false :; do
d0ac1c44
SM
13340 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13341 if test -z "$ac_tt"; then
81ecdfbb
RW
13342 break
13343 elif $ac_last_try; then
d0ac1c44 13344 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 13345 else
81ecdfbb 13346 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 13347 fi
b7026657 13348done
81ecdfbb
RW
13349
13350# For the awk script, D is an array of macro values keyed by name,
13351# likewise P contains macro parameters if any. Preserve backslash
13352# newline sequences.
13353
13354ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13355sed -n '
13356s/.\{148\}/&'"$ac_delim"'/g
13357t rset
13358:rset
13359s/^[ ]*#[ ]*define[ ][ ]*/ /
13360t def
13361d
13362:def
13363s/\\$//
13364t bsnl
13365s/["\\]/\\&/g
13366s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13367D["\1"]=" \3"/p
13368s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13369d
13370:bsnl
13371s/["\\]/\\&/g
13372s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13373D["\1"]=" \3\\\\\\n"\\/p
13374t cont
13375s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13376t cont
13377d
13378:cont
13379n
13380s/.\{148\}/&'"$ac_delim"'/g
13381t clear
13382:clear
13383s/\\$//
13384t bsnlc
13385s/["\\]/\\&/g; s/^/"/; s/$/"/p
13386d
13387:bsnlc
13388s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13389b cont
13390' <confdefs.h | sed '
13391s/'"$ac_delim"'/"\\\
13392"/g' >>$CONFIG_STATUS || ac_write_fail=1
13393
13394cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13395 for (key in D) D_is_set[key] = 1
13396 FS = "\a"
13397}
13398/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13399 line = \$ 0
13400 split(line, arg, " ")
13401 if (arg[1] == "#") {
13402 defundef = arg[2]
13403 mac1 = arg[3]
13404 } else {
13405 defundef = substr(arg[1], 2)
13406 mac1 = arg[2]
13407 }
13408 split(mac1, mac2, "(") #)
13409 macro = mac2[1]
13410 prefix = substr(line, 1, index(line, defundef) - 1)
13411 if (D_is_set[macro]) {
13412 # Preserve the white space surrounding the "#".
13413 print prefix "define", macro P[macro] D[macro]
13414 next
13415 } else {
13416 # Replace #undef with comments. This is necessary, for example,
13417 # in the case of _POSIX_SOURCE, which is predefined and required
13418 # on some systems where configure will not decide to define it.
13419 if (defundef == "undef") {
13420 print "/*", prefix defundef, macro, "*/"
13421 next
13422 }
13423 }
13424}
13425{ print }
13426_ACAWK
b7026657 13427_ACEOF
81ecdfbb 13428cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13429 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13430fi # test -n "$CONFIG_HEADERS"
b7026657 13431
c906108c 13432
99d8e879 13433eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13434shift
13435for ac_tag
13436do
13437 case $ac_tag in
13438 :[FHLC]) ac_mode=$ac_tag; continue;;
13439 esac
13440 case $ac_mode$ac_tag in
13441 :[FHL]*:*);;
d0ac1c44 13442 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13443 :[FH]-) ac_tag=-:-;;
13444 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 13445 esac
81ecdfbb
RW
13446 ac_save_IFS=$IFS
13447 IFS=:
13448 set x $ac_tag
13449 IFS=$ac_save_IFS
13450 shift
13451 ac_file=$1
13452 shift
c906108c 13453
81ecdfbb
RW
13454 case $ac_mode in
13455 :L) ac_source=$1;;
13456 :[FH])
13457 ac_file_inputs=
13458 for ac_f
13459 do
13460 case $ac_f in
d0ac1c44 13461 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13462 *) # Look for the file first in the build tree, then in the source tree
13463 # (if the path is not absolute). The absolute path cannot be DOS-style,
13464 # because $ac_f cannot contain `:'.
13465 test -f "$ac_f" ||
13466 case $ac_f in
13467 [\\/$]*) false;;
13468 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13469 esac ||
d0ac1c44 13470 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 13471 esac
81ecdfbb
RW
13472 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13473 as_fn_append ac_file_inputs " '$ac_f'"
13474 done
b7026657 13475
81ecdfbb
RW
13476 # Let's still pretend it is `configure' which instantiates (i.e., don't
13477 # use $as_me), people would be surprised to read:
13478 # /* config.h. Generated by config.status. */
13479 configure_input='Generated from '`
13480 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13481 `' by configure.'
13482 if test x"$ac_file" != x-; then
13483 configure_input="$ac_file. $configure_input"
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13485$as_echo "$as_me: creating $ac_file" >&6;}
13486 fi
13487 # Neutralize special characters interpreted by sed in replacement strings.
13488 case $configure_input in #(
13489 *\&* | *\|* | *\\* )
13490 ac_sed_conf_input=`$as_echo "$configure_input" |
13491 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13492 *) ac_sed_conf_input=$configure_input;;
13493 esac
b7026657 13494
81ecdfbb 13495 case $ac_tag in
d0ac1c44
SM
13496 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13497 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13498 esac
13499 ;;
13500 esac
b7026657 13501
81ecdfbb 13502 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
13503$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13504 X"$ac_file" : 'X\(//\)[^/]' \| \
13505 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13506 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13507$as_echo X"$ac_file" |
13508 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13509 s//\1/
13510 q
13511 }
13512 /^X\(\/\/\)[^/].*/{
13513 s//\1/
13514 q
13515 }
13516 /^X\(\/\/\)$/{
13517 s//\1/
13518 q
13519 }
13520 /^X\(\/\).*/{
13521 s//\1/
13522 q
13523 }
13524 s/.*/./; q'`
13525 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
13526 ac_builddir=.
13527
81ecdfbb
RW
13528case "$ac_dir" in
13529.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13530*)
13531 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13532 # A ".." for each directory in $ac_dir_suffix.
13533 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13534 case $ac_top_builddir_sub in
13535 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13536 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13537 esac ;;
13538esac
13539ac_abs_top_builddir=$ac_pwd
13540ac_abs_builddir=$ac_pwd$ac_dir_suffix
13541# for backward compatibility:
13542ac_top_builddir=$ac_top_build_prefix
b7026657
AC
13543
13544case $srcdir in
81ecdfbb 13545 .) # We are building in place.
b7026657 13546 ac_srcdir=.
81ecdfbb
RW
13547 ac_top_srcdir=$ac_top_builddir_sub
13548 ac_abs_top_srcdir=$ac_pwd ;;
13549 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 13550 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13551 ac_top_srcdir=$srcdir
13552 ac_abs_top_srcdir=$srcdir ;;
13553 *) # Relative name.
13554 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13555 ac_top_srcdir=$ac_top_build_prefix$srcdir
13556 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13557esac
81ecdfbb 13558ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13559
c906108c 13560
81ecdfbb
RW
13561 case $ac_mode in
13562 :F)
13563 #
13564 # CONFIG_FILE
13565 #
b7026657 13566
81ecdfbb
RW
13567 case $INSTALL in
13568 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13569 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 13570 esac
81ecdfbb 13571_ACEOF
c906108c 13572
81ecdfbb
RW
13573cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13574# If the template does not know about datarootdir, expand it.
13575# FIXME: This hack should be removed a few years after 2.60.
13576ac_datarootdir_hack=; ac_datarootdir_seen=
13577ac_sed_dataroot='
13578/datarootdir/ {
13579 p
13580 q
13581}
13582/@datadir@/p
13583/@docdir@/p
13584/@infodir@/p
13585/@localedir@/p
13586/@mandir@/p'
13587case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13588*datarootdir*) ac_datarootdir_seen=yes;;
13589*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13591$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13592_ACEOF
13593cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13594 ac_datarootdir_hack='
13595 s&@datadir@&$datadir&g
13596 s&@docdir@&$docdir&g
13597 s&@infodir@&$infodir&g
13598 s&@localedir@&$localedir&g
13599 s&@mandir@&$mandir&g
13600 s&\\\${datarootdir}&$datarootdir&g' ;;
13601esac
b7026657 13602_ACEOF
b7026657 13603
81ecdfbb
RW
13604# Neutralize VPATH when `$srcdir' = `.'.
13605# Shell code in configure.ac might set extrasub.
13606# FIXME: do we really want to maintain this feature?
13607cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13608ac_sed_extra="$ac_vpsub
13609$extrasub
13610_ACEOF
13611cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13612:t
13613/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13614s|@configure_input@|$ac_sed_conf_input|;t t
13615s&@top_builddir@&$ac_top_builddir_sub&;t t
13616s&@top_build_prefix@&$ac_top_build_prefix&;t t
13617s&@srcdir@&$ac_srcdir&;t t
13618s&@abs_srcdir@&$ac_abs_srcdir&;t t
13619s&@top_srcdir@&$ac_top_srcdir&;t t
13620s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13621s&@builddir@&$ac_builddir&;t t
13622s&@abs_builddir@&$ac_abs_builddir&;t t
13623s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13624s&@INSTALL@&$ac_INSTALL&;t t
13625$ac_datarootdir_hack
13626"
d0ac1c44
SM
13627eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13628 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13629
13630test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13631 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13632 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13633 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13635which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13636$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13637which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13638
d0ac1c44 13639 rm -f "$ac_tmp/stdin"
81ecdfbb 13640 case $ac_file in
d0ac1c44
SM
13641 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13642 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13643 esac \
d0ac1c44 13644 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13645 ;;
13646 :H)
13647 #
13648 # CONFIG_HEADER
13649 #
13650 if test x"$ac_file" != x-; then
13651 {
13652 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13653 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13654 } >"$ac_tmp/config.h" \
13655 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13656 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13658$as_echo "$as_me: $ac_file is unchanged" >&6;}
13659 else
13660 rm -f "$ac_file"
d0ac1c44
SM
13661 mv "$ac_tmp/config.h" "$ac_file" \
13662 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13663 fi
b7026657 13664 else
81ecdfbb 13665 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13666 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13667 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13668 fi
13669 ;;
b7026657 13670
81ecdfbb
RW
13671 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13672$as_echo "$as_me: executing $ac_file commands" >&6;}
13673 ;;
13674 esac
b7026657
AC
13675
13676
81ecdfbb 13677 case $ac_file$ac_mode in
db2e4d67 13678 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13679 "libtool":C)
13680
13681 # See if we are running on zsh, and set the options which allow our
13682 # commands through without removal of \ escapes.
13683 if test -n "${ZSH_VERSION+set}" ; then
13684 setopt NO_GLOB_SUBST
13685 fi
13686
13687 cfgfile="${ofile}T"
13688 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13689 $RM "$cfgfile"
13690
13691 cat <<_LT_EOF >> "$cfgfile"
13692#! $SHELL
13693
13694# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13695# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13696# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13697# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13698#
13699# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13700# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13701# Written by Gordon Matzigkeit, 1996
13702#
13703# This file is part of GNU Libtool.
13704#
13705# GNU Libtool is free software; you can redistribute it and/or
13706# modify it under the terms of the GNU General Public License as
13707# published by the Free Software Foundation; either version 2 of
13708# the License, or (at your option) any later version.
13709#
13710# As a special exception to the GNU General Public License,
13711# if you distribute this file as part of a program or library that
13712# is built using GNU Libtool, you may include this file under the
13713# same distribution terms that you use for the rest of that program.
13714#
13715# GNU Libtool is distributed in the hope that it will be useful,
13716# but WITHOUT ANY WARRANTY; without even the implied warranty of
13717# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13718# GNU General Public License for more details.
13719#
13720# You should have received a copy of the GNU General Public License
13721# along with GNU Libtool; see the file COPYING. If not, a copy
13722# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13723# obtained by writing to the Free Software Foundation, Inc.,
13724# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13725
13726
13727# The names of the tagged configurations supported by this script.
13728available_tags=""
13729
13730# ### BEGIN LIBTOOL CONFIG
13731
13732# Which release of libtool.m4 was used?
13733macro_version=$macro_version
13734macro_revision=$macro_revision
13735
13736# Whether or not to build shared libraries.
13737build_libtool_libs=$enable_shared
13738
13739# Whether or not to build static libraries.
13740build_old_libs=$enable_static
13741
13742# What type of objects to build.
13743pic_mode=$pic_mode
13744
13745# Whether or not to optimize for fast installation.
13746fast_install=$enable_fast_install
13747
13748# Shell to use when invoking shell scripts.
13749SHELL=$lt_SHELL
13750
13751# An echo program that protects backslashes.
13752ECHO=$lt_ECHO
13753
13754# The host system.
13755host_alias=$host_alias
13756host=$host
13757host_os=$host_os
13758
13759# The build system.
13760build_alias=$build_alias
13761build=$build
13762build_os=$build_os
13763
13764# A sed program that does not truncate output.
13765SED=$lt_SED
13766
13767# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13768Xsed="\$SED -e 1s/^X//"
13769
13770# A grep program that handles long lines.
13771GREP=$lt_GREP
13772
13773# An ERE matcher.
13774EGREP=$lt_EGREP
13775
13776# A literal string matcher.
13777FGREP=$lt_FGREP
13778
13779# A BSD- or MS-compatible name lister.
13780NM=$lt_NM
13781
13782# Whether we need soft or hard links.
13783LN_S=$lt_LN_S
13784
13785# What is the maximum length of a command?
13786max_cmd_len=$max_cmd_len
13787
13788# Object file suffix (normally "o").
13789objext=$ac_objext
13790
13791# Executable file suffix (normally "").
13792exeext=$exeext
13793
13794# whether the shell understands "unset".
13795lt_unset=$lt_unset
13796
13797# turn spaces into newlines.
13798SP2NL=$lt_lt_SP2NL
13799
13800# turn newlines into spaces.
13801NL2SP=$lt_lt_NL2SP
13802
13803# An object symbol dumper.
13804OBJDUMP=$lt_OBJDUMP
13805
13806# Method to check whether dependent libraries are shared objects.
13807deplibs_check_method=$lt_deplibs_check_method
13808
13809# Command to use when deplibs_check_method == "file_magic".
13810file_magic_cmd=$lt_file_magic_cmd
13811
13812# The archiver.
13813AR=$lt_AR
13814AR_FLAGS=$lt_AR_FLAGS
13815
13816# A symbol stripping program.
13817STRIP=$lt_STRIP
13818
13819# Commands used to install an old-style archive.
13820RANLIB=$lt_RANLIB
13821old_postinstall_cmds=$lt_old_postinstall_cmds
13822old_postuninstall_cmds=$lt_old_postuninstall_cmds
13823
13824# Whether to use a lock for old archive extraction.
13825lock_old_archive_extraction=$lock_old_archive_extraction
13826
13827# A C compiler.
13828LTCC=$lt_CC
13829
13830# LTCC compiler flags.
13831LTCFLAGS=$lt_CFLAGS
13832
13833# Take the output of nm and produce a listing of raw symbols and C names.
13834global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13835
13836# Transform the output of nm in a proper C declaration.
13837global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13838
13839# Transform the output of nm in a C name address pair.
13840global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13841
13842# Transform the output of nm in a C name address pair when lib prefix is needed.
13843global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13844
13845# The name of the directory that contains temporary libtool files.
13846objdir=$objdir
13847
13848# Used to examine libraries when file_magic_cmd begins with "file".
13849MAGIC_CMD=$MAGIC_CMD
13850
13851# Must we lock files when doing compilation?
13852need_locks=$lt_need_locks
13853
13854# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13855DSYMUTIL=$lt_DSYMUTIL
13856
13857# Tool to change global to local symbols on Mac OS X.
13858NMEDIT=$lt_NMEDIT
13859
13860# Tool to manipulate fat objects and archives on Mac OS X.
13861LIPO=$lt_LIPO
13862
13863# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13864OTOOL=$lt_OTOOL
13865
13866# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13867OTOOL64=$lt_OTOOL64
13868
13869# Old archive suffix (normally "a").
13870libext=$libext
13871
13872# Shared library suffix (normally ".so").
13873shrext_cmds=$lt_shrext_cmds
13874
13875# The commands to extract the exported symbol list from a shared archive.
13876extract_expsyms_cmds=$lt_extract_expsyms_cmds
13877
13878# Variables whose values should be saved in libtool wrapper scripts and
13879# restored at link time.
13880variables_saved_for_relink=$lt_variables_saved_for_relink
13881
13882# Do we need the "lib" prefix for modules?
13883need_lib_prefix=$need_lib_prefix
13884
13885# Do we need a version for libraries?
13886need_version=$need_version
13887
13888# Library versioning type.
13889version_type=$version_type
13890
13891# Shared library runtime path variable.
13892runpath_var=$runpath_var
13893
13894# Shared library path variable.
13895shlibpath_var=$shlibpath_var
13896
13897# Is shlibpath searched before the hard-coded library search path?
13898shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13899
13900# Format of library name prefix.
13901libname_spec=$lt_libname_spec
13902
13903# List of archive names. First name is the real one, the rest are links.
13904# The last name is the one that the linker finds with -lNAME
13905library_names_spec=$lt_library_names_spec
13906
13907# The coded name of the library, if different from the real name.
13908soname_spec=$lt_soname_spec
13909
13910# Permission mode override for installation of shared libraries.
13911install_override_mode=$lt_install_override_mode
13912
13913# Command to use after installation of a shared archive.
13914postinstall_cmds=$lt_postinstall_cmds
13915
13916# Command to use after uninstallation of a shared archive.
13917postuninstall_cmds=$lt_postuninstall_cmds
13918
13919# Commands used to finish a libtool library installation in a directory.
13920finish_cmds=$lt_finish_cmds
13921
13922# As "finish_cmds", except a single script fragment to be evaled but
13923# not shown.
13924finish_eval=$lt_finish_eval
13925
13926# Whether we should hardcode library paths into libraries.
13927hardcode_into_libs=$hardcode_into_libs
13928
13929# Compile-time system search path for libraries.
13930sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13931
13932# Run-time system search path for libraries.
13933sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13934
13935# Whether dlopen is supported.
13936dlopen_support=$enable_dlopen
13937
13938# Whether dlopen of programs is supported.
13939dlopen_self=$enable_dlopen_self
13940
13941# Whether dlopen of statically linked programs is supported.
13942dlopen_self_static=$enable_dlopen_self_static
13943
13944# Commands to strip libraries.
13945old_striplib=$lt_old_striplib
13946striplib=$lt_striplib
13947
13948
13949# The linker used to build libraries.
13950LD=$lt_LD
13951
13952# How to create reloadable object files.
13953reload_flag=$lt_reload_flag
13954reload_cmds=$lt_reload_cmds
13955
13956# Commands used to build an old-style archive.
13957old_archive_cmds=$lt_old_archive_cmds
13958
13959# A language specific compiler.
13960CC=$lt_compiler
13961
13962# Is the compiler the GNU compiler?
13963with_gcc=$GCC
13964
13965# Compiler flag to turn off builtin functions.
13966no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13967
13968# How to pass a linker flag through the compiler.
13969wl=$lt_lt_prog_compiler_wl
13970
13971# Additional compiler flags for building library objects.
13972pic_flag=$lt_lt_prog_compiler_pic
13973
13974# Compiler flag to prevent dynamic linking.
13975link_static_flag=$lt_lt_prog_compiler_static
13976
13977# Does compiler simultaneously support -c and -o options?
13978compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13979
13980# Whether or not to add -lc for building shared libraries.
13981build_libtool_need_lc=$archive_cmds_need_lc
13982
13983# Whether or not to disallow shared libs when runtime libs are static.
13984allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13985
13986# Compiler flag to allow reflexive dlopens.
13987export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13988
13989# Compiler flag to generate shared objects directly from archives.
13990whole_archive_flag_spec=$lt_whole_archive_flag_spec
13991
13992# Whether the compiler copes with passing no objects directly.
13993compiler_needs_object=$lt_compiler_needs_object
13994
13995# Create an old-style archive from a shared archive.
13996old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13997
13998# Create a temporary old-style archive to link instead of a shared archive.
13999old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14000
14001# Commands used to build a shared archive.
14002archive_cmds=$lt_archive_cmds
14003archive_expsym_cmds=$lt_archive_expsym_cmds
14004
14005# Commands used to build a loadable module if different from building
14006# a shared archive.
14007module_cmds=$lt_module_cmds
14008module_expsym_cmds=$lt_module_expsym_cmds
14009
14010# Whether we are building with GNU ld or not.
14011with_gnu_ld=$lt_with_gnu_ld
14012
14013# Flag that allows shared libraries with undefined symbols to be built.
14014allow_undefined_flag=$lt_allow_undefined_flag
14015
14016# Flag that enforces no undefined symbols.
14017no_undefined_flag=$lt_no_undefined_flag
14018
14019# Flag to hardcode \$libdir into a binary during linking.
14020# This must work even if \$libdir does not exist
14021hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14022
14023# If ld is used when linking, flag to hardcode \$libdir into a binary
14024# during linking. This must work even if \$libdir does not exist.
14025hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14026
14027# Whether we need a single "-rpath" flag with a separated argument.
14028hardcode_libdir_separator=$lt_hardcode_libdir_separator
14029
14030# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14031# DIR into the resulting binary.
14032hardcode_direct=$hardcode_direct
14033
14034# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14035# DIR into the resulting binary and the resulting library dependency is
14036# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14037# library is relocated.
14038hardcode_direct_absolute=$hardcode_direct_absolute
14039
14040# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14041# into the resulting binary.
14042hardcode_minus_L=$hardcode_minus_L
14043
14044# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14045# into the resulting binary.
14046hardcode_shlibpath_var=$hardcode_shlibpath_var
14047
14048# Set to "yes" if building a shared library automatically hardcodes DIR
14049# into the library and all subsequent libraries and executables linked
14050# against it.
14051hardcode_automatic=$hardcode_automatic
14052
14053# Set to yes if linker adds runtime paths of dependent libraries
14054# to runtime path list.
14055inherit_rpath=$inherit_rpath
14056
14057# Whether libtool must link a program against all its dependency libraries.
14058link_all_deplibs=$link_all_deplibs
14059
14060# Fix the shell variable \$srcfile for the compiler.
14061fix_srcfile_path=$lt_fix_srcfile_path
14062
14063# Set to "yes" if exported symbols are required.
14064always_export_symbols=$always_export_symbols
14065
14066# The commands to list exported symbols.
14067export_symbols_cmds=$lt_export_symbols_cmds
14068
14069# Symbols that should not be listed in the preloaded symbols.
14070exclude_expsyms=$lt_exclude_expsyms
14071
14072# Symbols that must always be exported.
14073include_expsyms=$lt_include_expsyms
14074
14075# Commands necessary for linking programs (against libraries) with templates.
14076prelink_cmds=$lt_prelink_cmds
14077
14078# Specify filename containing input files.
14079file_list_spec=$lt_file_list_spec
14080
14081# How to hardcode a shared library path into an executable.
14082hardcode_action=$hardcode_action
14083
14084# ### END LIBTOOL CONFIG
14085
14086_LT_EOF
14087
14088 case $host_os in
14089 aix3*)
14090 cat <<\_LT_EOF >> "$cfgfile"
14091# AIX sometimes has problems with the GCC collect2 program. For some
14092# reason, if we set the COLLECT_NAMES environment variable, the problems
14093# vanish in a puff of smoke.
14094if test "X${COLLECT_NAMES+set}" != Xset; then
14095 COLLECT_NAMES=
14096 export COLLECT_NAMES
14097fi
14098_LT_EOF
14099 ;;
14100 esac
14101
14102
14103ltmain="$ac_aux_dir/ltmain.sh"
14104
14105
14106 # We use sed instead of cat because bash on DJGPP gets confused if
14107 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14108 # text mode, it properly converts lines to CR/LF. This bash problem
14109 # is reportedly fixed, but why not run on old versions too?
14110 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14111 || (rm -f "$cfgfile"; exit 1)
14112
14113 case $xsi_shell in
14114 yes)
14115 cat << \_LT_EOF >> "$cfgfile"
14116
14117# func_dirname file append nondir_replacement
14118# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14119# otherwise set result to NONDIR_REPLACEMENT.
14120func_dirname ()
14121{
14122 case ${1} in
14123 */*) func_dirname_result="${1%/*}${2}" ;;
14124 * ) func_dirname_result="${3}" ;;
14125 esac
14126}
14127
14128# func_basename file
14129func_basename ()
14130{
14131 func_basename_result="${1##*/}"
14132}
14133
14134# func_dirname_and_basename file append nondir_replacement
14135# perform func_basename and func_dirname in a single function
14136# call:
14137# dirname: Compute the dirname of FILE. If nonempty,
14138# add APPEND to the result, otherwise set result
14139# to NONDIR_REPLACEMENT.
14140# value returned in "$func_dirname_result"
14141# basename: Compute filename of FILE.
14142# value retuned in "$func_basename_result"
14143# Implementation must be kept synchronized with func_dirname
14144# and func_basename. For efficiency, we do not delegate to
14145# those functions but instead duplicate the functionality here.
14146func_dirname_and_basename ()
14147{
14148 case ${1} in
14149 */*) func_dirname_result="${1%/*}${2}" ;;
14150 * ) func_dirname_result="${3}" ;;
14151 esac
14152 func_basename_result="${1##*/}"
14153}
14154
14155# func_stripname prefix suffix name
14156# strip PREFIX and SUFFIX off of NAME.
14157# PREFIX and SUFFIX must not contain globbing or regex special
14158# characters, hashes, percent signs, but SUFFIX may contain a leading
14159# dot (in which case that matches only a dot).
14160func_stripname ()
14161{
14162 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14163 # positional parameters, so assign one to ordinary parameter first.
14164 func_stripname_result=${3}
14165 func_stripname_result=${func_stripname_result#"${1}"}
14166 func_stripname_result=${func_stripname_result%"${2}"}
14167}
14168
14169# func_opt_split
14170func_opt_split ()
14171{
14172 func_opt_split_opt=${1%%=*}
14173 func_opt_split_arg=${1#*=}
14174}
14175
14176# func_lo2o object
14177func_lo2o ()
14178{
14179 case ${1} in
14180 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14181 *) func_lo2o_result=${1} ;;
14182 esac
14183}
14184
14185# func_xform libobj-or-source
14186func_xform ()
14187{
14188 func_xform_result=${1%.*}.lo
14189}
14190
14191# func_arith arithmetic-term...
14192func_arith ()
14193{
14194 func_arith_result=$(( $* ))
14195}
14196
14197# func_len string
14198# STRING may not start with a hyphen.
14199func_len ()
14200{
14201 func_len_result=${#1}
14202}
14203
14204_LT_EOF
14205 ;;
14206 *) # Bourne compatible functions.
14207 cat << \_LT_EOF >> "$cfgfile"
14208
14209# func_dirname file append nondir_replacement
14210# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14211# otherwise set result to NONDIR_REPLACEMENT.
14212func_dirname ()
14213{
14214 # Extract subdirectory from the argument.
14215 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14216 if test "X$func_dirname_result" = "X${1}"; then
14217 func_dirname_result="${3}"
14218 else
14219 func_dirname_result="$func_dirname_result${2}"
14220 fi
14221}
14222
14223# func_basename file
14224func_basename ()
14225{
14226 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14227}
14228
14229
14230# func_stripname prefix suffix name
14231# strip PREFIX and SUFFIX off of NAME.
14232# PREFIX and SUFFIX must not contain globbing or regex special
14233# characters, hashes, percent signs, but SUFFIX may contain a leading
14234# dot (in which case that matches only a dot).
14235# func_strip_suffix prefix name
14236func_stripname ()
14237{
14238 case ${2} in
14239 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14240 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14241 esac
14242}
14243
14244# sed scripts:
14245my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14246my_sed_long_arg='1s/^-[^=]*=//'
14247
14248# func_opt_split
14249func_opt_split ()
14250{
14251 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14252 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14253}
14254
14255# func_lo2o object
14256func_lo2o ()
14257{
14258 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14259}
14260
14261# func_xform libobj-or-source
14262func_xform ()
14263{
14264 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14265}
14266
14267# func_arith arithmetic-term...
14268func_arith ()
14269{
14270 func_arith_result=`expr "$@"`
14271}
14272
14273# func_len string
14274# STRING may not start with a hyphen.
14275func_len ()
14276{
14277 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14278}
14279
14280_LT_EOF
14281esac
14282
14283case $lt_shell_append in
14284 yes)
14285 cat << \_LT_EOF >> "$cfgfile"
14286
14287# func_append var value
14288# Append VALUE to the end of shell variable VAR.
14289func_append ()
14290{
14291 eval "$1+=\$2"
14292}
14293_LT_EOF
14294 ;;
14295 *)
14296 cat << \_LT_EOF >> "$cfgfile"
14297
14298# func_append var value
14299# Append VALUE to the end of shell variable VAR.
14300func_append ()
14301{
14302 eval "$1=\$$1\$2"
14303}
14304
14305_LT_EOF
14306 ;;
14307 esac
14308
14309
14310 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14311 || (rm -f "$cfgfile"; exit 1)
14312
14313 mv -f "$cfgfile" "$ofile" ||
14314 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14315 chmod +x "$ofile"
14316
14317 ;;
81ecdfbb 14318 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
14319 rm -f Makesim1.tmp Makesim2.tmp Makefile
14320 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14321 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14322 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
14323 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14324 <Makefile.sim >Makefile
38f48d72 14325 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 14326 ;;
81ecdfbb
RW
14327 "stamp-h":C) echo > stamp-h ;;
14328
b7026657 14329 esac
81ecdfbb 14330done # for ac_tag
c906108c 14331
b7026657 14332
81ecdfbb 14333as_fn_exit 0
b7026657 14334_ACEOF
b7026657
AC
14335ac_clean_files=$ac_clean_files_save
14336
81ecdfbb 14337test $ac_write_fail = 0 ||
d0ac1c44 14338 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 14339
b7026657
AC
14340
14341# configure is writing to config.log, and then calls config.status.
14342# config.status does its own redirection, appending to config.log.
14343# Unfortunately, on DOS this fails, as config.log is still kept open
14344# by configure, so config.status won't be able to write to it; its
14345# output is simply discarded. So we exec the FD to /dev/null,
14346# effectively closing config.log, so it can be properly (re)opened and
14347# appended to by config.status. When coming back to configure, we
14348# need to make the FD available again.
14349if test "$no_create" != yes; then
14350 ac_cs_success=:
14351 ac_config_status_args=
14352 test "$silent" = yes &&
14353 ac_config_status_args="$ac_config_status_args --quiet"
14354 exec 5>/dev/null
14355 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14356 exec 5>>config.log
14357 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14358 # would make configure fail if this is the last instruction.
d0ac1c44 14359 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14360fi
14361if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14363$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 14364fi
c906108c
SS
14365
14366