]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m68hc11/configure
sim: switch to AC_CONFIG_MACRO_DIRS
[thirdparty/binutils-gdb.git] / sim / m68hc11 / configure
CommitLineData
5d031c16 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## -------------------- ##
5d031c16 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
5d031c16 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
5d031c16
AC
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='+ '
5d031c16 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
5d031c16 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
5d031c16 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
5d031c16 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
5d031c16 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'`
5d031c16 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
5d031c16 471
5d031c16 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}
5d031c16 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
5d031c16 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
5d031c16 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
5d031c16 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
5d031c16 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'"
5d031c16 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'"
5d031c16 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
5d031c16 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
5d031c16 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`
5d031c16 574
5d031c16 575#
b7026657 576# Initializations.
5d031c16 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"
5d031c16 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
634cgen_breaks
81ecdfbb
RW
635REPORT_BUGS_TEXI
636REPORT_BUGS_TO
637PKGVERSION
81ecdfbb 638MAINT
31e6ad7d
MF
639MAINTAINER_MODE_FALSE
640MAINTAINER_MODE_TRUE
6bb11ab3
L
641lt_cv_dlopen_libs
642OTOOL64
643OTOOL
644LIPO
645NMEDIT
646DSYMUTIL
647AWK
648STRIP
649OBJDUMP
650LN_S
651NM
652ac_ct_DUMPBIN
653DUMPBIN
654LD
655FGREP
656SED
657LIBTOOL
658PLUGINS_FALSE
659PLUGINS_TRUE
aadc9410
MF
660zlibinc
661zlibdir
81ecdfbb
RW
662CATOBJEXT
663GENCAT
664INSTOBJEXT
665DATADIRNAME
666CATALOGS
667POSUB
668GMSGFMT
669XGETTEXT
670INCINTL
671LIBINTL_DEP
672LIBINTL
673USE_NLS
db2e4d67
MF
674GMAKE_FALSE
675GMAKE_TRUE
676MAKE
677CCDEPMODE
678DEPDIR
679am__leading_dot
5f3ef9d0 680PACKAGE
46f900c0 681C_DIALECT
81ecdfbb
RW
682RANLIB
683AR
81ecdfbb
RW
684CC_FOR_BUILD
685INSTALL_DATA
686INSTALL_SCRIPT
687INSTALL_PROGRAM
2232061b
MF
688EGREP
689GREP
690CPP
81ecdfbb
RW
691target_os
692target_vendor
693target_cpu
694target
695host_os
696host_vendor
697host_cpu
698host
699build_os
700build_vendor
701build_cpu
702build
6ffe910a
MF
703OBJEXT
704EXEEXT
705ac_ct_CC
706CPPFLAGS
707LDFLAGS
708CFLAGS
709CC
81ecdfbb
RW
710target_alias
711host_alias
712build_alias
713LIBS
714ECHO_T
715ECHO_N
716ECHO_C
717DEFS
718mandir
719localedir
720libdir
721psdir
722pdfdir
723dvidir
724htmldir
725infodir
726docdir
727oldincludedir
728includedir
729localstatedir
730sharedstatedir
731sysconfdir
732datadir
733datarootdir
734libexecdir
735sbindir
736bindir
737program_transform_name
738prefix
739exec_prefix
740PACKAGE_URL
741PACKAGE_BUGREPORT
742PACKAGE_STRING
743PACKAGE_VERSION
744PACKAGE_TARNAME
745PACKAGE_NAME
746PATH_SEPARATOR
136da8cd
MF
747SHELL
748WERROR_CFLAGS
749WARN_CFLAGS
750sim_reserved_bits
751sim_inline
752sim_hw
753sim_hw_objs
754sim_hw_cflags
755sim_default_model
756sim_scache
757sim_float
758sim_endian
759sim_bitsize
760sim_alignment'
b7026657 761ac_subst_files=''
81ecdfbb
RW
762ac_user_opts='
763enable_option_checking
aadc9410 764with_system_zlib
6bb11ab3
L
765enable_plugins
766enable_shared
767enable_static
768with_pic
769enable_fast_install
770with_gnu_ld
771enable_libtool_lock
81ecdfbb 772enable_maintainer_mode
81ecdfbb
RW
773enable_sim_debug
774enable_sim_stdio
775enable_sim_trace
776enable_sim_profile
35656e95 777enable_sim_assert
16f7876d 778enable_sim_environment
347fe5bb 779enable_sim_inline
81ecdfbb
RW
780with_pkgversion
781with_bugurl
eca4255a 782enable_sim_endian
81ecdfbb 783enable_sim_alignment
2232061b 784enable_werror
81ecdfbb
RW
785enable_build_warnings
786enable_sim_build_warnings
787enable_sim_hardware
788'
789 ac_precious_vars='build_alias
790host_alias
791target_alias
792CC
793CFLAGS
794LDFLAGS
795LIBS
796CPPFLAGS
797CPP'
798
5d031c16
AC
799
800# Initialize some variables set by options.
b7026657
AC
801ac_init_help=
802ac_init_version=false
81ecdfbb
RW
803ac_unrecognized_opts=
804ac_unrecognized_sep=
5d031c16
AC
805# The variables have the same names as the options, with
806# dashes changed to underlines.
b7026657 807cache_file=/dev/null
5d031c16 808exec_prefix=NONE
5d031c16 809no_create=
5d031c16
AC
810no_recursion=
811prefix=NONE
812program_prefix=NONE
813program_suffix=NONE
814program_transform_name=s,x,x,
815silent=
816site=
5d031c16 817srcdir=
5d031c16
AC
818verbose=
819x_includes=NONE
820x_libraries=NONE
b7026657
AC
821
822# Installation directory options.
823# These are left unexpanded so users can "make install exec_prefix=/foo"
824# and all the variables that are supposed to be based on exec_prefix
825# by default will actually change.
826# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 827# (The list follows the same order as the GNU Coding Standards.)
5d031c16
AC
828bindir='${exec_prefix}/bin'
829sbindir='${exec_prefix}/sbin'
830libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
831datarootdir='${prefix}/share'
832datadir='${datarootdir}'
5d031c16
AC
833sysconfdir='${prefix}/etc'
834sharedstatedir='${prefix}/com'
835localstatedir='${prefix}/var'
5d031c16
AC
836includedir='${prefix}/include'
837oldincludedir='/usr/include'
81ecdfbb
RW
838docdir='${datarootdir}/doc/${PACKAGE}'
839infodir='${datarootdir}/info'
840htmldir='${docdir}'
841dvidir='${docdir}'
842pdfdir='${docdir}'
843psdir='${docdir}'
844libdir='${exec_prefix}/lib'
845localedir='${datarootdir}/locale'
846mandir='${datarootdir}/man'
5d031c16 847
5d031c16 848ac_prev=
81ecdfbb 849ac_dashdash=
5d031c16
AC
850for ac_option
851do
5d031c16
AC
852 # If the previous option needs an argument, assign it.
853 if test -n "$ac_prev"; then
81ecdfbb 854 eval $ac_prev=\$ac_option
5d031c16
AC
855 ac_prev=
856 continue
857 fi
858
81ecdfbb 859 case $ac_option in
d0ac1c44
SM
860 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
861 *=) ac_optarg= ;;
862 *) ac_optarg=yes ;;
81ecdfbb 863 esac
5d031c16
AC
864
865 # Accept the important Cygnus configure options, so we can diagnose typos.
866
81ecdfbb
RW
867 case $ac_dashdash$ac_option in
868 --)
869 ac_dashdash=yes ;;
5d031c16
AC
870
871 -bindir | --bindir | --bindi | --bind | --bin | --bi)
872 ac_prev=bindir ;;
873 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 874 bindir=$ac_optarg ;;
5d031c16
AC
875
876 -build | --build | --buil | --bui | --bu)
b7026657 877 ac_prev=build_alias ;;
5d031c16 878 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 879 build_alias=$ac_optarg ;;
5d031c16
AC
880
881 -cache-file | --cache-file | --cache-fil | --cache-fi \
882 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
883 ac_prev=cache_file ;;
884 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
885 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
886 cache_file=$ac_optarg ;;
887
888 --config-cache | -C)
889 cache_file=config.cache ;;
5d031c16 890
81ecdfbb 891 -datadir | --datadir | --datadi | --datad)
5d031c16 892 ac_prev=datadir ;;
81ecdfbb 893 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 894 datadir=$ac_optarg ;;
5d031c16 895
81ecdfbb
RW
896 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
897 | --dataroo | --dataro | --datar)
898 ac_prev=datarootdir ;;
899 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
900 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
901 datarootdir=$ac_optarg ;;
902
5d031c16 903 -disable-* | --disable-*)
81ecdfbb 904 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
5d031c16 905 # Reject names that are not valid shell variable names.
81ecdfbb 906 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 907 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
908 ac_useropt_orig=$ac_useropt
909 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
910 case $ac_user_opts in
911 *"
912"enable_$ac_useropt"
913"*) ;;
914 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
915 ac_unrecognized_sep=', ';;
916 esac
917 eval enable_$ac_useropt=no ;;
918
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
923
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
5d031c16
AC
928
929 -enable-* | --enable-*)
81ecdfbb 930 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
5d031c16 931 # Reject names that are not valid shell variable names.
81ecdfbb 932 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 933 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
934 ac_useropt_orig=$ac_useropt
935 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
936 case $ac_user_opts in
937 *"
938"enable_$ac_useropt"
939"*) ;;
940 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
941 ac_unrecognized_sep=', ';;
5d031c16 942 esac
81ecdfbb 943 eval enable_$ac_useropt=\$ac_optarg ;;
5d031c16
AC
944
945 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
946 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
947 | --exec | --exe | --ex)
948 ac_prev=exec_prefix ;;
949 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
950 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
951 | --exec=* | --exe=* | --ex=*)
b7026657 952 exec_prefix=$ac_optarg ;;
5d031c16
AC
953
954 -gas | --gas | --ga | --g)
955 # Obsolete; use --with-gas.
956 with_gas=yes ;;
957
b7026657
AC
958 -help | --help | --hel | --he | -h)
959 ac_init_help=long ;;
960 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
961 ac_init_help=recursive ;;
962 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
963 ac_init_help=short ;;
5d031c16
AC
964
965 -host | --host | --hos | --ho)
b7026657 966 ac_prev=host_alias ;;
5d031c16 967 -host=* | --host=* | --hos=* | --ho=*)
b7026657 968 host_alias=$ac_optarg ;;
5d031c16 969
81ecdfbb
RW
970 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
971 ac_prev=htmldir ;;
972 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
973 | --ht=*)
974 htmldir=$ac_optarg ;;
975
5d031c16
AC
976 -includedir | --includedir | --includedi | --included | --include \
977 | --includ | --inclu | --incl | --inc)
978 ac_prev=includedir ;;
979 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
980 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 981 includedir=$ac_optarg ;;
5d031c16
AC
982
983 -infodir | --infodir | --infodi | --infod | --info | --inf)
984 ac_prev=infodir ;;
985 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 986 infodir=$ac_optarg ;;
5d031c16
AC
987
988 -libdir | --libdir | --libdi | --libd)
989 ac_prev=libdir ;;
990 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 991 libdir=$ac_optarg ;;
5d031c16
AC
992
993 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
994 | --libexe | --libex | --libe)
995 ac_prev=libexecdir ;;
996 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
997 | --libexe=* | --libex=* | --libe=*)
b7026657 998 libexecdir=$ac_optarg ;;
5d031c16 999
81ecdfbb
RW
1000 -localedir | --localedir | --localedi | --localed | --locale)
1001 ac_prev=localedir ;;
1002 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1003 localedir=$ac_optarg ;;
1004
5d031c16 1005 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1006 | --localstate | --localstat | --localsta | --localst | --locals)
5d031c16
AC
1007 ac_prev=localstatedir ;;
1008 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1009 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1010 localstatedir=$ac_optarg ;;
5d031c16
AC
1011
1012 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1013 ac_prev=mandir ;;
1014 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1015 mandir=$ac_optarg ;;
5d031c16
AC
1016
1017 -nfp | --nfp | --nf)
1018 # Obsolete; use --without-fp.
1019 with_fp=no ;;
1020
1021 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1022 | --no-cr | --no-c | -n)
5d031c16
AC
1023 no_create=yes ;;
1024
1025 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1026 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1027 no_recursion=yes ;;
1028
1029 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1030 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1031 | --oldin | --oldi | --old | --ol | --o)
1032 ac_prev=oldincludedir ;;
1033 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1034 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1035 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1036 oldincludedir=$ac_optarg ;;
5d031c16
AC
1037
1038 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1039 ac_prev=prefix ;;
1040 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1041 prefix=$ac_optarg ;;
5d031c16
AC
1042
1043 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1044 | --program-pre | --program-pr | --program-p)
1045 ac_prev=program_prefix ;;
1046 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1047 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1048 program_prefix=$ac_optarg ;;
5d031c16
AC
1049
1050 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1051 | --program-suf | --program-su | --program-s)
1052 ac_prev=program_suffix ;;
1053 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1054 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1055 program_suffix=$ac_optarg ;;
5d031c16
AC
1056
1057 -program-transform-name | --program-transform-name \
1058 | --program-transform-nam | --program-transform-na \
1059 | --program-transform-n | --program-transform- \
1060 | --program-transform | --program-transfor \
1061 | --program-transfo | --program-transf \
1062 | --program-trans | --program-tran \
1063 | --progr-tra | --program-tr | --program-t)
1064 ac_prev=program_transform_name ;;
1065 -program-transform-name=* | --program-transform-name=* \
1066 | --program-transform-nam=* | --program-transform-na=* \
1067 | --program-transform-n=* | --program-transform-=* \
1068 | --program-transform=* | --program-transfor=* \
1069 | --program-transfo=* | --program-transf=* \
1070 | --program-trans=* | --program-tran=* \
1071 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1072 program_transform_name=$ac_optarg ;;
5d031c16 1073
81ecdfbb
RW
1074 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1075 ac_prev=pdfdir ;;
1076 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1077 pdfdir=$ac_optarg ;;
1078
1079 -psdir | --psdir | --psdi | --psd | --ps)
1080 ac_prev=psdir ;;
1081 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1082 psdir=$ac_optarg ;;
1083
5d031c16
AC
1084 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1085 | -silent | --silent | --silen | --sile | --sil)
1086 silent=yes ;;
1087
1088 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1089 ac_prev=sbindir ;;
1090 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1091 | --sbi=* | --sb=*)
b7026657 1092 sbindir=$ac_optarg ;;
5d031c16
AC
1093
1094 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1095 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1096 | --sharedst | --shareds | --shared | --share | --shar \
1097 | --sha | --sh)
1098 ac_prev=sharedstatedir ;;
1099 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1100 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1101 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1102 | --sha=* | --sh=*)
b7026657 1103 sharedstatedir=$ac_optarg ;;
5d031c16
AC
1104
1105 -site | --site | --sit)
1106 ac_prev=site ;;
1107 -site=* | --site=* | --sit=*)
b7026657 1108 site=$ac_optarg ;;
5d031c16
AC
1109
1110 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1111 ac_prev=srcdir ;;
1112 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1113 srcdir=$ac_optarg ;;
5d031c16
AC
1114
1115 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1116 | --syscon | --sysco | --sysc | --sys | --sy)
1117 ac_prev=sysconfdir ;;
1118 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1119 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1120 sysconfdir=$ac_optarg ;;
5d031c16
AC
1121
1122 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1123 ac_prev=target_alias ;;
5d031c16 1124 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1125 target_alias=$ac_optarg ;;
5d031c16
AC
1126
1127 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1128 verbose=yes ;;
1129
b7026657
AC
1130 -version | --version | --versio | --versi | --vers | -V)
1131 ac_init_version=: ;;
5d031c16
AC
1132
1133 -with-* | --with-*)
81ecdfbb 1134 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
5d031c16 1135 # Reject names that are not valid shell variable names.
81ecdfbb 1136 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1137 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1138 ac_useropt_orig=$ac_useropt
1139 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1140 case $ac_user_opts in
1141 *"
1142"with_$ac_useropt"
1143"*) ;;
1144 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1145 ac_unrecognized_sep=', ';;
5d031c16 1146 esac
81ecdfbb 1147 eval with_$ac_useropt=\$ac_optarg ;;
5d031c16
AC
1148
1149 -without-* | --without-*)
81ecdfbb 1150 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
5d031c16 1151 # Reject names that are not valid shell variable names.
81ecdfbb 1152 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1153 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1154 ac_useropt_orig=$ac_useropt
1155 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1156 case $ac_user_opts in
1157 *"
1158"with_$ac_useropt"
1159"*) ;;
1160 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1161 ac_unrecognized_sep=', ';;
1162 esac
1163 eval with_$ac_useropt=no ;;
5d031c16
AC
1164
1165 --x)
1166 # Obsolete; use --with-x.
1167 with_x=yes ;;
1168
1169 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1170 | --x-incl | --x-inc | --x-in | --x-i)
1171 ac_prev=x_includes ;;
1172 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1173 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1174 x_includes=$ac_optarg ;;
5d031c16
AC
1175
1176 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1177 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1178 ac_prev=x_libraries ;;
1179 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1180 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1181 x_libraries=$ac_optarg ;;
5d031c16 1182
d0ac1c44
SM
1183 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1184Try \`$0 --help' for more information"
5d031c16
AC
1185 ;;
1186
b7026657
AC
1187 *=*)
1188 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1189 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1190 case $ac_envvar in #(
1191 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1192 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1193 esac
1194 eval $ac_envvar=\$ac_optarg
b7026657
AC
1195 export $ac_envvar ;;
1196
5d031c16 1197 *)
b7026657 1198 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1199 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1200 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1201 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1202 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
5d031c16
AC
1203 ;;
1204
1205 esac
1206done
1207
1208if test -n "$ac_prev"; then
b7026657 1209 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1210 as_fn_error $? "missing argument to $ac_option"
5d031c16 1211fi
5d031c16 1212
81ecdfbb
RW
1213if test -n "$ac_unrecognized_opts"; then
1214 case $enable_option_checking in
1215 no) ;;
d0ac1c44 1216 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1217 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1218 esac
81ecdfbb 1219fi
5d031c16 1220
81ecdfbb
RW
1221# Check all directory arguments for consistency.
1222for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1223 datadir sysconfdir sharedstatedir localstatedir includedir \
1224 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1225 libdir localedir mandir
5d031c16 1226do
81ecdfbb
RW
1227 eval ac_val=\$$ac_var
1228 # Remove trailing slashes.
1229 case $ac_val in
1230 */ )
1231 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1232 eval $ac_var=\$ac_val;;
1233 esac
1234 # Be sure to have absolute directory names.
b7026657 1235 case $ac_val in
81ecdfbb
RW
1236 [\\/$]* | ?:[\\/]* ) continue;;
1237 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
5d031c16 1238 esac
d0ac1c44 1239 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
5d031c16
AC
1240done
1241
b7026657
AC
1242# There might be people who depend on the old broken behavior: `$host'
1243# used to hold the argument of --host etc.
1244# FIXME: To remove some day.
1245build=$build_alias
1246host=$host_alias
1247target=$target_alias
1248
1249# FIXME: To remove some day.
1250if test "x$host_alias" != x; then
1251 if test "x$build_alias" = x; then
1252 cross_compiling=maybe
b7026657
AC
1253 elif test "x$build_alias" != "x$host_alias"; then
1254 cross_compiling=yes
1255 fi
1256fi
5d031c16 1257
b7026657
AC
1258ac_tool_prefix=
1259test -n "$host_alias" && ac_tool_prefix=$host_alias-
1260
1261test "$silent" = yes && exec 6>/dev/null
5d031c16 1262
5d031c16 1263
81ecdfbb
RW
1264ac_pwd=`pwd` && test -n "$ac_pwd" &&
1265ac_ls_di=`ls -di .` &&
1266ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1267 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1268test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1269 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1270
1271
5d031c16
AC
1272# Find the source files, if location was not specified.
1273if test -z "$srcdir"; then
1274 ac_srcdir_defaulted=yes
81ecdfbb
RW
1275 # Try the directory containing this script, then the parent directory.
1276 ac_confdir=`$as_dirname -- "$as_myself" ||
1277$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1278 X"$as_myself" : 'X\(//\)[^/]' \| \
1279 X"$as_myself" : 'X\(//\)$' \| \
1280 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1281$as_echo X"$as_myself" |
1282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1283 s//\1/
1284 q
1285 }
1286 /^X\(\/\/\)[^/].*/{
1287 s//\1/
1288 q
1289 }
1290 /^X\(\/\/\)$/{
1291 s//\1/
1292 q
1293 }
1294 /^X\(\/\).*/{
1295 s//\1/
1296 q
1297 }
1298 s/.*/./; q'`
5d031c16 1299 srcdir=$ac_confdir
81ecdfbb 1300 if test ! -r "$srcdir/$ac_unique_file"; then
5d031c16
AC
1301 srcdir=..
1302 fi
1303else
1304 ac_srcdir_defaulted=no
1305fi
81ecdfbb
RW
1306if test ! -r "$srcdir/$ac_unique_file"; then
1307 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1308 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1309fi
1310ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1311ac_abs_confdir=`(
d0ac1c44 1312 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1313 pwd)`
1314# When building in place, set srcdir=.
1315if test "$ac_abs_confdir" = "$ac_pwd"; then
1316 srcdir=.
1317fi
1318# Remove unnecessary trailing slashes from srcdir.
1319# Double slashes in file names in object file debugging info
1320# mess up M-x gdb in Emacs.
1321case $srcdir in
1322*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1323esac
1324for ac_var in $ac_precious_vars; do
1325 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_env_${ac_var}_value=\$${ac_var}
1327 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1329done
5d031c16 1330
b7026657
AC
1331#
1332# Report the --help message.
1333#
1334if test "$ac_init_help" = "long"; then
1335 # Omit some internal or obsolete options to make the list less imposing.
1336 # This message is too long to be a string in the A/UX 3.1 sh.
1337 cat <<_ACEOF
1338\`configure' configures this package to adapt to many kinds of systems.
5d031c16 1339
b7026657 1340Usage: $0 [OPTION]... [VAR=VALUE]...
5d031c16 1341
b7026657
AC
1342To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343VAR=VALUE. See below for descriptions of some of the useful variables.
5d031c16 1344
b7026657 1345Defaults for the options are specified in brackets.
5d031c16 1346
b7026657
AC
1347Configuration:
1348 -h, --help display this help and exit
1349 --help=short display options specific to this package
1350 --help=recursive display the short help of all the included packages
1351 -V, --version display version information and exit
d0ac1c44 1352 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1353 --cache-file=FILE cache test results in FILE [disabled]
1354 -C, --config-cache alias for \`--cache-file=config.cache'
1355 -n, --no-create do not create output files
1356 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1357
b7026657
AC
1358Installation directories:
1359 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1360 [$ac_default_prefix]
b7026657 1361 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1362 [PREFIX]
5d031c16 1363
b7026657
AC
1364By default, \`make install' will install all the files in
1365\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1366an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1367for instance \`--prefix=\$HOME'.
5d031c16 1368
b7026657
AC
1369For better control, use the options below.
1370
1371Fine tuning of the installation directories:
81ecdfbb
RW
1372 --bindir=DIR user executables [EPREFIX/bin]
1373 --sbindir=DIR system admin executables [EPREFIX/sbin]
1374 --libexecdir=DIR program executables [EPREFIX/libexec]
1375 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1376 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1377 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1378 --libdir=DIR object code libraries [EPREFIX/lib]
1379 --includedir=DIR C header files [PREFIX/include]
1380 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1381 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1382 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1383 --infodir=DIR info documentation [DATAROOTDIR/info]
1384 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1385 --mandir=DIR man documentation [DATAROOTDIR/man]
1386 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1387 --htmldir=DIR html documentation [DOCDIR]
1388 --dvidir=DIR dvi documentation [DOCDIR]
1389 --pdfdir=DIR pdf documentation [DOCDIR]
1390 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1391_ACEOF
1392
1393 cat <<\_ACEOF
1394
1395Program names:
1396 --program-prefix=PREFIX prepend PREFIX to installed program names
1397 --program-suffix=SUFFIX append SUFFIX to installed program names
1398 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1399
1400System types:
1401 --build=BUILD configure for building on BUILD [guessed]
1402 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1403 --target=TARGET configure for building compilers for TARGET [HOST]
1404_ACEOF
5d031c16 1405fi
b7026657
AC
1406
1407if test -n "$ac_init_help"; then
1408
1409 cat <<\_ACEOF
1410
1411Optional Features:
81ecdfbb 1412 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1413 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1414 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1415 --enable-plugins Enable support for plugins
6bb11ab3
L
1416 --enable-shared[=PKGS] build shared libraries [default=yes]
1417 --enable-static[=PKGS] build static libraries [default=yes]
1418 --enable-fast-install[=PKGS]
1419 optimize for fast installation [default=yes]
1420 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1421 --enable-maintainer-mode
1422 enable make rules and dependencies not useful (and
1423 sometimes confusing) to the casual installer
8d0978fb
MF
1424 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1425 itself)
1426 --enable-sim-stdio Specify whether to use stdio for console
1427 input/output
1428 --enable-sim-trace=opts Enable tracing of simulated programs
1429 --enable-sim-profile=opts
1430 Enable profiling flags
35656e95 1431 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1432 --enable-sim-environment=environment
1433 Specify mixed, user, virtual or operating
1434 environment
8d0978fb
MF
1435 --enable-sim-inline=inlines
1436 Specify which functions should be inlined
eca4255a
MF
1437 --enable-sim-endian=endian
1438 Specify target byte endian orientation
8d0978fb
MF
1439 --enable-sim-alignment=align
1440 Specify strict, nonstrict or forced alignment of
1441 memory accesses
2232061b
MF
1442 --enable-werror treat compile warnings as errors
1443 --enable-build-warnings enable build-time compiler warnings if gcc is used
1444 --enable-sim-build-warnings
1445 enable SIM specific build-time compiler warnings if
1446 gcc is used
1517bd27
MF
1447 --enable-sim-hardware=LIST
1448 Specify the hardware to be included in the build.
b7026657 1449
6efef468
JM
1450Optional Packages:
1451 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1452 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1453 --with-system-zlib use installed libz
6bb11ab3
L
1454 --with-pic try to use only PIC/non-PIC objects [default=use
1455 both]
1456 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1457 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1458 --with-bugurl=URL Direct users to URL to report a bug
1459
b7026657
AC
1460Some influential environment variables:
1461 CC C compiler command
1462 CFLAGS C compiler flags
1463 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1464 nonstandard directory <lib dir>
81ecdfbb 1465 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1466 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1467 you have headers in a nonstandard directory <include dir>
b7026657
AC
1468 CPP C preprocessor
1469
1470Use these variables to override the choices made by `configure' or to help
1471it to find libraries and programs with nonstandard names/locations.
1472
81ecdfbb 1473Report bugs to the package provider.
b7026657 1474_ACEOF
81ecdfbb 1475ac_status=$?
5d031c16
AC
1476fi
1477
b7026657
AC
1478if test "$ac_init_help" = "recursive"; then
1479 # If there are subdirs, report their specific --help.
b7026657 1480 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1481 test -d "$ac_dir" ||
1482 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1483 continue
b7026657 1484 ac_builddir=.
5d031c16 1485
81ecdfbb
RW
1486case "$ac_dir" in
1487.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488*)
1489 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1490 # A ".." for each directory in $ac_dir_suffix.
1491 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1492 case $ac_top_builddir_sub in
1493 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1494 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1495 esac ;;
1496esac
1497ac_abs_top_builddir=$ac_pwd
1498ac_abs_builddir=$ac_pwd$ac_dir_suffix
1499# for backward compatibility:
1500ac_top_builddir=$ac_top_build_prefix
5d031c16 1501
b7026657 1502case $srcdir in
81ecdfbb 1503 .) # We are building in place.
b7026657 1504 ac_srcdir=.
81ecdfbb
RW
1505 ac_top_srcdir=$ac_top_builddir_sub
1506 ac_abs_top_srcdir=$ac_pwd ;;
1507 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1508 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1509 ac_top_srcdir=$srcdir
1510 ac_abs_top_srcdir=$srcdir ;;
1511 *) # Relative name.
1512 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1513 ac_top_srcdir=$ac_top_build_prefix$srcdir
1514 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1515esac
81ecdfbb
RW
1516ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1517
1518 cd "$ac_dir" || { ac_status=$?; continue; }
1519 # Check for guested configure.
1520 if test -f "$ac_srcdir/configure.gnu"; then
1521 echo &&
1522 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1523 elif test -f "$ac_srcdir/configure"; then
1524 echo &&
1525 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1526 else
81ecdfbb
RW
1527 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1528 fi || ac_status=$?
1529 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1530 done
5d031c16 1531fi
b7026657 1532
81ecdfbb 1533test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1534if $ac_init_version; then
1535 cat <<\_ACEOF
81ecdfbb 1536configure
d0ac1c44 1537generated by GNU Autoconf 2.69
b7026657 1538
d0ac1c44 1539Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1540This configure script is free software; the Free Software Foundation
1541gives unlimited permission to copy, distribute and modify it.
1542_ACEOF
81ecdfbb 1543 exit
b7026657 1544fi
b7026657 1545
81ecdfbb
RW
1546## ------------------------ ##
1547## Autoconf initialization. ##
1548## ------------------------ ##
b7026657 1549
81ecdfbb
RW
1550# ac_fn_c_try_compile LINENO
1551# --------------------------
1552# Try to compile conftest.$ac_ext, and return whether this succeeded.
1553ac_fn_c_try_compile ()
b7026657 1554{
81ecdfbb
RW
1555 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1556 rm -f conftest.$ac_objext
1557 if { { ac_try="$ac_compile"
1558case "(($ac_try" in
1559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1560 *) ac_try_echo=$ac_try;;
1561esac
1562eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1563$as_echo "$ac_try_echo"; } >&5
1564 (eval "$ac_compile") 2>conftest.err
1565 ac_status=$?
1566 if test -s conftest.err; then
1567 grep -v '^ *+' conftest.err >conftest.er1
1568 cat conftest.er1 >&5
1569 mv -f conftest.er1 conftest.err
1570 fi
1571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1572 test $ac_status = 0; } && {
1573 test -z "$ac_c_werror_flag" ||
1574 test ! -s conftest.err
1575 } && test -s conftest.$ac_objext; then :
1576 ac_retval=0
1577else
1578 $as_echo "$as_me: failed program was:" >&5
1579sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1580
81ecdfbb
RW
1581 ac_retval=1
1582fi
d0ac1c44
SM
1583 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1584 as_fn_set_status $ac_retval
b7026657 1585
81ecdfbb 1586} # ac_fn_c_try_compile
b7026657 1587
81ecdfbb
RW
1588# ac_fn_c_try_cpp LINENO
1589# ----------------------
1590# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1591ac_fn_c_try_cpp ()
1592{
1593 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1594 if { { ac_try="$ac_cpp conftest.$ac_ext"
1595case "(($ac_try" in
1596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1597 *) ac_try_echo=$ac_try;;
1598esac
1599eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1600$as_echo "$ac_try_echo"; } >&5
1601 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1602 ac_status=$?
1603 if test -s conftest.err; then
1604 grep -v '^ *+' conftest.err >conftest.er1
1605 cat conftest.er1 >&5
1606 mv -f conftest.er1 conftest.err
1607 fi
1608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1609 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1610 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1611 test ! -s conftest.err
1612 }; then :
1613 ac_retval=0
1614else
1615 $as_echo "$as_me: failed program was:" >&5
1616sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1617
81ecdfbb
RW
1618 ac_retval=1
1619fi
d0ac1c44
SM
1620 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1621 as_fn_set_status $ac_retval
b7026657 1622
81ecdfbb
RW
1623} # ac_fn_c_try_cpp
1624
1625# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1626# -------------------------------------------------------
1627# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1628# the include files in INCLUDES and setting the cache variable VAR
1629# accordingly.
1630ac_fn_c_check_header_mongrel ()
1631{
1632 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1633 if eval \${$3+:} false; then :
81ecdfbb
RW
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1635$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1636if eval \${$3+:} false; then :
81ecdfbb
RW
1637 $as_echo_n "(cached) " >&6
1638fi
1639eval ac_res=\$$3
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1641$as_echo "$ac_res" >&6; }
1642else
1643 # Is the header compilable?
1644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1645$as_echo_n "checking $2 usability... " >&6; }
1646cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1647/* end confdefs.h. */
1648$4
1649#include <$2>
1650_ACEOF
1651if ac_fn_c_try_compile "$LINENO"; then :
1652 ac_header_compiler=yes
1653else
1654 ac_header_compiler=no
1655fi
1656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1658$as_echo "$ac_header_compiler" >&6; }
1659
1660# Is the header present?
1661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1662$as_echo_n "checking $2 presence... " >&6; }
1663cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1664/* end confdefs.h. */
1665#include <$2>
1666_ACEOF
1667if ac_fn_c_try_cpp "$LINENO"; then :
1668 ac_header_preproc=yes
1669else
1670 ac_header_preproc=no
1671fi
d0ac1c44 1672rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1674$as_echo "$ac_header_preproc" >&6; }
1675
1676# So? What about this header?
1677case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1678 yes:no: )
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1680$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1682$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1683 ;;
1684 no:yes:* )
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1686$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1688$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1690$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1692$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1694$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1695 ;;
1696esac
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1698$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1699if eval \${$3+:} false; then :
81ecdfbb
RW
1700 $as_echo_n "(cached) " >&6
1701else
1702 eval "$3=\$ac_header_compiler"
1703fi
1704eval ac_res=\$$3
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1706$as_echo "$ac_res" >&6; }
1707fi
d0ac1c44 1708 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1709
1710} # ac_fn_c_check_header_mongrel
1711
1712# ac_fn_c_try_run LINENO
1713# ----------------------
1714# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1715# that executables *can* be run.
1716ac_fn_c_try_run ()
1717{
1718 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1719 if { { ac_try="$ac_link"
1720case "(($ac_try" in
1721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1722 *) ac_try_echo=$ac_try;;
1723esac
1724eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1725$as_echo "$ac_try_echo"; } >&5
1726 (eval "$ac_link") 2>&5
1727 ac_status=$?
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1730 { { case "(($ac_try" in
1731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1732 *) ac_try_echo=$ac_try;;
1733esac
1734eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1735$as_echo "$ac_try_echo"; } >&5
1736 (eval "$ac_try") 2>&5
1737 ac_status=$?
1738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1739 test $ac_status = 0; }; }; then :
1740 ac_retval=0
1741else
1742 $as_echo "$as_me: program exited with status $ac_status" >&5
1743 $as_echo "$as_me: failed program was:" >&5
1744sed 's/^/| /' conftest.$ac_ext >&5
1745
1746 ac_retval=$ac_status
1747fi
1748 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1749 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1750 as_fn_set_status $ac_retval
81ecdfbb
RW
1751
1752} # ac_fn_c_try_run
1753
1754# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1755# -------------------------------------------------------
1756# Tests whether HEADER exists and can be compiled using the include files in
1757# INCLUDES, setting the cache variable VAR accordingly.
1758ac_fn_c_check_header_compile ()
1759{
1760 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1763if eval \${$3+:} false; then :
81ecdfbb
RW
1764 $as_echo_n "(cached) " >&6
1765else
1766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1767/* end confdefs.h. */
1768$4
1769#include <$2>
1770_ACEOF
1771if ac_fn_c_try_compile "$LINENO"; then :
1772 eval "$3=yes"
1773else
1774 eval "$3=no"
1775fi
1776rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1777fi
1778eval ac_res=\$$3
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1780$as_echo "$ac_res" >&6; }
d0ac1c44 1781 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1782
1783} # ac_fn_c_check_header_compile
1784
1785# ac_fn_c_try_link LINENO
1786# -----------------------
1787# Try to link conftest.$ac_ext, and return whether this succeeded.
1788ac_fn_c_try_link ()
1789{
1790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791 rm -f conftest.$ac_objext conftest$ac_exeext
1792 if { { ac_try="$ac_link"
1793case "(($ac_try" in
1794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1795 *) ac_try_echo=$ac_try;;
1796esac
1797eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1798$as_echo "$ac_try_echo"; } >&5
1799 (eval "$ac_link") 2>conftest.err
1800 ac_status=$?
1801 if test -s conftest.err; then
1802 grep -v '^ *+' conftest.err >conftest.er1
1803 cat conftest.er1 >&5
1804 mv -f conftest.er1 conftest.err
1805 fi
1806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1807 test $ac_status = 0; } && {
1808 test -z "$ac_c_werror_flag" ||
1809 test ! -s conftest.err
1810 } && test -s conftest$ac_exeext && {
1811 test "$cross_compiling" = yes ||
d0ac1c44 1812 test -x conftest$ac_exeext
81ecdfbb
RW
1813 }; then :
1814 ac_retval=0
1815else
1816 $as_echo "$as_me: failed program was:" >&5
1817sed 's/^/| /' conftest.$ac_ext >&5
1818
1819 ac_retval=1
1820fi
1821 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1822 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1823 # interfere with the next link command; also delete a directory that is
1824 # left behind by Apple's compiler. We do this before executing the actions.
1825 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1826 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1827 as_fn_set_status $ac_retval
81ecdfbb
RW
1828
1829} # ac_fn_c_try_link
1830
1831# ac_fn_c_check_func LINENO FUNC VAR
1832# ----------------------------------
1833# Tests whether FUNC exists, setting the cache variable VAR accordingly
1834ac_fn_c_check_func ()
1835{
1836 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1838$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1839if eval \${$3+:} false; then :
81ecdfbb
RW
1840 $as_echo_n "(cached) " >&6
1841else
1842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1843/* end confdefs.h. */
1844/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1845 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1846#define $2 innocuous_$2
1847
1848/* System header to define __stub macros and hopefully few prototypes,
1849 which can conflict with char $2 (); below.
1850 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1851 <limits.h> exists even on freestanding compilers. */
1852
1853#ifdef __STDC__
1854# include <limits.h>
1855#else
1856# include <assert.h>
1857#endif
1858
1859#undef $2
1860
1861/* Override any GCC internal prototype to avoid an error.
1862 Use char because int might match the return type of a GCC
1863 builtin and then its argument prototype would still apply. */
1864#ifdef __cplusplus
1865extern "C"
1866#endif
1867char $2 ();
1868/* The GNU C library defines this for functions which it implements
1869 to always fail with ENOSYS. Some functions are actually named
1870 something starting with __ and the normal name is an alias. */
1871#if defined __stub_$2 || defined __stub___$2
1872choke me
1873#endif
1874
1875int
1876main ()
1877{
1878return $2 ();
1879 ;
1880 return 0;
1881}
1882_ACEOF
1883if ac_fn_c_try_link "$LINENO"; then :
1884 eval "$3=yes"
1885else
1886 eval "$3=no"
1887fi
1888rm -f core conftest.err conftest.$ac_objext \
1889 conftest$ac_exeext conftest.$ac_ext
1890fi
1891eval ac_res=\$$3
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1893$as_echo "$ac_res" >&6; }
d0ac1c44 1894 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1895
1896} # ac_fn_c_check_func
936df756
MF
1897
1898# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1899# ----------------------------------------------------
1900# Tries to find if the field MEMBER exists in type AGGR, after including
1901# INCLUDES, setting cache variable VAR accordingly.
1902ac_fn_c_check_member ()
1903{
1904 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1906$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1907if eval \${$4+:} false; then :
936df756
MF
1908 $as_echo_n "(cached) " >&6
1909else
1910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1911/* end confdefs.h. */
1912$5
1913int
1914main ()
1915{
1916static $2 ac_aggr;
1917if (ac_aggr.$3)
1918return 0;
1919 ;
1920 return 0;
1921}
1922_ACEOF
1923if ac_fn_c_try_compile "$LINENO"; then :
1924 eval "$4=yes"
1925else
1926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927/* end confdefs.h. */
1928$5
1929int
1930main ()
1931{
1932static $2 ac_aggr;
1933if (sizeof ac_aggr.$3)
1934return 0;
1935 ;
1936 return 0;
1937}
1938_ACEOF
1939if ac_fn_c_try_compile "$LINENO"; then :
1940 eval "$4=yes"
1941else
1942 eval "$4=no"
1943fi
1944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1945fi
1946rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1947fi
1948eval ac_res=\$$4
1949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1950$as_echo "$ac_res" >&6; }
d0ac1c44 1951 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1952
1953} # ac_fn_c_check_member
1954
1955# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1956# -------------------------------------------
1957# Tests whether TYPE exists after having included INCLUDES, setting cache
1958# variable VAR accordingly.
1959ac_fn_c_check_type ()
1960{
1961 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1963$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1964if eval \${$3+:} false; then :
936df756
MF
1965 $as_echo_n "(cached) " >&6
1966else
1967 eval "$3=no"
1968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1969/* end confdefs.h. */
1970$4
1971int
1972main ()
1973{
1974if (sizeof ($2))
1975 return 0;
1976 ;
1977 return 0;
1978}
1979_ACEOF
1980if ac_fn_c_try_compile "$LINENO"; then :
1981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1982/* end confdefs.h. */
1983$4
1984int
1985main ()
1986{
1987if (sizeof (($2)))
1988 return 0;
1989 ;
1990 return 0;
1991}
1992_ACEOF
1993if ac_fn_c_try_compile "$LINENO"; then :
1994
1995else
1996 eval "$3=yes"
1997fi
1998rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1999fi
2000rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2001fi
2002eval ac_res=\$$3
2003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2004$as_echo "$ac_res" >&6; }
d0ac1c44 2005 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2006
2007} # ac_fn_c_check_type
81ecdfbb
RW
2008cat >config.log <<_ACEOF
2009This file contains any messages produced by compilers while
2010running configure, to aid debugging if configure makes a mistake.
2011
2012It was created by $as_me, which was
d0ac1c44 2013generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2014
2015 $ $0 $@
2016
2017_ACEOF
2018exec 5>>config.log
2019{
2020cat <<_ASUNAME
2021## --------- ##
2022## Platform. ##
2023## --------- ##
2024
2025hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2026uname -m = `(uname -m) 2>/dev/null || echo unknown`
2027uname -r = `(uname -r) 2>/dev/null || echo unknown`
2028uname -s = `(uname -s) 2>/dev/null || echo unknown`
2029uname -v = `(uname -v) 2>/dev/null || echo unknown`
2030
2031/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2032/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2033
2034/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2035/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2036/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2037/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2038/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2039/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2040/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2041
2042_ASUNAME
2043
2044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2045for as_dir in $PATH
2046do
2047 IFS=$as_save_IFS
2048 test -z "$as_dir" && as_dir=.
2049 $as_echo "PATH: $as_dir"
2050 done
2051IFS=$as_save_IFS
2052
2053} >&5
2054
2055cat >&5 <<_ACEOF
b7026657
AC
2056
2057
2058## ----------- ##
2059## Core tests. ##
2060## ----------- ##
2061
2062_ACEOF
2063
2064
2065# Keep a trace of the command line.
2066# Strip out --no-create and --no-recursion so they do not pile up.
2067# Strip out --silent because we don't want to record it for future runs.
2068# Also quote any args containing shell meta-characters.
2069# Make two passes to allow for proper duplicate-argument suppression.
2070ac_configure_args=
2071ac_configure_args0=
2072ac_configure_args1=
b7026657
AC
2073ac_must_keep_next=false
2074for ac_pass in 1 2
2075do
2076 for ac_arg
2077 do
2078 case $ac_arg in
2079 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2080 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2081 | -silent | --silent | --silen | --sile | --sil)
2082 continue ;;
81ecdfbb
RW
2083 *\'*)
2084 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2085 esac
2086 case $ac_pass in
81ecdfbb 2087 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2088 2)
81ecdfbb 2089 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2090 if test $ac_must_keep_next = true; then
2091 ac_must_keep_next=false # Got value, back to normal.
2092 else
2093 case $ac_arg in
2094 *=* | --config-cache | -C | -disable-* | --disable-* \
2095 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2096 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2097 | -with-* | --with-* | -without-* | --without-* | --x)
2098 case "$ac_configure_args0 " in
2099 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2100 esac
2101 ;;
2102 -* ) ac_must_keep_next=true ;;
2103 esac
2104 fi
81ecdfbb 2105 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2106 ;;
2107 esac
2108 done
2109done
81ecdfbb
RW
2110{ ac_configure_args0=; unset ac_configure_args0;}
2111{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2112
2113# When interrupted or exit'd, cleanup temporary files, and complete
2114# config.log. We remove comments because anyway the quotes in there
2115# would cause problems or look ugly.
81ecdfbb
RW
2116# WARNING: Use '\'' to represent an apostrophe within the trap.
2117# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2118trap 'exit_status=$?
2119 # Save into config.log some information that might help in debugging.
2120 {
2121 echo
2122
d0ac1c44 2123 $as_echo "## ---------------- ##
b7026657 2124## Cache variables. ##
d0ac1c44 2125## ---------------- ##"
b7026657
AC
2126 echo
2127 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2128(
2129 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2130 eval ac_val=\$$ac_var
2131 case $ac_val in #(
2132 *${as_nl}*)
2133 case $ac_var in #(
2134 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2135$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2136 esac
2137 case $ac_var in #(
2138 _ | IFS | as_nl) ;; #(
2139 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2140 *) { eval $ac_var=; unset $ac_var;} ;;
2141 esac ;;
2142 esac
2143 done
b7026657 2144 (set) 2>&1 |
81ecdfbb
RW
2145 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2146 *${as_nl}ac_space=\ *)
b7026657 2147 sed -n \
81ecdfbb
RW
2148 "s/'\''/'\''\\\\'\'''\''/g;
2149 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2150 ;; #(
b7026657 2151 *)
81ecdfbb 2152 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2153 ;;
81ecdfbb
RW
2154 esac |
2155 sort
2156)
b7026657
AC
2157 echo
2158
d0ac1c44 2159 $as_echo "## ----------------- ##
b7026657 2160## Output variables. ##
d0ac1c44 2161## ----------------- ##"
b7026657
AC
2162 echo
2163 for ac_var in $ac_subst_vars
2164 do
81ecdfbb
RW
2165 eval ac_val=\$$ac_var
2166 case $ac_val in
2167 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2168 esac
2169 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2170 done | sort
2171 echo
2172
2173 if test -n "$ac_subst_files"; then
d0ac1c44 2174 $as_echo "## ------------------- ##
81ecdfbb 2175## File substitutions. ##
d0ac1c44 2176## ------------------- ##"
b7026657
AC
2177 echo
2178 for ac_var in $ac_subst_files
2179 do
81ecdfbb
RW
2180 eval ac_val=\$$ac_var
2181 case $ac_val in
2182 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2183 esac
2184 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2185 done | sort
2186 echo
2187 fi
2188
2189 if test -s confdefs.h; then
d0ac1c44 2190 $as_echo "## ----------- ##
b7026657 2191## confdefs.h. ##
d0ac1c44 2192## ----------- ##"
b7026657 2193 echo
81ecdfbb 2194 cat confdefs.h
b7026657
AC
2195 echo
2196 fi
2197 test "$ac_signal" != 0 &&
81ecdfbb
RW
2198 $as_echo "$as_me: caught signal $ac_signal"
2199 $as_echo "$as_me: exit $exit_status"
b7026657 2200 } >&5
81ecdfbb
RW
2201 rm -f core *.core core.conftest.* &&
2202 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2203 exit $exit_status
81ecdfbb 2204' 0
b7026657 2205for ac_signal in 1 2 13 15; do
81ecdfbb 2206 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2207done
2208ac_signal=0
2209
2210# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2211rm -f -r conftest* confdefs.h
2212
2213$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2214
2215# Predefined preprocessor variables.
2216
2217cat >>confdefs.h <<_ACEOF
2218#define PACKAGE_NAME "$PACKAGE_NAME"
2219_ACEOF
2220
b7026657
AC
2221cat >>confdefs.h <<_ACEOF
2222#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2223_ACEOF
2224
b7026657
AC
2225cat >>confdefs.h <<_ACEOF
2226#define PACKAGE_VERSION "$PACKAGE_VERSION"
2227_ACEOF
2228
b7026657
AC
2229cat >>confdefs.h <<_ACEOF
2230#define PACKAGE_STRING "$PACKAGE_STRING"
2231_ACEOF
2232
b7026657
AC
2233cat >>confdefs.h <<_ACEOF
2234#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2235_ACEOF
2236
81ecdfbb
RW
2237cat >>confdefs.h <<_ACEOF
2238#define PACKAGE_URL "$PACKAGE_URL"
2239_ACEOF
2240
b7026657
AC
2241
2242# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2243# Prefer an explicitly selected file to automatically selected ones.
2244ac_site_file1=NONE
2245ac_site_file2=NONE
2246if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2247 # We do not want a PATH search for config.site.
2248 case $CONFIG_SITE in #((
2249 -*) ac_site_file1=./$CONFIG_SITE;;
2250 */*) ac_site_file1=$CONFIG_SITE;;
2251 *) ac_site_file1=./$CONFIG_SITE;;
2252 esac
81ecdfbb
RW
2253elif test "x$prefix" != xNONE; then
2254 ac_site_file1=$prefix/share/config.site
2255 ac_site_file2=$prefix/etc/config.site
2256else
2257 ac_site_file1=$ac_default_prefix/share/config.site
2258 ac_site_file2=$ac_default_prefix/etc/config.site
2259fi
2260for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2261do
2262 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2263 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2264 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2265$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2266 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2267 . "$ac_site_file" \
2268 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2269$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2270as_fn_error $? "failed to load site script $ac_site_file
2271See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2272 fi
2273done
2274
2275if test -r "$cache_file"; then
d0ac1c44
SM
2276 # Some versions of bash will fail to source /dev/null (special files
2277 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2278 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2280$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2281 case $cache_file in
81ecdfbb
RW
2282 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2283 *) . "./$cache_file";;
b7026657
AC
2284 esac
2285 fi
2286else
81ecdfbb
RW
2287 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2288$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2289 >$cache_file
2290fi
2291
2292# Check that the precious variables saved in the cache have kept the same
2293# value.
2294ac_cache_corrupted=false
81ecdfbb 2295for ac_var in $ac_precious_vars; do
b7026657
AC
2296 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2297 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2298 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2299 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2300 case $ac_old_set,$ac_new_set in
2301 set,)
81ecdfbb
RW
2302 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2303$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2304 ac_cache_corrupted=: ;;
2305 ,set)
81ecdfbb
RW
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2307$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2308 ac_cache_corrupted=: ;;
2309 ,);;
2310 *)
2311 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2312 # differences in whitespace do not lead to failure.
2313 ac_old_val_w=`echo x $ac_old_val`
2314 ac_new_val_w=`echo x $ac_new_val`
2315 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2317$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2318 ac_cache_corrupted=:
2319 else
2320 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2321$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2322 eval $ac_var=\$ac_old_val
2323 fi
2324 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2325$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2327$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2328 fi;;
2329 esac
2330 # Pass precious variables to config.status.
2331 if test "$ac_new_set" = set; then
2332 case $ac_new_val in
81ecdfbb 2333 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2334 *) ac_arg=$ac_var=$ac_new_val ;;
2335 esac
2336 case " $ac_configure_args " in
2337 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2338 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2339 esac
2340 fi
2341done
2342if $ac_cache_corrupted; then
81ecdfbb
RW
2343 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2344$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2346$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2347 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2348fi
81ecdfbb
RW
2349## -------------------- ##
2350## Main body of script. ##
2351## -------------------- ##
b7026657
AC
2352
2353ac_ext=c
2354ac_cpp='$CPP $CPPFLAGS'
2355ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2356ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2357ac_compiler_gnu=$ac_cv_c_compiler_gnu
2358
2359
6bb11ab3
L
2360
2361
2362
2363
2364
2365ac_ext=c
2366ac_cpp='$CPP $CPPFLAGS'
2367ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2368ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2369ac_compiler_gnu=$ac_cv_c_compiler_gnu
2370if test -n "$ac_tool_prefix"; then
2371 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2372set dummy ${ac_tool_prefix}gcc; ac_word=$2
2373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2374$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2375if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2376 $as_echo_n "(cached) " >&6
2377else
2378 if test -n "$CC"; then
2379 ac_cv_prog_CC="$CC" # Let the user override the test.
2380else
2381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2382for as_dir in $PATH
2383do
2384 IFS=$as_save_IFS
2385 test -z "$as_dir" && as_dir=.
2386 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2387 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2388 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2390 break 2
2391 fi
2392done
2393 done
2394IFS=$as_save_IFS
2395
2396fi
2397fi
2398CC=$ac_cv_prog_CC
2399if test -n "$CC"; then
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2401$as_echo "$CC" >&6; }
2402else
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2404$as_echo "no" >&6; }
2405fi
2406
2407
2408fi
2409if test -z "$ac_cv_prog_CC"; then
2410 ac_ct_CC=$CC
2411 # Extract the first word of "gcc", so it can be a program name with args.
2412set dummy gcc; ac_word=$2
2413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2414$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2415if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2416 $as_echo_n "(cached) " >&6
2417else
2418 if test -n "$ac_ct_CC"; then
2419 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2420else
2421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2422for as_dir in $PATH
2423do
2424 IFS=$as_save_IFS
2425 test -z "$as_dir" && as_dir=.
2426 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2428 ac_cv_prog_ac_ct_CC="gcc"
2429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2430 break 2
2431 fi
2432done
2433 done
2434IFS=$as_save_IFS
2435
2436fi
2437fi
2438ac_ct_CC=$ac_cv_prog_ac_ct_CC
2439if test -n "$ac_ct_CC"; then
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2441$as_echo "$ac_ct_CC" >&6; }
2442else
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2444$as_echo "no" >&6; }
2445fi
2446
2447 if test "x$ac_ct_CC" = x; then
2448 CC=""
2449 else
2450 case $cross_compiling:$ac_tool_warned in
2451yes:)
2452{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2453$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2454ac_tool_warned=yes ;;
2455esac
2456 CC=$ac_ct_CC
2457 fi
2458else
2459 CC="$ac_cv_prog_CC"
2460fi
2461
2462if test -z "$CC"; then
2463 if test -n "$ac_tool_prefix"; then
2464 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2465set dummy ${ac_tool_prefix}cc; ac_word=$2
2466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2467$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2468if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2469 $as_echo_n "(cached) " >&6
2470else
2471 if test -n "$CC"; then
2472 ac_cv_prog_CC="$CC" # Let the user override the test.
2473else
2474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2475for as_dir in $PATH
2476do
2477 IFS=$as_save_IFS
2478 test -z "$as_dir" && as_dir=.
2479 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2480 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2481 ac_cv_prog_CC="${ac_tool_prefix}cc"
2482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2483 break 2
2484 fi
2485done
2486 done
2487IFS=$as_save_IFS
2488
2489fi
2490fi
2491CC=$ac_cv_prog_CC
2492if test -n "$CC"; then
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2494$as_echo "$CC" >&6; }
2495else
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2497$as_echo "no" >&6; }
2498fi
2499
2500
2501 fi
2502fi
2503if test -z "$CC"; then
2504 # Extract the first word of "cc", so it can be a program name with args.
2505set dummy cc; ac_word=$2
2506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2507$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2508if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2509 $as_echo_n "(cached) " >&6
2510else
2511 if test -n "$CC"; then
2512 ac_cv_prog_CC="$CC" # Let the user override the test.
2513else
2514 ac_prog_rejected=no
2515as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2516for as_dir in $PATH
2517do
2518 IFS=$as_save_IFS
2519 test -z "$as_dir" && as_dir=.
2520 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2521 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2522 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2523 ac_prog_rejected=yes
2524 continue
2525 fi
2526 ac_cv_prog_CC="cc"
2527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 break 2
2529 fi
2530done
2531 done
2532IFS=$as_save_IFS
2533
2534if test $ac_prog_rejected = yes; then
2535 # We found a bogon in the path, so make sure we never use it.
2536 set dummy $ac_cv_prog_CC
2537 shift
2538 if test $# != 0; then
2539 # We chose a different compiler from the bogus one.
2540 # However, it has the same basename, so the bogon will be chosen
2541 # first if we set CC to just the basename; use the full file name.
2542 shift
2543 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2544 fi
2545fi
2546fi
2547fi
2548CC=$ac_cv_prog_CC
2549if test -n "$CC"; then
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2551$as_echo "$CC" >&6; }
2552else
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2554$as_echo "no" >&6; }
2555fi
2556
2557
2558fi
2559if test -z "$CC"; then
2560 if test -n "$ac_tool_prefix"; then
2561 for ac_prog in cl.exe
2562 do
2563 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2564set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2566$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2567if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2568 $as_echo_n "(cached) " >&6
2569else
2570 if test -n "$CC"; then
2571 ac_cv_prog_CC="$CC" # Let the user override the test.
2572else
2573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2574for as_dir in $PATH
2575do
2576 IFS=$as_save_IFS
2577 test -z "$as_dir" && as_dir=.
2578 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2579 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2580 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2582 break 2
2583 fi
2584done
2585 done
2586IFS=$as_save_IFS
2587
2588fi
2589fi
2590CC=$ac_cv_prog_CC
2591if test -n "$CC"; then
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2593$as_echo "$CC" >&6; }
2594else
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2596$as_echo "no" >&6; }
2597fi
2598
2599
2600 test -n "$CC" && break
2601 done
2602fi
2603if test -z "$CC"; then
2604 ac_ct_CC=$CC
2605 for ac_prog in cl.exe
2606do
2607 # Extract the first word of "$ac_prog", so it can be a program name with args.
2608set dummy $ac_prog; ac_word=$2
2609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2610$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2611if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2612 $as_echo_n "(cached) " >&6
2613else
2614 if test -n "$ac_ct_CC"; then
2615 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2616else
2617as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2618for as_dir in $PATH
2619do
2620 IFS=$as_save_IFS
2621 test -z "$as_dir" && as_dir=.
2622 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2623 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2624 ac_cv_prog_ac_ct_CC="$ac_prog"
2625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2626 break 2
2627 fi
2628done
2629 done
2630IFS=$as_save_IFS
2631
2632fi
2633fi
2634ac_ct_CC=$ac_cv_prog_ac_ct_CC
2635if test -n "$ac_ct_CC"; then
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2637$as_echo "$ac_ct_CC" >&6; }
2638else
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2640$as_echo "no" >&6; }
2641fi
2642
2643
2644 test -n "$ac_ct_CC" && break
2645done
2646
2647 if test "x$ac_ct_CC" = x; then
2648 CC=""
2649 else
2650 case $cross_compiling:$ac_tool_warned in
2651yes:)
2652{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2653$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2654ac_tool_warned=yes ;;
2655esac
2656 CC=$ac_ct_CC
2657 fi
2658fi
2659
2660fi
2661
2662
2663test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2664$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2665as_fn_error $? "no acceptable C compiler found in \$PATH
2666See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2667
2668# Provide some information about the compiler.
2669$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2670set X $ac_compile
2671ac_compiler=$2
2672for ac_option in --version -v -V -qversion; do
2673 { { ac_try="$ac_compiler $ac_option >&5"
2674case "(($ac_try" in
2675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2676 *) ac_try_echo=$ac_try;;
2677esac
2678eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2679$as_echo "$ac_try_echo"; } >&5
2680 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2681 ac_status=$?
2682 if test -s conftest.err; then
2683 sed '10a\
2684... rest of stderr output deleted ...
2685 10q' conftest.err >conftest.er1
2686 cat conftest.er1 >&5
6bb11ab3 2687 fi
d0ac1c44 2688 rm -f conftest.er1 conftest.err
6bb11ab3
L
2689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2690 test $ac_status = 0; }
2691done
2692
2693cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2694/* end confdefs.h. */
2695
2696int
2697main ()
2698{
2699
2700 ;
2701 return 0;
2702}
2703_ACEOF
2704ac_clean_files_save=$ac_clean_files
d0ac1c44 2705ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2706# Try to create an executable without -o first, disregard a.out.
2707# It will help us diagnose broken compilers, and finding out an intuition
2708# of exeext.
d0ac1c44
SM
2709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2710$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2711ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2712
2713# The possible output files:
2714ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2715
2716ac_rmfiles=
2717for ac_file in $ac_files
2718do
2719 case $ac_file in
2720 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2721 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2722 esac
2723done
2724rm -f $ac_rmfiles
2725
2726if { { ac_try="$ac_link_default"
2727case "(($ac_try" in
2728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2729 *) ac_try_echo=$ac_try;;
2730esac
2731eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2732$as_echo "$ac_try_echo"; } >&5
2733 (eval "$ac_link_default") 2>&5
2734 ac_status=$?
2735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2736 test $ac_status = 0; }; then :
2737 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2738# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2739# in a Makefile. We should not override ac_cv_exeext if it was cached,
2740# so that the user can short-circuit this test for compilers unknown to
2741# Autoconf.
2742for ac_file in $ac_files ''
2743do
2744 test -f "$ac_file" || continue
2745 case $ac_file in
2746 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2747 ;;
2748 [ab].out )
2749 # We found the default executable, but exeext='' is most
2750 # certainly right.
2751 break;;
2752 *.* )
2753 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2754 then :; else
2755 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2756 fi
2757 # We set ac_cv_exeext here because the later test for it is not
2758 # safe: cross compilers may not add the suffix if given an `-o'
2759 # argument, so we may need to know it at that point already.
2760 # Even if this section looks crufty: it has the advantage of
2761 # actually working.
2762 break;;
2763 * )
2764 break;;
2765 esac
2766done
2767test "$ac_cv_exeext" = no && ac_cv_exeext=
2768
2769else
2770 ac_file=''
2771fi
6bb11ab3 2772if test -z "$ac_file"; then :
d0ac1c44
SM
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2774$as_echo "no" >&6; }
2775$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2776sed 's/^/| /' conftest.$ac_ext >&5
2777
2778{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2779$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2780as_fn_error 77 "C compiler cannot create executables
2781See \`config.log' for more details" "$LINENO" 5; }
2782else
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2784$as_echo "yes" >&6; }
6bb11ab3 2785fi
d0ac1c44
SM
2786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2787$as_echo_n "checking for C compiler default output file name... " >&6; }
2788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2789$as_echo "$ac_file" >&6; }
6bb11ab3
L
2790ac_exeext=$ac_cv_exeext
2791
d0ac1c44 2792rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2793ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2795$as_echo_n "checking for suffix of executables... " >&6; }
2796if { { ac_try="$ac_link"
2797case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800esac
2801eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2802$as_echo "$ac_try_echo"; } >&5
2803 (eval "$ac_link") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2806 test $ac_status = 0; }; then :
2807 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2808# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2809# work properly (i.e., refer to `conftest.exe'), while it won't with
2810# `rm'.
2811for ac_file in conftest.exe conftest conftest.*; do
2812 test -f "$ac_file" || continue
2813 case $ac_file in
2814 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2815 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2816 break;;
2817 * ) break;;
2818 esac
2819done
2820else
2821 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2822$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2823as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2824See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2825fi
d0ac1c44 2826rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2827{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2828$as_echo "$ac_cv_exeext" >&6; }
2829
2830rm -f conftest.$ac_ext
2831EXEEXT=$ac_cv_exeext
2832ac_exeext=$EXEEXT
d0ac1c44
SM
2833cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2834/* end confdefs.h. */
2835#include <stdio.h>
2836int
2837main ()
2838{
2839FILE *f = fopen ("conftest.out", "w");
2840 return ferror (f) || fclose (f) != 0;
2841
2842 ;
2843 return 0;
2844}
2845_ACEOF
2846ac_clean_files="$ac_clean_files conftest.out"
2847# Check that the compiler produces executables we can run. If not, either
2848# the compiler is broken, or we cross compile.
2849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2850$as_echo_n "checking whether we are cross compiling... " >&6; }
2851if test "$cross_compiling" != yes; then
2852 { { ac_try="$ac_link"
2853case "(($ac_try" in
2854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2855 *) ac_try_echo=$ac_try;;
2856esac
2857eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2858$as_echo "$ac_try_echo"; } >&5
2859 (eval "$ac_link") 2>&5
2860 ac_status=$?
2861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2862 test $ac_status = 0; }
2863 if { ac_try='./conftest$ac_cv_exeext'
2864 { { case "(($ac_try" in
2865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2866 *) ac_try_echo=$ac_try;;
2867esac
2868eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2869$as_echo "$ac_try_echo"; } >&5
2870 (eval "$ac_try") 2>&5
2871 ac_status=$?
2872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2873 test $ac_status = 0; }; }; then
2874 cross_compiling=no
2875 else
2876 if test "$cross_compiling" = maybe; then
2877 cross_compiling=yes
2878 else
2879 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2880$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2881as_fn_error $? "cannot run C compiled programs.
2882If you meant to cross compile, use \`--host'.
2883See \`config.log' for more details" "$LINENO" 5; }
2884 fi
2885 fi
2886fi
2887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2888$as_echo "$cross_compiling" >&6; }
2889
2890rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2891ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2893$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2894if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2895 $as_echo_n "(cached) " >&6
2896else
2897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2898/* end confdefs.h. */
2899
2900int
2901main ()
2902{
2903
2904 ;
2905 return 0;
2906}
2907_ACEOF
2908rm -f conftest.o conftest.obj
2909if { { ac_try="$ac_compile"
2910case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913esac
2914eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2915$as_echo "$ac_try_echo"; } >&5
2916 (eval "$ac_compile") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2919 test $ac_status = 0; }; then :
2920 for ac_file in conftest.o conftest.obj conftest.*; do
2921 test -f "$ac_file" || continue;
2922 case $ac_file in
2923 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2924 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2925 break;;
2926 esac
2927done
2928else
2929 $as_echo "$as_me: failed program was:" >&5
2930sed 's/^/| /' conftest.$ac_ext >&5
2931
2932{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2933$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2934as_fn_error $? "cannot compute suffix of object files: cannot compile
2935See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2936fi
2937rm -f conftest.$ac_cv_objext conftest.$ac_ext
2938fi
2939{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2940$as_echo "$ac_cv_objext" >&6; }
2941OBJEXT=$ac_cv_objext
2942ac_objext=$OBJEXT
2943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2944$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2945if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2946 $as_echo_n "(cached) " >&6
2947else
2948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2949/* end confdefs.h. */
2950
2951int
2952main ()
2953{
2954#ifndef __GNUC__
2955 choke me
2956#endif
2957
2958 ;
2959 return 0;
2960}
2961_ACEOF
2962if ac_fn_c_try_compile "$LINENO"; then :
2963 ac_compiler_gnu=yes
2964else
2965 ac_compiler_gnu=no
2966fi
2967rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2968ac_cv_c_compiler_gnu=$ac_compiler_gnu
2969
2970fi
2971{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2972$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2973if test $ac_compiler_gnu = yes; then
2974 GCC=yes
2975else
2976 GCC=
2977fi
2978ac_test_CFLAGS=${CFLAGS+set}
2979ac_save_CFLAGS=$CFLAGS
2980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2981$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2982if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2983 $as_echo_n "(cached) " >&6
2984else
2985 ac_save_c_werror_flag=$ac_c_werror_flag
2986 ac_c_werror_flag=yes
2987 ac_cv_prog_cc_g=no
2988 CFLAGS="-g"
2989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2990/* end confdefs.h. */
2991
2992int
2993main ()
2994{
2995
2996 ;
2997 return 0;
2998}
2999_ACEOF
3000if ac_fn_c_try_compile "$LINENO"; then :
3001 ac_cv_prog_cc_g=yes
3002else
3003 CFLAGS=""
3004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3005/* end confdefs.h. */
3006
3007int
3008main ()
3009{
3010
3011 ;
3012 return 0;
3013}
3014_ACEOF
3015if ac_fn_c_try_compile "$LINENO"; then :
3016
3017else
3018 ac_c_werror_flag=$ac_save_c_werror_flag
3019 CFLAGS="-g"
3020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3021/* end confdefs.h. */
3022
3023int
3024main ()
3025{
3026
3027 ;
3028 return 0;
3029}
3030_ACEOF
3031if ac_fn_c_try_compile "$LINENO"; then :
3032 ac_cv_prog_cc_g=yes
3033fi
3034rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3035fi
3036rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3037fi
3038rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3039 ac_c_werror_flag=$ac_save_c_werror_flag
3040fi
3041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3042$as_echo "$ac_cv_prog_cc_g" >&6; }
3043if test "$ac_test_CFLAGS" = set; then
3044 CFLAGS=$ac_save_CFLAGS
3045elif test $ac_cv_prog_cc_g = yes; then
3046 if test "$GCC" = yes; then
3047 CFLAGS="-g -O2"
3048 else
3049 CFLAGS="-g"
3050 fi
3051else
3052 if test "$GCC" = yes; then
3053 CFLAGS="-O2"
3054 else
3055 CFLAGS=
3056 fi
3057fi
3058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3059$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3060if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3061 $as_echo_n "(cached) " >&6
3062else
3063 ac_cv_prog_cc_c89=no
3064ac_save_CC=$CC
3065cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3066/* end confdefs.h. */
3067#include <stdarg.h>
3068#include <stdio.h>
d0ac1c44 3069struct stat;
6bb11ab3
L
3070/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3071struct buf { int x; };
3072FILE * (*rcsopen) (struct buf *, struct stat *, int);
3073static char *e (p, i)
3074 char **p;
3075 int i;
3076{
3077 return p[i];
3078}
3079static char *f (char * (*g) (char **, int), char **p, ...)
3080{
3081 char *s;
3082 va_list v;
3083 va_start (v,p);
3084 s = g (p, va_arg (v,int));
3085 va_end (v);
3086 return s;
3087}
3088
3089/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3090 function prototypes and stuff, but not '\xHH' hex character constants.
3091 These don't provoke an error unfortunately, instead are silently treated
3092 as 'x'. The following induces an error, until -std is added to get
3093 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3094 array size at least. It's necessary to write '\x00'==0 to get something
3095 that's true only with -std. */
3096int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3097
3098/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3099 inside strings and character constants. */
3100#define FOO(x) 'x'
3101int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3102
3103int test (int i, double x);
3104struct s1 {int (*f) (int a);};
3105struct s2 {int (*f) (double a);};
3106int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3107int argc;
3108char **argv;
3109int
3110main ()
3111{
3112return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3113 ;
3114 return 0;
3115}
3116_ACEOF
3117for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3118 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3119do
3120 CC="$ac_save_CC $ac_arg"
3121 if ac_fn_c_try_compile "$LINENO"; then :
3122 ac_cv_prog_cc_c89=$ac_arg
3123fi
3124rm -f core conftest.err conftest.$ac_objext
3125 test "x$ac_cv_prog_cc_c89" != "xno" && break
3126done
3127rm -f conftest.$ac_ext
3128CC=$ac_save_CC
3129
3130fi
3131# AC_CACHE_VAL
3132case "x$ac_cv_prog_cc_c89" in
3133 x)
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3135$as_echo "none needed" >&6; } ;;
3136 xno)
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3138$as_echo "unsupported" >&6; } ;;
3139 *)
3140 CC="$CC $ac_cv_prog_cc_c89"
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3142$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3143esac
3144if test "x$ac_cv_prog_cc_c89" != xno; then :
3145
3146fi
3147
3148ac_ext=c
3149ac_cpp='$CPP $CPPFLAGS'
3150ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3151ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3152ac_compiler_gnu=$ac_cv_c_compiler_gnu
3153
3154ac_aux_dir=
3155for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
3156 if test -f "$ac_dir/install-sh"; then
3157 ac_aux_dir=$ac_dir
3158 ac_install_sh="$ac_aux_dir/install-sh -c"
3159 break
3160 elif test -f "$ac_dir/install.sh"; then
3161 ac_aux_dir=$ac_dir
3162 ac_install_sh="$ac_aux_dir/install.sh -c"
3163 break
3164 elif test -f "$ac_dir/shtool"; then
3165 ac_aux_dir=$ac_dir
3166 ac_install_sh="$ac_aux_dir/shtool install -c"
3167 break
3168 fi
6bb11ab3
L
3169done
3170if test -z "$ac_aux_dir"; then
d0ac1c44 3171 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
3172fi
3173
3174# These three variables are undocumented and unsupported,
3175# and are intended to be withdrawn in a future Autoconf release.
3176# They can cause serious problems if a builder's source tree is in a directory
3177# whose full name contains unusual characters.
3178ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3179ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3180ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3181
3182
3183# Make sure we can run config.sub.
3184$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 3185 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
3186
3187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3188$as_echo_n "checking build system type... " >&6; }
d0ac1c44 3189if ${ac_cv_build+:} false; then :
6bb11ab3
L
3190 $as_echo_n "(cached) " >&6
3191else
3192 ac_build_alias=$build_alias
3193test "x$ac_build_alias" = x &&
3194 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3195test "x$ac_build_alias" = x &&
d0ac1c44 3196 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 3197ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 3198 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
3199
3200fi
3201{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3202$as_echo "$ac_cv_build" >&6; }
3203case $ac_cv_build in
3204*-*-*) ;;
d0ac1c44 3205*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
3206esac
3207build=$ac_cv_build
3208ac_save_IFS=$IFS; IFS='-'
3209set x $ac_cv_build
3210shift
3211build_cpu=$1
3212build_vendor=$2
3213shift; shift
3214# Remember, the first character of IFS is used to create $*,
3215# except with old shells:
3216build_os=$*
3217IFS=$ac_save_IFS
3218case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3219
3220
3221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3222$as_echo_n "checking host system type... " >&6; }
d0ac1c44 3223if ${ac_cv_host+:} false; then :
6bb11ab3
L
3224 $as_echo_n "(cached) " >&6
3225else
3226 if test "x$host_alias" = x; then
3227 ac_cv_host=$ac_cv_build
3228else
3229 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 3230 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
3231fi
3232
3233fi
3234{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3235$as_echo "$ac_cv_host" >&6; }
3236case $ac_cv_host in
3237*-*-*) ;;
d0ac1c44 3238*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
3239esac
3240host=$ac_cv_host
3241ac_save_IFS=$IFS; IFS='-'
3242set x $ac_cv_host
3243shift
3244host_cpu=$1
3245host_vendor=$2
3246shift; shift
3247# Remember, the first character of IFS is used to create $*,
3248# except with old shells:
3249host_os=$*
3250IFS=$ac_save_IFS
3251case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3252
3253
3254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3255$as_echo_n "checking target system type... " >&6; }
d0ac1c44 3256if ${ac_cv_target+:} false; then :
6bb11ab3
L
3257 $as_echo_n "(cached) " >&6
3258else
3259 if test "x$target_alias" = x; then
3260 ac_cv_target=$ac_cv_host
3261else
3262 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 3263 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
3264fi
3265
3266fi
3267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3268$as_echo "$ac_cv_target" >&6; }
3269case $ac_cv_target in
3270*-*-*) ;;
d0ac1c44 3271*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
3272esac
3273target=$ac_cv_target
3274ac_save_IFS=$IFS; IFS='-'
3275set x $ac_cv_target
3276shift
3277target_cpu=$1
3278target_vendor=$2
3279shift; shift
3280# Remember, the first character of IFS is used to create $*,
3281# except with old shells:
3282target_os=$*
3283IFS=$ac_save_IFS
3284case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3285
3286
3287# The aliases save the names the user supplied, while $host etc.
3288# will get canonicalized.
3289test -n "$target_alias" &&
3290 test "$program_prefix$program_suffix$program_transform_name" = \
3291 NONENONEs,x,x, &&
3292 program_prefix=${target_alias}-
3293
3294ac_ext=c
3295ac_cpp='$CPP $CPPFLAGS'
3296ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3297ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3298ac_compiler_gnu=$ac_cv_c_compiler_gnu
3299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3300$as_echo_n "checking how to run the C preprocessor... " >&6; }
3301# On Suns, sometimes $CPP names a directory.
3302if test -n "$CPP" && test -d "$CPP"; then
3303 CPP=
3304fi
3305if test -z "$CPP"; then
d0ac1c44 3306 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
3307 $as_echo_n "(cached) " >&6
3308else
3309 # Double quotes because CPP needs to be expanded
3310 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3311 do
3312 ac_preproc_ok=false
3313for ac_c_preproc_warn_flag in '' yes
3314do
3315 # Use a header file that comes with gcc, so configuring glibc
3316 # with a fresh cross-compiler works.
3317 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3318 # <limits.h> exists even on freestanding compilers.
3319 # On the NeXT, cc -E runs the code through the compiler's parser,
3320 # not just through cpp. "Syntax error" is here to catch this case.
3321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3322/* end confdefs.h. */
3323#ifdef __STDC__
3324# include <limits.h>
3325#else
3326# include <assert.h>
3327#endif
3328 Syntax error
3329_ACEOF
3330if ac_fn_c_try_cpp "$LINENO"; then :
3331
3332else
3333 # Broken: fails on valid input.
3334continue
3335fi
d0ac1c44 3336rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3337
3338 # OK, works on sane cases. Now check whether nonexistent headers
3339 # can be detected and how.
3340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3341/* end confdefs.h. */
3342#include <ac_nonexistent.h>
3343_ACEOF
3344if ac_fn_c_try_cpp "$LINENO"; then :
3345 # Broken: success on invalid input.
3346continue
3347else
3348 # Passes both tests.
3349ac_preproc_ok=:
3350break
3351fi
d0ac1c44 3352rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3353
3354done
3355# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3356rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
3357if $ac_preproc_ok; then :
3358 break
3359fi
3360
3361 done
3362 ac_cv_prog_CPP=$CPP
3363
3364fi
3365 CPP=$ac_cv_prog_CPP
3366else
3367 ac_cv_prog_CPP=$CPP
3368fi
3369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3370$as_echo "$CPP" >&6; }
3371ac_preproc_ok=false
3372for ac_c_preproc_warn_flag in '' yes
3373do
3374 # Use a header file that comes with gcc, so configuring glibc
3375 # with a fresh cross-compiler works.
3376 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3377 # <limits.h> exists even on freestanding compilers.
3378 # On the NeXT, cc -E runs the code through the compiler's parser,
3379 # not just through cpp. "Syntax error" is here to catch this case.
3380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3381/* end confdefs.h. */
3382#ifdef __STDC__
3383# include <limits.h>
3384#else
3385# include <assert.h>
3386#endif
3387 Syntax error
3388_ACEOF
3389if ac_fn_c_try_cpp "$LINENO"; then :
3390
3391else
3392 # Broken: fails on valid input.
3393continue
3394fi
d0ac1c44 3395rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3396
3397 # OK, works on sane cases. Now check whether nonexistent headers
3398 # can be detected and how.
3399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3400/* end confdefs.h. */
3401#include <ac_nonexistent.h>
3402_ACEOF
3403if ac_fn_c_try_cpp "$LINENO"; then :
3404 # Broken: success on invalid input.
3405continue
3406else
3407 # Passes both tests.
3408ac_preproc_ok=:
3409break
3410fi
d0ac1c44 3411rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3412
3413done
3414# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3415rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
3416if $ac_preproc_ok; then :
3417
3418else
3419 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3420$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3421as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3422See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3423fi
3424
3425ac_ext=c
3426ac_cpp='$CPP $CPPFLAGS'
3427ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3428ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3429ac_compiler_gnu=$ac_cv_c_compiler_gnu
3430
3431
3432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3433$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3434if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3435 $as_echo_n "(cached) " >&6
3436else
3437 if test -z "$GREP"; then
3438 ac_path_GREP_found=false
3439 # Loop through the user's path and test for each of PROGNAME-LIST
3440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3441for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3442do
3443 IFS=$as_save_IFS
3444 test -z "$as_dir" && as_dir=.
3445 for ac_prog in grep ggrep; do
3446 for ac_exec_ext in '' $ac_executable_extensions; do
3447 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3448 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3449# Check for GNU ac_path_GREP and select it if it is found.
3450 # Check for GNU $ac_path_GREP
3451case `"$ac_path_GREP" --version 2>&1` in
3452*GNU*)
3453 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3454*)
3455 ac_count=0
3456 $as_echo_n 0123456789 >"conftest.in"
3457 while :
3458 do
3459 cat "conftest.in" "conftest.in" >"conftest.tmp"
3460 mv "conftest.tmp" "conftest.in"
3461 cp "conftest.in" "conftest.nl"
3462 $as_echo 'GREP' >> "conftest.nl"
3463 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3464 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3465 as_fn_arith $ac_count + 1 && ac_count=$as_val
3466 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3467 # Best one so far, save it but keep looking for a better one
3468 ac_cv_path_GREP="$ac_path_GREP"
3469 ac_path_GREP_max=$ac_count
3470 fi
3471 # 10*(2^10) chars as input seems more than enough
3472 test $ac_count -gt 10 && break
3473 done
3474 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3475esac
3476
3477 $ac_path_GREP_found && break 3
3478 done
3479 done
3480 done
3481IFS=$as_save_IFS
3482 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3483 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3484 fi
3485else
3486 ac_cv_path_GREP=$GREP
3487fi
3488
3489fi
3490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3491$as_echo "$ac_cv_path_GREP" >&6; }
3492 GREP="$ac_cv_path_GREP"
3493
3494
3495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3496$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3497if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3498 $as_echo_n "(cached) " >&6
3499else
3500 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3501 then ac_cv_path_EGREP="$GREP -E"
3502 else
3503 if test -z "$EGREP"; then
3504 ac_path_EGREP_found=false
3505 # Loop through the user's path and test for each of PROGNAME-LIST
3506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3507for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3508do
3509 IFS=$as_save_IFS
3510 test -z "$as_dir" && as_dir=.
3511 for ac_prog in egrep; do
3512 for ac_exec_ext in '' $ac_executable_extensions; do
3513 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3514 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3515# Check for GNU ac_path_EGREP and select it if it is found.
3516 # Check for GNU $ac_path_EGREP
3517case `"$ac_path_EGREP" --version 2>&1` in
3518*GNU*)
3519 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3520*)
3521 ac_count=0
3522 $as_echo_n 0123456789 >"conftest.in"
3523 while :
3524 do
3525 cat "conftest.in" "conftest.in" >"conftest.tmp"
3526 mv "conftest.tmp" "conftest.in"
3527 cp "conftest.in" "conftest.nl"
3528 $as_echo 'EGREP' >> "conftest.nl"
3529 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3530 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3531 as_fn_arith $ac_count + 1 && ac_count=$as_val
3532 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3533 # Best one so far, save it but keep looking for a better one
3534 ac_cv_path_EGREP="$ac_path_EGREP"
3535 ac_path_EGREP_max=$ac_count
3536 fi
3537 # 10*(2^10) chars as input seems more than enough
3538 test $ac_count -gt 10 && break
3539 done
3540 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3541esac
3542
3543 $ac_path_EGREP_found && break 3
3544 done
3545 done
3546 done
3547IFS=$as_save_IFS
3548 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3549 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3550 fi
3551else
3552 ac_cv_path_EGREP=$EGREP
3553fi
3554
3555 fi
3556fi
3557{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3558$as_echo "$ac_cv_path_EGREP" >&6; }
3559 EGREP="$ac_cv_path_EGREP"
3560
3561
3562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3563$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3564if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3565 $as_echo_n "(cached) " >&6
3566else
3567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3568/* end confdefs.h. */
3569#include <stdlib.h>
3570#include <stdarg.h>
3571#include <string.h>
3572#include <float.h>
3573
3574int
3575main ()
3576{
3577
3578 ;
3579 return 0;
3580}
3581_ACEOF
3582if ac_fn_c_try_compile "$LINENO"; then :
3583 ac_cv_header_stdc=yes
3584else
3585 ac_cv_header_stdc=no
3586fi
3587rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3588
3589if test $ac_cv_header_stdc = yes; then
3590 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3592/* end confdefs.h. */
3593#include <string.h>
3594
3595_ACEOF
3596if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3597 $EGREP "memchr" >/dev/null 2>&1; then :
3598
3599else
3600 ac_cv_header_stdc=no
3601fi
3602rm -f conftest*
3603
3604fi
3605
3606if test $ac_cv_header_stdc = yes; then
3607 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3609/* end confdefs.h. */
3610#include <stdlib.h>
3611
3612_ACEOF
3613if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3614 $EGREP "free" >/dev/null 2>&1; then :
3615
3616else
3617 ac_cv_header_stdc=no
3618fi
3619rm -f conftest*
3620
3621fi
3622
3623if test $ac_cv_header_stdc = yes; then
3624 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3625 if test "$cross_compiling" = yes; then :
3626 :
3627else
3628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3629/* end confdefs.h. */
3630#include <ctype.h>
3631#include <stdlib.h>
3632#if ((' ' & 0x0FF) == 0x020)
3633# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3634# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3635#else
3636# define ISLOWER(c) \
3637 (('a' <= (c) && (c) <= 'i') \
3638 || ('j' <= (c) && (c) <= 'r') \
3639 || ('s' <= (c) && (c) <= 'z'))
3640# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3641#endif
3642
3643#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3644int
3645main ()
3646{
3647 int i;
3648 for (i = 0; i < 256; i++)
3649 if (XOR (islower (i), ISLOWER (i))
3650 || toupper (i) != TOUPPER (i))
3651 return 2;
3652 return 0;
3653}
3654_ACEOF
3655if ac_fn_c_try_run "$LINENO"; then :
3656
3657else
3658 ac_cv_header_stdc=no
3659fi
3660rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3661 conftest.$ac_objext conftest.beam conftest.$ac_ext
3662fi
3663
3664fi
3665fi
3666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3667$as_echo "$ac_cv_header_stdc" >&6; }
3668if test $ac_cv_header_stdc = yes; then
3669
3670$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3671
3672fi
3673
3674# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3675for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3676 inttypes.h stdint.h unistd.h
3677do :
3678 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3679ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3680"
d0ac1c44 3681if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3682 cat >>confdefs.h <<_ACEOF
3683#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3684_ACEOF
3685
3686fi
3687
3688done
3689
3690
3691
3692 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3693if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3694 MINIX=yes
3695else
3696 MINIX=
3697fi
3698
3699
3700 if test "$MINIX" = yes; then
3701
3702$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3703
3704
3705$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3706
3707
3708$as_echo "#define _MINIX 1" >>confdefs.h
3709
3710 fi
3711
3712
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3714$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3715if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3716 $as_echo_n "(cached) " >&6
3717else
3718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3719/* end confdefs.h. */
3720
d0ac1c44
SM
3721# define __EXTENSIONS__ 1
3722 $ac_includes_default
6bb11ab3
L
3723int
3724main ()
3725{
3726
3727 ;
3728 return 0;
3729}
3730_ACEOF
3731if ac_fn_c_try_compile "$LINENO"; then :
3732 ac_cv_safe_to_define___extensions__=yes
3733else
3734 ac_cv_safe_to_define___extensions__=no
3735fi
3736rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3737fi
3738{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3739$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3740 test $ac_cv_safe_to_define___extensions__ = yes &&
3741 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3742
3743 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3744
3745 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3746
3747 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3748
3749 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3750
3751
3752test "$program_prefix" != NONE &&
3753 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3754# Use a double $ so make ignores it.
3755test "$program_suffix" != NONE &&
3756 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3757# Double any \ or $.
3758# By default was `s,x,x', remove it if useless.
3759ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3760program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3761
3762# Find a good install program. We prefer a C program (faster),
3763# so one script is as good as another. But avoid the broken or
3764# incompatible versions:
3765# SysV /etc/install, /usr/sbin/install
3766# SunOS /usr/etc/install
3767# IRIX /sbin/install
3768# AIX /bin/install
3769# AmigaOS /C/install, which installs bootblocks on floppy discs
3770# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3771# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3772# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3773# OS/2's system install, which has a completely different semantic
3774# ./install, which can be erroneously created by make from ./install.sh.
3775# Reject install programs that cannot install multiple files.
3776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3777$as_echo_n "checking for a BSD-compatible install... " >&6; }
3778if test -z "$INSTALL"; then
d0ac1c44 3779if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3780 $as_echo_n "(cached) " >&6
3781else
3782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3783for as_dir in $PATH
3784do
3785 IFS=$as_save_IFS
3786 test -z "$as_dir" && as_dir=.
3787 # Account for people who put trailing slashes in PATH elements.
3788case $as_dir/ in #((
3789 ./ | .// | /[cC]/* | \
3790 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3791 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3792 /usr/ucb/* ) ;;
3793 *)
3794 # OSF1 and SCO ODT 3.0 have their own names for install.
3795 # Don't use installbsd from OSF since it installs stuff as root
3796 # by default.
3797 for ac_prog in ginstall scoinst install; do
3798 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3799 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3800 if test $ac_prog = install &&
3801 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3802 # AIX install. It has an incompatible calling convention.
3803 :
3804 elif test $ac_prog = install &&
3805 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3806 # program-specific install script used by HP pwplus--don't use.
3807 :
3808 else
3809 rm -rf conftest.one conftest.two conftest.dir
3810 echo one > conftest.one
3811 echo two > conftest.two
3812 mkdir conftest.dir
3813 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3814 test -s conftest.one && test -s conftest.two &&
3815 test -s conftest.dir/conftest.one &&
3816 test -s conftest.dir/conftest.two
3817 then
3818 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3819 break 3
3820 fi
3821 fi
3822 fi
3823 done
3824 done
3825 ;;
3826esac
3827
3828 done
3829IFS=$as_save_IFS
3830
3831rm -rf conftest.one conftest.two conftest.dir
3832
3833fi
3834 if test "${ac_cv_path_install+set}" = set; then
3835 INSTALL=$ac_cv_path_install
3836 else
3837 # As a last resort, use the slow shell script. Don't cache a
3838 # value for INSTALL within a source directory, because that will
3839 # break other packages using the cache if that directory is
3840 # removed, or if the value is a relative name.
3841 INSTALL=$ac_install_sh
3842 fi
3843fi
3844{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3845$as_echo "$INSTALL" >&6; }
3846
3847# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3848# It thinks the first close brace ends the variable substitution.
3849test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3850
3851test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3852
3853test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3854
3855rm -rf .tst 2>/dev/null
3856mkdir .tst 2>/dev/null
3857if test -d .tst; then
3858 am__leading_dot=.
3859else
3860 am__leading_dot=_
3861fi
3862rmdir .tst 2>/dev/null
3863
3864DEPDIR="${am__leading_dot}deps"
3865
3866case `pwd` in
3867 *\ * | *\ *)
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3869$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3870esac
3871
3872
3873
3874macro_version='2.2.7a'
3875macro_revision='1.3134'
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889ltmain="$ac_aux_dir/ltmain.sh"
3890
3891# Backslashify metacharacters that are still active within
3892# double-quoted strings.
3893sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3894
3895# Same as above, but do not quote variable references.
3896double_quote_subst='s/\(["`\\]\)/\\\1/g'
3897
3898# Sed substitution to delay expansion of an escaped shell variable in a
3899# double_quote_subst'ed string.
3900delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3901
3902# Sed substitution to delay expansion of an escaped single quote.
3903delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3904
3905# Sed substitution to avoid accidental globbing in evaled expressions
3906no_glob_subst='s/\*/\\\*/g'
3907
3908ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3909ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3910ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3911
3912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3913$as_echo_n "checking how to print strings... " >&6; }
3914# Test print first, because it will be a builtin if present.
3915if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3916 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3917 ECHO='print -r --'
3918elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3919 ECHO='printf %s\n'
3920else
3921 # Use this function as a fallback that always works.
3922 func_fallback_echo ()
3923 {
3924 eval 'cat <<_LTECHO_EOF
3925$1
3926_LTECHO_EOF'
3927 }
3928 ECHO='func_fallback_echo'
3929fi
3930
3931# func_echo_all arg...
3932# Invoke $ECHO with all args, space-separated.
3933func_echo_all ()
3934{
3935 $ECHO ""
3936}
3937
3938case "$ECHO" in
3939 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3940$as_echo "printf" >&6; } ;;
3941 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3942$as_echo "print -r" >&6; } ;;
3943 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3944$as_echo "cat" >&6; } ;;
3945esac
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3961$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3962if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3963 $as_echo_n "(cached) " >&6
3964else
3965 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3966 for ac_i in 1 2 3 4 5 6 7; do
3967 ac_script="$ac_script$as_nl$ac_script"
3968 done
3969 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3970 { ac_script=; unset ac_script;}
3971 if test -z "$SED"; then
3972 ac_path_SED_found=false
3973 # Loop through the user's path and test for each of PROGNAME-LIST
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975for as_dir in $PATH
3976do
3977 IFS=$as_save_IFS
3978 test -z "$as_dir" && as_dir=.
3979 for ac_prog in sed gsed; do
3980 for ac_exec_ext in '' $ac_executable_extensions; do
3981 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3982 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3983# Check for GNU ac_path_SED and select it if it is found.
3984 # Check for GNU $ac_path_SED
3985case `"$ac_path_SED" --version 2>&1` in
3986*GNU*)
3987 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3988*)
3989 ac_count=0
3990 $as_echo_n 0123456789 >"conftest.in"
3991 while :
3992 do
3993 cat "conftest.in" "conftest.in" >"conftest.tmp"
3994 mv "conftest.tmp" "conftest.in"
3995 cp "conftest.in" "conftest.nl"
3996 $as_echo '' >> "conftest.nl"
3997 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3998 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3999 as_fn_arith $ac_count + 1 && ac_count=$as_val
4000 if test $ac_count -gt ${ac_path_SED_max-0}; then
4001 # Best one so far, save it but keep looking for a better one
4002 ac_cv_path_SED="$ac_path_SED"
4003 ac_path_SED_max=$ac_count
4004 fi
4005 # 10*(2^10) chars as input seems more than enough
4006 test $ac_count -gt 10 && break
4007 done
4008 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4009esac
4010
4011 $ac_path_SED_found && break 3
4012 done
4013 done
4014 done
4015IFS=$as_save_IFS
4016 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4017 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4018 fi
4019else
4020 ac_cv_path_SED=$SED
4021fi
4022
4023fi
4024{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4025$as_echo "$ac_cv_path_SED" >&6; }
4026 SED="$ac_cv_path_SED"
4027 rm -f conftest.sed
4028
4029test -z "$SED" && SED=sed
4030Xsed="$SED -e 1s/^X//"
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4043$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4044if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4045 $as_echo_n "(cached) " >&6
4046else
4047 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4048 then ac_cv_path_FGREP="$GREP -F"
4049 else
4050 if test -z "$FGREP"; then
4051 ac_path_FGREP_found=false
4052 # Loop through the user's path and test for each of PROGNAME-LIST
4053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4054for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4055do
4056 IFS=$as_save_IFS
4057 test -z "$as_dir" && as_dir=.
4058 for ac_prog in fgrep; do
4059 for ac_exec_ext in '' $ac_executable_extensions; do
4060 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4061 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4062# Check for GNU ac_path_FGREP and select it if it is found.
4063 # Check for GNU $ac_path_FGREP
4064case `"$ac_path_FGREP" --version 2>&1` in
4065*GNU*)
4066 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4067*)
4068 ac_count=0
4069 $as_echo_n 0123456789 >"conftest.in"
4070 while :
4071 do
4072 cat "conftest.in" "conftest.in" >"conftest.tmp"
4073 mv "conftest.tmp" "conftest.in"
4074 cp "conftest.in" "conftest.nl"
4075 $as_echo 'FGREP' >> "conftest.nl"
4076 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4077 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4078 as_fn_arith $ac_count + 1 && ac_count=$as_val
4079 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4080 # Best one so far, save it but keep looking for a better one
4081 ac_cv_path_FGREP="$ac_path_FGREP"
4082 ac_path_FGREP_max=$ac_count
4083 fi
4084 # 10*(2^10) chars as input seems more than enough
4085 test $ac_count -gt 10 && break
4086 done
4087 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4088esac
4089
4090 $ac_path_FGREP_found && break 3
4091 done
4092 done
4093 done
4094IFS=$as_save_IFS
4095 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4096 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4097 fi
4098else
4099 ac_cv_path_FGREP=$FGREP
4100fi
4101
4102 fi
4103fi
4104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4105$as_echo "$ac_cv_path_FGREP" >&6; }
4106 FGREP="$ac_cv_path_FGREP"
4107
4108
4109test -z "$GREP" && GREP=grep
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129# Check whether --with-gnu-ld was given.
4130if test "${with_gnu_ld+set}" = set; then :
4131 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4132else
4133 with_gnu_ld=no
4134fi
4135
4136ac_prog=ld
4137if test "$GCC" = yes; then
4138 # Check if gcc -print-prog-name=ld gives a path.
4139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4140$as_echo_n "checking for ld used by $CC... " >&6; }
4141 case $host in
4142 *-*-mingw*)
4143 # gcc leaves a trailing carriage return which upsets mingw
4144 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4145 *)
4146 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4147 esac
4148 case $ac_prog in
4149 # Accept absolute paths.
4150 [\\/]* | ?:[\\/]*)
4151 re_direlt='/[^/][^/]*/\.\./'
4152 # Canonicalize the pathname of ld
4153 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4154 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4155 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4156 done
4157 test -z "$LD" && LD="$ac_prog"
4158 ;;
4159 "")
4160 # If it fails, then pretend we aren't using GCC.
4161 ac_prog=ld
4162 ;;
4163 *)
4164 # If it is relative, then search for the first ld in PATH.
4165 with_gnu_ld=unknown
4166 ;;
4167 esac
4168elif test "$with_gnu_ld" = yes; then
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4170$as_echo_n "checking for GNU ld... " >&6; }
4171else
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4173$as_echo_n "checking for non-GNU ld... " >&6; }
4174fi
d0ac1c44 4175if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4176 $as_echo_n "(cached) " >&6
4177else
4178 if test -z "$LD"; then
4179 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4180 for ac_dir in $PATH; do
4181 IFS="$lt_save_ifs"
4182 test -z "$ac_dir" && ac_dir=.
4183 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4184 lt_cv_path_LD="$ac_dir/$ac_prog"
4185 # Check to see if the program is GNU ld. I'd rather use --version,
4186 # but apparently some variants of GNU ld only accept -v.
4187 # Break only if it was the GNU/non-GNU ld that we prefer.
4188 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4189 *GNU* | *'with BFD'*)
4190 test "$with_gnu_ld" != no && break
4191 ;;
4192 *)
4193 test "$with_gnu_ld" != yes && break
4194 ;;
4195 esac
4196 fi
4197 done
4198 IFS="$lt_save_ifs"
4199else
4200 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4201fi
4202fi
4203
4204LD="$lt_cv_path_LD"
4205if test -n "$LD"; then
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4207$as_echo "$LD" >&6; }
4208else
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4210$as_echo "no" >&6; }
4211fi
d0ac1c44 4212test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4213{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4214$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4215if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4216 $as_echo_n "(cached) " >&6
4217else
4218 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4219case `$LD -v 2>&1 </dev/null` in
4220*GNU* | *'with BFD'*)
4221 lt_cv_prog_gnu_ld=yes
4222 ;;
4223*)
4224 lt_cv_prog_gnu_ld=no
4225 ;;
4226esac
4227fi
4228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4229$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4230with_gnu_ld=$lt_cv_prog_gnu_ld
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4241$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4242if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4243 $as_echo_n "(cached) " >&6
4244else
4245 if test -n "$NM"; then
4246 # Let the user override the test.
4247 lt_cv_path_NM="$NM"
4248else
4249 lt_nm_to_check="${ac_tool_prefix}nm"
4250 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4251 lt_nm_to_check="$lt_nm_to_check nm"
4252 fi
4253 for lt_tmp_nm in $lt_nm_to_check; do
4254 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4255 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4256 IFS="$lt_save_ifs"
4257 test -z "$ac_dir" && ac_dir=.
4258 tmp_nm="$ac_dir/$lt_tmp_nm"
4259 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4260 # Check to see if the nm accepts a BSD-compat flag.
4261 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4262 # nm: unknown option "B" ignored
4263 # Tru64's nm complains that /dev/null is an invalid object file
4264 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4265 */dev/null* | *'Invalid file or object type'*)
4266 lt_cv_path_NM="$tmp_nm -B"
4267 break
4268 ;;
4269 *)
4270 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4271 */dev/null*)
4272 lt_cv_path_NM="$tmp_nm -p"
4273 break
4274 ;;
4275 *)
4276 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4277 continue # so that we can try to find one that supports BSD flags
4278 ;;
4279 esac
4280 ;;
4281 esac
4282 fi
4283 done
4284 IFS="$lt_save_ifs"
4285 done
4286 : ${lt_cv_path_NM=no}
4287fi
4288fi
4289{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4290$as_echo "$lt_cv_path_NM" >&6; }
4291if test "$lt_cv_path_NM" != "no"; then
4292 NM="$lt_cv_path_NM"
4293else
4294 # Didn't find any BSD compatible name lister, look for dumpbin.
4295 if test -n "$DUMPBIN"; then :
4296 # Let the user override the test.
4297 else
4298 if test -n "$ac_tool_prefix"; then
4299 for ac_prog in dumpbin "link -dump"
4300 do
4301 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4302set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4304$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4305if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4306 $as_echo_n "(cached) " >&6
4307else
4308 if test -n "$DUMPBIN"; then
4309 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4310else
4311as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4312for as_dir in $PATH
4313do
4314 IFS=$as_save_IFS
4315 test -z "$as_dir" && as_dir=.
4316 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4317 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4318 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4320 break 2
4321 fi
4322done
4323 done
4324IFS=$as_save_IFS
4325
4326fi
4327fi
4328DUMPBIN=$ac_cv_prog_DUMPBIN
4329if test -n "$DUMPBIN"; then
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4331$as_echo "$DUMPBIN" >&6; }
4332else
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4334$as_echo "no" >&6; }
4335fi
4336
4337
4338 test -n "$DUMPBIN" && break
4339 done
4340fi
4341if test -z "$DUMPBIN"; then
4342 ac_ct_DUMPBIN=$DUMPBIN
4343 for ac_prog in dumpbin "link -dump"
4344do
4345 # Extract the first word of "$ac_prog", so it can be a program name with args.
4346set dummy $ac_prog; ac_word=$2
4347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4348$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4349if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4350 $as_echo_n "(cached) " >&6
4351else
4352 if test -n "$ac_ct_DUMPBIN"; then
4353 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4354else
4355as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4356for as_dir in $PATH
4357do
4358 IFS=$as_save_IFS
4359 test -z "$as_dir" && as_dir=.
4360 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4361 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4362 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4364 break 2
4365 fi
4366done
4367 done
4368IFS=$as_save_IFS
4369
4370fi
4371fi
4372ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4373if test -n "$ac_ct_DUMPBIN"; then
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4375$as_echo "$ac_ct_DUMPBIN" >&6; }
4376else
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4378$as_echo "no" >&6; }
4379fi
4380
4381
4382 test -n "$ac_ct_DUMPBIN" && break
4383done
4384
4385 if test "x$ac_ct_DUMPBIN" = x; then
4386 DUMPBIN=":"
4387 else
4388 case $cross_compiling:$ac_tool_warned in
4389yes:)
4390{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4391$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4392ac_tool_warned=yes ;;
4393esac
4394 DUMPBIN=$ac_ct_DUMPBIN
4395 fi
4396fi
4397
4398 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4399 *COFF*)
4400 DUMPBIN="$DUMPBIN -symbols"
4401 ;;
4402 *)
4403 DUMPBIN=:
4404 ;;
4405 esac
4406 fi
4407
4408 if test "$DUMPBIN" != ":"; then
4409 NM="$DUMPBIN"
4410 fi
4411fi
4412test -z "$NM" && NM=nm
4413
4414
4415
4416
4417
4418
4419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4420$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4421if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4422 $as_echo_n "(cached) " >&6
4423else
4424 lt_cv_nm_interface="BSD nm"
4425 echo "int some_variable = 0;" > conftest.$ac_ext
4426 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4427 (eval "$ac_compile" 2>conftest.err)
4428 cat conftest.err >&5
4429 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4430 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4431 cat conftest.err >&5
4432 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4433 cat conftest.out >&5
4434 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4435 lt_cv_nm_interface="MS dumpbin"
4436 fi
4437 rm -f conftest*
4438fi
4439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4440$as_echo "$lt_cv_nm_interface" >&6; }
4441
4442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4443$as_echo_n "checking whether ln -s works... " >&6; }
4444LN_S=$as_ln_s
4445if test "$LN_S" = "ln -s"; then
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4447$as_echo "yes" >&6; }
4448else
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4450$as_echo "no, using $LN_S" >&6; }
4451fi
4452
4453# find the maximum length of command line arguments
4454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4455$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4456if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4457 $as_echo_n "(cached) " >&6
4458else
4459 i=0
4460 teststring="ABCD"
4461
4462 case $build_os in
4463 msdosdjgpp*)
4464 # On DJGPP, this test can blow up pretty badly due to problems in libc
4465 # (any single argument exceeding 2000 bytes causes a buffer overrun
4466 # during glob expansion). Even if it were fixed, the result of this
4467 # check would be larger than it should be.
4468 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4469 ;;
4470
4471 gnu*)
4472 # Under GNU Hurd, this test is not required because there is
4473 # no limit to the length of command line arguments.
4474 # Libtool will interpret -1 as no limit whatsoever
4475 lt_cv_sys_max_cmd_len=-1;
4476 ;;
4477
4478 cygwin* | mingw* | cegcc*)
4479 # On Win9x/ME, this test blows up -- it succeeds, but takes
4480 # about 5 minutes as the teststring grows exponentially.
4481 # Worse, since 9x/ME are not pre-emptively multitasking,
4482 # you end up with a "frozen" computer, even though with patience
4483 # the test eventually succeeds (with a max line length of 256k).
4484 # Instead, let's just punt: use the minimum linelength reported by
4485 # all of the supported platforms: 8192 (on NT/2K/XP).
4486 lt_cv_sys_max_cmd_len=8192;
4487 ;;
4488
4489 mint*)
4490 # On MiNT this can take a long time and run out of memory.
4491 lt_cv_sys_max_cmd_len=8192;
4492 ;;
4493
4494 amigaos*)
4495 # On AmigaOS with pdksh, this test takes hours, literally.
4496 # So we just punt and use a minimum line length of 8192.
4497 lt_cv_sys_max_cmd_len=8192;
4498 ;;
4499
4500 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4501 # This has been around since 386BSD, at least. Likely further.
4502 if test -x /sbin/sysctl; then
4503 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4504 elif test -x /usr/sbin/sysctl; then
4505 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4506 else
4507 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4508 fi
4509 # And add a safety zone
4510 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4511 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4512 ;;
4513
4514 interix*)
4515 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4516 lt_cv_sys_max_cmd_len=196608
4517 ;;
4518
4519 osf*)
4520 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4521 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4522 # nice to cause kernel panics so lets avoid the loop below.
4523 # First set a reasonable default.
4524 lt_cv_sys_max_cmd_len=16384
4525 #
4526 if test -x /sbin/sysconfig; then
4527 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4528 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4529 esac
4530 fi
4531 ;;
4532 sco3.2v5*)
4533 lt_cv_sys_max_cmd_len=102400
4534 ;;
4535 sysv5* | sco5v6* | sysv4.2uw2*)
4536 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4537 if test -n "$kargmax"; then
4538 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4539 else
4540 lt_cv_sys_max_cmd_len=32768
4541 fi
4542 ;;
4543 *)
4544 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4545 if test -n "$lt_cv_sys_max_cmd_len"; then
4546 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4547 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4548 else
4549 # Make teststring a little bigger before we do anything with it.
4550 # a 1K string should be a reasonable start.
4551 for i in 1 2 3 4 5 6 7 8 ; do
4552 teststring=$teststring$teststring
4553 done
4554 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4555 # If test is not a shell built-in, we'll probably end up computing a
4556 # maximum length that is only half of the actual maximum length, but
4557 # we can't tell.
4558 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4559 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4560 test $i != 17 # 1/2 MB should be enough
4561 do
4562 i=`expr $i + 1`
4563 teststring=$teststring$teststring
4564 done
4565 # Only check the string length outside the loop.
4566 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4567 teststring=
4568 # Add a significant safety factor because C++ compilers can tack on
4569 # massive amounts of additional arguments before passing them to the
4570 # linker. It appears as though 1/2 is a usable value.
4571 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4572 fi
4573 ;;
4574 esac
4575
4576fi
4577
4578if test -n $lt_cv_sys_max_cmd_len ; then
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4580$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4581else
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4583$as_echo "none" >&6; }
4584fi
4585max_cmd_len=$lt_cv_sys_max_cmd_len
4586
4587
4588
4589
4590
4591
4592: ${CP="cp -f"}
4593: ${MV="mv -f"}
4594: ${RM="rm -f"}
4595
4596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4597$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4598# Try some XSI features
4599xsi_shell=no
4600( _lt_dummy="a/b/c"
4601 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4602 = c,a/b,, \
4603 && eval 'test $(( 1 + 1 )) -eq 2 \
4604 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4605 && xsi_shell=yes
4606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4607$as_echo "$xsi_shell" >&6; }
4608
4609
4610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4611$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4612lt_shell_append=no
4613( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4614 >/dev/null 2>&1 \
4615 && lt_shell_append=yes
4616{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4617$as_echo "$lt_shell_append" >&6; }
4618
4619
4620if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4621 lt_unset=unset
4622else
4623 lt_unset=false
4624fi
4625
4626
4627
4628
4629
4630# test EBCDIC or ASCII
4631case `echo X|tr X '\101'` in
4632 A) # ASCII based system
4633 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4634 lt_SP2NL='tr \040 \012'
4635 lt_NL2SP='tr \015\012 \040\040'
4636 ;;
4637 *) # EBCDIC based system
4638 lt_SP2NL='tr \100 \n'
4639 lt_NL2SP='tr \r\n \100\100'
4640 ;;
4641esac
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4652$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4653if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4654 $as_echo_n "(cached) " >&6
4655else
4656 lt_cv_ld_reload_flag='-r'
4657fi
4658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4659$as_echo "$lt_cv_ld_reload_flag" >&6; }
4660reload_flag=$lt_cv_ld_reload_flag
4661case $reload_flag in
4662"" | " "*) ;;
4663*) reload_flag=" $reload_flag" ;;
4664esac
4665reload_cmds='$LD$reload_flag -o $output$reload_objs'
4666case $host_os in
4667 darwin*)
4668 if test "$GCC" = yes; then
4669 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4670 else
4671 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4672 fi
4673 ;;
4674esac
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684if test -n "$ac_tool_prefix"; then
4685 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4686set dummy ${ac_tool_prefix}objdump; ac_word=$2
4687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4688$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4689if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4690 $as_echo_n "(cached) " >&6
4691else
4692 if test -n "$OBJDUMP"; then
4693 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4694else
4695as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4696for as_dir in $PATH
4697do
4698 IFS=$as_save_IFS
4699 test -z "$as_dir" && as_dir=.
4700 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4701 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4702 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4704 break 2
4705 fi
4706done
4707 done
4708IFS=$as_save_IFS
4709
4710fi
4711fi
4712OBJDUMP=$ac_cv_prog_OBJDUMP
4713if test -n "$OBJDUMP"; then
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4715$as_echo "$OBJDUMP" >&6; }
4716else
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4718$as_echo "no" >&6; }
4719fi
4720
4721
4722fi
4723if test -z "$ac_cv_prog_OBJDUMP"; then
4724 ac_ct_OBJDUMP=$OBJDUMP
4725 # Extract the first word of "objdump", so it can be a program name with args.
4726set dummy objdump; ac_word=$2
4727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4728$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4729if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4730 $as_echo_n "(cached) " >&6
4731else
4732 if test -n "$ac_ct_OBJDUMP"; then
4733 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4734else
4735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4736for as_dir in $PATH
4737do
4738 IFS=$as_save_IFS
4739 test -z "$as_dir" && as_dir=.
4740 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4741 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4742 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4744 break 2
4745 fi
4746done
4747 done
4748IFS=$as_save_IFS
4749
4750fi
4751fi
4752ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4753if test -n "$ac_ct_OBJDUMP"; then
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4755$as_echo "$ac_ct_OBJDUMP" >&6; }
4756else
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4758$as_echo "no" >&6; }
4759fi
4760
4761 if test "x$ac_ct_OBJDUMP" = x; then
4762 OBJDUMP="false"
4763 else
4764 case $cross_compiling:$ac_tool_warned in
4765yes:)
4766{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4767$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4768ac_tool_warned=yes ;;
4769esac
4770 OBJDUMP=$ac_ct_OBJDUMP
4771 fi
4772else
4773 OBJDUMP="$ac_cv_prog_OBJDUMP"
4774fi
4775
4776test -z "$OBJDUMP" && OBJDUMP=objdump
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4787$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4788if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4789 $as_echo_n "(cached) " >&6
4790else
4791 lt_cv_file_magic_cmd='$MAGIC_CMD'
4792lt_cv_file_magic_test_file=
4793lt_cv_deplibs_check_method='unknown'
4794# Need to set the preceding variable on all platforms that support
4795# interlibrary dependencies.
4796# 'none' -- dependencies not supported.
4797# `unknown' -- same as none, but documents that we really don't know.
4798# 'pass_all' -- all dependencies passed with no checks.
4799# 'test_compile' -- check by making test program.
4800# 'file_magic [[regex]]' -- check by looking for files in library path
4801# which responds to the $file_magic_cmd with a given extended regex.
4802# If you have `file' or equivalent on your system and you're not sure
4803# whether `pass_all' will *always* work, you probably want this one.
4804
4805case $host_os in
4806aix[4-9]*)
4807 lt_cv_deplibs_check_method=pass_all
4808 ;;
4809
4810beos*)
4811 lt_cv_deplibs_check_method=pass_all
4812 ;;
4813
4814bsdi[45]*)
4815 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4816 lt_cv_file_magic_cmd='/usr/bin/file -L'
4817 lt_cv_file_magic_test_file=/shlib/libc.so
4818 ;;
4819
4820cygwin*)
4821 # func_win32_libid is a shell function defined in ltmain.sh
4822 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4823 lt_cv_file_magic_cmd='func_win32_libid'
4824 ;;
4825
4826mingw* | pw32*)
4827 # Base MSYS/MinGW do not provide the 'file' command needed by
4828 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4829 # unless we find 'file', for example because we are cross-compiling.
4830 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4831 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4832 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4833 lt_cv_file_magic_cmd='func_win32_libid'
4834 else
4835 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4836 lt_cv_file_magic_cmd='$OBJDUMP -f'
4837 fi
4838 ;;
4839
4840cegcc*)
4841 # use the weaker test based on 'objdump'. See mingw*.
4842 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4843 lt_cv_file_magic_cmd='$OBJDUMP -f'
4844 ;;
4845
4846darwin* | rhapsody*)
4847 lt_cv_deplibs_check_method=pass_all
4848 ;;
4849
4850freebsd* | dragonfly*)
4851 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4852 case $host_cpu in
4853 i*86 )
4854 # Not sure whether the presence of OpenBSD here was a mistake.
4855 # Let's accept both of them until this is cleared up.
4856 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4857 lt_cv_file_magic_cmd=/usr/bin/file
4858 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4859 ;;
4860 esac
4861 else
4862 lt_cv_deplibs_check_method=pass_all
4863 fi
4864 ;;
4865
4866gnu*)
4867 lt_cv_deplibs_check_method=pass_all
4868 ;;
4869
4870haiku*)
4871 lt_cv_deplibs_check_method=pass_all
4872 ;;
4873
4874hpux10.20* | hpux11*)
4875 lt_cv_file_magic_cmd=/usr/bin/file
4876 case $host_cpu in
4877 ia64*)
4878 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4879 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4880 ;;
4881 hppa*64*)
4882 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]'
4883 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4884 ;;
4885 *)
4886 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4887 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4888 ;;
4889 esac
4890 ;;
4891
4892interix[3-9]*)
4893 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4894 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4895 ;;
4896
4897irix5* | irix6* | nonstopux*)
4898 case $LD in
4899 *-32|*"-32 ") libmagic=32-bit;;
4900 *-n32|*"-n32 ") libmagic=N32;;
4901 *-64|*"-64 ") libmagic=64-bit;;
4902 *) libmagic=never-match;;
4903 esac
4904 lt_cv_deplibs_check_method=pass_all
4905 ;;
4906
4907# This must be Linux ELF.
4908linux* | k*bsd*-gnu | kopensolaris*-gnu)
4909 lt_cv_deplibs_check_method=pass_all
4910 ;;
4911
4912netbsd*)
4913 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4914 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4915 else
4916 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4917 fi
4918 ;;
4919
4920newos6*)
4921 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4922 lt_cv_file_magic_cmd=/usr/bin/file
4923 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4924 ;;
4925
4926*nto* | *qnx*)
4927 lt_cv_deplibs_check_method=pass_all
4928 ;;
4929
4930openbsd*)
4931 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4932 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4933 else
4934 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4935 fi
4936 ;;
4937
4938osf3* | osf4* | osf5*)
4939 lt_cv_deplibs_check_method=pass_all
4940 ;;
4941
4942rdos*)
4943 lt_cv_deplibs_check_method=pass_all
4944 ;;
4945
4946solaris*)
4947 lt_cv_deplibs_check_method=pass_all
4948 ;;
4949
4950sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4951 lt_cv_deplibs_check_method=pass_all
4952 ;;
4953
4954sysv4 | sysv4.3*)
4955 case $host_vendor in
4956 motorola)
4957 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]'
4958 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4959 ;;
4960 ncr)
4961 lt_cv_deplibs_check_method=pass_all
4962 ;;
4963 sequent)
4964 lt_cv_file_magic_cmd='/bin/file'
4965 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4966 ;;
4967 sni)
4968 lt_cv_file_magic_cmd='/bin/file'
4969 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4970 lt_cv_file_magic_test_file=/lib/libc.so
4971 ;;
4972 siemens)
4973 lt_cv_deplibs_check_method=pass_all
4974 ;;
4975 pc)
4976 lt_cv_deplibs_check_method=pass_all
4977 ;;
4978 esac
4979 ;;
4980
4981tpf*)
4982 lt_cv_deplibs_check_method=pass_all
4983 ;;
4984esac
4985
4986fi
4987{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4988$as_echo "$lt_cv_deplibs_check_method" >&6; }
4989file_magic_cmd=$lt_cv_file_magic_cmd
4990deplibs_check_method=$lt_cv_deplibs_check_method
4991test -z "$deplibs_check_method" && deplibs_check_method=unknown
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
68ed2854
MF
5004plugin_option=
5005plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5006for plugin in $plugin_names; do
5007 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5008 if test x$plugin_so = x$plugin; then
5009 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5010 fi
5011 if test x$plugin_so != x$plugin; then
5012 plugin_option="--plugin $plugin_so"
5013 break
5014 fi
5015done
5016
6bb11ab3
L
5017if test -n "$ac_tool_prefix"; then
5018 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5019set dummy ${ac_tool_prefix}ar; ac_word=$2
5020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5021$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5022if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5023 $as_echo_n "(cached) " >&6
5024else
5025 if test -n "$AR"; then
5026 ac_cv_prog_AR="$AR" # Let the user override the test.
5027else
5028as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5029for as_dir in $PATH
5030do
5031 IFS=$as_save_IFS
5032 test -z "$as_dir" && as_dir=.
5033 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5034 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5035 ac_cv_prog_AR="${ac_tool_prefix}ar"
5036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5037 break 2
5038 fi
5039done
5040 done
5041IFS=$as_save_IFS
5042
5043fi
5044fi
5045AR=$ac_cv_prog_AR
5046if test -n "$AR"; then
5047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5048$as_echo "$AR" >&6; }
5049else
5050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5051$as_echo "no" >&6; }
5052fi
5053
5054
5055fi
5056if test -z "$ac_cv_prog_AR"; then
5057 ac_ct_AR=$AR
5058 # Extract the first word of "ar", so it can be a program name with args.
5059set dummy ar; ac_word=$2
5060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5061$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5062if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5063 $as_echo_n "(cached) " >&6
5064else
5065 if test -n "$ac_ct_AR"; then
5066 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5067else
5068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5069for as_dir in $PATH
5070do
5071 IFS=$as_save_IFS
5072 test -z "$as_dir" && as_dir=.
5073 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5074 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5075 ac_cv_prog_ac_ct_AR="ar"
5076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5077 break 2
5078 fi
5079done
5080 done
5081IFS=$as_save_IFS
5082
5083fi
5084fi
5085ac_ct_AR=$ac_cv_prog_ac_ct_AR
5086if test -n "$ac_ct_AR"; then
5087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5088$as_echo "$ac_ct_AR" >&6; }
5089else
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5091$as_echo "no" >&6; }
5092fi
5093
5094 if test "x$ac_ct_AR" = x; then
5095 AR="false"
5096 else
5097 case $cross_compiling:$ac_tool_warned in
5098yes:)
5099{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5100$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5101ac_tool_warned=yes ;;
5102esac
5103 AR=$ac_ct_AR
5104 fi
5105else
5106 AR="$ac_cv_prog_AR"
5107fi
5108
5109test -z "$AR" && AR=ar
68ed2854
MF
5110if test -n "$plugin_option"; then
5111 if $AR --help 2>&1 | grep -q "\--plugin"; then
88f68ee2
MF
5112 touch conftest.c
5113 $AR $plugin_option rc conftest.a conftest.c
5114 if test "$?" != 0; then
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5116$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5117 else
5118 AR="$AR $plugin_option"
5119 fi
5120 rm -f conftest.*
68ed2854
MF
5121 fi
5122fi
6bb11ab3
L
5123test -z "$AR_FLAGS" && AR_FLAGS=cru
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135if test -n "$ac_tool_prefix"; then
5136 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5137set dummy ${ac_tool_prefix}strip; ac_word=$2
5138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5139$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5140if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5141 $as_echo_n "(cached) " >&6
5142else
5143 if test -n "$STRIP"; then
5144 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5145else
5146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5147for as_dir in $PATH
5148do
5149 IFS=$as_save_IFS
5150 test -z "$as_dir" && as_dir=.
5151 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5152 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5153 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5155 break 2
5156 fi
5157done
5158 done
5159IFS=$as_save_IFS
5160
5161fi
5162fi
5163STRIP=$ac_cv_prog_STRIP
5164if test -n "$STRIP"; then
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5166$as_echo "$STRIP" >&6; }
5167else
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5169$as_echo "no" >&6; }
5170fi
5171
5172
5173fi
5174if test -z "$ac_cv_prog_STRIP"; then
5175 ac_ct_STRIP=$STRIP
5176 # Extract the first word of "strip", so it can be a program name with args.
5177set dummy strip; ac_word=$2
5178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5179$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5180if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5181 $as_echo_n "(cached) " >&6
5182else
5183 if test -n "$ac_ct_STRIP"; then
5184 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5185else
5186as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5187for as_dir in $PATH
5188do
5189 IFS=$as_save_IFS
5190 test -z "$as_dir" && as_dir=.
5191 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5193 ac_cv_prog_ac_ct_STRIP="strip"
5194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5195 break 2
5196 fi
5197done
5198 done
5199IFS=$as_save_IFS
5200
5201fi
5202fi
5203ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5204if test -n "$ac_ct_STRIP"; then
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5206$as_echo "$ac_ct_STRIP" >&6; }
5207else
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5209$as_echo "no" >&6; }
5210fi
5211
5212 if test "x$ac_ct_STRIP" = x; then
5213 STRIP=":"
5214 else
5215 case $cross_compiling:$ac_tool_warned in
5216yes:)
5217{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5218$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5219ac_tool_warned=yes ;;
5220esac
5221 STRIP=$ac_ct_STRIP
5222 fi
5223else
5224 STRIP="$ac_cv_prog_STRIP"
5225fi
5226
5227test -z "$STRIP" && STRIP=:
5228
5229
5230
5231
5232
5233
5234if test -n "$ac_tool_prefix"; then
5235 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5236set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5238$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5239if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5240 $as_echo_n "(cached) " >&6
5241else
5242 if test -n "$RANLIB"; then
5243 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5244else
5245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5246for as_dir in $PATH
5247do
5248 IFS=$as_save_IFS
5249 test -z "$as_dir" && as_dir=.
5250 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5251 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5252 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5254 break 2
5255 fi
5256done
5257 done
5258IFS=$as_save_IFS
5259
5260fi
5261fi
5262RANLIB=$ac_cv_prog_RANLIB
5263if test -n "$RANLIB"; then
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5265$as_echo "$RANLIB" >&6; }
5266else
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5268$as_echo "no" >&6; }
5269fi
5270
5271
5272fi
5273if test -z "$ac_cv_prog_RANLIB"; then
5274 ac_ct_RANLIB=$RANLIB
5275 # Extract the first word of "ranlib", so it can be a program name with args.
5276set dummy ranlib; ac_word=$2
5277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5278$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5279if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5280 $as_echo_n "(cached) " >&6
5281else
5282 if test -n "$ac_ct_RANLIB"; then
5283 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5284else
5285as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5286for as_dir in $PATH
5287do
5288 IFS=$as_save_IFS
5289 test -z "$as_dir" && as_dir=.
5290 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5291 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5292 ac_cv_prog_ac_ct_RANLIB="ranlib"
5293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5294 break 2
5295 fi
5296done
5297 done
5298IFS=$as_save_IFS
5299
5300fi
5301fi
5302ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5303if test -n "$ac_ct_RANLIB"; then
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5305$as_echo "$ac_ct_RANLIB" >&6; }
5306else
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5308$as_echo "no" >&6; }
5309fi
5310
5311 if test "x$ac_ct_RANLIB" = x; then
5312 RANLIB=":"
5313 else
5314 case $cross_compiling:$ac_tool_warned in
5315yes:)
5316{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5317$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5318ac_tool_warned=yes ;;
5319esac
5320 RANLIB=$ac_ct_RANLIB
5321 fi
5322else
5323 RANLIB="$ac_cv_prog_RANLIB"
5324fi
5325
5326test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5327if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5328 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5329 RANLIB="$RANLIB $plugin_option"
5330 fi
5331fi
6bb11ab3
L
5332
5333
5334
5335
5336
5337
5338# Determine commands to create old-style static archives.
5339old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5340old_postinstall_cmds='chmod 644 $oldlib'
5341old_postuninstall_cmds=
5342
5343if test -n "$RANLIB"; then
5344 case $host_os in
5345 openbsd*)
5346 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5347 ;;
5348 *)
5349 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5350 ;;
5351 esac
5352 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5353fi
5354
5355case $host_os in
5356 darwin*)
5357 lock_old_archive_extraction=yes ;;
5358 *)
5359 lock_old_archive_extraction=no ;;
5360esac
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382for ac_prog in gawk mawk nawk awk
5383do
5384 # Extract the first word of "$ac_prog", so it can be a program name with args.
5385set dummy $ac_prog; ac_word=$2
5386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5387$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5388if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5389 $as_echo_n "(cached) " >&6
5390else
5391 if test -n "$AWK"; then
5392 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5393else
5394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5395for as_dir in $PATH
5396do
5397 IFS=$as_save_IFS
5398 test -z "$as_dir" && as_dir=.
5399 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5400 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5401 ac_cv_prog_AWK="$ac_prog"
5402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5403 break 2
5404 fi
5405done
5406 done
5407IFS=$as_save_IFS
5408
5409fi
5410fi
5411AWK=$ac_cv_prog_AWK
5412if test -n "$AWK"; then
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5414$as_echo "$AWK" >&6; }
5415else
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5417$as_echo "no" >&6; }
5418fi
5419
5420
5421 test -n "$AWK" && break
5422done
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442# If no C compiler was specified, use CC.
5443LTCC=${LTCC-"$CC"}
5444
5445# If no C compiler flags were specified, use CFLAGS.
5446LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5447
5448# Allow CC to be a program name with arguments.
5449compiler=$CC
5450
5451
5452# Check for command to grab the raw symbol name followed by C symbol from nm.
5453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5454$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5455if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5456 $as_echo_n "(cached) " >&6
5457else
5458
5459# These are sane defaults that work on at least a few old systems.
5460# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5461
5462# Character class describing NM global symbol codes.
5463symcode='[BCDEGRST]'
5464
5465# Regexp to match symbols that can be accessed directly from C.
5466sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5467
5468# Define system-specific variables.
5469case $host_os in
5470aix*)
5471 symcode='[BCDT]'
5472 ;;
5473cygwin* | mingw* | pw32* | cegcc*)
5474 symcode='[ABCDGISTW]'
5475 ;;
5476hpux*)
5477 if test "$host_cpu" = ia64; then
5478 symcode='[ABCDEGRST]'
5479 fi
5480 ;;
5481irix* | nonstopux*)
5482 symcode='[BCDEGRST]'
5483 ;;
5484osf*)
5485 symcode='[BCDEGQRST]'
5486 ;;
5487solaris*)
5488 symcode='[BDRT]'
5489 ;;
5490sco3.2v5*)
5491 symcode='[DT]'
5492 ;;
5493sysv4.2uw2*)
5494 symcode='[DT]'
5495 ;;
5496sysv5* | sco5v6* | unixware* | OpenUNIX*)
5497 symcode='[ABDT]'
5498 ;;
5499sysv4)
5500 symcode='[DFNSTU]'
5501 ;;
5502esac
5503
5504# If we're using GNU nm, then use its standard symbol codes.
5505case `$NM -V 2>&1` in
5506*GNU* | *'with BFD'*)
5507 symcode='[ABCDGIRSTW]' ;;
5508esac
5509
5510# Transform an extracted symbol line into a proper C declaration.
5511# Some systems (esp. on ia64) link data and code symbols differently,
5512# so use this general approach.
5513lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5514
5515# Transform an extracted symbol line into symbol name and symbol address
5516lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5517lt_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'"
5518
5519# Handle CRLF in mingw tool chain
5520opt_cr=
5521case $build_os in
5522mingw*)
5523 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5524 ;;
5525esac
5526
5527# Try without a prefix underscore, then with it.
5528for ac_symprfx in "" "_"; do
5529
5530 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5531 symxfrm="\\1 $ac_symprfx\\2 \\2"
5532
5533 # Write the raw and C identifiers.
5534 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5535 # Fake it for dumpbin and say T for any non-static function
5536 # and D for any global variable.
5537 # Also find C++ and __fastcall symbols from MSVC++,
5538 # which start with @ or ?.
5539 lt_cv_sys_global_symbol_pipe="$AWK '"\
5540" {last_section=section; section=\$ 3};"\
5541" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5542" \$ 0!~/External *\|/{next};"\
5543" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5544" {if(hide[section]) next};"\
5545" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5546" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5547" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5548" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5549" ' prfx=^$ac_symprfx"
5550 else
5551 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5552 fi
5553
5554 # Check to see that the pipe works correctly.
5555 pipe_works=no
5556
5557 rm -f conftest*
5558 cat > conftest.$ac_ext <<_LT_EOF
5559#ifdef __cplusplus
5560extern "C" {
5561#endif
5562char nm_test_var;
5563void nm_test_func(void);
5564void nm_test_func(void){}
5565#ifdef __cplusplus
5566}
5567#endif
5568int main(){nm_test_var='a';nm_test_func();return(0);}
5569_LT_EOF
5570
5571 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5572 (eval $ac_compile) 2>&5
5573 ac_status=$?
5574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5575 test $ac_status = 0; }; then
5576 # Now try to grab the symbols.
5577 nlist=conftest.nm
5578 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5579 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5580 ac_status=$?
5581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5582 test $ac_status = 0; } && test -s "$nlist"; then
5583 # Try sorting and uniquifying the output.
5584 if sort "$nlist" | uniq > "$nlist"T; then
5585 mv -f "$nlist"T "$nlist"
5586 else
5587 rm -f "$nlist"T
5588 fi
5589
5590 # Make sure that we snagged all the symbols we need.
5591 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5592 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5593 cat <<_LT_EOF > conftest.$ac_ext
5594#ifdef __cplusplus
5595extern "C" {
5596#endif
5597
5598_LT_EOF
5599 # Now generate the symbol file.
5600 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5601
5602 cat <<_LT_EOF >> conftest.$ac_ext
5603
5604/* The mapping between symbol names and symbols. */
5605const struct {
5606 const char *name;
5607 void *address;
5608}
5609lt__PROGRAM__LTX_preloaded_symbols[] =
5610{
5611 { "@PROGRAM@", (void *) 0 },
5612_LT_EOF
5613 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5614 cat <<\_LT_EOF >> conftest.$ac_ext
5615 {0, (void *) 0}
5616};
5617
5618/* This works around a problem in FreeBSD linker */
5619#ifdef FREEBSD_WORKAROUND
5620static const void *lt_preloaded_setup() {
5621 return lt__PROGRAM__LTX_preloaded_symbols;
5622}
5623#endif
5624
5625#ifdef __cplusplus
5626}
5627#endif
5628_LT_EOF
5629 # Now try linking the two files.
5630 mv conftest.$ac_objext conftstm.$ac_objext
5631 lt_save_LIBS="$LIBS"
5632 lt_save_CFLAGS="$CFLAGS"
5633 LIBS="conftstm.$ac_objext"
5634 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5635 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5636 (eval $ac_link) 2>&5
5637 ac_status=$?
5638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5639 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5640 pipe_works=yes
5641 fi
5642 LIBS="$lt_save_LIBS"
5643 CFLAGS="$lt_save_CFLAGS"
5644 else
5645 echo "cannot find nm_test_func in $nlist" >&5
5646 fi
5647 else
5648 echo "cannot find nm_test_var in $nlist" >&5
5649 fi
5650 else
5651 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5652 fi
5653 else
5654 echo "$progname: failed program was:" >&5
5655 cat conftest.$ac_ext >&5
5656 fi
5657 rm -rf conftest* conftst*
5658
5659 # Do not use the global_symbol_pipe unless it works.
5660 if test "$pipe_works" = yes; then
5661 break
5662 else
5663 lt_cv_sys_global_symbol_pipe=
5664 fi
5665done
5666
5667fi
5668
5669if test -z "$lt_cv_sys_global_symbol_pipe"; then
5670 lt_cv_sys_global_symbol_to_cdecl=
5671fi
5672if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5674$as_echo "failed" >&6; }
5675else
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5677$as_echo "ok" >&6; }
5678fi
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701# Check whether --enable-libtool-lock was given.
5702if test "${enable_libtool_lock+set}" = set; then :
5703 enableval=$enable_libtool_lock;
5704fi
5705
5706test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5707
5708# Some flags need to be propagated to the compiler or linker for good
5709# libtool support.
5710case $host in
5711ia64-*-hpux*)
5712 # Find out which ABI we are using.
5713 echo 'int i;' > conftest.$ac_ext
5714 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5715 (eval $ac_compile) 2>&5
5716 ac_status=$?
5717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5718 test $ac_status = 0; }; then
5719 case `/usr/bin/file conftest.$ac_objext` in
5720 *ELF-32*)
5721 HPUX_IA64_MODE="32"
5722 ;;
5723 *ELF-64*)
5724 HPUX_IA64_MODE="64"
5725 ;;
5726 esac
5727 fi
5728 rm -rf conftest*
5729 ;;
5730*-*-irix6*)
5731 # Find out which ABI we are using.
5732 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5733 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5734 (eval $ac_compile) 2>&5
5735 ac_status=$?
5736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5737 test $ac_status = 0; }; then
5738 if test "$lt_cv_prog_gnu_ld" = yes; then
5739 case `/usr/bin/file conftest.$ac_objext` in
5740 *32-bit*)
5741 LD="${LD-ld} -melf32bsmip"
5742 ;;
5743 *N32*)
5744 LD="${LD-ld} -melf32bmipn32"
5745 ;;
5746 *64-bit*)
5747 LD="${LD-ld} -melf64bmip"
5748 ;;
5749 esac
5750 else
5751 case `/usr/bin/file conftest.$ac_objext` in
5752 *32-bit*)
5753 LD="${LD-ld} -32"
5754 ;;
5755 *N32*)
5756 LD="${LD-ld} -n32"
5757 ;;
5758 *64-bit*)
5759 LD="${LD-ld} -64"
5760 ;;
5761 esac
5762 fi
5763 fi
5764 rm -rf conftest*
5765 ;;
5766
bf3d9781 5767x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5768s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5769 # Find out which ABI we are using.
5770 echo 'int i;' > conftest.$ac_ext
5771 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5772 (eval $ac_compile) 2>&5
5773 ac_status=$?
5774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5775 test $ac_status = 0; }; then
5776 case `/usr/bin/file conftest.o` in
5777 *32-bit*)
5778 case $host in
5779 x86_64-*kfreebsd*-gnu)
5780 LD="${LD-ld} -m elf_i386_fbsd"
5781 ;;
5782 x86_64-*linux*)
5783 case `/usr/bin/file conftest.o` in
5784 *x86-64*)
5785 LD="${LD-ld} -m elf32_x86_64"
5786 ;;
5787 *)
5788 LD="${LD-ld} -m elf_i386"
5789 ;;
5790 esac
5791 ;;
bf3d9781
AM
5792 powerpc64le-*linux*)
5793 LD="${LD-ld} -m elf32lppclinux"
5794 ;;
5795 powerpc64-*linux*)
6bb11ab3
L
5796 LD="${LD-ld} -m elf32ppclinux"
5797 ;;
5798 s390x-*linux*)
5799 LD="${LD-ld} -m elf_s390"
5800 ;;
5801 sparc64-*linux*)
5802 LD="${LD-ld} -m elf32_sparc"
5803 ;;
5804 esac
5805 ;;
5806 *64-bit*)
5807 case $host in
5808 x86_64-*kfreebsd*-gnu)
5809 LD="${LD-ld} -m elf_x86_64_fbsd"
5810 ;;
5811 x86_64-*linux*)
5812 LD="${LD-ld} -m elf_x86_64"
5813 ;;
bf3d9781
AM
5814 powerpcle-*linux*)
5815 LD="${LD-ld} -m elf64lppc"
5816 ;;
5817 powerpc-*linux*)
6bb11ab3
L
5818 LD="${LD-ld} -m elf64ppc"
5819 ;;
5820 s390*-*linux*|s390*-*tpf*)
5821 LD="${LD-ld} -m elf64_s390"
5822 ;;
5823 sparc*-*linux*)
5824 LD="${LD-ld} -m elf64_sparc"
5825 ;;
5826 esac
5827 ;;
5828 esac
5829 fi
5830 rm -rf conftest*
5831 ;;
5832
5833*-*-sco3.2v5*)
5834 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5835 SAVE_CFLAGS="$CFLAGS"
5836 CFLAGS="$CFLAGS -belf"
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5838$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5839if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5840 $as_echo_n "(cached) " >&6
5841else
5842 ac_ext=c
5843ac_cpp='$CPP $CPPFLAGS'
5844ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5845ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5846ac_compiler_gnu=$ac_cv_c_compiler_gnu
5847
5848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5849/* end confdefs.h. */
5850
5851int
5852main ()
5853{
5854
5855 ;
5856 return 0;
5857}
5858_ACEOF
5859if ac_fn_c_try_link "$LINENO"; then :
5860 lt_cv_cc_needs_belf=yes
5861else
5862 lt_cv_cc_needs_belf=no
5863fi
5864rm -f core conftest.err conftest.$ac_objext \
5865 conftest$ac_exeext conftest.$ac_ext
5866 ac_ext=c
5867ac_cpp='$CPP $CPPFLAGS'
5868ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5869ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5870ac_compiler_gnu=$ac_cv_c_compiler_gnu
5871
5872fi
5873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5874$as_echo "$lt_cv_cc_needs_belf" >&6; }
5875 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5876 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5877 CFLAGS="$SAVE_CFLAGS"
5878 fi
5879 ;;
5880sparc*-*solaris*)
5881 # Find out which ABI we are using.
5882 echo 'int i;' > conftest.$ac_ext
5883 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5884 (eval $ac_compile) 2>&5
5885 ac_status=$?
5886 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5887 test $ac_status = 0; }; then
5888 case `/usr/bin/file conftest.o` in
5889 *64-bit*)
5890 case $lt_cv_prog_gnu_ld in
5891 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5892 *)
5893 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5894 LD="${LD-ld} -64"
5895 fi
5896 ;;
5897 esac
5898 ;;
5899 esac
5900 fi
5901 rm -rf conftest*
5902 ;;
5903esac
5904
5905need_locks="$enable_libtool_lock"
5906
5907
5908 case $host_os in
5909 rhapsody* | darwin*)
5910 if test -n "$ac_tool_prefix"; then
5911 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5912set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5914$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5915if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5916 $as_echo_n "(cached) " >&6
5917else
5918 if test -n "$DSYMUTIL"; then
5919 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5920else
5921as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5922for as_dir in $PATH
5923do
5924 IFS=$as_save_IFS
5925 test -z "$as_dir" && as_dir=.
5926 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5927 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5928 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5930 break 2
5931 fi
5932done
5933 done
5934IFS=$as_save_IFS
5935
5936fi
5937fi
5938DSYMUTIL=$ac_cv_prog_DSYMUTIL
5939if test -n "$DSYMUTIL"; then
5940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5941$as_echo "$DSYMUTIL" >&6; }
5942else
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5944$as_echo "no" >&6; }
5945fi
5946
5947
5948fi
5949if test -z "$ac_cv_prog_DSYMUTIL"; then
5950 ac_ct_DSYMUTIL=$DSYMUTIL
5951 # Extract the first word of "dsymutil", so it can be a program name with args.
5952set dummy dsymutil; ac_word=$2
5953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5954$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5955if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5956 $as_echo_n "(cached) " >&6
5957else
5958 if test -n "$ac_ct_DSYMUTIL"; then
5959 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5960else
5961as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5962for as_dir in $PATH
5963do
5964 IFS=$as_save_IFS
5965 test -z "$as_dir" && as_dir=.
5966 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5967 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5968 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5970 break 2
5971 fi
5972done
5973 done
5974IFS=$as_save_IFS
5975
5976fi
5977fi
5978ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5979if test -n "$ac_ct_DSYMUTIL"; then
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5981$as_echo "$ac_ct_DSYMUTIL" >&6; }
5982else
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5984$as_echo "no" >&6; }
5985fi
5986
5987 if test "x$ac_ct_DSYMUTIL" = x; then
5988 DSYMUTIL=":"
5989 else
5990 case $cross_compiling:$ac_tool_warned in
5991yes:)
5992{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5993$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5994ac_tool_warned=yes ;;
5995esac
5996 DSYMUTIL=$ac_ct_DSYMUTIL
5997 fi
5998else
5999 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6000fi
6001
6002 if test -n "$ac_tool_prefix"; then
6003 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6004set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6006$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6007if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6008 $as_echo_n "(cached) " >&6
6009else
6010 if test -n "$NMEDIT"; then
6011 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6012else
6013as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6014for as_dir in $PATH
6015do
6016 IFS=$as_save_IFS
6017 test -z "$as_dir" && as_dir=.
6018 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6019 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6020 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6022 break 2
6023 fi
6024done
6025 done
6026IFS=$as_save_IFS
6027
6028fi
6029fi
6030NMEDIT=$ac_cv_prog_NMEDIT
6031if test -n "$NMEDIT"; then
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6033$as_echo "$NMEDIT" >&6; }
6034else
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6036$as_echo "no" >&6; }
6037fi
6038
6039
6040fi
6041if test -z "$ac_cv_prog_NMEDIT"; then
6042 ac_ct_NMEDIT=$NMEDIT
6043 # Extract the first word of "nmedit", so it can be a program name with args.
6044set dummy nmedit; ac_word=$2
6045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6046$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6047if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6048 $as_echo_n "(cached) " >&6
6049else
6050 if test -n "$ac_ct_NMEDIT"; then
6051 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6052else
6053as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6054for as_dir in $PATH
6055do
6056 IFS=$as_save_IFS
6057 test -z "$as_dir" && as_dir=.
6058 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6060 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6062 break 2
6063 fi
6064done
6065 done
6066IFS=$as_save_IFS
6067
6068fi
6069fi
6070ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6071if test -n "$ac_ct_NMEDIT"; then
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6073$as_echo "$ac_ct_NMEDIT" >&6; }
6074else
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6076$as_echo "no" >&6; }
6077fi
6078
6079 if test "x$ac_ct_NMEDIT" = x; then
6080 NMEDIT=":"
6081 else
6082 case $cross_compiling:$ac_tool_warned in
6083yes:)
6084{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6085$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6086ac_tool_warned=yes ;;
6087esac
6088 NMEDIT=$ac_ct_NMEDIT
6089 fi
6090else
6091 NMEDIT="$ac_cv_prog_NMEDIT"
6092fi
6093
6094 if test -n "$ac_tool_prefix"; then
6095 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6096set dummy ${ac_tool_prefix}lipo; ac_word=$2
6097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6098$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6099if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6100 $as_echo_n "(cached) " >&6
6101else
6102 if test -n "$LIPO"; then
6103 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6104else
6105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6106for as_dir in $PATH
6107do
6108 IFS=$as_save_IFS
6109 test -z "$as_dir" && as_dir=.
6110 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6111 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6112 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6114 break 2
6115 fi
6116done
6117 done
6118IFS=$as_save_IFS
6119
6120fi
6121fi
6122LIPO=$ac_cv_prog_LIPO
6123if test -n "$LIPO"; then
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6125$as_echo "$LIPO" >&6; }
6126else
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6128$as_echo "no" >&6; }
6129fi
6130
6131
6132fi
6133if test -z "$ac_cv_prog_LIPO"; then
6134 ac_ct_LIPO=$LIPO
6135 # Extract the first word of "lipo", so it can be a program name with args.
6136set dummy lipo; ac_word=$2
6137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6138$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6139if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6140 $as_echo_n "(cached) " >&6
6141else
6142 if test -n "$ac_ct_LIPO"; then
6143 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6144else
6145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6146for as_dir in $PATH
6147do
6148 IFS=$as_save_IFS
6149 test -z "$as_dir" && as_dir=.
6150 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6151 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6152 ac_cv_prog_ac_ct_LIPO="lipo"
6153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6154 break 2
6155 fi
6156done
6157 done
6158IFS=$as_save_IFS
6159
6160fi
6161fi
6162ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6163if test -n "$ac_ct_LIPO"; then
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6165$as_echo "$ac_ct_LIPO" >&6; }
6166else
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6168$as_echo "no" >&6; }
6169fi
6170
6171 if test "x$ac_ct_LIPO" = x; then
6172 LIPO=":"
6173 else
6174 case $cross_compiling:$ac_tool_warned in
6175yes:)
6176{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6177$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6178ac_tool_warned=yes ;;
6179esac
6180 LIPO=$ac_ct_LIPO
6181 fi
6182else
6183 LIPO="$ac_cv_prog_LIPO"
6184fi
6185
6186 if test -n "$ac_tool_prefix"; then
6187 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6188set dummy ${ac_tool_prefix}otool; ac_word=$2
6189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6190$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6191if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6192 $as_echo_n "(cached) " >&6
6193else
6194 if test -n "$OTOOL"; then
6195 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6196else
6197as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6198for as_dir in $PATH
6199do
6200 IFS=$as_save_IFS
6201 test -z "$as_dir" && as_dir=.
6202 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6203 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6204 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6206 break 2
6207 fi
6208done
6209 done
6210IFS=$as_save_IFS
6211
6212fi
6213fi
6214OTOOL=$ac_cv_prog_OTOOL
6215if test -n "$OTOOL"; then
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6217$as_echo "$OTOOL" >&6; }
6218else
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6220$as_echo "no" >&6; }
6221fi
6222
6223
6224fi
6225if test -z "$ac_cv_prog_OTOOL"; then
6226 ac_ct_OTOOL=$OTOOL
6227 # Extract the first word of "otool", so it can be a program name with args.
6228set dummy otool; ac_word=$2
6229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6230$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6231if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6232 $as_echo_n "(cached) " >&6
6233else
6234 if test -n "$ac_ct_OTOOL"; then
6235 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6236else
6237as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6238for as_dir in $PATH
6239do
6240 IFS=$as_save_IFS
6241 test -z "$as_dir" && as_dir=.
6242 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6243 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6244 ac_cv_prog_ac_ct_OTOOL="otool"
6245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6246 break 2
6247 fi
6248done
6249 done
6250IFS=$as_save_IFS
6251
6252fi
6253fi
6254ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6255if test -n "$ac_ct_OTOOL"; then
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6257$as_echo "$ac_ct_OTOOL" >&6; }
6258else
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6260$as_echo "no" >&6; }
6261fi
6262
6263 if test "x$ac_ct_OTOOL" = x; then
6264 OTOOL=":"
6265 else
6266 case $cross_compiling:$ac_tool_warned in
6267yes:)
6268{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6269$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6270ac_tool_warned=yes ;;
6271esac
6272 OTOOL=$ac_ct_OTOOL
6273 fi
6274else
6275 OTOOL="$ac_cv_prog_OTOOL"
6276fi
6277
6278 if test -n "$ac_tool_prefix"; then
6279 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6280set dummy ${ac_tool_prefix}otool64; ac_word=$2
6281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6282$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6283if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6284 $as_echo_n "(cached) " >&6
6285else
6286 if test -n "$OTOOL64"; then
6287 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6288else
6289as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6290for as_dir in $PATH
6291do
6292 IFS=$as_save_IFS
6293 test -z "$as_dir" && as_dir=.
6294 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6295 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6296 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6298 break 2
6299 fi
6300done
6301 done
6302IFS=$as_save_IFS
6303
6304fi
6305fi
6306OTOOL64=$ac_cv_prog_OTOOL64
6307if test -n "$OTOOL64"; then
6308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6309$as_echo "$OTOOL64" >&6; }
6310else
6311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6312$as_echo "no" >&6; }
6313fi
6314
6315
6316fi
6317if test -z "$ac_cv_prog_OTOOL64"; then
6318 ac_ct_OTOOL64=$OTOOL64
6319 # Extract the first word of "otool64", so it can be a program name with args.
6320set dummy otool64; ac_word=$2
6321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6322$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6323if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6324 $as_echo_n "(cached) " >&6
6325else
6326 if test -n "$ac_ct_OTOOL64"; then
6327 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6328else
6329as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6330for as_dir in $PATH
6331do
6332 IFS=$as_save_IFS
6333 test -z "$as_dir" && as_dir=.
6334 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6335 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6336 ac_cv_prog_ac_ct_OTOOL64="otool64"
6337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6338 break 2
6339 fi
6340done
6341 done
6342IFS=$as_save_IFS
6343
6344fi
6345fi
6346ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6347if test -n "$ac_ct_OTOOL64"; then
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6349$as_echo "$ac_ct_OTOOL64" >&6; }
6350else
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6352$as_echo "no" >&6; }
6353fi
6354
6355 if test "x$ac_ct_OTOOL64" = x; then
6356 OTOOL64=":"
6357 else
6358 case $cross_compiling:$ac_tool_warned in
6359yes:)
6360{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6361$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6362ac_tool_warned=yes ;;
6363esac
6364 OTOOL64=$ac_ct_OTOOL64
6365 fi
6366else
6367 OTOOL64="$ac_cv_prog_OTOOL64"
6368fi
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6397$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6398if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6399 $as_echo_n "(cached) " >&6
6400else
6401 lt_cv_apple_cc_single_mod=no
6402 if test -z "${LT_MULTI_MODULE}"; then
6403 # By default we will add the -single_module flag. You can override
6404 # by either setting the environment variable LT_MULTI_MODULE
6405 # non-empty at configure time, or by adding -multi_module to the
6406 # link flags.
6407 rm -rf libconftest.dylib*
6408 echo "int foo(void){return 1;}" > conftest.c
6409 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6410-dynamiclib -Wl,-single_module conftest.c" >&5
6411 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6412 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6413 _lt_result=$?
6414 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6415 lt_cv_apple_cc_single_mod=yes
6416 else
6417 cat conftest.err >&5
6418 fi
6419 rm -rf libconftest.dylib*
6420 rm -f conftest.*
6421 fi
6422fi
6423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6424$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6426$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6427if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6428 $as_echo_n "(cached) " >&6
6429else
6430 lt_cv_ld_exported_symbols_list=no
6431 save_LDFLAGS=$LDFLAGS
6432 echo "_main" > conftest.sym
6433 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6435/* end confdefs.h. */
6436
6437int
6438main ()
6439{
6440
6441 ;
6442 return 0;
6443}
6444_ACEOF
6445if ac_fn_c_try_link "$LINENO"; then :
6446 lt_cv_ld_exported_symbols_list=yes
6447else
6448 lt_cv_ld_exported_symbols_list=no
6449fi
6450rm -f core conftest.err conftest.$ac_objext \
6451 conftest$ac_exeext conftest.$ac_ext
6452 LDFLAGS="$save_LDFLAGS"
6453
6454fi
6455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6456$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6458$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6459if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6460 $as_echo_n "(cached) " >&6
6461else
6462 lt_cv_ld_force_load=no
6463 cat > conftest.c << _LT_EOF
6464int forced_loaded() { return 2;}
6465_LT_EOF
6466 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6467 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6468 echo "$AR cru libconftest.a conftest.o" >&5
6469 $AR cru libconftest.a conftest.o 2>&5
6470 cat > conftest.c << _LT_EOF
6471int main() { return 0;}
6472_LT_EOF
6473 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6474 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6475 _lt_result=$?
6476 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6477 lt_cv_ld_force_load=yes
6478 else
6479 cat conftest.err >&5
6480 fi
6481 rm -f conftest.err libconftest.a conftest conftest.c
6482 rm -rf conftest.dSYM
6483
6484fi
6485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6486$as_echo "$lt_cv_ld_force_load" >&6; }
6487 case $host_os in
6488 rhapsody* | darwin1.[012])
6489 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6490 darwin1.*)
6491 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6492 darwin*) # darwin 5.x on
6493 # if running on 10.5 or later, the deployment target defaults
6494 # to the OS version, if on x86, and 10.4, the deployment
6495 # target defaults to 10.4. Don't you love it?
6496 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6497 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6498 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6499 10.[012][,.]*)
6bb11ab3
L
6500 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6501 10.*)
6502 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6503 esac
6504 ;;
6505 esac
6506 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6507 _lt_dar_single_mod='$single_module'
6508 fi
6509 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6510 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6511 else
6512 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6513 fi
6514 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6515 _lt_dsymutil='~$DSYMUTIL $lib || :'
6516 else
6517 _lt_dsymutil=
6518 fi
6519 ;;
6520 esac
6521
6522for ac_header in dlfcn.h
6523do :
6524 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6525"
d0ac1c44 6526if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6527 cat >>confdefs.h <<_ACEOF
6528#define HAVE_DLFCN_H 1
6529_ACEOF
6530
6531fi
6532
6533done
6534
6535
6536
6bb11ab3
L
6537ac_config_headers="$ac_config_headers config.h:config.in"
6538
6539
6540
0cb8d851
MF
6541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6542$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6543if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6544 $as_echo_n "(cached) " >&6
6545else
6546 ac_cv_c_bigendian=unknown
6547 # See if we're dealing with a universal compiler.
6548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6549/* end confdefs.h. */
6550#ifndef __APPLE_CC__
6551 not a universal capable compiler
6552 #endif
6553 typedef int dummy;
6554
6555_ACEOF
6556if ac_fn_c_try_compile "$LINENO"; then :
6557
6558 # Check for potential -arch flags. It is not universal unless
6559 # there are at least two -arch flags with different values.
6560 ac_arch=
6561 ac_prev=
6562 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6563 if test -n "$ac_prev"; then
6564 case $ac_word in
6565 i?86 | x86_64 | ppc | ppc64)
6566 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6567 ac_arch=$ac_word
6568 else
6569 ac_cv_c_bigendian=universal
6570 break
6571 fi
6572 ;;
6573 esac
6574 ac_prev=
6575 elif test "x$ac_word" = "x-arch"; then
6576 ac_prev=arch
6577 fi
6578 done
6579fi
6580rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6581 if test $ac_cv_c_bigendian = unknown; then
6582 # See if sys/param.h defines the BYTE_ORDER macro.
6583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6584/* end confdefs.h. */
6585#include <sys/types.h>
6586 #include <sys/param.h>
6587
6588int
6589main ()
6590{
6591#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6592 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6593 && LITTLE_ENDIAN)
6594 bogus endian macros
6595 #endif
6596
6597 ;
6598 return 0;
6599}
6600_ACEOF
6601if ac_fn_c_try_compile "$LINENO"; then :
6602 # It does; now see whether it defined to BIG_ENDIAN or not.
6603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6604/* end confdefs.h. */
6605#include <sys/types.h>
6606 #include <sys/param.h>
6607
6608int
6609main ()
6610{
6611#if BYTE_ORDER != BIG_ENDIAN
6612 not big endian
6613 #endif
6614
6615 ;
6616 return 0;
6617}
6618_ACEOF
6619if ac_fn_c_try_compile "$LINENO"; then :
6620 ac_cv_c_bigendian=yes
6621else
6622 ac_cv_c_bigendian=no
6623fi
6624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6625fi
6626rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6627 fi
6628 if test $ac_cv_c_bigendian = unknown; then
6629 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6631/* end confdefs.h. */
6632#include <limits.h>
6633
6634int
6635main ()
6636{
6637#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6638 bogus endian macros
6639 #endif
6640
6641 ;
6642 return 0;
6643}
6644_ACEOF
6645if ac_fn_c_try_compile "$LINENO"; then :
6646 # It does; now see whether it defined to _BIG_ENDIAN or not.
6647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6648/* end confdefs.h. */
6649#include <limits.h>
6650
6651int
6652main ()
6653{
6654#ifndef _BIG_ENDIAN
6655 not big endian
6656 #endif
6657
6658 ;
6659 return 0;
6660}
6661_ACEOF
6662if ac_fn_c_try_compile "$LINENO"; then :
6663 ac_cv_c_bigendian=yes
6664else
6665 ac_cv_c_bigendian=no
6666fi
6667rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6668fi
6669rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6670 fi
6671 if test $ac_cv_c_bigendian = unknown; then
6672 # Compile a test program.
6673 if test "$cross_compiling" = yes; then :
6674 # Try to guess by grepping values from an object file.
6675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6676/* end confdefs.h. */
6677short int ascii_mm[] =
6678 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6679 short int ascii_ii[] =
6680 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6681 int use_ascii (int i) {
6682 return ascii_mm[i] + ascii_ii[i];
6683 }
6684 short int ebcdic_ii[] =
6685 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6686 short int ebcdic_mm[] =
6687 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6688 int use_ebcdic (int i) {
6689 return ebcdic_mm[i] + ebcdic_ii[i];
6690 }
6691 extern int foo;
6692
6693int
6694main ()
6695{
6696return use_ascii (foo) == use_ebcdic (foo);
6697 ;
6698 return 0;
6699}
6700_ACEOF
6701if ac_fn_c_try_compile "$LINENO"; then :
6702 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6703 ac_cv_c_bigendian=yes
6704 fi
6705 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6706 if test "$ac_cv_c_bigendian" = unknown; then
6707 ac_cv_c_bigendian=no
6708 else
6709 # finding both strings is unlikely to happen, but who knows?
6710 ac_cv_c_bigendian=unknown
6711 fi
6712 fi
6713fi
6714rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6715else
6716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6717/* end confdefs.h. */
6718$ac_includes_default
6719int
6720main ()
6721{
6722
6723 /* Are we little or big endian? From Harbison&Steele. */
6724 union
6725 {
6726 long int l;
6727 char c[sizeof (long int)];
6728 } u;
6729 u.l = 1;
6730 return u.c[sizeof (long int) - 1] == 1;
6731
6732 ;
6733 return 0;
6734}
6735_ACEOF
6736if ac_fn_c_try_run "$LINENO"; then :
6737 ac_cv_c_bigendian=no
6738else
6739 ac_cv_c_bigendian=yes
6740fi
6741rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6742 conftest.$ac_objext conftest.beam conftest.$ac_ext
6743fi
6744
6745 fi
6746fi
6747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6748$as_echo "$ac_cv_c_bigendian" >&6; }
6749 case $ac_cv_c_bigendian in #(
6750 yes)
6751 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6752;; #(
6753 no)
6754 ;; #(
6755 universal)
6756
6757$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6758
6759 ;; #(
6760 *)
d0ac1c44 6761 as_fn_error $? "unknown endianness
0cb8d851
MF
6762 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6763 esac
6764
6bb11ab3
L
6765
6766
6767
6768# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
6769if test -z "$CC_FOR_BUILD"; then
6770 if test "x$cross_compiling" = "xno"; then
6771 CC_FOR_BUILD='$(CC)'
6772 else
6773 CC_FOR_BUILD=gcc
6774 fi
6bb11ab3
L
6775fi
6776
6777
6778
6bb11ab3
L
6779AR=${AR-ar}
6780
6781if test -n "$ac_tool_prefix"; then
6782 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6783set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6785$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6786if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6787 $as_echo_n "(cached) " >&6
6788else
6789 if test -n "$RANLIB"; then
6790 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6791else
6792as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6793for as_dir in $PATH
6794do
6795 IFS=$as_save_IFS
6796 test -z "$as_dir" && as_dir=.
6797 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6798 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6799 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6801 break 2
6802 fi
6803done
6804 done
6805IFS=$as_save_IFS
6806
6807fi
6808fi
6809RANLIB=$ac_cv_prog_RANLIB
6810if test -n "$RANLIB"; then
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6812$as_echo "$RANLIB" >&6; }
6813else
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6815$as_echo "no" >&6; }
6816fi
6817
6818
6819fi
6820if test -z "$ac_cv_prog_RANLIB"; then
6821 ac_ct_RANLIB=$RANLIB
6822 # Extract the first word of "ranlib", so it can be a program name with args.
6823set dummy ranlib; ac_word=$2
6824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6825$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6826if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6827 $as_echo_n "(cached) " >&6
6828else
6829 if test -n "$ac_ct_RANLIB"; then
6830 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6831else
6832as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6833for as_dir in $PATH
6834do
6835 IFS=$as_save_IFS
6836 test -z "$as_dir" && as_dir=.
6837 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6838 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6839 ac_cv_prog_ac_ct_RANLIB="ranlib"
6840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6841 break 2
6842 fi
6843done
6844 done
6845IFS=$as_save_IFS
6846
6847fi
6848fi
6849ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6850if test -n "$ac_ct_RANLIB"; then
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6852$as_echo "$ac_ct_RANLIB" >&6; }
6853else
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6855$as_echo "no" >&6; }
6856fi
6857
6858 if test "x$ac_ct_RANLIB" = x; then
6859 RANLIB=":"
6860 else
6861 case $cross_compiling:$ac_tool_warned in
6862yes:)
6863{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6864$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6865ac_tool_warned=yes ;;
6866esac
6867 RANLIB=$ac_ct_RANLIB
6868 fi
6869else
6870 RANLIB="$ac_cv_prog_RANLIB"
6871fi
6872
6873
46f900c0
MF
6874# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6875# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6876# is C99. So handle it ourselves.
6877:
6878C_DIALECT=
6879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6880$as_echo_n "checking whether C11 is supported by default... " >&6; }
6881cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6882/* end confdefs.h. */
6883
6884#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6885# error "C11 support not found"
6886#endif
6887
6888_ACEOF
6889if ac_fn_c_try_compile "$LINENO"; then :
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6891$as_echo "yes" >&6; }
6892else
6893
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6895$as_echo "no" >&6; }
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6897$as_echo_n "checking for -std=c11 support... " >&6; }
6898 ac_save_CC="$CC"
6899 CC="$CC -std=c11"
6900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6901/* end confdefs.h. */
6902
6903#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6904# error "C11 support not found"
6905#endif
6906
6907_ACEOF
6908if ac_fn_c_try_compile "$LINENO"; then :
6909
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6911$as_echo "yes" >&6; }
6912 CC="$ac_save_CC"
6913 C_DIALECT="-std=c11"
6914
6915else
6916 as_fn_error $? "C11 is required" "$LINENO" 5
6917fi
6918rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6919fi
6920rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6921
6922
6bb11ab3
L
6923# Some of the common include files depend on bfd.h, and bfd.h checks
6924# that config.h is included first by testing that the PACKAGE macro
6925# is defined.
6926PACKAGE=sim
6927
6928cat >>confdefs.h <<_ACEOF
6929#define PACKAGE "$PACKAGE"
6930_ACEOF
6931
6932
6933
6934# Dependency checking.
6935ac_config_commands="$ac_config_commands depdir"
6936
6937
6938depcc="$CC" am_compiler_list=
6939
6940am_depcomp=$ac_aux_dir/depcomp
6941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6942$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6943if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6944 $as_echo_n "(cached) " >&6
6945else
6946 if test -f "$am_depcomp"; then
6947 # We make a subdir and do the tests there. Otherwise we can end up
6948 # making bogus files that we don't know about and never remove. For
6949 # instance it was reported that on HP-UX the gcc test will end up
6950 # making a dummy file named `D' -- because `-MD' means `put the output
6951 # in D'.
6952 mkdir conftest.dir
6953 # Copy depcomp to subdir because otherwise we won't find it if we're
6954 # using a relative directory.
6955 cp "$am_depcomp" conftest.dir
6956 cd conftest.dir
6957 # We will build objects and dependencies in a subdirectory because
6958 # it helps to detect inapplicable dependency modes. For instance
6959 # both Tru64's cc and ICC support -MD to output dependencies as a
6960 # side effect of compilation, but ICC will put the dependencies in
6961 # the current directory while Tru64 will put them in the object
6962 # directory.
6963 mkdir sub
6964
6965 am_cv_CC_dependencies_compiler_type=none
6966 if test "$am_compiler_list" = ""; then
6967 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6968 fi
6969 for depmode in $am_compiler_list; do
6970 if test $depmode = none; then break; fi
6971
6972 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6973 # Setup a source with many dependencies, because some compilers
6974 # like to wrap large dependency lists on column 80 (with \), and
6975 # we should not choose a depcomp mode which is confused by this.
6976 #
6977 # We need to recreate these files for each test, as the compiler may
6978 # overwrite some of them when testing with obscure command lines.
6979 # This happens at least with the AIX C compiler.
6980 : > sub/conftest.c
6981 for i in 1 2 3 4 5 6; do
6982 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6983 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6984 # Solaris 8's {/usr,}/bin/sh.
6985 touch sub/conftst$i.h
6986 done
6987 echo "include sub/conftest.Po" > confmf
6988
6989 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6990 # mode. It turns out that the SunPro C++ compiler does not properly
6991 # handle `-M -o', and we need to detect this.
6992 depcmd="depmode=$depmode \
6993 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6994 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6995 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6996 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6997 if env $depcmd > conftest.err 2>&1 &&
6998 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6999 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7000 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7001 # icc doesn't choke on unknown options, it will just issue warnings
7002 # or remarks (even with -Werror). So we grep stderr for any message
7003 # that says an option was ignored or not supported.
7004 # When given -MP, icc 7.0 and 7.1 complain thusly:
7005 # icc: Command line warning: ignoring option '-M'; no argument required
7006 # The diagnosis changed in icc 8.0:
7007 # icc: Command line remark: option '-MP' not supported
7008 if (grep 'ignoring option' conftest.err ||
7009 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7010 am_cv_CC_dependencies_compiler_type=$depmode
7011 $as_echo "$as_me:$LINENO: success" >&5
7012 break
7013 fi
7014 fi
7015 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7016 sed -e 's/^/| /' < conftest.err >&5
7017 done
7018
7019 cd ..
7020 rm -rf conftest.dir
7021else
7022 am_cv_CC_dependencies_compiler_type=none
7023fi
7024
7025fi
7026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7027$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7028if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7029then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7030else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7031
7032fi
7033
7034
7035# Check for the 'make' the user wants to use.
7036for ac_prog in make
7037do
7038 # Extract the first word of "$ac_prog", so it can be a program name with args.
7039set dummy $ac_prog; ac_word=$2
7040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7041$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7042if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7043 $as_echo_n "(cached) " >&6
7044else
7045 if test -n "$MAKE"; then
7046 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7047else
7048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7049for as_dir in $PATH
7050do
7051 IFS=$as_save_IFS
7052 test -z "$as_dir" && as_dir=.
7053 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7054 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7055 ac_cv_prog_MAKE="$ac_prog"
7056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7057 break 2
7058 fi
7059done
7060 done
7061IFS=$as_save_IFS
7062
7063fi
7064fi
7065MAKE=$ac_cv_prog_MAKE
7066if test -n "$MAKE"; then
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7068$as_echo "$MAKE" >&6; }
7069else
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7071$as_echo "no" >&6; }
7072fi
7073
7074
7075 test -n "$MAKE" && break
7076done
7077
7078MAKE_IS_GNU=
7079case "`$MAKE --version 2>&1 | sed 1q`" in
7080 *GNU*)
7081 MAKE_IS_GNU=yes
7082 ;;
7083esac
7084 if test "$MAKE_IS_GNU" = yes; then
7085 GMAKE_TRUE=
7086 GMAKE_FALSE='#'
7087else
7088 GMAKE_TRUE='#'
7089 GMAKE_FALSE=
7090fi
7091
7092
7093ALL_LINGUAS=
7094# If we haven't got the data from the intl directory,
7095# assume NLS is disabled.
7096USE_NLS=no
7097LIBINTL=
7098LIBINTL_DEP=
7099INCINTL=
7100XGETTEXT=
7101GMSGFMT=
7102POSUB=
7103
7104if test -f ../../intl/config.intl; then
7105 . ../../intl/config.intl
7106fi
7107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7108$as_echo_n "checking whether NLS is requested... " >&6; }
7109if test x"$USE_NLS" != xyes; then
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7111$as_echo "no" >&6; }
7112else
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7114$as_echo "yes" >&6; }
7115
7116$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7117
7118
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7120$as_echo_n "checking for catalogs to be installed... " >&6; }
7121 # Look for .po and .gmo files in the source directory.
7122 CATALOGS=
7123 XLINGUAS=
7124 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7125 # If there aren't any .gmo files the shell will give us the
7126 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7127 # weeded out.
7128 case "$cat" in *\**)
7129 continue;;
7130 esac
7131 # The quadruple backslash is collapsed to a double backslash
7132 # by the backticks, then collapsed again by the double quotes,
7133 # leaving us with one backslash in the sed expression (right
7134 # before the dot that mustn't act as a wildcard).
7135 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7136 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7137 # The user is allowed to set LINGUAS to a list of languages to
7138 # install catalogs for. If it's empty that means "all of them."
7139 if test "x$LINGUAS" = x; then
7140 CATALOGS="$CATALOGS $cat"
7141 XLINGUAS="$XLINGUAS $lang"
7142 else
7143 case "$LINGUAS" in *$lang*)
7144 CATALOGS="$CATALOGS $cat"
7145 XLINGUAS="$XLINGUAS $lang"
7146 ;;
7147 esac
7148 fi
7149 done
7150 LINGUAS="$XLINGUAS"
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7152$as_echo "$LINGUAS" >&6; }
7153
7154
7155 DATADIRNAME=share
7156
7157 INSTOBJEXT=.mo
7158
7159 GENCAT=gencat
7160
7161 CATOBJEXT=.gmo
7162
7163fi
7164
7165# Check for common headers.
68ed2854
MF
7166# NB: You can assume C11 headers exist.
7167for ac_header in unistd.h
6bb11ab3 7168do :
68ed2854
MF
7169 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7170if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7171 cat >>confdefs.h <<_ACEOF
68ed2854 7172#define HAVE_UNISTD_H 1
6bb11ab3
L
7173_ACEOF
7174
7175fi
7176
7177done
7178
936df756 7179for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7180do :
7181 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7182ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7183if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7184 cat >>confdefs.h <<_ACEOF
7185#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7186_ACEOF
7187
7188fi
7189
7190done
7191
7192for ac_header in fcntl.h fpu_control.h
7193do :
7194 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7195ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7196if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7197 cat >>confdefs.h <<_ACEOF
7198#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7199_ACEOF
7200
7201fi
7202
7203done
7204
68ed2854 7205for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7206do :
7207 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7208ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7209if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7210 cat >>confdefs.h <<_ACEOF
7211#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7212_ACEOF
7213
7214fi
7215
7216done
7217
7218for ac_func in getrusage time sigaction __setfpucw
7219do :
7220 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7221ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7222if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
7223 cat >>confdefs.h <<_ACEOF
7224#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7225_ACEOF
7226
7227fi
7228done
7229
936df756
MF
7230for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7231do :
7232 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7233ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7234if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
7235 cat >>confdefs.h <<_ACEOF
7236#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7237_ACEOF
7238
7239fi
7240done
7241
7242ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7243#include <sys/types.h>
7244#endif
7245#ifdef HAVE_SYS_STAT_H
7246#include <sys/stat.h>
7247#endif
7248"
d0ac1c44 7249if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7250
7251cat >>confdefs.h <<_ACEOF
7252#define HAVE_STRUCT_STAT_ST_DEV 1
7253_ACEOF
7254
7255
7256fi
7257ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7258#include <sys/types.h>
7259#endif
7260#ifdef HAVE_SYS_STAT_H
7261#include <sys/stat.h>
7262#endif
7263"
d0ac1c44 7264if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7265
7266cat >>confdefs.h <<_ACEOF
7267#define HAVE_STRUCT_STAT_ST_INO 1
7268_ACEOF
7269
7270
7271fi
7272ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7273#include <sys/types.h>
7274#endif
7275#ifdef HAVE_SYS_STAT_H
7276#include <sys/stat.h>
7277#endif
7278"
d0ac1c44 7279if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7280
7281cat >>confdefs.h <<_ACEOF
7282#define HAVE_STRUCT_STAT_ST_MODE 1
7283_ACEOF
7284
7285
7286fi
7287ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7288#include <sys/types.h>
7289#endif
7290#ifdef HAVE_SYS_STAT_H
7291#include <sys/stat.h>
7292#endif
7293"
d0ac1c44 7294if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7295
7296cat >>confdefs.h <<_ACEOF
7297#define HAVE_STRUCT_STAT_ST_NLINK 1
7298_ACEOF
7299
7300
7301fi
7302ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7303#include <sys/types.h>
7304#endif
7305#ifdef HAVE_SYS_STAT_H
7306#include <sys/stat.h>
7307#endif
7308"
d0ac1c44 7309if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7310
7311cat >>confdefs.h <<_ACEOF
7312#define HAVE_STRUCT_STAT_ST_UID 1
7313_ACEOF
7314
7315
7316fi
7317ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7318#include <sys/types.h>
7319#endif
7320#ifdef HAVE_SYS_STAT_H
7321#include <sys/stat.h>
7322#endif
7323"
d0ac1c44 7324if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7325
7326cat >>confdefs.h <<_ACEOF
7327#define HAVE_STRUCT_STAT_ST_GID 1
7328_ACEOF
7329
7330
7331fi
7332ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7333#include <sys/types.h>
7334#endif
7335#ifdef HAVE_SYS_STAT_H
7336#include <sys/stat.h>
7337#endif
7338"
d0ac1c44 7339if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7340
7341cat >>confdefs.h <<_ACEOF
7342#define HAVE_STRUCT_STAT_ST_RDEV 1
7343_ACEOF
7344
7345
7346fi
7347ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7348#include <sys/types.h>
7349#endif
7350#ifdef HAVE_SYS_STAT_H
7351#include <sys/stat.h>
7352#endif
7353"
d0ac1c44 7354if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7355
7356cat >>confdefs.h <<_ACEOF
7357#define HAVE_STRUCT_STAT_ST_SIZE 1
7358_ACEOF
7359
7360
7361fi
7362ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7363#include <sys/types.h>
7364#endif
7365#ifdef HAVE_SYS_STAT_H
7366#include <sys/stat.h>
7367#endif
7368"
d0ac1c44 7369if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7370
7371cat >>confdefs.h <<_ACEOF
7372#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7373_ACEOF
7374
7375
7376fi
7377ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7378#include <sys/types.h>
7379#endif
7380#ifdef HAVE_SYS_STAT_H
7381#include <sys/stat.h>
7382#endif
7383"
d0ac1c44 7384if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7385
7386cat >>confdefs.h <<_ACEOF
7387#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7388_ACEOF
7389
7390
7391fi
7392ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7393#include <sys/types.h>
7394#endif
7395#ifdef HAVE_SYS_STAT_H
7396#include <sys/stat.h>
7397#endif
7398"
d0ac1c44 7399if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7400
7401cat >>confdefs.h <<_ACEOF
7402#define HAVE_STRUCT_STAT_ST_ATIME 1
7403_ACEOF
7404
7405
7406fi
7407ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7408#include <sys/types.h>
7409#endif
7410#ifdef HAVE_SYS_STAT_H
7411#include <sys/stat.h>
7412#endif
7413"
d0ac1c44 7414if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7415
7416cat >>confdefs.h <<_ACEOF
7417#define HAVE_STRUCT_STAT_ST_MTIME 1
7418_ACEOF
7419
7420
7421fi
7422ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7423#include <sys/types.h>
7424#endif
7425#ifdef HAVE_SYS_STAT_H
7426#include <sys/stat.h>
7427#endif
7428"
d0ac1c44 7429if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7430
7431cat >>confdefs.h <<_ACEOF
7432#define HAVE_STRUCT_STAT_ST_CTIME 1
7433_ACEOF
7434
7435
7436fi
7437
7438ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7439#include <sys/socket.h>
7440
7441"
d0ac1c44 7442if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7443
7444cat >>confdefs.h <<_ACEOF
7445#define HAVE_SOCKLEN_T 1
7446_ACEOF
7447
7448
7449fi
7450
6bb11ab3
L
7451
7452# Check for socket libraries
7453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7454$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7455if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7456 $as_echo_n "(cached) " >&6
7457else
7458 ac_check_lib_save_LIBS=$LIBS
7459LIBS="-lsocket $LIBS"
7460cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7461/* end confdefs.h. */
7462
7463/* Override any GCC internal prototype to avoid an error.
7464 Use char because int might match the return type of a GCC
7465 builtin and then its argument prototype would still apply. */
7466#ifdef __cplusplus
7467extern "C"
7468#endif
7469char bind ();
7470int
7471main ()
7472{
7473return bind ();
7474 ;
7475 return 0;
7476}
7477_ACEOF
7478if ac_fn_c_try_link "$LINENO"; then :
7479 ac_cv_lib_socket_bind=yes
7480else
7481 ac_cv_lib_socket_bind=no
7482fi
7483rm -f core conftest.err conftest.$ac_objext \
7484 conftest$ac_exeext conftest.$ac_ext
7485LIBS=$ac_check_lib_save_LIBS
7486fi
7487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7488$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7489if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7490 cat >>confdefs.h <<_ACEOF
7491#define HAVE_LIBSOCKET 1
7492_ACEOF
7493
7494 LIBS="-lsocket $LIBS"
7495
7496fi
7497
7498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7499$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7500if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7501 $as_echo_n "(cached) " >&6
7502else
7503 ac_check_lib_save_LIBS=$LIBS
7504LIBS="-lnsl $LIBS"
7505cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7506/* end confdefs.h. */
7507
7508/* Override any GCC internal prototype to avoid an error.
7509 Use char because int might match the return type of a GCC
7510 builtin and then its argument prototype would still apply. */
7511#ifdef __cplusplus
7512extern "C"
7513#endif
7514char gethostbyname ();
7515int
7516main ()
7517{
7518return gethostbyname ();
7519 ;
7520 return 0;
7521}
7522_ACEOF
7523if ac_fn_c_try_link "$LINENO"; then :
7524 ac_cv_lib_nsl_gethostbyname=yes
7525else
7526 ac_cv_lib_nsl_gethostbyname=no
7527fi
7528rm -f core conftest.err conftest.$ac_objext \
7529 conftest$ac_exeext conftest.$ac_ext
7530LIBS=$ac_check_lib_save_LIBS
7531fi
7532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7533$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7534if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7535 cat >>confdefs.h <<_ACEOF
7536#define HAVE_LIBNSL 1
7537_ACEOF
7538
7539 LIBS="-lnsl $LIBS"
7540
7541fi
7542
7543
7544# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7545# using the same condition.
7546
aadc9410 7547 # Use the system's zlib library.
7fed4b0b
L
7548 zlibdir="-L\$(top_builddir)/../zlib"
7549 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7550
aadc9410
MF
7551# Check whether --with-system-zlib was given.
7552if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7553 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7554 zlibdir=
7555 zlibinc=
7556 fi
6bb11ab3
L
7557
7558fi
7559
6bb11ab3 7560
6bb11ab3 7561
6bb11ab3
L
7562
7563
7564# BFD uses libdl when when plugins enabled.
7565
faa743bb
RM
7566 maybe_plugins=no
7567 for ac_header in dlfcn.h
7568do :
7569 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7570"
d0ac1c44 7571if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7572 cat >>confdefs.h <<_ACEOF
7573#define HAVE_DLFCN_H 1
7574_ACEOF
7575 maybe_plugins=yes
7576fi
7577
7578done
7579
7580 for ac_header in windows.h
7581do :
7582 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7583"
d0ac1c44 7584if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7585 cat >>confdefs.h <<_ACEOF
7586#define HAVE_WINDOWS_H 1
7587_ACEOF
7588 maybe_plugins=yes
7589fi
7590
7591done
7592
7593
7594 # Check whether --enable-plugins was given.
6bb11ab3
L
7595if test "${enable_plugins+set}" = set; then :
7596 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7597 no) plugins=no ;;
7598 *) plugins=yes
7599 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7600 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7601 fi ;;
7602 esac
6bb11ab3 7603else
faa743bb
RM
7604 plugins=$maybe_plugins
7605
6bb11ab3
L
7606fi
7607
2974be62 7608 if test "$plugins" = "yes"; then
37f980dc
SM
7609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7610$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7611if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7612 $as_echo_n "(cached) " >&6
7613else
7614 ac_func_search_save_LIBS=$LIBS
7615cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7616/* end confdefs.h. */
7617
7618/* Override any GCC internal prototype to avoid an error.
7619 Use char because int might match the return type of a GCC
7620 builtin and then its argument prototype would still apply. */
7621#ifdef __cplusplus
7622extern "C"
7623#endif
37f980dc 7624char dlsym ();
2974be62
AM
7625int
7626main ()
7627{
37f980dc 7628return dlsym ();
2974be62
AM
7629 ;
7630 return 0;
7631}
7632_ACEOF
7633for ac_lib in '' dl; do
7634 if test -z "$ac_lib"; then
7635 ac_res="none required"
7636 else
7637 ac_res=-l$ac_lib
7638 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7639 fi
7640 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7641 ac_cv_search_dlsym=$ac_res
2974be62
AM
7642fi
7643rm -f core conftest.err conftest.$ac_objext \
7644 conftest$ac_exeext
d0ac1c44 7645 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7646 break
7647fi
7648done
d0ac1c44 7649if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7650
7651else
37f980dc 7652 ac_cv_search_dlsym=no
2974be62
AM
7653fi
7654rm conftest.$ac_ext
7655LIBS=$ac_func_search_save_LIBS
7656fi
37f980dc
SM
7657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7658$as_echo "$ac_cv_search_dlsym" >&6; }
7659ac_res=$ac_cv_search_dlsym
2974be62
AM
7660if test "$ac_res" != no; then :
7661 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7662
7663fi
7664
7665 fi
6bb11ab3
L
7666
7667 if test "$plugins" = yes; then
7668 PLUGINS_TRUE=
7669 PLUGINS_FALSE='#'
7670else
7671 PLUGINS_TRUE='#'
7672 PLUGINS_FALSE=
7673fi
7674
7675
7676
7677
7678
7679# Set options
7680enable_dlopen=yes
7681
7682
7683
7684
7685 enable_win32_dll=no
7686
7687
7688 # Check whether --enable-shared was given.
7689if test "${enable_shared+set}" = set; then :
7690 enableval=$enable_shared; p=${PACKAGE-default}
7691 case $enableval in
7692 yes) enable_shared=yes ;;
7693 no) enable_shared=no ;;
7694 *)
7695 enable_shared=no
7696 # Look at the argument we got. We use all the common list separators.
7697 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7698 for pkg in $enableval; do
7699 IFS="$lt_save_ifs"
7700 if test "X$pkg" = "X$p"; then
7701 enable_shared=yes
7702 fi
7703 done
7704 IFS="$lt_save_ifs"
7705 ;;
7706 esac
7707else
7708 enable_shared=yes
7709fi
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719 # Check whether --enable-static was given.
7720if test "${enable_static+set}" = set; then :
7721 enableval=$enable_static; p=${PACKAGE-default}
7722 case $enableval in
7723 yes) enable_static=yes ;;
7724 no) enable_static=no ;;
7725 *)
7726 enable_static=no
7727 # Look at the argument we got. We use all the common list separators.
7728 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7729 for pkg in $enableval; do
7730 IFS="$lt_save_ifs"
7731 if test "X$pkg" = "X$p"; then
7732 enable_static=yes
7733 fi
7734 done
7735 IFS="$lt_save_ifs"
7736 ;;
7737 esac
7738else
7739 enable_static=yes
7740fi
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751# Check whether --with-pic was given.
7752if test "${with_pic+set}" = set; then :
7753 withval=$with_pic; pic_mode="$withval"
7754else
7755 pic_mode=default
7756fi
7757
7758
7759test -z "$pic_mode" && pic_mode=default
7760
7761
7762
7763
7764
7765
7766
7767 # Check whether --enable-fast-install was given.
7768if test "${enable_fast_install+set}" = set; then :
7769 enableval=$enable_fast_install; p=${PACKAGE-default}
7770 case $enableval in
7771 yes) enable_fast_install=yes ;;
7772 no) enable_fast_install=no ;;
7773 *)
7774 enable_fast_install=no
7775 # Look at the argument we got. We use all the common list separators.
7776 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7777 for pkg in $enableval; do
7778 IFS="$lt_save_ifs"
7779 if test "X$pkg" = "X$p"; then
7780 enable_fast_install=yes
7781 fi
7782 done
7783 IFS="$lt_save_ifs"
7784 ;;
7785 esac
7786else
7787 enable_fast_install=yes
7788fi
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800# This can be used to rebuild libtool when needed
7801LIBTOOL_DEPS="$ltmain"
7802
7803# Always use our own libtool.
7804LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831test -z "$LN_S" && LN_S="ln -s"
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846if test -n "${ZSH_VERSION+set}" ; then
7847 setopt NO_GLOB_SUBST
7848fi
7849
7850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7851$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7852if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7853 $as_echo_n "(cached) " >&6
7854else
7855 rm -f .libs 2>/dev/null
7856mkdir .libs 2>/dev/null
7857if test -d .libs; then
7858 lt_cv_objdir=.libs
7859else
7860 # MS-DOS does not allow filenames that begin with a dot.
7861 lt_cv_objdir=_libs
b7026657 7862fi
6bb11ab3
L
7863rmdir .libs 2>/dev/null
7864fi
7865{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7866$as_echo "$lt_cv_objdir" >&6; }
7867objdir=$lt_cv_objdir
b7026657 7868
6bb11ab3
L
7869
7870
7871
7872
7873cat >>confdefs.h <<_ACEOF
7874#define LT_OBJDIR "$lt_cv_objdir/"
7875_ACEOF
7876
7877
7878
7879
7880case $host_os in
7881aix3*)
7882 # AIX sometimes has problems with the GCC collect2 program. For some
7883 # reason, if we set the COLLECT_NAMES environment variable, the problems
7884 # vanish in a puff of smoke.
7885 if test "X${COLLECT_NAMES+set}" != Xset; then
7886 COLLECT_NAMES=
7887 export COLLECT_NAMES
7888 fi
7889 ;;
81ecdfbb 7890esac
6bb11ab3
L
7891
7892# Global variables:
7893ofile=libtool
7894can_build_shared=yes
7895
7896# All known linkers require a `.a' archive for static linking (except MSVC,
7897# which needs '.lib').
7898libext=a
7899
7900with_gnu_ld="$lt_cv_prog_gnu_ld"
7901
7902old_CC="$CC"
7903old_CFLAGS="$CFLAGS"
7904
7905# Set sane defaults for various variables
7906test -z "$CC" && CC=cc
7907test -z "$LTCC" && LTCC=$CC
7908test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7909test -z "$LD" && LD=ld
7910test -z "$ac_objext" && ac_objext=o
7911
7912for cc_temp in $compiler""; do
7913 case $cc_temp in
7914 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7915 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7916 \-*) ;;
7917 *) break;;
7918 esac
7919done
7920cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7921
7922
7923# Only perform the check for file, if the check method requires it
7924test -z "$MAGIC_CMD" && MAGIC_CMD=file
7925case $deplibs_check_method in
7926file_magic*)
7927 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7929$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7930if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7931 $as_echo_n "(cached) " >&6
7932else
7933 case $MAGIC_CMD in
7934[\\/*] | ?:[\\/]*)
7935 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7936 ;;
7937*)
7938 lt_save_MAGIC_CMD="$MAGIC_CMD"
7939 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7940 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7941 for ac_dir in $ac_dummy; do
7942 IFS="$lt_save_ifs"
7943 test -z "$ac_dir" && ac_dir=.
7944 if test -f $ac_dir/${ac_tool_prefix}file; then
7945 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7946 if test -n "$file_magic_test_file"; then
7947 case $deplibs_check_method in
7948 "file_magic "*)
7949 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7950 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7951 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7952 $EGREP "$file_magic_regex" > /dev/null; then
7953 :
7954 else
7955 cat <<_LT_EOF 1>&2
7956
7957*** Warning: the command libtool uses to detect shared libraries,
7958*** $file_magic_cmd, produces output that libtool cannot recognize.
7959*** The result is that libtool may fail to recognize shared libraries
7960*** as such. This will affect the creation of libtool libraries that
7961*** depend on shared libraries, but programs linked with such libtool
7962*** libraries will work regardless of this problem. Nevertheless, you
7963*** may want to report the problem to your system manager and/or to
7964*** bug-libtool@gnu.org
7965
7966_LT_EOF
7967 fi ;;
7968 esac
7969 fi
7970 break
f0569246 7971 fi
6bb11ab3
L
7972 done
7973 IFS="$lt_save_ifs"
7974 MAGIC_CMD="$lt_save_MAGIC_CMD"
7975 ;;
7976esac
f0569246 7977fi
f0569246 7978
6bb11ab3
L
7979MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7980if test -n "$MAGIC_CMD"; then
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7982$as_echo "$MAGIC_CMD" >&6; }
7983else
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7985$as_echo "no" >&6; }
7986fi
81ecdfbb 7987
6bb11ab3
L
7988
7989
7990
7991
7992if test -z "$lt_cv_path_MAGIC_CMD"; then
7993 if test -n "$ac_tool_prefix"; then
7994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7995$as_echo_n "checking for file... " >&6; }
d0ac1c44 7996if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7997 $as_echo_n "(cached) " >&6
7998else
7999 case $MAGIC_CMD in
8000[\\/*] | ?:[\\/]*)
8001 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8002 ;;
8003*)
8004 lt_save_MAGIC_CMD="$MAGIC_CMD"
8005 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8006 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8007 for ac_dir in $ac_dummy; do
8008 IFS="$lt_save_ifs"
8009 test -z "$ac_dir" && ac_dir=.
8010 if test -f $ac_dir/file; then
8011 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8012 if test -n "$file_magic_test_file"; then
8013 case $deplibs_check_method in
8014 "file_magic "*)
8015 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8016 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8017 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8018 $EGREP "$file_magic_regex" > /dev/null; then
8019 :
8020 else
8021 cat <<_LT_EOF 1>&2
8022
8023*** Warning: the command libtool uses to detect shared libraries,
8024*** $file_magic_cmd, produces output that libtool cannot recognize.
8025*** The result is that libtool may fail to recognize shared libraries
8026*** as such. This will affect the creation of libtool libraries that
8027*** depend on shared libraries, but programs linked with such libtool
8028*** libraries will work regardless of this problem. Nevertheless, you
8029*** may want to report the problem to your system manager and/or to
8030*** bug-libtool@gnu.org
8031
8032_LT_EOF
8033 fi ;;
8034 esac
8035 fi
8036 break
8037 fi
8038 done
8039 IFS="$lt_save_ifs"
8040 MAGIC_CMD="$lt_save_MAGIC_CMD"
8041 ;;
81ecdfbb 8042esac
6bb11ab3
L
8043fi
8044
8045MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8046if test -n "$MAGIC_CMD"; then
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8048$as_echo "$MAGIC_CMD" >&6; }
8049else
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8051$as_echo "no" >&6; }
8052fi
8053
8054
8055 else
8056 MAGIC_CMD=:
8057 fi
8058fi
8059
8060 fi
8061 ;;
8062esac
8063
8064# Use C for the default configuration in the libtool script
8065
8066lt_save_CC="$CC"
8067ac_ext=c
8068ac_cpp='$CPP $CPPFLAGS'
8069ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8070ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8071ac_compiler_gnu=$ac_cv_c_compiler_gnu
8072
8073
8074# Source file extension for C test sources.
8075ac_ext=c
8076
8077# Object file extension for compiled C test sources.
8078objext=o
8079objext=$objext
8080
8081# Code to be used in simple compile tests
8082lt_simple_compile_test_code="int some_variable = 0;"
8083
8084# Code to be used in simple link tests
8085lt_simple_link_test_code='int main(){return(0);}'
8086
8087
8088
8089
8090
8091
8092
8093# If no C compiler was specified, use CC.
8094LTCC=${LTCC-"$CC"}
8095
8096# If no C compiler flags were specified, use CFLAGS.
8097LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8098
8099# Allow CC to be a program name with arguments.
8100compiler=$CC
8101
8102# Save the default compiler, since it gets overwritten when the other
8103# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8104compiler_DEFAULT=$CC
8105
8106# save warnings/boilerplate of simple test code
8107ac_outfile=conftest.$ac_objext
8108echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8109eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8110_lt_compiler_boilerplate=`cat conftest.err`
8111$RM conftest*
8112
8113ac_outfile=conftest.$ac_objext
8114echo "$lt_simple_link_test_code" >conftest.$ac_ext
8115eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8116_lt_linker_boilerplate=`cat conftest.err`
8117$RM -r conftest*
8118
8119
8120## CAVEAT EMPTOR:
8121## There is no encapsulation within the following macros, do not change
8122## the running order or otherwise move them around unless you know exactly
8123## what you are doing...
8124if test -n "$compiler"; then
8125
8126lt_prog_compiler_no_builtin_flag=
8127
8128if test "$GCC" = yes; then
8129 case $cc_basename in
8130 nvcc*)
8131 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8132 *)
8133 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8134 esac
6bb11ab3
L
8135
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8137$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8138if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8139 $as_echo_n "(cached) " >&6
f0569246 8140else
6bb11ab3
L
8141 lt_cv_prog_compiler_rtti_exceptions=no
8142 ac_outfile=conftest.$ac_objext
8143 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8144 lt_compiler_flag="-fno-rtti -fno-exceptions"
8145 # Insert the option either (1) after the last *FLAGS variable, or
8146 # (2) before a word containing "conftest.", or (3) at the end.
8147 # Note that $ac_compile itself does not contain backslashes and begins
8148 # with a dollar sign (not a hyphen), so the echo should work correctly.
8149 # The option is referenced via a variable to avoid confusing sed.
8150 lt_compile=`echo "$ac_compile" | $SED \
8151 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8152 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8153 -e 's:$: $lt_compiler_flag:'`
8154 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8155 (eval "$lt_compile" 2>conftest.err)
8156 ac_status=$?
8157 cat conftest.err >&5
8158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8159 if (exit $ac_status) && test -s "$ac_outfile"; then
8160 # The compiler can only warn and ignore the option if not recognized
8161 # So say no if there are warnings other than the usual output.
8162 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8163 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8164 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8165 lt_cv_prog_compiler_rtti_exceptions=yes
8166 fi
8167 fi
8168 $RM conftest*
8169
f0569246 8170fi
6bb11ab3
L
8171{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8172$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8173
8174if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8175 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8176else
8177 :
8178fi
8179
8180fi
8181
8182
8183
8184
8185
8186
8187 lt_prog_compiler_wl=
8188lt_prog_compiler_pic=
8189lt_prog_compiler_static=
8190
8191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8192$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8193
8194 if test "$GCC" = yes; then
8195 lt_prog_compiler_wl='-Wl,'
8196 lt_prog_compiler_static='-static'
8197
8198 case $host_os in
8199 aix*)
8200 # All AIX code is PIC.
8201 if test "$host_cpu" = ia64; then
8202 # AIX 5 now supports IA64 processor
8203 lt_prog_compiler_static='-Bstatic'
8204 fi
8205 lt_prog_compiler_pic='-fPIC'
8206 ;;
8207
8208 amigaos*)
8209 case $host_cpu in
8210 powerpc)
8211 # see comment about AmigaOS4 .so support
8212 lt_prog_compiler_pic='-fPIC'
8213 ;;
8214 m68k)
8215 # FIXME: we need at least 68020 code to build shared libraries, but
8216 # adding the `-m68020' flag to GCC prevents building anything better,
8217 # like `-m68040'.
8218 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8219 ;;
8220 esac
8221 ;;
8222
8223 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8224 # PIC is the default for these OSes.
8225 ;;
8226
8227 mingw* | cygwin* | pw32* | os2* | cegcc*)
8228 # This hack is so that the source file can tell whether it is being
8229 # built for inclusion in a dll (and should export symbols for example).
8230 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8231 # (--disable-auto-import) libraries
8232 lt_prog_compiler_pic='-DDLL_EXPORT'
8233 ;;
8234
8235 darwin* | rhapsody*)
8236 # PIC is the default on this platform
8237 # Common symbols not allowed in MH_DYLIB files
8238 lt_prog_compiler_pic='-fno-common'
8239 ;;
8240
8241 haiku*)
8242 # PIC is the default for Haiku.
8243 # The "-static" flag exists, but is broken.
8244 lt_prog_compiler_static=
8245 ;;
8246
8247 hpux*)
8248 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8249 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8250 # sets the default TLS model and affects inlining.
8251 case $host_cpu in
8252 hppa*64*)
8253 # +Z the default
8254 ;;
8255 *)
8256 lt_prog_compiler_pic='-fPIC'
8257 ;;
8258 esac
8259 ;;
8260
8261 interix[3-9]*)
8262 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8263 # Instead, we relocate shared libraries at runtime.
8264 ;;
8265
8266 msdosdjgpp*)
8267 # Just because we use GCC doesn't mean we suddenly get shared libraries
8268 # on systems that don't support them.
8269 lt_prog_compiler_can_build_shared=no
8270 enable_shared=no
8271 ;;
8272
8273 *nto* | *qnx*)
8274 # QNX uses GNU C++, but need to define -shared option too, otherwise
8275 # it will coredump.
8276 lt_prog_compiler_pic='-fPIC -shared'
8277 ;;
8278
8279 sysv4*MP*)
8280 if test -d /usr/nec; then
8281 lt_prog_compiler_pic=-Kconform_pic
8282 fi
8283 ;;
8284
8285 *)
8286 lt_prog_compiler_pic='-fPIC'
8287 ;;
8288 esac
8289
8290 case $cc_basename in
8291 nvcc*) # Cuda Compiler Driver 2.2
8292 lt_prog_compiler_wl='-Xlinker '
8293 lt_prog_compiler_pic='-Xcompiler -fPIC'
8294 ;;
8295 esac
8296 else
8297 # PORTME Check for flag to pass linker flags through the system compiler.
8298 case $host_os in
8299 aix*)
8300 lt_prog_compiler_wl='-Wl,'
8301 if test "$host_cpu" = ia64; then
8302 # AIX 5 now supports IA64 processor
8303 lt_prog_compiler_static='-Bstatic'
8304 else
8305 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8306 fi
8307 ;;
8308
8309 mingw* | cygwin* | pw32* | os2* | cegcc*)
8310 # This hack is so that the source file can tell whether it is being
8311 # built for inclusion in a dll (and should export symbols for example).
8312 lt_prog_compiler_pic='-DDLL_EXPORT'
8313 ;;
8314
8315 hpux9* | hpux10* | hpux11*)
8316 lt_prog_compiler_wl='-Wl,'
8317 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8318 # not for PA HP-UX.
8319 case $host_cpu in
8320 hppa*64*|ia64*)
8321 # +Z the default
8322 ;;
8323 *)
8324 lt_prog_compiler_pic='+Z'
8325 ;;
8326 esac
8327 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8328 lt_prog_compiler_static='${wl}-a ${wl}archive'
8329 ;;
8330
8331 irix5* | irix6* | nonstopux*)
8332 lt_prog_compiler_wl='-Wl,'
8333 # PIC (with -KPIC) is the default.
8334 lt_prog_compiler_static='-non_shared'
8335 ;;
8336
8337 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8338 case $cc_basename in
8339 # old Intel for x86_64 which still supported -KPIC.
8340 ecc*)
8341 lt_prog_compiler_wl='-Wl,'
8342 lt_prog_compiler_pic='-KPIC'
8343 lt_prog_compiler_static='-static'
8344 ;;
8345 # icc used to be incompatible with GCC.
8346 # ICC 10 doesn't accept -KPIC any more.
8347 icc* | ifort*)
8348 lt_prog_compiler_wl='-Wl,'
8349 lt_prog_compiler_pic='-fPIC'
8350 lt_prog_compiler_static='-static'
8351 ;;
8352 # Lahey Fortran 8.1.
8353 lf95*)
8354 lt_prog_compiler_wl='-Wl,'
8355 lt_prog_compiler_pic='--shared'
8356 lt_prog_compiler_static='--static'
8357 ;;
8358 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8359 # Portland Group compilers (*not* the Pentium gcc compiler,
8360 # which looks to be a dead project)
8361 lt_prog_compiler_wl='-Wl,'
8362 lt_prog_compiler_pic='-fpic'
8363 lt_prog_compiler_static='-Bstatic'
8364 ;;
8365 ccc*)
8366 lt_prog_compiler_wl='-Wl,'
8367 # All Alpha code is PIC.
8368 lt_prog_compiler_static='-non_shared'
8369 ;;
8370 xl* | bgxl* | bgf* | mpixl*)
8371 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8372 lt_prog_compiler_wl='-Wl,'
8373 lt_prog_compiler_pic='-qpic'
8374 lt_prog_compiler_static='-qstaticlink'
8375 ;;
8376 *)
8377 case `$CC -V 2>&1 | sed 5q` in
8378 *Sun\ F* | *Sun*Fortran*)
8379 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8380 lt_prog_compiler_pic='-KPIC'
8381 lt_prog_compiler_static='-Bstatic'
8382 lt_prog_compiler_wl=''
8383 ;;
8384 *Sun\ C*)
8385 # Sun C 5.9
8386 lt_prog_compiler_pic='-KPIC'
8387 lt_prog_compiler_static='-Bstatic'
8388 lt_prog_compiler_wl='-Wl,'
8389 ;;
8390 esac
8391 ;;
8392 esac
8393 ;;
8394
8395 newsos6)
8396 lt_prog_compiler_pic='-KPIC'
8397 lt_prog_compiler_static='-Bstatic'
8398 ;;
8399
8400 *nto* | *qnx*)
8401 # QNX uses GNU C++, but need to define -shared option too, otherwise
8402 # it will coredump.
8403 lt_prog_compiler_pic='-fPIC -shared'
8404 ;;
8405
8406 osf3* | osf4* | osf5*)
8407 lt_prog_compiler_wl='-Wl,'
8408 # All OSF/1 code is PIC.
8409 lt_prog_compiler_static='-non_shared'
8410 ;;
8411
8412 rdos*)
8413 lt_prog_compiler_static='-non_shared'
8414 ;;
8415
8416 solaris*)
8417 lt_prog_compiler_pic='-KPIC'
8418 lt_prog_compiler_static='-Bstatic'
8419 case $cc_basename in
8420 f77* | f90* | f95*)
8421 lt_prog_compiler_wl='-Qoption ld ';;
8422 *)
8423 lt_prog_compiler_wl='-Wl,';;
8424 esac
8425 ;;
f0569246 8426
6bb11ab3
L
8427 sunos4*)
8428 lt_prog_compiler_wl='-Qoption ld '
8429 lt_prog_compiler_pic='-PIC'
8430 lt_prog_compiler_static='-Bstatic'
8431 ;;
f0569246 8432
6bb11ab3
L
8433 sysv4 | sysv4.2uw2* | sysv4.3*)
8434 lt_prog_compiler_wl='-Wl,'
8435 lt_prog_compiler_pic='-KPIC'
8436 lt_prog_compiler_static='-Bstatic'
8437 ;;
f0569246 8438
6bb11ab3
L
8439 sysv4*MP*)
8440 if test -d /usr/nec ;then
8441 lt_prog_compiler_pic='-Kconform_pic'
8442 lt_prog_compiler_static='-Bstatic'
8443 fi
8444 ;;
8445
8446 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8447 lt_prog_compiler_wl='-Wl,'
8448 lt_prog_compiler_pic='-KPIC'
8449 lt_prog_compiler_static='-Bstatic'
8450 ;;
8451
8452 unicos*)
8453 lt_prog_compiler_wl='-Wl,'
8454 lt_prog_compiler_can_build_shared=no
8455 ;;
8456
8457 uts4*)
8458 lt_prog_compiler_pic='-pic'
8459 lt_prog_compiler_static='-Bstatic'
8460 ;;
8461
8462 *)
8463 lt_prog_compiler_can_build_shared=no
8464 ;;
8465 esac
8466 fi
8467
8468case $host_os in
8469 # For platforms which do not support PIC, -DPIC is meaningless:
8470 *djgpp*)
8471 lt_prog_compiler_pic=
8472 ;;
8473 *)
8474 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8475 ;;
81ecdfbb 8476esac
6bb11ab3
L
8477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8478$as_echo "$lt_prog_compiler_pic" >&6; }
8479
8480
8481
8482
8483
8484
8485#
8486# Check to make sure the PIC flag actually works.
8487#
8488if test -n "$lt_prog_compiler_pic"; then
8489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8490$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8491if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8492 $as_echo_n "(cached) " >&6
b7026657 8493else
6bb11ab3
L
8494 lt_cv_prog_compiler_pic_works=no
8495 ac_outfile=conftest.$ac_objext
8496 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8497 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8498 # Insert the option either (1) after the last *FLAGS variable, or
8499 # (2) before a word containing "conftest.", or (3) at the end.
8500 # Note that $ac_compile itself does not contain backslashes and begins
8501 # with a dollar sign (not a hyphen), so the echo should work correctly.
8502 # The option is referenced via a variable to avoid confusing sed.
8503 lt_compile=`echo "$ac_compile" | $SED \
8504 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8505 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8506 -e 's:$: $lt_compiler_flag:'`
8507 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8508 (eval "$lt_compile" 2>conftest.err)
8509 ac_status=$?
8510 cat conftest.err >&5
8511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8512 if (exit $ac_status) && test -s "$ac_outfile"; then
8513 # The compiler can only warn and ignore the option if not recognized
8514 # So say no if there are warnings other than the usual output.
8515 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8516 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8517 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8518 lt_cv_prog_compiler_pic_works=yes
8519 fi
8520 fi
8521 $RM conftest*
b7026657 8522
b7026657 8523fi
6bb11ab3
L
8524{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8525$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8526
8527if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8528 case $lt_prog_compiler_pic in
8529 "" | " "*) ;;
8530 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8531 esac
8532else
8533 lt_prog_compiler_pic=
8534 lt_prog_compiler_can_build_shared=no
f0569246 8535fi
6bb11ab3
L
8536
8537fi
8538
8539
8540
8541
8542
8543
8544#
8545# Check to make sure the static flag actually works.
8546#
8547wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8549$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8550if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8551 $as_echo_n "(cached) " >&6
f0569246 8552else
6bb11ab3
L
8553 lt_cv_prog_compiler_static_works=no
8554 save_LDFLAGS="$LDFLAGS"
8555 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8556 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8557 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8558 # The linker can only warn and ignore the option if not recognized
8559 # So say no if there are warnings
8560 if test -s conftest.err; then
8561 # Append any errors to the config.log.
8562 cat conftest.err 1>&5
8563 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8564 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8565 if diff conftest.exp conftest.er2 >/dev/null; then
8566 lt_cv_prog_compiler_static_works=yes
8567 fi
8568 else
8569 lt_cv_prog_compiler_static_works=yes
8570 fi
8571 fi
8572 $RM -r conftest*
8573 LDFLAGS="$save_LDFLAGS"
f0569246 8574
6bb11ab3
L
8575fi
8576{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8577$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8578
6bb11ab3
L
8579if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8580 :
b7026657 8581else
6bb11ab3 8582 lt_prog_compiler_static=
b7026657 8583fi
f0569246 8584
6bb11ab3
L
8585
8586
8587
8588
8589
8590
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8592$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8593if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8594 $as_echo_n "(cached) " >&6
81ecdfbb 8595else
6bb11ab3
L
8596 lt_cv_prog_compiler_c_o=no
8597 $RM -r conftest 2>/dev/null
8598 mkdir conftest
8599 cd conftest
8600 mkdir out
8601 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8602
8603 lt_compiler_flag="-o out/conftest2.$ac_objext"
8604 # Insert the option either (1) after the last *FLAGS variable, or
8605 # (2) before a word containing "conftest.", or (3) at the end.
8606 # Note that $ac_compile itself does not contain backslashes and begins
8607 # with a dollar sign (not a hyphen), so the echo should work correctly.
8608 lt_compile=`echo "$ac_compile" | $SED \
8609 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8610 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8611 -e 's:$: $lt_compiler_flag:'`
8612 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8613 (eval "$lt_compile" 2>out/conftest.err)
8614 ac_status=$?
8615 cat out/conftest.err >&5
8616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8617 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8618 then
8619 # The compiler can only warn and ignore the option if not recognized
8620 # So say no if there are warnings
8621 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8622 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8623 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8624 lt_cv_prog_compiler_c_o=yes
8625 fi
8626 fi
8627 chmod u+w . 2>&5
8628 $RM conftest*
8629 # SGI C++ compiler will create directory out/ii_files/ for
8630 # template instantiation
8631 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8632 $RM out/* && rmdir out
8633 cd ..
8634 $RM -r conftest
8635 $RM conftest*
8636
81ecdfbb 8637fi
6bb11ab3
L
8638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8639$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8640
8641
8642
8643
8644
8645
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8647$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8648if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8649 $as_echo_n "(cached) " >&6
8650else
6bb11ab3
L
8651 lt_cv_prog_compiler_c_o=no
8652 $RM -r conftest 2>/dev/null
8653 mkdir conftest
8654 cd conftest
8655 mkdir out
8656 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8657
8658 lt_compiler_flag="-o out/conftest2.$ac_objext"
8659 # Insert the option either (1) after the last *FLAGS variable, or
8660 # (2) before a word containing "conftest.", or (3) at the end.
8661 # Note that $ac_compile itself does not contain backslashes and begins
8662 # with a dollar sign (not a hyphen), so the echo should work correctly.
8663 lt_compile=`echo "$ac_compile" | $SED \
8664 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8665 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8666 -e 's:$: $lt_compiler_flag:'`
8667 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8668 (eval "$lt_compile" 2>out/conftest.err)
8669 ac_status=$?
8670 cat out/conftest.err >&5
8671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8673 then
8674 # The compiler can only warn and ignore the option if not recognized
8675 # So say no if there are warnings
8676 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8677 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8678 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8679 lt_cv_prog_compiler_c_o=yes
8680 fi
8681 fi
8682 chmod u+w . 2>&5
8683 $RM conftest*
8684 # SGI C++ compiler will create directory out/ii_files/ for
8685 # template instantiation
8686 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8687 $RM out/* && rmdir out
8688 cd ..
8689 $RM -r conftest
8690 $RM conftest*
8691
8692fi
8693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8694$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8695
8696
8697
8698
8699hard_links="nottested"
8700if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8701 # do not overwrite the value of need_locks provided by the user
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8703$as_echo_n "checking if we can lock with hard links... " >&6; }
8704 hard_links=yes
8705 $RM conftest*
8706 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8707 touch conftest.a
8708 ln conftest.a conftest.b 2>&5 || hard_links=no
8709 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8711$as_echo "$hard_links" >&6; }
8712 if test "$hard_links" = no; then
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8714$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8715 need_locks=warn
8716 fi
8717else
8718 need_locks=no
8719fi
8720
8721
8722
8723
8724
8725
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8727$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8728
8729 runpath_var=
8730 allow_undefined_flag=
8731 always_export_symbols=no
8732 archive_cmds=
8733 archive_expsym_cmds=
8734 compiler_needs_object=no
8735 enable_shared_with_static_runtimes=no
8736 export_dynamic_flag_spec=
8737 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8738 hardcode_automatic=no
8739 hardcode_direct=no
8740 hardcode_direct_absolute=no
8741 hardcode_libdir_flag_spec=
8742 hardcode_libdir_flag_spec_ld=
8743 hardcode_libdir_separator=
8744 hardcode_minus_L=no
8745 hardcode_shlibpath_var=unsupported
8746 inherit_rpath=no
8747 link_all_deplibs=unknown
8748 module_cmds=
8749 module_expsym_cmds=
8750 old_archive_from_new_cmds=
8751 old_archive_from_expsyms_cmds=
8752 thread_safe_flag_spec=
8753 whole_archive_flag_spec=
8754 # include_expsyms should be a list of space-separated symbols to be *always*
8755 # included in the symbol list
8756 include_expsyms=
8757 # exclude_expsyms can be an extended regexp of symbols to exclude
8758 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8759 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8760 # as well as any symbol that contains `d'.
8761 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8762 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8763 # platforms (ab)use it in PIC code, but their linkers get confused if
8764 # the symbol is explicitly referenced. Since portable code cannot
8765 # rely on this symbol name, it's probably fine to never include it in
8766 # preloaded symbol tables.
8767 # Exclude shared library initialization/finalization symbols.
8768 extract_expsyms_cmds=
8769
8770 case $host_os in
8771 cygwin* | mingw* | pw32* | cegcc*)
8772 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8773 # When not using gcc, we currently assume that we are using
8774 # Microsoft Visual C++.
8775 if test "$GCC" != yes; then
8776 with_gnu_ld=no
8777 fi
8778 ;;
8779 interix*)
8780 # we just hope/assume this is gcc and not c89 (= MSVC++)
8781 with_gnu_ld=yes
8782 ;;
8783 openbsd*)
8784 with_gnu_ld=no
8785 ;;
8786 esac
f0569246 8787
6bb11ab3
L
8788 ld_shlibs=yes
8789
8790 # On some targets, GNU ld is compatible enough with the native linker
8791 # that we're better off using the native interface for both.
8792 lt_use_gnu_ld_interface=no
8793 if test "$with_gnu_ld" = yes; then
8794 case $host_os in
8795 aix*)
8796 # The AIX port of GNU ld has always aspired to compatibility
8797 # with the native linker. However, as the warning in the GNU ld
8798 # block says, versions before 2.19.5* couldn't really create working
8799 # shared libraries, regardless of the interface used.
8800 case `$LD -v 2>&1` in
8801 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8802 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8803 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8804 *)
8805 lt_use_gnu_ld_interface=yes
8806 ;;
8807 esac
8808 ;;
8809 *)
8810 lt_use_gnu_ld_interface=yes
8811 ;;
8812 esac
8813 fi
f0569246 8814
6bb11ab3
L
8815 if test "$lt_use_gnu_ld_interface" = yes; then
8816 # If archive_cmds runs LD, not CC, wlarc should be empty
8817 wlarc='${wl}'
8818
8819 # Set some defaults for GNU ld with shared library support. These
8820 # are reset later if shared libraries are not supported. Putting them
8821 # here allows them to be overridden if necessary.
8822 runpath_var=LD_RUN_PATH
8823 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8824 export_dynamic_flag_spec='${wl}--export-dynamic'
8825 # ancient GNU ld didn't support --whole-archive et. al.
8826 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8827 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8828 else
8829 whole_archive_flag_spec=
8830 fi
8831 supports_anon_versioning=no
8832 case `$LD -v 2>&1` in
8833 *GNU\ gold*) supports_anon_versioning=yes ;;
8834 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8835 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8836 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8837 *\ 2.11.*) ;; # other 2.11 versions
8838 *) supports_anon_versioning=yes ;;
8839 esac
8840
8841 # See if GNU ld supports shared libraries.
8842 case $host_os in
8843 aix[3-9]*)
8844 # On AIX/PPC, the GNU linker is very broken
8845 if test "$host_cpu" != ia64; then
8846 ld_shlibs=no
8847 cat <<_LT_EOF 1>&2
8848
8849*** Warning: the GNU linker, at least up to release 2.19, is reported
8850*** to be unable to reliably create shared libraries on AIX.
8851*** Therefore, libtool is disabling shared libraries support. If you
8852*** really care for shared libraries, you may want to install binutils
8853*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8854*** You will then need to restart the configuration process.
8855
8856_LT_EOF
8857 fi
8858 ;;
8859
8860 amigaos*)
8861 case $host_cpu in
8862 powerpc)
8863 # see comment about AmigaOS4 .so support
8864 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8865 archive_expsym_cmds=''
8866 ;;
8867 m68k)
8868 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)'
8869 hardcode_libdir_flag_spec='-L$libdir'
8870 hardcode_minus_L=yes
8871 ;;
8872 esac
8873 ;;
8874
8875 beos*)
8876 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8877 allow_undefined_flag=unsupported
8878 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8879 # support --undefined. This deserves some investigation. FIXME
8880 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8881 else
8882 ld_shlibs=no
8883 fi
8884 ;;
8885
8886 cygwin* | mingw* | pw32* | cegcc*)
8887 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8888 # as there is no search path for DLLs.
8889 hardcode_libdir_flag_spec='-L$libdir'
8890 export_dynamic_flag_spec='${wl}--export-all-symbols'
8891 allow_undefined_flag=unsupported
8892 always_export_symbols=no
8893 enable_shared_with_static_runtimes=yes
8894 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8895
8896 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8897 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8898 # If the export-symbols file already is a .def file (1st line
8899 # is EXPORTS), use it as is; otherwise, prepend...
8900 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8901 cp $export_symbols $output_objdir/$soname.def;
8902 else
8903 echo EXPORTS > $output_objdir/$soname.def;
8904 cat $export_symbols >> $output_objdir/$soname.def;
8905 fi~
8906 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8907 else
8908 ld_shlibs=no
8909 fi
8910 ;;
8911
8912 haiku*)
8913 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8914 link_all_deplibs=yes
8915 ;;
8916
8917 interix[3-9]*)
8918 hardcode_direct=no
8919 hardcode_shlibpath_var=no
8920 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8921 export_dynamic_flag_spec='${wl}-E'
8922 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8923 # Instead, shared libraries are loaded at an image base (0x10000000 by
8924 # default) and relocated if they conflict, which is a slow very memory
8925 # consuming and fragmenting process. To avoid this, we pick a random,
8926 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8927 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8928 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8929 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'
8930 ;;
8931
8932 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8933 tmp_diet=no
8934 if test "$host_os" = linux-dietlibc; then
8935 case $cc_basename in
8936 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8937 esac
8938 fi
8939 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8940 && test "$tmp_diet" = no
8941 then
5cddc23a 8942 tmp_addflag=' $pic_flag'
6bb11ab3
L
8943 tmp_sharedflag='-shared'
8944 case $cc_basename,$host_cpu in
8945 pgcc*) # Portland Group C compiler
8946 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'
8947 tmp_addflag=' $pic_flag'
8948 ;;
8949 pgf77* | pgf90* | pgf95* | pgfortran*)
8950 # Portland Group f77 and f90 compilers
8951 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'
8952 tmp_addflag=' $pic_flag -Mnomain' ;;
8953 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8954 tmp_addflag=' -i_dynamic' ;;
8955 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8956 tmp_addflag=' -i_dynamic -nofor_main' ;;
8957 ifc* | ifort*) # Intel Fortran compiler
8958 tmp_addflag=' -nofor_main' ;;
8959 lf95*) # Lahey Fortran 8.1
8960 whole_archive_flag_spec=
8961 tmp_sharedflag='--shared' ;;
8962 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8963 tmp_sharedflag='-qmkshrobj'
8964 tmp_addflag= ;;
8965 nvcc*) # Cuda Compiler Driver 2.2
8966 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'
8967 compiler_needs_object=yes
8968 ;;
8969 esac
8970 case `$CC -V 2>&1 | sed 5q` in
8971 *Sun\ C*) # Sun C 5.9
8972 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'
8973 compiler_needs_object=yes
8974 tmp_sharedflag='-G' ;;
8975 *Sun\ F*) # Sun Fortran 8.3
8976 tmp_sharedflag='-G' ;;
8977 esac
8978 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8979
8980 if test "x$supports_anon_versioning" = xyes; then
8981 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8982 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8983 echo "local: *; };" >> $output_objdir/$libname.ver~
8984 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8985 fi
8986
8987 case $cc_basename in
8988 xlf* | bgf* | bgxlf* | mpixlf*)
8989 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8990 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8991 hardcode_libdir_flag_spec=
8992 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8993 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8994 if test "x$supports_anon_versioning" = xyes; then
8995 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8996 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8997 echo "local: *; };" >> $output_objdir/$libname.ver~
8998 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8999 fi
9000 ;;
9001 esac
9002 else
9003 ld_shlibs=no
9004 fi
9005 ;;
9006
9007 netbsd*)
9008 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9009 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9010 wlarc=
9011 else
9012 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9013 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9014 fi
9015 ;;
9016
9017 solaris*)
9018 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9019 ld_shlibs=no
9020 cat <<_LT_EOF 1>&2
9021
9022*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9023*** create shared libraries on Solaris systems. Therefore, libtool
9024*** is disabling shared libraries support. We urge you to upgrade GNU
9025*** binutils to release 2.9.1 or newer. Another option is to modify
9026*** your PATH or compiler configuration so that the native linker is
9027*** used, and then restart.
9028
9029_LT_EOF
9030 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9031 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9032 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9033 else
9034 ld_shlibs=no
9035 fi
9036 ;;
9037
9038 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9039 case `$LD -v 2>&1` in
9040 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9041 ld_shlibs=no
9042 cat <<_LT_EOF 1>&2
9043
9044*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9045*** reliably create shared libraries on SCO systems. Therefore, libtool
9046*** is disabling shared libraries support. We urge you to upgrade GNU
9047*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9048*** your PATH or compiler configuration so that the native linker is
9049*** used, and then restart.
9050
9051_LT_EOF
9052 ;;
9053 *)
9054 # For security reasons, it is highly recommended that you always
9055 # use absolute paths for naming shared libraries, and exclude the
9056 # DT_RUNPATH tag from executables and libraries. But doing so
9057 # requires that you compile everything twice, which is a pain.
9058 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9059 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9060 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9061 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9062 else
9063 ld_shlibs=no
9064 fi
9065 ;;
9066 esac
9067 ;;
9068
9069 sunos4*)
9070 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9071 wlarc=
9072 hardcode_direct=yes
9073 hardcode_shlibpath_var=no
9074 ;;
9075
9076 *)
9077 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9078 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9079 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9080 else
9081 ld_shlibs=no
9082 fi
9083 ;;
9084 esac
9085
9086 if test "$ld_shlibs" = no; then
9087 runpath_var=
9088 hardcode_libdir_flag_spec=
9089 export_dynamic_flag_spec=
9090 whole_archive_flag_spec=
9091 fi
9092 else
9093 # PORTME fill in a description of your system's linker (not GNU ld)
9094 case $host_os in
9095 aix3*)
9096 allow_undefined_flag=unsupported
9097 always_export_symbols=yes
9098 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'
9099 # Note: this linker hardcodes the directories in LIBPATH if there
9100 # are no directories specified by -L.
9101 hardcode_minus_L=yes
9102 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9103 # Neither direct hardcoding nor static linking is supported with a
9104 # broken collect2.
9105 hardcode_direct=unsupported
9106 fi
9107 ;;
9108
9109 aix[4-9]*)
9110 if test "$host_cpu" = ia64; then
9111 # On IA64, the linker does run time linking by default, so we don't
9112 # have to do anything special.
9113 aix_use_runtimelinking=no
9114 exp_sym_flag='-Bexport'
9115 no_entry_flag=""
9116 else
9117 # If we're using GNU nm, then we don't want the "-C" option.
9118 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9119 # Also, AIX nm treats weak defined symbols like other global
9120 # defined symbols, whereas GNU nm marks them as "W".
9121 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9122 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'
9123 else
5c887dd5 9124 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
9125 fi
9126 aix_use_runtimelinking=no
9127
9128 # Test if we are trying to use run time linking or normal
9129 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9130 # need to do runtime linking.
9131 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9132 for ld_flag in $LDFLAGS; do
9133 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9134 aix_use_runtimelinking=yes
9135 break
9136 fi
9137 done
9138 ;;
9139 esac
9140
9141 exp_sym_flag='-bexport'
9142 no_entry_flag='-bnoentry'
9143 fi
9144
9145 # When large executables or shared objects are built, AIX ld can
9146 # have problems creating the table of contents. If linking a library
9147 # or program results in "error TOC overflow" add -mminimal-toc to
9148 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9149 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9150
9151 archive_cmds=''
9152 hardcode_direct=yes
9153 hardcode_direct_absolute=yes
9154 hardcode_libdir_separator=':'
9155 link_all_deplibs=yes
9156 file_list_spec='${wl}-f,'
9157
9158 if test "$GCC" = yes; then
9159 case $host_os in aix4.[012]|aix4.[012].*)
9160 # We only want to do this on AIX 4.2 and lower, the check
9161 # below for broken collect2 doesn't work under 4.3+
9162 collect2name=`${CC} -print-prog-name=collect2`
9163 if test -f "$collect2name" &&
9164 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9165 then
9166 # We have reworked collect2
9167 :
9168 else
9169 # We have old collect2
9170 hardcode_direct=unsupported
9171 # It fails to find uninstalled libraries when the uninstalled
9172 # path is not listed in the libpath. Setting hardcode_minus_L
9173 # to unsupported forces relinking
9174 hardcode_minus_L=yes
9175 hardcode_libdir_flag_spec='-L$libdir'
9176 hardcode_libdir_separator=
9177 fi
9178 ;;
9179 esac
9180 shared_flag='-shared'
9181 if test "$aix_use_runtimelinking" = yes; then
9182 shared_flag="$shared_flag "'${wl}-G'
9183 fi
9184 else
9185 # not using gcc
9186 if test "$host_cpu" = ia64; then
9187 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9188 # chokes on -Wl,-G. The following line is correct:
9189 shared_flag='-G'
9190 else
9191 if test "$aix_use_runtimelinking" = yes; then
9192 shared_flag='${wl}-G'
9193 else
9194 shared_flag='${wl}-bM:SRE'
9195 fi
9196 fi
9197 fi
9198
9199 export_dynamic_flag_spec='${wl}-bexpall'
9200 # It seems that -bexpall does not export symbols beginning with
9201 # underscore (_), so it is better to generate a list of symbols to export.
9202 always_export_symbols=yes
9203 if test "$aix_use_runtimelinking" = yes; then
9204 # Warning - without using the other runtime loading flags (-brtl),
9205 # -berok will link without error, but may produce a broken library.
9206 allow_undefined_flag='-berok'
9207 # Determine the default libpath from the value encoded in an
9208 # empty executable.
9209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9210/* end confdefs.h. */
9211
9212int
9213main ()
9214{
9215
9216 ;
9217 return 0;
9218}
9219_ACEOF
6bb11ab3 9220if ac_fn_c_try_link "$LINENO"; then :
b7026657 9221
6bb11ab3
L
9222lt_aix_libpath_sed='
9223 /Import File Strings/,/^$/ {
9224 /^0/ {
9225 s/^0 *\(.*\)$/\1/
9226 p
9227 }
9228 }'
9229aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9230# Check for a 64-bit object if we didn't find anything.
9231if test -z "$aix_libpath"; then
9232 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9233fi
9234fi
9235rm -f core conftest.err conftest.$ac_objext \
9236 conftest$ac_exeext conftest.$ac_ext
9237if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9238
9239 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9240 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"
9241 else
9242 if test "$host_cpu" = ia64; then
9243 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9244 allow_undefined_flag="-z nodefs"
9245 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"
9246 else
9247 # Determine the default libpath from the value encoded in an
9248 # empty executable.
81ecdfbb
RW
9249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9250/* end confdefs.h. */
9251
9252int
9253main ()
9254{
9255
9256 ;
9257 return 0;
9258}
9259_ACEOF
6bb11ab3
L
9260if ac_fn_c_try_link "$LINENO"; then :
9261
9262lt_aix_libpath_sed='
9263 /Import File Strings/,/^$/ {
9264 /^0/ {
9265 s/^0 *\(.*\)$/\1/
9266 p
9267 }
9268 }'
9269aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9270# Check for a 64-bit object if we didn't find anything.
9271if test -z "$aix_libpath"; then
9272 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 9273fi
81ecdfbb 9274fi
6bb11ab3
L
9275rm -f core conftest.err conftest.$ac_objext \
9276 conftest$ac_exeext conftest.$ac_ext
9277if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9278
9279 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9280 # Warning - without using the other run time loading flags,
9281 # -berok will link without error, but may produce a broken library.
9282 no_undefined_flag=' ${wl}-bernotok'
9283 allow_undefined_flag=' ${wl}-berok'
9284 if test "$with_gnu_ld" = yes; then
9285 # We only use this code for GNU lds that support --whole-archive.
9286 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9287 else
9288 # Exported symbols can be pulled into shared objects from archives
9289 whole_archive_flag_spec='$convenience'
9290 fi
9291 archive_cmds_need_lc=yes
9292 # This is similar to how AIX traditionally builds its shared libraries.
9293 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'
9294 fi
9295 fi
9296 ;;
9297
9298 amigaos*)
9299 case $host_cpu in
9300 powerpc)
9301 # see comment about AmigaOS4 .so support
9302 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9303 archive_expsym_cmds=''
9304 ;;
9305 m68k)
9306 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)'
9307 hardcode_libdir_flag_spec='-L$libdir'
9308 hardcode_minus_L=yes
9309 ;;
9310 esac
9311 ;;
9312
9313 bsdi[45]*)
9314 export_dynamic_flag_spec=-rdynamic
9315 ;;
9316
9317 cygwin* | mingw* | pw32* | cegcc*)
9318 # When not using gcc, we currently assume that we are using
9319 # Microsoft Visual C++.
9320 # hardcode_libdir_flag_spec is actually meaningless, as there is
9321 # no search path for DLLs.
9322 hardcode_libdir_flag_spec=' '
9323 allow_undefined_flag=unsupported
9324 # Tell ltmain to make .lib files, not .a files.
9325 libext=lib
9326 # Tell ltmain to make .dll files, not .so files.
9327 shrext_cmds=".dll"
9328 # FIXME: Setting linknames here is a bad hack.
9329 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9330 # The linker will automatically build a .lib file if we build a DLL.
9331 old_archive_from_new_cmds='true'
9332 # FIXME: Should let the user specify the lib program.
9333 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9334 fix_srcfile_path='`cygpath -w "$srcfile"`'
9335 enable_shared_with_static_runtimes=yes
9336 ;;
9337
9338 darwin* | rhapsody*)
9339
9340
9341 archive_cmds_need_lc=no
9342 hardcode_direct=no
9343 hardcode_automatic=yes
9344 hardcode_shlibpath_var=unsupported
9345 if test "$lt_cv_ld_force_load" = "yes"; then
9346 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 9347 else
6bb11ab3 9348 whole_archive_flag_spec=''
f0569246 9349 fi
6bb11ab3
L
9350 link_all_deplibs=yes
9351 allow_undefined_flag="$_lt_dar_allow_undefined"
9352 case $cc_basename in
9353 ifort*) _lt_dar_can_shared=yes ;;
9354 *) _lt_dar_can_shared=$GCC ;;
9355 esac
9356 if test "$_lt_dar_can_shared" = "yes"; then
9357 output_verbose_link_cmd=func_echo_all
9358 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9359 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9360 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}"
9361 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}"
9362
f0569246 9363 else
6bb11ab3 9364 ld_shlibs=no
f0569246 9365 fi
6bb11ab3
L
9366
9367 ;;
9368
9369 dgux*)
9370 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9371 hardcode_libdir_flag_spec='-L$libdir'
9372 hardcode_shlibpath_var=no
9373 ;;
9374
9375 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9376 # support. Future versions do this automatically, but an explicit c++rt0.o
9377 # does not break anything, and helps significantly (at the cost of a little
9378 # extra space).
9379 freebsd2.2*)
9380 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9381 hardcode_libdir_flag_spec='-R$libdir'
9382 hardcode_direct=yes
9383 hardcode_shlibpath_var=no
9384 ;;
9385
9386 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9387 freebsd2.*)
9388 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9389 hardcode_direct=yes
9390 hardcode_minus_L=yes
9391 hardcode_shlibpath_var=no
9392 ;;
9393
9394 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9395 freebsd* | dragonfly*)
9396 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9397 hardcode_libdir_flag_spec='-R$libdir'
9398 hardcode_direct=yes
9399 hardcode_shlibpath_var=no
9400 ;;
9401
9402 hpux9*)
9403 if test "$GCC" = yes; then
9404 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'
9405 else
9406 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'
9407 fi
9408 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9409 hardcode_libdir_separator=:
9410 hardcode_direct=yes
9411
9412 # hardcode_minus_L: Not really in the search PATH,
9413 # but as the default location of the library.
9414 hardcode_minus_L=yes
9415 export_dynamic_flag_spec='${wl}-E'
9416 ;;
9417
9418 hpux10*)
9419 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9420 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9421 else
9422 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9423 fi
9424 if test "$with_gnu_ld" = no; then
9425 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9426 hardcode_libdir_flag_spec_ld='+b $libdir'
9427 hardcode_libdir_separator=:
9428 hardcode_direct=yes
9429 hardcode_direct_absolute=yes
9430 export_dynamic_flag_spec='${wl}-E'
9431 # hardcode_minus_L: Not really in the search PATH,
9432 # but as the default location of the library.
9433 hardcode_minus_L=yes
9434 fi
9435 ;;
9436
9437 hpux11*)
9438 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9439 case $host_cpu in
9440 hppa*64*)
9441 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9442 ;;
9443 ia64*)
9444 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9445 ;;
9446 *)
9447 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9448 ;;
9449 esac
9450 else
9451 case $host_cpu in
9452 hppa*64*)
9453 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9454 ;;
9455 ia64*)
9456 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9457 ;;
9458 *)
9459
9460 # Older versions of the 11.00 compiler do not understand -b yet
9461 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9463$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9464if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9465 $as_echo_n "(cached) " >&6
f0569246 9466else
6bb11ab3
L
9467 lt_cv_prog_compiler__b=no
9468 save_LDFLAGS="$LDFLAGS"
9469 LDFLAGS="$LDFLAGS -b"
9470 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9471 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9472 # The linker can only warn and ignore the option if not recognized
9473 # So say no if there are warnings
9474 if test -s conftest.err; then
9475 # Append any errors to the config.log.
9476 cat conftest.err 1>&5
9477 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9478 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9479 if diff conftest.exp conftest.er2 >/dev/null; then
9480 lt_cv_prog_compiler__b=yes
9481 fi
9482 else
9483 lt_cv_prog_compiler__b=yes
9484 fi
9485 fi
9486 $RM -r conftest*
9487 LDFLAGS="$save_LDFLAGS"
f0569246 9488
6bb11ab3
L
9489fi
9490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9491$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9492
6bb11ab3
L
9493if test x"$lt_cv_prog_compiler__b" = xyes; then
9494 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9495else
9496 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9497fi
81ecdfbb 9498
6bb11ab3
L
9499 ;;
9500 esac
9501 fi
9502 if test "$with_gnu_ld" = no; then
9503 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9504 hardcode_libdir_separator=:
9505
9506 case $host_cpu in
9507 hppa*64*|ia64*)
9508 hardcode_direct=no
9509 hardcode_shlibpath_var=no
9510 ;;
9511 *)
9512 hardcode_direct=yes
9513 hardcode_direct_absolute=yes
9514 export_dynamic_flag_spec='${wl}-E'
9515
9516 # hardcode_minus_L: Not really in the search PATH,
9517 # but as the default location of the library.
9518 hardcode_minus_L=yes
9519 ;;
9520 esac
9521 fi
9522 ;;
9523
9524 irix5* | irix6* | nonstopux*)
9525 if test "$GCC" = yes; then
9526 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'
9527 # Try to use the -exported_symbol ld option, if it does not
9528 # work, assume that -exports_file does not work either and
9529 # implicitly export all symbols.
9530 save_LDFLAGS="$LDFLAGS"
9531 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9533/* end confdefs.h. */
9534int foo(void) {}
b7026657 9535_ACEOF
6bb11ab3
L
9536if ac_fn_c_try_link "$LINENO"; then :
9537 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'
5d031c16 9538
f0569246 9539fi
6bb11ab3
L
9540rm -f core conftest.err conftest.$ac_objext \
9541 conftest$ac_exeext conftest.$ac_ext
9542 LDFLAGS="$save_LDFLAGS"
9543 else
9544 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'
9545 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'
9546 fi
9547 archive_cmds_need_lc='no'
9548 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9549 hardcode_libdir_separator=:
9550 inherit_rpath=yes
9551 link_all_deplibs=yes
9552 ;;
9553
9554 netbsd*)
9555 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9556 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9557 else
9558 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9559 fi
9560 hardcode_libdir_flag_spec='-R$libdir'
9561 hardcode_direct=yes
9562 hardcode_shlibpath_var=no
9563 ;;
9564
9565 newsos6)
9566 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9567 hardcode_direct=yes
9568 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9569 hardcode_libdir_separator=:
9570 hardcode_shlibpath_var=no
9571 ;;
9572
9573 *nto* | *qnx*)
9574 ;;
9575
9576 openbsd*)
9577 if test -f /usr/libexec/ld.so; then
9578 hardcode_direct=yes
9579 hardcode_shlibpath_var=no
9580 hardcode_direct_absolute=yes
9581 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9582 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9583 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9584 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9585 export_dynamic_flag_spec='${wl}-E'
9586 else
9587 case $host_os in
9588 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9589 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9590 hardcode_libdir_flag_spec='-R$libdir'
9591 ;;
9592 *)
9593 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9594 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9595 ;;
9596 esac
9597 fi
9598 else
9599 ld_shlibs=no
9600 fi
9601 ;;
9602
9603 os2*)
9604 hardcode_libdir_flag_spec='-L$libdir'
9605 hardcode_minus_L=yes
9606 allow_undefined_flag=unsupported
9607 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'
9608 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9609 ;;
9610
9611 osf3*)
9612 if test "$GCC" = yes; then
9613 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9614 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'
9615 else
9616 allow_undefined_flag=' -expect_unresolved \*'
9617 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'
9618 fi
9619 archive_cmds_need_lc='no'
9620 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9621 hardcode_libdir_separator=:
9622 ;;
9623
9624 osf4* | osf5*) # as osf3* with the addition of -msym flag
9625 if test "$GCC" = yes; then
9626 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9627 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'
9628 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9629 else
9630 allow_undefined_flag=' -expect_unresolved \*'
9631 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'
9632 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~
9633 $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'
9634
9635 # Both c and cxx compiler support -rpath directly
9636 hardcode_libdir_flag_spec='-rpath $libdir'
9637 fi
9638 archive_cmds_need_lc='no'
9639 hardcode_libdir_separator=:
9640 ;;
9641
9642 solaris*)
9643 no_undefined_flag=' -z defs'
9644 if test "$GCC" = yes; then
9645 wlarc='${wl}'
9646 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9647 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9648 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9649 else
9650 case `$CC -V 2>&1` in
9651 *"Compilers 5.0"*)
9652 wlarc=''
9653 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9654 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9655 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9656 ;;
9657 *)
9658 wlarc='${wl}'
9659 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9660 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9661 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9662 ;;
9663 esac
9664 fi
9665 hardcode_libdir_flag_spec='-R$libdir'
9666 hardcode_shlibpath_var=no
9667 case $host_os in
9668 solaris2.[0-5] | solaris2.[0-5].*) ;;
9669 *)
9670 # The compiler driver will combine and reorder linker options,
9671 # but understands `-z linker_flag'. GCC discards it without `$wl',
9672 # but is careful enough not to reorder.
9673 # Supported since Solaris 2.6 (maybe 2.5.1?)
9674 if test "$GCC" = yes; then
9675 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9676 else
9677 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9678 fi
9679 ;;
9680 esac
9681 link_all_deplibs=yes
9682 ;;
9683
9684 sunos4*)
9685 if test "x$host_vendor" = xsequent; then
9686 # Use $CC to link under sequent, because it throws in some extra .o
9687 # files that make .init and .fini sections work.
9688 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9689 else
9690 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9691 fi
9692 hardcode_libdir_flag_spec='-L$libdir'
9693 hardcode_direct=yes
9694 hardcode_minus_L=yes
9695 hardcode_shlibpath_var=no
9696 ;;
9697
9698 sysv4)
9699 case $host_vendor in
9700 sni)
9701 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9702 hardcode_direct=yes # is this really true???
9703 ;;
9704 siemens)
9705 ## LD is ld it makes a PLAMLIB
9706 ## CC just makes a GrossModule.
9707 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9708 reload_cmds='$CC -r -o $output$reload_objs'
9709 hardcode_direct=no
9710 ;;
9711 motorola)
9712 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9713 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9714 ;;
9715 esac
9716 runpath_var='LD_RUN_PATH'
9717 hardcode_shlibpath_var=no
9718 ;;
9719
9720 sysv4.3*)
9721 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9722 hardcode_shlibpath_var=no
9723 export_dynamic_flag_spec='-Bexport'
9724 ;;
9725
9726 sysv4*MP*)
9727 if test -d /usr/nec; then
9728 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9729 hardcode_shlibpath_var=no
9730 runpath_var=LD_RUN_PATH
9731 hardcode_runpath_var=yes
9732 ld_shlibs=yes
9733 fi
9734 ;;
9735
9736 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9737 no_undefined_flag='${wl}-z,text'
9738 archive_cmds_need_lc=no
9739 hardcode_shlibpath_var=no
9740 runpath_var='LD_RUN_PATH'
9741
9742 if test "$GCC" = yes; then
9743 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9744 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9745 else
9746 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9747 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9748 fi
9749 ;;
9750
9751 sysv5* | sco3.2v5* | sco5v6*)
9752 # Note: We can NOT use -z defs as we might desire, because we do not
9753 # link with -lc, and that would cause any symbols used from libc to
9754 # always be unresolved, which means just about no library would
9755 # ever link correctly. If we're not using GNU ld we use -z text
9756 # though, which does catch some bad symbols but isn't as heavy-handed
9757 # as -z defs.
9758 no_undefined_flag='${wl}-z,text'
9759 allow_undefined_flag='${wl}-z,nodefs'
9760 archive_cmds_need_lc=no
9761 hardcode_shlibpath_var=no
9762 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9763 hardcode_libdir_separator=':'
9764 link_all_deplibs=yes
9765 export_dynamic_flag_spec='${wl}-Bexport'
9766 runpath_var='LD_RUN_PATH'
9767
9768 if test "$GCC" = yes; then
9769 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9770 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9771 else
9772 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9773 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9774 fi
9775 ;;
9776
9777 uts4*)
9778 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9779 hardcode_libdir_flag_spec='-L$libdir'
9780 hardcode_shlibpath_var=no
9781 ;;
9782
9783 *)
9784 ld_shlibs=no
9785 ;;
9786 esac
9787
9788 if test x$host_vendor = xsni; then
9789 case $host in
9790 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9791 export_dynamic_flag_spec='${wl}-Blargedynsym'
9792 ;;
9793 esac
9794 fi
9795 fi
9796
9797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9798$as_echo "$ld_shlibs" >&6; }
9799test "$ld_shlibs" = no && can_build_shared=no
9800
9801with_gnu_ld=$with_gnu_ld
9802
9803
9804
9805
b7026657 9806
f0569246 9807
f0569246 9808
6ffe910a 9809
6ffe910a
MF
9810
9811
6ffe910a 9812
f0569246 9813
f0569246
AC
9814
9815
6bb11ab3
L
9816
9817#
9818# Do we need to explicitly link libc?
9819#
9820case "x$archive_cmds_need_lc" in
9821x|xyes)
9822 # Assume -lc should be added
9823 archive_cmds_need_lc=yes
9824
9825 if test "$enable_shared" = yes && test "$GCC" = yes; then
9826 case $archive_cmds in
9827 *'~'*)
9828 # FIXME: we may have to deal with multi-command sequences.
9829 ;;
9830 '$CC '*)
9831 # Test whether the compiler implicitly links with -lc since on some
9832 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9833 # to ld, don't add -lc before -lgcc.
9834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9835$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9836if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9837 $as_echo_n "(cached) " >&6
b7026657 9838else
6bb11ab3
L
9839 $RM conftest*
9840 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9841
9842 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9843 (eval $ac_compile) 2>&5
9844 ac_status=$?
9845 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9846 test $ac_status = 0; } 2>conftest.err; then
9847 soname=conftest
9848 lib=conftest
9849 libobjs=conftest.$ac_objext
9850 deplibs=
9851 wl=$lt_prog_compiler_wl
9852 pic_flag=$lt_prog_compiler_pic
9853 compiler_flags=-v
9854 linker_flags=-v
9855 verstring=
9856 output_objdir=.
9857 libname=conftest
9858 lt_save_allow_undefined_flag=$allow_undefined_flag
9859 allow_undefined_flag=
9860 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9861 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9862 ac_status=$?
9863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9864 test $ac_status = 0; }
9865 then
9866 lt_cv_archive_cmds_need_lc=no
9867 else
9868 lt_cv_archive_cmds_need_lc=yes
9869 fi
9870 allow_undefined_flag=$lt_save_allow_undefined_flag
9871 else
9872 cat conftest.err 1>&5
9873 fi
9874 $RM conftest*
5d031c16 9875
6ffe910a 9876fi
6bb11ab3
L
9877{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9878$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9879 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9880 ;;
9881 esac
9882 fi
9883 ;;
6ffe910a 9884esac
5d031c16 9885
5d031c16 9886
6ffe910a 9887
5d031c16 9888
81ecdfbb 9889
35695fd6 9890
35695fd6 9891
35695fd6 9892
f0569246 9893
5d031c16 9894
f0569246 9895
b7026657 9896
f0569246 9897
5d031c16 9898
81ecdfbb 9899
5d031c16 9900
f0569246
AC
9901
9902
81ecdfbb 9903
81ecdfbb 9904
81ecdfbb
RW
9905
9906
81ecdfbb 9907
81ecdfbb 9908
f0569246
AC
9909
9910
5d031c16 9911
f0569246 9912
5d031c16 9913
5d031c16 9914
81ecdfbb 9915
b7026657 9916
5d031c16 9917
f0569246 9918
81ecdfbb 9919
f0569246 9920
5d031c16 9921
5d031c16 9922
b7026657 9923
81ecdfbb 9924
b7026657 9925
5d031c16 9926
5d031c16 9927
b7026657
AC
9928
9929
9930
9931
6ffe910a 9932
2232061b
MF
9933
9934
2232061b 9935
2232061b
MF
9936
9937
2232061b
MF
9938
9939
2232061b 9940
2232061b
MF
9941
9942
6bb11ab3
L
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10043$as_echo_n "checking dynamic linker characteristics... " >&6; }
10044
10045if test "$GCC" = yes; then
10046 case $host_os in
10047 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10048 *) lt_awk_arg="/^libraries:/" ;;
10049 esac
10050 case $host_os in
10051 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10052 *) lt_sed_strip_eq="s,=/,/,g" ;;
10053 esac
10054 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10055 case $lt_search_path_spec in
10056 *\;*)
10057 # if the path contains ";" then we assume it to be the separator
10058 # otherwise default to the standard path separator (i.e. ":") - it is
10059 # assumed that no part of a normal pathname contains ";" but that should
10060 # okay in the real world where ";" in dirpaths is itself problematic.
10061 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10062 ;;
10063 *)
10064 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10065 ;;
10066 esac
10067 # Ok, now we have the path, separated by spaces, we can step through it
10068 # and add multilib dir if necessary.
10069 lt_tmp_lt_search_path_spec=
10070 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10071 for lt_sys_path in $lt_search_path_spec; do
10072 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10073 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10074 else
10075 test -d "$lt_sys_path" && \
10076 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10077 fi
10078 done
10079 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10080BEGIN {RS=" "; FS="/|\n";} {
10081 lt_foo="";
10082 lt_count=0;
10083 for (lt_i = NF; lt_i > 0; lt_i--) {
10084 if ($lt_i != "" && $lt_i != ".") {
10085 if ($lt_i == "..") {
10086 lt_count++;
10087 } else {
10088 if (lt_count == 0) {
10089 lt_foo="/" $lt_i lt_foo;
10090 } else {
10091 lt_count--;
10092 }
10093 }
10094 }
10095 }
10096 if (lt_foo != "") { lt_freq[lt_foo]++; }
10097 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10098}'`
10099 # AWK program above erroneously prepends '/' to C:/dos/paths
10100 # for these hosts.
10101 case $host_os in
10102 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10103 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10104 esac
10105 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10106else
10107 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10108fi
10109library_names_spec=
10110libname_spec='lib$name'
10111soname_spec=
10112shrext_cmds=".so"
10113postinstall_cmds=
10114postuninstall_cmds=
10115finish_cmds=
10116finish_eval=
10117shlibpath_var=
10118shlibpath_overrides_runpath=unknown
10119version_type=none
10120dynamic_linker="$host_os ld.so"
10121sys_lib_dlsearch_path_spec="/lib /usr/lib"
10122need_lib_prefix=unknown
10123hardcode_into_libs=no
10124
10125# when you set need_version to no, make sure it does not cause -set_version
10126# flags to be left without arguments
10127need_version=unknown
10128
10129case $host_os in
10130aix3*)
10131 version_type=linux
10132 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10133 shlibpath_var=LIBPATH
10134
10135 # AIX 3 has no versioning support, so we append a major version to the name.
10136 soname_spec='${libname}${release}${shared_ext}$major'
10137 ;;
10138
10139aix[4-9]*)
10140 version_type=linux
10141 need_lib_prefix=no
10142 need_version=no
10143 hardcode_into_libs=yes
10144 if test "$host_cpu" = ia64; then
10145 # AIX 5 supports IA64
10146 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10147 shlibpath_var=LD_LIBRARY_PATH
10148 else
10149 # With GCC up to 2.95.x, collect2 would create an import file
10150 # for dependence libraries. The import file would start with
10151 # the line `#! .'. This would cause the generated library to
10152 # depend on `.', always an invalid library. This was fixed in
10153 # development snapshots of GCC prior to 3.0.
10154 case $host_os in
10155 aix4 | aix4.[01] | aix4.[01].*)
10156 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10157 echo ' yes '
10158 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10159 :
10160 else
10161 can_build_shared=no
10162 fi
10163 ;;
10164 esac
10165 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10166 # soname into executable. Probably we can add versioning support to
10167 # collect2, so additional links can be useful in future.
10168 if test "$aix_use_runtimelinking" = yes; then
10169 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10170 # instead of lib<name>.a to let people know that these are not
10171 # typical AIX shared libraries.
10172 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10173 else
10174 # We preserve .a as extension for shared libraries through AIX4.2
10175 # and later when we are not doing run time linking.
10176 library_names_spec='${libname}${release}.a $libname.a'
10177 soname_spec='${libname}${release}${shared_ext}$major'
10178 fi
10179 shlibpath_var=LIBPATH
10180 fi
10181 ;;
10182
10183amigaos*)
10184 case $host_cpu in
10185 powerpc)
10186 # Since July 2007 AmigaOS4 officially supports .so libraries.
10187 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10188 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10189 ;;
10190 m68k)
10191 library_names_spec='$libname.ixlibrary $libname.a'
10192 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10193 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'
10194 ;;
10195 esac
10196 ;;
10197
10198beos*)
10199 library_names_spec='${libname}${shared_ext}'
10200 dynamic_linker="$host_os ld.so"
10201 shlibpath_var=LIBRARY_PATH
10202 ;;
10203
10204bsdi[45]*)
10205 version_type=linux
10206 need_version=no
10207 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10208 soname_spec='${libname}${release}${shared_ext}$major'
10209 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10210 shlibpath_var=LD_LIBRARY_PATH
10211 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10212 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10213 # the default ld.so.conf also contains /usr/contrib/lib and
10214 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10215 # libtool to hard-code these into programs
10216 ;;
10217
10218cygwin* | mingw* | pw32* | cegcc*)
10219 version_type=windows
10220 shrext_cmds=".dll"
10221 need_version=no
10222 need_lib_prefix=no
10223
10224 case $GCC,$host_os in
10225 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10226 library_names_spec='$libname.dll.a'
10227 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10228 postinstall_cmds='base_file=`basename \${file}`~
10229 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10230 dldir=$destdir/`dirname \$dlpath`~
10231 test -d \$dldir || mkdir -p \$dldir~
10232 $install_prog $dir/$dlname \$dldir/$dlname~
10233 chmod a+x \$dldir/$dlname~
10234 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10235 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10236 fi'
10237 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10238 dlpath=$dir/\$dldll~
10239 $RM \$dlpath'
10240 shlibpath_overrides_runpath=yes
10241
10242 case $host_os in
10243 cygwin*)
10244 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10245 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10246
10247 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10248 ;;
10249 mingw* | cegcc*)
10250 # MinGW DLLs use traditional 'lib' prefix
10251 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10252 ;;
10253 pw32*)
10254 # pw32 DLLs use 'pw' prefix rather than 'lib'
10255 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10256 ;;
10257 esac
10258 ;;
10259
10260 *)
10261 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10262 ;;
10263 esac
10264 dynamic_linker='Win32 ld.exe'
10265 # FIXME: first we should search . and the directory the executable is in
10266 shlibpath_var=PATH
10267 ;;
10268
10269darwin* | rhapsody*)
10270 dynamic_linker="$host_os dyld"
10271 version_type=darwin
10272 need_lib_prefix=no
10273 need_version=no
10274 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10275 soname_spec='${libname}${release}${major}$shared_ext'
10276 shlibpath_overrides_runpath=yes
10277 shlibpath_var=DYLD_LIBRARY_PATH
10278 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10279
10280 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10281 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10282 ;;
10283
10284dgux*)
10285 version_type=linux
10286 need_lib_prefix=no
10287 need_version=no
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 shlibpath_var=LD_LIBRARY_PATH
10291 ;;
10292
10293freebsd* | dragonfly*)
10294 # DragonFly does not have aout. When/if they implement a new
10295 # versioning mechanism, adjust this.
10296 if test -x /usr/bin/objformat; then
10297 objformat=`/usr/bin/objformat`
10298 else
10299 case $host_os in
10300 freebsd[23].*) objformat=aout ;;
10301 *) objformat=elf ;;
10302 esac
10303 fi
10304 version_type=freebsd-$objformat
10305 case $version_type in
10306 freebsd-elf*)
10307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10308 need_version=no
10309 need_lib_prefix=no
10310 ;;
10311 freebsd-*)
10312 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10313 need_version=yes
10314 ;;
10315 esac
10316 shlibpath_var=LD_LIBRARY_PATH
10317 case $host_os in
10318 freebsd2.*)
10319 shlibpath_overrides_runpath=yes
10320 ;;
10321 freebsd3.[01]* | freebsdelf3.[01]*)
10322 shlibpath_overrides_runpath=yes
10323 hardcode_into_libs=yes
10324 ;;
10325 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10326 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10327 shlibpath_overrides_runpath=no
10328 hardcode_into_libs=yes
10329 ;;
10330 *) # from 4.6 on, and DragonFly
10331 shlibpath_overrides_runpath=yes
10332 hardcode_into_libs=yes
10333 ;;
10334 esac
10335 ;;
10336
6bb11ab3
L
10337haiku*)
10338 version_type=linux
10339 need_lib_prefix=no
10340 need_version=no
10341 dynamic_linker="$host_os runtime_loader"
10342 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10343 soname_spec='${libname}${release}${shared_ext}$major'
10344 shlibpath_var=LIBRARY_PATH
10345 shlibpath_overrides_runpath=yes
10346 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10347 hardcode_into_libs=yes
10348 ;;
10349
10350hpux9* | hpux10* | hpux11*)
10351 # Give a soname corresponding to the major version so that dld.sl refuses to
10352 # link against other versions.
10353 version_type=sunos
10354 need_lib_prefix=no
10355 need_version=no
10356 case $host_cpu in
10357 ia64*)
10358 shrext_cmds='.so'
10359 hardcode_into_libs=yes
10360 dynamic_linker="$host_os dld.so"
10361 shlibpath_var=LD_LIBRARY_PATH
10362 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10363 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10364 soname_spec='${libname}${release}${shared_ext}$major'
10365 if test "X$HPUX_IA64_MODE" = X32; then
10366 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10367 else
10368 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10369 fi
10370 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10371 ;;
10372 hppa*64*)
10373 shrext_cmds='.sl'
10374 hardcode_into_libs=yes
10375 dynamic_linker="$host_os dld.sl"
10376 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10377 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10378 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10379 soname_spec='${libname}${release}${shared_ext}$major'
10380 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10381 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10382 ;;
10383 *)
10384 shrext_cmds='.sl'
10385 dynamic_linker="$host_os dld.sl"
10386 shlibpath_var=SHLIB_PATH
10387 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10388 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10389 soname_spec='${libname}${release}${shared_ext}$major'
10390 ;;
10391 esac
10392 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10393 postinstall_cmds='chmod 555 $lib'
10394 # or fails outright, so override atomically:
10395 install_override_mode=555
10396 ;;
10397
10398interix[3-9]*)
10399 version_type=linux
10400 need_lib_prefix=no
10401 need_version=no
10402 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10403 soname_spec='${libname}${release}${shared_ext}$major'
10404 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10405 shlibpath_var=LD_LIBRARY_PATH
10406 shlibpath_overrides_runpath=no
10407 hardcode_into_libs=yes
10408 ;;
10409
10410irix5* | irix6* | nonstopux*)
10411 case $host_os in
10412 nonstopux*) version_type=nonstopux ;;
10413 *)
10414 if test "$lt_cv_prog_gnu_ld" = yes; then
10415 version_type=linux
10416 else
10417 version_type=irix
10418 fi ;;
10419 esac
10420 need_lib_prefix=no
10421 need_version=no
10422 soname_spec='${libname}${release}${shared_ext}$major'
10423 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10424 case $host_os in
10425 irix5* | nonstopux*)
10426 libsuff= shlibsuff=
10427 ;;
10428 *)
10429 case $LD in # libtool.m4 will add one of these switches to LD
10430 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10431 libsuff= shlibsuff= libmagic=32-bit;;
10432 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10433 libsuff=32 shlibsuff=N32 libmagic=N32;;
10434 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10435 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10436 *) libsuff= shlibsuff= libmagic=never-match;;
10437 esac
10438 ;;
10439 esac
10440 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10441 shlibpath_overrides_runpath=no
10442 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10443 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10444 hardcode_into_libs=yes
10445 ;;
10446
10447# No shared lib support for Linux oldld, aout, or coff.
10448linux*oldld* | linux*aout* | linux*coff*)
10449 dynamic_linker=no
10450 ;;
10451
10452# This must be Linux ELF.
46f900c0 10453linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10454 version_type=linux
10455 need_lib_prefix=no
10456 need_version=no
10457 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10458 soname_spec='${libname}${release}${shared_ext}$major'
10459 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10460 shlibpath_var=LD_LIBRARY_PATH
10461 shlibpath_overrides_runpath=no
10462
10463 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10464 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10465 $as_echo_n "(cached) " >&6
10466else
6bb11ab3
L
10467 lt_cv_shlibpath_overrides_runpath=no
10468 save_LDFLAGS=$LDFLAGS
10469 save_libdir=$libdir
10470 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10471 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10473/* end confdefs.h. */
10474
2232061b
MF
10475int
10476main ()
10477{
10478
10479 ;
10480 return 0;
10481}
10482_ACEOF
6bb11ab3
L
10483if ac_fn_c_try_link "$LINENO"; then :
10484 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10485 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10486fi
2232061b 10487fi
6bb11ab3
L
10488rm -f core conftest.err conftest.$ac_objext \
10489 conftest$ac_exeext conftest.$ac_ext
10490 LDFLAGS=$save_LDFLAGS
10491 libdir=$save_libdir
2232061b 10492
6bb11ab3 10493fi
2232061b 10494
6bb11ab3 10495 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10496
6bb11ab3
L
10497 # This implies no fast_install, which is unacceptable.
10498 # Some rework will be needed to allow for fast_install
10499 # before this can be enabled.
10500 hardcode_into_libs=yes
2232061b 10501
6bb11ab3
L
10502 # Append ld.so.conf contents to the search path
10503 if test -f /etc/ld.so.conf; then
10504 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' ' '`
10505 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10506 fi
2232061b 10507
6bb11ab3
L
10508 # We used to test for /lib/ld.so.1 and disable shared libraries on
10509 # powerpc, because MkLinux only supported shared libraries with the
10510 # GNU dynamic linker. Since this was broken with cross compilers,
10511 # most powerpc-linux boxes support dynamic linking these days and
10512 # people can always --disable-shared, the test was removed, and we
10513 # assume the GNU/Linux dynamic linker is in use.
10514 dynamic_linker='GNU/Linux ld.so'
10515 ;;
10516
10517netbsd*)
10518 version_type=sunos
10519 need_lib_prefix=no
10520 need_version=no
10521 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10522 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10523 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10524 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10525 else
6bb11ab3
L
10526 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10527 soname_spec='${libname}${release}${shared_ext}$major'
10528 dynamic_linker='NetBSD ld.elf_so'
10529 fi
10530 shlibpath_var=LD_LIBRARY_PATH
10531 shlibpath_overrides_runpath=yes
10532 hardcode_into_libs=yes
10533 ;;
10534
10535newsos6)
10536 version_type=linux
10537 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10538 shlibpath_var=LD_LIBRARY_PATH
10539 shlibpath_overrides_runpath=yes
10540 ;;
10541
10542*nto* | *qnx*)
10543 version_type=qnx
10544 need_lib_prefix=no
10545 need_version=no
10546 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10547 soname_spec='${libname}${release}${shared_ext}$major'
10548 shlibpath_var=LD_LIBRARY_PATH
10549 shlibpath_overrides_runpath=no
10550 hardcode_into_libs=yes
10551 dynamic_linker='ldqnx.so'
10552 ;;
10553
10554openbsd*)
10555 version_type=sunos
10556 sys_lib_dlsearch_path_spec="/usr/lib"
10557 need_lib_prefix=no
10558 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10559 case $host_os in
10560 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10561 *) need_version=no ;;
10562 esac
10563 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10564 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10565 shlibpath_var=LD_LIBRARY_PATH
10566 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10567 case $host_os in
10568 openbsd2.[89] | openbsd2.[89].*)
10569 shlibpath_overrides_runpath=no
10570 ;;
10571 *)
10572 shlibpath_overrides_runpath=yes
10573 ;;
10574 esac
10575 else
10576 shlibpath_overrides_runpath=yes
10577 fi
10578 ;;
10579
10580os2*)
10581 libname_spec='$name'
10582 shrext_cmds=".dll"
10583 need_lib_prefix=no
10584 library_names_spec='$libname${shared_ext} $libname.a'
10585 dynamic_linker='OS/2 ld.exe'
10586 shlibpath_var=LIBPATH
10587 ;;
10588
10589osf3* | osf4* | osf5*)
10590 version_type=osf
10591 need_lib_prefix=no
10592 need_version=no
10593 soname_spec='${libname}${release}${shared_ext}$major'
10594 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10595 shlibpath_var=LD_LIBRARY_PATH
10596 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10597 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10598 ;;
10599
10600rdos*)
10601 dynamic_linker=no
10602 ;;
10603
10604solaris*)
10605 version_type=linux
10606 need_lib_prefix=no
10607 need_version=no
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10609 soname_spec='${libname}${release}${shared_ext}$major'
10610 shlibpath_var=LD_LIBRARY_PATH
10611 shlibpath_overrides_runpath=yes
10612 hardcode_into_libs=yes
10613 # ldd complains unless libraries are executable
10614 postinstall_cmds='chmod +x $lib'
10615 ;;
10616
10617sunos4*)
10618 version_type=sunos
10619 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10620 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10621 shlibpath_var=LD_LIBRARY_PATH
10622 shlibpath_overrides_runpath=yes
10623 if test "$with_gnu_ld" = yes; then
10624 need_lib_prefix=no
10625 fi
10626 need_version=yes
10627 ;;
10628
10629sysv4 | sysv4.3*)
10630 version_type=linux
10631 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10632 soname_spec='${libname}${release}${shared_ext}$major'
10633 shlibpath_var=LD_LIBRARY_PATH
10634 case $host_vendor in
10635 sni)
10636 shlibpath_overrides_runpath=no
10637 need_lib_prefix=no
10638 runpath_var=LD_RUN_PATH
10639 ;;
10640 siemens)
10641 need_lib_prefix=no
10642 ;;
10643 motorola)
10644 need_lib_prefix=no
10645 need_version=no
10646 shlibpath_overrides_runpath=no
10647 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10648 ;;
10649 esac
10650 ;;
10651
10652sysv4*MP*)
10653 if test -d /usr/nec ;then
10654 version_type=linux
10655 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10656 soname_spec='$libname${shared_ext}.$major'
10657 shlibpath_var=LD_LIBRARY_PATH
2232061b 10658 fi
6bb11ab3
L
10659 ;;
10660
10661sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10662 version_type=freebsd-elf
10663 need_lib_prefix=no
10664 need_version=no
10665 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10666 soname_spec='${libname}${release}${shared_ext}$major'
10667 shlibpath_var=LD_LIBRARY_PATH
10668 shlibpath_overrides_runpath=yes
10669 hardcode_into_libs=yes
10670 if test "$with_gnu_ld" = yes; then
10671 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10672 else
10673 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10674 case $host_os in
10675 sco3.2v5*)
10676 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10677 ;;
10678 esac
10679 fi
10680 sys_lib_dlsearch_path_spec='/usr/lib'
10681 ;;
10682
10683tpf*)
10684 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10685 version_type=linux
10686 need_lib_prefix=no
10687 need_version=no
10688 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10689 shlibpath_var=LD_LIBRARY_PATH
10690 shlibpath_overrides_runpath=no
10691 hardcode_into_libs=yes
10692 ;;
10693
10694uts4*)
10695 version_type=linux
10696 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10697 soname_spec='${libname}${release}${shared_ext}$major'
10698 shlibpath_var=LD_LIBRARY_PATH
10699 ;;
10700
10701*)
10702 dynamic_linker=no
10703 ;;
10704esac
10705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10706$as_echo "$dynamic_linker" >&6; }
10707test "$dynamic_linker" = no && can_build_shared=no
10708
10709variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10710if test "$GCC" = yes; then
10711 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10712fi
2232061b 10713
6bb11ab3
L
10714if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10715 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10716fi
10717if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10718 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10719fi
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
2232061b 10746
2232061b 10747
2232061b 10748
2232061b 10749
2232061b
MF
10750
10751
6ffe910a 10752
6ffe910a
MF
10753
10754
10755
10756
10757
2232061b 10758
6ffe910a
MF
10759
10760
10761
10762
6ffe910a 10763
6ffe910a 10764
6ffe910a
MF
10765
10766
6ffe910a 10767
6ffe910a 10768
6ffe910a
MF
10769
10770
5f3ef9d0 10771
5f3ef9d0
JB
10772
10773
10774
db2e4d67
MF
10775
10776
db2e4d67 10777
db2e4d67 10778
db2e4d67 10779
db2e4d67 10780
db2e4d67 10781
db2e4d67 10782
db2e4d67 10783
db2e4d67
MF
10784
10785
db2e4d67 10786
db2e4d67
MF
10787
10788
db2e4d67 10789
db2e4d67
MF
10790
10791
6ffe910a 10792
6ffe910a 10793
6ffe910a
MF
10794
10795
6ffe910a
MF
10796
10797
6ffe910a 10798
6ffe910a 10799
6ffe910a 10800
6ffe910a 10801
6ffe910a 10802
b7026657 10803
b7026657 10804
5d031c16 10805
b7026657 10806
b7026657 10807
5d031c16 10808
b7026657 10809
b7026657 10810
5d031c16 10811
6bb11ab3
L
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10813$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10814hardcode_action=
10815if test -n "$hardcode_libdir_flag_spec" ||
10816 test -n "$runpath_var" ||
10817 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10818
6bb11ab3
L
10819 # We can hardcode non-existent directories.
10820 if test "$hardcode_direct" != no &&
10821 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10822 # have to relink, otherwise we might link with an installed library
10823 # when we should be linking with a yet-to-be-installed one
10824 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10825 test "$hardcode_minus_L" != no; then
10826 # Linking always hardcodes the temporary library directory.
10827 hardcode_action=relink
10828 else
10829 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10830 hardcode_action=immediate
10831 fi
10832else
10833 # We cannot hardcode anything, or else we can only hardcode existing
10834 # directories.
10835 hardcode_action=unsupported
b7026657 10836fi
6bb11ab3
L
10837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10838$as_echo "$hardcode_action" >&6; }
b7026657 10839
6bb11ab3
L
10840if test "$hardcode_action" = relink ||
10841 test "$inherit_rpath" = yes; then
10842 # Fast installation is not supported
10843 enable_fast_install=no
10844elif test "$shlibpath_overrides_runpath" = yes ||
10845 test "$enable_shared" = no; then
10846 # Fast installation is not necessary
10847 enable_fast_install=needless
10848fi
5d031c16 10849
6bb11ab3
L
10850
10851
10852
10853
10854
10855 if test "x$enable_dlopen" != xyes; then
10856 enable_dlopen=unknown
10857 enable_dlopen_self=unknown
10858 enable_dlopen_self_static=unknown
10859else
10860 lt_cv_dlopen=no
10861 lt_cv_dlopen_libs=
10862
10863 case $host_os in
10864 beos*)
10865 lt_cv_dlopen="load_add_on"
10866 lt_cv_dlopen_libs=
10867 lt_cv_dlopen_self=yes
10868 ;;
10869
10870 mingw* | pw32* | cegcc*)
10871 lt_cv_dlopen="LoadLibrary"
10872 lt_cv_dlopen_libs=
10873 ;;
10874
10875 cygwin*)
10876 lt_cv_dlopen="dlopen"
10877 lt_cv_dlopen_libs=
10878 ;;
10879
10880 darwin*)
10881 # if libdl is installed we need to link against it
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10883$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10884if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10885 $as_echo_n "(cached) " >&6
10886else
10887 ac_check_lib_save_LIBS=$LIBS
10888LIBS="-ldl $LIBS"
10889cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10890/* end confdefs.h. */
10891
10892/* Override any GCC internal prototype to avoid an error.
10893 Use char because int might match the return type of a GCC
10894 builtin and then its argument prototype would still apply. */
10895#ifdef __cplusplus
10896extern "C"
10897#endif
10898char dlopen ();
10899int
10900main ()
10901{
10902return dlopen ();
10903 ;
10904 return 0;
10905}
b7026657 10906_ACEOF
6bb11ab3
L
10907if ac_fn_c_try_link "$LINENO"; then :
10908 ac_cv_lib_dl_dlopen=yes
10909else
10910 ac_cv_lib_dl_dlopen=no
10911fi
10912rm -f core conftest.err conftest.$ac_objext \
10913 conftest$ac_exeext conftest.$ac_ext
10914LIBS=$ac_check_lib_save_LIBS
10915fi
10916{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10917$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10918if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10919 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10920else
10921
10922 lt_cv_dlopen="dyld"
10923 lt_cv_dlopen_libs=
10924 lt_cv_dlopen_self=yes
5d031c16 10925
5d031c16 10926fi
5d031c16 10927
6bb11ab3 10928 ;;
5d031c16 10929
6bb11ab3
L
10930 *)
10931 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10932if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10933 lt_cv_dlopen="shl_load"
10934else
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10936$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10937if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10938 $as_echo_n "(cached) " >&6
10939else
10940 ac_check_lib_save_LIBS=$LIBS
10941LIBS="-ldld $LIBS"
10942cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10943/* end confdefs.h. */
10944
10945/* Override any GCC internal prototype to avoid an error.
10946 Use char because int might match the return type of a GCC
10947 builtin and then its argument prototype would still apply. */
10948#ifdef __cplusplus
10949extern "C"
10950#endif
10951char shl_load ();
10952int
10953main ()
10954{
10955return shl_load ();
10956 ;
10957 return 0;
10958}
10959_ACEOF
10960if ac_fn_c_try_link "$LINENO"; then :
10961 ac_cv_lib_dld_shl_load=yes
10962else
10963 ac_cv_lib_dld_shl_load=no
10964fi
10965rm -f core conftest.err conftest.$ac_objext \
10966 conftest$ac_exeext conftest.$ac_ext
10967LIBS=$ac_check_lib_save_LIBS
10968fi
10969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10970$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10971if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10972 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10973else
10974 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10975if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10976 lt_cv_dlopen="dlopen"
10977else
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10979$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10980if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10981 $as_echo_n "(cached) " >&6
5d031c16 10982else
b7026657 10983 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10984LIBS="-ldl $LIBS"
81ecdfbb 10985cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10986/* end confdefs.h. */
10987
81ecdfbb
RW
10988/* Override any GCC internal prototype to avoid an error.
10989 Use char because int might match the return type of a GCC
10990 builtin and then its argument prototype would still apply. */
b7026657
AC
10991#ifdef __cplusplus
10992extern "C"
10993#endif
6bb11ab3 10994char dlopen ();
b7026657
AC
10995int
10996main ()
10997{
6bb11ab3 10998return dlopen ();
b7026657
AC
10999 ;
11000 return 0;
11001}
11002_ACEOF
81ecdfbb 11003if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11004 ac_cv_lib_dl_dlopen=yes
b7026657 11005else
6bb11ab3 11006 ac_cv_lib_dl_dlopen=no
b7026657 11007fi
81ecdfbb
RW
11008rm -f core conftest.err conftest.$ac_objext \
11009 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11010LIBS=$ac_check_lib_save_LIBS
11011fi
6bb11ab3
L
11012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11013$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11014if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11015 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11016else
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11018$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11019if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11020 $as_echo_n "(cached) " >&6
5d031c16 11021else
b7026657 11022 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11023LIBS="-lsvld $LIBS"
81ecdfbb 11024cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11025/* end confdefs.h. */
11026
81ecdfbb
RW
11027/* Override any GCC internal prototype to avoid an error.
11028 Use char because int might match the return type of a GCC
11029 builtin and then its argument prototype would still apply. */
b7026657
AC
11030#ifdef __cplusplus
11031extern "C"
11032#endif
6bb11ab3 11033char dlopen ();
b7026657
AC
11034int
11035main ()
11036{
6bb11ab3 11037return dlopen ();
b7026657
AC
11038 ;
11039 return 0;
11040}
11041_ACEOF
81ecdfbb 11042if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11043 ac_cv_lib_svld_dlopen=yes
b7026657 11044else
6bb11ab3 11045 ac_cv_lib_svld_dlopen=no
b7026657 11046fi
81ecdfbb
RW
11047rm -f core conftest.err conftest.$ac_objext \
11048 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11049LIBS=$ac_check_lib_save_LIBS
11050fi
6bb11ab3
L
11051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11052$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11053if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11054 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11055else
6bb11ab3
L
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11057$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11058if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11059 $as_echo_n "(cached) " >&6
b5bd9624 11060else
6bb11ab3
L
11061 ac_check_lib_save_LIBS=$LIBS
11062LIBS="-ldld $LIBS"
81ecdfbb 11063cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
11064/* end confdefs.h. */
11065
81ecdfbb
RW
11066/* Override any GCC internal prototype to avoid an error.
11067 Use char because int might match the return type of a GCC
b5bd9624 11068 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
11069#ifdef __cplusplus
11070extern "C"
11071#endif
6bb11ab3 11072char dld_link ();
b5bd9624
HPN
11073int
11074main ()
11075{
6bb11ab3 11076return dld_link ();
b5bd9624
HPN
11077 ;
11078 return 0;
11079}
11080_ACEOF
6bb11ab3
L
11081if ac_fn_c_try_link "$LINENO"; then :
11082 ac_cv_lib_dld_dld_link=yes
11083else
11084 ac_cv_lib_dld_dld_link=no
11085fi
11086rm -f core conftest.err conftest.$ac_objext \
11087 conftest$ac_exeext conftest.$ac_ext
11088LIBS=$ac_check_lib_save_LIBS
11089fi
11090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11091$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11092if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11093 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11094fi
11095
11096
11097fi
11098
11099
11100fi
11101
11102
11103fi
11104
11105
11106fi
11107
11108
11109fi
11110
11111 ;;
11112 esac
11113
11114 if test "x$lt_cv_dlopen" != xno; then
11115 enable_dlopen=yes
b5bd9624 11116 else
6bb11ab3
L
11117 enable_dlopen=no
11118 fi
11119
11120 case $lt_cv_dlopen in
11121 dlopen)
11122 save_CPPFLAGS="$CPPFLAGS"
11123 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11124
11125 save_LDFLAGS="$LDFLAGS"
11126 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11127
11128 save_LIBS="$LIBS"
11129 LIBS="$lt_cv_dlopen_libs $LIBS"
11130
11131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11132$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11133if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11134 $as_echo_n "(cached) " >&6
11135else
11136 if test "$cross_compiling" = yes; then :
11137 lt_cv_dlopen_self=cross
11138else
11139 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11140 lt_status=$lt_dlunknown
11141 cat > conftest.$ac_ext <<_LT_EOF
136da8cd 11142#line 11142 "configure"
6bb11ab3
L
11143#include "confdefs.h"
11144
11145#if HAVE_DLFCN_H
11146#include <dlfcn.h>
11147#endif
11148
11149#include <stdio.h>
11150
11151#ifdef RTLD_GLOBAL
11152# define LT_DLGLOBAL RTLD_GLOBAL
11153#else
11154# ifdef DL_GLOBAL
11155# define LT_DLGLOBAL DL_GLOBAL
11156# else
11157# define LT_DLGLOBAL 0
11158# endif
11159#endif
11160
11161/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11162 find out it does not work in some platform. */
11163#ifndef LT_DLLAZY_OR_NOW
11164# ifdef RTLD_LAZY
11165# define LT_DLLAZY_OR_NOW RTLD_LAZY
11166# else
11167# ifdef DL_LAZY
11168# define LT_DLLAZY_OR_NOW DL_LAZY
11169# else
11170# ifdef RTLD_NOW
11171# define LT_DLLAZY_OR_NOW RTLD_NOW
11172# else
11173# ifdef DL_NOW
11174# define LT_DLLAZY_OR_NOW DL_NOW
11175# else
11176# define LT_DLLAZY_OR_NOW 0
11177# endif
11178# endif
11179# endif
11180# endif
11181#endif
11182
11183/* When -fvisbility=hidden is used, assume the code has been annotated
11184 correspondingly for the symbols needed. */
11185#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11186void fnord () __attribute__((visibility("default")));
11187#endif
11188
11189void fnord () { int i=42; }
11190int main ()
11191{
11192 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11193 int status = $lt_dlunknown;
11194
11195 if (self)
11196 {
11197 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11198 else
11199 {
11200 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11201 else puts (dlerror ());
11202 }
11203 /* dlclose (self); */
11204 }
11205 else
11206 puts (dlerror ());
11207
11208 return status;
11209}
11210_LT_EOF
11211 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11212 (eval $ac_link) 2>&5
11213 ac_status=$?
11214 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11215 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11216 (./conftest; exit; ) >&5 2>/dev/null
11217 lt_status=$?
11218 case x$lt_status in
11219 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11220 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11221 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11222 esac
11223 else :
11224 # compilation failed
11225 lt_cv_dlopen_self=no
b5bd9624 11226 fi
b5bd9624 11227fi
6bb11ab3
L
11228rm -fr conftest*
11229
11230
b5bd9624 11231fi
6bb11ab3
L
11232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11233$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11234
6bb11ab3
L
11235 if test "x$lt_cv_dlopen_self" = xyes; then
11236 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11238$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11239if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11240 $as_echo_n "(cached) " >&6
b5bd9624 11241else
6bb11ab3
L
11242 if test "$cross_compiling" = yes; then :
11243 lt_cv_dlopen_self_static=cross
11244else
11245 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11246 lt_status=$lt_dlunknown
11247 cat > conftest.$ac_ext <<_LT_EOF
136da8cd 11248#line 11248 "configure"
6bb11ab3
L
11249#include "confdefs.h"
11250
11251#if HAVE_DLFCN_H
11252#include <dlfcn.h>
11253#endif
11254
11255#include <stdio.h>
11256
11257#ifdef RTLD_GLOBAL
11258# define LT_DLGLOBAL RTLD_GLOBAL
11259#else
11260# ifdef DL_GLOBAL
11261# define LT_DLGLOBAL DL_GLOBAL
11262# else
11263# define LT_DLGLOBAL 0
11264# endif
11265#endif
11266
11267/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11268 find out it does not work in some platform. */
11269#ifndef LT_DLLAZY_OR_NOW
11270# ifdef RTLD_LAZY
11271# define LT_DLLAZY_OR_NOW RTLD_LAZY
11272# else
11273# ifdef DL_LAZY
11274# define LT_DLLAZY_OR_NOW DL_LAZY
11275# else
11276# ifdef RTLD_NOW
11277# define LT_DLLAZY_OR_NOW RTLD_NOW
11278# else
11279# ifdef DL_NOW
11280# define LT_DLLAZY_OR_NOW DL_NOW
11281# else
11282# define LT_DLLAZY_OR_NOW 0
11283# endif
11284# endif
11285# endif
11286# endif
11287#endif
11288
11289/* When -fvisbility=hidden is used, assume the code has been annotated
11290 correspondingly for the symbols needed. */
11291#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11292void fnord () __attribute__((visibility("default")));
11293#endif
11294
11295void fnord () { int i=42; }
11296int main ()
11297{
11298 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11299 int status = $lt_dlunknown;
11300
11301 if (self)
11302 {
11303 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11304 else
11305 {
11306 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11307 else puts (dlerror ());
11308 }
11309 /* dlclose (self); */
11310 }
11311 else
11312 puts (dlerror ());
11313
11314 return status;
11315}
11316_LT_EOF
11317 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11318 (eval $ac_link) 2>&5
11319 ac_status=$?
11320 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11321 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11322 (./conftest; exit; ) >&5 2>/dev/null
11323 lt_status=$?
11324 case x$lt_status in
11325 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11326 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11327 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11328 esac
11329 else :
11330 # compilation failed
11331 lt_cv_dlopen_self_static=no
11332 fi
b5bd9624 11333fi
6bb11ab3
L
11334rm -fr conftest*
11335
11336
b5bd9624 11337fi
6bb11ab3
L
11338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11339$as_echo "$lt_cv_dlopen_self_static" >&6; }
11340 fi
11341
11342 CPPFLAGS="$save_CPPFLAGS"
11343 LDFLAGS="$save_LDFLAGS"
11344 LIBS="$save_LIBS"
11345 ;;
11346 esac
11347
11348 case $lt_cv_dlopen_self in
11349 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11350 *) enable_dlopen_self=unknown ;;
11351 esac
11352
11353 case $lt_cv_dlopen_self_static in
11354 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11355 *) enable_dlopen_self_static=unknown ;;
11356 esac
11357fi
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375striplib=
11376old_striplib=
11377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11378$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11379if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11380 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11381 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11383$as_echo "yes" >&6; }
11384else
11385# FIXME - insert some real tests, host_os isn't really good enough
11386 case $host_os in
11387 darwin*)
11388 if test -n "$STRIP" ; then
11389 striplib="$STRIP -x"
11390 old_striplib="$STRIP -S"
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11392$as_echo "yes" >&6; }
11393 else
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11395$as_echo "no" >&6; }
11396 fi
11397 ;;
11398 *)
11399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11400$as_echo "no" >&6; }
11401 ;;
11402 esac
11403fi
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416 # Report which library types will actually be built
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11418$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11420$as_echo "$can_build_shared" >&6; }
11421
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11423$as_echo_n "checking whether to build shared libraries... " >&6; }
11424 test "$can_build_shared" = "no" && enable_shared=no
11425
11426 # On AIX, shared libraries and static libraries use the same namespace, and
11427 # are all built from PIC.
11428 case $host_os in
11429 aix3*)
11430 test "$enable_shared" = yes && enable_static=no
11431 if test -n "$RANLIB"; then
11432 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11433 postinstall_cmds='$RANLIB $lib'
11434 fi
11435 ;;
11436
11437 aix[4-9]*)
11438 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11439 test "$enable_shared" = yes && enable_static=no
11440 fi
11441 ;;
11442 esac
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11444$as_echo "$enable_shared" >&6; }
11445
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11447$as_echo_n "checking whether to build static libraries... " >&6; }
11448 # Make sure either enable_shared or enable_static is yes.
11449 test "$enable_shared" = yes || enable_static=yes
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11451$as_echo "$enable_static" >&6; }
11452
11453
11454
11455
11456fi
11457ac_ext=c
11458ac_cpp='$CPP $CPPFLAGS'
11459ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11460ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11461ac_compiler_gnu=$ac_cv_c_compiler_gnu
11462
11463CC="$lt_save_CC"
11464
11465
11466
11467
11468
11469
11470
11471
11472
b5bd9624 11473
b5bd9624 11474
b5bd9624 11475
b5bd9624 11476
6bb11ab3
L
11477 ac_config_commands="$ac_config_commands libtool"
11478
11479
11480
11481
11482# Only expand once:
11483
11484
5912fadd 11485
b5bd9624 11486
5d031c16
AC
11487
11488
31e6ad7d
MF
11489
11490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11491$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11492 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11493if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11494 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11495else
11496 USE_MAINTAINER_MODE=no
5d031c16 11497fi
31e6ad7d
MF
11498
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11500$as_echo "$USE_MAINTAINER_MODE" >&6; }
11501 if test $USE_MAINTAINER_MODE = yes; then
11502 MAINTAINER_MODE_TRUE=
11503 MAINTAINER_MODE_FALSE='#'
5d031c16 11504else
31e6ad7d
MF
11505 MAINTAINER_MODE_TRUE='#'
11506 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11507fi
11508
31e6ad7d
MF
11509 MAINT=$MAINTAINER_MODE_TRUE
11510
11511
5d031c16
AC
11512
11513
ce39bd38
MF
11514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11515$as_echo_n "checking for sim debug setting... " >&6; }
11516sim_debug="0"
81ecdfbb
RW
11517# Check whether --enable-sim-debug was given.
11518if test "${enable_sim_debug+set}" = set; then :
11519 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11520 yes) sim_debug="7";;
11521 no) sim_debug="0";;
11522 *) sim_debug="($enableval)";;
5d031c16 11523esac
5d031c16 11524fi
ce39bd38
MF
11525if test "$sim_debug" != "0"; then
11526
11527cat >>confdefs.h <<_ACEOF
11528#define DEBUG $sim_debug
11529_ACEOF
11530
81ecdfbb
RW
11531fi
11532
ce39bd38
MF
11533cat >>confdefs.h <<_ACEOF
11534#define WITH_DEBUG $sim_debug
11535_ACEOF
11536
11537{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11538$as_echo "$sim_debug" >&6; }
5d031c16
AC
11539
11540
ce39bd38
MF
11541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11542$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11543sim_stdio="0"
81ecdfbb
RW
11544# Check whether --enable-sim-stdio was given.
11545if test "${enable_sim_stdio+set}" = set; then :
11546 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11547 yes) sim_stdio="DO_USE_STDIO";;
11548 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11549 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
5d031c16 11550esac
81ecdfbb 11551fi
5d031c16 11552
ce39bd38
MF
11553cat >>confdefs.h <<_ACEOF
11554#define WITH_STDIO $sim_stdio
11555_ACEOF
11556
11557{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11558$as_echo "$sim_stdio" >&6; }
5d031c16 11559
81ecdfbb 11560
ce39bd38
MF
11561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11562$as_echo_n "checking for sim trace settings... " >&6; }
11563sim_trace="~TRACE_debug"
81ecdfbb
RW
11564# Check whether --enable-sim-trace was given.
11565if test "${enable_sim_trace+set}" = set; then :
11566 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11567 yes) sim_trace="-1";;
11568 no) sim_trace="0";;
5d031c16 11569 [-0-9]*)
ce39bd38 11570 sim_trace="'(${enableval})'";;
2232061b 11571 [[:lower:]]*)
5d031c16
AC
11572 sim_trace=""
11573 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11574 if test x"$sim_trace" = x; then
ce39bd38 11575 sim_trace="(TRACE_$x"
5d031c16
AC
11576 else
11577 sim_trace="${sim_trace}|TRACE_$x"
11578 fi
11579 done
ce39bd38 11580 sim_trace="$sim_trace)" ;;
5d031c16 11581esac
81ecdfbb 11582fi
5d031c16 11583
ce39bd38
MF
11584cat >>confdefs.h <<_ACEOF
11585#define WITH_TRACE $sim_trace
11586_ACEOF
11587
11588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11589$as_echo "$sim_trace" >&6; }
5d031c16 11590
81ecdfbb 11591
ce39bd38
MF
11592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11593$as_echo_n "checking for sim profile settings... " >&6; }
11594profile="1"
11595sim_profile="-1"
81ecdfbb
RW
11596# Check whether --enable-sim-profile was given.
11597if test "${enable_sim_profile+set}" = set; then :
11598 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11599 yes) profile="1" sim_profile="-1";;
11600 no) profile="0" sim_profile="0";;
5d031c16 11601 [-0-9]*)
ce39bd38 11602 profile="(${enableval})" sim_profile="(${enableval})";;
5d031c16 11603 [a-z]*)
ce39bd38 11604 profile="1"
5d031c16
AC
11605 sim_profile=""
11606 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11607 if test x"$sim_profile" = x; then
ce39bd38 11608 sim_profile="(PROFILE_$x"
5d031c16
AC
11609 else
11610 sim_profile="${sim_profile}|PROFILE_$x"
11611 fi
11612 done
ce39bd38 11613 sim_profile="$sim_profile)" ;;
5d031c16 11614esac
81ecdfbb 11615fi
5d031c16 11616
ce39bd38
MF
11617cat >>confdefs.h <<_ACEOF
11618#define PROFILE $profile
11619_ACEOF
5d031c16 11620
6efef468 11621
ce39bd38
MF
11622cat >>confdefs.h <<_ACEOF
11623#define WITH_PROFILE $sim_profile
11624_ACEOF
11625
11626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11627$as_echo "$sim_profile" >&6; }
11628
11629
11630
11631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11632$as_echo_n "checking whether to enable sim asserts... " >&6; }
11633sim_assert="1"
35656e95
MF
11634# Check whether --enable-sim-assert was given.
11635if test "${enable_sim_assert+set}" = set; then :
11636 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11637 yes) sim_assert="1";;
11638 no) sim_assert="0";;
d0ac1c44 11639 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11640esac
35656e95
MF
11641fi
11642
ce39bd38
MF
11643cat >>confdefs.h <<_ACEOF
11644#define WITH_ASSERT $sim_assert
11645_ACEOF
11646
11647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11648$as_echo "$sim_assert" >&6; }
11649
35656e95 11650
ce39bd38
MF
11651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11652$as_echo_n "checking default sim environment setting... " >&6; }
11653sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11654# Check whether --enable-sim-environment was given.
11655if test "${enable_sim_environment+set}" = set; then :
11656 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11657 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11658 user | USER) sim_environment="USER_ENVIRONMENT";;
11659 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11660 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11661 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11662esac
16f7876d
MF
11663fi
11664
ce39bd38
MF
11665cat >>confdefs.h <<_ACEOF
11666#define WITH_ENVIRONMENT $sim_environment
11667_ACEOF
11668
11669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11670$as_echo "$sim_environment" >&6; }
11671
16f7876d 11672
347fe5bb
MF
11673sim_inline="-DDEFAULT_INLINE=0"
11674# Check whether --enable-sim-inline was given.
11675if test "${enable_sim_inline+set}" = set; then :
11676 enableval=$enable_sim_inline; sim_inline=""
11677case "$enableval" in
11678 no) sim_inline="-DDEFAULT_INLINE=0";;
11679 0) sim_inline="-DDEFAULT_INLINE=0";;
11680 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11681 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11682 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11683 new_flag=""
11684 case "$x" in
11685 *_INLINE=*) new_flag="-D$x";;
11686 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11687 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11688 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11689 esac
11690 if test x"$sim_inline" = x""; then
11691 sim_inline="$new_flag"
11692 else
11693 sim_inline="$sim_inline $new_flag"
11694 fi
11695 done;;
11696esac
11697if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11698 echo "Setting inline flags = $sim_inline" 6>&1
11699fi
11700fi
11701
11702
11703
81ecdfbb
RW
11704
11705# Check whether --with-pkgversion was given.
11706if test "${with_pkgversion+set}" = set; then :
11707 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11708 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11709 no) PKGVERSION= ;;
11710 *) PKGVERSION="($withval) " ;;
11711 esac
11712else
bf12d44e 11713 PKGVERSION="(SIM) "
6efef468 11714
81ecdfbb
RW
11715fi
11716
6efef468
JM
11717
11718
11719
11720
81ecdfbb
RW
11721# Check whether --with-bugurl was given.
11722if test "${with_bugurl+set}" = set; then :
11723 withval=$with_bugurl; case "$withval" in
d0ac1c44 11724 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11725 no) BUGURL=
11726 ;;
11727 *) BUGURL="$withval"
11728 ;;
11729 esac
11730else
dfb856ba 11731 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11732
81ecdfbb
RW
11733fi
11734
6efef468
JM
11735 case ${BUGURL} in
11736 "")
11737 REPORT_BUGS_TO=
11738 REPORT_BUGS_TEXI=
11739 ;;
11740 *)
11741 REPORT_BUGS_TO="<$BUGURL>"
11742 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11743 ;;
11744 esac;
11745
11746
11747
11748
11749cat >>confdefs.h <<_ACEOF
11750#define PKGVERSION "$PKGVERSION"
11751_ACEOF
11752
11753
11754cat >>confdefs.h <<_ACEOF
11755#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11756_ACEOF
11757
11758
81ecdfbb
RW
11759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11760$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11761if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11762 $as_echo_n "(cached) " >&6
5d031c16 11763else
81ecdfbb 11764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11765/* end confdefs.h. */
5d031c16
AC
11766#include <sys/types.h>
11767#include <signal.h>
5d031c16 11768
b7026657
AC
11769int
11770main ()
11771{
81ecdfbb 11772return *(signal (0, 0)) (0) == 1;
b7026657
AC
11773 ;
11774 return 0;
11775}
11776_ACEOF
81ecdfbb
RW
11777if ac_fn_c_try_compile "$LINENO"; then :
11778 ac_cv_type_signal=int
5d031c16 11779else
81ecdfbb 11780 ac_cv_type_signal=void
5d031c16 11781fi
81ecdfbb 11782rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5d031c16 11783fi
81ecdfbb
RW
11784{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11785$as_echo "$ac_cv_type_signal" >&6; }
5d031c16 11786
b7026657 11787cat >>confdefs.h <<_ACEOF
5d031c16 11788#define RETSIGTYPE $ac_cv_type_signal
b7026657 11789_ACEOF
5d031c16
AC
11790
11791
11792
5d031c16
AC
11793
11794
5d031c16
AC
11795
11796
6ffe910a 11797
1ac72f06 11798wire_endian="BIG"
eca4255a
MF
11799default_endian=""
11800# Check whether --enable-sim-endian was given.
11801if test "${enable_sim_endian+set}" = set; then :
11802 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11803 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11804 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
eca4255a 11805 yes) if test x"$wire_endian" != x; then
1ac72f06 11806 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
eca4255a 11807 else
1ac72f06
MF
11808 if test x"$default_endian" != x; then
11809 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
eca4255a
MF
11810 else
11811 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11812 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
eca4255a
MF
11813 fi
11814 fi;;
11815 no) if test x"$default_endian" != x; then
1ac72f06 11816 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
eca4255a
MF
11817 else
11818 if test x"$wire_endian" != x; then
1ac72f06 11819 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
eca4255a
MF
11820 else
11821 echo "No default endian for target $target" 1>&6
1ac72f06 11822 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
eca4255a
MF
11823 fi
11824 fi;;
d0ac1c44 11825 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
eca4255a
MF
11826esac
11827if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11828 echo "Setting endian flags = $sim_endian" 6>&1
11829fi
11830else
11831 if test x"$default_endian" != x; then
1ac72f06 11832 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
eca4255a
MF
11833else
11834 if test x"$wire_endian" != x; then
1ac72f06 11835 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
eca4255a
MF
11836 else
11837 sim_endian=
11838 fi
11839fi
11840fi
11841
5d031c16
AC
11842wire_alignment="NONSTRICT_ALIGNMENT"
11843default_alignment=""
11844
81ecdfbb
RW
11845# Check whether --enable-sim-alignment was given.
11846if test "${enable_sim_alignment+set}" = set; then :
11847 enableval=$enable_sim_alignment; case "${enableval}" in
5d031c16
AC
11848 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11849 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11850 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11851 yes) if test x"$wire_alignment" != x; then
11852 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11853 else
11854 if test x"$default_alignment" != x; then
11855 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11856 else
11857 echo "No hard-wired alignment for target $target" 1>&6
11858 sim_alignment="-DWITH_ALIGNMENT=0"
11859 fi
11860 fi;;
11861 no) if test x"$default_alignment" != x; then
11862 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11863 else
11864 if test x"$wire_alignment" != x; then
11865 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11866 else
11867 echo "No default alignment for target $target" 1>&6
11868 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11869 fi
11870 fi;;
d0ac1c44 11871 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
5d031c16
AC
11872esac
11873if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11874 echo "Setting alignment flags = $sim_alignment" 6>&1
11875fi
11876else
11877 if test x"$default_alignment" != x; then
11878 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11879else
11880 if test x"$wire_alignment" != x; then
11881 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11882 else
11883 sim_alignment=
11884 fi
11885fi
81ecdfbb 11886fi
5d031c16 11887
81ecdfbb 11888
2232061b
MF
11889# Check whether --enable-werror was given.
11890if test "${enable_werror+set}" = set; then :
11891 enableval=$enable_werror; case "${enableval}" in
11892 yes | y) ERROR_ON_WARNING="yes" ;;
11893 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11894 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11895 esac
11896fi
11897
11898
11899# Enable -Werror by default when using gcc
11900if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11901 ERROR_ON_WARNING=yes
51216631 11902fi
2232061b
MF
11903
11904WERROR_CFLAGS=""
2232061b 11905
2232061b 11906build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 11907-Wpointer-sign \
2232061b 11908-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
11909-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11910-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11911-Wold-style-declaration -Wold-style-definition"
2232061b
MF
11912
11913# Enable -Wno-format by default when using gcc on mingw since many
11914# GCC versions complain about %I64.
11915case "${host}" in
11916 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 11917 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
11918esac
11919
81ecdfbb
RW
11920# Check whether --enable-build-warnings was given.
11921if test "${enable_build_warnings+set}" = set; then :
11922 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
11923 yes) ;;
11924 no) build_warnings="-w";;
11925 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11926 build_warnings="${build_warnings} ${t}";;
11927 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11928 build_warnings="${t} ${build_warnings}";;
11929 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11930esac
11931if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11932 echo "Setting compiler warning flags = $build_warnings" 6>&1
11933fi
81ecdfbb
RW
11934fi
11935# Check whether --enable-sim-build-warnings was given.
11936if test "${enable_sim_build_warnings+set}" = set; then :
11937 enableval=$enable_sim_build_warnings; case "${enableval}" in
5d031c16
AC
11938 yes) ;;
11939 no) build_warnings="-w";;
11940 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 11941 build_warnings="${build_warnings} ${t}";;
5d031c16 11942 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
11943 build_warnings="${t} ${build_warnings}";;
11944 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
5d031c16
AC
11945esac
11946if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
11947 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11948fi
81ecdfbb
RW
11949fi
11950WARN_CFLAGS=""
5d031c16
AC
11951if test "x${build_warnings}" != x -a "x$GCC" = xyes
11952then
81ecdfbb
RW
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11954$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
11955 # Separate out the -Werror flag as some files just cannot be
11956 # compiled with it enabled.
11957 for w in ${build_warnings}; do
11958 case $w in
11959 -Werr*) WERROR_CFLAGS=-Werror ;;
11960 *) # Check that GCC accepts it
11961 saved_CFLAGS="$CFLAGS"
11962 CFLAGS="$CFLAGS $w"
81ecdfbb 11963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11964/* end confdefs.h. */
c8cca39f 11965
b7026657
AC
11966int
11967main ()
11968{
c8cca39f 11969
b7026657
AC
11970 ;
11971 return 0;
11972}
11973_ACEOF
81ecdfbb 11974if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 11975 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 11976fi
81ecdfbb 11977rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
11978 CFLAGS="$saved_CFLAGS"
11979 esac
11980 done
2232061b
MF
11981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11982$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
5d031c16
AC
11983fi
11984
11985
88f68ee2
MF
11986if test ""; then
11987 hardware=""
5d031c16 11988else
6ffe910a 11989 hardware="cfi core pal glue"
5d031c16 11990fi
88f68ee2 11991hardware="$hardware m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram"
1517bd27 11992
5d031c16
AC
11993sim_hw_cflags="-DWITH_HW=1"
11994sim_hw="$hardware"
11995sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11996
81ecdfbb
RW
11997# Check whether --enable-sim-hardware was given.
11998if test "${enable_sim_hardware+set}" = set; then :
11999 enableval=$enable_sim_hardware;
30452bbe 12000else
88f68ee2 12001 enable_sim_hardware="yes"
1517bd27
MF
12002fi
12003
12004case ${enable_sim_hardware} in
64dd13df
MF
12005 yes|no) ;;
12006 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
12007 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
12008 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
5d031c16 12009esac
1517bd27 12010
64dd13df 12011if test "$enable_sim_hardware" = no; then
5d031c16
AC
12012 sim_hw_objs=
12013 sim_hw_cflags="-DWITH_HW=0"
12014 sim_hw=
12015else
12016 sim_hw_cflags="-DWITH_HW=1"
12017 # remove duplicates
12018 sim_hw=""
12019 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
b3a3ffef
HPN
12020 for i in $hardware ; do
12021 case " $sim_hw " in
5d031c16
AC
12022 *" $i "*) ;;
12023 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
12024 esac
12025 done
1517bd27 12026 # mingw does not support sockser
1517bd27
MF
12027 case ${host} in
12028 *mingw*) ;;
49cd1634
MF
12029 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
12030 # that you instatiate. Instead, other code will call into it directly.
12031 # At some point, we should convert it over.
12032 sim_hw_objs="$sim_hw_objs dv-sockser.o"
b7026657 12033
1517bd27
MF
12034cat >>confdefs.h <<_ACEOF
12035#define HAVE_DV_SOCKSER 1
12036_ACEOF
b7026657 12037
1517bd27
MF
12038 ;;
12039 esac
1517bd27
MF
12040 if test x"$silent" != x"yes"; then
12041 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
12042 fi
12043 case " $hardware " in
12044 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 12045$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 12046if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
12047 $as_echo_n "(cached) " >&6
12048else
12049 ac_check_lib_save_LIBS=$LIBS
12050LIBS="-lm $LIBS"
12051cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12052/* end confdefs.h. */
12053
12054/* Override any GCC internal prototype to avoid an error.
12055 Use char because int might match the return type of a GCC
12056 builtin and then its argument prototype would still apply. */
12057#ifdef __cplusplus
12058extern "C"
12059#endif
12060char log2 ();
12061int
12062main ()
12063{
12064return log2 ();
12065 ;
12066 return 0;
12067}
12068_ACEOF
12069if ac_fn_c_try_link "$LINENO"; then :
12070 ac_cv_lib_m_log2=yes
12071else
12072 ac_cv_lib_m_log2=no
12073fi
12074rm -f core conftest.err conftest.$ac_objext \
12075 conftest$ac_exeext conftest.$ac_ext
12076LIBS=$ac_check_lib_save_LIBS
12077fi
12078{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
12079$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 12080if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
12081 cat >>confdefs.h <<_ACEOF
12082#define HAVE_LIBM 1
12083_ACEOF
12084
12085 LIBS="-lm $LIBS"
12086
12087fi
12088;;
1517bd27
MF
12089 esac
12090fi
4399a56b 12091
b7026657 12092
5d031c16 12093
379832de
HPN
12094cgen_breaks=""
12095if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12096cgen_breaks="break cgen_rtx_error";
12097fi
12098
81ecdfbb 12099ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 12100
81ecdfbb 12101ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 12102
81ecdfbb 12103ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 12104
81ecdfbb 12105ac_config_commands="$ac_config_commands Makefile"
38f48d72 12106
81ecdfbb 12107ac_config_commands="$ac_config_commands stamp-h"
38f48d72 12108
b7026657 12109cat >confcache <<\_ACEOF
5d031c16
AC
12110# This file is a shell script that caches the results of configure
12111# tests run on this system so they can be shared between configure
b7026657
AC
12112# scripts and configure runs, see configure's option --config-cache.
12113# It is not useful on other systems. If it contains results you don't
12114# want to keep, you may remove or edit it.
5d031c16 12115#
b7026657
AC
12116# config.status only pays attention to the cache file if you give it
12117# the --recheck option to rerun configure.
5d031c16 12118#
b7026657
AC
12119# `ac_cv_env_foo' variables (set or unset) will be overridden when
12120# loading this file, other *unset* `ac_cv_foo' will be assigned the
12121# following values.
12122
12123_ACEOF
12124
5d031c16
AC
12125# The following way of writing the cache mishandles newlines in values,
12126# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12127# So, we kill variables containing newlines.
5d031c16
AC
12128# Ultrix sh set writes to stderr and can't be redirected directly,
12129# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12130(
12131 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12132 eval ac_val=\$$ac_var
12133 case $ac_val in #(
12134 *${as_nl}*)
12135 case $ac_var in #(
12136 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12137$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12138 esac
12139 case $ac_var in #(
12140 _ | IFS | as_nl) ;; #(
12141 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12142 *) { eval $ac_var=; unset $ac_var;} ;;
12143 esac ;;
12144 esac
12145 done
12146
b7026657 12147 (set) 2>&1 |
81ecdfbb
RW
12148 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12149 *${as_nl}ac_space=\ *)
12150 # `set' does not quote correctly, so add quotes: double-quote
12151 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
12152 sed -n \
12153 "s/'/'\\\\''/g;
12154 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12155 ;; #(
b7026657
AC
12156 *)
12157 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12158 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 12159 ;;
81ecdfbb
RW
12160 esac |
12161 sort
12162) |
b7026657 12163 sed '
81ecdfbb 12164 /^ac_cv_env_/b end
b7026657 12165 t clear
81ecdfbb 12166 :clear
b7026657
AC
12167 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12168 t end
81ecdfbb
RW
12169 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12170 :end' >>confcache
12171if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12172 if test -w "$cache_file"; then
d0ac1c44 12173 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12175$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12176 if test ! -f "$cache_file" || test -h "$cache_file"; then
12177 cat confcache >"$cache_file"
12178 else
12179 case $cache_file in #(
12180 */* | ?:*)
12181 mv -f confcache "$cache_file"$$ &&
12182 mv -f "$cache_file"$$ "$cache_file" ;; #(
12183 *)
12184 mv -f confcache "$cache_file" ;;
12185 esac
12186 fi
12187 fi
5d031c16 12188 else
81ecdfbb
RW
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12190$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5d031c16
AC
12191 fi
12192fi
12193rm -f confcache
12194
5d031c16
AC
12195test "x$prefix" = xNONE && prefix=$ac_default_prefix
12196# Let make expand exec_prefix.
12197test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12198
5d031c16
AC
12199DEFS=-DHAVE_CONFIG_H
12200
b7026657
AC
12201ac_libobjs=
12202ac_ltlibobjs=
d0ac1c44 12203U=
b7026657
AC
12204for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12205 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12206 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12207 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12208 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12209 # will be set to the directory where LIBOBJS objects are built.
12210 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12211 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
12212done
12213LIBOBJS=$ac_libobjs
5d031c16 12214
b7026657
AC
12215LTLIBOBJS=$ac_ltlibobjs
12216
12217
0cb8d851 12218
db2e4d67 12219if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 12220 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
12221Usually this means the macro was only invoked conditionally." "$LINENO" 5
12222fi
6bb11ab3 12223if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12224 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12225Usually this means the macro was only invoked conditionally." "$LINENO" 5
12226fi
31e6ad7d 12227if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12228 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12229Usually this means the macro was only invoked conditionally." "$LINENO" 5
12230fi
b7026657 12231
d0ac1c44 12232: "${CONFIG_STATUS=./config.status}"
81ecdfbb 12233ac_write_fail=0
b7026657
AC
12234ac_clean_files_save=$ac_clean_files
12235ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
12236{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12237$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12238as_write_fail=0
12239cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
12240#! $SHELL
12241# Generated by $as_me.
5d031c16 12242# Run this file to recreate the current configuration.
5d031c16 12243# Compiler output produced by configure, useful for debugging
b7026657 12244# configure, is in config.log if it exists.
5d031c16 12245
b7026657
AC
12246debug=false
12247ac_cs_recheck=false
12248ac_cs_silent=false
b7026657 12249
81ecdfbb
RW
12250SHELL=\${CONFIG_SHELL-$SHELL}
12251export SHELL
12252_ASEOF
12253cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12254## -------------------- ##
12255## M4sh Initialization. ##
12256## -------------------- ##
12257
12258# Be more Bourne compatible
12259DUALCASE=1; export DUALCASE # for MKS sh
12260if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
12261 emulate sh
12262 NULLCMD=:
81ecdfbb 12263 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
12264 # is contrary to our usage. Disable this feature.
12265 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
12266 setopt NO_GLOB_SUBST
12267else
12268 case `(set -o) 2>/dev/null` in #(
12269 *posix*) :
12270 set -o posix ;; #(
12271 *) :
12272 ;;
12273esac
b7026657 12274fi
b7026657 12275
81ecdfbb
RW
12276
12277as_nl='
12278'
12279export as_nl
12280# Printing a long string crashes Solaris 7 /usr/bin/printf.
12281as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12282as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12283as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12284# Prefer a ksh shell builtin over an external printf program on Solaris,
12285# but without wasting forks for bash or zsh.
12286if test -z "$BASH_VERSION$ZSH_VERSION" \
12287 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12288 as_echo='print -r --'
12289 as_echo_n='print -rn --'
12290elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12291 as_echo='printf %s\n'
12292 as_echo_n='printf %s'
12293else
12294 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12295 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12296 as_echo_n='/usr/ucb/echo -n'
12297 else
12298 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12299 as_echo_n_body='eval
12300 arg=$1;
12301 case $arg in #(
12302 *"$as_nl"*)
12303 expr "X$arg" : "X\\(.*\\)$as_nl";
12304 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12305 esac;
12306 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12307 '
12308 export as_echo_n_body
12309 as_echo_n='sh -c $as_echo_n_body as_echo'
12310 fi
12311 export as_echo_body
12312 as_echo='sh -c $as_echo_body as_echo'
12313fi
12314
12315# The user is always right.
12316if test "${PATH_SEPARATOR+set}" != set; then
12317 PATH_SEPARATOR=:
12318 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12319 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12320 PATH_SEPARATOR=';'
12321 }
b7026657
AC
12322fi
12323
12324
81ecdfbb
RW
12325# IFS
12326# We need space, tab and new line, in precisely that order. Quoting is
12327# there to prevent editors from complaining about space-tab.
12328# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12329# splitting by setting IFS to empty value.)
12330IFS=" "" $as_nl"
12331
12332# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12333as_myself=
81ecdfbb
RW
12334case $0 in #((
12335 *[\\/]* ) as_myself=$0 ;;
12336 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12337for as_dir in $PATH
12338do
12339 IFS=$as_save_IFS
12340 test -z "$as_dir" && as_dir=.
12341 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12342 done
12343IFS=$as_save_IFS
12344
12345 ;;
12346esac
12347# We did not find ourselves, most probably we were run as `sh COMMAND'
12348# in which case we are not to be found in the path.
12349if test "x$as_myself" = x; then
12350 as_myself=$0
12351fi
12352if test ! -f "$as_myself"; then
12353 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12354 exit 1
12355fi
12356
12357# Unset variables that we do not need and which cause bugs (e.g. in
12358# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12359# suppresses any "Segmentation fault" message there. '((' could
12360# trigger a bug in pdksh 5.2.14.
12361for as_var in BASH_ENV ENV MAIL MAILPATH
12362do eval test x\${$as_var+set} = xset \
12363 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12364done
b7026657
AC
12365PS1='$ '
12366PS2='> '
12367PS4='+ '
12368
12369# NLS nuisances.
81ecdfbb
RW
12370LC_ALL=C
12371export LC_ALL
12372LANGUAGE=C
12373export LANGUAGE
12374
12375# CDPATH.
12376(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12377
12378
d0ac1c44
SM
12379# as_fn_error STATUS ERROR [LINENO LOG_FD]
12380# ----------------------------------------
81ecdfbb
RW
12381# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12382# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12383# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12384as_fn_error ()
12385{
d0ac1c44
SM
12386 as_status=$1; test $as_status -eq 0 && as_status=1
12387 if test "$4"; then
12388 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12389 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 12390 fi
d0ac1c44 12391 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12392 as_fn_exit $as_status
12393} # as_fn_error
12394
12395
12396# as_fn_set_status STATUS
12397# -----------------------
12398# Set $? to STATUS, without forking.
12399as_fn_set_status ()
12400{
12401 return $1
12402} # as_fn_set_status
12403
12404# as_fn_exit STATUS
12405# -----------------
12406# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12407as_fn_exit ()
12408{
12409 set +e
12410 as_fn_set_status $1
12411 exit $1
12412} # as_fn_exit
12413
12414# as_fn_unset VAR
12415# ---------------
12416# Portably unset VAR.
12417as_fn_unset ()
12418{
12419 { eval $1=; unset $1;}
12420}
12421as_unset=as_fn_unset
12422# as_fn_append VAR VALUE
12423# ----------------------
12424# Append the text in VALUE to the end of the definition contained in VAR. Take
12425# advantage of any shell optimizations that allow amortized linear growth over
12426# repeated appends, instead of the typical quadratic growth present in naive
12427# implementations.
12428if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12429 eval 'as_fn_append ()
12430 {
12431 eval $1+=\$2
12432 }'
12433else
12434 as_fn_append ()
12435 {
12436 eval $1=\$$1\$2
12437 }
12438fi # as_fn_append
12439
12440# as_fn_arith ARG...
12441# ------------------
12442# Perform arithmetic evaluation on the ARGs, and store the result in the
12443# global $as_val. Take advantage of shells that can avoid forks. The arguments
12444# must be portable across $(()) and expr.
12445if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12446 eval 'as_fn_arith ()
12447 {
12448 as_val=$(( $* ))
12449 }'
12450else
12451 as_fn_arith ()
12452 {
12453 as_val=`expr "$@" || test $? -eq 1`
12454 }
12455fi # as_fn_arith
12456
5d031c16 12457
81ecdfbb
RW
12458if expr a : '\(a\)' >/dev/null 2>&1 &&
12459 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
12460 as_expr=expr
12461else
12462 as_expr=false
12463fi
12464
81ecdfbb 12465if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
12466 as_basename=basename
12467else
12468 as_basename=false
12469fi
5d031c16 12470
81ecdfbb
RW
12471if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12472 as_dirname=dirname
12473else
12474 as_dirname=false
12475fi
5d031c16 12476
81ecdfbb 12477as_me=`$as_basename -- "$0" ||
b7026657
AC
12478$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12479 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12480 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12481$as_echo X/"$0" |
12482 sed '/^.*\/\([^/][^/]*\)\/*$/{
12483 s//\1/
12484 q
12485 }
12486 /^X\/\(\/\/\)$/{
12487 s//\1/
12488 q
12489 }
12490 /^X\/\(\/\).*/{
12491 s//\1/
12492 q
12493 }
12494 s/.*/./; q'`
5d031c16 12495
b7026657
AC
12496# Avoid depending upon Character Ranges.
12497as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12498as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12499as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12500as_cr_digits='0123456789'
12501as_cr_alnum=$as_cr_Letters$as_cr_digits
12502
81ecdfbb
RW
12503ECHO_C= ECHO_N= ECHO_T=
12504case `echo -n x` in #(((((
12505-n*)
12506 case `echo 'xy\c'` in
12507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12508 xy) ECHO_C='\c';;
12509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12510 ECHO_T=' ';;
12511 esac;;
12512*)
12513 ECHO_N='-n';;
b7026657
AC
12514esac
12515
81ecdfbb
RW
12516rm -f conf$$ conf$$.exe conf$$.file
12517if test -d conf$$.dir; then
12518 rm -f conf$$.dir/conf$$.file
b7026657 12519else
81ecdfbb
RW
12520 rm -f conf$$.dir
12521 mkdir conf$$.dir 2>/dev/null
b7026657 12522fi
81ecdfbb
RW
12523if (echo >conf$$.file) 2>/dev/null; then
12524 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12525 as_ln_s='ln -s'
81ecdfbb
RW
12526 # ... but there are two gotchas:
12527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12529 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12531 as_ln_s='cp -pR'
81ecdfbb
RW
12532 elif ln conf$$.file conf$$ 2>/dev/null; then
12533 as_ln_s=ln
12534 else
d0ac1c44 12535 as_ln_s='cp -pR'
5d031c16 12536 fi
b7026657 12537else
d0ac1c44 12538 as_ln_s='cp -pR'
b7026657 12539fi
81ecdfbb
RW
12540rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12541rmdir conf$$.dir 2>/dev/null
b7026657 12542
81ecdfbb
RW
12543
12544# as_fn_mkdir_p
12545# -------------
12546# Create "$as_dir" as a directory, including parents if necessary.
12547as_fn_mkdir_p ()
12548{
12549
12550 case $as_dir in #(
12551 -*) as_dir=./$as_dir;;
12552 esac
12553 test -d "$as_dir" || eval $as_mkdir_p || {
12554 as_dirs=
12555 while :; do
12556 case $as_dir in #(
12557 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12558 *) as_qdir=$as_dir;;
12559 esac
12560 as_dirs="'$as_qdir' $as_dirs"
12561 as_dir=`$as_dirname -- "$as_dir" ||
12562$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12563 X"$as_dir" : 'X\(//\)[^/]' \| \
12564 X"$as_dir" : 'X\(//\)$' \| \
12565 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12566$as_echo X"$as_dir" |
12567 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12568 s//\1/
12569 q
12570 }
12571 /^X\(\/\/\)[^/].*/{
12572 s//\1/
12573 q
12574 }
12575 /^X\(\/\/\)$/{
12576 s//\1/
12577 q
12578 }
12579 /^X\(\/\).*/{
12580 s//\1/
12581 q
12582 }
12583 s/.*/./; q'`
12584 test -d "$as_dir" && break
12585 done
12586 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12587 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
12588
12589
12590} # as_fn_mkdir_p
b7026657 12591if mkdir -p . 2>/dev/null; then
81ecdfbb 12592 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
12593else
12594 test -d ./-p && rmdir ./-p
12595 as_mkdir_p=false
12596fi
12597
d0ac1c44
SM
12598
12599# as_fn_executable_p FILE
12600# -----------------------
12601# Test if FILE is an executable regular file.
12602as_fn_executable_p ()
12603{
12604 test -f "$1" && test -x "$1"
12605} # as_fn_executable_p
12606as_test_x='test -x'
12607as_executable_p=as_fn_executable_p
b7026657
AC
12608
12609# Sed expression to map a string onto a valid CPP name.
12610as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12611
12612# Sed expression to map a string onto a valid variable name.
12613as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12614
12615
b7026657 12616exec 6>&1
81ecdfbb
RW
12617## ----------------------------------- ##
12618## Main body of $CONFIG_STATUS script. ##
12619## ----------------------------------- ##
12620_ASEOF
12621test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12622
12623cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12624# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12625# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12626# values after options handling.
12627ac_log="
b7026657 12628This file was extended by $as_me, which was
d0ac1c44 12629generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12630
12631 CONFIG_FILES = $CONFIG_FILES
12632 CONFIG_HEADERS = $CONFIG_HEADERS
12633 CONFIG_LINKS = $CONFIG_LINKS
12634 CONFIG_COMMANDS = $CONFIG_COMMANDS
12635 $ $0 $@
12636
81ecdfbb
RW
12637on `(hostname || uname -n) 2>/dev/null | sed 1q`
12638"
12639
b7026657
AC
12640_ACEOF
12641
81ecdfbb
RW
12642case $ac_config_files in *"
12643"*) set x $ac_config_files; shift; ac_config_files=$*;;
12644esac
b7026657 12645
81ecdfbb
RW
12646case $ac_config_headers in *"
12647"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12648esac
b7026657 12649
b7026657 12650
81ecdfbb
RW
12651cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12652# Files that config.status was made for.
12653config_files="$ac_config_files"
12654config_headers="$ac_config_headers"
81ecdfbb 12655config_commands="$ac_config_commands"
b7026657 12656
81ecdfbb 12657_ACEOF
b7026657 12658
81ecdfbb 12659cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12660ac_cs_usage="\
81ecdfbb
RW
12661\`$as_me' instantiates files and other configuration actions
12662from templates according to the current configuration. Unless the files
12663and actions are specified as TAGs, all are instantiated by default.
b7026657 12664
81ecdfbb 12665Usage: $0 [OPTION]... [TAG]...
b7026657
AC
12666
12667 -h, --help print this help, then exit
81ecdfbb 12668 -V, --version print version number and configuration settings, then exit
d0ac1c44 12669 --config print configuration, then exit
81ecdfbb
RW
12670 -q, --quiet, --silent
12671 do not print progress messages
b7026657
AC
12672 -d, --debug don't remove temporary files
12673 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12674 --file=FILE[:TEMPLATE]
12675 instantiate the configuration file FILE
12676 --header=FILE[:TEMPLATE]
12677 instantiate the configuration header FILE
b7026657
AC
12678
12679Configuration files:
12680$config_files
12681
12682Configuration headers:
12683$config_headers
12684
b7026657
AC
12685Configuration commands:
12686$config_commands
12687
81ecdfbb 12688Report bugs to the package provider."
b7026657 12689
81ecdfbb
RW
12690_ACEOF
12691cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12692ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12693ac_cs_version="\\
12694config.status
d0ac1c44
SM
12695configured by $0, generated by GNU Autoconf 2.69,
12696 with options \\"\$ac_cs_config\\"
b7026657 12697
d0ac1c44 12698Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12699This config.status script is free software; the Free Software Foundation
12700gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12701
12702ac_pwd='$ac_pwd'
12703srcdir='$srcdir'
12704INSTALL='$INSTALL'
6bb11ab3 12705AWK='$AWK'
81ecdfbb 12706test -n "\$AWK" || AWK=awk
b7026657
AC
12707_ACEOF
12708
81ecdfbb
RW
12709cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12710# The default lists apply if the user does not specify any file.
b7026657
AC
12711ac_need_defaults=:
12712while test $# != 0
12713do
12714 case $1 in
d0ac1c44 12715 --*=?*)
81ecdfbb
RW
12716 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12717 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657
AC
12718 ac_shift=:
12719 ;;
d0ac1c44
SM
12720 --*=)
12721 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12722 ac_optarg=
12723 ac_shift=:
12724 ;;
81ecdfbb 12725 *)
b7026657
AC
12726 ac_option=$1
12727 ac_optarg=$2
12728 ac_shift=shift
12729 ;;
b7026657
AC
12730 esac
12731
12732 case $ac_option in
12733 # Handling of the options.
b7026657
AC
12734 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12735 ac_cs_recheck=: ;;
81ecdfbb
RW
12736 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12737 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12738 --config | --confi | --conf | --con | --co | --c )
12739 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12740 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12741 debug=: ;;
12742 --file | --fil | --fi | --f )
12743 $ac_shift
81ecdfbb
RW
12744 case $ac_optarg in
12745 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12746 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12747 esac
12748 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12749 ac_need_defaults=false;;
12750 --header | --heade | --head | --hea )
12751 $ac_shift
81ecdfbb
RW
12752 case $ac_optarg in
12753 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12754 esac
12755 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12756 ac_need_defaults=false;;
81ecdfbb
RW
12757 --he | --h)
12758 # Conflict between --help and --header
d0ac1c44 12759 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12760Try \`$0 --help' for more information.";;
12761 --help | --hel | -h )
12762 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12763 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12764 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12765 ac_cs_silent=: ;;
12766
12767 # This is an error.
d0ac1c44 12768 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12769Try \`$0 --help' for more information." ;;
b7026657 12770
81ecdfbb
RW
12771 *) as_fn_append ac_config_targets " $1"
12772 ac_need_defaults=false ;;
b7026657
AC
12773
12774 esac
12775 shift
5d031c16 12776done
b7026657
AC
12777
12778ac_configure_extra_args=
12779
12780if $ac_cs_silent; then
12781 exec 6>/dev/null
12782 ac_configure_extra_args="$ac_configure_extra_args --silent"
12783fi
12784
12785_ACEOF
81ecdfbb 12786cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12787if \$ac_cs_recheck; then
d0ac1c44 12788 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12789 shift
12790 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12791 CONFIG_SHELL='$SHELL'
12792 export CONFIG_SHELL
12793 exec "\$@"
5d031c16 12794fi
5d031c16 12795
b7026657 12796_ACEOF
81ecdfbb
RW
12797cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12798exec 5>>config.log
12799{
12800 echo
12801 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12802## Running $as_me. ##
12803_ASBOX
12804 $as_echo "$ac_log"
12805} >&5
5d031c16 12806
81ecdfbb
RW
12807_ACEOF
12808cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12809#
12810# INIT-COMMANDS
12811#
12812ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12813
6bb11ab3
L
12814
12815# The HP-UX ksh and POSIX shell print the target directory to stdout
12816# if CDPATH is set.
12817(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12818
12819sed_quote_subst='$sed_quote_subst'
12820double_quote_subst='$double_quote_subst'
12821delay_variable_subst='$delay_variable_subst'
12822macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12823macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12824enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12825enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12826pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12827enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12828SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12829ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12830host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12831host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12832host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12833build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12834build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12835build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12836SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12837Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12838GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12839EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12840FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12841LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12842NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12843LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12844max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12845ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12846exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12847lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12848lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12849lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12850reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12851reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12852OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12853deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12854file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12855AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12856AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12857STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12858RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12859old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12860old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12861old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12862lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12863CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12864CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12865compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12866GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12867lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12868lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12869lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12870lt_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"`'
12871objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12872MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12873lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12874lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12875lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12876lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12877lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12878need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12879DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12880NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12881LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12882OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12883OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12884libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12885shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12886extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12887archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12888enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12889export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12890whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12891compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12892old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12893old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12894archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12895archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12896module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12897module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12898with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12899allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12900no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12901hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12902hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12903hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12904hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12905hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12906hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12907hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12908hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12909inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12910link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12911fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12912always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12913export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12914exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12915include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12916prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12917file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12918variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12919need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12920need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12921version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12922runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12923shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12924shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12925libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12926library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12927soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12928install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12929postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12930postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12931finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12932finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12933hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12934sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12935sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12936hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12937enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12938enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12939enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12940old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12941striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12942
12943LTCC='$LTCC'
12944LTCFLAGS='$LTCFLAGS'
12945compiler='$compiler_DEFAULT'
12946
12947# A function that is used when there is no print builtin or printf.
12948func_fallback_echo ()
12949{
12950 eval 'cat <<_LTECHO_EOF
12951\$1
12952_LTECHO_EOF'
12953}
12954
12955# Quote evaled strings.
12956for var in SHELL \
12957ECHO \
12958SED \
12959GREP \
12960EGREP \
12961FGREP \
12962LD \
12963NM \
12964LN_S \
12965lt_SP2NL \
12966lt_NL2SP \
12967reload_flag \
12968OBJDUMP \
12969deplibs_check_method \
12970file_magic_cmd \
12971AR \
12972AR_FLAGS \
12973STRIP \
12974RANLIB \
12975CC \
12976CFLAGS \
12977compiler \
12978lt_cv_sys_global_symbol_pipe \
12979lt_cv_sys_global_symbol_to_cdecl \
12980lt_cv_sys_global_symbol_to_c_name_address \
12981lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12982lt_prog_compiler_no_builtin_flag \
12983lt_prog_compiler_wl \
12984lt_prog_compiler_pic \
12985lt_prog_compiler_static \
12986lt_cv_prog_compiler_c_o \
12987need_locks \
12988DSYMUTIL \
12989NMEDIT \
12990LIPO \
12991OTOOL \
12992OTOOL64 \
12993shrext_cmds \
12994export_dynamic_flag_spec \
12995whole_archive_flag_spec \
12996compiler_needs_object \
12997with_gnu_ld \
12998allow_undefined_flag \
12999no_undefined_flag \
13000hardcode_libdir_flag_spec \
13001hardcode_libdir_flag_spec_ld \
13002hardcode_libdir_separator \
13003fix_srcfile_path \
13004exclude_expsyms \
13005include_expsyms \
13006file_list_spec \
13007variables_saved_for_relink \
13008libname_spec \
13009library_names_spec \
13010soname_spec \
13011install_override_mode \
13012finish_eval \
13013old_striplib \
13014striplib; do
13015 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13016 *[\\\\\\\`\\"\\\$]*)
13017 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13018 ;;
13019 *)
13020 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13021 ;;
13022 esac
13023done
13024
13025# Double-quote double-evaled strings.
13026for var in reload_cmds \
13027old_postinstall_cmds \
13028old_postuninstall_cmds \
13029old_archive_cmds \
13030extract_expsyms_cmds \
13031old_archive_from_new_cmds \
13032old_archive_from_expsyms_cmds \
13033archive_cmds \
13034archive_expsym_cmds \
13035module_cmds \
13036module_expsym_cmds \
13037export_symbols_cmds \
13038prelink_cmds \
13039postinstall_cmds \
13040postuninstall_cmds \
13041finish_cmds \
13042sys_lib_search_path_spec \
13043sys_lib_dlsearch_path_spec; do
13044 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13045 *[\\\\\\\`\\"\\\$]*)
13046 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13047 ;;
13048 *)
13049 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13050 ;;
13051 esac
13052done
13053
13054ac_aux_dir='$ac_aux_dir'
13055xsi_shell='$xsi_shell'
13056lt_shell_append='$lt_shell_append'
13057
13058# See if we are running on zsh, and set the options which allow our
13059# commands through without removal of \ escapes INIT.
13060if test -n "\${ZSH_VERSION+set}" ; then
13061 setopt NO_GLOB_SUBST
13062fi
13063
13064
13065 PACKAGE='$PACKAGE'
13066 VERSION='$VERSION'
13067 TIMESTAMP='$TIMESTAMP'
13068 RM='$RM'
13069 ofile='$ofile'
13070
13071
13072
13073
81ecdfbb 13074_ACEOF
b7026657 13075
81ecdfbb 13076cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13077
81ecdfbb 13078# Handling of arguments.
b7026657
AC
13079for ac_config_target in $ac_config_targets
13080do
81ecdfbb
RW
13081 case $ac_config_target in
13082 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13083 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13084 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13085 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13086 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13087 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13088 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13089 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13090
d0ac1c44 13091 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5d031c16 13092 esac
b7026657 13093done
5d031c16 13094
81ecdfbb 13095
b7026657
AC
13096# If the user did not use the arguments to specify the items to instantiate,
13097# then the envvar interface is used. Set only those that are not.
13098# We use the long form for the default assignment because of an extremely
13099# bizarre bug on SunOS 4.1.3.
13100if $ac_need_defaults; then
13101 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13102 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
13103 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13104fi
13105
13106# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13107# simply because there is no reason against having it here, and in addition,
b7026657 13108# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13109# Hook for its removal unless debugging.
13110# Note that there is a small window in which the directory will not be cleaned:
13111# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
13112$debug ||
13113{
d0ac1c44 13114 tmp= ac_tmp=
81ecdfbb 13115 trap 'exit_status=$?
d0ac1c44
SM
13116 : "${ac_tmp:=$tmp}"
13117 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13118' 0
13119 trap 'as_fn_exit 1' 1 2 13 15
b7026657 13120}
b7026657
AC
13121# Create a (secure) tmp directory for tmp files.
13122
13123{
81ecdfbb 13124 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13125 test -d "$tmp"
b7026657
AC
13126} ||
13127{
81ecdfbb
RW
13128 tmp=./conf$$-$RANDOM
13129 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13130} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13131ac_tmp=$tmp
b7026657 13132
81ecdfbb
RW
13133# Set up the scripts for CONFIG_FILES section.
13134# No need to generate them if there are no CONFIG_FILES.
13135# This happens for instance with `./config.status config.h'.
13136if test -n "$CONFIG_FILES"; then
b7026657 13137
b7026657 13138
81ecdfbb
RW
13139ac_cr=`echo X | tr X '\015'`
13140# On cygwin, bash can eat \r inside `` if the user requested igncr.
13141# But we know of no other shell where ac_cr would be empty at this
13142# point, so we can use a bashism as a fallback.
13143if test "x$ac_cr" = x; then
13144 eval ac_cr=\$\'\\r\'
13145fi
13146ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13147if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13148 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13149else
13150 ac_cs_awk_cr=$ac_cr
13151fi
b7026657 13152
d0ac1c44 13153echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
13154_ACEOF
13155
5d031c16 13156
81ecdfbb
RW
13157{
13158 echo "cat >conf$$subs.awk <<_ACEOF" &&
13159 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13160 echo "_ACEOF"
13161} >conf$$subs.sh ||
d0ac1c44
SM
13162 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13163ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13164ac_delim='%!_!# '
13165for ac_last_try in false false false false false :; do
13166 . ./conf$$subs.sh ||
d0ac1c44 13167 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13168
13169 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13170 if test $ac_delim_n = $ac_delim_num; then
13171 break
13172 elif $ac_last_try; then
d0ac1c44 13173 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
b7026657 13174 else
81ecdfbb
RW
13175 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13176 fi
13177done
13178rm -f conf$$subs.sh
13179
13180cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13181cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
13182_ACEOF
13183sed -n '
13184h
13185s/^/S["/; s/!.*/"]=/
13186p
13187g
13188s/^[^!]*!//
13189:repl
13190t repl
13191s/'"$ac_delim"'$//
13192t delim
13193:nl
13194h
d0ac1c44 13195s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13196t more1
13197s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13198p
13199n
13200b repl
13201:more1
13202s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13203p
13204g
13205s/.\{148\}//
13206t nl
13207:delim
13208h
d0ac1c44 13209s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13210t more2
13211s/["\\]/\\&/g; s/^/"/; s/$/"/
13212p
13213b
13214:more2
13215s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13216p
13217g
13218s/.\{148\}//
13219t delim
13220' <conf$$subs.awk | sed '
13221/^[^""]/{
13222 N
13223 s/\n//
13224}
13225' >>$CONFIG_STATUS || ac_write_fail=1
13226rm -f conf$$subs.awk
13227cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13228_ACAWK
d0ac1c44 13229cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
13230 for (key in S) S_is_set[key] = 1
13231 FS = "\a"
5d031c16 13232
81ecdfbb
RW
13233}
13234{
13235 line = $ 0
13236 nfields = split(line, field, "@")
13237 substed = 0
13238 len = length(field[1])
13239 for (i = 2; i < nfields; i++) {
13240 key = field[i]
13241 keylen = length(key)
13242 if (S_is_set[key]) {
13243 value = S[key]
13244 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13245 len += length(value) + length(field[++i])
13246 substed = 1
13247 } else
13248 len += 1 + keylen
13249 }
13250
13251 print line
13252}
b7026657 13253
81ecdfbb
RW
13254_ACAWK
13255_ACEOF
13256cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13257if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13258 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 13259else
81ecdfbb 13260 cat
d0ac1c44
SM
13261fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13262 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 13263_ACEOF
b7026657 13264
d0ac1c44
SM
13265# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13266# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
13267# trailing colons and then remove the whole line if VPATH becomes empty
13268# (actually we leave an empty line to preserve line numbers).
13269if test "x$srcdir" = x.; then
d0ac1c44
SM
13270 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13271h
13272s///
13273s/^/:/
13274s/[ ]*$/:/
13275s/:\$(srcdir):/:/g
13276s/:\${srcdir}:/:/g
13277s/:@srcdir@:/:/g
13278s/^:*//
81ecdfbb 13279s/:*$//
d0ac1c44
SM
13280x
13281s/\(=[ ]*\).*/\1/
13282G
13283s/\n//
81ecdfbb
RW
13284s/^[^=]*=[ ]*$//
13285}'
13286fi
b7026657 13287
81ecdfbb
RW
13288cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13289fi # test -n "$CONFIG_FILES"
b7026657 13290
81ecdfbb
RW
13291# Set up the scripts for CONFIG_HEADERS section.
13292# No need to generate them if there are no CONFIG_HEADERS.
13293# This happens for instance with `./config.status Makefile'.
13294if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13295cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
13296BEGIN {
13297_ACEOF
b7026657 13298
81ecdfbb
RW
13299# Transform confdefs.h into an awk script `defines.awk', embedded as
13300# here-document in config.status, that substitutes the proper values into
13301# config.h.in to produce config.h.
5d031c16 13302
81ecdfbb
RW
13303# Create a delimiter string that does not exist in confdefs.h, to ease
13304# handling of long lines.
13305ac_delim='%!_!# '
13306for ac_last_try in false false :; do
d0ac1c44
SM
13307 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13308 if test -z "$ac_tt"; then
81ecdfbb
RW
13309 break
13310 elif $ac_last_try; then
d0ac1c44 13311 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 13312 else
81ecdfbb 13313 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 13314 fi
b7026657 13315done
81ecdfbb
RW
13316
13317# For the awk script, D is an array of macro values keyed by name,
13318# likewise P contains macro parameters if any. Preserve backslash
13319# newline sequences.
13320
13321ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13322sed -n '
13323s/.\{148\}/&'"$ac_delim"'/g
13324t rset
13325:rset
13326s/^[ ]*#[ ]*define[ ][ ]*/ /
13327t def
13328d
13329:def
13330s/\\$//
13331t bsnl
13332s/["\\]/\\&/g
13333s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13334D["\1"]=" \3"/p
13335s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13336d
13337:bsnl
13338s/["\\]/\\&/g
13339s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13340D["\1"]=" \3\\\\\\n"\\/p
13341t cont
13342s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13343t cont
13344d
13345:cont
13346n
13347s/.\{148\}/&'"$ac_delim"'/g
13348t clear
13349:clear
13350s/\\$//
13351t bsnlc
13352s/["\\]/\\&/g; s/^/"/; s/$/"/p
13353d
13354:bsnlc
13355s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13356b cont
13357' <confdefs.h | sed '
13358s/'"$ac_delim"'/"\\\
13359"/g' >>$CONFIG_STATUS || ac_write_fail=1
13360
13361cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13362 for (key in D) D_is_set[key] = 1
13363 FS = "\a"
13364}
13365/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13366 line = \$ 0
13367 split(line, arg, " ")
13368 if (arg[1] == "#") {
13369 defundef = arg[2]
13370 mac1 = arg[3]
13371 } else {
13372 defundef = substr(arg[1], 2)
13373 mac1 = arg[2]
13374 }
13375 split(mac1, mac2, "(") #)
13376 macro = mac2[1]
13377 prefix = substr(line, 1, index(line, defundef) - 1)
13378 if (D_is_set[macro]) {
13379 # Preserve the white space surrounding the "#".
13380 print prefix "define", macro P[macro] D[macro]
13381 next
13382 } else {
13383 # Replace #undef with comments. This is necessary, for example,
13384 # in the case of _POSIX_SOURCE, which is predefined and required
13385 # on some systems where configure will not decide to define it.
13386 if (defundef == "undef") {
13387 print "/*", prefix defundef, macro, "*/"
13388 next
13389 }
13390 }
13391}
13392{ print }
13393_ACAWK
b7026657 13394_ACEOF
81ecdfbb 13395cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13396 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13397fi # test -n "$CONFIG_HEADERS"
b7026657 13398
5d031c16 13399
99d8e879 13400eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13401shift
13402for ac_tag
13403do
13404 case $ac_tag in
13405 :[FHLC]) ac_mode=$ac_tag; continue;;
5d031c16 13406 esac
81ecdfbb
RW
13407 case $ac_mode$ac_tag in
13408 :[FHL]*:*);;
d0ac1c44 13409 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13410 :[FH]-) ac_tag=-:-;;
13411 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13412 esac
13413 ac_save_IFS=$IFS
13414 IFS=:
13415 set x $ac_tag
13416 IFS=$ac_save_IFS
13417 shift
13418 ac_file=$1
13419 shift
5d031c16 13420
81ecdfbb
RW
13421 case $ac_mode in
13422 :L) ac_source=$1;;
13423 :[FH])
13424 ac_file_inputs=
13425 for ac_f
13426 do
13427 case $ac_f in
d0ac1c44 13428 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13429 *) # Look for the file first in the build tree, then in the source tree
13430 # (if the path is not absolute). The absolute path cannot be DOS-style,
13431 # because $ac_f cannot contain `:'.
13432 test -f "$ac_f" ||
13433 case $ac_f in
13434 [\\/$]*) false;;
13435 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13436 esac ||
d0ac1c44 13437 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 13438 esac
81ecdfbb
RW
13439 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13440 as_fn_append ac_file_inputs " '$ac_f'"
13441 done
b7026657 13442
81ecdfbb
RW
13443 # Let's still pretend it is `configure' which instantiates (i.e., don't
13444 # use $as_me), people would be surprised to read:
13445 # /* config.h. Generated by config.status. */
13446 configure_input='Generated from '`
13447 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13448 `' by configure.'
13449 if test x"$ac_file" != x-; then
13450 configure_input="$ac_file. $configure_input"
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13452$as_echo "$as_me: creating $ac_file" >&6;}
13453 fi
13454 # Neutralize special characters interpreted by sed in replacement strings.
13455 case $configure_input in #(
13456 *\&* | *\|* | *\\* )
13457 ac_sed_conf_input=`$as_echo "$configure_input" |
13458 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13459 *) ac_sed_conf_input=$configure_input;;
13460 esac
b7026657 13461
81ecdfbb 13462 case $ac_tag in
d0ac1c44
SM
13463 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13464 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13465 esac
13466 ;;
13467 esac
b7026657 13468
81ecdfbb 13469 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
13470$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13471 X"$ac_file" : 'X\(//\)[^/]' \| \
13472 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13473 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13474$as_echo X"$ac_file" |
13475 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13476 s//\1/
13477 q
13478 }
13479 /^X\(\/\/\)[^/].*/{
13480 s//\1/
13481 q
13482 }
13483 /^X\(\/\/\)$/{
13484 s//\1/
13485 q
13486 }
13487 /^X\(\/\).*/{
13488 s//\1/
13489 q
13490 }
13491 s/.*/./; q'`
13492 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
13493 ac_builddir=.
13494
81ecdfbb
RW
13495case "$ac_dir" in
13496.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13497*)
13498 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13499 # A ".." for each directory in $ac_dir_suffix.
13500 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13501 case $ac_top_builddir_sub in
13502 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13503 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13504 esac ;;
13505esac
13506ac_abs_top_builddir=$ac_pwd
13507ac_abs_builddir=$ac_pwd$ac_dir_suffix
13508# for backward compatibility:
13509ac_top_builddir=$ac_top_build_prefix
b7026657
AC
13510
13511case $srcdir in
81ecdfbb 13512 .) # We are building in place.
b7026657 13513 ac_srcdir=.
81ecdfbb
RW
13514 ac_top_srcdir=$ac_top_builddir_sub
13515 ac_abs_top_srcdir=$ac_pwd ;;
13516 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 13517 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13518 ac_top_srcdir=$srcdir
13519 ac_abs_top_srcdir=$srcdir ;;
13520 *) # Relative name.
13521 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13522 ac_top_srcdir=$ac_top_build_prefix$srcdir
13523 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13524esac
81ecdfbb 13525ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13526
5d031c16 13527
81ecdfbb
RW
13528 case $ac_mode in
13529 :F)
13530 #
13531 # CONFIG_FILE
13532 #
b7026657 13533
81ecdfbb
RW
13534 case $INSTALL in
13535 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13536 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5d031c16 13537 esac
81ecdfbb 13538_ACEOF
5d031c16 13539
81ecdfbb
RW
13540cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13541# If the template does not know about datarootdir, expand it.
13542# FIXME: This hack should be removed a few years after 2.60.
13543ac_datarootdir_hack=; ac_datarootdir_seen=
13544ac_sed_dataroot='
13545/datarootdir/ {
13546 p
13547 q
13548}
13549/@datadir@/p
13550/@docdir@/p
13551/@infodir@/p
13552/@localedir@/p
13553/@mandir@/p'
13554case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13555*datarootdir*) ac_datarootdir_seen=yes;;
13556*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13558$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13559_ACEOF
13560cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13561 ac_datarootdir_hack='
13562 s&@datadir@&$datadir&g
13563 s&@docdir@&$docdir&g
13564 s&@infodir@&$infodir&g
13565 s&@localedir@&$localedir&g
13566 s&@mandir@&$mandir&g
13567 s&\\\${datarootdir}&$datarootdir&g' ;;
13568esac
b7026657 13569_ACEOF
b7026657 13570
81ecdfbb
RW
13571# Neutralize VPATH when `$srcdir' = `.'.
13572# Shell code in configure.ac might set extrasub.
13573# FIXME: do we really want to maintain this feature?
13574cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13575ac_sed_extra="$ac_vpsub
13576$extrasub
13577_ACEOF
13578cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13579:t
13580/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13581s|@configure_input@|$ac_sed_conf_input|;t t
13582s&@top_builddir@&$ac_top_builddir_sub&;t t
13583s&@top_build_prefix@&$ac_top_build_prefix&;t t
13584s&@srcdir@&$ac_srcdir&;t t
13585s&@abs_srcdir@&$ac_abs_srcdir&;t t
13586s&@top_srcdir@&$ac_top_srcdir&;t t
13587s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13588s&@builddir@&$ac_builddir&;t t
13589s&@abs_builddir@&$ac_abs_builddir&;t t
13590s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13591s&@INSTALL@&$ac_INSTALL&;t t
13592$ac_datarootdir_hack
13593"
d0ac1c44
SM
13594eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13595 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13596
13597test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13598 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13599 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13600 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13602which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13603$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13604which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13605
d0ac1c44 13606 rm -f "$ac_tmp/stdin"
81ecdfbb 13607 case $ac_file in
d0ac1c44
SM
13608 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13609 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13610 esac \
d0ac1c44 13611 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13612 ;;
13613 :H)
13614 #
13615 # CONFIG_HEADER
13616 #
13617 if test x"$ac_file" != x-; then
13618 {
13619 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13620 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13621 } >"$ac_tmp/config.h" \
13622 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13623 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13625$as_echo "$as_me: $ac_file is unchanged" >&6;}
13626 else
13627 rm -f "$ac_file"
d0ac1c44
SM
13628 mv "$ac_tmp/config.h" "$ac_file" \
13629 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13630 fi
b7026657 13631 else
81ecdfbb 13632 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13633 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13634 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13635 fi
13636 ;;
b7026657 13637
81ecdfbb
RW
13638 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13639$as_echo "$as_me: executing $ac_file commands" >&6;}
13640 ;;
13641 esac
b7026657
AC
13642
13643
81ecdfbb 13644 case $ac_file$ac_mode in
db2e4d67 13645 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13646 "libtool":C)
13647
13648 # See if we are running on zsh, and set the options which allow our
13649 # commands through without removal of \ escapes.
13650 if test -n "${ZSH_VERSION+set}" ; then
13651 setopt NO_GLOB_SUBST
13652 fi
13653
13654 cfgfile="${ofile}T"
13655 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13656 $RM "$cfgfile"
13657
13658 cat <<_LT_EOF >> "$cfgfile"
13659#! $SHELL
13660
13661# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13662# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13663# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13664# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13665#
13666# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13667# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13668# Written by Gordon Matzigkeit, 1996
13669#
13670# This file is part of GNU Libtool.
13671#
13672# GNU Libtool is free software; you can redistribute it and/or
13673# modify it under the terms of the GNU General Public License as
13674# published by the Free Software Foundation; either version 2 of
13675# the License, or (at your option) any later version.
13676#
13677# As a special exception to the GNU General Public License,
13678# if you distribute this file as part of a program or library that
13679# is built using GNU Libtool, you may include this file under the
13680# same distribution terms that you use for the rest of that program.
13681#
13682# GNU Libtool is distributed in the hope that it will be useful,
13683# but WITHOUT ANY WARRANTY; without even the implied warranty of
13684# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13685# GNU General Public License for more details.
13686#
13687# You should have received a copy of the GNU General Public License
13688# along with GNU Libtool; see the file COPYING. If not, a copy
13689# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13690# obtained by writing to the Free Software Foundation, Inc.,
13691# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13692
13693
13694# The names of the tagged configurations supported by this script.
13695available_tags=""
13696
13697# ### BEGIN LIBTOOL CONFIG
13698
13699# Which release of libtool.m4 was used?
13700macro_version=$macro_version
13701macro_revision=$macro_revision
13702
13703# Whether or not to build shared libraries.
13704build_libtool_libs=$enable_shared
13705
13706# Whether or not to build static libraries.
13707build_old_libs=$enable_static
13708
13709# What type of objects to build.
13710pic_mode=$pic_mode
13711
13712# Whether or not to optimize for fast installation.
13713fast_install=$enable_fast_install
13714
13715# Shell to use when invoking shell scripts.
13716SHELL=$lt_SHELL
13717
13718# An echo program that protects backslashes.
13719ECHO=$lt_ECHO
13720
13721# The host system.
13722host_alias=$host_alias
13723host=$host
13724host_os=$host_os
13725
13726# The build system.
13727build_alias=$build_alias
13728build=$build
13729build_os=$build_os
13730
13731# A sed program that does not truncate output.
13732SED=$lt_SED
13733
13734# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13735Xsed="\$SED -e 1s/^X//"
13736
13737# A grep program that handles long lines.
13738GREP=$lt_GREP
13739
13740# An ERE matcher.
13741EGREP=$lt_EGREP
13742
13743# A literal string matcher.
13744FGREP=$lt_FGREP
13745
13746# A BSD- or MS-compatible name lister.
13747NM=$lt_NM
13748
13749# Whether we need soft or hard links.
13750LN_S=$lt_LN_S
13751
13752# What is the maximum length of a command?
13753max_cmd_len=$max_cmd_len
13754
13755# Object file suffix (normally "o").
13756objext=$ac_objext
13757
13758# Executable file suffix (normally "").
13759exeext=$exeext
13760
13761# whether the shell understands "unset".
13762lt_unset=$lt_unset
13763
13764# turn spaces into newlines.
13765SP2NL=$lt_lt_SP2NL
13766
13767# turn newlines into spaces.
13768NL2SP=$lt_lt_NL2SP
13769
13770# An object symbol dumper.
13771OBJDUMP=$lt_OBJDUMP
13772
13773# Method to check whether dependent libraries are shared objects.
13774deplibs_check_method=$lt_deplibs_check_method
13775
13776# Command to use when deplibs_check_method == "file_magic".
13777file_magic_cmd=$lt_file_magic_cmd
13778
13779# The archiver.
13780AR=$lt_AR
13781AR_FLAGS=$lt_AR_FLAGS
13782
13783# A symbol stripping program.
13784STRIP=$lt_STRIP
13785
13786# Commands used to install an old-style archive.
13787RANLIB=$lt_RANLIB
13788old_postinstall_cmds=$lt_old_postinstall_cmds
13789old_postuninstall_cmds=$lt_old_postuninstall_cmds
13790
13791# Whether to use a lock for old archive extraction.
13792lock_old_archive_extraction=$lock_old_archive_extraction
13793
13794# A C compiler.
13795LTCC=$lt_CC
13796
13797# LTCC compiler flags.
13798LTCFLAGS=$lt_CFLAGS
13799
13800# Take the output of nm and produce a listing of raw symbols and C names.
13801global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13802
13803# Transform the output of nm in a proper C declaration.
13804global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13805
13806# Transform the output of nm in a C name address pair.
13807global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13808
13809# Transform the output of nm in a C name address pair when lib prefix is needed.
13810global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13811
13812# The name of the directory that contains temporary libtool files.
13813objdir=$objdir
13814
13815# Used to examine libraries when file_magic_cmd begins with "file".
13816MAGIC_CMD=$MAGIC_CMD
13817
13818# Must we lock files when doing compilation?
13819need_locks=$lt_need_locks
13820
13821# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13822DSYMUTIL=$lt_DSYMUTIL
13823
13824# Tool to change global to local symbols on Mac OS X.
13825NMEDIT=$lt_NMEDIT
13826
13827# Tool to manipulate fat objects and archives on Mac OS X.
13828LIPO=$lt_LIPO
13829
13830# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13831OTOOL=$lt_OTOOL
13832
13833# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13834OTOOL64=$lt_OTOOL64
13835
13836# Old archive suffix (normally "a").
13837libext=$libext
13838
13839# Shared library suffix (normally ".so").
13840shrext_cmds=$lt_shrext_cmds
13841
13842# The commands to extract the exported symbol list from a shared archive.
13843extract_expsyms_cmds=$lt_extract_expsyms_cmds
13844
13845# Variables whose values should be saved in libtool wrapper scripts and
13846# restored at link time.
13847variables_saved_for_relink=$lt_variables_saved_for_relink
13848
13849# Do we need the "lib" prefix for modules?
13850need_lib_prefix=$need_lib_prefix
13851
13852# Do we need a version for libraries?
13853need_version=$need_version
13854
13855# Library versioning type.
13856version_type=$version_type
13857
13858# Shared library runtime path variable.
13859runpath_var=$runpath_var
13860
13861# Shared library path variable.
13862shlibpath_var=$shlibpath_var
13863
13864# Is shlibpath searched before the hard-coded library search path?
13865shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13866
13867# Format of library name prefix.
13868libname_spec=$lt_libname_spec
13869
13870# List of archive names. First name is the real one, the rest are links.
13871# The last name is the one that the linker finds with -lNAME
13872library_names_spec=$lt_library_names_spec
13873
13874# The coded name of the library, if different from the real name.
13875soname_spec=$lt_soname_spec
13876
13877# Permission mode override for installation of shared libraries.
13878install_override_mode=$lt_install_override_mode
13879
13880# Command to use after installation of a shared archive.
13881postinstall_cmds=$lt_postinstall_cmds
13882
13883# Command to use after uninstallation of a shared archive.
13884postuninstall_cmds=$lt_postuninstall_cmds
13885
13886# Commands used to finish a libtool library installation in a directory.
13887finish_cmds=$lt_finish_cmds
13888
13889# As "finish_cmds", except a single script fragment to be evaled but
13890# not shown.
13891finish_eval=$lt_finish_eval
13892
13893# Whether we should hardcode library paths into libraries.
13894hardcode_into_libs=$hardcode_into_libs
13895
13896# Compile-time system search path for libraries.
13897sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13898
13899# Run-time system search path for libraries.
13900sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13901
13902# Whether dlopen is supported.
13903dlopen_support=$enable_dlopen
13904
13905# Whether dlopen of programs is supported.
13906dlopen_self=$enable_dlopen_self
13907
13908# Whether dlopen of statically linked programs is supported.
13909dlopen_self_static=$enable_dlopen_self_static
13910
13911# Commands to strip libraries.
13912old_striplib=$lt_old_striplib
13913striplib=$lt_striplib
13914
13915
13916# The linker used to build libraries.
13917LD=$lt_LD
13918
13919# How to create reloadable object files.
13920reload_flag=$lt_reload_flag
13921reload_cmds=$lt_reload_cmds
13922
13923# Commands used to build an old-style archive.
13924old_archive_cmds=$lt_old_archive_cmds
13925
13926# A language specific compiler.
13927CC=$lt_compiler
13928
13929# Is the compiler the GNU compiler?
13930with_gcc=$GCC
13931
13932# Compiler flag to turn off builtin functions.
13933no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13934
13935# How to pass a linker flag through the compiler.
13936wl=$lt_lt_prog_compiler_wl
13937
13938# Additional compiler flags for building library objects.
13939pic_flag=$lt_lt_prog_compiler_pic
13940
13941# Compiler flag to prevent dynamic linking.
13942link_static_flag=$lt_lt_prog_compiler_static
13943
13944# Does compiler simultaneously support -c and -o options?
13945compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13946
13947# Whether or not to add -lc for building shared libraries.
13948build_libtool_need_lc=$archive_cmds_need_lc
13949
13950# Whether or not to disallow shared libs when runtime libs are static.
13951allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13952
13953# Compiler flag to allow reflexive dlopens.
13954export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13955
13956# Compiler flag to generate shared objects directly from archives.
13957whole_archive_flag_spec=$lt_whole_archive_flag_spec
13958
13959# Whether the compiler copes with passing no objects directly.
13960compiler_needs_object=$lt_compiler_needs_object
13961
13962# Create an old-style archive from a shared archive.
13963old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13964
13965# Create a temporary old-style archive to link instead of a shared archive.
13966old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13967
13968# Commands used to build a shared archive.
13969archive_cmds=$lt_archive_cmds
13970archive_expsym_cmds=$lt_archive_expsym_cmds
13971
13972# Commands used to build a loadable module if different from building
13973# a shared archive.
13974module_cmds=$lt_module_cmds
13975module_expsym_cmds=$lt_module_expsym_cmds
13976
13977# Whether we are building with GNU ld or not.
13978with_gnu_ld=$lt_with_gnu_ld
13979
13980# Flag that allows shared libraries with undefined symbols to be built.
13981allow_undefined_flag=$lt_allow_undefined_flag
13982
13983# Flag that enforces no undefined symbols.
13984no_undefined_flag=$lt_no_undefined_flag
13985
13986# Flag to hardcode \$libdir into a binary during linking.
13987# This must work even if \$libdir does not exist
13988hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13989
13990# If ld is used when linking, flag to hardcode \$libdir into a binary
13991# during linking. This must work even if \$libdir does not exist.
13992hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13993
13994# Whether we need a single "-rpath" flag with a separated argument.
13995hardcode_libdir_separator=$lt_hardcode_libdir_separator
13996
13997# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13998# DIR into the resulting binary.
13999hardcode_direct=$hardcode_direct
14000
14001# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14002# DIR into the resulting binary and the resulting library dependency is
14003# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14004# library is relocated.
14005hardcode_direct_absolute=$hardcode_direct_absolute
14006
14007# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14008# into the resulting binary.
14009hardcode_minus_L=$hardcode_minus_L
14010
14011# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14012# into the resulting binary.
14013hardcode_shlibpath_var=$hardcode_shlibpath_var
14014
14015# Set to "yes" if building a shared library automatically hardcodes DIR
14016# into the library and all subsequent libraries and executables linked
14017# against it.
14018hardcode_automatic=$hardcode_automatic
14019
14020# Set to yes if linker adds runtime paths of dependent libraries
14021# to runtime path list.
14022inherit_rpath=$inherit_rpath
14023
14024# Whether libtool must link a program against all its dependency libraries.
14025link_all_deplibs=$link_all_deplibs
14026
14027# Fix the shell variable \$srcfile for the compiler.
14028fix_srcfile_path=$lt_fix_srcfile_path
14029
14030# Set to "yes" if exported symbols are required.
14031always_export_symbols=$always_export_symbols
14032
14033# The commands to list exported symbols.
14034export_symbols_cmds=$lt_export_symbols_cmds
14035
14036# Symbols that should not be listed in the preloaded symbols.
14037exclude_expsyms=$lt_exclude_expsyms
14038
14039# Symbols that must always be exported.
14040include_expsyms=$lt_include_expsyms
14041
14042# Commands necessary for linking programs (against libraries) with templates.
14043prelink_cmds=$lt_prelink_cmds
14044
14045# Specify filename containing input files.
14046file_list_spec=$lt_file_list_spec
14047
14048# How to hardcode a shared library path into an executable.
14049hardcode_action=$hardcode_action
14050
14051# ### END LIBTOOL CONFIG
14052
14053_LT_EOF
14054
14055 case $host_os in
14056 aix3*)
14057 cat <<\_LT_EOF >> "$cfgfile"
14058# AIX sometimes has problems with the GCC collect2 program. For some
14059# reason, if we set the COLLECT_NAMES environment variable, the problems
14060# vanish in a puff of smoke.
14061if test "X${COLLECT_NAMES+set}" != Xset; then
14062 COLLECT_NAMES=
14063 export COLLECT_NAMES
14064fi
14065_LT_EOF
14066 ;;
14067 esac
14068
14069
14070ltmain="$ac_aux_dir/ltmain.sh"
14071
14072
14073 # We use sed instead of cat because bash on DJGPP gets confused if
14074 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14075 # text mode, it properly converts lines to CR/LF. This bash problem
14076 # is reportedly fixed, but why not run on old versions too?
14077 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14078 || (rm -f "$cfgfile"; exit 1)
14079
14080 case $xsi_shell in
14081 yes)
14082 cat << \_LT_EOF >> "$cfgfile"
14083
14084# func_dirname file append nondir_replacement
14085# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14086# otherwise set result to NONDIR_REPLACEMENT.
14087func_dirname ()
14088{
14089 case ${1} in
14090 */*) func_dirname_result="${1%/*}${2}" ;;
14091 * ) func_dirname_result="${3}" ;;
14092 esac
14093}
14094
14095# func_basename file
14096func_basename ()
14097{
14098 func_basename_result="${1##*/}"
14099}
14100
14101# func_dirname_and_basename file append nondir_replacement
14102# perform func_basename and func_dirname in a single function
14103# call:
14104# dirname: Compute the dirname of FILE. If nonempty,
14105# add APPEND to the result, otherwise set result
14106# to NONDIR_REPLACEMENT.
14107# value returned in "$func_dirname_result"
14108# basename: Compute filename of FILE.
14109# value retuned in "$func_basename_result"
14110# Implementation must be kept synchronized with func_dirname
14111# and func_basename. For efficiency, we do not delegate to
14112# those functions but instead duplicate the functionality here.
14113func_dirname_and_basename ()
14114{
14115 case ${1} in
14116 */*) func_dirname_result="${1%/*}${2}" ;;
14117 * ) func_dirname_result="${3}" ;;
14118 esac
14119 func_basename_result="${1##*/}"
14120}
14121
14122# func_stripname prefix suffix name
14123# strip PREFIX and SUFFIX off of NAME.
14124# PREFIX and SUFFIX must not contain globbing or regex special
14125# characters, hashes, percent signs, but SUFFIX may contain a leading
14126# dot (in which case that matches only a dot).
14127func_stripname ()
14128{
14129 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14130 # positional parameters, so assign one to ordinary parameter first.
14131 func_stripname_result=${3}
14132 func_stripname_result=${func_stripname_result#"${1}"}
14133 func_stripname_result=${func_stripname_result%"${2}"}
14134}
14135
14136# func_opt_split
14137func_opt_split ()
14138{
14139 func_opt_split_opt=${1%%=*}
14140 func_opt_split_arg=${1#*=}
14141}
14142
14143# func_lo2o object
14144func_lo2o ()
14145{
14146 case ${1} in
14147 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14148 *) func_lo2o_result=${1} ;;
14149 esac
14150}
14151
14152# func_xform libobj-or-source
14153func_xform ()
14154{
14155 func_xform_result=${1%.*}.lo
14156}
14157
14158# func_arith arithmetic-term...
14159func_arith ()
14160{
14161 func_arith_result=$(( $* ))
14162}
14163
14164# func_len string
14165# STRING may not start with a hyphen.
14166func_len ()
14167{
14168 func_len_result=${#1}
14169}
14170
14171_LT_EOF
14172 ;;
14173 *) # Bourne compatible functions.
14174 cat << \_LT_EOF >> "$cfgfile"
14175
14176# func_dirname file append nondir_replacement
14177# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14178# otherwise set result to NONDIR_REPLACEMENT.
14179func_dirname ()
14180{
14181 # Extract subdirectory from the argument.
14182 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14183 if test "X$func_dirname_result" = "X${1}"; then
14184 func_dirname_result="${3}"
14185 else
14186 func_dirname_result="$func_dirname_result${2}"
14187 fi
14188}
14189
14190# func_basename file
14191func_basename ()
14192{
14193 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14194}
14195
14196
14197# func_stripname prefix suffix name
14198# strip PREFIX and SUFFIX off of NAME.
14199# PREFIX and SUFFIX must not contain globbing or regex special
14200# characters, hashes, percent signs, but SUFFIX may contain a leading
14201# dot (in which case that matches only a dot).
14202# func_strip_suffix prefix name
14203func_stripname ()
14204{
14205 case ${2} in
14206 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14207 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14208 esac
14209}
14210
14211# sed scripts:
14212my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14213my_sed_long_arg='1s/^-[^=]*=//'
14214
14215# func_opt_split
14216func_opt_split ()
14217{
14218 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14219 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14220}
14221
14222# func_lo2o object
14223func_lo2o ()
14224{
14225 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14226}
14227
14228# func_xform libobj-or-source
14229func_xform ()
14230{
14231 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14232}
14233
14234# func_arith arithmetic-term...
14235func_arith ()
14236{
14237 func_arith_result=`expr "$@"`
14238}
14239
14240# func_len string
14241# STRING may not start with a hyphen.
14242func_len ()
14243{
14244 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14245}
14246
14247_LT_EOF
14248esac
14249
14250case $lt_shell_append in
14251 yes)
14252 cat << \_LT_EOF >> "$cfgfile"
14253
14254# func_append var value
14255# Append VALUE to the end of shell variable VAR.
14256func_append ()
14257{
14258 eval "$1+=\$2"
14259}
14260_LT_EOF
14261 ;;
14262 *)
14263 cat << \_LT_EOF >> "$cfgfile"
14264
14265# func_append var value
14266# Append VALUE to the end of shell variable VAR.
14267func_append ()
14268{
14269 eval "$1=\$$1\$2"
14270}
14271
14272_LT_EOF
14273 ;;
14274 esac
14275
14276
14277 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14278 || (rm -f "$cfgfile"; exit 1)
14279
14280 mv -f "$cfgfile" "$ofile" ||
14281 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14282 chmod +x "$ofile"
14283
14284 ;;
81ecdfbb 14285 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
14286 rm -f Makesim1.tmp Makesim2.tmp Makefile
14287 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14288 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14289 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
5d031c16
AC
14290 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14291 <Makefile.sim >Makefile
38f48d72 14292 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 14293 ;;
81ecdfbb
RW
14294 "stamp-h":C) echo > stamp-h ;;
14295
b7026657 14296 esac
81ecdfbb 14297done # for ac_tag
5d031c16 14298
b7026657 14299
81ecdfbb 14300as_fn_exit 0
b7026657 14301_ACEOF
b7026657
AC
14302ac_clean_files=$ac_clean_files_save
14303
81ecdfbb 14304test $ac_write_fail = 0 ||
d0ac1c44 14305 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 14306
b7026657
AC
14307
14308# configure is writing to config.log, and then calls config.status.
14309# config.status does its own redirection, appending to config.log.
14310# Unfortunately, on DOS this fails, as config.log is still kept open
14311# by configure, so config.status won't be able to write to it; its
14312# output is simply discarded. So we exec the FD to /dev/null,
14313# effectively closing config.log, so it can be properly (re)opened and
14314# appended to by config.status. When coming back to configure, we
14315# need to make the FD available again.
14316if test "$no_create" != yes; then
14317 ac_cs_success=:
14318 ac_config_status_args=
14319 test "$silent" = yes &&
14320 ac_config_status_args="$ac_config_status_args --quiet"
14321 exec 5>/dev/null
14322 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14323 exec 5>>config.log
14324 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14325 # would make configure fail if this is the last instruction.
d0ac1c44 14326 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14327fi
14328if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14329 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14330$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 14331fi
5d031c16
AC
14332
14333